@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+Antique&display=swap');

:root {
	--color-main: #222222;
	--color-red: #F12917;
	--color-yellow: #ecb102;
	--color-blue: #2E52A5;
	--color-lightblue: #497cf3;
	--color-navy: #042369;
	--color-gray_bg: #f8f8f8;
	--color-blue_bg: #c9e5fc63;

	--ff-kaku: "Zen Kaku Gothic Antique", sans-serif;
	--ff-en: "Urbanist", sans-serif;
	--ff-noto: "Noto Sans JP", sans-serif;
}



/* cocoon用 */
body {
	background: #fff;
	color: var(--color-main) !important;
}
.content {
	margin-top: 0;
}
.wrap {
	width: 100%;
}
main {
	padding: 0 !important;
}
.home .entry-header {
	display: none;
}
.entry-content {
	width: 80vw;
	margin: 4rem auto;
}
.home .entry-content {
	margin: 0;
	width: 100%;
}
.footer {	
	margin-top: 0;
}
ol, ul {
    padding-left: 0;
}
.body .article {
	margin-bottom: 0;	
}
.entry-content>*,
.article ul, .article ol {
//	margin-bottom: 0;
}
.article ul li, .article ol li {
	margin: 0;
}
.article h2 {
	background: transparent;
	padding: 0;
}
.article h3 {
	border: 0;
	padding: 0;
}
#breadcrumb {
	position: absolute;
	right: 5vw;
	margin: 1.5rem 0 0;
	font-size: 14px;
	color: var(--color-navy);
	display: flex;
}
#breadcrumb .fa-home {
	display: none;
}
#breadcrumb .fa-folder:before,
#breadcrumb .fa-file-o:before {
    content: "\f105";
}

@media screen and (max-width: 834px){
	.article ul, .article ol{
		padding-left: 0;
	}
	.entry-content {
		width: 90vw;
		margin: 3rem auto;
	}
	#breadcrumb {
		font-size: 12px;
		margin: 1rem 0 0;
	}
	#breadcrumb .sp{
		display: none;
	}

}

/* common */

.inner {
	position: relative;
	width: 80vw;
	max-width: 1200px;
	margin: 0 auto;
}
.entry-header {
	background: var(--color-gray_bg);
	padding: 3rem 10vw;
}
.entry-header h1 {
    display: flex;
	align-items: center;
	justify-content: center;
}
.entry-header h1 small {
    font-size: 0.6em;
    margin-left: 1.5rem;
    font-weight: 500;
    display: flex;
	align-items: center;
}
.entry-header h1 small:before {
	content: "";
	display: block;
	width: 2rem;
	height: 1px;
	background: #333;
	margin-right: 0.5rem;
}
h2 {
	font-weight: bold;
}
h2 .en{
	font-family: var(--ff-en);
	font-weight: 400;
	color: #8f8f8f;
	font-size: 13px;
	display: block;
	line-height: 1;
	margin-bottom: 0.75rem;
}
h2 .txt{
	display: block;
	line-height: 1.6;
}
ul.list-normal li {
	list-style: none;
	display: flex;
}
ul.list-normal li:before {
	content: "・";
	color: var(--color-lightblue);
	font-weight: 900;
	margin-right: 0.5rem;
}
.article p,
.article li {
/*	font-family: var(--ff-kaku);	*/
}
.article strong {
	font-family: var(--ff-noto);	
}

.red {
	color: var(--color-red) !important;
}
.blue {
	color: var(--color-lightblue) !important;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.fs-s {
	font-size: 0.9em;
}
.fs-ss {
	font-size: 0.8em;
}

a.link-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff !important;
	font-weight: 800;
	text-decoration: none;
	line-height: 1;
	padding: 1.5rem;
	background: var(--color-main);
	border-radius: 50px;
	text-align: center;
	min-width: 300px;
	max-width: 350px;
	transition: 0.3s;
}
a.link-btn:hover {
	background: var(--color-navy);
}
.link-btn span {
	flex-basis: 85%;
	text-align: center;
}
.link-btn:after {
	flex-basis: 15%;
	content: "";
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	margin-left: 0.5rem;
	background: url(../../uploads/2026/04/arrow-white0-.png) no-repeat center center / contain;
	transition: 0.3s;
}
.link-btn:hover:after {
transform: translateX(5px);
}


.center-btn {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width: 835px){
.pc {
	display: block;
}
.sp {
	display: none !important;
}
}
@media screen and (max-width: 834px){
.inner {
	width: 85vw;
}
.pc {
	display: none !important;
}
.sp {
	display: block;
}
	
}


/* header */

/* ロゴの大きさ */
.header-container-in.hlt-top-menu .logo-header {
	width: 23vw;
}
.header-container-in.hlt-top-menu .site-name-text {
	line-height: 1;
}
/* 左余白 */
.site-name-text-link {
	padding: 0 0 0 5vw;
}
/* メニュー右寄せ・右余白 */
.navi-in > ul {
	justify-content: flex-end;
	padding-right: 3.5vw;
}
/* メニュー　固定幅× */
.navi-in > ul li {
	width: auto;
	height: auto;
	padding: 1vw 0.5vw;
	position: relative;
}
.navi-in a {
	color: #fff;
}

