@charset "UTF-8";

/*
description: PagePalette Official Website Stylesheet
author: cmpd H.T
date: 2022/07
*/

* {
    transition: .3s;
    line-height: 1.8rem;
    box-sizing: border-box;
}

body {
    font-family: "游ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
    font-weight: 500;
}

/* PCで文章をドラッグして選択状態にしたときのCSS */
::selection {
    color: #fff;
    background: #0a5b72aa;
}

/* リセット用や一括 */
img,
video {
    max-width: 100%;
    display: block;
    height: auto;
    margin: auto;
}

picture {
    display: block;
}

ul,
ol {
    list-style-type: none;
}

section:not(.index_appcont) figcaption {
    text-align: center;
    margin-top: 5px;
    background: #f5f5f5;
    color: #303134;
    padding: 5px;
}

.fa-external-link-alt {
    padding-left: 8px;
}

.page_head_wrap {
    text-align: center;
}

.page_head_text {
    margin-bottom: 40px;
}


/* ------------------------------------------
汎用
------------------------------------------- */
mark {
    background: linear-gradient(transparent 80%, #BFE8D6 80%);
    font-style: normal;
}

.pcnone {
    display: none;
}

.container {
    width: 100%;
}

.mb1rem {
    margin-bottom: 1rem;
}

.mb2rem {
    margin-bottom: 2rem;
}

.mb3rem {
    margin-bottom: 3rem;
}

.mb4rem {
    margin-bottom: 4rem;
}

.mb5rem {
    margin-bottom: 5rem;
}

.mb6rem {
    margin-bottom: 6rem;
}

.padding_right16 {
    padding-right: 16px;
}

.padding_top_reset {
    padding-top: 0px !important;
}

/* PC表示時の幅 */
.max_wrapL {
    max-width: 1024px;
    margin: 0 auto;
}

.max_wrapM {
    max-width: 960px;
    margin: 0 auto;
}

.max_wrapS {
    max-width: 700px;
    margin: 0 auto;
}

.max_wrapSS {
    max-width: 500px;
    margin: 0 auto;
}

.max_wrapL,
.max_wrapM,
.max_wrapS,
.max_wrapSS {
    padding: 5rem 8px 5rem;
}

.max_wrapL .max_wrapM,
.max_wrapL .max_wrapS,
.max_wrapL .max_wrapSS,
.max_wrapM .max_wrapS {
    padding: 40px;
}

header.max_wrapL {
    padding: 1rem 8px 2rem;
}

.max_wrap_bread {
    max-width: 1024px;
    margin: 0 auto;
    padding: 8px 0;
    line-height: 1;
}

.max_wrap_padding_small {
    padding: 8px 8px 5rem;
}

/* 中央寄せ */
.dis_block_center {
    margin: 0 auto;
    display: block;
}

/* フォント */
.font_bold {
    font-weight: bold;
}

.font_big {
    font-size: 1.4rem;
}

.font_small {
    font-size: 0.8rem;
}

.font_green {
    color: #36966A;
}

.font_orange {
    color: #ff8d00;
}

.font_brown {
    color: #E26918;
}

.font_blue {
    color: #2D84C2;
}

.font_gray {
    color: #A5B6B4;
}

.font_center {
    text-align: center;
}

@media screen and (max-width: 580px) {
    .text_smp_left {
        text-align: left;
    }
}

/* アニメーション - ホーム以外に適用 */

.mainColumn:not(.home) {
    animation: lft 1s;
}

@keyframes lft {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.container {
    margin-top: 60px;
}


/* 開閉ボックスで使用 */

.visible {
    opacity: 1 !important;
    height: 100% !important;
    display: block !important;
}


/* ページ内ジャンプ */

ul.table_contents {
    display: flex;
    justify-content: space-evenly;
    max-width: 1120px;
    margin: auto;
}

ul.table_contents li {
    flex: 1;
    position: relative;
    border: 1px #36966A solid;
    padding: 0;
    margin: 4px;
}

ul.table_contents li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    height: 100%;
    padding-left: 16px;
}

ul.table_contents li a:before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    border: 2px solid #36966A;
    border-left: 0;
    border-bottom: 0;
    transform: translateY(-50%) rotate(135deg);
    margin-right: 16px;
}

ul.table_contents li a:hover {
    background: #36966A;
}

ul.table_contents li a:hover,
ul.table_contents li a:hover:before {
    color: #fff;
    border-color: #fff;
}

.table_contents_point {
    padding-top: 80px;
    margin-top: -80px;
}

