@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
*/
/* ヘッダー */
.l-header__bar {
	background-color: #DCEFF6;
	color: #333;
}
/* メインビジュアル */
.p-mainVisual__slideTitle {
	color: #333333;
	font-size: 3em;
	line-height: 1.5;
	font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}
@media screen and (max-width: 960px) {
	.p-mainVisual__slideTitle {
		font-size: 2em;
	}
}
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーートップページコンテンツーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* basicタイトル1 */
.basic-ttl-unit h2.is-style-section_ttl {
	font-size: 2.5em;
	margin-bottom: 10px;
}
.basic-ttl-unit h2.is-style-section_ttl span {
	color: #D15050;
}
.basic-ttl-unit p {
	display: flex;
	align-items: center;
}
.basic-ttl-unit p:before {
	content: "";
	display: inline-block;
	width: 23px;
	height: 1px;
	background-color: #000;
	margin-right: 10px;
}
/* basicタイトル2 */
.basic-ttl-unit-2 h2.is-style-section_ttl {
	font-size: 2em;
	margin-top: 0;
	text-align: center !important;
}
.basic-ttl-unit-2 p {
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}
.basic-ttl-unit-2 p:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 2px;
	background-color: #000;
	margin-right: 10px;
	position: absolute;
	bottom: -18px;
	left: 50%;
	transform: translateX(-50%) rotate(-50deg);
}
@media screen and (max-width: 768px) {
	.basic-ttl-unit h2.is-style-section_ttl,
	.basic-ttl-unit-2 h2.is-style-section_ttl{
		font-size: 1.5em;
	}
}
/* basicボタン */
.basic-btn a {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	color: #333;
}
@media screen and (max-width: 768px) {
	.basic-btn {
		text-align: center !important;
	}
}

/* ストロングポイント */
.point-item {
	border: 1px solid #D5D5D5;
	padding: 0 30px 10px !important;
	position: relative;
}
.point-item:before {
	content: "";
	display: inline-block;
	width: 50px;
	height: 4px;
	background-color: #DCEFF6;
	position: absolute;
	top: 0;
	left: 30px;
}
.point-item.item-1,
.point-item.item-2 {
	border-right: none;
}
p.point-label {
	font-size: 45px;
	margin-bottom: 0;
}
.point-item h3.is-style-section_ttl {
	
}
p.point-disc {
	
}

/* サービス */
.top-service-item {
	position: relative;
}
p.top-service-label {
	background-color: #F8FBFF;
	display: inline-block;
	position: absolute;
	top:0;
	right: 0;
	padding: 0 15px;
}
.top-service-item figure {
	margin-bottom: 0;
}
.top-service-item figure img {
	width: 100%;
}
.top-service-item h3.is-style-section_ttl {
	font-size: 18px;
	margin-top: 0;
	background-color: #FFFFFF;
	padding: 10px 0;
	font-weight: 400;
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
}
.top-service-item .swell-block-button a {
	background-color: #FFFFFF;
	color: #333;
	border: 2px solid #DCEFF6;
	box-shadow: none;
}
.top-service-item .swell-block-button a svg {
	color: #DCEFF6;
}

/* お知らせコラム */
.c-postThumb__cat.icon-folder {
	background-color: #DCEFF6;
	color: #333;
}

/* CTA */
.is-style-btn_normal.radius-btn {
}
.is-style-btn_normal.radius-btn a {
	background-color: #DCEFF6;
	color: #333333;
	border-radius: 30px;
	padding: 1em 1.5em;
	position: relative;
	min-width: auto;
	width: 273px;
}
.is-style-btn_normal.radius-btn a svg {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}
.is-style-btn_normal.radius-btn a:before {
	font-family: "Font Awesome 6 Free";
  content: "\f0e0";
	font-weight: 100;
}

