@charset "UTF-8";
/*
Theme Name: CAREER STORM
Theme URI: 
Template: lightning
Description: Lightning子テーマ
Author: solid-step.com
Tags: 
Version: 0.1.2
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
:root {
  --vk-color-text-body: #333333;
  --vk-color-text-link: #666666;
  --vk-color-text-link-hover: #1e73be;
  --vk-color-text-header: #444444;
  --vk-color-text-meta: #666666;
  /* 一旦非推奨 */
  --vk-color-text-light: #666666;
  --vk-color-border: rgba(0,0,0,0.2);
  --vk-color-border-hr: rgba(0,0,0,0.06);
  --vk-color-border-image: #e5e5e5;
  --vk-color-border-form: rgba(0,0,0,0.2);
  --vk-color-primary: #c00;
  --vk-color-primary-dark: #b00;
  --vk-color-primary-vivid: #d00;
  --vk-color-accent-bg: rgba( 0,0,0,0.02 );
  --vk-color-header-bg: #fff;
  --vk-color-footer-bg: #f5f5f5;
  --vk-width-container: 100%;
  --vk-width-container-padding: 15px;
  --vk-width-col-2-main: 66.6%;
  --vk-width-col-2-sub: calc( var(--vk-width-container) * 0.27 );
  --vk-margin-meta: 0.5rem;
  --vk-margin-headding-bottom: 1em;
  --vk-margin-element-bottom: 1.5rem;
  --vk-margin-block-bottom: 2rem;
  --vk-margin-section-bottom: 3rem;
  --vk-size-text: 16px;
  --vk-size-text-meta: 0.75rem;
  --vk-size-text-lg: 1.5rem;
  --vk-size-text-sm: 0.875rem;
  --vk-size-text-xs: 0.75rem;
  --vk-size-radius: 5px;
  --vk-size-radius-sm: calc( var( --vk-size-radius ) * 0.5 );
  --vk-size-radius-lg: calc( var( --vk-size-radius ) * 1.5 );
  --vk-line-height: 1.7em;
  --vk-line-height-low: 1.4em;
}

@media (min-width: 576px) {
  :root {
    --vk-width-container: 540px;
  }
}

@media (min-width: 768px) {
  :root {
    --vk-width-container: 720px;
  }
}

@media (min-width: 992px) {
  :root {
    --vk-width-container: 960px;
  }
}

@media (min-width: 1200px) {
  :root {
    --vk-width-container: 1140px;
  }
}

:root {
  --vk-size-admin-bar: 46px;
}

@media (min-width: 783px) {
  :root {
    --vk-size-admin-bar: 32px;
  }
}

:root {
  --vk-color-primary: #70B3E3;
  --vk-color-primary-dark: #70B3E3;
  --vk-color-primary-vivid: #7dbae5;
}

* {
  box-sizing: border-box;
}

body {
  font-family: 'Noto Sans JP','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

@media (min-width: 992px) {
  .site-header--layout--nav-float .site-header-container {
    align-items: flex-end;
  }
}

.site-header--layout--nav-float .site-header-container .h_menu_sub {
  display: none;
}

@media (min-width: 992px) {
  .site-header--layout--nav-float .site-header-container .h_menu_sub {
    list-style-type: none;
    font-size: 14px;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
  }
}

.site-header--layout--nav-float .site-header-container .h_menu_sub li {
  margin: 0px;
  padding: 3px 20px;
  border-left: 1px solid #CCCCCC;
}

.site-header--layout--nav-float .site-header-container .h_menu_sub a {
  text-decoration: none;
}

.site-header--layout--nav-float .site-header-container .h_menu_sub a:hover {
  text-decoration: none;
}

.site-header--layout--nav-float .site-header-container .global-nav a:hover {
  color: var(--vk-color-text-link-hover);
}

.site-header--layout--nav-float .site-header-container .global-nav a strong {
  font-weight: normal;
  display: flex;
  position: relative;
  align-items: center;
}

.site-header--layout--nav-float .site-header-container .global-nav a strong::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0c8";
  font-size: 12px;
  margin-right: 5px;
  color: #70B3E3;
}

.site-header--layout--nav-float .site-header-container .global-nav .global-nav-list > li:before {
  display: none;
}

@media (min-width: 992px) {
  .site-header--layout--nav-float .site-header-container .global-nav .mob_disp {
    display: none;
  }
}

