/*!*************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/sass/styles.scss ***!
  \*************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&family=Zen+Maru+Gothic:wght@400;500;700&display=swap);

/*!*****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/sass/styles.scss (1) ***!
  \*****************************************************************************************************************************************************************************************/
/* Universal */
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
}

html {
  font-size: 10px;
}

body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  font-family: "Zen Kaku Gothic New", sans-serif;
  background-image: url(../../img/dementialifestyle/bg.svg);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span {
  margin: 0;
}

p,
a,
span,
strong {
  font-size: 1.8rem;
}

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

  p,
  a,
  span,
  strong {
    font-size: 1.6rem;
  }
}

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

  p,
  a,
  span,
  strong {
    font-size: 1.4rem;
  }
}

section {
  margin-top: 10rem;
}

@media screen and (max-width: 767px) {
  section {
    margin-top: 8rem;
  }
}

@media screen and (max-width: 469px) {
  section:first-of-type {
    margin-top: 0;
  }
}

.section-container {
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
}

@media screen and (max-width: 1279px) {
  .section-container {
    width: 95%;
    max-width: none;
  }
}

.section-title {
  margin-bottom: 2.5rem;
  margin-left: 10rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.3rem;
}

.section-title br {
  display: none;
}

@media screen and (max-width: 767px) {
  .section-title br {
    display: inline-block;
  }
}

