/*--------------------------------------------------
　冬ボーナス
--------------------------------------------------*/
/*--------------------------------------------------
　共通css
--------------------------------------------------*/
/* 全体設定 */
#winter {
    margin: 0;
    padding: 0;
    color: #333;
    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;
}
#winter section {
    padding: 55px 0;
}
.sp-only {
    display: none !important;
}
.pc-only {
    display: block;
}
.sp-snap {
    display: none;
}
.sp-br {
    display: none;
}
@media screen and (max-width: 944px) {
    .sp-only {
        display: block !important;
    }
    .pc-only {
        display: none !important;
    }
}
@media only screen and (max-width: 767px) {
    #winter section {
    padding: 30px 0;
    }
    .sp-snap {
        display: block;
    }
    .pc-swiper {
        display: none;
    }
}
@media only screen and (max-width: 500px) {
    .sp-br {
        display: block;
    }
}
/* タイトル設定 */
#winter h2 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 28px;
    letter-spacing: 0.075em;
    display: block;
    margin: 0 auto 28px auto;
    background: linear-gradient(to bottom, #0d6ed6 0%, #054284 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
#winter .decorate {
    font-size: 20px;
    text-align: center;
    line-height: 1.3;
    color:#b47e2b;
}
@media only screen and (max-width: 767px) {
    #winter h2 {
        font-size: 23px;
        margin-bottom: 20px;
    }
    #winter .decorate {
        font-size: 14px;
        margin-bottom: 1px;
    }
}
/* 注釈設定 */
#winter small {
    font-size: 12px;
    font-weight: 400;
}
#winter small p {
    padding-left: 1em;
    text-indent: -1em;
}
@media only screen and (max-width: 767px) {
    #winter small {
        font-size: 10px;
    }
}
/* CTA設定 */
/* ボタン本体 */
.cta__button_02 {
  display: inline-block;
  font-size: 18px;
  text-align: center;
  padding: 0.8em 3em;
  background-color: #c09f40;
  box-shadow: 0 6px 0 #967c33;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
  padding-right: 4em;
}
/* ホバー時 */
.cta__button_02:hover {
    color: #fff;
    background-color: #927430;
    box-shadow: 0 6px 0 #745c27;
}
/* クリック時 */
.cta__button_02:active {
    color: #fff;
    background-color: #927430;
    transform: translateY(6px);
    box-shadow: none;
}
.cta__button_02 .button__arrow--triangle {
    font: normal normal normal 18px FontAwesome;
    transform: rotate(90deg);
    display: inline-block;
}
.cta__button_03 {
  display: inline-block;
  font-size: 20px;
  padding: 0.8em 3em;
  background-color: #3075ba;
  box-shadow: 0 6px 0 #265d93;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
padding: 12px 27px 13px;
}
/* ホバー時 */
.cta__button_03:hover {
    background-color: #27629b;
    color: #fff;
    box-shadow: 0 6px 0 #1f4d7a;
}
/* クリック時 */
.cta__button_03:active {
color: #fff;
box-shadow: none;
transform: translateY(6px);
}
.cta__button_04 {
  display: inline-block;
  font-size: 21px;
  padding: 0.8em 3em;
  background-color: #44b85c;
  box-shadow: 0 6px 0 #359148;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
  padding-right: 4em;
}
/* ホバー時 */
.cta__button_04:hover {
    background-color: #3ca351;
    color: #fff;
    box-shadow: 0 6px 0 #2e7e3f;
}

/* クリック時 */
.cta__button_04:active {
color: #fff;
box-shadow: none;
transform: translateY(6px);
}
.cta__button_05 {
  display: inline-block;
  font-size: 21px;
  padding: 0.8em 3em;
  background-color: #e38740;
  box-shadow: 0 6px 0 #b46c34;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
  padding-right: 4em;
}
/* ホバー時 */
.cta__button_05:hover {
    background-color: #cc7634;
    color: #fff;
    box-shadow: 0 6px 0 #a45f2a;
}
/* クリック時 */
.cta__button_05:active {
color: #fff;
box-shadow: none;
transform: translateY(6px);
}
.button {
    max-width: 420px;
    margin: 0 auto;
    text-align: center;
    border-style: none;
    border-radius: 50px;
    transition-duration: 0.3s;
    position: relative;
    z-index: 1;
}
.button a {
    display: block;
    color: #fff;
    padding: 15px 27px 15px;
}
.button p {
    display: inline;
    font-size: 20px;
}
.button__arrow {
    float: right;
    margin-top: 2px;
}
.button__arrow--triangle {
    font: normal normal normal 30px FontAwesome;
    transform: rotate(90deg);
    display: inline-block;
}
.button__arrow--triangle::after {
    content: "\f105";
}
@media only screen and (max-width: 767px) {
    .button {
    max-width: 307px;
}
    .button a {
    padding: 12px 27px 12px;
    font-size: 16px;
}
.cta__button_03:hover {
    color: #fff;
    background-color: #3075ba;
    box-shadow: 0 6px 0 #265d93;
    transform: none;
}
.cta__button_03:active {
    color: #fff;
    background-color: #3075ba;
    box-shadow: 0 6px 0 #265d93;
    transform: none;
}
.button .click-button p {
    font-size: 16px;
}

.button__arrow--triangle {
        font: normal normal normal 20px FontAwesome;
    }

}
@media only screen and (max-width: 767px) {
.cta__button_04:hover, .cta__button_04:active {
    background-color: #3ca351;
    color: #fff;
    box-shadow: 0 6px 0 #2e7e3f;
        transform: none;
}
.cta__button_05:hover, .cta__button_05:active {
    background-color: #cc7634;
    color: #fff;
    box-shadow: 0 6px 0 #a45f2a;
        transform: none;
}
}

