@charset "UTF-8";
/*----------------------------------------
  clearfix
----------------------------------------*/
.m-form__body th:after, .m-form__body td:after, .m-faq__answer:after, .l-footer__upper:after, .p-whitepaperSingle-block01__column:after, .p-information-single__body:after, .p-case-single__body:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/*----------------------------------------
  reset
----------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, dialog, figure, footer, header, hgroup, main, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: #333;
  vertical-align: baseline;
}

header, footer, article, section, aside, hgroup, nav, menu, figure, figcaption, time {
  display: block;
}

li {
  list-style: none;
}

ol li {
  list-style: decimal;
}

img {
  border: 0;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

hr {
  margin: 1em 0;
  padding: 0;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
}

input, select {
  vertical-align: middle;
}

input, textarea {
  margin: 0;
  padding: 0;
}
*, *:before, *:after {
    box-sizing: border-box;
}

/*----------------------------------------
  fontSize
----------------------------------------*/
html {
  font-size: 10px;
}

body {
  font-size: 1.4rem;
}

.u-wrapper-l {
  max-width: 1000px;
  margin: 0 auto;
}

.u-wrapper-m {
  max-width: 800px;
  margin: 0 auto;
}

.u-wrapper-s {
  max-width: 500px;
  margin: 0 auto;
}

.u-device-sp {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .u-device-sp {
    display: block;
  }
}

@media only screen and (max-width: 1024px) {
  .u-device-pc {
    display: none;
  }
}

/*----------------------------------------
  m-mainvisual
----------------------------------------*/
.m-mainvisual {
  position: relative;
  height: 941px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.m-mainvisual:before {
  content: '';
  position: absolute;
  background: url("/jp/wp-content/themes/miitel/assets/images/front/mainvisual-left.png") no-repeat left center;
  background-size: 97% auto;
  left: 0;
  top: 0;
  bottom: 70px;
  margin: auto;
  width: 50%;
  height: 100%;
  z-index: 1;
}

.m-mainvisual:after {
  content: '';
  position: absolute;
  background: url("/jp/wp-content/themes/miitel/assets/images/front/mainvisual-right.jpg") no-repeat center;
  background-size: cover;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50%;
  height: 100%;
  z-index: 1;
}

.m-mainvisual__spImg {
  display: none;
}

.m-mainvisual__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 2;
}

.m-mainvisual__main .number {
  display: block;
  font-size: 2.8rem;
  color: #2F363C;
  font-weight: bold;
  letter-spacing: 0.4em;
  margin: 0 0 28px;
  text-align: center;
}

.m-mainvisual__main .body {
  display: block;
  font-size: 4.5rem;
  color: #494949;
  font-weight: bold;
  line-height: 1.625;
  text-align: center;
  margin: 0 0 45px;
  letter-spacing: 4px;
}
.m-mainvisual__main .body_02 {
  font-size: 3.5rem;
  color: #494949;
}
.m-mainvisual__main .body .color {
  color: #3B98E2;
  position: relative;
}

.m-mainvisual__main .body .color::before {
  content: '・';
  color: #3B98E2;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -15px;
  font-size: 2.4rem;
}

.m-mainvisual__main .body .sizeL {
  font-size: 6.4rem;
  color: #3B98E2;
}

.m-mainvisual p {
  text-align: center;
  margin: 0 0 30px;
}

#m-mainvisual__txt {
  position: relative;
  top: 40px;
  text-align: center;
  margin: 35% 0 0 0;
  font-size: 1.6rem;
  color: #2F363C;
  font-weight: bold;
  letter-spacing: 4px;
  
}

.m-mainvisual p img {
  max-width: 300px;
}

.m-mainvisual__btn {
  background: #FFA700;
  width: 400px;
  height: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  color: #FFF;
  font-size: 2.2rem;
  font-weight: bold;
}

.m-mainvisual__btn svg {
  max-width: 24px;
  margin-right: 20px;
}

.m-mainvisual__btn svg .icon_file {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.m-mainvisual__btn:hover {
  color: #FFAC10;
  background: #ffe5ac;
  opacity: 1;
}

.m-mainvisual__btn:hover .icon_file {
  fill: #FFAC10;
}


.m-mainvisual__hr-logo{
  position: absolute;
  bottom: 80px;
  right: 25px;
  z-index: 2;
  width: 188px;
}
.m-mainvisual br.sp {
  display: none;
}
.m-mainvisual br.pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .m-mainvisual {
    height: auto;
    display: block;
    background: #FFF;
    padding-bottom: 8px;
  }
  .m-mainvisual:before, .m-mainvisual:after {
    content: none;
  }
  .m-mainvisual__spImg {
    display: block;
    margin: 0 0 10px;
  }
  .m-mainvisual__inner {
    display: block;
  }
  .m-mainvisual__main .number {
    font-size: 1.6rem;
    margin: 0 0 5px;
  }
  .m-mainvisual__main .body {
    font-size: 2.4rem;
    margin: 0 0 20px;
    letter-spacing: 0.07em;
    line-height: 1.5;
  }
  .m-mainvisual__main .body_02 {
    font-size: 2.0rem;
  }
  .m-mainvisual__main .body .sizeL {
    font-size: 3.2rem;
  }
  .m-mainvisual__main .body .color::before{
    font-size: 1.8rem;
  }
  .m-mainvisual p {
    padding-top: 10px;
    margin: 0 0 18px;
  }
  #m-mainvisual__txt {
    position: relative;
    top: 0;
    text-align: center;
    margin: 30px 0;
    font-size: 1.6rem;
    color: #494949;
  }
  .m-mainvisual p img {
    max-width: 104px;
    margin-top: 5%;
  }
  .m-mainvisual__btn {
    width: calc( 100% - 60px);
    margin: 0 auto;
    height: 60px;
    font-size: 1.6rem;
  }
  .m-mainvisual__btn svg {
    max-width: 22px;
    margin-right: 17px;
  }
  .m-mainvisual__hr-logo{
    position: absolute;
    top: 2%;
    left: 7%;
    width: 36vw;
  }
  .m-mainvisual br.sp {
    display: block;
  }
  .m-mainvisual br.pc {
    display: none;
  }
}

/*----------------------------------------
  m-pagevisual
----------------------------------------*/
.m-pagevisual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 170px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.m-pagevisual span {
  position: relative;
  line-height: 1;
}

.m-pagevisual span.en {
  font-size: 7.6rem;
  font-family: sans-serif;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.2);
  letter-spacing: .27em;
  z-index: 1;
  bottom: -20px;
}

.m-pagevisual span.jpn {
  font-size: 3.2rem;
  font-weight: bold;
  color: #FFF;
  letter-spacing: .25em;
  z-index: 2;
  top: -36px;
}

.m-pagevisual.-function {
  background-image: url("/jp/wp-content/themes/miitel/assets/images/visual_function.jpg");
}

.m-pagevisual.-whitepaper {
  background-image: url("/jp/wp-content/themes/miitel/assets/images/visual_whitepaper.jpg.webp");
}

.m-pagevisual.-request {
  background-image: url("/jp/wp-content/themes/miitel/assets/images/visual_request.jpg");
}

.m-pagevisual.-contact {
  background-image: url("/jp/wp-content/themes/miitel/assets/images/visual_contact.jpg");
}

.m-pagevisual.-information {
  background-image: url('/jp/wp-content/themes/miitel/assets/images/visual_information.jpg.webp');
}

.m-pagevisual.-faq {
  background-image: url("/jp/wp-content/themes/miitel/assets/images/visual_faq.jpg.webp");
}

.m-pagevisual.-case {
  background-image: url("/jp/wp-content/themes/miitel/assets/images/visual_case.jpg.webp");
}

@media only screen and (max-width: 1024px) {
  .m-pagevisual span.en {
    font-size: 6rem;
  }
  .m-pagevisual span.jpn {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .m-pagevisual {
    height: 80px;
  }
  .m-pagevisual span.en {
    font-size: 8.5vw;
    letter-spacing: .4em;
    bottom: -10px;
  }
  .m-pagevisual span.jpn {
    font-size: 4.8vw;
    letter-spacing: .05em;
    top: -15px;
  }
  .m-pagevisual.-whitepaper {
    background-image: url("/jp/wp-content/themes/miitel/assets/images/visual_whitepaper_sp.jpg.webp");
  }
  .m-pagevisual.-request {
    background-image: url("/jp/wp-content/themes/miitel/assets/images/visual_request_sp.jpg");
  }
  .m-pagevisual.-contact {
    background-image: url("/jp/wp-content/themes/miitel/assets/images/visual_contact.jpg");
  }
  .m-pagevisual.-information {
    background-image: url("/jp/wp-content/themes/miitel/assets/images/visual_information_sp.jpg.webp");
  }
  .m-pagevisual.-faq {
    background-image: url("/jp/wp-content/themes/miitel/assets/images/visual_faq_sp.jpg.webp");
  }
  .m-pagevisual.-case {
    background-image: url("/jp/wp-content/themes/miitel/assets/images/visual_case_sp.jpg.webp");
  }
}

/*----------------------------------------
  m-pagination
----------------------------------------*/
.m-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0;
}

.m-pagination__prev a, .m-pagination__next a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  height: 100px;
}

.m-pagination__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 20px;
}

.m-pagination__body li, .m-pagination__body a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #C9D4DE;
}

.m-pagination__body li {
  width: 50px;
  height: 50px;
  font-size: 2.4rem;
  margin: 0 5px;
}

.m-pagination__body a {
  width: 100%;
  height: 100%;
}

.m-pagination__body a:hover {
  color: #3B98E2;
}

.m-pagination__body .current {
  color: #3B98E2;
}

@media screen and (max-width: 767px) {
  .m-pagination {
    padding: 25px 0;
  }
  .m-pagination__prev a, .m-pagination__next a {
    width: 80px;
    height: 80px;
  }
  .m-pagination__body {
    margin: 0;
  }
  .m-pagination__body li {
    width: 25px;
    height: 25px;
    font-size: 1.6rem;
    margin: 0;
  }
}








.m-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 0;
  transform: scale(0.8);
}



/* .m-pagination__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 20px;
} */

.m-pagination .page-numbers{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #C9D4DE;
}

.m-pagination .page-numbers {
  width: 50px;
  height: 50px;
  font-size: 2.4rem;
  margin: 0 5px;
}

.m-pagination .prev, .m-pagination .next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  height: 100px;
}

.m-pagination .prev{
  background: url("/jp/wp-content/themes/miitel/assets/images/common/icon_arrow_prev.png") no-repeat center center / contain;
  margin-right: 20px;
}
.m-pagination .next{
  background: url("/jp/wp-content/themes/miitel/assets/images/common/icon_arrow_next.png") no-repeat center center / contain;
  margin-left: 20px;
}

/* .m-pagination__body a {
  width: 100%;
  height: 100%;
} */

.m-pagination .page-numbers:not(.dots):hover {
  color: #3B98E2;
}

.m-pagination .page-numbers.current {
  color: #3B98E2;
}

@media screen and (max-width: 767px) {
  .m-pagination {
    padding: 25px 0;
  }
  /* .m-pagination__body {
    margin: 0;
  } */
  .m-pagination .page-numbers {
    width: 25px;
    height: 25px;
    font-size: 1.6rem;
    margin: 0;
  }
  .m-pagination .prev, .m-pagination .next {
    width: 80px;
    height: 80px;
  }
}









/*----------------------------------------
  m-pageTop
----------------------------------------*/
.m-pageTop {
  position: absolute;
  right: 30px;
  top: 30px;
  max-width: 40px;
}

@media screen and (max-width: 767px) {
  .m-pageTop {
    top: 15px;
    max-width: 35px;
  }
}

/*----------------------------------------
  m-tabLayout
----------------------------------------*/
.m-tabLayout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 29px;
}

.m-tabLayout li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20%;
  font-size: 1.4rem;
  font-weight: bold;
  color: #C9D4DE;
  text-align: center;
  padding: 16px 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  position: relative;
  border: 1px solid #FAFBFC;
  border-bottom: 1px solid #3B98E2;
}

.m-tabLayout li.-active, .m-tabLayout li.current-cat {
  color: #3B98E2;
  border: 1px solid #3B98E2;
  background-color: #eff8ff;
}

.m-tabLayout li.-active:before, .m-tabLayout li.current-cat:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #FAFBFC;
  left: 0;
  bottom: -1px;
}

.m-tabLayout li.-active a, .m-tabLayout li.current-cat a {
  color: #3B98E2;
}

.m-tabLayout li:hover {
  color: #3B98E2;
}

.m-tabLayout li br {
  display: none;
}

.m-tabLayout li a {
  color: #C9D4DE;
}

.m-tabLayout li a:hover {
  color: #3B98E2;
}

.m-tabLayout.-column03 {
  border-bottom: 1px solid #3B98E2;
}

.m-tabLayout.-column03 li {
  border-bottom: none;
}

.m-tabArea__body {
  display: none;
}

.m-tabArea__body.-active {
  display: block;
}

@media screen and (max-width: 767px) {
  .m-tabLayout {
    max-width: 92%;
    padding: 0;
    margin: 0 auto 30px;
    display: flex;
    justify-content: flex-start;
  }
  .m-tabLayout li {
    height: 50px;
    font-size: 1.2rem;
    padding: 0 2px;
    width: 33.33%;
  }
  .m-tabLayout li br {
    display: block;
  }
  .m-tabLayout.-column03 li {
    width: 33.3333%;
  }
  .m-tabLayout.-spScroll {
    max-width: initial;
    overflow: scroll;
  }
  .m-tabLayout.-spScroll li {
    width: auto;
    min-width: 140px;
    padding: 21px 10px;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .m-tabArea__body {
    display: none;
  }
  .m-tabArea__body.-active {
    display: block;
  }
}

/*----------------------------------------
  m-paperList
----------------------------------------*/
.m-paperList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  justify-content: flex-start;
}

.m-paperList li {
  /*width: calc( ( 100% - 5px ) / 3);*/
  width: 32%;
  margin: 0 15px 48px 0;
}

.m-paperList li:nth-child(3n) {
  margin-right: 0;
}

.m-paperList li a {
  display: block;
}

.m-paperList li .sub {
  position: relative;
  overflow: hidden;
}

.m-paperList li .sub:before {
  content: "";
  display: inline-block;
  padding-top: 75.1%;
}

.m-paperList li .sub img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: auto;
}

.m-paperList li .sub .inner {
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 100%;
  padding: 0 23px 23px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(59, 152, 226, 0.5)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(59, 152, 226, 0.5) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(59, 152, 226, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(59, 152, 226, 0.5) 100%);
}

.m-paperList li .sub .cat {
  font-size: 1.2rem;
  color: #3B98E2;
  display: inline-block;
  padding: 6px 12px;
  background: #FFF;
  border-radius: 30px;
}

.m-paperList li .sub h2 {
  margin-top: 5px;
  color: #FFF;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

.m-paperList li .main {
  padding: 23px 23px 0;
}

.m-paperList li .main p {
  font-size: 1.6rem;
  color: #494949;
  line-height: 1.75;
}

.m-paperList li .main .icon {
  text-align: right;
  margin-top: 10px;
}

.m-paperList li .main .icon span {
  display: inline-block;
  font-size: 1.8rem;
  color: #209CFF;
  font-weight: bold;
  position: relative;
  padding: 2px 32px 2px 0;
}

.m-paperList li .main .icon span:after {
  content: "";
  position: absolute;
  background: url("/jp/wp-content/themes/miitel/assets/images/common/icon_arrow.png") no-repeat center;
  background-size: contain;
  width: 24px;
  height: 24px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .m-paperList {
    max-width: 100%;
    padding: 0;
    display: block;
  }
  .m-paperList li {
    width: 100%;
    margin: 0 0 36px;
  }
  .m-paperList li .sub .inner {
    padding: 0 21px 14px;
  }
  .m-paperList li .sub .cat {
    font-size: 1rem;
  }
  .m-paperList li .main {
    padding: 20px 30px 0;
  }
  .m-paperList li .main p {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
  .m-paperList li .main .icon {
    margin-top: 10px;
  }
  .m-paperList li .main .icon span {
    font-size: 1.2rem;
    padding: 2px 30px 2px 0;
  }
  .m-paperList li .main .icon span:after {
    width: 21px;
    height: 21px;
  }
}

/*----------------------------------------
  m-form
----------------------------------------*/

/* 追加 */
.user-number{
  width: 100%;
  height: 50px;
  font-size: 1.6rem;
  background: #fff;
  border: 1px solid #3B98E2;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  
}

/* ここまで */
.m-form input[type="checkbox"] {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
}

.m-form input[type="text"] {
  width: 100%;
  height: 50px;
  font-size: 1.6rem;
  background: #fff;
  border: 1px solid #3B98E2;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0;
}

.m-form input[type="text"]::-webkit-input-placeholder {
  color: #AFAFAF;
}

.m-form input[type="text"]::-moz-placeholder {
  color: #AFAFAF;
}

.m-form input[type="text"]:-ms-input-placeholder {
  color: #AFAFAF;
}

.m-form input[type="text"]::-ms-input-placeholder {
  color: #AFAFAF;
}

.m-form input[type="text"]::placeholder {
  color: #AFAFAF;
}

.m-form textarea {
  width: 100%;
  height: 260px;
  font-size: 1.6rem;
  background: #fff;
  border: 1px solid #3B98E2;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0;
}

.m-form textarea::-webkit-input-placeholder {
  color: #AFAFAF;
}

.m-form textarea::-moz-placeholder {
  color: #AFAFAF;
}

.m-form textarea:-ms-input-placeholder {
  color: #AFAFAF;
}

.m-form textarea::-ms-input-placeholder {
  color: #AFAFAF;
}

.m-form textarea::placeholder {
  color: #AFAFAF;
}

.m-form__body {
  width: 100%;
  margin: 0 0 50px;
}

.m-form__body th, .m-form__body td {
  word-break: break-all;
}

.m-form__body tr {
  border-bottom: 1px solid #DEE5EB;
}

.m-form__body tr:last-child {
  border-bottom: none;
}

.m-form__body th {
  width: 330px;
  background: #F4F6F8;
  padding: 42px 30px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.m-form__body td {
  font-size: 1.6rem;
  padding: 30px;
}

.m-form__body br {
  display: none;
}

.m-form__body .ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.m-form__body .name {
  position: relative;
  font-size: 1.6rem;
}

.m-form__body .name:before {
  content: "■";
  color: #3B98E2;
}

.m-form__body .square {
  color: #3B98E2;
}

.m-form__body .required {
  display: inline-block;
  width: 60px;
  height: 26px;
  font-size: 1.4rem;
  line-height: 26px;
  text-align: center;
  color: #fff;
  background: #E36C6C;
  border-radius: 5px;
  float: right;
}

.m-form__body .col-half {
  display: block;
  width: 48%;
  float: left;
  position: relative;
}

.m-form__body .col-half + .col-half {
  float: right;
}

.m-form__body .col-half span {
  position: absolute;
  color: #2F363C;
  top: -23px;
  left: 0;
  line-height: 1;
}

.m-form__body .col-half .error {
  position: static;
  color: #B70000;
  line-height: 1.5;
}

.m-form__body .field-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.m-form__body .field-name div {
  width: 48.5%;
}

.m-form__body .field-name span {
  display: inline-block;
  font-size: 1.6rem;
  margin: 0 0 10px;
}

.m-form__body .field-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.m-form__body .field-radio > span {
  margin: 0 20px 0 0;
}

.m-form__body .field-radio label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
  padding-left: 35px;
}

.m-form__body .field-radio label input[type="radio"] {
  opacity: 0;
  position: absolute;
  left: 0;
}

.m-form__body .field-radio label input[type="radio"]:checked + span:after {
  opacity: 1;
}

.m-form__body .field-radio label span {
  position: relative;
}

.m-form__body .field-radio label span:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  border: 1px solid #3B98E2;
  background: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: -35px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  border-radius: 50%;
}

.m-form__body .field-radio label span:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: #3B98E2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  border-radius: 50%;
  opacity: 0;
}

.m-form__body .field-radio input {
  margin: 0 5px 0 0;
}

.m-form__body.-confirm th, .m-form__body.-confirm td {
  padding: 20px 0;
}

.m-form__body.-confirm th {
  width: 230px;
  background: none;
}

.m-form__body.-confirm .name {
  margin: 0;
}

.m-form__check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 30px;
}

