/* ---------------------------------------	
共通（原則、不変）
---------------------------------------	
*/
.l-contents__inner {
	/* margin-top: 40px !important; */
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.smb-section__body {
	margin-top: 0px !important;
}

.c-page-header__title {
	color: #333333;
	font-size: 30px;
}

/* ---------------------------------------	
共通（レスポンシブで変更）
---------------------------------------	
*/
/* セクションタイトル */
.title {
	font-size: 40px !important;
	/* font-weight: 500; */
	font-weight: bold;
	letter-spacing: 0.4rem;
	margin-bottom: 8px !important;
	/* font-family: "Noto Sans", "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, sans-serif; */
}

/* .title-color {
	color: #C62E47;
} */

.sub-title {
	font-size: 32px !important;
	font-weight: bold;
	letter-spacing: 0.15rem;
	margin-bottom: 0px !important;
	margin-top: 24px!important;
}

.text {
	font-size: 12px !important;
	font-weight: bold;
	line-height: 1.7;
	letter-spacing: 0.15rem;
	color: #333333;
}

.vision-text {
	font-size: 20px !important;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.15rem;
	color: #333333;
}

.c-entry__header{
	display: none;
}

.sub-page_title{
	font-size: 32px !important;
	font-weight: bold;
	letter-spacing: 0.15rem;
	margin-bottom: 0px !important;
	margin-top: 24px!important;
	margin-bottom: 80px!important;
}

@media (max-width: 820px) {
	.title {
		font-size: 34px !important;
	}

	.sub-title {
		font-size: 26px !important;
		font-weight: 500;
		letter-spacing: 0.15rem;
		margin-bottom: 0px !important;
	}
}

@media (max-width: 430px) {
	.title {
		font-size: 30px !important;
	}
}

.l-header li a {
	font-size: 14px !important;
}

/* ---------------------------------------	
ボタン
---------------------------------------	
 */

.btn {
	/* width: 200px !important; */
	transition: 0.4s;
	border: none;
	position: relative;
}

.btn a{
	border: solid 3px #333333!important;
	color: #333333!important;
	font-size: 16px;
	filter: unset!important;
}

.btn::before {
	position: absolute;
	content: "";
	/* background: url(https://ryo-web-catalyst.com/sample-site5/wp-content/uploads/2025/07/btn-arrow-b.png); */
	background: url(https://loveletter.ne.jp/wp-content/uploads/2025/07/btn-arrow-b.png);
	background-size: contain;
	background-repeat: no-repeat;
	top: 52%;
	/* 設定箇所➀ */
	right: 10px;
	transform: translate(-50%, -50%);
	width: 8px;
	height: 13px;
	z-index: 10;
}

.btn:hover{
	border-color: white!important;
	color: white!important;
	z-index: 10;
}

.btn:hover::before{
	position: absolute;
	content: "";
	background: url(https://loveletter.ne.jp/wp-content/uploads/2025/07/btn-arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	top: 52%;
	/* 設定箇所➀ */
	right: 10px;
	transform: translate(-50%, -50%);
	width: 8px;
	height: 13px;
	z-index: 10;
}

.btn:hover a{
	background-color: #333333!important;
	color: white!important;
	border: solid 3px #333333!important;
	z-index: 10;
}

.btn a:hover{
	color: white!important;
}

.btn2 {
	transition: 0.4s;
	position: relative;
}

.btn2 a {
	font-size: 28px!important;
	/* 設定箇所➁ */
	padding: 12px 38px 12px 38px;
	text-align: center;
}


.btn3 {
	transition: 0.4s;
	border: none;
	position: relative;
}

.btn3 a{
	border: solid 3px #333333!important;
	background-color: #333333;
	color: white!important;
	font-size: 16px;
	/* hoverで灰色になるのを防ぐ */
	filter: unset!important;
}

.btn3 a:hover{
	background-color: transparent!important;
}

.btn3::before {
	position: absolute;
	content: "";
	background: url(https://loveletter.ne.jp/wp-content/uploads/2025/07/btn-arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	top: 52%;
	/* 設定箇所➀ */
	right: 10px;
	transform: translate(-50%, -50%);
	width: 8px;
	height: 13px;
	z-index: 10;
}

.btn3:hover{
	border-color: #333333!important;
	background-color: white!important;
	color: white!important;
	z-index: 10;
}

.btn3:hover::before{
	position: absolute;
	content: "";
	background: url(https://loveletter.ne.jp/wp-content/uploads/2025/07/btn-arrow-b.png);
	background-size: contain;
	background-repeat: no-repeat;
	top: 52%;
	/* 設定箇所➀ */
	right: 10px;
	transform: translate(-50%, -50%);
	width: 8px;
	height: 13px;
	z-index: 10;
	transition: background-image .3s;
}

.btn3:hover a{
	background-color: white!important;
	color: #333333!important;
	border: solid 3px #333333!important;
	z-index: 10;
}


@media (max-width: 430px) {
	.btn2 a {
		font-size: 16px!important;
		/* 設定箇所➁ */
		padding: 12px 38px 12px 38px;
		text-align: center;
	}
}

/* ---------------------------------------	
ヘッダー	
---------------------------------------	
*/
/* headerにあてると投稿ページのトップにも反映されてしまう */
.l-header {
	background-color: rgba(255, 255, 255, 0.4) !important;
	margin: 0;
	padding: 12px 0;
}

/* メニュー間の間隔 */
.l-header li {
	margin-left: 36px !important;
}

/* 文字にホバーしたときのみリンクに飛ぶ */
.l-header li a {
	padding: 0px !important;
}

/* ヘッダーの中身のコンテンツ幅の設定 */
.l-header__content {
	max-width: 1260px !important;
	/* コンテンツ幅1180px + 左右padding40px */
	margin: 0 auto;
	padding: 0 40px;
}

.l-header .c-fluid-container {
	padding: 0px;
}

.l-header .c-row {
	margin: 0px !important;
}

header .c-row__col {
	padding: 0px !important;
}

header .l-1row-header__branding {
	padding: 0px !important;
	display: flex;
}

/* 実サイトから"item-num"を確認 */
.l-header .menu-item-35 {
	background-color: #f5d547;
}

@media (max-width: 430px) {
	.l-header__content {
		padding: 0 20px;
	}
}

/* ---------------------------------------	
ドロワーナビ	
---------------------------------------	
*/

/* タブレット以下の幅で表示されるハンバーガーメニューを開いたときの背景色 */
#drawer-nav {
	backdrop-filter: blur(5px);
	background: rgba(198, 46, 71, 0.7);
}

/* ドロワーメニューの配置。ハンバーガーメニュー除く。paddingを編集 */
.c-drawer__inner {
	padding-left: 60px !important;
	padding-right: 400px !important;
	margin-top: 0px !important;
}

/* ハンバーガーメニューをクリックした後の「×」の位置の調整 */
.c-drawer__controls {
	left: 0 !important;
	right: 0 !important;
	padding-right: 40px;
}

/* ナビメニューの編集。英語で書かないとidが文字化けする */
#drawer-nav ul {
	padding-top: 50px !important;
	display: flex;
	flex-direction: column;
}

/* リストの装飾 */
#drawer-nav li {
	font-size: 20px;
	line-height: 20px;
	padding: 0px;
	margin-bottom: 30px;
	display: inline-block;
	border-bottom: 1px solid white;
}

/* リストのトップに配置した画像 */
.drawer_nav-img {
	width: 80%;
}

@media (max-width: 430px) {
	.c-drawer__controls {
		padding-right: 20px;
	}

	.c-drawer__inner {
		padding-left: 30px !important;
		padding-right: 120px !important;
	}
}

/* ---------------------------------------	
ドロップナビ
---------------------------------------	
*/
/* スクロールで表示されるドロップナビ */
.l-header__drop-nav .p-drop-nav {
	background-color: rgba(255, 255, 255, 0.4) !important;
	margin: 0;
	padding: 12px 0;
}

.l-header__drop-nav .p-drop-nav .c-container {
	padding: 4px 40px !important;
	/* 個々の縦方向で高さを微調整する */
	max-width: 1180px !important;
	/* コンテンツ幅1180px + 左右padding40px */
	margin: 0 auto;
}

.l-header__drop-nav .p-drop-nav li {
	padding: 0px !important;
}

.l-header__drop-nav .p-drop-nav li {
	margin-left: 36px !important;
	/* ここと153行が同じ数値にならないとずれる */
	display: flex;
	/* padding-top: 14px !important; */
}

.p-drop-nav .c-site-branding {
	padding: 0px !important;
	margin: 0px !important;
}

/* 実サイトから"item-num"を確認 */
.p-drop-nav .menu-item-35 a {
	background-color: #f5d547;
	padding: 2px 16px 3px 16px !important;
	border-radius: 20px;
	transition: 0.4s;
}

/* 実サイトから"item-num"を確認 */
.p-drop-nav .menu-item-35 a:hover {
	background-color: white;
	color: #FF6810;
}



/* ---------------------------------------	
フッター	
---------------------------------------	
*/
/* ウィジェットのフッターエリアのみ背景色を付けられる */
.l-footer {
	background-color: #333333;
	color: white;
	border: none !important;
	/* margin-top: 30px!important; */
}

.l-footer--default .l-footer-widget-area {
	max-width: 1260px !important;
	/* コンテンツ幅1180px + 左右padding40px */
	margin: 0 auto;
	padding: 36px 40px 0px !important;
	/* ここでフッターメニューの縦方向のpaddingを調整しようとすると崩れる。heightを設定する */
	height: 140px !important;
}

/* ロゴの縦幅に対して+10pxとする。上記は40px+10pxの例 */

.footer-box {
	display: flex;
	justify-content: space-between;
	height: 100%;
}

.l-footer .l-footer-widget-area__item {
	margin-bottom: 0px !important;
	height: 100%;
	padding: 0px !important;
}

.l-footer .sns-icons {
	display: flex;
	flex-direction: row-reverse;
	margin-top: 26px !important;
}

.l-footer .sns-icon {
	width: 30px;
	height: 30px;
	margin: 0px 28px 0px 0px !important;
}

.l-footer .c-fluid-container {
	padding: 0;
	height: 100%;
}

.l-footer .c-widget {
	height: 100%;
}

.l-footer .c-row--lg-margin-l {
	height: 100%;
	width: 100%;
	margin: 0 auto !important;
}

.l-footer .widgettitle {
	font-size: 18px !important;
	color: ;
}

.l-footer .footer-logo {
	width: 140px !important;
	margin: 0px !important;
	background-color: white;
}

.l-footer .text-box {
	display: flex;
	justify-content: start;
	align-items: center;
}

.l-footer .widget_nav_menu {
	margin: 0px !important;
}

.l-footer ul {
	/* display: flex; */
	height: 40px !important;
	align-items: center;
}

.l-footer .footer-menu ul li {
	margin-top: 0px !important;
	font-size: 12px;
	margin-right: 26px !important;
	position: relative;
}

.l-footer .footer-menu ul li::before {
	position: absolute;
	content: "";
	border: 1px solid white;
	height: 80%;
	width: 1px;
	right: -13px;
	top: 50%;
	transform: translateY(-50%);
}

.l-footer .footer-menu ul li:last-child::before {
	display: none;
}

.l-footer .svg-inline--fa {
	width: 26px;
	height: 26px;
}

.l-footer .copy-right {
	font-size: 12px;
	line-height: 14px;
	margin-top: 10px !important;
}

.c-copyright {
	background-color: #333333;
	padding: 10px 0;
}

/* 特定のページのウィジェット削除 */
.page-id-20 .l-footer-widget-area {
	display: none;
}

/* ここのpaddingでウィジェットメニューの高さを調整する */
.l-footer__body {
	padding: 10px !important;
	text-align: center;
}


/* グローバルナビを横並び中央にする。"-global-nav-"はメニュー名 */
.l-footer .menu-global-nav-container {
	display: flex;
	justify-content: center;
	/* padding: 4px 0px!important; */
}

/* フッターメニューテキストの幅調整 */
.l-footer .menu-global-nav-container li {
	margin-left: 12px !important;
	margin-right: 12px !important;
	margin-top: 0px !important;
}

/* コピーライト */
.c-copyright {
	padding: 4px 0 !important;
	/* height: 30px!important; */
	text-align: center;
}


@media (max-width: 430px){
	.l-footer--default .l-footer-widget-area {
		max-width: 1260px !important;
		margin: 0 auto;
		padding: 20px 20px 0px !important;
		height: 126px !important;
	}

	.l-footer .l-footer-widget-area__item{
		height: auto!important;
	}

	.l-footer .sns-icon {
		width: 20px;
		height: 20px;
		margin: 0px 0px 0px 28px !important;
	}
}


/* ----------------------------------------------------------------------------	
TOPページ
-------------------------------------------------------------------------------	
*/
/* ---------------------------------------	
FV
---------------------------------------	
*/

.fv {
	height: 670px !important;
	padding: 20px 40px 80px 40px;
	/* section内のコンテンツを上中下のどこに配置するか */
	/* align-items: ; */
	position: relative;
}


/* ---------------------------------------	
top_business
---------------------------------------	
*/

.top_business {
	padding: 80px 40px 100px;
}

.sns-icons {
	display: flex;
	flex-direction: row;
	margin-top: 80px !important;
}

.sns-icon {
	width: 30px;
	height: 30px;
	margin: 0px 28px 0px 0px !important;
}

.top_business .btn-box {
	margin-top: 80px !important;
}

.top_business .img-box {
	margin-left: -64px;
}

.twitter-tweet{
	height: 300px!important;
}

.twitter-tweet{
	overflow: auto!important;
}

@media (max-width: 820px) {
	.top_business .img-box {
		margin-left: 0px!important;
	}
}

@media (max-width: 768px) {
	.top_business {
		padding: 60px 40px 80px;
	}

	.top_business .box1 {
		flex-direction: column-reverse;
		margin-top: 20px !important;
	}

	.sns-icons {
		margin-top: 40px !important;
	}

}

@media (max-width: 430px) {
	.top_business {
		padding: 20px 20px 60px;
	}

	.top_business .btn-box {
		margin-top: 40px !important;
	}
}


/* ---------------------------------------	
top_company
---------------------------------------	
*/

.top_company {
	padding: 80px 40px;
}

.company-box .c-row__col--md-1-4 {
	padding: 12px 14px !important;
	border-bottom: none !important;
	max-width: 140px !important;
}

.company-box .c-row__col--md-3-4 {
	padding: 12px !important;
	border-bottom: none !important;
}

.company-box .c-row>.c-row__col {
	margin-bottom: 12px !important;
}

@media (max-width: 768px) {
	.top_company .img-box{
		width: 60%;
	}


}


@media (max-width: 430px) {
	.top_company {
		padding: 60px 20px 80px;
	}

	.vision-text {
		font-size: 17px !important;
	}

	.company-box .c-row__col--md-3-4 {
		margin-top: -35px;
	}

	.top_company .img-box {
		margin-top: 40px !important;
	}

}

/* ---------------------------------------	
top_contact
---------------------------------------	
*/
.top_contact {
	padding: 80px 40px;
	position: relative;
}

.top_contact::before {
	position: absolute;
	content: "";
	/* background: url(http://localhost:10095/wp-content/uploads/2025/06/top_contact-bg.png); */
	background: url(https://loveletter.ne.jp/wp-content/uploads/2025/07/top_contact-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.top_contact .box {
	box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.25);
	background-color: white;
	width: 700px;
	padding-top: 44px;
	padding-bottom: 44px;
}

@media (max-width: 430px) {
	.top_contact {
		padding: 60px 20px 80px;
	}

	.top_contact .box {
		width: 100%;
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

/* ---------------------------------------	
sub_contact
---------------------------------------	
*/
.sub_contact {
	padding: 100px 40px 60px;
}

/* ラベルの横幅調整 */
.sub_contact .smf-item__col--label {
	max-width: 19em !important;
	flex: 0 0 19em !important;
}

/* テキストの横幅調整 */
.sub_contact .smf-item__col--controls {
	max-width: calc(100% - 19em);
	flex: 1 1 calc(100% - 19em);
}

/* smf-button-control__control */


/* .smf-button-control__control{
	border: solid 3px #333333!important;
	border-radius: 0!important;
	background-color: white!important;
	background-image: none!important;
	color: #333333!important;
	font-size: 16px;
	transition: 0.4s;
	position: relative;
	width: 240px!important;
}

.smf-button-control__control::before {
	position: absolute;
	content: "";
	background: url(https://ryo-web-catalyst.com/sample-site5/wp-content/uploads/2025/07/btn-arrow-b.png);
	background-size: contain;
	background-repeat: no-repeat;
	top: 52%;
	right: 10px;
	transform: translate(-50%, -50%);
	width: 8px;
	height: 13px;
	z-index: 10;
}

.smf-button-control__control:hover{
	border-color: white!important;
	color: white!important;
	z-index: 10;
}

.smf-button-control__control:hover::before{
	position: absolute;
	content: "";
	background: url(http://ryo-web-catalyst.com/sample-site5/wp-content/uploads/2025/06/btn-arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	top: 52%;
	right: 10px;
	transform: translate(-50%, -50%);
	width: 8px;
	height: 13px;
	z-index: 10;
}

.smf-button-control__control:hover{
	background-color: #333333!important;
	color: white!important;
	border: solid 3px #333333!important;
	z-index: 10;
}

.smf-button-control__control a:hover{
	color: white!important;
} */

@media (max-width: 820px) {
	.sub_contact {
		padding: 60px 40px 60px;
	}
}

@media (max-width: 430px) {
	.sub_contact {
		padding: 0px 20px 40px;
	}

	.sub_contact .smf-item__col--label {
		max-width: 100% !important;
		padding: 14px;
	}
	
	/* テキストの横幅調整 */
	.sub_contact .smf-item__col--controls {
		max-width: 100%;
		padding: 14px;
	}
}

/* ---------------------------------------	
sub_privacy
---------------------------------------	
*/
.sub_privacy {
	padding: 100px 40px 60px;
}

@media (max-width: 820px) {
	.sub_privacy {
		padding: 60px 40px 60px;
	}
}

@media (max-width: 430px) {
	.sub_privacy .sub-page_title{
		font-size: 28px!important;
		margin-bottom: 60px!important;
	}

	.sub_privacy {
		padding: 0px 20px 40px;
	}	
}