
.systembox {
	margin-bottom: 40px;
}

.systemtitle h3 {
	background-image: linear-gradient(90deg, rgba(20, 36, 77, 1), rgba(73, 22, 84, 1));
	color:#fff;
	box-sizing: border-box;
	margin: auto;
	font-size: 2.4rem;
	padding: 10px 20px;
	margin-bottom: 30px;
	font-family: 'Noto Serif JP', serif;
}
.systemtitle h3 i {
	margin-right: 10px;
	color:#c49f4e;
}
.systemtitle h4 {
font-size: 2rem;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid #222;
}

.pricebox {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.priceitem {
	border: 5px solid;
	border-image: linear-gradient(to bottom, #0d0657, #85035c) 1;
	padding: 20px;
	width: 49%;
	box-sizing: border-box;
	background: url("../../image/header/spmenu.jpg");
}
.priceitem h4 {
	background: linear-gradient(to bottom, #7c0180 50%, #3f0041 50%);
	border: 1px solid  #7c0180;
	padding: 5px 20px;
	box-sizing: border-box;
	color:#fff;
	font-family: 'Noto Serif JP', serif;
	font-size: 2.4rem;
	margin-bottom: 15px;
}
.priceitem h4:first-letter{
  font-size: 3rem;
}
#price_hyo {
	border-bottom: 1px solid #d1d0d0;
	border-top: none;
	width: 100%;
	line-height: 180%;
	color:#fff;
	font-size: 3rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

dl#price_hyo dl,dl#price_hyo dt,dl#price_hyo dd {
	margin: 0;
	padding: 0;
}

dl#price_hyo dt,dl#price_hyo dd {
	padding: 5px 20px;
	box-sizing: border-box;
}

dl#price_hyo dt {
	border-top: 1px solid #d1d0d0;
	clear: left;
	float: left;
	width: 40%;
	font-weight: bold;
	position: relative;
}

dl#price_hyo dd {
	border-top: 1px solid #d1d0d0;
	margin-left:40%;
	text-align: right;
}
.other {
	background: #27003e;
	padding: 10px;
	text-align: center;
	color:#fff;
	font-size: 1.8rem;
	border: 2px solid #6d0170;
	margin-bottom: 10px;
}
.systemlist {
	list-style-type: disc;
	margin-left: 20px;
}
.systemlist li {
	list-style-type: disc;
	font-size: 1.6rem;
	margin-bottom: 10px;
}

.flowbox {
	border: 4px solid #960267;
	padding: 20px;
	border-radius: 6px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 30px;
}
.flowbox:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 30px solid transparent;
  border-top: 30px solid #960267;
}
.flowbox:last-child:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 0px solid transparent;
  border-top: 0px solid #960267;
}
.flowbox h4 {
	background: #ad0177;
	color:#fff;
	font-size: 2rem;
	padding: 10px 20px;
	box-sizing: border-box;
	margin-bottom: 15px;
}
.flowbox p {
	margin: 0;
	padding: 0;
}
.cyuuiTITLE {
	color: #ad015e;
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 2rem;
	text-align: center;
}






@media screen and (max-width: 834px) {


.systembox {
	margin-bottom: 20px;
}

.systemtitle h3 {
	background-image: linear-gradient(90deg, rgba(20, 36, 77, 1), rgba(73, 22, 84, 1));
	color:#fff;
	box-sizing: border-box;
	margin: auto;
	font-size: 1.8rem;
	padding: 10px 20px;
	margin-bottom: 30px;
	font-family: 'Noto Serif JP', serif;
}
.systemtitle h3 i {
	margin-right: 10px;
	color:#c49f4e;
}
.systemtitle h4 {
font-size: 1.6rem;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid #222;
}

.pricebox {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 10px;
}

.priceitem {
	border: 5px solid;
	border-image: linear-gradient(to bottom, #0d0657, #85035c) 1;
	padding: 15px;
	width: auto;
	box-sizing: border-box;
	background: url("../../image/header/spmenu.jpg");
}
.priceitem h4 {
	background: linear-gradient(to bottom, #7c0180 50%, #3f0041 50%);
	border: 1px solid  #7c0180;
	padding: 5px 20px;
	box-sizing: border-box;
	color:#fff;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.6rem;
}
.priceitem h4:first-letter{
  font-size: 2.4rem;
}
#price_hyo {
	border-bottom: 1px solid #d1d0d0;
	border-top: none;
	width: 100%;
	line-height: 180%;
	color:#fff;
	font-size: 2rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

dl#price_hyo dl,dl#price_hyo dt,dl#price_hyo dd {
	margin: 0;
	padding: 0;
}

dl#price_hyo dt,dl#price_hyo dd {
	padding: 5px 20px;
	box-sizing: border-box;
}

dl#price_hyo dt {
	border-top: 1px solid #d1d0d0;
	clear: left;
	float: left;
	width: 48%;
	font-weight: bold;
	position: relative;
}

