
.main_bk {
	background-color: #fff;
}

/* mainvisual */
/* --------------------------------------------------- */

#mv {
	padding:0;
	background-color:#f2e030;
	position: relative;
	height: 552px;
}

#mv .lay_lqd {
	max-width: 1180px;
	padding: 0;
}
.mv_pt {
	display: flex;
	justify-content: space-between;
	height: 552px;
}
.mv_pt .mv_dt {
	width: calc(100% - 500px);
	max-width: 50%;
	display: flex;    
    justify-content: center;
	align-items: center;
	flex-direction: column;
	flex-wrap: wrap;
}
.mv_pt .mv_dt figure {
	width: auto;
}
.mv_pt .mv_dt figure img {
	width: 100%;
}
.mv_pt .mv_map {
	width: 484px;
	height: 480px;
	margin-top: 20px;
	position: relative;
}
.mv_pt .mv_map label,
.mv_pt .mv_map .label {
	position: absolute;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	border: 4px solid #f36304;
	background-color: #fff;
	box-shadow: 0 7px 0px 0px #be4d02;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 16px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	color: #000;
}

.mv_pt .mv_map label::after,
.mv_pt .mv_map .label::after {
	content: "\e92a";
	font-family: 'icomoon';
    position: absolute;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    bottom: -1px;
    left: 0px;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: #f36304;
    border-radius: 50%;
    clip-path: polygon(0% 80%, 100% 80%, 100% 100%, 0% 100%);
    font-size: 14px;
    line-height: 1;
}

.mv_pt .mv_map .map01 {
	border: 4px solid #f36304;
	box-shadow: 0 7px 0px 0px #be4d02;
	left: 15%;
    top: 13%;
}
.mv_pt .mv_map .map01::after {
    background-color: #f36304;
}

.mv_pt .mv_map .map02 {
	border: 4px solid #fca451;
	box-shadow: 0 7px 0px 0px #db8029;
	left: 70%;
    top: 10%;
}
.mv_pt .mv_map .map02::after {
    background-color: #fca451;
}

.mv_pt .mv_map .map03 {
	border: 4px solid #fbc600;
	box-shadow: 0 7px 0px 0px #c39c0b;
	left: 28%;
    top: 36%;
}
.mv_pt .mv_map .map03::after {
    background-color: #fbc600;
}

.mv_pt .mv_map .map04 {
	border: 4px solid #f1e900;
	box-shadow: 0 7px 0px 0px #a9a40e;
	left: 67%;
    top: 34%;
}
.mv_pt .mv_map .map04::after {
    background-color: #f1e900;
}

.mv_pt .mv_map .map05 {
	border: 4px solid #ffd08a;
	box-shadow: 0 7px 0px 0px #c68b34;
	left: 58%;
    top: 57%;
}
.mv_pt .mv_map .map05::after {
    background-color: #ffd08a;
}

.mv_pt .mv_map .map06 {
	border: 4px solid #fe8d5c;
	box-shadow: 0 7px 0px 0px #ce5520;
	left: 36%;
    top: 78%;
}
.mv_pt .mv_map .map06::after {
    background-color: #fe8d5c;
}

.mv_pt .mv_map .map07 {
	border: 4px solid #ffae00;
	box-shadow: 0 7px 0px 0px #bf8509;
	left: 73%;
    top: 77%;
}
.mv_pt .mv_map .map07::after {
    background-color: #ffae00;
}

.mv_pt .mv_map .map08 {
	border: 4px solid #0049aa;
	box-shadow: 0 7px 0px 0px #053679;
	left: 0%;
    top: 45%;
	width: 75px;
    height: 75px;
	padding-bottom: 7px;
}
.mv_pt .mv_map .map08::after {
    background-color: #0049aa;
	line-height: 0.5;
}

.mv_pt .mv_map .map09 {
	border: 4px solid #ee7434;
	box-shadow: 0 7px 0px 0px #b84d14;
	left: 17%;
    top: 83%;
	width: 75px;
    height: 75px;
	padding-bottom: 7px;
}
.mv_pt .mv_map .map09::after {
    background-color: #ee7434;
	line-height: 0.5;
}