.navi-in a:hover,
.navi-footer-in a:hover {
	background: transparent;
	opacity: 0.8;
}
@media screen and (max-width: 1023px){
	.mobile-header-menu-buttons {
		box-shadow: none;
	}
	/* ロゴ上下に余白 */
	.logo-menu-button img {
    	max-height: 40px;	
	}
	/*  メニューアイコン変更 */
	.mobile-menu-buttons .menu-button .fa-bars:before {
		content: "";
		display: block;
		width: 30px;
		height: 30px;
		background: url(../../uploads/2026/02/bars_hoso.png) no-repeat 0 0 / contain;
	}
	.mobile-menu-buttons .menu-icon {
		line-height: 1;
	}
	.mobile-menu-buttons .menu-caption {
		display: none;
	}
	/* 閉じるアイコン変更、位置調整 */
	.mobile-menu-buttons .menu-button .fa-close:before {
		content: "";
		display: block;
		width: 30px;
		height: 30px;
		background: url(../../uploads/2026/02/x_h.png) no-repeat 0 0 / contain;
	}
	.menu-close-button {
	    text-align: right;
	    padding: 0.125rem 1rem 0 0;
	}
	/* フォント変更 */
	.menu-drawer a {
/*		font-family: var(--ff-kaku);	*/
	}
	/* スライドメニュー　ボーダー・余白 */
	.menu-drawer li {
	    border-bottom: 1px solid #333;
		padding: 1rem 0;
	}	
	/* スライドメニュー背景を黒に */
	.mobile-menu-buttons .menu-content {
		background: #000;
	}
	.menu-drawer a {
		color: #fff;	
	}
}

@media screen and (max-width: 834px){
}

@media screen and (max-width: 480px){
	/* ロゴ左寄せ・サイズ */
	/*
	.mobile-menu-buttons .menu-button:first-child {
		justify-content: flex-start;
	}
	.logo-menu-button img {
        margin: 0 0 0 5vw;
        width: 50vw;
    }
	*/

}

/* 最初にヘッダー背景透過の場合 */
.home #header-container {
	position: fixed !important;
	z-index: 10;
	width: 100% !important;
	top: 0 !important;
	transition: 0.5s;
}
.home .header-container,
.home .navi {
	background: transparent;
	/*backdrop-filter:none;*/
}
.home .header-container .site-name-text-link span {
	display: block;
}
.home .header-container .site-name-text-link img {
/*	visibility: hidden;*/
}
.home .header-container.fixed-header {
	background: #fff;
	box-shadow: none;
	/* すりガラス風*/
	background: rgba(255, 255, 255, .7);
	backdrop-filter: blur(15px);
	*/
}
.home .header-container.fixed-header .site-name-text-link span {
/*	background: none;*/
}
.home .header-container.fixed-header .site-name-text-link img {
	visibility: visible;
}
.home .navi-in a:hover {
	color: #fff;
}

/* ---------------------------- ここから ---------------------------------------- */



/* foot-contact */

