@charset "utf-8";
/*
	Description: initial setting
	Version: 1.0
	Author: idealgrow
*/
/*
===== CONTENTS ===========================================
*/
/** shared **/
#pageTit {
  background: #21b8d7;
  padding: 10px 0;
  position: relative;
}
#pageTit h1 {
  color: #fff;
  text-align: center;
  border-top: dotted 1px #fff;
  border-bottom: dotted 1px #fff;
  line-height: 1;
  padding: 20px 0;
  font-size: 22px;
}
#pageTit h1 span{
	font-size: 14px;
	font-weight: normal;
	display: block;
	padding-top: 10px;
}
#pageTit h1 span a{
	color: #fff;
	text-decoration: underline;
}
#pageTit p.type {
  background: #fdd000;
  z-index: 20;
  display: inline-block;
  padding: 0 20px;
  font-weight: bold;
  clip-path: polygon(0 0, 100% 0, 98% 13%, 98% 87%, 100% 100%, 0 100%, 2% 85%, 2% 18%);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  bottom: 2px;
}
#pageTit h1.mypageTit span{
	color: #fff;
	font-size: 16px;
	display: block;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
#pageTit h1.mypageTit span:before{
	content: "";
	background: #fff;
	width: 3px;
	height: 20px;
	display: inline-block;
	transform: rotate(-15deg);
	margin:0 10px -5px 0;
}
#pageTit h1.mypageTit span:after{
	content: "";
	background: #fff;
	width: 3px;
	height: 20px;
	display: inline-block;
	transform: rotate(15deg);
	margin:0 0 -5px 10px;
}
#pageTit h1.mypageTit a{
	color: #21b8d7;
	width: 80%;
	margin: 0 auto;
	padding:15px 10px;
	font-size: 18px;
	font-weight: bold;
	display: block;
  border-radius: 5px;
	background: #fff;
  background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(224,243,247) 87%, rgb(193,231,239) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(224,243,247) 87%, rgb(193,231,239) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(224,243,247) 87%, rgb(193,231,239) 100%);
	position: relative;
}
#pageTit h1.mypageTit a:before{
  font-family: 'icomoon' !important;
	content: "\e922";
	font-weight: normal;
	position: absolute;
	left: 15px;
	top: 55%;
	transform: translateY(-50%);
	font-size: 24px;
	pointer-events: none;
}
/* searchList **/
#indexList h2 {
  margin-bottom: 10px;
}
#indexList h2 img {
  height: 30px;
  width: auto;
  margin: 0 auto;
}
#indexList p:first-of-type {
  margin-bottom: 20px;
  text-align: center;
}
#indexList #listLocation, #indexList #listKeyword, #indexList #listIndustry {
  background: #f5f5f5;
  padding: 40px 20px;
  margin-bottom: 20px;
}
#indexList #listLocation dl {
  display: flex;
  flex-wrap: wrap;
}
#indexList #listLocation dl dt {
  width: 30%;
  border-bottom: dotted 1px #bbb;
  padding: 10px 0;
  font-weight: bold;
  color: #21b8d7;
}
#indexList #listLocation dl dd {
  width: 70%;
  border-bottom: dotted 1px #bbb;
  padding: 10px 0;
}
#indexList #listLocation dl dd ul {
  display: flex;
  flex-wrap: wrap;
}
#indexList #listLocation dl dd ul li {
  padding: 0 10px;
}
#indexList #listLocation dl dd ul li a {
  color: #000;
}
#indexList #listKeyword ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#indexList #listKeyword ul li {
  margin: 0 10px 10px 0;
}
#indexList #listKeyword ul li a {
  padding: 0 10px 0 25px;
  border-radius: 50px;
  display: block;
  background: #f6c376;
  color: #fff;
  position: relative;
}
#indexList #listKeyword ul li a:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#indexList #listIndustry ul li:nth-of-type(odd) {
  background: #fff;
}
#indexList #listIndustry ul li a {
  padding: 15px;
  display: block;
  color: #000;
  position: relative;
}
#indexList #listIndustry ul li a:after {
  font-family: 'icomoon' !important;
  content: "\e902";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  color: #50a746;
}
#indexList #listIndustry ul li a span {
  font-size: 14px;
  margin-left: 5px;
}
/* concept */
#indexConcept {
  padding: 40px 20px;
}
#indexConcept .conceptLogo img {
  height: 90px;
  width: auto;
  margin: 0 auto 20px auto;
}
#indexConcept h2 img {
  height: 38px;
  width: auto;
  margin: 0 auto 40px auto;
}
#indexConcept p {
  text-align: center;
  margin-bottom: 20px;
}
#indexConcept p br {
  display: none;
}
#indexConcept ul li {
  background: #21b8d7;
  border-radius: 5px;
  padding: 20px 20px 20px 90px;
  position: relative;
  margin-bottom: 10px;
}
#indexConcept ul li h3 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
#indexConcept ul li i {
  color: #21b8d7;
  width: 50px;
  height: 50px;
  position: absolute;
  border-radius: 50%;
  background: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 50px;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
