/* floating */
.floating-bnr{
  display: none;
}


/* font */
@font-face {
    font-family: 'NotoSansCJKjp';
    font-style: normal;
    font-weight: 400;
    src: url('../font/NotoSansCJKjp-Regular.woff') format('woff'),
        url('../font/NotoSansCJKjp-Regular.eot')  format('eot');
    font-display: swap;
}
@font-face {
    font-family: 'NotoSansCJKjp';
    font-style: normal;
    font-weight: 500;
    src: url('../font/NotoSansCJKjp-Medium.woff') format('woff'),
        url('../font/NotoSansCJKjp-Medium.eot')  format('eot');
    font-display: swap;
}
@font-face {
    font-family: 'NotoSansCJKjp';
    font-style: normal;
    font-weight: 700;
    src: url('../font/NotoSansCJKjp-Bold.woff') format('woff'),
        url('../font/NotoSansCJKjp-Bold.eot')  format('eot');
    font-display: swap;

}
@font-face {
    font-family: 'NotoSansCJKjp';
    font-style: normal;
    font-weight: 900;
    src: url('../font/NotoSansCJKjp-Black.woff') format('woff'),
        url('../font/NotoSansCJKjp-Black.eot')  format('eot');
    font-display: swap;
}
body {
    font-family: 'NotoSansCJKjp', "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;

}



@media print, screen and (min-width: 1024px) and (max-width:1299px) {
  .floating-bnr{
    position: fixed; /* 追従 */
    z-index: 199; /* 他の要素の下に隠れないように */
    bottom: 15px; /* バナーの上下の位置 */
    right: 100px; /* バナーの左右の位置 */
    background-color: #fff;
    padding: 16px 20px 16px 5px;
    border: 3px solid #666;
    display: flex ;
  }
  .floating-bnr .contact_btn{
    display: flex !important;
  }
}

/* Scss Document */
.area_hero .js_banner {
  position: relative;
  width: 100%;
}
.area_hero .js_banner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #F8F8F8;
  mix-blend-mode: multiply;
  z-index: 4;
}
.area_hero .js_banner .inner {
  position: relative;
  z-index: 5;
}
.area_hero .js_banner .box_lead {
  display: flex;
  align-items: center;
}
.area_hero .js_banner .box_lead .logo {
  margin-right: 10px;
}
.area_hero .js_banner .lead {
  font-weight: 700;
}
.area_hero .js_banner .note {
  font-size: 12px;
}
.area_hero .js_banner .btn_common {
  width: 250px;
}
.area_hero .js_banner .close {
  position: absolute;
  right: 15px;
  cursor: pointer;
  z-index: 6;
}
.area_hero .hero_inner .lead {
  margin-bottom: 22px;
  line-height: 1.7;
  font-weight: 900;
}
.area_hero .hero_inner p {
  margin-bottom: 30px;
  line-height: 1.8;
  font-weight: 700;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
     z-index: 100;
}
 
#page-top a {
    display: block;
    background: #FEE101;
    color: #000;
    width: 70px;
    padding: 20px 0;
    text-align: center;
    text-decoration: none;
    border-radius: 20px;
}
 
#page-top a:hover {
    background: #fcef8d;
    text-decoration: none;
}


@media screen and (max-width: 767px) {
  .area_hero .js_banner .inner {
    padding: 15px;
  }
  .area_hero .js_banner .inner > .note {
    margin-bottom: 15px;
  }
  .area_hero .js_banner .box_lead .lead {
    padding-right: 40px;
  }
  .area_hero .js_banner .box_lead .lead img{
    padding-top: 0;
  }
  .area_hero .js_banner .box_lead .note {
    display: none;
  }
  .area_hero .js_banner .btn_common {
    margin-right: auto;
    margin-left: auto;
  }
  .area_hero .hero_inner {
    padding: 30px 0;
  }
  .area_hero .hero_inner .mv {
    margin-bottom: 20px;
    text-align: center;
  }
  .area_hero .hero_inner .mv img {
    width: 80%;
  }
  .area_hero .hero_inner .cont_wrap {
    display: flex;
    justify-content: center;
  }
  .area_hero .hero_inner .lead {
    font-size: 7.5vw;
  }
  .area_hero .hero_inner .date {
    margin-bottom: 20px;
  }
  .release_date{
    font-size: 1.5em;
    color: #CF2E5A;
    font-weight: 700;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .area_hero .js_banner .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 35px;
  }
  .area_hero .js_banner .inner > .note {
    display: none;
  }
  .area_hero .js_banner .box_lead {
    margin-right: 8%;
  }
  .area_hero .js_banner .lead {
    margin-bottom: 5px;
    font-size: 17px;
  }
  .area_hero .hero_inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 50px 0 0 0;
  }
  .area_hero .hero_inner .mv {
    width: 50%;
  }
  .area_hero .hero_inner .cont_wrap {
    width: 50%;
  }
  .area_hero .hero_inner .box_txt {
    padding-right: 30px;
    font-size: 14px;
  }
  .area_hero .hero_inner .lead {
    font-size: 28px;
  }
  .area_hero .hero_inner .date {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .release_date{
    font-size: 2em;
    color: #CF2E5A;
    font-weight: 700;
    margin: 40px 0;
  }
}
@media screen and (max-width: 1023px) {
  .area_hero .js_banner .close {
    top: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .area_hero .js_banner .close {
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .area_hero .hero_inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .area_hero .hero_inner .box_txt {
    font-size: 16px;
  }
  .area_hero .hero_inner .lead {
    font-size: 40px;
    line-height: 1.4;
    margin: 10px 0 50px 0;
  }
}

.slick-arrow {
  z-index: 80;
  width: 50px;
  height: 50px;
}
.slick-arrow::before {
  content: "";
}
.slick-arrow.slick-prev {
  background: url(../images/icon_slider_prev.svg) no-repeat center center/contain;
}
.slick-arrow.slick-next {
  background: url(../images/icon_slider_next.svg) no-repeat center center/contain;
}

.bx-wrapper .bx-controls-direction a {
  width: 50px !important;
  height: 50px !important;
  top: 0 !important;
  bottom: 0;
  margin: auto 0 !important;
}
.bx-wrapper .bx-controls-direction a.bx-prev {
  background: url(../images/icon_slider_prev.svg) no-repeat center center/contain;
}
.bx-wrapper .bx-controls-direction a.bx-next {
  background: url(../images/icon_slider_next.svg) no-repeat center center/contain;
}

.area_topics {
  overflow: hidden;
  background: #F7F6EE;
}
.area_topics .box_title {
  position: relative;
}
.area_topics .box_title::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #F1EFE1;
  z-index: 5;
}
.area_topics .box_title .container {
  position: relative;
  z-index: 10;
}
.container2 {
  position: relative;
  z-index: 10;
}
.area_topics .box_title .heading {
  font-weight: 700;
  font-size: 12px;
}
.area_topics .box_title .heading img {
  display: block;
  margin-bottom: 5px;
}
.area_topics .box_title .btn_common {
  width: 140px;
  height: 38px;
  padding-left: 20px;
  border-radius: 38px;
}
.area_topics .topics_slider {
  position: relative;
  z-index: 40;
}
.area_topics .topics_slider .bx-wrapper {
  padding: 0;
  background: none;
  box-shadow: none;
  border: none;
  margin-bottom: 0;
}
.area_topics .topics_slider .bx-wrapper .bx-prev {
  left: -15px;
}
@media screen and (max-width: 767px) {
  .area_topics .box_title .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .area_topics .box_title .heading img {
    width: 100px;
  }
  .area_topics .topics_slider {
    padding: 20px 0;
  }
  .area_topics .box_title::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #F7F6EE;
  z-index: 5;
}
}
@media print, screen and (min-width: 768px) {
  .area_topics {
    position: relative;
    padding: 0px 0;
    margin-bottom: 0px;
  }
  .area_topics .box_title {
    position: relative;
    float: left;
    width: calc(26% - 20px);
  }
  .area_topics .box_title::before {
    border-radius: 0 20px 20px 0;
  }
  .area_topics .box_title .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding-right: 30px;
    height: 300px;
  }
  .container2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding-right: 30px;
    height: 180px;
  }
  .area_topics .box_title .heading {
    margin-bottom: 15px;
  }
  .area_topics .topics_slider {
    float: left;
    width: 74%;
    margin-left: 20px;
  }
}
@media screen and (min-width: 1050px) {
  .area_topics .topics_slider .bx-wrapper .bx-next {
    right: 0;
    left: 685px;
  }
}
.area_topics .slider li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px;
}
.area_topics .slider li a{
  position: relative;
  }

