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


/* ----全体font---- */
body {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}
.post_content {
	line-height: 1.9;
}
.post_content h2,
.post_content h3,
.post_content h4 {
	margin: 0;
}
.post_content h2 small,
.post_content h3 small,
.post_content h4 small {
	opacity: 1;
	font-size: 1em;
}
.dis_none {
	display: none;
}

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

/* ----改行・整形---- */
.br_pc {
	display: block;
}
.br_sp {
	display: none;
}

/* ----見出し---- */
.h2_ttl {
	font-family: "Oswald", sans-serif;
    font-size: clamp(2.4rem, -1.2rem + 6vw, 3.6rem) !important;
    font-weight: bold !important;
    position: relative;
	display: inline-block;
    max-width: 1000px;
	margin: 0 0 50px !important;
    line-height: 1.4 !important;
	background: linear-gradient(90deg, var(--color_main), var(--color_link));
	background: -webkit-linear-gradient(0deg, var(--color_main), var(--color_link));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.h2_ttl .jp_txt {
	font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    display: inline-block;
    line-height: 1;
	color: #000;
	margin: 0 0 0 20px;
	background: none;
	-webkit-text-fill-color: currentcolor;
}
.h2_ttl.top .jp_txt {
    display: block;
	margin: 15px 0 0 0;
}
.h2_ttl.wh {
	background: none;
	-webkit-text-fill-color: currentcolor;
	color: #fff;
}
.h2_ttl.wh .jp_txt {
	color: #fff;
}
.h4_cap {
	font-size: 1.4rem !important;
	padding-left: 18px;
}
.h4_cap::before {
	content: "";
	position: absolute;
	background: linear-gradient(90deg, var(--color_main), var(--color_link));
	width: 35px;
	height: 35px;
	transform: rotate(45deg);
	left: 0;
	opacity: .2;
}
.leadTxt_l {
	font-size: clamp(2.8rem, 1.6rem + 2vw, 4rem) !important;
	line-height: 1.4;
	letter-spacing: 0.3rem;
}
.leadTxt_s {
	font-size: clamp(1.3rem, 0.8rem + 0.8333vw, 1.8rem) !important;
	line-height: 1.6;
}

/* ----ボタン---- */
.cmn_btn {
    min-width: 220px;
	margin: 0 auto;
}
.cmn_btn a {
	min-width: 220px;
    box-shadow: none;
	border: 1px solid var(--color_link);
	border-radius: 5px;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 50%, var(--color_main) 75%, var(--color_link) 100%);
	background-position: 0% 50%;
	background-size: 200% auto;
    padding: 18px 35px;
    position: relative;
    transition: .3s;
    font-size: 1rem !important;
    font-weight: 600;
	letter-spacing: 0.08rem;
}
.cmn_btn a::after {
	content: "";
}
.cmn_btn a:hover {
	background-position: 100% 50%;
}
.cmn_btn a span {
	background: linear-gradient(90deg, var(--color_main), var(--color_link));
	background: -webkit-linear-gradient(0deg, var(--color_main), var(--color_link));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: .2s;
}
.cmn_btn a:hover span {
	background: linear-gradient(90deg, #fff, #fff);
	background: -webkit-linear-gradient(0deg, #fff, #fff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: .2s;
}
.cmn_btn.blk a {
	border: 1px solid #000;
	background: none;
	color: #000;
}
.cmn_btn.blk a:hover {
	background: rgba(164, 128, 208, .5);
	background-position: 0;
}
.cmn_btn.blk a span {
	background: none;
	-webkit-text-fill-color: currentcolor;
}
.cmn_btn.wh a {
	border: 1px solid #fff;
	background: none;
	color: #fff;
}
.cmn_btn.wh a:hover {
	background: rgba(164, 128, 208, .5);
	background-position: 0;
}
.cmn_btn.wh a span {
	background: none;
	-webkit-text-fill-color: currentcolor;
}
.cmn_btn.contact {
    min-width: 330px;
}
.cmn_btn.contact a {
    min-width: 330px;
	background: linear-gradient(to right, var(--color_main), var(--color_link) 50%, var(--color_link) 100%);
	background-position: 0% 50%;
	background-size: 200% auto;
	border: none;
}
.cmn_btn.contact a:hover {
	background-position: 100% 50%;
}
.cmn_btn.contact a span {
	background: none;
	-webkit-text-fill-color: currentcolor;
}

/* ----ヘッダー---- */
.l-header {
	background: none;
	position: absolute;
}
.l-header .l-container {
	max-width: 100%;
	padding: 0;
}
.l-fixHeader {
	box-shadow: none;
}
.l-fixHeader .l-container {
	max-width: 100%;
	padding: 0;
}
.-series .l-header__logo {
	min-width: 50px;
	max-width: 570px;
	width: 30vw;
	height: 150px;
	margin-right: 1vw;
	padding: 0;
	justify-content: center;
}
.-series .l-header__logo::before {
	position: absolute;
	content: "";
	background: linear-gradient(to right, #A480D0 0%, #6B4AAE 100%);
	border-bottom-right-radius: 5px;
	max-width: 570px;
	width: 30vw;
	height: 150px;
	top: 0;
	left: 0;
	z-index: -1;
}
.-series .c-headLogo {
	margin-right: 0;
	width: 22vw;
}
.c-gnav {
	height: 80px;
    align-items: center;
    background: #fff;
	border-radius: 5px;
    margin: 35px 5vw 0 0;
    padding: 18px 20px;
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.1);
}
.c-gnav>.menu-item.n_dis {
	display: none;	
}
.c-gnav>.menu-item>a {
	padding: 0 0.8vw;
	transition: .2s;
	position: relative;
}
.c-gnav>.menu-item>a::after {
	display: none;
}
.c-gnav>.menu-item>a:hover {
	background: #EDEDED;
	color: var(--color_link);
	transition: .2s;
	border-radius: 5px;
}
.c-gnav>.menu-item>a .ttl {
	font-weight: bold;
	font-style: normal;
	font-size: clamp(0.85rem, 0.4rem + 0.75vw, 1rem);
	order: 2;
}
.c-gnav li.contact a {
	font-family: "Oswald", sans-serif;
	padding: 0 30px;
	margin-left: 10px;
}
.c-gnav li.contact a::before {
	position: absolute;
	content: "";
	background: linear-gradient(to right, var(--color_main) 0%, var(--color_link) 50%, var(--color_link) 100%);
    background-position: 0% 50%;
    background-size: 200% auto;
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	transition: .3s;
}
.c-gnav li.contact a::after {
	background: none !important;
}
.c-gnav li.contact a:hover::before {
	transition: .3s;
    background-position: 100% 50%;
}
.c-gnav li.contact a .ttl {
    color: #fff;
    font-size: clamp(1.1rem, 0.8rem + 0.5vw, 1.2rem);
	display: flex;
	align-items: center;
	letter-spacing: 0.15rem;
}
.c-gnav li.pv {
	display: none;
}
.c-gnav .sub-menu {
	background: rgba(255, 255, 255, .9);
	border: 1px solid var(--color_link);
	width: 16em;
	border-radius: 5px;
	margin-top: 10px;
}
.c-gnav .sub-menu a {
	transition: .3s;
	border-bottom: 1px dashed var(--color_link);
	font-size: clamp(0.8rem, 0.35rem + 0.75vw, 0.95rem);
	font-weight: 500;
	padding: 10px 40px;
}
.c-gnav .sub-menu a:before,
.c-listMenu a:before {
	top: 55%;
}
.c-gnav .sub-menu:before {
	background: none;
}
.c-gnav .sub-menu a:before {
    left: 1em;
}
.c-gnav .sub-menu li:last-of-type a {
	border-bottom: none;
}
.c-gnav .sub-menu a:hover {
	background: var(--color_main);
	color: #fff;
	transition: .2s;
}
.l-fixHeader {
	box-shadow: none !important;
}
.l-fixHeader__logo {
	width: 460px;
    height: 70px;
	min-width: 50px;
	padding: 24px 0 0 3vw;
	margin-right: 1vw;
}
.l-fixHeader__logo::before {
	position: absolute;
	content: "";
	background: linear-gradient(to right, #A480D0 0%, #6B4AAE 100%);
	border-bottom-right-radius: 5px;
	max-width: 460px;
	width: 30vw;
	height: 100px;
	top: 0;
	left: 0;
	z-index: -1;
}
.l-fixHeader .c-gnav {
	height: 100%;
	margin-top: 10px;
	padding: 12px 20px;
}
.l-fixHeader .c-gnav>.menu-item::after {
    border-right: 2px solid var(--color_main);
}
.l-fixHeader .c-gnav li.contact a:hover {
	background: var(--color_main);
	color: #fff;
}

/* ----コンテンツヘッダー---- */
.l-topTitleArea {
	height: 600px;
	color: #fff !important;
	position: relative;
	max-width: 1800px;
	width: 94vw;
	margin: 0 0 0 auto;
	overflow: visible;
	z-index: 1;
}
.l-topTitleArea img {
	max-height: 600px;
	border-bottom-left-radius: 5px;
}
.l-topTitleArea__body {
	padding: 0 10px;
	max-width: 100%;
	text-align: right;
	padding-right: 8vw;
	position: static;
	text-shadow: none;
}
.c-pageTitle {
	display: flex;
	flex-direction: column;
	font-style: normal;
    font-weight: 900;
	font-size: 3rem !important;
    letter-spacing: 1rem;
	position: static;
    margin-top: 70px;
}
.c-postTitle__ttl {
	display: flex;
	flex-direction: column;
	font-style: normal;
    font-weight: 900;
	font-size: 2rem !important;
    letter-spacing: 0.5rem;
	position: static;
    margin-top: 70px;
}
.c-pageTitle__subTitle {
	font-family: "Oswald", sans-serif;
	font-style: normal;
	visibility: visible;
    display: block;
	font-size: clamp(8.5rem, 4.5rem + 6.6667vw, 12.5rem);
    letter-spacing: 0.05rem;
    font-weight: 600;
    opacity: 1;
    position: absolute;
    margin: auto;
    left: 20px;
    bottom: -4.5vw;
    top: auto;
    order: -1;
    color: transparent;
    -webkit-text-stroke: 1px rgb(255, 255, 255);
	z-index: 100;
    white-space: nowrap;
}
.p-articleMetas {
	justify-content: flex-end;	
}

/* ----パンくずー---- */
.l-topTitleArea+.p-breadcrumb {
	z-index: 1;
	padding-top: 40px;
}
.p-breadcrumb__list {
	justify-content: flex-end;
	color: #fff;
	gap: 1em;
	font-weight: 300;
}
.p-breadcrumb__list .icon-home:before {
	display: none;
}

/* ----コンテンツ---- */
figure {
	border-radius: 5px;
	overflow: hidden;
}
figure img {
	width: auto;
}
.wp-singular,
.blog,
.archive {
	background: linear-gradient(to right, #A480D0 0%, #6B4AAE 100%);
}
.l-content{
	padding: 4em 4.5vw 10em;
    max-width: 1800px;
    width: 94vw;
    margin: 2em 0 6em auto !important;
    background: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.l-mainContent {
    padding: 0 !important;
    max-width: 100%;
}
.-sidebar-on .l-mainContent {
	width: 100%;
    position: relative !important;
    order: 2;
    margin-top: -70px;
}
.swell-block-fullWide {
	margin-bottom: 0;
    max-width: 100% !important;
	left: 0 !important;
}
#sidebar {
	max-width: 240px;
    margin: -125px -2vw 0 auto;
    z-index: 10;
    position: sticky;
    top: 130px;
    order: 1;
	width: 18vw !important;
}
.w-fixSide {
	background: #fff;
	border: 1px solid var(--color_main);
	border-radius: 5px;
	padding: 30px 1.6vw;
	top: calc(50px + var(--swl-adminbarH, 0px) + var(--swl-fix_headerH, 0px));
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.1);
}
.w-fixSide .c-widget__title {
	display: none;
}
.w-fixSide a.p-toc__link.current {
	color: var(--color_link);
}
.w-fixSide ul.is-style-index li {
	font-size: clamp(0.85rem, 0.1rem + 1.25vw, 1.1rem);
    font-weight: bold;
    letter-spacing: 0.05rem;
}
.w-fixSide ul.is-style-index li:before {
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 1;
    background: none;
    border-radius: 0;
}
.w-fixSide ul.is-style-index li a {
	transition: .2s;
}
.w-fixSide ul.is-style-index li a:hover {
	transition: .2s;
}
.p-toc.-capbox {
	display: none;	
}
.swell-block-fullWide + .swell-block-fullWide {
	margin-top: 0;
}
.swell-block-fullWide__inner {
	padding: 0;
}
.swell-block-fullWide__inner.l-container {
    margin: 0 11vw 0 auto;
}
.swell-block-fullWide__inner.l-article {
    margin: 0 18.8vw 0 auto;
}
.swell-block-columns__inner {
	justify-content: space-between;
}
.p-postList__meta :before {
	display: none;
}


/* ----キャプションボックス---- */
.captionBox .swell-block-columns__inner {
    align-items: stretch;
}
.captionBox .swell-block-columns__inner::after{
    content: "";
    display: block;
    width: calc(100% / 3);
}
.captionBox .cap_box {
    height: 100%;
    display: flex;
    align-items: stretch;
    flex-direction: column;
}
.captionBox .cap_box_content {
    border: 1px solid #000;
	padding: 1.5vw 1.8vw;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 100%;
}
.captionBox .cap_box_ttl {
    background: linear-gradient(90deg, var(--color_main), var(--color_link));
    border: 1px solid #000;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 0;
    padding: 10px 2vw;
    font-size: clamp(1.2rem, 0.6rem + 1vw, 1.8rem);
    font-weight: 600;
    text-align: left;
    justify-content: flex-start;
}
.captionBox .cap_box_content > * {
	font-size: clamp(0.9rem, 0.6rem + 0.5vw, 1rem);
    line-height: 1.8;
}
.captionBox .cap_box_content .wp-block-list li {
    padding-left: 20px;
}
.captionBox .cap_box_content .wp-block-list li::before {
    top: 0.7em;
    width: 4px;
    height: 4px;
    left: 0px;
}

/* ----お知らせ---- */
.p-postList .p-postList__body{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.p-postList.-type-simple {
    border-top: none;
}
.p-postList.-type-simple .p-postList__link{
    padding: 30px;
    position: relative;
}
.p-postList.-type-simple .p-postList__link::after {
    content: '';
    width: 7px;
    height: 7px;
    border: 0;
    border-top: solid 1px var(--color_main);
    border-right: solid 1px var(--color_main);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
    z-index: 1;
    transition: .2s;
}
.p-postList.-type-simple .p-postList__item:first-child .p-postList__link {
    border-top: 1px solid var(--color_border);
}
.p-postList .p-postList__times {
    margin-right: 5px;
}
.p-postList .p-postList__meta time {
    color: #999;
    width: 6em;
    font-size: 0.85rem;
    font-weight: bold;
}
.p-postList .p-postList__cat {
    background: #000;
    color: var(--color_main);
    font-size: 0.75rem;
    text-align: center;
    padding: 4px 10px;
    width: 100px;
    border-radius: 3px;
    opacity: 1;
}
.p-postList .p-postList__cat::before {
    display: none;
}
.top_newsArea .p-postList__title {
    font-weight: 500;
    width: 100%;
}

/* ----概要---- */
.outlineBox {
	max-width: 850px;
	margin: 0 auto;
}
.outlineBox .swell-block-dl__dt{
    padding: 30px 25px;
	border-top: 1px solid var(--color_link);
    display: flex;
    align-items: stretch;
}
.outlineBox .swell-block-dl__dt:last-of-type{
	border-bottom: 1px solid var(--color_link);
}
.outlineBox .swell-block-dl__dt:after{
    display: none;
}
.outlineBox .swell-block-dl__dd{
    border-top: 1px solid #D9D9D9;
	padding: 30px 25px;
    line-height: 1.8;
}
.outlineBox .swell-block-dl__dd:last-of-type{
    border-bottom: 1px solid #D9D9D9;
}

/* ----フッター---- */
.f_conArea {
	padding: 5vw 0 7vw !important;
}
.f_conArea .swell-block-fullWide__inner {
	padding: 0;
}
.f_conArea .h2_ttl {
	display: block;
	background: none;
	-webkit-text-fill-color: currentcolor;
}
.f_conArea .h2_ttl .jp_txt {
	display: block;
	margin: 20px auto 0;
}
.f_conArea p {
	font-size: clamp(1rem, 0.7rem + 0.5vw, 1.1rem);
}
.f_conArea .tel_num {
	font-family: "Oswald", sans-serif;
	font-size: clamp(4.3rem, 2.2rem + 3.5vw, 5rem);
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
}
.f_conArea .tel_num .swl-inline-icon {
	font-size: clamp(2.4rem, -0.6rem + 5vw, 3.4rem);
	margin-right: 10px;
}
.c-widget+.c-widget {
	margin: 0 auto;
}
.w-beforeFooter{
	margin: 0 auto;
}
.w-beforeFooter .l-article {
	margin: 0 auto;
}
.w-beforeFooter .l-container {
	padding: 0;
    max-width: 100%;
}
.w-footer {
	margin: 0 auto;
    padding: 0;
    width: 100%;
}
.w-footer__box {
	width: 100%;
	margin: 0 auto;
}
.w-footer__box .l-article {
	margin: 0 auto;
}
.w-footer__box .l-container {
	margin: 0 auto;
}
.f_logo {
	margin-bottom: 30px !important;
}
.f_add p {
	font-size: clamp(0.9rem, 0.6rem + 0.5vw, 1rem);
}
.footer_in {
	padding: 60px 0;
}
.footer_in .swell-block-columns__inner {
	justify-content: space-between;
	padding: 0 30px;
}
.w-footer__box .wp-block-list{
    list-style: none;
}
.footer-list {
    list-style: none;
    justify-content: center;
	padding-left: 0 !important;
	margin-bottom: 0;
}
.footer-list li {
    font-size: clamp(0.8rem, 0.2rem + 1vw, 1rem);
	font-weight: 500;
	line-height: 2.4;
}
.footer-list li a{
	transition: .2s;
}
.footer-list li a:hover {
	transition: .2s;
	color: var(--color_main);
}
.footer-list .s_list li {
	padding-left: 0.4em;
}
.footer-list .s_list li::marker {
    content: "-";
}
.p-fixBtnWrap {
	bottom: 10px;
}
.c-fixBtn {
	background: #000;
	border: none;
	color: #fff;
	height: 62px;
	width: 62px;
	opacity: 1;
}
.c-fixBtn:hover {
	background: #222 !important;
}
.c-fixBtn .c-fixBtn__icon {
	font-size: 60px;
}
.c-fixBtn .c-fixBtn__icon::before {
	content: '';
    width: 28px;
    height: 28px;
    border: 0;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: 24px;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
}
.l-footer .copyright {
	font-weight: 500;
	font-style: normal;
	font-size: 0.7rem;
	padding: 0 0 30px;
    text-align: left;
    letter-spacing: 0.1rem;
}


/*---------------------------------------------pc_small---*/
@media screen and (max-width: 1279px) {
.-series .l-header__logo {
	margin-left: 2vw;
}
.c-gnav {
    margin-right: 2vw;
}	
.l-fixHeader__logo {
	padding-left: 2vw;
}
.l-content {
	padding: 4em 4.5vw 6em;
}
.swell-block-fullWide__inner {
	width: 90%;
    margin: 0 auto;
}
.swell-block-fullWide__inner.l-container {
	width: 80vw;
}
.l-topTitleArea__body {
	padding: 0 4vw !important;
}
.w-footer__box .l-container {
	width: 90vw;
}
.footer_in .swell-block-columns__inner {
	padding: 0;
}
}


/*---------------------------------------------------tb---*/
@media screen and (max-width: 959px) {
.h2_ttl {
	margin-bottom: 30px !important;
}
.h2_ttl .jp_txt {
	font-size: 1rem;
	margin-left: 10px;
}
.h2_ttl.top .jp_txt {
	margin-top: 10px;
}
.leadTxt_l {
	font-size: clamp(2.2rem, 1.1972rem + 2.6741vw, 2.8rem) !important;		
}
.cmn_btn a {
	padding: 14px 35px;
}
.br_pc {
	display: none;
}
.br_sp {
	display: block;
}
.-series .l-header__inner {
    transform: none;
	justify-content: space-between;
	height: 50px;
}
.-series .l-header__logo {
	padding: 6px 0 6px 2vw;
	margin: 0;
	min-width: 120px;
	width: 25vw;
    height: 50px;
}
.-series .l-header__logo::before {
	max-width: 260px;
	width: 28vw;
	max-height: 80px;
	height: 15vw;
}
.-series .c-headLogo {
	width: auto;
}
.l-header__menuBtn {
	height: 50px;
	width: 50px;
}
.c-iconBtn__icon:before {
	color: var(--color_main);
}
.p-spMenu__inner {
	transition: transform 0.25s, -webkit-transform 0.25s;
}
.p-spMenu__inner::before {
	background: rgba(0, 0, 0, .8);
}
.p-spMenu__inner .icon-close-thin:before {
	color: #fff;
}
.c-widget__title.-spmenu {
	color: #fff;
	font-family: "Oswald", sans-serif;
	font-size: 3rem;
	line-height: 1;
	margin-bottom: 20px;
	padding: 0.3em .45em;
	background: none;
}
.c-spnav>.menu-item>a .c-smallNavTitle {
	font-family: "Oswald", sans-serif;
}
.c-spnav>.menu-item>a {
	font-size: clamp(1rem, 0.8569rem + 0.5725vw, 1.2rem);
}
.c-spnav>.menu-item.dis_none {
	display: none;
}
.c-spnav a {
	color: #fff;
	border-bottom: none;
	font-size: 1.4rem;
	padding: 0.5em 1em .5em 1.5em;
}
.c-spnav li.pv {
	display: block;
}
.l-header .w-header {
	display: block !important;
	margin: 0 0 0 auto;
}
.l-header .l-header__customBtn {
	display: none;
}
.l-topTitleArea {
    width: 96vw;
	min-height: 180px;
    height: 30vh;
	margin-top: -50px;
}
.c-pageTitle {
	font-size: clamp(1.6rem, 0.9315rem + 1.7827vw, 2rem) !important;
    letter-spacing: 0.6rem;
    margin-top: 30px;
}
.c-postTitle__ttl {
	font-size: clamp(1.2rem, -0.137rem + 3.5655vw, 2rem) !important;
    letter-spacing: 0.2rem;
    margin-top: 30px;
}
.c-pageTitle__subTitle {
	font-size: clamp(4rem, 0.6574rem + 8.9136vw, 6rem);
    left: 10px;
}
.l-topTitleArea+.p-breadcrumb {
    padding-top: 20px;
}
.p-breadcrumb__list {
	font-size: 0.6rem;
}
.l-content {
	margin: 1em 0 4em auto !important;
	width: 96vw;
	padding: 8em 4.5vw 10em;
}
.swell-block-fullWide__inner.l-container,
.swell-block-fullWide__inner.l-article{
    width: 87vw;
	margin: 0 auto;
}

/* ----キャプションボックス---- */
.captionBox .cap_box_content {
    padding: 15px 3vw;
}
.captionBox .cap_box_content .wp-block-list li {
    line-height: 1.6;
}

/* ----お知らせ---- */
.p-postListWrap {
    margin-bottom: 3em !important;
}

/* ----概要---- */
.outlineBox .swell-block-dl__dt{
	width: 10em;
	padding: 20px 15px;
}
.outlineBox .swell-block-dl__dd{
	width: calc(100% - 10em);
	padding: 20px 10px;
}

.f_conArea .swell-block-column {
	text-align: center;
}
.f_conArea .h2_ttl .jp_txt {
	margin-top: 10px;
}
.f_conArea p {
	font-size: clamp(0.9rem, 0.7329rem + 0.4457vw, 1rem);
    margin-bottom: 30px !important;
} 
.f_conArea .tel_num {
	text-align: center;
    margin-bottom: 10px !important;
}
.w-beforeFooter .swell-block-fullWide__inner {
	width: 90vw;
}
.w-footer__box .l-container .footer_in > .swell-block-columns__inner {
	flex-direction: column;
}
.footer_in .swell-block-columns__inner {
	padding: 0;
}
.f_add {
	font-size: 0.85rem;
}
.f_add .sns_list {
	--the-fz: 2.5rem !important;
}
.f_link .pc_only {
	display: block !important;		
}
.f_link .sp_only {
	display: none;	
}
.footer_in {
	padding: 0;
}
.footer-list {
	font-size: 0.85rem;
}
.footer-list > li.l_menu_ttl strong {
	height: auto;
    display: block;
	margin-bottom: 2.2vw;
}
.footer-list > li.l_menu_ttl .wp-block-list {
	padding-left: 0.5rem;
}
.c-fixBtn {
	width: 40px;
	height: 40px;
}
.c-fixBtn .c-fixBtn__icon::before {
    width: 16px;
    height: 16px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    top: 16px;
}
.l-footer .copyright {
	padding: 0 0 10px;
}
}

	
/*---------------------------------------------------sp---*/
@media screen and (max-width: 599px) {
.h2_ttl {
	font-size: 2.2rem !important;
}
.h4_cap {
	font-size: 1.2rem !important;
    padding-left: 12px;
}
.h4_cap::before {
    width: 25px;
    height: 25px;
}
.leadTxt_l {
	font-size: 2rem !important
	letter-spacing: 0.2rem;
}
.leadTxt_s {
	font-size: 1.2rem !important;	
}
.cmn_btn {
	min-width: auto;
}
.cmn_btn a {
	min-width: auto;
    width: 100vw;
	max-width: 50vw;
	padding: 14px 20px;
	font-size: 0.8rem;
}
.cmn_btn a .en_txt {
	font-size: 1.2rem;
}
.cmn_btn.contact a {
	min-width: 90%;
}
.l-header__inner {
	background: linear-gradient(90deg, var(--color_main), var(--color_link));
}
.-series .l-header__logo {
	padding: 0 0 0 2vw;
	width: 200px;
}
.-series .l-header__logo::before {
	display: none;
}
.-series .c-headLogo {
	height: 50px;
}
.l-topTitleArea {
	min-height: 4em;
	height: 20vh;
    margin-top: 0px;
}
.c-pageTitle {
	font-size: 1.6rem !important;
	letter-spacing: 0.3rem;
	margin-top: 0;
}
.c-postTitle__ttl {
	font-size: 1.1rem !important;
	letter-spacing: 0.1rem;
	margin-top: 0;
}
.c-pageTitle__subTitle {
	font-size: 3rem;
	-webkit-text-stroke: 0.5px rgb(255, 255, 255);
	bottom: -3.2vw;
}
.c-pageTitle__subTitle::after {
	height: 25px;
}
.l-topTitleArea+.p-breadcrumb {
    padding-top: 12px;
}
 .l-content {
    margin: 5px 0 4em auto !important;
	padding: 110px 4.5vw 6em;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

/* ----キャプションボックス---- */
.captionBox {
    --swl-clmn-mrgn--x: 3vw !important;
    --swl-clmn-mrgn--y: 1rem !important;
}
.captionBox .cap_box_ttl {	
    padding: 10px 8px;
    font-size: 1rem;
}
.captionBox .cap_box_content {
    padding: 10px 12px;
}
.captionBox .cap_box_content .wp-block-list li {
	line-height: 1.5;
    padding-left: 10px;
}
.captionBox .cap_box_content .wp-block-list li::before {
    width: 2px;
    height: 2px;
}

/* ----お知らせ---- */
.p-postList.-type-simple .p-postList__link {
    padding: 15px 10px;
    position: relative;
}
.p-postList.-type-simple .p-postList__link::after {
    right: 15px;
}
	
/* ----概要---- */
.outlineBox {
    flex-direction: column;
    margin: 0 auto 2em !important;
}
.outlineBox .swell-block-dl__dt{
    width: 100%;
    padding: 8px 8px 2px;
    border-top: 1px solid #D9D9D9;
	font-weight: bold;
}
.outlineBox .swell-block-dl__dt:last-of-type{
    border-bottom: 0;
}
.outlineBox .swell-block-dl__dd{
    border: 0;
    width: 100%;
    padding: 2px 8px 8px;
    line-height: 1.6;
}
.f_conArea {
	padding: 7vw 0 12vw !important;
}
.f_conArea .tel_num {
	font-size: 3rem;
}
.f_conArea .tel_num .swl-inline-icon {
	font-size: 2.6rem;
}
.f_add {
	font-size: 1rem;
}
.f_link .pc_only {
	display: none !important;		
}
.f_link .sp_only {
	display: block;		
}
.w-footer__box .post_content li {
	margin: 0;
}
.w-footer__box .brand_list .swell-block-column {
	width: 70%;
}
.f_add {
	font-size: 1rem;
}
.f_link .pc_only {
	display: none !important;		
}
.f_link .sp_only {
	display: block;		
}
.w-footer__box .post_content li {
	margin: 0;
}
.w-footer__box .brand_list .swell-block-column {
	width: 70%;
}
.f_link .swell-block-accordion {
	margin: 0;
}
.f_link .swell-block-accordion__title {
	background: none !important;
	border-bottom: 1px solid #ccc;
	padding: 0;
	font-weight: 500;
}
.f_link .swell-block-accordion__title .swell-block-accordion__label {
	padding: 8px 0;
    font-size: 0.9rem;
}
.f_link .swell-block-accordion__body .wp-block-list {
	padding-left: 0 !important;
}
.f_link .swell-block-accordion__body .wp-block-list li {
	line-height: 2;
	font-size: 0.9rem;
}
.footer-list {
	font-size: 0.9rem;
}
.f_link .footer-list li {
	border-bottom: 1px solid #ccc;
	font-size: 0.9rem;
}
.f_link .footer-list li a {
	display: block;
    padding: 4px 0;
}
}