.pageTitleArea {
overflow: hidden;
 /* 
  padding-top: 5rem;
  background-image: url(/global/img/home_head_bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom; */
}


.pageTitleArea .tagline {
  color: #000;
  font-family: "Helvetica Neue", Arial, "Century Gothic", sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 128%;
  text-align: left;
  margin-bottom: 6rem;
  mat-width: 550px;
}

@media (min-width: 1200px) {
  .pageTitleArea .tagline {
  font-size: 4rem;
  }
}

.pageTitleArea .btnWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
         /* align-items: self-start;*/
}

.pageTitleArea .btnWrapper .c-btn, .pageTitleArea .btnWrapper .c-btn_yellow, .pageTitleArea .btnWrapper .c-btn_blueGreen, .pageTitleArea .btnWrapper .c-btn_border {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: fit-content;
  margin-bottom: 1rem;
  text-align: center;
}

.pageTitleArea .btnWrapper .c-btn :last-child, .pageTitleArea .btnWrapper .c-btn_yellow :last-child, .pageTitleArea .btnWrapper .c-btn_blueGreen :last-child, .pageTitleArea .btnWrapper .c-btn_border :last-child {
  margin-bottom: 0;
}

.pageTitleArea .btnWrapper .c-btn_border {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.homeIntroduction {
  padding: 2rem 0;
}

.homeIntroduction .tagline {
  margin-bottom: 1.5rem;
  font-family: "helvetica neue", Arial, "Century Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
}

@media (min-width: 980px){
  .homeIntroduction .tagline {
  font-size: 2.5rem;
line-height: 1.2;
  }
}

.homeIntroduction .txt {
  color: #1c1c1c;
  font-size: 1rem;
  text-align: center;
  max-width: 600px;
  margin: auto;
  padding: 0 1rem;
}

.homeAboutUs {
  padding: 4rem 0;
  background-repeat: no-repeat;
}

@media (min-width: 1200px) {
  .homeAboutUs {
    padding-top: 8rem;
  }
}

.homeAboutUs .ttl {
  margin-bottom: 1.5rem;
  /*font-family: "helvetica neue", "Century Gothic";*/
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

@media (min-width: 980px){
  .homeAboutUs .ttl {
  font-size: 2rem;
text-align: left;
  }
}

.homeAboutUs .txt {
  color: #1c1c1c;
}

.homeAboutUs .txt a {
  color: #7030e2;
}

.homeAboutUs .inner {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

@media (min-width: 1200px) {
  .homeAboutUs .inner {
    width: 64rem;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}

.homeAboutUs .inner:before {
  display: block;
}

.homeAboutUs.first-block {
/**  background-image: url(/global/img/home_aboutUs01_bg.svg);
  background-position: left center; **/
}

@media (min-width: 1200px) {
  .homeAboutUs.first-block .inner {
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }
}

.homeAboutUs.first-block .inner:before {
  width: 100%;
  height: 90vw;
  content: "";
  background: url(/global/img/home_aboutUs01_llustration.svg) no-repeat top center;
  background-size: contain;
}

@media (min-width: 1200px) {
  .homeAboutUs.first-block .inner:before {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 24rem;
  }
}

.homeAboutUs.first-block .inner section {
  padding: 0 1rem;
}

@media (max-width: 900px) {
 .homeAboutUs.first-block .inner section {
 margin: auto;
 }
}

@media (min-width: 1200px) {
  .homeAboutUs.first-block .inner section {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    padding-left: 0;
    padding-right: 3rem;
  }
}

.homeAboutUs.second-block {
  background-image: url(/global/images/teamwork_illust.png);
  background-position: right center;
}

@media (min-width: 1200px) {
  .homeAboutUs.second-block .inner {
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}

.homeAboutUs.second-block .inner:before {
  width: 100%;
  height: 60vw;
  content: "";
  background: url(/global/images/teamwork_illust.png) no-repeat top center;
  background-size: 160%;
  background-position: center;
}


@media (max-width: 900px) {
  .homeAboutUs.second-block .inner:before {
  width: 90%;
  margin: auto;
  height: 60vw;
/*  background-size: 34rem; */
 }
}

@media (max-width: 900px) {
  .homeAboutUs.first-block .inner:before {
  background-size: 90%;
 }
}

@media (min-width: 1200px) {
  .homeAboutUs.second-block .inner:before {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 20vw;
  }
}

.homeAboutUs.second-block .inner section {
  padding: 0 1rem;
}

@media (min-width: 1200px) {
  .homeAboutUs.second-block .inner section {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    padding-left: 3rem;
    padding-right: 0;
  }
}

.homeMedium {
  padding: 4rem 0;
}

@media (min-width: 1200px) {
  .homeMedium {
    padding: 10rem 0 5rem;
  }
}

.homeMedium .heading {
  margin-bottom: 2rem;
}

@media (min-width: 1200px) {
  .homeMedium .heading {
    margin-bottom: 6rem;
  }
}

.homeMedium .heading .ttl {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.3;
}

@media (min-width: 1200px) {
  .homeMedium .heading .ttl {
    font-size: 3rem;
  }
}

.homeMedium .heading .lede {
  color: #7030e2;
  text-align: center;
}

.homeMedium_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 2rem 0;
}

.homeMedium .medium-widget__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 1200px) {
  .homeMedium .medium-widget__wrapper {
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
    padding: 2rem 15rem;
  }
}

.homeMedium .medium-widget-article__row {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 1rem 2rem;
  padding: 1rem;
  background-color: #fff;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.095), 0 6px 6px rgba(0, 0, 0, 0.115);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.095), 0 6px 6px rgba(0, 0, 0, 0.115);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.homeMedium .medium-widget-article__item {
  padding: 0;
}

.homeMedium .medium-widget-article__content {
  padding: 0.5rem;
}

.homeMedium .box {
  position: relative;
}

.homeMedium_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 2rem;
  padding: 2rem;
  background-color: #fff;
  border-radius: 1rem;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.095), 0 6px 6px rgba(0, 0, 0, 0.115);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.095), 0 6px 6px rgba(0, 0, 0, 0.115);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

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

.homeMedium_item .ttl {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 1.2;
}

.homeMedium_item .txt {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
}

.homeMedium_item .updateTime {
  color: #cbd0d3;
  font-size: 0.75rem;
  line-height: 1;
}

.homeMedium_item .updateTime:before {
  content: url(/global/img/home_icon_time.svg);
  margin-right: 0.5rem;
  vertical-align: middle;
}

.homeMedium .btnWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}