#indexConcept ul li:nth-of-type(3) i {
  font-size: 20px;
}
/** join **/
#join {
  padding: 40px 20px;
}
#join .joinMail dt {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
#join .joinMail dd {
  margin-bottom: 30px;
}
#join .joinMail dd:nth-of-type(2) {
  margin-bottom: 10px;
}
#join .joinMail div {
  margin-bottom: 40px;
}
#join .joinMail p {
  font-size: 14px;
  text-align: center;
}
#join .joinMail ul {
  margin-bottom: 20px;
}
#join .joinMail h2 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
}
.birth {
  display: flex;
}
.birth li {
  width: 30%;
  margin-left: 2%;
}
.birth li:first-of-type {
  width: 36%;
  margin-left: 0;
}
#join .joinFlow {
  display: flex;
}
#join .joinFlow li {
  background: #e2e2e2;
  padding: 10px 5px;
  width: 32%;
  margin-right: 2%;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  border-radius: 5px;
  color: #939393;
  position: relative;
}
#join .joinFlow li.active {
  background: #21b8d7;
  color: #fff;
}
#join .joinFlow li.active span {
  color: #21b8d7;
}
#join .joinFlow li.active:after {
  border-color: transparent transparent transparent #21b8d7;
}
#join .joinFlow li:last-of-type {
  margin-right: 0;
}
#join .joinFlow li span {
  display: block;
  width: 30px;
  height: 30px;
  background: #fff;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto 10px auto;
  font-weight: bold;
}
#join .joinFlow li:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #e2e2e2;
  position: absolute;
  right: -5%;
  top: 50%;
  transform: translateY(-50%);
}
#join .joinFlow li:last-of-type:after {
  display: none;
}
#joinLink {
  border-top: solid 1px #9a9a9a;
  padding-top: 40px;
}
#joinLink p {
  font-size: 16px !important;
  text-align: center;
  margin-bottom: 20px;
}
#joinLink a {
  display: block;
  text-align: center;
  background: #21b8d7;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 15px 15px 30px;
  border-radius: 5px;
  position: relative;
}
#joinLink a:before {
  font-family: 'icomoon' !important;
  content: "\e90e";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: normal;
  font-size: 26px;
}
.joinForm {
  padding-top: 40px;
}
.joinForm h2 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}
.joinForm dl {
  border-top: dotted 1px #d6d6d6;
}
.joinForm dt {
  padding: 20px 0 10px 0;
  font-weight: bold;
  color: #21b8d7;
	position: relative;
}
span.private{
	font-size: 12px;
	background: #a7a7a7;
	color: #fff;
	font-weight: normal;
	padding:3px 5px;
	border-radius: 3px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
#resume h3 span.imp{
	right: 10px;
}
span.imp{
	font-size: 12px;
	background: #ec0d0d;
	color: #fff;
	font-weight: normal;
	padding:3px 5px;
	border-radius: 3px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.joinForm dt span.any {
  background: #e2e2e2;
  color: #666;
  font-weight: normal;
  font-size: 14px;
  padding: 0 10px;
  display: inline-block;
  border-radius: 5px;
}
.joinForm dt span.red {
  color: #ff0000;
  font-size: 14px;
}
.joinForm dt span.red span {
  display: block;
  color: #000;
  font-weight: normal;
}
.joinForm dt span.notes {
  display: block;
  font-weight: normal;
  color: #000;
  font-size: 14px;
}
.joinForm dd {
  padding: 0 0 20px 0;
  border-bottom: dotted 1px #d6d6d6;
}
.joinForm dd.photoUpLoad {
  display: flex;
}
.joinForm dd.photoUpLoad ul {
  display: block;
  width: auto;
}
.joinForm dd ul {
  display: flex;
}
.joinForm dd ul li span {
  font-size: 14px;
  color: #333333;
  padding: 0 10px;
}
.joinForm dd ul.half li {
  width: 48%;
  margin-right: 2%;
}
.joinForm dd ul.half li:last-of-type {
  margin-right: 0;
}
.joinForm dd ul.list {
  display: block;
}
.joinForm dd ul.list li {
  margin-bottom: 10px;
}
.joinForm dd ul.list li:last-of-type {
  margin-bottom: 0;
}
.joinForm dd.postalcode {
  display: flex;
}
.joinForm dd.postalcode input:last-of-type {
  width: 40%;
  margin-left: 5%;
}
.joinForm .formBtn,.joinForm .formAction {
  margin-top: 30px;
}
.joinForm .formAction li:not(:first-of-type){
	margin-top: 20px;
}
.joinForm .formAction li a{
	display: block;
	text-align: center;
	padding:15px 20px 15px 45px;
	font-size: 18px;
	background: #ddd;
	border-radius: 3px;
	font-weight: bold;
	color: #000;
	position: relative;
		width: 100%;
}
.joinForm .formAction li a i{
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	font-weight: normal;
}
.joinForm .formAction li a i.icf-delete{
	font-size: 22px;
}
.joinForm .formAction li:last-of-type a{
	padding: 15px 20px;
}
.joinForm .formAction li.scoutBtn a{
	background: #fdd000;
}
.joinForm .formBtn li:nth-of-type(2) {
  margin-top: 20px;
}
.joinForm dd .student {
  padding-top: 20px;
  align-items: center;
}
.joinForm dd .student li {
  width: 40%;
  margin-right: 5%;
}
.joinForm dd .student li:nth-of-type(2) {
  width: 30%;
}
.joinForm dd .student li:last-of-type {
  margin-right: 0;
  width: 25%;
}
.joinForm dd.workLoc .workLocBox {
  position: relative;
	display: flex;
	flex-wrap: wrap;
}
.joinForm dd.workLoc .workLocBox input[type="text"]{
	margin-top: 10px;
}
.joinForm dd.workLoc .workLocBox:first-of-type ~ .workLocBox{
	margin-top: 20px;
	padding-top: 20px;
	border-top: dotted 1px #ccc;
}
.joinForm dd.workLoc .workLocBox .selectIco:first-of-type{
  width: 48%;
	margin-left: 0;
}
.joinForm dd.workLoc .workLocBox .selectIco{
  width: 48%;
	margin-left: 4%;
}
.joinForm dd.workLoc .addBtn {
  margin-top: 20px;
}
.joinForm dd.industry li,.joinForm dd.pr li {
  margin-right: 20px;
  margin-bottom: 10px;
}
.joinForm dd .licenseBox input[type="text"] {
  margin-top: 10px;
	width: 60%;
}
.joinForm dd .licenseBox ul{
	margin: 10px 0 0 20px;
}
.joinForm dd .licenseBox {
  margin-top: 20px;
  border-top: dotted 1px #ccc;
  padding-top: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}
.joinForm dd .licenseBox:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.joinForm dd.license .addBtn,.joinForm dd.schoolBox .addBtn {
  margin-top: 20px;
}
.joinForm dd .etc{
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.joinForm dd .etc input[type="text"]{
	width: 80% !important;
	margin-left: 10px;
}
.joinForm dd.schoolBox .school{
	position: relative;
}
.joinForm dd.schoolBox .school:first-of-type ~ .school{
	margin-top: 20px;
	padding-top: 20px;
	border-top:  dotted 1px #ccc;
}
.joinForm dd.petType li {
  margin-right: 20px;
  margin-bottom: 20px;
}
.joinForm dd .petAdd {
  display: flex;
  flex-wrap: wrap;
}
.joinForm dd .petAdd p {
  width: 100%;
}
.joinForm dd .petAdd input {
  width: 70%;
}
.joinForm dd .petAdd input[type="submit"] {
  width: 28%;
  margin-left: 2%;
  background: #21b8d7;
  color: #fff;
  border: none;
}
.joinForm .school ul {
  flex-wrap: wrap;
}
.joinForm .school li:first-of-type {
  width: 40%;
  margin-right: 4%;
}
.joinForm .school li:nth-of-type(2) {
  width: 40%;
}
.joinForm .school li:nth-of-type(3)  {
  width: 100%;
  margin-top: 4%;
}
.joinForm .school li:nth-of-type(4){
	width: 58%;
	margin-right: 4%;
	margin-top: 4%;
}
.joinForm .school li:nth-of-type(5){
	width: 38%;
	margin-top: 4%;
}
.joinForm dd.history .addBtn {
  margin-top: 20px;
}
.joinForm dd .historyBox .checkBox {
  margin-bottom: 20px;
}
.joinForm dd .historyBox ul {
  flex-wrap: wrap;
}
.joinForm dd .historyBox ul li:first-of-type, .joinForm dd .historyBox ul li:nth-of-type(3) {
  width: 40%;
  margin-right: 4%;
}
.joinForm dd .historyBox ul li:nth-of-type(2), .joinForm dd .historyBox ul li:nth-of-type(4) {
  width: 40%;
}
.joinForm dd .historyBox ul li:nth-of-type(2) ~ li {
  margin-top: 4%;
}
.joinForm dd .historyBox ul li {
  width: 100%;
}
.joinForm dd .historyBox ul li:nth-of-type(2) {
  position: relative;
}
.joinForm dd .historyBox ul li:nth-of-type(2):after {
  content: "~";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.joinForm dd .historyBox ul li li:first-of-type, .joinForm dd .historyBox ul li li:nth-of-type(2) {
  width: 100% !important;
  margin-right: 0;
}
.joinForm dd .historyBox ul li li {
  width: 48% !important;
  margin-right: 4%;
}
.joinForm dd .historyBox ul li li:nth-of-type(even) {
  margin-right: 0;
}
.joinForm dd .historyBox ul li li:after {
  display: none;
}
.joinForm dd .historyBox:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.joinForm dd .historyBox {
  margin-top: 20px;
  border-top: dotted 1px #ccc;
  padding-top: 20px;
  position: relative;
}
.joinForm dd .delete {
  background: #000;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  right: 0;
  top: -10px;
  cursor: pointer;
}
.joinForm dd .delete:before {
  font-family: 'icomoon' !important;
  content: "\e907";
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  pointer-events: none;
}
.joinForm dd.spouse .selectIco,.joinForm dd.enrolled .selectIco{
	margin-top: 20px;
}
.joinForm .prBox{
	padding: 20px 0;
	border-bottom: dotted 1px #ccc;
}
	.joinForm .established li:first-of-type{
		width: 58%;
		margin-right: 2%;
	}
	.joinForm .established li{
		width: 40%;
	}
.joinForm .capital input{
	width: 60%;
	margin-right: 10px;
}
/**resume**/
#resume h3 {
  border-top: solid 1px #b6b6b6;
  background: #e6e6e6;
  padding: 15px;
  font-weight: bold;
	position: relative;
}
#resume .separate p {
  color: #21b8d7;
  font-weight: bold;
  padding: 5px 15px;
  background: #e6e6e6;
  text-align: center;
}
#resume .separate dl {
  border-top: none;
}
#resume .red {
  color: #ec0d0d;
  font-size: 14px;
}
#resume > ul {
  margin-bottom: 40px;
}
#joinComp {
  padding: 40px 0;
}
#joinComp h2 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
#joinComp p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}
#joinComp a {
  display: block;
  color: #fff;
  text-align: center;
  background: #21b8d7;
  border-radius: 5px;
  padding: 15px;
  font-size: 20px;
}
#joinComp a:hover {
  background: #000;
}
.petList:before{
  content: "取扱ペット";
  display: block;
  width: 100%;
  color: #21b8d7;
}
.petList {
  display: flex;
  flex-wrap: wrap;
}
.petList li {
  background: #21b8d7;
  color: #fff;
  padding: 0 5px;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.baseJobBox {
  border: solid 1px #dbdbdb;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  position: relative;
  z-index: 10;
  margin-top: 30px;
}
.baseJobBox:first-of-type {
  margin-top: 0;
}
.baseJobBox .info {
  padding: 20px;
}
.baseJobBox a {
  display: block;
}
.baseJobBox .info h3 {
  font-weight: bold;
  color: #21b8d7;
	font-size: 22px;
}
.baseJobBox .info p {
  margin-bottom: 20px;
}
.baseJobBox .petList {
  margin-bottom: 10px;
}
.baseJobBox.new .petList li:first-of-type{
	margin-left: 50px;
}
.petList li span{
	background: #fff;
	margin-left: 10px;
	border-radius: 3px;
	padding:2px 3px 1px 3px !important;
	color: #21b8d7 !important;
	font-weight: bold;
	font-size: 14px;
}
.petList li span:before{
	content: "実践:"
}
.jobPoint {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}
.jobPoint li {
  background: #e4e4e4;
  text-align: center;
  border-radius: 50px;
  padding: 0 10px;
  margin: 0 5px 10px 5px;
}
.baseJobBox .control {
  padding: 0 20px 20px 20px;
}
.baseJobBox .control time {
  color: #21b8d7;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
.baseJobBox .license li{
	background: #f0f0f0;
	border-radius: 5px;
	padding: 5px 10px;
	margin-bottom: 10px;
}
.baseJobBox .license li:last-of-type{
	margin-bottom: 0;
}
#message {
  min-height: calc(100vh - 164px);
}
#messageBox {
  padding: 20px 20px 150px 20px;
  position: relative;
}
#message #messageCt {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  background: #f5f5f5;
  border-top: solid 1px #e8e8e8;
}
#message #messageCt ul {
  width: 100%;
  display: flex;
}
#message #messageCt textarea:focus, #message #messageCt button:focus {
  border: none !important;
  outline: none;
}
#message #messageCt textarea {
  background: none;
  border: none;
  padding: 13px;
  border-radius: 0;
  resize: none;
  max-height: 125px;
  min-height: 1;
}
#message #messageCt button {
  cursor: pointer;
  background: none;
  font-size: 20px;
  width: 100%;
  height: 100%;
  padding: 14px 0;
  color: #21b8d7;
  border: none;
  border-radius: 0;
  font-family: 'icomoon' !important;
  box-sizing: border-box;
}
#message #messageCt li:first-of-type {
  width: 82%;
}
#message #messageCt li {
  width: 18%;
}
#message .clientMessage, #message .userMessage {
  display: flex;
  margin-bottom: 40px;
}
#message .messageBody {
  width: calc(95% - 50px);
  position: relative;
}
#message .clientMessage {
  justify-content: flex-end;
}
#message .userMessage .userIcon {
  width: 50px;
  height: 50px;
  background: #21b8d7;
  border-radius: 5px;
  margin-right: 5%;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  color: #fdd000;
}
#message .clientMessage .messageBody {
  background: #e4faff;
  padding: 20px;
  border-radius: 5px;
  font-size: 14px;
}
#message .userMessage .messageBody {
  border: solid 1px #c2c2c2;
  padding: 20px;
  border-radius: 5px;
  font-size: 14px;
}
#message .messageBody:before, #message .messageBody:after {
  content: "";
  position: absolute;
}
#message .clientMessage .messageBody:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #e4faff;
  right: -10px;
  top: 20px;
}
#message .userMessage .messageBody:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 10px 5px 0;
  border-color: transparent #c2c2c2 transparent transparent;
  left: -10px;
  top: 20px;
}
#message .userMessage .messageBody:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 10px 5px 0;
  border-color: transparent #fff transparent transparent;
  left: -8px;
  top: 20px;
}
#message .clientMessage .messagePh {
	order: 2;
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  margin-left: 5%;
}
#message .clientMessage .messagePh img {
  height: 50px;
  width: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#message .clientMessage .jobInfo {
  margin-top: 20px;
}
#message .clientMessage .jobInfo li {
  text-align: center;
}
#message .clientMessage .jobInfo li:first-of-type {
  color: #21b8d7;
  font-weight: bold;
  font-size: 16px;
}
#message .clientMessage .jobInfo li:first-of-type span {
  background: #fff;
  display: block;
  padding: 2px 5px;
  font-size: 14px;
  font-weight: normal;
  color: #000;
  margin-bottom: 5px;
}
#message .clientMessage .jobInfo li:nth-of-type(2) {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
#message .clientMessage .jobInfo li:nth-of-type(2) span {
  color: #21b8d7;
  font-size: 22px;
  margin: 0 3px;
}
#message .clientMessage .jobInfo li a {
  display: block;
  background: #21b8d7;
  color: #fff;
  border-radius: 3px;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
}
#message .userMessage .messageBody .messageResume {
  margin-top: 20px;
}
#message .userMessage .messageBody .messageResume li:not(:first-of-type) {
  margin-top: 10px;
}
#message .userMessage .messageBody .messageResume li:first-of-type a{
	padding: 15px;
}
#message .userMessage .messageBody .messageResume li:first-of-type a:before{
	display: none;
} 
#message .userMessage .messageBody .messageResume li:first-of-type a:after{
  content: "\e902";
	border-left: none;
}
#message .userMessage .messageBody .messageResume li a {
  display: block;
  background: #fff;
  border-radius: 5px;
  padding: 15px 10px 15px 40px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  position: relative;
	border: solid 1px #adadad;
}
#message .userMessage .messageBody .messageResume li a:before {
  font-family: 'icomoon' !important;
  content: "\e91e";
  font-size: 22px;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
