/*--------------------------------------------------
　春転職
--------------------------------------------------*/
/*--------------------------------------------------
　共通css
--------------------------------------------------*/
/* 全体設定 */
#april {
    margin: 0;
    padding: 0;
    color: #542f1d;
    background-color: #fff;
    font-family: "Noto Sans CJK JP", "Noto Sans JP", "Noto Sans CJK JP Subset",
        "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ";
    overflow: hidden;
    font-weight: 500;
}
#april section {
    padding: 55px 0;
}
.sp-snap {
    display: none;
}
@media only screen and (max-width: 767px) {
    #april section {
    padding: 30px 0;
    }
    .sp-snap {
        display: block;
    }
    .pc-swiper {
        display: none;
    }
}
/* タイトル設定 */
#april h2 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 28px;
}
#april .decorate {
    font-size: 20px;
    text-align: center;
    line-height: 1.3;
}
@media only screen and (max-width: 767px) {
    #april h2 {
        font-size: 23px;
        margin-bottom: 20px;
    }
    #april .decorate {
        font-size: 14px;
        margin-bottom: 1px;
    }
}
/* 注釈設定 */
#april small {
    font-size: 12px;
    font-weight: 400;
}
@media only screen and (max-width: 767px) {
    #april small {
        font-size: 10px;
    }
}
/* CTA設定 */
.button {
    max-width: 420px;
    width: 83%;
    margin: 0 auto;
    text-align: center;
    border-style: none;
    border-radius: 50px;
    transition-duration: 0.3s;
}
.button:hover {
    opacity: 0.8;
}
.button a {
    display: block;
    color: #fff;
    padding: 15px 27px 14px;
}
.button p {
    display: inline;
    font-size: 22px;
}
.button__arrow {
    float: right;
    margin-top: 3px;
}
.button__arrow--triangle {
    font: normal normal normal 30px FontAwesome;
    color: #fff;
    transform: rotate(90deg);
    display: inline-block;
}
.button__arrow--triangle::after {
    content: "\f105";
}
@media only screen and (max-width: 767px) {
    .button:hover {
        opacity: 1;
    }
    .button a {
        padding: 13px 25px 13px;
    }
    .button p {
        font-size: 16px;
    }
    .button__arrow {
        margin-top: 3px;
    }
    .button__arrow--triangle {
        font: normal normal normal 20px FontAwesome;
    }
}
 /*SPヘッダー調整 */
@media only screen and (max-width: 767px) {
.breadcump {
    margin-bottom: -6px !important;
}
}
/*--------------------------------------------------
　ファーストビュー
--------------------------------------------------*/
.top {
    background-image: url(/images/season/mv-april-25.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}
.top__wapper {
    width: 460px;
    padding-top: 45px;
    padding-left: 40.5vw;
}
.top__wapper h1{
    font-size: 41px;
    font-weight: bold;
    margin-bottom: 17px;
    line-height: 1.3;
}
.top__wapper h1 span{
    font-size: 42px;
    color: #eb8698;
}
.top__inner--ttl {
    position: relative;
    width: 240px;
    color: #eb8698;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    margin: 0 auto;
    padding: 6px 0;
    z-index: 1;
}
.top__inner--ttl::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #fff;
    border: 1px solid #eb8698;
    transform: skewX(-22deg);
}
.top__inner--text {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 8px 0 22px;
    line-height: 1.3;
}
.top__inner--text span {
    color: #eb8698;
}
@media only screen and (max-width: 1100px) {
.top__wapper {
    padding-left: 41vw;
}
}
@media only screen and (max-width: 1100px) {
    .top__wapper {
        padding-left: 38vw;
    }
    }
