@charset "utf-8";

/* -----------------------------------------------------------------
MODULE CSS
LAST UPDATE:
--------------------------------------------------------------------*/
body section a {
  text-decoration: underline;
}

body section a:hover {
  text-decoration: none;
}

section a.blank {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background: url(../img/icon_blank_r.svg) no-repeat;
  background-size: 100% auto;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {

}



/*--------------------------------
btnWrap
---------------------------------*/
.btnWrap01 {
  display: block;
  position: relative;
  background: #F9EBEE;
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
  border-radius: 20px;
}

.btnWrap01 .btn01 {
  width: 780px;
  margin: 0 auto;
}

.btnWrap01 .btn01 a {
  border-radius: 5px;
  background: #AD0026;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  padding: 22px 0;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  transition: 0.4s;
  color: #fff;
  text-decoration: none;
}

.btnWrap01 .btn01 a:hover {
  background: #77001A;
}

.btnWrap01 .btn01 a:hover span::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background: url(/lp/academia/img/icon_new_window.svg) no-repeat;
  background-size: 100% auto;
  margin-left: 12px;
}

.btnWrap01 .btn01 a span {
  font-size: 2.6rem;
  font-weight: bold;
}

.btnWrap01 .btn01 a span::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background: url(/lp/academia/img/icon_new_window.svg) no-repeat;
  background-size: 100% auto;
  margin-left: 12px;
  margin-top: -3px;
}

.btnWrap01 .btn01 p.btnTop {
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  color: #AD0026;
}
.btnWrap01 .btn01 p.btnBottom {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 16px;
}

.btnWrap01 .btn01 p.btnBottom a {
  border-radius: 0;
  border: none;
  background: none;
  display: inline;
  width: auto;
  text-align: center;
  padding: 0;
  box-shadow: none;
  transition: 0;
  text-decoration: underline;
  color: #111;
}

.btnWrap01 .btn01 p.btnBottom a:hover {
  text-decoration: none;
  opacity: 1;
}

.btnWrap01 .btn02 {
  width: 360px;
  margin: 40px auto 30px;
}

.btnWrap01 .btn02 a {
  border-radius: 40px;
  background: #111111;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 360px;
  text-align: center;
  padding: 20px 0;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  transition: 0.4s;
  color: #fff;
  text-decoration: none;
}

.btnWrap01 .btn02 a:hover {
  background: #434343;
}

.btnWrap01 .btn02 a span::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background: url(/lp/academia/img/icon_new_window.svg) no-repeat;
  background-size: 100% auto;
  margin-left: 12px;
  margin-top: -2px;
}

.btnWrap01 .btn02 a span {
  font-size: 2rem;
  font-weight: bold;
}



@media screen and (max-width: 768px) {

  .btnWrap01 {
    display: block;
    width: 100%;
    padding: 24px 0;
  }

  .btnWrap01 .btn01 {
    width: auto;
    margin: 0 15px;
  }

  .btnWrap01 .btn01 a {
    border-radius: 5px;
    padding: 20px 0;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  }

  .btnWrap01 .btn01 a span {
    font-size: 1.8rem;
  }

  .btnWrap01 .btn01 a span::after {
    width: 16px;
    height: 16px;
    margin-left: 10px;
  }

  .btnWrap01 .btn01 p.btnTop {
    font-size: 1.6rem;
    margin-bottom: 20px;
    line-height: 1.6;
  }
  .btnWrap01 .btn01 p.btnBottom {
    font-size: 1.2rem;
    margin: 20px 0 0;
    line-height: 1.7;
  }

  .btnWrap01 .btn02 {
    width: 200px;
    margin: 22px auto 6px;
  }

  .btnWrap01 .btn02 a {
    border-radius: 40px;
    width: 200px;
    padding: 14px 0;
  }

  .btnWrap01 .btn02 a span::after {
    width: 12px;
    height: 12px;
    margin-left: 10px;
    margin-top: -2px;
  }

  .btnWrap01 .btn02 a span {
    font-size: 1.4rem;
  }

}


/*--------------------------------
kv
---------------------------------*/
.kv {
  margin-top: 65px;
  min-width: 1200px;
}

.kv .kvInner {
  position: relative;
  background: url(/lp/academia/img/kv.jpg) no-repeat top center;
  background-size: 2000px auto;
  margin: 0 auto;
  padding-top: 60px;
}

@media screen and (min-width: 2000px) {
  .kv .kvInner {
    background: url(/lp/academia/img/kv.jpg) no-repeat top center #EDF0F5;
    background-size: 2000px auto;
    max-height: 740px;
    margin-bottom: 100px;
  }
}

.kv .kvInner .contents {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
  z-index: 3;
}

.kv .kvInner .contents .topTtl {
  font-size: 2rem;
  font-weight: bold;
  border: 1px solid #111;
  border-radius: 50px;
  display: table;
  padding: 11px 30px;
}


.kv .kvInner .contents .topTtl img {
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 10px;
}

.kv .kvInner .contents h1 {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.4;
  color: #111;
  margin-top: 28px;
}

.kv .kvInner .contents h1 span.kvH1Txt {
  font-size: 5rem;
  font-weight: bold;
  color: #AD0026;
  display: block;
}

.kv .kvInner .contents h1 span.kvH1Txt strong {
  font-size: 5.6rem;
  font-weight: bold;
  color: #AD0026;
}

.kv .kvInner .contents h1 span.kvH1Txt strong span.big {
  font-size: 7rem;
  font-weight: bold;
  color: #AD0026;
  line-height: 1.1;
}

.kv .kvInner .contents h1 span.kvH1Txt small {
  font-size: 3.6rem;
  font-weight: bold;
  color: #AD0026;
}

.kv .kvInner .contents h1 span.kvH1Txt .txtBlack {
  font-size: 3.6rem;
  font-weight: bold;
  color: #111;
}

.kv .kvInner .contents h1 img.kvImg1{
  margin-top: 28px;
  display: block;
}

.kv .kvInner .contents .kvList {
  display: block;
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px dotted #111;
  width: 703px;
}

