﻿@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";

*,
*:before,
*:after {
    box-sizing: border-box
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
a,
figure,
figcaption,
form,
input,
small,
table,
th,
td {
    margin: 0;
    padding: 0;
    font-size: 100%;
    line-height: 1;
    font-weight: 400
}

a {
    color: inherit;
    text-decoration: none;
    font-weight: inherit
}

li {
    list-style: none
}

button {
    appearance: none;
    border: none;
    background: none;
    outline: none
}

input {
    appearance: none;
    border: none;
    background: none;
    outline: none;
    font-family: inherit;
    color: inherit
}

select {
    color: inherit
}

html {
    font-size: 10px;
    letter-spacing: .05em;
    line-height: 1.7;
    font-weight: 400;
    font-style: normal;
    font-family: "Noto Sans JP", sans-serif;
    color: #1b1b1b;
    scroll-behavior: smooth
}

html.news {
    scroll-behavior: unset
}

html.is-open {
    overflow: hidden
}

@media screen and (min-width: 1025px) {
    br.sp {
        display: none
    }
}

br.pc {
    display: none
}

@media screen and (min-width: 1025px) {
    br.pc {
        display: inline
    }
}

@media screen and (min-width: 1025px) {
    .sp {
        display: none
    }
}

.pc {
    display: none
}

@media screen and (min-width: 1025px) {
    .pc {
        display: inline
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

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

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.l-footer-bottom {
    padding: 25px 0 20px
}

@media screen and (min-width: 1025px) {
    .l-footer-bottom {
        padding: 70px 0
    }
}

@media screen and (min-width: 1025px) {
    .l-footer-bottom__inner {
        max-width: 1240px;
        margin: 0 auto;
        padding: 0 20px;
        display: flex;
        justify-content: space-between;
        align-items: center
    }
}

.l-footer-bottom__logo {
    margin: 0 auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    height: 55px;
    column-gap: 15px;
}

@media screen and (min-width: 1025px) {
    .l-footer-bottom__logo {
        justify-content: flex-start;
        margin: 0;
        height: 70px;
        column-gap: 20px;
    }
}

.l-footer-bottom__logo img {
    display: block;
    height:100%;
}

.l-footer-bottom__copyright {
    font-size: 1rem;
    opacity: .5;
    text-align: center
}

@media screen and (min-width: 1025px) {
    .l-footer-bottom__copyright {
        font-size: 1.2rem
    }
}

.l-footer-main {
    padding: 0 0 30px;
    margin: 0 0 30px;
    border-bottom: 1px solid #fff
}

@media screen and (min-width: 1025px) {
    .l-footer-main {
        margin: 0;
        padding: 0;
        border-bottom: none
    }
}

.l-footer-main__block+.l-footer-main__block {
    margin-top: 25px
}

@media screen and (min-width: 1025px) {
    .l-footer-main__block+.l-footer-main__block {
        margin-top: 40px
    }
}

.l-footer-main__logo {
    display: block;
    margin: 0 0 10px
}

@media screen and (min-width: 1025px) {
    .l-footer-main__logo {
        margin: 0 0 15px
    }
}

.l-footer-main__logo.is-yamamoto {
    width: 150px
}

@media screen and (min-width: 1025px) {
    .l-footer-main__logo.is-yamamoto {
        width: 195px
    }
}

.l-footer-main__logo.is-manostar {
    width: 117px
}

@media screen and (min-width: 1025px) {
    .l-footer-main__logo.is-manostar {
        width: 150px
    }
}

.l-footer-main__name {
    font-size: 1rem;
    margin: 0 0 10px
}

@media screen and (min-width: 1025px) {
    .l-footer-main__name {
        font-size: 1.3rem;
        line-height: 2
    }
}

.l-footer-main__text {
    font-size: 1rem;
    line-height: 1.6
}

@media screen and (min-width: 1025px) {
    .l-footer-main__text {
        font-size: 1.3rem;
        line-height: 2
    }
}

.l-footer-main__banner {
    display: block;
    width: 180px;
    margin: 20px 0 0
}

@media screen and (min-width: 1025px) {
    .l-footer-main__banner {
        width: 250px
    }
}

.l-footer-main__banner img {
    display: block;
    width: 100%
}

.l-footer-sitemap {
    display: flex;
    flex-wrap: wrap
}

@media screen and (min-width: 1025px) {
    .l-footer-sitemap {
        padding: 0
    }
}

.l-footer-sitemap__block {
    width: 50%
}

@media screen and (min-width: 1025px) {
    .l-footer-sitemap__block {
        width: auto
    }
}

@media screen and (min-width: 1025px) {
    .l-footer-sitemap__block+.l-footer-sitemap__block {
        margin-left: 60px
    }
}

.l-footer-sitemap__block:last-child {
    width: 100%;
    margin: 30px 0 0
}

@media screen and (min-width: 1025px) {
    .l-footer-sitemap__block:last-child {
        width: auto;
        margin: 0 0 0 60px
    }
}

.l-footer-sitemap__block:last-child .l-footer-sitemap__list {
    display: flex
}

@media screen and (min-width: 1025px) {
    .l-footer-sitemap__block:last-child .l-footer-sitemap__list {
        display: block
    }
}

.l-footer-sitemap__block:last-child .l-footer-sitemap__item {
    width: 50%;
    margin: 0
}

@media screen and (min-width: 1025px) {
    .l-footer-sitemap__block:last-child .l-footer-sitemap__item {
        width: auto;
        margin: 0 0 20px
    }
}

.l-footer-sitemap__item+.l-footer-sitemap__item {
    margin-top: 15px
}

@media screen and (min-width: 1025px) {
    .l-footer-sitemap__item+.l-footer-sitemap__item {
        margin-top: 20px
    }
}

.l-footer-sitemap__link {
    font-size: 1rem;
    font-weight: 700
}

@media screen and (min-width: 1025px) {
    .l-footer-sitemap__link {
        font-size: 1.3rem
    }

    .l-footer-sitemap__link:hover {
        text-decoration: underline
    }
}

.l-footer-sitemap__s-list {
    padding: 0 0 0 10px;
    margin: 10px 0 0
}

@media screen and (min-width: 1025px) {
    .l-footer-sitemap__s-list {
        margin: 15px 0 0;
        padding: 0 0 0 15px
    }
}

.l-footer-sitemap__s-item+.l-footer-sitemap__s-item {
    margin-top: 10px
}

.l-footer-sitemap__s-link {
    font-size: 1rem
}

@media screen and (min-width: 1025px) {
    .l-footer-sitemap__s-link {
        font-size: 1.3rem
    }

    .l-footer-sitemap__s-link:hover {
        text-decoration: underline
    }
}

.l-footer-menu {
    margin: 0 0 40px
}

@media screen and (min-width: 1025px) {
    .l-footer-menu {
        width: 100%;
        margin: 0 0 80px;
        display: flex;
        justify-content: space-between
    }
}

.l-footer-menu__link {
    display: block;
    width: 100%;
    max-width: 345px;
    margin: 0 auto;
    padding: 35px 30px 0 30px;
    height: 250px;
    border-radius: 5px;
    position: relative;
    overflow: hidden
}

@media screen and (min-width: 1025px) {
    .l-footer-menu__link {
        max-width: none;
        width: calc(50% - 20px);
        height: 420px;
        margin: 0;
        padding: 50px 40px
    }

    .l-footer-menu__link:hover::before {
        transform: scale(1.1)
    }
}

.l-footer-menu__link.is-contact::before {
    background-image: url(/cms/wp-content/themes/manostar/assets/img/common/contact.jpg)
}

.l-footer-menu__link.is-contact::after {
    background-image: url(/cms/wp-content/themes/manostar/assets/img/common/icon_circle-red.svg)
}

.l-footer-menu__link.is-recruit::before {
    background-image: url(/cms/wp-content/themes/manostar/assets/img/common/recruit.jpg)
}

.l-footer-menu__link.is-recruit::after {
    background-image: url(/cms/wp-content/themes/manostar/assets/img/common/icon_circle-blue.svg)
}

.l-footer-menu__link+.l-footer-menu__link {
    margin-top: 15px
}

@media screen and (min-width: 1025px) {
    .l-footer-menu__link+.l-footer-menu__link {
        margin-top: 0
    }
}

.l-footer-menu__link::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

@media screen and (min-width: 1025px) {
    .l-footer-menu__link::before {
        transition: .3s
    }
}

.l-footer-menu__link::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 30px;
    bottom: 35px;
    z-index: 2
}

@media screen and (min-width: 1025px) {
    .l-footer-menu__link::after {
        width: 33px;
        height: 33px;
        left: 40px;
        bottom: 50px
    }
}

.l-footer-menu__lead {
    color: #fff;
    font-size: 1rem;
    margin: 0 0 10px;
    position: relative;
    z-index: 2
}

@media screen and (min-width: 1025px) {
    .l-footer-menu__lead {
        font-size: 1.7rem;
        margin: 0 0 15px
    }
}

.l-footer-menu__title {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 4rem;
    margin: 0 0 20px;
    position: relative;
    z-index: 2
}

@media screen and (min-width: 1025px) {
    .l-footer-menu__title {
        font-size: 7rem;
        margin: 0 0 30px
    }
}

.l-footer-menu__text {
    color: #fff;
    font-size: 1rem;
    line-height: 1.4;
    position: relative;
    z-index: 2
}

@media screen and (min-width: 1025px) {
    .l-footer-menu__text {
        font-size: 1.3rem
    }
}

.l-footer {
    position: relative;
    background-size: 100% auto
}

.l-footer::after {
    position: absolute;
    content: "";
    display: block;
    background-image: url(/cms/wp-content/themes/manostar/assets/img/common/footer_bg.png);
    top: 450px;
    left: 0;
    width: 100%;
    /* height: 900px */
    height: calc(100% - 450px - 130px);
}

@media screen and (min-width: 1025px) {
    .l-footer::after {
        top: 360px;
        left: 0;
        width: 100%;
        height: 680px
    }
}

.l-footer__inner {
    position: relative;
    z-index: 1;
    padding: 0 20px 40px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%
}

@media screen and (min-width: 1025px) {
    .l-footer__inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 1240px;
        margin: 0 auto;
        padding: 0 20px 70px
    }
}

.l-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100
}

.l-header__inner {
    padding: 15px 20px;
    position: relative;
    z-index: 3
}

@media screen and (min-width: 1025px) {
    .l-header__inner {
        max-width: 1340px;
        padding: 25px 20px 0;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center
    }
}

.l-header__logo {
    display: flex;
    align-items: center;
    height: 40px
}

@media screen and (min-width: 1025px) {
    .l-header__logo {
        height: 47px
    }
}

.l-header__logo-yamamoto {
    width: 130px
}

@media screen and (min-width: 1025px) {
    .l-header__logo-yamamoto {
        width: 170px
    }
}

@media screen and (min-width: 1200px) {
    .l-header__logo-yamamoto {
        width: 190px
    }
}

.l-header__logo-yamamoto img {
    display: block;
    width: 100%
}

.l-header__logo-manostar {
    width: 100px;
    margin-left: 20px
}

@media screen and (min-width: 1025px) {
    .l-header__logo-manostar {
        width: 130px;
        margin-left: 25px
    }
}

@media screen and (min-width: 1200px) {
    .l-header__logo-manostar {
        width: 140px;
        margin-left: 18px
    }
}

.l-header__logo-manostar img {
    display: block;
    width: 100%
}

.l-header__body {
    position: relative
}

@media screen and (min-width: 1025px) {
    .l-header__body {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        max-width: 1300px;
        width: 100%
    }
}

@media screen and (min-width: 1025px) {
    .l-header__body.is-open {
        position: fixed
    }
}

.l-header__main-list {
    display: none
}

@media screen and (min-width: 1025px) {
    .l-header__main-list {
        display: flex;
        align-items: center
    }
}

.l-header__main-item {
    position: relative
}

@media screen and (min-width: 1025px) {
    .l-header__main-item {
        padding: 10px 6px
    }
}

@media screen and (min-width: 1200px) {
    .l-header__main-item {
        padding: 10px 10px
    }
}

.l-header__main-item:last-of-type {
    padding-right: 0
}

@media screen and (min-width: 1025px) {
    .l-header__main-link {
        color: #fff;
        font-size: 1.1rem;
        position: relative
    }
}

@media screen and (min-width: 1025px)and (min-width: 1025px) {
    .l-header__main-link:hover::after {
        opacity: 1
    }
}

@media screen and (min-width: 1200px) {
    .l-header__main-link {
        font-size: 1.3rem
    }
}

@media screen and (min-width: 1025px) {
    .l-header__main-link.is-current::after {
        opacity: 1
    }
}

@media screen and (min-width: 1025px) {
    .l-header__main-link::after {
        content: "";
        display: block;
        width: 4px;
        height: 4px;
        border-radius: 4px;
        background-color: #c2191c;
        position: absolute;
        bottom: -10px;
        left: 50%;
        margin-left: -2px;
        opacity: 0;
        transition: opacity .3s
    }
}

.l-header__sub-list {
    display: none
}

@media screen and (min-width: 1025px) {
    .l-header__sub-list {
        display: flex;
        position: absolute;
        top: -10px;
        right: 220px
    }
}

@media screen and (min-width: 1025px) {
    .l-header__sub-item+.l-header__sub-item {
        margin-left: 20px
    }
}

@media screen and (min-width: 1025px) {
    .l-header__sub-link {
        color: #fff;
        font-size: 1.2rem
    }

    .l-header__sub-link:hover {
        text-decoration: underline
    }
}

.l-header__lang-list {
    display: none
}

@media screen and (min-width: 1025px) {
    .l-header__lang-list {
        display: flex;
        position: absolute;
        top: -10px;
        right: 135px
    }
}

@media screen and (min-width: 1025px) {
    .l-header__lang-item+.l-header__lang-item {
        margin-left: 5px;
        padding-left: 5px;
        border-left: 1px solid #fff
    }
}

@media screen and (min-width: 1025px) {
    .l-header__lang-link {
        color: #fff;
        opacity: .5;
        font-size: 1.2rem
    }
}

.l-header__lang-link.is-current {
    pointer-events: none
}

@media screen and (min-width: 1025px) {
    .l-header__lang-link.is-current {
        opacity: 1
    }
}

.l-header__contact {
    display: none
}

@media screen and (min-width: 1025px) {
    .l-header__contact {
        display: block;
        width: 47px;
        margin-left: 25px
    }
}

.l-header__contact img {
    display: block;
    width: 100%
}

.l-header__menu {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    cursor: pointer
}

@media screen and (min-width: 1025px) {
    .l-header__menu {
        position: static;
        width: 47px;
        margin-left: 15px
    }
}

.l-header__menu img {
    display: block;
    width: 100%
}

.l-header__menu img.is-cross {
    display: none
}

