
.main_bk {
	background-color: #fff;
}

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

#mv {
	padding:0;
	background-color:#c7e0f9;
    background: url(../images/bk_mv.png) no-repeat center / contain;
    background-position: right;
	position: relative;
	height: 650px;
	margin-bottom: 240px;
}

#mv.mb20 {
	margin-bottom: 20px;
}

.mv_text {
	width:660px;
	padding: 50px 0 30px 0;
	color: #000;
}
.mv_text .mtitle {
	display: table;
    font-size: 55px;
	font-weight: bold;
	line-height: 1;
	padding: 10px 10px;
	color: #fff;
	position: relative;
	background-color: #ff90a3;
	margin-bottom: 10px;
}
.mv_text .stitle {
    font-size: 36px;
	font-weight: bold;
	color: #3c3c4c;
	margin-bottom: 10px;
}
.mv_text .mimg {
	max-width: 430px;
	margin-bottom: 30px;
}
.mv_text .sdesc {
    font-size: 18px;
}
.mv_text .sdesc .num {
    font-size: 24px;
}

.mv_form {
	width: 600px;
	text-align:center;
	position: relative;
}
.mv_form form {
    margin: 0;
	color: #000;
}

.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;
	border-color: #c1c0c0;
	box-shadow: none;
    color: #000000;
	border-radius: 5px;
    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;
    background: #f53f5f;
    border-radius: 10px;
    width: 150px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    margin-left: 20px;
    font-size: 18px;
	padding: 15px 5px !important;
}

.top_title {
	width: 100%;
}
.top_slide_div {
    z-index: 195;
	margin: -240px 0 50px 0;
}
.top_slide_div .ctitle_pt {
	margin-bottom: 25px;
}

.ctitle_pt {
	display: table;
	margin: 0 auto 40px auto;
	position: relative;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	text-align: center;
}
.ctitle_pt p {
	display: table;
	margin: 0 auto;
	font-size: 18px;
	font-weight: 500;
	color: #c1c0c0;
	margin-bottom: 10px;
}
.ctitle_pt .search_title {
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
	color: #3c3c4c;
}
.ctitle_pt img {
	margin-bottom: 10px;
}


.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;
    padding: 20px 80px;
    color: #ff90a3;
	border: 2px solid #ff90a3;
    border-radius: 50px;
    font-size: 16px;
	line-height: 1;
	font-weight: bold;
    margin: 0 auto;
	position: relative;
}

.btn_detail::after {
	content: "";
    position: absolute;
    background: url(../images/i_btn_rt.png) no-repeat;
    width: 15px;
    height: 10px;
    right: 10px;
    top: calc(50% - 5px);
}

.banner_pt {
    padding: 20px 0;
	background-color: #f8f9f9;
}
.banner_pt ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.big_lay_lqd{
/*	padding: 0 30px;*/
}
.banner_pt ul li {
    width: 15.5%;
	text-align: center;
}

.banner_pt ul li .banner_image {
    text-align: center;
    overflow: hidden;
    width: 100%;
    padding-top: 66%;
    position: relative;
}
.banner_pt ul li .banner_image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    object-fit: cover;
    left: 0;
}


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

.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;
}