.site-header-logo {
  text-align: left;
  line-height: 1.0;
}

.site-header-logo img {
  margin-left: 0px;
  margin-right: 0px;
  display: inline-block;
}

@media (max-width: 991.98px) {
  .site-header-logo img {
    max-height: 45px;
  }
}

.header_scrolled .site-header-logo {
  display: block;
}

.header_scrolled .site-header {
  position: fixed;
}

.site-footer {
  border-top: none;
  background-color: #EEEEEE;
}

.site-footer .footer_wrap {
  display: none;
}

@media (min-width: 992px) {
  .site-footer .footer_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px;
  }
}

.site-footer .footer_logo {
  width: 170px;
}

.site-footer .footer-nav {
  border-bottom: none;
}

.site-footer .footer-nav .mob_disp {
  display: none;
}

.site-footer .footer-nav-list {
  border-left: none;
}

.site-footer .site-footer-copyright {
  background-color: #DDDDDD;
}

.site-footer .site-footer-copyright .container {
  text-align: right;
}

.site-body {
  padding-right: 0px;
  padding-left: 0px;
  background: url(images/bg_body.png);
}

.site-body-bottom {
  display: none;
}

h2 {
  border-top: none;
  border-bottom: none;
  text-align: center;
  padding-top: 25px;
}

h3 {
  border-bottom: none;
  font-size: 20px;
}

h3:after {
  display: none;
}

.gray_il_box {
  display: inline-block;
  padding: 10px 20px;
  background-color: #BDBDAE;
  border-radius: 20px;
  color: #FFFFFF;
  font-weight: normal;
  line-height: 1.0;
}

.text-xsmall {
  font-size: 75%;
}

.text-small {
  font-size: 14px;
}

.full_width {
  width: unset;
  max-width: unset;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.full_width .full_width_in {
  padding: 0px 15px;
}

.cont_narrow {
  width: 780px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

a.link_btn, input[type=submit].link_btn {
  display: block;
  width: 460px;
  max-width: 90%;
  margin: 0px auto;
  text-align: center;
  padding: 15px;
  border: 2px solid #CCCCCC;
  background-color: #FFFFFF;
  font-weight: bold;
}

a.link_btn i, input[type=submit].link_btn i {
  margin-left: 10px;
}

img.alignright, img.alignleft {
  margin-bottom: 10px;
}

img.alignright {
  float: right;
  margin-left: 10px;
}

img.alignleft {
  float: left;
  margin-right: 10px;
}

img.img_icon {
  width: 1.2em;
  height: auto;
  vertical-align: middle;
  margin-right: 5px;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], select, textarea {
  -webkit-appearance: none;
}

.breadcrumb-list li::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.breadcrumb-list li a {
  text-decoration: none;
}

.page_top_btn {
  border-radius: 50%;
  background-color: #999999;
  box-shadow: none;
}

.vk-mobile-nav-menu-btn {
  top: 15px;
}

.veu_autoEyeCatchBox {
  text-align: center;
}

.sub-section .sub-section-title::after {
  display: none;
}

.swiper-container {
  padding: 0px 0px 50px 0px;
}

.swiper-pagination-bullet-active {
  background-color: #000000;
}

.top_select {
  padding: 25px 0px;
}

@media (min-width: 992px) {
  .top_select {
    background: url(images/bg_top_select_left.png) left -40px center/contain no-repeat, url(images/bg_top_select_right.png) right -40px center/contain no-repeat;
  }
}

.top_about {
  padding: 25px 0px;
}

.top_about .col-sm-6 {
  padding-bottom: 30px;
}

.top_about .top_about_box_in {
  border: 1px solid #CCCCCC;
  height: 100%;
}

.top_about .top_about_box_in h3 {
  font-size: 18px;
  background-color: #EAEFE2;
  border-bottom: 1px solid #CCCCCC;
  padding: 5px 10px;
  margin: 0px;
}

.top_about .top_about_box_in h3::after {
  display: none;
}

.top_about .top_about_box_in ul {
  margin-right: 1em;
}

.top_about .top_about_link {
  padding: 40px 10px 0px 10px;
  position: relative;
  z-index: 1;
}

.top_about .top_about_items {
  padding-top: 90px;
  position: relative;
}

.top_about .top_about_items::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: url(images/bg_top_line.png) center top/auto 100% no-repeat;
  z-index: 0;
}

@media (min-width: 992px) {
  .top_about .top_about_items::before {
    height: calc(100vw / 2);
    top: -70px;
    background: url(images/bg_top_line.png) center center/100% auto no-repeat;
  }
}

.top_about .top_about_items .top_about_item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-bottom: 20px;
}

