@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
*/

/**********************************************
          common
**********************************************/
#header,#footer,#fix_header {
	letter-spacing: 0;
}
.l-mainContent__inner>.post_content {
	padding:0;
}
#content.l-container {
	max-width: 100%;
    padding-left: 0;
    padding-right: 0;
	margin-bottom: 0;
}
main.l-article {
	width: 100%;
}
.post_content > * {
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}
@media (min-width: 600px) {
    .l-content {
        padding-top: 2em;
    }
}
.p-blogParts.post_content > * {
	width:auto;
}
.post_content img {
	border-radius: 10px;
}
.sec_bg_paint {
	position:relative;
	width: calc(100vw - var(--swl-scrollbar_width, 0px));
	background: url("images/common/bg-paint.webp") repeat center top 30px;
	margin-top:8em;
	padding-bottom:50px;
}
.sec_bg_paint:before {
	content:"";
	width:100vw;
	height:50px;
	display: block;
	background:url("images/common/bg-paint-top.webp") no-repeat center top;
	position:absolute;
	top:-50px;
	left: 0;
}
.sec_plan_list {
	position:relative;
	width: calc(100vw - var(--swl-scrollbar_width, 0px));
	background: url("images/common/bg-plan.webp") repeat-x center top;
	margin-top:8em;
	padding-bottom:50px;
}
.sec_plan_list:before {
	content:"";
	width:100vw;
	height:43px;
	display: block;
	background:url("images/common/bg-plan-bottom.webp") no-repeat center top;
	position:absolute;
	top:496px;
	left: 0;
}
.sec_wide {
	width: calc(100vw - var(--swl-scrollbar_width, 0px));
}
.sec_bg_paint .box_white,.sec_wide .box_white {
	border-radius: 20px;
}
.sec_wide .wp-block-columns {
	padding-top:0;
}
.w_880 {
	width:880px;
}
@media (max-width: 880px) {
	.w_880 {
		width: auto!important;
		margin-left: var(--swl-pad_container, 0) !important;
        margin-right: var(--swl-pad_container, 0) !important;
	}
}
@media (max-width: 781px) {
	.sec_bg_paint {
		margin-top:6em;
	}
	.post_content .sec_bg_paint {
		margin-left:0!important;
		margin-right:0!important;
		padding-left: var(--swl-pad_container, 0) !important;
        padding-right: var(--swl-pad_container, 0) !important;
	}
}
.c-pageTitle {
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
}
.c-pageTitle span {
	display: block;
	font-size:1.2rem;
}
.c-pageTitle__subTitle {
	display: block;
    margin: 0;
    font-style: normal;
    opacity: 1;
}
.post_content h2 {
	text-align: center;
	background:url("images/common/line-h2.webp") no-repeat center bottom;
	padding-bottom: 1em;
}
.sec_plan_list h2 {
	background:url("images/common/line-h2-white.webp") no-repeat center bottom;
	font-size: 1.6rem;
	color: #0d2d4e;
}
.txt_kome  {
	font-size: 14px;
    text-indent: -3em;
    display: block;
    margin-left: 3em;
}
[class*=is-style-btn_] a {
	border-radius: 10px;
}
.g_blue {
	color:#4285f4;
}
.g_red {
	color:#ea4335;
}
.g_yellow {
	color:#fbbc05;
}
.g_green {
	color:#34a853;
}
@media not all and (min-width: 1200px) {
	.post_content > *,.p-articleHead.c-postTitle,.p-articleMetas.-top {
		width:auto;
		margin-left: var(--swl-pad_container, 0)!important;
    	margin-right: var(--swl-pad_container, 0)!important;
	}
	.post_content > .is-style-dent_box {
		width: auto;
		margin-left: var(--swl-pad_container, 0)!important;
		margin-right: var(--swl-pad_container, 0)!important;
	}
	.is-style-balloon_box2 {
		margin-left: var(--swl-pad_container, 0) !important;
        margin-right: var(--swl-pad_container, 0) !important;
		width: auto;
	}
	
}

/* スマホだけの時 */
.sp_sp_only {
	display: none;
}
@media (max-width: 640px) {
	.sp_sp_only {
		display: block;
	}
	.pc_tab_only {
		display: none;
	} 
	.sp_sp_left {
		text-align: left!important;
	}
}

/**********************************************
          header
**********************************************/
.l-header__logo {
	margin-left:10px;
	max-width:24%;
}
@media not all and (min-width: 1490px) {
	.l-header__logo {
		padding: 0!important;
		height: 68px;
		margin-top: 8px;
	}	
}
@media not all and (min-width: 640px) {
	.l-header__logo {
		height: 50px;
		max-width: 100%;
		margin:0 auto 8px 10px;
	}	
}
#header .l-container,.l-fixHeader__inner {
	max-width: 100%;
    padding: 0;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#header #gnav {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: end;
    -ms-flex-pack: end;
        justify-content: flex-end;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	width: calc(100% - 378px);
	min-width: 72%;
}
@media not all and (min-width: 1250px) {
	.l-fixHeader__logo {
		padding: 7px 0px 9px;
	}
	.l-fixHeader__inner .c-gnav {
		padding-bottom: 7px;
	}
}
@media not all and (min-width: 1140px) {
	#header #gnav {
		min-width: 71%;
	}
}
@media not all and (min-width: 960px) {
	#header #gnav {
		display: none;
	}
}
#header .header_top {
	width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 300px;
}
#header .header_top .bnr_quo {
	margin-top:5px;
	height: 66px;
	max-width: 40%;
	align-content: end;
}
@media not all and (min-width: 1174px) {
	#header .header_top .bnr_quo {
		display: none;
	}
}
#header .header_top .h_tel {
	margin: 15px 30px 0;
	background: url(images/common/ico-tel.webp) no-repeat left top;
	padding-left:70px;
	min-width: 260px;
}
#header .header_top .h_tel a {
	font-family: "Oswald", sans-serif;
	font-weight: bold;
	font-size:2rem;
    line-height: 1;
}
#header .header_top .h_tel span {
	display: block;
	font-size:0.8rem;
	line-height: 1;
}
.-series-right .w-header {
	margin-left:0;
}
.h_contact {
	position:absolute;
	top:0;
	right:0;
}
.h_contact ul {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.h_contact ul li {
	width:150px;
	height:120px;
}
.h_contact ul li a {
	display: block;
	text-align: center;
	align-content: center;
	height: 100%;
}
.h_contact ul li.h_line a {
	background: #05c756;
	font-size:14px;
	font-weight: bold;
	color:#fff;
}
.h_contact ul li.h_line a:before {
	content:"";
	width:22px;
	height:21px;
	display: inline-block;
	background: url(images/common/ico-line.webp) no-repeat;
}
.h_contact ul li.h_line a span {
	font-size:11px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	-webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	gap:6px;
}
.h_contact ul li.h_line a span:before,
.h_contact ul li.h_line a span:after {
	content: "";
    width: 13px;
    height: 1px;
    box-sizing: border-box;
    background-color: #fff;
}
.h_contact ul li.h_line a span:before {
	rotate: 60deg;
}
.h_contact ul li.h_line a span:after {
	rotate: -60deg;
}
.h_contact ul li.h_mail a {
	background: #c60000;
	font-size:16px;
	font-weight: bold;
	color:#fff;
}
.h_contact ul li.h_mail a:before {
	content:"";
	width:100%;
	height:18px;
	display: block;
	background: url(images/common/ico-mail.webp) no-repeat center;
	margin-bottom: 12px;
}
.c-gnav {
	height: 28px;
    margin-right: 312px;
    margin-top: 15px;
}
.c-gnav>.menu-item>a {
	padding:0;
	justify-content: start;
}
.c-gnav>.menu-item>a span {
	padding: 0 15px;
	border-left:solid 1px;
}

/* fix */
.l-fixHeader__logo {
	margin-left:10px;
}
.l-fixHeader__inner .h_contact ul li {
    width: 150px;
    height: 78px;
}
.l-fixHeader__inner .h_contact ul li.h_line a:before,
.l-fixHeader__inner .h_contact ul li.h_mail a:before{
	display: none;
}
.l-fixHeader__inner .c-gnav {
	margin-top: 0;
	height: 100%;
}
.l-fixHeader__inner .c-gnav>.menu-item>a {
	justify-content: center;
}
@media not all and (min-width: 1170px) {
	
}

/* PCメニューを1000pxまで表示 */
@media not all and (min-width: 1170px) {

  /* PCナビ表示 */
  #header #gnav,.w-header.pc_,.l-fixHeader__gnav {
    display: none !important;
  }

  /* ハンバーガーボタン非表示 */
  .l-header__menuBtn {
    display: flex !important;
  }
	.is-hide-last--pc .p-postList__item:last-child, .p-spMenu {
		height: 100%;
		left: 0;
		position: fixed;
		top: 0;
		transition: opacity 0s;
		width: 100%;
		z-index: 101;
	}
}