/* Footer */
/* .l-content {
	margin-bottom: 0;
}
.blog div#content,
.single div#content,
.archive div#content {
	margin-bottom: 3em;
} */
.w-beforeFooter {
	margin-bottom: 0;
	margin-top: 0;
}
#custom_html-3 {
	margin: 0;
}
.copy-arae {
	background-color: #DCEFF6;
	color: #333;
	padding: 10px 0;
}
.l-footer__foot {
	padding-bottom: 0;
}
.l-footer__nav {
	padding-bottom: 20px;
}

/* ---------------------------------------------
 下層ページタイトル
------------------------------------------- */
#top_title_area {
	min-height: 400px;
}
#top_title_area h1.c-pageTitle {
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	font-size: 2.5em;
	color: #333;
}
#top_title_area .c-pageTitle__subTitle {
	font-style: normal;
	font-size: 16px;
	margin-top: 10px;
	margin-left: 0;
}
#top_title_area.l-topTitleArea.c-pageTitle__subTitle {
	margin-left: 0;
}
.l-topTitleArea.c-filterLayer::before,
.c-filterLayer.-texture-dot:after{
	content: none;
}
@media screen and (max-width: 960px) {
	#top_title_area {
		min-height: 350px;
	}
	h1.c-pageTitle {
		font-size: 1.5em;
	}
	.c-pageTitle__subTitle {
		font-size: 14px;
	}
}
/* ---------------------------------------------
 プロフィールページ
------------------------------------------- */
/* .page-id-1126 #top_title_area {
	min-height: 200px;
} */
.page-id-1126 #content,
.page-id-1130 #content,
.page-id-1124 #content{
	padding-top: 0;
}
#profile-top {
	padding-top: 120px !important;
	padding-bottom: 120px !important;
}
p.profile-top-mess-ttl {
	font-size: 3em;
	text-align: center;
	margin-bottom: 40px;
	letter-spacing: .1em;
	font-weight: 700;
	font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}
p.profile-top-mess-ttl span {
	font-size: 1.5em;
}
p.profile-top-mess-txt {
	font-size: 18px;
	font-weight: 600;
}
@media screen and (max-width: 960px) {
	#profile-top {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}
	p.profile-top-mess-ttl {
		font-size: 1.5em;
		margin-bottom: 30px;
	}
	p.profile-top-mess-txt {
		font-size: 16px;
		text-align: left;
	}
}
p.profile-top-name {
	font-size: 20px;
}
.profile-main-content h3.is-style-section_ttl {
	font-size: 18px;
	margin-bottom: 15px;
	margin-top: 30px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 500 !important;
}

/* ---------------------------------------------
企業向けサービス
------------------------------------------- */
.business-top p {
	font-size: 18px;
}
#service-top-progress h2.is-style-section_ttl {
	font-size: 25px;
}
@media screen and (max-width: 960px) {
	.business-top p {
		font-size: 16px;
	}
	#service-top-progress h2.is-style-section_ttl {
		font-size: 20px;
	}
}