@media screen and (max-width: 600px) {
    ul.table_contents {
        flex-wrap: wrap;
    }

    ul.table_contents li {
        flex-basis: 100% !important;
    }
}

/* パンくずリスト */
.breadcrumb {
    margin-bottom: 0;
    padding: 0 4px;
    font-size: .8rem;
    color: #A5B6B4;
}

/* 背景色 */
.lightgreen_background {
    background: #F7FBF2;
}

.white_background {
    background: #fff;
}

/* ------------------------------------------
リスト
------------------------------------------- */
.checklist li {
    margin: 16px 8px;
    padding: 0px 16px;
    border-left: #BFE8D6 dotted 2px;
}

.circle_list li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 8px;
}

.circle_list li::before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    background: #36966A;
    border-radius: 50%;
    position: absolute;
    top: 11px;
    left: 3px;
}

/* ------------------------------------------
リンク
------------------------------------------- */
a,
a svg {
    color: #36966A;
}

a:hover,
a:hover svg {
    color: #ff8d00;
}

a:hover img {
    opacity: 0.5;
    transition: .3s;
}

/* ------------------------------------------
ボタン
------------------------------------------- */
/* 基本のボタン */
a.button {
    display: block;
    border-color: #36966A;
    border-width: 3px;
    border-style: solid;
    border-radius: 2px;
    background: #36966A;
    color: #fff;
    width: 300px;
    padding: 8px 8px;
    margin: 32px auto 32px;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    -webkit-box-shadow: 0 1rem 0.8rem -1rem hsl(200deg 75.76% 32.79% / 40%);
    box-shadow: 0 1rem 0.8rem -1rem hsl(200deg 75.76% 32.79% / 40%);
}

a.button:hover {
    border-color: #36966A;
    background: #fff;
    color: #36966A;
}

/* ボタンの矢印アイコン */
a.button:before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    border: 3px solid #fff;
    border-right: 0;
    border-bottom: 0;
    transform: translate(0%, -34%) rotate(135deg);
    transition: .3s;
    margin-right: 16px;
}

a.button:hover:before {
    border-color: #36966A;
}

a.button img {
    display: inline;
}

/* リンク用のsvgアイコン */
.link_icon {
    margin: 0 0 3px 8px;
    width: 18px;
    height: 18px;
    display: inline-block;
    fill: #fff;
}

a.button:hover .link_icon {
    fill: #36966A;
}

/* 小さいボタン */
a.button.small {
    width: 230px;
    padding: 4px 8px;
}

/* 大きいボタン */
a.button.big {
    width: 350px;
    font-size: 1.1em;
}

/* 白ボタン */
a.button.white {
    border-color: #36966A;
    background: #fff;
    color: #36966A;
}

a.button.white:hover {
    border-color: #fff;
    background: #36966A;
    color: #fff;
}

a.button.white:before {
    border-color: #36966A;
}

a.button.white:hover:before {
    border-color: #fff;
}

/* オレンジボタン */
a.button.orange {
    border-color: #ff8d00;
    background: #ff8d00;
}

a.button.orange:hover {
    border-color: #ff8d00;
    background: #fff;
    color: #ff8d00;
}

a.button.orange:before {
    border-color: #fff;
}

a.button.orange:hover:before {
    border-color: #ff8d00;
}

/* 黒ボタン */
a.button.black {
    border-color: #303134;
    background: #303134;
    border: 3px solid #303134;
}

a.button.black:hover {
    border-color: #303134;
    background: #fff;
    color: #303134;
}

a.button.black:before {
    border-color: #fff;
}

a.button.black:hover:before {
    border-color: #303134;
}

/* かりっちゃ青ボタン */
a.button.rent {
    border-color: #2D84C2;
    background: #2D84C2;
    border: 3px solid #2D84C2;
}

a.button.rent:hover {
    border-color: #2D84C2;
    background: #fff;
    color: #2D84C2;
}

a.button.rent:before {
    content: none;
}

a.button.rent:hover svg {
    fill: #2D84C2;
}

/* レンタルバナー */
.rent_banner {
    -webkit-box-shadow: 0 1rem 1rem -1rem hsl(200deg 50% 20% / 40%);
    box-shadow: 0 1.rem 1rem -1rem hsl(200deg 50% 20% / 40%);
    border-radius: 16px;
}

.rent_banner:hover {
    opacity: 0.6;
}

/* ------------------------------------------
フレックスボックス
------------------------------------------- */
.flexbox {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    /* gap: 8px; */
}

.flexbox_center {
    justify-content: center;
}

.flexbox_left {
    justify-content: flex-start;
}

