@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-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}
.font-robo {
	font-family: "Roboto", sans-serif;
}
/* ヘッダー ーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.l-header__inner.l-container {
	max-width: 100%;
	padding: 0;
	padding-left: 100px;
}
/* メニュー */
.c-gnav>.menu-item>a {
	padding: 0 25px;
}
.c-gnav>.menu-item>a .ttl {
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
}
@media screen and (max-width:1280px) {
	.l-header__inner.l-container {
		padding-left: 10px;
	}
	.c-gnav>.menu-item>a {
		padding: 0 10px;
	}
	.c-gnav>.menu-item>a .ttl {
		font-size: 14px;
	}
}
/* FAQアイコン、MAILアイコン */
.nav-left-icon-unit {
	display: flex;
	margin-left: 20px;
}
.line-icon,
.work-icon{
	width: 100px;
	height: 100px;
}
.work-icon {
	background-color: #333333;
}
.line-icon {
	background-color: #33C655;
}
.work-icon a,
.line-icon a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
}
nav#gnav {
	display: flex;
}
@media screen and (max-width:1280px) {
	.faq-icon,
	.mail-icon{
		width: 80px;
		height: 80px;
	}
}
@media screen and (max-width: 960px) {
	.nav-left-icon-unit {
		display: none;
	}
	nav#gnav {
		display: none;
	}
}
/*メインビジュアル ーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.p-mainVisual__textLayer {
	padding-top: 100px;
}
.p-mainVisual__slideTitle {
	position: relative;
	color: #000000 !important;
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 30px;
}
.p-mainVisual__textLayer span.big-t {
	font-size: 1.3em;
}
.p-mainVisual__slideTitle:before {
	content: "";
	display: inline-block;
	width: 204px;
	height: 79px;
	background-image: url(https://u-consulting.net/wp-content/uploads/2025/04/logo.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	z-index: 999;
	top: -90px;
	left: 50%;
	transform: translateX(-50%);
}
/* スクロールテキスト */
.scrool-txt {
	position: absolute;
	bottom: 30px;
	right: 100px;
	z-index: 2;
	color: #000000;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	letter-spacing: 3px;
}
.scrool-txt:before {
	content: "";
	width: 1px;
	height: calc(100% + 50px);
	background-color: #000000;
	position: absolute;
	bottom: -30px;
	left: -5px;
}
.scrool-txt:after {
	content: "";
	width: 30px;
	height: 1px;
	background-color: #000000;
	position: absolute;
	bottom: -30px;
	left: -20px;
	transform: rotate(-45deg);
}
@media screen and (max-width: 960px) {
	.p-mainVisual__textLayer {
		padding-top: 0px;
	}
	.p-mainVisual__slideTitle {
		font-size: 25px;
	}
	.p-mainVisual__textLayer span.big-t {
		font-size: 1.2em;
	}
	.p-mainVisual__slideTitle:before {
		width: 150px;
		height: 58px;
		top: -70px;
	}
	/* スクロールテキスト */
	.scrool-txt {
		right: 10px;
		font-size: 12px;
	}
}
@media screen and (max-width: 768px) {
	.p-mainVisual__slideTitle {
		font-size: 1.3em;
	}
}
/* #main_visual .p-mainVisual__inner {
	max-width: 80%;
	margin-left: auto;
	margin-right: 0;
}
.p-mainVisual__textLayer {
	padding: 0 !important;
}
.main-visual-copy {
	position: absolute;
	top: 50%;
	left: 100px;
	z-index: 3;
	transform: translateY(-50%);
	font-size: 2.75em;
	font-weight: 600;
	letter-spacing: 2px;
	text-shadow: 0px 2px 8px rgba(255,255,255,.5);
}
.scrool-txt {
	position: absolute;
	bottom: 30px;
	left: 100px;
	z-index: 2;
	color: #000000;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	letter-spacing: 3px;
}
.scrool-txt:before {
	content: "";
	width: 1px;
	height: calc(100% + 50px);
	background-color: #000000;
	position: absolute;
	bottom: -30px;
	left: -5px;
}
.scrool-txt:after {
	content: "";
	width: 30px;
	height: 1px;
	background-color: #000000;
	position: absolute;
	bottom: -30px;
	left: -20px;
	transform: rotate(-45deg);
}
@media screen and (max-width:1280px) {
	.p-mainVisual.-height-full {
			height: calc(var(--swl-mv-height, 100vh) - var(--swl-headerH, 0px) - var(--swl-adminbarH, 0px) - 10px);
	}
	#main_visual {
		margin-top: 10px;
	}
	#main_visual .p-mainVisual__inner {
		max-width: 85%;
	}
	.main-visual-copy {
		left: 50px;
		font-size: 2.5em;
	}
	
}
@media screen and (max-width:960px) {
	.p-mainVisual.-height-full {
			height: calc(var(--swl-mv-height, 100vh) - var(--swl-headerH, 0px) - var(--swl-adminbarH, 0px) );
	}
	#main_visual {
		margin-top: 0;
	}
	#main_visual .p-mainVisual__inner {
		max-width: 100%;
	}
	.main-visual-copy {
		left: 50%;
		transform: translate(-50%,-50%);
		font-size: 2em;
		text-shadow: 0px 2px 0px rgba(255,255,255,.6);
		text-align: center;
		width: 100%;
	}
	.scrool-txt {
		display: none;
	}
}
@media screen and (max-width:768px) {
	.main-visual-copy {
		font-size: 1.5em;
	}
} */
/* 共通ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* ボタン */
.btn-style-1 .wp-block-button a {
	min-width: 262px;
	background-image: url(https://u-consulting.net/wp-content/uploads/2025/03/btn-back.png);
	background-size: cover;
	background-repeat: no-repeat;
	color: #000000;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	border: 1px solid #000000;
	position: relative;
	transition: .3s ease-in;
}
.btn-style-1 .wp-block-button a:after {
	content: "";
	display: inline-block;
	width: 25px;
	height: 1px;
	background-color: #000000;
	position: absolute;
	top: 50%;
	right: -12.5px;
	transform: translateY(-50%);
	transition: .3s ease-in;
}
.btn-style-1 .wp-block-button a:hover {
	background-image: url(https://u-consulting.net/wp-content/uploads/2025/03/btn-hover-back.png);
	transition: .3s ease-in;
}
.btn-style-1 .wp-block-button a:hover:after {
	transform: translateY(-50%) rotate(360deg);
	transition: .3s ease-in;
}
@media screen and (max-width:768px) {
	.btn-style-1 {
		justify-content: center !important;
	}
}
/* ボタン2 */
a.btn-style-2 {
	width: 160px;
	height: 54px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	color: #000000;
}
.btn-style-2:before  {
	content: "";
	display: inline-block;
	width: calc(100% - 25px);
	height: 1px;
	border-bottom: 2px dotted #000000;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 2;
}
.btn-style-2:hover:before {
	border-bottom: 2px solid #000000;
	transition: .3s ease-in;
}
.btn-style-2:after  {
	content: "";
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	border: 1px solid #000000;
	background-image: url(https://u-consulting.net/wp-content/uploads/2025/03/BG_023mm.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.btn-style-2:hover:after {
	background-image: url(https://u-consulting.net/wp-content/uploads/2025/03/BG_013mm.png);
	border: 2px solid #000000;
	transition: .3s ease-in;
}
a.btn-style-2 span {
	font-family: "Roboto", sans-serif;
}
a.btn-style-2:hover span {
	font-style: italic;
}
@media screen and (max-width:768px) {
	a.btn-style-2 {
		display: block;
		width: 160px;
		height: 54px;
		margin-left: auto;
		position: relative;
		transform: translateY(0%);
	}
}
/* トップページーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
p.top-mess {
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 40px;
}
/* セクションタイトル 左寄せ*/
.section-ttl-1-group .wp-block-group__inner-container {
	display: flex;
	align-items: center;
}
.section-ttl-1-group h2.is-style-section_ttl {
	margin-bottom: 0;
	font-size: 50px;
	font-weight: 500;
	font-style: italic;
	margin-right: 50px;
	position: relative;
}
.section-ttl-1-group h2.is-style-section_ttl:after {
	content: "";
	display: inline-block;
	width: 2px;
	height: 21px;
	background-color: #000000;
	position: absolute;
	top: 50%;
	right: -25px;
	transform: translateY(-50%) rotate(25deg);
}
@media screen and (max-width:960px) {
	p.top-mess {
		font-size: 20px;
		margin-bottom: 30px;
	}
	p.top-mess-txt {
		text-align: left;
		line-height: 2 !important;
	}
	/* セクションタイトル 左寄せ*/
	.section-ttl-1-group {
		padding: 0 20px;
	}
	.section-ttl-1-group .wp-block-group__inner-container {
		flex-direction: column;
	}
	.section-ttl-1-group h2.is-style-section_ttl {
		margin-bottom: 30px;
		font-size: 40px;
		margin-right: 0;
	}
	.section-ttl-1-group h2.is-style-section_ttl:after {
		width: 1px;
		height: 20px;
		top: auto;
		right: 50%;
		bottom: -20px;
		transform: translateX(-50%) rotate(45deg);
	}
}
/* セクションタイトル 中央寄せ*/
.section-ttl-1-group.center .wp-block-group__inner-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.section-ttl-1-group.center h2.is-style-section_ttl {
	margin-bottom: 30px;
	margin-right: 0;
}
.section-ttl-1-group.center h2.is-style-section_ttl:after {
	top: auto;
	bottom: -30px;
	right: 50%;
	transform: translate(0,-50%) rotate(45deg);
}
@media screen and (max-width:960px) {
	.section-ttl-1-group.center h2.is-style-section_ttl:after {
		top: auto;
		bottom: -20px;
		right: 50%;
		transform: translateX(-50%) rotate(45deg);
	}
}
/* サービス */
.section-ttl-1-group p {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 600;
}
.top-service-item {
	position: relative;
	border-bottom: 1px solid #D8D8D9;
	padding: 30px 0;
	margin-right: 100px;
	max-width: 850px;
}
.top-service-item.first {
	border-top: 1px solid #D8D8D9;
}
.top-service-item h3.is-style-section_ttl {
	font-size: 25px;
}
.top-service-item p {
	font-size: 15px;
	padding-right: 200px;
	margin-bottom: 0;
}
@media screen and (max-width:960px) {
	.top-service-item {
		padding: 20px;
		margin-right: 0px;
	}
	.top-service-item h3.is-style-section_ttl {
		font-size: 20px;
	}
	.top-service-item p {
		margin-bottom: 10px;
		padding: 0;
	}
	#top-service .top-service-right-item {
		background-color: #FFFFFF;
		padding: 20px 0!important;
	}
	.top-service-left-image {
		max-height: 400px;
	}
}
/* スライダー */
.slider1 .swiper-wrapper {
  transition-timing-function: linear;
}
.swiper-slide.down {
 margin-top: 50px;
}
@media screen and (max-width:960px) {
	.swiper-slide.down {
	 margin-top: 25px;
	}
	#top-work.section-ttl-1-group {
		margin-bottom: 3em !important;
	}
}
/* CTA */
.cta-item {
}
.cta-item-inner {
	background-color: rgba(255,255,255,.65);
	padding: 60px 30px 60px 100px;
	padding: 60px 0px;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	max-height: 196px;
}
.cta-item-inner:hover {
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
	background-color: rgba(255,255,255,1);
}
.cta-item-inner .wp-block-group__inner-container {
	display: inline-block;
}
.cta-item-inner:before {
	font-family: "Font Awesome 6 Free";
  content: "\f105";
	font-weight: 600;
	font-size: 30px;
	margin-right: 30px;
}
.cta-item-inner.line:before {
  content: "\f075";
	font-weight: 500;
}
.cta-item-inner.tel:before {
  content: "\f095";
}
.cta-item-inner.form:before {
  content: "\f0e0";
	font-weight: 500;
}
.cta-item-inner.work:before {
  content: "\f059";
	font-weight: 500;
}
.cta-item-inner a {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.cta-item-inner h3.is-style-section_ttl {
	font-size: 25px;
	font-weight: 600;
}
@media screen and (max-width:960px) {
	.cta-item-inner {
		padding: 30px 15px;
		border-radius: 10px;
		max-height: 100%;
	}
	.cta-item-inner:before {
		font-size: 25px;
		margin-right: 20px;
	}
	.cta-item-inner h3.is-style-section_ttl {
		font-size: 20px;
		font-weight: 600;
	}
}
@media screen and (max-width:768px) {

}
/* Footer */
.page .l-content {
	margin-bottom: 0;
}
#before_footer_widget {
	margin-top: 0;
}
.top #content {
	margin-bottom: 3em;
}
ul.l-footer__nav {
	margin-bottom: 3em;
	margin-top: 3em;
}
ul.l-footer__nav li a,
.l-footer__nav li:first-child a{
	border: none;
}
ul.l-footer__nav li a {
	font-size: 16px;
	font-weight: 500;
	padding: 5px 25px;
}
@media screen and (max-width: 960px) {
	ul.l-footer__nav {
		flex-direction: column;
		justify-content: center;
	}
	ul.l-footer__nav li a {
		padding: 15px 10px;
		border-bottom: 1px solid #D8D8D9 !important;
	}
	.l-footer__nav li:first-child a{
		border-top: 1px solid #D8D8D9 !important;
	}
	ul.l-footer__nav li a:before {
    font-family: "Font Awesome 6 Free";
    content: "\f105";
    font-weight: 600;
    margin-right: 10px;
  }
}
/* ------------------------------------------------
 下層ページ共通 
 ----------------------------------------------- */
/* タイトルエリア */
.page h1.c-pageTitle,
.blog h1.c-pageTitle{
	border-bottom: none !important;
	font-size: 2.5em;
}
.page .c-pageTitle__inner,
.blog .c-pageTitle__inner {
	display: flex;
	flex-direction: column;
	float: none !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	border-bottom: none !important;
	margin: 0 auto;
}
.page .c-pageTitle__inner small,
.blog .c-pageTitle__inner small {
	margin-left: 0;
	margin-top: 40px;
	position: relative;
	font-size: 16px;
	font-weight: 400;
	opacity: 1;
}
.page .c-pageTitle__inner small:before,
.blog .c-pageTitle__inner small:before {
	content: "";
	display: inline-block;
	width: 3px;
	height: 20px;
	background-color: #000000;
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%) rotate(35deg);
}
@media screen and (max-width: 960px) {
	.page h1.c-pageTitle,
	.blog h1.c-pageTitle {
		border-bottom: none !important;
		font-size: 2em;
	}
	.page .c-pageTitle__inner small,
	.blog .c-pageTitle__inner small {
		margin-top: 30px;
		font-size: 14px;
	}
	.page .c-pageTitle__inner small:before,
	.blog .c-pageTitle__inner small:before {
		width: 2px;
		height: 15px;
		top: -20px;
		left: 50%;
	}	
}
@media screen and (max-width: 768px) {
	.page h1.c-pageTitle,
	.blog h1.c-pageTitle {
		border-bottom: none !important;
		font-size: 30px;
	}
}
/* セクションタイトル２ */
.section-ttl-2-group .wp-block-group__inner-container {
	display: flex;
	align-items : center;
}
.section-ttl-2-group h2.is-style-section_ttl {
	font-size: 50px;
    font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-style: italic;
	margin-bottom: 0;
	margin-right: 20px;
}
.section-ttl-2-group .wp-block-group__inner-container span {
	display: inline-block;
	width: 23px;
	height: 3px;
	background-color: #000000;
	margin-right: 20px;
	margin-bottom: 0;
}
.section-ttl-2-group p {
	font-size: 25px;
	font-weight: 500;
}
@media screen and (max-width: 960px) {
	.section-ttl-2-group h2.is-style-section_ttl {
		font-size: 2em;
		margin-right: 15px;
	}
	.section-ttl-2-group .wp-block-group__inner-container span {
		width: 15px;
		height: 2px;
		margin-right: 15px;
	}
	.section-ttl-2-group p {
		font-size: 18px;
	}
}
@media screen and (max-width: 768px) {
	.section-ttl-2-group {
		margin-bottom: 30px !important;
	}
	.section-ttl-2-group .wp-block-group__inner-container {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 10px;
	}
	.section-ttl-2-group h2.is-style-section_ttl {
		font-size: 30px;
		margin-right: 0px;
	}
	.section-ttl-2-group .wp-block-group__inner-container span {
		transform: rotate(-45deg);
		margin: 0;
	}
	.section-ttl-2-group p {
		font-size: 16px;
		margin: 0 !important;
	}
}
/* ------------------------------------------------
 COMPANY
 ----------------------------------------------- */
