@charset "UTF-8";
/*==========================================
color
===========================================*/
.c-bg--key {
  background-color: #181f32;
}

.c-bg--accent {
  background-color: #fcce75;
}

.c-bg--black {
  background-color: #1b1b1b;
}

.c-bg--white {
  background-color: white;
}

.c-bg--gray {
  background-color: #f0f0f0;
}

/*==========================================
global
===========================================*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif, "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Helvetica, Verdana, Arial, Helvetica;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  /*overflow-x: hidden;*/
  overflow-wrap: break-word;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

a {
  color: inherit;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: top;
}

video {
  max-width: 100%;
  height: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  font-size: inherit;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
  border: 1px solid #eee;
}

th,
td {
  padding: 4px 6px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #eee;
}

/*==========================================
setting
===========================================*/
/*==========================================
btn
===========================================*/
.c-btn {
  display: inline-block;
  vertical-align: middle;
  width: 90%;
  margin: 0 auto;
  height: auto;
  padding: 2.5rem 1.5rem;
  color: black;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-radius: 5px;
  background: #fcce75;
  font-size: 6vw;
  font-weight: 700;
  line-height: 1.4444444444;
  text-align: center;
  -webkit-appearance: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s;
  position: relative;
  outline: none;
  box-shadow: 0px 10px 0px 0px rgba(163, 113, 17, 0.8);
  font-family: YakuHanMP, "Noto Serif JP", serif;
  /*&:after {
    content: " ";
    display: block;
    background: rgb(254, 194, 0);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.3s;
    border-radius: 5px;
  }*/
}
@media screen and (min-width: 768px) {
  .c-btn {
    background: #fcce75;
    width: 100%;
    padding: 5rem 3rem;
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.1428571429;
    box-shadow: 0px 16px 0px 0px rgba(163, 113, 17, 0.8);
  }
}
.c-btn__inner {
  position: relative;
  z-index: 10;
}
.c-btn:not(:disabled) {
  cursor: pointer;
}
.c-btn:hover, .c-btn:focus {
  transform: translateY(10px);
  outline: none;
  box-shadow: none;
}
.c-btn:hover:after, .c-btn:focus:after {
  opacity: 0;
}

.p-hero__anchor-wrap {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  margin-top: 3rem;
}

.c-btn__wrap {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-btn__wrap {
    width: 100%;
    max-width: 750px;
    max-height: 130px;
    margin: 0 auto;
  }
}

/*==========================================
setting
===========================================*/
/*==========================================
btn
===========================================*/
.c-btn2 {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin: 0 auto;
  height: auto;
  padding: 2.5rem 1.5rem;
  color: black;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-radius: 100vh;
  background: rgb(253, 233, 0);
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.125;
  text-align: center;
  -webkit-appearance: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s;
  position: relative;
  outline: none;
  box-shadow: 0px 11px 20.58px 0.42px rgba(204, 108, 7, 0.61), 0px 0px 21px 0px rgba(255, 255, 255, 0.75) inset;
  font-family: YakuHanMP, "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .c-btn2 {
    width: 100%;
    padding: 3.5rem 2rem;
    font-size: 2.8rem;
    font-weight: 900;
    line-height: 1.0714285714;
  }
}
.c-btn2:after {
  content: " ";
  display: block;
  background: rgb(254, 194, 0);
  background: linear-gradient(0deg, rgb(254, 194, 0) 0%, rgb(253, 233, 0) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s;
  border-radius: 100vh;
}
.c-btn2__inner {
  position: relative;
  z-index: 10;
}
.c-btn2:not(:disabled) {
  cursor: pointer;
}
.c-btn2:hover, .c-btn2:focus {
  transform: translateY(-5px);
  outline: none;
}
.c-btn2:hover:after, .c-btn2:focus:after {
  opacity: 0;
}

.p-hero__anchor-wrap2 {
  width: 100%;
  margin: 0 auto;
  margin-top: 2rem;
}

.p-hero__floating-wrap2 {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-hero__floating-wrap2 {
    padding: 1rem;
  }
}

.c-btn__wrap2 {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-btn__wrap2 {
    width: 100%;
    max-width: 560px;
    max-height: 130px;
    margin: 2rem auto;
  }
}

/*==========================================
title
===========================================*/
.c-heading {
  font-size: 6vw;
  font-weight: 600;
  line-height: 1.6666666667;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif, "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Helvetica, Verdana, Arial, Helvetica;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 3rem;
  font-family: YakuHanMP, YakuHanMP, "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .c-heading {
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.8571428571;
    margin-bottom: 5rem;
    letter-spacing: 0.5rem;
  }
}
.c-heading .large {
  font-size: 6.6666666667vw;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .c-heading .large {
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.5;
  }
}
.c-heading .small {
  font-size: 5.3333333333vw;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .c-heading .small {
    font-size: 3rem;
    font-weight: 500;
    line-height: 2;
  }
}

