@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
/* フォント */
* {
  font-family: "Inter", sans-serif !important;
}
/* ------------------------------------------
ヘッダー
------------------------------------------*/
.-txt .c-headLogo__link {
	color: rgba(26, 58, 92, 1);
}

/* メニュー */
.c-gnav>.menu-item>a .ttl {
	font-weight: 500 !important;
	font-size: 16px;
}
/* -----------------------------------------
 ヘッダーメニューSP 
--------------------------------------------*/
@media screen and (max-width: 960px) {
	.p-spMenu__inner {
		padding-top: 100px;
		position: relative;
	}
	.p-spMenu__inner:before {
		
	}
	.c-widget__title.-spmenu {
		display: none;
	}
	.p-spMenu__nav {
		margin-top: 0;
		padding-bottom: 0;
	}
	.c-iconBtn__icon {
		font-size: 30px;
	}
	.-right .p-spMenu__inner {
		width: 100%;
		transform: translateX(100vw);
	 margin-top: 0;
	}
	[data-spmenu=opened] .p-spMenu__inner {
		transform: translateX(0);
	}
	.p-spMenu__inner::before {
		background: rgba(0,0,0,.5);
	}
	.p-spMenu__closeBtn {
		display: flex;
		height: 60px;
		width: 100%;
	}
	.l-header__menuBtn.sp_ {
		width: 60px;
		height: 60px;
	}
	.c-iconBtn {
		width: 60px;
		height: 60px;
	}
	i.c-iconBtn__icon.icon-close-thin:before {
		color: #ffffff;
	}
	[data-spmenu = "opened"] .p-spMenu__closeBtn {
		justify-content: flex-end;
	}
	.c-gnav .sub-menu a:before, .c-listMenu a {
		position: relative;
	}
	.c-gnav .sub-menu a:before, .c-listMenu a {
		color: #FFFFFF;
	}
	.c-gnav .sub-menu a:before, .c-listMenu a:before {
		left: auto !important;
		right: 20px;
	}
	.p-spMenu__body {
		padding: 0;
		background: transparent;
	}
	.p-spMenu__bottom {
		margin-top: 0;
	}
	.c-iconBtn__icon:before {
		font-size: 30px;
	}
}
/* ------------------------------------------
ファーストビュー
------------------------------------------*/
/* メインビジュアルテキスト */
.p-mainVisual__slideTitle {
	font-size: 56px;
	font-weight: 900;
	margin-bottom: 30px;
}
.mainvisual-mess-txt .mess-txt-1 {
	font-size: 24px;
	margin-bottom: 30px;
	font-weight: 500;
}
.mainvisual-mess-txt .mess-txt-2 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 45px;
}
/* メインビジュアルボタン */
.top-visual-btn-unit {
	justify-content: center;
	gap: 54px;
}
.top-visual-btn-unit .wp-block-button {
	width: 280px;
	height: 68px;
}
.top-visual-btn-unit .wp-block-button a {
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.3em;
	font-weight: 700;
}
.top-visual-btn-unit .btn-red.wp-block-button a {
	background-color: rgba(186, 0, 3, 1);
	box-shadow: -3px -3px 4px 0px rgba(0, 0, 0, 0.25) inset;

}
.top-visual-btn-unit .btn-white.wp-block-button a {
	background-color: rgba(255, 255, 255, 1);
	color: rgba(26, 58, 92, 1);
	box-shadow: -3px -4px 4px 0px rgba(0, 0, 0, 0.25) inset;
}
@media screen and (max-width: 960px) {
	/* メインビジュアルテキスト */
	.p-mainVisual__slideTitle {
		font-size: 23px;
		margin-bottom: 30px;
	}
	.mainvisual-mess-txt {
		display: flex;
		flex-wrap: wrap;
	}
	.mainvisual-mess-txt .mess-txt-1 {
		font-size: 15px;
		flex-basis: 100%;
		order: 2;
		line-height: 2em;
	}
	.mainvisual-mess-txt .mess-txt-2 {
		font-size: 10px;
		margin-bottom: 30px;
		flex-basis: 100%;
		order: 1;
		line-height: 2em;
	}
	/* メインビジュアルボタン */
	.top-visual-btn-unit {
		flex-direction: column;
		gap: 18px;
	}
	.top-visual-btn-unit .wp-block-button {
		width: 141px;
		height: 34px;
	}
	.top-visual-btn-unit .wp-block-button a {
		font-size: 10px;
	}
}

