@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/************************************
** 共通パーツ
************************************/
/* ページコンテンツ上の余白無し */
.section-top {
    padding-top: 0!important;
}
/* button */
.is-style-btn_normal.btn-bg-strong a {
    color: #3A3E33;
}
.is-style-btn_normal a:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1), 0 12px 24px -12px rgba(0, 0, 0, .2);
    opacity: .8;
}

/* 2カラム */
.column-2__reverse .swell-block-columns__inner {
    flex-wrap: wrap-reverse;
}
/************************************
** タイトル
************************************/
/* header */
.p-mainVisual__slideTitle {
    font-size: 5vw;
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
    line-height: 1.4;
    text-shadow: 1px 1px 1px #3A3E33;
}
@media (min-width: 600px) {
.p-mainVisual__slideTitle {
    font-size: 3rem;
}
}
@media (min-width: 1080px) {
.p-mainVisual__slideTitle {
    font-size: 3.75rem;
}
}

.post_content h2 {
font-size: 2rem;
/* color: var(--color_main); */
/*     font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "Hiragino Mincho ProN ", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif, sans-serif;
} */
}

@media (min-width: 600px) {
.post_content h2 {
font-size: 3.125rem;
}
}

.post_content h3 {
font-size: 1.75rem;
/* color: var(--color_main); */
/*     font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "Hiragino Mincho ProN ", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif, sans-serif;
} */
}
@media (min-width: 600px) {
.post_content h3 {
font-size: 2.125rem;
}
}

/* タイトル背景に文字挿入 */
.c-pageTitle::before {
position: absolute;
top: -27px;
left: 150px;
transform: translateX(-50%);
color: var(--color_main_thin);
opacity: .7;
font-size: 60px;
text-transform: uppercase;
content: '';
z-index: -1;
}
/* 代表挨拶 */
.page-id-32 .c-pageTitle::before {
content: 'GREETING';
}
/*事業内容 */
.page-id-30 .c-pageTitle::before {
content: 'SERVICES';
}
/* 自社の強み*/
.page-id-27 .c-pageTitle::before {
content: 'POINT';
}
/* 企業理念 */
.page-id-21 .c-pageTitle::before {
content: 'ABOUT';
}
/* お知らせ */
.blog .c-pageTitle::before {
content: 'News';
}
/* お問い合わせ */
.page-id-81 .c-pageTitle::before {
content: 'CONTACT';
}

/************************************
** セクション
************************************/
/* 背景白＋内枠青（親要素に右記追加CSSが必要 header-center）
.swell-block-fullWide pc-py-60 sp-py-40 alignfull u-mb-ctrl u-mb-0 header-center{
position: relative;
background: #fff;
box-shadow: 0px 0px 0px 20px #fff;
border: 5px solid blue;
padding: 0.2em 0.5em;
color: #333;
} */
/* .u-mb-ctrl.header-center {
text-align: center;
}
.post_content .header-center h2 {
border: solid 3px #364e96;
padding: 0.5em;
display: inline-block;
} */

/************************************
** トップページ
************************************/
/* 最新情報・マスコミ掲載例 */
.post-news .is-style-more_btn a {
    background: #3A3E33;
    border-radius: var(--the-btn-radius, 0);
    display: inline-block;
    /* letter-spacing: var(--swl-letter_spacing, 1px); */
    line-height: 1.5;
    margin: 0;
    min-width: var(--the-min-width);
    padding: var(--the-padding);
    position: relative;
    text-decoration: none;
    width: var(--the-width);
    color: #fff;
    font-weight: 700;
    transition: box-shadow .25s;
    box-shadow: var(--swl-btn_shadow);
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    --the-btn-radius: 80px;
}
@media (min-width: 600px) {
.post-news .is-style-more_btn a {
        --the-min-width: 40%;
    }
}
.post-news .is-style-more_btn a:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1), 0 12px 24px -12px rgba(0, 0, 0, .2);
    opacity: .8;
}
/************************************
** お問い合わせフォーム
************************************/
.cf7__list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 48px;
}

.cf7__list dt:nth-of-type(n + 2),
.cf7__list dd:nth-of-type(n + 2) {
    margin-top: 30px;
}

.cf7__list dt {
    width: 35%;
    padding-top: 15px;
}

.cf7__list dd {
    width: 65%;
    max-width: 450px;
}

/* 必須・任意 */
.cf7__required,
.cf7__optional {
    margin-right: 15px;
    padding: 6px 14px;
    color: #fff;
    font-size: 12px;
    vertical-align: 1px;
}

.cf7__required {
    background: #E86B6B;
}

.cf7__optional {
    background: #C1BBB1;
}

/* input・textarea */
.cf7__list dd input[type="text"],
.cf7__list dd input[type="tel"],
.cf7__list dd input[type="email"],
.cf7__list dd textarea {
    width: 100%;
    padding: 15px 20px;
    background: #fff;
}