@media only screen and (max-width: 767px) {
    .top {
        background-image: url(/images/season/mv-april-25_sp.jpg);
        background-position: top center;
    }
    .top__wapper {
            width: 100%;
            padding-top: 20px;
            padding-left: 0;
    }
    .top__wapper h1{
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-size: 24px;
        margin-left: 47vw;
    }
    .top__wapper h1 span{
        font-size: 26px;
    }
    .top__inner--ttl {
        width: 215px;
        font-size: 15px;
    }
    .top__inner--ttl::before {
        transform: skewX(-25deg);
    }
    .top__inner--text {
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        margin: 7px 0 20px;
    }
}
/* ナビ */
.top__inner--navi {
    border-radius: 50px;
    background-color: #68c08a;
}
.top__inner--navi--wapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.top__inner--navi a {
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    display: block;
}
.top__inner--navi--inner:first-of-type a {
    padding: 18px 10px 10px 48px;
}
.top__inner--navi--inner:nth-of-type(2) a {
    padding: 18px 28px 35px 28px;
    margin: -15px 0 -20px;
}
.top__inner--navi--inner:last-of-type a {
    padding: 18px 48px 35px 10px;
}
.top__inner--navi--inner {
    position: relative;
}
.top__inner--navi--inner::after {
    position: absolute;
    content: '';
    border: 0;
    bottom: 21px;
    right: 46%;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    display: inline-block;
    width: 6.5px;
    height: 6.5px;
    transform: translateY(-25%) rotate(135deg);
}
.top__inner--navi--inner:first-of-type::after {
    right: 35%;
}
.top__inner--navi--inner:last-of-type::after {
    right: 58%;
}
.top__inner--navi--inner:hover::after {
    bottom: 17px;
    transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
}
.top__inner--navi--inner:nth-of-type(2)::after  {
    bottom: 0;
}
.top__inner--navi--inner:hover:nth-of-type(2)::after  {
    bottom: -3px;
}
.top__inner--navi--inner:nth-of-type(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    margin: 15px 0 20px;
}
@media only screen and (max-width: 767px) {
    .top__inner--navi {
        width: 65%;
        margin: 0 auto;
    }
    .top__inner--navi--wapper {
        justify-content: center;
    }
    .top__inner--navi a {
        font-size: 15px;
    }
    .top__inner--navi--inner {
        white-space: nowrap;
    }
    .top__inner--navi--inner:first-of-type a {
        padding: 12px 25px 25px 30px;
    }
    .top__inner--navi--inner:nth-of-type(2) a {
        padding: 15px 25px 23px 25px;
        margin: -18px 0 -14px;
    }
    .top__inner--navi--inner:last-of-type a {
        padding: 12px 30px 25px 25px;
    }
    .top__inner--navi--inner::after {
        bottom: 12px;
        right: 46%;
        width: 6px;
        height: 6px;
    }
    .top__inner--navi--inner:first-of-type::after {
        right: 45%;
    }
    .top__inner--navi--inner:last-of-type::after {
        right: 49%;
    }
    .top__inner--navi--inner:hover::after {
        bottom: 12px;
    }
    .top__inner--navi--inner:nth-of-type(2)::after  {
        bottom: 1px;
    }
    .top__inner--navi--inner:hover:nth-of-type(2)::after  {
        bottom: 0;
    }
    .top__inner--navi--inner:nth-of-type(2) {
        margin: 15px 0 12px;
    }
}
@media only screen and (max-width: 560px) {
    .top__inner--navi {
        width: 70%;
    }
    .top__inner--navi--inner:first-of-type a {
        padding: 12px 15px 21px 30px;
    }
    .top__inner--navi--inner:nth-of-type(2) a {
        padding: 12px 15px 15px 15px;
        margin: -15px 0 -3px;
    }
    .top__inner--navi--inner:last-of-type a {
        padding: 12px 30px 15px 15px;
    }
    .top__inner--navi--inner:first-of-type::after {
        right: 40%;
    }
    .top__inner--navi--inner:last-of-type::after {
        right: 51%;
    }
}
@media only screen and (max-width: 470px) {
    .top__inner--navi {
        width: 90%;
    }
}
/*--------------------------------------------------
　入社までのスケジュール
--------------------------------------------------*/
#april #schedule {
    padding: 52px 0 0;
}
.schedule__wapper {
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
}
.schedule__title {
    color: #eb8698;
}
.schedule__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.schedule__list--item {
    width: 130px;
    background-color: #fff;
    border: 2px solid #eb8698;
    border-radius: 10px;
    position: relative;
    text-align: center;
}
.schedule__list--item::after {
    content: "";
    position: absolute;
    top: 47%;
    right: -20%;
    border-left: 13px solid #9ce0ed;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}
.schedule__list--item:last-of-type::after {
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
}
.schedule__list--item--title {
    font-size: 18px;
    color: #fff;
    background-color: #eb8698;
    border: 2px solid #eb8698;
    padding: 7px 0 9px;
    border-radius: 6px 6px 0 0;
}
.schedule__list--item--text {
    font-size: 20px;
    color: #eb8698;
    padding: 12px 0 14px;
}
.schedule__list--item:last-of-type .schedule__list--item--text {
    padding-top: 20px;
}
.schedule__small {
    width: fit-content;
    margin: 13px auto 0;
}
@media only screen and (max-width: 890px) {
    .schedule__list {
        justify-content: flex-start;
        width: 612px;
        margin: 0 auto;
    }
    .schedule__list--item {
        width: 160px;
        margin: 20px;
    }
        .schedule__list--item:nth-of-type(4)::before {
            content: "";
    position: absolute;
    top: 50%;
    left: -20%;
    border-left: 13px solid #9ce0ed;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    }
    .schedule__list--item::after {
        top: 50%;
    }
    .schedule__list--item:nth-of-type(3)::after {
        display: none;
    }

}
@media only screen and (max-width: 767px) {
    #april #schedule {
        padding: 35px 0 10px;
    }
    #april .schedule__title {
        margin-bottom: 17px;
    }
    .schedule__list {
        width: 447px;
    }
    .schedule__list--item {
        width: 85px;
        margin: 0;
        margin: 0 30px 15px;
    }
    .schedule__list--item:nth-of-type(4), .schedule__list--item:last-of-type {
        margin-bottom: 0;
    }
    .schedule__list--item::after {
        top: 47%;
        right: -42%;
        border-left: 9px solid #9ce0ed;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
    }
    .schedule__list--item:nth-of-type(4)::before {
        top: 47%;
        left: -28%;
        border-left: 9px solid #9ce0ed;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
}
    .schedule__list--item--title {
        font-size: 13px;
        color: #fff;
        padding: 5px 0;
    }
    .schedule__list--item--text {
        font-size: 14px;
        padding: 8px 0 10px;
    }
    .schedule__small {
        margin: 10px auto 0;
    }
}
@media only screen and (max-width: 490px) {
    .schedule__wapper {
        width: 83%;
    }
    .schedule__list {
        width: 100%;
        justify-content: space-between;
    }
    .schedule__list--item {
        margin: 0 22px 15px;
    }
    .schedule__list--item:first-of-type, .schedule__list--item:nth-of-type(4) {
        margin-left: 0;
    }
    .schedule__list--item:nth-of-type(3) {
        margin-right: 0;
    }
    .schedule__list:after {
        content: "";
        display: block;
        width: 85px;
        height: 0;
    }
    .schedule__list--item:nth-of-type(4), .schedule__list--item:last-of-type {
        margin-right: 0;
        margin-left: 0;
    }
}
@media only screen and (max-width: 450px) {
    .schedule__list--item::after {
        right: -39%;
    }
}
@media only screen and (max-width: 428px) {
    .schedule__list--item {
        margin: 0 0 15px;
    }
    .schedule__list--item {
        width: 87px;
    }
    .schedule__list--item::after {
        top: 48%;
        right: -32%;
    }
    .schedule__list--item:nth-of-type(4)::before {
        top: 48%;
        left: -20%;
        }
}
@media only screen and (max-width: 424px) {
    .schedule__list--item {
        width: 85px;
    }
    }
