/* ==============================
  mixin
============================== */
/* ============================== */
/* module */
/* ============================== */
.display--sp {
  display: block !important;
}
.display--pc {
  display: none !important;
}
@media (min-width: 897px) {
  .display--sp {
    display: none !important;
  }
  .display--pc {
    display: block !important;
  }
}

.contentsInner {
  text-align: left;
}

.bgGradation {
  background: rgb(255, 237, 237);
  background: -webkit-linear-gradient(310deg, rgb(255, 237, 237) 0%, rgb(255, 239, 251) 40%, rgb(233, 241, 254) 60%, rgb(233, 241, 254) 100%);
  background: linear-gradient(140deg, rgb(255, 237, 237) 0%, rgb(255, 239, 251) 40%, rgb(233, 241, 254) 60%, rgb(233, 241, 254) 100%);
}

.bgGradation2 {
  background: rgb(255, 244, 244);
  background: -webkit-linear-gradient(310deg, rgb(255, 244, 244) 0%, rgb(255, 248, 254) 50%, rgb(240, 245, 252) 85%, rgb(245, 248, 253) 100%);
  background: linear-gradient(140deg, rgb(255, 244, 244) 0%, rgb(255, 248, 254) 50%, rgb(240, 245, 252) 85%, rgb(245, 248, 253) 100%);
}

/* ==============================
  mixin
============================== */
.hero {
  position: relative;
  padding: 48px 0 0;
}
@media (max-width: 896px) {
  .hero {
    padding: 10.1333333333vw 0 15.4666666667vw;
  }
}
.hero.heroHeadingBtm {
  padding-bottom: 57px;
}
@media (max-width: 896px) {
  .hero.heroHeadingBtm {
    padding-bottom: 15.4666666667vw;
  }
}

.heroImg {
  display: block;
  margin-left: auto;
  width: 72.6939970717vw;
}
@media (max-width: 896px) {
  .heroImg {
    width: 89.3333333333vw;
  }
}
.heroImg img {
  width: 100%;
}

.heroHeading {
  position: absolute;
  top: 23.4260614934vw;
  left: 10.7613469985vw;
  text-align: left;
}
@media (max-width: 896px) {
  .heroHeading {
    top: 51.7333333333vw;
    left: 2.6666666667vw;
  }
}
.heroHeadingBtm .heroHeading {
  top: auto;
  bottom: 0;
}
@media (max-width: 896px) {
  .heroHeadingBtm .heroHeading {
    top: 51.7333333333vw;
    bottom: auto;
  }
}

.heroCatch {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  padding: 0.5em 1em 0.7em;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  letter-spacing: 0.08em;
}
@media (max-width: 896px) {
  .heroCatch {
    font-size: 3.2vw;
  }
}

.heroTtl {
  margin-top: 13px;
  line-height: 1;
}
@media (max-width: 896px) {
  .heroTtl {
    margin-top: 2.1333333333vw;
  }
}
.heroTtl span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0;
  padding: 0.3em 0.5em 0.5em;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: left;
  color: #000;
}
@media (max-width: 896px) {
  .heroTtl span {
    font-size: 5.3333333333vw;
  }
}
.heroTtl span::before, .heroTtl span::after {
  display: none;
}

@media (max-width: 896px) {
  .contentsInner {
    width: 89.3333333333vw;
  }
}

.contentsInner * {
  color: #383737;
}

.lead {
  width: 748px;
  margin: 70px 0 0 auto;
}
@media (max-width: 896px) {
  .lead {
    width: 100%;
    margin-top: 10.6666666667vw;
  }
}

.contentsText {
  margin-top: 1em;
  font-size: 18px;
  line-height: 2.15;
  letter-spacing: 0.1em;
}
@media (max-width: 896px) {
  .contentsText {
    font-size: 3.7333333333vw;
    text-align: justify;
  }
}
.contentsText a {
  text-decoration: underline;
}
.contentsText + .contentsText {
  margin-top: 2em;
}
.contentList + .contentsText {
  margin-top: 2em;
}
.contentsH2 + .contentsText {
  margin-top: 0;
}

.auther {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 36px;
  padding: 34px 25px;
}
@media (max-width: 896px) {
  .auther {
    display: block;
    margin-top: 6.4vw;
    padding: 6.6666666667vw 8vw 8vw;
  }
}

.autherTtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 40px 0 0;
  font-size: 14px;
}
@media (max-width: 896px) {
  .autherTtl {
    margin: 0 0 5.8666666667vw;
    width: 100%;
    font-size: 3.7333333333vw;
    text-align: center;
  }
}

.autherItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 896px) {
  .autherItem {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
}
.autherItem + .autherItem {
  margin-left: 50px;
}
@media (max-width: 896px) {
  .autherItem + .autherItem {
    margin: 0;
    margin-top: 2em;
  }
}

.autherImg {
  width: 85px;
  margin-right: 10px;
}
@media (max-width: 896px) {
  .autherImg {
    width: 30%;
    margin-right: 0;
  }
}

.autherName {
  max-width: 230px;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
@media (max-width: 896px) {
  .autherName {
    max-width: 64%;
    width: 64%;
    font-size: 3.7333333333vw;
  }
}
.autherName small {
  display: block;
  margin-top: 0.2em;
  line-height: 1.6;
}
@media (max-width: 896px) {
  .autherName small {
    font-size: 10px;
  }
}

.contentsH2 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 144px;
  margin-bottom: 60px;
  padding-bottom: 0.1em;
  font-size: 28px;
  font-weight: 500;
  text-align: left;
}
@media (max-width: 896px) {
  .contentsH2 {
    width: 100%;
    margin: 24vw 0 13.3333333333vw;
    font-size: 6.4vw;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
}
.contentsH2::before, .contentsH2::after {
  display: none;
}
.contentsH2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  margin: 0;
  background: rgb(255, 173, 173);
  background: -webkit-linear-gradient(310deg, rgb(255, 173, 173) 0%, rgb(255, 208, 237) 50%, rgb(150, 190, 255) 100%);
  background: linear-gradient(140deg, rgb(255, 173, 173) 0%, rgb(255, 208, 237) 50%, rgb(150, 190, 255) 100%);
}

.contentsH3 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 124px 0 40px;
  padding-left: 28px;
  font-size: 24px;
  font-weight: 500;
  text-align: left;
}
@media (max-width: 896px) {
  .contentsH3 {
    margin: 26.6666666667vw 0 10.6666666667vw;
    padding-left: 5.3333333333vw;
    font-size: 4.8vw;
  }
}
.contentsH3::before, .contentsH3::after {
  display: none;
}
.contentsH3::before {
  content: "";
  display: block;
  position: absolute;
  top: -16px;
  left: 0;
  width: 76px;
  height: 65px;
  margin: 0;
  background: url(../../img/content15/bg_heading3.png) no-repeat 0 0;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 896px) {
  .contentsH3::before {
    top: -5.3333333333vw;
    width: 19.2vw;
    height: 17.6vw;
  }
}

.contentsH4 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 64px 0 30px;
  padding-left: 30px;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  border: none;
}
@media (max-width: 896px) {
  .contentsH4 {
    margin: 10.6666666667vw 0 7.2vw;
    padding-left: 8vw;
    font-size: 4.2666666667vw;
  }
}
.contentsH4::before, .contentsH4::after {
  display: none;
}
.contentsH4::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 24px;
  height: 100%;
  margin: 0;
  background: url(../../img/content15/bg_heading4.png) no-repeat 0 center;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 896px) {
  .contentsH4::before {
    width: 6.4vw;
  }
}

.contentsSerif {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contentsSerif + .contentsSerif {
  margin-top: 3em;
}
.contentsSerif .contentsText {
  width: 748px;
  margin: 0;
}
@media (max-width: 896px) {
  .contentsSerif .contentsText {
    width: 69.8666666667vw;
  }
}

.contentsName {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.15;
  letter-spacing: 0.08em;
}
@media (max-width: 896px) {
  .contentsName {
    font-size: 3.7333333333vw;
  }
}

.contentsPoint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 748px;
  margin: 36px 0 0 auto;
  padding: 46px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 896px) {
  .contentsPoint {
    width: 100%;
    margin: 9.6vw 0 0;
    padding: 8vw 4vw;
  }
}

.contentsPointImg {
  width: 160px;
}
@media (max-width: 896px) {
  .contentsPointImg {
    width: 34.6666666667vw;
    margin: 5.3333333333vw auto 5.8666666667vw;
  }
}

.contentsPointDetial {
  width: 464px;
}
@media (max-width: 896px) {
  .contentsPointDetial {
    width: 100%;
  }
}

