@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap);
html {
		--blockmagin: 40px;
}
.sp, .m-downloadbtn_box, .m-cms_service_info, .m-cms_service_point {
		display: none
}

#mv {
	background: #034419;
}

#mv h1 {
	width: min(100%, 1000px);
	margin-inline: auto;
}

#content {
	width: min(100%, 1000px);
	margin-inline: auto;
}

.cta {
	margin-block: var(--blockmagin);
	text-align: center;
}
.cta a {
	width: min(100%, 600px);
	display: block;
	margin: 0 auto;
}
.cta_catch {
		width: 87%;
		margin-inline: auto;
		margin-bottom: 40px;
}


.manga {
	width: min(100%, 1000px);
	margin-inline: auto;
	margin-block: var(--blockmagin);
}


.content01 {
	width: min(100%, 1000px);
	margin-inline: auto;
	margin-block: var(--blockmagin);
}
.content01_catch {
	text-align: center;
	color: #122F69;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 48px;
}
.content01_wrap {
		display: flex;
		flex-flow: row wrap;
		align-content: center;
		justify-content: center;
		align-items: stretch;
		gap: 20px;
}
.content01_item {
		width: min(100%, 340px);
		background: #ECEFF7;
		border-radius: 10px;
		padding-block: 48px;
		container-type: inline-size;
}
.content01_text {
		text-align: center;
		color: #122F69;
		font-size: 17px;
		font-weight: 700;
		margin-bottom: 32px;
}
.content01_manga {
		width: auto;
		height: 60cqw;
}
.content01_manga img {
		width: 100%;
		height: 100%;
		object-fit: contain;
}

.content02 {
		margin-block: var(--blockmagin);
}
.content02_box {
		background: #FF2523;
		padding-block: 40px;
		margin-bottom: 48px;
		text-align: center;
}
.content02_box img {
		width: 70%;
}
.content02_text {
		width: 80%;
		margin-inline: auto;
}

.content03 {
		margin-block: var(--blockmagin);
}

.content03_catch {
		width: 80%;
		margin-bottom: 80px;
		margin-inline: auto;
}
.content03_book {
		display: flex;
		flex-flow: row wrap;
		align-content: center;
		justify-content: space-between;
		align-items: center;
		padding-block: 32px;
		border-block: 1px solid #024419;
}
.content03_book_img {
		width: 26%;
}
.content03_book_textwrap {
		width: 69%;
}
.content03_book_title {
		font-size: 20px;
		font-weight: 700;
		margin-bottom: 24px;
}
.content03_book_catch {
		font-size: 14px;
		font-weight: 700;
		margin-bottom: 16px;
}
.content03_book_text {
		font-size: 11px;
		color: #111;
}


.content04 {
		margin-block: var(--blockmagin);
}
.content04_catch {
		width: 90%;
		margin-inline: auto;
		margin-bottom: var(--blockmagin);
}
.content04_item_title {
		text-align: center;
		font-size: 28px;
		font-weight: 700;
		margin-bottom: 40px;
}
.content04_item_text {
		text-align: center;
		margin-bottom: 64px;
}

/* ↓↓↓ content04のレイアウト修正をここに反映済み ↓↓↓ */
.content04_item01 {
		margin-bottom: var(--blockmagin);
		padding-bottom: var(--blockmagin);
		border-bottom: none;
}
.content04_item01_main {
		position: relative;
}
.content04_item01_main::before {
		content: "";
		display: inline-block;
		width: 39%;
		height: 100%;
		background: #DEEAE2;
		clip-path: polygon(0 0, 100% 0, 50% 100%);
		position: absolute;
		left: 0;
		top: 0;
}
.content04_item01_main dl	{
				display: flex;
				flex-flow: row wrap;
				align-content: center;
				justify-content: flex-start;
				align-items: center;
				padding-block: 40px;
				position: relative;
}
.content04_item01_main dl:nth-of-type(n + 2) {
				border-top: 1px dashed #03432E;
}
.content04_item01_main dt {
				width: 39%;
}
.content04_item01_main dt p {
				display: block;
				background: #fff;
				border: 1px solid #034319;
				border-radius: 8px;
				width: min(100%, 250px);
				margin-inline: auto;
				margin-block: 0;
				padding-block: 12px;
				text-align: center;
				font-size: 14px;
				font-weight: 700;
}
.content04_item01_main dd {
				width: 61%;
				margin: 0;
				padding-left: 40px;
				box-sizing: border-box;
}
.content04_item01_main dd ul {
				display: flex;
				flex-flow: row wrap;
				gap: 16px 20px;
				list-style: disc;
				justify-content: flex-start;
				margin-bottom: 0;
				padding-left: 20px;
}
.content04_item01_main dd li {
				width: calc(50% - 20px);
				margin-left: 0;
				font-size: 14px;
}
/* ↑↑↑ 修正ここまで ↑↑↑ */

