@charset "UTF-8";

/* ====================================
	共通スタイル
 ==================================== */
.bg-cream {
	background-color: #FFFCF2;
}

/* メインセクション：機能 */
.func-outer {
	max-width: 768px;
	margin-inline: auto;
}

.func-container {
	display: flex;
	align-items: center;
	padding: 30px 5% 20px;
	font-size: 1.4rem;
	background-color: #fff;
	border: solid 3px #FFE36F;
	border-radius: 10px;
	position: relative;
}

.func2 {
	border: solid 3px #D0E899;
	margin-top: 4rem;
}

.func-label-wrap {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(0, -50%);
	text-align: center;
}

.func-label {
	display: inline-block;
	padding: .5em 1em;
	background-color: #FFE36F;
	border-radius: 30px;
	font-size: 1.4rem;
}

.func-text-wrap {
	width: 100%;
}

.func2 .func-label {
	background-color: #D0E899;
}

.icon-func1 {
	background-color: #FFE36F;
}

.icon-func2 {
	background-color: #D0E899;
}

/* ナンバーディスプレイ無償化 */
.musyouka {
	border-radius: 20px;
	padding: 2rem 1em;
	margin: 2rem auto 0;
	text-align: center;
}

.musyouka-label {
	font-weight: 700;
	padding-bottom: 2rem;
	position: relative;
}

.musyouka-label span {
	font-size: 1.1em;
}

.musyouka-label::before {
	content: '';
	width: 60px;
	height: 3px;
	background-color: #FFE36F;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
}

.musyouka ul.ast li::before {
	color: unset;
}

.navi-label {
	margin-top: 1.2em;
	font-weight: 500;
}

.func-text-wrap .caption {
	margin-top: 2rem;
}

.navi-ntt-website {
	display: flex;
	flex-wrap: wrap;
	margin-top: 2rem;
	gap: 1em 5%;
	justify-content: center;
}

.navi-ntt-website a {
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 700;
	padding-left: 1.2em;
	position: relative;
}

.navi-ntt-website a::before {
	content: '';
	display: block;
	width: 1em;
	height: 1em;
	background: url('/phone/sagitaisaku/common/images/chevron-right-solid.svg') no-repeat center/contain;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

/* アニメーション */
.sub-header {
	transition: all .5s;
}

.sub-body {
	transition: all 1s .6s;
}

.sub-section:not(.passed) .sub-header {
	opacity: 0;
	transform: scale(1.1);
}

.sub-section:not(.passed) .sub-body {
	opacity: 0;
}

.mv-title-wrap {
	overflow: hidden;
}

.span-outer {
	display: inline-block;
	overflow: hidden;
}

.mv-title .span-wrap {
	display: inline-block;
	background-color: #fff;
	overflow: hidden;
	transition: transform .7s cubic-bezier(0.215, 0.61, 0.355, 1) .3s;
}

.mv-title .span-wrap span {
	display: inline-block;
	padding: 0 .5em;
	transition: transform .7s cubic-bezier(0.215, 0.61, 0.355, 1) .3s;
}

.mv-title .line2 .span-wrap,
.mv-title .line2 .span-wrap span {
	transition-delay: .6s;
}

.mv-title-wrap:not(.loaded) .mv-title .span-wrap {
	transform: translate(-100%, 0);
}

.mv-title-wrap:not(.loaded) .mv-title .span-wrap span {
	transform: translate(100%, 0);
}

.mv-title-img {
	overflow: hidden;
}

.mv-title-img img {
	transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}

.mv-title-wrap:not(.loaded) .mv-title-img img {
	opacity: 0;
	transform: translate(0, 30%);
}

/* ====================================
	1023px以下専用スタイル
===================================== */
@media only screen and (max-width: 1023px) {

	/* メインビジュアル */
	#mainVisual {
		position: relative;
	}

	#mainVisual .outer-base-width,
	#mainVisual .base-width,
	#mainVisual .visual {
		width: 100%;
		height: 100%;
	}

	#mainVisual .visual {
		background: url(images/bg-main-visual.jpg) no-repeat center center;
		background-size: cover;
		position: absolute;
		top: 0;
		left: 0;
	}

	#mainVisual .base-width {
		position: relative;
	}

	.mv-title-wrap {
		height: 100%;
		padding: 40px 0 0;
		position: relative;
	}

	.mv-title {
		font-size: 2rem;
		text-align: center;
	}

	.mv-title-img {
		width: 80%;
		margin: 20px auto 0;
	}

	/* メインセクション */
	.main-section {
		padding: 60px 0 50px;
		font-size: 1.6rem;
		line-height: 1.7;
	}

	.main-text {
		margin-bottom: 60px;
	}

	.main-section .flex-item:not(:first-of-type) {
		margin-top: 40px;
	}

	/* サブセクション */
	.sub-section {
		padding: 50px 0 50px;
		overflow: hidden;
	}

	.sub-header {
		margin-bottom: 40px;
		padding: 20px;
		background-color: #FFE36F;
		border-radius: 10px;
		text-align: center;
		position: relative;
	}

	.sub-header::before {
		content: '';
		display: block;
		height: 0;
		position: absolute;
		border-left: solid 10px transparent;
		border-top: solid 16px #FFE36F;
		border-right: solid 10px transparent;
		bottom: -16px;
		left: 50%;
		transform: translate(-50%, 0);
	}

	ul.list-func-icon {
		margin-bottom: 30px;
		display: flex;
	}

	ul.list-func-icon li {
		margin-right: .5em;
		padding: .5em 1em;
		font-size: 1.2rem;
		border-radius: 20px;
		font-weight: bold;
	}

	.sub-title {
		font-size: 1.8rem;
	}

	.sub-text {
		font-size: 1.6rem;
		line-height: 1.7;
	}

	.sub-section .flex-container.half .flex-item:first-of-type {
		margin-bottom: 20px;
	}

	/* 注釈 */
	.caption-section {
		padding: 50px 0 50px;
	}

	/* 動画で使い方を見る */
	.movie-title {
		margin: 50px 0 20px;
		padding: 10px 0;
		font-size: 1.8rem;
		position: relative;
		text-align: center;
	}

	.movie-title::before {
		content: '';
		width: 20px;
		height: 3px;
		background-color: #FFE36F;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%, 0);
	}

	/* 個別スタイル */
	#sub01 .box-green {
		padding: .5em 1em;
	}
}

