@charset "UTF-8";
/* スマホ時の記事のサイズ */
/*           */
/* フォントサイズ */
html {
  line-height: 1.0;
  font-size: 62.5%;
}

body {
  font-family: 'YuGothic';
  font-size: 1.6rem;
  color: #1b224c;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  text-decoration: none;
  display: inline-block;
  -webkit-transition: .3s;
  transition: .3s;
}

a:hover {
  opacity: .7;
}

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

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn {
  color: white;
  font-weight: bold;
  font-size: 1.4rem;
  border-radius: 5px;
}

.request-documents {
  background-color: #F5A623;
}

.section-wrapper {
  padding: 0 20px;
  width: 940px;
  margin: 0 auto;
  text-align: center;
}

.section-title {
  font-size: 3.6rem;
  font-weight: bold;
}

.plus {
  position: relative;
}

.plus .bar {
  position: absolute;
  background-color: #1B224C;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.plus .bar:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.mobile-menu {
  display: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 80px;
  padding: 15px 10px 15px 15px;
  background-color: white;
}

.header .site-title {
  margin-right: 28px;
}

.header .nav-item {
  line-height: calc(29/16);
}

.header .nav-item:nth-child(-n+3) {
  margin-right: 28px;
}

.header .header-left {
  font-weight: bold;
}

.header .header-left a {
  color: #1b224c;
}