.foot-contact {
	margin: 5rem 0;
	padding: 3rem 0;
	background: linear-gradient(90deg, #fff 0%, #fff 20%, var(--color-gray_bg) 20%, var(--color-gray_bg) 100%);
}

.foot-contact_inner {
	display: flex;
	align-items: center;
	justify-content: center;
}
.foot-contact_inner h2 {
	flex-basis: 30%;
	
}
.foot-contact_inner ul {
	flex-basis: 60%;
	list-style: none;
}
.foot-contact_inner ul li {
	display: flex;
	align-items: center;
	padding: 0.5rem 0;
}
.foot-contact_inner ul li .txt {
	flex-basis: 40%;
	font-size: 0.9em;
}
.foot-contact_inner ul li a {
	flex-basis: 60%;
}
.foot-contact_inner ul li a.tel {
	display: flex;
	align-items: center;
	font-size: 3.25vw;
	font-family: var(--ff-en);
	color: var(--color-main) !important;
	text-decoration: none;
	line-height: 1;
}
.foot-contact_inner ul li a.tel:before {
	content: "";
	display: block;
	width: 2.25vw;
	height: 2.25vw;
	margin-right: 0.25rem;
	background: url(../../uploads/2026/02/icon_tel.png) no-repeat center center / contain;
}
.foot-contact_inner ul li a.link-btn {
	padding: 1.5rem;
	background: var(--color-navy);
	max-width: 380px;
	transition: 0.3s;
}
.foot-contact_inner ul li a.link-btn:hover {
	background: var(--color-blue);
}
.foot-contact_inner ul li a.link-btn:before {
	content: "";
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	margin-right: 0.25rem;
	background: url(../../uploads/2026/02/icon_mail_w.png) no-repeat center center / contain;
}
.foot-contact_inner ul li a.link-btn.mag:before {
	background: url(../../uploads/2026/02/icon_mag_w.png) no-repeat center center / contain;
}
.foot-contact_inner ul li a.link-btn:after {
	display: none;
}

@media screen and (max-width: 834px){
	.foot-contact {
	}
	.foot-contact_inner h2 {
		margin-bottom: 1rem;
	}
	.foot-contact_inner {
		flex-direction: column;
		align-items: flex-start;
	}
	.foot-contact_inner ul {
		width: 100%;
	}
	.foot-contact_inner ul li {
		flex-direction: column;
	}
	.foot-contact_inner ul li .txt {
		margin-bottom: 0.25rem;
	}
	.foot-contact_inner ul li a.tel{
		font-size: 10vw;
	}
	.foot-contact_inner ul li a.link-btn {
		width: 90%;
		margin: 0 auto;
	}
	.foot-contact_inner ul li a.tel:before {
		width: 7vw;
		height: 7vw;
	}
}


/* footer */

.footer {
	background: #636363;
}
/*
.footer-content {
	display: flex;
	justify-content: space-between;
	padding: 3rem 0 2rem;
}
.footer-info {
	flex-basis: 30%;
	font-size: 0.85em;
}
.footer-logo {
	margin-bottom: 1rem;
}
.footer-logo img {
	display: block;
	max-width: 300px;
}
.footer-address {
	font-size: 0.9em;
}
.footer-address a {
	color: var(--color-main);
	text-decoration: none;
}
.footer-bottom {
	background: #424242;
}
.footer-bottom_content {
	display: flex;
	justify-content: space-between;
	padding: 1rem 0;
	color: #fff;
	font-size: 0.8em;
}
.footer-bottom_menu ul {
	list-style: none;
	display: flex;
	gap: 0 1rem;
}
.footer-bottom_menu ul li a{
	color: #fff !important;
	text-decoration: none;
}
*/
.footer-bottom {
	margin-top: 0;
}
.footer-bottom-logo {
	display: none;
}
.footer-bottom-content {
	float: none;
	text-align: center;
	font-size: 0.8rem;
	font-family: var(--ff-en);
	color: #fff;
}

@media screen and (max-width: 834px){

	.footer-content {
		flex-direction: column;
	}
	.footer-info {
		margin-bottom: 1rem;
	}
	.navi-footer-in > .menu-footer {
		gap: 0 2%;		
	}
    .navi-footer-in > .menu-footer li.menu-item {
		width: 47%;
	}
    .navi-footer-in > .menu-footer li.menu-item a {
        padding: 0.5rem;
        border-bottom: 1px solid #565656;
    }	
	.footer-bottom_content {
		flex-direction: column;
	}
}




/* ------------------------------------------------------ */

/* btn */

.link-btn.trial-btn {
	background: var(--color-yellow);
}

.link-btn.request-btn {
	background: var(--color-blue);
}

.navi-in > ul li.nav-trial a {
	background: var(--color-yellow);	
    padding: 0.5rem 2rem;
    font-weight: 800;
	border-radius: 50px;
}
.navi-in > ul li.nav-request a {
	background: var(--color-blue);
    padding: 0.5rem 2rem;
    font-weight: 800;
	border-radius: 50px;
}
.link-btn.trial-btn:hover,
.navi-in > ul li.nav-trial a:hover {
	background: #ec9902;
}
.navi-in > ul li.nav-request a:hover {
	background: var(--color-navy);
	opacity: 1;
}

/* home-mv */

#home-mv {
	margin-bottom: 5rem;
	position: relative;
}
#home-mv:before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 60vw;
	height: 100vh;
	background:linear-gradient(to bottom, #c8fcf4  0, #deedffff 65%, #deedff00 100%);
	z-index: -1;

  /* polygon(左上の角, 右上の角, 右下の角, 左下の角) */
  clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);

}
.home-mv_inner {
	position: relative;
}
.mv-pic {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	height: 100vh;
	position: relative;
}
.mv-pic img {
	height: 85vh;
	width: auto;
}
.mv-catch {
	position: absolute;
	top: 0;
	left: 10vw;
	height: 100vh;
	display: flex;
	justify-content: center;
	flex-direction: column;
	z-index: 15;
}
.mv-catch_txt {
	font-size: 2vw;
	font-weight: 900;
	margin-bottom: 3rem;
}
.mv-catch_txt small {
	display: block;
	font-size: 0.9em;
	line-height: 1;
	color: var(--color-navy);
}
.mv-catch_txt strong {
	display: block;
	font-size: 2.6em;
	line-height: 1.7;
	color: var(--color-navy);
}
.mv-catch_txt span.txt {
	letter-spacing: 2px;
}
.mv-catch_btn {
	display: flex;
	gap: 0 1%;
}
.mv-catch_btn a .txt{
	font-size: 1.2em;
}
@media screen and (max-width: 1250px){
	.mv-catch_btn {
		flex-direction: column;
	}
}
@media screen and (max-width: 834px){
	#home-mv {
		margin-bottom: 2rem;	
	}
	#home-mv:before {
		clip-path: none;
		width: 100%;
		height: 100%;
	}
	.home-mv_inner {
		width:90vw;
		margin: 0 auto;
	}	
	.mv-catch {
		position: static;
		justify-content: flex-start;
		height: auto;
		padding: 3rem 0 0;
	}
	.mv-catch_txt {
        font-size: 3.8vw;
        text-align: center;
		margin-bottom: 0;
	}
	.mv-catch_btn {
		display: none;
	}
	.mv-pic {
		height: auto;
	}
	.mv-pic img {
    	height: auto;
    	width: 75vw;
	}	
}

