@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-broow {
  font-family: "Barlow", sans-serif;
  font-weight: 100;
}
/* -------------------------------------------
 Header
 --------------------------------------------*/
.l-header__inner.l-container {
	max-width: 100%;
}
/* メニュー */
.c-gnav>.menu-item>a .ttl {
	font-weight: 500;
	font-size: 16px;
}
/* -------------------------------------------
 FirstView
 --------------------------------------------*/
.p-mainVisual__textLayer {
	align-items: flex-start;
	max-width: 90%;
}
.p-mainVisual__slideTitle {
	color: #161A5F;
	font-weight: 700;
	font-size: 50px;
	letter-spacing: 1.8px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	text-align: left;
	text-shadow: 0 0 1px rgba(255, 255, 255, 1);
}
.p-mainVisual__slideTitle:before {
	content: "An overwhelming “engineer first” approach";
	font-size: 20px;
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: italic;
}
.p-mainVisual__slideText {
	color: #BA0A0A;
	font-weight: 300;
}
.p-mainVisual__slideBtn.c-mvBtn.-btn-n {
	margin-left: 0;
}
.p-mainVisual__slideBtn a {
	padding: 24px 30px;
	min-width: 280px;
	text-align: left;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: italic;
	position: relative;
	background-color: #FFFFFF;
	color: #161A5F !important;
	border: 1px solid #161A5F;
	transition: .3s ease-in;
}
.p-mainVisual__slideBtn a:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 1px;
	background-color: #161A5F;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translate(-50%,-50%);
	transition: .3s ease-in;
}
.p-mainVisual__slideBtn a:hover {
	background-color: #161A5F;
	color: #FFFFFF !important;
	transition: .3s ease-in;
}
.p-mainVisual__slideBtn a:hover:after {
	background-color: #FFFFFF;
	transition: .3s ease-in;
}
@media screen and (max-width:960px) {
	.p-mainVisual__textLayer {
/* 		justify-content: end;
		padding-bottom: 50px; */
/* 		background-color: rgba(0,0,0,.2); */
		max-width: 100%;
	}
	.p-mainVisual__slideTitle {
		font-size: 40px;
		gap: 5px;
/* 		color: #FFFFFF; */
		text-align: left;
	}
	.p-mainVisual__slideTitle:before {
		font-size: 16px;
		font-weight: 400
	}
	.p-mainVisual__slideText {
/* 		color: #FFFFFF; */
		font-size: 16px !important;
		font-weight: 500;
	}
	.p-mainVisual__slideBtn.c-mvBtn.-btn-n {
		margin-left: 0;
	}
	.p-mainVisual__slideBtn a {
		padding: 15px 20px;
		min-width: 200px;
	}
	.p-mainVisual__slideBtn a:after {
		width: 15px;
	}
}
@media screen and (max-width:768px) {
	.p-mainVisual__slideTitle {
		font-size: 30px;
		gap: 5px;
		text-align: left;
	}
	.p-mainVisual__slideTitle:before {
		font-size: 14px;
		font-weight: 400
	}
}


/* -------------------------------------------
共通
 --------------------------------------------*/
