@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
html {
  font-size: 10px;
}

/*--------------------------------------
 レイアウト
---------------------------------------*/
.l-cont {
  background-color: #fff;
  width: 100%;
  overflow: hidden;
}

.l-cont > article {
  padding: 75px 0;
}

/*--------------------------------------
 要素
---------------------------------------*/
main {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,
 "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 16px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media screen and (max-width: 767px) {
  main {
    -webkit-text-size-adjust: 100%;
  }
}

.u-lead {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

.u-lead em {
  font-style: normal;
  background: linear-gradient(transparent 60%, #ffff00 0%);
}

.uLine {
  font-style: normal;
  background: linear-gradient(transparent 60%, #FFFF00 0%);
}

img {
  max-width: 100%;
  height: auto;
}

svg {
  vertical-align: top;
}

input[type="text"],
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
}

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ccc;
  opacity: 1;
}

input[type="text"]::-moz-input-placeholder,
input[type="password"]::-moz-input-placeholder {
  /* Fox */
  color: #ccc;
  opacity: 1;
}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
  opacity: 1;
}

input[type="text"]::placeholder,
input[type="password"]::placeholder {
  /* Others */
  color: #ccc;
  opacity: 1;
}

input[type="text"]::-ms-clear {
  visibility: hidden;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

select {
  box-sizing: border-box;
}

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

button {
  font-family: inherit;
  cursor: pointer;
}

/*--------------------------------------
 パーツ
---------------------------------------*/
.u- {
  /* パディング */
  /* インナー */
  /* タイトル */
  /* テキスト */
  /* テキスト色 */
  /* 背景色 */
  /* ボタン */
  /* ラベル */
  /* アイコン */
  /* 注釈 */
  /* リスト */
  /* テーブル */
  /* リンク集 */
  /* 箱 */
  /* ページャー */
  /* 状態 */
}

@media screen and (max-width: 767px) {
  .u-spPd1 {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}

.u-inner {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .u-inner {
    max-width: 1200px;
  }
}

@media screen and (min-width: 768px) {
  .u-inner.sz2 {
    max-width: 1160px;
  }
}

@media screen and (max-width: 767px) {
  .u-inner:not(.spPd0) {
    padding-left: 5.33333vw;
    padding-right: 5.33333vw;
  }
}

.u-ttlBox1 {
  margin-bottom: 50px;
  text-align: center;
  font-weight: bold;
}

.u-ttlBox1 small {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}

.u-ttlBox1 strong {
  display: block;
  color: #305EBE;
  font-size: 4.0rem;
}

.u-btn1 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  border-radius: 100px;
  box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.1);
  transition: filter 0.3s;
}

.u-btn1:hover {
  filter: brightness(150%);
}

.u-btn1.sz1 {
  height: 80px;
  font-size: 2.4rem;
}

.u-btn1.sz2 {
  width: 400px;
  height: 62px;
  font-size: 2.0rem;
}

.u-btn1.w1 {
  width: 600px;
}

.u-btn1.w2 {
  width: 460px;
}

.u-btn1.clr1 {
  background-color: #FF4C27;
  color: #fff;
}

.u-btn1.clr2 {
  background-color: #305EBE;
  color: #fff;
}

.u-btn1.withSiryo:before {
  content: "";
  display: block;
  background: url("../../images/front_img2021/icn_siryo.png.webp") 0 0 no-repeat;
  background-size: 100% 100%;
  width: 56px;
  height: 64px;
  margin-right: 20px;
}

