* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
}

html {
    font-size: 15px;
}

body {
    width: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont,"Hiragino Kaku Gothic ProN","Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,メイリオ,Meiryo,sans-serif;
    font-style: normal;
    position: relative;
    color: #1b1b1b;
    background: #fff;
    z-index: 0;
    font-weight: 400;
    font-style: normal;
}
@media all and (-ms-high-contrast:none) {
    body {
        font-family: "游ゴシック",YuGothic,YuGothicM,"Yu Gothic",メイリオ,Meiryo,sans-serif;
    }
  }
a, p, h1, h2 ,h3 ,h4, h5, h6, li, dt, dd, th, td, aside, span, time {
    text-decoration: none;
    color: #1b1b1b;
    cursor:-moz-text;
    cursor:-webkit-text;
    cursor: text;
    font-style: normal;
}
h1, h2 ,h3 ,h4, h5, h6 {
    font-weight: bold !important;
}
a {
    cursor:-moz-pointer;
    cursor:-webkit-pointer;
    cursor: pointer;
}
a, span, aside {
    display: inline-block;
}
ul, li, ol {
    list-style: none;
}
img {
    display: block;
    width: 100%;
    height: auto;
    cursor:-moz-default;
    cursor:-webkit-default;
    cursor: default;
}
a img {
    cursor:-moz-pointer;
    cursor:-webkit-pointer;
    cursor: pointer;
}
address {
    font-style: normal;
}

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

.sp {
    display: inline-block;
}

.pc {
    display: none;
}


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

.heading h2 {
    display: block;
    font-size: 2.3rem;
    font-family: monospace;
    font-weight: 100 !important;
    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;
}

/* ヘッダー */
header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .logo {
    margin: 1rem 0;
}
header h1 a {
    display: block;
    width: 110px;
    margin-left: 1rem;
}
header .btn {
    font-size: 0.9rem;
    line-height: 2.4rem;
    color: #fff;
    font-weight: bold;
    background: #7288b1;
    border-radius: 20px 0 0 20px;
    padding: 0 1.5rem 0 1rem;
    margin: 0.6rem 0;
    position: relative;
}
header .btn::after {
    content: "";
    display: block;
    width: 0.5rem;
    background: url(../../img/womencast/header_arrow.svg) center no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.5rem;
    margin: auto;
}

/* メインビジュアル */
.mv_wrap {
    background: url(../../img/womencast/mv_bg.jpg) center left 50% no-repeat;
    background-size: cover;
    position: relative;
}
.mv_wrap::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(106,75,135);
    background: linear-gradient(180deg, rgba(106,75,135,1) 0%, rgba(129,107,149,1) 100%);
    opacity: 0.8;
}
.mv_wrap img {
    max-width: 600px;
    margin: auto;
    position: relative;
    z-index: 3;
}
.mv_wrap .pc {
    display: none;
}

/* 使い方ガイド */
.guide_wrap {
    text-align: center;
    position: relative;
    z-index: 2;
}
.guide_wrap .inner {
    display: inline-block;
    background: #dcc8ef;
    border-radius: 5px;
    padding: 0.7rem 0.7rem 0.1rem;
}
.guide_wrap iframe {
    width: 70vw;
    max-width: 400px;
    height: 39vw;
    max-height: 220px;
    border: 1.5px solid #fff;
}
.guide_wrap p {
    font-size: 0.9rem;
    line-height: 1.8rem;
    color: #604489;
    font-weight: bold;
    letter-spacing: 1px;
}
.no1 {
    width: 80%;
    max-width: 450px;
    margin: 2rem auto 0;
}

/* ボタン */
.btn_wrap {
    margin: 2rem auto 3rem;
    text-align: center;
}
.btn_wrap:last-child {
    margin: 3rem auto 6rem;
}
.btn_wrap a {
    margin: 0 1rem;
}
.btn_wrap .top {
    font-size: 1.1rem;
    font-weight: bold;
    color: #006101;
}
.btn_wrap .top span {
    display: block;
    font-size: 0.7rem;
    line-height: 1.4rem;
}
.btn_wrap .btm {
    font-size: 0.95rem;
    font-weight: bold;
    margin: 0.5rem 0;
}
.btn_wrap .btm span {
    font-size: 1rem;
    color: #c9548f;
}
.btn_wrap aside {
    display: block;
    font-size: 10px;
    text-align: center;
    margin-top: 0.3rem;
}
.btn_wrap .carrying {
    display: block;
    width: calc(100% - 2rem);
    max-width: 500px;
    font-size: 0.75rem;
    text-align: left;
    background: #efefef;
    margin: auto;
    padding: 0.5rem;
}

