@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_wide {
	width: calc(100vw - var(--swl-scrollbar_width, 0px));
	padding:50px;
}
.sec_bg_paint .box_white,.sec_wide .box_white {
	border-radius: 20px;
}
.sec_wide .wp-block-columns {
	padding-top:0;
}
.box_white_maru {
	background: #fff;
	border-radius: 10px;
}
.post_content>h2,.tit_h2 {
    margin-left: 0;
    margin-right: 0;
	color:#003e69;
	position:relative;
	text-align: center;
	padding-bottom: 20px;
}
.post_content>h2:after,.tit_h2:after {
	content:"";
	width:100px;
	height:3px;
	border-radius: 50em;
	background: #c60000;
	position:absolute;
	bottom:0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.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 .tit_line {
	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;
}
.post_content .tit_line:before,.post_content .tit_line:after {
	content:"";
	width: 60px;
	height: 1px;
	background: #333;
	display: block!important;
	position: static;
}
.post_content .tit_line:before {
	margin-right: 30px;
}
.post_content .tit_line:after {
	margin-left: 30px;
}
.txt_kome  {
	font-size: 14px;
    text-indent: -3em;
    display: block;
    margin-left: 3em;
}
[class*=is-style-btn_] a {
	border-radius: 10px;
}
.btn_right {
	text-align: right;
}
.btn_left {
	text-align: left;
}
.en {
	font-family: "Oswald", sans-serif;
}
a {
	display: block;
	opacity: 1;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
a:hover {
	opacity: 0.8;
}
@media not all and (min-width: 1200px) {
	.post_content > * {
		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;
	}
	
}
@media (max-width: 768px) {
	.sec_wide {
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-left: var(--swl-pad_container, 0) !important;
        padding-right: var(--swl-pad_container, 0) !important;
		padding-top:30px!important;
		padding-bottom:30px!important;
		left:0;
		right:0;
	}
	.post_content .tit_line:before,.post_content .tit_line:after {
		width: 30px;
	}
}

/* スマホだけの時 */
.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;
	}
}
@media (max-width: 768px) {
	.sp_left {
		text-align: left!important;
	}
}

/**********************************************
          header
**********************************************/
.l-header {
	background: rgb(255 255 255 / 80%);	
}
.l-header__logo,.l-fixHeader__logo {
	margin-left:10px;
	text-align: left !important;
	padding: 22px 10px 0 !important;
}
@media (max-width: 1284px) {
	.l-header__logo,.l-fixHeader__logo {
		padding-top: 10px !important;
	}
	#header .l-container .header_r,.l-fixHeader__inner .header_r {
		position:absolute;
		right:10px;
		top:10px;
	}
	#header .l-container .header_r .h_tel span,.l-fixHeader__inner .header_r .h_tel span {
		display:none!important;
	}
	#header .l-container .header_r .h_tel a,.l-fixHeader__inner .header_r .h_tel a {
		font-size: 1.4rem!important;
	}
	#header .l-container .header_r .h_contact a,.l-fixHeader__inner .header_r .h_contact a {
		height: 30px!important;
		position:relative;
		top:-5px;

	}
}
@media (max-width: 959px) {
	.l-header__logo,.l-fixHeader__logo {
		padding: 0 !important;
	}	
	#header .l-container .header_r,.l-fixHeader__inner .header_r {
		display: none!important;
	}
}
#header .l-container,.l-fixHeader__inner {
	max-width: 100%;
    padding: 0;
	-webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header #gnav,.l-fixHeader .l-fixHeader__gnav {
	margin-left:20px!important;
}
#header #gnav.l-header__gnav .c-gnav,.l-fixHeader__gnav .c-gnav {
	justify-content: start;
}
#header #gnav.l-header__gnav .c-gnav>li,.l-fixHeader__gnav .c-gnav>li {
	line-height:0;
}
#header #gnav.l-header__gnav .c-gnav>li>a,.l-fixHeader__gnav .c-gnav>li>a {
	margin: 15px 0 23px;
	padding: 0 20px;
	border-right: solid 1px;
	font-weight: bold;
}
#header #gnav.l-header__gnav .c-gnav>li:first-child a,.l-fixHeader__gnav .c-gnav>li:first-child a {
	padding-left:0;
}
#header #gnav.l-header__gnav .c-gnav>li:last-child a,.l-fixHeader__gnav.c-gnav>li:last-child a  {
	border-right:none;
}
#header #gnav.l-header__gnav .c-gnav .sub-menu li a,.l-fixHeader__gnav .c-gnav .sub-menu li a {
	padding-left: 2em;
}
.c-gnav>.menu-item>a:after {
	bottom: -15px;
}
#header .l-container .header_r,.l-fixHeader__inner .header_r {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	margin-right: 20px;
}
#header .l-container .header_r .h_tel a,.l-fixHeader__inner .header_r .h_tel a {
	font-family: "Oswald", sans-serif;
	font-weight: bold;
	color:#003e69;
	font-size:2rem;
    line-height: 1;
	background: url(images/common/ico-h-tel.webp) no-repeat left center;
	padding-left:38px;
}
#header .l-container .header_r .h_tel span,.l-fixHeader__inner .header_r .h_tel span {
	font-size:10px;
	font-weight: bold;
	color:#c60000;
	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;
	margin-bottom: 5px;
}
#header .l-container .header_r .h_tel span:before,
#header .l-container .header_r .h_tel span:after,
.l-fixHeader__inner .header_r .h_tel span:before,
.l-fixHeader__inner .header_r .h_tel span:after{
	content: "";
    width: 11px;
    height: 1px;
    box-sizing: border-box;
    background-color: #c60000;
}
#header .l-container .header_r .h_tel span:before,
.l-fixHeader__inner .header_r .h_tel span:before{
	rotate: 60deg;
}
#header .l-container .header_r .h_tel span:after,
.l-fixHeader__inner .header_r .h_tel span:after{
	rotate: -60deg;
}
#header .l-container .header_r .h_contact,.l-fixHeader__inner .header_r .h_contact {
	margin-left:30px;
}
#header .l-container .header_r .h_contact a,.l-fixHeader__inner .header_r .h_contact a {
	font-size:14px;
	font-weight: bold;
	color:#003e69;
	border:solid 1px;
	border-radius: 50em;
    height: 50px;
    width: 194px;
    text-align: center;
	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;
	-webkit-transition: all 0.5s ease 0s;
	 -o-transition: all 0.5s ease 0s;
	 transition: all 0.5s ease 0s;
}
#header .l-container .header_r .h_contact a:hover,.l-fixHeader__inner .header_r .h_contact a:hover  {
	background-color: #e1ebf2;dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd
}
#header .l-container .header_r .h_contact a:before,.l-fixHeader__inner .header_r .h_contact a:before  {
	content:"";
	width:24px;
	height:18px;
	display: inline-block;
	background: url(images/common/ico-h-mail.webp) no-repeat center;
	margin-right: 15px;
}
.c-gnav>.menu-item>.sub-menu {
    left: auto;
    top: 100%;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}
@media (max-width: 1284px) {
	#header #gnav.l-header__gnav .c-gnav>li>a,.l-fixHeader__gnav .c-gnav>li>a {
		    margin: 15px 0!important;
	}
}
@media (max-width: 959px) {
	#header .l-container,.l-fixHeader__inner {
		height: 50px;
	}
	.c-headLogo__img {
		width: auto;
    	height: 16px;
	}
}

/**********************************************
          footer
**********************************************/
.l-footer__foot, .l-footer__widgetArea {
	padding:50px 0;
}
#footer .l-container {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#footer .l-container .f_info {
	-webkit-order: -1;
    order: -1;
	font-size:14px;
	color:#c0cdd6;
	line-height: 1.8;
	letter-spacing: 0.1em;
}
#footer .l-container .f_info .info_name {
	margin-bottom:20px;
}
#footer .l-container .f_info .box_ico {
	margin-top:20px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	gap:5px;
}
#footer .l-container .f_info .box_ico a {
	width:48px;
	height:48px;
	border:solid 1px #fff;
	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;
	border-radius: 50em;
	-webkit-transition: all 0.5s ease 0s;
	 -o-transition: all 0.5s ease 0s;
	 transition: all 0.5s ease 0s;	
}
#footer .l-container .f_info .box_ico a:hover {
	background: #2b7db5;
}
#footer .l-container .box_footer_menu {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	gap: 60px;
}
#footer .l-container .box_footer_menu .l-footer__nav {
	display: block;
	padding: 0;
}
#footer .l-container .box_footer_menu .l-footer__nav .menu-item-has-children,
#menu-item-1179{
	margin-bottom:2em;
}
.l-footer__nav li a {
	border:none!important;
	font-size:16px;
	font-weight: bold;
	padding: 5px 0;
	letter-spacing: 0.1em;
}
.l-footer__nav li .sub-menu li a,
#menu-item-1180 a,
#menu-item-1183 a,
#menu-item-1184 a,
#menu-item-1185 a,
#menu-item-1186 a,
#menu-item-2848 a{
	font-size:14px;
	color:#c0cdd6;
	font-weight: normal;
}
.copyright {
	width:100%;
	color:#c0cdd6;
	margin-top:70px;
}
#breadcrumb.is-mobile {
		background: #3f7194;
    	color: #fff;
		box-shadow:none;
	}
