@charset "UTF-8";

@media screen and (max-width: 767px) {
  .top-pc {
    display: none;
  }
}

/* new top 2024.3.26 */
.firstview-wrap {
  background-image: linear-gradient(50deg, rgb(83, 177, 204) 10%, rgb(87, 188, 208) 90%);
  padding: 160px 0 40px 0;
}
@media screen and (max-width: 767px) {
  .firstview-wrap {
    padding: 50px 0 40px 0;
  }
}
.firstview-wrap .firstview-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .firstview-wrap .firstview-inner {
    padding: 0 1rem;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .firstview-wrap .firstview-inner {
    text-align: center;
    display: block;
  }
}
.firstview-wrap .firstview-inner .firstview-left-wrap .firstview-features img {
  width: 492px;
}
@media screen and (max-width: 1000px) {
  .firstview-wrap .firstview-inner .firstview-left-wrap .firstview-features img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .firstview-wrap .firstview-inner .firstview-left-wrap .firstview-features img {
    width: 492px;
  }
}
@media screen and (max-width: 600px) {
  .firstview-wrap .firstview-inner .firstview-left-wrap .firstview-features img {
    width: 90%;
  }
}
.firstview-btn-wrap {
  padding-top: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 999px) {
  .firstview-left-wrap-pc{
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .firstview-btn-wrap-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .firstview-btn-wrap {
    justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  .firstview-btn-wrap {
    display: grid;
  }
}
.firstview-btn-wrap a {
  width: 240px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.1rem, 2vw, 1.2rem);
  border-radius: 65px;
  font-weight: bold;
  letter-spacing: 0.05rem;
  box-shadow: 0px 6px 11px 0px rgba(16, 120, 150, 0.24);
  font-feature-settings: "palt";
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .firstview-btn-wrap a {
    width: 280px;
  }  
}
@media screen and (max-width: 500px) {
  .firstview-btn-wrap a {
    width: 240px;
  }  
}

.firstview-btn-wrap a.firstview-btn-consultation {
  color: #fff;
  text-shadow: 2px 3px 3px rgba(219, 141, 4, 0.4);
  background-image: linear-gradient(90deg, rgba(255, 140, 0, 1), rgba(253, 155, 0, 1));
  position: relative;
}
a.firstview-btn-consultation:before {
  font-family: "Font Awesome 6 Free";
  content: "\f086";
  font-weight: 900;
  color: #fff;
  position: absolute;
  left: 9%;
}
.firstview-btn-wrap a.firstview-btn-costsimulator {
  color: #175064;
  background: white;
  position: relative;
}
a.firstview-btn-costsimulator:before {
  font-family: "Font Awesome 6 Free";
  content: "\f1ec";
  font-weight: 900;
  color: #175064;
  position: absolute;
  left: 9%;
}
.firstview-wrap .firstview-inner .firstview-right-wrap h2 {
  font-size: 3.3rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: -16px;
  text-shadow: 2px 3px 3px rgba(59, 159, 181, 0.4);
  -webkit-font-smoothing: antialiased;
}
.firstview-wrap .firstview-inner .firstview-right-wrap h2 span {
  font-size: 2.1rem;
}
@media screen and (max-width: 600px) {
  .firstview-wrap .firstview-inner .firstview-right-wrap h2 span {
    font-size: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .firstview-wrap .firstview-inner .firstview-right-wrap h2 {
    padding-top: 30px;
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .firstview-wrap .firstview-inner .firstview-right-wrap h2 {
    font-size: 9vw;
  }
}
.firstview-wrap .firstview-inner .firstview-right-wrap h1 {
  font-size: 1.1rem;
  letter-spacing: 0.02rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin-bottom: -10px;
  -webkit-font-smoothing: antialiased;
  text-shadow: 2px 3px 3px rgba(59, 159, 181, 0.4);
  margin-left: -35px;
}
@media screen and (max-width: 600px) {
  .firstview-wrap .firstview-inner .firstview-right-wrap h1 {
    font-size: 3.5vw;
    margin-bottom: 0;
    margin-left: -20px;
  }
}
.firstview-wrap .firstview-inner .firstview-right-wrap img {
  max-width: 634px;
}
@media screen and (max-width: 1100px) {
  .firstview-wrap .firstview-inner .firstview-right-wrap img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .firstview-wrap .firstview-inner .firstview-right-wrap .firestview-device img {
    width: 580px;
  }
}
@media screen and (max-width: 600px) {
  .firstview-wrap .firstview-inner .firstview-right-wrap .firestview-device img {
    width: 100%;
  }
}

.firstview-decorate-wrap {
  background: #fff;
  padding: 22px 0 40px 0;
}
.firstview-decorate-wrap .firstview-decorate-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 0 1rem;
}
@media screen and (max-width: 600px) {
  .firstview-decorate-wrap .firstview-decorate-inner {
    gap: 4vw;
  }
}
.firstview-decorate-wrap .firstview-decorate-inner img.firstview-decorate-1 {
  width: 216px;
}
@media screen and (max-width: 600px) {
  .firstview-decorate-wrap .firstview-decorate-inner img.firstview-decorate-1 {
    width: 36vw;
  }
}
.firstview-decorate-wrap .firstview-decorate-inner img.firstview-decorate-2 {
  width: 242px;
}
@media screen and (max-width: 600px) {
  .firstview-decorate-wrap .firstview-decorate-inner img.firstview-decorate-2 {
    width: 42vw;
  }
}


/* new top */
h2 {
  font-size: 31px;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  h2 {
    font-size: 1.5rem;
  }
}

#top {
  overflow: hidden;
}

#top .kv {
  min-height: 757px;
}

#top .kv .scroll-box {
  position: absolute;
  top: 0;
  padding-top: 90px;
  width: 100%;
}

#top .kv .scroll-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 757px;
  background-color: rgba(232, 251, 254, 0.88);
}

#top .kv .inr-wrapper {
  /* position: relat; */
  width: 100%;
  max-width: 1100px;
  z-index: 99;
  position: inherit;
}

.mvMessage {
  filter: drop-shadow(0px 0px 15px #d9eaeb);
}

#top .kv .mvForm {
  z-index: 1000;
  box-shadow: 0px 5px 20px 0px rgba(73, 126, 141, 0.15);
  background: #f4f4f4;
}

#top .kv .top-ft-list .ft-txt-s {
  /* margin-bottom: 10px; */
  display: inline-block;
  width: 100%;
}

.kv-scroll {
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 378.5;
}

.slideshow {
  display: flex;
  animation: loop-slide 50s infinite linear 1s both;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: none;
  border-radius: 0;
}