/* section-ttl-style-1 */
h2.is-style-section_ttl.section-ttl-style-1 {
	font-size: 2em;
	background-color: #F8FBFF;
	border: 1px solid #000000;
	padding: 15px 0;
	position: relative;
}
h2.is-style-section_ttl.section-ttl-style-1:before {
	content: "";
	display: inline-block;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: 1px solid #000000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
h3.is-style-section_ttl.section-ttl-style-2 {
	font-size: 25px;
	border-bottom: 1px solid #9B9B9B;
	padding: 0 0 10px 15px;
}


/* ---------------------------------------------
お問い合わせ
------------------------------------------- */
/* コンタクトフォーム */
.contact-form-inner {
  margin: 0 auto 30px;
}
.form-item {
  width: 100%;
	padding: 25px 0 ;
	border-bottom: 1px solid #B5B5B5;
	display: flex;
	align-items: center;
}
.form-item label{
  display: block;
  font-size: 16px;
  color: #333333;
	flex-basis: 25%;
}
.form-item .wpcf7-form-control-wrap {
	flex-basis: 75%;
}
.form-item input{
  width: 100%;
  height: 50px;
  border-radius: 5px;
	background-color: #FFFFFF;
}
.form-item input::placeholder,
.form-item textarea::placeholder {
  padding-left:15px;
}
.form-flex {
  flex-basis: 75%;
  display: flex;
  flex-direction: column;
}
.form-flex input {
  height: 50px;
  border-radius: 5px;
}
.form-flex input.your-add-1 {
  width: 40%;
}
.form-flex input.your-add-2 {
  width: 100%;
  margin-top: 10px;
}
.form-hissu {
  color: red;
  font-size: 14px;
  margin-left: 5px;
}
.form-item textarea{
  height: auto;
  width: 100%;
  border-radius: 5px;
	background-color: #FFFFFF;
  border: 1px solid #cccccc;
}
.last-check {
  display: flex;
  align-items: center;
	justify-content: center;
	padding-top: 30px;
}
.last-check input {
  width: 15px;
  height: auto;
  margin: 0 10px 0 0;
}
.last-check a {
  text-decoration: none;
}
.send-btn{
  margin: 40px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.send-btn input{
	width: 100%;
	max-width: 250px;
  background-color: #DCEFF6;
  color: #333;
  border-radius: 0px;
  font-weight: 700;
  cursor: pointer;
	border: none;
}
.your-kinds-area input[type="radio"] {
  width: 14px;
	height: 14px;
}
span.wpcf7-list-item-label {
  font-size: 14px;
}
@media screen and (max-width:768px) {
  .form-item {
		flex-wrap: wrap;
  }
	.form-item label{
		display: block;
		font-size: 16px;
		color: #333333;
		flex-basis: 100%;
		margin-bottom: 10px;
	}
	.form-item .wpcf7-form-control-wrap {
		flex-basis: 100%;
	}
	.form-flex input {
		height: 50px;
	}
  .form-flex input.your-add-1 {
    width: 70%;
  }
}
/* -----------------------------------------
 ヘッダーメニューSP 
--------------------------------------------*/
.l-header__customBtn.sp_ {
	display: none;
}
@media screen and (max-width: 960px) {
	.c-widget__title.-spmenu {
		display: none;
	}
	.p-spMenu__nav {
		margin-top: 0;
	}
	.-right .p-spMenu__inner {
		width: 100%;
		transform: translateX(100vw);
	}
	[data-spmenu=opened] .p-spMenu__inner {
		transform: translateX(0);
	}
	.p-spMenu__inner::before {
		background: rgba(220,239,246,.9);
	}
	.p-spMenu__closeBtn {
		display: flex;
		height: 60px;
		width: 100%;
	}
	.l-header__menuBtn.sp_ {
		width: 60px;
		height: 60px;
	}
	.c-iconBtn {
		width: 60px;
		height: 60px;
	}
	[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:before {
		left: auto !important;
		right: 20px;
	}
}
@media screen and (max-width: 768px) {
	.l-footer__nav {
		flex-wrap: wrap;
	}
	.l-footer__nav li {
		width: 100%;
		border-bottom: 1px solid #707070;
	}
	.l-footer__nav li a {
		display: block;
		width: 100%;
		padding: 15px 0;
		text-align: center;
	}	
}
#last-section.swell-block-fullWide {
	padding-bottom: 0 !important;
}
#profile-top {
	background-image: url(https://resonanceofhearts.com/wp-content/uploads/2025/07/グループ-519-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
/* #personal-top {
	background-image: url(https://resonanceofhearts.com/wp-content/uploads/2025/07/グループ-519-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
} */
.profile-top-area {
	background: none !important;
}

/* プロフィール */
.proflie-top-image img {
	border-radius: 100%;
}
/* メニュー */
.c-gnav>.menu-item>a .ttl {
  font-size: 16px;
}

/* こんなお悩み一時非表示 */
.no-show {
	display: none;
}