@charset "utf-8";
/* CSS Document */

header#header .l-header__logo .c-catchphrase {
	display: none;
}
#body_wrap {
	background: url(../../../../uploads/bg_color.jpg) no-repeat top 60vh right;
    background-size: contain;
}
#body_wrap.-sidebar-on {
	background: url(../../../../uploads/bg_color.jpg) no-repeat top right;
    background-size: contain;
}
.single .p-breadcrumb__item:last-child>span.p-breadcrumb__text {
	display: unset;
}
#menu_btn,
#menu_btn span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}
#menu_btn {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 20px;
	top: 30px;
	z-index: 1000;
	cursor: pointer;
	background: var(--color_main);
	background: linear-gradient(55deg, var(--color_main) 0%, #68cafd 100%);
	border-radius: 50%;
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	-ms-transition: .3s ease-out;
	transition: .3s ease-out;
}
#menu_btn:hover {
	filter: brightness(130%);
}
.open #menu_btn {
	-webkit-animation-duration:2s;
	-ms-animation-duration:2s;
	animation-duration:2s;
	opacity:1;
}
#menu_btn span {
	position: absolute;
	left: 25%;
	width: 50%;
	height: 1px;
	background-color: #fff;
}
#menu_btn span:nth-of-type(1) {
	top: 12px;
}
#menu_btn span:nth-of-type(2) {
	top: 18px;
}
#menu_btn span:nth-of-type(3) {
	top: 24px;
}
.open #menu_btn span:nth-of-type(1) {
	-webkit-transform: translateY(4px) rotate(-45deg);
	transform: translateY(4px) rotate(-45deg);
	top: 14px;
}
.open #menu_btn span:nth-of-type(2) {
	opacity: 0;
}
.open #menu_btn span:nth-of-type(3) {
	-webkit-transform: translateY(-2px) rotate(45deg);
	transform: translateY(-3px) rotate(45deg);
	top: 21px;
}
#menu_btn em {
	font-size: 11px;
	color: #fff;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
	letter-spacing: 1px;
}
#menu {
	background: rgb(255 255 255 / 95%);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 990;
	text-align: center;
	display: flex;
	visibility: hidden;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: opacity .9s ease, visibility .9s ease;
	transform: scale(0.9);
	transition: 0.2s;
	-webkit-transition: 0.2s;
}
.open #menu {
	visibility: visible;
	opacity: 1;
	transform: scale(1);
}
#menu > div {
	width: 70%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#menu > div p {
	color: #fef0e1;
}
#menu ul.c-gnav {
	display: block;
	height: auto;
	text-align: left;
	border-right: solid 1px #eaeaea;
	padding-right: 10%;
	margin-right: 10%;
}
#menu ul.c-gnav li {
  margin: 0;
	padding: 1em 0;
  opacity: 0;
  transition: opacity .1s ease;
  transform: translateX(10px);
}
#menu ul.c-gnav li a {
	padding: 0.3em 0 0.8em;
	display: inline-block;
}
#menu ul.c-gnav li a br {
	display: none;
}
#menu ul.c-gnav li a .ttl {
	font-size: 1.3rem;
	font-weight: bold;
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	-ms-transition: .3s ease-out;
	transition: .3s ease-out;
}
#menu ul.c-gnav li a:hover .ttl {
	color: var(--color_main);
}
#menu ul.c-gnav li a .desc {
	color: var(--color_main);
	font-size: 0.85rem;
	opacity: 1;
	top: 8px;
}
.open #menu ul.c-gnav li, .open #menu #info ul li, .open #menu #info p, .open #menu #info #head_contact {
	opacity: 1;
	transform: translateX(0px);
	transition:  transform 1s ease, opacity .9s ease;
	transition-delay: 0.2s;
}
.open #menu ul.c-gnav li:nth-child(2) {
	transition-delay: 0.25s;
}
.open #menu ul.c-gnav li:nth-child(3) {
	transition-delay: 0.3s;
}
.open #menu ul.c-gnav li:nth-child(4) {
	transition-delay: 0.35s;
}
.open #menu ul.c-gnav li:nth-child(5) {
	transition-delay: 0.4s;
}
.open #menu ul.c-gnav li:nth-child(6) {
	transition-delay: 0.45s;
}
.open #menu ul.c-gnav li:nth-child(7) {
	transition-delay: 0.5s;
}
#menu #info {
	text-align: left;
	/* margin-left: 20%; */
}
#menu #info ul li, #menu #info p, #menu #info #head_contact {
	opacity: 0;
	color: #3e3a39;
}
.open #menu #info p {
	transition-delay: 0.45s;
}
.open #menu #info #head_contact {
	transition-delay: 0.5s;
	margin-top: 1em;
}
#menu #info #head_contact h3 {
	position: relative;
	max-width: 380px;
	text-align: center;
	margin: 0 0 0.5em;
	font-size: 1.05rem;
	font-weight: 500;
}
/* #menu #info #head_contact h3::before, #menu #info #head_contact h3::after {
	content: "|";
  transform: rotate(-25deg);
  display: inline-block;
  margin: 0 0.3em;
  position: relative;
  top: -0.5px;
}
#menu #info #head_contact h3::after {
	transform: rotate(25deg);
} */
#menu #info #ccopy {
	font-size: 0.95rem;
	letter-spacing: 2px;
}
#menu #info #menu_logo {
  line-height: 1.2;
  margin: 1em auto 1em;
