@charset "UTF-8";

html {
  font-size: 62.5%;
}

@media screen and (max-width: 991px) {
  html {
    font-size: 56.25%;
  }
}

@media screen and (max-width: 574px) {
  html {
    font-size: 55%;
  }
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  color: #333;
  letter-spacing: 0.07rem;
  font-weight: 500;
}

@media print {
  body {
    zoom: 0.8;
  }
}

a {
  color: inherit;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
}

p {
  margin: 0;
}

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

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 1500px) {
  .container {
    max-width: 1270px;
  }

  .container-xl {
    max-width: 1270px;
  }
}

@media print {
  .container {
    min-width: 1200px !important;
  }

  a:not(.btn) {
    text-decoration: none;
  }

  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.id-target {
  padding-top: 14rem;
  margin-top: -14rem;
  display: block;
}

br.pc {
  display: none;
}

@media screen and (max-width: 1600px) {
  br.pc {
    display: block;
  }
}

br.xl {
  display: none;
}

@media screen and (max-width: 1199px) {
  br.xl {
    display: block;
  }
}

br.lg {
  display: none;
}

@media screen and (max-width: 991px) {
  br.lg {
    display: block;
  }
}

br.md {
  display: none;
}

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

br.sm {
  display: none;
}

@media screen and (max-width: 574px) {
  br.sm {
    display: block;
  }
}

br.xs {
  display: none;
}

@media screen and (max-width: 450px) {
  br.xs {
    display: block;
  }
}

@media screen {
  .blur {
    filter: blur(15px);
    opacity: 0;
    transition-duration: 1.3s;
  }

  .blur.is-show {
    filter: blur(0);
    opacity: 1;
  }

  .fadein {
    opacity: 0;
    transition-duration: 1s;
  }

  .fadein.is-show {
    opacity: 1;
  }

  .fadein_top {
    opacity: 0;
    transition-duration: 1s;
    transform: translateY(-15px);
  }

  .fadein_top.is-show {
    transform: translateY(0);
    opacity: 1;
  }

  .fadein_bottom {
    opacity: 0;
    transition-duration: 1s;
    transform: translateY(15px);
  }

  .fadein_bottom.is-show {
    transform: translateY(0);
    opacity: 1;
  }

  .fadein_left {
    opacity: 0;
    transition-duration: 1s;
    transform: translateX(-15px);
  }

  .fadein_left.is-show {
    transform: translateX(0);
    opacity: 1;
  }

  .fadein_right {
    opacity: 0;
    transition-duration: 1s;
    transform: translateX(15px);
  }

  .fadein_right.is-show {
    transform: translateX(0);
    opacity: 1;
  }

  .delay1 {
    transition-delay: 0.1s;
  }

  .delay2 {
    transition-delay: 0.2s;
  }

  .delay3 {
    transition-delay: 0.3s;
  }

  .delay4 {
    transition-delay: 0.4s;
  }

  .delay5 {
    transition-delay: 0.5s;
  }

  .delay6 {
    transition-delay: 0.6s;
  }

  .delay7 {
    transition-delay: 0.7s;
  }

  .delay8 {
    transition-delay: 0.8s;
  }

  .delay9 {
    transition-delay: 0.9s;
  }

  .delay10 {
    transition-delay: 1s;
  }

  .delay11 {
    transition-delay: 1.1s;
  }

  .delay12 {
    transition-delay: 1.2s;
  }

  .delay13 {
    transition-delay: 1.3s;
  }

  .delay14 {
    transition-delay: 1.4s;
  }

  .delay15 {
    transition-delay: 1.5s;
  }

  .delay16 {
    transition-delay: 1.6s;
  }

  .delay17 {
    transition-delay: 1.7s;
  }

  .delay18 {
    transition-delay: 1.8s;
  }

  .delay19 {
    transition-delay: 1.9s;
  }

  .delay20 {
    transition-delay: 2s;
  }

  .effect {
    margin: 0;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.04rem;
  }

  .effect span {
    display: inline-block;
    position: relative;
  }

  .effect span, .effect span:after {
    animation-delay: var(--animation-delay, 2s);
    /* アニメーションの開始タイミング */
    animation-iteration-count: var(--iterations, 1);
    /* 再生される回数 */
    animation-duration: var(--duration, 1s);
    /* 完了するまでの所要時間 */
    animation-fill-mode: both;
    /* 実行の前後 */
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    /* タイミングの指定 */
  }

  .effect.scroll-in span {
    --animation-delay: var(--delay, 0);
    --animation-duration: var(--duration, 1s);
    --animation-iterations: var(--iterations, 1);
    position: relative;
    animation-name: clip-text;
    white-space: nowrap;
  }

  .effect.scroll-in span::after {
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #C25353;
    transform: scaleX(0);
    transform-origin: 0 50%;
    pointer-events: none;
    animation-name: text-revealer;
  }

  @keyframes clip-text {
    from {
      clip-path: inset(0 100% 0 0);
    }

    to {
      clip-path: inset(0 0 0 0);
    }
  }

  @keyframes text-revealer {
    0%, 50% {
      transform-origin: 0 50%;
    }

    60%, 100% {
      transform-origin: 100% 50%;
    }

    60% {
      transform: scaleX(1);
    }

    100% {
      transform: scaleX(0);
    }
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
  padding: 0 3rem;
  height: 8rem;
}

@media print {
  header {
    position: absolute;
  }
}

@media screen and (max-width: 574px) {
  header {
    padding: 0 1.5rem;
  }
}

header .logo {
  width: 40rem;
}

@media screen and (max-width: 1600px) {
  header .logo {
    width: 30rem;
  }
}

@media screen and (max-width: 1300px) {
  header .logo {
    width: 35rem;
  }
}

@media screen and (max-width: 574px) {
  header .logo {
    width: 28rem;
  }
}

@media print {
  header .logo {
    width: 25rem;
  }
}

header .logo img, header .logo a {
  display: block;
}

header nav {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1300px) {
  header nav {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(100%, 100%);
    flex-direction: column;
    width: 25rem;
    background: #fff;
    height: auto;
    transition: 0.5s;
  }

  header nav.open {
    transform: translateY(100%);
  }
}

header nav a {
  padding: 0 2rem;
  font-weight: 600;
  border-left: 2px solid #333;
  letter-spacing: 0.1rem;
  line-height: 1;
}

@media print {
  header nav a {
    padding: 0 0.75rem;
  }
}

@media screen and (max-width: 1600px) {
  header nav a {
    padding: 0 1rem;
    font-size: 2rem;
  }
}

@media screen and (max-width: 1300px) {
  header nav a {
    height: auto;
    padding: 2rem 1.5rem;
    width: 100%;
    justify-content: flex-start;
    border-left: 0;
    border-bottom: 1px solid #333;
  }
}

header nav a:first-of-type {
  border-left: 0;
  padding-left: 0;
}

@media screen and (max-width: 1300px) {
  header nav a:first-of-type {
    padding: 2rem 1.5rem;
  }
}

@media screen and (max-width: 1300px) {
  header nav a:last-of-type {
    border-bottom: 0;
  }
}

header nav a.active {
  color: #FE8B8B;
}

@media (min-width: 992px) {
  header nav a:hover {
    color: #FE8B8B;
  }
}

header .toggle {
  display: none;
  width: 3rem;
  height: 2rem;
  position: relative;
  cursor: pointer;
}

header .toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #8D6119;
  position: absolute;
  transition-duration: 0.4s;
}

header .toggle span:nth-of-type(1) {
  top: 0;
}

header .toggle span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}