/* セクションタイトル（センター） */
.section-ttl-center {
	text-align: center;
	margin-bottom: 35px;
}
.section-ttl-center p {
	font-size: 80px;
	color: #E3E3E3;
	line-height: .8;
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: italic;
}
.section-ttl-center h2.wp-block-heading.is-style-section_ttl {
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	position: relative;
	color: #161A5F;
}
.section-ttl-center h2.wp-block-heading.is-style-section_ttl:before,
.section-ttl-center h2.wp-block-heading.is-style-section_ttl:after {
	content: "";
	display: inline-block;
	width: 70px;
	height: 1.5px;
	background-color: #BA0A0A;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.section-ttl-center h2.wp-block-heading.is-style-section_ttl:before {
	left: -90px;
}
.section-ttl-center h2.wp-block-heading.is-style-section_ttl:after {
	right: -90px;
}
@media screen and (max-width: 960px) {
	.section-ttl-center {
		margin-bottom: 25px;
	}
	.section-ttl-center p {
		font-size: 50px;
	}
/* 	.section-ttl-center h2.wp-block-heading.is-style-section_ttl {
		font-size: 16px;
	} */
	.section-ttl-center h2.wp-block-heading.is-style-section_ttl:before,
	.section-ttl-center h2.wp-block-heading.is-style-section_ttl:after {
		width: 50px;
	}
	.section-ttl-center h2.wp-block-heading.is-style-section_ttl:before {
		left: -70px;
	}
	.section-ttl-center h2.wp-block-heading.is-style-section_ttl:after {
		right: -70px;
	}
}
/* セクションタイトル（LEFT） */
.section-ttl-left {
}
.section-ttl-left .wp-block-group__inner-container {
	display: flex;
	align-items: center;
}
.section-ttl-left p {
	font-size: 80px;
	color: #E3E3E3;
	line-height: .8;
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: italic;
}
.section-ttl-left h2.wp-block-heading.is-style-section_ttl {
	font-size: 16px;
	margin-left: 100px;
	font-weight: 500;
	display: inline-block;
	position: relative;
	color: #161A5F;
}
.section-ttl-left h2.wp-block-heading.is-style-section_ttl:before {
	content: "";
	display: inline-block;
	width: 50px;
	height: 1.5px;
	background-color: #BA0A0A;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -70px;
}
@media screen and (max-width: 960px) {
	.section-ttl-left .wp-block-group__inner-container {
		flex-wrap: wrap;
		gap: 10px;
	}
	.section-ttl-left p {
		font-size: 50px;
	}
	.section-ttl-left h2.wp-block-heading.is-style-section_ttl {
		display: flex;
		align-items: center;
		flex-basis: 100%;
		margin-left: 0px;
	}
	.section-ttl-left h2.wp-block-heading.is-style-section_ttl:before {
		width: 30px;
		position: static;
		margin-right: 10px;
	}
}
/* normal BTN */
.normal-btn.center {
	justify-content: center;
}
.normal-btn .wp-block-button a {
	padding: 18px 30px;
	min-width: 280px;
	text-align: left;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: italic;
	position: relative;
	background-color: #FFFFFF;
	color: #161A5F !important;
	border: 1px solid #161A5F;
	transition: .2s ease-in;
	border-radius: 0;
}
.normal-btn .wp-block-button a:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 1px;
	background-color: #161A5F;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translate(-50%,-50%);
	transition: .2s ease-in;
}
.normal-btn .wp-block-button a:hover {
	background-color: #161A5F;
	color: #FFFFFF !important;
	transition: .2s ease-in;
}
.normal-btn .wp-block-button a:hover:after {
	background-color: #FFFFFF;
	transition: .2s ease-in;
}
@media screen and (max-width:768px) {
	.normal-btn .wp-block-button a {
		padding: 10px 20px;
		min-width: 250px;
	}
	.normal-btn .wp-block-button a:after {
		right: 20px;
	}
}

/* -------------------------------------------
 トップページ
 --------------------------------------------*/
/* 私たちの方針 */
.top-philosophy-sub-ttl {
	font-size: 46px;
	font-weight: 700;
	color: #161A5F;
	margin-bottom: 20px;
}
.top-philosophy-disc {
	line-height: 1.9;
	margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
	.top-philosophy-sub-ttl {
		font-size: 25px;
	}
	.top-philosophy-disc {
		margin-bottom: 40px;
		text-align: left;
	}
}

/* 事業内容 */
.top-service-item-unit {
	margin-bottom: 60px;
}
.top-service-item-unit figure img {
	width: 100%;
}
.top-service-item-unit h3.is-style-section_ttl {
	margin-bottom: 18px !important;
	font-size: 25px;
}
@media screen and (max-width: 960px) {
	.top-service-item-unit {
		margin-bottom: 40px;
	}
	.top-service-item-unit h3.is-style-section_ttl {
		margin-bottom: 10px !important;
		font-size: 23px;
	}
}

