@charset "UTF-8";

/* Infomation 
---------------------------------------------------------------------
File Name :  basic_knowledge.css
Create date :  2024/03/15
@media screen and (max-width: 979px) {
}
@media screen and (max-width: 767px) {
}
---------------------------------------------------------------------
*/

/* --------------------------------
	共通
-------------------------------- */
#contentArea {
	color: #000;
	background-color: #fff;
	padding-top: min(53px, 4.926vw);
}
@media screen and (max-width: 767px) {
	#contentArea {
		padding-top: 10.133vw;
	}
}

/* section */
section {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
section + section {
	margin-top: 0
}

/* font */
.ff-franklingothic {
	font-family: franklin-gothic-atf, sans-serif;
	font-style: normal;
	font-weight: 500;
}

/* footer */
footer {
	background-color: transparent;
	padding: 0;
}

/* --------------------------------
	container
-------------------------------- */
.basic_knowledge .container-bk-01 {
	width: 100%;
	max-width: calc(1080px + 40px + 40px);
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.basic_knowledge .container-bk-02 {
	width: 100%;
	max-width: calc(1260px + 40px + 40px);
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.basic_knowledge .container-bk-03 {
	width: 100%;
	max-width: calc(1080px + 20px + 20px);
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.basic_knowledge .containerInner-bk {
	width: 100%;
	padding-left: 40px;
	padding-right: 40px;
}
@media screen and (max-width: 767px) {
	.basic_knowledge .containerInner-bk {
		padding-left: 3.200vw;
		padding-right: 3.200vw;
	}
}


/* --------------------------------
	color
-------------------------------- */
.fc-01 { color: #000; }
.fc-02 { color: #FFF; }
.fc-03 { color: #CF0F32; }
.fc-04 { color: #7ECEF4; }
.bg-01 { background-color: #FFF; }
.bg-02 { background-color: #FFF03C; }
.bg-03 { background-color: #CF0F32; }
.bg-04 { background-color: #FFF367; }
.bg-05 { background-color: #8AD1F5; }


/* --------------------------------
	btn
-------------------------------- */
.ind-btn-01 {
	margin: 0 auto;
	text-align: center;
}
.ind-btn-01 a {
	width: auto;
	display: inline-block;
	margin: 0 auto;
	padding: min(27px, 2.509vw) min(44px, 4.089vw);
	background-color: #CF0F32;
	color: #fff;
	font-size: min(25px, 2.323vw);
	font-weight: bold;
	text-decoration: none;
	line-height: 100%;
	text-align: center;
	border: 1px solid #CF0F32;
	border-radius: min(44px, 4.089vw);
}
.ind-btn-01 a:hover {
	background-color: #fff;
	color: #CF0F32;
	transition: background-color .3s ease-out;
}
@media screen and (max-width: 767px) {
	.ind-btn-01 a {
		padding: 1em 2.5em;
		font-size: 4.533vw;
		border-radius: 8.000vw;
	}
	.ind-btn-01 a.btn-arrow-right span::after {
		height: 1em;
		width: 1em;
		right: -0.5em;
		top: 0;
	}
}

.ind-btn-02 {
	margin: 0 auto;
	text-align: center;
}
.ind-btn-02 a {
	width: auto;
	display: block;
	margin: 0 auto;
	padding: 2px 0;
	background-color: #CF0F32;
	color: #fff;
	font-size: min(25px, 2.323vw);
	font-weight: bold;
	text-decoration: none;
	line-height: 100%;
	text-align: center;
	border: 1px solid #CF0F32;
	border-radius: min(44px, 4.089vw);
}
.ind-btn-02 a:hover {
	background-color: transparent;
	color: #CF0F32;
	transition: background-color .3s ease-out;
}
@media screen and (max-width: 767px) {
	.ind-btn-02 a {
		padding: 8px 0;
		font-size: 6.667vw;
		border-radius: 8.000vw;
	}
	.ind-btn-02 a.btn-arrow-right span::after {
		height: 0.8em;
		width: 0.8em;
		top: -0.5em;
		right: -0.5em;
		top: 0;
	}
}


/* --------------------------------
	header
-------------------------------- */
.basic_knowledge header {
	position: sticky;
	max-height: auto;
	text-align: left;
	width: 100%;
}
.basic_knowledge header.fixed {
	background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767px) {
	.anni100th header {
		height: auto;
		background: transparent;
	}
}

.basic_knowledge .head-flex-box {
	width: 100%;
	max-width: 1366px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.basic_knowledge .head-flex-box .logo-box {
	width: 100%;
}
.basic_knowledge .head-flex-box .logo-box img {
	width: min(379px, 35.223vw);
	margin: 11px min(47px, 4.368vw);
}
@media screen and (max-width: 767px) {
	.basic_knowledge header {
		height: auto;
	}
	.basic_knowledge .head-flex-box .logo-box {
		width: 100%;
	}
	.basic_knowledge .head-flex-box .logo-box img {
		width: 61.600vw;
		margin: 2vw;
	}
}


/* --------------------------------
	mainImage
-------------------------------- */
/* .ocindex */
.basic_knowledge .mainImage {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
}
.basic_knowledge .mainImage h1 span {
	display: none;
}
@media screen and (max-width: 767px) {
	.basic_knowledge .mainImage {
	}
}


/* --------------------------------
	section.type-01
-------------------------------- */
section.type-01 {
	position: relative;
	margin: 0 auto 8.638vw auto;
	padding: 0;
	width: 100%;
}
section.type-01:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 8.638vw;
	background-image: url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMzY2IDExOCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PHBvbHlnb24gc3R5bGU9ImZpbGw6I2ZmZjAzYztzdHJva2Utd2lkdGg6MHB4OyIgcG9pbnRzPSIxMzY2IDAgMCAwIDY4MyAxMTggMTM2NiAwIi8+PC9zdmc+');
	background-color: #fff;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
section.type-01 .containerInner-bk {
	padding-top: 66px;
	padding-bottom: 34px;
	width: 100%;
}
@media screen and (max-width: 767px) {
	section.type-01 {
		margin: 0 auto 8.533vw auto;
	}
	section.type-01:after {
		height: 8.533vw;
	}
	section.type-01 .containerInner-bk {
		padding-top: 9.067vw;
		padding-bottom: 26.667vw;
	}
}

section.type-01 .bk-headline-area-01 {
	width: calc(100% - 4px);
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}
section.type-01 .bk-headline-area-01 .hdl {
	position: relative;
	width: 50%;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: center;
}
section.type-01 .bk-headline-area-01 .hdl:nth-child(even) {
	border-right: 1px solid #000;
}
section.type-01 .bk-headline-area-01 .hdl:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	width: 100%;
	height: 100%;
	border: 1px solid #000;
	border-top: none;
}
section.type-01 .bk-headline-area-01 .hdl span {
	display: inline-block;
	font-size: min(51px, 4.740vw);
	line-height: 100%;
	letter-spacing: 0.14em;
	margin: 17px auto 33px auto;
	padding: 3px 6px 1px 9px;
	background-color: #fff;
}
@media screen and (max-width: 767px) {
	section.type-01 .bk-headline-area-01 {
		width: calc(100% - 2px);
	}
	section.type-01 .bk-headline-area-01 .hdl:after {
		top: 2px;
		left: 2px;
	}
	section.type-01 .bk-headline-area-01 .hdl span {
		font-size: 4.800vw;
		line-height: 100%;
		letter-spacing: 0.14em;
		margin: 4px auto 13px auto;
		padding: 1px 3px 1px 5px;
	}
}

section.type-01 .ind-area-01 {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 56px 10%;
	border-bottom: 1px solid #000;
}
section.type-01 .ind-area-01:after {
	position: absolute;
	content: '';
	bottom: -6px;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #000;
}
section.type-01 .ind-area-01 .box {
	width: 27.08%;
	aspect-ratio: 1;
	background: #fff;
	border: 1px solid #000;
	border-radius: 50%;
	box-shadow: 6px 6px 0px 0px #000;
	color: #000;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	overflow: hidden;
}
section.type-01 .ind-area-01 a.box:hover {
	text-decoration: none;
	background-color: #EBEBEB;
}
section.type-01 .ind-area-01 .box .num {
	width: 35.5%;
	font-size: min(47px, 4.368vw);
	font-weight: bold;
	line-height: 100%;
	padding: 0 0 min(10px, 0.929vw) 0;
	border-bottom: 1px solid #000;
}
section.type-01 .ind-area-01 .box .num img {
	width: 1em;
	height: 1em;
}
section.type-01 .ind-area-01 .box .text {
	width: 100%;
	font-size: min(29px, 2.695vw);
	font-weight: bold;
	line-height: 155%;
	padding: min(20px, 1.859vw) 0 0 0;
}
section.type-01 .ind-area-01 .box .text svg {
	width: 1em;
	height: 1em;
	vertical-align: middle;
}
@media screen and (max-width: 767px) {
	section.type-01 .ind-area-01 {
		justify-content: space-around;
		padding: 6.133vw 0;
		border-bottom: 1px solid #000;
	}
	section.type-01 .ind-area-01:after {
		bottom: -2px;
		border-bottom: 1px solid #000;
	}
	section.type-01 .ind-area-01 .box {
		width: 26.26%;
		box-shadow: 3px 3px 0px 0px #000;
	}
	section.type-01 .ind-area-01 .box .num {
		font-size: 3.467vw;
	}
	section.type-01 .ind-area-01 .box .text {
		font-size: 2.933vw;
	}
}

section.type-01 .ind-area-02 {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: min(48px, 4.461vw);
	line-height: 189%;
}
section.type-01 .ind-area-02 .box-01 {
	width: 46.30%;
	order: 2;
	padding-top: min(60px, 5.576vw);
}
section.type-01 .ind-area-02 .box-02 {
	width: 50%;
	order: 1;
}
section.type-01 .ind-area-02 .has-voice-marker {
	font-size: min(30px, 2.788vw);
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: min(14px, 1.301vw);
}
section.type-01 .ind-area-02 .has-voice-marker span {
	position: relative;
	display: inline-block;
}
section.type-01 .ind-area-02 .has-voice-marker span:before,
section.type-01 .ind-area-02 .has-voice-marker span:after {
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0.1em;
	margin: auto;
	width: 2px;
	height: 1.5em;
	border: 0;
	border-left: 1px solid #000;
}
section.type-01 .ind-area-02 .has-voice-marker span:before {
	content: '';
	transform: rotate(-30deg);
	transform-origin: center;
	left: -0.6em;
}
section.type-01 .ind-area-02 .has-voice-marker span:after {
	content: '';
	transform: rotate(30deg);
	transform-origin: center;
	right: -0.6em;
}
section.type-01 .ind-area-02 .title-01 {
	font-size: min(31px, 2.881vw);
	font-weight: bold;
	letter-spacing: 0.02em;
	font-feature-settings: "palt";
	text-align: center;
	margin-bottom: min(23px, 2.138vw);
}
section.type-01 .ind-area-02 .title-01 span {
	font-size: min(41px, 3.810vw);
	letter-spacing: 0.02em;
	color: #fff;
	background-color: #CF0F32;
	margin-left: 5px;
	padding: 5px 0.2em;
	vertical-align: baseline;
}
section.type-01 .ind-area-02 .title-01 span small {
	font-size: min(31px, 2.881vw);
}
section.type-01 .ind-area-02 .text-01 {
	font-size: min(18px, 1.673vw);
	letter-spacing: 0.025em;
	line-height: 189%;
	padding-top: min(35px, 3.253vw);
	border-top: 1px dashed #000;
}
section.type-01 .ind-area-02 .title-02 {
	display: inline-block;
	font-size: min(20px, 1.859vw);
	font-weight: bold;
	line-height: 100%;
	font-feature-settings: "palt";
	margin-bottom: min(21px, 1.952vw);
	padding: 0.4em;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 0 5px 5px 5px;
}
section.type-01 .ind-area-02 .image-01 {
	width: 100%;
	margin-bottom: min(42px, 3.903vw);
}
section.type-01 .ind-area-02 .text-02 {
	font-size: min(12px, 1.115vw);
	letter-spacing: -0.05em;
	line-height: 180%;
}
@media screen and (max-width: 767px) {
	section.type-01 .ind-area-02 {
		margin-top: 13.333vw;
	}
	section.type-01 .ind-area-02 .box-01 {
		width: 89.7%;
		order: 1;
		margin: 0 auto;
	}
	section.type-01 .ind-area-02 .box-02 {
		width: 89.7%;
		order: 2;
		margin: 18.933vw auto 0 auto;
	}
	section.type-01 .ind-area-02 .has-voice-marker {
		font-size: 4.533vw;
	}
	section.type-01 .ind-area-02 .title-01 {
		font-size: 4.800vw;
		margin-bottom: 4.000vw;
	}
	section.type-01 .ind-area-02 .title-01 span {
		font-size: 6.667vw;
	}
	section.type-01 .ind-area-02 .title-01 span small {
		font-size: 5.333vw;
	}
	section.type-01 .ind-area-02 .text-01 {
		font-size: 4.267vw;
		padding-top: 5.600vw;
	}
	section.type-01 .ind-area-02 .title-02 {
		display: block;
		font-size: 4.000vw;
		text-align: center;
		margin-bottom: 4.000vw;
		padding: 0.4em;
	}
	section.type-01 .ind-area-02 .image-01 {
		margin-bottom: 6.667vw;
	}
	section.type-01 .ind-area-02 .text-02 {
		font-size: 2.667vw;
		letter-spacing: 0;
	}
}


/* --------------------------------
	section.type-02
-------------------------------- */
section.type-02 {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
section.type-02 .containerInner-bk {
	padding-top: 72px;
	padding-bottom: 88px;
	width: 100%;
}
@media screen and (max-width: 767px) {
	section.type-02 .containerInner-bk {
		padding-top: 10.133vw;
		padding-bottom: 17.867vw;
	}
}

section.type-02 .bk-headline-area-01 {
	width: 88.1%;
	border-left: min(14px, 1.301vw) solid #CF0F32;
	border-right: min(14px, 1.301vw) solid #CF0F32;
	margin: 0 auto min(51px, 4.740vw) auto;
}
section.type-02 .bk-headline-area-01 .hdl {
	color: #CF0F32;
	font-size: min(63px, 5.855vw);
	font-weight: bold;
	line-height: 100%;
	text-align: center;
	letter-spacing: 0.08em;
	font-feature-settings: "palt";
	margin-right: -0.2em;
	white-space: nowrap;
}
section.type-02 .bk-headline-area-01 .hdl + .hdl {
	margin-top: 0.5em;
}
section.type-02 .bk-headline-area-01 .hdl span {
	font-size: 0.667em;
}
@media screen and (max-width: 767px) {
	section.type-02 .bk-headline-area-01 {
		width: 100%;
		border-left-width: 2.667vw;
		border-right-width: 2.667vw;
		margin-bottom: 13.333vw;
	}
	section.type-02 .bk-headline-area-01 .hdl {
		font-size: 8.533vw;
		line-height: 143.75%;
	}
	section.type-02 .bk-headline-area-01 .hdl + .hdl {
		margin-top: 0;
	}
}

section.type-02 .ind-area-01 {
	margin-bottom: min(49px, 4.554vw);
}
section.type-02 .ind-area-01 .text-01 {
	font-size: min(18px, 1.673vw);
	line-height: 233%;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
}
section.type-02 .ind-area-01 .text-01 span {
	font-size: 1.389em;
	color: #CF0F32;
}
@media screen and (max-width: 767px) {
	section.type-02 .ind-area-01 {
		margin-bottom: 17.600vw;
	}
	section.type-02 .ind-area-01 .text-01 {
		font-size: 4.267vw;
		padding: 0 4.533vw;
	}
}

section.type-02 .ind-area-02 {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
section.type-02 .ind-area-02 .box-container {
	width: 46.75%;
	margin: 0 6px;
}
section.type-02 .ind-area-02 .box-container .image-01 {
	width: 100%;
	margin-bottom: min(31px, 2.881vw);
}
section.type-02 .ind-area-02 .box-container .box-wrap {
	position: relative;
	border: 2px solid #000;
	border-left: none !important;
	border-right: none !important;
	padding: min(59px, 5.483vw) min(16px, 1.487vw);
}
section.type-02 .ind-area-02 .box-container .box-wrap:before,
section.type-02 .ind-area-02 .box-container .box-wrap:after {
	content: '';
	position: absolute;
	top: 2px;
	width: 2px;
	height: calc(100% - 4px);
	border: 2px solid #000;
	border-top: none !important;
	border-bottom: none !important;
}
section.type-02 .ind-area-02 .box-container .box-wrap:before {
	left: -4px;
}
section.type-02 .ind-area-02 .box-container .box-wrap:after {
	right: -4px;
}
section.type-02 .ind-area-02 .box-container .bk-headline-area-02 {
	width: 100%;
	text-align: center;
	margin-bottom: min(52px, 4.833vw);
}
section.type-02 .ind-area-02 .box-container .bk-headline-area-02 .hdl {
	font-size: min(53px, 4.926vw);
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 100%;
	margin-bottom: 0.3em;
	padding: 0.25em 0;
}
section.type-02 .ind-area-02 .box-container .bk-headline-area-02 p {
	font-size: min(31px, 2.881vw);
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 100%;
}
section.type-02 .ind-area-02 .box-container .box-inner {
	border-top: 1px solid #000;
	padding-top: min(63px, 5.855vw);
	text-align: center;
}
section.type-02 .ind-area-02 .box-container .box-inner + .box-inner {
	margin-top: min(57px, 5.297vw);
}
section.type-02 .ind-area-02 .box-container .glb-icon {
	display: inline-block;
	text-align: left;
}
section.type-02 .ind-area-02 .box-container .glb-icon > li .icon-check {
	font-size: min(17px, 1.580vw);
	letter-spacing: 0.05em;
	background: url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMzkuOTggMzAwIj4KPHBhdGggc3R5bGU9ImZpbGw6IzM3NDE0OTtzdHJva2Utd2lkdGg6MHB4OyIgZD0iTTMzOS4wOSwyNS43NUwzMTQuNjcuOTNjLTEuMTgtMS4yMi0zLjEzLTEuMjQtNC4zNC0uMDYtLjAyLjAyLS4wNC4wNC0uMDYuMDZsLTE1MCwxNTMuNDdjLTMuMjIsMy4zMS04LjUyLDMuMzktMTEuODQuMTYtLjA2LS4wNS0uMTEtLjExLS4xNi0uMTZsLTUyLjYxLTUzLjQ4Yy0xLjItMS4yMi0zLjE3LTEuMjMtNC4zOC0uMDMsMCwwLS4wMi4wMi0uMDMuMDNsLTI0LjQyLDI0LjgzYy0xLjIxLDEuMjQtMS4yMSwzLjIzLDAsNC40N2w4NS4yNCw4Ni42M2MxLjE5LDEuMjIsMy4xNCwxLjIzLDQuMzYuMDQuMDEtLjAxLjAzLS4wMy4wNC0uMDRMMzM5LjA3LDMwLjIyYzEuMjEtMS4yNSwxLjIxLTMuMjMsMC00LjQ4Ii8+CjxwYXRoIHN0eWxlPSJmaWxsOiMzNzQxNDk7c3Ryb2tlLXdpZHRoOjBweDsiIGQ9Ik0yODgsMTE3LjU0di0uMTZsLTIxLjE5LDIxLjZ2MTM0LjMxYy4wMiwyLjc5LTIuMjEsNS4wNy01LDUuMTFIMjYuMjhjLTIuODEsMC01LjA4LTIuMjctNS4wOC01LjA4LDAtLjAxLDAtLjAyLDAtLjAzVjMzLjkyYzAtMi44MSwyLjI3LTUuMSw1LjA4LTUuMTJoMjIzLjc3bDEzLjE5LTEzLjQxLDcuNzctNy44MWgtLjA4bC4xLS4xYy0uOTktLjE1LTItLjIyLTMtLjIxSDIwYy01LjMyLS4wMS0xMC40MiwyLjE1LTE0LjEsNkMyLjEzLDE3LjA3LDAsMjIuMiwwLDI3LjU2djI1Mi4wOGMwLDUuMzksMi4xMSwxMC41Nyw1Ljg4LDE0LjQzLDMuNzIsMy43OSw4LjgxLDUuOTIsMTQuMTIsNS45M2gyNDguMDdjNS4zMS0uMDMsMTAuNC0yLjE2LDE0LjE1LTUuOTIsMy43Ni0zLjg2LDUuODQtOS4wNSw1Ljc4LTE0LjQ0di05My44M2wuMDgtNjguMzUtLjA4LjA4WiIvPgo8L3N2Zz4=');
	background-position: left top 0.2em;
	background-repeat: no-repeat;
	background-size: 1.5em 1.5em;
	padding: 0 0 0 2.2em;
}
section.type-02 .ind-area-02 .box-container .glb-icon > li .icon-check strong {
	font-size: 1.25em;
	font-weight: bold;
}
section.type-02 .ind-area-02 .box-container .bk-subHead-01 {
	font-size: min(28px, 2.602vw);
	font-weight: bold;
	letter-spacing: 0.05em;
	text-align: center;
	line-height: 150%;
	margin: 0 auto min(40px, 3.717vw) auto;
}
section.type-02 .ind-area-02 .box-container .bk-subHead-01 span {
	display: inline-block;
	border-bottom: 1px solid #000;
}
section.type-02 .ind-area-02 .box-container .bk-subHead-02 {
	font-size: min(20px, 1.859vw);
	letter-spacing: 0.05em;
	text-align: center;
	font-weight: bold;
	font-feature-settings: "palt";
	line-height: 100%;
	margin: 0 auto min(32px, 2.974vw) auto;
}
section.type-02 .ind-area-02 .box-container .bk-subHead-02 span {
	display: inline-block;
	padding: 0.4em;
	background-color: #f00;
}
section.type-02 .ind-area-02 .box-container .text-02 {
	width: 83.4%;
	font-size: min(16px, 1.487vw);
	line-height: 187.5%;
	text-align: left;
	margin: 0 auto;
}
section.type-02 .ind-area-02 .box-container .text-02.inactive {
	display: none;
}
section.type-02 .ind-area-02 .box-container .image-02 {
	margin: min(32px, 2.974vw) auto min(35px, 3.253vw) auto;
}
section.type-02 .ind-area-02 .box-container .text-03 {
	font-size: min(14px, 1.301vw);
	text-align: center;
	line-height: 100%;
	margin: 0 auto;
}
section.type-02 .ind-area-02 .box-container .text-03 span {
	display: inline-block;
	padding: 0.5em 1.0em;
	cursor: pointer;
}
section.type-02 .ind-area-02 .box-container .text-03 span:hover {
	opacity: 0.6;
	transition: opacity .3s ease-out;
}
section.type-02 .ind-area-02 .box-container .text-03 span.text-btn {
	padding-right: 0;
}
section.type-02 .ind-area-02 .box-container .text-03 span.marker {
	display: none;
}
section.type-02 .ind-area-02 .box-container .text-03 span.marker.active {
	display: inline-block;
}
section.type-02 .ind-area-02 .box-container .text-03 span {
}
section.type-02 .ind-area-02 .box-container .color-01,
section.type-02 .ind-area-02 .box-container .color-01:before,
section.type-02 .ind-area-02 .box-container .color-01:after {
	border-color: #FFF367;
}
section.type-02 .ind-area-02 .box-container .color-01 .bk-headline-area-02 .hdl,
section.type-02 .ind-area-02 .box-container .color-01 .bk-subHead-02 span,
section.type-02 .ind-area-02 .box-container .color-01 .text-03 span {
	background-color: #FFF367;
}
section.type-02 .ind-area-02 .box-container .color-02,
section.type-02 .ind-area-02 .box-container .color-02:before,
section.type-02 .ind-area-02 .box-container .color-02:after {
	border-color: #8AD1F5;
}
section.type-02 .ind-area-02 .box-container .color-02 .bk-headline-area-02 .hdl,
section.type-02 .ind-area-02 .box-container .color-02 .bk-subHead-02 span,
section.type-02 .ind-area-02 .box-container .color-02 .text-03 span {
	background-color: #8AD1F5;
}
@media screen and (max-width: 767px) {
	section.type-02 .ind-area-02 {
	}
	section.type-02 .ind-area-02 .box-container {
		width: calc(100% - 4px);
		margin: 0 2px;
	}
	section.type-02 .ind-area-02 .box-container .image-01 {
		margin-bottom: 5.333vw;
	}
	section.type-02 .ind-area-02 .box-container .box-wrap {
		border-width: 1px;
		padding: 11.200vw 2.933vw;
	}
	section.type-02 .ind-area-02 .box-container .box-wrap:before,
	section.type-02 .ind-area-02 .box-container .box-wrap:after {
		width: 1px;
		border-width: 1px;
	}
	section.type-02 .ind-area-02 .box-container .box-wrap:before {
		left: -2px;
	}
	section.type-02 .ind-area-02 .box-container .box-wrap:after {
		right: -2px;
	}
	section.type-02 .ind-area-02 .box-container .bk-headline-area-02 {
		margin-bottom: 9.867vw;
	}
	section.type-02 .ind-area-02 .box-container .bk-headline-area-02 .hdl {
		font-size: 9.333vw;
	}
	section.type-02 .ind-area-02 .box-container .bk-headline-area-02 p {
		font-size: 5.333vw;
	}
	section.type-02 .ind-area-02 .box-container .box-inner {
		padding-top: 13.333vw;
	}
	section.type-02 .ind-area-02 .box-container .box-inner + .box-inner {
		margin-top: 13.333vw;
	}
	section.type-02 .ind-area-02 .box-container .glb-icon > li .icon-check {
		font-size: 4.267vw;
	}
	section.type-02 .ind-area-02 .box-container .bk-subHead-01 {
		font-size: 6.133vw;
		margin: 0 auto 8.000vw auto;
	}
	section.type-02 .ind-area-02 .box-container .bk-subHead-02 {
		font-size: 4.800vw;
		margin: 0 auto 8.000vw auto;
	}
	section.type-02 .ind-area-02 .box-container .bk-subHead-02 span {
		padding: 0.2em 0.1em;
	}
	section.type-02 .ind-area-02 .box-container .text-02 {
		font-size: 4.267vw;
	}
	section.type-02 .ind-area-02 .box-container .image-02 {
		margin:  8.000vw auto;
	}
	section.type-02 .ind-area-02 .box-container .text-03 {
		font-size: 3.733vw;
	}
}


/* --------------------------------
	section.type-03
-------------------------------- */
section.type-03 {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
section.type-03 .containerInner-bk {
	padding-top: 173px;
	padding-bottom: 125px;
	width: 100%;
}
@media screen and (max-width: 767px) {
	section.type-03 .containerInner-bk {
		padding-top: 24.800vw;
		padding-bottom: 18.667vw;
	}
}

section.type-03 .bk-headline-area-01 {
	position: relative;
	width: 100%;
	margin: 0 auto min(49px, 4.554vw) auto;
	text-align: center;
}
section.type-03 .bk-headline-area-01:before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	margin: auto;
	border-top: 2px solid #000;
}
section.type-03 .bk-headline-area-01 .hdl {
	display: inline-block;
	position: relative;
	z-index: 2;
	margin: 0 auto;
	padding: 0  0.667em;
	font-size: min(39px, 3.625vw);
	font-weight: bold;
	line-height: 100%;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
	section.type-03 .bk-headline-area-01 {
		width: 100%;
		margin-bottom: 8.000vw;
	}
	section.type-03 .bk-headline-area-01 .hdl {
		font-size: 6.933vw;
	}
}

section.type-03 .ind-area-01 {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 min(55px, 5.112vw) 0;
	text-align: center;
	border-bottom: 2px solid #000;
}
section.type-03 .ind-area-01 .box-container-01 {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 32.5%);
	grid-template-rows: repeat(2, auto);
	grid-column-gap: 1.25%;
}
section.type-03 .ind-area-01 .box-container-01 .pos-01 { grid-area: 1 / 1 / 2 / 2; }
section.type-03 .ind-area-01 .box-container-01 .pos-02 { grid-area: 1 / 2 / 2 / 3; }
section.type-03 .ind-area-01 .box-container-01 .pos-03 { grid-area: 1 / 3 / 2 / 4; }
section.type-03 .ind-area-01 .box-container-01 .pos-04 { grid-area: 2 / 1 / 3 / 4; }
section.type-03 .ind-area-01 .box-container-01 .box-01 {
	border: 1px solid #000;
	padding: 8px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	background-color: #fff;
	cursor: pointer;
}
section.type-03 .ind-area-01 .box-container-01 .box-01:hover {
	background-color: #DDD;
	transition: background-color .3s ease-out;
}
section.type-03 .ind-area-01 .box-container-01 .box-01.active {
	position: relative;
	background-color: #CE1031;
}
section.type-03 .ind-area-01 .box-container-01 .box-01.active:after {
	content: '';
	position: absolute;
	bottom: -11px;
	left: -1px;
	width: 100%;
	height: 10px;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
	background-color: #707070;
}
section.type-03 .ind-area-01 .box-container-01 .box-01 .box-inner-01 {
	font-size: min(20px, 1.859vw);
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	flex-grow: 1;
}
section.type-03 .ind-area-01 .box-container-01 .box-01 .box-inner-01.ls-00 {
	letter-spacing: 0;
}
section.type-03 .ind-area-01 .box-container-01 .box-01.active .box-inner-01 {
	color: #fff;
}
section.type-03 .ind-area-01 .box-container-01 .box-01 .box-inner-02 {
	width: min(50px, 4.647vw);
	padding: 0 min(14px, 4.647vw);
	border-left: 1px solid #000;
}
section.type-03 .ind-area-01 .box-container-01 .box-01.active .box-inner-02 {
	border-left: 1px solid #fff;
}
section.type-03 .ind-area-01 .box-container-01 .box-01 .box-inner-02 .marker.open { display: block; }
section.type-03 .ind-area-01 .box-container-01 .box-01.active .box-inner-02 .marker.open { display: none; }
section.type-03 .ind-area-01 .box-container-01 .box-01 .box-inner-02 .marker.close { display: none; }
section.type-03 .ind-area-01 .box-container-01 .box-01.active .box-inner-02 .marker.close { display: block; }
section.type-03 .ind-area-01 .box-container-01 .box-01 .box-inner-02 svg {
	vertical-align: middle;
}
section.type-03 .ind-area-01 .box-container-01 .box-02 {
	display: none;
	width: 100%;
	background-color: #fff;
	border: 1px solid #000;
	margin-top: 10px;
	padding: min(24px, 2.230vw) min(90px, 8.364vw);
}
section.type-03 .ind-area-01 .box-container-01 .box-02 p {
	font-size: min(17px, 1.580vw);
	letter-spacing: 0.05em;
	line-height: 200%;
	text-align: left;
}
@media screen and (max-width: 767px) {
	section.type-03 .ind-area-01 {
		padding: 0 0 min(41px, 10.933vw) 0;
	}
	section.type-03 .ind-area-01 .box-container-01 {
		display: block;
	}
	section.type-03 .ind-area-01 .box-container-01 .box-01 {
		width: 100%;
		margin-top: 2.933vw;
		padding: 6px 0;
	}
	section.type-03 .ind-area-01 .box-container-01 .box-01.active:after {
		display: none;
	}
	section.type-03 .ind-area-01 .box-container-01 .box-01 .box-inner-01 {
		font-size: 4.000vw;
	}
	section.type-03 .ind-area-01 .box-container-01 .box-01 .box-inner-02 {
		width: 13.600vw;
		padding: 0 4.267vw;
	}
	section.type-03 .ind-area-01 .box-container-01 .box-02 {
		border-top: none;
		margin-top: 0;
		padding: 4.000vw 8.000vw;
	}
	section.type-03 .ind-area-01 .box-container-01 .box-02 p {
		font-size: 4.000vw;
	}
}

section.type-03 .ind-area-02 {
	width: 100%;
	margin: min(117px, 10.874vw) auto 0 auto;
	text-align: center;
}
section.type-03 .ind-area-02 .bk-headline-area-02 {
	display: inline-block;
	margin: 0 auto;
	padding: min(48px, 4.461vw) min(70px, 6.506vw);
	text-align: center;
	font-size: min(66px, 6.134vw);
	line-height: 100%;
	border-left: 14px solid #000;
	border-right: 14px solid #000;
}
section.type-03 .ind-area-02 .box-container-01 {
	margin: min(57px, 5.297vw) auto 0 auto;
}
section.type-03 .ind-area-02 .box-container-01 p {
	font-size: min(18px, 1.673vw);
	letter-spacing: 0.1em;
	line-height: 220%;
}
section.type-03 .ind-area-02 .box-container-01 p strong {
	font-size: 137.5%;
	font-weight: bold;
	color: #CF0F32;
}
@media screen and (max-width: 767px) {
	section.type-03 .ind-area-02 {
		margin: 13.333vw auto 0 auto;
	}
	section.type-03 .ind-area-02 .bk-headline-area-02 {
		display: block;
		width: 100%;
		padding: 6.933vw 0;
		font-size: 8.800vw;
		border-left: 7px solid #000;
		border-right: 7px solid #000;
	}
	section.type-03 .ind-area-02 .box-container-01 {
		margin: 8.267vw auto 0 auto;
		padding: 0 4.800vw;
	}
	section.type-03 .ind-area-02 .box-container-01 p {
		font-size: 4.267vw;
	}
	section.type-03 .ind-area-02 .box-container-01 p strong {
		font-size: 137.5%;
	}
}

section.type-03 .ind-area-03 {
	width: 100%;
	margin: min(76px, 7.063vw) auto 0 auto;
}
section.type-03 .ind-area-03 .bk-headline-area-03 {
	text-align: center;
}
section.type-03 .ind-area-03 .bk-headline-area-03 .hdl {
	display: inline-block;
	margin: 0 auto;
	padding: min(40px, 3.717vw) min(71px, 6.599vw);
	font-size: min(62px, 5.762vw);
	letter-spacing: 0.1em;
	line-height: 100%;
	border: 2px solid #000;
	border-radius: 0 min(40px, 3.717vw) min(40px, 3.717vw) min(40px, 3.717vw);
	background-color: #fff;
}
section.type-03 .ind-area-03 .box-container-01 {
	width: 82.87%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: min(76px, 7.063vw) auto 0 auto;
}
section.type-03 .ind-area-03 .box-container-01 .box {
	width: 42.1%;
}
section.type-03 .ind-area-03 .bk-headline-area-04 {
}
section.type-03 .ind-area-03 .bk-headline-area-04 .hdl {
	font-size: min(38px, 3.532vw);
	letter-spacing: 0.1em;
	line-height: 100%;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}
section.type-03 .ind-area-03 .box-container-01 p {
	font-size: min(16px, 1.487vw);
	letter-spacing: 0.1em;
	line-height: 200%;
	text-align: left;
	margin-top: min(30px, 2.788vw);
}
@media screen and (max-width: 767px) {
	section.type-03 .ind-area-03 {
		width: 100%;
		margin: 18.667vw auto 0 auto;
	}
	section.type-03 .ind-area-03 .bk-headline-area-03 .hdl {
		display: block;
		padding: 4.533vw 0;
		font-size: 6.933vw;
		border-radius: 0 4.533vw 4.533vw 4.533vw;
	}
	section.type-03 .ind-area-03 .box-container-01 {
		width: 100%;
		margin: 13.333vw auto 0 auto;
		gap: 13.333vw;
	}
	section.type-03 .ind-area-03 .box-container-01 .box {
		width: 100%;
	}
	section.type-03 .ind-area-03 .bk-headline-area-04 {
	}
	section.type-03 .ind-area-03 .bk-headline-area-04 .hdl {
		font-size: 6.133vw;
	}
	section.type-03 .ind-area-03 .box-container-01 p {
		font-size: 4.267vw;
		margin-top: 8.800vw;
		padding: 0 4.800vw;
	}
}

section.type-03 .ind-area-04 {
	width: 100%;
	margin: min(110px, 10.223vw) auto 0 auto;
}
section.type-03 .ind-area-04 .bk-headline-area-05 {
	text-align: center;
}
section.type-03 .ind-area-04 .bk-headline-area-05 .more {
	width: min(145px, 13.476vw);
	margin: 0 auto;
}
section.type-03 .ind-area-04 .bk-headline-area-05 .hdl {
	margin: min(42px, 3.903vw) auto 0 auto;
	font-size: min(33px, 3.067vw);
	letter-spacing: 0.1em;
	line-height: 100%;
}
section.type-03 .ind-area-04 .bk-headline-area-05 .hdl span {
	font-size: 115%;
	color: #CE1031;
}
section.type-03 .ind-area-04 .box-container-01 {
	margin: min(26px, 2.416vw) auto 0 auto;
	padding: min(66px, 6.134vw) 0 min(149px, 13.848vw) 0;
	background-image:
		url(../images/basic_knowledge/index/img_08.svg),
		url(../images/basic_knowledge/index/img_09.svg);
	background-repeat:
		no-repeat,
		no-repeat;
	background-position:
		left top,
		right bottom;
	background-size:
		min(76px, 7.063vw),
		min(76px, 7.063vw);
}
section.type-03 .ind-area-04 .box-container-01 .box {
	width: 97.3%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
section.type-03 .ind-area-04 .box-container-01 .box + .box {
	margin-top: min(86px, 7.993vw);
}
section.type-03 .ind-area-04 .box-container-01 .box .image-01 {
	width: 22.5%;
}
section.type-03 .ind-area-04 .box-container-01 .box .image-01 img {
	width: 80%;
	text-align: center;
}
section.type-03 .ind-area-04 .box-container-01 .box.type-01 .image-01 { order: 1; }
section.type-03 .ind-area-04 .box-container-01 .box.type-02 .image-01 { order: 2; }
section.type-03 .ind-area-04 .box-container-01 .box.type-01 .image-01 img { margin-left: 10%; }
section.type-03 .ind-area-04 .box-container-01 .box.type-02 .image-01 img { margin-left: 12%; }
section.type-03 .ind-area-04 .box-container-01 .box .text-01 {
	position: relative;
	width: calc(77.5% - 38px);
	font-size: min(21px, 1.952vw);
	font-weight: bold;
	line-height: 200%;
	color: #2C2C2C;
	background: #fff;
	padding: min(24px, 2.230vw) min(81px, 7.528vw);
	border-radius: min(100px, 9.294vw);
	filter: drop-shadow(1px 1px 0px #000) drop-shadow(-1px -1px 0px #000) drop-shadow(1px -1px 0px #000) drop-shadow(-1px 1px 0px #000);
}
section.type-03 .ind-area-04 .box-container-01 .box.type-01 .text-01 {
	order: 2;
	box-shadow: 7px 7px 0px 1px rgba(0, 0, 0, 1);
}
section.type-03 .ind-area-04 .box-container-01 .box.type-02 .text-01 {
	order: 1;
	box-shadow: -7px 7px 0px 1px rgba(0, 0, 0, 1);
}
section.type-03 .ind-area-04 .box-container-01 .box .text-01:after {
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	border: solid transparent;
	border-color: rgba(0, 0, 0, 0);
	border-top-width: min(19px, 1.766vw);
	border-bottom-width: min(19px, 1.766vw);
	margin-top: max(-19px, -1.766vw);
	top: 50%;
}
section.type-03 .ind-area-04 .box-container-01 .box.type-01 .text-01:after {
	border-left-width: 0;
	border-right-width: min(38px, 3.532vw);
	border-right-color: #fff;
	left: auto;
	right: 99%;
}
section.type-03 .ind-area-04 .box-container-01 .box.type-02 .text-01:after {
	border-left-width: min(38px, 3.532vw);
	border-right-width: 0;
	border-left-color: #fff;
	left: 99%;
	right: auto;
}
@media screen and (max-width: 767px) {
	section.type-03 .ind-area-04 {
		margin: 18.667vw auto 0 auto;
	}
	section.type-03 .ind-area-04 .bk-headline-area-05 .more {
		width: 34.933vw;
	}
	section.type-03 .ind-area-04 .bk-headline-area-05 .hdl {
		margin: 8.000vw auto 0 auto;
		font-size: 6.933vw;
		line-height: 169%;
	}
	section.type-03 .ind-area-04 .box-container-01 {
		margin: 10.667vw auto 0 auto;
		padding: 9.067vw 0 13.333vw 0;
		background-size:
			7.733vw,
			7.733vw;
	}
	section.type-03 .ind-area-04 .box-container-01 .box {
		width: 100%;
	}
	section.type-03 .ind-area-04 .box-container-01 .box + .box {
		margin-top: 9.067vw;
	}
	section.type-03 .ind-area-04 .box-container-01 .box .image-01 {
		width: 100%;
		margin: 0 auto;
	}
	section.type-03 .ind-area-04 .box-container-01 .box .image-01 img {
		display: block;
		width: 30%;
	}
	section.type-03 .ind-area-04 .box-container-01 .box.type-01 .image-01,
	section.type-03 .ind-area-04 .box-container-01 .box.type-02 .image-01 { order: 1; }
	section.type-03 .ind-area-04 .box-container-01 .box.type-01 .image-01 img,
	section.type-03 .ind-area-04 .box-container-01 .box.type-02 .image-01 img { margin: 0 auto 6.400vw auto; }
	section.type-03 .ind-area-04 .box-container-01 .box .text-01 {
		width: 100%;
		background: #fff;
		font-size: 4.000vw;
		padding: 12.000vw 6.400vw;
		border-radius: 17.067vw;
	}
	section.type-03 .ind-area-04 .box-container-01 .box.type-01 .text-01,
	section.type-03 .ind-area-04 .box-container-01 .box.type-02 .text-01 {
		order: 2;
	}
	section.type-03 .ind-area-04 .box-container-01 .box.type-01 .text-01 {
		box-shadow: 4px 4px 0px 1px rgba(0, 0, 0, 1);
	}
	section.type-03 .ind-area-04 .box-container-01 .box.type-02 .text-01 {
		box-shadow: -4px 4px 0px 1px rgba(0, 0, 0, 1);
	}
	section.type-03 .ind-area-04 .box-container-01 .box .text-01:after,
	section.type-03 .ind-area-04 .box-container-01 .box.type-01 .text-01:after,
	section.type-03 .ind-area-04 .box-container-01 .box.type-02 .text-01:after {
		border-top-width: 4.533vw;
		border-bottom-width: 4.533vw;
		border-left-width: 4.533vw;
		border-right-width: 4.533vw;
		margin-left: -4.533vw;
		margin-bottom: 0px;
		border-right-color: rgba(0, 0, 0, 0);
		border-left-color: rgba(0, 0, 0, 0);
		border-bottom-color: #fff;
		top: auto;
		bottom:100%;
		left:50%;
		right: auto;
	}
}

section.type-03 .ind-area-05 {
	width: 100%;
	margin: min(29px, 2.695vw) auto 0 auto;
}
section.type-03 .ind-area-05 .ind-header {
	display: inline-block;
	width: auto;
	padding: min(26px, 2.416vw) min(42px, 3.903vw) 0 min(42px, 3.903vw);
	border: 1px solid #000;
	border-bottom: none;
	border-radius: 0 min(78px, 7.249vw) 0 0;
	background-color: #fff;
}
section.type-03 .ind-area-05 .ind-header img {
	width: min(220px, 20.446vw);
	padding: 0 min(20px, 1.859vw) 6px min(20px, 1.859vw);
	border-bottom: 1px solid #000;
}
section.type-03 .ind-area-05 .bk-headline-area-05 {
}
section.type-03 .ind-area-05 .bk-headline-area-05 .hdl {
	text-align: center;
}
section.type-03 .ind-area-05 .bk-headline-area-05 .hdl span {
	display: inline-block;
	font-weight: bold;
}
section.type-03 .ind-area-05 .bk-headline-area-05 .hdl span.hdl-01 {
	font-size: min(63px, 5.855vw);
	line-height: 100%;
	margin-bottom: min(30px, 2.788vw);
}
section.type-03 .ind-area-05 .bk-headline-area-05 .hdl span.hdl-02 {
	font-size: min(39px, 3.625vw);
	line-height: 100%;
	margin-bottom: min(35px, 3.253vw);
	padding: 0 0.25em 5px 0.25em;
	border-bottom: 1px solid #000;
}
section.type-03 .ind-area-05 .bk-headline-area-05 .hdl span.hdl-03 {
	width: 100%;
	font-size: min(110px, 10.223vw);
	line-height: 100%;
	color: #CF0F32;
}
section.type-03 .ind-area-05 .box-container-01 {
	width: 100%;
	margin: -2px auto 0 auto;
	padding: min(70px, 6.506vw) min(42px, 3.903vw) min(50px, 4.647vw) min(42px, 3.903vw);
	border: 1px solid #000;
	border-radius: 0 min(78px, 7.249vw) min(78px, 7.249vw) min(78px, 7.249vw);
	background-color: #fff;
}
section.type-03 .ind-area-05 .box-container-01 .box-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
section.type-03 .ind-area-05 .box-container-01 .box-wrap .box-01 {
	width: 47.2%;
}
section.type-03 .ind-area-05 .box-container-01 .box-wrap .box-01 .text-01 {
	font-size: min(16px, 1.487vw);
	letter-spacing: 0.1em;
	line-height: 200%;
	margin-top: min(44px, 4.089vw);
	padding: min(36px, 3.346vw) min(50px, 4.647vw) 0 min(50px, 4.647vw);
	border-top: 1px dashed #000;
}
section.type-03 .ind-area-05 .box-container-01 .box-wrap .box-02 {
	width: 46.4%;
}
section.type-03 .ind-area-05 .box-container-01 .box-wrap .box-02 .text-02 {
	width: 89.4%;
	margin: 0 0 0 auto;
	padding: 0 0 10px 0;
	font-size: min(21px, 1.952vw);
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 100%;
	text-align: center;
	border-bottom: 1px solid #000;
}
section.type-03 .ind-area-05 .box-container-01 .box-wrap .box-02 .image-01 {
	margin: min(30px, 2.788vw) auto 0 auto;
}
section.type-03 .ind-area-05 .box-container-01 .box-03 {
	width: 100%;
	margin: min(27px, 2.509vw) auto 0 auto;
	padding: min(35px, 3.253vw) min(48px, 4.461vw) 0 min(48px, 4.461vw);
	border-top: 1px solid #000;
}
section.type-03 .ind-area-05 .box-container-01 .box-03 p {
	font-size: min(18px, 1.673vw);
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 220%;
}
section.type-03 .ind-area-05 .box-container-01 .box-03 p strong {
	font-size: 127.7%;
	color: #CE1031;
}
@media screen and (max-width: 767px) {
	section.type-03 .ind-area-05 {
		margin: 10.667vw auto 0 auto;
	}
	section.type-03 .ind-area-05 .ind-header {
		padding: 2.667vw 6.933vw 0 6.933vw;
		border-radius: 0 9.067vw 0 0;
	}
	section.type-03 .ind-area-05 .ind-header img {
		width: 27.733vw;
		padding: 0 2.133vw;
	}
	section.type-03 .ind-area-05 .bk-headline-area-05 {
	}
	section.type-03 .ind-area-05 .bk-headline-area-05 .hdl {
		text-align: center;
	}
	section.type-03 .ind-area-05 .bk-headline-area-05 .hdl span {
		display: inline-block;
		font-weight: bold;
	}
	section.type-03 .ind-area-05 .bk-headline-area-05 .hdl span.hdl-01 {
		font-size: 10.933vw;
		margin-bottom: 5.867vw;
	}
	section.type-03 .ind-area-05 .bk-headline-area-05 .hdl span.hdl-02 {
		font-size: 6.667vw;
		margin-bottom: 4.800vw;
	}
	section.type-03 .ind-area-05 .bk-headline-area-05 .hdl span.hdl-03 {
		font-size: 18.933vw;
	}
	section.type-03 .ind-area-05 .box-container-01 {
		padding: 10.933vw 0 17.867vw 0;
		border: 1px solid #000;
		border-radius: 0 12.000vw 12.000vw 12.000vw;
		background-color: #fff;
	}
	section.type-03 .ind-area-05 .box-container-01 .box-wrap .box-01 {
		width: 100%;
	}
	section.type-03 .ind-area-05 .box-container-01 .box-wrap .box-01 .text-01 {
		font-size: 4.267vw;
		margin-top: 10.667vw;
		padding: 9.333vw 6.400vw 0 6.400vw;
	}
	section.type-03 .ind-area-05 .box-container-01 .box-wrap .box-02 {
		width: 100%;
		margin-top: 22.400vw;
	}
	section.type-03 .ind-area-05 .box-container-01 .box-wrap .box-02 .text-02 {
		width: 100%;
		margin: 0 auto;
		padding: 0 0 5px 0;
		font-size: 4.800vw;
	}
	section.type-03 .ind-area-05 .box-container-01 .box-wrap .box-02 .image-01 {
		width: 84.000vw;
		margin: 8.000vw auto 0 auto;
	}
	section.type-03 .ind-area-05 .box-container-01 .box-03 {
		width: 100%;
		margin: 10.667vw auto 0 auto;
		padding: 0 4.000vw;
		border-top: none;
	}
	section.type-03 .ind-area-05 .box-container-01 .box-03 p {
		font-size: 4.000vw;
		font-weight: normal;
	}
}

/* --------------------------------
	section.type-04
-------------------------------- */
section.type-04 {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
section.type-04 .container-bk-03 {
	border-left: 20px solid #CF0F32;
	border-right: 20px solid #CF0F32;
}
section.type-04 .containerInner-bk {
	padding-top: 50px;
	padding-bottom: 0;
	padding-left: min(90px, 8.364vw);
	padding-right: min(90px, 8.364vw);
	width: 100%;
}
section.type-04 .containerInner-bk.hasnotafter-type05 {
	padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
	section.type-04 .container-bk-03 {
		border-width: 3.200vw;
	}
	section.type-04 .containerInner-bk {
		padding-top: 13.333vw;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
	}
	section.type-04 .containerInner-bk.hasnotafter-type05 {
		padding-bottom: 20.000vw;
	}
}

section.type-04 .ind-area-01 {
}
section.type-04 .ind-area-01 .image-01 {
	width: min(319px, 29.647vw);
	margin: 0 auto;
}
section.type-04 .ind-area-01 .bk-headline-area-01 {
	margin: min(72px, 6.691vw) auto 0 auto;
}
section.type-04 .ind-area-01 .bk-headline-area-01 p {
	font-size: min(27px, 2.509vw);
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #CE1031;
	text-align: center;
}
section.type-04 .ind-area-01 .bk-headline-area-01 p .ff-franklingothic {
	font-size: min(29px, 2.695vw);
	letter-spacing: 0.05em;
}
section.type-04 .ind-area-01 .bk-headline-area-01 .hdl {
	margin-top: 10px;
}
@media screen and (max-width: 767px) {
	section.type-04 .ind-area-01 {
		padding: 0 5.067vw;
	}
	section.type-04 .ind-area-01 .image-01 {
		width: 61.600vw;
	}
	section.type-04 .ind-area-01 .bk-headline-area-01 {
		margin: 13.333vw auto 0 auto;
	}
	section.type-04 .ind-area-01 .bk-headline-area-01 p {
		font-size: 4.000vw;
	}
	section.type-04 .ind-area-01 .bk-headline-area-01 p .ff-franklingothic {
		font-size: 4.267vw;
	}
	section.type-04 .ind-area-01 .bk-headline-area-01 .hdl {
		margin-top: 5.333vw;
	}
}

section.type-04 .ind-area-02 {
	margin: min(48px, 4.461vw) auto 0 auto;
}
section.type-04 .ind-area-02 .box-container-01 {
	position: relative;
	margin: 0 min(20px, 1.859vw);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	gap: min(40px, 3.717vw);
}
section.type-04 .ind-area-02 .box-container-01 .box-01 {
	width: 42.4%;
	padding: min(23px, 2.138vw);
	background-color: #D00F31;
	border-radius: min(39px, 3.625vw);
}
section.type-04 .ind-area-02 .box-container-01 .box-01 img {
	width: 100%;
}
section.type-04 .ind-area-02 .box-container-01 .box-02 {
	position: relative;
	z-index: 2;
	width: 42.4%;
}
section.type-04 .ind-area-02 .box-container-01 .box-02 .text-01 {
	font-size: min(22px, 2.045vw);
	font-weight: bold;
	line-height: 172%;
	text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff;

}
section.type-04 .ind-area-02 .box-container-01 .box-02 .text-01 strong {
	color: #CF0F32;
	font-weight: bold;
}
section.type-04 .ind-area-02 .box-container-01 .box-03 {
	position: absolute;
	top: -8px;
	right: min(-44px, -4.089vw);
	z-index: 2;
	width: 28.7%;
}
@media screen and (max-width: 767px) {
	section.type-04 .ind-area-02 {
		margin: 10.667vw auto 0 auto;
	}
	section.type-04 .ind-area-02 .box-container-01 {
		margin: 0 auto;
		gap: 10.667vw;
	}
	section.type-04 .ind-area-02 .box-container-01 .box-01 {
		width: 75.200vw;
		margin: 0 auto;
		padding: 5.333vw;
		border-radius: 10.400vw;
	}
	section.type-04 .ind-area-02 .box-container-01 .box-02 {
		width: 100%;
	}
	section.type-04 .ind-area-02 .box-container-01 .box-02 .text-01 {
		font-size: 5.067vw;
		line-height: 172%;
		text-align: center;
	}
	section.type-04 .ind-area-02 .box-container-01 .box-03 {
		position: relative;
		top: auto;
		right: auto;
		margin: 0 auto;
		width: 37.333vw;
	}
}

section.type-04 .ind-area-03 {
	margin: min(48px, 4.461vw) auto 0 auto;
}
section.type-04 .ind-area-03 .ind-header {
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
section.type-04 .ind-area-03 .ind-header:before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	margin: auto;
	border-top: 2px dashed #000;
}
section.type-04 .ind-area-03 .ind-header p {
	display: inline-block;
	position: relative;
	z-index: 2;
	margin: 0 auto;
	padding: 0 0.125em 0 0.667em;
	font-size: min(48px, 4.461vw);
	font-weight: bold;
	line-height: 100%;
	background-color: #fff;
}
section.type-04 .ind-area-03 .ind-header p small {
	font-size: min(22px, 2.045vw);
	letter-spacing: 0.1em;
	vertical-align: middle;
}
section.type-04 .ind-area-03 .box-container-01 {
	margin: min(54px, 5.019vw) auto 0 auto;
	padding-bottom: min(69px, 6.413vw);
	border-bottom: 2px dashed #000;
}
section.type-04 .ind-area-03 .box-container-01 .text-01 {
	font-size: min(24px, 2.230vw);
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	line-height: 254%;
}
section.type-04 .ind-area-03 .box-container-01 .text-01 + .text-01 {
}
@media screen and (max-width: 767px) {
	section.type-04 .ind-area-03 {
		margin: 10.667vw auto 0 auto;
	}
	section.type-04 .ind-area-03 .ind-header {
		width: 100%;
	}
	section.type-04 .ind-area-03 .ind-header p {
		font-size: 9.333vw;
	}
	section.type-04 .ind-area-03 .ind-header p small {
		font-size: 4.267vw;
	}
	section.type-04 .ind-area-03 .box-container-01 {
		margin: 10.667vw auto 0 auto;
		padding-bottom: 13.333vw;
	}
	section.type-04 .ind-area-03 .box-container-01 .text-01 {
		font-size: 5.333vw;
		line-height: 165%;
	}
	section.type-04 .ind-area-03 .box-container-01 .text-02 {
		font-size: 4.267vw;
		font-weight: normal;
	}
	section.type-04 .ind-area-03 .box-container-01 .text-01 + .text-01 {
		margin-top: 9.333vw;
	}
}

section.type-04 .ind-area-04 {
	margin: min(68px, 6.320vw) auto 0 auto;
}
section.type-04 .ind-area-04 .box-container-01 {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 29.5%) 30.4%;
	grid-template-rows: repeat(4, auto);
	grid-column-gap: 5%;
	grid-row-gap: min(27px, 2.509vw);
	align-items: center;
}
section.type-04 .ind-area-04 .box-container-01 .box-01 { grid-area: 1 / 1 / 2 / 2; }
section.type-04 .ind-area-04 .box-container-01 .box-02 { grid-area: 1 / 2 / 2 / 3; }
section.type-04 .ind-area-04 .box-container-01 .box-03 { grid-area: 2 / 1 / 3 / 2; }
section.type-04 .ind-area-04 .box-container-01 .box-04 { grid-area: 2 / 2 / 3 / 3; }
section.type-04 .ind-area-04 .box-container-01 .box-05 { grid-area: 3 / 1 / 4 / 2; }
section.type-04 .ind-area-04 .box-container-01 .box-06 { grid-area: 3 / 2 / 4 / 3; }
section.type-04 .ind-area-04 .box-container-01 .box-07 { grid-area: 1 / 3 / 4 / 4; }
section.type-04 .ind-area-04 .box-container-01 .box-08 { grid-area: 4 / 1 / 5 / 4; }
section.type-04 .ind-area-04 .box-container-01 .box-09 { grid-area: 2 / 1 / 4 / 3; }
section.type-04 .ind-area-04 .box-container-01 .box-10 { grid-area: 1 / 1 / 5 / 2; }
section.type-04 .ind-area-04 .box-container-01 .box-11 { grid-area: 1 / 2 / 5 / 4; }
section.type-04 .ind-area-04 .box-container-01 .box-inner-01 {
	width: 100%;
	padding: min(17px, 1.580vw);
	background-color: #D00F31;
	border-radius: min(39px, 2.695vw);
}
section.type-04 .ind-area-04 .box-container-01 .box-inner-01.bg-color-02 {
	background-color: #0094d8;
}
section.type-04 .ind-area-04 .box-container-01 .text-01 {
	font-size: min(17px, 1.580vw);
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 170%;
	text-align: center;
	margin-bottom: min(12px, 1.115vw);
}
section.type-04 .ind-area-04 .box-container-01 .text-01 span {
	position: relative;
	display: inline-block;
}
section.type-04 .ind-area-04 .box-container-01 .text-01 span:before,
section.type-04 .ind-area-04 .box-container-01 .text-01 span:after {
	display: inline-block;
	position: absolute;
	bottom: -1.5em;
	margin: auto;
	width: 2px;
	height: 2.5em;
	border: 0;
	border-left: 1px solid #000;
}
section.type-04 .ind-area-04 .box-container-01 .text-01 span:before {
	content: '';
	transform: rotate(-30deg);
	transform-origin: center;
	left: -0.1em;
}
section.type-04 .ind-area-04 .box-container-01 .text-01 span:after {
	content: '';
	transform: rotate(30deg);
	transform-origin: center;
	right: -0.1em;
}
section.type-04 .ind-area-04 .box-container-01 .image-01 {
	width: 75%;
	margin: 0 auto;
}
section.type-04 .ind-area-04 .box-container-01 .box-08 {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}
section.type-04 .ind-area-04 .box-container-01 .box-08 .box-inner-02 {
	width: min(75px, 6.970vw);
}
section.type-04 .ind-area-04 .box-container-01 .box-08 .box-inner-03 {
	flex-grow: 1;
}
section.type-04 .ind-area-04 .box-container-01 .text-02 {
	display: inline-block;
	font-size: min(22px, 2.045vw);
	color: #CF0F32;
	line-height: 100%;
	text-align: center;
	padding: 0.4em;
	border: 1px solid #CF0F32;
	border-radius: 0 5px 5px 5px;
}
section.type-04 .ind-area-04 .box-container-01 .text-03 {
	font-size: min(22px, 2.045vw);
	line-height: 170%;
	padding: 0.4em 0;
}
section.type-04 .ind-area-04 .box-container-01 .text-03 span {
	font-size: 0.81em;
}
section.type-04 .ind-area-04 .box-container-01 .text-04 {
	font-size: min(22px, 2.045vw);
	font-weight: bold;
	line-height: 172%;
	text-align: center;
}
section.type-04 .ind-area-04 .box-container-01 .text-04 strong {
	color: #CF0F32;
	font-weight: bold;
}
section.type-04 .ind-area-04 .box-container-01 .text-05 {
	font-size: min(30px, 2.788vw);
	font-weight: bold;
	line-height: 172%;
	text-align: left;
	color: #0094d8;
}
@media screen and (max-width: 767px) {
	section.type-04 .ind-area-04 {
		margin: 10.667vw auto 0 auto;
	}
	section.type-04 .ind-area-04 .box-container-01 {
		padding: 0 5.067vw;
		display: grid;
/*
		grid-template-columns: repeat(2, 47.4%);
*/
		grid-template-columns: repeat(2, auto);
		grid-template-rows: repeat(5, auto);
		grid-column-gap: 5.2%;
		grid-row-gap: 9.067vw;
		align-items: center;
	}
/*
	section.type-04 .ind-area-04 .box-container-01 .box-01 { grid-area: 1 / 1 / 2 / 2; }
	section.type-04 .ind-area-04 .box-container-01 .box-02 { grid-area: 1 / 2 / 2 / 3; }
	section.type-04 .ind-area-04 .box-container-01 .box-03 { grid-area: 2 / 1 / 3 / 2; }
	section.type-04 .ind-area-04 .box-container-01 .box-04 { grid-area: 2 / 2 / 3 / 3; }
	section.type-04 .ind-area-04 .box-container-01 .box-05 { grid-area: 3 / 1 / 4 / 2; }
	section.type-04 .ind-area-04 .box-container-01 .box-06 { grid-area: 3 / 2 / 4 / 3; }
	section.type-04 .ind-area-04 .box-container-01 .box-07 { grid-area: 4 / 1 / 5 / 3; }
	section.type-04 .ind-area-04 .box-container-01 .box-08 { grid-area: 5 / 1 / 6 / 3; }
*/
	section.type-04 .ind-area-04 .box-container-01 .box-01 { grid-area: 2 / 1 / 3 / 2; }
	section.type-04 .ind-area-04 .box-container-01 .box-02 { grid-area: 2 / 2 / 3 / 3; }
	section.type-04 .ind-area-04 .box-container-01 .box-03 { grid-area: 3 / 1 / 4 / 2; }
	section.type-04 .ind-area-04 .box-container-01 .box-04 { grid-area: 3 / 2 / 4 / 3; }
	section.type-04 .ind-area-04 .box-container-01 .box-05 { grid-area: 4 / 1 / 5 / 2; }
	section.type-04 .ind-area-04 .box-container-01 .box-06 { grid-area: 4 / 2 / 5 / 3; }
	section.type-04 .ind-area-04 .box-container-01 .box-07 { grid-area: 5 / 1 / 6 / 3; }
	section.type-04 .ind-area-04 .box-container-01 .box-08 { grid-area: 6 / 1 / 7 / 3; }
	section.type-04 .ind-area-04 .box-container-01 .box-09 { grid-area: 1 / 1 / 2 / 3; }
	section.type-04 .ind-area-04 .box-container-01 .box-10 { grid-area: 3 / 1 / 5 / 4; }
	section.type-04 .ind-area-04 .box-container-01 .box-11 { grid-area: 1 / 1 / 3 / 4; }
	section.type-04 .ind-area-04 .box-container-01 .box-inner-01 {
		padding: 4.000vw 2.667vw;
		border-radius: 5.867vw;
	}
	section.type-04 .ind-area-04 .box-container-01 .text-01 {
		font-size: 4.267vw;
		margin-bottom: 4.267vw;
	}
	section.type-04 .ind-area-04 .box-container-01 .image-01 {
		width: 47.4%;
	}
	section.type-04 .ind-area-04 .box-container-01 .box-08 {
		flex-wrap: wrap;
	}
	section.type-04 .ind-area-04 .box-container-01 .box-08 .box-inner-02 {
		width: 100%;
		text-align: center;
		margin-bottom: 6.933vw;
	}
	section.type-04 .ind-area-04 .box-container-01 .box-08 .box-inner-03 {
		width: 100%;
	}
	section.type-04 .ind-area-04 .box-container-01 .text-02 {
		font-size: 5.867vw;
		border-radius: 0 5px 5px 5px;
	}
	section.type-04 .ind-area-04 .box-container-01 .text-03 {
		font-size: 5.067vw;
		padding: 0 6.133vw;
	}
	section.type-04 .ind-area-04 .box-container-01 .text-04 {
		font-size: 4.267vw;
	}
	section.type-04 .ind-area-04 .box-container-01 .text-05 {
		font-size: 5.333vw;
		text-align: center;
	}
}

section.type-04 .ind-area-05 {
	margin: min(31px, 2.881vw) auto 0 auto;
}
section.type-04 .ind-area-05 .box-container-01 {
	padding: min(68px, 6.320vw) 0 min(90px, 8.364vw) 0;
}
section.type-04 .ind-area-05 .ind-btn-01 a {
	position: relative;
}
section.type-04 .ind-area-05 .ind-btn-01 a:before {
	content: '';
	position: absolute;
	top: min(-68px, 6.320vw);
	left: min(-91px, 8.457vw);
	width: min(79px, 7.342vw);
	height: min(239px, 22.212vw);
	background-image: url(../images/basic_knowledge/index/img_16.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
@media screen and (max-width: 767px) {
	section.type-04 .ind-area-05 {
		margin: 20.000vw auto 0 auto;
	}
	section.type-04 .ind-area-05 .box-container-01 {
		padding: 0;
	}
}


/* --------------------------------
	section.type-05
-------------------------------- */
section.type-05 {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	margin-top: -64px;
}
section.type-05 .containerInner-bk {
	padding-top: 58px;
	padding-bottom: 52px;
	width: 100%;
}
section.type-05 .ind-area-01 .box-container-01 {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 2.5%;
	border: 1px solid #000;
	border-radius: min(20px, 1.859vw);
}
section.type-05 .ind-area-01 .box-container-01 .box-01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 31.5%;
	text-align: center;
}
section.type-05 .ind-area-01 .box-container-01 .box-01 + .box-01 {
	margin-left: 2.5%;
	padding-left: 2.5%;
	border-left: 1px solid #000;
}
section.type-05 .ind-area-01 .box-container-01 .box-01 {
	width: 31.5%;
	text-align: center;
}
section.type-05 .ind-area-01 .box-container-01 .bk-headline-area-01 {
	width: 100%;
}
section.type-05 .ind-area-01 .box-container-01 .bk-headline-area-01 .hdl {
	width: 81.4%;
	margin: 0 auto;
	text-align: center;
}
section.type-05 .ind-area-01 .box-container-01 .text-01 {
	font-size: min(18px, 1.673vw);
	letter-spacing: 0.075em;
	line-height: 145%;
}
section.type-05 .ind-area-01 .box-container-01 .text-02 {
	font-size: min(16px, 1.487vw);
	line-height: 145%;
	margin-top: min(35px, 3.253vw);
}
section.type-05 .ind-area-01 .box-container-01 .text-03 {
	font-size: min(18px, 1.673vw);
	line-height: 100%;
	margin-bottom: min(32px, 2.974vw);
	padding-bottom: 0.4em;
	border-bottom: 1px dashed #000;
}
section.type-05 .ind-area-01 .box-container-01 .text-03 .ff-franklingothic {
	font-size: 1.5em;
	font-weight: 600;
}
section.type-05 .ind-area-01 .box-container-01 .text-04 {
	font-size: min(16px, 1.487vw);
	line-height: 180%;
}
section.type-05 .ind-area-01 .box-container-01 .text-04 {
	list-style-type: none;
	padding-left: 1.0em;
	text-indent: -0.35em;
}
section.type-05 .ind-area-01 .box-container-01 .text-04 > span {
	position: relative;
}
section.type-05 .ind-area-01 .box-container-01 .text-04 > span:before {
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 100%;
	background: #9c9c9c;
	position: relative;
	left: -0.5em;
	top: -0.2em;
}

@media screen and (max-width: 767px) {
	section.type-05 {
		margin-top: 0;
	}
	section.type-05 .containerInner-bk {
		padding-top: 13.333vw;
		padding-bottom: 13.333vw;
		padding-left: 8.000vw;
		padding-right: 8.000vw;
	}
	section.type-05 .ind-area-01 .box-container-01 {
		padding: 6.3%;
		border-radius: 13.333vw;
	}
	section.type-05 .ind-area-01 .box-container-01 .box-01 {
		width: 100%;
	}
	section.type-05 .ind-area-01 .box-container-01 .box-01 + .box-01 {
		margin-left: 0;
		padding-left: 0;
		border-left: none;
		margin-top: 6.667vw;
		padding-top: 6.667vw;
		border-top: 1px solid #000;
	}
	section.type-05 .ind-area-01 .box-container-01 .bk-headline-area-01 .hdl {
		width: 96%;
	}
	section.type-05 .ind-area-01 .box-container-01 .text-01 {
		font-size: 4.800vw;
	}
	section.type-05 .ind-area-01 .box-container-01 .text-02 {
		font-size: 4.267vw;
		margin-top: 6.667vw;
	}
	section.type-05 .ind-area-01 .box-container-01 .text-03 {
		display: inline-block;
		font-size: 4.800vw;
		margin-bottom: 6.667vw;
	}
	section.type-05 .ind-area-01 .box-container-01 .text-04 {
		font-size: 4.267vw;
		text-align: left;
	}
}

section.type-05 .ind-area-02 {
	padding: 0 0 30px 0;
}
section.type-05 .ind-area-02 .image-01 {
	width: min(319px, 29.647vw);
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	section.type-05 .ind-area-02 {
		padding: 0 5.067vw 6.667vw 5.67vw;
	}
	section.type-05 .ind-area-02 .image-01 {
		width: 61.600vw;
	}
}

section.type-05 .ind-area-03 {
	padding: 0 0 30px 0;
}
section.type-05 .ind-area-03 .image-01 {
	width: min(500px, 46.468vw);
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	section.type-05 .ind-area-03 {
		padding: 0 0 6.667vw 0;
	}
	section.type-05 .ind-area-03 .image-01 {
		width: 100%;
	}
}


/* --------------------------------
	section.type-06
-------------------------------- */
section.type-06 {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
section.type-06 .containerInner-bk {
	padding-top: 30px;
	padding-bottom: 32px;
	width: 100%;
}
section.type-06 .ind-area-01 .box-container-01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	text-align: center;
}
section.type-06 .ind-area-01 .box-container-01 .box-01 {
	width: 29.8%;
	text-align: left;
}
section.type-06 .ind-area-01 .box-container-01 .box-02 {
	width: 17.8%;
}
section.type-06 .ind-area-01 .box-container-01 .box-03 {
	width: 52.4%;
	text-align: left;
}
section.type-06 .ind-area-01 .box-container-01 .text-01 {
	font-size: min(18px, 1.406vw);
	font-weight: bold;
	letter-spacing: -0.03em;
	font-feature-settings: "palt";
}
section.type-06 .ind-area-01 .box-container-01 .text-02 {
	font-size: min(15px, 1.172vw);
	line-height: 173%;
	padding: 0 0 0 min(20px, 1.563vw);
}
@media screen and (max-width: 767px) {
	section.type-06 .containerInner-bk {
		padding-top: 13.333vw;
		padding-bottom: 13.333vw;
		padding-left: 8.000vw;
		padding-right: 8.000vw;
	}
	section.type-06 .ind-area-01 .box-container-01 .box-01 {
		width: 100%;
		text-align: center;
	}
	section.type-06 .ind-area-01 .box-container-01 .box-02 {
		width: 67.7%;
		margin-top: 5.333vw;
	}
	section.type-06 .ind-area-01 .box-container-01 .box-03 {
		width: 100%;
		text-align: left;
		margin-top: 8.000vw;
	}
	section.type-06 .ind-area-01 .box-container-01 .text-01 {
		font-size: 4.533vw;
	}
	section.type-06 .ind-area-01 .box-container-01 .text-02 {
		font-size: 3.200vw;
		padding: 0;
	}
}