@media only screen and (max-width: 409px) {
    .schedule__list--item::after {
        right: -28%;
    }
}
@media only screen and (max-width: 392px) {
    .schedule__list--item::after {
        right: -24%;
    }
}
@media only screen and (max-width: 378px) {
    .schedule__list--item::after {
        right: -22%;
    }
}
@media only screen and (max-width: 367px) {
    .schedule__list--item {
        width: 75px;
    }
    .schedule__list--item::after {
        right: -20%;
    }
}
/*--------------------------------------------------
　求人をご紹介
--------------------------------------------------*/
#april #employment {
    background-color: #fef2f4;
    padding-top: 120px;
    position: relative;
}
#employment::before {
    content: "";
    position: absolute;
    height: 78px;
    width: 100%;
    clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
    background-color: #fff;
    left: 0;
    top: 0;
}
.employment__title--small {
    vertical-align: top;
}
#april .employment__title {
    color: #eb8698;
    margin-bottom: 35px;
}
.employmen__spslider {
    width: 1024px;
    overflow: hidden;
    margin: 0 auto;
}
.employment__list {
    display: flex;
    /* flex-wrap: nowrap;
    overflow-x: auto; */
    justify-content: initial;
    /* -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch; */
    padding-bottom: 5px;
}

.employment__list--item:first-of-type {
    margin-left: 0;
}
.employment__list--item:last-of-type {
    margin-right: 20px;
}
.employment__list--item {
    width: 306px;
    background-color: #fff;
    border-radius: 10px;
    margin: 0 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
}
.employment__list--item--title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.3;
}
.employment__list--img {
    width: 266px;
    margin-bottom: 10px;
    object-fit: cover;
}
.employment__list--item--icon {
    display: flex;
    justify-content: center;
}
.employment__list--item--employer {
    margin-right: 20px;
}
.employment__list--item--icon p {
    font-size: 15px;
    color: #fff;
    background-color: #eb8698;
    padding: 5px 10px;
    text-align: center;
    align-items: center;
    display: flex;
}
.employment__list--item--salary {
    font-size: 15px;
    font-weight: bold;
    color: #eb8698;
    text-align: center;
    margin-bottom: 5px;
}
.employment__list--item--salary span {
    font-size: 22px;
    margin: 0 2px;
    display: inline-block;
}
.employment__list--item--text {
    font-size: 15px;
}
.employment__btn {
    background-color: #eb8698;
    margin-top: 30px;
}
.employment__small{
    width: fit-content;
    margin: 28px auto 0;
}
.br-520 {
    display: none;
}
.br-1160 {
    display: none;
}
.pc-swiper-box {
    max-width: 1134px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: "\f105";
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: "\f105";
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
    position: relative;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 48%;
    width: 45px;
    height: 45px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
        background: #eb8698;
    border-radius: 50%;
    font: normal normal normal 30px FontAwesome;
}
.swiper-button-prev {
    left: 0;
}
.swiper-button-next {
    right: 0;
}
.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 28px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}
.swiper-button-prev::after {
    transform: rotate(180deg);
    top: 23%;
    position: absolute;
}
.swiper-button-disabled {
    display: none;
}
@media only screen and (max-width: 1160px) {
    .swiper-button-prev {
        left: 1vw;
    }
    .swiper-button-next {
        right: 1vw;
    }
    .employmen__spslider {
        width: 88%;
    }
    .employment__list--img {
        width: 250px;
    }
    .br-1160 {
        display: block;
    }
}
@media only screen and (max-width: 990px) {
    .employmen__spslider {
        width: 83%;
    }
}