@media screen and (max-width: 480px){
}


/* home-introduction */

#home-introduction {
	margin-bottom: 5rem;	
}

#home-introduction h2 {
	text-align: center;
}
#home-introduction h2 .txt {
	font-size: 1.2em;
	font-weight: 800;
	color: var(--color-navy);
}
.home-intro_lead {
	margin-bottom: 4rem;
}
.home-intro_lead p {
	text-align: center;
}
.home-intro_list li {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.home-intro_list li > * {
	flex-basis: 48%;
}
.home-intro_list li:nth-child(even) {
	flex-direction: row-reverse;
}
.home-intro_list h3 {
	margin-bottom: 1.5rem;
}
.home-intro_list h3 .txt {
	color: var(--color-blue);
	font-size: 1.2em;
	font-weight: 800;
}
.home-intro_list .pic img {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.home-intro_list dl {
	border: 1px solid var(--color-navy);
	padding: 0 0 1.5rem;
	margin: 3rem 0 0 0;
	border-width: 1px 0;
}
.home-intro_list dl dt {
	color: var(--color-navy);
	font-weight: 800;
	font-size: 1.125rem;
    transform: translateY(-50%);
    margin: 0 0 0 0;
    background: #fff;
    padding: 0 0.5rem;
    width: fit-content;
}
.home-intro_list dl dd {
	display: flex;
	align-items: center;
	margin: 0 0 0 2rem;
	font-weight: 500;
}
.home-intro_list dl dd:before {
	content: "";
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	margin-right: 0.5rem;
	background: url(../../uploads/2026/04/check-blue-1.png) no-repeat center center / contain;
}
@media screen and (max-width: 834px){
	.home-intro_content {
	}
}
@media screen and (max-width: 480px){
	#home-introduction h2 {
		text-align: left;
		margin-bottom: 1.5rem;
	}
	#home-introduction h2 .txt {
		font-size: 5vw;
	}
	.home-intro_lead p {
		text-align: left;
	}
	.home-intro_list li {
		flex-direction: column !important;
		margin-bottom: 2rem !important;
	}
}

/* home-function */

#home-function {
	background: var(--color-blue_bg);
	margin-bottom: 0;
}
#home-function h2 {
	text-align: center;
	margin-bottom: 4rem;
}
#home-function h2 .txt {
	font-size: 1.4em;
	font-weight: 800;
	color: var(--color-navy);
}
.home-func_inner {
	padding: 5rem 0;
}
.home-func_list li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2rem !important;
}
.home-func_list li .func_pic {
	flex-basis: 54%;
}
.home-func_list li .func_txt {
	flex-basis: 42%;
}

.home-func_list li:nth-child(even) {
	flex-direction: row-reverse;
}
.home-func_list h3 {
	margin-bottom: 1.5rem;
}
.home-func_list h3 .txt {
	color: var(--color-blue);
	font-size: 1.2em;
	font-weight: 800;
}
.home-func_list .func_pic img {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

@media screen and (max-width: 834px){
	.home-func_content {
	}
}
@media screen and (max-width: 480px){
	.home-func_inner {
		padding: 3rem 0;
	}
	#home-function h2 .txt {
		font-size: 8vw;
	}
	.home-func_list li {
		flex-direction: column !important;
		margin-bottom: 2rem !important;
	}
}

/* home-funclist */

#home-funclist {
	margin-bottom: 0;
	background: var(--color-navy);
}
#home-funclist h2 {
	text-align: center;
	margin-bottom: 4rem;
}
#home-funclist h2 .txt {
	font-size: 2em;
	font-weight: 800;
	color: #fff;
}
.home-funclist_inner {
	padding: 5rem 0;
}
.home-funclist_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.home-funclist_list > li {
	flex-basis: 32%;
	margin-bottom: 2rem !important;
	background: #fff;
	border-radius: 0.5rem;
	padding: 2rem;
	list-style: none;
}
.home-funclist_list h3 {
	margin-bottom: 1.5rem;
	position: relative;
	display: flex;
	align-items: center;
	gap: 0 1rem;
}
.home-funclist_list h3 .txt {
	color: var(--color-blue);
	font-size: 1em;
	font-weight: 800;
	flex-basis: calc(100% - 60px - 1rem);
}
.home-funclist_list h3:before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: #497cf322;
    border-radius: 50%;
    position: relative;
    z-index: 0;
	flex-basis: 60px;
}
.home-funclist_list h3:after {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url(../../uploads/2026/04/icon_data.png) no-repeat center center / 25px 25px;
    position: absolute;
    top: 0;
    z-index: 1;
}
.home-funclist_list .funclist_picture h3:after {
    background: url(../../uploads/2026/04/icon-pic.png) no-repeat center center / 25px 25px;
}
.home-funclist_list .funclist_user h3:after {
    background: url(../../uploads/2026/04/icon-user.png) no-repeat center center / 25px 25px;
}
.home-funclist_list .funclist_group h3:after {
    background: url(../../uploads/2026/04/icon-settei.png) no-repeat center center / 25px 25px;
}
.home-funclist_list .funclist_kuchikomi h3:after {
    background: url(../../uploads/2026/04/icon-fukidashi.png) no-repeat center center / 25px 25px;
}
.home-funclist_list .funclist_toukou h3:after {
    background: url(../../uploads/2026/04/icon-toukou.png) no-repeat center center / 25px 25px;
}
.funlist_detail {
	padding: 0;
}
.funlist_detail li {
	list-style: none;
	padding: 0.5rem 0;
	border-bottom: 1px solid #dedede;
	font-weight: 500;
	display: flex;
	align-items: center;
}
.funlist_detail li:before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--color-lightblue);
	margin: 0 0.5rem;
}
@media screen and (max-width: 834px){
	.home-funclist_list {
		flex-direction: column;
	}
}
@media screen and (max-width: 480px){
	.home-funclist_inner {
		padding: 3rem 0;
	}
	#home-funclist h2 .txt {
		font-size: 8vw;
	}
}

