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


/* ----animation---- */
@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}
/* ----全体font---- */
body {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}

.dis_none {
	display: none;
}
.post_content>* {
	margin-bottom: 0;
	line-height: 2;
}
.post_content h2,
.post_content h3,
.post_content h4 {
	margin: 0;
}
.post_content h2,
.post_content h3 {
	font-weight: 700 !important;
}

/* ----英数字font---- */
.en_ft {
	font-family: "Bebas Neue", "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.en_ft02 {
  font-family: "Whisper", "Noto Sans JP", cursive;
  font-weight: 400;
  font-style: normal;
}
/* ----改行・整形---- */
.br_pc {
	display: block;
}
.br_sp {
	display: none;
}

/* ----見出し---- */
.h2_ttl {
    margin: 0 auto 40px !important;
    display: block;
    font-size: clamp(2.2rem, 0.4rem + 3vw, 2.8rem) !important;
    letter-spacing: 0.1rem;
	line-height: 1.6 !important;
    max-width: 1280px;
}
.h2_ttl .s_ttl{
	font-family: "Bebas Neue", "Noto Sans JP", sans-serif;
	position: relative;
	font-size: clamp(1rem, 0.1rem + 1.5vw, 1.3rem) !important;
	font-weight: 400;
	letter-spacing: 0.1rem;
	display: block;
}
.h2_ttl .swl-fz{
	font-size: clamp(1.6rem, 0.7rem + 1.5vw, 1.9rem) !important;
}

.big_cap {
    font-size: clamp(1.2rem, -0.6rem + 3vw, 1.8rem);
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -300px;
    letter-spacing: 0.1rem;
}
.big_cap .en_ft {
    font-size: clamp(7rem, 1rem + 10vw, 9rem);
    margin-right: 20px;
    letter-spacing: 0.2rem;
}

/* ----ボタン---- */
.cmn_btn {
	margin: 0 auto;
	padding: 0;
	--the-padding: 0;
  display: table;
	padding-right: 80px;
}
.cmn_btn a{
	box-shadow: none;
	background: none;
	position: relative;
	transition: .3s;
	color: var(--color_main) !important;
	border-bottom: 2px solid var(--color_main);
	font-size: 1.2rem !important;
	font-weight: bold;
	border-radius: 0;
	display: flex;
	align-items: center;
	line-height: 2.5;
}
.cmn_btn a::before {
	position: absolute;
	content: "";
	right: -80px;
	background: var(--color_main);
	width: 65px;
	height: 65px;
	border-radius: 50%;
	transition: .2s;
}
.cmn_btn a::after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
	top: auto;
	bottom: auto;
    right: -50px;
    margin: auto;
    z-index: 1;
    transition: .2s;
}
.cmn_btn a:hover {
	background: none;
}
.cmn_btn a:hover::before{
	transform: scale(1.2);
	transition: .2s;
}
.cmn_btn a:hover::after{
	transform: rotate(45deg);
	transition: .2s;
}
.cmn_btn.wh a {
	color: #fff !important;
	border-bottom: 2px solid #fff;
}
.cmn_btn.wh a::before {
	background: #fff;
}
.cmn_btn.wh a::after {
  border-top: solid 2px var(--color_main);
  border-right: solid 2px var(--color_main);
}