.kv .kvInner .contents .kvList li {
  display: block;
  margin-top: 15px;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  padding-left: 30px;
}

.kv .kvInner .contents .kvList li:first-child {
  margin-top: 0;
}

.kv .kvInner .contents .kvList li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(/lp/academia/img/kv_chatch-check.svg) no-repeat;
  background-size: 20px auto;
}


@media screen and (max-width: 768px) {
  .kv {
    margin-top: 40px;
    min-width: 0;
  }

  .kv .kvInner {
    background: url(/lp/academia/img/kv_sp.jpg) no-repeat;
    background-color: #F1F4F9;
    background-size: 100% auto;
    padding-top: 120px;
  }

  .kv .kvInner .bgImg {
    display: block;
  }

  .kv .kvInner .bgImg img.imgKV {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    z-index: 2;
  }

  .kv .kvInner .bgImg img.imgBg {
    display: none;
  }

  .kv .kvInner .contents {
    width: auto;
    min-width: 0;
    padding: 0;
    margin: 0 15px;
    border-radius: 0;
    position: static;
    transform: none;
  }

  .kv .kvInner .contents h1 {
    font-size: 2rem;
    line-height: 1.6;
    margin-top: 14px;
  }

  .kv .kvInner .contents h1 span.kvH1Txt {
    font-size: 2.4rem;
  }

  .kv .kvInner .contents h1 span.kvH1Txt strong {
    font-size: 2.6rem;
  }

  .kv .kvInner .contents h1 span.kvH1Txt strong span.big {
    font-size: 3.6rem;
  }

  .kv .kvInner .contents h1 span.kvH1Txt small {
    font-size: 1.8rem;
  }

  .kv .kvInner .contents h1 span.kvH1Txt .txtBlack {
    font-size: 1.6rem;
  }

  .kv .kvInner .contents h1 img.kvImg1{
    margin-top: 20px;
    width: 280px;
  }

  .kv .kvInner .contents .topTtl {
    font-size: 1.2rem;
    padding: 6px 12px;
  }


  .kv .kvInner .contents .topTtl img {
    width: 8px;
    height: 8px;
    margin-left: 3px;
    margin-right: 7px;
    margin-top: -2px;
  }

  .kv .kvInner .contents .kvList {
    display: block;
    margin-top: 14px;
    padding-top: 16px;
    width: 100%;
  }

  .kv .kvInner .contents .kvList li {
    display: block;
    margin-top: 13px;
    font-size: 1.3rem;
    padding-left: 20px;
  }

  .kv .kvInner .contents .kvList li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: url(/lp/academia/img/kv_chatch-check.svg) no-repeat;
    background-size: 14px auto;
  }
}


/*--------------------------------
kv btnWrap01
---------------------------------*/
main .kv .btnWrap01 {
  top: 15px;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  main .kv .btnWrap01 {
    top: 20px;
    border-radius: 0;
  }
}


/*--------------------------------
about
---------------------------------*/
main section.about {
  padding-top: 200px;
  margin-top: -50px;
}

main section.about .allColWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 1280px) {
  main section.about .allColWrap {
    align-items: start;
  }
}

main section.about .allColWrap.reverse {
  flex-direction: row-reverse;
  margin-top: 80px;
}

main section.about .allColWrap .col.img {
  width: 40%;
}

main section.about .allColWrap .col.img img {
  width: 100%;
}

main section.about .allColWrap .col.txt {
  width: 720px;
  margin-left: 60px;
}

main section.about .allColWrap.reverse .col.txt {
  margin-left: 0;
  margin-right: 60px;
}

main section.about .allColWrap .col.txt h2 {
  font-size: 3.4rem;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.6;
}

main section.about .allColWrap .col.txt h2 strong {
  font-size: 3.4rem;
  font-weight: bold;
  color: #AD0026;
  background: linear-gradient(transparent 70%,#fad5dd 0%);
  position: relative;
  z-index: 2;
}


main section.about .allColWrap .col.txt p {
  font-size: 1.8rem;
  margin-top: 20px;
  line-height: 2;
}

main section.about .inner {
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}

main section.about .inner .colWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

main section.about .inner .colWrap .col {
  width: 580px;
  border-radius: 20px;
  padding: 30px;
  position: relative;
  z-index: 2;
}

main section.about .inner .colWrap .col::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  padding: 1px;

  background: 
    linear-gradient(
      to bottom,
      rgba(211, 55, 55, 0.65),
      rgba(211, 55, 55, 0.25),
      rgba(211, 55, 55, 0.10),
      transparent
    ) border-box;

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0) padding-box;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: -1;
}

main section.about .inner .colWrap .col img {
  text-align: center;
  display: block;
  margin: 0 auto 10px;
}

main section.about .inner .colWrap .col h3 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 1.6;
  text-align: center;
}

main section.about .inner .colWrap .col p {
  font-size: 1.6rem;
  line-height: 2.2;
  text-align: center;
}

@media screen and (max-width: 1315px) {
  main section.about .allColWrap .col.txt {
    width: 620px;
    margin-left: 60px;
  }
}

