@charset "UTF-8";
/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** SPスタイル
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
******************************************************************************
** common
*****************************************************************************
----------------------------------------------------------------------------*/
body {
  width: 100%;
  font-size: calc(16 / 375 * 100vw);
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #000;
}

/*----------------------------------------------------------------------------
******************************************************************************
** common class
******************************************************************************
----------------------------------------------------------------------------*/
.pc {
  display: none !important;
}

.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

.container_100 {
  width: 100%;
  padding: calc(50 / 375 * 100vw) calc(20 / 375 * 100vw);
}

.container_100 .container {
  width: 100%;
}

.common_ttl01 {
  width: 100%;
  text-align: center;
}

.common_ttl01 .fukidashi {
  padding: calc(10 / 375 * 100vw) calc(20 / 375 * 100vw);
  background-color: #f4b91d;
  display: inline-block;
  border-radius: calc(30 / 375 * 100vw);
  position: relative;
  margin-bottom: calc(5 / 375 * 100vw);
}

.common_ttl01 .fukidashi picture {
  width: calc(70 / 375 * 100vw);
  display: block;
}

.common_ttl01 .fukidashi picture img {
  display: block;
}

.common_ttl01 .fukidashi::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(11 / 375 * 100vw) calc(7 / 375 * 100vw) 0 calc(7 / 375 * 100vw);
  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: 1.75em;
  line-height: 1.4;
  display: block;
}

.common_ttl02 {
  width: 100%;
  text-align: center;
}

.common_ttl02 .fukidashi {
  display: inline-block;
}

.common_ttl02 .fukidashi picture {
  width: calc(184 / 375 * 100vw);
  display: block;
}

.common_ttl02 .fukidashi picture img {
  display: block;
}

.common_ttl02 .ttl {
  width: 100%;
  font-size: 1.5em;
  line-height: 1;
  display: block;
}

.common_ttl03 {
  width: 100%;
  border: solid calc(4 / 375 * 100vw) #ffbf00;
  padding: calc(20 / 375 * 100vw);
  background-color: #fffde7;
  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.375em;
  line-height: 1.4;
  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%;
  padding: calc(4 / 375 * 100vw);
  background-color: #ffbf00;
  padding: calc(6 / 375 * 100vw);
}

.common_box01 .box01 {
  width: 100%;
  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;
  padding: calc(15 / 375 * 100vw);
}

.common_box01 .box01 .common_ttl01 .fukidashi {
  padding: calc(12 / 375 * 100vw) calc(20 / 375 * 100vw);
  background-color: #fff;
}

.common_box01 .box01 .common_ttl01 .fukidashi::before {
  display: none;
}

.common_box01 .box01 .common_ttl01 .fukidashi picture {
  width: calc(80 / 375 * 100vw);
}

.common_box01 .box01 .common_ttl01 .ttl {
  font-size: 1.5em;
  margin-top: calc(-8 / 375 * 100vw);
}

.common_box01 .box02 {
  width: 100%;
  padding: calc(20 / 375 * 100vw);
  background-color: #fff;
}

.common_box01 .box02 .list {
  width: 100%;
  padding: calc(10 / 375 * 100vw);
  border-bottom: calc(2 / 375 * 100vw) dotted #dddddd;
}

.common_box01 .box02 .list:last-of-type {
  border-bottom: none;
}

.common_box01 .box02 .list dt {
  width: 100%;
  font-size: 1.125em;
  font-weight: 700;
}

.common_box01 .box02 .list dd {
  width: 100%;
  font-size: 1em;
  font-weight: 400;
  margin-top: calc(2 / 375 * 100vw);
}

.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: calc(60 / 375 * 100vw) calc(20 / 375 * 100vw) calc(45 / 375 * 100vw);
  background-color: #fffde7;
  position: relative;
  border-radius: calc(6 / 375 * 100vw);
}