/*********** line_pop ***********/
.c-title-linePop {
  text-align: center;
}
.c-title-linePop__inner {
  text-align: center;
  padding: 1.3333333333vw 6.6666666667vw;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c-title-linePop__inner {
    padding: 1rem 6rem;
  }
}
.c-title-linePop__inner:after, .c-title-linePop__inner:before {
  content: "";
  display: block;
  width: 2px;
  height: 80%;
  border-radius: 50px;
  background: #fcce75;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .c-title-linePop__inner:after, .c-title-linePop__inner:before {
    width: 2px;
    height: 90%;
    bottom: -5%;
  }
}
.c-title-linePop__inner:after {
  transform: rotate(-35deg);
  left: 0;
}
.c-title-linePop__inner:before {
  transform: rotate(35deg);
  right: 0;
}

.c-title-sideBar {
  width: 100%;
  margin: 0 auto 4rem;
  position: relative;
  text-align: center;
  background: #f0f3f5;
  padding: 3rem;
}
@media screen and (min-width: 768px) {
  .c-title-sideBar {
    padding: 6rem;
    margin-bottom: 6rem;
  }
}
.c-title-sideBar:after {
  content: " ";
  display: block;
  background: #181f32;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .c-title-sideBar:after {
    height: 6px;
  }
}
.c-title-sideBar__inner {
  width: 40vw;
  display: inline-block;
  background: #f0f3f5;
  padding: 0 1rem;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .c-title-sideBar__inner {
    width: 360px;
  }
}

.c-title-upDownLine,
.c-title-upDownLine--light {
  text-align: center;
  border-top: 3px solid #181f32;
  border-bottom: 3px solid #181f32;
  padding: 2rem 1rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .c-title-upDownLine,
  .c-title-upDownLine--light {
    padding: 4rem 2rem;
    margin-bottom: 7rem;
  }
}

.c-title-upDownLine--light {
  border-top: 3px solid #f0f0f0;
  border-bottom: 3px solid #f0f0f0;
}

