* {
    -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;
    max-width: 450px;
    margin: 0 auto;
}

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: #fff; */
    z-index: 0;
    font-weight: 400;
    font-style: normal;
    background-color: #121212;
}

@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 {
    text-decoration: none;
    /* color: #1b1b1b; */
    cursor: -moz-text;
    cursor: -webkit-text;
    cursor: text;
}
h3 {
    color: #fff;
}

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;
}

/* その他 */
.sp,
.sp2 {
    display: block;
}

.pc {
    display: none !important;
}

/* フォント */
.merit_wrap .item .num,
.flow_wrap .item span {
    font-family: all-round-gothic;
    font-weight: 700;
}

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

.heading img {
    display: block;
    width: 2rem;
    margin: 0 auto 1.5rem;
}

/* コンテンツ共通_見出し */
.heading h3 {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: .15em;
    margin-bottom: 1rem;
    font-weight: normal;
}

.heading h3:nth-of-type(2),
.effort_wrap h3 {
    font-size: .95rem;
    line-height: 1.5;
}

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

.title h2 {
    text-align: center;
    font-size: 1.05em;
    letter-spacing: .15em;
}

.title h2 span {
    display: inline-block;
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: normal;
}

.title h2:before {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    margin: 50px auto 5px;
    width: auto;
    height: 1.8rem;
}

.guide_wrap .title h2:before {
    background-image: url(../img/cth_guide.png);
}

.merit_wrap .title h2:before {
    background-image: url(../img/letter_merit.svg);
}

.flow_wrap .title h2:before {
    background-image: url(../img/letter_flow.svg);
}

.fee_wrap .title h2:before {
    background-image: url(../img/letter_fee.svg);
}

.voice_wrap .title h2:before {
    background-image: url(../img/letter_voice.svg);
}

.effort_wrap .title h2:before {
    background-image: url(../img/letter_initiatives.svg);
}

/* ボタン */
.btn_wrap {
    margin: 2rem auto 3.5rem;
    text-align: center;
}

.btn_wrap:last-child {
    margin: 3rem auto 4.5rem;
}

.btn_wrap a {
    margin: 0 .5rem;
}

.btn_wrap .top {
    font-size: 1.1rem;
    font-weight: bold;
    color: #fff;
}

.btn_wrap .top span {
    display: block;
    font-size: 0.7rem;
    line-height: 1.4rem;
    color: #fff;
}

.btn_wrap .btm {
    font-size: 0.95rem;
    font-weight: bold;
    color: #fff;
}

.btn_wrap .btm span {
    font-size: 1rem;
    /* color: #ff7415; */
    color: #DDBE67;
}

.btn_wrap aside {
    display: block;
    font-size: 10px;
    text-align: center;
    margin-top: 0.3rem;
    color: #fff;

}

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

header .logo {
    margin: 1rem 0;
}

header h1 a {
    display: block;
    width: 110px;
    margin-left: 1rem;
}

