@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset PC
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}

html {
  color: #000;
  background: #fff;
  word-break: break-all;
  font-size: 62.5%;
}

body {
  background: #fff;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  line-height: 1;
  overflow-x: hidden;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

.inner-block {
  position: relative;
  max-width: 1040px;
  padding: 0 30px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

#wrapper {
  position: relative;
}

dl,
dt,
dd {
  padding: 0;
  margin: 0;
}
.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/*------------------------------------------------------------------------------
  reset SP
------------------------------------------------------------------------------*/
.trigger {
  opacity: 0;
  z-index: 19;
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  position: absolute;
  top: 32px;
  left: 38px;
}
.c-header .link {
  color: #e60012;
  font-size: 1.4rem;
  font-weight: 400;
}

/* --------------------------------
c-footer
----------------------------------- */
.c-footer {
  background-color: #ffc938;
  padding-top: 70px;
  padding-bottom: 80px;
}
.c-footer .btnWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.c-footer .btnWrap .Btn1 {
  text-align: center;
  position: relative;
  display: inline-block;
  width: 370px;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#a32210), to(#dd1714));
  background: linear-gradient(to right, #a32210, #dd1714);
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
  padding-top: 22px;
  padding-bottom: 22px;
  z-index: 0;
}
.c-footer .btnWrap .Btn1::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: -1;
  background: #dd1714;
  opacity: 0;
  top: 0;
  left: 0;
  border-radius: 4px;
}
.c-footer .btnWrap .Btn1::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 16px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 26px;
}
.c-footer .btnWrap .Btn2 {
  text-align: center;
  position: relative;
  display: inline-block;
  width: 370px;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#499102), to(#68c03c));
  background: linear-gradient(to right, #499102, #68c03c);
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
  padding-top: 22px;
  padding-bottom: 22px;
  z-index: 0;
}
.c-footer .btnWrap .Btn2::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: -1;
  background: #67c03c;
  opacity: 0;
  top: 0;
  left: 0;
  border-radius: 4px;
}
.c-footer .btnWrap .Btn2::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 16px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 26px;
}
.c-footer .btnWrap .txtWrap {
  display: inline-block;
}
.c-footer .btnWrap .txtWrap .txt {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
.c-footer .btnWrap .txtWrap .stxt {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 10px;
}

/* --------------------------------
c-pagetop
----------------------------------- */
.c-pagetop {
  right: 30px;
}
.c-pagetop a {
  display: block;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
.inner {
  max-width: 1000px;
  margin: 0 auto;
}
.inner.hpPb {
  padding-bottom: 60px;
}

.secCt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.secCt img {
  width: 100%;
  height: 100%;
}
.secCt.bottom {
  top: initial;
  bottom: -3px;
}

.util-section.center {
  text-align: center;
}
.util-section.head {
  position: relative;
  z-index: 0;
}
.util-section.solution {
  padding-bottom: 0;
}
.util-section.feature {
  position: relative;
  padding-bottom: 0;
}

.texture {
  background-image: url("../img/texture.png");
  background-repeat: repeat;
  background-position: center;
  z-index: 5;
}

.kv {
  position: relative;
  aspect-ratio: 1366/770;
  width: 100%;
  z-index: 1;
}
.kv .kvImgWrap {
  width: 100%;
  height: 100%;
}
.kv .kvImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

/* --------------------------------
util-section
----------------------------------- */
.util-section {
  position: relative;
}
.util-section .logoWrap {
  margin-left: auto;
  margin-right: auto;
}
.util-section .ttl {
  font-size: 4.4rem;
  font-weight: 900;
  margin-top: 88px;
}
.util-section .ttl .util-txt {
  display: block;
  margin-top: 30px;
  font-size: 6rem;
  color: #ffa200;
  text-shadow: 3px 5px 1px rgba(0, 0, 0, 0.1);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-stroke: 1px #000;
  -webkit-text-stroke: 1px #000;
}
.util-section .graph {
  position: relative;
  margin-top: 32px;
  width: 92.2%;
  margin-right: auto;
  margin-left: auto;
}

/* --------------------------------
util-section
----------------------------------- */
.util-section {
  position: relative;
}
.util-section .radius {
  background-image: url("../img/dotBg.png");
  background-repeat: repeat;
  background-size: cover;
  z-index: -1;
  min-height: 300px;
  border-bottom-right-radius: 2000px 300px;
  border-bottom-left-radius: 2000px 300px;
  margin-left: -200px;
  margin-right: -200px;
  padding-left: 200px;
  padding-right: 200px;
}
.util-section .radius_02 {
  /* background-image: url("../img/dotBg.png"); */
  background-image: url(../img/texture.png);
  background-repeat: repeat;
  background-size: cover;
  z-index: -1;
  min-height: 300px;
  border-bottom-right-radius: 2000px 300px;
  border-bottom-left-radius: 2000px 300px;
  margin-left: -200px;
  margin-right: -200px;
  padding-left: 200px;
  padding-right: 200px;
}
.util-section.dec {
  z-index: 2;
}
.util-section.dec .decTxtWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -33px;
  margin: 0 auto;
  width: 100%;
}
.util-section.dec .content-list {
  margin: 0 25px;
  padding-bottom: 70px;
  padding-top: 230px;
}
.util-section.dec .content-list .item {
  position: relative;
}
.util-section.dec .content-list .item:nth-child(n+2) {
  margin-top: 15px;
}
.util-section.dec .content-list .item:nth-child(1) {
  aspect-ratio: 650/468;
  width: 650px;
  margin-right: auto;
}
.util-section.dec .content-list .item:nth-child(1) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.util-section.dec .content-list .item:nth-child(1)::before {
  content: "";
  position: absolute;
  background-image: url("../img/ftr-dec1.png");
  background-repeat: no-repeat;
  background-position: center;
}
.util-section.dec .content-list .item:nth-child(1)::after {
  content: "";
  position: absolute;
  background-image: url("../img/ftr-dec2.png");
  background-repeat: no-repeat;
  background-position: center;
}
.util-section.dec .content-list .item:nth-child(2) {
  margin-left: auto;
  width: 661px;
  aspect-ratio: 661/468;
}
.util-section.dec .content-list .item:nth-child(2) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.util-section.dec .content-list .item:nth-child(2)::before {
  content: "";
  position: absolute;
  background-image: url("../img/ftr-dec3.png");
  background-repeat: no-repeat;
  background-position: center;
}
.util-section.dec .content-list .item:nth-child(2)::after {
  content: "";
  position: absolute;
  background-image: url("../img/ftr-dec4.png");
  background-repeat: no-repeat;
  background-position: center;
}
.util-section.dec .content-list .item:nth-child(3) {
  margin-right: auto;
  width: 650px;
  aspect-ratio: 650/468;
}
.util-section.dec .content-list .item:nth-child(3) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.util-section.dec .content-list .item:nth-child(3)::before {
  content: "";
  position: absolute;
  background-image: url("../img/ftr-dec5.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 370px;
  height: 182px;
  top: 20px;
  right: -326px;
}
.util-section.dec .content-list .item:nth-child(4) {
  margin-left: auto;
  width: 661px;
  aspect-ratio: 661/468;
}
.util-section.dec .content-list .item:nth-child(4) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.util-section.dec .content-list .item:nth-child(4)::before {
  content: "";
  position: absolute;
  background-image: url("../img/ftr-dec6.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 153px;
  height: 136px;
  top: 108px;
  left: -205px;
}

/* --------------------------------
util-section
----------------------------------- */
.util-section.solution {
  padding-top: 120px;
}
.util-section.solution .ttl {
  font-size: 4.4rem;
  font-weight: 900;
  margin-top: 0;
}
.util-section.solution .ttl .util-txt {
  display: block;
  margin-top: 30px;
  font-size: 6rem;
  color: #ffa200;
  text-shadow: 3px 5px 1px rgba(0, 0, 0, 0.1);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-stroke: 1px #000;
  -webkit-text-stroke: 1px #000;
}
.util-section.solution .ttl .util-txt.line {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.util-section.solution .ttl .util-txt.line::after {
  content: "";
  position: absolute;
  height: 32px;
  background-color: #fcff00;
  width: 105%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -16px;
  z-index: -1;
}
.util-section.solution .content {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 15;
  margin-bottom: -150px;
}
.util-section.solution .content .product {
  width: 580px;
}
.util-section.solution .content .dtlWrap {
  position: absolute;
  z-index: 1;
}
.util-section.solution .content .dtlWrap .ttl3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.util-section.solution .content .dtlWrap .ttl {
  position: absolute;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.333;
  color: #de331d;
  top: 28px;
  left: 32px;
  z-index: -1;
  margin-top: 0;
}
.util-section.solution .content .dtl-foot .top .txt {
  display: inline-block;
  position: relative;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.588;
  z-index: 1;
}
.util-section.solution .content .dtl-foot .top .txt::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 20px;
  background-color: #fcff00;
  z-index: -1;
}
.util-section.solution .content .dtl-foot .middle {
  margin-top: 24px;
}
.util-section.solution .content .dtl-foot .middle .ntxt {
  display: inline-block;
  position: relative;
  font-size: 2.4rem;
  line-height: 1.333;
  letter-spacing: -0.02em;
  font-weight: 700;
  color: #ff7e00;
}
.util-section.solution .content .dtl-foot .middle .sym1 {
  margin-top: 10px;
  margin-right: 14px;
}
.util-section.solution .content .dtl-foot .middle .sym2 {
  margin-top: 10px;
  margin-left: 14px;
}
.util-section.solution .content .dtl-foot .foot {
  position: relative;
  margin-top: 24px;
}
.util-section.solution .content .dtl-foot .foot .trialBtn {
  position: relative;
  display: inline-block;
  width: 370px;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#a32210), to(#dd1714));
  background: linear-gradient(to right, #a32210, #dd1714);
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 116px;
  padding-right: 62px;
  z-index: 0;
}
.util-section.solution .content .dtl-foot .foot .trialBtn::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: -1;
  background: #dd1714;
  opacity: 0;
  top: 0;
  left: 0;
  border-radius: 4px;
}
.util-section.solution .content .dtl-foot .foot .trialBtn::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 16px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 26px;
}
.util-section.solution .content .dtl-foot .foot .imgBox {
  background-image: url("../img/trial.png");
  position: absolute;
  width: 140px;
  height: 140px;
  top: -22px;
  left: -20px;
}
.util-section.solution .content .dtl-foot .foot .txtWrap {
  display: inline-block;
}
.util-section.solution .content .dtl-foot .foot .txtWrap .txt {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
.util-section.solution .content .dtl-foot .foot .txtWrap .stxt {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 10px;
}

/* --------------------------------
util-section
----------------------------------- */
.util-section {
  position: relative;
}
.util-section.feature {
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #ffc938), to(#ffc938));
  background: linear-gradient(180deg, transparent 0%, transparent 50%, #ffc938 50%, #ffc938 100%);
}
.util-section.feature .decTxtWrap {
  position: relative;
  margin: 0 auto;
}
.util-section .feature-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */

@media only screen and (min-width: 768px) {
  .inner-block {
    margin: 0 auto;
  }
  body {
    min-width: 1000px;
  }

  .sp {
    display: none !important;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  a,
a::before,
a::after,
button {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .triggerPc {
    opacity: 0;
    z-index: 19;
  }
  .fadeUpPc {
    -webkit-animation-name: fadeUpAnime;
            animation-name: fadeUpAnime;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 0;
  }
  .c-header .link:hover {
    opacity: 0.3;
  }
  .c-footer .btnWrap .Btn1:hover::after {
    right: 16px;
  }
  .c-footer .btnWrap .Btn1:hover::before {
    opacity: 1;
  }
  .c-footer .btnWrap .Btn2:hover::after {
    right: 16px;
  }
  .c-footer .btnWrap .Btn2:hover::before {
    opacity: 1;
  }
  .secCt.feature {
    bottom: -2px;
    -webkit-transform: rotate(0.5deg);
            transform: rotate(0.5deg);
  }
  .util-section .logoWrap {
    margin-top: 40px;
  }
  .util-section.dec .content-list .item:nth-child(1)::before {
    width: 182px;
    height: 163px;
    right: -160px;
    top: 20px;
  }
  .util-section.dec .content-list .item:nth-child(1)::after {
    width: 242px;
    height: 146px;
    top: 275px;
    right: -300px;
  }
  .util-section.dec .content-list .item:nth-child(2)::before {
    width: 190px;
    height: 142px;
    left: -200px;
    top: 45px;
  }
  .util-section.dec .content-list .item:nth-child(2)::after {
    width: 206px;
    height: 182px;
    top: 290px;
    left: -280px;
  }
  .util-section.solution .content .dtlWrap {
    top: 0;
    right: 170px;
    width: 340px;
    height: 150px;
  }
  .util-section.solution .content .dtl-foot {
    position: absolute;
    top: 150px;
    left: 520px;
  }
  .util-section.solution .content .dtl-foot .middle {
    margin-left: 40px;
  }
  .util-section.solution .content .dtl-foot .foot {
    margin-left: 40px;
  }
  .util-section.solution .content .dtl-foot .foot .trialBtn:hover::after {
    right: 16px;
  }
  .util-section.solution .content .dtl-foot .foot .trialBtn:hover::before {
    opacity: 1;
  }
  .util-section.solution .content .dtl-foot .foot .trialBtn:hover .imgBox {
    background-image: url("../img/trialHv.png");
  }
  .util-section.feature .decTxtWrap {
    top: 70px;
  }
  .util-section .feature-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .util-section .feature-list:nth-of-type(1) {
    padding-top: 60px;
  }
  .util-section .feature-list:nth-of-type(2) {
    padding-bottom: 130px;
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }

  .inner-block {
    padding: 0 10px;
    width: auto;
  }

  #wrapper {
    min-width: 320px;
    position: relative;
    overflow: hidden;
  }

  input[type=submit] {
    -webkit-text-size-adjust: 100%;
  }

  input,
select,
textarea {
    font-size: 16px !important;
  }

  .pc {
    display: none !important;
  }
  .triggerSp {
    opacity: 0;
    z-index: 19;
  }
  .fadeUpSp {
    -webkit-animation-name: fadeUpAnime;
            animation-name: fadeUpAnime;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 0;
  }
  .c-header .link {
    line-height: 1;
    font-size: 1rem;
    color: #fff;
  }
  .c-header {
    position: relative;
    top: 0;
    left: 0;
    background-color: #e60012;
    padding: 10px 20px;
    width: 100%;
  }
  .c-footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .c-footer .btnWrap {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
  .c-footer .btnWrap .Btn1 {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-right: 2.6vw;
    width: 42.666vw;
  }
  .c-footer .btnWrap .Btn1::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 8px;
    border-color: transparent transparent transparent #fff;
    right: min(20px, 2.666vw);
  }
  .c-footer .btnWrap .Btn2 {
    width: 42.666vw;
    padding-right: 2.6vw;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .c-footer .btnWrap .Btn2::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 8px;
    border-color: transparent transparent transparent #fff;
    right: min(20px, 2.666vw);
  }
  .c-footer .btnWrap .txtWrap .txt {
    font-size: 1.6rem;
  }
  .c-footer .btnWrap .txtWrap .stxt {
    font-size: 1.4rem;
  }
  .c-pagetop {
    right: 10px;
  }
  .secCt.feature {
    -webkit-transform: rotate(1.5deg);
            transform: rotate(1.5deg);
    bottom: 2px;
  }
  .kv {
    aspect-ratio: 750/765;
  }
  .util-section .logoWrap {
    width: 44.4vw;
  }
  .util-section .ttl {
    font-size: 2.2rem;
    margin-top: 40px;
  }
  .util-section .ttl .util-txt {
    font-size: 3rem;
    margin-top: 15px;
    text-stroke: 0.5px #000;
    -webkit-text-stroke: 0.5px #000;
    text-shadow: 1.5px 2.5px 0.5px rgba(0, 0, 0, 0.1);
  }
  .util-section .graph {
    width: 100%;
    margin-top: 16px;
  }
  .util-section.dec {
    padding-top: 45px;
  }
  .util-section.dec .decTxtWrap {
    top: -8.8vw;
  }
  .util-section.dec .decTxtWrap .ttl1 {
    width: 68vw;
  }
  .util-section.dec .content-list {
    margin-right: 22.5px;
    margin-left: 22.5px;
    padding-top: 20vw;
    padding-bottom: 50px;
  }
  .util-section.dec .content-list .item:nth-child(1) {
    width: 100%;
  }
  .util-section.dec .content-list .item:nth-child(1)::before {
    background-size: cover;
    top: 1.333vw;
    right: 0;
    width: 25vw;
    height: 23vw;
  }
  .util-section.dec .content-list .item:nth-child(1)::after {
    background-size: cover;
    bottom: -15.0666vw;
    right: 0;
    width: 32.2666vw;
    height: 19.4666vw;
  }
  .util-section.dec .content-list .item:nth-child(2) {
    width: 100%;
  }
  .util-section.dec .content-list .item:nth-child(2)::before {
    background-size: cover;
    width: 25.333vw;
    height: 18.9333vw;
    left: 0;
    top: -2.9333vw;
  }
  .util-section.dec .content-list .item:nth-child(2)::after {
    background-size: cover;
    width: 27.466vw;
    height: 23.466vw;
    left: -10vw;
    bottom: -17.7333vw;
  }
  .util-section.dec .content-list .item:nth-child(3) {
    width: 100%;
  }
  .util-section.dec .content-list .item:nth-child(3)::before {
    background-size: cover;
    width: 49.333vw;
    height: 24.2666vw;
    right: -20.5333vw;
    top: -8.266vw;
  }
  .util-section.dec .content-list .item:nth-child(4) {
    width: 100%;
  }
  .util-section.dec .content-list .item:nth-child(4)::before {
    background-size: cover;
    width: 20.4vw;
    height: 18.13vw;
    top: -1.333vw;
    left: 3.4666vw;
  }
  .util-section.solution {
    padding-top: 34px;
  }
  .util-section.solution .ttl {
    font-size: 2.2rem;
    line-height: 1.6;
  }
  .util-section.solution .ttl .util-txt {
    margin-top: 0px;
    font-size: 3rem;
    text-stroke: 0.5px #000;
    -webkit-text-stroke: 0.5px #000;
    text-shadow: 1.5px 2.5px 0.5px rgba(0, 0, 0, 0.1);
    line-height: 1.2;
  }
  .util-section.solution .ttl .util-txt.line::after {
    height: 16px;
    bottom: 0px;
  }
  .util-section.solution .content {
    margin-top: 14.666vw;
  }
  .util-section.solution .content .product {
    position: relative;
    left: 30px;
    margin-right: auto;
    margin-left: auto;
    width: 86.666vw;
  }
  .util-section.solution .content .dtlWrap {
    top: -9vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 52.666vw;
    height: 23.466vw;
  }
  .util-section.solution .content .dtl-foot {
    position: absolute;
    top: 83vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .util-section.solution .content .dtl-foot .top .txt {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .util-section.solution .content .dtl-foot .top .txt::after {
    height: 10px;
  }
  .util-section.solution .content .dtl-foot .middle .ntxt {
    font-size: 1.4rem;
  }
  .util-section.solution .content .dtl-foot .middle .sym1 {
    margin-top: 3px;
    margin-right: 5px;
    width: 18px;
    height: 30px;
  }
  .util-section.solution .content .dtl-foot .middle .sym2 {
    margin-top: 3px;
    margin-left: 5px;
    width: 18px;
    height: 30px;
  }
  .util-section.solution .content .dtl-foot .foot .trialBtn {
    width: 270px;
    padding-left: 75px;
    padding-right: 25px;
  }
  .util-section.solution .content .dtl-foot .foot .trialBtn::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 8px;
    border-color: transparent transparent transparent #fff;
    right: min(40px, 5.333vw);
  }
  .util-section.solution .content .dtl-foot .foot .imgBox {
    background-size: cover;
    width: 100px;
    height: 105px;
    top: -15px;
    left: -15px;
  }
  .util-section.solution .content .dtl-foot .foot .txtWrap .txt {
    font-size: 1.8rem;
  }
  .util-section.solution .content .dtl-foot .foot .txtWrap .stxt {
    font-size: 1.4rem;
    margin-top: 5px;
  }
  /* .util-section.feature .decTxtWrap {
    top: 370px;
  } */
  .util-section.feature .decTxtWrap .ttl2 {
    width: 68vw;
  }
  .util-section .feature-list {
    margin-right: 5.3vw;
    margin-left: 5.3vw;
  }
  .util-section .feature-list .item {
    width: 60vw;
  }
  .util-section .feature-list .item:nth-child(n+2) {
    margin-top: 13px;
  }
  .util-section .feature-list .item:nth-child(even) {
    margin-left: auto;
  }
  .util-section .feature-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* .util-section .feature-list:nth-of-type(1) {
    padding-top: 380px;
  } */
  .util-section .feature-list:nth-of-type(2) {
    margin-top: 12px;
    padding-bottom: 45px;
  }
}
/*# sourceMappingURL=style.css.map */