/**********************************************
          footer
**********************************************/
.l-footer__foot, .l-footer__widgetArea {
	padding:30px 0;
}
.l-footer__foot .l-container {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	gap: 30px;
}
.f_info {
	display: block;
	-webkit-order: -1;
    order: -1;
}
.f_info p {
	font-size:0.9rem;
}
.f_info .info_name {
	font-size:20px;
	font-weight: bold;
}
.l-footer__foot .c-iconList {
	justify-content: start;
}
.f_info .box_sns {
	margin-top:15px;
}
.box_sns .c-iconList a {
	font-size: 20px!important;
    border: solid 1px #afafaf;
    border-radius: 50em;
    padding: 12px;
}
.l-footer__nav {
	margin-left:auto;
	width: calc(100% - 390px);
	justify-content: end;
}
.l-footer__nav a {
	padding: 0 1.75em;
	border-color: #afafaf!important;
}
.l-footer__nav .sub-menu {
	margin-top:5px;
}
.l-footer__nav .sub-menu a {
	border:none!important;
}
.l-footer__nav .sub-menu li a:before {
	content:"-";
	display: inline-block;
	margin-right: 5px;
}
.l-footer__nav li:nth-child(2) .sub-menu {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 300px;
    margin-left: 1.75em;
	margin-bottom: 1.5em;
}
.l-footer__nav li:nth-child(2) .sub-menu li:nth-child(odd) {
	width:60%;
}
.l-footer__nav li:nth-child(2) .sub-menu li a {
	padding:0;
}
.sp_footer_fix {
	display: none;
}
@media not all and (min-width: 1024px) {
	.l-footer__foot .l-container {
		display: block;
	}
	.l-footer__nav {
		width:100%;
		justify-content: center;
		gap: 15px 0;
	}
	.f_info {
		margin-top: 30px;
    	text-align: center;
	}
	.f_info p {
		font-size:0.8rem;
	}
	.l-footer__foot .c-iconList {
		justify-content: center;
	}
	.l-footer__nav a {
    	padding: 0 1em;
	}
}
@media not all and (min-width: 767px) {
	.l-footer {
		padding-bottom: 60px;
	}
	.l-footer__nav li:nth-child(2) .sub-menu {
		display: block;
	}
	.l-footer__nav li:nth-child(2) .sub-menu li:nth-child(odd) {
		width:100%;
	}
	.sp_footer_fix {
		display: block;
		position:fixed;
		bottom:0;
		width: 100%;
		z-index: 999;
		border-top: solid 1px #b2b2b2;
	}
	.sp_footer_fix .box_cta_bnr {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.sp_footer_fix .box_cta_bnr > div {
		width:50%;
		height:55px;
		text-align: center;
	}
	.sp_footer_fix .box_cta_bnr .box_tel a {
		background: #052942;
		color:#fff;
		display: block;
		height: 100%;
		align-content: center;
	}
	.sp_footer_fix .box_cta_bnr .box_tel a .txt {
		font-size: 10px;
		display: block;
	}
	.sp_footer_fix .box_cta_bnr .box_tel .telno {
		font-weight: bold;
		font-size: 1.15rem;
		line-height: 1;
		background: url(images/common/ico-cta-tel-w.webp) no-repeat left center;
		background-size:auto 100%;
		padding-left: 18px;
		display: inline-block;
        width: 160px;
	}
	.sp_footer_fix .box_cta_bnr .box_mail a {
		background: #c60000;
		color:#fff;
		display: block;
		height: 100%;
		align-content: center;
	}
	.sp_footer_fix .box_cta_bnr .box_mail a .txt {
		display: block;
		font-size: 10px;
	}
	.sp_footer_fix .box_cta_bnr .box_mail a .telno {
		font-weight: bold;
        font-size: 1.15rem;
        letter-spacing: 0;
        line-height: 1.2;
        background: url(images/common/ico-mail.webp) no-repeat left bottom;
        padding-left: 32px;
        display: inline-block;
	}
	.p-fixBtnWrap {
		bottom: 65px;
		right: 10px;
	}
}

/** CTA ***/
#before_footer_widget .l-container {
	max-width: 100%;
	padding: 0;
}
#before_footer_widget .l-container .wp-block-group__inner-container {
	max-width: 100%;
}
.p-blogParts {
	margin-bottom:0;
}
.box_cta_wrap {
	letter-spacing: 0;
	width:100%!important;
	padding: 0 !important;
	margin: 0 !important;
}
.box_cta_wrap .wp-block-group__inner-container {
	max-width: 100vw;
}
.box_cta {
	min-height:100px;
	gap: 0 !important;
}
.box_cta > div {
	height:100px;
}
.box_cta .cta_tel {
	text-align: center;
	align-content: center;
	background: #fff;
}
.box_cta .cta_tel > p {
	background: url(images/common/ico-cta-tel.webp) no-repeat left top;
	padding-left:70px;
	color:#0d2d4e;
	display: inline-block;
}
.box_cta .cta_tel > p > a  {
	font-family: "Oswald", sans-serif;
	font-weight: bold;
	font-size:36px;
    line-height: 1;
	color:#0d2d4e;
}
.box_cta .cta_tel span {
	display: block;
	font-size:14px;
	line-height: 1;
	color:#0d2d4e;
}
.box_cta .cta_tel span a {
	color:#0d2d4e;
}
.box_cta .cta_mail {
	text-align: center;
	background: #c60000;
	color:#fff;
	align-content: center;
}
.box_cta .cta_mail > p {
	background: url(images/common/ico-cta-mail.webp) no-repeat left center;
	padding-left:60px;
	display: inline-block;
}
.box_cta .cta_mail > p > a {
	font-weight: bold;
	font-size:26px;
    line-height: 1;
	color:#fff;
}
.box_cta .cta_mail span {
	display: block;
	font-size:14px;
	line-height: 1;
	color:#fff;
}
.box_cta .cta_mail span a {
	color:#fff;
}
.box_cta .cta_line {
	text-align: center;
	background: #05c756;
	color:#fff;
	align-content: center;
}
.box_cta .cta_line > p {
	background: url(images/common/ico-cta-line.webp) no-repeat left center;
	padding-left:60px;
	display: inline-block;
}
.box_cta .cta_line > p > a {
	font-weight: bold;
	font-size:26px;
    line-height: 1;
	color:#fff;
}
.box_cta .cta_line span {
	display: block;
	font-size:14px;
	line-height: 1;
	color:#fff;
}
.box_cta .cta_line span a {
	color:#fff;
}
.cta_quo {
	background: #ff9018;
	text-align: center;
	color:#0d2d4e;
	font-size:17px;
	display: none;
}
.cta_quo p {
	display: inline-block;
	background: url(images/common/ico-ribbon.webp) no-repeat left center;
	padding-left:45px;
}
.cta_quo p strong {
	font-size:21px;
	display: inline-block;
	margin-left:1em;
	height:70px;
	align-content: center;
}
.box_cta_top {
	margin: 0 !important;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    background: #0d2d4e;
    color: #fff;
    padding: 27px;
}
.home .box_cta_top {
	left: 0;
}
.box_cta_top p {
	margin-bottom:0!important;
}
.box_cta_top p.cta_fukidashi {
	font-size:1rem;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}