@media only screen and (max-width: 767px) {
    #april #employment {
        padding-top: 45px;
        width: 100vw;
    }
    #employment::before {
        height: 24px;
    }
    #april .employment__title {
    margin-bottom: 15px;
}
.employmen__spslider::after {
    position: absolute;
    content: "← スワイプで移動できます →";
    display: block;
    font-size: 9px;
        left: 20px;
    color: #542f1d;
}
    .employmen__spslider {
        width: 100%;
    }
    .employment__list {
        /* padding-bottom: 15px; */
        justify-content: initial;
        flex-wrap: nowrap;
        overflow-x: auto;
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
    }

    _:lang(x)+_:-webkit-full-screen-document, .employment__list {
        padding-bottom: 15px;
      }

    .employment__list--item:first-of-type {
        margin-left: 5%;
    }
    .employment__list--item:last-of-type {
        margin-right: 0px;
    }
    .employment__list--item {
        width: 306px;
        margin: 0 7px;
        padding: 20px;
    }
    .employment__list--item:last-of-type {
    position: relative;
    overflow: visible;
	}
	.employment__list--item:last-of-type::after {
		position: absolute;
		content: '';
		top: 0;
		left: 100%;
		height: 1px;
		width: 8%;
		background-color: transparent;
	}
    .employment__list--item--title {
        font-size: 16px;
    }
    .employment__list--img {
        width: 200px;
    }
    .employment__list--item--employer {
        margin-right: 13px;
    }
    .employment__list--item--icon p {
        font-size: 15px;
        padding: 6px 10px;
    }
    .employment__list--item--salary {
        font-size: 14px;
        margin-bottom: 2px;
    }
    .employment__list--item--salary span {
        font-size: 20px;
    }
    .employment__list--item--text {
        font-size: 14px;
    }
    .employment__btn {
        margin-top: 40px;
    }
    .employment__small{
        margin: 20px auto 0;
    }
    .employment__list::-webkit-scrollbar {
        background: #fef2f4;
        border: 0;
    }
    .employment__list::-webkit-scrollbar-thumb {
        background: #c1c1c1;
        border: 6px solid #fef2f4;
        border-right: 30px solid #fef2f4;
        border-left: 30px solid #fef2f4;
    }
    .br-520 {
        display: block;
    }
}
@media only screen and (max-width: 520px) {
    .employment__list--img {
        width: 259px;
    }
    .employment__small{
        width: 90%;
    }
    .br-1160 {
        display: none;
    }
    .br-520 {
        display: none;
    }
}
/*--------------------------------------------------
　サービス一覧
--------------------------------------------------*/
#april #service {
    background: #f0fff6;
}
.service__wapper {
    max-width: 800px;
    width: 83%;
    margin: 0 auto;
}
#april .service__title {
    color: #68c08a;
    margin-bottom: 35px;
}
.service__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.service__list--item {
    width: 170px;
}
.service__list--item:first-of-type {
    margin-bottom: 30px;
}
.service__list--item--text {
    font-size: 18px;
    text-align: center;
    margin-top: 15px;
}
@media only screen and (max-width: 920px) {
    .service__list--item {
        width: 155px;
    }
}
@media only screen and (max-width: 800px) {
    .service__list--item {
        width: 135px;
    }
}
@media only screen and (max-width: 767px) {
    #april .service__title {
        margin-bottom: 15px;
    }
    .service__list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .service__list--item {
        width: 120px;
        margin-bottom: 10px;
        padding: 0 15px;
    }
    .service__list::after {
        content: "";
        display: block;
        width: 120px;
        height: 0;
    }
    .service__list--item:first-of-type {
        margin-bottom: 10px;
    }
    .service__list--item:nth-of-type(5), .service__list--item:last-of-type {
        margin-bottom: 0;
    }
    .service__list--item--text {
        font-size: 14px;
        margin-top: 5px;
    }
}
@media only screen and (max-width: 545px) {
    .service__list--item {
        padding: 0 5px;
    }
}
@media only screen and (max-width: 470px) {
    .service__list::after {
        display: none;
    }
}
@media only screen and (max-width: 430px) {
    .service__list--item {
        padding: 0;
    }
}