/*==========================================
setting
===========================================*/
/*==========================================
layout
===========================================*/
.l-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.l-inner {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1000px;
  height: inherit;
  padding-right: 5.3333333333vw;
  padding-left: 5.3333333333vw;
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .l-inner {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (min-width: 1300px) {
  .l-inner {
    padding: 0;
  }
}
.l-inner--narrow {
  max-width: 900px;
}
.l-inner--middle {
  max-width: 1060px;
}
.l-inner--wide {
  max-width: 1200px;
}
.l-inner--full {
  padding-right: 5.3333333333vw;
  padding-left: 5.3333333333vw;
  max-width: 100%;
}

/*==========================================
hero
===========================================*/
.p-hero {
  position: relative;
  padding-top: 6.6666666667vw;
  padding-bottom: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-hero {
    padding-top: 5rem;
    padding-bottom: 7rem;
  }
}
.p-hero__bg {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 768px) {
  .p-hero__bg {
    width: 70%;
    left: -50%;
    right: -50%;
  }
}
@media screen and (min-width: 768px) {
  .p-hero__bg {
    width: 1980px;
  }
}
.p-hero__bg img {
  width: 110%;
  height: 100%;
  max-width: inherit;
}
@media screen and (min-width: 768px) {
  .p-hero__bg img {
    max-width: inherit;
    height: auto;
  }
}
.p-hero__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.p-hero__body {
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-hero__body {
    flex-direction: row-reverse;
    grid-gap: 10%;
  }
}
.p-hero__book {
  width: 60%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 9.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-hero__book {
    width: 35%;
    margin: 0;
    padding-top: 7rem;
  }
}
.p-hero__book img {
  box-shadow: 24px 25px 63.08px 12.92px rgba(27, 48, 62, 0.42);
}
.p-hero__heading {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-hero__heading {
    width: 55%;
  }
}
.p-hero__catch {
  width: 100%;
  margin-bottom: 2rem;
  font-size: 6.1333333333vw;
  font-weight: 600;
  line-height: 1.347826087;
  font-family: YakuHanMP, "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .p-hero__catch {
    margin-bottom: 4rem;
    font-size: 3.7rem;
    font-weight: 600;
    line-height: 1.4054054054;
  }
}
.p-hero__catch .large {
  font-size: 10vw;
  font-weight: 600;
  line-height: 1.1333333333;
}
@media screen and (min-width: 768px) {
  .p-hero__catch .large {
    font-size: 6.5rem;
    font-weight: 600;
    line-height: 1.1538461538;
  }
}
.p-hero__title {
  width: 100%;
  font-size: 16vw;
  font-weight: 700;
  line-height: 1.0833333333;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  padding: 6.6666666667vw 2.6666666667vw;
  border-top: 4px solid #181f32;
  border-bottom: 4px solid #181f32;
}
@media screen and (min-width: 768px) {
  .p-hero__title {
    padding: 4rem 1rem;
    font-size: 12rem;
    font-weight: 700;
    line-height: 1.0833333333;
  }
}
.p-hero__title .thin {
  font-weight: 500;
}
.p-hero__title-sub {
  width: 100%;
  font-size: 5.6vw;
  font-weight: 700;
  line-height: 1.4761904762;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  margin-bottom: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-hero__title-sub {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.625;
    margin-bottom: 2rem;
  }
}

/*==========================================
flowting-banner
===========================================*/
.p-floating-banner {
  width: 100%;
  position: fixed;
  z-index: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.65s;
  background: rgba(255, 255, 255, 0.7);
}
.p-floating-banner.isActive {
  opacity: 1;
  transition: all 0.65s;
  z-index: 500;
}

.c-btn-floating {
  width: 90%;
  margin: 0 auto;
  border-radius: 100vh;
  padding: 6.6666666667vw 2.6666666667vw;
  background: rgb(0, 170, 255);
  background: linear-gradient(180deg, rgb(0, 170, 255) 0%, rgb(2, 113, 205) 100%);
  box-shadow: none;
  color: white;
  border: 3px solid white;
  font-size: 5.3333333333vw;
  font-weight: 600;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .c-btn-floating {
    width: 100%;
    max-width: 550px;
    padding: 2rem 3rem;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.3333333333;
  }
}
.c-btn-floating:hover {
  /*opacity: 0.7;*/
}

/* footer.scss */
.l-footer {
  background: #0b0f18;
  position: relative;
  z-index: 20;
}

.p-footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.p-footer p {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  padding-bottom: 10px;
  padding: 0 10px 10px;
  color: white;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6666666667;
}
@media screen and (min-width: 768px) {
  .p-footer p {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.1428571429;
  }
}
.p-footer p br {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-footer p br {
    display: inline;
  }
}
.p-footer p.p-footer__copyright {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: white;
}
@media screen and (min-width: 768px) {
  .p-footer p.p-footer__copyright {
    margin-top: 2rem;
  }
}
.p-footer__logo {
  width: 70%;
  margin: 0 auto 1rem;
  text-align: center;
  padding: 2rem 0;
}
.p-footer__nav {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-footer__nav {
    flex-direction: row;
    justify-content: center;
    width: 700px;
    margin: 0 auto;
  }
}
.p-footer__nav li {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  padding-bottom: 1rem;
}
.p-footer__nav li a {
  display: block;
  border: 1px solid white;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  color: white;
  width: 100%;
  text-decoration: none;
  padding: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__nav li a {
    border: none;
    border-left: 1px solid white;
    border-right: 1px solid white;
    padding: 0.5rem 3rem;
    border-right: none;
  }
}
.p-footer__nav li a:hover {
  color: white;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-footer__nav li:last-child a {
    border-right: 1px solid white;
  }
}

/*==========================================
Utility
===========================================*/
/*==========================================
hidden
===========================================*/
.u-hidden-pc {
  display: inline;
}
@media screen and (min-width: 1060px) {
  .u-hidden-pc {
    display: none;
  }
}

.u-hidden-tab {
  display: inline;
}
@media screen and (min-width: 768px) {
  .u-hidden-tab {
    display: none;
  }
}

.u-hidden-sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-hidden-sp {
    display: inline;
  }
}

