@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
*/
/*ーーーー リセットCSS ーーーーーー*/
html, body, div, span, object, iframe,p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure,footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
h1, h2 ,h3 ,h4 ,h5 ,h6 {
	margin: 0;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
	background-color: #F0F0F0;
}
body {
	font-family: "Roboto", YakuHanJP_Narrow, "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Yu Gothic", Meiryo, Osaka, sans-serif;
	font-size: 1.6rem;
	color: #0d0b0b;
	line-height: 1.5;
	letter-spacing: 0.1rem;
	background-color: #fff;
	font-feature-settings: "palt" 1;
	position: relative;
}
p:last-of-type , .wp-block-group:first-of-type {
	margin-bottom: 0;
}
img {
	width: auto;
	height: auto;
}
main, article, aside, details, figcaption, figure,
footer, hgroup, menu, nav, section {
	display: block;
}
figure {
	line-height: 0;
}
nav ul, nav li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
a:link,a:visited {
	text-decoration: none;
}
a:active,a:hover {
	outline: 0;
	text-decoration: none;
	opacity: 0.7;
	transition: .3s;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b, strong {
	font-weight: bolder;
}
code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	border-style: none;
	line-height: 0;
}
button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button, input {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, [type=button], [type=reset], [type=submit] {
	-webkit-appearance: button;
}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type=checkbox], [type=radio] {
	box-sizing: border-box;
	padding: 0;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto;
}
[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details {
	display: block;
}
summary {
	display: list-item;
}
template {
	display: none;
}
[hidden] {
	display: none;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*,::before,::after {
	background-repeat: no-repeat;
	box-sizing: border-box;
}
@media screen and (min-width: 0) and (max-width: 768px) {
    
}
.pc {
    display: block!important;
}
.sp {
    display: none!important;
}
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}
@media screen and (min-width: 0) and (max-width: 1240px) {
}	
@media screen and (min-width: 0) and (max-width: 768px) {
    .pc {
        display: none!important;
    }
    .sp {
        display: block!important;
    }
}
/*ーーーー
swell CSSリセット 
ーーーーーー*/
#front .wp-block-group__inner-container>* {
	margin-bottom: 0;
}
#front div.wp-block-column {
	flex-grow: inherit;
	flex-basis: auto;
}
.swell-block-fullWide__inner>* {
	margin-bottom: 0;
}
.swell-block-columns__inner {
    
}
.c-tabBody__item>*, .cap_box_content>*, .faq_a>*, .swell-block-accordion__body>*, .swell-block-dl__dd>*, .swell-block-step__body>*, .swl-has-mb--s>*, .wp-block-column>*, .wp-block-cover__inner-container>*, .wp-block-group__inner-container>*, .wp-block-media-text__content>*, div[class*=is-style-]>* {
    margin-bottom: auto;
}
.l-content {
    margin-bottom: 0;
    padding-top: 0;
}
.post_content h2 {
    line-height: 1.3;
    margin: 30px 0 20px;
}
.is-style-more_btn a {
    box-shadow: none
}
@media screen and (min-width: 0) and (max-width: 768px) {
    .swell-block-columns .swell-block-column {
        margin: 0;
    }
    .swell-block-columns__inner {
        margin-left: 0;
    }
}
/*ーーーー
swell CSSリセット 
ーーーーーー*/
/*ーーーー リセットCSS ーーーーーー*/

.main_txt_color {
	color: var(--main_txt_color);
}
.maincolor_bg {
	background: var(maincolor_bg);
}
.maincolor_br {
	border-color: var(--maincolor_br);
}
.color_accent {
	color: #fff;
	background: var(--color_accent);
}
.color_impact {
	color: #fff;
	background: var(--color_impact);
}

/*定番タイトル*/
h2.ttl_comon {
    font-size: 1.8rem;
    font-weight: normal;
    position: relative;
    padding-left: 30px;
    color: var(--color_main);
    margin: 0;
}
.ttl_comon::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 2px;
    background: url(https://lhabilete.co.jp/wp-content/uploads/2024/09/ttl_icon.svg) no-repeat center center / 100%;
    width: 20px;
    height: 11px;
    transform: translate(0, -50%);
}
h2.ttl_comon02 {
    font-size: 1.8rem;
    color: var(--color_main);
    font-weight: normal;
    text-align: center;
    margin-bottom: 0;
}
.ttl_comon02_txt {
    font-size: 3.6rem;
    font-weight: 700;
    margin-top: 5px;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.3rem;
}
@media screen and (min-width: 0) and (max-width: 768px) {
    h2.ttl_comon {
        font-size: 1.4rem;
        padding-left: 25px;
    }
    .ttl_comon::before {
        width: 16px;
        height: 9px;
    }
    h2.ttl_comon02 {
        font-size: 1.4rem;
    }
    .ttl_comon02_txt {
        font-size: 3rem;
        margin-top: 8px;
    }
}
/*ボタン*/
.btn_bl {
    margin-top: 40px;
}
.btn_bl a {
    background: var(--color_main);
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    width: 100%;
    max-width: 300px;
    min-width: auto;
    border-radius: 5px;
    border: 1px solid #fff;
}
.btn_bl a:hover {
    color: var(--color_main);
    background: #fff;
    border: 1px solid var(--color_main);
}
@media screen and (min-width: 0) and (max-width: 768px) {
    .btn_bl {
        margin-top: 30px;
    }
    .btn_bl a {
        max-width: 200px;
        font-size: 1.6rem;
    }
    .btn_bl a:hover {
    }
}
/*固定ページタイトル*/
.c-pageTitle {
    font-size: 4.2rem;
    text-shadow: 5px 1px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 0) and (max-width: 768px) {
    .c-pageTitle {
        font-size: 3rem;
        text-align: center;
    }
}