header .btn {
    font-size: 0.85rem;
    line-height: 3;
    letter-spacing: .1em;
    color: #fff;
    font-weight: bold;
    background: linear-gradient(45deg, #C4B07A, #9D884D);
    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-bottom: 1.5rem;
    background: url(../img/mv_sp_tcd.jpg)no-repeat center;
    background-size: cover;
    width: 100%;
    height: 350px;
    position: relative;
}

.mv_wrap h1 {
    position: absolute;
    display: block;
    padding: 2rem 0 2rem 1rem;
    text-align: left;
    font-size: 1.4rem;
    letter-spacing: 2px;
    color: #fff;
    font-weight: normal;
    text-shadow: 0px 0px 11px #302f2feb;
}

.mv_wrap::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.mv_wrap img {
    /* height: 200px; */
    width: 29%;
    position: absolute;
    top: 10px;
    left: 14px;
}

.mv_wrap h1 {
   position: absolute;
   top: 10px;right: 20px;
}

.strength {
    position: absolute;
    display: flex;
    /* padding: 2rem 0 1.5rem 1.5rem;
    display: flex;
    justify-content: start;
    justify-content: space-around; */
    bottom: 3%;
    left: 50%;
    transform: translate(-50%, 0%);
    justify-content: space-evenly;
}

.strength div {
    display: inline-block;
    border: 2px solid #9D884D;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    width: 6rem;
    height:6rem;
    margin-right: 1rem;
    position: relative;
    /* background: rgba(255, 255, 255, 0.77); */
}
.strength span.small{
    font-size: 0.6rem;
    color: #fff;
    padding: 1rem 0 0.2rem;

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

/* 使い方ガイド */
.guide_wrap {
    text-align: center;
    position: relative;
    z-index: 2;
}

.guide_wrap .inner {
    display: inline-block;
    background: #B79F6D;
    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: #fff;
    letter-spacing: .1em;
    padding-bottom: 4px;
}

.no1 {
    width: 80%;
    max-width: 450px;
    margin: 1.2rem auto 0;
}

/* メリット */
.merit_wrap {
    background-image: url(../img/merit_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 3.5rem;
    padding: 3.5rem 0;
    position: relative;
}

.merit_wrap::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(6, 7, 7);
    opacity: .7;
    position: absolute;
    top: 0;
    left: 0;
}

.merit_inner {
    position: relative;
    z-index: 2;
}

.merit_wrap .heading h3,
.merit_wrap .title h2 span {
    color: #fff;
    background: transparent;
    -webkit-text-fill-color: white;
    font-weight: normal;
}

.merit_wrap .title {
    margin-bottom: 4rem;
}

/* メリット_リスト */
.merit_wrap .item {
    background-color: white;
    display: flex;
    align-items: center;
    width: 350px;
    margin: 0 auto 3rem;
    padding: 1rem 0;
    position: relative;
    border-radius: 10px;
}

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

.merit_wrap .item:nth-of-type(2) {
    padding: 1.5rem 0;
}

.merit_wrap .item:nth-of-type(3) {
    padding: 1rem 0;
    margin: 0 auto;
}

/* メリット_番号 */
.merit_wrap .item .num {
    display: block;
    width: 4rem;
    height: 4rem;
    text-align: center;
    font-size: 1.9rem;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: -2rem;
    left: 0;
    right: 0;
    margin: auto;
}

.merit_wrap .item .num span {
    display: inline-block;
    width: 1.4rem;
    margin: auto;
    border-bottom: 1.5px solid #292929;
    line-height: 1.9rem;
    ;
    vertical-align: middle;
}

/* メリット_アイコン */
.merit_wrap .img {
    width: 30%;
    padding: 0.8rem;
}

.merit_wrap .item:first-of-type .img,
.merit_wrap .item:nth-of-type(3) .img {
    padding: 1rem;
}

.merit_wrap .img img {
    display: inline-block;

}

/* メリット_テキスト */
.merit_wrap .text {
    width: 70%;
    padding-right: 1rem;
}

.merit_wrap .text h4 {
    font-size: 1.1rem;
    letter-spacing: 1px;
    line-height: 1.6rem;
    ;
    margin-bottom: 0.4rem;
    position: relative;
}

.merit_wrap .item:first-of-type .text h4 {
    font-size: 1.2rem;
    color: 292929;
}

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

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

.merit_wrap .text p {
    font-size: 0.9rem;
    line-height: 1.2rem;
}

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

.flow_wrap h4 {
    font-size: 1rem;
    letter-spacing: .1em;
    text-align: center;
    margin-bottom: 2rem;
    color: #fff;
}

.flow_wrap h4 span {
    color: #DDBE67;
}
.flow_wrap .text_about {
    color: #fff;
}
.block_group {
    background: #3E3E3E;
    padding-bottom: 3rem;
}

.flow_wrap .block_group .text_about p:first-of-type {
    background: #9D884D;
}

.block_solo {
    background: #3E3E3E;
    padding-bottom: 2rem;
}

.flow_wrap .block_solo .text_about p:first-of-type {
    background: #9D884D;
}

/* マッチングの流れ_各見出し(グルマ、ソロマ) */
.flow_wrap .text_about {
    margin-bottom: 2rem;
    text-align: center;
}

.flow_wrap .text_about h4 {
    margin-bottom: 0.5rem;
}

.flow_wrap .text_about span {
    font-size: 0.84rem;
    line-height: 2.6;
    font-weight: normal;
    letter-spacing: .05em;
    color: #fff;
    background: #9D884D;
    /* border: 2px solid #00c1d4; */
    border-radius: 30px;
    padding: 0 .8rem;
    margin: 1.5rem 0 1rem;
}

.flow_wrap .text_about p:first-of-type {
    display: block;
    font-size: 1rem;
    font-weight: bold;
    line-height: 2.6;
    color: #fff;
    letter-spacing: .15em;
}

/* マッチングの流れ_スライド(グルマ、ソロマ) */
.flow_wrap .slide_flow {
    width: 100%;
    margin: auto;
}

.flow_wrap .item {
    position: relative;
}

.flow_wrap .item:after {
    content: "";
    display: block;
    width: 16px;
    height: 25px;
    background-image: url(../img/img_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 45%;
    right: -0.6rem;
    margin: auto;
}

.flow_wrap .item:last-of-type:after {
    content: "";
    display: none;
}

/* マッチングの流れ_番号 */
.flow_wrap .item span {
    width: 100%;
}

.flow_wrap .item span img {
    width: 50px;
    margin: 0 auto .5rem;
}

/* マッチングの流れ_画像 */
.flow_wrap .item img {
    display: block;
    margin: 0 auto 1.7rem;
}

/* マッチングの流れ_テキスト */
.flow_wrap .item .text {
    border-top: 2px solid #fff;
    position: relative;
    padding-top: 0.4rem;
}

.flow_wrap .item .text:before {
    content: "";
    position: absolute;
    top: -1.3rem;
    left: 50%;
    margin-left: -0.7rem;
    border: 0.7rem solid transparent;
    border-bottom: 0.7rem solid #3e3e3e;
    z-index: 2;
}

.flow_wrap .item .text:after {
    content: "";
    position: absolute;
    top: -1.5rem;
    left: 50%;
    margin-left: -0.7rem;
    border: 0.7rem solid transparent;
    border-bottom: 0.7rem solid #fff;
    z-index: 1;
}

.flow_wrap .item .text p {
    font-size: 0.95rem;
    line-height: 1.2rem;
    font-weight: bold;
    color: #fff;
}

/* slick */
.slick-slide {
    outline: none;
}

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

.flow_wrap .slick-initialized .slick-slide {
    display: block !important;
    padding: 0 1.5rem;
}

/* ご利用料金 */
.fee_wrap {
    margin: 0 auto 5rem;
}

/* ご利用料金_表 */
.fee_wrap .block_table {
    width: 350px;
    margin: 0 auto 1rem;
}

.fee_wrap .block_table p:first-child {
    display: block;
    /* background:  linear-gradient(90deg, rgb(212, 196, 164), rgb(157, 136, 77)); */
    background:  linear-gradient(90deg, #D4C4A4 0%, #9D884D 30%);
    color: white;
    font-size: 0.95rem;
    line-height: 2.2rem;
    text-align: center;
}

.fee_wrap .block_table .cell {
    background-color: #EADDC5;
    display: flex;
    border-top: 2px solid #121212;
    border-bottom: none;
    align-items: center;
}

.fee_wrap .block_table .cell:nth-of-type(2) {
    background-color: #D4C4A4;
    border-bottom: none;
}

.fee_wrap .block_table .cell:nth-of-type(3) {
    background-color: #BCAC8F;
}

.fee_wrap .block_table .cell span {
    color: #443411;
}

.fee_wrap .block_table .cell:nth-of-type(2) span {
    color: #443411;
}

.fee_wrap .block_table .cell:nth-of-type(3) span {
    color: #443411;
}

.fee_wrap .block_table .valuation {
    width: 60%;
    padding-left: 1rem;
}

.fee_wrap .cell .valuation i {
    font-size: 1.7rem;
    color: #826D37;
    padding-right: 0.5rem;
}

.fee_wrap .cell:nth-of-type(2) .valuation i {
    color: #826D37;
}

.fee_wrap .cell:nth-of-type(3) .valuation i {
    color: #826D37;
}

.fee_wrap .block_table .cell span {
    width: 40%;
    font-size: 2.4rem;
    font-family: Lato, sans-serif;
    font-weight: normal;
    font-style: italic;
    letter-spacing: 1px;
    padding: 0.5rem;
}

.fee_wrap .block_table .cell span span {
    display: inline;
    font-size: 1.6rem;
    margin-left: 0.1rem;
    padding: 0;
}

.fee_wrap .block_table p:last-child {
    font-size: 0.7rem;
    text-align: right;
    line-height: 1.8rem;
}

/* ご利用料金_下部テキスト */
.fee_wrap p:last-child {
    font-size: 1.1rem;
    line-height: 1.4rem;
    letter-spacing: 2px;
    text-align: center;
    font-weight: normal;
    color: #fff;
}


/* 利用者の声 */
.voice_wrap {
    margin: 0 auto 3rem;
}

/* 利用者の声_アイテム */
.voice_wrap .item {
    width: 350px;
    margin: 0 auto 1rem;
    position: relative;
}

.voice_wrap .item p {
    display: block;
    width: 55%;
    color: white;
    font-size: 0.85rem;
    line-height: 1.5;
    letter-spacing: .05em;
    margin-bottom: 0.5rem;
    position: absolute;
    top: 1rem;
    left: 0.5rem;
}

.voice_wrap .item span {
    display: inline-block;
    color: white;
    font-size: 0.8rem;
    font-weight: bold;
    position: absolute;
    bottom: 1rem;
    left: 0.5rem;
}

/* 選ばれる6つの理由 */
.effort_wrap {
    margin: 0 auto;
    padding: 2rem 0 0;
}

/* 選ばれる6つの理由_リスト */
.effort_wrap .list {
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 3rem auto 0;
}

.effort_wrap .item {
    width: 100%;
    text-align: center;
    padding: 1.5rem 0.5rem;
}

.effort_wrap .item:nth-child(odd) {
    background: #DCC89D;
}

.effort_wrap .item:nth-child(even) {
    background: #B79F6D;
    color: #fff;
}

/* 選ばれる6つの理由_アイテム内(タイトル、内容) */
.effort_wrap .item p:first-of-type {
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.2rem;
    letter-spacing: 2px;
    font-weight: bold;
}

.effort_wrap .item p:last-of-type {
    font-size: 0.9rem;
    line-height: 1.1rem;
    font-weight: normal;
    letter-spacing: 0;
    letter-spacing: 1px;
}

/* 選ばれる6つの理由_アイコン */
.effort_wrap .item img {
    width: auto;
    height: 6rem;
    margin: 1.3rem auto;
}

/* フッター */
footer {
    width: 100%;
    text-align: center;
    background: #121212;
    padding: 2rem 0;
    margin-top: 1px;
}

footer a,
footer span,
footer small,
footer dd {
    color: #fff;
}

footer .logo {
    width: 120px;
    margin: 0 auto 1.5rem;
}

footer .btn_shop {
    display: block;
    width: 80%;
    max-width: 350px;
    font-size: 0.8rem;
    letter-spacing: 1px;
    background: #EBA200;
    border-radius: 10px;
    padding: 0.8rem 0;
    margin: 0 auto 1.5rem;
}

footer .btn_contact {
    text-decoration: underline;
    margin-bottom: 2rem;
}

footer .btn_shop span {
    font-size: 1.1rem;
    font-weight: bold;
}

table {
    width: 100%;
    max-width: 400px;
    padding: 0 1rem;
    margin: 0 auto 2rem;
}

caption,
footer dt {
    font-size: 0.9rem;
    font-weight: bold;
    color: #eba200;
    margin-bottom: 0.2rem;
}

footer dl {
    margin-bottom: 1.5rem;
}

footer dd {
    font-size: 0.8rem;
}

footer dd a {
    text-decoration: underline;
}

table td {
    width: calc(100% / 3);
    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: sticky;
    bottom: 0;
    left: 0;
    z-index: 3;
}

.float_wrap a {
    width: 100%;
    font-size: .9rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    letter-spacing: .15em;
    padding: 1.1rem 0;
    position: relative;
}

.float_wrap .line {
    background: #01b702;
}

.float_wrap .cast {
    background: #9D884D;
}

.float_wrap .line::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 1.4rem 1.4rem;
    border-color: transparent transparent #009901 transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}

.float_wrap .cast::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 1.4rem 1.4rem;
    border-color: transparent transparent #7C672B transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}

/* トップページに戻るボタン */
.top-btn {
    display: block;
    width: 60%;
    max-width: 250px;
    color: #fff;
    background: #9D884D;
    text-align: center;
    letter-spacing: 2px;
    border-radius: 3rem;
    margin: 3.5rem auto;
    padding: 0.5rem 0;
}

/* 特定商法に基づく表示 */
.s_body {
    margin: 0;
    color: #fff;
}

.law .ttl,
.privacy .ttl,
.terms .ttl,
.fee .ttl {
    background: #9D884D;
    padding: 1rem;
    margin-bottom: 1.3rem;
}

.law h2,
.privacy h2,
.terms h2,
.fee h2 {
    font-size: 1.2rem;
    color: #fff;
    letter-spacing: .1em;
    text-align: center;
}

.law .inner,
.privacy .inner,
.terms .inner,
.fee .inner {
    max-width: 1400px;
    padding: 0 1rem;
    margin: 0 auto;
}

.law table {
    width: 100%;
    max-width: 940px;
    border: 1px solid #000;
    border-collapse: collapse;
    margin: auto;
}

.law th,
.law td {
    font-size: 0.9rem;
    line-height: 1.3rem;
    border: 1px solid #000;
    padding: 0.5rem;
}

.law th {
    width: 30%;
}

/* プライバシーポリシー */
.privacy p,
.terms p {
    font-size: 0.9rem;
    line-height: 1.3rem;
    margin-bottom: 1.3rem;
}

.privacy h3,
.terms h3 {
    font-size: 0.9rem;
    text-align: center;
    background-color: #B79F6D;
    padding: 0.5rem;
    margin: 0 auto 0.5rem;
}