@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
*/

:root {
    --main-color: #000;
    --sub-color: #fff;
}

html,
body,
button,
input,
select,
textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

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

.font_VDL {
    font-family: "vdl-v7gothic", sans-serif;
    font-weight: 800;
    font-style: normal;
}

body {
    color: #333333;
    font-size: 16px;
    line-height: 1.7;
    background: #fff;
    min-width: 1340px;
}

body.home,
body.single-post {
    margin-top: 120px;
}

.wrap {
    width: 1140px;
    margin: 0 auto;
}

.wrap.mid {
    width: 1240px;
}

.wrap.lr {
    width: 1340px;
}

/* PC固定ページ 共通設定 */
.common_page_main {
    background: #F4F8F3;
    position: relative;
    padding-top: 152px;
    padding-bottom: 350px;
}

.common_page_main .wrap {
    position: relative;
}

.common_page_main .image {
    width: 100%;
    height: 300px;
    position: absolute;
    left: 0;
    top: 0;
}

.common_page_main .image:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #1E4D2B;
    opacity: .5;
}

.common_page_main .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.common_page_main .title_box .sub_title {
    color: #F4F8F3;
    font-size: 130px;
    text-transform: uppercase;
    line-height: 1.4;
}

.common_page_main .title_box .title {
    font-size: 50px;
    letter-spacing: .08em;
    font-weight: 900;
    line-height: 1;
    margin-top: -.3em;
}

.common_page_main .title_box .title:first-letter {
    color: #1E4D2B;
}

.common_page_wrap {
    padding: 100px 0 165px 0;
    background: #fff;
    position: relative;
    border-radius: 10px 0 0 0;
    width: 1340px;
    margin: 0 auto;
    margin-top: -235px;
}

.common_page_wrap:before {
    content: "";
    width: calc( ( 100vw - 1340px ) / 2 );
    height: 100%;
    background: #fff;
    position: absolute;
    right: calc( -1 * ( 100vw - 1340px ) / 2 );
    top: 0;
}

.not_found .text {
    text-align: center;
}

.reserve_text {
    text-align: center;
    font-size: 30px;
}

/* パンくず */
.breadcrumb {
    font-size: 13px;
    font-weight: bold;
    color: #3E3E3E;
    letter-spacing: .08em;
    position: absolute;
    right: 0;
    top: 194px;
}

.breadcrumb a {
    text-decoration: none;
    color: #1E4D2B;
}

/* PC固定ページ お問い合わせ */
.contact_form_disc {
    color: #3E3E3E;
    letter-spacing: .08em;
    font-weight: 400;
    text-align: center;
    margin-block: 0 3.8em;
}

.contact_form_disc .text {
    font-size: 16px;
    margin-block: 0 1em;
}

.contact_form_disc .caution {
    font-size: 14px;
}

.common_contact_form .form_box {
    margin-block: 0 50px;
}

.common_contact_form .form_box dl {
    display: grid;
    grid-template-columns: 26.5% 1fr;
    align-items: center;
    gap: 80px;
}

.common_contact_form .form_box dl.start {
    align-items: flex-start;
}

.common_contact_form .form_box dl+dl {
    margin-block: 1.6em 0;
}

.common_contact_form .form_box dl dt {
    display: flex;
    align-items: center;
    gap: 1.3em;
    font-size: 16px;
    letter-spacing: .08em;
    font-weight: 700;
    padding-inline: 0 0.5em;
    position: relative;
}

.common_contact_form .form_box dl dt .label {
    flex-shrink: 0;
    color: #3E3E3E;
    font-size: 12px;
    letter-spacing: .2em;
    font-weight: 700;
    border-radius: 100vmax;
    padding: 0.2em 0.9em;
}

.common_contact_form .form_box dl dt .label.hissu {
    background: #C70000;
    color: #fff;
}

.common_contact_form .form_box dl dt .label.ninni {
    background: #E0E0E0;
}

.common_contact_form .form_box dl dt::after {
    content: "";
    content: "";
    width: 1px;
    height: 30px;
    background: #AAA;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.common_contact_form input[type="text"],
.common_contact_form input[type="email"],
.common_contact_form #zip {
    width: 100%;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 400;
    padding: 0.8em 1em;
}

.common_contact_form input[type="file"] {
	background: none;
	border: none;
}

.common_contact_form textarea {
    width: 100%;
    height: 180px;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    padding: 1em;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 400;
}

.common_contact_form input::placeholder,
.common_contact_form textarea::placeholder {
    color: #C7C4C4;
}

.common_contact_form select {
    width: 47.5%;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: .08em;
    padding: 1.1em 1em;
}

.common_contact_form select.empty {
    color: #C7C4C4;
}

.page_contact #btn_wrap {
    justify-content: center;
    text-align: right;
    width: 74%;
    margin: auto;
}

.page_contact #btn_wrap button {
    background-color: var(--main-color);
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 310px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 900;
    transition: .3s;
    text-align: center;
    letter-spacing: .08em;
    margin: auto;
}

.page_contact #btn_wrap button[name="submitBack"] {
    background: #333;
    margin-top: 20px;
}

.page_contact #btn_wrap button:hover {
    opacity: .8;
}

.privacy_term_outer .privacy_term_inner {
    height: 138px;
    margin: auto;
    overflow: auto;
}

.privacy_term_outer .privacy_term_inner .privacy_index {
    font-size: 14px;
}

.privacy_term_outer .privacy_term_inner .main_text {
    font-size: 13px;
    margin-bottom: 25px;
}

.privacy_term_outer .privacy_term_inner dl dt {
    font-size: 13px;
    border-left: solid 3px #ccc;
    padding-left: 1em;
    margin-bottom: 5px;
}

.privacy_term_outer .privacy_term_inner dl dd {
    font-size: 13px;
}

.privacy_term_outer .privacy_term_inner dl+dl {
    margin-top: 30px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar {
    width: 8px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-track {
    background: transparent;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 10px;
}

.privacy_term_outer {
    border-top: solid 1px #e3e3e3;
    padding: 30px 0;
    border-bottom: solid 1px #e3e3e3;
    width: 60%;
    margin: 0 auto 50px;
}

.privacy_check_list .mwform-checkbox-field-text {
    padding-right: 0;
}

.privacy_check_list .error {
    font-size: 12px;
}

.privacy_term_detail {
    text-align: center;
    font-size: 13px;
    margin: 20px 0;
    position: relative;
    font-weight: 600;
}

.privacy_term_detail::after {
    content: "";
    margin: 5px auto 0;
    border: solid #333;
    border-width: 2px 2px 0 0;
    width: 10px;
    aspect-ratio: 1 / 1;
    min-width: 0;
    rotate: 135deg;
    display: block;
}

.mw_wp_form_confirm .privacy_check_list,
.mw_wp_form_confirm .privacy_term_detail {
    display: none;
}

/* ラジオボタン デザイン */
.radio_btns,
.checkboxes {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em 1.5em;
    padding: .5em 0;
}

/* ラジオボタンを隠す */
.radio_btns input[type=radio].radio_btns__item {
    display: none;
}

.radio_btns label {
    display: inline-block;
    cursor: pointer;
}

/* spanの左側にボタンを配置するスペースを作る */
.radio_btns .radio_btns__item+span {
    color: #3E3E3E;
    font-size: 15px;
    letter-spacing: .08em;
    font-weight: 600;
    padding-left: 2em;
    display: inline-block;
    position: relative;
}

/* 各パーツを作成 */
.radio_btns .radio_btns__item+span::before,
.radio_btns .radio_btns__item+span::after {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #E6E6E6;
    background: #F8F8F8;
    border-radius: 50%;
    width: 20px;
    aspect-ratio: 1;
    min-width: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

/* after上書き */
.radio_btns .radio_btns__item+span::after {
    width: 10px;
    aspect-ratio: 1;
    min-width: 0;
    top: 0px;
    left: 5px;
    border: none;
    background: #5A5A5A;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: all .3s;
}

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/
.radio_btns .radio_btns__item:checked+span::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* チェックボックス デザイン */
.page_contact input[type="checkbox"] {
    /* デフォルトcheckボックス非表示*/
    display: none;
}

.mwform-checkbox-field label {
    cursor: pointer;
}

.mwform-checkbox-field-text {
    color: #3E3E3E;
    font-size: 15px;
    letter-spacing: .08em;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding: 0 0 0 30px;
}

.mwform-checkbox-field-text::before,
.mwform-checkbox-field-text::after {
    content: "";
    position: absolute;
    display: block;
}

.mwform-checkbox-field-text::before {
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    width: 20px;
    aspect-ratio: 1 / 1;
    min-width: 0;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.mwform-checkbox-field-text::after {
    border-width: 3px;
    border-color: transparent transparent #333 #333;
    border-style: solid;
    width: 20px;
    aspect-ratio: 2/1;
    min-width: 0;
    margin-top: -0.2em;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-45deg);
    opacity: 0;
}

input[type="checkbox"]:checked+.mwform-checkbox-field-text::after {
    opacity: 1;
}

.mw_wp_form .horizontal-item {
    display: inline-block;
}

.mw_wp_form .horizontal-item+.horizontal-item {
    margin-left: 0 !important;
}

/* サンクスページ */

.page_contact .thanks_textArea .name {
    font-size: 16px;
    line-height: 2;
    text-align: center;
    margin-bottom: 20px;
}

.page_contact .thanks_textArea .contact_text {
    margin: 0 auto 50px;
    width: 62%;
}

.page_contact .thanks_textArea .ichiran_link {
    background-color: var(--main-color);
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 50px;
    border-radius: 4px;
    font-size: 16px;
    transition: .3s;
    margin: 0 auto;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: .08em;
    text-align: center;
}

.page_contact .thanks_textArea .ichiran_link:hover {
    opacity: .8;
}

.page_contact .thanks_textArea .contact_text .space {
    display: block;
}

.page_contact .thanks_textArea .contact_text .space {
    display: block;
    margin-top: 10px;
}

/* ステップバー デザイン */
.page_contact .progressbar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5.6em;
    margin-block: 0 3em;
}

.page_contact .progressbar .item {
    color: #3E3E3E;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    position: relative;
}

.page_contact .progressbar .item+.item::before {
    content: "";
    width: 50px;
    height: 1px;
    background: #E6E6E6;
    position: absolute;
    top: 64%;
    left: -5em;
}

.page_contact .progressbar .item .mark {
    width: 36px;
    aspect-ratio: 1;
    background: #fff;
    border: 1px solid #AFAFAF;
    border-radius: 50%;
    display: block;
    margin: 0 auto 0.5em;
    position: relative;
}

.page_contact .progressbar .item .mark::before {
    content: "";
    width: 41%;
    aspect-ratio: 1;
    background: #5A5A5A;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    opacity: 0;
}

.page_contact .progressbar .item.active .mark::before {
    opacity: 1;
}

.page_contact .progressbar .item .en {
    display: block;
    color: #A7A7A7;
    letter-spacing: 0;
    font-family: 'Helvetica', 'Arial', sans-serif;
}

.privacy_check_list {
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.privacy_check_list .hissu {
    background: #c70200;
    color: #fff;
    padding: 2px 15px;
    font-size: 10px;
    letter-spacing: .08em;
    border-radius: 30px;
    font-weight: 600;
}

.mw_wp_form .privacy_check_list .horizontal-item {
    margin: 0;
}

/* PC固定ページ 404ページ */
#page_404 {
    text-align: center;
}

#page_404 .num {
    font-size: 100px;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#page_404 .text {
    margin-bottom: 1em;
    font-size: 16px;
}

.p-authorBox .avatar {
	display: inline;
}

#pc_header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 4px rgba(103, 103, 103,.16);
    z-index: 10;
    min-width: 1340px;
}