.u-btn1.withArw:before {
  content: "";
  display: block;
  background: url("../../images/front_img2021/arw_r1_wht.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  width: 11px;
  height: 19px;
  margin-right: 30px;
}

.u-btnWrap1 {
  text-align: center;
}

.u-btnWrap1 .btnNote {
  display: block;
  margin-top: 1.25em;
  font-size: 1.6rem;
}

.u-pager1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-dis_flex_block {
  display: flex;
}

@media screen and (max-width: 767px) {
  .u-dis_flex_block {
    display: block;
  }
}

/* その他 */
/*--------------------------------------
 プラグイン
---------------------------------------*/
/* Slick */
.slick-slider {
  margin-bottom: 0;
}

.slick-arrow {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100% !important;
  width: 38px;
  height: 59px;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 1;
  transform: translate(0);
  transition: opacity 0.3s;
}

.slick-arrow:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .slick-arrow {
    width: 2.46933vw;
    height: 4vw;
  }
}

.slick-arrow:before {
  content: normal;
}

.slick-arrow.slick-prev {
  background-image: url(../img/slk_arw1_l.png);
  left: 20px;
}

@media screen and (max-width: 767px) {
  .slick-arrow.slick-prev {
    left: 0.66667vw;
  }
}

.slick-arrow.slick-next {
  background-image: url(../img/slk_arw1_r.png);
  right: 20px;
}

@media screen and (max-width: 767px) {
  .slick-arrow.slick-next {
    right: 0.66667vw;
  }
}

.slick-dots li {
  background-color: #fff;
  width: 15px;
  height: 15px;
  margin: 0 11px;
  border-radius: 50%;
  box-sizing: border-box;
}

.slick-dots li.slick-active {
  background-color: #3B3561;
  border: 2px solid #fff;
}

@media screen and (max-width: 767px) {
  .slick-dots li {
    width: 4vw;
    height: 4vw;
    margin: 0 2.93333vw;
  }
  .slick-dots li.slick-active {
    border-width: 0.26667vw;
  }
}

.modalBox {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
}

.modalBox .modalInner {
  width: 600px;
  position: absolute;
  left: 50%;
  margin-left: -300px;
  top: 20%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .modalBox .modalInner {
    width: 90%;
  }
}

.modalBox .modalInner p {
  text-align: left;
  padding: 20px 0;
  font-size: 1.5rem;
}

.modalBox .btnClose {
  display: inline-block;
  font-size: 1.5rem;
  background: #333;
  padding: 5px;
  color: #FFF;
}

/*--------------------------------------
 メインコンテンツ
---------------------------------------*/
.l-cont > article.mainZone {
  padding: 0;
}

.mainZone {
  margin-top: 60px;
  width: 100%;
}

.mainZone .in {
  position: relative;
  background-color: #3A98E2;
  padding-top: 10px;
}

.mainZone .in:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  /* border-width: 0 0 250px 100vw; */
  border-color: transparent transparent #FFF transparent;
  border-width: 0 0 200px 100vw;
}