@media screen and (max-width: 768px) {
  main section.about {
    padding-top: 100px;
    margin-top: -30px;
  }

  main section.about .allColWrap {
    display: block;
  }

  main section.about .allColWrap.reverse {
    margin-top: 40px;
  }

  main section.about .allColWrap .col.img {
    width: calc(100% - 25px);
    margin-right: 25px;
  }

  main section.about .allColWrap.reverse .col.img {
    margin-left: 25px;
  }

  main section.about .allColWrap .col.img img {
    width: 100%;
  }

  main section.about .allColWrap .col.txt {
    width: auto;
    margin: 16px 15px 0;
  }

  main section.about .allColWrap.reverse .col.txt {
    width: auto;
    margin: 16px 15px 0;
  }

  main section.about .allColWrap .col.txt h2 {
    font-size: 2rem;
    margin-bottom: 10px;
    line-height: 1.6;
  }

  main section.about .allColWrap .col.txt h2 strong {
    font-size: 2rem;
  }

  main section.about .allColWrap .col.txt h2 strong::before {
    height: 8px;
    bottom: 2px;
  }

  main section.about .allColWrap .col.txt p {
    font-size: 1.4rem;
    margin-top: 10px;
    line-height: 2;
  }

  main section.about .inner {
    width: auto;
    margin: 0 auto;
    padding: 50px 0 20px;
  }

  main section.about .inner .colWrap {
    display: block;
  }

  main section.about .inner .colWrap .col {
    width: auto;
    margin: 0 15px;
    border-radius: 12px;
    padding: 25px 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  main section.about .inner .colWrap .col::before {
    border-radius: 12px;
    padding: 1px;
  }

  main section.about .inner .colWrap .col img {
    text-align: left;
    margin: 0;
    width: 80px;
  }

  main section.about .inner .colWrap .col .txt {
    width: calc(100% - 90px);
    margin-left: 5px;
  }

  main section.about .inner .colWrap .col h3 {
    font-size: 1.8rem;
    margin-bottom: 5px;
    line-height: 1.6;
    text-align: left;
  }

  main section.about .inner .colWrap .col p {
    font-size: 1.4rem;
    line-height: 2;
    text-align: left;
  }
}


/*--------------------------------
docter
---------------------------------*/
main section.docter {
  padding-top: 80px;
  margin-top: -80px;
  z-index: 4;
  position: relative;
}

main section.docter .inner {
  width: 1200px;
  margin: 0 auto;
}

main section.docter .bgImg {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 580px;
}

main section.docter .bgImg img {
  display: block;
  width: 2000px;
  height: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}


@media screen and (min-width: 2000px) {
  main section.docter .bgImg img {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}

main section.docter .innerBg {
  width: 1200px;
  margin: -220px auto 0;
  padding-bottom: 80px;
  position: relative;
}

main section.docter .innerBg .titleHead {
  text-align: center;
  background: #111;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  width: 800px;
  position: relative;
  margin: 0 auto;
  padding: 12px 0;
  top: 30px;
  border-radius: 60px;
}

main section.docter .innerBg .bgList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  padding: 90px 90px 70px;
  border-radius: 30px;
}

main section.docter .innerBg .bgList li {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
}

main section.docter .innerBg .bgList li img {
  display: block;
  margin-bottom: 20px;
}

main section.docter .innerBg .bgList li span {
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
}

main section.docter .innerBg .bgList li span.txtS {
  margin-top: 37px;
}

@media screen and (max-width: 1200px) {
  main section.docter {
    padding-top: 50px;
    margin-top: -50px;
  }
  main section.docter .bgImg {
    display: block;
    width: 100%;
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  main section.docter .inner {
    width: auto;
    margin: 0 15px;
  }

  main section.docter .bgImg {
    display: block;
    width: 100%;
    height: auto;
  }

  main section.docter .bgImg img {
    display: block;
    width: 100%;
    position: static;
    transform: none;
  }

  main section.docter .innerBg {
    width: auto;
    margin: -100px 15px 0;
    padding-bottom: 0;
    position: relative;
  }

  main section.docter .innerBg .titleHead {
    font-size: 1.6rem;
    width: 240px;
    margin: 0 auto;
    padding: 12px 0;
    top: 30px;
    border-radius: 60px;
  }

  main section.docter .innerBg .bgList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
    padding: 30px 15px 15px 15px;
    border-radius: 12px;
  }

  main section.docter .innerBg .bgList li {
    text-align: left;
    font-size: 2rem;
    line-height: 1.8;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin-top: 25px;
  }

  main section.docter .innerBg .bgList li img {
    width: 90px;
    margin: 0;
  }

  main section.docter .innerBg .bgList li span {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.8;
    width: calc(100% - 95px);
  }

  main section.docter .innerBg .bgList li span.txtS {
    margin-top: 0;
  }

  main section.docter .btnWrap01 {
    width: calc(100% + 30px);
    margin: 35px -15px 0;
    border-radius: 0;
  }
}



/*--------------------------------
introduction
---------------------------------*/
main section.introduction {
  background: url(/lp/academia/img/function_bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
  z-index: 3;
}

main section.introduction .inner {
  width: 1200px;
  margin: -80px auto 0;
  padding-top: 80px;
}

main section.introduction .inner h2 {
  padding-top: 80px;
}

main section.introduction .inner .sliderWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row-reverse;
  margin-top: 60px;
}

main section.introduction .sliderBtnWrap {
  width: 580px;
  margin-left: 60px;
}

main section.introduction .sliderBtnWrap .slideCont {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
  padding: 30px 40px;
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.10);
  cursor: pointer;
  transition: 0.4s;
}

main section.introduction .sliderBtnWrap .slideCont:hover {
  background: #F9EBEE;
}

main section.introduction .sliderBtnWrap .slideCont.active {
  position: relative;
}

main section.introduction .sliderBtnWrap .slideCont.active::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  left: 0;
  border-radius: 5px 0 0 5px;
  border-left: 10px solid #AD0026;
}

main section.introduction .sliderBtnWrap .slideCont.active::after {
  content: "";
  position: absolute;
  background: url(/lp/academia/img/function_cr.svg) no-repeat;
  background-size: 100% auto;
  width: 16px;
  height: 20px;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
}

main section.introduction .sliderBtnWrap .slideCont img {

}

main section.introduction .sliderBtnWrap .slideCont span {
  margin-left: 30px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
}

main section.introduction .sliderImgWrap {
  width: 440px;
}

main section.introduction .sliderImgWrap .slideCont {

}

main section.introduction .sliderImgWrap .slideCont img {
  width: 360px;
  display: block;
  margin: 0 auto;
}