.bk_color_sc .flex p {
	padding: 1em 1em;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 0 0 25px 25px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
	text-align: left;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.bk_color_sc .flex li a {
	position: relative;
}


.bk_color_na .flex h3 {
    font-size: 16px;
	font-weight: 500;
	margin-bottom: 5px;
	color: #1a0004;
}
.bk_color_na .flex .sub_title {
	font-size: 14px;
    margin: 5px 0;
	color: #1a0004;
	font-weight: 500;
}
.bk_color_na .flex .itme_dt {
    text-align: left;
	font-weight: bold;
    overflow: hidden;
    word-break: break-all;
	line-height: 28px;
	margin-bottom: 10px;
	font-size: 18px;
}
.bk_color_na .flex dl {
    display: flex;
	align-items: center;
    width: 100%;
    text-align: left;
    color: #434343;
	margin-bottom: 1px;
}
.bk_color_na .flex dl dt {
    width: 20px;
	line-height: 1.5;
	text-align: center;	
	margin-right: 10px;
    display: flex;
	align-items: center;
	justify-content: center;
}
.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;
	font-weight: 500;
}
.bk_color_na .flex dl dd .money {
	font-size: 18px;
	color: #f53f5f
}
.bk_color_na .flex dl dd .unit {
	font-size: 14px;
	color: #f53f5f
}
.bk_color_na .flex .taglist {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 5px;
}
.bk_color_na .flex .taglist span {
	display: inline-block;
	background-color: #000;
	padding: 0 15px;
	border: 1px solid #fff;
	border-radius: 20px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	margin: 0 5px 5px 0;
}
.bk_color_na .flex .taglist .new {
	background-color: #f53f5f;
}
.bk_color_na .flex .taglist .tag1 {
	background-color: #02c9fb;
}
.bk_color_na .flex .taglist .tag2 {
	background-color: #ff90a3;
}

.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 .ctitle_pt .search_title {
	color: #000;
}
.info_list {
	width: 100%;
    margin: 0 auto;
	margin: 50px 0;
	color: #000;
}
.info_content {
	display: flex;
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 10px;
	font-size: 16px;
	border-bottom: 1px solid #c1c0c0;
	color: #000;
}

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

.role {
    padding: 80px 0;
    text-align: center;
    color: #fff;
	background: #fff url(../images/bk_role.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	min-height: 549px;
	height: auto;
}
.role .lay_lqd {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	height: 100%;
}

.role .role_dt {
	text-align: left;
	margin: 0 auto 0 0;
}
.role .role_dt .stitle {
	font-size: 30px;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.role .role_dt .stitle img {
    width: 445px;
}


.role .title {
	color: #000;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	display: table;
}
.role .role_dt .desc {
    font-size: 16px;
	line-height: 2;
	color: #000;
}
.btn_role {
	background-color: #fff;
	font-size: 16px;
	font-weight: bold;
	display: table;
	margin: 0 auto 0 0;
	color: #404456;
	border: 2px solid #404456;
	border-radius: 50px;
	padding: 15px 30px;

}

.strong_pt {
	padding: 20px 0;
    position: relative;
	background-color: #f8f9f9;
}
.section_box {
	background-color: #fff;
	padding: 40px;
	border-radius: 20px;

}
.strong_pt .title_pt {
	text-align: center;
}

.strong_pt .strong_dt {
	margin-top: 30px;
}

.strong_pt .item_list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;

}
.strong_pt .item_list li {
	width: 30%;
	text-align: center;
}
.strong_pt .item_list li figure {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 25px 0;
	position: relative;
}
.strong_pt .item_list li figure .num {
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	font-family: "Chillax"; 
	font-size: 36px;
	font-weight: 500;
	z-index: 1;
	width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.strong_pt .item_list li figure .num::after {
	content:"";
    position: absolute;
	border-radius: 20px 0 0 0;
    border-style: solid;
    border-width: 100px 100px 100px 0;
    border-color: #ff90a3 transparent transparent transparent;
	top: 0;
    left: 0;
	z-index: -1;
}

.strong_pt .item_list li figure img {
	width: 100%;
	border-radius: 20px;
}
	
.strong_pt .item_list li .stitle {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: #000;
	margin-bottom: 20px;
}

.strong_pt .item_list li .desc {
	font-size: 16px;
	text-align: left;
	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;
}

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

.new_list_item {
	padding: 0;
}

.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;
}
.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;
}
.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;
}

.area_search_pt {
	padding: 20px 0;
	background-color: #f8f9f9;
	position: relative;
}
.area_search_dt {
	background-color: #fff;
	border-radius: 20px;
	padding: 40px;
}

.area_search_pt .s_subtitle {
	display: table;
	background-color: #02c9fb;
	color: #fff;
	padding: 5px 20px;
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: bold;
}