header .toggle span:nth-of-type(3) {
  bottom: 0;
}

header .toggle.open span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

header .toggle.open span:nth-of-type(2) {
  opacity: 0;
}

header .toggle.open span:nth-of-type(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

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

.title h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  color: #C25353;
}

@media screen and (max-width: 767px) {
  .title h3 {
    font-size: 3rem;
  }
}

.title .en {
  margin-top: 0.5rem;
  font-family: "Manrope", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #8D6119;
}

.title.center {
  text-align: center;
}

.title_bottom h3 {
  padding: 1rem 2rem;
  box-shadow: 4px 4px 0 0 rgba(141, 96, 25, 0.78);
  background: #FFFBF3;
  border-radius: 1rem;
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  color: #8D6119;
  width: fit-content;
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  .title_bottom h3 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 574px) {
  .title_bottom h3 {
    font-size: 2rem;
  }
}

.more {
  width: 35rem;
  height: 6.5rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  border-radius: 6rem;
  box-shadow: 3px 4px 0 0 rgba(255, 225, 103, 0.65);
  color: #8D6119;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  top: 0;
  left: 0;
  transition: 0.3s;
}

@media screen and (max-width: 574px) {
  .more {
    width: 30rem;
    font-size: 1.8rem;
  }
}

.more::after {
  content: "";
  width: calc(100% - 2rem);
  height: calc(100% - 1rem);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px dashed #E9AE0D;
  border-radius: 6rem;
  transition: 0.3s;
}