.content04_item02 {
		margin-bottom: var(--blockmagin);
		padding-bottom: var(--blockmagin);
		border-bottom: 1px solid #C6C6C6;
}

.content04_item02_main {
		display: flex;
		flex-flow: row wrap;
		align-content: center;
		justify-content: center;
		align-items: center;
		gap: 20px;
}
.content04_item02_img01 {
		width: min(100%, 400px);
}
.content04_item02_img02 {
		width: min(100%, 280px);
}
.content04_item03 {
		margin-bottom: var(--blockmagin);
}
.content04_item03_main {
		display: flex;
		flex-flow: row wrap;
		align-content: center;
		justify-content: center;
		align-items: stretch;
		position: relative;
		container-type: inline-size;
}
.content04_item03_main_title {
		display: flex;
		flex-flow: row wrap;
		align-content: center;
		justify-content: center;
		align-items: center;
		width: 26cqw;
		height: 26cqw;
		background: #034319;
		border-radius: 3000px;
		text-align: center;
		color: #fff;
		font-size: 19px;
		font-weight: 700;
		position: absolute;
		right: 50%;
		bottom: 50%;
		translate: 50% 50%;
}
.content04_item03_main dd {
		margin: 0;
}
.content04_item03_main dl {
		display: flex;
		flex-flow: column wrap;
		width: 50%;
		padding: 40px;
}
.content04_item03_main dl:nth-of-type(even) {
		border-left: 1px dashed;
		align-content: flex-end;
}
.content04_item03_main dl:nth-of-type(n + 3) {
		border-top: 1px dashed;
}
.content04_item03_main dt {
		display: flex;
		flex-flow: row wrap;
		align-content: center;
		justify-content: flex-start;
		align-items: center;
		gap: 12px;
		margin-bottom: 12px;
}
.content04_item03_main dt .en {
		font-size: 22px;
}
.content04_item03_main dt .jp {
		font-size: 11px;
		font-weight: 700;
}
.content04_item03_main dd ul {
		list-style: disc;
}
.content04_item03_main dd li {
		font-size: 11px;
		margin-left: 1em;
		min-width: 260px;
}
.content04_item04_main {
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		gap: 20px;
}
.content04_item04_img {
		width: min(100%, 340px);
}

.content05 {
		margin-block: var(--blockmagin);
}

.content06 {
		margin-block: var(--blockmagin);
}

.content06_catch {
		text-align: center;
		font-size: 22px;
		font-weight: 700;
		margin-bottom: 40px;
}
.content06_img {
		width: min(90%, 660px);
		margin-inline: auto;
}

#flow{
	width: min(100%, 1000px); /* ★ここを700pxから1000pxに修正しました！ */
	margin-inline: auto;
	margin-bottom: 80px;
}
.flow_title {
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 48px;
}
.flow_content {
				display: flex;
				flex-flow: row wrap;
				align-content: center;
				justify-content: flex-start;
				align-items: stretch;
				gap: 20px;
}
.flow_item {
		width: calc(25% - 15px);
		background: #F7F7F7;
		padding: 20px 12px;
		position: relative;
}
.flow_item:nth-of-type(n + 2)::before {
		content: "";
		display: inline-block;
		width: 100%;
		height: 0;
		border-bottom: 2px dashed;
		position: absolute;
		left: 0;
		top: 29px;
		translate: -50% 0;
		opacity: .5;
}
.flow_item_num {
		display: block;
		width: 95px;
		margin-inline: auto;
		text-align: center;
		font-size: 14px;
		font-weight: 700;
		line-height: 1;
		background: #f7f7f7;
		position: relative;
		z-index: 3;
		margin-bottom: 16px;
}
.flow_item:nth-of-type(n + 2) .flow_item_num::before {
		content: "";
		display: inline-block;
		width: 14px;
		height: 14px;
		border-top: 2px solid;
		border-right: 2px solid;
		rotate: 45deg;
		position: absolute;
		right: 100%;
		top: 75%;
		translate: 0 -50%;
		opacity: .5;
}
.flow_item_img {
		margin-bottom: 16px;
}
.flow_item_title {
		text-align: center;
		font-size: 14px;
		font-weight: 700;
		margin-bottom: 16px;
}
.flow_item_text {
		color: #111;
		font-size: 10px;
}
/*
#form {
				width: min(100%, 700px);
				margin-inline: auto;
				margin-bottom: 80px;
}
*/