.sp_footer_fix {
	display: none;
}
.box_f_bnr {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	gap:35px;
	margin-top: 35px;
}
.img_chara {
    width: 170px;
    text-align: center;
}
.img_chara p {
	font-size:10px;
}
@media (max-width: 959px) {
	.l-footer {
		padding-bottom:55px;
	}
	#footer .l-container {
		display: block;
	}
	#footer .l-container .f_info {
		margin-top:150px;
	}
	.box_f_bnr {
		display: block;
	}
	.img_chara {
		display: inline-block;
		margin-bottom:25px;
	}
	.l-footer .copyright {
		margin-top:20px;
	}
	#footer .l-container .f_info {
        margin-top: 40px;
		text-align: center;
		border-top: solid 1px;
		padding-top: 40px;
    }
	#footer .l-container .f_info .box_ico  {
		-webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	}
	.sp_footer_fix {
		display: block;
		position:fixed;
		bottom:0;
		width: 100%;
		z-index: 999;
	}
	.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: 11px;
		font-weight: bold;
		color: #f45a2f;
		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: 10px;
	}
	.sp_footer_fix .box_cta_bnr .box_tel a .txt:before
	.sp_footer_fix .box_cta_bnr .box_tel a .txt:after{
		content: "";
		width: 20px;
		height: 1px;
		box-sizing: border-box;
		background-color: #f45a2f;
	}
	.sp_footer_fix .box_cta_bnr .box_tel a .txt:before {
		rotate: 60deg;
	}
	.sp_footer_fix .box_cta_bnr .box_tel a .txt:after {
		rotate: -60deg;
	}
	.sp_footer_fix .box_cta_bnr .box_tel .telno {
		font-family: "Oswald", sans-serif;
		font-weight: bold;
		font-size: 1.5rem;
		line-height: 1;
		background: url(images/common/ico-tel-w.webp) no-repeat left center;
		background-size: auto 1.5rem;
		padding-left: 26px;
		display: inline-block;
	}
	.sp_footer_fix .box_cta_bnr .box_mail a {
		background: #f45a2f;
		color:#fff;
		display: block;
		height: 100%;
		align-content: center;
	}
	.sp_footer_fix .box_cta_bnr .box_mail a .txt {
		display: block;
		color:#fdff36;
		font-size: 11px;
		font-weight: bold;
	}
	.sp_footer_fix .box_cta_bnr .box_mail a .telno {
		font-weight: bold;
        font-size: 1.3rem;
        line-height: 1.2;
        background: url(images/common/ico-f-mail.webp) no-repeat left bottom;
        background-size: auto 1.2rem;
        padding-left: 32px;
        display: inline-block;
	}
	.p-fixBtnWrap {
		bottom: 60px;
	}
}
@media (max-width: 640px) {
	#footer .l-container .box_footer_menu {
		display: block;
	}
	.l-footer__foot {
		padding-top:30px;
	}
}