.common_box02 .box_ttl {
  width: 100%;
  position: absolute;
  top: calc(-15 / 375 * 100vw);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.common_box02 .box {
  width: 100%;
  border: solid calc(4 / 375 * 100vw) #f4b91d;
  background-color: #fff;
  padding: calc(20 / 375 * 100vw);
  margin-top: calc(20 / 375 * 100vw);
}

.common_box02 .box:first-of-type {
  margin-top: 0;
}

.common_box02 .box .box_txt {
  width: 100%;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.54545;
  padding-left: calc(30 / 375 * 100vw);
  position: relative;
}

.common_box02 .box .box_txt::before {
  content: "";
  width: calc(24 / 375 * 100vw);
  height: calc(20 / 375 * 100vw);
  background: url(../images/check.svg) no-repeat center/contain;
  position: absolute;
  top: calc(3 / 375 * 100vw);
  left: 0;
}

@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: 100%;
  background-color: #e9f5fb;
  border-radius: calc(6 / 375 * 100vw);
}

.common_box03 .box .box_ttl01 {
  width: 100%;
  font-size: 1.5em;
  color: #fff;
  line-height: 1;
  text-align: center;
  background-color: #259edb;
  padding: calc(20 / 375 * 100vw);
  position: relative;
  border-top-right-radius: calc(6 / 375 * 100vw);
  border-top-left-radius: calc(6 / 375 * 100vw);
}

.common_box03 .box .box_ttl01::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(14 / 375 * 100vw) calc(9 / 375 * 100vw) 0 calc(9 / 375 * 100vw);
  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: calc(30 / 375 * 100vw) calc(20 / 375 * 100vw);
}

.common_box03 .box .inner .box_img {
  width: 100%;
  text-align: center;
}

.common_box03 .box .inner .box_ttl02 {
  width: 100%;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding-bottom: calc(20 / 375 * 100vw);
  margin-top: calc(40 / 375 * 100vw);
  position: relative;
}

.common_box03 .box .inner .box_ttl02::before {
  content: "";
  width: calc(60 / 375 * 100vw);
  height: calc(2 / 375 * 100vw);
  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: calc(15 / 375 * 100vw);
}

.common_box03 .box .inner .box_list li {
  width: 100%;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.66666;
  padding-left: calc(22 / 375 * 100vw);
  margin-top: calc(5 / 375 * 100vw);
  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: calc(12 / 375 * 100vw);
  height: calc(12 / 375 * 100vw);
  display: block;
  border-radius: 50%;
  background-color: #259edb;
  position: absolute;
  top: calc(9 / 375 * 100vw);
  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: 100%;
  border-radius: calc(6 / 375 * 100vw);
}

.common_box04 .box .box_ttl01 {
  width: 100%;
  background-color: #259edb;
  padding: calc(20 / 375 * 100vw);
  border-top-right-radius: calc(6 / 375 * 100vw);
  border-top-left-radius: calc(6 / 375 * 100vw);
  position: relative;
}

.common_box04 .box .box_ttl01 .ttl {
  width: 100%;
  font-size: 1.5em;
  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: calc(100 / 375 * 100vw);
  height: calc(32 / 375 * 100vw);
  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: calc(20 / 375 * 100vw);
  margin: calc(10 / 375 * 100vw) auto 0;
}

.common_box04 .box .box_ttl01 .sub picture {
  width: calc(50 / 375 * 100vw);
  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: calc(20 / 375 * 100vw);
}

.common_box04 .box .inner {
  width: 100%;
  padding: calc(30 / 375 * 100vw) calc(20 / 375 * 100vw);
  border: solid calc(2 / 375 * 100vw) #259edb;
  margin-top: calc(20 / 375 * 100vw);
}

.common_box04 .box .inner .box_ttl02 {
  width: 100%;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding-bottom: calc(20 / 375 * 100vw);
  position: relative;
}

.common_box04 .box .inner .box_ttl02::before {
  content: "";
  width: calc(60 / 375 * 100vw);
  height: calc(2 / 375 * 100vw);
  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: calc(15 / 375 * 100vw);
  background-color: #e9f5fb;
  margin-top: calc(20 / 375 * 100vw);
}

.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: calc(10 / 375 * 100vw) 0 calc(10 / 375 * 100vw) calc(30 / 375 * 100vw);
  border-bottom: calc(1 / 375 * 100vw) solid #dddddd;
  position: relative;
}

.common_box04 .box .inner .box_list li:last-of-type {
  border-bottom: none;
}