@media screen and (max-width: 768px) {
  main section.introduction {
    background: url(/lp/academia/img/function_bg.jpg) no-repeat center;
    background-size: cover;
  }

  main section.introduction .inner {
    width: auto;
    margin: -50px 15px 0;
    padding-top: 50px;
  }

  main section.introduction .inner h2 {
    padding-top: 50px;
  }

  main section.introduction .inner .sliderWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row-reverse;
    margin-top: 24px;
  }

  main section.introduction .sliderBtnWrap {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }

  main section.introduction .sliderBtnWrap .slick-track {
    padding-bottom: 30px;
  }

  main section.introduction .sliderBtnWrap .slideCont {
    display: block;
    padding: 15px 10px 22px;
    border-radius: 5px;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.10);
    position: relative;
    margin: 0 8px;
  }
  main section.introduction .sliderBtnWrap .slideCont:hover {
    background: #FFF;
  }
  main section.introduction .sliderBtnWrap .slideCont.active::before {
    display: none;
  }

  main section.introduction .sliderBtnWrap .slideCont.active::after {
    display: none;
  }

  main section.introduction .sliderBtnWrap .slideCont.slick-current::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 8px;
    bottom: 0;
    left: 0;
    border-radius: 0 0 5px 5px;
    border-bottom: 8px solid #AD0026;
    border-left: 0;
    display: block;
  }

  main section.introduction .sliderBtnWrap .slideCont.slick-current::after {
    content: "";
    position: absolute;
    background: url(/lp/academia/img/function_cr_sp.svg) no-repeat;
    background-size: 100% auto;
    width: 22px;
    height: 20px;
    left: 50%;
    bottom: -19px;
    top: auto;
    transform: translate(-50%, 0);
    display: block;
  }

  main section.introduction .sliderBtnWrap .slideCont img {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 60px;
  }

  main section.introduction .sliderBtnWrap .slideCont span {
    margin-left: 0;
    margin-top: 8px;
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: center;
    display: block;
  }

  main section.introduction .sliderImgWrap {
    width: 100%;
    margin-top: 0;
  }

  main section.introduction .sliderImgWrap .slideCont {

  }

  main section.introduction .sliderImgWrap .slideCont img {
    width: 300px;
    display: block;
    margin: 0 auto;
  }
}


/*--------------------------------
howTo
---------------------------------*/
main section.howTo {
  position: relative;
  z-index: 2;
}

main section.howTo .inner {
  width: 1200px;
  margin: -80px auto 0;  
}

main section.howTo .scrollWrap .scrollInn {
  width: 960px;
  margin: 60px auto 0;
}

main section.howTo .scrollWrap .scrollInn .point {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

main section.howTo .scrollWrap .scrollInn .point img {
  margin-bottom: 30px;
}

main section.howTo .scrollWrap .scrollInn .point .img2 {
  margin: 0 30px;
}

main section.howTo .scrollWrap .scrollInn .txt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
}