/* ページトップのテキストコンテンツ */
.head_wrap_wrap {
    background-image: url(../../img/womencast/img_bg.png);
    background-size: 160%;
    color: #000;
    padding: 1.5rem 0 0.5rem;
}
.head_wrap {
    margin: 0 auto 2rem;
}
/* 新着情報 */
.news_wrap {
    background: #fff5f5;
}

/* aimaについて */
.about_wrap {
    background-image: url(../../img/womencast/img_bg.png);
    background-size: 160%;
    color: white;
    margin: 0 auto 2rem;
}
.about_wrap h2, .about_wrap h3 {
    color: #fff;
}
.over-lay {
    background-color: #904bb38c;
    padding: 1rem 0 2rem;
}
.about_wrap .text {
    margin-bottom: 5rem;
}

.about_wrap .text p,
.reward_wrap .text p {
    color: white;
    line-height: 1.5rem;
    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;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    font-weight: normal;
    position: absolute;
    top: -3rem;
    left: 0;
    right: 0;
    margin: auto;
}

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

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

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

.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: 1rem;
    letter-spacing: .1em;
    line-height: 1.6rem;
    margin-bottom: 0.4rem;
}

.about_wrap .item .text h4 span {
    font-size: 1rem;
}

.about_wrap .item .text h4 span span {
    font-size: 1.25rem;
    line-height: 1.8rem;
    color: #c9548f;
}

.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 #9993be;
    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;
}

/* 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: #9993be;
    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 #9993be;
    z-index: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

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

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

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

/* 報酬について_グルマの場合 */
.reward_wrap .block {
    width: 93%;
    max-width: 600px;
    color: rgb(41, 41, 41);
    text-align: center;
    border: 1px solid rgb(187, 169, 118);
    background-color: white;
    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: 0 auto 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%);
    margin-bottom: 0.5rem;
}

.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: #f0e7f0;
    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: 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: #7837af;
    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/womencast/img_bg.png);
    background-size: 210%;
}

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

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


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

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

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

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

/* メリット_リスト、アイテム */
.merit_wrap .group {
    background-color: #f7f2f7;
    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;
    text-align: left;
    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 5rem;
    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 {
    width: 100%;
    text-align: center;
    background: rgb(34, 34, 34);
    padding: 2rem 0 1.5rem;
}
footer a, footer span, footer small, footer dd {
    color: #fff;
}
footer .btn_shop, footer .btn_asp {
    display: block;
    width: 80%;
    max-width: 350px;
    font-size: 0.8rem;
    letter-spacing: 1px;
    background: #bd7fb5;
    border-radius: 10px;
    padding: 0.8rem 0;
    margin: 0 auto 1rem;
}
footer .btn_asp {
    font-size: 1rem;
    font-weight: bold;
    background: #6d8cc5;
    padding: 1rem 0;
}
footer .btn_contact {
    text-decoration: underline;
    margin-bottom: 1.5rem;
}
footer .btn_shop span {
    font-size: 1.1rem;
    font-weight: bold;
}
table {
    width: 100%;
    max-width: 400px;
    padding: 0 1rem;
    margin: 0 auto 1.5rem;
}
caption, footer dt {
    font-size: 0.9rem;
    font-weight: bold;
    color: #ab7fbd;
    margin-bottom: 0.2rem;
}
footer dl {
    margin-bottom: 1.5rem;
}
footer dd {
    font-size: 0.8rem;
}
footer dd a {
    display: block;
    max-width: 360px;
    margin: auto;
    line-height: 1.8rem;
    text-decoration: underline;
}
table td {
    width: calc(100% / 2);
    font-size: 0.7rem;
    padding: 0.3rem 0;
}
.sns {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}
.sns a {
    width: 2rem;
    margin: 0 0.8rem;
}

/* フロートボタン */
.float_wrap {
    display: flex;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 3;
}
.float_wrap a {
    width: 50%;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 0.8rem 0;
}
.float_wrap .line {
    background: #01b702;
}
.float_wrap .guest {
    background: #7288b1;
}