/* インタビュー */
.section-ttl-left.interview {
	width: 1200px;
	max-width: calc(100% - 30px);
	margin-left :auto;
	margin-right: auto;
}
.top-interview-slide-outer {
	width: 1440px;
	max-width: calc(100% - 30px);
	margin: 0 auto 60px;
}
.interview-btn-group {
	padding: 0 5px;
}
@media screen and (max-width: 768px) {
	.top-interview-slide-outer {
		max-width: calc(100% - 10px);
		margin: 0 auto 20px;
	}
}
/* スライダー */
.swiper-btn-unit {
	height: 40px;
	width: 100%;
	max-width: 1200px;
	margin:0 auto 15px;
}
.swiper-btn-unit-inner {
	height: 40px;
	width: 95px;
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-left: auto;
}
.swiper-button-prev,
.swiper-button-next{
	position: static;
	transform: translate(0,0);
	width: 40px;
	height: 40px;
	background-color: #FFFFFF;
	border: 1px solid #161A5F;
	transition: .3s ease-in;
}
.swiper-button-prev:after,
.swiper-button-next:after{
	content: "";
  position: absolute;
  content: ""; 
  width: 13px; 
  height: 15px;
	background-color: #161A5F;
	border: none;
	left: 50% !important;
	top: 50% !important;
	right: 0;
	bottom: 0;
	transform: rotate(0) translate(-50%,-50%);
	transition: .3s ease-in;
}
.swiper-button-prev:after {
	clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.swiper-button-next:after {
	clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
	background-color: #161B5F;
	transition: .3s ease-in;
}
.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
	background-color: #FFFFFF;
	transition: .3s ease-in;
}
/* カード */
.interview-item {
	position: relative;
}
.interview-item > a {
	display: block;
	position: relative;
}
.interview-item > a:hover .more-txt {
	color: #BA0A0A;
	transition: .3s;
}
.interview-item figure {
	position: relative;
}
.interview-item figure img{
	width: 100%;
	vertical-align: bottom;
	position: relative;
}
.interview-item figure:before {
	content: "INTERVIEW";
	position: absolute;
	top: 10px;
	right: 10px;
	color: #333;
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: italic;
	font-size: 18px;
	z-index: 1;
  writing-mode: vertical-rl;
}
.interview-textunit {
	display: block;
	width: 100%;
	background-color: rgba(0,0,0,.37);
	position: absolute;
	bottom: 0;
	padding: 10px;
}
.interview-textunit .info-1 {
	color: #FFFFFF;
	text-align: left;
}
span.katagaki {
    margin-left: 10px;
}
.info-2 {
	color: #FFFFFF;
	text-align: left;
}
.interview-textunit h3.is-style-section_ttl {
	color: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 22px;
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: italic;
}
.interview-textunit .more-txt {
	text-decoration: underline;
	color: #FFFFFF;
  font-family: "Barlow", sans-serif;
  font-weight: 300;
	position: absolute;
	bottom: 5px;
	right: 10px;
	transition: .3s;
}
.interview-btn-group {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.normal-btn.right {
	justify-content: flex-end;
}
@media screen and (max-width: 768px) {
	.interview-textunit {
		padding: 5px;
	}
	.interview-textunit .info-1 {
		font-size: 14px;
	}
	.info-2 {
		font-size: 14px;
	}
	.interview-textunit h3.is-style-section_ttl {
		font-size: 20px;
	}
}



/* 採用情報 */
.page-bottom-recruit {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto 0 0;
}
.top-recruit-right {
	padding-right: 10px !important;
}
p.page-bottom-recruit-disc {
	margin-bottom: 50px;
}
@media screen and (min-width:1440px) {
	.page-bottom-recruit {
		margin: 0 auto;
	}
}
@media screen and (max-width: 960px) {
	.top-recruit-right {
		padding: 20px !important;
	}
	p.page-bottom-recruit-disc {
		margin-bottom: 30px;
	}
}

/* CTA */
#cta-area {
	position: relative;
	padding-top: 135px !important;
	padding-bottom: 100px !important;
}
#cta-area {
	background-image: url(https://xs631685.xsrv.jp/wp-content/uploads/2025/07/cta-back.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.cta-inner {
	padding: 75px 20px;
	background-color: rgba(255,255,255,.9);
	position: relative;
}
.cta-inner h2.is-style-section_ttl {
	font-size: 60px;
	color: #161A5F;
	line-height: 1;
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: italic;
/* 	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%); */
	margin-bottom: 40px;
}
p.cta-read {
	text-align: center;
	margin-bottom: 40px;
}
.cta-item-unit > .wp-block-group__inner-container {
	display: flex;
	max-width: 900px;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	gap: 25px;
}
.cta-item {
	flex-basis: calc((100% - 22.5px) / 2);
	margin: 0;
}
.cta-item.contact,
.cta-item.recruit{
	border: 1px solid #161A5F;
	transition: .2s ease-in-out;
}
.cta-item.contact {
	background-color: #FFFFFF;
	transition: .2s ease-in-out;
}
.cta-item.recruit {
	background-color: #161A5F;
	transition: .2s ease-in-out;
}
.cta-item.contact a {
	color: #333333;
}
.cta-item.contact a:hover {
	background-color: #161A5F;
	color: #FFFFFF;
	transition: .2s ease-in-out;
}
.cta-item.recruit a {
	color: #FFFFFF;
}
.cta-item.recruit a:hover {
	color: #333;;
	background-color: #FFFFFF;
	transition: .2s ease-in-out;
}
.cta-item a{
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 20px 10px 20px 50px; 
}
.cta-item i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	font-size: 23px;
	background-color: #FFFFFF;
	color: #161A5F;
	border: 1px solid #161A5F;
	border-radius: 30px;
}
.cta-item p {
	font-size: 18px;
	font-weight: 500;
}
.cta-item p span {
	font-size: 16px;
	font-weight: 400;
}

