@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%;
}

}





/*============================
others
============================*/
#others {
    margin-top: -150px;
    padding-top: 150px;
    margin-bottom: 190px;
}

#others .main_ttl{
	background: rgb(145,138,139,1);
	background: linear-gradient(0deg, rgb(145,138,139,1) 0%, rgba(88,80,80,1) 100%);
	margin: 80px 0;
	padding: 25px 0% 30px;
}
#others .main_ttl h4 {
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.05em;
    margin: 0 0 30px;
    padding: 25px 5% 30px;
position: relative;
}

#others .main_ttl h4::after{
  content:"";
   display:block;
   width:82%;
   height:1px;
   background-color:#fff;
   position:absolute;
   bottom:0;
   left: 96px;
}


#others .main_ttl p{
	color: #fff;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
line-height: 1.7;
padding: 0 20px;
}

#others .sec_intro {
	display:flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
    margin: 0 0 90px;
}
#others .sec_intro .text {
	width: 51.5178%;
}
#others .sec_intro .text .years {
	background-color:#EDECEB;
	text-align: center;
	font-size: 30px;
	margin: 0 0 30px;
	padding: 10px 0 15px;
	font-weight: 500;
}
#others .sec_intro .text .years span {
	font-weight: bold;
	color: #221815;
}
#others .sec_intro .text p {
	text-align: justify;
	line-height: 2;
}
#others .sec_intro .img {
	width: 40.6%;
}


/*============================
sec_feature
============================*/
#others .sec_feature {
    margin-bottom: 100px;
}
#others .sec_feature .sttl {
    font-size: 30px;
    margin-bottom: 40px;
    text-align: center;
    font-weight: bold;
}
#others .sec_feature ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/* justify-content: center; */
	align-items: stretch;
	gap: 41px 0;
}
#others .sec_feature ul li {
	width: 46.4%;
	box-shadow: 10px 10px 10px -5px rgba(130,95,56,0.15);
	color: #555555;
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	text-align: center;
	font-size: 20px;
	border: solid 2px #605959;
	line-height: 1.8;
	padding: 34px 0;
	flex-direction: column;
}
#others .sec_feature ul li span {
	font-size: 16px;
	display: block;
	padding: 0 3%;
}
#others .sec_exbox {
    border: solid 1px #585050;
    display: flex;
    align-items: stretch;
    margin: 0 0 85px;
}
#others .sec_exbox .ttl {
	background: rgb(145,138,139,1);
	background: linear-gradient(0deg, rgb(145,138,139,1) 0%, rgba(88,80,80,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;
}
#others .sec_exbox .ttl {
	text-align: center;
}

#others .sec_box{
	margin-bottom: 100px;
}

#others .sec_box .text .sub_title{
	background-color: #EDECEB;
    text-align: center;
    font-size: 30px;
    margin: 0 0 30px;
    padding: 10px 0 15px;
		font-weight: bold;
}

#others .sec_box .text .text_box{
	display: flex;
	justify-content: space-between;
	align-items: center;

}

#others .sec_box .text .text_box:nth-of-type(2){
	margin-bottom: 27px;
}
 #others .sec_box .text .text_box .img:nth-of-type(2){
width: 40%;
}

#others .sec_box .text .text_box .img.se1{
	width: 58%;
}
#others .sec_box .text .text_box p{
	width: 48%;
	line-height: 2;
}
#others .sec_box .text .text_box .img{
	width: 48%;
}

/*============================
sec_feature2
============================*/
#others .sec_feature2 .sec_column .column .sttl {
	background-color:#EDECEB;
	color: #221815;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 30px;
	padding: 10px 0 15px;
}
#others .sec_feature2 .sec_column {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#others .sec_feature2 .sec_column.col3 .column {
		width: 32%;
	}
#others .sec_feature2 .sec_column.col3 .txt {
	font-size: 20px;
	margin: 0 0 14px 0;
	letter-spacing: 0.1em;
	font-weight: 500;
}
#others .sec_feature2 .col2 {
	display: flex;
	justify-content: space-between;
}
#others .sec_feature2 .col2 li {
	width: 48%;
}
#others .sec_feature2 .col2 li p {
	text-align: center;
	font-size: 20px;
	padding-top: 14px;
	font-weight: 500;
}