.m-form__check label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.m-form__check input {
  display: block;
  margin: 0 5px 0 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 25px;
  height: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 10px;
  background-image: url("/jp/wp-content/themes/miitel/assets/images/common/icon_check.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  outline: none;
}

.m-form__check input:checked {
  background-image: url("/jp/wp-content/themes/miitel/assets/images/common/icon_checked.png");
}

.m-form__check span {
  font-size: 1.5rem;
}

.m-form__check a {
  font-weight: bold;
  color: #3B98E2;
}

.m-form__check .error {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.m-form__txt {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 40px;
}

.m-form__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.m-form__btn input {
  max-width: 350px;
  width: 100%;
  height: 70px;
  font-size: 2.4rem;
  font-weight: bold;
  background: none;
  margin: 0 20px;
  border-radius: 35px;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFA700;
  color: #FFF;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.m-form__btn input:hover {
  color: #FFAC10;
  background: #ffe5ac;
}

.m-form__btn .back {
  color: #3B98E2;
  background: #fff;
  border: 2px solid #3B98E2;
}

.m-form__btn .back:hover {
  color: #3B98E2;
  background: #c3e4ff;
  border: 2px solid #c3e4ff;
}

.m-form__btn .submit {
  color: #fff;
  background: #FFAC10;
}

.m-form__btn .submit:hover {
  color: #FFAC10;
  background: #ffe5ac;
}

.confirm-message {
  display: none;
}

.mw_wp_form_confirm th, .mw_wp_form_confirm td {
  padding: 20px 0;
}

.mw_wp_form_confirm th {
  width: 230px;
  background: none;
}

.mw_wp_form_confirm .name {
  margin: 0;
}

.mw_wp_form_confirm span.required {
  display: none;
}

.mw_wp_form_confirm .field-name {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.mw_wp_form_confirm .field-name div {
  width: auto;
}

.mw_wp_form_confirm .field-name div + div {
  margin-left: 1.2em;
}

.mw_wp_form_confirm .field-name span {
  display: none !important;
}

.mw_wp_form_confirm .field-name br {
  display: none;
}

.mw_wp_form_confirm .m-form__check {
  display: none;
}

.mw_wp_form_confirm .confirm-message {
  display: block;
}

@media screen and (max-width: 767px) {
  .m-form__body {
    margin: 0 0 35px;
  }
  .m-form__body th, .m-form__body td {
    display: block;
  }
  .m-form__body th {
    width: 100%;
    background: none;
    padding: 25px 0 17px;
  }
  .m-form__body td {
    padding: 0 0 25px;
  }
  .m-form__body input[type="text"] {
    font-size: 1.4rem;
  }
  .m-form__body .ttl {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .m-form__body .name {
    font-size: 1.4rem;
    margin: 0 10px 0 0;
  }
  .m-form__body .col-half {
    width: 100%;
  }
  .m-form__body .col-half + .col-half {
    margin-top: 12px;
  }
  .m-form__body .col-half span {
    position: static;
    display: block;
    margin: 0 0 5px;
  }
  .m-form__body .required {
    width: 48px;
    height: 20px;
    line-height: 20px;
    font-size: 1.2rem;
    float: none;
    margin-left: 12px;
  }
  .m-form__body .field-name {
    display: block;
  }
  .m-form__body .field-name div {
    width: 100%;
    margin: 0 0 10px;
  }
  .m-form__body .field-name div:last-child {
    margin: 0;
  }
  .m-form__body .field-name span {
    font-size: 1.4rem;
    margin: 0 0 5px;
  }
  .m-form__body.-confirm tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .m-form__body.-confirm th, .m-form__body.-confirm td {
    width: 50%;
  }
  .m-form__body.-confirm th {
    width: 50%;
  }
  .m-form__body.-confirm .field-textarea {
    display: block;
  }
  .m-form__body.-confirm .field-textarea th, .m-form__body.-confirm .field-textarea td {
    width: 100%;
  }
  .m-form__body.-confirm .field-textarea th {
    padding: 20px 0 10px;
  }
  .m-form__body.-confirm .field-textarea td {
    padding: 0 0 20px;
  }
  .m-form__check {
    margin: 0 0 35px;
  }
  .m-form__check span {
    font-size: 1.4rem;
  }
  .m-form__txt {
    font-size: 1.6rem;
    margin: 0 0 35px;
  }
  .m-form__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-form__btn input {
    height: 60px;
    font-size: 1.6rem;
    margin: 0 0 10px;
  }
  .mw_wp_form_confirm tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mw_wp_form_confirm th, .mw_wp_form_confirm td {
    width: 50%;
  }
  .mw_wp_form_confirm th {
    width: 50%;
  }
  .mw_wp_form_confirm .field-textarea {
    display: block;
  }
  .mw_wp_form_confirm .field-textarea th, .mw_wp_form_confirm .field-textarea td {
    width: 100%;
  }
  .mw_wp_form_confirm .field-textarea th {
    padding: 20px 0 10px;
  }
  .mw_wp_form_confirm .field-textarea td {
    padding: 0 0 20px;
  }
  .mw_wp_form_confirm .field-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .mw_wp_form_confirm .field-name div {
    margin-bottom: 0;
    width: auto;
  }
  .mw_wp_form_confirm .field-name div:last-child {
    margin-left: 1.2em;
  }
  .mw_wp_form_confirm td {
    padding: 0;
  }
}

/*----------------------------------------
  m-cvArea
----------------------------------------*/
.m-cvArea {
  height: 344px;
  background: url("/jp/wp-content/themes/miitel/assets/images/common/bg_cvarea.jpg") no-repeat center;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.m-cvArea__body {
  color: #FFF;
  font-size: 2.9rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 0;
  transform: scale(0.8);
}

.m-cvArea__body span {
  font-size: 4.8rem;
  color: #FFF;
  font-weight: 900;
}

.m-cvArea__body span.radial {
  color: #FFF;
  position: relative;
}

.m-cvArea__body span.radial:before {
  content: "";
  position: absolute;
  top: -12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #FFF;
  left: 0;
  right: 0;
  margin: auto;
}

.m-cvArea__btn {
  background: #ff4b28;
  width: 546px;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  font-size: 2.4rem;
  color: #FFF;
  font-weight: bold;
  transform: scale(0.8);
}

.m-cvArea__btn svg {
  max-width: 29px;
  margin-right: 24px;
}

.m-cvArea__btn svg .icon_file {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.m-cvArea__btn:hover {
  color: #FFAC10;
  background: #ffe5ac;
  opacity: 1;
}

.m-cvArea__btn:hover .icon_file {
  fill: #FFAC10;
}

.m-cvArea .sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .m-cvArea {
    height: 280px;
    background: url("/jp/wp-content/themes/miitel/assets/images/common/bg_cvarea_sp.jpg") no-repeat center;
    background-size: cover;
  }
  .m-cvArea__body {
    font-size: 1.6rem;
    margin: 0 0 20px;
    line-height: 1.8;
    transform: scale(1.0);
  }
  .m-cvArea__body span {
    font-size: 2.2rem;
  }
  .m-cvArea__body span.radial:before {
    width: 4px;
    height: 4px;
  }
  .m-cvArea__btn {
    background: #ff4b28;
    width: calc( 100% - 60px);
    height: 60px;
    font-size: 1.8rem;
  }
  .m-cvArea__btn img {
    width: 22px;
    margin-right: 17px;
  }
  .m-cvArea .sp {
    display: block;
  }
}

/*----------------------------------------
  m-faq
----------------------------------------*/
.m-faq__question {
  font-size: 1.5rem;
  color: #494949;
  font-weight: bold;
  line-height: 1.5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #DEE5EB;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.m-faq__question.-active {
  border-bottom: 1px solid transparent;
  padding-bottom: 36px;
}

.m-faq__question.-active svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.m-faq__question.-active svg .cls-1 {
  fill: #3B98E2;
}

.m-faq__question:hover {
  opacity: 0.7;
  cursor: pointer;
}

.m-faq__question span {
  font-size: 2.6rem;
  color: #C9D4DE;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
  margin-right: 16px;
  position: relative;
  top: -3px;
}

.m-faq__question svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  transform: scale(0.8);
}

.m-faq__answer {
  background: #FFF;
  padding: 16px 28px;
  display: none;
}

.m-faq__answer span {
  float: left;
  font-size: 2.0rem;
  color: #3B98E2;
  line-height: 1.46;
  font-weight: bold;
  width: 22px;
}

.m-faq__answer p {
  float: left;
  color: #3c98e3;
  line-height: 2;
  width: calc( 100% - 38px);
  font-size: 0.9em;
}

@media screen and (max-width: 767px) {
  .m-faq__list {
    padding: 0;
  }
  .m-faq__item {
    border-bottom: 1px solid #DEE5EB;
    width: 92%;
    margin: 0 auto;
  }
  .m-faq__question {
    font-size: 1.2em;
    line-height: 1.5;
    padding: 18px 0 18px;
    border-bottom: none;
    width: 92%;
  }
  .m-faq__question.-active {
    padding-bottom: 24px;
  }
  .m-faq__question span {
    font-size: 2.2rem;
    margin-right: 12px;
  }
  .m-faq__question svg {
    width: 17px;
    height: 10px;
    right: -25px;
  }
  .m-faq__answer {
    padding: 18px 18px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto 18px;
  }
  .m-faq__answer span {
    font-size: 2.2rem;
    width: 32px;
  }
  .m-faq__answer p {
    font-size: 1em;
    width: calc( 100% - 32px);
  }
}

/*----------------------------------------
  m-caseList
----------------------------------------*/
.m-caseList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.m-caseList__item {
  width: 31.25%;
  margin-right: 3.12%;
  margin: 0 3.12% 48px 0;
}

.m-caseList__item:nth-child(3n) {
  margin-right: 0;
}

.m-caseList__item a {
  display: block;
}

.m-caseList__item .sub {
  margin: 0 0 13px;
}

.m-caseList__item .company {
  font-size: 1.1rem;
  color: #7B8E9F;
  margin: 12px 0 4px;
}

.m-caseList__item .title {
  font-size: 1.6rem;
  color: #494949;
  line-height: 1.6;
  position: relative;
  color: #3c98e3;
}

.m-caseList__item .title:after {
  content: "";
  position: relative;
  background: url("/jp/wp-content/themes/miitel/assets/images/front/icon_circle_arrow.png") no-repeat center;
  background-size: contain;
  width: 16px;
  height: 16px;
  left: 5px;
  top: 0px;
  display: inline-block;
}

.m-caseList__item ul {
  border-top: 1px solid #DEE5EB;
  margin: 10px 0 0;
  padding: 10px 0 0;
}

.m-caseList__item span {
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1.71;
}

.m-caseList__item .head {
  color: #3B98E2;
  min-width: 95px;
}

.m-caseList__item .body {
  color: #494949;
}

@media screen and (max-width: 767px) {
  .m-caseList {
    display: block;
  }
  .m-caseList__item {
    width: 100%;
    margin: 0;
  }
  .m-caseList__item + .m-caseList__item {
    margin: 36px 0 0;
  }
  .m-caseList__item .sub {
    margin: 0 0 18px;
  }
  .m-caseList__item .main {
    padding: 0 30px;
  }
  .m-caseList__item .title {
    font-size: 1.2em;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
  .m-caseList__item .title:after {
    width: 15px;
    height: 15px;
    top: 0px;
  }
  .m-caseList__item ul {
    border-top: none;
    margin: 10px 0 0;
    padding: 0;
  }
}

.js-visible {
  -webkit-transform: scale(1) !important;
      -ms-transform: scale(1) !important;
          transform: scale(1) !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/*----------------------------------------
  aspect-16-9
----------------------------------------*/
.aspect-16-9 {
  position: relative;
  width: 100%;
}

.aspect-16-9:before {
  content: "";
  display: block;
  padding-top: 56%;
}

.aspect-16-9__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.aspect-16-9__inner img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
}

/*----------------------------------------
  共通部分
----------------------------------------*/
body {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #333;
  background: #FAFBFC;
}

body.under {
  margin-top: 88px;
}

@media only screen and (max-width: 1305px) {
  body.under {
    margin-top: 78px;
  }
}

@media only screen and (max-width: 1024px) {
  body.under {
    margin-top: 65px;
  }
}

body.under .l-header {
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  body {
    margin-top: 66px;
  }
}

main {
  display: block;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, main {
    zoom: 1; 
  } 
}

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

a {
  color: #333;
  outline: none;
  text-decoration: none;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

a:hover {
  opacity: .7;
}

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

/*----------------------------------------
  l-header
----------------------------------------*/
.l-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8;

  transition: .5s;
  /* background: #FFF; */
}

.l-header.is-scroll{
  background: #FFF;
}

.l-header__logo {
  width: 275px;
}

.l-header__item {
  display: flex;
  align-items: center;
}
.l-header__net {
  margin-left: auto;
}
.l-header__net a {
  color: #2F363C;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 0.875em;
}
.l-header__net a::before{
  content:"";
  background-image:url("/jp/wp-content/themes/miitel/assets/images/front/icon_net.svg");
  position: absolute;
  width: 18px;
  height: 18px;
  left: -22px;
  top: 1px;
}
.l-header__login {
  margin-left: 15px;
}

.l-header__login a {
  color: #2F363C;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 0.875em;
}
.l-header__login a::after {
  position: absolute;
  bottom: -20px;;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #3B98E2;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.l-header__login a:hover::after {
  bottom: -10px;
  opacity: 1;
  visibility: visible;
}
.l-header__contact {
  margin-left: 15px;
}
.l-header__contact a {
  color: #2F363C;
  font-weight: bold;
  letter-spacing: 0em;
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 0.875em;
}
.l-header__contact a::after {
  position: absolute;
  bottom: -20px;;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #3B98E2;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.l-header__contact a:hover::after {
  bottom: -10px;
  opacity: 1;
  visibility: visible;
}
.l-header__btn {
  margin-left: 15px;
}
.l-header__btn a {
  display: inline-block;
  width: 125px;
  height: 48px;
  background: #ff4b28;
  border-radius: 28px;
  color: #FFF;
  line-height: 48px;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.l-header__btn a span {
  color: #FFF;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.l-header__btn a:hover {
  color: #FFAC10;
  background: #ffe5ac;
  opacity: 1;
}
.l-header__btn a:hover span {
  color: #FFAC10;
}
.l-header__hum {
  display: none;
}

@media only screen and (max-width: 1305px) {
  .l-header {
    max-width: 100%;
    padding: 43px 15px;
  }
  .l-header__logo {
    max-width: 285px;
  }
  .l-header__btn {
    margin-left: 20px;
  }
  .l-header__btn a {
    width: 95px;
    height: 48px;
    line-height: 48px;
    font-size: 0.875em;
  }
  .l-header.style01 .l-header__logo a img {
    width: 150px;
  }
}

@media only screen and (max-width: 1024px) {
  .l-header {
    padding: 10px 4% 10px;
    position: fixed;
    background: #FFF;
  }
  .l-header__logo {
    max-width: 150px;
    margin-right: auto;
    line-height: 1;
  }
  .l-header__login {
    display: none;
  }
  .l-header__contact {
    display: none;
  }
  .l-header__btn {
    display: none;
  }
  .l-header__net{
    display: none;
  }
  .l-header__hum {
    display: block;
    width: 44px;
    height: 44px;
    position: relative;
    right: -7px;
    z-index: 1000;
  }
  .l-header__hum span {
    position: absolute;
    display: inline-block;
    background: #494949;
    height: 1px;
    left: 10px;
    border-radius: 3px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .l-header__hum span:nth-child(1) {
    top: 11px;
    width: 26px;
  }
  .l-header__hum span:nth-child(2) {
    top: 21px;
    width: 22px;
  }
  .l-header__hum span:nth-child(3) {
    top: 31px;
    width: 18px;
  }
  .l-header__hum.-active span {
    background: #fff;
  }
  .l-header__hum.-active span:nth-child(1) {
    top: 21px;
    width: 26px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .l-header__hum.-active span:nth-child(2) {
    left: 20px;
    opacity: 0;
  }
  .l-header__hum.-active span:nth-child(3) {
    top: 21px;
    width: 26px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
.l-header-bottom_sp {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .l-header-bottom_sp {
    display: flex;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 60px;
    height: calc(60px + env(safe-area-inset-bottom));
    background-color: rgba(255,255,255,0.5);
    z-index: 99;
  }
  .l-header-bottom_sp .l-header__btn {
    display: block;
    margin-left: 0;
    line-height: calc(60px + env(safe-area-inset-bottom));
  }
  .l-header-bottom_sp .l-header__btn a{
    /*width: 140px;*/
    width: 280px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    font-size: 1.6rem;
  }
}
/*----------------------------------------
  l-footer
----------------------------------------*/
.l-footer {
  background: #3B98E2;
}

.l-footer__upper {
  max-width: 1340px;
  margin: 0 auto;
  padding: 50px 30px 80px;
  position: relative;
}

.l-footer__logo {
  max-width: 230px;
  float: left;
}

.l-footer__logoCaption {
  font-size: 1.3rem;
  color: #fff;
  margin-top: 15px;
  display: block;
  letter-spacing: 1.5px;
}

.l-footer__nav {
  float: right;
  padding-top: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12.8%;
}

.l-footer__nav ul {
  margin-left: 95px;
}

.l-footer__nav li {
  margin: 0 0 20px;
}

.l-footer__nav a {
  font-size: 1.4rem;
  line-height: 1.42;
  color: #FFF;
  font-weight: bold;
}

.l-footer__sns {
  position: absolute;
  right: 30px;
  bottom: 21px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-footer__sns a {
  line-height: 1;
  max-width: 26px;
  margin-left: 28px;
}

.l-footer__sns a:nth-child(3) {
  max-width: 30px;
}

.l-footer__sns a:nth-child(5) {
  max-width: 27px;
}

.l-footer__sns a:nth-child(6) {
  max-width: 28px;
}

.l-footer__bottom {
  border-top: 1px solid #fff;
}

.l-footer__bottom__inner {
  max-width: 1340px;
  margin: 0 auto;
  padding: 13px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-footer__bottom__inner .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-footer__bottom__inner .icon img {
/*  max-width: 88.5px;
  margin-right: 22px;*/
  max-height: 52px;
  width: auto;
  margin-right: 8px;
}

.l-footer__bottom__inner .icon span {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #FFF;
}

.l-footer__copyright {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #FFF;
}

@media only screen and (max-width: 1024px) {
  .l-footer__nav {
    margin-right: 10%;
  }
  .l-footer__nav ul {
    margin-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__upper {
    max-width: 100%;
    padding: 60px 0 70px;
  }
  .l-footer__logo {
    max-width: 230px;
    float: none;
    margin: 30px auto 40px;
  }
  .l-footer__logoCaption {
    margin-top: 28px;
    display: block;
    font-size: 1.4rem;
    line-height: 1.42;
    text-align: center;
    color: #FFF;
    font-weight: bold;
  }
  .l-footer__nav {
    float: none;
    padding-top: 0px;
    display: block;
    margin-right: 0;
  }
  .l-footer__nav ul {
    margin-left: 0;
  }
  .l-footer__nav ul.flagLayout {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-footer__nav ul.flagLayout li {
    border-bottom: none;
    position: relative;
  }
  .l-footer__nav ul.flagLayout li + li {
    margin-left: 1em;
  }
  .l-footer__nav ul.flagLayout li + li:before {
    content: "／";
    position: absolute;
    color: #FFF;
    font-size: 1.2rem;
    left: -1em;
  }
  .l-footer__nav ul.flagLayout a {
    font-size: 1.2rem;
    padding: 0;
    font-weight: normal;
  }
  .l-footer__nav li {
    margin: 0;
    border-bottom: 1px solid #fff;
  }
  .l-footer__nav a {
    display: block;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 14px 4%;
  }
  .l-footer__sns {
    position: static;
    padding: 0 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-footer__sns a {
    max-width: 33px;
    margin-left: 0;
  }
  .l-footer__sns a:nth-child(3) {
    max-width: 38px;
  }
  .l-footer__sns a:nth-child(5) {
    max-width: 35px;
  }
  .l-footer__sns a:nth-child(6) {
    max-width: 36px;
  }
  .l-footer__bottom__inner {
    max-width: 100%;
    padding: 28px 30px 24px;
    display: block;
  }
  .l-footer__bottom__inner .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-footer__bottom__inner .icon a {
    max-width: 20.4%;
    margin-right: 2.6%;
  }
  .l-footer__bottom__inner .icon a img {
    max-width: 100%!important;
    margin-right: 0%!important;
  }
  .l-footer__bottom__inner .icon img {
    max-width: 20.4%;
    margin-right: 2.6%;
  }
  .l-footer__bottom__inner .icon span {
    font-size: 3.2vw;
  }
  .l-footer__copyright {
    margin-top: 30px;
    display: block;
    text-align: center;
  }
}

/*----------------------------------------
  l-nav
----------------------------------------*/
.l-nav{
  margin-left: 16px;
}
.l-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-nav__list li {
  margin: 0 45px 0 0;
}

.l-nav__list a {
  color: #2F363C;
  font-weight: bold;
  letter-spacing: 0em;
  font-size: 1.4rem;
  white-space: nowrap;
  position: relative;
  display: inline-block;
  text-decoration: none;
  }
  .l-nav__list a::after {
    position: absolute;
    bottom: -20px;;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    background: #3B98E2;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
  }
  .l-nav__list a:hover::after {
    bottom: -10px;
    opacity: 1;
    visibility: visible;
  }

  .l-nav__list .current{
    color: #2F363C;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: relative;
    display: inline-block;
    text-decoration: none;
    }
    .l-nav__list .current::after {
      position: absolute;
      bottom: -10px;;
      left: 0;
      content: '';
      width: 100%;
      height: 3px;
      background: #3B98E2;
      opacity: 1;
      visibility: visible;
    }

  .list-secound {
    position: relative;
  }

  .list-secound .list-secound__content {
    position: absolute;
    /*width: 200px;*/
    height: 0;
    padding: 20px;
    background-color: #ffffff;
    top: 20px;
    left: -20px;
    transition: .5s;
    opacity: 0;
    overflow: hidden;
  }
  .list-secound .list-secound__content li {
    margin-right: 0px!important;
    margin-bottom: 10px;
  }
  .list-secound .list-secound__content li:last-child {
    margin-bottom: 0px;
  }
  .list-secound .list-secound__content li a:after {
    display: none;
  }
  .list-secound:hover .list-secound__content {
    position: absolute;
    height: auto;
    top: 100%;
    left: -20px;
    opacity: 1;
  }

@media only screen and (max-width: 1024px) {
  .list-secound {
    position: static;
  }

  .l-nav__list .list-secound a {
    display: inline-block;
  }

  .list-secound .list-secound__content {
    position: static;
    display: none;
    width: auto;
    height: 165px;
    padding: 0;
    margin-left: 20px;
    background-color: transparent;
    height: auto;
    transition: .3s;
    opacity: 1;
  }
  .list-secound .list-secound__content li{
    border-top: none;
  }
  .list-secound .list-secound__content li a{
    display: block;
    padding: 5px 4%;
  }
  .list-secound .list-secound__content li:last-child a{
    padding: 5px 4% 15px 4%;
  }
  .list-secound:hover .list-secound__content {
    position: static;
    height: auto;
    opacity: 1;
  }
  
}

@media only screen and (max-width: 1305px) {
  .l-nav__list li {
    margin: 0 12px 0 0;
  }
}

@media only screen and (max-width: 1024px) {
  .l-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #3B98E2;
    padding: 70px 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    overflow-y: scroll;
  }
  .l-nav__logo {
    max-width: 122px;
    position: absolute;
    top: 10px;
    left: 4%;
  }
  .l-nav__list {
    display: block;
  }
  .l-nav__list li {
    margin: 0;
  }
  .l-nav__list li + li {
    border-top: 1px solid #fff;
  }
  .l-nav__list a {
    display: block;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0;
    padding: 14px 4%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-transition-delay: 0.2s;
         -o-transition-delay: 0.2s;
            transition-delay: 0.2s;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .l-nav__list a.-open {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .l-nav__btn {
    padding: 0 4%;
    margin-top: 25px;
    display: none;
  }
  .l-nav__btn a {
    width: 100%;
    height: 60px;
    background: #ff4b28;
    color: #FFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: bold;
    border-radius: 30px;
  }
  .l-nav__btn a img {
    width: 22px;
    margin-right: 18px;
  }
  .js-targetNav--ex {
    visibility: visible;
    opacity: 1;
    height: 100vh;
  }
}

/*----------------------------------------
  p-common
----------------------------------------*/
/*----------------------------------------
  p-front
----------------------------------------*/
.slider__contents{
  margin-top: 64px;
}
.p-front {
  padding: 107px 0 0;
}

.p-front__lead {
  font-size: 2.4rem;
  color: #2F363C;
  text-align: center;
  margin: 0 0 60px;
  font-weight: bold;
}

.p-front__lead br {
  display: none;
}

.p-front__tickerSlider {
  margin: 0 0 32px;
}

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

.p-front__tickerSlider__list {
  margin: 0 0 35px;
  max-width: 100%;
}

.p-front__tickerSlider__list li {
  height: 42px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 10px;
}

* {
  min-height:0;
  min-width : 0;
}
* {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.p-front__tickerSlider__list li.logo_arm-treasuredata img {
  height: auto;
}

.p-front__tickerSlider__list li.logo_neocareer img {
  height: 38px;
}

.p-front__tickerSlider__list li.logo_sales img {
  height: 30px;
}

.p-front__tickerSlider__list li.logo_en img {
  height: 32px;
}

.p-front__tickerSlider__list li.logo_studist img {
  height: 26px;
}

.p-front__tickerSlider__list li.logo_moneyforward img {
  height: 32px;
}

.p-front__tickerSlider__list li.logo_smartcamp img {
  height: 28px;
}

.p-front__tickerSlider__list li.logo_v-cuve img {
  height: 32px;
}

.p-front__tickerSlider__list li.logo_persol img {
  height: 26px;
}

.p-front__tickerSlider__list li.logo_bizreach img {
  height: 22px;
}

.p-front__tickerSlider__list li.logo_nexway img {
  height: 36px;
}

.p-front__tickerSlider__list li.logo_hennge img {
  height: 26px;
}

.p-front__tickerSlider__list li.logo_lancers img {
  height: 30px;
}

.p-front__tickerSlider__list li.logo_eon img {
  height: 32px;
}

.p-front__tickerSlider__list li.logo_cookbiz img {
  height: 50px;
}

.p-front__tickerSlider__list li.logo_softbank img {
  height: 24px;
}

.p-front__tickerSlider__list li.logo_yappli img {
  height: 34px;
}

.p-front__tickerSlider__list li.logo_lifull img {
  height: 32px;
}

.p-front__tickerSlider__list li.logo_cerebrix img {
  height: 26px;
}

.p-front__tickerSlider__list li.logo_rakuten_communications img {
  height: 42px;
}

.p-front__tickerSlider__list li.logo_tepco_life_service img {
  height: 42px;
}

.p-front__tickerSlider__list li.logo_fujitsu img {
  height: 42px;
}
.p-front__tickerSlider__list li.logo_newton img {
  height: 32px;
}
.p-front__tickerSlider__list li.logo_pasela img {
  height: 32px;
}
.p-front__tickerSlider__list li.logo_sansan img {
  height: 34px;
}
.p-front__tickerSlider__list li.logo_kirala img {
  height: 24px;
}
.p-front__tickerSlider__list li.logo_yuyuhome img {
  height: 22px;
}
.p-front__tickerSlider__list li.logo_no1 img {
  height: 28px;
}
.p-front__tickerSlider__list li.logo_sms img {
  height: 28px;
}
.p-front__tickerSlider__list li.logo_gmo_dl img {
  height: 20px;
}
.p-front__tickerSlider__list li.logo_oro img {
  height: 34px;
}
.p-front__tickerSlider__list li.logo_amnimo img {
  height: 28px;
}
.p-front__tickerSlider__list li.logo_circle img {
  height: 40px;
}
.p-front__tickerSlider__list li.logo_qac img {
  height: 30px;
}
.p-front__tickerSlider__list li.logo_carryme img {
  height: 42px;
}
.p-front__tickerSlider__list li.logo_carryme img {
  height: 42px;
}
.p-front__tickerSlider__list li.logo_nakamura img {
  height: 42px;
}
.p-front__tickerSlider__list li.logo_sharefull img {
  height: 22px;
}
.p-front__tickerSlider__list li.logo_techacademy img {
  height: 24px;
}
.p-front__tickerSlider__list li.logo_lift img {
  height: 36px;
}
.p-front__tickerSlider__list li.logo_askgate img {
  height: 32px;
}
@media screen and (max-width: 767px) {
  .p-front__tickerSlider__list li {
    height: 30px;
    padding: 5px 10px;
  }
  .p-front__tickerSlider__list li.logo_arm-treasuredata img {
    height: auto;
  }
  .p-front__tickerSlider__list li.logo_neocareer img {
    height: auto;
  }
  .p-front__tickerSlider__list li.logo_sales img {
    height: 24px;
  }
  .p-front__tickerSlider__list li.logo_en img {
    height: auto;
  }
  .p-front__tickerSlider__list li.logo_studist img {
    height: 22px;
  }
  .p-front__tickerSlider__list li.logo_moneyforward img {
    height: 22px;
  }
  .p-front__tickerSlider__list li.logo_smartcamp img {
    height: 22px;
  }
  .p-front__tickerSlider__list li.logo_v-cuve img {
    height: auto;
  }
  .p-front__tickerSlider__list li.logo_persol img {
    height: 22px;
  }
  .p-front__tickerSlider__list li.logo_bizreach img {
    height: 16px;
  }
  .p-front__tickerSlider__list li.logo_nexway img {
    height: auto;
  }
  .p-front__tickerSlider__list li.logo_hennge img {
    height: 20px;
  }
  .p-front__tickerSlider__list li.logo_lancers img {
    height: 26px;
  }
  .p-front__tickerSlider__list li.logo_eon img {
    height: auto;
  }
  .p-front__tickerSlider__list li.logo_cookbiz img {
    height: auto;
  }
  .p-front__tickerSlider__list li.logo_softbank img {
    height: 18px;
  }
  .p-front__tickerSlider__list li.logo_yappli img {
    height: auto;
  }
  .p-front__tickerSlider__list li.logo_lifull img {
    height: 26px;
  }
  .p-front__tickerSlider__list li.logo_cerebrix img {
    height: 20px;
  }
  .p-front__tickerSlider__list li.logo_rakuten_communications img {
    height: auto;
  }
  .p-front__tickerSlider__list li.logo_tepco_life_service img {
    height: auto;
  }
  .p-front__tickerSlider__list li.logo_fujitsu img {
    height: auto;
  }
  .p-front__tickerSlider__list li.logo_pasela img {
    height: 24px;
  }
  .p-front__tickerSlider__list li.logo_newton img {
    height: 26px;
  }
  .p-front__tickerSlider__list li.logo_sansan img {
    height: 26px;
  }
  .p-front__tickerSlider__list li.logo_kirala img {
    height: 18px;
  }
  .p-front__tickerSlider__list li.logo_yuyuhome img {
    height: 18px;
  }
  .p-front__tickerSlider__list li.logo_no1 img {
    height: 24px;
  }
  .p-front__tickerSlider__list li.logo_sms img {
    height: 24px;
  }
  .p-front__tickerSlider__list li.logo_gmo_dl img {
    height: 16px;
  }
  .p-front__tickerSlider__list li.logo_oro img {
    height: 26px;
  }
  .p-front__tickerSlider__list li.logo_amnimo img {
    height: 24px;
  }
  .p-front__tickerSlider__list li.logo_circle img {
    height: 42px;
  }
  .p-front__tickerSlider__list li.logo_qac img {
    height: 26px;
  }
  .p-front__tickerSlider__list li.logo_carryme img {
    height: 42px;
  }
  .p-front__tickerSlider__list li.logo_nakamura img {
    height: 42px;
  }
  .p-front__tickerSlider__list li.logo_sharefull img {
    height: 18px;
  }
  .p-front__tickerSlider__list li.logo_techacademy img {
    height: 20px;
  }
  .p-front__tickerSlider__list li.logo_lift img {
    height: 28px;
  }
  .p-front__tickerSlider__list li.logo_askgate img {
    height: 26px;
  }
}

.p-front__next {
  height: 300px;
  background: url("/jp/wp-content/themes/miitel/assets/images/front/arrow.png") no-repeat center center;
  background-size: contain;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-front__next__txt {
  font-size: 3.2rem;
  letter-spacing: 0.2em;
  line-height: 2;
  text-align: center;
  font-weight: bold;
}

.p-front__next__txt span {
  font-weight: bold;
  color: #209CFF;
}

.media__logo--wrapper img {
  max-width: 600px;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 767px) {
  .sec07 {
      padding: 45px 0px 0px!important;
  }
  .slider__contents{
    margin-top: 20px;
  }
  .p-front {
    padding: 63px 0 0;
  }
  .p-front__lead {
    font-size: 1.6rem;
    line-height: 1.75;
    margin: 0 0 40px;
  }
  .p-front__lead br {
    display: block;
  }
  .p-front__lead span {
    display: none;
  }
  .p-front__img {
    margin: 0 0 80px;
  }
  .p-front__next {
    height: 173px;
    background-size: cover;
  }
  .p-front__next__txt {
    font-size: 1.6rem;
  }
}

.p-front-block01 {
  position: relative;
  overflow-x: hidden;
}

.p-front-block01:before {
  content: "";
  position: absolute;
  left: 0;
  top: 120px;
  width: 89.5%;
  background: #3B98E2;
  height: 440px;
  border-radius: 0 307px 307px 0;
}

.p-front-block01__head {
  font-size: 4rem;
  color: #2F363C;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin: 0 0 100px;
}

.p-front-block01__head:after {
  content: "";
  position: absolute;
  width: 29px;
  height: 4px;
  background: #3B98E2;
  border-radius: 7px;
  right: 0;
  left: 0;
  bottom: -18px;
  margin: auto;
}

.p-front-block01__body {
  line-height: 2.66;
  font-size: 2.4rem;
  color: #FFF;
  position: relative;
  text-align: center;
  margin: 0 0 44px;
  font-weight: bold;
  letter-spacing: 0.2em;
}

.p-front-block01__body .radial {
  position: relative;
  color: #FFF;
}

.p-front-block01__body .radial:before {
  content: "";
  position: absolute;
  top: -10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #FFF;
  left: 0;
  right: 0;
  margin: auto;
}

.p-front-block01__body br.sp {
  display: none;
}

.p-front-block01__foot {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1782px;
  margin: 0 auto 18px;
  padding: 0 30px;
}

.p-front-block01__foot li {
  width: 18.5%;
}

.p-front-block01__foot li:nth-child(even) {
  padding-top: 30px;
}

.p-front-block01__foot li img {
  display: none;
  position: relative;
  left: -15px;
  top: -15px;
  width: calc( 100% + 15px);
}

.p-front-block01__foot li img.pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .p-front-block01:before {
    width: 100%;
    height: 246px;
    border-radius: 0;
    top: 80px;
  }
  .p-front-block01__head {
    font-size: 2.2rem;
    margin: 0 0 80px;
  }
  .p-front-block01__head:after {
    width: 16px;
    height: 2px;
    bottom: -11px;
  }
  .p-front-block01__body {
    line-height: 2.62;
    font-size: 1.6rem;
    margin: 0 0 20px;
    text-align: left;
    padding: 0 40px;
  }
  .p-front-block01__body .radial {
    position: relative;
    color: #FFF;
  }
  .p-front-block01__body .radial:before {
    content: none;
  }
  .p-front-block01__body br.sp {
    display: block;
  }
  .p-front-block01__foot {
    position: relative;
    display: block;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
  }
  .p-front-block01__foot li {
    width: 100%;
    position: relative;
  }
  .p-front-block01__foot li:nth-child(odd) img {
    left: -12px;
  }
  .p-front-block01__foot li:nth-child(even) {
    padding-top: 0;
    margin-left: auto;
  }
  .p-front-block01__foot li:nth-child(even) img {
    left: 12px;
  }
  .p-front-block01__foot li:nth-child(1) {
    width: 74.6%;
  }
  .p-front-block01__foot li:nth-child(2) {
    top: -99px;
    width: 84.6%;
  }
  .p-front-block01__foot li:nth-child(3) {
    top: -207px;
    width: 72.6%;
  }
  .p-front-block01__foot li:nth-child(4) {
    top: -299px;
    width: 77.6%;
  }
  .p-front-block01__foot li:nth-child(5) {
    margin-top: -386px;
    width: 93.8%;
  }
  .p-front-block01__foot li img {
    display: inline-block;
    position: relative;
    top: -30px;
    width: 100%;
  }
  .p-front-block01__foot li img.pc {
    display: none;
  }
}

.p-front-block02 {
  padding: 80px 0 0;
  overflow: hidden;
}

.p-front-block02__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-left: 10%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 64px;
}

@media only screen and (max-width: 1024px) {
  .p-front-block02__inner {
    padding-left: 30px;
  }
}

.p-front-block02__sub {
  width: 72%;
  position: relative;
}

.p-front-block02__sub .pc img {
  position: absolute;
}

.p-front-block02__sub .pc img:nth-child(1) {
  left: 0;
  bottom: -90px;
  width: 68.8%;
  z-index: 2;
}

@media only screen and (max-width: 1400px) {
  .p-front-block02__sub .pc img:nth-child(1) {
    bottom: -30px;
  }
}

@media only screen and (max-width: 1250px) {
  .p-front-block02__sub .pc img:nth-child(1) {
    bottom: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .p-front-block02__sub .pc img:nth-child(1) {
    width: 80%;
  }
}

.p-front-block02__sub .pc img:nth-child(2) {
  right: 0;
  top: -145px;
  width: 83.6%;
  z-index: 1;
}

@media only screen and (max-width: 1700px) {
  .p-front-block02__sub .pc img:nth-child(2) {
    top: -60px;
  }
}

@media only screen and (max-width: 1400px) {
  .p-front-block02__sub .pc img:nth-child(2) {
    top: -30px;
  }
}

@media only screen and (max-width: 1200px) {
  .p-front-block02__sub .pc img:nth-child(2) {
    top: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .p-front-block02__sub .pc img:nth-child(2) {
    top: 30px;
  }
}

.p-front-block02__sub .pc img:nth-child(3) {
  width: 308px;
  right: 18.1%;
  bottom: 55px;
  z-index: 3;
}

@media only screen and (max-width: 1700px) {
  .p-front-block02__sub .pc img:nth-child(3) {
    right: 13%;
  }
}

@media only screen and (max-width: 1400px) {
  .p-front-block02__sub .pc img:nth-child(3) {
    bottom: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .p-front-block02__sub .pc img:nth-child(3) {
    width: 230px;
    right: 5%;
    bottom: 50px;
  }
}

@media only screen and (max-width: 1024px) {
  .p-front-block02__sub .pc img:nth-child(3) {
    bottom: 80px;
  }
}

.p-front-block02__sub .sp {
  display: none;
}

.p-front-block02__main {
  width: 28%;
}

.p-front-block02__main h2 {
  font-size: 1.6vw;
  color: #2F363C;
  line-height: 2;
  letter-spacing: 0.2em;
  margin: 0 0 45px;
}

.p-front-block02__main p {
  font-size: 1.6rem;
  color: #2F363C;
  line-height: 2;
  letter-spacing: 0.1em;
  margin: 0 0 37px;
}

@media only screen and (max-width: 1024px) {
  .p-front-block02__main p {
    font-size: 1.5vw;
  }
}

.p-front-block02__main a {
  display: inline-block;
  width: 375px;
  max-width: 100%;
  height: 70px;
  line-height: 70px;
  background: #3B98E2;
  border-radius: 35px;
  text-align: center;
  color: #FFF;
  font-size: 2.4rem;
  font-weight: bold;
}

.p-front-block02__main a:hover {
  color: #3B98E2;
  background: #c3e4ff;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .p-front-block02 {
    padding: 36px 0 0;
    overflow: hidden;
  }
  .p-front-block02__inner {
    display: block;
    padding: 0;
    margin: 0;
  }
  .p-front-block02__sub {
    width: 100%;
    margin: 0 0 20px;
    height: 290px;
  }
  .p-front-block02__sub .pc {
    display: none;
  }
  .p-front-block02__sub .sp {
    display: block;
  }
  .p-front-block02__sub .sp img {
    position: absolute;
  }
  .p-front-block02__sub .sp img:nth-child(1) {
    width: 65.5%;
    bottom: 0;
    left: 7px;
    z-index: 2;
  }
  .p-front-block02__sub .sp img:nth-child(2) {
    width: calc( 100% - 30px);
    right: 0;
    top: 0;
    z-index: 1;
  }
  .p-front-block02__sub .sp img:nth-child(3) {
    width: 42%;
    right: 7px;
    bottom: 25px;
    z-index: 3;
  }
  .p-front-block02__main {
    width: 100%;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .p-front-block02__main h2 {
    font-size: 1.8rem;
    margin: 0 0 24px;
  }
  .p-front-block02__main p {
    font-size: 1.4rem;
    margin: 0 0 24px;
  }
  .p-front-block02__main a {
    display: block;
    width: 100%;
    max-width: 206px;
    margin: 0 auto;
    height: 48px;
    line-height: 48px;
    border-radius: 35px;
    font-size: 1.4rem;
    background: #209CFF;
  }
}

.p-front-block03 {
  padding: 90px 0 60px;
}

.p-front-block03__body {
  max-width: 1340px;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

.p-front-block03__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin: 0 0 94px;
}

.p-front-block03__item:last-child {
  margin: 0;
}

.p-front-block03__item:last-child .p-front-block03__main {
  height: 343px;
}

.p-front-block03__item:last-child .p-front-block03__main:before {
  height: 63%;
}

.p-front-block03__item.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.p-front-block03__item.-reverse .p-front-block03__main {
  left: 0;
  right: auto;
}

.p-front-block03__sub {
  width: 62.5%;
  border-radius: 10px;
  overflow: hidden;
}

.p-front-block03__main {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 43%;
  height: 389px;
}

.p-front-block03__main:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 67%;
  background: #FFF;
  bottom: 0;
  left: 0;
}

.p-front-block03__main .num {
  position: relative;
  margin: 0 auto 25px;
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #1696D9;
  background: #FFF;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: sans-serif;
  font-weight: bold;
  border-radius: 50%;
}

.p-front-block03__main h2 {
  color: #3B98E2;
  font-family: sans-serif;
  font-weight: 100;
  font-size: 6.4rem;
  line-height: 1.2;
  position: relative;
  text-align: center;
  margin: 0 0 47px;
}

.p-front-block03__main h2:after {
  content: "";
  position: absolute;
  width: 29px;
  height: 2px;
  background: #3B98E2;
  border-radius: 7px;
  right: 0;
  left: 0;
  bottom: -12px;
  margin: auto;
}

.p-front-block03__main p {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  color: #393939;
  line-height: 2.4;
  text-align: center;
  letter-spacing: 0.2em;
}

.p-front-block03__main p span {
  color: #1696D9;
}

@media screen and (max-width: 767px) {
  .p-front-block03 {
    padding: 36px 0 0;
  }
  .p-front-block03__body {
    max-width: 100%;
    padding: 0;
    margin: 0 0 -61px;
  }
  .p-front-block03__item {
    display: block;
    margin: 0;
  }
  .p-front-block03__item:last-child {
    margin: -50px 0 0;
  }
  .p-front-block03__item:last-child .p-front-block03__main {
    height: auto;
  }
  .p-front-block03__item:last-child .p-front-block03__main:before {
    height: 68%;
  }
  .p-front-block03__item.-reverse {
    margin-top: -50px;
  }
  .p-front-block03__item.-reverse .p-front-block03__main {
    margin: 0 0 0 auto;
  }
  .p-front-block03__item.-reverse .p-front-block03__main .num {
    margin: 0 15% 0 auto;
  }
  .p-front-block03__item.-reverse .p-front-block03__sub {
    border-radius: 0 3px 3px 0;
    margin: 0 auto 0 0;
  }
  .p-front-block03__sub {
    width: 80%;
    border-radius: 3px 0 0 3px;
    margin-left: auto;
  }
  .p-front-block03__main {
    position: relative;
    width: 92%;
    height: auto;
    top: -86px;
    padding-bottom: 28px;
    margin: 0 auto 0 0;
  }
  .p-front-block03__main:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 71%;
    background: #FFF;
    bottom: 0;
  }
  .p-front-block03__main .num {
    margin: 0 auto 0 15%;
    width: 44px;
    height: 44px;
    font-size: 1.2rem;
  }
  .p-front-block03__main h2 {
    font-size: 4.2rem;
    margin: 52px 0 24px;
  }
  .p-front-block03__main p {
    font-size: 1.6rem;
    line-height: 2;
  }
}

.p-front-block04 {
  padding: 56px 0 0;
  overflow: hidden;
}

.p-front-block04__head {
  font-size: 4rem;
  color: #2F363C;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin: 0 0 60px;
}

.p-front-block04__head:after {
  content: "";
  position: absolute;
  width: 29px;
  height: 4px;
  background: #3B98E2;
  border-radius: 7px;
  right: 0;
  left: 0;
  bottom: -18px;
  margin: auto;
}

.p-front-block04__btn {
  text-align: center;
  margin-top: 1%;
  transform: scale(0.8);
}

.p-front-block04__btn a {
  display: inline-block;
  width: 350px;
  max-width: 100%;
  height: 70px;
  line-height: 70px;
  background: #3B98E2;
  border-radius: 35px;
  text-align: center;
  color: #FFF;
  font-size: 2.4rem;
  font-weight: bold;
}
.p-front-block04__btn a:hover {
  color: #3B98E2;
  background: #c3e4ff;
  opacity: 1;
}

.p-front-block04__list {
  margin: 0 auto;
}

.p-front-block04__list .slick-list {
  overflow: visible;
}

.p-front-block04__item {
  margin: 0 auto;
  margin: 0;
  margin: 0 1.2vw;
  width: 34.2vw;
}

.p-front-block04__item:not(.slick-center) .main {
  opacity: 0;
}

.p-front-block04__item:not(.slick-center) .sub {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}

.p-front-block04__item .sub {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  margin: 0 0 25px;
  display: block;
}

.p-front-block04__item .main {
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.p-front-block04__item .company {
  font-size: 1.1rem;
  color: #A7A7A7;
  margin-bottom: 2px;
}

.p-front-block04__item .column {
  display: block;
}

.p-front-block04__item h3 {
  width: 100%;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #DEE5EB;
}

.p-front-block04__item h3 a {
  display: block;
  font-size: 1.1em;
  color: #494949;
  font-weight: bold;
  line-height: 165%;
  position: relative;
  letter-spacing: 0.05em;
}

.p-front-block04__item h3 a:after {
  content: "";
  position: relative;
  background: url(/jp/wp-content/themes/miitel/assets/images/front/icon_circle_arrow.png) no-repeat center;
  background-size: contain;
  width: 22px;
  height: 22px;
  left: 7px;
  top: 2px;
  display: inline-block;
}

.p-front-block04__item .annotation {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-front-block04__item .annotation li span {
  display: inline-block;
  font-size: 0.8em;
  line-height: 1.71;
  margin-bottom: 3px;
}

.p-front-block04__item .annotation li .head {
  color: #3B98E2;
  min-width: 95px;
}

.p-front-block04__item .annotation li .body {
  color: #494949;
}

@media screen and (max-width: 767px) {
  .p-front-block04 {
    padding: 20px 0 0;
  }
  .p-front-block04__head {
    font-size: 2.2rem;
    margin: 0 0 50px;
  }
  .p-front-block04__head:after {
    width: 16px;
    height: 2px;
    bottom: -13px;
  }
  .p-front-block04__btn {
    text-align: center;
    margin-top: 35px;
  }
  .p-front-block04__btn a {
    width: 100%;
    max-width: 206px;
    height: 48px;
    line-height: 48px;
  background: #209CFF;
    font-size: 1.4rem;
  }
  .p-front-block04__item {
    width: 100vw;
    margin: 0 auto;
  }
  .p-front-block04__item:not(.slick-center) .main {
    opacity: 1;
  }
  .p-front-block04__item:not(.slick-center) .sub {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .p-front-block04__item .sub {
    border-radius: 0;
    margin: 0 0 18px;
  }
  .p-front-block04__item .main {
    opacity: 1;
    padding: 0 15px;
  }
  .p-front-block04__item .column {
    display: block;
  }
  .p-front-block04__item .company {
    margin: 0 0 5px;
  }
  .p-front-block04__item h3 {
    width: 100%;
    padding: 0 0 10px 0;
    border-right: none;
    margin: 0 0 12px;
  }
  .p-front-block04__item h3 a {
    font-size: 1em;
    letter-spacing: 0.05em;
  }
  .p-front-block04__item h3 a:after {
    width: 15px;
    height: 15px;
    top: 0px;
  }
  .p-front-block04__item .annotation {
    width: 100%;
    padding-left: 0;
  }
}

.p-front-block05 {
  padding: 120px 0 96px;
}

.p-front-block05__head {
  font-size: 4rem;
  color: #2F363C;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin: 0 0 20px;
}

.p-front-block05__head:after {
  content: "";
  position: absolute;
  width: 29px;
  height: 4px;
  background: #3B98E2;
  border-radius: 7px;
  right: 0;
  left: 0;
  bottom: -18px;
  margin: auto;
}

.p-front-block05__inner {
  max-width: 1072px;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 38px;
}

.p-front-block05__btn {
  text-align: center;
  transform: scale(0.8);
}

.p-front-block05__btn a {
  display: inline-block;
  width: 350px;
  max-width: 100%;
  height: 70px;
  line-height: 70px;
  background: #3B98E2;
  border-radius: 35px;
  text-align: center;
  color: #FFF;
  font-size: 2.4rem;
  font-weight: bold;
}

.p-front-block05__btn a:hover {
  color: #3B98E2;
  background: #c3e4ff;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .p-front-block05 {
    padding: 72px 0 47px;
  }
  .p-front-block05__head {
    font-size: 2.2rem;
    margin: 0 0 29px;
  }
  .p-front-block05__head:after {
    width: 16px;
    height: 2px;
    bottom: -10px;
  }
  .p-front-block05__inner {
    max-width: 100%;
    padding: 0;
    margin: 0 auto 23px;
  }
  .p-front-block05__btn a {
    width: 100%;
    max-width: 228px;
    height: 48px;
    line-height: 48px;
    font-size: 1.4rem;
    background: #209CFF;
  }
}

.p-front-block06 {
  padding: 120px 30px;
  max-width: 1340px;
  margin: 0 auto;
  overflow: hidden;
}

.p-front-block06__head {
  font-size: 4rem;
  color: #2F363C;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin: 0 0 50px;
}

.p-front-block06__head:after {
  content: "";
  position: absolute;
  width: 29px;
  height: 4px;
  background: #3B98E2;
  border-radius: 7px;
  right: 0;
  left: 0;
  bottom: -18px;
  margin: auto;
}

.p-front-block06__btn {
  text-align: center;
  margin-top: 35px;
}

.p-front-block06__btn a {
  display: inline-block;
  width: 350px;
  max-width: 100%;
  height: 70px;
  line-height: 70px;
  background: #3B98E2;
  border-radius: 35px;
  text-align: center;
  color: #FFF;
  font-size: 2.4rem;
  font-weight: bold;
}

.p-front-block06__btn a:hover {
  color: #3B98E2;
  background: #c3e4ff;
  opacity: 1;
}

.p-front-block06__item {
  border-bottom: 1px solid #DEE5EB;
}

.p-front-block06__item:last-child {
  border-bottom: none;
}

.p-front-block06__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  position: relative;
  left: 0;
}

.p-front-block06__link:hover {
  left: 40px;
}

.p-front-block06__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 230px;
  margin: 0 35px 0 0;
}

.p-front-block06__info p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 120px;
  height: 26px;
  font-size: 1.2rem;
  color: #fff;
  border-radius: 2px;
}

.p-front-block06__info p.release {
  background: #3B98E2;
}

.p-front-block06__info p.topix {
  background: #3BE0CC;
}

.p-front-block06__info time {
  font-size: 1.6rem;
}

.p-front-block06__ttl {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
  font-weight: normal;
}

.p-front-block06__wrapper {
  transform: scale(0.8);
  margin: -4% 0 0;
}

@media screen and (max-width: 767px) {
  .p-front-block06 {
    padding: 60px 0;
    max-width: 100%;
  }
  .p-front-block06__head {
    font-size: 2.2rem;
    margin: 0 0 50px;
  }
  .p-front-block06__head:after {
    width: 16px;
    height: 2px;
    bottom: -13px;
  }
  .p-front-block06__btn {
    margin-top: 24px;
  }
  .p-front-block06__btn a {
    width: 100%;
    max-width: 206px;
    height: 48px;
    line-height: 48px;
    background: #209CFF;
    font-size: 1.4rem;
  }
  .p-front-block06__list {
    padding: 0 4%;
  }
  .p-front-block06__item:first-child a {
    padding-top: 0;
  }
  .p-front-block06__item:last-child {
    border-bottom: 1px solid #DEE5EB;
  }
  .p-front-block06__link {
    display: block;
    padding: 23px 0 16px;
  }
  .p-front-block06__info {
    width: 100%;
    margin: 0 0 12px;
  }
  .p-front-block06__info time {
    font-size: 1.4rem;
  }
  .p-front-block06__ttl {
    font-size: 1.4rem;
  }
}

/*----------------------------------------
  ホワイトペーパー関連ページ
----------------------------------------*/
/**
 * ホワイトペーパー一覧
 *
 **/
.p-whitepaper {
  max-width: 1280px;
  padding: 56px 30px 56px;
  margin: 0 auto;
}

.p-whitepaper__head {
  font-size: 3.2rem;
  color: #494949;
  font-weight: bold;
  text-align: center;
  line-height: 1.875;
  margin: 0 0 60px;
}

@media screen and (max-width: 767px) {
  .p-whitepaper {
    padding: 24px 0 24px;
  }
  .p-whitepaper__head {
    font-size: 1.6rem;
    line-height: 1.75;
    margin: 0 0 36px;
  }
}

/**
 * ホワイトペーパー申し込み
 *
 **/
.p-whitepaperSingle-block01 {
  background: #FFF;
  padding: 92px 0 64px;
}

.p-whitepaperSingle-block01__head {
  position: relative;
  text-align: center;
  margin: 0 0 60px;
}

.p-whitepaperSingle-block01__head:before {
  content: "01";
  position: absolute;
  z-index: 1;
  top: -35px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 13.2rem;
  line-height: 1;
  font-weight: 100;
  text-align: center;
  font-family: sans-serif;
  color: #CBE8FF;
}

.p-whitepaperSingle-block01__head span {
  font-size: 3.2rem;
  color: #494949;
  font-weight: bold;
  line-height: 1.875;
  position: relative;
  z-index: 2;
}

.p-whitepaperSingle-block01__column {
  max-width: 1340px;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

.p-whitepaperSingle-block01__body {
  float: right;
  width: 50%;
}

.p-whitepaperSingle-block01__lead {
  float: left;
  width: 45.3%;
}

.p-whitepaperSingle-block01__lead h3 {
  font-size: 2rem;
  color: #209CFF;
  border-bottom: 1px solid #209CFF;
  padding: 0 0 16px;
  margin: 0 0 24px;
}

.p-whitepaperSingle-block01__lead ol li {
  list-style: none;
  font-weight: bold;
  color: #209CFF;
  line-height: 2;
}

.p-whitepaperSingle-block01__foot {
  float: left;
  width: 45.3%;
  padding: 24px 0 0;
  margin: 20px 0 0;
  border-top: 1px solid #DEE5EB;
}

.p-whitepaperSingle-block01__foot p {
  line-height: 1.56;
  color: #494949;
}

.p-whitepaperSingle-block01__foot p + p {
  margin-top: 24px;
}

.p-whitepaperSingle-block02 {
  padding: 64px 30px 120px;
  max-width: 1340px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

.p-whitepaperSingle-block02__lead {
  background: #3B98E2;
  font-size: 2rem;
  color: #FFF;
  font-weight: bold;
  height: 72px;
  line-height: 72px;
  text-align: center;
  margin: 0 auto 48px;
}

.p-whitepaperSingle-block02__lead br {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-whitepaperSingle-block01 {
    padding: 45px 0;
  }
  .p-whitepaperSingle-block01__head {
    position: relative;
    text-align: center;
    margin: 0 0 43px;
  }
  .p-whitepaperSingle-block01__head:before {
    top: -7px;
    font-size: 6rem;
  }
  .p-whitepaperSingle-block01__head span {
    font-size: 1.6rem;
    z-index: 1.75;
  }
  .p-whitepaperSingle-block01__column {
    max-width: 100%;
  }
  .p-whitepaperSingle-block01__body {
    float: none;
    width: 100%;
  }
  .p-whitepaperSingle-block01__lead {
    float: none;
    width: 100%;
    margin: 0 0 24px;
  }
  .p-whitepaperSingle-block01__lead h3 {
    font-size: 1.8rem;
    padding: 0 0 12px;
    margin: 0 0 18px;
  }
  .p-whitepaperSingle-block01__foot {
    float: none;
    width: 100%;
    margin-top: 24px;
  }
  .p-whitepaperSingle-block01__foot p {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  .p-whitepaperSingle-block01__foot p + p {
    margin-top: 30px;
  }
  .p-whitepaperSingle-block02 {
    padding: 36px 0 60px;
    max-width: 100%;
  }
  .p-whitepaperSingle-block02__lead {
    font-size: 1.6rem;
    height: auto;
    line-height: 1.75;
    margin: 0 auto 16px;
    padding: 35px 0;
  }
  .p-whitepaperSingle-block02__lead br {
    display: block;
  }
  .p-whitepaperSingle-block02__body {
    padding: 0 30px;
  }
}

/**
 * ホワイトペーパー申し込み 完了画面
 *
 **/
.p-whitepaperComp {
  padding: 126px 0 120px;
}

.p-whitepaperComp__head {
  font-size: 2.4rem;
  color: #2F363C;
  font-weight: bold;
  max-width: 1340px;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 60px;
}

.p-whitepaperComp__notice {
  font-size: 1.4rem;
  max-width: 1340px;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 100px;
}

.p-whitepaperComp__notice a {
  text-decoration: underline;
}

.p-whitepaperComp__lead {
  font-size: 3.2rem;
  color: #494949;
  font-weight: bold;
  text-align: center;
  margin: 0 0 48px;
}

.p-whitepaperComp__body {
  max-width: 1340px;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-whitepaperComp {
    padding: 36px 0 60px;
  }
  .p-whitepaperComp__head {
    font-size: 1.6rem;
    max-width: 100%;
    margin: 0 auto 72px;
  }
  .p-whitepaperComp__notice {
    font-size: 1.4rem;
    max-width: 100%;
    margin: 0 auto 72px;
  }
  .p-whitepaperComp__lead {
    padding: 0 30px;
    font-size: 1.6rem;
    line-height: 1.75;
    margin: 0 0 24px;
  }
  .p-whitepaperComp__body {
    max-width: 100%;
    padding: 0;
  }
}

/*----------------------------------------
  p-contact
----------------------------------------*/
.p-contact-form {
  max-width: 1280px;
  padding: 120px 30px;
  margin: 0 auto;
}

.p-contact-form__flow {
  margin: 0 0 80px;
}

.p-contact-form__message strong {
  display: inline-block;
  font-size: 2.4rem;
  margin: 0 0 30px;
}

.p-contact-form__message p {
  font-size: 1.6rem;
  margin: 0 0 20px;
}

.p-contact-form__message p:last-child {
  margin: 0;
}

.p-contact-form__btn {
  margin: 80px 0 0;
}

.p-contact-form__btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 350px;
  height: 70px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  background: #3B98E2;
  margin: 0 auto;
  border-radius: 35px;
}

.p-contact-form__btn a:hover {
  color: #3B98E2;
  background: #c3e4ff;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .p-contact-form {
    padding: 35px 30px;
  }
  .p-contact-form__flow {
    margin: 0 0 20px;
  }
  .p-contact-form__message {
    margin: 30px 0 0;
  }
  .p-contact-form__message strong {
    font-size: 1.6rem;
    margin: 0 0 25px;
  }
  .p-contact-form__message p {
    font-size: 1.4rem;
  }
  .p-contact-form__btn {
    margin: 60px 0 55px;
  }
  .p-contact-form__btn a {
    height: 60px;
    font-size: 1.6rem;
  }
}

.p-contact-case {
  max-width: 1280px;
  padding: 0 30px 120px;
  margin: 0 auto;
}

.p-contact-case__head {
  font-size: 3.2rem;
  text-align: center;
  margin: 0 0 50px;
}

.p-contact-case__btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 350px;
  height: 70px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  background: #3B98E2;
  margin: 0 auto;
  border-radius: 35px;
}

.p-contact-case__btn a:hover {
  color: #3B98E2;
  background: #c3e4ff;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .p-contact-case {
    max-width: 1280px;
    padding: 0 0 120px;
    margin: 0 auto;
  }
  .p-contact-case__head {
    font-size: 1.6rem;
    padding: 0 30px;
    margin: 0 0 35px;
  }
  .p-contact-case__btn {
    padding: 0 30px;
    margin: 35px 0 0;
  }
  .p-contact-case__btn a {
    height: 60px;
    font-size: 1.6rem;
  }
}

/*----------------------------------------
  新着情報一覧
----------------------------------------*/
.p-information-archive {
  max-width: 1024px;
  padding: 96px 24px 44px;
  margin: 0 auto;
  overflow: hidden;
}

.p-information-archive__head {
  font-size: 2.6rem;
  color: #494949;
  font-weight: bold;
  text-align: center;
  line-height: 1.875;
  margin: 0 0 48px;
}

.p-information-archive__date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 25px;
}

.p-information-archive__date a {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  color: #C9D4DE;
  padding: 0 15px;
  margin: 0 5px;
}

.p-information-archive__date a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 11px;
  height: 11px;
  background: url("/jp/wp-content/themes/miitel/assets/images/common/icon_arrow_gray.png")/cover;
  margin: auto;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.p-information-archive__date a:hover {
  color: #3B98E2;
}

.p-information-archive__date a:hover:before {
  background: url("/jp/wp-content/themes/miitel/assets/images/common/icon_arrow_blue.png")/cover;
}

.p-information-archive__date .current a {
  color: #3B98E2;
  pointer-events: none;
}

.p-information-archive__date .current a:before {
  background: url("/jp/wp-content/themes/miitel/assets/images/common/icon_arrow_blue.png")/cover;
}

.p-information-archive__item {
  border-bottom: 1px solid #DEE5EB;
}

.p-information-archive__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  position: relative;
  left: 0;
}

.p-information-archive__link:hover {
  left: 40px;
}

.p-information-archive__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 184px;
  margin: 0 28px 0 0;
}

.p-information-archive__info p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 96px;
  height: 21px;
  font-size: 1.0rem;
  color: #fff;
  border-radius: 2px;
}

.p-information-archive__info p.release {
  background: #3B98E2;
}

.p-information-archive__info p.topix {
  background: #3BE0CC;
}

.p-information-archive__info time {
  font-size: 1.3rem;
}

.p-information-archive__ttl {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.3rem;
  font-weight: normal;
}
.cat__bg--color1 {
  background-color: #1CB5D6!important;
}
.cat__bg--color22 {
  background-color: #37dcc0!important;
}
.cat__bg--color38 {
  background-color: #3283db!important;
}
.cat__bg--color58 {
  background-color: #FFB838!important;
}
.cat__date {
  font-size: 12px;
  color: #8e8e93;
  background: unset;
  display: block;
  margin: 0 0 0 5px;
  width: unset;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-information-archive {
    padding: 36px 0 24px;
  }
  .p-information-archive__head {
    font-size: 1.6rem;
    padding: 0 30px;
    margin: 0 0 30px;
  }
  .p-information-archive__date {
    margin: 0 0 15px;
  }
  .p-information-archive__date a {
    font-size: 1.4rem;
    margin: 0;
  }
  .p-information-archive__list {
    padding: 0 4%;
  }
  .p-information-archive__link {
    display: block;
    padding: 4% 0;
  }
  .p-information-archive__info {
    width: 100%;
    margin: 0 0 10px;
  }
  .p-information-archive__info time {
    font-size: 1.4rem;
  }
  .p-information-archive__ttl {
    font-size: 1.4rem;
  }
}

/*----------------------------------------
  新着情報詳細
----------------------------------------*/
.p-information-single {
  max-width: 960px;
  padding: 120px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

.p-information-single__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 0 0;
}

.p-information-single__head time {
  letter-spacing: 0.1em;
  margin-right: 35px;
  color: #494949;
}

.p-information-single__head .cat {
  font-size: 1.2rem;
  color: #FFF;
  line-height: 1.3;
  padding: 7px 20px;
  min-width: 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border-radius: 2px;
}

.p-information-single__head .cat.release {
  background: #3B98E2;
}

.p-information-single__head .cat.topix {
  background: #3BE0CC;
}

.p-information-single__head h1 {
  width: 100%;
  font-size: 4rem;
  color: #209CFF;
  line-height: 1.4;
  margin: 14px 0 28px;
}

.p-information-single__head .thumbnail {
  width: 100%;
}

.p-information-single__head .thumbnail img {
  max-width: 100%;
  height: auto;
}

.p-information-single__body {
  /* 
       * WordPressデフォルトスタイル定義
       * グーテンベルグの場合は別途上書きまたは、変更の必要あり
       **/
  /* img */
}

.p-information-single__body h2 {
  font-size: 2.4rem;
  color: #2F363C;
  font-weight: bold;
  padding: 18px 19px;
  margin: 0 0 32px;
  position: relative;
}

.p-information-single__body h2:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #209CFF;
}

.p-information-single__body h2 + h3,
.p-information-single__body h2 + p {
  margin-top: 32px;
}

.p-information-single__body h3 {
  font-size: 2rem;
  color: #209CFF;
  font-weight: bold;
  border-bottom: 1px solid #209CFF;
  padding: 0 0 17px;
  margin: 0 0 32px;
}

.p-information-single__body h3 + p {
  margin-top: 32px;
}

.p-information-single__body img {
  max-width: 100%;
  height: auto;
  margin: 72px 0;
}

.p-information-single__body img.privacy_img {
  width: 40%;
}

.p-information-single__body p {
  line-height: 2;
  color: #494949;
  letter-spacing: 0.1em;
}

.p-information-single__body p + p {
  margin-top: 40px;
}

.p-information-single__body p + h2,
.p-information-single__body p + h3 {
  margin-top: 60px;
}

.p-information-single__body a {
  color: #3B98E2;
  text-decoration: underline;
  font-weight: bold;
  display: inline-block;
}

.p-information-single__body a[target="_blank"] {
  margin-right: 35px;
  position: relative;
}

.p-information-single__body a[target="_blank"]:after {
  content: '';
  position: absolute;
  right: -25px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("/jp/wp-content/themes/miitel/assets/images/common/icon_blank.png") no-repeat center right;
  background-size: contain;
  width: 18px;
  height: 18px;
}

.p-information-single__body strong {
  font-weight: bold;
}

.p-information-single__body em {
  font-style: italic;
}

.p-information-single__body blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

.p-information-single__body .aligncenter {
  display: block;
  margin: 0 auto 30px;
}

.p-information-single__body .alignright {
  float: right;
  margin: 0 0 30px 30px;
}

.p-information-single__body .alignleft {
  float: left;
  margin: 0 30px 30px 0;
}

.p-information-single__body img[class*="wp-image-"],
.p-information-single__body img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .p-information-single {
    max-width: 100%;
    padding: 36px 30px 60px;
  }
  .p-information-single__head {
    margin: 0 0 24px;
  }
  .p-information-single__head time {
    color: #A7A7A7;
    font-size: 1.4rem;
    margin-right: 18px;
  }
  .p-information-single__head h1 {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 15px 0 24px;
  }
  .p-information-single__head .thumbnail img {
    max-width: initial;
    width: calc( 100% + 60px);
    margin-left: -30px;
  }
  .p-information-single__body {
    /* 
       * WordPressデフォルトスタイル定義
       * グーテンベルグの場合は別途上書きまたは、変更の必要あり
       **/
    /* img */
  }
  .p-information-single__body h2 {
    font-size: 1.8rem;
    padding: 0 16px;
    line-height: 2.1;
    margin: 0 0 28px;
  }
  .p-information-single__body h2:before {
    width: 4px;
    height: 40px;
    bottom: auto;
  }
  .p-information-single__body h2 + h3,
  .p-information-single__body h2 + p {
    margin-top: 28px;
  }
  .p-information-single__body h3 {
    display: inline;
    font-size: 1.6rem;
    border-bottom: 1px solid #209CFF;
    padding: 0;
    line-height: 2;
  }
  .p-information-single__body h3 + p {
    margin-top: 28px;
  }
  .p-information-single__body img {
    margin: 36px 0;
  }
  .p-information-single__body p {
    font-size: 1.4rem;
  }
  .p-information-single__body p + p {
    margin-top: 30px;
  }
  .p-information-single__body p + h2,
  .p-information-single__body p + h3 {
    margin-top: 40px;
  }
  .p-information-single__body a[target="_blank"] {
    margin-right: 30px;
  }
  .p-information-single__body a[target="_blank"]:after {
    right: -22px;
    width: 14px;
    height: 14px;
  }
  .p-information-single__body strong {
    font-weight: bold;
  }
  .p-information-single__body em {
    font-style: italic;
  }
  .p-information-single__body blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
  }
  .p-information-single__body .aligncenter {
    display: block;
    margin: 0 auto;
  }
  .p-information-single__body .alignright {
    float: right;
  }
  .p-information-single__body .alignleft {
    float: left;
  }
  .p-information-single__body img[class*="wp-image-"],
  .p-information-single__body img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
  }
}

/*----------------------------------------
  p-faq
----------------------------------------*/
.p-faq {
  max-width: 1072px;
  padding: 96px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

.p-faq__lead {
  font-size: 2.6rem;
  color: #2F363C;
  text-align: center;
}

.p-faq__inner {
  padding: 0px;
}

@media screen and (max-width: 767px) {
  .p-faq {
    max-width: 100%;
    padding: 36px 0 60px;
  }
  .p-faq__lead {
    font-size: 1.4em;
    margin-bottom: 6px;
  }
  .p-faq__inner {
    padding: 0;
  }
}

/*----------------------------------------
導入事例 扉
----------------------------------------*/
.p-case-block01 {
  padding: 70px 0 60px;
  overflow: hidden;
}

.p-case-block01__head {
  font-size: 2.6rem;
  color: #494949;
  font-weight: bold;
  text-align: center;
  line-height: 1.875;
  margin: 0 0 38px;
}

.p-case-block01__item {
  margin: 0 1.2vw;
  width: 34.16vw;
}

.p-case-block01__item:not(.slick-center) .main {
  opacity: 0;
}

.p-case-block01__item:not(.slick-center) .sub {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}

.p-case-block01__item .sub {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  margin: 0 0 25px;
  display: block;
}

.p-case-block01__item .main {
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.p-case-block01__item .company {
  font-size: 1.1rem;
  color: #A7A7A7;
  margin: 0 0 10px;
}

.p-case-block01__item .column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-case-block01__item h3 {
  width: 62.4%;
  padding-right: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #DEE5EB;
}

.p-case-block01__item h3 a {
  display: block;
  font-size: 2.2rem;
  color: #494949;
  font-weight: bold;
  line-height: 1.42;
  position: relative;
  color: #3c98e3;
  text-align: justify;
}

.p-case-block01__item h3 a:after {
  content: "";
  position: relative;
  background: url("/jp/wp-content/themes/miitel/assets/images/front/icon_circle_arrow.png") no-repeat center;
  background-size: contain;
  width: 22px;
  height: 22px;
  left: 5px;
  top: 2px;
  display: inline-block;
}

.p-case-block01__item .annotation {
  width: 37.4%;
  padding-left: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-case-block01__item .annotation li span {
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1.71;
}

.p-case-block01__item .annotation li .head {
  color: #3B98E2;
  min-width: 65px;
}

.p-case-block01__item .annotation li .body {
  color: #494949;
}

@media screen and (max-width: 767px) {
  .p-case-block01 {
    padding: 36px 0;
  }
  .p-case-block01__head {
    font-size: 1.2em;
    line-height: 185%;
    margin: 0 auto 30px;
    width: 88%;
  }
  .p-case-block01__item {
    width: 100vw;
    margin: 0 auto;
  }
  .p-case-block01__item:not(.slick-center) .main {
    opacity: 1;
  }
  .p-case-block01__item:not(.slick-center) .sub {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .p-case-block01__item .sub {
    border-radius: 0;
    margin: 0 0 18px;
  }
  .p-case-block01__item .main {
    opacity: 1;
    padding: 0 15px;
  }
  .p-case-block01__item .column {
    display: block;
  }
  .p-case-block01__item .company {
    margin: 0 0 5px;
  }
  .p-case-block01__item h3 {
    width: 100%;
    padding: 0;
    border-right: none;
    margin: 0 0 12px;
  }
  .p-case-block01__item h3 a {
    font-size: 1.1em;
    letter-spacing: 0.05em;
    text-align: justify;
  }
  .p-case-block01__item h3 a:after {
    width: 15px;
    height: 15px;
    top: 0px;
  }
  .p-case-block01__item .annotation {
    width: 100%;
    padding-left: 0;
  }
}

.p-case-block02 {
  max-width: 1072px;
  margin: 0 auto;
  padding: 0 24px 96px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-case-block02__head {
  font-size: 2.6rem;
  color: #494949;
  text-align: center;
  margin: 0 0 52px;
}

/* 210125 導入事例検索エリア */
.sec__conditions--wrapper {
  width: 1072px;
  margin: 0 auto 52px;
  padding: 15px 0;
}
.sec__conditions--head {
  font-size: 2.6rem;
  color: #494949;
  text-align: center;
  margin-bottom: 15px;
}
.sec__conditions--inner {
  background: #F3F3F3;
  border-radius: 8px;
}
.sec__conditions--inner h3 {
  text-align: center;
}
.sec__conditions--list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
/*  max-width: 1080px;
  margin: 0 auto;*/
  padding: 10px 0px;
  margin-bottom: 20px;
}
.sec__conditions--inner .sec__conditions--list:last-child {
  margin-bottom: 0!important;
}
.conditions__list--item {
  padding: 6px;
}
.conditions__list--item label input {
  margin-right: 10px;
}
.sec__conditions--submit input {
  border-radius: 50px;
  background-color: #FF4C28;
  color: #fff;
  padding: 10px 48px;
  font-weight: bold;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.12em;
  margin: 0px auto;
  border: none;
  max-width: 280px;
  width: 100%;
  display: block;
  cursor: pointer;
  outline: none
}
.sec__conditions--submit input:hover {
  opacity: 0.8;
}
.sec__taxonomy--search {
  position: relative;
}
ul.sec__taxonomy--list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
ul.sec__taxonomy--list li {
  text-align: center!important;
  font-size: 20px;
  font-weight: bold;
  width: 33%;
  padding: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.sec__taxonomy--list li:hover {
  cursor: pointer;
}
ul.sec__taxonomy--list li i {
  margin-left: 14px;
}
li.taxonomy__item--1 {
  border-right: 1px solid #e6e6e6;
}
li.taxonomy__item--3 {
  border-left: 1px solid #e6e6e6;
}
.conditions__list--1,
.conditions__list--2,
.conditions__list--3 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 6px 0;
  padding: 15px;
}
.conditions__wrapper--1,
.conditions__wrapper--2,
.conditions__wrapper--3  {
  display: none;
  color: #000;
  background: #F3F3F3;
  border-top: 1px solid #e6e6e6;
  padding: 6px;
  border-radius: 0 0 8px 8px;
}
.conditions__list--1 li,
.conditions__list--2 li,
.conditions__list--3 li {
  width: 25%;
}
.conditions__wrapper--1.active,
.conditions__wrapper--2.active,
.conditions__wrapper--3.active {
  display: block;
  animation-name: fadeIn;
  animation-duration: .5s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
ul.conditions__list--3 li.conditions__list--item:last-child {
  order: -1!important;
}
.sec__conditions--submit {
  margin: 6px 0 18px;
}

@media screen and (max-width: 767px) {
  .sec__conditions--inner {
    margin: 0px 15px!important;
  }
  ul.sec__taxonomy--list li {
    font-size: 16px!important;
    padding: 10px!important;
  }
  ul.sec__taxonomy--list li i {
    display: none!important;
  }
  li.taxonomy__item--1 {
    border-right: unset!important;
  }
  li.taxonomy__item--2 {
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
  }
  li.taxonomy__item--3 {
      border-left: unset!important;
  }
  .conditions__list--1, .conditions__list--2, .conditions__list--3 {
    padding: 0px 10px 8px 10px!important;
  }
  .conditions__list--1 li, .conditions__list--2 li, .conditions__list--3 li {
    width: 100%!important;
  }
  .p-case-block02 {
    max-width: 100%;
    padding: 0 0 120px;
  }
  .sec__conditions--wrapper {
      width: 100%;
  }
  .p-case-block02__head,
  .sec__conditions--head {
    font-size: 1.2em;
    margin: 0 0 24px;
  }
  .sec__conditions--inner h3 {
    font-size: 1.1em;
  }
  .p-case-block02__wrap {
    overflow: hidden;
  }
}

/*----------------------------------------
導入事例詳細
----------------------------------------*/
.p-case-single {
  padding: 0;
}

.p-case-single__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 0 auto 70px;
  max-width: 1400px;
}

.p-case-single__head .main {
  width: 50%;
  padding: 40px 0 0 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-case-single__head .main .inner {
  max-width: 640px;
  padding-right: 40px;
}

.p-case-single__head .main p {
  font-size: 2rem;
  color: #494949;
  margin: 0 0 16px;
}

.p-case-single__head .main h1 {
  font-size: 3.4rem;
  color: #3b98e2;
  line-height: 165%;
  margin: 0 0 20px;
  font-weight: bold;
}

.p-case-single__head .main img {
  display: none;
}

.p-case-single__head .main li span {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.71;
}

.p-case-single__head .main li .head {
  color: #3B98E2;
  min-width: 95px;
  font-size: 1.1em;
  margin-bottom: 5px;
}

.p-case-single__head .main li .body {
  color: #494949;
  font-size: 1.1em;
  margin-bottom: 5px;
}

.p-case-single__head .sub {
  width: 50%;
}

.p-case-single__body {
  max-width: 960px;
  padding: 0 30px 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  /* 
* WordPressデフォルトスタイル定義
* グーテンベルグの場合は別途上書きまたは、変更の必要あり
**/
  /* img */
}

.p-case-single__body h2 {
  font-size: 1.2em;
  letter-spacing: 0.05em;
  color: #219cff;
  font-weight: bold;
  padding: 0px 20px;
  margin: 0;
  position: relative;
  line-height: 205%;
}

.p-case-single__body h2:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 80%;
  left: 0;
  top: 2px;
  bottom: 0;
  margin: auto;
  background: #209CFF;
}

.p-case-single__body h2 + h3,
.p-case-single__body h2 + p {
  margin-top: 32px;
}

.p-case-single__body h3 {
  font-size: 1.4em;
  color: #209CFF;
  font-weight: bold;
  border-bottom: 1px solid #209CFF;
  padding: 0 0 10px;
  margin: 0 0 20px;
}

.p-case-single__body h3 + p {
  margin-top: 32px;
}
.p-case-single__body h4{
  font-size: 1.2em;
  line-height: 195%;
  margin-bottom: 5px;
  font-weight: bold;
}

.p-case-single__body img {
  max-width: 100%;
  height: auto;
  margin: 30px 0 60px;
}

.p-case-single__body p {
  line-height: 2;
  color: #494949;
  letter-spacing: 0.05em;
  font-size: 1.1em;
  line-height: 205%;
  margin-bottom: 30px;
}

.p-case-single__body p + p {
  margin-top: 30px;
}

.p-case-single__body p + h2,
.p-case-single__body p + h3 {
  margin-top: 60px;
}

.p-case-single__body a {
  color: #3B98E2;
  text-decoration: underline;
  font-weight: bold;
  display: inline-block;
}

.p-case-single__body a[target="_blank"] {
  margin-right: 35px;
  position: relative;
}

.p-case-single__body a[target="_blank"]:after {
  content: '';
  position: absolute;
  right: -25px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("/jp/wp-content/themes/miitel/assets/images/common/icon_blank.png") no-repeat center right;
  background-size: contain;
  width: 18px;
  height: 18px;
}

.p-case-single__body strong {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 195%;
  letter-spacing: 0.05em;
}

.p-case-single__body em {
  font-style: italic;
}

.p-case-single__body blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

.p-case-single__body .aligncenter {
  display: block;
  margin: 0 auto;
}

.p-case-single__body .alignright {
  float: right;
}

.p-case-single__body .alignleft {
  float: left;
}

.p-case-single__body img[class*="wp-image-"],
.p-case-single__body img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}
.p-case-single__body ol{
  margin-bottom: 60px;
}
.p-case-single__body ol li{
  list-style: decimal;
  font-size: 1.2em;
  color: #219cff;
  font-weight: bold;
  list-style-position: inside;
  margin: 0 0 10px 0;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1024px){
  .p-case-single__head .main h1 {
    font-size: 2.6rem;
    color: #3b98e2;
    line-height: 165%;
    margin: 0 0 20px;
    font-weight: bold;
  }
}

@media screen and (max-width: 767px) {
  .p-case-single {
    padding: 0;
  }
  .p-case-single__head {
    display: flex;
    flex-direction: column-reverse;
    margin: 0 0 27px;
  }
  .p-case-single__head .main {
    width: 100%;
    padding: 0;
  }
  .p-case-single__head .main .inner {
    width: 88%;
    margin: 0 auto;
    padding: 0;
    max-width: none;
  }
  .p-case-single__head .main p {
    margin: 0 0 5px;
    width: 100%;
    font-size: 1em;
  }
  .p-case-single__head .main h1 {
    font-size: 1.4em;
    margin: 0 0 15px;
    padding: 0;
  }
  .p-case-single__head .main img {
    display: block;
    margin: 0 0 24px;
  }
  .p-case-single__head .main li span {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.71;
  }
  
  .p-case-single__head .main li .head {
    color: #3B98E2;
    min-width: 75px;
    font-size: .9em;
    margin-bottom: 0px;
  }
  
  .p-case-single__head .main li .body {
    color: #494949;
    font-size: .9em;
    margin-bottom: 0px;
  }
  .p-case-single__head .main ul {
    padding: 0;
  }
  .p-case-single__head .sub {
    width: 100%;
    height: 260px;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .p-case-single__body {
    /* 
* WordPressデフォルトスタイル定義
* グーテンベルグの場合は別途上書きまたは、変更の必要あり
**/
    /* img */
  }
  .p-case-single__body h2 {
    font-size: 1.2em;
    padding: 0 0 0 15px;
    line-height: 205%;
    margin: 0 0 30px;
  }
  .p-case-single__body h2:before {
    width: 4px;
    height: 80%;
    top: 2px;
  }
  .p-case-single__body h2 + h3,
  .p-case-single__body h2 + p {
    margin-top: 28px;
  }
  .p-case-single__body h3 {
    display: block;
    font-size: 1.2em;
    border-bottom: 1px solid #209CFF;
    padding: 0;
    line-height: 2;
    margin-bottom: 20px;
  }
  .p-case-single__body h3 + p {
    margin-top: 28px;
  }
  .p-case-single__body h4 {
    font-size: 1em;
    line-height: 195%;
    margin-bottom: 5px;
    font-weight: bold;
}
  .p-case-single__body img {
    margin: 0px 0 40px;
  }
  .p-case-single__body p {
    font-size: 1em;
  }
  .p-case-single__body p + p {
    margin-top: 30px;
  }
  .p-case-single__body p + h2,
  .p-case-single__body p + h3 {
    margin-top: 40px;
  }
  .p-case-single__body a[target="_blank"] {
    margin-right: 30px;
  }
  .p-case-single__body a[target="_blank"]:after {
    right: -22px;
    width: 14px;
    height: 14px;
  }
  .p-case-single__body strong {
    font-weight: bold;
    font-size: 1.2em;
    line-height: 195%;
    letter-spacing: .05em;
  }
  .p-case-single__body em {
    font-style: italic;
  }
  .p-case-single__body blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
  }
  .p-case-single__body .aligncenter {
    display: block;
    margin: 0 auto;
  }
  .p-case-single__body .alignright {
    float: right;
  }
  .p-case-single__body .alignleft {
    float: left;
  }
  .p-case-single__body img[class*="wp-image-"],
  .p-case-single__body img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
  }
}

.p-case-singleBlock {
  padding: 120px 30px;
  max-width: 1340px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-case-singleBlock__head {
  color: #494949;
  font-size: 3.2rem;
  text-align: center;
  margin: 0 0 48px;
}

.p-case-singleBlock__btn {
  text-align: center;
  margin-top: 50px;
}

.p-case-singleBlock__btn a {
  display: inline-block;
  width: 350px;
  max-width: 100%;
  height: 70px;
  line-height: 70px;
  background: #3B98E2;
  border-radius: 35px;
  text-align: center;
  color: #FFF;
  font-size: 2.4rem;
  font-weight: bold;
}

.p-case-singleBlock__btn a:hover {
  color: #3B98E2;
  background: #c3e4ff;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .p-case-singleBlock {
    padding: 60px 0;
    max-width: 100%;
  }
  .p-case-singleBlock__head {
    font-size: 1.6rem;
    margin: 0 0 36px;
  }
  .p-case-singleBlock__btn {
    margin-top: 36px;
    padding: 0 30px;
  }
  .p-case-singleBlock__btn a {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 1.6rem;
  }
}

/*----------------------------------------
  p-function
----------------------------------------*/
.p-function-block01 {
  padding: 300px 30px 177px;
  position: relative;
}

.p-function-block01:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 771px;
  height: 280px;
  background: url("/jp/wp-content/themes/miitel/assets/images/function/block01_01_up.png") no-repeat right top/contain;
}

.p-function-block01:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 103px;
  width: 618px;
  height: 236px;
  background: url("/jp/wp-content/themes/miitel/assets/images/function/block01_01_down.png") no-repeat left bottom/contain;
}

.p-function-block01__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  background: #fff;
  padding: 50px;
  margin: 0 auto;
  border-radius: 500px;
  -webkit-box-shadow: 0 0 20px rgba(32, 156, 255, 0.2);
          box-shadow: 0 0 20px rgba(32, 156, 255, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.p-function-block01__heading {
  display: none;
}

.p-function-block01__thumb {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: -110px;
  width: 48%;
}

.p-function-block01__thumb span {
  position: absolute;
  display: block;
}

.p-function-block01__thumb .in01 {
  max-width: 466px;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.p-function-block01__thumb .in02 {
  top: -103px;
  right: 48px;
  width: 100px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
}

.p-function-block01__thumb .in03 {
  top: -69px;
  right: -53px;
  width: 153px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
}

.p-function-block01__thumb .in04 {
  top: -15px;
  left: -65px;
  width: 116px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
}

.p-function-block01__thumb .in05 {
  top: 102px;
  left: -136px;
  width: 153px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.p-function-block01__main {
  max-width: 500px;
  padding: 0 0 0 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-function-block01__main h2 {
  font-size: 3.2rem;
  line-height: 2;
  letter-spacing: .4rem;
  margin: 0 0 30px;
}

.p-function-block01__main p {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: .1rem;
}

@media screen and (max-width: 767px) {
  .p-function-block01 {
    overflow-x: hidden;
    padding: 60px 30px 80px;
  }
  .p-function-block01:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 239px;
    height: 114px;
    background: url("/jp/wp-content/themes/miitel/assets/images/function/block01_01_up_sp.png") no-repeat right top/contain;
  }
  .p-function-block01:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 207px;
    height: 119px;
    background: url("/jp/wp-content/themes/miitel/assets/images/function/block01_01_down_sp.png") no-repeat left bottom/contain;
  }
  .p-function-block01__container {
    display: block;
    background: none;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .p-function-block01__heading {
    display: block;
    font-size: 1.8rem;
    line-height: 2;
    letter-spacing: .4rem;
    margin: 0 0 30px;
  }
  .p-function-block01__thumb {
    top: 30px;
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
  }
  .p-function-block01__thumb .in01 {
    position: static;
  }
  .p-function-block01__thumb .in02 {
    top: -32px;
    right: -6px;
    width: 50px;
  }
  .p-function-block01__thumb .in03 {
    top: -12px;
    right: -69px;
    width: 86px;
  }
  .p-function-block01__thumb .in04 {
    top: 2px;
    left: -65px;
    width: 65px;
  }
  .p-function-block01__thumb .in05 {
    top: 82px;
    left: -82px;
    width: 75px;
  }
  .p-function-block01__main {
    max-width: calc(100% + 30px);
    background: #fff;
    padding: 50px 50px 50px 30px;
    margin: 0 0 0 -30px;
    border-radius: 0 200px 200px 0;
    -webkit-box-shadow: 0 0 20px rgba(32, 156, 255, 0.2);
            box-shadow: 0 0 20px rgba(32, 156, 255, 0.2);
  }
  .p-function-block01__main h2 {
    display: none;
  }
  .p-function-block01__main p {
    font-size: 1.4rem;
  }
}

.p-function-block02 {
  padding: 30px;
  overflow: hidden;
}

.p-function-block02__container {
  max-width: 1280px;
  margin: 0 auto;
}

.p-function-block02__head {
  font-size: 3.2rem;
  text-align: center;
  letter-spacing: .2rem;
  text-indent: .2rem;
  margin: 0 0 50px;
}

.p-function-block02__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-function-block02__item {
  width: 25%;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-function-block02__item:nth-child(even) {
  position: relative;
  top: 30px;
}

.p-function-block02__item:nth-child(even) p:before {
  right: auto;
  left: 40px;
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}

.p-function-block02__item p {
  position: relative;
  top: 25px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  background: #fff;
  line-height: 2;
  letter-spacing: .1rem;
  padding: 30px 5px;
  margin: 0 -15px;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 20px rgba(32, 156, 255, 0.2);
          box-shadow: 0 0 20px rgba(32, 156, 255, 0.2);
  z-index: 1;
}

.p-function-block02__item p:before {
  content: "";
  position: absolute;
  bottom: -24px;
  right: 40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 24px 24px 0;
  border-color: transparent #ffffff transparent transparent;
}

.p-function-block02__item strong {
  color: #3B98E2;
}

.p-function-block02__item div {
  position: relative;
}

.p-function-block02__item span {
  position: absolute;
  left: 90%;
  bottom: 0;
  width: 100px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #3B98E2;
}

.p-function-block02__foot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1200px;
  height: 300px;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  letter-spacing: .1rem;
  text-indent: .1rem;
  background: url("/jp/wp-content/themes/miitel/assets/images/function/block02_01.png") no-repeat center/cover;
}

.p-function-block02__foot strong {
  color: #3B98E2;
}

@media screen and (max-width: 767px) {
  .p-function-block02 {
    padding: 30px 30px 15px;
  }
  .p-function-block02__head {
    font-size: 1.6rem;
    margin: 0 0 30px;
  }
  .p-function-block02__body {
    display: block;
    margin: 0 0 50px;
  }
  .p-function-block02__item {
    width: 100%;
    padding: 0;
    margin: 0 0 -12%;
  }
  .p-function-block02__item:nth-child(even) {
    top: 0;
  }
  .p-function-block02__item:nth-child(even) p {
    margin: 0 auto 0 0;
  }
  .p-function-block02__item:nth-child(even) p:before {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .p-function-block02__item:nth-child(even) div {
    margin: 0 0 0 auto;
  }
  .p-function-block02__item:nth-child(even) span {
    left: -30px;
  }
  .p-function-block02__item:nth-child(4) span {
    left: -80px;
  }
  .p-function-block02__item p {
    width: calc(100% - 30px);
    margin: 0 0 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .p-function-block02__item p:before {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  .p-function-block02__item div {
    width: calc(100% - 60px);
  }
  .p-function-block02__item span {
    bottom: 10%;
  }
  .p-function-block02__foot {
    height: 170px;
    font-size: 1.6rem;
    background: url("/jp/wp-content/themes/miitel/assets/images/function/block02_01.png") no-repeat center bottom/cover;
    margin: 0 -30px;
  }
}

.p-function-block03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1080px;
  padding: 30px 30px 70px;
  margin: 0 auto;
}

.p-function-block03__thumb {
  width: 58%;
}

.p-function-block03__inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  padding-top: 100%;
  -webkit-box-shadow: 0 0 20px rgba(32, 156, 255, 0.2);
          box-shadow: 0 0 20px rgba(32, 156, 255, 0.2);
  border-radius: 50%;
}

.p-function-block03__inner span {
  position: absolute;
  display: block;
  margin: auto;
}

.p-function-block03__inner .in01 {
  top: 50%;
  left: 50%;
  max-width: 450px;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.p-function-block03__inner .in02 {
  top: 50px;
  left: 50px;
  max-width: 258px;
  width: 100%;
}

.p-function-block03__inner .in02:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 74.031%;
}

.p-function-block03__inner .in02 img {
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
}

.p-function-block03__inner .in03 {
  top: 50px;
  right: 50px;
  max-width: 258px;
  width: 100%;
}

.p-function-block03__inner .in03 img {
  display: none;
}

.p-function-block03__inner .in04 {
  left: 0;
  right: 0;
  bottom: 90px;
  max-width: 495px;
  width: 100%;
}

.p-function-block03__head {
  width: 42%;
  font-size: 2.4rem;
  line-height: 2.5;
  letter-spacing: .4rem;
  padding: 0 0 0 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-function-block03__head i {
  display: inline-block;
  width: 25px;
  line-height: 1;
  margin: 0 10px;
}

@media screen and (max-width: 767px) {
  .p-function-block03 {
    display: block;
    padding: 15px 15px 30px;
  }
  .p-function-block03__thumb {
    max-width: 343px;
    width: 100%;
    margin: 0 auto 15px;
  }
  .p-function-block03__inner span {
    position: absolute;
    display: block;
    margin: auto;
  }
  .p-function-block03__inner .in01 {
    max-width: 220px;
  }
  .p-function-block03__inner .in02 {
    top: 10%;
    left: 14%;
    max-width: 132px;
  }
  .p-function-block03__inner .in03 {
    top: 10%;
    right: 14%;
    max-width: 132px;
  }
  .p-function-block03__inner .in04 {
    bottom: 20px;
    max-width: 315px;
  }
  .p-function-block03__head {
    width: 100%;
    font-size: 1.8rem;
    padding: 0 15px;
    line-height: 2;
  }
  .p-function-block03__head i {
    width: 16px;
  }
}

@media screen and (max-width: 375px) {
  .p-function-block03__inner .in02 {
    left: 12%;
  }
  .p-function-block03__inner .in03 {
    right: 12%;
  }
}

@media screen and (max-width: 330px) {
  .p-function-block03__head {
    font-size: 1.6rem;
  }
  .p-function-block03__inner .in02 {
    top: 5%;
    left: 9%;
    max-width: 120px;
  }
  .p-function-block03__inner .in03 {
    top: 5%;
    right: 9%;
    max-width: 120px;
  }
  .p-function-block03__inner .in04 {
    bottom: 6px;
  }
}

.p-function-block04 {
  padding: 120px 30px 200px;
  overflow: hidden;
  background: #FFF;
}

.p-function-block04__head {
  position: relative;
  font-size: 4rem;
  text-align: center;
  margin: 0 0 200px;
}

.p-function-block04__head:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  width: 29px;
  height: 4px;
  background: #3B98E2;
  border-radius: 7px;
  margin: auto;
}

.p-function-block04__container {
  max-width: 1280px;
  margin: 0 auto;
}

.p-function-block04__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 180px;
}

.p-function-block04__block:last-child {
  margin: 0;
}

.p-function-block04__block.-block01 .p-function-block04__sub .in02 {
  top: -145px;
  right: 45px;
  width: 123px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
}

.p-function-block04__block.-block01 .p-function-block04__sub .in03 {
  top: 60px;
  right: -70px;
  width: 146px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
}

.p-function-block04__block.-block01 .p-function-block04__sub .in04 {
  top: -60px;
  left: -25px;
  width: 174px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
}

.p-function-block04__block.-block01 .p-function-block04__sub .in05 {
  bottom: 85px;
  left: -10%;
  width: 178px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
}

.p-function-block04__block.-block02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.p-function-block04__block.-block02 .p-function-block04__sub .in02 {
  top: -60px;
  left: 10px;
  max-width: 413px;
}

.p-function-block04__block.-block02 .p-function-block04__sub .in03 {
  right: -45px;
  bottom: -35px;
  max-width: 502px;
}

.p-function-block04__block.-block02 .p-function-block04__sub .in04 {
  top: -85px;
  right: -125px;
  width: 314px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
}

.p-function-block04__block.-block02 .p-function-block04__sub .in05 {
  left: -50px;
  bottom: -50px;
  width: 214px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.p-function-block04__block.-block02 .p-function-block04__main {
  padding: 0 100px 0 0;
}

/* --------.p-function-block04__block.-block03-------------------------------------------- */

.p-function-block04__block.-block03 .p-function-block04__sub .in02 {
  top: 13%;
  left: -1%;
  width: 305px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
}

.p-function-block04__block.-block03 .p-function-block04__sub .in03 {
  top: 35%;
  left: 3%;
  width: 227px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
}

.p-function-block04__block.-block03 .p-function-block04__sub .in04 {
  top: 60%;
  left: -4%;
  width: 319px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
}

.p-function-block04__block.-block03 .p-function-block04__sub .in05 {
  top: 75px;
  right: -15px;
  width: 168px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}

.p-function-block04__block.-block03 .p-function-block04__sub .in06 {
  top: 164px;
  right: -63px;
  width: 217px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}

.p-function-block04__block.-block04 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.p-function-block04__block.-block04 .p-function-block04__sub .inWrap {
  width: 100%;
  position: absolute;
  bottom: 79%;
  left: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.p-function-block04__block.-block04 .p-function-block04__sub .inWrap.js-anime {
  height: 57%;
}

.p-function-block04__block.-block04 .p-function-block04__sub .in02,
.p-function-block04__block.-block04 .p-function-block04__sub .in03,
.p-function-block04__block.-block04 .p-function-block04__sub .in04 {
  width: 20.2%;
  z-index: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.p-function-block04__block.-block04 .p-function-block04__sub .in05,
.p-function-block04__block.-block04 .p-function-block04__sub .in06,
.p-function-block04__block.-block04 .p-function-block04__sub .in07 {
  bottom: 0;
}

.p-function-block04__block.-block04 .p-function-block04__sub .in02 {
  top: 0;
  left: 13.6%;
}

.p-function-block04__block.-block04 .p-function-block04__sub .in02.js-anime {
  -webkit-transform: translateY(8%);
      -ms-transform: translateY(8%);
          transform: translateY(8%);
}

.p-function-block04__block.-block04 .p-function-block04__sub .in03 {
  top: 0;
  left: 40%;
}

.p-function-block04__block.-block04 .p-function-block04__sub .in03.js-anime {
  -webkit-transform: translateY(-52%);
      -ms-transform: translateY(-52%);
          transform: translateY(-52%);
}

.p-function-block04__block.-block04 .p-function-block04__sub .in04 {
  top: 0;
  right: 14%;
}

.p-function-block04__block.-block04 .p-function-block04__sub .in04.js-anime {
  -webkit-transform: translateY(-22%);
      -ms-transform: translateY(-22%);
          transform: translateY(-22%);
}

.p-function-block04__block.-block04 .p-function-block04__sub .in05 {
  width: 24%;
  left: 12%;
}

.p-function-block04__block.-block04 .p-function-block04__sub .in06 {
  width: 24%;
  left: 38%;
}

.p-function-block04__block.-block04 .p-function-block04__sub .in07 {
  width: 24%;
  right: 12%;
}

.p-function-block04__block.-block04 .p-function-block04__main {
  padding: 0 100px 0 0;
}

.p-function-block04__sub {
  position: relative;
  width: 52%;
}

.p-function-block04__sub span {
  position: absolute;
}

.p-function-block04__main {
  width: 48%;
  padding: 0 0 0 100px;
  -webkit-transform: translateX(100px);
      -ms-transform: translateX(100px);
          transform: translateX(100px);
  opacity: 0;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.p-function-block04__main.is-visible {
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
}

.p-function-block04__main h3 {
  font-size: 3.2rem;
  letter-spacing: .5rem;
  line-height: 2;
  margin: 0 0 50px;
}

@media only screen and (max-width: 1314px) {
  .p-function-block04__main h3 {
    font-size: 2.3vw;
  }
}

@media only screen and (max-width: 1115px) {
  .p-function-block04__main h3 {
    font-size: 2.2vw;
  }
}

.p-function-block04__main strong {
  color: #3B98E2;
}

.p-function-block04__main p {
  max-width: 500px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: .2rem;
}

@media screen and (max-width: 767px) {
  .p-function-block04 {
    padding: 50px 30px;
  }
  .p-function-block04__head {
    font-size: 2.2rem;
    margin: 0 0 100px;
  }
  .p-function-block04__head:before {
    bottom: -11px;
    width: 16px;
    height: 2px;
  }
  .p-function-block04__block {
    display: block;
    margin: 0 0 50px;
  }
  .p-function-block04__block.-block01 .p-function-block04__sub .in02 {
    top: -61px;
    right: 26px;
    width: 52px;
  }
  .p-function-block04__block.-block01 .p-function-block04__sub .in03 {
    top: 27px;
    right: -31px;
    width: 74px;
  }
  .p-function-block04__block.-block01 .p-function-block04__sub .in04 {
    top: -24px;
    left: -8px;
    width: 73px;
  }
  .p-function-block04__block.-block01 .p-function-block04__sub .in05 {
    bottom: 47px;
    left: -36px;
    width: 74px;
  }
  .p-function-block04__block.-block02 .p-function-block04__sub {
    margin: 0 auto 50px;
  }
  .p-function-block04__block.-block02 .p-function-block04__sub .in02 {
    top: -30px;
    left: -5px;
    max-width: 191px;
    z-index: 1;
  }
  .p-function-block04__block.-block02 .p-function-block04__sub .in03 {
    right: -27px;
    bottom: -20px;
    max-width: 232px;
    z-index: 1;
  }
  .p-function-block04__block.-block02 .p-function-block04__sub .in04 {
    top: -60px;
    right: -58px;
    width: 188px;
  }
  .p-function-block04__block.-block02 .p-function-block04__sub .in05 {
    left: -50px;
    bottom: -36px;
    width: 130px;
  }
  .p-function-block04__block.-block02 .p-function-block04__main {
    padding: 0 100px 0 0;
  }
  .p-function-block04__block.-block03 {
    margin: 0 0 100px;
  }
  .p-function-block04__block.-block03 .p-function-block04__sub .in02 {
    top: 20px;
    left: -30px;
    width: 171px;
  }
  .p-function-block04__block.-block03 .p-function-block04__sub .in03 {
    top: 64px;
    left: -30px;
    width: 129px;
  }
  .p-function-block04__block.-block03 .p-function-block04__sub .in04 {
    top: 110px;
    left: -30px;
    width: 179px;
  }
  .p-function-block04__block.-block03 .p-function-block04__sub .in05 {
    top: 30px;
    right: -30px;
    width: 93px;
  }
  .p-function-block04__block.-block03 .p-function-block04__sub .in06 {
    top: 90px;
    right: -30px;
    width: 121px;
  }
  .p-function-block04__block.-block04 .p-function-block04__main {
    padding: 0 100px 0 0;
  }
  .p-function-block04__sub {
    max-width: 285px;
    width: 100%;
    margin: 0 auto 30px;
  }
  .p-function-block04__main {
    width: 100%;
    padding: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  .p-function-block04__main h3 {
    font-size: 1.8rem;
    margin: 0 0 30px;
  }
  .p-function-block04__main p {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 330px) {
  .p-function-block04__main h3 {
    font-size: 1.5rem;
  }
}

.p-function-block05 {
  max-width: 1280px;
  padding: 30px 30px 60px;
  margin: 0 auto;
  background: #FFF;
}

.p-function-block05__head {
  position: relative;
  font-size: 4rem;
  text-align: center;
  margin: 0 0 50px;
}

.p-function-block05__head:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  width: 29px;
  height: 4px;
  background: #3B98E2;
  border-radius: 7px;
  margin: auto;
}

.p-function-block05__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -22.5px;
}

.p-function-block05__list li {
  width: 20%;
  padding: 0 22.5px 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-function-block05__list li:nth-child(1) span:before {
  background-image: url("/jp/wp-content/themes/miitel/assets/images/function/img05_01_hover.png");
}

.p-function-block05__list li:nth-child(2) span:before {
  background-image: url("/jp/wp-content/themes/miitel/assets/images/function/img05_02_hover.png");
}

.p-function-block05__list li:nth-child(3) span:before {
  background-image: url("/jp/wp-content/themes/miitel/assets/images/function/img05_03_hover.png");
}

.p-function-block05__list li:nth-child(4) span:before {
  background-image: url("/jp/wp-content/themes/miitel/assets/images/function/img05_04_hover.png");
}

.p-function-block05__list li:nth-child(5) span:before {
  background-image: url("/jp/wp-content/themes/miitel/assets/images/function/img05_05_hover.png");
}

.p-function-block05__list li:nth-child(6) span:before {
  background-image: url("/jp/wp-content/themes/miitel/assets/images/function/img05_06_hover.png");
}

.p-function-block05__list li:nth-child(7) span:before {
  background-image: url("/jp/wp-content/themes/miitel/assets/images/function/img05_07_hover.png");
}

.p-function-block05__list li:nth-child(8) span:before {
  background-image: url("/jp/wp-content/themes/miitel/assets/images/function/img05_08_hover.png");
}

.p-function-block05__list li:nth-child(12) span:before {
  background-image: url("/jp/wp-content/themes/miitel/assets/images/function/img05_09_hover.png");
}

.p-function-block05__list div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0;
  height: 220px;
  background: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 20px rgba(32, 156, 255, 0.2);
          box-shadow: 0 0 20px rgba(32, 156, 255, 0.2);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.p-function-block05__list span {
  position: relative;
  display: inline-block;
  max-width: 112px;
  width: 100%;
  height: 105px;
  margin: 0 0 10px;
}

.p-function-block05__list span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.p-function-block05__list img {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.p-function-block05__list p {
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .p-function-block05 {
    padding: 30px;
  }
  .p-function-block05__head {
    font-size: 2.2rem;
    margin: 0 0 50px;
  }
  .p-function-block05__head:before {
    bottom: -11px;
    width: 16px;
    height: 2px;
  }
  .p-function-block05__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -12.5px;
  }
  .p-function-block05__list li {
    width: 50%;
    padding: 0 12.5px 15px;
  }
  .p-function-block05__list div {
    height: 150px;
  }
  .p-function-block05__list div:hover {
    top: 0;
  }
  .p-function-block05__list span {
    max-width: 82px;
    height: auto;
  }
  .p-function-block05__list p {
    font-size: 1.4rem;
  }
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 2.1875vw;
  width: 2.5vw;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 11.1vw;
  padding: 0;
  border: none;
  outline: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .slick-prev,
  .slick-next {
    width: 30px;
    height: 30px;
  }
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  opacity: 0.6;
}

.slick-prev {
  left: 35.5vw;
  z-index: 1;
  background: url("/jp/wp-content/themes/miitel/assets/images/front/icon_arrow_left.png") no-repeat center/contain;
}

.slick-next {
  right: 35.5vw;
  background: url("/jp/wp-content/themes/miitel/assets/images/front/icon_arrow_right.png") no-repeat center/contain;
}

.slick-dots {
  left: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 30px 0 0;
  width: 100%;
  transform: scale(0.8);
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 100%;
  width: 100%;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0;
  cursor: pointer;
  border: 1px solid #C9D4DE;
  border-radius: 50%;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li.slick-active button {
  background: #3B98E2;
  border: 1px solid #3B98E2;
}

.cp_ipselect {
  overflow: hidden;
  width: 90%;
  margin: 2em auto;
  text-align: center;
}
.cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
  position: relative;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  background: #ffffff;
}
.cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 0.8em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
  padding: 8px 38px 8px 8px;
  color: #666666;
}


/* -------- 404 -------------------------------------------- */
/* 全体 */

/* ページMV */
.heading_404{
 margin-top: 9%; 
}
.heading_h2_404{
  width: 100%;
  height: 0;
  opacity: 0.5;
  font-family: Roboto;
  font-size: 59px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.54;
  letter-spacing: 33.04px;
  text-align: center;
  color: #3b98e2;
}
.heading_p_404{
  width: 100%;
  margin-top: 8px;
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: 7.2px;
  text-align: center;
  color: #3b98e2;
}
/* ページ本文 */
.txt_404{
  margin-bottom: 3%;
}
.p-front-404__btn{
  margin-bottom: 5%;
}
.txt_p01_404{
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.67;
  letter-spacing: 4.8px;
  text-align: center;
  color: #2f363c;
}
.img_404{
  width: 462px;
  height: 278px;
}
.img_wrap{
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .m-404-sp {
    display: block;
  }
  .txt01_404{
    font-size: 2.3rem;
    margin: 50px 0 40px 0;
  }
  .txt_container{

    font-size: 1.5rem;
    margin: 40px 20px 70px 20px;
  }
  .heading_404{
    margin-top: 35%; 
   }
   .heading_h2_404{
    opacity: 0.5;
    font-family: Roboto;
    font-size: 19px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.79;
    letter-spacing: 10.64px;
    text-align: center;
    color: #3b98e2;
   }
   .heading_p_404{
     width: 100%;
     margin-top: 8px;
     font-size: 18px;
     font-weight: bold;
     font-stretch: normal;
     font-style: normal;
     line-height: 1.56;
     letter-spacing: 3.6px;
     text-align: center;
     color: #3b98e2;
   }
   /* ページ本文 */
   .txt_404{
     margin: 4% 0 6% 0;
   }
   .p-front-404__btn{
     margin-bottom: 10%;
   }
   .txt_p01_404{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: 1.4px;
    text-align: center;
    color: #494949;
   }
   .img_404{
    width: 256px;
    height: 154px;
   }
   .img_wrap{
     text-align: center;
   }




}

@media only screen and (max-width: 1024px) {
  .m-404-pc {
    display: block;
  }
}
















* html .clearfix {
  zoom: 1;
}

*+html .clearfix {
  zoom: 1;
}

.clearfix:after {
height: 0;
visibility: hidden;
content: ".";
display: block;
clear: both;
}
.headLine01 {
  margin-bottom: 35px;
  font-size: 3.6rem;
}
.headLine01:after {
  bottom: -28px;
}
@media only screen and (max-width: 767px) {
  .headLine01 {
    margin-bottom: 25px;
    font-size: 2.2rem;
  }
  .headLine01:after {
    bottom: -13px;
  }
}
.m-cvArea__new {
  height: 338px;
  background-image: url("/jp/wp-content/themes/miitel/assets/images/common/bg_cvarea__news.jpg");
}
@media only screen and (max-width: 767px) {
  .m-cvArea__new {
    height: 156px;
    background-image: url("/jp/wp-content/themes/miitel/assets/images/common/bg_cvarea__news-sp.jpg");
  }
  .m-cvArea__new .m-cvArea__btn svg {
    margin-right: 10px; 
    max-width: 18px;
  }
}
.l-header.style01 {
    z-index: 200;
}
@media only screen and (min-width: 1024px) {
  .l-header.style01 {
    padding: 20px 100px 20px 140px;
    background-color: #FFF;
  }
  .l-header .l-header__logo span {
    display: none;
  }
  .l-header.style01 .l-header__logo {
    width: auto;
    max-width: 290px;
  }
  .l-header.style01 .l-header__logo a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .l-header.style01 .l-header__logo a img{
    width: 215px;
  }
  .l-header.style01 .l-header__logo span {
    display: none;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  .l-header.style01 {
    padding: 15px 13px 15px 15px;
    box-shadow: 0px 3px 6px 3px rgba(0,0,0,0.06);
  }
  .l-header.style01 .l-nav__list li:not(:last-child) {
    margin-right: 10px;
  }
  .l-header.style01 .l-nav__list a {
    font-size: 0.875em;
  }
}
@media only screen and (max-width: 1024px) {
  .l-header__logo{
    width: auto !important;
  }
  .l-header.style01 .l-header__logo span {
    display: none;
  }
  
}
.frontpage .mainvisual {
  padding: 9vw 0 3.8vw;
  position: relative;
  overflow: hidden;
  background-color:  #60a4da;
}
@media only screen and (max-width: 1024px) {
  .frontpage .mainvisual {
    padding: 4.22vw 0 3.8vw;
  }
}
.frontpage .mainvisual:before {
  position: absolute;
  left: 0;
  bottom: -3.8vw;
  width: 50%;
  height: 14.95vw;
  background: url("/jp/wp-content/themes/miitel/assets/images/front/mainvisual_bg02.png") no-repeat right -50%;
  background-size: auto 100%;
  content: "";
}

.frontpage .mainvisual:after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  background: #FFF url("/jp/wp-content/themes/miitel/assets/images/front/mainvisual_bg01.png") no-repeat right top;
  background-size: 200% auto;
  content: "";
}
@media only screen and (max-width: 1024px) {
  .frontpage .mainvisual:after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    background: #FFF url("/jp/wp-content/themes/miitel/assets/images/front/mainvisual_bg01.png") no-repeat right bottom;
    background-size: 200% auto;
    content: "";
  }
}
.frontpage .mainvisual .inner {
  position: relative;
  z-index: 10;
}
.frontpage .mainvisual .ttl {
  position: relative;
  margin: 0 auto -3.54vw;
  font-size: 1.04vw;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  color: #2f363c;
  max-width: 40.6vw;
  height: 3.7vw;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 28px 0 rgba(59, 152, 226, 0.3);
  background-color: #ffffff;
  border-radius: 1.9vw;
}
.frontpage .mainvisual .ttl:after {
  margin-left: -9px;
  position: absolute;
  left: 50%;
  top: 100%;
  border: 9px solid transparent;
  border-top: 11px solid #FFF;
  content: "";
}
.frontpage .mainvisual .ttl .blue {
  color: #3b98e2;
  padding-bottom: 0.5%;
}
.frontpage .mainvisual .ttl .num {
  font-size: 1.67vw;
  color: #3b98e2;
  line-height: 1;
  vertical-align:  bottom;
  padding-bottom: 0.5%;
}
.frontpage .mainvisual .photo {
  margin: 0 auto -4.07vw;
  width: 40.15%;
  padding: 5% 0 5% 0;
}
.frontpage .mainvisual .logo {
  margin: 0 auto;
  max-width: 25.34%;
}
.frontpage .mainvisual .txt {
  position: absolute;
  left: 8.1%;
  top: 3.1%;
}
.frontpage .mainvisual .txt p {
  font-size: 2.8vw;
  font-weight: bold;
  line-height: 200%;
  letter-spacing: 0.75vw;
  color: #fff;
}
.frontpage .mainvisual .txt p .border {
  position: relative;
  display: inline-block;
  color: #FFF;
}
.frontpage .mainvisual .txt p .border:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.8vw;
  border-bottom: 3px solid #FFF;
  content: "";
}
.frontpage .mainvisual .txt .m-cvArea__btn {
  width: 19.27vw;
  height: 5vw;
}
.p-front-block01.style {
  margin-top: -107px;
  padding: 92px 0 88px;
  background: url("/jp/wp-content/themes/miitel/assets/images/front/bg01.jpg") left top;
  background-size: 442px auto;
}
.p-front-block01.style::before {
  display: none;
}
.p-front-block01.style .headLine01 {
  margin-bottom: 40px;
}
.p-front-block01__txt {
    font-size: 21px;
    font-weight: bold;
    line-height: 2.13;
    letter-spacing: .1em;
    text-align: center;
    color: #2f363c;
}
.p-front-block01__txt span {
  color: #3b98e2;
}
.frontpage .p-front-block04 .headLine01 {
  margin-bottom: 51px;
}
.frontpage .p-front-block04__item h3 a {
  color: #3b98e2;
}
.frontpage .p-front-block04 .centerTxt {
  margin-top: 152px;
  font-size: 26px;
  font-weight: bold;
  line-height: 2.13;
  letter-spacing: .1em;
  text-align: center;
  color: #2f363c;
}
.frontpage .p-front-block04 .centerTxt .blue {
  color: #3b98e2;
}
.frontpage .p-front__block03 {
  /*margin: 136px 0 117px;*/
}
.frontpage .p-front__block03 .bg {
  /*padding: 60px 20px 1px;*/
  padding: 65px 0 117px;
  margin: 71px 0 0;
  background: url("/jp/wp-content/themes/miitel/assets/images/front/bg01.jpg") left top;
}
.frontpage .p-front__block03 .headLine01 {
  margin-bottom: 122px;
}
.frontpage .p-front__block03 ul {
  display: flex;
  justify-content: center;
}
.frontpage .p-front__block03 li {
  position: relative;
  padding: 126px 35px 48px;
  margin: 0 16px;
  max-width: 320px;
  border-radius: 20px;
  box-shadow: 0 0 28px 0 rgba(59, 152, 226, 0.3);
  background-color: #ffffff;
  box-sizing: border-box;

}
.frontpage .p-front__block03 li .photo {
  position: absolute;
  left: 0;
  width: 100%;
  top: -94px;
}
.frontpage .p-front__block03 li .ttl {
  margin: 0 -4px 12px;
  font-size: 19px;
  font-weight: bold;
  color: #3b98e2;
  text-align: center;
}
.frontpage .p-front__block03 li .txt {
  font-size: 13px;
  line-height: 2;
  color: #2f363c;
}
.frontpage .p-front__block03 li .num {
  position: absolute;
  right: 14px;
  bottom: 1px;
  font-family: sans-serif;
  font-size: 48px;
  font-weight: bold;
  color: #1696d9;
}
.frontpage .p-front__block03 .p-front-block04__btn {
  margin: 55px 0 -50px;
}
@media only screen and (min-width: 768px) and (max-width: 1360px) {
  .frontpage .p-front__block03 li {
    padding-top: 120px;
  }
  .frontpage .p-front__block03 li .photo {
    top: -5.53vw;
  }
}
@media only screen and (min-width: 768px) {
  .frontpage .mainvisual .txt .m-cvArea__btn {
    font-size: 1.25vw;
  }
  .frontpage .mainvisual .txt .m-cvArea__btn svg {
    width: 1.5vw;
    height: 1.93vw;
  }
}
@media only screen and (max-width: 767px) {
  .frontpage .mainvisual {
    padding: 0;
    height: auto;
  }
  .frontpage .mainvisual:before {
    display: none;
  }
  .frontpage .mainvisual:after {
    display: none;
  }
  .frontpage .mainvisual .inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }
  .frontpage .mainvisual .txt {
    position: absolute;
    left: 0;
    bottom: 21.1%;
    width: 100%;
    top: auto;
  }
  .frontpage .mainvisual .txt .m-cvArea__btn {
    margin: 0 auto;
    width: 84%;
    max-width: 206px;
    height: 48px;
  }
  .frontpage .mainvisual .txt .m-cvArea__btn svg {
    margin-right: 15px;
    width: 22px;
  }
  .p-front-block01.style {
    margin-top: -28px;
    padding: 49px 0 31px;
    background-size: 375px auto;
  }
  .p-front-block01.style .headLine01 {
    margin-bottom: 30px;
  }
  .p-front-block01__txt {
      font-size: 22px;
      line-height: 165%;
      letter-spacing: 1.08px;
  }
  .frontpage .p-front-block04 {
    padding-top: 58px;
  }
  .frontpage .p-front-block04__btn {
    margin-top: 30px;
    transform: scale(1.0);
  }
  .frontpage .p-front-block04 .centerTxt {
    margin: 96px 34px 0;
    font-size: 20px;
    line-height: 165%;
    letter-spacing: 0.96px;
    color: #494949;
  }
  .frontpage .p-front__block03 {
    margin: 0 0 77px;
  }
  .frontpage .p-front__block03 .bg {
    padding: 45px 0 1px;
    background-size: 375px auto;
  }
  .frontpage .p-front__block03 .headLine01 {
    margin-bottom: 38vw;
  }
  .frontpage .p-front__block03 ul {
    flex-wrap: wrap;
  }
  .frontpage .p-front__block03 li {
    padding: 26vh 6% 32px;
    margin: 0 6.4vw 38.5vw;
    max-width: inherit;
  
  }
  .frontpage .p-front__block03 li:last-child {
    margin-bottom: 0;
  }
  .frontpage .p-front__block03 li .photo {
    position: absolute;
    left: 50%;
    width: 109%;
    top: -21.87vw;
    transform: translateX(-50%);
  }
  .frontpage .p-front__block03 li .ttl {
    margin: 0 -5px 9px;
    font-size: 22px;
  }
  .frontpage .p-front__block03 li .num {
    right: 20px;
    bottom: 0px;
    font-size: 48px;
  }
  .frontpage .p-front__block03 .p-front-block04__btn {
    margin: 47px 0 -30px;
  }
  .p-front-block05__btn,
  .p-front-block06__wrapper {
    transform: scale(1.0);
  }
}
.m-cvArea__new {
  height: 338px;
  background-image: url("/jp/wp-content/themes/miitel/assets/images/common/bg_cvarea__news.jpg");
}
.m-cvArea__new .m-cvArea__btn {
  width: 400px;
  height: 73px;
  transform: scale(0.8);
}
@media only screen and (max-width: 767px) {
  .m-cvArea__new {
    height: 156px;
    background-image: url("/jp/wp-content/themes/miitel/assets/images/common/bg_cvarea__news-sp.jpg");
  }
  .m-cvArea__new .m-cvArea__btn {
    width: 88%;
    height: 70px;
  }
  .m-cvArea__new .m-cvArea__btn svg {
    margin-right: 20px; 
    max-width: 22px;
  }
}
.headLine01 {
  margin-bottom: 24px;
  font-size: 2.9rem;
}
.headLine01:after {
  bottom: -22px;
}
@media only screen and (max-width: 767px) {
  .headLine01 {
    margin-bottom: 25px;
    font-size: 2.2rem;
  }
  .headLine01:after {
    bottom: -13px;
  }
}
.faqArea {
  padding: 95px 0 121px;
}
.faqArea .m-faq__item {
  border-bottom: 1px solid #DEE5EB;
}
.faqArea .m-faq__question {
  padding: 20px 48px 20px 0;
  border: none;
}
.faqArea .m-faq__question svg {
  width: 32.2px;
  height: 15.6px;
}
.faqArea .m-faq__answer {
  margin-bottom: 33px;
}
@media only screen and (max-width: 767px) {
  .faqArea {
    padding: 48px 0 60px;
  }
  .faqArea .m-faq__question {
    padding: 20px 0 20px 4%;
  }
  .faqArea .m-faq__question svg {
    width: 21.2px;
    height: 10.6px;
  }
}
.p-front__media {
  margin: 0 auto 120px;
  max-width: 1292px;
}
.p-front__media .headLine01 {
  margin-bottom: 63px;
}
.p-front__media .media-list__block {
  padding: 10px;
  overflow: hidden;
  background-color: #E4E6E7;
}
.p-front__media .media-list {
  margin: -28px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.p-front__media .media-list li {
  margin: 28px 45px;
  align-self: center;
}
.p-front__media .media-list img {
  max-height: 49px;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .p-front__media {
    margin: 0 0 31px;
    display: none;
  }
  .p-front__media .headLine01 {
    margin-bottom: 45px;
  }
  .p-front__media .media-list__block {
    padding: 31px 5px;
    overflow-x: auto;
  }
  .p-front__media .media-list {
    margin: 0;
    width: 680px;
  }
  .p-front__media .media-list li {
    margin: 8px 20px;
  }
  .p-front__media .media-list img {
    max-height: 30px;
  }
}
.newsBox {
  background-color: #FFF;
}
.newsBox .p-front-block06 {
  padding: 88px 24px 52px;
  max-width: 1280px;
}
.newsBox .headLine01 {
  margin-bottom: 65px;
}
.newsBox .m-tabLayout {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .newsBox .m-tabLayout li {
    color: #3B98E2;
  }
}
@media only screen and (max-width: 767px) {
  .newsBox {
    background-color: #FAFBFC;
  }
  .newsBox .p-front-block06 {
    padding: 60px 0 60px;
  }
  .newsBox .headLine01 {
    margin-bottom: 48px;
  }
  .newsBox .m-tabLayout {
    margin-bottom: 30px;
  }
  .newsBox .m-tabLayout li {
    height: 43px;
  }
}
.p-front-functions {
  padding: 30px 0 0;
  overflow: hidden;
}
.p-front-functions__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 16px;
}
.p-front-functions__photo {
  float: right;
  max-width: 456px;
  width: 48%;
}
.p-front-functions__photo img {
  box-shadow: 0 0 15px #ddd;
}
.p-front-functions__text-box {
  padding: 26px 0 0 0;
  float: left;
  max-width: 440px;
  width: 46%;
}
.p-front-functions__text-box p {
  margin-bottom: 35px;
  font-size: 1.9rem;
  color: #2f363c;
  letter-spacing: 1.9px;
}
.p-front-functions__text-box .p-front-functions__title {
  margin-bottom: 19px;
  font-size: 3.3rem;
  font-weight: bold;
  letter-spacing: 3.3px;
}
.p-front-functions .m-cvArea__btn {
  padding: 16px 16px 14px;
  max-width: 284px;
  width: auto;
  font-size: 1.6rem;
  height: auto;
  box-sizing: border-box;
  transform: scale(1.0);
}
.p-front-functions .m-cvArea__btn svg {
  margin-right: 10px;
  max-width: 23px;
}
.p-front-operator {
  background-color: #fff;
}
.p-front-operator__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 77px 16px 112px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-front-operator__item {
  padding-bottom: 7px;
  max-width: 465px;
  width: 48.5%;
  box-shadow: 0 0 28px 0 rgba(59, 152, 226, 0.3);
  border-radius: 20px;
}
.p-front-operator__text {
  margin-bottom: 19px;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2.6px;
  position: relative;
}
.p-front-operator__text span {
  padding: 21px 12px 18px;
  color: #fff;
  display: block;
  position: relative;
  z-index: 1;
}
.p-front-operator__text span img {
  position: absolute;
  width: 90px;
  height: 55px;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.p-front-operator__text:after {
width: 100%;  
height: 100%;
  opacity: 0.8;
  background-image: linear-gradient(158deg, #4aafff 31%, #469de3 65%);
position: absolute;  
top: 0;
left: 0;  
content: ""; 
  border-radius: 20px 20px 0 0;
}
.p-front-operator__list {
  margin: 0 19px;
}
.p-front-operator__list li {
  margin-bottom: 13px;
  padding: 14px 25px;
  min-height: 161px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  background-color: #fafbfe;
  border-radius: 4px;
}
.p-front-operator__img {
  padding-top: 24px;
  width: 16.8%;
  text-align: center;
  box-sizing: border-box;
  transform: scale(0.8);
}
.p-front-operator__img02 {
  padding-left: 20px;
}
.p-front-operator__text-box {
  padding-left: 38px;
  width: 70%;
}
.p-front-operator__text-box p {
  font-size: 1.4rem;
  color: #55616c;
  line-height: 1.25;
}
.p-front-operator__text-box .ttl {
  margin-bottom: 10px;
  font-size: 2.1rem;
  color: #2f363c;
  line-height: 1.38;
  font-weight: bold;
}
.p-front-operator__txt {
  margin-bottom: 16px;
  text-align: center;
  font-size: 3.8rem;
  font-weight: bold;
  letter-spacing: 11.2px;
  color: #2f363c;
  transform: scale(0.8);
}
.p-front-operator__txt-span02 {
  color: #ff4b28;
}
.p-front-operator__txt-span {
  margin-bottom: 6px;
  font-size: 2.2rem;
  display: block;
  letter-spacing: 4.8px;
}
.p-front-operator__arrow {
  text-align: center;
  transform: scale(0.8);
}
.p-front-operator__arrow img {
  width: 34px;
}
.p-front-reduce__box {
  margin-top: -50px;
  background-color: #FAFBFC;
}
.p-front-reduce {
  max-width: 1000px;
  margin: 0 auto;
  padding: 34px 20px 60px;
  transform: scale(0.8);
}
.p-front-reduce__title {
  margin-bottom: 72px;
  text-align: center;
  font-size: 3.8rem;
  font-weight: bold;
  letter-spacing: 11.2px;
}
.p-front-reduce__txt-span02 {
  color: #2780c6;
}
.p-front-reduce__txt-span {
  margin-bottom: 8px;
  display: block;
  font-size: 2.2rem;
  letter-spacing: 4.8px;
}
.p-front-reduce__list {
  display: flex;
  flex-wrap: wrap;
}
.p-front-reduce__list li {
  width: 31%;
  padding: 20px;
  background-color: #fff;
  border-radius: 12px;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 0 0 24px 0 rgba(59, 152, 226, 0.3);
}
.p-front-reduce__list li:nth-child(3n-1) {
  margin: 0 3.5%;
}
.p-front-reduce__list li dl {
  margin-bottom: 27px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.p-front-reduce__list li dt img {
  width: 60px;
}
.p-front-reduce__list li dt .img03 {
  width: 70px;
}
.p-front-reduce__list li dd {
  padding-left: 14px;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 1.7px;
}
.p-front-reduce__list li dd span {
  padding: 0 4px;
  display: inline-block;
  font-size: 2.8rem;
  letter-spacing: 3.9px;
  color: #3b98e2;
  position: relative;
}
.p-front-reduce__list li dd span:after {
width: 100%;  
height: 8px;
position: absolute;  
bottom: 2px;
left: 0;  
content: "";
  opacity: 0.4;
  background-color: #3b98e2;
}
.p-front-reduce__list li p {
  font-size: 1.5rem;
  line-height: 1.76;
  letter-spacing: 1.7px;
  color: #494949;
}
.m-cvArea__new02 {
  height: 360px;
  background-image: url("/jp/wp-content/themes/miitel/assets/images/functions/bg_cvarea__news.jpg");
}
.m-cvArea__new02 p {
  font-weight: bold;
  color: #fff;
  font-size: 4.2rem;
  letter-spacing: 8.4px;
  line-height: 1.86;
  text-align: center;
  /*margin: -7px 0 58px;*/
  transform: scale(0.8);
}
.m-cvArea__new02 p span {
  color: #fff;
}
@media all and (min-width: 768px) and (max-width: 1100px) {
  .p-front-functions__text-box {
      padding-top: 0;
  }
  .p-front-functions__text-box p {
      font-size: 2.7vw;
      margin-bottom: 25px;
  }
  .p-front-operator__list li {
      padding-left: 15px;
      padding-right: 15px;
  }
  .p-front-operator__img02 {
      padding-left: 10px;
  }
  .p-front-operator__img img {
      width: auto!important;
      height: 60px;
  }
  .p-front-operator__text-box {
      padding-left: 35px;
  }
  .p-front-operator__text-box p {
      font-size: 1.9vw;
  }
  .p-front-operator__text-box .ttl {
      font-size: 2.2vw;
  }
  .p-front-reduce__list li dt img {
      width: auto;
      height: 70px;
  }
  .p-front-reduce__list li dd {
      font-size: 1.8vw;
  }
  .p-front-reduce__list li dd span {
      font-size: 2.7vw;
  }
  .p-front-reduce__list li p {
      font-size: 1.7vw;
  }
  .m-cvArea__new02 p {
      font-size: 4vw;
  }
  
}
@media only screen and (max-width: 767px) {
  .p-front__tickerSlider__list {
    margin-bottom: 4px;
  }
  .p-front-functions {
      padding: 12px 0 49px;
  }
  .p-front-functions__inner {
      position: relative;
  }
  .p-front-functions__photo {
      position: absolute;
      top: 7.5%;
      right: -38.5%;
      width: 92%;
      float: none;
  }
  .p-front-functions__photo img {
    box-shadow: none;
  }
  .p-front-functions__photo:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 93px;
    height: 100%;
    background-image: linear-gradient(to right, #f9fafb, rgba(250, 251, 252, 0));
    content: "";
  }
  .p-front-functions__text-box {
      padding: 38px 0 0 10px;
      width: 55%;
      position: relative;
      z-index: 1;
  }
  .p-front-functions__text-box p {
      margin-bottom: 24px;
      font-size: 1.2rem;
      letter-spacing: 1.2px;
  }
  .p-front-functions__text-box .p-front-functions__title {
      margin-bottom: 5px;
      font-size: 2.8rem;
      letter-spacing: 2.8px;
  }
  .p-front-functions .m-cvArea__btn {
      padding: 5px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.6rem;
      width: 170%;
      max-width: 206px;
      height: 48px;
  }
  .p-front-functions .m-cvArea__btn svg {
      max-width: 23px;
  }
  .p-front-operator__inner {
      padding: 47px 17px 39px;
      display: block;
  }
  .p-front-operator__item {
      margin-bottom: 24px;
      padding-bottom: 3px;
      max-width: inherit;
      width: auto;
      border-radius: 10px;
  }
  .p-front-operator__text {
      margin-bottom: 14px;
      font-size: 1.7rem;
      letter-spacing: 1.7px;
  }
  .p-front-operator__text span {
      padding: 17px 15px 14px;
  }
  .p-front-operator__text span img {
      width: 53px;
      height: 32px;
  }
  .p-front-operator__text::after {
      border-radius: 10px 10px 0 0;
  }
  .p-front-operator__img {
      padding-top: 25px;
  }
  .p-front-operator__list {
      margin: 0 14px;
  }
  .p-front-operator__list li {
      padding: 7px 15px;
      min-height: 119px;
      margin-bottom: 10px;
  }
  .p-front-operator__img img {
      width: auto !important;
      height: 52px;
  }
  .p-front-operator__text-box {
      padding-left: 28px;
      width: 73%;
  }
  .p-front-operator__text-box p {
      font-size: 1.2rem;
      line-height: 1.5;
  }
  .p-front-operator__text-box .ttl {
      min-height: 28px;
      margin-bottom: 4px;
      font-size: 1.6rem;
      line-height: 1.38;
  }
  .p-front-operator__img02 {
      padding-left: 10px;
  }
  .p-front-operator__txt {
      margin-bottom: 24px;
      font-size: 3rem;
      line-height: 1.47;
      letter-spacing: 4.2px;
      transform: scale(1.0);
  }
  .p-front-operator__txt-span {
      margin-bottom: 9px;
      font-size: 1.6rem;
      letter-spacing: 3.2px;   
  }
  .p-front-operator__txt-span02 {
      display: block;
  }
  .p-front-operator__arrow img {
      width: 48px;
  }
  .p-front-reduce__box {
      margin-top: -23px;
  }
  .p-front-reduce {
      padding: 47px 15px 32px;
      transform: scale(1.0);
  }
  .p-front-reduce__title {
      margin-bottom: 60px;
      font-size: 3rem;
      letter-spacing: 4.2px;
  }
  .p-front-reduce__txt-span {
      font-size: 1.6rem;
      letter-spacing: 3.2px;
  }
  .p-front-reduce__list {
      display: block;
      margin: 0 1px;
  }
  .p-front-reduce__list li {
      padding: 25px 20px 23px;
      width: auto;
      min-height: 200px;
      box-sizing: border-box;
      margin: 0 0 16px !important;
  }
  .p-front-reduce__list li p {
      font-size: 1.63rem;
      line-height: 1.6;
      letter-spacing: 1.6px;
  }
  .p-front-reduce__list li dt img {
      width: auto !important;
      height: 75px;
  }
  .p-front-reduce__list li dl {
      margin-bottom: 25px;
  }
  .p-front-reduce__list li dd {
      padding-left: 20px;
      font-size: 1.8rem;
      letter-spacing: 1.8px;
  }
  .p-front-reduce__list li dd span {
      font-size: 3.6rem;
      letter-spacing: 3.6px;
      line-height: 1.3;
  }
  .m-cvArea__new02 {
      height: 250px;
      background-image: url("/jp/wp-content/themes/miitel/assets/images/functions/bg_cvarea__news-sp.jpg");
  }
  .m-cvArea__new02 p {
      margin: 0px 0 20px;
      font-size: 2.4rem;
      letter-spacing: 4.8px;
      line-height: 1.5;
      transform: scale(1.0);
  }
  .m-cvArea__txt-span {
      margin-bottom: 3px;
      display: block;
      font-size: 1.6rem;
      color: #fff;
      letter-spacing: 3.2px;
  }
  .m-cvArea__txt-span02 {
      font-size: 1.6rem;
      color: #fff;
      letter-spacing: 3.2px;
  }

}
@media only screen and (max-width: 374px) {
  .p-front-operator__text-box {
      width: 70%;
  }
  .p-front-operator__img02 {
      padding-left: 5px;
  }
  .p-front-reduce__list li dd {
      font-size: 1.4rem;
  }
  .p-front-reduce__list li dd span {
      font-size: 3rem;
  }
  .m-cvArea__new02 p {
      font-size: 2.1rem;
  }
}
.step-block {
  padding: 80px 20px 26px;
  background: url("/jp/wp-content/themes/miitel/assets/images/functions/step_bg.png") repeat left top;
  background-size: 442px auto;
}
.step-block .step-ttl {
  margin-right: 139px;
}
.step-block .step-ttl,
.price-block .price-ttl {
  /*margin-bottom: 18px;*/
  font-size: 2.6rem;
  letter-spacing: 10px;
  transform: scale(0.8);
}
.step-block .step-ttl .en {
  color: #3b98e2;
  font-size: 3.4rem;
  position: absolute;
  top: 21px;
  right: -160px;
}
.step-block .step-ttl:after,
.price-block .price-ttl::after {
  display: none !important;
}
.step-block .step-ul {
  margin: 0 auto 53px;
  max-width: 840px;
}
.step-block .step-ul img {
  max-width: 68px;
}
.step-block .step-ul li:nth-child(2) img {
  max-width: 66px;
}
.step-block .step-ul li:nth-child(3) img {
  max-width: 63px;
}
.step-block .step-ul li {
  margin-right: 6.455%;
  width: 29.03%;
  padding: 33px 15px 24px;
  border-radius: 10px 100px 100px 10px;
  background-color: #fff4de;
  float: left;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  position: relative;
  box-sizing: border-box;
}
.step-block .step-ul li .image {
  margin-bottom: 5px;
}
.step-block .step-ul li .num {
  padding-top: 13px;
  color: #fff;
  font-size: 1.6rem;
  position: absolute;
  top: -24px;
  left: -24px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: solid 10px #3b98e2;
  background-color: #52a8ed;
  box-sizing: border-box;
  letter-spacing: 2px;
  line-height: 1;
}
.step-block .step-ul li .num span {
  color: #fff;
  font-size: 3.4rem;
  display: block;
}
.step-block .step-ul li:last-child {
  margin-right: 0;
}
.p-center-txt {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 6px;
}
.p-center-txt .color {
  position: relative;
}
.p-center-txt .color::after {
  width: 100%;
  height: 6px;
  opacity: 0.4;
  position: absolute;
  bottom: -4px;
  left: 0;
  background-color: #ffa700;
  content: "";
}
.p-center-txt .color span {
  color: #ffa700;
  position: relative;
  z-index: 10;
  display: inline-block;
}
.p-center-txt .dot::after {
  margin-left: -6px;
  color: #ffa700;
  font-size: 3.2rem;
  position: absolute;
  top: -33px;
  left: 50%;
  content: ".";
}
.num-txt {
  margin: -3px 38px 0 32px;
  position: relative;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.num-txt > span {
  padding: 12px 0 0 11px;
  color: #fff;
  position: relative;
  z-index: 10;
  display: inline-block;
  width: 90px;
  height: 90px;
  font-size: 5.8rem;
  text-align: center;
  border-radius: 50%;
  background-color: #53a7ed;
  box-sizing: border-box;
}
.num-txt::after {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background-color: rgba(59,152,226,0.21);
  content: "";
}
.price-block {
  padding: 57px 0 15px;
  position: relative;
  overflow: hidden;
}
.price-block::after {
  width: 1475px;
  height: 436px;
  position: absolute;
  top: -207px;
  right: -906px;
  background: url("/wp-content/themes/miitel/assets/images/functions/price_bg.png") no-repeat left top;
  background-size: 1475px auto;
  content: "";
  z-index: -1;
}
.price-block::before {
  width: 564px;
  height: 436px;
  position: absolute;
  bottom: -84px;
  left: -40px;
  background: url("/wp-content/themes/miitel/assets/images/functions/price_bg.png") no-repeat left top;
  background-size: 1475px auto;
  content: "";
  z-index: -1;
}
.price-block .price-ttl {
  /*margin-bottom: 47px;*/
}
.price-block .p-price-txt {
  margin: 0 auto 43px;
  padding: 20px 20px 19px;
  max-width: 600px;
  border-radius: 20px;
  font-size: 2.4rem;
  font-weight: bold;
  box-shadow: 0 0 28px 0 rgba(255, 167, 0, 0.3);
  background-color: #ffffff;
  text-align: center;
}
.price-block .p-p-price-txt .small {
  margin: -4px 0 0 5px;
  font-size: 3.2rem;
  vertical-align: middle;
  display: inline-block;
}
.price-block .p-price-txt .num-txt > span {
  padding: 24px 0 0 0;
  width: 79px;
  height: 79px;
  font-weight: bold;
  font-size: 2.4rem;  
  background-color: #f96f54;
}
.price-block .p-price-txt .num-txt::after {
  width: 117px;
  height: 117px;
  background-color: #ffe8e4;
}
.price-block .p-price-txt .big {
  color: #ff4b28;
  font-size: 8rem;
}
.price-block .p-price-txt .num-txt {
  margin: -57px 34px 0 0;
}
.price-block .p-center-txt {
  font-size: 2.2rem;
}
.price-block .p-center-txt .color span {
  color: #2f363c;
}
.price-block .p-center-txt .color::after {
  height: 8px;
  bottom: 1px;
  background-color: rgba(59,152,226);
}
.price-block .p-center-txt .num {
  margin: -30px 0 0 19px;
  color: #3b98e2;
  font-size: 7rem;
  display: inline-block;
  vertical-align: middle;
}
.price-block .p-right-txt {
  margin: -45px -122px 0 0;
  font-weight: bold;
  text-align: right;
}
.price-block .p-right-txt span {
  display: inline-block;
  text-align: left;
  line-height: 1.9;
}
.p-front-price {
  transform: scale(0.8);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .step-block .step-ul li {
    margin-right: 2%;
    width: 32%;
    font-size: 1.5rem;
  }
  .step-block .step-ul img {
    max-width: 35% !important;
  }
  .step-block .step-ul li .num span {
    font-size: 2.5rem;
  }
  .step-block .step-ul li .num {
    font-size: 1.5rem;
    width: 80px;
    border: solid 5px #3b98e2;
    height: 80px;
  }
  .step-block .step-ttl, .price-block .price-ttl {
    font-size: 3.5rem;
    letter-spacing: 5px;
  }
  .num-txt > span {
    padding: 18px 0 0 11px;
    font-size: 5rem;
  }
  .price-block .p-price-txt .big {
    font-size: 9rem;
  }
  .price-block .p-price-txt {
    font-size: 2.5rem;
  }
  .price-block .p-price-txt .small {
    font-size: 3rem;
  }
  .price-block .p-price-txt .num-txt > span {
    padding: 28px 0 0 0;
    width: 90px;
    height: 90px;
    font-size: 3rem;
  }
  .price-block .p-price-txt .num-txt::after {
    width: 130px;
    height: 130px;
  }
  .price-block .p-price-txt .num-txt {
    margin: -60px 51px 0 0;
  }
  .price-block .p-right-txt {
    margin: 0;
  }
  .price-block .p-center-txt .num {
    font-size: 9rem;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1520px) {
  .price-block .p-right-txt {
    margin: -20px 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .step-block .step-ttl,
  .price-block .price-ttl {
    margin-bottom: 46px;
    font-size: 2.4rem;
    letter-spacing: 2px;
  }
  .step-block {
    padding: 60px 30px 48px;
  }
  .step-block .step-ttl .en {
    color: #fff;
    font-size: 1.6rem;
    display: block;
    position: static;
    top: auto;
    right: auto;
  }
  .num-txt > span {
    padding: 7px 0 0 5px;
    width: 80px;
    height: 80px;
    font-size: 4.8rem;
  }
  .num-txt::after {
    width: 112px;
    height: 112px;
  }
  .num-txt {
    margin: 17px 38px 0 32px;
  }
  .step-block .step-ul li {
    margin-bottom: 30px;
    padding: 27px 15px 24px;
    margin-right: 0;
    width: auto;
    float: none;
    font-size: 1.6rem;
  }
  .step-block .step-ul li:last-child {
    margin-bottom: 0;
  }
  .step-block .step-ul li .num {
    padding-top: 10px;
    width: 80px;
    height: 80px;
    top: -14px;
    left: -16px;
  }
  .step-block .step-ul li .num {
    font-size: 1.4rem;
  }
  .step-block .step-ul li .num span {
    font-size: 2.6rem;
  }
  .step-block .step-ul img {
    max-width: 86px;
  }
  .step-block .step-ul li .image {
    margin-bottom: 12px;
  }
  .step-block .step-ul li:nth-child(2) img {
    max-width: 76px;
  }
  .step-block .step-ul li:nth-child(3) img {
    max-width: 74px;
  }
  .p-center-txt {
    font-size: 2.4rem;
    letter-spacing: 5px;
    transform: scale(1.0);
  }
  .p-center-txt .color::after {
    display: none;
  }
  .step-block .step-ul {
    margin-bottom: 54px;
  }
  .p-center-txt .dot::after {
    margin-left: -8px;
    top: -35px;
    font-size: 3rem;
  }
  .step-block .p-front-block05__inner,
  .price-block .p-front-block05__inner {
    margin-bottom: 0;
    transform: scale(1.0);
  }
  .price-block .p-front-block05__inner {
    margin: 0 6%;
  }
  .price-block {
    padding: 49px 15px 47px;
  }
  .price-block .p-price-txt .big {
    font-size: 4.2rem;
    letter-spacing: -2px;
  }
  .price-block .p-price-txt .small {
    font-size: 1.2rem;
  }
  .price-block .p-price-txt {
    margin-bottom: 30px;
    padding: 18px 15px 25px;
    font-size: 1.8rem;
    letter-spacing: -1px;
  }
  .price-block .p-price-txt .num-txt > span {
    padding: 6px 0 0 0;
    width: 25px;
    height: 25px;
    font-size: 1rem;
  }
  .price-block .p-price-txt .num-txt::after {
    width: 40px;
    height: 40px;
  }
  .price-block .price-ttl {
    margin-bottom: 32px;
    transform: scale(1.0);
  }
  .price-block .p-price-txt .num-txt {
    margin: -24px 10px 0 0;
  }
  .price-block .p-right-txt {
    margin: 0 0 0 19px;
    font-size: 1.2rem;
    text-align: left;
  }
  .price-block .p-center-txt {
    margin-bottom: 30px;
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
  .price-block .p-center-txt .num {
    margin: -15px 0 0 19px;
    font-size: 4rem;
  }
  .price-block .p-center-txt .color::after {
    bottom: -5px;
    display: block;
  }
  .price-block .p-right-txt span {
    line-height: 1.6;
  }
  .step-block .step-ttl {
    margin-right: 0;
    transform: scale(1.0);
  }
  .price-block::before {
    width: 200px;
    height: 161px;
    bottom: -39px;
    left: -6px;
    background-size: 526px auto;
  }
  .price-block::after {
    width: 200px;
    height: 161px;
    top: -69px;
    right: -6px;
    background-size: 526px auto;
  }
}
@media all and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

/* 200317_page-request_200317追加 */
.nw_request_pagetitle{
  text-align: center;
  padding-top: 80px;
  margin-bottom: 60px;
}
.nw_request_pagetitle h2{
  font-size: 28px;
  font-weight: bold;
}
#nw_request_200317{
  width: 1042px;
  margin: 0 auto;
}
#nw_request_200317 main{
  zoom: 100% !important;
}
#nw_request_200317 .p-contact-form{
  padding: 0;
}
#nw_request_200317 .nw_document_request_form{
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
#nw_request_200317 .form-container{
  width: 456px;
}
#nw_request_200317 .form-block{
  margin-bottom: 30px;
}
#nw_request_200317 .form-block label{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 7px;
  display: block;
}
#nw_request_200317 .form-block label span.require{
  color: #ff0000;
  margin-left: 10px;
}
#nw_request_200317 .form-block label span.nw_minilabel{
  margin-left: 10px;
  font-size: 13px;
  font-weight: normal;
}
#nw_request_200317 .form-block input[type="text"],#nw_request_200317 .form-block input[type="tel"],#nw_request_200317 .form-block input[type="email"]{
  border: 1px solid #3b98e2;
  background-color: #f5f8fa;
  border-radius: 4px;
  font-size: 16px;
  padding: 13px 15px;
  line-height: 100%;
  height: auto;
  -webkit-appearance: none;
  width: 100%;
  box-sizing: border-box;
}
#nw_request_200317 .form-block input[type="text"]::placeholder,#nw_request_200317 .form-block input[type="tel"]::placeholder,#nw_request_200317 .form-block input[type="email"]::placeholder{
  font-size: 14px;
  color: #bbbbbb;
}
#nw_request_200317 .form-block select{
  -webkit-appearance: none;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #3b98e2;
  background-color: #f5f8fa;
  border-radius: 4px;
  font-size: 16px;
  padding: 13px 15px;
  line-height: 100%;
  height: auto;
}
#nw_request_200317 .form-block .select_wrapper{
  position: relative;
}
#nw_request_200317 .form-block .select_wrapper::after{
  content: "";
  background: url("/wp-content/themes/miitel/assets/images/contact/nw_request_arrow.png") no-repeat left top;
  position: absolute;
  width: 12px;
  height: 8px;
  top: calc(50% - 4px);
  right: 3%;
}
#nw_request_200317 .form-block .nw_horizon_blk{
  display: flex;
  justify-content: space-between;
}
#nw_request_200317 .form-block .nw_horizon_blk input[type="text"]{
  width: 49%;
}
#nw_request_200317 .nw_form_button{
  margin-bottom: 15px;
}
#nw_request_200317 button[type="submit"]{
  -webkit-appearance: none;
  width: 100%;
  display: block;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  background-color: #3b98e2;
  color: #fff;
  border: none;
  border-radius: 4px;
}
#nw_request_200317 .nw_request_link{
  width: 100%;
  text-align: center;
}
#nw_request_200317 .nw_request_link span{
  font-size: 13px;
  font-weight: normal;
}
#nw_request_200317 .nw_request_link span a{
  color: #3b98e2;
  text-decoration: underline;
  font-weight: bold;
}
#nw_request_200317 .nw_form-container_left{
  width: 520px;
}
.company__form input {
  margin-right: 5px;
}
.company__form input#indiv {
  margin-left: 15px;
}
@media all and (max-width: 767px) {
  .nw_request_pagetitle{
    text-align: center;
    padding-top: 35px;
    margin-bottom: 25px;
  }
  .nw_request_pagetitle h2{
    font-size: 24px;
    font-weight: bold;
  }
  #nw_request_200317{
    width: 92%;
    margin: 0 auto 70px;
  }
  #nw_request_200317 .form-block label{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 7px;
    display: block;
  }
  #nw_request_200317 .form-block label span.nw_minilabel{
    margin-left: 10px;
    font-size: 10px;
    font-weight: normal;
  }
  #nw_request_200317 .form-block{
    margin-bottom: 23px;
  }
  .corp__list--item {
    font-size: 13px;
  }
}