@media screen and (min-width:768px) {
	.content04_item03_main {
					display: none;
	}
}



@media screen and (max-width:767px) {
	html {
				--blockmagin: 20px;
	}
	.pc{display: none;}
	.sp{display: inline-block;}
	.cta_catch {
					margin-block: 0;
	}
	.cta {
					margin-block: 40px;
	}
	.content01_catch {
					font-size: 17px;
					margin-block: 20px;
	}
	.content01_wrap {
					padding-inline: 20px;
	}
	.content01_item {
					padding-block: 20px;
	}
	.content01_text {
					font-size: 12px;
					margin-bottom: 16px;
	}
	.content03_book {
					padding-inline: 20px;
	}
	.content03_book_img {
					width: 100%;
					text-align: center;
					margin-bottom: 20px;
					order: 2;
	}
	.content03_book_img img {
					width: 200px;
	}
	.content03_book_textwrap {
					display: contents;
	}
	.content03_book_title {
					font-size: 14px;
					text-align: center;
					margin-bottom: 20px;
					order: 1;
	}
	.content03_book_catch {
					font-size: 12px;
					order: 3;
	}
	.content03_book_text {
					font-size: 9px;
					order: 4;
	}
	.content04_item_title {
					font-size: 22px;
					margin-bottom: 24px;
	}
	.content04_item_text {
					text-align: left;
					margin-bottom: 40px;
	}
	.content04_item01 {
					padding-inline: 20px;
	}
	.content04_item01_main dl {
					padding-block: 20px;
	}
	.content04_item01_main dt p {
					font-size: 11px;
	}

    /* ↓↓↓ content04のスマホレイアウト修正をここに反映済み ↓↓↓ */
	.content04_item01_main dt {
					width: 100%;
	}
	.content04_item01_main dd {
					width: 100%;
					padding-left: 0;
					margin-top: 20px;
	}
	.content04_item01_main dd ul {
					padding-left: 20px;
	}
	.content04_item01_main dd li {
					width: 100%;
	}
    /* ↑↑↑ 修正ここまで ↑↑↑ */

	.content04_item02 {
					padding-inline: 20px;
	}
	.content04_item03 {
					padding-inline: 20px;
	}
	.content04_item03_img {
				    display: none;
	}
	.content04_item03_main_title {
					position: relative;
					inset: initial;
					translate: 0 0;
					width: 70%;
					height: auto;
					font-size: 14px;
	}
	.content04_item03_main_title br {
					display: none;
	}
	.content04_item03_main dl {
					padding: 20px;
	}
	.content04_item03_main dt .en {
					font-size: 15px;
	}
	.content04_item03_main dt .jp {
					font-size: 8px;
	}
	.content04_item03_main dd li {
					min-width: inherit;
	}
	.content04_item04 {
					padding-inline: 20px;
	}
	.content06_catch {
					font-size: 14px;
					margin-bottom: 20px;
	}
	.flow_title {
					font-size: 22px;
					margin-bottom: 24px;
	}
	.flow_content {
					padding-inline: 20px;
	}
	.flow_item {
					width: 100%;
	}
	.flow_item {
					width: 100%;
					padding: 12px;
	}
	.flow_item:nth-of-type(n + 2)::before {display: none;}
	.flow_item:nth-of-type(n + 2) .flow_item_num::before {
					rotate: 135deg;
					right: 50%;
					top: -35px;
					translate: 50% 0;
	}
	.flow_item_title {
					margin-bottom: 10px;
	}
}





/* =========================================================================
   ここから新規要件向けの追記分
   ========================================================================= */

/* H1タグの代替クラス（PCで最大1000px幅） */
.pseudo-h1 {
    width: min(100%, 1000px);
    margin-inline: auto;
    text-align: center;
}

/* 新content01の画像ラッパー（元の赤い背景デザインを適用） */
.content01_box {
    background: #FF2523;
    padding-block: 40px;
    margin-bottom: 24px;
    text-align: center;
}
.content01_box img {
    width: 70%;
    max-width: 100%;
    height: auto;
}
.content01_text {
    text-align: center;
    margin-bottom: 24px;
}
.content01_text img {
    max-width: 100%;
    height: auto;
}

