/* @media only screen and (max-width: 1024px) {
  body #wrap {
    padding-top: 10rem;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 767px) {
  body #wrap {
    padding-top: 4.3rem;
  }
} */

.div-mv-slider {
  position: relative;
}

.div-mv-slider__slide {
  aspect-ratio: 1920 / 700;
}

@media only screen and (max-width: 1024px) {
  .div-mv-slider__slide {
    width: 100vw;
    height: 72rem;
    aspect-ratio: 768 / 442;
  }

  .div-mv-slider__slide a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 72rem;
    overflow: hidden;
  }

  .div-mv-slider__slide img {
    width: auto;
    max-width: 200%;
    height: 72rem;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .div-mv-slider__slide {
    width: 100vw;
    height: auto;
    aspect-ratio: 750 / 1256;
  }

  .div-mv-slider__slide a {
    display: block;
    width: auto;
    height: auto;
    overflow: hidden;
  }

  .div-mv-slider__slide img {
    max-width: 100%;
    height: auto;
  }
}


.main_msg {
  text-align: center;
  padding: 16px 0 32px;
}

.main_msg>p {
  line-height: 1.8;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 20px;
}

.main_msg>h2 {
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 16px;
  font-size: 20px;
}

.main_msg>h2>span {
  font-size: 30px;
  background: linear-gradient(transparent 80%, #FFEC74 60%);
}

.nav-global {
  display: flex;
  justify-content: center;
  padding: 0 30px;
  margin-bottom: 24px;
}

.nav-global>ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}

.nav-global li {
  width: 180px;
}

.nav-global a {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #D16750;
  align-items: stretch;
  height: 100%;
  background: #fff;
}

.nav-global h3 {
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  padding: 10px 12px;
  background: #D16750;
  font-weight: 400;
  width: 100%;
}

.nav-global li p {
  font-size: 14px;
  padding: 16px 5px;
  line-height: 1.4;
  text-align: center;
  width: 100%;
  text-decoration: underline;
  background: #fff;
}

@media (max-width: 500px) {

  .nav-global {
    padding: 0 20px;
  }

  .nav-global>ul {
    gap: 15px;
  }

  .nav-global li {
    width: calc((100% - 15px) / 2);
  }

  .nav-global li p {
    padding: 12px 3px;
    font-size: 12px;
  }

  .nav-global h3 {
    padding: 10px 5px;
  }


  .main_msg>h2 {
    font-size: 18px;
  }

  .main_msg>h2>span {
    font-size: 24px;
  }

}




.aside-covid {
  background: url("/commons/img/top/bg-covid.jpg") no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 10rem 4rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .aside-covid {
    padding: 4.7rem 1.5rem 3rem;
  }
}

.aside-covid:after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #000;
  position: absolute;
  opacity: 0.8;
  left: 0;
  top: 0;
}

.aside-covid p {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .aside-covid p {
    font-size: 1.7rem;
  }
}

.aside-covid ul {
  display: flex;
  justify-content: center;
  padding-top: 6rem;
}