.content {
  width: 461.5px;
  height: 328px;
}

h2.h2-border:before,
h2.h2-border:after {
  height: 0px;
}

#top .concern h2 {
  font-size: 29px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #top .concern h2 {
    font-size: clamp(1.2rem, 2vw, 1.5rem);
  }
}

.concern-arrow {
  width: 100%;
  padding-top: 125px;
  position: relative;
  overflow: hidden;
  background: white;
}
.concern-arrow::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 50%;
  border-top: 120px solid #eee;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  transform: translateX(-50%);
}
@media screen and (max-width: 500px) {
  .concern-arrow {
    padding-top: 80px;
  }
  .concern-arrow::after {
    border-top: 80px solid #eee;
  }
}

.top-3feature_01 .top-3ft-illust-pc {
  margin-left: -65px;
  padding-right: 54px;
}

.top-3feature_02 .top-3ft-illust-pc {
  margin-right: -65px;
  padding-left: 73px;
}

.top-3ft-ttl-wrap img {
  height: 63px;
  padding-right: 20px;
}
@media screen and (max-width: 500px) {

  .top-3ft-ttl-wrap div {
    text-align: left;
    z-index: 1000;
  }
  .top-3ft-ttl-wrap img {
    height: 55px;
  }
}

.top-3ft-txt .ft-txt-s {
  font-size: 20px;
  letter-spacing: 0.9px;
}

.top-3ft-txt h2.top-3ft-ttl {
  font-size: 31px;
}

ul.top-3ft-list li {
  padding-left: 3.1rem;
}

ul.top-3ft-list li p {
  font-size: 17px;
}

.soft-service {
  position: relative;
}

.top-service-sec h3 {
  font-size: 18px;
}

.soft-service .bg-gray {
  background-color: #f7f8f8;
  width: 100%;
  height: 516px;
  position: absolute;
  top: 27px;
  left: 0;
}

.soft-service h2 {
  justify-content: center;
  margin-bottom: 0;
  line-height: 1.3;
}

.soft-service h2.h2-border:before, .soft-service h2.h2-border:after {
  display: none;
}


.top-service-box {
  width: 100%;
  margin: 0 auto;
  z-index: 99;
  padding: 80px 0;
  background: #f9f9f9;
  position: relative;
}

.solution-left, .solution-right {
  position: absolute;
}
.solution-left img,.solution-right img {
  width: 260px;
}
.solution-left {
  top: -20px;
  left: 100px;
}
.solution-right {
  top: -20px;
  right: 100px;
}

.soft-service .soft-service-list-wrap {
  padding: 40px 0;
  border-bottom: 2px dotted #d9def5;
}

.soft-service .soft-service-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  grid-template-rows: subgrid;
}

@media screen and (min-width: 768px) {
  .soft-service-list-h4-wrap {
      display: flex;
      align-items: center;
  }
}
.soft-service-list-h4-wrap {
  padding-bottom: 24px;
}
.soft-service-list-h4-wrap h4 {
  padding-bottom: 0!important;
}
.soft-service-list-h4-wrap p {
  color: #43a8c4;
  font-size: 17px;
}

@media screen and (max-width: 767px) {
  .soft-service-list-h4-wrap p {
      padding-left: 30px;
      text-indent: -10px;
  }
}

.soft-service .soft-service-list-wrap h4 {
    font-size: 20px;
    padding-bottom: 24px;
    color: #43a8c4;
    display: flex;
    align-items: center;
}

.soft-service .soft-service-list-wrap h4 img {
    height: 20px;
    width: auto;
    margin-top: 6px;
    padding-left: 5px;
}



.soft-service .soft-service-list-wrap h4:before {
  content: "";
    display: inline-block;
    width: 20px;
    height: 17px;
    background-image: url('../images/top/human-icon.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  margin-right: 15px;
}


@media screen and (max-width: 767px) {
  .soft-service .soft-service-list {
    grid-template-columns: 1fr 1fr;
  }
}
.soft-service .soft-service-list div a {
  background-color: white;
  border-radius: 15px;
  padding: 30px;
  display: flex;
  width: auto;
  height: 100px;
  align-items: center;
  justify-content: center;
  -moz-filter: drop-shadow(0 1px 1px #f1f1f1);
  -ms-filter: drop-shadow(0 1px 1px #f1f1f1);
  filter: drop-shadow(0 1px 1px #f1f1f1);
}

.soft-service .soft-service-list a:hover img {
  opacity: 0.6;
  transition : all 0.5s ease 0s;
}

.soft-service .logo-jobcon, .soft-service .logo-jinjer, .soft-service .logo-kingoftime, .soft-service .logo-officestation,.soft-service .logo-moneyforward, .soft-service .logo-smarthr,.soft-service .logo-pathoslogos {
  position: relative;
}

.soft-service img {
  object-fit: contain;
}

.soft-service .logo-jobcon img {
  height: 25px;
}

.soft-service .logo-jinjer img {
  height: 36px;
}

.soft-service .logo-kingoftime img {
  height: 27px;
}

.soft-service .logo-moneyforward img {
  height: 42px;
}

.soft-service .logo-smarthr img {
  height: 30px;
}

.soft-service .logo-officestation img {
  height: 27px;
}

.soft-service .logo-pathoslogos img {
  height: 54px;
}

.soft-service .balloon1-left {
  position: absolute;
  min-width: 264px;
  min-height: 69px;
  background-color: #3fa9c7;
  padding: 35px;
  border-radius: 25px;
  margin: 0 0 20px 20px;
  top: -212px;
  left: -50%;
  margin-left: -46px;
  color: white;
  font-size: 16px;
  display: flex;
  align-items: center;
  display: none;
}

.soft-service .balloon1-left:before {
  top: unset;
  left: 50%;
  bottom: -30px;
  margin-left: -15px;
  margin-top: 0;
  border-top-color: #3fa9c7;
  border-right-color: transparent;
}

.soft-service .logo-jinjer .balloon1-left {
  margin-left: -97px;
  top: -206px;
}

.soft-service .logo-kingoftime .balloon1-left {
  margin-left: 10px;
}

.soft-service .logo-officestation .balloon1-left {
  margin-left: 40px;
}

.soft-service .logo-moneyforward .balloon1-left {
  margin-left: 50px;
  top: -202px;
}

.soft-service .logo-smarthr .balloon1-left {
  margin-left: -15px;
  top: -229px;
}

.soft-service a:hover {
  opacity: 1;
}

.soft-service a:hover .balloon1-left {
  display: flex;
}


/* new style*/
#top .kv .mvMessage {
  position: relative;
}

.top-center-font {
  position: absolute;
  top: 430px;
  width: 100%;
  text-align: center;
}

#top .kv .mvMessage .top-center-font h2 {
  font-size: 54px;
  font-weight: 700;
  text-align: center;
  padding-left: 10%;
  color: #00a497;
  text-shadow: 0px 0px 10px white;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
}

#top .kv .mvMessage .top-center-font h2 span {
  background-color: unset;
  padding: 0;
}

#top .kv .mvMessage .top-center-font h2 span.small-font {
  font-size: 33px;
}