.common_box04 .box .inner .box_list li::before {
  content: "";
  width: calc(12 / 375 * 100vw);
  height: calc(12 / 375 * 100vw);
  display: block;
  border-radius: 50%;
  background-color: #259edb;
  position: absolute;
  top: calc(19 / 375 * 100vw);
  left: calc(5 / 375 * 100vw);
}

.common_box04 .box .inner .box_list li span {
  font-size: .8888em;
  text-indent: -1em;
  display: inline-block;
}

/*----------------------------------------------------------------------------
******************************************************************************
** 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;
  position: relative;
}

.mv .container {
  position: relative;
}

.mv .container .mv_ttl {
  position: relative;
  z-index: 2;
}

.mv .container .mv_img {
  position: relative;
  z-index: 1;
  margin-top: calc(-50 / 375 * 100vw);
}

.sec01 {
  background-color: #f9f9f9;
}

.sec01 .container .sec01_txt01 {
  margin-top: calc(20 / 375 * 100vw);
}

.sec01 .container .sec01_img01 {
  margin-top: calc(30 / 375 * 100vw);
}

.sec02 .container .sec02_box01 {
  width: 100%;
  margin-top: calc(20 / 375 * 100vw);
}

.sec02 .container .sec02_box01 .sec02_img01 {
  width: calc(121 / 375 * 100vw);
  margin: 0 auto;
}

.sec02 .container .sec02_box01 .sec02_txt01 {
  width: 100%;
  margin-top: calc(10 / 375 * 100vw);
}

.sec02 .container .sec02_img02 {
  width: 100%;
  margin-top: calc(30 / 375 * 100vw);
}

.sec02 .container .sec02_box02 {
  margin-top: calc(30 / 375 * 100vw);
}

.sec03 {
  background-color: #f9f9f9;
}

.sec03 .container .sec03_box01 {
  width: 100%;
  margin-top: calc(20 / 375 * 100vw);
}

.sec03 .container .sec03_box01 .sec03_img01 {
  width: calc(121 / 375 * 100vw);
  margin: 0 auto;
}

.sec03 .container .sec03_box01 .sec03_txt01 {
  width: 100%;
  margin-top: calc(10 / 375 * 100vw);
}

.sec03 .container .sec03_img02 {
  width: 100%;
  margin-top: calc(30 / 375 * 100vw);
}

.sec03 .container .sec03_box02 {
  margin-top: calc(30 / 375 * 100vw);
}

.sec04 .container .sec04_box01 {
  width: 100%;
  margin-top: calc(20 / 375 * 100vw);
}

.sec04 .container .sec04_box01 .sec04_img01 {
  width: calc(121 / 375 * 100vw);
  margin: 0 auto;
}

.sec04 .container .sec04_box01 .sec04_txt01 {
  width: 100%;
  margin-top: calc(10 / 375 * 100vw);
}

.sec04 .container .sec04_img02 {
  width: 100%;
  margin-top: calc(30 / 375 * 100vw);
}

.sec04 .container .sec04_box02 {
  margin-top: calc(30 / 375 * 100vw);
}

.sec05 {
  background-color: #f9f9f9;
}

.sec05 .container .sec05_box01 {
  width: 100%;
  margin-top: calc(20 / 375 * 100vw);
}

.sec05 .container .sec05_box01 .sec05_img01 {
  width: calc(121 / 375 * 100vw);
  margin: 0 auto;
}

.sec05 .container .sec05_box01 .sec05_txt01 {
  width: 100%;
  margin-top: calc(10 / 375 * 100vw);
}

.sec05 .container .sec05_img02 {
  width: 100%;
  margin-top: calc(30 / 375 * 100vw);
}

.sec05 .container .sec05_box02 {
  margin-top: calc(30 / 375 * 100vw);
}

.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 .container .sec06_txt01 {
  width: 100%;
  margin-top: calc(20 / 375 * 100vw);
}

.sec06 .container .sec06_box01 {
  margin-top: calc(50 / 375 * 100vw);
}

.sec06 .container .sec06_box01 .box02 {
  position: relative;
  padding-bottom: calc(80 / 375 * 100vw);
}

.sec06 .container .sec06_box01 .box02::before {
  content: "";
  width: calc(104 / 375 * 100vw);
  height: calc(100 / 375 * 100vw);
  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;
  bottom: 0;
  right: calc(10 / 375 * 100vw);
  z-index: 1;
}

.sec06 .container .sec06_box02 {
  margin-top: calc(50 / 375 * 100vw);
}

.sec06 .container .sec06_box02 .box01 {
  position: relative;
  margin-bottom: calc(100 / 375 * 100vw);
}

.sec06 .container .sec06_box02 .box01::before {
  content: "";
  width: calc(50 / 375 * 100vw);
  height: calc(50 / 375 * 100vw);
  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;
  bottom: calc(-50 / 375 * 100vw);
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

.sec06 .container .sec06_box02 .box01::after {
  content: "";
  width: calc(120 / 375 * 100vw);
  height: calc(156 / 375 * 100vw);
  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: 0;
  bottom: calc(-120 / 375 * 100vw);
  z-index: 1;
}

.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%;
  margin-top: calc(20 / 375 * 100vw);
}

.sec07 .container .sec07_box01 .sec07_img01 {
  width: calc(129 / 375 * 100vw);
  margin: 0 auto;
}

.sec07 .container .sec07_box01 .sec07_txt01 {
  width: 100%;
  margin-top: calc(10 / 375 * 100vw);
}

.sec07 .container .sec07_box02 {
  margin-top: calc(50 / 375 * 100vw);
}

.sec07 .container .sec07_box02 .box02 {
  position: relative;
  padding-bottom: calc(70 / 375 * 100vw);
}

.sec07 .container .sec07_box02 .box02::before {
  content: "";
  width: calc(78.5 / 375 * 100vw);
  height: calc(96 / 375 * 100vw);
  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;
  bottom: 0;
  right: calc(5 / 375 * 100vw);
  z-index: 1;
}

.sec07 .container .sec07_box03 {
  margin-top: calc(50 / 375 * 100vw);
}

.sec07 .container .sec07_box03 .box01 {
  position: relative;
  margin-bottom: calc(100 / 375 * 100vw);
}

.sec07 .container .sec07_box03 .box01::before {
  content: "";
  width: calc(50 / 375 * 100vw);
  height: calc(63.5 / 375 * 100vw);
  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;
  bottom: calc(-85 / 375 * 100vw);
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}

.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: calc(100 / 375 * 100vw); */
}