.homeMedium .btnWrapper .arrow {
  width: 4rem;
  height: 4rem;
  margin: 0 1rem;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.115);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.115);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.homeMedium .btnWrapper .arrow-toRight {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

/*somewhere between*/
@media screen and (min-width: 900px) and (max-width: 1200px){
  .pageTitleArea{
  margin-bottom: 0vw;
  height: fit-content;
  }
  #hero_wrapper{
  margin-top: 10vw;
  }
  .hero_wapper_text {
  position: relative;
  }
  .hero_img {
  position: relative;
  text-align: center;
  }
  .hero_img_content {
  max-width: 70%;
  }
  .hero_subtitle {
  text-align: center;
  }
  #hero_tag {
  text-align: center;
  margin-bottom: 2.5rem;
  }
  .pageTitleArea .btnWrapper {
  align-items: center;
  }
  .homeIntroduction{
  padding: 0;
  }
  .homeAboutUs.first-block .inner:before {
    width: 66%;
    height: 51vw;
  }
  .homeAboutUs.first-block .inner section {
    padding: 0 4rem;
  }
  .homeAboutUs .inner {
  align-items: center;
  }
  .homeAboutUs.first-block {
    margin: 0 auto;
  }
  .homeAboutUs.second-block .inner:before {
    width: 66%;
    height: 45vw;
  }
  .homeAboutUs.second-block .inner section {
    padding: 0 4rem;
  }
  .homeAboutUs.second-block {
    margin: 0 auto;
  }
  .homeMedium .medium-widget-article__row {
  margin: 1rem 14% 2rem;
  padding: 3rem;
  }
}

@media (min-width: 1200px) {
  .homeMedium .medium-widget-article__row {
    margin: 0rem 2rem 0rem;
  }
}

.homeContactUs {
  padding: 4rem 0;
}

@media (min-width: 1200px) {
  .homeContactUs {
    padding-bottom: 10rem;
  }
}

.homeContactUs .tagline {
  margin-bottom: 3rem;
  color: #2b353b;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.3;
}

@media (min-width: 1200px) {
  .homeContactUs .tagline {
    font-size: 3rem;
  }
}

.homeContactUs .btnWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}