@charset "UTF-8";
@media screen and (max-width: 1000px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 1001px) {
  .sp {
    display: none;
  }
}
.dummy {
   background: white;
}

body {
  font-size: 18px;
}

p {
  font-size: 18px;
}

ul {
  padding-left: 0;
}

ul li {
  list-style: none;
}

.breadcrumbs {
  display: none;
}

.page-header {
  background: url("../images/imports/top-bg.png") no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 60px 0 150px 0;
}
@media screen and (max-width: 767px) {
  .page-header {
    padding: 40px 0 150px 0;
  }
}

.page-header .inr-wrapper {
  max-width: 1100px;
  width: calc(100% - 40px);
}

@media screen and (min-width: 768px) {
  .header-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .right-box-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .right-box-sp {
    display: none;
  }
}

.left-box p {
  font-size: clamp(1rem, 2vw, 1.1rem);
}
@media screen and (min-width: 768px) {
  .left-box {
    width: 45%;
  }
}
@media screen and (min-width: 768px) {
  .right-box {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .left-box, .right-box {
    width: 90%;
    margin: 0 auto;
  }
}

.left-box h1 {
  text-align: left;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .left-box h1 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    text-align: center;
    padding-bottom: 30px;
  }
}
.left-box p {
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .left-box p {
    max-width: 500px;
    margin: 0 auto;
  }
}