/* home-plan */

#home-plan {
	background: var(--color-gray_bg);
	margin-bottom: 0;
}
.home-plan_inner {
	padding: 5rem 0;
}
#home-plan h2 {
	text-align: center;
	margin-bottom: 1rem;
}
#home-plan h2 .txt {
	font-size: 1.6em;
	font-weight: 800;
}
#home-plan h2 + .lead_txt{
	margin-bottom: 4rem;
	text-align: center;
	font-weight: 500;
}

.home-plan_content {
	display: flex;
	justify-content: space-between;
}
.home-plan_content .plan_item {
	flex-basis: 30%;
	border: 1px solid;
	padding: 2rem;
	border-radius: 0.5rem;
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.home-plan_content .plan_item_name {
	flex-grow:1;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.home-plan_content .plan_item_name h3 {
	margin-bottom: 0.5rem;
	text-align: center;
}
.home-plan_content .plan_item_name h3 .txt {
	color: var(--color-blue);
	font-size: 1.2em;
	font-weight: 800;
}
.home-plan_content .plan_item_name .txt {
	text-align: center;
	font-size: 0.85rem;
	margin: 0;
}
.home-plan_content .fee_txt{
	font-size: 1rem;
}
.home-plan_content .fee_txt strong{
	font-size: 3em;
	font-weight: 800;
	font-family: var(--ff-en);
}
.home-plan_content .plan_a h3,
.home-plan_content .plan_a .fee_txt {
	color: var(--color-yellow);
}
.home-plan_content .plan_b h3,
.home-plan_content .plan_b .fee_txt {
	color: var(--color-blue);
}
.home-plan_content .plan_c h3,
.home-plan_content .plan_c .fee_txt {
	color: var(--color-lightblue);
}
.home-plan_content .plan_detail{
	margin: 0 !important;
}
.home-plan_content .plan_detail li{
	list-style: none;
	padding: 0;
	display: flex;
	align-items: center;
	margin: 0 0 0.5rem 0;
}
.home-plan_content .plan_detail li:before {
    content: "";
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.5rem;
    background: url(../../uploads/2026/04/icon-check.png) no-repeat center center / contain;
}



@media screen and (max-width: 834px){
	.home-plan_content {
		flex-direction: column;
	}
	.home-plan_content .plan_item {
		margin-bottom: 1.5rem;		
	}
}
@media screen and (max-width: 480px){
	.home-plan_inner {
		padding: 3rem 0;
	}
	#home-plan h2 .txt {
		font-size: 8vw;
	}
	#home-plan h2 + .lead_txt {
		margin-bottom: 2rem;
		text-align: left;
	}
}

/* home-cta */

#home-cta {
	background: var(--color-blue_bg);
    background: linear-gradient(to left, #c8fcf4 0, #deedff 100%);
	margin-bottom: 0;
}
.home-cta_inner {
	padding: 5rem 0;
}
.home-cta_content {
	width: 80vw;
	max-width: 1100px;
	padding: 4rem 0;
	margin: 0 auto;
	background: #fff;
	border-radius: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.home-cta_content .cta_txt {
	flex-basis: 60%;
	padding: 0 0 0 4rem;
}
.home-cta_content .cta_pic {
	flex-basis: 38%;
}
.home-cta_content h2 {
	margin-bottom: 2rem;
}
.home-cta_content h2 .txt {
	font-size: 1.6em;
	font-weight: 800;
}
.home-cta_content .cta_txt p {
	font-size: 0.9rem;
}
.home-cta_content .cta_btn {
	display: flex;
	gap: 0 1rem;
	width: 80%;
	margin: 2rem 0 0;
}
.home-cta_content .cta_btn a {
	min-width: 250px;
}
@media screen and (max-width: 834px){
	.home-cta_content {
		flex-direction: column-reverse;
		padding: 2rem 0 3rem;
		width: 88vw;
	}
	.home-cta_content .cta_pic {
		margin: 0 0.5rem 2rem 0.5rem;
	}
	.home-cta_content .cta_txt {
		padding: 0 2rem;
	}
	.home-cta_content .cta_btn {
		flex-direction: column;
		width: 100%;
	}
}
@media screen and (max-width: 480px){
}

/* foot-cta */

#content-bottom {
	display: none;
}
@media screen and (max-width: 834px){
#content-bottom {
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	background: #00000088;
	padding: 0.75rem 0.5rem;
	margin: 0;
	width: 100%;
	z-index: 10;
	transition: 0.5s;
}
#content-bottom.end {
	transform: translateY(100px);
}
#content-bottom .widget {
	margin: 0;
} 
#content-bottom .foot-cta {
	display: flex;
	justify-content: center;
	gap: 0 0.5rem;
}
#content-bottom .foot-cta a {
	width: 100%;
    min-width: auto;
    border-radius: 0.5rem;
	padding: 1rem;
	display: block;
}
#content-bottom .foot-cta a:after {
	content: none;
}
}