/* ドロップダウンメニュー */
.cf7__select {
    position: relative;
}

.cf7__select:before {
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 10;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 8px solid #000;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    pointer-events: none;
    content: '';
}

.cf7__select select {
    width: 100%;
    padding: 19px 20px;
    background: #F4F4F4;
    color: #a5a5a5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* チェックボックス・ラジオボタン */
.cf7__list dd .wpcf7-checkbox,
.cf7__list dd .wpcf7-radio {
    display: block;
    padding: 15px 0 10px;
}

/* 縦並び（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item {
    display: block;
    margin: 0;
}

.cf7__list dd .wpcf7-list-item:nth-child(n + 2) {
    margin-top: 18px;
}

/* マウスカーソル（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item label {
    cursor: pointer;
}

/* チェックボックス・ラジオボタン */
input[type="checkbox"],
input[type="radio"] {
    position: relative;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    border: 1px solid #bcbcbc;
    vertical-align: -3px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* チェックボックス */
input[type="checkbox"]:checked {
    border: 1px solid #000;
    background: #000;
}

input[type="checkbox"]:checked:before {
    position: absolute;
    top: 2px;
    left: 5px;
    transform: rotate(50deg);
    width: 6px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: '';
}

/* ラジオボタン */
input[type="radio"] {
    border-radius: 50%;
}

input[type="radio"]:checked:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #000;
    content: '';
}

/* セレクトボタン */
input[type="checkbox"]:checked:before {
    top: 5px;
    left: 8px;
}

@media (min-width: 600px) {
    input[type="checkbox"]:checked:before {
        top: 2px;
        left: 6px;
    }
}

.wpcf7-form-control-wrap select {
    color: #333;
    background-color: #F2F2F2;
    border: 2px solid #ACACAC;
    padding: 15px 20px;
}

/* プレースホルダー */
/* Google Chrome / Safari / Mozilla Firefox / Opera */
.cf7__list dd input[type="text"]::placeholder,
.cf7__list dd input[type="tel"]::placeholder,
.cf7__list dd input[type="email"]::placeholder,
.cf7__list dd textarea::placeholder {
    color: #CECECE;
}

/* Microsoft Edge */
.cf7__list dd input[type="text"]::-ms-input-placeholder,
.cf7__list dd input[type="tel"]::-ms-input-placeholder,
.cf7__list dd input[type="email"]::-ms-input-placeholder,
.cf7__list dd textarea::-ms-input-placeholder {
    color: #CECECE;
}

/* Internet Explorer */
.cf7__list dd input[type="text"]:-ms-input-placeholder,
.cf7__list dd input[type="tel"]:-ms-input-placeholder,
.cf7__list dd input[type="email"]:-ms-input-placeholder,
.cf7__list dd textarea:-ms-input-placeholder {
    color: #CECECE;
}

/* 送信ボタン */
.cf7__button {
    margin-top: 45px;
    text-align: center;
}

.cf7-submit__button p {
    padding-left: 53px;
}

@media (min-width: 600px) {
    .cf7-submit__button p {
        padding-left: 78px;
    }
}

input[type="submit"] {
    width: 400px;
    height: 64px;
    background: #3A3E33;
    color: #fff;
    transition: opacity .6s;
}

input[type="submit"]:hover {
    opacity: .6;
}

/* ajax-loader */
.wpcf7-spinner {
    vertical-align: middle;
    margin: 0 17px;
}

@media (min-width: 600px) {
    .wpcf7-spinner {
        margin: 0 24px;
    }
}

@media screen and (max-width: 767px) {

    .cf7__list dt {
        width: 100%;
        margin-bottom: 15px;
        padding-top: 0;
    }

    .cf7__list dd {
        width: 100%;
    }

    .cf7__list dd:nth-of-type(n + 2) {
        margin-top: 0;
    }

    .cf7__list dd .wpcf7-checkbox,
    .cf7__list dd .wpcf7-radio {
        padding: 15px 0 0;
    }

    .wpcf7-form input[type="checkbox"],
    input[type="radio"] {
        width: 24px;
        height: 24px;
    }

    /* 送信ボタン */
    input[type="submit"] {
        width: 180px;
        height: 56px;
    }

}

.wpcf7-form {
    padding: 20px;
    /* background: #fff; */
    background-size: cover;
}

@media (min-width: 600px) {
    .wpcf7-form {
/*         padding: 80px 160px; */
    }
}

.cf7__list dd input {
    border: 2px solid #acacac;
}

.cf7__list dd.cf7__select p {
    border: none;
}

/* Contact */
#cf-tbl {
    margin: auto;
}


/************************************
** Table Press
************************************/
/* Table Press */
.post_content table {
max-width: 750px;
}
.wpcf7 {
max-width: 100%;
margin: auto;
}
button,input,select,textarea {
width: 100%;
}

.tablepress {

}
.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))+:where(.child)>*, .tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))>* {
    background-color: #ECF5DD;
}