@media screen and (max-width: 960px) {
	#cta-area {
		padding-top: 80px !important;
		padding-bottom: 50px !important;
	}
	.cta-inner {
		padding: 50px 10px;
	}
	.cta-inner h2.is-style-section_ttl {
		font-size: 50px;
/* 		top: -20px; */
		margin-bottom: 30px;
	}
	p.cta-read {
		margin-bottom: 25px;
	}
	.cta-item-unit > .wp-block-group__inner-container {
		flex-wrap: wrap;
		gap: 10px;
	}
	.cta-item {
		flex-basis: 100%;
	}
	.cta-item a{
		padding: 10px; 
	}
	.cta-item i {
		width: 40px;
		height: 40px;
		font-size: 18px;
	}
	.cta-item p {
		font-size: 16px;
	}
	.cta-item p span {
		font-size: 14px;
	}
}

/* -------------------------------------------
Footer
 --------------------------------------------*/
/* ロゴ */
.footer-logo {
	width: calc(100% - 40px);
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 20px;
}
.footer-logo figure {
	text-align: left;
}
.footer-logo img {
	max-width: 300px;
}
/* footer-column */
.footer-column {
	width: calc(100% - 40px);
	max-width: 1200px;
	margin: 0 auto;
}
.footer-column > .wp-block-group__inner-container {
	display: flex;
	justify-content: space-between;
}
/* footer-left */
.footer-left-block {
	flex-basis: 40%;
}
p.footer-left-block-txt-1 {
	font-size: 16px;
	font-weight: 500;
}
p.footer-left-block-txt-2 {
	font-size: 14px;
	margin-bottom: 20px;
}
.footer-sns-unit {
	max-width: 350px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 30px;
}
.footer-sns-item {
	flex-basis: calc((100% - 30px) / 2);
	margin-bottom: 0;
}
.footer-sns-item a {
	display: flex;
	align-items: center;
	gap: 10px;
}
/* footer-right */
.footer-right-block {
	flex-basis: 60%;
}
.footer-right-block > .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	gap: 25px;
}
.footer-right-block-item {
	flex-basis: calc((100% - 75px) / 4);
}
.footer-right-block-item p {
	margin-bottom: 15px;
}
.footer-right-block-item p a {
	display: block;
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 3px;
	transition: .3s ease-in;
}
.footer-right-block-item ul {
	list-style: none;
	padding: 0;
}
.footer-right-block-item ul li a {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 14px;
	padding-bottom: 3px;
	transition: .3s ease-in;
}
.footer-right-block-item ul li a:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: #FFFFFF;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.footer-right-block-item p a:hover {
	border-bottom: 1px solid #FFFFFF;
	color: #C9C9C9;
	transition: .3s ease-in;
}
.footer-right-block-item ul li a:hover {
	border-bottom: 1px solid #FFFFFF;
	color: #C9C9C9;
	transition: .3s ease-in;
}
@media screen and (max-width: 768px) {
	/* ロゴ */
	.footer-logo {
		width: calc(100% - 20px);
		padding-bottom: 10px;
	}
	.footer-logo figure {
		text-align: center;
	}
	.footer-logo img {
		max-width: 250px;
	}
	/* footer-column */
	.footer-column {
		width: calc(100% - 20px);
	}
	.footer-column > .wp-block-group__inner-container {
		flex-wrap: wrap;
		gap: 50px;
	}
	/* footer-left */
	.footer-left-block {
		order: 2;
		flex-basis: 100%;
	}
	p.footer-left-block-txt-1 {
		margin-bottom: 10px;
	}
	.footer-sns-unit {
		max-width: 300px;
		gap: 10px 20px;
	}
	.footer-sns-item {
		flex-basis: calc((100% - 20px) / 2);
	}
	/* footer-right */
	.footer-right-block {
		order: 1;
		flex-basis: 100%;
	}
	.footer-right-block > .wp-block-group__inner-container {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.footer-right-block-item {
		flex-basis: 100%;
		padding-bottom: 15px;
		border-bottom: 1px solid #FFFFFF;
		margin-bottom: 15px;
	}
	.footer-right-block-item p {
		margin-bottom: 5px;
	}
}
/*--------------------------------------------- 
Footer-before余白調整
----------------------------------------------- */
.top .l-content,
.page-id-12 .l-content,
.page-id-14 .l-content,
.page-id-18 .l-content,
.page-id-22 .l-content,
.page-id-20 .l-content,
.single-interview-post .l-content,
.page-id-16 .l-content {
	margin-bottom: 0;
}
/*--------------------------------------------- 
SPメニュー
----------------------------------------------- */
.l-header__customBtn.sp_ {
	display: none;
}
p.sp-menu-contact-btn a,
p.sp-menu-form-btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 250px;
	margin: 0 auto;
	background-color: #F07215;
	padding: 10px 5px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 500;
	border-radius: 10px;
	box-shadow: 0 2px 5px rgba(0,0,0,.3);
}
p.sp-menu-contact-btn a i,
p.sp-menu-form-btn a i{
	margin-right: 5px;
}
@media screen and (max-width: 960px) {
	.p-spMenu__inner {
		padding-top: 50px;
	}
	.c-widget__title.-spmenu {
		display: none;
	}
	.p-spMenu__nav {
		margin-top: 0;
		padding-bottom: 0;
		margin-bottom: 50px;
	}
	.c-iconBtn__icon {
		font-size: 30px;
	}
	.-right .p-spMenu__inner {
		width: 100%;
		transform: translateX(100vw);
	 margin-top: 0;
	}
	[data-spmenu=opened] .p-spMenu__inner {
		transform: translateX(0);
	}
	.p-spMenu__inner::before {
		background: rgba(253,253,253,.9);
	}
	.p-spMenu__closeBtn {
		display: flex;
		height: 60px;
		width: 100%;
	}
	.l-header__menuBtn.sp_ {
		width: 60px;
		height: 60px;
	}
	.c-iconBtn {
		width: 60px;
		height: 60px;
	}
	i.c-iconBtn__icon.icon-close-thin:before {
		color: #333;
	}
	[data-spmenu = "opened"] .p-spMenu__closeBtn {
		justify-content: flex-end;
	}
	.c-gnav .sub-menu a:before, .c-listMenu a {
		position: relative;
	}
	.c-gnav .sub-menu a:before, .c-listMenu a {
		color: #333;
	}
	.c-gnav .sub-menu a:before, .c-listMenu a:before {
		left: auto !important;
		right: 20px;
	}
	.p-spMenu__body {
		padding: 0 20px;
		background: transparent;
	}
	.p-spMenu__bottom {
		margin-top: 0;
	}
	.c-iconBtn__icon:before {
		font-size: 30px;
	}
	.arrow-on .c-smallNavTitle.desc:before {
		content: none;
	}
}
.footer-sns-unit.sp-menu-btm {
	margin: 0 auto;
}
.c-spnav a {
	display: flex;
	align-items: center;
}
.c-spnav a:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 10px;
	background-color: #333;
	margin-right: 5px;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