#message .userMessage .messageBody .messageResume li a:after {
  font-family: 'icomoon' !important;
  content: "\e908";
  font-size: 12px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  border-left: solid 1px #ccc;
  width: 20px;
  text-align: right;
  color: #ccc;
}
#message .messageBody time {
  margin-bottom: 10px;
  display: block;
  font-size: 12px;
}#message .adminMessage {
  display: flex;
  margin-bottom: 40px;
}
#message .adminMessage .messageBody {
	width: 100%;
}
#message .adminMessage .messageBody {
  border: solid 1px #FF0004;
  padding: 20px;
  border-radius: 5px;
  font-size: 14px;
}
#message .adminMessage .messageBody p,#message .adminMessage .messageBody time{
	color: #ff0000;
	font-weight: bold;
}
@media screen and (min-width: 600px) {
  /* new */
  .newJobsSlider .slideBox .ph {
    height: 200px;
  }
  .newJobsSlider .slideBox .industry {
    top: calc(200px - 14px);
  }
  /**join**/
  #join .joinMail {
    width: 80%;
    margin: 0 auto;
    max-width: 500px;
  }
  .joinForm {
    max-width: 800px;
    margin: 0 auto;
  }
  .joinForm .formBtn {
    max-width: 400px;
    margin: 30px auto 0 auto;
  }
	.joinForm .formAction {
    max-width: 500px;
    margin: 30px auto 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.joinForm .formAction li{
		width: 48%;
		margin-right: 4%;
	}
.joinForm .formAction li:not(:first-of-type){
	margin-top: 0;
	margin-right: 0;
}
	.joinForm .formAction li:last-of-type{
		width: 60%;
		margin-top: 20px;
	}
	.joinForm .formAction li a{
		padding-left: 45px;
	}
	.joinForm .formAction li:last-of-type a{
		padding: 10px;
	}
}
@media screen and (min-width: 1025px) {
#pageTit h1.mypageTit span{
	font-size: 24px;
}
#pageTit h1.mypageTit span:before,#pageTit h1.mypageTit span:after{
	height: 24px;
}
#pageTit h1.mypageTit a{
	width: 400px;
	padding:20px 10px 20px 30px;
	font-size: 24px;
}
#pageTit h1.mypageTit a:before{
	left: 20px;
	font-size: 34px;
}
	#pageTit h1.mypageTit a:hover{
		background: rgb(253,208,0);
		color: #000;
	}
  /** shared **/
  #pageTit {
    padding: 20px 0;
  }
  #pageTit h1 {
    padding: 40px 0;
    font-size: 36px;
    font-weight: bold;
  }
  #pageTit p.type {
    font-size: 16px;
    bottom: 8px;
  }
  /* searchList **/
  #indexList h2 img {
    height: 40px;
  }
  #indexList p:first-of-type {
    margin-bottom: 40px;
    font-size: 18px;
  }
  #indexList #listLocation, #indexList #listKeyword, #indexList #listIndustry {
    padding: 80px 0;
  }
  #indexList #listLocation div {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
  }
  #indexList #listLocation dl {
    width: 48%;
    margin-right: 4%;
  }
  #indexList #listLocation dl:last-of-type {
    margin-right: 0;
  }
  #indexList #listLocation dl dt {
    width: 25%;
    font-size: 18px;
  }
  #indexList #listLocation dl dd {
    width: 75%;
    border-bottom: dotted 1px #bbb;
    padding: 10px 0;
    font-size: 18px;
  }
  #indexList #listLocation dl dt:last-of-type, #indexList #listLocation dl dd:last-of-type {
    border-bottom: none;
  }
  #indexList #listLocation a:hover {
    color: #21b8d7;
  }
  #indexList #listSeparate {
    display: flex;
    justify-content: center;
    background: #f5f5f5;
  }
  #indexList #listKeyword, #indexList #listIndustry {
    background: none;
    padding: 0;
    margin-bottom: 0;
  }
  #indexList #listKeyword div {
    width: 600px;
    padding: 80px 20px 0 0;
    border-right: solid 10px #fff;
    height: 100%;
  }
  #indexList #listIndustry div {
    width: 400px;
    padding: 80px 0 20px 20px;
    border-left: solid 10px #fff;
    height: 100%;
  }
  #indexList #listKeyword ul {
    justify-content: flex-start;
  }
  #indexList #listKeyword ul li a {
    font-size: 18px;
  }
  #indexList #listKeyword ul li a:hover {
    background: #f48400;
  }
  #indexList #listIndustry ul li a {
    font-size: 18px;
    padding: 10px 15px;
  }
  #indexList #listIndustry ul li a:hover {
    background: #3f9f35;
    color: #fff;
  }
  #indexList #listIndustry ul li a:hover:after {
    color: #fff;
  }
  #indexList #listIndustry ul li a:after {
    transition: all 0.2s;
  }
  /* concept */
  #indexConcept {
    padding: 80px 0;
    width: 1000px;
    margin: 0 auto;
  }
  #indexConcept .conceptLogo img {
    height: 180px;
    margin-bottom: 40px;
  }
  #indexConcept h2 img {
    height: 100px;
    width: auto;
    margin: 0 auto 40px auto;
  }
  #indexConcept p {
    font-size: 18px;
    margin-bottom: 60px;
  }
  #indexConcept p br {
    display: block;
  }
  #indexConcept ul {
    display: flex;
  }
  #indexConcept ul li {
    width: 23.5%;
    margin-right: 2%;
    border-radius: 5px;
    padding: 150px 20px 20px 20px;
    margin-bottom: 0;
  }
  #indexConcept ul li:last-of-type {
    margin-right: 0;
  }
  #indexConcept ul li h3 {
    text-align: center;
    font-size: 20px;
    line-height: 1.6;
  }
  #indexConcept ul li i {
    width: 85px;
    height: 85px;
    font-size: 50px;
    line-height: 85px;
    left: 50%;
    top: 35px;
    transform: translateX(-50%);
  }
  #indexConcept ul li:nth-of-type(3) i {
    font-size: 32px;
  }
  /** join **/
  #join {
    padding: 80px 0;
  }
  #join .joinMail {
    max-width: 100%;
  }
  #join .joinMail dl {
    width: 420px;
    margin: 0 auto;
  }
  #join .joinMail div {
    width: 420px;
    margin: 0 auto 40px auto;
  }
  #join .joinMail p {
    font-size: 14px;
  }
  #join .joinMail input[type="submit"] {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  #join .joinMail ul {
    width: 420px;
    margin: 0 auto 30px auto;
  }
  #join .joinFlow {
    width: 800px;
    margin: 0 auto 60px auto;
  }
  #join .joinFlow li {
    background: #e2e2e2;
    padding: 15px 15px 15px 35px;
    font-size: 16px;
    border-radius: 60px;
    font-weight: bold;
  }
  #join .joinFlow li span {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
  }
  #join .joinFlow li:after {
    right: -4%;
  }
  #joinLink p {
    font-size: 17px !important;
    font-weight: bold;
  }
  #joinLink a:hover {
    background: #000;
  }
  .joinForm {
    max-width: 1200px;
    width: 1200px;
    margin: 0 auto;
    padding-top: 0;
  }
  .joinForm h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .joinForm dl {
    display: flex;
    flex-wrap: wrap;
  }
  .joinForm dt {
    width: 30%;
    padding: 34px 20px 20px 0;
    border-bottom: dotted 1px #d6d6d6;
    color: #000;
  }
	.joinForm dt.default,.joinForm dd.default{
		padding: 34px 20px 34px 0;
	}
	#resume h3 span.imp{
		transform: translateY(-50%);
		top: 50%;
		right: 15px;
	}