.area_search_pt .area_search_list {
	display: flex;
	padding-top: 30px;
	margin-bottom: 80px;
}
.area_search_pt .area_search_list li {
	width: 60%;
}
.area_search_pt .area_search_list li:first-child {
	width: 40%;
}
.area_search_pt .area_search_list li .map_section {
	width: 100%;
	position: relative;
}
.area_search_pt .area_search_list li .map_section img {
	width: auto;
}
.area_search_pt .area_search_list li .map_section .map_item {
	background-color: #000;
	width: 100px;
	border-radius: 30px;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.area_search_pt .area_search_list li .map_section .map_01 {
	position: absolute;
	top: 30%;
    left: 71%;
	background-color: #445fb3;
}
.area_search_pt .area_search_list li .map_section .map_02 {
	position: absolute;
	top: 41%;
    left: 35%;
	background-color: #66bee3;
}
.area_search_pt .area_search_list li .map_section .map_03 {
	position: absolute;
	top: 60%;
    left: 3%;
	background-color: #9ee8b0;
}
.area_search_pt .area_search_list li .map_section .map_04 {
	position: absolute;
	top: 66%;
    left: 64%;
	background-color: #e7a7a3;
}
.area_search_pt .area_search_list li .map_section .map_05 {
	position: absolute;
	top: 81%;
    left: 40%;
	background-color: #e8c142;
}
.area_search_pt .area_search_list li .map_section .map_06 {
	position: absolute;
	top: 89%;
    left: 20%;
	background-color: #fb8526;
}

.area_search_pt .area_search_list li .area_section {
	padding-left: 30px;
}
.area_search_pt .area_search_list li .area_section .dl {
	width: 100%;
}
.area_search_pt .area_search_list li .area_section dt {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
    pointer-events: none;
}
.area_search_pt .area_search_list li .area_section dd {
    display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.area_search_pt .area_search_list li .area_section dd a {
    background: #eeeeee;
    width: 80px;
	height: 30px;
    border-radius: 50px;
    margin: 0 5px 10px 0;
    display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
}


.job_search_list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 20px;
}
.job_search_list a {
	position: relative;
	display: inline-block;
	color: #02c9fb;
	font-size: 15px;
	font-weight: bold;
	width: 165px;
	margin: 5px 20px 5px 0;
	background-color: #fff;
	position: relative;
	padding: 10px 15px;
	border-radius: 10px;
	border: 1px solid #02c9fb;
}
.job_search_list a::after {
    content: "";
	position: absolute;
	background: url(../images/i_arrow_rt.png) no-repeat;
	width: 12px;
	height: 10px;
	right: 8px;
	top: calc(50% - 5px);	
}

.koda_search_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}
.koda_search_list li {
	width: 50%;
}
.koda_search_list li .koda_title {
	width: 100%;
	color: #02c9fb;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;

}
.koda_search_list li a {
	position: relative;
	display: inline-block;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	width: 154px;
	margin: 5px 5px 5px 0;
	position: relative;
	padding-left: 18px;
	letter-spacing: -1px;
}

.koda_search_list li a::before {
    content: "";
	position: absolute;
	background: url(../images/i_arrow_rt.png) no-repeat;
	width: 12px;
	height: 10px;
	left: 0;
	top: calc(50% - 5px);	
}


.banner-img {
	display: table;
	margin: 0 auto;
}



.top_item_head {
	background-color: #f3f7e6;
	padding: 25px 0 15px 0;
	text-align: left;
	color: #000;
	font-size: 48px;
	font-family: "Helvetica-Bold";
	letter-spacing: 15px;
	margin-bottom: 20px;
}
.top_item_head span {
	color: #6abe83;
}


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

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

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