/*==========================================
movie
===========================================*/
.c-movie__wrap {
  background: #0092e7;
  padding: 4px;
}
@media screen and (min-width: 768px) {
  .c-movie__wrap {
    padding: 10px;
  }
}

.c-movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: none;
  z-index: 50;
}
@media screen and (min-width: 480px) {
  .c-movie {
    padding-top: 56.25%;
  }
}
.c-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*==========================================
flexbox
===========================================*/
@media screen and (min-width: 768px) {
  .flexbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.u-float-left {
  float: left;
}

.u-float-right {
  float: right;
}

.u-overflow {
  overflow: hidden;
}

.u-clear {
  overflow: hidden;
}

/*==========================================
text
===========================================*/
.number {
  font-family: "Roboto", sans-serif;
  font-size: 110%;
}

.u-red {
  color: #ed3239;
}

.u-blue {
  color: #093483;
}

.u-pink {
  color: pink;
}

.u-black {
  color: black;
}

.u-white {
  color: white;
}

.u-yellow {
  color: #e8d77c;
}

.u-bold {
  font-weight: 700;
}
.u-bold--s {
  font-weight: 500;
}
.u-bold--l {
  font-weight: 900;
}

.u-marker--red {
  background: linear-gradient(transparent 80%, rgba(196, 0, 75, 0.28) 80%);
}
.u-marker--yellow {
  background: linear-gradient(transparent 70%, #ffff00 70%);
}
.u-marker--blue {
  background: linear-gradient(transparent 80%, rgba(0, 78, 255, 0.25) 80%);
}

.u-center,
p.u-center {
  text-align: center;
}

.u-right {
  text-align: right;
}

.u-left {
  text-align: right;
}

.u-font--s01 {
  font-size: 90%;
}
.u-font--s02 {
  font-size: 80%;
}
.u-font--s03 {
  font-size: 70%;
}
.u-font--l01 {
  font-size: 110%;
}
.u-font--l02 {
  font-size: 120%;
}
.u-font--l03 {
  font-size: 130%;
}

.u-underline {
  border-bottom: 1px solid #000;
}
.u-underline--red {
  border-bottom: 1px solid red;
}

.u-text-left {
  text-align: left;
}

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

.u-text-right {
  text-align: right;
}

.u-text-justify {
  text-align-last: justify;
  text-justify: inter-character;
}

.u-japanease {
  overflow: hidden;
  writing-mode: vertical-rl;
}

.u-word-break {
  word-break: break-all;
}

.u-white-space {
  white-space: nowrap;
}

.u-marker--yellow {
  background: linear-gradient(to bottom, rgba(255, 255, 72, 0.8) 60%, rgba(255, 255, 72, 0.8) 60%, rgba(255, 255, 72, 0.8) 100%);
}

/*==========================================
setting
===========================================*/
/*==========================================
letter
===========================================*/
.c-letter {
  position: relative;
  overflow: hidden;
}
.c-letter p {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 2rem;
  letter-spacing: 0.2rem;
  font-size: clamp(1.5rem, 2.4vw, 1.8rem);
}
@media screen and (min-width: 768px) {
  .c-letter p {
    margin-bottom: 3rem;
  }
}
.c-letter__inner {
  padding: 0;
}
.c-letter__body {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .c-letter__body {
    padding-bottom: 4rem;
  }
}

/*********** c-list ***********/
.c-list__wrap {
  width: 100%;
  background: #f0f0f0;
  padding: 2.6666666667vw;
  padding-left: 6.6666666667vw;
  margin-bottom: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .c-list__wrap {
    width: 70%;
    padding: 2rem;
    padding-left: 5rem;
    margin-bottom: 3rem;
  }
}
.c-list li {
  position: relative;
  padding-left: 2rem;
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 1.375;
  letter-spacing: 0.1rem;
  text-align: left;
  color: #181f32;
}
@media screen and (min-width: 768px) {
  .c-list li {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.8888888889;
  }
}
.c-list li:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 100%;
  display: inline-block;
  background: #181f32;
  position: absolute;
  left: 0;
  top: calc((5.8666666667vw - 7px) / 2);
}
@media screen and (min-width: 768px) {
  .c-list li:before {
    top: 13.5px;
  }
}

.c-list-s li {
  position: relative;
  padding-left: 2rem;
  font-size: 4.2666666667vw;
  font-weight: 400;
  line-height: 1.375;
  letter-spacing: 0.1rem;
  text-align: left;
  color: #181f32;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .c-list-s li {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.625;
    margin-bottom: 1rem;
  }
}
.c-list-s li:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 100%;
  display: inline-block;
  background: #181f32;
  position: absolute;
  left: 0;
  top: calc((5.8666666667vw - 7px) / 2);
}
@media screen and (min-width: 768px) {
  .c-list-s li:before {
    top: 9.5px;
  }
}