.btn-red {
  background-color: #ec4c59;
  max-width: 416px;
  height: 62px;
  border-radius: 50px;
  display: block;
  text-align: center;
  line-height: 62px;
  color: white;
  font-size: clamp(0.9rem, 2vw, 1rem);
}
.btn-cyan {
  background-color: #5cb7d1;
  max-width: 416px;
  height: 62px;
  border-radius: 50px;
  display: block;
  text-align: center;
  line-height: 62px;
  color: white;
  font-size: clamp(0.9rem, 2vw, 1rem);
}
@media screen and (max-width: 767px) {
  .btn-red,.btn-cyan {
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .btn-red,.btn-cyan {
    width: 100%;
  }
}

.btn-red i,.btn-cyan i {
  padding-left: 10px;
}

.page-box-1 ,.page-box-2{
  padding: 100px 0;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .page-box-1 .box-top {
    width: 600px;
    margin: 0 auto;
  }
}
.page-box-1 .box-top h1 ,.page-box-2 .box-top h1,.page-box-3 .box-top h1{
  font-size: clamp(1.3rem, 3vw, 1.7rem);
  line-height: clamp(2rem, 3vw, 2.4rem);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .page-box-1 .box-top h1 {
    padding-bottom: 20px;
  }
}
.page-box-1 .box-top p {
  font-size: clamp(1rem, 2vw, 1.1rem);
  line-height: clamp(1.8rem, 3vw, 2rem);
}

.partner-logo {
  margin: 80px 0 0 0;
}
.partner-logo ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media screen and (max-width: 1000px) {
  .partner-logo ul {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .partner-logo ul {
    grid-template-columns: 1fr 1fr;
  }
}
.partner-logo ul li {
  text-align: center;
  border-top: 2px solid #edc832;
  padding: 54px 0;
}
@media screen and (max-width: 1000px) {
  .partner-logo ul li {
    padding: 54px 12px;
  }
}
.partner-logo ul li .img-box {
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .partner-logo ul li .img-box {
    height: 78px;
  }
}
.partner-logo ul li .img-box img {
  min-height: 27px;
  -o-object-fit: contain;
     object-fit: contain;
}
.partner-logo ul li p {
  font-size: clamp(0.8rem, 3vw, 1rem);
}
@media screen and (min-width: 501px) {
  .partner-logo ul li p {
    padding-top: 20px;
  }
}
.partner-logo ul li a {
  width: 36px;
  height: 36px;
  border-radius: 36px;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  background-color: #edc832;
  color: #fff;
  font-size: 20px;
}

.jinjer img {
  height: 40px;
}

.jobcan {
  border-top-color: #49a1ff !important;
}
.jobcan img {
  height: 27px;
}
.jobcan a {
  background-color: #49a1ff !important;
}

.kingoftime {
  border-top-color: #00a849 !important;
}

.kingoftime img {
  height: 28px;
}

.kingoftime a {
  background-color: #00a849 !important;
}

.moneyforward {
  border-top-color: #e27511 !important;
}
.moneyforward img {
  height: 77px;
}

.moneyforward a {
  background-color: #e27511 !important;
}

.smarthr {
  border-top-color: #00bec6 !important;
}

.smarthr img {
  height: 28px;
}

.smarthr a {
  background-color: #00bec6 !important;
}

.officestation {
  border-top-color: #ea6000 !important;
}

.officestation img {
  height: 29px;
}

.officestation a {
  background-color: #e99313 !important;
}

.pathoslogos {
  border-top-color: #e99313 !important;
}

.pathoslogos img {
  height: 56px;
}

.pathoslogos a {
  background-color: #e99313 !important;
}


.page-partner-box {
  padding: 150px 0;
  background: url(../images/imports/bg-yellow.png) #fff repeat-x;
  background-position: top;
}

@media screen and (max-width: 768px) {
  .page-partner-box {
    padding: 90px 0;
  }
}

@media screen and (min-width: 501px) {
  .page-partner-box .partner-intro {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
}
.page-partner-box .partner-intro .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-partner-box .partner-intro .img-box img {
  width: auto;
}
.page-partner-box .partner-intro .intro-box {
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  line-height: 1.7;
}
@media screen and (min-width: 501px) {
  .page-partner-box .partner-intro .intro-box {
    width: 50%;
  }
}

.btn-box {
  text-align: center;
}

.btn-open {
  width: 345px;
  height: 58px;
  border-radius: 50px;
  background-color: #edc832;
  display: inline-block;
  color: #fff;
  text-align: center;
  line-height: 58px;
  font-size: 18px;
  position: relative;
}

.btn-open i {
  position: absolute;
  top: 35%;
  right: 20px;
}

.intro-detailed {
  display: none;
}

.intro-detailed ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 42px;
}
@media screen and (max-width: 767px) {
  .intro-detailed ul {
    grid-template-columns: 1fr 1fr;
    gap: 50px 20px;
  }
}
@media screen and (max-width: 500px) {
  .intro-detailed ul {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.intro-detailed ul li {
  text-align: center;
}
@media screen and (max-width: 500px) {
  .intro-detailed ul li div {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
  }
}
.intro-detailed ul li h3 {
  font-size: clamp(1.3rem, 3vw, 1.55rem);
}
@media screen and (min-width: 501px) {
  .intro-detailed ul li h3 {
    min-height: 115px;
  }
}
@media screen and (max-width: 500px) {
  .intro-detailed ul li h3 {
    margin-top: 0 !important;
    text-align: left;
    padding-left: 20px;
  }
}
.intro-detailed ul li img {
  width: 50px !important;
  height: auto !important;
}
.intro-detailed ul li p {
  font-size: clamp(1rem, 2vw, 1.1rem);
  text-align: left;
}
.intro-detailed ul li:last-child {
  margin-right: 0;
}

/* jinjer */
.jinjer {
  background: url(../images/imports/bg-yellow.png) #fff repeat-x;
}

.intro-detailed .functional-list h4 {
  font-size: clamp(1.5rem, 3vw, 1.7rem);
  color: #edc832;
  text-align: center;
}
.intro-detailed .functional-list table {
  width: 100%;
  border-top: 4px solid #edc832;
}
.intro-detailed .functional-list table tr {
  border-bottom: 1px solid #edc832;
}
.intro-detailed .functional-list table tr th {
  background-color: #fbfaed;
  text-align: center;
  width: 30%;
}
@media screen and (max-width: 500px) {
  .intro-detailed .functional-list table tr th {
    display: block;
    width: 100%;
    padding: 15px 0;
  }
}
.intro-detailed .functional-list table tr td {
  padding: 30px 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 500px) {
  .intro-detailed .functional-list table tr td {
    width: 100%;
  }
}
.intro-detailed .functional-list table tr td ul {
  display: block;
  margin-left: 40px;
  width: 50%;
}
@media screen and (max-width: 500px) {
  .intro-detailed .functional-list table tr td ul {
    width: 100%;
  }
}
.intro-detailed .functional-list table tr td ul li {
  font-size: clamp(0.9rem, 3vw, 1rem);
  line-height: clamp(1.2rem, 3vw, 1.6rem);
  text-align: left;
  width: auto;
  text-indent: -1em;
  padding-left: 1em;
  padding-bottom: 10px;
}
.intro-detailed .functional-list table tr td ul li::before {
  content: "●";
  color: #edc832;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  padding-right: 5px;
}
.intro-detailed .functional-list table tr td ul li:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 500px) {
  .intro-detailed .functional-list table tr td ul:first-child {
    margin-left: 0;
  }
}

a.btn-close {
  width: 345px;
  height: 58px;
  border-radius: 50px;
  background-color: #b6b6b6 !important;
  display: inline-block;
  color: #fff;
  text-align: center;
  line-height: 58px;
  font-size: 18px;
  position: relative;
}

.btn-close i {
  position: absolute;
  top: 35%;
  right: 20px;
}

/* jobcan */
.jobcan {
  background: url(../images/imports/bg-blue.png) #fff repeat-x;
}
.jobcan .partner-intro .img-box {
  width: 40%;
}
.jobcan .partner-intro .img-box img {
  width: 50%;
  height: auto !important;
}
.jobcan .partner-intro .intro-box {
  width: 60%;
}
@media screen and (max-width: 500px) {
  .jobcan .partner-intro .intro-box {
    width: 100%;
  }
}
.jobcan .intro-detailed .functional-list h4 {
  color: #49a1ff;
}
.jobcan .intro-detailed .functional-list table {
  border-top: 4px solid #49a1ff;
}
.jobcan .intro-detailed .functional-list table tr {
  border-bottom: 1px solid #49a1ff;
}
.jobcan .intro-detailed .functional-list table tr th {
  background-color: #f4f7fa;
}
.jobcan .intro-detailed .functional-list table tr td ul li:before {
  color: #49a1ff;
}

/* kingoftime */
.kingoftime {
  background: url(../images/imports/bg-green.png) #fff repeat-x;
}
.kingoftime .partner-intro .img-box {
  width: 42%;
}
.kingoftime .partner-intro .img-box img {
  width: 70%;
  height: auto !important;
}
.kingoftime .partner-intro .intro-box {
  width: 58%;
}
@media screen and (max-width: 500px) {
  .kingoftime .partner-intro .intro-box {
    width: 100%;
  }
}
.kingoftime .intro-detailed .functional-list h4 {
  color: #5ca875;
}
.kingoftime .intro-detailed .functional-list table {
  border-top: 4px solid #5ca875;
}
.kingoftime .intro-detailed .functional-list table tr {
  border-bottom: 1px solid #5ca875;
}
.kingoftime .intro-detailed .functional-list table tr th {
  background-color: #f5fcf7;
}
.kingoftime .intro-detailed .functional-list table tr td ul li:before {
  color: #5ca875;
}

/* moneyforward */
.moneyforward {
  background: url(../images/imports/bg-vermilion.png) #fff repeat-x;
}
.moneyforward .partner-intro .img-box {
  width: 45%;
}
.moneyforward .partner-intro .img-box img {
  width: 80%;
  height: auto !important;
}
.moneyforward .partner-intro .intro-box {
  width: 55%;
}
@media screen and (max-width: 500px) {
  .moneyforward .partner-intro .intro-box {
    width: 100%;
  }
}
.moneyforward .intro-detailed .functional-list h4 {
  color: #db893c;
}
.moneyforward .intro-detailed .functional-list table {
  border-top: 4px solid #db893c;
}
.moneyforward .intro-detailed .functional-list table tr {
  border-bottom: 1px solid #db893c th;
  border-bottom-background-color: #fcf4ed;
}
.moneyforward .intro-detailed .functional-list table tr td ul li:before {
  color: #db893c;
}

/* smarthr */
.smarthr {
  background: url(../images/imports/bg-cyan.png) #fff repeat-x;
}
.smarthr .partner-intro .img-box {
  width: 42%;
}
.smarthr .partner-intro .img-box img {
  width: 68%;
  height: auto !important;
}
.smarthr .partner-intro .intro-box {
  width: 58%;
}
@media screen and (max-width: 500px) {
  .smarthr .partner-intro .intro-box {
    width: 100%;
  }
}
.smarthr .intro-detailed .functional-list h4 {
  color: #5dc0c4;
}
.smarthr .intro-detailed .functional-list table {
  border-top: 4px solid #5dc0c4;
}
.smarthr .intro-detailed .functional-list table tr {
  border-bottom: 1px solid #5dc0c4;
}
.smarthr .intro-detailed .functional-list table tr th {
  background-color: #f5f9f9;
}
.smarthr .intro-detailed .functional-list table tr td ul li:before {
  color: #5dc0c4;
}


/* officestation */
.officestation {
  background: url(../images/imports/bg-orange.png) #fff repeat-x;
}
.officestation .partner-intro .img-box {
  width: 42%;
}
.officestation .partner-intro .img-box img {
  width: 80%;
  height: auto !important;
}
.officestation .partner-intro .intro-box {
  width: 55%;
}
@media screen and (max-width: 500px) {
  .officestation .partner-intro .intro-box {
    width: 100%;
  }
}
.officestation .intro-detailed .functional-list h4 {
  color: #ea6000;
}
.officestation .intro-detailed .functional-list table {
  border-top: 4px solid #ea6000;
}
.officestation .intro-detailed .functional-list table tr {
  border-bottom: 1px solid #ea6000;
}
.officestation .intro-detailed .functional-list table tr th {
  background-color: #fbf5ed;
}
.officestation .intro-detailed .functional-list table tr td ul li:before {
  color: #ea6000;
}
.officestation .intro-detailed ul li h3 {
  font-size: clamp(1.3rem, 3vw, 1.5rem);
}


/* pathoslogos */
.pathoslogos {
  background: url(../images/imports/bg-orange.png) #fff repeat-x;
}
.pathoslogos .partner-intro .img-box {
  width: 42%;
}
.pathoslogos .partner-intro .img-box img {
  width: 64%;
  height: auto !important;
}
.pathoslogos .partner-intro .intro-box {
  width: 55%;
}
@media screen and (max-width: 500px) {
  .pathoslogos .partner-intro .intro-box {
    width: 100%;
  }
}
.pathoslogos .intro-detailed .functional-list h4 {
  color: #e99313;
}
.pathoslogos .intro-detailed .functional-list table {
  border-top: 4px solid #e99313;
}
.pathoslogos .intro-detailed .functional-list table tr {
  border-bottom: 1px solid #e99313;
}
.pathoslogos .intro-detailed .functional-list table tr th {
  background-color: #fbf5ed;
}
.pathoslogos .intro-detailed .functional-list table tr td ul li:before {
  color: #e99313;
}
.pathoslogos .intro-detailed .functional-list table tr td ul li h3 {
  font-size: clamp(1.3rem, 3vw, 1.5rem);
}

@media screen and (max-width: 500px) {
  .img-box, .intro-box {
    width: 100% !important;
  }
}

@media screen and (max-width: 500px) {
  .img-box img {
    padding-bottom: 40px;
  }
}

.import-service {
  padding: 150px 0;
}

.import-service .service-header {
  max-width: 614px;
  margin: 0 auto;
}

.import-service .service-header h3 {
  font-size: clamp(1.3rem, 3vw, 1.7rem);
  text-align: center;
  font-weight: 700;
}

.import-service .service-header p {
  font-weight: 700;
}

.import-service .service-header small {
  font-size: 14px;
  font-weight: normal;
}

.import-service ul.service-list-1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 22px;
}
@media screen and (max-width: 1000px) {
  .import-service ul.service-list-1 {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .import-service ul.service-list-1 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 500px) {
  .import-service ul.service-list-1 {
    grid-template-columns: 1fr 1fr;
  }
}

.import-service ul.service-list-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}
@media screen and (max-width: 1000px) {
  .import-service ul.service-list-2 {
    gap: 10px;
  }
}
.import-service ul.service-list-2 li {
  width: 25%;
}
@media screen and (max-width: 1000px) {
  .import-service ul.service-list-2 li {
    width: 50%;
  }
}

.import-service ul.service-list li {
  font-size: clamp(1rem, 2vw, 1.1rem);
  line-height: clamp(1.8rem, 3vw, 2rem);
  padding: 35px 10px;
  background-color: #fff;
  border: 1px solid #e1ecf0;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.no-ml {
  margin-left: 0 !important;
}

.finish-product {
  text-align: center;
}

.finish-product h3 {
  text-align: center;
  font-size: clamp(1.3rem, 3vw, 1.8rem);
}

.finish-product .service-list {
  justify-content: center;
}

.finish-product img {
  max-width: 630px;
}

.merritt-list {
  margin-top: 60px;
  max-width: 1000px;
  padding: 120px 140px;
  border-radius: 15px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .merritt-list {
    padding: 60px;
  }
}
@media screen and (max-width: 500px) {
  .merritt-list {
    padding: 45px 30px 30px 40px;
  }
}

.merritt-list ul {
  line-height: 54px;
}
.merritt-list ul li {
  padding-bottom: 1.5em;
}
.merritt-list ul li p {
  font-size: clamp(1rem, 2vw, 1.1rem);
  text-indent: -1em;
  padding-left: 1em;
}

.merritt-list ul li i {
  color: #ec4c59;
  margin-right: 10px;
  font-size: 24px;
  vertical-align: middle;
}

.import-flow {
  padding: 150px 0;
  background-color: #fff;
  text-align: center;
}

.import-flow h1 {
  color: #2da5c7;
  font-weight: 700;
}

.flow-wrap {
  background: white;
  padding: 100px 0 65px 0;
}
.flow-wrap h2.flow-h2 {
  font-size: clamp(1.3rem, 3vw, 1.8rem);
  color: #2da5c7;
  padding-bottom: 10px;
}
.flow-wrap p.flow-h2sub {
  text-align: center;
  font-size: clamp(0.9rem, 2vw, 1.1rem);
  line-height: clamp(1.2rem, 2.6vw, 1.8rem);
}
.flow-wrap .flow-inner {
  padding-top: 30px;
}
.flow-wrap .flow-inner .flow-start, .flow-wrap .flow-inner .flow-goal {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.flow-wrap .flow-inner .flow-start img, .flow-wrap .flow-inner .flow-goal img {
  width: 110px;
  padding-right: 20px;
}
@media screen and (max-width: 500px) {
  .flow-wrap .flow-inner .flow-start img, .flow-wrap .flow-inner .flow-goal img {
    width: 86px;
  }
}
.flow-wrap .flow-inner .flow-start p, .flow-wrap .flow-inner .flow-goal p {
  font-size: clamp(1rem, 2vw, 1.1rem);
  line-height: clamp(1.6rem, 2.6vw, 1.8rem);
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.flow-wrap .flow-inner .flow-line {
  width: 3px;
  padding-left: 55px;
  vertical-align: top;
}
@media screen and (max-width: 500px) {
  .flow-wrap .flow-inner .flow-line {
    padding-left: 42px;
  }
}
.flow-wrap .flow-inner .flow-box-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-items: stretch;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .flow-wrap .flow-inner .flow-box-wrap {
    display: block;
  }
}
.flow-wrap .flow-inner .flow-box-wrap .flow-box {
  width: 23.5%;
  position: relative;
  padding-top: 40px;
  margin-top: 25px;
  box-shadow: 0 3px 17px rgba(0, 0, 0, 0.03);
  text-align: center;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .flow-wrap .flow-inner .flow-box-wrap .flow-box {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .flow-wrap .flow-inner .flow-box-wrap .flow-box {
    box-shadow: 0 3px 17px rgba(0, 0, 0, 0.06);
  }
}
.flow-wrap .flow-inner .flow-box-wrap .flow-box img.flow-num {
  width: 40px;
  position: absolute;
  left: 18px;
  top: -12px;
}
@media screen and (max-width: 500px) {
  .flow-wrap .flow-inner .flow-box-wrap .flow-box img.flow-num {
    width: 60px;
  }
}
.flow-wrap .flow-inner .flow-box-wrap .flow-box h3 {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: clamp(1.1rem, 2vw, 1.1rem);
  line-height: clamp(1.2rem, 2.6vw, 1.8rem);
}
.flow-wrap .flow-inner .flow-box-wrap .flow-box img.flow-img {
  width: 195px;
  padding: 15px 0;
}
@media screen and (max-width: 1000px) {
  .flow-wrap .flow-inner .flow-box-wrap .flow-box img.flow-img {
    width: 140px;
  }
}
@media screen and (max-width: 767px) {
  .flow-wrap .flow-inner .flow-box-wrap .flow-box img.flow-img {
    width: 195px;
  }
}
.flow-wrap .flow-inner .flow-box-wrap .flow-box p.flow-period {
  width: 100%;
  padding: 15px 0;
  background: #eaf7f9;
  color: #2da5c7;
  letter-spacing: 0.1rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.flow-wrap .flow-inner .flow-box-wrap .flow-box ul {
  padding: 25px 20px 28px 18px;
  list-style: none;
}
.flow-wrap .flow-inner .flow-box-wrap .flow-box ul li {
  text-align: left;
  font-size: clamp(0.8rem, 2vw, 0.85rem);
  line-height: clamp(1.4rem, 2.5vw, 1.3rem);
  padding-left: 1em;
  text-indent: -1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.flow-wrap .flow-inner .flow-box-wrap .flow-arrow {
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow-wrap .flow-inner .flow-box-wrap .flow-arrow {
    margin-bottom: 50px;
  }
}
.flow-wrap .flow-inner .flow-box-wrap .flow-arrow:after {
  position: absolute;
  right: -37px;
  bottom: 34%;
  z-index: 10;
  content: "";
  display: inline-block;
  width: 46px;
  height: 20px;
  background: url(../images/job/job/flow-arrow.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1000px) {
  .flow-wrap .flow-inner .flow-box-wrap .flow-arrow:after {
    bottom: 44%;
  }
}
@media screen and (max-width: 767px) {
  .flow-wrap .flow-inner .flow-box-wrap .flow-arrow:after {
    background: url(../images/job/job/flow-arrow-sp.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 46px;
    top: auto;
    bottom: -60px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 10;
  }
}

.consult {
  padding: 90px 20px;
  background-color: #2da5c7;
  color: #fff;
  text-align: center;
}

.consult h4 {
  font-size: 22px;
}

.consult a {
  width: 350px;
  background-color: #fff;
  color: #2da5c7;
  font-weight: bold;
  display: block;
  border-radius: 30px;
  text-align: center;
  padding: 16px 0;
  position: relative;
  box-shadow: 0 1px 5px rgb(0, 155, 187);
  margin: 0 auto;
  position: relative;
}

.consult a i {
  position: absolute;
  right: 25px;
  top: 35%;
}/*# sourceMappingURL=imports.css.map */

/* page-box-2 */
.page-box-2 .page-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (min-width:768px) and (max-width:1000px) {
  .page-box-2 .page-box {
    padding: 0 4%;
  }
}
.page-box-2 .page-box .page-box-2-l{
    text-align: center;
    min-width: 38%;
    margin-right: 4%;
}
.page-box-2 .page-box .page-box-2-l img{
    width: 215px;
}
.page-box-2 .page-box .page-box-2-l h2{
    color: #2da5c7;
    text-align: left;
    font-size: 27px;
}
.page-box-2 .page-box .page-box-2-l ul{
    margin-bottom: 40px;
}
.page-box-2 .page-box .page-box-2-l ul li{
    text-align: left;
    margin-bottom: 10px;
}
.page-box-2 .page-box .page-box-2-l ul li span{
    margin-right: 20px;
}
.page-box-2 .page-box .page-box-2-l ul li b{
    font-size: 20px;
    font-weight: 700;
}
.page-box-2 .page-box .btn-link{
    width: 320px;
    display: inline-block;
    font-size: clamp(1em, 1.5vw, 1rem);
    font-weight: bold;
    border-radius: 50px;
    padding: 20px 5px 20px 20px;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#56b5d0), color-stop(50%, #56b5d0), color-stop(50%, #2da5c7), to(#2da5c7));
    background: linear-gradient(180deg, #56b5d0 0%, #56b5d0 50%, #2da5c7 50%, #2da5c7 100%);
    -webkit-filter: drop-shadow(0 1px 1px #a5d6ef);
    -moz-filter: drop-shadow(0 1px 1px #a5d6ef);
    -ms-filter: drop-shadow(0 1px 1px #a5d6ef);
    filter: drop-shadow(0 1px 1px #a5d6ef);
    position: relative;
}
@media screen and (max-width: 1000px) {
  .page-box-2 .page-box .btn-link{
    width: auto;
    padding: 20px 40px 20px 30px;
  }

}
.page-box-2 .page-box .btn-link::after{
    content: "";
    display: inline-block;
    position: absolute;
    border: 6px solid transparent;
    border-left: 6px solid #fff;
    top: 50%;
    margin-top: -6px;
    right: 14px;
}
.page-box-2 .page-box .page-box-2-r ul{
    padding: 10px 30px 10px 30px;
    background: #f6fafb;
}
.page-box-2 .page-box .page-box-2-r ul li{
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: normal;
    margin-bottom: 0;
    border-bottom: 1px solid #dae8eb;
    padding-top: 20px;
}
.page-box-2 .page-box .page-box-2-r ul li:last-child{
  border-bottom:0px;
}
.page-box-2 .page-box .page-box-2-r ul li .point-left{
    padding-right: 20px;
    width: 67px;
    height: auto;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: clamp(0.9rem, 2vw, 0.95rem);
    line-height: 1.8rem;
    text-align: center;
    white-space: nowrap;
    flex-shrink: 0;
}
.page-box-2 .page-box .page-box-2-r ul li .point-left:before{
    padding-bottom: 0;
}
.page-box-2 .page-box .page-box-2-r ul li.point-1 .point-left, .page-box-2 .page-box .page-box-2-r ul li.point-1 .point-right ul li:before{
    color: #949494;
}
.page-box-2 .page-box .page-box-2-r ul li.point-1 .point-left:before{
    content: '';
    background: url(../images/imports/detail5/face.svg) no-repeat;
    background-size: 26px;
    background-position: center;
    width: 67px;
    height: 43px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    font-size: 1.6rem;
}
.page-box-2 .page-box .page-box-2-r ul li .point-right{
  font-size: clamp(0.97rem, 2vw, 1rem);
  line-height: clamp(1.5rem, 3vw, 1.6rem);
}

.page-box-2 .page-box .page-box-2-r ul li.point-2 .point-left:before {
    font-family: "Font Awesome 5 Free";
    content: "\f059";
    font-weight: 900;
    display: block;
    font-size: 1.6rem;
}
.page-box-2 .page-box .page-box-2-r ul li.point-2 .point-left, .page-box-2 .page-box .page-box-2-r ul li.point-2 .point-right ul li:before{
    color: #79b978;
}
.page-box-2 .page-box .page-box-2-r ul li.point-4 .point-left{
    color: #4fb0a3;
}
.page-box-2 .page-box .page-box-2-r ul li.point-4 .point-left:before{
    font-family: "Font Awesome 5 Free";
    content: "\f109";
    font-weight: 900;
    display: block;
    font-size: 1.6rem;
}
.page-box-2 .page-box .page-box-2-r ul li.point-5 .point-left{
    color: #2da5c7;
}
.page-box-2 .page-box .page-box-2-r ul li.point-5 .point-left:before{
    font-family: "Font Awesome 5 Free";
    content: "\f7d9";
    font-weight: 900;
    display: block;
    font-size: 1.6rem;
}
.page-box-2 .page-box .page-box-2-r ul li.point-3 .point-left, .page-box-2 .page-box .page-box-2-r ul li.point-3 .point-right ul li:before{
    color: #2a8ece;
}
.page-box-2 .page-box .page-box-2-r ul li.point-3 .point-left:before{
    font-family: "Font Awesome 5 Free";
    content: "\f164";
    font-weight: 900;
    display: block;
    font-size: 1.6rem;
}
.page-box-3{
    background: url(../images/imports/page-box-3_bg.png) #fff repeat-x;
    background-position: bottom;
    padding: 20px 0 90px 0;
}
.page-box-3 ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    border-radius: 20px;
}
.page-box-3 ul li {
    width: 47%;
    display: flex;
    align-items: center;
    margin-bottom: 22px !important;
    margin-top: 22px;
    padding-right: 20px;
}
.page-box-3 ul li img {
    width: 80px;
}
.page-box-3 ul li p{
    margin-left: 30px;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .page-box-2 .page-box{
        flex-direction: column;
    }
    .page-box-2 .page-box .page-box-2-l h2{
      font-size: 24px;
    }
    .page-box-2 .page-box .page-box-2-l{
        margin-bottom: 40px;
        margin-right: 0;
    }
    .page-box-3 {
      padding: 0 0 90px 0;
    }
    .page-box-3 ul{
        flex-direction: column;
    }
    .page-box-3 ul li{
        width: 100%;
    }
    .page-box-2 .page-box .page-box-2-r ul{
      padding: 10px 20px 10px 20px;
    }
    .page-box-2 .page-box .page-box-2-l ul li b{
      font-size: 19px;
    }
}
@media screen and (max-width: 500px) {
    .page-box-3 ul{
      padding: 30px 10px 0 10px;
  }
}