img {
  box-shadow: none;
}

p {
  font-size: 16px;
}

h2,
h3,
h4,
h5 {
  font-weight: normal;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ＭＳ 明朝', 'MS Mincho', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  color: #333;
}

h2 {
  font-size: 35px;
  text-align: center;
  position: relative;
}

h2::after {
  content: "";
  position: absolute;
  top: 120%;
  left: 50%;
  transform: translate(-50%, -120%);
  width: 200px;
  border-bottom: solid 2px #0192cc;
}

@media screen and (max-width:768px) {
  h2 {
    font-size: 20px;
  }

}

header,
footer,
.sec-entry,
.sp-header {
  display: none;
}

.sec-entry {
  padding: 0;
}

/* 

book-top

*/

.book-top {
  width: 100%;
  height: auto;
}

.book-top img {
  width: 100%;
  height: auto;
  object-fit: cover;
}


/* 

お問い合わせボタン 

*/

.block-btn {
  width: 100%;
  height: auto;
  padding: 0 0 50px;
  background-color: #0192cc;
  margin-top: -30px;
  text-align: center;
}

.block-btn-flex {
  width: 100%;
  height: auto;
  gap: 50px;
  margin: 0;
}

.block-btn-flex .block-btn-item {
  width: auto;
  text-align: center;
}

.block-btn-flex .block-btn-item p {
  text-align: center;
  padding-bottom: 0px;
  color: #f6fb54;
  font-size: 18px;
  font-weight: bold;
}

.block-btn-flex .block-btn-item a {
  background-color: #fff;
  color: #00425c;
  width: 100%;
  max-width: 650px;
  margin: 15px auto 0;
  padding: 14px 48px;
  border-radius: 28px;
  border: double 5px #00425c;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.dli-caret-right {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.375em 0.64952em;
  border-left-color: currentColor;
  border-right: 0;
}

.block-btn-flex .block-btn-item a .dli-caret-right {
  display: inline-block;
  vertical-align: middle;
  color: #00425c;

  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.375em 0.64952em;
  border-left-color: currentColor;
  border-right: 0;
}

.balloon1 {
  position: relative;
  display: inline-block;
  /* margin: 1.5em 0; */
  margin-top: -15px;
  margin-bottom: 20px;
  padding: 8px 32px;
  min-width: 120px;
  max-width: 100%;
  color: #13145a;
  background: #fff;
  border-radius: 25px;
  border: solid 6px #0192cc;
  box-shadow: 2px 2px 4px -2px gray inset;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fff;
}

.balloon1 p {
  margin: 0;
  padding: 0;
  font-size: 18px;
}

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

  .block-btn {
    width: 100%;
    height: 100%;
    margin-top: 0px;
    padding-bottom: 0px;
    text-align: center;
  }

  .block-btn-flex {
    width: 90%;
    margin: 0 auto;
    height: auto;
    display: block;
    padding: 0px 0 30px;
  }

  .block-btn-flex .block-btn-item {
    width: auto;
    text-align: center;
  }

  .block-btn-flex .block-btn-item p {
    text-align: center;
    padding-bottom: 0px;
    font-weight: bold;
  }

  .block-btn-flex .block-btn-item a {
    color: #13145a;
    padding: 14px 32px;
    border-radius: 28px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }

  .balloon1 {
    position: relative;
    display: inline-block;
    /* margin: 1.5em 0; */
    margin-top: -5px;
    margin-bottom: 20px;
    padding: 8px 32px;
    min-width: 330px;
    max-width: 100%;
    color: #13145a;
    background: #fff;
    border-radius: 25px;
    border: solid 6px #0192cc;
    box-shadow: 2px 2px 4px -2px gray inset;
  }

  .balloon1:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #fff;
  }

  .balloon1 p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    text-align: center;
  }
}



/* 

質問 

*/


.book-faq {
  width: 100%;
  margin: 0;
  padding: 80px 0 120px;
  background: url(../images/book/section-bg01.jpeg) center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  clip-path: polygon(0 0px, 100% 0, 100% calc(100% - 50px), 0 100%);
}

.book-faq::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(240, 241, 241, 0.9);
  /* filter: blur(5px); */
  z-index: -1;
}

.book-faq-ineer {
  width: 70%;
  margin: 0 auto;
}

.book-faq h2 {
  color: #333;
  font-size: 35px;
  font-weight: normal;
  letter-spacing: 0.12em;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ＭＳ 明朝', 'MS Mincho', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
}