.mv_form {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}
.mv_form form {
    margin: 0;
	color: #000;
}
.mv_desc {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.mv_desc .num {
	font-size: 24px;
	color: #ea5449;
}
.mv_form_input,
.mv_form_submit { vertical-align:middle; }

.mv_form_input {
	width:65%;
	height: 53px;
	font-size: 18px;
}
.mv_form_submit { 
	width:25%;
	letter-spacing: 1px;
	font-size: 15px;
	height: 55px;
	line-height: 1;
}

.top_search_form {
	width: 100%;
    display: flex;
    margin: 0 auto;
	color: #000;
}
.mv_form_input {
    height: 54px;
    width: 34%;
    font-size: 15px;
    color: #000000;
    background-color: #fff;
	border: 1px solid #000;
	border-radius: 5px;
    opacity: 0.9;
    line-height: 2.5;
    padding: 0 12px;
    opacity: 1;
	outline: none;
}
.top_search_title {
	font-size: 44px;
    line-height: 55px;
    margin: 0;
	color: #000;
}
.btn_img_css {
	color: #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
    background: #ea5449;
    border-radius: 10px;
    width: 130px;
    height: 54px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: none;
    margin-left: 10px;
    font-size: 18px;
	padding: 15px 5px !important
}

.btn_img_css img {
	margin-right: 5px;
}

.top_title {
	width: 100%;
}
.top_slide_div {
    z-index: 195;
	margin: -216px 0 0 0;
	background-color: #f2f2f2;
}
.top_slide_div .lay_lqd {
    max-width: 1320px;
	padding: 0 20px;
}




.btn {
	display: table;
    border: 1px solid #fff;
    padding: 15px 100px;
    color: #fff;
    border-radius: 50px;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto;
}
.btn_detail {
    display: table;
    background-color: #0048a8;
    padding: 24px 100px;
    color: #fff;
    border-radius: 10px;
    font-size: 15px;
	line-height: 1;
	font-weight: bold;
    margin: 0 auto;
	position: relative;
	box-shadow: 0 5px 0 0 #022049;
}
.btn_detail::after {
    content: "\e99f";
    font-family: 'icomoon' !important;
    position: absolute;
    right: 10px;
    top: calc(50% - 9px);
}




.flex_pc {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bk_color_na {
	padding: 50px 0;
}
.bk_color_sc {
	padding: 50px 0;
	background-color: #f9f7e3;
}
.list_mt {
	margin-top: 30px;
}

.list_mt li {
	position: relative;
}


.flex {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}
.flex li {
    width: 30%;
    text-align: center;
    margin-bottom: 3em;
	margin-right:5%;
}
.flex li:nth-child(3n) {
	margin-right:0%;
}
.flex li a {
    display: block;
	height: 100%;
}
.flex li img {
	width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 10px;
}

.bk_color_sc .flex p {
    text-align: left;
	color: #36434b;
    font-size: 16px;
    line-height: 28px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.bk_color_sc .flex li a {
	position: relative;
}


.bk_color_na .flex h3 {
    font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.bk_color_na .flex .itme_dt {
    text-align: left;
	font-weight: bold;
    overflow: hidden;
    word-break: break-all;
	line-height: 28px;
	margin-bottom: 5px;
	font-size: 18px;
	color: #000;
}
.bk_color_na .flex dl {
    display: flex;
    width: 100%;
    text-align: left;
    color: #000;
	margin-bottom: 1px;
}
.bk_color_na .flex dl dt {
    width: 30px;
}
.bk_color_na .flex dl dt img {
    width: auto;
	height: auto;
    border-radius: 0;
    margin: 0;
}
.bk_color_na .flex dl dd {
    width: calc(100% - 30px);
	font-size: 14px;
	line-height	: 1.5;
	height: 22px;
}
.bk_color_na .flex dl dd span {
	color: #0049aa;
	font-size: 18px;
	font-weight: bold;
}
.bk_color_na .flex .taglist {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 5px;
}
.bk_color_na .flex .taglist .new {
	display: inline-block;
	background-color: #ea5449;
	padding: 0 15px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin: 0 10px 5px 0;
}
.bk_color_na .flex .taglist .tag {
	display: inline-block;
	background-color: #fff;
	border: 1px solid #0049aa;
	padding: 0 15px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #0049aa;
	margin: 0 10px 5px 0;
}

.btn_view_part {
    display: inline-flex;
    width: 100%;
    padding: 0px 35% 20px 35%;
	justify-content: center;
}
.btn_view {
    display: inline-block;
    background-color: #000;
    padding: 15px 50px;
    color: #fff;
    border-radius: 50px;
    font-size: 16px;
}

.other_part {
	margin-bottom: 30px;
}

.line_pt {
	padding: 50px 0;
}
.line_dt {
	display: block;
	width: 100%;
	margin-bottom: 30px;
}
.line_dt img {
	width: 100%;
}
.line_pt .sns_pt {
	display: flex;
	align-items: center;
	justify-content: center;
}

.line_pt .sns_pt a {
	display: inline-block;
	margin: 0 10px;
}


.info {
	padding: 50px 0;
}
.info_list {
	width: 100%;
    margin: 0 auto;
	margin-top: 30px;
	color: #3a4855;
}
.info_content {
	display: flex;
    text-align: left;
    margin-bottom: 10px;
	font-size: 16px;
}

.info_content a {
	color: #3a4855;
}
.info_content_date {
    width: 120px;
    min-width: 120px;
	font-weight: bold;
}
.info_content_date label {
    margin-right: 20px;
}


.theme_pt {
	padding: 30px 0;
	background-color: #f2e030;
	text-align: center;
}
.theme_pt label {
	font-size: 18px;
	font-weight: bold;
	margin-right: 10px;
}
.theme_pt select {
	height: 54px;
    font-size: 15px;
    color: #000000;
    background-color: #fff;
	border: none;
    border-radius: 5px;
    line-height: 2.5;
    padding: 0 12px;
    opacity: 1;
    outline: none;
}



.strong_pt {
	padding: 50px 0;
    position: relative;
	background-color: #f9f7e3;
}

.strong_pt .ctitle_pt {
	display: block;
	text-align: center;
}
.strong_pt .ctitle_pt figure {
	margin-bottom: 10px;
}


.strong_pt .strong_dt {
	margin-bottom: 0;
}
.strong_pt .item_list {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.strong_pt .item_list li {
	width: 30%;
	text-align: center;
	padding: 30px 0;
}
.strong_pt .item_list li .num {
	font-family: "Poppins", sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	background-color: #f2e030;
	color: #fff;
	border-radius: 100px;
	width: 100px;
	height: 100px;
	font-size: 48px;
	font-weight: 500;
	line-height: 1;
}
	
.strong_pt .item_list li .stitle {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4em;
	text-align: center;
	color: #000;
	height: 60px;
    margin: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.strong_pt .item_list li .desc {
	margin: 10px;
	font-size: 16px;
	text-align: center;
	color: #404456;
}



/* new_list */
/* --------------------------------------------------- */
.new_list {
    z-index: 200;
}
.new_list li {
	margin: 0 1rem 0.5rem 1rem;
	position: relative;
}
.new_list li a {
	display: block;
	position: relative;
	background-color: #fff;
	border-radius: 10px;
}

.new_list_image {
    text-align: center;
    overflow: hidden;
    width: 100%;
    padding-top: 66%;
    position: relative;
	border-radius: 10px 10px 0 0;
}
.new_list_image img {	
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    object-fit: cover;
    left: 0;
}

.new_list_item {
	padding: 5px 10px 10px 10px;
	border-radius: 0 0 10px 10px;
}

.new_list_data {
	padding:0.5em 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.new_list_data > p {
    color: #000;
    -webkit-line-clamp: 1;
    white-space: pre-wrap;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-all;
	font-size: 14px;
	font-weight: bold;
}

.new_list_text {
	font-size: 14px;
    padding: 0.2em 0 0 0;
}
.new_list_text p {
	font-size: 14px;
	color: #313131;
    -webkit-line-clamp: 2 !important;
    white-space: pre-wrap;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-all;
	line-height: 24px;
}
.new_list_btn {
	padding:0.5em 1em 1em;
	border-left:solid 1px #e2e2e2;
	border-bottom:solid 1px #e2e2e2;
	border-right:solid 1px #e2e2e2;
	
	text-align:right;
}

.ctitle_pt {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.ctitle_pt .title {
	font-size: 30px;
	font-weight: bold;
	margin-right: 20px;
}
.ctitle_pt .etitle {
	font-family: 'Helvetica';
	font-size: 24px;
	font-weight: bold;
	color: #d1d1d1;
	letter-spacing: 1px;
}


.search_pt {
	padding: 50px 0;
}
.search_pt h3.stitle {
	font-size: 26px;
	font-weight: bold;
	border-left: 7px solid #f5c526;
	padding-left: 15px;
	margin-bottom: 20px;
}
.search_pt ul {
	margin-bottom: 50px;
}

.search_pt ul.search_list {
	display: flex;
	flex-wrap: wrap;
	width: 103%;
}
.search_pt ul.search_list li {
	width: 31%;
	margin-right: 2%;
}

.search_pt ul.search_list li a {
	background-color: #838383;
	display: block;
	padding: 40px 10px;
	border-radius: 10px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	font-family: 'RodinNTLGPro';
	position: relative;
}
.search_pt ul.search_list li:nth-child(1) a {
	background-color: #fdeecf;
	border: 3px solid #fa8b13;
	color: #fa8b13;
}
.search_pt ul.search_list li:nth-child(2) a {
	background-color: #ddeffe;
	border: 3px solid #0049aa;
	color: #0049aa;
}
.search_pt ul.search_list li:nth-child(3) a {
	background-color: #dbfbe4;
	border: 3px solid #00aa24;
	color: #00aa24;
}

.search_pt ul.search_list li a::after {
	content: "";
	width: 142px;
	height: 148px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.search_pt ul.search_list li:nth-child(1) a::after {
	background: url(../images/i_s_01.png) no-repeat;
}
.search_pt ul.search_list li:nth-child(2) a::after {
	background: url(../images/i_s_02.png) no-repeat;
}
.search_pt ul.search_list li:nth-child(3) a::after {
	background: url(../images/i_s_03.png) no-repeat;
}


.search_pt ul.cond_search_list li:nth-child(1) a::after {
	background: url(../images/i_s_04.png) no-repeat;
}
.search_pt ul.cond_search_list li:nth-child(2) a::after {
	background: url(../images/i_s_05.png) no-repeat;
}
.search_pt ul.cond_search_list li:nth-child(3) a::after {
	background: url(../images/i_s_06.png) no-repeat;
}

.search_pt ul.search_list.cond_search_list {
	margin-top: 40px;
}
.search_pt ul.search_list.cond_search_list li a {
	background-color: #eef0f2;
	border: 0;
	color: #ffae00;
	box-shadow: 0px 5px 5px 0px #53535355;
}


.search_pt ul.job_search_list {
	display: flex;
	flex-wrap: wrap;
	width: 102%;
}
.search_pt ul.job_search_list li {
	width: 15.5%;
	margin-right: 1.1%;
	border-radius: 10px;
	min-width: 184px;
	margin-bottom: 15px;
}
.search_pt ul.job_search_list li a {
	display: flex;
	align-items: center;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 10px;
	padding: 10px 0px 10px 5px;
	height: 100%;
}
.search_pt ul.job_search_list li a img {
	margin-right: 5px;
}
.search_pt ul.job_search_list li a span {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	color: #000
}




.flex_sp {
	display: block;
}
.title_sp {
	display: none;
}

.flex li figure {
    text-align: center;
    overflow: hidden;
    width: 100%;
    padding-top: 67%;
    position: relative;
}
.flex li figure img {	
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    object-fit: cover;
    left: 0;
	border-radius: 10px;
}

.ellipsis_1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.ellipsis_2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


.role {
	background: url(../images/bk_role.jpg) no-repeat;
	height: 460px;
	background-size: cover;
	background-position: top center;
}
.role .role_dt {
	margin: 0 0 0 50%;
	max-width: 740px;
	padding: 100px 30px 30px 30px;
}

.role .role_dt .title {
	display: table;
	background-color: #f2e12f;
	padding: 15px;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 20px;
}
.role .role_dt .desc {
	font-size: 16px;
	line-height: 1.8;
}


/* spview */
@media screen and (max-width:1420px) {	

	.role .role_dt .title {
		padding: 1vw;
        font-size: 2vw;
        margin-bottom: 2vw;
	}
	.role .role_dt .desc {
		font-size: 1.13vw;
	}
}


/* spview */
@media screen and (max-width:767px) {	
	#mv {
		height: auto;
        padding-bottom: 0;
		background-size: cover;
	}
	
	#mv .lay_lqd {
		max-width: initial;
		padding: 0 15px;
	}
	.mv_pt {
		flex-wrap: wrap;
		height: auto;
		flex-direction: column-reverse;
	}

	.mv_pt .mv_map {
		width: 100%;
		height: auto;
		margin-bottom: 5vw;
	}
	.mv_pt .mv_map figure img {
		width: 60%;
        margin: 0 auto;
        display: table;
	}
	.mv_map_box {
		position: relative;
		margin-top: -4vw;
	}
	.mv_map_box img {
		width: 100%;
	}

	.mv_pt .mv_dt {
		width: 100%;
		max-width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		flex-wrap: wrap;
	}
	.mv_pt .mv_map label,
	.mv_pt .mv_map .label {
		width: 20vw;
		height: 20vw;
		border-radius: 20vw;
		padding-bottom: 3vw;
		font-size: 3.2vw;
	}
	.mv_pt .mv_map .map08 {
		width: 15vw;
		height: 15vw;
		padding-bottom: 1vw;
	}
	.mv_pt .mv_map .map09 {
		width: 15vw;
		height: 15vw;
		padding-bottom: 1vw;
	}
	.mv_desc {
		font-size: 5vw;
		line-height: 1.3;
		margin-bottom: 4vw;
	}
	.mv_desc .num {
		font-size: 6vw;
	}
	.mv_desc span {
		font-size: 4.5vw;
	}

	.mv_form {
		width: 100%;
	}
	.top_search_title {
		font-size: 8vw;
		line-height: 13vw;
	}

	.top_search_form {
		justify-content: center;
	}
	.mv_form_input {
		height: 50px;
		width: 45% !important;
		padding: 0 0.5em;
	}
	.btn_img_css {
		height: 50px;
		margin-left: 10px;
		font-size: 14px;
	}
	.btn_img_css img {
		width: 20px;
	}

	.mv_form form {
		width: 100%;
		margin: 0;
	}


	.search_pt {
		padding: 50px 15px;
	}
	.search_pt h3.stitle {
		font-size: 5vw;
		padding-left: 3vw;
		margin-bottom: 5vw;
		border-left: 4px solid #f5c526;
	}
	.search_pt ul {
		margin-bottom: 2vw;
	}
	.search_pt ul.search_list {
		width: 100%;
	}
	.search_pt ul.search_list li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 8vw;
	}
	.search_pt ul.search_list li a {
		padding: 6vw 2vw;
		font-size: 7vw;
	}
	.search_pt ul.search_list li a::after {
		width: 23vw;
        height: 25vw;
		background-size: contain !important;
	}
	.search_pt ul.job_search_list {
		width: 100%;
		justify-content: space-between;
		margin-bottom: 8vw;
	}
	.search_pt ul.job_search_list li {
		width: 48%;
		margin-right: 0;
		min-width: 48%;
		margin-bottom: 2vw;
	}
	

	.strong_pt {
		padding: 50px 15px;
		height: auto;
	}
	.strong_pt .ctitle_pt figure {
		width: 70%;
		margin: 0 auto 10px auto;
	}
	.strong_pt .ctitle_pt figure img {
		width: 100%;
	}

	.strong_pt .strong_dt {
		flex-wrap: wrap;
		margin-bottom: 0;
	}
	.strong_pt .p_mark {
		width: 150px;
		margin: 0 auto;
	}
	.strong_pt .p_mark img {
		width: 100%;
	}
	.strong_pt .item_list {
		width: 100%;
		flex-wrap: wrap;
	}
	.strong_pt .item_list li {
		width: 100%;
		padding: 0;
		margin-bottom: 4vw;
	}
	.strong_pt .item_list li .num {
		border-radius: 15vw;
		width: 15vw;
		height: 15vw;
		font-size: 8vw;
		margin-bottom: 4vw;
	}

	.strong_pt .item_list li .stitle {
		font-size: 4.75vw;
        /* padding: 10px 10px; */
        margin: 10px 0;
        height: auto;
	}
	.list_mt {
		margin-top: 0;
	}
	.btn {
		padding: 10px;
		font-size: 15px;
	}

	.line_pt {
		padding: 50px 15px;
	}
	.line_pt .sns_pt {
		margin-bottom: 0;
	}
	.bk_color_na {
		padding: 50px 15px 50px 15px;

	}
	.bk_color_na .flex div {
		line-height: 24px;
		margin-bottom: 5px;
		font-size: 16px;
	}
	.bk_color_na .flex .sub_title {
		font-size: 3vw;
		margin: 5px 0;
	}
	.bk_color_na .flex dl dt {
		width: 30px;
	}
	.bk_color_na .flex dl dd {
		width: calc(100% - 30px);
		font-size: 4vw;
        line-height: 6vw;
	}
	.bk_color_na .flex dl dd span {
		color: #0049aa;
		font-size: 6vw;
		font-weight: bold;
	}
	.bk_color_na .flex .taglist span {
		padding: 0 2vw;
		font-size: 3vw;
	}
	.bk_color_sc .flex p {
		text-align: left;
		font-size: 3.5vw;
		line-height: 5vw;
		padding-left: 3vw;
	}
	.bk_color_sc .flex li a::after {
		width: 5px;
		height: 54%;
	}
	.flex {
		justify-content: space-between;
	}
	.flex li {
		width: 100%;
		margin-bottom: 20px;
		margin-right: 0;
	}
	.flex li img {
        height: 33.33vw;
        border-radius: 8px;
    }
	.bk_color_na .flex h3 {
		font-size: 6vw;
		line-height: 6vw;
	}

	
	.bk_color_sc {
		padding: 50px 15px;
	}
	.bk_color_sc .flex .taglist span {
		font-size: 3.0vw;
		padding-left: 20px;
	}
	.bk_color_sc .flex .taglist span::before {
		width: 15px;
		height: 15px;
	}

	.theme_pt {
		padding: 20px 15px;
	}
	.theme_pt label {
		margin-bottom: 1vw;
        font-size: 5vw;
        margin-right: 0;
        display: block;
	}
	.theme_pt select {
		width: 100%;
	}

	.btn_detail {
		width: 100%;
        display: table;
        padding: 20px 0;
        font-size: 4vw;
        text-align: center;
	}

	.info {
		padding: 50px 15px;
	}
	.info_content {
		flex-wrap: wrap;
		font-size: 4vw;
	}
	.info_content_date {
		width: 100%;
		min-width: 100%;
	}
	.new_list li {
		margin: 0.5rem;
	}
	.new_list_text p {
		font-size: 14px;
		line-height: 20px;
	}
	.new_list_data > p {
		font-size: 12px;
	}

	.role {
		background: url(../images/bk_role_sp.jpg) no-repeat;
		height: 162vw;
        background-size: cover;
	}

	.role .role_dt {
		margin: 0 15px;
		max-width: 100%;
		padding: 80vw 0 0 0;
	}

	.role .role_dt .title {
        padding: 2vw;
        font-size: 5vw;
        margin-bottom: 4vw;
    }
	.role .role_dt .desc {
        font-size: 3.3vw;
    }


}


/* modal */
.modal{
    display: none;
	width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
}
.modal__bg{
    background: rgba(0,0,0,0.6);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 50%;
	border-radius: 10px;
}
.modal__content .btn_group  {
	text-align: center;
}
.js-modal-close {
	color: #000;
    font-size: 2.5em;
    position: absolute;
    top: 0px;
    right: 10px;
}

.modal .area_title {
	font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #0e0e0e;
    margin-bottom: 20px;
}

.modal .area_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px 15px;
	margin-bottom: 20px;
}
.modal .area_list label{
}

/* spview */
@media screen and (max-width:767px) {
	
	
	.js-modal-close {
		top: 0;
		right: 0;
	}
	.modal__content {
		width: 90%;
		padding: 20px 20px;
	}
	.modal__inner { margin-bottom: 0; }
	.area_title {
		font-size: 5.5vw;
		text-align: center;
	}
	.area_list {
		gap: 15px 10px;
	}
	.area_list a {
		font-size: 3.5vw;
		line-height: 1.2em;
		padding: 5px 10px;
	}
}