/*--------------------------------------------- 
インタビュー一覧
----------------------------------------------- */
.interview-item-unit {
	max-width: 900px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.interview-item-unit .interview-item {
	flex-basis: calc((100% - 30px) / 3);
}
.interview-item-outer .c-pagination a,
.interview-item-outer .c-pagination span{
	margin-top: 0;
	margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
	.interview-item-unit {
		gap: 10px;
	}
	.interview-item-unit .interview-item {
		flex-basis: calc((100% - 10px) / 2);
	}
}

/*--------------------------------------------- 
下層ページ共通
----------------------------------------------- */
/* タイトル周り */
.l-topTitleArea {
	min-height: 400px;
}
.l-topTitleArea.c-filterLayer::before,
.c-filterLayer.-texture-dot:after{
	content: none;
}
.l-topTitleArea__body h1.c-pageTitle {
	font-size: 35px;
	color: #161A5F;
}
.c-pageTitle__subTitle {
	display: block;
  font-family: "Barlow", sans-serif;
  font-weight: 100;
	font-size: 25px;
	margin-left: 0;
	margin-top: 10px;
}
@media screen and (max-width: 960px) {
	.l-topTitleArea {
		min-height: 300px;
	}
}
@media screen and (max-width: 768px) {
	.l-topTitleArea {
		min-height: 250px;
	}
	.l-topTitleArea__body h1.c-pageTitle {
		font-size: 30px;
	}
	.c-pageTitle__subTitle {
		font-size: 20px;
		margin-top: 5px;
	}
}

/*--------------------------------------------- 
会社案内
----------------------------------------------- */
p.ttl-design-line {
	position: relative;
	margin-bottom: 15px;
}
p.ttl-design-line:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #BA0A0A;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: -1;
}
p.ttl-design-line span {
	background-color: #FFFFFF;
  font-family: "Barlow", sans-serif;
  font-weight: 100;
	font-style: italic;
	font-size: 18px;
	padding-right: 30px;
}
p.vision-sub-ttl {
	font-size: 20px;
	font-weight: 700;
	color:#161A5F;
	margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
	p.vision-sub-ttl {
		margin-bottom: 15px;
	}
}