@media screen and (max-width: 1100px) {

  .solution-left {
    top: -20px;
    left: 10px;
  }
  .solution-right {
    top: -20px;
    right: 10px;
  }
}
#bpo-duty-list .inr-wrapper h3 {
  font-size: initial;
  border-left: 0px solid #59B7D2;
  padding-left: 0px;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 767px) {
  .pc-min768 {
    display: none;
  }
  .top-service-sec {
    padding-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .sp-max767 {
    display: none;
  }
}
.top-bnr-wrap {
  background: #0074c8;
  text-align: center;
  padding: 20px 0;
}

@media screen and (max-width: 826px) {
  .top-bnr-wrap {
    padding: 20px 1rem;
  }
}
@media screen and (min-width: 827px) {
  .top-bnr-wrap .top-bnr-inner {
    max-width: 826px;
    width: 100%;
    margin: 0 auto;
  }
}
.top-bnr-wrap p {
  display: inline-block;
  color: white;
  font-size: clamp(0.8rem, 2vw, 15px);
  position: relative;
  padding-bottom: 8px;
}

@media screen and (max-width: 600px) {
  .top-bnr-wrap p {
    padding: 0 8px 8px 8px;
  }
}
.top-bnr-wrap p::before, .top-bnr-wrap p::after {
  position: absolute;
  top: 0;
  height: 1.8rem;
  content: "";
}

.top-bnr-wrap p::before {
  border-left: solid 1px;
  left: -20px;
  transform: rotate(-30deg);
}

@media screen and (max-width: 600px) {
  .top-bnr-wrap p::before {
    left: 0;
  }
}
.top-bnr-wrap p::after {
  border-right: solid 1px;
  right: -20px;
  transform: rotate(30deg);
}

@media screen and (max-width: 600px) {
  .top-bnr-wrap p::after {
    right: 0;
  }
}
.top-bnr-wrap img {
  max-width: 826px;
  width: 100%;
}

.con-bnr-wrap {
  background-color: transparent;
  padding: 10px 0 30px 0;
}

.con-bnr-wrap p {
  color: #0074c8;
}

.cons-bnr-wrap {
  background-color: transparent;
  padding: 40px 0;
}

.all-inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (max-width: 1100px) {
  .top-3ft-illust-pc img, .top-3ft-illust-sp img {
    width: 334px;
  }
  .top-3feature_01 .top-3ft-illust-pc {
    margin-left: 0;
  }
  .top-3feature_02 .top-3ft-illust-pc {
    margin-right: 0;
  }
  #newtop-contact .contact-box {
    max-width: 880px;
    width: auto;
  }
  .solution-left img,.solution-right img {
    width: 25vw;
  }
}
@media screen and (max-width: 1000px) {
  .pc-on {
    display: none;
  }
  .all-inner {
    padding: 0 1.5rem;
  }
  .top-3ft-txt .ft-txt-s {
    font-size: 1.08rem;
  }
  .top-3ft-txt h2.top-3ft-ttl {
    font-size: 1.5rem;
  }
  .top-3feature_01 .top-3ft-illust-pc {
    margin-left: 0;
  }
  .top-3feature_02 .top-3ft-illust-pc {
    margin-right: 0;
  }

}

.cs-main-wrap {
  background: #0896bd;
  background-image: 
  /* 1枚目の背景画像のパス */
  url(../images/consultation/main-bg-left.png),
  /* 2枚目の背景画像のパス */
  url(../images/consultation/main-bg-right.png);
  background-position:
  /* 1枚目の背景画像の表示位置 */
  left 0 bottom,
  /* 2枚目の背景画像の表示位置 */
  right 0 bottom;
  background-repeat:
  /* 1枚目の背景画像の設定 */
  no-repeat,
  /* 2枚目の背景画像の設定 */
  no-repeat;
}

