@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);
}
}



/*============================
 logo_area
============================*/
.prof_logo_area {
	padding-top: 80px;
	max-width: 262px;
	margin: 0 auto 102px;
}
@media only screen and (max-width: 767px){
.prof_logo_area {
	margin-bottom: 50px;
	width: 40%;
}
}



/*============================
 sec_outline
============================*/
.sec_outline {
	margin-bottom: 190px;
}
.sec_outline table {
	width: 100%;
}
.sec_outline table th {
	width: 21.78%;
	text-align: left;
	background: #F5F5F5;
	/*display: flex;*/
	/*flex-direction: column;*/
	/*justify-content: center;*/
}
.sec_outline table tr {
	border-bottom: 1px solid #C4C4C4;
	min-height: 65px;
}
.sec_outline table th,
.sec_outline table td {
	/* min-height: 65px; */
	/* display: inline-block; */
	padding: 0.86em 1.2em;
	vertical-align: middle;
}
.sec_outline table tr:first-child {
	border-top: 1px solid #C4C4C4;
}
.sec_outline table th .hd_txt {
	font-weight: 700;
	position: relative;
	padding-left: 1.5em;
}
.sec_outline table th .hd_txt::before {
    content:  "";
    width:  13px;
    height:  13px;
    display:  inline-block;
    background-color: #D0261A;
    border-radius:  50%;
    position: absolute;
    left: 0;
    top: 0.4em;
    /* top: 50%; */
    /* -webkit-transform : translateY(-50%); */
    /* transform : translateY(-50%); */
}
.sec_outline table th span {
	font-weight: 400;
	padding-left: 1.5em;
    text-indent: -1.5em;
}
.sec_outline table td {
	/* width: calc(100% - 21.78%); */
	padding: 0.86em 2em;
}
.sec_outline table td.flex_area ul {
	gap: 0 2%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sec_outline table td.flex_area li {
	width: 32%;
}
.sec_outline table td p {
	line-height: 2.285;
	font-size: 14px;
	letter-spacing: 0.1em;
}
.sec_outline table td p:not(:last-child) {
	margin-bottom: 5px;
}
.sec_outline table td ul {
	margin: 25px 0;
}
.sec_outline table td ul li {
	font-size: 14px;
	letter-spacing: 0.1em;
}
.sec_outline table td ul li:not(:last-child) {
	margin-bottom: 10px;
}
.sec_outline table td a {
	color: var(--main_color);
}
@media only screen and (max-width: 767px){
.sec_outline {
	margin-bottom: 95px;
}
.sec_outline table th {
	width: auto;
}
.sec_outline table tr {
	min-height: 65px;
}
.sec_outline table th,
.sec_outline table td {
	display: block;
}
.sec_outline table th .hd_txt {
}
.sec_outline table th .hd_txt::before {
    width: 10px;
    height: 10px;
}
.sec_outline table td {
	padding: 1em;
}
.sec_outline table td p {
	font-size: 13px;
}
.sec_outline table td p:not(:last-child) {
	margin-bottom: 0;
}
.sec_outline table td.flex_area ul {
	display: flex;
	justify-content: space-between;
}
.sec_outline table td.flex_area ul li {
	width: 100%;
}
.sec_outline table td ul li {
	font-size: 13px;
}
}
@media only screen and (max-width: 640px){
.sec_outline table td ul {
	width: 100%;
	margin: 0;
}
.sec_outline table td.flex_area {
	display: block;
}
}






/*=======================================
　swiper
=======================================*/
.swiper {
	margin-bottom: 104.6px;
	padding-bottom: 36px;
}
.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #C11920;
    margin: 0 13.5px!important;
}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 0;
}
@media only screen and (max-width: 767px){
.swiper {
	margin-bottom: 50px;
	padding-bottom: 25px;
}
.swiper-pagination-bullet {
    width: 7.5px;
    height: 7.5px;
    margin: 0 7px!important;
}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: -30px;
}
.sec_area .swiper02 {
	position: static;
	overflow: hidden;
	padding-bottom: 20px;
}
}


/*=======================================
　sec_area
=======================================*/
.sec_area {
    margin-top: 168.9px;
}
@media only screen and (max-width: 767px){
.sec_area {
    margin-top: 50px;
}
}
