@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
*/
/* -----------------------------------------
 ヘッダーメニューSP 
--------------------------------------------*/
.l-header__customBtn.sp_ {
	display: none;
}
@media screen and (max-width: 960px) {
	.p-spMenu__inner {
		padding-top: 100px;
		position: relative;
	}
	.p-spMenu__inner:before {
		
	}
	.c-widget__title.-spmenu {
		display: none;
	}
	.p-spMenu__nav {
		margin-top: 0;
		padding-bottom: 0;
	}
	.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(0,0,0,.5);
	}
	.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: #ffffff;
	}
	[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: #FFFFFF;
	}
	.c-gnav .sub-menu a:before, .c-listMenu a:before {
		left: auto !important;
		right: 20px;
	}
	.p-spMenu__body {
		padding: 0;
		background: transparent;
	}
	.p-spMenu__bottom {
		margin-top: 0;
	}
	.c-iconBtn__icon:before {
		font-size: 30px;
	}
}
/* -----------------------------------------
 ファーストビュー
----------------------------------------- */
.p-mainVisual__textLayer.l-parent.l-container.u-ta-l {
	max-width: 100%;
}
@media screen and (min-width: 1600px) {
	.p-mainVisual__textLayer.l-parent.l-container.u-ta-l {
		max-width: 1440px;
	}	
}
.p-mainVisual__slideTitle {
	font-size: 35px;
	font-weight: 900;
	line-height: 2;
	letter-spacing: 3px;
}
.p-mainVisual__slideTitle span {
	font-size: 40px;
}
.p-mainVisual__slideText {
	font-size: 16px;
	font-weight: 500;
	margin-top: 20px;
}
@media screen and (max-width: 768px) {
	.p-mainVisual__slideTitle {
		font-size: 28px;
		line-height: 1.7;
		letter-spacing: 1px;
	}
	.p-mainVisual__slideTitle span {
		font-size: 30px;
	}
	.p-mainVisual__slideText {
		margin-top: 15px;
	}
}
/* 流れる文字 */
.slide-txt-container {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
.slide-txt-wrapper {
  display: flex;
	gap: 20px;
  animation: loop-text 30s linear infinite;
}
.double-content {
  display: inline-block;
  white-space: nowrap;
  font-family: "Roboto", sans-serif;
	font-size: 130px;
	font-weight: 900;
	line-height: 1;
	color: rgba(255,255,255,.42);
}
@keyframes loop-text {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
	.double-content {
		font-size: 90px;
	}	
}
/* スクロールダウンボタン */
.visual-scroll-link {
	position: absolute;
	left: 50%;
	bottom: 80px;
	transform: translateX(-50%);
	z-index: 9;
}
.visual-scroll-link a {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 700;
	text-shadow: 0 2px 5px rgba(0,0,0,.3);
	position: relative;
}
.visual-scroll-link a:before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 70px;
	background-color: #FFFFFF;
	position: absolute;
	bottom: -80px;
	left: 50%;
	transform: translateX(-50%);
}
/* -----------------------------
共通ブロック
-------------------------------*/
/* セクションタイトルLEFT */
.section-ttl-left {
	position: relative;
	margin-left: 30px;
}
.section-ttl-left h2.is-style-section_ttl {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 0;
	color: #3DB4D0;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.section-ttl-left h2.is-style-section_ttl:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #3DB4D0;
	background: radial-gradient(circle, rgba(61, 180, 208, 1) 0%, rgba(255, 255, 255, 0) 100%);
	border-radius: 10px;
	position: absolute;
	left: -30px;
	top: 50%;
	transform: translateY(-50%);
}
.section-ttl-left p {
  font-family: "Roboto", sans-serif;
	font-size: 100px;
	font-weight: 500;
	line-height: 1;
	color: #FFFFFF;
}
.section-ttl-left.gray p {
	color: #F4F4F4;
}
@media screen and (max-width: 960px) {
	.section-ttl-left {
		margin-left: 20px;
	}
	.section-ttl-left h2.is-style-section_ttl {
		font-size: 18px;
	}
	.section-ttl-left h2.is-style-section_ttl:before {
		width: 15px;
		height: 15px;
		left: -20px;
	}
	.section-ttl-left p {
		font-size: 70px;
	}
}
@media screen and (max-width: 768px) {
	.section-ttl-left {
		margin-left: 15px;
	}
	.section-ttl-left h2.is-style-section_ttl:before {
		width: 10px;
		height: 10px;
		left: -15px;
	}
	.section-ttl-left p {
		font-size: 50px;
	}
}
/* セクションタイトルCenter */
.section-ttl-center {
	position: relative;
}
.section-ttl-center h2.is-style-section_ttl {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 0;
	color: #3DB4D0;
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%,-60%);
}
.section-ttl-center h2.is-style-section_ttl:before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 30px;
	background: #3DB4D0;
	position: absolute;
	left: 50%;
	top: calc(100% + 5px);
	transform: translateX(-50%);
}
.section-ttl-center p {
  font-family: "Roboto", sans-serif;
	font-size: 100px;
	font-weight: 500;
	line-height: 1;
	color: #FFFFFF;
	text-align: center;
}
.section-ttl-center.gray p {
	color: #F4F4F4;
}
@media screen and (max-width: 960px) {
	.section-ttl-center h2.is-style-section_ttl {
		font-size: 18px;
	}
	.section-ttl-center h2.is-style-section_ttl:before {
		height: 20px;
	}
	.section-ttl-center p {
		font-size: 70px;
	}
}
@media screen and (max-width: 768px) {
	.section-ttl-center p {
		font-size: 50px;
	}
}
/* シンプルボタン */
.simple-btn .wp-block-button {
	min-width: 240px;
}
.simple-btn .wp-block-button a{
	border-radius: 0;
	background-color: #3DB4D0;
	border: 1px solid #000000;
	font-size: 16px;
	font-weight: 500;
	padding: 15px 5px;
	position: relative;
}
.simple-btn .wp-block-button a:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #FFFFFF;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	position: absolute;
	bottom: 1px;
	right: 1px;
}
.simple-btn .wp-block-button a:hover {
	background-color: #FFFFFF;
	color: #3DB4D0;
	box-shadow: 0 2px 5px rgba(0,0,0,.3);
	transition: .3s;
}
.simple-btn .wp-block-button a:hover:after {
	background-color: #3DB4D0;
	transition: .3s;
}	
@media screen and (max-width: 960px) {
	.simple-btn  {
		justify-content: center;
	}
	.simple-btn .wp-block-button {
		min-width: 240px;
		max-width: 90%;
	}
	.simple-btn .wp-block-button a{
		padding: 10px 5px;
	}
}
@media screen and (max-width: 768px) {
	
}
/* -----------------------------
トップページ
-------------------------------*/
.top #content {
	padding-top: 0;
}
/* 私たちについて */
.top-aboutus > .wp-block-group__inner-container {
	display: flex;
	gap: 30px;
}
.top-aboutus-txt {
	flex-basis: calc((100% - 30px) - 40%);
}
.top-aboutus-image {
	flex-basis: calc((100% - 30px) - 60%);
}
.top-aboutus-txt h3.is-style-section_ttl {
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 25px;
	
}
.top-aboutus-txt p {
	line-height: 2;
	margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
	.top-aboutus > .wp-block-group__inner-container {
		flex-wrap: wrap;
		gap: 30px;
	}
	.top-aboutus-txt {
		flex-basis: 100%;
		order: 2;
	}
	.top-aboutus-image {
		flex-basis: 100%;
		order: 1;
	}
	.top-aboutus-txt h3.is-style-section_ttl {
		font-size: 25px;
	}
}
@media screen and (max-width: 768px) {
	.top-aboutus-txt h3.is-style-section_ttl {
		font-size: 23px;

	}
}
/* 事業内容 */
#top-business {
	position: relative;
}
#top-business:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 70%;
	background-image: url(https://serenitas-corp.com/wp-content/uploads/2025/09/top-business-back-1.png);
	opacity: .4;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.top-business-item-unit {
	margin-bottom: 40px;
}
.top-business-item-unit > .wp-block-group__inner-container {
	display: flex;
	gap: 15px;
}
.top-business-item {
	flex-basis: calc((100% - 30px) / 3);
	margin-bottom: 0;
}
.top-business-item figure {
	margin-bottom: 10px;
}
.top-business-item h3.is-style-section_ttl {
	font-size: 25px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 10px;
}
.top-business-item p {
	line-height: 2;
}
@media screen and (max-width: 960px) {
	#top-business:before {
		background-image: url(https://serenitas-corp.com/wp-content/uploads/2025/09/sp-top-business-back.png);
	}
	.top-business-item-unit > .wp-block-group__inner-container {
		display: flex;
		flex-wrap: wrap;
		gap: 30px;
	}
	.top-business-item {
		flex-basis: 100%;
	}
	.top-business-item h3.is-style-section_ttl {
		font-size: 23px;
	}
}
@media screen and (max-width: 768px) {
	
}
/* お知らせ */
.top-news .-type-simple .p-postList__link {
	padding: 20px .25em;
}
/* 採用情報 */
.recruit-cta {
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 20px;
	background-image: url(https://serenitas-corp.com/wp-content/uploads/2025/09/recruit-cta-back.png);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 30px;
}
.recruit-cta .section-ttl-center p {
	opacity: .5;
}
.recruit-cta .section-ttl-center h2.is-style-section_ttl {
	color: #FFFFFF;
}
.recruit-cta .section-ttl-center h2.is-style-section_ttl:before {
	background-color: #FFFFFF;
}
h3.is-style-section_ttl.recruit-cta-sub-ttl {
	color: #FFFFFF;
	font-size: 20px;
	margin-bottom: 20px;
	text-shadow: 0 2px 5px rgba(0,0,0,.43);
}
.recruit-cta-disc {
	color: #FFFFFF;
	text-shadow: 0 2px 5px rgba(0,0,0,.43);
	text-align: center;
	line-height: 2;
	margin-bottom: 40px;
}
.simple-btn.recruit-cta-btn .wp-block-button a{
	background-color: #FFFFFF;
	color: #3DB4D0;
	border: 1px solid #3DB4D0;
}
.simple-btn.recruit-cta-btn .wp-block-button a:after {
	background-color: #3DB4D0;
}
.simple-btn.recruit-cta-btn .wp-block-button a:hover {
	background-color: #3DB4D0;
	color: #FFFFFF;
}
.simple-btn.recruit-cta-btn .wp-block-button a:hover:after {
	background-color: #FFFFFF;
}
@media screen and (max-width: 1440px) {
	.recruit-cta {
		max-width: 95%;
	}
}
@media screen and (max-width: 960px) {
	.recruit-cta {
		padding: 30px 20px;
		border-radius: 10px;
	}
}
@media screen and (max-width: 768px) {
	.recruit-cta {
		max-width: calc(100% - 20px);
	}
	.recruit-cta-disc {
		text-align: left;
	}
}
/* -----------------------------------------
CTA
----------------------------------------- */
#cta-area {
	background : #363636 !important;
}
.cta-item-unit {
	max-width: 1200px;
	margin: 0 autol
}
.cta-item-unit > .wp-block-group__inner-container {
	display: flex;
	align-items: center;
	gap: 60px;
}
.cta-item-ttl {
	flex-basis: calc((100% - 60px) / 2);
}
.cta-item-ttl .section-ttl-left p {
	opacity: .25;
}
.cta-item-ttl .section-ttl-left h2.is-style-section_ttl {
	color: #FFFFFF;
}
p.cta-read {
	color: #FFFFFF;
}
.cta-item-links {
	flex-basis: calc((100% - 60px) / 2);
}
.cta-contact-tel {
	background-color: #FFFFFF;
	height: 100px;
	margin-bottom: 10px;
	position: relative;
	transition: .3s;
}
.cta-contact-tel > .wp-block-group__inner-container {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
p.cta-tel-number {
	font-size: 35px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	color: #333333;
	transition: .3s;
}
p.cta-tel-number:before {
	display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900; 
  content: "\f2a0";
	color: #3DB4D0;
	font-size: 23px;
	margin-right: 15px;
	transform: rotate(-20deg);
}
p.cta-tel-time {
	margin-bottom: 0;
	color: #333333;
	transition: .3s;
}
.cta-contact-form {
	background-color: #FFFFFF;
	height: 100px;
	position: relative;
	transition: .3s;
}
.cta-contact-form > .wp-block-group__inner-container {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cta-contact-form p {
	margin-bottom: 0;
	font-weight: 500;
	font-size: 18px;
	display: flex;
	align-items: center;
	margin-bottom: 0;
	color: #333333;
	transition: .3s;
}
.cta-contact-form p:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900; 
  content: "\f0e0";
	color: #3DB4D0;
	font-size: 23px;
	margin-right: 15px;
	transition: .3s;
}
.cta-contact-tel a,
.cta-contact-form a {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.cta-contact-tel a:after,
.cta-contact-form a:after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	background-color: #3DB4D0;
	position: absolute;
	bottom: 3px;
	right: 3px;
	transition: .3s;
}
.cta-contact-tel:hover,
.cta-contact-form:hover {
	background-color: #3DB4D0;
	transition: .3s;
}
.cta-contact-tel:hover p,
.cta-contact-form:hover p {
	color: #FFFFFF;
	transition: .3s;
}
.cta-contact-tel:hover p:before,
.cta-contact-form:hover p:before {
	color: #FFFFFF;
	transition: .3s;
}
.cta-contact-tel:hover a:after,
.cta-contact-form:hover a:after {
	background-color: #FFFFFF;
	transition: .3s;
}
@media screen and (max-width: 960px) {
	.cta-item-unit > .wp-block-group__inner-container {
		flex-wrap: wrap;
		gap: 40px;
	}
	.cta-item-ttl {
		flex-basis: 100%;
	}
	.cta-item-links {
		flex-basis: 100%;
	}
	.cta-contact-tel {
		height: auto;
		padding: 15px 10px;
	}
	p.cta-tel-number {
		font-size: 30px;
	}
	p.cta-tel-number:before {
		font-size: 18px;
		margin-right: 10px;
	}
	.cta-contact-form {
		height: auto;
		padding: 15px 10px;
	}
	.cta-contact-form p {
		font-size: 16px;
	}
	.cta-contact-form p:before {
		font-size: 18px;
		margin-right: 10px;
	}
}
@media screen and (max-width: 768px) {
	.cta-item-unit > .wp-block-group__inner-container {
		gap: 30px;
	}
}
/* -----------------------------------------
Footer
----------------------------------------- */
#footer-area {
	background-color: #363636 !important;
	color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
}
.footer-content-unit > .wp-block-group__inner-container {
	display: flex;
	gap: 50px;
}
.footer-left-area {
	flex-basis: 35%;
	margin-bottom: 0;
}
.footer-right-area {
	flex-basis: 65%;
}
.footer-left-area figure {
	margin-bottom: 15px;
	text-align: left;
}
ul.footer-menu-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	list-style: none;
	padding: 0;
}
ul.footer-menu-items li {
	margin: 0;
}
ul.footer-menu-items li a {
	padding: 10px 15px;
	transition: .3s;
}
ul.footer-menu-items li a:hover {
	border-bottom: 1px solid #3DB4D0;
	opacity: .8;
	transition: .3s;
}
.copyright {
	font-size: 16px !important;
}
@media screen and (max-width: 960px) {
	.footer-content-unit > .wp-block-group__inner-container {
		flex-wrap: wrap;
	}
	.footer-left-area {
		flex-basis: 100%;
		order: 2;
		text-align: center;
	}
	.footer-right-area {
		flex-basis: 100%;
	}
	.footer-left-area figure {
		text-align: center;
	}
	ul.footer-menu-items {
	}
	ul.footer-menu-items li {
		flex-basis: 100%;
		margin: 0;
	}
	ul.footer-menu-items li a {
		display: block;
		text-align: center;
		padding: 15px;
		border-bottom: 1px solid #FFFFFF;
	}
	.copyright {
		font-size: 14px !important;
	}	
}
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
下層ページ共通
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* H１タイトル */
#top_title_area {
	min-height: 300px;
}
.c-filterLayer.-texture-dot:after,
.l-topTitleArea.c-filterLayer::before {
	content: none;
}
@media screen and (min-width: 1440px) {
	#top_title_area {
		min-height: 400px;
	}
}
#top_title_area .l-topTitleArea__body {
	max-width: 100%;
}
#top_title_area h1.c-pageTitle {
	display: flex;
	gap: 15px;
	flex-direction:row-reverse;
	justify-content: left;
	align-items: center;
	font-size: 18px;
	font-weight: 600;
	color: #333333;
	position: relative;
	order: 3;
}
#top_title_area .c-pageTitle__subTitle {
	display: flex;
	gap: 15px;
	align-items: center;
  font-family: "Roboto", sans-serif;
	font-style: normal;
	opacity: 1;
	font-size: 50px;
	margin: 0;
}
#top_title_area .c-pageTitle__subTitle:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 1px;
	background-color: #FFFFFF;
}
@media screen and (max-width: 960px) {
	#top_title_area {
		min-height: 250px;
	}
	#top_title_area .l-topTitleArea__body {
		max-width: 100%;
	}
	#top_title_area h1.c-pageTitle {
		gap: 0px;
		flex-direction:row;
		flex-wrap: wrap;
	}
	#top_title_area .c-pageTitle__subTitle {
		display: block;
		width: 100%;
		font-size: 30px;
	}
	#top_title_area .c-pageTitle__subTitle:after {
		content: none;
	}
}
/* サブタイトルとノーマル文章 */
p.sub-ttl-txt {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
}
p.normal-txt {
	line-height: 2;
}
/* シンプルな表 */
.simple-table td {
	padding: 20px 0;
}
.simple-table tr td:first-child {
	text-align: center;
}
@media screen and (max-width: 960px) {
	.simple-table td {
		padding: 10px 5px;
		border: none;
	}
	.simple-table tr td:first-child {
		text-align: left;
		background-color: #3DB4D0;
		color: #FFFFFF;
		font-weight: 500;
		padding-left: 10px;
	}	
}
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* -----------------------------------------
 会社紹介