@media screen and (min-width: 1101px) {
  .cs-main-wrap {
    background-size:491px;
  }
}
@media screen and (max-width: 1100px) {
  .cs-main-wrap {
    background-size:40%;
  }
}
@media screen and (max-width: 820px) {
  .pc-on {
    display: block;
  }
  #top .kv .scroll-bg {
    min-height: 808px;
  }
  #top .kv .scroll-box {
    width: 100%;
    min-height: 718px;
  }
  .kv-scroll {
    min-height: 359px;
  }
  .mvMessage .ft-txt-s {
    font-size: 1rem;
  }
  .mvMessage .ft-txt-l {
    font-size: 1.6rem;
  }
  .content {
    width: 473.5px;
    height: 359px;
  }
  #top .concern .balloon1-left:before {
    background-size: contain;
  }
  .inr-wrapper {
    width: 100%;
    box-sizing: border-box;
  }
  .top-service-box {
    width: 100%;
    background-size: cover;
  }
  .top-service-box .inr-wrapper {
    max-width: 100%;
  }
 
  #newtop-contact .contact-box {
    width: 100%;
  }
  .top-3feature_01 .top-3ft-illust-pc {
    margin-left: 0;
    padding-right: 54px;
  }
  .top-3feature_02 .top-3ft-illust-pc {
    margin-right: 0;
    padding-left: 73px;
  }
  .top-3ft-illust-pc img, .top-3ft-illust-sp img {
    width: 334px;
  }
  .soft-service .balloon1-left {
    min-width: 200px;
  }
  .soft-service .logo-jobcon .balloon1-left {
    margin-left: 17px;
    top: -233px;
  }
  .soft-service .logo-jinjer .balloon1-left {
    margin-left: -54px;
    top: -203px;
  }
  .soft-service .logo-kingoftime .balloon1-left {
    margin-left: 10px;
    top: -205px;
  }
  .soft-service .logo-officestation .balloon1-left {
    margin-left: 80px;
  }
  .soft-service .logo-moneyforward .balloon1-left {
    margin-left: 81px;
    top: -200px;
  }
  .soft-service .logo-smarthr .balloon1-left {
    margin-left: 51px;
    top: -184px;
  }
  /* new style*/
  .top-center-font {
    top: 289px;
  }
  #top .kv .mvMessage .top-center-font h2 {
    font-size: 34px;
  }
  #top .kv .mvMessage .top-center-font h2 span.small-font {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .top-ft-wrap {
    width: 97%;
  }
  #top .kv .flex__main {
    padding-top: 140px;
  }
  #top .kv .scroll-box {
    min-height: 1416px;
  }
  #top .concern .flex, #top .soft-service .flex {
    display: flex;
  }
  #top .concern .balloon1-left:before {
    background-size: contain;
  }
  .top-3feature_inner {
    display: block;
  }
  .soft-service .logo-jobcon .balloon1-left {
    margin-left: 27px;
  }
  .soft-service .logo-smarthr .balloon1-left {
    margin-left: 3px;
  }
  /* new style */
  .top-center-font {
    top: 292px;
  }
  #top .kv .mvMessage .top-center-font h2 {
    font-size: 9vw;
  }
  #top .kv .mvMessage .top-center-font h2 span.small-font {
    font-size: 7vw;
  }
}
@media screen and (max-width: 767px) {
  .pc-on {
    display: none;
  }
  /* new  top*/
  .top-service-box {
    /* background: url(../images/top/soft_service_bg_sp.png) #fff no-repeat; */
    width: 100%;
    padding-bottom: 75px;
    background-size: cover;
    background-position: center 48px;
  }
  #top .kv {
    min-height: 100vh;
  }
  #top .kv .flex__main {
    padding-top: 12px;
  }
  #top .kv .mvForm {
    margin-top: 30px;
  }
  #top .kv .scroll-bg {
    min-height: 1078px;
  }
  #top .kv .inr-wrapper {
    max-width: 97%;
  }
  #top .kv .scroll-box {
    position: absolute;
    padding-top: 0px;
    width: 100%;
    top: 0;
  }
  .top-ft-wrap {
    padding: 10px 0;
    margin: 0 0px 16px 0px;
    width: 100%;
  }
  #top .concern .flex {
    display: block;
  }
  #top .concern .balloon1-left:before {
    top: -21px;
    left: 28px;
    background-size: cover;
  }
  #top .concern .mt-140 {
    margin-top: 84px !important;
  }
  #top .concern .flex.flex__balloon {
    margin-top: 116px;
  }

  .soft-service h3 {
    font-size: 14px;
  }
  .soft-service .balloon1-left {
    min-width: 265px;
  }
  .soft-service .balloon1-left:before {
    border-bottom: 0;
    bottom: -15px;
  }

  .soft-service .logo-jobcon .balloon1-left {
    margin-left: 30px;
    top: -211px;
    min-width: 160px;
  }
  .soft-service .logo-jinjer .balloon1-left {
    margin-left: -57px;
    top: -158px;
    min-width: 160px;
  }
  .soft-service .logo-kingoftime .balloon1-left {
    margin-left: 90px;
    top: -159px;
    min-width: 160px;
  }
  .soft-service .logo-officestation .balloon1-left {
    margin-left: 40px;
    top: -159px;
    min-width: 160px;
  }
  .soft-service .logo-moneyforward .balloon1-left {
    margin-left: 68px;
    top: -146px;
    min-width: 160px;
  }
  .bpo-duty-list-bg h2 {
    font-size: 1.5rem;
  }
}
.cs-main-wrap .cs-main-inner {
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 600px) {
  .cs-main-wrap .cs-main-inner {
    padding: 80px 0 150px 0;
  }
}

@media screen and (min-width: 768px) {
  .cs-main-wrap .cs-main-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-items: flex-end;
    justify-content: center;
  }
}
.cs-main-wrap .cs-main-inner .main-txt-wrap {
  text-align: center;
}

.cs-main-wrap .cs-main-inner .main-txt-wrap .main-ttl h3 {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: clamp(2.5rem, 3.3vw, 3.7rem);
  font-feature-settings: "palt";
  -webkit-font-smoothing: auto;
  letter-spacing: 0.1rem;
  color: white;
}
@media screen and (max-width: 400px) {
  .cs-main-wrap .cs-main-inner .main-txt-wrap .main-ttl h3 {
    font-size: 8vw;
  }
}


.cs-main-wrap .cs-main-inner .main-illust {
  width: 228px;
  position: absolute;
  bottom: -6px;
  right: 60px;
}
@media screen and (max-width: 1000px) {
  .cs-main-wrap .cs-main-inner .main-illust {
    right: 0;
  }
}
@media screen and (max-width: 800px) {
  .cs-main-wrap .cs-main-inner .main-illust {
    width: 25%;
  }
}
@media screen and (max-width: 500px) {
  .cs-main-wrap .cs-main-inner .main-illust {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 460px) {
  .cs-main-wrap .cs-main-inner .main-illust {
    width: 120px;
  }
}

.cs-main-wrap .cs-main-inner .main-txt-wrap .main-ttl h3 span.h1-sub img {
  width: 362px;
  margin-bottom: -5px;
}
@media screen and (max-width: 400px) {
  .cs-main-wrap .cs-main-inner .main-txt-wrap .main-ttl h3 span.h1-sub img {
    width: 100%;
  }
  .top-3ft-illust-pc img, .top-3ft-illust-sp img {
    width: 100%;
  }
}

.cs-main-wrap .cs-main-inner .main-txt-wrap p.main-txt {
  font-size: clamp(0.9rem, 2vw, 1.1rem);
  line-height: clamp(1.7rem, 3vw, 2rem);
  padding: 20px 0 30px 0;
  text-align: center;
  color: white;
}
@media screen and (max-width: 400px) {
  .cs-main-wrap .cs-main-inner .main-txt-wrap p.main-txt {
    text-align: left;
  }
}
@media screen and (max-width: 300px) {
  .sp300 {
    display: none;
  }
}
.cs-main-wrap .cs-main-inner .main-txt-wrap a.main-btn {
  display: inline-block;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 20px 25px 20px 20px;
  width: 90%;
  border-radius: 50px;
  color: #fff;
  background-image: linear-gradient(90deg, rgba(255, 140, 0, 1), rgba(253, 155, 0, 1));
  box-sizing: border-box;
  position: relative;
  z-index: 1000;
}

@media screen and (max-width: 767px) {
  .cs-main-wrap .cs-main-inner .main-txt-wrap a.main-btn {
    width: 280px;
  }
}
@media screen and (max-width: 500px) {
  .cs-main-wrap .cs-main-inner .main-txt-wrap a.main-btn {
    padding: 20px 0;
    width: 100%;
  }
}
@media screen and (max-width: 390px) {
  #top .kv .scroll-bg {
    min-height: 1150px;
  }
}
.cs-main-wrap .cs-main-inner .main-txt-wrap a.main-btn:after {
  font-family: "Font Awesome 6 Free";
  content: "\f0da";
  font-weight: 900;
  color: #fff;
  position: absolute;
  right: 9%;
}