.header .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .company-info {
  width: 160px;
  margin-right: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header .company-info .business-hours {
  text-align: right;
  font-size: 1.2rem;
  color: #1b224c;
  margin-bottom: 10px;
}

.header .company-info .tel-number {
  text-align: right;
  color: #1b224c;
  font-weight: bold;
}

.header .company-info .tel-number img {
  width: auto;
}

.header .request-documents {
  margin-right: 10px;
  padding: 18px 43px;
}

.header .inquiry {
  background-color: #1B224C;
  padding: 18px 26px;
}

/* fv */
.fv {
  width: 100%;
  margin-top: 80px;
  height: 221px;
  position: relative;
}

.fv .fv-title {
  width: 100%;
  text-align: center;
  font-size: 3.2rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: white;
  line-height: calc(54/32);
}

.bread-wrapper {
  background-color: #F8F8F8;
}

.bread-wrapper .bread-container {
  padding: 19px 20px;
  width: 940px;
  text-align: left;
  margin: 0 auto 58px;
}

.bread-wrapper .bread-container span {
  margin: 0 6px;
  line-height: 1.5em;
}

.bread-wrapper .bread-container span:first-child {
  margin-left: 0;
}

.bread-wrapper .bread-container span:last-child {
  margin-right: 0;
}

.bread-wrapper .bread-container a {
  -webkit-text-decoration: underline #1B224C;
          text-decoration: underline #1B224C;
}

.blog-title {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}

/* カテゴリー */
.cate {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  padding: 8px 9px;
  font-size: 1.2rem;
  color: white;
  background-color: #1B224C;
}

.sidebar-contents-title {
  text-align: center;
  padding: 18px 0;
  background-color: #1B224C;
  color: white;
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.pagination {
  text-align: center;
  margin-bottom: 45px;
}

.page-numbers {
  font-size: 1.6rem;
  font-weight: bold;
  color: #1b224c;
  padding: 17px 20px;
  border: 1px solid #1B224C;
  margin-right: 19px;
}

.page-numbers.dots {
  border: none;
}

.current {
  color: white;
  background-color: #1B224C;
}

.next.page-numbers {
  border: none;
  padding: 0px;
}

.prev.page-numbers {
  border: none;
  padding: 0px;
}

.footer {
  text-align: center;
}

.footer .footer-request-documents {
  background: url("../../../images/index/cta.png") center/cover;
  padding: 70px 0 41.4px 0;
}

.footer .footer-request-documents .request-documents-title {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: white;
  line-height: calc(54/32);
}

.footer .footer-request-documents .request-documents {
  margin-bottom: 22px;
  padding: 16px 108px 18px;
  border-radius: 40px;
  color: white;
  font-weight: bold;
}

.footer .footer-request-documents .request-documents-text {
  color: white;
  -webkit-text-decoration: underline white;
          text-decoration: underline white;
  line-height: calc(27/16);
}

.footer .company-info {
  padding: 20px 0 23px;
}

.footer .company-info .footer-company-info-inner {
  display: inline-block;
  position: relative;
}

.footer .company-info .footer-company-info-inner .company-info-tel {
  font-weight: bold;
  margin: 0 1.5vw;
  font-size: 3.2rem;
  line-height: calc(50/36);
}

.footer .company-info .footer-company-info-inner .company-info-text, .footer .company-info .footer-company-info-inner .company-info-date {
  position: absolute;
  font-size: 1.6rem;
  bottom: 2px;
  line-height: calc(27/16);
}

.footer .company-info .footer-company-info-inner .company-info-text {
  font-weight: bold;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.footer .company-info .footer-company-info-inner .company-info-date {
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.footer .footer-bottom-wrapper {
  background-color: #1B224C;
}

.footer .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 35px 10px 68px 10px;
  color: white;
  font-weight: bold;
}

.footer .footer-bottom .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .footer-bottom .nav-list li:nth-child(-n+3) {
  border-right: 1px solid white;
}

.footer .footer-bottom .nav-list .nav-item {
  display: block;
  padding: 3.5px 21.5px;
}

.footer .footer-bottom .company-info-inner {
  text-align: right;
}

.footer .footer-bottom .company-info-inner .company-info-tel {
  margin-bottom: 13px;
}

.footer .footer-bottom .company-info-inner .company-info-tel img {
  width: auto;
  margin-right: 7px;
}

.footer .footer-bottom .company-info-inner .company-info-date {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: calc(20/12);
}

.footer .footer-bottom .company-info-inner .logo-image {
  border: 1px solid #707070;
  width: 197px;
  margin-bottom: 27px;
  padding: 14px 19px 13px;
  background-color: white;
}

.footer .copy-right {
  padding: 12px 20px;
  text-align: right;
  font-size: 1.2rem;
}

@media screen and (max-width: 1026px) {
  .header .company-info {
    width: 100%;
    text-align: left;
  }
  .header-nav {
    display: none;
  }
  .mobile-menu {
    display: inline-block;
  }
  .black-bg.cover {
    position: fixed;
    z-index: 80;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1B224C;
    opacity: 0.7;
  }
  .header-right {
    display: none !important;
  }
  .nav-button {
    z-index: 200;
    display: block;
    position: fixed;
    padding: 8px;
    border-radius: 5px;
    width: 50px;
    right: 20px;
    top: 20px;
    height: 41px;
    -webkit-transition: 1s;
    transition: 1s;
    background-color: #1B224C;
  }
  .nav-button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  .nav-button.toggle .line:first-child {
    -webkit-transform: translateY(10px) rotate(45deg);
            transform: translateY(10px) rotate(45deg);
  }
  .nav-button.toggle .line:nth-child(2) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .nav-button.toggle .line:last-child {
    display: none;
  }
  .nav-button .line {
    display: block;
    margin: 2px auto 8px;
    width: 80%;
    height: 2px;
    background-color: white;
    -webkit-transition: .3s;
    transition: .3s;
  }
}

.mobile-nav-container {
  position: fixed;
  z-index: 100;
  width: 80%;
  max-width: 700px;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background-color: white;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.mobile-nav-container.toggle {
  -webkit-transform: none;
          transform: none;
}

.mobile-nav-container .mobile-nav-inner {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60%;
}

.mobile-nav-container .mobile-nav-inner .mobile-nav-title {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 50px;
}

.mobile-nav-container .mobile-nav-inner .mobile-nav-title .fa-list-alt {
  margin-right: 10px;
}

.mobile-nav-container .mobile-nav-inner .mobile-nav-list {
  margin-bottom: 70px;
}

.mobile-nav-container .mobile-nav-inner .mobile-nav-list a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #1B224C;
}

.mobile-nav-container .mobile-nav-inner .mobile-nav-list a .nav-item {
  margin-right: 0;
}

.mobile-nav-container .mobile-nav-inner .company-info {
  margin-bottom: 20px;
}

.mobile-nav-container .mobile-nav-inner .company-info .mobile-business-hours {
  margin-bottom: 10px;
}

.mobile-nav-container .mobile-nav-inner .company-info .mobile-tel-number img {
  width: auto;
  height: auto;
}

.mobile-nav-container .mobile-nav-inner .request-inquiry-inner {
  text-align: left;
}

.mobile-nav-container .mobile-nav-inner .request-inquiry-inner .request-documents, .mobile-nav-container .mobile-nav-inner .request-inquiry-inner .inquiry {
  text-align: center;
  width: 100%;
  padding: 15px 10px;
  margin-bottom: 15px;
}

.mobile-nav-container .mobile-nav-inner .request-inquiry-inner .request-documents {
  margin-right: 0;
}

.mobile-nav-container .mobile-nav-inner .inquiry {
  background-color: #1B224C;
}

@media screen and (max-width: 939px) {
  .bread-wrapper .bread-container {
    width: 100%;
  }
  .section-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .nav-button:hover {
    opacity: 1;
  }
  .footer .footer-request-documents .request-documents-title {
    font-size: 2.2rem;
  }
  .footer .company-info {
    padding: 10px 0;
  }
  .footer .company-info .footer-company-info-inner .company-info-text, .footer .company-info .footer-company-info-inner .company-info-date {
    position: relative;
    -webkit-transform: none;
            transform: none;
  }
  .footer .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 35px 10px 68px 10px;
  }
  .footer .footer-bottom .nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
  .footer .footer-bottom .nav-list li {
    border-bottom: 1px solid white;
    width: 40%;
  }
  .footer .footer-bottom .nav-list li:nth-child(-n+3) {
    border-right: none;
    margin-bottom: 15px;
  }
  .footer .footer-bottom .nav-list a {
    display: block;
  }
  .footer .footer-bottom .nav-list a .nav-item {
    display: block;
    padding: 3.5px 10.5px;
  }
  .footer .footer-bottom .company-info-inner {
    text-align: center;
    width: 40%;
    min-width: 138px;
    margin: 0 auto;
  }
  .footer .footer-bottom .company-info-inner .logo-image {
    width: 100%;
    margin: 0 auto 17px;
  }
  .page-numbers.prev, .page-numbers.next {
    display: inline-block;
  }
  .page-numbers {
    margin-right: 10px;
    padding: 10px 15px;
  }
}

main {
  margin-top: 80px;
}

.top-fv {
  width: 100%;
  padding: 116px 0 86px 0;
  background: url("../../../images/index/teachers.png") center/cover;
  color: white;
  text-align: center;
}

.top-fv .top-fv-title {
  font-size: 4.8rem;
  font-weight: bold;
  margin-bottom: 28px;
  line-height: calc(65/48);
}

.top-fv .fv-text {
  font-size: 1.8rem;
  line-height: calc(31/18);
  margin-bottom: 51px;
}

.top-fv .request-documents {
  font-size: 1.6rem;
  border-radius: 31px;
  padding: 22px 95px 22px 101px;
  margin-bottom: 22px;
}

.top-fv .inquiry-text {
  display: block;
  font-weight: 500;
  -webkit-text-decoration: underline white;
          text-decoration: underline white;
  line-height: calc(27/16);
}

.description-wrapper {
  background-color: #1B224C;
  width: 100%;
}

.description-wrapper .description {
  padding: 63px 0 54px 0;
}

.description-wrapper .description .description-title {
  margin-bottom: 65px;
  color: white;
  line-height: calc(50/36);
}

.description-wrapper .description .description-list {
  font-size: 1.8rem;
  color: white;
  margin-bottom: 83px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.description-wrapper .description .description-list .description-item {
  line-height: calc(39/18);
}

.description-wrapper .description .description-list .description-item:first-child {
  margin-right: 57px;
}

.description-wrapper .description .description-list .description-item:nth-child(2) {
  margin-right: 30px;
}

.description-wrapper .description .description-text-wrapper {
  padding: 11px 16px 12px 16px;
  background-color: white;
}

.description-wrapper .description .description-text-wrapper .description-text-content {
  padding: 21px 0 24px 0;
  border: 5px solid #1B224C;
}

.description-wrapper .description .description-text-wrapper .description-text-content .description-text-title {
  font-size: 3.6rem;
  line-height: calc(50/36);
  margin-bottom: 25px;
  font-weight: bold;
}

.description-wrapper .description .description-text-wrapper .description-text-content .description-text-title .underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #F5A623));
  background: linear-gradient(transparent 70%, #F5A623 0%);
}

.description-wrapper .description .description-text-wrapper .description-text-content .description-text {
  font-size: 1.8rem;
  line-height: calc(31/18);
}

.strong-point {
  padding: 59px 0 39px 0;
}

.strong-point .strong-point-title {
  line-height: calc(50/36);
  margin-bottom: 59px;
}

.strong-point div:first-child {
  -ms-flex-preferred-size: 55.6%;
      flex-basis: 55.6%;
}

.strong-point div:nth-child(2) {
  -ms-flex-preferred-size: 38.9%;
      flex-basis: 38.9%;
}

.strong-point .strong-point-content-inner {
  margin-bottom: 93px;
}

.strong-point .strong-point-content-inner .strong-point-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
}

.strong-point .strong-point-content-inner .strong-point-content:first-child {
  margin-bottom: 40px;
}

.strong-point .strong-point-content-inner .strong-point-content:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 58px;
}

.strong-point .strong-point-content-inner .strong-point-content .strong-point-left .strong-point-feature {
  display: inline-block;
  padding: 8px 25px 10px 26px;
  color: white;
  background-color: #F5A623;
  font-size: 1.2rem;
  margin-bottom: 35px;
  line-height: calc(20/12);
}

.strong-point .strong-point-content-inner .strong-point-content .strong-point-left .strong-point-content-title {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: calc(39/26);
  margin-bottom: 39px;
}

.strong-point .strong-point-content-inner .strong-point-content .strong-point-left .strong-point-content-text {
  line-height: calc(27/16);
}

.strong-point .strong-point-image {
  padding: 61px 10px 53px;
  color: white;
  background: url("../../../images/index/price.png") center/cover;
}

.strong-point .strong-point-image .strong-point-image-text {
  line-height: calc(39/26);
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 27px;
}

.strong-point .strong-point-image .strong-point-image-btn {
  padding: 16px 44px 18px;
  border: 1px solid white;
  border-radius: 30px;
}

.success-example-wrapper {
  background-color: #1B224C;
}

.success-example-wrapper .success-example {
  margin: 0 auto;
  padding: 58px 20px 60px;
}

.success-example-wrapper .success-example .success-example-title {
  line-height: calc(50/36);
  color: white;
  margin-bottom: 137px;
}

.success-example-wrapper .success-example .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
}

