@charset "utf-8";
/* CSS Document */

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Helvetica, verdana, "Lucida Grande", "ＭＳ Ｐゴシック", "Osaka", Arial, sans-serif;
    color: #333333;
    font-size: 14px;
}
@media only screen and (max-width: 736px) {
    .imgPc {
        display: none;
    }
}

.imgSp {
    display: none;
}

@media only screen and (max-width: 736px) {
    .imgSp {
        display: inline-block;
    }
}

.whiteArea { background: #FFFFFF;}
.pinkArea {
    background: #fde8ef;
    padding: 20px 0 5px;
}
.inner {
    width: 95%;
    margin: 0 auto;
}

img {
    max-width: 100%;
    height: auto;
}
h3 {
    margin: 0 auto 10px;
    width: 83%;
}
.step h3{width: 96%;}
.environment h3{width: 100%;}
.income h3{width: 93%;}
.qa h3{width: 91%;}
h3,h4 { text-align: center;}
.text {
    text-align: left;
    line-height: 1.6;
}
.table {display: table;border-collapse: separate;}
.table .tablecell {display: table-cell;width: 50%;}
.taC { text-align: center;}
.taR { text-align: right;}
.annotation {
    color: #666666;
    text-align: left;
    line-height: 1.6;
    font-size: 12px;
}
em {
    color: #d94274;
    font-size: 28px;
    font-weight: bold;
}
em span {font-size: 24px;font-weight: normal;}
a:hover { opacity: 0.8;}
.fl-L { float: left;}
.fl-R { float: right;}

.inB { display: inline-block;}

/* table */
.tableArea table {
    border-collapse: separate;
    width: 100%;
}
.tableArea thead {
    background: #57b1cf;
}
.tableArea thead th {
    color: #FFFFFF;
    text-align: center;
    padding: 10px 0;
    border-right: 1px solid #0f90ba;
    border-top: 2px solid #0f90ba;
    font-size: 13px;
    line-height: 1.4;
}
.tableArea thead th span {
    font-size: 16px;
    -webkit-text-stroke-width: 0.8px;
    margin: 9px 0 0;
}
.tableArea thead th:first-child {
    border-left: 2px solid #0f90ba;
}
.tableArea tbody th,
.tableArea tbody td {
    border-right: 1px solid #0f90ba;
    border-bottom: 1px solid #0f90ba;
    vertical-align: middle;
}
.tableArea tbody td:last-child {
    border-right: 2px solid #0f90ba;
}
.tableArea tbody th {
    background: #fcf9f0;
    -webkit-text-stroke-width: 0.5px;
    width: 20%;
    padding: 10px 3%;
    border-left: 2px solid #0f90ba;
    line-height: 1.6;
}
.tableArea tbody td {
    background: white;
    width: 33.3%;
    padding: 10px 3%;
    line-height: 1.6;
}
.tableArea tr.last th,
.tableArea tr.last td {
    border-bottom: 2px solid #0f90ba;
    line-height: 1.4;
}
.tableArea table .br1 {border-radius: 15px 0 0 0;}
.tableArea table .br2 {border-radius: 0 16px 0 0;}
.tableArea table .br3 {border-radius: 0 0 0 16px;}
.tableArea table .br4 {border-radius: 0 0 14px 0;}


#header .top {
    width: 95%;
    margin: 8px auto 2px;
}
#header .top h1 {
    width: 35%;
}
#header .top h1 img {
    width: 95%;
}
#header .top .tel {
    text-align: right;
    vertical-align: middle;
    width: 32%;
}
#header .top .tel img {
    width: 90%;
}
#header .main {
    position: relative;
    background: url(../img/header_main_bg.jpg) no-repeat;
    background-size: 100%;
    background-color: #fde8ef;
    width: 100%;
    margin: 0 auto;
}
#header .main h2 {
    width: 72%;
    padding: 30px 0 15px 5px;
}
#header .main .merit {
    width: 97%;
    margin: 0 auto;
    padding-bottom: 10px;
}

.trouble {
    background: url(../img/trouble_bg.jpg) no-repeat top, url(../img/trouble_bg_btm.png) no-repeat bottom;
    background-size: 102%;
    padding: 30px 0 36px;
    margin: 0;
}
.trouble .title {
    color: #0b7496;
    font-weight: bold;
    line-height: 1.4;
    font-size: 15px;
    margin-bottom: 30px;
}
.trouble .inner {
    margin-bottom: 20px;
}
.trouble .title em {
    color: #0b7496;
    font-size: 18px;
    -webkit-text-stroke-width: 1.2px;
    -webkit-text-stroke-color: #0b7496;
    -webkit-text-fill-color: #0b7496;
}
.trouble .lead {
    margin: 60px auto 15px 0;
    width: 70%;
}
.trouble ul { padding: 0 0 30px;}
.trouble ul li {
    width: 67%;
}
.trouble ul li:nth-of-type(2),
.trouble ul li:nth-of-type(4) {
    margin: 5px 0 5px 26%;
    width: 74%;
}
.pinkArea.first {
    padding: 0 0 10px;
}
.appeal .lead {margin: 20px 5% 0;}
.environment ul.pointBox01 {
    background: #FFFFFF;
    box-shadow: 1px 1px 3px #e0d9d9;
    border-radius: 8px;
    padding: 0px;
    margin: 20px 0 30px;
}
.environment ul.pointBox01 li {
    text-align: center;
    position: relative;
    border-radius: 8px;
    background: #fcf9f0;
}
.environment ul.pointBox01 li:before,
.environment ul.pointBox01 li:after {
    content: " ";
    top: 0;
    position: absolute;
    z-index: 10;
}
.environment ul.pointBox01 li:before {
    width: 118px;
    height: 119px;
    left: -1px;
}
.environment ul.pointBox01 li.no03:before {background: url(../img/appeal_point_3.png) no-repeat;background-size: 50%;}

.environment ul.pointBox01 .textArea {
    text-align: left;
    padding: 15px 2% 10px 22%;
    position: relative;
    z-index: 9;
}
.environment ul.pointBox01 li .catch {
    position: relative;
    -webkit-text-stroke-width: 0.7px;
}
.environment ul.pointBox01 li .title {
    color: #d94274;
    font-size: 18px;
    -webkit-text-stroke-width: 0.8px;
    line-height: 1.3;
    margin: 5px 0;
    text-align: left;
}
.environment ul.pointBox01 li .text {
    line-height: 1.5;
    background: #e7f4f8;
    padding: 10px 15px 20px;
    position: relative;
}
.environment ul.pointBox01 li .text span {
    display: block;
    margin-top: 5px;
}

.yBlock {
    background: #fcf9f0;
    box-shadow: 0 1px 6px #e0d9d9;
    border-radius: 8px;
    padding: 20px 3% 20px;
    margin: 20px 0;
}
.appeal .inexperience .title {
    font-size: 15px;
    -webkit-text-stroke-width: 0.7px;
    color: #666;
    margin: 7px 0;
    line-height: 1.4;
}
.appeal .inexperience .graphArea div {
    margin: 20px 0;
}
.appeal .inexperience .graphArea p {
    text-align: center;
    width: 86%;
    margin: 0 auto 0 14%;
}
.appeal .inexperience .graphArea p .img3 {
    width: 70%;
}
.appeal .inexperience .graphArea .text{
    line-height: 1.7;
    text-align: left;
    margin: 10px 0;
    width: 100%;
}
.appeal .inexperience .graphArea .annotation {
    font-size: 13px;
    margin-top: 20px;
    text-align: left;
    margin: 20px 0;
}

.contactArea {
    background: url(../img/contact_img_triangle.png) no-repeat 50% 0;
    background-size: 40%;
    margin: 0 auto;
    padding: 60px 0 45px;
}
.contactBox {
    background-image: url(../img/contact_bg_top.png), url(../img/contact_bg_btm.png), url(../img/contact_bg_mdl.png);
    background-repeat: no-repeat, no-repeat, repeat-y;
    background-size: 95% 14px, 95% 14px, 95% 10px;
    background-position: top, bottom, center;
    padding: 25px 8% 20px;
}
.contactBox .title {
    margin-bottom: 20px;
}
.contactBox .btn {
    margin: 15px 0 10px;
}
.contactArea .briefingBox {
    background: #dbeef5;
    padding: 10px 5%;
    border-radius: 12px;
}
.contactArea .briefingBox .text {
    margin: 0 0 20px;
    -webkit-text-stroke-width: 0.6px;
}
.contactArea .briefingBox a {
    display: block;
    position: relative;
}

