@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@700&display=swap");
@media screen and (max-width: 767px) {
  #contents {
    margin: 0;
  }
}

#globalFooter {
  margin-top: 0;
}

.lp-contents-outer {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: none;
  color: #000;
  margin: 0;
  padding: 0;
  background: #F3F6FA;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "YuGothic", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", sans-serif;
  position: relative;
  word-break: normal;
  word-wrap: break-word;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .lp-contents-outer {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(256.4102564103vw, #F5F7F8), to(#F5F7F8));
    background: linear-gradient(to bottom, #fff 0%, #F5F7F8 256.4102564103vw, #F5F7F8 100%);
    font-size: 3.6vw;
    -webkit-font-feature-settings: "pkna";
            font-feature-settings: "pkna";
  }
}
.lp-contents-outer {
  /*
  	&:after{
  		content:"";
  		display:block;
  		position:fixed;
  		z-index:-1;
  		left:0;
  		top:0;
  		width:100%;
  		height:100%;
  //		background:linear-gradient(to bottom, #04ABD0 14.13%, #0272B6 28.24%, #00178C 62.45%);
  //		background: linear-gradient(254deg, #04ABD0 -16.22%, #0272B6 32.66%, #00178C 81.55%);
  		background: linear-gradient(279deg, #0399BA -36.62%, #0272B6 28.26%, #00178C 93.14%);
  	}
  */
}
.lp-contents-outer * {
  margin: 0;
  padding: 0;
  line-height: 1.1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lp-contents-outer ul, .lp-contents-outer li, .lp-contents-outer dl, .lp-contents-outer dt {
  list-style-type: none;
}
.lp-contents-outer img {
  vertical-align: middle;
  border: none;
}
.lp-contents-outer .alignCenter {
  text-align: center;
}
.lp-contents-outer .backToTop {
  text-align: right;
  margin: 25px 20px 15px 0;
}
.lp-contents-outer img.fitImg {
  max-width: 100%;
  height: auto;
}
.lp-contents-outer br {
  line-height: 1;
}
.lp-contents-outer a,
.lp-contents-outer a:link,
.lp-contents-outer a:visited,
.lp-contents-outer a:hover,
.lp-contents-outer a:active {
  text-decoration: none;
  outline: none;
}
@media screen and (max-width: 767px) {
  .lp-contents-outer .pc-br,
  .lp-contents-outer .is-pc {
    display: none;
  }
}
.lp-contents-outer .sp-br,
.lp-contents-outer .is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .lp-contents-outer .sp-br,
  .lp-contents-outer .is-sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .lp-contents-outer .is-pc {
    display: none;
  }
}
.lp-contents-outer .is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .lp-contents-outer .is-sp {
    display: block;
  }
}
.lp-contents-outer .nowrap {
  white-space: nowrap;
}
.lp-contents-outer .lt-robo_con400 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
}
.lp-contents-outer .lt-robo_con700 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}
.lp-contents-outer a[href^="tel:"] {
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .lp-contents-outer a[href^="tel:"] {
    pointer-events: none;
  }
}

/*日本語*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/NotoSansCJKjp-Regular-sub-j1.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/NotoSansCJKjp-Medium-sub-j1.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/NotoSansCJKjp-Bold-sub-j1.woff") format("woff");
}
/*-----------------------------------------------
ボタン
-------------------------------------------------*/
.p-common-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .p-common-btn {
    border-radius: 5.641025641vw/50%;
    font-size: 4.6153846154vw;
  }
}
.p-common-btn:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0%;
  width: 100%;
  height: 100%;
}
.p-common-btn:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 40px;
  height: 40px;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-common-btn:hover {
    outline: 2px solid rgb(255, 255, 255) !important;
  }
}
.p-common-btn span {
  position: relative;
  z-index: 10;
}
.p-common-btn.is-material {
  padding-left: 20px;
  outline: 2px solid rgba(255, 255, 255, 0.4) !important;
  outline-offset: -2px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: outline ease 0.4s;
  transition: outline ease 0.4s;
}
@media screen and (max-width: 767px) {
  .p-common-btn.is-material {
    padding-left: 4.1025641026vw;
    outline: 0.5128205128vw solid rgba(255, 255, 255, 0.4) !important;
    outline-offset: -0.5128205128vw;
  }
}
.p-common-btn.is-material:after {
  background: linear-gradient(236deg, #000EAA 20.6%, #1F66FF 96.99%);
}
.p-common-btn.is-material:before {
  background: url(../img/icon_dl.svg) no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-common-btn.is-material:hover {
    outline: 2px solid rgb(255, 255, 255) !important;
  }
}
.p-common-btn.is-inquire {
  padding-left: 40px;
  outline: 2px solid rgba(255, 255, 255, 0.4) !important;
  outline-offset: -2px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: outline ease 0.4s;
  transition: outline ease 0.4s;
}
@media screen and (max-width: 767px) {
  .p-common-btn.is-inquire {
    padding-left: 5.1282051282vw;
    outline: 0.5128205128vw solid rgba(255, 255, 255, 0.4) !important;
    outline-offset: -0.5128205128vw;
  }
}
.p-common-btn.is-inquire:after {
  background: linear-gradient(246deg, #BF0030 11.84%, #FF5F46 92.03%);
}
.p-common-btn.is-inquire:before {
  background: url(../img/icon_inquire.svg) no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-common-btn.is-inquire:hover {
    outline: 2px solid rgb(255, 255, 255) !important;
  }
}
.p-common-btn.is-white {
  color: #0832BC;
  -webkit-transition: color ease 0.4s;
  transition: color ease 0.4s;
}
.p-common-btn.is-white:after {
  background: #fff;
  -webkit-transition: background ease 0.4s;
  transition: background ease 0.4s;
}
.p-common-btn.is-white:hover {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-common-btn.is-white:hover:after {
    background: #0832BC;
  }
}
.p-common-btn.is-black {
  background: #000;
  padding-right: 24px;
  border: 1px solid #000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .p-common-btn.is-black {
    padding-right: 6.1538461538vw;
    border-radius: 12.8205128205vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-common-btn.is-black:hover {
    background: #fff;
    color: #000;
  }
}
@media screen and (min-width: 768px) {
  .p-common-btn.is-black:hover:after {
    right: 6px;
  }
}
.p-common-btn.is-black:after {
  right: 12px;
  top: calc(50% - 18px);
  width: 36px;
  height: 36px;
  border: 1px solid #000;
  border-radius: 50%;
  background: #fff url(../img/arrow_right_black.svg) no-repeat center center;
  background-size: 12px auto;
  -webkit-transition: right 0.4s cubic-bezier(0.1, 0, 0.2, 0);
  transition: right 0.4s cubic-bezier(0.1, 0, 0.2, 0);
}
@media screen and (max-width: 767px) {
  .p-common-btn.is-black:after {
    right: 3.0769230769vw;
    top: calc(50% - 4.6153846154vw);
    width: 9.2307692308vw;
    height: 9.2307692308vw;
    background: #fff url(../img/arrow_right_black.svg) no-repeat center center;
    background-size: 3.0769230769vw auto;
  }
}
.p-common-btn.is-test {
  background: orange;
}
.p-common-btn.is-test:after {
  display: none;
}
.p-common-btn.is-test:before {
  content: "";
  display: block;
  position: absolute;
  background: red;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.5)), to(rgb(0, 0, 0)));
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgb(0, 0, 0) 100%);
          mask-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.5)), to(rgb(0, 0, 0)));
          mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgb(0, 0, 0) 100%);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  z-index: 2;
  -webkit-transition: -webkit-mask-image 0.4s ease;
  transition: -webkit-mask-image 0.4s ease;
  transition: mask-image 0.4s ease;
  transition: mask-image 0.4s ease, -webkit-mask-image 0.4s ease;
}
@media screen and (min-width: 768px) {
  .p-common-btn.is-test:hover:after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-common-btn.is-test:hover:before {
    -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0.5)), to(rgb(0, 0, 0)));
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 20%, rgb(0, 0, 0) 100%);
            mask-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0.5)), to(rgb(0, 0, 0)));
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 20%, rgb(0, 0, 0) 100%);
    opacity: 1;
  }
}

/*-----------------------------------------------

conversion

-------------------------------------------------*/
.l-conversion-wrap {
  width: 100%;
  position: relative;
  background: url(../img/conv_bg_pc.webp) no-repeat center center;
  background-size: cover;
  border-radius: 20px;
  outline: 4px solid rgba(255, 255, 255, 0.4) !important;
  outline-offset: -4px;
}
@media screen and (max-width: 767px) {
  .l-conversion-wrap {
    background: url(../img/conv_bg_sp.webp) no-repeat center center;
    background-size: cover;
    border-radius: 5.1282051282vw;
    outline: 1.0256410256vw solid rgba(255, 255, 255, 0.4) !important;
    outline-offset: -1.0256410256vw;
  }
}
.l-conversion-wrap.is-full {
  border-radius: 0;
  outline: none !important;
  padding: 94px 20px 90px;
}
@media screen and (max-width: 767px) {
  .l-conversion-wrap.is-full {
    width: calc(100% - 6.1538461538vw);
    margin: 0 auto;
    padding: 17.4358974359vw 4.1025641026vw;
    background: url(../img/conv_bg_sp.webp) no-repeat center center;
    background-size: cover;
    border-radius: 5.1282051282vw;
    outline: 1.0256410256vw solid rgba(255, 255, 255, 0.4) !important;
    outline-offset: -1.0256410256vw;
  }
}
.l-conversion-wrap {
  /*
  	&:after{
  		content:"";
  		display:block;
  		position:absolute;
  		z-index:1;
  		left:75px;
  		top:86px;
  		width:279px;
  		height:280px;
  		background:url(../img/conv_image.webp) no-repeat center center;
  		background-size:100% 100%;
  		@include breakpoint{
  			left:calc(50% - 25.641025641vw);
  			top:vw(80);
  			width:vw(199);
  			height:vw(200);
  		}
  	}
  */
}