/* spview */
@media screen and (max-width:767px) {	
	#mv {
		height: auto;
        padding-bottom: 5vw;
		background-size: cover;
        background-position: -5vw center;
		margin-bottom: 0;
	}
	
	#mv .lay_lqd {
		max-width: initial;
		padding: 0 15px;
	}
	.mv_text {
		padding: 8vw 0 2vw 0;
        width: 100%;
        margin: 0;
	}
	.mv_text .mimg {
		width: 60%;
		margin-bottom: 3vw;
	}
	.mv_text .mtitle {
		font-size: 6.25vw;
        padding: 2vw 2vw;
        font-feature-settings: "palt";
        letter-spacing: 0.02em;
	}
	.mv_text .stitle {
		font-size: 5vw;
	}
	.mv_text .sdesc {
		font-size: 3vw;
	}
	.mv_text .sdesc .num {
		font-size: 5vw;
	}
	
	.top_search_title {
		margin: 0;
        font-size: 2em;
	}

	.mv_form {
		width: 100%;
	}

	.top_search_form {
		/* flex-direction: column; */
		flex-wrap: wrap;
		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;
		margin-top: 10px;
	}
	.btn_img_css img {
		width: 20px;
	}

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

	.top_slide_div {
		margin: 0;
		padding: 50px 15px;
	}
	.title_tab {
		font-size: 20px;
	}
	.section_box {
		padding: 20px;
	}
	.ctitle_pt {
		align-items: center;
		flex-wrap: wrap;
		font-size: 14px;
	}
	.ctitle_pt .search_title {
		font-size: 22px;
		line-height: 1.4em;
	}
	.ctitle_pt .search_stitle {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.banner_pt {
		padding: 50px 15px;
	}
	.banner_pt ul {
		flex-wrap: wrap;
	}
	.banner_pt ul li {
		width: auto;
		text-align: center;
		margin-bottom: 20px;
		
		width: 48%;
	}

	.area_search_pt {
		padding: 0 15px;
	}
	.area_search_pt .area_search_list {
		flex-wrap: wrap;
        padding-top: 10px;
		margin-bottom: 0;
	}
	.area_search_pt .area_search_list li {
		width: 100%;
		margin-bottom: 50px;
	}
	.area_search_pt .area_search_list li:first-child {
		width: 100%;
	}
	.area_search_pt .area_search_list li .map_section img {
		width: 100%;
	}

	.area_search_pt .area_search_list .area_pt {
		width: 100%;
	}
	.area_search_pt .area_search_list li .title_pt img {
		margin-right: 10px;
		width: 30px;
	}
	.area_search_pt .area_search_list li .title_pt .search_title span {
		font-size: 26px;
        padding: 3px 6px;
	}
	.area_search_pt .area_search_list li .title_pt .search_title {
		font-size: 22px;
	}
	.area_search_pt .area_search_list li .area_section {
		padding-left: 0;
	}
	.area_search_pt .area_search_list li .map_section .map_item {
		width: 90px;
		font-size: 13px;
	}
	.area_search_pt .s_subtitle {
		padding: 1vw 2vw;
		margin-bottom: 3vw;
		font-size: 5vw;
	}
	.job_search_list {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.job_search_list a {
		width: 48%;
		margin: 0 0 20px 0;
	}

	.koda_pt .koda_list {
		margin-top: 20px;
	}
	.koda_pt .koda_list .koda_item.half {
		width: 100%;
	}
	.koda_pt .koda_list .koda_item .koda_title_pt img {
		margin-right: 10px;
		width: 25px;
	}
	.koda_pt .koda_list .koda_item .koda_title_pt .koda_title {
		font-size: 20px;
	}
	.koda_pt .koda_list .koda_item ul li {
		margin-bottom: 5px;
	}
	.koda_pt .koda_list .koda_item ul li a {
		font-size: 13px;
	}
	
	.koda_pt .koda_list .koda_item.half ul {
		display: flex;
	}
	.koda_pt .koda_list .koda_item.half ul li {
		width: 48%;
		line-height: 1.0em;
	}


	.strong_pt {
		padding: 30px 15px;
		height: auto;
	}
	.strong_pt .strong_dt {
		flex-wrap: wrap;
	}
	.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;
		margin-bottom: 20px;
	}
	.strong_pt .item_list li {
		width: 100%;
	}
	.strong_pt .item_list li figure {
		margin: 20px 0;
	}
	.strong_pt .item_list li .etitle {
		font-size: 32px;
	}
	.strong_pt .item_list li .stitle {
		font-size: 20px;
        padding: 10px 10px;
        margin-bottom: 5px;
	}
	.strong_pt .btn_detail {
		font-size: 3.5vw;
        padding: 20px 80px;
	}

	.btn {
		padding: 10px;
		font-size: 15px;
	}

	.line_pt {
		padding: 50px 15px;
	}
	.line_pt .sns_pt {
		margin-bottom: 0;
	}
	.bk_color_na {
		padding: 30px 15px 30px 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: 20px;
	}
	.bk_color_na .flex dl dd {
		width: calc(100% - 20px);
		font-size: 3vw;
		line-height: 1.5;
	}
	.bk_color_na .flex dl dd .money {
		font-size: 3.54vw;
	}
	.bk_color_na .flex .taglist span {
		padding: 0 2vw;
		font-size: 3vw;
	}
	.bk_color_sc .flex li figure {
		border-radius: 0 0 8px 8px;
	}
	.bk_color_sc .flex p {
		text-align: left;
		font-size: 3.5vw;
		line-height: 5vw;
		padding-left: 3vw;
		border-radius: 0 0 8px 8px;
	}
	.flex {
		justify-content: space-between;
	}
	.flex li {
		width: 48%;
		margin-bottom: 20px;
		margin-right: 0;
	}
	.flex li figure img {
        height: 33.33vw;
        border-radius: 8px;
    }
	.bk_color_na .flex h3 {
		font-size: 3.5vw;
		line-height: 6vw;
	}

	
	.bk_color_sc {
		padding: 30px 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;
	}

	.btn_detail {
		display: table;
		padding: 15px 80px;
		font-size: 15px;
	}

	.info {
		padding: 50px 15px;
	}
	.info_content {
		flex-wrap: wrap;
		font-size: 14px;
	}
	.info_content_date {
		width: 100%;
		min-width: 100%;
	}

	.role {
		padding: 50px 15px;
		height: auto;
		background-position: top left;
	}
	.role .role_dt {
		width: 100%;
		margin: 0;
	}
	.role .role_dt .stitle img {
		width: 60%;
	}
	.role .role_dt .stitle {
		font-size: 7vw;
	}
	.role .title {
		font-size: 17px;
	}
	.role .role_dt p {
		font-size: 4.5vw;
		margin: 10px 0 0 0;
	}
	.role .role_dt .desc {
		font-size: 3.5vw;
		line-height: 26px;
		margin: 20px 0;
	}
	.btn_role {
		font-size: 14px;
		padding: 10px 20px;
		margin: 0 auto;
	}

	.new_list li {
		margin: 0.5rem;
	}
	.new_list_text p {
		font-size: 14px;
		line-height: 20px;
	}
	.new_list_data > p {
		font-size: 12px;
	}
}


/* 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: 60%;
}
.js-modal-close {
	color: #000;
    font-size: 2.5em;
    position: absolute;
    top: 0px;
    right: 10px;
}

.modal .area_title {
    font-size: 22px;
    border-bottom: 3px solid #f9999d;
    margin-bottom: 30px;
}

.modal .area_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px 20px;
}
.modal .area_list a {
	font-size: 15px;
    padding: 5px 25px;
    color: #f9999d;
    background: #fff;
    border: 1px solid #f9999d;
    border-radius: 8px;
}
/* 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;
	}
}


.line_desc {
    font-size: 16px;
    text-align: center;
    color: #404456;
}
.line_btn {}
.line_btn a {
    max-width: 232px;
    display: block;
}
.line_btn a img {
    width: 100%;
    height: auto;
}
/* spview */
@media screen and (max-width:767px) {
    .line_desc {
        font-size: 3.5vw;
        text-align: left;
    }
    
    .line_btn a {
        width: 70%;
    }
}