main section.howTo .scrollWrap .scrollInn .txt .txt1 {
  width: 440px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

main section.howTo .scrollWrap .scrollInn .txt .txt2 {
  width: 440px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

main section.howTo .scrollWrap .scrollInn .img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

main section.howTo .scrollWrap .scrollInn .img img {
  width: 100%;
}

main section.howTo .scrollWrap .scrollInn .img .img1 {
  width: 440px;
}

main section.howTo .scrollWrap .scrollInn .img .img2 {
  width: 440px;
}


main section.howTo .greenWrap {
  background: #E2F0E8;
  padding: 20px 0;
  margin: 60px auto 0;
  text-align: center;
  border-radius: 5px;
}

main section.howTo .greenWrap p {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}

main section.howTo .greenWrap p strong {
  font-weight: bold;
  color: #00AF4D;
}

main section.howTo .lineWrap {
  margin-top: 130px;
  border: 6px solid #DCDCDC;
  border-radius: 30px;
  position: relative;
}

main section.howTo .lineWrap .bgTop {
  display: table;
  background: #fff;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
}

main section.howTo .lineWrap .bgTop p {
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
}

main section.howTo .lineWrap .bgTop p strong {
  font-size: 4rem;
  font-weight: bold;
  color: #AD0026;
}

main section.howTo .lineWrap .bgTop p::before {
  content: "";
  position: absolute;
  background: url(/lp/academia/img/master-line-r.svg) no-repeat;
  background-size: 100% auto;
  width: 28px;
  height: 45px;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
}

main section.howTo .lineWrap .bgTop p::after {
  content: "";
  position: absolute;
  background: url(/lp/academia/img/master-line-l.svg) no-repeat;
  background-size: 100% auto;
  width: 28px;
  height: 45px;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
}

main section.howTo .lineWrap .lineList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 70px 60px 30px;
}

main section.howTo .lineWrap .lineList li {
  width: 510px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

main section.howTo .lineWrap .lineList li span.img {
  width: 200px;
}

main section.howTo .lineWrap .lineList li span.img img {
  width: 100%;
}

main section.howTo .lineWrap .lineList li span.txt {
  width: calc(100% - 235px);
  margin-left: 30px;
}

main section.howTo .lineWrap .lineList li span.txt .ttl {
  font-size: 2rem;
  font-weight: bold;
  display: block;
  color: #AD0026;
  line-height: 1.6;
}

main section.howTo .lineWrap .lineList li span.txt .txt {
  font-size: 1.6rem;
  display: block;
  width: 100%;
  line-height: 1.7;
  margin: 5px 0 0 0;
}

main section.howTo .btnWrap01 {
  width: 100%;
}


@media screen and (max-width: 768px) {
  main section.howTo {

  }

  main section.howTo .inner {
    width: auto;
    margin: -50px 15px 0;
    padding-top: 100px;  
  }

  main section.howTo .scrollWrap {
    width: calc(100% + 15px);
    overflow-x: scroll;
    margin: 30px 0 0 0;
  }

  main section.howTo .scrollWrap .scrollInn {
    width: 660px;
    padding: 0 15px 0 0;
    overflow-x: scroll;
    margin-top: 0;
  }

  main section.howTo .scrollWrap .scrollInn .point {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  main section.howTo .scrollWrap .scrollInn .point img {
    margin-bottom: 30px;
    width: 100%;
  }

  main section.howTo .scrollWrap .scrollInn .point .img1 {
    width: 40px;
  }

  main section.howTo .scrollWrap .scrollInn .point .img2 {
    margin: 0 20px;
    width: 220px;
  }

  main section.howTo .scrollWrap .scrollInn .point .img3 {
    width: 40px;
  }

  main section.howTo .scrollWrap .scrollInn .txt {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }

  main section.howTo .scrollWrap .scrollInn .txt .txt1 {
    width: 280px;
    font-size: 1.6rem;
    margin-right: 10px;
  }

  main section.howTo .scrollWrap .scrollInn .txt .txt2 {
    width: 280px;
    font-size: 1.6rem;
    margin-left: 10px;
  }

  main section.howTo .scrollWrap .scrollInn .img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
  }

  main section.howTo .scrollWrap .scrollInn .img img {
    width: 100%;
  }

  main section.howTo .scrollWrap .scrollInn .img .img1 {
    width: 280px;
    margin-right: 10px;
  }

  main section.howTo .scrollWrap .scrollInn .img .img2 {
    width: 280px;
    margin-left: 10px;
  }


  main section.howTo .greenWrap {
    padding: 20px 0;
    margin: 15px auto 0;
    border-radius: 3px;
  }

  main section.howTo .greenWrap p {
    font-size: 1.4rem;
  }

  main section.howTo .lineWrap {
    margin-top: 80px;
    border: 4px solid #DCDCDC;
    border-radius: 12px;
    position: relative;
  }

  main section.howTo .lineWrap .bgTop {
    top: -35px;
    width: 300px;
  }

  main section.howTo .lineWrap .bgTop p {
    font-size: 2rem;
  }

  main section.howTo .lineWrap .bgTop p strong {
    font-size: 2.2rem;
  }

  main section.howTo .lineWrap .bgTop p::before {
    width: 22px;
    height: 38px;
    left: 17px;
    top: auto;
    transform: none;
    bottom: 0;
  }

  main section.howTo .lineWrap .bgTop p::after {
    width: 22px;
    height: 38px;
    right: 17px;
    top: auto;
    transform: none;
    bottom: 0;
  }

  main section.howTo .lineWrap .lineList {
    display: block;
    padding: 50px 24px 5px;
  }

  main section.howTo .lineWrap .lineList li {
    width: auto;
    margin-bottom: 20px;
  }

  main section.howTo .lineWrap .lineList li span.img {
    width: 100px;
  }

  main section.howTo .lineWrap .lineList li span.txt {
    width: calc(100% - 125px);
    margin-left: 20px;
  }

  main section.howTo .lineWrap .lineList li span.txt .ttl {
    font-size: 1.4rem;
    line-height: 1.6;
  }

  main section.howTo .lineWrap .lineList li span.txt .txt {
    font-size: 1.2rem;
    width: 100%;
    line-height: 1.7;
    margin: 5px 0 0 0;
  }

  main section.howTo .btnWrap01 {
    width: 100%;
    border-radius: 0;
  }
}


/*--------------------------------
usefulCont
---------------------------------*/
main section.usefulCont {
  position: relative;
}

main section.usefulCont .inner {
  width: 1200px;
  margin: -80px auto 0;
  padding: 160px 0 40px;
}

main section.usefulCont .colWrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 40px 0 0;
}

main section.usefulCont .colWrap .col {
  margin: 0 48px 40px 0;
  width: calc(33% - 29px);
}

main section.usefulCont .colWrap .col:nth-child(3n) {
  margin-right: 0;
}

main section.usefulCont .colWrap .col h3 {
  background: #111;
  border-radius: 6px;
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  text-align: left;
  padding: 10px 18px;
}

main section.usefulCont .colWrap .col p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 16px;
}


@media screen and (max-width: 768px) {
    main section.usefulCont .inner {
      width: auto;
      margin: -50px 15px 0;
      padding: 100px 0 30px;
    }

    main section.usefulCont .colWrap {
      display: block;
      margin: 30px 0 0;
    }
  
    main section.usefulCont .colWrap .col {
      margin: 0 0 20px;
      width: auto;
    }
  
    main section.usefulCont .colWrap .col h3 {
      border-radius: 5px;
      font-size: 1.4rem;
      line-height: 1.6;
      padding: 8px 10px;
      text-align: left;
    }
  
    main section.usefulCont .colWrap .col p {
      font-size: 1.2rem;
      line-height: 1.8;
      margin-top: 15px;
    }
  
    main section.usefulCont .btnWrap01 {
      margin-top: 45px;
    }
}




/*--------------------------------
relationInfo
---------------------------------*/
main section.relationInfo {
  background: #F5F5F5;
}

main section.relationInfo .inner {
  padding-top: 200px;
}

main section.relationInfo .leadTxt {
  display: flex;
  justify-content: center;
  align-items: end;
  font-size: 4rem;
  margin-bottom: 35px;
}

main section.relationInfo .leadTxt p {
  font-weight: bold;
  line-height: 1;
}

main section.relationInfo .leadTxt .logoGroup {
  margin-right: 15px;
  padding-bottom: 2px;
}


main section.relationInfo .leadTxt .logoGroup .logo {
  width: 240px;
  height: auto;
  position: relative;
}

main section.relationInfo .leadTxt .logoGroup .logo::before {
  position: absolute;
  content: "ケアネット";
  font-size: 1.8rem;
  font-weight: bold;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}

main section.relationInfo .leadTxt .logoGroup .logo img {
  width: 100%;
  height: auto;
}

main section.relationInfo .deviceTtl02.red {
  font-size: 2.4rem;
  line-height: 1.8;
}

main section.relationInfo .colWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 65px;
}

main section.relationInfo .colWrap .col.redBlock {
  width: 400px;
  border: 2px solid #AD0026;
  border-radius: 30px;
  overflow: hidden;
}

main section.relationInfo .colWrap .col.voice {
  width: calc(100% - 460px);
}