/* ----ヘッダー---- */
.l-header {
	background: none;	
	position: absolute;
}
.l-header .l-container {
	max-width: 100%;
}
.l-fixHeader .l-container {
	max-width: 100%;
}
.-series .l-header__logo {
	min-width: 110px;
	margin-right: 1vw;
	padding: 28px 0;
}
.l-fixHeader__logo {
	padding: 14px 0 36px;
}
.-series .c-headLogo {
	margin-right: 0;
}
.c-headLogo__link {
	position: relative;
}
.c-headLogo__link::after {
	position: absolute;
    content: 'RECRUIT SITE';
    bottom: -2.1vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    font-family: "Bebas Neue", "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4rem;
    text-align: center;
    letter-spacing: 0.4rem;
    padding-top: 46px;
    white-space: nowrap;
}
.c-headLogo__link .c-headLogo__img {
	filter: invert(100%) sepia(6%) saturate(0%) hue-rotate(106deg) brightness(150%) contrast(101%);
}
.l-fixHeader__logo .c-headLogo__link .c-headLogo__img {
	filter: invert(100%) sepia(6%) saturate(0%) hue-rotate(106deg) brightness(150%) contrast(101%);
}
.l-fixHeader__logo .c-headLogo__link::after {
	font-size: 1rem;
	bottom: -25px;
}
.l-fixHeader .l-container .c-gnav {
    padding-top: 0px;
}
.c-gnav {
    padding-top: 24px;
}
.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.3rem + 0.6667vw, 1.1rem);
}
.c-gnav a::after {
	height: 5px;
}
.c-gnav > li.window a {	
	background: url(http://www.aikitec.co.jp/recruit-site/wp-content/uploads/2025/11/icon_link.svg) no-repeat right center / 13px 13px !important;
	padding-right: 1vw;
}
.c-gnav > li.window a:hover {	
	background: url(http://www.aikitec.co.jp/recruit-site/wp-content/uploads/2025/11/icon_link_rd.svg) no-repeat right center / 13px 13px !important;
}
.c-gnav li.entry {
    display: flex;
    align-items: center;
}
.c-gnav li.entry a {
	font-family: "Bebas Neue", "Noto Sans JP", sans-serif;
	background: #fff;
    color: var(--color_main);
	font-weight: normal;
    padding: 15px 1.8vw 10px;
    margin: 0 0.5vw 0 1vw;
	transition: .2s;
	height: auto;
	border-radius: 10px;
}
.c-gnav li.entry a .ttl {
	font-size: clamp(1.2rem, -0.6rem + 3vw, 1.8rem);
	letter-spacing: 0.2rem;
}
.c-gnav li.entry a::after {
	background: none !important;
}
.c-gnav li.entry a:hover{
	background: var(--color_main);
	color: #fff;
	transition: .3s;
}
.c-gnav li.icon >a {
	padding: 0 0.5vw;
}
.c-gnav li.icon >a::after {
	display: none;
}
.c-gnav li.icon >a .ttl {
	font-size: clamp(1.8rem, 0.6rem + 2vw, 2.2rem);
}
.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;
}
.l-fixHeader .c-gnav>.menu-item>.sub-menu {
	top: 90%;
}
.l-fixHeader .c-gnav > li a:hover {
	color: #fff;
	opacity: .8;
}
.l-fixHeader .c-gnav > li.window a:hover {
	background: url(http://www.aikitec.co.jp/recruit-site/wp-content/uploads/2025/11/icon_link.svg) no-repeat right center / 13px 13px !important;
}
.l-fixHeader .c-gnav li.entry a:hover{
	background: #fff;
	color: var(--color_main);
}
.l-fixHeader .sub-menu a:hover {
	background: var(--color_main) !important;
	opacity: 1 !important;
}
.c-gnav li .sub-menu .window a .ttl,
.l-fixHeader .sub-menu .window a .ttl {
	background: url(http://www.aikitec.co.jp/recruit-site/wp-content/uploads/2025/11/icon_link_rd.svg) no-repeat right center / 13px 13px !important;
	padding-right: 1vw;
	transition: .2s;
}
.c-gnav li .sub-menu .window a:hover .ttl {
	background: url(http://www.aikitec.co.jp/recruit-site/wp-content/uploads/2025/11/icon_link.svg) no-repeat right center / 13px 13px !important;
}
.w-header.pc_ {
	position: absolute;
    right: 4vw;
    top: 20px;
}
.c-gnav>.menu-item.dis_sp {
	display: none;
}
.c-gnav > .-current > a::after {
	display: none;
}


/* ----コンテンツヘッダー---- */
.l-topTitleArea {
    height: 55vh;
    color: #fff !important;
	position: relative;
    font-size: 1.35rem !important;
}
.l-topTitleArea div.l-topTitleArea__body {
    text-shadow: unset;
    color: #fff;
    text-align: center;
    margin-top: 70px;
}
.c-pageTitle {
    letter-spacing: 0.2rem;
	font-weight: 600;
}
.c-pageTitle__subTitle {
	font-family: "Bebas Neue", "Noto Sans JP", sans-serif;
	font-style: normal;
	font-weight: normal;
	visibility: visible;
    display: block;
    position: absolute;
    font-size: 4rem;
    top: -85px;
    left: 0;
	right: 0;
    letter-spacing: 0.3rem;
	order: 1 !important;
    margin: 0 auto;
	opacity: 1;
}
.p-articleMetas {
	justify-content: center;
}

/* ----パンくずー---- */
.p-breadcrumb::before {
	background: #fff;
    content: "";
	height: min(100px + 120px, 180px);
	top: -170px;
    left: 50%;
    transform: translate(-50%, 50%);
    border-radius: 50% / 100% 100% 0 0;
    position: absolute;
    width: 120%;
    z-index: 0;	
}
.p-breadcrumb__list {
    margin-top: -50px;
    margin-left: 14vw;
}
.p-breadcrumb__text .__home:before {
	display: none;
}
/* ----コンテンツ---- */
figure {
	border-radius: 20px;
	overflow: hidden;
}
figure.radius_none {
	border-radius: 0;
}
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: 20px !important;    
}

input[type=text].c-searchForm__s {
	border-radius: 4px !important;
}
.l-content {
    padding-top: 0em;
}
.swell-block-fullWide + .swell-block-fullWide {
	margin-top: 0;
}
.swell-block-fullWide__inner {
	padding: 0;
}
.swell-block-columns__inner {
	justify-content: space-between;
	margin: 0;
}
.p-postList__meta :before {
	display: none;
}
.bg_circle::before {
    content: "";
	height: min(100px + 120px, 230px);    top: -290px;
    left: 50%;
    transform: translate(-50%, 50%);
    border-radius: 50% / 100% 100% 0 0;
    position: absolute;
    width: 120%;
    z-index: -1;
}
.single-post .l-content {
    padding-top: 4em;
}

/* ----お知らせ---- */
.c-postThumb__figure {
    border-radius: 0;	
}

/* ----概要---- */
.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 15px;
    line-height: 1.8;
}
.outlineBox .swell-block-dl__dd:last-of-type{
    border-bottom: 2px solid #D9D9D9;
}

/* ----数字で見る---- */
.num_list .swell-block-column {
    border: 1px solid var(--color_text);
    background: #fff;
    border-radius: 20px;
    padding: 20px 20px;
    height: fit-content;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.num_list .swell-block-column:nth-child(3n - 1) {
    margin-top: 30px;
}
.num_list .swell-block-column:nth-child(3n) {
    margin-top: 60px;
}
.num_list .swell-block-column figure {
    margin-bottom: 10px;
}
.num_list .swell-block-column .data {
    font-size: 1.6rem !important;
    line-height: 1;
}
.num_list .swell-block-column .data .big_rd {
    font-family: "Bebas Neue", "Noto Sans JP",  sans-serif;
    font-size: clamp(7rem, 1rem + 10vw, 9rem) !important;
    font-weight: normal;
    line-height: 0.7;
}
.num_list .swell-block-column .data .big_rd_jp {
    font-size: clamp(5rem, 2rem + 5vw, 6rem) !important;
    font-weight: 900;
}
.num_list .swell-block-column.exit .data .big_rd_jp,
.num_list .swell-block-column.flextime .data .big_rd_jp {
    font-size: clamp(2.3rem, 1.2rem + 1.8333vw, 3.4rem) !important;
    font-weight: 900;
}
.num_list .swell-block-column h3 {
    font-size: clamp(1.3rem, 1.1rem + 0.3333vw, 1.5rem) !important;
}

/* ----フッター---- */
.ft_entryArea .loop-slider {
    display: flex;
    overflow: hidden;
    gap: 0;
}
.ft_entryArea .loop-slider .wp-block-group__inner-container,
.ft_entryArea .loop-slider .swell-block-columns {
    display: contents;
}
.ft_entryArea .loop-slider .swell-block-columns__inner {
    flex-wrap: nowrap;
    animation: infinity-scroll-left 60s infinite linear;
}
.ft_entryArea .loop-slider .swell-block-column {
    width: auto;
}
.ft_entryArea .loop-slider .swell-block-column figure {
    width: 30vw;
    height: 33vw;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.ft_entryArea .loop-slider .swell-block-column figure::before {
    padding-top: 65%;
    display: block;
    content: "";
}
.ft_entryArea .loop-slider .swell-block-column figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}
.ft_entryArea .bg_circle {
	padding-bottom: 6vw !important;
	padding-top: 0 !important;
	left: auto !important;
}
.ft_entryArea .bg_circle::before {
  background: var(--color_main);
	z-index: 1;
    top: -61%;
    height: min(14.693877551vw + 124.8979591837px, 200px);
}
.ft_entryArea .swell-block-fullWide__inner {
	width: 100%;
}
.ft_entryArea .bg_circle .big_cap {
	top: -80%;
}
.ft_entryArea .sub_cap {
	font-size: clamp(2.6rem, 1.4rem + 2vw, 3rem);
  letter-spacing: 0.2rem;
    margin-bottom: 4vw;
}
.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_logoBox {
	border-bottom: 1px solid #ccc;	
    padding-bottom: 30px;
}
.f_logoBox .swell-block-columns__inner {
	align-items: center;
	justify-content: space-between;
}
.f_logoBox .f_logo {
	width: 230px !important;
}
.f_logoBox .f_logo figure {
	border-radius: 0;
}
.f_logoBox .f_logo_cap {
	padding: 0;
	width: calc(100% - 230px - 10px) !important;
	font-size: 1.5rem;
	letter-spacing: 0.35rem;
	padding-top: 20px;
}
.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;
    margin-bottom: 20px;
}
.f_add a {
	transition: .2s;
}
.f_add a:hover {
	transition: .2s;
	color: var(--color_main);
    
}
.footer_in {
	padding: 10px 0;
}
.footer_in .swell-block-columns__inner {
	justify-content: space-between;
}
.w-footer__box .wp-block-list{
    list-style: none;
}
.w-footer__box .l-container {
	padding: 0;
}

.w-footer__box a:hover {
	transition: .2s;
	color: var(--color_main);
}
.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: normal;
	line-height: 2.6;
}
.footer-list li a:hover {
	transition: .2s;
	color: var(--color_main);
}
.footer-list li.l_menu_ttl {
	font-weight: 500;
	font-size: clamp(0.9rem, 0.3rem + 1vw, 1.1rem);
}
.footer-list li a{
	transition: .2s;
}
.footer-list .s_list li {
	padding-left: 0.4em;
}
.footer-list .s_list li::marker {
    content: "-";
}
.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: 1599px) {
	
}

