@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;
}
.dis_none {
	display: none;
}
.post_content h2,
.post_content h3 {
	margin: 0;
	font-weight: 700 !important;
}
.mark_blue {
	background: linear-gradient(transparent 77%, var(--color_mark_blue) 0);	
}
/* ----英数字font---- */
.en_ft {
	font-family: "Bebas Neue", serif;
	font-weight: 400;
	font-style: normal;
}
.en_ft_os {
	font-family: "Oswald", sans-serif;
	font-style: normal;
}
/* ----改行・整形---- */
.br_pc {
	display: block;
}
.br_sp {
	display: none;
}

/* ----見出し---- */
.dline_ttl {
    letter-spacing: 0.1rem;
    padding-left: 40px;
    margin: 0 auto;
    text-align: left;
	display: block;
	font-size: clamp(1.2rem, 1.0241rem + 0.4699vw, 1.4rem) !important;
}
.dline_ttl::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
 	width: 4px;
 	height: 20px;
 	background: var(--color_main);
	transform: skewX(-25deg);
}
.dline_ttl::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 8px;
	margin: auto 0;
 	width: 4px;
 	height: 20px;
 	background: var(--color_main);
	transform: skewX(-25deg);
}

.h2_ttl {
    margin: 0 auto 2.2em !important;
	display: block;
}
.h2_ttl .s_ttl{
	font-family: "Bebas Neue", serif;
    position: relative;
    font-size: clamp(1rem, 0.1rem + 1.5vw, 1.3rem) !important;
    font-weight: 400;
    letter-spacing: 0.1rem;
    display: block;
    margin-bottom: 5px;
}
.h2_ttl .swl-fz{
	font-size: clamp(1.6rem, 0.7rem + 1.5vw, 1.9rem) !important;
}
.cap_L {
	padding: 25px 10px !important;
	position: relative;
    counter-increment: num;
	line-height: 1.4;
}
.cap_L .swl-fz {
    font-weight: 600;
	font-size: clamp(1.5rem, 1.2794rem + 0.5882vw, 1.75rem) !important;
}
.cap_L::before {
	position: absolute;
    content: "POINT ";
    font-size: 3rem;
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-style: normal;
    top: -1em;
    right: 1.5em;
    color: var(--color_main);
    letter-spacing: 0.2rem;
}
.cap_L::after {
	position: absolute;
    content: counter(num, decimal-leading-zero);
    font-size: 4rem;
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-style: normal;
    top: -1em;
    right: 10px;
    color: var(--color_main);
}


/* ----ボタン---- */
.cmn_btn {
    min-width: 260px;
	margin: 0 auto;
}
.cmn_btn a{
	min-width: 260px;
    box-shadow: none;
    background: #fff;
    border: 1px solid #ccc;
    padding: 20px 30px;
    position: relative;
    transition: .3s;
    color: var(--color_main) !important;
    font-size: 1rem !important;
    border-radius: 10px;
    text-align: left;
}
.cmn_btn a::after{
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px var(--color_main);
    border-right: solid 2px var(--color_main);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
    z-index: 1;
    transition: .2s;
}
.cmn_btn a:hover {
	background: #f5f5f5;
	transition: .2s;
}
.cmn_btn a:hover::after{
	right: 22px;
	transform: rotate(45deg);
}