----------------------------------------- */
/* ヒストリー */
#history {
	position: relative;
	padding-top: 200px !important;
}
#history:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 350px;
	background-image: url(https://serenitas-corp.com/wp-content/uploads/2025/09/history-back.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
}
.history-inner {
	background-color: #FFFFFF;
	padding: 50px 30px;
}
@media screen and (max-width: 960px) {
	#history {
		padding-top: 100px !important;
	}
	#history:before {
		height: 50%;
	}
	.history-inner {
		padding: 30px 20px;
	}
}
/* -----------------------------------------
事業内容
----------------------------------------- */
.business-service-item {
	margin-bottom: 0;
	padding: 20px 0;
	border-bottom: 1px solid #C7C7C7;
}
.business-service-item.first {
	border-top: 1px solid #C7C7C7;
}
.business-service-item > .wp-block-group__inner-container {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px;
}
.business-service-item figure {
	flex-basis: calc((100% - 30px) - 75%);
	margin-bottom: 0;
}
.business-service-item-txt {
	flex-basis: calc((100% - 30px) - 25%);
}
.business-service-item-txt h3.is-style-section_ttl {
	font-size: 25px;
	margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
	.business-service-item {
		padding: 40px 0;
	}
	.business-service-item > .wp-block-group__inner-container {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		gap: 0px;
	}
	.business-service-item figure {
		flex-basis: 100%;
		margin-bottom: 1em;
	}
	.business-service-item-txt {
		flex-basis: 100%;
	}
	.business-service-item-txt h3.is-style-section_ttl {
		font-size: 23px;
		margin-bottom: 10px;
	}
}
/* -----------------------------------------
下層ページ共通
----------------------------------------- */
/* お問い合わせフォーム */
.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;
}
/* 住所 */
.form-item .form-flex {
	width: 75%;
}
input.add-txt-1 {
	max-width: 300px;
	margin-bottom: 20px;
}
/* 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: #3DB4D0;
	color: #FFFFFF;
	letter-spacing: .2em;
	transition: .3s;
}
/* 送信ボタンホバー */
.send-btn input:hover {
	background-color: #FFFFFF;
  border-color: #3DB4D0;
	color: #3DB4D0;
	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%;
		}
		input.your-add-1 {
			max-width: 200px;
			margin-bottom: 10px;
		}
		.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;
	}
}
/* -----------------------------------------
採用情報
----------------------------------------- */
#recruit-slider {
	background: #3DB4D0;