main section.relationInfo .colWrap .col.redBlock {
  background: url(../img/howto_bg.jpg) no-repeat;
  background-size: cover;
  max-height: 653px;
}

main section.relationInfo .colWrap .col.redBlock .ttl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  padding: 30px 20px;
  background: #AD0026;
}

main section.relationInfo .colWrap .col.redBlock .ttl span {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
}

main section.relationInfo .colWrap .col.redBlock .ttl span span.line {
  border-bottom: 2px solid #fff;
}

main section.relationInfo .colWrap .col.redBlock .ttl strong {
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
  margin: 0 5px;
  display: inline-block;
}

main section.relationInfo .colWrap .col.redBlock .txt {
  font-size: 2rem;
  text-align: center;
  margin: 30px 0;
}

main section.relationInfo .colWrap .col.redBlock .txt span {
  font-size: 2.6rem;
  font-weight: bold;
}

main section.relationInfo .colWrap .col.redBlock .txt span span.red {
  font-size: 2.6rem;
  color: #AD0026;
  font-weight: bold;
}

main section.relationInfo .colWrap .col.redBlock .txt span span.red strong {
  font-size: 4rem;
  color: #AD0026;
  font-weight: bold;
}

main section.relationInfo .colWrap .col.redBlock .img {
  width: 340px;
  height: auto;
  margin: 0 auto;
}

main section.relationInfo .colWrap .col.redBlock .img img {
  width: 100%;
  height: auto;
  display: block;
}

main section.relationInfo .colWrap .col.voice h3 {
  background: #111;
  color: #fff;
  font-size: 2rem;
  padding: 14px 24px;
  border-radius: 6px;
}

main section.relationInfo .colWrap .col.voice h3 img {
  display: inline-block;
  margin-right: 15px;
  width: 24px;
  height: auto;
}

main section.relationInfo .colWrap .col.voice .voiceBlock {
  border-bottom: 1px dotted #8B8B8B;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 36px;
  padding-bottom: 36px;
}

main section.relationInfo .colWrap .col.voice .voiceBlock .img {
  width: 90px;
}

main section.relationInfo .colWrap .col.voice .voiceBlock .img img {
  width: 100%;
  height: auto;
  display: block;
}

main section.relationInfo .colWrap .col.voice .voiceBlock .cont {
  width: calc(100% - 115px);
}

main section.relationInfo .colWrap .col.voice .voiceBlock .cont .contHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

main section.relationInfo .colWrap .col.voice .voiceBlock .cont .contHead h4 {
  font-size: 2rem;
  font-weight: bold;
}

main section.relationInfo .colWrap .col.voice .voiceBlock .cont .contHead ul.cat {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

main section.relationInfo .colWrap .col.voice .voiceBlock .cont .contHead ul.cat li {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  background: #8B8B8B;
  border-radius: 2px;
  margin-right: 5px;
  padding: 3px 6px;
}

main section.relationInfo .colWrap .col.voice .voiceBlock .cont .contHead ul.cat li:last-child {
  margin-right: 0;
}

main section.relationInfo .colWrap .col.voice .voiceBlock .cont .contTxt p {
  font-size: 1.6rem;
  line-height: 1.8;
}


@media screen and (max-width: 768px) {
  
  main section.relationInfo .inner {
    padding-top: 120px;
  }
  main section.relationInfo .leadTxt {
    font-size: 2.6rem;
    margin-bottom: 12px;
  }

  main section.relationInfo .leadTxt .logoGroup {
    margin-right: 15px;
    padding-bottom: 0;
  }

  main section.relationInfo .leadTxt .logoGroup .headTxt {
    font-size: 1.4rem;
    font-weight: bold;
  }

  main section.relationInfo .leadTxt .logoGroup .logo {
    width: 160px;
    margin-top: 12px;
  }

  main section.relationInfo .leadTxt .logoGroup .logo::before {
    font-size: 1.4rem;
    top: -25px;
  }

  main section.relationInfo .deviceTtl02.red {
    font-size: 1.8rem;
    line-height: 1.8;
  }

  main section.relationInfo .colWrap {
    display: block;
    margin-top: 20px;
  }

  main section.relationInfo .colWrap .col.redBlock {
    width: auto;
    border: 2px solid #AD0026;
    border-radius: 20px;
  }

  main section.relationInfo .colWrap .col.voice {
    width: auto;
    margin-top: 30px;
  }

  main section.relationInfo .colWrap .col.redBlock .ttl {
    font-size: 1.8rem;
    padding: 20px;
  }

  main section.relationInfo .colWrap .col.redBlock .ttl span {
    font-size: 2.2rem;
    display: inline-block;
    margin-top: 3px;
  }

  main section.relationInfo .colWrap .col.redBlock .ttl strong {
    font-size: 3.2rem;
    margin: 0 5px;
  }

  main section.relationInfo .colWrap .col.redBlock .txt {
    font-size: 1.4rem;
    margin: 20px 0;
  }

  main section.relationInfo .colWrap .col.redBlock .txt span {
    font-size: 1.8rem;
  }

  main section.relationInfo .colWrap .col.redBlock .txt span span.red {
    font-size: 1.8rem;
  }

  main section.relationInfo .colWrap .col.redBlock .txt span span.red strong {
    font-size: 2.8rem;
  }

  main section.relationInfo .colWrap .col.redBlock .img {
    width: 240px;
  }

  main section.relationInfo .colWrap .col.voice h3 {
    font-size: 1.6rem;
    padding: 10px 16px;
    border-radius: 4px;
  }

  main section.relationInfo .colWrap .col.voice h3 img {
    margin-right: 12px;
    width: 18px;
    height: auto;
  }

  main section.relationInfo .colWrap .col.voice .voiceBlock {
    margin-top: 20px;
    padding-bottom: 20px;
  }

  main section.relationInfo .colWrap .col.voice .voiceBlock .img {
    width: 60px;
  }

  main section.relationInfo .colWrap .col.voice .voiceBlock .cont {
    width: calc(100% - 72px);
    position: relative;
  }

  main section.relationInfo .colWrap .col.voice .voiceBlock .cont .contHead {
    display: block;
    margin-bottom: 10px;
  }

  main section.relationInfo .colWrap .col.voice .voiceBlock .cont .contHead h4 {
    font-size: 1.6rem;
  }

  main section.relationInfo .colWrap .col.voice .voiceBlock .cont .contHead ul.cat {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  main section.relationInfo .colWrap .col.voice .voiceBlock .cont .contHead ul.cat li {
    font-size: 1rem;
    border-radius: 2px;
    margin-right: 5px;
    padding: 3px 6px;
  }

  main section.relationInfo .colWrap .col.voice .voiceBlock .cont .contTxt p {
    font-size: 1.4rem;
    line-height: 1.8;
    padding-bottom: 30px;
  }
}




/*--------------------------------
footer
---------------------------------*/
footer {
  background: #fff;
  text-align: center;
  position: relative;
  min-width: 1200px;
}

footer .footInner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}

footer .footInner .footLeft {
  width: 560px;
}

footer .footInner .footLeft .footLogo {
  width: 180px;
}

footer .footInner .footLeft .footLogo a {
  width: 100%;
  display: block;
  transition: 0.4s;
}

footer .footInner .footLeft .footLogo a img {
  width: 100%;
  height: auto;
  display: block
}

footer .footInner .footLeft .footLogo a:hover {
  opacity: 0.6;
}


footer .footInner .footLeft .footInfo {
  text-align: left;
  margin-top: 20px;
}

footer .footInner .footLeft .footInfo li {
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.8;
  margin-top: 10px;
}

footer .footInner .footLeft .footInfo li a {
  color: #fff;
  text-decoration: underline;
}

footer .footInner .footRight {
  width: calc(100% - 600px);
}

footer .footInner .footRight .footLink {
  display: block;
  text-align: right;
}

footer .footInner .footRight .footLink li {
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 20px;
}


footer .footInner .footRight .footLink li a {
  color: #fff;
}

footer .footInner .footRight .footLink li a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background: url(../img/icon_blank_w.svg) no-repeat;
  background-size: 100% auto;
  margin-left: 10px;
}

