@charset "UTF-8";
/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** PCスタイル
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
******************************************************************************
** common
*****************************************************************************
----------------------------------------------------------------------------*/
body {
  width: 100%;
  min-width: 1240px;
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #000;
}

/*----------------------------------------------------------------------------
******************************************************************************
** common class
******************************************************************************
----------------------------------------------------------------------------*/
.sp {
  display: none !important;
}

.sp_tel {
  pointer-events: none !important;
}

.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

.container_100 {
  width: 100%;
  padding: 100px 20px;
}

.container_100 .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.common_ttl01 {
  width: 100%;
  text-align: center;
}

.common_ttl01 .fukidashi {
  padding: 12px 30px;
  background-color: #f4b91d;
  display: inline-block;
  border-radius: 30px;
  position: relative;
  margin-bottom: 10px;
}

.common_ttl01 .fukidashi picture {
  display: block;
}

.common_ttl01 .fukidashi picture img {
  display: block;
}

.common_ttl01 .fukidashi::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 7px 0 7px;
  border-color: #f4b91d transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}

.common_ttl01 .ttl {
  width: 100%;
  font-size: 3.25em;
  line-height: 1;
  display: block;
}

.common_ttl02 {
  width: 100%;
  text-align: center;
}

.common_ttl02 .fukidashi {
  display: inline-block;
}

.common_ttl02 .fukidashi picture {
  display: block;
}

.common_ttl02 .fukidashi picture img {
  display: block;
}

.common_ttl02 .ttl {
  width: 100%;
  font-size: 2em;
  line-height: 1;
  display: block;
}

.common_ttl03 {
  width: 100%;
  max-width: 1020px;
  height: 80px;
  margin: 0 auto;
  border: solid 4px #ffbf00;
  background-color: #fffde7;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.common_ttl03 .ttl {
  font-size: 1.875em;
  line-height: 1;
  display: block;
}

.common_ttl03 .ttl span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #faef8d));
  background: linear-gradient(transparent 65%, #faef8d 65%);
}

.common_txt01 {
  width: 100%;
  font-size: 1.125em;
  line-height: 2;
}

.common_box01 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  background-color: #ffbf00;
  border-radius: 6px;
}

.common_box01 .box01 {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.common_box01 .box01 .common_ttl01 .fukidashi {
  padding: 12px 20px;
  background-color: #fff;
}

.common_box01 .box01 .common_ttl01 .fukidashi::before {
  display: none;
}

.common_box01 .box01 .common_ttl01 .ttl {
  font-size: 2em;
  margin-top: 5px;
}

.common_box01 .box02 {
  width: calc(100% - 300px);
  padding: 15px 30px;
  background-color: #fff;
}

.common_box01 .box02 .list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  border-bottom: 2px dotted #dddddd;
}

.common_box01 .box02 .list:last-of-type {
  border-bottom: none;
}

.common_box01 .box02 .list dt {
  width: 165px;
  font-size: 1.125em;
  font-weight: 700;
}

.common_box01 .box02 .list dd {
  width: calc(100% - 165px);
  font-size: 1.125em;
  font-weight: 400;
}

.common_box02 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 80px 50px 45px;
  background-color: #fffde7;
  position: relative;
  border-radius: 6px;
}

