@charset "UTF-8";
@import url("fontawesome.css");

/* コンポーネント */
@import url("./component/header.css");
@import url("./component/footer.css");

/* ページ */
@import url("./page/home.css");
@import url("./page/exp.css");
@import url("./page/voice.css");
@import url("./page/price.css");
@import url("./page/blog.css");
@import url("./page/contact.css");

/*
 * -----------------------------
 * 全体
 * -----------------------------
 */
:root {
    --text-color: #404345;
    --text-hover: #626c73;
    --orange: #ef7c10;
    --thin-orange: #fee1c0;
    --thin-pink: #fbeed9;
    --beige: #f7b977;
}

body {
    font-family: "Kosugi", sans-serif;
    box-sizing: border-box;
    font-size: 0.875rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-overflow-style: none;
}
body::-webkit-scrollbar {
    display: none;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
a:hover {
    color: #ef7c10;
    text-decoration: none !important;
}
a:active {
    color: #ef7c10;
}
body > div:nth-of-type(1) {
    overflow: hidden;
}

@media only screen and (min-width: 500px) and (max-width: 1043px) {
    a:hover {
        opacity: 1 !important;
        filter: alpha(opacity=100);
    }

    a:hover img {
        opacity: 1 !important;
        filter: alpha(opacity=100);
    }
}

@media only screen and (max-width: 499px) {
    body {
        font-size: 0.8125rem;
    }

    a:hover {
        opacity: 1 !important;
        filter: alpha(opacity=100);
    }

    a:hover img {
        opacity: 1 !important;
        filter: alpha(opacity=100);
    }
}

.main-content {
    padding-top: 50px;
}

/*
 * -----------------------------
 * 文字・背景色
 * -----------------------------
 */
/* text color */
.text-orange {
    color: var(--orange) !important;
}
.text-white {
    color: white;
}
.text-gray {
    color: var(--dark);
}

/* bg-color */
.bg-orange {
    background: var(--orange);
}
.bg-beige {
    background: var(--beige);
}
.bg-white {
    background: white;
}
.bg-thin-pink {
    background: var(--thin-pink);
}
.bg-thin-pink {
    background: var(--thin-pink);
}

/* border */
.border-white {
    border: 4px solid white;
}
.border-thin-pink {
    border: 4px solid var(--thin-pink);
}
.border-beige {
    border: 2px solid var(--beige);
}

/* font-size */
.text-normal {
    font-size: 1rem;
}
.text-large {
    font-size: 1.2rem;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .text-large {
        font-size: 1rem;
    }
}

/*
 * -----------------------------
 * 共通パーツ
 * -----------------------------
 */

/* ヘッダーメニュー */
.bs-header{
    width: 100%;
}
.bs-header__nav{
    width: 100%;
    margin: 0;
    text-align: right;
}
 .bs-global-menu {
    white-space: nowrap;
    padding: 0;
    margin: 0;
}

/* ボタン */
.button {
    width: auto;
    height: auto !important;
    padding: 10px 20px;
    line-height: 1.2rem;
    display: inline-block;
    cursor: pointer;
    border: none;
    border-radius: 1rem;
    font-size: 1rem;
    color: #fff;
    background: #ef7c10 !important;
    transition: all 0.5s ease;
}
.button:hover {
    opacity: 0.5;
    color: black;
    filter: alpha(opacity=70);
}

/* ボタンラッパー */
.btn-box {
    width: 50%;
    margin: 40px auto;
    text-align: center;
}
.btn-box a {
    display: block;
    width: 200px;
    margin: 20px auto;
}

@media screen and (max-width: 768px) {
    .button {
        font-size: 0.8rem;
    }
    .btn-box {
        width: 80%;
        margin: 40px auto;
        text-align: center;
    }
}

/* Youtube div */
.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

/* セクションタイトル */
.sec-title {
    text-align: center;
    width: 100%;
}
.sec-title h1,
.sec-title h4 {
    font-weight: bold;
    margin: 0;
}
.sec-title .sec-sub {
    font-size: 0.7rem;
    letter-spacing: 1.5px;
}
.sec-title .sec-text {
    font-size: 0.8rem;
}

@media screen and (max-width: 768px) {
    .sec-title h1 {
        font-size: 1.2rem;
    }
    .sec-title .sec-text {
        font-size: 0.7rem;
        padding: 0 9px;
    }
}

/*
 * -----------------------------
 * Flex card(画像と文字)
 * -----------------------------
 */
.flex-card {
    width: 60%;
    height: auto;
    margin: 0 auto;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
.flex-card-img {
    width: 15%;
    height: auto;
}
.flex-card-text {
    width: 82%;
    margin: 0 auto;
}

@media screen and (max-width: 540px) {
    .flex-card {
        width: 90%;
    }
    .flex-card-img {
        width: 45%;
        height: auto;
    }
    .flex-card-text {
        width: 90%;
        margin: 0 auto 10px auto;
    }
    .flex-card-text h4,
    .flex-card-text h5 {
        font-size: 0.9rem;
        font-weight: bold;
        text-align: center;
        margin: 10px 0;
    }
}

/*
 * -----------------------------
 * パンくずリスト
 * -----------------------------
 */
.breadcrumb {
    width: 100%;
    background: var(--orange);
    color: #fff;
    margin-bottom: 0;
    border-radius: 0;
    padding: 0 1rem;
}

.breadcrumb nav {
    margin: 0 auto;
    padding: 10px 0;
}

.breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.breadcrumb a:hover {
  color: #000;
  text-decoration: none;
}

@media only screen and (max-width: 499px) {
    .breadcrumb nav {
        padding: 5px 0;
    }
}

@media screen and (max-width: 768px) {
    .breadcrumb {
        display: none;
    }
}

/*
 * -----------------------------
 * clear fix
 * -----------------------------
 */
.container:after,
.auth-captcha:after,
.newsArea .entryList:after,
.newsArea .entryListTitle .entryBody:after,
.metaArea:after,
.metaArea ul:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
    _height: 1%;
}
.clearfix:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

/*
 * -----------------------------
 * タイトル画像
 * -----------------------------
 */
.hlTitle {
    width: 100%;
    display: table;
    table-layout: fixed;
    overflow: hidden;
    position: relative;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
}
.hlTitle h2 {
    margin: 0;
    width: 100%;
    height: 200px;
    display: table-cell;
    background: rgba(0, 0, 0, 0.6);
    vertical-align: middle;
    text-align: center;
    position: relative;
    z-index: 999;
    font-size: 2.125rem;
    font-weight: bold;
    color: #fff;
}
.hlTitle h2 span {
    margin-top: 10px;
    display: block;
    font-size: 1rem;
    font-weight: bold;
}
.hlTitle .hlBgImg {
    display: none;
}
.hlSecTitle {
    color: var(--orange);
    width: 80%;
    margin: 0 auto;
}
@media only screen and (max-width: 499px) {
    .hlTitle h2 {
        height: 100px;
        font-size: 20px;
        font-size: 1.25rem;
    }

    .hlTitle h2 span {
        margin-top: 0;
        font-size: 12px;
        font-size: 0.75rem;
    }
}

@media screen and (max-width: 768px) {
    .hlSecTitle {
        width: 100%;
    }
}

@media only screen and (min-width: 500px) and (max-width: 787px) {
    .hlTitle h2 {
        height: 150px;
        font-size: 1.625rem;
    }

    .hlTitle h2 span {
        font-size: 0.875rem;
    }
}

/*
 * -----------------------------
 * Auth Captcha
 * -----------------------------
 */
.auth-captcha-image {
    margin: 0 20px 0 0;
    vertical-align: middle;
}

@media only screen and (max-width: 499px) {
    .auth-captcha-image {
        margin: 0 0 10px;
    }
}

@media only screen and (min-width: 500px) and (max-width: 1043px) {
    .auth-captcha-image {
        margin: 0 20px 10px 0;
    }
}