.l-header.lower .l-header__main-link,
.l-header.lower .l-header__sub-link,
.l-header.lower .l-header__lang-link,
.l-header.lower .l-header__lang-item+.l-header__lang-item {
    color: #1b1b1b;
    border-color: #1b1b1b
}

.l-header__drop-menu {
    display: none;
    position: absolute;
    font-size: 1.1rem
}

@media screen and (min-width: 1025px) {
    .l-header__drop-menu {
        top: 40%;
        left: -100%;
        right: -100%;
        margin: auto;
        padding-top: 20px
    }
}

.l-header__drop-item {
    color: #fff;
    background-color: #072d89
}

@media screen and (min-width: 1025px) {
    .l-header__drop-item {
        padding: 10px;
        margin-bottom: 1px
    }
}

.l-header__drop-link {
    display: block;
    line-height: 1.6
}

.l-navi {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: #072d89;
    color: #fff;
    opacity: 0;
    z-index: 2;
    pointer-events: none;
    transition: .2s;
    padding: 0 20px
}

@media screen and (min-width: 1025px) {
    .l-navi {
        padding: 0;
        right: -100px;
        max-width: 950px
    }
}

.l-navi.is-show {
    opacity: 1;
    pointer-events: auto;
    right: 0
}

.l-navi.is-show .l-navi__body {
    overflow: auto
}

.l-navi__body {
    height: 100%;
    overflow-y: scroll;
    padding: 100px 0 100px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none
}

@media screen and (min-width: 1025px) {
    .l-navi__body {
        overflow: hidden;
        padding: 60px 100px 60px 130px;
        display: flex;
        align-items: center
    }
}

.l-navi__main {
    padding: 0 20px 0 30px
}

@media screen and (min-width: 1025px) {
    .l-navi__main {
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: 50px
    }
}

.l-navi__lang-list {
    position: absolute;
    top: 70px;
    right: 10px;
    display: flex
}

@media screen and (min-width: 1025px) {
    .l-navi__lang-list {
        width: 100%;
        margin: 0 0 40px;
        position: static
    }
}

.l-navi__lang-item {
    margin: 0 13px 0 0
}

.l-navi__lang-link {
    display: flex;
    width: 34px;
    height: 17px;
    border-radius: 17px;
    font-size: 1rem;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #1b1b1b
}

@media screen and (min-width: 1025px) {
    .l-navi__lang-link {
        width: 55px;
        height: 27px;
        font-size: 1.4rem
    }
}

.l-navi__lang-link.is-current {
    color: #fff;
    background-color: #072d89;
    border: 1px solid #fff;
    pointer-events: none
}

@media screen and (min-width: 1025px) {
    .l-navi__column {
        padding: 0 60px 0 0
    }
}

.l-navi__column+.l-navi__column {
    margin-top: 40px
}

@media screen and (min-width: 1025px) {
    .l-navi__column+.l-navi__column {
        margin-top: 0
    }
}

.l-navi__block+.l-navi__block {
    margin-top: 40px
}

.l-navi__heading {
    display: flex;
    margin: 0 0 20px
}

.l-navi__heading a {
    display: block;
    width: 100%;
    border-bottom: 1px solid #fff;
    font-size: 1.9rem;
    padding: 5px 0 10px;
    background-image: url(/cms/wp-content/themes/manostar/assets/img/common/icon_plus.svg);
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 12px
}

@media screen and (min-width: 1025px) {
    .l-navi__heading a {
        font-size: 1.4rem;
        width: auto;
        background: none
    }
}

.l-navi__heading.is-open a {
    background-image: url(/cms/wp-content/themes/manostar/assets/img/common/icon_minus.svg)
}

.l-navi__heading.is-link a {
    width: auto;
    background: none
}

.l-navi__list {
    border-left: 1px solid #fff;
    padding: 0 0 10px 20px
}

@media screen and (min-width: 1025px) {
    .l-navi__list {
        padding: 0 0 0 20px
    }
}

.l-navi__item+.l-navi__item {
    margin-top: 20px
}

@media screen and (min-width: 1025px) {
    .l-navi__item+.l-navi__item {
        margin-top: 15px
    }
}

.l-navi__link {
    font-size: 1.5rem
}

@media screen and (min-width: 1025px) {
    .l-navi__link {
        font-size: 1.2rem
    }

    .l-navi__link:hover {
        text-decoration: underline
    }
}

.l-navi__body::-webkit-scrollbar {
    display: none
}

.l-wrap {
    width: 100%;
    padding: 60px 0 0
}

@media screen and (min-width: 1025px) {
    .l-wrap {
        padding: 80px 0 0
    }
}

.l-wrap.top {
    padding: 0
}

.c-breadcrumb {
    position: relative;
    z-index: 3
}

@media screen and (min-width: 1025px) {
    .c-breadcrumb {
        max-width: 1240px;
        margin: auto
    }
}

.c-breadcrumb__list {
    display: flex;
    justify-content: flex-end;
    padding-right: 20px
}

.c-breadcrumb__item {
    font-size: 1.2rem;
    padding-left: 30px;
    position: relative;
    color: #072d89
}

.c-breadcrumb__item:before {
    content: "";
    width: 16px;
    height: 1px;
    background-color: #bcc3c5;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 7px;
    margin: auto
}

.c-breadcrumb__item:first-of-type:before {
    content: none
}

.c-breadcrumb__link {
    color: #bcc3c5
}

.c-business {
    background-color: rgba(255, 255, 255, .5);
    padding: 5px;
    border-radius: 5px
}

@media screen and (min-width: 1025px) {
    .c-business {
        padding: 5px 0 5px 5px
    }
}

.c-business+.c-business {
    margin-top: 30px
}

@media screen and (min-width: 1025px) {
    .c-business+.c-business {
        margin-top: 50px
    }
}

.c-business__inner {
    background-color: #eeeff3;
    padding: 20px 30px
}

@media screen and (min-width: 1025px) {
    .c-business__inner {
        padding: 30px 0 30px 40px;
        border-radius: 2px 0 0 2px
    }
}

.c-business__img {
    width: 200px;
    margin: 0 auto 20px
}

@media screen and (min-width: 1025px) {
    .c-business__img {
        width: 350px;
        margin: 0 auto 30px
    }
}

.c-business__img img {
    display: block;
    width: 100%
}

.c-business__logo {
    width: 170px;
    margin: 0 auto 10px
}

@media screen and (min-width: 1025px) {
    .c-business__logo {
        width: 250px;
        margin: 0 auto 10px
    }
}

.c-business__logo img {
    display: block;
    width: 100%
}

.c-business__title {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 500;
    margin: 0 0 15px
}

@media screen and (min-width: 1025px) {
    .c-business__title {
        font-size: 2.3rem;
        margin: 0 0 20px
    }
}

.c-business__text {
    font-size: 1rem;
    line-height: 1.7
}

@media screen and (min-width: 1025px) {
    .c-business__text {
        font-size: 1.4rem;
        line-height: 1.9
    }
}

.c-business .c-button {
    width: 130px;
    margin: 20px auto 0
}

@media screen and (min-width: 1025px) {
    .c-business .c-button {
        width: 210px
    }
}