.book-faq h2 span {
  font-weight: bold;
  color: #0192cc;
  display: inline-block;
}

.book-faq ul {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.book-faq ul li {
  width: 100%;
  color: #000;
  border-bottom: solid 2px #0192cc;
  padding: 10px 15px 0px 5px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.book-faq ul li img {
  width: 55px;
  height: 40px;
}

.book-faq ul li span {
  font-weight: bold;
}

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

  .book-faq {
    width: 100%;
    margin: 0px auto;
  }

  .book-faq-ineer {
    width: 100%;
    margin: 0 auto;
  }

  .book-faq .txt {
    width: 90%;
  }

  .book-faq .txt p {
    font-size: 14px;
    text-align: left;
  }

  .book-faq h2 {
    color: #333;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.12em;
  }

  .book-about .flex {
    width: 90%;
    margin: 50px auto;
    display: block;
    align-items: center;
    justify-content: center;
    gap: 0px;
  }

  .book-faq ul {
    width: 95%;
    margin: 0 auto;
    gap: 10px;
    display: block;
  }

  .book-faq ul li {
    padding: 10px 0 0;
    font-size: 14px;
  }

  .book-faq ul li img {
    width: 35px;
    height: 35px;
  }

  .book-about .flex .img,
  .book-about .flex .txt {
    width: 100%;
  }

  .book-about .flex .img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: 10% 10%;
  }

  .book-about .flex .txt {
    padding: 5% 0;
  }
}

/* 

book-answer

*/

.book-answer {
  clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 0px), 0 100%);
  background-color: #cde9f4;
  padding: 80px 0 120px;
  margin-top: -80px;
}

.book-answer-ineer {
  width: 75%;
  margin: 0 auto;
}

.book-answer-ineer h2 {
  position: relative;
}

.book-answer-ineer h2::after {
  content: "";
  position: absolute;
  top: 120%;
  left: 50%;
  transform: translate(-50%, -120%);
  width: 200px;
  border-bottom: solid 2px #0192cc;
}

.book-answer-ineer h2 small {
  color: #0192cc;
}

.book-answer-ineer h2 strong {
  padding: 0 5px;
  font-size: 38px;
}

.book-answer .txt {
  width: 75%;
  margin: 80px auto 50px;
  text-align: center;
}

.book-answer .txt02 {
  width: 75%;
  margin: 15px auto 0px;
  text-align: center;
}

.book-answer .txt p {
  font-size: 18px;
  text-align: center;
}

.book-answer .txt p span {
  color: #0192cc;
  font-weight: bold;
}

.point {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  text-align: center;
}

.point-txt {
  width: 200px;
  height: 200px;
  background: linear-gradient(159deg, rgba(1, 146, 204, 1) 0%, rgba(153, 186, 221, 1) 100%);
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
}

.point-txt p {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin: 0;
}

.point p span {
  font-size: 32px;
  font-weight: bold;
  display: block;
  flex-wrap: wrap;
}

.point-other {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  text-align: center;
  margin-top: 50px;
}

.point-other p {
  font-size: 24px;
  font-weight: bold;
}


@media screen and (max-width:768px) {
  .book-answer {
    padding-bottom: 50px;
  }

  .book-answer-ineer {
    width: 95%;
    margin: 0 auto;
  }

  .book-answer-ineer h2 strong {
    font-size: 24px;
  }

  .book-answer .txt,
  .book-answer .txt02 {
    width: 100%;
    margin: 30px auto;
  }

  .book-answer .txt p,
  .book-answer .txt02 p {
    font-size: 14px;
  }

  .point {
    gap: 30px;
  }

  .point-txt {
    width: 120px;
    height: 120px;
  }

  .point-txt p {
    width: 115px;
    height: 115px;
  }

  .point p span {
    font-size: 24px;
  }
}

/* 

book-feature

*/

.book-feature {
  background-color: rgb(240, 241, 241, 0.9);
  clip-path: polygon(0 10px, 100% 0, 100% calc(100% - 50px), 0 100%);
  padding-bottom: 50px;
}

.book-feature h2 {
  padding-top: 50px;
  margin-bottom: 120px;
}

.book-feature h2 small {
  color: #0192cc;
  font-size: 24px;
}

.flex-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85%;
  margin: 0px auto;
  margin-top: -30px;
  padding: 0 30px;
  text-align: center;
  clip-path: polygon(0 30px, 100% 0, 100% calc(100% - 30px), 0 100%);
  z-index: 1;
}

