@charset "utf-8";

/* 
* 共通
*/
.pc-block{
	display: none;
}
.tb-block{
	display: block;
}
.sp-block{
	display: none;
}

.title-text h2,
.title-text h3,
.title-text h4,
.title-text h5{
	font-size: 2.4rem;
}
.title-subtext p{
	font-size: 2.3rem;
}

/* サブページテンプレート スタイル */
.top-scrollbox{
	display: none;
}
.subpage-block{
	width: 90%;
}
.subpage-image img{
	height: 370px;
}
.subpage-titlebox{
	width: 93%;
}
.subpage-title h2{
	font-size: 3.3rem;
}

/* 
* ヘッダー
*/

.header-block{
	width: 100%;
	padding-top: 0.5em;
}
.header-title{
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0.2em;
	margin-left: 0.5em;
}
.header-title h1{
	font-size: 1.7rem;
	font-weight: 500;
	letter-spacing: 1.3px;
	line-height: 1.4;
}
.header-sp-recep{
	margin-bottom: 0.3em;
	margin-left: 0.5em;
}
.header-sp-recep p{
	font-size: 1.7rem;
}
.header-flex{
	padding-top: 0;
	padding-bottom: 0.7em;
}
.header-left{
	width: 45%;
	margin: 0 auto 0 0;
}
.header-logo{
	margin-left: 0.8em;
	margin-right: 0.8em;
}
.header-logo img{
	width: 100%;
	height: auto;
	object-fit: contain;
}
.header-right{
	width: 50%;
}
.header-sp-telbox{
	width: 100%;
}
.header-sp-telflex{
	display: flex;
	justify-content: right;
	align-items: center;
	margin-right: 1.2em;
}
.header-sp-telimage{
	position: relative;
	margin-right: 0.7em;
}
.header-sp-telimage::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: #09cec4;
	z-index: -1;
}
.header-sp-telimage img{
	width: 100%;
	height: 30px;
	object-fit: contain;
}
.header-sp-telnumber{
	margin-bottom: 0.2em;
}
.header-sp-telnumber p{
	font-size: 2.9rem;
	font-weight: bold;
	letter-spacing: 1.2px;
	color: #09cec4;
}
.header-sp-teltext{
	text-align: center;
}
.header-sp-teltext p{
	font-size: 1.1rem;
	font-weight: bold;
}
.header-sp-mailwrapper{
	position: absolute;
	bottom: -70vh;
	right: 0;
	overflow: hidden;
}
.header-sp-mailwrapper-test{
	position: fixed;
	bottom: 200px;
	right: 0;
	overflow: hidden;
	z-index: 50;
}
.header-sp-mailbox{
	padding: 18px 16px;
	text-align: center;
	border-radius: 6px 0 0 6px;
	background-color: #001042;
	animation-name: mail_anime;
	animation-duration: 1.5s;
	animation-timing-function: ease;
	animation-delay: 0;
	transition: all 1.5s;
}
@keyframes mail_anime{
	0%{
		transform: translateX(50px);
	}
	100%{
		transform: translateX(0);
	}
}

.header-sp-mailclose{
	position: relative;
	margin-bottom: 1em;
}
.header-sp-mailclose::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 48.7%;
	transform: translate(-50%, -50%);
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #6d6d6d;
	z-index: 1;
}
.header-sp-mailclose p{
	position: relative;
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
	z-index: 2;
}
.header-sp-mailtext{
	margin: 0 auto 0.9em auto;
	text-align: center;
}
.header-sp-mailtext p{
	writing-mode: vertical-rl;
    display: inline-block;
	font-size: 2rem;
	letter-spacing: 1.2px;
	color: #fff;
}
.header-sp-mailimage{
	position: relative;
}
.header-sp-mailimage::before{
	content: "";
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: solid 1px #fff;
}
.header-sp-mailimage img{
	width: 100%;
	height: 20px;
	object-fit: contain;
}

/* 
* トップページ
*/

/* ヒーローイメージ */
.hero-wrapper{
	padding-bottom: 5em;
	background: linear-gradient(0deg, rgba(0,16,66,1) 70%, rgba(255,255,255,1) 30%);
}
.hero-block{
	width: 80%;
}
.hero-image img{
	height: 60vw;
}
.hero-catch h2{
	font-size: 3rem;
}
.hero-scroll p{
	font-size: 1.7rem;
}
.hero-copyright{
	position: absolute;
	bottom: -40px;
	left: -50px;
	z-index: 1;
}
.hero-copyright p{
	writing-mode: vertical-rl;
	font-size:1rem;
	color: #fff;
}

/* 紹介 */
.intro-block{
	width: 95%;
}
.intro-left{
	width: 50%;
}
.intro-bigtext h3{
	font-size: 2.3rem;
	line-height: 2.1;
}
.intro-textbox p{
	font-size: 1.5rem;
	line-height: 2.1;
	letter-spacing: 1.7px;
}
.intro-right{
	width: 40%;
}
.intro-image img{
	height: 600px;
}

/* お悩みはありませんか */
.worries-block{
	width: 100%;
}
.worries-contents{
	padding: 50px 0;
}
.worries-contents-text{
	width: 80%;
}
.worries-contents-text p{
	font-size: 1.5rem;
	line-height: 2.5;
}
.worries-text p{
	font-size: 1.5rem;
}

/* Feature　強み */
.explan-wrapper{
	padding-bottom: 1em;
	margin-bottom: 1em;
}
.explan-backimage img{
	height: 240px;
}
.explan-block{
	width: 100%;
}
.explan-text p{
	line-height: 2.1;
}
.explan-imagebox img{
	height: 330px;
}
.explan-backimagebox_2{
	right: 0%;
}
.explan-backimage_2 img{
	height: 280px;
}

/* お問い合わせ */
.contact-block{
	width: 100%;
}
.contact-submit{
	width: 60%;
}

/* 
* フッダー
*/
.footer-logo img{
	width: 350px;
}
.footer-logo-2 img{
	width: 300px;
}

/* 
* プライバシーポリシー
*/
.privacy-block{
	width: 95%;
}
.privacy-toptext p{
	line-height: 1.8;
}
.privacy-dlbox dl dd{
	line-height: 1.8;
}