/*---------------------------------------------pc_small---*/
@media screen and (max-width: 1279px) {
	.big_cap {
		top: -230px;
	}
.-series .l-header__logo {
	padding: 28px 0 17px;
}
.l-fixHeader__logo {
	padding: 10px 0 34px;
	min-width: 100px;
}
.w-header.pc_ {
	top: 12px;
}
.c-headLogo__link::after {
	font-size: 1rem;
	letter-spacing: 0.2rem;
	bottom: -1.6vw;
}
.l-fixHeader__logo .c-headLogo__link::after {
    bottom: -1.8vw;
}
.c-gnav li.window a {
	padding-right: 1.5vw;
}
.c-gnav li.entry a {		
  margin: 0 0.2vw 0 0.8vw;
}
.c-gnav li.entry a .ttl {
	letter-spacing: 0.1rem;
}
.c-gnav li.icon >a {
  padding: 0 0.3vw;
}
.p-breadcrumb::before {
	height: min(100px + 140px, 160px);
}
.swell-block-fullWide__inner {
	width: 90%;
    margin: 0 auto;
}
.bg_circle::before {
	top: -220px;
	height: min(100px + 140px, 160px);
}
.ft_entryArea .bg_circle::before {
    top: -60%;
    height: min(14.693877551vw + 124.8979591837px, 160px);
}
.ft_entryArea .bg_circle .big_cap {
    top: -75%;
}
.w-footer__box .l-container {
	width: 90vw;
}
.l-footer .copyright {
	padding: 0 2vw 50px;	
}
}