/* MVV */
.mvv-item {
	margin-bottom: 0;
	padding: 30px 0;
	border-bottom: 1px solid #D8D8D9;
}
.mvv-item:first-child {
	padding-top: 0;
}
.mvv-item h3.is-style-section_ttl {
	font-size: 26px;
  font-family: "Roboto", sans-serif;
	font-weight: 100;
	font-style: italic;
	display: flex;
	align-items: center;
	line-height: 1;
	margin-bottom: 10px;
}
.mvv-item h3.is-style-section_ttl span {
  font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 16px;
	font-style: normal;
	margin-left: 20px;
}
p.mvv-sub-ttl {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
	.mvv-item {
		padding: 20px 0;
	}
	.mvv-item h3.is-style-section_ttl span {
		font-size: 14px;
		margin-left: 15px;
	}
	p.mvv-sub-ttl {
		font-size: 16px;
		font-weight: 500;
		margin-bottom: 5px;
	}
	p.mvv-txt {
		font-size: 14px;
	}
}
@media screen and (max-width: 768px) {
	
}
/* 会社概要 */
.company-info-table table tr td {
	padding-top: 25px;
	padding-bottom: 25px;
}
/* MAP */
a.btn-style-2.map-btn {
	display: block;
	margin-left: auto;
  position: static;
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
	/* 会社概要 */
	.company-info-table table tr td {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
/* ------------------------------------------------
 事業内容
 ----------------------------------------------- */
/* トップメッセ */
h2.page-top-mess-ttl.is-style-section_ttl {
	font-size: 2em;
	margin-bottom: 1em;
}
@media screen and (max-width: 960px) {
	h2.page-top-mess-ttl.is-style-section_ttl {
		font-size: 25px;
	}
}
@media screen and (max-width: 768px) {
	h2.page-top-mess-ttl.is-style-section_ttl {
/* 		font-size: px; */
	}
}
/* アンカーリンクユニット */
.service-anker-unit {
	max-width: 1100px;
	margin: 0 auto;
}
.service-anker-item {
	border-right: 1px solid #D8D8D9;
	padding-top: 30px !important;
	padding-bottom: 30px !important;
	position: relative;
	background-color: #FFFFFF;
	transition: .3s;
}
.service-anker-item:hover {
	border: 1px solid #D8D8D9;
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
	background-color: #F0F0F0;
	transition: .3s;
}
p.anker-item-label {
	font-size: 34px;
  font-family: "Roboto", sans-serif;
	font-weight: 100;
	font-style: italic;
	margin-bottom: 15px;
	line-height: 1;
}
p.anker-item-ttl {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 50px;
	line-height: 1;
	position: relative;
}
p.anker-item-ttl:after {
	content: "";
	display: inline-block;
	width: 3px;
	height: 20px;
	background-color: #000000;
	position: absolute;
	bottom: -38px;
	right: 50%;
	transform: translateX(50%) rotate(35deg);
}
.service-anker-item a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (max-width: 768px) {
	.service-anker-unit {
	}
	.service-anker-item {
		border-right: none;
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
	p.anker-item-label {
		font-size: 25px;
		margin-bottom: 10px;
	}
	p.anker-item-ttl {
		font-size: 18px;
		margin-bottom: 40px;
	}
	p.anker-item-ttl:after {
		width: 2px;
		height: 15px;
		bottom: -25px;
	}
	p.anker-item-catch {
		font-size: 14px;
	}
}
/* サービス01~03 */
#service01,
#service02,
#service03,
#service-flow,
#service-faq {
	position: relative;
	padding-top: 250px !important;
}
#service01:before,
#service02:before,
#service03:before,
#service-flow:before,
#service-faq:before{
	content: "";
	font-size: 229px;
  font-family: "Roboto", sans-serif;
	font-weight: 100;
	font-style: italic;
	line-height: 1;
	color: rgba(0,0,0,.04);
	letter-spacing: .02em;
	position: absolute;
	top: 75px;
	left: 0;
}
#service01:before {
	content: "SERVICE01"
}
#service02:before {
	content: "SERVICE02"
}
#service03:before {
	content: "SERVICE03"
}
#service-flow:before {
	content: "FLOW"
}
#service-faq:before {
	content: "FAQ"
}
.service-content-item {
	background-color: #FFFFFF;
	padding-bottom: 20px !important;
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
}
.service-content-item figure {
	margin-bottom: 20px !important;
}
.service-content-item figure img {
	width: 100%;
}
h4.is-style-section_ttl.service-content-ttl {
	margin-top: 0;
	margin-bottom: 40px;
	position: relative;
}
h4.is-style-section_ttl.service-content-ttl:after {
	content: "";
	display: inline-block;
	width: 3px;
	height: 17px;
	background-color: #000000;
	position: absolute;
	bottom: -30px;
	right: 50%;
	transform: translateX(50%) rotate(35deg);
}
@media screen and (max-width: 960px) {
	/* サービス01~03 */
	#service01,
	#service02,
	#service03,
	#service-flow,
	#service-faq {
		position: relative;
		padding-top: 100px !important;
	}
	#service01:before,
	#service02:before,
	#service03:before,
	#service-flow:before,
	#service-faq:before{
		font-size: 100px;
		top: 0px;
	}
	.service-content-item {
		padding-bottom: 10px !important;
	}
	.service-content-item figure {
		margin-bottom: 15px !important;
	}
	h4.is-style-section_ttl.service-content-ttl {
		margin-bottom: 25px;
	}
	h4.is-style-section_ttl.service-content-ttl:after {
		width: 2px;
		height: 15px;
		bottom: -20px;
	}
}
/* フロートメニュー */
.about-content-outer {
    position: relative;
}
.float-anker-unit {
    height: 100%;
    position: absolute;
    top: 0;
    right: 50px;
    z-index: 9999;
}
.float-anker-unit ul {
    position: sticky;
    top: 150px;
    left: 0;
    list-style: none;
    padding: 0;
}
.float-anker-unit ul li {
	margin: 0;
	margin-bottom: 30px;
}
.float-anker-unit ul li:first-child {
  font-family: "Roboto", sans-serif;
	font-weight: 100;
	font-style: italic;
	font-size: 22px;
	text-align: center;
	position: relative;
}
.float-anker-unit ul li:first-child:after {
	content: "";
	display: inline-block;
	width: 30px;
	height: 2px;
	background-color: #000000;
	position: absolute;
	bottom: -5px;
	right: 50%;
	transform: translateX(50%);
}
.float-anker-unit ul li a {
  font-family: "Roboto", sans-serif;
	font-weight: 100;
	font-style: italic;
	color: #000000;
	font-size: 24px;
	line-height: 1;
}
.float-anker-unit ul li a span {
  font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: 14px;
}
.float-anker-unit ul li a.current {
	position: relative;
}
.float-anker-unit ul li a:before {
	content: "";
	display: inline-block;
	height: 100%;
	width: 1px;
	background-color: rgba(0,0,0,.2);
	position: absolute;
	top: 50%;
	left: -10px;
	transform: translateY(-50%);
}
.float-anker-unit ul li a.current:before {
	background-color: rgba(0,0,0,1);
}
@media screen and (max-width: 1500px) {
	.float-anker-unit {
		display: none;
	}
}
/* FLOW */
.tab-unit .c-tabList {
	gap: 30px;
	margin-bottom: 30px !important;
}
button.c-tabList__button {
	padding: 20px !important;
	font-size: 18px;
}
.is-style-default>.c-tabList .c-tabList__button {
	background-color: #F7F7F7;
	color: #000000;
	opacity: 1;
}
.is-style-default>.c-tabList .c-tabList__button:hover, .is-style-default>.c-tabList .c-tabList__button[aria-selected=true] {
	background-color: #000000;
}
.c-tabBody {
	padding: 0 !important;
	border: none !important;
}
.flow-step-item {
	border: 1px solid #D8D8D9;
	padding: 25px 50px;
	border-radius: 10px;
}
.flow-step-item > .wp-block-group__inner-container {
	display: flex;
	align-items: center;
}
p.flow-step-label {
	text-align: center;
	font-size: 24px;
	line-height: 1;
  font-family: "Roboto", sans-serif;
	font-weight: 100;
	font-style: italic;
	padding-right: 50px;
	margin-bottom: 0;
}
p.flow-step-label span{
	font-size: 50px;
  font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.flow-step-item-txt-area {
	padding-left: 20px;
	border-left: 1px solid #D8D8D9;
}
.flow-step-item-txt-area h3.is-style-section_ttl {
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 25px;
}
.flow-step-item-txt-area p {
	
}

@media screen and (max-width:960px) {
	.tab-unit .c-tabList {
		gap: 5px;
		margin-bottom: 10px !important;
	}
	button.c-tabList__button {
		padding: 15px 20px !important;
		font-size: 16px;
	}
	.c-tabBody {
		padding: 0 !important;
		border: none !important;
	}
	.flow-step-item {
		padding: 10px;
		border-radius: 5px;
	}
	.flow-step-item > .wp-block-group__inner-container {
		flex-direction: column;
		align-items: flex-start;
	}
	p.flow-step-label {
		font-size: 25px;
		padding-right: 0px;
		margin-bottom: 20px;
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}
	p.flow-step-label br {
		display: none;
	}
	p.flow-step-label span{
		font-size: 30px;
		margin-left: 10px;
	}
	.flow-step-item-txt-area {
		padding-left: 0px;
		border-left: none;
	}
	.flow-step-item-txt-area h3.is-style-section_ttl {
		font-size: 20px;
	}
	.flow-step-item-txt-area p {
		font-size: 14px;
	}
}
@media screen and (max-width:768px) {
	.tab-unit .c-tabList {
		gap: 0px;
	}
	button.c-tabList__button {
		padding: 15px 3px !important;
		font-size: 14px;
	}
}
/* よくある質問 */
.swell-block-dl__dt {
    font-weight: 500 !important;
    background: #FFFFFF;
    padding: 25px 40px 25px 25px;
    cursor: pointer;
    position: relative;
	border: 1px solid #D8D8D9;
	border-radius: 10px;
	font-size: 18px;
}
.swell-block-dl__dt::after {
    content: "＋";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 28px;
    transition: transform 0.3s;
}
.swell-block-dl__dt.active::after {
  content: "−";
	font-size: 35px;
  transform: translateY(-50%) rotate(180deg);
	transition: .1s ease-in;
}
.swell-block-dl__dd {
  display: none;
  padding: 25px;
	border: 1px solid #D8D8D9;
	border-radius: 10px;
	margin-left: 0;
	margin-top: 10px;
  background: #fff;
}

@media screen and (max-width: 960px) {
	.swell-block-dl__dt {
		padding: 20px 40px 20px 15px;
		border-radius: 5px;
		font-size: 16px;
	}
	.swell-block-dl__dt::after {
			right: 15px;
			font-size: 20px;
	}
	.swell-block-dl__dt.active::after {
		font-size: 25px;
	}
	.swell-block-dl__dd {
		padding: 15px;
		font-size: 14px;
		border-radius: 5px;
	}
}
/* --------------------------------------
ブログ
--------------------------------------- */
ul.p-postList.-type-list li {
	margin-bottom: 0;
	padding: 40px 0;
	border-bottom: 1px solid #D8D8D9;
}
ul.p-postList.-type-list li:first-child {
	padding-top: 0;
}
@media screen and (max-width: 960px) {
	ul.p-postList.-type-list li {
		padding: 20px 0;
	}
}
/* --------------------------------------
お問い合わせ
--------------------------------------- */
.btn-style-1.line-btn .wp-block-button a {
	background: #33C655;
}
p.contact-tel-number {
	font-size: 50px;
	font-weight: 500;
	display: flex;
	align-items: center;
	line-height: 1;
}
p.contact-tel-number i {
	font-size: 30px;
	margin-right: 10px;
}
@media screen and (max-width: 960px) {
	p.contact-top-txt {
		text-align: left;
	}
	p.contact-tel-number {
		font-size: 40px;
		justify-content: center;
	}
	p.contact-tel-number i {
		font-size: 25px;
	}
	p.sp-center {
		text-align: center;
	}
}
/* お問い合わせフォーム */
.contact-form-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 3em;
}
.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: 50px;
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #D3D3D3;
}
/* 住所 */
.form-item .form-flex {
	width: 75%;
}
input.add-txt-1 {
	max-width: 300px;
	margin-bottom: 20px;
}
/* お問い合わせ内容 */
.form-item textarea {
	width: 100%;
	min-height: 200px;
	background-color: #FFFFFF;
	border: 1px solid #D3D3D3;
}
/* 個人情報取扱同意 */
.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: 60px;
	margin: 0 auto;
	margin-top: 30px;
}
.send-btn:after {
	  content: "";
    display: inline-block;
    width: 25px;
    height: 1px;
    background-color: #000000;
    position: absolute;
	bottom: 30px;
    right: -12.5px;
    transition: .3s ease-in;
}
.send-btn:hover input {
    background-image: url(https://u-consulting.net/wp-content/uploads/2025/03/btn-hover-back.png);
    transition: .3s ease-in;
}
.send-btn:hover:after {
    transform: translateY(-50%) rotate(360deg);
    transition: .3s ease-in;
}
.send-btn input{
	width: 100%;
	padding: 15px 20px;
    background-image: url(https://u-consulting.net/wp-content/uploads/2025/03/btn-back.png);
    background-size: cover;
    background-repeat: no-repeat;
	border: 1px solid #000000;
	color: #000000;
	letter-spacing: .2em;
	transition: .3s;
}
/* 送信ボタンホバー */
.send-btn input:hover {
	background-color: #FFFFFF;
  border-color: #333;
	color: #000000;
	transition: .3s;
}
span#your-subject input {
	width: 20px;
}
span#your-subject span {
	color: #333;
}
/* お問合せ 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;
		}
	.your-subject span.wpcf7-list-item {
		width: 100%;
		margin-left: 0;
	}
	.your-subject input {
		height: 30px !important;
	}
}
.hp-padd-top-no {
	padding-top: 0 !important;
}

/* -----------------------------------------
 ヘッダーメニューSP 
--------------------------------------------*/
.l-header__customBtn.sp_ {
	display: none;
}
@media screen and (max-width: 960px) {
	.p-spMenu__inner {
		padding-top: 60px;
	}
	.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;
	}
}