.c-button {
    display: flex;
    align-items: center;
    background-color: #f2f2f2;
    font-size: 1rem;
    padding: 0 0 0 20px;
    height: 40px;
    border-radius: 40px;
    background-image: url(/cms/wp-content/themes/manostar/assets/img/common/icon_circle-red.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 22px;
    box-shadow: 0 0 10px rgba(27, 27, 27, .05);
    font-family: "Roboto", sans-serif
}

@media screen and (min-width: 1025px) {
    .c-button {
        height: 60px;
        padding: 0 0 0 50px;
        font-size: 1.4rem;
        width: 210px;
        background-size: 33px;
        background-position: right 15px center;
        transition: opacity .3s
    }

    .c-button:hover {
        opacity: .7
    }
}

.c-button.is-blue {
    background-image: url(/cms/wp-content/themes/manostar/assets/img/common/icon_circle-blue.svg)
}

.c-button.is-red {
    background-image: url(/cms/wp-content/themes/manostar/assets/img/common/icon_circle-white.svg);
    background-color: #c01013;
    color: #f2f2f2
}

.c-contents {
    padding: 0 20px
}

@media screen and (min-width: 1025px) {
    .c-contents {
        max-width: 1240px;
        margin: 0 auto
    }
}

.c-column-list {
    display: flex;
    margin-bottom: 26px
}

.c-column-list .c-column-img {
    max-width: 210px;
    width: 40%;
    margin-right: 20px
}

@media screen and (min-width: 1025px) {
    .c-column-list .c-column-img {
        max-width: 250px;
        margin-right: 50px
    }
}

.c-column-list .c-column-img span {
    margin-top: 24px;
    font-size: 1.2rem;
    line-height: 1.6;
    text-align: center;
    display: block;
    font-weight: 100
}

.c-column-list .c-column-text {
    width: 60%;
    font-size: 1.4rem;
    line-height: 1.7
}

@media screen and (min-width: 1025px) {
    .c-column-list .c-column-text {
        width: auto;
        line-height: 2
    }
}

.c-column-list.-right .c-column-img {
    margin-left: 20px;
    margin-right: 0
}

.c-heading--top {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.c-heading--top span:nth-of-type(1) {
    font-family: "Roboto", sans-serif;
    font-size: 2.8rem;
    font-weight: 300
}

@media screen and (min-width: 1025px) {
    .c-heading--top span:nth-of-type(1) {
        font-size: 5rem
    }
}

.c-heading--top span:nth-of-type(2) {
    font-size: 1rem;
    margin-top: 10px;
    background: linear-gradient(90deg, #1aadb5, #2e4ea2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media screen and (min-width: 1025px) {
    .c-heading--top span:nth-of-type(2) {
        font-size: 1.2rem;
        margin-top: 20px
    }
}

.c-news__item {
    padding: 20px 0
}

@media screen and (min-width: 1025px) {
    .c-news__item {
        padding: 30px 0
    }
}

.c-news__item+.c-news__item {
    border-top: 1px solid #e7e7e7
}

.c-news__link {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

@media screen and (min-width: 1025px) {
    .c-news__link {
        transition: opacity .3s
    }

    .c-news__link:hover {
        opacity: .7
    }
}

.c-news__date {
    color: #989898;
    width: 70px;
    font-size: 1rem
}

@media screen and (min-width: 1025px) {
    .c-news__date {
        font-size: 1.3rem;
        width: 85px
    }
}

.c-news__category {
    background-color: #989898;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    font-size: 1rem;
    border-radius: 15px;
    height: 15px
}

@media screen and (min-width: 1025px) {
    .c-news__category {
        font-size: 1.2rem;
        width: 85px;
        height: 25px
    }
}

.c-news__title {
    width: 100%;
    font-size: 1rem;
    line-height: 1.6;
    margin: 10px 0 0
}

@media screen and (min-width: 1025px) {
    .c-news__title {
        font-size: 1.3rem;
        width: calc(100% - 170px);
        padding: 0 0 0 30px;
        margin: 0
    }
}

.c-pagetitle {
    padding: 80px 20px;
    position: relative;
    z-index: 2
}

@media screen and (min-width: 1025px) {
    .c-pagetitle {
        margin-top: 60px;
        padding: 80px 20px 100px
    }
}

.c-pagetitle:after {
    content: "";
    background-image: url(/cms/wp-content/themes/manostar/assets/img/common/pagetitle_bg-pc.png);
    background-repeat: no-repeat;
    background-position: top 66px right;
    background-size: 140%;
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 126%;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

@media screen and (min-width: 1025px) {
    .c-pagetitle:after {
        background-image: url(/cms/wp-content/themes/manostar/assets/img/common/pagetitle_bg-pc.png);
        background-position: top right;
        background-size: cover
    }
}

.c-pagetitle__title {
    font-size: 5rem;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    line-height: 1.5;
    display: block;
    background: linear-gradient(0deg, #1f95b0 0%, #2968a7 42%, #2e4ea2 100%);
    background: -webkit-linear-gradient(0deg, #1f95b0 0%, #2968a7 42%, #2e4ea2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 3
}

@media screen and (min-width: 1025px) {
    .c-pagetitle__title {
        max-width: 1240px;
        margin: auto;
        font-size: 8rem
    }
}

.c-pagetitle__lead {
    display: block;
    font-size: 1.2rem;
    font-weight: 500;
    margin-top: 6px;
    position: relative;
    z-index: 3
}

@media screen and (min-width: 1025px) {
    .c-pagetitle__lead {
        max-width: 1240px;
        margin: auto
    }
}

.c-pagetitle.is-02 .c-pagetitle__title {
    font-size: 2rem;
    margin-bottom: 6px
}

.c-pagetitle.is-02 .c-pagetitle__lead {
    font-size: 4rem
}

.c-product {
    display: block;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(27, 27, 27, .03);
    padding: 30px 0 20px
}

@media screen and (min-width: 1025px) {
    .c-product {
        padding: 30px 0 40px
    }
}

.c-product__img {
    width: 130px;
    margin: 0 auto 20px
}

@media screen and (min-width: 1025px) {
    .c-product__img {
        width: 200px;
        margin: 0 auto 30px
    }
}

.c-product__img img {
    display: block;
    width: 100%
}

.c-product__title {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 400
}

@media screen and (min-width: 1025px) {
    .c-product__title {
        font-size: 1.9rem
    }
}

.c-product__category {
    text-align: center;
    color: #7f7f7f;
    font-size: 1rem;
    margin: 10px 0 0
}

@media screen and (min-width: 1025px) {
    .c-product__category {
        font-size: 1.4rem;
        margin: 15px 0 0
    }
}

.c-text {
    font-size: 1.6rem;
    line-height: 1.7
}

.c-text.is-small {
    font-size: 1.4rem
}

@media screen and (min-width: 1025px) {
    .c-text.is-pc-center {
        text-align: center
    }
}

.c-text+.c-text {
    margin-top: 25px
}

.c-topics__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 -15px
}

@media screen and (min-width: 1025px) {
    .c-topics__list {
        margin: 0 -20px
    }
}

.c-topics__item {
    width: calc(50% - 13px);
    margin: 0 0 15px
}

@media screen and (min-width: 1025px) {
    .c-topics__item {
        width: 25%;
        padding: 0 20px;
        margin: 0
    }
}

.c-topics__link {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

@media screen and (min-width: 1025px) {
    .c-topics__link {
        transition: opacity .3s
    }

    .c-topics__link:hover {
        opacity: .7
    }

    .c-topics__link:hover .c-topics__thumb img {
        transform: scale(1.1)
    }
}

.c-topics__thumb {
    width: 100%;
    overflow: hidden;
    margin: 0 0 10px;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 30vw
}

@media screen and (min-width: 1025px) {
    .c-topics__thumb {
        width: 270px;
        height: 193px
    }
}

.c-topics__thumb img {
    display: block;
    width: 100%;
    transition: .3s
}

.c-topics__date {
    font-size: 1rem;
    color: #a4a4a4;
    margin-right: 5px
}

@media screen and (min-width: 1025px) {
    .c-topics__date {
        font-size: 1.2rem
    }
}

.c-topics__category {
    display: flex;
    align-items: center;
    color: #fff;
    background-color: #cdd5e9;
    height: 15px;
    padding: 0 10px;
    border-radius: 15px;
    font-size: 1rem
}

.c-topics__title {
    margin: 10px 0 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    display: block;
    width: 100%
}

@media screen and (min-width: 1025px) {
    .c-topics__title {
        font-size: 1.3rem;
        line-height: 1.4
    }
}

.wave {
    position: relative;
    margin-bottom: 54px
}

@media screen and (min-width: 1025px) {
    .wave {
        margin-bottom: 100px
    }
}

.wave img {
    max-width: 100%
}

@media screen and (min-width: 1025px) {
    .wave img.sp {
        display: none
    }
}

.wave img.pc {
    display: none
}

@media screen and (min-width: 1025px) {
    .wave img.pc {
        display: inline
    }
}

.top-about {
    padding: 80px 0 50px;
    position: relative;
    background-color: #ece4db
}

@media screen and (min-width: 1025px) {
    .top-about {
        padding: 190px 0 100px
    }
}

.top-about::before {
    content: "";
    display: block;
    width: 100%;
    height: 60px;
    background-image: url(/cms/wp-content/themes/manostar/assets/img/top/about_bg.png);
    background-repeat: repeat-x;
    background-position: center top;
    background-size: auto 60px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

@media screen and (min-width: 1025px) {
    .top-about::before {
        height: 150px;
        background-size: auto 150px
    }
}

.top-about__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: blur(100px)
}

.top-about__img {
    margin: 0 0 30px -20px;
    width: 330px
}

@media screen and (min-width: 1025px) {
    .top-about__img {
        margin: 0;
        position: absolute;
        top: 0;
        right: calc(50% + 70px);
        width: 600px
    }
}

.top-about__img img {
    display: block;
    width: 100%
}

.top-about__main {
    position: relative;
    z-index: 2
}

@media screen and (min-width: 1025px) {
    .top-about__main {
        padding: 70px 0 0 calc(50% + 25px)
    }
}

.top-about__heading {
    font-size: 1rem;
    background: linear-gradient(90deg, #1aadb5, #2e4ea2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 10px
}

@media screen and (min-width: 1025px) {
    .top-about__heading {
        font-size: 1.3rem
    }
}

.top-about__lead {
    font-size: 2rem;
    line-height: 1.6;
    font-weight: 700;
    margin: 0 0 15px
}

@media screen and (min-width: 1025px) {
    .top-about__lead {
        font-size: 3.2rem;
        margin: 0 0 20px
    }
}

.top-about__text {
    font-size: 1rem;
    line-height: 1.8
}

@media screen and (min-width: 1025px) {
    .top-about__text {
        font-size: 1.3rem
    }
}

.top-about__text+.top-about__text {
    margin-top: 20px
}

.top-about__more {
    margin: 30px 0 0;
    display: flex
}

@media screen and (min-width: 1025px) {
    .top-about__more {
        margin: 40px 0 0
    }
}

.top-about__more .c-button {
    width: 130px
}

@media screen and (min-width: 1025px) {
    .top-about__more .c-button {
        width: 210px
    }
}

.top-business {
    background-color: #093f9a;
    position: relative;
    padding: 40px 0 50px;
    z-index: 1
}

@media screen and (min-width: 1025px) {
    .top-business {
        padding: 100px 0 80px
    }
}

.top-business__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: blur(100px)
}

.top-business .c-contents {
    position: relative
}

.top-business .c-heading--top {
    margin: 0 0 80px
}

@media screen and (min-width: 1025px) {
    .top-business .c-heading--top {
        margin: 0 0 90px
    }
}

.top-business .c-heading--top span:nth-of-type(1) {
    color: #fff
}

.top-business .c-heading--top span:nth-of-type(2) {
    color: #fff;
    background: none;
    -webkit-background-clip: border-box;
    -webkit-text-fill-color: currentcolor
}

.top-business__body {
    position: relative;
    z-index: 2
}

@media screen and (min-width: 1025px) {
    .top-business__body {
        display: flex
    }
}

.top-business__main {
    padding: 0 20px
}

@media screen and (min-width: 1025px) {
    .top-business__main {
        padding: 0 0 0 20px;
        width: 50%;
        display: flex;
        justify-content: flex-end
    }
}

@media screen and (min-width: 1025px) {
    .top-business__main-inner {
        max-width: 600px;
        padding: 0 100px 0 0
    }
}

@media screen and (min-width: 1025px) {
    .top-business__main-block {
        position: sticky;
        top: 0px
    }
}

.top-business__heading {
    font-size: 2.2rem;
    line-height: 1.5;
    color: #fff;
    font-weight: 500
}

@media screen and (min-width: 1025px) {
    .top-business__heading {
        font-size: 4rem
    }
}

.top-business__lead {
    font-size: 1.4rem;
    line-height: 1.6;
    color: #fff;
    margin: 30px 0 0;
    font-weight: 500
}

@media screen and (min-width: 1025px) {
    .top-business__lead {
        font-size: 2rem;
        margin: 40px 0 0
    }
}

.top-business__text {
    font-size: 1rem;
    line-height: 1.8;
    color: #fff;
    margin: 20px 0 0
}

@media screen and (min-width: 1025px) {
    .top-business__text {
        font-size: 1.4rem;
        line-height: 1.8;
        margin: 30px 0 0
    }
}

.top-business__contents {
    margin: 40px 0 0;
    padding: 0 20px
}

@media screen and (min-width: 1025px) {
    .top-business__contents {
        padding: 0;
        margin: 0;
        width: 50%;
        overflow: hidden
    }
}

@media screen and (min-width: 1025px) {
    .top-business__contents .c-business {
        width: 50vw;
        padding-right: 0;
        border-radius: 5px 0 0 5px;
        position: relative
    }
}

@media screen and (min-width: 1025px) {
    .top-business__contents .c-business::before {
        content: "";
        display: block;
        width: calc(100% - 5px);
        height: calc(100% - 10px);
        position: absolute;
        top: 5px;
        left: 5px;
        background-color: #eeeff3;
        border-radius: 2px 0 0 2px
    }
}

@media screen and (min-width: 1025px) {
    .top-business__contents .c-business__inner {
        max-width: 590px;
        position: relative
    }
}

.top-business__wave #waveCanvas2 {
    height: 115px;
    top: 22px
}

@media screen and (min-width: 1025px) {
    .top-business__wave #waveCanvas2 {
        height: 190px
    }
}

.top-feature {
    padding: 40px 0;
    background-color: #fff;
    background-image: url(/cms/wp-content/themes/manostar/assets/img/top/feature_bg-sp.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
    z-index: 2
}

@media screen and (min-width: 1025px) {
    .top-feature {
        background-image: url(/cms/wp-content/themes/manostar/assets/img/top/feature_bg-pc.jpg);
        padding: 100px 0 80px
    }
}

@media screen and (min-width: 1025px) {
    .top-feature__body {
        display: flex;
        align-items: center;
        padding: 40px 0 0
    }
}

@media screen and (min-width: 1025px) {
    .top-feature__main {
        width: 50%;
        padding: 0 40px 0 0
    }
}

.top-feature__block {
    padding: 20px 0;
    border-bottom: 1px solid #e4e5e5
}

@media screen and (min-width: 1025px) {
    .top-feature__block {
        padding: 40px 0
    }
}

.top-feature__link {
    display: flex;
    flex-direction: column;
    padding: 0 0 0 20px;
    position: relative;
    background-image: url(/cms/wp-content/themes/manostar/assets/img/common/icon_plus-gray.png);
    background-repeat: no-repeat;
    background-position: right top;
    opacity: .4
}

@media screen and (min-width: 1025px) {
    .top-feature__link {
        padding: 0 0 0 40px;
        background-image: url(/cms/wp-content/themes/manostar/assets/img/common/icon_circle-gray.svg);
        background-size: 33px
    }
}

.top-feature__link.is-open {
    opacity: 1;
    background-image: url(/cms/wp-content/themes/manostar/assets/img/common/icon_plus-red.png)
}

@media screen and (min-width: 1025px) {
    .top-feature__link.is-open {
        background-image: url(/cms/wp-content/themes/manostar/assets/img/common/icon_circle-red.svg)
    }
}

.top-feature__number {
    font-size: 1rem;
    color: #c2191c;
    position: absolute;
    top: 5px;
    left: 0;
    font-weight: 700
}

@media screen and (min-width: 1025px) {
    .top-feature__number {
        font-size: 1.5rem
    }
}

.top-feature__title {
    font-size: 1.8rem
}

@media screen and (min-width: 1025px) {
    .top-feature__title {
        font-size: 2.7rem
    }
}

.top-feature__lead {
    font-size: 1rem;
    margin-top: 10px;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0
}

@media screen and (min-width: 1025px) {
    .top-feature__lead {
        font-size: 1.4rem;
        opacity: .75;
        margin-top: 15px
    }
}

.top-feature__contents {
    display: none;
    padding: 25px 20px 0
}

@media screen and (min-width: 1025px) {
    .top-feature__contents {
        display: none !important
    }
}

.top-feature__contents.is-open {
    display: block
}

.top-feature__item {
    background-color: #fff;
    box-shadow: 0 0 30px rgba(24, 128, 217, .15);
    padding: 25px 25px 20px
}

@media screen and (min-width: 1025px) {
    .top-feature__item {
        width: 0;
        height: 0;
        padding: 0;
        overflow: hidden
    }
}

@media screen and (min-width: 1025px) {
    .top-feature__item.is-current {
        width: 100%;
        height: auto;
        padding: 60px 50px;
        box-shadow: 0 0 30px rgba(24, 128, 217, .15)
    }
}

@media screen and (min-width: 1025px) {
    .top-feature__item.is-current .top-feature__img {
        opacity: 1
    }
}

@media screen and (min-width: 1025px) {
    .top-feature__item.is-current .top-feature__text {
        opacity: 1
    }
}

@media screen and (min-width: 1025px) {
    .top-feature__item.is-current .top-feature__img {
        opacity: 1
    }
}

.top-feature__img {
    width: 140px;
    margin: 0 auto 20px
}

@media screen and (min-width: 1025px) {
    .top-feature__img {
        width: 250px;
        margin: 0 auto 30px;
        opacity: 0;
        transition: opacity .5s .3s
    }
}

.top-feature__img img {
    display: block;
    width: 100%
}

.top-feature__text {
    font-size: 1rem;
    line-height: 1.4
}

@media screen and (min-width: 1025px) {
    .top-feature__text {
        font-size: 1.4rem;
        line-height: 2;
        opacity: 0;
        transition: opacity .5s .3s
    }
}

.top-feature__sub {
    display: none
}

@media screen and (min-width: 1025px) {
    .top-feature__sub {
        display: block;
        width: 50%;
        padding: 0 0 0 40px
    }
}

@keyframes circle {
    0% {
        stroke-dasharray: 0 110
    }

    100% {
        stroke-dasharray: 110 110
    }
}

@keyframes wave-sp {
    0% {
        background-position: left 0 top
    }

    100% {
        background-position: left -375px top
    }
}

@keyframes wave-pc {
    0% {
        background-position: left 0 top
    }

    100% {
        background-position: left -1400px top
    }
}

.top-mv {
    position: relative
}

.top-mv__slider.is-anime .top-mv__lead {
    color: #fff;
    transition: color .1s 1.1s
}

.top-mv__slider.is-anime .top-mv__lead::before {
    width: 100%;
    left: 100%;
    transition: width .3s 1s, left .3s 1.1s
}

.top-mv__slider.is-anime .top-mv__title {
    color: #fff;
    transition: color .1s 1.2s
}

.top-mv__slider.is-anime .top-mv__title::before {
    width: 100%;
    left: 100%;
    transition: width .3s 1s, left .3s 1.2s
}

.top-mv__slider.is-anime .top-mv__text span {
    color: #fff;
    transition: color .1s 1.3s
}

.top-mv__slider.is-anime .top-mv__text span::before {
    width: 100%;
    left: 100%;
    transition: width .3s 1s, left .3s 1.3s
}

.top-mv__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 550px;
    padding: 0 20px;
    position: relative
}

@media screen and (min-width: 1025px) {
    .top-mv__item {
        padding: 0;
        height: 750px
    }
}

.top-mv__item:after {
    content: "";
    background-color: #797979;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    mix-blend-mode: multiply;
    opacity: .3
}

.top-mv__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    z-index: 2
}

@media screen and (min-width: 1025px) {
    .top-mv__body {
        max-width: 1340px;
        width: 100%;
        padding: 0 20px;
        margin: 0 auto
    }
}

.top-mv__lead {
    font-size: 1rem;
    margin: 0 0 10px;
    color: transparent;
    position: relative;
    overflow-x: hidden;
    overflow-y: visible;
    display: inline-block;
    height: auto;
    box-sizing: border-box;
    line-height: 1.5em;
}

@media screen and (min-width: 1025px) {
    .top-mv__lead {
        font-size: 1.5rem;
        margin: 0 0 20px;
    }
}

.top-mv__lead::before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0
}

.top-mv__title {
    color: transparent;
    font-size: 2.4rem;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    overflow-y: visible;
    line-height: 1.5em;
}

@media screen and (min-width: 1025px) {
    .top-mv__title {
        font-size: 4.5rem
    }
}

.top-mv__title::before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0
}

.top-mv__text {
    width:100%;
    margin: 20px 0 0;
    font-size: max(calc(80vw / 35), 2rem);
    line-height: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-weight: 700;
}

@media screen and (min-width: 1025px) {
    .top-mv__text {
        font-size: max(calc(80vw / 35), 2rem);
        margin: 40px 0 0;
        line-height: 2;
        white-space: nowrap;
    }
}

.top-mv__text span {
    color: transparent;
    position: relative;
    overflow: hidden;
}

.top-mv__text span::before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0
}

.top-mv__dots {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%)
}

@media screen and (min-width: 1025px) {
    .top-mv__dots {
        right: 30px
    }
}

.top-mv__pager {
    display: block;
    position: relative;
    width: 16px;
    height: 16px
}

@media screen and (min-width: 1025px) {
    .top-mv__pager {
        width: 18px;
        height: 18px
    }
}

.top-mv__pager::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -2px 0 0 -2px
}

.top-mv__pager.is-current::before {
    background-color: #c2191c
}

.top-mv__pager.is-current circle {
    animation: circle 5s linear 0s forwards
}

.top-mv__pager svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(-90deg)
}

.top-mv__pager circle {
    stroke: transparent;
    stroke: #c2191c;
    stroke-width: 1px;
    stroke-dasharray: 0 366
}

.top-mv__wave {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    height: 30px;
    background-repeat: repeat-x;
    background-size: 375px;
    background-position: left 0 top;
    animation: wave-sp 5s linear infinite
}

