/*--------------------------------------------------
　夏転職
--------------------------------------------------*/
/*--------------------------------------------------
　共通css
--------------------------------------------------*/
/* 全体設定 */
#summer {
    margin: 0;
    padding: 0;
    color: #2c2c2c;
    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;
}
#summer section {
    padding: 55px 0;
}
.sp-snap {
    display: none;
}
@media only screen and (max-width: 767px) {
    #summer section {
    padding: 30px 0;
    }
    .sp-snap {
        display: block;
    }
    .pc-swiper {
        display: none;
    }
}
/* タイトル設定 */
#summer h2 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 28px;
    color: #007549;
}
#summer .decorate {
    font-size: 20px;
    text-align: center;
    line-height: 1.3;
}
@media only screen and (max-width: 767px) {
    #summer h2 {
        font-size: 23px;
        margin-bottom: 20px;
    }
    #summer .decorate {
        font-size: 14px;
        margin-bottom: 1px;
    }
}
/* 注釈設定 */
#summer small {
    font-size: 12px;
    font-weight: 400;
}
#summer small p {
    padding-left: 1em;
    text-indent: -1em;
}
@media only screen and (max-width: 767px) {
    #summer 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;
    position: relative;
    z-index: 1;
}
.button::before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -6px;
    background-color: #f07700;
    border-bottom: 6px solid #b65a00;
    position: absolute;
    border-radius: 50px;
    z-index: -1;
    transition-duration: 0.3s;
}
.button:hover {
    transform: translateY(4px);
}
.button:hover::before {
    bottom: -2px;
    border-bottom: 2px solid #b65a00;
}
.button a {
    display: block;
    color: #fff;
    padding: 15px 27px 16px;
}
.button p {
    display: inline;
    font-size: 20px;
}
.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 {
        transform: translateY(0px);
    }
    .button:hover::before {
    bottom: -6px;
    border-bottom: 6px solid #b65a00;
    }
    .button__arrow {
        margin-top: 3px;
    }
}

 /*SPヘッダー調整 */