.success-example-wrapper .success-example .card .card-item {
  -ms-flex-preferred-size: 31.2%;
      flex-basis: 31.2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.success-example-wrapper .success-example .card .card-item .card-item-text {
  line-height: calc(29/16);
  margin-bottom: 9px;
  color: white;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.success-example-wrapper .success-example .card .card-item .card-item-image {
  position: relative;
  background-color: white;
  margin-bottom: 16px;
  height: 171px;
}

.success-example-wrapper .success-example .card .card-item .card-item-image img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
}

.success-example-wrapper .success-example .card .card-item .job-name-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

.success-example-wrapper .success-example .card .card-item .job-name-inner .job, .success-example-wrapper .success-example .card .card-item .job-name-inner .name {
  line-height: calc(29/16);
  background-color: white;
}

.success-example-wrapper .success-example .card .card-item .job-name-inner .job {
  padding: 8px 0 8px 8px;
  -ms-flex-preferred-size: 35.6%;
      flex-basis: 35.6%;
}

.success-example-wrapper .success-example .card .card-item .job-name-inner .name {
  padding: 8px 0 8px 14px;
  -ms-flex-preferred-size: 61%;
      flex-basis: 61%;
}

.success-example-wrapper .success-example .card .card-item .result {
  line-height: calc(29/16);
  padding: 10px 0 10px 14px;
  background-color: white;
}

.flow-start {
  padding-top: 58px;
}

.flow-start .flow-start-title {
  line-height: calc(50/36);
  margin-bottom: 53px;
}

.flow-start .flow-start-list .flow-start-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flow-start .flow-start-list .flow-start-item:nth-child(-n+3) {
  margin-bottom: 8px;
}

.flow-start .flow-start-list .flow-start-item .flow-start-item-number {
  font-weight: bold;
  line-height: calc(29/16);
  -ms-flex-preferred-size: 7%;
      flex-basis: 7%;
  background-color: #F5A623;
  padding: 24px 23px;
  color: white;
}

.flow-start .flow-start-list .flow-start-item .flow-start-item-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 93%;
      flex-basis: 93%;
  text-align: left;
  background-color: #F8F8F8;
}