/*---------------------------------------------------tb---*/
@media screen and (max-width: 959px) {
	
.post_content p {
	font-size: clamp(0.95rem, 0.8664rem + 0.2228vw, 1rem);
}
	.h2_ttl{
		font-size: clamp(1.8rem, 1.1315rem + 1.7827vw, 2.2rem) !important;
		margin-bottom: 30px !important;
	}
	.big_cap {
        top: -180px;
    }
	.big_cap .en_ft {
	font-size: clamp(5.6rem, 3.2602rem + 6.2396vw, 7rem);
		margin-right: 10px;
}
	.cmn_btn {
		padding-right: 50px;
	}
.cmn_btn a {
	font-size: 1rem !important;
}
	.cmn_btn a::before {
    right: -55px;
    width: 45px;
    height: 45px;
	}
	.cmn_btn a::after {
    width: 7px;
    height: 7px;
    right: -35px;
	}
.-series .l-header__logo {
	padding: 3px 0;
	min-width: auto;
	margin-right: 0;
}
.-series .l-header__logo img {
    filter: invert(100%) sepia(6%) saturate(0%) hue-rotate(106deg) brightness(150%) contrast(101%);
}

.l-header {
	background: rgba(230, 0, 36, .9) !important;
}
.c-headLogo__link {
	margin-left: -20vw;
}
.c-headLogo__link::after {
	bottom: 0;
    left: 0;
    font-size: 1.1rem;
    letter-spacing: 0.2rem;
    padding-top: 21px;
    right: -120px;
	top: 0;
	margin: auto 0;
	text-align: right;
	color: #fff !important;
}
.c-iconBtn {
	color: #fff;
}
.p-spMenu__inner::before {
	background: rgba(230, 0, 36, .9);
}
.p-spMenu__inner .icon-close-thin:before {
	color: #fff;
}
.c-widget__title.-spmenu {
	color: #fff;
	font-family: "Bebas Neue", "Noto Sans JP", sans-serif;
	font-weight: normal;
	font-size: 3rem;
	line-height: 1;
	margin-bottom: 20px;
	padding: 0.3em .45em;
	background: none;
}
.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;
}
.c-spnav>.menu-item.dis_pc {
	display: none;
}
.c-spnav>.menu-item.dis_sp {
	display: block;
}

