@charset "UTF-8";

/*----------------------------------------
	- base
-----------------------------------------*/
:root {
	--main_color: #BB2929;
}
.noto_sans {
	font-family: "Noto Sans JP", serif;
}

/*=======================================
	base
=======================================*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	/* font-family: 'Jost', "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","Hiragino Maru Gothic W4 JIS2004", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif; */
	letter-spacing: 0.1em;
}


img,
figure,
picture {
	max-width: 100%;
	height: auto;
	/*vertical-align: top;*/
}
ul,
li {
	list-style: none;
}
a {
	text-decoration: none;
	opacity: 1;
	transition: all 0.3s ease;
}
@media (hover: hover) {
	a:hover {
		opacity: 0.8;
	}
}

/* wide */
.w980 {
	max-width: 980px;
	width: 90%;
}

/*============================
#mv_wrap
============================*/
section#mv_wrap div.contest {
	position: relative;
	width: 100%;
	height: 240px;
	border-bottom: 1px solid #C1C1C1;
}
section#mv_wrap div.contest div.title_area {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
}
section#mv_wrap div.contest div.title_area h2 {
	margin-bottom: 16px;
	font-size: 45px;
	letter-spacing: 0.05em;
}
section#mv_wrap div.contest div.title_area p {
	font-weight: 500;
	color: #BB2929;
	font-size: 20px;
}
@media screen and (max-width: 1200px) {
	section#mv_wrap div.contest div.title_area h2 {
		font-size: calc((45 / 1200) * 100vw);
		margin-bottom: 3px;
	}
	section#mv_wrap div.contest div.title_area p {
		font-size: calc((20 / 1200) * 100vw);
	}
}
@media only screen and (max-width: 767px){
	section#mv_wrap div.contest div.title_area h2 {
		font-size: 25px;
		margin-bottom: 10px;
		line-height: 1.0;
	}
	section#mv_wrap div.contest div.title_area p {
		font-size: 13px;
	}
}


#mv_wrap .contest .title_area {
	margin-bottom: 40px;
}
#mv_wrap .contest .txt01 {
	text-align: center;
	width: 90%;
	margin: 0 auto;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px){
section#mv_wrap div.contest {
	height: 120px;
}
#mv_wrap .contest .title_area {
	margin-bottom: 20px;
}
#mv_wrap .contest .txt01 {
	font-size: calc(18/750*100vw);
}
}



/*============================
 menu_navi
============================*/
.menu_navi {
    max-width: 1120px;
    margin: 0 auto 50px;
}
.menu_navi ul {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
}
.menu_navi ul li {
	width: 33.33333%;
	border-left: solid 1px #C9C9C9;
	display: flex;
	justify-content: center;
	align-items: center;
}
.menu_navi ul li:nth-child(3) {
	border-right: solid 1px #C9C9C9;
}
.menu_navi ul li a {
	font-size: 20px;
	text-align: justify;
	position: relative;
	padding-right: 30px;
    font-weight: bold;
}
.menu_navi ul li:nth-child(1) a {
    color: #EF6D16;
}
.menu_navi ul li:nth-child(2) a {
	color: #003B7A;
}
.menu_navi ul li:nth-child(3) a {
	color: #99188B;
}
.menu_navi ul li a:after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	transform: rotate(135deg)translate(0,-10%);
	position: absolute;
	right: 0;
	top: 10%;
}
.menu_navi ul li:nth-child(1) a:after {
	border-top: solid 3px #EF6D16;
	border-right: solid 3px #EF6D16;
}
.menu_navi ul li:nth-child(2) a:after {
	border-top: solid 3px #003B7A;
	border-right: solid 3px #003B7A;
}
.menu_navi ul li:nth-child(3) a:after {
	border-top: solid 3px #99188B;
	border-right: solid 3px #99188B;
	transform: rotate(135deg) translate(0,-25%);
	top: 25%;
}
@media screen and (max-width: 767px) {
.menu_navi {
    margin: 0 5% 25px;
}
.menu_navi ul {
}
.menu_navi ul li {
	width: 100%;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
.menu_navi ul li:nth-child(3) {
	border-right: solid 1px #C9C9C9;
}
.menu_navi ul li a {
	font-size: 10px;
	text-align: left;
	width: 90%;
	display: block;
	margin: 0 auto;
	padding-right: 0;
}
.menu_navi ul li:nth-child(1) a {
}
.menu_navi ul li:nth-child(2) a {
	color: #003B7A;
}
.menu_navi ul li:nth-child(3) a {}
.menu_navi ul li a:after {
	width: 7px;
	height: 7px;
	transform: rotate(135deg)translate(0,-10%);
	position: absolute;
	top: 30%;
}
.menu_navi ul li:nth-child(1) a:after {
	border-top: solid 2px #EF6D16;
	border-right: solid 2px #EF6D16;
}
.menu_navi ul li:nth-child(2) a:after {
	border-top: solid 2px #003B7A;
	border-right: solid 2px #003B7A;
}
.menu_navi ul li:nth-child(3) a:after {
	border-top: solid 2px #99188B;
	border-right: solid 2px #99188B;
	transform: rotate(135deg) translate(0,-30%);
	top: 30%;
}

}



/*============================
 radical
============================*/
#radical {
    margin-top: -150px;
    padding-top: 150px;
    margin-bottom: 190px;
}
#radical h4 {
    background: rgb(216,87,28);
    background: linear-gradient(0deg, rgba(216,87,28,1) 0%, rgba(238,161,81,1) 100%);
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin: 80px 0;
    padding: 25px 5% 30px;
		position: relative;

}