.box_cta_top p.cta_fukidashi:before,
.box_cta_top p.cta_fukidashi:after {
	content: "";
    width: 18px;
    height: 1px;
    box-sizing: border-box;
    background-color: #fff;
}
.box_cta_top p.cta_fukidashi:before {
	rotate: 60deg;
}
.box_cta_top p.cta_fukidashi:after {
	rotate: -60deg;
}
.box_cta_top .mark_blue {
	background: linear-gradient(transparent 64%, rgb(168 201 236 / 60%) 0%);
}
.single-column #main_content .box_cta {
	gap:10px!important;
}
.single-column #main_content .box_cta > div {
	border-radius: 10px;
}
.single-column #main_content .box_cta .cta_tel {
	background: #0c2c4d;
}
.single-column #main_content .box_cta .cta_tel > p {
	background: url(images/common/ico-cta-tel-w.webp) no-repeat left top;
}
.single-column #main_content .box_cta .cta_tel a {
	color:#fff;
}

/** プレゼントなしの場合ボタンを角丸にする **/
.box_cta_wrap .box_cta {
	gap: 10px !important;
    background: #0c2c4d;
    padding: 0 10px 10px;
}
.box_cta_wrap .box_cta > div {
	border-radius: 20px;
}

@media not all and (min-width: 1024px) {
	.box_cta_top {
		font-size:1.4rem;
	}
	.box_cta_top p span {
		font-size:1.1rem;
	}
	.box_cta .cta_tel > p {
		background-size: auto 40px;
    	padding-left: 65px;
	}
	.box_cta .cta_tel > p > a {
		font-size: 28px;
	}
	.box_cta .cta_tel span {
		font-size: 10px;
	}
	.box_cta .cta_mail > p {
		background-size: auto 26px;
    	padding-left: 50px;
	}
	.box_cta .cta_line > p {
		background-size: auto 30px;
    	padding-left: 50px;
	}
	.box_cta .cta_mail > p > a,.box_cta .cta_line > p > a {
		font-size: 19px;
	}
	.cta_quo {
		font-size: 14px;
	}
	.cta_quo p strong {
		font-size: 18px;
		height: 50px;
	}
	.box_cta_top p .sp_only {
		display: none;
	}
	.single-column .box_cta {
		display: block;
	}
	.single-column #main_content .box_cta > div {
		margin: 5px 0px !important;
	}
	
}
@media not all and (min-width: 750px) {
	.box_cta_top p .sp_only {
		display: block;
	}
	.box_cta_top p {
		margin: 5px 0;
	}
	.box_cta_wrap {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.box_cta {
		display: block;
		background: #0c2c4d;
	}
	.box_cta > div {
		height: 70px;
	}
	.box_cta .wp-block-column,.cta_quo  {
		margin: 5px 10px !important;
        border-radius: 10px;
        width: auto;
	}
	.box_cta_wrap {
		background: #0c2c4d;
	}
	.cta_quo {
        font-size: 11px;
    }
	.cta_quo p {
		padding-left: 30px;
    	background-size: auto 15px;
	}
	.cta_quo p strong {
        font-size: 15px;
        height: auto;
        margin: 5px 10px;
    }
	.single-column .box_cta {
		margin: 0 !important;
    	background: none;
	}
	.single-column #main_content .box_cta .cta_tel > p {
        background-size: auto 40px;
    }
}

/**********************************************
          固定ページ
**********************************************/
@media (min-width: 600px) {
    .l-topTitleArea {
        min-height: 180px;
    }
}
@media not all and (min-width: 600px) {
	.l-topTitleArea {
		min-height: 6.5em;
	}
}

/**** よくある質問　******/
.swell-block-faq__item {
	border: solid 1px #ccc;
    border-radius: 2em;
    padding: 0 10px;
}
.swell-block-faq__item .faq_q {
	font-size: 1rem;
}
.swell-block-faq .faq_q:before {
	font-size: 1.2rem;
    font-family: "Oswald", sans-serif;
	top: 0.5em;
}
.swell-block-faq .faq_a:before {
	top: 1em;
	font-family: "Oswald", sans-serif;
	left: 1.5em;
	font-size: 1.2rem;
}
/* 回答は初期状態で閉じる */
.swell-block-faq__item .faq_a {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease, opacity 0.3s ease,padding 0.3s ease;
	opacity: 0;
	padding: 0 1em;
	border-top: 1px dashed var(--color_border);
}

/* 質問をクリック可能に */
.swell-block-faq__item .faq_q {
	cursor: pointer;
	position: relative;
	padding-right: 2em;
	border-bottom:none;
}

/* ＋アイコン */
.swell-block-faq__item .faq_q::after {
  content: "＋";
  position: absolute;
  right: 15px;
  top: calc(50% - 1em);
}

/* open時 */
.swell-block-faq__item.is-open .faq_a {
max-height: 1000px; /* 十分大きい値 */
opacity: 1;
padding: 1.25em 1em 1.25em 6em;
}

.swell-block-faq__item.is-open .faq_q::after {
  content: "−";
}

@media not all and (min-width: 750px) {
	.qa_anc li {
		width:100%!important;
	}
	.swell-block-faq__item {
		border-radius: 10px;
	}
	.swell-block-faq__item.is-open .faq_a {
		padding-left:3em;
	}
	.swell-block-faq .faq_a:before {
		left: 1px;
	}
	.swell-block-faq__item .faq_q::after {
		right: 0px;
	}
}

