* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 15px;
}

body {
    width: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
    font-style: normal;
    position: relative;
    color: rgb(41, 41, 41);
    font-size: 1rem;
    margin-bottom: 6.5rem;
}

a,
p {
    text-decoration: none;
    font-size: 1rem;
    color: rgb(41, 41, 41);
}

ul,
li,
ol {
    list-style: none;
}

img {
    width: 100%;
}

.logo_point {
    display: block;
    width: 3rem;
    margin: 0 auto 1.5rem;
}

.sp {
    display: inline-block;
}

.pc {
    display: none;
}


/* コンテンツ共通 */
.heading {
    margin-bottom: 1.5rem;
}

.heading h2 {
    display: block;
    font-size: 2.5rem;
    font-family: acumin-pro-condensed, sans-serif;
    font-weight: 100;
    font-style: italic;
    text-align: center;
    margin-bottom: 0.2rem;
    letter-spacing: 2px;
}

/* コンテンツ共通_見出し */
.heading h3 {
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.6rem;
    letter-spacing: 2px;
    margin-bottom: 0.5rem;
}

.heading h3:nth-of-type(2) {
    font-size: 1rem;
    line-height: 1.3rem;
}

/* コンテンツ共通_タイトル */
.title {
    margin-bottom: 1rem;
}

.title h2 {
    text-align: center;
    font-size: 1.3rem;
    letter-spacing: 2px;
}

/* コンテンツ共有_テキスト */
.text {
    margin-bottom: 1.5rem;
}

.text p {
    font-size: 0.9rem;
    text-align: center;
    margin-bottom: 0.2rem;
}


/* LINE@登録ボタン */
.btn_wrap {
    margin-bottom: 2rem;
}

.btn_wrap.bottom {
    margin-bottom: 3rem;
}

.btn_wrap a {
    display: block;
    width: 340px;
    margin: 0 auto;
    padding-bottom: 0.3rem;
}

.btn_wrap p {
    font-size: 1rem;
    font-weight: bolder;
    text-align: center;
    line-height: 1.15rem;
    letter-spacing: 1px;
}

.btn_wrap p:last-of-type {
    font-size: 0.75rem;
    font-weight: normal;
}


/* ヘッダー */
header {
    display: block;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #555454;
}

/* ヘッダー_ロゴ */
header a:first-of-type,
footer a.logo {
    display: block;
    width: 110px;
    margin-left: 1rem;
}

header a:first-of-type img,
footer a.logo img {
    vertical-align: middle;
}

/* ヘッダー_LINEボタン */
header a:nth-of-type(2) {
    display: inline-block;
    color: white;
    font-weight: bold;
    font-size: 0.9rem;
    line-height: 1.1rem;
    padding: 0.5rem 1.5rem;
    max-width: 400px;
    width: 60%;
    /* background-color: #1dcd00; */
}

/* header a:nth-of-type(2):before {
    content: url(../img/btn_line.svg);
    display: inline-block;
    width: 5rem;
    vertical-align: sub;
} */
header a:nth-of-type(2) i {
    margin-left: 0.3rem;
}


/* メインビジュアル */
.mv_wrap {
    background-image: url(../img/bg_03.png);
    background-size: 200%;
    background-repeat: no-repeat;
    background-position: top 100% right 50%;
    margin: 0 auto;
    max-width: 1600px;
}

.mv_cover {
    background-color: #FFF;
}

/* メインビジュアル_キャスト希望ボタン */
.mv_wrap .btn_cast {
    display: block;
    text-align: left;
    padding: 1.5rem 0 1.5rem 1rem;
}