/*--------------------------------------------------
　ファーストビュー
--------------------------------------------------*/
.mv {
    background-image: url(/images/season/mv-winter-25.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 0;
    height: 250px;
}
.mv::before {
    content: "";
    display: inline-block;
    position: absolute;
    background-image: url(/images/season/mv-winter-person.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 205px;
    bottom: -14px;
    left: 260px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.mv__wrapper {
    max-width: 790px;
    width: 90%;
    margin: 0 auto;
    padding: 52px 0 25px;
}
.mv__wrapper .h1 {
    font-size: 45px;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    width: 70%;
    margin-bottom: 5px;
    letter-spacing: 2.4px;
    display: inline-block;
    background: linear-gradient(to bottom, #0d6ed6 0%, #054284 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.mv__wrapper h1 span {
    font-size: 40px;
}
.mv__wrapper h1 img {
    width: 100%;
}
.mv__wrapper--text {
    font-size: 28px;
    font-weight: 500;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    color: #054284;
    margin-top: 10px;
    margin-bottom: 23px;
    border-bottom: 5px double #ffdd44;
    display: inline-block;
}
@media only screen and (min-width: 1441px) {
    .mv {
        background-position: center;
    }
}
@media only screen and (max-width: 1024px) {
    .mv__wrapper .h1 {
        font-size: 40px;
    }
    .mv__wrapper--text {
        font-size: 24px;
    }
    .mv__wrapper h1 span {
        font-size: 36px;
    }
}
@media only screen and (max-width: 767px) {
    .mv {
    background-image: url(/images/season/mv-winter-25_sp.jpg);
    height: 162px;
    }
    .mv::before {
        bottom: -12px;
        left: 176px;
        background-image: url(/images/season/mv-winter-person.png);
        background-size: 128px;
}
    .mv__wrapper h1 span {
        font-size: 28px;
    }
    .mv__wrapper .h1 {
        font-size: 34px;
        width: 100%;
        margin-bottom: 2px;
        letter-spacing: 0.8px;
    }
    .mv__wrapper {
        max-width: 560px;
        padding: 20px 0 0;
    }
    .mv__wrapper--text {
        font-size: 18px;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 540px) {
    .mv__wrapper {
        max-width: 400px;
        padding: 30px 0 30px;
    }

    .mv__wrapper--text {
        margin: 0;
        letter-spacing: 0;
    }
    .mv__wrapper h1 {
        width: 100%;
        margin: 0 auto 5px;
    }
    .mv__wrapper h1 span {
        font-size: 24px;
        letter-spacing: 0.4px;
    }
    .mv__wrapper .h1 {
        font-size: 26px;
    }
    .mv::before {
        bottom: -10px;
        left: 136px;
        background-image: url(/images/season/mv-winter-person_sp.png);
        background-size: 106px;
}
.mv__wrapper--text {
    font-weight: 400;
}
}

/* ナビ */
.top__inner--navi {
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 10px;
    position: relative;
}
.top__inner--navi--wrap::after {
    content: "";
    position: absolute;
    height: 80px;
    width: 100%;
    clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
    background-color: #fff;
    left: 0;
    bottom: -80px;
    z-index: 1;
}
@media only screen and (max-width: 767px) {
.top__inner--navi--wrap::after {
    height: 20px;
    bottom: -20px;
}
}
.top__inner--navi--wrap {
    position: relative;
}
.top__inner--navi--wrapper {
    display: flex;
    justify-content: space-between;
}
.top__inner--navi--inner a{
    width: 180px;
    border-radius: 4px;
    background: #3075ba;
    color: #fff;
    text-decoration: none;
    border-bottom: 6px solid #265d93;
    position: relative;
    bottom: 0;
    will-change: transform, border-bottom-width;
    transform: translateY(0);
    transition: transform 0.2s ease-out, border-bottom-width 0.2s ease-out;
}
.top__inner--navi--inner a:hover {
    background-color: #27629b;
    border-bottom: 6px solid #1f4d7a;
    transition: all 300ms ease-in;
}
.top__inner--navi--inner a:active {
    transform: translateY(6px);
    border-bottom-width: 0;
    transition: transform 0.2s ease-out, border-bottom-width 0.4s ease-out;
    background-color: #27629b;
}
.top__inner--navi--inner a {
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    padding: 12px 0 22px;
    display: block;
    position: relative;
}
.top__inner--navi--inner a::after {
    position: absolute;
    content: '';
    top: 43px;
    right: 47%;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    display: inline-block;
    width: 6.5px;
    height: 6.5px;
    transform: translateY(-25%) rotate(135deg);
}
@media only screen and (max-width: 880px) {
    .top__inner--navi--inner a {
        font-size: 1.93vw;
        width: 100%;
        min-width: 165px;
    }
}
@media only screen and (max-width: 767px) {
    .top__inner--navi--wrapper {
        flex-wrap: wrap;
    }
    .top__inner--navi--inner {
        width: 48.5%;
        margin-bottom: 8px;
    }
    .top__inner--navi--inner {
        min-width: auto;
    }
    .top__inner--navi--inner a {
        font-size: 14px;
        padding: 11px 0 10px;
    }
    .top__inner--navi--inner a::after {
        top: 43%;
        right: 10px;
    }
    .top__inner--navi--inner a:hover {
    background: #3075ba;
    border-bottom: 6px solid #265d93;
  }
    .top__inner--navi--inner a:active {
    background: #3075ba;
    border-bottom: 6px solid #265d93;
    transform: none;
  }
}
@media only screen and (max-width: 500px) {
    .top__inner--navi {
        padding-bottom: 10px;
        padding-top: 16px;
    }
}
@media only screen and (max-width: 390px) {
    .top__inner--navi--inner {
        width: 48%;
    }
}
.triangle {
    position: relative;
    background: #e5f4e0;
    height: 78px;
    margin-top: 7px;
    padding-bottom: 45px;
}
.triangle::before {
    content: "";
    position: absolute;
    height: 78px;
    width: 100%;
    clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
    background-color: #fff;
    left: 0;
    top: 0;
}
@media only screen and (max-width: 767px) {
    .triangle {
        position: relative;
        background: #e5f4e0;
        height: 24px;
        padding-bottom: 15px;
    }
    .triangle::before {
        height: 24px;
    }
}

/*--------------------------------------------------
年収アップ事例ご紹介
--------------------------------------------------*/
#winter #success {
    background-color: #e4eff5;
}
.success__wrapper {
    max-width: 1064px;
    width: 90%;
    margin: 0 auto;
}
#winter .success__title {
    color: #ea5501;
    margin-bottom: 50px;
}
.success-pc-list .success__list {
    display: flex;
    justify-content: space-between;
}
.success-pc-list .success__list--item {
    max-width: 306px;
    width: calc(80% / 3);
    position: relative;
    text-align: center;
    background-color: #fff;
    padding: 24px 20px;
    border-radius: 4px;
    box-shadow: 0px 0px 15px -5px rgba(20, 43, 94, 0.7);
}
.age {
    text-align: left;
    color: #7c7c7c;
    margin: 10px 0;
    font-size: 15px;
}
.success__list--item--title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    color: #00659f;
    margin-bottom: 16px;
    padding: 2px 0 0;
    text-align: left;
    height: 2.5em;
}
.success__list--item--box {
    background: #efefef;
    font-size: 14px;
    position: relative;
    padding: 10px;
}
.success__list--item--box .blue {
    color: #0068a1;
}
.up--box {
    background: #ffdd44;
}
.success__list--item--box p span {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin: 2px;
}
.success__list--item--box p {
    font-size: 14px;
}
.success__list--item--text {
    font-size: 15px;
    text-align: left;
    margin-top: 16px;
}
.triangle__down {
    background: #0068a1;
    height: calc(tan(60deg) * 19px / 2);
    width: 19px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    margin: 8px auto;
}
.success-up--circle {
    position: absolute;
    left: -12px;
    top: -24px;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: #0068a1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.success-up--circle .amount {
    font-size: 20px;
}
.success-up--circle .amount .unit {
    font-size: 14px;
}
.success-up--circle .icon--box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.success-up--circle .icon--box .icon {
    width: 14px;
}
@media screen and (min-width: 945px) {
    .success-pc-list .success__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .success-pc-list .success__list--item {
        width: calc(80% / 3);
        max-width: 306px;
    }
}
@media screen and (max-width: 944px) {
    .success__wrapper {
        width: 100%;
    }
.success-swiper-sp .success__list {
        display: flex !important;
        flex-wrap: nowrap !important;
    }
    .success-swiper-sp .success__list--item {
        background-color: #fff;
        border-radius: 4px;
        box-shadow: 0px 0px 15px -5px rgba(20, 43, 94, 0.7);
        padding: 24px 20px;
        flex-shrink: 0;
        margin-right: 16px;
        margin-bottom: 16px;
        margin-left: initial;
        width: 38vw;
    }
    .success-swiper-sp .success__list--item:first-of-type {
        margin-left: 5vw;
    }

    #winter #success {
        padding: 32px 0 40px;
    }
    #winter .success__title {
        margin-bottom: 20px;
    }
    .age {
        margin: 5px 0;
    }
    .success__list--item--title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .success__list--item--box p span {
        font-size: 20px;
    }
    .success__list--item--box p {
        font-size: 13px;
    }
    .success__list--item--box {
        padding: 8px;
        text-align: center;
    }
    .success__list--img img {
        width: 100%;
    }
    .triangle__down {
        height: calc(tan(60deg) * 15px / 2);
        width: 15px;
        margin: 5px auto;
    }
    .success-up--circle {
        left: -8px;
        top: -15px;
        width: 68px;
        height: 68px;
        border-radius: 50%;
    }
    .success-up--circle .amount {
        font-size: 17px;
        line-height: 1.1;
    }
    .success-up--circle .amount .unit {
        font-size: 12px;
    }
    .success-up--circle .icon--box {
        line-height: 1.1;
    }
    .success__list--item--text {
        margin-top: 12px !important;
    }

    .success-pagination {
        text-align: center;
        margin-top: 15px;
    }
    .success-swiper-sp::after {
        position: absolute;
        content: "← スワイプで移動できます →";
        display: block;
        font-size: 9px;
        left: 5vw;
        color: #2c2c2c;
    }
}
@media only screen and (max-width: 520px) {
        .success__list--item--text {
       font-size: 14px;
    }
    .success-swiper-sp .success__list--item {
        padding: 20px 18px;
        width: 75vw;
    }
}
@media screen and (max-width: 767px) {
    .success-button-prev,
    .success-button-next {
        display: none;
    }
}
/*--------------------------------------------------
　フォームCTA
--------------------------------------------------*/
#winter .cta__btn {
    max-width: 470px;
    width: 83%;
    margin: 0 auto;
    padding: 48px 0 0;
}
#winter .cta__btn--sub {
    color: #e56c44;
    position: relative;
    margin-bottom: 5px;
}
.cta__btn--sub::before,
.cta__btn--sub::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 20px;
    top: 20%;
    background-color: #e56c44;
}
.cta__btn--sub::before {
    left: 21%;
    transform: rotate(-35deg);
}
.cta__btn--sub::after {
    right: 21%;
    transform: rotate(35deg);
}
.cta__btn--form {
    background-color: #e56c44;
}
@media only screen and (max-width: 767px) {
    .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%;
    }
    #winter .cta__btn {
        padding: 32px 0 0;
    }
}
@media only screen and (max-width: 520px) {
    .cta__btn--sub::before {
        left: 24%;
    }
    .cta__btn--sub::after {
        right: 24%;
    }
}
@media only screen and (max-width: 460px) {
    .cta__btn--sub::before {
        left: 22%;
    }
    .cta__btn--sub::after {
        right: 22%;
    }
}
@media only screen and (max-width: 460px) {
    .cta__btn--sub::before {
        left: 22%;
    }
    .cta__btn--sub::after {
        right: 22%;
    }
}
@media only screen and (max-width: 400px) {
    .cta__btn--sub::before {
        left: 18%;
    }
    .cta__btn--sub::after {
        right: 18%;
    }
}
/*--------------------------------------------------
　求人をご紹介
--------------------------------------------------*/
#winter #employment {
    background-color: #f4f7f9;
    padding: 80px 0 56px;
}
.employment__title--small {
    padding-top: 40px;
}
#winter .employment__title {
    margin-bottom: 25px;
}
#employmen__ttl {
   padding-top: 40px;
}
.employmen__spslider {
    /* width: 100%; */
    overflow: hidden;
    margin: 0 auto;
}
.pc-swiper {
    width: 1035px; /* 新しいPCの幅 */
    overflow: hidden;
    margin: 0 auto;
}
.success__spslider {
    overflow: hidden;
    margin: 0 auto;
}
.employment__list {
    display: flex;
    justify-content: initial;
    padding-bottom: 12px;
    margin-left: 8px;
    margin-top: 10px;
}
.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: 4px;
    margin: 0 2px;
    padding: 15px 20px 20px;
    display: flex;
    flex-direction: column;
    border-top: 3px solid #00659f;
    box-shadow: 0px 0px 15px -5px rgba(20, 43, 94, 0.7);
}
.employment__list--item--title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
    line-height: 1.3;
    height: 2.5em;
    overflow: hidden;
}
.employment__list--item--salary {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #00659f;
}
.employment__list--item--salary span {
    font-size: 22px;
    margin: 0 2px;
    display: inline-block;
}
.employment__list--img {
    width: 266px;
    margin-bottom: 12px;
    object-fit: cover;
}
.employment__list--tag {
    padding-bottom: 10px;
}
.employment__list--tag p {
    white-space: nowrap;
    display: inline-block;
    margin: 0 5px;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #ffdd44;
    font-size: 13px;
    color: #333;
    min-width: 65px;
    text-align: center;
    padding: 3px;
}
.employment__list--tag p:first-of-type {
    margin-left: 0;
}
.employment__list--tag p:last-of-type {
    margin-right: 0;
}
.employment__list--item--text {
    font-size: 15px;
    flex-grow: 1;
    margin-bottom: 28px;
}
.employment__btn a {
    padding: 14px 27px 13px;
}
.employment__btn a .button__arrow {
    margin-top: 0px;
}
.employment__btn--sub {
    color: #a78308;
    font-size: 13px;
    text-align: center;
    margin-bottom: 5px;
}
.employment__small{
    width: fit-content;
    margin: 18px auto 0;
}
.employment__text-box{
    width: 1024px;
    background-color: #fff;
    padding: 14px 0;
    margin: 30px auto 0;
    border-radius: 3px;
}
.employment__text {
    margin: 0 auto;
    font-size: 15px;
    text-align: center;
    color: #022877;
}
.pc-swiper-box {
    max-width: 1134px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after, .success-button-prev:after, .success-button-next:after {
    content: "\f105";
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .success-button-prev:after, .success-button-next:after  {
    content: "\f105";
}
.swiper-button-prev, .swiper-rtl .swiper-button-next, .success-button-prev:after, .success-button-next:after  {
    left: 10px;
    right: auto;
    position: relative;
}
.swiper-button-next, .swiper-button-prev, .success-button-prev, .success-button-next {
    position: absolute;
    top: 44%;
    width: 45px;
    height: 45px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #00659f;
    border-radius: 50%;
    font: normal normal normal 30px FontAwesome;
}
.swiper-button-prev,.success-button-prev  {
    left: 0;
}
.swiper-button-next, .success-button-next {
    right: 0;
}
.swiper-button-next::after, .swiper-button-prev::after, .success-button-next::after, .success-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;
    left: 35%;
}
.swiper-button-disabled {
    display: none;
}

@media only screen and (max-width: 1160px) {
    .swiper-button-prev, .success-button-prev {
        left: 1vw;
    }
    .swiper-button-next, .success-button-next {
        right: 1vw;
    }
    .employmen__spslider {
        width: 88%;
    }
    .employment__list--img {
        width: 260px;
    }
    .employment__text-box {
        width: 85%;
        margin: 12px auto 0;
        padding: 14px 16px;
    }
    .employment__btn a {
        padding: 14px 12px 13px;
    }
}
@media only screen and (max-width: 960px) {
    .employmen__spslider {
        width: 85%;
    }
}
@media only screen and (max-width: 767px) {
    #winter #employment {
        padding: 30px 0 40px;
        width: 100vw;
    }
    #employmen__ttl {
    padding-top: 25px;
}
    #winter .employment__title {
    margin-bottom: 18px;
    }
    .employmen__spslider::after {
        position: absolute;
        content: "← スワイプで移動できます →";
        display: block;
        font-size: 9px;
            left: 2vw;
        color: #2c2c2c;
        margin-left: 16px;
    }
        .success__spslider::after {
        position: absolute;
        content: "← スワイプで移動できます →";
        display: block;
        font-size: 9px;
            left: 2vw;
        color: #2c2c2c;
        margin-left: 16px;
    }
    .pc-swiper {
        display: none;
    }
    .employmen__spslider {
        width: 100%;
    }
    .employment__list--item {
        margin: 0 7px;
    }
    .employment__list {
        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;
        padding-bottom: 5px;
    }