#radical h4 span{
	/* font-size: 30px; */
}

#radical h4 strong{
	font-size: 50px;
}


#radical h4:nth-of-type(1){
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 20px;
}

#radical h4:nth-of-type(2){
	font-size: 35px;
	text-align: center;
}



#radical h4:nth-of-type(2)::before{
	content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 32px solid transparent;
  border-top: 28px solid rgba(216,87,28,1) ;
}


#radical .sec_intro {
	display:flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
    margin: 0 0 90px;
}
#radical .sec_intro .text {
	width: 51.5178%;
}
#radical .sec_intro .text .years {
	background-color:#FFEEC1;
	text-align: center;
	font-size: 30px;
	margin: 0 0 30px;
	padding: 10px 0 15px;
	font-weight: 500;
}
#radical .sec_intro .text .years span {
	font-weight: bold;
	color: #EF6D16;
}
#radical .sec_intro .text p {
	text-align: justify;
	line-height: 2;
}

#radical .sec_intro .text p span{
	color: #E17A00;
	font-weight: 500;
}

#radical .sec_intro .img {
	width: 40.6%;
}
#radical .sec_feature {
    margin-bottom: 109px;
}


#radical .sec_feature_ttl{
	text-align: center;
}

#radical .sec_feature .sttl {
	position: relative;
	display: inline-block;
	background-color: #fff;
	border-bottom: solid 3px #EF6D16;
	padding: 16px;
	min-width: 240px;
	max-width: 100%;
	text-align: center;
	margin-bottom: 39px;

}

#radical .sec_feature .sttl p{
	font-size: 35px;
	font-weight: bold;
	color: #E17A00;
	letter-spacing: 0.1em;
}


#radical .sec_feature .sttl p span{
	color: #333;
}


#radical .sec_feature .sttl::before,
#radical .sec_feature .sttl::after
{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

#radical .sec_feature .sttl:before {
	border: solid 12px transparent;
	border-top: solid 12px #EF6D16;
}
#radical .sec_feature .sttl:after {
	border: solid 14px transparent;
	border-top: solid 14px #fff;
	margin-top: -5px;
}





#radical .sec_feature ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/* justify-content: center; */
	align-items: stretch;
	gap: 41px 0;
}
#radical .sec_feature ul li {
	width: 45%;
	box-shadow: 10px 10px 10px -5px rgba(130,95,56,0.15);
	color: #EF6D16;
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	text-align: center;
	font-size: 20px;
	border: solid 2px #EF6D16;
	line-height: 1.8;
	padding: 34px 0;
	flex-direction: column;
}
#radical .sec_feature ul li span {
	text-align: left;
	font-weight: normal;
	color: #333;
	font-size: 14px;
	display: block;
	padding: 0 3%;
}
#radical .sec_exbox {
    border: solid 1px #EF6D16;
    display: flex;
    align-items: stretch;
    margin: 0 0 85px;
}
#radical .sec_exbox .ttl {
    background: rgb(216,87,28);
    background: linear-gradient(0deg, rgba(216,87,28,1) 0%, rgba(238,161,81,1) 100%);
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    width: 34.28%;
    /* position: relative; */

    display: flex;
    justify-content: center;
    padding: 40px 0;
    align-items: center;
}

#radical .sec_exbox .text {
	width: 65.982%;
	/* position: relative; */
	display: flex;
	align-content: center;
	justify-content: center;
	padding: 40px 0;
}
#radical .sec_exbox .text p {
	/* position: absolute; */
	/* top: 50%; */
	/* left: 50%; */
	/* transform : translate(-50%,-50%); */
	width: 90%;
	line-height: 2;
}
#radical .sec_explanation {
    border: solid 2px #E16900;
    border-radius: 10px;
    padding: 60px 65px;
		margin-bottom: 124px;
}