/* お問い合わせ */
.lead-txt {
	background: var(--color-blue_bg);
	padding: 2rem;
	text-align: center;
	margin-bottom: 3rem !important;
	font-size: 0.9em;
}
.form-content {
	max-width: 800px;
	margin: 0 auto;
}
.form-content dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    align-items: flex-start;
}
.form-content dl dt{
	flex-basis: 30%;
	padding: 1rem 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.form-content dl dt.form_required:after{
	content: "必須";
	display: block;
	width: 3rem;
	font-size: 0.7em;
	background: #c00;
	color: #fff;
	padding: 0.25rem 0;
	text-align: center;
	border-radius: 3px;
	line-height: 1;
}
.form-content dl dd{
	flex-basis: 65%;
	padding: 1rem 0;
	margin: 0;
}
.form-content dl dt p,
.form-content dl dd p{
	font-family: var(--ff-noto);
	margin: 0;
}
.form-content .policy_txt {
	text-align: center;
	margin: 1rem 0 3rem;
	font-size: 0.9em;
}
.form-content .submit_btn {
	max-width: 300px;
	margin: 0 auto;
}
.form-content .submit_btn input[type=submit] {
	background: var(--color-navy);
	margin: 0 auto;
	color: #fff;
	border-radius: 10px;
	padding: 1rem 0;
	font-size: 1rem;
}
/*送信後のメッセージ*/
.wpcf7-form.sent .wpcf7-response-output {
    display: none !important;
}
/* ダウンロードボタン */
.download-btn {
	display: flex;
	justify-content: center;
}
.download-btn a.link-btn {
    padding: 1.5rem 3rem;
    background: var(--color-navy);
	white-space: nowrap;
}
.download-btn a.link-btn:after {
	content: none;
}
@media screen and (max-width: 834px){
	.lead-txt {
		text-align: left;
	}
	.form-content dl {
		flex-direction: column;
	}
	.form-content dl dt.form_required:after {
		margin-left: 0.75rem;
	}
	.form-content dl dt {
		padding: 0.25rem 0;
	}
	.form-content dl dd {
		padding: 0.25rem 0;
	}
	.form-content .policy_txt {
		text-align: left;
	}
} 
/* ========================================
   料金プラン CSS（最終版）
======================================== */

/* グループヘッダー行 */
.plan-table tr.bg-gray td {
    background: #e8ecf5;
    font-weight: 700;
    color: #444;
}

/* スクロールヒント：デフォルト非表示（PCでは出ない） */
.plan-scroll-hint {
    display: none;
}

/* おすすめバッジ行（thead内1行目） */
.plan-table thead tr.recommend-row th {
    padding: 6px 0 2px;
    border: none;
    background: transparent;
}

.plan-table thead tr.recommend-row th.highlight-recommend {
    text-align: center;
    border-left: 2px solid #2B8EFF;
    border-right: 2px solid #2B8EFF;
    border-top: 2px solid #2B8EFF;
    border-radius: 8px 8px 0 0;
    background: #eaf2ff;
    padding-top: 8px;
}

/* ========================================
   スマホ対応（834px以下）
======================================== */
@media screen and (max-width: 834px) {

    /* スクロールヒント表示 */
    .plan-scroll-hint {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        font-size: 0.78rem;
        color: #2B8EFF;
        font-weight: 600;
        margin-bottom: 4px;
        letter-spacing: 0.02em;
    }

    .plan-scroll-hint::before {
        content: '◀';
        font-size: 0.7rem;
        animation: nudge 1.2s ease-in-out infinite;
    }

    .plan-scroll-hint::after {
        content: '▶';
        font-size: 0.7rem;
        animation: nudge 1.2s ease-in-out infinite reverse;
    }

    @keyframes nudge {
        0%, 100% { transform: translateX(0); opacity: 1; }
        50% { transform: translateX(4px); opacity: 0.5; }
    }

    /* テーブルラッパー横スクロール */
    .plan-table-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .plan-table-wrapper::-webkit-scrollbar {
        display: none;
    }

    /* テーブル最小幅 */
    .plan-table {
        min-width: 560px;
        table-layout: fixed;
    }

    /* 左端ラベル列を固定 */
    .plan-table thead th.feature-label,
    .plan-table tbody td.feature-label {
        position: sticky;
        left: 0;
        z-index: 2;
        background: #fafbff;
        box-shadow: 2px 0 4px rgba(0,0,0,0.06);
        min-width: 110px;
        font-size: 0.75rem;
    }

    .plan-table thead th.feature-label {
        background: #f5f8ff;
        z-index: 3;
    }

    /* おすすめバッジ行のfeature-label列も固定 */
    .plan-table thead tr.recommend-row th.feature-label {
        background: transparent;
        box-shadow: none;
    }

    /* プラン列幅 */
    .plan-table .plan-col {
        width: auto;
        min-width: 100px;
    }

    /* ヘッダー文字サイズ */
    .plan-table thead th {
        padding: 12px 8px;
        font-size: 0.72rem;
        vertical-align: top;
    }

    .plan-table .plan-price .num {
        font-size: 1.2rem;
    }

    .plan-table .plan-id {
        font-size: 0.65rem;
        padding: 2px 6px;
    }

    /* Plan D列 */
    .plan-table .plan-col.plan-d {
        min-width: 90px;
    }

    /* お問い合わせボタン */
    .plan-table td.d-contact .btn-sm {
        font-size: 0.72rem;
        padding: 6px 12px;
    }

    /* グループヘッダー行 */
    .plan-table tr.bg-gray td {
        font-size: 0.75rem;
    }

    /* 通常セル */
    .plan-table tbody td {
        font-size: 0.78rem;
        padding: 10px 8px;
    }
}
/* theadの背景をおすすめバッジ行まで伸ばす */
.plan-table thead tr.recommend-row th {
    background: #f5f8ff;
}

.plan-table thead tr.recommend-row th.highlight-recommend {
    background: #eaf2ff;
}

.plan-table thead tr.recommend-row th.feature-label {
    background: #f5f8ff;
}
/* おすすめバッジをCSSのみで表示（before疑似要素） */
.plan-table thead th.plan-col.highlight::before {
    content: 'おすすめ';
    display: block;
    background: #f59e0b;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 3px 12px;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 6px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.plan-table thead th.plan-col.highlight {
    border-top: none !important;
}
@media screen and (max-width: 834px) {
    .home-intro_lead {
        text-align: left !important;
        font-size: 0.9rem;
        line-height: 1.8;
        width: 100%;
    }
    
    .home-intro_lead p,
    .home-intro_lead {
        text-align: left !important;
        word-break: normal;
        overflow-wrap: break-word;
    }
}

@media screen and (max-width: 480px) {
    .home-intro_lead {
        text-align: left !important;
        font-size: 0.85rem;
    }
    
    .home-intro_lead p {
        text-align: left !important;
    }
}
.plan-table thead th.plan-col.highlight {
    background: #eaf2ff;
    border-left: 2px solid #2B8EFF !important;
    border-right: 2px solid #2B8EFF !important;
    border-top: none !important;
}

.plan-table tbody tr td:nth-child(4) {
    background: #f5f9ff;
    border-left: 2px solid #2B8EFF;
    border-right: 2px solid #2B8EFF;
}

.plan-table tbody tr:last-child td:nth-child(4) {
    border-bottom: 2px solid #2B8EFF;
}
/* テーブル全体に外枠をつける */
.plan-table {
    border: 1px solid #dde4f0;
    border-collapse: collapse;
}

/* theadの背景を統一 */
.plan-table thead th {
    background: #f5f8ff;
}

/* グループヘッダー行の横線をフル幅に */
.plan-table tr.bg-gray td {
    border-left: none;
    border-right: none;
}

/* プレミアム列の背景をbodyまで統一 */
.plan-table tbody tr td:nth-child(4) {
    background: #f0f6ff;
}

.plan-table tr.bg-gray td:nth-child(4) {
    background: #ddeeff;
    border-left: 2px solid #2B8EFF !important;
    border-right: 2px solid #2B8EFF !important;
}
/* テーブル全体に外枠 */
#home-plan .plan-table {
    border: 1px solid #dde4f0;
}

