* {
    -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;
    background-color: #d5cebb;
}

body {
    width: 100%;
    max-width: 450px;
    -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;
    margin: 0 auto;
}
@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: 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.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 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #fff;
}
header .logo {
    margin: 15px auto;
}
header h1 a {
    display: block;
    width: 130px;
}
/* header .btn {
    font-size: 0.9rem;
    line-height: 2.4rem;
    color: #fff;
    font-weight: bold;
    background: #ab9d80;
    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/header_arrow.svg) center no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.5rem;
    margin: auto;
} */

/* メインビジュアル */
.mv_wrap {
    margin: 0 auto 25px;
}
.mv_wrap img {
    max-width: 600px;
    padding: 0 15px;
    position: relative;
    z-index: 3;
}

/* 使い方ガイド */
.guide_wrap {
    text-align: center;
    position: relative;
    z-index: 2;
}
.guide_wrap .inner {
    display: inline-block;
    background: #E28200;
    border-radius: 5px;
    padding: 0.7rem 0.7rem 0.1rem;
}
.guide_wrap iframe {
    width: 70vw;
    max-width: 340px;
    height: 39vw;
    max-height: 190px;
    border: 1.5px solid #fff;
}
.guide_wrap p {
    font-size: 0.9rem;
    line-height: 1.8rem;
    color: #fff;
    letter-spacing: 1px;
}
.no1 {
    width: 80%;
    max-width: 450px;
    margin: 1rem 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: #e06701;
}
.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/img_bg.png);
    background-size: 160%;
    color: #000;
    padding: 1.5rem 0 0.5rem;
}
.head_wrap {
    margin: 0 auto 2rem;
}
/* 新着情報 */
.news_wrap {
    background: #fff5f5;
    padding: 3rem 1rem;
}

/* aimaについて */
.about_wrap {
    background-image: url(../img/img_bg.png);
    background-size: 160%;
    color: white;
    margin: 0 auto 2rem;
}
.about_wrap h2, .about_wrap h3 {
    color: #fff;
}
.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.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 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;
}

/* 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 {
    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: 1.5rem;
    position: absolute;
    top: calc(50% - 30px);
    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;
    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;
}

/* フロートボタン */
.float_wrap {
    display: flex;
    width: 100%;
    position: sticky;
    bottom: 0;
    left: 0;
    z-index: 3;
}
.float_wrap a {
    width: 100%;
    font-weight: 600;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    padding: 12px 0;
    position: relative;
}
.float_wrap .line {
    background: #01b702;
}
.float_wrap .guest {
    background: #ab9d80;
}
.float_wrap .line::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent #009901 transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}
.float_wrap .guest::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent #9b8a67 transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}

/* フッター */
.px-24 {
    padding-right: 24px;
    padding-left: 24px;
}
.mb-20 {
    margin-bottom: 20px;
}
.text-c {
    text-align: center;
}
footer {
    background: #fbf9f4;
    padding-top: 30px;
    padding-bottom: 20px;
}
.footer_link {
    margin-bottom: 15px;
}
.footer_link a {
    font-size: 13px;
    font-weight: 600;
    color: #bba136;
    margin-bottom: 15px;
}
.relatedSite {
    background-color: #e9e2ce;
    border-radius: 15px;
    padding: 15px 10px;
}
.relatedSite a {
    margin-bottom: 5px;
}
.relatedSite a:last-child {
    margin-bottom: 0;
    margin-top: 5px;
}
.relatedSite img {
    border-radius: 5px;
}
.relatedSite span {
    font-size: 18px;
    font-weight: 700;
    color: #6a5535;
    margin-bottom: 13px;
}
.footer_smallTxt * {
    color: #937c5b;
}
.footer_smallTxt p {
    display: block;
    font-size: 11px;
    pointer-events: none;
}
.footer_smallTxt p:not(:last-child) {
    margin-bottom: 5px;
}
.copyright {
    margin-top: 15px;
}

/* トップページに戻るボタン */
.top-btn {
    display: block;
    width: 60%;
    max-width: 200px;
    font-weight: 600;
    color: #6a5535;
    background-color: #fff;
    border: 2px solid #6a5535;
    letter-spacing: 1px;
    border-radius: 30px;
    padding: 13px 0;
    margin: 50px auto 80px;
    position: relative;
}
.top-btn::after {
  /* 疑似要素で同じ大きさのboxを作り、position: absoluteで背面に表示 */
    content: '';
    display: block;
    opacity: .6;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* ①疑似要素のボックスを影色で塗りつぶし */
    background-color: #bebbae;
    /* ②ブラーフィルターでぼかす */
    filter: blur(15px);
    /* ③位置やサイズを調整 */
    transform: translateY(5px) scale(.8);
    /* ④乗算で重ねる */
    mix-blend-mode: multiply;
}

/* 特定商法に基づく表示 */
.law .ttl, .privacy .ttl, .terms .ttl, .fee .ttl {
    background: #958a79;
    padding: 15px 10px;
    margin-bottom: 24px;
}
.law h2, .privacy h2, .terms h2, .fee h2 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
}
.law table {
    width: 100%;
    max-width: 940px;
    border: 1px solid #000;
    border-collapse: collapse;
    margin: auto;
}
.law th, .law td {
    font-size: 14px;
    border: 1px solid #000;
    padding: 6px;
}
.law th {
    width: 30%;
}

/* プライバシーポリシー */
.privacy p, .terms p {
    font-size: 13px;
    margin-bottom: 15px;
}
.privacy h3, .terms h3 {
    font-size: 14px;
    text-align: center;
    background-color: #f7f7f7;
    padding: 6px;
    margin-bottom: 6px;
}