/**** スタッフ紹介　******/
.box_staff_wrap {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	gap:4%;
	margin: 5em 0; 
}
.box_staff_wrap .box_staff {
	width: calc(47% - 10px);
	border:solid 1px #ccc;
	border-radius: 10px;
	margin-left: 10px;
	margin-bottom: 4%;
}
.box_staff_wrap .box_staff .staff_info {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.box_staff_wrap .box_staff .staff_info .box_img {
	max-width:300px;
	width:50%;
	position:relative;
	left:-10px;
	top:-10px;
}
.box_staff_wrap .box_staff .staff_info .box_img img {
	display: block;
	border-radius: 10px;
}
.box_staff_wrap .box_staff .staff_info .box_txt {
	padding:20px;
	width:50%;
}
.box_staff_wrap .box_staff .staff_info .box_txt .txt_name {
	background: none;
	color:inherit;
	padding: 0;
    margin-bottom: 1em;
	font-size: 1.6em;
}
.box_staff_wrap .box_staff .staff_info .box_txt .txt_name:before {
	display:  none;
}
.box_staff_wrap .box_staff .staff_info .box_txt .staff_profile dl {
	font-size:0.8rem;
	margin-bottom:5px;
	line-height: 1.6;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.box_staff_wrap .box_staff .staff_info .box_txt .staff_profile dl dt {
	display: inline-block;
    background: #868686;
    color: #fff;
    padding: 0 5px;
    width: 6em;
    text-align: center;
    border-radius: 10px;
    margin-right: 10px;
	font-size: 0.7rem;
    font-weight: normal;
}
.box_staff_wrap .box_staff .staff_comment {
	margin: 0 20px;
    padding: 10px 0;
    border-top: dashed 1px #ccc;
    font-size: 0.9rem;
}
@media not all and (min-width: 1120px) {
	.box_staff_wrap .box_staff .staff_info {
		display: block;
	}
	.box_staff_wrap .box_staff .staff_info .box_img {
		width: 84%;
		left: auto;
		top: -15px;
		margin: 0 auto;
	}
	.box_staff_wrap .box_staff .staff_info .box_txt {
		width:100%;
        padding-top:0;
	}
	.box_staff_wrap .box_staff .staff_info .box_txt .txt_name {
		text-align: center;
	}
	.box_staff_wrap .box_staff .staff_info .box_txt .staff_profile {
		margin-top:10px;
	}
}
@media not all and (min-width: 430px) {
	.box_staff_wrap {
		display: block;
	}
	.box_staff_wrap .box_staff {
		width: 90%;
    	margin: 5% 5% 10%;
	}
}

/**** 施工の流れ　******/
.swell-block-step.box_flow_step {
	margin: 0 80px;
    width: auto;
}
.box_flow_step .swell-block-step__item {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	gap: 30px;
	margin-bottom:10px!important;
	padding-bottom: 0;
}
.box_flow_step .swell-block-step__number {
	height: 100%;
	width: 40px;
    border-radius: 10px !important;
}
.box_flow_step .swell-block-step__item .swell-block-step__title {
	width: 10em;
}
.box_flow_step .swell-block-step__body {
	width: calc(100% - 200px);
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
	-webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	gap: 30px;
	border-left: dashed 1px #ccc;
    padding-left: 20px;
}
.box_flow_step .swell-block-step__body img {
	border-radius: 10px !important;
	max-width: 250px;
}
@media not all and (min-width: 1200px) {
	.swell-block-step.box_flow_step {
		margin:0;
	}
	.box_flow_step .swell-block-step__item {
		display: block;
	}
	.box_flow_step .swell-block-step__item .swell-block-step__title,.box_flow_step .swell-block-step__body  {
		width:100%;
		padding:0;
	}
	.box_flow_step .swell-block-step__body  {
		border-left:none;
		border-top:dashed 1px #ccc;
		padding-top: 10px;
        margin-top: 0 !important;
	}
	.box_flow_step .swell-block-step__body img {
		margin-top: -20px;
	}
}
@media not all and (min-width: 650px) {
	.box_flow_step .swell-block-step__body {
		display: block;
		margin-left: 0 !important;
	}
	.box_flow_step .swell-block-step__body img {
		margin-top: 0px;
		max-width: 100%;
	}
}

/**** 会社案内　******/
.about_sign {
	margin-top:2em;
	font-size:0.9rem;
}
.about_sign .has-text-align-right {
	margin-right:2em;
}
.about_sign figure {
	text-align: right;
}
.about_table span {
	display: inline-block;
}
@media not all and (min-width: 650px) {
	.about_table td,.about_table th {
		width:100%!important;
		display: block;
	}
	.about_table td {
		border-top:none;
		border-bottom:none;
	}
	.about_table tr:last-child td {
		border-bottom:1px solid var(--color_border--table, #dcdcdc);
	}
}

/**** 初めての方へ　******/
.box_yakuwari .cap_box {
	height: 100%;
}
.box_yakuwari .is-style-onborder_ttl>.cap_box_content, .box_yakuwari .is-style-onborder_ttl>.cap_box_ttl {
	background-color: #fff!important;
}
.box_yakuwari .cap_box_ttl {
	font-size: 1.1rem;
}
.box_yakuwari .cap_box_content {
	border-radius: 10px!important;
	height: calc(100% - 2em);
}
.box_sos .swell-block-box-menu__figure>img {
	height:auto;
}
.box_sos .swell-block-box-menu__text {
	text-align: left;
	line-height:1.4em;
}
.box_sos .swell-block-box-menu__text strong {
	font-size:1.1em;
	display: block;
	margin-bottom: 10px;
	text-align: center;
}
.ttl_point strong {
	color:#f25500;
}
.ttl_point span {
	display: block;
	font-family: "Oswald", sans-serif;
	font-size: 0.8rem;
    color: #ffffff;
    background: #f25500;
    width: 9em;
    margin: 0 auto 10px;
    border-radius: 5px;
}
.box_beforearter {
	width: 1100px;
	max-width: 100%;
    background: #e8e1d1;
    padding: 20px;
    gap: 30px;
    border-radius: 20px;
}
.box_before,.box_after {
	position:relative;
}
.box_before:before,.box_after:before {
	content: "Before";
    font-weight: bold;
    font-size: 1.4rem;
    background: #333;
    color: #fff;
    padding: 0 15px;
    display: block;
    letter-spacing: 0;
    position: absolute;
    border-radius: 10px 0;
    left: 0;
    top: 0;
    z-index: 10;
}
.box_after:before {
	content: "After";
	background: #f25500;
}
.-list-flex li {
	width:49%;
}
.guide_faq {
	margin-top:40px!important;
}
.guide_faq .swell-block-faq__item {
	background: #fff;
	border:none;
}
.sec_guide_flow {
	padding-bottom:4em;
}
@media not all and (min-width: 1200px) {
	.sec_guide_flow {
		margin-left: 0 !important;
        margin-right: 0 !important;		
	}
	.-list-flex {
		display: block!important;
	}
	.-list-flex li {
		width: 100%;
	}
}

/**** 料金シミュレーター　******/
.box_simu .box_area {
	display: block;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
}
#calcBtn {
	margin-left: 10px;
    background: #f25500;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    width: 130px;
}
.box_simu input#area,#roofArea {
	width: 100px;
}
.box_simu .result {
	-webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	gap: 30px;
	margin: 3em 0 1em;
}
.box_simu .result .txt_price {
	display: block;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
	border: solid 1px #ddd;
    padding: 15px;
    width: 300px;
    border-radius: 10px;
}
.box_simu .result .txt_price p span {
	font-size:80%;
	display: block;
}
.box_simu .result .txt_price .price {
	color: #c60000;
	margin-top: 10px;
}
.box_simu .result .txt_price .price span {
	display: inline-block;
	font-family: "Oswald", sans-serif;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1;
}
.box_simu .box_price_op {
	border: solid 1px #ddd;
    padding: 15px;
	width:600px;
	border-radius: 10px;
	margin: 0 auto;
    text-align: center;
}
.box_simu .box_price_op label {
	margin-bottom:0;
}
.box_simu .box_price_op .txt_price {
	display: block;
	color: #c60000;
	font-weight: bold;
}
#sealingPrice,#roofPrice {
	display: inline-block;
	font-family: "Oswald", sans-serif;
    font-weight: bold;
    font-size: 1.6rem;
	color: #c60000;
}

@media not all and (min-width: 767px) {
	.box_simu .result {
		display: block;
	}
	.box_simu .result .txt_price,.box_simu .box_price_op {
		width:100%;
		margin-bottom:10px;
	}
	.box_simu .sp_small {
		font-size:0.9rem;
		text-align: left;
	}
	.box_simu .sp_small .sp_ {
		display: none;
	}
}



/****************************************
           contact
****************************************/
.box_form {
	padding-bottom:4em;
}
form > p {
	text-align: center;
}
.box_contact {
	width:80%!important;
	margin:1em auto 30px;
}
.box_contact p,.contact-confirm .box_contact p {
	margin: 5px 0;
}
.box_contact,.contact-confirm .box_contact {
	border:none;
}
.box_contact,.contact .box_contact td,.contact-confirm .box_contact,.contact-confirm .box_contact td {
	border:solid 2px #fff;
}
.box_contact:after {
	display: none;
}
.box_contact tr,.contact-confirm .box_contact tr {
	padding: 1em;
    border-bottom: dashed 1px #dbdada;
}
.box_contact th,.contact-confirm .box_contact th {
	border:none;
	background: none;
    font-weight: bold;
    padding: 5px 30px 5px 0;
    width:250px;
	vertical-align: top;
}
.box_contact th p,.contact-confirm .box_contact th p {
	font-weight: bold;
	text-align: right;
}
.box_contact td,.contact-confirm .box_contact td {
	border:none;
	text-align: left;
	padding:5px;
	padding-right: 100px;
}
.red {
	color:#D90003;
}
.form_pb {
	text-align: center;
}
.form_pb a {
	text-decoration: underline;
}
input[type="checkbox"], input[type="radio"]  {
	margin-bottom: 3px;
}
.form_buton {
	text-align: center;
	margin-top:50px;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
form input[type="submit"], form input[type="button"],form button {
    background: #ff9000;
    color: #fff;
    border-radius: 50em;
    font-weight: bold;
    padding: 10px 40px;
	margin:0 20px;
	border: none;
	width: 270px;
}
form input[type="text"],form textarea {
	width:100%;
	border-radius: 5px;
	margin:0 5px;
}
form input.zip {
	width:10em;
	margin:0 5px 10px;
}
form input[type="number"],form input[type="email"], form input[type="url"], form input[type="tel"] {
	border-radius: 5px;
	margin:0 5px;
}
form input[type="number"] {
	width:60px;
}
.copies input[type="text"] {
	width:200px;
}

@media not all and (min-width: 960px) {
	.box_form p {
		text-align: left;
	}
	.box_contact {
    	width: 100% !important
	}
	.box_contact td, .contact-confirm .box_contact td,.box_contact th, .contact-confirm .box_contact th  {
		display: block;
		width:100%;
		-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	}
	.page-id-1137 .box_contact td {
		border-bottom:solid 1px #ccc;
		margin-bottom:15px;
	}
	.box_contact th p, .contact-confirm .box_contact th p {
		text-align: left;
	}
	form input[type="submit"], form input[type="button"], form button,.wpcf7-list-item{
		display: block;
		margin-bottom:10px;
	}
	.form_buton p {
		display: inline-block;
		margin-bottom: 0;
	}
	form input[type="number"],form input[type="email"], form input[type="url"], form input[type="tel"] {
		width:100%;
	}
	.box_contact td,.contact-confirm .box_contact td {
		 padding: 10px 0;
	}
	form input[type="text"], form textarea {
		margin-left:0;
	}
	form input[type="number"] {
	width:60px;
	}
	.copies input[type="text"] {
		width:50%;
	}
}

/**********************************************
          カスタム投稿
**********************************************/
/** アーカイブ調整用 **/
#top_title_area {
	position:relative;
	padding: 1em 0;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#top_title_area .l-topTitleArea__body {
    color: #fff;
    position: relative;
    text-shadow: 1px 1px 8px rgb(115 82 50);
    width: 100%;
    z-index: 3;
}