/********* CTA ************/
.cta_bottom {
	margin:50px 20px 20px;
}
.box_cta {
	background-image: linear-gradient(62deg, #a9dadc, #7eb9cf);
	border-radius: 20px;
	margin: 0 !important;
}
.box_cta .box_cta_inner {
	width:1200px;
	height:298px;
	max-width:100%;
	margin:0 auto;
	padding-top: 40px;
	color:#fff;
	font-size:26px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0;
	position:relative;
}
.box_cta .box_cta_inner:before {
	content:"";
	width:143px;
	height:200px;
	background: url(images/common/character-toa.webp) no-repeat center;
	position:absolute;
	left:20px;
	top:20px;
}
.box_cta .box_cta_inner:after {
	content:"";
	width:164px;
	height:200px;
	background: url(images/common/character-koko.webp) no-repeat center;
	position:absolute;
	right:25px;
	top:20px;	
}
.box_cta .box_cta_inner >* {
	position:relative;
	z-index: 10;
}
.box_cta .box_cta_inner .fukidashi {
	font-size: 18px;
    font-weight: bold;
    color: #c60000;
    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: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.box_cta .box_cta_inner .fukidashi:before,
.box_cta .box_cta_inner .fukidashi:after {
	content: "";
    width: 20px;
    height: 1px;
    box-sizing: border-box;
    background-color: #c60000;
}
.box_cta .box_cta_inner .fukidashi:before {
	rotate: 60deg;
}
.box_cta .box_cta_inner .fukidashi:after {
	rotate: -60deg;
}
.box_cta .box_cta_inner .box_cta_bnr {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	gap:38px;
	margin-top: 20px;
}
.box_cta .box_cta_inner .box_cta_bnr >div {
	width:460px;
	height:120px;
}
.box_cta .box_cta_inner .box_cta_bnr .box_tel a {
	height:100%;
	align-content: center;
	text-align: left;
	display: block;
	border-radius: 10px;
	line-height: 1;
	background: rgb(255 255 255 / 80%);
}
.box_cta .box_cta_inner .box_cta_bnr .box_tel a span {
	display: block;
}
.box_cta .box_cta_inner .box_cta_bnr .box_tel a .txt {
	font-size:18px;
	font-weight: bold;
	color: #c60000;
	letter-spacing: 0.1em;
	margin: 0 auto 5px;
    padding-left: 70px;
    width: 360px;
	position:relative;
}
.box_cta .box_cta_inner .box_cta_bnr .box_tel a .txt:before {
	content:"";
	width:69px;
	height:82px;
	background: url(images/common/ico-tel.webp) no-repeat center;
	display: block;
	position:absolute;
	left: -10px;
    top: 2px;
}
.box_cta .box_cta_inner .box_cta_bnr .box_tel a .txt strong {
	display: inline-block;
	background: #c60000;
	color:#fff;
	border-radius: 10px;
    padding: 2px 11px 3px 13px;
    margin-right: 10px;
	margin-bottom: 5px;
}
.box_cta .box_cta_inner .box_cta_bnr .box_tel a .telno {
	font-family: "Oswald", sans-serif;
    font-weight: bold;
    color: #003e69;
    font-size: 50px;
    line-height: 1;
    padding-left: 70px;
    width: 360px;
	margin: 0 auto 5px;
}
.box_cta .box_cta_inner .box_cta_bnr .box_mail a {
	height:100%;
	align-content: center;
	text-align: left;
	display: block;
	border-radius: 10px;
	line-height: 1;
	background: rgb(227 239 189 / 80%) ;
}
.box_cta .box_cta_inner .box_cta_bnr .box_mail a span {
	display: block;
}
.box_cta .box_cta_inner .box_cta_bnr .box_mail a .txt {
	position:relative;
	font-size:18px;
	font-weight: bold;
	color: #f45a2f;
	letter-spacing: 0.1em;
	margin: 0 auto 5px;
    padding-left: 70px;
    width: 380px;
}
.box_cta .box_cta_inner .box_cta_bnr .box_mail a .txt:before {
	content:"";
	width:60px;
	height:82px;
	background: url(images/common/ico-mail.webp) no-repeat center;
	display: block;
	position:absolute;
	left: -10px;
    top: 2px;
}
.box_cta .box_cta_inner .box_cta_bnr .box_mail a .txt strong {
	display: inline-block;
	background: #f45a2f;
	color:#fff;
	border-radius: 10px;
    padding: 2px 11px 3px 13px;
    margin-right: 10px;
	margin-bottom: 5px;
}
.box_cta .box_cta_inner .box_cta_bnr .box_mail a .telno {
    font-weight: bold;
    color: #5f8641;
    font-size: 24px;
    line-height: 1;
    padding-left: 70px;
    width: 380px;
	margin: 0 auto 5px;
}
.box_cta .box_cta_inner .box_cta_bnr .box_mail a .telno strong {
	font-family: "Oswald", sans-serif;
	font-size: 40px;
}
@media (max-width: 1130px) {
	.box_cta .box_cta_inner {
		height:auto;
	}
	.box_cta .box_cta_inner .box_cta_bnr {
		display: block;
		padding: 20px;
        margin: 0;
	}
	.box_cta .box_cta_inner .box_cta_bnr >div {
		margin:0 auto 10px;
		 width: 80%;
	}
	.box_cta .box_cta_inner:before {
		width: 135px;
		left: 10px;
		top: 70px;
		background-size: 100%;
	}
	.box_cta .box_cta_inner:after {
		width: 144px;
        right: 10px;
        top: auto;
        bottom: 5px;
        background-size: 100%;
	}
}
@media (max-width: 959px) {
	.box_cta .box_cta_inner {
		padding:20px 0 0;
	}
	.box_cta .box_cta_inner .box_cta_bnr >div {
		width: 70%;
	}
	.box_cta .box_cta_inner .fukidashi {
		margin-bottom: 0px;
		margin-top: 10px;
	}
}
@media (max-width: 750px) {
	.box_cta .box_cta_inner {
		text-align: left;
		padding:15px;
		font-size: 22px;
		line-height: 1.4;
	}
	.box_cta .box_cta_inner .fukidashi {
		font-size:13px;
		gap: 2px;
	}
	.box_cta .box_cta_inner .fukidashi:before, .box_cta .box_cta_inner .fukidashi:after {
		width: 13px;
	}
	.box_cta .box_cta_inner .box_cta_bnr {
		padding:10px 0 0!important;
		margin: 0 !important;
	}
	.box_cta .box_cta_inner .box_cta_bnr >div {
		width:100%;
		height:82px;
		margin:0 0 10px;
	}
	.box_cta .box_cta_inner .box_cta_bnr .box_tel a {
		background-size:46px auto;
		background-position:left 27px center;
	}
	.box_cta .box_cta_inner .box_cta_bnr .box_tel a .txt,
	.box_cta .box_cta_inner .box_cta_bnr .box_mail a .txt {
		font-size: 13px;
		padding-left: 60px;
		margin-bottom: 0;
        margin-top: 5px;
		width: 270px;
	}
	.box_cta .box_cta_inner .box_cta_bnr .box_tel a .txt strong,
	.box_cta .box_cta_inner .box_cta_bnr .box_mail a .txt strong{
		border-radius: 5px;
	}
	.box_cta .box_cta_inner .box_cta_bnr .box_tel a .telno {
		font-size: 34px;
		padding-left: 60px;
		width: 270px;
	}
	.box_cta .box_cta_inner .box_cta_bnr .box_tel a .txt:before {
		width: 46px;
    	height: 55px;
		left: 0;
		background-size: 100% auto;
		top: 2px;
	}
	.box_cta .box_cta_inner .box_cta_bnr .box_mail a {
		background-size:41px auto;
		background-position:left 27px center;
	}
	.box_cta .box_cta_inner .box_cta_bnr .box_mail a .telno {
		font-size:16px;
		padding-left: 60px;
		width: 270px;
	}
	.box_cta .box_cta_inner .box_cta_bnr .box_mail a .txt:before {
		width: 46px;
    	height: 55px;
		left: 0;
		background-size: 100% auto;
		top: 2px;
	}
	.box_cta .box_cta_inner .box_cta_bnr .box_mail a .telno strong {
		font-size: 27px;
	}
	.box_cta .box_cta_inner:before {
		width:104px;
		height:132px;
		background-size:100% auto;
		right: 0;
    	bottom: auto;
		top:-33px;
	}
	.box_cta .box_cta_inner:before {
		display: none;
	}
	.box_cta .box_cta_inner:after {
		width: 170px;
		height: 135px;
		background: url(images/common/character-pea.webp) no-repeat center;
		top:-20px;
		bottom:auto;
	}
}
@media (max-width: 430px) {
	.box_cta .box_cta_inner {
		font-size: 14px;
	}
	.box_cta .box_cta_inner:after {
		width: 100px;
        height: 85px;
        top: -26px;
        right: -13px;
        background-size: 100% auto;
	}
}

/**********************************************
          固定ページ
**********************************************/
.l-topTitleArea {
	align-items: end;
	height:280px;
}
.l-topTitleArea__body {
	position:relative;
}
.l-topTitleArea__body .c-pageTitle {
	width: 322px;
    background: #f8f9fb;
    bottom: -16px;
    margin-left: auto;
    text-align: center;
    padding: 30px 10px 0;
    border-radius: 20px 20px 0 0;
    color: #003e69;
    text-shadow: none;
    font-size: 30px;
}
.c-pageTitle__subTitle {
	padding: 3px;
	font-size:16px;
	color:#c60000;
	font-family: "Oswald", sans-serif;
	letter-spacing: 0;
}
.is-style-section_ttl .en {
	display: block;
	font-family: "Oswald", sans-serif;
	color:#003e69;
	font-size:14px;
	letter-spacing: 0;
	margin-bottom: 5px;
}
@media (max-width: 959px) {
	.l-topTitleArea {
		height:170px;
		min-height: 170px;
	}
	.l-topTitleArea__body .c-pageTitle {
		padding: 20px 10px 0;
	}
}
@media (max-width: 640px) {
	#top_title_area {
		height: auto;
        min-height: 135px;
        padding: 0!important;
	}
	#top_title_area .u-obf-cover {
		height: 95px !important;
	}
	.l-topTitleArea__body {
		background: #f8f9fb;
		padding: 0;
		height: 40px;
	}
	.l-topTitleArea__body .c-pageTitle {
		padding: 10px 10px 0;
        width: 230px;
        font-size:1.6rem !important;
		border-radius: 15px 0 0 0;
		bottom: auto;
    	top: -25px;
	}
	.c-pageTitle__subTitle {
		font-size: 13px;
	}
}
	
	
/********* 会社概要 ***********/
.box_Philosophy {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	border-top:solid 1px #c0cdd6;
	padding:35px 0;
	margin: 0;
}
.box_Philosophy dt {
	width:185px;
	padding-left:25px;
	background: url(images/company/ico-fire.webp) no-repeat left top;
	color:#d22d36;
	font-size:15px;
}
.box_Philosophy dd {
	width:calc(100% - 185px);
	font-size:18px;
	padding:0;
	margin:0;
}
.box_messages .wp-block-image {
    text-align: left;
}
.about_sign,.about_sign_l {
    margin-top: 2em;
    font-size: 0.9rem;
	-webkit-box-pack: end;
    -ms-flex-pack: end;
        justify-content: flex-end;
	gap:1em;
}
.about_sign .has-text-align-right {
	margin-right:6em;
}
.box_messages .about_sign .wp-block-image {
    text-align: right;
}
.box_messages2 {
	gap:150px!important;
}
.box_messages2 .about_sign_l .wp-block-image{
	text-align: left;
}
.box_messages2 .wp-block-media-text__content {
	padding-bottom:0;
}
.box_profile dl {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	border-top:dashed 1px #c0cdd6;
	padding:20px 0;
	margin: 0;
}
.box_profile dl dt {
	width:135px;
	color:#003e69;
}
.box_profile dl dd {
	width:calc(100% - 135px);
	padding:0;
	margin:0;
}
.box_map {
	border-radius: 20px;
	overflow: hidden;
}
.box_anc a {
	padding: 5px 20px;
	text-align: left;
}
.box_anc a span {
	margin-left:2em;
}

@media (max-width: 768px) {
	.box_messages figure {

	}
	.box_messages2 figure {
		width:200px;
	}
	.box_messages2 {
		gap: 50px !important;
	}
}
@media (max-width: 640px) {
	.box_anc > div {
		width:60%!important;
	}
	.about_sign .has-text-align-right,.box_messages .about_sign .wp-block-image {
		text-align: left!important;
	}
	.box_messages2 { 
		margin-top:60px;
	}
	.box_messages2 .wp-block-media-text {
		margin-bottom:20px!important;
	}
	.box_messages2 .wp-block-media-text__content {
		padding:15px 0 0!important;
	}
	.box_Philosophy {
		display: block;
		padding: 20px 0;
	}
	.box_Philosophy dt,.box_Philosophy dd {
		width:100%;
	}
	.box_Philosophy dd {
		padding-left:1em;
		padding-top:5px;
		font-size: 1.1rem;
	}
	.box_profile dl {
		display: block;
	}
	.box_profile dl dt,.box_profile dl dd {
		width:100%;
	}
}

/********* 特定商 ***********/
.page-id-24 .l-topTitleArea__body .c-pageTitle {
	width: 15em;
	font-size: 28px;
}