/* ------------------------------------------
共通
------------------------------------------*/
/* セクションタイトル */
h2.is-style-section_ttl.section-normal-ttl {
	font-size: 37px;
	color: #1A3A5C;
}
.secttl-btm-txt {
	font-size: 18px;
	color: #666666;
}
@media screen and (max-width: 960px) {
	h2.is-style-section_ttl.section-normal-ttl {
		font-size: 23px;
	}
	.secttl-btm-txt {
		font-size: 16px;
	}	
}
@media screen and (max-width: 400px) {
	.secttl-btm-txt {
		font-size: 10px;
	}	
}
/* 赤色ボタン */
.normal-red-btn {
	color: #666666;
}
.normal-red-btn .wp-block-button a {
	background-color: #BA0003;
	font-size: 18px;
	font-weight: 700;
	padding: 15px 40px;
}
@media screen and (max-width: 960px) {
	.normal-red-btn {
		justify-content: center;
	}
	.normal-red-btn .wp-block-button a {
		font-size: 16px;
		padding: 8px 40px;
	}
}
@media screen and (max-width: 400px) {
	.normal-red-btn .wp-block-button a {
		font-size: 10px;
	}
}

/* ------------------------------------------
トップページ
------------------------------------------*/
/* 10年間282公演 */
.top-point-unit {
	margin-bottom: 65px;
}
.top-point-unit > .wp-block-group__inner-container {
	display: flex;
	gap: 40px;
}
.top-point-item {
	flex-basis: calc((100% - 80px) / 3);
	box-shadow: 0px 5px 20px 0px #00000014;
	padding: 35px 20px 20px;
	margin-bottom: 0;
	border-radius: 15px
}
.top-point-item figure {
	margin-bottom: 20px;
}
.top-point-item figure img {
	max-height: 150px;
	object-fit: contain;
}
h3.is-style-section_ttl.top-point-item-ttl {
	margin-top: 0;
	font-size: 48px;
	font-weight: 700;
	color: #1A3A5C;
	margin-bottom: 18px;
}
.top-point-item-txt {
	color: #666666;
}
@media screen and (max-width: 960px) {
	.top-point-unit {
		margin-bottom: 40px;
	}
	.top-point-unit > .wp-block-group__inner-container {
		flex-direction: column;
		gap: 30px;
	}
	.top-point-item {
		flex-basis: 100%;
		max-width: 300px;
		margin: 0 auto;
		padding: 20px 10px;
	}
	.top-point-item figure {
		margin-bottom: 10px;
	}
	.top-point-item figure img {
		max-height: 80px;
	}
	h3.is-style-section_ttl.top-point-item-ttl {
		font-size: 25px;
		margin-bottom: 10px;
	}
	.top-point-item-txt {
		font-size: 14px;
	}
}
@media screen and (max-width: 400px) {
	h3.is-style-section_ttl.top-point-item-ttl {
		font-size: 20px;
	}
	.top-point-item-txt {
		font-size: 10px;
	}
}
/* お客様の声 */
.top-voice-unit > .wp-block-group__inner-container {
	display: flex;
	gap: 100px;
}
.top-voice-item {
	flex-basis: calc((100% - 100px) / 2)
}
.top-voice-item .wp-block-group__inner-container {
	display: flex;
	align-items: center;
	gap: 20px;
}
.top-voice-item figure {
	margin-bottom: 0;
	flex-basis: 80px;
}
.top-voice-item p {
	flex-basis: calc(100% - 100px);
	display: flex;
	align-items: center;
	padding-left: 20px;
	background-color: #FFFFFF;
	border-left: 4px solid #C9A961;
	box-shadow: 0px 5px 20px 0px #00000014;
	height: 88px;
	border-radius: 15px;
	border-left-width: 4px;
}
@media screen and (max-width: 960px) {
	.top-voice-unit > .wp-block-group__inner-container {
		flex-wrap: wrap;
		gap: 30px;
	}
	.top-voice-item {
		flex-basis: 100%;
	}
	.top-voice-item figure {
		flex-basis: 50px;
	}
	.top-voice-item p {
		flex-basis: calc(100% - 70px);
		padding: 15px 10px;
		height: auto;
		font-size: 16px;
	}
}
@media screen and (max-width: 400px) {
	.top-voice-item p {
		font-size: 10px;
	}
}
/* ６つのサポート領域 */
.top-support-item-unit > .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}
.top-support-item {
	flex-basis: calc((100% - 80px) / 3);
	padding: 40px 30px;
	margin-bottom: 0;
	background-color: #F8F9FA;
	border-radius: 15px;
}
.top-support-item figure {
	margin-bottom: 30px;
}
h3.is-style-section_ttl.top-support-item-ttl {
	color: #1A3A5C;
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 22px;
}
.top-support-item-goldtxt {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 600;
	color: #C9A961;
}
.top-support-item-disc {
	
}
@media screen and (max-width: 960px) {
	.top-support-item-unit > .wp-block-group__inner-container {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 9px 40px;
	}
	.top-support-item {
		flex-basis: 260px;
		padding: 30px 20px;
	}
	.top-support-item figure {
		margin-bottom: 20px;
	}
	.top-support-item figure img {
		max-width: 35px;
	}
	h3.is-style-section_ttl.top-support-item-ttl {
		font-size: 18px;
	}
	.top-support-item-goldtxt {
		margin-bottom: 15px;
		font-size: 16px;
	}
	.top-support-item-disc {
		font-size: 14px;
	}
}
@media screen and (max-width: 400px) {
	h3.is-style-section_ttl.top-support-item-ttl {
		font-size: 15px;
	}
	.top-support-item-goldtxt {
		font-size: 13px;
	}
	.top-support-item-disc {
		font-size: 10px;
	}
}
/* 人が育ち、組織が変わる研修を */
#top-kensyu {
	background-image: url(https://dreamsupport1.com/wp-content/uploads/2025/12/kensyu-back.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
#top-kensyu h2.section-normal-ttl {
	color: #FFFFFF;
	text-shadow: 3px 2px 3px rgba(0,0,0, .4);
}
p.kensyu-sec-disctxt {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	background: rgba(0, 10, 32, 0.4);
	padding: 13px 20px;
	font-size: 18px;
	text-shadow: 0px 1px 2px rgba(0, 10, 32, 0.25);
	border-radius: 20px;
}
.kensyu-before-after-unit > .wp-block-group__inner-container {
	display: flex;
	gap: 40px;
}
.kensyu-before-after-item {
	margin-bottom: 0;
	flex-basis: calc((100% - 40px) / 2);
	background: rgba(255, 255, 255, 0.33);
	backdrop-filter: blur(10px);
	padding: 20px 20px;
	border-radius: 15px;
}
.kensyu-before-after-item p:first-child {
	font-size: 23px;
	font-weight: 700;
	color: #C96163;
	margin-bottom:20px;
}
.kensyu-before-after-item p:last-child {
	color: #333333;
	font-weight: 600;
}
@media screen and (max-width: 960px) {
	p.kensyu-sec-disctxt {
		background: rgba(0, 10, 32, 0.4);
		padding: 13px 5px;
		font-size: 14px;
	}
	.kensyu-before-after-unit > .wp-block-group__inner-container {
		gap: 30px;
	}
	.kensyu-before-after-item {
		flex-basis: calc((100% - 30px) / 2);
		padding: 15px;
	}
	.kensyu-before-after-item p:first-child {
		font-size: 18px;
		margin-bottom:10px;
	}
	.kensyu-before-after-item p:last-child {
		font-size: 14px;
	}
}
@media screen and (max-width: 400px) {
	p.kensyu-sec-disctxt {
		font-size: 10px;
	}
	.kensyu-before-after-item p:first-child {
		font-size: 15px;
	}
	.kensyu-before-after-item p:last-child {
		font-size: 10px;
	}
}
/*現場を知るプロフェッショナルが伝えます */
.top-lecturer-item-unit > .wp-block-group__inner-container {
	display: flex;
	align-items: center;
}
.top-lecturer-item-unit figure {
	flex-basis: 30%;
}
.top-lecturer-item {
	flex-basis: 70%;
	padding-left: 50px;
}
h3.is-style-section_ttl.top-lecturer-item-ttl {
	text-align: left;
	margin-bottom: 30px;
	color: #1A3A5C;
	font-size: 28px;
}
.top-lecturer-item-txt {
	margin-bottom: 30px;
	max-width: 600px;
}
.top-lecturer-item-btn {
	color: #666666;
}
.top-lecturer-item-btn .wp-block-button a {
	background-color: #BA0003;
	font-size: 18px;
	font-weight: 700;
	padding: 15px 40px;
}
@media screen and (max-width: 960px) {
	.top-lecturer-item-unit > .wp-block-group__inner-container {
		flex-wrap: wrap;
	}
	.top-lecturer-item-unit figure {
		flex-basis: 100%;
	}
	.top-lecturer-item-unit figure img {
		max-width: 170px;
	}
	.top-lecturer-item {
		flex-basis: 100%;
		padding-left: 0px;
	}
	h3.is-style-section_ttl.top-lecturer-item-ttl {
		text-align: center;
		margin-bottom: 20px;
		font-size: 20px;
	}
	.top-lecturer-item-txt {
		max-width: 100%;
		text-align: center;
		font-size: 14px;
	}
}
@media screen and (max-width: 400px) {
	.top-lecturer-item-txt {
		font-size: 10px;
	}
}
/* 現場に効く、安全のヒントを。 */
li.p-postList__item {
	border-radius: 15px 15px 0 0;
}
li.p-postList__item a {
	border-radius: 15px;
}
.c-postThumb__figure,
.-type-card .p-postList__thumb{
	border-radius: 15px 15px 0 0;
}
.p-postList__body {
	background-color: #F8F9FA;
	padding: 1em;
	border-radius: 0 0 15px 15px;
}
.p-postList .p-postList__title {
	color: #1A3A5C;
	font-size: 20px;
	margin-bottom: 20px;
}
.-type-card .p-postList__excerpt {
	font-size: 15px;
	line-height: 1.7em;
}
@media screen and (max-width: 960px) {
	.p-postList .p-postList__title {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.-type-card .p-postList__excerpt {
		font-size: 14px;
	}
}
@media screen and (max-width: 768px) {
	.p-postList .p-postList__title {
		font-size: 15px;
	}
	.-type-card .p-postList__excerpt {
		font-size: 10px;
	}
}

/* 安全大会・経営支援資料 */
#request-information {
	background-image: url(https://dreamsupport1.com/wp-content/uploads/2025/12/request-informatio-.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.request-information-list {
	list-style: none;
	color: #FFFFFF;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF1A;
	backdrop-filter: blur(10px);
	border-radius: 15px;
	padding: 30px !important;
	margin-bottom: 40px;
}
.request-information-list li {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 22px;
	position: relative;
	font-weight: 600;
}
.request-information-list li:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 30px;
	background-image: url(https://dreamsupport1.com/wp-content/uploads/2025/12/check.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
p.request-informatio-btm-txt {
	color: #FFFFFF;
}
@media screen and (max-width: 960px) {
	.request-information-list {
		margin-bottom: 20px;
	}
	.request-information-list li {
		margin-bottom: 15px;
		font-size: 14px;
	}
	.request-information-list li:before {
		width: 10px;
		height: 20px;
	}
	p.request-informatio-btm-txt {
		color: #FFFFFF;
	}
}
@media screen and (max-width: 768px) {
	.request-information-list li {
		font-size: 10px;
	}
	p.request-informatio-btm-txt {
		font-size: 13px;
	}
}
/* メールフォーム */
.form-item-unit {
	max-width: 700px;
	margin: 0 auto;
	display: flex;
	gap: 15px;
	justify-content: center;
}
span.wpcf7-spinner {
  display: none;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
	width: 200px;
}
.address-area {
	width: 477px;
}
.address-area input {
	width: 100%;
	height: 61px;
	border-radius: 50px;
}
.submit-area {
	width: calc(100% - 477px - 15px);
}
.submit-area input {
  padding: 10px 52px;
  white-space: pre-wrap;
  line-height: 1.3em;
	background-color: #BA0003;
	color: #FFFFFF;
	font-weight: 700;
	border: none;
	border-radius: 50px;
}
@media screen and (max-width: 960px) {
	.form-item-unit {
		flex-wrap: wrap;
		gap: 10px;
	}
	input.wpcf7-form-control.wpcf7-submit.has-spinner {
		width: 100%;
		max-width: 250px;
	}
	.address-area {
		width: 100%;
		max-width: 300px;
	}
	.address-area input {
		height: 45px;
	}
	.submit-area {
		width: 100%;
		text-align: center;
	}
	.submit-area input {
		padding: 10px;
		font-size: 14px;
	}
}
@media screen and (max-width: 768px) {
	.submit-area input {
		font-size: 10px;
	}
}
/* ------------------------------------------
Footer
------------------------------------------*/
.l-content {
	margin-bottom: 0;
}
.l-footer__foot {
	padding: 0;
}
.footer-menu-unit {
	background-color: #0F1F2F;
	padding: 60px 20px 40px;
	margin-bottom: 0;
}
.footer-menu-unit > .wp-block-group__inner-container {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	gap: 30px;
}
.footer-menu-item {
	flex-basis: calc((100% - 90px) / 4);
	margin-bottom: 0;
}
.footer-menu-item p {
	color: rgba(255,255,255,.8);
}
p.footer-menu-label {
	font-size: 18px;
	font-weight: 700;
	color: #C9A961;
}
ul.footer-menu-list {
	list-style: none;
	padding-left: 0;
}
ul.footer-menu-list li {
	color: rgba(255,255,255,.8);
	margin-bottom: 10px;
}
ul.footer-menu-list li a {
	color: rgba(255,255,255,.8);
}
@media screen and (max-width: 960px) {
	.footer-menu-unit {
		padding: 50px 10px 10px;
	}
	.footer-menu-unit > .wp-block-group__inner-container {
		display: flex;
		flex-wrap: wrap;
		gap: 0px;
	}
	.footer-menu-item {
		flex-basis: 100%;
		border-bottom: 1px solid rgba(255,255,255,.4);
		padding: 30px 0;
	}
	.footer-menu-item p {
		font-size: 14px;
	}
	p.footer-menu-label {
		font-size: 16px;
	}
	ul.footer-menu-list li {
		font-size: 14px;
	}
	ul.footer-menu-list li a {
		font-size: 14px;
	}
}
/* コピーライト */
p.copyright {
	background-color: #0F1F2F;
	color: rgba(255,255,255,.8);
	padding: 30px 10px;
	position: relative;
}
p.copyright:before {
	content: "";
	display: inline-block;
	width: 1200px;
	height: 1px;
	background-color: rgba(255,255,255,.1);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (max-width: 960px) {
/* コピーライト */
	p.copyright {
		padding: 20px 10px;
	}
	p.copyright:before {
		content: none;
	}
}
/* --------------------------------------------------------------------------------------------------------------下層ページ--------------------------------------------------------------------------------------------*/
/* ------------------------------------------
下層ページタイトルエリア
------------------------------------------*/
/* デフォルトタイトルを非表示 */
.page-id-10 h1.c-pageTitle,
.page-id-416 h1.c-pageTitle,
.page-id-417 h1.c-pageTitle,
.page-id-418 h1.c-pageTitle,
.page-id-419 h1.c-pageTitle,
.page-id-420 h1.c-pageTitle,
.page-id-421 h1.c-pageTitle,
.page-id-431 h1.c-pageTitle,
.page-id-510 h1.c-pageTitle,
.page-id-433 h1.c-pageTitle,
.blog h1.c-pageTitle{
	display: none;
}
.page-id-10 div#content,
.page-id-416 div#content,
.page-id-417 div#content,
.page-id-418 div#content,
.page-id-419 div#content,
.page-id-420 div#content,
.page-id-421 div#content,
.page-id-431 div#content,
.page-id-510 div#content,
.page-id-433 div#content,
.blog div#content {
	padding-top: 0;
}
.page-id-10 .post_content,
.page-id-416 .post_content,
.page-id-417 .post_content,
.page-id-418 .post_content,
.page-id-419 .post_content,
.page-id-420 .post_content,
.page-id-421 .post_content,
.page-id-431 .post_content,
.page-id-510 .post_content,
.page-id-433 .post_content,
.blog .post_content{
	margin-top: 0;
}

/* タイトルエリア */
#page-ttl-area {
	background-image: url(https://dreamsupport1.com/wp-content/uploads/2025/12/under-ttl-back.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
}
p.page-ttl-area-batch {
	display: inline-block;
	padding: 10px 20px;
	color: #CFCBB8;
	border: 2px solid #CFCBB8;
	background: #CFCBB833;
	font-size: 14px;
	font-weight: 700;
	border-radius: 30px;
	margin-bottom: 20px;
}
h1.is-style-section_ttl.page-ttl-area-ttl {
	color: #FFFFFF;
	font-size: 48px;
	margin-bottom: 25px;
}
p.page-ttl-area-sub-ttl {
	font-weight: 600;
	color: #CFCBB8;
	font-size: 22px;
	margin-bottom: 45px;
}
p.page-ttl-area-disc {
	font-size: 18px;
	color: #FFFFFF;
	margin-bottom: 45px;
}
@media screen and (max-width: 960px) {
	#page-ttl-area {
		background-position: left;
	}
	p.page-ttl-area-batch {
		padding: 8px 20px;
		font-size: 14px;
		margin-bottom: 10px;
	}
	h1.is-style-section_ttl.page-ttl-area-ttl {
		font-size: 25px;
		margin-bottom: 20px;
	}
	p.page-ttl-area-sub-ttl {
		font-size: 16px;
		margin-bottom: 20px;
	}
	p.page-ttl-area-disc {
		font-size: 14px;
		margin-bottom: 42px;
	}
}
@media screen and (max-width: 400px) {
	p.page-ttl-area-batch {
		font-size: 10px;
	}
	h1.is-style-section_ttl.page-ttl-area-ttl {
		font-size: 23px;
	}
	p.page-ttl-area-sub-ttl {
		font-size: 15px;
	}
	p.page-ttl-area-disc {
		font-size: 10px;
	}
}
/* タイトルエリアボタン */
.page-ttl-area-btn-unit {
}
.page-ttl-area-btn-unit .wp-block-button a {
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.3em;
	font-weight: 700;
	padding: 14px 40px;
}
.page-ttl-area-btn-unit .btn-red.wp-block-button a {
	background-color: rgba(186, 0, 3, 1);
	box-shadow: -3px -3px 4px 0px rgba(0, 0, 0, 0.25) inset;	
}
.page-ttl-area-btn-unit .btn-white.wp-block-button a {
	background-color: rgba(255, 255, 255, 1);
	color: rgba(26, 58, 92, 1);
	box-shadow: -3px -4px 4px 0px rgba(0, 0, 0, 0.25) inset;	
}

@media screen and (max-width: 960px) {
	.page-ttl-area-btn-unit {
		flex-wrap: none;
	}
	.page-ttl-area-btn-unit .wp-block-button a {
		font-size: 14px;
		padding: 14px 30px;
	}
}
@media screen and (max-width: 400px) {
	.page-ttl-area-btn-unit .wp-block-button a {
		font-size: 10px;
	}
}


/* ------------------------------------------
テンプレートページ
------------------------------------------*/
/* 選ばれる理由 */
.why-choose-item-unit {
	margin-bottom: 40px;
}
.why-choose-item-unit > .wp-block-group__inner-container{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.why-choose-item {
	flex-basis: calc((100% - 60px) / 3);
	margin-bottom: 0;
	border-left: 4px solid #BA0003;
	background-color: #FFFFFF;
	box-shadow: 0px 5px 20px 0px #00000014;
	border-radius: 15px;
	padding: 30px;
}
.why-choose-item figure{
	text-align: left;
	margin-bottom: 20px;
}
.why-choose-item figure img {
	max-height: 90px;
	object-fit: contain;
}
h3.is-style-section_ttl.why-choose-item-ttl {
	margin-top: 0;
	text-align: left;
	font-size: 20px;
	color: #1A3A5C;
	margin-bottom: 24px;
}
p.why-choose-item-txt {
	color: #666666;
	font-size: 15px;
}
@media screen and (max-width: 960px) {
	/* 選ばれる理由 */
	.why-choose-item-unit > .wp-block-group__inner-container{
		justify-content: center;
		gap: 50px 20px;
	}
	.why-choose-item {
		flex-basis: 300px;
		margin-bottom: 0;
		padding: 20px;
	}
	.why-choose-item figure{
		margin-bottom: 13px;
	}
	.why-choose-item figure img {
		max-height: 50px;
	}
	h3.is-style-section_ttl.why-choose-item-ttl {
		font-size: 18px;
		margin-bottom: 15px;
	}
	p.why-choose-item-txt {
		font-size: 14px;
	}
}
@media screen and (max-width: 400px) {
	h3.is-style-section_ttl.why-choose-item-ttl {
		font-size: 15px;
	}
	p.why-choose-item-txt {
		font-size: 10px;
	}
}
/* 選ばれる理由の下の「根拠」 */
.why-choose-btm {
	background-color: #F9FBFF;
	padding: 30px;
	border-left: 4px solid #BA0003;
	border-radius: 8px;
}
.why-choose-btm h3.is-style-section_ttl {
	font-size: 18px;
	color: #1A3A5C;
	margin-bottom: 25px;
}
.why-choose-btm p {
	font-size: 15px;
	color: #666666;
}
@media screen and (max-width: 400px) {
	.why-choose-btm h3.is-style-section_ttl {
		font-size: 15px;
		margin-bottom: 20px;
	}
	.why-choose-btm p {
		font-size: 10px;
	}
}
/* 特別教育19種対応 */
.service-cate-item-unit > .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.service-cate-item {
	flex-basis: calc((100% - 40px) / 3);
	background-color: #FFFFFF;
	margin-bottom: 0;
	box-shadow: 0px 3px 15px 0px #00000014;
	padding: 20px 25px;
	border-radius: 10px;
}
.service-cate-item > .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
}
.service-cate-item-label {
	flex-basis: 40px;
	width: 40px;
	height: 40px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	background: linear-gradient(135deg, #1A3A5C 0%, #2A4A6C 100%);
	font-weight: 700;
	margin-bottom: 0;
}
.service-cate-item-txt {
	flex-basis: calc(100% - 60px);
	font-size: 15px;
	font-weight: 500;
}
@media screen and (max-width: 960px) {
	/* 特別教育19種対応 */
	.service-cate-item-unit > .wp-block-group__inner-container {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		gap: 24px 40px;
	}
	.service-cate-item {
		flex-basis: calc((100% - 40px) / 2);
		padding: 20px 10px;
	}
	.service-cate-item > .wp-block-group__inner-container {
		display: block;
	}
	.service-cate-item-label {
		width: 30px;
		height: 30px;
		margin-bottom: 10px;
		font-size: 14px;
	}
	.service-cate-item-txt {
		font-size: 15px;
		font-weight: 500;
	}
}
@media screen and (max-width: 400px) {
	.service-cate-item-txt {
		font-size: 10px;
	}
}
/* 実施の流れ */
.service-flow-item-unit {
}
.service-flow-item-unit > .wp-block-group__inner-container {
	display: flex;
	gap: 20px;
}
.service-flow-item {
	flex-basis: calc((100% - 60px) / 4);
	box-shadow: 0px 5px 20px 0px #00000014;
	background-color: #FFFFFF;
	padding: 30px 20px;
	margin-bottom: 0;
	text-align: center;
	border-radius: 15px;
}
.service-flow-item-label {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	margin: 0 auto 25px;
	border-radius: 25px;
	background: linear-gradient(135deg, #1A3A5C 0%, #2A4A6C 100%);
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 700;
}
h3.is-style-section_ttl.service-flow-item-ttl {
	margin-top: 0;
	color: #1A3A5C;
	font-size: 18px;
	margin-bottom: 20px;
}
.service-flow-item-txt {
	font-size: 14px;
	color: #666666;
}
@media screen and (max-width: 960px) {
	/* 実施の流れ */
	.service-flow-item-unit {
	}
	.service-flow-item-unit > .wp-block-group__inner-container {
		flex-wrap: wrap;
		gap: 23px 15px;
	}
	.service-flow-item {
		flex-basis: calc((100% - 15px) / 2);
		padding: 20px 10px;
	}
	.service-flow-item-label {
		width: 40px;
		height: 40px;
		margin: 0 auto 20px;
		font-size: 15px;
	}
	h3.is-style-section_ttl.service-flow-item-ttl {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.service-flow-item-txt {
		font-size: 14px;
	}
}
@media screen and (max-width: 400px) {
	h3.is-style-section_ttl.service-flow-item-ttl {
		font-size: 15px;
	}
	.service-flow-item-txt {
		font-size: 10px;
	}
}
/* サンプル資料無料でお届け */
#request-information-under {
	background-image: url(https://dreamsupport1.com/wp-content/uploads/2025/12/under-request-back.png);
}
#request-information-under .request-information-list {
	background: #41578680;
}
#request-information-under p.request-informatio-btm-txt {
	text-shadow: -1px 2px 4px rgba(0,0,0,.4);
	font-weight: 800;
}

/* その他のサービス */
.other-service-item-unit > .wp-block-group__inner-container {
	display: flex;
	gap: 30px;
}
.other-service-item {
	flex-basis: calc((100% - 60px) / 3);
	box-shadow: 0px 3px 15px 0px #00000014;
  background: #FFFFFF;
	border-radius: 15px;
	padding: 30px 25px;
	margin-bottom: 0;
}
.other-service-item figure {
	text-align: left;
	margin-bottom: 20px;
}
h3.is-style-section_ttl.other-service-item-ttl {
	text-align: left;
	margin-top: 0;
	font-size: 18px;
	color: #1A3A5C;
	margin-bottom: 20px;
}
.other-service-item-txt {
	text-align: left;
	color: #666666;
	font-size: 14px;
}
@media screen and (max-width: 960px) {
	/* その他のサービス */
	.other-service-item-unit > .wp-block-group__inner-container {
		flex-direction: column;
		gap: 20px;
	}
	.other-service-item {
		flex-basis: 100%;
		max-width: 300px;
		margin: 0 auto;
		padding: 30px 10px;
	}
	.other-service-item figure {
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 400px) {
	h3.is-style-section_ttl.other-service-item-ttl {
		font-size: 15px;
		margin-bottom: 15px;
	}
	.other-service-item-txt {
		font-size: 10px;
	}
}

/* ------------------------------------------
お問い合わせ
------------------------------------------*/
/* タイトルエリア */
#page-ttl-area.contact-ttl-area {
	background: linear-gradient(119.79deg, #1A3A5C 0%, #2A4A6C 100%);

}
.contact-ttl-area p.page-ttl-area-disc {
	color: #CFCBB8;
}

/* 講師派遣に関する */
.lecturer-haken {
	background: #FFFFFF1A;
	padding: 30px;
}
.lecturer-haken h2.is-style-section_ttl {
	color: #C9A961;
	font-size: 20px;
	margin-bottom: 20px;
}
.lecturer-haken p {
	font-size: 16px;
}
@media screen and (max-width: 960px) {
	.lecturer-haken {
		padding: 30px 20px;
	}
	.lecturer-haken h2.is-style-section_ttl {
		font-size: 18px;
	}
	.lecturer-haken p {
		font-size: 14px;
	}
}
@media screen and (max-width: 400px) {
		.lecturer-haken h2.is-style-section_ttl {
		font-size: 16px;
	}
	.lecturer-haken p {
		font-size: 10px;
	}
}
/* プライバシーポリシー */
.policy-area {
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px;
	border: 1px solid #E0E8F0;
	border-radius: 10px;
}
.policy-area h3.is-style-section_ttl {
	color: #1A3A5C;
	font-size: 22px;
	margin-top: 50px;
	margin-bottom: 22px;
}
.policy-area p,
.policy-area li {
	font-size: 15px;
	color: #666666;
}
.policy-area li {
	margin: 1em 0;
}
.policy-area-btm {
	border-left: 4px solid #BA0003;
	background-color: #F8F9FA;
	padding: 30px 20px;
}
.policy-area-btm h3.is-style-section_ttl {
	font-size: 15px;
}
.policy-area-btm p {
	margin-bottom:.5em;
}
@media screen and (max-width: 960px) {
	.policy-area {
		padding: 40px 20px;
	}
	.policy-area h3.is-style-section_ttl {
		font-size: 18px;
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.policy-area p,
	.policy-area li {
		font-size: 14px;
	}
	.policy-area-btm {
		padding: 30px 10px;
	}
	.policy-area-btm h3.is-style-section_ttl {
		font-size: 18px;
	}
	.policy-area-btm p {
		margin-bottom:.5em;
	}
}
@media screen and (max-width: 400px) {
	.policy-area h3.is-style-section_ttl {
		font-size: 16px;
	}
	.policy-area p,
	.policy-area li {
		font-size: 10px;
	}
	.policy-area-btm h3.is-style-section_ttl {
		font-size: 16px;
	}
	.policy-area-btm p {
	}
}
/* お問い合わせフォーム */
.contact-form-area {
	max-width: 800px;
	margin: 0 auto;
	padding: 60px;
	border: 1px solid #E0E8F0;
	border-radius: 10px;
}
.contact-form-area h2.is-style-section_ttl {
	color: #1A3A5C;
	border-bottom: 2px solid #E0E8F0;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.contact-form-inner {
	display: flex;
	flex-wrap: wrap;
	gap: 0 30px;
}
.form-item {
	padding: 10px 0;
}
.form-item.full{
	flex-basis: 100%;
}
.form-item.half {
	flex-basis: calc((100% - 30px) / 2);
}
/* ラベル */
.form-item label {
	font-size: 16px;
	font-weight: 600;
}
/* ※ */
.form-item label span {
	color: red;
	line-height: 0.5;
	padding-left: 10px;
}
/* form */
.form-item input,
.form-item select{
	height: 45px;
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #D3D3D3;
	border-radius: 5px;
}
/* お問い合わせ内容 */
.form-item textarea {
	width: 100%;
	min-height: 150px;
	background-color: #FFFFFF;
	border: 1px solid #D3D3D3;
	border-radius: 5px;
}
.form-item textarea#your-license {
	max-height: 100px;
}
/* 個人情報取扱同意 */
.last-check {
	flex-basis: 100%;
	display: flex;
}
.last-check input {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}
.last-check label {
	padding-left: 15px;
	font-size: 16px;
	line-height: 2em;
}
/* 送信ボタン　 */
.send-btn {
	flex-basis: 100%;
	position: relative;
	max-width: 265px;
	height: 50px;
	margin: 0 auto;
	margin-top: 30px;
}
.send-btn input{
	width: 100%;
	padding: 10px 20px;
	background-color: #BA0003;
	color: #FFFFFF;
	letter-spacing: .2em;
	transition: .3s;
}
/* 送信ボタンホバー */
.send-btn input:hover {
	background-color: #FFFFFF;
  border-color: #009CBC;
	color: #009CBC;
	transition: .3s;
}
/* お問合せ SP*/
@media screen and (max-width: 960px) {
		.contact-form-area {
			padding: 40px 10px;
		}
		.contact-form-inner {
			margin: 0 auto;
			padding: 0;
		}
		.form-item.half {
			flex-basis: 100%;
		}
		.form-item label {
			flex-basis: 100%;
			justify-content: left;
			font-size: 14px;
		}
		.form-item input{
			height: 40px;
		}
		.form-item textarea {
			min-height: 200px;
		}
		.last-check {
			font-size: 14px;
		}
		.send-btn input{
			height: 50px;
		}
	.your-subject span.wpcf7-list-item {
		width: 100%;
		margin-left: 0;
	}
}
/* ---------------------------------------
 お問い合わせ完了ページ 
 ----------------------------------------- */
#thanks-block-outer {
	background: linear-gradient(147.5deg, #F8F9FA 0%, #FFFFFF 100%);
}
.thanks-main-block {
	max-width: 800px;
	margin: 0 auto;
	padding: 60px;
	background-color: #FFFFFF;
	border-radius: 15px;
	box-shadow: 0px 5px 30px 0px #00000014;
}
.thanks-main-block h1.is-style-section_ttl {
	color: #1A3A5C;
	font-size: 32px;
}
.thanks-topback-btn a {
	border-radius: 4px;
	background: #BA0003;
	font-size: 14px;
	font-weight: 600;
}
@media screen and (max-width: 960px) {
	#thanks-block-outer {
		background: linear-gradient(147.5deg, #F8F9FA 0%, #FFFFFF 100%);
	}
	.thanks-main-block {
		padding: 30px 10px;
	}
	.thanks-main-block h1.is-style-section_ttl {
		font-size: 23px;
	}
	.thanks-topback-btn a {
		font-size: 14px;
	}
}
@media screen and (max-width: 400px) {
	.thanks-main-block h1.is-style-section_ttl {
		font-size: 20px;
	}
	.thanks-topback-btn a {
		font-size: 14px;
	}
}