@charset "utf-8";

/* ------------------------------
 見出し・テキスト（PC）
------------------------------ */

/* -- h2 -- */
.contents h2 {
	margin-bottom: 35px;
	padding-bottom: 28px;
	position: relative;
	font-size: 4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}
.contents h2::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin-inline: auto;
	width: 85px;
	height: 8px;
	background: var(--gradation);
}
.contents .line-no h2 {
	padding-bottom: 0;
}
.contents .line-no h2::after {
	content: none;
}
.contents h2 strong {
  background: var(--gradation);
  background-clip: text;
  color: transparent;
}
/* -- h3 -- */
.contents h3 {
	margin-bottom: 25px;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}
/* -- h4 -- */
.contents h4 {
	margin-bottom: 8px;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.4;
}
.contents .line-b h4 {
	padding-bottom: 5px;
	border-bottom: dotted 1px var(--main-font-color);
}

/* -- リード -- */
.lead-main {
	width: fit-content;
	margin-inline: auto;
	background: var(--gradation);
	background-clip: text;
	color: transparent;
	font-size: 4rem;
	font-weight: bold;
	line-height: 2;
	text-align: center;
	text-decoration: underline;
	text-decoration-color: var(--main-font-color);
	text-decoration-thickness: 2px;
	text-underline-offset: 0.45em;
}
.lead {
	font-size: 1.8rem;
}
/* -- マーカーテキスト -- */
span.text-marker {
	padding: 2px 8px;
	font-size: 1.8rem;
	font-weight: bold;
	font-style: normal;
	line-height: 2;
	color: #fff;
	background-color: var(--main-font-color);
}
/* ------------------------------
 見出し・テキスト（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* -- h2 -- */
	.contents h2 {
		font-size: 3.2rem;
	}
	/* -- h3 -- */
	.contents h3 {
		margin-bottom: 20px;
		font-size: 2.3rem;
	}
	/* -- h4 -- */
	.contents h4 {
		font-size: 2rem;
	}
	/* -- リード -- */
	.lead-main {
		font-size: 3.2rem;
	}
}

/* ------------------------------
 横幅（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	/* 1/2 */
	.w546,
	.w1-2 {
		width: 47.895%;
	}
	/* 1/3 */
	.w350,
	.w1-3 {
		width: 30.702%;
	}
	.w350.cms_fl + .w350.cms_fl:not(.cms_clear_before),
	.w350.fl + .w350.fl:not(.cms_clear_before),
	.w1-3.cms_fl + .w1-3.cms_fl:not(.cms_clear_before),
	.w1-3.fl + .w1-3.fl:not(.cms_clear_before) {
		margin-left: 3.947%;
	}
	.w350.cms_fl + .w350.cms_fl.ml0 {
		margin-left: 0;
	}
	.w256.cms_fl + .w256.cms_fl:not(.cms_clear_before),
	.w256.fl + .w256.fl:not(.cms_clear_before) {
		margin-left: 3.17%;
	}
	/* 2/3 */
	.w745,
	.w2-3 {
		width: 65.351%;
	}
	/* 1/4 */
	.w258,
	.w1-4 {
		width: 22.632%;
	}
	.w258.cms_fl + .w258.cms_fl,
	.w258.fl + .w258.fl,
	.w1-4.cms_fl + .w1-4.cms_fl,
	.w1-4.fl + .w1-4.fl {
		margin-left: 3.157%;
	}
	/* 3/4 */
	.w846,
	.w3-4 {
		width: 74.211%;
	}
	/* 1/5 */
	.w208,
	.w1-5 {
		width: 18.246%;
	}
	.w208.cms_fl + .w208.cms_fl,
	.w208.fl + .w208.fl,
	.w1-5.cms_fl + .w1-5.cms_fl,
	.w1-5.fl + .w1-5.fl {
		margin-left: 2.1925%;
	}
	/* その他 */
	.w420 {
		width: 420px;
	}
	.w980 {
		width: 980px;
	}
}
/* ----------------------
 横幅（SP）
---------------------- */
@media screen and (max-width: 767px) {
	.w258,
	.w1-4,
	.w1-5 {
		width: 47.25%;
	}
	.w258.cms_fl,
	.w1-4.cms_fl,
	.w1-5.cms_fl {
		float: left !important;
	}
	.w258.cms_fl + .w258.cms_fl,
	.w1-4.cms_fl + .w1-4.cms_fl,
	.w1-5.cms_fl + .w1-5.cms_fl {
		margin-left: 5.5%;
	}
	.w258.cms_fl + .w258.cms_fl + .w258.cms_fl,
	.w1-4.cms_fl + .w1-4.cms_fl + .w1-4.cms_fl,
	.w1-5.cms_fl + .w1-5.cms_fl + .w1-5.cms_fl {
		margin-bottom: 0;
		margin-left: 0;
	}
}

