@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/*--------------------------------------------

 共通

--------------------------------------------*/
html {
    scroll-behavior: smooth;
}

.wrap {}

.home .container {
    overflow: hidden;
}

/*リンク*/
a {
    transition: all 0.5s;
    word-break: break-all;
}

a:hover {
    color: #115b9d;
}

/*フォントサイズ*/
.fs_60 {
    font-size: 60%;
}

.fs_65 {
    font-size: 65%;
}

.fs_70 {
    font-size: 70%;
}

.fs_75 {
    font-size: 75%;
}

.fs_85 {
    font-size: 85%;
}

.fs_90 {
    font-size: 90%;
}

.fs_110 {
    font-size: 110%;
}

.fs_120 {
    font-size: 120%;
}

.fs_130 {
    font-size: 130%;
}

.fs_140 {
    font-size: 140%;
}

.fs_150 {
    font-size: 150%;
}

.fs_160 {
    font-size: 160%;
}

.fs_180 {
    font-size: 180%;
}

.fs_200 {
    font-size: 200%;
}

.fs_230 {
    font-size: 230%;
}

.fs_240 {
    font-size: 240%;
}

/*注釈*/
.kome {
    font-size: 13px;
    list-style-type: none;
    padding-left: 0;
}

.kome .notes_head {
    display: table-cell;
    vertical-align: top;
    white-space: nowrap;
    padding-right: 0.2em;
}

.kome .notes_body {
    display: table-cell;
    vertical-align: top;
}

/*------------------------------------
 共通 480px以下
------------------------------------*/
@media screen and (max-width: 480px) {
    .kome {
        font-size: 10px;
    }
}

/*------------------------------------
英数字用フォント
------------------------------------*/
.oswald-200 {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}

