* {
    -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;
    }
  }
h1, h2 ,h3 ,h4, h5, h6 {
    font-weight: bold !important;
}
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;
}
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;
    font-style: italic;
}

/* コンテンツ共通_タイトル */
.title {
    margin-bottom: 2rem;
}
.title h2 {
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 3px;
}
.title h2:before {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin: 0 auto 1.3rem;
    width: auto;
    height: 2.3rem;
}
.guide_wrap .title h2:before {
    background-image: url(../img/common/cth_guide.svg);
}
.merit_wrap .title h2:before {
    background-image: url(../img/common/cth_merit.svg);
}
.flow_wrap .title h2:before {
    background-image: url(../img/common/cth_flow.svg);
}
.effort_wrap .title h2:before {
    background-image: url(../img/common/cth_initiatives.svg);
}

/* ボタン */
.btn_wrap {
    background-color: rgb(75 93 99);
    padding: 3rem 1.5rem;
    text-align: center;
}
.btn_wrap:last-child {
    padding: 3rem 0 6rem;
}
.btn_wrap a {
    display: block;
    max-width: 500px;
    margin: 0 auto;
}
.btn_wrap aside {
    display: block;
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}
.bannerLink {
    margin: 1.5rem 0 0;
}
.btn_wrap .bannerLink a, .btn_wrap .bannerLink img {
    margin: 0 auto;
    max-width: 460px;
}

/* ヘッダー */
header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
}
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: #0abab5;
    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/common/header_arrow.svg) center no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.5rem;
    margin: auto;
}