width: 200px;
}
#menu #info small {
	font-size: 0.9rem;
	position: relative;
	top: -4px;
	margin-right: 3px;
}
#menu #info #menu_tel {
  font-size: 2.4rem;
  font-weight: 500;
	color: #3e3a39;
  margin-left: 10px;
  letter-spacing: 1px;
  text-align: left;
}
#menu #info #menu_tel + p {
	font-size: 0.8rem;
	margin: -12px 0 40px 38px;
}
#menu #info ul li span {
  color: var(--color_main);
	font-size: 1.3rem;
}
#menu .c-gnav>.menu-item>.sub-menu {
	display: none !important;
}
header#header #head_contact {
	position: absolute;
	right: 100px;
	top: 5px;
}
#head_contact h3 {
	color: var(--color_main);
	font-weight: normal;
}
#head_contact #head_tel {
	font-size: 1.67rem;
	font-weight: bold;
	letter-spacing: 3.5px;
	padding-left: 33px;
	background: url(../../assets/img/icon_tel.png) no-repeat center left;
	background-size: 26px;
	color: #493c3c;
	line-height: 1.2;
}
#head_contact address {
	font-size: 0.83rem;
}
#menu #info #head_contact #head_tel {
	font-size: 2.2rem;
	line-height: 1.6;
}
.hashtag-nav {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}
.hashtag-menu {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    display: flex;
    gap: 20px;
}
.hashtag-menu li {
    list-style: none;
}
.hashtag-menu a {
    text-decoration: none;
	font-size: 0.8rem;
    font-weight: normal;
	color: var(--color_text);
}
.hashtag-menu a:hover {
	color: var(--color_main);
}
.hashtag-menu a::before {
    content: "#";
}
.post_content .wp-block-group.ttl {
	/* padding-bottom: 20px; */
	margin-bottom: 3em;
}
.post_content .ttl, footer .ttl {
}
.post_content .ttl p {
	margin-bottom: 0;
}
.post_content .ttl p:not(.has-text-align-center) {
	margin-left: -30px;
}
.post_content .ttl p strong, footer .ttl p span {
	color: #fff;
	font: var(--font-wf-all);
	font-size: 1.5rem;
	line-height: 1;
	padding: 0px 3px 3px;
	background: linear-gradient(102deg, #f9d45c 0%, #94c751 45%, #8bd2f5 100%);
	display: inline-block;
	margin-bottom: 0.5em;
}
.post_content .ttl h2, footer .ttl h2 {
	font-size: 2.5rem;
}
.post_content .ttl h2.wp-block-heading:not(.p-postList__title) {
	margin: 0;
}
.post_content .ttl + h3 {
	margin-top: 0;
}
#content .p-postList h2 {
	background: none;
	font: var(--font-wf-all);
	font-size: 1.15rem;
	margin-bottom: 0.5em;
}
.post_content h2, .post_content h3, .post_content h4, .post_content h5, .post_content h6 {
	font: var(--font-wf-all);
	line-height: 1.5;
}
.post_content h2 {
	color: var(--color_text);
	font-size: 2.5rem;
	margin: 2em 0 1em;
}
.post_content h3 {
	color: var(--color_text);
	font-size: 1.9rem;
	margin: 2em 0 1em;
}
.post_content h4 {
	font-size: 1.7rem;
	margin: 2em 0 1em;
}
.page .post_content h5 {
}
.p-postList.-type-card .p-postList__item a {
	height: unset;
}
.p-postList .p-postList__item .c-tagList {
	/* margin-top: -0.7em; */
	line-height: 1.3;
	z-index: 10;
    position: relative;
	padding: 0;
}
.p-postList .p-postList__item .c-tagList li {
	display: inline-block;
	margin-right: 0.5em;
}
.p-postList .p-postList__item .c-tagList li a {
	font-size: 0.9rem;
}
/* .p-postList .p-postList__item .c-tagList li a::before {
	content: "#";
} */
footer#footer #f_contact hgroup p {
}
.post_content .is-style-check_list {
}
.post_content .is-style-check_list li {
    background: url(../../../../uploads/icon_check.svg) no-repeat top 11px left;
    background-size: 20px;
    line-height: 1.3;
    padding: 0.3em 1.5em 0.3em 1.5em;
    margin: 0.25em 0;
    font: var(--font-wf-all);
    font-size: 105%;
}
.post_content .is-style-check_list.-list-flex {
    gap: 0 1em;
}
.post_content .is-style-check_list.-list-flex li {
    padding: 0.3em 0em 0.3em 1.2em;
}
.p-postList.-type-card .p-postList__item .c-tagList li {
    display: inline-block;
    margin: 0 0.5em 0 0;
    line-height: 1.3;
}
.p-postList .p-postList__meta {
	font: var(--font-wf-all);
}
.p-postList .p-postList__meta time {
	font-size: 0.8rem;
}
#service .post_content .is-style-check_list li {
	margin: 0 0 0.5em;
}
.post_content .is-style-check_list li::before {
	display: none;
}
.post_content .swell-block-button {
	margin-top: 2em;
}
:where(.td_to_th_ tbody tr)>:first-child:not(.-no1), .post_content .swell-block-dl__dt {
	color: var(--color_main);
	font-weight: 500;
}
.post_content h3:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {
    height: 1px;
}
.post_content > .wp-block-group {
	padding-top: 5em;
	padding-bottom: 5em;
}
.post_content > .wp-block-group:first-child {
	padding-top: 0;
}
.post_content > .wp-block-group:last-child {
	padding-bottom: 0;
}
.post_content > .wp-block-group.has-background {
	padding-bottom: 5em !important;
}
.swl-inline-icon:after {
	background: var(--color_main);
}
.post_content .is-style-clmn-shadow>.swell-block-columns__inner>.swell-block-column {
	box-shadow: none;
	color: var(--color_text);
	/* padding: 0; */
}
.post_content p em {
    border-bottom: solid 1px var(--color_link);
    font-weight: 600;
    font-size: 110%;
	line-height: 2;
}
.post_content p.wf em {
	font-weight: normal;
}
/* ===============================
   ボタン本体
=============================== */
.btn,
.post_content .swell-block-button__link {
	background: #fff;
	color: var(--color_text);
	font: var(--font-wf-all);
	font-size: 1.1rem;

	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;

	padding: 19px 30px;
	min-width: 300px;

	border: none;
	border-radius: 100px;

	text-align: center;
	overflow: visible;

	box-shadow: 0 0 0 5px rgb(35 164 255 / 10%), 0 0.5px 1px rgba(0, 0, 0, 0.3) !important;
		

	transition:
		transform .5s cubic-bezier(.16,1,.3,1),
		box-shadow .6s cubic-bezier(.16,1,.3,1),
		background .4s ease,
		color .4s ease,
		opacity .4s ease;
}