.oswald-400 {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.oswald-500 {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.oswald-600 {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.oswald-700 {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

/*------------------------------------
見出し
------------------------------------*/
.ttlArea h2 {
    font-size: 42px;
    font-weight: 900;
    padding-bottom: 2rem;
}


/*見出しデザイン*/
.ttlArea .heading01 {
    position: relative;
    text-align: center;
    padding-bottom: 9rem;
    margin-top: 5rem;
}

.ttlArea .heading01::before {
    content: attr(data-en);
    position: absolute;
    top: -79px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 64px;
    font-weight: 800;
}

.ttlArea .heading01 .ttl_sub {
    font-size: 18px;
    z-index: 2;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

.ttlArea .heading01 .ttl_main {
    font-size: 42px;
    margin-bottom: 16px;
    z-index: 2;
    position: absolute;
    top: 11px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

/*黄色*/
.heading01.heading01_yellow {
    color: #2978be;
}

.heading01.heading01_yellow::before {
    color: #ffe30f;
}

/*白*/
.heading01.heading01_white {
    color: #fff;
}

.heading01.heading01_white::before {
    color: #29ACD6;
}

/*------------------------------------
見出し 834px以下
------------------------------------*/
@media screen and (max-width: 834px) {

    .ttlArea h2 {
        font-size: 32px;
    }

    /*見出しデザイン*/
    .ttlArea .heading01 {
        padding-bottom: 6rem;
    }

    .ttlArea .heading01::before {
        font-size: 48px;
        top: -60px;
    }

    .ttlArea .heading01 .ttl_main {
        font-size: 32px;
        top: 0px;
    }

    .ttlArea .heading01 .ttl_sub {
        font-size: 16px;
        top: -28px;
    }
}

/*------------------------------------
見出し 480px以下
------------------------------------*/
@media screen and (max-width: 480px) {

    .ttlArea h2 {
        font-size: 28px;
    }

    /*見出しデザイン*/
    .ttlArea .heading01 {
        padding-bottom: 5rem;
    }

    .ttlArea .heading01::before {
        font-size: 38px;
        top: -50px;
    }

    .ttlArea .heading01 .ttl_main {
        font-size: 28px;
        top: 0px;
    }

    .ttlArea .heading01 .ttl_sub {
        font-size: 14px;
        top: -26px;
    }
}

/*------------------------------------
改行
------------------------------------*/
/*改行*/
.br_tab {
    display: none;
}

.br_sp {
    display: none;
}

/*------------------------------------
改行 834px以下
------------------------------------*/
@media screen and (max-width: 834px) {
    .br_tab {
        display: block;
    }
}

/*------------------------------------
改行 480px以下
------------------------------------*/
@media screen and (max-width: 480px) {
    .br_sp {
        display: block;
    }
}

/*------------------------------------
エディター
------------------------------------*/
/*見出し*/
h2.wp-block-heading {
    background-color: #2978be;
    color: #fff;
}

h3.wp-block-heading {
    background-color: #e9f5ff;
    border-left: 6px solid #2978be;
    color: #333;
}

h4.wp-block-heading {
    border-top: 2px solid #2978be;
    border-bottom: 2px solid #2978be;
}

h5.wp-block-heading::after {
    height: 2px;
    background: #2978be;
}

/*テーブル・デフォルト*/
.wp-block-table td,
.wp-block-table th {
    padding: 1.2em 1em;
}

.wp-block-table.is-style-regular tr:nth-of-type(2n+1) {
    background-color: inherit;
}

.wp-block-table.is-style-regular tr td:first-child {
    background-color: #2978be;
    color: #fff;
    text-align: center;
    min-width: 160px;
}

/*------------------------------------
調整 834px以下
------------------------------------*/
@media screen and (max-width: 834px) {

    /*ボタン*/
    .wp-block-cocoon-blocks-button-1 .btn {
        width: 100%;
        max-width: 500px;
    }

    .wp-block-buttons .wp-block-button {
        width: 100% !important;
        max-width: 500px !important;
    }

    /*テーブル・デフォルト*/
    .wp-block-table.is-style-regular td,
    .wp-block-table.is-style-regular th {
        font-size: 15px;
    }
}

/*------------------------------------
調整 480px以下
------------------------------------*/
@media screen and (max-width: 480px) {

    /*テーブル・デフォルト*/
    .wp-block-table.is-style-regular td,
    .wp-block-table.is-style-regular th {
        display: block;
        width: 100%;
    }

    .wp-block-table.is-style-regular tr td:first-child {
        background-color: #e9f5ff;
        color: #2978be;
        text-align: left;
        padding: 1em 1em;
    }
}



/*------------------------------------
サイドバー
------------------------------------*/
.sidebar h2,
.sidebar h3 {
    border: 0;
    padding: 6px 10px;
    font-size: 15px;
    border-radius: 6px;
}

/*一旦非表示*/
#sidebar .categories_ttl,
#sidebar .wp-block-categories-list,
#sidebar .popular_ttl,
#sidebar .popular-list-box {
    display: none;
}

/*ウィジェットのカード*/
.widget-entry-cards:not(.large-thumb-on) .card-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.widget-entry-cards .a-wrap {
    padding: 5px 10px 2px 10px;
}

.widget-entry-cards .a-wrap:hover {
    background-color: #c1e3ff;
    transform: inherit;
    box-shadow: inherit;
    border-radius: 4px;
}

/*ウィジェットのカテゴリー*/
.widget-sidebar .wp-block-categories-list {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.5em;
    margin-bottom: 0;
}

.widget-sidebar .wp-block-categories-list li {
    margin-right: 0;
}

.widget-sidebar .wp-block-categories-list li::after {
    margin-right: 6px;
    margin-left: 6px;
    content: "/";
}

.widget-sidebar .wp-block-categories-list li a {
    text-decoration: none;
    font-size: 15px;
}

.widget-sidebar .wp-block-categories-list li a:hover {
    background-color: #c1e3ff;
}

/*------------------------------------
ページネーション
------------------------------------*/
.pagination .current {
    background-color: #2978be;
}

.page-numbers {
    border: 1px solid #2978be;
    color: #2978be;
}

.pagination a:hover {
    background-color: #2978be;
}

.pagination-next-link:hover,
.comment-btn:hover {
    background-color: #2978be;
    color: #fff;
}

.pagination-next-link,
.comment-btn {
    color: #2978be;
    font-size: 15px;
    border: 1px solid #2978be;
    border-radius: 6px;
    margin: auto;
    max-width: 360px;
}

/*------------------------------------
調整
------------------------------------*/
.main {
    background-color: #fff;
    border: 0;
}

/*TOPページのみ*/
.home .content {
    overflow: hidden;
    margin-top: 0;
}

.home .main {
    padding-top: 0;
}

/*サイドバー*/
.sidebar {
    background-color: #E9F5FF;
}

/*カードの調整*/
.cat-label {
    font-size: 14px;
    background-color: #e9f5ff;
    color: #333;
}

/*カテゴリーリンクの色変更*/
.cat-link {
    background-color: #2978be;
    border-radius: 4px;
}

/*------------------------------------
調整 834px以下
------------------------------------*/
@media screen and (max-width: 834px) {

    /*カードの調整*/
    .cat-label {
        font-size: 12px;
    }

}

/*------------------------------------
固定ページ
------------------------------------*/
/*固定ページの日付削除*/
.page-id-50 .date-tags,
.page-id-48 .date-tags,
.page-id-52 .date-tags,
.page-id-54 .date-tags,
.page-id-97 .date-tags,
.page-id-303 .date-tags {
    display: none;
}

/*固定ページのタイトル削除*/
.page-id-97 .main .entry-title {
    display: none;
}

/*------------------------------------
ページャー
------------------------------------*/
/*前へ次へ*/
.pager-post-navi {
    flex-direction: inherit;
}

.pager-post-navi .rev-post-thumb {
    display: none;
}

.pager-post-navi a {
    width: 50%;
}

/*カスタマイズしたページャー*/
.pager_custom {
    margin: 4rem auto 0 auto;
}

.pager_custom a:first-child {
    float: left;
    clear: both;
}

.pager_custom a:last-child {
    float: right;
}

.pager_custom a {
    background-color: #2978be;
    color: #fff;
    text-decoration: none;
    padding: 0.2em 2em;
    border-radius: 8px;
    border: solid 2px #2978be;
}

.pager_custom a:hover {
    background-color: #ffe100;
    color: #287ABF;
}

/*footerに出てくるページナビを削除*/
.post-type-archive-news .pagination-next,
.post-type-archive-news .pagination {
    display: none;
}

/*ページナビを復活*/
.post-type-archive-news .main .pagination-next,
.post-type-archive-news .main .pagination {
    display: block;
}

/*ボタン*/
.wp-block-button .wp-block-button__link:hover {
    color: inherit;
    opacity: 0.7;
}

/*------------------------------------
ボタン
------------------------------------*/
.btArea {
    text-align: center;
}

.btArea a {
    font-size: 18px;
    padding: 14px 3% 14px 3%;
    border-radius: 40px;
    max-width: 500px;
    width: 94%;
    text-decoration: none;
    position: relative;
    font-weight: bold;
    display: inline-block;
    font-weight: bold;
}

.btArea a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    transform: rotate(45deg) translateY(-50%);
    width: 5px;
    height: 5px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #fff;
}

/*ボタンテキスト大*/
.btArea a.btn_l {
    font-weight: 900;
    font-size: 22px;
}

/*ボタン01 白*/
.btArea a.btn01 {
    background-color: #fff;
    color: #2978BE;
}

.btArea a.btn01::after {
    border-color: #2978BE;
}

.btArea a.btn01:hover::after {
    border-color: #fff;
}

.btArea a.btn01:hover {
    background-color: #333;
    color: #fff;
}

/*ボタン02 黄色*/
.btArea a.btn02 {
    background-color: #FFE100;
    color: #287ABF;
}

.btArea a.btn02::after {
    border-color: #287ABF;
}

.btArea a.btn02:hover::after {
    border-color: #fff;
}

.btArea a.btn02:hover {
    background-color: #333;
    color: #fff;
}

/*ボタン03 青色*/
.btArea a.btn03 {
    background-color: #287ABF;
    color: #fff;
}

.btArea a.btn03::after {
    border-color: #fff;
}

.btArea a.btn03:hover::after {
    border-color: #fff;
}

.btArea a.btn03:hover {
    background-color: #333;
    color: #fff;
}

/*------------------------------------
ボタン 834px以下
------------------------------------*/
@media screen and (max-width: 834px) {
    .btArea a {
        font-size: 16px;
        padding: 10px 3% 10px 3%;
    }

    /*ボタンテキスト大*/
    .btArea a.btn_l {
        font-size: 18px;
        padding: 12px 3% 12px 3%;
    }
}

/*--------------------------------------------

 MV

--------------------------------------------*/
.mv_content {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    background-image: url(./img/mv_bg.jpg);
    color: #fff;
    position: relative;
    margin-bottom: 8rem;
    padding: 15rem 0 0 0;
    background-size: cover;
    background-position: center;
}

.mv_content .mvArea {
    width: 1540px;
    position: relative;
    min-height: 620px;
}

.mv_content .mv01 {
    width: 50%;
}

.mv_content .mv01 .mv_catch {
    max-width: 730px;
    margin-bottom: 4rem;
}

.mv_content .mv01 .btArea {
    display: flex;
}

.mv_content .mv01 .btArea a:first-child {
    margin-right: 1rem;
}

.mv_content .mv02 {
    position: absolute;
    bottom: 0;
    right: 0;
    max-height: 660px;
    overflow: hidden;
}

.mv_content .mv02 .mv_app img {
    max-width: 740px;
}

/*------------------------------------
MV 1920px以下
------------------------------------*/
@media screen and (max-width: 1920px) {
    .mv_content {
        padding: 13rem 0 0 0;
    }

    .mv_content .mvArea {
        min-height: 530px;
    }

    .mv_content .mv01 {
        position: absolute;
        left: 5%;
    }

    .mv_content .mv01 .mv_catch {
        max-width: 680px;
        margin-bottom: 3rem;
    }

    .mv_content .mv01 .btArea {
        margin-bottom: 5rem;
    }

    .mv_content .mv02 {
        right: 5%;
        max-height: 560px;
    }

    .mv_content .mv02 .mv_app img {
        max-width: 640px;
    }
}

/*------------------------------------
MV 1600px以下
------------------------------------*/
@media screen and (max-width: 1600px) {
    .mv_content {
        padding: 12rem 0 0 0;
    }

    .mv_content .mvArea {
        width: 1256px;
        min-height: 490px;
    }

    .mv_content .mv01 {
        width: 55%;
        left: 3%;
    }

    .mv_content .mv01 .mv_catch {
        max-width: 620px;
    }

    .mv_content .mv02 {
        right: 3%;
        max-height: 510px;
    }

    .mv_content .mv02 .mv_app img {
        max-width: 570px;
    }

    .mv_content .mv01 .btArea {
        margin-bottom: 4rem;
    }
}

/*------------------------------------
MV 1256px以下
------------------------------------*/
@media screen and (max-width: 1256px) {
    .mv_content {
        padding: 10rem 0 0 0;
    }

    .mv_content .mvArea {
        width: auto;
        min-height: 410px;
    }

    .mv_content .mv01 .mv_catch {
        max-width: 530px;
        width: 48vw;
    }

    .mv_content .mv01 {
        left: 5%;
    }

    .mv_content .mv02 {
        right: 5%;
        max-height: 410px;
    }

    .mv_content .mv02 .mv_app img {
        max-width: 490px;
        width: 43vw;
    }
}

/*------------------------------------
MV 1000px以下
------------------------------------*/
@media screen and (max-width: 1000px) {
    .mv_content {
        padding: 8rem 0 0 0;
    }

    .mv_content .mvArea {
        flex-wrap: wrap;
    }

    .mv_content .mv01 {
        width: 90%;
        position: inherit;
        left: auto;
        margin: 0 auto;
    }

    .mv_content .mv01 .mv_catch {
        max-width: 560px;
        margin: 0 auto 3rem auto;
        width: 80vw;
    }

    .mv_content .mv02 {
        max-height: 350px;
        position: inherit;
        right: auto;
        bottom: auto;
    }

    .mv_content .mv02 .mv_app {
        margin-right: 3em;
        text-align: center;
    }

    .mv_content .mv02 .mv_app img {
        max-width: 450px;
        width: 50vw;
    }
}

/*------------------------------------
MV 834px以下
------------------------------------*/
@media screen and (max-width: 834px) {
    .mv_content {
        margin-bottom: 100px;
    }

    .mv_content .mv01 {
        width: 100%;
        max-width: 580px;
    }

    .mv_content .mv01 .btArea {
        margin: 0 auto 4rem auto;
        display: block;
    }

    .mv_content .mv02 {
        max-height: inherit;
    }

    .mv_content .mv02 .mv_app {
        margin-right: 4em;
    }

    .mv_content .mv02 .mv_app img {
        max-width: 420px;
    }

    .mv_content .mv01 .btArea a {
        max-width: 550px;
    }

    .mv_content .mv01 .btArea a:first-child {
        margin-right: 0;
        margin-bottom: 1.5rem;
    }
}

/*------------------------------------
MV 480px以下
------------------------------------*/
@media screen and (max-width: 480px) {
    .mv_content {
        padding: 7rem 0 0 0;
        margin-bottom: 170px;
    }

    .mv_content .mvArea {
        padding: 0 1.5rem;
    }

    .mv_content .mv01 .mv_catch {
        max-width: 335px;
        margin: 0 auto 2rem auto;
    }

    .mv_content .mv02 {
        max-height: 270px;
    }

    .mv_content .mv02 .mv_app {
        margin-right: 0;
        overflow: hidden;
    }

    .mv_content .mv02 .mv_app img {
        max-width: 360px;
        width: 100%;
    }

    .mv_content .mv01 .btArea a:first-child {
        margin-bottom: 18px;
    }
}

/*--------------------------------------------

 header

--------------------------------------------*/
.header-container {
    background-color: inherit;
    position: fixed !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 9999;
}

.header-container-in {
    max-width: 1600px;
    margin: auto;
}

.hdbox-header {
    padding: 1em;
    display: flex;
    align-items: end;
}

/* headerのサイト名 */
.hdbox-sitename .site-logo-image {
    width: 340px;
}

.hdbox-sitename .site-logo-image.main_logo_tab {
    display: none;
}

.hdbox-sitename .logo-image {
    padding: 0;
}

.hdbox-sitename .site-name-text-link {
    padding: 0;
}

/* inputを非表示 */
.hdbox-header .input-hidden {
    display: none;
}

/* メニュー */
.hdbox-header .menu-header {
    list-style: none;
    width: 840px;
}

.hdbox-header .menu-header .item-label {
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: bold;
}

.hdbox-header .menuboxArea {
    display: flex;
    background-color: #fff;
    height: 80px;
    width: 100%;
    align-items: center;
    border-radius: 0 12px 12px 0;
}

.hdbox-header .menuboxArea .hamburger-hd-menubox .menu-header {
    width: 840px;
    padding-left: 60px;
}

.hdbox-header .menuboxArea .hamburger-hd-menubox .hamburger-hd-menuwrap {
    display: flex;
    align-items: center;
}

.hdbox-header .menuboxArea .hamburger-hd-menubox .hamburger-hd-menulist li {
    margin: 0 24px;
}

.hdbox-header .hamburger-hd-menubox .menu-pc {
    display: flex;
}

.hdbox-header .hamburger-hd-menulist li a {
    text-decoration: none;
    color: #333;
    /* メニューリストの文字色 */
    padding: .5em 0 26px 0;
    display: block;
    position: relative;
}

/* メニューの二重丸 */
.hdbox-header .hamburger-hd-menulist li a::after {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #00A9EA;
    border: 3px solid #00A9EA;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #00A9EA;
    box-sizing: border-box;
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transition: all 0.5s;
}

.hdbox-header .hamburger-hd-menulist li a:hover {
    color: #2978be;
    transform: scale(1.05);
}

.hdbox-header .hamburger-hd-menulist li a:hover::after {
    background-color: #2978be;
    border: 3px solid #2978be;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #2978be;
}

/* ボタン */
.hdbox-header .menuboxArea .btArea {
    display: flex;
    align-items: center;
}

.hdbox-header .menuboxArea .btArea .header__btn {
    font-size: 15px;
    color: #fff;
    background-color: #2978be;
    border-radius: 6px;
    padding: 12px 2rem 12px 1.8rem;
    margin: 0.2rem;
    width: auto;
    min-width: 210px;
}

.hdbox-header .menuboxArea .btArea .header__btn:last-child {
    background-color: #3EB7BA;
}

.hdbox-header .menuboxArea .btArea .header__btn:hover {
    background-color: #333;
}

/*追従時のメニュー*/
.header-container.fixed-header {
    background-color: #fff;
}

.header-container.fixed-header .hdbox-header {
    align-items: center;
    padding: 0.2rem 0.5rem;
}

.header-container.fixed-header .hdbox-sitename .site-logo-image {
    width: 220px;
    margin-top: -5px;
    max-height: 70px;
}

.header-container.fixed-header .menuboxArea .hamburger-hd-menubox {}

.header-container.fixed-header .hdbox-header .menu-header .item-label {
    font-size: 14px;
}

.header-container.fixed-header .hdbox-header .menuboxArea .menu-header {
    padding-left: 10px;
    width: 690px;
    justify-content: center;
}

.header-container.fixed-header .hdbox-header .menuboxArea .hamburger-hd-menubox .hamburger-hd-menulist li {
    margin: 0 20px;
}

/* ボタン */
.header-container.fixed-header .hdbox-header .menuboxArea .btArea .header__btn {
    padding: 12px 1rem 12px 0.5rem;
    min-width: 180px;
    font-size: 14px;
}

/*------------------------------------
header 1600px以下
------------------------------------*/
@media screen and (max-width: 1600px) {
    .header-container {
        margin-top: 20px;
    }

    .header-container-in {
        max-width: 1256px;
    }

    .hdbox-header {
        padding: 0 1em;
        border-radius: 8px;
    }

    /* headerのサイト名 */
    .hdbox-sitename .site-logo-image {
        width: 225px;
    }

    .hdbox-sitename .site-logo-image.main_logo_pc {
        display: none;
    }

    .hdbox-sitename .site-logo-image.main_logo_tab {
        display: inline-block;
    }

    /* メニュー */
    .hdbox-header .menuboxArea {
        width: 996px;
        height: 77px;
    }

    .hdbox-header .menuboxArea .hamburger-hd-menubox {
        width: 985px;
    }

    .hdbox-header .menuboxArea .hamburger-hd-menubox .menu-header {
        padding-left: 10px;
        width: 637px;
    }

    .hdbox-header .menuboxArea .hamburger-hd-menubox .hamburger-hd-menulist li {
        margin: 0 15px;
    }

    .hdbox-header .menu-header .item-label {
        font-size: 15px;
    }

    /* ボタン */
    .hdbox-header .menuboxArea .btArea .header__btn {
        padding: 12px 1rem 12px 0.5rem;
        min-width: 180px;
    }

    /*追従時のメニュー*/
    .header-container.fixed-header {
        margin-top: 0;
    }

    .header-container-in.hlt-top-menu .logo-header img {
        height: 70px;
        width: auto !important;
        margin-top: -8px;
    }

    .hdbox-header .menuboxArea .btArea .header__btn {
        min-width: 170px !important;
    }

    .header-container.fixed-header .hdbox-header .menuboxArea .hamburger-hd-menubox .hamburger-hd-menulist li {
        margin: 0 16px;
    }
}

/*------------------------------------
header 1256px以下
------------------------------------*/
@media screen and (max-width: 1256px) {
    .hdbox-header {
        border-radius: 0;
        padding: 0.2em 1em 0.2em 0.2em;
        background-color: #fff;
    }

    .header-container {
        margin-top: 0;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
    }

    .hdbox-header .menuboxArea {
        height: 60px;
        width: auto;
    }

    .hdbox-header .menuboxArea .hamburger-hd-menubox .menu-header {
        margin-bottom: 7vw;
        max-width: 500px;
    }

    .hdbox-header .menuboxArea .hamburger-hd-menubox {
        width: auto;
    }

    /* headerのサイト名 */
    .hdbox-sitename .site-logo-image {
        vertical-align: top;
        width: 220px;
    }

    .header-container.fixed-header .hdbox-sitename .site-logo-image {
        width: 170px;
    }

    .hdbox-sitename .site-logo-image.main_logo_pc {
        display: inline-block;
    }

    .hdbox-sitename .site-logo-image.main_logo_tab {
        display: none;
    }

    /*追従時のメニュー*/
    .header-container.fixed-header .hdbox-sitename .site-logo-image {
        max-height: 60px;
    }

    /*スマホ用に調整　メニュー*/
    .hdbox-header .menuboxArea .hamburger-hd-menubox .hamburger-hd-menuwrap {
        display: block;
    }

    .hdbox-header .hamburger-hd-menubox .menu-pc {
        display: block;
    }

    .hdbox-header .menuboxArea .hamburger-hd-menubox .menu-header {
        width: auto;
    }

    .hdbox-header .menuboxArea .hamburger-hd-menubox .hamburger-hd-menulist li {
        border-bottom: dashed 1px #2978be;
        text-align: center;
        margin: 0;
    }

    .hdbox-header .hamburger-hd-menulist li a::after {
        display: none;
    }

    .hdbox-header .hamburger-hd-menulist li a {
        padding: 0.8em 0 0.8em 0;
    }

    /*ボタン*/
    .hdbox-header .menuboxArea .btArea {
        display: block;
    }

    .hdbox-header .menuboxArea .btArea .header__btn {
        min-width: auto;
        width: 90%;
        max-width: 350px;
        margin: 10px;
    }

    /* hamburgerここから */
    /* label */
    .hdbox-header .hamburger-hd-switch {
        position: absolute;
        right: 3%;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        z-index: 9999;
        width: 4em;
        /* アイコン（クリック可能領域）の幅 */
        height: 4em;
        /* アイコン（クリック可能領域の）高さ */
    }

    /* メニュー展開時にハンバーガーアイコンを固定 */
    .#hamburger-hd1:checked ~ .hamburger-hd-switch {
        position: fixed;
    }

    /* ハンバーガーアイコン */
    .hdbox-header .hamburger-switch-line1,
    .hdbox-header .hamburger-switch-line1:before,
    .hdbox-header .hamburger-switch-line1:after {
        width: 25px;
        height: 3px;
        background: #333;
        /* ハンバーガーアイコンの色 */
        position: absolute;
        top: 50%;
        left: 50%;
        transition: .3s;
        content: "";
    }

    .hdbox-header .hamburger-switch-line1 {
        transform: translate(-50%, -50%);
    }

    .hdbox-header .hamburger-switch-line1:before {
        transform: translate(-50%, -300%);
    }

    .hdbox-header .hamburger-switch-line1:after {
        transform: translate(-50%, 200%);
    }

    /* ハンバーガーアイコン･アニメーション */
    #hamburger-hd1:checked ~ .hamburger-hd-switch .hamburger-switch-line1 {
        width: 0;
    }

    #hamburger-hd1:checked ~ .hamburger-hd-switch .hamburger-switch-line1:before {
        transform: rotate(45deg) translate(-40%, 325%);
    }

    #hamburger-hd1:checked ~ .hamburger-hd-switch .hamburger-switch-line1:after {
        transform: rotate(-45deg) translate(-40%, -325%);
    }

    /* メニューエリア */
    .hdbox-header .hamburger-hd-menuwrap {
        position: fixed;
        height: 100%;
        background: #fafafa;
        /* メニューエリアの背景色 */
        padding: 5em 3% 2em;
        z-index: 9998;
        transition: .3s;
        overflow-y: scroll;
        /* メニュー内容が多い場合に縦スクロールする */
        top: 0;
        left: 100%;
        width: 80%;
    }

    /* メニューリスト */
    .hdbox-header .hamburger-hd-menulist {
        margin: auto;
        padding-left: 0 !important;
        /* !important不要な場合もあり */
        list-style: none;
    }


    /* メニューエリア･アニメーション */
    /* 右から */
    #hamburger-hd1:checked ~ .hamburger-hd-menuwrap {
        left: 20%;
    }

    /* コンテンツカバー */
    #hamburger-hd1:checked ~ .hamburger-hd-cover {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 9997;
        background: rgba(3, 3, 3, .5);
        display: block;
    }

    /* ページ内リンクのズレ対策（固定ヘッダー分） */
    #about_content,
    #service_content {
        scroll-margin-top: 70px;
        /* ヘッダーの高さに合わせて調整 */
    }
}