/* 代表挨拶 */
p.mess-sub-ttl {
	font-size: 25px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
	color: #161A5F;
}
.mess-ceo-name {
	font-size: 25px;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
	p.mess-sub-ttl {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.mess-ceo-name {
		font-size: 20px;
	}
}
/* 会社概要 */
.simple-table table tr td {
	padding-top: 20px;
	padding-bottom: 20px;
}
.simple-table table tr td:first-child {
	text-align: center;
}
@media screen and (max-width: 960px) {
	.simple-table table tr td {
		padding-top: 10px;
		padding-bottom: 10px;
		border: none;
	}
	.simple-table table tr td:first-child {
		text-align: left;
		background-color: #161A5F;
		color: #FFFFFF;
	}
	.simple-table table tr td:last-child {
		margin-bottom: 10px;
		background-color: #FAFAFA;
		font-size: 14px;
	}
}

/* オフィス */
.access-main-office {
	padding: 30px;
/* 	border-radius: 20px; */
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.access-main-office h3.is-style-section_ttl {
	font-size: 18px;
	font-weight: 500;
	border-bottom: 1px solid #D8D8D8;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.access-main-office h3.is-style-section_ttl i {
	color: #BA0A0A;
	margin-right: 15px;
}
.access-txt-unit {
	position: relative;
}
.access-txt-unit p:first-child {
	margin-bottom: 5px;
}
.access-txt-unit p:nth-child(2) {
	margin-bottom: 0;
}
.access-txt-unit p:nth-child(2) i {
	color: #BA0A0A;
	font-size: 18px;
	margin-right: 10px;
}
.normal-btn.office-map-btn {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
}
.normal-btn.office-map-btn a {
	padding-top: 5px;
	padding-bottom: 5px;
	min-width: 250px;
}
.sub-office-unit > .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.access-sub-office {
	flex-basis: calc((100% - 20px) / 2);
	padding: 30px;
/* 	border-radius: 20px; */
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	margin-bottom: 0;
}
.access-sub-office h3.is-style-section_ttl {
	font-size: 18px;
	font-weight: 500;
	border-bottom: 1px solid #D8D8D8;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.access-sub-office h3.is-style-section_ttl i {
	color: #BA0A0A;
	margin-right: 15px;
}
@media screen and (max-width: 960px) {
	.normal-btn.office-map-btn {
		display: block;
		position: static;
	}
	.access-txt-unit p:nth-child(2) {
		margin-bottom: 1em;
	}
}
@media screen and (max-width: 768px) {
	.access-main-office {
		padding: 30px 10px;
/* 		border-radius: 10px; */
	}
	.normal-btn.office-map-btn a {
		min-width: 200px;
	}
	.sub-office-unit > .wp-block-group__inner-container {
		gap: 10px;
	}
	.access-sub-office {
		flex-basis: 100%;
		padding: 20px 10px;
/* 		border-radius: 10px; */
	}
}

/*--------------------------------------------- 
事業内容
----------------------------------------------- */
h3.is-style-section_ttl.business-solution-ttl {
	font-size: 25px;
	margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
	.business-solution-item figure {
		text-align: left;
	}
	.sp-order-1 {
		order: 1;
	}
	.sp-order-2 {
		order: 2;
	}
}

/*--------------------------------------------- 
採用情報
----------------------------------------------- */
.recruit-strength-item-unit > .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: flex-start;
}
.recruit-strength-item {
	flex-basis: calc((100% - 20px) / 2);
	margin-bottom: 0;
}
.recruit-strength-item > .wp-block-group__inner-container {
	display: flex;
}
.recruit-strength-item figure {
	margin-bottom: 0;
	flex-basis: 148px;
}
.recruit-strength-txt-group {
	flex-basis: calc(100% - 148px);
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
	display: flex;
	align-items: center;
}
h3.is-style-section_ttl.recruit-strength-ttl {
	font-size: 18px;
	margin-bottom: 10px;
}
p.recruit-strehgth-txt {
	font-size: 14px;
}
@media screen and (max-width: 960px) {
	.recruit-strength-item-unit > .wp-block-group__inner-container {
		gap: 10px;
	}
	.recruit-strength-item {
		flex-basis: 100%;
	}
	.recruit-strength-item figure {
		flex-basis: 130px;
	}
	.recruit-strength-txt-group {
		flex-basis: calc(100% - 130px);
	}
}

/* 数字で見る */
.ef-number-item-unit > .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.ef-number-item {
	flex-basis: calc((100% - 45px) / 4);
	background-color: #FFFFFF;
	color: #161A5F;
	margin-bottom: 0;
	padding: 20px;
}
.ef-number-item figure {
	margin-bottom: 15px;
}
h3.is-style-section_ttl.ef-number-item-ttl {
	font-size: 20px;
	padding-left: 8px;
	border-left: 4px solid #BA0A0A;
	margin-bottom: 30px;
}
p.ef-number-txt {
	font-size: 82px;
	font-weight: 700;
	text-align: center;
	line-height: 1;
}
p.ef-number-txt.hp-txt-small {
	font-size: 65px;
}
p.ef-number-txt span {
	font-size: 25px;
	margin-left: 10px;
}
@media screen and (max-width: 1440px) {
	h3.is-style-section_ttl.ef-number-item-ttl {
		font-size: 18px;
	}
	p.ef-number-txt {
		font-size: 60px;
	}
	p.ef-number-txt.hp-txt-small {
		font-size: 55px;
	}
}
@media screen and (max-width: 960px) {
	.ef-number-item {
		flex-basis: calc((100% - 30px) / 3);
		padding: 20px 10px;
	}
	.ef-number-item figure {
		margin-bottom: 10px;
	}
	h3.is-style-section_ttl.ef-number-item-ttl {
		font-size: 18px;
		padding-left: 5px;
		border-left: 3px solid #BA0A0A;
		margin-bottom: 20px;
	}
	p.ef-number-txt {
		font-size: 50px;
	}
	p.ef-number-txt.hp-txt-small {
		font-size: 45px;
	}
	p.ef-number-txt span {
		font-size: 18px;
		margin-left: 5px;
	}
}
@media screen and (max-width: 768px) {
	.ef-number-item {
		flex-basis: calc((100% - 15px) / 2);
		padding: 15px 5px;
	}
	.ef-number-item figure img {
		max-width: 60px;
	}
	h3.is-style-section_ttl.ef-number-item-ttl {
		font-size: 16px;
	}
	p.ef-number-txt {
		font-size: 45px;
	}
	p.ef-number-txt.hp-txt-small {
		font-size: 40px;
	}
}

/*  よくある質問 */
.swell-block-dl {
	width: calc(100% - 20px);
  max-width: 1200px;
	margin: 0 auto;
  padding: 0px;
}
.swell-block-dl__dt {
	display: flex;
	align-items: center;
	gap: 15px;
  font-weight: 500 !important;
  background: #FAFAFA;
  padding: 20px;
  cursor: pointer;
  position: relative;
}
.swell-block-dl__dt::before,
.swell-block-dl__dd::before{
	content: "Q";
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	background-color: #161A5F;
	border-radius: 25px;
	font-size: 24px;
	width: 45px !important;
	height: 45px !important;
	flex-basis: 45px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
	font-style: italic;
}
.swell-block-dl__dt::before {
	content: "Q"
}
.swell-block-dl__dd::before {
	content: "A";
	background-color: #BA0A0A;
	color: #FFFFFF;
}
.swell-block-dl__dt::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 600; 
  content: "\2b";
	font-size: 30px;
	position: absolute;
	top: 50%;
	right: 15px;
	transition: .3s ease-in-out;
	transform: translateY(-50%);
}
.swell-block-dl__dt.active::after {
  content: "\f068";
	font-weight: 600;
  transform: translateY(-50%) rotate(180deg);
	transition: .3s ease-in-out;
}
.swell-block-dl__dd {
  display: none;
	align-items: center;
	gap: 15px;
  padding: 20px;
  background-color: #FFFFFF;
	color: #000000;
	margin-left: 0;
}
.swell-block-dl__dt p,
.swell-block-dl__dd p {
	flex-basis: calc(100% - 45px);
}
.swell-block-dl__dd+.swell-block-dl__dt {
	margin-top: 10px;
}
@media screen and (max-width: 768px) {
	.swell-block-dl {
		width: 100%;
	}
	.swell-block-dl__dt {
		gap: 10px;
		padding: 10px 40px 10px 10px;
	}
	.swell-block-dl__dt::before,
	.swell-block-dl__dd::before{
		font-size: 18px;
		width: 35px !important;
		height: 35px !important;
		flex-basis: 35px;
	}
	.swell-block-dl__dt::after {
		font-size: 20px;
		right: 10px;
	}
	.swell-block-dl__dd {
		gap: 10px;
		padding: 10px;
		font-size: 14px;
	}
	.swell-block-dl__dt p,
	.swell-block-dl__dd p {
		flex-basis: calc(100% - 35px);
	}
}

