.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.header {
  z-index: 10;
  background-color: #fff;
  justify-content: space-between;
  width: 100%;
  height: 64px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 32px;
  padding-right: 32px;
  display: block;
  position: sticky;
  top: 0;
}

.link-block {
  display: flex;
}

.link-block.w--current {
  align-items: center;
}

.header_left {
  align-items: stretch;
  display: flex;
}

.business_logo {
  width: 300px;
}

.header_right {
  align-items: center;
  display: flex;
}

.container {
  background-color: #fff;
}

.header_right_navlink {
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.header_btn {
  background-color: #fc7400;
  border-radius: 20px;
  height: 40px;
  margin-top: 8px;
  margin-left: 8px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  transition: background-color .3s;
}

.header_btn:hover {
  background-color: #d6620f;
}

.top {
  background-image: url('../images/main_Visual_PC.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 742px;
  display: flex;
}

.top_wrapper {
  margin-top: -24px;
  margin-bottom: 32px;
  margin-left: 64px;
  padding-top: 0;
  padding-left: 0;
}

.top_wrapper_heading {
  color: #fff;
  letter-spacing: 2px;
  width: 843px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 74px;
  font-weight: 700;
  line-height: 80px;
}

.image {
  margin-bottom: 0;
}

.top_wrapper_btn {
  color: #fc7400;
  background-color: #fff;
  border-radius: 40px;
  height: 68px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 48px;
}

.top_wrapper_btn:hover {
  background-color: #fff0e2;
}

.intro {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.intro_heading {
  color: #293b88;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 48px;
  line-height: 58px;
  display: flex;
}

.container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 940px;
  margin-bottom: 32px;
  display: flex;
}

.div-block {
  display: block;
}

.container-3 {
  max-width: 940px;
}

.intro_column_wrapper {
  background-color: #fff;
  border-radius: 5px;
  width: 300px;
  padding: 20px 16px 88px;
  position: relative;
}

.columns {
  flex: 0 auto;
  display: block;
}

.intro_column_text {
  color: #333;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.column {
  background-color: #0000;
}

.intro_column_block {
  background-color: #0000;
  width: auto;
  padding: 0;
  position: relative;
}

.intro_column_img {
  position: absolute;
}

.about {
  background-color: #f0f4f8;
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.container-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1040px;
  display: block;
}

.h1_text_wh {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 48px;
  line-height: 60px;
  display: flex;
}

.div-block-2 {
  justify-content: center;
  max-width: 940px;
  display: flex;
}

.about_lead {
  color: #fc7400;
  text-align: left;
  border-bottom: 1px solid #fff;
  margin-bottom: 16px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.text-span {
  font-size: 32px;
}

.text-block {
  color: #fff;
  letter-spacing: normal;
  -webkit-text-stroke-width: 0px;
  max-width: 500px;
  margin-bottom: 12px;
  margin-right: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.columns-2 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.features {
  letter-spacing: 0;
  background-color: #fff;
  padding-top: 64px;
  padding-bottom: 24px;
}

.container-5 {
  text-align: left;
  flex-flow: column;
  align-items: center;
  max-width: 1040px;
  display: flex;
}

.h1_text_black {
  color: #293b88;
  text-align: center;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}

.div-block-3 {
  background-color: #fff;
  border-radius: 8px;
}

.column-2 {
  flex-flow: column;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.features_lead {
  color: #293b88;
  text-align: center;
  letter-spacing: normal;
  margin-bottom: 12px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}

.features_txt {
  text-align: center;
  letter-spacing: normal;
  flex-flow: column;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  display: flex;
}

.columns-3 {
  background-image: url('../images/bg_1.png');
  background-position: 3%;
  background-repeat: no-repeat;
  background-size: auto 70%;
  align-items: center;
  display: flex;
}

.image-2 {
  margin: 0 0 0 16px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
}

.features_wrapper1 {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.features_content {
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  margin-bottom: 40px;
  display: flex;
}

.features_wrapper2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.features_wrapper3 {
  align-items: center;
  display: flex;
}

.ruby {
  margin-top: 64px;
  margin-bottom: 64px;
}

.container-6 {
  flex-direction: column;
  align-items: center;
  max-width: 940px;
  display: flex;
}

.text-block-2 {
  text-align: center;
  margin-bottom: 32px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 52px;
}

.image-3 {
  max-width: 70%;
}

.flow {
  background-color: #f0f5f9;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 64px;
  padding-bottom: 64px;
}

.container-7 {
  flex-direction: column;
  align-items: center;
  max-width: 940px;
  display: flex;
}

.div-block-4 {
  color: #fff;
  background-color: #fff;
  border-radius: 8px;
  width: 620px;
  max-width: 620px;
  padding: 16px 24px;
}

.text-block-3 {
  color: #041d67;
  padding-left: 14px;
  font-size: 24px;
  line-height: 36px;
}

.div-block-5 {
  color: #333;
}

.text-block-4 {
  color: #333;
  padding-left: 14px;
  font-size: 18px;
  line-height: 32px;
}

.columns-4 {
  align-items: center;
  display: flex;
}

.flow_lead {
  color: #041d67;
  margin-bottom: 4px;
  padding-left: 14px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.flow_txt {
  color: #333;
  padding-left: 14px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.arrow_down {
  width: 40px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.flow_content {
  color: #fff;
  background-color: #fff;
  border-radius: 8px;
  align-items: center;
  width: 620px;
  max-width: 620px;
  padding: 16px 24px;
  display: flex;
}

.contact {
  background-color: #041d67;
  background-image: url('../images/main_Visual_less.webp');
  background-position: 50%;
  background-size: 1450px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.nav_container {
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  margin-bottom: 32px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

.button {
  color: #fc7400;
  background-color: #fff;
  border-radius: 50px;
  padding: 16px 40px;
  font-size: 24px;
  line-height: 48px;
}

.agent {
  background-color: #f2f2f2;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 64px;
  padding-bottom: 64px;
  display: none;
}

.contact_btn {
  color: #fff;
  background-color: #fc7400;
  border-radius: 50px;
  padding: 16px 88px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 48px;
  transition: background-color .3s;
}

.contact_btn:hover {
  color: #fff;
  background-color: #d6620f;
}

.div-block-7, .div-block-7-copy {
  background-color: #041d67;
}

.agwnt_btn {
  background-color: #041d67;
  justify-content: center;
  display: flex;
}

.text-block-6 {
  color: #fff;
  padding: 12px 16px 12px 40px;
  font-size: 24px;
  line-height: 36px;
}

.image-4 {
  padding-right: 40px;
}

.link-block-2 {
  color: #fff;
  background-color: #041d67;
  border-radius: 60px;
  text-decoration: none;
  display: flex;
}

.text-block-7 {
  color: #fff;
  padding: 12px 16px 12px 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  line-height: 36px;
  text-decoration: none;
  display: flex;
}

.image-5 {
  padding-right: 0;
}

.footer {
  background-color: #293b88;
  padding-top: 64px;
  padding-bottom: 64px;
}

.container-8 {
  max-width: 90%;
}

.text-block-8 {
  color: #fff;
}

.div-block-8 {
  align-items: flex-start;
  display: flex;
}

.text-block-9 {
  color: #fff;
  padding-top: 4px;
  font-size: 21px;
  line-height: 24px;
}

.image-6 {
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-8-copy {
  align-items: flex-start;
  display: flex;
}

.footer_wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.footer_inner {
  flex: 0 auto;
  margin-right: 64px;
  display: block;
}

.footer_inner_txt {
  color: #fff;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

.footer_sns {
  width: 280px;
  margin-right: -16px;
}

.footer_sns_icon {
  margin-right: 0;
}

.footer_inner_link {
  margin-bottom: 32px;
  text-decoration: none;
}

.footer_inner_link_text {
  color: #fff;
  margin: 0;
  line-height: 16px;
  text-decoration: none;
}

.image-7 {
  margin-top: 8px;
}

.container-9 {
  justify-content: center;
  align-items: center;
  max-width: 940px;
  height: auto;
  padding-left: 0;
  display: flex;
}

.intro_card_rails02 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f0f4f8;
  border-radius: 5px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 462px;
  min-height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.intro_card_img {
  width: 129px;
  position: absolute;
  top: 119px;
  left: 28%;
}

.intro_content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 990px;
  height: auto;
  padding-left: 0;
  display: grid;
}

.intro_column_text_orange {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  display: inline;
}

.footer_inner2 {
  flex-direction: column;
  flex: 0 auto;
  margin-right: 24px;
  display: flex;
}

.link, .link-2, .link-3, .link-4 {
  color: #fff;
  text-decoration: none;
}

.link-block-3, .footer_sns_linkblock {
  margin-right: 16px;
}

.footer_copyright {
  color: #fff;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

.text-span-2 {
  color: #333;
  text-decoration: underline;
}

.agent_link_btn {
  color: #fff;
  background-color: #55b9d3;
  border-radius: 60px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.agent_link_btn:hover {
  background-color: #325ad2;
}

.fv_logo {
  width: auto;
  margin-bottom: 0;
}

.flow_content_img {
  width: 96px;
}

.intro_card_img2 {
  width: 129px;
  position: absolute;
  top: 119px;
  left: 28%;
}

.flow_content_txt {
  margin-left: 16px;
  padding-left: 0;
}

.text-span-3, .features_content_txt_br {
  display: inline-block;
}

.footer_inner_underline {
  flex: 0 auto;
  margin-right: 64px;
  display: block;
}

.footer_wrapper_logo {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.div-block-9, .footer_logo_img {
  width: 254px;
}

.div-block-10 {
  align-items: center;
  display: flex;
}

.agent_link_btn_icon {
  align-items: center;
  padding-right: 40px;
  display: flex;
}

.fv_logo_sp {
  display: none;
}

.intro_column_txt_br {
  display: block;
}

.top_wrapper2 {
  padding-left: 64px;
  display: block;
}

.ruby_logo {
  align-items: center;
  display: flex;
}

.image-9 {
  width: 161px;
}

.image-10 {
  width: 429px;
  margin-left: 40px;
}

.top_btn_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  margin-left: 64px;
  display: flex;
}

.top_btn {
  color: #fff;
  background-color: #fc7400;
  border-radius: 50px;
  padding: 8px 64px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 48px;
  transition: background-color .3s;
}

.top_btn:hover {
  background-color: #d6620f;
}

.intro_column_text2 {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.ruby_txt_br {
  display: inline-block;
}

.navmenu_logoicon {
  display: none;
}

.navbar-2 {
  background-color: #fff;
}

.header2 {
  z-index: 10;
  background-color: #fff;
  justify-content: space-between;
  width: 100%;
  height: 64px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
  position: sticky;
  top: 0;
}

.image-12 {
  width: 300px;
}

.navbar-3 {
  background-color: #fff;
}

.header3 {
  z-index: 10;
  background-color: #fff;
  justify-content: space-between;
  width: 100%;
  height: 64px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: sticky;
  top: 0;
}

.text-span-5 {
  display: inline;
}

.text-span-6 {
  display: block;
}

.text-span-7 {
  color: #fc7400;
}

.header_right_navlink_onlysp {
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  display: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.pricing {
  padding-top: 64px;
  padding-bottom: 64px;
}

.container-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 940px;
  display: flex;
}

.pricing_content {
  background-color: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 620px;
  max-width: 620px;
  margin-bottom: 0;
  padding: 24px 40px 16px;
  display: flex;
}

.pricing_text {
  color: #fc7400;
  letter-spacing: normal;
  margin-bottom: 12px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.download_link_btn {
  background-color: #fff;
  border-radius: 60px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.download_link_btn:hover {
  background-color: #dde3f3;
}

.download_link_btn_text {
  color: #041d67;
  padding: 12px 16px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  line-height: 36px;
  text-decoration: none;
  display: flex;
}

.top_wrapper_heading_2 {
  color: #fff;
  letter-spacing: 2px;
  margin-top: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 52px;
}

.intro_heading2 {
  text-align: center;
  justify-content: center;
  margin-top: 8px;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 32px;
  line-height: 54px;
  display: flex;
}

.intro_grid {
  float: none;
  clear: none;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.intro_illust {
  text-align: center;
  mix-blend-mode: darken;
  margin-top: -119px;
  display: block;
}

.image-13 {
  max-width: 70px;
  margin-left: 30em;
}

.image-14 {
  max-width: 70px;
  margin-right: 30em;
}

.features_wrapper4, .features_wrapper5 {
  align-items: center;
  display: flex;
}

.features_txt_mini {
  letter-spacing: normal;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.purpose {
  padding-top: 64px;
  padding-bottom: 64px;
  display: none;
}

.h1_text_black_purpose {
  color: #293b88;
  text-align: center;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}

.paragraph {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}

.training-_courses {
  background-color: #f0f4f8;
  padding-top: 80px;
  padding-bottom: 80px;
}

.training-_courses_container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  max-width: 1040px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.training-_courses_col {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 8px;
  line-height: 125%;
}

.paragraph-2 {
  color: #fff;
  margin-bottom: 16px;
  font-size: 16px;
}

.lecturer {
  padding-top: 80px;
  padding-bottom: 80px;
  display: none;
}

.lecturer_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1039px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.lecturer_name {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 180%;
}

.lecturer_about {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 160%;
}

.image-15 {
  margin-bottom: 16px;
}

.price_text {
  text-align: center;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 180%;
}

.price {
  background-color: #fff;
  border-radius: 8px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.price_priod {
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 160%;
}

.text-span-11, .text-span-12, .text-span-13 {
  font-size: 24px;
}

.price_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 440px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.flow_txt_mini {
  letter-spacing: normal;
  margin-top: 16px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.top_btn_2 {
  color: #293b88;
  background-color: #fff;
  border-radius: 50px;
  padding: 8px 64px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 48px;
  transition: background-color .3s;
  display: none;
}

.top_btn_2:hover {
  background-color: #ffffffb3;
}

.top_btn_2.sp_type {
  flex: 0 auto;
  display: none;
}

.top_wrapper_heading_3 {
  color: #fff;
  letter-spacing: 2px;
  margin-top: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 52px;
}

.intro_card_rails01 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 5px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 462px;
  min-height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.intro_heading2_rails01 {
  text-align: center;
  justify-content: center;
  margin-top: 8px;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 32px;
  line-height: 54px;
  display: flex;
}

.intro_heading_rails01 {
  color: #293b88;
  text-align: center;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 48px;
  line-height: 54px;
  display: flex;
}

.top_wrapper_heading_rails01 {
  color: #fff;
  letter-spacing: 2px;
  width: 843px;
  margin-top: 16px;
  margin-bottom: 8px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 74px;
  font-weight: 700;
  line-height: 80px;
}

.top_wrapper_heading_2_rails01 {
  color: #fff;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 52px;
}

.top_btn_rails01 {
  color: #fff;
  background-color: #fc7400;
  border-radius: 50px;
  padding: 8px 64px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 48px;
  transition: background-color .3s;
}

.top_btn_rails01:hover {
  background-color: #d6620f;
}

.header3_rails01 {
  z-index: 10;
  background-color: #fff;
  justify-content: space-between;
  width: 100%;
  height: 64px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: sticky;
  top: 0;
}

.intro_card {
  background-color: #f0f4f8;
  padding-top: 16px;
  padding-bottom: 16px;
}

.intro_rails01 {
  background-color: #f0f4f8;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.about_rails01 {
  background-color: #293b88;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.purpose_rails01 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.features_rails01 {
  letter-spacing: 0;
  background-color: #f0f5f9;
  padding-top: 64px;
  padding-bottom: 24px;
}

.features_content_rails01 {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 40px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.training-_courses_rails01 {
  background-color: #293b88;
  padding-top: 80px;
  padding-bottom: 80px;
}

.lecturer_rails01 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.flow_rails01 {
  background-color: #f0f5f9;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 64px;
  padding-bottom: 64px;
}

.ruby_rails01 {
  margin-top: 64px;
  margin-bottom: 64px;
}

.contact_rails01 {
  background-color: #041d67;
  background-image: url('../images/main_Visual_less.webp');
  background-position: 50%;
  background-size: 1450px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.agent_rails01 {
  background-color: #f2f2f2;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.footer_rails01 {
  background-color: #293b88;
  padding-top: 64px;
  padding-bottom: 64px;
}

.features_lead_rails01 {
  color: #fc7400;
  letter-spacing: normal;
  margin-bottom: 12px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}

.features_txt_rails01 {
  letter-spacing: normal;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.features_txt_mini_rails01 {
  letter-spacing: normal;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.features_content-copy {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 40px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.h1_text_black_rails01 {
  color: #293b88;
  text-align: center;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}

.about_text-block {
  color: #fff;
  letter-spacing: normal;
  -webkit-text-stroke-width: 0px;
  max-width: 500px;
  margin-bottom: 12px;
  margin-right: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.about_content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  margin-bottom: 0;
  padding: 40px 24px;
  display: flex;
}

.features_lead_1 {
  color: #fc7400;
  letter-spacing: normal;
  margin-bottom: 12px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}

.container-11 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  max-width: 1040px;
  display: flex;
}

.contact_section {
  background-color: #293b88;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.price_section {
  background-color: #293b88;
  border-radius: 0;
  flex-flow: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.top_btn_long {
  color: #fff;
  background-color: #fc7400;
  border-radius: 50px;
  padding: 8px 64px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 48px;
  transition: background-color .3s;
}

.top_btn_long:hover {
  background-color: #d6620f;
}

.heading_br {
  color: #293b88;
  text-align: center;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 32px;
  line-height: 125%;
}

.paragraph_br {
  color: #293b88;
  margin-bottom: 16px;
  font-size: 16px;
}

.container-12 {
  flex-flow: column;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.features_lead_2 {
  color: #293b88;
  text-align: center;
  letter-spacing: normal;
  margin-bottom: 8px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.features_txt_1 {
  text-align: center;
  letter-spacing: normal;
  margin-bottom: 16px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.image-17 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.image-18 {
  width: 100%;
  max-width: 1040px;
  display: block;
}

.div-block-11 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: block;
}

.about_text {
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.image-100_sp {
  margin: 0 0 0 16px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: none;
}

.image-18_sp {
  width: 100%;
  max-width: 1040px;
  display: none;
}

.image-100 {
  margin: 16px 0 16px 16px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
}

.features_leadnum {
  color: #b6bfe5;
  text-align: center;
  letter-spacing: normal;
  margin-bottom: 12px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.image-101 {
  margin-top: 40px;
  padding-top: 0;
}

.image-200 {
  max-width: 40%;
  margin: 16px 0 16px 16px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: inline-flex;
}

.features_02intext {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 8px;
  display: flex;
}

.features_intxt {
  text-align: left;
  letter-spacing: normal;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.features_icon {
  max-width: 100%;
}

.div-block-12 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.image-300 {
  margin: 16px 0 16px 16px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
}

.benefit {
  letter-spacing: 0;
  background-color: #fff;
  padding-top: 64px;
  padding-bottom: 24px;
  display: none;
}

.benefit_lead {
  color: #293b88;
  text-align: left;
  letter-spacing: normal;
  margin-bottom: 12px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}

.benefit_txt {
  text-align: left;
  letter-spacing: normal;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.image-400 {
  margin: 16px 0 16px 16px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
}

.benefit_txt-copy {
  text-align: center;
  letter-spacing: normal;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.benefit_intxt {
  text-align: left;
  letter-spacing: normal;
  background-color: #f0f4f8;
  margin-bottom: 40px;
  padding: 24px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.header_btn_2 {
  background-color: #fc7400;
  border-radius: 20px;
  height: 40px;
  margin-top: 8px;
  margin-left: 8px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  transition: background-color .3s;
  display: none;
}

.header_btn_2:hover {
  background-color: #d6620f;
}

.image-17_sp {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.training-_courses_subtxr {
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
}

@media screen and (min-width: 1440px) {
  .contact {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .training-_courses {
    background-color: #f0f4f8;
  }

  .training-_courses_container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .contact_rails01 {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .contact_section {
    background-color: #293b88;
    background-image: none;
  }

  .price_section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading_br, .paragraph_br {
    color: #293b88;
  }

  .container-12 {
    max-width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .features_lead_2 {
    color: #293b88;
    text-align: center;
    margin-bottom: 0;
  }

  .features_txt_1 {
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .header {
    height: 56px;
    padding-left: 24px;
    padding-right: 24px;
    display: none;
  }

  .business_logo {
    width: 240px;
  }

  .header_right_navlink {
    color: #fff;
  }

  .header_btn {
    color: #fff;
    background-color: #fc7400;
    border-radius: 30px;
    height: 48px;
    margin-left: 32px;
    margin-right: 32px;
    padding: 12px 24px;
    font-size: 16px;
    display: block;
  }

  .header_btn:hover {
    background-color: #d6620f;
  }

  .top {
    height: 460px;
  }

  .top_wrapper {
    margin-bottom: 0;
    margin-left: 32px;
  }

  .top_wrapper_heading {
    width: 540px;
    margin-bottom: 8px;
    font-size: 47px;
    line-height: 54px;
  }

  .intro {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .intro_heading {
    font-size: 34px;
    line-height: 42px;
  }

  .container-2 {
    max-width: 704px;
  }

  .intro_column_text {
    font-size: 17px;
    line-height: 28px;
  }

  .about {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-4 {
    max-width: none;
    padding-left: 16px;
    padding-right: 16px;
  }

  .h1_text_wh {
    font-size: 34px;
    line-height: 49px;
  }

  .about_lead {
    font-size: 28px;
    line-height: 35px;
  }

  .text-span {
    font-size: 28px;
  }

  .text-block {
    max-width: none;
    font-size: 16px;
    line-height: 26px;
  }

  .columns-2 {
    flex-flow: row;
    justify-content: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .features {
    padding-top: 40px;
    padding-bottom: 16px;
  }

  .container-5 {
    max-width: 704px;
  }

  .h1_text_black {
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 49px;
  }

  .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .features_lead {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    font-size: 28px;
    line-height: 32px;
    display: flex;
  }

  .features_txt {
    font-size: 16px;
    line-height: 22px;
  }

  .image-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .features_wrapper1 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .features_content {
    margin-bottom: 24px;
  }

  .features_wrapper2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .features_wrapper3 {
    margin-bottom: 0;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .ruby {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .text-block-2 {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 40px;
  }

  .flow {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .flow_lead {
    padding-left: 8px;
    font-size: 21px;
    line-height: 28px;
  }

  .flow_txt {
    padding-left: 8px;
    font-size: 16px;
    line-height: 26px;
  }

  .contact {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block-5 {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 42px;
  }

  .agent, .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-8 {
    max-width: 96%;
  }

  .footer_inner {
    margin-right: 40px;
  }

  .footer_inner_txt {
    font-size: 14px;
    line-height: 21px;
  }

  .footer_sns {
    width: 170px;
  }

  .footer_inner_link_text {
    font-size: 13px;
    line-height: 16px;
  }

  .intro_card_img {
    width: 110px;
    top: 116px;
    left: 24%;
  }

  .intro_content {
    max-width: 704px;
  }

  .footer_sns_linkblock {
    margin-bottom: 12px;
  }

  .fv_logo {
    width: 50%;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .flow_content_img {
    width: 80px;
  }

  .menu-button {
    color: #333;
    background-color: #fff;
    border-radius: 4px;
    width: auto;
    height: auto;
    margin-top: 0;
    padding: 0;
    position: static;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #ffffffd9;
    border-radius: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-menu {
    object-fit: fill;
    background-color: #000000d9;
    margin-top: 0;
    padding-top: 16px;
    padding-bottom: 32px;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
    box-shadow: 0 5px 10px #00000040;
  }

  .intro_card_img2 {
    width: 110px;
    top: 116px;
    left: 24%;
  }

  .footer_inner_underline {
    margin-right: 40px;
  }

  .top_wrapper2 {
    padding-left: 32px;
  }

  .image-9 {
    width: 140px;
  }

  .image-10 {
    width: 380px;
    margin-left: 32px;
  }

  .top_btn_wrapper {
    margin-left: 32px;
  }

  .intro_column_text2 {
    font-size: 17px;
    line-height: 28px;
  }

  .navbar {
    position: static;
  }

  .image-11 {
    width: 240px;
    margin-top: 0;
    margin-left: 0;
    display: block;
  }

  .navmenu_logoicon {
    justify-content: space-between;
    margin: 16px;
    padding-right: 0;
    display: none;
  }

  .icon {
    color: #333;
    font-size: 32px;
  }

  .line {
    background-color: #333;
    border-radius: 0;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu_btn {
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 24px;
    padding-top: 3px;
    padding-bottom: 3px;
    display: flex;
  }

  .header2 {
    height: 56px;
    padding-left: 24px;
    padding-right: 24px;
    display: none;
  }

  .menu-button-2 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .menu-button-2.w--open {
    background-color: #333;
    position: static;
  }

  .nav-menu-2 {
    background-color: #333;
    width: 100%;
    display: block;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .header3 {
    height: 56px;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .hamburger {
    flex-direction: column;
    justify-content: space-around;
    width: 24px;
    height: 24px;
    display: flex;
  }

  .line1, .line2, .line3 {
    background-color: #333;
    border-radius: 5px;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .header_right_navlink_onlysp {
    color: #fff;
    display: block;
  }

  .pricing {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pricing_text {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 32px;
  }

  .top_wrapper_heading_2 {
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 500;
    line-height: 42px;
  }

  .intro_heading2 {
    flex-flow: column;
    font-size: 28px;
    line-height: 42px;
  }

  .intro_grid {
    grid-template-columns: 1fr;
    place-items: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .image-13 {
    margin-left: 15em;
  }

  .image-14 {
    margin-right: 15em;
  }

  .features_wrapper4, .features_wrapper5 {
    margin-bottom: 0;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .features_txt_mini {
    font-size: 14px;
    line-height: 22px;
  }

  .column-6 {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    object-fit: fill;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: visible;
  }

  .purpose {
    padding: 40px 16px;
  }

  .h1_text_black_purpose {
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 49px;
  }

  .text-span-9, .text-span-10 {
    display: block;
  }

  .training-_courses {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .training-_courses_container {
    margin-bottom: 16px;
  }

  .training-_courses_col {
    padding-left: 16px;
    padding-right: 16px;
  }

  .lecturer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .lecturer_container, .price_container {
    flex-flow: column;
    max-width: 480px;
    display: flex;
  }

  .flow_txt_mini {
    font-size: 14px;
    line-height: 22px;
  }

  .top_wrapper_heading_3 {
    margin-top: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
  }

  .intro_heading2_rails01 {
    flex-flow: column;
    font-size: 28px;
    line-height: 42px;
  }

  .intro_heading_rails01 {
    font-size: 34px;
    line-height: 42px;
  }

  .top_wrapper_heading_rails01 {
    width: 540px;
    margin-top: 16px;
    margin-bottom: 8px;
    font-size: 47px;
    line-height: 54px;
  }

  .top_wrapper_heading_2_rails01 {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 500;
    line-height: 42px;
  }

  .header3_rails01 {
    height: 56px;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .intro_card {
    width: 100%;
  }

  .intro_rails01, .about_rails01 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .purpose_rails01 {
    padding: 40px 16px;
  }

  .features_rails01 {
    padding-top: 40px;
    padding-bottom: 16px;
  }

  .lecturer_rails01, .flow_rails01 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ruby_rails01 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .contact_rails01, .agent_rails01, .footer_rails01 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .features_lead_rails01 {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 32px;
  }

  .features_txt_rails01, .features_txt_mini_rails01 {
    font-size: 14px;
    line-height: 22px;
  }

  .h1_text_black_rails01 {
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 49px;
  }

  .about_text-block {
    max-width: none;
    font-size: 16px;
    line-height: 26px;
  }

  .about_content {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .features_lead_1 {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 32px;
  }

  .contact_section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading_br {
    font-size: 24px;
  }

  .features_lead_2 {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 32px;
  }

  .features_txt_1 {
    font-size: 14px;
    line-height: 22px;
  }

  .image-18 {
    padding-left: 16px;
    padding-right: 16px;
    display: none;
  }

  .about_text {
    font-size: 16px;
    line-height: 29px;
  }

  .image-100_sp {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-18_sp {
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .image-100 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .features_leadnum {
    margin-bottom: 8px;
    font-size: 32px;
    line-height: 32px;
  }

  .image-200 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .features_intxt {
    font-size: 14px;
    line-height: 22px;
  }

  .div-block-12 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .image-300 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .benefit {
    padding-top: 40px;
    padding-bottom: 16px;
  }

  .benefit_lead {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 32px;
  }

  .benefit_txt {
    font-size: 14px;
    line-height: 22px;
  }

  .image-400 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .benefit_txt-copy, .benefit_intxt {
    font-size: 14px;
    line-height: 22px;
  }

  .header_btn_2 {
    color: #293c88;
    background-color: #fff;
    border-radius: 30px;
    height: 48px;
    margin-left: 32px;
    margin-right: 32px;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 700;
    display: none;
  }

  .header_btn_2:hover {
    background-color: #ffffffe0;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: 52px;
  }

  .business_logo {
    width: 240px;
  }

  .header_btn {
    height: 36px;
    font-size: 13px;
    line-height: 16px;
  }

  .top {
    height: 340px;
  }

  .top_wrapper {
    margin-top: 0;
  }

  .top_wrapper_heading {
    width: 360px;
    font-size: 30px;
    line-height: 36px;
  }

  .top_wrapper_btn {
    height: 52px;
    font-size: 18px;
    line-height: 34px;
  }

  .intro {
    padding-bottom: 40px;
  }

  .intro_heading {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 37px;
  }

  .intro_column_text {
    text-align: center;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 14px;
    line-height: 22px;
  }

  .container-4 {
    flex-flow: column;
    max-width: none;
    display: block;
  }

  .h1_text_wh {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 40px;
  }

  .about_lead {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 32px;
  }

  .text-span {
    font-size: 20px;
  }

  .text-block {
    margin-bottom: 8px;
    margin-right: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .columns-2 {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .container-5 {
    max-width: none;
    padding-left: 16px;
    padding-right: 16px;
  }

  .h1_text_black {
    flex-flow: column;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 40px;
    display: flex;
  }

  .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .features_lead {
    font-size: 22px;
    line-height: 25px;
  }

  .features_txt {
    font-size: 14px;
    line-height: 21px;
  }

  .image-2 {
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 8px;
  }

  .features_wrapper1 {
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .features_content {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .features_wrapper2 {
    flex-flow: column;
    align-items: center;
    padding: 0 16px;
  }

  .features_wrapper3 {
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-6 {
    max-width: 504px;
  }

  .text-block-2 {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 22px;
    line-height: 32px;
  }

  .flow {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-7 {
    max-width: 504px;
  }

  .flow_content {
    width: 89%;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-5 {
    font-size: 24px;
    line-height: 28px;
  }

  .div-block-6 {
    flex-flow: column;
    align-items: stretch;
    margin-left: 24px;
    margin-right: 24px;
  }

  .contact_btn {
    font-size: 22px;
    line-height: 24px;
  }

  .text-block-7 {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 8px;
    font-size: 18px;
  }

  .image-5 {
    max-width: 80%;
  }

  .text-block-9 {
    padding-top: 7px;
    font-size: 16px;
    line-height: 18px;
  }

  .footer_wrapper {
    flex-direction: column-reverse;
    display: flex;
  }

  .footer_inner {
    border-bottom: 1px solid #000;
  }

  .footer_sns {
    width: auto;
  }

  .intro_card_rails02 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    width: 87%;
    margin: 0 auto;
    padding-bottom: 16px;
  }

  .intro_card_img {
    width: 80px;
    position: absolute;
    inset: 65% 0% 0% 24%;
  }

  .intro_content {
    max-width: 504px;
    padding-left: 0;
    display: flex;
  }

  .fv_logo {
    width: 230px;
  }

  .flow_content_img {
    width: 72px;
  }

  .intro_card_img2 {
    width: 80px;
    position: absolute;
    inset: 65% 0% 0% 24%;
  }

  .footer_inner_underline {
    border-bottom: 1px solid #fff;
    width: 100%;
    margin-bottom: 16px;
  }

  .footer_wrapper_logo {
    flex-direction: row;
    display: flex;
  }

  .footer_logo_img {
    width: 250px;
  }

  .image-8 {
    max-width: 100%;
    margin-top: 8px;
  }

  .image-9 {
    width: 100px;
  }

  .image-10 {
    width: 320px;
    margin-left: 16px;
  }

  .top_btn_wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .top_btn {
    font-size: 20px;
    line-height: 37px;
    text-decoration: none;
  }

  .top_btn.sp_type {
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
    display: flex;
  }

  .intro_column_text2 {
    text-align: center;
    margin-bottom: 37px;
    padding-left: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .header2, .header3 {
    height: 52px;
  }

  .pricing_content {
    width: 504px;
  }

  .pricing_text {
    font-size: 21px;
    line-height: 28px;
  }

  .download_link_btn_text {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 8px;
    font-size: 18px;
  }

  .top_wrapper_heading_2 {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 21px;
  }

  .intro_heading2 {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 28px;
  }

  .intro_grid {
    box-sizing: border-box;
  }

  .image-13 {
    max-width: 50px;
    margin-left: 13em;
  }

  .image-14 {
    max-width: 50px;
    margin-right: 13em;
  }

  .features_wrapper4, .features_wrapper5 {
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .features_txt_mini {
    margin-top: 8px;
  }

  .column-7 {
    text-align: center;
  }

  .purpose {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h1_text_black_purpose {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 40px;
  }

  .paragraph {
    text-align: left;
    font-size: 16px;
  }

  .text-span-9, .text-span-10 {
    display: inline;
  }

  .training-_courses {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .training-_courses_container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .training-_courses_col {
    padding-top: 24px;
    font-size: 12px;
  }

  .heading {
    font-size: 16px;
  }

  .paragraph-2 {
    font-size: 12px;
  }

  .lecturer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .lecturer_container {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .lecturer_name {
    font-size: 16px;
  }

  .lecturer_about {
    font-size: 14px;
  }

  .price_text {
    font-size: 32px;
    line-height: 30px;
  }

  .price_priod, .text-span-11, .text-span-12, .text-span-13 {
    font-size: 16px;
  }

  .price_container {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .flow_txt_mini {
    margin-top: 8px;
  }

  .top_btn_2 {
    text-align: center;
    max-width: none;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
    line-height: 24px;
  }

  .top_btn_2.sp_type {
    justify-content: center;
    align-items: center;
    max-width: 230px;
    padding: 8px 40px;
    font-size: 16px;
    display: none;
  }

  .top_wrapper_heading_3 {
    letter-spacing: 0;
    margin-top: 0;
    font-size: 16px;
    line-height: 21px;
  }

  .intro_card_rails01 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    width: 87%;
    margin: 0 auto;
    padding-bottom: 16px;
  }

  .intro_heading2_rails01 {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 28px;
  }

  .intro_heading_rails01 {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 28px;
  }

  .top_wrapper_heading_rails01 {
    width: 360px;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 30px;
    line-height: 36px;
  }

  .top_wrapper_heading_2_rails01 {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 21px;
  }

  .top_btn_rails01 {
    font-size: 22px;
    line-height: 24px;
  }

  .header3_rails01 {
    height: 52px;
  }

  .intro_rails01 {
    padding-bottom: 40px;
  }

  .purpose_rails01, .training-_courses_rails01 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .lecturer_rails01, .flow_rails01 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .features_lead_rails01 {
    font-size: 22px;
    line-height: 25px;
  }

  .features_txt_rails01 {
    font-size: 16px;
    line-height: 25px;
  }

  .features_txt_mini_rails01 {
    margin-top: 8px;
  }

  .h1_text_black_rails01 {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 40px;
  }

  .about_text-block {
    margin-bottom: 8px;
    margin-right: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .features_lead_1 {
    font-size: 22px;
    line-height: 25px;
  }

  .price_section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .top_btn_long {
    text-align: center;
    max-width: none;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
    line-height: 24px;
  }

  .heading_br {
    font-size: 16px;
  }

  .paragraph_br {
    font-size: 12px;
  }

  .features_lead_2 {
    font-size: 22px;
    line-height: 25px;
  }

  .features_txt_1 {
    font-size: 16px;
    line-height: 25px;
  }

  .image-17 {
    max-width: 100%;
  }

  .image-18 {
    display: none;
  }

  .about_text {
    font-size: 16px;
    line-height: 26px;
  }

  .image-100_sp {
    margin-top: 16px;
    padding-right: 8px;
  }

  .image-18_sp {
    display: block;
  }

  .image-100 {
    margin-top: 16px;
    padding-right: 8px;
  }

  .features_leadnum {
    line-height: 38px;
  }

  .image-200 {
    margin-top: 16px;
    padding-right: 8px;
  }

  .features_02intext {
    margin-bottom: 4px;
  }

  .features_intxt {
    font-size: 14px;
    line-height: 25px;
  }

  .div-block-12 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .image-300 {
    margin-top: 16px;
    padding-right: 8px;
  }

  .benefit_lead {
    font-size: 22px;
    line-height: 25px;
  }

  .benefit_txt {
    font-size: 16px;
    line-height: 25px;
  }

  .image-400 {
    margin-top: 16px;
    padding-right: 8px;
  }

  .benefit_txt-copy, .benefit_intxt {
    font-size: 16px;
    line-height: 25px;
  }

  .header_btn_2 {
    height: 36px;
    font-size: 13px;
    line-height: 16px;
  }

  .image-17_sp {
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .header {
    height: 48px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .business_logo {
    width: 192px;
  }

  .header_btn {
    height: 40px;
    margin-left: 16px;
    margin-right: 16px;
    font-size: 14px;
  }

  .top {
    background-image: url('../images/main_Visual_SP.webp');
    background-position: 50%;
    background-size: cover;
    height: 490px;
    position: relative;
  }

  .top_wrapper {
    margin-left: 16px;
    padding-left: 0;
    padding-right: 16px;
    position: absolute;
    inset: 9% auto auto 0%;
  }

  .top_wrapper_heading {
    letter-spacing: 0;
    width: 90vw;
    font-size: 10vw;
    line-height: 12vw;
  }

  .top_wrapper_btn {
    text-align: center;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 26px;
  }

  .intro {
    padding-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .intro_heading {
    text-align: center;
    font-size: 24px;
    display: block;
  }

  .container-2 {
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .intro_column_text {
    text-align: center;
    width: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 16px;
    line-height: 24px;
  }

  .container-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .h1_text_wh {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 36px;
  }

  .about_lead {
    border: 1px #000;
  }

  .columns-2 {
    flex-direction: column-reverse;
    display: flex;
  }

  .features {
    padding-bottom: 24px;
  }

  .container-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .h1_text_black {
    margin-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 28px;
    line-height: 33px;
  }

  .h1_text_black.sp_type {
    margin-bottom: 20px;
  }

  .features_lead {
    font-size: 25px;
    line-height: 29px;
  }

  .features_txt {
    text-align: left;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 23px;
    display: block;
  }

  .image-2 {
    padding-right: 0;
    display: block;
  }

  .features_wrapper1 {
    background-position: 95% 5%;
    background-size: auto 20%;
    flex-direction: column;
  }

  .features_content {
    align-items: center;
  }

  .features_wrapper2 {
    background-image: none;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .features_wrapper3 {
    background-position: 95% 5%;
    background-size: auto 20%;
    flex-direction: column;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .container-6 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-2 {
    margin-bottom: 16px;
  }

  .image-3 {
    max-width: 90%;
  }

  .container-7 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .flow_lead {
    padding-left: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .flow_txt {
    padding-left: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .arrow_down {
    width: 32px;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .flow_content {
    width: 100%;
    max-width: 100%;
    padding: 12px 16px;
  }

  .nav_container {
    line-height: 14px;
  }

  .text-block-5 {
    margin-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .div-block-6 {
    align-items: stretch;
    margin-bottom: 16px;
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .contact_btn {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 24px;
    font-size: 16px;
  }

  .text-block-7 {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    display: block;
  }

  .image-5 {
    width: 32px;
  }

  .container-8 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-9 {
    padding-top: 4px;
    font-size: 14px;
    line-height: 16px;
  }

  .footer_inner, .footer_sns {
    border: 1px #000;
  }

  .footer_inner_link_text {
    font-size: 12px;
    line-height: 14px;
  }

  .intro_card_rails02 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 0 10px;
  }

  .intro_card_img {
    width: 80px;
    inset: -14% auto 0% 3%;
  }

  .intro_content {
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .intro_column_text_orange {
    text-align: center;
    font-size: 18px;
  }

  .agent_link_btn {
    margin-left: 16px;
    margin-right: 16px;
  }

  .fv_logo {
    display: none;
  }

  .flow_content_img {
    width: 64px;
  }

  .menu-button.w--open {
    color: #fff0;
    background-color: #fff;
  }

  .intro_card_img2 {
    inset: auto 3% -15% auto;
  }

  .footer_wrapper_logo {
    flex-direction: column;
  }

  .footer_logo_img {
    margin-bottom: 8px;
  }

  .fv_logo_sp {
    width: 240px;
    margin-bottom: 8px;
    display: block;
  }

  .text-span-4 {
    display: inline-block;
  }

  .intro_column_txt_br {
    display: inline;
  }

  .image-8 {
    margin-bottom: 24px;
  }

  .column-3, .column-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .agent_link_btn_br {
    display: inline-block;
  }

  .top_wrapper2 {
    padding-left: 16px;
    padding-right: 16px;
    position: absolute;
    inset: auto 0% 5%;
  }

  .ruby_logo {
    flex-direction: column;
  }

  .image-9 {
    width: 140px;
    margin-bottom: 16px;
  }

  .image-10 {
    width: 90%;
    margin-left: 0;
  }

  .top_btn_wrapper {
    flex-flow: column;
    align-items: stretch;
    width: 100%;
    margin-left: 0;
    position: absolute;
    inset: auto 0% 5%;
  }

  .top_btn {
    text-align: center;
    width: 100%;
    margin-left: 16px;
    margin-right: 16px;
    padding: 12px 24px;
    font-size: 16px;
  }

  .top_btn.sp_type {
    width: auto;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .intro_column_text2 {
    text-align: left;
    margin-bottom: 0;
    margin-left: 16px;
    padding-right: 88px;
    font-size: 16px;
    line-height: 24px;
  }

  .ruby_txt_br {
    display: inline;
  }

  .header2, .header3 {
    height: 48px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-10 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .pricing_content {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    padding: 16px 16px 8px;
  }

  .pricing_text {
    font-size: 16px;
    line-height: 24px;
  }

  .download_link_btn {
    width: 100%;
    max-width: 100%;
  }

  .download_link_btn_text {
    text-align: center;
    justify-content: center;
    font-size: 16px;
    line-height: 24px;
  }

  .top_wrapper_heading_2 {
    letter-spacing: 0;
    flex-flow: column;
    font-size: 4.5vw;
    line-height: 22px;
    display: flex;
  }

  .intro_heading2 {
    text-align: center;
    font-size: 20px;
    display: block;
  }

  .intro_grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-auto-flow: row;
    max-width: 100%;
  }

  .intro_illust {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-top: -30px;
    display: flex;
  }

  .image-13 {
    max-width: 8vw;
    margin-left: 0;
  }

  .image-14 {
    max-width: 8vw;
    margin-right: 0;
  }

  .features_wrapper4, .features_wrapper5 {
    background-position: 95% 5%;
    background-size: auto 20%;
    flex-direction: column;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .features_txt_mini {
    margin-bottom: 12px;
    font-size: 12px;
  }

  .text-span-8 {
    flex-flow: column;
    display: flex;
  }

  .h1_text_black_purpose {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 33px;
  }

  .training-_courses {
    padding-bottom: 40px;
  }

  .training-_courses_container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .training-_courses_col {
    padding-left: 0;
    padding-right: 0;
  }

  .lecturer_container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .price_text {
    line-height: 37px;
  }

  .price {
    padding-top: 24px;
    padding-bottom: 16px;
  }

  .price_priod {
    font-size: 16px;
  }

  .price_container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .flow_txt_mini {
    margin-bottom: 12px;
    font-size: 12px;
  }

  .image-16 {
    max-width: 106%;
  }

  .top_btn_2 {
    text-align: center;
    width: 100%;
    padding: 12px 24px;
    font-size: 16px;
  }

  .top_btn_2.sp_type {
    width: auto;
    max-width: 100%;
    margin-left: 16px;
    margin-right: 16px;
    line-height: 37px;
  }

  .top_wrapper_heading_3 {
    letter-spacing: 0;
    font-size: 4.5vw;
    line-height: 26px;
  }

  .intro_card_rails01 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 0 10px;
  }

  .intro_heading2_rails01 {
    text-align: center;
    font-size: 20px;
    display: block;
  }

  .intro_heading_rails01 {
    text-align: center;
    font-size: 24px;
    display: block;
  }

  .top_wrapper_heading_rails01 {
    letter-spacing: 0;
    width: 90vw;
    margin-bottom: 16px;
    font-size: 9vw;
    line-height: 11vw;
  }

  .top_wrapper_heading_2_rails01 {
    letter-spacing: 0;
    margin-bottom: 16px;
    font-size: 4.5vw;
    line-height: 26px;
  }

  .top_btn_rails01 {
    text-align: center;
    width: auto;
    margin-left: 16px;
    margin-right: 16px;
    padding: 12px 24px;
    font-size: 16px;
  }

  .header3_rails01 {
    height: 48px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .intro_rails01 {
    padding-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .features_rails01 {
    padding-bottom: 24px;
  }

  .features_content_rails01 {
    margin-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .training-_courses_rails01 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .features_lead_rails01 {
    line-height: 24px;
  }

  .features_txt_rails01 {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 23px;
  }

  .features_txt_mini_rails01 {
    margin-bottom: 12px;
    font-size: 12px;
  }

  .features_content-copy {
    margin-bottom: 24px;
  }

  .h1_text_black_rails01 {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 33px;
  }

  .about_content {
    margin-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .features_lead_1 {
    line-height: 24px;
  }

  .container-11 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .contact_section {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .top_btn_long {
    text-align: center;
    width: 100%;
    padding: 12px 24px;
    font-size: 16px;
  }

  .features_lead_2 {
    flex-flow: column;
    line-height: 29px;
    display: flex;
  }

  .features_txt_1 {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 23px;
  }

  .image-17 {
    font-size: 145px;
    display: none;
  }

  .image-18 {
    display: none;
  }

  .image-100_sp {
    margin-bottom: 8px;
    margin-left: 0;
    padding-right: 0;
    display: block;
  }

  .image-18_sp {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .image-100 {
    padding-right: 0;
    display: none;
  }

  .features_leadnum {
    line-height: 24px;
  }

  .image-101 {
    margin-top: 8px;
  }

  .image-200 {
    max-width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 0;
    padding-right: 0;
    display: block;
  }

  .features_02intext {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features_intxt {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 23px;
  }

  .div-block-12 {
    flex-flow: column;
  }

  .image-300 {
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: block;
  }

  .benefit {
    padding-bottom: 24px;
  }

  .benefit_lead {
    line-height: 24px;
  }

  .benefit_txt {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 23px;
  }

  .image-400 {
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: block;
  }

  .benefit_txt-copy {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 23px;
  }

  .benefit_intxt {
    margin-bottom: 12px;
    padding: 16px;
    font-size: 14px;
    line-height: 23px;
  }

  .header_btn_2 {
    height: 40px;
    margin-left: 16px;
    margin-right: 16px;
    font-size: 14px;
  }

  .image-17_sp {
    display: block;
  }

  .training-_courses_subtxr {
    font-size: 12px;
  }
}

#w-node-_1c3b3008-06b7-6268-7895-8421993cac5a-cb4214f6, #w-node-_1c3b3008-06b7-6268-7895-8421993cac60-cb4214f6, #w-node-_1c3b3008-06b7-6268-7895-8421993cac66-cb4214f6, #w-node-_1c3b3008-06b7-6268-7895-8421993cac6c-cb4214f6, #w-node-_1c3b3008-06b7-6268-7895-8421993cac5a-4b7f7028, #w-node-_1c3b3008-06b7-6268-7895-8421993cac60-4b7f7028, #w-node-_1c3b3008-06b7-6268-7895-8421993cac66-4b7f7028, #w-node-_1c3b3008-06b7-6268-7895-8421993cac6c-4b7f7028 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

/* ========================================
   技術スキル・実務スキル セクション
   ======================================== */
.skills-section {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  width: 100%;
  max-width: 940px;
  margin: 32px auto;
  font-family: Noto Sans JP, sans-serif;
}

.skills-plus {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  font-weight: 700;
  color: #333;
}

.skill-card {
  background-color: transparent;
  border-radius: 0;
  overflow: hidden;
}

.skill-card--tech {
  display: flex;
  flex-direction: column;
  flex: 0 0 58%;
  max-width: 58%;
}

.skill-card--tech .skill-card__body {
  background-color: #f0f4f7;
  margin-top: 10px;
}

.skill-card--practical {
  display: flex;
  flex-direction: column;
  flex: 0 0 calc(45% - 48px);
  max-width: calc(45% - 48px);
}

.skill-card--practical .skill-card__body {
  background-color: #fef5ed;
  margin-top: 10px;
  padding: 16px 20px;
}

.skill-card--practical .skill-list {
  margin-bottom: 32px;
}

.skill-card__header {
  padding: 16px 24px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.skill-card__header--blue {
  background-color: #293b88;
}

.skill-card__header--orange {
  background-color: #fc7400;
}

.skill-card__body {
  padding: 24px;
  background-color: #fafafa;
  position: relative;
  min-height: 320px;
}

.skill-list-grid {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}

.skill-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.skill-list--col1,
.skill-list--col2 {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.skill-list li {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.skill-list li::before {
  content: "・";
  color: #333;
}

/* プログラミング言語セクション */
.programming-section {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 16px;
}

.programming-section__title {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin-bottom: 16px;
}

.programming-section__content {
  display: flex;
  align-items: center;
  gap: 8px;
}

.programming-section__main {
  display: flex;
  align-items: center;
  gap: 12px;
}

.programming-section__main .programming-boxes {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.programming-box {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 12px 16px;
  background-color: #fafafa;
}

.programming-box__item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.programming-box__icon {
  width: 24px;
  height: 24px;
}

.programming-box__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 18px;
  font-weight: 500;
  padding: 0 8px;
}

.programming-plus {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  padding: 0 12px;
}

.programming-section__sub {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 24px;
}

.programming-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #333;
  padding: 4px 0;
}

.programming-item__icon {
  width: 24px;
  height: 24px;
}

/* 周辺知識セクション */
.peripheral-section {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 16px 12px;
}

.peripheral-section__title {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin-bottom: 12px;
}

.peripheral-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.peripheral-list li {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  padding: 2px 0;
}

.peripheral-list li::before {
  content: "・";
  color: #333;
}

.skill-card__illust {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 80px;
  height: auto;
}

/* レスポンシブ対応 */
@media screen and (max-width: 991px) {
  .skills-section {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .skills-plus {
    font-size: 32px;
  }

  .skill-card,
  .skill-card--tech,
  .skill-card--practical {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .skills-section {
    display: none;
  }

  .skill-card__header {
    font-size: 20px;
    padding: 12px 16px;
  }

  .skill-card__body {
    padding: 16px;
    min-height: auto;
  }

  .programming-section__content {
    flex-direction: column;
  }

  .programming-section__sub {
    grid-template-columns: 1fr;
  }
}

/* Curriculum Table Styles */
.curriculum-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 16px;
}

.curriculum-table th,
.curriculum-table td {
  border: 1px solid #e0e0e0;
  padding: 8px 10px;
  text-align: left;
  vertical-align: middle;
}

.curriculum-table thead th {
  background-color: #fc7400;
  color: #fff;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  padding: 8px 2px;
}

.curriculum-table thead th:nth-child(5),
.curriculum-table thead th:nth-child(6),
.curriculum-table thead th:nth-child(7),
.curriculum-table thead th:nth-child(8) {
  width: 80px;
}

.curriculum-table tbody td:first-child {
  font-weight: 700;
  text-align: center;
  width: 60px;
}

.curriculum-table tbody tr:nth-child(odd) {
  background-color: #fff5ed;
}

.curriculum-table tbody tr:nth-child(even) {
  background-color: #fff;
}

.curriculum-table tbody td.step-cell.step-odd {
  background-color: #fff5ed;
}

.curriculum-table tbody td.step-cell.step-even {
  background-color: #fff;
}

.curriculum-table tbody td.col-curriculum {
  text-align: left;
  width: 180px;
  font-weight: 700;
}

.curriculum-table tbody td.col-content {
  text-align: left;
  font-size: 11px;
  color: #666;
  width: 200px;
}

.curriculum-table tbody td.col-time {
  text-align: right;
  width: 50px;
  white-space: nowrap;
  font-weight: 700;
}

.curriculum-table tbody td.col-course {
  text-align: center;
  white-space: nowrap;
  padding: 8px 2px;
  width: 80px;
  font-size: 18px;
  font-weight: 700;
}

/* PHP Table (Blue theme) */
.curriculum-table-php thead th {
  background-color: #273d87;
}

.curriculum-table-php tfoot td {
  background-color: #273d87 !important;
}

.curriculum-table-php tbody tr:nth-child(odd) {
  background-color: #f0f5f7;
}

.curriculum-table-php tbody tr:nth-child(even) {
  background-color: #fff;
}

.curriculum-table-php tbody td.step-cell.step-odd {
  background-color: #f0f5f7;
}

.curriculum-table-php tbody td.step-cell.step-even {
  background-color: #fff;
}

/* Plan Table Styles */
.plan-table {
  width: 100%;
  max-width: 1200px;
  margin: 32px auto;
  border-collapse: collapse;
  font-family: Noto Sans JP, sans-serif;
  background-color: #fff;
}

.plan-table th,
.plan-table td {
  padding: 16px 12px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #2a3b88;
}

.plan-table th:last-child,
.plan-table td:last-child {
  border-right: none;
}

.plan-table thead th {
  background-color: #fff;
  padding: 24px 12px;
}

.price_section .h1_text_wh {
  margin-bottom: 0;
}

.plan-table thead tr.plan-label-row th {
  background-color: #2a3b88;
  border: none;
  padding: 0 12px 16px;
}

.plan-label {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.plan-label-bracket {
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
}

.plan-label-text {
  margin: 0 12px;
  text-align: center;
  line-height: 1.4;
}

.plan-name {
  color: #273d87;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 2px;
  line-height: 1.2;
}

.plan-price {
  color: #273d87;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

.plan-tax {
  font-size: 11px;
  font-weight: 500;
}

.plan-unit {
  color: #666;
  font-size: 10px;
  margin-top: 2px;
  line-height: 1.2;
}

.plan-table tbody tr:nth-child(odd) {
  background-color: #e5ebf4;
}

.plan-table tbody tr:nth-child(even) {
  background-color: #fff;
}

.plan-table td.plan-feature {
  text-align: left;
  font-weight: 700;
  color: #333;
  width: 200px;
}

.plan-table td.plan-check {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.plan-table td.plan-check::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background-color: #fc7400;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.plan-table td.plan-check.has-note::before {
  margin-bottom: 8px;
}

.plan-table td.plan-cross {
  color: #333;
  font-size: 20px;
}

.plan-note {
  display: block;
  font-size: 11px;
  color: #666;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .plan-table {
    font-size: 12px;
  }

  .plan-name {
    font-size: 14px;
  }

  .plan-price {
    font-size: 18px;
  }

  .plan-table th,
  .plan-table td {
    padding: 12px 8px;
  }
}

@media screen and (max-width: 767px) {
  .plan-table {
    display: block;
    overflow-x: auto;
    font-size: 11px;
  }

  .plan-name {
    font-size: 12px;
    white-space: nowrap;
  }

  .plan-price {
    font-size: 14px;
  }

  .plan-table th,
  .plan-table td {
    padding: 10px 6px;
    white-space: nowrap;
  }

  .plan-table td.plan-feature {
    width: 120px;
  }
}

.curriculum-table tfoot td {
  background-color: #fc7400;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.curriculum-table tfoot td:first-child {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .curriculum-table {
    font-size: 11px;
  }

  .curriculum-table th,
  .curriculum-table td {
    padding: 6px 8px;
  }
}

@media screen and (max-width: 767px) {
  .curriculum-table {
    font-size: 10px;
    display: block;
    overflow-x: auto;
  }

  .curriculum-table th,
  .curriculum-table td {
    padding: 5px 6px;
    white-space: nowrap;
  }
}