.area_topics .slider .thumb {
  position: relative;
  width: 62px;
  height: 62px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto 10px;
}
.area_topics .slider .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: auto;
  min-height: 62px;
}
.area_topics .slider .date {
  margin-bottom: 10px;
  font-size: 12px;
}
.area_topics .slider .new {
  padding-left: 10px;
  color: #CF2E5A;
}
.area_topics .slider .txt {
  margin-bottom: 10px;
  font-size: 12px;
  text-shadow: 2px 2px 2px #00000070;
}
.area_topics .slider .w700 {
  font-weight: 700;
}

.area_topics .slider a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 12px;
  transition: all ease 0.2s;
}
.area_topics .slider a::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/icon_arrow_black.svg) no-repeat 0 0/contain;
}
.area_topics .slider a span {
  border-bottom: 2px dashed #000;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .area_topics .slider li {
    margin: 0 10px;
  }
  .area_topics .slider li a{
    position: relative;
    }
  .area_topics .slider .slick-prev {
    left: 2%;
  }
  .area_topics .slider .slick-next {
    right: 2%;
  }
  .area_topics .slider .date {
    margin-bottom: 5px;
    font-size: 12px;
  }
  .area_topics .slider .txt {
    margin-bottom: 5px;
    font-size: 12px;
    color:#fff;
  }
}
@media print, screen and (min-width: 768px) {
  .area_topics .slider li {
    width: 700px !important;
    height: 297px;
    margin: 0 10px;

  }
.slider2 li {
    width: 180px !important;
    height: 220px;
    margin: 0 2px;

  }
  .area_topics .slider li a{
    position: relative;
  }
  .area_topics .slider a:hover {
    color: #CF2E5A;
  }
  .area_topics .slider a:hover::after {
    background-image: url(../images/icon_arrow_pink.svg);
  }
  .area_topics .slider a:hover span {
    border-bottom-color: #CF2E5A;
  }
}