/********* エネルギー ***********/
.page-id-8 .l-topTitleArea__body .c-pageTitle {
    width: 15em;
    font-size: 28px;
}
.page-id-6 .l-topTitleArea__body .c-pageTitle {
    width: 15em;
    font-size: 28px;
}
.box_energy_list .wp-block-column{
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.box_energy_list .wp-block-column img {
	border-radius: 0!important;
}
.box_energy_list .wp-block-column .box_txt {
	padding:0 15px 15px;
}
.box_energy_list .wp-block-column .box_txt h3 {
	width: 70%;
    margin: 0 auto 10px;
    text-align: center;
    position: relative;
    top: -15px;
    background: #fff;
    border-radius: 10px 10px 0 0;
    padding: 10px 0 15px;
    color: #003d67;
}
.box_energy_list .wp-block-column .box_txt h3:after {
	content: "";
    width: 30px;
    height: 3px;
    border-radius: 50em;
    background: #c60000;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.box_lp_price .swell-block-dl__dt {
	padding-right: 0;
    background: #5e8746;
    color: #fff;
    border-radius: 5px;
    text-align: center;
	margin-bottom: 5px;
}
.box_lp_price .swell-block-dl__dt:after {
	display: none;
}
.box_lp_price .swell-block-dl__dd {
	padding-left:10px;
}
@media (max-width: 768px) {
	.box_energy_list .wp-block-column,.box_owner > div {
		max-width:600px;
    	margin: 0 auto !important;
	}
}
@media (max-width: 640px) {
	.page-id-6 .l-topTitleArea__body .c-pageTitle {
		width: 13em;
	}
}
/********* 災害対策商品***********/
.box_bcp_item {
	border-radius: 20px;
	padding: 20px!important;
}
.box_bcp_col3 .wp-block-group {
	border-radius: 20px;
}
.box_bcp_item .is-provider-youtube {
	border-radius: 10px;
    overflow: hidden;
}
/********* LPガス***********/
.box_qqq_top {
	background-color: #e9e8d9;
    padding: 50px;
    border-radius: 20px;
	position:relative;
	top:30px;
}
.box_qqq_top:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 20px solid transparent;
  border-top: 20px solid #e9e8d9;
}
.box_qqq_top .wp-block-group__inner-container {
	position:relative;
}
.box_qqq_top .wp-block-group__inner-container:before {
	content:"";
	width:192px;
	height:169px;
	display: block;
	background: url(images/common/img-q-l.webp) no-repeat center;
	position:absolute;
	left:60px;
	top:-100px;
}
.box_qqq_top .wp-block-group__inner-container:after {
	content:"";
	width:183px;
	height:170px;
	display: block;
	background: url(images/common/img-q-r.webp) no-repeat center;
	position:absolute;
	right:80px;
	top:-100px;
}
.box_qqq_top h2 {
	color: #003e69!important;
}
.box_qqq_top .wp-block-column {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}
.post_content h2.bg_toa:after {
	content:"";
	top: -10px;
	width: 80px;
    height: 116px;
	background: url(images/common/character-toa.webp) no-repeat center;
	background-size: 100% auto;
	display: block!important;
	position:absolute;
	left: calc(50% - 16em);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 0;
}
.box_lpgus_point .cap_box_content,.box_lpgus_point .cap_box  {
	height:100%;
}
.box_lpgus_point .cap_box_ttl {
	padding: 5px 50px;
    border-radius: 20px 20px 0 0;
}
.box_lpgus_point .cap_box_content {
	border-radius: 0 10px 10px 10px!important;
    background: #fff;
}
.t-praice strong.t-price {
	font-family: "Oswald", sans-serif;
    font-weight: bold;
    font-size: 2rem;
}
.box_value {
	border: solid 2px #c60000!important;
    border-radius: 20px;
	background: #fcf6f6;
}
.box_value .box_fukidashi {
	font-size:1.2rem;
	font-weight: bold;
	color:#c60000;
	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;
	margin-bottom: 5px;
}
.box_value .box_fukidashi:before,
.box_value .box_fukidashi:after{
	content: "";
    width: 11px;
    height: 1px;
    box-sizing: border-box;
    background-color: #c60000;
}
.box_value .box_fukidashi:before{
	rotate: 60deg;
}
.box_value .box_fukidashi:after{
	rotate: -60deg;
}
.box_value .wp-block-column {
	text-align: center;
}
.t_price strong {
	font-size:2rem;
}
.sec_sdgs {
	background: #ebf0f5;
    padding: 3em;
    border-radius: 10px;
}
.sec_sdgs .wp-block-media-text  {
	width:980px;
	max-width:100%;
	margin:0 auto;
}
.box_sdgs {
	text-align: left;
    margin-top: 3em;
    padding-top: 3em;
    border-top: dashed 1px #ccc;
}
.box_sdgs figure {
	text-align: left;
}
.box_sdgs figure img {
	width:400px;
	border-radius: 0;
}
.box_flow_riyou {
	position:relative;
	padding-bottom: 30px;
}
.box_flow_riyou table {
	border-spacing: 15px 5px;
}
.box_flow_riyou table,.box_flow_riyou table th,.box_flow_riyou table td {
	border:none!important;
    border-collapse: separate;
    border-radius: 10px;
    overflow: hidden;
}
.box_flow_riyou table th {
	background: none;
	text-align: center;
}
.box_flow_riyou table th > span {
	border-radius:10px;
}
.box_flow_riyou table tr th:first-child,.box_flow_riyou table tr th:last-child {
	width:48%!important;
}
.box_flow_riyou table tr:nth-child(-n+4) td:nth-last-child(2) {
	background: #003e69;
	color:#fff;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}
.box_flow_riyou tfoot:before {
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 34px solid transparent;
	border-left: 34px solid transparent;
	border-top: 30px solid #003d67;
	border-bottom: 0;
	position:absolute;
	left: 50%;
	margin-top: -13px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.box_flow_riyou table td strong {
	background: #ffa089;
    color: #fff;
    padding: 2px 20px;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 5px;
}
.box_flow_riyou table tr td:last-child strong {
	background:#aec39e;
}
.box_flow_riyou table tr td span {
	font-weight: bold;
}
.box_flow_riyou table tfoot {
	position:relative;
}
.box_flow_riyou table tfoot td {
	text-align: center!important;
	padding-top:20px;
}
.box_flow_riyou table tfoot td:last-child strong {
	background: none;
}
@media (max-width: 960px) {
	.post_content h2.bg_toa:after {
		display: none!important;
	}
	.bg_toa_txt {
		-webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	}
}
@media (max-width: 768px) {
	.box_flow_riyou:after {
		left: 400px;
	}
	.post_content .box_qqq_top {
		padding: 20px;
		margin-left: var(--swl-pad_container, 0) !important;
        margin-right: var(--swl-pad_container, 0) !important;
	}
	.box_qqq_top .wp-block-columns {
		gap: 10px !important;
	}
	.box_qqq_top .wp-block-column {
		padding: 15px;
    	border-radius: 10px;
	}
	.box_qqq_top h2 {
		text-align: left !important;
        margin: 20px 0;
        padding-top: 10px !important;
		padding-right: 60px !important;
	}
	.box_qqq_top .wp-block-group__inner-container:before {
		display: none;
	}
	.box_qqq_top .wp-block-group__inner-container:after {
		width: 150px;
        height: 139px;
        background-size: 100% auto;
        right: 0;
        top: -66px;
	}
	.box_value .box_fukidashi {
		text-align: center;
		line-height: 1.4;
		margin-bottom: 15px;
		font-size:1.1rem;
	}
	.box_value .box_fukidashi:before, .box_value .box_fukidashi:after {
		width: 21px;
		position: relative;
    	bottom: -10px;
	}
}


/********* ガス機器***********/
.box_machine_list .swell-block-column {
	background: #fff;
    position: relative;
    padding: 20px;
    border-radius: 20px;
}
.box_machine_list .swell-block-column .box_item_cat {
	color: #fff;
    background: #003d67;
    display: inline-block;
    width: 50%;
    text-align: center;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px 0;
}
@media (max-width: 768px) {
	.box_machine_list .swell-block-column .is-style-btn_normal a {
		padding: 10px 0px;
	}
}

/********* オーナー***********/
.page-id-14 .l-topTitleArea__body .c-pageTitle {
    width: 13em;
    font-size: 25px;
	padding-top: 15px;
}
.box_owner_service .wp-block-column {
	padding: 0 10px;
}
.box_owner_service .wp-block-column .fukidashi {
	font-size:13px;
	font-weight: bold;
	color:#c60000;
	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;
	margin-bottom: 5px;
}
.box_owner_service .wp-block-column .fukidashi:before,
.box_owner_service .wp-block-column .fukidashi:after {
	content: "";
    width: 11px;
    height: 1px;
    box-sizing: border-box;
    background-color: #c60000;
}
.box_owner_service .wp-block-column .fukidashi:before{
	rotate: 60deg;
}
.box_owner_service .wp-block-column .fukidashi:after {
	rotate: -60deg;
}
.box_yesno {
	width:900px;
}
.box_yesno .wp-block-column {
	background: #eaeaea;
    padding: 15px;
    border-radius: 10px;
}
.box_yesno .wp-block-column:last-child {
	border: solid 2px #c60000;
    background: #fff;
}
.box_owner_step {
	width: 980px;
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 50px;
    border-radius: 20px;
}
@media (max-width: 768px) {
	.box_owner_step,.box_yesno {
		width:auto;
	}
	.box_owner_service  {
		margin-bottom:0!important;
	}
	.box_owner_service .wp-block-column {
		padding:15px;
	}
}
@media (max-width: 640px) {
	.page-id-14 .l-topTitleArea__body .c-pageTitle {
		top: -40px;
	}
	.box_owner_step {
		padding: 20px;
	}
}

/********* 住まいのホームドクター***********/
.page-id-19 .l-topTitleArea__body .c-pageTitle {
    width: 15em;
    font-size: 28px;
}
/********* 美味しい水***********/
.box_water_top {
	width:980px;
	margin:0 auto 3em;
}
.box_water_top li {
	border: solid 1px #c80004;
    padding: 15px 50px;
    border-radius: 50em;
    background: #fff;
}
.box_water_top li:before {
	position:static;
	color: #ffffff;
    content: "\e923";
    display: inline-block;
    margin-right: 15px;
    background: #c80004;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50em;
    font-weight: bold;
}
.page-id-21 .box_energy_list .wp-block-column .box_txt h3 {
	width: 100%;
    font-size: 18px;
    padding-top: 15px;
}
.box_water_style .cap_box_ttl {
	width:18em;
	border-radius: 10px !important;
}
.box_water_style .cap_box_content {
	border-radius:10px!important;
}
.box_catname {
	background: #003d68;
    color: #fff;
    display: inline-block;
    padding: 0 30px;
    border-radius: 50em;
}
.box_step_line .wp-block-column {
	border-radius: 10px;
	position:relative;
	padding-top: 50px;
}
.box_step_line .wp-block-column:after {
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 12px solid #aaaaaa;
    border-right: 0;
    position: absolute;
    top: 39%;
    right: -18px;
}
.box_step_line .box_step_line03:after {
	display: none;
}
.box_step_line .box_step_line01 {
	border-top:solid 10px #5f8641;
}
.box_step_line .box_step_line02 {
	border-top:solid 10px #003d67;
}
.box_step_line .box_step_line03 {
	border-top:solid 10px #c80004;
}
.box_step_line .txt_step {
	position:absolute;
	top:0;
	width:6em;
	margin:0 auto;
    color: #fff;
    border-radius: 0 0 10px 10px;
}
.box_step_line .box_step_line01 .txt_step {
	background: #5e8746;
}
.box_step_line .box_step_line02 .txt_step {
	background: #003d67;
}
.box_step_line .box_step_line03 .txt_step {
	background: #c80004;
}

@media not all and (min-width: 1050px) {
	.box_water_top {
		width: auto;
    	margin: 0;
	}
}

/*** 防災 ***/
.box_drr_movie {
	position:relative;
	background: url("images/drr/bg-movie.webp") no-repeat center top;
	padding-bottom:250px;
	padding-top: 20px;
}
.box_drr_movie:after {
	content:"";
	width:623px;
	height:274px;
	display: block;
	background: url("images/drr/img-drr.webp") no-repeat center;
	position:absolute;
	right:0;
	bottom:0;
}
.box_drr_movie .drr_movie {
	width:960px;
	max-width: calc(100% - 40px);
	margin:0 auto;
	border-radius: 10px;
	overflow: hidden;
}
.toue_insta {
	margin-top: 10px !important;
}
.toue_insta a {
	background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
}
@media not all and (min-width: 1070px) {
	.box_drr_movie {
		background-size:100% auto;
	}
	.box_drr_movie .drr_movie {
		max-width: calc(100% - 12vw);
	}
}
@media not all and (min-width: 769px) {
	.box_drr_movie {
		padding-bottom: 21vw;
		padding-top: 2vw;
	}
	.box_drr_movie:after {
		width: 45vw;
        height: 23vw;
        background-size: 100% auto;
	}
}
@media not all and (min-width: 640px) {
	.page-id-12 .box_anc > div {
		width: 100% !important;
		text-align: left;
	}
}

/**** よくある質問　******/
.swell-block-faq__item {
	border: solid 1px #ccc;
    border-radius: 2em;
    padding: 0 10px;
	background: #fff;
}
.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: "−";
}

/**** サイトマップ　******/
.box_sitemap_list,.box_sitemap_list ul {
	list-style: none!important;
}
.box_sitemap_list li {
	border-bottom: 1px solid var(--color_border);
    color: inherit;
    display: block;
    position: relative;
	margin: 0;
}
.box_sitemap_list ul li:last-child {
	border-bottom:none;
}
.box_sitemap_list li a {
	padding: .75em 1em .75em 0;
	display: block;
}
.box_sitemap_list li a:hover {
    background-color: var(--swl-color_hov_gray);
}
.box_sitemap_list li a:before {
	content:"";
	width:20px;
	height:1em;
	background: url(images/common/ico-file.svg) no-repeat left center;
	background-size:auto 100%;
	display: inline-block;
}
.sec_sitemap_list p {
	padding: .75em 1em .75em 0;
	display: block;
	border-bottom: 1px solid var(--color_border);
	margin: 0;
}
.sec_sitemap_list .sitemap_sub,.sec_sitemap_list .sitemap_sub ul {
	margin-left:30px;
}

/**** 採用情報　******/
.box_recruit {
	height:100%;
}
.box_recruit .cap_box_content  {
	height:calc(100% - 2em);
	padding-bottom:80px;
	position: relative;
}
.box_recruit .swell-block-button {
	position:absolute;
	bottom:20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}

/****************************************
           contact
****************************************/
.box_form {
	width:960px;
	margi:0 auto;
}
form > p {
	text-align: center;
}
.contact_tel a {
	font-family: "Oswald", sans-serif;
    font-weight: bold;
    color: #003e69;
    font-size: 2rem;
    line-height: 1;
    background: url(images/common/ico-h-tel.webp) no-repeat left center;
	padding-left: 36px;
	width: 8em;
	display: inline-block;
	background-size: auto 100%;
}
.contact_mail a {
	font-weight: bold;
    color: #5e8746;
    font-size: 1.4rem;
    line-height: 1;
    background: url(images/common/ico-mail.webp) no-repeat left center;
	padding-left: 36px;
	width: 13em;
    display: inline-block;
    background-size: 32px auto;
} 
.box_contact {
	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;
	width: calc(100% - 250px);
}
.box_contact .red {
	background: #D90003;
    color: #fff;
    display: inline-block;
    margin-left: 1em;
    font-size: 80%;
    padding: 0px 10px 2px;
    border-radius: 5px;
}
.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: #003d67;
    color: #fff;
    border-radius: 50em;
    font-weight: bold;
    padding: 10px 40px;
	margin:0 20px;
	border: none;
	width: 270px;
}
form input[type="text"],form textarea,form input[type="email"] {
	width:46em;
	max-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;
}
.input_agree {
	text-align: center;
	padding: 20px;
}
.box_pb_flame {
	width:100%;
	height:300px;
	overflow-y: scroll;
	border: solid 1px #ccc;
    background: #fff;
}
.box_pb_flame_txt .tit {
	font-size:1.2rem;
	font-weight: bold;
	text-align: center;	
}
.box_sec {
	margin-bottom:20px;
}
.box_sec .tit {
	font-size:1.1rem;
}
.box_pb_flame_txt {
	padding: 30px;
}
.box_pb_flame_txt p {
	margin-bottom:1em;
}
.submit_box {
	text-align: center;
	margin-top: 50px;
}
.mwform-radio-field {
	display: inline-block;
}

