@charset "UTF-8";
/* # =================================================================
 * * # General elements
 * * # ================================================================= */
 /* Add the correct display in iOS 4-7. */
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/* ** Correct `block` display not defined for any HTML5 element in IE 8/9
 * ** Correct `block` display not defined for `details` or `summary` in IE 10/11
 * ** and Firefox
 * ** Correct `block` display not defined for `main` in IE 11 */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}

html.c-monochrome .wrapper, html.c-monochrome .l-header-industry, html.c-monochrome .l-industry-footer, html.c-monochrome footer {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}


.footer-upper {
  max-width: 100vw; }
  .footer-upper .inner {
    max-width: 920px;
    /* max-width: auto; */
    /* margin-left: calc( 50vw - ( 1160px / 2 ) ); */
    margin: 0 auto;
    /* margin: 0 auto; */
    padding: 80px 0 70px; }
  @media screen and (max-width: 1160px) {
    .footer-upper .inner {
      width: calc(100vw - 40px);
      margin: 0 auto; } }
  @media screen and (max-width: 768px) {
    .footer-upper .inner{
      width: 100%;
      padding: 56px 5% 40px; } }
  @media screen and (max-width: 480px) {
  }


.footer-upper {
  position: relative;
  background-color: #F0473E; }
  .footer-upper #page-top a {
    position: absolute;
    top: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    background-color: #F0473E;
    border-radius: 50px;
    z-index: 1;
    color: #fff; }
    .footer-upper #page-top a span {
      position: absolute;
      top: 40px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      text-align: center;
      font-family: 'Montserrat', sans-serif;
      font-weight: 700; }
    .footer-upper #page-top a:before {
      content: "";
      speak: none;
      display: block;
      position: absolute;
      top: 20px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 16px;
      height: 11px;
      background-image: url(../img/common/icon-arrow-top.svg); }
    .footer-upper #page-top a:hover {
      color: #292B2F; }
  .footer-upper .inner {
    position: relative;
    min-height: 400px; }
  .footer-upper .f-l {
    /* width:37%; */
    /* margin-right: 7%; */
  }
  .footer-upper .f-r {
    /* width: calc( 100% - 7% - 37% ); */
   }
  .footer-upper .logo {
    width: 185px;
    margin: 0 auto 30px; }
  .footer-upper .desc {
    /* max-width: 555px; */
    /* width: 92%; */
    margin-bottom: 60px;
    font-size: 0.888888rem;
    color: #fff; }
  .footer-upper-nav{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;

  }
  .footer-upper .nav--left {
    /* width: 33%; */
  }
  .footer-upper .nav--center {
    /* width: 33%; */
  }
  .footer-upper .nav--right {
    /* width: 33%; */
  }

  .footer-upper .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* height: calc(( 1.8em + 6px) * 7); */
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 0.888888rem; }
    .footer-upper .nav:not(:last-of-type) {
      /* margin-right: 7%; */
    }
      .footer-upper .nav li {
      position: relative;
      margin-bottom: 6px;
      padding-left: 20px; }
      .footer-upper .nav li a {
        color: #fff; }
        .footer-upper .nav li a:hover {
          opacity: 0.7; }
      .footer-upper .nav li:before {
        position: absolute;
        content: "";
        speak: none;
        display: block;
        top: calc(0.5em + 4px);
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 0 5px 7px;
        border-color: transparent transparent transparent #fff; }
        .footer-upper .nav li.indent{
          padding-left: 20px;
        }
        .footer-upper .nav li.indent::before {
          position: absolute;
          content: "";
          speak: none;
          display: block;
          top: calc(0.5em + 4px);
          top: 50%;
          left: 7px;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 5px;
          height: 2px;
          background: #fff;
          border: none;
        }
  
  @media screen and (max-width: 768px) {
    .footer-upper .f-l, .footer-upper .f-r {
      width: 100%; }
    .footer-upper #page-top a {
      top: -30px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 80px;
      height: 80px; }
      .footer-upper #page-top a span {
        top: 36px; }
      .footer-upper #page-top a:before {
        top: 16px; }
    .footer-upper .logo {
      width: 148px;
      margin: 0 auto 24px; }
    .footer-upper .desc {
      max-width: 100%;
      width: 100%;
      margin: 0 0 32px; }
    .footer-upper .sns {
      margin-bottom: 36px;
      text-align: center; }
      .footer-upper .sns ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .footer-upper .sns ul li img {
          height: 32px; }
        .footer-upper .sns ul li:not(:last-child) {
          margin-right: 4%; }
    .footer-upper .btn-mailmag a {
      width: 120px;
      height: 32px;
      line-height: 32px; }
    /* .footer-upper .nav { */
      /* height: calc(( 1.8em + 6px) * 6); } */
      .footer-upper .nav li::before {
        top: calc(0.5em + 3px); }
    .footer-upper .nav.f-l,
    .footer-upper .nav.f-r {
      width: 48%;
      -ms-flex-wrap: inherit;
      flex-wrap: inherit; }
      .footer-upper .nav.f-l li,
      .footer-upper .nav.f-r li {
        margin-bottom: 8px; } }
  @media screen and (max-width: 480px) {
    .footer-upper-nav{
      flex-wrap: wrap;
    }
    .footer-upper .nav{
      margin-right: 0!important;
    }
    .footer-upper .nav--left{
      width: 12rem;
    }
    .footer-upper .nav--center{
      width: calc( 100% - 12rem );
    }
    .footer-upper .nav--right{
      padding-top: 20px;
      margin-top: 10px;
      display: block;
      width: 100%;
      border-top: 1px solid #fff;
      column-count: 2;
    }

  }
  @media screen and (max-width: 320px) {
    .footer-upper .sns ul li {
      margin-right: 3% !important; }
      .footer-upper .sns ul li img {
        height: 28px; }
    .footer-upper .btn-mailmag a {
      width: 90px;
      height: 28px;
      line-height: 28px; }
    .footer-upper .nav.f-l,
    .footer-upper .nav.f-r {
      width: 50%; }
      .footer-upper .nav.f-l li,
      .footer-upper .nav.f-r li {
        font-size: 0.75rem; } }