#pc_header .flex_box {
    align-items: center;
}

#pc_header .logo_box .text {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 5px;
}

#pc_header .contents .head {
    margin-top: 14px;
    margin-bottom: 10px;
    align-items: center;
}

#pc_header .contents .head .tel_box {
    margin-right:46px;
    letter-spacing: .04em;
}

#pc_header .contents .head .tel_box .tel {
    font-size: 30px;
    line-height: 1.1;
}

#pc_header .contents .head .tel_box .tel .accent {
    color: #1E4D2B;
    font-size: 20px;
}

#pc_header .contents .head .tel_box .time {
    font-size: 13px;
    font-weight: bold;
}

#pc_header .contents .head .button_box ul {
    gap: 10px;
}

#pc_header .contents .head .button_box ul li a {
    display: block;
    color: #fff;
    line-height: 52px;
    width: 230px;
    border-radius: 6px;
    position: relative;
    padding-left: 33px;
    font-size: 15px;
    font-weight: bold;
    overflow: hidden;
}

#pc_header .contents .head .button_box ul li a:before {
    content: "";
    width: 30px;
    height: 100%;
    border-left: 1px solid;
    position: absolute;
    right: 0;
    top: 0;
    background: url(/wp-content/themes/swell_child/image/icon_arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
}

#pc_header .contents .head .button_box ul li.quotation a {
    background: #235214;
    background-image: url(/wp-content/themes/swell_child/image/icon_quotation.svg), linear-gradient(359deg, rgba(35, 82, 20, 1) 0%, rgba(111, 163, 27, 1) 100%);
    background-repeat: no-repeat, no-repeat;
    background-position: 16px, center;
}

#pc_header .contents .head .button_box ul li.mail a {
    background: #044024;
    background-image: url(/wp-content/themes/swell_child/image/icon_mail.svg), linear-gradient(359deg,rgba(4, 64, 36, 1) 0%, rgba(52, 136, 97, 1) 100%);
    background-repeat: no-repeat, no-repeat;
    background-position: 16px, center;
}

#pc_header .contents .head .button_box ul li.line a {
    background: #151515;
    width: 180px;
    background-image: url(/wp-content/themes/swell_child/image/icon_line.svg), linear-gradient(359deg,rgba(21, 21, 21, 1) 0%, rgba(80, 80, 80, 1) 100%);
    background-repeat: no-repeat, no-repeat;
    background-position: 16px, center;
    padding-left: 50px;
}

#pc_header .contents .header_menu ul li.single_menu a,
#pc_header .contents .header_menu ul li.mulch_menu .parent {
    color: #333333;
    font-weight: 900;
    padding: 0 52px;
    position: relative;
    padding-bottom: 14px;
}

#pc_header .contents .header_menu ul li.single_menu a:after,
#pc_header .contents .header_menu ul li.mulch_menu .parent:after {
    content: "";
    width: 1px;
    height: 24px;
    background: #D5D5D5;
    position: absolute;
    right: 0;
    top: 0;
}

#pc_header .contents .header_menu ul li.mulch_menu .parent:before {
    content: "▼";
    font-size: 9px;
    position: absolute;
    right: 35px;
    top: 6px;
    transition: .3s;
}

#pc_header .contents .header_menu ul li.single_menu a:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #1E4D2B;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 3px;
    opacity: 0;
    transition: .3s;
}

#pc_header .contents .header_menu ul li.single_menu:first-child a:before {
    left: 25px;
}

#pc_header .contents .header_menu ul li.single_menu:last-child a:before {
    right: 45px;
    left: auto;
}

#pc_header .contents .header_menu ul li.mulch_menu {
    position: relative;
}

#pc_header .contents .header_menu ul li.mulch_menu .child_menu {
    position: absolute;
    width: 200px;
    padding: 20px 25px 30px 25px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(103, 103, 103,.16);
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
}

#pc_header .contents .header_menu ul li.mulch_menu:hover .child_menu {
    opacity: 1;
    pointer-events: initial;
}

#pc_header .contents .header_menu ul li.mulch_menu .child_menu li a {
    color: #333333;
    font-weight: 900;
    border-bottom: 2px dashed #D5D5D5;
    display: block;
    padding-top: .5em;
    padding-bottom: .5em;
    position: relative;
    transition: .3s;
}

#pc_header .contents .header_menu ul li.mulch_menu .child_menu li a .arrow {
    width: 20px;
    height: 20px;
    background-color: #F8F8F8;
    border-radius: 100%;
    background-image: url(/wp-content/themes/swell_child/image/icon_arrow_long.svg);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    transition: .3s;
}

#pc_header .contents .header_menu ul li.mulch_menu .child_menu li a .arrow.blank {
    background-image: url(/wp-content/themes/swell_child/image/icon_blank.svg);
}

#pc_header .contents .header_menu ul li.single_menu:first-child a {
    padding-left: 0;
}

#pc_header .contents .header_menu ul li.single_menu:last-child a {
    padding-right: 0;
}

#pc_header .contents .header_menu ul li.single_menu:last-child a:after {
    display: none;
}

.section_main_visual {
    position: relative;
    margin-bottom: 152px;
}

