@charset "UTF-8";
/* CSS STYLE */
html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
}
body {
  font-size: 16px;
  line-height: 1.8;
}
@media only screen and (max-width: 959px) {
  body {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  em {
    font-style: normal;
  }
  html {
    font-size: 2.666666vw;
  }
  body {
    min-width: 32rem;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
a, a img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}
a:hover img {
  opacity: 0.7;
}
img {
  width: 100%;
  height: auto;
}
iframe {
  vertical-align: bottom;
}
.cb {
  clear: both;
}
.pcnone {
  display: none !important;
}
.nolink {
  pointer-events: none;
  color: #999 !important;
}
/* line */
.line {
  display: block;
}
.pc-line {
  display: block;
}
.sp-line {
  display: inline;
}
@media only screen and (max-width: 767px) {
  .pc-line {
    display: inline;
  }
  .sp-line {
    display: block;
  }
}
.anchor {
  padding-top: 80px;
  margin-top: -80px;
}
/* PARTS */
#contents {
  /*
	background: #fff url(../img/header-line.webp) center top repeat-x;
	background-size: 1500px;
	width: 100%;
	*/
  padding-top: 80px;
  overflow: hidden;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #contents {
    padding-top: calc(6rem + 0.7rem);
  }
}
.inner {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}
.inner-mid {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}
.inner-sml {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}
.btn-box {
  padding: 40px 0 0 0;
  text-align: center;
}
.btn {
  text-align: center;
}
a.btn {
  position: relative;
  top: 0;
  left: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 65px;
  background: #e68515;
  border: solid 1px #e68515;
  width: 100%;
  max-width: 464px;
  height: 78px;
  padding: 0 20px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 959px) {
  a.btn {
    max-width: 380px;
    font-size: 24px;
  }
}
a.btn::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 14px;
  height: 14px;
  right: 24px;
  top: 50%;
  margin-top: -7px;
  background: url(../img/ic-arrow-right.svg) center center / contain no-repeat;
  transition: 0.5s;
}

  a.btn:hover::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 14px;
    height: 14px;
    right: 12px;
    top: 50%;
    margin-top: -7px;
    background: url("../img/ic-arrow-right_o.svg") center no-repeat;
    background-size: contain;
    transition: 0.5s;
  }

a.btn.small {
  width: 190px;
  height: 36px;
  font-size: 15px;
}
a.btn.medium {
  width: 346px;
  height: 56px;
  font-size: 18px;
}
a.btn.sub-color {
  background: #0d60b9;
  border: solid 1px #0d60b9;
}
a.btn.sub-color:hover::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 14px;
  height: 14px;
  right: 12px;
  top: 50%;
  margin-top: -7px;
  background: url("../img/ic-arrow-right_sub.svg") center no-repeat;
  background-size: contain;
  transition: 0.5s;
}

  a.btn.em-color:hover::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 14px;
    height: 14px;
    right: 12px;
    top: 50%;
    margin-top: -7px;
    background: url("../img/ic-arrow-right_em.svg") center no-repeat;
    background-size: contain;
    transition: 0.5s;
  }

a.btn.small::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  right: 12px;
}
a.btn.small:hover::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  right: 6px;
}
a.btn.em-color {
  background: #00006c;
  border: solid 1px #00006c;
}
a.btn:hover {
  background: #ffffff;
  color: #e68515;
  box-shadow: none;
}
a.btn.sub-color:hover {
  background: #ffffff;
  color: #0d60b9;
}
a.btn.em-color:hover {
  background: #ffffff;
  color: #00006c;
}
@media only screen and (max-width: 767px) {
  a.btn {
    border-radius: 40vw;
    width: 80vw;
    max-width: 100%;
    height: 6rem;
    padding: 0 2rem;
    font-size: 1.8rem;
    box-shadow: 0.2rem 0.4rem 0.6rem rgba(0, 0, 0, 0.15);
  }
  a.btn.medium {
    width: 80vw;
    height: 4.8rem;
    font-size: 1.4rem;
  }
  a.btn.small {
    width: 4.8rem;
    height: 4.8rem;
    font-size: 1.2rem;
    border-radius: 0.4rem;
    padding: 0.1rem 0.8rem;
    letter-spacing: 0.1rem;
    line-height: 1.2;
  }
	a.btn::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    right: 1.4rem;
    top: 50%;
    margin-top: -0.7rem;
    background: url(../img/ic-arrow-right.svg) center center / contain no-repeat;
    transition: 0.5s;
}
  a.btn:hover::after {
    content: "";
    position: absolute;
    display: inline-block;
		background: url("../img/ic-arrow-right_o.svg") center no-repeat;
		background-size: contain;
    width: 1.4rem;
    height: 1.4rem;
    right: 0.7rem;
    top: 50%;
    margin-top: -0.7rem;
  }
  a.btn.sub-color:hover::after {
    content: "";
    position: absolute;
    display: inline-block;
		background: url("../img/ic-arrow-right_sub.svg") center no-repeat;
		background-size: contain;
    width: 1.4rem;
    height: 1.4rem;
    right: 0.7rem;
    top: 50%;
    margin-top: -0.7rem;
  }
  a.btn.em-color:hover::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    right: 0.7rem;
    top: 50%;
    margin-top: -0.7rem;
  }
  a.btn.small::after,a.btn.small:hover::after {
    content: none;
  }
  a.btn.small .sp-hidden {
    display: none;
  }
}
.emphasis {
  color: #0d60b9;
  font-weight: 600;
}
.big {
  font-size: 112.5%;
}
.sml {
  font-size: 87.5%;
  line-height: 2.1;
}
.notes {
  font-size: 13px;
  font-weight: 400;
  color: #707070;
}
.blur {
  -ms-filter: blur(100px);
  filter: blur(100px);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  -webkit-transition: 1s ease-out;
  transition: 1s ease-out;
  opacity: 0;
}
.blur.active {
  -ms-filter: blur(0);
  filter: blur(0);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}