/* thead背景統一 */
#home-plan .plan-table thead th {
    background: #f5f8ff;
}

/* Plan D列をテーブル内に */
#home-plan .plan-table .plan-col.plan-d {
    border: 1px solid #dde4f0;
    background: #fafafa;
    text-align: center;
    vertical-align: middle;
}

/* プレミアム列の背景 */
#home-plan .plan-table thead th.plan-col.highlight {
    background: #eaf2ff;
    border-left: 2px solid #2B8EFF !important;
    border-right: 2px solid #2B8EFF !important;
    border-top: none !important;
    vertical-align: top;
    text-align: center;
}

#home-plan .plan-table tbody tr td:nth-child(4) {
    background: #f0f6ff;
    border-left: 2px solid #2B8EFF;
    border-right: 2px solid #2B8EFF;
}

#home-plan .plan-table tbody tr:last-child td:nth-child(4) {
    border-bottom: 2px solid #2B8EFF;
}

#home-plan .plan-table tr.bg-gray td:nth-child(4) {
    background: #ddeeff;
    border-left: 2px solid #2B8EFF !important;
    border-right: 2px solid #2B8EFF !important;
}
@media screen and (max-width: 834px) {
    #home-plan .plan-table {
        min-width: 600px;
    }
    
    #home-plan .plan-table thead th.feature-label,
    #home-plan .plan-table tbody td.feature-label {
        min-width: 120px;
    }
    
    #home-plan .plan-table .plan-col {
        min-width: 110px;
    }
}
@media screen and (max-width: 834px) {
    #home-plan .plan-table thead th.feature-label,
    #home-plan .plan-table tbody td.feature-label {
        min-width: 110px !important;
        width: 110px !important;
        font-size: 0.78rem;
        padding: 10px 8px;
    }
    
    #home-plan .plan-table .plan-col {
        min-width: 120px;
    }
}
@media screen and (max-width: 834px) {
    #home-plan .plan-table thead th {
        vertical-align: middle;
        height: auto;
    }
    
    #home-plan .plan-table thead th.feature-label {
        vertical-align: middle;
    }
    
    #home-plan .plan-table .plan-col {
        vertical-align: top;
    }
    
    /* theadの高さを統一 */
    #home-plan .plan-table thead tr {
        height: 120px;
    }
}
@media screen and (max-width: 834px) {
    /* theadのすべてのセルを同じ高さに */
    #home-plan .plan-table thead th {
        vertical-align: bottom !important;
        height: 140px !important;
        box-sizing: border-box;
    }

    #home-plan .plan-table thead th.feature-label {
        vertical-align: bottom !important;
        height: 140px !important;
    }
}
/* フッターナビ専用スタイル */
#home-footer-nav {
    padding: 40px 0 30px;
    background: linear-gradient(to bottom, #e0f2ff 0%, #d5ebff 100%); 
}