.more i {
  font-size: 1.5rem;
}

@media (min-width: 992px) {
  .more:hover {
    box-shadow: 0 0 0 0 rgba(255, 225, 103, 0.65);
    top: 3px;
    bottom: 4px;
    color: #8D6119;
  }
}

.more.red {
  background: #fff;
  box-shadow: 3px 4px 0 0 rgba(255, 103, 103, 0.65);
}

.more.red::after {
  border: 2px dashed #C25353;
}

@media (min-width: 992px) {
  .more.red:hover {
    box-shadow: 0 0 0 0 rgba(255, 103, 103, 0.65);
  }
}

main {
  overflow: hidden;
}

.footer {
  padding: 7rem 0;
  background: #fff3f3;
}

@media screen and (max-width: 1199px) {
  .footer {
    padding: 5rem 0;
  }
}

.footer .logo {
  width: 40rem;
  margin: 0 auto;
}

@media screen and (max-width: 574px) {
  .footer .logo {
    width: 28rem;
  }
}

.footer_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
}

@media screen and (max-width: 1199px) {
  .footer_nav {
    display: none;
  }
}

.footer_nav a {
  padding: 0 2rem;
  font-weight: 600;
  border-left: 2px solid #333;
  letter-spacing: 0.1rem;
  line-height: 1;
}

.footer_nav a:first-of-type {
  border-left: 0;
  padding-left: 0;
}

.footer .copy {
  text-align: center;
  margin-top: 6rem;
  font-size: 1.3rem;
}

@media screen and (max-width: 1199px) {
  .footer .copy {
    margin-top: 4rem;
  }
}

@media screen and (max-width: 574px) {
  .footer .copy {
    font-size: 1.2rem;
  }
}

.pagetop {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  width: 4rem;
}

.bg_yellow {
  height: 30rem;
}

.bg_yellow img {
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.wave_pink, .wave_yellow {
  height: 10rem;
}

.wave_pink img, .wave_yellow img {
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
}

main {
  background: #F6F5EE;
  padding-top: 10rem;
}

.mv {
  padding: 0 5rem;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 1199px) {
  .mv {
    padding: 0 3rem;
  }
}

@media screen and (max-width: 574px) {
  .mv {
    padding: 0 1.5rem;
  }
}

.mv::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 35%;
  left: 0;
  background: #FDEE9B;
  display: block;
  z-index: -1;
}

.mv_inner {
  position: relative;
}

.mv_image {
  overflow: hidden;
  border-radius: 4rem;
}

@media screen and (max-width: 767px) {
  .mv_image {
    border-radius: 2rem;
    height: 70rem;
  }
}

@media screen and (max-width: 574px) {
  .mv_image {
    height: 50vh;
    min-height: 55rem;
  }
}

@media screen and (max-width: 767px) {
  .mv_image img {
    height: 100%;
    object-fit: cover;
  }
}

.mv_text {
  position: absolute;
  top: 50%;
  left: 8rem;
  transform: translateY(-50%);
}

@media screen and (max-width: 1199px) {
  .mv_text {
    left: 4rem;
  }
}

@media screen and (max-width: 574px) {
  .mv_text {
    left: 2rem;
    top: 17%;
  }
}

.mv_text h2 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.mv_text span {
  padding: 1rem 2rem;
  box-shadow: 4px 4px 0 0 rgba(141, 96, 25, 0.78);
  background: #FFFBF3;
  border-radius: 1rem;
  display: block;
  font-size: 5rem;
  font-weight: 700;
  color: #8D6119;
  width: fit-content;
}

@media screen and (max-width: 1199px) {
  .mv_text span {
    font-size: 4rem;
  }
}

@media screen and (max-width: 574px) {
  .mv_text span {
    font-size: 2.4rem;
  }
}

.greeting {
  position: relative;
  z-index: 1;
  padding: 8rem 0;
}