.sec08 .container .sec08_ttl {
  width: 100%;
  height: calc(86 / 375 * 100vw);
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2;
  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;
  text-align: center;
  background: url(../images/why_choose_kintone.svg) no-repeat center/contain;
}

@media all and (-ms-high-contrast: none) {
  .sec08 .container .sec08_ttl {
    background: url(../images/why_choose_kintone.png) no-repeat center/contain;
  }
}

.sec08 .container .sec08_box {
  width: 100%;
  padding: calc(30 / 375 * 100vw) calc(20 / 375 * 100vw);
  background-color: #fff;
  margin-top: calc(30 / 375 * 100vw);
  border-radius: calc(6 / 375 * 100vw);
}

.sec08 .container .sec08_box .box_txt01 {
  text-align: justify;
}

.sec08 .container .sec08_box .box_ttl01 {
  position: relative;
  padding-right: calc(60 / 375 * 100vw);
  margin-top: calc(30 / 375 * 100vw);
}

.sec08 .container .sec08_box .box_ttl01::before {
  content: "";
  width: calc(80 / 375 * 100vw);
  height: calc(101 / 375 * 100vw);
  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: calc(10 / 375 * 100vw);
  bottom: 0;
}

.sec08 .container .sec08_box .box_txt02 {
  text-align: center;
  margin-top: calc(30 / 375 * 100vw);
}

.sec08 .container .sec08_box .box_img01 {
  width: 100%;
  text-align: center;
  margin-top: calc(5 / 375 * 100vw);
}

.sec08 .container .sec08_box .box_txt03 {
  margin-top: calc(30 / 375 * 100vw);
}

.sec08 .container .sec08_box .box_ttl02 {
  position: relative;
  padding-right: calc(60 / 375 * 100vw);
  margin-top: calc(30 / 375 * 100vw);
}