/*ヘッダーメニュー*/
.c-gnav {
    align-items: center;
}
.menu-item-27 {
    background: #1E60CC;
    color: #fff;
    padding: 0;
    margin-left: 10px;
    height: 60%!important;
    border-radius: 5px;
    position: relative;
}
.menu-item-27::before,
.menu-item-27::after {
	position: absolute;
	margin: auto;
	content: "";
}
.menu-item-27::before {
    top: 50%;
    right: 13px;
    width: 13px;
    height: 1px;
    background: #fff;
    transform: translate(-50%, -50%);
}
.menu-item-27::after {
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.menu-item-27 a {
    padding: 0 50px 0 30px!important;
}
@media screen and (min-width: 0) and (max-width: 768px) {
    .menu-item-27 a {
        padding: .75em 1em .75em 1.5em!important;
        margin-top: 40px;
    }
}

/*TOP*/
.p-mainVisual__slideTitle {
    color: var(--color_text);
    font-size: 7rem;
    text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.08);
    line-height: 1.3;
    font-weight: 500;
}
.p-mainVisual__slideTitle span {
    color: var(--color_main);
}
.p-mainVisual__slideText {
	font-size: 2rem;
	text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.08);
    margin-left: 5px;
}
#top_comcept .swell-block-columns__inner , #top_service .swell-block-columns__inner {
    justify-content: space-between;
    margin: 0;
}
#top_comcept .top_comcept_txt_wrap , #top_service .top_service_txt_wrap {
    margin: 0;
}
.ttl_comon_txt {
    margin-top: 8px;
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 1.3;
}
.top_comcept_normaltxt {
    margin-top: 20px;
    line-height: 2;
    letter-spacing: 0.2rem;
}
.top_comcept_normaltxt + .top_comcept_normaltxt {
    margin-top: 10px;
}
.top_comcept_img {
    max-width: 375px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
    .p-mainVisual__slideTitle {
        font-size: 10vw;
        font-weight: 700;
    }
    .p-mainVisual__slideTitle span {
    }
    .p-mainVisual__slideText {
        font-size: 1.6rem;
    }
    #top_comcept .swell-block-columns__inner , #top_service .swell-block-columns__inner {
        justify-content: center;
        margin: 0;
    }
    #top_comcept .top_comcept_txt_wrap , #top_service .top_service_txt_wrap {
        margin: 0;
    }
    .ttl_comon_txt {
        font-size: 2rem;
    }
    .top_comcept_normaltxt {
        margin-top: 15px;
    }
    .top_comcept_normaltxt + .top_comcept_normaltxt {
        margin-top: 10px;
    }
    .top_comcept_img {
        max-width: 100%;
        margin: 40px 0 0 0!important;
    }
    .top_space_img img {
        width: auto;
        height: 100%;
        border-radius: 0 20px 20px 0;
    }
}

