@charset "UTF-8";
/*
YUI 3.13.0 (build 508226d)
Copyright 2013 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
@import url("//fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Allura&display=swap");
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

/* ===================================================================

setting

=================================================================== */
.only_pc {
  display: inherit;
}
@media screen and (max-width: 767px) {
  .only_pc {
    display: none;
  }
}

.only_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .only_sp {
    display: inherit;
  }
}

html {
  font-size: 62.5%;
  background-color: #ffffff;
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: "Lato",YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  text-align: center;
  -webkit-font-smoothing: antialiased;
  /* Webkitベースのブラウザ向けのフォントスムージング */
  -moz-osx-font-smoothing: grayscale;
  /* macOS上のフォントスムージングをグレースケールに */
  text-rendering: optimizeLegibility;
  /* フォントのレイアウトを最適化 */
  font-kerning: normal;
  /* フォントのカーニングを有効にして字間を調整 */
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #4a4a4a;
  background-color: #ffffff;
  letter-spacing: .1em;
  overflow-wrap: anywhere;
  word-break: break-all;
  line-break: strict;
  font-feature-settings: "palt";
}
body strong {
  font-weight: bold;
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
a {
  color: #4a4a4a;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0;
}

a,
a img {
  transition: opacity 0.25s linear, transform 0.25s linear, background-color 0.25s linear;
}
a:hover,
a img:hover {
  opacity: 0.65;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.videoclip {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.videoclip iframe, .videoclip img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.videoclip img {
  display: block;
}

@use "setting";
#loader-bg {
  background: #ffffff;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
}
#loader-bg .loader-bg-inner {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 11;
}

.loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 8em;
  height: 8em;
  border-radius: 50%;
  background: #f0aac2;
  background: -moz-linear-gradient(left, #f0aac2 10%, rgba(255, 0, 0, 0) 42%);
  background: -webkit-linear-gradient(left, #f0aac2 10%, rgba(255, 0, 0, 0) 42%);
  background: -o-linear-gradient(left, #f0aac2 10%, rgba(255, 0, 0, 0) 42%);
  background: -ms-linear-gradient(left, #f0aac2 10%, rgba(255, 0, 0, 0) 42%);
  background: linear-gradient(to right, #f0aac2 10%, rgba(255, 0, 0, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.loader:before {
  width: 50%;
  height: 50%;
  background: #f0aac2;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}

.loader:after {
  background: #ffffff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.error {
  background: #ffdada;
  color: #ea0000;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  padding: .4em;
  border-radius: 4px;
  text-align: center;
}

.lp-textbook {
  overflow: hidden;
}
.lp-textbook .common_button_gray {
  text-align: center;
  line-height: 1.2;
}
.lp-textbook .common_button_gray {
  display: table;
  min-width: 200px;
  background: #ffffff;
  color: #4a4a4a;
  border: #4a4a4a 1px solid;
  border-radius: 1000px;
  padding: .8em 1.6em;
  margin: auto;
  font-size: 16px;
  font-size: 1.6rem;
}
.lp-textbook .common_button_blue {
  display: table;
  min-width: 200px;
  background: #5e80bf;
  color: #ffffff;
  border: #5e80bf 1px solid;
  border-radius: 1000px;
  padding: .8em 1.6em;
  margin: auto;
  font-size: 16px;
  font-size: 1.6rem;
}
.lp-textbook .inner12, .lp-textbook .inner8, .lp-textbook .inner16, .lp-textbook .inner10_8 {
  width: 90%;
  margin: auto;
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .lp-textbook .inner12, .lp-textbook .inner8, .lp-textbook .inner16, .lp-textbook .inner10_8 {
    padding: calc(80 / 800 * 100%) 0;
  }
}
.lp-textbook .inner16 {
  max-width: 1600px;
}
.lp-textbook .inner12 {
  max-width: 1200px;
}
.lp-textbook .inner10_8 {
  max-width: 1080px;
}
.lp-textbook .inner8 {
  max-width: 800px;
}
.lp-textbook .lp_sph_inner10 {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: auto;
  padding: calc(80 / 1000 * 100%) 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp-textbook * {
    background-attachment: local !important;
  }
}
.lp-textbook .header {
  overflow: hidden;
  background: url("../lp-textbook/images/header_bg.jpg") no-repeat fixed;
  background-position: left top;
  background-size: cover;
}
.lp-textbook .header_content {
  position: relative;
  display: block;
  max-width: 1200px;
  margin: auto;
}
.lp-textbook .header_content:before {
  content: "";
  display: block;
  padding-top: calc(790 / 1200 * 100%);
}
@media screen and (max-width: 767px) {
  .lp-textbook .header_content:before {
    padding-top: calc(680 / 400 * 100%);
  }
}
.lp-textbook .header_content:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.lp-textbook .header_content h1, .lp-textbook .header_content p, .lp-textbook .header_content div {
  position: absolute;
}
.lp-textbook .header_content .title {
  max-width: calc(1738px / 2);
  width: calc(calc(1738 / 2) / 1200 * 100%);
  top: 9%;
  right: 0;
  z-index: 1;
}
.lp-textbook .header_content .sub_title01 {
  max-width: calc(1188px / 2);
  width: calc(calc(1188 / 2) / 1200 * 100%);
  bottom: 5%;
  right: 9%;
  z-index: 1;
}
.lp-textbook .header_content .header_iizuka {
  max-width: 496px;
  width: calc(496 / 1200 * 100%);
  bottom: 0;
  left: 0;
  z-index: 1;
}
.lp-textbook .header_content .name {
  max-width: 293px;
  width: calc(293 / 1200 * 100%);
  bottom: 1%;
  left: -8.5%;
  z-index: 2;
}
@media screen and (max-width: 1079px) {
  .lp-textbook .header_content .name {
    left: 1%;
  }
  .lp-textbook .header_content .title {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .lp-textbook .header_content .title {
    width: calc(366 / 400 * 100%);
    top: 5%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .lp-textbook .header_content .sub_title01 {
    width: calc(250 / 400 * 100%);
    bottom: 52%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .lp-textbook .header_content .header_iizuka {
    width: calc(221 / 400 * 100%);
    bottom: 0;
    left: 24%;
  }
  .lp-textbook .header_content .name {
    width: calc(130 / 400 * 100%);
    bottom: 1%;
    left: 10%;
  }
}
.lp-textbook .common_textbook_title {
  font-weight: bold;
  text-align: center;
  font-size: 48px;
  font-size: 4.8rem;
  margin-bottom: .8em;
}
.lp-textbook .common_textbook_title span {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .lp-textbook .common_textbook_title {
    font-size: 24px;
    font-size: 6.4vw;
    margin-bottom: calc(40 / 800 * 100%);
  }
  .lp-textbook .common_textbook_title span {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.lp-textbook .lp_sph_cv_title {
  color: #2a354b;
  font-weight: bold;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 40px;
}
.lp-textbook .lp_sph_cv_title .en {
  display: block;
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  margin-top: .2em;
  font-weight: normal;
  font-family: "Allura", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .lp-textbook .lp_sph_cv_title {
    font-size: 24px;
    font-size: 6.4vw;
  }
  .lp-textbook .lp_sph_cv_title .en {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.lp-textbook #reason {
  background: url("../lp-textbook/images/reason_bg.jpg") no-repeat center bottom fixed #722529;
  background-size: cover;
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .lp-textbook #reason {
    padding: 60px 0;
  }
}
.lp-textbook #reason .inner8 {
  padding: calc(80 / 800 * 100%) 0 0;
}
.lp-textbook .reason_circle {
  max-width: 1280px;
  width: 90%;
  margin: auto;
}
.lp-textbook .reason_list {
  display: flex;
  justify-content: space-between;
}
.lp-textbook .reason_list li {
  width: calc(400 / 1280 * 100%);
}
@media screen and (max-width: 767px) {
  .lp-textbook .reason_list {
    flex-wrap: wrap;
  }
  .lp-textbook .reason_list li {
    width: calc(170 / 360 * 100%);
  }
  .lp-textbook .reason_list li:last-of-type {
    margin: -12px auto 0;
  }
}
.lp-textbook .reason_content_title {
  font-weight: bold;
  color: #fff;
  font-size: 48px;
  font-size: 4.8rem;
  margin-bottom: calc(60 / 800 * 100%);
}
.lp-textbook .reason_content_title span {
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .lp-textbook .reason_content_title {
    font-size: 24px;
    font-size: 6.4vw;
  }
  .lp-textbook .reason_content_title span {
    font-size: 20px;
    font-size: 5.33333vw;
  }
}
.lp-textbook .reason_content {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 2em;
  text-align: left;
  overflow: hidden;
}
.lp-textbook .reason_content li {
  position: relative;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  padding-left: 1.4em;
  color: #fff;
  margin-bottom: .8em;
}
@media screen and (max-width: 767px) {
  .lp-textbook .reason_content li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.lp-textbook .reason_content li:last-of-type {
  margin-bottom: 0;
}
.lp-textbook .reason_content li:before {
  font: var(--fa-font-solid);
  content: "\f058";
  color: #efe67e;
  position: absolute;
  top: 0;
  left: 0;
}
.lp-textbook .reason_title {
  margin-bottom: 40px;
  font-size: 48px;
  font-size: 4.8rem;
  color: #2a354b;
  font-weight: bold;
  line-height: 1.5;
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff, 0 -2px 0 #fff, 0 2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
}
@media screen and (max-width: 767px) {
  .lp-textbook .reason_title {
    margin-bottom: calc(40 / 800 * 100%);
  }
}
.lp-textbook .reason_title span {
  display: block;
  font-size: 32px;
  font-size: 3.2rem;
  color: #fff;
  text-shadow: -2px -2px 0 #e4898d, 2px -2px 0 #e4898d, -2px 2px 0 #e4898d, 2px 2px 0 #e4898d, 0 -2px 0 #e4898d, 0 2px 0 #e4898d, -2px 0 0 #e4898d, 2px 0 0 #e4898d;
}
@media screen and (max-width: 767px) {
  .lp-textbook .reason_title {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .lp-textbook .reason_title span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.lp-textbook #reborn {
  background-image: url("../lp-textbook/images/reborn_iizuka.png"), url("../lp-textbook/images/reborn_bg.jpg");
  background-repeat: no-repeat;
  background-position: right bottom -20px , center center;
  background-attachment: local ,fixed;
  background-size: calc(833 / 1920 * 100%), cover;
}
@media screen and (max-width: 767px) {
  .lp-textbook #reborn {
    background-size: calc(555 / 476 * 100%), cover;
    background-position: center bottom -20px , center center;
    padding-bottom: calc(476 / 476 * 100%);
  }
}
.lp-textbook #reborn .inner10_8 {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .lp-textbook #reborn .inner10_8 {
    padding-bottom: 0;
  }
}
.lp-textbook #reborn p {
  color: #080808;
  text-shadow: -2px -2px 0 #eeddb7, 2px -2px 0 #eeddb7, -2px 2px 0 #eeddb7, 2px 2px 0 #eeddb7, 0 -2px 0 #eeddb7, 0 2px 0 #eeddb7, -2px 0 0 #eeddb7, 2px 0 0 #eeddb7;
  text-align: left;
  line-height: 2;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .lp-textbook #reborn p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.lp-textbook #reborn p:last-of-type {
  margin-bottom: 0;
}
.lp-textbook .reborn_title_wrap {
  max-width: 1188px;
  margin: auto;
  aspect-ratio: 1188 / 495;
  background: url("../lp-textbook/images/reborn_title_bg.png") no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-textbook .reborn_title_wrap .reborn_title {
  color: #2a354b;
  font-weight: bold;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .lp-textbook .reborn_title_wrap .reborn_title {
    font-size: 20px;
    font-size: 5.33333vw;
  }
}
.lp-textbook #merit {
  background: url("../lp-textbook/images/header_bg.jpg") no-repeat center center fixed #f8ddd2;
  background-size: cover;
}
.lp-textbook #merit .common_textbook_title {
  color: #5e400f;
}
.lp-textbook #step {
  background: url("../lp-textbook/images/step_bg.jpg") no-repeat center center fixed #07bfc7;
  background-size: cover;
}
.lp-textbook #step .common_textbook_title {
  color: #fff;
}
.lp-textbook #step li {
  margin-bottom: 20px;
}
.lp-textbook #step li:last-of-type {
  margin-bottom: 0;
}
.lp-textbook .lp_textbook_cv {
  background: url("../lp-textbook/images/cv_bg.jpg") no-repeat center top fixed;
  background-size: cover;
  padding-bottom: calc(80 / 1000 * 100%);
}
.lp-textbook .lp_textbook_cv .lp_sph_cv_text {
  margin-bottom: calc(40 / 1000 * 100%);
}
.lp-textbook .lp_textbook_cv .lp_sph_cv_text p {
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .lp-textbook .lp_textbook_cv .lp_sph_cv_text p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.lp-textbook .lp_textbook_cv .cv_area_contact {
  line-height: 1.5;
  margin: 40px auto 0;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  padding: calc(40 / 1000 * 100%);
}
@media screen and (max-width: 1079px) {
  .lp-textbook .lp_textbook_cv .cv_area_contact {
    width: 90%;
  }
  .lp-textbook .lp_textbook_cv .cv_area_contact p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.lp-textbook .lp_textbook_cv .cv_area_contact .cv_area_contact_title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #2a354b;
  margin-bottom: .5em;
}
.lp-textbook .lp_textbook_cv .cv_area_contact .cv_area_contact_list {
  width: 80%;
  display: flex;
  justify-content: space-between;
  margin: calc(40 / 1000 * 100%) auto 0;
}
.lp-textbook .lp_textbook_cv .cv_area_contact .cv_area_contact_list a {
  display: block;
  line-height: 1;
  border: #2a354b 1px solid;
  border-radius: 1000px;
  background: #fff;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  padding: .7em;
}
.lp-textbook .lp_textbook_cv .cv_area_contact .cv_area_contact_list a:before {
  font: var(--fa-font-solid);
  content: "\f0e0";
}
.lp-textbook .lp_textbook_cv .cv_area_contact .cv_area_contact_list li {
  width: 48%;
}
.lp-textbook .lp_textbook_cv .cv_area_contact .cv_area_contact_list li:first-of-type a:before {
  font: var(--fa-font-solid);
  content: "\f095";
}
.lp-textbook .lp_textbook_cv .cv_area_contact .cv_area_contact_list li:nth-of-type(2) a:before {
  font: var(--fa-font-solid);
  content: "\f0e0";
}
@media screen and (max-width: 767px) {
  .lp-textbook .lp_textbook_cv .cv_area_contact .cv_area_contact_list {
    flex-direction: column;
    width: 100%;
  }
  .lp-textbook .lp_textbook_cv .cv_area_contact .cv_area_contact_list li {
    width: 100%;
    margin-bottom: 20px;
  }
  .lp-textbook .lp_textbook_cv .cv_area_contact .cv_area_contact_list li:last-of-type {
    margin-bottom: 0;
  }
}
.lp-textbook .lp_textbook_cv .lp_sph_inner10 {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  padding: calc(80 / 1000 * 100%) 0 0;
  position: relative;
}
.lp-textbook .lp_textbook_cv .lp_sph_cv_title {
  color: #2a354b;
  font-weight: bold;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 40px;
}
.lp-textbook .lp_textbook_cv .lp_sph_cv_title span {
  display: block;
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  margin-top: .2em;
  font-weight: normal;
  font-family: "Allura", serif;
  font-weight: 400;
  font-style: normal;
}
.lp-textbook .lp_textbook_cv .lp_sph_cv_title + p {
  font-size: 20px;
  font-size: 2rem;
  padding: 0 0 2em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .lp-textbook .lp_textbook_cv .lp_sph_cv_title {
    font-size: 20px;
    font-size: 2rem;
  }
  .lp-textbook .lp_textbook_cv .lp_sph_cv_title span {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .lp-textbook .lp_textbook_cv .lp_sph_cv_title + p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.lp-textbook .lp_textbook_cv .lp_textbook_cv_title {
  font-size: 32px;
  font-size: 3.2rem;
  color: #5e400f;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .lp-textbook .lp_textbook_cv .lp_textbook_cv_title {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}
.lp-textbook .lp_textbook_cv .lp_textbook_cv_title span {
  display: block;
  margin-bottom: .5em;
}
.lp-textbook .lp_textbook_cv .lp_textbook_cv_title span:before {
  content: "\FF3C";
}
.lp-textbook .lp_textbook_cv .lp_textbook_cv_title span:after {
  content: "\FF0F";
}
.lp-textbook .lp_textbook_cv.lp-textbook-thanks {
  background: url("../lp-textbook/images/thanks_bg.jpg") no-repeat center top fixed;
  background-size: cover;
}
.lp-textbook .lp_textbook_cv.lp-textbook-thanks .lp_sph_inner10, .lp-textbook .lp_textbook_cv.lp-textbook-confirm .lp_sph_inner10, .lp-textbook .lp_textbook_cv.lp-textbook-error .lp_sph_inner10 {
  padding-top: 0;
}
.lp-textbook .lp_textbook_cv.lp-textbook-thanks .lp_textbook_tokuten, .lp-textbook .lp_textbook_cv.lp-textbook-confirm .lp_textbook_tokuten, .lp-textbook .lp_textbook_cv.lp-textbook-error .lp_textbook_tokuten {
  display: none;
}
.lp-textbook .lp_textbook_cv .notice_end {
  display: block;
  text-align: center;
  font-weight: bold;
  margin-top: 1.2em;
}
.lp-textbook .lp_textbook_cv .lp_sph_cv_inner {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
.lp-textbook .lp_textbook_cv .lp_sph_cv_form {
  background: rgba(255, 255, 255, 0.5);
  padding: calc(40 / 1000 * 100%) calc(100 / 1000 * 100%);
  border-radius: 0 0 8px 8px;
}
@media screen and (max-width: 767px) {
  .lp-textbook .lp_textbook_cv .lp_sph_cv_form {
    border-radius: 0;
    padding: calc(40 / 1000 * 100%) 20px;
  }
}
.lp-textbook .lp_textbook_cv .lp_sph_cv_form_wrap .input {
  margin-bottom: calc(40 / 800 * 100%);
}
.lp-textbook .lp_textbook_cv .lp_sph_cv_form_wrap .input .lp_textbook_tokuten {
  margin-top: .5em;
  font-size: 12px;
  font-size: 1.2rem;
}
.lp-textbook .lp_textbook_cv .lp_sph_cv_form_wrap .input .required:after {
  content: "*";
}
.lp-textbook .lp_textbook_cv .lp_sph_cv_form_wrap .input label {
  display: block;
  margin-bottom: .4em;
}
.lp-textbook .lp_textbook_cv .lp_sph_cv_form_wrap .input .input_class {
  font-size: 20px;
  font-size: 2rem;
  background: #e1e8f2;
  width: 100%;
  padding: .4em .8em;
  border-bottom: #5e80bf 2px solid;
}
.lp-textbook .lp_textbook_cv .lp_sph_cv_form_wrap form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lp-textbook .lp_textbook_cv .lp_sph_cv_form_wrap .input {
  width: calc(50% - 20px);
  text-align: left;
}
.lp-textbook .lp_textbook_cv .lp_sph_cv_form_wrap .input.email {
  width: 100%;
}
.lp-textbook .lp_textbook_cv .lp_sph_cv_form_wrap .input .input_class {
  background: #f3ece2;
}
.lp-textbook .lp_textbook_cv .lp_sph_cv_form_wrap .button {
  width: 100%;
  flex-direction: column;
}
.lp-textbook .lp_textbook_cv .lp_sph_cv_form_wrap .button .common_button_gray {
  max-width: 200px;
  width: 100%;
  margin: auto;
}
.lp-textbook .lp_textbook_cv .lp_sph_cv_form_wrap .lp_sph_cv_confirm, .lp-textbook .lp_textbook_cv .lp_sph_cv_form_wrap .lp_sph_cv_send {
  display: block;
  margin: auto;
  max-width: 480px;
  width: 100%;
  aspect-ratio: 1360 / 215;
  background: url("../lp-textbook/images/cv_button.png") no-repeat center center;
  background-size: contain;
  margin-bottom: 20px;
}
.lp-textbook .lp_textbook_cv .lp_sph_cv_form_wrap .lp_sph_cv_confirm:last-of-type, .lp-textbook .lp_textbook_cv .lp_sph_cv_form_wrap .lp_sph_cv_send:last-of-type {
  margin-bottom: 0;
}
.lp-textbook .lp_textbook_cv .lp_sph_cv_form_wrap .lp_sph_cv_confirm span, .lp-textbook .lp_textbook_cv .lp_sph_cv_form_wrap .lp_sph_cv_send span {
  position: absolute;
  clip-path: inset(0);
  width: 1px;
  height: 1px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .lp-textbook .lp_textbook_cv .lp_sph_cv_form_wrap form {
    flex-direction: column;
  }
  .lp-textbook .lp_textbook_cv .lp_sph_cv_form_wrap .input {
    width: 100%;
  }
}
.lp-textbook .lp_textbook_cv .lp_sph_cv_title {
  padding-top: calc(120 / 1000 * 100%);
}
.lp-textbook .lp_textbook_cv.lp-textbook-thanks .lp_sph_cv_title {
  color: #372905;
}
.lp-textbook .lp_textbook_cv.lp-textbook-thanks .lp_sph_cv_title + p {
  color: #372905;
}
.lp-textbook .lp_textbook_cv .atteintion {
  max-width: 1000px;
  margin: 40px auto 0;
  font-size: 14px;
  font-size: 1.4rem;
  background: rgba(255, 255, 255, 0.1);
  border: #4a4a4a 1px solid;
  padding: calc(40 / 1000 * 100%);
  text-align: left;
  border-radius: 8px;
}
@media screen and (max-width: 1079px) {
  .lp-textbook .lp_textbook_cv .atteintion {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .lp-textbook .lp_textbook_cv .atteintion {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.lp-textbook .lp_textbook_cv .atteintion p {
  margin-bottom: 1em;
  line-height: 1.5;
}
.lp-textbook .lp_textbook_cv .atteintion p:last-of-type {
  margin-bottom: 0;
}
.lp-textbook .lp_textbook_cv .atteintion p.atteintion_block span {
  display: block;
  text-align: left;
  margin-bottom: 4px;
}
.lp-textbook .lp_textbook_cv .atteintion p.atteintion_block span:before {
  font: var(--fa-font-solid);
  content: "\f071";
}
.lp-textbook .lp_textbook_cv .atteintion p a {
  color: #5e80bf;
  text-decoration: underline;
}
.lp-textbook .lp_textbook_cv .atteintion p a:after {
  font: var(--fa-font-solid);
  content: "\f2d2";
  text-decoration: none;
}
.lp-textbook .lp_textbook_recommendation .common_textbook_title {
  color: #2a354b;
}
.lp-textbook .lp_textbook_recommendation .lp_textbook_inner8 {
  padding: calc(80 / 800 * 100%) 0;
}
.lp-textbook .lp_textbook_recommendation img {
  display: block;
}
.lp-textbook .lp_textbook_recommendation .lp_textbook_recommendation_list {
  margin-bottom: calc(80 / 800 * 100%);
}
.lp-textbook .lp_textbook_recommendation .lp_textbook_recommendation_list:last-of-type {
  margin-bottom: 0;
}
.lp-textbook .lp_textbook_recommendation .lp_textbook_recommendation_list li {
  text-align: left;
  background: url("../lp-textbook/images/check.png") no-repeat left center;
  background-size: 1.5em;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 1em 0 1em 2em;
  border-bottom: rgba(74, 74, 74, 0.5) 1px solid;
}
@media screen and (max-width: 767px) {
  .lp-textbook .lp_textbook_recommendation .lp_textbook_recommendation_list li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.lp-textbook .lp_textbook_voice {
  background: rgba(243, 236, 226, 0.5);
}
.lp-textbook .lp_textbook_voice .lp_textbook_voice_card {
  text-align: left;
  margin-bottom: calc(40 / 1000 * 100%);
}
.lp-textbook .lp_textbook_voice .lp_textbook_voice_card:first-of-type {
  margin-top: calc(60 / 1000 * 100%);
}
.lp-textbook .lp_textbook_voice .lp_textbook_voice_card:last-of-type {
  margin-bottom: 0;
}
.lp-textbook .lp_textbook_voice .lp_textbook_voice_card .lp_textbook_voice_card_block {
  display: block;
  background: #ffffff;
  border-radius: 8px;
  padding: calc(40 / 1000 * 100%);
  width: 100%;
  height: 100%;
}
.lp-textbook .lp_textbook_voice .lp_textbook_voice_card .lp_textbook_voice_card_block > p {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: justify;
  line-height: 2;
}
.lp-textbook .lp_textbook_voice .lp_textbook_voice_card .voice_card_title_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.lp-textbook .lp_textbook_voice .lp_textbook_voice_card .voice_card_title_wrap figure {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
}
.lp-textbook .lp_textbook_voice .lp_textbook_voice_card .voice_card_title_wrap .voice_card_title {
  width: calc(100% - 120px);
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: justify;
}
.lp-textbook .lp_textbook_voice .lp_textbook_voice_card .voice_card_title_wrap .voice_card_title h3 {
  margin-bottom: .25em;
  font-weight: bold;
}
.lp-textbook .lp_textbook_voice .lp_textbook_voice_card .voice_card_title_wrap p {
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 1079px) {
  .lp-textbook .lp_textbook_voice .lp_textbook_voice_card .voice_card_title_wrap {
    flex-direction: column;
  }
  .lp-textbook .lp_textbook_voice .lp_textbook_voice_card .voice_card_title_wrap .voice_card_title {
    width: 100%;
  }
  .lp-textbook .lp_textbook_voice .lp_textbook_voice_card .voice_card_title_wrap figure {
    margin-bottom: 20px;
  }
}
.lp-textbook .lp_textbook_movie {
  overflow: hidden;
  background: url("../lp-textbook/images/lp_textbook_movie_bg.jpg") no-repeat center top fixed #000;
  background-size: cover;
}
.lp-textbook .lp_textbook_movie .common_textbook_title {
  color: #fff;
}
.lp-textbook .lp_textbook_movie video {
  width: 100%;
}
.lp-textbook .lp_textbook_message {
  background: url("../lp-textbook/images/message_bg.jpg") no-repeat right bottom fixed #EDF2FE;
  background-size: 100%;
  position: relative;
}
.lp-textbook .lp_textbook_message .inner10_8 {
  position: relative;
}
.lp-textbook .lp_textbook_message:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
.lp-textbook .lp_textbook_message p {
  text-align: justify;
  line-height: 2;
  margin-bottom: 2em;
  text-shadow: 1px 1px 6px #EDF2FE, 1px 1px 6px #EDF2FE, 1px 1px 6px #EDF2FE, 1px 1px 6px #EDF2FE, 1px 1px 6px #EDF2FE, 1px 1px 6px #EDF2FE, 1px 1px 6px #EDF2FE, 1px 1px 6px #EDF2FE, 1px 1px 6px #EDF2FE;
}
.lp-textbook .lp_textbook_message p:last-of-type {
  margin-bottom: 0;
}
.lp-textbook .common_icon_title {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 32px;
  font-size: 3.2rem;
  background: url("../lp-textbook/images/icon_9.png") no-repeat center top;
  background-size: 26px 37px;
  padding-top: 57px;
  margin-bottom: .5em;
  color: #5e400f;
  text-align: center;
}
.lp-textbook .common_icon_title span {
  font-size: 50%;
  display: block;
  font-family: "Lato";
  margin-bottom: .2em;
  color: #a05145;
}
@media screen and (max-width: 767px) {
  .lp-textbook .common_icon_title {
    font-size: 24px;
    font-size: 6.4vw;
  }
}
.lp-textbook .index_profile_wrap {
  max-width: 800px;
  margin: calc(80 / 800 * 100%) auto 0;
}
.lp-textbook .index_profile_wrap .index_profile_list {
  font-weight: bold;
  border-bottom: rgba(74, 74, 74, 0.5) 1px solid;
  padding-bottom: calc(40 / 800 * 100%);
  margin-bottom: calc(40 / 800 * 100%);
}
.lp-textbook .common_text {
  line-height: 1.5;
  text-align: justify;
}
.lp-textbook .common_text p {
  margin-bottom: 1.5em;
}
.lp-textbook .common_text p:last-of-type {
  margin-bottom: 0;
}
.lp-textbook .lp_sph_inner8 {
  max-width: 800px;
  width: calc(100% - 40px);
  margin: auto;
}
.lp-textbook .lp_sph_cv_guidance {
  padding-bottom: calc(80 / 800 * 100%);
  background: #f9f5f0;
}
.lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_inner {
  max-width: 800px;
  width: 90%;
  margin: auto;
}
.lp-textbook .lp_sph_cv_guidance p a {
  color: #5e80bf;
  text-decoration: underline;
}
.lp-textbook .lp_sph_cv_guidance .lp_sph_inner8 {
  padding: calc(80 / 800 * 100%) 0 0;
}
.lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_title {
  font-weight: bold;
  color: #372905;
}
.lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_title .lp_sph_cv_guidance_title_m {
  display: block;
  font-size: 32px;
  font-size: 3.2rem;
}
.lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_title .lp_sph_cv_guidance_title_m span {
  color: #c69310;
}
.lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_title .lp_sph_cv_guidance_title_b {
  display: block;
  font-size: 40px;
  font-size: 4rem;
  color: #c69310;
}
@media screen and (max-width: 767px) {
  .lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_title .lp_sph_cv_guidance_title_m {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_title .lp_sph_cv_guidance_title_b {
    font-size: 20px;
    font-size: 2rem;
  }
}
.lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step {
  margin-top: calc(60 / 800 * 100%);
}
.lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step > li {
  margin-bottom: calc(80 / 800 * 100%);
}
.lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step > li p {
  text-align: justify;
  word-break: break-all;
  line-height: 1.5;
  margin-bottom: 2em;
}
.lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step > li p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step > li p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step > li:last-of-type {
  margin-bottom: 0;
}
.lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step > li .fb_button {
  background: #c69310;
  border-radius: 800px;
  color: #ffffff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  display: table;
  margin: 32px auto 0;
  padding: .8em 1.6em;
  line-height: 1;
}
.lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step > li .fb_button:before {
  font: var(--fa-font-brands);
  content: "\f09a";
  font-weight: 900;
}
.lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step .lp_sph_cv_guidance_step_number {
  position: relative;
  z-index: 2;
}
.lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step .lp_sph_cv_guidance_step_number span {
  color: #372905;
  background: #f9f5f0;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  border: #c69310 1px solid;
  border-radius: 8px;
  padding: .3em 1.5em;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  display: table;
  margin: auto;
  position: relative;
  z-index: 2;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step .lp_sph_cv_guidance_step_number span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step .lp_sph_cv_guidance_step_number:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #c69310;
  background: linear-gradient(90deg, rgba(198, 147, 16, 0) 0%, #c69310 50%, rgba(198, 147, 16, 0) 100%);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step .lp_sph_cv_sender {
  background: rgba(198, 147, 16, 0.1);
  border-radius: 8px;
  padding: calc(40 / 800 * 100%);
  margin-bottom: 2em;
}
.lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step .lp_sph_cv_sender ul {
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step .lp_sph_cv_sender ul span {
  font-weight: bold;
  display: block;
}
.lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step .lp_sph_cv_sender ul li {
  margin-bottom: 1em;
}
.lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step .lp_sph_cv_sender ul li:last-of-type {
  margin-bottom: 0;
}
.lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step .lp_sph_cv_attention {
  background: #ffffff;
  border: #f70000 1px solid;
  overflow: hidden;
  margin-bottom: calc(40 / 800 * 100%);
}
.lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step .lp_sph_cv_attention .lp_sph_cv_attention_title {
  padding: .4em;
  font-size: 20px;
  font-size: 2rem;
  color: #ffffff;
  font-weight: bold;
  background: #f70000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step .lp_sph_cv_attention .lp_sph_cv_attention_title span {
  border-radius: 4px;
  margin-right: 8px;
  color: #372905;
  background: #e6cb69;
  display: table;
  padding: .2em .4em;
}
.lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step .lp_sph_cv_attention .lp_sph_cv_attention_title span:before {
  font: var(--fa-font-solid);
  content: "\f071";
}
@media screen and (max-width: 767px) {
  .lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step .lp_sph_cv_attention .lp_sph_cv_attention_title {
    flex-direction: column;
    font-size: 16px;
    font-size: 4.26667vw;
  }
  .lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step .lp_sph_cv_attention .lp_sph_cv_attention_title span {
    display: table;
    margin: 0 auto .2em;
  }
}
.lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step .lp_sph_cv_attention .not_spam {
  max-width: 480px;
  width: 100%;
  margin: 0 auto 1em;
}
.lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step .lp_sph_cv_attention .lp_sph_cv_attention_content {
  padding: calc(40 / 800 * 100%);
}
.lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step .lp_sph_cv_attention .lp_sph_cv_attention_content_first {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step .lp_sph_cv_attention .lp_sph_cv_attention_content_first {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}
.lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step .lp_sph_cv_attention .lp_sph_cv_attention_content_first span {
  border: #ccc 1px solid;
  padding: .2em .4em;
  border-radius: 4px;
}
.lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step .lp_sph_cv_attention .lp_sph_cv_attention_content_box {
  background: #f70000;
  padding: 1em;
}
.lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step .lp_sph_cv_attention .lp_sph_cv_attention_content_box p {
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 0;
}
.lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step .lp_sph_cv_attention .lp_sph_cv_attention_content_box p:first-of-type {
  color: #e6cb69;
}
.lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step .lp_sph_cv_copy_area .copy_txt1, .lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step .lp_sph_cv_copy_area .copy_txt2 {
  font-weight: bold;
  color: #372905;
  margin-bottom: .5em;
}
.lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step .lp_sph_cv_copy_area ul {
  margin-bottom: calc(40 / 800 * 100%);
}
.lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step .lp_sph_cv_copy_area ul li {
  border: #c69310 1px solid;
  padding: calc(20 / 800 * 100%);
  border-radius: 8px;
}
.lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step .lp_sph_cv_guidance_step_title {
  margin-bottom: calc(40 / 800 * 100%);
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #372905;
}
@media screen and (max-width: 767px) {
  .lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step .lp_sph_cv_guidance_step_title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step .lp_textbook_line {
  background: #ffffff;
  padding: calc(40 / 800 * 100%);
  max-width: 800px;
  width: 100%;
  margin: auto;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step .lp_textbook_line {
    border-radius: 0;
  }
}
.lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step .lp_textbook_line i {
  font-size: 150px;
  font-size: 15rem;
  color: #06c755;
}
.lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step .lp_textbook_line .line_qr_code {
  max-width: 240px;
  width: 100%;
  margin: auto;
}
.lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step .lp_textbook_line i, .lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step .lp_textbook_line figure, .lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step .lp_textbook_line .lp_textbook_line_id, .lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step .lp_textbook_line .line_qr_code {
  margin-bottom: 20px;
}
.lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step .lp_textbook_line .lp_textbook_line_id {
  border: #06c755 2px solid;
  padding: calc(20 / 800 * 100%);
  border-radius: 8px;
}
.lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step .lp_textbook_line .lp_textbook_line_id p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #06c755;
  margin-bottom: .5em;
}
.lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step .lp_textbook_line .lp_textbook_line_id p span {
  font-size: 20px;
  font-size: 2rem;
  display: block;
  margin-top: .5em;
}
.lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step .lp_textbook_line .line_attention {
  border: #f70000 2px solid;
  padding: calc(20 / 800 * 100%);
  border-radius: 8px;
  color: #f70000;
  font-weight: bold;
  margin-top: 40px;
}
.lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step .lp_textbook_line li {
  border: #4a4a4a 1px solid;
  border-radius: 8px;
  padding: 1em;
  text-align: left;
  margin-bottom: 20px;
}
.lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step .lp_textbook_line li:last-of-type {
  margin-bottom: 0;
}
.lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step .lp_textbook_line li p {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  opacity: .8;
}
@media screen and (max-width: 767px) {
  .lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step .lp_textbook_line li p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step .lp_textbook_line h4 {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  color: #c69310;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step .lp_textbook_line h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step .lp_textbook_line h5 {
  margin-bottom: 8px;
}
.lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step .lp_textbook_line h5:before {
  font: var(--fa-font-solid);
  content: "\f274";
  font-weight: 900;
  color: #c69310;
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step .lp_textbook_line h5:before {
    font-size: 20px;
    font-size: 2rem;
  }
}
.lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step .step1 .lp_sph_cv_guidance_step_title:before {
  font: var(--fa-font-solid);
  content: "\e4e8";
}
.lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step .step2 .lp_sph_cv_guidance_step_title:before {
  font: var(--fa-font-brands);
  content: "\f3c0";
}
.lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step .step3 .lp_sph_cv_guidance_step_title:before {
  font: var(--fa-font-brands);
  content: "\f09a";
}
.lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step .step1 .lp_sph_cv_guidance_step_title:before, .lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step .step2 .lp_sph_cv_guidance_step_title:before, .lp-textbook .lp_sph_cv_guidance .lp_sph_cv_guidance_step .step3 .lp_sph_cv_guidance_step_title:before {
  font-weight: 900;
  font-size: 28px;
  font-size: 2.8rem;
  color: #ffffff;
  background: rgba(198, 147, 16, 0.5);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  line-height: 1;
}
.lp-textbook .lp_sph_cv_message .lp_sph_inner10 {
  padding-bottom: 0;
}
.lp-textbook .lp_sph_cv_message p {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  color: #c69310;
  line-height: 1.5;
  margin-bottom: 1em;
}
.lp-textbook .lp_sph_cv_message p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .lp-textbook .lp_sph_cv_message p {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}
.lp-textbook .copy_btn, .lp-textbook .copy_btn_line {
  display: table;
  margin: auto;
  border: #ccc 1px solid;
  background: #f2f2f2;
  padding: .5em 1em;
  cursor: pointer;
  font-size: 14px;
  font-size: 1.4rem;
  border-radius: 400px;
  line-height: 1;
}

.page_top {
  position: fixed;
  right: 1em;
  bottom: 160px;
  font-size: 12px;
  font-size: 1.2rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  width: 48px;
  height: 48px;
}
.page_top a {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.page_top a:before {
  font: var(--fa-font-solid);
  content: "\f077";
  display: block;
}

.lp_textbook_banner {
  width: 100%;
  background: rgba(42, 53, 75, 0.8);
  position: fixed;
  bottom: 0;
  z-index: 1;
}
.lp_textbook_banner a {
  display: block;
  max-width: 320px;
  width: 90%;
  margin: auto;
  padding: 1em 0;
  color: #fff;
  font-weight: bold;
}
.lp_textbook_banner a span {
  display: block;
  margin-bottom: .5em;
}
.lp_textbook_banner a span:before {
  content: "\FF3C";
}
.lp_textbook_banner a span:after {
  content: "\FF0F";
}

.other_content {
  text-align: left;
  line-height: 2;
}
.other_content h2, .other_content h3, .other_content h4, .other_content h5, .other_content h6 {
  font-weight: bold;
  margin: 40px 0 8px;
}
.other_content h2 {
  font-size: 20px;
  font-size: 2rem;
}
.other_content h2:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .other_content h2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.other_content h3 {
  font-size: 18px;
  font-size: 1.8rem;
}
.other_content p {
  margin-bottom: 2em;
}
.other_content a {
  color: #5e80bf;
}
.other_content table {
  border-top: rgba(74, 74, 74, 0.2) 1px solid;
  width: 100%;
}
.other_content table th, .other_content table td {
  border-bottom: rgba(74, 74, 74, 0.2) 1px solid;
  padding: .5em 1em;
}
.other_content table th {
  width: 25%;
  padding-right: 2em;
}
.other_content table td {
  padding-left: 2em;
}
.other_content table td div {
  border-left: rgba(74, 74, 74, 0.2) 4px solid;
  padding-left: 2em;
}
@media screen and (max-width: 767px) {
  .other_content table th, .other_content table td {
    display: block;
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .other_content table th {
    border-bottom: none;
  }
  .other_content table th span {
    border-bottom: rgba(74, 74, 74, 0.2) 4px solid;
  }
  .other_content table td {
    padding-left: 1em;
    padding-top: 0;
  }
  .other_content table td div {
    padding-left: 0;
    border-left: none;
  }
}
.other_content ul li {
  position: relative;
  padding-left: 1.2em;
}
.other_content ul li:before {
  content: "\30FB";
  position: absolute;
  left: 0;
}

.common_under_title {
  font-size: 26px;
  font-size: 2.6rem;
  color: #5e400f;
  margin-bottom: 2em;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .common_under_title {
    font-size: 20px;
    font-size: 5.33333vw;
  }
}
.common_under_title:not(:first-of-type) {
  margin-top: calc(80 / 800 * 100%);
}
.common_under_title:after {
  content: "";
  width: 80px;
  height: 4px;
  background: #f2e1e8;
  position: absolute;
  bottom: -.5em;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

.contact_content .input label {
  display: block;
  margin-bottom: .4em;
}

@media screen and (max-width: 767px) {
  .contact_content > p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.contact_content .input {
  margin-bottom: calc(40 / 800 * 100%);
  font-size: 16px;
  font-size: 1.6rem;
}
.contact_content .input .input_class, .contact_content .input .kinds_select {
  font-size: 20px;
  font-size: 2rem;
  background: #e1e8f2;
  width: 100%;
  padding: .4em .8em;
  border-bottom: #5e80bf 2px solid;
}
.contact_content .input .kinds_select_wrap {
  position: relative;
}
.contact_content .input .kinds_select_wrap .kinds_select {
  width: auto;
  padding-left: 2em;
}
.contact_content .input .kinds_select_wrap:before {
  font: var(--fa-font-solid);
  content: "\f0dd";
  position: absolute;
  top: 1.4em;
  margin-top: -4px;
  left: 1em;
  z-index: 1;
}
.contact_content .button {
  display: flex;
  justify-content: center;
}
.contact_content .button > * {
  margin: 0 10px;
}

.footer .footer_wrap {
  background: #f2f2f2;
}
.footer .footer_wrap .footer_content {
  max-width: 800px;
  width: 90%;
  margin: auto;
  padding: 80px 0 20px;
}
.footer .g_navi {
  width: 100%;
  display: block;
  margin-bottom: 40px;
}
.footer .g_navi ul {
  display: flex;
  justify-content: center;
}
.footer .g_navi ul li {
  margin-right: 1.2em;
}
.footer .g_navi ul li:last-of-type {
  margin-right: 0;
}
.footer .g_navi ul.sub_navi {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .footer .g_navi ul {
    flex-direction: column;
  }
  .footer .g_navi ul li {
    width: 100%;
  }
  .footer .g_navi ul li a {
    display: block;
    padding: 1em;
  }
}
@media screen and (max-width: 767px) {
  .footer .g_navi .footer_content {
    padding: calc(40 / 800 * 100%) 0 20px;
  }
  .footer .g_navi .g_navi {
    margin-bottom: calc(40 / 800 * 100%);
  }
}
.footer small {
  font-size: 12px;
  font-size: 1.2rem;
  color: rgba(74, 74, 74, 0.5);
}
