@charset "UTF-8";
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Giga:wght@100..900&display=swap'); */

:root {
	--deep-green: #033E59;
	--nav-bg: #f8f9fa;
	--basic-bg: #ecf1f7;
	--paleblue-bg: #e1f5fe;
	--btn-bg: linear-gradient(315deg, #f90, #ffb64a);
}

/* 全体のリセット */
body,
html {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	overflow-x: hidden;
}

/* 共通 */
body {
	color: #333;
	font-family: 'Noto Sans JP', sans-serif;
}

section {
	display: block;
}

p {
	font-size: 18px;
}

h2 {
	margin-block: 16px;
	color: var(--deep-green);
	font-size: 38px;
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-align: center;
}
.bi-check2-square {
	margin-right: 10px;
}
@media screen and (max-width: 767px) {
	/* === 共通  === */
	p {
		font-size: 16px;
	}
	h2 {
		font-size: min(5.9vw, 25px);
	}
}

img {
	height: auto;
}

.py80px {
	padding-block: 80px;
}
.bg_basic {
	background-color: var(--basic-bg);
}
.bg_paleblue {
	background-color: var(--paleblue-bg);
}
.table-separated {
	width: 100%;
	border-collapse: separate;
}
.table-separated th,
.table-separated td {
	padding: 1rem 0.5rem;
	text-align: center;
}
.table-separated td {
	background: #f2f2f2;
}
@media screen and (max-width: 767px) {
	.table-separated th,
	.table-separated td {
		font-size: 86%;
	}
}

/* === ナビゲーションバー  === */
.navbar {
	position: fixed;
	padding: 0;
	width: 100%;
	max-height: 100px;
	transition: all 0.3s ease;
	z-index: 9999;
}
.navbar-brand {
	flex-shrink: 0;
	width: 150px;
	height: auto;
}
@media screen and (max-width: 991.98px) {
	.navbar {
		position: relative;
	}
	.navbar .container-fluid {
		padding-block: 0.75rem;
	}
	.navbar-brand {
		width: 50%;
		max-width: 300px;
	}
	.navbar-collapse {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		width: 100vw;
		background-color: var(--nav-bg);
		padding: 1rem;
		box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
		z-index: 999;
	}
	.nav-btn {
		width: 100%;
	}
}

.navbar-toggler {
	z-index: 2;
}

.nav-item {
	padding: 0 5px;
	letter-spacing: 0.05em;
}
.nav-link {
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.nav-link {
		padding-inline: 0.2rem !important;
		font-size: 12px;
	}
}

.nav-tel-bn {
	width: 50%;
	max-width: 200px;
	max-height: 90px;
}
.nav-tel-text {
	color: var(--bs-nav-link-color);
	line-height: 1.6;
}

.nav-btn {
	padding: 8px 2em;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.15em;
	white-space: nowrap;
	background: var(--btn-bg);
	border: none;
	border-radius: 50px;
	cursor: pointer;
	transition: 0.3s ease;
}
.nav-btn:hover {
	color: #fff;
	opacity: 0.75;
}

/* === ファーストビュー === */
.fv {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 100px;
	width: 100%;
	min-height: 576px;
	background: url("../img/fv.jpg") no-repeat center center/cover;
	overflow: hidden;
}
.fv img {
	margin: auto;
	width: 100%;
	max-width: 980px;
	height: auto;
}
@media screen and (max-width: 767px) {
	.fv {
		flex-direction: column;
		padding-top: 0;
		overflow: visible;
		background-image: url("../img/fv-sp.jpg");
	}
	.fv-image-sp {
		object-fit: contain;
	}
}

/* === 企業スライダー === */
.company {
	padding-block: 8px;
	box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
}
.slick-slide {
	padding-inline: 40px;
	height: auto;
}
.slider img {
	/* width: 100%; */
	height: auto;
	max-height: 70px;
	object-fit: contain;
}

/* === こんなお悩みありませんか？ === */
.worries {}
.worries-sol {
	padding: 1rem;
	font-size: min(2.2rem, 6vw);
	font-weight: 700;
	text-align: center;
	background: #fff;
	border-radius: 2rem;
	filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
}
.worries-sun {
	position: absolute;
	right: 0;
	top: 0;
	width: 180px;
	height: auto;
	transform: translate(40%, -60%);
}
@media screen and (max-width: 767px) {
	.worries-sun {
		width: 32vw;
		transform: translate(6%, -40%);
	}
}


/* === 選ばれている3つの理由 === */
.features {}
.number_round {
	top: 0;
	left: 50%;
	width: 3em;
	height: 3em;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	line-height: 3em;
	background: #142c83;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}
.ftr_box {
	background: #fff;
	border-radius: 1.4rem;
}


/* === 2パターンの配信方法 === */
.send-pattern > div {
	flex-basis: 49%;
	border-radius: 2rem;
}
.send .check li {
	line-height: 1.8;
	list-style: none;
	text-indent: -0.6rem;
}
@media screen and (max-width: 767px) {
	.send-pattern {
		flex-direction: column;
		gap: 20px;
	}
}

/* === 機能一覧  === */
.smsfunction {}

.function-card {
	display: flex;
	flex-direction: column;
	margin-bottom: 8px;
	background-color: #fff;
	box-shadow: 0px 8px 20px 0 rgba(11, 36, 77, 0.16);
	border: none;
	border-radius: 0.5rem;
	overflow: hidden;
}
.function-card .card-header {
	position: relative;
	padding-block: 5px;
	color: white;
	line-height: 2.25rem;
	text-align: center;
	background: #0a2d88;
}
.card-header i {
	position: absolute;
	left: 1rem;
	font-size: 1.5rem;
}
.card-body {
	padding: 1rem 1.25rem;
}

.function-text {
	font-size: 15px;
}
@media screen and (max-width: 767px) {
	.function-card .card-header {
		line-height: unset;
	}
	.card-header i {
		position: relative;
		left: auto;
	}
	.card-header b {
		font-size: min(1rem, 4vw);
	}
}

/* === 送信元の電話番号を自由に指定可能 === */
.sender-number {}
.sender-number th {
	color: #fff;
	background: #0A2D88;
}
.sender-number li {
	list-style: none;
	text-indent: -1rem;
}
.sender-number .d-flex > div:first-child {
	flex-basis: 65%;
}
.sender-number .d-flex > div:last-child {
	flex-basis: 35%;
}
@media screen and (max-width: 767px) {
	.sender-number .d-flex {
		flex-direction: column;
	}
}


/* === 料金プラン === */
.smscomparison {
	background-color: #fcfcfc;
	background-image: radial-gradient(circle, #f4f7fa 2px, transparent 2px);
	background-position: 0 0;
	background-size: 21px 21px;
}

.btn-orange-mega {
	padding-block: 0.8em;
	width: 100%;
	color: #fff;
	font-size: min(2.3rem, 6vw);
	font-weight: 600;
	white-space: nowrap;
	background: var(--btn-bg);
	border: none;
	border-radius: 0.8em;
	cursor: pointer;
	transition: 0.3s ease;
}
.btn-orange-mega:hover {
	color: #fff;
	opacity: 0.75;
}


/* === 導入ステップ === */
.smsintroduction {}

/* === 安心のサポート体制 === */
.support {}
.support_wrap {
	gap: 20px;
}
.support_wrap > div {
	flex-basis: 50%;
	background: #fff;
	border-radius: 2rem;
}
@media screen and (max-width: 767px) {
	.support_wrap {
		flex-direction: column;
	}
}

/* === FAQ  === */
.smsfaq {
	padding: 80px 0 100px;
}
.smsfaq .accordion-button {
	padding: 1.25rem;
	background-color: #e1f2fa;
}
.smsfaq .accordion-body {
	padding: 25px 20px;
}

.accordion-item .h2 {
	margin-top: 1rem;
	line-height: 1.5;
}
.smsfaq-header {
	color: var(--deep-green);
	font-weight: bold;
}

.smsfaq-body {
	display: flex;
	align-items: baseline;
	color: var(--deep-green);
	font-weight: bold;
}
.smsfaq-container-q,
.smsfaq-container-a {
	display: inline-block;
	margin-inline: 10px;
	color: var(--deep-green);
	font-family: "Lexend Giga", serif;
	font-size: 1.25rem;
}
.smsfaq-container-a {
	color: #f90;
}

/* === 情報セキュリティへの取り組み === */
.security_wrap {
	background: #fff;
}
.security_wrap .border {
	border: 3px solid #0a5399 !important;
	border-radius: 0.5em;
}
@media screen and (max-width: 767px) {
	.security_wrap {
		flex-direction: column;
	}
	.security_wrap .border {
		font-size: min(1.25rem, 4.6vw);
	}
}

/* === API連携によるSMS送信 === */
.api_cooperation caption {
	color: #fff;
	font-size: 1.125rem;
	background: #0A2D88;
	caption-side: top;
}

/* === MOTENASU SMSの販売パートナー様を募集しています === */
.partner_wrap {}
.partner_wrap > div {
	flex-basis: 40%;
}
.partner_wrap > div:has(img) {
	flex-basis: 60%;
}
.btn-orange-mini {
	padding-block: 0.8em;
	width: 100%;
	color: #fff;
	font-size: min(1rem, 6vw);
	white-space: nowrap;
	background: var(--btn-bg);
	border: none;
	border-radius: 0.8em;
	cursor: pointer;
	transition: 0.3s ease;
}
.btn-orange-mini:hover {
	color: #fff;
	opacity: 0.75;
}
@media screen and (max-width: 767px) {
	.partner_wrap {
		flex-direction: column;
	}
}


/* === motenasuSMS問い合わせフォーム  === */
.motenasusmsform-inner {}
.motenasusmsform .register-form {
	margin: 0 auto;
	max-width: 700px;
	width: 100%;
}
.motenasusmsform small {
	color: red;
}
.motenasusmsform .required {
	position: relative;
	padding-right: 15px;
	/* アスタリスクの分だけ余白を確保 */
}
.motenasusmsform .required::after {
	content: "*";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: red;
}
@media screen and (max-width: 767px) {
	.motenasusmsform-inner {
		padding-inline: 5vw;
	}
	.motenasusmsform .required::after {
		position: static; /* `absolute` を無効化 */
		margin-left: 5px;
	}
}

.form-check-input {
	appearance: auto !important;
	-webkit-appearance: auto !important;
	-moz-appearance: auto !important;
}
/*label[for="departmentName"]::after {
	content: none !important;
}*/
.motenasusmsform .inputOKtxt {
	color: #01a240;
}

#subError.alert-danger {
	color: #999;
	border-width: 0;
}
#sub {
	padding: 10px 20px;
	width: 600px;
	max-width: 80%;
	color: white;
	font-size: 22px;
	letter-spacing: 0.4em;
	background: var(--btn-bg);
	border: none;
	border-radius: 0.3rem;
	transition: .3s;
}
#sub:hover {
	opacity: 0.75;
}

/* === footer  === */
footer {
	color: #555;
	font-family: 'IBM Plex Sans', 'Noto Sans JP', sans-serif;
}
footer a {
	color: #555;
}
footer a,
footer a:hover,
footer a:visited {
	color: inherit;
}

.separator {
	color: #999;
	font-weight: bold;
}

.copyright {
	color: #666;
	font-size: 14px;
}
@media screen and (max-width: 767px) {
	footer .list-inline-item {
		display: list-item;
	}
	.separator {
		opacity: 0;
	}
}


/* === js-scrollable === */
@media screen and (max-width: 767px) {
	.table-scroll {
		white-space: nowrap;
		margin-bottom: 20px;
	}
	.sms-scr img {
		display: block;
		min-width: 600px;
		height: 600px;
	}
}