@media screen and (min-width: 1025px) {
    .top-mv__wave {
        background-size: 1400px;
        bottom: 75px;
        height: 75px;
        animation: wave-pc 12s linear infinite
    }
}

.top-mv__wave,
.top-news__wave,
.top-business__wave {
    position: relative
}

.top-mv__wave #waveCanvas,
.top-mv__wave #waveCanvas2,
.top-news__wave #waveCanvas,
.top-news__wave #waveCanvas2,
.top-business__wave #waveCanvas,
.top-business__wave #waveCanvas2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 115px
}

@media screen and (min-width: 1025px) {

    .top-mv__wave #waveCanvas,
    .top-mv__wave #waveCanvas2,
    .top-news__wave #waveCanvas,
    .top-news__wave #waveCanvas2,
    .top-business__wave #waveCanvas,
    .top-business__wave #waveCanvas2 {
        height: 190px
    }
}

.top-news {
    padding: 40px 0;
    position: relative
}

@media screen and (min-width: 1025px) {
    .top-news {
        padding: 140px 0;
        display: flex
    }
}

@media screen and (min-width: 1025px) {
    .top-news .c-contents {
        width: 100%;
        display: flex
    }
}

.top-news__head {
    position: relative;
    margin: 0 0 10px
}

@media screen and (min-width: 1025px) {
    .top-news__head {
        margin: 0;
        width: 375px
    }
}

.top-news__head .c-heading--top {
    margin: 0 0 20px
}

@media screen and (min-width: 1025px) {
    .top-news__head .c-heading--top {
        margin: 0 0 50px
    }
}

.top-news__body {
    display: none
}

@media screen and (min-width: 1025px) {
    .top-news__body {
        width: calc(100% - 375px)
    }
}

.top-news__body.is-show {
    display: block
}

.top-news__navi-list {
    display: flex
}

@media screen and (min-width: 1025px) {
    .top-news__navi-list {
        display: block
    }
}

.top-news__navi-item+.top-news__navi-item {
    margin-left: 20px
}

@media screen and (min-width: 1025px) {
    .top-news__navi-item+.top-news__navi-item {
        margin: 20px 0 0
    }
}

.top-news__navi-link {
    display: block;
    font-size: 1rem;
    padding: 0 0 0 10px;
    position: relative;
    color: #989898
}

@media screen and (min-width: 1025px) {
    .top-news__navi-link {
        font-size: 1.3rem
    }

    .top-news__navi-link:hover::before {
        opacity: 1
    }
}

.top-news__navi-link.is-current {
    color: #1b1b1b
}

.top-news__navi-link.is-current::before {
    background-color: #c2191c
}

@media screen and (min-width: 1025px) {
    .top-news__navi-link.is-current::before {
        opacity: 1
    }
}

.top-news__navi-link::before {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 2px;
    position: absolute;
    top: 4px;
    left: 0;
    background-color: #989898
}

@media screen and (min-width: 1025px) {
    .top-news__navi-link::before {
        opacity: 0;
        width: 4px;
        height: 4px;
        transition: opacity .3s
    }
}

.top-news__more {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px
}

@media screen and (min-width: 1025px) {
    .top-news__more {
        position: static;
        margin: 40px 0 0
    }
}

.top-news__wave {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%
}

.top-pickup {
    padding: 40px 0 50px
}

@media screen and (min-width: 1025px) {
    .top-pickup {
        padding: 120px 0
    }
}

.top-pickup__head {
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px
}

@media screen and (min-width: 1025px) {
    .top-pickup__head {
        margin: 0 0 40px
    }
}

.top-pickup .c-button {
    width: 130px
}

@media screen and (min-width: 1025px) {
    .top-pickup .c-button {
        width: 210px
    }
}

.top-products {
    padding: 50px 0;
    position: relative;
    z-index: 2;
    background-color: #fff
}

@media screen and (min-width: 1025px) {
    .top-products {
        padding: 100px 0
    }
}

.top-products__body {
    margin: 10px 0 0
}

@media screen and (min-width: 1025px) {
    .top-products__body {
        margin: 50px 0 0
    }
}

.top-products__count {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 40px;
    position: absolute;
    top: 50px;
    right: 60px
}

@media screen and (min-width: 1025px) {
    .top-products__count {
        width: 100px;
        top: 100px;
        right: 50%;
        margin-right: -550px;
        height: 50px
    }
}

.top-products__count span:nth-of-type(1) {
    font-size: 1rem
}

@media screen and (min-width: 1025px) {
    .top-products__count span:nth-of-type(1) {
        font-size: 1.2rem
    }
}

.top-products__count span:nth-of-type(2) {
    font-size: 1rem;
    margin: 0 5px
}

@media screen and (min-width: 1025px) {
    .top-products__count span:nth-of-type(2) {
        font-size: 1.2rem;
        margin: 0 10px
    }
}

.top-products__count span:nth-of-type(3) {
    font-size: 1rem
}

@media screen and (min-width: 1025px) {
    .top-products__count span:nth-of-type(3) {
        font-size: 1.2rem
    }
}

.top-products__slider {
    position: static
}

.top-products__slider .slick-arrow {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    background-size: cover;
    border-radius: 40px;
    font-size: 0;
    cursor: pointer
}

@media screen and (min-width: 1025px) {
    .top-products__slider .slick-arrow {
        width: 50px;
        height: 50px
    }
}

.top-products__slider .slick-next {
    top: 50px;
    right: 20px;
    background-image: url(/cms/wp-content/themes/manostar/assets/img/common/arrow-right.svg)
}

@media screen and (min-width: 1025px) {
    .top-products__slider .slick-next {
        top: 100px;
        right: 50%;
        margin-right: -600px
    }
}

.top-products__slider .slick-prev {
    top: 50px;
    right: 120px;
    background-image: url(/cms/wp-content/themes/manostar/assets/img/common/arrow-left.svg)
}

@media screen and (min-width: 1025px) {
    .top-products__slider .slick-prev {
        top: 100px;
        right: 50%;
        margin-right: -450px
    }
}

.top-products__item {
    width: 240px;
    padding: 20px
}

@media screen and (min-width: 1025px) {
    .top-products__item {
        width: 375px;
        padding: 30px
    }
}

.top-products__more {
    margin: 10px 0 0;
    display: flex;
    justify-content: center
}

@media screen and (min-width: 1025px) {
    .top-products__more {
        margin: 40px 0 0
    }
}

.top-products__more .c-button {
    width: 130px
}

@media screen and (min-width: 1025px) {
    .top-products__more .c-button {
        width: 210px
    }
}

.top-recruit {
    padding: 80px 0 50px;
    position: relative;
    overflow: hidden
}

@media screen and (min-width: 1025px) {
    .top-recruit {
        overflow: visible;
        padding: 220px 0 0;
        height: 850px
    }
}

.top-recruit::before {
    content: "";
    display: block;
    width: 100%;
    height: 80px;
    background-image: url(/cms/wp-content/themes/manostar/assets/img/top/recruit_bg.png);
    background-position: center;
    background-size: auto 100%;
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    left: 0
}

@media screen and (min-width: 1025px) {
    .top-recruit::before {
        height: 140px
    }
}

.top-recruit__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: blur(100px)
}

@media screen and (min-width: 1025px) {
    .top-recruit__bg {
        height: 750px;
        overflow: hidden
    }
}

.top-recruit .c-contents {
    position: relative
}

.top-recruit__main {
    padding: 260px 0 0;
    position: relative
}

@media screen and (min-width: 1025px) {
    .top-recruit__main {
        display: flex;
        justify-content: flex-end;
        padding: 0
    }
}

@media screen and (min-width: 1025px) {
    .top-recruit__body {
        width: 300px
    }
}

.top-recruit .c-heading--top {
    margin-bottom: 20px
}

@media screen and (min-width: 1025px) {
    .top-recruit .c-heading--top {
        margin-bottom: 40px
    }
}

.top-recruit__img {
    position: absolute;
    top: 0;
    right: 20px;
    width: 340px
}

@media screen and (min-width: 1025px) {
    .top-recruit__img {
        right: 360px;
        width: 900px
    }
}

.top-recruit__img img {
    display: block;
    width: 100%
}

.top-recruit__text {
    font-size: 1rem;
    line-height: 1.7
}

@media screen and (min-width: 1025px) {
    .top-recruit__text {
        font-size: 1.3rem;
        line-height: 2
    }
}

.top-recruit__text+.top-recruit__text {
    margin-top: 20px
}

.top-recruit__more {
    display: flex;
    justify-content: flex-end;
    margin: 30px 0 0
}

@media screen and (min-width: 1025px) {
    .top-recruit__more {
        justify-content: flex-start;
        margin: 35px 0 0
    }
}

.top-recruit__more .c-button {
    width: 130px
}

@media screen and (min-width: 1025px) {
    .top-recruit__more .c-button {
        width: 210px
    }
}

.recruit-qrecruit-navi#anchor05 {
    background: #f8f8f8;
    padding: 60px 20px
}

@media screen and (min-width: 1025px) {
    .recruit-qrecruit-navi#anchor05 {
        padding: 90px 0
    }
}

.contents {
    margin-bottom: 100px
}

@media screen and (min-width: 1025px) {
    .contents {
        margin-bottom: 140px
    }
}

.contents:first-of-type {
    margin-top: 20px
}

@media screen and (min-width: 1025px) {
    .contents:first-of-type {
        margin-bottom: 60px
    }
}

.contents img {
    max-width: 100%
}

.contents__img {
    width: 90%;
    max-width: 900px;
    padding-right: 58px;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 46%
}

@media screen and (min-width: 1025px) {
    .contents__img {
        max-width: 1160px;
        padding-top: 32%;
        background-position: center left
    }
}

.contents__img.-right {
    margin-left: auto
}

.contents__title {
    margin: 0 0 28px 20px;
    font-size: 2.5rem;
    line-height: 1.6;
    font-weight: 500
}

@media screen and (min-width: 1025px) {
    .contents__title {
        max-width: 1240px;
        margin: 0 auto 56px;
        font-size: 3rem;
        line-height: 1.6;
        letter-spacing: 3px;
        padding: 0 20px
    }
}