@media not all and (min-width: 1200px) {
	.post-type-archive .p-archiveContent,.tax-works-cat .p-archiveContent {
		padding-left: var(--swl-pad_container, 0);
    	padding-right: var(--swl-pad_container, 0);
	}
}

/** ぱんくず調整 **/
.single .p-breadcrumb__item:last-child>span.p-breadcrumb__text {
    display: block;
}
.p-breadcrumb__item:last-child span {
    opacity: 1;
}

/** お客様の声 **/
/*一覧*/
.post-type-archive-customer-reviews.-sidebar-off .-type-card.-pc-col3 .p-postList__item {
	width: 25%;
}
.post-type-archive-customer-reviews.-sidebar-off .-type-card.-pc-col3 .p-postList__item .c-postThumb__figure {
	aspect-ratio: 683 / 1024;
}
.post-type-archive-customer-reviews.-sidebar-off .-type-card.-pc-col3 .p-postList__item .p-postList__meta {
	display: none;
}
@media not all and (min-width: 1200px) {
	.post-type-archive-customer-reviews.-sidebar-off .-type-card.-pc-col3 .p-postList__item {
		width: 33.333%;
	}
}
@media not all and (min-width: 764px) {
	.post-type-archive-customer-reviews.-sidebar-off .-type-card.-pc-col3 .p-postList__title {
		font-size:0.8rem;
	}
}
/*single*/
.single-customer-reviews time {
	display: none!important;
}
.single-customer-reviews .post_thumbnail {
	width: 500px;
	max-width:100%;
    margin: 0 auto;
}
.single-customer-reviews .c-postTitle__ttl {
	text-align: center;
}
@media not all and (min-width: 769px) {
	.single-customer-reviews .l-mainContent__inner {
		padding-left: var(--swl-pad_container, 0);
    	padding-right: var(--swl-pad_container, 0);
		margin-bottom: 4em;
	}
}

/** 施工メニュー **/
/*一覧*/
.post-type-archive-menu time {
	display: none!important;
}
.post-type-archive-menu .-type-thumb .p-postList__thumb,.post-type-archive-menu .c-postThumb__figure {
	height:300px;
}
.post-type-archive-menu .p-postList__title {
	font-size: 18px;
    text-align: center;
}
/*single*/
.single-menu main.l-article {
	padding-bottom:4em;
}
.single-menu.postid-11751 main.l-article {
	padding-bottom:0em;
}
.single-menu time {
	display: none!important;
}
.single-menu .l-mainContent__inner>.post_content {
	margin:0;
}
.sec_plan_list {
	padding-top: 4em;
    margin-top: 4em;
}
.sec_plan_list .box_plan {
	background: #fff;
	border-color:#c6c6c6;
	border-radius: 20px;
	text-align: center;
    height: 100%;
	color: #0d2d4e;
    font-weight: bold;
	padding-top: 30px;
}
.sec_plan_list .box_plan .cap_box_ttl {
	color: inherit;
    font-size: 1.1rem;
    text-align: center;
    display: block;
}
.sec_plan_list .box_plan .cap_box_content .txt_price {
	color:#c60000;
	font-size:2rem;
	letter-spacing: 0;
	line-height: 0.9;
}
.sec_plan_list .box_plan .cap_box_content .txt_price span {
    font-size: 1.2rem;
}
.sec_plan_list .box_plan .cap_box_content .txt_price span.plice_big {
	font-family: "Oswald", sans-serif;
    font-size: 3rem;
}
.sec_plan_list .box_plan .cap_box_content .txt_border {
	border-top:solid 1px #d7e6f6;
	border-bottom:solid 1px #d7e6f6;
	padding: 10px 0;
}
.sec_plan_list .box_plan .cap_box_content .box_explanation {
	margin-top:1.5em;
}
.postid-11751 .box_flow_step .swell-block-step__item .swell-block-step__title {
	font-size:16px;
}

@media not all and (min-width: 769px) {
	.sec_plan_list {
		padding-top: 3em;
    	margin-top: 2em;
		background-size: auto 270px;
		padding-bottom: 2em;
		margin-left: 0 !important;
        margin-right: 0 !important;
		padding-left: var(--swl-pad_container, 0) !important;
        padding-right: var(--swl-pad_container, 0) !important;
	}
	.box_tt {
		wdth:100%;
	}
	.c-balloon__body {
		padding-left:0;
	}
}

/** 施工実績 **/
.single-works .l-mainContent__inner {
	text-align: center;
	padding-bottom: 4em;
}
.single-works .p-articleMetas {
	-webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.single-works time {
	display: none;
}
.single-works .box_beforearter {
	margin:0 auto;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.single-works .box_beforearter > div {
	width:50%;
	position:relative;
}
.single-works .box_beforearter > div img {
	display: block;
}
.single-works .box_beforearter .box_before:after {
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #555555;
    border-right: 0;
    position: absolute;
    top: 50%;
    right: -26px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.works_bottom {
	width:1100px;
	margin:0 auto;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	text-align: left;
}
.works_bottom > div {
	width:60%;
}
.works_bottom .box_works_outline_wrap {
	width:40%;
}
.works_bottom > div h2 {
	background: #0c2c4d;
    color: #fff;
    font-size: 1rem;
    padding: 5px 30px;
    display: inline-block;
    border-radius: 5px;
	margin-bottom:10px;
}
.box_works_outline dl {
	border-bottom:dashed 1px #ccc;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.box_works_outline dl dt {
	width:7em;
}
.box_works_outline dl dd {
	width: calc(100% - 7em);
}
.box_works_point {
	padding-left:20px;
	position:relative;
	padding-bottom: 80px;
}
.box_works_situation,.box_works_voice {
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
	padding: 16px;
	border: 1px solid #c2c2c2;
	border-radius: 15px;
	background-color: #ffffff;
	width:100%;
}
.box_works_situation:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 100px;
  border-style: solid;
  border-width: 20px 0 0 20px;
  border-color: #c2c2c2 transparent transparent;
  translate: -50% 100%;
}

.box_works_situation:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 103px;
  border-style: solid;
  border-width: 17.6px 0 0 17.6px;
  border-color: #ffffff transparent transparent;
  translate: calc(-50% + 0.2px) 100%;
}
.box_works_point .img_icon {
	position: absolute;
    right: 20px;
    bottom: 20px;
}
.box_works_voice:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 120px;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #c2c2c2 transparent transparent;
  translate: -50% 100%;
}