/* ------------------------------
 ボックス（PC）
------------------------------ */
/* 横並び */
.flexBox:not(.scroller),
.scroller.flexBox .inner {
	display: flex !important;
	flex-wrap: wrap;
}
.cms_block.flexBox::after {
	content: none;
}
/* 横並び センター揃え */
.flexBox.jc-c {
	justify-content: center;
}
/* 横並び 両端揃え */
.flexBox.jc-sb {
	justify-content: space-between;
}
/* 横並び 縦センター揃え */
.flexBox.ai-c {
	align-items: center;
}
/* 横並び 縦上揃え */
.flexBox.ai-s {
	align-items: flex-start;
}
/* 横並び 縦下揃え */
.flexBox.ai-e {
	align-items: flex-end;
}
.flexBox .fg-1 {
	flex-grow: 1;
}
/* flexBoxの中でも横並びにしない */
.flexBox.div2 > h2, .flexBox.div2 > h3, .flexBox.div2 > h4, .flexBox.div2 > h5, .flexBox.div2 > h6,
.flexBox.div3 > h2, .flexBox.div3 > h3, .flexBox.div3 > h4, .flexBox.div3 > h5, .flexBox.div3 > h6,
.flexBox.div4 > h2, .flexBox.div4 > h3, .flexBox.div4 > h4, .flexBox.div4 > h5, .flexBox.div4 > h6,
.flexBox.div5 > h2, .flexBox.div5 > h3, .flexBox.div5 > h4, .flexBox.div5 > h5, .flexBox.div5 > h6 {
	width: 100%;
}
@media print, screen and (min-width: 768px) {
	/* 横並び2列 */
	.flexBox.div2 {
		flex-wrap: wrap;
		gap: 20px 4.21%;
	}
	.flexBox.div2 > * {
		width: 47.895%;
		margin-bottom: 0;
	}
	/* 横並び3列 */
	.flexBox.div3 {
		flex-wrap: wrap;
		gap: 20px 3.948%;
	}
	.flexBox.div3 > * {
		width: 30.702%;
		margin-bottom: 0;
	}
	/* 横並び4列 */
	.flexBox.div4 {
		flex-wrap: wrap;
		gap: 20px 3.09%;
	}
	.flexBox.div4 > * {
		width: 22.683%;
		margin-bottom: 0;
	}
	/* 横並び5列 */
	.flexBox.div5 {
		flex-wrap: wrap;
		gap: 20px 2.1925%;
	}
	.flexBox.div5 > * {
		width: 18.246%;
		margin-bottom: 0;
	}
	/* 下に落ちないようにする */
	.pc_fw-nowrap {
		flex-wrap: nowrap;
	}
}
/* ------------------------------
 ボックス（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* 横並び SPセンター揃え */
	.flexBox.sp-jc-c {
		justify-content: center;
	}
	
	/* 横並び2列・横並び3列 */
	.flexBox.div2,
	.flexBox.div3 {
		display: block !important;
	}
	/* 横並び4列（SP横並び2列） */
	.flexBox.div4,
	.flexBox.div5 {
		flex-wrap: wrap;
		gap: 20px 5.5%;
	}
	.flexBox.div4 > *,
	.flexBox.div5 > * {
		width: 47.25%;
		margin-bottom: 0;
	}
	/* 横並び4列（SP横並びにしない） */
	.flexBox.div4.sp_nodiv {
		display: block;
	}
	.flexBox.div4.sp_nodiv > * {
		width: 100%;
	}
	/*  */
	.flexBox.sp-row-gap25 {
		row-gap: 25px;
	}
}

