@charset "UTF-8";
/* CSS Document */
@media screen and (min-width: 1081px){
#sinazoroe{
	width: 100vw;
	max-width: 1920px;
	height: auto;
	padding: 5rem 0 7rem;
	background-image: url("../images/sinazoroe_bg_01.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.sinazoroe_wrap{
	width: 100%;
	max-width: 1080px;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.sinazoroe_title_a{
	width: 375px;
	height: auto;
	margin: 0 0 2rem 0;
}
.sinazoroe_title_a img{
	width: 100%;
	height: auto;
}
.sinazoroe_tag_box{
	width: 100%;
	height: auto;
	margin: 0 0 2.5rem 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sinazoroe_tag{
	width: 24%;
	height: auto;
	background: white;
	padding: .5rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-radius: 2rem;
}
.sinazoroe_tag p{
	color: #13678b;
	font-size: 1.5rem;
	font-weight: bold;
}
.sinazoroe_contents{
	width: 100%;
	height: auto;
	margin: 10rem 0 0 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.sinazoroe_contents_parts{
	width: 48%;
	height: auto;
	background: white;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
.sinazoroe_photo{
	width: 100%;
	height: auto;
}
.sinazoroe_photo img{
	width: 100%;
	height: auto;
}
.sinazoroe_text{
	width: 100%;
	height: auto;
	padding: 2rem 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.sinazoroe_text_box_a{
	width: 100%;
	height: auto;
	margin: 0 0 1.5rem 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.sinazoroe_text_a_title{
	width: 100%;
	height: auto;
}
.sinazoroe_text_a_title p{
	font-size: 1.5rem;
	color: #4d5457;
	font-weight: bold;
}
.sinazoroe_text_a_copy{
	width: 100%;
	height: auto;
}
.sinazoroe_text_a_copy p{
	font-size: 1rem;
	color: #4d5457;
	font-weight: bold;
}

.sinazoroe_text_box_b{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.sinazoroe_text_b_title{
	width: 100%;
	height: auto;
}
.sinazoroe_text_b_title p{
	font-size: 1.25rem;
	color: #f16008;
	font-weight: bold;
}
.sinazoroe_text_b_copy{
	width: 100%;
	height: auto;
}
.sinazoroe_text_b_copy p{
	font-size: 1.75rem;
	color: #f16008;
	font-weight: bold;
}
}

@media screen and (min-width: 751px) and (max-width: 1080px){
#sinazoroe{
	width: 100vw;
	height: auto;
	padding: 5rem 0 7rem;
	background-image: url("../images/sinazoroe_bg_01.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.sinazoroe_wrap{
	width: calc(100% - 4rem);
	height: auto;
	padding: 0 2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.sinazoroe_title_a{
	width: 35vw;
	height: auto;
	margin: 0 0 2rem 0;
}
.sinazoroe_title_a img{
	width: 100%;
	height: auto;
}
.sinazoroe_tag_box{
	width: 100%;
	height: auto;
	margin: 0 0 2.5rem 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sinazoroe_tag{
	width: 24%;
	height: auto;
	background: white;
	padding: .5rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-radius: 2rem;
}
.sinazoroe_tag p{
	color: #13678b;
	font-size: 2.25vw;
	font-weight: bold;
}
.sinazoroe_contents{
	width: 100%;
	height: auto;
	margin: 5rem 0 0 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.sinazoroe_contents_parts{
	width: 48%;
	height: auto;
	background: white;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
.sinazoroe_photo{
	width: 100%;
	height: auto;
}
.sinazoroe_photo img{
	width: 100%;
	height: auto;
}
.sinazoroe_text{
	width: 100%;
	height: auto;
	padding: 2rem 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.sinazoroe_text_box_a{
	width: 100%;
	height: auto;
	margin: 0 0 1.5rem 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.sinazoroe_text_a_title{
	width: 100%;
	height: auto;
}
.sinazoroe_text_a_title p{
	font-size: 1.5rem;
	color: #4d5457;
	font-weight: bold;
}
.sinazoroe_text_a_copy{
	width: 100%;
	height: auto;
}
.sinazoroe_text_a_copy p{
	font-size: 1rem;
	color: #4d5457;
	font-weight: bold;
}

.sinazoroe_text_box_b{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.sinazoroe_text_b_title{
	width: 100%;
	height: auto;
}
.sinazoroe_text_b_title p{
	font-size: 1.25rem;
	color: #f16008;
	font-weight: bold;
}
.sinazoroe_text_b_copy{
	width: 100%;
	height: auto;
}
.sinazoroe_text_b_copy p{
	font-size: 1.75rem;
	color: #f16008;
	font-weight: bold;
}
}

@media screen and (max-width: 750px){
#sinazoroe{
	width: 100vw;
	height: auto;
	padding: 0rem 0 1rem;
	background-image: url("../images/sinazoroe_bg_01.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.sinazoroe_wrap{
	width: calc(100% - 8vw);
	height: auto;
	padding: 0 4vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.sinazoroe_title_a{
	width: 50vw;
	height: auto;
	margin: 3rem 0 2rem 0;
}
.sinazoroe_title_a img{
	width: 100%;
	height: auto;
}
.sinazoroe_tag_box{
	width: 100%;
	height: auto;
	margin: 0 0 .5rem 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.sinazoroe_tag{
	width: 49%;
	height: auto;
	background: white;
	padding: .5rem 0;
	margin: 0 0 .75rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-radius: 2rem;
}
.sinazoroe_tag p{
	color: #13678b;
	font-size: .8rem;
	font-weight: bold;
}
.sinazoroe_contents{
	width: 100%;
	height: auto;
	margin: 3rem 0 0 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
.sinazoroe_contents_parts{
	width: 100%;
	height: auto;
	margin: 0 0 1rem 0;
	background: white;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
.sinazoroe_photo{
	width: 100%;
	height: auto;
}
.sinazoroe_photo img{
	width: 100%;
	height: auto;
}
.sinazoroe_text{
	width: 100%;
	height: auto;
	padding: .5rem 0 1rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.sinazoroe_text_box_a{
	width: 100%;
	height: auto;
	margin: 0 0 1.5rem 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.sinazoroe_text_a_title{
	width: 100%;
	height: auto;
}
.sinazoroe_text_a_title p{
	font-size: 1.5rem;
	color: #4d5457;
	font-weight: bold;
}
.sinazoroe_text_a_copy{
	width: 100%;
	height: auto;
}
.sinazoroe_text_a_copy p{
	font-size: 1rem;
	color: #4d5457;
	font-weight: bold;
}

.sinazoroe_text_box_b{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.sinazoroe_text_b_title{
	width: 100%;
	height: auto;
}
.sinazoroe_text_b_title p{
	font-size: 1rem;
	color: #f16008;
	font-weight: bold;
}
.sinazoroe_text_b_copy{
	width: 100%;
	height: auto;
}
.sinazoroe_text_b_copy p{
	font-size: 1.5rem;
	color: #f16008;
	font-weight: bold;
}
}