@media screen and (max-width: 767px) {
  .cs-main-wrap .cs-main-inner .main-sp {
    padding-top: 30px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-items: flex-end;
    justify-content: space-around;
  }
}

/* 230519追加 */
ul.top-ft-list {
  list-style: none;
  width: 554px;
  height: 466px;
  position: relative;
}

ul.top-ft-list li {
  width: 308px;
  height: 308px;
  background: #fff;
  border-radius: 50%;
}

ul.top-ft-list li.top-ft-list-1 {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 1000;
  height: 154px;
  border-radius: 308px 308px 0 0;
}

ul.top-ft-list li.top-ft-list-1::after {
  content: "";
  position: absolute;
  top: 154px;
  left: 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 122px 154px 0 154px;
}

li.top-ft-list-2 {
  position: absolute;
  bottom: 0;
  left: 0;
}

li.top-ft-list-3 {
  position: absolute;
  bottom: 0;
  right: 0;
}

li.top-ft-list-1 p.ft-txt {
  z-index: 1000;
  top: 43%;
}

li.top-ft-list-2 p.ft-txt, li.top-ft-list-3 p.ft-txt {
  top: 50%;
}

.ft-txt-wrap {
  position: relative;
  height: 308px;
}

p.ft-txt {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  padding-left: 0;
}

p.ft-txt span {
  display: inline-block;
  white-space: nowrap;
  font-feature-settings: "palt";
}

img.first-illust-1 {
  position: absolute;
  width: 103px !important;
  left: -66px;
  bottom: 129px;
  z-index: 2000;
}

img.first-illust-2 {
  position: absolute;
  width: 117px !important;
  bottom: 102px;
  right: -74px;
}

img.first-illust-3 {
  position: absolute;
  width: 42px !important;
  left: 0;
  bottom: 0;
}

img.first-illust-4 {
  position: absolute;
  width: 34px !important;
  right: 0;
  bottom: 0;
}

.ft-txt-s {
  font-size: 1.05rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.05rem;
}
@media screen and (min-width: 1001px) {
  .ft-txt-s {
    margin-bottom: -5px;
    display: block;
  }
}

.ft-txt-l {
  /* font-family: "UD Shin Go NT Heavy"; */
  font-size: 1.8rem;
  line-height: 2.5rem;
}

p.lh-fix img {
  width: 201px;
}

.flex-jc-c {
  justify-content: center;
  gap: 25px;
}

#top .kv .flex__main {
  padding-top: 110px;
}

#top .kv .flex__main {
  align-items: center;
}

@media screen and (max-width: 1025px) {
  ul.top-ft-list {
    margin: 0 auto;
  }
  ul.top-ft-list {
    width: 368px;
    height: 310px;
    position: relative;
  }
  ul.top-ft-list li {
    width: 188px;
    height: 188px;
  }
  ul.top-ft-list li.top-ft-list-1 {
    height: 188px;
    border-radius: 50%;
    top: 0px;
  }
  ul.top-ft-list li.top-ft-list-1::after {
    display: none;
  }
  .mvMessage .ft-txt-s {
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .mvMessage .ft-txt-l {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
  li.top-ft-list-1 p.ft-txt {
    top: 31%;
  }
  img.first-illust-1 {
    width: 68px !important;
    left: -61px;
    bottom: 167px;
  }
  img.first-illust-2 {
    width: 80px !important;
    bottom: 152px;
    right: -69px;
  }
  img.first-illust-3 {
    width: 28px !important;
  }
  img.first-illust-4 {
    width: 22px !important;
  }
}
@media screen and (max-width: 767px) {
  .hubspot {
    display: none;
  }
  #top .kv .flex__main {
    padding-top: 0;
  }
}
@media screen and (min-width: 451px) and (max-width: 768px) {
  p.lh-fix img {
    width: 201px !important;
  }
}
@media screen and (max-width: 450px) {
  p.lh-fix img {
    width: 50%;
  }
}
@media screen and (max-width: 400px) {
  #top .kv .flex__main {
    padding-top: 35px;
  }
  ul.top-ft-list {
    width: 100%;
  }
  ul.top-ft-list li {
    width: 180px;
    height: 134px;
  }
  ul.top-ft-list li.top-ft-list-1 {
    height: 134px;
  }
  li.top-ft-list-1 p.ft-txt {
    top: 21%;
  }
  img.first-illust-1 {
    left: -61px;
    bottom: 190px;
  }
  img.first-illust-2 {
    bottom: 174px;
    right: -69px;
  }
}
@media screen and (max-width: 375px) {
  .sp-br {
    display: block;
    padding-top: 8px;
  }
}

/* new add style */
.swiper-button-next, .swiper-button-prev{
	display:none;
}
.no-pb{
	padding-bottom:0;
}
.annoyance-list{
	width:100%;
}
.annoyance-flex{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  .annoyance-flex{
    grid-template-columns: 1fr 1fr;
    gap: 70px 20px;
  } 
}
@media screen and (max-width: 1000px) {
  .annoyance-flex{
    grid-template-columns: 1fr 1fr;
  } 
}
@media screen and (max-width: 600px) {
  .annoyance-flex{
    grid-template-columns: 1fr ;
    gap: 60px 20px;
  } 
}

.annoyance-content{
	width:100%;
}
.annoyance-content li{
	padding: 0 !important;
  display: flex;
  flex-direction: column;
}
.annoyance-content li:first-child{
	margin-left:0;
}
.annoyance-content li .annoyance-text{
	background-color: #fff;
	border-radius: 20px;
	padding: 30px 30px 35px 30px;
  flex-grow:1;
}

@media screen and (max-width: 1000px) {
  .annoyance-content li .annoyance-text{
    width: 80%;
    padding: 30px 25px 50px 30px;
  }
}

@media screen and (max-width: 400px) {
  .annoyance-content li .annoyance-text{
    width: 100%;
    height: 100%;
  }
}
.annoyance-content li .annoyance-text p{
  font-weight: 500;
  font-size: clamp(1rem, 2vw, 1.1rem);
}
.annoyance-content li .annoyance-text p span{
  font-weight: 700;
}