/* ------------------------------
 テーブル（PC）
------------------------------ */
/* デフォルト */
.contents table {
	width: 100%;
	border-collapse: collapse;
}
.contents table tr:not(:last-child) {
	border-bottom: solid 2px #fff;
}
.contents table th:not(:last-child),
.contents table td:not(:last-child) {
	border-right: solid 2px #fff;
}
.contents table th {
	font-weight: bold;
	color: #fff;
	background-color: #205DA6;
	padding: 20px 25px;
}
.contents table td {
	background-color: #E7F5FA;
	padding: 20px 25px;
}
.contents .solidTb table th {
	padding: 10px;
    text-align: center;
}
/* スクロール */
.scroller {
	overflow-y: hidden !important;
	padding: 1px;
}
.contents .scroll-hint-icon {
	background: rgba(51, 51, 51, .5);
}
@media print, screen and (min-width: 768px) {
	.contents table th {
		width: 25%;
	}
	.contents .solidTb table th {
		padding: 20px;
	}
}
/* ------------------------------
 テーブル（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.contents table th,
	.contents table td {
		padding: 10px;
	}
	/* レスポンシブ */
	.contents .res table th,
	.contents .res table td {
		width: auto !important;
		display: block;
	}
	/* スクロール */
	.scroller > * {
		width: 1140px !important;
	}
	/* スクロールヒント */
	.flexBox .scroll-hint-icon-wrap {
		width: calc(100vw - 3.5%);
	}
	.flexBox .scroll-hint-icon-wrap .scroll-hint-icon {
		z-index: 10;
	}
	.contents .scroll-hint-icon {
		width: 80px;
		height: 80px;
		left: calc(50% - 40px);
		border-radius: 10px;
	}
	.contents .scroll-hint-icon::before {
		width: 33px;
		height: 38px;
		background-image: url(../../img/shortvideo/icon_scrollhint.svg);
	}
	.contents .scroll-hint-icon::after {
		width: 32px;
		height: 11px;
		top: 16px;
		margin-left: -19px;
		background-image: url(../../img/shortvideo/icon_scrollhint_arrow.svg);
	}
	.contents .scroll-hint-icon-wrap.is-active .scroll-hint-icon {
		opacity: 1;
	}
	/* スクロールバーの色 */
	.scroller {
		padding-bottom: 24px;
	}
	/* Webkitベースのブラウザ (Chrome, Safariなど) 用 */
	.scroller::-webkit-scrollbar {
		display: block;
		width: 100%;
		height: 8px;
		background-color: #e3e6ee;
		border-radius: 4px;
	}
	.scroller::-webkit-scrollbar-track {
		background: #e3e6ee; /* トラックの色 */
		border-radius: 4px;
	}
	.scroller::-webkit-scrollbar-thumb {
		background: var(--blue-color); /* サムの色 */
		border-radius: 4px;
	}
	
}

/* ------------------------------
 リスト（PC）
------------------------------ */
/* ノーマルリスト●付き */
.cms_block ul > li {
	position: relative;
	padding-left: 1em;
}
.cms_block ul > li::before {
	content: "●";
	position: absolute;
	top: .7em;
	left: 0;
	color: #205DA6;
	font-size: 60%;
}
/* 数字リスト */
.cms_block ol > li {
	position: relative;
    counter-increment: cnt;
	padding-left: 1.6em;
}
.cms_block ol > li::before {
	content: counter(cnt) ".";
	font-weight: bold;
	color: #205DA6;
	position: absolute;
	top: 0;
	left: 0;
}
/* 横並びリスト */
.inline ul li {
	display: inline-block;
	margin-right: 2em;
}
table .inline ul li {
	margin-right: 1em;
}
.cms_block.listSpace ul > li:not(:last-child) {
	margin-bottom: 5px;
}
/* 英字リスト */
.list_alpha ul {
    margin-left: 30px;
	list-style-type: lower-alpha;
}
.contents .list_alpha ul > li {
	padding-left: 0;
}
.contents .list_alpha ul > li::before {
	content: none;
}
@media print, screen and (min-width: 768px) {
	/* 横並び2列・3列 */
	ul.div2,
	ul.div3 {
		display: flex;
		flex-flow: row wrap;
		gap: 20px 0;
	}
	ul.div2 li,
	ul.div3 li {
		padding-right: 2em;
	}
	ul.div2 li {
		width: 50%;
	}
	ul.div3 li {
		width: calc(100% / 3);
	}
}
/* ------------------------------
 リスト（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* 横並び */
	.inline ul li {
		padding-left: 0.8em;
		margin-right: 0.5em;
	}
}

/* ------------------------------
 アイコン（PC）
------------------------------ */
/* 四角アイコン */
.icon_square::before {
    content: "";
	display: inline-block;
    width: 11px;
    height: 11px;
	background: #005FA2;
    vertical-align: top;
    margin-top: 9px;
    margin-right: 5px;
}
/* アイコン無し */
ul.noicon li {
	padding-left: 0 !important;
}
ul.noicon li::before,
a.noicon::before {
    content: none !important;
}
/* ------------------------------
 アイコン（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* 四角アイコン */
	.icon_square::before {
		margin-top: 7px;
	}
}

/* ------------------------------
 角丸（PC）
------------------------------ */
.r20 img {
	border-radius: 20px;
}
/* ------------------------------
 角丸（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.r20 img {
		border-radius: 10px;
	}
}

/* ------------------------------
 囲み（PC）
------------------------------ */
.boxed {
	border: solid 1px #fff;
	font-weight: 500;
	text-align: center;
    padding: 20px;
}
/* ------------------------------
 囲み（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.boxed {
		padding: 30px;
	}
}

/* ------------------------------
 背景（PC）
------------------------------ */
.bgBox {
	background-color: #E7F5FA;
	padding: 30px 40px 40px;
	border-radius: 10px;
}

