@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap');
body {
	background: #fff; 
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif; 
	color: #333;
    font-size: 16px;
}
		
main#zadankai {
    line-height: 1.8;
    letter-spacing: 0.08em;
}

main#zadankai * {
	box-sizing: border-box;
}

main#zadankai a {
    -webkit-transition: all 0.3s ease-in-out 0.2s;
    transition: all 0.3s ease-in-out 0.2s;
}

main#zadankai a:hover, main#zadankai a:focus {
	text-decoration: none;
	outline: 0;
}
	
h2, h3, h4 {
	font-weight: bold;
} 		

p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd {
  	margin: 0;
  	padding: 0;
}

img {
  	max-width: 100%;
  	height: auto;
	-webkit-backface-visibility: hidden;
}      

a:hover, a:focus, button:focus {
	text-decoration: none;
	outline: 0;
}

/* 共通css調整 */			
a:hover.cv_btn_header {
	color: #fff;
}	

@media (min-width: 64em) {
.drawer-dropdown-menu.service-menu > li ul li a,
.drawer-dropdown.open a,
.drawer-navbar .drawer-menu-item {
    letter-spacing: 0;
}
}

.drawer-dropdown-menu.service-menu > li ul li a,
.drawer-dropdown .drawer-arrow,
.drawer-dropdown.open a {
   box-sizing: initial; 
}

.drawer-navbar a:hover {
    color: #fff;
}

.drawer-menu-item {
    padding-right: 0.8em;
    padding-left: 0.8em;
}

@media (min-width: 64em) {
.drawer-dropdown.open a:hover {
    color: #333 !important;	
}
}
	
#breadcrumbs ol {
    line-height: 1.28;
}	
	
#breadcrumbs li img {
    vertical-align: baseline !important ;
}

#breadcrumbs.white ol li,
#breadcrumbs.white ol li a {
	color: #fff;
}	

#btn_Pagetop {
	z-index: 100 ;			
}	
		
#btn_Pagetop a::after {
    left: 13px;
}
	
@media (min-width: 1200px) {
.container {
    max-width: 1054px;
} 
}

/*section */
section {
    position: relative;
    padding: 4rem 0
}

@media (min-width: 64em) {
section {
    padding: 5rem 0
}
}

/* section_tittle */
.section_tittle {
    margin-bottom: 3rem;
}

.section_tittle h2 {
    position: relative;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.1em;
}

@media (max-width: 767px) {
.section_tittle h2 {
    font-size: 20px;
    letter-spacing: 0.05em;
}
}

/*text color */			
.color_theme {
	color: #267c3a;
}
		
.color_em {
	color: #fdab14;
}
		
.bgcolor_second {
	background-color: #f5faf5;
}
		
.yellow_mark {
	 background:linear-gradient(transparent 60%, #ff6 60%);
} 
	
/*一覧ページ  mainv  */
#zadankai .mainv {
    background-color: #226f34 /*#267c3a*/;
}
	
@media (min-width: 64em) {
.mainv {
	margin-top: 88px; /* header+navbar */
}
}

.mainv_wrap .mainv_img {
    height: 440px;
    background-image: url(/web/jp/seikyu/zadankai/images/mainv.png); 
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.mainv_wrap {
    padding-top: 6rem;
}

.mainv_wrap .mainv_text > * {
    color: #fff;
}

.mainv_wrap .mainv_text {
    margin-bottom: 2rem;
} 

.mainv_wrap .mainv_text h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
    margin: 1rem 0;
}

.mainv_wrap .mainv_text p {
    line-height: 1.8;
    font-weight: bold;
}

@media (min-width: 64em) {
.mainv_wrap {
    display: flex;
    align-items: center;
    padding: 0;
}
    
.mainv_wrap .mainv_img {
    order: 2;
    width: calc(100% - 500px + 50vw);
    /*padding-top: 640px; */
    margin-right: calc(50% - 50vw);
    /*box-shadow: 30px 30px 25px -20px rgb(47 72 88 / 40%); */
}
    
.mainv_wrap .mainv_text {
    order: 1;
    flex-shrink: 0;
    width: 50%;
    margin-bottom: 0;
    padding-right: 5rem;
}
    
.mainv_wrap .mainv_text h1 {
    font-size: 36px;
}

.mainv_wrap .mainv_text p {
    line-height: 2.0;
}  
}