/* ----ヘッダー---- */
.l-header .l-container {
	max-width: 100%;
}
.l-fixHeader .l-container {
	max-width: 100%;
}
.-series .l-header__logo {
	min-width: 130px;
	margin-right: 1vw;
	padding: 28px 0;
}
.l-fixHeader__logo {
	padding: 22px 0;
}
.-series .c-headLogo {
	margin-right: 0;
}
.c-gnav {
    padding-top: 24px;
}
.l-fixHeader .l-container .c-gnav {
	padding-top: 28px;
}
.c-gnav>.menu-item>a{
	padding: 0 0.8vw;
	transition: .2s;
}
.c-gnav>.menu-item>a:hover{
	color: var(--color_main);
}
.c-gnav>.menu-item>a::after {
	background: var(--color_main) !important;
}
.c-gnav>.menu-item>a .ttl {
	font-size: clamp(0.7rem, -0.2rem + 1.5vw, 1rem);
}
.c-gnav li.contact {
    display: flex;
    align-items: center;
}
.c-gnav li.contact a {
	background: #74AE2C url(http://aiki.bi-a.jp/wp-content/uploads/2024/12/icon_mail.svg) no-repeat left 15px center / 27px 22px !important;
    color: #fff;
	font-weight: normal;
    padding: 10px 20px 10px 55px;
	height: 100%;
    margin-left: 15px;
	transition: .2s;
}
.c-gnav li.contact a::after {
	background: none !important;
}
.c-gnav li.contact a:hover{
	background: #359339 url(http://aiki.bi-a.jp/wp-content/uploads/2024/12/icon_mail.svg) no-repeat left 15px center / 27px 22px !important;
	color: #fff;
	transition: .3s;
}
.c-gnav .sub-menu a {
	color: var(--color_main);
	transition: .3s;
}
.c-gnav .sub-menu a:hover {
	background: var(--color_main);
	color: #fff;
	transition: .2s;
}
.w-header.pc_ {
	position: absolute;
    right: 4vw;
    top: 20px;
}
.bogo-language-switcher {
	background: url(http://aiki.bi-a.jp/wp-content/uploads/2025/03/icon_global.svg) no-repeat left center / 22px;
	display: flex;
    position: relative;
    padding-left: 35px;
	display: none;
}
.bogo-language-switcher li{
	margin-right: 15px;
	position: relative;
}
.bogo-language-switcher li::after{
	position: absolute;
    content: "/";
    margin-left: 5px;
}
.bogo-language-switcher li:last-child{
	margin-right: 0;
}
.bogo-language-switcher li:last-child::after{
	display: none;
}
/* ----コンテンツヘッダー---- */
.l-topTitleArea {
    height: 34vh;
    color: #fff !important;
	position: relative;
    font-size: clamp(2rem, 1.1rem + 1.5vw, 2.3rem) !important;
}
.l-topTitleArea div.l-topTitleArea__body {
    text-shadow: unset;
    color: #fff;
}
.c-pageTitle {
	margin-top: 40px;
    letter-spacing: 0.2rem;
	font-weight: 600;
}
.c-pageTitle__subTitle {
	font-family: "Bebas Neue", serif;
	font-style: normal;
	font-weight: normal;
	visibility: visible;
    display: block;
    position: absolute;
    font-size: clamp(2.3rem, 1.7rem + 1vw, 2.5rem);
    top: -50px;
    left: 0;
    letter-spacing: 0.3rem;
	order: 1 !important;
    margin: 0;
	opacity: 1;
}

/* ----パンくずー---- */
.p-breadcrumb__text .__home:before {
	display: none;
}
/* ----コンテンツ---- */
figure {
	border-radius: 10px;
	overflow: hidden;
}
figure img {
	width: auto;
}
.-related .p-postList__thumb,
.is-style-bg_gray,
.is-style-bg_main,
.is-style-bg_main_thin,
.is-style-bg_stripe,
.is-style-border_dg,
.is-style-border_dm,
.is-style-border_sg,
.is-style-border_sm,
.is-style-dent_box,
.is-style-note_box,
.is-style-stitch,
[class*=is-style-big_icon_],
input[type=number],
input[type=text],
textarea {
	border-radius: 10px !important;    
}

/* ----概要---- */
.outlineBox .swell-block-dl__dt{
    padding: 20px 15px;
    color: var(--color_main);
    border-top: 2px solid var(--color_main);
    display: flex;
    align-items: stretch;
}
.outlineBox .swell-block-dl__dt:last-of-type{
    border-bottom: 2px solid var(--color_main);
}
.outlineBox .swell-block-dl__dt:after{
    display: none;
}
.outlineBox .swell-block-dl__dd{
    border-top: 2px solid #D9D9D9;
	padding: 20px 14px;
    line-height: 1.8;
}
.outlineBox .swell-block-dl__dd:last-of-type{
    border-bottom: 2px solid #D9D9D9;
}

/* ----バナーエリア---- */
.lower_bnArea {
	padding-bottom: 4em !important;
}
.lower_bnArea .swell-block-fullWide__inner {
    padding: 0;
}
.lower_bnArea .bnL {
	width: 50vw;
	margin-right: 1vw;
}
.lower_bnArea .bnL .wp-block-group {
	border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
	padding: 60px 10px;
	height: 100%;
}
.lower_bnArea .bnL .wp-block-group__inner-container {
	margin: 0 0 0 auto;
    width: 620px;
    position: relative;
}
.lower_bnArea .bnL .vertically_cap {
    position: absolute;
    writing-mode: vertical-rl;
    right: 550px;
    font-size: clamp(2rem, 1.1rem + 1.5vw, 2.3rem);
    letter-spacing: 0.5rem;
}
.lower_bnArea .bnL .vertically_cap span {
    padding-bottom: 15px;
}
.lower_bnArea .bnL .vertically_cap::after {
    content: "";
    position: absolute;
    background: #fff;
    width: 1px;
    height: 135px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.lower_bnArea .bnL figure {
	border-radius: 10px;
    overflow: hidden;
    width: 383px;
    margin: 0 auto 20px;
}
.lower_bnArea .bnL .h2_ttl {
	margin-left: 10px !important;
    line-height: 1.6;
    letter-spacing: 0.2rem;
}
.lower_bnArea .bnL .h2_ttl .swl-fz {
	font-size: clamp(1.8rem, -0.3rem + 3.5vw, 2.5rem) !important;
}
.lower_bnArea .c-bannerLink__figure {
	border-radius: 10px;
	overflow: hidden;
	max-height: 220px;
    height: 100vh;
}
.lower_bnArea .c-bannerLink__figure::after {
    content: "";
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, .9) 0%, rgba(255, 255, 255, 0) 40%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.lower_bnArea .cmn_btn a {
    justify-content: space-between !important;
}
.lower_bnArea .swell-block-bannerLink {
	margin-bottom: 2vw;
}
.lower_bnArea .swell-block-bannerLink a:hover figure {
    opacity: 1;
}
.lower_bnArea .bnR {
	max-width: 650px;
	width: 40vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.lower_bnArea .c-bannerLink__text {
    height: auto;
    top: auto;
    bottom: 30px;
    letter-spacing: 0.2rem;
    text-align: left;
    padding: 0 50px !important;
}
.lower_bnArea .c-bannerLink__title {
    font-size: 1.6rem;
    font-weight: 600;
    position: relative;
}
.lower_bnArea .c-bannerLink__title::after {
    content: '';
    width: 18px;
    height: 18px;
    border: 0;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    transition: .2s;
}
.lower_bnArea a:hover .c-bannerLink__title::after {
    right: -5px;
}
.lower_bnArea .cmn_btn a::after{
    display: none;
}
.lower_bnArea.s_img .swell-block-fullWide__inner {
    max-width: 1200px;
}
.lower_bnArea.s_img .swell-block-columns__inner {
	justify-content: space-between;	
}
.lower_bnArea.s_img .swell-block-column {
	width: calc(100% / 3 - 1.4vw);
}
.lower_bnArea.s_img .c-bannerLink__figure  {
	max-height: none !important;
    height: auto;
}
.lower_bnArea.s_img .c-bannerLink__text {
	padding: 0 25px !important;
}
.lower_bnArea.s_img  .c-bannerLink__title {
	font-size: clamp(1.2rem, 0rem + 2vw, 1.6rem);	
}

/* ----フッター---- */
.c-widget+.c-widget {
	margin: 0 auto;
}
.f_logo {
	border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
}
.f_logo figure {
	border-radius: 0;
}
.w-beforeFooter{
	margin: 0 auto;
}
.w-beforeFooter .swell-block-fullWide__inner {
	padding: 0;
}
.f_add {
	font-size: clamp(0.8rem, 0.2rem + 1vw, 1rem);
}
.f_add .swell-block-linkList.is-style-default.-flex {
	--the-gap: .5em 0.25em;	
}
.w-beforeFooter .wp-block-list{
    list-style: none;	
}
.w-beforeFooter .post_content li {
	line-height: 3;
	margin: 0;
}
.footer-list {
    list-style: none;
    justify-content: center;
	padding-left: 0 !important;
}
.footer-list {
	font-size: clamp(0.75rem, 0rem + 1.25vw, 1rem);
}
.footer-list a {
	color: #333;
	transition: .2s;
}
.footer-list a:hover {
	color: var(--color_main);
	transition: .2s;
}
.l-footer__foot .l-container {
	padding: 0;
}
.l-footer .copyright {
	font-size: 0.85rem;
    text-align: left;
    letter-spacing: 0.15rem;
	padding-bottom: 50px;
}


@media screen and (max-width: 1279px) {
.-series .l-header__logo {
	padding: 28px 0 17px;
}
.l-fixHeader__logo {
	padding: 20px 0 12px;
}
.w-header.pc_ {
	top: 12px;
}
.l-fixHeader .l-container .c-gnav {
	padding-top: 19px;
}
.lower_bnArea .bnL {
	width: 50vw;
	margin-right: 0;
}
.lower_bnArea .bnR {
	width: 45vw;
}
.lower_bnArea .bnL figure {
    margin: 0 auto 20px 11vw;
	max-width: 383px;
	width: 34vw;
}
.lower_bnArea .bnL .wp-block-group__inner-container {
	width: 100%;		
}
.lower_bnArea .bnL .vertically_cap {
	left: 30px;
	right: auto;
}
.lower_bnArea .bnL .vertically_cap::after {
	height: 110px;
}
.lower_bnArea .c-bannerLink__figure {
	max-height: 200px;
}
	
.lower_bnArea.s_img .swell-block-fullWide__inner {
    max-width: 1200px;
	width: 95vw;
}
	
.w-beforeFooter .swell-block-fullWide__inner {
	width: 95vw;
}
.l-footer .copyright {
	padding: 0 2vw 50px;	
}
}

/*---------------------------------------------------tb---*/
@media screen and (max-width: 959px) {
.cmn_btn a {
	padding: 2.5vw 3vw;
	font-size: 0.9rem !important;
}
.-series .l-header__logo {
	padding: 8px 0;	
}
.p-spMenu__inner::before {
	background: rgba(12, 65, 154, .9);
}
.p-spMenu__inner .icon-close-thin:before {
	color: #fff;
}
.c-widget__title.-spmenu {
	color: #fff;
	font-family: "Bebas Neue", serif;
	font-weight: normal;
	font-size: 3rem;
	line-height: 1;
	margin-bottom: 20px;
	padding: 0.3em .45em;
}
.c-spnav>.menu-item>a {
	font-size: clamp(1rem, 0.8569rem + 0.5725vw, 1.2rem);
}
.c-spnav>.menu-item>a .br_pc{
	display: none;
}
.c-spnav>.menu-item.tel{
	display: none;
}
.c-spnav a {
	color: #fff;
	border-bottom: none;
	font-size: 1.4rem;
	padding: 0.5em 1em .5em 1.5em;
}
	
.l-topTitleArea {
	min-height: 210px;
	height: 24vh;
}
.c-pageTitle {
	margin-top: 35px;
	font-size: clamp(2rem, 1.4986rem + 1.337vw, 2.3rem);
}	
.c-pageTitle__subTitle {
	top: -38px;
	font-size: clamp(1.6rem, 0.9315rem + 1.7827vw, 2rem);
}
.lower_bnArea {
    padding-bottom: 0em !important;
}
.lower_bnArea .swell-block-columns {
    --swl-clmn-mrgn--x: 0.8rem;
}
.lower_bnArea .c-bannerLink__text {
    letter-spacing: 0.1rem !important;
}
.lower_bnArea .bnL .h2_ttl {
	line-height: 1.4;
}
.lower_bnArea .bnL .wp-block-group {
	padding: 8vw 10px;
}
.lower_bnArea .bnL .wp-block-group__inner-container {
	margin: 0 auto;
}
.lower_bnArea .bnL figure {
	width: 200px;
	margin: 0px 0 20px 12vw;
}
.lower_bnArea .bnL .vertically_cap {
	left: 0;
	font-size: 1.5rem;
}
.lower_bnArea .bnL .h2_ttl {
	letter-spacing: 0.1rem;
	margin-bottom: 20px !important;
	padding-left: 4vw;
}
.lower_bnArea .bnL .h2_ttl .swl-fz {
	font-size: clamp(1rem, -0.0028rem + 2.6741vw, 1.6rem) !important;
}
.lower_bnArea .c-bannerLink__text {
    padding: 0 3vw !important;
    bottom: 3vw;
}
.lower_bnArea .bnR .swell-block-bannerLink {
    margin-bottom: 2vw !important;
}
.lower_bnArea .bnR .swell-block-bannerLink:last-child {
    margin-bottom: 0 !important;
}
.lower_bnArea .c-bannerLink__figure {
	max-height: 140px;
}
.lower_bnArea .c-bannerLink__title {
    font-size: clamp(1.3rem, 0.6315rem + 1.7827vw, 1.7rem) !important;
}
.lower_bnArea .c-bannerLink__title::after {
    width: 12px;
    height: 12px;
}
.lower_bnArea.s_img {
    padding: 2em 0 0 !important;
}
.lower_bnArea.s_img .c-bannerLink__title {
    font-size: clamp(1rem, 0.6657rem + 0.8914vw, 1.2rem) !important;
    padding-right: 1em;
}
	
.w-beforeFooter .swell-block-fullWide__inner {
	width: 90vw;
}
.w-beforeFooter .l-container .footer_in > .swell-block-columns__inner {
	flex-direction: column;
}
.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;	
}
.w-beforeFooter .post_content li {
	line-height: 1.6;
	margin: 0 auto 2.2vw;
}
.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;
}
.l-footer .copyright {
	padding: 0 5vw 50px;
}
}


/*---------------------------------------------------sp---*/
@media screen and (max-width: 599px) {
.wp-block-image img {
    object-fit: cover;
}
.br_pc {
	display: none;
}
.br_sp {
	display: block;
}
.h2_ttl .s_ttl {
	margin-bottom: 0;
}
.cap_L {
	padding: 16px 10px !important;
	margin-bottom: 20px !important;
}
.cap_L .swl-fz {
	font-size: 1.4rem !important;
}
.cap_L::before {
	top: -0.9em;
}
.cap_L::after {
	top: -0.9em;
}
.cmn_btn {
	min-width: 230px;
}
.cmn_btn a {
	min-width: 230px;
	padding: 4vw 3vw;
    font-size: 0.9rem !important;
}
.dline_ttl {
	padding-left: 28px;
}
.dline_ttl::before,
.dline_ttl::after {
	transform: skewX(-20deg);
    height: 16px;
}
.dline_ttl::after {
    left: 8px;
}

.l-topTitleArea {
	min-height: 4em;
    height: 11vh;
}	
.c-pageTitle {
    font-size: 1.4rem;
	margin-top: 24px;
}
.c-pageTitle__subTitle {
	font-size: 1rem;
    letter-spacing: 0.2rem;
	top: -5vw;
}
	
/* ----概要---- */
.outlineBox {
    flex-direction: column;
    margin: 0 auto 2em !important;
}
.outlineBox .swell-block-dl__dt{
    width: 100%;
    padding: 8px 8px 2px;
    border-top: 2px solid #D9D9D9;
}
.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;
}
	
.lower_bnArea .swell-block-columns__inner {
	margin: 0 auto;
}
.lower_bnArea .bnL {
	width: 100%;
    margin: 0 auto 0 0;
}
.lower_bnArea .bnL .wp-block-group {
	border-radius: 0;
}
.lower_bnArea .bnL .wp-block-group__inner-container {
	margin: 0 auto;
}
.lower_bnArea .bnL figure {
	max-width: 250px;
    width: 100%;
	margin: 0 auto 10px;
}
.lower_bnArea .bnL .vertically_cap {
	left: 0;
    font-size: 1.5rem;
    letter-spacing: 0.3rem;
}
.lower_bnArea .bnL .vertically_cap::after {
	height: 140px;
}
.lower_bnArea .bnL .h2_ttl {
	text-align: center;
}
.lower_bnArea .bnR {
	width: 95vw;
    margin: 0 auto;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.lower_bnArea .bnR .swell-block-bannerLink {
	margin-bottom: 1em !important;
}
.lower_bnArea .bnR .c-bannerLink__text {
	padding: 0 5vw !important;
       bottom: 4vw;
}
.lower_bnArea .c-bannerLink__figure {
	max-height: none;
    height: auto;
}
.lower_bnArea.s_img .swell-block-column {
	width: 100%;
}
.lower_bnArea.s_img .c-bannerLink__figure {
	height: 160px !important;
}
.lower_bnArea.s_img .c-bannerLink__text{
	padding: 0 5vw !important;
    bottom: 4vw;
}
.lower_bnArea.s_img .c-bannerLink__title {
    font-size: 1.3rem !important;
}
	
.f_add {
	font-size: 1rem;
}
.f_link .pc_only {
	display: none !important;		
}
.f_link .sp_only {
	display: block;		
}
.w-beforeFooter .post_content li {
	margin: 0;
}
.f_link .swell-block-accordion {
	margin: 0;
}
.f_link .swell-block-accordion__title {
	background: none !important;
	border-bottom: 1px solid #ccc;
	padding: 0;
}
.f_link .swell-block-accordion__title .swell-block-accordion__label {
	padding: 8px 0;
}
.f_link .swell-block-accordion__body .wp-block-list {
	padding-left: 1rem !important;
}
.f_link .swell-block-accordion__body .wp-block-list li {
	line-height: 2.2;
}
.f_link .swell-block-accordion__body .wp-block-list li a {
	color: #333;
}
.footer-list {
	font-size: 1rem;
}
.f_link .footer-list li {
	border-bottom: 1px solid #ccc;		
}
.f_link .footer-list li a {
	display: block;
    padding: 8px 0;
}
.l-footer .copyright {
	padding: 0 5vw 20px;
}
.c-fixBtn {
	width: 40px;
	height: 40px;
}
}