.p-ending {
  padding-top: 6.6666666667vw;
  padding-bottom: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-ending {
    padding-top: 8rem;
    padding-bottom: 15rem;
  }
}
.p-ending__label p {
  text-align: center;
  font-size: 5.3333333333vw;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 3rem;
  font-family: YakuHanMP, YakuHanMP, "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .p-ending__label p {
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.3333333333;
    margin-bottom: 5rem;
    letter-spacing: 0.5rem;
  }
}
.p-ending__thumbnails {
  display: flex;
  flex-direction: column;
  grid-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-ending__thumbnails {
    flex-direction: row;
    grid-gap: 4rem;
  }
}
.p-ending__list-img {
  margin-bottom: 4vw;
}
@media screen and (min-width: 768px) {
  .p-ending__list-img {
    margin-bottom: 3rem;
  }
}

.u-pd-tp01 {
  padding-top: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .u-pd-tp01 {
    padding-top: 10rem;
  }
}

.c-bg {
  position: absolute;
  bottom: 0;
  right: 0;
}

.u-gray {
  color: #f0f0f0;
}

.c-bg--line {
  position: relative;
}
.c-bg--line:before, .c-bg--line:after {
  content: " ";
  display: block;
  background: #2e3340;
  width: 2px;
  height: calc(100% + 30rem);
  position: absolute;
  top: -15rem;
  margin: auto;
}
.c-bg--line:before {
  left: 0;
}
.c-bg--line:after {
  right: 0;
}