.annoyance-content li .annoyance-icon{
	position:absolute;
  right: 10px;
  bottom: -85px;
}
.annoyance-content li .annoyance-icon img{
  width: 110px;
}
@media screen and (max-width: 1000px) {
  .annoyance-content li .annoyance-icon{
    position:absolute;
    bottom: -60px;
  }
}
@media screen and (max-width: 767px) {
  .annoyance-content li .annoyance-icon img{
    width: 90px;
  }
}
@media screen and (max-width: 400px) {
  .annoyance-content li .annoyance-icon{
    bottom: -70px;
  }
}


@media screen and (max-width: 820px) {
	.sp-h2{
		font-size:4.5vw !important;
    justify-content: center;
	}
	.annoyance-flex{
		flex-direction:column;
	}
	.annoyance-content li{
		margin-left:0;
	}
	.annoyance-content li .annoyance-text{
		margin: 0 auto;
	}
	.mt-84{
		margin-top:84px;
	}
  .hidden-link {
    height:100%;
  }
  .hidden-link p{
    display: none !important;
  }
}

/* new sytle 2024.11.11 */
.loop_wrap {
  background: white;
  display: flex;
  width: 100vw;
  height: 90px;
  overflow: hidden;
}

.loop_wrap img {
  width: auto;
  height: 100%;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

.loop_wrap img:first-child {
  animation: loop 70s -35s linear infinite;
}

.loop_wrap img:last-child {
  animation: loop2 70s linear infinite;
}

/* html style new 2024.11.11 */
.chat-widget.mobile{
	position:inherit;
}
#hubspot-messages-iframe-container iframe{
	height:80% !important;
}
@media only screen and (min-width: 768px) {
	.home .dummy {
		display: none;
	}
	header {
		position: absolute;
		z-index: 9999;
	}
	.interview-box {
		max-width: 700px;
		margin: 0 auto;
		padding: 45px 0;
	}
	#top .kv .mvForm{
    border-radius: 20px;
    overflow: hidden;
	}
}

@media only screen and (max-width: 767px) {
  .home .dummy {
    height: 20px;
  }
}
@media only screen and (max-width: 768px) {

  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="url"],
  textarea {
		width: 100%;
  }
	.mr-cancel {
		margin-right: 0!important;
	}

	.interview-box {
		padding: 45px 4%;
	}
	#top .kv .mvForm{
    border-radius: 20px;
    overflow: hidden;
	}
	#top .kv img{
		width: 100%;
    margin-right: 0;
	}
}

h2.feature-ttl {
	padding-top: 50px;
	margin-bottom: -5px;
  align-items: end;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 480px) {
  h2.feature-ttl {
    font-size: 1.3rem;
    display: block;
    line-height: 1.2;
  }
}

h2.feature-ttl span.feature-subttl-1{
  font-size: 50px;
  margin-bottom: -9px;
}
@media screen and (max-width: 480px) {
  h2.feature-ttl span.feature-subttl-1{
    font-size: 3.5rem;
    margin-left: 20px;
  }
  h2.feature-ttl span.feature-subttl-2{
    font-size: 2.5rem;
    margin-bottom: -9px;
  }
}

@media screen and (max-width: 500px) {
.messages-body {
    display: none!important;
  }
}
.job-list-wrap-top ul li {
  box-shadow: 0 0 5px #3b95ae;
}
/*# sourceMappingURL=top.css.map */

/* 241206追加 */

.tooltip { /* 補足説明するテキストのスタイル */
  position: relative;
  cursor: pointer;
}
 
.balloon_top { /* ツールチップのスタイル */
  width: 100%; /* 横幅 */
  position: absolute;
  left: 50%;
  bottom: 80%; /* Y軸の位置 */
  transform: translateX(-50%);
  margin-bottom: 15px; /* テキストとの距離 */
  padding: 20px 25px;
  border-radius: 10px; /* 角の丸み */
  background-color: #3fa9c7; /* ツールチップの背景色 */
  font-size: 1.1em;
  color: #fff;
  text-align: left;
  visibility: hidden; /* ツールチップを非表示に */
  opacity: 0; /* 不透明度を0％に */
  z-index: 1;
  transition: 0.5s all; /* マウスオーバー時のアニメーション速度 */
}
 
.balloon_top::before { /* 吹き出しの「しっぽ」のスタイル */
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 12px solid #3fa9c7; /* 最後の値は「ツールチップの背景色」と合わせる */
  position: absolute;
  top: 99%;
  left: 50%;
  transform: translateX(-50%);
}

.logo-jobcon .balloon_top {
  background-color: #49a1ff;
}
.logo-jobcon .balloon_top::before {
  border-top: 12px solid #49a1ff;
}

.logo-moneyforward .balloon_top {
  background-color: #e27511;
}
.logo-moneyforward .balloon_top::before {
  border-top: 12px solid #e27511;
}

.logo-kingoftime .balloon_top {
  background-color: #00a849;
}
.logo-kingoftime .balloon_top::before {
  border-top: 12px solid #00a849;
}

.logo-officestation .balloon_top {
  background-color: #e27511;
}
.logo-officestation .balloon_top::before {
  border-top: 12px solid #e27511;
}

.logo-smarthr .balloon_top {
  background-color: #00bec6;
}
.logo-smarthr .balloon_top::before {
  border-top: 12px solid #00bec6;
}

.logo-jinjer .balloon_top {
  background-color: #edc832;
}
.logo-jinjer .balloon_top::before {
  border-top: 12px solid #edc832;
}

.logo-pathoslogos .balloon_top {
  background-color: #e99313;
}
.logo-pathoslogos .balloon_top::before {
  border-top: 12px solid #e99313;
}


.tooltip:hover .balloon_top { /* マウスオーバー時のスタイル */
  bottom: 100%; /* Y軸の位置 */
  visibility: visible; /* ツールチップを表示 */
  opacity: 1; /* 不透明度を100％に */
}

/* 価格シミュレーション */
.service-costsimulator-bnr, .service-aiface-bnr{
  padding-top: 80px;
}
.service-costsimulator-bnr-inner, .service-aiface-bnr-inner {
  max-width: 1000px;
  height: 235px;
  background-image: url("../images/top/costsimulator-bg.jpg");
  border-radius: 30px;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 0 20px;
}

.costsimulator-bg-1 {
  width: 228px;
  position: absolute;
  bottom: -42px;
  left: -50px;
}

.costsimulator-bg-2 {
  width: 105px;
  position: absolute;
  left: 30px;
  top: 30px;
}

.costsimulator-bg-3 {
  width: 296px;
  position: absolute;
  top: -20px;
  right: -100px;
}

.aiface-bnr-1 {
  width: 75px;
  position: absolute;
  left: 60px;
}