.p-breadcrumb::before {
		top: -140px;
    height: min(100px + 100px, 100px);
}
.p-breadcrumb__list {
    margin-top: -60px;
    margin-left: 2vw;
}
.l-topTitleArea {
	min-height: 210px;
	height: 35vh;
}
.l-topTitleArea__body {
	margin-top: -50px !important;
}
.c-pageTitle {
	font-size: 1.2rem;
}	
.c-pageTitle__subTitle {
	top: -52px;
	font-size: 2.4rem;
}
	.bg_circle::before {
		top: -180px;
		height: min(100px + 100px, 120px);
	}
.single-post .l-content {
    padding-top: 2em;
}
	
/* ----数字で見る---- */
.num_list {
    --swl-clmn-mrgn--x: 2vw !important;
} 
.num_list .swell-block-column {
    margin-top: 0 !important;
    padding: 3vw 2.5vw;
    height: 260px;
}
.num_list .swell-block-column:nth-child(even) {
    margin-top: 20px !important;
}
.num_list .swell-block-column:nth-child(3n - 1) {
    margin-top: 0;
}
.num_list .swell-block-column:nth-child(3n) {
    margin-top: 0;
}
.num_list .swell-block-column figure {
    max-height: 70px;
}
.num_list .swell-block-column figure img {
    height: 100%;
    width: auto;
    object-fit: contain;
}
.num_list .swell-block-column .data {
	font-size: 1.3rem !important;
}

.w-beforeFooter .swell-block-fullWide__inner {
	width: 100%;
}
.w-beforeFooter .l-container .footer_in > .swell-block-columns__inner {
	flex-direction: column;
}
	.ft_entryArea .loop-slider {
		margin-bottom: 0;
	}
	.ft_entryArea .bg_circle {
		padding-top: 3em !important;
		padding-bottom: 8vw !important;
	}
	.ft_entryArea .bg_circle::before {
		top: -120px;
		height: min(100px + 100px, 120px);
	}
	.ft_entryArea .bg_circle .big_cap {
		top: -82%;
    }
	.ft_entryArea .sub_cap {
		font-size: clamp(2rem, 0.9972rem + 2.6741vw, 2.6rem);
	}