/** リキャプチャロゴ非表示 **/
.grecaptcha-badge {
	display: none;
}

@media not all and (min-width: 960px) {
	.box_form {
		width:auto;
	}
	.box_form p {
		text-align: left;
	}
	.box_contact {
    	width: 100% !important
	}
	.box_contact tr, .contact-confirm .box_contact tr {
		display: block;
		padding:0;
	}
	.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;
	}
	.mwform-radio-field {
		display: block;
	}
	form input[type="text"], form textarea, form input[type="email"] {
		width: auto;
    	max-width: calc(100vw - 40px);
	}
	form input[type="submit"], form input[type="button"], form button,.wpcf7-list-item{
		display: inline-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%;
	}
	.submit_box {
		margin-top: 20px;
	}
}

/**********************************************
          投稿ページ
**********************************************/
.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;
}
.l-topTitleArea__body .c-categoryList {
	display: none;
}
.p-postList .p-postList__cat {
	background: #003d67;
    opacity: 1;
    color: #fff;
    border-radius: 50em;
    padding: 3px 15px;
}
.p-postList .p-postList__cat[data-cat-id="43"],.p-postList .p-postList__cat[data-cat-id="42"],.p-postList .p-postList__cat[data-cat-id="44"],.p-postList .p-postList__cat[data-cat-id="20"] {
	background:#5e8746;
}
.c-shareBtns__list li {
	width:34px;
}
.child-category-list {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	margin-bottom: 50px;
	gap:20px;
}
.child-category-list a {
	border: solid 1px #003c65;
    padding: 10px 30px;
    border-radius: 50em;
	-webkit-transition: all 0.5s ease 0s;
	 -o-transition: all 0.5s ease 0s;
	 transition: all 0.5s ease 0s;
}
.child-category-list a:hover {
	background: #e9f0f5;
}
@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);
	}
}

/** ぱんくず調整 **/
.single .p-breadcrumb__item:last-child>span.p-breadcrumb__text {
    display: block;
}
.p-breadcrumb__item:last-child span {
    opacity: 1;
}

/**********************************************
          カスタム投稿
**********************************************/
/** アーカイブ調整用 **/
.post-type-archive #top_title_area {
	position:relative;
	padding: 1em 0;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.post-type-archive #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-column .p-archiveContent {
		padding-left: var(--swl-pad_container, 0);
    	padding-right: var(--swl-pad_container, 0);
	}
}

/** コラム **/
.single-column .post_content > * {
	width:auto;
}
.single-column #content.l-container {
	width:1200px;
	margin:0 auto;
}
.single-column #recent-posts-2,.single-column #categories-2,.single-column #archives-2 {
	display: none;
}
.single-column .post_content .p-toc__list {
	width:auto;
}
.single-column #main_content .p-toc {
	display: none;
}
@media not all and (min-width: 769px) {
	.single-column #main_content .p-toc {
		display: block;
	}
}

