@charset "UTF-8";

/************************************************************************
 *
 * Reset
 *
************************************************************************/
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

body {
	min-height: 100vh;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
button,
input,
label {
	line-height: 1.1;
}

a:not([class]) {
	color: currentColor;
}

img,
picture {
	max-width: 100%;
	display: block;
}

input,
button,
textarea,
select {
	font: inherit;
}

textarea:not([rows]) {
	min-height: 10em;
}

:target {
	scroll-margin-block: 5ex;
}

em {
	font-style: normal;
}

/************************************
 *
 * Utility（子ページ含めた共通の汎用スタイル）
 *
************************************/
.u-mb--1em {
	margin-bottom: 1em !important;
}

.u-mb--2em {
	margin-bottom: 2em !important;
}

.u-mb--3em {
	margin-bottom: 3em !important;
}

.u-mb--4em {
	margin-bottom: 4em !important;
}

.u-mb--5em {
	margin-bottom: 5em !important;
}

.u-pb-3pct {
    padding-bottom: 3% !important;
}

/************************************************************************
 *
 * Over write（サイト共通スタイル（style.css）の上書き）
 *
 ************************************************************************/
/* PCの最小widthをリセット */
@media screen and (min-width: 769px) {
	#l-wrapper {
		min-width: auto;
	}
}

/* ページ上部に戻るボタン非表示 */
.l-footer-pagetop {
	display: none;
}

/* パンくずリスト非表示 */
.m-breadcrumb {
	display: none;
}

/* スマホ時のフッターCTAボタン非表示 */
.m-floatcta,
#float_cta {
	display: none !important;
}

/************************************************************************
 *
 * Base（子ページ含めた共通のベーススタイル）
 *
 ************************************************************************/
.l-page-wrap {
	width: 100%;
	/* SP用スケーリング（100vw / 375 * 10） */
	--rem: calc(100vw / 375 * 10);
	font-size: var(--rem);
	scroll-behavior: smooth;
	font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
}

@media screen and (min-width: 641px) {
	.l-page-wrap {
		/* PC用スケーリング（1000px基準。最大幅1000pxで10px上限） */
		--rem: clamp(6.41px, calc(100vw / 1000 * 10), 10px);
	}
}

.l-page-wrap a {
	text-decoration: none;
	transition: opacity 0.2s;
	-webkit-user-select: none;
	user-select: none;
}

@media (hover: hover) {
	.l-page-wrap a:hover {
		cursor: pointer;
		opacity: 0.95;
		transition: opacity 0.2s;
	}
}

.l-page-wrap img,
.l-page-wrap video {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

/************************************************************************
 *
 * Layout（子ページ含めた共通のレイアウトスタイル）
 *
 ************************************************************************/
.l-page-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.l-page-inner-2 {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}

/************************************************************************
 *
 * JS（子ページ含めた共通のJS用スタイル）
 *
 ************************************************************************/
.l-page-wrap [data-video-target-id] {
	display: none;
}

@media (hover: hover) {
	.l-page-wrap [data-video-trigger-id] {
		cursor: pointer;
	}
}


/************************************************************************
 *
 * Page（ページ固有のスタイル）
 *
************************************************************************/
/************************************
 * スルリム親ページ /sururimu
 ************************************/
#sururimu:has(.sururimu-cm202607) {
	padding-top: min(17%, 142px) !important;
}

/******************** ここから ********************/
.sururimu-cm202607 .sec-fv {
	background-image: url(../img/sururimu-cm202607/fvbg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.sururim_top_pc_text{
	width: 100%;
	background-color: #f62b84;
}
.sururim_top_pc_text__inner{
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}
.interview {
	width: 100%;
	background-image: url(../img/sururimu-cm202607/interviewbg.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.cm{
	width: 100%;
	background-image: url(../img/sururimu-cm202607/cmbg.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.cm_text{
	width: 100%;
	background-color: #f62b84;
}
.cm_text__inner{
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}
.cm_img{
	margin-top: -25px;
}

.point{
	width: 100%;
	background-image: url(../img/sururimu-cm202607/pointbg.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.point__inner{
	position: relative;
	width: 100%;
	margin:  0 auto;
}

.point__video{
	position: absolute;
    top: 16%;
    left: 50%;
    transform: translateX(-50%);
	width: 400px;
	aspect-ratio: 16 / 9;
	height: auto;
	background-color: #fff;
}

.point__video iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	border: none;
}

@media screen and (max-width:640px) {
.point__video{
    top: 17%;
	width: 70%;
}
}

.amo{
	position: absolute;
	top: 17%;
	left: 0;
	z-index: 99;
	width: 200px;
}

@media screen and (max-width:750px) {
.amo{
    top: 17%;
	width: 27%;
}
}

@media screen and (max-width:640px) {
.amo{
    top: 20.8%;
	left: 2%;
	width: 26%;
}
}

.offer{
	width: 100%;
	background-image: url(../img/sururimu-cm202607/offerbg.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.cm__video{
	position: relative;
	width: 620px;
	aspect-ratio: 16 / 9;
	height: auto;
	margin: 0 auto;
}

.cm__video iframe {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	border: none;
}

@media screen and (max-width:640px) {
.cm__video{
	width: 80%;
}
}


.pc {
	display: none;
}

/* ======== PC Layout ======== */
@media screen and (min-width: 641px) {
	.pc {
		display: block;
	}
}

/******************** ここまで ********************/

.sururimu-cm202607 .sec-footer {
	padding: 0 2em;
	text-align: center;
	font-size: .8em;
	letter-spacing: 0;
}

.sururimu-cm202607 .sec-footer p {
	margin-bottom: 2em;
	line-height: 1.8;
}

.sururimu-cm202607 .sec-footer a {
	color: #009CE2;
}

.sururimu-cm202607 .cta-box {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}

.sururimu-cm202607 .fixed-box {
	width: 100%;
	max-width: 800px;
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 100;
}

.sururimu-cm202607 [id]::before {
	content: "";
	display: block;
	height: 4em;
	margin-top: -4em;
	visibility: hidden;
}

#clinic-list-1 {
	padding: 0 2rem;
}

#clinic-list-1 [data-cl-map] {
	--max-width: 580 !important;
	max-width: 600px;
	margin: 0 auto;
}