@charset "utf-8";


body {
    font-family: 'Noto Sans JP', "�ᥤ�ꥪ", Meiryo, Osaka, "�ͣ� �Х����å�", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	font-size: 20px;
	color: #000;
	line-height: 22px;
	position: relative;

}
@media only screen and (max-width: 1100px), print {
  body{
	font-size: 16px;
  }
 }

ul,ol {
    list-style: none;
}

.slider {
    height: auto;
    width: 100%;
}
.slick-slide img {
    width: 100%;
    max-width: 1000px;
    margin:0;
}


.header {
    display: flex;
    width: auto;
    max-width: 1200px;
    margin: 0 auto;
}
.header_contents {
    display: flex;
    flex-wrap: wrap;
}
h1 {
    width: 100%;
    height: 10px;
    padding:10px 0 10px 0;
    margin: 0;
    line-height: 1em;
    font-weight: bolder;
}
.header_sns {
    display: flex;
}
.header_sns li a img {
    width: 100%;
    height: auto;
}
.header_sns_sp {
    display: none;
}
@media only screen and (min-width: 1100px), print {
  .pc_only{
    display: flex;
  }
.sp_only{
  display: none;
}
  }
@media only screen and (max-width: 1100px), print {
  .pc_only{
    display: none;
  }
 .sp_only{
  display: flex;
}
 }

.header_underline {
    width: 100%;
    height: 20px;
    background-color: #000;
}

.chapter {
    display: block;
    margin:20px auto 0 auto;
    z-index: 100;
}
.contents {
    width: 96%;
    max-width: 980px;
    margin: 0 auto;
}
.contents_bg_yellow {
    width: 100%;
    margin: 0 auto;
    margin-top: -70px;
    padding-top: 70px;
    z-index: 10;
    background-color: rgba(255,214,0,0.60);
}
.text_l {
    font-size: 3em;
    line-height: 1em;
    font-weight: bolder;
    text-align: center;
    margin-top: 50px;
}
.text_m {
    font-size: 1.7em;
    line-height: 1.6em;
    text-align: center;
    margin-top: 0;
}
.text_s {
    font-size: 1.4em;
    line-height: 1.6em;
    text-align: center;
    margin-top: 20px;
}

.marker_yellow {
    background:linear-gradient(transparent 60%, #ff6 30%);
}
.marker_pink {
    background:linear-gradient(transparent 60%, #f9c 30%);
}

.recruit_img {
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.list {
    margin: 10px auto;
    width: 100%;
    max-width: 1040px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:10px;
}
.list li {
    border: 1px solid #ffb1ac;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.80);
    color: #d200df;
    font-weight: bold;
    padding: 10px;
}
.list li.pink {
    background-color: rgba(200,255,200,0.50) ;
}

.hsp20 {
    height: 20px;
    width: 100%;
}