.employmen__spslider.sp-snap .employment__list {
        padding-left: 2vw;
        padding-right: 2vw;
    }
    _:lang(x)+_:-webkit-full-screen-document, .employment__list {
        padding-bottom: 15px;
    }
    .employment__list--item:first-of-type {
        margin-left: 7px;
    }
    .employment__list--item:last-of-type {
        margin-right: 7px;
    }
    .employment__list--item:last-of-type {
    position: relative;
    overflow: visible;
	}
	.employment__list--item:last-of-type::after {
        content: none;
	}
    .employment__list--item--title {
        font-size: 18px;
        margin-bottom: 8px;
        min-height: 42px;
        height:auto;
    }
    .employment__list--item--salary {
        font-size: 14px;
        margin-bottom: 6px;
    }
    .employment__list--item--salary span {
        font-size: 20px;
    }
    .employment__list--tag {
        padding-bottom: 5px;
    }
    .employment__list--tag p {
        margin: 0 4px;
    }
    .employment__list--item--text {
        font-size: 14px;
        margin-bottom: 12px;
    }
    .employment__small{
        margin: 28px auto 0;
    }
    .employment__list::-webkit-scrollbar {
        background: #f4f7f9;
        border: 0;
    }
    .employment__list::-webkit-scrollbar-thumb {
        background: #f4f7f9;
        border: 6px solid #f4f7f9;
        border-right: 30px solid #f4f7f9;
        border-left: 30px solid #f4f7f9;
    }
    .employment__text {
        font-size: 12px;
        text-align: left;
    }
    #employment .employment__btn a {
        padding: 12px 15px 12px;
        font-size: 14px;
    }
    .cta__button_02 .button__arrow--triangle {
    font: normal normal normal 18px FontAwesome;
}
.employment__btn a .button__arrow {
    margin-top: 2px;
}
    #employment .button__arrow--triangle {
        font: normal normal normal 20px FontAwesome;
    }