.flow-start .flow-start-list .flow-start-item .flow-start-item-right .flow-start-item-title, .flow-start .flow-start-list .flow-start-item .flow-start-item-right .flow-start-item-text {
  padding: 8px 0 3px 21px;
}

.flow-start .flow-start-list .flow-start-item .flow-start-item-right .flow-start-item-title {
  font-size: 1.8rem;
  font-weight: bold;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  border-right: 1px solid #C3C3C3;
}

.flow-start .flow-start-list .flow-start-item .flow-start-item-right .flow-start-item-text {
  line-height: calc(27/16);
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  padding-left: 53.5px;
}

.frequent-question {
  padding-top: 75px;
  text-align: center;
}

.frequent-question .frequent-question-title {
  line-height: calc(50/36);
  margin-bottom: 32.5px;
}

.frequent-question .frequent-question-item {
  border-top: 1px solid #1B224C;
}

.frequent-question .frequent-question-item:hover {
  cursor: pointer;
}

.frequent-question .frequent-question-item:last-child {
  border-top: 1px solid #1B224C;
  border-bottom: 1px solid #1B224C;
}

.frequent-question .frequent-question-item .frequent-question-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30.5px 0 21.5px 0;
}

.frequent-question .frequent-question-item .frequent-question-inner .frequent-question-item-title {
  line-height: calc(27/16);
}