@media print, screen and (min-width: 768px) {
	.div3 .bgBox {
		padding: 30px;
	}
}
/* ------------------------------
 背景（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.bgBox {
		padding: 20px;
	}
	
}

/* ------------------------------
 ボタン（PC）
------------------------------ */
/*デフォルト*/
.btn a,
button.btn {
	display: inline-block;
	height: 90px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: var(--gradation);
	border-radius: 50px;
	padding: 10px 15px;
	cursor: pointer;
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: .3s ease-in-out;
}
.btn a[target="_blank"]::after {
	width: 16px;
	height: 16px;
	background: url(../../img/icon_blank_btn.svg) no-repeat;
    right: 25px;
	bottom: 0;
}
/*問い合わせ*/
.btn.contact a,
button.btn {
	height: 70px;
	font-size: 2.2rem;
}
/* .btn.contact a::before,
button.btn.contact::before {
	content: "";
	width: 23px;
	height: 18px;
	margin-right: 8px;
	background: url(../../img/shortvideo/icon_mail.svg) no-repeat 0 0 /cover;
} */
/*横並びボタン*/
.inlineBtn {
	display: flex;
}
.inlineBtn .btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.4;
	padding: 24px 0 25px;
}
.inlineBtn .btn a::after {
	width: 29px;
	height: 13px;
}
.inlineBtn .btn a[target="_blank"]::after {
	width: 16px;
	height: 16px;
}
@media print, screen and (min-width: 768px) {
	/*デフォルト*/
	.btn a {
		min-width: 356px;
	}
	button.btn {
		min-width: 258px;
	}
	.btn a::after,
	button.btn::after {
		bottom: 5px;
	}
	/* .btn a:hover,
	button.btn:not(:disabled):hover {
		opacity: .7;
	} */
	/* f18 */
	.btn.f18 a {
		font-size: 1.8rem;
	}
	/*横並びボタン*/
	.inlineBtn {
		justify-content: center;
		align-items: stretch;
		gap: 0 40px;
	}
	.inlineBtn .btn {
		width: 420px;
	}
	.inlineBtn.div3 {
		justify-content: space-between;
		gap: 0 15px;
	}
	.inlineBtn.div3 .btn {
		width: calc(100% / 3);
	}
	.inlineBtn .btn a {
		min-width: unset;
		width: 100%;
		font-size: 1.8rem;
	}
	.cms_block.inlineBtn::after {
		content: none;
	}
}
/* ------------------------------
 ボタン（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/*デフォルト*/
	.btn {
		text-align: center;
	}
	.btn a,
	a.btn,
	button.btn {
		width: 100%;
		height: 70px;
		max-width: 295px;
		font-size: 1.5rem;
		padding: 10px 20px 12px;
	}
	.btn a:after,
	a.btn::after {
		width: 20px;
		height: 15px;
	}
	/*問い合わせ*/
	.btn.contact a,
	button.btn {
		font-size: 1.7rem;
		height: 60px;
	}
	.btn.contact a::before,
	button.btn.contact::before {
		width: 18px;
		height: 14px;
		margin-right: 5px;
	}
	/*横並びボタン*/
	.inlineBtn {
		flex-direction: column;
		gap: 15px 0;
	}
	.inlineBtn .btn a {
		min-height: 75px;
		padding: 14px 0 15px;
		margin: auto;
	}
}

/* ------------------------------
 ページ内リンク（PC）
------------------------------ */
.pageLink ul {
	display: flex;
	justify-content: center;
	gap: 0 50px;
}
.pageLink ul li {
    padding-left: 0;
}
.pageLink ul li::before, .pageLink ul li:last-child::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 25px;
    background: #808080;
    top: 0;
    left: -25px;
    bottom: 0;
    margin: auto;
}
.pageLink ul li:last-child::after {
    left: auto;
    right: -25px;
}
.cms_text.pageLink ul li a:not(.btn a)::before {
    transform: rotate(135deg);
	margin: 0 8px 0.3em 0;
}
/* ------------------------------
 ページ内リンク（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.pageLink ul {
		gap: 0 15px;
	}
	.pageLink ul li::before, .pageLink ul li:last-child::after {
		height: 20px;
		left: -8px;
	}
	.pageLink ul li:last-child::after {
		left: auto;
		right: -8px;
	}
	.cms_text.pageLink ul li a:not(.btn a)::before {
		margin: 0 5px 0.4em 0;
	}
}
/* ------------------------------
 Googlemap埋め込み
------------------------------ */
.map {
	position: relative;
	width: 100%;
	padding-top: 34.21%;
	border-radius: 10px;
    overflow: hidden;
}
.map iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
/* ----------------------
 Googlemap埋め込み（SP）
---------------------- */
@media screen and (max-width: 767px) {
	.map {
		padding-top: 66.67%;
	}
}