.footer-nav_inner {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-link-card {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
}

.footer-left-content {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.f-logo {
    height: 35px;
    width: auto;
}

.f-corp-name {
    font-weight: bold;
    font-size: 1.1rem;
    margin: 0 0 5px 0;
    color: #333;
}

.f-address {
    font-size: 0.85rem;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

.f-nav-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
}

.f-nav-menu li {
    margin-bottom: 12px;
}

.f-nav-menu li:last-child {
    margin-bottom: 0;
}

.f-nav-menu a {
    color: #333;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    transition: all 0.3s;
}

.f-nav-menu a:hover {
    color: #1B3B6F;
    text-decoration: underline;
}

.f-copyright {
    text-align: center;
    font-size: 0.75rem;
    color: #888;
    margin-top: 25px;
}

/* スマホ表示対応 */
@media (max-width: 768px) {
    .footer-link-card {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
    }
    
    .footer-left-content {
        flex-direction: column;
        align-items: center;
        margin-bottom: 30px;
        gap: 10px;
    }
    
    .f-nav-menu ul {
        text-align: center;
    }
}
/* 運営会社ページ専用スタイル */
.company-profile {
    max-width: 1000px;
    margin: 40px auto;
    padding: 0 20px;
    color: #333;
    line-height: 1.8;
}

.company-header {
    text-align: center;
    margin-bottom: 60px;
}

.company-header h1 {
    font-size: 2.4rem;
    color: #1B3B6F;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.company-header h1::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: #FFC107;
    margin: 10px auto 0;
}

.company-section {
    margin-bottom: 60px;
}

.company-section h2 {
    font-size: 1.6rem;
    border-left: 5px solid #1B3B6F;
    padding-left: 15px;
    margin-bottom: 30px;
}

.profile-table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #eee;
}

.profile-table th, .profile-table td {
    padding: 20px;
    border-bottom: 1px solid #eee;
    text-align: left;
}

.profile-table th {
    width: 30%;
    background-color: #f8f9fa;
    font-weight: 700;
}

/* 画像の「点」の崩れを直す部分 */
.business-list {
    margin: 0;
    padding: 0;
    list-style: none; /* デフォルトの点を消す */
}

.business-list li {
    position: relative;
    padding-left: 1.2em;
    margin-bottom: 5px;
}

.business-list li::before {
    content: "・"; /* 独自の点を配置 */
    position: absolute;
    left: 0;
    color: #333;
}

.location-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.location-card {
    padding: 25px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}

.location-card h3 {
    margin-bottom: 15px;
    font-size: 1.2rem;
    color: #1B3B6F;
}

.location-card .zip {
    font-size: 0.9rem;
    color: #888;
    margin-bottom: 5px;
}

.main-office {
    border-top: 5px solid #FFC107;
}

.business-hours {
    text-align: center;
    background: #f1f4f8;
    padding: 30px;
    border-radius: 8px;
}

@media (max-width: 600px) {
    .profile-table th, .profile-table td {
        display: block;
        width: 100%;
    }
    .profile-table th {
        background: #f8f9fa;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
/* ヘッダーロゴのサイズ調整 */
.logo-header {
    width: auto !important;
    height: 80px !important;
}

.logo-header img {
    height: 80px !important;
    width: auto !important;
    max-width: none !important;
    max-height: none !important;
}

.logo-menu-button img {
    max-height: 80px !important;
    height: 80px !important;
}

@media screen and (max-width: 1023px) {
    .logo-menu-button img {
        max-height: 80px !important;
        height: 80px !important;
    }
}

.header-container-in.hlt-top-menu .logo-header img {
    height: 80px !important;
    max-height: none !important;
    width: auto !important;
}
/* フッターナビメニューの整列 */
.f-nav-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.f-nav-menu ul li a {
    text-decoration: none;
    color: #333;
    font-size: 0.9rem;
}

.f-nav-menu ul li a:hover {
    color: #2B8EFF;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

.mv {
  margin: 0;
  padding: 0;
}

.mv-img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.mv-img-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .mv-img-pc {
    display: none;
  }

  .mv-img-sp {
    display: block;
  }
}