/*--------------------------------------------------
　フォームCTA
--------------------------------------------------*/
#april .cta__first {
    max-width: 420px;
    width: 83%;
    margin: 0 auto;
    padding: 47px 0 54px;
}
.cta__first .button {
    width: 100%;
}
.cta__btn--sub {
    color: #eb8698;
    position: relative;
    margin-bottom: 5px;
}
.cta__btn--sub::before,
.cta__btn--sub::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 20px;
    top: 20%;
    background-color: #eb8698;
}
.cta__btn--sub::before {
    left: 21%;
    transform: rotate(-35deg);
}
.cta__btn--sub::after {
    right: 21%;
    transform: rotate(35deg);
}
.cta__btn--form {
    background-color: #eb8698;
}
@media only screen and (max-width: 767px) {
    #april .cta__first {
        padding: 25px 0 40px;
    }
    #april .cta__first .decorate {
        margin-bottom: 3px;
    }
    .cta__btn--sub::before,
    .cta__btn--sub::after {
        width: 1px;
        height: 13px;
        top: 19%;
    }
    .cta__btn--sub::before {
        left: 28%;
    }
    .cta__btn--sub::after {
        right: 28%;
    }
}
@media only screen and (max-width: 460px) {
    .cta__btn--sub::before {
        left: 26%;
    }
    .cta__btn--sub::after {
        right: 26%;
    }
}
@media only screen and (max-width: 410px) {
    .cta__btn--sub::before {
        left: 23%;
    }
    .cta__btn--sub::after {
        right: 23%;
    }
}
@media only screen and (max-width: 370px) {
    .cta__btn--sub::before {
        left: 17%;
    }
    .cta__btn--sub::after {
        right: 17%;
    }
}
/*--------------------------------------------------
　テーマ別求人
--------------------------------------------------*/
#april #topic {
    position: relative;
    z-index: 1;
    padding: 75px 0 100px;
}
#topic::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #e5f3ff;
    transform: skewY(-4deg);
    z-index: -1;
}
#april .topic__title {
    color: #444580;
    margin-bottom: 38px;
}
.topic__wapper {
    width: 1020px;
    margin: 0 auto;
    padding: 30px 60px 40px;
    background-color: #fff;
    border-radius: 10px;
}
.topic__list {
    display: flex;
    justify-content: space-between;
}
.topic__list--item {
    width: 280px;
    display: flex;
    flex-direction: column;
}
.topic__list--item--title {
    font-size: 22px;
    font-weight: bold;
    color: #444580;
    text-align: center;
    margin-bottom: 15px;
}
.topic__list--item img {
    width: 100%;
    margin-bottom: 10px;
}
.topic__list--item--text {
    font-size: 14px;
    margin-bottom: 10px;
    flex-grow: 1;
}
.topic__list--item--link {
    font-size: 16px;
    text-align: right;
    position: relative;
}
.topic__list--item--link a {
    color: #444580;
}
.topic__list--item--link p {
    display: inline;
    border-bottom: 1.5px solid #444580;
    padding-right: 6px;
    font-weight: bold;
}
.topic__list--item--link .button__arrow--triangle {
    color: #444580;
    transform: rotate(0deg);
    font-size: 21px;
    margin: 0;
}
.topic__btn {
    display: block;
    margin-top: 32px;
    background-color: #444580;
}
.topic__btn .button__arrow--triangle {
    transform: rotate(0deg);
}
@media only screen and (max-width: 1200px) {
    .topic__wapper {
        width: 80%;
    }
    .topic__list--item {
        width: 240px;
    }
    .topic__list--item--title {
        font-size: 20px;
    }
}
@media only screen and (max-width: 945px) {
    .topic__wapper {
        width: 60%;
    }
    .topic__list {
        display: block;
    }
    .topic__list--item--title {
        font-size: 22px;
    }
    .topic__list--item {
        width: 60%;
        margin: 0 auto 40px;
    }
}