.environment {
    margin: 0 0 10px;
}
.environment .hikaku .lead {
    margin: 20px auto;
    width: 90%;
}
.environment .hikaku .text {
    margin: 0 0 25px;
}
.environment .hikaku .text.mb0 {
    margin: 0;
}
.environment .hikaku .text span {
    color: #d94274;
    font-weight: bold;
}
.environment .hikaku .textTitle {
    font-weight: bold;
    font-size: 18px;
}
.environment .hikaku table thead th:nth-of-type(1) {
    background: #e4e4e4;
    color: #333333;
}
.environment .hikaku table.iryo {
    margin: 15px 0;
}
.environment .hikaku table.iryo thead th {
    border-left: 1px solid #333333;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
}
.environment .hikaku table.iryo tbody th {
    border-left: 1px solid #333333;
}
.environment .hikaku table.iryo tbody td {
    border-right: 1px solid #333333;
}
.environment .hikaku table.iryo tbody tr.last th,
.environment .hikaku table.iryo tbody tr.last td {
    border-bottom: 1px solid #333333;
}
.environment .hikaku table.bsc thead th {
    background: #0f90ba;
    color: white;
}
.environment .hikaku table th {
    border-bottom: 1px solid #bfbfbf;
    width: 15%;
}
.environment .hikaku table th.br1 img {
    position: absolute;
    left: -4px;
    top: -9px;
}
.environment .hikaku table thead th:nth-of-type(2) {
    background: #e4e4e4;
    color: #333333;
}
.environment .hikaku table thead th {
    padding: 10px 0;
    border-radius: 15px 15px 0 0;
}
.environment .hikaku table thead th span {
    margin-top: 0;
    margin-bottom: 5px;
    -webkit-text-stroke-width: 0.5px;
}
.environment .hikaku table.bsc thead th span {
    font-size: 19px;
}
.environment .hikaku table tbody th {
    padding: 11px 0;
    text-align: center;
}
.environment .hikaku table tbody td:nth-child(odd) {
    background: #e7f4f8;
    border-right: 2px solid #0f90ba;
}
.environment .hikaku table tbody th,
.environment .hikaku table tbody td {
    border-right: 1px solid #bfbfbf;
    border-bottom: 1px dashed #bfbfbf;
    padding: 10px 5%;
}
.environment .hikaku table tbody tr.last th,
.environment .hikaku table tbody tr.last td {
    border-bottom: 2px solid #0f90ba;
}
.environment .hikaku table.bsc td {
    background: #e7f4f8;
    border-right: 2px solid #0f90ba;
}
.environment .hikaku .annotation {
    margin: 10px 0;
    line-height: 1.7;
}
.environment .hikaku .copy {
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin: 30px 0;
}
.environment .hikaku .copy span.marker {
    background: linear-gradient(transparent 30%, #f4c3d4 30%);
    -webkit-text-stroke-width: 0.8px;
    font-size: 20px;
    line-height: 1.5;
}

.environment .box ul li .detail:before {
    content: " ";
    background: url(../img/icon_day.png) no-repeat 0 0;
    background-size: 100%;
    display: block;
    width: 50px;
    height: 50px;
    top: -10px;
    right: 0;
    position: absolute;
}
.environment .box ul li .detail {
    background: #FFFFFF;
    position: relative;
    margin: 20px 1%;
    padding: 12px 5%;
    border: 1px solid #0f90c9;
    border-radius: 8px;
}
.environment ul li .detail .title {
    font-size: 20px;
    /* -webkit-text-stroke-width: 0.2px; */
}
.environment ul li .title {
    color: #0f90ba;
    margin-bottom: 10px;
    -webkit-text-stroke-width: 0.8px;
    font-size: 20px;
    line-height: 1.3;
}
.environment ul li .text {
    margin: 0 2%;
}
.environment ul li .img {
    margin: 10px 0 0;
}
.environment ul li .works {
    padding: 10px 0 0;
    border-spacing: 60px 0;
    margin-top: -30px;
}

.environment .skll {
    background: #FFFFFF;
    position: relative;
    margin: 20px 1%;
    padding: 12px 5%;
}
.environment .skll .title {
    color: #0f90ba;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
}

.environment ul li ul.day li {
    margin: 0 10px 0 0;
    line-height: 2;
}
.environment ul li.yBlock ul.day li span {
    color: #0f90c9;
}
.environment ul li .schedule .scheduleInner {
    background: url(../img/work_schedule_photo.jpg) no-repeat right bottom #FFFFFF;
    background-size: 33%;
    border: 1px solid #0f90c9;
    border-radius: 8px;
    padding: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}
.environment ul li.yBlock .annotation {
    font-size: 11px;
    width: 71%;
    margin-top: 10px;
}
.environment ul li.yBlock.friend .contents {
    padding: 10px 0 0;
}
.environment ul li.yBlock .time {
    line-height: 1.8;
}

.environment .graphArea.whiteArea {
    background: #fcf9f0;
    padding: 10px;
    margin-bottom: 20px;
}
.environment .graphArea.whiteArea img {
    width: 100%;
}
.environment .graphArea.whiteArea .text {
    margin: 10px 0 0;
}
.environment ul li.friend ul.txtUl {
    margin-top: 0;
}
.environment ul li.friend ul.txtUl li {
    border: 1px solid #c5ba98;
    padding: 12px;
    margin: 0 0 10px;
    border-radius: 8px;
    background: #fcf9f0;
}
.environment ul li.friend ul.txtUl li dt {
    -webkit-text-stroke-width: 0.7px;
    margin-bottom: 5px;
    background: url(../img/icon_plus02.png) no-repeat right center;
    background-size: 20px;
}
.environment ul li.friend ul.txtUl li dt.active {
    background: url(../img/icon_minus02.png)no-repeat right center;
    background-size: 20px;
}
.environment ul li.friend ul.txtUl li dd {
}

.income {
    padding: 20px 0;
}
.income .lead {
    text-align: center;
    margin: 0 auto 10px;
    width: 66%;
}
.income .img {
    vertical-align: top;
    width: 40%;
}
.income .number {
    font-size: 15px;
    -webkit-text-stroke-width: 1px;
    vertical-align: middle;
    line-height: 1.2;
}
.income .table2 {
    border: 2px solid #0f90ba;
    border-radius: 8px;
    background: #FFF;
}
.income .detail {
    vertical-align: top;
    width: 100%;
}
.income .detail table {
    width: 100%;
}
.income .detail table tr {
    border-bottom: 1px solid #0f90ba;
}
.income .detail table tr th {
    background: #fcf9f0;
    padding: 10px 4%;
    width: 40%;
    -webkit-text-stroke-width: 0.5px;
    border-right: 1px solid #0f90ba;
}
.income .detail table tr th.first { border-radius: 8px 0 0 0;}
.income .detail table tr td {
    padding: 0 2%;
}
.income h4 {
    margin: 30px 0 15px;
}

.income .tableArea table thead th {
    border-radius: 15px 15px 0 0;
}
.income .tableArea table thead th span {
    display: block;
    margin: 0;
    font-size: 24px;
}
.income .tableArea table tbody th {
    width: 9%;
    vertical-align: top;
}
.income table tbody th,
.income table tbody td {
}
.income .annotation {
    text-align: right;
    margin-top: 15px;
}
.income .conditions {
    padding: 20px 2%;
}
.income .conditions dd {
    line-height: 1.6;
    font-size: 14px;
    margin-top: 8px;
}

.income .example {
  text-align: center;
}
.income .example .number {
  margin: 15px 0;
  background: #FFFFFF;
  padding: 10px;
  border: 3px solid #d94274;
}
.income .example .attentio {
  text-align: left;
  margin-bottom: 15px;
  font-size: 11px;
}
.js-tab {padding-bottom: 10px; border-bottom: 2px solid #57b1cf;}
.js-tab:after {display: block;content: "";clear: both;}
.js-tab > div {float:left;cursor:pointer;}
.js-tab > div.active {background:#000;}
.js-tab_content {display:none;padding: 0 0 20px;}
.js-tab_content.active {display:block;}

.js-tab > div {
  display:block;
  float:left;
  background:#FFFFFF;
  width:49%;;
  height:60px;
  color: #57b1cf;
  text-align: center;
  padding: 10px 0;
  font-size: 13px;
  line-height: 1.4;
  font-weight: bold;
  box-shadow: 2px 3px 1px rgba(0,0,0,0.15);
}
.js-tab > div.active {
  background: #57b1cf;
  color: #FFFFFF;
}
.js-tab > div.tab01 {
  border-radius: 14px;
}
.js-tab > div.tab02 {
  margin-left: 2%;
  border-radius: 14px;
}

.js-tab > div span {
  display: block;
  margin: 0;
  font-size: 22px;
}

.qa {
    padding: 10px 0 10px;
}
.qa ul li {
    border-bottom: 1px dashed #bedce6;
    padding: 15px 0;
}
.qa ul li:last-child {
    border-bottom: none;
}
.qa ul li .img {
    width: 23%;
    vertical-align: top;
}
.qa ul li .textBox {
    vertical-align: top;
    padding: 0 2%;
}
.qa .question {
    color: #0f90ba;
    margin-bottom: 10px;
    padding-right: 30px;
    font-weight: bold;
    position: relative;
}
.qa .question:before {
    content: "＋";
    display: block;
    position: absolute;
    right: 0px;
    top: 12px;
    font-size: 30px;
}
.qa .question.open:before {
    content: "ー";
    display: block;
    position: absolute;
    right: 0px;
    top: 12px;
    font-size: 30px;
}
.qa .js-box {
    display: none;
}
.qa .answer {
    line-height: 1.4;
    width: 77%;
    padding: 0 4px;
}
.qa .graphArea {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px dashed #bedce6;
}
.qa .question span {
    display: table-cell;
    vertical-align: top;
    font-size: 20px;
    line-height: 1.4;
}
.qa span.em {
    font-size: 32px;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    -webkit-text-stroke-width: 1px;
    line-height: 0.8;
    padding-right: 10px;
}
.qa .answer span.em {
    color: #d94274;
    line-height: 0.8;
    text-align: right;
}
.qa .answer .bodyText {
    font-size: 12px;
}


.step {
    margin: 0 auto;
}
.step .lead {
    margin: 0 auto;
    width: 85%;
}
.step ul {
    display: table;
    margin: 10px 0;
}
.step ul li {
    display: table-cell;
    padding-right: 5px;
}
.step ul li:last-child {
    padding: 0;
    width: 17%;
}
.step .annotation {
    text-align: center;
}
.step h4 {
    margin: 30px 0 25px;
}
.step .img {
    margin: 15px 0;
}
.step .briefingBox {
    background: #FFFFFF;
    border: 2px solid #0f90ba;
    border-radius: 8px;
    padding: 20px 3% 13px;
    margin: 20px 0;
}
.step .briefingBox .title {
    vertical-align: top;
    margin-bottom: 10px;
}
.step .briefingBox .taC {
    width: 70%;
    margin: 20px auto 5px;
}
.step .briefingBox .img {
    vertical-align: bottom;
    margin: 5px 0 0;
    padding-left: 20px;
    width: 40%;
}
.step .briefingBox .table .text {
    vertical-align: middle;
    width: 60%;
}
.step .briefingBox .table .text img {
    margin: 3px 0;
}
.step .briefingBox a {
    display: block;
    margin-top: -6px;
}

.group {
    margin: 30px 0;
}
.group .title {
    color: #d94274;
    font-size: 22px;
    -webkit-text-stroke-width: 1px;
    text-align: center;
    line-height: 1.4;
    margin: 15px 0;
}
.group ul {
    margin: 16px 0 0;
}
.group ul li {
    float: left;
    width: 48.5%!important;
    padding-right: 3%;
    margin-bottom: 20px;
}
.group ul li:nth-child(even) {
    padding: 0;
}
.group ul li dl {
    line-height: 1.8;
    margin-top: 5px;
}
.group ul li dl dt {
    font-size: 14px;
    -webkit-text-stroke-width: 0.7px;
}
.group ul li dl dd {
    font-size: 13px;
}
.group .about {
    background: #f9dce5;
    padding: 10px;
    margin-bottom: 20px;
    -webkit-text-stroke-width: 0.7px;
}
.group .aboutArea {
    margin: 20px 0;
}
.group .aboutArea .company {
    vertical-align: top;
}
.group .aboutArea table th,
.group .aboutArea table td {
    padding: 3px 0;
}
.group .aboutArea table th {
    -webkit-text-stroke-width: 0.6px;
    width: 25%;
}
.group .aboutArea table td {
    padding-left: 20px;
    line-height: 1.4;
}
.group .aboutArea .img {
    text-align: center;
    width: 110px;
    margin: 15px auto 0;
}

#footer {
    border-top: 1px solid #bbb;
    padding: 20px 0;
    text-align: center;
    font-size: 13px;
}
#footer .copyright {
    margin: 10px 0;
}

/*改修css*/

#info_btn{
	position:fixed;
	bottom:0;
	z-index:9999;
	background-color: rgba(255,255,255,0.6);
	width:100%;
}