.sec08 .container .sec08_box .box_ttl02::before {
  content: "";
  width: calc(102 / 375 * 100vw);
  height: calc(111 / 375 * 100vw);
  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;
  right: calc(-15 / 375 * 100vw);
  bottom: 0;
}

.sec08 .container .sec08_box .box_txt04 {
  margin-top: calc(30 / 375 * 100vw);
}

.sec08 .container .sec08_box .box_img02 {
  width: 100%;
  margin-top: calc(30 / 375 * 100vw);
}

.sec08 .container .sec08_box .box_ttl03 {
  width: 100%;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-top: calc(50 / 375 * 100vw);
  background: url(../images/cloud_service.svg) no-repeat center/contain;
}

@media all and (-ms-high-contrast: none) {
  .sec08 .container .sec08_box .box_ttl03 {
    background: url(../images/cloud_service.png) no-repeat center/contain;
  }
}

.sec08 .container .sec08_box .box_inner01 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sec08 .container .sec08_box .box_inner01 .inner_txt01 {
  width: 100%;
  font-size: 1.375em;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-top: calc(30 / 375 * 100vw);
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.sec08 .container .sec08_box .box_inner01 .inner_img01 {
  width: 100%;
  margin-top: calc(30 / 375 * 100vw);
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.sec08 .container .sec08_box .box_inner01 .point_box {
  width: 100%;
  padding: calc(50 / 375 * 100vw) calc(20 / 375 * 100vw) calc(30 / 375 * 100vw);
  border: solid calc(4 / 375 * 100vw) #f4b91d;
  background-color: #fffde7;
  border-radius: calc(6 / 375 * 100vw);
  margin-top: calc(50 / 375 * 100vw);
  position: relative;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.sec08 .container .sec08_box .box_inner01 .point_box::before {
  content: "";
  width: calc(80 / 375 * 100vw);
  height: calc(80 / 375 * 100vw);
  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: calc(-30 / 375 * 100vw);
  left: calc(-20 / 375 * 100vw);
}

.sec08 .container .sec08_box .box_inner01 .point_box .point_txt {
  letter-spacing: 0.05em;
  line-height: 1.7;
}

.sec08 .container .sec08_box .box_ttl04 {
  width: 100%;
  font-size: 1.5em;
  line-height: 1.4;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
  margin-top: calc(50 / 375 * 100vw);
}

.sec08 .container .sec08_box .box_img03 {
  width: 100%;
  text-align: center;
  margin-top: calc(30 / 375 * 100vw);
}

.sec08 .container .sec08_box .box_txt05 {
  width: 100%;
  text-align: center;
  margin-top: calc(30 / 375 * 100vw);
}

.sec08 .container .sec08_box .box_txt05 span {
  font-size: 1.375em;
  font-weight: 700;
  line-height: 1.4;
  display: inline-block;
  background-color: #ffce5e;
  padding: calc(15 / 375 * 100vw) calc(30 / 375 * 100vw);
}

.no-webp .cv_area {
  background: url(../images/cv_bg01.jpg) no-repeat center/cover;
}

.cv_area {
  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.5em;
  line-height: 1.4;
  text-align: center;
}

.common_btn01 {
  width: 100%;
  margin-top: calc(30 / 375 * 100vw);
}

.common_btn01 a {
  width: 100%;
  height: calc(70 / 375 * 100vw);
  background-color: #00a883;
  border: solid calc(2 / 375 * 100vw) #009070;
  border-radius: calc(50 / 375 * 100vw);
  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;
  position: relative;
  -webkit-transition: .2s;
  transition: .2s;
}

.common_btn01 a::before {
  content: "";
  width: calc(30 / 375 * 100vw);
  height: calc(30 / 375 * 100vw);
  border-radius: 50%;
  background: url(../images/arrow.svg) no-repeat center/calc(18 / 375 * 100vw), #fff;
  position: absolute;
  top: 50%;
  right: calc(30 / 375 * 100vw);
  -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: calc(20 / 375 * 100vw);
  -webkit-transition: .2s;
  transition: .2s;
}

.common_btn01 a span {
  font-size: 1.75em;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}

/*----------------------------------------------------------------------------
******************************************************************************
** footer
******************************************************************************
----------------------------------------------------------------------------*/
.ft_100 {
  width: 100%;
  padding: calc(20 / 375 * 100vw);
}

.ft_100 .ft {
  width: 100%;
}

.ft_100 .ft .ft_logo {
  width: calc(250 / 375 * 100vw);
}

.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: 100%;
  margin-top: calc(20 / 375 * 100vw);
}

.ft_100 .ft .ft_box .ft_list {
  width: 100%;
  margin-top: calc(20 / 375 * 100vw);
}

.ft_100 .ft .ft_box .ft_list:first-of-type {
  margin-top: 0;
}

.ft_100 .ft .ft_box .ft_list dt {
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1;
}

.ft_100 .ft .ft_box .ft_list dd {
  font-size: .875em;
  font-weight: 400;
  line-height: 1.5;
  margin-top: calc(10 / 375 * 100vw);
}

.ft_100 .copyright {
  width: 100%;
  font-size: .875em;
  color: #696969;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  margin-top: calc(20 / 375 * 100vw);
}

.pagetop {
  width: calc(48 / 375 * 100vw);
  height: calc(48 / 375 * 100vw);
  position: fixed;
  bottom: calc(10 / 375 * 100vw);
  right: calc(10 / 375 * 100vw);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .2s;
  transition: .2s;
}

.pagetop.view {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: .2s;
  transition: .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=sp.css.map */

.main-nav {
  font-family: 'Noto Sans JP', sans-serif;
  position: fixed;
  width: fit-content;
  z-index: 1000;
  top: 0;
  left: -100%; /* 初期状態で画面外に配置 */
  height: 100%;
  background-color: #fff; /* 必要に応じて背景色を設定 */
  transition: left 0.3s ease; /* スライドインのアニメーション */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* 影を追加 */
  overflow-y: auto; /* 縦スクロールを有効にする */
}

.main-nav.open {
  left: 0; /* トリガーがクリックされたときに表示 */
}
.main-nav.closing {
  left: -100%; /* 閉じる際に右へスライド */
}

.sp-nav-trigger {
  display: none;
  width: 50px; /* ボタンの幅を大きくする */
  height: 50px; /* ボタンの高さを大きくする */
  position: fixed;
  cursor: pointer;
  z-index: 1001; /* メニューより前面に表示 */
  background-color: #fff; /* 背景色を追加 */
  border-radius: 5px; /* 角を丸くする */
  padding: 5px; /* 内側の余白を追加 */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* 影を追加 */
  transition: background-color 0.3s ease; /* 背景色のトランジションを追加 */
  top: 1%;
  left: 3%;
}

.sp-nav-trigger span {
  display: block;
  width: 80%;
  height: 4px;
  background-color: #333;
  position: absolute;
  top: 50%; /* 上下中央寄せ */
  left: 50%; /* 左右中央寄せ */
  transform: translate(-50%, -50%); /* 上下左右中央寄せ */
  transition: all 0.3s ease;
}

.sp-nav-trigger:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2); /* ホバー時の影を濃くする */
}


.sp-nav-trigger span:nth-child(1) {
  transform: translate(-50%, calc(-50% - 10px)); /* 上のバー */
}

.sp-nav-trigger span:nth-child(2) {
  transform: translate(-50%, -50%); /* 中央のバー */
}

.sp-nav-trigger span:nth-child(3) {
  transform: translate(-50%, calc(-50% + 10px)); /* 下のバー */
}

.sp-nav-trigger.active span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg); /* 中央寄せと回転 */
}