.c-footer-lower {
  position: relative;
  overflow: hidden;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  font-weight: normal;
  color: #282837;
  font-size: calc((17/ 16)* 1rem);
  letter-spacing: 0.05em;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.l-footer .l-inner {
  margin: 0 auto;
  padding: 80px 30px !important;
  max-width: 1260px;
}
.l-footer .c-nav-ttl {
  font-size: calc((13/ 16)* 1rem);
  padding-bottom: 15px;
  border-bottom: 1px solid #ADADAD;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: calc( 22 / 13 );
}
.l-footer .c-footer-nav__item {
  font-size: calc((13/ 16)* 1rem);
  margin-bottom: 2px;
  line-height: 1.6;
}
.l-footer .c-footer-nav__item.mb-25 {
  margin-bottom: 25px;
}
.l-footer .c-footer-nav__item .p-nav-item__sub {
  padding-left: 15px;
}
.l-footer .c-footer-nav__item .p-nav-item__ttl {
  position: relative;
  padding-left: 15px;
}
.l-footer .c-footer-nav__item .p-nav-item__ttl::before {
  content: "";
  speak: none;
  position: absolute;
  width: 0px;
  height: 0px;
  border-left: 6px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  top: 50%;
  left: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-footer .c-footer-nav__item a {
  position: relative;
  padding-left: 15px;
  display: inline-block;
  line-height: calc( 20 / 13 );
}

.l-footer .c-footer-nav__item a.mr--5 {
  margin-right: -5px;
}
.l-footer .c-footer-nav__item a.mr--20 {
  margin-right: -20px;
}

.l-footer .c-footer-nav__item a:hover {
  opacity: 0.7;
}
.l-footer .c-footer-nav__item a::before {
  content: "";
  speak: none;
  position: absolute;
  width: 0px;
  height: 0px;
  border-left: 6px solid #ADADAD;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  top: 50%;
  left: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-footer .c-footer-nav__item a.blank {
  position: relative;
}
.l-footer .c-footer-nav__item a.blank::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background: url(../img/common/icon-blank.svg);
  top: 50%;
  right: -1.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-footer .c-footer-nav__list.p-top-border {
  border-top: 1px solid #ADADAD;
  margin-top: 15px;
  padding-top: 15px;
}
.l-footer .c-footer-lower {
  background-color: #5A5252;
  color: #fff;
}
.l-footer .c-footer-lower .l-inner {
  padding: 70px 30px 30px;
}
.l-footer .c-footer-lower .c-footer-lower--logo {
  width: 300px;
}
.l-footer .c-footer-lower .c-footer-lower--logo .p-img-wrap a:hover {
  opacity: 0.7;
}
.l-footer .c-footer-lower .c-footer-lower--logo .p-img-wrap.parasapo-logo {
  width: 90%;
  margin-bottom: 55px;
}
.l-footer .c-footer-lower .c-footer-lower--logo .p-img-wrap.logo-catch {
  width: 110px;
  margin-bottom: 35px;
}
.l-footer .c-footer-lower .c-footer-lower--logo .p-sns-wrap .c-footer-sns__item {
  width: 35px;
  height: 35px;
  margin-right: 15px;
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer .c-footer-lower .c-footer-lower--logo .p-sns-wrap .c-footer-sns__item a {
  display: inherit;
}
.l-footer .c-footer-lower .c-footer-lower--logo .p-sns-wrap .c-footer-sns__item a:hover {
  opacity: 0.7;
}
.l-footer .c-footer-lower .c-footer-lower--logo .p-sns-wrap .c-footer-sns__item.c-btn-mailmag {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 120px;
}
.l-footer .c-footer-lower .c-footer-lower--logo .p-sns-wrap .c-footer-sns__item.c-btn-mailmag a {
  display: block;
  background-color: #fff;
  border-radius: 4px;
  width: 120px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: calc((13/ 16)* 1rem);
  letter-spacing: 0.08em;
  font-weight: bold;
  color: #5A5252;
}
.l-footer .c-footer-lower .c-footer-lower--nav {
  width: calc( 100% - 300px );
}
.l-footer .c-footer-lower .c-footer-lower--nav .p-ttl-wrap {
  margin-bottom: 40px;
}
.l-footer .c-footer-lower .c-footer-lower--nav .p-ttl-wrap .p-footer-lower__ttl {
  font-size: calc((24/ 16)* 1rem);
  letter-spacing: 0.15em;
  line-height: calc(55 / 24);
  text-align: center;
  font-weight: bold;
}
.l-footer .c-footer-lower .c-footer-lower--nav .p-ttl-wrap .p-footer-lower__ttl-sub {
  font-size: calc((16/ 16)* 1rem);
  letter-spacing: 0.15em;
  line-height: calc(55 / 16);
  text-align: center;
  font-weight: bold;
  margin-top: -10px;
}
.l-footer .c-footer-lower .c-footer-lower--nav .c-lower-nav-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-footer .c-footer-lower .c-footer-lower--nav .c-lower-nav-wrap .c-nav-block {
  width: 30%;
}
.l-footer .c-footer-lower .c-footer-lower--nav .c-lower-nav-wrap .c-nav-block.middle-block {
  width: 27%;
}
.l-footer .c-footer-lower .c-footer-lower--nav .c-lower-nav-wrap .c-nav-block.left-block {
  width: 33%;
}
.l-footer .c-footer-lower .c-footer-lower--nav .c-lower-nav-wrap .c-nav-block:nth-of-type(3) .c-footer-nav__list {
  margin-bottom: 25px;
}
.l-footer .c-footer-lower .c-footer-lower--nav .c-lower-nav-wrap .c-nav-block .c-footer-nav__list.sub-list .c-footer-nav__item a::before {
  border: transparent;
}
.l-footer .c-footer-lower .c-footer-lower--nav .c-lower-nav-wrap .c-nav-block .c-nav-ttl {
  border-color: #fff;
}
.l-footer .c-footer-lower .c-footer-lower--nav .c-lower-nav-wrap .c-nav-block .c-footer-nav__item a {
  color: #fff;
}
.l-footer .c-footer-lower .c-footer-lower--nav .c-lower-nav-wrap .c-nav-block .c-footer-nav__item a::before {
  border-left: 6px solid #fff;
}
.c-number {
  font-family: "Inter", sans-serif;
}
.l-footer .c-footer-lower .c-copywrite {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 120px;
}
.l-footer .c-footer-lower .c-copywrite p {
  /*font-size: 10px;*/
  font-size: calc((10/18)* 1rem);
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 787px) {
  .l-footer .l-inner {
    width: 100%;
    padding: 50px 5% 10px !important;
    min-width: 100%;
  }
  .l-footer .c-nav-ttl {
    font-size: calc((13/14)* 1rem);
  }
  .l-footer .c-footer-nav__item {
    font-size: calc((13/14)* 1rem);
  }
  .l-footer .c-footer-lower {
    position: relative;
  }
  .l-footer .c-footer-lower .l-inner {
    padding: 40px 5% 20px;
  }
  .l-footer .c-footer-lower .c-footer-lower--body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 145px;
  }
  .l-footer .c-footer-lower .c-footer-lower--logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .l-footer .c-footer-lower .c-footer-lower--nav {
    width: 100%;
    margin-bottom: 30px;
  }
  .l-footer .c-footer-lower .c-footer-lower--nav .p-ttl-wrap .p-footer-lower__ttl {
    font-size: calc((17/ 14)* 1rem);
    line-height: calc( 26 / 17 );
    margin-bottom: 20px;
  }
  .l-footer .c-footer-lower .c-footer-lower--nav .p-ttl-wrap .p-footer-lower__ttl-sub {
    font-size: calc((13/ 14)* 1rem);
    line-height: calc( 19 / 13 );
  }
  .l-footer .c-footer-lower .c-footer-lower--nav .c-lower-nav-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-footer .c-footer-lower .c-footer-lower--nav .c-lower-nav-wrap .c-nav-block {
    width: 100% !important;
    margin-bottom: 30px;
  }
  .l-footer .c-footer-lower .c-footer-lower--logo .p-img-wrap {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .l-footer .c-footer-lower .c-footer-lower--logo .p-img-wrap.parasapo-logo {
    width: 180px;
    top: 40px;
  }
  .l-footer .c-footer-lower .c-footer-lower--logo .p-img-wrap.logo-catch {
    width: 300px;
    top: 130px;
  }
  .l-footer .c-footer-lower .c-footer-lower--logo .p-sns-wrap .c-footer-sns__list {
    width: 200px;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-footer .c-footer-lower .c-footer-lower--logo .p-sns-wrap .c-footer-sns__item.c-btn-mailmag a {
    font-size: calc((13/14)* 1rem);
  }
  .l-footer .c-footer-lower .c-copywrite {
    margin-top: 25px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-footer .c-footer-lower .c-copywrite p {
    letter-spacing: 0;
  }
}

.l-footer.l-general-footer {
  position: relative;
}
.l-footer.l-general-footer .c-footer-upper {
  background-color: #EAE9E8;
}
.l-footer.l-general-footer .c-footer-upper .c-footer-upper--body {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-footer.l-general-footer .c-footer-upper .c-footer-upper--info {
  width: 200px;
}
.l-footer.l-general-footer .c-footer-upper .c-footer-upper--info .p-img-wrap {
  width: 185px;
  margin-bottom: 30px;
}
.l-footer.l-general-footer .c-footer-upper .c-footer-upper--info .p-img-wrap a:hover {
  opacity: 0.7;
}
.l-footer.l-general-footer .c-footer-upper .c-footer-upper--info .p-desc p {
  font-size: calc((13/ 16)* 1rem);
  letter-spacing: 0.03em;
  line-height: 1.57;
}
.l-footer.l-general-footer .c-footer-upper .c-footer-upper--info .p-desc .p-para-name {
  font-size: calc((14/ 16)* 1rem);
  font-weight: bold;
}
.l-footer.l-general-footer .c-footer-upper .c-footer-upper--nav {
  width: calc(100% - 200px - 80px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-footer.l-general-footer .c-footer-upper .c-footer-upper--nav .c-nav-block:first-of-type {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-footer.l-general-footer .c-footer-upper .c-footer-upper--nav .c-nav-block:first-of-type .p-nav-wrap .c-footer-nav__list:first-of-type {
  margin-right: 40px;
}
.l-footer.l-general-footer .c-footer-upper .c-footer-upper--nav .c-nav-block:last-of-type .c-footer-nav__list {
  padding-right: 50px;
}
.l-footer.l-general-footer .c-footer-upper .c-footer-upper--sponsered {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer.l-general-footer .c-footer-upper .c-footer-upper--sponsered .p-txt-wrap {
  font-size: calc((12/ 16)* 1rem);
  letter-spacing: 0;
  font-weight: bold;
  margin-right: 12px;
}
.l-footer.l-general-footer .c-footer-upper .c-footer-upper--sponsered .c-sponser-logo__item {
  margin-right: 20px;
}
@media screen and (max-width: 787px) {
  .l-footer.l-general-footer .c-footer-upper--body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-footer.l-general-footer .c-footer-upper .c-footer-upper--info {
    width: 100%;
    margin-bottom: 40px;
    padding: 0;
  }
  .l-footer.l-general-footer .c-footer-upper .c-footer-upper--info .p-img-wrap {
    width: 160px;
    margin: 0 auto;
  }
  .l-footer.l-general-footer .c-footer-upper .c-footer-upper--sponsered {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    left: 50%;
    bottom: 50px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }
  .l-footer.l-general-footer .c-footer-upper .c-footer-upper--sponsered .p-txt-wrap {
    text-align: center;
    font-size: calc((10/ 16)* 1rem);
    font-weight: normal;
    margin-right: 0;
  }
  .l-footer.l-general-footer .c-footer-upper .c-footer-upper--sponsered .c-sponser-logo__item {
    margin-right: 8px;
  }
  .l-footer.l-general-footer .c-footer-upper .c-footer-upper--nav {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-footer.l-general-footer .c-footer-upper .c-footer-upper--nav .c-nav-block {
    width: 100%;
    margin-bottom: 30px;
  }
  .l-footer.l-general-footer .c-footer-upper .c-footer-upper--nav .c-nav-block:first-of-type .p-nav-wrap {
    display: block;
  }
  .l-footer.l-general-footer .c-footer-upper .c-footer-upper--nav .c-nav-block:first-of-type .p-nav-wrap .c-footer-nav__list:first-of-type {
    margin-right: 0;
  }
}

.l-footer.l-industry-footer .c-footer-upper--body {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.l-footer.l-industry-footer .c-footer-upper--info .c-industry-catch {
  font-size: calc((13/ 16)* 1rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: calc(22 / 13);
}
.l-footer.l-industry-footer .c-footer-upper--info .p-img-wrap {
  margin-bottom: 35px;
}
.l-footer.l-industry-footer .c-footer-upper--info .p-desc p {
  font-size: calc((13/ 16)* 1rem);
  line-height: clac(22/13);
  letter-spacing: 0.03em;
}
.l-footer.l-industry-footer .c-footer-upper--info .p-desc p.p-indust-name {
  font-size: calc((14/ 16)* 1rem);
  font-weight: bold;
  line-height: calc(22 / 14);
  margin-bottom: 10px;
}
.l-footer.l-industry-footer .c-footer-upper--nav .c-nav-block:first-of-type {
  margin-right: 100px;
}
.l-footer.l-industry-footer .c-footer-upper--sponsered {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer.l-industry-footer .c-footer-upper--sponsered .p-txt-wrap {
  letter-spacing: 0;
  font-size: calc((12/ 16)* 1rem);
  font-weight: bold;
  margin-right: 12px;
}
.l-footer.l-industry-footer .c-footer-upper--sponsered .c-sponser-logo__item {
  margin-right: 20px;
}
@media screen and (max-width: 787px) {
  .l-footer.l-industry-footer .c-footer-upper--body {
    display: block;
  }
  .l-footer.l-industry-footer .c-footer-upper--info {
    margin-bottom: 40px;
  }
  .l-footer.l-industry-footer .c-footer-upper--info .p-img-wrap {
    margin: 0 auto 25px;
  }
  .l-footer.l-industry-footer .c-footer-upper--info .p-desc {
    text-align: center;
  }
  .l-footer.l-industry-footer .c-footer-upper--info .p-desc p {
    letter-spacing: 0.05em;
    line-height: calc(20 / 13);
  }
  .l-footer.l-industry-footer .c-footer-upper--info .p-desc p.p-indust-name {
    font-size: calc((13/ 16)* 1rem);
    line-height: calc(20 / 13);
    margin-bottom: 20px;
  }
  .l-footer.l-industry-footer .c-footer-upper--nav .c-nav-block {
    width: 100%;
    margin-bottom: 50px;
  }
  .l-footer.l-industry-footer .c-footer-upper--nav .c-nav-block:first-of-type {
    margin-right: 0;
  }
  .l-footer.l-industry-footer .c-footer-upper--sponsered {
    display: block;
  }
  .l-footer.l-industry-footer .c-footer-upper--sponsered .p-txt-wrap {
    margin-right: 0;
    text-align: center;
  }
  .l-footer.l-industry-footer .c-footer-upper--sponsered .c-sponser-logo__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-footer.l-industry-footer .c-footer-upper--sponsered .c-sponser-logo__list .c-sponser-logo__item:last-of-type {
    margin-right: 0;
  }
}

.l-footer.l-industry-footer.school {
  background: #FCEFED;
}
.l-footer.l-industry-footer.school .c-footer-upper--info .c-industry-catch {
  color: #F21128;
}
.l-footer.l-industry-footer.school .c-footer-upper--info .p-img-wrap {
  width: 270px;
  max-width: 100%;
}

.l-footer.l-industry-footer.academy {
  background: #EFF4FD;
}
.l-footer.l-industry-footer.academy .c-footer-upper--info .c-industry-catch {
  color: #11189D;
}
.l-footer.l-industry-footer.academy .c-footer-upper--info .p-img-wrap {
  width: 310px;
  max-width: 100%;
}

.l-footer.l-industry-footer.junior {
  background: #FFF4ED;
}
.l-footer.l-industry-footer.junior .c-footer-upper--info .c-industry-catch {
  color: #FF6F15;
}
.l-footer.l-industry-footer.junior .c-footer-upper--info .p-img-wrap {
  width: 410px;
  max-width: 100%;
}

.l-footer.l-industry-footer.undokai {
  background: #ECFAEC;
}
.l-footer.l-industry-footer.undokai .c-footer-upper--info .c-industry-catch {
  color: #269B3F;
}
.l-footer.l-industry-footer.undokai .c-footer-upper--info .p-img-wrap {
  width: 260px;
  max-width: 100%;
}

.l-footer.l-industry-footer.messenger {
  background: #FAF8E8;
}
.l-footer.l-industry-footer.messenger .c-footer-upper--info .c-industry-catch {
  color: #B98545;
}
.l-footer.l-industry-footer.messenger .c-footer-upper--info .p-img-wrap {
  width: 380px;
  max-width: 100%;
}

.l-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.l-row-alignCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

@media screen and (min-width: 788px) {
  .u-text-center-pc {
    text-align: center !important;
  }

  .u-text-left-pc {
    text-align: left !important;
  }

  .u-text-right-pc {
    text-align: right !important;
  }
}
@media screen and (max-width: 787px) {
  .u-text-center-sp {
    text-align: center !important;
  }

  .u-text-left-sp {
    text-align: left !important;
  }

  .u-text-right-sp {
    text-align: right !important;
  }
}
.u-text-bold {
  font-weight: bold;
}

.u-text-normal {
  font-weight: normal;
}

.u-text-underline {
  text-decoration: underline;
}

.u-color-school {
  color: #F21128;
  border-color: #F21128;
}

.u-color-junior {
  color: #FF6F15;
}

.u-color-undokai {
  color: #269B3F;
}

.u-color-messenger {
  color: #B98545;
}

.u-color-academy {
  color: #11189D;
}

.u-font-en {
  font-family: "Josefin Sans", sans-serif !important;
  letter-spacing: -0.03em;
}

.u-font-num {
  font-family: "Inter", sans-serif !important;
}

@media screen and (min-width: 788px) {
  .u-hidden-pc {
    display: none !important;
  }
}

@media screen and (max-width: 787px) {
  .u-hidden-tb {
    display: none !important;
  }
}

@media screen and (max-width: 786px) {
  .u-hidden-sp {
    display: none !important;
  }
}

@media screen and (max-width: 787px) {
  .u-br-only-pc {
    display: none !important;
  }
}

.u-br-only-tb {
  display: none;
}
@media screen and (max-width: 787px) {
  .u-br-only-tb {
    display: inline-block !important;
  }
}

.u-br-only-sp {
  display: none;
}
@media screen and (max-width: 479px) {
  .u-br-only-sp {
    display: inline-block !important;
  }
}

.u-bg-base {
  background-color: #f5f5f5;
}

.u-bg-red {
  background-color: #FCEFED;
}

.u-bg-blue {
  background-color: #EFF4FD;
}

.u-bg-white {
  background-color: #ffffff;
}

.u-bg-school {
  background-color: #FCEFED;
}

.u-bg-junior {
  background-color: #FFF4ED;
}

.u-bg-undokai {
  background-color: #ECFAEC;
}

.u-bg-messenger {
  background-color: #FAF8E8;
}

.u-bg-academy {
  background-color: #EFF4FD;
}

.u-bg-boxColor-triangle-right {
  position: relative;
  display: inline-block;
  min-width: 140px;
  padding: 5px 20px;
  text-align: center;
  line-height: 1.4;
  font-size: calc((14/ 16)* 1rem);
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #ffffff;
  background-color: #F21128;
}
.u-bg-boxColor-triangle-right:after {
  content: "";
  speak: none;
  display: inline-block;
  position: absolute;
  top: 0;
  right: -10px;
  width: 10px;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #F21128;
}
@media screen and (max-width: 787px) {
  .u-bg-boxColor-triangle-right {
    min-width: 93px;
    padding: 5px 10px;
    line-height: 1.4;
    font-size: calc((13/ 16)* 1rem);
    letter-spacing: 0.05em;
  }
  .u-bg-boxColor-triangle-right:after {
    content: "";
    speak: none;
    display: inline-block;
    position: absolute;
    top: 0;
    right: -10px;
    width: 10px;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
            clip-path: polygon(0 0, 100% 50%, 0 100%);
    background-color: #F21128;
  }
}

.u-bg-hexagon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 108px;
  height: 30px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #F21128;
  color: #ffffff;
  -webkit-clip-path: polygon(11px 0%, 97px 0%, 100% 50%, 97px 100%, 11px 100%, 0% 50%);
          clip-path: polygon(11px 0%, 97px 0%, 100% 50%, 97px 100%, 11px 100%, 0% 50%);
}
@media screen and (max-width: 787px) {
  .u-bg-hexagon {
    width: 82px;
    height: 26px;
    -webkit-clip-path: polygon(8px 0%, 74px 0%, 100% 50%, 74px 100%, 8px 100%, 0% 50%);
            clip-path: polygon(8px 0%, 74px 0%, 100% 50%, 74px 100%, 8px 100%, 0% 50%);
  }
}

.u-decoration-triangular {
  position: relative;
}
.u-decoration-triangular::after {
  content: "";
  speak: none;
  display: inline-block;
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 25px;
  height: 25px;
  background: #F21128;
  -webkit-clip-path: polygon(0 100%, 100% 0%, 100% 100%);
          clip-path: polygon(0 100%, 100% 0%, 100% 100%);
}
@media screen and (max-width: 787px) {
  .u-decoration-triangular::after {
    width: 16px;
    height: 16px;
  }
}
.u-decoration-triangular--leftTop::after {
  top: 5px;
  left: 5px;
  bottom: inherit;
  right: inherit;
  -webkit-clip-path: polygon(0 0, 100% 0%, 0 100%);
          clip-path: polygon(0 0, 100% 0%, 0 100%);
}
.u-decoration-triangular--rightTop::after {
  top: 5px;
  bottom: inherit;
  right: 5px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%);
}