#others .caption {
    margin: 0 auto;
	font-size: 14px;
}
@media screen and (max-width: 767px) {
#others {
    margin-top: -55px;
    padding-top: 55px;
    margin-bottom: 95px;
}
#others .main_ttl{
margin: 30px 0;
}

#others .main_ttl p {
	font-size: 13px;
}

#others .main_ttl h4 {
    font-size: 22px;
    margin: 0 0 30px;
    padding: 15px 0 20px;
}

#others .main_ttl h4::after{
	left: 31px;
}

#others .sec_box{
	margin-bottom: 30px;
}

#others .sec_box .text .sub_title{
	font-size: 22px;
	margin-bottom: 15px;
}

#others .sec_box .text .text_box{
	flex-direction: column;
}

#others .sec_box .text .text_box p{
	width: 100%;
	margin-bottom: 15px;
}

#others .sec_box .text .text_box .img{
	width: 100%;
}

#others .sec_box .text .text_box .img.se1{
	margin-bottom: 15px;
width: initial;
}

#others .sec_box .text .text_box .img:nth-of-type(2){
	width: initial;
	}

#others .sec_box .text .text_box:nth-of-type(2){
	margin-bottom: 15px;

}

#others .sec_feature2 .sec_column{
	flex-direction: column;
}

#others .sec_feature2 .sec_column.col3 .column {
	width: 100%;
	margin-bottom: 15px;
}

#others .sec_feature2 .sec_column .column .sttl{
	margin-bottom: 15px;
	font-size: 22px;
}
#others .sec_feature2 .col2 li p {
	text-align: center;
	font-size: 15px;
	padding-top: 10px;
	font-weight: 500;
}
#others .sec_feature2 .sec_column.col3 .txt {
	font-size: 15px;

}
#others .sec_intro {
	display: block;
	margin: 0 0 45px;
}
#others .sec_intro .text {
	width: auto;
	margin: 0 0 15px;
}
#others .sec_intro .text .years {
	font-size: 22px;
	margin: 0 0 15px;
	padding: 8px 0 10px;
}
#others .sec_intro .img {
	width: 80%;
	margin: 0 auto;
}
#others .sec_feature {
    margin-bottom: 15px;
}
#others .sec_feature .sttl {
    font-size: 22px;
    margin-bottom: 20px;
}
#others .sec_feature ul {gap: 15px;flex-direction: column;}
#others .sec_feature ul li {
	width: 100%;
	font-size: 15px;
	padding: 18px;
}
#others .sec_feature ul li span {
	font-size: 12px;
	padding: 0;
}
#others .sec_exbox {
    margin: 0 0 40px;
    display: block;
}
#others .sec_exbox .ttl {
    font-size: 22px;
    width: auto;
    display: block;
    padding: 20px 0;
    text-align: center;
}
#others .sec_exbox .text {
	width: auto;
	display: block;
	padding: 20px 0;
}
#others .sec_exbox .text p {
	/* position: absolute; */
	/* top: 50%; */
	/* left: 50%; */
	/* transform : translate(-50%,-50%); */
	margin: 0 auto;
}

#others .caption {
    font-size: 12px;
}
}
@media only screen and (max-width: 450px){
#others .sec_feature ul li {
	font-size: calc(18/450*100vw);
}

}



#others .sec_feature2 .sec_column .column .sttl {
	background-color:#EEE2EF;
	color: #920783;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 30px;
	padding: 10px 0 15px;
}

#others .sttl {
	font-size: 30px;
	margin-bottom: 50px;
	text-align: center;
	font-weight: bold;
}