/* メインビジュアル */
.mv_wrap {
    background: url(../img/common/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: #088783fc;
    opacity: 0.8;
}
.mv_wrap img {
    margin: auto;
    position: relative;
    z-index: 3;
}
.mv_wrap .pc {
    display: none;
}

/* pico */
.top_wrap {
    padding: 5rem 0;
}
.top_wrap img {
    display: block;
    width: 30%;
    max-width: 140px;
    margin: 0 auto 3rem;
}
.top_wrap p {
    font-size: 0.95rem;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
}
.top_wrap p span {
    display: inline;
    color: #00a39e;
}

/* メリット */
.merit_wrap {
    background-color: #0abab5;
    padding: 5rem 1.5rem;
}
.merit_wrap .title {
    margin-bottom: 5.5rem;
}
.merit_wrap .title h2 {
    color: #fff
}

/* メリット_リスト */
.merit_wrap .list {
    max-width: 1200px;
    margin: auto;
}
.merit_wrap .item {
    width: 100%;
    max-width: 380px;
    background-color: white;
    margin: 0 auto 4.5rem;
    padding: 2.3rem 0 1.3rem;
    position: relative;
    border-radius: 10px;
}
.merit_wrap .item:last-of-type {
    margin-bottom: 0;
}
/* メリット_アイコン */
.merit_wrap .item img {
    width: 6rem;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: -3rem;
}
/* メリット_テキスト */
.merit_wrap .text {
    text-align: center;
}
.merit_wrap .text h4 {
    font-size: 1.15rem;
    color: #00a39e;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
    position: relative;
}
.merit_wrap .text p {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.6;
}

/* マッチングの流れ */
.flow_wrap {
    text-align: center;
    padding: 5rem 0;
}
.flow_wrap h2 {
    color: #00a39e;
}
.flow_wrap .head_text {
    font-size: 1rem;
    line-height: 1.6;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 3.5rem;
}
.flow_wrap .head_text span {
    color: #00a39e;
}
.block_group {
    margin-bottom: 4rem;
}

/* マッチングの流れ_各見出し(グルマ、ソロマ) */
.flow_wrap .text_about {
    max-width: 700px;
    margin-bottom: 2rem;
    text-align: center;
    margin: auto;
}
.flow_wrap .text_about h3 {
    width: 80%;
    font-size: 1.1rem;
    line-height: 3rem;
    color: #fff;
    letter-spacing: 3px;
    background-color: #0abab5;
    border-radius: 50px;
    border: 2px solid #fff;
    margin: -1.5rem auto 1rem;
    position: relative;
}
.flow_wrap .text_about p {
    font-size: 0.95rem;
    line-height: 1.6;
    font-weight: bold;
}
.flow_scene {
    background-color: #eaf9f7;
    padding: .8rem;
    margin: 1.5rem 1.5rem 2rem;
}
.flow_scene p:first-of-type {
    color: #00a39e;
    margin-bottom: .4rem;
}
/* マッチングの流れ_スライド(グルマ、ソロマ) */
.flow_wrap .slide_flow {
    width: 100%;
    max-width: 1100px;
    margin: auto;
}
.flow_wrap .item {
    position: relative;
}
.flow_wrap .item:after {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2rem;
    color: #0abab5;
    position: absolute;
    top: 40%;
    right: 0;
    margin: auto;
}
.flow_wrap .item:last-of-type:after {
    content: "";
}
/* マッチングの流れ_画像 */
.flow_wrap .item img {
    display: block;
    margin: 0 auto 1rem;
}
/* マッチングの流れ_テキスト */
.flow_wrap .item p {
    font-size: 0.95rem;
    line-height: 1.6;
    font-weight: bold;
}
/* slick */
.slick-slide {
    outline: none;
}
.slick-initialized .slick-slide {
    align-items: flex-start;
}
.flow_wrap .slick-initialized .slick-slide {
    display: block !important;
}

/* ご利用料金 */
.fee_wrap {
    text-align: center;
    background-color: #0abab5;
    padding: 5rem 1.5rem;
}
.fee_wrap h2 {
    color: #fff;
}
.fee_wrap h2::before, .voice_wrap h2::before, .news_wrap h2::before {
    display: none;
}

/* ご利用料金_表 */
.fee_wrap .table_title {
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1.5px;
    background-color: #0b9690;
    padding: .7rem 0;
    border-radius: 50px;
    margin-bottom: 1rem;
}
.fee_wrap .block_table {
    max-width: 600px;
    margin: 0 auto 1rem;
}
.fee_wrap .table {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.fee_wrap .cell {
    width: calc(100% / 3 - .4rem);
    max-width: 180px;
    background-color: #fff;
    border-radius: 10px;
    padding: 1.5rem 0 .5rem;
}
.fee_wrap .valuation {
    margin-bottom: .5rem;
}
.fee_wrap .cell .valuation i {
    font-size: 1.4rem;
    color: #efa21a;
    letter-spacing: 3px;
}
.fee_wrap .block_table .cell span {
    font-size: 1.8rem;
    font-family: all-round-gothic;
    font-weight: 600;
    font-style: normal;
    letter-spacing: .5px;
}
.fee_wrap .block_table .cell span span {
    display: inline;
    font-size: 1.4rem;
    padding: 0;
}
.fee_wrap .block_table p:last-child {
    font-size: 0.8rem;
    color: #fff;
    text-align: right;
    line-height: 1.8rem;
}
/* ご利用料金_下部テキスト */
.fee_wrap p:last-child {
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 1.5px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

/* 利用者の声 */
.voice_wrap {
    background-color: #e5eeed;
    padding: 5rem 0;
}
.voice_wrap h2 {
    color: #007f7b;
}
.voice_wrap .list {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    overflow: scroll;
    /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
    -ms-overflow-style: none;
    /*Firefoxへの対応*/
    scrollbar-width: none;
}
/*Google Chrome、Safariへの対応*/
.voice_wrap .list::-webkit-scrollbar{
  display: none;
}

/* 利用者の声_アイテム */
.voice_wrap .item {
    max-width: 430px;
    background-color: #fff;
    border-radius: 10px;
    margin-right: 1.5rem;
    padding: 1.5rem;
    position: relative;
}
.voice_wrap .item:first-of-type {
    margin-left: 1.5rem;
}
.voice_wrap .item .top {
    width: 65vw;
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 1rem;
}
.voice_wrap .item img {
    width: 3.5rem;
    margin-right: 1.3rem;
}
.voice_wrap .item .top p {
    font-size: 0.95rem;
    font-weight: bold;
}
.voice_wrap .item .btm p {
    font-size: 0.95rem;
    line-height: 1.6;
}

/* 選ばれる6つの理由 */
.effort_wrap {
    text-align: center;
    padding: 5rem 1.5rem;
}
.effort_wrap h2 {
    color: #00a39e;
}
.effort_wrap p {
    font-size: 0.95rem;
    line-height: 1.6;
}
.effort_wrap .head_text {
    font-weight: bold;
}
/* 選ばれる6つの理由_リスト */
.effort_wrap .list {
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 2rem auto 0;
}
.effort_wrap .item {
    width: 100%;
    background-color: #eaf9f7;
    border-radius: 10px;
    padding: 1.5rem 0.5rem;
    margin-bottom: 1.5rem;
}
/* 選ばれる6つの理由_アイテム内(タイトル、内容) */
.effort_wrap .item p:first-of-type {
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.2rem;
    font-weight: bold;
    letter-spacing: 1.5px;
    color: #00a39e;
    margin: 1.2rem 0 .7rem;
}
.effort_wrap .item p:last-of-type {
    letter-spacing: 0;
    letter-spacing: 1px;
}
/* 選ばれる6つの理由_アイコン */
.effort_wrap .item img {
    width: auto;
    height: 3.5rem;
    margin: auto;
}

/* 新着情報 */
.news_wrap {
    background: #e5eeed;
}
.news_wrap h2 {
    color: #007f7b;
}

/* フッター */
footer {
    width: 100%;
    text-align: center;
    background: rgb(34, 34, 34);
    padding: 3rem 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: #EBA200;
    border-radius: 10px;
    padding: 0.8rem 0;
    margin: 0 auto 1rem;
}
footer .btn_asp {
    font-size: .9rem;
    font-weight: bold;
    background: #2e92b1;
    padding: 1rem 0;
}
footer .btn_contact {
    text-decoration: underline;
    margin-bottom: 1.5rem;
}
footer .btn_shop span {
    font-size: 1.1rem;
    font-weight: bold;
}
footer .pages {
    width: 100%;
    max-width: 500px;
    padding: 0 1rem;
    margin: 0 auto 1.5rem;
}
footer .title, footer dt {
    font-size: 0.9rem;
    font-weight: bold;
    color: #6dcbc9;
    margin-bottom: 0.2rem;
}
footer .block {
    display: flex;
    width: 100%;
    max-width: 500px;
    text-align: center;
    justify-content: space-between;
}
footer .block a {
    font-size: 0.8rem;
    padding: 0.5rem;
}
footer dl {
    display: flex;
    flex-flow: column;
    margin-bottom: 1.5rem;
}
footer dl:first-of-type dd {
    display: flex;
    flex-flow: column;
    margin: 0 1rem;
}
footer dd {
    font-size: 0.8rem;
}
footer dd a {
    display: inline-block;
    margin: auto;
    line-height: 1.8rem;
    text-decoration: underline;
}
.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 .cast {
    background: #0abab5;
}

/* 安心安全の理由 */
.apply .logoMark {
    width: 2.5rem;
    margin: 0 auto 1.5rem;
}
.apply h2 {
    font-size: 1.5rem;
    line-height: 1.8rem;
    color: #6b4a00;
}
.apply h2:nth-child(2) {
    font-size: 1rem;
}
.apply h2::before {
    display: none;
}
.apply p {
    font-size: 0.9rem;
    letter-spacing: 1px;
}
.apply .mv_wrap {
    margin-bottom: 4rem;
}
.apply .mv_wrap img {
    max-width: 700px;
}
.apply .intro_wrap {
    text-align: center;
    margin-bottom: 4rem;
}
.apply .effort_wrap {
    background: #fbf7ef;
    padding: 3rem 1rem 1rem;
    margin: 0 auto;
}
.apply .intro_wrap .title {
    margin-bottom: 0.8rem;
}
.apply .effort_wrap .list {
    max-width: 1400px;
}
.apply .list img {
    width: 35%;
    margin: 0 auto 1rem;
}
.apply .list h3 {
    text-align: center;
    margin-bottom: 0.5rem;
}
.apply .list li {
    margin-bottom: 3rem;
}
.apply .area_wrap {
    padding: 4rem 0 6rem;
}
.apply img {
    max-width: 510px;
    margin: auto;
}

/* 特定商法に基づく表示 */
.law .ttl, .privacy .ttl, .terms .ttl {
    background-color: #f7f7f7;
}
.law h2, .privacy h2, .terms h2 {
    font-size: 1.5rem;
    text-align: center;
    color: black;
    padding: 1rem 0;
    margin-bottom: 2rem;
}
.law .inner, .privacy .inner, .terms .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 .entry-disc, .terms .entry-disc {
    box-shadow: none;
    padding: 0;
}
.privacy p, .terms p {
    font-size: 0.9rem;
    line-height: 1.3rem;
    margin-bottom: 1.3rem;
}
.privacy .entry-disc h2, .terms .entry-disc h2 {
    font-size: 1rem;
    text-align: center;
    border: 1px solid #000;
    background-color: #f7f7f7;
    padding: 0.5rem;
    margin: 0 auto 0.5rem;
}
.privacy .btn-top, .terms .btn-top, .law .btn-top {
    background: #3c3c3c;
    margin: 3rem auto;
}