/*==========================================
profile
===========================================*/
.p-profile {
  padding-top: 13.3333333333vw;
  padding-bottom: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-profile {
    padding-top: 13rem;
    padding-bottom: 15rem;
  }
}
.p-profile .en-large {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(90deg);
  transform-origin: left top;
  color: rgba(220, 220, 220, 0.2);
  margin-top: 1.5rem;
  font-size: 12vw;
  font-weight: 400;
  line-height: 1;
  font-family: "Cormorant Garamond", serif;
}
@media screen and (min-width: 768px) {
  .p-profile .en-large {
    font-size: 16rem;
    font-weight: 400;
    line-height: 1;
  }
}
.p-profile__heading {
  margin-bottom: 0;
  text-align: left;
}
.p-profile__heading .en {
  display: block;
  margin-top: 1rem;
  font-size: 12vw;
  font-weight: 400;
  line-height: 1;
  color: rgba(220, 220, 220, 0.2);
  font-family: "Cormorant Garamond", serif;
}
@media screen and (min-width: 768px) {
  .p-profile__heading .en {
    margin-top: 1.5rem;
    font-size: 8rem;
    font-weight: 400;
    line-height: 1;
  }
}
.p-profile__wrap {
  display: flex;
  flex-direction: column;
  grid-gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-profile__wrap {
    grid-gap: 4rem;
    flex-direction: row;
  }
}
.p-profile__thumb-aiba {
  width: 100%;
  margin-bottom: 1rem;
  padding: 0 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-profile__thumb-aiba {
    width: 52%;
    margin-bottom: 3rem;
  }
}
.p-profile__thumb-aiba img {
  width: 100%;
}
.p-profile__work {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-profile__work {
    width: 52%;
  }
}
.p-profile__books {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-profile__books {
    justify-content: center;
    gap: 1.5rem;
  }
}
.p-profile__books img {
  width: calc((100% - 3rem) / 4);
}
@media screen and (min-width: 768px) {
  .p-profile__books img {
    width: calc((100% - 6rem) / 5);
  }
}
.p-profile__body {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-profile__body {
    width: 50%;
  }
}
.p-profile__body p {
  color: white;
}
.p-profile__thumb {
  margin-bottom: 3rem;
}

/*==========================================
outline
===========================================*/
.p-outline {
  position: relative;
  padding-top: 6.6666666667vw;
  padding-bottom: 20vw;
  background: #f5f5f5;
}
@media screen and (min-width: 768px) {
  .p-outline {
    padding-top: 10rem;
    padding-bottom: 15rem;
    background: #ebebeb;
  }
}
.p-outline__bg {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: -50%;
  right: -50%;
}
@media screen and (min-width: 768px) {
  .p-outline__bg {
    width: 70%;
  }
}
@media screen and (min-width: 768px) {
  .p-outline__bg {
    width: 1980px;
  }
}
.p-outline__bg img {
  max-width: inherit;
}
.p-outline__heading {
  position: relative;
  z-index: 10;
}
.p-outline p {
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 1.5625;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-outline p {
    font-size: 1.9rem;
    font-weight: 500;
    line-height: 1.5789473684;
    margin-bottom: 3rem;
  }
}
.p-outline__wrap {
  counter-reset: number 0;
  display: flex;
  flex-direction: column;
  grid-gap: 3rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-outline__wrap {
    flex-direction: row;
    grid-gap: 3rem;
  }
}
.p-outline__block {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-outline__block {
    width: calc((100% - 3rem) / 2);
  }
}
.p-outline__title {
  text-align: left;
  position: relative;
  margin-bottom: 1rem;
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 1.5625;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-outline__title {
    margin-bottom: 1rem;
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1.5789473684;
  }
}
.p-outline__title:before {
  counter-increment: number 1;
  content: "第" counter(number) "章";
  display: block;
  background: #181f32;
  color: white;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  top: calc((6.6666666667vw - 20px) / 2);
}
@media screen and (min-width: 768px) {
  .p-outline__title:before {
    width: auto;
    display: inline-block;
    margin-bottom: 0;
    top: 8px;
  }
}
.p-outline__title:after {
  content: " ";
  display: block;
  background: #181f32;
  width: auto;
  height: 2px;
  flex: 1;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-outline__title:after {
    height: 3px;
    width: auto;
    flex: 1;
    margin-top: 1.5rem;
    position: relative;
    bottom: inherit;
    left: inherit;
  }
}
.p-outline__title-inner {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
}
.p-outline__list li {
  position: relative;
  padding-left: 1.5rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.7333333333;
  text-align: left;
  color: #181f32;
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  .p-outline__list li {
    padding-left: 1.5rem;
    letter-spacing: 0.1rem;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2;
    margin-left: 1rem;
  }
}
.p-outline__list li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  display: inline-block;
  background: #181f32;
  position: absolute;
  left: 0;
  top: 10.5px;
}
@media screen and (min-width: 768px) {
  .p-outline__list li:before {
    width: 5px;
    height: 5px;
    top: 15.5px;
  }
}