.box_works_voice:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 120px;
  border-style: solid;
  border-width: 17.6px 17.6px 0 0;
  border-color: #ffffff transparent transparent;
  translate: calc(-50% - 0.2px) 100%;
}
.box_works_point .img_icon_l {
	position: absolute;
    left: 40px;
    bottom: 20px;
}
.works_bottom .box_other {
	margin:20px 0;
}
/* 一覧 */
.p-postList.-type-big_works {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	gap:10px;
}
.p-postList.-type-big_works > li {
	width: calc(50% - 5px);
}
.p-postList.-type-big_works > li > a,.p-postList.-type-big_works > li > a > .box_beforearter {
	height:100%;
}
.p-postList.-type-big_works > li .box_beforearter_img {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	gap: 20px;
}
.p-postList.-type-big_works > li .box_beforearter_img > div {
	width:calc(50% - 10px);
	position:relative;
}
.p-postList.-type-big_works > li .box_beforearter_img img {
	border-radius: 10px;
}
.p-postList.-type-big_works > li .box_beforearter_img .box_before:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 13px solid #555555;
    border-right: 0;
    position: absolute;
    top: 50%;
    right: -17px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.p-postList.-type-big_works > li .c-postTitle {
	text-align: center;
	font-size:1.1rem;
	margin: 5px 0;
}
.p-postList.-type-big_works > li .c-postTitle h2 {
	background: none;
    padding: 0;
}
.p-postList.-type-big_works > li .box_works_outline {
	font-size: 0.9rem;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.p-postList.-type-big_works > li .box_works_outline dl {
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	border: none;
    margin-top: 3px;
	width:49%;
	line-height: 1.3;
}
.p-postList.-type-big_works > li .box_works_outline dl:first-child {
	width:100%;
}
.p-postList.-type-big_works > li .box_works_outline dl dt span {
	background: #333;
    color: #fff;
    border-radius: 5px;
    padding: 0px 10px 1px;
    display: inline-block;
    font-size: 0.8rem;
}
.p-postList.-type-big_works > li .box_before:before, .p-postList.-type-big_works > li .box_after:before {
	font-size: 1rem;
}
.works_cat_list {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	gap:10px;
	margin-bottom:3em;
	font-size: 0.8em;
}
.works_cat_list li a {
	display:inline-block;
	border:solid 1px #ccc;
	border-radius:10px;
	padding: 2px 15px;
}


@media not all and (min-width: 769px) {
	.works_bottom {
		display: block;
		width: auto;
	}
	.works_bottom div {
		width:100%!important;
		margin-bottom:20px;
	}
	.works_bottom .box_works_outline_wrap {
		margin-bottom:20px;
	}
	.box_works_point {
		padding-left:0;
	}
	.box_works_point .img_icon_l {
		left: 20px;
	}
	.p-postList.-type-big_works > li {
		width: 100%;
	}
	.box_beforearter {
		padding: 10px;
		border-radius: 15px;
	}
	.box_works_outline dl dt {
		width: 6em;
	}
	.box_works_outline dl dd {
		width: calc(100% - 6em);
	}
	.p-postList.-type-big_works > li .box_works_outline dl dt span {
		font-size: 0.7rem;
	}
	.p-postList.-type-big_works > li .box_before:before, .p-postList.-type-big_works > li .box_after:before {
		font-size: 0.8rem;
	}
}
@media not all and (min-width: 764px) {
	.single-works #main_content .post_content {
		margin: 2em 0;
	}
	.single-works .box_beforearter {
		display: block;
	}
	.single-works .box_beforearter > div {
		width:100%;
	}
	.single-works .box_beforearter .box_before {
		margin-bottom:10px;
	}
	.single-works .box_beforearter .box_before:after {
		display: none;
	}
	.works_cat_list {
		gap: 5px;
	}
	.works_cat_list li a {
		padding: 2px 10px;
	}
}
/** 現場レポート **/
.single-report time,.post-type-archive-report .p-postList__times {
    display: none;
}
.single-report .l-mainContent__inner {
    text-align: center;
    padding-bottom: 4em;
}
.single-report .post_content {
	text-align: left;
}
.single-report .post_content p {
	margin-bottom:1em;
}

/**********************************************
          投稿ページ
**********************************************/
.category #content.l-container,.single-post #content.l-container {
	width:1200px;
}
.category .post_content > *,.single-post .post_content > * {
	width:auto;
}
.single-column .alignfull {
	width: calc(100vw - var(--swl-scrollbar_width, 0px));
	margin-left: 0 !important;
	margin-right:0 !important;
}
.author_name {
	font-size:1.1rem;
	font-weight: bold;
	margin-bottom:1em;
}
@media not all and (min-width: 769px) {
	.category #content.l-container,.single-post #content.l-container  {
		padding-left: var(--swl-pad_container, 0);
    	padding-right: var(--swl-pad_container, 0);
	}
	#sidebar {
		margin-bottom:4em;
	}
	.single-post .post_content > * {
		padding:0!important;
	}
	.single-column .p-articleHead.c-postTitle,.single-column .p-articleMetas.-top,.single-column .l-articleBottom__section.-related,.single-column .-author  {
		padding-left: var(--swl-pad_container, 0);
    	padding-right: var(--swl-pad_container, 0);
	}
	.p-authorBox__r {
		text-align: left;
	}
}

/**********************************************
          TOP
**********************************************/
.top #content {
    padding-top: 0em;
}
.top .post_content {
	margin-bottom:0;
}
.top .post_content > * {
	width:auto;
	left:0;
	right:0;
}
.top .p-mainVisual__slideTitle {
	font-size:2.5rem;
	font-weight: bold;
}
.top .p-mainVisual__slideTitle span {
	color:#fff600;
	font-size:1.4em;
}
.p-mainVisual__textLayer {
	left: 0%;
	-webkit-transform: translateX(0%);
    transform: translateX(0%);
}
.top .p-mainVisual__slideText:after {
	content:"";
	width:600px;
	height:177px;
	display: block;
	background: url(images/top/mv-point.webp) no-repeat center;
	margin: 40px 0 20px;
	filter: drop-shadow(2px 8px 8px rgba(0, 0, 0, 1));
}
.p-mainVisual__slideBtn {
	width: 600px;
	max-width:100%;
}
.top .c-mvBtn__btn {
	font-weight: bold;
	border-radius:10px;
	background: #c60000 url(images/common/ico-mail.webp) no-repeat left 35px center;
    padding-left: 70px;
	font-size:1.2rem;
	display: inline-block;
    width: 370px;
	max-width:90%;
}
.home .l-mainContent.l-article {
	max-width:100%;
}
.w-frontBottom {
	margin-top:0;
}
.top #content h2 {
	font-size:1.8rem;
}
.sec_top01 {
	position:relative;
	height:419px;
}
.sec_top01:before {
	content:"";
	width:1028px;
	height:419px;
	display: block;
	background: url(images/top/bg-wall.webp) no-repeat center;
	position:absolute;
	top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: -514px;
}
.sec_top01 .wp-block-columns {
	position:relative;
}
.sec_top01 .wp-block-columns .box_l {
	padding-top:60px;
}
.box_crown {
	background: url(images/top/crown-big.webp) no-repeat center;
	text-align: center;
}
.box_crown .en {
	font-family: "Oswald", sans-serif;
    font-weight: bold;
    font-size: 80px;
    line-height: 1;
	color:#f25500;
}
.sec_top01 .wp-block-columns .box_r {
	padding-top:40px;
}
.sec_top01 .wp-block-columns .box_r .c-balloon__text {
	letter-spacing: 0;
    font-size: 0.9rem;
}
.sec_top01 .wp-block-columns .box_r .c-balloon__icon {
	width:94px;
}
.sec_top01 .wp-block-columns .box_r .c-balloon__icon img {
	width:94px;
	height:90px;
	border:none;
	border-radius: 0;
}
.tit_fukidashi {
    position: relative;
    padding-bottom: 0.5rem;
    text-align: center;
}
.tit_fukidashi:before {
	content: "";
	position: absolute;
	border-bottom: 1px solid #f25500;
	width: 300px;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.tit_fukidashi:after {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%) skew(-40deg);
	height: 12px;
	width: 10px;
	border-right: 1px solid #f25500;
	background-color: #fdfdfd;
	content: ""
}
.tit_fukidashi p:first-child {
	font-size:22px;
	font-weight: bold;
	color:#f25500;
	margin: 0 0 10px;
    line-height: 0.7;
}
.sec_top01 .wp-block-columns .box_r .wp-block-list {
	list-style: none;
	padding:0;
}
.sec_top01 .wp-block-columns .box_r .wp-block-list li {
	background: #f4e8e2;
	font-size:1rem;
	padding:10px;
	border-radius: 50em;
	text-align: center;
	margin-bottom:10px;
}
.sec_top02 .box_worries {
	position:relative;
	padding-bottom: 10px;
}
.sec_top02 .box_worries:before {
	content:"";
	width:800px;
	height:256px;
	display: block;
	background: url(images/top/bg-q.webp) no-repeat center;
	position:absolute;
	bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 560px;
}
.sec_top02 .wp-block-list {
	list-style: none;
	padding-left:45px;
}
.sec_top02 .wp-block-list li {
	font-size:17px;
	margin-bottom:25px;
	background: url(images/top/ico-q.webp) no-repeat left center;
	padding-left:37px;
	letter-spacing: 0;
}
.sec_top03 h2 span {
	font-family: "Oswald", sans-serif;
    font-size: 36px;
    line-height: 1;
}
.sec_top03 .box_white {
	width:1200px;
	max-width:100%;
	margin:0 auto 20px;
	-webkit-box-align: start;
    -ms-flex-align: center;
    align-items: start;
	background: #fff url(images/top/bg-choose.webp) no-repeat left -30px top -27px;
}
.sec_top03 #choose02.box_white,.sec_top03 #choose04.box_white{
	background-position: left 50% top -17px;
    background-size: auto 84%;	
}