span.private,span.imp{
	transform: none;
	top: 29px;
	right: 10px;
}
  .joinForm dd {
    width: 70%;
    padding: 20px 0;
  }
  .joinForm dd.half {
    width: 20%;
    padding: 20px 0;
  }
  .joinForm dd.postalcode input {
    width: 40%;
  }
  .joinForm dd.postalcode input:last-of-type {
    width: 20%;
    margin-left: 2%;
  }
  .joinForm dd .address div {
    width: 40%;
  }
  .joinForm dd input[type="tel"] {
    width: 60%;
  }
  .joinForm .formBtn {
    padding-top: 40px;
    max-width: 500px;
  }
  .joinForm .formBtn input[type="submit"] {
    font-size: 20px;
    padding: 25px;
  }
	.joinForm .formAction {
    max-width: 600px;
    margin: 80px auto 0 auto;
	}
	.joinForm .formAction li:last-of-type{
		margin-top: 30px;
	}
  .joinForm dd.status {
    display: flex;
  }
  .joinForm dd.status > div {
    width: 30%;
    margin-right: 10px;
  }
  .joinForm dd .student {
    padding-top: 0;
    width: 60%;
  }
  .joinForm dd .student li {
    width: 40%;
    margin-right: 10px;
  }
  .joinForm dd.workLoc .workLocBox .selectIco:first-of-type {
    width: 40%;
  }
  .joinForm dd.workLoc .workLocBox .selectIco{
    width: calc(60% - 10px);
    margin-left: 10px;
  }
  .joinForm dd.workLoc .addBtn {
    width: 280px;
  }
  .joinForm dd.industry li,.joinForm dd.pr li {
	  width: 32%;
	  margin-right: 2%;
	  margin-bottom: 2%;
  }
	.joinForm dd.industry li:nth-of-type(3n),.joinForm dd.pr li:nth-of-type(3n){
		margin-right: 0;
	}
  .joinForm dd .licenseBox {
	  position: relative;
  }
  .joinForm dd .licenseBox input[type="text"] {
    margin-top: 0;
    margin-left: 10px;
	  width: 44%;
  }
	.joinForm dd .licenseBox ul{
		margin-top: 0;
	}
  .joinForm dd.license .addBtn,.joinForm dd.schoolBox .addBtn {
    width: 280px;
  }