/*会社について*/
#company_compass .ttl_comon_txt {
    margin-top: 0;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.3rem;
}
#company_compass .top_comcept_normaltxt {
    line-height: 3;
}
.company_cp_bor {
    margin: 100px 0!important;
}
.company_con_wrap .swell-block-columns__inner {
    gap: 20px 10%;
    margin: 0;
}
.company_con_wrap {
    margin-top: 60px;
}
.company_message_txt_wrap {
    margin: 0!important;
}
.company_message_txt_wrap p + p {
    margin-top: 35px;
    line-height: 2.5;
}
h3.company_message_txt_ttl {
    padding-left: 20px;
    border-left: 5px solid var(--color_main);
    color: var(--color_main);
} 
.company_con_wrap figure {
    text-align: left;
}
.company_message_txt_ceo {
    font-size: 1.4rem;
    line-height: 1;
    margin-top: 20px;
    color: var(--color_main);
}
.company_message_txt_ceo_name {
    font-size: 2rem;
    line-height: 1;
    margin-top: 7px;
}
.company_outline_list_wrap {
}
.company_outline_list_wrap .swell-block-dl {
    display: flex;
    gap: 3%;
}
.company_outline_list_wrap .swell-block-dl__dt {
    width: 15%;
    border-bottom: 1px solid;
    border-bottom: 1px solid #ddd;
    padding: 0 10px 30px 0;
    margin-bottom: 30px;
    color: var(--color_main);
}
.company_outline_list_wrap .swell-block-dl__dd {
    width: 80%;
    border-bottom: 1px solid #ddd;
    padding: 0 10px 30px 0;
    margin-bottom: 30px;
}
.company_outline_list_wrap .swell-block-dl:last-child .company_outline_list_wrap .swell-block-dl__dt , 
.company_outline_list_wrap .swell-block-dl:last-child .company_outline_list_wrap .swell-block-dl__dd {
    margin-bottom: 0;
}
@media screen and (min-width: 0) and (max-width: 768px) {
    #company_compass .swell-block-columns__inner {
        margin-left: 0;
    }
    #company_compass .ttl_comon_txt {
        font-size: 2.4rem;
        font-weight: 700;
    }
    #company_compass .top_comcept_normaltxt {
        line-height: 2;
    }
    .company_cp_bor {
        margin: 60px 0;
    }
    #message .ttl_comon_txt {
        font-size: 3rem;
    }
    .company_con_wrap {
        margin-top: 40px;
    }
    h3.company_message_txt_ttl {
        padding-left: 10px;
        font-size: 2rem;
    }
    .company_message_txt_wrap p + p {
        margin-top: 15px;
        line-height: 2;
    }
    .company_con_wrap figure {
        text-align: center;
    }
    .company_message_txt_ceo {
        text-align: center;
    }
    .company_message_txt_ceo_name {
        text-align: center;
    }
    .company_outline_list_wrap {
    }
    .company_outline_list_wrap .swell-block-dl {
        flex-direction: column;
    }
    .company_outline_list_wrap .swell-block-dl__dt {
        width: 100%;
        border-bottom: 0 solid #ddd;
        padding: 0;
        margin-bottom: 2px;
        line-height: 1;
    }
    .company_outline_list_wrap .swell-block-dl__dd {
        width: 100%;
        border-bottom: 1px solid #ddd;
        padding: 0 0 30px 0;
        margin-bottom: 30px;
        margin-left: 0;
    }
    .company_outline_list_wrap .swell-block-dl:last-child .company_outline_list_wrap .swell-block-dl__dt , 
    .company_outline_list_wrap .swell-block-dl:last-child .company_outline_list_wrap .swell-block-dl__dd {
        margin-bottom: 0;
    }
}


/*service*/
#service h2 {
    padding-left: 20px;
    border-left: 5px solid var(--color_main);
    color: var(--color_main);
}
.service_bor {
    margin-top: 80px!important;
    margin-bottom: 80px!important;
}
@media screen and (min-width: 0) and (max-width: 768px) {
    
}