/**** 施工事例　******/
.single_example_box .category,.single_example_box .place {
	background: #003d67;
    color: #fff;
    padding: 0 10px;
    border-radius: 10px;
	display: inline-block;
}
.single_example_box .place {
	background: #5e8746;
}
.box_beforeafter {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
    margin: 30px 0 10px;
	position:relative;
}
.box_beforeafter > div,.box_beforeafter > figure  {
	position:relative;
	width:450px;
	max-width: 450px !important;
}
.box_beforeafter > div:before,.box_beforeafter > figure:before {
	width: 5em;
    height: 1.6em;
    padding: 0 10px;
    border-radius: 10px 0;
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Oswald", sans-serif;
    font-weight: bold;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    line-height: 1.4;
}
.box_beforeafter .box_before:before {
	content:"Before";
	background: #003d67;
}
.box_beforeafter .box_after:before {
	content:"After";
	background: #c60000;
}
.single-example .-author,.single-example .p-articleFoot {
	display: none;
}
.box_voice {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	margin: 30px 10% 50px;
	gap:20px;
}
.box_voice .box_img {
	width: 102px;
    text-align-last: center;
}
.box_voice .box_txt {
	background: #eef3f7;
	border-radius:10px;
	width: 100%;
    padding: 20px;
	position:relative;
}
.box_voice .box_txt:before {
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 16px solid #eef3f7;
	border-left: 0;
	position:absolute;
	left:-14px;
	top:30%;
}
.box_btn_bottom {
	margin-top:50px;
	text-align: center;
}
.box_btn_bottom a {
	display: inline-block;
	padding:10px 30px;
	border:solid 1px;
	border-radius: 50em;
}
.example_txt {
	padding:1em 0;
}
.reform_period {
	border:solid 1px #ccc;
	padding:10px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	gap:2em;
}
.single-example .btn_example {
	margin-top:3em;
}

/* 一覧 */
.box_cat_example {
	border:solid 1px #ccc;
	padding:15px 25px;
	margin-bottom: 10px;
	border-radius: 10px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	gap:30px;
}
.box_cat_example .tit {
	font-weight: bold;
	width: 8em;
}
.box_cat_example .example_cat_list {
	margin-top: 5px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	gap:10px;
	width: calc(100% - 8em);
}
.box_cat_example .example_cat_list a {
	border: solid 1px #537c99;
	border-radius:10px;
	padding:5px 20px;
	display: block;
	-webkit-transition: all 0.5s ease 0s;
	 -o-transition: all 0.5s ease 0s;
	 transition: all 0.5s ease 0s;
}
.box_cat_example .example_cat_list a:hover {
	background: #d2dfe8;
}
.sec_example_list {
	margin-top:3em;
}
.sec_example_list li {
	margin-bottom:10px;
}
.sec_example_list .box_beforearter a {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	padding: 20px 20px 30px;
    border-radius: 10px;
    border: solid 1px #e4e4e4;
}
.sec_example_list .box_beforearter_img {
	position:relative;
	padding-left: 100px;
    padding-top: 50px;
}
.sec_example_list .box_beforearter_img img {
	border-radius: 10px;
}
.sec_example_list .box_after {
	width:180px;
}
.sec_example_list .box_before {
	position:absolute;
	top:0;
	left:0;
	width:130px;
}
.sec_example_list .box_beforearter_txt {
	padding-left:30px;
	padding-bottom: 15px;
	width: 100%;
}
.sec_example_list .box_beforearter_txt .c-postTitle {
	display: block;
}
.sec_example_list .box_beforearter_txt .c-postTitle .place {
	display: inline-block;
	background: #5e8746;
	color: #fff;
    padding: 0 10px;
    border-radius: 10px;
	font-size:0.8rem;
}
.sec_example_list .box_beforearter_txt .c-postTitle .category {
	background: #003d67;
    color: #fff;
    padding: 0 10px;
    border-radius: 10px;
    display: inline-block;
	font-size:0.8rem;
}
.box_beforearter_txt .c-postTitle__ttl {
	font-size: 1.6rem;
    margin-bottom: 1em;
}
.sec_example_list .box_works_outline {
	border-top: dashed 1px #e4e4e4;
	border-bottom: dashed 1px #e4e4e4;
	padding: 10px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	gap:10px;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;	
}
.sec_example_list .box_works_outline dl {
	width:100%;
}
.sec_example_list .box_works_outline dl {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.sec_example_list .box_works_outline dl dt {
	background: #bab9b9;
    color: #fff;
    border-radius: 5px;
    padding: 0 10px;
    margin-right: 10px;
}
.sec_example_list .box_beforearter_img > div:before {
    width: 5em;
    height: 1.6em;
    padding: 0 10px;
    border-radius: 10px 0;
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Oswald", sans-serif;
    font-weight: bold;
    font-size: 1rem;
    color: #fff;
    text-align: center;
    line-height: 1.4;
}
.sec_example_list .box_beforearter_img .box_before:before {
	content:"Before";
	background: #003d67;
}
.sec_example_list .box_beforearter_img .box_after:before {
	content:"After";
	background: #c60000;
	right: 0;
    left: auto;
    top: 50px;
	border-radius: 0 10px;
}
.sec_example_list .box_voice {
	margin-bottom:0;
}
.sec_example_list .btn {
	position: absolute;
    right: 0;
    bottom: 0;
    background: #bababa;
    padding: 4px 21px;
    border-radius: 10px 0 10px;
    font-size: 0.9rem;
    color: #fff;
}
.box_list_txt {
	margin-top: 1rem;
}

@media (max-width: 768px) {
	.box_beforeafter {
		gap:10px;
	}
	#after_article {
		margin-left:20px;
		margin-right:20px;
	}
	.box_voice {
		margin-left:0;
		margin-right:0;
	}
	.box_cat_example {
		margin-left: var(--swl-pad_container, 0) !important;
        margin-right: var(--swl-pad_container, 0) !important;
		display: block;
		padding: 0px;
	}
	.box_cat_example .tit {
		width: 100%;
		padding: 5px;
		text-align: center;
		position:relative;
	}
	.box_cat_example .tit:before {
		content:"▼";
		position:absolute;
		right:10px;
		font-size: 80%;
        color: #9b9b9b;
	}
	.box_cat_example .tit.is-open:before {
		content:"▲";
	}
	.box_cat_example .example_cat_list a {
		font-size: 0.9rem;
    	line-height: 1;
		padding: 5px 10px;
	}
	.box_cat_example .example_cat_list {
		display: none;
		margin: 0 10px 10px;
        padding-top: 10px;
	}
	.box_cat_example .example_cat_list.is-open {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		border-top: dashed 1px #ccc;
		width:auto;
	}
	.sec_example_list {
		margin-top: 1.5em;
	}
	.box_beforeafter > div,.box_beforeafter > figure  {
		max-width: 100%!important;
	}
	
}
@media (max-width: 640px) {
	.sec_example_list .box_beforearter a {
		display: block;
	}
	.sec_example_list .box_after {
		width: 100%;
	}
	.sec_example_list .box_beforearter_txt {
		margin-top:10px;
		padding: 0 0 10px;
	}
	.sec_example_list .box_beforearter_img {
		padding-top: 20px;
	}
	.sec_example_list .box_beforearter_img .box_after:before {
		top: 20px;
	}
}