/*------------------------------------
header 834px以下
------------------------------------*/
@media screen and (max-width: 834px) {

    /* headerのサイト名 */
    .hdbox-sitename .site-logo-image {
        width: 150px;
        margin-top: -5px;
    }
}

/*--------------------------------------------

 子ページのheader

--------------------------------------------*/

.pageTitle::after {
    content: "";
    background-image: url(./img/white_wave_bg.svg);
    background-repeat: repeat-x;
    width: 100%;
    height: 64px;
    position: absolute;
    left: 0;
    bottom: -6px;
    background-position: center;
    background-size: 1320px;
}

.pageTitle {
    background: linear-gradient(180deg, #91D0D3, #2679BF);
    padding: 200px 24px 150px 24px;
    text-align: center;
    color: #FFF;
    font-size: 22px;
    letter-spacing: 2.5px;
    position: relative;
}

/*------------------------------------
子ページのheader 1600px以下
------------------------------------*/
@media screen and (max-width: 1600px) {
    .pageTitle {
        padding: 160px 24px 150px 24px;
    }
}

/*------------------------------------
子ページのheader 1256px以下
------------------------------------*/
@media screen and (max-width: 1256px) {
    .pageTitle {
        padding: 120px 24px 110px 24px;
        font-size: 18px;
    }
}

/*--------------------------------------------

 パンくず

--------------------------------------------*/
.breadcrumb {
    margin: 0 auto 1em;
    padding: 0 1em;
}

/*--------------------------------------------

 CTA

--------------------------------------------*/
.cta_content {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    background: linear-gradient(to bottom, #91D0D3 20%, #2978be 100%);
    color: #fff;
    position: relative;
}

.cta_content .ctaArea {
    padding: 2rem 29px 8rem 29px;
}

/*CTAタイトル*/
.cta_content .cta_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
}

.cta_content .cta_ttl .character_img {
    padding-right: 35px;
    margin-left: -96px;
}

.cta_content .cta_ttl h2 {
    font-weight: 900;
    font-size: 28px;
}

.cta_content .cta_ttl .fukidashi {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 7px 40px;
    color: #2978BE;
    background: #fff;
    border-radius: 45px;
}

.cta_content .cta_ttl .fukidashi:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: -8px;
    margin-left: -15px;
    border: 10px solid transparent;
    border-right: 15px solid #fff;
}

/*フォーム部分*/
.ctaArea .cta_formArea {
    display: flex;
    border-bottom: solid 1px #fff;
    color: #fff;
}

.ctaArea .cta_formArea .left,
.ctaArea .cta_formArea .right {
    width: 50%;
    text-align: center;
    margin-bottom: 3rem;
}

.ctaArea .cta_formArea .left img,
.ctaArea .cta_formArea .right img {
    margin-bottom: 1rem;
}

.ctaArea .cta_formArea .left p,
.ctaArea .cta_formArea .right p {
    font-weight: bold;
    margin-bottom: 1rem;
}

.ctaArea .cta_formArea .left .btArea a,
.ctaArea .cta_formArea .right .btArea a {
    max-width: 360px;
    padding: 10px 3% 10px 3%;
}

.ctaArea .cta_formArea .left {
    border-right: dashed 2px #fff;
}

/*TEL部分*/
.ctaArea .cta_telArea {
    margin-top: 1rem;
    color: #fff;
}

.ctaArea .cta_telArea .cta_telAreaIn {
    display: flex;
    justify-content: space-between;
    align-items: anchor-center;
}

.ctaArea .cta_telArea .cta_telAreaIn .tel_numArea {
    display: flex;
}

.ctaArea .cta_telArea .cta_telAreaIn .tel_num {
    color: #fff;
}

.ctaArea .cta_telArea .cta_telAreaIn .tel_num span {
    color: #FFE100;
    font-weight: 800;
}

.ctaArea .cta_telArea .cta_telAreaIn .tel_num.tel01 {
    margin-right: 1rem;
}