/* title  */
#zadankai .section_tittle {
    margin-bottom: 4rem;
	line-height: 1.4;
}

#zadankai .section_tittle h2 {
    font-size: 32px;
    text-align: center;
}

@media (max-width: 767px) {
#zadankai .section_tittle {
    margin-bottom: 3rem;
}
    
#zadankai .section_tittle h2 {
    font-size: 20px;
}
}

a.zadankai_box {
    display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.2); 
	padding: 0px;
	border-radius: 2px;
	color: #333;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.02em;
}
	
a:not([disabled]):hover.zadankai_box {
	box-shadow: 0 2px 8px 0 rgba(0,0,0,.2);
} 

.zadankai_box figure {
    margin: 0;
    overflow: hidden;
}

.zadankai_box figure img {
    transition: .3s;
}

a:hover.zadankai_box figure img {
  transform: scale(1.1);
}

.zadankai_box.label_new::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 4em solid transparent;
    border-left: 4em solid #c12748; 
    position: absolute;
    z-index: 100;
}

.zadankai_box.label_new::after {
    content: "New";
    display: block;
    position: absolute;
    top: 0.4em;
    left: 0.4em;
    color: #fff;
    transform: rotate(-45deg);
    z-index: 101;
}

.zadankai_box .txt {
	padding: 1.4em; 
}
	
.zadankai_box .txt h3 {
	margin-bottom: 1rem;
    font-size: 1.1em;
	line-height: 1.4;
}	
	
.zadankai_box .txt p {
	line-height: 1.6;
}

/* section recommend */
.recommend_box {
	height: 100%;
    padding-right: 30px;
    border-right: 1px dotted #226f34;
    text-align: center;
}
    
.recommend_box.last {
    border-right: none;
}
    
.recommend_box h3 {
    margin-bottom: 1rem;
    color: #267c3a;
	font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
}
    
.recommend_box .text * {
    line-height: 1.6;
}
    
.recommend_box figure {
	margin: 2rem 0;
}	
	
.recommend_box figure img {
    display: block;
    margin: 0 auto;
    width: 140px;
}

@media (max-width: 991px) {         
.recommend_box {
    padding-right: 0;
    padding-bottom: 1rem;
    border-right: none;
    border-bottom: 1px dotted #222;
    text-align: left;
}
    
.recommend_box.last {
    padding-bottom: 0;
    border-bottom: none;
} 
    
.recommend_box .recommend_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: wrap;
}   
    
.recommend_box figure {
    margin: 0 2rem 0 0;
}
    
.recommend_box figure img {
    width: 120px;
}
    
.recommend_box .text {
    flex: 1;
}
}

@media (max-width: 767px) {  
.recommend_box h3 {
    font-size: 18px;
}
	
.recommend_box figure img {
    width: 80px;
}
}
	
@media (max-width: 576px) {
.recommend_box {
    padding: 0 0 1rem 0;
}
}

/* section voice */    
.voice_wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
     
.voice_wrap ul li {
    position: relative;
    width: 48%;
    margin-bottom: 2rem;
    padding: 1.5rem 1.5rem 1rem;
    border: 1px solid #267c3a;
    background-color: #fff;
    border-radius: 6px;
    font-style: italic;
    line-height: 1.6;
}
    
.voice_wrap ul li::before {
    position: absolute;
    top: -1rem;
    left: -0.8rem;
    vertical-align: middle;
    content: "“";
    color: #267c3a;
    font-family: serif;
    font-size: 100px;
    font-style: normal;
    line-height: 1;
    opacity: 1;
    z-index: 99;
} 
    
.voice_wrap ul li span.attribute {
    display: block;
    margin-top: 0.8rem;
    color: #666;
    font-style: normal;
    font-size: 14px;
    text-align: right;
}  

@media (max-width: 767px) {
.voice_wrap ul li {
    width: 100%;
}
    
.voice_wrap ul li:last-child {
    margin-bottom: 0;
}
    
.voice_wrap ul li::before {
    font-size: 80px;
} 
}

/* DL詳細ページ */
@media (min-width: 64em) {
#download_detail .mainv {
	margin-top: 56px; /* header+navbar */
}
}

#download_detail section {
    padding: 3rem 0;
}

#download_detail .mainv {
	position: relative;
	padding-top: 88px;
    background-color: transparent;
}
	