.aiface-bnr-2 {
  width: 140px;
  position: absolute;
  right: 35px;
}

.service-costsimulator-bnr-inner h2{
  color: white;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  padding-bottom: 20px;
}
.service-aiface-bnr-inner h2 {
  color: white;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .service-costsimulator-bnr-inner {
    height: 350px;
  }
  .costsimulator-bg-3 {
    top: -60px;
  }
}

@media screen and (max-width: 600px) {
  .service-aiface-bnr-inner {
    height: 360px;
  }
  .aiface-bnr-1 {
    bottom: -90px;
    left: 50px;
  }
  .aiface-bnr-2 {
    width: 110px;
    top: 15px;
    right: 10px;
    z-index: 0;
  }
  .service-aiface-bnr-inner h2 {
    text-shadow: 1px 1px 2px #0e9cc5;
  }

}

@media screen and (max-width: 500px) {
  .costsimulator-bg-1 {
    bottom: -72px;
  }
  .costsimulator-bg-2 {
    width: 75px;
  }
  .costsimulator-bg-3 {
    width: 256px;
    top: -80px;
  }
}



a.service-costsimulator-btn, a.service-aiface-btn {
  display: flex;
  align-items: center;
  font-size: clamp(1.1rem, 2.2vw, 1.4rem);
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 20px 60px 20px 70px;
  border-radius: 50px;
  color: #fff;
  background-image: linear-gradient(90deg, rgba(255, 140, 0, 1), rgba(253, 155, 0, 1));
  box-sizing: border-box;
  position: relative;
  z-index: 1000;
  transition: 0.5s;
}
a.service-aiface-btn {
  padding: 20px 65px 20px 25px;
}
@media screen and (max-width: 500px) {
  a.service-aiface-btn {
    padding: 20px 35px 20px 25px;
    
  }
}


a.service-costsimulator-btn:hover, a.service-aiface-btn:hover {
  opacity: 0.7;
}
.service-costsimulator-btn::after, a.service-aiface-btn::after {
  font-family: "Font Awesome 6 Free";
  content: "\f0da";
  font-weight: 900;
  color: #fff;
  position: absolute;
  right: 8%;
}

.service-costsimulator-btn::before {
  font-family: "Font Awesome 6 Free";
  content: "\f1ec";
  font-weight: 900;
  color: #fff;
  position: absolute;
  left: 8%;
}

.service-aiface-btn::before {
  content: "";
    display: inline-block;
    width: 70px;
    height: 41px;
    background-image: url('https://www.comit-hr.jp/wp-content/themes/comit-hr/images/aiface/banner/aiface-bnr-icon.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.dot-text{
  position: relative;
}
.dot-text::before{
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  padding-top: 6px;
  background: -webkit-radial-gradient(circle 6px,white 50%,transparent 50%);
  background: radial-gradient(circle 6px,white 50%,transparent 50%);
  background: -moz-radial-gradient(circle 6px,white 50%,transparent 50%);
}


/* 資料3点セット */
.top-request-wrap {
  background: white;
  padding: 80px 0;
  background-image: url(../images/top/request-bg.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 900px;
  margin-bottom: -1px;
}

.top-request-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 4%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .top-request-inner {
    display: block;
  }
}

.top-request-left {
  display: flex;
  flex-direction:column;
  text-align: center;
  padding-right: 50px;
}
@media (768px <= width <= 1000px )  {
  .top-request-left {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .top-request-left {
    padding-right: 0;
  }
}
.top-request-left h2 {
  font-feature-settings: "palt";
  font-size: 28px;
  padding-bottom: 10px;
  line-height: 1;
  letter-spacing: 0.05rem;
  white-space: nowrap;
}
.top-request-left h2 span.request-ttl-1 {
  font-size: 50px;
  font-weight: 700;
}
.top-request-left h2 span.request-ttl-2 {
  font-size: 64px;
  font-weight: 600;
  padding-left: 4px;
  vertical-align: -3%;
}
.request-ttl-3 {
  padding-right: 10px;
}

@media screen and (max-width: 400px) {
  .top-request-left h2 {
    font-size: 7vw;
  }
  .top-request-left h2 span.request-ttl-1 {
    font-size: 13vw;
  }
  .top-request-left h2 span.request-ttl-2  {
    font-size: 15vw;
  }
}
@media screen and (max-width: 400px) {
  .sp400 {
    display: none;
  }
}

.top-request-left p {
  max-inline-size: max-content;
  margin-inline: auto;
  text-align: left;
}

p.top-request-content {
  padding-top: 7px;
  font-weight: 600;
}

p.top-request-content span {
  color: #43a8c4;
}

.top-request-right img {
  width: 500px;
  
}
@media screen and (max-width: 767px) {
  .top-request-right {
    text-align: center;
    padding-top: 40px;
  }
}

@media screen and (max-width: 1000px) {
  .top-request-right img {
    width: 100%;
  }
}

.top-request-btn {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1rem, 2vw, 1.1rem);
  font-weight: 500;
  border-radius: 50px;
  color: #fff;
  padding: 20px 30px;
  background-image: linear-gradient(90deg, rgba(11, 153, 192, 1), rgba(13, 160, 190, 1));
  position: relative;
  text-align: center;
}
.top-request-btn::after {
  font-size:1rem;
  font-family: "Font Awesome 6 Free";
  content: "\f08e";
  font-weight: 900;
  color: #fff;
  position: absolute;
  right: 9%;
}
@media screen and (min-width: 768px) {
  .top-request-btn-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .top-request-btn-pc {
    display: none;
  }
  .top-request-btn-sp-wrap {
    margin-top: 20px;
  }
  .top-request-btn-sp {
    display: block;
    width: 300px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 400px) {
  .top-request-btn-sp {
    width: 100%;
}
}
.top-request-btn:after {
  font-family: "Font Awesome 6 Free";
  content: "\f08e";
  font-weight: 900;
  color: #fff;
  padding-left: 15px;
  font-size: clamp(1rem, 2vw, 1.1rem);
}

/* ブログ一覧 */

#top #blog-list-wrap {
  padding: 80px 4%;
}

#top #blog-list-wrap ul#blog-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px 12px;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  #top #blog-list-wrap {
    padding: 80px 8%;
  }
  #top #blog-list-wrap ul#blog-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 500px) {
  #top #blog-list-wrap ul#blog-list {
    grid-template-columns: 1fr;
  }
}

#top #blog-list-wrap ul#blog-list li {
  border-left: none;
}
#top #blog-list-wrap ul#blog-list li:last-child {
  border-right: none;
}