.contents__title>p {
    font-size: 1.8rem;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    display: block;
    background: -webkit-linear-gradient(90deg, #2b97b4 0%, #2e83af 24%, #3465a9 64%, #2e4ea2 84%);
    background: linear-gradient(90deg, #2b97b4 0%, #2e83af 24%, #3465a9 64%, #2e4ea2 84%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
    letter-spacing: -0.1px;
    line-height: 1.2
}

@media screen and (min-width: 1025px) {
    .contents__title>p {
        font-size: 2.2rem;
        margin-bottom: 6px
    }
}

.contents__title.-red>p {
    background: linear-gradient(0deg, #bb1518 0%, #9a0f11 26%, #830b0d 83%);
    background: -webkit-linear-gradient(0deg, #bb1518 0%, #9a0f11 26%, #830b0d 83%);
    -webkit-background-clip: text;
    background-clip: text
}

.contents__title.-white {
    color: #fff
}

@media screen and (min-width: 1025px) {
    .contents__title.-mini {
        width: 278px
    }
}

.contents>p,
.contents .c-text {
    font-size: 1.4rem;
    line-height: 1.7;
    margin: 0 20px
}

@media screen and (min-width: 1025px) {

    .contents>p,
    .contents .c-text {
        padding: 0 20px;
        line-height: 2
    }
}

.contents .c-text {
    margin: 0
}

@media screen and (min-width: 1025px) {
    .contents .c-text {
        padding: 0
    }
}

.contents .c-text.is-lead {
    font-weight: 500;
    font-size: 1.7rem;
    margin-bottom: 32px
}

.contents h4 {
    font-size: 1.8rem;
    line-height: 2.3;
    font-weight: 600;
    color: #072d89;
    font-family: "Roboto", sans-serif;
    margin-bottom: 30px
}

@media screen and (min-width: 1025px) {
    .contents .sp {
        display: none
    }
}

.contents .pc {
    display: none
}

@media screen and (min-width: 1025px) {
    .contents .pc {
        display: inline
    }
}

.company-value__title {
    background-image: url(/cms/wp-content/themes/manostar/assets/img/company/value-title_bg.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    padding: 80px 20px 100px;
    margin-top: 16px
}

@media screen and (min-width: 1025px) {
    .company-value__title {
        padding: 114px 20px 200px
    }
}

.company-value__title p {
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    margin-bottom: 16px;
    font-weight: 200
}

@media screen and (min-width: 1025px) {
    .company-value__title p {
        font-size: 2.2rem;
        margin-bottom: 40px
    }
}

.company-value__title h3 {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.8
}

@media screen and (min-width: 1025px) {
    .company-value__title h3 {
        font-size: 3.5rem
    }
}

.company-value__person {
    margin-top: -40px;
    padding: 0 20px
}

@media screen and (min-width: 1025px) {
    .company-value__person {
        margin-top: -120px;
        margin-right: 70px;
        padding: 0
    }
}

.company-value__person img {
    border-radius: 10px
}

@media screen and (min-width: 1025px) {
    .company-value__person img {
        min-width: 438px
    }
}

.company-value__name {
    margin-left: 40px;
    margin-top: 18px;
    margin-bottom: 60px;
    width: 142px
}

@media screen and (min-width: 1025px) {
    .company-value__name {
        margin-bottom: 0;
        margin-left: 40px
    }
}

.company-value__detail {
    margin: 0 20px
}

@media screen and (min-width: 1025px) {
    .company-value__detail {
        display: flex;
        max-width: 1240px;
        margin: 0 auto;
        padding: 0 20px
    }
}

.company-value__detail--title {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 26px
}

@media screen and (min-width: 1025px) {
    .company-value__detail--title {
        line-height: 1.8;
        margin-bottom: 26px
    }
}

.company-value__detail--text {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 50px;
    font-weight: 400
}

@media screen and (min-width: 1025px) {
    .company-value__detail--text {
        line-height: 2;
        margin-bottom: 60px
    }
}

@media screen and (min-width: 1025px) {
    .company-value__detail--right {
        margin: 90px 0 0
    }
}

@media screen and (min-width: 1025px) {
    .company-outline {
        display: flex;
        margin: 70px auto 0;
        max-width: 1240px;
        padding: 0 20px
    }
}

@media screen and (min-width: 1025px) {
    .company-outline .company__title {
        width: 288px
    }
}

.company-outline__table {
    padding: 0 20px
}

@media screen and (min-width: 1025px) {
    .company-outline__table {
        margin-top: 126px
    }
}

.company-outline__table dl {
    font-size: 1.4rem;
    display: flex;
    border-top: 1px solid #d5d5d5;
    padding: 30px 4px 26px
}

@media screen and (min-width: 1025px) {
    .company-outline__table dl {
        padding: 38px 4px 32px;
        font-size: 1.7rem;
        line-height: 1.6
    }
}

.company-outline__table dl.-vertical {
    display: block
}

@media screen and (min-width: 1025px) {
    .company-outline__table dl.-vertical {
        display: flex
    }
}

.company-outline__table dl.-vertical dt {
    margin-bottom: 20px
}

.company-outline__table dl.-vertical dd {
    padding-left: 1rem
}

.company-outline__table dl dt {
    font-size: 1.5rem;
    font-weight: 500;
    min-width: 96px;
    line-height: 1.6
}

@media screen and (min-width: 1025px) {
    .company-outline__table dl dt {
        font-size: 1.7rem;
        min-width: 216px
    }
}

.company-outline__table dl dt.-mr30 {
    margin-right: 30px
}

@media screen and (min-width: 1025px) {
    .company-outline__table dl dt.-mr30 {
        margin-right: 0
    }
}

.company-outline__table dl dd {
    line-height: 1.6
}

.company-outline__table dl dd strong {
    display: block;
    margin-bottom: 8px;
    font-weight: 500
}

@media screen and (min-width: 1025px) {
    .company-outline__table dl dd strong {
        margin-bottom: 2px
    }
}

.company-outline__table dl dd strong:nth-of-type(n+2) {
    padding-top: 16px
}

@media screen and (min-width: 1025px) {
    .company-outline__table dl dd strong:nth-of-type(n+2) {
        padding-top: 26px
    }
}

.company-outline__table dl dd p {
    font-size: 1.4rem;
    line-height: 1.7
}

@media screen and (min-width: 1025px) {
    .company-outline__table dl dd p {
        font-size: 1.7rem;
        line-height: 1.6
    }
}

.company-outline__table dl dd p.c-indent {
    padding-left: 1rem
}

.company-outline__table dl dd a {
    position: relative;
    cursor: pointer;
    display: inline-block
}

@media screen and (min-width: 1025px) {
    .company-outline__table dl dd a {
        margin-bottom: 6px
    }
}

.company-outline__table dl dd a:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #1b1b1b;
    display: block;
    position: absolute;
    bottom: -6px;
    left: 0
}

@media screen and (min-width: 1025px) {
    .company-outline__table dl dd a:before {
        bottom: -8px
    }
}

.company-outline__table dl dd a:hover:before {
    content: none
}

.company-outline__table dl dd a[target=_blank]:after {
    content: "";
    background-image: url(/cms/wp-content/themes/manostar/assets/img/common/icon-blank.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    right: -22px;
    top: 0;
    bottom: 0;
    margin: auto
}

.company-outline__table dl dd a[href$=".pdf"]:after {
    content: "";
    background-image: url(/cms/wp-content/themes/manostar/assets/img/common/icon-pdf.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 14px;
    height: 16px;
    display: block;
    position: absolute;
    right: -22px;
    top: 2px;
    bottom: 0;
    margin: auto
}

@media screen and (min-width: 1025px) {
    .company-access {
        display: flex;
        align-items: center;
        max-width: 1240px;
        margin: 0 auto 0;
        padding: 0 20px
    }
}

.company-access__map--inner {
    margin: 0 20px;
    width: auto
}

@media screen and (min-width: 1025px) {
    .company-access__map--inner {
        margin: 0;
        width: 766px
    }
}

@media screen and (min-width: 1025px) {
    .company-access__map--inner img.sp {
        display: none
    }
}

.company-access__map--inner img.pc {
    display: none
}

@media screen and (min-width: 1025px) {
    .company-access__map--inner img.pc {
        display: inline
    }
}

.company-access__link {
    margin: 14px 0 30px;
    color: #1b1b1b;
    font-size: 1.2rem;
    font-weight: 300;
    display: inline-block;
    border-bottom: 1px solid transparent;
    position: relative
}

@media screen and (min-width: 1025px) {
    .company-access__link {
        margin: 24px 0 0;
        font-size: 1.5rem
    }
}

.company-access__link:hover {
    border-color: #1b1b1b
}

.company-access__link:after {
    content: "";
    background-image: url(/cms/wp-content/themes/manostar/assets/img/common/icon-blank.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    right: -22px;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: .5
}

.company-access__outline {
    margin: 0 20px 0;
    font-size: 1.4rem;
    line-height: 1.6
}

@media screen and (min-width: 1025px) {
    .company-access__outline {
        margin: 0 0 0 52px
    }
}

.company-access__outline strong {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 1.5rem
}

@media screen and (min-width: 1025px) {
    .company-access__outline strong {
        font-size: 1.6rem
    }
}

.company-access__outline strong:nth-of-type(n+2) {
    margin-top: 30px
}

.company-access__outline p {
    line-height: 1.6
}

@media screen and (min-width: 1025px) {
    .company-access__outline p {
        font-size: 1.5rem
    }
}

@media screen and (min-width: 1025px) {
    .company-history {
        max-width: 1240px;
        margin: 0 auto;
        padding: 0 20px;
        display: flex
    }
}

.company-history__year {
    display: none
}

@media screen and (min-width: 1025px) {
    .company-history__year {
        display: block;
        width: 258px;
        height: 100%;
        position: sticky;
        top: 30px
    }
}

.company-history__year a {
    color: #989898;
    font-size: 1.6rem;
    display: block;
    position: relative;
    padding-left: 16px;
    margin-bottom: 36px
}

.company-history__year a.is-active {
    color: #072d89
}

.company-history__year a.is-active:before {
    background-color: #072d89
}

.company-history__year a:before {
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    background-color: #989898;
    border-radius: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.company-history__year a:after {
    content: "";
    width: 1px;
    height: 54px;
    display: block;
    background-color: #989898;
    border-radius: 10px;
    position: absolute;
    top: 5px;
    left: 3px;
    margin: auto
}

.company-history__year a:last-of-type {
    margin-bottom: 0
}

.company-history__year a:last-of-type:after {
    content: none
}

.company-history__list {
    margin: 0 20px;
    font-size: 1.4rem;
    line-height: 1.7
}

.company-history__list div:last-of-type dl:last-of-type {
    border-bottom: none
}

.company-history__list div dl {
    display: flex;
    border-bottom: 1px solid #d5d5d5;
    padding: 30px 4px 26px
}

.company-history__list div dl dt {
    font-size: 2.1rem;
    font-weight: 400;
    min-width: 68px;
    color: #072d89;
    font-family: "Roboto", sans-serif;
    line-height: 1.3
}

@media screen and (min-width: 1025px) {
    .company-history__list div dl dt {
        min-width: 130px
    }
}

.company-history__list div dl dd {
    font-size: 1.4rem;
    line-height: 1.6
}

@media screen and (min-width: 1025px) {
    .company-history__list div dl dd {
        font-size: 1.6rem
    }
}

.company-history__list div dl dd img {
    margin-top: 14px
}

@media screen and (min-width: 1025px) {
    .company-history__list div dl dd img {
        width: 272px
    }
}

.feat-about {
    margin: 0 20px
}

@media screen and (min-width: 1025px) {
    .feat-about {
        max-width: 1240px;
        margin: 0 auto;
        padding: 0 20px;
        position: relative
    }
}

.feat-efforts {
    margin: 200px 20px 100px;
    text-align: center
}

@media screen and (min-width: 1025px) {
    .feat-efforts {
        max-width: 1240px;
        margin: 180px auto 0
    }
}

@media screen and (min-width: 1025px) {
    .feat-efforts__img {
        margin-bottom: 120px
    }
}

.feat-efforts .contents__title {
    font-size: 3.6rem;
    text-align: left;
    margin-left: 0;
    margin-right: 0
}

@media screen and (min-width: 1025px) {
    .feat-efforts .contents__title {
        font-size: 5rem;
        font-weight: 300;
        letter-spacing: 0px;
        padding: 0;
        margin-bottom: 70px
    }
}

.feat-efforts .contents__title p {
    font-size: 1.1rem
}

@media screen and (min-width: 1025px) {
    .feat-efforts .contents__title p {
        font-size: 1.3rem;
        margin-bottom: 0px
    }
}

.feat-efforts .contents__title.is-02 {
    font-size: 2.5rem;
    font-weight: 500;
    margin-top: 40px;
    position: relative
}

@media screen and (min-width: 1025px) {
    .feat-efforts .contents__title.is-02 {
        font-size: 3rem
    }
}

@media screen and (min-width: 1025px) {
    .feat-efforts .contents__title.is-02 p {
        font-size: 1.3rem;
        margin-bottom: 10px
    }
}

.feat-efforts .contents__title.is-02:after {
    content: "";
    width: 36px;
    height: 1px;
    background-color: #c31b1e;
    display: block;
    position: absolute;
    bottom: -14px;
    left: 0
}

@media screen and (min-width: 1025px) {
    .feat-efforts .contents__title.is-02:after {
        width: 42px;
        bottom: -30px
    }
}

@media screen and (min-width: 1025px) {
    .feat-efforts img.sp {
        display: none
    }
}

.feat-efforts img.pc {
    display: none
}

@media screen and (min-width: 1025px) {
    .feat-efforts img.pc {
        display: inline
    }
}

@media screen and (min-width: 1025px) {
    .feat-efforts .c-column-list {
        max-width: 980px;
        display: flex;
        justify-content: space-between;
        margin: 0 auto 60px
    }
}

@media screen and (min-width: 1025px) {
    .feat-efforts .c-column-list .contents__title {
        display: block;
        margin-top: 0;
        width: auto
    }
}

@media screen and (min-width: 1025px) {
    .feat-efforts .c-column-list .c-column-text {
        width: 64%
    }
}

@media screen and (min-width: 1025px) {
    .feat-efforts .c-column-list .c-column-img {
        max-width: 290px
    }
}

.feat-efforts .c-column-list,
.feat-efforts .c-text {
    text-align: left
}

.feat-symbol {
    background-image: url(/cms/wp-content/themes/manostar/assets/img/feat/symbol-sp_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 55px 20px 62px;
    text-align: center
}

@media screen and (min-width: 1025px) {
    .feat-symbol {
        background-image: url(/cms/wp-content/themes/manostar/assets/img/feat/symbol-pc_bg.jpg);
        padding: 100px 20px 82px
    }
}

@media screen and (min-width: 1025px) {
    .feat-symbol .contents__title {
        text-align: left;
        margin-bottom: 30px
    }
}

.feat-symbol p.c-text {
    text-align: left
}

.feat-symbol__list {
    margin-top: 30px
}

.feat-symbol__list li {
    padding-left: 30px;
    text-align: left;
    position: relative;
    font-size: 1.6rem;
    font-weight: 400
}

.feat-symbol__list li:before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 50px;
    background-color: #082d88;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.feat-symbol__list li:first-of-type {
    color: #082d88
}

.feat-symbol__list li:last-of-type {
    color: #009faf;
    margin-top: 18px
}

.feat-symbol__list li:last-of-type:before {
    background-color: #009faf
}

@media screen and (min-width: 1025px) {
    .feat-symbol__inner {
        max-width: 1240px;
        margin: auto;
        padding: 0 20px;
        display: flex;
        align-items: center
    }
}

@media screen and (min-width: 1025px) {
    .feat-symbol__inner img {
        margin-left: -36px
    }
}

.feat-lineup__deco {
    margin-left: auto;
    margin: 0 auto
}

@media screen and (min-width: 1025px) {
    .feat-lineup__deco {
        max-width: 1240px;
        margin: -115px auto 0;
        padding: 0 20px
    }
}

.feat-lineup__deco .slick-num {
    order: 2;
    font-size: 1.2rem
}

.feat-lineup__deco .next-arrow {
    order: 3
}

.feat-lineup__deco .slide-arrow {
    cursor: pointer;
    width: 40px;
    height: 40px
}

@media screen and (min-width: 1025px) {
    .feat-lineup__deco .slide-arrow {
        width: 50px;
        height: 50px
    }
}

.feat-lineup__deco--inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 160px;
    margin: auto
}

@media screen and (min-width: 1025px) {
    .feat-lineup__deco--inner {
        width: 204px;
        margin-left: auto;
        margin-right: 0
    }
}

.feat-lineup__item {
    background-color: #fff;
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, .2);
    text-align: center;
    padding: 28px 20px;
    margin: 0 20px
}

.feat-lineup__item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center
}

.feat-lineup__item p {
    font-size: 1.6rem;
    margin-top: 20px;
    margin-bottom: 14px
}

.feat-lineup__item span {
    font-size: 1.2rem;
    font-weight: 200;
    opacity: .8
}

.feat-lineup__slider {
    margin-top: 30px
}

@media screen and (min-width: 1025px) {
    .feat-lineup__slider {
        margin-top: 50px
    }
}

.feat-lineup__slider .slick-list {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

@media screen and (min-width: 1025px) {
    .feat-lineup__item {
        max-width: 390px
    }
}

@media screen and (min-width: 1025px) {
    .feat-lineup__item p {
        line-height: 1.3
    }
}

.feat-lineup .slick-track {
    display: flex
}

.feat-lineup .slick-slide {
    height: 320px !important;
    width: 350px
}

.feat-feature {
    position: relative
}

.feat-feature__inner {
    background: url(/cms/wp-content/themes/manostar/assets/img/feat/img05.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 84px 20px 62px;
    margin-right: 20px
}

@media screen and (min-width: 1025px) {
    .feat-feature__inner {
        background: url(/cms/wp-content/themes/manostar/assets/img/feat/img05_pc.jpg);
        padding: 100px 60px 230px 50px;
        max-width: 1240px
    }
}

.feat-feature:after {
    content: "";
    width: 80%;
    height: 100%;
    position: absolute;
    top: 100px;
    right: 0;
    background-color: #c01013;
    display: block;
    z-index: -1
}

.feat-feature .contents__title {
    margin: 0 0 40px
}

@media screen and (min-width: 1025px) {
    .feat-feature .contents__title {
        padding: 0;
        width: auto
    }
}

.feat-feature__lead {
    font-size: 1.7rem;
    font-weight: 400;
    color: #fff;
    line-height: 1.7;
    margin-bottom: 48px
}

.feat-feature p {
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.7
}

.feat-technology {
    margin-top: 80px
}

@media screen and (min-width: 1025px) {
    .feat-technology {
        display: flex;
        max-width: 1240px;
        margin: 130px auto 100px;
        padding: 0 20px;
        position: relative
    }
}

.feat-technology .contents__title {
    margin-bottom: 40px
}

@media screen and (min-width: 1025px) {
    .feat-technology .contents__title {
        width: auto
    }
}

.feat-technology .c-text {
    margin: 0 20px
}

@media screen and (min-width: 1025px) {
    .feat-technology__text {
        width: 50%
    }
}

.feat-technology__img {
    display: none
}

@media screen and (min-width: 1025px) {
    .feat-technology__img {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 50%;
        max-width: 560px
    }
}

.news-pickup {
    margin: 80px 20px 110px
}

.news-body {
    margin: 80px 20px 110px
}

@media screen and (min-width: 1025px) {
    .news-body {
        display: flex;
        max-width: 1240px;
        margin: 0 auto;
        padding: 0 20px;
        width: 100%
    }
}

.wp-pagenavi {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px
}

@media screen and (min-width: 1025px) {
    .wp-pagenavi {
        margin-top: 38px
    }
}

.wp-pagenavi a,
.wp-pagenavi span {
    width: 50px;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 500
}

@media screen and (min-width: 1025px) {

    .wp-pagenavi a,
    .wp-pagenavi span {
        width: 40px;
        font-size: 1.4rem
    }
}

.wp-pagenavi a {
    color: #072d89
}

.wp-pagenavi span {
    color: #bcc3c5
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    background-image: url(/cms/wp-content/themes/manostar/assets/img/common/arrow-left.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    margin-right: 30px
}

.wp-pagenavi .nextpostslink {
    background-image: url(/cms/wp-content/themes/manostar/assets/img/common/arrow-right.svg);
    margin-left: 30px;
    margin-right: 0
}

.wp-pagenavi .pages {
    display: none
}

@media screen and (min-width: 1025px) {
    section.contents .news-pickup {
        max-width: 1240px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 20px
    }
}

.article-header {
    position: relative;
    z-index: 2;
    margin: 0 20px
}

@media screen and (min-width: 1025px) {
    .article-header {
        max-width: 840px;
        margin: 0 auto;
        padding: 0 20px
    }
}

.article-header .c-news__date {
    font-size: 12px
}

.article-header .c-news__category {
    display: inline-block;
    text-align: center;
    font-size: 12px;
    margin-left: 14px;
    margin-top: 6px;
    padding: 0 30px;
    height: 26px;
    width: auto;
    line-height: 1.8
}

.article-header .c-news__title {
    display: block;
    font-size: 25px;
    font-weight: 400
}

@media screen and (min-width: 1025px) {
    .article-header .c-news__title {
        padding-left: 0;
        margin-top: 16px
    }
}

.article-body {
    margin: 40px 20px 0
}

@media screen and (min-width: 1025px) {
    .article-body {
        max-width: 840px;
        margin: 52px auto 0;
        padding: 0 20px
    }
}

.article-body *+* {
    margin-top: 20px
}

.article-body h2 {
    font-size: 20px;
    line-height: 1.6;
    margin-top: 46px;
    margin-bottom: 32px;
    position: relative;
    padding-bottom: 20px
}

@media screen and (min-width: 1025px) {
    .article-body h2 {
        padding-bottom: 34px;
        margin-bottom: 34px
    }
}

.article-body h2:after {
    content: "";
    width: 35px;
    height: 1px;
    background-color: #c01013;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0
}

@media screen and (min-width: 1025px) {
    .article-body h2:after {
        width: 44px
    }
}

.article-body p {
    font-size: 14px;
    line-height: 1.7;
    margin-top: 20px
}

@media screen and (min-width: 1025px) {
    .article-body p+p {
        margin-top: 36px
    }
}

.article-body .column-2,
.article-body .wp-block-columns {
    margin: 60px 0 36px
}

@media screen and (min-width: 1025px) {

    .article-body .column-2,
    .article-body .wp-block-columns {
        display: flex;
        width: 105%;
        margin-left: -20px;
        margin-right: -20px
    }
}

.article-body .column-2 .wp-block-column,
.article-body .wp-block-columns .wp-block-column {
    margin-top: 0
}

@media screen and (min-width: 1025px) {

    .article-body .column-2 .wp-block-column,
    .article-body .wp-block-columns .wp-block-column {
        margin: 0 20px
    }
}

.article-body .column-2__img,
.article-body .wp-block-columns__img {
    margin-bottom: 32px
}

@media screen and (min-width: 1025px) {

    .article-body .column-2__img,
    .article-body .wp-block-columns__img {
        width: 355px;
        margin-right: 45px
    }
}

@media screen and (min-width: 1025px) {

    .article-body .column-2__text,
    .article-body .wp-block-columns__text {
        width: 400px
    }
}

.article-body .column-2__text p+p,
.article-body .wp-block-columns__text p+p {
    margin-top: 36px
}

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

.article-bottom {
    margin: 62px 20px;
    padding-top: 54px;
    border-top: 1px solid #e7e7e7
}

@media screen and (min-width: 1025px) {
    .article-bottom {
        max-width: 1240px;
        margin: 64px auto 64px;
        padding: 70px 20px 0;
        display: flex;
        align-items: center;
        justify-content: space-between
    }
}

.article-bottom .next-article {
    width: 80%
}

@media screen and (min-width: 1025px) {
    .article-bottom .next-article {
        width: auto;
        width: 400px
    }
}

@media screen and (min-width: 1025px) {
    .article-bottom .next-article.is-next {
        order: 1
    }
}

.article-bottom .next-article.is-next a {
    padding-left: 72px;
    background-image: url(/cms/wp-content/themes/manostar/assets/img/common/arrow-left.svg);
    background-position: center left
}

.article-bottom .next-article.is-prev {
    margin-top: 54px;
    margin-left: auto
}

@media screen and (min-width: 1025px) {
    .article-bottom .next-article.is-prev {
        order: 3;
        margin-top: 0;
        margin-left: 0
    }
}

.article-bottom .next-article.is-prev a {
    padding-right: 72px;
    background-image: url(/cms/wp-content/themes/manostar/assets/img/common/arrow-right.svg);
    background-position: center right
}

.article-bottom .next-article a {
    transition: opacity .3s;
    display: block;
    background-size: 50px;
    background-repeat: no-repeat
}

.article-bottom .next-article a:hover {
    opacity: .7
}

.article-bottom .next-article .c-news__category {
    display: inline-block;
    margin-left: 6px;
    width: auto;
    padding: 4px 20px;
    line-height: 1;
    height: auto
}

.article-bottom .next-article .c-news__title {
    display: block;
    font-size: 1.4rem;
    line-height: 1.7
}

@media screen and (min-width: 1025px) {
    .article-bottom .next-article .c-news__title {
        width: auto;
        padding-left: 0;
        margin-top: 10px;
        font-size: 1.3rem;
        line-height: 1.6
    }
}

.article-bottom .next-article-list {
    margin: 40px auto 0;
    text-align: center;
    display: block;
    transition: opacity .3s
}

@media screen and (min-width: 1025px) {
    .article-bottom .next-article-list {
        margin-top: 0;
        order: 2
    }
}

.article-bottom .next-article-list:hover {
    opacity: .7
}

.article-bottom .next-article-list img {
    width: 50px
}

@media screen and (min-width: 1025px) {
    .article-bottom .next-article-list.sp {
        display: none
    }
}

.article-bottom .next-article-list.pc {
    display: none
}

@media screen and (min-width: 1025px) {
    .article-bottom .next-article-list.pc {
        display: inline
    }
}

@media screen and (min-width: 1025px) {
    .article-bottom .empty {
        width: 330px;
        height: 10px
    }
}

.article-bottom .empty.is-next {
    order: 3
}

.article-bottom .empty.is-prev {
    order: 1
}

@media screen and (min-width: 1025px) {
    .wp-block-column p:first-of-type {
        margin-top: 0
    }
}

@media screen and (max-width: 1025px) {
    .wp-block-column figure img {
        width: auto !important
    }
}

@media screen and (min-width: 1025px) {
    .wp-block-column figure img {
        max-width: 500px
    }
}

.editor-styles-wrapper h2 {
    font-size: 20px;
    line-height: 1.6;
    margin-top: 46px;
    margin-bottom: 32px;
    position: relative;
    padding-bottom: 20px;
    font-weight: normal
}

@media screen and (min-width: 1025px) {
    .editor-styles-wrapper h2 {
        padding-bottom: 34px;
        margin-bottom: 34px
    }
}

.editor-styles-wrapper h2:after {
    content: "";
    width: 35px;
    height: 1px;
    background-color: #c01013;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0
}

@media screen and (min-width: 1025px) {
    .editor-styles-wrapper h2:after {
        width: 44px
    }
}

.editor-styles-wrapper p {
    font-size: 14px;
    line-height: 1.7
}

@media screen and (min-width: 1025px) {
    .editor-styles-wrapper .wp-block-column figure img {
        max-width: 100% !important
    }
}

.feat-technology.-manostar .feat-technology__text {
    width: 100%
}

@media screen and (min-width: 1025px) {
    .manostar-detail__inner {
        display: flex;
        max-width: 1240px;
        margin: auto;
        padding: 0 20px
    }
}

.manostar-detail__side {
    display: none
}

@media screen and (min-width: 1025px) {
    .manostar-detail__side {
        display: block;
        width: 170px;
        margin-right: 80px;
        top: 30px;
        height: 100%
    }
}

.manostar-detail ul li {
    margin-bottom: 10px;
    position: relative
}

.manostar-detail ul li:last-of-type {
    margin-bottom: 0
}

.manostar-detail__list {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 18px;
    margin-bottom: 24px
}

.manostar-detail__list--title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #072d89;
    margin-bottom: 20px;
    line-height: 1.4
}

.manostar-detail__list--title::before {
    content: '\200B';
    position: absolute;
    border-left: solid 0.6em #072d89;
    transform: translateX(-0.9em);
}

.manostar-detail__list--title>a:hover {
    text-decoration: underline
}

.manostar-detail__list--title.is-active {
    font-weight: 700;
    color: #c01013;
    text-decoration: none;
    padding-bottom: 2px;
    position: relative;
}

.manostar-detail__list--title.is-active::before {
    content: '\200B';
    position: absolute;
    border-left: solid 0.6em #c01013;
    transform: translateX(-0.9em);
}

.manostar-detail__list--title#discontinued {
    margin-bottom: 5px
}

.manostar-detail__list--item {
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    padding-left: 1.6rem;
    display: block;
    line-height: 1.2;
    transition: opacity .3s
}

.manostar-detail__list--item:before {
    content: "";
    border-radius: 10px;
    display: block;
    position: absolute;
    margin: auto
}

.manostar-detail__list--item:before {
    width: 4px;
    height: 4px;
    background-color: #1b1b1b;
    bottom: auto;
    top: 6px;
    left: 2px
}

.manostar-detail__list--item:hover {
    text-decoration: underline
}

.manostar-detail__main {
    margin: 0 20px
}

@media screen and (min-width: 1025px) {
    .manostar-detail__main {
        width: 950px
    }
}

.manostar-detail__main img {
    max-width: 100%
}

@media screen and (min-width: 1025px) {
    .manostar-detail__main.is-article {
        width: auto
    }
}

.products-item__item {
    font-size: 1.4rem;
    color: #072d89;
    font-weight: 500;
    background-color: #edf0f7;
    padding: 12px 18px;
    border-radius: 4px;
    line-height: 1.5;
    margin-bottom: 28px
}

@media screen and (min-width: 1025px) {
    .products-item__item {
        font-size: 2rem;
        padding: 14px 24px;
        margin-bottom: 30px
    }
}

.products-item__detail {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-bottom: 48px
}

@media screen and (min-width: 1025px) {
    .products-item__detail {
        line-height: 2;
        margin-bottom: 60px
    }
}

.type-item {
    border-bottom: 1px solid #f1f1f1;
    position: relative;
    z-index: 2
}

.type-item+.type-item {
    margin-top: 64px
}

@media screen and (min-width: 1025px) {
    .type-item+.type-item {
        margin-top: 100px
    }
}

.type-item__title {
    font-size: 3rem;
    color: #072d89;
    font-family: "Roboto", sans-serif;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 12px;
    margin-bottom: 38px;
    position: relative;
    line-height: 1.3
}

@media screen and (min-width: 1025px) {
    .type-item__title {
        display: flex;
        align-items: center;
        font-size: 3.5rem;
        padding-bottom: 15px;
        margin-bottom: 40px
    }
}

.type-item__title span {
    font-size: 1.2rem;
    font-weight: 300;
    color: #1b1b1b;
    display: block;
    letter-spacing: 1px;
    margin-top: 5px
}

@media screen and (min-width: 1025px) {
    .type-item__title span {
        font-size: 1.4rem;
        margin-left: 28px;
        margin-top: 0;
        max-width: 480px
    }
}

.type-item__title:after {
    content: "";
    width: 118px;
    height: 1px;
    background-color: #072d89;
    display: block;
    position: absolute;
    bottom: 0
}

@media screen and (min-width: 1025px) {
    .type-item__title:after {
        width: 142px
    }
}

.type-item__image {
    margin: 0 20px 34px
}

@media screen and (min-width: 1025px) {
    .type-item__image {
        margin: 0 26px 48px
    }
}

.type-item__features {
    font-size: 1.4rem;
    line-height: 1.7;
    border-top: 1px solid #d5d5d5;
    padding: 30px 0 32px;
    margin: 0 20px
}

@media screen and (min-width: 1025px) {
    .type-item__features {
        padding: 42px 0 36px;
        display: flex;
        align-items: flex-start
    }
}

.type-item__features--title {
    font-size: 1.8rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-bottom: 24px
}

@media screen and (min-width: 1025px) {
    .type-item__features--title {
        min-width: 200px;
        margin-right: 54px;
        font-size: 2.2rem
    }
}

.type-item__features--title span {
    font-size: 1.25rem;
    color: #072d89;
    font-family: "Roboto", sans-serif;
    margin-right: 18px
}

@media screen and (min-width: 1025px) {
    .type-item__features--title span {
        font-size: 1.5rem;
        margin-right: 24px
    }
}

.type-item__features--list p {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 10px
}

.type-item__features--list p:nth-of-type(n+2) {
    margin: 24px 0 10px
}

.type-item__features--list ul li {
    margin-left: 20px;
    line-height: 1.4;
    margin-bottom: 14px;
    position: relative
}

@media screen and (min-width: 1025px) {
    .type-item__features--list ul li {
        margin-bottom: 18px
    }
}

.type-item__features--list ul li:before {
    content: "";
    background-image: url(/cms/wp-content/themes/manostar/assets/img/products/icon-check.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 11px;
    height: 10px;
    display: block;
    position: absolute;
    left: -20px;
    top: 5px
}

.type-item__features--list ul li.is-emphasis {
    padding-bottom: 3px;
    text-decoration: underline;
    text-decoration-color: #c01013;
    text-underline-offset: 0.2em;
    line-height: calc(1em + 0.4em);
}

.type-item__features--list ul li:last-of-type {
    margin-bottom: 0
}

.type-item__features p {
    font-size: 1.4rem;
    line-height: 1.7
}

@media screen and (min-width: 1025px) {
    .type-item__features p {
        font-size: 1.5rem
    }
}

.type-item__features .c-button {
    display: inline-flex;
    padding-right: 70px;
    width: 255px
}

@media screen and (min-width: 1025px) {
    .type-item__features .c-button {
        width: 270px
    }
}

.type-item__features .c-button[href$=".pdf"] {
    background-image: url(/cms/wp-content/themes/manostar/assets/img/common/icon_circle-pdf.svg)
}

@media screen and (min-width: 1025px) {
    .type-item__download--list ul {
        display: flex;
        flex-wrap: wrap
    }
}

.type-item__download--list ul li {
    margin-bottom: 16px
}

@media screen and (min-width: 1025px) {
    .type-item__download--list ul li {
        margin-left: 10px;
        margin-right: 10px
    }
}

.type-item__download--list ul li:last-of-type {
    margin-bottom: 0
}

.l-main.recruit img {
    max-width: 100%
}

.recruit-nav {
    display: none
}

@media screen and (min-width: 1025px) {
    .recruit-nav {
        display: block;
        margin-left: auto;
        margin-top: -220px;
        width: 248px;
        position: sticky;
        top: 30px;
        z-index: 2
    }
}

@media screen and (min-width: 1025px) {
    .recruit-nav__list {
        margin-bottom: 40px;
        padding-right: 34px
    }
}

.recruit-nav__item {
    position: relative;
    transition: .3s
}

@media screen and (min-width: 1025px) {
    .recruit-nav__item {
        margin-bottom: 20px
    }
}

.recruit-nav__item:hover {
    opacity: .7
}

.recruit-nav__item.is-active:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #c2191c;
    border-radius: 20px;
    display: block;
    position: absolute;
    left: -15px;
    top: 0;
    bottom: 0;
    margin: auto
}

.recruit-nav__link {
    font-size: 1.4rem
}

@media screen and (min-width: 1025px) {
    .recruit-nav .c-button {
        padding-left: 67px
    }
}

.recruit-lead__text {
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.4;
    max-width: 680px;
    margin: 150px auto 96px
}

@media screen and (max-width: 1025px) {
    .recruit-lead__text {
        margin: 40px 20px 60px;
        font-size: 1.8rem;
        line-height: 2
    }
}

.recruit-lead .wave {
    margin-bottom: 70px
}

@media screen and (max-width: 1025px) {
    .recruit-lead .wave {
        margin-bottom: 50px
    }
}

.recruit-about {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px
}

.recruit-about__lead {
    font-size: 2.3rem;
    color: #072d89;
    line-height: 1.7;
    font-weight: 500;
    margin-bottom: 46px
}

@media screen and (max-width: 1025px) {
    .recruit-about__lead {
        font-size: 2.1rem;
        line-height: 1.5;
        margin-bottom: 36px
    }
}

.recruit-about .contents__title {
    padding: 0
}

@media screen and (max-width: 1025px) {
    .recruit-about .contents__title {
        margin-left: 0
    }
}

.recruit-about .c-column-list {
    margin-bottom: 70px
}

@media screen and (max-width: 1025px) {
    .recruit-about .c-column-list {
        display: block
    }
}

.recruit-about .c-column-list .c-column-img {
    width: 667px;
    max-width: none;
    margin-right: 16px;
    margin-left: -28px
}

@media screen and (max-width: 1025px) {
    .recruit-about .c-column-list .c-column-img {
        width: auto;
        margin-top: -22px;
        margin-right: 0px;
        text-align: center
    }
}

.recruit-about .c-column-list .c-column-text {
    margin-top: 68px;
    margin-left: 20px
}

@media screen and (max-width: 1025px) {
    .recruit-about .c-column-list .c-column-text {
        margin-top: 0;
        margin-left: 0;
        width: auto
    }
}

.recruit-about .c-column-list .c-column-text .c-button {
    margin-left: auto;
    margin-top: 36px
}

@media screen and (max-width: 1025px) {
    .recruit-about .c-column-list .c-column-text .c-button {
        max-width: 220px;
        text-align: center;
        margin: 30px auto 0
    }
}

.recruit-about.is-contact {
    margin: 50px auto;
    font-size: 1.4rem
}

.recruit-about.is-contact .recruit-entry__item {
    align-items: flex-start;
    border-bottom: 1px solid #cccc;
    padding-bottom: 30px
}

.recruit-about.is-contact .recruit-entry__item .recruit-entry__item--title {
    margin-top: 0
}

.recruit-slider__slide {
    margin: 0 20px 106px
}

@media screen and (max-width: 1025px) {
    .recruit-slider__slide {
        margin: 0 20px 60px
    }
}

.recruit-environment__content.is-bg {
    background-image: url(/cms/wp-content/themes/manostar/assets/img/recruit/content_bg.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 50px
}

@media screen and (max-width: 1025px) {
    .recruit-environment__content.is-bg {
        background-image: url(/cms/wp-content/themes/manostar/assets/img/recruit/content_bg_sp.jpg)
    }
}

.recruit-environment__content--inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px
}

@media screen and (max-width: 1025px) {
    .recruit-environment__content--inner .recruit-environment__column {
        margin-left: 0;
        margin-right: 0
    }
}

.recruit-environment__content.is-company {
    margin-top: 98px
}

.recruit-environment__content.is-company .recruit-environment__lead {
    max-width: 1240px;
    margin: 0 auto 58px;
    padding: 0 20px
}

.recruit-environment__content.is-education {
    margin-top: 126px;
    margin-bottom: 90px
}

@media screen and (max-width: 1025px) {
    .recruit-environment__content.is-education {
        margin-top: 80px
    }
}

.recruit-environment__lead {
    font-size: 2.2rem;
    color: #c2191c;
    font-weight: 400;
    padding-left: 16px;
    margin-bottom: 22px;
    position: relative
}

@media screen and (max-width: 1025px) {
    .recruit-environment__lead {
        font-size: 2rem;
        margin-bottom: 26px !important
    }
}

.recruit-environment__lead:before {
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    border-radius: 30px;
    background-color: #c2191c;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

@media screen and (max-width: 1025px) {
    .recruit-environment__lead:before {
        width: 5px;
        height: 5px
    }
}

.recruit-environment__lead.is-blue {
    color: #072d89
}

.recruit-environment__lead.is-blue:before {
    background-color: #072d89
}

.recruit-environment__sublead {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 40px
}

@media screen and (max-width: 1025px) {
    .recruit-environment__sublead {
        margin-bottom: 30px
    }
}

.recruit-environment__text {
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 56px
}

.recruit-environment__list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 58px
}

@media screen and (max-width: 1025px) {
    .recruit-environment__list {
        margin-bottom: 0
    }
}

.recruit-environment__list.is-blue .recruit-environment__item {
    text-align: center;
    background-color: #fff;
    /* padding: 36px 16px 22px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.recruit-environment__list.is-blue .recruit-environment__item > img {
    margin: 0 auto;
    margin-bottom: 28px;

}


@media screen and (max-width: 1025px) {
    .recruit-environment__list.is-blue .recruit-environment__item {
        box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, .05)
    }
}

.recruit-environment__list.is-blue .recruit-environment__name {
    color: #626262;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0;
    display: block;
    margin: 0 auto;
    margin-bottom: 28px;
}

.recruit-environment__list.is-blue .recruit-environment__number {
    font-size: 1.9rem;
    font-weight: 700;
    margin: auto;
    margin-bottom: 28px;
    color: #626262
}

@media screen and (max-width: 1260px) {
    .recruit-environment__list.is-blue .recruit-environment__number {
        font-size: 1.3rem
    }
}

@media screen and (max-width: 1025px) {
    .recruit-environment__list.is-blue .recruit-environment__number {
        font-size: 1.8rem
    }
}

.recruit-environment__list.is-blue .recruit-environment__number span {
    font-size: 4rem;
    background: -webkit-linear-gradient(90deg, #2b97b4 0%, #2e83af 24%, #3465a9 64%, #2e4ea2 84%);
    background: linear-gradient(90deg, #2b97b4 0%, #2e83af 24%, #3465a9 64%, #2e4ea2 84%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 1.6px;
    padding: 0 4px
}

@media screen and (max-width: 1260px) {
    .recruit-environment__list.is-blue .recruit-environment__number span {
        font-size: 3.1rem
    }
}

@media screen and (max-width: 1025px) {
    .recruit-environment__list.is-blue .recruit-environment__number span {
        font-size: 3.4rem;
        padding: 0 2px
    }
}

.recruit-environment__list.is-blue .recruit-environment__data {
    color: #a7a7a7;
    font-size: 1.3rem;
    margin: 0 auto;
}

.recruit-environment__item {
    background-color: #f6f6f6;
    border-radius: 10px;
    padding: 20px 18px 22px;
    width: calc((100% - 81px) / 4);
    margin: 0 27px 30px 0
}

@media screen and (max-width: 1025px) {
    .recruit-environment__item {
        width: calc((100% - 20px) / 2);
        margin-right: 20px
    }
}

@media screen and (max-width: 1025px) {
    .recruit-environment__item:nth-of-type(2n) {
        margin-right: 0
    }
}

.recruit-environment__item:nth-of-type(4n) {
    margin-right: 0
}

.recruit-environment__name {
    color: #c2191c;
    font-size: 2rem;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px
}

@media screen and (max-width: 1025px) {
    .recruit-environment__name {
        display: block;
        text-align: center;
        letter-spacing: 0
    }
}

.recruit-environment__name img {
    order: 2
}

@media screen and (max-width: 1025px) {
    .recruit-environment__name img {
        display: block;
        margin: 0 auto 16px
    }
}

.recruit-environment__detail {
    font-size: 1.4rem;
    line-height: 1.4
}

.recruit-environment__column {
    display: flex
}

@media screen and (max-width: 1025px) {
    .recruit-environment__column {
        margin: 0 20px;
        display: block
    }
}

.recruit-environment__column.is-right .recruit-environment__column--img {
    order: 2;
    margin-right: 0;
    margin-left: 76px
}

@media screen and (max-width: 1025px) {
    .recruit-environment__column.is-right .recruit-environment__column--img {
        margin-left: 0
    }
}

.recruit-environment__column.is-right .recruit-environment__column--detail {
    order: 1
}

.recruit-environment__column--img {
    margin-right: 76px
}

@media screen and (max-width: 1025px) {
    .recruit-environment__column--img {
        margin-right: 0
    }
}

.recruit-environment__column--detail {
    margin-top: 20px;
    max-width: 550px
}

@media screen and (max-width: 1025px) {
    .recruit-environment__column--detail {
        max-width: none
    }
}

.recruit-environment__column--lead {
    font-size: 3.3rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 44px;
    letter-spacing: 2px
}

@media screen and (max-width: 1025px) {
    .recruit-environment__column--lead {
        font-size: 3rem;
        margin-bottom: 30px
    }
}

.recruit-environment__column--lead span {
    color: #c2191c
}

.recruit-environment__column--lead.is-blue span {
    color: #072d89
}

.recruit-environment__column--text {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 38px
}

@media screen and (max-width: 1025px) {
    .recruit-environment__column--text {
        margin-bottom: 20px
    }
}

.recruit-environment__column--note {
    color: #a7a7a7;
    font-size: 1.3rem;
    line-height: 1.5;
    padding-left: 1.4rem;
    text-indent: -1.4rem
}

@media screen and (max-width: 1025px) {
    .recruit-environment .is-20 {
        margin-left: 20px !important;
        margin-right: 20px !important
    }
}

.recruit-environment .wave {
    margin-bottom: 112px
}

@media screen and (max-width: 1025px) {
    .recruit-environment .wave {
        margin-top: 30px;
        margin-bottom: 80px
    }
}

.recruit-training {
    background-image: url(/cms/wp-content/themes/manostar/assets/img/recruit/training_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 86px 0 76px;
    position: relative
}

@media screen and (max-width: 1025px) {
    .recruit-training {
        background-image: url(/cms/wp-content/themes/manostar/assets/img/recruit/training_bg_sp.jpg);
        padding: 40px 0 56px
    }
}

.recruit-training__title {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 4px
}

.recruit-training__title span {
    font-size: 2rem;
    font-weight: 300;
    background: -webkit-linear-gradient(90deg, #2b97b4 0%, #2e83af 24%, #3465a9 64%, #2e4ea2 84%);
    background: linear-gradient(90deg, #2b97b4 0%, #2e83af 24%, #3465a9 64%, #2e4ea2 84%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    margin-bottom: 6px;
    letter-spacing: 0
}

.recruit-training__slide {
    background-color: #fff;
    border-radius: 10px;
    padding: 54px 60px 50px 50px;
    margin: 56px 74px 0
}

@media screen and (max-width: 1025px) {
    .recruit-training__slide {
        padding: 20px 28px;
        margin: 36px 20px 0
    }
}

.recruit-training__slide--title {
    font-size: 2.2rem;
    color: #072d89;
    line-height: 1.8;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin: 0 auto 30px;
    max-width: 1008px
}

@media screen and (max-width: 1025px) {
    .recruit-training__slide--title {
        margin-bottom: 20px;
        font-size: 2rem
    }
}

.recruit-training__slide--title span {
    font-size: 1.5rem;
    padding-right: 12px
}

.recruit-training__column {
    display: flex;
    justify-content: center
}

@media screen and (max-width: 1025px) {
    .recruit-training__column {
        display: block
    }
}

.recruit-training__column--image {
    order: 2;
    max-width: 370px;
    margin-left: 40px
}

@media screen and (max-width: 1025px) {
    .recruit-training__column--image {
        margin-left: 0;
        margin-bottom: 18px;
        max-width: none
    }
}

.recruit-training__column--image img {
    max-width: auto !important
}

@media screen and (max-width: 1025px) {
    .recruit-training__column--image img {
        width: 100%
    }
}

@media screen and (min-width: 1025px) {
    .recruit-training__column--image img {
        max-width: 320px !important
    }
}

.recruit-training__column--text {
    order: 1
}

@media screen and (max-width: 1025px) {
    .recruit-training__column--text {
        width: auto;
        max-width: none
    }
}

.recruit-training__column--text .lead {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 12px
}

.recruit-training__column--text .lead:nth-of-type(n+2) {
    margin-top: 30px
}

@media screen and (max-width: 1025px) {
    .recruit-training__column--text .lead:nth-of-type(n+2) {
        margin-top: 20px
    }
}

.recruit-training__column--text p {
    font-size: 1.3rem;
    line-height: 1.8
}

.recruit-training .slide-arrow {
    position: absolute;
    z-index: 2;
    margin: auto;
    top: 0;
    bottom: 0;
    cursor: pointer
}

@media screen and (max-width: 1025px) {
    .recruit-training .slide-arrow {
        width: 38px
    }
}

.recruit-training .prev-arrow {
    transform: scale(-1, 1)
}

.recruit-training .next-arrow {
    right: 0
}

.recruit-training .slick-num {
    text-align: center;
    margin: 30px 20px 0;
    font-size: 1.5rem;
    font-weight: 500
}

.recruit-training .slick-num .now-count {
    color: #072d89
}

.recruit-training__slider .slick-track {
    display: flex
}

.recruit-training__slider .slick-slide {
    height: auto !important
}

.recruit-flow {
    margin: 98px auto 0;
    max-width: 1240px;
    padding: 0 20px
}

@media screen and (max-width: 1025px) {
    .recruit-flow {
        margin-top: 60px
    }
}

.recruit-flow .contents__title {
    padding: 0
}

@media screen and (max-width: 1025px) {
    .recruit-flow .contents__title {
        margin-left: 0;
        margin-bottom: 0
    }
}

.recruit-flow__list {
    margin: 42px 0 80px;
    display: flex
}

@media screen and (max-width: 1025px) {
    .recruit-flow__list {
        margin-top: 10px;
        flex-wrap: wrap;
        justify-content: center
    }
}

.recruit-flow__item {
    background-color: #fff;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, .1);
    border-radius: 3px;
    text-align: center;
    padding: 0 20px 30px 22px;
    width: calc((100% - 148px) / 5);
    margin-right: 37px
}

@media screen and (max-width: 1025px) {
    .recruit-flow__item {
        width: calc((100% - 20px) / 2);
        margin-right: 20px;
        margin-top: 50px
    }
}

@media screen and (max-width: 1025px) {
    .recruit-flow__item:nth-of-type(2n) {
        margin-right: 0
    }
}

.recruit-flow__item:last-of-type {
    margin-right: 0
}

.recruit-flow__item--number {
    color: #fff;
    font-size: 1.5rem;
    width: 47px;
    height: 47px;
    text-align: center;
    background-color: #c2191c;
    border-radius: 100px;
    line-height: 2.8;
    margin: -23px auto 30px
}

.recruit-flow__item--title {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 30px
}

.recruit-flow__item--text {
    font-size: 1.4rem;
    line-height: 1.7
}

.recruit-qa {
    background-color: #f8f8f8;
    padding: 96px 20px 76px
}

.recruit-qa .contents__title {
    padding: 0
}

.recruit-qa__list {
    max-width: 1240px;
    margin: auto
}

.recruit-qa__item {
    background-color: #fff;
    padding: 22px 90px 20px 32px;
    font-size: 1.5rem;
    line-height: 1.8;
    margin-bottom: 26px;
    position: relative;
    cursor: pointer
}

@media screen and (max-width: 1025px) {
    .recruit-qa__item {
        padding: 20px 64px 18px 24px
    }
}

.recruit-qa__item:before,
.recruit-qa__item:after {
    content: "";
    position: absolute;
    right: 30px;
    top: 42px;
    width: 20px;
    height: 2px;
    background-color: #888
}

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

    .recruit-qa__item:before,
    .recruit-qa__item:after {
        width: 16px
    }
}

.recruit-qa__item:before {
    transform: rotate(90deg);
    transition: transform .3s
}

.recruit-qa__item:last-of-type {
    margin-bottom: 0
}

.recruit-qa__item.is-open::before {
    transform: translateY(-50%) rotate(0deg) !important
}

.recruit-qa__question,
.recruit-qa__answer {
    background-image: url(/cms/wp-content/themes/manostar/assets/img/recruit/icon-q.svg);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: top left;
    padding: 8px 0 6px 70px
}

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

    .recruit-qa__question,
    .recruit-qa__answer {
        padding-left: 50px;
        background-size: 35px;
        background-position: top 3px left
    }
}

.recruit-qa__answer {
    background-image: url(/cms/wp-content/themes/manostar/assets/img/recruit/icon-a.svg);
    margin-top: 30px
}

.recruit-requirements {
    display: flex;
    justify-content: space-between;
    max-width: 1240px;
    padding: 0 20px;
    margin: 90px auto 96px
}

@media screen and (max-width: 1025px) {
    .recruit-requirements {
        display: block;
        margin-top: 60px
    }
}

.recruit-requirements .contents__title {
    margin: 0
}

@media screen and (max-width: 1025px) {
    .recruit-requirements .contents__title {
        margin-bottom: 30px
    }
}

.recruit-requirements__right {
    max-width: 852px;
    width: 100%
}

.recruit-requirements__table {
    margin-bottom: 50px
}

.recruit-requirements__table dl {
    display: flex;
    border-top: 1px solid #d5d5d5;
    padding: 30px 0
}

.recruit-requirements__table dl:last-of-type {
    border-bottom: 1px solid #d5d5d5
}

.recruit-requirements__table dl dt {
    font-weight: 500;
    width: 150px;
    margin-right: 30px;
    font-size: 1.5rem;
    line-height: 1.6
}

@media screen and (max-width: 1025px) {
    .recruit-requirements__table dl dt {
        min-width: 100px;
        max-width: 100px;
        margin-right: 20px
    }
}

.recruit-requirements__table dl dd {
    font-size: 1.5rem;
    line-height: 1.6
}

.recruit-requirements__button {
    display: flex;
    justify-content: center;
    margin-bottom: 30px
}

@media screen and (max-width: 1025px) {
    .recruit-requirements__button {
        display: block
    }
}

.recruit-requirements__button .c-button {
    width: 220px;
    padding-left: 40px;
    text-align: center
}

.recruit-requirements__button .c-button.is-blue {
    width: 250px;
    padding-left: 20px
}

.recruit-requirements__button .c-button:first-of-type {
    margin-right: 50px
}

@media screen and (max-width: 1025px) {
    .recruit-requirements__button .c-button:first-of-type {
        margin-bottom: 10px;
        padding-left: 20px
    }
}

.recruit-requirements__text {
    font-size: 1.3rem;
    color: #1b1b1b;
    text-align: center;
    display: block
}

.recruit-requirements__text span {
    padding-bottom: 2px;
    border-bottom: 1px solid #c2191c;
    line-height: 2.3
}

.recruit-requirements__text:hover span {
    border-bottom: 1px solid transparent
}

.recruit-entry {
    background-image: url(/cms/wp-content/themes/manostar/assets/img/recruit/entry_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 268px;
    margin-bottom: 114px
}

@media screen and (max-width: 1025px) {
    .recruit-entry {
        padding-top: 100px;
        margin-bottom: 80px
    }
}

.recruit-entry__inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex
}

@media screen and (max-width: 1025px) {
    .recruit-entry__inner {
        display: block
    }
}

.recruit-entry__left {
    width: 262px;
    margin-right: 80px
}

@media screen and (max-width: 1025px) {
    .recruit-entry__left {
        margin-right: 0;
        margin-bottom: 30px
    }
}

.recruit-entry__left .contents__title {
    padding: 0
}

@media screen and (max-width: 1025px) {
    .recruit-entry__left .contents__title {
        margin-bottom: 30px;
        margin-left: 0
    }
}

.recruit-entry__left p {
    font-size: 1.3rem;
    line-height: 1.6
}

.recruit-entry__right {
    font-size: 1.45rem;
    line-height: 1.6
}

.recruit-entry__right>.c-button {
    text-align: center;
    margin: auto;
    width: 223px;
    padding-left: 30px
}

.recruit-entry__item {
    display: flex;
    margin-bottom: 30px
}

@media screen and (max-width: 1025px) {
    .recruit-entry__item {
        display: block;
        margin-bottom: 24px
    }
}

.recruit-entry__item:last-of-type {
    margin-bottom: 0
}

.recruit-entry__item.is-required .recruit-entry__item--title:after {
    content: "必須";
    color: #c2191c;
    border: 1px solid #c2191c;
    border-radius: 100px;
    padding: 2px 8px;
    font-size: 1.2rem;
    position: absolute;
    right: 0;
    top: 0
}

@media screen and (max-width: 1025px) {
    .recruit-entry__item.is-required .recruit-entry__item--title:after {
        right: auto;
        position: relative;
        margin-left: 10px
    }
}

.recruit-entry__item--title {
    min-width: 228px;
    position: relative;
    margin-right: 24px;
    margin-top: 20px
}

@media screen and (max-width: 1025px) {
    .recruit-entry__item--title {
        min-width: auto;
        margin-right: 0;
        margin-bottom: 10px;
        display: flex
    }
}

.recruit-entry__item--content {
    width: 100%;
    max-width: 600px
}

@media screen and (max-width: 1025px) {
    .recruit-entry__item--content {
        max-width: none
    }
}

.recruit-entry__item--content .note {
    color: #ccc;
    margin: 10px 0 0 28px
}

@media screen and (max-width: 1025px) {
    .recruit-entry__item--content .note {
        margin-left: 20px
    }
}

.recruit-entry__item--content .wpcf7-list-item {
    display: block;
    margin-left: 0
}

.recruit-entry__item--content .wpcf7-list-item.first {
    margin-bottom: 12px;
    margin-top: 7px
}

.recruit-entry__item--content textarea.wpcf7-textarea {
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    padding: 14px 18px;
    font-family: "Noto Sans JP", sans-serif
}

@media screen and (min-width: 1025px) {
    .recruit-entry__item--content textarea.wpcf7-textarea {
        padding: 20px 25px;
        font-size: 1.45rem
    }
}

.recruit-entry__item--content label.file {
    display: inline-block;
    width: 100px
}

@media screen and (max-width: 1025px) {
    .recruit-entry__item--content label.file {
        margin-bottom: 10px;
        width: 104px
    }
}

.recruit-entry__item--content.is-age input[type=text] {
    width: 18%;
    margin-right: 14px
}

.recruit-entry__item--content input[type=file] {
    border-radius: 5px;
    border: 1px solid #cacaca;
    padding: 0 20px 0 0;
    width: 100%;
    color: #ccc
}

.recruit-entry__item--content .wpcf7-file::file-selector-button {
    border: none;
    border-right: 1px solid #cacaca;
    background-color: #f2f2f2;
    padding: 14px 18px;
    border-radius: 5px 0 0 5px;
    margin-right: 16px;
    color: #9f9f9f
}

@media screen and (min-width: 1025px) {
    .recruit-entry__item--content .wpcf7-file::file-selector-button {
        padding: 16px 20px
    }
}

.recruit-entry__item--content label {
    display: flex;
    align-items: center
}

.recruit-entry__item--content.textarea {
    white-space: pre-line;
    margin-top: -2.3rem;
    line-height: 1.5
}

.recruit-entry__item--column {
    display: flex;
    align-items: center
}

.recruit-entry__item--column:first-of-type {
    margin-bottom: 20px
}

@media screen and (min-width: 1025px) {
    .recruit-entry__item--column label {
        margin-left: 22px;
        margin-right: 30px;
        width: 108px
    }
}

.recruit-entry__item--column label.confirmation {
    margin-left: 0
}

.recruit-entry__item--column>p {
    width: 100%
}

@media screen and (min-width: 1025px) {
    .recruit-entry__item--column>p {
        width: auto
    }
}

.recruit-entry__item--column input[type=text] {
    padding: 10px 20px !important
}

@media screen and (min-width: 1025px) {
    .recruit-entry__item--column p {
        display: flex;
        align-items: center;
        width: 100%
    }
}

@media screen and (min-width: 1025px) {
    .recruit-entry__item--column p .wpcf7-form-control-wrap {
        display: block;
        width: 100%
    }
}

.recruit-entry__item input[type=text] {
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    padding: 14px 18px
}

@media screen and (min-width: 1025px) {
    .recruit-entry__item input[type=text] {
        padding: 20px 25px
    }
}

.recruit-entry__item input[type=radio] {
    appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #5f5f5f;
    border-radius: 50%;
    position: relative;
    margin-right: 8px;
    background: #fff
}

.recruit-entry__item input[type=radio]:checked::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #c2191c;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.recruit-entry__item--label {
    display: flex;
    align-items: center
}

.recruit-entry__item--label:first-of-type {
    margin-top: 4px
}

.recruit-entry__privacy {
    background-color: #f2f2f2;
    border-radius: 10px;
    padding: 30px 30px 24px;
    margin-bottom: 30px
}

.recruit-entry__privacy p {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 20px
}

.recruit-entry__privacy p>a {
    color: #4e8ed1;
    border-bottom: 1px solid #4e8ed1
}

.recruit-entry__privacy p>a:hover {
    border-bottom: 1px solid transparent
}

.recruit-entry__privacy .agree {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.recruit-entry__privacy .agree input[type=radio],
.recruit-entry__privacy .agree input[type=checkbox] {
    appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #5f5f5f;
    border-radius: 50%;
    position: relative;
    margin-right: 8px;
    background: #fff
}

.recruit-entry__privacy .agree input[type=radio]:checked::before,
.recruit-entry__privacy .agree input[type=checkbox]:checked::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #c2191c;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.recruit-entry__privacy .agree label {
    display: flex;
    align-items: center;
    cursor: pointer
}

.recruit-entry__privacy .wpcf7-list-item {
    margin-left: 0
}

.recruit-entry .wpcf7-form-control-wrap {
    width: 100%
}

.recruit-entry .wpcf7-form-control-wrap.file-selected input {
    color: #000
}

.agree-caution {
    font-size: 1.45rem;
    margin-top: 34px;
    text-align: center
}

.recruit-confirmation,
.download_btn {
    text-align: center;
    position: relative
}

.recruit-confirmation:after,
.download_btn:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    cursor: not-allowed
}

.recruit-confirmation.is-active:after,
.download_btn.is-active:after {
    content: none
}

.recruit-confirmation.is-page:after,
.download_btn.is-page:after {
    content: none
}

.contact_page .contact_body .contact_btn input {
    padding-right: 60px !important
}

::placeholder {
    color: #ccc
}

.wpcf7-submit,
.wpcf7-previous {
    display: flex;
    align-items: center;
    background-color: #c01013;
    color: #f2f2f2;
    padding: 0 0 0 20px;
    margin: auto;
    height: 40px;
    border-radius: 40px;
    background-image: url(/cms/wp-content/themes/manostar/assets/img/common/icon_circle-white.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 22px;
    box-shadow: 0 0 10px rgba(27, 27, 27, .05);
    font-family: "Roboto", sans-serif;
    cursor: pointer;
    font-size: 1.3rem;
    width: 188px
}

@media screen and (min-width: 1025px) {

    .wpcf7-submit,
    .wpcf7-previous {
        height: 60px;
        padding: 0 0 0 50px;
        font-size: 1.4rem;
        width: 245px;
        background-size: 33px;
        background-position: right 15px center;
        transition: opacity .3s;
        text-align: left
    }

    .wpcf7-submit:hover,
    .wpcf7-previous:hover {
        opacity: .7
    }
}

@media screen and (min-width: 1025px) {
    .wpcf7-previous {
        background-position: left 15px center;
        padding-left: 66px
    }
}

.agree-caution {
    display: none;
    color: #dc3232
}

.agree-caution.is-active {
    display: block
}

.catalog_btn.is-empty {
    background: transparent !important;
    height: 35px;
    pointer-events: none
}

.contact_page .contact_body .contact_form .item_row {
    font-size: 1.4rem
}

.contact_page .contact_body .contact_form .item_row .item_content .input_box.textarea {
    white-space: pre-line;
    margin-top: -1rem;
    line-height: 1.5
}

/*# sourceMappingURL=common.css.map */