background: linear-gradient(0deg, rgba(61, 180, 208, 0) 0%, rgba(61, 180, 208, 1) 50%, rgba(61, 180, 208, 0) 100%);
}
.flowing-slider .swiper-wrapper .swiper-slide:nth-child(odd) {
	margin-top: 50px;
}
.flowing-slider .swiper-wrapper .swiper-slide img {
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba(0,0,0,.2);
}
.flowing-slider .swiper-wrapper {
  transition-timing-function: linear;
}
@media screen and (max-width: 768px) {
	.flowing-slider .swiper-wrapper .swiper-slide:nth-child(odd) {
		margin-top: 30px;
	}
	.flowing-slider .swiper-wrapper .swiper-slide img {
		border-radius: 10px;
	}
}
/* Flow */
.recruit-flow {
	background-color: #FFFFFF;
	padding: 20px 30px;
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
	margin-bottom: 45px;
}
.recruit-flow.bottom-arrow {
	position: relative;
}
.recruit-flow.bottom-arrow:after {
	content: "";
	display: inline-block;
	width: 33px;
	height: 15px;
	background-color: #3DB4D0;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
}
.recruit-flow > .wp-block-group__inner-container {
  display: flex;
	flex-wrap: wrap;
  gap: 20px;
}
p.recruit-flow-label {
  flex: 0 0 70px;
  height: 70px;
	border-radius: 35px;
  background-color: #3DB4D0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
p.recruit-flow-label span {
	font-size: 25px;
	font-weight: 700;
	line-height: 1;
}
.recruit-flow-txt {
  flex: 7.5 1 0;
}
.recruit-flow-txt h3.is-style-section_ttl {
	margin-bottom: 10px;
	font-size: 25px;
}
.recruit-flow-txt p {
	line-height: 2;
}
.recruit-flow-image {
  flex: 2.5 1 0;
}
.recruit-flow-image img {
	border-radius: 10px;
}
/* -----------------------------------------
お問い合わせ
----------------------------------------- */
/* 電話でのお問い合わせ */
p.contact-tel-number {
	margin-bottom: 10px;
}
p.contact-tel-number a {
	font-size: 50px;
	font-weight: 700;
	color: #075BAC;
	line-height: 1;
}
p.contact-tel-number a span {
	font-size: 30px;
	font-weight: 500;
	margin-right: 5px;
}