/*ーーーー CONTACT ーーーーーー*/
#contact {
}
#contact .swell-block-fullWide__inner {
	background: var(--color_main);
	color: #fff;
	border-radius: 30px;
    padding: 60px;
}
.contact_page_con_txt_wrap {
	text-align: center;
}
.contact_page_con_mail {
    width: auto;
    margin: 0 auto;
}
.contact_page_con_ttl {
	margin-top: 10px;
}
.contact_page_con_txt {
	margin-top: 10px;
}
.contact_page_form_wrap {
	margin: 0 auto;
	margin-top: 60px;
	width: 100%;
    max-width: 960px;
	border-radius: 30px;
}
#contact label , #contact select , #contact input , #contact input , #contact textarea {
	width: 100%;
	display: block;
	padding: .6em .65em;
	font-weight: 700;
	
}
#contact select , #contact input , #contact input , #contact textarea {
	border-radius: 3px;
	border: 1px solid #ccc;
	font-weight: 400;
	margin-top: 5px;
}
.contact_page_form_item {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #fff;
}
.contact_page_form_item p {
	line-height: 2;
}
.contact_page_form_item label {
	margin-bottom: 5px;
}
.contact_page_form_item label span {
	display: contents;
}
.contact_page_form_any {
    background: #aaa;
    font-size: 1.4rem;
    padding: 3px 5px;
    line-height: 1;
    border-radius: 10px;
    margin-left: 5px;
	display: inline-block!important;
}
#contact .wpcf7-acceptance label {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
}
#contact .wpcf7-acceptance .wpcf7-list-item {
	display: block;
	margin: 0;
}
#contact .form_check {
	width: 25px;
	height: 25px;
	margin-right: 15px;
	margin-top: 0;
}
.form_smalltxt {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1!important;
}
.form_smalltxt a {
	color: #fff;
	text-decoration: underline;
}
#contact .wpcf7-list-item a {
	color: #fff;
}
.wpcf7-not-valid-tip {
}
.wpcf7-submit  {
    display: block;
    width: 100%;
    max-width: 450px;
    background: #fff;
    border-radius: 50px!important;
    padding: 20px 10px 18px!important;
    margin: 0 auto;
    margin-top: 20px;
    color: #121212;
	line-height: 1;
    font-weight: 700;
    letter-spacing: 0.2rem;
    filter: drop-shadow(2px 6px 3px rgba(12, 28, 32, 0.2));
}
.contact-confirm p + p {
	margin-top: 15px;
}
.contact-confirm form p:first-of-type {
	margin-top: 30px;
}
.confirm_txt {
    padding: 20px;
    border: 1px solid #fff;
	border-radius: 5px;
    color: #fff;
    margin-top: 4px;
    display: block!important;
}
.confirm_txt_last {
	margin-bottom: 60px;
}
.contact_page_form_btn p {
	line-height: 0.4;
}
input.wpcf7-previous {
    margin: 0 auto;
    margin-top: 60px;
    background: transparent;
    width: 100%;
    max-width: 100px;
    color: #fff;
    border: 1px solid;
    border-radius: 30px;
    display: block;
}
.contact_page_form_item p {
    font-weight: 600;
}
.contact_page_form_item p + p {
    font-weight: 300;
    padding: 5px 8px;
    border: 1px solid #fff;
}
.contact_page_form_backbtn {
    text-align: center;
}
@media screen and (min-width: 0em) and (max-width: 768px) {
    #contact {
        background: #fff;
        padding: 60px 0;
    }
    #contact .swell-block-fullWide__inner {
        background: var(--color_main);
        color: #fff;
        border-radius: 30px;
        padding: 60px 5%;
    }
    #contact .top_comcept_normaltxt {
        line-height: 1.5;
        letter-spacing: 0;
    }
    #contact select {
        height: 36px;
    }
    .contact_page_con {
        border-radius: 50px;
    }
    .contact_page_con_mail img {
        width: auto;
    }
    .contact_page_form_item {
        margin-top: 20px;
        padding-top: 20px;
    }
    .contact_page_form_item label {
        margin-bottom: 2px;
    }
    .contact_page_form_item label span {
        font-size: 1.2rem;
    }
    .contact_page_form_note {
        margin-top: 20px;
        padding-top: 20px;
    }
    .contact_page_form_note a {
    }
    .contact_page_form_note button {
        width: 100%;
        max-width: 100%;
    }
    .contact_thanks_check {
        max-width: 60px;
        margin: 0 auto;
    }
}








/*ーーーー フッターCONTACT ーーーーーー*/
a#footer_contact {
    padding: 100px 0;
    background: #0047AB;
    color: #fff;
    display: block;
}
#footer_contact:hover {
    opacity: .9;
}
.home_contact_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#footer_contact h2.ttl_comon {
    color: #fff;
}
#footer_contact h2.ttl_comon::before {
    background: url(https://lhabilete.co.jp/wp-content/uploads/2024/09/ttl_icon_wh.svg) no-repeat center center / 100%;
}
.arrow {
	position: relative;
	display: block;
	padding: 30px;
    border-radius: 50px;
    background: #fff;
    margin-right: 50px;
    transition: .5s;
}
.arrow::before,
.arrow::after {
	position: absolute;
	margin: auto;
	content: "";
}
.arrow::before {
    top: 50%;
    left: calc(50% - 2px);
    width: 15px;
    height: 2px;
    background: var(--color_main);
    transform: translate(-50%, -50%);
}
.arrow::after {
    top: 50%;
    left: calc(50% - -1px);
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--color_main);
    border-right: 2px solid var(--color_main);
    -webkit-transform: rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
#footer_contact:hover .arrow {
    margin-right: 0;
    transition: .5s;
    background: #0047AB;
    border: 1px solid #fff;
}
#footer_contact:hover .arrow::before {
    background: #fff;
}
#footer_contact:hover .arrow::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.l-footer__foot {
    padding: 40px 0;
}
.footer_logo {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.l-footer__nav {
    padding: 20px 0 0;
}
.copyright {
    padding: 10px 0;
    background: #1A0E00;
    color: #fff;
}
@media screen and (min-width: 0) and (max-width: 768px) {
    a#footer_contact {
        padding: 60px 0;
    }
    .home_contact_wrap {
        gap: 20px;
        align-items: flex-end;
    }
    .arrow {
        padding: 15px;
        margin-right: 0;
    }
}