@media screen and (max-width: 991px) {
  .greeting .row {
    gap: 3rem 0;
    flex-direction: column-reverse;
  }
}

.greeting_inner {
  background: #fff;
  padding: 5rem 4rem;
  border-radius: 2rem;
}

@media screen and (max-width: 991px) {
  .greeting_inner {
    padding: 4rem 2rem;
  }
}

.greeting_text {
  padding-right: 3rem;
}

@media screen and (max-width: 991px) {
  .greeting_text {
    padding: 0;
  }
}

.greeting_lead {
  margin-top: 2rem;
  text-align: justify;
}

.greeting_lead .red {
  color: #C25353;
}

.greeting_image {
  overflow: hidden;
  border-radius: 1rem;
}

.greeting .name {
  margin-top: 0.5rem;
  text-align: right;
}

.greeting .name span {
  font-size: 115%;
}

.result {
  margin-bottom: 8rem;
}

.result_text {
  font-weight: 700;
  font-size: 3rem;
  line-height: 2;
  text-align: center;
  margin-top: 3rem;
}

@media screen and (max-width: 991px) {
  .result_text {
    font-size: 2rem;
  }
}

@media screen and (max-width: 574px) {
  .result_text {
    font-size: 2.2rem;
  }
}

.result_table {
  margin-top: 3rem;
  overflow: auto;
}

.result_table table {
  width: 100%;
}

.result_table table th, .result_table table td {
  padding: 1rem;
  white-space: nowrap;
  font-size: 1.5rem;
  border: 1px solid;
  text-align: center;
  background: #fff;
}

.result_table table th.bg {
  background: #FDEE9B;
}

.result_table table .red th, .result_table table .red td {
  border-bottom: 3px solid #C25353;
  border-top: 3px solid #C25353;
}

.result_table table .red th {
  border-left: 3px solid #C25353;
}

.result_table table .red td:last-of-type {
  border-right: 3px solid #C25353;
}

.result .kaisei {
  padding: 4rem;
  margin-top: 5rem;
  background: #fff;
  border: 4px solid #E9AE0D;
  border-radius: 1rem;
}

@media screen and (max-width: 574px) {
  .result .kaisei {
    padding: 3rem 1.5rem;
  }
}

.result .kaisei .red {
  color: #C25353;
}

.result .kaisei h4 {
  font-size: 2.4rem;
  font-weight: bold;
  padding-bottom: 1rem;
  border-bottom: 2px solid #C25353;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .result .kaisei h4 {
    font-size: 2rem;
  }
}

.result .kaisei p {
  margin-top: 2rem;
  font-size: 1.8rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .result .kaisei p {
    font-size: 1.5rem;
  }
}

.book {
  position: relative;
  background: #FDEE9B;
  z-index: 3;
}

.book h4 {
  font-weight: bold;
  font-size: 2.2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 3rem;
}

.book h4::before, .book h4::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2px;
  background: #333;
}

.book_box {
  margin-top: -14rem;
  background: #fff;
  padding: 5rem 3rem;
  border-radius: 2rem;
}

.book_list {
  display: flex;
  border-left: 2px solid #E9AE0D;
  max-width: 100rem;
  margin: 3rem auto 0;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .book_list {
    max-width: 50rem;
  }
}

.book_list_col {
  border-top: 2px solid #E9AE0D;
  border-right: 2px solid #E9AE0D;
  border-bottom: 2px solid #E9AE0D;
  padding-bottom: 1rem;
  width: 50%;
}