footer .footInner .footLeft .footInfo li a:hover {
  text-decoration: none;
}

footer .footInner .footRight small {
  font-size: 1.4rem;
  color: #111;
  line-height: 1.6;
  margin-top: 10px;
  display: block;
  text-align: right;
}

footer .return {
  position: absolute;
  right: 20px;
  top: auto;
  opacity: 0;
}

footer .return.fixed {
  position: fixed;
  bottom: 20px;
  right: 20px;
  top: auto;
  transition: opacity 0.4s ease;

}
footer .return.show{
  opacity: 1;
  z-index: 1;
  position: fixed;
  bottom: 30px;
  right: 20px;
  top: auto;
  transition: opacity 0.4s ease;
}

footer .return.fixed:hover{
  opacity: 0.6;
}



@media screen and (max-width: 768px) {
  footer {
    min-width: 0;
  }

  footer .footInner {
    display: block;
    width: auto;
    margin: 0 auto;
    padding: 30px 0;
    min-width: 0;
  }

  footer .footInner .footLeft {
    width: auto;
    margin: 0 15px;
  }

  footer .footInner .footLeft .footLogo {
    width: 120px;
    margin: 0 auto;
    text-align: center;
  }


  footer .footInner .footRight {
    width: auto;
    margin: 0 15px;
  }

  footer .footInner .footRight small {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-top: 24px;
    text-align: center;
  }

  footer .return{
    right: 15px;
    top: -47px;
  }
  footer .return.show{
    right: 15px;
    bottom: 15px;
    position: absolute;
  }
  footer .return.show.fixed{
    bottom: 20px;
    position: fixed;
  }
  footer .return img{
    width: 36px;
  }
}


/*--------------------------------
header
---------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: ease-in-out, 0.3s;
  overflow: clip;
  min-width: 1200px;
  box-shadow: 0px 4px 8px 0 rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 768px) {
  header {
    height: 80px;
    min-width: 0;
    box-shadow: none;
  }

  header.is-active {
    height: auto;
  }

  header .headerInner {
    box-shadow: 0px 4px 8px 0 rgba(0, 0, 0, 0.05);
  }
}



header.is-hide {
  transform: translateY(-100%);
}

header .headerInner {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  padding-block: 15px;
  padding-inline: 30px;
  -webkit-backdrop-filter: blur(36px);
  backdrop-filter: blur(36px);
  background: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 768px) {
  header .headerInner {
    min-width: 0;
    justify-content: end;
    padding-block: 14.5px;
    padding-inline: 20px 30px;
    z-index: 10000;
  }
}

header.is-active .headerInner::before {
  background: #ffffff;
  filter: none;
}

header .headerInner .logo {
  flex-shrink: 0;
  color: #111111;
  font-size: 1.25rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  header .headerInner .logo {
    padding-block: 0.1875rem;
    width: 140px;
    margin-right: auto;
  }
}

header .headerInner .logo a {
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  header .headerInner .logo a {
    max-width: 7.5rem;
    aspect-ratio: 120/26;
  }
}

header .headerInner .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

header .headerInner nav {
  position: static;
  display: flex;
  background: transparent;
  z-index: 99;
  width: calc(100% - 398px);
}

@media screen and (max-width: 768px) {
  header nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f5f5f5;
    z-index: 9999;
    display: block;
    transform: translateY(-100%);
    pointer-events: none;
    transition: 0.3s;
    margin-top: 54px;
    padding-top: 0;
    padding-inline: 30px;
  }
}

@media screen and (max-width: 768px) {
  header .headerInner nav.headerNavPc {
    display: none;
  }
}

header nav.headerNavSp {
  display: none;
}

@media screen and (max-width: 768px) {
  header nav.headerNavSp {
    display: block;
    opacity: 0;
    pointer-events: none;
    transition: ease-in-out, 0.3s;
    background: #fff;
  }
}

@media screen and (max-width: 768px) {
  header nav.headerNavSp.is-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    overflow-y: scroll;
  }
}

header .headerInner nav ul {
  display: flex;
  justify-content: center;
  gap: 55px;
  width: 100%;
  min-width: 840px;
}

@media screen and (max-width: 768px) {
  header .headerInner nav ul {
    min-width: 0;
  }

  header nav.headerNavSp ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
    width: 100%;
    margin-top: 40px;
    min-width: 0;
  }
}

header .headerInner nav ul li {
  color: #111111;
  text-align: center;
}

@media screen and (max-width: 768px) {
  header nav.headerNavSp ul li {
    font-weight: bold;
  }
}

header .headerInner nav ul li a {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  color: #111111;
  transition: 0.4s;
}

header .headerInner nav ul li a:hover {
  opacity: 0.6;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  header nav.headerNavSp ul li a {
    font-size: 1.8rem;
    color: #111;
    font-weight: bold;
  }
}


.headerNavButton {
  margin-top: 40px;
  padding-top: 40px;
  padding-right: 1.5625rem;
  border-top: 1px dashed #111111;
  text-align: center;
}

.headerNavButton span {
  position: relative;
  display: inline-block;
  line-height: 1.6;
  font-size: 1.6rem;
  font-weight: bold;
}

.headerNavButton span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -3rem;
  transform: translateY(-50%) rotate(45deg);
  width: 15px;
  height: 2px;
  background: #151515;
}

.headerNavButton span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -3rem;
  transform: translateY(-50%) rotate(-45deg);
  width: 15px;
  height: 2px;
  background: #151515;
}


/*ハンバーガーメニュー*/
.hamburger {
  display: none;
  width: 1.375rem;
  height: 1rem;
  position: relative;
  z-index: 9999;
}