@media screen and (max-width: 969px) {
  .section-title {
    margin-left: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .section-title {
    margin-bottom: 2rem;
    margin-left: 0;
    font-size: 2.5rem;
    text-align: center;
    letter-spacing: 0.2rem;
  }
}

@media screen and (max-width: 469px) {
  .section-title {
    margin-left: 1rem;
    font-size: 2rem;
    text-align: left;
  }
}

.contents-wrapper {
  width: 100%;
  max-width: 118rem;
  padding: 4rem 5rem;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 2rem;
  box-shadow: 0.2rem -0.2rem 1rem 0 rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 969px) {
  .contents-wrapper {
    max-width: none;
    padding: 3rem 2rem;
  }
}

.contents-wrapper-title {
  display: inline-block;
  padding: 2rem 5rem 2rem 10rem;
  margin-bottom: 3rem;
  margin-left: -10rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.24rem;
  background-color: #23b8bc;
}

.contents-wrapper-title br {
  display: none;
}

@media screen and (max-width: 767px) {
  .contents-wrapper-title br {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .contents-wrapper-title {
    padding: 1.8rem 3rem 1.8rem 7rem;
    margin-bottom: 4rem;
    margin-left: -7rem;
    font-size: 2rem;
  }
}

@media screen and (max-width: 469px) {
  .contents-wrapper-title {
    padding: 1rem 1.5rem 1rem 3.5rem;
    margin-left: -3.5rem;
    font-size: 1.6rem;
  }
}

.bubble {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 5;
  padding: 1.2rem 0;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.24rem;
  background-color: #fed700;
  border-radius: 1rem;
}

@media screen and (max-width: 469px) {
  .bubble {
    font-size: 1.4rem;
  }
}

.bubble::before {
  position: absolute;
  bottom: -2rem;
  z-index: -1;
  display: block;
  content: "";
  border-color: #fed700 transparent;
  border-style: solid;
}

.header {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 83.2rem;
  padding: 5rem 5rem 0;
  margin: 0 auto;
}

@media screen and (max-width: 1279px) {
  .header {
    padding-top: 10rem;
  }
}

@media screen and (max-width: 767px) {
  .header {
    min-height: none;
  }
}

@media screen and (max-width: 469px) {
  .header {
    padding: 10rem 0 0;
  }
}

.header-contents {
  display: flex;
  -webkit-column-gap: 7rem;
  column-gap: 7rem;
  justify-content: center;
}

@media screen and (max-width: 1279px) {
  .header-contents {
    -webkit-column-gap: 1rem;
    column-gap: 1rem;
    justify-content: space-between;
  }
}

@media screen and (max-width: 969px) {
  .header-contents {
    flex-direction: column;
  }
}

.header-contents-title h2 {
  margin-bottom: 2.274rem;
  margin-left: 5rem;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.42rem;
}

@media screen and (max-width: 969px) {
  .header-contents-title h2 {
    display: none;
  }
}

.header-contents-title-block {
  width: 49.2rem;
  height: 33.2rem;
  background-image: url(../../img/dementialifestyle/half_rect.svg);
  background-repeat: no-repeat;
}

@media screen and (max-width: 969px) {
  .header-contents-title-block {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .header-contents-title-block {
    width: 33.1rem;
    height: 22.2rem;
    background-image: url(../../img/dementialifestyle/half_rect_sp.svg);
  }
}

@media screen and (max-width: 469px) {
  .header-contents-title-block {
    width: 32rem;
  }
}

.header-contents-title-block h1 {
  padding-top: 2rem;
  padding-left: 5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 4.5rem;
  font-weight: 500;
  letter-spacing: 0.45rem;
}

@media screen and (max-width: 767px) {
  .header-contents-title-block h1 {
    padding-left: 2.1rem;
    font-size: 3rem;
  }
}

.header-contents-title-block h1 span {
  font-size: 4.5rem;
}

@media screen and (max-width: 767px) {
  .header-contents-title-block h1 span {
    font-size: 3rem;
  }
}

.header-contents-title-block h1 span.span-lg {
  font-size: 6rem;
  letter-spacing: 0.9rem;
}

@media screen and (max-width: 767px) {
  .header-contents-title-block h1 span.span-lg {
    font-size: 4rem;
  }
}

.header-contents-title-block h1 span.span-red {
  font-weight: 700;
  color: #e60013;
  letter-spacing: 0.35rem;
}

@media screen and (max-width: 767px) {
  .header-contents-title-block h1 span.span-red {
    letter-spacing: 0.25rem;
  }
}

.header-contents-title-block h1 span.span-blue {
  font-weight: 700;
  color: #0e6eb8;
  letter-spacing: 0.35rem;
}

@media screen and (max-width: 767px) {
  .header-contents-title-block h1 span.span-blue {
    letter-spacing: 0.25rem;
  }
}

.header-contents-title-author {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: -8rem;
}

@media screen and (max-width: 969px) {
  .header-contents-title-author {
    display: none;
  }
}

.header-contents-title-author img {
  width: 34rem;
}

.header-contents-title-author span {
  width: 14rem;
  height: 14rem;
  padding: 2.9rem 0;
  margin-left: -6.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2rem;
  color: #e60013;
  text-align: center;
  letter-spacing: 0.16rem;
  background-color: #fff;
  border: solid 0.3rem #e60013;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-contents-book {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 16rem;
}

@media screen and (max-width: 969px) {
  .header-contents-book {
    margin-top: 0;
  }
}

.header-contents-book-desc {
  padding: 2rem 3.2rem 4.2rem;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.3rem;
  background-color: #fed700;
  border-radius: 2rem;
}

@media screen and (max-width: 969px) {
  .header-contents-book-desc {
    padding: 1.6rem 2.6rem;
    margin-top: -5rem;
  }
}

@media screen and (max-width: 767px) {
  .header-contents-book-desc {
    margin-top: -4rem;
    font-size: 1.7rem;
    letter-spacing: 0.17rem;
  }
}

.header-contents-book img {
  width: 29.6rem;
  margin-top: -3rem;
}

@media screen and (max-width: 969px) {
  .header-contents-book img {
    display: none;
  }
}

.header-sp {
  display: none;
  -webkit-column-gap: 0.5rem;
  column-gap: 0.5rem;
  align-items: flex-start;
  justify-content: center;
  margin-top: 1.7rem;
}

@media screen and (max-width: 969px) {
  .header-sp {
    display: flex;
  }
}

@media screen and (max-width: 469px) {
  .header-sp {
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem);
  }
}

@media screen and (max-width: 369px) {
  .header-sp {
    -webkit-transform: translateX(-3rem);
    transform: translateX(-3rem);
  }
}

.header-sp-author {
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 469px) {
  .header-sp-author {
    align-items: flex-end;
  }
}

.header-sp-author span {
  width: 14rem;
  height: 14rem;
  padding: 2.9rem 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2rem;
  color: #e60013;
  text-align: center;
  letter-spacing: 0.16rem;
  background-color: #fff;
  border: solid 0.3rem #e60013;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 469px) {
  .header-sp-author span {
    width: 12rem;
    height: 12rem;
    padding: 0;
    font-size: 1.4rem;
    line-height: 1.8rem;
    letter-spacing: 0.14rem;
  }
}

.header-sp-author img {
  width: 20rem;
}

@media screen and (max-width: 469px) {
  .header-sp-author img {
    width: 18.5rem;
  }
}

.header-sp-img img {
  width: 23rem;
}

@media screen and (max-width: 469px) {
  .header-sp-img img {
    width: 18.3rem;
  }
}

.header-info {
  position: relative;
  z-index: -1;
  display: flex;
  -webkit-column-gap: 25rem;
  column-gap: 25rem;
  align-items: flex-end;
  justify-content: center;
  width: 100vw;
  padding: 7rem 0 3.2rem 10rem;
  margin: -6rem calc(50% - 50vw) 0;
  color: #fff;
  background-color: #123f6f;
}

@media screen and (max-width: 1279px) {
  .header-info {
    -webkit-column-gap: 1rem;
    column-gap: 1rem;
    justify-content: space-between;
    padding: 7rem 5% 3.2rem;
  }
}

@media screen and (max-width: 969px) {
  .header-info {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0 1.5rem;
    margin-top: 0;
  }
}

@media screen and (max-width: 469px) {
  .header-info {
    z-index: 10;
    margin-top: -2rem;
  }
}

.header-info-author {
  padding-left: 5rem;
}

@media screen and (max-width: 969px) {
  .header-info-author {
    display: none;
  }
}

.header-info-author h4 {
  margin-bottom: 1rem;
  font-size: 3rem;
  letter-spacing: 0.15rem;
}

.header-info-author span {
  display: block;
  font-size: 1.8rem;
  line-height: 3rem;
  letter-spacing: 0.18rem;
}

.header-info-date {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header-info-date h3 {
  margin-bottom: 0.2rem;
  font-size: 4rem;
  color: #fed700;
  letter-spacing: 0.6rem;
}

@media screen and (max-width: 767px) {
  .header-info-date h3 {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 469px) {
  .header-info-date h3 {
    font-size: 2.8rem;
  }
}

.header-info-date span {
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: 0.18rem;
}

.header-info-date span br {
  display: none;
}

@media screen and (max-width: 369px) {
  .header-info-date span br {
    display: inline-block;
  }
}

.header-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 200;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100vw;
  padding: 1.6rem 0;
  margin: 0 calc(50% - 50vw);
  background-color: #fff;
  box-shadow: 0.2rem -0.2rem 1rem 0 rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 1279px) {
  .header-btn {
    display: flex;
  }
}

.header-btn a {
  padding: 1.3rem 6rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.24rem;
  background-color: #e60013;
  border-radius: 1rem;
  box-shadow: 0.2rem -0.2rem 1rem 0 rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .header-btn a {
    padding: 1rem 6rem;
    font-size: 2rem;
  }
}

.header-btn a:hover {
  background-color: rgba(230, 0, 19, 0.9);
}

.header-btn a:active {
  background-color: rgba(230, 0, 19, 0.9);
}

.header-modal {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: none;
  padding: 4rem 1rem;
  text-align: center;
}

@media screen and (max-width: 1279px) {
  .header-modal {
    display: block;
  }
}

.header-modal:target {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.4s, visibility 0.4s;
}

.header-modal:not(:target) {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
}

.header-modal::after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  vertical-align: middle;
  content: "";
}

.header-modal-window {
  position: relative;
  z-index: 350;
  display: inline-block;
  width: 100%;
  max-width: 40rem;
  padding: 7rem 5.5rem 4rem;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0.2rem -0.2rem 1rem 0 rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 469px) {
  .header-modal-window {
    max-width: 31rem;
    padding: 7rem 3rem 4rem;
  }
}

.header-modal-window-contents {
  max-height: 90vh;
  overflow-y: auto;
  text-align: left;
}

.header-modal-window-contents ul {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.header-modal-window-contents ul li a {
  display: block;
  width: 100%;
  padding: 2rem 0;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background-color: #123f6f;
  border-radius: 0.5rem;
  transition: all 0.3s ease-in-out;
}

.header-modal-window-contents ul li a:hover {
  background-color: rgba(18, 63, 111, 0.9);
}

.header-modal-window-contents ul li a:active {
  background-color: rgba(18, 63, 111, 0.9);
}

.header-modal-window-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 50;
  font-size: 3rem;
  color: #000;
}

.header-modal-overlay {
  position: absolute;
  inset: 0;
  z-index: 25;
  background-color: rgba(0, 0, 0, 0.8);
}

.header-links {
  position: fixed;
  top: 4rem;
  right: 3rem;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 1279px) {
  .header-links {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8rem;
    background-color: #fff;
    box-shadow: 0.2rem -0.2rem 1rem 0 rgba(0, 0, 0, 0.25);
  }
}

.header-links-logo {
  display: flex;
  -webkit-column-gap: 1.573rem;
  column-gap: 1.573rem;
}

@media screen and (max-width: 1279px) {
  .header-links-logo {
    align-items: flex-end;
    justify-content: space-between;
    width: 95%;
    height: 8rem;
    padding-bottom: 1rem;
    margin: 0 auto;
  }
}

.header-links-logo-img {
  width: 9.327rem;
}

.header-links-logo-img img {
  width: 100%;
}

.header-links-logo-share {
  display: flex;
  flex-direction: column;
}

.header-links-logo-share span {
  margin-bottom: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08rem;
}

.header-links-logo-share ul {
  display: flex;
  -webkit-column-gap: 1.3rem;
  column-gap: 1.3rem;
}

.header-links-logo-share ul li a:hover img {
  opacity: 0.8;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.header-links-logo-share ul li a:active img {
  opacity: 0.8;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.header-links-logo-share ul li a img {
  transition: all 0.3s ease-in-out;
  width: 2.5rem;
  height: 2.5rem;
}

.header-links-list {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  width: 21rem;
  margin-top: 2rem;
}

@media screen and (max-width: 1279px) {
  .header-links-list {
    display: none;
  }
}

.header-links-list li {
  width: 100%;
}

.header-links-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 5rem;
  font-weight: 700;
  color: #fff;
  background-color: #123f6f;
  border-radius: 0.5rem;
}

.header-links-list li a:hover {
  background-color: rgba(18, 63, 111, 0.9);
}

.header-links-list li a:active {
  background-color: rgba(18, 63, 111, 0.9);
}

.header-links-popup {
  position: relative;
  width: 26rem;
  height: 26rem;
  margin-top: 5rem;
  margin-right: -4rem;
  background-color: red;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  box-shadow: 0.2rem -0.2rem 1rem 0 rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 1279px) {
  .header-links-popup {
    position: fixed;
    bottom: 9.3rem;
    left: 50%;
    z-index: 50;
    width: 33.5rem;
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 767px) {
  .header-links-popup {
    bottom: 8.1rem;
  }
}

@media screen and (max-width: 339px) {
  .header-links-popup {
    width: 100%;
  }
}

.header-links-popup-img {
  width: 100%;
  height: 100%;
  background-image: url(../../img/dementialifestyle/popup.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}

@media screen and (max-width: 1279px) {
  .header-links-popup-img {
    background-image: url(../../img/dementialifestyle/popup_sp.png);
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 0;
  }
}

.header-links-popup.hide {
  -webkit-animation: hide 0.5s ease-in-out forwards;
  animation: hide 0.5s ease-in-out forwards;
}

@media screen and (max-width: 1279px) {
  .header-links-popup.hide {
    -webkit-animation: hide-sp 0.5s ease-in-out forwards;
    animation: hide-sp 0.5s ease-in-out forwards;
  }
}

.header-links-popup-close {
  position: absolute;
  top: 0.5rem;
  left: 1rem;
  font-size: 3rem;
  color: #000;
  cursor: pointer;
}

@media screen and (max-width: 1279px) {
  .header-links-popup-close {
    top: 1rem;
    left: 1.5rem;
  }
}

.header-links-popup-text {
  position: absolute;
  top: 2.8rem;
  right: 0;
  padding: 0.4rem 1.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4rem;
  text-align: center;
  letter-spacing: 0.16rem;
  background-color: #fed700;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

@media screen and (max-width: 1279px) {
  .header-links-popup-text {
    padding: 1.3rem 1.9rem;
    font-size: 1.8rem;
  }
}

.header-links-popup-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 0.9rem 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 0.18rem;
  background-color: #e60013;
  border-bottom-left-radius: 2rem;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1279px) {
  .header-links-popup-btn {
    padding: 0.6rem 0;
    font-size: 2.2rem;
    border-bottom-left-radius: 0;
  }
}

.header-links-popup-btn:hover {
  background-color: rgba(230, 0, 19, 0.9);
}

.header-links-popup-btn:active {
  background-color: rgba(230, 0, 19, 0.9);
}

@-webkit-keyframes hide {
  to {
    opacity: 0;
    -webkit-transform: translateX(26rem);
    transform: translateX(26rem);
  }
}

@keyframes hide {
  to {
    opacity: 0;
    -webkit-transform: translateX(26rem);
    transform: translateX(26rem);
  }
}

@-webkit-keyframes hide-sp {
  to {
    opacity: 0;
    -webkit-transform: translate(-50%, 26rem);
    transform: translate(-50%, 26rem);
  }
}

@keyframes hide-sp {
  to {
    opacity: 0;
    -webkit-transform: translate(-50%, 26rem);
    transform: translate(-50%, 26rem);
  }
}

.seminar-contents {
  display: flex;
  -webkit-column-gap: 5rem;
  column-gap: 5rem;
}

@media screen and (max-width: 1279px) {
  .seminar-contents {
    -webkit-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }
}

@media screen and (max-width: 969px) {
  .seminar-contents {
    flex-direction: column;
    align-items: center;
  }
}

.seminar-contents-sp {
  display: none;
  margin-bottom: 4rem;
}

@media screen and (max-width: 969px) {
  .seminar-contents-sp {
    display: block;
  }
}

.seminar-contents-sp img {
  width: 100%;
  max-width: 48rem;
  margin: 0 auto;
}

.seminar-contents-text {
  display: flex;
  flex-direction: column;
}

.seminar-contents-text p {
  margin-bottom: 2rem;
  line-height: 3rem;
  letter-spacing: 0.09rem;
}

@media screen and (max-width: 469px) {
  .seminar-contents-text p {
    line-height: 2.4rem;
    letter-spacing: 0.07rem;
  }
}

.seminar-contents-text-date {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #e60013;
}

.seminar-contents-text-date h6 {
  margin-bottom: 1rem;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 3rem;
  letter-spacing: 0.13rem;
}

@media screen and (max-width: 767px) {
  .seminar-contents-text-date h6 {
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 469px) {
  .seminar-contents-text-date h6 {
    font-size: 2rem;
    line-height: 3.5rem;
    text-align: center;
    letter-spacing: 0.08rem;
  }
}

.seminar-contents-text-date h6 br {
  display: none;
}

@media screen and (max-width: 469px) {
  .seminar-contents-text-date h6 br {
    display: inline-block;
  }
}

.seminar-contents-text-date h6 span {
  font-size: 2rem;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 767px) {
  .seminar-contents-text-date h6 span {
    font-size: 1.8rem;
    letter-spacing: 0.09rem;
  }
}

@media screen and (max-width: 469px) {
  .seminar-contents-text-date h6 span {
    font-size: 1.6rem;
    letter-spacing: 0.08rem;
  }
}

.seminar-contents-text-date table tr td {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 3rem;
  letter-spacing: 0.08rem;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .seminar-contents-text-date table tr td {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 469px) {
  .seminar-contents-text-date table tr td {
    font-size: 1.4rem;
  }
}

.seminar-contents-text-date table tr td:first-child {
  white-space: nowrap;
}

.seminar-contents-text-date table tr td br {
  display: none;
}

@media screen and (max-width: 469px) {
  .seminar-contents-text-date table tr td br {
    display: inline-block;
  }
}

.seminar-contents-procedure {
  display: flex;
  flex-direction: column;
  margin-top: -10rem;
}

@media screen and (max-width: 1279px) {
  .seminar-contents-procedure {
    margin-top: -3rem;
  }
}

@media screen and (max-width: 969px) {
  .seminar-contents-procedure {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 469px) {
  .seminar-contents-procedure {
    width: 100%;
  }
}

.seminar-contents-procedure-img {
  width: 48rem;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 969px) {
  .seminar-contents-procedure-img {
    display: none;
  }
}

.seminar-contents-procedure-img img {
  width: 100%;
}

.seminar-contents-procedure-figure {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 469px) {
  .seminar-contents-procedure-figure {
    width: 100%;
  }
}

.seminar-contents-procedure-figure p {
  width: 100%;
  padding: 2.4rem 0;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 0.18rem;
  background-color: #123f6f;
  border-radius: 1rem;
}

.seminar-contents-procedure-figure p a {
  color: #fff;
  /* color: #fed700; */
  /* -webkit-text-decoration-line: underline; */
  /* text-decoration-line: underline; */
  /* transition: all 0.3s ease-in-out; */
}

.seminar-contents-procedure-figure p a:hover {
  /* color: rgba(254, 215, 0, 0.9); */
}

.seminar-contents-procedure-figure p a:active {
  /* color: rgba(254, 215, 0, 0.9); */
}

.seminar-contents-procedure-figure img {
  margin: 0.7rem 0;
}

.seminar-contents-procedure-figure-btn {
  padding: 1.2rem 3.2rem;
  margin-top: 4rem;
  margin-right: auto;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.24rem;
  background-color: #e60013;
  border-radius: 1rem;
  box-shadow: 0.2rem -0.2rem 1rem 0 rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 969px) {
  .seminar-contents-procedure-figure-btn {
    width: 100%;
    margin: 4rem auto 0;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .seminar-contents-procedure-figure-btn {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 469px) {
  .seminar-contents-procedure-figure-btn {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
}

.seminar-contents-procedure-figure-btn:hover {
  background-color: rgba(230, 0, 19, 0.9);
}

.seminar-contents-procedure-figure-btn:active {
  background-color: rgba(230, 0, 19, 0.9);
}

.author-contents {
  position: relative;
}

@media screen and (max-width: 969px) {
  .author-contents {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

.author-contents-profile {
  display: flex;
  flex-direction: column;
  row-gap: 3.5rem;
}

@media screen and (max-width: 969px) {
  .author-contents-profile {
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  .author-contents-profile {
    width: 100%;
  }
}

.author-contents-profile-text {
  line-height: 3rem;
  letter-spacing: 0.09rem;
}

.author-contents-profile-text h6 {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .author-contents-profile-text h6 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 469px) {
  .author-contents-profile-text h6 {
    font-size: 1.4rem;
  }
}

.author-contents-profile-text ul li {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .author-contents-profile-text ul li {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 469px) {
  .author-contents-profile-text ul li {
    font-size: 1.4rem;
    line-height: 2.4rem;
    letter-spacing: 0.07rem;
  }
}

@media screen and (max-width: 469px) {
  .author-contents-profile-text ul li.lg-text {
    display: none;
  }
}

.author-contents-profile-text ul li.sp-text {
  display: none;
}

@media screen and (max-width: 469px) {
  .author-contents-profile-text ul li.sp-text {
    display: block;
  }
}

.author-contents-img {
  position: absolute;
  top: -2.5rem;
  right: 0;
  display: flex;
  align-items: flex-end;
}

@media screen and (max-width: 969px) {
  .author-contents-img {
    position: relative;
    top: 0;
    order: 0;
    margin-bottom: 4rem;
  }
}

.author-contents-img-illustration {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 22.8rem;
}

@media screen and (max-width: 1079px) {
  .author-contents-img-illustration {
    display: none;
  }
}

.author-contents-img-illustration .bubble {
  width: 18rem;
}

.author-contents-img-illustration .bubble::before {
  left: 55%;
  border-width: 3rem 0 0 2.5rem;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

.author-contents-img-illustration img {
  width: 9rem;
  margin-left: auto;
}

.author-contents-img-profile img {
  width: 42.2rem;
}

@media screen and (max-width: 1279px) {
  .author-contents-img-profile img {
    width: 100%;
    max-width: 38rem;
  }
}

.prevention {
  padding-bottom: 3rem;
}

.prevention-contents {
  display: flex;
  -webkit-column-gap: 5rem;
  column-gap: 5rem;
}

@media screen and (max-width: 1279px) {
  .prevention-contents {
    -webkit-column-gap: 2.5rem;
    column-gap: 2.5rem;
    align-items: center;
  }
}

@media screen and (max-width: 969px) {
  .prevention-contents {
    flex-direction: column;
  }
}

.prevention-contents-text {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 969px) {
  .prevention-contents-text {
    order: 1;
  }
}

.prevention-contents-text p {
  line-height: 3rem;
  letter-spacing: 0.09rem;
}

@media screen and (max-width: 469px) {
  .prevention-contents-text p {
    line-height: 2.4rem;
    letter-spacing: 0.07rem;
  }
}

.prevention-contents-img {
  margin-top: -8rem;
}

@media screen and (max-width: 1279px) {
  .prevention-contents-img {
    margin-top: 0;
  }
}

@media screen and (max-width: 969px) {
  .prevention-contents-img {
    order: 0;
  }
}

.prevention-contents-img img {
  width: 47.4rem;
}

@media screen and (max-width: 767px) {
  .prevention-contents-img img {
    width: 100%;
    max-width: 47.4rem;
  }
}

.feature {
  width: 100%;
  padding-bottom: 10rem;
  background-color: #fed700;
}

.feature .contents-wrapper {
  padding-top: 2rem;
  margin-bottom: 5rem;
}

@media screen and (max-width: 1279px) {
  .feature .contents-wrapper {
    max-width: 80rem;
  }
}

@media screen and (max-width: 767px) {
  .feature .contents-wrapper {
    max-width: none;
    margin-bottom: 8rem;
  }
}

.feature-titles {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.feature-titles h2 {
  padding: 0.8rem 5rem;
  margin-top: -3rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.3rem;
  background-color: #123f6f;
  border-radius: 1rem;
  box-shadow: 0.2rem -0.2rem 1rem 0 rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 767px) {
  .feature-titles h2 {
    padding: 1.2rem 3rem;
    font-size: 2.5rem;
    letter-spacing: 0.25rem;
  }
}

@media screen and (max-width: 767px) {
  .feature-titles h2 {
    padding: 1rem 2.6rem;
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
}

.feature-titles h3 {
  margin: 4rem 0;
  font-size: 2.4rem;
  letter-spacing: 0.24rem;
}

.feature-titles h3 br {
  display: none;
}

@media screen and (max-width: 767px) {
  .feature-titles h3 br {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .feature-titles h3 {
    text-align: center;
  }
}

@media screen and (max-width: 469px) {
  .feature-titles h3 {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
}

.feature-titles:not(:first-of-type) h3 {
  margin-top: 0;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .feature-titles:not(:first-of-type) h3 {
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .feature-titles:not(:first-of-type) h3.last {
    margin-bottom: 1rem;
  }
}

.feature-title {
  position: relative;
}

@media screen and (max-width: 469px) {
  .feature-title-flex {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.feature-title h4,
.feature-title span {
  z-index: 5;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 4rem;
  color: #0e6eb8;
  letter-spacing: 0.3rem;
}

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

  .feature-title h4,
  .feature-title span {
    font-size: 2.7rem;
  }
}

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

  .feature-title h4,
  .feature-title span {
    font-size: 2.5rem;
  }
}

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

  .feature-title h4,
  .feature-title span {
    font-size: 2rem;
    line-height: 3rem;
    letter-spacing: 0.2rem;
  }
}

.feature-title h4 {
  padding: 3rem 0 3rem 3rem;
}

@media screen and (max-width: 767px) {
  .feature-title h4 {
    text-align: center;
  }
}

@media screen and (max-width: 469px) {
  .feature-title h4 {
    padding-top: 1rem;
    text-align: left;
  }
}

.feature-title h4 br {
  display: none;
}

@media screen and (max-width: 767px) {
  .feature-title h4 br {
    display: inline-block;
  }
}

.feature-title span {
  color: #f8b500;
}

.feature-title-rect {
  position: absolute;
  top: 0;
  display: block;
  width: 25.1rem;
  height: 100%;
  border-bottom: solid 0.57rem #f8b500;
  border-left: solid 0.57rem #f8b500;
  border-bottom-left-radius: 2rem;
}

@media screen and (max-width: 767px) {
  .feature-title-rect {
    left: 50%;
    width: 32rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 469px) {
  .feature-title-rect {
    width: 29rem;
    height: 8.6rem;
  }
}

.feature-contents {
  display: flex;
  -webkit-column-gap: 3rem;
  column-gap: 3rem;
  justify-content: space-between;
  margin-top: 3rem;
}

@media screen and (max-width: 1279px) {
  .feature-contents {
    flex-direction: column;
    row-gap: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .feature-contents {
    margin-top: 5.5rem;
  }
}

.feature-contents-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.feature-contents-item-img-first {
  position: relative;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-contents-item-img-first img {
  order: 1;
  width: 55rem;
}

@media screen and (max-width: 767px) {
  .feature-contents-item-img-first img {
    width: 100%;
    max-width: 55rem;
  }
}

@media screen and (max-width: 767px) {
  .feature-contents-item-img-first img {
    margin-top: -3rem;
  }
}

@media screen and (max-width: 767px) {
  .feature-contents-item-img-first img {
    margin-top: -1rem;
  }
}

.feature-contents-item-img-second {
  position: relative;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-contents-item-img-second img {
  order: 1;
  width: 44.4rem;
}

@media screen and (max-width: 767px) {
  .feature-contents-item-img-second img {
    width: 100%;
    max-width: 44.4rem;
  }
}

@media screen and (max-width: 469px) {
  .feature-contents-item-img-second img {
    margin-bottom: 2rem;
  }
}

.feature-contents-item-img-third img {
  width: 50rem;
}

@media screen and (max-width: 767px) {
  .feature-contents-item-img-third img {
    width: 100%;
    max-width: 50rem;
  }
}

@media screen and (max-width: 469px) {
  .feature-contents-item-img-third img {
    display: none;
  }
}

.feature-contents-item .bubble {
  position: absolute;
  top: -3rem;
  right: -7rem;
  width: 18rem;
}

@media screen and (max-width: 767px) {
  .feature-contents-item .bubble {
    position: relative;
    top: auto;
    right: auto;
    order: 0;
  }
}

.feature-contents-item .bubble::before {
  left: 30%;
  border-width: 3rem 2.5rem 0 0;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}

@media screen and (max-width: 767px) {
  .feature-contents-item .bubble::before {
    left: 45%;
  }
}

.feature-contents-item .bubble.second {
  right: -8rem;
  width: 24rem;
  padding: 1.2rem 0.8rem;
}

@media screen and (max-width: 767px) {
  .feature-contents-item .bubble.second {
    right: auto;
  }
}

@media screen and (max-width: 767px) {
  .feature-contents-item .bubble.second::before {
    left: 60%;
  }
}

.feature-contents-item p {
  line-height: 3rem;
  letter-spacing: 0.09rem;
}

@media screen and (max-width: 469px) {
  .feature-contents-item p {
    line-height: 2.4rem;
    letter-spacing: 0.07rem;
  }
}

.feature-contents-item-graph {
  width: 50rem;
}

@media screen and (max-width: 767px) {
  .feature-contents-item-graph {
    width: 100%;
    max-width: 50rem;
  }
}

@media screen and (max-width: 469px) {
  .feature-contents-item-graph {
    display: none;
  }
}

.feature-contents-item-graph-sp {
  display: none;
  width: 25rem;
  margin: 0 auto;
}

@media screen and (max-width: 469px) {
  .feature-contents-item-graph-sp {
    display: block;
  }
}

.feature-contents-item-caution {
  display: flex;
  flex-direction: column;
  row-gap: 2.3rem;
  align-items: center;
  margin-top: 3rem;
  color: #0e6eb8;
}

@media screen and (max-width: 469px) {
  .feature-contents-item-caution {
    display: none;
  }
}

.feature-contents-item-caution-sp {
  display: none;
  flex-direction: column;
}

@media screen and (max-width: 469px) {
  .feature-contents-item-caution-sp {
    display: flex;
    row-gap: 1rem;
  }
}

.feature-contents-item-caution-sp-img img {
  width: 100%;
}

.feature-contents-item-caution-sp ul {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  align-items: center;
}

.feature-contents-item-caution-sp ul li {
  width: 100%;
  max-width: 31rem;
  padding: 1rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  color: #0e6eb8;
  letter-spacing: 0.07rem;
  border: 0.2rem solid #0e6eb8;
  border-radius: 1rem;
}

.feature-contents-item-caution h6 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 3rem;
  letter-spacing: 0.2rem;
}

.feature-contents-item-caution-img img {
  width: 100%;
  max-width: 50rem;
}

.feature-contents-item-heading {
  padding: 1rem 1.6rem;
  margin: 3rem 0 0.3rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 3rem;
  color: #0e6eb8;
  text-align: center;
  letter-spacing: 0.2rem;
  border: solid 0.2rem #0e6eb8;
  border-radius: 1rem;
}

@media screen and (max-width: 469px) {
  .feature-contents-item-heading {
    display: none;
  }
}

.feature-detail {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
  width: 100%;
  max-width: 118rem;
  margin: 0 auto 5rem;
}

@media screen and (max-width: 1279px) {
  .feature-detail {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .feature-detail {
    width: 95%;
    max-width: none;
  }
}

.feature-detail-item {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
  align-items: center;
  padding: 4rem 3.2rem;
  background-color: #fff;
  border-radius: 2rem;
  box-shadow: 0.2rem -0.2rem 1rem 0 rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 1279px) {
  .feature-detail-item {
    width: 100%;
    max-width: 70rem;
    margin: 0 auto;
  }
}

@media screen and (max-width: 469px) {
  .feature-detail-item {
    padding: 2.2rem 2.6rem;
  }
}

@media screen and (max-width: 767px) {
  .feature-detail-item:first-child {
    display: none;
  }
}

.feature-detail-item h5 {
  font-size: 2.4rem;
  letter-spacing: 0.24rem;
}

@media screen and (max-width: 767px) {
  .feature-detail-item h5 {
    font-size: 2.2rem;
    letter-spacing: 0.22rem;
  }
}

@media screen and (max-width: 469px) {
  .feature-detail-item h5 {
    font-size: 2rem;
    letter-spacing: 0.18rem;
  }
}

.feature-detail-item-img {
  position: absolute;
}

.feature-detail-item-img.img1 {
  top: 0.8rem;
  right: 5.8rem;
  width: 12.8rem;
}

@media screen and (max-width: 767px) {
  .feature-detail-item-img.img1 {
    top: 2.7rem;
    right: 2rem;
    width: 10rem;
  }
}

@media screen and (max-width: 767px) {
  .feature-detail-item-img.img1 {
    right: 1.5rem;
    width: 8.7rem;
  }
}

.feature-detail-item-img.img2 {
  top: 0;
  left: 0;
  width: 17.8rem;
}

@media screen and (max-width: 1279px) {
  .feature-detail-item-img.img2 {
    width: 15rem;
  }
}

@media screen and (max-width: 767px) {
  .feature-detail-item-img.img2 {
    display: none;
  }
}

.feature-detail-item-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 2rem;
}

@media screen and (max-width: 767px) {
  .feature-detail-item-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }
}

.feature-detail-item-grid p {
  width: 24rem;
  padding: 2rem 0;
  text-align: center;
  border-bottom: solid 0.57rem #f8b500;
  border-left: solid 0.57rem #f8b500;
  border-bottom-left-radius: 2rem;
}

@media screen and (max-width: 767px) {
  .feature-detail-item-grid p {
    width: 100%;
    max-width: 27.6rem;
    margin: 0 auto;
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 469px) {
  .feature-detail-item-grid p {
    padding: 1.8rem 0;
  }
}

.feature-detail-item-grid p.small {
  font-size: 1.8rem;
}

.feature-detail-item-grid p.small span {
  font-size: 1.8rem;
}

.feature-detail-item-grid p,
.feature-detail-item-grid span {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 3rem;
  color: #0e6eb8;
}

.feature-detail-item-grid p span,
.feature-detail-item-grid span span {
  color: #f8b500;
}

.feature-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-btn a {
  padding: 1.3rem 6rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.24rem;
  background-color: #e60013;
  border-radius: 1rem;
  box-shadow: 0.2rem -0.2rem 1rem 0 rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .feature-btn a {
    padding: 1rem 6rem;
    font-size: 2rem;
  }
}

.feature-btn a:hover {
  background-color: rgba(230, 0, 19, 0.9);
}

.feature-btn a:active {
  background-color: rgba(230, 0, 19, 0.9);
}

@media screen and (max-width: 469px) {
  .feature-btn a {
    width: 100%;
    text-align: center;
  }
}

.book {
  padding-bottom: 10rem;
}

@media screen and (max-width: 969px) {
  .book {
    padding-bottom: 3rem;
  }
}

.book-contents {
  display: flex;
  -webkit-column-gap: 3rem;
  column-gap: 3rem;
  align-items: flex-end;
  justify-content: center;
  padding-left: 12rem;
}

@media screen and (max-width: 1079px) {
  .book-contents {
    padding-left: 0;
  }
}

@media screen and (max-width: 969px) {
  .book-contents {
    position: relative;
    flex-direction: column;
    align-items: center;
  }
}

.book-contents-illustration {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  order: 0;
  width: 20.2rem;
  padding-bottom: 1rem;
}

@media screen and (max-width: 969px) {
  .book-contents-illustration {
    width: 30rem;
  }
}

.book-contents-illustration .bubble {
  width: 18rem;
}

.book-contents-illustration .bubble::before {
  left: 60%;
  border-width: 3rem 0 0 2.5rem;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

@media screen and (max-width: 969px) {
  .book-contents-illustration .bubble::before {
    top: 50%;
    right: -1.5rem;
    bottom: inherit;
    border-width: 0 3rem 2.5rem 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.book-contents-illustration img {
  width: 11.4rem;
  margin-top: 0.5rem;
  margin-left: auto;
}

@media screen and (max-width: 969px) {
  .book-contents-illustration img {
    width: 6rem;
    margin-top: -6rem;
  }
}

.book-contents-img {
  width: 30rem;
}

@media screen and (max-width: 969px) {
  .book-contents-img {
    order: 2;
  }
}

.book-contents-img img {
  width: 100%;
}

.book-contents-info {
  display: flex;
  flex-direction: column;
  row-gap: 2.9rem;
  padding-bottom: 3.3rem;
}

@media screen and (max-width: 969px) {
  .book-contents-info {
    order: 1;
    padding-bottom: 2.2rem;
    margin-top: -9rem;
  }
}

.book-contents-info-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 4rem;
  letter-spacing: 0.3rem;
}

.book-contents-info-title .lg {
  font-size: 4rem;
  letter-spacing: 0.6rem;
}

.book-contents-info-title .red,
.book-contents-info-title .blue {
  font-size: 3rem;
  font-weight: 700;
}

.book-contents-info-title .red {
  color: #e60013;
}

.book-contents-info-title .blue {
  color: #0e6eb8;
}

@media screen and (max-width: 969px) {
  .book-contents-info-text {
    display: none;
  }
}

.book-contents-info-text p {
  font-weight: 400;
  line-height: 3rem;
}

.book-contents-info-btn {
  padding: 1.3rem 6rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.24rem;
  background-color: #e60013;
  border-radius: 1rem;
  box-shadow: 0.2rem -0.2rem 1rem 0 rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .book-contents-info-btn {
    padding: 1rem 6rem;
    font-size: 2rem;
  }
}

.book-contents-info-btn:hover {
  background-color: rgba(230, 0, 19, 0.9);
}

.book-contents-info-btn:active {
  background-color: rgba(230, 0, 19, 0.9);
}

@media screen and (max-width: 969px) {
  .book-contents-info-btn {
    display: none;
  }
}

.book-contents-sp-text {
  display: none;
  width: 29rem;
  margin-top: 1.5rem;
}

@media screen and (max-width: 969px) {
  .book-contents-sp-text {
    display: block;
    order: 3;
  }
}

.book-contents-sp-text p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 3rem;
  text-align: left;
}

.footer {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0.2rem -0.2rem 1rem 0 rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 1279px) {
  .footer {
    margin-bottom: 9.3rem;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    margin-bottom: 8.1rem;
    background-color: #fed700;
  }
}

.footer-info {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-column-gap: 2rem;
  column-gap: 2rem;
  padding: 2.5rem 0;
}

.footer-info img {
  width: 9.3269rem;
}

@media screen and (max-width: 767px) {
  .footer-info img {
    display: none;
  }
}

.footer-info small {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}

.disabled-link {
  background-color: gray;
}

.disabled-link:hover {
  background-color: gray;
}

/*# sourceMappingURL=index.css.map*/