#others .sec_feature2 .sec_column {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: -10px;
}
#others .sec_feature2 .sec_column.col3 .column {
width: 47%;
margin-bottom: 90px;
}
#others .sec_feature2 .sec_column .column .sttl {
background-color:#EDECEB;
color: #221815;
font-size: 30px;
font-weight: bold;
text-align: center;
margin: 0 0 40px;
padding: 10px 0 15px;
}
#others .sec_feature2 .sec_column.col3 .column .img{
	margin-bottom: 20px;
}
#others .sec_feature2 .sec_column.col3 .column picture img{
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	#others .sec_feature2 .sec_column{
		margin-bottom: initial;
	}

	#others .sec_feature2 .sec_column.col3 .column {
		flex-direction: column;
		width: initial;
	}

	#others .sec_feature2 .sec_column .column .sttl {
		font-size: 18px;
		margin: 0 0 20px;
	}

	#others .sec_feature2 .sec_column.col3 .column {
		width: auto;
		margin: 0 0 30px;
	}
}



/*============================
sec_explanation
============================*/

#others .sec_explanation {
    border: solid 2px #555555;
    border-radius: 10px;
    padding: 60px 5% 65px;
}

/* #others .sec_explanation:last-of-type
{
padding-top: 100px;
} */

#others .sec_explanation .sec_title {
    max-width: 1010px;
    margin: 0 auto 70px;
	text-align:center;
	font-weight: bold;
	font-size: 18px;
}
#others .sec_explanation .sec_title .ttl {
	color: #555555;
	font-size: 30px;
	font-weight:bold;
	margin: 0 0 30px;
}
#others .sec_explanation .sec_title .ttl:after {
	content: "";
	display: block;

	background-color: #CCCCCC;
	width: 223px;
	height: 4px;
	margin: 10px auto 0;
}
#others .sec_explanation .catch {
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.8;
}
#others .sec_explanation .intro {
    max-width: 1010px;
    margin: 0 auto 60px;
}
#others .sec_explanation .intro.intro2 {
    border-bottom: none;
    padding: 0;
}
#others .sec_explanation .intro .text {
	display: flex;
	align-items: center;
	margin: 0 0 20px;
}
#others .sec_explanation .intro .text .copy {
	color: #555555;
	font-size: 30px;
	font-weight:bold;
	width: 37%;
}
#others .sec_explanation .intro .text .txt {
	width: 40%;
}
#others .sec_explanation .intro .img {
	max-width: 88px;
	margin: 0 auto;
}
#others .sec_explanation .sec_column {
    display: flex;
    max-width: 1010px;
    justify-content: space-between;
    flex-wrap: wrap;
}
#others .sec_explanation .sec_column .text {
	display: flex;
	align-items: center;
	margin: 0 0 40px;
}
#others .sec_explanation .sec_column .text .copy {
	color: #920783;
	font-size: 30px;
	font-weight:bold;
	width: 30%;
}
#others .sec_explanation .sec_column .text p {
	width: 70%;
}
#others .sec_explanation .column {
	width: 48%;
	margin: 0 0 65px;
}
#others .sec_explanation .column .img {
	margin: 0 0 25px;
}
#others .sec_explanation .caption {
    max-width: 1010px;
    margin: 0 auto;
	font-size: 14px;
}

@media screen and (max-width: 767px) {
	#others .sec_explanation {
		padding: 30px 0 35px;
	}

	#others .sec_explanation .sec_title {
		margin: 0 5% 50px;
			font-size: 15px;
	}
	#others .sec_explanation .sec_title .ttl {
		font-size: 22px;
		margin: 0 0 20px;
	}
	#others .sec_explanation .sec_title .ttl:after {
		width: 50%;
		height: 2px;
	}
	#others .sec_explanation .catch {
		text-align: left;
		letter-spacing: 0.1em;
		line-height: 1.8;
	}
	#others .sec_explanation .intro {
		display: block;
		margin: 0 5% 0px;
		padding: 0 0 0px;
	}
	#others .sec_explanation .intro .text {
		width: auto;
		margin: 0 0 20px;
		/* display: block; */
		flex-wrap: wrap;
	}
	#others .sec_explanation .intro .text .copy {
		font-size: 22px;
		width: 100%;
		margin: 0 0 10px;
	}
	#others .sec_explanation .intro .text .txt {
		width: 50%;
	}
	#others .sec_explanation .intro .img {
		width: 40%;
	}

	#others .sec_explanation .img2 {
		padding: 0 4%;
	}

	#others .sec_explanation .caption {
		margin: 0 5%;
		font-size: 12px;
	}
}