@media screen and (max-width: 991px) {
  .book_list_col {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .book_list_col:first-of-type {
    border-bottom: 0;
  }
}

.book_list_col h5 {
  border-bottom: 2px solid #E9AE0D;
  padding: 1rem;
  background: #FDEE9B;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 1199px) {
  .book_list_col h5 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 574px) {
  .book_list_col h5 {
    text-align: left;
  }
}

.book_list_col h6 {
  padding-left: 2rem;
  font-size: 2rem;
  color: #ba8a07;
  font-weight: bold;
  margin-bottom: 1rem;
}

.book_list_col ol {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
  justify-content: space-between;
  height: calc(100% - 9rem);
}

.book_feature .feature_cap {
  text-align: center;
  color: #C25353;
  font-weight: bold;
  font-size: 1.9rem;
  margin-top: 1rem;
}

.book_feature h4 {
  color: #8D6119;
}

.book_feature h4::before, .book_feature h4::after {
  background: #8D6119;
}

.book_feature ol {
  width: fit-content;
  margin: 2rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.book .news {
  margin-top: 3rem;
  background: #fff;
  padding: 3rem;
  border-radius: 2rem;
}

.book .news h4 {
  margin-top: 0;
  color: #8D6119;
}

.book .news h4::before, .book .news h4::after {
  background: #8D6119;
}

.book .news_text {
  margin-top: 3rem;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}

.book .news_text small {
  font-weight: 500;
}

@media screen and (max-width: 574px) {
  .book .news_text small {
    display: inline-block;
  }
}

.book .news_item {
  display: flex;
  justify-content: center;
  gap: 4rem;
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .book .news_item {
    flex-direction: column;
    gap: 2rem;
  }
}

.book .news_item h5 {
  padding: 1.5rem 2rem;
  background: #FDEE9B;
  border-radius: 1rem;
  border: 2px solid #E9AE0D;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
}

.book .news_item_text {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .book .news_item_text {
    justify-content: center;
  }
}

@media screen and (max-width: 574px) {
  .book .news_item_text {
    flex-direction: column;
  }
}

.book .news_item_text p {
  font-weight: 600;
  font-size: 1.8rem;
}

.book .news .more {
  margin: 4rem auto 0;
}

.wave_yellow {
  z-index: 3;
  position: relative;
}

.wave_pink {
  position: relative;
  z-index: 1;
}

.step {
  padding: 10rem 0 8rem;
  background: #FFE4E4;
  position: relative;
  z-index: 2;
}

.step::after {
  content: "";
  width: 100%;
  height: 20rem;
  background: #FFE4E4;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, -100%);
  z-index: -1;
}

.step_box {
  padding: 7rem 3rem 4rem;
  border-radius: 2rem;
  background: #fff;
  position: relative;
}

.step h3 {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  font-size: 2.6rem;
  font-weight: bold;
  padding-top: 1rem;
  line-height: 1.5;
}

.step h3 .red {
  color: #C25353;
  display: inline-block;
}

.step h3 .h3_box {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(0, -100%);
  padding: 0.5rem 2rem;
  font-size: 2rem;
  background: #FFFBF3;
  border-radius: 1rem;
  border: 2px solid #8D6119;
  color: #8D6119;
}

.step_ex {
  margin-top: 3rem;
  padding: 3rem;
  background: #fff5f5;
  margin: 3rem auto 0;
  width: fit-content;
  border-radius: 2rem;
  border: 2px solid #C25353;
}

@media screen and (max-width: 767px) {
  .step_ex {
    padding: 3rem 2rem;
  }
}

@media screen and (max-width: 574px) {
  .step_ex {
    padding: 3rem 1.5rem;
  }
}

.step_ex h4 {
  text-align: center;
  font-weight: 700;
  font-size: 2.2rem;
}

@media screen and (max-width: 574px) {
  .step_ex h4 {
    font-size: 1.8rem;
  }
}

.step_ex ul {
  margin: 2rem auto 0;
  width: fit-content;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.step_ex ul li {
  font-size: 1.8rem;
}

@media screen and (max-width: 574px) {
  .step_ex ul li {
    font-size: 1.5rem;
  }
}

.step_list {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
}

.step_list>li {
  padding: 2.5rem 0;
  border-bottom: 1px solid #cfc6b3;
}

.step_list>li h4 {
  font-size: 2rem;
  font-weight: bold;
  color: #8D6119;
  padding-left: 1rem;
  border-left: 1rem solid #8D6119;
}

.step_list>li>p {
  margin-top: 2rem;
  font-size: 1.8rem;
}

.step_list>li ul {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.step_list>li ul li {
  display: flex;
  align-items: baseline;
  gap: 1rem;
}

.step_list>li ul li span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  font-family: "Manrope", sans-serif;
  font-size: 2rem;
  background: #8D6119;
  color: #fff;
  border-radius: 50%;
}

@media screen and (max-width: 574px) {
  .step_list>li ul li span {
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
  }
}

.step_list>li ul li p {
  width: calc(100% - 5rem);
  font-size: 1.8rem;
}

@media screen and (max-width: 574px) {
  .step_list>li ul li p {
    width: calc(100% - 4rem);
    font-size: 1.5rem;
  }
}

.step_list>li .cap {
  margin-top: 1rem;
  font-size: 1.3rem;
  display: block;
}

.step_talk h4 {
  font-weight: bold;
  font-size: 2.2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 3rem;
}

.step_talk h4::before, .step_talk h4::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2px;
  background: #333;
}

.step_talk h4 span span {
  color: #8D6119;
}

@media screen and (max-width: 574px) {
  .step_talk h4 span span {
    display: block;
    margin-top: 0.5rem;
  }
}

.step_talk .talk {
  text-align: center;
  margin-top: 2rem;
  font-size: 2rem;
  font-weight: 700;
  color: #C25353;
}

.step_talk .talk_lead {
  margin-top: 1rem;
  font-size: 1.8rem;
  width: fit-content;
  margin: 1rem auto 0;
}

@media screen and (max-width: 574px) {
  .step_talk .talk_lead {
    line-height: 1.8;
    font-size: 1.5rem;
  }
}

.step_talk h5 {
  margin-top: 3rem;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
}

.step_talk .more {
  margin: 3rem auto 0;
}

.profile {
  padding: 10rem 0 8rem;
  background: #FDEE9B;
  position: relative;
  z-index: 0;
}

.profile::after {
  content: "";
  width: 100%;
  height: 20rem;
  background: #FDEE9B;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, -100%);
  z-index: -1;
}

.profile_box {
  padding: 7rem 3rem 4rem;
  border-radius: 2rem;
  background: #fff;
  position: relative;
}

@media screen and (max-width: 574px) {
  .profile_box {
    padding: 7rem 1.5rem 4rem;
  }
}

.profile_box .title_bottom {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.profile_box .title_bottom.cho {
  position: static;
  transform: translateX(0) translateY(0);
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 3rem;
}

.profile_box .title_bottom.cho h3 {
  margin: 0 auto;
}

.profile_box .row {
  gap: 3rem 0;
  align-items: center;
}

.profile_image {
  overflow: hidden;
  border-radius: 1rem;
}

.profile_text h4 {
  font-size: 2.6rem;
  font-weight: bold;
  padding-left: 1rem;
  border-left: 1rem solid #FE8B8B;
}

.profile_text .position {
  margin-top: 1rem;
  font-weight: bold;
  font-size: 1.8rem;
}

@media screen and (max-width: 574px) {
  .profile_text .position {
    font-size: 1.5rem;
  }
}

.profile_text .his {
  margin-top: 2rem;
  line-height: 2;
}

.profile_text {
  margin-top: 2rem;
  line-height: 2;
  letter-spacing: 0.1rem;
}

.profile_item_movie {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.profile_item_movie_text {
  width: 100%;
}

.profile_item_movie_text h4 {
  padding-bottom: 1rem;
  border-bottom: 2px solid #333;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
}

@media screen and (max-width: 1199px) {
  .profile_item_movie_text h4 {
    font-size: 1.7rem;
  }
}

.profile_item_movie_text p {
  margin-top: 1rem;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9比率 = 9 / 16 = 0.5625 */
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}




.profile_item {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.profile_item_text {
  width: calc(100% - 15rem);
}

@media screen and (max-width: 574px) {
  .profile_item_text {
    width: calc(100% - 12rem);
  }
}

.profile_item_text h4 {
  padding-bottom: 1rem;
  border-bottom: 2px solid #333;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
}

@media screen and (max-width: 1199px) {
  .profile_item_text h4 {
    font-size: 1.7rem;
  }
}

.profile_item_text p {
  margin-top: 1rem;
}

.profile_book {
  width: 12rem;
}

@media screen and (max-width: 574px) {
  .profile_book {
    width: 9rem;
  }
}

.profile_book img {
  display: block;
}

.history {
  padding: 8rem 0;
}

.history table {
  width: 100%;
  margin-top: 3rem;
}

.history table th {
  border-bottom: #333 1px solid;
  width: 20%;
  white-space: nowrap;
}

.history table td {
  border-bottom: #333 1px solid;
  width: 70%;
}

.history table th, .history table td {
  padding: 2.5rem 1rem;
}

.recomend {
  padding-bottom: 10rem;
}

.recomend_lead {
  margin-top: 2rem;
}

.recomend .name {
  margin-top: 1rem;
  text-align: right;
}

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