.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;
}
.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) {
.h2_ttl {
  font-size: 1.6rem !important;
  margin-bottom: 20px !important;
}
	.big_cap {
		line-height: 1;
		top: -150px;
	}
.wp-block-image img {
    object-fit: cover;
}
.br_pc {
	display: none;
}
.br_sp {
	display: block;
}
.h2_ttl .s_ttl {
	margin-bottom: 0;
}
.big_cap .en_ft {
	display: block;
	margin: 0;
}
.ft_entryArea .sub_cap {
	font-size: 1.6rem;
	letter-spacing: 0.1rem;
}
.cmn_btn a {
    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;
}
.c-headLogo__link::after {
	font-size: 0.9rem;
    letter-spacing: 0.1rem;
    right: -20vw;
}
	
.p-breadcrumb::before {
	 top: -65px;
	 height: min(100px + 100px, 80px);
	 width: 140%;
}
.p-breadcrumb__list {
    margin-top: -10px;
    margin-left: 2vw;
    font-size: 0.7rem;
}
.l-topTitleArea {
	min-height: 4em;
    height: 22vh;
}
.l-topTitleArea__body {
	margin-top: 0 !important;
}
.c-pageTitle {
    font-size: 0.9rem;
	letter-spacing: 0.1rem;
}
.c-pageTitle__subTitle {
	font-size: 1.8rem;
  letter-spacing: 0.2rem;
	top: -8vw;
}
.c-postTitle__ttl {
	text-align: left;
	font-size: 3.5vw;
}
.p-articleMetas {
	justify-content: flex-start;
}
 .bg_circle::before {
	 top: -180px;
	 height: min(120px + 120px, 120px);
	 width: 140%;
}
	
/* ----概要---- */
.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;
}
	
/* ----数字で見る---- */
.num_list {
    --swl-clmn-mrgn--x: 1.5vw !important;
margin-bottom: 3em !important;
}
.num_list .swell-block-column {
    height: 46vw;
    margin: 0;
}
.num_list .swell-block-column:nth-child(even) {
    margin-top: 15px !important;
}
.num_list .swell-block-column h3 {
    font-size: 1rem !important;
}
.num_list .swell-block-column figure {
    max-height: 50px;
}
.num_list .swell-block-column .data .big_rd {
    font-size: 5.6rem !important;
}
.num_list .swell-block-column .data .big_rd_jp {
    font-size: 4rem !important;
}
.num_list .swell-block-column.exit .data .big_rd_jp {
    line-height: 1.05;
}
.num_list .swell-block-column.flextime .data .big_rd_jp {
    font-size: 1.9rem !important;
}
	
.ft_entryArea .loop-slider .swell-block-column figure {
	width: 40vw;
	height: 48vw;
}
	.ft_entryArea .bg_circle {
    padding-top: 4em !important;
    padding-bottom: 4em !important;
	}

.ft_entryArea .bg_circle::before {
	top: -40%;
	height: min(8vw + 80px, 190px);
}
	.ft_entryArea .bg_circle .big_cap {
		top: -32vw;
	}
	.ft_entryArea .sub_cap {
		margin-bottom: 30px;
	}
.f_logoBox .f_logo {
	width: 100% !important;
}
.f_logoBox .f_logo_cap {
	width: 100% !important;
	padding-top: 0;
    line-height: 1;
}
.f_add {
	font-size: 1rem;
}
.f_add .link_corp {
	display: none;
}
.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__item+.swell-block-accordion__item {
		margin-top: 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: 6px 0;
    font-size: 0.9rem;
}
.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;
}
.footer-list {
	font-size: 0.9rem;
}
.f_link .swell-block-column {
	margin: 0;
  width: 100%;
}
.f_link .footer-list li {
	border-bottom: 1px solid #ccc;		
	font-size: 0.9rem;
  margin: 2px 0;
}
.f_link .footer-list li a {
	display: block;
    padding: 0;
}
.l-footer .copyright {
	padding: 0 5vw 20px;
}
.c-fixBtn {
	width: 40px;
	height: 40px;
}
}