@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 {
  overflow: hidden;
  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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  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;
}
.header-address {
  color: #fff;
  margin-left: 32px;
  text-align: right;
}
.header-address__phone-number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Times New Roman', Times, serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.35;
  margin: 0 auto;

  color: inherit;
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}
.header-address__phone-number:before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 15px;
  background: url(../img/ic_tel_01.svg) no-repeat;
  background-size: 22px 15px;
  margin-right: 8px;
}
.header-address__business-hours {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.35;
  margin: 0 auto;
}
.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--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--houjin {
  background-image: url(../img/houjin_mv_01.jpg);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: auto;
  text-align: left;
  padding: 0;
  min-height: 445px;
}
.hero__wrapper--houjin {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.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: 600;
  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;
}
.hero__container {
  padding: 7.65% 36px 0;
  width: 100%;
  margin: 0 auto -64px;
  max-width: 1330px;
}
.hero__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -36px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hero__column {
  position: relative;
  min-height: 1px;
  padding: 36px;
}
.hero__column--text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 53.8345865%;
  flex: 0 0 53.8345865%;
  max-width: 53.8345865%;
}
.hero__column--image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 46.1654135%;
  flex: 0 0 46.1654135%;
  max-width: 46.1654135%;
}
.hero__heading {
  font-size: 4rem;
  line-height: 1.35;
}
.hero__heading-logo {
  display: inline-block;
  width: 59.9738823%;
  line-height: 1;
  max-width: 372px;
}
.hero__heading-text {
  display: inline-block;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1;
}
.hero__figure .hero__image{
  filter: drop-shadow(0 0 40px rgba(0, 0, 0, .25));
}
.hero__image {
  width: 100%;
}
.hero__string {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.67;
  margin: 40px auto;
}
.hero__button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -8px;
  margin-right: -8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}
.hero__button-column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 8px;
  padding-left: 8px;
}
.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--block {
  width: 100%;
}
.button--register {
  border: 1px solid #f58700;
  background: #f58700;
  color: #fff;
}
.button--primary {
  border: 1px solid #F48700;
  background: #F48700;
  color: #fff;
}
.button--secondary {
  border: 1px solid #357AD5;
  background: #357AD5;
  color: #fff;
}
.button--thirdly {
  border: 1px solid #FFFFFF;
  background: #FFFFFF;
  color: #0F0F0F;
}
.button--primary,
.button--secondary,
.button--thirdly {
  border-radius: 3px;
}
.button__container {
  margin: 0 auto;
  max-width: 644px;
}
.button__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -8px;
  margin-right: -8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.button__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 8px;
  padding-left: 8px;
}
.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--default {
  padding: 108px 0 72px;
}
.section--plan {
  background-color: #F1F1F1;
}
.section--achieve {
  background-color: #FFFFFF;
}
.section--step {
  background-color: #DDDDDD;
}
.section--dark {
  background-color: #0F0F0F;
  color: #fff;
}
.section--contents {
  padding: 136px 0 256px;
  background: #0f0f0f;
  color: #fff;
}
.section--writers {
  padding: 0 0 136px;
  background: #0f0f0f;
  color: #fff;
  overflow: hidden;
}
.section--event {
  padding: 136px 0;
  background: #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--houjin {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 5.6rem;
  line-height: 1.35;
}
.section__heading--title {
  margin-right: 48px;
}
.section__heading--sub {
  display: inline-block;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  vertical-align: middle;
}
.section__heading--secondary {
  padding: 8px 0 7px;
  font-size: 4.8rem;
  line-height: 1.14;
}
.section__heading--subtitle {
  font-size: 2.4rem;
  font-weight: 700;
  padding: 0 0 28px;
  text-align: center;
  position: relative;
}
.section__heading--subtitle:after {
  content: "";
  width: 48px;
  height: 2px;
  background-color: #202122;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
}
.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;
}
.section__content {
  padding-top: 56px;
}
.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;
}
.contents-list__text {
  font-size: 2rem;
}
.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.8rem;
  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;
}
.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;
}
a.faq-string--link {
  text-decoration: underline;
}
a.faq-string--link:hover {
  text-decoration: none;
}
.faq-string__normal {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
  margin: 16px auto;
  text-align: center;
}
.faq-address {
  text-align: center;
  margin-top: 40px;
}
.faq-address__title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 auto;
}
.faq-address__phone-number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Times New Roman', Times, serif;
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 1.5;
  margin: 0 auto;

  color: inherit;
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}
.faq-address__phone-number:before {
  content: '';
  display: inline-block;
  width: 41px;
  height: 27px;
  background: url(../img/ic_tel_01.svg) no-repeat;
  background-size: 41px 27px;
  margin-right: 16px;
}
.faq-address__business-hours {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
  margin: 0 auto;
}
.note {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.65;
  text-indent: -1.5em;
  padding-left: 1.5em;
  margin: 16px auto;
}
.note__general--marker {
  padding-right: 0.5em;
  width: 1em;
}
.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;
}
.cards {
  display: flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -12px;
}
.cards__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding: 12px;
}
.cards__item--half {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66666%;
  flex: 0 0 16.66666%;
  max-width: 16.66666%;
  padding: 12px;
}
.company__logo {
  text-align: center;
}
.company__logo--img {
  max-width: 100%;
  max-height: 56px;
}
.card {
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
}
.card__header,
.card__body,
.card__footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.cards__item--interview:hover {
  opacity: 0.8;
}