#blog-list-wrap #blog-list .card {
  border-bottom:none;
  padding: 0;
  width: 100%;
}
#top #blog-list-wrap p {
  text-align: center;
  padding-bottom: 70px;
}
#top #blog-list-wrap p.blog-category {
  padding-bottom: 0;
  margin-bottom: -28px;
}

.blog-list-wrap {
  background: white;
}

/* 導入事例 */

.case-list-wrap {
  padding: 80px 0;
  background: #f7f8f8;
}

.case-list-wrap h2.top-case-list-ttl {
  padding-bottom: 50px;
}

.case-list-wrap .card h2 {
  min-height: 60px;
}
.case-list-wrap .intro {
  margin: 10px 0 20px;
  min-height: 112px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
}
.card-bottom {
  color: #107c9a;
  font-weight: normal;
}

/* 🔹 メインのコンテナ */
.cmt-bann-wrapper {
    width: 100%; 
    background-color: #ffffff; 
    padding: 20px 0;
}
.cmt-bann-section {
    background-image: url("../images/top/cmt-bann-bg.png");
    background-size: cover;
    background-position: center;
    padding: 70px 20px 50px 20px;
    position: relative;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 50px;
}

/* 🔹 第一行：メイン画像 */
.cmt-bann-main-image img {
    height: auto;
}

@media screen and (min-width: 769px) {
  .cmt-bann-main-image img {
    max-width: 80%;
}
}
@media screen and (max-width: 768px) {
    .cmt-bann-main-image .main-img {
      width: 60%;
      content: url('../images/top/cmt-bann-main-copy-sp.png');
    }
}
@media screen and (max-width: 500px) {
  .cmt-bann-main-image .main-img {
      width: 90%;
  }
}

/* 🔹 第二行：三列レイアウト */
.cmt-bann-three-columns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: flex-start;
    max-width: 900px;
    margin: 50px auto 40px auto;
    gap: 20px; /* 列之间的间隔 */
}

.cmt-bann-title-zyl{
	padding-top: 20px;
	font-size: 1.2rem;
}

/* 🔹 第三行：四列レイアウト */
.cmt-bann-four-columns {
    display: grid;
    justify-content: center;
    max-width: 900px;
    margin: 30px auto 0 auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 6px; /* 列之间的间隔 */
}

.cmt-bann-logo {
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.cmt-bann-logo-a {
  width: 100%;
  height: 100%;
  padding: 20px 10px 13px 10px;
}
.cmt-bann-four-columns .cmt-bann-logo a.cmt-bann-logo-a:after {
    font-family: "Font Awesome 6 Free";
    content: "\f0da";
    font-weight: 900;
    color:  rgba(253, 155, 0, 1);
    font-size: 20px;
	position: relative;
	top:-12px;
}
.cmt-bann-logo img {
  max-width: 185px;
}

/* 各列的スタイル */
.cmt-bann-column-wrap {
  text-align: left;
}
.cmt-bann-column {
    flex: 1;
    padding: 10px 0;
    text-align: left;
    display: flex;
    align-items: center;
    flex-direction: row;
}

/* 番号アイコンのサイズ */
.cmt-bann-column img {
    width: 50px;
    height: auto;
	margin-right: 10px;

}

/* テキストのスタイル */
.cmt-bann-column p {
    font-size: 18px;
    line-height: 1.5;
    color:#175064;
}

.cmt-bann-column p span {
  font-size: clamp(1.1rem, 2vw, 1.2rem);
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* 自适应样式：屏幕宽度小于 768px 时，改为竖直排列 */
@media (max-width: 768px) {
    .cmt-bann-three-columns {
      gap:0;
        grid-template-columns: 1fr;
    }
    .cmt-bann-column-wrap {
     /* margin-bottom: 30px;*/
      padding-left: 40px;
    }
    .cmt-bann-column {
        flex: none;
        width: 100%;
    }
    .cmt-bann-four-columns {
      grid-template-columns: 1fr 1fr 1fr;
    }
}

/* 🔹 第三行：ボタン */
.cmt-bann-button-container {
    margin-top: 20px;
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
    width: 100%; /* 容器宽度占满父容器 */
}
/* 为按钮添加圆角 */
.cmt-bann-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(90deg, rgba(255, 140, 0, 1), rgba(253, 155, 0, 1));
    color: white;
    border: none;
    padding: 20px;
    width: 40%;
    font-size: clamp(1.1rem, 2vw, 1.2rem);
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 50px; /* 圆角 */
    position: relative; /* 使伪元素能够定位 */
}

/* 伪元素添加 Font Awesome 图标 */
.cmt-bann-button:after {
    font-family: "Font Awesome 6 Free";
    content: "\f0da"; /* 箭头图标 */
    font-weight: 900;
    color: #fff;
    position: absolute;
    right: 10%; /* 调整箭头的位置 */
    font-size: 20px; /* 调整箭头大小 */
    top: 50%;
    transform: translateY(-50%); /* 垂直居中 */
}

/* 按钮内的图片 */
.cmt-bann-button img {
    width: 24px;
    height: auto;
    margin-right: 10px;
}




/* 📱 レスポンシブデザイン（モバイル対応） */
@media (max-width: 768px) {
    /* 三列を縦並びに変更 */
    .cmt-bann-three-columns {
        flex-direction: column;
        margin:30px auto 20px auto;
    }

    /* ボタンの幅を調整 */
    .cmt-bann-button {
        flex-direction: row;
        width: 100%;
    }

    /* モバイル向けに装飾画像を小さく */
		.cmt-bann-button{
		padding:18px 0;
	}
	.cmt-bann-section {
    background-position:right;
		padding: 50px 20px;
	}
	.cmt-bann-wrapper{
		padding:20px;
	}
}

@media (max-width: 820px) {
	
	a.cmt-bann-logo-a {
	  padding: 10px;
	  display: flex;
	}
	.cmt-bann-four-columns .cmt-bann-logo a.cmt-bann-logo-a:after {
		position: inherit;
		top:0;
		margin-top:5px;
	}
	.cmt-bann-logo img {
	  width: 95%;
	}
}
@media (max-width: 500px) {
  .cmt-bann-column-wrap {
    padding-left: 0;
  }
      .cmt-bann-column {
        width: 100%;
    }
    .cmt-bann-four-columns {
      grid-template-columns: 1fr 1fr;
    }
	
	
	a.cmt-bann-logo-a {
	  padding: 10px;
	  display: flex;
	}
	.cmt-bann-four-columns .cmt-bann-logo a.cmt-bann-logo-a:after {
		position: inherit;
		top:0;
	}
	.cmt-bann-logo img {
	  width: 95%;
	}
}