.area_about {
  overflow: hidden;
}
.area_about p.txt {
  line-height: 2;
  font-weight: 700;
}
/* .area_about .block1 * {
  font-weight: 400;
} */
.area_about .block1 .lead {
  margin-bottom: 20px;
}
.area_about .block1 .heading {
  margin-bottom: 30px;
  font-weight: 900;
  line-height: 2;
}
.area_about .block1 .heading span {
  color: #CF2E5A;
  border-bottom: 2px dashed #CF2E5A;
}
.area_about .block1 .txt {
  margin-bottom: 20px;
}
.area_about .block1 .txt img {
  margin-bottom: 8px;
}
.area_about .block1 .btn_common {
  margin-right: auto;
  margin-left: auto;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .area_about .block1 {
    background: #FFF9D9;
  }
  .area_about .block1 .inner {
    padding: 40px 15px;
    text-align: center;
  }
  .area_about .block1 .image {
    display: none;
  }
  .area_about .block1 .heading {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .area_about .block1 {
    position: relative;
    margin-bottom: 60px;
  }
  .about-image-5 {
    width: 144px;
    margin-top: 10px;
  }
  .area_about .block1 .image {
    position: absolute;
    top: 30px;
    width: 60%;
    z-index: 10;
  }
  .area_about .block1 .image:nth-of-type(1) {
    left: -46%;
  }
  .area_about .block1 .image:nth-of-type(2) {
    right: -47%;
  }
  .area_about .block1 .inner {
    position: relative;
    z-index: 6;
    margin-right: auto;
    margin-left: auto;
    background: #FFF9D9;
    padding: 40px 0;
    text-align: center;
  }
  .area_about .block1 .heading {
    font-size: 24px;
  }

}
@media print, screen and (min-width: 768px) and (max-width: 999px) {
  /* .area_about .block1 {
    padding: 0 30px;
  } */
  .area_about .block1 .image {
    display: none;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1199px){
  .area_about .block1 .inner {
    /* width: 700px; */
    padding: 80px 0 40px;
  }
  .area_about .block1 .image:nth-of-type(1) {
    width: 500px;
    left: -290px;
  }
  .area_about .block1 .image:nth-of-type(2) {
    width: 500px;
    right: -280px;
  }
}

@media print, screen and (min-width: 1200px) and (max-width: 1299px) {
  .area_about .block1 .inner {
    /* width: 700px; */
    padding: 80px 0 40px;
  }
  .area_about .block1 .image:nth-of-type(1) {
    width: 500px;
    left: -370px;

  }
  .area_about .block1 .image:nth-of-type(2) {
    width: 500px;
    right: -370px;
  }
  

}
@media screen and (min-width: 1300px) {
    .area_about .block1 {
      margin: 0;
    }
    .area_about .block1 .inner {
      /* max-width: 900px; */
      padding: 80px 0 60px;
    }
    .area_about .block1 .heading {
      font-size: 30px;
    }
    .area_about .block1 .txt br:not([class]) {
      display: none;
    }
    .area_about .block1 .image:nth-of-type(1) {
      width: 550px;
      top: 0;
    }
    .area_about .block1 .image:nth-of-type(2) {
      width: 576px;
      top: 0px;
      z-index: -1;
  }
  .area_about .block2 .sub-heading {
    font-weight: 900;
    line-height: 1.4;
  }
  .area_about .block2 .box_pr .before {
    text-align: center;
    background: #F3F3F3;
    border-radius: 40px;
  }
  .area_about .block2 .box_pr .before .lead {
    margin-bottom: 30px;
    font-weight: 700;
  }
  .area_about .block2 .box_pr .after {
    position: relative;
    background: #FFF9D9;
    border-radius: 40px;
    text-align: center;
  }
  .area_about .block2 .box_pr .after .txt {
    text-align: left;
    font-size: 12px;
  }
  .area_about .block2 .box_pr .after::before {
    content: "";
    display: block;
    position: absolute;
    width: 47px;
    height: 38px;
    background: url(../images/about_arrow.svg) no-repeat 0 0/contain;
  }
  .about-image-5{
    width: 144px;
    margin-top:10px;
  }
}
@media screen and (max-width: 767px) {
  .area_about .block2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .area_about .block2 .sub-heading {
    margin-bottom: 30px;
    font-size: 18px;
    text-align: center;
  }
  .area_about .block2 > .txt {
    margin-bottom: 20px;
  }
  .area_about .block2 .box_pr .before {
    padding: 30px 0 10px;
    margin-bottom: calc(60% + 20px);
  }
  .area_about .block2 .box_pr .after::before {
    top: -60%;
    right: 0;
    left: 0;
    margin: 0 auto;
    transform: rotate(90deg);
  }
  .area_about .block2 .box_pr .after .txt {
    padding: 0 15px 20px;
  }
  .area_about .block2 .box_pr .after img {
    margin-top: -40%;
  }
  .about-image-5{
    width: 144px;
    margin-top:20px;
  }
  .about-wrap{
    position: relative;
  }
  .txt-about{
    font-weight: 700;
  }
  .about-func-base{
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    position: relative;
  }
  .about-func{
    width: 100vw;
    margin: 0 auto;
    margin-top: 80px;
    padding-bottom: 20px;
  }
  .about-func-title{
    font-size: 20px;
    font-weight: 700;
  margin-bottom: 20px;
  }
  .about-func-cont-wrap{
    width: 100vw;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 10px;
  }
  .about-func-cont{
    border-radius: 10px;
    text-align: center; 
    background:#fff;
    box-shadow: 0 7px 15px 0 #62636360;
    width:160px;
    margin: 18px 8px;
  }
  .func-cont-title{
    border-radius: 10px 10px 0 0;
    padding: 20px 10px;
    background: #F7F6EE;
    color: #DC3E61;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    position: relative;
  }
  .about-nice{
    position: absolute;
    width: 54px;
    top: -10px;
    right: 5%;
  }
  .func-cont-title-02{
    font-size:14px;
  }
  .func-cont-desc{
    background: #fff;
    padding: 10px 15px;
    border-radius: 0 0 10px 10px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .func-cont-desc > p {
    font-size: 14px;
  }
  .func-cont-desc-01{
    font-size: 22px;
    font-weight: 700;
  }
  .about-hr {
    border: 0;
    width: 850px;
    height: 1px;
    background: #666;
    margin: 80px auto 60px auto;
    background-image: -webkit-linear-gradient(left, #ccc, #666, #ccc);
    background-image:    -moz-linear-gradient(left, #ccc, #666, #ccc);
    background-image:     -ms-linear-gradient(left, #ccc, #666, #ccc);
    background-image:      -o-linear-gradient(left, #ccc, #666, #ccc);
    }
    .cta-list{
      border: 1px solid #707070;
      border-radius: 10px;
      padding: 20px;
    }
}

@media print, screen and (min-width: 768px) {
  .area_about .block2 {
    margin-bottom: 80px;
  }
  .area_about .block2 .sub-heading {
    margin-bottom: 40px;
    font-size: 20px;
    text-align: center;
  }
  .area_about .block2 > .txt {
    margin-bottom: 30px;
    padding-right: 42%;
  }
  .area_about .block2 .box_pr {
    display: flex;
    justify-content: space-between;
  }
  .area_about .block2 .box_pr .before {
    width: 59%;
    padding: 60px 0 30px;
  }
  .area_about .block2 .box_pr .before .lead {
    font-size: 20px;
  }
  .area_about .block2 .box_pr .after {
    width: 40%;
    max-width: 390px;
  }
  .area_about .block2 .box_pr .after div {
    position: absolute;
  }
  .area_about .block2 .box_pr .after img {
    width: 390px;
    margin-top: -140px;
  }
  .area_about .block2 .box_pr .after .txt {
    padding: 0 30px 30px;
    margin-top: -15px;
  }
  .area_about .block2 .box_pr .after::before {
    bottom: 40%;
    left: -25px;
  }
  .about-wrap{
    position: relative;
    /* width: 900px; */
    margin: 0 auto;
  }
  .txt-about{
    font-weight: 700;
  }
  .about-func-base{
    width: 100vw;
    margin: 20px calc(50% - 50vw);
    position: relative;
  }
  .about-func{
    width: 100vw;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .about-func-title{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 40px;
  }
  .about-func-cont-wrap{
    width: 95vw;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .about-func-cont{
    border-radius: 10px;
    text-align: center; 
    background:#fff;
    box-shadow: 0 7px 15px 0 #62636360;
    width: 210px;
    margin: 0 15px 20px;
  }
  .func-cont-title{
    border-radius: 10px 10px 0 0;
    padding:20px 15px;
    background:#F7F6EE;
    color:#DC3E61;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    position: relative;
  }
  .about-nice{
    position: absolute;
    width: 54px;
    top: -10px;
    right: 5%;
  }
  .func-cont-title-02{
    font-size:16px;
  }
  .func-cont-desc{
    background: #fff;
    padding: 10px 15px;
    border-radius: 0 0 10px 10px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .func-cont-desc-01{
    font-size: 22px;
    font-weight: 700;
  }
  .about-hr {
    border: 0;
    width: 60vw;
    height: 1px;
    background: #666;
    margin: 60px auto 40px auto;
    background-image: -webkit-linear-gradient(left, #ccc, #666, #ccc);
    background-image:    -moz-linear-gradient(left, #ccc, #666, #ccc);
    background-image:     -ms-linear-gradient(left, #ccc, #666, #ccc);
    background-image:      -o-linear-gradient(left, #ccc, #666, #ccc);
    }
    .cta-list{
      border: 1px solid #707070;
      border-radius: 10px;
      padding: 20px;
    }

}
@media screen and (min-width: 1200px) {
  .about-func-cont-wrap{
    width: 100vw;
  }
  .about-wrap {
    position: relative;
    width: 900px;
    margin: 0 auto;
  }
  .area_about .block2 .sub-heading {
    font-size: 25px;
  }
}

.area_about .block_pr .box_tit {
  display: flex;
  align-items: center;
}
.area_about .block_pr .box_tit > img {
  margin-right: 20px;
  align-self: flex-start;
}
.area_about .block_pr .heading {
  font-weight: 900;
  line-height: 1.4;
}
.area_about .block_pr .heading span {
  color: #CF2E5A;
  border-bottom: 2px dashed #CF2E5A;
}
.area_about .block_pr .sub-heading {
  font-weight: 700;
}
.area_about .block_pr .list_funtion_link {
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.area_about .block_pr .list_funtion_link li:nth-of-type(n+2) {
  border-top: 1px solid #F1EFE1;
}
.area_about .block_pr .list_funtion_link a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.area_about .block_pr .list_funtion_link a::before, .area_about .block_pr .list_funtion_link a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.area_about .block_pr .list_funtion_link a::after {
  right: 20px;
  background: url(../images/icon_arrow_black.svg) no-repeat center center/contain;
  transform: rotate(90deg);
}
.area_about .block_pr .list_funtion_link a.no1::before {
  background: url(../images/about_no1.svg) no-repeat left center/contain;
}
.area_about .block_pr .list_funtion_link a.no2::before {
  background: url(../images/about_no2.svg) no-repeat left center/contain;
}
.area_about .block_pr .list_funtion_link a.no3::before {
  background: url(../images/about_no3.svg) no-repeat left center/contain;
}
.area_about .block_pr .list_funtion_link a img {
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .area_about .block_pr {
    background: #FEE101;
    padding: 40px 0;
  }
  .area_about .block_pr .box_tit img {
    width: 50px;
  }
  .area_about .block_pr .heading {
    margin-bottom: 30px;
    font-size: 26px;
  }
  .area_about .block_pr .sub-heading {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .area_about .block_pr .sub-heading img {
    width: 40px;
    margin-left: 5px;
  }
  .area_about .block_pr .txt {
    margin-bottom: 30px;
  }
  .area_about .block_pr .list_funtion_link {
    margin-left: 20px;
  }
  .area_about .block_pr .list_funtion_link a {
    height: 90px;
    padding-left: 70px;
    font-size: 20px;
    font-weight: 900;
  }
  .area_about .block_pr .list_funtion_link a::before {
    width: 72.8px;
    height: 43.4px;
    left: -22.4px;
  }
  .area_about .block_pr .list_funtion_link a::after {
    width: 35px;
    height: 35px;
  }
  .area_about .block_pr .list_funtion_link a img {
    height: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .area_about .block_pr {
    position: relative;
  }
  .area_about .block_pr::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    background: #FEE101;
    width: 50%;
    height: 100%;
    left: 0;
    z-index: 3;
  }
  .area_about .block_pr .container {
    position: relative;
    z-index: 4;
  }
  .area_about .block_pr .container::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 90px);
    height: 100%;
    background: #FEE101;
    border-radius: 40px;
    z-index: 5;
  }
  .area_about .block_pr .inner {
    position: relative;
    z-index: 6;
  }
  .area_about .block_pr .heading {
    font-size: 30px;
  }
  .area_about .block_pr .sub-heading {
    margin-bottom: 30px;
    font-size: 22px;
  }
  .area_about .block_pr .sub-heading img {
    margin-left: 2px;
  }
  .area_about .block_pr .list_funtion_link a {
    height: 120px;
    padding-left: 100px;
    font-size: 26px;
    font-weight: 900;
  }
  .area_about .block_pr .list_funtion_link a::before {
    width: 104px;
    height: 62px;
    left: -32px;
  }
  .area_about .block_pr .list_funtion_link a::after {
    width: 50px;
    height: 50px;
  }
  .area_about .block_pr .list_funtion_link .one a:hover {
    background: #F7F6EE;
    border-radius: 20px 20px 0 0;
  }
  .area_about .block_pr .list_funtion_link .two a:hover {
    background: #F7F6EE;
  }
  .area_about .block_pr .list_funtion_link .three a:hover {
    background: #F7F6EE;
    border-radius: 0 0 20px 20px;
  }
  .area_about .block_pr .list_funtion_link a:hover::after {
    background-image: url(../images/icon_arrow_pink.svg);

  }
  .area_about .block_pr .list_funtion_link a img {
    height: 14px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 999px) {
  .area_about .block_pr .inner {
    padding: 0 0 50px;
  }
  .area_about .block_pr .box_cont {
    margin-bottom: 30px;
    padding-right: 80px;
  }
  .area_about .block_pr .box_tit {
    margin-bottom: 20px;
  }
  .area_about .block_pr .box_tit br {
    display: none;
  }
  .area_about .block_pr .list_funtion_link {
    margin-left: 50px;
  }
}
@media screen and (min-width: 1000px) {
  .area_about .block_pr .inner {
    display: flex;
    padding: 70px 0;
  }
  .area_about .block_pr .box_cont {
    width: 50%;
    padding-right: 50px;
  }
  .area_about .block_pr .box_tit {
    margin-bottom: 40px;
  }
  .area_about .block_pr .heading {
    font-size: 40px;
  }
  .area_about .block_pr .sub-heading {
    font-size: 30px;
  }
  .area_about .block_pr .list_funtion_link {
    width: 50%;
    align-self: flex-start;
  }
}


.area_top .box_tit {
  text-align: center;
}
.area_top .box_tit .txt {
  line-height: 2;
}
.area_top .box_btn {
  width: 200px;
}
.area_top .heading {
  margin-bottom: 20px;
  font-weight: 700;
}
.area_top .area_slider .slick-arrow {
  opacity: 0.8;
}
.area_top .area_slider .slick-arrow:hover {
  opacity: 1;
}
.area_top .area_slider .inner {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.area_top .area_slider .inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: calc(100% - 30px);
  height: 100%;
  z-index: 11;
  border-radius: 20px;
}
.area_top .area_slider img {
  position: relative;
  z-index: 10;
  width: auto;
  object-fit: cover;
  border-radius: 20px;
}
.area_top .area_slider .box_cont {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 20;
  color: #fff;
}



.area_top .area_slider .slide-heading {
  line-height: 1.4;
  font-weight: 900;
}
.area_top .area_slider .txt {
  font-weight: 700;
  line-height: 1.6;
}
.area_top .area_slider .btn_common {
  width: 140px;
  height: 38px;
  border-radius: 38px;
  padding-left: 15px;
}
.area_top .area_example .heading {
  margin-bottom: 20px;
  text-align: center;
}
.area_top .area_example .list_example {
  display: flex;
  flex-wrap: wrap;
  border-radius: 20px;
  overflow: hidden;
}
.area_top .area_example .list_example li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.area_top .area_example .list_example li p {
  display: flex;
  align-items: center;
  background: #FEE101;
  font-weight: 700;
  border-radius: 36px 0 0 36px;
}
.area_top .area_example .list_example li p:nth-of-type(n+2) {
  margin-top: 10px;
}
.area_top .area_example .list_example li.shop {
  background: url(../images/exsample_img1.png) no-repeat 0 0/cover;
}
.area_top .area_example .list_example li.recruit {
  background: url(../images/exsample_img2.png) no-repeat 0 0/cover;
}
.area_top .area_example .list_example li.lp {
  background: url(../images/exsample_img3.png) no-repeat 0 0/cover;
}
.area_top .area_example .list_example li.media {
  background: url(../images/exsample_img4.png) no-repeat 0 0/cover;
}
.area_top .area_example .list_example li.creator {
  background: url(../images/exsample_img5.png) no-repeat 0 0/cover;
}
.area_top .area_example .list_example li.academic {
  background: url(../images/exsample_img6.png) no-repeat 0 0/cover;
}
@media screen and (max-width: 767px) {
  .area_top {
    padding: 0px 0;
  }
  .area_top > .heading {
    font-size: 22px;
  }
  .area_top .box_tit {
    margin-bottom: 30px;
  }
  .area_top .box_tit .heading {
    font-size: 20px;
  }
  .area_top .box_btn {
    margin: 0 auto 30px auto;
  }
  .area_top .area_slider {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 50px;
  }
  .area_top .area_slider .slick-prev {
    left: -20px;
  }
  .area_top .area_slider .slick-next {
    right: -20px;
  }
  .area_top .area_slider .inner {
    height: 270px;
  }
  .area_top .area_slider img {
    height: 270px;
  }
  .area_top .area_slider .box_cont {
    padding: 0 25px;
  }
  .area_top .area_slider .num {
    margin-bottom: 20px;
  }
  .area_top .area_slider .slide-heading {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .area_top .area_slider .txt {
    margin-bottom: 5px;
  }
  .area_top .area_example .heading {
    font-size: 16px;
  }
  .area_top .area_example .list_example li {
    width: 50%;
    height: 120px;
  }
  .area_top .area_example .list_example p {
    height: 30px;
    padding: 0 10px;
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .area_top {
    margin-top: 0px;
    padding: 0px 0 30px;
  }
  .area_top .container {
    position: relative;
  }
  .area_top > .heading {
    font-size: 30px;
  }
  .area_top .box_tit .heading {
    font-size: 30px;
  }
  .area_top .area_slider {
    margin-bottom: 50px;
  }
  .area_top .area_slider li {
    max-width: 1160px !important;
    padding: 0 30px;
  }
  .area_top .area_slider .inner {
    width: 100%;
    padding: 0 15px;
    
  }
  .area_top .area_slider .inner img {
    width: 100%;
    
  }
  .area_top .area_slider .slick-prev {
    left: calc((100% - 1160px) / 2);
  }
  .area_top .area_slider .slick-next {
    right: calc((100% - 1160px) / 2);
  }
  .area_top .area_slider .box_cont {
    padding-left: 50px;
  }
  .area_top .area_slider .num {
    margin-bottom: 30px;
  }
  .area_top .area_slider .slide-heading {
    margin-bottom: 30px;
    font-size: 25px;
  }
  .area_top .area_slider .txt {
    margin-bottom: 20px;
  }
  .area_top .area_example .heading {
    font-size: 19px;
  }
  .area_top .area_example .list_example li {
    width: 33.3333%;
    height: 175px;
    font-size: 16px;
  }
  .area_top .area_example .list_example p {
    height: 36px;
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .area_top .box_btn {
    margin: 20px auto 40px auto;
  }
}
@media screen and (min-width: 1200px) {
  .area_top .box_tit {
    margin-bottom: 50px;
  }
  .area_top .box_btn {
    position: absolute;
    top: 0;
    right: 0;
  }
}






.box_no-heading .heading {
  margin-bottom: 30px;
  font-weight: 900;
}
.box_no-heading .heading img {
  display: block;
  margin: 0 auto 20px auto;
}
.box_no-heading .txt {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .box_no-heading {
    margin-bottom: 40px;
  }
  .box_no-heading .heading {
    font-size: 22px;
  }
}
@media print, screen and (min-width: 768px) {
  .box_no-heading {
    margin-bottom: 50px;
  }
  .box_no-heading .heading {
    font-size: 30px;
  }
}

.area_homepage .box_no-heading {
  text-align: center;
  background: url(../images/function_no1.svg) no-repeat;
}
.area_homepage .sub-heading {
  margin-bottom: 30px;
  text-align: center;
  font-weight: 700;
}
.area_homepage .btn_common {
  margin-right: auto;
  margin-left: auto;
  height: 70px;
  padding-left: 20px;
  max-width: 325px;
}
@media screen and (max-width: 767px) {
  .area_homepage {
    padding: 40px 0;
  }
  .area_homepage .box_no-heading {
    padding-top: 20px;
    background-position: right top;
    background-size: 155.2px auto;
  }
  .area_homepage .box_no-heading .txt {
    text-align: left;
  }
  .area_homepage .sub-heading {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .area_homepage {
    padding: 70px 0;
  }
  .area_homepage .box_no-heading {
    padding-top: 30px;
    background-position: right 30% top;
    background-size: 194px auto;
  }
  .area_homepage .sub-heading {
    font-size: 19px;
  }
}
.area_homepage .no1_prlist li {
  background: #F7F6EE;
  border-radius: 20px;
}
.area_homepage .no1_prlist .box_stit {
  display: flex;
  align-items: center;
  line-height: 1.4;
}
.area_homepage .no1_prlist .box_stit img {
  align-self: flex-start;
  margin-top: -7%;
}
.area_homepage .no1_prlist .box_stit .lead {
  margin-bottom: 5px;
  color: #CF2E5A;
  font-weight: 700;
}
.area_homepage .no1_prlist .box_stit .stit_pr {
  font-weight: 900;
}
.area_homepage .no1_prlist .txt {
  line-height: 2;
}
.area_homepage .no1_prlist .notes {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.5;
}
.area_homepage .no1_prlist a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .area_homepage .no1_prlist {
    margin-bottom: 40px;
  }
  .area_homepage .no1_prlist li {
    padding: 0 20px 20px;
    margin-bottom: 25px;
  }
  .area_homepage .no1_prlist .box_stit img {
    width: 150px;
    margin-right: 10px;
  }
  .area_homepage .no1_prlist .box_stit .stit_pr {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 768px) {
  .area_homepage .no1_prlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .area_homepage .no1_prlist li {
    width: calc((100% - 40px) / 2);
    padding: 0 20px 30px;
    margin-bottom: 40px;
  }
  .area_homepage .no1_prlist .box_stit img {
    width: 50%;
    max-width: 230px;
    margin-right: 15px;
  }
  .area_homepage .no1_prlist .box_stit .stit_pr {
    font-size: 18px;
  }
}
@media screen and (min-width: 1000px) {
  .area_homepage .no1_prlist li {
    padding: 0 40px 40px;
  }
  .area_homepage .no1_prlist .box_stit .stit_pr {
    font-size: 25px;
  }
}
.area_homepage .function_list {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #F1EFE1;
  border-radius: 20px;
}
.area_homepage .function_list li {
  text-align: center;
  line-height: 1.4;
}
.area_homepage .function_list .box_img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  margin-bottom: 15px;
}
.area_homepage .function_list .box_img img {
  width: 80px;
}
@media screen and (max-width: 767px) {
  .area_homepage .function_list {
    margin-bottom: 30px;
  }
  .area_homepage .function_list li {
    width: 50%;
    padding: 25px 5px;
  }
  .area_homepage .function_list li:nth-of-type(odd) {
    border-right: 1px solid #F1EFE1;
  }
  .area_homepage .function_list li:nth-of-type(n+3) {
    border-top: 1px solid #F1EFE1;
  }
}
@media print, screen and (min-width: 768px) {
  .area_homepage .function_list {
    margin-bottom: 50px;
  }
  .area_homepage .function_list li {
    width: 20%;
    padding: 35px 10px;
    font-size: 16px;
  }
  .area_homepage .function_list li:not(:nth-of-type(5n)) {
    border-right: 1px solid #F1EFE1;
  }
  .area_homepage .function_list li:nth-of-type(-n+5) {
    border-bottom: 1px solid #F1EFE1;
  }
}

.area_media {
  position: relative;
}
.area_media .container {
  position: relative;
}
.area_media .container::after {
  position: absolute;
  content: "";
  display: block;
  background: url(../images/function_no2.svg) no-repeat 0 0/contain;
  mix-blend-mode: multiply;
}
.area_media .box_img img {
  filter: drop-shadow(0 0 25px rgba(157, 157, 157, 0.16));
}
.area_media .box_cont .txt {
  margin-bottom: 30px;
  line-height: 2;
}
.area_media .box_cont .sub-heading {
  font-weight: 700;
}
.area_media .box_cont .notes {
  font-size: 12px;
}
.area_media .box_cont .txt a {
  text-decoration: underline;
}
.area_media .btn_common {
  padding-left: 20px;
  height: 70px;
  max-width: 325px;
}
@media screen and (max-width: 767px) {
  .area_media {
    padding: 50px 0;
    overflow: hidden;
  }
  .area_media .container::after {
    width: 182.8px;
    height: 110.4px;
    top: -20px;
    right: -10px;
    z-index: 3;
  }
  .area_media .box_no-heading {
    background-position: right top;
    background-size: 155.2px auto;
  }
  .area_media .box_no-heading .txt {
    text-align: left;
  }
  .area_media .box_cont {
    margin-bottom: 65vw;
  }
  .area_media .box_img.small {
    position: absolute;
    bottom: 23vw;
    left: -10%;
    width: 130vw;
    margin: 0 auto;
  }
  .area_media .btn_common {
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .area_media::before {
    content: "";
    display: block;
    position: absolute;
    top: 30px;
    left: 0;
    width: 50%;
    height: 100%;
    background: #FFF9D9;
  }
  .area_media .container {
    border-radius: 40px;
  }
  .area_media .container::before {
    content: "";
    display: block;
    position: absolute;
    top: 30px;
    width: 100%;
    height: 100%;
    background: #FFF9D9;
    border-radius: 40px;
    z-index: 2;
  }
  .area_media .container::after {
    width: 228.5px;
    height: 138px;
    top: 10px;
    right: 0;
    z-index: 3;
  }
  .area_media .inner {
    position: relative;
    padding-bottom: 50px;
    z-index: 10;
  }
  .area_media .box_no-heading {
    padding-top: 90px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .area_media {
    background: #FFF9D9;
  }
  .area_media .lead {
    text-align: center;
  }
}
@media print, screen and (max-width: 999px) {
  .area_media .box_no-heading {
    text-align: center;
  }
  .area_media .box_img.wide {
    display: none;
  }
/*  .area_media .box_img.small {
    display: flex;
    justify-content: space-between;
  }*/
  .area_media .box_img.small img {
    width: 30%;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 999px) {
  .area_media .container::before {
    right: 30px;
  }
  .area_media .inner {
    padding-right: 30px;
  }
  .area_media .btn_common {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1000px) {
  .area_media .container::before {
    right: 5px;
  }
  .area_media .inner {
    display: flex;
  }
  .area_media .box_no-heading {
    padding-top: 100px;
  }
  .area_media .box_no-heading img {
    margin-left: 0;
    margin-right: 0;
  }
  .area_media .box_cont {
    width: 38%;
  }
  .area_media .box_img.small {
    display: none;
  }
  .area_media .box_img.wide {
    display: flex;
    justify-content: space-between;
    width: 62%;
  }
  .area_media .box_img.wide img {
    width: 47%;
    align-self: flex-start;
  }
  .area_media .box_img.wide img:nth-of-type(2) {
    margin-top: 110px;
  }
  .area_media .box_cont {
    padding: 0 20px 0 50px;
  }
}

.area_support .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.area_support .inner::before {
  position: absolute;
  content: "";
  display: block;
  background: url(../images/function_no3.svg) no-repeat 0 0/contain;
  z-index: 1;
}
.area_support .txt {
  line-height: 2;
}
.area_support .one-third {
  position: relative;
  z-index: 5;
}
.area_support .content-block .content-box {
  position: relative;
  background-color: #f7f6ee;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.area_support .content-block .content-box .content-image {
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1;
}
.area_support .basic-label {
  margin: 0 auto 10px;
}
.area_support .sub-heading {
  font-weight: 700;
  text-align: center;
}
.area_support .btn_common {
  height: 70px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .area_support {
    overflow: hidden;
    padding: 60px 0 40px;
  }
  .area_support .inner::before {
    width: 182.8px;
    height: 110.4px;
    top: -20px;
    right: -25px;
    z-index: 3;
  }
  .area_support .one-third {
    width: 100%;
    margin-bottom: 30px;
  }
  .area_support .block-mb {
    margin-bottom: 40px;
  }
  .area_support .content-block {
    width: 100%;
    margin-top: 70px;
    margin-bottom: 20px;
  }
  .area_support .content-block .content-box {
    padding: 90px 30px 20px;
  }
  .area_support .content-block .content-box .content-image {
    width: 50%;
    margin: auto;
    top: -60px;
  }
  .area_support .content-block .content-box .content-image img {
    width: 150px;
  }
  .area_support .content-box .lead {
    font-size: 1.6rem;
    margin: auto;
  }
  .area_support .box_no-heading {
    text-align: center;
  }
  .area_support .sub-heading {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .area_support .box_btn {
    width: 100%;
  }
  .area_support .btn_common {
    max-width: 320px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  .area_support .inner::before {
    width: 228.5px;
    height: 138px;
    top: -40px;
    left: 15%;
  }
  .area_support .box_no-heading img {
    margin-left: 0;
    margin-right: 0;
  }
  .area_support .sub-heading {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .area_support .one-third {
    width: 31%;
  }
  .area_support .box_btn.pc-only {
    margin-top: 40px;
  }
  .area_support .btn_common {
    min-width: 320px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .area_support {
    padding: 130px 0 80px;
  }
  .area_support .inner {
    align-items: flex-start;
  }
  .area_support .txt {
    font-size: 13px;
  }
  .area_support .one-third {
    width: 31%;
  }
  .area_support .block-mb {
    margin-bottom: 40px;
  }
  .area_support .content-block {
    position: relative;
    width: 31%;
    margin-top: 60px;
  }
  .area_support .content-block .content-box {
    padding: 80px 20px 20px;
  }
  .area_support .content-block.support-01 {
    top: 60px;
  }
  .area_support .content-block.support-02 {
    top: -40px;
  }
  .area_support .content-block .content-box .content-image {
    width: 70%;
    margin: auto;
    top: -60px;
  }
  .area_support .content-block .content-box .content-image img {
    width: 150px;
  }
  .area_support .content-block .content-box .lead {
    font-size: 1.4rem;
    margin: auto;
  }
  .area_support .content-block .content-box h3 {
    font-size: 1.4rem;
    margin: auto auto 20px;
  }
}
@media screen and (min-width: 1200px) {
  .area_support {
    padding: 130px 0 160px;
  }
  .area_support .inner-image {
    margin-top: 80px;
  }
  .area_support .content-block {
    position: relative;
    align-self: flex-start;
  }
  .area_support .content-block.support-01 {
    top: 60px;
  }
  .area_support .content-block.support-02 {
    top: -40px;
  }
  .area_support .content-block .content-box {
    padding: 80px 30px 50px;
  }
  .area_support .one-third {
    width: 31%;
  }
  .area_support .block-mb {
    margin-bottom: 60px;
  }
  .area_support .content-block {
    width: 31%;
    margin-top: 130px;
  }
  .area_support .content-block .content-box .content-image {
    top: -130px;
  }
  .area_support .content-block .content-box .content-image img {
    width: 70%;
  }
  .area_support .content-block .content-box .lead {
    font-size: 1.6rem;
    margin: auto;
  }
}

.area_plan {
  background: #FEE101;
}
.area_plan .container {
  position: relative;
  z-index: 10;
}
.area_plan .area_heading .heading {
  margin-bottom: 20px;
  font-weight: 900;
}
.area_plan .area_heading p {
  line-height: 2;
}
.area_plan strong {
    width: 130px;
}
@media screen and (max-width: 767px) {
  .area_plan .area_heading {
    padding-top: 40px;
  }
  .area_plan .area_heading .box_heading {
    text-align: center;
  }
  .area_plan .area_heading .heading {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .area_plan .area_heading .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .area_plan .area_heading .box_heading {
    display: flex;
    align-items: center;
  }
  .area_plan .area_heading .box_heading img {
    margin-top: -30px;
  }
  .area_plan .area_heading .heading {
    font-size: 30px;
  }
  .area_plan .area_heading .box_btn {
    align-self: flex-end;
    padding-bottom: 60px;
  }
  .area_plan .area_heading .box_btn .btn_common {
    width: 200px;
  }
}
@media screen and (min-width: 950px) {
  .area_plan .area_heading .box_heading img {
    width: 191px;
  }
}
.area_plan .box_price {
  position: relative;
}
@media screen and (max-width: 767px) {
  .area_plan .box_price {
    padding: 20px 0 40px;
  }
  .area_plan .box_price .notes {
    margin-bottom: 20px;
  }
  .area_plan .box_price .btn_common {
    margin-right: auto;
    margin-left: auto;
    max-width: 320px;
  }
}
@media print, screen and (min-width: 768px) {
  .area_plan .box_price::before {
    display: block;
    content: "";
    width: 100%;
    height: calc(100% - 30px);
    position: absolute;
    top: 30px;
    left: 0;
    background: #F7F6EE;
    z-index: 5;
  }
  .area_plan .box_price .container {
    padding-bottom: 60px;
  }
}
.area_plan .table-block {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .area_plan .table-block {
    border-right: 1px solid #FEE101;
    border-bottom: 1px solid #FEE101;
    border-left: 1px solid #FEE101;
    border-radius: 20px;
  }
}
.area_plan .plan-table th, .area_plan .plan-table td {
  position: relative;
  width: 25%;
  background: #fff;
  text-align: center;
  line-height: 1.5;
}
.area_plan .plan-table th, .area_plan .plan-table tr:nth-of-type(2) td {
  vertical-align: middle;
}
.area_plan .plan-table .plan-name {
  font-weight: 900;
}
.area_plan .plan-table .plan-price {
  margin-bottom: 20px;
  font-weight: 900;
}

.area_plan .plan-table .plan-price .text-red {
  font-size: 1.75em;
  color: #CF2E5A;
}
.area_plan .plan-table .plan-price small {
  font-weight: normal;
}
.area_plan .plan-table .first-price span {
  font-weight: 700;
  font-size: 1.25em;
}
@media screen and (max-width: 767px) {
  .area_plan .plan-table {
    display: block;
    border: 1px solid #FEE101;
    border-radius: 20px;
    overflow: hidden;
  }
  .area_plan .plan-table tr, .area_plan .plan-table th, .area_plan .plan-table td {
    display: block;
    width: 100%;
    border: none;
  }
  .area_plan .plan-table th {
    background: #F7F6EE;
    border-bottom: 1px solid #FEE101;
    padding: 10px 0;
  }
  .area_plan .plan-table tr:nth-of-type(2) {
    border-top: 1px solid #FEE101;
  }
  .area_plan .plan-table td {
    padding: 15px;
  }
  .area_plan .plan-table td:nth-of-type(n+2) {
    border-top: 1px solid #FEE101;
  }
  .area_plan .plan-table .basic-label {
    margin: 0 auto 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .area_plan .plan-table {
    margin-top: -30px;
  }
  .area_plan .plan-table th, .area_plan .plan-table td {
    padding: 30px 20px 30px;
    border: 1px solid #FEE101;
  }
  .area_plan .plan-table tr:nth-of-type(1) th {
    border-radius: 20px 0 0 0;
  }
  .area_plan .plan-table tr:nth-of-type(1) td:last-of-type {
    border-radius: 0 20px 0 0;
  }
  .area_plan .plan-table tr:nth-of-type(2) th {
    border-radius: 0 0 0 20px;
  }
  .area_plan .plan-table tr:nth-of-type(2) td:last-of-type {
    border-radius: 0 0 20px 0;
  }
  .area_plan .plan-table .basic-label {
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .area_plan .plan-table .plan-name {
    font-size: 16px;
  }
}

.area_youtube {
  background: #F7F6EE;
  padding: 90px 0 90px;
}
.area_youtube .box_tit {
  text-align: center;
}
.area_youtube .box_tit .txt {
  line-height: 2;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 55%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}



.area_youtube .block2 .sub-heading {
    font-size: 25px;
    font-weight: 900;
    line-height: 1.4;
}

.sliderArea .sub-heading {
    font-size: 25px;
    font-weight: 900;
    line-height: 1.4;
}

@media print, screen and (min-width: 768px){
  .area_youtube .container{
    padding-right: 100px;
    padding-left: 100px;
  }
.area_youtube .sub-heading {
    margin-bottom: 40px;
    font-size: 20px;
}
 .area_topics .sub-heading {
    display: none;
}

}


@media screen and (max-width: 767px) {
  .youtube {
    width: 100%;
  }
  .area_youtube {
    background: #F7F6EE;
    padding: 30px 0;
    margin: 0px 0 20px;
  }
  .area_youtube .block2 .sub-heading {
      font-size: 18px;
      margin-bottom: 30px;
      text-align: center;
      font-weight: 900;
      line-height: 1.4;
  }

  .area_topics .block2 .sub-heading {
      font-size: 18px;
      margin-bottom: 30px;
      text-align: center;
      font-weight: 900;
      line-height: 1.4;
  }

.sliderArea .sub-heading {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.4;
}
  .sub-heading {
      font-size: 18px;
      margin-bottom: 30px;
      text-align: center;
      font-weight: 900;
      line-height: 1.4;
  }
.area_topics .sub-heading {
    font-size: 18px;
    margin-bottom: 10px;
      text-align: center;
      font-weight: 900;
      line-height: 1.4;
}
 
}

.detail{
  font-size: 12px;
  line-height: 1.5;
}

/* topic_new start */

/* hero */
.hero-main-visual img {
    width: 100%;
}

.hero-topic {
    background-color: #fff;
    overflow: hidden;
}

.topic-label {
    background-color: #000;
    color: #fff;
    font-weight: bold;
}
.pb30{
  padding-bottom: 30px;
}

p.topic-title a:hover {
    color: #CF2E5A;
}
.btn_size {
    padding: 10px;
    border-radius: 20px;
    width: 130px;
    font-size: 0.8rem;
}


.topic-btn{
  display: inline-block;
}

/* hero_tablet */
    #hero {
        padding-top: 80px;
    }

    .hero-main-visual {
        width: 48%;
        text-align: center;
    }

    .hero-main-visual img {
        width: 100%;
    }

    .hero-text {
        width: 48%;
        font-weight: bold;
    }

    .hero-text .main-text {
        margin-bottom: 20px;
    }

    .hero-text .main-text h1 {
        font-size: 2.4rem;
        font-weight: bolder;
        line-height: 1.2;
        margin: auto;
    }

    span.text-logo img {
        height: 12px;
    }

    .hero-text .sub-text .speach {
        margin: auto;
        white-space: nowrap;
    }

    .hero-text .sub-text .balloon {
        width: 80%;
        padding: 10px 0;
        border-radius: 10px;
        background-color: #fff;
        margin: 10px auto;
    }

    .hero-text .sub-text h2 {
        margin: auto;
        font-size: 2rem;
        font-weight: bolder;
    }

    .hero-text .plus {
        margin: 0 auto;
        font-size: 1.6rem;
    }

    .hero-text .plus img {
        vertical-align: middle;
        height: 20px;
        margin-right: 10px;
    }

    .hero-text .plus span {
        vertical-align: middle;
    }

    .hero-topic {
        border-radius: 50px;
        margin-top: 40px;
    }

    .topic-label {
        display: inline-block;
        text-align: center;
        width: 15%;
        padding: 20px;
    }
    .topic-label p{
      font-size: 12px;
    }

    .topic-info {
        display: inline-block;
        padding: 5px 20px;
        width: 84%;
        box-sizing: border-box;
        vertical-align: middle;
    }

    .topic-info .topic-date {
        display: inline-block;
        margin: 8px 12px 0 0;
    }

    .topic-info .topic-title {
        display: inline-block;
        margin: 10px 0 0 0;
        word-wrap: break-word;
    }


    a.link-download img{
        padding: 10px 0;
        max-width: 80%;
    }

@media (max-width: 767px){
  /* hero_SP */
    #hero {
        padding-top: 50px;
    }

    .hero-main-visual {
        width: 80%;
        margin: auto;
    }

    .hero-main-visual img {
        width: 100%;
    }

    .hero-text {
        width: 100%;
        font-size: 2rem;
        font-weight: bold;
    }

    .hero-text .main-text {
        margin-bottom: 30px;
    }

    .hero-text .main-text h1 {
        font-size: 2.5rem;
        font-weight: bolder;
        line-height: 1.2;
        margin: auto;
    }

    .hero-text .main-text p {
        font-size: 1.4rem;
        font-weight: bold;
    }

    span.text-logo img {
        height: 14px;
    }

    .hero-text .sub-text .speach {
        margin: auto;
        font-size: 1.2rem;
        font-weight: bold;
        white-space: nowrap;
    }

    .hero-text .sub-text .balloon {
        width: 100%;
        padding: 5px 0;
        border-radius: 10px;
        background-color: #fff;
        font-size: 1.5rem;
        margin: 10px auto;
    }

    .hero-text .sub-text h2 {
        margin: auto;
        font-size: 2.2rem;
        font-weight: bolder;
    }

    .hero-text .plus {
        margin: 0 auto;
        font-size: 1.6rem;
    }

    .hero-text .plus img {
        vertical-align: middle;
        height: 20px;
        margin-right: 10px;
    }

    .hero-text .plus span {
        vertical-align: middle;
    }
    }
    @media (min-width: 998px){
    .fr{
      float: right;
    }
    }


@media (max-width: 997px){
    .hero-topic {
        border-radius: 10px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .topic-label {
        display: inline-block;
        text-align: center;
        width: 100%;
        padding: 0;
    }

    .topic-label p {
        margin: 5px auto;
        font-size: 12px;
    }

    .topic-info {
        display: inline-block;
        padding: 10px 20px;
        width: 100%;
        box-sizing: border-box;

    }

    .topic-info .topic-date {
        font-size: 12px;
        margin: 5px 20px;
    }

    .topic-info .topic-title {
        font-size: 14px;
        margin: 5px 0;
    }
    .topic-btn{
      display: block;
    }
    .btn_size{
          margin: 13px auto 0;
    }

    .fr{
      margin: 0 auto;
    }
    .tac
    {
      text-align: center;
      margin: 10px auto;
    }
    .tal{
      text-align: left;
    }
}

@media screen and (min-width: 997px) {

  .img_m{
    display: inline-block;
    width: 30%;
    vertical-align: middle;
  }
  .img_y
  {
    display: inline-block;
    width: 28%;
    vertical-align: middle;
  }

  .img_y img{
    width: 100%;
    margin: 0 auto;
    max-height: 100px;
  }
  .txt_inline{
    width: 68%;
    line-height: 1.7;
    display: block;
    float:right;
    font-size: 15px;
    vertical-align: top;
    display: table-cell;
  }
}


.txtC{
  text-align: center;
}
.area_block2{
  max-width: 1160px;
  margin: 0 auto;
}

.area_block3{
  max-width: 900px;
  margin: 0 auto;
}

.box_common {
  border-radius: 20px;
  background: #fff;
  word-break: break-all;
  padding: 10px 8px;
  display:table;
    width:100%;
    margin:0;
}
.column2 :hover{
  opacity: 0.7;
}

.box_common .heading {
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (max-width: 997px) {
.img_m{
  display: inline-block;
  width: 100%;
  margin: 0 auto;
}
.img_y{
  display: inline-block;
  width: 100%;
  margin: 0 auto;
}

.img_m img{
  width: 35%;
  margin: 0 auto;
}
.img_y img{
  width: 35%;
  margin: 0 auto;
}

.txt_inline{
    width: 100%;
    line-height: 2;
font-size: 15px;

}

}


@media screen and (max-width: 767px) {
  .box_common {
    padding: 12px 15px 20px 15px;
    margin: 0px 0px 10px;
    display: table;
  }

  .box_common .heading {
    font-size: 18px;
  }
  .box_common.bg {
    background: #F7F6EE;
    padding: 20px;
  }
  .area_block2{
  width: 85%;
  margin: 20px auto;
  }
  .img_m img{
    width: 45%;
    margin: 0 auto;
  }
  .img_y img{
    width: 45%;
    margin: 0 auto;
    max-height: 100px;
  }

  .txt_inline{
      width: 100%;
      line-height: 2;
      display: block;
      float:right;
      font-size: 14px;
      vertical-align: middle;
      display: table-cell;
  }

  .topic-info .topic-date {
      font-size: 12px;
      margin: 5px 0px;
  }
  .tal{
    text-align: left;
  }
}
@media print, screen and (min-width: 768px) {
  .box_common {
    padding: 14px 16px 8px 16px;
    display: table;
    height: 100px;
  }
  .box_common .heading {
    font-size: 22px;
  }
  .box_common.bg {
    background: #F7F6EE;
    padding: 20px;
    min-height: 210px;
  }

}

@media screen and (max-width: 767px) {
  .box_common {
    padding: 18px 10px 10px 16px;
    display: table;
    height: auto;
  }
  .column2 {
    margin: 0 20px;
  }
  .column2>* {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 997px) {
  .column2 {
    margin: 0 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .column2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 20px;
  }
  .column2>* {
    width: calc((100% - 30px) / 2);
  }
  .column2 .inner {
    padding: 0 20px 20px;
  }
  .column2.noimage .inner {
    padding: 15px 20px;
  }
  .column2 .heading {
    min-height: calc(2em + 20px);
  }
}

header .site-logo p {
    white-space: nowrap;
    }

@media print, screen and (min-width: 768px){
header .contact_btn .btn_common {
    margin-left: 15px;
    padding: 0 5px;
    width: auto;
    }
  }

.ls_narrow{
  letter-spacing: -1px;
}
.area_top .box_tit {
  text-align: center;
}
.area_top .box_tit .txt {
  line-height: 2;
}
.area_top .box_btn {
  width: 200px;
}
.area_top .heading {
  margin-bottom: 20px;
  font-weight: 700;
}
.area_topics .slick-arrow {
  opacity: 0.8;
}
.area_topics .slick-arrow:hover {
  opacity: 1;
}
.area_topics .inner {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.area_topics .inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: calc(100% - 30px);
  height: 100%;
  z-index: 11;
  border-radius: 20px;
}
.area_topics img {
  position: relative;
  z-index: 10;
  object-fit: cover;
}
.area_topics .box_cont {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 20;
  color: #fff;
}


.area_topics .num {
  margin-bottom: 10px;
  color: #FEE101;
  font-weight: 700;
}
.area_topics .slide-heading {
  line-height: 1.4;
  font-weight: 700;
  text-shadow: 0px 0px 10px #000;
}
.area_topics .txt {
  font-weight: 700;
  line-height: 1.6;
}
.area_topics .btn_common {
  width: 140px;
  height: 30px;
  border-radius: 38px;
  padding-left: 15px;
}


.area_top .area_example .heading {
  margin-bottom: 20px;
  text-align: center;
}
.area_top .area_example .list_example {
  display: flex;
  flex-wrap: wrap;
  border-radius: 20px;
  overflow: hidden;
}
.area_top .area_example .list_example li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.area_top .area_example .list_example li p {
  display: flex;
  align-items: center;
  background: #FEE101;
  font-weight: 700;
  border-radius: 36px 0 0 36px;
}
.area_top .area_example .list_example li p:nth-of-type(n+2) {
  margin-top: 10px;
}
.area_top .area_example .list_example li.shop {
  background: url(../images/exsample_img1.png) no-repeat 0 0/cover;
}
.area_top .area_example .list_example li.recruit {
  background: url(../images/exsample_img2.png) no-repeat 0 0/cover;
}
.area_top .area_example .list_example li.lp {
  background: url(../images/exsample_img3.png) no-repeat 0 0/cover;
}
.area_top .area_example .list_example li.media {
  background: url(../images/exsample_img4.png) no-repeat 0 0/cover;
}
.area_top .area_example .list_example li.creator {
  background: url(../images/exsample_img5.png) no-repeat 0 0/cover;
}
.area_top .area_example .list_example li.academic {
  background: url(../images/exsample_img6.png) no-repeat 0 0/cover;
}
@media screen and (max-width: 767px) {
  .area_top {
    padding: 0px 0 20px 0;
  }
  .area_top > .heading {
    font-size: 22px;
  }
  .area_top .box_tit {
    margin-bottom: 30px;
  }
  .area_top .box_tit .heading {
    font-size: 20px;
  }
  .area_top .box_btn {
    margin: 0 auto 30px auto;
  }
  .area_topics {
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
  }
  .area_topics .slick-prev {
    left: -20px;
  }
  .area_topics .slick-next {
    right: -20px;
  }
  .area_topics .inner {
    height: 270px;
  }
  
  .area_topics .box_cont {
    padding: 10px 10px;
  }
  .area_topics .num {
    margin-bottom: 10px;
  }
  .area_topics .slide-heading {
    margin-bottom: 5px;
    font-size: 15px;
    color: #fff;
  }
  .area_topics .txt {
    margin-bottom: 5px;
  }
  .area_top .area_example .heading {
    font-size: 16px;
  }
  .area_top .area_example .list_example li {
    width: 50%;
    height: 120px;
  }
  .area_top .area_example .list_example p {
    height: 30px;
    padding: 0 10px;
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .area_top {
    margin-top: 0px;
    padding: 0px 0 30px;
  }
  .area_top .container {
    position: relative;
  }
  .area_top > .heading {
    font-size: 30px;
  }
  .area_top .box_tit .heading {
    font-size: 30px;
  }
  .area_topics {
    margin-bottom: 0px;
  }
  .area_topics li {
    max-width: 1160px !important;
  }
  .area_topics .inner {
    width: 100%;
    
  }
  .area_topics .inner img {
    width: 100%;
    
  }
  .area_topics .slick-prev {
    left: calc((100% - 1160px) / 2);
  }
  .area_topics .slick-next {
    right: calc((100% - 1160px) / 2);
  }
  .area_topics .box_cont {
    padding: 20px 50px 40px 50px;
    margin-top: 100px;
    background-color: rgba( 0, 0, 0, 0.05 );
  }
  .area_topics .num {
    margin-bottom: 5px;
  }
  .area_topics .slide-heading {
    margin-bottom: 5px;
    font-size: 18px;
  }
 
  .area_top .area_example .heading {
    font-size: 19px;
  }
  .area_top .area_example .list_example li {
    width: 33.3333%;
    height: 175px;
    font-size: 16px;
  }
  .area_top .area_example .list_example p {
    height: 36px;
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .area_top .box_btn {
    margin: 20px auto 40px auto;
  }
}
@media screen and (min-width: 1200px) {
  .area_top .box_tit {
    margin-bottom: 50px;
  }
  .area_top .box_btn {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media print, screen and (min-width: 768px) {
.inner1{
  width: 1130px;
  height: 435px;
  background-image: url("../images/top_ivalue3.png");
  background-size: cover;
  margin: 0 15px;
}


.inner2{
  width: 1130px;
  height: 435px;
  background-image: url("../images/top_ivalue3.png");
  background-size: cover;
  margin: 0 15px;
}

.inner3{
  width: 1130px;
  height: 435px;
  background-image: url("../images/top_ivalue3.png");
  background-size: cover;
  margin: 0 15px;
}
}
@media screen and (max-width: 767px) {
  .inner1{
  height: 320px;
  background-image: url("../images/top404.png");
  background-size: cover;
}


.inner2{
  height: 320px;
  background-image: url("../images/top404.png");
  background-size: cover;
}

.inner3{
  height: 320px;
  background-image: url("../images/top404.png");
  background-size: cover;
}

.area_topics .inner {
  border-radius: 20px;
  overflow: hidden;
  /* background-color: #FFF9D9; */
}

.area_topics img {
  z-index: 10;
  object-fit: cover;
}
/* li.slick-slide > .inner > img{
  height:270px;
} */
/* .slick-slide .inner .box_cont{
  height:270px;
} */
.area_topics .box_cont {
  width: 100%;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 20;
  color: #333333;
}

.ourworks{
  display: block;
  /* margin-top: 90px; */
  color:#333333;
}
}
@media screen and (max-width: 385px) {
  .ourworks{
    display: block;
    /* margin-top: 65px; */
    color:#333333;
  }
}

.full-screen li{
  text-align: center;
  margin-top: 10px;
}
.center{
  margin: 0 auto;
}

.displaynone{
    text-indent:-9999px;
}

.mb10{
  margin-bottom: 10px;
}
.mt15{
  margin-top: 15px;
}

.mt20{
  margin-top: 20px;
}
.mt10{
  margin-top: 10px;
}

.mt30{
  margin-top: 30px;
}
.mb30{
  margin-bottom: 30px;
}
.mb50{
  margin-bottom: 50px;
}

.tile-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.grid-tile {
  padding: 15px;
  text-align: center;
}
span.small_span{
  font-size: 15px;
}


.span-red{
  color:#CF2E5A;
}

@media screen and (max-width: 997px) {
  .tab-center-text{
    text-align: center;
  }
  .tab-ivalue-logo{
    width:50%;
  }
}
@media screen and (max-width: 997px) and (min-width: 768px){
  .slider_voice .inner{
    width: 70vw;
    height: 300px;
    background: rgba(0,0,0,0.8);
  }

}
@media screen and (max-width: 767px) {
  .area_topics .inner{
    width: 80vw;
    margin: 0 auto;
    /*background: rgba(0,0,0,0.8);*/
  }
  .area_topics .box_cont{
    background: rgba(0,0,0,0.4);
  }
}

/* footer company */
@media screen and (min-width: 768px) {
  .footer-wrap{
    display: flex;
    text-align: center;
  }
  .footer-companies:first-child{
    margin: 0 60px 0 auto; 
  }
  .footer-companies:last-child{
    margin: 0 auto 0 60px; 
  }
  .footer-pmark{
    margin: 10px auto;
    width: 50px;
  }
}
@media screen and (max-width: 767px) {
  .footer-wrap{
    text-align: center;
  }
  .footer-label{
    margin: 10px auto;
  }
  .footer-companies:last-child{
    margin-top:60px;
  }
  .footer-logo{
    justify-content: center;
  }
  .footer-logo > img{
    margin: auto 0;
    height: 45px;
  }
  .footer-pmark{
    display: flex;
    margin: 10px auto;
    width: 60px;
  }
  .inc-logo{
    width: 240px !important;
  }
}
.footer-label{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 24px;
  border-radius: 24px;
  border: 1px solid #000;
  background-color: #fff;
  font-size: 12px;
  margin-bottom: 10px;
  margin: 0 auto 10px auto;
}
.footer-logo{
  height:53px;
  display: flex;
}
.footer-logo > img{
  margin: auto;
  width: 50%;
}
.company-name{
  font-weight: 700;
  font-size: 1rem;
  margin-top: 10px;
}
.company-name-works{
  font-weight: 400;
  font-size: 0.8rem;
}
.company-address{
  margin-top:15px;
  font-size:0.8rem;
  line-height: 1.3rem;
}
.footer-complement{
  font-size: 0.6rem;
  line-height: 1.7;
  margin-top: 18px;
}
.company-url{
  font-size: 0.7rem;
  font-weight: 700;
  margin-top: 18px;
}
.fix-size1{
  padding-top: 40px;
}