@media only screen and (max-width: 767px) {
.breadcump {
    margin-bottom: -6px !important;
}
}
/*--------------------------------------------------
　ファーストビュー
--------------------------------------------------*/
.mv {
    background-image: url(/images/season/mv-summer-25.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 0;
}
.mv::before {
    content: "";
    display: inline-block;
    position: absolute;
    background-image: url(/images/season/mv-summer-person.png);
    background-position: bottom;
    background-repeat: no-repeat;
    bottom: 35px;
    left: 262px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.mv__wrapper {
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
    padding-top: 45px;
}
.mv__wrapper h1 {
    width: 61%;
    background-color: #fff;
    margin-bottom: 35px;
    padding: 16px 22px 12px 12px;
}
.mv__wrapper h1 img {
    width: 100%;
}
.mv__wrapper--text {
    font-size: 15px;
    margin-bottom: 23px;
}
@media only screen and (min-width: 1441px) {
    .mv {
        background-position: center;
    }
}
@media only screen and (max-width: 865px) {
    .mv::before {
        left: 220px;
    }
}
@media only screen and (max-width: 767px) {
    .mv {
        background-image: url(/images/season/mv-summer-25_sp.jpg);
        background-position: 50% 36%;
    }
    .mv::before {
    content: none;
}
    .mv__wrapper {
        padding-top: 35px;
    }
    .mv__wrapper h1 {
        width: 83.5%;
        margin-bottom: 23px;
        padding: 8px 11px 3px 5px;
    }
    .mv__wrapper--text {
        font-size: 13px;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 700px) {
    .mv {
        background-position: top center;
    }
}
/* ナビ */
.top__inner--navi {
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
}
.top__inner--navi--wapper {
    display: flex;
    justify-content: space-between;
}
.top__inner--navi--inner {
    width: 170px;
    background-color: #007549;
    border-radius: 10px;
    transition-duration: 0.3s;
    border-bottom: solid 6px #025536;
}
.top__inner--navi--inner:hover {
    margin-top: 4px;
    border-bottom: solid 2px #025536;
}
.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 {
        width: 22%;
    }
    .top__inner--navi--inner a {
        font-size: 1.93vw;
    }
}
@media only screen and (max-width: 767px) {
    .top__inner--navi--wapper {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .top__inner--navi--inner {
        width: 45.5%;
        margin-bottom: 10px;
    }
    .top__inner--navi--inner:hover {
        margin-top: 0;
        border-bottom: solid 6px #025536;
    }
    .top__inner--navi--inner a {
        font-size: 14px;
        padding: 11px 0 10px;
    }
    .top__inner--navi--inner a::after {
        top: 43%;
        right: 10px;
    }
}
.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;
    }
}
/*--------------------------------------------------
　求人をご紹介
--------------------------------------------------*/
#summer #employment {
    background-color: #e5f4e0;
    padding-top: 10px;
    margin-bottom: 45px;
}
.employment__title--small {
    vertical-align: top;
}
#summer .employment__title {
    margin-bottom: 35px;
}
.employmen__spslider {
    width: 1024px;
    overflow: hidden;
    margin: 0 auto;
}
.employment__list {
    display: flex;
    justify-content: initial;
    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: 15px 20px 20px;
    display: flex;
    flex-direction: column;
}
.employment__list--item--title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 3px;
    line-height: 1.3;
}
.employment__list--item--salary {
    font-size: 15px;
    font-weight: bold;
    color: #007549;
    text-align: center;
    margin-bottom: 10px;
}
.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 {
    color: #007549;
    font-size: 14px;
    padding-bottom: 10px;
}
.employment__list--tag p {
    margin: 0 5px;
    white-space: nowrap;
    display: inline-block;
}
.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: 10px;
}
.employment__btn--sub {
    color: #f07700;
    font-size: 13px;
    text-align: center;
    margin-bottom: 5px;
}
.employment__btn {
    background-color: #f07700;
    width: 100%;
}
.employment__btn a {
    padding: 15px 18px 16px;
}
#employment .button p {
    font-size: 18px;
}
#employment .button__arrow--triangle {
    font: normal normal normal 25px FontAwesome;
}
.employment__small{
    width: fit-content;
    margin: 18px auto 0;
}
.employment__text {
    width: 90%;
    margin: 35px auto 0;
    font-size: 16px;
    text-align: center;
    color: #007549;
    margin-top: 35px;
}
.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: 44%;
    width: 45px;
    height: 45px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
        background: #007549;
    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;
    }
}
@media only screen and (max-width: 990px) {
    .employmen__spslider {
        width: 83%;
    }
}
@media only screen and (max-width: 767px) {
    #summer #employment {
        margin-bottom: 20px;
        padding-bottom: 33px;
        width: 100vw;
    }
    #summer .employment__title {
    margin-bottom: 18px;
    }
    .employmen__spslider::after {
        position: absolute;
        content: "← スワイプで移動できます →";
        display: block;
        font-size: 9px;
            left: 20px;
        color: #2c2c2c;
    }
    .employmen__spslider {
        width: 100%;
    }
    .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;
    }
    _: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: 15px 20px 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;
        margin-bottom: 5px;
    }
    .employment__list--item--salary {
        font-size: 14px;
        margin-bottom: 6px;
    }
    .employment__list--item--salary span {
        font-size: 20px;
    }
    .employment__list--img {
        width: 200px;
    }
    .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: #e5f4e0;
        border: 0;
    }
    .employment__list::-webkit-scrollbar-thumb {
        background: #c1c1c1;
        border: 6px solid #e5f4e0;
        border-right: 30px solid #e5f4e0;
        border-left: 30px solid #e5f4e0;
    }
    .employment__text {
        font-size: 14px;
        text-align: left;
        margin-top: 15px;
    }
    #employment .employment__btn a {
        padding: 10px 15px 11px;
    }
    #employment .employment__btn a p {
        font-size: 14px;
    }
    #employment .button__arrow--triangle {
        font: normal normal normal 18px FontAwesome;
    }
}
@media only screen and (max-width: 520px) {
    .employment__list--img {
        width: 270px;
    }
    .employment__small{
        width: 90%;
    }
    #employment .employment__btn a {
        padding: 13px 25px;
    }
    #employment .employment__btn a p {
        font-size: 16px;
    }
    #employment .button__arrow--triangle {
        font: normal normal normal 20px FontAwesome;
    }
}
/*--------------------------------------------------
　平均年収
--------------------------------------------------*/
#summer #income {
    padding-top: 10px;
    padding-bottom: 65px;
}
.income__wapper {
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
}
.income__table {
    max-width: 465px;
    width: 100%;
    margin: 0 auto;
}
.income__table--title {
    font-size: 18px;
    color: #007549;
    margin-bottom: 10px;
    margin-left: 2px;
}
.income__table--list{
    border-radius: 5px;
    border-spacing: 0;
    border: none;
    border-left: 2px solid #bdbdbd;
    border-top: 2px solid #bdbdbd;
    margin-bottom: 20px;
    width: 100%;
}
.income__table--list tr>*{
    padding: 10px 10px 13px;
    border: none;
    font-size: 18px;
    border-right: 2px solid #bdbdbd;
    border-bottom: 2px solid #bdbdbd;
}
.income__table--list tr:first-child>*:first-child{
    border-radius: 3px 0 0 0;
}
.income__table--list tr:first-child>*:last-child{
    border-radius: 0 4px 0 0;
}
.income__table--list tr:last-child>*:first-child{
    border-radius: 0 0 0 5px;
}
.income__table--list tr:last-child>*:last-child{
    border-radius: 0 0 5px 0;
}
.income__table th {
    font-weight: 500;
    width: 60%;
    background-color: #e5f4e0;
    font-size: 16px;
}
.income__table td {
    font-size: 18px;
}
.income__small {
    margin: 5px auto 30px;
    width: fit-content;
}
.income__text {
    font-size: 16px;
    color: #007549;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    #summer #income {
        padding-bottom: 45px;
    }
    .income__table {
        margin-top: -6px;
    }
    .income__table--title {
        font-size: 14px;
        margin-left: 3px;
    }
    .income__table--list{
        font-size: 13px;
    }
    .income__table th {
        width: 55%;
        font-size: 13px;
    }
    .income__table td {
        font-size: 14px;
    }
    .income__small {
        margin: -4px auto 10px;
    }
    .income__text {
        font-size: 14px;
        text-align: left;
    }
}
/*--------------------------------------------------
　テーマ別求人
--------------------------------------------------*/
#summer #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: #fffde1;
    transform: skewY(-4deg);
    z-index: -1;
}
#summer .topic__title {
    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;
    margin-bottom: 32px;
}
.topic__list--item--title {
    font-size: 22px;
    font-weight: bold;
    color: #007549;
    text-align: center;
    margin-bottom: 10px;
}
.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;
    transition-duration: 0.3s;
}
.topic__list--item--link:hover {
    opacity: .6;
}
.topic__list--item--link a {
    color: #007549;
}
.topic__list--item--link p {
    display: inline;
    border-bottom: 1.5px solid #007549;
    padding-right: 6px;
    font-weight: bold;
}
.topic__list--item--link .button__arrow--triangle {
    color: #007549;
    transform: rotate(0deg);
    font-size: 21px;
    margin: 0;
}
.topic__btn {
    display: block;
}
.topic__btn.button::before {
    background-color: #007549;
    border-bottom: 6px solid #025536;
}
.topic__btn.button:hover::before {
    bottom: -2px;
    border-bottom: 2px solid #025536;
}
.topic__btn a {
    padding: 13px 27px 14px;
}
.topic__btn .button__arrow {
    margin-top: 2px;
}
.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;
        padding-bottom: 37px;
    }
}
@media only screen and (max-width: 767px) {
    #summer #topic {
        padding: 35px 0 40px;
    }
    #summer .topic__title {
        margin-bottom: 17px;
    }
    .topic__wapper {
        padding: 25px 0 30px;
        width: 90%;
    }
    .topic__list--item--title {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .topic__list--item img {
        width: 100%;
        margin: 0 auto 6px;
    }
    .topic__list--item--text {
        margin-bottom: 2px;
    }
    .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.button:hover::before {
        bottom: -6px;
        border-bottom: 6px solid #025536;
    }
    .topic__btn a {
        padding: 13px 23px;
    }
    .topic__btn a p {
        font-size: 15px;
    }
    .topic__btn .button__arrow--triangle {
        font: normal normal normal 22px FontAwesome;
    }
}
@media only screen and (max-width: 520px) {
    .topic__list--item {
        width: 86.5%;
        text-align: center;
    }
    .topic__btn {
        width: 90%;
    }
    .topic__list--item--text {
        text-align: left;
        margin-left: 1px;
    }
}
#summer .space {
    background: #e5f4e0;
    padding-top: 215px;
    margin-top: -150px;
}
@media only screen and (max-width: 767px) {
    #summer .space {
        padding-top: 178px;
    }
}
/*--------------------------------------------------
　サービス一覧
--------------------------------------------------*/
#summer #service {
    background: #e5f4e0;
    padding-top: 10px;
}
#summer .service__title {
    margin-bottom: 38px;
}
.service__wapper {
    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) {
    #summer .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;
    }
}
/*--------------------------------------------------
　よくあるご質問
--------------------------------------------------*/
#summer #faq {
    background-color: #fcf7d5;
    padding-bottom: 60px;
    margin-bottom: 50px;
}
#summer .faq__title {
    margin-bottom: 38px;
}
.faq__wapper {
    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: #007549;
    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: #007549;
    border-radius: 50%;
    background-color: #fff;
}
.faq__list--item--answer {
    font-size: 14px;
    padding: 10px 20px 20px 50px;
    position: relative;
    border-left: 2px solid #007549;
    border-bottom: 2px solid #007549;
    border-right: 2px solid #007549;
    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: #007549;
}
.faq__list--item--bold {
    font-weight: bold;
    background: linear-gradient(transparent 80%, #fff4b8 80%);
}
@media only screen and (max-width: 767px) {
    #summer #faq {
        margin-bottom: 20px;
        padding: 25px 0 35px;
    }
    #summer .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::before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -6px;
    background-color: #f07700;
    border-bottom: 6px solid #b65a00;
    position: absolute;
    border-radius: 50px;
    z-index: -1;
    transition-duration: 0.3s;
}
.fixed-btn__navi--inner:last-of-type::before {
    background-color: #385170;
    border-bottom: 6px solid #233346;
}
.fixed-btn__navi--inner:hover {
    transform: translateY(4px);
}
.fixed-btn__navi--inner:hover::before {
    bottom: -2px;
    border-bottom: 2px solid #b65a00;
}
.fixed-btn__navi--inner:last-of-type:hover::before {
    bottom: -2px;
    border-bottom: 2px solid #233346;
}
.fixed-btn__navi--inner a {
    display: block;
    color: #fff;
    font-size: 21px;
    padding: 10px 0;
}
.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;
}
@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:hover {
        transform: translateY(0px);
    }
    .fixed-btn__navi--inner:hover::before {
        bottom: -6px;
        border-bottom: 6px solid #b65a00;
    }
    .fixed-btn__navi--inner:last-of-type:hover::before {
        bottom: -6px;
        border-bottom: 6px solid #233346;
    }
    .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;
    }
}
@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 .button__arrow {
        margin-top: -19px;
        margin-right: 10px;
    }
    .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;
    }
}
/*--------------------------------------------------
　エントリーフォーム
--------------------------------------------------*/
#summer #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;
    color: #f07700;
    font-size: 25px;
    font-weight: bold;
    border-top: solid 2px #f07700;
    border-bottom: solid 2px #f07700;
}
.cnt_form_cov {
    background: #fff;
}
.chat_question_value, .chat_response_value {
    color: #f07700 !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="%23007549" 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="%23007549" 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, #e5f4e0;
    color: #007549 !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="%23007549" 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: #007549 !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="%23007549" d="M13 1v12H1V1h12m1-1H0v14h14V0z"/></svg>') no-repeat, #fff;
    color: #007549 !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="%23007549" d="M13 1v12H1V1h12m1-1H0v14h14V0z"/><g><path fill="%23007549" 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, #e5f4e0;
    color: #007549 !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 #007549;
}
.input_box[type='text']:focus, .input_box[type="email"]:focus, .input_box[type="tel"]:focus, .text_box:focus {
    border: 2px solid #f07700;
}
.cnt_btn {
    background-color: #f07700;
    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: #f07700;
    border-bottom: 6px solid #b65a00;
    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 #b65a00;
}
.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: #007549;
}
.cnt_btn_cov .cnt_btn:hover::before {
    background-color: #7eb5a1;
}
.cnt_btn_cov .loading_disabled::before {
    background-color: #b8b8b8 !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) {
    #summer #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 #b65a00;
    }
    .cnt_btn_cov .cnt_btn {
    border-bottom: 6px solid #b65a00;
}
    .cnt_btn_cov .cnt_btn:hover {
        background-color: #f07700;
    }
    .cnt_btn_cov .cnt_btn:hover::before {
        background-color: #ffc466;
    }
}
@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;
    }
}