.joinForm dd .etc{
	margin-top: 40px !important;
}
.joinForm dd .etc input[type="text"]{
	width: 85% !important;
	margin-left: 10px;
}
  .joinForm dd.petType li {
    margin-right: 30px;
  }
  .joinForm dd.employment ul.list {
    display: flex;
    padding-top: 15px;
  }
  .joinForm dd.employment ul.list li {
    margin-right: 30px;
  }
  .joinForm .school ul {
    flex-wrap: nowrap;
  }
  .joinForm .school li {
    position: relative;
  }
  .joinForm .school li:first-of-type {
    width: 15%;
    margin-right: 10px;
  }
  .joinForm .school li:nth-of-type(2) {
    width: 10%;
    margin-right: 10px;
  }
  .joinForm .school li:nth-of-type(3) {
    width: 40%;
    margin-top: 0;
    margin-right: 10px;
  }
  .joinForm .school li:nth-of-type(4) {
    width: 20%;
    margin-top: 0;
    margin-right: 10px;
  }
  .joinForm .school li:nth-of-type(5) {
    width: 15%;
    margin-top: 0;
  }
  .joinForm dd.history .addBtn {
    width: 280px;
  }
  .joinForm dd .historyBox ul li:first-of-type, .joinForm dd .historyBox ul li:nth-of-type(3) {
    width: 20%;
    margin-right: 10px;
  }
  .joinForm dd .historyBox ul li:nth-of-type(2), .joinForm dd .historyBox ul li:nth-of-type(4) {
    width: 19%;
    margin-right: 10px;
  }
  .joinForm dd .historyBox ul li:nth-of-type(2) {
    margin-right: 40px;
  }
  .joinForm dd .historyBox ul li:nth-of-type(2) ~ li {
    margin-top: 0;
  }
  .joinForm dd .historyBox ul li:nth-of-type(4) ~ li {
    margin-top: 10px;
    width: 100%;
  }
  .joinForm dd .historyBox ul li li:first-of-type, .joinForm dd .historyBox ul li li:nth-of-type(2) {
    width: 40% !important;
    margin-right: 2% !important;
    margin-bottom: 10px;
  }
  .joinForm dd .historyBox ul li li:nth-of-type(3) {
    width: 16% !important;
    margin-right: 0;
  }
  .joinForm dd .historyBox ul li li:nth-of-type(4), .joinForm dd .historyBox ul li li:nth-of-type(5) {
    margin-right: 2%;
  }
  .joinForm dd .historyBox ul li li {
    width: 32% !important;
  }
  .joinForm dd .historyBox ul li ul li:nth-of-type(4) ~ li {
    margin-top: 0;
  }
	.joinForm dd.spouse,.joinForm dd.enrolled{
		display: flex;
		align-items: center;
	}