.card--center {
  text-align: center;
}
.cards__carousel {
  position: relative;
  width: 1127px;
  margin: 0 auto;
}

.cards__readmore {
  height: 100%;
}
.cards__readmore--block {
  overflow: auto;
  position: relative;
}
.cards__readmore--block:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 48px;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1));
}

.cards__readmore--btn {
  background-color: #0F0F0F;
  width: calc(33.33333% - 24px);
  margin: 24px auto 0 auto;
  color: #FFF;
  cursor: pointer;
  border-radius:3px;
}
.cards__readmore--btn:hover {
  opacity: 0.6;
}

.btn__prev {
  left: -10%;
}
.btn__next {
  right: -10%;
}
.cards__carousel--block{
  align-items: center;
  width: 100%;
}
.cards__carousel--list {
  flex-wrap: nowrap;
  overflow: hidden;
}
.cards__carousel--btn {
  position: absolute;
  top: 55%;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: #0F0F0F;
  cursor: pointer;
}
.cards__carousel--btn:hover {
  opacity: 0.6;
}

@media (max-width: 847px){
  .cards__carousel--btn:hover {
    opacity: 1;
  }
}

.btn__prev:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  -webkit-transform: translate(-35%,-50%) rotate(-45deg);
  transform: translate(-35%,-50%) rotate(-45deg);
  top: 50%;
  left: 50%;
}
.btn__next:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: translate(-65%,-50%) rotate(45deg);
  transform: translate(-65%,-50%) rotate(45deg);
  top: 50%;
  left: 50%;
}
@media (max-width: 1376px) {
  .cards__carousel {
    position: relative;
    width: 100%;
  }
  .btn__prev {
    left: 32px;
  }
  .btn__next {
    right: 32px;
  }
}
@media (max-width: 847px){
  .cards__carousel--btn{
    top: 60%;
  }
  .btn__prev {
    left: -16px;
  }
  .btn__next {
    right: -16px;
  }
}
@media (max-width: 640px) {
  .cards__carousel--btn{
    width: 32px;
    height: 32px;
  }
  .btn__prev:before {
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
  }
  .btn__next:before {
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
.card__image {
  width: 100%;
}
.card__body {
  padding: 24px 24px 48px;
}
.card__body--plan {
  min-height: 225px;
  padding: 16px 24px 24px;
}
.card__body--interview {
  padding: 24px 24px 48px 24px;
}
.card__company {
  padding: 0px 0px 108px 0px;
}
.card__logo {
  width: 100%;
  margin-bottom: 8px;
}
.card__logo--img {
  text-align: center;
  height: 64px;
}
.card__tag {
  margin-bottom: 16px;
  text-align: left;
}
.card__tag--list {
  padding: 4px 8px;
  border: 1px solid #DDDDDD;
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.5;
}
.card__title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
}
.card__title--plan {
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 1.5;
}
.card__title--interview {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}
.card__subtitle {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.5;
}
.card__copy {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
  margin: 16px auto 0;
}
.card__copy--plan,
.card__title--plan,
.card__subtitle--plan {
  margin: 8px auto;
}
.card__string--strong {
  font-weight: 600;
}
.card__footer {
  padding: 0 24px 32px;
}
.steps__image {
  width: 100%;
}
@media (max-width: 1127px) {
  .hero--houjin {
    min-height: 456px;
  }
  .hero__container {
    padding-top: 15%;
  }
  .hero__grid {
    margin: -16px;
  }
  .hero__column {
    padding: 16px;
  }
  .hero__heading-text {
    font-size: 1.91vw;
  }
  .hero__string {
    font-size: 2rem;
    margin: 24px auto;
  }
  .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%;
  }
  .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;
  }
  .card__body {
    padding: 16px 16px 32px;
  }
  .card__body--plan {
    min-height: 272px;
    padding: 16px;
  }
  .card__footer--plan {
    padding: 0 16px 32px;
  }
  .card__title {
    font-size: 2rem;
  }
  .card__title--plan {
    font-size: 3.2rem;
  }
  .card__tag--list {
    font-size: 1.4rem;
  }
  .card__logo {
    max-width: 100%;
  }
  .card__logo--img {
    max-width: 100%;
    height: initial;
    max-height: 48px;
  }
}
@media (max-width: 847px) {
  .hero--houjin {
    max-height: none;
  }
  .hero__container {
    margin-bottom: -32px;
    padding: 16% 24px 0;
  }
  .hero__column--text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hero__column--image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 82%;
    flex: 0 0 82%;
    max-width: 82%;
  }
  .hero__heading-text {
    font-size: 3.7vw;
  }
  .section {
    padding: 72px 44px;
  }
  .section--contents {
    padding: 72px 44px;
  }
  .section--writers {
    padding: 0 44px 72px;
  }
  .section--event {
    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;
  }
  .cards {
    margin: -24px;
  }
  .cards--plan,.cards--interview{
    margin: -12px -24px;
  }
  .cards__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 24px;
  }
  .cards__item--half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 12px 24px;
  }
  .cards__item--plan,.cards__item--interview {
    padding: 12px 24px;
  }
  .card__figure--plan {
    width: 70%;
    margin: 0 auto;
  }
  .cards__readmore--btn {
    width: 100%;
  }
  .card__body {
    padding: 16px;
  }
  .card__body--plan {
    min-height: auto;
    padding: 16px 16px 16px;
  }
  .card__title {
    font-size: 3.2rem;
    line-height: 1.6;
  }
  .card__copy {
    font-size: 1.4rem;
    line-height: 1.75;
  }
  .steps__figure {
    overflow-x: auto;
    margin: 0 -44px;
    padding: 0 44px;
  }
  .steps__image {
    min-width: 1128px;
  }
  .faq-address__phone-number,
  .header-address__phone-number {
    pointer-events: visible;
    text-decoration: none;
  }
  .card__logo--img {
    max-height: 64px;
  }
  .card__tag--list {
    font-size: 1.6rem;
  }
}
@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;
  }
  .header-address {
    display: none;
  }
  .announce {
    padding: 16px;
  }
  .announce__text {
    font-size: 1.4rem;
    padding: 2px 0;
    line-height: 1.5;
  }
  .hero {
    height: 116vw;
  }
  .hero--houjin {
    height: auto;
    min-height: auto;
	}
  .hero__grid {
    margin: -8px -16px;
  }
  .hero__column {
    padding: 8px 16px;
  }
  .hero__wrapper {
    bottom: 18.75vw;
  }
  .hero__wrapper--houjin {
    bottom: 0;
  }
  .hero__heading {
    line-height: 1;
  }
  .hero__heading-logo {
    width: 90%;
  }
  .hero__heading-text {
    font-size: 2rem;
  }
  .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__string {
    font-size: 1.6rem;
  }
  .hero__buttonArea {
    margin-top: 6.25vw;
  }
  .hero__button {
    margin: 0 1.8vw;
  }
  .button {
    width: 40.9vw;
    height: 9.6vw;
    font-size: 3.2vw;
  }
  .button--block {
    width: 100%;
  }
  .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--faq {
    padding: 72px 24px;
  }
  .section__content {
    padding-top: 48px;
  }
  .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;
  }
  .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;
  }
  .card__figure--plan {
    width: 100%;
  }
  .card__tag--list {
    font-size: 1.4rem;
  }
  .card__title {
    font-size: 2rem;
  }
  .card__title--interview {
    font-size: 1.6rem;
  }
  .card__title--plan {
    font-size: 3.2rem;
  }
  .steps__figure {
    margin: 0 -24px;
    padding: 0 24px;
  }
}
