@charset "utf-8";

.circle-area{
    margin: 50px 0;
    text-align: center;
}
.circle-b,.circle-p {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}
.circle-b:before,.circle-p:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 238px;
    height: 238px;
    border-radius: 50%;
}
.circle-b:before {
    /*background: #d1d7e6;*/
    background: #dbe1f1;
	background: #dfe6f7;
	
}
.circle-p:before {
    background: #fce8e1;
}

.line15 {
	line-height: 1.5;
}

.soryo-label {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: .3rem 0rem;
	font-size: 14px;
	color: #fff;
	width: 110px;
	background: #EA6386;
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
}


header{
	width:100%;
	height:70px;
	z-index:10;
	position:fixed;
	z-index:99;
	background:#FFF;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
@media (min-width: 768px) {
header{
	height:100px;
}
}

img.logo_head{
	margin-top:5px;
	margin-left:5px;
	float:left;
	height:30px;
	width:150px;
}
@media (min-width: 500px) {
img.logo_head{
	margin-top: 10px;
	float:left;
	height:50px;
	width:250px;
}
}

h1#link a{
	position: absolute;
	left: 5px;
	top: 5px;
	font-size:12px;
	color: #777;
	text-decoration: none;
}
/* CSS Document */
/* ----------------------------------------------------------------------
 表示・非表示
---------------------------------------------------------------------- */
.sp-only-on {
    display: block;
   }
@media (min-width: 768px) {
	.sp-only-on {
        display: none;
    }
}

.sp-on {
    display: block;
   }
@media (min-width: 1025px) {
	.sp-on {
        display: none;
    }
}

.tab-on {
    display: none;
}
@media (min-width: 768px) {
.tab-on {
    display: block;
}

}

.header_innner{
	width:1050px;
	margin:0 auto;
	overflow:hidden;
}
.container {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1000px;
  }
}
.main-color{
    color: #235A9F;
}
.pink {
	color: #ea6383;
}
.pink2 {
	color: #ea3f68;
}
footer{
	background:#225B9F;
	width:100%;
	padding:30px 0 30px 0;
	margin-top:100px;
	color:#FFF;
	text-align:center;
	font-size:70%;
}
footer a, footer a:visited {
	color:#FFF;
}
footer a:hover {
	color:#FFF;
	text-decoration: underline;
}
/* ----------------------------------------------------------------------
 動画埋め込み
---------------------------------------------------------------------- */
.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 1rem auto 5rem auto;
}
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (min-width: 1025px) {
.movie-wrap {
    margin: 6rem auto 10rem auto;
	width: 80%;
}
}
		
	
/* 募集中 */
.recruitment_box-2 {
    width: 100%;
	text-align: center;
    padding: 50px 30px;
    border: 3px solid #EA6383;
    color: #EA6383;
    font-size: 25px;
    font-weight: 600;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}	



@media (min-width: 1200px) {	
.recruitment_box-2 {
	width: 65%;
    margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 100px;
    padding: 40px 0;
    text-align: center;
    font-size: 35px; 
}
}
.yonetani_text-2{
    margin-left: auto;
	margin-right: auto;
    line-height: 1.8;
    width: 95%;
}
		
.title-1{
	text-align:center;
	font-size:20px;
	color:#333;
	font-weight:600;
	
}
@media (min-width: 1200px) {	
.title-1{
	font-size:30px;
	
}
}	
.title-2{
	text-align: left;
	font-size:18px;
	color:#333;
	font-weight:600;
}
@media (min-width: 1200px) {	
.title-2{
	font-size:23px;
}
}
/* インデント */
.indent-1 {
    padding-left:1em;
    text-indent:-1em;
}