@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Quicksand:300);
/*==================================================================================================
    サイト基礎
==================================================================================================*/
body {
    background-color: #FFF9E0;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: lighter;
    color: #333;
    font-size: 14px;
    line-height: 1.6;
}

/*==================================================================================================
    ヘッダー
==================================================================================================*/
.sub .header, .header.is-fixed {
    background-color: rgba(254, 161, 99, 0.9);
}

.header-name {
    font-weight: lighter;
}

.header-fatnav {
    background: rgba(254, 161, 99, 0.9);
}

.header-fatnav-list__en {
    font-family: 'Quicksand', sans-serif;
    font-size: 3em;
}

.header02-textnav-list,
.header03-textnav-list {
    position: relative;
}

.header02-textnav-list__en,
.header03-textnav-list__en {
    font-family: 'Quicksand', sans-serif;
}

.header02-textnav-list::before,
.header03-textnav-list::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.35);
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 2px;
}

.header02-textnav.-en-ja .header02-textnav-list a .header02-textnav-list__en, .header02-textnav.-en-ja
.header03-textnav-list a .header02-textnav-list__en {
    font-size: 1.4em;
}

.header02-textnav.-ja-en .header02-textnav-list a .header02-textnav-list__en, .header02-textnav.-ja-en
.header03-textnav-list a .header02-textnav-list__en {
    font-size: 1em;
    letter-spacing: 1px;
}

.header02-textnav.-en .header02-textnav-list a .header02-textnav-list__en, .header02-textnav.-en
.header03-textnav-list a .header02-textnav-list__en {
    font-size: 1.4em;
}

/*==================================================================================================
    メインビジュアル
==================================================================================================*/
.hero02-overlay {
    background-color: rgba(254, 161, 99, 0.6);
}

.hero02-copy {
    font-weight: lighter;
}

.hero02-copy.-shadow-xs {
    text-shadow: 0.025em 0.025em 0.1em rgba(0, 0, 0, 0.3);
}

.hero02-copy.-shadow-sm {
    text-shadow: 0.025em 0.025em 0.15em rgba(0, 0, 0, 0.4);
}

.hero02-copy.-shadow-md {
    text-shadow: 0.025em 0.025em 0.2em rgba(0, 0, 0, 0.5);
}

.hero02-copy__sub {
    font-weight: lighter;
}

.hero02-scroll__label::before {
    content: "SCROLL";
}

.hero02-scroll__symbol::before {
    content: url("../../_soft/img/hero/hero-scroll-symbol.svg");
    width: 6px;
}

/*==================================================================================================
    新着情報（TOP）
==================================================================================================*/
.news-archive {
    background-color: #fff;
    border-radius: 8px;
}

.news-archive a::before {
    color: #999;
}

.news-archive-date {
    color: #888;
}

.news-archive-category {
    background-color: #fea163;
}

/*==================================================================================================
    新着情報（一覧）
==================================================================================================*/
.news-archive-pager .page-numbers:not(.dots):not(.current) {
    background-color: #fff;
}

.news-archive-pager .page-numbers:not(.dots):not(.current):hover {
    background-color: #f2f2f2;
}

.news-archive-pager .page-numbers.current {
    background-color: #fea163;
}

/*==================================================================================================
    会社概要
==================================================================================================*/
.profile-list__label {
    font-weight: lighter;
}

.profile-list:nth-child(odd) .profile-list__label,
.profile-list:nth-child(odd) .profile-list__body {
    background-color: #fff6d1;
}

.profile-list:nth-child(odd) .profile-list__label {
    border-radius: 8px 0 0 8px;
}

@media screen and (max-width: 540px) {
    .profile-list:nth-child(odd) .profile-list__label {
        border-radius: 8px 8px 0 0;
    }
}

.profile-list:nth-child(odd) .profile-list__body {
    border-radius: 0 8px 8px 0;
}

@media screen and (max-width: 540px) {
    .profile-list:nth-child(odd) .profile-list__body {
        border-radius: 0 0 8px 8px;
    }
}

/*==================================================================================================
    お問い合わせフォーム
==================================================================================================*/
.privacy-policy h3, .privacy-policy h4 {
    font-weight: lighter;
}

.privacy-policy__body {
    background-color: #fafafa;
}

/*==================================================================================================
    floating
==================================================================================================*/
.a_btn-pagetop {
    background-color: #fea163;
    background-image: url("../../_soft/img/floating/floating-pagetop-ico.svg");
}

/*==================================================================================================
    404error
==================================================================================================*/
.error404-link a {
    background-color: #fea163;
    padding: 1.2em 2em 1.2em 2em;
    border-radius: 2.4em;
}

.error404-link a:hover {
    background-color: #fec096;
}

/*==================================================================================================
    layout - レイアウト
==================================================================================================*/
.l_container.-bg-light {
    background: #fff6d1 url("../../_soft/img/common/bg.svg");
    background-size: 64px;
}

.l_container.-bg-heavy {
    background: #fff6d1 url("../../_soft/img/common/bg.svg");
    background-size: 64px;
}