/* 新content02: 管理職が抱えがちな問題 */
.content02_catch {
    text-align: center;
    color: #122F69;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 48px;
}
.content02_wrap {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
}
.content02_item {
    width: min(100%, 310px);
    background: transparent;
    border: 1px solid #122F69;
    border-radius: 10px;
    padding: 40px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content02_text {
    text-align: center;
    color: #122F69;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
}

/* 新content03: 画像付きの指定通りにレイアウト変更 */
.content03 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-block: var(--blockmagin);
}
.content03_catch {
    width: 45%;
    text-align: left;
    font-size: 36px;
    font-weight: 900;
    line-height: 1.5;
    margin-bottom: 0;
}
.content03_img {
    width: 50%;
    text-align: right;
}
.content03_img img {
    max-width: 100%;
    height: auto;
}

/* 新content05 */
.content05 {
    margin-block: var(--blockmagin);
}
.content05_catch {
    text-align: center;
    margin-bottom: 48px;
}
.content05_catch_sub {
    font-size: 18px;
    font-weight: 700;
    color: #034419;
}
.content05_catch_main {
    font-size: 28px;
    font-weight: 900;
    color: #034419;
    margin-block: 12px;
}
.content05_book {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding-block: 32px;
    border-block: 1px solid #024419;
    margin-bottom: 40px;
}
.content05_book_img {
    width: 26%;
    text-align: center;
}
.content05_book_textwrap {
    width: 69%;
}
.content05_book_title {
    font-size: 20px;
    font-weight: 700;
    color: #034419;
    margin-bottom: 24px;
}
.content05_book_catch {
    font-size: 14px;
    font-weight: 700;
    color: #034419;
    margin-bottom: 16px;
}
.content05_book_text {
    font-size: 11px;
    color: #111;
    line-height: 1.6;
}

.content05_prise {
    text-align: center;
}
.content05_prise img {
    width: 70%;
    max-width: 100%;
    height: auto;
}

.content06_img {
    width: min(100%, 1000px);
    margin-inline: auto;
}
.content06_img img {
    width: 100%;
    height: auto;
}

/* 最下段CTAキャッチの装飾（背景に▼を追加） */
.cta_catch {
    position: relative;
    padding-block: 40px;
    text-align: center;
}
.cta_catch::before {
    content: "";
    display: block;
    width: min(100%, 400px);
    height: 100%;
    background: rgba(18, 47, 105, 0.15);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    z-index: -1;
}
.cta_catch p {
    font-size: 28px;
    font-weight: 700;
    color: #122F69;
    line-height: 1.5;
    margin-bottom: 0;
}

/* 全体的な画像レスポンシブ処理 */
img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

/* レスポンシブ用（スマホサイズ）の追記 */
@media screen and (max-width:767px) {
    .content02_catch {
        font-size: 22px;
        margin-bottom: 24px;
    }
    
    .content03_catch {
        width: 100%;
        font-size: 24px;
        margin-bottom: 20px;
    }
    .content03_img {
        width: 100%;
        text-align: center;
    }

    /* content04 スマホ表示：理想.png に合わせるための上書き調整 */
    #content .content04_item01_main dt {
        width: 42% !important; /* 横並びを維持するために幅を固定 */
        flex: 0 0 42% !important;
    }
    #content .content04_item01_main dd {
        width: 58% !important;
        flex: 0 0 58% !important;
        padding-left: 10px !important; /* スマホ用に余白を少し詰める */
        margin-top: 0 !important; /* 縦並び用の余白を消す */
    }
    #content .content04_item01_main dd ul {
        padding-left: 15px !important;
    }
    #content .content04_item01_main dd li {
        width: 100% !important; /* リスト内は縦1列が見やすい */
        font-size: 11px !important; /* スマホ用に少し小さく */
    }
    #content .content04_item01_main dt p {
        font-size: 10px !important; /* 枠内の文字も収まるように調整 */
        padding-block: 8px !important;
    }

    .content05_catch_main {
        font-size: 22px;
    }
    .content05_catch_sub {
        font-size: 14px;
    }
    .content05_book {
        padding-inline: 20px;
    }
    .content05_book_img {
        width: 100%;
        margin-bottom: 20px;
        order: 2;
    }
    .content05_book_textwrap {
        display: contents;
    }
    .content05_book_title {
        font-size: 14px;
        text-align: center;
        margin-bottom: 20px;
        order: 1;
    }
    .content05_book_catch {
        font-size: 12px;
        order: 3;
    }
    .content05_book_text {
        font-size: 9px;
        order: 4;
    }
    
    .content05_prise img {
        width: 100%;
    }

    .cta_catch p {
        font-size: 18px;
        padding-inline: 15px;
    }
    .cta_catch::before {
        width: 90%;
    }

    .content02_item {
        padding: 24px 10px;
    }
}