/* SWELLの疑似要素・hover干渉を止める */
.btn::before,
.post_content .swell-block-button__link::before {
	content: none !important;
}

/* hover */
.btn:hover,
.post_content .swell-block-button__link:hover {
	/* transform: translateY(-3px) scale(1.01); */

	box-shadow:
		0 0 0 7px rgb(35 164 255 / 20%), 0 0.5px 1px rgba(0, 0, 0, 0.3)!important;

	opacity: 1 !important;
}

/* クリック時 */
.btn:active,
.post_content .swell-block-button__link:active {
	/* transform: translateY(0) scale(0.98); */

	box-shadow:
		0 0 0 6px rgb(35 164 255 / 16%),
		0 4px 10px rgba(0,0,0,0.05) !important;
}
.btn span, .is-style-btn_normal a span {
	position: relative;
	width: 100%;
	display: inline-block;
	z-index: 1;
	background: url(../../../../uploads/icon_arrow_blu.svg) no-repeat right center;
    background-size: 20px;
    font-weight: normal;
	padding-right: 30px;
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	-ms-transition: .3s ease-out;
	transition: .3s ease-out;
}
.btn:hover span, .post_content .swell-block-button__link:hover span, .is-style-btn_normal a:hover span {
	color: var(--color_main);
}
.is-style-balloon>.c-tabList .c-tabList__button:hover, .is-style-balloon>.c-tabList .c-tabList__button[aria-selected=true], .is-style-balloon>.c-tabList .c-tabList__button {
	border-radius: 15px;
}
.post_content #service .swell-block-columns__inner {
	background:
		linear-gradient(89deg, #024ba2 0%, #4f85ba 100%), radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.08), transparent 60%), radial-gradient(circle at 80% 70%, rgba(0, 0, 0, 0.1), transparent 60%);
	background-blend-mode: overlay;
}
.post_content #service .swell-block-column {
	border-right:solid 1px #eee;
	background:none;
	color: #fff;
	padding: 0;
}
.post_content #service .swell-block-column .wp-block-group {
    padding: 0 2em 2em;
}
.post_content #service .swell-block-column:nth-child(3), .post_content #service .swell-block-column:nth-child(5) {
	border: none;
}
.post_content #service .swell-block-column:nth-child(4) {
	margin-left: 17%;
}
.post_content #service .swell-block-column figure {
	/* overflow: hidden;
	padding-top: 85%;
    width: calc(100% + 4em);
    position: relative;
    margin: -2em -2em 0 !important; */
}
.post_content #service .swell-block-column figure img {
	/* width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	transition:0.2s all; */
}
.post_content #service .swell-block-column h3 {
	color: #fff;
	font-size: 1.7vw;
	padding-left: 30px;
	margin: 1.25em 0 1em !important;
}
.post_content #service .swell-block-column h3 span {
    color: #fff;
    margin: 0 10px 0 0;
    position: relative;
    top: 4px;
    font-size: 70% !important;
	position: absolute;
    left: 0;
}
.post_content #pickup .pickup-post__content .pickup-post__tag {
	margin: 0 0.5em 0.5em 0;
}
.post_content #pickup .pickup-post__content .pickup-post__tag, .p-postList.-type-card .p-postList__item .c-tagList li a, .p-postList .p-postList__cat, .tag-cloud-link {
    font: var(--font-wf-all);
    font-size: 0.8rem !important;
    border: solid 1px var(--color_main);
    border-radius: 100px;
    color: var(--color_main) !important;
    padding: 0 0.5em 1px 0.5em !important;
    line-height: 2.2;
	background: unset;
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	-ms-transition: .3s ease-out;
	transition: .3s ease-out;
}
#sidebar .tag-cloud-link {
	line-height: 1.5;
}
.p-postList .p-postList__cat {
	line-height: 1.6;
}
.post_content #pickup .pickup-post__content .pickup-post__excerpt {
	margin: 1em 0 2em;
}
.post_content #pickup .pickup-post__content .pickup-post__tag:hover, .p-postList.-type-card .p-postList__item .c-tagList li a:hover, .tag-cloud-link:hover  {
	background: var(--color_main);
	color: #fff !important;
}
.post_content #works .pickup-subposts {
	display: none;
}
.c-postTimes__modified:before, .c-postTimes__posted:before {
	display: none;
}
.post_content .-type-card .p-postList__link {
	height: unset;
}
.-type-simple .p-postList__link:hover {
	background: var(--color_main_thin);
}
.p-postList.-type-simple {
	border-top: 1px solid var(--color_main_thin);
}
.-type-simple .p-postList__link {
	border-bottom: 1px solid var(--color_main_thin);
}
.post_content #products figure + p {
	font: var(--font-wf-all);
	margin-top: -0.5em;
}
.post_content #products figure + p a {
	color: var(--color_text);
}
.post_content #products #maker .swell-block-column {
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
	align-items: center;
	justify-content: center;
	display: flex;
	border-radius: 10px;
	padding: 1em;
	background: rgb(255 255 255 / 90%);
}
.post_content #products #maker .swell-block-column figure {
	font-size: 0;
}
.post_content #products #maker .swell-block-column img {
  max-height: 60px;
  width: 100%;
}
footer .l-footer__inner p, footer .l-footer__inner a, footer .l-footer__inner address, footer .l-footer__inner dl dt, footer .l-footer__inner dl dd {
	font: var(--font-wf-all);
	font-size: 1rem;
	opacity: 0.9;
}
@media all and (min-width: 960px){
	.sp {
		display:none !important;
	}
	#menu_btn {
		display: none !important;
	}
	.flo {
	  overflow: hidden;
	}
	.flo_r {
	  float: right;
	}
	.flo_l {
	  float: left;
	}

	h2 {
	}


	/* original style------------------------------ */
	.l-header__bar {
		display: none;
	}
	header#header {
		position: fixed;
		background: none;
		top: 20px;	
	}
	/* [data-scrolled="true"] header#header {
		height: 75px;
	} */
	header#header .l-container {
		/* max-width: none; */
		position: relative;
		background: rgb(255 255 255 / 70%);
		border-radius: 10px;
		border: solid #fff 1px;
		max-width: calc(var(--article_size, 0px) + var(--swl-pad_container, 0px) * 2);
		/* max-width: var(--article_size); */
		padding: 0 25px;
		box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
        width: calc(100% - 20px);
	}
	header#header .l-header__logo .c-catchphrase {
		writing-mode: tb-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		-moz-writing-mode: vertical-rl;
		-o-writing-mode: vertical-rl;
		-webkit-writing-mode: vertical-rl;
		text-orientation: upright;
        position: fixed;
        left: 6px;
        top: calc(50% - 18em);
        font-size: 0.8rem;
        font-weight: normal;
		opacity: 1;
	}
	.home header#header .l-header__logo .c-catchphrase {
		left: 12px;
	}
	header#header .l-header__logo .c-catchphrase span {
		font-size: 0;
	}
	header#header .l-header__logo {
        padding: 5px 0 2px;
        height: 90px;
	}
	header#header .l-header__logo #logo {
        width: 240px;
        display: block;
        margin: 0;
	}
	/* header#header .l-header__logo #logo, header#header .l-header__logo .c-headLogo {
		float: left;
    margin-top: 18px;
	} */
	header #gnav {
        margin: 0 auto;
        padding-right: 200px;
	}
	/* [data-scrolled="true"] header #gnav {
		margin-top: 5px;
	} */
	header .c-gnav {
	}
	header .c-gnav>.menu-item:first-child {
	}
	header.-parallel .l-header__gnav .c-gnav>li>a {
		padding: 23px 15px;
	}
	/* header .c-gnav>.menu-item {
    height: 80%;
	}
	header .c-gnav>.menu-item>a {
		height: 70%;
	} */
	header .c-gnav>.menu-item>a:hover .ttl {
		color: var(--color_main);
	}
	header .c-gnav>.menu-item>a .ttl {
		font: var(--font-wf-all);
		font-size: 1rem;
		line-height: 1.3;
		color: var(--color_text);
		-webkit-transition: .3s ease-out;
		-moz-transition: .3s ease-out;
		-ms-transition: .3s ease-out;
		transition: .3s ease-out;
	}
	header .c-gnav>.menu-item>a span.desc {
		font: var(--font-wf-all);
		font-size: 0.75rem;
		opacity: 1;
		color: var(--color_main);
	}
	header #util_nav li a.mail {
        position: absolute;
        right: 15px;
        top: 16px;
		border-radius: 100px;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		overflow: hidden;
	}
	header #util_nav li p.tel {
        position: absolute;
        top: 26px;
        /* right: 50px; */
		right: 210px;
		font: var(--font-wf-all);
        font-size: 2rem;
        background: url(../../../../uploads/icon_tel.png) no-repeat top 6px left;
        background-size: 16px;
        padding-left: 21px;
        line-height: 1.2;
        text-align: center;
		display: none;
	}
	.tel span {
		font-size: 0.8rem;
        display: block;
		font-weight: 500;
	}
	header #util_nav li a.mail:hover {
		filter: brightness(110%);
	}
	header #util_nav li a.mail span {
        color: #fff;
        position: relative;
        z-index: 10;
        text-align: center;
        display: block;
		font: var(--font-wf-all);
        font-size: 0.95rem;
        background: url(../../../../uploads/icon_mail.png) no-repeat top 17px left 20px;
        background-size: 24px;
        line-height: 1.3;
        padding: 19px 25px 19px 50px;
    }
	header #util_nav li a.mail span small {
		font-weight: normal;
		font-family: "Zen Antique", "Shippori Mincho", 'Noto Serif Japanese', Garamond , "游明朝" , "Times New Roman" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
		display: block;
		font-size: 80%;
        opacity: 0.7;
        margin-top: 5px;
	}
	header #util_nav li a.mail::before {
		content:"";
		width:100%;
		height:100%;
		position:absolute;
		z-index:1;
		left:0;
		top:0;
		transition:0.5s;
	}
	header #util_nav li a.mail::after {
		content:"";
		width:100%;
		height:100%;
		position:absolute;
		z-index:0;
		left:0;
		top: 0;
		transition:0.5s;
	}
	header #util_nav li a.mail::before {
		background: var(--color_main);
		background: -moz-linear-gradient(55deg, var(--color_main) 0%, #68cafd 100%);
		background: -webkit-linear-gradient(55deg, var(--color_main) 0%,#68cafd 100%);
		background: linear-gradient(55deg, var(--color_main) 0%,#68cafd 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--color_main)', endColorstr='#68cafd',GradientType=1 );
	}
	header #util_nav li a.mail::after {
		background: #153c61;
		background: -moz-linear-gradient(55deg, #68cafd 0%, var(--color_main) 100%);
		background: -webkit-linear-gradient(55deg, #68cafd 0%,var(--color_main) 100%);
		background: linear-gradient(55deg, #68cafd 0%,var(--color_main) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68cafd', endColorstr='var(--color_main)',GradientType=1 );
	}
	header #util_nav li a.mail:hover::before {
		opacity: 0;
	}
	#body_wrap .c-gnav>.menu-item>a::after {
		position: absolute;
		bottom: 0;
		left: 0;
		content: '';
		width: 100%;
		height: 1px;
		background: var(--color_main);
		transform: scale(0, 1);
		transform-origin: right top;
		transition: transform .3s;
  }
  #body_wrap .c-gnav>.menu-item>a:hover::after, #body_wrap .c-gnav>.menu-item>a.current::after {
  	transform-origin: left top;
  	transform: scale(1, 1);
  }
  .c-gnav>.menu-item>.sub-menu {
	border-radius: 5px;
	width: max-content;
	margin-top: -5px;
	}
	.c-gnav>.menu-item>.sub-menu::before {
		position: absolute;
		left: 50%;
		top: -5px;
		margin-left: -10px;
		z-index: 1;
		display: block;
		width: 20px;
		height: 20px;
		border-radius: 5px;
		transform: rotate(45deg);
		background: #fff;
	}
	.c-gnav>.menu-item>.sub-menu li {
		border-top:solid 1px #f3f3f3;
	}
	.c-gnav>.menu-item>.sub-menu li:first-child {
		border: none;
	}
	.c-gnav>.menu-item>.sub-menu li a {
		background: url(../../../../uploads/icon_arrow_blu.svg) no-repeat center right 10px;
		background-size: 16px;
		padding: 0.75em 40px 0.75em 1.5em;
	}
	.c-gnav>.menu-item>.sub-menu li a::before {
		display: none;
	}
	.c-gnav>.menu-item>.sub-menu li a .ttl {
		color: var(--color_text);
		font-weight: 500;
		font-size: 0.95rem;
	}
	.wp-block-table td, .wp-block-table th {
		vertical-align: middle;
	}

	#content.l-content {
		margin-bottom: 0;
	}

	#before_footer_widget {
		background: #e1edc4;
		margin: 0 auto 0;
		padding-top: 60px;
		padding-bottom: 60px;
	}
	#before_footer_widget .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) {
		margin-left: 50px;
	}
	footer#footer {
		margin-top: 4em;
		background: #fff;
		color: unset;
	}
	footer#footer #f_contact {
        background: url(../../../../uploads/bg_cta.jpg) no-repeat center top 250%;
        background-size: 100%;
        color: unset;
        z-index: 10;
        padding-bottom: 380px;
    }
	footer#footer #f_contact > section > section {
        padding: 4em 0;
		background: url(../../../../uploads/bg_cta.png) no-repeat center;
        background-size: cover;
        color: #fff;
        text-align: center;
        max-width: var(--article_size);
        margin: auto;
        position: relative;
        border-radius: 10px;
    }
	footer#footer #f_contact > section {
        background: rgb(255, 255, 255);
        background: linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%);
    }
	footer#footer #f_contact hgroup {
		margin-bottom: 20px;
	}
	footer#footer #f_contact hgroup p {
		margin: 0;
        font-size: 1.6rem;
	}
	footer#footer #f_contact hgroup h3 {
        text-align: center;
        font-size: 2.5rem;
        line-height: 1.7;
        color: #fff;
        margin: -5px 0 1em;
	}
	footer#footer #f_contact hgroup h3 em {
        text-decoration: underline;
        text-underline-offset: 7px;
        text-decoration-thickness: 2px;
        text-decoration-color: #f3dd22;
	}
	footer#footer #f_contact p {
		font-size: 1rem;
		margin: 0 0 1.5em 0;
		letter-spacing: 1px;
		text-align: center;
	}
	footer#footer #f_contact ul.flex_cl {
		justify-content: center;
	}
	footer#footer #f_contact ul li {
		padding: 0 1%;
	}
	footer#footer #f_contact ul li a.mail {
		min-width: 350px;
		background: url(../../../../uploads/icon_arrow_blu.svg) no-repeat center right 25px #e9f6fc;
        background-size: 22px;
		border: none;
		color: var(--color_main);
		padding: 28px 70px 28px 40px;
	}
	footer#footer #f_contact ul li a.mail:hover {
		background: url(../../../../uploads/icon_arrow_wh.svg) no-repeat center right 22px var(--color_main);
        background-size: 22px;
		color: #fff;
	}
	footer#footer #f_contact a.btn_wh {
		color: var(--color_main);
        font-size: 1.15rem;
        font-weight: 500;
        background: rgb(255 255 255 / 85%);
        position: relative;
        padding: 30px 15px 30px 22px;
        border: none;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        line-height: 1.3;
        text-align: center;
        overflow: hidden;
        min-width: 400px;
        display: inline-block;
        box-shadow: 0 5px 8px rgba(0, 0, 0, 0.18);
	}
	footer#footer #f_contact a.btn_wh:hover {
		background: rgb(31 107 137 / 85%);
		color: #fff;
	}
	footer#footer #f_contact a.btn_wh span {
		background: url(../../../../uploads/icon_mail_blu.png) no-repeat top 2px left;
		background-size: 25px;
		padding-left: 32px;
		-webkit-transition: .3s ease-out;
		-moz-transition: .3s ease-out;
		-ms-transition: .3s ease-out;
		transition: .3s ease-out;
	}
	footer#footer #f_contact a.btn_wh:hover span {
        background: url(../../../../uploads/icon_mail.png) no-repeat top 2px left;
        background-size: 25px;
	}
	footer .l-footer__inner {
		padding: 4em 2vw;
		max-width: var(--article_size);
		margin: auto;
	}
	footer .l-footer__inner > .flex_cl {
		position: relative;
	}
	footer .l-footer__inner #ft_l {
		width: 40%;
	}
	footer .l-footer__inner #ft_l #f_logo {
		width: 230px;
		margin: 0 0 2em;
		text-align: center;
	}
	footer .l-footer__inner #ft_l #f_logo span {
        display: block;
        font-size: 0.95rem;
	}
	footer .l-footer__inner #ft_l #f_logo + p {
		margin-bottom: 1em;
		font-size: 1.1rem;
		width: 200px;
		text-align: center;
	}
	footer .l-footer__inner #ft_l ul {
		margin-top: 1em;
	}
	footer .l-footer__inner #ft_l ul li {
		margin-bottom: 0.5em;
		line-height: 1.5;
	}
	footer .l-footer__inner #ft_l address {
		margin: 0 0 0.5em;
		font-style: normal;
	}
	footer .l-footer__inner #ft_l dl {
	}
	footer .l-footer__inner #ft_l dl dt, footer .l-footer__inner #ft_l dl dd {
		line-height: 1.5;
	}
	footer .l-footer__inner #ft_l dl dt {
		opacity: 0.7;
	}
	footer .l-footer__inner #ft_l dl dd {
		margin-bottom: 1em;
	}
	footer .l-footer__inner #ft_r {
		width: 42%;
        min-width: 400px;
		position: relative;
		right: -7em;
	}
	footer .l-footer__inner #ft_r > section:nth-child(1) {
		width: 40%;
	}
	footer .l-footer__inner #ft_r > section:nth-child(2) {
		width: 55%;
	}
	footer .l-footer__inner #ft_r .l-footer__nav {
        /* justify-content: flex-end;
        z-index: 100;
        position: absolute;
        width: 100%; */
		display: block;
	}
	footer .l-footer__inner #ft_r .l-footer__nav li {
		/* width: 40%; */
		margin-bottom: 0.5em;
	}
	footer .l-footer__inner #ft_r .l-footer__nav li.menu-item-6201, footer .l-footer__inner #ft_r .l-footer__nav li.menu-item-6753, footer .l-footer__inner #ft_r .l-footer__nav li.menu-item-6754, footer .l-footer__inner #ft_r .l-footer__nav li.menu-item-6755 {
		display: none;
	}
	footer .l-footer__inner #ft_r a {
		border: none;
		font-weight: 500;
		font-size: 1rem;
		text-align: left;
	}
	footer .l-footer__inner #ft_r a:hover {
		text-decoration: underline;
	}
	footer .l-footer__inner #ft_r .sub-menu {
		margin-left: 1em;
	} 
	footer .l-footer__inner #ft_r .sub-menu a {
		font-weight: normal;
	} 
	footer .l-footer__inner #ft_r h3 {
		text-align: right;
		font-size: 1.4rem;
		color: var(--color_main);
		line-height: 1.5;
		font-weight: 500;
		margin-bottom: 1em;
	}
	.l-footer__widgetArea {
		width: 60%;
	}
	footer .l-footer__inner .w-footer__box, footer .l-footer__inner .l-footer__widgetArea {
		padding: 0;
	}
	footer .l-footer__inner .widget_nav_menu ul li {
		float: left;
		min-width: 12em;
	}
	footer .l-footer__inner .widget_nav_menu ul li:nth-child(odd) {
		clear: both;
	}
	footer .l-footer__inner .widget_nav_menu a {
		border: none !important;
	}
	footer .l-footer__inner .widget_nav_menu a br {
		display: none;
	}
	.l-footer a.btn {
        color: var(--color_text);
        padding: 25px 30px;
        border-radius: 100px;
        min-width: 380px;
        font-size: 1.3rem;
	}
	.l-footer a.btn:hover {
	}
	footer .l-footer__inner .l-footer__foot {
    padding-top: 4em;
    padding-bottom: 1em;
	}
	footer .l-footer__inner .copyright {
		padding-top: 3em;
	}
	.post_content .wp-block-columns {
		--wp-column-gap: 4em;
		gap: 4em !important;
	  }
	.full_r {
		margin-right: calc(50% - 40vw);
	}
	.full_l {
		margin-left: calc(50% - 40vw);
	}
	a.btn.left {
		margin-left: 0;
	}
	a.btn.right {
		margin-right: 0;
	}
	.full_r > figure {
		margin-right: calc(50% - 50vw) !important;
	}
	.full_l > figure {
		margin-left: calc(50% - 50vw) !important;
	}
	.post_content .al_cen, .post_content .swell-block-columns.al_cen .swell-block-column {
		align-items: center;
		display: flex;
	}
}