.contentsPointTtl {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  border-bottom: none;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media (max-width: 896px) {
  .contentsPointTtl {
    display: block;
    margin: 0;
    font-size: 3.7333333333vw;
    text-align: center;
  }
}

.contentsPointTxt {
  font-size: 14px;
  line-height: 2.2;
}
@media (max-width: 896px) {
  .contentsPointTxt {
    font-size: 3.2vw;
  }
}
.contentsPointList + .contentsPointTxt {
  margin-top: 32px;
}
@media (max-width: 896px) {
  .contentsPointList + .contentsPointTxt {
    margin-top: 2em;
  }
}
.contentsPointTxt.mt--0 {
  margin-top: 0;
}

.contentsPointList {
  margin-top: 32px;
}
@media (max-width: 896px) {
  .contentsPointList {
    margin-top: 2em;
  }
}
.contentsPointList.mt--0 {
  margin-top: -0.6em;
}
.contentsPointList.mt--60 {
  margin-top: 60px;
}
@media (max-width: 896px) {
  .contentsPointList.mt--60 {
    margin-top: 3em;
  }
}

.contentsPointListItem {
  margin: 0.4em 0;
  padding-left: 1.8em;
  text-indent: -1.8em;
  font-size: 14px;
}
@media (max-width: 896px) {
  .contentsPointListItem {
    font-size: 3.2vw;
  }
}
.contentsPointListItem.ti--1em {
  padding-left: 0.6em;
  text-indent: -0.6em;
}
.contentsPointListItem.ti--3em {
  padding-left: 3em;
  text-indent: -3em;
}
.contentsPointListItem strong {
  font-weight: 600;
}

.contentsImg {
  display: block;
  margin-top: 50px;
}
@media (max-width: 896px) {
  .contentsImg {
    width: 100vw;
    margin: 12vw 0 0 -24.8vw;
  }
}

.contentsImgOnly {
  width: 748px;
  margin: 0 0 0 auto;
}
@media (max-width: 896px) {
  .contentsImgOnly {
    width: auto;
    margin: 0 -10.66666vw;
  }
}

.kanrenTitle {
  color: #fff;
}

.contentsTalkComingSoon {
  text-align: center;
  margin-top: 2em;
}

.contentsTalkComingSoonConect {
  margin-bottom: 0;
  line-height: 1;
}

.contentsTalkComingSoonTxt {
  font-size: 18px;
  color: #383737;
  font-weight: 500;
}
@media (max-width: 896px) {
  .contentsTalkComingSoonTxt {
    font-size: 3.7333333333vw;
  }
}
.contentsTalkComingSoonTxt strong {
  background-image: -webkit-linear-gradient(310deg, rgb(255, 173, 173) 0%, rgb(255, 208, 237) 50%, rgb(150, 190, 255) 100%);
  background-image: linear-gradient(140deg, rgb(255, 173, 173) 0%, rgb(255, 208, 237) 50%, rgb(150, 190, 255) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 42px;
  font-weight: 400;
}
@media (max-width: 896px) {
  .contentsTalkComingSoonTxt strong {
    font-size: 8vw;
  }
}

.gNaviListTxt small {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.contentList {
  margin-top: 2em;
}
.contentList > li {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 18px;
  line-height: 2.15;
  letter-spacing: 0.1em;
}
@media (max-width: 896px) {
  .contentList > li {
    font-size: 3.7333333333vw;
    text-align: justify;
  }
}

.contentRelativeLink {
  border: 1px solid #c2c2c2;
  padding: 1em 2em;
  margin-top: 50px;
}
@media (max-width: 896px) {
  .contentRelativeLink {
    margin-top: 12vw;
  }
}
.contentRelativeLinkTitle {
  font-size: 18px;
  line-height: 2.15;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media (max-width: 896px) {
  .contentRelativeLinkTitle {
    font-size: 3.7333333333vw;
  }
}
.contentRelativeLinkList > li {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 18px;
  line-height: 2.15;
  letter-spacing: 0.1em;
}
@media (max-width: 896px) {
  .contentRelativeLinkList > li {
    font-size: 3.7333333333vw;
    text-align: justify;
  }
}

.contentsNote {
  margin-top: 3em;
  font-size: 14px;
  line-height: 2.15;
  letter-spacing: 0.1em;
}
@media (max-width: 896px) {
  .contentsNote {
    font-size: 3.2vw;
    text-align: justify;
  }
}
.contentsNote a {
  text-decoration: underline;
}
.contentsH2 + .contentsNote {
  margin-top: 0;
}