.section_main_visual:before {
    content: "";
    width: calc( 100% - 20px );
    height:  calc( 100% - 20px );
    background-image: url(/wp-content/themes/swell_child/image/main_visual.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
    top: 10px;
    border-radius: 6px;
}

.section_main_visual .wrap {
    padding: 109.5px 0;
    position: relative;
}

.section_main_visual .human {
    position: absolute;
    right: -30px;
    top: 10px;
    width: 470px;
    z-index: 2;
}

.section_main_visual .human_white {
    position: absolute;
    right: -40px;
    top: 10px;
    top: 10px;
    width: 470px;
    mix-blend-mode: color-dodge;
}

.section_main_visual .main_lead {
    display: inline-block;
    font-size: 22px;
    font-weight: 900;
    background: linear-gradient(transparent 50%, #fff 50%);
    margin-bottom: 30.5px;
    letter-spacing: .17em;
}

.section_main_visual .main_catch {
    margin-bottom: 5px;
}

.section_main_visual .image_text {
    display: block;
    margin-bottom: 5px;
}

.section_main_visual .main_catch .text {
    font-size: 32px;
}

.section_main_visual .main_catch .text.accent {
    color: #216935;
    margin: 0 -.6em;
}

.section_main_visual .contact_box .lead {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: .06em;
}

.section_main_visual .contact_box .lead small {
    font-size: 20px;
    margin-right: -.3em;
}

.section_main_visual .contact_box .lead .accent {
    color: #E26000;
}

.section_main_visual .contact_box .lead .accent.num {
    font-size: 36px;
    letter-spacing: 0em;
    margin: 0 -.15em;
}

.section_main_visual .contact_box ul {
    gap: 10px;
}

.common_cta_button a {
    display: block;
    width: 350px;
    line-height: 80px;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    border-radius: 6px;
    position: relative;
    padding-left: 51.6px;
    position: relative;
    letter-spacing: .05em;
    overflow: hidden;
}

.common_cta_button.quotation a {
    background: #235214;
    background-image: url(/wp-content/themes/swell_child/image/icon_quotation.svg), linear-gradient(359deg, rgba(35, 82, 20, 1) 0%, rgba(111, 163, 27, 1) 100%);
    background-repeat: no-repeat, no-repeat;
    background-position: 20px, center;
    background-size: 21.1px, auto;
}

.common_cta_button.mail a {
    background: #044024;
    background-image: url(/wp-content/themes/swell_child/image/icon_mail.svg), linear-gradient(359deg,rgba(4, 64, 36, 1) 0%, rgba(52, 136, 97, 1) 100%);
    background-repeat: no-repeat, no-repeat;
    background-position: 20px, center;
    background-size: 26.73px, auto;
}

.common_cta_button.line a {
    background: #044024;
    background-image: url(/wp-content/themes/swell_child/image/icon_line.svg), linear-gradient(359deg,rgba(21, 21, 21, 1) 0%, rgba(80, 80, 80, 1) 100%);
    background-repeat: no-repeat, no-repeat;
    background-position: 20px, center;
    background-size: 22px, auto;
}

.common_cta_button a:before {
    content: "";
    width: 80px;
    height: 100%;
    border-left: 1px solid;
    position: absolute;
    right: 0;
    top: 0;
    background: url(/wp-content/themes/swell_child/image/icon_arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px;
}

.information_box {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: 8px calc(( 100vw - 1340px ) / 2 - 30px ) 13px 20px;
    border-radius: 6px 0 0 0;
    z-index: 2;
}

.information_box .flex_box {
    align-items: center;
    gap: 30px;
}

.information_box .title {
    font-weight: 900;
}

.information_box .title:first-letter {
    color: #216935;
    letter-spacing: .1em;
}

.information_box .slider_box {
    width: 470px;
}

.information_box ul li a {
    display: flex;
    align-items: center;
}

.information_box ul li a .data {
    background: #F0F0F0;
    border-radius: 20px;
    font-size: 12px;
    width: 90px;
    text-align: center;
    line-height: 20px;
    color: #656565;
}

.information_box ul li a .text {
    width: calc( 100% - 90px );
    padding-left: 31px;
    font-weight: bold;
    color: #333333;
    font-size: 14px;
    padding-right: 14px;
    background: url(/wp-content/themes/swell_child/image/icon_arrow_long.svg);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 14px;
}

.information_box .button a {
    display: block;
    border-left: 1px solid #DDDDDD;
    padding-left: 13px;
    color: #1E4D2B;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 18px;
    position: relative;
    font-size: 14px;
}

.information_box .button a:before {
    content: "▶︎";
    position: absolute;
    left: 30px;
    bottom: 0px;
    font-size: 12px;
}

.home .section_concept {
    padding-bottom: 162.4px;
    position: relative;
}

.section_concept.animated {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.section_concept.animated.fadeInUp {
  opacity: 1;
  transform: translateY(0);
}

.home .section_concept .en_catch {
    font-size: 190px;
    color: #F8F8F8;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -150px;
    z-index: -1;
}

.home .section_concept .cont {
    gap: 107px;
}

.home .section_concept .title_box .title .en {
    font-size: 48px;
    color: #434343;
}

.home .section_concept .title_box .title .jp {
    font-size: 54px;
    font-weight: 900;
}

.home .section_concept .title_box .title .accent {
    color: #2D8947;
}

.home .section_concept .title_box .title .accent_2 {
    color: #285D23;
}

.home .section_concept .text_box {
    width: 590px;
    padding-top: 35.5px;
    border-top: 2px solid #D1D1D1;
    position: relative;
    margin-top: 167px;
}

.home .section_concept .text_box:before {
    content: "";
    width: 120px;
    height: 2px;
    background: #285D23;
    position: absolute;
    left: 0;
    top: -2px;
}

.home .section_concept .text_box .text {
    line-height: 1.9;
    letter-spacing: .02em;
    font-weight: 500;
}

.home .section_feature .main_contents {
    background: #F4F8F2;
    padding: 96px 0 255px 0;
}

.home .section_feature .main_contents .title_box {
    text-align: center;
    margin-bottom: 27px;
}

.home .section_feature .main_contents .title_box .text {
    font-size: 48px;
    font-weight: 900;
    line-height: 1.2;
}

.home .section_feature .main_contents .title_box .text small {
    font-size: 24px;
}

.home .section_feature .main_contents .title_box .text .accent {
    font-size: 65px;
    color: #285D23;
}

.home .section_feature .main_contents ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.home .section_feature .main_contents ul li {
    position: relative;
}

.home .section_feature .main_contents ul li .image {
    width: 100%;
    height: 200px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.home .section_feature .main_contents ul li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home .section_feature .main_contents ul li .image:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000F02;
    background: linear-gradient(93deg,rgba(0, 15, 2, 0.8) 0%, rgba(255, 255, 255, 0) 40%);
}

.home .section_feature .main_contents ul li .en {
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 2;
    color: #fff;
    font-size: 25px;
    writing-mode: vertical-rl;
}

.home .section_feature .main_contents ul li .en .accent {
    color: #44A84F;
}

.home .section_feature .main_contents ul li .text_box .title {
    font-size: 24px;
    color: #1E4D2B;
    font-weight: 900;
    margin-bottom: 17px;
}

.home .section_feature .main_contents ul li .text_box .title span {
    border-bottom: 2px solid;
}

.home .section_feature .main_contents ul li .text_box .text {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 1.65;
}

.home .section_feature .declaration_contents {
    padding-bottom: 160px;
}

.home .section_feature .declaration_contents .cont {
    background-color: #fff;
    border: 1px solid #245F34;
    border-radius: 10px;
    position: relative;
    margin-top: -105px;
    padding: 86px 130px 78px 130px;
    background-image: url(/wp-content/themes/swell_child/image/declaration_illust_1.svg) , url(/wp-content/themes/swell_child/image/declaration_illust_2.svg);
    background-position: 0 13px, right 20px bottom 6px;
    background-repeat: no-repeat;
}

.home .section_feature .declaration_contents .cont .ribbon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -80px;
}

.home .section_feature .declaration_contents .cont .dotted {
    content: "";
    width: 10px;
    height: 10px;
    background: #1E4D2B;
    border-radius: 100%;
    position: absolute;
}

.home .section_feature .declaration_contents .cont .dotted.left {
    left: 10px;
}

.home .section_feature .declaration_contents .cont .dotted.right {
    right: 10px;
}

.home .section_feature .declaration_contents .cont .dotted.top {
    top: 10px;
}

.home .section_feature .declaration_contents .cont .dotted.bottom {
    bottom: 10px;
}

.home .section_feature .declaration_contents .cont .title_box {
    margin-bottom: 21px;
    text-align: center;
    font-weight: 900;
    background: url(/wp-content/themes/swell_child/image/icon_accent.svg) ,url(/wp-content/themes/swell_child/image/icon_accent.svg);
    background-position: 140px 5px , right 170px top 70px;
    background-repeat: no-repeat;
}

.home .section_feature .declaration_contents .cont .title_box .title {
    font-size: 40px;
    line-height: 1.4;
    letter-spacing: .1em;
}

.home .section_feature .declaration_contents .cont .title_box .title .green {
    color: #1E4D2B;
}

.home .section_feature .declaration_contents .cont .title_box .title .accent {
    color: #E26000;
    font-size: 48px;
}

.home .section_feature .declaration_contents .cont .text {
    font-weight: 500;
    text-align: center;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: .02em;
}

.home .section_business {
    padding-bottom: 130px;
}

.home .section_business .title_box {
    background: #718878;
    padding-top: 83px;
    padding-bottom: 240px;
    color: #fff;
    line-height: 1;
}

.home .section_business .title_box .cont {
    align-items: flex-end;
    gap: 40px;
    position: relative;
}

.home .section_business .title_box .cont .illust {
    position: absolute;
    left: 565px;
    top: -10px;
}

.home .section_business .title_box .en {
    font-size: 140px;
}

.home .section_business .title_box .title {
    font-size: 48px;
    font-weight: 900;
    line-height: 1.33;
    letter-spacing: .1em;
}

.home .section_business .contents {
    margin-left: calc( (100vw - 1240px ) / 2 );
    margin-top: -247px;
    background: #fff;
    padding: 50px;
    border-radius: 10px 0 0 0;
}

.home .section_business .contents .flex_box {
    gap: 10px;
}

.home .section_business .contents .flex_box .main_box {
    width: 560px;
}

.home .section_business .contents .flex_box .sub_box {
    width: 570px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.home .section_business .contents .flex_box .box {
    height: 180px;
}

.home .section_business .contents .flex_box .main_box .box {
    height: 370px;
}

.home .section_business .contents .flex_box .box a .mask {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    mix-blend-mode: multiply;
    background-image: url(/wp-content/themes/swell_child/image/mask.png);
    background-size: cover;
    z-index: 2;
}

.home .section_business .contents .flex_box .box a .mask_2 {
    content: "";
    width: 100%;
    height: 100%;
    background: #262B27;
    opacity: .3;
    position: absolute;
    left: 0;
    top: 0;
    mix-blend-mode: multiply;
    z-index: 1;
}

.home .section_business .contents .flex_box .box a {
    display: block;
    height: 100%;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.home .section_business .contents .flex_box .box .image {
    width: 100%;
    height: 100%;
}

.home .section_business .contents .flex_box .box .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

.home .section_business .contents .flex_box .box .text_box {
    position: absolute;
    left: 20px;
    top: 27px;
    color: #fff;
    z-index: 2;
}

.home .section_business .contents .flex_box .box .text_box .title {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: .05em;
}

.home .section_business .contents .flex_box .main_box .box .text_box .title  {
    font-size: 28px;
}

.home .section_business .contents .flex_box .box .text_box .title small {
    font-size: 13px;
    letter-spacing: .05em;
}

.home .section_business .contents .flex_box .box .text_box .en {
    font-size: 14px;
}

.home .section_business .contents .flex_box .main_box .box .text_box .en  {
    font-size: 16px;
}

.home .section_business .contents .flex_box .box .arrow {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    z-index: 2;
    bottom: 20px;
    right: 20px;
    background-image: url(/wp-content/themes/swell_child/image/icon_arrow_long.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    transition: .3s;
}

.home .section_business .contents .flex_box .box .arrow.blank {
    background-image: url(/wp-content/themes/swell_child/image/icon_blank.svg);
}

.home .section_business .contents .flex_box .main_box .box .arrow {
    width: 50px;
    height: 50px;
    background-size: 14px;
}

.home .section_faq {
    padding-bottom: 170px;
}

.home .section_faq .title_box {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.home .section_faq .title_box .title {
    font-size: 40px;
    font-weight: 900;
}

.home .section_faq .title_box .title .accent {
    color: #1E4D2B;
}

.home .section_faq .title_box .en {
    font-size: 120px;
    color: #F2F5F3;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    z-index: -1;
}

.common_faq_list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.common_faq_list dl {
    border-bottom: 1.5px dashed #E6E6E6;
    padding-top: 30px;
    padding-bottom: 30px;
}

.common_faq_list dl:nth-child(odd) {
    border-right: 1.5px dashed #E6E6E6;
    padding-right: 40.5px;
}

.common_faq_list dl:nth-child(even) {
    padding-left: 39.5px;
}

.common_faq_list dl dt {
    padding-left: 80px;
    position: relative;
    margin-bottom: 32px;
}

.common_faq_list dl dt:before {
    content: "Q";
    width: 50px;
    height: 50px;
    line-height: 45px;
    background: #333333;
    color: #44A84F;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 30px;
    border-radius: 5px;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
}

.common_faq_list dl dt .title {
    font-size: 18px;
    font-weight: 800;
    color: #1E4D2B;
}

.common_faq_list dl dd {
    position: relative;
    padding-left: 80px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .1em;
}

.common_faq_list dl dd:before {
    content: "A";
    width: 50px;
    height: 50px;
    line-height: 45px;
    background: #E5F5E1;
    color: #333333;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    font-size: 30px;
    border-radius: 5px;
    font-weight: bold;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
}

.common_button a {
    display: block;
    color: #fff;
    line-height: 60px;
    width: 280px;
    border-radius: 6px;
    position: relative;
    padding-left: 33px;
    font-weight: 900;
    background: #1E4D2B;
    background: linear-gradient(0deg,rgba(30, 77, 43, 1) 0%, rgba(58, 125, 68, 1) 100%);
    margin: 0 auto;
    overflow: hidden;
}

.common_button.white a {
    background: #fff;
    color: #1E4D2B;
    border: 1px solid #fff;
    transition: .3s;
}

.common_button a:before {
    content: "";
    width: 57.9px;
    height: 100%;
    border-left: 1px solid;
    position: absolute;
    right: 0;
    top: 0;
    background: url(/wp-content/themes/swell_child/image/icon_arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px;   
}

.common_button.blank a:before {
    background-image: url(/wp-content/themes/swell_child/image/icon_blank_white.svg);
    background-size: 13px;
}

.common_button.white a:before {
    background: url(/wp-content/themes/swell_child/image/icon_arrow_green.svg);
    border-color: #1E4D2B;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px; 
}

.home .section_faq .common_button a {
    margin-top: 50px;
}

.home .section_blog {
    background: #46644F;
    padding-top: 40.5px;
    padding-bottom: 39.5px;
    position: relative;
}

.home .section_blog:before {
    content: "";
    width: calc( ( 100vw - 1140px ) / 2 + 410px );
    background: #46644F;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.home .section_blog .cont {
    align-items: center;
}

.home .section_blog .title_area {
    padding-right: 60px;
    border-right: 1px solid #334637;
    padding-top: 24px;
    padding-bottom: 24px;
    position: relative;
    width: 350px;
    z-index: 3;
}

.home .section_blog .title_area .title_box {
    color: #fff;
    margin-bottom: 38px;
}

.home .section_blog .title_area .title_box .title {
    font-size: 38px;
    font-weight: 900;
    line-height: 1.3;
    letter-spacing: .05em;
}

.home .section_blog .title_area .title_box .en {
    font-size: 30px;
}

.home .section_blog .title_area .pager_box {
    margin-bottom: 30px;
    height: 45px;
    align-items: center;
}

.home .section_blog .title_area .pager_box .arrow {
    transition: .3s;
}

.home .section_blog .title_area .pager_box .arrow.next img {
    transform: scale(-1, 1);
}

.home .section_blog .title_area .pager_box .num {
    margin: 0 30px;
    align-items: flex-end;
    line-height: 1;
}

.home .section_blog .title_area .pager_box .num .total {
    color: #fff;
    font-size: 20px;
}

.home .section_blog .title_area .pager_box .num .now {
    color: #44A84F;
    font-size: 30px;
    margin-right: 10px;
}

.home .section_blog .title_area .illust {
    position: absolute;
    bottom: -20px;
    z-index: 1;
    left: -200px;
}

.home .section_blog .title_area * {
    position: relative;
    z-index: 2;
}

.home .section_blog .archive_area {
    width: 790px;
    padding-left: 60px;
    position: relative;
}

.home .section_blog .archive_area .slick-list {
    overflow: visible!important;
}

.home .section_blog .archive_area ul li.slide {
    width: 230px;
    margin-right: 20px;
}

.home .section_blog .archive_area ul li.slide .image {
    width: 100%;
    height: 140px;
    margin-bottom: 24px;
    overflow: hidden;
    border-radius: 6px;
}

.home .section_blog .archive_area ul li.slide .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

.home .section_blog .archive_area ul li.slide .text_box {
    color: #fff;
}

.home .section_blog .archive_area ul li.slide .text_box .title {
    font-weight: bold;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: 54.39px;
}

.home .section_blog .archive_area ul li.slide .text_box .text {
    font-size: 13px;
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-bottom: 10px;
}

.home .section_blog .archive_area ul li.slide .text_box .data {
    text-align: right;
    font-size: 13px;
}

.home .section_about {
    padding-top: 203px;
    padding-bottom: 184px;
}

.home .section_about .wrap {
    position: relative;
}

.home .section_about .image_area.left {
    width: 170px;
    position: absolute;
    left: 0;
    top: 0;
}

.home .section_about .image_area.right {
    width: 530px;
    position: absolute;
    right: 0;
    top: 0;
}

.home .section_about .image_area.right ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}

.home .section_about .image_area ul li {
    width: 100%;
    height: 170px;
    position: relative;
}

.home .section_about .image_area ul li:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #396445;
    opacity: .5;
    mix-blend-mode: multiply;
    position: absolute;
    left: 0;
    top: 0;
}

.home .section_about .image_area ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home .section_about .image_area.left ul li + li {
    margin-top: 10px;
}

.home .section_about .text_area {
    width: 750px;
    background: #fff;
    padding: 42px 70px;
    margin-left: 100px;
    position: relative;
    z-index: 2;
    min-height: 530px;
}

.home .section_about .text_area .title_box {
    gap: 35.7px;
    margin-bottom: 13px;
}

.home .section_about .text_area .title_box .title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .1em;
}

.home .section_about .text_area .title_box .title .accent {
    font-size: 54px;
    color: #1E4D2B;
    letter-spacing: 0;
}

.home .section_about .text_area .text {
    font-size: 13px;
    color: #555555;
    letter-spacing: .03em;
    line-height: 1.94;
    margin-bottom: 47px;
}

.home .section_about .text_area .common_button a {
    margin-left: 0;
}

.section_common_cta {
    padding-top: 46px;
    padding-bottom: 60px;
    background: url(/wp-content/themes/swell_child/image/cta_back.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 11;
}

.section_common_cta:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #E6F2E9;
    opacity: .8;
    position: absolute;
    left: 0;
    top: 0;
}

.section_common_cta .wrap {
    position: relative;
}

.section_common_cta .main_title_box {
    text-align: center;
    margin-bottom: 24px;
}

.section_common_cta .main_title_box .en {
    font-size: 18px;
}

.section_common_cta .main_title_box .title {
    font-size: 40px;
    font-weight: 800;
    letter-spacing: .1em;
}

.common_cta_box .lead_title {
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: .05em;
}

.common_cta_box .lead_title small {
    font-size: 18px;
    margin-right: -.3em;
}

.common_cta_box .lead_title .accent {
    color: #E26000;
}

.common_cta_box ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
    margin-bottom: 15px;
}

.common_cta_box ul li {
    background: #fff;
    padding: 20px 30px 30px 30px;
    border-radius: 6px;
}

.common_cta_box ul li .title {
    text-align: center;
    font-weight: 800;
    margin-bottom: 6px;
}

.common_cta_box ul li .common_cta_button a {
    width: 310px;
    line-height: 60px;
    font-size: 16px;
    padding-left: 55.2px;
}

.common_cta_box ul li .common_cta_button a:before {
    width: 60px;
    background-size: 10px;
}

.common_cta_box ul li .common_cta_button.quotation a {
    background-position: 30px, center;
    background-size: 18.57px, auto;
}

.common_cta_box ul li .common_cta_button.mail a {
    background-size: 25.45px, auto;
}

.common_cta_box ul li .common_cta_button.line a {
    padding-left: 64.8px;
}

.common_cta_box .tel_box {
    background: #fff;
    border-radius: 6px;
    padding-top: 8px;
    padding-bottom: 11.5px;
    justify-content: center;
    align-items: center;
}

.common_cta_box .tel_box .title {
    margin-right: 76px;
    font-weight: 800;
}

.common_cta_box .tel_box .tel {
    font-size: 38px;
    margin-right: 11px;
    line-height: 1.6;
}

.common_cta_box .tel_box .tel small {
    font-size: 20px;
    color: #1E4D2B;
}

.common_cta_box .tel_box .time {
    font-size: 13px;
    font-weight: bold;
}

footer#main_footer {
    background: #33503E;
    padding: 20px;
    position: relative;
    z-index: 11;
}

footer#main_footer .cont {
    background: #fff;
    padding: 62px 0;
    width: 1400px;
    margin: 0 auto;
    border-radius: 6px;
}

footer#main_footer .cont .company_information {
    width: 350px;
}

footer#main_footer .cont .company_information .logo_box {
    margin-bottom: 39.5px;
}