#info_btn p{
	width:60%;
	padding:0 20%;
}
#info_btn p a{
	display:block;
}

#info_btn p img{
	width:100%;
	height:auto;
	padding:10px 0;
}

.trouble .inner .btn1 a{
	display:block;
}

.trouble .inner .btn1 a img{
	width:100%;
	height:auto;
	}


.appeal .btn1 a{
	display:block;
}

.appeal .btn1 a img{
	width:100%;
	height:auto;
	}


.offerLinkAnchor {
    display: block;
    width: 100%;
    text-align: center;
}
.offerLinkAnchor a {
    display: inline-block;
}
.jobOfferLink {
    background: #ffffff;
    box-shadow: 0 1px 6px #e0d9d9;
    border-radius: 16px;
    padding: 10px;
    margin: 0 0 20px;
}
.jobOfferLink .titleArea {
    display: block;
    width: 100%;
    padding: 20px 0;
}
.jobOfferLink .titleArea .title {
    display: block;
    width: 100%;
}

.jobOfferLink .titleArea .img {
    display: table-cell;
    vertical-align: middle;
}
.jobOfferLink .titleArea .img img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.jobOfferLink .contentArea {
    display: block;
}
.jobOfferLink .contentArea .title {
    width: 100%;
    margin-bottom: 20px !important;
}
.jobOfferLink .hometxt  {
  margin: 10px 0;
  font-size: 11px;
}
.jobOfferLink .contentArea .homeList {
    border-radius: 16px;
    background: #fcf9f0;
    padding: 20px;
    display: block;
    font-size: 0;
    letter-spacing: -.4em;
}
.jobOfferLink .contentArea .homeList li {
    display: inline-block;
    vertical-align: middle;
    width: 33.3%;
    font-size: 14px;
    letter-spacing: normal;
}
.jobOfferLink .contentArea .homeList li:nth-child(n+4) {
    margin-top: 20px;
}
.jobOfferLink .contentArea .homeList li a {
    display: inline-block;
    vertical-align: middle;
    color: #666;
    font-weight: bold;
    text-decoration: none;
}
.jobOfferLink .contentArea .homeList li a:hover {
    text-decoration: underline;
}
.jobOfferLink .contentArea .homeList li a:before {
    content:  "";
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
    margin-top: -4px;
    background: url(../img/arrow_pink01.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

#kangolp_body_sp {
  height: 220px;
  resize: none;
}


.appeal .heading {
    position: relative;
    border-bottom: 2px solid #c9c9c9;
    text-align: center;
    padding: 35px 0;
}

.appeal .heading h2 {
    font-weight: bold;
    display: inline-block;
    position: relative;
}

.appeal .heading h2 span {
    font-size: 24px;
    background: linear-gradient(transparent 90%, #ffcc00 90%);
}

@media only screen and (max-width: 736px) {
    .appeal .heading h2 span {
        font-size: 21px;
    }
}

.appeal .heading h2 p {
    font-size: 34px;
    display: inline-block;
    background: linear-gradient(transparent 95%, #ffcc00 95%);
}

@media only screen and (max-width: 736px) {
    .appeal .heading h2 p {
        font-size: 21px;
        background: linear-gradient(transparent 90%, #ffcc00 90%);
    }
}

.appeal .heading h2::before {
    content: "";
    display: block;
    width: 120px;
    height: 117px;
    background: url("../img/bg_heading01_left.png") left top no-repeat;
    position: absolute;
    left: -170px;
    top: 50%;
    transform: translateY(-50%);
}

.appeal .heading h2::after {
    content: "";
    display: block;
    width: 108px;
    height: 118px;
    background: url("../img/bg_heading01_right.png") left top no-repeat;
    position: absolute;
    right: -120px;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (max-width: 736px) {
    .appeal .heading h2::before {
        width: 38px;
        height: 87px;
        background: url("../img/bg_heading01_left_sp.png") left top no-repeat;
        background-size: contain;
        left: -50px;
    }

    .appeal .heading h2::after {
        width: 41px;
        height: 79px;
        background: url("../img/bg_heading01_right_sp.png") left top no-repeat;
        background-size: contain;
        right: -50px;
    }
}

.appeal .heading::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 18px 0 18px;
    border-color: #c9c9c9 transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: -18px;
    transform: translateX(-50%);
    z-index: 1;
}

.appeal .heading::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 18px 0 18px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    z-index: 2;
}

@media only screen and (max-width: 736px) {

    .appeal .heading::before,
    .appeal .heading::after {
        border-width: 24px 38px 0 38px;
    }

    .appeal .heading::before {
        bottom: -24px;
    }

    .appeal .heading::after {
        bottom: -22px;
    }
}

.appeal .inner02 .appealPoint {
    background: url("../img/img_section01_nurse.jpg") right bottom no-repeat;
    background-size: 208px auto;
    margin-top: 55px;
    padding: 0 35px;
}

@media only screen and (max-width: 736px) {
    .appeal .inner02 .appealPoint {
        margin: 40px 15px 0;
        padding: 0 10px;
        background-size: 124px auto;
    }
}

.appeal .inner02 .appealPoint h3 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
    color: #333;
}

.appeal .inner02 .appealPoint h3 span {
    font-size: 18.5px;
    display: inline-block;
    padding: 0 35px;
    background: url("../img/bg_comment_popup_left03.png") left center no-repeat, url("../img/bg_comment_popup_right03.png") right center no-repeat;
}

@media only screen and (max-width: 736px) {
    .appeal .inner02 .appealPoint h3 span {
        font-size: 16px;
        background: url("../img/bg_comment_popup_left01.png") left center no-repeat, url("../img/bg_comment_popup_right01.png") right center no-repeat;
        background-size: contain;
    }
}

.appeal .inner02 .appealPoint h3 p {
    font-size: 34px;
}

@media only screen and (max-width: 736px) {
    .appeal .inner02 .appealPoint h3 p {
        font-size: 31px;
    }
}

.appeal .inner02 .appealPoint p.about {
    font-weight: bold;
    color: #5d5d5f;
    font-size: 20px;
    padding-bottom: 25px;
}

.appeal .inner02 .appealPoint p.about em {
    font-size: 34px;
    font-weight: bold;
    color: #e94e30;
}

@media only screen and (max-width: 736px) {
    .appeal .inner02 .appealPoint p.about {
        font-size: 14px;
    }

    .appeal .inner02 .appealPoint p.about em {
        font-size: 25px;
    }

    .appeal .inner02 .appealPoint p.about span {
        display: block;
    }
}

.appeal .flowUnder {
    width: 693px;
    margin: 0 auto;
    background: url("../img/bg_flow_triangle.svg") center top no-repeat;
    background-size: 693px auto;
    text-align: center;
    padding: 16px 0 45px;
}

@media only screen and (max-width: 736px) {
    .appeal .flowUnder {
        width: calc(100% - 20px);
        background-size: contain;
        padding: 5px 0 30px;
    }
}

.appeal .flowUnder span {
    font-size: 26px;
    font-weight: bold;
    color: #e94e30;
}

@media only screen and (max-width: 736px) {
    .appeal .flowUnder span {
        font-size: 18px;
    }
}
.appeal .workFlowWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.appeal .workFlowWrapper .caption {
    text-align: center;
    margin-top: 10px;
    display: block;
    width: 100%;
}

.caption {
    margin-top: 5px;
    text-align: center;
}
.appeal .workFlow {
    width: 100%;
    margin: 0;
    position: relative;
}

/* .appeal .workFlow::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 0 30px;
    position: absolute;
    right: -4px;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
} */


.appeal .workFlow header.period {
    padding: 10px 0;
    text-align: center;
}

.appeal .workFlow header.period h4 {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    display: inline-block;
    position: relative;
}

.appeal .workFlow header.period h4 em {
    font-weight: bold;
    color: #fff;
    font-size: 26px;
}

.appeal .workFlow header.period h4 span {
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-top: 6px;
}

@media only screen and (max-width: 736px) {
    .appeal .workFlow header.period h4 span {
        font-size: 16px;
        margin-top: 10px;
    }
}

.appeal .workFlow .overview {
    padding: 5px;
}

.appeal .workFlow .overview .overviewInner {
    background: #fff;
    padding: 10px 5px;
}

@media only screen and (max-width: 736px) {
    .appeal .workFlow .overview .overviewInner {
        padding: 10px 0;
        white-space: nowrap;
    }
}

.appeal .workFlow .overview .overviewInner .allowance {
    padding: 0;
    text-align: center;
}

.appeal .workFlow .overview .overviewInner .month,
.appeal .workFlow .overview .overviewInner .year {
    display: inline-block;
    margin: 0 22px;
}

@media only screen and (max-width: 736px) {

    .appeal .workFlow .overview .overviewInner .month,
    .appeal .workFlow .overview .overviewInner .year {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .appeal .workFlow .overview .overviewInner .year {
        margin-bottom: 10px;
    }
}

.appeal .workFlow .overview .overviewInner .year .curcle {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    padding: 7px 3px;
    font-weight: bold;
    border-radius: 100%;
    background: #e94e30;
}
.appeal .workFlow .overview .overviewInner .month .curcle {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
}

.appeal .workFlow .overview .overviewInner .month span,
.appeal .workFlow .overview .overviewInner .year span {
    color: #5d5d5f;
    font-weight: bold;
    vertical-align: middle;
    font-size: 16px;
}

@media only screen and (min-width: 737px) {

    .appeal .workFlow .overview .overviewInner .month span,
    .appeal .workFlow .overview .overviewInner .year span {
        padding: 0 5px;
    }
}

.appeal .workFlow .overview .overviewInner .month span em,
.appeal .workFlow .overview .overviewInner .year span em {
    padding: 0 5px;
    vertical-align: middle;
    display: inline-block;
}

@media only screen and (max-width: 736px) {
    .appeal .workFlow .overview .overviewInner .month span em,
    .appeal .workFlow .overview .overviewInner .year span em {
        color: #e94e30;
        padding: 0 2px;
    }
}

.appeal .workFlow .overview .overviewInner .month span em {
    color: #e94e30;
    font-size: 20px;
}
.appeal .workFlow .overview .overviewInner .month span {
    font-size: 16px;
}
.appeal .workFlow .overview .overviewInner .month {
    margin-top: 10px;
}

.appeal .workFlow .overview .overviewInner .workStyle {
    padding: 20px 40px 25px;
}

@media only screen and (max-width: 736px) {
    .appeal .workFlow .overview .overviewInner .workStyle {
        padding: 0;
    }
}

.appeal .workFlow .overview .overviewInner .workStyle ul {
    padding: 0 25px;
}

@media only screen and (max-width: 736px) {
    .appeal .workFlow .overview .overviewInner .workStyle ul {
        padding: 10px;
    }
}

.appeal .workFlow .overview .overviewInner .workStyle ul li {
    display: inline-block;
    margin-bottom: 7px;
}

@media only screen and (max-width: 736px) {
    .appeal .workFlow .overview .overviewInner .workStyle ul li {
        display: block;
        margin-bottom: 4px;
    }
}

.appeal .workFlow .overview .overviewInner .workStyle ul li:nth-child(odd) {
    width: 330px;
}

@media only screen and (max-width: 736px) {
    .appeal .workFlow .overview .overviewInner .workStyle ul li:nth-child(odd) {
        width: 100%;
    }
}

.appeal .workFlow .overview .overviewInner .workStyle ul li dl dt,
.appeal .workFlow .overview .overviewInner .workStyle ul li dl dd {
    display: inline-block;
    color: #5d5d5f;
}

.appeal .workFlow .overview .overviewInner .workStyle ul li dl dt {
    font-weight: bold;
    width: 80px;
}

.appeal .workFlow .overview .overviewInner .workStyle ul li dl dd::before {
    content: "：";
    font-weight: bold;
    padding-right: 15px;
}

@media only screen and (max-width: 736px) {
    .appeal .workFlow .overview .overviewInner .workStyle ul li {
        font-size: 14px;
    }

    .appeal .workFlow .overview .overviewInner .workStyle ul li dl {
        display: flex;
    }

    .appeal .workFlow .overview .overviewInner .workStyle ul li dl dt {
        width: 60px;
    }

    .appeal .workFlow .overview .overviewInner .workStyle ul li dl dd {
        flex: 1;
        text-indent: -29px;
        padding-left: 29px;
    }
}

.appeal .workFlow .overview .overviewInner .workStyle .conditions {
    background: #f2f0e7;
    padding: 10px 15px 15px 25px;
    margin-top: 10px;
    color: #5d5d5f;
}

@media only screen and (max-width: 736px) {
    .appeal .workFlow .overview .overviewInner .workStyle .conditions {
        font-size: 12px;
        padding: 10px 15px;
        margin-top: 0;
    }
}

.appeal .workFlow .overview .overviewInner .workStyle .conditions p {
    font-weight: bold;
}

@media only screen and (max-width: 736px) {
    .appeal .workFlow .overview .overviewInner .workStyle .conditions p {
        margin-bottom: 5px;
    }
}

.appeal .workFlow .overview .overviewInner .workStyle .conditions ul {
    padding: 0;
}

.appeal .workFlow .overview .overviewInner .workStyle .conditions ul li {
    display: inline-block;
    width: auto;
    font-size: 14px;
    min-width: 100px;
    padding-right: 10px;
    margin-bottom: 0;
}

.appeal .workFlow .overview .overviewInner .workStyle .conditions ul li::before {
    content: "・";
}

@media only screen and (max-width: 736px) {
    .appeal .workFlow .overview .overviewInner .workStyle .conditions ul li {
        display: block;
    }
}

.appeal .workFlow.new {
    background: #fa937f;
}

.appeal .workFlow.new::after {
    border-color: #fcc9bf transparent transparent transparent;
}

.appeal .workFlow.new header.period {
    background: #e94e30;
}

.appeal .workFlow.new .overview .overviewInner .month span em img {
    width: 47px;
}

.appeal .workFlow.new .overview .overviewInner .year span em img {
    width: 34px;
}

.appeal .workFlow.duration {
    background: #5dc6a2;
}

@media only screen and (max-width: 736px) {

    .appeal .workFlow.duration header.period h4 {
        letter-spacing: 0.1em;
    }

    .appeal .workFlow.duration header.period h4 span {
        font-size: 12px;
        letter-spacing: normal;
        margin-top: 0px;
    }
}

.appeal .workFlow.duration .overview .overviewInner .month span em img {
    width: 47px;
}

.appeal .workFlow.duration .overview .overviewInner .year span {
    color: #e94e30;
    display: inline-block;
    background: linear-gradient(transparent 80%, #fdf34a 80%);
}

.appeal .workFlow.duration .overview .overviewInner .year span em img {
    width: 40px;
}

.appeal .workFlow.duration::after {
    display: none;
}

.appeal .workFlow.duration header.period {
    background: #16a776;
}

.appeal .alsoWork {
    margin-top: 80px;
}

@media only screen and (max-width: 736px) {
    .appeal .alsoWork {
        margin-top: 30px;
    }
}

.appeal .alsoWork h3 {
    text-align: center;
}

@media only screen and (max-width: 736px) {
    .appeal .alsoWork h3 img {
        width: 260px;
    }
}

.appeal .alsoWork .workTypeBox {
    margin-top: 85px;
    display: flex;
    justify-content: space-between;
    color: #5d5d5f;
}

@media only screen and (max-width: 736px) {
    .appeal .alsoWork .workTypeBox {
        display: block;
        margin-top: 0;
    }
}
.appeal .alsoWork .workTypeBox .overview {
    display: none;
}

.appeal .alsoWork .workTypeBox .areaNurse,
.appeal .alsoWork .workTypeBox .leader,
.appeal .alsoWork .workTypeBox .corpStaff {
    width: 303px;
    position: relative;
    margin-top: 10px;
}

@media only screen and (max-width: 736px) {

    .appeal .alsoWork .workTypeBox .areaNurse,
    .appeal .alsoWork .workTypeBox .leader,
    .appeal .alsoWork .workTypeBox .corpStaff {
        width: 100%;
        box-sizing: border-box;
    }
}

.appeal .alsoWork .workTypeBox .areaNurse .image,
.appeal .alsoWork .workTypeBox .leader .image,
.appeal .alsoWork .workTypeBox .corpStaff .image {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -60px;
}

@media only screen and (max-width: 736px) {

    .appeal .alsoWork .workTypeBox .areaNurse .image,
    .appeal .alsoWork .workTypeBox .leader .image,
    .appeal .alsoWork .workTypeBox .corpStaff .image {
        position: static;
        left: auto;
        transform: none;
        top: auto;
        float: right;
        margin-left: 10px;
    }
}

.appeal .alsoWork .workTypeBox .areaNurse .type,
.appeal .alsoWork .workTypeBox .leader .type,
.appeal .alsoWork .workTypeBox .corpStaff .type {
    padding: 15px 0;
    text-align: center;
}

@media only screen and (max-width: 736px) {

    .appeal .alsoWork .workTypeBox .areaNurse .type,
    .appeal .alsoWork .workTypeBox .leader .type,
    .appeal .alsoWork .workTypeBox .corpStaff .type {
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        padding: 15px 6px 15px;
        align-items: center;
        text-align: left;
    }
}

.appeal .alsoWork .workTypeBox .areaNurse .type .job,
.appeal .alsoWork .workTypeBox .leader .type .job,
.appeal .alsoWork .workTypeBox .corpStaff .type .job {
    font-size: 24px;
    font-weight: bold;
    color: #5d5d5f;
}

@media only screen and (max-width: 736px) {

    .appeal .alsoWork .workTypeBox .areaNurse .type .job,
    .appeal .alsoWork .workTypeBox .leader .type .job,
    .appeal .alsoWork .workTypeBox .corpStaff .type .job {
        font-size: 17px;
        display: inline-block;
        flex: 1.2;
    }
}

.appeal .alsoWork .workTypeBox .areaNurse .type .payment,
.appeal .alsoWork .workTypeBox .leader .type .payment,
.appeal .alsoWork .workTypeBox .corpStaff .type .payment {
    font-size: 18px;
    font-weight: bold;
    vertical-align: baseline;
    color: #5d5d5f;
}

@media only screen and (max-width: 736px) {

    .appeal .alsoWork .workTypeBox .areaNurse .type .payment,
    .appeal .alsoWork .workTypeBox .leader .type .payment,
    .appeal .alsoWork .workTypeBox .corpStaff .type .payment {
        font-size: 14px;
        display: inline-block;
        flex: 1.8;
    }
}

.appeal .alsoWork .workTypeBox .areaNurse .type .payment img,
.appeal .alsoWork .workTypeBox .leader .type .payment img,
.appeal .alsoWork .workTypeBox .corpStaff .type .payment img {
    vertical-align: bottom;
    padding: 0 5px;
}

.appeal .alsoWork .workTypeBox .areaNurse .type .payment span,
.appeal .alsoWork .workTypeBox .leader .type .payment span,
.appeal .alsoWork .workTypeBox .corpStaff .type .payment span {
    font-size: 9px;
    vertical-align: 7px;
}

@media only screen and (max-width: 736px) {

    .appeal .alsoWork .workTypeBox .areaNurse .type .payment span,
    .appeal .alsoWork .workTypeBox .leader .type .payment span,
    .appeal .alsoWork .workTypeBox .corpStaff .type .payment span {
        font-size: 7px;
    }
}

.appeal .alsoWork .workTypeBox .areaNurse .overview,
.appeal .alsoWork .workTypeBox .leader .overview,
.appeal .alsoWork .workTypeBox .corpStaff .overview {
    padding: 15px 20px;
    font-size: 14px;
    overflow: hidden;
}

.appeal .alsoWork .workTypeBox .areaNurse {
    border: 4px solid #1672a7;
    background: #ddeef8;
}

.appeal .alsoWork .workTypeBox .areaNurse .overview {
    border-top: 2px solid #1672a7;
}
.appeal .alsoWork .workTypeBox .areaNurse .type {
    padding-right: 25px;
    position: relative;
}
.appeal .alsoWork .workTypeBox .areaNurse .type:before {
    content: "＋";
    display: block;
    color: #1672a7;
    font-weight: bold;
    font-size: 26px;
    position: absolute;
    right: 3px;
    top: 10px;
}
.appeal .alsoWork .workTypeBox .areaNurse .type.open:before {
    content: "ー";
    display: block;
    color: #1672a7;
    font-weight: bold;
    font-size: 20px;
    position: absolute;
    right: 3px;
    top: 10px;
}
.appeal .alsoWork .workTypeBox .areaNurse .type .job {
    color: #1672a7;
}

.appeal .alsoWork .workTypeBox .areaNurse .payment img {
    width: 40px;
}

.appeal .alsoWork .workTypeBox .leader,
.appeal .alsoWork .workTypeBox .corpStaff {
    border: 2px solid #ffcc00;
    background: #fff;
}
.appeal .alsoWork .workTypeBox .leader .type,
.appeal .alsoWork .workTypeBox .corpStaff .type {
    padding-right: 30px;
}

.appeal .alsoWork .workTypeBox .leader .overview,
.appeal .alsoWork .workTypeBox .corpStaff .overview {
    border-top: 2px solid #ffcc00;
}

.appeal .alsoWork .workTypeBox .leader .payment img {
    width: 40px;
}

.appeal .alsoWork .workTypeBox .corpStaff .payment img {
    width: 40px;
}
.appeal .alsoWork .workTypeBox .leader .type:before,
.appeal .alsoWork .workTypeBox .corpStaff .type:before {
    content: "＋";
    display: block;
    color: #ffcc00;
    font-weight: bold;
    font-size: 26px;
    position: absolute;
    right: 3px;
    top: 10px;
}
.appeal .alsoWork .workTypeBox .leader .type.open:before,
.appeal .alsoWork .workTypeBox .corpStaff .type.open:before {
    content: "ー";
    display: block;
    color: #ffcc00;
    font-weight: bold;
    font-size: 20px;
    position: absolute;
    right: 3px;
    top: 10px;
}

.appeal .annotation {
    text-align: right;
    font-size: 12px;
    margin-right: 55px;
    margin-top: 15px;
    color: #5d5d5f;
}

@media only screen and (max-width: 736px) {
    .appeal .annotation {
        text-align: left;
        font-size: 10px;
        margin: 10px 15px 0;
    }
}

.appeal .severancePay {
    text-align: center;
    color: #e94e30;
    font-weight: bold;
    font-size: 23px;
}

@media only screen and (max-width: 736px) {
    .appeal .severancePay {
        font-size: 18px;
        margin-top: 25px;
    }
}
.checkPointTitle {
    margin-top: 40px;
}
.checkPointTitle .lead {
    text-align: center;
    margin: 0 auto 10px;
    width: 48%;
}
.checkPoint {
    margin-top: 15px;
    background: #60c7a4;
}

.checkPoint .inner02 {
    padding: 10px;
    box-sizing: border-box;
}

.checkPoint .inner02 .checkInnerBox {
    background: #fff;
    position: relative;
    padding: 30px;
    position: relative;
}
.checkPoint .inner02 .checkInnerBox+.checkInnerBox {
    margin-top: 20px;
}

.checkPoint .inner02 .checkInnerBox::before {
    content: "";
    width: 68px;
    height: 68px;
    background: url("../img/icon_triangle_check.png") left top no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
}

@media only screen and (max-width: 736px) {
    .checkPoint .inner02 .checkInnerBox {
        padding: 30px 15px 20px;
    }

    .checkPoint .inner02 .checkInnerBox::before {
        width: 74px;
        height: 74px;
    }
}

.checkPoint .inner02 .checkInnerBox h2 {
    line-height: 1.4;
    color: #16a776;
    font-size: 28px;
    font-weight: bold;
    border-bottom: 2px solid #16a776;
    padding-bottom: 15px;
    text-align: center;
}

.checkPoint .inner02 .checkInnerBox h2 span {
    font-size: 24px;
}

@media only screen and (max-width: 736px) {
    .checkPoint .inner02 .checkInnerBox h2 {
        font-size: 27px;
    }

    .checkPoint .inner02 .checkInnerBox h2 span {
        font-size: 27px;
    }
}

.checkPoint .inner02 .checkInnerBox h2 small {
    color: #5d5d5f;
    display: inline;
    margin: 0;
    padding: 0;
    font-size: 12px;
    vertical-align: baseline;
}

.checkPoint .inner02 .checkInnerBox p {
    text-align: center;
    padding: 20px;
    color: #5d5d5f;
}

@media only screen and (max-width: 736px) {
    .checkPoint .inner02 .checkInnerBox p {
        font-size: 14px;
    }
}

.checkPoint .inner02 .checkInnerBox p+dl dd ul li {
    margin: 5px 0;
}

.checkPoint .inner02 .checkInnerBox dl {
    color: #5d5d5f;
}

.checkPoint .inner02 .checkInnerBox dl dt {
    background: #e0f5ee;
    padding: 10px 20px;
    font-weight: bold;
}

@media only screen and (max-width: 736px) {
    .checkPoint .inner02 .checkInnerBox dl dt {
        padding: 10px 15px;
    }
}

.checkPoint .inner02 .checkInnerBox dl dt span {
    float: right;
    color: #fff;
    font-size: 12px;
    background: #e94e30;
    display: inline-block;
    padding: 3px 10px;
}

.checkPoint .inner02 .checkInnerBox dl dd {
    padding: 15px;
}

@media only screen and (max-width: 736px) {
    .checkPoint .inner02 .checkInnerBox dl dd {
        padding: 10px 15px;
    }
}

.checkPoint .inner02 .checkInnerBox dl dd p.annotation {
    text-align: right;
    padding-bottom: 0;
    font-size: 12px;
}

@media only screen and (max-width: 736px) {
    .checkPoint .inner02 .checkInnerBox dl dd p.annotation {
        text-align: left;
        font-size: 10px;
        padding: 10px 0 0;
    }
}

.checkPoint .inner02 .checkInnerBox dl dd ul {
    font-size: 0;
    letter-spacing: -0.4em;
}

.checkPoint .inner02 .checkInnerBox dl dd ul li {
    width: 50%;
    display: inline-block;
    font-size: 14px;
    letter-spacing: normal;
}

.checkPoint .inner02 .checkInnerBox dl dd ul li::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #16a776;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    vertical-align: 3px;
}

@media only screen and (max-width: 736px) {
    .checkPoint .inner02 .checkInnerBox dl dd ul li {
        display: block;
        width: 100%;
    }
}

.checkPoint .inner02 .checkInnerBox dl dd span {
    font-size: 21px;
    color: #e94e30;
    font-weight: bold;
    vertical-align: baseline;
}

.checkPoint .inner02 .checkInnerBox dl dd span b {
    font-size: 28px;
    vertical-align: -1px;
}

@media only screen and (max-width: 736px) {
    .checkPoint .inner02 .checkInnerBox dl dd span {
        font-size: 18px;
    }

    .checkPoint .inner02 .checkInnerBox dl dd span b {
        font-size: 24px;
    }
}

.checkPoint .inner02 .checkInnerBox .imgGraph {
    text-align: center;
}

.checkPoint .inner02 .checkInnerBox .imgGraph+p {
    text-align: left;
    color: #5d5d5f;
    text-align: left;
    padding: 15px 0;
    font-size: 14px;
}

@media only screen and (max-width: 736px) {
    .checkPoint .inner02 .checkInnerBox .imgGraph img {
        width: 100%;
    }
}

.checkPoint .inner02 .checkInnerBox ul.welfare {
    padding: 20px 40px;
}

@media only screen and (max-width: 736px) {
    .checkPoint .inner02 .checkInnerBox ul.welfare {
        padding: 0;
    }
}

.checkPoint .inner02 .checkInnerBox ul.welfare li {
    padding: 20px 0 20px 75px;
}

@media only screen and (max-width: 736px) {
    .checkPoint .inner02 .checkInnerBox ul.welfare li {
        padding: 20px 0 20px 72px;
    }
}

.checkPoint .inner02 .checkInnerBox ul.welfare li:first-child {
    background: url("../img/icon_checkpoint_welfare01.png") 6px center no-repeat;
    background-size: 48px auto;
}

.checkPoint .inner02 .checkInnerBox ul.welfare li:nth-child(2) {
    background: url("../img/icon_checkpoint_welfare02.png") 8px center no-repeat;
    background-size: 39px auto;
}

.checkPoint .inner02 .checkInnerBox ul.welfare li:nth-child(3) {
    background: url("../img/icon_checkpoint_welfare03.png") 6px center no-repeat;
    background-size: 47px auto;
}

.checkPoint .inner02 .checkInnerBox ul.welfare li p {
    text-align: left;
    padding: 0;
    margin-top: 5px;
}

@media only screen and (max-width: 736px) {
    .checkPoint .inner02 .checkInnerBox ul.welfare li p {
        font-size: 12px;
    }
}

.checkPoint .inner02 .checkInnerBox ul.welfare li h3 {
    padding: 0;
    font-weight: bold;
    background: none;
    text-align: left;
    color: #5d5d5f;
    line-height: 1.4;
    font-size: 20px;
    letter-spacing: 0.02em;
    margin: 0 0 10px;
    width: 100%;
}

@media only screen and (max-width: 736px) {
    .checkPoint .inner02 .checkInnerBox ul.welfare li h3 {
        font-size: 16px;
        letter-spacing: normal;
    }
}

.checkPoint .inner02 .checkInnerBox ul.welfare li h3 em {
    display: inline-block;
    background: #fffad4;
    font-weight: bold;
    color: #e94e30;
    vertical-align: baseline;
    font-size: 26px;
}

@media only screen and (max-width: 736px) {
    .checkPoint .inner02 .checkInnerBox ul.welfare li h3 em {
        display: inline;
        font-size: 20px;
    }
}

.checkPoint .inner02 .checkInnerBox small {
    color: #5d5d5f;
    display: block;
    margin: 0 40px 20px;
    font-size: 16px;
}

@media only screen and (max-width: 736px) {
    .checkPoint .inner02 .checkInnerBox small {
        font-size: 12px;
        margin: 10px 0;
    }
}

.checkPoint .inner02 .checkInnerBox h3 {
    background: #35b88b;
    color: #fff;
    font-weight: bold;
    padding: 8px;
    text-align: center;
}

.checkPoint .inner02 .checkInnerBox .mapLink {
    padding: 50px 50px 80px;
    background: url("../img/img_map.png") right bottom no-repeat;
}

@media only screen and (max-width: 736px) {
    .checkPoint .inner02 .checkInnerBox .mapLink {
        background: none;
        padding: 20px 0;
    }
}

.checkPoint .inner02 .checkInnerBox .mapLink ul {
    width: 380px;
}

@media only screen and (max-width: 736px) {
    .checkPoint .inner02 .checkInnerBox .mapLink ul {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
}

.checkPoint .inner02 .checkInnerBox .mapLink ul li {
    display: inline-block;
    width: 90px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 736px) {
    .checkPoint .inner02 .checkInnerBox .mapLink ul li {
        width: 25%;
        font-size: 14px;
        padding-left: 13px;
        text-indent: -13px;
        box-sizing: border-box;
    }
}

.checkPoint .inner02 .checkInnerBox .mapLink ul li::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 12px;
    background: url("../img/icon_arrow_pink.svg") left center no-repeat;
    background-size: cover;
    margin-right: 7px;
    vertical-align: -1px;
}

.checkPoint .inner02 .checkInnerBox .mapLink ul li a {
    color: #5d5d5f;
}

.checkPoint .inner02 .checkInnerBox .mapLink p {
    text-align: left;
    padding: 0;
}

@media only screen and (max-width: 736px) {
    .checkPoint .inner02 .checkInnerBox .mapLink p {
        font-size: 10px;
    }
}

.kangoPoint .heading {
    position: relative;
    border-bottom: 2px solid #c9c9c9;
    text-align: center;
    padding: 35px 0;
    background: #fff;
    width: 105%;
    margin-left: -2.5%;
    margin-top: 30px;
}

.kangoPoint .heading h2 {
    font-weight: bold;
    display: inline-block;
    position: relative;
}

.kangoPoint .heading h2 span {
    font-size: 24px;
    background: linear-gradient(transparent 90%, #ffcc00 90%);
}

@media only screen and (max-width: 736px) {
    .kangoPoint .heading h2 span {
        font-size: 21px;
    }
}

.kangoPoint .heading h2 p {
    font-size: 34px;
    display: inline-block;
    background: linear-gradient(transparent 95%, #ffcc00 95%);
}

@media only screen and (max-width: 736px) {
    .kangoPoint .heading h2 p {
        font-size: 21px;
        background: linear-gradient(transparent 90%, #ffcc00 90%);
    }
}

.kangoPoint .heading h2::before {
    content: "";
    display: block;
    width: 120px;
    height: 117px;
    background: url("../img/bg_heading01_left.png") left top no-repeat;
    position: absolute;
    left: -170px;
    top: 50%;
    transform: translateY(-50%);
}

.kangoPoint .heading h2::after {
    content: "";
    display: block;
    width: 108px;
    height: 118px;
    background: url("../img/bg_heading01_right.png") left top no-repeat;
    position: absolute;
    right: -120px;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (max-width: 736px) {
    .kangoPoint .heading h2::before {
        width: 38px;
        height: 87px;
        background: url("../img/bg_heading01_left_sp.png") left top no-repeat;
        background-size: contain;
        left: -35px;
    }

    .kangoPoint .heading h2::after {
        width: 41px;
        height: 79px;
        background: url("../img/bg_heading01_right_sp.png") left top no-repeat;
        background-size: contain;
        right: -34px;
    }
}

.kangoPoint .heading::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 18px 0 18px;
    border-color: #c9c9c9 transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: -18px;
    transform: translateX(-50%);
    z-index: 1;
}

.kangoPoint .heading::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 18px 0 18px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    z-index: 2;
}

@media only screen and (max-width: 736px) {

    .kangoPoint .heading::before,
    .kangoPoint .heading::after {
        border-width: 24px 38px 0 38px;
    }

    .kangoPoint .heading::before {
        bottom: -24px;
    }

    .kangoPoint .heading::after {
        bottom: -22px;
    }
}

.kangoPoint .inner02 {
    padding: 90px 10px 50px;
}

@media only screen and (max-width: 736px) {
    .kangoPoint .inner02 {
        padding: 35px 15px 15px;
    }
}

.kangoPoint .inner02 .pointBox {
    border: 4px solid #e43f7d;
    position: relative;
    margin-bottom: 77px;
}

@media only screen and (max-width: 736px) {
    .kangoPoint .inner02 .pointBox {
        border-width: 2px;
        margin-bottom: 22px;
    }
}

.kangoPoint .inner02 .pointBox:nth-child(1) h2 {
    background: url("../img/icon_clock_pc.png") 100px center no-repeat;
    background-color: #fff;
    letter-spacing: -0.1em;
}

@media only screen and (max-width: 736px) {
    .kangoPoint .inner02 .pointBox:nth-child(1) h2 {
        background: url("../img/icon_clock.png") 18px center no-repeat;
        background-color: #fff;
        background-size: 30px 30px;
    }
}

.kangoPoint .inner02 .pointBox:nth-child(2) h2 {
    background: url("../img/icon_heart_pc.png") 140px center no-repeat;
    background-color: #fff;
}

@media only screen and (max-width: 736px) {
    .kangoPoint .inner02 .pointBox:nth-child(2) h2 {
        background: url("../img/icon_heart.png") 18px center no-repeat;
        background-color: #fff;
        background-size: 31px 27px;
    }
}


.kangoPoint .inner02 .pointBox:nth-child(3) {
    margin-bottom: 0px;
}

.kangoPoint .inner02 .pointBox:nth-child(3) h2 {
    background: url("../img/icon_beginner_pc.png") 140px center no-repeat;
    background-color: #fff;
}

@media only screen and (max-width: 736px) {
    .kangoPoint .inner02 .pointBox:nth-child(3) h2 {
        background: url("../img/icon_follow.png") 22px center no-repeat;
        background-color: #fff;
        background-size: 24px 35px;
        padding-left: 60px;
    }
}

.kangoPoint .inner02 .pointBox .pointLabel {
    position: absolute;
    left: -18px;
    top: -30px;
}

@media only screen and (max-width: 736px) {
    .kangoPoint .inner02 .pointBox .pointLabel {
        width: 60px;
        left: -9px;
        top: -15px;
        z-index: 2;
    }
}

.kangoPoint .inner02 .pointBox h2 {
    text-align: center;
    color: #e43f7d;
    font-weight: bold;
    line-height: 1.2;
    font-size: 28px;
    padding: 20px 0;
}

.kangoPoint .inner02 .pointBox h2 span {
    font-size: 21px;
}

@media only screen and (max-width: 736px) {
    .kangoPoint .inner02 .pointBox h2 {
        text-align: left;
        font-size: 21px;
        padding-left: 60px;
        padding-right: 25px;
        position: relative;
    }

    .kangoPoint .inner02 .pointBox h2 span {
        font-size: 16px;
    }

    .kangoPoint .inner02 .pointBox h2::before,
    .kangoPoint .inner02 .pointBox h2::after {
        content: "";
        display: block;
        background: #e43f7d;
        background-size: contain;
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        transition: 0.2s;
    }

    .kangoPoint .inner02 .pointBox h2::before {
        width: 18px;
        height: 2px;
    }

    .kangoPoint .inner02 .pointBox h2::after {
        width: 2px;
        height: 18px;
        right: 20px;
    }

    .kangoPoint .inner02 .pointBox h2.open::after {
        transform: rotate(90deg);
        margin-top: -9px;
        transition: 0.2s;
    }
}

.kangoPoint .inner02 .pointBox .accordionInner {
    border-top: 4px solid #e43f7d;
    padding: 25px;
    color: #5d5d5f;
    background: #fff;
}

@media only screen and (max-width: 736px) {
    .kangoPoint .inner02 .pointBox .accordionInner {
        display: none;
        padding: 20px 15px;
        border-top-width: 2px;
    }
}

.kangoPoint .inner02 .pointBox .accordionInner p {
    font-weight: bold;
    margin-bottom: 20px;
}

@media only screen and (max-width: 736px) {
    .kangoPoint .inner02 .pointBox .accordionInner p {
        font-size: 14px;
    }
}

.kangoPoint .inner02 .pointBox .accordionInner .innerContent {
    background: #fffae5;
}

.kangoPoint .inner02 .pointBox .accordionInner .innerContent h3 {
    text-align: center;
    background: #ff6945;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    padding: 14px 0;
}

@media only screen and (max-width: 736px) {
    .kangoPoint .inner02 .pointBox .accordionInner .innerContent h3 {
        font-size: 14px;
        padding: 10px 0;
    }
}

.kangoPoint .inner02 .pointBox .accordionInner .innerContent h3.ranking::before,
.kangoPoint .inner02 .pointBox .accordionInner .innerContent h3.ranking::after {
    content: "";
    width: 37px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    background: url("../img/img_crown_pc.png") left top no-repeat;
}

.kangoPoint .inner02 .pointBox .accordionInner .innerContent h3.ranking::before {
    margin-right: 120px;
}

.kangoPoint .inner02 .pointBox .accordionInner .innerContent h3.ranking::after {
    margin-left: 120px;
}

@media only screen and (max-width: 736px) {
    .kangoPoint .inner02 .pointBox .accordionInner .innerContent h3.ranking::before {
        margin-right: 20px;
    }

    .kangoPoint .inner02 .pointBox .accordionInner .innerContent h3.ranking::after {
        margin-left: 20px;
    }

    .kangoPoint .inner02 .pointBox .accordionInner .innerContent h3.ranking::before,
    .kangoPoint .inner02 .pointBox .accordionInner .innerContent h3.ranking::after {
        width: 20px;
        height: 17px;
        background: url("../img/icon_crown.png") left top no-repeat;
        background-size: 20px auto;
        vertical-align: -2px;
    }
}

.kangoPoint .inner02 .pointBox .accordionInner .innerContent .overview {
    padding: 20px 30px;
}

@media only screen and (max-width: 736px) {
    .kangoPoint .inner02 .pointBox .accordionInner .innerContent .overview {
        padding: 10px;
        font-size: 14px;
    }
}

.kangoPoint .inner02 .pointBox .accordionInner .innerContent .rankingList {
    width: 420px;
    margin: 10px auto 0;
}

@media only screen and (max-width: 736px) {
    .kangoPoint .inner02 .pointBox .accordionInner .innerContent .rankingList {
        width: 100%;
    }
}

.kangoPoint .inner02 .pointBox .accordionInner .innerContent .rankingList li {
    margin-bottom: 10px;
}

@media only screen and (max-width: 736px) {
    .kangoPoint .inner02 .pointBox .accordionInner .innerContent .rankingList li {
        font-size: 12px;
    }
}

.kangoPoint .inner02 .pointBox .accordionInner .innerContent .rankingList li span {
    width: 70px;
    color: #ff6945;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    text-align: center;
}

@media only screen and (max-width: 736px) {
    .kangoPoint .inner02 .pointBox .accordionInner .innerContent .rankingList li span {
        width: 45px;
        font-size: 12px;
    }
}

.kangoPoint .inner02 .pointBox .accordionInner .innerContent .rankingList li:nth-child(-n+3) {
    margin-bottom: 5px;
    font-weight: bold;
}

@media only screen and (max-width: 736px) {
    .kangoPoint .inner02 .pointBox .accordionInner .innerContent .rankingList li:nth-child(-n+3) {
        font-size: 14px;
    }
}

.kangoPoint .inner02 .pointBox .accordionInner .innerContent .rankingList li:nth-child(-n+3) span {
    font-size: 21px;
}

@media only screen and (max-width: 736px) {
    .kangoPoint .inner02 .pointBox .accordionInner .innerContent .rankingList li:nth-child(-n+3) span {
        font-size: 14px;
    }
}

.kangoPoint .inner02 .pointBox .accordionInner .innerContent .rankingList li:nth-child(3) {
    margin-bottom: 10px;
}

.kangoPoint .inner02 .pointBox .accordionInner .innerContent h4 {
    font-size: 20px;
    font-weight: bold;
}

@media only screen and (max-width: 736px) {
    .kangoPoint .inner02 .pointBox .accordionInner .innerContent h4 {
        font-size: 14px;
    }
}

.kangoPoint .inner02 .pointBox .accordionInner .innerContent ol.content {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

@media only screen and (max-width: 736px) {
    .kangoPoint .inner02 .pointBox .accordionInner .innerContent ol.content {
        width: 100%;
        display: block;
        font-size: 14px;
    }
}

.kangoPoint .inner02 .pointBox .accordionInner .innerContent ol.content li {
    padding-left: 1em;
    text-indent: -1em;
    margin: 8px 0;
}

@media only screen and (max-width: 736px) {
    .kangoPoint .inner02 .pointBox .accordionInner .innerContent ol.content li {
        margin: 5px 0;
    }
}

.kangoPoint .inner02 .flowUnder {
    width: 693px;
    margin: 0 auto;
    background: url("../img/bg_flow_triangle.svg") center top no-repeat;
    background-size: 693px auto;
    text-align: center;
    padding: 30px 0;
}

@media only screen and (max-width: 736px) {
    .kangoPoint .inner02 .flowUnder {
        width: 100%;
        background-size: contain;
        padding: 20px 0;
    }
}

.kangoPoint .inner02 .conclusion {
    text-align: center;
    margin-top: 20px;
}

@media only screen and (max-width: 736px) {
    .kangoPoint .inner02 .conclusion {
        margin-top: 0;
    }
}

.kangoPoint .inner02 .conclusion p {
    font-size: 26px;
    display: inline-block;
    font-weight: bold;
    background: linear-gradient(transparent 95%, #ffcc00 95%);
}

.kangoPoint .inner02 .conclusion p b,
.kangoPoint .inner02 .conclusion p em {
    font-size: 34px;
    vertical-align: baseline;
}

.kangoPoint .inner02 .conclusion p em {
    font-weight: bold;
    color: #e43f7d;
}

@media only screen and (max-width: 736px) {
    .kangoPoint .inner02 .conclusion p {
        font-size: 18px;
    }

    .kangoPoint .inner02 .conclusion p b,
    .kangoPoint .inner02 .conclusion p em {
        font-size: 20px;
    }

    .kangoPoint .inner02 .conclusion p span {
        display: inline-block;
        margin-left: -10px;
    }

    .kangoPoint .inner02 .conclusion p em {
        margin-left: -10px;
    }

    .kangoPoint .inner02 .conclusion p em span {
        margin-left: -15px;
    }
}

/* 2312 */
.recruitment {

}
recruitment_area