/**********************************************
          LP
**********************************************/
.reform_qqq .wp-block-group__inner-container:before {
	top:-170px;
}
.reform_qqq .wp-block-group__inner-container:after {
	top:-170px;
}
/* mv */
.l-topTitleArea.lp_area {
	height: 500px;
    position: relative;
	background: url(images/lp/bg_main.webp) no-repeat center;
	-webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.page-id-2186 .l-topTitleArea.lp_area {
	background: url(images/lp/bg_main-chuo.webp) no-repeat center;
}
.page-id-1930 .l-topTitleArea.lp_area {
	background: url(images/lp/bg_main-hamana.webp) no-repeat center;
}
.page-id-2184 .l-topTitleArea.lp_area {
	background: url(images/lp/bg_main-tenryu.webp) no-repeat center;
}
.l-topTitleArea.lp_area .mv_chuo {
	width: 881px;
	text-align: center;
}
.l-topTitleArea.lp_area h1 {
	font-size: 1.7rem;
    margin-bottom: 1em;
}
.box_top_btn {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	gap:20px;
	margin-top:70px;
}
.box_top_btn a {
	width:430px;
	height:90px;
	display: block;
	text-align: center;
	align-content: center;
	color:#fff;
	font-size:1.2rem;
	border-radius: 20px;
	font-weight: bold;
}
.box_top_btn a .fukidashi {
	font-size: 14px;
	font-weight: normal;
    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;
    margin-bottom: 5px;
}
.box_top_btn a .fukidashi:before,
.box_top_btn a .fukidashi:after{
	content: "";
    width: 11px;
    height: 1px;
    box-sizing: border-box;
    background-color: #fff;
}
.box_top_btn a .fukidashi:before{
	rotate: 60deg;
}
.box_top_btn a .fukidashi:after{
	rotate: -60deg;
}
.box_top_btn a.lp_mail {
	background: #c60000;
}
.box_top_btn a.lp_tel {
	background: #003e69;
}
.box_top_btn a.lp_tel .telno {
	background: #003e69 url(images/common/ico-tel-w.webp) no-repeat left center;
    padding-left: 38px;
	font-family: "Oswald", sans-serif;
    font-weight: bold;
	font-size: 27px;
    line-height: 1;
}


/* リフォーム */
.bg_toa_txt p {
	line-height: 1.6rem;
}
.post_content h2.bg_koko:after {
    content: "";
    top: -10px;
    width: 96px;
    height: 130px;
    background: url(images/common/character-koko.webp) no-repeat center;
    background-size: 100% auto;
    display: block !important;
    position: absolute;
    left: calc(50% + 17em);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 0;
}
.box_lp_item .swell-block-column {
	border-radius: 20px;
    padding: 0;
    overflow: hidden;
}
.box_lp_item .swell-block-column .has-swl-main-background-color {
	padding:10px;
}
.box_lp_item .swell-block-column > * {
	padding:0 20px 1em;
}
.sec_hojo .is-style-small_ttl .cap_box_ttl {
	padding:5px 30px;
	border-radius: 10px 10px 0 0;
}
.lp_voice .swl-bg-color {
	display: inline-block;
	padding:2px 10px;
	border-radius:5px;
	margin-left:10px;
}
.box_lp_flow {
	width: 980px;
	margin:0 auto;
	max-width:100%;
}
.sec_lp_after .cap_box_ttl {
    border-radius: 10px!important;
    font-size: 1.1rem;
}
.box_lp_point .wp-block-column:after {
	display: none;
}
.lp_reason {
	background: #fff;
	padding:15px!important;
	border-radius: 10px!important;
}
.lp_reason .wp-block-column:first-child {
	padding-left:135px;
}
#lp_reason_01.lp_reason .wp-block-column:first-child {
	background: url(images/top/no01.webp) no-repeat left top;
	background-size: 55px;
}
#lp_reason_02.lp_reason .wp-block-column:first-child {
	background: url(images/top/no02.webp) no-repeat left top;
	background-size: 55px;
}
#lp_reason_03.lp_reason .wp-block-column:first-child {
	background: url(images/top/no03.webp) no-repeat left top;
	background-size: 55px;
}
.box_lp_area_menu .c-tabList__item button,.box_lp_area_menu .c-tabBody {
	border-radius: 10px;
	text-align-last: center;
}
#tab-lp_area_menu-0 {
	background: #ced6b4;
	padding:15px;
	border-radius: 10px;
	color: #5f8641;
}
#tab-lp_area_menu-1 {
	background-color: #ece3bd;
	padding:15px;
	border-radius: 10px;
	color: #806e23;
}
#tab-lp_area_menu-2 {
    background-color: #eed6dd;
	padding:15px;
	border-radius: 10px;
	color: #8c465b;
}
.box_lp_area_menu .wp-block-column {
	padding:15px!important;
}
.box_lp_area_menu .swl-inline-icon {
	font-size:24px;
}
.box_lp_area_menu .swell-block-box-menu__figure>img {
	width:auto!important;
}
.box_lp_area_menu .swell-block-box-menu.is-style-fill .swell-block-box-menu__link {
	border-radius: 10px;
}
.box_lp_area_menu .swell-block-box-menu__text{
	line-height:1.4;
}
.box_lp_area_menu .swell-block-box-menu__text strong {
	display: inline-block;
	margin: 5px 0;
}
.box_lp_area_menu .swell-block-box-menu__text .btn {
	display: inline-block;
    border: solid 1px;
    margin-top: 10px;
    padding: 3px 10px;
    border-radius: 5px;
	font-size: 0.8rem;
	display: none;
}
.box_campaign {
	border:solid 2px #c60000!important;
	border-radius: 10px;
}
.box_campaign .is-style-balloon_box {
	width:100%;
}
.box_campaign .box_campaign_set dt {
	padding:0;
	background: #c60000;
	color:#fff;
	text-align: center;
	border-radius: 5px;
	margin-bottom: 5px;
}
.box_campaign .box_campaign_set dt:after {
	display: none;
}
.box_campaign .box_campaign_set dd {
	padding-left:10px;
}
.sec_lp_map {
	min-height: 390px;
}
.box_lp_map {
	position:relative;
}
.box_lp_map figure {
	position: absolute;
    top: -147px;
	z-index: -1;
}
@media (max-width: 960px) {
	.post_content h2.bg_koko:after {
		display: none!important;
	}
}
@media not all and (min-width: 781px) {
	.box_lp_map figure {
		display: none;
	}
	.page-id-2186 .box_lp_map .has-border {
		background: url(images/lp/map-chuo.webp) no-repeat center top 15px;
		background-size: 150px auto;
        padding-top: 250px;
	}
	.page-id-1930 .box_lp_map .has-border {
		background: url(images/lp/map-hamana.webp) no-repeat center top 15px;
		background-size: 150px auto;
        padding-top: 250px;
	}
	.page-id-2184 .box_lp_map .has-border {
		background: url(images/lp/map-tenryu.webp) no-repeat center top 15px;
		background-size: 150px auto;
        padding-top: 250px;
	}
}

@media not all and (min-width: 769px) {
	.box_lp_flow {
		width:auto;
	}
	.box_top_btn {
		display: inline-block;
		margin-top: 30px;
	}
	.box_top_btn a {
		display: block;
		margin-bottom:10px;
	}
	.box_campaign .wp-block-media-text__content {
		padding: 0 !important;
        margin-top: 20px;
	}
}
@media not all and (min-width: 640px) {
	#top_title_area.lp_area {
		height: 480px;
		padding-top: 30px!important;
	}
	.l-topTitleArea.lp_area .mv_chuo {
		width:auto;
		display: block;
		background: none;
		margin: 0 20px;
	}
	.l-topTitleArea.lp_area {
		display: block;
	}
	.l-topTitleArea.lp_area h1 {
		font-size: 1.4rem;
	}
	.box_top_btn {
		width:300px;
	}
	.box_top_btn a {
		width:auto;
		height: 75px;
	}
	.box_qqq_top .wp-block-group__inner-container:after {
		top: -65px;
	}
	.reform_qqq .wp-block-group__inner-container:after {
		top: -140px;
	}
	.lp_reason .wp-block-column:first-child {
		padding: 70px 0 0;
	}
	.swell-block-box-menu__item.has-link.sp_30 .swell-block-box-menu__figure {
		height:30px;
	}
	.page-id-2186 .l-topTitleArea.lp_area {
		background: url(images/lp/bg_main-chuo-sp.webp) no-repeat center;
	}
	.page-id-1930 .l-topTitleArea.lp_area {
		background: url(images/lp/bg_main-hamana-sp.webp) no-repeat center;
	}
	.page-id-2184 .l-topTitleArea.lp_area {
		background: url(images/lp/bg_main-tenryu-sp.webp) no-repeat center;
	}
	.bg_toa_txt p {
		line-height: 1.2rem;
	}
	.bg_toa_txt p span {
		font-size:1.1rem!important;
	}
}


/**********************************************
          TOP
**********************************************/
.home h2 {
	font-size:30px;
	color:#003e69!important;
}
.home .fukidashi {
	font-size:18px;
	font-weight: bold;
	color:#c60000;
	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:10px;
	margin-bottom: 5px;
}
.home .fukidashi:before,
.home .fukidashi:after{
	content: "";
    width: 15px;
    height: 1px;
    box-sizing: border-box;
    background-color: #c60000;
}
.home .fukidashi:before {
	rotate: 60deg;
}
.home .fukidashi:after{
	rotate: -60deg;
}
.home #content.l-container {
	margin-top:-50px;
}
/*.p-mainVisual {
	top:-100px;
	background: url(images/top/bg-main.webp) no-repeat left -13% bottom;
}
.p-mainVisual:after {
	content:"";
	width:1010px;
	height:100px;
	background: url(images/top/main-txt.webp) no-repeat center;
	display: block;
	position:absolute;
	top:170px;
	left:14%;
}
.p-mainVisual__inner {
	height:800px;
	width:64%;
	margin-left: auto;
	border-radius:0 0 0 50px;
	overflow: hidden;
}
*/
.l-parent .p-mainVisual__slideTitle {
	font-size: 35px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-top:-70px!important;
}
.p-mainVisual__slideText {
	font-size: 18px;
	font-weight: bold;
}