.flexbox img {
    max-width: 100%;
}

.flex_30>* {
    flex-basis: calc(100% / 3 - 8px);
    margin: 4px;
}

.flex_40>* {
    flex-basis: calc(100% / 4 - 8px);
    margin: 4px;
}

.flex_half>* {
    flex-basis: calc(100% / 2 - 8px);
    margin: 4px;
}

.flexbox_all_center {
    justify-content: center;
    align-items: center;
}

.flexbox>.col3 {
    /* 七三わけの3のほう */
    flex-basis: calc(30% - 8px);
    margin: 4px;
}

.flexbox>.col7 {
    /* 七三わけの7のほう */
    flex-basis: calc(70% - 8px);
    margin: 4px;
}

.flexbox>.col4 {
    /* 六四わけの4のほう */
    flex-basis: calc(40% - 8px);
    margin: 4px;
}

.flexbox>.col6 {
    /* 六四わけの6のほう */
    flex-basis: calc(60% - 8px);
    margin: 4px;
}

.flexbox>.col2 {
    /* 二八わけの2のほう */
    flex-basis: calc(20% - 8px);
    margin: 4px;
}

.flexbox>.col8 {
    /* 二八わけの8のほう */
    flex-basis: calc(80% - 8px);
    margin: 4px;
}

.flexbox>figure.col2,
.flexbox>figure.col3,
.flexbox>figure.col4 {
    padding: 16px;
    margin-bottom: 1rem;
}

.order1_pc {
    order: 1;
}

.order2_pc {
    order: 2;
}

.order3_pc {
    order: 3;
}

@media only screen and (max-width: 960px) {

    /* カラムの並びをiPad時に変更する */
    .flex_tab100>* {
        flex-basis: 100% !important;
    }
}

@media only screen and (max-width: 600px) {

    /* カラムの並びをスマホ時に変更する */
    .flex_smp100>* {
        flex-basis: 100% !important;
    }

    .flex_smp_half>* {
        flex-basis: calc(100% / 2 - 8px) !important;
    }

    .order1 {
        order: 1;
    }

    .order2 {
        order: 2;
    }

    .order3 {
        order: 3;
    }
}


/* ------------------------------------------
見出し
------------------------------------------- */
h2 {
    color: #36966A;
    padding: 16px 8px;
    border-radius: 2px;
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 3.3rem;
}

h3 {
    border-bottom: #BFE8D6 dotted 2px;
    margin-bottom: 3rem;
    padding: 8px 1px;
    color: #254337;
    line-height: 2.3rem;
    font-weight: bold;
}

h4 {
    color: #36966A;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    line-height: 1.8rem;
}

h5 {
    font-weight: bold;
}

@media screen and (max-width: 580px) {
    h3 {
        font-size: 1.4rem;
    }
}

/* ------------------------------------------
トップに戻るボタン
------------------------------------------- */

.pagetop {
    opacity: 0;
    transition: .3s;
}

.pagetop a {
    position: fixed;
    display: block;
    bottom: 80px;
    right: 80px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: 1px solid #ccc;
    border-radius: 50%;
    transform: rotate(45deg);
    z-index: 99;
    transition: .3s;
}

.pagetop a:hover {
    border-top-left-radius: 0;
}

.pagetop a img {
    position: absolute;
    margin: auto;
    top: 25%;
    left: 0;
    right: 0;
    width: 50%;
    transform: rotateZ(-45deg) rotateX(0deg);
    transition: .3s;
}

.pagetop a:hover img {
    transform: rotateZ(-45deg) rotateX(360deg);
}

.posTop {
    left: 0 !important;
}


/* ------------------------------------------
ヘッダー
------------------------------------------- */
#header {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    background: #fff;
    transition: .3s;
    border-bottom: 1px solid #f5f5f5;
}

#header>.wrap {
    max-width: 1300px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    height: 60px;
}

/* メインヘッダー - ロゴ */
#header .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

#header .logo img {
    transition: .3s;
    max-width: 210px;
    height: 50px;
}

#header .logo img:hover {
    opacity: 0.6;
}

/* メインヘッダー - ナビ */
#header nav {
    display: flex;
    padding: 0;
    z-index: 9999;
    transition: .3s;
}

#header nav ul {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    margin: 0;
}

#header nav ul li {
    list-style: none;
    transition: .3s;
    margin: 0 1px;
    position: relative;
}

#header nav ul.main_nav li:hover {
    background: #f5f5f5;
}

#header nav ul.main_nav li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 29%;
    height: 30px;
    border-right: 1px solid #f5f5f5;
}