.p-conversion-inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-conversion-inner {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
.p-conversion-inner {
  /*
  	&:before,
  	&:after{
  		content:"";
  		display:block;
  		position:absolute;
  		left:3px;
  		top:3px;
  		width:calc(100% - 6px);
  		height:calc(100% - 6px);
  		border-radius:18px;
  		@include breakpoint{
  		left:3px;
  		top:3px;
  		width:calc(100% - 6px);
  		height:calc(100% - 6px);
  		border-radius:18px;
  		}
  	}
  	&:before{
  		z-index:-1;
  		background:#fff url(../img/cv_bg_pc.png) no-repeat center top;
  		background-size:100% 100%;
  		@include breakpoint{
  			background:#fff url(../img/cv_bg_sp.png) no-repeat center top;
  			background-size:100% 100%;
  		}
  	}
  */
}

.p-conversion-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 40px;
}
@media screen and (max-width: 767px) {
  .p-conversion-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.0512820513vw 0;
  }
}

.p-conversion-item {
  width: 48.33%;
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0;
}
@media screen and (max-width: 767px) {
  .p-conversion-item {
    width: 100%;
    position: relative;
    border-radius: 3.0769230769vw;
    padding: 5.1282051282vw 5.1282051282vw 23.5897435897vw;
  }
}
.p-conversion-item:nth-of-type(1) .p-conversion-item-image img {
  max-width: 76.28%;
}
.p-conversion-item:nth-of-type(2) .p-conversion-item-image img {
  max-width: 89.69%;
}

.p-conversion-item-image {
  width: 33.5%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-conversion-item-image {
    width: 36.7%;
    text-align: left;
  }
}

.p-conversion-item-content {
  width: 66.5%;
}
@media screen and (max-width: 767px) {
  .p-conversion-item-content {
    width: 63.3%;
  }
}

.p-conversion-item-headline {
  margin-bottom: 12px;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-conversion-item-headline {
    margin-bottom: 0;
    font-size: 4.1025641026vw;
    text-align: left;
  }
}