/* ------------------------------
 順番指定
------------------------------ */
@media print, screen and (min-width: 768px) {
	.order1 { order: 1;}
	.order2 { order: 2;}
	.order3 { order: 3;}
}
@media screen and (max-width: 767px) {
	.sp_order1 { order: 1;}
	.sp_order2 { order: 2;}
	.sp_order3 { order: 3;}
}


/* ------------------------------
 メイン画像
------------------------------ */
.mainBlock {
	width: 100%;
	position: relative;
	padding-top: calc(var(--header-height-pc) + 50px);
	background: url(../../img/shortvideo/mainimg_bg.jpg) no-repeat center center / cover;
	color: #fff;
}
.mainBlock::after {
	content: none;
}
.mainBlock .label {
	width: 214px;
	position: absolute;
	top: 173px;
	right: calc(50% + 365px);
}
/* -- メインのテキスト -- */
.mainBlock .main-lead {
	margin-bottom: 20px;
	font-size: 8rem;
	font-weight: bold;
	line-height: 1.2;
}
.mainBlock .main-lead span {
	position: relative;
}
.mainBlock .main-lead span::after {
	content: "";
	width: 207px;
	height: 118px;
	position: absolute;
	top: -22px;
	right: -220px;
	background: url(../../img/shortvideo/main_balloon.svg) no-repeat 0 0 / cover;
}
.mainBlock .lead {
	margin-bottom: 12px;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.6;
}

/* -- スライダー -- */
.mainimgBox ul li {
	padding-left: 0;
}
.mainimgBox ul li::before {
	content: none;
}
@media print, screen and (min-width: 768px) {
	.mainBlock {
		height: 930px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		column-gap: 45px;
	}
	.mainBlock .textBox {
		width: 745px;
		margin-bottom: 0;
		padding-top: 125px;
	}
	.title-white-box {
		width: fit-content;
		min-width: 650px;
		margin-bottom: 45px;
		padding: 5px 10px 7px;
		background-color: #fff;
		font-size: 2.2rem;
		font-weight: bold;
		line-height: 1.6;
		text-align: center;
		color: var(--blue-color);
	}
	.title-white-box::after {
		content: "";
		width: 21px;
		height: 21px;
		display: inline-block;
		margin-left: 5px;
		margin-top: 7px;
		background: url(../../img/shortvideo/icon_signal.svg) no-repeat 0 0 / cover;
		vertical-align: top;
	}
	.mainimgBox {
		width: 350px;
	}
}
/* ------------------------------
 メイン画像（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.mainBlock {
		margin-inline: 0;
		margin-bottom: 45px;
		padding-top: calc(var(--header-height-sp) + 40px);
		padding-bottom: 45px;
		background: #000 url(../../img/shortvideo/mainimg_bg_sp.jpg) no-repeat center 0 / cover;
	}
	.mainBlock .label {
		width: 119px;
		position: absolute;
		top: calc(var(--header-height-sp) + 40px);
		right: auto;
		left: 4.3%;
	}
	.mainBlock .label + .textBox {
		margin-top: 48px;
	}
	.mainBlock .textBox {
		margin-inline: 10.5%;
		margin-bottom: 40px;
	}
	/* -- メインのテキスト -- */
	.mainBlock .main-lead {
		margin-bottom: 15px;
		font-size: 3.6rem;
	}
	.mainBlock .main-lead span::after {
		width: 102px;
		height: 58px;
		top: -15px;
		right: -110px;
	}
	.mainBlock .lead {
		margin-bottom: 7px;
		font-size: 1.4rem;
	}
	.title-white-box {
		display: flex;
		flex-direction: column;
		margin-bottom: 20px;
	}
	.title-white-box span {
		width: fit-content;
		margin-bottom: 5px;
		padding: 2px 5px;
		background-color: #fff;
		font-size: 1.3rem;
		font-weight: bold;
		line-height: 1.6;
		text-align: left;
		color: var(--blue-color);
	}
	.title-white-box span:last-child:after {
		content: "";
		width: 12px;
		height: 12px;
		display: inline-block;
		margin-left: 5px;
		margin-top: 4px;
		background: url(../../img/shortvideo/icon_signal.svg) no-repeat 0 0 / cover;
		vertical-align: top;
	}
	.mainimgBox {
		width: 256px;
		margin-inline: auto;
	}
}