.top_about .top_about_items h3 {
  font-size: 20px;
  border-bottom: none;
  margin-bottom: 0px;
}

.top_about .top_about_items h3:after {
  display: none;
}

.top_about .top_about_items h3 span {
  display: block;
  border-bottom: 1px dotted #CCCCCC;
  font-size: 14px;
  font-weight: normal;
}

.top_about .top_about_items p {
  margin-bottom: 10px;
}

.top_about .top_about_items .top_about_itemtxt {
  flex: 1;
  font-size: 90%;
}

.top_about .top_about_items .top_about_itemlink {
  text-align: center;
  font-size: 90%;
}

@media (min-width: 768px) {
  .top_about .top_about_items .top_about_itemlink {
    text-align: right;
  }
}

.top_about .top_about_items .top_about_itemlink a {
  display: inline-block;
  padding: 5px 20px;
  background-color: #FFFFFF;
  border: 2px solid #CCCCCC;
  border-radius: 20px;
  text-decoration: none;
}

.top_about .top_about_items .top_about_itemlink a i {
  margin-left: 10px;
  color: #FF7040;
}

.top_topics {
  padding: 30px 0px;
  position: relative;
}

.top_voice {
  padding: 30px 0px;
}

.top_voice p {
  border-bottom: 1px dotted #CCCCCC;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-left: 3em;
  position: relative;
  margin-bottom: 0px;
}

.top_voice p:before {
  display: block;
  position: absolute;
  content: "";
  height: 2em;
  width: 2em;
  left: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto 0px;
  background: url(images/ico_user.png) center center/cover no-repeat;
}

.top_achievement {
  padding: 30px 0px;
}

.top_achievement .top_achievement_related h3 {
  margin-bottom: 0px;
}

.bc_wrap {
  display: flex;
  flex-wrap: wrap;
  background-color: #FFFFFF;
  padding: 10px 10px 50px 10px;
}

.bc_wrap .bc_child {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 10px;
  border-bottom: 1px dotted #CCCCCC;
}

@media (min-width: 768px) {
  .bc_wrap .bc_child {
    width: 24%;
    margin-right: 0.5%;
    margin-left: 0.5%;
  }
}

.bc_wrap .bc_child:hover {
  background-color: #EEEEEE;
}

.bc_wrap .bc_child .bc_date {
  font-size: 80%;
}

.bc_wrap .bc_child .bc_title {
  height: 5em;
}

.bc_wrap .bc_child .bc_cat {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  min-height: 6em;
  margin: 0px;
  padding: 0px;
}

.bc_wrap .bc_child .bc_cat li {
  margin: 5px;
  padding: 0px;
}

.bc_wrap .bc_child .bc_cat li a {
  background-color: #E4F6FF;
  border-radius: 5px;
  display: inline-block;
  color: #999999;
  font-size: 80%;
  text-decoration: none;
  padding: 5px;
  line-height: 1.0;
}

.b_about_recommend {
  border-top: 1px dotted #CCCCCC;
  padding: 10px 20px;
}

.b_about_recommend h3 {
  background-color: transparent;
  padding: 0px 0px 5px 0px;
  margin-bottom: 0px;
}

.b_about_recommend p {
  margin: 0px 0px 5px 0px;
}

.b_about_study ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.b_about_study ul li {
  margin: 3px 0px;
  padding: 0px 0px 0px 2em;
  position: relative;
}

.b_about_study ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  border: 1px solid #CCCCCC;
  top: 0px;
  left: 0px;
  bottom: 0px;
  margin: auto;
}

.b_about_study ul li:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  height: 1.1em;
  left: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  font-size: 1.1em;
  color: #FF7040;
}

.b_about_feature .col-12 {
  padding-bottom: 40px;
}

.b_about_feature h3 {
  border-bottom: 1px dotted #CCCCCC;
  text-align: center;
}

.b_about_feature h3 span {
  display: flex;
  width: 1.5em;
  height: 1.5em;
  margin: 0px auto 10px auto;
  background-color: #CCCCCC;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 1.0;
}

.b_about_feature h4 {
  background-color: transparent;
  font-size: 1em;
  margin-bottom: 0px;
}

.b_about_feature .about_feature_themes {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
}