.p-conversion-item-btn {
  width: 310px;
  height: 72px;
  margin: 0 auto !important;
}
@media screen and (max-width: 1220px) {
  .p-conversion-item-btn {
    width: 25.5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-conversion-item-btn {
    width: 75.3846153846vw;
    height: 14.1025641026vw;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 5.1282051282vw;
  }
}

/*-----------------------------------------------

ヘッダ
-------------------------------------------------*/
.l-header-wrap {
  width: 100%;
  height: 70px;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  -webkit-transition: background-color ease 0.2s;
  transition: background-color ease 0.2s;
}
@media screen and (max-width: 767px) {
  .l-header-wrap {
    background: rgb(255, 255, 255);
    height: 12.3076923077vw;
  }
}
.l-header-wrap.has-bg-color {
  background-color: rgb(255, 255, 255);
}

.p-header-container {
  width: 100%;
  height: 100%;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-header-container {
    padding: 0 3.0769230769vw;
  }
}

.p-header-main {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-header-main {
    width: 100%;
  }
}

.p-header-logo img {
  width: 93px;
}
@media screen and (max-width: 767px) {
  .p-header-logo img {
    width: 22.3076923077vw;
  }
}

.p-header-text {
  padding: 0 0 0 1.5em;
  font-size: 12px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-header-text {
    padding: 0 0 0 1.5em;
    font-size: 3.3333333333vw;
  }
}

.p-header-sub {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-header-sub {
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 15.3846153846vw;
    left: 0;
    bottom: -16.6666666667vw;
    background: rgba(255, 255, 255, 0.85);
    -webkit-box-shadow: 0 -1px 5px 1px rgba(1, 1, 1, 0.2);
            box-shadow: 0 -1px 5px 1px rgba(1, 1, 1, 0.2);
    -webkit-transition: bottom ease 0.4s;
    transition: bottom ease 0.4s;
  }
}

@media screen and (max-width: 767px) {
  body.is-scrolling .p-header-sub {
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  body.is-scrolling .p-header-sub.is-hide {
    bottom: -16.6666666667vw;
  }
}

.p-header-link-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 10px;
}
@media screen and (max-width: 767px) {
  .p-header-link-list {
    height: 100%;
    gap: 0 2.0512820513vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-header-link-item {
  width: 130px;
  height: 40px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-header-link-item {
    width: 43.5897435897vw;
    height: 10.2564102564vw;
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-header-link-item .p-common-btn {
    border-radius: 4.6153846154vw/50%;
  }
}
.p-header-link-item .p-common-btn small {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-header-link-item .p-common-btn small {
    display: none;
  }
}

/*-----------------------------------------------

フッタ

-------------------------------------------------*/
.l-footer-wrap {
  width: 100%;
  height: 60px;
  background: #212121;
}
.l-footer-wrap .l-content-wrap {
  height: 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;
}

.p-footer-copyright {
  width: 100%;
  font-size: 12px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-footer-copyright {
    line-height: 1.666;
  }
}

/*-----------------------------------------------

hero
-------------------------------------------------*/
.l-hero-wrap {
  width: 100%;
  height: 619px;
  padding: 15px 0 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1060px) {
  .l-hero-wrap {
    height: auto;
  }
}
.l-hero-wrap {
  /*
  	&:before{
  		content:"";
  		display:none;
  		position:absolute;
  		left:-50%;
  		top:0;
  		width:200%;
  		height:100%;
  		clip-path: ellipse(50% 25%);
  		background:green;
  	}
  */
}

.p-hero-image {
  width: calc(100% - 40px);
  margin: 0 auto;
  height: 619px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  text-align: center;
  border: 3px solid rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1060px) {
  .p-hero-image {
    width: calc(100% - 6.1538461538vw);
    height: auto;
  }
}
.p-hero-image img {
  max-width: 100%;
  width: 100%;
  height: 615px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
@media screen and (max-width: 1060px) {
  .p-hero-image img {
    width: 100%;
    max-width: auto;
    height: auto;
    -o-object-fit: initial;
       object-fit: initial;
    -o-object-position: bottom;
       object-position: bottom;
  }
}
@media screen and (max-width: 767px) {
  .p-hero-image img {
    max-width: 100%;
    width: auto;
  }
}

.l-hero-content-wrap {
  padding: 0 20px;
  width: calc(100% - 40px);
  height: 100%;
  position: absolute;
  z-index: 3;
  left: 20px;
  top: 15px;
}
@media screen and (max-width: 1060px) {
  .l-hero-content-wrap {
    padding: 0;
  }
}
.l-hero-content-wrap .l-content-wrap {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .l-hero-content-wrap .l-content-wrap {
    padding-top: 20.5128205128vw;
  }
}

.l-hero-content-inner {
  max-width: 1300px;
  margin: 0 auto;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .l-hero-content-inner {
    padding-top: 10.2564102564vw;
  }
}

.p-hero-content-text {
  width: 50%;
  max-width: 600px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1060px) {
  .p-hero-content-text {
    width: 100%;
    max-width: 100%;
    top: 0%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    height: 100%;
    z-index: 9;
  }
}

.p-hero-headline {
  font-size: clamp(16px, 2.8vw, 47px);
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1060px) {
  .p-hero-headline {
    font-size: 6.1538461538vw;
    text-shadow: none;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1060px) {
  .p-hero-headline span {
    font-size: 6.1538461538vw;
    line-height: 1.6;
  }
}
.p-hero-headline small {
  font-size: clamp(16px, 2vw, 35px);
}
@media screen and (max-width: 767px) {
  .p-hero-headline small {
    font-size: 5.1282051282vw;
  }
}
.p-hero-headline img {
  width: 71%;
  margin-top: 16px;
}
@media screen and (max-width: 1060px) {
  .p-hero-headline img {
    width: 60.2564102564vw;
    margin-top: 3.0769230769vw;
  }
}
.p-hero-headline {
  /*
  	.lt-ja{//span
  		display:block;
  		padding:24px 0 0;
  		@include breakpoint{
  			padding:vw(16) 0 0;
  		}
  	}
  */
}

/*
.p-hero-subhead{
	padding:28px 0 0;
	font-size:18px;
//	text-shadow:0 3px 1px #f5f7f8,3px 0 1px #f5f7f8,0px -3px 1px #f5f7f8,-1px -3px 1px #f5f7f8,-3px 0 1px #f5f7f8;
//	text-align:center;
	@include breakpoint{
		padding:vw(20) 0 0;
		font-size:vw(14);
		text-shadow:none;
		text-align:center;
		line-height:1.7;
	}
}
*/
.p-hero-link-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 12px;
  padding-top: 40px;
}
@media screen and (max-width: 1060px) {
  .p-hero-link-list {
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 10.2564102564vw;
    padding-top: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.0512820513vw 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-hero-link-item {
  width: 300px;
  height: 72px;
  font-size: 18px;
}
@media screen and (max-width: 1060px) {
  .p-hero-link-item {
    width: 81.5384615385vw;
    height: 14.1025641026vw;
  }
}
@media screen and (max-width: 1060px) {
  .p-hero-link-item .p-common-btn {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .p-hero-link-item .p-common-btn {
    border-radius: 6.6666666667vw/50%;
  }
}

/*
.l-hero-slide-wrap{
	width:100%;
	padding:0;
	position:relative;
	z-index:-2;
	margin-top:-120px;
	@include breakpoint{
		margin-top:0;
	}
}
.p-hero-text-slide{
	width:100%;
	.is-slide-text{
		font-size:160px;
		color:rgba(255,255,255,.9);
		font-weight:700;
		font-family: "Outfit", sans-serif;
		font-optical-sizing: auto;
		font-style: normal;
		letter-spacing:6.4px;
		@include breakpoint{
			font-size:vw(120);
		}
	}
}
*/
.p-hero-content-image {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  padding: 0 20px 0 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (max-width: 1060px) {
  .p-hero-content-image {
    width: 100%;
    height: auto;
    padding: 0;
    top: 30.7692307692vw;
  }
}
@media screen and (max-width: 767px) {
  .p-hero-content-image {
    top: 44.1025641026vw;
  }
}

.p-hero-content-image-box {
  position: relative;
  height: 100%;
  width: 100%;
}
.p-hero-content-image-box.is-loaded .p-hero-point-list {
  opacity: 1;
}
.p-hero-content-image-box {
  /*
  	.is-base{
  		position:absolute;
  		width:100%;
  		height:100%;
  		left:0;
  		top:0;
  		z-index:3;
  		img{
  //			max-width:100%;
  		}
  		.is-robot{
  			position:absolute;
  			left:380px;
  			top:270px;
  			@include media1060{
  //			@include breakpoint{
  				left:initial;
  				right:vw(8);
  				top:vw(132);
  			}
  			img{
  				width:243px;
  				height:185px;
  				@include media1060{
  //				@include breakpoint{
  					width:vw(140);
  					height:vw(107);
  				}
  			}
  		}
  		.is-beam{
  			position:absolute;
  			z-index:3;
  			left:285px;
  			top:228px;
  			width:200px;
  			height:140px;
  			overflow:hidden;
  			@include media1060{
  //			@include breakpoint{
  				left:initial;
  				right:vw(84);
  				top:vw(102);
  				width:vw(128);
  				height:vw(90);
  			}
  			&:after{
  				content:"";
  				display:block;
  				position:absolute;
  				right:0;
  				top:0;
  				width:0;
  				height:100%;
  				background:url(../img/beam.svg) no-repeat right center;
  				background-size:auto 100%;
  				transition:width 1s ease;
  				img{
  //					max-width:100%;
  				}
  			}
  		}
  	}
  	.is-screen-no{
  //		opacity:0;
  		position:absolute;
  		z-index:2;
  		left:76px;
  		top:196px;
  		width:320px;
  		height:auto;
  		@include media1060{
  //		@include breakpoint{
  			left:vw(12);
  			top:vw(80);
  			width:vw(168);
  		}
  		img{
  			max-width:100%;
  		}
  	}
  	.is-screen-yes{
  //		opacity:0;
  		position:absolute;
  		z-index:1;
  		left:300px;
  		top:82px;
  		width:260px;
  		height:auto;
  		@include media1060{
  //		@include breakpoint{
  			left:vw(160);
  			top:vw(28);
  			width:vw(140);
  		}
  		img{
  			max-width:100%;
  		}
  	}
  	&.is-loaded{
  		.is-screen-no{
  			opacity:1;
  			animation-fill-mode: both;
  			animation-duration: 2s;
  			animation-delay: 1s;
  			animation-name: animation_no;
  			animation-timing-function: ease-in-out;
  			visibility: visible !important;
  //			position:inherit;
  			@include media1060{
  //			@include breakpoint{
  				animation-name: animation_no_sp;
  			}
  		}
  		.is-screen-yes{
  			opacity:1;
  			animation-fill-mode: both;
  			animation-duration: 2s;
  			animation-delay: 1s;
  			animation-name: animation_yes;
  			animation-timing-function: ease-in-out;
  			visibility: visible !important;
  //			position:inherit;
  			@include media1060{
  //			@include breakpoint{
  				animation-name: animation_yes_sp;
  			}
  		}
  		.is-beam{
  			&:after{
  				width:100%;
  			}
  		}
  		.p-hero-point-list{
  			&.on-robot{
  				opacity:1;
  			}
  		}
  	}
  */
}

@-webkit-keyframes animation_no {
  60% {
    z-index: 2;
  }
  100% {
    left: 300px;
    top: 60px;
    z-index: 1;
  }
}

@keyframes animation_no {
  60% {
    z-index: 2;
  }
  100% {
    left: 300px;
    top: 60px;
    z-index: 1;
  }
}
@-webkit-keyframes animation_no_sp {
  60% {
    z-index: 1;
  }
  100% {
    left: 45vw;
    top: 3.0769230769vw;
    z-index: 1;
    width: 35.8974358974vw;
  }
}
@keyframes animation_no_sp {
  60% {
    z-index: 1;
  }
  100% {
    left: 45vw;
    top: 3.0769230769vw;
    z-index: 1;
    width: 35.8974358974vw;
  }
}
@-webkit-keyframes animation_yes {
  60% {
    z-index: 1;
  }
  100% {
    left: 0;
    top: 180px;
    width: 377px;
    z-index: 2;
  }
}
@keyframes animation_yes {
  60% {
    z-index: 1;
  }
  100% {
    left: 0;
    top: 180px;
    width: 377px;
    z-index: 2;
  }
}
@-webkit-keyframes animation_yes_sp {
  60% {
    z-index: 2;
  }
  100% {
    left: 2.0512820513vw;
    top: 17.9487179487vw;
    width: 51.2820512821vw;
    z-index: 2;
  }
}
@keyframes animation_yes_sp {
  60% {
    z-index: 2;
  }
  100% {
    left: 2.0512820513vw;
    top: 17.9487179487vw;
    width: 51.2820512821vw;
    z-index: 2;
  }
}
.l-mv-static-wrap {
  position: relative;
  padding: 2vw 0 0;
}
@media screen and (max-width: 767px) {
  .l-mv-static-wrap {
    padding: 0;
  }
}
.l-mv-static-wrap .is-static-image {
  padding: 60px 9vw 0 20px;
  text-align: right;
}
@media screen and (max-width: 1060px) {
  .l-mv-static-wrap .is-static-image {
    padding-right: 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .l-mv-static-wrap .is-static-image {
    padding: 5.641025641vw 0 0;
    text-align: center;
  }
}
.l-mv-static-wrap .is-static-image img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .l-mv-static-wrap .is-static-image img {
    width: 85.641025641vw;
  }
}

.p-hero-point-list {
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 1.8s ease;
  transition: opacity 1.8s ease;
  width: 50%;
  max-width: 400px;
  margin: -3.2vw 22.3vw 0 auto;
  padding: 0.5vw 1vw;
  border-radius: 8px;
  outline: 1px solid rgba(255, 255, 255, 0.6) !important;
  background: linear-gradient(99deg, #0022C9 6.86%, #0272B6 71.74%, #0399BA 136.62%);
}
@media screen and (max-width: 1060px) {
  .p-hero-point-list {
    width: 80%;
    max-width: 66%;
    margin: 20px auto 0 60px;
    padding: 1.5384615385vw 4.1025641026vw;
    border-radius: 1.0256410256vw;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .p-hero-point-list {
    margin: -8.2051282051vw auto 0 1.5384615385vw;
    padding: 1.5384615385vw 3.0769230769vw 1.5384615385vw 3.0769230769vw;
    border-radius: 1.0256410256vw;
    max-width: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-hero-point-list:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 97%;
  top: 5%;
  width: 6vw;
  height: 3vw;
  background: url(../img/line.svg) no-repeat left center;
  background-size: contain;
}
@media screen and (max-width: 1060px) {
  .p-hero-point-list:after {
    left: 96%;
    width: 15.3846153846vw;
    height: 7.6923076923vw;
  }
}

.p-hero-point-item {
  padding: 4px 0 4px 26px;
  position: relative;
  font-size: clamp(12px, 1vw, 18px);
  letter-spacing: 0;
  line-height: 1.3;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 1060px) {
  .p-hero-point-item {
    padding: 1.0256410256vw 0 1.0256410256vw 5.1282051282vw;
    font-size: 2.5641025641vw;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-hero-point-item {
    padding: 0.5128205128vw 0 0.5128205128vw 4.1025641026vw;
    font-size: 2.5641025641vw;
    line-height: 1.1;
  }
}
.p-hero-point-item:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: url(../img/icon_check.svg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 1060px) {
  .p-hero-point-item:after {
    width: 3.0769230769vw;
    height: 3.0769230769vw;
  }
}
.p-hero-point-item b {
  font-weight: 700;
}

.p-hero-badge {
  position: absolute;
  z-index: 10;
  right: 100px;
  bottom: -85px;
  width: 150px;
  height: 150px;
  text-indent: -9999px;
  -webkit-perspective: 600px;
          perspective: 600px;
}
@media screen and (max-width: 1060px) {
  .p-hero-badge {
    display: none;
  }
}
.p-hero-badge:before, .p-hero-badge:after {
  content: "";
  display: block;
  position: absolute;
}
.p-hero-badge:before {
  width: 74%;
  height: 74%;
  left: 13%;
  top: 15%;
  background: url(../img/badge_circle.svg) no-repeat center center;
  background-size: auto 100%;
  z-index: 999;
}
.p-hero-badge:after {
  left: 5px;
  top: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background: url(../img/icon_scroll_around_pc.svg) no-repeat center center;
  background-size: 100% 100%;
  -webkit-animation: r01 8s linear infinite;
          animation: r01 8s linear infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
}

@-webkit-keyframes r01 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes r01 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes r3d {
  0% {
    -webkit-transform: rotateX(55deg) rotateZ(0deg);
            transform: rotateX(55deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(55deg) rotateZ(360deg);
            transform: rotateX(55deg) rotateZ(360deg);
  }
}
@keyframes r3d {
  0% {
    -webkit-transform: rotateX(55deg) rotateZ(0deg);
            transform: rotateX(55deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(55deg) rotateZ(360deg);
            transform: rotateX(55deg) rotateZ(360deg);
  }
}
#contents {
  padding-left: 0;
  padding-right: 0;
}

.js-target {
  opacity: 0;
  will-change: opacity, transform;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.js-target.is-active:not(.l-hero-wrap):not(.p-solution-reason-item) {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  visibility: visible !important;
}
.js-target.is-active.l-hero-wrap {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  visibility: visible !important;
}
@media screen and (max-width: 767px) {
  .js-target.is-active.l-hero-wrap {
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
  }
}
.js-target.is-active.p-solution-reason-item {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  visibility: visible !important;
}
@media screen and (max-width: 767px) {
  .js-target.is-active.p-solution-reason-item {
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
  }
}
.js-target.is-active.p-solution-reason-item.delay01 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.js-target.is-active.p-solution-reason-item.delay02 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.js-target.is-active.p-solution-reason-item.delay03 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-15%);
            transform: translateX(-15%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-15%);
            transform: translateX(-15%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
.l-content-wrap {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1220px) {
  .l-content-wrap {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-content-wrap {
    width: 100%;
    height: auto;
  }
}

.p-headline {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-headline {
    font-size: 6.6666666667vw;
  }
}

.p-headline-catch {
  display: none;
  /*
  	margin-bottom:20px;
  	font-size:16px;
  	color:#0832BC;
  	text-align:center;
  	font-family: "Outfit", sans-serif;
  	font-optical-sizing: auto;
  	font-weight:700;
  	@include breakpoint{
  		margin-bottom:vw(20);
  		font-size:vw(16);
  	}
  	span{
  		display:inline-block;
  		padding-left:24px;
  		position:relative;
  		@include breakpoint{
  			padding-left:vw(24);
  		}
  		&:before,
  		&:after{
  			content:"";
  			display:block;
  			position:absolute;
  			border-radius:50%;
  		}
  		&:before{
  			left:0;
  			top:calc(50% - 7px);
  			width:14px;
  			height:14px;
  			z-index:1;
  			background:rgba(8,50,188,.1);
  			@include breakpoint{
  				top:calc(50% - 1.7948717949vw);
  				width:vw(14);
  				height:vw(14);
  			}
  		}
  		&:after{
  			left:4px;
  			top:calc(50% - 3px);
  			width:6px;
  			height:6px;
  			z-index:2;
  			background:rgba(8,50,188,1);
  			@include breakpoint{
  				left:vw(4);
  				top:calc(50% - 0.7692307692vw);
  				width:vw(6);
  				height:vw(6);
  			}
  		}
  	}
  */
}

.p-header-lead {
  max-width: 1000px;
  margin: 0 auto;
  padding: 28px 0 0;
}
@media screen and (max-width: 767px) {
  .p-header-lead {
    padding: 7.1794871795vw 0 0;
  }
}
.p-header-lead .is-text {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-header-lead .is-text {
    font-size: 4.1025641026vw;
  }
}
.p-header-lead .is-text.is-center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-header-lead .is-text.is-center {
    text-align: left;
  }
}

/*-----------------------------------------------

MV下メッセージ

-------------------------------------------------*/
/*
.l-message-wrap{
	width:100%;
	padding:0 10px;
	position:relative;
	z-index:1;
	margin-top:-20px;
	@include breakpoint{
		padding:0 vw(24) vw(80);
		margin-top:-14.358974359vw;
	}
}
.p-message-headline{
	font-size:32px;
	line-height:1.6;
	font-weight:700;
	text-align:center;
	@include breakpoint{
		font-size:vw(24);
	}
}
.p-message-lead{
	width:100%;
	padding:28px 0 0;
	@include breakpoint{
		padding:vw(28) 0;
	}
	.is-text{
		font-size:16px;
		line-height:2;
		font-weight:700;
		text-align:center;
		@include breakpoint{
			font-size:vw(16);
			text-align:justify;
		}
	}
}

.l-message-image-wrap{
	width:100%;
	@include breakpoint{
		background:#fff;
		padding:vw(40) 0 vw(20) vw(20);
		border-radius:vw(12);
	}
}
.p-message-image-out{
	width:100%;
	@include breakpoint{
		overflow:auto;
		padding:0;
	}
}
.p-message-image{
	width:100%;
	padding:60px 0 0;
	text-align:center;
	@include breakpoint{
		padding:0 vw(20) vw(16) 0;
		width:250%;
	}
	img{
		max-width:100%;
	}
}
*/
/*-----------------------------------------------

画面差分チェックのよくあるお悩み

-------------------------------------------------*/
.l-problem-wrap {
  width: 100%;
  position: relative;
  padding: 80px 20px 100px;
}
@media screen and (max-width: 767px) {
  .l-problem-wrap {
    z-index: 1;
    padding: 9.2307692308vw 6.1538461538vw 15.3846153846vw;
  }
}
.l-problem-wrap {
  /*
  	&:before{
  		content:"";
  		display:block;
  		position:absolute;
  		z-index:-1;
  		left:0;
  		top:0;
  		width:100%;
  		height:100%;
  		border-radius:20px 20px 0 0;
  		background:linear-gradient(to bottom left, #2038b2 0%, #5f4699 50%,  #f1857e 100%);
  	}
  	.p-headline-catch{
  		color:#fff;
  		span{
  			&:before{
  				background:rgba(117,127,202,1);
  			}
  			&:after{
  				background:rgba(255,255,255,1);
  			}
  		}
  	}
  */
}

/*
.p-problem-headline {
	font-size:32px;
	font-weight:700;
	text-align:center;
	color:#fff;
	@include breakpoint{
		font-size:vw(24);
	}
}
*/
.p-problem-body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 18.5%;
  padding: 76px 0 0;
  background: url(../img/problem_illust_pc.svg) no-repeat center bottom 8px;
  background-size: 18.5% auto;
}
@media screen and (max-width: 767px) {
  .p-problem-body {
    padding: 11.2820512821vw 0 37.9487179487vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.0256410256vw 0;
    background: url(../img/problem_illust_sp.svg) no-repeat center bottom;
    background-size: 100% auto;
  }
}

.p-problem-list {
  width: 38.2%;
  min-width: 488px;
}
@media screen and (max-width: 1220px) {
  .p-problem-list {
    min-width: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-problem-list {
    width: 100%;
    min-width: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-problem-list.left .p-problem-item:nth-of-type(1) {
    height: 26.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-problem-list.left .p-problem-item:nth-of-type(1):after {
    background: url(../img/problem_item01_sp.svg) no-repeat center bottom;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .p-problem-list.left .p-problem-item:nth-of-type(2) {
    padding: 4.1025641026vw 5.1282051282vw 0;
    height: 34.1025641026vw;
  }
}
.p-problem-list.left .p-problem-item:nth-of-type(2):after {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
@media screen and (max-width: 767px) {
  .p-problem-list.left .p-problem-item:nth-of-type(2):after {
    background: url(../img/problem_item02_sp.svg) no-repeat center bottom;
    background-size: 100% auto;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.p-problem-list.right .p-problem-item:nth-of-type(1) {
  padding: 20px 24px 20px 44px;
}
@media screen and (max-width: 767px) {
  .p-problem-list.right .p-problem-item:nth-of-type(1) {
    padding: 4.1025641026vw 5.1282051282vw 0;
    height: 34.1025641026vw;
  }
}
.p-problem-list.right .p-problem-item:nth-of-type(1):after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .p-problem-list.right .p-problem-item:nth-of-type(1):after {
    background: url(../img/problem_item03_sp.svg) no-repeat center bottom;
    background-size: 100% auto;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.p-problem-list.right .p-problem-item:nth-of-type(2) {
  padding: 20px 24px 20px 44px;
}
@media screen and (max-width: 767px) {
  .p-problem-list.right .p-problem-item:nth-of-type(2) {
    padding: 4.1025641026vw 5.1282051282vw 0;
  }
}
.p-problem-list.right .p-problem-item:nth-of-type(2):after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .p-problem-list.right .p-problem-item:nth-of-type(2):after {
    background: url(../img/problem_item04_sp.svg) no-repeat center bottom;
    background-size: 100% auto;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.p-problem-item {
  width: 100%;
  height: 124px;
  position: relative;
  z-index: 1;
  padding: 20px 32px;
  margin-top: -16px;
}
@media screen and (max-width: 1220px) {
  .p-problem-item {
    height: 10.5vw;
    padding: 0 1em;
  }
}
@media screen and (max-width: 767px) {
  .p-problem-item {
    width: 87.6923076923vw;
    min-width: 0;
    margin-top: 0;
    padding: 4.1025641026vw 5.1282051282vw 0;
    height: 26.6666666667vw;
  }
}
.p-problem-item:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/problem_item_pc.png) no-repeat center center;
}
@media screen and (max-width: 1220px) {
  .p-problem-item:after {
    background-size: contain;
  }
}

.p-problem-item-num {
  display: none;
  /*
  	margin-bottom:8px;
  	font-size:12px;
  	color:#0832BC;
  	font-family: "Outfit", sans-serif;
  	font-optical-sizing: auto;
  	font-weight:700;
  	@include breakpoint{
  		margin-bottom:vw(4);
  		font-size:vw(12);
  	}
  	b{
  		display:inline-block;
  		margin-left:.5em;
  		font-weight:700;
  	}
  */
}

.p-problem-item-lead {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-problem-item-lead {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-problem-item-lead .is-text {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 1220px) {
  .p-problem-item-lead .is-text {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 767px) {
  .p-problem-item-lead .is-text {
    font-size: 4vw;
    letter-spacing: 0;
  }
}
.p-problem-item-lead .is-text b {
  font-weight: 700;
}

/*-----------------------------------------------

解決

-------------------------------------------------*/
.l-solution-wrap {
  width: calc(100% - 80px);
  margin: 0 auto 122px;
  padding: 0 20px 100px;
  position: relative;
  border-radius: 20px;
  border: 2px solid #FFF;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .l-solution-wrap {
    width: calc(100% - 6.1538461538vw);
    padding: 0 6.1538461538vw 15.3846153846vw;
    border-radius: 5.1282051282vw;
    margin-bottom: 20.5128205128vw;
  }
}
.l-solution-wrap:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -52px;
  width: 100px;
  height: 100px;
  background: url(../img/badge_circle.svg) no-repeat center center;
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  .l-solution-wrap:after {
    top: -10.2564102564vw;
    width: 20.5128205128vw;
    height: 20.5128205128vw;
  }
}

/*
.l-solution-slide-wrap{
	width:100%;
	position:relative;
	z-index:1;
	@include breakpoint{
		padding-top:vw(24);
	}
}
.p-solution-text-slide{
	width:100%;
	.is-slide-text{
		text-box-trim:both;
		text-box-edge:cap;
		font-size:160px;
		font-family: "Outfit", sans-serif;
		font-optical-sizing: auto;
		font-weight:700;
//		opacity:.05;
		background: linear-gradient(180deg, #F4F5FB 2.37%, #F8F6F9 97.63%);
		background-clip: text;
		-webkit-text-fill-color: transparent;
		@include breakpoint{
			font-size:vw(70);
		}
	}
}
*/
.p-solution-header {
  width: 100%;
  padding: 100px 0 0;
}
@media screen and (max-width: 767px) {
  .p-solution-header {
    padding: 15.3846153846vw 0 0;
  }
}

.p-solution-catch {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-solution-catch {
    margin-bottom: 5.1282051282vw;
    font-size: 4.6153846154vw;
    line-height: 1.5;
  }
}

.p-solution-headline {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-solution-headline {
    font-size: 6.1538461538vw;
  }
}
.p-solution-headline .is-logo {
  display: inline-block;
  width: 317px;
  height: 65px;
  margin: 0 8px;
}
@media screen and (max-width: 767px) {
  .p-solution-headline .is-logo {
    display: block;
    width: 66.6666666667vw;
    height: auto;
    margin: 3.0769230769vw auto;
  }
}
.p-solution-headline .is-logo img {
  max-width: 90%;
}
@media screen and (max-width: 767px) {
  .p-solution-headline .is-logo img {
    max-width: 100%;
  }
}

.p-solution-body {
  width: 100%;
  padding: 60px 0 0;
}
@media screen and (max-width: 767px) {
  .p-solution-body {
    padding: 8.2051282051vw 0 0;
  }
}

.p-solution-list {
  width: 100%;
}

.p-solution-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-solution-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-solution-item-image {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-solution-item-image {
    width: 100%;
  }
}
.p-solution-item-image img {
  max-width: 100%;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 21px;
}
@media screen and (max-width: 767px) {
  .p-solution-item-image img {
    border-radius: 2.5641025641vw;
  }
}

.p-solution-item-content {
  width: 50%;
  padding: 0 0 0 60px;
}
@media screen and (max-width: 767px) {
  .p-solution-item-content {
    width: 100%;
    padding: 6.1538461538vw 0 0;
  }
}

.p-solution-item-lead .is-text {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-solution-item-lead .is-text {
    font-size: 4.1025641026vw;
  }
}
.p-solution-item-lead .is-text + .is-text {
  margin-top: 0.6em;
}

.p-solution-item-btn {
  margin-top: 24px;
  width: 290px;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .p-solution-item-btn {
    margin-top: 8.2051282051vw;
    width: 81.5384615385vw;
    height: 15.3846153846vw;
  }
}

.l-solution-about-wrap {
  margin-top: 80px;
  border-radius: 16px;
  padding: 60px 8.3333%;
  background: #F3F6FA;
}
@media screen and (max-width: 767px) {
  .l-solution-about-wrap {
    margin-top: 10.2564102564vw;
    border-radius: 4.1025641026vw;
    padding: 10.2564102564vw 6.1538461538vw;
  }
}

.p-solution-about-headline {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-solution-about-headline {
    font-size: 6.6666666667vw;
  }
}

.p-solution-about-lead {
  padding: 28px 10% 0;
}
@media screen and (max-width: 767px) {
  .p-solution-about-lead {
    padding: 7.1794871795vw 0 0;
  }
}
.p-solution-about-lead .is-text {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-solution-about-lead .is-text {
    font-size: 4.1025641026vw;
  }
}
.p-solution-about-lead .is-text b {
  font-weight: 700;
}

.p-solution-reason-headline {
  padding: 40px 0 0;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-solution-reason-headline {
    padding: 10.2564102564vw 0 0;
    font-size: 6.1538461538vw;
  }
}
.p-solution-reason-headline .is-ballon {
  display: inline-block;
  background: #000;
  position: relative;
  margin-bottom: 15px;
  height: 32px;
  border-radius: 16px;
  padding: 0 1em;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-solution-reason-headline .is-ballon {
    width: 100%;
    margin-bottom: 4.1025641026vw;
    height: 14.358974359vw;
    border-radius: 10.2564102564vw;
    padding: 1.0256410256vw 1em 0;
    font-size: 3.5897435897vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .p-solution-reason-headline .is-ballon .sp-br {
    line-height: 0;
  }
}
.p-solution-reason-headline .is-ballon:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 10px solid #000;
  width: 0;
  height: 0;
}
@media screen and (max-width: 767px) {
  .p-solution-reason-headline .is-ballon:after {
    margin-left: -2.0512820513vw;
    border: 2.0512820513vw solid transparent;
    border-top: 2.5641025641vw solid #000;
  }
}

.p-solution-reason-list {
  padding: 20px 0 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.1%;
}
@media screen and (max-width: 767px) {
  .p-solution-reason-list {
    padding: 7.1794871795vw 0 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8.2051282051vw 0;
  }
}

.p-solution-reason-item {
  width: 32.6%;
  background: #fff;
  border-radius: 12px;
  padding: 12px 0 24px;
}
@media screen and (max-width: 767px) {
  .p-solution-reason-item {
    width: 100%;
    border-radius: 3.0769230769vw;
    padding: 3.0769230769vw;
  }
}

.p-solution-reason-item-image {
  width: 100%;
  text-align: center;
}
.p-solution-reason-item-image img {
  max-width: 100%;
}

.p-solution-reason-item-content {
  padding: 16px 20px 0;
}
@media screen and (max-width: 767px) {
  .p-solution-reason-item-content {
    padding: 4.1025641026vw 1.5384615385vw 2.0512820513vw;
  }
}

.p-solution-reason-item-num {
  display: inline-block;
  background: #003FDD;
  height: 28px;
  padding: 0 1.3em !important;
  border-radius: 14px;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-solution-reason-item-num {
    height: 7.1794871795vw;
    border-radius: 7.1794871795vw;
    font-size: 3.5897435897vw;
    line-height: 7.1794871795vw;
  }
}
.p-solution-reason-item-num span {
  display: inline-block;
  margin-left: 0.3em;
}

.p-solution-reason-item-lead {
  padding: 8px 0 0;
}
@media screen and (max-width: 767px) {
  .p-solution-reason-item-lead {
    padding: 2.0512820513vw 0 0;
  }
}
.p-solution-reason-item-lead .is-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-solution-reason-item-lead .is-text {
    font-size: 4.1025641026vw;
  }
}

/*-----------------------------------------------

AIspectorの特長

-------------------------------------------------*/
.l-feature-wrap {
  width: 100%;
  padding: 0 40px 120px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-feature-wrap {
    padding: 0 3.0769230769vw 15.3846153846vw;
  }
}
.l-feature-wrap:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background: linear-gradient(99deg, #0022C9 6.86%, #0272B6 71.74%, #0399BA 136.62%);
}
@media screen and (max-width: 767px) {
  .l-feature-wrap:before {
    border-radius: 5.1282051282vw;
  }
}
@media screen and (max-width: 767px) {
  .l-feature-wrap .l-conversion-wrap {
    width: calc(100% - 6.1538461538vw);
    margin: 0 auto;
  }
}

.p-feature-header {
  padding: 120px 0 0;
}
@media screen and (max-width: 767px) {
  .p-feature-header {
    padding: 15.3846153846vw 0 0;
  }
}
.p-feature-header .p-headline {
  color: #fff;
}

.p-feature-body {
  padding: 60px 0 0;
}
@media screen and (max-width: 767px) {
  .p-feature-body {
    padding: 9.2307692308vw 0 0;
  }
}

.p-feature-list {
  width: 100%;
}

.p-feature-item {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 60px 20px;
}
@media screen and (max-width: 767px) {
  .p-feature-item {
    border-radius: 3.0769230769vw;
    padding: 8.2051282051vw 6.1538461538vw;
  }
}
.p-feature-item + .p-feature-item {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .p-feature-item + .p-feature-item {
    margin-top: 3.0769230769vw;
  }
}

.p-feature-item-headline {
  font-size: 28px;
  line-height: 1.5;
  color: #003FDD;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-feature-item-headline {
    font-size: 5.1282051282vw;
  }
}

.p-feature-item-lead {
  max-width: 880px;
  margin: 0 auto;
  padding: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .p-feature-item-lead {
    max-width: 100%;
    padding: 5.1282051282vw 0 0;
  }
}
.p-feature-item-lead .is-text {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-feature-item-lead .is-text {
    font-size: 4.1025641026vw;
  }
}
.p-feature-item-lead .is-text sup {
  font-size: 60%;
  vertical-align: text-top;
}
.p-feature-item-lead .is-annotation {
  padding: 0.7em 0 0;
  font-size: 12px;
  line-height: 1.66;
}
@media screen and (max-width: 767px) {
  .p-feature-item-lead .is-annotation {
    font-size: 3.0769230769vw;
  }
}

.l-feature-item-content-wrap {
  max-width: 1000px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .l-feature-item-content-wrap {
    max-width: 100%;
    margin: 6.1538461538vw auto 0;
  }
}

.p-feature-item-subhead {
  width: 100%;
  border-radius: 36px;
  background: linear-gradient(236deg, #5833F3 20.6%, #2FB4A9 96.99%);
  padding: 12px 0;
  font-size: 19px;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-feature-item-subhead {
    padding: 1.5384615385vw 0;
    font-size: 3.3333333333vw;
    line-height: 1.4;
  }
}
.p-feature-item-subhead + .p-feature-item-image {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .p-feature-item-subhead + .p-feature-item-image {
    margin-top: 2.5641025641vw;
  }
}

.p-feature-item-image {
  text-align: center;
}
.p-feature-item-image img {
  max-width: 100%;
}

.l-feature-conversion-wrap {
  width: 100%;
  height: 288px;
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .l-feature-conversion-wrap {
    height: 98.9743589744vw;
    margin-top: 9.2307692308vw;
  }
}

.p-feature-conversion-headline {
  width: 100%;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-feature-conversion-headline {
    font-size: 5.1282051282vw;
  }
}

.p-feature-conversion-btn-list {
  width: 100%;
  padding: 24px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 12px;
}
@media screen and (max-width: 767px) {
  .p-feature-conversion-btn-list {
    padding: 7.1794871795vw 5.1282051282vw 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.0512820513vw 0;
  }
}

.p-feature-conversion-btn-item {
  width: 29.16%;
  height: 72px;
}
@media screen and (max-width: 767px) {
  .p-feature-conversion-btn-item {
    width: 100%;
    height: 14.1025641026vw;
  }
}
@media screen and (max-width: 767px) {
  .p-feature-conversion-btn-item .p-common-btn {
    font-size: 4.6153846154vw;
  }
}

/*-----------------------------------------------

AIspectorの主な機能

-------------------------------------------------*/
.l-fucntion-wrap {
  width: 100%;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .l-fucntion-wrap {
    padding: 0 6.1538461538vw;
  }
}

.p-fucntion-header {
  padding: 120px 0 0;
}
@media screen and (max-width: 767px) {
  .p-fucntion-header {
    padding: 20.5128205128vw 0 0;
  }
}

.p-fucntion-body {
  padding: 60px 0 0;
}
@media screen and (max-width: 767px) {
  .p-fucntion-body {
    padding: 9.2307692308vw 0 0;
  }
}

.p-fucntion-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 2%;
}
@media screen and (max-width: 767px) {
  .p-fucntion-list {
    gap: 3.0769230769vw 0;
  }
}

.p-fucntion-item {
  width: 32%;
  padding: 20px 0;
  border-radius: 12px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .p-fucntion-item {
    width: 100%;
    padding: 4.1025641026vw 4.6153846154vw;
    border-radius: 3.0769230769vw;
  }
}

.p-fucntion-item-image {
  width: 36.7%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fucntion-item-image {
    width: 20%;
    text-align: left;
  }
}
.p-fucntion-item-image span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background: -webkit-gradient(linear, right top, left top, from(#04ABD0), to(#00178C));
  background: linear-gradient(270deg, #04ABD0 0%, #00178C 100%);
}
@media screen and (max-width: 767px) {
  .p-fucntion-item-image span {
    width: 15.3846153846vw;
    height: 15.3846153846vw;
  }
}
.p-fucntion-item-image span img {
  max-width: 100%;
}

.p-fucntion-item-content {
  width: 63.3%;
}
@media screen and (max-width: 767px) {
  .p-fucntion-item-content {
    width: 80%;
    padding-left: 4.1025641026vw;
  }
}

.p-fucntion-item-headline {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-fucntion-item-headline {
    font-size: 4.6153846154vw;
  }
}

/*-----------------------------------------------

NTTテクノクロスの強み

-------------------------------------------------*/
.l-strength-wrap {
  width: calc(100% - 80px);
  margin: 120px auto 0;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: 80px 8.3333%;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .l-strength-wrap {
    width: calc(100% - 6.1538461538vw);
    margin: 20.5128205128vw auto 0;
    border-radius: 5.1282051282vw;
    padding: 15.3846153846vw 6.1538461538vw;
  }
}
.l-strength-wrap .l-content-wrap {
  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;
  gap: 0 40px;
}
@media screen and (max-width: 767px) {
  .l-strength-wrap .l-content-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5.1282051282vw 0;
  }
}

.p-strength-header {
  max-width: 540px;
}
@media screen and (max-width: 767px) {
  .p-strength-header {
    max-width: 100%;
    width: 100%;
  }
}
.p-strength-header .p-headline {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-strength-header .p-headline {
    text-align: center;
  }
}

.p-strength-body {
  max-width: 420px;
}
@media screen and (max-width: 767px) {
  .p-strength-body {
    max-width: 100%;
    width: 100%;
  }
}
.p-strength-body img {
  max-width: 100%;
}

/*-----------------------------------------------

ご利用までの流れ

-------------------------------------------------*/
.l-flow-wrap {
  width: 100%;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .l-flow-wrap {
    padding: 0 6.1538461538vw;
  }
}

.p-flow-header {
  padding: 120px 0 0;
}
@media screen and (max-width: 767px) {
  .p-flow-header {
    padding: 20.5128205128vw 0 0;
  }
}
.p-flow-header .p-header-lead {
  max-width: 880px;
}
@media screen and (max-width: 767px) {
  .p-flow-header .p-header-lead {
    max-width: 100%;
  }
}

.p-flow-body {
  padding: 60px 0 0;
}
@media screen and (max-width: 767px) {
  .p-flow-body {
    padding: 9.2307692308vw 0 0;
  }
}

.p-flow-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.675%;
}
@media screen and (max-width: 767px) {
  .p-flow-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3.0769230769vw 0;
  }
}

.p-flow-item {
  width: 18.66%;
  padding: 28px 24px;
  border-radius: 12px;
  background: #fff;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-flow-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5.1282051282vw 6.1538461538vw;
    border-radius: 2.0512820513vw;
  }
}
.p-flow-item:after {
  content: "";
  display: block;
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: url(../img/arrow_circle_right.svg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-flow-item:after {
    left: 50%;
    top: -6.1538461538vw;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
            transform: translate(-50%, 0) rotate(90deg);
    width: 8.2051282051vw;
    height: 8.2051282051vw;
    background: url(../img/arrow_circle_right.svg) no-repeat center center;
    background-size: cover;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}
.p-flow-item:nth-of-type(1):after {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-flow-item-image {
    width: 34%;
    text-align: left;
  }
}
.p-flow-item-image span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto;
  background: -webkit-gradient(linear, right top, left top, from(#04ABD0), to(#00178C));
  background: linear-gradient(270deg, #04ABD0 0%, #00178C 100%);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-flow-item-image span {
    width: 20.5128205128vw;
    height: 20.5128205128vw;
    margin: 0 auto 0 0;
  }
}
.p-flow-item-image span img {
  max-width: 45%;
}
.p-flow-item-content {
  padding: 16px 0 0;
}
@media screen and (max-width: 767px) {
  .p-flow-item-content {
    padding: 0;
    width: 66%;
  }
}

.p-flow-item-headline {
  font-size: 18px;
  font-weight: 700;
  color: #003FDD;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-flow-item-headline {
    font-size: 4.1025641026vw;
    text-align: left;
  }
}

.p-flow-item-lead {
  padding: 8px 0 0;
}
@media screen and (max-width: 767px) {
  .p-flow-item-lead {
    padding: 2.0512820513vw 0 0;
  }
}
.p-flow-item-lead .is-text {
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-flow-item-lead .is-text {
    font-size: 3.5897435897vw;
  }
}
.p-flow-item-lead .is-text a {
  color: #003FDD;
  text-decoration: underline;
}

/*-----------------------------------------------

料金プラン

-------------------------------------------------*/
.l-plan-wrap {
  width: 100%;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .l-plan-wrap {
    padding: 0 6.1538461538vw;
  }
}

.p-plan-inner-box {
  max-width: 1000px;
  margin: 120px auto 0;
  padding: 60px 0;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .p-plan-inner-box {
    max-width: 100%;
    width: 100%;
    margin: 20.5128205128vw auto 0;
    padding: 15.3846153846vw 6.1538461538vw;
    border-radius: 5.1282051282vw;
  }
}

.p-plan-header .p-headline {
  color: #000;
}

.p-plan-body {
  padding: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .p-plan-body {
    padding: 7.1794871795vw 0 0;
  }
}

.p-plan-btn {
  width: 290px;
  height: 60px;
  margin: 0 auto !important;
}
@media screen and (max-width: 767px) {
  .p-plan-btn {
    width: 100%;
    height: 15.3846153846vw;
  }
}

/*-----------------------------------------------

よくあるご質問

-------------------------------------------------*/
.l-faq-wrap {
  width: 100%;
  padding: 100px 20px 120px;
}
@media screen and (max-width: 767px) {
  .l-faq-wrap {
    padding: 20.5128205128vw 6.1538461538vw;
  }
}
.l-faq-wrap .l-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-faq-wrap .l-content-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-faq-header {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .p-faq-header {
    width: 100%;
  }
}
.p-faq-header .p-headline {
  font-size: 32px;
}
@media screen and (max-width: 1060px) {
  .p-faq-header .p-headline {
    font-size: 2.9vw;
  }
}
@media screen and (max-width: 767px) {
  .p-faq-header .p-headline {
    font-size: 6.6666666667vw;
  }
}

.p-faq-body {
  width: 75%;
  padding: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .p-faq-body {
    width: 100%;
    padding: 9.2307692308vw 0 5.1282051282vw;
  }
}

.p-faq-item {
  padding: 0 30px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.95);
  -webkit-transition: -webkit-box-shadow 0.4s ease;
  transition: -webkit-box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
}
@media screen and (max-width: 767px) {
  .p-faq-item {
    padding: 6.1538461538vw;
    border-radius: 2.5641025641vw;
  }
}
.p-faq-item + .p-faq-item {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-faq-item + .p-faq-item {
    margin-top: 2.0512820513vw;
  }
}
.p-faq-item:hover {
  -webkit-box-shadow: 0 7px 10px 0 rgba(0, 86, 85, 0.1);
          box-shadow: 0 7px 10px 0 rgba(0, 86, 85, 0.1);
}
@media screen and (max-width: 767px) {
  .p-faq-item:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.p-faq-item.is-open {
  border-top: 1px solid transparent;
  -webkit-box-shadow: 0 7px 10px 0 rgba(0, 86, 85, 0.1);
          box-shadow: 0 7px 10px 0 rgba(0, 86, 85, 0.1);
}
@media screen and (max-width: 767px) {
  .p-faq-item.is-open {
    border-radius: 2.0512820513vw;
  }
}
.p-faq-item dt {
  width: 100%;
  position: relative;
  padding: 32px 36px 32px 32px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-faq-item dt {
    padding: 0 10.2564102564vw 0 8.2051282051vw;
    font-size: 4.1025641026vw;
    -webkit-tap-highlight-color: transparent;
  }
}
.p-faq-item dt .marker:before, .p-faq-item dt .marker:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  right: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 0;
  border-top: 2px solid #fff;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
@media screen and (max-width: 767px) {
  .p-faq-item dt .marker:before, .p-faq-item dt .marker:after {
    right: 1.7948717949vw;
    width: 2.5641025641vw;
    border-top: 0.5128205128vw solid #fff;
  }
}
.p-faq-item dt .marker:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: -webkit-transform ease 0.4s;
  transition: -webkit-transform ease 0.4s;
  transition: transform ease 0.4s;
  transition: transform ease 0.4s, -webkit-transform ease 0.4s;
}
.p-faq-item dt.is-open .marker:after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
.p-faq-item dt:before {
  content: "Q";
  display: block;
  position: absolute;
  left: 0;
  top: 30px;
  font-size: 16px;
  color: #003FDD;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-faq-item dt:before {
    top: -0.5128205128vw;
    font-size: 4.1025641026vw;
    line-height: 1.75;
  }
}
.p-faq-item dt:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #003FDD;
  -webkit-transition: background ease 0.4s;
  transition: background ease 0.4s;
}
@media screen and (max-width: 767px) {
  .p-faq-item dt:after {
    width: 6.1538461538vw;
    height: 6.1538461538vw;
  }
}
.p-faq-item dd {
  padding: 0 24px 32px 32px;
  position: relative;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-faq-item dd {
    padding: 6.1538461538vw 10.2564102564vw 0 8.2051282051vw;
  }
}
.p-faq-item dd.is-open {
  display: block;
}
.p-faq-item dd:before {
  content: "A";
  display: block;
  position: absolute;
  left: 2px;
  top: 0;
  font-size: 16px;
  line-height: 1.75;
  color: #003FDD;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-faq-item dd:before {
    left: 0.5128205128vw;
    top: 6.1538461538vw;
    font-size: 4.1025641026vw;
  }
}
.p-faq-item dd .is-text {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-faq-item dd .is-text {
    font-size: 4.1025641026vw;
  }
}
.p-faq-item dd .is-text sup {
  font-size: 60%;
  vertical-align: text-top;
}
.p-faq-item dd .is-annotation {
  padding-top: 1em;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .p-faq-item dd .is-annotation {
    font-size: 3.0769230769vw;
  }
}

/*-----------------------------------------------

とは

-------------------------------------------------*/
/*
.l-about-wrap{
	width:100%;
	padding:0 10px 100px;
	@include breakpoint{
		background:#F5F7F8;
		border-radius:vw(20) vw(20) 0 0;
		margin-top:-5.1282051282vw;
		position:relative;
		z-index:1;
		padding:0 vw(24) vw(80);
	}
}
.l-about-header-wrap{
	width:100%;
	padding:80px 0 0;
	@include breakpoint{
		padding:vw(60) 0 0;
	}
}
.p-about-headline{
	font-size:32px;
	text-align:center;
	@include breakpoint{
		font-size:vw(24);
	}
	img{
		width:480px;
		margin-right:16px;
		transform:translateY(-16px);
		@include breakpoint{
			width:vw(288);
			margin-right:.2em;
			transform:translateY(-2.0512820513vw);
		}
	}
	&:has(img){
		margin-top:40px;
		@include breakpoint{
			margin-top:vw(28);
		}
	}
}
.p-about-header-lead{
	width:100%;
	padding:16px 0 0;
	@include breakpoint{
		padding:vw(20) 0 0;
	}
	.is-text{
		margin:0 auto;
		width:fit-content;
		font-size:16px;
		line-height:2;
		@include breakpoint{
			width:100%;
			font-size:vw(16);
		}
	}
}
*/
/*-----------------------------------------------

pointリスト

-------------------------------------------------*/
/*
.p-point-list{
	width:100%;
	padding:60px 0 0;
	@include breakpoint{
		padding:vw(44) 0 0;
	}
}
.p-point-item{
	width:100%;
	background:#fff;
	border-radius:12px;
	box-shadow:2px 2px 6px 1px rgba(1,1,1,.2);
	padding:80px 8.3333%;
	@include breakpoint{
		border-radius:vw(12);
		padding:vw(40) vw(20);
	}
	&.is-flex{
		padding:20px 20px 20px 8.3333%;
		display:flex;
		align-items:center;
		@include media1060{
		}
		@include breakpoint{
			flex-wrap:wrap;
			padding:vw(40) vw(20);
		}
		.p-point-item-info{
			width:41%;
			@include breakpoint{
				width:100%;
			}
		}
		.p-point-item-image{
			width:59%;
			@include breakpoint{
				width:100%;
			}
		}
	}
	+ .p-point-item{
		margin-top:40px;
		@include breakpoint{
			margin-top:vw(20);
		}
	}
}

.p-point-item-info{
	width:100%;
	@include breakpoint{
	}
}
.p-point-item-headline{
	font-size:20px;
	line-height:1.6;
	color:#0832BC;
	font-weight:700;
	@include breakpoint{
		font-size:vw(20);
	}
	.lt-en{//span
		display:inline-block;
		background:#0832BC;
		padding:0 8px;
		margin-bottom:8px;
		border-radius:4px;
		height:28px;
		line-height:28px;
		font-size:15px;
		font-family: "Outfit", sans-serif;
		font-optical-sizing: auto;
		font-weight:700;
		color:#fff;
		@include breakpoint{
			padding:0 vw(8);
			margin-bottom:vw(12);
			border-radius:vw(4);
			height:vw(28);
			line-height:vw(28);
			font-size:vw(15);
		}
	}
}
.p-point-item-lead{
	padding:16px 0 0;
	@include breakpoint{
		padding:vw(16) 0 0;
	}
	.is-text{
		font-size:16px;
		line-height:2;
		@include breakpoint{
			font-size:vw(16);
		}
	}
}
.p-point-item-image{
	width:100%;
	padding:0 0 0 5%;
	@include breakpoint{
		width:100%;
		padding:vw(20) 0 0;
	}
	&.is-bg{
	}
	img{
		width:100%;
	}
}



.l-point-table-wrap{
	width:100%;
	padding:36px 0 0;
	overflow:hidden;
	@include media1200{
//		padding-bottom:20px;
	}
	@include breakpoint{
		padding:vw(32) 0 0;
	}
}
.l-point-table-wrap-inner{
	width:100%;
	@include media1200{
		overflow:auto;
		padding-bottom:20px;
	}
	@include breakpoint{
		padding-bottom:vw(20);
	}
}
.p-point-table-flex{
	width:100%;
	display:flex;
	gap:0 6%;
	@include media1200{
	 	width:1000px;
	}
	@include breakpoint{
	 	width:200%;
	}
}
.p-point-item-table{
	display:table;
	border-collapse:separate;
	border-spacing:0;
	table-layout:fixed;
	@include breakpoint{
	}
	tbody{
		tr{
			&:nth-of-type(1),
			&:nth-of-type(4){
				th,
				td{
					@include breakpoint{
						height:vw(48);
					}
				}
			}
			&:nth-of-type(2),
			&:nth-of-type(3),
			&:nth-of-type(5){
				th,
				td{
					@include breakpoint{
						height:vw(52);
					}
				}
			}
		}
	}
	&.is-base{
		width:70%;
		thead{
			td{
				width:208px;
				@include breakpoint{
					width:25%;
				}
			}
			th{
				padding:0 4px 12px;
				vertical-align:top;
				height:60px;
				@include breakpoint{
					padding:0 vw(4) vw(12);
					height:vw(52);
				}
				p{
					width:100%;
					background:#0832bc;
					padding:16px 0;
					border-radius:6px;
					font-size:14px;
					color:#fff;
					text-align:center;
					@include breakpoint{
						display:flex;
						align-items:center;
						justify-content:center;
						height:vw(52);
						padding:0;
						border-radius:vw(6);
						font-size:vw(15);
					}
				}
			}
		}
		tbody{
			th{
				width:208px;
				text-align:center;
				padding:12px 24px 12px 0;
				@include breakpoint{
					width:25%;
					padding:.3em .5em 0 0;
				}
				span{
					display:inline-block;
					width:100%;
					background:#e7ebf9;
					border-radius:6px;
					padding:10px 0;
					font-size:14px;
					@include breakpoint{
						border-radius:vw(6);
						padding:vw(8) .8em;
						font-size:vw(14);
					}
				}
			}
			tr{
				&:nth-of-type(1){
					td{
						border-top:1px solid #000;
					}
				}
			}
			td{
				border-bottom:1px solid #e5e5e5;
				font-size:14px;
				text-align:center;
				@include breakpoint{
					font-size:vw(14);
				}
			}
		}
	}
	&.is-us{
		width:24%;
		position:relative;
		thead{
			th{
				padding:0 0 12px;
				vertical-align:top;
				height:60px;
				@include breakpoint{
					padding:0 0 vw(12);
					height:vw(52);
				}
				p{
					width:100%;
					background:linear-gradient(to top right, #af5979 0%, #0e34ba 100%);
					padding:16px 0;
					border-radius:6px;
					font-size:16px;
					color:#fff;
					text-align:center;
					@include breakpoint{
						display:flex;
						align-items:center;
						justify-content:center;
						height:vw(52);
						padding:0;
						border-radius:vw(6);
						font-size:vw(15);
					}
				}
			}
		}
		tbody{
			background:linear-gradient(to top right, #f7eef1 0%, #e7ebf9 100%);
			tr{
				&:nth-of-type(1){
					td{
						border-top:1px solid #000;
					}
				}
			}
			td{
				padding:12px 0;
				border-bottom:1px solid #fff;
				font-size:14px;
				text-align:center;
				@include breakpoint{
					padding:0;
					font-size:vw(14);
				}
			}
		}
		&:after{
			content:"";
			display:block;
			position:absolute;
			left:-48px;
			top:136px;
			width:38px;
			height:152px;
			background:url(../img/point_item_tableBG.png) no-repeat center top;
			@include breakpoint{
				left:-8.7179487179vw;
				top:vw(130);
				width:vw(30);
				height:vw(120);
				background:url(../img/point_item_tableBG.png) no-repeat center top;
				background-size:100% 100%;
			}
		}
	}
}



*/
/*-----------------------------------------------

導入事例

-------------------------------------------------*/
/*
.l-casestudy-wrap {
	width:100%;
	position:relative;
//	z-index:1;
	padding:100px 0;
	@include breakpoint{
		padding:vw(60) vw(24) vw(80);
		border-radius:vw(12) vw(12) 0 0;
		margin-top:-3.0769230769vw;
		z-index:1;
		background:#F5F7F8;
	}
}
.p-casestudy-headline{
	font-size:32px;
	font-weight:700;
	text-align:center;
	@include breakpoint{
		font-size:vw(24);
		line-height:1.333;
	}
}
.p-casestudy-list{
	width:100%;
	padding:48px 0 0;
	@include breakpoint{
		padding:vw(40) 0 0;
	}
}
.p-casestudy-item{
	background:#fff;
	border-radius:12px;
	box-shadow:1px 3px 12px rgba(1,1,1,.2);
	padding:36px 0;
	@include breakpoint{
		border-radius:vw(12);
		padding:vw(40) 0;
	}
}
.p-casestudy-item-headline{
	font-size:28px;
	color:#0832BC;
	text-align:center;
	@include breakpoint{
		padding:0 vw(24);
		font-size:vw(24);
		text-align:left;
		line-height:1.333;
	}
}
.p-casestudy-item-flex{
	width:100%;
	border-top:4px solid #F5F7F8;
	display:flex;
	align-items:center;
	padding:52px 0 0;
	margin-top:36px;
	@include breakpoint{
		flex-wrap:wrap;
		border-top:vw(4) solid #F5F7F8;
		padding:vw(52) 0 0;
		margin-top:vw(36);
	}
}
.p-casestudy-item-company{
	width:40%;
	text-align:center;
	@include breakpoint{
		width:100%;
	}
	span{
		display:block;
		padding-top:40px;
		font-size:20px;
		@include breakpoint{
			padding-top:vw(24);
			font-size:vw(18);
		}
	}
	img{
		@include breakpoint{
			width:vw(240);
		}
	}
}
.p-casestudy-item-content{//dl
	width:60%;
	@include breakpoint{
		width:100%;
		padding:vw(60) vw(24) 0;
	}
	dt{
		span{
			display:inline-block;
			padding:0 .6em;
			height:28px;
			background:#0832BC;
			border-radius:4px;
			font-size:14px;
			line-height:28px;
			font-weight:700;
			color:#fff;
			@include breakpoint{
				height:vw(28);
				border-radius:vw(4);
				font-size:vw(14);
				line-height:vw(28);
			}
		}
	}
	dd{
		padding:8px 60px 0 0;
		@include breakpoint{
			padding:vw(4) 0 0;
		}
		.is-text{
			position:relative;
			padding-left:1em;
			font-size:16px;
			line-height:1.75;
			@include breakpoint{
				font-size:vw(16);
			}
			&:before{
				content:"";
				display:block;
				position:absolute;
				left:0;
				top:13px;
				width:5px;
				height:5px;
				border-radius:50%;
				background:#0832BC;
				@include breakpoint{
					top:vw(13);
					width:vw(5);
					height:vw(5);
				}
			}
		}
	}
}
.is-content-item{//dl直下のdiv
	+ .is-content-item{
		margin-top:20px;
		@include breakpoint{
			margin-top:vw(20);
		}
	}
}

*/