.ctaArea .cta_telArea .cta_telAreaIn .tel_ttl {
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
}

.ctaArea .cta_telArea .cta_telAreaIn .tel_num p {
    line-height: 1.3;
}

/*------------------------------------
CTA 1256px以下
------------------------------------*/
@media screen and (max-width: 1256px) {
    .cta_content .cta_ttl .character_img {
        margin-left: 0;
    }

    /*フォーム部分*/
    .ctaArea .cta_formArea {
        margin-bottom: 2rem;
    }

    /*TEL部分*/
    .ctaArea .cta_telArea .cta_telAreaIn .tel_numArea {
        justify-content: center;
        margin-top: 1rem;
    }

    .ctaArea .cta_telArea .cta_telAreaIn {
        display: block;
        text-align: center;
    }

    .ctaArea .cta_telArea .cta_telAreaIn img {
        width: 100px;
        margin-bottom: 1rem;
    }
}

/*------------------------------------
CTA 834px以下
------------------------------------*/
@media screen and (max-width: 834px) {
    .cta_content .ctaArea {
        padding: 1rem 16px 7rem 16px;
    }

    /*CTAタイトル*/
    .cta_content .cta_ttl {
        flex-wrap: wrap;
        margin-bottom: 3rem;
    }

    .cta_content .cta_ttl h2 {
        font-size: 24px;
        line-height: 1.5;
    }

    .cta_content .cta_ttl .character_img {
        padding-right: 0;
        order: 2;
        width: 100%;
        text-align: center;
    }

    .cta_content .cta_ttl .fukidashi {
        border-radius: 14px;
        text-align: center;
        margin-bottom: 2rem;
        padding: 7px 2em;
    }

    .cta_content .cta_ttl .fukidashi::before {
        border: 15px solid transparent;
        border-top: 15px solid #fff;
        top: 100%;
        left: 50%;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
    }

    /*フォーム部分*/
    .ctaArea .cta_formArea {
        display: block;
    }

    .ctaArea .cta_formArea .left {
        border-right: 0;
        border-bottom: solid 1px #fff;
        padding-bottom: 3rem;
    }

    .ctaArea .cta_formArea .left,
    .ctaArea .cta_formArea .right {
        width: 100%;
    }

    .ctaArea .cta_formArea .left img,
    .ctaArea .cta_formArea .right img {
        width: 80px;
    }

    /*TEL部分*/
    .ctaArea .cta_telArea .cta_telAreaIn .tel_numArea {
        display: block;
        text-align: center;
    }

    .ctaArea .cta_telArea .cta_telAreaIn img {
        width: 80px;
    }

    .ctaArea .cta_telArea .cta_telAreaIn .tel_num.tel01 {
        margin-right: 0;
    }
}

/*------------------------------------
CTA 480px以下
------------------------------------*/
@media screen and (max-width: 480px) {

    /*CTAタイトル*/
    .cta_content .cta_ttl h2 {
        font-size: 20px;
    }
}

/*--------------------------------------------

 footer

--------------------------------------------*/
.footer::before {
    content: "";
    background-image: url(./img/blue_wave_bg.svg);
    background-repeat: repeat-x;
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0;
    top: -120px;
    background-position: center;
    background-size: 1320px;
}

.footer {
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
    margin-top: 360px;
}

#footer-in {
    padding: 0 29px;
}

/*ロゴ*/
.footer_logoArea .footer_logo {
    margin-bottom: 1.5rem;
}

#footer-in .footer_logoArea {
    width: 30%;
}


/*SNSボタン*/
.footer_logoArea .sns_link {
    text-align: center;
}

.footer_logoArea .sns_link img {
    width: 48px;
}

.footer_logoArea .sns_link a:first-child {
    margin-right: 0.8rem;
}

.footer_logoArea .sns_link a:hover {
    opacity: 0.7;
}

/*メニュー*/
#footer-in .footer_menu {
    margin-top: 5rem;
    display: flex;
    margin-bottom: 5rem;
    align-items: center;
}

#footer-in .navi-footer {
    width: 67%;
    margin-left: 3%;
}

.navi-footer-in > .menu-footer {
    justify-content: flex-start;
    text-align: left;
}

.navi-footer-in > .menu-footer li {
    width: 46%;
    border-left: none;
    border-bottom: solid 1px #fff;
    margin: 0.8rem 2% 0 2%;
    position: relative;
}

.navi-footer-in > .menu-footer li ::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    transform: rotate(45deg) translateY(-50%);
    width: 5px;
    height: 5px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #fff;
}

.navi-footer-in > .menu-footer li:last-child {
    border-right: none;
}

.navi-footer-in a {
    font-size: 16px;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    color: #fff;
}

.navi-footer-in a:hover {
    background-color: #115b9d;
    color: #fff;
}

/*コピーライト*/
.footer-bottom-content {
    float: none;
    text-align: center;
    background: #ffe100;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    color: #287ABF;
}

.copyright {
    font-size: 14px;
}

/*キャラクター*/
.footer_characterArea {
    position: relative;
}

.footer_characterArea img {
    position: absolute;
    top: 40px;
    left: calc(50% + 80px);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 480px;
}

/*------------------------------------
footer 834px以下
------------------------------------*/
@media screen and (max-width: 834px) {
    .footer {
        margin-top: 270px;
    }

    #footer-in {
        padding: 0 16px;
    }

    /*メニュー*/
    #footer-in .footer_menu {
        margin-top: 4rem;
        display: block;
    }

    .navi-footer-in > .menu-footer li.menu-item {
        width: 100%;
        margin: 0 auto 0 auto;
        max-width: 500px;
        border-bottom: solid 1px #fff;
    }

    .navi-footer-in > .menu-footer li.menu-item a {
        font-size: 15px;
        padding: 1rem 0.5rem 1rem 0.5rem;
    }

    #footer-in .navi-footer {
        width: 100%;
        margin-left: 0;
    }

    /*ロゴ*/
    #footer-in .footer_logoArea {
        width: 80%;
        margin: 0 auto 2rem auto;
        text-align: center;
        max-width: 340px;
    }

    /*SNSボタン*/
    .footer_logoArea .sns_link img {
        width: 50px;
    }

    .footer_logoArea .sns_link a:first-child {
        margin-right: 1.5rem;
    }

    /*キャラクター*/
    .footer_characterArea img {
        top: 0;
        left: 50%;
        width: 400px;
    }
}

/*------------------------------------
footer 480px以下
------------------------------------*/
@media screen and (max-width: 480px) {
    .footer {
        margin-top: 230px;
    }

    /*メニュー*/
    #footer-in .footer_menu {
        display: block;
    }

    .navi-footer-in > .menu-footer li.menu-item {
        width: 100%;
    }

    /*キャラクター*/
    .footer_characterArea img {
        top: 30px;
        width: 83%;
        max-width: 350px;
    }
}

/*--------------------------------------------

 カロリパークスとは

--------------------------------------------*/
.about_content {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    position: relative;
    margin-bottom: 4rem;
}

.about_content .aboutArea {
    position: relative;
}