.sp-nav-trigger.active span:nth-child(2) {
  opacity: 0;
}

.sp-nav-trigger.active span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg); /* 中央寄せと回転 */
}

.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: left;
  display: none; /* デフォルトでは非表示 */
}
.main-nav>ul{
  padding-top: 10%;
  padding-left: 5%;
}
.main-nav ul.open {
  display: flex; /* トリガーがクリックされたときに表示 */
  background-color: #f8f8f8;
  border-bottom: 1px solid #e7e7e7;
}

.main-nav ul li {
  margin: 10px 0;
}

.main-nav ul li .dropdown-trigger {
  padding: 10px 10px;
  pointer-events: none; /* ホバーイベントを無効にする */
  cursor: default; /* カーソルをデフォルトにする */
  display: block;
}

.main-nav ul li a {
  text-decoration: none;
  color: #333;
  font-size: 1em;
  font-weight: 700;
  padding: 5px 30px;
  display: block;
  transition: color 0.3s ease;
  white-space: nowrap; /* 改行を防ぐ */
}

.main-nav ul li a:hover {
  color: #00a883;
}

@media screen and (max-width: 768px) {
  .sp-nav-trigger {
    display: block; /* スマートフォンで表示 */
  }
}

.no-webp .sec09 .container .sec09_box02 .box01::before {
  background: url(../images/sec07_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%;
  margin-top: calc(20 / 375 * 100vw);
}

.sec09 .container .sec09_box01 .sec09_img01 {
  width: calc(200 / 375 * 100vw);
  margin: 0 auto;
}

.sec09 .container .sec09_box01 .sec09_txt01 {
  width: 100%;
  margin-top: calc(10 / 375 * 100vw);
}

.sec09 .container .sec09_box02 {
  margin-top: calc(50 / 375 * 100vw);
}

.sec09 .container .sec09_box02 .box02 {
  position: relative;
  padding-bottom: calc(70 / 375 * 100vw);
}

.sec09 .container .sec09_box03 {
  margin-top: calc(50 / 375 * 100vw);
}

.sec09 .container .sec09_box03 .box01 {
  position: relative;
  margin-bottom: calc(100 / 375 * 100vw);
}

.sec09 .container .sec09_box02 .box02::before {
  content: "";
  width: calc(78.5 / 375* 100vw);
  height: calc(96 / 375* 100vw);
  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;
  bottom: 0;
  right: calc(5 / 375* 100vw);
  z-index: 1;
}

.sec09 .container .sec07_box03 .box01::before {
  content: "";
  width: calc(50 / 375 * 100vw);
  height: calc(63.5 / 375 * 100vw);
  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;
  bottom: calc(-85 / 375 * 100vw);
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}

.case_studies {
  background-color: #E0F0FF; /* 薄い青色の背景 */
}

.case_study {
  width: 80%;
  text-align: center;
  padding: 4px;
  background-color: #259edb;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 5% auto;
}

.case_study .case_study_img_box {
  background-color: white;
  border-radius: 10px;
  width: 80%;
  margin: 5%;
  border: 5px solid #006a9e;
}

.case_study .case_study_img_box picture{
  margin: 10% auto;
  width: 80%;
}

.case_study picture {
  display: block;
  margin-bottom: 15px;
}

.case_study_txt {
  width: 100%;
  font-size: 0.8em;
  padding: 15px;
  background-color: #fff;
  border-radius: 6px;
}

.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 .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;
}