.top_homedoctor {
	position:relative;
	padding:0 0 50px;
	background: url(images/top/bg-main.webp) no-repeat center top 10px;
}
.top_homedoctor:before {
	content:"";
	width:100%;
	height:86px;
	background: url(images/top/bg-yama.webp) no-repeat center top;
	display: block;
	position:absolute;
	top:-86px;
	left:0;
}
.top_homedoctor .box_top_movie {
	width:800px;
	border-radius: 20px;
	overflow:hidden;
	margin-left:auto;
	position: relative;
    z-index: 10;
}
.top_homedoctor .box_txt {
	width: 1000px;
    background: #f8f9fb;
    padding: 40px;
    border-radius: 20px;
    position: relative;
    top: -110px;
	margin-bottom: -70px !important;
}
.top_homedoctor .box_txt:after {
	content:"";
	width:143px;
	height:200px;
	display: block;
	background: url(images/common/character-toa.webp) no-repeat;
	position:absolute;
	right: -17%;
    bottom: -20px;
}
.top_homedoctor .box_txt h2 {
	position: absolute;
    top: -300px;
    left: 100px;
    z-index: 20;
	-webkit-text-stroke: 4px #ffffff;
    paint-order: stroke;
}

.top_col3 {
	width:1200px;
	margin:0 auto;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: end;
    -ms-flex-pack: end;
        justify-content: flex-end;
	position: absolute;
	bottom: 25px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    gap: 30px;
}


.box_mv_link {
	width: 1200px;
    margin: 0 auto;
    position: relative;
    top: -415px;
}
.box_top_service .wp-block-column {
	border:solid 1px #ededed;
	border-radius: 10px;
}
.box_top_service .wp-block-column img {
	border-radius: 10px 0 0 10px!important;
}
.box_top_service h2 span {
	color: #c60000;
	font-family: "Oswald", sans-serif;
}
.box_top_point .wp-block-column {
	background: #fff;
    padding: 15px;
    border-radius: 20px;
	position:relative;
}
.box_top_point .wp-block-column > * {
	position:relative;
}
#top_reform {
	padding-bottom:0!important;
}
.box_reform_btn {
	margin-top:30px;
}
.box_reform_btn .wp-block-button__link {
	border-radius: 10px!important;
}
.box_top_example {
	margin: 0 -30px;
	padding: 30px;
    background: #c6d3e1;
	border-radius: 0 0 20px 20px;
}
/*.top_example_list ul {
	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;
}

.top_example_list ul li {
	width:30%;
	min-width:372px;
}*/
.top_example_list.sec_example_list .box_beforearter {
	height:100%;
}
.top_example_list.sec_example_list .box_beforearter a {
	display: block;
    background: #fff;
	padding-bottom: 40px;
	height:100%;
}
.top_example_list.sec_example_list .box_beforearter_txt {
	padding: 0;
    margin-top: 10px;
}
.top_example_list.sec_example_list .box_beforearter_txt h2 {
	margin-top:0;
}
.top_example_list.sec_example_list .box_after {
	width: 100%;
}
.top_example_list.sec_example_list .box_voice {
	display: none;
}
.top_example_list.sec_example_list .box_beforearter_txt .c-postTitle__ttl {
	font-size:1.4rem;
}
.sec_example_list .btn {
	font-size: 0.8rem;
}

.sec_area {
	background: #fff url(images/top/img-map.webp) no-repeat center top -95px;
	min-height: 600px;
}
.sec_area .box_area {
	width: 40%;
	max-width:480px;
	padding: 0px;
	border-radius: 10px;
	border-color: #ccc;
}
.sec_area .box_area ul {
	padding:15px 15px 0;
	margin: 0;
}
.sec_area .box_area_btn {
	width:600px;
}
.sec_area .box_area_btn .area_tit{
	background: #003d67;
    color: #fff;
    padding: 0 15px;
    border-radius: 10px 10px 0 0;
    margin-bottom: 5px;
}
.sec_area .box_area_btn .wp-block-columns {
	gap: 5px!important;
}
.sec_top_qa {
	background: #fff;
	border-radius: 20px;
	padding:20px 50px 50px;
}
.top_cta {
	padding-left:0;
	padding-right:0;
}
.top_cta .wp-block-group__inner-container {
	max-width: none;
}
.sec_colmun {
	padding-bottom: 150px!important;
}
.sec_top_about {
	position:relative;
}
.sec_top_about:before {
	content: "";
    width: 100%;
    height: 120px;
    background: url(images/top/bg-yama2.webp) no-repeat center top;
    display: block;
    position: absolute;
    top: -120px;
    left: 0;
}
.sec_top_about .wp-block-group__inner-container {
	margin-top: -110px;
    position: relative;
}
.box_btn_about {
	gap:10px;
}
.box_btn_about > div {
	width:50%;
}
.box_btn_about .wp-block-buttons a {
	height:100px;
	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;
	font-size: 1.2rem;
}
.btn_company a:before {
	content:"";
	width:81px;
	height:81px;
	display: block;
	background: url(images/top/ico-company.webp) no-repeat center;	
}
.btn_recruit a:before {
	content:"";
	width:81px;
	height:81px;
	display: block;
	background: url(images/top/ico-recruit.webp) no-repeat center;	
}
.box_btn_about a strong {
	padding:0 1em 0 2em;
}



.sec_top_news h2 {
	background: url(images/top/tit_news.webp) no-repeat bottom left!important;
	padding: 12px 10px 0px 140px !important;
    margin-bottom: 10px !important;
}
.sec_top_news .p-postList__item .p-postList__body {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}
.sec_top_news .p-postList__item .p-postList__body time {
	font-size: 0.9rem;
    margin-right: 10px;
	width: 9em;
}
.sec_top_news .p-postList__item .p-postList__body time:before {
	display: none!important;
}
.sec_top_news .p-postList .p-postList__cat {
	width: 15em;
    text-align: center;
    font-size: 10px;
}

.btn_sdgs a {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	height:100px!important;
	gap: 20px;
}
.btn_sdgs a span{
	display: block;
}
.btn_sdgs a:before {
	content:"";
	width:72px;
	height:72px;
	display: block;
	background: url(images/top/ico-sdgs.webp) no-repeat center;	
}
.top_reform_btn a {
	padding-top:1.5em;
	padding-bottom:1.5em;
}
@media not all and (min-width: 1220px) {
	.post_content > * {
        margin-left: 0!important;
        margin-right:0 !important;
		padding-left: 20px!important;
        padding-right: 20px!important;
    }
	.top_homedoctor .box_txt {
		padding-top: 100px;
		width: 90%;
	}
	.box_btn_about .wp-block-buttons a {
		display: block;
		height: 145px;
	}
	.box_btn_about .wp-block-buttons a:before {
		margin: 0 auto 8px;
	}
	.sec_top_news {
		margin-left: 20px!important;
        margin-right: 20px!important;
	}
	.top_homedoctor .box_txt:after {
		 width: 130px;
        height: 183px;
        background-size: 100% auto;
        right: -95px;
        bottom: -30px;
	}
}
@media not all and (min-width: 769px) {
	.top_homedoctor {
		background-size: 1100px auto;
		background-position: left -194px top ;
	}
	.post_content .top_homedoctor .box_top_movie {
		width:90%;
		margin-top: -50px !important;
	}
	.top_homedoctor .box_txt {
		width:90%;
	}
	.top_homedoctor .box_txt h2 {
		position:static;
	}
	.box_btn_about a strong {
		padding:0 0 0 1em;
	}
}
@media not all and (min-width: 640px) {
	.home h2 {
		font-size: 20px;
	}
	.home h2 .en {
		font-size: 12px;
	}
	.l-parent .p-mainVisual__slideTitle {
		font-size: 20px;
	}
	.p-mainVisual__slideText {
    	font-size: 12px;
	}
	.post_content .top_homedoctor .box_top_movie {
		margin-top: -80px !important;
	}
	.post_content .top_homedoctor .box_top_movie {
		width: 96%;
        margin-right: -2%;
	}
	.top_homedoctor .box_txt {
		padding: 40px 20px 20px;
		width: 93%;
		top: -40px;
		margin-bottom: 0 !important;
	}
	.top_homedoctor .box_txt:after {
		 width: 76px;
        height: 109px;
        right: -47px;
        bottom: -36px;
	}
	.top_box_point {
		gap:0!important;
	}
	.top_box_point .wp-block-column {
		width:335px;
		height:156px;
		align-content: end;
	}
	.post_content .tit_line:before {
		margin-right: 1em;
	}
	.post_content .tit_line:after {
		margin-left: 1em;
	}
	.box_top_example {
		margin: 0 -21px;
	}
	.top_example_list ul li {
		min-width: 100%;
	}
	.box_top_example  {
		padding: 20px;
	}
	.sec_example_list .box_before {
		width: 113px;
	}
	.sec_area .box_area {
		width:100%;
	}
	.sec_area {
		background:none;
		overflow: hidden;
	}
	.sp_area_map {
		margin: -20px -20px -90px!important;
		position: relative;
		top: -100px;
	}
	.sec_area .box_area ul {
		gap:10px;
	}
	.sec_area .box_area ul li {
		margin: 0;
	}
	.home .fukidashi {
		font-size: 14px;
	}
	.home .box_messages {
		display: block;
	}
	.home .box_messages figure {
		margin: 0 auto 30px !important;
	}
	.sec_top_news h2 {
		background-size: 80px auto !important;
		padding: 12px 10px 0px 90px !important;
	}
	.sec_top_news .p-postList__item .p-postList__body {
		display: block;
	}
	.sec_top_news .p-postList .p-postList__cat {
		
	}
}