.flex-item .flex-img {
  width: 50%;
}

.flex-item .flex-txt {
  width: 50%;
  height: 100%;
  padding: 30px 50px;
  position: relative;
  text-align: left;

}

.flex-item .flex-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.no-f {
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  font-size: 30px;
  text-align: center;
  font-family: 游ゴシック;
  color: #0192cc;
  font-weight: bold;
}

.flex-item .flex-txt .title {
  padding: 25px 0;
  font-weight: normal;
  font-size: 2.4rem;
  text-align: center;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ＭＳ 明朝', 'MS Mincho', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
}

.flex-item .flex-txt .title span {
  color: #a98344;
}

.flex-item .poic {
  background-color: rgba(250, 250, 250, 0.9);
}

.flex-item .poic img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.flex-btn {
  background-color: #a98344;
  color: #fff;
  font-weight: bold;
  padding: 20px 10px;
  width: 60%;
  margin: 20px auto 0;
  text-align: center;
}

@media screen and (max-width:768px) {
  .book-feature {
    width: 95%;
    margin: 0 auto;
    padding: 50px 0;
  }

  .book-feature h2 small {
    color: #0192cc;
    font-size: 18px;
  }
}

/* 

book-method

*/

.book-method {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  border-image-slice: 1;
  background-color: rgba(250, 250, 250, 0.9);
  clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0 100%);
  margin-top: -50px;
  background-color: #cde9f4;
  z-index: 1;
}

.book-method-ineer {
  width: 85%;
  height: auto;
  margin: 0 auto;
  padding: 100px 0;
  text-align: center;
  /* background-color: #fff; */
  z-index: 1;
}

.method-item-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  width: 100%;
}

.method-item {
  padding: 24px 32px;
  box-shadow: 2px 2px 4px -2px gray;
}

.book-method img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.method-item .title {
  font-size: 24px;
  padding-top: 32px;
  padding-bottom: 8px;
}

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

  .book-method-ineer {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 100px 0;
    text-align: center;
    background-color: #fff;
    z-index: 1;
  }

  .method-item-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    width: 100%;
  }

  .method-item {
    padding: 24px 32px;
    box-shadow: 2px 2px 4px -2px gray;
  }

  .book-method img {
    width: 100%;
    height: 160px;
    object-fit: cover;
  }

  .method-item .title {
    font-size: 24px;
    padding-top: 32px;
    padding-bottom: 8px;
  }

}


/*

.book-about

*/


.book-about .flex {
  width: 80%;
  margin: 50px auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0px;
}

.book-about .flex .img,
.book-about .flex .txt {
  width: 50%;
}

.book-about .flex .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 10% 10%;
}

.book-about .flex .txt {
  padding: 5%;
  padding-top: 20px;
}

.book-about h3 {
  font-size: 30px;
  font-weight: normal;
  margin-top: 0;
}

.book-about h4 {
  font-size: 30px;
  font-weight: normal;
}

.book-about h4 small {
  font-size: 20px;
}

.book-about .info {
  /* border-top: solid 1px #333; */
}

.book-about .info h5 {
  font-size: 18px;
  border-bottom: solid 1px;
}

.img-bottom {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 787px) {
  .book-about .flex {
    width: 90%;
    margin: 50px auto;
    display: block;
    align-items: flex-start;
    justify-content: center;
    gap: 0px;
  }

  .book-about .flex .img,
  .book-about .flex .txt {
    width: 100%;
  }

  .book-about .flex .img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: 10% 10%;
  }
}

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

  .flex-item {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    clip-path: polygon(0 10px, 100% 0, 100% calc(100% - 10px), 0 100%);
    margin-top: -30px;
    z-index: 1;
  }

  .reverse {
    display: flex;
    flex-direction: column-reverse;
  }

  .flex-item .flex-img {
    width: 100%;
  }

  .flex-item .flex-txt {
    width: 100%;
    height: 100%;
    padding: 30px 0;
    position: relative;
    text-align: left;
  }

  .flex-item .flex-img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
  }

  .no-f {
    font-weight: bold;
    top: 15px;
  }

  .no-lines {
    border: none;
  }

  .flex-item .flex-txt .title {
    line-height: 1.4em;
    padding-top: 50px;
  }

  .flex-item .poic {
    background-color: rgba(250, 250, 250, 0.9);
  }

  .flex-item .poic img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .flex-item p {
    font-size: 14px;
  }
}