/*採用ページ BLOG */
h3.is-style-section_ttl.recruit-blog-sub-ttl {
	font-size: 25px;
	margin-bottom: 25px;
}
/* ブログカード */
.p-blogCard__inner {
	flex-direction: column;
}
.p-blogCard__excerpt {
	display: none;
}
.p-blogCard__thumb {
	width: 100% !important;
	margin: 0 0 10px;
}
@media screen and (max-width: 960px) {
	.p-blogCard__inner {
		flex-direction: row;
	}
	.p-blogCard__thumb {
		width: 25% !important;
		margin: 0 10px 0 0;
	}
}
/* 転職リンク */
.tensyoku-link-unit figure img {
	border-radius: 10px;
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
	transition: .2s ease-in;
}
.tensyoku-link-unit a:hover img {
	box-shadow: 0 2px 5px rgba(0,0,0,.5);
	transition: .2s ease-in;
}
/*--------------------------------------------- 
エントリー
----------------------------------------------- */
/* お問い合わせフォーム */
.contact-form-inner {
	max-width: 1200px;
	margin: 0 auto;
}
.form-item {
	display: flex;
	padding: 10px 0;
}
/* ラベル */
.form-item label {
	flex-basis: 25%;
	display: flex;
	align-items: center;
}
/* ※ */
.form-item label span {
	color: red;
	line-height: 0.5;
	padding-left: 10px;
}
/* form */
.form-item > span {
	width: 75%;
}
.form-item input{
	height: 45px;
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #D3D3D3;
}
/* subject */
.form-item.subject input {
	height: auto !important;
	width: auto;
}
.form-item.subject span label {
	font-size: 14px !important;
}
span#your-subject input {
/* 	width: 20px; */
}
span#your-subject span {
	color: #333;
}
.form-item.subject .wpcf7-list-item-label {
	padding-left: 3px;
}
/* file */
.form-item-resume {
	flex-basis: 75%;
}
#your-resume-1,
#your-resume-2,
#your-resume-3{
	display: block;
	width: auto;
	height: auto;
	background: none;
	border: none;
	padding-left: 0;
}
/* お問い合わせ内容 */
.form-item textarea {
	width: 100%;
	min-height: 200px;
	background-color: #FFFFFF;
	border: 1px solid #D3D3D3;
}
.form-item textarea#your-license {
	max-height: 100px;
}
/* 個人情報取扱同意 */
.last-check {
	margin-top: 20px;
	display: flex;
	justify-content: center;
}
.last-check input {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}
.last-check label {
	padding-left: 15px;
	font-size: 16px;
	line-height: 2em;
}
/* 送信ボタン　 */
.send-btn {
	position: relative;
	max-width: 265px;
	height: 50px;
	margin: 0 auto;
	margin-top: 30px;
}
.send-btn input{
	width: 100%;
	padding: 15px 20px;
	background-color: #161A5F;
	color: #FFFFFF;
	letter-spacing: .2em;
	transition: .3s;
}
/* 送信ボタンホバー */
.send-btn input:hover {
	background-color: #FFFFFF;
  border-color: #333;
	color: #000000;
	transition: .3s;
}
/* お問合せ SP*/
@media screen and (max-width: 960px) {
		.contact-form-inner {
			margin: 0 auto;
			padding: 0;
		}
		.form-item {
			display: flex;
			flex-direction: column;
		}
		.form-item label {
			flex-basis: 100%;
			justify-content: left;
		}
	 .form-item label br {
		 display: none;
	}
		.form-item > span {
			width: 100%;
		}
		.form-item input{
			height: 45px;
			width: 100%;
		}
		.form-item .form-flex {
			width: 100%;
		}
		.form-item textarea {
			min-height: 200px;
		}
		.last-check {
			margin-top: 15px;
		}
		.send-btn {
			margin-top: 20px;
		}
		.send-btn input{
			height: 60px;
		}
	.your-subject span.wpcf7-list-item {
		width: 100%;
		margin-left: 0;
	}
	.your-subject input {
		height: 30px !important;
	}
	p.contact-tel-number {
		font-size: 30px;
	}
}