.cta__button_02:hover {
    color: #fff;
    background-color: #c09f40;
    box-shadow: 0 6px 0 #967c33;
    transform: none;
}
.cta__button_02:active {
    color: #fff;
    background-color: #c09f40;
    box-shadow: 0 6px 0 #967c33;
    transform: none;
}
}
@media only screen and (max-width: 520px) {
    .employment__list--item {
        width: 85vw;
        margin: 0 7px 8px;
        padding: 24px 20px;
    }
    .employment__list--img {
        width: 270px;
    }
    .employment__small{
        width: 90%;
    }
        #employment .employment__btn a {
        font-size: 16px;
    }
    .employment__btn--sub {
    font-size: 13px;
}
.employment__text-box {
        width: 83%;
    }
}
.employment__btn {
    width: 100%;
    margin: unset;
}
/*--------------------------------------------------
　テーマ別求人
--------------------------------------------------*/
#winter #topic {
    padding: 56px 0;
    background-color: #f4f7f9;
}
#winter .topic__title {
    margin-bottom: 38px;
}
.topic__wrapper {
    max-width: 1064px;
    width: 90%;
    margin: 0 auto;
}
.topic__list {
    display: flex;
    justify-content: space-between;
}
.topic__list--item {
    width: calc(80% / 3);
    background-color: #fff;
    padding: 20px 24px 32px;
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
    border-radius: 4px;
    box-shadow: 0px 0px 15px -5px rgba(20, 43, 94, 0.7);
    border-top: 3px solid #00659f;
}
.topic__list--item--title {
    font-size: 20px;
    font-weight: bold;
    color: #3075ba;
    text-align: center;
    margin-bottom: 20px;
}
.topic__list--item img {
    width: 100%;
    margin-bottom: 16px;
}
.topic__list--item--text {
    font-size: 14px;
    margin-bottom: 3px;
    flex-grow: 1;
}
.topic__list--item--link{
    font-size: 16px;
    text-align: right;
    position: relative;
    transition-duration: 0.3s;
}
.topic__list--item--link a:hover {
    color: #005f96;
}
.topic__list--item--link a {
    color: #3075ba;
}
.topic__list--item--link p {
    display: inline;
    border-bottom: 1.5px solid;
    padding-right: 6px;
    font-weight: bold;
}
.topic__list--item--link .button__arrow--triangle {
    transform: rotate(0deg);
    font-size: 21px;
    margin: 0;
}
#topic .button {
    max-width: 420px;
    width: 83%;
    margin: 0 auto;
    padding: 0;
}
#topic .button a {
    padding: 15px 27px 15px;
}

