@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Jost:wght@700&display=swap');

/*----------------------------------------
	- base
-----------------------------------------*/
:root {
	--main_color: #BB2929;
	--ye_color: #FFCD0D;
	--ye_border: #FFEB88;
}


/*=======================================
	base
=======================================*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
img,
figure,
picture {
	display: block;
	max-width: 100%;
	height: auto;
}
ul,
li {
	list-style: none;
}
a {
	text-decoration: none;
	opacity: 1;
	transition: all 0.3s ease;
}
@media (hover: hover) {
	a:hover {
		opacity: 0.8;
	}
}
span.ye_border {
	background-color: var(--ye_border);
	background:linear-gradient(transparent 60%, var(--ye_border) 60%);
}

h3,
h4 {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.56666;
}
p {
	line-height: 2;
}
p.cap {
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.857;
	font-weight: 400;
}

@media screen and (max-width: 1300px) {
	h3,
	h4 {
		font-size: calc((30 / 1300) * 100vw);
	}
	p {
		font-size: calc((16 / 1300) * 100vw);
	}
	p.cap {
		font-size: calc((14 / 1300) * 100vw);
	}
}

@media screen and (max-width: 767px) {
	h3,
	h4 {
		font-size: 18px;
	}
	p {
		font-size: 14px;
	}
	p.cap {
		font-size: 10px;
	}
}

/*=======================================
	共通パーツ
=======================================*/
/* caseごとのブロック */
#case_wrap .box {
	display: flex;
	gap: 0 80px;
}
#case_wrap .box:nth-child(2n) {
	flex-direction: row-reverse;
}
#case_wrap .box:nth-child(1) {
	margin-bottom: 105px;
}
#case_wrap .box:nth-child(2) {
	margin-bottom: 62px;
}
#case_wrap .box:nth-child(3) {
	margin-bottom: 45px;
}
#case_wrap .box:nth-child(4) {
	margin-bottom: 40px;
}
#case_wrap .box:nth-child(5) {
	margin-bottom: 45px;
}

#case_wrap .box .left,
#case_wrap .box .right {
	width: 100%;
}
#case_wrap .box .txt_area h4 {
	margin-bottom: 40px;
}
#case_wrap .box .txt_area h4 span {
	display: inline-block;
	background: url(../../../images/about/warning/icon_human.png) no-repeat center;
	background-size: cover;
	width: 46px;
	height: 58px;
	margin: 0 10px -4px 0;
}
#case_wrap .box .txt_area p span {
	font-weight: bold
}

#case_wrap .box:nth-child(1) .right .img {
	padding-top: 24px;
}
#case_wrap .box:nth-child(4) .right .img {
	padding-top: 45px;
}
#case_wrap .box:nth-child(5) .right .img {
	padding-top: 85px;
}
#case_wrap .box:nth-child(6) .right .img {
	padding-top: 56px;
}

@media screen and (max-width: 1300px) {
	#case_wrap .box {
		gap: 0 6.14vw;
	}
	#case_wrap .box:nth-child(1) {
		margin-bottom: 8vw;
	}
	#case_wrap .box:nth-child(2) {
		margin-bottom: 4.75vw;
	}
	#case_wrap .box:nth-child(3) {
		margin-bottom: 3.46vw;
	}
	#case_wrap .box:nth-child(4) {
		margin-bottom: 3vw;
	}
	#case_wrap .box:nth-child(5) {
		margin-bottom: 3.46vw;
	}
	#case_wrap .box .txt_area h4 {
		margin-bottom: 3vw;
	}
	#case_wrap .box .txt_area h4 span {
		width: 2.875vw;
		height: 3.625vw;
	}
	#case_wrap .box:nth-child(1) .right .img {
		padding-top: 1.84vw;
	}
	#case_wrap .box:nth-child(4) .right .img {
		padding-top: 3.46vw;
	}
	#case_wrap .box:nth-child(5) .right .img {
		padding-top: 6.538vw;
	}
	#case_wrap .box:nth-child(6) .right .img {
		padding-top: 4.3vw;
	}
}