.frequent-question .frequent-question-item .frequent-question-inner .frequent-plus {
  height: 25px;
  width: 25px;
}

.frequent-question .frequent-question-item .frequent-question-inner .frequent-plus .frequent-bar {
  width: 25px;
  height: 3px;
}

.frequent-question .frequent-question-item .frequent-question-inner .frequent-plus .frequent-bar:nth-child(2).toggle {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.frequent-question .frequent-question-item .frequent-question-answer {
  background-color: #F8F8F8;
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 0;
  opacity: 0;
  line-height: calc(27/16);
  visibility: hidden;
}

.frequent-question .frequent-question-item .frequent-question-answer.toggle {
  visibility: visible;
  opacity: 1.0;
  padding: 23px 28px 15px 26px;
  height: auto;
  margin-bottom: 15px;
}

.blog-and-notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 92px 20px 119px;
  text-align: left;
}

.blog-and-notice .blog-title, .blog-and-notice .notice-title {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 30.26px;
  line-height: calc(54/32);
  text-align: left;
}

.blog-and-notice .blog {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}

.blog-and-notice .blog .blog-list .blog-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-and-notice .blog .blog-list .blog-item:nth-child(-n+2) {
  margin-bottom: 31px;
}

.blog-and-notice .blog .blog-list .blog-item .blog-item-left {
  position: relative;
  -ms-flex-preferred-size: 34.8%;
      flex-basis: 34.8%;
  margin-right: 20px;
  height: 110px;
}

.blog-and-notice .blog .blog-list .blog-item .blog-item-left .category {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 9px 7px 9px;
  font-size: 1.2rem;
  color: white;
  background-color: #1B224C;
}

.blog-and-notice .blog .blog-list .blog-item .blog-item-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-preferred-size: 60.2%;
      flex-basis: 60.2%;
}