.topic__btn .button__arrow--triangle {
    transform: rotate(0deg);
}
@media only screen and (max-width: 945px) {
    .topic__wrapper {
        width: 70%;
    }
    .topic__list {
        display: block;
    }
    .topic__list--item--title {
        font-size: 22px;
    }
    .topic__list--item {
        width: 60%;
        margin: 0 auto 24px;
    }
        .topic__list--item:last-child {
            margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    #winter #topic {
        padding: 28px 0 40px;
    }
    #winter .topic__title {
        margin-bottom: 0;
    }
    .topic__wrapper {
        padding: 25px 0 0;
        width: 90%;
    }
    .topic__list--item--title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .topic__list--item img {
        width: 100%;
        margin: 0 auto 10px;
    }
    .topic__list--item--text {
        margin-bottom: 20px;
    }
    .topic__list--item--link {
        font-size: 14px;
    }
    .topic__list--item--link:hover {
        opacity: 1;
    }
    .topic__list--item--link p {
        padding-right: 3px;
    }
    .topic__list--item--link .button__arrow--triangle {
        font-size: 19px;
    }
    .topic__btn a {
        padding: 13px 23px;
    }
    .topic__btn p {
        font-size: 16px;
    }
    .topic__btn .button__arrow--triangle {
        font: normal normal normal 22px FontAwesome;
    }
    #topic .button {
    max-width: 307px;
    padding-top: 2px;
    }
    .topic__list--item {
    padding: 20px 24px 24px;
    }
    #topic .button a {
    padding: 12px 27px 12px;
}
.topic__list--item--link a:hover {
    color: #27629b;
}

}
@media only screen and (max-width: 520px) {
    .topic__list--item {
        width: 90%;
        text-align: center;
        padding: 20px 18px 24px;

    }
    .topic__list--item--text {
        text-align: left;
        margin-left: 1px;
    }
}
#winter .space {
    background: #e5f4e0;
    padding-top: 215px;
    margin-top: -150px;
}
@media only screen and (max-width: 767px) {
    #winter .space {
        padding-top: 178px;
    }
}
/*--------------------------------------------------
　サービス一覧
--------------------------------------------------*/
#winter #service {
    background: #e4eff5;
    padding: 56px 0;
}
#winter .service__title {
    margin-bottom: 38px;
}
.service__wrapper {
    max-width: 800px;
    width: 83%;
    margin: 0 auto;
}
.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) {
    #winter #service {
    padding: 32px 0 24px;
}
    #winter .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;
    }
}
/*--------------------------------------------------
　よくあるご質問
--------------------------------------------------*/
#winter #faq {
    background-color: #f4f7f9;
    margin-bottom: 56px;
}
#winter .faq__title {
    margin-bottom: 38px;
}
.faq__wrapper {
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
}
.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: #00659f;
    border-radius: 4px 4px 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: #00659f;
    border-radius: 50%;
    background-color: #fff;
}
.faq__list--item--answer {
    font-size: 14px;
    padding: 10px 20px 20px 50px;
    position: relative;
    border-left: 2px solid #00659f;
    border-bottom: 2px solid #00659f;
    border-right: 2px solid #00659f;
    border-radius: 0 0 4px 4px;
}
.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: #00659f;
}
.faq__list--item--bold {
    font-weight: bold;
    background: linear-gradient(transparent 80%, #ffdd44 80%);
}
@media only screen and (max-width: 767px) {
    #winter #faq {
        margin-bottom: 20px;
        padding: 24px 0 35px;
    }
    #winter .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;
    }
}
/*--------------------------------------------------
　追従ボタン
--------------------------------------------------*/
.fixed-btn {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #c3c3c3;
    opacity: 0;
    z-index: -1;
    transition: 0.3s;
}
.fixed-btn.fixed {
    opacity: 1;
    z-index: 10;
}
.fixed-btn__navi {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
    padding: 14px 0 15px;
}
.fixed-btn__navi--inner {
    width: 380px;
    border-radius: 50px;
    text-align: center;
    transition-duration: 0.3s;
    position: relative;
    z-index: 1;
}
.fixed-btn__navi--inner a {
    display: block;
    font-size: 21px;
    padding: 10px 0 10px;
}
.fixed-btn__navi--inner .button__arrow {
    margin-top: -29px;
    margin-right: 25px;
}
.fixed-btn__navi--inner .button__arrow--triangle {
    font: normal normal normal 26px FontAwesome;
}
.fixed-btn__navi--inner .button__arrow {
    margin-top: -29px;
    margin-right: 25px;
}
@media only screen and (max-width: 880px) {
    .fixed-btn__navi--inner {
        width: 47%;
    }
    .fixed-btn__navi--inner a {
        font-size: 2.2vw;
    }
    .fixed-btn__navi--inner .button__arrow {
        margin-top: -26px;
    }
    }