dl#price_hyo dd {
	border-top: 1px solid #d1d0d0;
	margin-left:48%;
	text-align: right;
}
.other {
	background: #27003e;
	padding: 10px;
	text-align: center;
	color:#fff;
	font-size: 1.5rem;
	border: 2px solid #6d0170;
	margin-bottom: 10px;
}
.systemlist {
	list-style-type: disc;
	margin-left: 20px;
}
.systemlist li {
	list-style-type: disc;
	font-size: 1.4rem;
	margin-bottom: 5px;
}

.flowbox {
	border: 3px solid #960267;
	padding: 15px;
	border-radius: 3px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 30px;
}
.flowbox:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 20px solid transparent;
  border-top: 20px solid #960267;
}
.flowbox:last-child:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 0px solid transparent;
  border-top: 0px solid #960267;
}
.flowbox h4 {
	background: #ad0177;
	color:#fff;
	font-size: 1.6rem;
	padding: 10px 20px;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.flowbox p {
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
}
.cyuuiTITLE {
	color: #ad015e;
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 1.6rem;
	text-align: center;
}



}


/* --------------------------　

求人情報

-------------------------- */


.recruitimg {
	margin-bottom: 40px;
}
.recruitimg img {
	width: 100%;
	height: auto;
	border: 6px solid #fff;
}

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

.merititem {
	background: #f0dae6;
	border: 2px dotted #d80271;
	width: 32.5%;
	border-radius: 6px;
	margin-bottom: 10px;
	padding: 15px;
	box-sizing: border-box;
}
.mens .merititem {
	background: #e3e9f0;
	border: 2px dotted #0152a5;
}
.merititem h4 {
	font-size: 2rem;
	padding: 0;
	margin: 0;
	color: #d80271;
}
.mens .merititem h4 {
	color: #0152a5;
}


.recruit-tag {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.recruit-tag li {
	background: #d80271;
	color:#fff;
	text-align: center;
	padding: 10px;
	width: 24.5%;
	box-sizing: border-box;
	margin-bottom: 7px;
}
.mens .recruit-tag li {
	background: #0152a5;
	width: 32.8%;
	display: flex;
  justify-content: center;
  align-items: center;
}


@media screen and (max-width: 834px) {
	
	.systembox h2 {
		padding: 0;
		margin: 0;
		font-size: 2rem !important;
	}
	
.recruitimg {
	margin-bottom: 20px;
}
.recruitimg img {
	width: 100%;
	height: auto;
	border: 6px solid #fff;
}

.meritbox {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
}

.merititem {
	background: #f0dae6;
	border: 2px dotted #d80271;
	width: auto;
	border-radius: 6px;
	margin-bottom: 10px;
	padding: 10px;
	box-sizing: border-box;
	font-size: 1.4rem;
}
.merititem h4 {
	font-size: 1.6rem;
	padding: 0;
	margin: 0;
	color: #d80271;
	margin-bottom: 5px;
}

.recruit-tag {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.recruit-tag li {
	background: #d80271;
	color:#fff;
	text-align: center;
	padding: 10px;
	width: 49%;
	box-sizing: border-box;
	margin-bottom: 7px;
	font-size: 1.4rem;
}
	
.mens .recruit-tag li {
	background: #0152a5;
	width: 49%;
	display: flex;
  justify-content: center;
  align-items: center;
}
	
}



.radiobutton {
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
}
.radiobutton li {
	margin:  0 10px;
}
.radiobutton [type="radio"]{
	 transform: scale(1.5);
     transform-origin: right bottom;
	position: relative;
	top:0px;
	margin-right: 5px;
}
.input_type03 {
	background: #f3f3f3;
	border: 1px solid #e0dfdf;
	padding:10px;
	width: 100%;
	font-size: 1.6rem;
	box-sizing: border-box;
	margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
.radiobutton [type="radio"]{
	 transform: scale(1.5);
     transform-origin: right bottom;
	position: relative;
	top:4px;
	margin-right: 5px;
}	
}