@media only screen and (max-width: 767px) {
    #april #topic {
        padding: 35px 0 40px;
    }
    #april .topic__title {
        margin-bottom: 20px;
    }
    .topic__wapper {
        padding: 25px 0 30px;
        width: 90%;
    }
    .topic__list--item:last-of-type {
        margin-bottom: 40px;
    }
    .topic__list--item--title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .topic__list--item img {
        width: 95%;
        margin: 0 auto 10px;
    }
    .topic__list--item--text {
        margin-bottom: 4px;
    }
    .topic__list--item--link {
        font-size: 14px;
    }
    .topic__list--item--link p {
        padding-right: 3px;
    }
    .topic__list--item--link .button__arrow--triangle {
        font-size: 19px;
    }
    .topic__btn {
        margin-top: 0;
    }
}
@media only screen and (max-width: 520px) {
    .topic__list--item {
        width: 85%;
        text-align: center;
    }
    .topic__btn {
        width: 90%;
    }
    .topic__list--item--text {
        text-align: left;
    }
}
/*--------------------------------------------------
　登録から入社までの流れ
--------------------------------------------------*/
#april #flow {
    background-color: #fef2f4;
    padding-top: 110px;
    margin-top: -50px;
}
.flow__wapper {
    max-width: 1024px;
    width: 83%;
    margin: 0 auto;
}
#april .flow__title {
    color: #eb8698;
    margin-bottom: 50px;
}
.flow__list {
    display: flex;
    justify-content: space-between;
}
.flow__list--item {
    width: calc(84% / 3);
    position: relative;
    text-align: center;
}
.flow__list--item::before {
    content: "step.01";
    position: absolute;
    top: -5%;
    left: 40%;
    color: #f3b6c0;
    font-size: 16px;
    font-weight: bold;
}
.flow__list--item:nth-of-type(2)::before {
    content: "step.02";
}
.flow__list--item:nth-of-type(3)::before {
    content: "step.03";
}
.flow__list--item img {
    width: 115px;
    margin-bottom: 10px;
    object-fit: cover;
}
.flow__list--item--title {
    font-size: 20px;
    color: #eb8698;
    border-top: 2px solid #eb8698;
    border-bottom: 2px solid #eb8698;
    margin-bottom: 12px;
    padding: 2px 0 0;
}
.flow__list--item--text {
    font-size: 14px;
    text-align: left;
}
@media only screen and (max-width: 1100px) {
    .flow__list--item::before {
        left: 9vw;
    }
}
@media only screen and (max-width: 810px) {
    .flow__list--item::before {
        top: -4%;
        left: 8vw;
    }
}
@media only screen and (max-width: 767px) {
    #april #flow {
        padding: 90px 0 35px;
        margin-top: -50px;
    }
    #april .flow__title {
        margin-bottom: 20px;
    }
    .flow__list {
        display: block;
    }
    .flow__list--item {
        width: 70%;
        margin: 0 auto 25px;
    }
    .flow__list--item:last-of-type {
        margin-bottom: 0;
    }
    .flow__list--item::before {
        top: -5%;
        left: 25vw;
        font-size: 14px;
    }
    .flow__list--item img {
        margin-bottom: 7px;
    }
    .flow__list--item--title {
        font-size: 16px;
        color: #eb8698;
        margin-bottom: 10px;
        padding: 2px 0;
    }
}
@media only screen and (max-width: 520px) {
    .flow__list--item {
        width: 100%;
    }
    .flow__list--item::before {
        left: 36vw;
    }
}
@media only screen and (max-width: 400px) {
    .flow__list--item::before {
        left: 35vw;
    }
}
/*--------------------------------------------------
　フォームCTA-2
--------------------------------------------------*/
#april .cta {
    max-width: 420px;
    width: 83%;
    margin: 0 auto;
    padding: 45px 0 50px;
}
.cta .button {
    width: 100%;
}
.cta__btn .second::before {
    left: 12%;
}
.cta__btn .second::after {
    right: 12%;
}
@media only screen and (max-width: 767px) {
    #april .cta {
        padding: 25px 0 30px;
    }
    #april .cta .decorate {
        margin-bottom: 3px;
    }