.joinForm dd.spouse .selectIco,.joinForm dd.enrolled .selectIco{
	margin-top: 0;
	width: 30%;
}
	.joinForm dd.enrolled .selectIco{
		margin-left: 10px;
	}
	.joinForm .bdBt{
		border-bottom: dotted 1px #d6d6d6;
	}
	.joinForm .prBox{
		padding: 20px;
		font-weight: bold;
	}
	.joinForm .established{
		width: 40%;
	}
.joinForm .capital input{
	width: 20%;
}
  /**resume**/
  #resume {
    padding-top: 40px;
  }
  #resume h3 {
    padding: 20px;
  }
  #resume ul li {
    display: flex;
    flex-wrap: wrap;
  }
  #resume ul li dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  #resume ul li dt,ul.confirm li dt {
    width: 350px;
    padding: 30px 20px;
  }
  #resume ul li dd {
    width: 650px;
    padding: 30px 20px;
    position: relative;
    font-weight: bold;
  }
	ul.confirm li dd {
    width: 850px;
    padding: 30px 20px;
    position: relative;
    font-weight: bold;
  }
  #resume ul li dd:before,ul.confirm li dd:before {
    content: "";
    width: 1px;
    height: calc(100% - 40px);
    border-left: dotted 1px #ccc;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #resume .separate p {
    width: 175px;
    color: #000;
    font-weight: bold;
    padding: 30px 20px;
    background: none;
    text-align: left;
  }
  #resume .separate dl {
    width: 825px;
  }
  #resume .separate dl dt:before {
    content: "";
    width: 1px;
    height: 60%;
    border-left: dotted 1px #ccc;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #resume .separate dl dt {
    width: 175px;
    position: relative;
  }
  #resume .separate dl dd {
    width: 650px;
  }
  #resume .separate dl dt:last-of-type, #resume .separate dl dd:last-of-type {
    border-bottom: none;
  }
  #resume .separate.bdTop {
    border-top: dotted 1px #ccc;
  }
  #joinComp {
    padding: 0;
  }
  #joinComp h2 {
    font-size: 40px;
  }
  #joinComp p {
    font-size: 24px;
    margin-bottom: 40px;
  }
  #joinComp a {
    width: 300px;
    margin: 0 auto;
  }
  .baseJobBox {
    display: flex;
    transition: all 0.2s;
  }
	.favorite .baseJobBox{
		margin-bottom: 30px;
	}

  .baseJobBox .jobInfo {
    display: flex;
  }
  .baseJobBox .photo img {
    height: 100%;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
	.baseJobBox .info{
		padding: 20px 20px 10px 20px;
	}
  .baseJobBox .info h3 {
    font-size: 22px;
		padding:0 50px;
  }
	.baseJobBox .info p{
		padding:0 50px;
	}
  .baseJobBox .petList {
		padding:0 50px;
  }
	.baseJobBox.new .petList li:first-of-type{
		margin-left: 0;
	}
#resume .petList li{
	display: block;
}
	.baseJobBox .license{
		display: flex;
		flex-wrap: wrap;
		padding-left: 50px;
	}
	.baseJobBox .license li{
		margin-bottom: 10px !important;
		margin-right: 10px;
	}
  .jobPoint {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 0;
  }
  .jobPoint li {
    margin: 10px 10px 0 0;
  }
  .baseJobBox .control {
    width: 250px;
    padding: 0;
    margin: 20px 20px 20px 0;
    padding-left: 20px;
    border-left: solid 1px #ddd;
    position: relative;
  }
  .baseJobBox .control time {
    font-size: 14px;
    display: block;
    text-align: right;
  }
  .baseJobBox .control div {
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 0;
  }