.common_box02 .box_ttl {
  width: 100%;
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.common_box02 .box {
  width: 530px;
  border: solid 4px #f4b91d;
  background-color: #fff;
  padding: 25px 38px;
}

.common_box02 .box .box_txt {
  width: 100%;
  font-size: 1.375em;
  font-weight: 700;
  line-height: 1.54545;
  padding-left: 70px;
  position: relative;
}

.common_box02 .box .box_txt::before {
  content: "";
  width: 51px;
  height: 43px;
  background: url(../images/check.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media all and (-ms-high-contrast: none) {
  .common_box02 .box .box_txt::before {
    background: url(../images/check.png) no-repeat center/contain;
  }
}

.common_box03 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.common_box03 .box {
  width: 530px;
  background-color: #e9f5fb;
  border-radius: 6px;
}

.common_box03 .box .box_ttl01 {
  width: 100%;
  font-size: 1.75em;
  color: #fff;
  line-height: 1;
  text-align: center;
  background-color: #259edb;
  padding: 21px 20px;
  position: relative;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

.common_box03 .box .box_ttl01::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 9px 0 9px;
  border-color: #259edb transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}

.common_box03 .box .inner {
  width: 100%;
  padding: 45px 30px;
}

.common_box03 .box .inner .box_img {
  display: flex;
  justify-content: center;
  width: 100%;
  min-height: 18em;
  max-height: 18em;
  text-align: center;
  background-color: #fff;
}
.common_box03 .box .inner .box_img picture{
  display: flex;
  align-items: center;
  width: 90%;
}

.common_box03 .box .inner .box_ttl02 {
  width: 100%;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding-bottom: 20px;
  margin-top: 40px;
  position: relative;
}

.common_box03 .box .inner .box_ttl02::before {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #259edb;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.common_box03 .box .inner .box_list {
  width: 100%;
  margin-top: 15px;
}

.common_box03 .box .inner .box_list li {
  width: 100%;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.66666;
  padding-left: 25px;
  margin-top: 5px;
  position: relative;
}

.common_box03 .box .inner .box_list li:first-of-type {
  margin-top: 0;
}

.common_box03 .box .inner .box_list li::before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 50%;
  background-color: #259edb;
  position: absolute;
  top: 9px;
  left: 0;
}

.common_box04 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.common_box04 .box {
  width: 530px;
  border-radius: 6px;
}

.common_box04 .box .box_ttl01 {
  width: 100%;
  background-color: #259edb;
  padding: 16px 20px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  position: relative;
}

.common_box04 .box .box_ttl01 .ttl {
  width: 100%;
  font-size: 1.75em;
  color: #fff;
  line-height: 1;
  text-align: center;
  display: block;
}

.common_box04 .box .box_ttl01 .ttl span {
  font-size: .785em;
}

.common_box04 .box .box_ttl01 .sub {
  width: 100px;
  height: 32px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  margin: 10px auto 0;
}

.common_box04 .box .box_ttl01 .sub picture {
  display: block;
}

.common_box04 .box .box_ttl01 .sub picture img {
  display: block;
}

.common_box04 .box .box_txt01 {
  width: 100%;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.77777;
  margin-top: 20px;
}

.common_box04 .box .inner {
  width: 100%;
  padding: 30px 30px 25px;
  border: solid 2px #259edb;
  margin-top: 25px;
}

.common_box04 .box .inner .box_ttl02 {
  width: 100%;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding-bottom: 20px;
  position: relative;
}

.common_box04 .box .inner .box_ttl02::before {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #259edb;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.common_box04 .box .inner .box_txt02 {
  width: 100%;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 15px;
  background-color: #e9f5fb;
  margin-top: 20px;
}

.common_box04 .box .inner .box_list {
  width: 100%;
}

.common_box04 .box .inner .box_list li {
  width: 100%;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.66666;
  padding: 10px 0 10px 30px;
  border-bottom: 1px solid #dddddd;
  position: relative;
  white-space: nowrap;
}

.common_box04 .box .inner .box_list li:last-of-type {
  border-bottom: none;
}

.common_box04 .box .inner .box_list li::before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 50%;
  background-color: #259edb;
  position: absolute;
  top: 19px;
  left: 5px;
}

.common_box04 .box .inner .box_list li span {
  font-size: .8888em;
  padding-left: 1em;
}

/*----------------------------------------------------------------------------
******************************************************************************
** header
******************************************************************************
----------------------------------------------------------------------------*/
.hd_100 {
  width: 100%;
  padding: 0 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.hd_100 .hd {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 30px 60px;
}

.hd_100 .hd .hd_logo {
  display: inline-block;
}

/*----------------------------------------------------------------------------
******************************************************************************
** top
******************************************************************************
----------------------------------------------------------------------------*/
.no-webp .mv {
  background: url(../images/mv_bg.png) no-repeat center center/cover;
}

.mv {
  background: -webkit-image-set(url(../images/mv_bg.webp) 1x, url(../images/mv_bg@2x.webp) 2x) no-repeat bottom center/cover;
  background: image-set(url(../images/mv_bg.webp) 1x, url(../images/mv_bg@2x.webp) 2x) no-repeat bottom center/cover;
  padding: 0;
  position: relative;
}

.mv .container {
  height: 810px;
  padding-top: 90px;
  position: relative;
}

.mv .container .mv_ttl {
  position: relative;
  z-index: 2;
}

.mv .container .mv_img {
  position: absolute;
  top: 180px;
  right: -320px;
  z-index: 1;
}

.sec01 {
  background-color: #f9f9f9;
}

.sec01 .container .sec01_txt01 {
  text-align: center;
  margin-top: 35px;
}

.sec01 .container .sec01_img01 {
  margin-top: 20px;
}

.sec02 .container .sec02_box01 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

.sec02 .container .sec02_box01 .sec02_img01 {
  width: 242px;
  margin-right: 45px;
}

.sec02 .container .sec02_box01 .sec02_txt01 {
  width: calc(100% - 287px);
  margin-top: 17px;
}

.sec02 .container .sec02_img02 {
  width: 100%;
  margin-top: 50px;
}

.sec02 .container .sec02_box02 {
  margin-top: 40px;
}

.sec03 {
  background-color: #f9f9f9;
}

.sec03 .container .sec03_box01 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

.sec03 .container .sec03_box01 .sec03_img01 {
  width: 242px;
  margin-right: 45px;
}

.sec03 .container .sec03_box01 .sec03_txt01 {
  width: calc(100% - 287px);
  margin-top: 17px;
}

.sec03 .container .sec03_img02 {
  width: 100%;
  margin-top: 25px;
}

.sec03 .container .sec03_box02 {
  margin-top: 60px;
}

.sec04 .container .sec04_box01 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

.sec04 .container .sec04_box01 .sec04_img01 {
  width: 242px;
  margin-right: 45px;
}

.sec04 .container .sec04_box01 .sec04_txt01 {
  width: calc(100% - 287px);
  margin-top: 17px;
}

.sec04 .container .sec04_img02 {
  width: 100%;
  margin-top: 50px;
}

.sec04 .container .sec04_box02 {
  margin-top: 40px;
}

.sec05 {
  background-color: #f9f9f9;
}

.sec05 .container .sec05_box01 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

.sec05 .container .sec05_box01 .sec05_img01 {
  width: 247px;
  margin-right: 40px;
}

.sec05 .container .sec05_box01 .sec05_txt01 {
  width: calc(100% - 287px);
  margin-top: 17px;
}

.sec05 .container .sec05_img02 {
  width: 100%;
  text-align: center;
  margin-top: 25px;
}

.sec05 .container .sec05_box02 {
  margin-top: 80px;
}

.no-webp .sec06 .container .sec06_box01 .box02::before {
  background: url(../images/sec06_img01.png) no-repeat center/contain;
}

.no-webp .sec06 .container .sec06_box02 .box01::before {
  background: url(../images/sec06_img04.png) no-repeat center/contain;
}

.no-webp .sec06 .container .sec06_box02 .box01::after {
  background: url(../images/sec06_img05.png) no-repeat center/contain;
}

.sec06 {
  padding-bottom: 115px;
}

.sec06 .container .sec06_txt01 {
  text-align: center;
  margin-top: 35px;
}

.sec06 .container .sec06_box01 {
  margin-top: 50px;
}

.sec06 .container .sec06_box01 .box02 {
  position: relative;
}

.sec06 .container .sec06_box01 .box02::before {
  content: "";
  width: 146px;
  height: 140px;
  background: -webkit-image-set(url(../images/sec06_img01.webp) 1x, url(../images/sec06_img01@2x.webp) 2x) no-repeat center/contain;
  background: image-set(url(../images/sec06_img01.webp) 1x, url(../images/sec06_img01@2x.webp) 2x) no-repeat center/contain;
  position: absolute;
  top: 0;
  right: 30px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: 1;
}

.sec06 .container .sec06_box02 {
  margin-top: 50px;
}

.sec06 .container .sec06_box02 .box01 {
  position: relative;
}

.sec06 .container .sec06_box02 .box01::before {
  content: "";
  width: 73px;
  height: 73px;
  background: -webkit-image-set(url(../images/sec06_img04.webp) 1x, url(../images/sec06_img04@2x.webp) 2x) no-repeat center/contain;
  background: image-set(url(../images/sec06_img04.webp) 1x, url(../images/sec06_img04@2x.webp) 2x) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: -33.5px;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}

.sec06 .container .sec06_box02 .box01::after {
  content: "";
  width: 165px;
  height: 215px;
  background: -webkit-image-set(url(../images/sec06_img05.webp) 1x, url(../images/sec06_img05@2x.webp) 2x) no-repeat center/contain;
  background: image-set(url(../images/sec06_img05.webp) 1x, url(../images/sec06_img05@2x.webp) 2x) no-repeat center/contain;
  position: absolute;
  right: -32px;
  bottom: -62px;
}

.no-webp .sec07 .container .sec07_box02 .box01::before {
  background: url(../images/sec07_img02.png) no-repeat center/contain;
}

.no-webp .sec07 .container .sec07_box01 .box02::before {
  background: url(../images/sec07_img03.png) no-repeat center/contain;
}

.sec07 {
  background-color: #f9f9f9;
}

.sec07 .container .sec07_box01 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

.sec07 .container .sec07_box01 .sec07_img01 {
  width: 257px;
  margin-right: 30px;
}

.sec07 .container .sec07_box01 .sec07_txt01 {
  width: calc(100% - 287px);
  margin-top: 17px;
}

.sec07 .container .sec07_box02 {
  margin-top: 50px;
}

.sec07 .container .sec07_box02 .box02 {
  position: relative;
}

.sec07 .container .sec07_box02 .box02::before {
  content: "";
  width: 110px;
  height: 134px;
  background: -webkit-image-set(url(../images/sec07_img02.webp) 1x, url(../images/sec07_img02@2x.webp) 2x) no-repeat center/contain;
  background: image-set(url(../images/sec07_img02.webp) 1x, url(../images/sec07_img02@2x.webp) 2x) no-repeat center/contain;
  position: absolute;
  top: 0;
  right: 10px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: 1;
}

.sec07 .container .sec07_box03 {
  margin-top: 50px;
}

.sec07 .container .sec07_box03 .box01 {
  position: relative;
}

.sec07 .container .sec07_box03 .box01::before {
  content: "";
  width: 81px;
  height: 103px;
  background: -webkit-image-set(url(../images/sec07_img03.webp) 1x, url(../images/sec07_img03@2x.webp) 2x) no-repeat center/contain;
  background: image-set(url(../images/sec07_img03.webp) 1x, url(../images/sec07_img03@2x.webp) 2x) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: -30px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.no-webp .sec08 .container .sec08_box .box_ttl01::before {
  background: url(../images/sec08_img01.png) no-repeat center/contain;
}

.no-webp .sec08 .container .sec08_box .box_ttl02::before {
  background: url(../images/sec08_img03.png) no-repeat center/contain;
}

.no-webp .sec08 .container .sec08_box .box_inner .point_box::before {
  background: url(../images/sec09_img06.png) no-repeat center/contain;
}

.sec08 {
  background-color: #ffbf00;
  margin-bottom: 160px;
}

.sec08 .container .sec08_ttl {
  width: 100%;
  height: 193px;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../images/why_choose_kintone.svg) no-repeat center;
}

@media all and (-ms-high-contrast: none) {
  .sec08 .container .sec08_ttl {
    background: url(../images/why_choose_kintone.png) no-repeat center;
  }
}

.sec08 .container .sec08_box {
  width: 100%;
  padding: 50px 30px 60px;
  background-color: #fff;
  margin-top: 50px;
  border-radius: 6px;
}

.sec08 .container .sec08_box .box_txt01 {
  text-align: center;
}

.sec08 .container .sec08_box .box_ttl01 {
  position: relative;
  margin-top: 70px;
}

.sec08 .container .sec08_box .box_ttl01::before {
  content: "";
  width: 106px;
  height: 134px;
  background: -webkit-image-set(url(../images/sec08_img01.webp) 1x, url(../images/sec08_img01@2x.webp) 2x) no-repeat center/contain;
  background: image-set(url(../images/sec08_img01.webp) 1x, url(../images/sec08_img01@2x.webp) 2x) no-repeat center/contain;
  position: absolute;
  right: 40px;
  bottom: 0;
}

.sec08 .container .sec08_box .box_txt02 {
  text-align: center;
  margin-top: 40px;
}

.sec08 .container .sec08_box .box_img01 {
  width: 100%;
  text-align: center;
  margin-top: 5px;
}

.sec08 .container .sec08_box .box_txt03 {
  text-align: center;
  margin-top: 35px;
}

.sec08 .container .sec08_box .box_ttl02 {
  position: relative;
  margin-top: 85px;
  padding-left: 110px;
}

.sec08 .container .sec08_box .box_ttl02::before {
  content: "";
  width: 135px;
  height: 148px;
  background: -webkit-image-set(url(../images/sec08_img03.webp) 1x, url(../images/sec08_img03@2x.webp) 2x) no-repeat center/contain;
  background: image-set(url(../images/sec08_img03.webp) 1x, url(../images/sec08_img03@2x.webp) 2x) no-repeat center/contain;
  position: absolute;
  left: 10px;
  bottom: 0;
}

.sec08 .container .sec08_box .box_txt04 {
  text-align: center;
  margin-top: 30px;
}

.sec08 .container .sec08_box .box_img02 {
  width: 100%;
  text-align: center;
  margin-top: 55px;
}

.sec08 .container .sec08_box .box_ttl03 {
  width: 100%;
  height: 84px;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
  background: url(../images/cloud_service.svg) no-repeat center;
}

@media all and (-ms-high-contrast: none) {
  .sec08 .container .sec08_box .box_ttl03 {
    background: url(../images/cloud_service.png) no-repeat center;
  }
}

.sec08 .container .sec08_box .box_inner01 {
  width: 1120px;
  margin: 60px auto 0;
}

.sec08 .container .sec08_box .box_inner01 .inner_txt01 {
  width: 690px;
  font-size: 1.375em;
  font-weight: 700;
  line-height: 1;
  float: right;
  margin-top: 20px;
}

.sec08 .container .sec08_box .box_inner01 .inner_img01 {
  width: 420px;
  float: left;
}

.sec08 .container .sec08_box .box_inner01 .point_box {
  width: 640px;
  padding: 40px 55px 40px 65px;
  border: solid 4px #f4b91d;
  background-color: #fffde7;
  border-radius: 6px;
  float: right;
  margin-top: 50px;
  position: relative;
}

.sec08 .container .sec08_box .box_inner01 .point_box::before {
  content: "";
  width: 100px;
  height: 100px;
  background: -webkit-image-set(url(../images/sec09_img06.webp) 1x, url(../images/sec09_img06@2x.webp) 2x) no-repeat center/contain;
  background: image-set(url(../images/sec09_img06.webp) 1x, url(../images/sec09_img06@2x.webp) 2x) no-repeat center/contain;
  position: absolute;
  top: -20px;
  left: -50px;
}

.sec08 .container .sec08_box .box_inner01 .point_box .point_txt {
  letter-spacing: 0.05em;
}

.sec08 .container .sec08_box .box_ttl04 {
  width: 100%;
  font-size: 2.5em;
  line-height: 1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
  margin-top: 90px;
}

.sec08 .container .sec08_box .box_img03 {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}

.sec08 .container .sec08_box .box_txt05 {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}

.sec08 .container .sec08_box .box_txt05 span {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
  display: inline-block;
  background-color: #ffce5e;
  padding: 18px 31px;
  border-radius: 50px;
}

.no-webp .cv_area {
  background: url(../images/cv_bg01.jpg) no-repeat center/cover;
}

.cv_area {
  padding-top: 80px;
  padding-bottom: 85px;
  background: -webkit-image-set(url(../images/cv_bg01.webp) 1x, url(../images/cv_bg01@2x.webp) 2x) no-repeat center/cover;
  background: image-set(url(../images/cv_bg01.webp) 1x, url(../images/cv_bg01@2x.webp) 2x) no-repeat center/cover;
}

.cv_area .container .cv_ttl {
  width: 100%;
  font-size: 1.875em;
  line-height: 1.4;
  text-align: center;
}

.common_btn01 {
  width: 100%;
  margin-top: 30px;
}

.common_btn01 a {
  width: 700px;
  height: 100px;
  background-color: #00a883;
  border: solid 4px #009070;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  position: relative;
  -webkit-transition: .2s;
  transition: .2s;
}

.common_btn01 a::before {
  content: "";
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background: url(../images/arrow.svg) no-repeat center/18px, #fff;
  position: absolute;
  top: 50%;
  right: 55px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .2s;
  transition: .2s;
}

.common_btn01 a:hover {
  opacity: .7;
  -webkit-transition: .2s;
  transition: .2s;
}

.common_btn01 a:hover::before {
  right: 45px;
  -webkit-transition: .2s;
  transition: .2s;
}

.common_btn01 a span {
  font-size: 2.25em;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}

/*----------------------------------------------------------------------------
******************************************************************************
** footer
******************************************************************************
----------------------------------------------------------------------------*/
.ft_100 {
  width: 100%;
  padding: 35px 20px 15px;
}

.ft_100 .ft {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ft_100 .ft .ft_logo {
  display: inline-block;
}

.ft_100 .ft .ft_logo a {
  display: inline-block;
  -webkit-transition: .2s;
  transition: .2s;
}

.ft_100 .ft .ft_logo a:hover {
  opacity: .7;
  -webkit-transition: .2s;
  transition: .2s;
}

.ft_100 .ft .ft_box {
  width: 590px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5px;
}

.ft_100 .ft .ft_box .ft_list dt {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1;
}

.ft_100 .ft .ft_box .ft_list dd {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 17px;
}

.ft_100 .copyright {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  font-size: .875em;
  color: #696969;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  margin-top: 40px;
}

.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .2s;
  transition: .2s;
}

.pagetop.view {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: .2s;
  transition: .2s;
}

.pagetop:hover {
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/**webp非対応デバイス用class
.no-webp {}
**/
/**background webp & 
.class {
  background: image-set(url(../webp) 1x, url(../@2x.webp) 2x) no-repeat center center / cover;
}}
**/
/**IE用css
@media all and (-ms-high-contrast: none) {
}
**/
/*# sourceMappingURL=pc.css.map */

.main-nav {
  background-color: #f8f8f8;
  border-bottom: 1px solid #e7e7e7;
  font-family: 'Noto Sans JP', sans-serif;
  position: fixed; /* 固定する */
  top: 0; /* 上部に配置 */
  width: 100%; /* 幅を100%に設定 */
  z-index: 1000; /* 他の要素より前面に表示 */
}

.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap; /* 改行を防ぐ */
}

.main-nav ul li {
  margin: 0 10px; /* 項目間の間隔を調整 */
  position: relative; /* ドロップダウンのために追加 */
}

.main-nav ul li a {
  text-decoration: none;
  color: #333;
  font-size: 0.9em; /* フォントサイズを調整 */
  font-weight: 700;
  padding: 10px 10px; /* パディングを調整 */
  display: block;
  transition: color 0.3s ease;
}

.main-nav ul li a:hover {
  color: #00a883;
}
.main-nav ul li .dropdown-trigger{
  pointer-events: none; /* ホバーイベントを無効にする */
  cursor: default; /* カーソルをデフォルトにする */
}
.main-nav ul li .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f8f8f8;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  white-space: nowrap; /* 改行を防ぐ */
}

.main-nav ul li .dropdown-content li {
  margin: 0;
}

.main-nav ul li .dropdown-content li a {
  padding: 12px 16px;
}

.main-nav ul li:hover .dropdown-content {
  display: block;
}

.no-webp .sec09 .container .sec09_box02 .box01::before {
  background: url(../images/sec09_img02.png) no-repeat center/contain;
}

.no-webp .sec09 .container .sec09_box01 .box02::before {
  background: url(../images/sec09_img03.png) no-repeat center/contain;
}

.sec09 {
  background-color: #f9f9f9;
}

.sec09 .container .sec09_box01 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  flex-direction: column;
  align-items: center;
}

.sec09 .container .sec09_box01 .sec09_img01 {
  width: 390px;
  margin-right: 30px;
}

.sec09 .container .sec09_box01 .sec09_img01 picture{
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec09 .container .sec09_box01 .sec09_txt01 {
  width: calc(100% - 287px);
  margin-top: 17px;
}

.sec09 .container .sec09_box02 {
  margin-top: 50px;
}

.sec09 .container .sec09_box02 .box02 {
  position: relative;
}

.sec09 .container .sec09_box02 .box02::before {
  content: "";
  width: 110px;
  height: 134px;
  background: -webkit-image-set(url(../images/problem1.png) 1x, url(../images/problem1.png) 2x) no-repeat center/contain;
  background: image-set(url(../images/problem1.png) 1x, url(../images/problem1.png) 2x) no-repeat center/contain;
  position: absolute;
  top: 0;
  right: -100px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: 1;
}

.sec09 .container .sec09_box03 {
  margin-top: 50px;
}

.sec09 .container .sec09_box03 .box01 {
  position: relative;
}

.sec09 .container .sec09_box03 .box01::before {
  content: "";
  width: 81px;
  height: 103px;
  background: -webkit-image-set(url(../images/sec07_img03.webp) 1x, url(../images/sec07_img03@2x.webp) 2x) no-repeat center/contain;
  background: image-set(url(../images/sec07_img03.webp) 1x, url(../images/sec07_img03@2x.webp) 2x) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: -30px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.sec09 .common_box02{
  flex-wrap: nowrap;
  justify-content: space-evenly;
}
.sec09 .common_box02 .box{
  width: 30%;
  padding: 23px 23px;
}

.case_study {
  width: 30%;
  text-align: center;
}
.case_study .case_study_img_box{
  background-color: white;
  border-radius: 10px;
  width: 80%;
  margin: 5%;
  border: 5px solid #006a9e;
}

.case_study picture {
  display: block;
  margin-bottom: 15px;
}

.case_study_txt {
  font-size: 0.8em;
  line-height: 1.5;
}

.case_studies_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch; /* 高さを揃える */
  margin-top: 30px;
}

.case_study {
  width: 30%;
  text-align: center;
  padding: 4px;
  background-color: #259edb;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 30%; /* ボックスの幅と伸縮を設定 */
  margin: 10px; /* ボックス間の余白を調整 */
}

.case_study .inner {
  flex: 1; /* 内部コンテンツが均等にスペースを占める */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.case_studies .common_ttl01 {
  margin-bottom: 2em;
}

.case_studies .common_ttl01 .fukidashi {
  color: #fff;
  background-color: #259edb;
}

.case_studies .common_ttl01 .fukidashi img{
  width: 12em;
}

.case_studies .common_ttl01 .fukidashi::before {
  border-color: #259edb transparent transparent transparent;
}
.slick-carousel{
  width: 100%;
}

.common_box03 .box .inner .box_img img{
  margin: 0 auto;
}

.common_box03 .box {
  margin: 0 10px; /* 左右に10pxの余白を追加 */
}

.case_studies .common_box03 .box .inner .box_list li {
  max-height: 5em;
  min-height: 5em;
  width: 100%;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.66666;
  padding-left: 25px;
  margin-top: 5px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  
  /* 複数行の省略を実現するための追加 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 表示する行数を指定 */
}

.case_studies .common_box03 .box{
  min-height: 700px; /* 最小高さを設定 */
  max-height: 700px; /* 最大高さを設定 */
}
.case_studies .common_box03 .box .box_ttl01 {
  min-height: 2.5em;
  max-height: 2.5em;
  text-align: center;
  background-origin: padding-box;
  padding: 20px 0;
}
.case_studies .common_box03 .box .box_list{
  min-height: 12em;
  max-height: 12em;
}

.responsive-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}

button.slick-prev:before, button.slick-next:before{
  color: #006a9e;
}

 /* ローディングアニメーションのスタイル */
 .loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}

.spinner {
  border: 8px solid #f3f3f3; /* 灰色の外枠 */
  border-top: 8px solid #3498db; /* 青色の上部 */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
  margin-bottom: 10px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.loader p {
  font-size: 1.2em;
  color: #555;
}

.read-more a {
  text-align: center;
  margin: 1em auto;
  display: block;
  width: 50%;
  padding: 12px 24px;
  background-color: #007BFF; /* ボタンの背景色 */
  color: #ffffff; /* ボタンの文字色 */
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.read-more a:hover {
  background-color: #0056b3; /* ホバー時の背景色 */
  transform: translateY(-2px); /* ホバー時の軽い浮き上がり効果 */
}

.read-more a:active {
  background-color: #004494; /* クリック時の背景色 */
  transform: translateY(0); /* クリック時に元の位置に戻す */
}
.bold{
  font-weight: bold;
} 