.fade {
  opacity: 0;
  -webkit-transition: 0.6s linear;
  transition: 0.6s linear;
}
.fade.active {
  opacity: 1;
}
.fade-l {
  position: relative;
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
.fade-l.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.fade-r {
  position: relative;
  opacity: 0;
  -webkit-transform: translate(20px, 0);
  transform: translate(20px, 0);
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
.fade-r.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.fade-t {
  position: relative;
  opacity: 0;
  -webkit-transform: translate(0, -20px);
  transform: translate(0, -20px);
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
.fade-t.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.fade-b {
  position: relative;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
.fade-b.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.fade-w {
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  opacity: 0;
}
.fade-z {
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  -webkit-transform: scale(0.95, 0.95);
  transform: scale(0.95, 0.95);
  opacity: 0;
}
.fade-w.active, .fade-z.active {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}
/* HELPER */
.hp_mbm {
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .hp_mbm {
    margin-bottom: 1.6rem;
  }
}
.hp_underline {
  background: linear-gradient(transparent 80%, #ffd3da 80%);
}
/* -------------------------------------------------------------------------- HEADER */
header {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 80px;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  z-index: 10000;
}
header .header-top {
  position: absolute;
  top: 0px;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e2e2e2;
  background-color: #fff;
  width: 100%;
  height: 80px;
  padding: 0 50px;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  z-index: 1;
  background: #fff url(../img/header-line.webp) center top repeat-x;
  background-size: 1500px;
}
header.active .header-top {
  position: absolute;
  top: 0px;
  left: 0;
}
header.hide .header-top {
  top: -80px;
}
header .header-top .menu-logo {
  width: 156px;
  font-size: 0;
}
header .header-top .menu-btn-unit {
  display: flex;
  column-gap: 20px;
}
@media only screen and (max-width: 767px) {
  /* HEADER sp*/
  header {
    height: calc(6rem + 0.7rem);
		z-index: 100000;
  }
  header .header-top {
    height: calc(6rem + 0.7rem);
    padding: 0.6rem 2rem 0.6rem 2rem;
    background: #fff url(../img/header-line.webp) center top repeat-x;
    background-size: 150rem;
  }
  header.active .header-top {
    position: absolute;
    top: 0;
    left: 0;
  }
  header.hide .header-top {
    top: -7rem;
  }
  header .header-top .menu-logo {
    width: 12.5rem;
    font-size: 0;
  }
  header .header-top .menu-btn-unit {
    column-gap: 1rem;
    padding-top: 0.5rem;
  }
}
/* -------------------------------------------------------------------------- FOOTER */
footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  border-top: 1px solid #e6e6e6;
  background-color: #fff;
  width: 100%;
  padding: 20px 50px 30px 50px;
  z-index: 2;
}
footer .logo {
  display: flex;
  align-items: flex-end;
  font-size: 10px;
  letter-spacing: 0.7px;
  line-height: 1.4;
  color: #848484;
}
footer .logo img {
  width: 120px;
  margin-right: 20px;
}
footer .gft-cybertrust {
  width: 100px;
  height: 72px;
}
#gotop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  z-index: 10000;
}
#gotop a {
  display: block;
  border: 2px solid #fff;
  background-color: #0d60b9;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
  line-height: 46px;
  color: #fff;
}
#gotop a:hover {
  background-color: #247bd8;
}
@media only screen and (max-width: 767px) {
  footer {
    padding: 3.5rem 2rem 4.5rem 2rem;
  }
  footer .logo {
    font-size: 0.9rem;
    line-height: 1.2;
    flex-direction: column;
    align-items: flex-start;
  }
  footer .logo img {
    display: block;
    margin-bottom: 1.5rem;
    margin-right: auto;
  }
  footer .gft-cybertrust {
    width: 10rem;
    height: 7.2rem;
  }
  #gotop {
    right: 2rem;
    bottom: 2rem;
    width: 5rem;
    height: 5rem;
  }
  #gotop a {
    border-radius: 5rem;
    width: 5rem;
    height: 5rem;
    font-size: 1rem;
    line-height: 4.6rem;
  }
}
/* -------------------------------------------------------------------------- LP */
.sp-menu {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp-menu {
    position: fixed;
    top: -4rem;
    left: 0;
    width: 100%;
    height: 4rem;
    z-index: 2;
    display: none;
  }
  .sp-menu .sp-fixed {
    position: fixed;
    top: -4rem;
    left: 0;
    background-color: #eef6ff;
    width: 100%;
    height: 4rem;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
  }
  .sp-menu.active .sp-fixed {
    position: fixed;
    top: 6.2rem;
    left: 0;
  }
  .sp-menu.active.move .sp-fixed {
    top: calc(6rem + 0.7rem);
    top: 6.2rem;
  }
  .sp-menu ul {
    display: flex;
    position: relative;
    background-color: #eef6ff;
    width: 100%;
    height: 4rem;
    font-size: 1.2rem;
    font-weight: 700;
  }
  .sp-menu ul li {
    border-right: 1px solid #cfddec;
    width: 100%;
  }
  .sp-menu ul li:last-child {
    border-right: none;
  }
  .sp-menu ul a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #0d60b9;
  }
}
/* -------------------------------------------------------------------------- MAIN AREA */
#main-area {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: url("../img/main-bg-color_pc.svg") center no-repeat, url("../img/main-bg_pc.webp") center center no-repeat #fff;
  background-size: cover, cover;
  width: 100%;
  height: 540px;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  font-weight: 500;
}
#main-area .inner {
  position: relative;
  max-width: 1148px;
  height: 540px;
  margin: 0 auto;
  padding: 32px 24px 0 24px;
}
#main-area .main-area-image {
  content: "";
  position: absolute;
  bottom: 0;
  right: -134px;
  width: 70%;
  height: 300px;
  max-width: 800px;
  margin: 0 auto;
  z-index: -1;
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 959px) {
  #main-area .inner::before {
    right: -70px;
    width: 60%;
    height: 300px;
  }
}
#main-area .page-intro {
  font-size: 24px;
  font-weight: bold;
  color: #00006c;
  margin-bottom: 16px;
  letter-spacing: 0.075em;
}
#main-area .page-title {
  font-weight: 700;
  font-size: 35px;
  letter-spacing: 0.1em;
  color: #ffffff;
  vertical-align: middle;
}
#main-area .particle {
  font-size: 80%;
}
#main-area .symbol {
  font-size: 110%;
  line-height: 35px;
}
#main-area .page-title span.service-read {
  display: inblock;
}
#main-area .page-title span.service-name {
  display: inline-block;
  background: #ffffff;
  color: #00006c;
  font-size: 52px;
  padding: 12px 16px 16px 16px;
  line-height: 1;
  margin: 8px 0 8px 0;
  vertical-align: middle;
}
@media only screen and (max-width: 959px) {
  #main-area .page-title span.service-name {
    font-size: 40px;
  }
}
#main-area .cv-unit {
  text-align: center;
  padding: 24px 0 0 0;
  width: 464px;
}
#main-area .cv-unit p {
  display: inline-block;
  position: relative;
  font-size: 20px;
  padding: 0 0 8px 0;
}
#main-area .cv-unit p:before {
  content: "";
  position: absolute;
  left: -32px;
  bottom: 0px;
  width: 25px;
  height: 45px;
  background: url("../img/slash.svg") center no-repeat;
  background-size: contain;
}
#main-area .cv-unit p::after {
  content: "";
  position: absolute;
  right: -32px;
  bottom: 0px;
  width: 25px;
  height: 45px;
  background: url("../img/slash_back.svg") center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  #main-area {
    background: url("../img/main-bg-color_sp.svg") center left no-repeat, url("../img/main-bg_sp.webp") center center no-repeat #fff;
    background-size: cover, cover;
    width: 100vw;
    min-width: 100vw;
    height: 128vw;
    text-align: center;
  }
  #main-area .inner {
    position: relative;
    height: 128vw;
    width: 100vw;
    margin: 0 auto;
    padding: 3.2rem 1.6rem 0 1.6rem;
    padding-bottom: 4rem;
  }
  #main-area .main-area-image {
    position: absolute;
    bottom: 0;
    right: -5%;
    width: 105%;
    height: 35rem;
    max-width: 105%;
    margin: 0 auto;
  }
  #main-area .page-intro {
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    margin-bottom: 2.4rem;
  }
  #main-area .page-title {
    font-size: 1.75rem;
  }
  #main-area .symbol {
    font-size: 110%;
    line-height: 1.75rem;
  }
  #main-area .page-title span.service-name {
    font-size: 1.9rem;
    letter-spacing: 0.05em;
    padding: 0.8rem 0.8rem 1rem 0.8rem;
    margin: 0.8rem 0 0.4rem 0;
  }
  #main-area .cv-unit {
    text-align: center;
    padding: 3rem 0 0 0;
    width: auto;
  }
  #main-area .cv-unit p {
    display: inline-block;
    position: relative;
    font-size: 1.4rem;
    padding: 0 0 0.8rem 0;
  }
  #main-area .cv-unit p:before {
    content: "";
    position: absolute;
    left: -2rem;
    bottom: 0.2rem;
    width: 2rem;
    height: 2.8rem;
    background: url("../img/slash.svg") center no-repeat;
    background-size: contain;
  }
  #main-area .cv-unit p::after {
    content: "";
    position: absolute;
    right: -2rem;
    bottom: 0.2rem;
    width: 2rem;
    height: 2.8rem;
    background: url("../img/slash_back.svg") center no-repeat;
    background-size: contain;
  }
}
/* -------------------------------------------------------------------------- MENU */
.main-menu {
  position: relative;
  width: 100%;
  height: 75px;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  z-index: 10001;
}
.main-menu .menu-fixed {
  background-color: #eef6ff;
  width: 100%;
  height: 75px;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  z-index: 10001;
  border-bottom: solid 1px #cfddec;
}
.main-menu.active .menu-fixed {
  position: fixed;
  top: 0px;
  left: 0;
}
.main-menu.active.move .menu-fixed {
  top: 80px;
}
.main-menu ul {
  display: flex;
  position: relative;
  width: 100%;
  max-width: 1100px;
  height: 75px;
  margin: 0 auto;
}
.main-menu ul li {
  position: relative;
  width: 20%;
  height: 75px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
}
@media only screen and (max-width: 1040px) {
	.main-menu ul li {
		  font-size: 13px;
	}
}
.is_section-work-problems li:nth-child(1) a {
  background-color: #ffffff;
  color: #00006c;
}
.is_section-achieve li:nth-child(2) a {
  background-color: #ffffff;
  color: #00006c;
}
.is_section-voice li:nth-child(3) a {
  background-color: #ffffff;
  color: #00006c;
}
.is_section-point li:nth-child(4) a {
  background-color: #ffffff;
  color: #00006c;
}
.is_section-useful li:nth-child(5) a {
  background-color: #ffffff;
  color: #00006c;
}
@media only screen and (max-width: 959px) {
  .main-menu ul li {
    font-size: 12px;
  }
}
.main-menu ul li:before, .main-menu ul li:after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  height: 36px;
  margin-top: -18px;
}
.main-menu ul li:before {
  left: 0;
  border-left: 1px solid #cfddec;
}
.main-menu ul li:last-child:after {
  right: 0;
  border-right: 1px solid #cfddec;
}
.main-menu a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  color: #0d60b9;
}
.main-menu a:hover {
  background-color: #fff;
  color: #0d60b9;
}
@media only screen and (max-width: 767px) {
  .main-menu {
    background-color: #eef6ff;
    width: 100%;
    height: auto;
  }
  .main-menu .menu-fixed {
    height: auto;
  }
  .main-menu.active .menu-fixed {
    position: relative;
  }
  .main-menu br {
    display: none;
  }
  .main-menu ul {
    width: 100%;
    display: block;
    height: auto;
    border-top: 1px solid #cfddec;
  }
  .main-menu ul li {
    border-bottom: 1px solid #cfddec;
    width: 100%;
    height: auto;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
  }
  .main-menu ul li:last-child {
    border-bottom: none;
  }
  .main-menu a {
    display: block;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #0d60b9;
    padding: 1.2rem;
  }
}
/* -------------------------------------------------------------------------- SECTION COMMON */
.section-header {
  padding: 80px 0 0 0;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}