@media all and (min-width: 768px) {
	.flex_cl {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.flex_cl.cl_2 > section, .flex_cl.cl_2 > li {
		width: 47%;
	}
	.flex_cl.cl_3 > section, .flex_cl.cl_3 > li {
		width: 31%;
		margin-bottom: 8%;
	}
	.flex_cl.cl_4 > section, .flex_cl.cl_4 > li {
		width: 23%;
	}
	.flex_cl .od1 {
		order: 1;
	}
	.flex_cl .od2 {
		order: 2;
	}
	.w200 {max-width: 200px;}
	.w300 {max-width: 300px;}
	.w400 {max-width: 400px;}
	.w500 {max-width: 500px;}
	.w600 {max-width: 600px;}
	.w700 {max-width: 700px;}
	.w800 {max-width: 800px;}
	.w900 {max-width: 900px;}
	.w1000 {max-width: 1000px;}
	.w1100 {max-width: 1100px;}
	.w1200 {max-width: 1200px;}
	.w200, .w300, .w400, .w500, .w600, .w700, .w800, .w900, .w1000, .w1100, .w1200 {
		margin-left: auto;
		margin-right: auto;
	}
	footer#footer #f_contact ul  a.tel {
		position: relative;
		top: -10px;
	}
	footer#footer #f_contact ul li a.tel {
        font-size: 3rem;
        letter-spacing: 2px;
        background: url(../../../../uploads/icon_tel.svg) no-repeat top 32px left;
        background-size: 24px;
        border: none;
        padding: 12px 0 0 35px;
        border-radius: unset;
		color: #fff;
	}
	footer#footer #f_contact ul li a.tel + p {
		margin-top: -25px;
	}
}

@media all and (min-width: 960px) and (max-width: 1220px) {
	/* header .c-gnav {
    margin-left: 340px;
	}
	header .c-gnav>.menu-item>a .ttl {
    font-size: 0.9rem;
	}
	header.-parallel .l-header__gnav .c-gnav>li>a {
    padding: 19px 10px;
	} */
}
@media all and (min-width: 960px) and (max-width: 1050px) {
}

@media all and (min-width: 960px) and (max-width: 1300px) {
}

/* .post_content .bg-trigger, body {
	transition:background-color 1s ease;
}
.post_content .bg-trigger p, .post_content .bg-trigger h2 {
	transition:color 1s ease;
}  */
/* .post_content .bg-trigger.bg-beige, .bg-beige {
	background: #fdfbf0;
	color: #113662;
} */
/* body.feature.bg_on .post_content #philo {
  background: url(../../../../uploads/bg_cta.jpg) no-repeat center top;
  background-size: cover;
} */
body.feature .post_content #philo {
  background: url(../../../../uploads/bg_cta.jpg) no-repeat center top;
  background-size: cover;
}