/*==========================================
offer
===========================================*/
.p-offer {
  padding-top: 6.6666666667vw;
  padding-bottom: 13.3333333333vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-offer {
    padding-top: 5rem;
    padding-bottom: 10rem;
  }
}
.p-offer__inner {
  color: white;
  text-align: center;
  font-family: YakuHanMP, "Noto Serif JP", serif;
}
.p-offer__catch {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 5.3333333333vw;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .p-offer__catch {
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.1rem;
  }
}
.p-offer__title {
  position: relative;
  margin-bottom: 2rem;
  font-size: 6.6666666667vw;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-offer__title {
    font-size: 4rem;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 4rem;
    letter-spacing: 0.3rem;
  }
}

.u-gold {
  color: #fcce75;
}

/*==========================================
form
===========================================*/
.p-form {
  padding-top: 6.6666666667vw;
  padding-bottom: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-form {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.p-form__inner {
  padding-top: 6.6666666667vw;
  padding-bottom: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-form__inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.p-form__notice {
  text-align: center;
  font-size: 4.6666666667vw;
  font-weight: 600;
  line-height: 1.4285714286;
}
@media screen and (min-width: 768px) {
  .p-form__notice {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.6666666667;
  }
}

/*********** hubSpot 外部CSS ***********/
.HubSpot-form {
  margin-top: 2rem;
  /*
  fieldset.form-columns-1 .hs-input {
    width: 100%;
  }*/
}
.HubSpot-form .hs-form-required {
  color: red;
}
.HubSpot-form label {
  font-size: 14px;
  width: 130px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 10px;
}
.HubSpot-form fieldset {
  border: 0;
  padding: 0;
  margin: 0 auto;
  max-width: 1000px;
}
.HubSpot-form fieldset.form-columns-2 {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .HubSpot-form fieldset.form-columns-2 {
    flex-direction: row;
  }
}
.HubSpot-form fieldset.form-columns-2 .hs-form-field {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .HubSpot-form fieldset.form-columns-2 .hs-form-field {
    width: 48%;
  }
}
.HubSpot-form fieldset.form-columns-2 .input {
  /*margin-right: 8px;*/
}
.HubSpot-form .hs-form-field label:not(.hs-error-msg) {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .HubSpot-form .hs-form-field label:not(.hs-error-msg) {
    font-size: 18px;
  }
}
.HubSpot-form .field {
  margin-bottom: 18px;
}
.HubSpot-form .hs-button {
  white-space: pre-wrap;
}
.HubSpot-form .hs-button,
.HubSpot-form .hs-button:hover,
.HubSpot-form .hs-button:hover:not(.inactive),
.HubSpot-form .hs-button:focus,
.HubSpot-form .hs-button:active,
.HubSpot-form .hs-button:active:not(.inactive):not(.link) {
  background: #10b375;
  border-color: #10b375;
  color: #ffffff;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .HubSpot-form .hs-button,
  .HubSpot-form .hs-button:hover,
  .HubSpot-form .hs-button:hover:not(.inactive),
  .HubSpot-form .hs-button:focus,
  .HubSpot-form .hs-button:active,
  .HubSpot-form .hs-button:active:not(.inactive):not(.link) {
    font-size: 24px;
  }
}
.HubSpot-form .hs-button,
.HubSpot-form .hs-form-field input[type=text],
.HubSpot-form .hs-form-field input[type=email],
.HubSpot-form .hs-form-field input[type=phone],
.HubSpot-form .hs-form-field input[type=number],
.HubSpot-form .hs-form-field input[type=tel],
.HubSpot-form .hs-form-field input[type=date],
.HubSpot-form .hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.HubSpot-form .hs-button {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #ff7a59;
  border-color: #ff7a59;
  color: #fff;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  font-size: 18px;
  padding: 22px 24px;
}
@media screen and (min-width: 768px) {
  .HubSpot-form .hs-button {
    border-radius: 10px;
    font-size: 24px;
    padding: 34px 44px;
  }
}
.HubSpot-form .hs_submit {
  text-align: center;
  margin-top: 10px;
}
.HubSpot-form .p-hubSpot input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]),
.HubSpot-form .p-hubSpot fieldset input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]) {
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
}
.HubSpot-form .p-hubSpot > div > div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]),
.HubSpot-form .hs-custom-style fieldset > div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]) {
  width: 100%;
  max-width: 100%;
}
.HubSpot-form .hs-button,
.HubSpot-form .hs-form-field input[type=text],
.HubSpot-form .hs-form-field input[type=email],
.HubSpot-form .hs-form-field input[type=phone],
.HubSpot-form .hs-form-field input[type=number],
.HubSpot-form .hs-form-field input[type=tel],
.HubSpot-form .hs-form-field input[type=date],
.HubSpot-form .hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.HubSpot-form input.hs-input.error,
.HubSpot-form div.field.error input,
.HubSpot-form div.field.error textarea,
.HubSpot-form div.field.error .chzn-choices,
.HubSpot-form textarea.hs-input.error,
.HubSpot-form select.hs-input.error {
  border-color: #c87872;
}
.HubSpot-form .hs-custom-style .hs-input,
.HubSpot-form .hs-custom-style fieldset {
  max-width: 100%;
}
.HubSpot-form .hs-input:not([type=file]) {
  background-color: #f5f8fa;
  max-width: inherit;
  display: block;
  width: 40px;
  max-width: inherit;
  margin: 0 auto 1rem;
  height: 40px;
  padding: 9px 10px;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  border-radius: 3px;
  float: none;
}
@media screen and (min-width: 768px) {
  .HubSpot-form .hs-input:not([type=file]) {
    margin: 0;
  }
}
.HubSpot-form .hs-fieldtype-text .hs-input,
.HubSpot-form .hs-fieldtype-phonenumber .hs-input {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: block;
  height: 40px;
  padding: 9px 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  border-radius: 3px;
}
@media screen and (min-width: 768px) {
  .HubSpot-form .hs-form-booleancheckbox-display {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.HubSpot-form .hs-form-booleancheckbox-display p {
  text-align: center;
  display: inline-block;
  padding-left: 1rem;
}
.HubSpot-form .hs-form * {
  box-sizing: border-box;
}
.HubSpot-form .inputs-list {
  text-align: center;
}
.HubSpot-form .hs-richtext p {
  text-align: center;
  padding-bottom: 1rem;
}
.HubSpot-form .p-hubSpot {
  padding-bottom: 5rem;
}