/* 200414_TOP調整 */
.fronttest200414{
  margin-top: -9vh;
}
.nw_front_cv{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.m-cvArea__new2 {
  height: 168px;
}
.frontpage .mainvisual .txt p{
  margin-top: 5vw;
}
.nw_cvcolor{
  background: #ff4b28 !important;
}
.nw_m-cvArea__btn{
  width: 500px;
  height: 80px;
  position: absolute;
  z-index: 50;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media all and (max-width: 767px) {
  .fronttest200414{
    margin-top: 0px;
  }
  .nw_front_cv{
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 130px;*/
    background-color: #f1f1f1;
  }
  .m-cvArea__new2 {
    height: 130px;
  }
  .nw_m-cvArea__btn{
    width: 88%;
    height: 80px;
    position: absolute;
    z-index: 100;
    top: 25px;
  }
}

.p-front-block01__logo{
  width: 480px;
  margin: 40px auto 0;
}
@media only screen and (max-width: 1024px) {
  .p-front-block01__logo{width: 68%;
    margin: 50px auto 0;
  }
}
@media all and (max-width: 767px) {
  .p-front-block01__logo{
    width: 88%;
    margin: 30px auto 0;
  }
}

/* 200420_無償提供ボタン追加 */
.mainvisual_info{
  margin-top: 3vh;
}
.mainvisual_info a{
  background-color: #ffd129;
  display: block;
  padding: 5% 0%;
  width: 23vw;
  border-radius: 60px;
  text-align: center;
  color: #333;
  font-weight: bold;
  font-size: 20px;
  line-height: 115%;
}
.mainvisual_info a span{
  font-size: 14px;
  font-weight: normal;
  color: #333;
}

@media only screen and (max-width: 1024px) {
  .mainvisual_info{
    margin-top: 3vh;
  }
  .mainvisual_info a{
    background-color: #ffd129;
    display: block;
    padding: 5% 0%;
    width: 24vw;
    border-radius: 60px;
    text-align: center;
    color: #333;
    font-weight: bold;
    font-size: 16px;
    line-height: 115%;
  }
  .mainvisual_info a span{
    font-size: 11px;
    font-weight: normal;
    color: #333;
  }
}
@media all and (max-width: 767px) {
  .mainvisual_info{
    margin-top: 3vh;
  }
  .mainvisual_info a{
    background-color: #ffd129;
    display: block;
    padding: 3% 0%;
    width: 88%;
    border-radius: 60px;
    text-align: center;
    color: #333;
    font-weight: bold;
    font-size: 20px;
    line-height: 115%;
    margin: 0 auto;
  }
  .mainvisual_info a span{
    font-size: 14px;
    font-weight: normal;
    color: #333;
  }
  .frontpage .mainvisual {
    background-color: #ffffff;
  }
  .frontpage .mainvisual .inner{
    position: relative;
    height: 0px;
    margin-bottom: 0px;
  }
  .frontpage .mainvisual .txt {
    position: absolute;
    left: 0;
    bottom: 14%;
    width: 100%;
    top: auto;
}
}

@media only screen and (min-width: 1200px) {
  .l-header.style01 .l-header__logo span {
    margin-top: 5px;
    display: block;
    font-size: 14px;
    color: #2f363c;
    font-weight: bold;
    word-break: keep-all;
    width: 165px;
  }
  .l-header.style01 .l-nav__list li:not(:last-child) {
    /*margin-right: 25px;*/
    margin-right: 20px;
  }
  .l-header.style01 .l-header__logo {
    width: 390px;
    max-width: 390px;
  }
}


/* 200507_complete追加 */

.p-contact__netspeed{
  max-width: 1280px;
  margin: 0 auto 80px;
  text-align: center;
}
.p-contact__netspeed a{
  color: #3c98e3;
  font-weight: bold;
  font-size: 24px;
  border: solid 1px #3c98e3;
  padding: 1.5% 3%;
  display: block;
  width: 400px;
  margin: 0 auto 20px;
  border-radius: 200px;
  position: relative;
}
.p-contact__netspeed a:before{
  content: "";
  position: absolute;
  background-image:url("/wp-content/themes/miitel/assets/images/front/icon_net.svg");
}
.p-contact__netspeed p{
  font-size: 20px;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  .p-contact__netspeed{
    max-width: 92%;
    margin: 0 auto 50px;
    text-align: center;
  }
  .p-contact__netspeed a{
    color: #3c98e3;
    font-weight: bold;
    font-size: 20px;
    border: solid 1px #3c98e3;
    padding: 3% 3%;
    display: block;
    width: 70%;
    margin: 0 auto 20px;
    border-radius: 200px;
    position: relative;
  }
  .p-contact__netspeed a:before{
    content: "";
    position: absolute;
    background-image:url("/wp-content/themes/miitel/assets/images/front/icon_net.svg");
  }
  .p-contact__netspeed p{
    font-size: 16px;
    font-weight: bold;
  }
}
/* 200701_ログイン追加 */

.nw_login_200701 {
}
.nw_login_200701 span{
  font-size: 0.875em;
  font-weight: bold;
}
.nw_login_200701 .list-secound__content{
  margin-top: 15px;
  padding: 20px;
}
.nw_login_200701 .list-secound__content ul li{
  font-size: 0.875em;
  font-weight: bold;
}
.nw_login_200701 .list-secound__content ul li a{
  line-height: 26px;
}

li.ml-menu--item {
  margin-right: 20px;
}
li.ml-menu--item a span {
    border-bottom: 3px solid #3B98E2;
    padding-bottom: 8px;
}

@media only screen and (max-width: 1024px) {
  .nw_login_200701 {
    position: relative;
  }
  .nw_login_200701 span{
    font-size: 0.875em;
    font-weight: bold;
    cursor: pointer;
  }
  .nw_login_200701 .list-secound__content{
    margin-top: 0;
    padding: 0;
  }
  .nw_login_200701 .list-secound__content ul{
    position: absolute;
    background-color: #ffffff;
    padding: 15px;
    width: 130px;
    right: -60px;
  }
  .nw_login_200701 .list-secound__content ul li{
    font-size: 0.875em;
    font-weight: bold;
  }
  .nw_login_200701 .list-secound__content ul li a{
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .nw_login_200701 {
  }
  li.ml-menu--item {
    display: none!important;   
  }
}
/* お役立ち資料バナー */
.paperAd {
  position: relative;
  margin: 0 auto;
  width: 300px;
  display: none;
}
.paperAd .paperAd__img {
  position: fixed;
  bottom: 0;
  right: 0;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  z-index: 88;
}
.paperAd__img--inner {
  width: 300px;
  /*height: 253px;*/
  height: 198px;
  box-sizing:border-box;
  /*padding: 10px;*/
  background-color: #fafafa;
}
.paperAd .paperAd__img--inner a{
  display: block;
}
.paperAd .paperAd__img p.close{
  position: absolute;
  right: 4px;
  top: -24px;
}
.paperAd .paperAd__img p.close a{
  display: block;
  width: 20px;
  height: 25px;
  text-align: center;
}
.paperAd .paperAd__img p.close a span{
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.paperAd .paperAd__img p.close a i{
  font-size: 20px;
  z-index: 888;
  color: #222;
}
@media screen and (max-width: 767px) {
  .paperAd {
    position: relative;
    margin: 0 auto;
    width: 200px;
    display: none;
  }
  .paperAd .paperAd__img {
/*    position: fixed;
    bottom: calc(60px + env(safe-area-inset-bottom));
    right: 24%;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    z-index: 88;*/
    display: none!important;
  }
  .paperAd__img--inner {
    width: 200px;
    /*height: 168px;*/
    height: 132px;
    box-sizing: border-box;
    /* padding: 10px; */
    background-color: #fafafa;
  }
}

/* IEのみロゴスライダー非表示に */
@media all and (-ms-high-contrast: none) {
  .slider__contents--wrapper {
      display: none;
  }
}
.slider__contents--wrapper {
  margin: 20px 0;
  width: 1920px!important;
}
.slider__contents--inner {
  display: flex;
  width: 7800px;
}
.slider__contents--inner:first-child {
  margin-bottom: 18px;
}
ul.slider__contents--list1,
ul.slider__contents--list2 {
  display: flex;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
ul.slider__contents--list1:first-child {
  animation: loop 300s -150s linear infinite;
  animation-direction: normal;
}
ul.slider__contents--list1:last-child {
  animation: loop2 300s linear infinite;
  animation-direction: normal;
}
ul.slider__contents--list2:first-child {
  animation: loop 300s -150s linear infinite;
  animation-direction: reverse;
}
ul.slider__contents--list2:last-child {
  animation: loop2 300s linear infinite;
  animation-direction: reverse;
}
ul.slider__contents--list1 li,
ul.slider__contents--list2 li {
  margin: 0 10px;
}
ul.slider__contents--list1 li img,
ul.slider__contents--list2 li img {
  object-fit: fill;
  height: 32px;
  width: auto;
}

/*
IE11対策
----------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.logo-slider__upper,
.logo-slider__lower {
  display: -ms-grid;
  overflow: hidden;
}
/*----------------------------*/
.logo-slider__upper {
    display: flex;
    width: 1920vw;
    height: 44px;
    overflow: hidden;
}
.logo-slider__lower {
    display: flex;
    width: 1920vw;
    height: 32px;
    overflow: hidden;
    margin-top: 26px;
}
.logo-slider__upper,
.logo-slider__lower {
  pointer-events: none;
}
.logo-slider__upper img,
.logo-slider__lower img {
    width: auto;
    height: 100%;
}
.logo-slider__upper img:first-child {
  animation: slide1 140s -70s linear infinite;
  /*margin-right: 16px;*/
}
.logo-slider__upper img:last-child {
  animation: slide2 140s linear infinite;
}
.logo-slider__lower img:first-child {
  animation: slide3 140s -70s linear infinite;
  /*margin-right: -26px;*/
}
.logo-slider__lower img:last-child {
  animation: slide4 140s linear infinite;
}
@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes slide3 {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes slide4 {
  0% {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0%);
  }
}




.logo_neocareer img {

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

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

}
.logo_yappli img {

}
.logo_smartcamp img {
  padding: 3px 0;
}
.logo_cerebrix img {
  padding: 6px 0;
}
.logo_v-cuve img {

}
.logo_persol img {
  padding: 3px 0;
}
.logo_bizreach img {
  padding: 7px 0;
}
.logo_nexway img {

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

}
.logo_eon img {

}
.logo_cookbiz img {

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

}
.logo_tepco_life_service img {

}
.logo_fujitsu img {

}
.logo_newton img {

}
.logo_sansan img {

}
.logo_kirala img {
  padding: 6px 0;
}
.logo_yuyuhome img {
  padding: 6px 0;
}
.logo_no1 img {
  padding: 4px 0;
}
.logo_sms img {
  padding: 4px 0;
}
.logo_oro img {

}
.logo_gmo_dl img {
  padding: 7px 0;
}
.logo_amnimo img {
  padding: 2px 0;
}
.logo_circle img {

}
.logo_carryme img {

}
.logo_nakamura img {

}
.logo_sharefull img {
  padding: 6px 0;
}
.logo_techacademy img {
  padding: 5px 0;
}
.logo_lift img {

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

}
.logo_sekisui img {
  padding: 4px 0px;
}
.logo_tryt img {
  padding: 4px 0;
}
.logo_kddi img {
  padding: 4px 0;
}
.logo_ookabe img {
  padding: 2px 0;
}
.logo_gdo img {
  padding: 2px 0;
}
.logo_afterFIT img {
  padding: 4px 0;
}
.logo_housewell img {
  padding: 2px 0;
}
.logo_highflyers img {
  padding: 2px 0;
}
.logo_nttact img {
  padding: 2px 0;
}
.logo_hhms img {
  padding: 1px 0;
}

.service-list__wrapper {
  width: 100%;
  background: #E6F5FF;
}
.service-list__inner {
  max-width: 1200px;
  margin: 0 auto;
}
ul.service-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
li.service-item {
  width: 100%;
  height: auto;
  text-align: center;
  background: #FFF;
  padding: 70px;
}
.service-item__subtitle {
  font-size: 2.0rem;
  color: #209CFF;
  margin-bottom: 5%;
  font-weight: bold;
}
.service-item__title {
  margin-bottom: 5%;
}
.service-item__title img {
  height: 63px;
  width: auto;
}
.service-item__img img {
  max-height: 185px;
  height: 100%;
  width: auto;
}
.service__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  max-width: 1160px;
  background: #fff;
  padding: 42px;
}
.service-name {
  text-align: center;
  width: 50%;
}
.service-item__btn {
  display: block;
  color: #FFF;
  font-size: 1.8rem;
  max-width: 240px;
  margin: 30px auto 0;
  font-weight: bold;
  background: #0098e8;
  padding: 16px;
}
.service-item__btn i {
  color: #FFF;
}
.service-img {
  width: 50%;
}
.ithojo__btn {
  display: block;
  color: #FFF;
  font-size: 1.8rem;
  max-width: 280px;
  text-align: center;
  margin: 30px auto 0;
  font-weight: bold;
  background: #0098e8;
  padding: 16px;
}
.ithojo__btn i {
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .service-list__wrapper {
    width: 100%;
    background: #E6F5FF;
    padding: 37.5px!important;
  }
  ul.service-list {
    display: block;
  }
  li.service-item {
    width: 100%;
    padding: 27px;
  }
  li.service-item:first-child {
    margin-bottom: 20px;
  }
  .service-item__img img {
    width: 100%!important;
    height: auto!important;
    max-width: unset!important;
    max-height: unset!important;
  }
}

@media screen and (max-width: 767px) {
	.m-cvArea__body span.radial:before{  top:-8px;}
}

.call_center_img {
  text-align: center;
  display: block;
  background-color: #fff;
  padding: 30px;
  border-radius: 0 0 10px 10px;
}