@media screen and (max-width: 767px) {
	#case_wrap .box {
		flex-direction: column;
		align-items: center;
		gap: 20px;
		margin-bottom: 35px;
	}
	#case_wrap .box:nth-child(2n) {
		flex-direction: column;
	}
	#case_wrap .box:nth-child(1),
	#case_wrap .box:nth-child(2),
	#case_wrap .box:nth-child(3),
	#case_wrap .box:nth-child(4),
	#case_wrap .box:nth-child(5) {
		margin-bottom: 35px;
	}
	#case_wrap .box .left {
		width: 100%;
	}
	#case_wrap .box .right {
		width: 60%;
	}
	#case_wrap .box:nth-child(5) .right {
		width: 90%;
	}
	#case_wrap .box .txt_area h4 {
		margin-bottom: 12px;
	}
	#case_wrap .box .txt_area h4 span {
		/*
		width: 23px;
		height: 29px;
		*/
		display: none;
	}

	#case_wrap .box .txt_area.add_img {
		display: flex;
		flex-direction: column;
	}
	#case_wrap .box .txt_area.add_img h4 {
		order: 2;
	}
	#case_wrap .box .txt_area.add_img p {
		order: 3;
	}
	#case_wrap .box .txt_area.add_img .img {
		width: 30%;
		margin: 0 20px 0 auto;
		order: 1;
	}

	#case_wrap .box:nth-child(1) .right .img,
	#case_wrap .box:nth-child(4) .right .img,
	#case_wrap .box:nth-child(5) .right .img,
	#case_wrap .box:nth-child(6) .right .img {
		padding-top: 0;
	}
}


/* sec_bnr */
.sec_bnr_btm {
	margin-bottom: 170px;
}
@media screen and (max-width: 1300px) {
	.sec_bnr_btm {
		margin-bottom: 13vw;
	}
}
@media only screen and (max-width: 767px){
.sec_bnr_btm {
	margin-bottom: 85px;
}
}


/*============================
#initial_wrap
============================*/
#initial_wrap .content.inner {
	padding-top: 116px;
	margin-bottom: 120px;
}
#initial_wrap .content.inner .init_clm {
	display: flex;
	gap: 63px;
	margin-bottom: 60px;
}
#initial_wrap .content.inner .init_clm .left {
	width: calc(100% - 63px - 572px);
}
#initial_wrap .content.inner .init_clm .right .img {
	width: 572px;
	margin: 0 26px 30px 0;
	position: relative;
}
#initial_wrap .content.inner .init_clm .right .img::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 31px;
	right: -30px;
	background: url(../../../images/about/warning/img01_bg.jpg) no-repeat center;
	background-size: cover;
	z-index: -1;
}
#initial_wrap .content.inner .init_clm .left .txt_area h3 {
	letter-spacing: 0.3em;
	padding-bottom: 30px;
	margin-bottom: 54px;
}


#initial_wrap .content.inner .graph_area {
	width: 100%;
}

#initial_wrap .content.inner .graph_area .denger_icon {
	font-size: 47px;
	font-weight: bold;
	letter-spacing: 0.08em;
	width: fit-content;
	margin: 0 auto 25px;
	padding: 20px 130px 15px;
	position: relative;
	font-family: 'Jost', sans-serif;
}
#initial_wrap .content.inner .graph_area .denger_icon::before,
#initial_wrap .content.inner .graph_area .denger_icon::after {
	content: '';
	position: absolute;
	background: url(../../../images/about/warning/icon_caution.png) no-repeat center;
	background-size: cover;
	top: 50%;
	transform: translateY(-50%);
	width: 85px;
	height: 74px;
}
#initial_wrap .content.inner .graph_area .denger_icon::before {
	left: 0;
}
#initial_wrap .content.inner .graph_area .denger_icon::after {
	right: 0;
}

#initial_wrap .content.inner .graph_area .mid {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 21px;
	text-align: center;
}
#initial_wrap .content.inner .graph_area .img {
	margin-bottom: 27px;
}

@media screen and (max-width: 1300px) {
	#initial_wrap .content.inner {
		padding-top: 8.9vw;
		margin-bottom: 9.23vw;
	}
	#initial_wrap .content.inner .init_clm {
		gap: 4.846vw;
		margin-bottom: 3vw;
	}
	#initial_wrap .content.inner .init_clm .left {
		width: calc(100% - 4.846vw - 45vw);
	}
	#initial_wrap .content.inner .init_clm .right .img {
		width: 45vw;
		margin: 0 13px 15px 0;
	}
	#initial_wrap .content.inner .init_clm .right .img::before {
		content: '';
		position: absolute;
		width: 45vw;
		top: 15px; right: -13px;
	}
	#initial_wrap .content.inner .init_clm .left .txt_area h3 {
		padding-bottom: 20px;
		margin-bottom: 3vw;
	}
	#initial_wrap .content.inner .graph_area .mid {
		font-size: calc((30 / 1300) * 100vw);
	}
	#initial_wrap .content.inner .graph_area .denger_icon {
		font-size: calc((47 / 1300) * 100vw);
		padding: 1.5vw 10vw 1.1vw;
	}
	#initial_wrap .content.inner .graph_area .denger_icon::before,
	#initial_wrap .content.inner .graph_area .denger_icon::after {
		width: 5.3125vw;
		height: 4.625vw;
	}
}