footer#main_footer .cont .company_information .logo_box .text {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 13px;
}

footer#main_footer .cont .company_information .map_box {
    margin-bottom: 5.5px;
}

footer#main_footer .cont .company_information .map_box .address {
    margin-bottom: 10px;
}

footer#main_footer .cont .company_information .map_box .map iframe {
    height: 170px;
    width: 320px;
    border-radius: 6px;
}

footer#main_footer .cont .company_information .tel_box {
    margin-bottom: 16px;
}

footer#main_footer .cont .company_information .tel_box .tel {
    font-size: 34px;
    
}

footer#main_footer .cont .company_information .tel_box .tel small {
    font-size: 20px;
    color: #1E4D2B;
}

footer#main_footer .cont .company_information .tel_box .time {
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
}

footer#main_footer .cont .company_information .permit_number {
    font-size: 14px;
    margin-bottom: 60px;
}

footer#main_footer .cont .company_information .copyright small {
    font-size: 12px;
    font-weight: 500;
    color: #555555;
}

footer#main_footer .cont .site_contents {
    width: 800px;
}

footer#main_footer .cont .site_contents .box_cont:first-child {
    border-bottom: 1px solid #D3D3D3;
    margin-bottom: 25.5px;
    padding-bottom: 25.5px;
    padding-right: 50px;
}

footer#main_footer .cont .site_contents .main_menu {
    margin-bottom: 76px;
}

footer#main_footer .cont .site_contents .main_menu .box ul.single li a,
footer#main_footer .cont .site_contents .main_menu .box ul.mulch li.parent a {
    color: #333333;
    font-weight: 900;
    padding-left: 22px;
    position: relative;
    background: url(/wp-content/themes/swell_child/image/icon_arrow_green.svg);
    background-position: 0;
    background-repeat: no-repeat;
}