/* ------------------------------
 ↓矢印
------------------------------ */
.cms_block.flexBox.arrow-b,
.arrow-b {
	position: relative;
	margin-bottom: 130px;
}
.cms_block.flexBox.arrow-b::after,
.arrow-b::after {
	content: "";
	display: block;
	width: 130px;
	height: 54px;
	position: absolute;
	inset-inline: 0;
	bottom: -90px;
	margin-inline: auto;
	background: url(../../img/shortvideo/arrow_bottom.svg) no-repeat 0 0 / cover;
}
/* ------------------------------
 ↓矢印（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.cms_block.flexBox.arrow-b,
	.arrow-b {
		margin-bottom: 95px;
	}
	.cms_block.flexBox.arrow-b::after,
	.arrow-b::after {
		width: 104px;
		height: 44px;
		bottom: -70px;
	}
}
/* ------------------------------
 グラデーション枠線
------------------------------ */
.borderBox {
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: relative;
	padding: 15px 15px 35px;
	border-radius: 30px;
	background: var(--gradation);
}
.borderBox::before {
	content: "";
	position: absolute;
	inset: 4px;
	border-radius: 26px;
	background-color: #fff;
}
.borderBox > * {
	position: relative;
}
.borderBox > .cms_caption_b {
	margin-top: 0;
	text-align: center;
}
/* ------------------------------
 グラデーション枠線（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.borderBox {
		padding: 15px 14% 30px;
		border-radius: 28px;
	}
	.borderBox::before {
		border-radius: 24px;
	}
}

/* ------------------------------
 配信テーマ設計・コンテンツ例
------------------------------ */
.themeBlock,
.themeBlock.swiper {
	position: relative;
	padding-block: 110px 130px;
	overflow: visible;
	background: url(../../img/shortvideo/bg_img.jpg) repeat 0 0;
}
.themeBlock.first {
	padding-bottom: 10px;
}
.themeBlock + .themeBlock {
	padding-top: 0;
}
/* -- 画像　テキスト　横並び -- */
.img-textBox {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.img-textBox img {
	width: 32.858%;
}
.img-textBox > div {
	width: 61.717%;
	margin-top: 0;
}
/* -- SNS -- */
.title-topr {
	margin-bottom: 23px;
	padding: 4px 10px;
	border-radius: 10px 10px 0 0;
	background-color: var(--main-font-color);
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	color: #fff;
}
.list-sns ul {
	display: flex;
	justify-content: space-between;
}
.cms_block .list-sns li {
	width: calc(100% / 4);
	padding-left: 0;
	text-align: center;
}
.cms_block .list-sns li::before {
	content: none;
}
.list-sns li img {
	width: 55px;
	aspect-ratio: 1 / 1;
}
.list-sns li p {
	margin-top: 8px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.3;
	color: #6a6a6a;
}
/* -- テーマ -- */
.themeList .swiper-slide {
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 0;
	border-radius: 25px;
	background-color: #fff;
}
.themeList .swiper-slide img {
	border-radius: 0 0 25px 25px;
}
.themeList .swiper-slide > div {
	justify-content: center;
	padding: 40px 30px 10px;
	text-align: center;
}
.themeList .icon-no {
	position: absolute;
	top: -11px;
	left: -4px;
}
.themeList .icon-no img {
	width: 64px;
	aspect-ratio: 1 / 1;
	border-radius: 0;
}
.themeList h4 {
	font-size: 2.6rem;
}
/* タグ */
.themeList .swiper-slide ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 6px;
}
.themeList .swiper-slide ul li {
	padding: 0 10px;
	border-radius: 5px;
	background-color: #ebeffb;
	font-weight: bold;
	line-height: 31px;
	color: var(--blue-color);
}
.themeList .swiper-slide ul li::before {
	content: none;
}
@media print, screen and (min-width: 768px) {
	.themeBlock::after,
	.themeBlock.flexBox::after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: calc(50% - 50vw);
		width: 100vw;
		z-index: 0;
		background: url(../../img/shortvideo/bg_img.jpg) repeat 0 0;
	}
	.themeBlock > * {
		position: relative;
		z-index: 1;
	}
	/* -- SNS -- */
	.list-sns ul {
		width: 440px;
		margin-inline: auto;
	}
	/* -- テーマ -- */
	.themeList {
		gap: 25px 21px;
	}
	.themeList .swiper-wrapper {
		width: 1140px;
		flex-wrap: wrap;
		gap: 25px 21px;
	}
	.themeList .swiper-slide {
		width: 366px;
	}
}
/* ------------------------------
 配信テーマ設計・コンテンツ例（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.themeBlock,
	.themeBlock.swiper {
		width: 100%;
		margin-inline: 0;
		padding: 70px 5% 100px;
	}
	.themeBlock + .themeBlock {
		padding-top: 0;
	}
	.img-textBox img {
		width: 29.63%;
	}
	.img-textBox > div {
		width: 65.187%;
	}
	/* -- SNS -- */
	.list-sns ul {
		column-gap: 20px;
		margin-inline: -1%;
	}
	.list-sns li img {
		width: 44px;
	}
	.list-sns li p {
		margin-top: 5px;
		font-size: 1.1rem;
	}
	/* -- テーマ -- */
	.themeList .swiper-slide {
		border-radius: 20px;
	}
	.themeList .swiper-slide img {
		border-radius: 0 0 20px 20px;
	}
	.themeList .icon-no {
		left: -11px;
	}
	.themeList .icon-no img {
		width: 55px;
	}
	.themeList h4 {
		font-size: 2.3rem;
	}
	/* swiper */
	.themeList .swiper-horizontal > .swiper-pagination-bullets, 
	.themeList .swiper-pagination-bullets.swiper-pagination-horizontal, 
	.themeList .swiper-pagination-custom, 
	.themeList .swiper-pagination-fraction {
		bottom: 70px;
	}
}