.b_about_feature .about_feature_themes li {
  background-color: #F0F0E0;
  padding: 5px 10px;
  line-height: 1.0;
  margin: 3px;
  border-radius: 10px;
  font-size: 80%;
}

.b_about_feature .about_feature_forms {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
}

.b_about_feature .about_feature_forms li {
  width: 48%;
  padding-top: 48%;
  margin: 10px 1% 0px 1%;
  background-color: #F0F0E0;
  border-radius: 50%;
  position: relative;
}

@media (min-width: 768px) {
  .b_about_feature .about_feature_forms li {
    width: 24%;
    padding-top: 24%;
    margin: 0px 0.5%;
  }
}

.b_about_feature .about_feature_forms li > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  text-align: center;
  transform: translate(-50%, -50%);
}

@media (min-width: 576px) {
  .b_about_game .about_game_box {
    border-top: 1px dotted #CCCCCC;
  }
}

.b_about_game .about_game_box .col-12 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.b_about_game .about_game_box .col-12.col-sm-6 {
  border-top: 1px dotted #CCCCCC;
}

@media (min-width: 576px) {
  .b_about_game .about_game_box .col-12.col-sm-6 {
    border-top: none;
  }
}

.b_about_game .about_game_box > .col-12:not(.col-sm-6) {
  border-top: 1px dotted #CCCCCC;
}

.b_about_game .about_game_box h3 {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.b_about_game .about_game_box h3 img {
  width: 28px;
  height: auto;
  margin-right: 10px;
}

.b_about_game .about_game_flow {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .b_about_game .about_game_flow {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .b_about_game .about_game_flow .about_game_flow_img {
    width: 230px;
    margin-bottom: 40px;
  }
  .b_about_game .about_game_flow .about_game_flow_img.flow_last {
    margin-bottom: 10px;
  }
}

.b_about_game .about_game_flow .about_game_flow_img img {
  height: 100%;
  object-fit: cover;
}

.b_about_game .about_game_flow .about_game_flow_txt {
  background-color: #EEEEEE;
  margin-bottom: 40px;
  padding: 10px;
  position: relative;
}

@media (min-width: 768px) {
  .b_about_game .about_game_flow .about_game_flow_txt {
    width: calc(100% - 230px);
    padding: 10px 20px;
  }
  .b_about_game .about_game_flow .about_game_flow_txt.flow_last {
    margin-bottom: 10px;
  }
}

.b_about_game .about_game_flow .about_game_flow_txt.has_arrow::after {
  content: "";
  width: 0px;
  height: 0px;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  border-top: 40px solid #EEEEEE;
  position: absolute;
  bottom: -20px;
  right: 0px;
  left: 0px;
  margin: 0px auto;
}

.b_about_game .about_game_flow h4 {
  font-size: 1em;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 20px;
}

@media (min-width: 768px) {
  .b_about_game .about_game_flow p {
    min-height: 4em;
  }
}

.b_about_game .about_game_flow .about_game_flow_ex {
  padding: 10px;
  background-color: #FFFFFF;
  border-radius: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.b_about_game .about_game_flow .about_game_flow_ex i {
  font-size: 1.5em;
  color: #FF4D4D;
}

.b_about_game .about_game_flow .about_game_flow_ex2 {
  width: 100%;
  text-align: center;
}

.dl_form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

@media (min-width: 768px) {
  .dl_form {
    flex-direction: row;
  }
}

.dl_form dt {
  font-weight: normal;
  margin: 0px;
  padding: 5px 0px 0px 0px;
}

@media (min-width: 768px) {
  .dl_form dt {
    width: 13em;
    padding: 5px 0px;
  }
}

.dl_form dd {
  margin: 0px;
  padding: 5px 0px;
}

@media (min-width: 768px) {
  .dl_form dd {
    width: calc(100% - 13em);
  }
}

.form_privacy {
  margin-bottom: 0px;
}

.form_privacy .wpcf7-list-item {
  margin-left: 0px;
}

.wpcf7-spinner {
  display: block !important;
  margin: 0px auto !important;
}

input[type=submit].wpcf7-submit {
  color: var(--vk-color-text-link);
}

input[type=submit].wpcf7-submit:hover {
  color: var(--vk-color-text-link-hover);
}
/*# sourceMappingURL=style.css.map */

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
	top:500px;
}
@media (max-width: 991.98px) {
	.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
	top:450px;
}
}