footer#main_footer .cont .site_contents .main_menu .box ul.single li a.blank {
    background: url(/wp-content/themes/swell_child/image/icon_arrow_green.svg) , url(/wp-content/themes/swell_child/image/icon_blank.svg);
    background-repeat: no-repeat;
    background-position: 0, 100%;
    padding-right: 20px;
}

footer#main_footer .cont .site_contents .main_menu .box ul li a small {
    padding-left: 22px;
    display: block;
    margin-top: -.2em;
}

footer#main_footer .cont .site_contents .main_menu .box_cont:first-child .box:last-child ul.single li a {
    font-size: 14px;
    font-weight: bold;
}

footer#main_footer .cont .site_contents .main_menu .box ul.single li + li {
    margin-top: 10px;
}

footer#main_footer .cont .site_contents .main_menu .box_cont:first-child .box:first-child ul.single li + li {
    margin-top: 30px;
}

footer#main_footer .cont .site_contents .main_menu .box .title {
    font-weight: 900;
    margin-bottom: 14px;
}

footer#main_footer .cont .site_contents .main_menu .box ul.mulch li.parent {
    margin-bottom: 10px;
}

footer#main_footer .cont .site_contents .main_menu .box ul.mulch ul.child_menu li a {
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    margin-left: 18px;
}

footer#main_footer .cont .site_contents .main_menu .box ul.mulch ul.child_menu li + li {
    margin-top: 12px;
}

footer#main_footer .cont .site_contents .main_menu .box ul.mulch ul.child_menu li a:before {
    content: "- ";
}

footer#main_footer .cont .site_contents .main_menu .box .in_cont {
    gap: 85px;
}

footer#main_footer .cont .site_contents .contact_box {
    margin-bottom: 57px;
}

footer#main_footer .cont .site_contents .contact_box .lead_box {
    position: relative;
}

footer#main_footer .cont .site_contents .contact_box .lead_box:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #D3D3D3;
    position: absolute;
    left: 0;
    top: 50%;
}

footer#main_footer .cont .site_contents .contact_box .lead_title {
    font-size: 22px;
    font-weight: 900;
    display: inline-block;
    background: #fff;
    position: relative;
    padding-right: 15.5px;
}

footer#main_footer .cont .site_contents .contact_box .lead_title small {
    font-size: 18px;
}

footer#main_footer .cont .site_contents .contact_box .lead_title .accent {
    color: #E26000;
}

footer#main_footer .cont .site_contents .contact_box ul {
    margin-top: 10px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}

footer#main_footer .cont .site_contents .contact_box ul li .common_cta_button a {
    width: auto;
    font-size: 14px;
    padding-left: 40px;
    line-height: 60px;
}

footer#main_footer .cont .site_contents .contact_box ul li .common_cta_button.quotation a {
    background-size: 15.71px , auto;
    background-position: 14px, 0;
}

footer#main_footer .cont .site_contents .contact_box ul li .common_cta_button.mail a {
    background-size: 20.36px , auto;
    background-position: 14px, 0;
}

footer#main_footer .cont .site_contents .contact_box ul li .common_cta_button.line a {
    background-size: 22px , auto;
    background-position: 14px, 0;
    padding-left: 50px;
}

footer#main_footer .cont .site_contents .contact_box ul li .common_cta_button a:before {
    width: 60px;
    background-size: 10px;
}

footer#main_footer .other_menu ul {
    justify-content: flex-end;
}

footer#main_footer .other_menu ul li a {
    color: #555555;
    font-size: 13px;
}

footer#main_footer .other_menu ul li:after {
    content: "/";
    margin: 0 1em;
}

footer#main_footer .other_menu ul li:last-child::after {
    display: none;
}

@media (min-width: 750px) {
    
    #pc_header .contents .head .button_box ul li a::after {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%);
      transition: .5s;
    }
    
    #pc_header .contents .head .button_box ul li a:hover::after {
      top: 0;
      left: 100%;
    }

    .common_cta_button a::after {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%);
      transition: .5s;
    }
    
    .common_cta_button a:hover::after {
      top: 0;
      left: 100%;
    }

    .common_button a::after {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%);
      transition: .5s;
    }
    
    .common_button a:hover::after {
      top: 0;
      left: 100%;
    }

    #pc_header .contents .header_menu ul li.single_menu a:hover {
        color: #216935;
    }

    #pc_header .contents .header_menu ul li.single_menu a:hover::before {
        opacity: 1;
    }
    
    #pc_header .contents .header_menu ul li.mulch_menu:hover .parent:before {
        content: "▲";
    }

    .information_box .button a:hover {
        opacity: .7;
    }

    .information_box ul li a:hover .text {
        background-image: url(/wp-content/themes/swell_child/image/icon_arrow_long_green.svg);
        color: #216935;
    }

    .home .section_business .contents .flex_box .box a:hover img {
        transform: scale(1.1,1.1);
    }

    .home .section_business .contents .flex_box .box a:hover .arrow {
        background-color: #216935;
        background-image: url(/wp-content/themes/swell_child/image/icon_arrow_long_white_2.svg);
    }

    .home .section_business .contents .flex_box .box a:hover .arrow.blank {
        background-image: url(/wp-content/themes/swell_child/image/icon_blank_white.svg);
    }

    .home .section_blog .archive_area ul li.slide a:hover .image img {
        transform: scale(1.1,1.1);
    }

    .home .section_blog .archive_area ul li.slide a:hover .text_box .title {
        text-decoration: underline;
    }

    .home .section_blog .title_area .pager_box .arrow.prev:hover {
        transform: translateX(-5px);
    }
    
    .home .section_blog .title_area .pager_box .arrow.next:hover {
        transform: translateX(5px);
    }

    .common_button.white a:hover {
        background: #216935;
        color: #fff;
    }

    .common_button.white a:hover::before {
        border-color: #fff;
        background-image: url(/wp-content/themes/swell_child/image/icon_arrow.svg);
    }

    footer#main_footer .cont .site_contents .main_menu .box a:hover {
        opacity: .7;
        transition: .3s;
    }

    footer#main_footer .other_menu ul li a:hover {
        opacity: .7;
        transition: .3s;
    }

    #pc_header .contents .header_menu ul li.mulch_menu .child_menu li a:hover {
        color: #216935;
    }

    #pc_header .contents .header_menu ul li.mulch_menu .child_menu li a:hover .arrow {
        background-color: #216935;
        background-image: url(/wp-content/themes/swell_child/image/icon_arrow_long_white_2.svg);
    }

    #pc_header .contents .header_menu ul li.mulch_menu .child_menu li a:hover .arrow.blank {
        background-image: url(/wp-content/themes/swell_child/image/icon_blank_white.svg);
    }
    
    
}

/* 事業内容（PC） */

.page_business .cont .item + .item {
    margin-top: 76.5px;
}

.page_business .cont .item {
    padding-bottom: 83.5px;
    border-bottom: 2px solid #D5D5D5;
    position: relative;
}

.page_business .cont .item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.page_business .cont .item:last-child::before {
    display: none;
}

.page_business .cont .item:before {
    content: "";
    width: 120px;
    height: 2px;
    background: #147C1F;
    position: absolute;
    left: 0;
    bottom: -2px;
}

.page_business .cont .item .image {
    width: 460px;
    height: 320px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.page_business .cont .item:nth-child(odd) .image {
    order: -1;
}

.page_business .cont .item .image:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #262B27;
    opacity: .3;
    mix-blend-mode: multiply;
}

.page_business .cont .item .image img {
    width: 100%;
    height: 100%;
}

.page_business .cont .item .text_area {
    width: 590px;
}

.page_business .cont .item .text_area .title_box {
    margin-bottom: 25px;
}

.page_business .cont .item .text_area .title_box .title {
    color: #1E4D2B;
    font-weight: 800;
    font-size: 30px;
    letter-spacing: .1em;
    line-height: 1.4;
}

.page_business .cont .item .text_area .title_box .title small {
    font-size: 18px;
    margin-left: .5em;
}

.page_business .cont .item .text_area .title_box .en {
    color: #797979;
}

.page_business .cont .item .text_area .catch {
    font-size: 20px;
    color: #1D1D1D;
    font-weight: bold;
    margin-bottom: 12px;
    line-height: 1.6;
}

.page_business .cont .item .text_area .text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: .04em;
}

.page_business .cont .item .text_area .common_button a {
    width: 340px;
    margin-left: 0;
    margin-top: 43px;
    background: #1E4D2B;
}

/* よくある質問（PC） */

.page_faq .faq_navi {
    margin-bottom: 100px;
}

.page_faq .faq_navi ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.page_faq .faq_navi ul li .common_button a {
    width: 100%;
    font-weight: 700;
}

.page_faq .faq_navi ul li .common_button a:before {
    background-image: none;
}

.page_faq .faq_navi ul li .common_button a:before {
    content: "▼";
    font-size: 12px;
    text-align: center;
    width: 30px;
}

.page_faq .item + .item {
    margin-top: 100px;
}

.page_faq .item .faq_title {
    font-size: 32px;
    margin-bottom: 1em;
    font-weight: 800;
    color: #1E4D2B;
    text-align: center;
    text-decoration: underline;
    letter-spacing: .05em;
}