.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_ttl02 .fukidashi{
  color: white;
}

.case_studies_box {
  display: flex;
  flex-direction: column;
  align-items: stretch; /* 高さを揃える */
  margin-top: 30px;
}

.case_study {
  width: 100%;
  margin: 10px 0; /* ボックス間の余白を調整 */
}

.case_study .inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.case_studies .common_ttl01 .fukidashi picture{
  width: auto;
}
.case_studies .common_ttl01 .fukidashi {
  width: fit-content;
  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;
}

.read-more a {
  text-align: center;
  margin: 1em auto;
  display: block;
  padding: 10px 20px;
  background-color: #007BFF; /* ボタンの背景色 */
  color: #ffffff; /* ボタンの文字色 */
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  font-size: 16px; /* モバイル向けフォントサイズ */
}

.read-more a:hover {
  background-color: #0056b3; /* ホバー時の背景色 */
  transform: translateY(-2px); /* ホバー時の軽い浮き上がり効果 */
}

.read-more a:active {
  background-color: #004494; /* クリック時の背景色 */
  transform: translateY(0); /* クリック時に元の位置に戻す */
}
.case_studies .slick-prev, .case_studies .slick-next{
  width: 40px;
  z-index: 1;
}
/* ボタン内の矢印の色とサイズを変更 */
.case_studies .slick-prev:before, .case_studies .slick-next:before {
  color: #259EDB; /* 矢印の色 */
  font-size: 30px; /* 矢印のサイズ */
}

 /* ローディングアニメーションのスタイル */
 .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;
}