#message{
  min-height: calc(100vh - 272px);
}
#messageBox{
	width: 1200px;
	margin: 0 auto;
	padding: 60px 0 125px 0;
	position: relative;
}
#message #messageCt ul{
	width: 1200px;
	margin: 0 auto;
}
#message #messageCt li:first-of-type{
	width: 1120px;
}
#message #messageCt li{
	width: 80px;
}
#message .clientMessage,#message .userMessage{
	margin-bottom: 60px;
}
#message .messageBody{
	width:800px;
}
#message .userMessage .userIcon{
	width: 70px;
	height: 70px;
	margin-right: 30px;
	line-height: 70px;
	font-size: 40px;
}
#message .userMessage .messageBody{
	padding: 40px;
	font-size: 16px;
}
#message .clientMessage .messageBody{
	padding: 40px;
	font-size: 16px;
}
#message .messageBody:before,
#message .messageBody:after{
	content: "";
	position: absolute;
}
#message .clientMessage .messageBody:before{
	top: 35px;
}
#message .userMessage .messageBody:before{
	top: 35px;
}
#message .userMessage .messageBody:after{
	top: 35px;
}
#message .clientMessage .messagePh{
	width: 70px;
	height: 70px;
	margin-left: 30px;
}
#message .clientMessage .messagePh img{
	height: 70px;
}
#message .clientMessage .jobInfo{
	display: flex;
	align-items: center;
}
#message .clientMessage .jobInfo li{
	text-align: center;
	margin-right: 20px;
}
#message .clientMessage .jobInfo li:first-of-type span{
	display: inline-block;
	padding:2px 20px;
	font-size: 14px;
	margin-right: 10px;
	margin-bottom: 0;
}
#message .clientMessage .jobInfo li:nth-of-type(2){
	font-size: 18px;
	margin-bottom: 0;
	padding-bottom: 5px;
}
#message .clientMessage .jobInfo li:nth-of-type(2) span{
	font-size: 24px;
}
#message .clientMessage .jobInfo li a{
	padding:5px 10px;
}
	#message .clientMessage .jobInfo li a:hover{
		background: #000;
	}
#message .userMessage .messageBody .messageResume{
	margin-top: 40px;
	display: flex;
}
	#message .userMessage .messageBody .messageResume li{
		width:35%;
		margin-right: 20px;
	}
	#message .userMessage .messageBody .messageResume li:not(:first-of-type){
		margin-top: 0;
	}
#message .userMessage .messageBody .messageResume li:nth-of-type(2){
	margin-top: 0;
}
#message .userMessage .messageBody .messageResume li a{
	padding: 15px 20px 15px 60px;
	font-size: 18px;
	border: solid 2px #ccc;
}
	#message .userMessage .messageBody .messageResume li a:hover{
		border: solid 2px #ddd;
	}
#message .userMessage .messageBody .messageResume li a:before{
	font-size: 26px;
}
#message .messageBody time{
	margin-bottom: 20px;
	font-size: 14px;
	}
	#message .adminMessage{
		margin: 0 100px 40px 100px;
	}
	#message .adminMessage .messageBody p{
		font-size: 16px;
	}
}