#download_detail h1 {
	padding-bottom: 1rem;
    border-bottom: 1px dotted #ccc;
	color: #333;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
}

@media (max-width: 1020px) {
#download_detail .mainv {
	padding-top: 135px; /* header+navbar */
}
}
	
@media (max-width: 767px) {
#download_detail h1 {
	font-size: 20px;
	letter-spacing: 0.02em;
} 
}	
	
.main_column {
	margin-right: 2rem;
}
	
@media (max-width: 991px) {
.main_column {
	margin-right: 0;
}
}

#download_detail h2 {
	margin-bottom: 1.5rem;
	padding: 0 0 4px 0.8rem;
	border-left: 4px solid #267c3a;
    font-size: 20px;
	font-weight: bold;
    line-height: 1.4;
}	
		
#download_detail h2::after {
    content: none;
}	
		
@media (max-width: 767px) {
#download_detail h2 {
	font-size: 16px;		
}
}		       
.main_column_section + .main_column_section {
	padding-top: 3rem;
}

.download_detail p {
	margin-bottom: 1rem;
	line-height: 1.6;
}

.download_detail p:last-child {
	margin-bottom: 0;
}

ul.list_square {
    padding-left: 2rem;
} 
		
ul.list_square li {
	list-style-type: square;
	line-height: 1.4;
}
		
ul.list_square li + li {
	margin-top: 0.5rem;
}
		
ul.list_none li {
	list-style-type: none;
	line-height: 1.4;
}

ul.list_none li + li {
	margin-top: 0.5rem;
}	

ul.industry {
    margin-top: 0.2rem;
    margin-left: 1rem;
}

ul.industry li {
	list-style-type: none;
    font-size: 14px;
	line-height: 1.4;
}

ul.industry li + li {
	margin-top: 0.2rem;
}

/* download_detail .voice */   		
#download_detail .voice_box {
	display: flex;
	flex-direction: row;
	justify-content: space-between; 
    align-items: center;
}
	
#download_detail .voice_text {
	position: relative;
    flex: 0 0 74%;
	padding: 1.0rem 1.5rem;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #333;
}
	
#download_detail .voice_text::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 50%;
    margin-top: -15px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}
	
#download_detail .voice_text::after{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 50%;
    margin-top: -15px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

#download_detail .left .voice_text::before {
    right: -15px;
    border-left: 15px solid #333;
}
	
#download_detail .left .voice_text::after{
    right: -14px;
    border-left: 15px solid #fff;
}
	
#download_detail .right .voice_text::before {
    left: -15px;
    border-right: 15px solid #333;
}
	
#download_detail .right .voice_text::after{
    left: -14px;
    border-right: 15px solid #fff;
}

#download_detail .voice_image {
	-ms-flex: 0 0 20%;
    flex: 0 0 20%;
	z-index: 2;
}

#download_detail .voice_image img {
	border-radius : 100%;
	border: 1px solid #333;
    background-color: #e9ecef;
}	
	
#download_detail .voice_title {
	margin-top: 2rem;
    line-height: 1.4;
	text-align: right;
}
	
#download_detail .voice_title::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 1px;
    margin-right: 6px;
    background: #333;
    vertical-align: middle;
}	

@media (max-width: 575px) {
#download_detail .voice_box {
	-ms-flex-direction: column;
	flex-direction: column;
    align-items: flex-start;
}
	
#download_detail .voice_text {
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
	padding: 15px;
}
	
#download_detail .right .voice_text {
	-ms-flex-order: 1;
	order: 1;
}
	
#download_detail .voice_text::before, 
#download_detail .voice_text::after {
    content: none;
}
	
#download_detail .voice_image {
	margin-top: -10px; 
	width: 100px;
}
	
#download_detail .right .voice_image {
	-ms-flex-order: 2;
	order: 2;
	margin-left: 10px;
}
	
#download_detail .left .voice_image {
	margin-left: auto;
	margin-right: 10px;
}
	
#download_detail .recommend_voice::before {
    width: 20px;
}	
	
#download_detail .left .voice_title {
	text-align: left;
}
}

/* section form */
.form {
    padding: 1.5rem 1.5rem 1.5rem 1rem;
    background-color: #f1f3f5;;        
}

/*座談会一覧*/
.card_wrap{
	row-gap:20px;
}