/* ------------------------------
 料金プラン・標準サービス
------------------------------ */
.planBlock .planBox {
	margin-bottom: 0;
	padding: 45px 30px 50px;
	border-radius: 25px;
	background-position: center 0;
	background-repeat: repeat;
	background-size: cover;
	color: #fff;
}
.planBlock .planBox > img {
	width: auto;
	height: 147px;
}
.planBlock .planBox > div {
	margin-top: 30px;
}
.planBlock .planBox .lead {
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
}
.planBlock .planBox.plan01 {
	background-image: url(../../img/shortvideo/pink_bg.jpg);
}
.planBlock .planBox.plan02 {
	background-image: url(../../img/shortvideo/blue_bg.jpg);
}
.planBlock .planBox.plan03 {
	background-image: url(../../img/shortvideo/purple_bg.jpg);
}
.planBlock .planBox ul {
	border-top: dotted 1px #fff;
}
.planBlock .planBox ul li {
	padding-block: 15px;
	padding-left: 23px;
	border-bottom: dotted 1px #fff;
	font-size: 1.5rem;
}
.planBlock .planBox.plan01 ul li {
	letter-spacing: -0.04em;
}
.planBlock .planBox ul li::before {
	content: "";
	width: 19px;
	height: 19px;
	top: 19px;
	background: url(../../img/shortvideo/icon-check.svg) no-repeat 0 0 / cover;
}