#header nav ul.main_nav li:last-of-type::after {
    content: none;
}

#header nav .item {
    padding: 0 16px;
    text-decoration: none;
    color: #254337;
    font-size: 1rem;
    font-weight: bold;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spMenubtn {
    display: none;
}

#header nav ul li.current_active a,
.main_nav.marketing a[href*=app],
.main_nav.demo a[href*=app],
.main_nav.case-sunshine a[href*=achievement] {
    color: #36966A;
}

#header nav ul li.current_active a::before,
.main_nav.marketing a[href*=app]::before,
.main_nav.demo a[href*=app]::before,
.main_nav.case-sunshine a[href*=achievement]::before {
    content: "";
    width: calc(100% - 20px);
    position: absolute;
    bottom: 20%;
    left: 10px;
    border-bottom: 2px solid #BFE8D6;
}

/* メインヘッダー - スマホナビ */

#header nav a.nav_order,
#header nav a.nav_green {
    color: #fff;
    text-align: center;
    border-radius: 2px;
}

#header nav .nav_order {
    background: #ff8d00;
}

#header nav .nav_order:hover {
    background: #ffc25c;
    color: #fff;
}

#header nav .nav_green {
    background: #36966A;
}

#header nav .nav_green:hover {
    background: #BFE8D6;
}

/* ------------------------------------------
アプリダウンロード
------------------------------------------- */
.app_download {
    background: #fff;
    background: linear-gradient(148deg, #fff 10%, #f7fbf2);
    box-shadow: 0 1rem 0.8rem -1rem hsl(200deg 75.76% 32.79% / 40%);
    max-width: 760px;
    margin: 48px auto 80px;
    border-radius: 8px;
    border: 1px solid #BFE8D6;
    transition: .3s;

}

.app_download:hover {
    background: linear-gradient(148deg, #fff 10%, #BFE8D6);
}

.app_download a {
    padding: 24px 16px 16px 16px;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: bold;
    color: #212529;
    display: flex;
}

.app_download .img {
    width: 150px;
    margin: 16px;
    padding: 8px;
}

/* ------------------------------------------
404
------------------------------------------- */
.not_page_wrap {
    min-height: 600px;
    text-align: center;
    padding: 10rem 0;
}

/* ------------------------------------------
フッターのCTA
------------------------------------------- */
.footer_cta {
    background: #36966A;
    background: -webkit-linear-gradient(to bottom, rgb(172, 213, 151), rgb(77, 191, 120), rgb(54, 150, 106));
    background: linear-gradient(to bottom, rgb(172, 213, 151), rgb(77, 191, 120), rgb(54, 150, 106));
    background: linear-gradient(to bottom, #acd597, #4dbf78, #36966A);
}

.footer_cta .item {
    background: #fff;
    margin-bottom: 16px;
    border-radius: 8px;
    padding: 32px 24px;
}

.footer_cta .head {
    color: #36966A;
    padding: 8px 8px;
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 8px;
}

a.button.footer_cta_button {
    margin: 32px auto;
}

a.button.footer_cta_button {
    border-radius: 2px !important;
    width: 100%;
    padding: 8px 8px !important;
}

/* マージン0 */
.footer_cta_start_wrap p,
.footer_cta .contact_container p,
address {
    margin: 0;
}

/* フッターのCTA - 早速はじめる */
.footer_cta_start {
    list-style-type: none;
    counter-reset: acli;
}

.footer_cta_start>li {
    text-indent: 0.65em;
    padding-left: 0em;
    padding-bottom: 5px;
    line-height: 30px;
    display: block;
}

.footer_cta_start>li:before {
    counter-increment: acli;
    content: counter(acli);
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #fff;
    background: #71B280;
    border-radius: 100px;
    margin-right: 5px;
}

.footer_cta_start ul {
    list-style-type: none;
    margin-left: 45px;
}

.footer_cta_start ul li span {
    text-indent: 0;
    background: #eee;
    border-left: 3px solid #71B280;
    display: inline-block;
    padding: 2px;
    margin: 5px 0;
}

/* フッターのCTA - 問い合わせ */
.footer_cta .contact_wrap address {
    justify-content: space-evenly;
    align-items: center;
}

.footer_cta .contact_wrap {
    background: #f5f5f5;
    padding: 8px;
}

.footer_cta .contact_wrap .time {
    line-height: 1.2;
    font-size: 0.8rem;
}

.footer_cta .contact_wrap .tel {
    color: #3a7232;
    font-size: 1.2rem;
    display: block;
}

/* フッターのCTA - レンタル */
.footer_cta .rent_container .img{
    padding: 16px;
}
/* ------------------------------------------
フッター
------------------------------------------- */
footer {
    background: #303134;
}

.footer_wrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding: 40px 0;
}

footer nav {
    display: flex;
    padding: 8px;
}

footer ul {
    margin-bottom: 0;
    margin-left: 15px;
    padding: 16px 40px;
    border-left: 2px solid #36966A;
}

footer ul li {
    list-style: none;
    font-size: 0.8rem;
}

footer ul li a {
    text-decoration: none;
    color: #fff;
    transition: .3s;
}

footer ul li a:hover {
    color: #BFE8D6;
}

.copyright {
    font-size: 0.9rem;
    color: #fff;
    text-align: center;
    padding: 24px 0;
}

.svg_icon_container {
    display: none;
}

/* ------------------------------------------
スマートフォン～タブレット
------------------------------------------- */
@media all and (max-width: 1180px) {
    .tax {
        font-size: 0.6em;
    }

    /* ヘッダー */
    .container {
        /* ヘッダー分の余白を作ってずらす */
        margin-top: 60px;
    }

    #header {
        height: 60px;
    }

    .spMenubtn {
        display: block;
        height: 60px;
        background: #F7FBF2;
    }

    .spMenubtn a {
        position: relative;
        display: block;
        height: 60px;
        padding: 0 10px;
        line-height: 60px;
        color: #36966A;
        font-size: 1.1rem;
    }

    .spMenubtn a span {
        border-bottom: 2px solid #36966A;
    }

    .spMenubtn a:after {
        position: absolute;
        content: url("../../img/ui/close.svg");
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 10px 20px;
        opacity: 0;
        transition: .3s;
    }

    .spMenubtn a.close:after {
        background: #36966A;
        opacity: 1;
    }

    #header nav {
        position: fixed;
        left: -100%;
        display: block;
        margin-top: 60px;
        width: 100%;
        opacity: 0;
    }

    #header nav ul {
        display: block;
    }

    #header nav ul li {
        text-align: center;
    }

    #header nav .item {
        height: 50px;
        line-height: 50px;
        font-weight: bold;
        font-size: 1.1rem;
        border-top: 1px solid #fff;
    }

    #header nav ul.main_nav li::after {
        content: none;
    }

    /* ハンバーガー用のナビで背景に1枚敷くためのもの */
    .menu_toggle_markingpoint:after {
        content: "";
        opacity: 0;
        transition: .3s;
    }

    .menu_toggle_markingpoint.smp_open:after {
        position: fixed;
        top: 0;
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.95);
        z-index: 100;
        opacity: 1;
    }

    /* フッター */
    .footer_wrap {
        display: block;
    }

    .footerLogo a img {
        display: block;
        margin: 0 auto 15px;
    }

    footer nav {
        flex-wrap: wrap;
    }
}