.l_box {
    border-radius: 8px;
}

.l_box.-bg-body {
    background-color: #fff;
}

/*==================================================================================================
    atom - 見出し
==================================================================================================*/
.a_heading {
    font-weight: lighter !important;
}

/*==================================================================================================
    atom - フォーム
==================================================================================================*/
.a_form-email, .a_form-text, .a_form-textarea {
    padding: .4em;
    border: 1px solid #bbb;
    border-radius: 8px;
}

/*==================================================================================================
    atom - ボタン
==================================================================================================*/
.a_btn {
    background-color: #fea163;
    padding: 1.1em 2.2em 1.1em 2.2em;
    border-radius: 2.4em;
    color: #fff;
}

.a_btn:hover {
    background-color: #fec096;
}

.a_btn.-forward {
    padding-right: 3.96em;
}

.a_btn.-forward::after {
    position: absolute;
    right: 1.65em;
    top: 50%;
}

.a_btn.-back {
    padding-left: 3.96em;
}

.a_btn.-back::before {
    position: absolute;
    left: 1.65em;
    top: 50%;
}

.a_btn.-sub {
    background-color: #EEE;
    color: #000;
}

.a_btn.-sub:hover {
    background-color: #f8f8f8;
}

.a_btn-sns.-line.-color {
    background-image: url("../../_soft/img/common/sns-ico-line-color.svg");
}

.a_btn-sns.-line.-black {
    background-image: url("../../_soft/img/common/sns-ico-line-black.svg");
}

.a_btn-sns.-line.-white {
    background-image: url("../../_soft/img/common/sns-ico-line-white.svg");
}

.a_btn-sns.-twitter.-color {
    background-image: url("../../_soft/img/common/sns-ico-twitter-color.svg");
}

.a_btn-sns.-twitter.-black {
    background-image: url("../../_soft/img/common/sns-ico-twitter-black.svg");
}

.a_btn-sns.-twitter.-white {
    background-image: url("../../_soft/img/common/sns-ico-twitter-white.svg");
}

.a_btn-sns.-facebook.-color {
    background-image: url("../../_soft/img/common/sns-ico-facebook-color.svg");
}

.a_btn-sns.-facebook.-black {
    background-image: url("../../_soft/img/common/sns-ico-facebook-black.svg");
}

.a_btn-sns.-facebook.-white {
    background-image: url("../../_soft/img/common/sns-ico-facebook-white.svg");
}

.a_btn-sns.-instagram.-color {
    background-image: url("../../_soft/img/common/sns-ico-instagram-color.svg");
}

.a_btn-sns.-instagram.-black {
    background-image: url("../../_soft/img/common/sns-ico-instagram-black.svg");
}

.a_btn-sns.-instagram.-white {
    background-image: url("../../_soft/img/common/sns-ico-instagram-white.svg");
}

/*==================================================================================================
    atom - タグ
==================================================================================================*/
.a_tag {
    border-radius: 8px;
}

.a_tag:not(.-outline) {
    background-color: #fea163;
}

.a_tag.-outline {
    color: #fea163;
}

/*==================================================================================================
    element - 見出し
==================================================================================================*/
.e_section-heading {
    font-weight: lighter;
}

.e_section-heading-en {
    font-family: 'Quicksand', sans-serif;
}

.e_section-heading-en.-lg {
    font-size: 43px;
}

@media screen and (min-width: 541px) {
    .e_section-heading-en.-lg {
        font-size: 48px;
    }
}

@media screen and (min-width: 701px) {
    .e_section-heading-en.-lg {
        font-size: 53px;
    }
}

@media screen and (min-width: 841px) {
    .e_section-heading-en.-lg {
        font-size: 58px;
    }
}

@media screen and (min-width: 1025px) {
    .e_section-heading-en.-lg {
        font-size: 64px;
    }
}

/*==================================================================================================
    element - 表
==================================================================================================*/
.e_data-lists.-standard {
    background-color: #FFF9E0;
}

.e_data-lists.-standard .e_data-list:nth-child(odd) {
    background-color: #fff6d1;
}

.e_data-lists.-classic {
    background-color: #FFF9E0;
}

.e_data-lists.-classic .e_data-list-label, .e_data-lists.-classic .e_data-list-body {
    border-color: #ffefad;
}

.e_data-lists.-classic .e_data-list-label {
    background-color: #fff6d1;
}

.e_data-lists.-underline .e_data-list {
    border-color: #ffefad;
}

/*==================================================================================================
    unit - お問い合わせフォーム
==================================================================================================*/
.u_contact-box::before {
    content: url("../../_soft/img/contact/contact-box-ico.svg");
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
    width: 80px;
}

@media screen and (min-width: 841px) {
    .u_contact-box::before {
        width: 96px;
    }
}

@media screen and (min-width: 1281px) {
    .u_contact-box::before {
        width: 112px;
    }
}

.u_contact-tel {
    border: 1px solid;
    border-radius: 8px;
    color: #fea163;
}