@media print, screen and (min-width: 768px) {
	.planBlock {
		gap: 25px 21px;
	}
	.planBlock .planBox {
		width: 366px;
	}
}
/* ------------------------------
 料金プラン・標準サービス（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.planBlock {
		row-gap: 20px;
	}
	.planBlock .planBox {
		width: 100%;
		padding: 40px 6%;
	}
	.planBlock .planBox ul li {
		font-size: 1.4rem;
	}
}

/* ------------------------------
 標準サービス内容
------------------------------ */
.serviceBlock .serviceBox {
	margin-bottom: 0;
	padding: 25px 24px 45px;
	border-radius: 25px;
	background: url(../../img/shortvideo/bg_img.jpg) repeat 0 0;
}
.serviceBlock .serviceBox h4 {
	text-align: center;
}
@media print, screen and (min-width: 768px) {
	.serviceBlock.flexBox.div4 {
		gap: 22px 28px;
	}
	.serviceBlock .serviceBox {
		width: 264px;
	}
}
/* ------------------------------
 標準サービス内容（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.serviceBlock .serviceBox {
		padding: 15px 10px 20px;
		border-radius: 10px;
	}
	.serviceBlock .serviceBox > div {
		line-height: 1.6;
	}
}
/* ------------------------------
 ステップ
------------------------------ */
.stepBlock.flexBox,
.stepBlock.flexBox .inner {
	column-gap: 21px;
	position: relative;
}
.stepBlock.flexBox:not(.scroller):after,
.stepBlock.flexBox.scroller .inner::after {
	content: "";
	position: absolute;
	top: 20px;
	left: 85px;
	right: 85px;
	z-index: 0;
	height: 2px;
	background: var(--gradation);
	/* ↓ドッドに見せるためのマスク */
	-webkit-mask: radial-gradient(circle, #000 40%, transparent 45%) left center / 6px 2px repeat-x;
	mask: radial-gradient(circle, #000 40%, transparent 45%) left center / 6px 2px repeat-x;
}
.stepBlock.flexBox .stepBox {
	width: calc((100% - 105px) / 6);
	margin-bottom: 0;
	padding-top: 63px;
	position: relative;
	z-index: 1;
}
.stepBlock .stepBox::before {
	content: "";
	width: 42px;
	height: 51px;
	display: block;
	position: absolute;
	top: 0;
	inset-inline: 0;
	margin-inline: auto;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
}
.stepBlock .stepBox:first-child:before {
	background-image: url(../../img/shortvideo/step01.svg);
}
.stepBlock .stepBox:nth-child(2)::before {
	background-image: url(../../img/shortvideo/step02.svg);
}
.stepBlock .stepBox:nth-child(3):before {
	background-image: url(../../img/shortvideo/step03.svg);
}
.stepBlock .stepBox:nth-child(4):before {
	background-image: url(../../img/shortvideo/step04.svg);
}
.stepBlock .stepBox:nth-child(5):before {
	background-image: url(../../img/shortvideo/step05.svg);
}
.stepBlock .stepBox:nth-child(6):before {
	background-image: url(../../img/shortvideo/step06.svg);
}
/* ------------------------------
 お問い合わせ
------------------------------ */
.contactBlock {
	position: relative;
	padding-block: 100px 140px;
}
.inputList {
	padding: 55px 65px;
	border-radius: 30px;
	background-color: #fff;
	box-shadow: 0 0 8px rgba(199, 205, 221, 0.3);
}
.inputList table th,
.inputList table td {
	width: 100%;
	display: block;
	padding: 15px 0;
	background: none;
	color: var(--main-font-color);
}
.inputList table th {
	padding-bottom: 0;
	border-right: none;
}
.inputList table th span {
	margin-left: 8px;
	padding-inline: 8px;
	color: #fff;
	border-radius: 20px;
	background-color: var(--pink-color);
	font-size: 1.3rem;
	line-height: 20px;
}
/* ------------------------------
 パーツ装飾
------------------------------ */
.inputList input[type='text'],
.inputList select,
.inputList textarea {
	width: 100%;
	font-size: 1.6rem;
	font-weight: normal;
	color: var(--main-font-color);
	text-align: left;
	background-color: var(--base-color);
	border-radius: 10px;
	padding: 10px 15px;
	-webkit-appearance: none;
	vertical-align: middle;
}
textarea::placeholder, input::placeholder {
	color: #c1c7d3;
}
.inputList input[type='text']:focus,
.inputList textarea:focus {
    outline: 0;
}
.inputList input[type='text']:focus,
.inputList select:focus ,
.inputList textarea:focus {
	outline: 0;
	box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.05) inset;
}
.inputList textarea {
	resize: vertical;
    height: 163px;
    min-height: 163px;
}
input[type="checkbox"] {
    margin-right: 5px;
    vertical-align: baseline;
}
label {
	position: relative;
    display: inline-block;
    vertical-align: baseline;
	padding-left: 25px;
}
/* -- ラジオボタン -- */
input[type=radio] {
	display: none;
}
input[type=radio] + span {
	display: inline-block;
	width: 19px;
	height: 19px;
	vertical-align: top;
	background-color: #fff;
	border: solid 1px #c7cddd;
	border-radius: 100%;
	position: absolute;
	top: 7px;
	left: 0;
}
input[type=radio] + span:before {
	content: '';
	display: block;
	width: 9px;
	height: 9px;
	background-color: transparent;
	border-radius: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
input[type=radio]:checked + span:before {
	background-color: var(--blue-color);
}
/* チェックボックス */
input[type=checkbox] {
	display: none;
}
input[type=checkbox] + span {
	display: inline-block;
	width: 19px;
	height: 19px;
	vertical-align: top;
	background-color: #fff;
	border: solid 1px #c7cddd;
	position: absolute;
	top: 8px;
	left: 0;
}
input[type=checkbox] + span:before {
	content: '';
	display: block;
	width: 9px;
	height: 9px;
	background-color: transparent;
	border-radius: 10%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
input[type=checkbox]:checked + span:before {
	background-color: var(--blue-color);
}
/* 同意チェックの有無 */
.btn.contact:disabled,
.btn.contact.is-disabled,
.btn.contact:disabled:hover,
.btn.contact.is-disabled:hover {
	opacity: 0.5;
	cursor: auto;
}
.contents button.back.btn {
	float: left;
	background: rgba(42, 42, 42, 0.5);
}
@media print, screen and (min-width: 768px) {
	.contactBlock::after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: calc(50% - 50vw);
		width: 100vw;
		z-index: 0;
		background: url(../../img/shortvideo/bg_img.jpg) repeat 0 0;
	}
	.contactBlock > * {
		position: relative;
		z-index: 1;
	}
	.inputList {
		width: 800px;
		margin-inline: auto;
	}
	.contents button.back.btn {
		min-width: 120px;
		margin-right: -120px;
	}
}
/* ------------------------------
 お問い合わせ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.contactBlock {
		width: 100%;
		margin-inline: 0;
		padding: 70px 5%;
		background: url(../../img/shortvideo/bg_img.jpg) repeat 0 0;
	}
	.inputList {
		padding: 30px 5.5%;
		border-radius: 10px;
	}
	/* 戻るボタン */
	.contents button.btn {
		width: 60%;
		min-width: 100px;
	}
	.contents button.back {
		width: 35%;
		min-width: 50px;
		margin-right: 5%;
	}
}

.red {
	color:#f00;
}