@media all and (max-width: 767px) {
    .max_wrapL .max_wrapM {
        padding: 40px 16px;
    }

    .spnone {
        display: none;
    }

    .pcnone {
        display: block;
    }

    .pagetop a {
        bottom: 60px;
        right: 15px;
    }

    /* paddhing調整 */
    .max_wrapL,
    .max_wrapM,
    .max_wrapS,
    .max_wrapSS {
        padding: 4rem 8px 4rem;
    }

    header.max_wrapL {
        padding: 0rem 8px 1rem;
    }

    .achievement_industry_list li,
    .guide_dev_list a,
    .guide_4point_list li,
    .footer_cta .item {
        padding: 24px 16px;
    }

    /* ナビ */
    #header nav ul li.current_active a::before,
    .main_nav.case-sunshine a[href*=achievement]::before,
    .main_nav.demo a[href*=app]::before,
    .main_nav.marketing a[href*=app]::before {
        width: 30%;
        bottom: 12%;
        left: 50%;
        transform: translateX(-50%);
    }

    /* ボタン */
    .button_company a,
    .button_demomovie a {
        font-size: 1.3rem;
    }

    /* アプリダウンロード */
    .app_download {
        background: linear-gradient(180deg, #fff 10%, #f7fbf2);
        border: 2px solid #BFE8D6;
        text-align: center;
    }

    .app_download a {
        flex-wrap: wrap;
        font-size: 1.2rem;
    }

    .app_download .img {
        margin: 16px auto;
    }
}

@media screen and (max-width: 320px) {

    /* とても狭い端末 */
    a.button {
        min-width: 250px !important;
        padding: 24px 8px !important;
    }
}