.btn_cast a {
    display: inline-block;
    text-align: left;
    background: linear-gradient(90deg, #7766F2, #C0CDFC);
    border-radius: 30px;
}

.btn_cast a .over-lay {
    height: 100%;
    border-radius: 30px 0 0 30px;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
}

.btn_cast p {
    color: white;
    font-size: 0.9rem;
    line-height: 1.1rem;
    padding: 0.6rem 1.2rem;
}

.btn_cast p i {
    display: inline-block;
    margin-left: 0.3rem;
    font-size: 0.7rem;
}

/* キャッチコピー */
.mv_wrap h1 {
    display: block;
    padding: 0 0 2rem 1rem;
    text-align: left;
    color: #F19CB1;
    font-size: 1.4rem;
    letter-spacing: 3px;
    text-shadow: 0px 0px 11px #fff8f8eb;
}

/* メインビジュアル_強みアイテム */
.strength {
    padding: 0 0 1.5rem 1.5rem;
    display: flex;
    justify-content: start;
}

.strength div {
    display: inline-block;
    border: 2px solid #F19CB1;
    border-radius: 50%;
    text-align: center;
    width: 5.4rem;
    height: 5.4rem;
    margin-right: 0.5rem;
    position: relative;
    background: rgba(255, 255, 255, 0.77);
}

.strength span.cover {
    display: inline-block;
    font-weight: bolder;
    color: #F19CB1;
    font-size: 0.8rem;
    line-height: 1rem;
    letter-spacing: 1px;
    padding-top: 1rem;
    /* text-shadow: 0px 0px 8px #672901eb; */
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.strength div:nth-of-type(3) span.cover {
    padding-top: 1.5rem;
}

.strength div:nth-of-type(2) span span {
    font-size: 1.3rem;
    line-height: 1.8rem;
}

.strength div span span {
    font-size: 1.5rem;
    line-height: 1.7rem;
}


/* ページトップのテキストコンテンツ */

.head_wrap_wrap {
    background-image: url(../img/img_bg.png);
    background-size: 160%;
    color: #000;
    padding: 1rem 0;
}

.head_wrap {
    margin: 0 auto 2rem;
}

/* aimaについて */
.about_wrap {
    background-image: url(../img/img_bg.png);
    background-size: 160%;
    color: white;
    margin: 0 auto 2rem;
}

.over-lay {
    background-color: #ff000070;
    padding: 1rem 0 2rem;
}

.about_wrap .text {
    margin-bottom: 5rem;
}

.about_wrap .text p,
.reward_wrap .text p {
    color: white;
    line-height: 1.2rem;
    margin-bottom: 0.5rem;
}

/* aimaについて_point */
.about_wrap .item {
    background-color: white;
    display: flex;
    align-items: center;
    width: 350px;
    margin: 0 auto 4rem;
    padding: 1rem 0;
    position: relative;
    border-radius: 5px;
}

.about_wrap .item:last-of-type {
    margin: 0 auto 2rem;
}

.about_wrap .num {
    display: block;
    font-size: 2rem;
    line-height: 3rem;
    text-align: center;
    letter-spacing: 4px;
    font-weight: 100;
    position: absolute;
    top: -3rem;
    left: 0;
    right: 0;
    margin: auto;
}

/* aimaについて_point_アイコン */
.about_wrap .img {
    width: 30%;
    padding: 0 1.2rem;
}

.about_wrap .item:nth-of-type(2) .img {
    padding: 0 1.7rem;
}

.about_wrap .item:nth-of-type(3) .img {
    padding: 0 0.6rem;
}

.about_wrap .img img {
    display: inline-block;
}

/* aimaについて_point_テキスト */
.about_wrap .item .text {
    width: 70%;
    padding-right: 1rem;
    color: rgb(41, 41, 41);
    margin: 0 auto;
}

.about_wrap .item .text h4 {
    font-size: 1.1rem;
    letter-spacing: 2px;
    line-height: 1.6rem;
    ;
    margin-bottom: 0.4rem;
}

.about_wrap .item .text h4 span {
    font-size: 1.5rem;
    letter-spacing: 3px;
}

.about_wrap .item .text h4 span span {
    font-size: 1.9rem;
    line-height: 1.8rem;
}

.about_wrap .item .text p {
    font-size: 0.9rem;
    line-height: 1.2rem;
    color: rgb(41, 41, 41);
    text-align: left;
}


/* マッチングの流れ */
.flow_wrap {
    margin: 0 auto 3rem;
}

.flow_wrap .group {
    display: flex;
    width: 350;
    justify-content: center;
    flex-wrap: wrap;
}

/* マッチングの流れ_アイテム */
.flow_wrap .item {
    border: 2px solid #cf55558a;
    border-radius: 20px;
    width: 170px;
    padding: 0.5rem;
    margin: 0.4rem;
}

.flow_wrap .num {
    font-family: acumin-pro-condensed;
    font-style: italic;
    font-weight: 100;
    font-size: 2.5rem;
    line-height: 2.5rem;
    letter-spacing: 5px;
    text-align: center;
    display: block;
    margin-bottom: 0.4rem;
    padding-left: 0.5rem;
}

.flow_wrap img {
    display: block;
    width: 70px;
    margin: 0 auto 0.5rem;
    ;
}

.flow_wrap .item p {
    display: block;
    font-size: 0.9rem;
    line-height: 1.2rem;
    text-align: center;
}


/* 報酬について */
.reward_wrap {
    color: #000;
    background-color: #FFF;
    margin: 0 auto 2rem;
    padding-top: 2rem;
    max-width: 650px;
}

/* 1,2 の吹き出し */
.balloon {
    position: relative;
    display: inline-block;
    margin: 1rem;
    padding: 5px;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    background: #FD9192;
    border-radius: 50%;
    box-sizing: border-box;
}

.balloon:before {
    content: "";
    position: absolute;
    bottom: -3px;
    right: 28px;
    margin-top: -9px;
    border: 9px solid transparent;
    border-right: 9px solid #FD9190;
    z-index: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.reward_wrap h2 {
    color: #FD9190;
    text-align: center;
    margin-left: -3rem;
}

/* .reward_wrap .over-lay {
    background-color: #f3657881;
} */

/* 報酬について_見出しテキスト */
.reward_wrap .text p {
    color: black;
}

/* 報酬について_グルマの場合 */
.reward_wrap .block {
    color: rgb(41, 41, 41);
    text-align: center;
    border: 1px solid rgb(187, 169, 118);
    background-color: white;
    width: 93%;
    margin: 0 auto 1rem;
    padding: 1.5rem 0 1rem;
}

.reward_wrap .block:last-child {
    padding: 1.5rem 0 0;
}

.reward_wrap .block h3 {
    margin-bottom: 1rem;
}

.reward_wrap .block .text p {
    color: rgb(41, 41, 41);
    line-height: 1.3rem;
}

/* 報酬について_グルマの場合 */
.reward_wrap .list {
    margin: 0 auto 2rem;
}

.reward_wrap .list .item {
    width: 250px;
    border-radius: 20px;
    margin: 0 auto 1rem;
    padding: 1rem;
}

.reward_wrap img {
    height: 1.3rem;
    width: auto;
    margin-bottom: 0.4rem;
    ;
}

.reward_wrap .list .item:first-of-type {
    background-color: rgb(255, 245, 231);
}

.reward_wrap .list .pc-block .item:nth-of-type(2) {
    background-color: rgb(245, 240, 215);
}

.reward_wrap .list .item:last-of-type {
    background-color: rgb(243, 239, 234);
}

.reward_wrap .list p {
    font-size: 1.6rem;
    line-height: 1.8rem;
    ;
}

.reward_wrap .list span {
    font-size: 0.75rem;
}

/* 報酬について_その他手当 */
.reward_wrap .block_allow p {
    display: block;
    background-color: rgb(187, 169, 118);
    color: white;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 2rem;
    ;
    margin-bottom: 1rem;
}

span.point{
    font-size: 1.1rem;
    font-weight: bold;
 background: linear-gradient(transparent 70%, rgb(255, 237, 136) 0%)
}

.reward_wrap .block_allow .list {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}

.reward_wrap .block_allow dl {
    display: block;
    border-right: 1px dashed rgb(187, 169, 118);
    padding: 0 1.1rem;
}

.reward_wrap .block_allow dl:last-of-type {
    border-right: 0;
}

.reward_wrap dt {
    font-weight: bold;
    margin-bottom: 0.2rem;
    color: #5d4400;
}

.reward_wrap dd {
    font-size: 0.8rem;
}

.reward_wrap .list dd span {
    font-size: 1.3rem;
    line-height: 1.9rem;
}

/* 報酬について_ソロマの場合 */
.reward_wrap .slick-initialized .slick-slide {
    display: block !important;
    padding: 0 1.5rem;
}

.slick-initialized .slick-slide {
    align-items: flex-start;
}

.slick-slide {
    outline: none;
}

.reward_wrap .slide_solo .item {
    position: relative;
}

.reward_wrap .slide_solo .item:after {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2rem;
    position: absolute;
    top: 45%;
    right: -0.6rem;
    margin: auto;
    color: rgb(187, 169, 118);
}

.reward_wrap .slide_solo .item:last-of-type:after {
    display: none;
}

.reward_wrap .slide_solo .item img {
    display: block;
    margin: 0 auto 1.7rem;
    height: auto;
    width: 100%;
}

.reward_wrap .slide_solo .item .text p {
    font-size: 0.95rem;
    line-height: 1.2rem;
}


/* 利用者レポート */
.voice_wrap .text {
    margin-bottom: 4rem;
}

.voice_wrap .item {
    margin: 0 auto 4rem;
    width: 350px;
}

/* 利用者レポート_上部 */
.voice_wrap .item_top {
    background-color: #fcf1ef;
    padding: 0 0.5rem 0.5rem;
}

/* 利用者レポート_アイコン、名前 */
.voice_wrap .profile {
    display: flex;
    align-items: center;
}

.voice_wrap img.pc {
    display: none;
}

.voice_wrap img {
    display: inline-block;
    width: 120px;
    margin-top: -2rem;
}

.voice_wrap .item_top .text {
    display: inline-block;
    width: 100%;
    height: 3rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.192);
    margin: 0 0.5rem;
}

.voice_wrap .item_top .text span {
    display: block;
    width: 90%;
}

.voice_wrap .item_top .text p {
    display: inline-block;
    line-height: 2rem;
}

.voice_wrap .item_top .text p:first-of-type {
    font-size: 1.1rem;
    font-weight: bold;
}

.voice_wrap .item_top .text p:nth-of-type(2) {
    float: right;
}

/* 利用者レポート_勤務時間スケジュール */
.voice_wrap .item_top .schedule {
    padding: 0.1rem 0.5rem 0;
}

.voice_wrap .item_top .schedule p {
    line-height: 1.7rem;
}

.voice_wrap .item_top .schedule p:first-of-type {
    font-weight: bold;
    font-size: 1rem;
}

.voice_wrap .item_top .schedule p:first-of-type span {
    color: #ff7d86;
    font-size: 1.2rem;
}

.voice_wrap .item_top .schedule p:last-of-type {
    letter-spacing: 1px;
    font-size: 0.95rem;
}

/* 利用者レポート_下部テキスト */
.voice_wrap .item_bottom {
    background-image: url(../img/img_bg.png);
    background-size: 210%;
}

.voice_wrap .over-lay {
    background-color: #ffffff49;
    padding: 1rem;
}

.voice_wrap .item_bottom p {
    font-size: 0.9rem;
    line-height: 1.2rem;
}


/* メリット */
.merit_wrap {
    background-image: url(../img/img_bg.png);
    background-size: 210%;
    margin: 0 auto 2rem;
}

.merit_wrap .over-lay {
    padding: 0.3rem 0 3rem;
    background-color: #ffa8a870;
}

.merit_wrap .heading {
    margin-bottom: 0.8rem;
}

.merit_wrap .heading h2 {
    line-height: 3rem;
}

/* メリット_リスト、アイテム */
.merit_wrap .group {
    background-color: #fcf1ef;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0.8rem 0;
}

/* マッチングの流れ_アイテム */
.merit_wrap .item {
    border: 0;
    width: 175px;
    padding: 0.5rem;
    margin: 0.3rem;
}

.merit_wrap .num {
    font-family: acumin-pro-condensed;
    font-style: italic;
    font-weight: 900;
    font-size: 2.5rem;
    line-height: 2.5rem;
    letter-spacing: 5px;
    text-align: center;
    display: block;
    margin-bottom: 0.5rem;
    padding-left: 0.5rem;
}

.merit_wrap img {
    display: block;
    width: 80px;
    margin: 0 auto 0.7rem;
    ;
}

.merit_wrap .item p {
    display: block;
    font-size: 1rem;
    line-height: 1.3rem;
    font-weight: bold;
    text-align: center;
    padding-bottom: 0.4rem;
    letter-spacing: 1px;
}

.merit_wrap .item p:last-of-type {
    display: block;
    height: 130px;
    font-size: 0.9rem;
    line-height: 1.2rem;
    font-weight: normal;
    border-bottom: 1px dashed #47474781;
    padding-bottom: 1rem;
    letter-spacing: 0;
}

.merit_wrap .item:nth-last-of-type(2) p:last-of-type,
.merit_wrap .item:last-of-type p:last-of-type {
    border-bottom: 0;
}


/* よくある質問 */
.question_wrap {
    margin: 0 auto 4rem;
    padding: 0 1rem;
}

.question_wrap .heading {
    margin-bottom: 2.5rem;
}

/* よくある質問_質問 */
.question_wrap dt {
    font-size: 1.05rem;
    font-weight: bold;
    line-height: 2.5rem;
    border: 1px solid #47474781;
    border-width: 1px 0;
    margin: 0 auto 1rem;
}

.question_wrap dd {
    font-size: 0.9rem;
    line-height: 1.3rem;
    letter-spacing: 0.5px;
    margin-bottom: 3rem;
}


/* 注意事項 */
.precaution_wrap {
    margin: 0 auto 4rem;
    padding: 0 1rem;
}

/* 注意事項_見出し */
.precaution_wrap .heading {
    margin-bottom: 1rem;
}

.precaution_wrap .heading h2 {
    font-size: 2.2rem;
    line-height: 2rem;
}

.precaution_wrap .heading h3 {
    font-size: 1.1rem;
}

/* 注意事項_本文 */
.precaution_wrap .text p {
    text-align: left;
}

/* フッター */
footer {
    position: relative;
    text-align: center;
}

/* フッター_ロゴ */
footer a.logo {
    margin: 0 auto 0.5rem;
}

/* フッター_ページトップボタン */
.btn_top {
    display: inline-block;
    width: 2.5rem;
    position: absolute;
    top: 2rem;
    right: 1rem;
}

/* フッター_プライバシーポリシー、特商法、利用規約*/
footer a {
    display: inline-block;
    font-size: 0.75rem;
    margin-bottom: 1.2rem;
}

footer p {
    font-size: 0.5rem;
}

/* フロートボタン */
.btn_float {
    display: flex;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    border-bottom: 1.4rem solid #fcf1efe0;
}

.btn_float a {
    display: inline-block;
    width: 50%;
    color: white;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
}

.btn_float a .over-lay {
    padding: 0.7rem 1rem;
    background-color: #27272729;
}

.btn_float a:first-of-type {
    font-size: 1.1rem;
    line-height: 1.3rem;
    background-image: url(../img/img_bg02.jpg);
    background-size: 190%;
    padding: 0;
}

.btn_float a:nth-of-type(2) {
    font-size: 1rem;
    line-height: 1.1rem;
    background-color: #1dcd00;
    padding: 0.7rem 1rem;
}

/* .btn_float a:nth-of-type(2):before {
    content: url(../img/btn_line.svg);
    display: inline-block;
    width: 5rem;
    vertical-align: sub;
    margin-right: 0.2rem;
} */
.btn_float a span {
    vertical-align: middle;
}

.btn_float a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 1.5rem 1.5rem;
    border-color: transparent transparent #7474745d transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}

.btn_float a:first-child:after {
    border-width: 0 0 1.5rem 1.5rem;
    border-color: transparent transparent #969696 transparent;
}