.sec_top03 .box_white .tit_choose {
	width:78px;
	border:solid 1px #fff;
	text-align: center;
	margin-right:20px;
	color:#0c7eae;
	font-weight: bold;
	letter-spacing: 0;
    line-height: 1.1;
    padding: 10px 0;
}
.sec_top03 .box_white .tit_choose span {
	font-family: "Oswald", sans-serif;
    font-size: 54px;
	display: block;
}
.sec_top03 .box_white > div {
	width: calc(100% - 568px);
	letter-spacing: 0.08em;
	line-height: 1.7;
}
.sec_top03 .box_white > div .tit {
	line-height: 1.4;
}
.sec_top03 .box_white figure {
	width: 420px;
    margin-left: 50px;
}
.sec_top03 #choose02 figure,.sec_top03 #choose04 figure {
     -webkit-order: -1;
    order: -1;
	width:50%;
	text-align: left;
	margin-left: 0px;
	margin-right:50px;
}
.sec_top03 #choose02.box_white > div ,.sec_top03 #choose04.box_white > div  {
	width: calc(50% - 98px);
}
.sec_top03 #choose04 figure,.sec_top03 #choose05 figure  {
	margin: -30px !important;
    width: calc(50% + 30px - 50px);
    margin-right: 50px !important;
}
.sec_top03 #choose05 figure {
	text-align: right;
	margin-right: -30px !important;
	margin-left: 50px !important;
}
.sec_top03 #choose04 figure img {
	border-radius: 10px 0 0 10px;
}
.sec_top03 #choose05 figure img {
	border-radius: 0 10px 10px 0;
}
.sec_top04 {
	width:1200px!important;
	max-width:100%;
	margin:0 auto 4em;
}
.sec_top04 .p-postList.-type-big_works > li .c-postTitle h2 {
	font-size:18px!important;
	padding: 10px 0;
}
.sec_top05 .box_white {
	width:1200px;
	max-width:100%;
	margin:0 auto 20px;
}
.sec_top05 .box_white h3 {
	font-size:1.8rem;
}
.sec_top05 .box_white .-type-card.-pc-col3 {
	width: 1000px;
    margin: 0 auto;
	max-width:100%;
}
.sec_top05 .box_white .-type-card.-pc-col3 .p-postList__item {
	width:25%;
}
.sec_top05 .box_white .p-postListWrap .p-postList__body {
	display: none;
}
.sec_top05 .box_white .p-postListWrap .-type-card .c-postThumb__figure {
	aspect-ratio: 683 / 1024;
}
.sec_plan_list .box_plan.plan_best {
	border:solid 3px #c60000;
	position:relative;
}
.sec_plan_list .box_plan.plan_best:before {
	content:"推　奨";
	background: #c60000;
	color:#fff;
	display: block;
	position:absolute;
	padding: 5px;
    width: 100px;
	border-radius: 5px;
	top:-19px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.sec_top06 {
	width:1200px!important;
	margin:0 auto;
	max-width:100%;
}
.sec_top06 .box_top_flow {
	width:220px;
	height:310px;
	border:solid 1px #bababa;
	border-radius: 20px;
	position: relative;
}
.sec_top06 .box_top_flow:after {
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 18px solid #bababa;
    border-right: 0;
    position: absolute;
    right: -19px;
    top: 125px;
}
.sec_top06 .box_top_flow:last-child:after {
	display: none;
}
.sec_top06 .box_top_flow .en {
	font-family: "Oswald", sans-serif;
	position:absolute;
	top:-4em;
}
.sec_top06 .box_top_flow img {
	border-radius:10px 10px 0 0;
	margin-bottom:15px;
}
.sec_top06 .box_top_flow p {
	padding: 0 10px;
    line-height: 1.5;
    letter-spacing: 0;
}
.sec_top07 {
	width:1200px!important;
	margin:0 auto;
	max-width:100%;
}
.sec_top07 .top_qualification table {
	border:none;
}
.sec_top07 .top_qualification table td,.sec_top07 .top_qualification table th {
	border:solid 6px #fdfdfd;
}
.sec_top07 .top_qualification td {
	background: #e5e5e5;
}
.sec_top07 .box_crown_wrap {
	gap:20px;
	 -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.sec_top07 .box_crown {
	width:234px;
	background: url(images/top/crown.webp) no-repeat center;
}
.sec_top07 .box_crown > div {
	width:100%;
}
.sec_top07 .box_crown .en {
	font-size:48px;
}
.sec_top07 .box_crown p {
	line-height:1.6;
	letter-spacing: 0;
}
.sec_top07 .box_bottom {
	width:850px;
	margin:60px auto 0;
	max-width:100%;
}
.sec_top07 .box_bottom p {
	line-height:1.4;
}
.sec_top07 .box_message .box_l figure {
	text-align: left;
	position:relative;
	z-index: 1;
}
.sec_top07 .box_message img {
	border-radius: 0;
	width:560px;
	height:auto;
}
.sec_top07 .box_r {
	position:relative;
}
.sec_top07 .box_r:before {
	content:"";
	width:calc(100% + 114px);
	height:100%;
	display: block;
	background: #e5e5e5;
	position: absolute;
	top:22px;
	right:0;
}
.sec_top07 .box_r .box_txt {
	position:relative;
	padding-top: 60px;
}
.sec_top07 .box_r .box_txt h3 {
	font-size:24px;
	text-align:left;
	letter-spacing: 0;
}
.sec_top07 .box_r .box_txt .about_sign {
	margin-top: 3em;
}
.sec_top07 .box_r .box_txt .about_sign figure {
	text-align: left;
	padding-left: 7em;
}
.sec_top07 .box_r .box_txt .about_sign img {
	width:auto;
}
.sec_top07 .img-employee {
	margin: -7px 0 0 100px;
    position: relative;
}
.sec_top08 .swell-block-faq {
	width:1000px;
	margin:0 auto;
}
.sec_top08 .swell-block-faq__item {
	background: #fff;
}
.sec_top09 {
	padding: 4em 0;
}
@media not all and (min-width: 1200px) {
	.top .post_content > * {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.top .post_content .sec_top03,.top .post_content .sec_top04,.top .post_content .sec_top05,.top .post_content .sec_plan_list,.top .post_content .sec_top06,.top .post_content .sec_top07,.top .post_content .sec_top09 {
		padding-left: var(--swl-pad_container, 0) !important;
        padding-right: var(--swl-pad_container, 0) !important;
	}
}
@media not all and (min-width: 960px) {
	.top .p-mainVisual__slideTitle {
		font-size: 1.8rem;
		margin-top:-1em!important;
	}
	.top .p-mainVisual__slideText:after {
		height: 150px;
		margin: 30px 0 0;
    	background-size: auto 100%;
	}
	.sec_top01 .wp-block-columns .box_l .swl-fz {
		font-size:1.4rem!important;
		margin-right: 40px;
		line-height: 1.4
	}
	.box_crown {
		background-size:100%;
		margin-right: 40px;
	}
	.sec_top01 .wp-block-columns .box_l .box_crown .swl-fz {
		font-size: 42px !important;
        margin-right: 0;
        line-height: 1.2;
	}
	.sec_top01 .wp-block-columns .box_r {
		padding-top: 20px;
		padding-left: var(--swl-pad_container, 0) !important;
        padding-right: var(--swl-pad_container, 0) !important;
	}
	.sec_top01 .wp-block-columns .box_r .c-balloon__icon {
		width:70px;
	}
	.sec_top01 .wp-block-columns .box_r .c-balloon__icon img {
		width:100%;
		height:auto;
	}
	.sec_top01 .wp-block-columns .box_r .wp-block-list li {
		font-size: 0.9rem;
    	letter-spacing: 0;
	}
	.sec_top02 ul {
		padding-left:0!important;
		width: 60%;
	}
	.sec_top02 .box_worries:before {
		bottom: 30px;
    	left: 30%;
	}
	.sec_top03 .box_white {
		-webkit-flex-wrap: wrap;
    	flex-wrap: wrap;
	}
	.sec_top03 .box_white > div {
		width: calc(100% - 100px)!important;
	}
	.sec_top03 .box_white figure {
		width:100%!important;
		margin-top: 20px!important;
		margin-left:0!important;
	}
	.sec_top03 #choose02 figure, .sec_top03 #choose04 figure  {
		-webkit-order: 3;
    	order: 3;
		text-align: center;
		margin-right:0!important;
	}
	.sec_top03 #choose04 figure, .sec_top03 #choose05 figure {
		margin: 30px -30px -30px !important;
		width: calc(100% + 60px) !important;
	}
	.sec_top03 #choose04 figure img,.sec_top03 #choose05 figure img {
		border-radius: 0px 0 10px 10px;
		width: 100%;
	}
	.box_cta_wrap {
		margin:0!important;
	}
	.box_cta_top p span.mark_blue {
		font-size:1.6rem;
	}
	.sec_top04,.sec_top06,.sec_top07 {
		width: auto !important;
	}
	.sec_top06 .wp-block-group.is-row {
		-webkit-flex-wrap: wrap;
    	flex-wrap: wrap;
		-webkit-box-pack: start;
      	-ms-flex-pack: start;
          justify-content: start;
		gap: 65px 22px;
	}
	.sec_top07 .box_r {
		top: -70px;
		left: 50px;
		padding: 40px;
	}
	.sec_top07 .box_r:before {
		left: 0;
	}
	.sec_top07 .box_r .box_txt {
		padding-left: 50px;
	}
	.sec_top08 .swell-block-faq {
		width: auto;
	}
	.sec_top07 .top_qualification table td, .sec_top07 .top_qualification table th {
		border: solid 2px #fdfdfd;
	}
	.sec_top07 .img-employee {
		margin: -80px -5% 0 9%;
    	position: relative;
	}
	.p-mainVisual__textLayer {
		webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding-bottom: 50px;
	}
	.top #content h2 {
		font-size: 1.6rem;
	}
	.top .p-mainVisual__slideTitle {
		text-align: center;
		font-size: 1.6rem;
        margin-top: 0em !important;
		letter-spacing: 0.1em;
	}
	.top .p-mainVisual__slideText:after {
		height: 100px;
        width: auto;
		margin-top:10px;
		/*background-position: left;*/
	}
	.p-mainVisual__slideBtn {
		margin: 20px auto 0!important;
	}
	.sec_bg_paint:before {
		height: 35px;
		top: -35px;
	}
	.top .post_content .u-mb-ctrl {
		margin-left:0!important;
		margin-right:0!important;
	}
	.sec_top01 {
		height:auto;
		margin-bottom: 4em;
	}
	.sec_top01:before {
		left: auto;
        right: 0;
		margin: 0;
		height: 250px;
		background-size: cover;
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
		background-position: right top;
	}
	.sec_top01 .wp-block-columns {
		display: block;
	}
	.sec_top01 .wp-block-columns .box_l {
		padding-top: 5px;
	}
	.box_crown {
		width: 310px;
    	margin: 0 auto;
	}
	.sec_top01 .wp-block-columns .box_l .box_crown .swl-fz {
		font-size: 32px !important;
	}
	.sec_top01 .wp-block-columns .box_l .swl-fz {
		margin-right:0;
	}
	.box_crown .en {
		font-size: 70px;
	}
	.sec_top01 .wp-block-columns .box_l br.sp_ {
		display: none;
	}
	.sec_top01 .wp-block-columns .box_r .wp-block-list,
	.sec_top02 .box_worries {
		padding-left: var(--swl-pad_container, 0) !important;
    	padding-right: var(--swl-pad_container, 0) !important;
	}
}
@media not all and (min-width: 768px) {
	
	.sec_top02 ul {
		width:auto;
	}
	.sec_top02 .wp-block-list li {
		font-size: 1rem;
	}
	.sec_top02 .box_worries:before {
		display: none;
	}
	.sec_top02 .box_worries:after {
		content: "";
        width: 550px;
        height: 230px;
        display: block;
        background: url(images/top/bg-q.webp) no-repeat left center;
        background-size: auto 100%;
        margin-left: auto;
        margin-right: -30px;
	} 
	.sec_top02 .sp_small_txt span {
		font-size:1.2rem!important;
	}
	.sec_top03 #choose02.box_white, .sec_top03 #choose04.box_white {
		background-position: left -30px top -27px;
		background-size: auto;
	}
	.sec_top03 .box_white .tit_choose {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
			-ms-flex-align: center;
				align-items: center;
		padding: 4px 21px;
		width:50%;
		border:none;
		border-bottom:solid 1px #fff;
		margin: -20px 0 20px !important;
	}
	.sec_top03 .box_white .tit_choose span {
		font-size: 48px;
		margin-left: 5px;
	}
	.sec_top03 .box_white > div .tit span {
		font-size:1.3rem!important;
	}
	.sec_top03 .box_white > div {
        width: 100% !important;
    }
	.sec_top03 #choose04 figure, .sec_top03 #choose05 figure {
		margin: 30px -1.5em -1.5em !important;
        width: calc(100% + 3em) !important;
	}
	.box_cta_top p span.mark_blue {
        font-size: 1.4rem;
    }
	.box_cta_wrap {
        padding-bottom: 1em !important;
    }
	.box_cta_top .sp_small_txt span {
		font-size:1.1rem!important;
	}
	.sec_top04 .p-postList.-type-big_works > li .c-postTitle h2 {
		font-size: 1.1rem !important;
	}
	.p-postList.-type-big_works > li .box_works_outline {
		font-size: 0.8rem;
	}
	.p-postList.-type-big_works > li .box_works_outline dl dt span {
        font-size: 0.6rem;
    }
	.top .swell-block-button.-size-custom a {
		width:80%!important;
	}
	.sec_top05 .box_white .-type-card.-pc-col3 .p-postList__item {
		width: 50%;
		margin-bottom: 1.5em;
	}
	.sec_plan_list .box_plan.plan_best {
		top: 7px;
	}
	.top .post_content .sec_top06 {
		padding-left: var(--swl-pad_container, 0) !important;
        padding-right: var(--swl-pad_container, 0) !important;
	}
	.sec_top06 .wp-block-group.is-row {
		padding-bottom:20px;
		display: block;
	}
	.sec_top06 .box_top_flow {
		width: 100%;
    	height: auto;
		margin-bottom: 60px;
	}
	.sec_top06 .box_top_flow img {
		width:100%;
	}
	.sec_top06 .box_top_flow:after {
		top: 100%;
		left: 50%;
		right:auto;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		border-right: 30px solid transparent;
		border-left: 30px solid transparent;
		border-top: 20px solid #bababa;
		border-bottom: 0;
	}
	.sec_top06 .box_top_flow:last-child {
		margin-bottom:0!important;
	}
	.sec_top06 .sp_small_txt span {
		font-size:1.2rem!important;
	}
	.box_cta_top .swl-inline-color.has-swl-main-color span {
		font-dize:1.2rem!important;
	}
	.sec_top07 {
		margin-bottom: -40px;
	}
	.sec_top07 .sp_small_txt span {
		font-size:1.1rem!important;
		display: inline;
	}
	.sec_top07 .box_crown_wrap {
		display: block;
	}
	.sec_top07 .box_crown {
		margin: 0 auto 20px;
	}
	.sec_top07 .swl-fz {
		font-size: 0.7rem !important;
		line-height: 1.6 !important;
		display: block;
	}
	.sec_top07 .box_r {
		left: 25px;
		padding: 15px 30px;
	}
	.sec_top07 .box_r .box_txt {
		padding-left: 0;
	}
	.sec_top07 .box_r .box_txt h3 {
		font-size: 1.4rem;
	}
	.sec_top07 .img-employee {
		margin: -77px -1% 0 -6%;
	}
	.top .post_content .sec_top09 {
		padding-left: var(--swl-pad_container, 0) !important;
        padding-right: var(--swl-pad_container, 0) !important;
	}
}