@media (max-width: 750px) {
    .wrap {
        max-width: 90%;
    }

    .wrap.lr {
        max-width: 95%;
    }

    a[href $='.pdf']::before {
        width: 7vw;
        height: 8vw;
        margin-right: 2.5vw;
    }

    a[href $='.pdf']:hover {
        text-decoration: underline;
    }

    body {
        font-size: 3.5vw;
        min-width: unset;
    }
    
    body.home,
    body.single-post{
        margin-top: 70px;
    }

    /* SPヘッダー */
    #sp_header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0 2px 4px rgba(103, 103, 103,.16);
        z-index: 999;
        height: 70px;
    }

    #sp_header .title {
        font-size: 9px;
        font-weight: 500;
        position: absolute;
        left: 10px;
        top: 9px;
    }

    #sp_header .logo {
        position: absolute;
        left: 10px;
        top: 25.6px;
        line-height: 0;
    }

    #sp_header .logo img {
        width: 200px;
    }

    /* SP固定ページ 共通設定 */
    .common_page_main {
        margin-top: 80px;
        padding-top: 14vw;
        padding-bottom: 90vw;
    }

    .common_page_main .wrap {
        position: static;
    }

    .common_page_main .image {
        height: 31vw;
    }

    .common_page_main .title_box {
        position: relative;
    }

    .common_page_main .title_box .sub_title {
        font-size: 15.38vw;
    }

    .common_page_main .title_box .title {
        font-size: 7.69vw;
        margin-top: 0;
    }

    .common_page_wrap {
        padding: 10vw 0 20vw 0;
        margin: -78vw auto 0 auto;
        width: 90vw;
    }

    .common_page_wrap:before {
        width: 5vw;
        right: -5vw;
    }

    .reserve_text {
        font-size: 6vw;
    }

    /* パンくず */
    .breadcrumb {
        font-size: 3vw;
        top: 2.5vw;
        color: #fff;
        right: 5vw;
    }

    .breadcrumb a {
        color: #fff;
    }

    /* SP固定ページ お問い合わせ */
    .contact_form_disc {
        margin-block: 0 2em;
    }

    .contact_form_disc .text {
        font-size: 3.6vw;
        margin-block: 0 0.8em;
    }

    .contact_form_disc .caution {
        font-size: 3.1vw;
        letter-spacing: .06em;
    }

    .common_contact_form .form_box {
        margin-block: 0 10vw;
    }

    .common_contact_form .form_box dl {
        grid-template-columns: 1fr;
        gap: 0.6em;
    }

    .common_contact_form .form_box dl+dl {
        margin-block: 1.3em 0;
    }

    .common_contact_form .form_box dl dt {
        flex-direction: row-reverse;
        justify-content: space-between;
        font-size: 4.1vw;
        padding-inline: 0;
    }

    .common_contact_form .form_box dl dt .label {
        font-size: 3.1vw;
    }

    .common_contact_form .form_box dl dt::after {
        content: none;
    }

    .common_contact_form input[type="text"],
    .common_contact_form input[type="email"],
    .common_contact_form #zip {
        font-size: 3.6vw;
    }

    .common_contact_form select {
        width: 100%;
        font-size: 3.6vw;
    }

    .common_contact_form textarea {
        height: 33vw;
        font-size: 3.6vw;
    }

    .radio_btns,
    .checkboxes {
        gap: 0.5em 2.5em;
    }

    .page_contact #btn_wrap button {
        width: 83%;
        line-height: 15.5vw;
        font-size: 4.6vw;
    }

    .page_contact #btn_wrap button[name="submitBack"] {
        margin-top: 4vw;
    }

    .mwform-checkbox-field.horizontal-item {
        display: block;
    }

    .page_contact #btn_wrap {
        width: 100%;
        text-align: center;
    }

    .privacy_check_list .mwform-checkbox-field-text {
        font-size: 3.8vw;
        padding-left: 11vw;
    }

    .mw_wp_form .privacy_check_list .horizontal-item {
        margin-right: 4vw;
    }

    .privacy_check_list .hissu {
        padding: 0.3vw 4vw;
    }

    .privacy_check_list {
        margin-bottom: 6vw;
    }

    .privacy_term_detail {
        font-size: 3.4vw;
        margin: 5vw 0;
    }

    .privacy_term_outer {
        width: 96%;
        padding: 5vw 0;
    }

    .privacy_term_outer .privacy_term_inner .main_text {
        font-size: 3.4vw;
        line-height: 1.6;
        margin-bottom: 5vw;
    }

    .privacy_term_outer .privacy_term_inner dl dt {
        font-size: 3.5vw;
        margin-bottom: 1.5vw;
    }

    .privacy_term_outer .privacy_term_inner dl dd {
        font-size: 3.5vw;
        line-height: 1.6;
    }

    .privacy_term_outer .privacy_term_inner dl+dl {
        margin-top: 7vw;
    }

    .privacy_term_detail::after {
        width: 2.5vw;
        margin: 1.5vw auto 0;
    }

    /* サンクスページ */
    .page_contact .thanks_textArea .name {
        font-size: 4vw;
        margin-bottom: 3vw;
    }

    .page_contact .thanks_textArea .contact_text {
        font-size: 3.5vw;
        margin-bottom: 2em;
        width: 100%;
    }

    .page_contact .thanks_textArea .ichiran_link {
        width: 80%;
        line-height: 12vw;
        font-size: 4vw;
    }

    /* ステップバー デザイン */
    .page_contact .progressbar {
        gap: 4.5em;
        margin-block: 0 2.5em;
    }

    .page_contact .progressbar .item {
        font-size: 3.1vw;
    }

    .page_contact .progressbar .item+.item::before {
        width: 5.7vw;
        top: 63%;
        left: -3.3em;
    }

    .page_contact .progressbar .item .mark {
        width: 7.7vw;
        margin: 0 auto 0.4em;
    }

    /* SP固定ページ 404ページ */
    #page_404 .num {
        font-size: 20vw;
        line-height: 1.5;
    }

    #page_404 .text {
        font-size: 3.5vw;
    }

    /* SP固定ページ サイトマップ */
    ul#sitemap_list li {
        margin: 0;
    }

    body #sitemap_list li a {
        font-size: 4vw;
        padding: 1vw 2vw;
        line-height: 9vw;
        margin-bottom: 1vw;
    }

    body #sitemap_list li.home-item {
        margin-bottom: 4vw;
    }

    body #sitemap_list {
        padding: 0;
    }

    .section_main_visual {
        margin-bottom: 0;
    }

    .section_main_visual .text_area {
        position: relative;
        z-index: 10;
    }
    
    .section_main_visual:before {
        width: calc( 100% - 5vw );
        height:  calc( 100% - 2.5vw );
        left: 2.5vw;
        top: 2.5vw;
    }
    
    .section_main_visual .wrap {
        padding: 11.4vw 2.5vw 5.7vw 2.5vw;
        overflow: hidden;
    }
    
    .section_main_visual .human {
        right: -15vw;
        top: auto;
        width: 69vw;
        bottom: 0;
    }
    
    .section_main_visual .human_white {
        right: -16vw;
        top: auto;
        width: 69vw;
        bottom: 0;
    }
    
    .section_main_visual .main_lead {
        font-size: 4vw;
        margin-bottom: 0;
        display: inline;
    }
    
    .section_main_visual .main_catch {
        margin-bottom: 10.45vw;
    }
    
    .section_main_visual .image_text {
        margin-bottom: 2.9vw;
        margin-top: 6.3vw;
    }

    .section_main_visual .image_text img {
        width: 100%;
    }
    
    .section_main_visual .main_catch .text {
        font-size: 5.6vw;
    }
    
    .section_main_visual .main_catch .text.accent {
        margin: 0 -.7em 0 -.5em;
    }

    .section_main_visual .contact_box {
        position: relative;
        z-index: 3;
        padding: 0 5vw;
    }
    
    .section_main_visual .contact_box .lead {
        font-size: 4.6vw;
        margin-bottom: 2.3vw;
    }

    .section_main_visual .contact_box .lead img {
        width: 100%;
    }
    
    .section_main_visual .contact_box .lead small {
        font-size: 3.58vw;
        margin-right: -.3em;
    }
    
    .section_main_visual .contact_box .lead .accent.num {
        font-size: 4.6vw;
        margin: 0 -.15em;
        color: #333;
    }
    
    .section_main_visual .contact_box ul {
        gap: 2.5vw;
    }

    .section_main_visual .contact_box ul li {
        width: 100%;
    }
    
    .common_cta_button a {
        width: 100%;
        line-height: 15.3vw;
        font-size: 4.1vw;
        padding-left: 11.5vw;
    }
    
    .common_cta_button.quotation a {
        background-position: 4.8vw, center;
        background-size: 4.14vw, auto;
    }
    
    .common_cta_button.mail a {
        background-position: 4.97vw, center;
        background-size: 5.34vw, auto;
        padding-left: 12vw;
    }
    
    .common_cta_button.line a {
        background-position: 4.8vw, center;
        background-size: 4.14vw, auto;
    }
    
    .common_cta_button a:before {
        width: 15.3vw;
        background-size: 1.9vw;
    }
    
    .information_box {
        position: relative;
        right: auto;
        bottom: auto;
        padding: 4.1vw 0 2.7vw 0;
        border-radius: 0;
        border-bottom: 1px solid #EBEBEB;
        width: 90%;
        margin: 0 auto;
    }
    
    .information_box .flex_box {
        gap: 0;
        display: block;
    }
    
    .information_box .title {
        font-size: 4.1vw;
        margin-bottom: 3.3vw;
    }
    
    .information_box .slider_box {
        width: 100%;
    }
    
    .information_box ul li a {
    }
    
    .information_box ul li a .data {
        font-size: 3vw;
        width: 20vw;
        line-height: 5.1vw;
    }
    
    .information_box ul li a .text {
        width: calc( 100% - 20vw );
        padding-left: 3.58vw;
        font-size: 3.3vw;
        padding-right: 3.3vw;
        background: none;
    }
    
    .information_box .button a {
        border-left: none;
        background: #1E4D2B;
        color: #fff;
        font-size: 3vw;
        position: absolute;
        right: -2.5vw;
        top: 4.1vw;
        border-radius: 6px;
        width: 23vw;
        padding: 0 0 0 4.6vw;
        line-height: 6.2vw;
        height: 6.6vw;
    }
    
    .information_box .button a:before {
        left: auto;
        right: 4.6vw;
        font-size: 1.5vw;
        line-height: 6.6vw;
    }

    .home .section_concept {
        padding-top: 30.38vw;
        padding-bottom: 32.9vw;
    }

    .home .section_concept .illustrat {
        position: absolute;
        right: 0;
        bottom: 13.56vw;
    }

    .home .section_concept .illustrat img {
        width: 85.3vw;
    }
    
    .home .section_concept .en_catch {
        font-size: 20.51vw;
        left: auto;
        right: 0;
        transform: translateX(0);
        top: 10.38vw;
    }
    
    .home .section_concept .cont {
        gap: 0;
    }
    
    .home .section_concept .title_box .title .en {
        font-size: 7.6vw;
    }
    
    .home .section_concept .title_box .title .jp {
        font-size: 9.2vw;
        line-height: 1.5;
    }
    
    .home .section_concept .text_box {
        width: 100%;
        padding-top: 7.69vw;
        margin-top: 7vw;
    }
    
    .home .section_concept .text_box:before {
        content: "";
        width: 120px;
        height: 2px;
        background: #285D23;
        position: absolute;
        left: 0;
        top: -2px;
    }
    
    .home .section_concept .text_box .text {
        line-height: 1.9;
        letter-spacing: .04em;
    }

    .home .section_feature .main_contents {
        padding: 11.28vw 0 53vw 0;
    }
    
    .home .section_feature .main_contents .title_box {
        margin-bottom: 5vw;
    }
    
    .home .section_feature .main_contents .title_box .text {
        font-size: 9.2vw;
        line-height: 1.1;
    }
    
    .home .section_feature .main_contents .title_box .text small {
        font-size: 4.6vw;
    }
    
    .home .section_feature .main_contents .title_box .text .accent {
        font-size: 13.3vw;
    }
    
    .home .section_feature .main_contents ul {
    	grid-template-columns: repeat(1, 1fr);
    	gap: 7.4vw;
    }
    
    .home .section_feature .main_contents ul li .image {
        height: 35.89vw;
        margin-bottom: 3.5vw;
    }
    
    .home .section_feature .main_contents ul li .en {
        top: 2.5vw;
        font-size: 5.1vw;
    }
    
    .home .section_feature .main_contents ul li .text_box .title {
        font-size: 5.1vw;
        margin-bottom: 4.1vw;
    }
    
    .home .section_feature .main_contents ul li .text_box .text {
        font-size: 3.3vw;
    }
    
    .home .section_feature .declaration_contents {
        padding-bottom: 23.8vw;
    }

    .home .section_feature .declaration_contents .wrap {
        max-width: 95%;
    }
    
    .home .section_feature .declaration_contents .cont {
        margin-top: -27.69vw;
        padding: 16.6vw 2.5vw 12.8vw 2.5vw;
        background-image: url(/wp-content/themes/swell_child/image/declaration_illust_1.svg);
        background-position: center 7.4vw;
        background-repeat: no-repeat;
        background-size: 54.3vw;
    }
    
    .home .section_feature .declaration_contents .cont .ribbon {
        top: -14vw;
        width: 90%;
    }
    
    .home .section_feature .declaration_contents .cont .dotted {
        width: 2vw;
        height: 2vw;
    }
    
    .home .section_feature .declaration_contents .cont .dotted.left {
        left: 2.5vw;
    }
    
    .home .section_feature .declaration_contents .cont .dotted.right {
        right:  2.5vw;
    }
    
    .home .section_feature .declaration_contents .cont .dotted.top {
        top:  2.5vw;
    }
    
    .home .section_feature .declaration_contents .cont .dotted.bottom {
        bottom:  2.5vw;
    }
    
    .home .section_feature .declaration_contents .cont .title_box {
        margin-bottom: 3vw;
        background: url(/wp-content/themes/swell_child/image/icon_accent.svg) ,url(/wp-content/themes/swell_child/image/icon_accent.svg);
        background-position: 2vw 2vw , 97% 9vw;
        background-repeat: no-repeat;
        background-size: 2.5vw;
    }
    
    .home .section_feature .declaration_contents .cont .title_box .title {
        font-size: 5.6vw;
    }
    
    .home .section_feature .declaration_contents .cont .title_box .title .accent {
        font-size: 7.17vw;
    }
    
    .home .section_feature .declaration_contents .cont .text {
        font-size: 3.3vw;
        padding: 0 5vw;
    }

    .home .section_business {
        padding-bottom: 17.17vw;
    }
    
    .home .section_business .title_box {
        padding-top: 9.7vw;
        padding-bottom: 44vw;
    }
    
    .home .section_business .title_box .cont {
        gap: 0;
    }
    
    .home .section_business .title_box .cont .illust {
        left: -5vw;
        top: -7vw;
        width: 100vw;
    }

    .home .section_business .title_box .cont .illust img {
        width: 100%;
    }
    
    .home .section_business .title_box .en {
        font-size: 18.4vw;
        order: 2;
    }
    
    .home .section_business .title_box .title {
        font-size: 5.6vw;
        position: relative;
        z-index: 2;
    }
    
    .home .section_business .contents {
        margin-left: 0;
        margin-top: -45vw;
        padding: 7.6vw 5.1vw 0 5.1vw;
    }
    
    .home .section_business .contents .flex_box {
        gap: 2.5vw;
    }
    
    .home .section_business .contents .flex_box .main_box {
        width: 100%;
    }
    
    .home .section_business .contents .flex_box .sub_box {
        width: 100%;
        gap: 2.5vw;
    }
    
    .home .section_business .contents .flex_box .box {
        height: 35.8vw;
    }
    
    .home .section_business .contents .flex_box .main_box .box {
        height: 51.2vw;
    }
    
    .home .section_business .contents .flex_box .box .text_box {
        left: 3.5vw;
        top: 5.12vw;
    }
    
    .home .section_business .contents .flex_box .box .text_box .title {
        font-size: 4.6vw;
        line-height: 1;
    }
    
    .home .section_business .contents .flex_box .main_box .box .text_box .title  {
        font-size: 5.6vw;
    }
    
    .home .section_business .contents .flex_box .box .text_box .title small {
        font-size: 2.7vw;
        letter-spacing: .05em;
    }
    
    .home .section_business .contents .flex_box .box .text_box .en {
        font-size: 3vw;
    }
    
    .home .section_business .contents .flex_box .main_box .box .text_box .en  {
        font-size: 4.1vw;
    }
    
    .home .section_business .contents .flex_box .box .arrow {
        width: 6.6vw;
        height: 6.6vw;
        bottom: 5.12vw;
        right: 3.5vw;
        background-size: 2.3vw;
    }
    
    .home .section_business .contents .flex_box .main_box .box .arrow {
        width: 10.25vw;
        height: 10.25vw;
        background-size: 3.5vw;
    }

    .home .section_faq {
        padding-bottom: 27.69vw;
    }
    
    .home .section_faq .title_box {
        margin-bottom: 7.4vw;
    }
    
    .home .section_faq .title_box .title {
        font-size: 7.69vw;
    }
    
    .home .section_faq .title_box .en {
        font-size: 20.5vw;
    }
    
    .common_faq_list {
        overflow: scroll;
        gap: 2.5vw;
    }

    .page_faq .common_faq_list {
    	grid-template-columns: repeat(1, 1fr);
    }

    .page_faq .common_faq_list dl {
        width: 100%;
    }
    
    .common_faq_list dl {
        border: 1.5px solid #EAEAEA;
        padding-top: 30px;
        padding-bottom: 30px;
        width: 90vw;
        border-radius: 10px;
        padding: 5.12vw;
    }
    
    .common_faq_list dl:nth-child(odd) {
        border-right: 1.5px solid #EAEAEA;
        padding-right: 5.12vw;
    }
    
    .common_faq_list dl:nth-child(even) {
        padding-left: 5.12vw;
    }
    
    .common_faq_list dl dt {
        padding-left: 15.3vw;
        margin-bottom: 6.4vw;
    }
    
    .common_faq_list dl dt:before {
        width: 10.2vw;
        height: 10.2vw;
        line-height: 9.5vw;
        font-size: 6.6vw;
    }
    
    .common_faq_list dl dt .title {
        font-size: 4.1vw;
    }
    
    .common_faq_list dl dd {
        padding-left: 15.3vw;
        font-size: 3.3vw;
        letter-spacing: .02em;
    }
    
    .common_faq_list dl dd:before {
        width: 10.2vw;
        height: 10.2vw;
        line-height: 9.5vw;
        font-size: 6.6vw;
    }

    .common_button a {
        line-height: 15.3vw;
        width: 74.35vw;
        padding-left: 5.12vw;
    }
    
    .common_button a:before {
        width: 15.3vw;
        background-size: 2.5vw;
    }
    
    .common_button.white a:before {
        background-size: 2.5vw;
    }
    
    .home .section_faq .common_button a {
        margin-top: 10vw;
    }

    .home .section_blog {
        padding-top: 14.6vw;
        padding-bottom: 15vw;
    }
    
    .home .section_blog:before {
        display: none;
    }
    
    .home .section_blog .cont {
        align-items: center;
    }
    
    .home .section_blog .title_area {
        padding-right: 0;
        border-right: none;
        padding-top: 0;
        padding-bottom: 0;
        width: 100%;
    }
    
    .home .section_blog .title_area .title_box {
        margin-bottom: 12.4vw;
    }
    
    .home .section_blog .title_area .title_box .title {
        font-size: 6.6vw;
    }
    
    .home .section_blog .title_area .title_box .en {
        font-size: 6.1vw;
    }
    
    .home .section_blog .title_area .illust {
        bottom: auto;
        left: auto;
        right: -10vw;
        top: -8vw;
    }

    .home .section_blog .title_area .illust img {
        width: 43.8vw;
    }
    
    .home .section_blog .archive_area {
        width: 100%;
        padding-left: 0;
    }

    .home .section_blog .archive_area ul {
    	display: grid;
    	grid-template-columns: repeat(2, 1fr);
    	gap: 7.9vw 2.5vw;
    }
    
    .home .section_blog .archive_area ul li.slide {
        width: 100%;
        margin-right: 0;
    }
    
    .home .section_blog .archive_area ul li.slide:nth-child(n + 5) {
        display: none;
    }
    
    .home .section_blog .archive_area ul li.slide .image {
        height: 28vw;
        margin-bottom: 3.5vw;
    }
    
    .home .section_blog .archive_area ul li.slide .text_box .title {
        font-size: 3.5vw;
        margin-bottom: 2.5vw;
        min-height: unset;
    }
    
    .home .section_blog .archive_area ul li.slide .text_box .text {
        font-size: 3vw;
        margin-bottom: 1.5vw;
    }
    
    .home .section_blog .archive_area ul li.slide .text_box .data {
        font-size: 3vw;
    }

    .home .section_blog .common_button a {
        margin-top: 13.5vw;
    }
    
    .home .section_about {
        padding-top: 25.6vw;
        padding-bottom: 28.9vw;
    }
    
    .home .section_about .wrap {
        max-width: 90%;
    }
    
    .home .section_about .image_area {
        width: 106vw;
        margin-left: -3vw;
    }

    .home .section_about .image_area ul {
        display: flex;
    }

    .home .section_about .image_area ul li {
        height: 26.5vw;
    }

    .home .section_about .image {
        width: 106vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .home .section_about .text_area {
        width: 100%;
        padding: 0;
        margin-left: 0;
        margin-top: 10.25vw;
        margin-bottom: 10.25vw;
    }
    
    .home .section_about .text_area .title_box {
        gap: 3.8vw;
        margin-bottom: 5.12vw;
        align-items: flex-end;
    }
    
    .home .section_about .text_area .title_box .title {
        font-size: 7.17vw;
    }
    
    .home .section_about .text_area .title_box .title .accent {
        font-size: 9.2vw;
    }

    .home .section_about .text_area .title_box .logo {
        width: 11.2vw;
        margin-bottom: 2vw;
    }
    
    .home .section_about .text_area .text {
        font-size: 3.3vw;
        letter-spacing: .07em;
        margin-bottom: 10.7vw;
    }
    
    .home .section_about .text_area .common_button a {
        margin-left: auto;
    }
    
    .section_common_cta {
        padding-top: 10.5vw;
        padding-bottom: 15.3vw;
    }
    
    .section_common_cta .main_title_box {
        margin-bottom: 5.8vw;
    }
    
    .section_common_cta .main_title_box .en {
        font-size: 4.6vw;
    }
    
    .section_common_cta .main_title_box .title {
        font-size: 6.6vw;
        line-height: 1.3;
    }

    .common_cta_box {
        background: #fff;
        border-radius: 6px;
        padding: 4vw 3.8vw 7.4vw 3.8vw;
    }
    
    .common_cta_box .lead_title {
        font-size: 3.8vw;
        margin-bottom: 2vw;
    }
    
    .common_cta_box .lead_title small {
        font-size: 3.8vw;
    }
    
    .common_cta_box .lead_title .accent {
        font-size: 5.1vw;
    }
    
    .common_cta_box ul {
    	grid-template-columns: repeat(1, 1fr);
    	gap: 3.3vw;
        margin-bottom: 7.6vw;
    }
    
    .common_cta_box ul li {
        background: none;
        padding: 0;
        border-radius: 0;
    }
    
    .common_cta_box ul li .title {
        display: none;
    }
    
    .common_cta_box ul li .common_cta_button a {
        width: 100%;
        line-height: 15.3vw;
        font-size: 3.5vw;
        padding-left: 15.3vw;
    }
    
    .common_cta_box ul li .common_cta_button a:before {
        width: 15.3vw;
        background-size: 2.5vw;
    }
    
    .common_cta_box ul li .common_cta_button.quotation a {
        background-position: 6.9vw, center;
        background-size: 4.1vw, auto;
    }
    
    .common_cta_box ul li .common_cta_button.mail a {
        background-size: 5.38vw, auto;
    }
    
    .common_cta_box ul li .common_cta_button.line a {
        padding-left: 17vw;
        background-size: 7.6vw, auto;
    }
    
    .common_cta_box .tel_box {
        background: none;
        border-radius: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    
    .common_cta_box .tel_box .title {
        margin-right: 0;
    }
    
    .common_cta_box .tel_box .tel {
        font-size: 8.2vw;
        margin-right: 0;
    }

    .common_cta_box .tel_box .tel a {
        color: #333333;
    }
    
    .common_cta_box .tel_box .tel small {
        font-size: 5.12vw;
    }
    
    .common_cta_box .tel_box .time {
        font-size: 3vw;
    }

    footer#main_footer {
        padding: 2.5vw;
        padding-bottom: 21vw;
    }
    
    footer#main_footer .cont {
        padding: 9.7vw 2.5vw;
        width: 100%;
    }
    
    footer#main_footer .cont .company_information {
        width: 100%;
    }
    
    footer#main_footer .cont .company_information .logo_box {
        margin-bottom: 4.5vw;
        text-align: center;
    }
    
    footer#main_footer .cont .company_information .logo_box .text {
        font-size: 3vw;
        margin-bottom: 1.5vw;
    }    

    footer#main_footer .cont .company_information .logo_box .logo img {
        width: 76.4vw;
    }
    
    footer#main_footer .cont .company_information .map_box {
        margin-bottom: 3.5vw;
    }
    
    footer#main_footer .cont .company_information .map_box .address {
        margin-bottom: 3vw;
        text-align: center;
        font-size: 3.3vw;
    }
    
    footer#main_footer .cont .company_information .map_box .map iframe {
        height: 30.7vw;
        width: 100%;
    }
    
    footer#main_footer .cont .company_information .tel_box {
        margin-bottom: 3.8vw;
        text-align: center;
    }
    
    footer#main_footer .cont .company_information .tel_box .tel {
        font-size: 7.6vw;
    }

    footer#main_footer .cont .company_information .tel_box .tel a {
        color: #333;
    }
    
    footer#main_footer .cont .company_information .tel_box .tel small {
        font-size: 3.5vw;
    }
    
    footer#main_footer .cont .company_information .tel_box .time {
        font-size: 3vw;
    }
    
    footer#main_footer .cont .company_information .permit_number {
        font-size: 3vw;
        margin-bottom: 7.6vw;
        text-align: center;
    }

    footer#main_footer .cont .company_information .copyright {
        text-align: center;
    }

    footer#main_footer .cont .company_information .copyright small {
        font-size: 2.8vw;
    }

    footer#main_footer .other_menu ul {
        justify-content: center;
    }
    
    footer#main_footer .other_menu ul li a {
        font-size: 3vw;
    }

    .contact_fixed {
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 12;
    }

    .contact_fixed ul li {
        width: 27vw;
        height: 17.9vw;
    }

    .contact_fixed ul li.tel {
        width: 19vw;
    }

    .contact_fixed ul li a {
        display: block;
        color: #fff;
        text-align: center;
        height: 100%;
        padding-top: 11.5vw;
        font-size: 3.3vw;
        font-weight: 800;
        position: relative;
    }

    .contact_fixed ul li.line a {
        background: #044024;
        background-image: url(/wp-content/themes/swell_child/image/icon_line.svg), linear-gradient(359deg,rgba(21, 21, 21, 1) 0%, rgba(80, 80, 80, 1) 100%);
        background-repeat: no-repeat, no-repeat;
        background-position: center 2.8vw, center;
        background-size: 6.15vw, auto;
    }

    .contact_fixed ul li.quotation a {
        background: #235214;
        background-image: url(/wp-content/themes/swell_child/image/icon_quotation.svg), linear-gradient(359deg, rgba(35, 82, 20, 1) 0%, rgba(111, 163, 27, 1) 100%);
        background-repeat: no-repeat, no-repeat;
        background-position: center 4.1vw, center;
        background-size: 4vw, auto;
    }
    
    .contact_fixed ul li.mail a {
        background: #044024;
        background-image: url(/wp-content/themes/swell_child/image/icon_mail.svg), linear-gradient(359deg,rgba(4, 64, 36, 1) 0%, rgba(52, 136, 97, 1) 100%);
        background-repeat: no-repeat, no-repeat;
        background-position: center 4.7vw, center;
        background-size: 5.8vw, auto;
    }
    
    .contact_fixed ul li.tel a {
        background: #044024;
        background-image: url(/wp-content/themes/swell_child/image/icon_tel.svg), linear-gradient(180deg,rgba(58, 125, 68, 1) 0%, rgba(30, 77, 43, 1) 100%);
        background-repeat: no-repeat, no-repeat;
        background-position: center 3.3vw, center;
        background-size: 6.6vw, auto;
    }

    .contact_fixed ul li a .free {
        font-size: 3vw;
        background: #fff;
        border: 1.5px solid;
        border-radius: 10vw;
        width: 15.3vw;
        line-height: 5.12vw;
        position: absolute;
        top: -2.8vw;
        left: 50%;
        transform: translateX(-50%);
        letter-spacing: .1em;
    }

    .contact_fixed ul li.quotation a .free {
        color: #44A84F;
    }

    .contact_fixed ul li.mail a .free {
        color: #348861;
    }

    /* 事業内容（SP） */
    
    .page_business .cont .item + .item {
        margin-top: 10vw;
    }
    
    .page_business .cont .item {
        padding-bottom: 12vw;
    }
    
    .page_business .cont .item:before {
        width: 20vw;
    }
    
    .page_business .cont .item .image {
        width: 100%;
        height: 50vw;
        margin-bottom: 4vw;
        order: -1;
    }
    
    .page_business .cont .item .text_area {
        width: 100%;
    }
    
    .page_business .cont .item .text_area .title_box {
        margin-bottom: 4vw;
    }
    
    .page_business .cont .item .text_area .title_box .title {
        font-size: 6vw;
    }
    
    .page_business .cont .item .text_area .title_box .title small {
        font-size: 4vw;
    }
    
    .page_business .cont .item .text_area .catch {
        font-size: 4vw;
        margin-bottom: 3vw;
    }
    
    .page_business .cont .item .text_area .text {
        font-size: 3.3vw;
    }
    
    .page_business .cont .item .text_area .common_button a {
        width: 74.35vw;
        margin-left: auto;
        margin-top: 10vw;
    }

    /* よくある質問（SP） */
    
    .page_faq .item + .item {
        margin-top: 10vw;
    }
    
    .page_faq .item .faq_title {
        font-size: 5.5vw;
    }
    
    .page_faq .faq_navi {
        margin-bottom: 20vw;
    }
    
    .page_faq .faq_navi ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 4vw;
    }

    .page_faq .faq_navi ul li .common_button a {
        padding-left: 4vw;
    }
    
    .page_faq .faq_navi ul li .common_button a:before {
        width: 7vw;
    }
    
    .page_faq .faq_navi ul li .common_button a:before {
        font-size: 2vw;
    }
}