.section-work-problems .section-header {
  padding-top: 56px;
}
.section-title {
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 175%;
}
@media only screen and (max-width: 1040px) {
  .section-title {
    font-size: 24px;
  }
}
.section-title .emphasis {
  color: #0d60b9;
  font-size: 48px;
  background: linear-gradient(transparent 70%, #ffd3da 70%);
  display: inline-block;
  position: relative;
}
.section-read-txt {
  font-size: 20px;
  padding: 32px 0 0 0;
  font-weight: 500;
  line-height: 175%;
}
@media only screen and (max-width: 959px) {
  .section-read-txt {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .section-header {
    padding: 4rem 0 0 0;
    margin: 0 2rem;
  }
  .section-title {
    font-size: 2rem;
  }
  .section-title .emphasis {
    font-size: 2.6rem;
  }
  .section-read-txt {
    font-size: 1.5rem;
    text-align: left;
  }
}
.inner {
  max-width: 1100px;
  padding: 0 24px 80px 24px;
}
.inner-smallpb {
  max-width: 1100px;
  padding: 0 24px 40px 24px;
  margin: 0 auto;
}
.inner-wide {
  padding: 40px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .inner {
    padding: 0 2.4rem 4rem 2.4rem;
  }
  .inner-smallpb {
    max-width: 1100px;
    padding: 0 2.4rem 4rem 2.4rem;
    margin: 0 auto;
  }
  .inner-wide {
    padding: 2.4rem 0 0 0;
  }
}
/* MOVIE CONTAINER */
.movie-container-wrap {
  background: #edf6ff;
  padding: 80px 24px 80px 24px;
}
.movie-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 0;
  border-top: solid 8px #00006c;
  background: url("../img/movie-container-bg.webp") bottom center no-repeat #ffffff;
  background-size: 100% auto;
  text-align: center;
}
.movie-container .movie-title {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 30px;
  line-height: 150%;
  color: #00006c;
  margin-bottom: 24px;
}
.movie-container .movie-title:before {
  content: "";
  position: absolute;
  left: -40px;
  bottom: 0px;
  width: 25px;
  height: 45px;
  background: url("../img/slash_c.svg") center no-repeat;
  background-size: contain;
}
.movie-container .movie-title::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: 0px;
  width: 25px;
  height: 45px;
  background: url("../img/slash_back_c.svg") center no-repeat;
  background-size: contain;
}
.movie-container iframe {
  margin: 0 auto;
  width: 80%;
  aspect-ratio: 16 / 9;
}
.movie-caption {
  padding-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .movie-container-wrap {
    background: #edf6ff;
    padding: 4rem 2.4rem 4rem 2.4rem;
  }
  .movie-container {
    padding: 1.6rem 0 0 0;
    border-top: solid 0.6rem #00006c;
    background: url("../img/movie-container-bg.webp") bottom center no-repeat #ffffff;
    background-size: 200% auto;
    text-align: center;
  }
  .movie-container .movie-title {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
  .movie-container .movie-title:before {
    content: "";
    position: absolute;
    left: -2.4rem;
    bottom: auto;
    top: 50%;
    width: 2rem;
    height: 4rem;
    margin-top: -2rem;
    background: url("../img/slash_c.svg") center no-repeat;
    background-size: contain;
  }
  .movie-container .movie-title::after {
    content: "";
    position: absolute;
    right: -2.4rem;
    bottom: auto;
    top: 50%;
    width: 2rem;
    height: 4rem;
    margin-top: -2rem;
    background: url("../img/slash_back_c.svg") center no-repeat;
    background-size: contain;
  }
  .movie-container iframe {
    margin: 0 auto;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  .movie-caption {
    font-size: 1rem;
  }
}
/* --------------------------------------------------------------------------  WORK PROBLEMS*/
.section-work-problems {
  background: url("../img/work-problems-bg.svg") bottom center repeat-x #f9f9f9;
  background-size: 1440px auto;
}
.section-work-problems .work-problems-message {
  position: relative;
  border: solid 3px #00006c;
  background: #ffffff;
  max-width: 860px;
  margin: 0 auto;
  border-radius: 12px;
  padding: 28px 20px;
  margin-bottom: 28px;
}
.section-work-problems .work-problems-message::after {
  content: "";
  width: 19px;
  height: 26px;
  background: url("../img/speech-bubble-parts.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  left: 100px;
  bottom: -25px;
}
.section-work-problems .work-problems-message:nth-child(1) {
  margin: 0 auto 24px 0;
}
.section-work-problems .work-problems-message:nth-child(1)::before {
  content: "";
  position: absolute;
  right: -70px;
  top: -16px;
  width: 70px;
  height: 70px;
  background: url("../img/work-problems-message-deco01.svg") center no-repeat;
  background-size: cover;
}
.section-work-problems .work-problems-message:nth-child(2)::after {
  background: url("../img/speech-bubble-parts_symmetry.svg") center no-repeat;
  background-size: contain;
  right: 100px;
  left: auto;
  bottom: -25px;
}
.section-work-problems .work-problems-message:nth-child(2)::before {
  content: "";
  position: absolute;
  left: -70px;
  top: -16px;
  width: 70px;
  height: 70px;
  background: url("../img/work-problems-message-deco02.svg") center no-repeat;
  background-size: cover;
}
.section-work-problems .work-problems-message:nth-child(2) {
  margin: 0 0 24px auto;
}
.section-work-problems .work-problems-message:nth-child(3)::before {
  content: "";
  position: absolute;
  left: -70px;
  top: 0px;
  width: 70px;
  height: 70px;
  background: url("../img/work-problems-message-deco03.svg") center no-repeat;
  background-size: cover;
}
.section-work-problems .work-problems-message p {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 175%;
  color: #2e2e2e;
  text-align: center;
}
@media only screen and (max-width: 959px) {
  .section-work-problems .work-problems-message p {
    font-size: 16px;
  }
}
.work-problems-image {
  max-width: 344px;
  height: auto;
  margin: -16px auto 0 auto;
}
@media only screen and (max-width: 767px) {
  .section-work-problems {
    background: url("../img/work-problems-bg_sp.svg") bottom center repeat-x #f9f9f9;
    background-size: cover;
  }
  .section-work-problems .work-problems-message {
    border-radius: 12px;
    padding: 1.6rem 1.6rem;
    margin-bottom: 2.8rem;
    border: solid 2px #00006c;
  }
  .section-work-problems .work-problems-message p {
    font-size: 1.4rem;
    text-align: left;
  }
  .section-work-problems .work-problems-message:nth-child(1)::before {
    content: "";
    position: absolute;
    right: -3rem;
    top: -4rem;
    width: 5rem;
    height: 5rem;
    background: url(../img/work-problems-message-deco01.svg) center no-repeat;
    background-size: cover;
  }
  .section-work-problems .work-problems-message:nth-child(2)::before {
    content: "";
    position: absolute;
    left: -3rem;
    top: -4rem;
    width: 5rem;
    height: 5rem;
    background: url(../img/work-problems-message-deco02.svg) center no-repeat;
    background-size: cover;
  }
  .section-work-problems .work-problems-message:nth-child(3)::before {
    content: "";
    position: absolute;
    left: -2rem;
    top: auto;
    bottom: -4rem;
    width: 5rem;
    height: 5rem;
    background: url(../img/work-problems-message-deco03.svg) center no-repeat;
    background-size: cover;
  }
  .work-problems-image {
    max-width: 50vw;
		padding-top: 1rem;
  }
}
/* --------------------------------------------------------------------------  ACHIEVE */
.achieve-content-item-wrap {
  background: url("../img/achieve-content-item-wrap_bg.svg") center bottom no-repeat;
  background-size: 100% auto;
}
.achieve-content-item-wrap:nth-child(even) {
  background: url("../img/achieve-content-item-wrap_bg_symmetry.svg") center bottom no-repeat;
  background-size: 100% auto;
}
.achieve-content {
  max-width: 1148px;
  padding: 0 24px 40px 24px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.achieve-content-item-wrap:nth-child(even) .achieve-content {
  flex-direction: row-reverse;
}
.achieve-content-item {
  position: relative;
  max-width: 58%;
  background: #ffffff;
  border: 3px solid #0d60b9;
  border-radius: 12px;
}
.achieve-content-item-header {
  padding: 24px 24px 24px 0;
  display: flex;
  align-items: center;
  column-gap: 24px;
  background: #eef6ff;
  border-radius: 12px 12px 0 0;
}
.achieve-content-item .num {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  width: 80px;
  color: #ffffff;
  background: linear-gradient(270deg, #0042ad 0%, #4f91ce 100%);
  margin-left: -8px;
  padding: 16px 0;
}
.achieve-content-item .achieve-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  color: #00006c;
}
.achieve-content-item .achieve-list {
  font-size: 18px;
  padding: 24px;
  font-weight: 500;
  line-height: 175%;
  list-style: disc;
  margin-left: 1.5rem;
}
@media only screen and (max-width: 959px) {
  .achieve-content-item .achieve-list {
    font-size: 14px;
  }
}
.achieve-content-item .achieve-list li {
  margin-bottom: 1rem;
}
.achieve-content .achieve-image {
  max-width: calc(42% + 100px);
  margin-right: -100px;
}
.achieve-content-item-wrap:nth-child(even) .achieve-content .achieve-image {
  margin-right: 0;
  margin-left: -100px;
}
@media only screen and (max-width: 1300px) {
  .achieve-content .achieve-image {
    max-width: 46%;
    margin-right: 0;
  }
  .achieve-content-item-wrap:nth-child(even) .achieve-content .achieve-image {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .achieve-content-item-wrap {
    background: url("../img/achieve-content-item-wrap_bg_sp.svg") left bottom no-repeat;
    background-size: 100% auto;
  }
  .achieve-content-item-wrap:nth-child(even) {
    background: url("../img/achieve-content-item-wrap_bg_sp.svg") right bottom no-repeat;
    background-size: 100% auto;
  }
  .achieve-content {
    max-width: auto;
    padding: 0 2.4rem 0.8rem 2.4rem;
    flex-direction: column;
    margin-bottom: 4rem;
  }
  .achieve-content-item-wrap:nth-child(even) .achieve-content {
    flex-direction: column;
  }
  .achieve-content-item {
    max-width: 100%;
    border: 2px solid #0d60b9;
  }
  .achieve-content-item-header {
    padding: 1.6rem 1.6rem 1.6rem 0;
    column-gap: 1.4rem;
  }
  .achieve-content-item .num {
    font-size: 2.4rem;
    width: 8rem;
    color: #ffffff;
    background: linear-gradient(270deg, #0042ad 0%, #4f91ce 100%);
    margin-left: -0.8rem;
    padding: 0.8rem 0;
  }
  .achieve-content-item .achieve-title {
    font-size: 1.8rem;
  }
  .achieve-content-item .achieve-list {
    font-size: 1.4rem;
    padding: 1.6rem;
  }
  .achieve-content .achieve-image {
    max-width: 100vw;
    padding-top: 0;
    margin: 0 -7%;
  }
  .achieve-content-item-wrap:nth-child(1) .achieve-content .achieve-image {
    padding-top: 2rem;
  }
  .achieve-content-item-wrap:nth-child(even) .achieve-content .achieve-image {
    margin: 0 -7%;
  }
}
/* --------------------------------------------------------------------------  VOICE*/
.section-voice {
  background: url("../img/voice_bg.webp") center;
  background-size: cover;
}
.voice-unit {
  display: flex;
  justify-content: space-between;
  padding: 40px 0 0 0;
}
.voice-unit .voice-detail {
  width: 30%;
  max-width: 340px;
  border: solid 3px #0d60b9;
  background: #ffffff;
  border-radius: 12px;
}
.voice-unit .voice-detail-header figure {
  background-color: #f8f8f8;
  padding: 24px 0 0 0;
  text-align: center;
  border-radius: 12px 12px 0 0;
}
.voice-unit .voice-detail-header figure img {
  width: 128px;
  margin: 0 auto;
}
.voice-unit .voice-spec {
  padding: 24px 0 16px 0;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: #0d60b9;
}
@media only screen and (max-width: 959px) {
  .voice-unit .voice-spec {
    font-size: 16px;
  }
}
.voice-unit .voice-message {
  padding: 0 24px 24px 24px;
}
@media only screen and (max-width: 767px) {
  .voice-unit {
    flex-direction: column;
    padding: 2.4rem 0 0 0;
    gap: 2.4rem;
  }
  .voice-unit .voice-detail {
    width: 100%;
    max-width: 100%;
    border: solid 2px #00006c;
  }
  .voice-unit .voice-detail-header figure {
    padding: 1rem 0 0 0;
  }
  .voice-unit .voice-detail-header figure img {
    width: 10rem;
    margin: 0 auto;
  }
  .voice-unit .voice-spec {
    padding: 1.6rem 0 1rem 0;
    font-size: 1.6rem;
  }
  .voice-unit .voice-message {
    padding: 0 1.6rem 1.6rem 1.6rem;
  }
}
/* --------------------------------------------------------------------------  POINT()*/
.section-point-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 64px 0 80px 0;
}
.pont-wrapper {
  background: #edf6ff;
  padding: 0 40px 40px 40px;
  border-radius: 12px;
  margin: 0 auto 52px auto;
}
.point-header {
  position: relative;
  border: solid 1px rgba(255, 255, 255, 0);
}
.point-header .num {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  width: 136px;
  color: #ffffff;
  background: linear-gradient(270deg, #0042ad 0%, #4f91ce 100%);
  margin: -24px auto 0 auto;
  padding: 8px 0;
  vertical-align: baseline;
}
.point-header .num span {
  font-size: 20px;
}
.point-header .point-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  color: #00006c;
  text-align: center;
  padding: 16px 0 32px;
}
.point-unit {
  display: flex;
  justify-content: space-between;
}
.point-content {
  width: 48%;
  border: solid 4px #c1c1c1;
  background: #ffffff;
  padding: 0;
  border-radius: 12px;
}
.point-content.service {
  border: solid 6px #0d60b9;
}
.point-content .point-content-title {
  position: relative;
  font-weight: 500;
  font-size: 20px;
  line-height: 52px;
  text-align: center;
  background: #ececec;
  border-radius: 4px 4px 0 0;
}
@media only screen and (max-width: 959px) {
  .point-content .point-content-title {
    font-size: 16px;
  }
}
.point-content.service .point-content-title {
  background: #0d60b9;
  color: #ffffff;
  font-weight: 700;
  padding-left: 1rem;
}
.point-content.service .point-content-title::before {
  content: "";
  width: 38px;
  height: 27px;
  background: url("../img/check.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -13px;
}
@media only screen and (max-width: 959px) {
  .point-content.service .point-content-title::before {
    content: "";
    width: 38px;
    height: 27px;
    background: url("../img/check.svg") center no-repeat;
    background-size: contain;
    position: absolute;
    left: 8px;
    top: -16px;
    margin-top: 0;
  }
}
.point-content-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px 0 0;
}
.point-content-inner {
  padding-top: 4px;
}
.point-content.service .point-content-inner {
  padding-top: 0;
}
.point-content-inner figure {
  width: 190px;
  padding-top: 12px;
}
.point-content-inner p {
  width: calc(100% - 200px);
  font-size: 18px;
  font-weight: 700;
}
.point-content.service .point-content-inner p {
  color: #0d60b9;
  font-size: 22px;
}
@media only screen and (max-width: 959px) {
  .point-content.service .point-content-inner p {
    font-size: 18px;
    padding-bottom: 12px;
  }
}
.point-content.service .point-content-inner p span.particle {
  font-size: 90%;
}
@media only screen and (max-width: 959px) {
  .point-content-inner {
    flex-direction: column;
  }
  .point-content {}
  .point-content-inner p {
    width: 100%;
    font-size: 18px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .section-point-inner {
    margin: 0 auto;
    padding: 4rem 0 0 0;
  }
  .pont-wrapper {
    background: #edf6ff;
    padding: 0 2.4rem 2.4rem 2.4rem;
    margin: 0 auto 4rem auto;
  }
  .point-header .point-title {
    font-size: 1.8rem;
    padding: 0.8rem 0 2.4rem;
  }
  .point-unit {
    flex-direction: column;
  }
  .point-header .num {
    font-size: 2.4rem;
    width: 8rem;
    color: #ffffff;
    background: linear-gradient(270deg, #0042ad 0%, #4f91ce 100%);
    padding: 0.8rem 0;
  }
  .point-header .num span {
    font-size: 1.6rem;
  }
  .point-content {
    width: 100%;
    max-width: auto;
    border: solid 2px #c1c1c1;
    border-radius: 1.2rem;
  }
  .point-content.service {
    margin-bottom: 2.4rem;
    border-radius: 1.2rem;
  }
  .point-content .point-content-title {
    font-size: 1.4rem;
    border-radius: 1rem 1rem 0 0;
  }
  .point-content.service .point-content-title {
    border-radius: 0.5rem 0.5rem 0 0;
    padding-left: 0;
  }
  .point-content.service .point-content-title::before {
    content: "";
    width: 4rem;
    height: 4rem;
    background: url("../img/check.svg") center no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: -2.6rem;
    margin-top: 0;
    margin-left: -2rem;
  }
  .point-content-inner {
    flex-direction: column;
    padding: 0 1.6rem;
  }
  .point-content-inner figure {
    width: 60%;
    padding-top: 0;
    margin: 0 auto;
  }
  .point-content-inner p {
    width: 100%;
    font-size: 1.4rem;
    text-align: center;
    padding: 0.4rem 0 1.6rem;
  }
  .point-content.service .point-content-inner p {
    font-size: 1.8rem;
  }
}
/* --------------------------------------------------------------------------  CONVERSION*/
.conversion-area {
  background: url("../img/cv_bg.webp") center no-repeat;
  background-size: cover;
  padding: 60px 0 80px;
  text-align: center;
}
.conversion-area .conversion-area-title {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 24px;
  line-height: 175%;
  margin-bottom: 58px;
  letter-spacing: 0.1em;
}
.conversion-area .conversion-area-title::before {
  content: "";
  width: 35px;
  height: 85px;
  background: url("../img/slash_l.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  left: -50px;
  top: 0;
}
.conversion-area .conversion-area-title::after {
  content: "";
  width: 35px;
  height: 85px;
  background: url("../img/slash_l_symmetry.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  right: -50px;
  top: 0;
}
.conversion-area .btn-unit {
  display: flex;
  column-gap: 72px;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 959px) {
  .conversion-area .btn-unit {
    column-gap: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .conversion-area {
    padding: 4rem 0 6rem;
  }
  .conversion-area .conversion-area-title {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
  .conversion-area .conversion-area-title::before {
    content: "";
    width: 2.2rem;
    height: 6rem;
    left: -2rem;
    top: auto;
    bottom: 0;
  }
  .conversion-area .conversion-area-title::after {
    content: "";
    width: 2.2rem;
    height: 6rem;
    right: -2rem;
    top: auto;
    bottom: 0;
  }
  .conversion-area .btn-unit {
    flex-direction: column;
    gap: 2.4rem;
  }
}
/* --------------------------------------------------------------------------  USEFUL*/
.useful-inner {
  max-width: 1100px;
  padding: 24px 24px 40px 24px;
  margin: 0 auto;
}
.evaluation-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 40px;
}
.evaluation-list a {
  display: block;
  width: 30%;
  /*
	margin-right: 3%;
	*/
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 0 0;
}
.evaluation-list a:nth-child(4n) {
  margin-right: 0;
}
.evaluation-list .image {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 15px;
  overflow: hidden;
}
.evaluation-list .image img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  max-width: initial;
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease;
  border: solid 1px #ccc;
}
.evaluation-list a:hover .image img {
  transform: scale(1.2); /* 拡大 */
  opacity: 1;
}
.evaluation-list .cat {
  display: table;
  border-radius: 3px;
  background-color: #a59ab8;
  margin-bottom: 12px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
}
.evaluation-list .cat.cat1 {
  /* 導入事例 */
  background-color: #334757;
}
.evaluation-list .cat.cat2 {
  /* 連載・コラム */
  background-color: #bc4163;
}
.evaluation-list .cat.cat3 {
  /* 調査レポート */
  background-color: #8f6fc5;
}
/* 若手社員向け */
.evaluation-list .cat.cat4 {
  background-color: #0d60b9;
}
/* 中堅社員向け */
.evaluation-list .cat.cat5 {
  background-color: #50897e;
}
/* 中堅社員向け */
.evaluation-list .cat.cat6 {
  background-color: #8962cc;
}
.evaluation-list h3 {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
.useful-service-wrap {
  background: #edf6ff;
  padding: 40px 0 0 0;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 12px;
  margin-bottom: 80px;
}
.useful-service-wrap .inner {
  padding-bottom: 40px;
}
.useful-service-title {
  font-size: 28px;
  line-height: 150%;
  font-weight: 700;
  color: #0d60b9;
  text-align: center;
  padding: 12px 0 16px;
}
.service-info {
  position: relative;
  display: block;
  background: #ffffff;
  font-size: 18px;
  padding: 12px 0 12px 24px;
  font-weight: 700;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 16px;
}
.service-info.young {
  color: #0d60b9;
}
.service-info.young::before {
  content: "";
  width: 100px;
  height: 64px;
  background: url("../img/icon-young.svg") bottom center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
}
.service-info.mid {
  color: #0e8e75;
}
.service-info.mid::before {
  content: "";
  width: 100px;
  height: 64px;
  background: url("../img/icon-mid-career.svg") bottom center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
}
.service-info.senior {
  color: #8962cc;
}
.service-info.senior::before {
  content: "";
  width: 100px;
  height: 64px;
  background: url("../img/icon-senior.svg") bottom center no-repeat;
  background-size: contain;
  position: absolute;
  left: -24px;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .evaluation-list {
    width: 100%;
    justify-content: center;
    margin-bottom: 2.5rem;
  }
  .evaluation-list a {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
    font-size: 1.3rem;
    line-height: 1.5;
  }
	.useful-service-wrap .evaluation-list a {
		margin-bottom: 4rem;
	}
	.useful-service-wrap .evaluation-list a:last-child {
		margin-bottom: 0;
	}
  .evaluation-list a:last-child {
    margin-bottom: 0;
  }
  .evaluation-list .image {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 1.2rem;
    overflow: hidden;
  }
  .evaluation-list .image img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    max-width: initial;
    width: 100%;
    height: 100%;
  }
  .evaluation-list .cat {
    display: table;
    border-radius: 0.3rem;
    background-color: #a59ab8;
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
    font-size: 1.1rem;
    line-height: 1;
    color: #fff;
  }
  .evaluation-list h3 {
    margin-top: 1rem;
    font-size: 1.6rem;
  }
  .useful-service-title {
    font-size: 2rem;
    padding: 0;
  }
  .service-info {
    position: relative;
    display: block;
    background: #ffffff;
    font-size: 1.8rem;
    padding: 1.2rem 0 1.2rem 2.4rem;
    font-weight: 700;
    text-align: center;
    border-radius: 0.4rem;
    margin-bottom: 1.6rem;
  }
  .service-info.young {
    color: #0d60b9;
  }
  .service-info.young::before {
    content: "";
    width: 10rem;
    height: 6.4rem;
    background: url("../img/icon-young.svg") bottom center no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .service-info.mid {
    color: #0e8e75;
  }
  .service-info.mid::before {
    content: "";
    width: 10rem;
    height: 6.4rem;
    background: url("../img/icon-mid-career.svg") bottom center no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .service-info.senior {
    color: #8962cc;
  }
  .service-info.senior::before {
    content: "";
    width: 10rem;
    height: 6.4rem;
    background: url("../img/icon-senior.svg") bottom center no-repeat;
    background-size: contain;
    position: absolute;
    left: -2.4rem;
    bottom: 0;
  }
}