.mainZone .in .cont {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.mainZone .in .cont h1 {
  font-weight: bold;
  color: #FFF;
  font-size: 5.2rem;
  line-height: 1.3;
  padding-top: 50px;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
}

.mainZone .in .cont h1 small {
  font-size: 80%;
  color: #FFF;
}

.mainZone .in .cont .lead {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: .5em;
}

.mainZone .in .cont .img {
  position: absolute;
  right: -20px;
  top: 100px;
  width: 612px;
}

.mainZone .in .cont .img .baddge {
  position: absolute;
  width: 130px;
  left: 0px;
  top: -30px;
}

.mainZone .in .cont .img .spImg {
  position: absolute;
  width: 160px;
  left: -50px;
  bottom: -10px;
}

.mainZone .in .cont .img .monitor {
  position: absolute;
  left: 74px;
  top: 23px;
  width: 466px;
}

.mainZone .in .cont .img .phone {
  position: absolute;
  width: 348px;
  right: -40px;
  top: -41px;
}

.mainZone .in .cont .btns {
  display: flex;
  width: 410px;
  justify-content: space-between;
  position: absolute;
  right: 70px;
  bottom: 00px;
}

.mainZone .in .cont .btns li {
  position: relative;
}

.mainZone .in .cont .btns li.show .popup {
  visibility: visible;
  opacity: 1;
}

.mainZone .in .cont .btns li a {
  display: flex;
  width: 200px;
  height: 36px;
  justify-content: center;
  align-items: center;
  color: #305EBE;
  font-size: 1.4rem;
  font-weight: bold;
  border: 1px solid #999;
  border-radius: 50px;
}

.mainZone .in .cont .btns li a:before {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url("../../images/front_img2021/main/q.svg");
  margin-right: 10px;
}

.mainZone .in .cont .btns li .popup {
  padding: 25px 20px;
  position: absolute;
  left: 50%;
  width: 400px;
  height: 145px;
  margin-left: -200px;
  top: 30px;
  text-align: center;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
}

.mainZone .in .cont .btns li .popup .thumb {
  padding: 8px 0 15px 0;
}

.mainZone .in .cont .btns li .popup:after {
  content: "";
  display: block;
  position: absolute;
  width: 400px;
  height: 145px;
  background-image: url("../../images/front_img2021/main/fukidashi.svg");
  background-repeat: no-repeat;
  background-size: cover;
  top: 0px;
  left: 0px;
}

.mainZone .in .cont .btns li .popup:before {
  content: "";
  display: block;
  background-color: #FFF;
  position: absolute;
  border-radius: 20px;
  width: 100%;
  bottom: 2px;
  left: 0px;
  width: 400px;
  height: 130px;
  box-shadow: 0px 15px 10px rgba(0, 0, 0, 0.1);
}

.mainZone .in .cont .btns li .popup dt {
  font-weight: bold;
  position: relative;
  padding-bottom: .3em;
  z-index: 3;
  font-size: 2rem;
}

.mainZone .in .cont .btns li .popup dt span {
  color: #305ebe;
}

.mainZone .in .cont .btns li .popup dd {
  text-align: center;
  position: relative;
  z-index: 3;
  font-size: 1.5rem;
}

.mainZone .in .cont .prize {
  /* margin-top: 30px;
  width: 407px; */
  width: 540px;
}

.mainZone .in .cont .btn {
  margin-top: 40px;
}

.mainZone .in .cont .btn a {
  display: flex;
  width: 430px;
  font-size: 2.4rem;
  height: 70px;
  justify-content: center;
  align-items: center;
  background-color: #FF4C27;
  color: #FFF;
  border-radius: 50px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.mainZone .in .cont .btn a:hover {
  opacity: 1;
  background-color: #ff765b;
}

.mainZone .in .cont .btn a:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 57px;
  background-image: url("../../images/front_img2021/main/btn.png.webp");
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.mainZone .slideLogos {
  padding: 40px 0;
  background-color: #FFF;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.mainZone .slideLogos .note {
  padding: 0 22px;
  color: #666;
  font-size: 1.3rem;
  text-align: right;
  margin-bottom: 24px;
}

.mainZone .slideLogos .note a {
  text-decoration: underline;
}
.mainZone .slideLogos .note a:hover {
  text-decoration: none;
}

.mainZone .slider__contents--wrapper {
  margin: 20px 0;
  width: 1920px !important;
}

.mainZone .slider__contents--inner {
  display: flex;
  width: 7800px;
}

.mainZone .slider__contents--inner:first-child {
  margin-bottom: 18px;
}

.mainZone ul.slider__contents--list1, .mainZone ul.slider__contents--list2 {
  display: flex;
}

.mainZone ul.slider__contents--list1:first-child {
  animation: loop 200s -100s linear infinite;
  animation-direction: normal;
}

.mainZone ul.slider__contents--list1:last-child {
  animation: loop2 200s linear infinite;
  animation-direction: normal;
}

2
.mainZone ul.slider__contents--list1 li,
.mainZone ul.slider__contents--list2 li {
  margin: 0 10px;
}

.mainZone ul.slider__contents--list1 li img,
.mainZone ul.slider__contents--list2 li img {
  object-fit: fill;
  height: 32px;
  width: auto;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

.mainZone .logo_lifull img,
.mainZone .logo_sales img {
  padding: 2px 0;
}

.mainZone .logo_studist img {
  padding: 2px 0;
}

.mainZone .logo_smartcamp img {
  padding: 3px 0;
}

.mainZone .logo_cerebrix img {
  padding: 6px 0;
}

.mainZone .logo_persol img {
  padding: 3px 0;
}

.mainZone .logo_bizreach img {
  padding: 7px 0;
}

.mainZone .logo_hennge img {
  padding: 5px 0;
}

.mainZone .logo_softbank img {
  padding: 6px 0;
}

.mainZone .logo_kirala img,
.mainZone .logo_yuyuhome img {
  padding: 6px 0;
}

.mainZone .logo_no1 img,
.mainZone .logo_sms img {
  padding: 4px 0;
}

.mainZone .logo_gmo_dl img {
  padding: 7px 0;
}

.mainZone .logo_amnimo img {
  padding: 2px 0;
}

.mainZone .logo_sharefull img {
  padding: 6px 0;
}

.mainZone .logo_techacademy img {
  padding: 5px 0;
}

.mainZone .logo_qac img {
  padding: 2px 0;
}

.mainZone .logo_sekisui img {
  padding: 4px 0px;
}

.mainZone .logo_tryt img,
.mainZone .logo_kddi img {
  padding: 4px 0;
}

/*--------------------------------------
 feature
---------------------------------------*/
.featureZone {
  background-color: rgba(234, 243, 250, 0.5);
}

.featureZone .changeBox {
  margin-bottom: 75px;
}

.featureZone .changeBox .tabs {
  display: flex;
  margin-bottom: 50px;
  box-shadow: 0px 5px 10px rgba(150, 170, 197, 0.1);
  border-radius: 100px;
}

.featureZone .changeBox .tabs > li {
  width: 50%;
}

.featureZone .changeBox .tabs > li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #305EBE;
  height: 80px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
}

.featureZone .changeBox .tabs > li a:before {
  content: "";
  display: block;
  background: url("../../images/front_img2021/arw_r1_wht.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  width: 11px;
  height: 19px;
  margin-right: 25px;
}

.featureZone .changeBox .tabs > li.show a {
  background-color: #fff;
  color: #305EBE;
  cursor: default;
}

.featureZone .changeBox .tabs > li.show a:before {
  background-image: url("../../images/front_img2021/arw_r1_blue.svg");
  transform: translate(0, 2px) rotate(90deg);
}

.featureZone .changeBox .tabs > li.show a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #fff transparent transparent;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
}

.featureZone .changeBox .tabs > li.show a:hover {
  opacity: 1;
}

.featureZone .changeBox .tabs > li:first-child a {
  border-radius: 100px 0 0 100px;
}

.featureZone .changeBox .tabs > li:last-child a {
  border-radius: 0 100px 100px 0;
}

.featureZone .changeBox .conts {
  box-shadow: 0px 5px 10px rgba(150, 170, 197, 0.1);
}

.featureZone .changeBox .conts > li {
  display: none;
}

.featureZone .changeBox .conts > li.show {
  display: block;
}

.featureZone .changeBox .conts .noList {
  display: flex;
  background-color: #fff;
  padding: 30px 0;
  border-radius: 10px;
}

.featureZone .changeBox .conts .noList li {
  list-style: none;
}

.featureZone .changeBox .conts .noList > li {
  width: 33.33333%;
  padding: 20px 3.33333%;
}

.featureZone .changeBox .conts .noList > li + li {
  border-left: 1px solid #3095DF;
}

.featureZone .changeBox .conts .noList > li .ttl {
  margin-bottom: 15px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.featureZone .changeBox .conts .noList > li .ttl em {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #305EBE;
  width: 64px;
  height: 64px;
  margin: auto;
  color: #fff;
  font-style: normal;
  font-size: 3.0rem;
  border: 5px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: -72px;
  left: 0;
  right: 0;
}

.featureZone .changeBox .conts .noList > li .ttl span {
  display: block;
  color: #305EBE;
  font-size: 2.4rem;
}

.featureZone .changeBox .conts .noList > li .img {
  margin-bottom: 30px;
}

.featureZone .changeBox .conts .noList > li ul > li {
  padding-left: 33px;
  font-size: 1.6rem;
  line-height: 1.47059;
  position: relative;
}

.featureZone .changeBox .conts .noList > li ul > li:before {
  content: "";
  display: block;
  background: url("../../images/front_img2021/feature/icn_chk1.svg") 0 0 no-repeat;
  background-size: contain;
  width: 22px;
  height: 16px;
  position: absolute;
  top: 4px;
  left: 0;
}

.featureZone .changeBox .conts .noList > li ul > li + li {
  margin-top: 10px;
}

/*--------------------------------------
 cont1
---------------------------------------*/
.caseZone .u-ttlBox1 {
  margin-bottom: 30px;
}

.caseZone .lists {
  padding-top: 35px;
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.caseZone .lists li {
  width: 31%;
  margin-bottom: 30px;
}

.caseZone .lists li .img {
  display: none;
}

.caseZone .lists li:nth-child(1), .caseZone .lists li:nth-child(2) {
  width: 48%;
}

.caseZone .lists li:nth-child(1) .img, .caseZone .lists li:nth-child(2) .img {
  height: 320px;
  overflow: hidden;
  display: block;
}

.caseZone .lists li:nth-child(1) .img img, .caseZone .lists li:nth-child(2) .img img {
  width: 560px;
  height: 320px;
  object-fit: cover;
}

.caseZone .lists li:nth-child(3) a .txt, .caseZone .lists li:nth-child(4) a .txt, .caseZone .lists li:nth-child(5) a .txt {
  min-height: 7em;
}

.caseZone .lists li a {
  display: block;
  border-bottom: 2px solid #3090da;
}

.caseZone .lists li a .txt {
  padding: 20px 0;
  font-size: 1.8rem;
  display: flex;
  font-weight: bold;
  justify-content: space-between;
  align-items: center;
}

.caseZone .lists li a .txt:after {
  content: "";
  flex-shrink: 0;
  display: block;
  background: url(../../images/front_img2021/arw_r1_blue.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 11px;
  height: 19px;
  margin-left: 10px;
  margin-right: 0px;
}

/*--------------------------------------
 demo
---------------------------------------*/
.demoZone {
  background-color: rgba(234, 243, 250, 0.5);
}

.demoZone .demo {
  width: 375px;
  margin: 0 auto 30px auto;
}

/*--------------------------------------
 functions
---------------------------------------*/
.functionsZone {
  background-color: rgba(234, 243, 250, 0.5);
}

.functionsZone ul {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  margin-bottom: 40px;
  border-radius: 10px;
  box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.1);
}

.functionsZone ul > li {
  width: 25%;
  padding: 1.66667% 1.66667% 2.5%;
  position: relative;
}

.functionsZone ul > li:after {
  content: "";
  display: block;
  background-color: #3095DF;
  width: 1px;
  position: absolute;
  top: 15px;
  bottom: 15px;
  right: 0;
}

.functionsZone ul > li .img {
  margin-bottom: 20px;
}

.functionsZone ul > li:nth-child(n + 5):before {
  content: "";
  display: block;
  background-color: #3095DF;
  height: 1px;
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
}

.functionsZone ul > li:nth-child(4n):after {
  content: normal;
}

.functionsZone ul > li dl {
  text-align: center;
}

.functionsZone ul > li dt {
  margin-bottom: 5px;
  color: #305EBE;
  font-size: 2.2rem;
  font-weight: bold;
}

.functionsZone ul > li dd {
  color: #373737;
  font-size: 1.6rem;
  line-height: 1.5;
}

/*--------------------------------------
 media
---------------------------------------*/
.mediaZone h2 {
  margin-bottom: 40px;
  font-size: 2.4rem;
  text-align: center;
  position: relative;
}

.mediaZone h2:before {
  content: "";
  display: block;
  background: linear-gradient(to right, #3AE0CC 0, #3090DA 100%);
  width: 100%;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  left: 0;
}

.mediaZone h2 span {
  display: inline-block;
  background-color: #fff;
  padding: 0 1.125em;
  position: relative;
}

.mediaZone .img {
  text-align: center;
}

.mediaZone .img img {
  width: 96.75%;
}

/*--------------------------------------
 price
---------------------------------------*/
.priceZone .u-ttlBox1 {
  margin-bottom: 30px;
}

.priceZone h2 img {
  width: 195px;
  margin-right: 10px;
}

.priceZone .lead {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

.priceZone .lead em {
  font-style: normal;
  background: linear-gradient(transparent 60%, #FFFF00 0%);
}

.priceZone .priceBox {
  color: #305EBE;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}

.priceZone .priceBox dl {
  display: flex;
  align-items: center;
  color: #305EBE;
  font-weight: bold;
  margin-right: 50px;
}

.priceZone .priceBox dl:last-of-type {
  margin-right: 0px;
}

.priceZone .priceBox dl dt {
  line-height: 1;
  padding: .2em .5em;
  font-size: 2.4rem;
  border: 1px solid #305EBE;
  color: #305EBE;
  margin-right: 20px;
}

.priceZone .priceBox dl dd {
  font-size: 8rem;
  font-weight: bold;
  color: #305EBE;
}

.priceZone .priceBox dl dd .txt1 {
  font-size: 2.6rem;
  color: #305EBE;
}

.priceZone .priceBox dl dd .txt2 {
  display: inline-block;
  margin-left: .8em;
  font-size: 4.6rem;
  color: #305EBE;
}

.priceZone .note {
  text-align: center;
  margin-top: .8em;
}

.priceZone .meritBox {
  width: 100%;
  max-width: 1160px;
  margin: 35px auto;
  background-color: #305EBE;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  padding: 20px;
}

.priceZone .meritBox dl {
  width: 360px;
  background-color: #FFF;
  border-radius: 10px;
  padding: 30px 0 25px;
}

.priceZone .meritBox dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}

.priceZone .meritBox dl dt span {
  color: #305EBE;
}

.priceZone .meritBox dl dt img {
  width: 70px;
  margin-right: 10px;
}

.priceZone .meritBox dl dd {
  text-align: center;
  font-size: 1.8rem;
}

.priceZone .meritBox dl dd.mt {
  padding-top: 15px;
}

/*--------------------------------------
 cont1
---------------------------------------*/
.problemsZone .u-lead {
  margin-bottom: 25px;
}

.problemsZone .list {
  display: flex;
  flex-wrap: wrap;
  width: 1160px;
  margin: 0 auto;
  justify-content: space-between;
}

.problemsZone .list img {
  max-width: 100%;
}

.problemsZone .list li {
  margin-bottom: 30px;
  box-shadow: 5px 8px 15px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  position: relative;
  cursor: pointer;
}

.problemsZone .list li .in {
  width: 360px;
  height: 130px;
  display: flex;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0 10px 0 20px;
  background-color: #3095df;
  transition: 0.3s;
}

.problemsZone .list li .in:hover {
  filter: brightness(1.1);
}

.problemsZone .list li .in.in2 {
  background-color: #1d7cd1;
}

.problemsZone .list li .in.in3 {
  background-color: #305eb9;
}

.problemsZone .list li.show .tool {
  opacity: 1;
  visibility: visible;
}

.problemsZone .list li .txt {
  text-align: left;
  color: #fff;
  font-size: 2rem;
  width: 220px;
  display: flex;
  align-items: center;
}

.problemsZone .list li .txt:before {
  margin-right: 15px;
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url("../../images/front_img2021/problems/plus.svg");
  background-repeat: no-repeat;
}

.problemsZone .list li .img {
  width: 110px;
}

.problemsZone .list li .tool {
  border-radius: 20px;
  padding: 25px 23px;
  position: absolute;
  left: 50%;
  width: 400px;
  margin-left: -200px;
  top: 95%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 2;
}

.problemsZone .list li .tool dl {
  position: relative;
  z-index: 10;
}

.problemsZone .list li .tool .btnClose {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  display: block;
  background-color: #ccc;
  position: absolute;
  right: 20px;
  top: 30px;
  z-index: 10;
}

.problemsZone .list li .tool .btnClose:before, .problemsZone .list li .tool .btnClose:after {
  content: "";
  width: 15px;
  height: 2px;
  position: absolute;
  left: 7.5px;
  top: 14px;
  background-color: #fff;
}

.problemsZone .list li .tool .btnClose:before {
  transform: rotate(45deg);
}

.problemsZone .list li .tool .btnClose:after {
  transform: rotate(-45deg);
}

.problemsZone .list li .tool:after {
  content: "";
  display: block;
  position: absolute;
  width: 400px;
  height: 344px;
  background-image: url("../../images/front_img2021/problems/fukidashi.svg");
  background-repeat: no-repeat;
  background-size: cover;
  top: 0px;
  left: 0px;
}

.problemsZone .list li .tool:before {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  border-radius: 20px;
  width: 100%;
  bottom: 2px;
  left: 0px;
  width: 400px;
  height: 130px;
  box-shadow: 0px 15px 10px rgba(0, 0, 0, 0.1);
}

.problemsZone .list li .tool .img2 {
  margin: 0 auto;
  max-width: 220px;
  position: relative;
  z-index: 10;
}

.problemsZone .list li .tool dt {
  color: #305ebe;
  font-weight: bold;
  font-size: 2rem;
}

.problemsZone .list li .tool dt:after {
  content: "";
  display: block;
  width: 0;
  margin: 10px auto;
  height: 0;
  border-style: solid;
  border-width: 20px 40px 0 40px;
  border-color: #305ebe transparent transparent transparent;
}

.problemsZone .list li .tool dd {
  font-size: 1.6rem;
}

.problemsZone .kaiketsu {
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1em;
}

.problemsZone .kaiketsu img {
  width: 135px;
  height: 40px;
  margin: 0 10px;
}

.problemsZone .kaiketsu .blue {
  color: #305ebe;
}

.problemsZone .kaiketsu em {
  font-style: normal;
  background: linear-gradient(transparent 60%, #ffff00 0%);
}

.problemsZone .kaiketsu em.ti {
  display: inline-block;
  text-indent: -0.3em;
}

/*--------------------------------------
 support
---------------------------------------*/
.supportZone {
  background-color: rgba(234, 243, 250, 0.5);
}

.supportZone .lead {
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
}

.supportZone .imgs {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.supportZone .imgs li {
  width: 284px;
  border: 2px solid #2780C6;
  border-radius: 13px;
  background-color: #FFF;
  box-sizing: border-box;
  padding: 4px;
}

/*--------------------------------------
 webinar
---------------------------------------*/
.webinarZone {
  background-color: rgba(234, 243, 250, 0.5);
}

.webinarZone .u-ttlBox1 {
  margin-bottom: 30px;
}

.webinarZone .swiper-wrap {
  position: relative;
  width: 100%;
  max-width: 1250px;
  margin: 30px auto;
}

.webinarZone .swiper-wrap .swiper-container {
  width: 100%;
  margin: 30px auto;
  max-width: 1160px;
}

.webinarZone .swiper-wrap .swiper-button-disabled {
  opacity: 0;
}

.webinarZone .swiper-wrap .swiper-slide {
  width: 365px;
}

/*# sourceMappingURL=srcmap/index_pc.css.map */