@media only screen and (max-width: 767px) {
    .fixed-btn__navi {
        padding: 9px 0 12px;
    }
    .fixed-btn__navi--inner a {
        font-size: 17px;
        padding: 10px 0;
    }
    .fixed-btn__navi--inner .button__arrow {
        margin-top: -22px;
        margin-right: 20px;
    }
    .fixed-btn__navi--inner .button__arrow--triangle {
        font: normal normal normal 23px FontAwesome;
    }
.fixed-btn__navi--inner:last-of-type .click-button:hover .button__arrow--triangle {
color: #fff;
}
.fixed-btn__navi--inner:first-of-type .click-button:hover .button__arrow--triangle {
    color: #fff;
}
}
@media only screen and (max-width: 520px) {
    .fixed-btn__navi--inner .button__arrow {
        margin-right: 12px;
    }
}
@media only screen and (max-width: 495px) {
    .fixed-btn__navi--inner {
        width: 48%;
    }
    .fixed-btn__navi--inner a {
        font-size: 14px;
    }
    .fixed-btn__navi--inner a p {
        font-size: 14px;
    }
    .fixed-btn__navi--inner .button__arrow {
        margin-top: -19px;
        margin-right: 8px;
    }
    .fixed-btn__navi--inner .button__arrow--triangle {
        font: normal normal normal 17px FontAwesome;
    }
}
@media only screen and (max-width: 370px) {
    .fixed-btn__navi--inner .button__arrow {
        display: none;
    }
}
/*--------------------------------------------------
　エントリーフォーム
--------------------------------------------------*/
#winter #formTop {
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
    font-weight: 400;
    padding: 10px 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;
    background-color: #ffdd44;
    border-radius: 4px;
    color: #333;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.cnt_form_cov {
    background: #fff;
}
.chat_question_value, .chat_response_value {
    color: #00659f !important;
}
.question {
    padding-left: 0;
}
#winter .radio_button label, #winter .detail_smsamll select, #winter .form-control, #winter .consult_check label, #winter .checkbox_cov_sec label, #winter .input_box, #winter .consult_check input[type="checkbox"]+label, #winter .checkbox_cov_sec input[type="checkbox"]+label, #winter .cv_select, .text_boxt{
    color: #333!important;
}
.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="%2300659f" 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 100.001 14.001A7 7 0 007 0z"/><path fill="%2300659f" 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, #FFDD44;
    color: #333 !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="%2300659f" 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: #333 !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="%2300659f" d="M13 1v12H1V1h12m1-1H0v14h14V0z"/></svg>') no-repeat, #fff;
    color: #333 !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="%2300659f" d="M13 1v12H1V1h12m1-1H0v14h14V0z"/><g><path fill="%2300659f" 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, #FFDD44;
    color: #333 !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 #333;
    color: #333!important;
}
.input_box[type='text']:focus, .input_box[type="email"]:focus, .input_box[type="tel"]:focus, .text_box:focus {
    border: 2px solid #333;
    color: #333!important;
}
.cnt_btn {
    background-color: #3075ba;
    border-bottom: 0;
    position: relative;
    z-index: 1;
    transition-duration: 0.3s!important;
}
.cnt_btn::before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -6px;
    background-color: #3075ba;
    border-bottom: 6px solid #00659f;
    position: absolute;
    border-radius: 6px;
    z-index: -1;
    transition-duration: 0.3s;
}
.cnt_btn:hover {
    transform: translateY(4px);
    border-bottom: 0;
    transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    -o-transition: 0s;
    -ms-transition: 0s;
}
.cnt_btn:hover::before {
    bottom: -2px;
    border-bottom: 2px solid #27629b;
}
.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;
}
.cnt_btn:disabled::before {
    content: none;
}
.cnt_btn:disabled:hover, .cnt_btn.loading_disabled:hover, .cnt_btn.loading_disabled:hover {
    transform: translateY(0);
    margin-top: 0;
    cursor:-moz-default;
    cursor:-webkit-default;
    cursor: default;
}
#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;
}
.cnt_btn_cov .cnt_btn:hover {
    transform: translateY(0);
    background-color: #3075ba;
}
.cnt_btn_cov .cnt_btn::before {
    background-color: #3781cb!important;
}
.cnt_btn.loading_disabled::before {
content: none !important;
animation: none !important;
transform: none !important;
transition: unset !important;
}
#winter #formTop .radio_button label {
    color: #333 !important;
}
#winter #formTop .cnt_form #formAction #page_main .bx-wrapper .bx-viewport .bxslider .form_block .bg_white tbody tr td #placeholder {
        color: #333 !important;
}
@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) {
    #winter #formTop {
        padding: 10px 0 5px;
    }
    .season-chat_ttl {
        font-size: 18px;
        padding: 15px 0;
    }
    .cnt_btn:hover {
        transform: translateY(0);
    }
    .cnt_btn:hover::before {
        bottom:  -6px;
        border-bottom: 6px solid #1f4d7a;
    }
    .cnt_btn_cov .cnt_btn {
    border-bottom: 6px solid #1f4d7a;
}
    .cnt_btn_cov .cnt_btn:hover {
        background-color: #27629b;
    }
    .cnt_btn_cov .cnt_btn:hover::before {
        background-color: #27629b;
    }
}
@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;
    }
}
