@charset "UTF-8";
.fv-bg img {
  height: auto;
}

.fv-bg {
  width: 100%;
}

.fv-wrapper h1 {
  font-weight: 800;
}

.fv-bg img {
  border-radius: 20px;
}

@media screen and (min-width: 768px) {
  .fv-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
  }
  .fv-wrapper h1 p:first-child {
    font-size: 2.5rem;
  }
  .fv-wrapper h1 p:first-child span {
    font-size: 1.5rem;
  }
  .fv-wrapper h1 p:last-child {
    font-size: 3.5rem;
  }
  .fv-inner {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  .fv-text {
    width: 60%;
    margin-right: 20px;
  }
  .fv-text p {
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .fv-bg {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .fv-wrapper {
    max-width: 90vw;
    margin: 0 auto;
    padding: 50px 0;
  }
  .fv-wrapper h1 {
    margin-bottom: 20px;
  }
  .fv-wrapper h1 p:first-child {
    font-size: 1.5rem;
  }
  .fv-wrapper h1 p:first-child span {
    font-size: 1rem;
  }
  .fv-wrapper h1 p:last-child {
    font-size: 2rem;
    line-height: 1.4;
  }
  .fv-text p {
    font-size: 1.4rem;
  }
  .fv-bg {
    margin-top: 20px;
  }
}

/*-- h2  --*/
@media screen and (min-width: 768px) {
  .box-item h2 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .box-item h2 {
    font-size: 1.8rem;
    text-align: center;
  }
}

/*-- box-merit --*/
.box-merit {
  border: solid 2px #DEA1DD;
  position: relative;
}

.box-merit p {
  background: #F6EEF9;
  padding: 10px;
  text-align: center;
  box-shadow: 3px 3px 0 #DEA1DD;
  position: absolute;
  margin: 0 auto;
  top: -25px;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .box-merit {
    width: 570px;
    margin: 90px auto 50px;
    font-size: 2rem;
  }

  .box-merit p {
    width: 300px;
    margin: 0 auto;
    top: -25px;
    left: calc(100% / 5);
  }
}
@media screen and (max-width: 767px) {
  .box-merit {
    width: 90vw;
    margin: 60px auto 0px;
    font-size: 1.4rem;
  }

  .box-merit p {
    margin: 0 auto;
    top: -25px;
    left: 18%;
  }
}

.box-merit ul {
  margin-top: 20px;
  padding: 30px;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .box-merit ul {
    padding: 20px;
  }
}

.box-merit li:nth-child(2) {
  margin: 15px 0;
}

.box-merit li span {
  background: linear-gradient(180deg, #fff 0%, #fff 79%, #fff702 50%);
}

/*-- box-occupation --*/
.box-occupation div {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .box-occupation div p:first-child {
    width: 120px;
    margin-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .box-occupation div p:first-child {
    width: 110px;
    margin-right: 20px;
  }
}

@media screen and (min-width: 768px) {
  .graph-img {
    width: 30%;
    margin: -60px 60px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .graph-img {
    width: 50%;
    margin: 20px auto 0;
  }
}

/*-- box-merits --*/
@media screen and (min-width: 768px) {
  .box-merits ul {
    display: flex;
    justify-content: space-between;
  }
}

.box-merits li {
  width: 330px;
  height: 330px;
  color: #DEA1DD;
}

.box-merits li p {
  padding: 80px 0 0 20px;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.2;
  position: relative;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 330px;
  height: 295px;
  line-height: 1.2;
}

.box-merits li p span {
  font-size: 1.3rem;
  display: block;
  margin-top: 3px;
}

@media screen and (min-width: 768px) {
  .box-merits li p span {
    font-size: 1.6rem;
  }
}

.box-merits li:nth-child(2) p {
  padding: 60px 0 0 20px;
}

.box-merits li p::before {
  position: absolute;
  font-family: 'American Typewriter','Cambria Math',sans-serif;
  font-size: 4rem;
  left: 35px;
  top: 90px;
}

@media screen and (max-width: 767px) {
  .box-merits li {
    width: 270px;
    height: 270px;
    color: #DEA1DD;
  }

  .box-merits li p {
    padding: 60px 0 0 20px;
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.2;
    position: relative;
  }

  .box-merits li:nth-child(2) {
    margin-left: 70px;
  }

  .box-merits li:nth-child(2) p {
    padding: 40px 0 0 20px;
    font-size: 1.6rem;
  }

  .box-merits li p {
    background-size: 100%;
    background-repeat: no-repeat;
    width: 240px;
    height: 240px;
  }

  .box-merits li p::before {
    position: absolute;
    font-family: 'American Typewriter', 'Cambria Math', sans-serif;
    left: 25px;
    top: 50px;
}
}

.box-merits li:first-child p::before {
  content: "1.";
}

.box-merits li:first-child p {
  background-image: url(/c-mgmt/image/img_merit_01.png);
}

.box-merits li:nth-child(2) p::before {
  content: "2.";
  left: 20px;
}
.box-merits li:nth-child(2) p {
  background-image: url(/c-mgmt/image/img_merit_02.png);
}

.box-merits li:last-child p::before {
  content: "3.";
}
.box-merits li:last-child p {
  background-image: url(/c-mgmt/image/img_merit_03.png);
}

@media screen and (min-width: 768px) {
  .box-item table {
    width: 1000px;
    margin: 120px auto;
    text-align: center;
  }
}

.box-item table tr.table-ttl  th {
  background-color: #F6EEF9;
  padding: 20px 0;
  border: 1px solid #D9D9D9;
}

.box-item table tr th {
  background-color: #F6EEF9;
  padding: 10px;
  border-bottom: 1px solid #D9D9D9;
  border-left: 1px solid #D9D9D9;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .box-item table tr:nth-child(n+2) th {
    width: 125px;
  }
}

.box-item table tr td {
  background-color: #FFF;
  border-bottom: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  vertical-align: middle;
  padding: 15px;
  text-align: center;
  min-width: 115px;
}

.box-item table tr td.text-left {
  text-align: left;
}

.tell-box {
  margin: 0 auto;
}

.tell-box ul li a {
  color: #00A7CB;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .tell-box div {
    width: 90%;
    margin: 30px auto;
  }
  .tell-box div p.text-search {
    font-size: 2.5rem;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  .tell-box div {
    margin: 20px 0;
  }

  .tell-box div p.text-search {
    font-size: 1.8rem;
    text-align: left;
    line-height: 1.2;
  }
  .tell-box ul li {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .scroll-text {
    text-align: right;
    color: #8C8C8C;
    font-size: 1.2rem;
  }
  .scroll-item p,
  .scroll-item table {
    width: 800px;
  }
}

@media all and (min-width:768px) {
  .background-circles.company{
    background-position: 0 -220px
  }
}
.company .fv-text {
  width: 100%;
  margin: 0;
  font-size: 1.8rem;
}

p.text-company {
  font-size: 2.5rem;
  text-align: right;
  margin-top: 20px;
}

p.text-company span {
  font-size: 3.5rem;
  margin-left: 15px;
}

@media all and (max-width:767px) {
  p.text-company {
    font-size: 1.6rem;
  }

  p.text-company span {
    font-size: 2.4rem;
    margin-left: 15px;
  }
}

@media all and (min-width:768px) {
  .company-table.box-item table tr th {
    padding: 10px 0 10px 25px;
    text-align: left;
  }
}

.company-table.box-item table tr td {
  text-align: left;
}

.company-table .table-nomber li {
  list-style: decimal;
  margin-left: 30px;
}

.company-table table {
  border-top: 1px solid #D9D9D9;
  margin-top: 10px;
}

.company-table table ul li {
  display: flex;
}

.company-table table ul li p {
  width: 200px;
}

@media all and (max-width:767px) {
  .company-table.box-item {
    width: 95vw;
  }
  .company-table.box-item table tr th {
    width: 20%; 
    padding: 10px 0;
  }
  .company-table.box-item table tr th td {
    width: 80%;
  }
  .company-table table ul li p {
    width: 50%;
  }

}