.hamburger .bar {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 2px;
  background: black;
  border-radius: 2px;
  transition: 0.3s;
}

.hamburger .bar:first-child {
  top: 0;
  transform: translate(-50%, 0);
}

.hamburger .bar:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}

.hamburger .bar:last-child {
  top: 100%;
  transform: translate(-50%, -100%);
}

.hamburger .js-hamburger.is-active .bar:first-child {
  top: 50%;
  transform: translate(-50%, 0) rotate(45deg);
}

.hamburger .js-hamburger.is-active .bar:nth-child(2) {
  opacity: 0;
}

.hamburger .js-hamburger.is-active .bar:last-child {
  top: 50%;
  transform: translate(-50%, 0) rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0;
    width: 22px;
    height: 14px;
    margin-top: -14px;
  }

  .p-hamburger {
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
    box-shadow: none;
    padding: 15px 28px 47px;
  }

  .hamburgerText {
    font-size: 1.1rem;
    line-height: 1;
    font-weight: 700;
    width: 50px;
    text-align: center;
    margin-top: -20px;
  }
}

/*--------------------------------
headBtn
---------------------------------*/
header .headerInner .headBtn{
  width: 198px;
}
header .headerInner .headBtn a {
  border-radius: 4px;
  background: #AD0026;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  padding: 14px 15px;
  transition: 0.4s;
  color: #fff;
  text-decoration: none;
}

header .headerInner .headBtn a:hover {
  background: #77001A;
}

header .headerInner .headBtn a:hover span::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background: url(/lp/academia/img/icon_new_window.svg) no-repeat;
  background-size: 100% auto;
  margin-left: 8px;
}

header .headerInner .headBtn a span {
  font-size: 1.6rem;
}

header .headerInner .headBtn a span::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background: url(/lp/academia/img/icon_new_window.svg) no-repeat;
  background-size: 100% auto;
  margin-left: 8px;
  margin-top: -3px;
}

@media screen and (max-width: 768px) {
  header .headerInner{
    min-width: 0;
  }
  header .headerInner .headBtn{
    width: 128px;
    margin-right: 25px;
  }
  header .headerInner .headBtn a {
    border-radius: 4px;
    width: 100%;
    padding: 8px;

  }

  header .headerInner .headBtn a:hover span::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    background: url(/lp/academia/img/icon_new_window.svg) no-repeat;
    background-size: 100% auto;
    margin-left: 7px;
  }

  header .headerInner .headBtn a span {
    font-size: 1.1rem;
  }

  header .headerInner .headBtn a span::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    background: url(/lp/academia/img/icon_new_window.svg) no-repeat;
    background-size: 100% auto;
    margin-left: 7px;
    margin-top: -2px;
  }
}


/*---------------------------------
 TEXT
-----------------------------------*/
section p strong {
  font-weight: bold;
}


/*---------------------------------
 device
-----------------------------------*/
.spOnly {
  display: none !important;
}

.spOnlyI {
  display: none !important;
}

.pcOnly {
  display: block !important;
}

.pcOnlyI {
  display: inline-block !important;
}

@media screen and (max-width: 768px) {
  .spOnly {
    display: block !important;
  }

  .spOnlyI {
    display: inline-block !important;
  }

  .pcOnly {
    display: none !important;
  }

  .pcOnlyI {
    display: none !important;
  }
}


/*---------------------------------
 IMG
-----------------------------------*/
.imgMax {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .imgMaxSp {
    width: 100%;
    height: auto;
  }
}

/*---------------------------------
 BOX
-----------------------------------*/
.col2Wrap {
  width: 100%;
  overflow: hidden;
}

.col2Wrap .colL {
  width: 442px;
  float: left;
}

.col2Wrap .colR {
  width: 442px;
  float: right;
}

.bgBox01 {
  padding: 20px;
  background: #f6f6f6;
  margin-top: 20px;
}

.bgBox01>*:first-child {
  margin-top: 0 !important;
}


/*---------------------------------
 margin
-----------------------------------*/
.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}



/*---------------------------------
 fig
-----------------------------------*/
.clear {
  clear: both;
}

.layoutC {
  text-align: center !important;
}

.layoutR {
  text-align: right !important;
}

.layoutL {
  text-align: left !important;
}

.layoutB {
  font-weight: bold !important;
}