@charset "UTF-8";

html {
  font-size: 62.5%;
}
.financial-b2 {
  font-family: 'Meiryo', 'Hiragino Kaku Gothic ProN', -apple-system, BlinkMacSystemFont, 'Segoe UI',
    'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Noto Sans', 'Helvetica Neue', 'Helvetica',
    sans-serif;
}
.main {
  max-width: 100%;
  margin: 0 auto;
  font-weight: 300;
}
.header {
  position: fixed;
  top: -64px;
  left: 0;
  right: 0;
  transition: top 0.3s linear;
}
.header__fixed {
  top: 0;
  z-index: 10;
  background-color: #000;
  width: 100%;
}
.header__in {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 12px 24px;
  height: 64px;
  border-bottom: 1px solid rgb(32, 32, 32);
}
.header__logo img {
  width: 180px;
  font-size: 0;
}
.header__nav {
  margin-left: auto;
}
.header__nav ul {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.header__nav li {
  color: #fff;
  margin-left: 24px;
  font-size: 1.4rem;
}
.announce {
  background: #000;
  width: 100%;
  padding: 24px 0;
}
.announce__text {
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}
.link {
  text-decoration: underline;
}
.link:hover {
  opacity: 0.6;
}
.link--textbox {
  text-decoration: none;
  background-color: #ddd;
  color: #0f0f0f;
  line-height: initial;
  padding: 4px 8px;
}
.link--textbox:hover {
  opacity: 0.6;
}
.link--textboxBlack {
  text-decoration: none;
  background-color: #202122;
  color: #fff;
  line-height: initial;
  padding: 8px;
}
.link--textboxBlack:hover {
  opacity: 0.6;
}
.link--nav:hover {
  text-decoration: underline;
}
.hero {
  display: flex;
  width: 100%;
  height: 480px;
  justify-content: center;
  flex-direction: column;
  background-color: #000;
  background-image: url(../img/index_mv_01.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding-bottom: 24px;
}
.hero__logo {
  margin-top: 8px;
  line-height: 0;
}
.hero__logoImage {
  font-size: 7.2rem;
  width: 440px;
  line-height: 1;
}
.hero__title {
  margin-top: 24px;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.34;
}
.hero__subtitle {
  margin-top: 12px;
  padding: 2px 0;
  font-size: 1.8rem;
  line-height: 1.33;
}
.hero__buttonArea {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.hero__button {
  margin: 0 12px;
}
.button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 262px;
  height: 56px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #000;
  font-size: 1.8rem;
  font-weight: 600;
  text-decoration-line: none;
}
.button:hover {
  opacity: 0.8;
}
.button--register {
  border: 1px solid #f58700;
  background: #f58700;
  color: #fff;
}
.introduction {
  position: relative;
  margin-top: -96px;
  padding-bottom: 136px;
  text-align: center;
}
.introduction__image {
  width: 640px;
}
.introduction__textArea {
  margin-top: 72px;
}
.introduction__title {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.introduction__text {
  margin-top: 48px;
  font-size: 2rem;
  line-height: 2;
}
.section {
  padding: 72px 0;
}
.section--contents {
  padding: 136px 0 256px;
  background: #0f0f0f;
  color: #fff;
}
.section--writers {
  padding: 0 0 136px;
  background: #0f0f0f;
  color: #fff;
  overflow: hidden;
}
.section--event,
.section--rav {
  padding: 136px 0;
}
.section--newsletter {
  background-color: #ddd;
}
.section--faq {
  background: #000;
  color: #fff;
}
.section--notes {
  background: #202122;
  color: #fff;
}
.section__inner {
  width: 1128px;
  margin: 0 auto;
}
.section__heading {
  padding: 18px 0;
  font-family: 'Helvetica Neue', 'Helvetica', 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', 'Meiryo',
    -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell',
    'Noto Sans', sans-serif;
  font-size: 7.2rem;
  font-weight: bold;
  line-height: 1;
}
.section__heading--secondary {
  padding: 8px 0 7px;
  font-size: 4.8rem;
  line-height: 1.14;
}
.section__lead {
  margin-top: 24px;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2;
}
.section__title {
  margin-top: 4px;
  font-size: 1.8rem;
  line-height: 1.75;
}
.contens-list {
  margin-top: 72px;
}
.contents-list__item {
  display: flex;
  margin-top: 104px;
}
.contents-list__imageArea {
  width: 360px;
}
.contents-list__image {
  width: 100%;
}
.contents-list__textArea {
  width: 768px;
  margin-left: 72px;
  vertical-align: top;
}
.contents-list__title {
  padding: 0 0 4px;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.34;
}
@media (max-width: 640px) {
  .contents-list__title {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.contents-list__text {
  margin-top: 8px;
  font-size: 1.6rem;
  line-height: 2;
  text-align: justify;
  text-align-last: left;
}
.writers-list__container {
  overflow-x: auto;
}
.writers-list {
  display: flex;
  /*justify-content: space-between; */
  flex-wrap: wrap;
  margin-top: 24px;
  overflow-x: auto;
}
.writers-list__item {
  position: relative;
  margin-top: 48px;
  margin-right: 16px;
}
.writers-list__textArea {
  position: relative;
  width: 304px;
  margin: -80px 0 0 48px;
  padding: 24px 0 0 24px;
  background: #0f0f0f;
}
.writers-list__name {
  padding: 2px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.33;
}
.writers-list__position {
  margin-top: 4px;
  font-size: 1.4rem;
  line-height: 1.65;
}
.writers-list__textBold {
  margin-top: 16px;
  margin-bottom: 4px;
  font-size: 1.6rem;
  line-height: 1.65;
  font-weight: 600;
  height: 56px;
}

.writers-list__text {
  margin-top: 12px;
  font-size: 1.4rem;
  line-height: 2;
  text-align: justify;
  text-align-last: left;
}
.newsletter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newsletter__imageArea {
  width: 48.9%;
  text-align: center;
}
.newsletter__image {
  width: 41.1%;
}
.newsletter__textArea {
  width: 40.4%;
}
.newsletter__heading {
  font-family: 'Helvetica Neue', 'Helvetica', 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', 'Meiryo',
    -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell',
    'Noto Sans', sans-serif;
  font-size: 4.8rem;
  font-weight: bold;
  word-break: break-all;
}
.newsletter__title {
  margin-top: 12px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}
.newsletter__text {
  margin-top: 24px;
  font-size: 1.8rem;
  line-height: 1.75;
  text-align: justify;
  text-align-last: left;
}
.event {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.event__image {
  width: 48.9%;
}
.event__image {
  width: 100%;
}
.event__textArea {
  width: 40.4%;
}
.event__heading {
  font-family: 'Helvetica Neue', 'Helvetica', 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', 'Meiryo',
    -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell',
    'Noto Sans', sans-serif;
  font-size: 4.0rem;
  font-weight: bold;
  word-break: break-all;
}
.event__title {
  margin-top: 12px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}
.event__text {
  margin-top: 24px;
  font-size: 1.8rem;
  line-height: 1.75;
  text-align: justify;
  text-align-last: left;
}
.rav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rav__image {
  width: 100%;
  max-width: 552px;
}
.rav__textArea {
  width: 40.4%;
}
.rav__heading {
  font-family: 'Helvetica Neue', 'Helvetica', 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', 'Meiryo',
    -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell',
    'Noto Sans', sans-serif;
  font-size: 4.8rem;
  font-weight: bold;
  word-break: break-all;
}
.rav__title {
  margin-top: 12px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}
.rav__text {
  margin-top: 24px;
  font-size: 1.8rem;
  line-height: 1.75;
  text-align: justify;
  text-align-last: left;
}
.monthlyFee {
  margin-top: 30px;
  padding: 48px;
  background: #f1f1f1;
  text-align: center;
}
.monthlyFee__title {
  font-size: 1.8rem;
  line-height: 1.34;
}
.monthlyFee__text {
  margin-top: 12px;
  margin-bottom: 24px;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.34;
}
.monthlyFee__notice {
  margin-top: 4px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.price__buttonArea {
  display: flex;
  margin-top: 72px;
  justify-content: center;
  align-items: center;
}
.price__button {
  margin: 0 12px;
}
.faq-list {
  margin-top: 24px;
}
.faq-list__item {
  margin-top: 12px;
}
.faq-list__header {
  position: relative;
  padding: 27px 32px 25px;
  background: #202122;
  font-size: 1.8rem;
  line-height: 1.5;
}
.faq-list__header:after {
  content: '';
  position: absolute;
  top: 42%;
  right: 7.12%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.faq-list__header.open:after {
  top: 45%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.faq-list__header:hover {
  cursor: pointer;
}
.faq-list__heading {
  width: 90%;
  padding-left: 0.8em;
  text-indent: -0.8em;
}
.faq-list__body {
  display: none;
  padding: 27px 32px 25px;
  background: #fff;
  color: #000;
  font-size: 1.8rem;
  line-height: 1.5;
}
.faq-list__text {
  text-indent: -0.8em;
  padding-left: 0.8em;
}
.notes-list {
  margin-top: 36px;
}
.notes-list__item {
  margin: 17px 0 4px;
  padding-left: 0.6em;
  text-indent: -0.6em;
  font-size: 1.6rem;
  line-height: 1.75;
}
.notes-list__item:before {
  content: '';
  width: 5px;
  height: 5px;
  display: inline-block;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  top: -3px;
  margin-right: 3px;
}
.nav-list {
  padding: 23px 0 15px;
  text-align: center;
}
.nav-list__item {
  display: inline-block;
  font-size: 1.2rem;
}
.nav-list__item--1 {
  margin-left: 48px;
}
.nav-list__item--2 {
  margin-left: 48px;
}
.footer {
  padding: 17px 0 16px;
  background: #0f0f0f;
  text-align: center;
}
.footer__logo {
  display: inline-block;
  width: 57px;
}
.footer__logoImage {
  width: 100%;
}
.footer__copyligt {
  margin-left: 17px;
  color: #fff;
  font-size: 11px;
  line-height: 1;
}
@media (max-width: 1127px) {
  .announce__text {
    font-size: 1.4rem;
  }
  .introduction__image {
    width: 552px;
  }
  .section__inner {
    width: 744px;
  }
  .section--contents {
    padding: 72px 0;
  }
  .section--writers {
    padding: 0 0 72px;
  }
  .section--event {
    padding: 72px 0;
  }
  .contents-list__item {
    margin-top: 48px;
  }
  .contents-list__textArea {
    width: 408px;
    margin-left: 45px;
    text-align: justify;
    text-align-last: left;
  }
  .newsletter__imageArea {
    width: 41.9%;
  }
  .newsletter__image {
    width: 64.1%;
  }
  .newsletter__textArea {
    width: 51.6%;
  }
  .event__imageArea {
    width: 41.9%;
  }
  .event__textArea {
    width: 51.6%;
  }
  .rav__imageArea {
    width: 41.9%;
  }
  .rav__textArea {
    width: 51.6%;
  }
  .price__button {
    margin: 0 6px;
  }
  .monthlyFee__text {
    font-size: 2.8rem;
  }
  .price__buttonArea {
    margin-top: 24px;
  }
  .writers-list__name {
    font-size: 2rem;
  }
  .writers-list__container {
    width: 100%;
    overflow: hidden;
  }
  _:-ms-fullscreen,
  .writers-list__container {
    width: 100%;
  }
  .writers-list {
    width: auto;
    margin-right: -24px;
  }
}
@media (max-width: 847px) {
  .section {
    padding: 72px 44px;
  }
  .section--contents {
    padding: 72px 44px;
  }
  .section--writers {
    padding: 0 44px 72px;
  }
  .section--event {
    padding: 72px 44px;
  }
  .section--rav {
    padding: 72px 44px;
  }
  .section__inner {
    width: auto;
  }
  .writers-list__container {
    width: 100%;
    overflow: hidden;
  }
  _:-ms-fullscreen,
  .writers-list__container {
    width: 100%;
  }
  .writers-list {
    width: auto;
    margin-right: -24px;
  }
  .writers-list__item {
    margin-right: 0;
    max-width: 50%;
  }
  .writers-list__avatar {
    width: 100%;
  }
  .writers-list__textArea {
    width: auto;
    margin: -2.9vw 0 0 16px;
    padding: 3.75vw 0 0 3.75vw;
  }
}
@media (max-width: 640px) {
  .header__in {
    height: 48px;
    padding: 12px;
  }
  .header__nav li {
    font-size: 1.2rem;
    margin-left: 10px;
  }
  .header__logo img {
    width: 120px;
  }
  .announce {
    padding: 16px;
  }
  .announce__text {
    font-size: 1.4rem;
    padding: 2px 0;
    line-height: 1.5;
  }
  .hero {
    height: 116vw;
  }
  .hero__wrapper {
    bottom: 18.75vw;
  }
  .hero__logo {
    width: 75vw;
    margin: 2vw auto 0;
  }
  .hero__logoImage {
    width: 100%;
  }
  .hero__title {
    margin-top: 3.8vw;
    font-size: 6vw;
  }
  .hero__subtitle {
    margin-top: 3.12vw;
    font-size: 3.2vw;
  }
  .hero__buttonArea {
    margin-top: 6.25vw;
  }
  .hero__button {
    margin: 0 1.8vw;
  }
  .button {
    width: 40.9vw;
    height: 9.6vw;
    font-size: 3.2vw;
  }
  .introduction {
    margin-top: -16.5vw;
    padding: 0 24px 72px;
  }
  .introduction__textArea {
    margin-top: 40px;
  }
  .introduction__title {
    font-size: 3.2rem;
    line-height: 1.25;
  }
  .introduction__image {
    width: 72vw;
  }
  .introduction__text {
    margin-top: 40px;
    font-size: 1.8rem;
    line-height: 1.75;
    font-weight: 600;
    text-align: left;
  }
  .introduction__textPCohly {
    display: none;
  }
  .section {
    padding: 72px 24px;
  }
  .section--contents {
    padding: 40px 24px 124px;
  }
  .section--writers {
    padding: 0 24px 72px 24px;
  }
  .section--event {
    padding: 72px 24px;
  }
  .section--rav {
    padding: 72px 24px;
  }
  .section--faq {
    padding: 72px 24px;
  }
  .section__heading {
    font-size: 4rem;
  }
  .section__heading--secondary {
    font-size: 3.2rem;
  }
  .section__lead {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.75;
  }
  .contens-list {
    margin-top: 0;
  }
  .contents-list__item {
    flex-direction: column;
  }
  .contents-list__imageArea {
    width: 100%;
  }
  .contents-list__textArea {
    width: 100%;
    margin: 24px 0 0;
  }
  .contents-list__text {
    font-size: 1.4rem;
    text-align: justify;
    text-align-last: left;
    line-height: 1.75;
  }
  .writers-list__container {
    width: calc(100vw - 24px);
    overflow: auto;
  }
  _:-ms-fullscreen,
  .writers-list__container {
    width: calc(100vw - 48px);
  }
  .writers-list {
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    margin-right: 0;
  }
  .writers-list__item {
    margin-right: 16px;
    max-width: none;
  }
  .writers-list__item:last-child {
    padding-right: 16px;
  }
  .writers-list__text {
    line-height: 1.75;
  }
  .writers-list__avatar {
    width: 56.25vw;
  }
  .writers-list__textArea {
    width: 62vw;
    margin: -2.9vw 0 0 5.1vw;
    padding: 3.75vw 0 0 3.75vw;
  }
  .newsletter {
    display: block;
    justify-content: initial;
    align-items: initial;
  }
  .newsletter__imageArea {
    width: 68%;
    margin: 0 auto;
  }
  .newsletter__textArea {
    width: 100%;
    margin: 24px 0 0;
  }
  .newsletter__heading {
    font-size: 3.2rem;
  }
  .newsletter__title {
    margin-top: 12px;
    font-size: 1.8rem;
  }
  .newsletter__text {
    margin-top: 12px;
    font-size: 1.4rem;
    text-align: justify;
    text-align-last: left;
  }
  .event {
    display: block;
    justify-content: initial;
    align-items: initial;
  }
  .event__imageArea {
    width: 100%;
    margin: 0 auto;
  }
  .event__textArea {
    width: 100%;
    margin: 24px 0 0;
  }
  .event__heading {
    font-size: 3.2rem;
  }
  .event__title {
    margin-top: 12px;
    font-size: 1.8rem;
  }
  .event__text {
    margin-top: 12px;
    font-size: 1.4rem;
    text-align: justify;
    text-align-last: left;
  }
  .rav {
    display: block;
    justify-content: initial;
    align-items: initial;
  }
  .rav__imageArea {
    width: 100%;
    margin: 0 auto;
  }
  .rav__textArea {
    width: 100%;
    margin: 24px 0 0;
  }
  .rav__heading {
    font-size: 3.2rem;
  }
  .rav__title {
    margin-top: 12px;
    font-size: 1.8rem;
  }
  .rav__text {
    margin-top: 12px;
    font-size: 1.4rem;
    text-align: justify;
    text-align-last: left;
  }
  .monthlyFee__notice {
    font-size: 1.4rem;
  }
  .faq-list__header {
    padding: 24px;
    font-size: 1.6rem;
  }
  .faq-list__body {
    padding: 24px;
    font-size: 1.6rem;
  }
  .nav-list__item--1 {
    margin-left: 14px;
  }
  .nav-list__item--2 {
    margin-left: 27px;
  }
}