.about_content .ttlArea {
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.about_content .txtArea {
    position: absolute;
    top: 450px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    text-align: center;
    font-weight: 800;
    font-size: 22px;
    line-height: 2;
    color: #2978be;
}

/*利用者数*/
.about_content .award {
    position: absolute;
    bottom: 230px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    text-align: center;
}

.about_content .award img:first-child {
    margin-bottom: 40px;
}

/*背景*/
.about_content .about_bg_left {
    position: absolute;
    right: -800px;
    bottom: 1px;
    height: 64px;
    width: 1000px;
    background: linear-gradient(to right, #91D0D3 0%, #2978be 100%);
}

/*左上コメント*/
.about_content .commentArea {
    position: absolute;
    top: 100px;
    left: 8%;
}

.about_content .commentArea img {
    width: 220px;
}

/*右上モックアップ*/
.about_content .mockuptArea {
    position: absolute;
    top: 200px;
    right: 16px;
}

/*キャラクター*/
.about_content .characterArea {
    position: absolute;
    bottom: 63px;
    right: 16px;
}

.about_content .characterArea img {
    width: 380px;
}

/*ロゴスライダー*/
.retentionLogoArea {
    display: none;
}

.retentionLogo_content {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding-bottom: 6rem;
    position: relative;
}

.retentionLogo_content::after {
    content: "";
    background-image: url(./img/green_wave_bg.svg);
    background-repeat: repeat-x;
    width: 100%;
    height: 64px;
    position: absolute;
    left: 0;
    bottom: -6px;
    background-position: center;
    background-size: 1320px;
}

.retentionLogo_content .retentionSlide .retention__img01 {
    width: 100%;
    height: 100px;
    position: relative;
    background-image: url(./img/logo_slider01.jpg);
    background-color: #fff;
    background-repeat: repeat-x;
    background-size: auto 100%;
    padding: 30px 0;
    -webkit-animation: retention_ani_01 100s linear infinite;
    animation: retention_ani_01 100s linear infinite;
    margin-bottom: 16px;
}

@keyframes retention_ani_01 {
    from {
        background-position: 0 0
    }

    to {
        background-position: -4900px 0
    }
}

/*------------------------------------
カロリパークスとは 1256px以下
------------------------------------*/
@media screen and (max-width: 1256px) {
    .about_content {
        margin: auto;
        width: auto;
    }

    .about_content .aboutArea {
        padding-bottom: 18rem;
        width: auto;
        margin-bottom: 3rem;
    }

    /*背景*/
    .about_content .about_bg,
    .about_content .about_bg_left {
        display: none;
    }

    .about_content .ttlArea {
        position: inherit;
        top: inherit;
        left: inherit;
        transform: inherit;
        -webkit-transform: inherit;
        -ms-transform: inherit;
        text-align: center;
    }

    .about_content .ttlArea img {
        width: 80%;
        max-width: 400px;
    }

    .about_content .txtArea {
        position: inherit;
        top: inherit;
        left: inherit;
        transform: inherit;
        -webkit-transform: inherit;
        -ms-transform: inherit;
        font-size: 18px;
        margin-bottom: 4rem;
    }

    /*利用者数*/
    .about_content .award {
        position: inherit;
        bottom: inherit;
        left: inherit;
        transform: inherit;
        -webkit-transform: inherit;
        -ms-transform: inherit;
    }

    .about_content .award img {
        width: 270px;
    }

    .about_content .award img:first-child {
        margin-bottom: 0;
        margin-right: 32px;
    }

    /*左上コメント*/
    .about_content .commentArea {
        top: -70px;
    }

    .about_content .commentArea img {
        width: 17vw;
    }

    /*右上モックアップ*/
    .about_content .mockuptArea {
        top: 70px;
        right: 3%;
    }

    .about_content .mockuptArea img {
        width: 18vw;
        max-width: 240px;
    }

    /*キャラクター*/
    .about_content .characterArea {
        margin: 0 calc(50% - 50vw);
        width: 100vw;
        background: linear-gradient(to right, #91D0D3 20%, #2978be 100%);
        height: 16px;
        bottom: 0px;
        right: 0;
    }

    .about_content .characterArea img {
        max-width: 300px;
        width: 25vw;
        position: absolute;
        bottom: 15px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
}

/*------------------------------------
カロリパークスとは 1000px以下
------------------------------------*/
@media screen and (max-width: 1000px) {
    .about_content .ttlArea img {
        max-width: 340px;
    }

    /*利用者数*/
    .about_content .award img {
        width: auto;
        height: 72px;
    }

    /*左上コメント*/
    .about_content .commentArea {
        left: 4%;
    }

    /*右上モックアップ*/
    .about_content .mockuptArea {
        top: -30px;
    }

    /*キャラクター*/
    .about_content .characterArea img {
        width: 35vw;
    }
}

/*------------------------------------
カロリパークスとは 834px以下
------------------------------------*/
@media screen and (max-width: 834px) {
    .about_content .aboutArea {
        padding-bottom: 16rem;
    }

    .about_content .ttlArea img {
        max-width: 340px;
        width: 52vw;
    }

    .about_content .txtArea {
        font-size: 15px;
        margin-bottom: 2rem;
    }

    /*利用者数*/
    .about_content .award img:first-child {
        margin: 0;
    }

    .about_content .award img {
        width: auto;
        height: 72px;
        margin: 10px !important;
    }

    /*左上コメント*/
    .about_content .commentArea {
        position: absolute;
        top: -180px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }

    .about_content .commentArea img {
        width: 160px;
        transform: rotate(16deg);
    }

    /*右上モックアップ*/
    .about_content .mockuptArea {
        display: none;
    }

    /*キャラクター*/
    .about_content .characterArea img {
        max-width: inherit;
        width: 270px;
    }
}

/*------------------------------------
カロリパークスとは 480px以下
------------------------------------*/
@media screen and (max-width: 480px) {
    .about_content .aboutArea {
        padding-bottom: 15.5rem;
    }

    .about_content .ttlArea img {
        max-width: 260px;
        width: 80%;
    }

    .about_content .txtArea {
        text-align: left;
    }

    .about_content .txtArea br {
        display: none;
    }

    /*利用者数*/
    .about_content .award img {
        height: 62px;
    }

    /*左上コメント*/
    .about_content .commentArea {
        top: -140px;
    }

    .about_content .commentArea img {
        width: 120px;
        transform: rotate(0deg);
    }

    /*キャラクター*/
    .about_content .characterArea img {
        max-width: 270px;
        width: 76vw;
    }
}

/*--------------------------------------------

 お悩み・解決とは

--------------------------------------------*/
/*--------------------------------------------
 お悩み
--------------------------------------------*/

.onayami_content {
    background-color: #91D0D3;
    margin: 0 calc(50% - 50vw);
    margin-top: 0px;
    width: 100vw;
    position: relative;
}

.onayami_content::after {
    content: "";
    background-image: url(./img/white_blue_wave_bg.svg);
    background-repeat: repeat-x;
    width: 100%;
    height: 64px;
    position: absolute;
    left: 0;
    bottom: -6px;
    background-position: center;
    background-size: 1320px;
}

.onayami_content::before {
    content: "";
    background-image: url(./img/green_wave_bg.svg);
    background-repeat: repeat-x;
    width: 100%;
    height: 64px;
    position: absolute;
    left: 0;
    top: -40px;
    background-position: center;
    background-size: 1320px;
}

.onayami_content .onayamiArea {
    padding: 6rem 29px 20rem 29px;
}

.onayami_content .troubleArea {
    position: relative;
}

/*タイトル*/
.onayami_content .troubleArea .trouble_ttl {
    text-align: center;
}

.onayami_content .troubleArea .trouble_ttl img {
    width: 430px;
}

/*お悩みリスト*/
.onayami_content .trouble_List {
    display: flex;
    background-color: #FFE100;
    border-radius: 250px;
    margin-top: -10px;
    padding: 1.5em 2em 2.5em 2em;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}

.onayami_content .trouble_List .trouble_ListIn {
    width: 22%;
    display: flex;
    flex-direction: column;
    margin: 0 0.5%;
}

/*お悩み上部キャラクター*/
.onayami_content .trouble_List .trouble_ListIn .imgArea img {
    margin-bottom: -20px;
    position: relative;
}

/*お悩みテキスト*/
.onayami_content .trouble_List .trouble_ListIn .txtArea {
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    border-radius: 8px;
    padding: 1em 10px;
    flex-grow: 1;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.onayami_content .trouble_List .trouble_ListIn .txtArea br.br_tab {
    display: none;
}

/*1つ目のお悩み*/
.onayami_content .trouble_List .trouble_ListIn:first-child .txtArea {
    background-color: #2778bd;
}

/*2つ目のお悩み*/
.onayami_content .trouble_List .trouble_ListIn:nth-child(2) .txtArea {
    background-color: #4b94d2;
}

/*3つ目のお悩み*/
.onayami_content .trouble_List .trouble_ListIn:nth-child(3) .txtArea {
    background-color: #329ed5;
}

/*4つ目のお悩み*/
.onayami_content .trouble_List .trouble_ListIn:last-child .txtArea {
    background-color: #4db0dd;
}

/*矢印*/
.onayami_content .troubleArea .arrow {
    text-align: center;
}

/*------------------------------------
お悩み 1256px以下
------------------------------------*/
@media screen and (max-width: 1256px) {

    /*タイトル*/
    .onayami_content .troubleArea .trouble_ttl img {
        width: 50%;
        max-width: 400px;
    }

    /*お悩みリスト*/
    .onayami_content .trouble_List {
        border-radius: 16px;
        padding: 0.5em 1.5em 2em 1.5em;
    }

    .onayami_content .trouble_List .trouble_ListIn {
        width: 48%;
        margin: 0.5em 1%;
    }

    /*お悩み上部キャラクター*/
    .onayami_content .trouble_List .trouble_ListIn .imgArea {
        text-align: center;
    }

    .onayami_content .trouble_List .trouble_ListIn .imgArea img {
        width: 220px;
    }

    /*お悩みテキスト*/
    .onayami_content .trouble_List .trouble_ListIn .txtArea {
        min-height: 130px;
    }

    .onayami_content .trouble_List .trouble_ListIn .txtArea br {
        display: none;
    }

    .onayami_content .trouble_List .trouble_ListIn .txtArea br.br_tab {
        display: block;
    }

    /*矢印*/
    .onayami_content .troubleArea .arrow {
        margin-top: -40px;
    }
}

/*------------------------------------
お悩み 834px以下
------------------------------------*/
@media screen and (max-width: 834px) {
    .onayami_content .onayamiArea {
        padding: 3rem 16px 17rem 16px;
    }

    /*タイトル*/
    .onayami_content .troubleArea .trouble_ttl img {
        width: 60%;
        max-width: 360px;
    }

    /*お悩みリスト*/
    .onayami_content .trouble_List {
        padding: 0.5em 1em 1.5em 1em;
    }

    .onayami_content .trouble_List .trouble_ListIn {
        width: 47%;
        margin: 0.5em 1.5%;
    }

    /*お悩み上部キャラクター*/
    .onayami_content .trouble_List .trouble_ListIn .imgArea {}

    .onayami_content .trouble_List .trouble_ListIn .imgArea img {
        width: 100%;
        max-width: 180px;
    }

    /*お悩みテキスト*/
    .onayami_content .trouble_List .trouble_ListIn .txtArea {
        font-size: 16px;
        min-height: auto;
    }

    .onayami_content .trouble_List .trouble_ListIn .txtArea br {
        display: block;
    }
}

/*------------------------------------
お悩み 480px以下
------------------------------------*/
@media screen and (max-width: 480px) {

    /*タイトル*/
    .onayami_content .troubleArea .trouble_ttl img {
        width: 80%;
        max-width: 300px;
    }

    /*お悩みリスト*/
    .onayami_content .trouble_List {
        padding: 1em 1em 1em 1em;
    }

    .onayami_content .trouble_List .trouble_ListIn {
        width: 100%;
        margin: 0 0 0.5em 0;
    }

    /*お悩みテキスト*/
    .onayami_content .trouble_List .trouble_ListIn .txtArea {
        font-size: 15px;
        min-height: 100px;
        line-height: 1.7;
    }

    .onayami_content .trouble_List .trouble_ListIn .txtArea br {
        display: none;
    }

    /*矢印*/
    .onayami_content .troubleArea .arrow {
        margin-top: 0;
    }

    .onayami_content .troubleArea .arrow img {
        width: 80px;
    }
}

/*--------------------------------------------
 解決
--------------------------------------------*/
.onayami_content .kaiketsuArea {
    background-color: #fff;
    border-radius: 300px;
    border: solid 10px #2978be;
    max-width: 1080px;
    margin: -40px auto 0 auto;
}

.onayami_content .kaiketsuAreaIn {
    padding: 3em 5em 1em 5em;
}

/*タイトル*/
.onayami_content .kaiketsuAreaIn .kaiketsu_ttl {
    text-align: center;
    margin-bottom: 3rem;
}

.onayami_content .kaiketsuAreaIn .kaiketsu_ttl img {
    width: 75%;
    max-width: 630px;
}

/*キャラクター*/
.onayami_content .kaiketsuAreaIn .kaiketsu_character {
    text-align: center;
}

/*------------------------------------
 解決 834px以下
------------------------------------*/
@media screen and (max-width: 834px) {
    .onayami_content .troubleArea_02 {
        border: solid 6px #2978be;
        background-color: #fff;
        border-radius: 16px;
        padding: 2.5em 1.5em 3em 1.5em;
    }

    .onayami_content .kaiketsuArea {
        border: 0;
        margin: 0px auto 0 auto;
        background-color: inherit;
    }

    .onayami_content .kaiketsuAreaIn {
        padding: 0;
    }

    /*タイトル*/
    .onayami_content .kaiketsuAreaIn .kaiketsu_ttl {
        margin-bottom: 2rem;
    }

    .onayami_content .kaiketsuAreaIn .kaiketsu_ttl img {
        width: 95%;
        max-width: 460px;
    }
}

/*------------------------------------
 解決 480px以下
------------------------------------*/
@media screen and (max-width: 480px) {
    .onayami_content .kaiketsuAreaIn .kaiketsu_character {
        width: 30%;
        margin: auto;
    }
}

/*--------------------------------------------
 3つの理由
--------------------------------------------*/
/*タイトル*/
.onayami_content .featureArea .feature_ttl {
    margin-top: -80px;
    text-align: center;
}

/*リスト*/
.onayami_content .featureArea .featureList {
    background-color: #fff;
    border-radius: 14px;
    border: solid 10px #2978be;
    margin-top: -40px;
    padding: 5em 3em 1em 3em;
    margin-bottom: 4em;
}

.onayami_content .featureArea .featureList .feature_item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 4em;
    align-items: center;
}

/*テキスト*/
.onayami_content .featureArea .featureList .feature_item .txtArea {
    width: 50%;
}

.onayami_content .featureArea .featureList .feature_item .txtArea .kome {
    display: flex;
    justify-content: end;
    margin-top: 10px;
}

.onayami_content .featureArea .featureList .feature_item .txtArea h3 {
    font-size: 30px;
    color: #2978be;
    font-weight: 900;
    border-bottom: dashed 2px #2978be;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    line-height: 1.5;
}

.onayami_content .featureArea .featureList .feature_item .txtArea h3 span {
    display: block;
    margin-bottom: 16px;
}

.onayami_content .featureArea .featureList .feature_item .txtArea h3 span img {
    width: 180px;
}

/*画像*/
.onayami_content .featureArea .featureList .feature_item .imgArea {
    width: 45%;
    margin-left: 5%;
}

.onayami_content .featureArea .featureList .feature_item .imgArea .kome li {
    display: flex;
    justify-content: end;
    margin-top: 10px;
}

/*リスト リバース*/
.onayami_content .featureArea .featureList .feature_item.img_left .txtArea {
    order: 2;
}

.onayami_content .featureArea .featureList .feature_item.img_left .imgArea {
    order: 1;
    margin-left: 0;
    margin-right: 5%;
}

/*ボタン*/
.featureAreaIn .btArea a {
    margin: 0 20px;
    max-width: 410px;
}

/*キャラクター*/
.onayami_content .character_img {
    position: absolute;
    bottom: 30px;
    overflow: hidden;
    height: 230px;
    width: 1256px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

/*------------------------------------
3つの理由 1256px以下
------------------------------------*/
@media screen and (max-width: 1256px) {
    .onayami_content .featureArea .featureList {
        padding: 5em 2em 1em 2em;
    }

    /*リスト*/
    .onayami_content .featureArea .featureList .feature_item {
        margin-bottom: 3em;
    }

    /*ボタン*/
    .featureAreaIn .btArea a {
        margin: 10px;
    }

    /*キャラクター*/
    .onayami_content .character_img {
        width: auto;
        max-width: 440px;
    }
}

/*------------------------------------
3つの理由 834px以下
------------------------------------*/
@media screen and (max-width: 834px) {

    /*タイトル*/
    .onayami_content .featureArea .feature_ttl {
        margin-top: -40px;
    }

    .onayami_content .featureArea .feature_ttl img {
        max-width: 640px;
        width: 100%;
    }

    /*リスト*/
    .onayami_content .featureArea .featureList {
        padding: 0;
        max-width: 640px;
        margin: 3em auto 0 auto;
        border: 0;
    }

    .onayami_content .featureArea .featureList .feature_item {
        margin-bottom: 3em;
        border-bottom: dashed 2px #2978be;
        padding-bottom: 3em;
    }

    /*テキスト*/
    .onayami_content .featureArea .featureList .feature_item .txtArea {
        width: 100%;
        order: 1;
    }

    .onayami_content .featureArea .featureList .feature_item .txtArea h3 {
        font-size: 24px;
        text-align: center;
        border-bottom: 0;
        margin-bottom: 1em;
        padding-bottom: 0;
    }


    /*画像*/
    .onayami_content .featureArea .featureList .feature_item .imgArea {
        width: 95%;
        margin: 2em auto 0 auto;
        max-width: 500px;
        order: 2;
    }

    .onayami_content .featureArea .featureList .feature_item.img_left .imgArea {
        margin: 2em auto 0 auto;
        order: 2;
    }

    /*キャラクター*/
    .onayami_content .character_img {
        width: 85%;
        bottom: 0px;
        max-width: 350px;
    }
}

/*------------------------------------
3つの理由 480px以下
------------------------------------*/
@media screen and (max-width: 480px) {
    .onayami_content .troubleArea_02 {
        padding: 2em 1em 1.5em 1em;
    }

    /*タイトル*/
    .onayami_content .featureArea .feature_ttl {
        margin-top: 0;
    }

    /*リスト*/
    .onayami_content .featureArea .featureList {
        margin: 2em auto 0 auto;
    }

    .onayami_content .featureArea .featureList .feature_item {
        margin-bottom: 2em;
        padding-bottom: 2em;
    }

    /*テキスト*/
    .onayami_content .featureArea .featureList .feature_item .txtArea h3 {
        font-size: 22px;
    }

    .onayami_content .featureArea .featureList .feature_item .txtArea h3 br {
        display: block;
    }

    .onayami_content .featureArea .featureList .feature_item .txtArea h3 span {
        margin-bottom: 8px;
    }

    .onayami_content .featureArea .featureList .feature_item .txtArea h3 span img {
        width: 140px;
    }

}

/*--------------------------------------------

 サービスについて

--------------------------------------------*/
.service_content {
    background-color: #2978be;
    margin: 0 calc(50% - 50vw);
    margin-top: 0px;
    margin-top: 0px;
    width: 100vw;
    position: relative;
}

.service_content::after {
    content: "";
    background-image: url(./img/green_wave_bg.svg);
    background-repeat: repeat-x;
    width: 100%;
    height: 64px;
    position: absolute;
    left: 0;
    bottom: -6px;
    background-position: center;
    background-size: 1320px;
}

.service_contentIN {
    padding: 4rem 29px 0 29px;
}

/*サービスリスト*/
.service_content .serviceListIn {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.service_content .serviceListIn .service_item {
    background-color: #fff;
    border: solid 8px #FFE100;
    border-radius: 14px;
    margin: 10px;
    padding: 56px 24px 24px 24px;
    position: relative;
    width: 32%;
    margin: 40px 2% 40px 0;
}

.service_content .serviceListIn .service_item:nth-child(3),
.service_content .serviceListIn .service_item:nth-child(6),
.service_content .serviceListIn .service_item:nth-child(9) {
    margin-right: 0;
}

.service_content .serviceListIn .service_item .alph_icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: -50px;
}

.service_content .serviceListIn .service_item .alph_icon img {
    width: 90px;
}

.service_content .serviceListIn .service_item h3 {
    text-align: center;
    font-weight: 900;
    color: #2978be;
    font-size: 22px;
    border-bottom: dashed 3px #2978be;
    padding-bottom: 0.8em;
    margin-bottom: 0.8em;
}

/*------------------------------------
サービスについて 834px以下
------------------------------------*/
@media screen and (max-width: 834px) {
    .service_contentIN {
        padding: 0.2rem 16px 0 16px;
    }

    .service_content .serviceListIn .service_item {
        width: 100%;
        margin: 24px auto;
        max-width: 640px;
        border: solid 6px #FFE100;
        padding: 40px 24px 24px 24px;
    }

    .service_content .serviceListIn .service_item:nth-child(3),
    .service_content .serviceListIn .service_item:nth-child(6),
    .service_content .serviceListIn .service_item:nth-child(9) {
        margin-right: auto;
    }

    .service_content .serviceListIn .service_item h3 {
        font-size: 20px;
    }

    .service_content .serviceListIn .service_item h3 br {
        display: none;
    }

    .service_content .serviceListIn .service_item .alph_icon {
        width: 70px;
        top: -38px;
    }
}

/*------------------------------------
サービスについて 480px以下
------------------------------------*/
@media screen and (max-width: 480px) {
    .service_content .serviceListIn .service_item h3 {
        font-size: 18px;
    }

    .service_content .serviceListIn .service_item h3 br {
        display: block;
    }
}

/*--------------------------------------------

 レシート買取サービス

--------------------------------------------*/
.service_content .receiptArea {
    position: relative;
    background-color: #fff;
}

.service_content .receiptArea:before {
    content: " ";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    border-width: 0 80px 80px 0;
    border-style: solid;
    width: 0;
}

.service_content .receiptArea:before {
    border-color: #2978be #2978be #91D0D3 #91D0D3;
}

.service_content .receiptAreaIn {
    padding: 5rem 3rem 18rem 3rem;
    position: relative;
    margin-top: 5rem;
}

.service_content .receiptAreaIn::after {
    content: "";
    background-image: url(./img/blue_zigzag_bg.svg);
    background-repeat: repeat-x;
    width: 102%;
    height: 60px;
    position: absolute;
    left: 0;
    bottom: -10px;
    background-position: center;
    background-size: 1000px;
    transform: rotate(180deg);
}


/*タイトル*/
.service_content .receiptArea h3 {
    text-align: center;
}

.service_content .receiptArea h3 .receipt_ttl_01 {
    margin-bottom: 2.5rem;
    display: block;
}

.service_content .receiptArea h3 .receipt_ttl_01 img {
    width: 100%;
    max-width: 540px;
}

.service_content .receiptArea h3 .receipt_ttl_02 img {
    width: 100%;
    max-width: 780px;
}

/*キャッチ*/
.service_content .receiptArea .receipt_catch {
    text-align: center;
    margin-top: 1rem;
}

.service_content .receiptArea .receipt_catch p {
    background: url(./img/underline_01.png) repeat-x 50% 100%;
    padding-bottom: 15px;
    display: inline-block;
    font-size: 18px;
    font-weight: 800;
}

/*年間流通額*/
.service_content .receiptArea .receipt_price {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5.5rem;
}

.service_content .receiptArea .receipt_price .price p {
    font-size: 40px;
    font-weight: 900;
    color: #2978be;
    letter-spacing: 2px;
    display: flex;
    align-items: baseline;
    margin-bottom: -25px;
}

.service_content .receiptArea .receipt_price .price p span.fs_200 {
    margin: 4px;
}

.service_content .receiptArea .receipt_price .price .kome {
    display: flex;
    justify-content: end;
}

.service_content .receiptArea .receipt_price .caption {
    border: solid 3px #2978be;
    border-radius: 10px;
    color: #2978be;
    padding: 4px 1rem 6px 1rem;
    font-size: 22px;
    margin-right: 1rem;
    letter-spacing: normal;
    font-weight: 900;
    margin-top: 30px;
}

/*ポイント*/
.service_content .receiptArea .receipt_pointList {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 4rem;
}

.service_content .receiptArea .receipt_point_item {
    width: 32%;
    margin: 0 2% 0 0;
    background-color: #E9F5FF;
    border: solid 1px #2978be;
    padding: 3.8rem 1.2rem 1.2rem 1.2rem;
    border-radius: 12px;
    position: relative;
}

.service_content .receiptArea .receipt_point_item:last-child {
    margin-right: 0;
}

.service_content .receiptArea .receipt_point_item .poit_num {
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.service_content .receiptArea .receipt_point_item .poit_num {
    width: 90px;
}

.service_content .receiptArea .receipt_point_item .txtArea h3 {
    text-align: center;
    color: #2978be;
    font-weight: 900;
    line-height: 1.5;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 18px;
}

/*--------------------
利用カテゴリー
----------------------*/
/*タイトル*/
.service_content .receipt_category_ttl {
    position: relative;
    padding: 7px 10px;
    color: #fff;
    background-color: #2978be;
    text-align: center;
    margin: 0 auto 5rem auto;
    display: block;
    border-radius: 50px;
    max-width: 300px;
    width: 100%;
    font-size: 20px;
}

.service_content .receipt_category_ttl:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #2978be;
}

/*カテゴリーリスト*/
.service_content .receipt_category {
    margin-bottom: 5rem;
}

.service_content .receipt_categoryList {
    display: flex;
    flex-wrap: wrap;
}

.service_content .receipt_categoryList .receipt_category_item {
    width: 18.5%;
    text-align: center;
    background-color: #E9F5FF;
    color: #2978be;
    border-radius: 16px;
    margin: 1.5% 1.5% 0 0;
    padding: 1.8rem 1rem;
    position: relative;
    display: flex;
    flex-flow: column;
}

/*カテゴリーリスト アイコン*/
.service_content .receipt_categoryList .receipt_category_item .receipt_category_img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    flex-grow: 1;
}

.service_content .receipt_categoryList .receipt_category_img img {
    max-height: 70px;
}

.service_content .receipt_categoryList .txtArea p {
    font-weight: 900;
    font-size: 18px;
    line-height: 1.4;
}

/*カテゴリーリスト 上4つのみ反映*/
.service_content .receipt_categoryList .receipt_category_item:first-child,
.service_content .receipt_categoryList .receipt_category_item:nth-child(2),
.service_content .receipt_categoryList .receipt_category_item:nth-child(3),
.service_content .receipt_categoryList .receipt_category_item:nth-child(4) {
    width: 23.5%;
    padding: 4rem 1rem 2rem 1rem;
}

/*カテゴリーリスト 上4つの吹き出しコメント*/
.service_content .receipt_categoryList .receipt_category_comment {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
}

.service_content .receipt_categoryList .receipt_category_comment img {
    max-width: 180px;
}


/*キャラクター*/
.service_content .receiptAreaIn .characterArea {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.service_content .receiptAreaIn .characterArea img {
    max-width: 800px;
}

/*注釈*/
.service_content .receipt_note .kome {
    width: 1256px;
    margin: auto;
    color: #fff;
    display: flex;
    justify-content: flex-end;
    padding: 1rem 29px 11rem 29px;
}

/*------------------------------------
 レシート買取サービス 1256px以下
------------------------------------*/
@media screen and (max-width: 1256px) {
    .service_content .receiptAreaIn {
        padding: 5rem 3rem 15rem 3rem;
    }

    /*カテゴリーリスト 上4つの吹き出しコメント*/
    .service_content .receipt_categoryList .receipt_category_comment {
        top: -4.5vw;
    }

    .service_content .receipt_categoryList .receipt_category_comment img {
        max-width: 16vw;
    }

    /*キャラクター*/
    .service_content .receiptAreaIn .characterArea img {
        max-width: 700px;
    }

    /*注釈*/
    .service_content .receipt_note .kome {
        width: auto;
    }
}

/*------------------------------------
 レシート買取サービス 834px以下
------------------------------------*/
@media screen and (max-width: 834px) {
    .service_content .receiptAreaIn {
        padding: 4rem 1.5rem 15rem 1.5rem;
    }

    .service_content .receiptAreaIn::after {
        background-size: 680px;
        height: 40px;
    }

    .service_content .receiptArea:before {
        border-width: 0 48px 48px 0;
    }

    /*タイトル*/
    .service_content .receiptArea h3 .receipt_ttl_01 {
        width: 90%;
        margin: 0 auto 1.5rem auto;
        max-width: 480px;
    }

    .service_content .receiptArea h3 .receipt_ttl_02 img {
        max-width: 600px;
    }

    /*キャッチ*/
    .service_content .receiptArea .receipt_catch p {
        background: inherit;
        padding-bottom: 0;
        display: inline;
    }

    /*年間流通額*/
    .service_content .receiptArea .receipt_price {
        display: block;
        margin-bottom: 3.5rem;
    }

    .service_content .receiptArea .receipt_price .caption {
        text-align: center;
        display: block;
        font-size: 18px;
        max-width: 300px;
        margin: 32px auto 0 auto;
        padding: 1px 1rem 2px 1rem;
    }

    .service_content .receiptArea .receipt_price .price p {
        justify-content: center;
        margin-top: -20px;
        font-size: 38px;
    }

    .service_content .receiptArea .receipt_price .price .kome {
        justify-content: center;
    }

    /*ポイント*/
    .service_content .receiptArea .receipt_point_item {
        width: 100%;
        margin: 0 auto 24px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0;
        align-items: center;
        background-color: inherit;
        border: 0;
        margin-bottom: 2em;
        border-bottom: dashed 2px #2978be;
        padding-bottom: 2em;
        border-radius: 0;
    }

    .service_content .receiptArea .receipt_point_item .imgArea {
        width: 30%;
        margin-right: 3%;
    }

    .service_content .receiptArea .receipt_point_item .txtArea {
        width: 67%;
    }

    .service_content .receiptArea .receipt_point_item .poit_num {
        top: -1rem;
        left: 2rem;
        width: 64px;
    }

    .service_content .receiptArea .receipt_point_item .txtArea h3 {
        text-align: left;
    }

    /*カテゴリー*/
    .service_content .receipt_category_ttl {
        margin: 0 auto 3rem auto;
    }

    .service_content .receiptArea .receipt_pointList {
        margin-bottom: 2rem;
    }

    .service_content .receipt_categoryList .receipt_category_item {
        width: 47%;
        margin: 1.5% 1.5%;
    }

    .service_content .receipt_categoryList .txtArea p {
        font-size: 16px;
    }

    .service_content .receipt_categoryList .receipt_category_item:first-child,
    .service_content .receipt_categoryList .receipt_category_item:nth-child(2),
    .service_content .receipt_categoryList .receipt_category_item:nth-child(3),
    .service_content .receipt_categoryList .receipt_category_item:nth-child(4) {
        width: 47%;
        padding: 11vw 1rem 2rem 1rem;
    }

    .service_content .receipt_categoryList .receipt_category_comment img {
        width: 26vw;
        max-width: 200px;
    }

    /*キャラクター*/
    .service_content .receiptAreaIn .characterArea {
        width: 80%;
    }

    .service_content .receiptAreaIn .characterArea img {
        max-width: 450px;
        display: block;
        margin: auto;
        width: 100%;
    }

    /*注釈*/
    .service_content .receipt_note .kome {
        padding: 1rem 16px 9rem 16px;
    }
}

/*------------------------------------
 レシート買取サービス 480px以下
------------------------------------*/
@media screen and (max-width: 480px) {
    .service_content .receiptAreaIn {
        padding: 4rem 1rem 38vw 1rem;
        margin-top: 3rem;
    }

    /*キャッチ*/
    .service_content .receiptArea .receipt_catch p {
        font-size: 16px;
    }

    /*年間流通額*/
    .service_content .receiptArea .receipt_price {
        margin-bottom: 2rem;
    }

    .service_content .receiptArea .receipt_price .price p {
        margin-top: -10px;
        font-size: 28px;
    }

    .service_content .receiptArea .receipt_price .price p span.fs_200 {
        margin: 2px;
    }

    .service_content .receiptArea .receipt_price .price .kome {
        margin-top: 10px;
    }

    /*ポイント*/
    .service_content .receiptArea .receipt_point_item .imgArea {
        width: 100%;
        margin-right: 0;
    }

    .service_content .receiptArea .receipt_point_item .txtArea {
        width: 100%;
    }

    .service_content .receiptArea .receipt_point_item .poit_num {
        position: inherit;
        top: 0;
        left: 0;
        width: 60px;
        margin: 0 auto -30px auto;
        transform: inherit;
        -webkit-transform: inherit;
        -ms-transform: inherit;
    }

    .service_content .receiptArea .receipt_point_item .txtArea h3 {
        text-align: center;
    }

    .service_content .receipt_categoryList .receipt_category_item {
        padding: 1.5rem 1rem;
    }

    .service_content .receipt_categoryList .txtArea p {
        font-size: 15px;
    }

    .service_content .receipt_categoryList .txtArea p br {
        display: none;
    }

    .service_content .receipt_categoryList .receipt_category_img img {
        max-height: 60px;
        width: 60%;
    }

    .service_content .receipt_categoryList .receipt_category_comment img {
        width: 90%;
        max-width: 140px;
    }

    /*動画ストリーミングのみ調整*/
    .service_content .receipt_categoryList .receipt_category_item:nth-child(5) .receipt_category_img img {
        max-height: 45px;
    }

    .service_content .receipt_categoryList .receipt_category_comment {
        top: -35px;
    }

}

/*--------------------------------------------

 お知らせ

--------------------------------------------*/
.post-type-archive-news .main .archive-title,
.tax-news_category .main .archive-title {
    display: none;
}

/*1カラムに*/
.post-type-archive-news .sidebar,
.tax-news_category .sidebar {
    display: none;
}

.post-type-archive-news .main,
.tax-news_category .main {
    width: 100%;
}


/*お知らせ一覧*/
.news_content .news_list,
.tax-news_category .news_list {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 4rem;
}

.news_content .news_list li,
.tax-news_category .news_list li {
    border-bottom: solid 1px #ddd;
    position: relative;
    color: #333;
}

.news_content .news_list li a,
.tax-news_category .news_list li a {
    display: block;
    text-decoration: none;
    color: #333;
}

.news_content .news_list li a:hover,
.tax-news_category .news_list li a:hover {
    background-color: #E9F5FF;
    color: #287ABF;
}

.news_content .news_list li .news_list_item,
.tax-news_category .news_list li .news_list_item {
    display: flex;
    align-items: center;
    padding: 1.5em 3em 1.5em 1em;
}

/*お知らせ一覧 カテゴリー*/
.news_content .news_list li .category,
.tax-news_category .news_list li .category {
    background-color: #E9F5FF;
    color: #2978be;
    padding: 0.3em 0.5em;
    border-radius: 4px;
    margin-right: 1em;
    min-width: 120px;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
}

/*お知らせ一覧 日付*/
.news_content .news_list li .date,
.tax-news_category .news_list li .date {
    background-color: #2978be;
    color: #fff;
    padding: 0.1em 0.5em;
    border-radius: 4px;
    margin-right: 1em;
    min-width: 110px;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    border: solid 1px #2978be;
}

/*アイコン*/
.news_content .news_list li .icon,
.tax-news_category .news_list li .icon {
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 20px;
    color: #2978be;
}

/*お知らせ一覧 TOPページのみ*/
.home .home_news_content {
    background-color: #91D0D3;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    position: relative;
}

.home .home_news_content .news_content.wrap {
    padding: 8rem 29px 13rem 29px;
}

.home .home_news_content .news_contentIN {
    border: solid 8px #2978be;
    padding: 3rem 3rem 5rem 3rem;
    background-color: #fff;
    border-radius: 14px;
}

.home .home_news_content::before {
    content: "";
    background-image: url(./img/green_wave_bg.svg);
    background-repeat: repeat-x;
    width: 100%;
    height: 64px;
    position: absolute;
    left: 0;
    top: -40px;
    background-position: center;
    background-size: 1320px;
}

.home .home_news_content::after {
    content: "";
    background-image: url(./img/white_wave_bg.svg);
    background-repeat: repeat-x;
    width: 100%;
    height: 64px;
    position: absolute;
    left: 0;
    bottom: -6px;
    background-position: center;
    background-size: 1320px;
}

.home .home_news_content .ttlArea .heading01 {
    padding-bottom: 8rem;
}

/*834px以下*/
@media screen and (max-width: 834px) {

    /*お知らせ一覧*/
    .news_content .news_list li .news_list_item,
    .tax-news_category .news_list li .news_list_item {
        display: block;
    }

    /*日付*/
    .news_content .news_list li .date,
    .tax-news_category .news_list li .date {
        padding: 0em 0.5em;
        margin-bottom: 1em;
        margin-right: 0;
        display: inline-block;
        font-size: 13px;
    }

    /*お知らせ一覧 カテゴリー*/
    .news_content .news_list li .category,
    .tax-news_category .news_list li .category {
        font-size: 13px;
        margin-bottom: 1em;
        padding: 0em 0.5em;
        display: inline-block;
    }

    /*お知らせ一覧 TOPページのみ*/
    .home .home_news_content .ttlArea .heading01 {
        padding-bottom: 5rem;
    }

    .home .news_content .news_list {
        margin-bottom: 3rem;
    }

    .home .home_news_content .news_contentIN {
        border: 0;
        padding: 1rem 10px 4rem 10px;
    }

    .home .home_news_content .news_content.wrap {
        padding: 5rem 16px 10rem 16px;
    }
}

/*---------------------------------
お知らせ詳細ページ
----------------------------------*/
/*戻るボタン*/
.news_return_btn {
    border-top: solid 1px #aaa;
    padding-top: 2em;
    margin: 2em auto 4em auto;
}

/*1カラムに*/
.single-news .sidebar {
    display: none;
}

.single-news .main {
    width: 100%;
}

/*下部の関連記事の削除*/
.single-news .under-entry-content {
    display: none;
}

/*--------------------------------------------

 インタビュー(お客様の声)

--------------------------------------------*/
.post-type-archive-interview .main .archive-title,
.tax-interview_category .main .archive-title {
    display: none;
}

/*--------------------------------------------
 インタビュー(お客様の声)一覧
--------------------------------------------*/
/*TOPページのみ*/
.home .interview_content {
    margin: 0 calc(50% - 50vw);
    margin-top: 0px;
    width: 100vw;
    position: relative;
}

.home .interview_content .interview_contentIN.wrap {
    padding: 4rem 29px 9rem 29px;
}

.home .interview_content::before {
    content: "";
    background-image: url(./img/white_wave_bg.svg);
    background-repeat: repeat-x;
    width: 100%;
    height: 64px;
    position: absolute;
    left: 0;
    top: -40px;
    background-position: center;
    background-size: 1320px;
}

.home .interview_list {
    margin-bottom: 4rem;
}

.home .interview_list a.entry-card-wrap {
    background-color: #fff;
    width: 31.6%;
    padding: 1.5% 1.5% 2% 1.5%;
}

.interview_list a.entry-card-wrap {
    border: solid 3px #2978be;
    border-radius: 8px;
    margin: 0 0.5%;
    width: 48.5%;
    padding: 2% 2% 2% 2%;
}

/*タイトル*/
.interview_list .entry-card-content .entry-card-title {
    color: #287ABF;
}

/*カテゴリー*/
.interview_list .entry-card-content .card__bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
}

.interview_list .entry-card-content .cat-label {
    position: inherit;
    border: 0;
    text-align: center;
    width: 150px;
    margin-right: 1rem;
}

/*画像*/
.interview_list .entry-card-wrap .entry-card-thumb {
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 0.8em;
}

/*更新日*/
.interview_list .entry-card-content .entry-card-meta {
    margin-top: 0;
    padding-top: 0;
}

/*リンク*/
.interview_list .a-wrap:hover {
    transform: translateY(-8px);
}

/*------------------------------------
インタビュー 834px以下
------------------------------------*/
@media screen and (max-width: 834px) {

    /*TOPページのみ*/

    .home .interview_content .interview_contentIN.wrap {
        padding: 2rem 16px 7rem 16px;
    }

    .home .interview_list a.entry-card-wrap {
        width: 48.5%;
    }

    .home .interview_list a.entry-card-wrap .entry-card-snippet {
        display: none;
    }

    .home .interview_list {
        margin-bottom: 3rem;
    }


    .interview_list a.entry-card-wrap {
        border: solid 2px #2978be;
    }

    /*カテゴリー*/
    .interview_list .entry-card-content .card__bottom {
        display: block;
    }

    .interview_list .entry-card-content .cat-label {
        padding: 2px 8px;
        margin-right: 0;
    }

    /*更新日*/
    .interview_list .entry-card-content .entry-card-info {
        justify-content: flex-start;
        margin-top: 8px;
    }
}

/*--------------------------------------------

 コラム

--------------------------------------------*/
.post-type-archive-column .main .archive-title,
.tax-column_category .main .archive-title {
    display: none;
}

/*--------------------------------------------
 コラム一覧
--------------------------------------------*/
/*TOPページのみ*/
.home .column_content {
    background-color: #2978be;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    position: relative;
    margin-top: 7rem;
}

.home .column_content .column_contentIN.wrap {
    padding: 0.1rem 29px 13rem 29px;
}

.home .column_content::after {
    content: "";
    background-image: url(./img/green_wave_bg.svg);
    background-repeat: repeat-x;
    width: 100%;
    height: 64px;
    position: absolute;
    left: 0;
    bottom: -6px;
    background-position: center;
    background-size: 1320px;
}

.home .column_content::before {
    content: "";
    width: 130%;
    height: 550px;
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-color: #2978be;
    border-radius: 50%;
    z-index: -1;
}

.home .column_list {
    margin-bottom: 4rem;
}

.home .column_list a.entry-card-wrap {
    background-color: #fff;
    width: 31.6%;
    border: 0;
    padding: 1.5% 1.5% 2% 1.5%;
}

/*TOPページのみ 記事が無い場合*/
.home .column_content .no_article {
    background-color: #fff;
    text-align: center;
    padding: 5em 0.5em;
    border-radius: 14px;
    font-weight: 900;
    color: #2978be;
    font-size: 120%;
}

.column_list a.entry-card-wrap {
    border: solid 3px #2978be;
    border-radius: 8px;
    margin: 0 0.5%;
    width: 48.5%;
    padding: 2% 2% 2% 2%;
}

/*タイトル*/
.column_list .entry-card-content .entry-card-title {
    color: #287ABF;
}

/*カテゴリー*/
.column_list .entry-card-content .card__bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.column_list .entry-card-content .cat-label {
    position: inherit;
    border: 0;
    text-align: center;
    width: 150px;
    margin-right: 1rem;
}

/*画像*/
.column_list .entry-card-wrap .entry-card-thumb {
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 0.8em;
}

/*更新日*/
.column_list .entry-card-content .entry-card-meta {
    margin-top: 0;
    padding-top: 0;
}

/*リンク*/
.column_list .a-wrap:hover {
    transform: translateY(-8px);
}

/*------------------------------------
コラム 834px以下
------------------------------------*/
@media screen and (max-width: 834px) {

    /*TOPページのみ*/
    .home .column_content .column_contentIN.wrap {
        padding: 0 16px 10rem 16px;
    }

    .home .column_list a.entry-card-wrap {
        width: 48.5%;
    }

    .home .column_list a.entry-card-wrap .entry-card-snippet {
        display: none;
    }

    .home .column_content::before {
        width: 150%;
        height: 300px;
        top: -110px;
    }

    .home .column_list {
        margin-bottom: 3rem;
    }

    /*TOPページのみ 記事が無い場合*/
    .home .column_content .no_article {
        font-size: 16px;
        padding: 4em 0.5em;
    }

    .column_list a.entry-card-wrap {
        border: solid 2px #2978be;
    }

    /*カテゴリー*/
    .column_list .entry-card-content .card__bottom {
        display: block;
    }

    .column_list .entry-card-content .cat-label {
        padding: 2px 8px;
        margin-right: 0;
    }

    /*更新日*/
    .column_list .entry-card-content .entry-card-info {
        justify-content: flex-start;
        margin-top: 8px;
    }


}

/*--------------------------------------------

 よくある質問

--------------------------------------------*/
.home .faq_content {
    margin: 8rem auto 0 auto;
}

/* アコーディオン */
.accordionArea .accordion-content {
    display: none;
}

.accordionArea .accordionList {
    border: solid 3px #2978be;
    margin-bottom: 1.5em;
    border-radius: 16px;
    overflow: hidden;
}

.accordionArea .accordion-header {
    padding: 16px 45px 16px 20px;
    transition: background .3s ease;
    cursor: pointer;
    position: relative;
    background-color: #2978be;
    color: #fff;
    transition: all 0.5s;
    font-weight: bold;
}

.accordionArea .accordion-header::after {
    position: absolute;
    content: '';
    top: calc(50% - 10px);
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-width: 3px 3px 0 0;
    border-style: solid;
    border-color: #fff;
    transform: rotate(135deg);
    transition: all 0.5s;
}


.accordionArea .accordion-header.active::after {
    transform: rotate(-45deg);
    top: calc(50% - 5px);
}

.accordionArea .accordion-content {
    padding: 16px 20px 16px;
    border-radius: 0 0 13px 13px;
}

.accordionArea .accordion-header p.questionTxt,
.accordionArea .accordion-content p.answerTxt {
    padding-left: 32px;
    position: relative;
}

.accordionArea .accordion-header p.questionTxt::before {
    position: absolute;
    content: "Q";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: #fff;
    font-size: 24px;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-style: normal;
}


.accordionArea .accordion-content p.answerTxt::before {
    position: absolute;
    content: "A";
    top: -11px;
    left: 0;
    color: #2978be;
    font-size: 24px;
    font-weight: 900;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-style: normal;
}

/* hover */
.accordionArea .accordion-header:hover {
    opacity: 0.7;
}

/*------------------------------------
よくある質問 834px以下
------------------------------------*/
@media screen and (max-width: 834px) {
    .home .faq_content {
        margin: 5rem auto 0 auto;
    }
}