@media screen and (max-width: 767px) {
	#initial_wrap .content.inner {
		padding-top: 50px;
		margin-bottom: 40px;
	}
	#initial_wrap .content.inner .init_clm {
		flex-direction: column;
		gap: 30px;
		margin-bottom: 40px;
	}
	#initial_wrap .content.inner .init_clm .left,
	#initial_wrap .content.inner .init_clm .right {
		width: 100%;
	}
	#initial_wrap .content.inner .init_clm .right .img {
		width: calc(100% - 15px);
	}
	#initial_wrap .content.inner .init_clm .right .img::before {
		width: 100%;
		top: 15px;
		top: 8%;
		/* right: -8px; */
		right: -5.4%;
	}
	#initial_wrap .content.inner .init_clm .left .txt_area h3 {
		text-align: center;
		padding-bottom: 20px;
		margin-bottom: 25px;
	}
	#initial_wrap .content.inner .init_clm .left .txt_area h3::before {
		width: 40px;
		height: 2px;
		left: 50%;
		transform: translateX(-50%);
	}
	#initial_wrap .content.inner .init_clm .left .txt_area p {
		text-align: center;
		line-height: 1.85;
		font-weight: 500;
	}
	#initial_wrap .content.inner .graph_area .mid {
		font-size: 18px;
		line-height: 1.6;
		margin-bottom: 10px;
	}
	#initial_wrap .content.inner .graph_area .img {
		margin-bottom: 10px;
	}
	#initial_wrap .content.inner .graph_area .denger_icon {
		font-size: 22px;
		padding: 10px 65px 8px;
		margin: 0 auto 5px;
	}
	#initial_wrap .content.inner .graph_area .denger_icon::before,
	#initial_wrap .content.inner .graph_area .denger_icon::after {
		width: 42px;
		height: 37px;
	}
}


/*=======================================
	case_wrap
=======================================*/
#case_wrap .content {
	margin-bottom: 190px;
}
@media screen and (max-width: 767px) {
	#case_wrap .content {
		margin-bottom: 80px;
	}
}


/*=======================================
inspection
=======================================*/
.inspection{
	margin-bottom: 113px;
}

.inspection_container{
border: 2px solid #BB2929;
border-radius: 20px;
padding: 69px 84px 50px 25px;
}
.inspection_container h4{
margin-bottom:18px;
	}

.inspection_box{
	display: flex;
	gap: 30px;
	margin-bottom: 78px;
}
.inspection_box .right{
width: 77%;
}

.inspection_box2{
	display: flex;
	align-items: flex-end;
	gap: 61px;
}
.inspection_box2 .right .img{
	margin-bottom: 54px;
}

.inspection_box2 p{
	font-size: 14px;
}

@media screen and (max-width: 1300px) {
	.inspection_box2 .right{
width: 60%;
	}
}
@media screen and (max-width: 1000px) {
	.inspection_box2 .right{
width: 40%;
	}}
@media screen and (max-width: 767px) {

	.inspection{
		margin-bottom: 56px;
	}
	.inspection_container{
		padding: 25px 10px 25px 10px;
	}
	.inspection_container h4{
		margin-bottom:9px;
	}
	.inspection_box{
    flex-direction: column;
		margin-bottom: 50px;
		}
		.inspection_box .right{
			width: 100%;
			}
			
	.inspection_box2{
    flex-direction: column;
    align-items: baseline;
    gap: 30px;
	}
	.inspection_box2 .right{
		width: 100%;
	}

	.inspection_box2 .right .img{
		margin-bottom: 27px;
	}
	.inspection_box2 p{
		font-size: 12px;
	}

}

/*=======================================
　sec_movie
=======================================*/

.sec_movie {
	margin-bottom: 156px;
}

.movie_area {
	width: 850px;
	margin: 0 auto;
}

.movie_area div {
	position: relative;
	padding-bottom: 56.25%;
}

.movie_area div iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 767px){

	.movie_area {
		width: 100%;
	}

	.sec_movie {
		margin-bottom: 58px;
	}


}