/*--------------------------------------------- 
インタビュ詳細
----------------------------------------------- */
figure.worker-image {
	margin-bottom: 10px;
}
.single-interview-post h1.worker-name {
  font-family: "Barlow", sans-serif;
  font-weight: 100;
	font-style: italic;
	text-align: center;
	margin-top: 0;
	font-size: 35px;
	margin-bottom: 10px;
}
.worker-info {
	margin-bottom: 30px;
}
.worker-info .wp-block-group__inner-container {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}
p.interview-sub-ttl {
	font-size: 25px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 4em;
}
.interview-item {
	margin-bottom: 60px;
}
.interview-item-ttl {
	position: relative;
	margin-bottom: 20px;
}
.interview-item-ttl h2.is-style-section_ttl {
	border: 1px solid #161A5F;
	padding: 10px 30px;
	font-size: 18px;
	font-weight: 500;
	color: #161A5F;
	display: inline-block;
	background-color: #FFFFFF;
}
.interview-item-ttl:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #161A5F;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
	.single-interview-post h1.worker-name {
		font-size: 30px;
		margin-bottom: 0px;
	}
	.worker-info {
		margin-bottom: 10px;
	}
	.worker-info .wp-block-group__inner-container {
		display: flex;
		justify-content: center;
		gap: 5px 20px;
		flex-wrap: wrap;
	}
	p.interview-sub-ttl {
		font-size: 20px;
	}
	.interview-item {
		margin-bottom: 50px;
	}
	.interview-item-ttl {
		margin-bottom: 15px;
	}
	.interview-item-ttl h2.is-style-section_ttl {
		padding: 5px 10px;
		font-size: 16px;
	}
}
/* スクロールでふわっと表示アニメーション */
.fade {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1.5s, transform 1s;
}

.fade.active {
	opacity: 1;
	transform: translateY(0px);
}