/* ====================================
	768px以上1023以下専用スタイル
===================================== */
@media screen and (min-width: 768px) and (max-width: 1023px) {}

/* ====================================
	1024px以上印刷専用スタイル
===================================== */
@media print,
screen and (min-width: 1024px) {

	.flex-container.half>.flex-item {
		width: 50%;
	}

	/* メインビジュアル */
	#mainVisual {
		height: 320px;
		position: relative;
	}

	#mainVisual .outer-base-width,
	#mainVisual .base-width,
	#mainVisual .visual {
		width: 100%;
		height: 100%;
	}

	#mainVisual .visual {
		background: url(images/bg-main-visual.jpg) no-repeat center center;
		background-size: cover;
		position: absolute;
		top: 0;
		left: 0;
	}

	#mainVisual .base-width {
		position: relative;
	}

	.mv-title-wrap {
		padding: 80px 0 0;
	}

	.mv-title {
		font-size: 4rem;
	}

	.mv-title-img {
		width: 43%;
		text-align: center;
		position: absolute;
		right: 0;
		bottom: 0;
	}

	.mv-title-img img {
		width: 360px;
	}

	/* メインセクション */
	.main-section {
		padding: 100px 0;
	}

	.main-section .flex-container.half>.flex-item {
		width: 47%;
	}

	.main-text {
		margin-bottom: 60px;
		font-size: 2rem;
		line-height: 2;
		text-align: center;
	}

	/* メインセクション：機能 */
	.func-outer {
		max-width: 900px;
	}

	.func-container {
		justify-content: center;
		padding-block: 4rem 3rem;
		font-size: 1.8rem;
		line-height: 1.6;
		border-width: 4px;
		border-radius: 30px;
		text-align: center;
	}

	.func2 {
		border-width: 4px;
		margin-top: 6rem;
	}

	.func-label {
		font-size: unset;
	}

	.func-text-wrap {
		width: 100%;
	}

	/* ナンバーディスプレイ無償化	 */
	.musyouka {
		padding-block: 3rem;
		margin-top: 3rem;
	}

	.navi-ntt-website a {
		font-size: 1.6rem;
	}

	/* サブセクション */
	.sub-section {
		padding: 100px 0 80px;
		overflow: hidden;
	}

	.sub-header {
		margin-bottom: 60px;
		padding: 20px;
		background-color: #FFE36F;
		border-radius: 30px;
		text-align: center;
		position: relative;
	}

	.sub-header::before {
		content: '';
		display: block;
		height: 0;
		position: absolute;
		border-left: solid 10px transparent;
		border-top: solid 16px #FFE36F;
		border-right: solid 10px transparent;
		bottom: -16px;
		left: 50%;
		transform: translate(-50%, 0);
	}

	ul.list-func-icon {
		margin-bottom: 30px;
		display: flex;
	}

	ul.list-func-icon li {
		margin-right: .5em;
		padding: .5em 1em;
		border-radius: 20px;
		font-weight: bold;
	}

	.sub-title-lead {
		font-size: 2rem;
	}

	.sub-title {
		font-size: 3rem;
	}

	.sub-text {
		font-size: 1.8rem;
		line-height: 2;
	}

	/* 注釈 */
	.caption-section {
		padding: 80px 0 80px;
	}

	/* 動画で使い方を見る */
	.movie-title {
		margin: 50px 0 20px;
		padding: 10px 0;
		font-size: 1.8rem;
		position: relative;
		text-align: center;
	}

	.movie-title::before {
		content: '';
		width: 20px;
		height: 3px;
		background-color: #FFE36F;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%, 0);
	}

	/* 個別スタイル */
	#sub01 .box-green {
		padding: .2em .5em;
		font-size: 1.8rem;
		text-align: center;
	}
}

/* ====================================
	1024px以上1199px以下専用スタイル
===================================== */
@media print,
screen and (min-width: 1024px) and (max-width: 1199px) {}

/* ====================================
	1200px以上専用スタイル
===================================== */
@media screen and (min-width: 1200px) {}

/* ====================================
	IE
===================================== */
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

	.mv-title .span-outer {
		line-height: 1.5;
	}

	.mv-title .span-wrap span {
		padding: 0.2em .5em 0;
	}
}