.cta__btn .second::before {
    left: 22%;
}
.cta__btn .second::after {
    right: 22%;
}
}
@media only screen and (max-width: 460px) {
    .cta__btn .second::before {
        left: 18.5%;
    }
    .cta__btn .second::after {
        right: 18.5%;
    }
}
@media only screen and (max-width: 410px) {
    .cta__btn .second::before {
        left: 14%;
    }
    .cta__btn .second::after {
        right: 14%;
    }
}
@media only screen and (max-width: 370px) {
    .cta__btn .second::before {
        left: 8%;
    }
    .cta__btn .second::after {
        right: 8%;
    }
}
/*--------------------------------------------------
　よくあるご質問
--------------------------------------------------*/
#april #faq {
    background-color: #fcf7d5;
    padding-bottom: 60px;
}
.faq__wapper {
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
}
#april .faq__title {
    color: #fcb200;
    margin-bottom: 38px;
}
.faq__list {
    width: 100%;
}
.faq__list--item {
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 25px;
}
.faq__list--item:last-of-type {
    margin-bottom: 0;
}
.faq__list--item--question {
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    background-color: #fcb200;
    border-radius: 10px 10px 0 0;
    padding: 15px 20px 10px 50px;
    position: relative;
}
.faq__list--item--question::before {
    content: "Q";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 18px;
    top: 18px;
    font-size: 14px;
    line-height: 1.25;
    text-align: center;
    font-weight: bold;
    color: #fcb200;
    border-radius: 50%;
    background-color: #fff;
}
.faq__list--item--answer {
    font-size: 14px;
    padding: 10px 20px 20px 50px;
    position: relative;
    border-left: 2px solid #fcb200;
    border-bottom: 2px solid #fcb200;
    border-right: 2px solid #fcb200;
    border-radius: 0 0 10px 10px;
}
.faq__list--item--answer::before {
    content: "A";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 18px;
    font-size: 14px;
    text-align: center;
    line-height: 1.4;
    font-weight: bold;
    color: #fff;
    border-radius: 50%;
    background-color: #fcb200;
}
.faq__list--item--bold {
    font-weight: bold;
    background: linear-gradient(transparent 80%, #f7cfd6 80%);
}
@media only screen and (max-width: 767px) {
    #april #faq {
        padding: 25px 0 35px;
    }
    #april .faq__title {
    margin-bottom: 20px;
}
    .faq__list--item {
        margin-bottom: 20px;
    }
    .faq__list--item:last-of-type {
        margin-bottom: 0;
    }
    .faq__list--item--question {
        font-size: 15px;
        padding: 10px 15px 8px 43px;
    }
    .faq__list--item--question::before {
        width: 18px;
        height: 18px;
        top: 12px;
        font-size: 12px;
        line-height: 1.25;
    }
    .faq__list--item--answer {
        font-size: 14px;
        padding: 8px 15px 12px 40px;
    }
    .faq__list--item--answer::before {
        content: "A";
        position: absolute;
        width: 18px;
        height: 18px;
        left: 15px;
        font-size: 12px;
        line-height: 1.4;
    }
}
/*--------------------------------------------------
　エントリーフォーム
--------------------------------------------------*/
#april #formTop {
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
    font-weight: 400;
    padding: 60px 0 30px;
}
#formTop .cnt_form {
    width: 100%;
}
#formTop .contact_form_in {
    padding: 0;
}
.cnt_ttl_cov {
    display: none;
}
.season-chat_ttl {
    border-bottom: none;
    border-top: none;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    background-color: #68c08a;
}
.cnt_form_cov {
    background: #fff;
}
.chat_question_value, .chat_response_value {
    color: #eb8698 !important;
}
.question {
    padding-left: 0;
}
.radio_button input[type="radio"]:checked+label {
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14"><path fill="%23FFF" d="M7 13.5C3.416 13.5.5 10.584.5 7S3.416.5 7 .5s6.5 2.916 6.5 6.5-2.916 6.5-6.5 6.5z"/><path fill="%233D7653" d="M7 1c3.309 0 6 2.691 6 6s-2.691 6-6 6-6-2.691-6-6 2.691-6 6-6m0-1a7 7 0 10.001 14.001A7 7 0 007 0z"/><path fill="%233D7653" d="M7 3c2.207 0 4 1.794 4 4s-1.793 4-4 4c-2.205 0-4-1.794-4-4s1.795-4 4-4"/></svg>') no-repeat, #dcffea;
    color: #3D7653 !important;
}
.radio_button input[type="radio"]+label {
    padding: 10px 0;
    text-align: center;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14"><path fill="%233D7653" d="M7 1c3.309 0 6 2.691 6 6 0 3.31-2.691 6-6 6s-6-2.69-6-6c0-3.309 2.691-6 6-6m0-1a7 7 0 100 14A7 7 0 007 0z"/></svg>') no-repeat, #fff;
    color: #3D7653 !important;
}
.consult_check2 input[type=checkbox]+label, .guidance_check .consult_check input[type="checkbox"]+label {
    padding: 10px 0;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14"><path fill="%233D7653" d="M13 1v12H1V1h12m1-1H0v14h14V0z"/></svg>') no-repeat, #fff;
    color: #3D7653 !important;
}
.consult_check2 input[type="checkbox"]:checked+label, .checkbox_cov_sec input[type="checkbox"]:checked+label, .consult_check input[type="checkbox"]:checked+label {
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14"><path fill="%23FFF" d="M.5.5h13v13H.5z"/><path fill="%233D7653" d="M13 1v12H1V1h12m1-1H0v14h14V0z"/><g><path fill="%233D7653" d="M4.518 11.092a.924.924 0 001.092.042l6.299-5.145a.93.93 0 10-1.035-1.548L5.11 8.294 2.924 6.579a.927.927 0 00-1.308.158.93.93 0 00.157 1.307l2.745 3.048z"/></g></svg>') no-repeat, #dcffea;
    color: #3D7653 !important;
}
.radio_button label, .consult_check label, .consult_check2 .qualification, .checkbox_cov_sec label, .input_box, .text_box, .cv_select, .form-control {
    border: 1px solid #3D7653;
}
.input_box[type='text']:focus, .input_box[type="email"]:focus, .input_box[type="tel"]:focus, .text_box:focus {
    border: 2px solid #fcb200;
}
.cnt_btn {
    background: #fcb200;
    border-bottom: 5px solid #cc7800;
}
.cnt_btn:hover {
    background: #f49b00;
    border-bottom: 5px solid #cc8200;
}
.cnt_btn:disabled, .cnt_btn.loading_disabled, .cnt_btn.loading_disabled:hover, .cnt_btn.loading_disabled:active, .cnt_btn.loading_disabled:disabled {
    background: #000 !important;
    border-bottom: none !important;
    opacity: .2;
}
#formTop .cnt_sub_ttl {
    text-align: left;
    border-left: none;
    font-size: 14px;
    padding-left: 7px;
    margin: 8px auto;
    font-weight: 500;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 0;
    padding-right: 0;
}
@media only screen and (max-width: 960px) {
    form.chat_form .title .form-control-static, form.chat_form .question .form-control-static, form.chat_form .response .form-control-static, form.chat_form .title+div .chat_table tbody, form.chat_form .is_now .chat_table tbody, .radio_button label, .detail_smsamll select, .form-control, .consult_check label, .checkbox_cov_sec label, .input_box, .consult_check input[type="checkbox"]+label, .checkbox_cov_sec input[type="checkbox"]+label, .cv_select, .text_box {
        font-size: 1.4rem !important;
    }
}
@media only screen and (max-width: 767px) {
    #april #formTop {
        padding: 30px 0 5px;
    }
    .season-chat_ttl {
        font-size: 18px;
        padding: 15px 0;
    }
}
@media only screen and (max-width: 690px) {
    .qualification label[for="form_compositions_id[24]_1"], .qualification label[for="form_compositions_id[24]_2"] {
        width: 100%;
    }
.form_compositions_24 .qualification{
    flex-direction: column;
}
.consult_check2 .qualification {
    overflow: hidden;
}
.radio_button .consult_check {
    gap: inherit;
}
[name="error_form_compositions_id[12]"]+div, .radio_button .consult_check label[for="form_compositions_id[12]_0"], .radio_button .consult_check label[for="form_compositions_id[12]_1"], .radio_button .consult_check label[for="form_compositions_id[12]_2"], .radio_button .consult_check label[for="form_compositions_id[12]_3"] {
        width: 100%;
        margin: 2% 0;
    }
    .consult_check label[for="form_compositions_id[26]_1"], .consult_check label[for="form_compositions_id[26]_2"], .consult_check label[for="form_compositions_id[26]_3"], .consult_check label[for="form_compositions_id[26]_4"], .consult_check label[for="form_compositions_id[26]_5"] {
        width: 100%;
        margin: 2% 0;
    }
    .consult_check label, .checkbox_cov_sec label {
        width: 100%;
        margin: 2% 0;
    }
    .radio_button .consult_check label[for="form_compositions_id[30]_0"], .radio_button .consult_check label[for="form_compositions_id[30]_1"], .radio_button .consult_check label[for="form_compositions_id[30]_2"], .radio_button .consult_check label[for="form_compositions_id[36]_3"] {
        width: 100%;
    }
    .radio_button .consult_check label[for="form_compositions_id[33]_0"], .radio_button .consult_check label[for="form_compositions_id[33]_1"], .radio_button .consult_check label[for="form_compositions_id[33]_2"] {
        width: 100%;
        margin: 2% 0;
    }
    .radio_button input[type="radio"]+label, .radio_button input[type="radio"]:checked+label, .guidance_check .consult_check input[type="checkbox"]+label, .check_pd .checkbox_cov_sec input[type="checkbox"]+label, .consult_check2 input[type=checkbox]+label, .consult_check input[type="checkbox"]:checked+label, .consult_check2 input[type="checkbox"]:checked+label, .checkbox_cov_sec input[type="checkbox"]:checked+label {
        background-position: 12px 13px;
    }
    .radio_button .consult_check label[for="form_compositions_id[34]_0"], .radio_button .consult_check label[for="form_compositions_id[34]_1"], .radio_button .consult_check label[for="form_compositions_id[34]_2"], .radio_button .consult_check label[for="form_compositions_id[34]_3"], .radio_button .consult_check label[for="form_compositions_id[34]_4"], .radio_button .consult_check label[for="form_compositions_id[34]_5"] {
        width: 100%;
        margin: 2% 0;
    }
    .radio_button .consult_check label[for="form_compositions_id[35]_0"], .radio_button .consult_check label[for="form_compositions_id[35]_1"], .radio_button .consult_check label[for="form_compositions_id[35]_2"], .radio_button .consult_check label[for="form_compositions_id[35]_3"] {
        width: 100%;
        margin: 2% 0;
        flex: inherit;
    }
        .radio_button .consult_check label[for="form_compositions_id[38]_0"], .radio_button .consult_check label[for="form_compositions_id[38]_1"], .radio_button .consult_check label[for="form_compositions_id[38]_2"], .radio_button .consult_check label[for="form_compositions_id[38]_3"] {
        width: 100%;
        margin: 2% 0;
    }
        .radio_button .consult_check label[for="form_compositions_id[36]_0"], .radio_button .consult_check label[for="form_compositions_id[36]_1"], .radio_button .consult_check label[for="form_compositions_id[36]_2"], .radio_button .consult_check label[for="form_compositions_id[36]_3"] {
        width: 100%;
        margin: 2% 0;
    }
}
@media only screen and (max-width: 445px) {
    .qualification label[for="form_compositions_id[24]_3"] {
        width: 100%;
        margin: auto;
    }
}
/*--------------------------------------------------
　プライバシーポリシー
--------------------------------------------------*/
#form_privacymark {
    margin: auto;
    padding: 2% 1% !important;
}
#pagetop {
    margin: 0;
    max-width: 100%;
    width: 100%;
    height: 50px;
    padding-top: 80px;
    background: #f9f6f1;
}
#pagetop .pc {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
}
#pagetop .pagetop {
    margin-right: -50px;
}
@media only screen and (max-width: 1150px) {
    #pagetop .pagetop {
        margin-right: 0;
    }
}
@media only screen and (max-width: 767px) {
    #pagetop {
        height: auto;
        background: #cccd34;
        text-align: center;
        line-height: 58px;
        padding-top: 0;
    }
    #pagetop .sp {
        margin-top: 40px;
    }
}