#radical .sec_explanation .intro .text .copy {
	color:#EF6D16;
	font-size: 30px;
	font-weight:bold;
	margin-bottom: 40px;
	text-align: center;
}
#radical .sec_explanation .intro .img {
	width:48%;
}
 #radical .sec_explanation .sec_column {
    display: flex;
    max-width: 1010px;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
}

#radical .sec_explanation .column {
	width: 48%;
}
#radical .sec_explanation .column .img {
	margin: 0 0 25px;
}
#radical .sec_explanation .column .txt {
	margin: 0 0 20px;
	color:#EF6D16;
	font-size: 26px;
	font-weight:500;
}
#radical .sec_explanation .caption {
    max-width: 1010px;
    margin: 0 auto;
	font-size: 14px;
	text-align: right;
}


#radical .sec_infor{
	max-width: 1010px;
	margin: 0 auto;
}

#radical .sec_infor .copy{
	margin-bottom: 60px;
}

#radical .sec_infor .copy p{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 2px solid #333333;
}

#radical .sec_infor .img{
	max-width: 1007px;
	margin: 0 auto 55px;
}

#radical .sec_infor .caption p{
	font-size: 14px;
	text-align: right;
}

@media screen and (max-width: 767px) {
#radical {
    margin-top: -55px;
    padding-top: 55px;
    margin-bottom: 95px;
}
#radical h4 {
    font-size: 22px;
    margin: 30px 0 30px;
    padding: 15px 0 20px;
	text-align: center;
}
#radical h4 span{
	font-size: 22px;
}

#radical h4 strong{
	font-size: 25px;
}

#radical h4:nth-of-type(1){
	gap: 5px;
}
#radical h4:nth-of-type(2){
	font-size: 22px;
}
#radical h4:nth-of-type(2)::before{
  border: 15px solid transparent;
  border-top: 13px solid rgba(216,87,28,1) ;
}


#radical .sec_intro {
	display: block;
	margin: 0 0 45px;
}
#radical .sec_intro .text {
	width: auto;
	margin: 0 0 15px;
}
#radical .sec_intro .text .years {
	font-size: 22px;
	margin: 0 0 15px;
	padding: 8px 0 10px;
}
#radical .sec_intro .img {
	width: 80%;
	margin: 0 auto;
}
#radical .sec_feature {
    margin-bottom: 50px;
}
#radical .sec_feature .sttl p {
    font-size: 22px;
}
#radical .sec_feature ul {gap: 15px;flex-direction: column;}
#radical .sec_feature ul li {
	width: 100%;
	font-size: 15px;
	padding: 18px;
}
#radical .sec_feature ul li span {
	font-size: 12px;
	padding: 0;
}
#radical .sec_exbox {
    margin: 0 0 40px;
    display: block;
}
#radical .sec_exbox .ttl {
    font-size: 22px;
    width: auto;
    display: block;
    padding: 20px 0;
    text-align: center;
}
#radical .sec_exbox .text {
	width: auto;
	display: block;
	padding: 20px 0;
}
#radical .sec_exbox .text p {
	/* position: absolute; */
	/* top: 50%; */
	/* left: 50%; */
	/* transform : translate(-50%,-50%); */
	margin: 0 auto;
}


#radical .sec_explanation .column .txt{
	margin: 0 0 10px;
    font-size: 18px;
}


#radical .sec_explanation {
    padding: 30px 0 30px;
		margin-bottom: 60px;
}
#radical .sec_explanation .intro {
    display: block;
    margin: 0 5% 45px;
}
#radical .sec_explanation .intro .text {
	width: auto;
	margin: 0 0 20px;
}
#radical .sec_explanation .intro .text .copy {
	font-size: 22px;
}
#radical .sec_explanation .intro .img {
	width: auto;
}
#radical .sec_explanation .sec_column {
    display: block;
    margin: 0 5%;
}
#radical .sec_explanation .column {
	width: auto;
	margin: 0 0 30px;
}
#radical .sec_explanation .column .img {
	margin: 0 0 10px;
}
#radical .sec_explanation .column .sttl {
	margin: 0 0 10px;
	font-size: 18px;
}
#radical .sec_explanation .caption {
    margin: 0 5%;
    font-size: 12px;
}
#radical .sec_infor .copy p {
	font-size: 22px;
}

#radical .sec_infor .caption p{
	text-align: initial;
}

}
@media only screen and (max-width: 450px){
#radical .sec_feature ul li {
	font-size: calc(18/450*100vw);
}
}