@media only screen and (max-width: 1024px) {
  .aside-covid ul {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px) {
  .aside-covid ul {
    padding-top: 2rem;
    flex-wrap: wrap;
  }
}

.aside-covid ul li {
  width: 23rem;
  height: 23rem;
  background: #fff;
  border-radius: 50%;
  font-size: 2.3rem;
  line-height: 1.1;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 1rem;
}

@media only screen and (max-width: 1024px) {
  .aside-covid ul li {
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .aside-covid ul li {
    width: 13rem;
    height: 13rem;
    font-size: 1.2rem;
    margin: 0 .5rem 1rem;
  }
}

.aside-covid ul li b {
  height: 2.3em;
}

.aside-covid ul li i {
  height: 11rem;
  font-size: 9rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .aside-covid ul li i {
    height: 6rem;
    font-size: 4.5rem;
  }
}

.container>section,
.container>aside {
  padding: 10rem 4rem;
}

@media only screen and (max-width: 767px) {

  .container>section,
  .container>aside {
    padding: 4.2rem 1rem;
  }
}

.container>section>header,
.container>aside>header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 6rem;
}

@media only screen and (max-width: 767px) {

  .container>section>header,
  .container>aside>header {
    padding-bottom: 2.1rem;
  }
}

.container>section>header>h2,
.container>aside>header>h2 {
  font-size: 5rem;
  line-height: 1;
}

@media only screen and (max-width: 767px) {

  .container>section>header>h2,
  .container>aside>header>h2 {
    font-size: 2.5rem;
    text-align: center;
  }
}

.container>section>header>small,
.container>aside>header>small {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: #db0012;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 767px) {

  .container>section>header>small,
  .container>aside>header>small {
    font-size: 1.3rem;
    margin-bottom: 2.4rem;
  }
}

.container>section>[class$="-txt"],
.container>aside>[class$="-txt"] {
  text-align: center;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container>section>[class$="-txt"] p,
.container>aside>[class$="-txt"] p {
  font-size: 3rem;
  padding-bottom: 6rem;
}

@media only screen and (max-width: 767px) {

  .container>section>[class$="-txt"] p,
  .container>aside>[class$="-txt"] p {
    font-size: 1.7rem;
    padding-bottom: 2.3rem;
  }
}

.container>section>[class$="-txt"] [class$="-catch"],
.container>aside>[class$="-txt"] [class$="-catch"] {
  height: 9rem;
  background: #db0012;
  border: 0.8rem solid #db0012;
  font-size: 3.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  margin-bottom: 8rem;
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {

  .container>section>[class$="-txt"] [class$="-catch"],
  .container>aside>[class$="-txt"] [class$="-catch"] {
    width: 100%;
    height: auto;
    margin-bottom: 4rem;
    flex-direction: column;
    border-width: .4rem;
  }
}

.container>section>[class$="-txt"] [class$="-catch"]:after,
.container>aside>[class$="-txt"] [class$="-catch"]:after {
  content: "";
  border-style: solid;
  border-width: 1rem;
  border-color: #db0012 transparent transparent;
  position: absolute;
  left: 50%;
  margin-left: -1rem;
  bottom: -2.7999rem;
}

@media only screen and (max-width: 767px) {

  .container>section>[class$="-txt"] [class$="-catch"]:after,
  .container>aside>[class$="-txt"] [class$="-catch"]:after {
    bottom: -2.3999rem;
  }
}

.container>section>[class$="-txt"] [class$="-catch"] b,
.container>aside>[class$="-txt"] [class$="-catch"] b {
  height: 7.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #db0012;
  padding: 0 5rem;
}

@media only screen and (max-width: 767px) {

  .container>section>[class$="-txt"] [class$="-catch"] b,
  .container>aside>[class$="-txt"] [class$="-catch"] b {
    font-size: 1.7rem;
    height: 4rem;
    width: 100%;
    padding: 0;
  }
}

.container>section>[class$="-txt"] [class$="-catch"] span,
.container>aside>[class$="-txt"] [class$="-catch"] span {
  padding: 0 3.8rem;
}

@media only screen and (max-width: 767px) {

  .container>section>[class$="-txt"] [class$="-catch"] span,
  .container>aside>[class$="-txt"] [class$="-catch"] span {
    width: 100%;
    height: 3.8rem;
    font-size: 2.1rem;
  }
}

.container>section>[class$="-btn"],
.container>aside>[class$="-btn"] {
  padding-top: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

@media only screen and (max-width: 767px) {

  .container>section>[class$="-btn"],
  .container>aside>[class$="-btn"] {
    padding-top: 4rem;
  }
}

.container>section>[class$="-btn"]>p,
.container>aside>[class$="-btn"]>p {
  font-size: 1.8rem;
  height: 2.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  margin-bottom: 2rem;
  position: relative;
  color: #db0012;
}

@media only screen and (max-width: 767px) {

  .container>section>[class$="-btn"]>p,
  .container>aside>[class$="-btn"]>p {
    font-size: 1.5rem;
    line-height: 1.2;
    height: 3rem;
    margin-bottom: 1rem;
  }
}

.container>section>[class$="-btn"]>p:before,
.container>section>[class$="-btn"]>p:after,
.container>aside>[class$="-btn"]>p:before,
.container>aside>[class$="-btn"]>p:after {
  content: "";
  width: .4rem;
  height: 4rem;
  background: #db0012;
  border-radius: 1rem;
  margin: 0 2rem;
}

@media only screen and (max-width: 767px) {

  .container>section>[class$="-btn"]>p:before,
  .container>section>[class$="-btn"]>p:after,
  .container>aside>[class$="-btn"]>p:before,
  .container>aside>[class$="-btn"]>p:after {
    width: .2rem;
  }
}

.container>section>[class$="-btn"]>p:before,
.container>aside>[class$="-btn"]>p:before {
  transform: rotate(-45deg);
}

.container>section>[class$="-btn"]>p:after,
.container>aside>[class$="-btn"]>p:after {
  transform: rotate(45deg);
}

.container .article-case {
  width: 42rem;
  height: 58rem;
  background-repeat: no-repeat;
  background-position: 0% 100%;
  background-size: contain;
  overflow: hidden;
  margin: 0 3.4rem;
  background-color: #fff;
}

@media only screen and (max-width: 1024px) {
  .container .article-case {
    margin: 0 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .container .article-case {
    width: 27.7rem;
    height: auto;
    aspect-ratio: 42 / 58;
    margin: 0 .6rem 2rem;
  }
}

.container .article-case-header {
  position: relative;
  padding-top: 6rem;
}

@media only screen and (max-width: 767px) {
  .container .article-case-header {
    padding-top: 4.7rem;
  }
}

.container .article-case-header-en {
  width: 100%;
  text-align: center;
  line-height: 1;
  font-size: 7.6rem;
  font-weight: 700;
  color: #f2f2f2;
  position: absolute;
  left: 0;
  top: -.3em;
}

@media only screen and (max-width: 767px) {
  .container .article-case-header-en {
    font-size: 4.9rem;
  }
}

.container .article-case-header-name {
  font-size: 2.8rem;
  text-align: center;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .container .article-case-header-name {
    font-size: 1.7rem;
  }
}

.container .article-case-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .container .article-case-inner {
    padding-top: 4rem;
  }
}

.container .article-case-inner dl {
  width: 16.8rem;
  height: 16.8rem;
  border-radius: 50%;
  background: #f2f2f2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 -1rem 2rem 0;
}

@media only screen and (max-width: 767px) {
  .container .article-case-inner dl {
    width: 11rem;
    height: 11rem;
    margin-right: -.5rem;
    margin-bottom: 1rem;
  }
}

.container .article-case-inner dl dt {
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 500;
  padding-bottom: .5rem;
}

@media only screen and (max-width: 767px) {
  .container .article-case-inner dl dt {
    font-size: 1.3rem;
  }
}

.container .article-case-inner dl dd {
  font-weight: 700;
  font-size: 3.1rem;
  line-height: 1.1;
}

@media only screen and (max-width: 767px) {
  .container .article-case-inner dl dd {
    font-size: 2rem;
  }
}

.container .article-case-inner dl dd b {
  font-size: 5rem;
  display: block;
}

@media only screen and (max-width: 767px) {
  .container .article-case-inner dl dd b {
    font-size: 3.3rem;
  }
}

.container .article-reason1 {
  width: 46.5rem;
  margin: 0 3.5rem;
}

@media only screen and (max-width: 767px) {
  .container .article-reason1 {
    width: 100%;
    margin: 0 0 3rem;
    position: relative;
  }
}

.container .article-reason1-header {
  position: relative;
  padding-bottom: 3rem;
}

@media only screen and (max-width: 767px) {
  .container .article-reason1-header {
    padding-bottom: 1.5rem;
    padding-top: 8rem;
  }
}

.container .article-reason1-header-fig {
  aspect-ratio: 466 / 276.5;
}

.container .article-reason1-header-fig ul {
  display: flex;
  justify-content: center;
}

.container .article-reason1-header-fig ul li {
  width: 100%;
  position: relative;
}

.container .article-reason1-header-fig ul li figcaption {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  left: 2.2rem;
  top: 1.8rem;
  font-size: 1.6rem;
  line-height: 1.2;
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .container .article-reason1-header-fig ul li figcaption {
    font-size: .9rem;
    left: 1rem;
    top: 1rem;
  }
}

.container .article-reason1-header-ttl {
  height: 11.4rem;
  font-size: 2.7rem;
  line-height: 1.2;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .container .article-reason1-header-ttl {
    font-size: 1.6rem;
    height: 6.8rem;
  }
}

.container .article-reason1-header-ttl span {
  width: 100%;
  padding: 0 2rem;
}

@media only screen and (max-width: 767px) {
  .container .article-reason1-header-ttl span {
    padding: 0 1rem;
  }
}

.container .article-reason1-header-ttl i {
  font-size: 5rem;
  width: 5rem;
}

@media only screen and (max-width: 767px) {
  .container .article-reason1-header-ttl i {
    font-size: 3.6rem;
    width: 4rem;
  }
}

.container .article-reason1-inner p {
  font-size: 1.8rem;
  text-align: left;
  padding-bottom: 2.5rem;
}

@media only screen and (max-width: 767px) {
  .container .article-reason1-inner p {
    font-size: 1.3rem;
    padding-bottom: 1.5rem;
  }

  .container .article-reason1-inner p:nth-of-type(1) {
    padding-bottom: 0;
  }
}

.container .article-reason1-inner p strong {
  font-size: 2.8rem;
}

@media only screen and (max-width: 767px) {
  .container .article-reason1-inner p strong {
    font-size: 2.1rem;
    height: 7rem;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: 0;
  }
}

.container .article-reason2 {
  background: #fff;
  margin-bottom: 5.8rem;
  padding: 6rem;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .container .article-reason2 {
    flex-direction: column;
    padding: 3.4rem;
    margin-bottom: 2.5rem;
  }
}

.container .article-reason2:after {
  content: "";
  position: absolute;
  left: -.15em;
  top: -.25em;
  font-size: 21rem;
  line-height: 1;
  font-weight: 900;
  z-index: 2;
  color: #f2f2f2;
}

@media only screen and (max-width: 767px) {
  .container .article-reason2:after {
    font-size: 10rem;
  }
}

.container .article-reason2:nth-of-type(1):after {
  content: "01";
}

.container .article-reason2:nth-of-type(2) {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 767px) {
  .container .article-reason2:nth-of-type(2) {
    flex-direction: column;
  }
}

.container .article-reason2:nth-of-type(2):after {
  content: "02";
}

.container .article-reason2:nth-of-type(2) .article-reason2-fig {
  margin-right: 0;
  margin-left: 6rem;
}

@media only screen and (max-width: 767px) {
  .container .article-reason2:nth-of-type(2) .article-reason2-fig {
    margin-left: 0;
  }
}

.container .article-reason2:nth-of-type(3):after {
  content: "03";
}

.container .article-reason2-fig {
  width: 44rem;
  flex-shrink: 0;
  margin-right: 6rem;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .container .article-reason2-fig {
    margin-right: 0;
    width: 100%;
    margin-bottom: 4rem;
  }
}

.container .article-reason2-ttl {
  font-size: 2.8rem;
  line-height: 1.2;
  padding-bottom: 1.5rem;
  position: relative;
  z-index: 3;
}

@media only screen and (max-width: 767px) {
  .container .article-reason2-ttl {
    font-size: 1.8rem;
    padding-bottom: 3rem;
  }
}

.container .article-reason2-inner p {
  font-size: 1.8rem;
  text-align: left;
  padding-bottom: 2.5rem;
}

@media only screen and (max-width: 767px) {
  .container .article-reason2-inner p {
    font-size: 1.3rem;
  }
}

.container .article-reason2-inner .btn-more {
  width: 38rem;
  height: 7rem;
}

@media only screen and (max-width: 767px) {
  .container .article-reason2-inner .btn-more {
    width: 100%;
    height: 5.1rem;
  }
}

.container .article-course {
  width: 42rem;
  margin: 0 3.4rem 4rem;
}

@media only screen and (max-width: 1024px) {
  .container .article-course {
    width: 39rem;
    margin: 0 1rem 4rem;
  }
}

.container .article-course:nth-last-of-type(1) {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .container .article-course {
    max-width: 27.7rem;
    margin: 0 auto 4rem;
  }
}

.container .article-course>p {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  padding-bottom: 1rem;
}

@media only screen and (max-width: 767px) {
  .container .article-course>p {
    font-size: 1.7rem;
  }
}

.container .article-course-wrap {
  background: #f2f2f2;
  padding: 5rem;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .container .article-course-wrap {
    padding: 3rem;
  }
}

.container .article-course-wrap>p {
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .container .article-course-wrap>p {
    font-size: 1.3rem;
    padding-bottom: 1rem;
  }
}

.container .article-course-ttl {
  font-size: 3.8rem;
  line-height: 1.2;
  font-weight: 900;
  padding-bottom: .5rem;
}

@media only screen and (max-width: 767px) {
  .container .article-course-ttl {
    font-size: 2.6rem;
  }
}

.container .article-course .dl-loan {
  background: #db0012;
}

.container .article-course .dl-loan dt {
  height: 4.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  border-bottom: .1rem solid #fff;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .container .article-course .dl-loan dt {
    height: 3rem;
    font-size: 1.3rem;
  }
}

.container .article-course .dl-loan dd {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  height: 13rem;
}

@media only screen and (max-width: 767px) {
  .container .article-course .dl-loan dd {
    height: auto;
    padding: 1.2rem 0;
  }
}

.container .article-course .dl-loan dd span {
  width: 8.2rem;
  height: 8.2rem;
  font-size: 2.6rem;
  border-radius: 50%;
  background: #fff;
  color: #db0012;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .container .article-course .dl-loan dd span {
    width: 5.3rem;
    height: 5.3rem;
    font-size: 2rem;
  }
}

.container .article-course .dl-loan dd p {
  font-size: 3.2rem;
  line-height: 1.1;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .container .article-course .dl-loan dd p {
    font-size: 2.1rem;
  }
}

.container .article-course .dl-loan dd p b {
  font-size: 150%;
  line-height: 1;
}

.container .article-course .dl-info {
  display: flex;
}

.container .article-course .dl-info div {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .container .article-course .dl-info div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.container .article-course .dl-info div:nth-of-type(1) {
  position: relative;
}

.container .article-course .dl-info div:nth-of-type(1) dt:after,
.container .article-course .dl-info div:nth-of-type(1) dd:after {
  content: "";
  width: .1rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.container .article-course .dl-info div:nth-of-type(1) dt:after {
  background: #fff;
}

.container .article-course .dl-info div:nth-of-type(1) dd {
  position: relative;
}

.container .article-course .dl-info div:nth-of-type(1) dd:after {
  background: #000;
}

.container .article-course .dl-info div:nth-of-type(1) dd:before {
  font-family: "icomoon";
  content: "\e90b";
  position: absolute;
  right: -.5em;
  top: 50%;
  margin-top: -.5em;
  font-size: 2.4rem;
  line-height: 1;
  border-radius: 50%;
  background: #fff;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .container .article-course .dl-info div:nth-of-type(1) dd:before {
    font-size: 1.6rem;
  }
}

.container .article-course .dl-info div dt {
  color: #fff;
  height: 4.5rem;
  font-weight: 500;
  font-size: 2rem;
  background: #000;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .container .article-course .dl-info div dt {
    height: 3rem;
    font-size: 1.3rem;
    flex-shrink: 0;
  }
}

.container .article-course .dl-info div dd {
  height: 16.9rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 1.9rem;
  line-height: 1;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .container .article-course .dl-info div dd {
    height: 100%;
    padding: 1rem 0;
    font-size: 1.3rem;
  }
}

.container .article-course .dl-info div dd span.not {
  font-size: 1.3rem;
  line-height: 1;
  display: inline-block;
  position: relative;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 767px) {
  .container .article-course .dl-info div dd span.not {
    font-size: .9rem;
  }
}

.container .article-course .dl-info div dd span.not:before,
.container .article-course .dl-info div dd span.not:after {
  content: "";
  width: .2rem;
  height: 9rem;
  background: #db0012;
  position: absolute;
  left: 50%;
  margin-left: -.1rem;
  top: 50%;
  margin-top: -4.5rem;
}

@media only screen and (max-width: 767px) {

  .container .article-course .dl-info div dd span.not:before,
  .container .article-course .dl-info div dd span.not:after {
    height: 6rem;
    margin-top: -3rem;
  }
}

.container .article-course .dl-info div dd span.not:before {
  transform: rotate(60deg);
}

.container .article-course .dl-info div dd span.not:after {
  transform: rotate(-60deg);
}

.container .article-course .dl-info div dd span.now {
  width: 11.6rem;
  background: #db0012;
  height: 2.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 767px) {
  .container .article-course .dl-info div dd span.now {
    width: 7.6rem;
    height: 1.7rem;
    font-size: 1.1rem;
  }
}

.container .article-course .dl-info div dd span.now:after {
  content: "";
  border-style: solid;
  border-width: .6rem .4rem;
  border-color: #db0012 transparent transparent;
  position: absolute;
  left: 50%;
  margin-left: -.4rem;
  bottom: -1.1999rem;
}

.container .article-course .dl-info div dd b {
  font-size: 160%;
  line-height: 1;
}

.container .article-course-btn {
  padding-top: 0;
}

.container .article-support {
  width: 32rem;
  margin: 0 1rem;
  background: #fff;
  padding: 0 2rem 2rem;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .container .article-support {
    width: 32%;
  }
}

@media only screen and (max-width: 767px) {
  .container .article-support {
    margin: 0 auto 5.2rem;
    padding: 0 1.5rem 1.5rem;
    width: 100%;
    max-width: 27.7rem;
  }
}

.container .article-support:nth-of-type(2):before {
  content: "";
  background: url("/commons/img/top/fig-supporter.jpg") no-repeat 50% 0%;
  background-size: 100% auto;
  width: 6.7rem;
  height: 10.2rem;
  position: absolute;
  right: .5rem;
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  .container .article-support:nth-of-type(2):before {
    width: 4.7rem;
    height: 6.6rem;
    left: 1.5rem;
    right: auto;
    top: 0;
    bottom: auto;
  }
}

.container .article-support-header {
  padding-top: 5.5rem;
  padding-bottom: 1rem;
  border-bottom: .1rem solid #000;
  margin-bottom: 1.5rem;
}

.container .article-support-header i {
  width: 8.9rem;
  height: 8.9rem;
  border-radius: 50%;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 6rem;
  color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -4.45rem;
  top: -4.45rem;
}

@media only screen and (max-width: 767px) {
  .container .article-support-header i {
    width: 5.3rem;
    height: 5.3rem;
    margin-left: -2.65rem;
    top: -2.65rem;
    font-size: 3.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .container .article-support-header {
    padding-top: 3.5rem;
    margin-bottom: 1rem;
  }
}

.container .article-support-header-ttl {
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .container .article-support-header-ttl {
    font-size: 1.6rem;
    line-height: 1.3;
  }
}

.container .article-support p {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .container .article-support p {
    font-size: 2.5rem;
    line-height: 1.1;
  }
}

.container .article-interview {
  background: #f2f2f2;
  width: 46.5rem;
  margin: 0 0 6rem;
  padding: 5.8rem 5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .container .article-interview {
    max-width: 27.7rem;
    width: 100%;
    margin: 0 auto 2.6rem;
    padding: 3.5rem 3rem;
  }
}

.container .article-interview.soon {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .container .article-interview.soon {
    display: none;
  }
}

.container .article-interview.soon p {
  font-size: 2.2rem;
  font-weight: 700;
}

.container .article-interview.soon:before {
  content: "COMING SOON" !important;
  font-size: 6.9rem;
  font-weight: 700;
  line-height: 1;
  position: static;
  margin-bottom: 1rem;
}

.container .article-interview:before {
  content: "";
  position: absolute;
  left: -.15em;
  top: -.25em;
  font-size: 17.2rem;
  color: #fff;
  line-height: 1;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .container .article-interview:before {
    font-size: 10rem;
  }
}

.container .article-interview:nth-of-type(1):before {
  content: "01";
}

.container .article-interview:nth-of-type(2):before {
  content: "02";
}

.container .article-interview:nth-of-type(3):before {
  content: "03";
}

.container .article-interview:nth-of-type(4):before {
  content: "04";
}

.container .article-interview-fig {
  width: 14.6rem;
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .container .article-interview-fig {
    width: 8.5rem;
  }
}

.container .article-interview-ttl {
  font-size: 1.9rem;
  font-weight: 400;
  padding-top: .5em;
}

@media only screen and (max-width: 767px) {
  .container .article-interview-ttl {
    font-size: 1.1rem;
  }
}

.container .article-interview-inner {
  width: calc(100% - 15rem);
}

@media only screen and (max-width: 767px) {
  .container .article-interview-inner {
    width: calc(100% - 9rem);
  }
}

.container .article-interview-inner p {
  font-size: 2.2rem;
  line-height: 1.8;
  font-weight: 700;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .container .article-interview-inner p {
    font-size: 1.3rem;
  }
}

.container .article-interview-btn {
  width: 100%;
  padding-top: 3.5rem;
}

@media only screen and (max-width: 767px) {
  .container .article-interview-btn {
    padding-top: 2.2rem;
  }
}

.container .article-interview .btn-more {
  width: 35.8rem;
  height: 8.6rem;
}

@media only screen and (max-width: 767px) {
  .container .article-interview .btn-more {
    width: 100%;
    height: 5.1rem;
  }
}

.container .article-location {
  width: 42rem;
  margin-right: 7rem;
  margin-bottom: 7rem;
}

@media only screen and (max-width: 1024px) {
  .container .article-location {
    width: 37rem;
    margin-right: 3rem;
  }
}

@media only screen and (max-width: 767px) {
  .container .article-location {
    max-width: 100%;
    margin: 0 0 3.2rem;
  }

  .container .article-location:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}

.container .article-location:nth-last-of-type(1),
.container .article-location:nth-of-type(3n) {
  margin-right: 0;
}

.container .article-location-fig {
  margin-bottom: 2rem;
}

@media only screen and (max-width: 767px) {
  .container .article-location-fig {
    margin-bottom: 1.5rem;
  }
}

.container .article-location-ttl {
  font-size: 2.8rem;
  padding-bottom: 1rem;
}

@media only screen and (max-width: 767px) {
  .container .article-location-ttl {
    font-size: 1.7rem;
  }
}

.container .article-location p {
  font-size: 1.8rem;
  padding-bottom: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .container .article-location p {
    font-size: 1.3rem;
    padding-bottom: 1.2rem;
  }
}

.container .article-location-btn {
  justify-content: flex-end;
  display: flex;
}

.container .article-location-btn .btn-border {
  width: 24rem;
  height: 7rem;
}

.container .article-location-btn .btn-border i {
  font-size: 3rem;
}

@media only screen and (max-width: 1024px) {
  .container .article-location-btn .btn-border {
    width: 20rem;
    height: 5rem;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .container .article-location-btn .btn-border {
    width: 12.8rem;
    height: 3.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .container .section-record {
    padding: 4.2rem .5rem;
  }
}

.container .section-record-inner ul {
  display: flex;
  justify-content: center;
  padding-bottom: 3rem;
}

@media only screen and (max-width: 767px) {
  .container .section-record-inner ul {
    padding-bottom: 1.5rem;
  }
}

.container .section-record-inner ul li {
  width: 32.2rem;
  margin: 0 .8rem;
}

@media only screen and (max-width: 767px) {
  .container .section-record-inner ul li {
    margin: 0 .2rem;
  }
}

.container .section-record-inner ul li img {
  width: 100%;
}

.container .section-record-inner p {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .container .section-record-inner p {
    padding: 0 1rem;
    text-align: left;
    line-height: 1;
  }
}

.container .section-record-inner p small {
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .container .section-record-inner p small {
    font-size: .9rem;
  }
}

.container .section-case {
  background: #f2f2f2;
}

@media only screen and (max-width: 1024px) {
  .container .section-case {
    padding-left: 0;
    padding-right: 0;
  }
}

.container .section-case-inner {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 1024px) {
  .container .section-case-inner {
    padding-bottom: 6rem;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .container .section-case-inner {
    padding-bottom: 3rem;
  }
}

.container .section-case-inner .slick-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.container .section-case-inner .slick-dots li {
  margin: 0 .5rem;
}

@media only screen and (max-width: 767px) {
  .container .section-case-inner .slick-dots li {
    margin: 0.2rem;
  }
}

.container .section-case-inner .slick-dots li button {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  text-indent: -9999rem;
  border: none;
  outline: none;
  padding: 0;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .container .section-case-inner .slick-dots li button {
    width: .6rem;
    height: .6rem;
  }
}

.container .section-case-inner .slick-dots li.slick-active button {
  background: #000;
}

.container .section-case-inner .slick-arrow {
  width: 2.5rem;
  height: 2.5rem;
  background: #000;
  border-radius: 50%;
  font-size: 1.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  color: #fff;
  margin-top: -1.25rem;
  z-index: 999;
}

.container .section-case-inner .slick-arrow.prev {
  left: 0;
  transform: scale(-1, -1);
}

.container .section-case-inner .slick-arrow.next {
  right: 0;
}

@media only screen and (max-width: 767px) {
  .container .section-case-inner {
    display: block;
  }
}

.container .section-case-btn {
  padding-top: 6rem;
}

@media only screen and (max-width: 767px) {
  .container .section-reason1 {
    padding-bottom: 0;
  }
}

.container .section-reason1-inner {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .container .section-reason1-inner {
    flex-direction: column;
  }
}

.container .section-reason2 {
  background: #f2f2f2;
}

@media only screen and (max-width: 767px) {
  .container .section-reason2 {
    padding-bottom: 2rem;
  }
}

.container .section-reason2-inner {
  max-width: 100rem;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .container .section-course {
    padding-left: 0;
    padding-right: 0;
  }
}

.container .section-course-inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .container .section-course-inner {
    flex-direction: column;
  }
}

.container .section-support {
  background: #f2f2f2;
}

@media only screen and (max-width: 767px) {
  .container .section-support {
    padding-bottom: 0;
  }
}

.container .section-support-inner {
  padding-top: 4.5rem;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .container .section-support-inner {
    flex-direction: column;
    padding-top: 3rem;
  }
}

@media only screen and (max-width: 767px) {
  .container .section-interview {
    padding-bottom: 2rem;
  }
}

.container .section-interview-inner {
  max-width: 100rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .container .section-interview-inner {
    flex-direction: column;
  }
}

.container .section-mission {
  background: #000;
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
}

.container .section-mission:after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url("/commons/img/top/bg-missioin.jpg") no-repeat 50% 80%;
  background-size: cover;
  position: absolute;
  opacity: 0.15;
  left: 0;
  top: 0;
}

.container .section-mission-ttl {
  font-size: 10.8rem;
}

@media only screen and (max-width: 767px) {
  .container .section-mission-ttl {
    font-size: 4.5rem;
    line-height: 1.3;
    padding-bottom: 1rem;
  }
}

.container .section-mission p {
  font-size: 5rem;
}

@media only screen and (max-width: 767px) {
  .container .section-mission p {
    font-size: 1.7rem;
  }
}

.container .section-story-inner {
  max-width: 100rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

@media only screen and (max-width: 767px) {
  .container .section-story-inner {
    display: block;
    max-width: 27.7rem;
  }
}

.container .section-story-inner-fig {
  width: 29rem;
  flex-shrink: 0;
  margin-left: 6rem;
}

@media only screen and (max-width: 767px) {
  .container .section-story-inner-fig {
    float: right;
    margin-left: 1rem;
    margin-bottom: 1rem;
    width: 9.6rem;
  }
}

.container .section-story-inner-txt {
  width: 100%;
}

.container .section-story-inner-txt p {
  font-size: 1.8rem;
  line-height: 1.9;
}

@media only screen and (max-width: 767px) {
  .container .section-story-inner-txt p {
    font-size: 1.36rem;
    line-height: 1.5;
    padding-bottom: 1.5em;
  }
}

@media only screen and (max-width: 767px) {
  .container .section-story-btn {
    padding-top: 2rem !important;
  }

  .container .section-story-btn .btn-more {
    height: 6.8rem;
  }
}

.container .section-traial-inner dl {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .container .section-traial-inner dl {
    flex-direction: column;
  }
}

.container .section-traial-inner dl div {
  width: 42rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-right: 7rem;
}

@media only screen and (max-width: 767px) {
  .container .section-traial-inner dl div {
    max-width: 27.7rem;
    margin: 0 auto 2.1rem;
  }

  .container .section-traial-inner dl div.active dt:after {
    transform: scale(1, -1);
  }

  .container .section-traial-inner dl div.active dd {
    max-height: 9999rem;
    padding: 3.4rem;
    border-color: #000;
  }
}

.container .section-traial-inner dl div:nth-last-of-type(1) {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .container .section-traial-inner dl div:nth-last-of-type(1) {
    margin-right: auto;
  }
}

.container .section-traial-inner dl div:nth-last-of-type(1):after {
  display: none;
}

.container .section-traial-inner dl div:after {
  content: "\e90c";
  font-family: "icomoon";
  width: 3.6rem;
  height: 3.6rem;
  background: #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  color: #fff;
  position: absolute;
  right: -5rem;
  top: 50%;
  margin-top: -1.8rem;
}

@media only screen and (max-width: 767px) {
  .container .section-traial-inner dl div:after {
    display: none;
  }
}

.container .section-traial-inner dl div:nth-of-type(1) dt:before {
  content: "01";
}

.container .section-traial-inner dl div:nth-of-type(2) dt:before {
  content: "02";
}

.container .section-traial-inner dl div:nth-of-type(3) dt:before {
  content: "03";
}

.container .section-traial-inner dl div dt {
  height: 7.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  font-size: 2.8rem;
  background: #000;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .container .section-traial-inner dl div dt {
    height: 5.1rem;
    font-size: 1.7rem;
  }

  .container .section-traial-inner dl div dt:after {
    content: "\e906";
    font-family: "icomoon";
    font-size: 1.9rem;
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
    color: #fff;
  }
}

.container .section-traial-inner dl div dt:before {
  content: "";
  position: absolute;
  left: -.25em;
  top: -.25em;
  font-size: 8.7rem;
  line-height: 1;
  color: #fff;
  font-weight: 700;
}

@media only screen and (max-width: 1024px) {
  .container .section-traial-inner dl div dt:before {
    opacity: 0.5;
  }
}

@media only screen and (max-width: 767px) {
  .container .section-traial-inner dl div dt:before {
    font-size: 5.7rem;
    opacity: 1;
  }
}

.container .section-traial-inner dl div dd {
  padding: 5rem 4.8rem;
  border: .2rem solid #000;
  border-top: none;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .container .section-traial-inner dl div dd {
    padding: 0 3.4rem;
    max-height: 0;
    overflow: hidden;
    transition: all .5s;
    border: .1rem solid transparent;
  }
}

.container .section-traial-inner dl div dd figure {
  margin-bottom: 2rem;
}

@media only screen and (max-width: 767px) {
  .container .section-traial-inner dl div dd figure {
    margin-bottom: 1.5rem;
  }
}

.container .section-traial-inner dl div dd p {
  font-size: 1.8rem;
  min-height: 4.8em;
}

@media only screen and (max-width: 767px) {
  .container .section-traial-inner dl div dd p {
    font-size: 1.3rem;
    min-height: 0;
  }
}

@media only screen and (max-width: 767px) {
  .container .section-traial-btn {
    padding-top: 2rem !important;
  }

  .container .section-traial-btn .btn-normal {
    height: 6.8rem;
  }
}

.container .section-location {
  background: #f2f2f2;
}

@media only screen and (max-width: 767px) {
  .container .section-location {
    padding-bottom: 2rem;
  }
}

.container .section-location-inner {
  max-width: 140rem;
  margin: 0 auto;
}

.container .section-location-inner-wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .container .section-location-inner-wrap {
    flex-direction: column;
  }
}

.container .section-location-inner-wrap>section {
  margin-right: 7rem;
  margin-bottom: 7rem;
}

@media only screen and (max-width: 1024px) {
  .container .section-location-inner-wrap>section {
    margin-right: 3rem;
  }
}

@media only screen and (max-width: 767px) {
  .container .section-location-inner-wrap>section {
    margin: 0 auto 2.5rem;
  }
}

.container .section-location-inner-wrap>section:nth-last-of-type(1),
.container .section-location-inner-wrap>section:nth-of-type(3n) {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {

  .container .section-location-inner-wrap>section:nth-last-of-type(1),
  .container .section-location-inner-wrap>section:nth-of-type(3n) {
    margin-right: auto;
  }
}

.container .section-faq-inner {
  max-width: 100rem;
  margin: 0 auto;
}

.container .section-faq-inner dl {
  border: .2rem solid #000;
  padding: 0 4.8rem;
  margin-bottom: 6rem;
}

@media only screen and (max-width: 767px) {
  .container .section-faq-inner dl {
    padding: 0 1.6rem;
    border-width: .1rem;
    margin-bottom: 2.5rem;
  }
}

.container .section-faq-inner dl:nth-last-of-type(1) {
  margin-bottom: 0;
}

.container .section-faq-inner dl dt {
  font-size: 2rem;
  min-height: 12rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 0;
}

@media only screen and (max-width: 767px) {
  .container .section-faq-inner dl dt {
    font-size: 1.3rem;
    padding: 1.3rem 0;
    min-height: 0;
  }
}

.container .section-faq-inner dl dt:before {
  content: "Q";
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
  margin-right: 2rem;
}

@media only screen and (max-width: 767px) {
  .container .section-faq-inner dl dt:before {
    font-size: 2.2rem;
    margin-right: 1rem;
  }
}

.container .section-faq-inner dl dt:after {
  content: "\e906";
  font-family: "icomoon";
  width: 3.6rem;
  height: 3.6rem;
  background: #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.7rem;
  color: #fff;
  flex-shrink: 0;
  margin-left: 2rem;
  line-height: 1;
  box-sizing: border-box;
  padding-top: 0.3em;
}

@media only screen and (max-width: 767px) {
  .container .section-faq-inner dl dt:after {
    width: 2rem;
    height: 2rem;
    font-size: 1.1rem;
  }
}

.container .section-faq-inner dl dt b {
  width: 100%;
}

.container .section-faq-inner dl dd {
  border-top: .0 solid #000;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: all .5s;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .container .section-faq-inner dl dd {
    font-size: 1.2rem;
  }
}

.container .section-faq-inner dl dd p {
  width: 100%;
}

.container .section-faq-inner dl dd:before {
  content: "A";
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
  margin-right: 2rem;
  color: #db0012;
}

@media only screen and (max-width: 767px) {
  .container .section-faq-inner dl dd:before {
    font-size: 2.2rem;
    margin-right: 1rem;
  }
}

.container .section-faq-inner dl.active dt:after {
  transform: scale(1, -1);
}

.container .section-faq-inner dl.active dd {
  padding: 3rem 0;
  border-width: .2rem;
  max-height: 9999rem;
}

@media only screen and (max-width: 767px) {
  .container .section-faq-inner dl.active dd {
    border-width: .1rem;
    padding: 1.5rem 0;
  }
}

.container .section-sns-inner {
  max-width: 100rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.container .section-sns-inner li {
  width: 46.5rem;
  margin-bottom: 5.9rem;
}

@media only screen and (max-width: 767px) {
  .container .section-sns-inner li {
    width: 45%;
    margin-top: 1.4rem;
    margin-bottom: 0;
  }
}

.container .section-blog {
  background: #f2f2f2;
}

.container .section-blog-header-ttl {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .container .section-blog-header-ttl {
    font-size: 1.7rem;
  }
}

.container .section-blog-header-ttl span {
  font-size: 3rem;
  line-height: 1.5;
  display: block;
}

@media only screen and (max-width: 767px) {
  .container .section-blog-header-ttl span {
    font-size: 1.3rem;
  }
}

.container .section-blog-inner {
  max-width: 100rem;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .container .section-blog-inner {
    max-width: 100%;
  }
}

.container .section-blog-inner ul {
  display: flex;
  justify-content: space-around;
}

@media only screen and (max-width: 1024px) {
  .container .section-blog-inner ul li {
    width: 28%;
  }
}

.container .section-blog-inner ul li figure {
  width: 30rem;
  height: 20rem;
  background-color: #eee;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1024px) {
  .container .section-blog-inner ul li figure {
    width: 100%;
    aspect-ratio: 3 / 2;
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .container .section-blog-btn {
    padding-top: 2rem !important;
  }
}

.container .section-area {
  padding-bottom: 5rem;
}

@media only screen and (max-width: 767px) {
  .container .section-area {
    background: #fff;
    box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.16);
    max-width: 27.7rem;
    margin: 0 auto 2.5rem;
    padding: 0;
  }

  .container .section-area.active .section-area-inner {
    max-height: 9999rem;
    padding: 3.4rem 3.2rem;
  }

  .container .section-area.active .section-area-ttl:after {
    transform: scale(1, -1);
  }
}

.container .section-area-ttl {
  font-size: 4rem;
  line-height: 1;
  border-left: .6rem solid #000;
  padding-left: .8rem;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 767px) {
  .container .section-area-ttl {
    background: #000;
    color: #fff;
    border: none;
    height: 5.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0;
    font-size: 1.7rem;
  }

  .container .section-area-ttl:after {
    content: "\e906";
    font-family: "icomoon";
    font-size: 1.9rem;
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
    color: #fff;
  }
}

.container .section-area-inner {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .container .section-area-inner {
    max-height: 0;
    overflow: hidden;
    padding: 0 3.2rem;
    transition: all .5s;
  }
}

.container .aside-campaign {
  background: #000;
}

.container .aside-campaign-header-ttl {
  color: #fff;
}

.container .aside-campaign-inner {
  max-width: 100rem;
  margin: 0 auto;
  background: #fff;
  padding: .8rem;
}

@media only screen and (max-width: 767px) {
  .container .aside-campaign-inner {
    padding: .4rem;
    max-width: 27.7rem;
  }
}

.container .aside-campaign-inner>dl {
  padding: 5.2rem 4.8rem 3rem;
  border: .2rem solid #000;
}

@media only screen and (max-width: 767px) {
  .container .aside-campaign-inner>dl {
    border-width: .1rem;
    padding: 3rem 0 .5rem;
  }
}

.container .aside-campaign-inner>dl>dt {
  background: #000;
  color: #fff;
  font-size: 4rem;
  height: 8.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
}

.container .aside-campaign-inner>dl>dt mark {
  background: none;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .container .aside-campaign-inner>dl>dt {
    font-size: 2rem;
    height: auto;
    flex-direction: column;
    margin-bottom: .5rem;
    background: none;
  }

  .container .aside-campaign-inner>dl>dt mark {
    background: #000;
    color: #fff;
    margin: 0 auto .3rem;
    padding: .2rem 1.2rem;
  }
}

.container .aside-campaign-inner>dl>dd {
  text-align: center;
}

.container .aside-campaign-inner>dl>dd p {
  font-size: 2.8rem;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 767px) {
  .container .aside-campaign-inner>dl>dd p {
    font-size: 1.7rem;
  }
}

.container .aside-campaign-inner>dl>dd p strong {
  font-size: 5.1rem;
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  margin-bottom: 2rem;
  position: relative;
  color: #db0012;
}

@media only screen and (max-width: 767px) {
  .container .aside-campaign-inner>dl>dd p strong {
    font-size: 2.5rem;
    line-height: 1.2;
    height: 5.3rem;
    display: inline-block;
    padding: 0 4rem;
  }
}

.container .aside-campaign-inner>dl>dd p strong:before,
.container .aside-campaign-inner>dl>dd p strong:after {
  content: "";
  width: .4rem;
  height: 10rem;
  background: #db0012;
  border-radius: 1rem;
  margin: 0 2rem;
}

@media only screen and (max-width: 767px) {

  .container .aside-campaign-inner>dl>dd p strong:before,
  .container .aside-campaign-inner>dl>dd p strong:after {
    position: absolute;
    bottom: -.5rem;
    width: .2rem;
    height: 6rem;
  }
}

.container .aside-campaign-inner>dl>dd p strong:before {
  transform: rotate(-30deg);
}

@media only screen and (max-width: 767px) {
  .container .aside-campaign-inner>dl>dd p strong:before {
    left: 0;
  }
}

.container .aside-campaign-inner>dl>dd p strong:after {
  transform: rotate(30deg);
}

@media only screen and (max-width: 767px) {
  .container .aside-campaign-inner>dl>dd p strong:after {
    right: 0;
  }
}

.container .aside-campaign-inner>dl>dd dl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -4rem;
}

.container .aside-campaign-inner>dl>dd dl dd {
  display: flex;
  align-items: baseline;
  font-size: 9rem;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 767px) {
  .container .aside-campaign-inner>dl>dd dl dd {
    font-size: 4.2rem;
  }
}

.container .aside-campaign-inner>dl>dd dl dd b {
  font-size: 28rem;
  line-height: 1;
  color: #db0012;
  font-family: "Roboto Slab", sans-serif;
  position: relative;
  bottom: -.04em;
}

@media only screen and (max-width: 767px) {
  .container .aside-campaign-inner>dl>dd dl dd b {
    font-size: 10rem;
  }
}

.container .aside-campaign-inner>dl>dd dl dt {
  width: 23rem;
  height: 15rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #db0012;
  color: #fff;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.1;
  position: relative;
  margin-right: 4rem;
}

@media only screen and (max-width: 767px) {
  .container .aside-campaign-inner>dl>dd dl dt {
    width: 9.8rem;
    height: 6.4rem;
    font-size: 1.7rem;
    margin-right: 2rem;
  }
}

.container .aside-campaign-inner>dl>dd dl dt:after {
  content: "";
  position: absolute;
  right: -3.5999rem;
  top: 50%;
  margin-top: -2rem;
  border-width: 1.8rem 2rem;
  border-style: solid;
  border-color: transparent transparent transparent #db0012;
}

@media only screen and (max-width: 767px) {
  .container .aside-campaign-inner>dl>dd dl dt:after {
    border-width: .9rem 1rem;
    margin-top: -1rem;
    right: -1.7999rem;
  }
}

.container .aside-campaign>p {
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  padding-top: 2rem;
}

@media only screen and (max-width: 767px) {
  .container .aside-campaign>p {
    max-width: 27.7rem;
    margin: 0 auto;
    font-size: .9rem;
    padding-top: 1rem;
    text-align: left;
  }
}

.container .aside-link {
  padding: 0;
}

.container .aside-link ul {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .container .aside-link ul {
    flex-direction: column;
  }
}

.container .aside-link ul li {
  height: 37.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .container .aside-link ul li {
    height: 18.6rem;
  }

  .container .aside-link ul li .btn-normal {
    height: 5.1rem;
    font-size: 1.3rem;
  }
}

.container .aside-link ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.container .aside-link ul li:nth-of-type(1):before {
  background-image: url("/commons/img/top/bg-protein.jpg");
}

.container .aside-link ul li:nth-of-type(2):before {
  background-image: url("/commons/img/top/bg-food.jpg");
}

.container .aside-link ul li p {
  font-size: 1.8rem;
  line-height: 1.6;
  height: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  margin-bottom: 2rem;
  position: relative;
  color: #db0012;
}

@media only screen and (max-width: 767px) {
  .container .aside-link ul li p {
    font-size: 1.5rem;
    height: 3.9rem;
    margin-bottom: 1.5rem;
  }
}

.container .aside-link ul li p:before,
.container .aside-link ul li p:after {
  content: "";
  width: .4rem;
  height: 10rem;
  background: #db0012;
  border-radius: 1rem;
  margin: 0 2rem;
}

@media only screen and (max-width: 767px) {

  .container .aside-link ul li p:before,
  .container .aside-link ul li p:after {
    width: .2rem;
    height: 5rem;
  }
}

.container .aside-link ul li p:before {
  transform: rotate(-45deg);
}

.container .aside-link ul li p:after {
  transform: rotate(45deg);
}