@charset "utf-8";

	#mainIndex {
		clear: both;
		display: block;
		float: none;
		width: 100%;
	}

	.aq-main-content,
	.aq-main-content * {
		box-sizing: border-box;
	}

	.aq-main-content {
		--aq-text: #344955;
		--aq-sys: #0A95D6;
		--aq-ad: #05C270;
		--aq-sys-bg: #E7F0F7;
		--aq-ad-bg: #E9F6EF;
		--aq-container-width: 1200px;
		color: var(--aq-text);
		line-height: 1.8;
		font-family: "Noto Sans JP", sans-serif;
		background-color: #ffffff;
	}

	.aq-main-content section {
		padding: 100px 0;
		display: block;
		width: 100%;
		clear: both;
	}

	.aq-container {
		width: var(--aq-container-width);
		max-width: 90%;
		margin: 0 auto;
	}

	.text-center {
		text-align: center;
	}

	.aq-section-label {
		color: var(--aq-text);
		font-size: 20px;
		font-weight: bold;
		letter-spacing: 0.2em;
		display: block;
		margin-bottom: 10px;
	}

	.aq-section-title {
		font-size: 32px;
		font-weight: bold;
		margin-bottom: 60px;
		position: relative;
		display: inline-block;
		color: var(--aq-text);
		padding-bottom: 15px;
	}

	.aq-section-title::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 3px;
		background: linear-gradient(90deg, #0A95D6 29%, #E7F0F6 29%);
	}

	.aq-sys-title {
		color: var(--aq-sys);
		margin-bottom: 0;
	}

	.aq-ad-title {
		color: var(--aq-ad);
		margin-bottom: 0;
	}

	.aq-ad-title::after {
		background: linear-gradient(90deg, #05C270 29%, #E9F6EF 29%);
	}

	.aq-section-bg-sys .aq-section-title::after,
	.aq-section-bg-ad .aq-section-title::after {
		display: none;
	}

	.aq-section-bg-sys {
		background-color: var(--aq-sys-bg);
	}

	.aq-section-bg-ad {
		background-color: var(--aq-ad-bg);
	}

	.aq-card-grid {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 30px;
		margin-top: 50px;
	}

	.aq-card {
		background: #ffffff;
		width: calc(50% - 15px);
		min-width: 300px;
		padding: 40px;
		border-radius: 12px;
		display: flex;
		align-items: flex-start;
		text-align: left;
		box-shadow: 0 4px 20px rgba(52, 73, 85, 0.05);
		transition: all 0.3s ease;
		text-decoration: none;
		color: inherit;
		max-width: 100%;
		overflow: hidden;
		align-items: center;
	}

	.aq-card:hover {
		transform: translateY(-5px);
		box-shadow: 0 15px 40px rgba(52, 73, 85, 0.1);
	}

	.aq-card-icon {
		height: auto;
		margin-right: 25px;
		flex-shrink: 0;
	}

	.aq-card-title {
		font-size: 20px;
		font-weight: bold;
		margin: 0 0 10px 0;
	}

	.aq-card-sys .aq-card-title {
		color: var(--aq-sys);
	}

	.aq-card-ad .aq-card-title {
		color: var(--aq-ad);
	}

	.aq-card-body {
		flex: 1;
		min-width: 0;
		width: 0;
		text-align: left;
	}

	.aq-card-text {
		width: 100%;
		white-space: normal;
		overflow-wrap: break-word;
		word-break: break-all;
		display: block;
		font-weight: bold;
		font-size: 18px;
	}

	.aq-card-cta {
		background: var(--aq-ad);
		color: #ffffff;
		justify-content: center;
		align-items: center;
		text-align: center;
	}

	p {
		font-family: "Noto Sans JP";
		font-size: 16px;
	}

	.aq-feature-area {
		width: 100%;
		background-color: #ffffff;
		border-top: 2px solid #0A95D6;
		border-bottom: 2px solid #0A95D6;
		padding: 60px 0;
		margin-top: 80px;
	}

	.aq-feature-ad {
		border-top: 2px solid #05C270;
		border-bottom: 2px solid #05C270;
	}

	.aq-feature-label {
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 0.1em;
		margin-bottom: 10px;
		text-align: center;
		color: var(--aq-sys);
	}

	.aq-feature-ad .aq-feature-label {
		color: var(--aq-ad);
	}

	.aq-feature-main-title {
		font-size: 26px;
		font-weight: bold;
		margin-bottom: 60px;
		color: var(--aq-text);
		text-align: center;
	}

	.aq-feature-grid {
		display: flex;
		justify-content: space-between;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 20px;
	}

	.aq-feature-item {
		flex: 1;
		min-width: 0;
		padding: 0 40px;
		position: relative;
		text-align: left;
	}

	.aq-feature-item:not(:last-child)::after {
		content: "";
		position: absolute;
		top: 10%;
		height: 80%;
		right: 0;
		width: 1px;
		background-color: rgba(52, 73, 85, 0.15);
		transform: skewX(-15deg);
	}

	.aq-feature-sub-title {
		font-size: 20px;
		font-weight: bold;
		margin: 0;
		color: var(--aq-sys);
		text-align: left;
	}

	.aq-feature-ad .aq-feature-sub-title {
		color: var(--aq-ad);
	}

	.aq-feature-desc {
		width: 100%;
		display: block;
		white-space: normal;
		overflow-wrap: break-word;
		word-break: break-all;
		font-size: 14px;
		line-height: 1.7;
		color: #666;
	}

	.aq-num-area {
		position: relative;
		height: 60px;
		margin-bottom: 0;
	}

	.aq-num {
		font-size: 30px;
		font-weight: bold;
		color: var(--aq-text);
		line-height: 1;
	}

	.aq-strength-label {
		display: block;
		font-size: 12px;
		font-weight: bold;
		letter-spacing: 0.1em;
		color: #999;
		margin-top: -5px;
	}

	.aq-strength-outer {
		width: 100%;
		background-color: #ffffff;
		padding: 100px 0;
	}

	.aq-strength-inner {
		max-width: 1200px;
		margin: 0 auto;
		background: linear-gradient(180deg, #F8FBFC 0%, #E9F6EF 100%);
		padding: 80px 40px;
		border-radius: 24px;
	}

	.aq-synergy-tagline {
		color: var(--aq-sys);
		font-size: 24px;
		font-weight: bold;
		font-family: 'M PLUS Rounded 1c', sans-serif;
	}

	.aq-synergy-visual-wrap {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 30px;
		margin-bottom: 40px;
	}

	.aq-synergy-side {
		flex: 1;
	}

	.aq-synergy-h {
		font-size: 32px;
		font-weight: bold;
		margin-bottom: 10px;
	}

	.aq-color-ad {
		color: var(--aq-ad);
	}

	.aq-color-sys {
		color: var(--aq-sys);
	}

	.aq-synergy-p {
		font-size: 14px;
		line-height: 1.6;
		font-weight: bold;
		color: var(--aq-text);
	}

	.aq-synergy-center {
		width: 280px;
	}

	.aq-infinity-icon {
		width: 100%;
		margin: 10px 0;
	}

	.aq-synergy-arrow-text {
		font-size: 12px;
		font-weight: bold;
		color: var(--aq-text);
	}

	.aq-synergy-note {
		font-size: 16px;
		margin-top: -15%;
		margin-bottom: 100px;
		color: var(--aq-text);
	}

	.aq-dx-main-title {
		color: var(--aq-sys);
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 50px;
		padding-top: 100px;
	}

	.aq-dx-grid {
		display: flex;
		justify-content: center;
		gap: 20px;
		width: 100%;
		max-width: 100%;
	}

	.aq-dx-card {
		flex: 1;
		min-width: 0;
		background: #ffffff;
		padding: 40px 30px;
		border-radius: 12px;
		text-align: left;
		box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
		display: flex;
		flex-direction: column;
		overflow: hidden;
	}

	.aq-dx-card-h {
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 15px;
		display: flex;
		align-items: center;
		color: var(--aq-text);
		width: 100%;
		white-space: normal;
	}
	.aq-dx-card-h img {
		margin-right: 4px;
	}

	.aq-dx-card-p {
		width: 100%;
		font-size: 14px;
		line-height: 1.7;
		color: #666;
		margin: 0;
		white-space: normal;
		overflow-wrap: break-word;
		word-break: break-all;
	}

	.aq-checkmark {
		color: var(--aq-ad);
		margin-right: 10px;
		font-size: 20px;
	}

	.aq-dx-card-p {
		font-size: 14px;
		line-height: 1.7;
		color: #666;
		margin: 0;
		white-space: normal;
		overflow-wrap: break-word;
		word-break: break-all;
	}

	.aq-tag-list {
		display: flex;
		justify-content: center;
		gap: 12px;
		flex-wrap: wrap;
		margin-top: 40px;
		font-size: 20px;
	}

	.aq-tag {
		background: #EEEEEE;
		padding: 10px 24px;
		border-radius: 4px;
		font-weight: bold;
	}

	.aq-final-cta {
		padding: 0 0 120px;
	}

	.aq-final-cta p {
		padding: 0 0 40px;
	}

	.aq-btn-main {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		position: relative;
		padding: 18px 120px 18px 110px;
		background: linear-gradient(90deg, #0A95D6 0%, #05C270 100%);
		color: #ffffff !important;
		font-size: 24px;
		font-weight: bold;
		text-decoration: none;
		border-radius: 100px;
		box-shadow: 0 4px 20px rgba(10, 149, 214, 0.2);
		transition: all 0.3s ease;
	}

	.aq-btn-main::after {
		content: "";
		position: absolute;
		right: 35px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 0 8px 12px;
		border-color: transparent transparent transparent #ffffff;
	}

	.aq-btn-main:hover {
		transform: translateY(-3px);
		box-shadow: 0 8px 30px rgba(5, 194, 112, 0.4);
		opacity: 0.95;
		text-decoration: none !important;
	}
	.aq-infinity-icon {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		margin: 15px 0;
	}

	.aq-infinity-img {
		width: 100%;
		height: auto;
		display: block;
	}

	.aq-synergy-center {
		width: 280px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.clients-center {
		padding: 100px 0 60px 0 !important;
	}

	@media (max-width: 1024px) {
		.aq-container {
			width: 95%;
		}

		.aq-card-grid,
		.aq-feature-grid,
		.aq-synergy-visual-wrap,
		.aq-dx-grid {
			flex-direction: column;
		}

		.aq-card,
		.aq-feature-area {
			width: 100%;
		}

		.aq-feature-item {
			padding: 30px 20px;
			border-bottom: 1px solid #eee;
		}

		.aq-feature-item::after {
			display: none;
		}

		.aq-strength-outer {
			padding: 60px 15px;
		}

		.aq-strength-inner {
			padding: 60px 20px;
		}

		.aq-synergy-side {
			text-align: center;
		}
	}
	@media (max-width: 760px) {
		.aq-card-text {
			font-size: 14px;
		}
		.aq-tag {
			background: #EEEEEE;
			padding: 4px 8px;
			border-radius: 4px;
			font-size: 12px;
			font-weight: bold;
		}
		.aq-btn-main {
			padding: 18px 60px 18px 50px;
			font-size: 16px;
		}
	}


/*--- 問い合わせページ ---*/
#main {
  	background: #e7f0f6 !important;
}
.aq-contact-title-wrap {
    text-align: center;
}
.aq-contact-title-wrap .aq-section-label {
    display: block;
}
.aq-contact-title-wrap .aq-section-title {
    margin-bottom: 20px;
}
.aq-contact-title-wrap .aq-section-title::after {
    background: linear-gradient(90deg, #0A95D6 29%, #ffffff 29%);
}
.contact-form-container {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    color: #333;
}

.form-list {
    background: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
}

.form-list li {
    display: flex;
    background: #fff;
}

.form-list li:last-child {
    border-bottom: none;
}

.form-list li label {
    flex: 0 0 240px;
    background-color: #f5f8fa;
    padding: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    font-size: 16px;
}

.form-list li:has(textarea) label {
    align-items: flex-start;
}

.red {
    color: #e60012;
    font-size: 11px;
    margin-left: 5px;
}

.form-list li select,
.form-list li input,
.form-list li textarea {
    flex: 1;
    margin: 15px 20px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    box-sizing: border-box;
}

.wL { width: 100% !important; }
.wM { width: 50% !important; min-width: 250px; }
.wArea { height: 180px; }

.cmn_btn_wrap {
	display: flex;
	width: 100%;
	text-align: center;
	margin: 50px auto;
}

.btnInput.cmn_btn {
    background: linear-gradient(90deg, #0A95D6 0%, #05C270 100%);
    color: #fff;
    border: none;
    padding: 18px 80px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.3s ease;
}


.btnInput.cmn_btn:hover {
		background: linear-gradient(90deg, #0A95D6 0%, #05C270 100%) !important;
		transform: translateY(-3px);
		box-shadow: 0 8px 30px rgba(5, 194, 112, 0.4);
		opacity: 0.95;
}

@media screen and (max-width: 767px) {
  .contact-form-container {
    padding: 0;
  }

  .form-list {
    padding: 20px;
    border-radius: 0; /* スマホでは角丸を消すとスッキリします（お好みで） */
  }

  .form-list li {
    display: block !important;
    width: 100% !important;
  }

  .form-list li label {
    display: block !important;
    width: 100% !important; /* 幅は100%に固定 */
    margin: 0 !important;   /* 外側の余白を0に！これではみ出しが直ります */
    padding: 15px 20px;     /* 内側の余白で文字位置を調整 */
    background-color: #f5f8fa;
    box-sizing: border-box; /* paddingを幅に含める */
    flex: none !important;  /* PC版の240px固定を解除 */
  }

  .form-list li select,
  .form-list li input,
  .form-list li textarea {
    display: block;
    margin: 10px 0 !important;
    width: 100% !important;
    box-sizing: border-box;
  }

  /* ボタンを縦並びにする */
  .cmn_btn_wrap {
    display: flex !important; /* flexを確実に有効にする */
    flex-direction: column !important;
    align-items: center;
    gap: 15px; /* ボタン同士の隙間 */
  }

  .btnInput.cmn_btn {
    margin: 0; /* 個別のmargin-bottomよりgapが楽です */
    width: 100%;
    max-width: 280px; /* スマホでちょうど良い横幅 */
  }
}

/*--- 完了ページ ---*/
.contact-form-container.thanks-container p {
	text-align: center;
	width: 100%;
	font-size: 20px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.btnInput.cmn_btn {
  padding: 20px;
}

.sp_only {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp_only {
    display: block;
    content: "";
  }
}


/*--- ロゴ差し替え　---*/
h1#logo{
  margin: 16px auto 8px 15px;
	float: left;
}
h1#logo a{
  display:block;
	width: 150px;
	height: 60px;
	background: url(../img/aiqos-logo.png) no-repeat;
  background-size: contain;
	text-decoration: none;
	text-indent: -1000px;
	font-size: 8px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
		h1#logo{
		  margin: 2px auto 8px 4px;
		}
    h1#logo a {
			display:block;
			width: 100px;
			height: 40px;
			background: url(../img/aiqos-logo.png) no-repeat;
		  background-size: contain;
			text-decoration: none;
			text-indent: -1000px;
			font-size: 8px;
		  overflow: hidden;
    }
}
#footLogoBox {
  width: 100%;
	padding-top: 0.8rem;
}
#footLogoBox a.footlogo{
	display: block;
	margin: 0 auto;
	width: 100px;
	height: 40px;
	background: url(../img/aiqos-logo.png) no-repeat;
  background-size: contain;
	text-decoration:none;
	text-indent: -1000px;
	font-size: 8px;
  overflow: hidden;
}

/*--- FV修正　---*//
#headBg {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
}

.txtWrap {
    display: flex;
    flex-direction: column;
    align-items: center;
		justify-content: center;
}

.fv_logo img {
    width: 450px;
    height: auto;
}

.txtWrap .title {
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
		padding-top: 0;
}

.txtWrap .text {
	  width: 100%;
    font-size: 36px;
		padding-top: 0;
    color: #fff;
    font-weight: bold;
    line-height: 1.6;
}

.txtWrap .text span {
	font-size: 24px;
}
@media screen and (max-width: 1024px) {
    .fv_logo img {
        width: 140px;
    }
		.txtWrap .title {
		   font-size: 12px;
			 font-family: 'M PLUS Rounded 1c', sans-serif;
			 margin-bottom: 16px;
		}
    .txtWrap .text {
        font-size: 20px;
				font-family: 'M PLUS Rounded 1c', sans-serif;
    }
		.txtWrap .text span {
			font-size: 12px;
			font-family: 'M PLUS Rounded 1c', sans-serif;
		}
}