.blog-and-notice .blog .blog-list .blog-item .blog-item-right .blog-item-title {
  font-weight: bold;
  -webkit-text-decoration: underline #1B224C;
          text-decoration: underline #1B224C;
  line-height: calc(27/16);
}

.blog-and-notice .blog .blog-list .blog-item .blog-item-right .blog-item-date {
  line-height: calc(20/12);
  font-size: 1.2rem;
}

.blog-and-notice .notice {
  -ms-flex-preferred-size: 44.7%;
      flex-basis: 44.7%;
}

.blog-and-notice .notice .notice-item:nth-child(-n+2) {
  margin-bottom: 60px;
}

.blog-and-notice .notice .notice-item .notice-item-date {
  font-size: 1.2rem;
  margin-bottom: 16px;
  line-height: calc(20/12);
}

.blog-and-notice .notice .notice-item .notice-item-title {
  line-height: calc(27/16);
  -webkit-text-decoration: underline #1B224C;
          text-decoration: underline #1B224C;
}

@media screen and (max-width: 939px) {
  .section-wrapper {
    width: 100%;
  }
  .flow-start .flow-start-list .flow-start-item .flow-start-item-right .flow-start-item-title {
    font-size: 1.6rem;
  }
  .blog-and-notice .blog .blog-list .blog-item .blog-item-left {
    min-height: 101px;
    height: 11.7vw;
  }
}

@media screen and (max-width: 768px) {
  .top-fv .fv-text {
    font-size: 1.8rem;
  }
  .description-wrapper .description .description-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: inline-block;
    padding: 20px;
    border: 10px solid white;
  }
  .description-wrapper .description .description-list .description-item {
    font-size: 1.8rem;
    position: relative;
    max-width: 350px;
  }
  .description-wrapper .description .description-list .description-item:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .description-wrapper .description .description-list .description-item:nth-child(2) {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .strong-point .strong-point-content-inner .strong-point-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .strong-point .strong-point-content-inner .strong-point-content:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .success-example-wrapper .success-example .success-example-title {
    margin-bottom: 40px;
  }
  .success-example-wrapper .success-example .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .success-example-wrapper .success-example .card .card-item .card-item-text {
    height: auto;
  }
  .success-example-wrapper .success-example .card .card-item:nth-child(-n+2) {
    margin-bottom: 40px;
  }
  .flow-start .flow-start-list .flow-start-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flow-start .flow-start-list .flow-start-item .flow-start-item-number {
    margin-bottom: 10px;
    font-size: 3rem;
  }
  .flow-start .flow-start-list .flow-start-item .flow-start-item-right {
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flow-start .flow-start-list .flow-start-item .flow-start-item-right .flow-start-item-title {
    border-right: none;
    padding: 0;
    margin-bottom: 10px;
  }
  .flow-start .flow-start-list .flow-start-item .flow-start-item-right .flow-start-item-text {
    padding: 0;
  }
  .frequent-question .frequent-question-item .frequent-question-inner .frequent-question-item-title {
    line-height: 1.5em;
    text-align: left;
    -ms-flex-preferred-size: 85%;
        flex-basis: 85%;
  }
  .frequent-question .frequent-question-item .frequent-question-inner .frequent-plus {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
  }
  .blog-and-notice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 20px;
  }
  .blog-and-notice .blog .blog-list .blog-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog-and-notice .blog .blog-list .blog-item .blog-item-left {
    margin-bottom: 10px;
    margin-right: 0;
    height: 50vw;
  }
  .blog-and-notice .blog .blog-list .blog-item .blog-item-right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (-webkit-min-devvce-pixel-ratio: 2) {
  .fv {
    background-image: url("../../../assets/images/index/teachers@2x.png");
  }
  .strong-point-image {
    background-image: url("../../../assets/images/index/price@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (-webkit-min-devvce-pixel-ratio: 2) {
  .fv {
    background-image: url("../../../assets/images/index/teachers@2x.png");
  }
  .strong-point-image {
    background-image: url("../../../assets/images/index/price@2x.png");
  }
}
/*# sourceMappingURL=style.css.map */