@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');

.carryCampus {
  /* font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; */
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.carryCampus a img {
  /* transition-property: filter; */
  transition-property: opacity;
  transition-duration: 0.1s;
}

.carryCampus a:hover img:not(.not_hover) {
  /* filter: brightness(1.1); */
  opacity: 0.6;
}

.carryCampus img {
  max-width: 100%;
  vertical-align: bottom;
}

#kokuyo-st-main-contents .section_title_w_serif .section_title_serif {
  display: block;
  margin-bottom: 20px;
}

#kokuyo-st-main-contents .section_title_w_serif {
  color: #004f9a;
  font-size: 45px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 30px;
  text-align: center;
}

#kokuyo-st-main-contents .section_title_bordered {
  color: #004f9a;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.56em;
  text-align: center;
}

#kokuyo-st-main-contents .section_title_bordered>span {
  display: inline-block;
  text-indent: 0.56em;
}

#kokuyo-st-main-contents .section_title_bordered small {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  letter-spacing: 0.3em;
  margin-top: 1em;
}

#kokuyo-st-main-contents .section_title_bordered small span {
  padding: 0 0.5em;
}

#kokuyo-st-main-contents .section_title_bordered small::before,
#kokuyo-st-main-contents .section_title_bordered small::after {
  content: '';
  width: 30px;
  height: 3px;
  background-color: #004f9a;
}

@media screen and (max-width: 750px) {
  .carryCampus {
    font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    /* font-family: "Yu Gothic Pr6N B", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; */
  }

  #kokuyo-st-main-contents .carryCampus {
    letter-spacing: 0;
    padding-top: 46px;
  }

  #kokuyo-st-main-contents .section_title_w_serif {
    font-size: 6.13vw;
    margin-bottom: 4vw;
  }

  #kokuyo-st-main-contents .section_title_w_serif .section_title_serif {
    width: 26vw;
    margin: 0 auto 0 auto;
  }

  #kokuyo-st-main-contents .section_title_bordered {
    font-size: 5.33vw;
  }

  #kokuyo-st-main-contents .section_title_bordered small {
    font-size: 2.4vw;
  }

  #kokuyo-st-main-contents .section_title_bordered small::before,
  #kokuyo-st-main-contents .section_title_bordered small::after {
    width: 4vw;
    height: 0.4vw;
  }

}

/* -----------------------------------------------------------------------------
アニメ
----------------------------------------------------------------------------- */
.scrollanim.scrollanim-fade {
  opacity: 0;
  transition-duration: 1.5s;
  transition-delay: 0.2s;
  transition-property: opacity;
}

.scrollanim.scrollanim-slideUp {
  opacity: 0;
  transform: translateY(33px);
  transition-duration: 0.5s;
  transition-delay: 0.2s;
  transition-property: opacity, transform;
}

.scrollanim.scrollanim-slideDown {
  opacity: 0;
  transform: translateY(-33px);
  transition-duration: 0.5s;
  transition-delay: 0.2s;
  transition-property: opacity, transform;
}

.scrollanim.scrollanim-slideLeft {
  opacity: 0;
  transform: translateX(33px);
  transition-duration: 0.5s;
  transition-delay: 0.2s;
  transition-property: opacity, transform;
}

.scrollanim.scrollanim-slideRight {
  opacity: 0;
  transform: translateX(-33px);
  transition-duration: 0.5s;
  transition-delay: 0.2s;
  transition-property: opacity, transform;
}

.scrollanim.scrollanim-late {
  transition-delay: 0.6s;
}

.scrollanim.scrollanim-fired.scrollanim-fade {
  opacity: 1.0;
}


.scrollanim.scrollanim-fired.scrollanim-slideUp,
.scrollanim.scrollanim-fired.scrollanim-slideDown,
.scrollanim.scrollanim-fired.scrollanim-slideLeft,
.scrollanim.scrollanim-fired.scrollanim-slideRight {
  opacity: 1.0;
  transform: translate(0, 0);
}

/* -----------------------------------------------------------------------------
ローカルナビ
----------------------------------------------------------------------------- */
.carryCampus_localNav {
  font-size: 15px;
  background-color: #21bef5;
}

#kokuyo-st-main-contents .carryCampus_localNav ul {
  display: flex;
  justify-content: center;
  padding: 10px;
}

.carryCampus_localNav ul a {
  color: #fff;
  text-decoration: none;
}

.carryCampus_localNav ul a:hover {
  opacity: 0.6;
}

#kokuyo-st-main-contents .carryCampus_localNav li+li {
  margin-left: 60px;
}

@media screen and (max-width: 750px) {
  #kokuyo-st-main-contents .carryCampus_localNav {
    background-color: #fff;
    display: block;
    position: fixed;
    top: 46px;
    left: 0;
    width: 100%;
    z-index: 10;
    height: 46px;

    overflow: hidden;

    transition-property: height top;
    transition-duration: 0.3s;
  }

  #kokuyo-st-main-contents .carryCampus_localNav ul {
    display: block;
  }

  #kokuyo-st-main-contents .carryCampus_localNav li+li {
    margin-left: 0;
  }

  #kokuyo-st-main-contents .localNav_logo {
    padding: 13px 15px;
    width: 140px;
  }

  .carryCampus_localNav ul a {
    display: block;
    padding: 0.75em 1em;
    color: #004f9a;
    text-decoration: none;
  }

  body.spmenu_opened #kokuyo-st-main-contents .carryCampus_localNav {
    height: 130vh;
  }

}

/* *****************************************************************************
	SPメニュー
	***************************************************************************** */
#btn_spmenu {
  display: block;
  background-color: #30bef2;
  width: 26px !important;
  height: 26px;
  position: absolute;
  top: 10px;
  right: 13px;
  z-index: 200;
  cursor: pointer;
}

.icon-animation {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.icon-animation span {
  width: 20px;
  height: 2px;
  display: block;
  background: #fff;
  position: absolute;
  left: 50%;
  top: calc(50% - 1px);
  margin-left: -10px;
}

.icon-animation span {
  transition: all 0.3s;
}

.icon-animation .top {
  transform: translateY(-6px) scale(1);
}

.icon-animation .middle {
  background: none;
  position: relative;
}

.icon-animation .middle:before,
.icon-animation .middle:after {
  transition: all 0.3s;
  content: "";
  width: 20px;
  height: 2px;
  background: #fff;
  display: block;
  transform: rotate(0deg);
  position: absolute;
}

.icon-animation .bottom {
  transform: translateY(6px) scale(1);
}

body.spmenu_opened .icon-animation .top {
  transform: translateY(0px) scale(0);
}

body.spmenu_opened .icon-animation .bottom {
  transform: translateY(0px) scale(0);
}

body.spmenu_opened .icon-animation .middle:before {
  transform: rotate(45deg) scaleX(1.1);
}

body.spmenu_opened .icon-animation .middle:after {
  transform: rotate(-45deg) scaleX(1.1);
}

body.spmenu_opened {
  position: fixed;
  width: 100%;
  height: 100%;
}


/* -----------------------------------------------------------------------------
トップページ
----------------------------------------------------------------------------- */

/* -----------------------------------------------------------------------------
メインビジュアル
*/
.carryCampus_mainvisual {
  position: relative;
}

.visual_image img {
  width: 100%;
}

/* .visual_title {
  position: absolute;
  left: 60px;
  bottom: 70px;
  z-index: 1;
}

.visual_catch {
  position: absolute;
  left: 80px;
  bottom: 280px;
  z-index: 1;
} */
.visual_title {
  position: absolute;
  left: 72px;
  bottom: 84px;
  z-index: 1;
}

.visual_catch {
  position: absolute;
  left: 96px;
  bottom: 336px;
  z-index: 1;
}

.visual_gooddesignaward {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 200px;
  z-index: 1;
}

.swiper-pagination-bullet {
  width: 55px;
  height: 5px;
  margin: 0 12px;
  border-radius: 0;
  background-color: #fff;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #bfc0c0;
}

/* @media screen and (max-width: 1440px) and (min-width: 950px) { */
@media screen and (max-width: 1728px) and (min-width: 950px) {
  .visual_title {
    width: 43vw;
    left: 4.166vw;
    bottom: 4.861vw;
  }

  .visual_catch {
    width: 52.43vw;
    left: 5.555vw;
    bottom: 19.444vw;
  }
}

@media screen and (max-width: 950px) {
  .visual_title {
    width: 414px;
    left: 40px;
    bottom: 46px;
  }

  .visual_catch {
    width: 498px;
    left: 52px;
    bottom: 184px;
  }
}

@media screen and (max-width: 750px) {
  .visual_title {
    width: 84vw;
    left: 8vw;
    bottom: 10vw;
  }

  .visual_catch {
    width: 88vw;
    left: 5vw;
    bottom: 37vw;
  }

  .visual_gooddesignaward {
    position: absolute;
    right: auto;
    bottom: auto;
    top: 2vw;
    left: 2vw;
    width: 34.666vw;
    z-index: 1;
  }

  .swiper-pagination-bullet {
    width: 6.1vw;
    height: 0.8vw;
    margin: 0 2vw;
  }
}

/* -----------------------------------------------------------------------------
ダウンロード
*/
#kokuyo-st-main-contents .carryCampus_download {
  background-color: #004f9a;
  padding: 35px;
  text-align: center;
}

.carryCampus_download dl {
  display: inline-flex;
  align-items: center;
}

#kokuyo-st-main-contents .carryCampus_download dd {
  margin-left: 35px;
}

@media screen and (max-width: 750px) {
  #kokuyo-st-main-contents .carryCampus_download {
    padding: 4.6vw 3.2vw;
  }

  #kokuyo-st-main-contents .carryCampus_download dd {
    margin-left: 4.6vw;
  }
}


/* -----------------------------------------------------------------------------
延期
*/
#kokuyo-st-main-contents .carryCampus_delayed {
  background-color: #7fcce5;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  color: #004f9a;
  font-weight: bold;
}

#kokuyo-st-main-contents .delayed_subsection {
  background: url(../images/method/bg_method_subsection.png) center center repeat-x;
  text-align: center;
  max-width: 750px;
  margin: 40px auto 30px auto;
}

#kokuyo-st-main-contents .delayed_subsection span {
  background-color: #7fcce5;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.26em;
  color: #004f9a;
  padding: 0 1.25em 0 1.25em;
  position: relative;
}

@media screen and (max-width: 750px) {
  #kokuyo-st-main-contents .carryCampus_delayed {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  #kokuyo-st-main-contents .delayed_subsection {
    background-size: 4.79vw 0.66vw;
    margin: 6vw auto 4vw auto;
    width: 85vw;
  }

  #kokuyo-st-main-contents .delayed_subsection span {
    font-size: 4vw;
    padding: 0 1em 0 1em;
  }

  #kokuyo-st-main-contents .carryCampus_delayed p {
    width: 85vw;
    margin: auto;
    font-size: 3.6vw;
    line-height: 1.5;
  }
}

/* -----------------------------------------------------------------------------
キャリーキャンパスってどんなアプリ？
*/

#kokuyo-st-main-contents .carryCampus_about {
  background-color: #7fcce5;
  padding-top: 60px;
  padding-bottom: 90px;
}


#kokuyo-st-main-contents .carryCampus_about>.inner {
  min-width: 950px;
  margin: auto;
}

#kokuyo-st-main-contents .carryCampus_about .section_title {
  text-align: center;
  margin-bottom: 20px;
}

.carryCampus_about .section_catch {
  color: #004f9a;
  font-size: 27px;
  font-weight: bold;
  line-height: 2.333;
  text-align: center;
}

.carryCampus_about .section_catch span {
  background: url(../images/index/bg_marker1.png) left bottom repeat-x;
  background-size: 13px 15px;
}

#kokuyo-st-main-contents .section_lead {
  color: #004f9a;
  font-size: 21px;
  font-weight: bold;
  line-height: 3;
  text-align: center;
  margin-bottom: 70px;
}

#kokuyo-st-main-contents .about_steps {
  width: 820px;
  margin: auto;
}

.about_steps ul {
  display: flex;
  justify-content: space-between;
}

.about_steps li {
  position: relative;
}

.about_steps li+li::before {
  background: url(../images/index/about_step_arrow.png) center center no-repeat;
  background-size: contain;
  content: '';
  width: 18px;
  height: 101px;
  position: absolute;
  left: -65px;
  top: calc(50% - 20px);
}

#kokuyo-st-main-contents .step_label {
  margin-bottom: 25px;
  text-align: center;
}

.step_body {
  border-radius: 16px;
  overflow: hidden;
}

.step_thumb img {
  width: 100%;
  max-width: initial;
}

#kokuyo-st-main-contents .step_caption {
  background-color: #21bef5;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.333;
  letter-spacing: 0.1em;
  padding: 10px;
  text-align: center;
}

.step_serif {
  position: absolute;
}

.about_step1 .step_serif {
  top: 3px;
  left: -96px;
}

.about_step2 .step_serif {
  top: 15px;
  right: -96px;
}

@media screen and (max-width: 1050px) {
  #kokuyo-st-main-contents .carryCampus_about>.inner {
    overflow: hidden;
  }
}

@media screen and (max-width: 750px) {
  #kokuyo-st-main-contents .carryCampus_about>.inner {
    width: 86%;
  }

  #kokuyo-st-main-contents .carryCampus_about {
    background-color: #7fcce5;
    padding-top: 20vw;
    padding-bottom: 15vw;
  }

  #kokuyo-st-main-contents .carryCampus_about>.inner {
    min-width: initial;
  }

  #kokuyo-st-main-contents .carryCampus_about .section_title {
    margin-bottom: 3vw;
  }

  #kokuyo-st-main-contents .carryCampus_about .section_catch {
    font-size: 4.6vw;
    line-height: 2;
    margin-bottom: 3vw;
  }

  .carryCampus_about .section_catch span {
    background-size: 2.31vw 2.666vw;
  }

  #kokuyo-st-main-contents .carryCampus_about .section_lead {
    font-size: 4vw;
    line-height: 1.76;
    margin-bottom: 17vw;
  }

  #kokuyo-st-main-contents .about_steps {
    width: 70%;
  }

  .about_steps li+li::before {
    width: 2.8vw;
    height: 16.1vw;
    transform: rotate(90deg);
    position: absolute;
    left: calc(50% - 1.4vw);
    top: -15vw;
  }

  #kokuyo-st-main-contents .step_label {
    width: 35vw;
    margin: 0 auto 5.3vw auto;
  }

  .about_steps ul {
    display: block;
  }

  #kokuyo-st-main-contents .about_steps li+li {
    margin-top: 16vw;
  }

  #kokuyo-st-main-contents .step_caption {
    font-size: 4vw;
    padding: 2vw;
  }

  .about_step1 .step_serif {
    width: 25.8vw;
    top: 5vw;
    left: -13vw;
  }

  .about_step2 .step_serif {
    width: 22.6vw;
    top: 5vw;
    right: -13vw;
  }
}

/* -----------------------------------------------------------------------------
キャリーキャンパスにできること
*/

#kokuyo-st-main-contents .carryCampus_function {
  padding-top: 110px;
  padding-bottom: 0px;
}

#kokuyo-st-main-contents .carryCampus_function .section_title_w_serif {
  margin-bottom: 90px;
}

#kokuyo-st-main-contents .function_point_item {
  position: relative;
  max-width: 1020px;
  width: 86%;
  margin: 64px auto 100px auto;
}

#kokuyo-st-main-contents .function_point_item>.inner {
  border: solid 6px #004f9a;
  border-radius: 20px;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 40px;
}

.function_point_item .item_num {
  width: 135px;
  position: absolute;
  top: -64px;
  left: calc(50% - 67px);
}

#kokuyo-st-main-contents .function_point_item .item_catch {
  color: #004f9a;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.375;
  margin-bottom: 30px;
  text-align: center;
}

.function_point_item .item_catch strong {
  color: #ef8b27;
}

#kokuyo-st-main-contents .function_point1 .item_char {
  position: absolute;
  top: -140px;
  left: 10px;
}

#kokuyo-st-main-contents .function_point1 .item_figures {
  width: 550px;
  display: flex;
  justify-content: space-between;
  margin: auto;
}

.function_point1 .item_figures>div {
  flex-basis: 25%;
}

#kokuyo-st-main-contents .function_point2 .item_catch {
  margin-bottom: 0;
}

#kokuyo-st-main-contents .function_point2 .item_figures {
  width: 750px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 auto;
}

.function_point2 .item_figures>div:first-child {
  flex-basis: 45%;
}

.function_point2 .item_figures>div:last-child {
  flex-basis: 31%;
}

#kokuyo-st-main-contents .item_button {
  margin-top: 35px;
  text-align: center;
}

#kokuyo-st-main-contents .function_point3 .item_figures {
  width: 840px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 auto 60px auto;
}

.function_point3 .item_figures>div:first-child {
  flex-basis: 48%;
}

.function_point3 .item_figures>div:last-child {
  flex-basis: 40%;
}

@media screen and (max-width: 1160px) {
  #kokuyo-st-main-contents .function_point1 .item_char {
    position: absolute;
    top: -95px;
    left: 10px;
    width: 120px;
  }
}

@media screen and (max-width: 750px) {

  #kokuyo-st-main-contents .carryCampus_function {
    padding-top: 20vw;
    padding-bottom: 0vw;
  }

  #kokuyo-st-main-contents .carryCampus_function .section_title_w_serif {
    margin-bottom: 4vw;
  }

  #kokuyo-st-main-contents .function_points {
    margin-bottom: -13vw;
  }

  #kokuyo-st-main-contents .function_point_item {
    width: 86%;
    margin: 11vw auto 13vw auto;
  }

  #kokuyo-st-main-contents .function_point_item:first-child {
    margin-top: 23vw;

  }

  #kokuyo-st-main-contents .function_point_item>.inner {
    border: solid 1.2vw #004f9a;
    border-radius: 4vw;
    overflow: hidden;
    padding-top: 10vw;
    padding-bottom: 6vw;
  }

  .function_point_item .item_num {
    width: 22vw;
    top: -10vw;
    left: calc(50% - 11vw);
  }

  #kokuyo-st-main-contents .function_point_item .item_catch {
    font-size: 5.3vw;
    line-height: 1.25;
    margin-bottom: 8vw;
  }

  #kokuyo-st-main-contents .function_point1 .item_char {
    width: 21vw;
    top: -17vw;
    left: 2vw;
  }

  #kokuyo-st-main-contents .function_point1 .item_figures {
    width: 68.4vw;
  }

  .function_point1 .item_figures>div {
    flex-basis: 26.2%;
  }

  #kokuyo-st-main-contents .function_point2 .item_figures {
    margin-top: -5vw;
    display: block;
    width: 56.8vw;
  }

  .function_point2 .item_figures>div:first-child {
    width: 100%;
  }

  #kokuyo-st-main-contents .function_point2 .item_figures>div:last-child {
    width: 70%;
    margin: 6vw auto 0 auto;
  }

  #kokuyo-st-main-contents .item_button {
    width: 46vw;
    margin: 7vw auto 0 auto;
  }

  #kokuyo-st-main-contents .function_point3 .item_figures {
    width: 65vw;
    display: block;
  }

  .function_point3 .item_figures>div:first-child {
    width: 100%;
  }

  #kokuyo-st-main-contents .function_point3 .item_figures>div:last-child {
    width: 86%;
    margin: 6vw auto 0 auto;
  }
}


/* -----------------------------------------------------------------------------
キャリーキャンパスの使い方
*/

#kokuyo-st-main-contents .carryCampus_howto {
  padding-top: 60px;
  padding-bottom: 90px;
}

#kokuyo-st-main-contents .carryCampus_howto>.inner {
  width: 100%;
  max-width: 950px;
  margin: auto;
}

#kokuyo-st-main-contents .carryCampus_howto .section_title_w_serif {
  margin-bottom: 60px;
}

#kokuyo-st-main-contents .howto_timetable {
  position: relative;
  margin-left: 200px;
}

.timetable_serif {
  position: absolute;
}

.timetable_serif img {
  max-width: initial;
}

.timetable_serif1 {
  top: -60px;
  left: -285px;
}

.timetable_serif2 {
  top: 405px;
  left: 510px;
}

.timetable_serif3 {
  top: 503px;
  left: -254px;
}

.timetable_serif4 {
  top: 660px;
  left: 510px;
}

@media screen and (max-width: 1160px) {
  #kokuyo-st-main-contents .carryCampus_howto {
    overflow: hidden;
  }
}

@media screen and (max-width: 750px) {
  #kokuyo-st-main-contents .carryCampus_howto {
    padding-top: 13vw;
    padding-bottom: 0vw;
  }

  #kokuyo-st-main-contents .carryCampus_howto>.inner {
    width: 86%;
    margin: auto;
  }

  #kokuyo-st-main-contents .carryCampus_howto .section_title_w_serif {
    margin-bottom: 6vw;
  }

  #kokuyo-st-main-contents .carryCampus_howto .section_title_w_serif .section_title_serif {
    width: 30vw;
  }

  #kokuyo-st-main-contents .howto_timetable {
    margin-left: 0;
  }

  .timetable_serif {
    display: none;
  }

}


/* -----------------------------------------------------------------------------
キャリーキャンパスのバナー
*/
#kokuyo-st-main-contents .carryCampus_banners {
  padding-top: 60px;
  padding-bottom: 120px;
  text-align: center;
}

#kokuyo-st-main-contents .carryCampus_banners>.inner>div {
  position: relative;
  margin: auto;
}

#kokuyo-st-main-contents .carryCampus_banners>.inner>div+div {
  padding-top: 140px;
}

#kokuyo-st-main-contents .carryCampus_banners>.inner>div+div.banner_toppage {
  padding-top: 100px;
}

.carryCampus_banners>div .banner_char {
  position: absolute;
  display: block;
}

.banner_study {
  width: 730px;
}

.banner_study .banner_char {
  width: 190px;
  top: 215px;
  left: -105px;
}

.banner_appli {
  width: 636px;
  height: 316px;
  position: relative;
  margin-top: 140px !important;
  padding-top: 0 !important;
}
.banner_appli .banner_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.banner_appli .btn_store {
  position: absolute;
  z-index: 100;
  bottom:24px;
}
.banner_appli .btn_store > a {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.banner_appli .btn_store.apple {
  width: 124px;
  height: 46px;
  left: 265px;
}
.banner_appli .btn_store.google {
  width: 149px;
  height: 46px;
  right: 84px;
}

#kokuyo-st-main-contents .banner_check {
  width: 640px;
  padding-right: 105px;
}

.banner_check .banner_char {
  width: 185px;
  top: 210px;
  right: 40px;
}

@media screen and (max-width: 750px) {
  #kokuyo-st-main-contents .carryCampus_banners {
    padding-top: 13vw;
    padding-bottom: 3vw;
  }

  #kokuyo-st-main-contents .carryCampus_banners>.inner {
    width: 86%;
    margin: auto;
  }

  #kokuyo-st-main-contents .carryCampus_banners>.inner>div+div {
    padding-top: 19vw;
  }

  #kokuyo-st-main-contents .banner_study {
    width: 90%;
    margin-left: auto;
    margin-right: 0 !important;
    position: relative;
    z-index: 1;
  }

  .banner_study .banner_char {
    width: 19vw;
    top: 32vw;
    left: -8vw;
  }

  #kokuyo-st-main-contents .banner_appli {
    width: 100%;
    height: auto;
    padding-top: 0 !important;
    margin-top: 12vw !important;
    ;
  }
  #kokuyo-st-main-contents .banner_appli .banner_inner .carryCampus_download {
    padding: 4.6vw 0vw;
    margin-left: -4.6vw;
    background-color: transparent;
  }

  #kokuyo-st-main-contents .banner_check {
    width: 85%;
    margin-left: 0 !important;
    margin-right: auto;
    padding-right: 0;
  }

  .banner_check .banner_char {
    width: 21vw;
    top: 22vw;
    right: -9vw;
  }

  #kokuyo-st-main-contents .carryCampus_method .carryCampus_banners {
    margin-bottom: 12vw;
    padding-top: 0;
  }

  #kokuyo-st-main-contents .carryCampus_banners .banner_toppage {
    width: 52vw;
    margin: auto;
  }

}

/* -----------------------------------------------------------------------------
Twitter
*/
#kokuyo-st-main-contents .carryCampus_twitter {
  width: 630px;
  height: 900px;
  margin: 50px auto;
}

@media screen and (max-width: 750px) {
  #kokuyo-st-main-contents .carryCampus_twitter {
    width: 90%;
    height: 100vw;
    margin: 20vw auto 0 auto;
  }
}

/* -----------------------------------------------------------------------------
FAQ
*/
#kokuyo-st-main-contents .carryCampus_faq {
  padding-top: 60px;
  padding-bottom: 40px;

}

#kokuyo-st-main-contents .faq_items {
  width: 90%;
  max-width: 1020px;
  margin: 60px auto auto auto;
}

.faq_item {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.6;
}

#kokuyo-st-main-contents .faq_item+.faq_item {
  margin-top: 20px;
}

.faq_item dt {
  background-color: #21bef5;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.faq_item dt::before {
  background-color: #fff;
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

.faq_item dt::after {
  background: url(../images/index/triangle_bottom.svg) no-repeat;
  background-size: contain;
  content: '';
  width: 28px;
  height: 28px;
  position: absolute;
  top: calc(50% - 14px);
  right: 2em;

  transition-property: transform;
  transition-duration: 0.3s;
}

.faq_item.is_open dt::after {
  transform: rotate(180deg);
}

#kokuyo-st-main-contents .faq_item dt>span {
  display: block;
  padding: 1.1em 3em 1.1em 5em;
}

.faq_item dt>span::before {
  content: '';
  width: 56px;
  height: 56px;
  background: url(../images/index/icon_q.svg) no-repeat;
  position: absolute;
  top: 12px;
  left: 15px;
}

.faq_item dd {
  color: #004f9a;
  display: none;
  position: relative;
}

#kokuyo-st-main-contents .faq_item dd>div {
  padding: 2.5em 3em 2.5em 5em;
}

.faq_item dd::before {
  content: '';
  width: 63px;
  height: 63px;
  background: url(../images/index/icon_a.svg) no-repeat;
  position: absolute;
  top: 40px;
  left: 12px;
}

@media screen and (max-width: 750px) {
  #kokuyo-st-main-contents .carryCampus_faq {
    padding-top: 20vw;
    padding-bottom: 2vw;
  }

  #kokuyo-st-main-contents .faq_items {
    margin-top: 9vw;
  }

  .faq_item {
    font-size: 3.6vw;
    letter-spacing: 0;
  }

  .faq_item dt {
    display: flex;
    align-items: center;
    min-height: 3.5em;
  }

  .faq_item dt::before {
    width: 5.3vw;
    height: 5.3vw;
  }

  .faq_item dt::after {
    width: 2.5vw;
    height: 2.5vw;
    top: calc(50% - 1.25vw);
  }

  .faq_item dt>span::before,
  .faq_item dd::before {
    background-size: contain;
    width: 7.5vw;
    height: 7.5vw;
    top: 3vw;
    left: 3vw;
  }

  .faq_item dd::before {
    top: 4vw;
  }

  #kokuyo-st-main-contents .faq_item dt>span {
    display: block;
    padding: 0.5em 3em 0.5em 3.5em;
  }

  #kokuyo-st-main-contents .faq_item dd>div {
    padding: 1em 1em 1.5em 3.5em;
  }

}

/* -----------------------------------------------------------------------------
リリース バナー
*/
#kokuyo-st-main-contents .carryCampus_release {
  padding-top: 60px;
  padding-bottom: 90px;
}

#kokuyo-st-main-contents .carryCampus_release ul {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1020px;
  margin: auto;
}

#kokuyo-st-main-contents .carryCampus_release li {
  flex-basis: 47.5%;
}

#kokuyo-st-main-contents .carryCampus_release li:only-child {
  margin-left: auto;
  margin-right: auto;
}


@media screen and (max-width: 750px) {
  #kokuyo-st-main-contents .carryCampus_release {
    padding-top: 13vw;
    padding-bottom: 13vw;
  }

  #kokuyo-st-main-contents .carryCampus_release ul {
    flex-direction: column;
    width: 65%;
  }

  #kokuyo-st-main-contents .carryCampus_release li {
    flex-basis: 100%;
  }

  #kokuyo-st-main-contents .carryCampus_release li+li {
    margin-top: 2rem;
  }

}


/* -----------------------------------------------------------------------------
notice
*/
#kokuyo-st-main-contents .carryCampus_notice {
  line-height: 1.5;
  text-align: center;
  width: 90%;
  max-width: 1020px;
  margin: 50px auto 0 auto;
  color: #004f9a;
}

#kokuyo-st-main-contents .carryCampus_notice p {}

#kokuyo-st-main-contents .carryCampus_banners .carryCampus_notice {
  margin-bottom: 50px;
}





@media screen and (max-width: 750px) {
  #kokuyo-st-main-contents .carryCampus_notice {
    margin-top: 5vw;
    font-size: 2.6vw;
  }

  #kokuyo-st-main-contents .carryCampus_banners .carryCampus_notice {
    margin-bottom: 5vw;
  }


}


/* -----------------------------------------------------------------------------
勉強法
----------------------------------------------------------------------------- */
#kokuyo-st-main-contents .carryCampus.carryCampus_method {
  background-color: #7fcce5;
}

.carryCampus_methodlNav {
  border-top: solid 1px #fff;
}

.carryCampus_methodlNav ul {
  display: flex;
}

.carryCampus_methodlNav li {
  flex-basis: 33.333%;
  background-color: #2fbef2;
}

.carryCampus_methodlNav li+li {
  border-left: solid 1px #fff;
}

#kokuyo-st-main-contents .carryCampus_methodlNav li a {
  display: block;
  background-color: #2fbef2;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding: 1.5em 0;
}

#kokuyo-st-main-contents .carryCampus_methodlNav li a:hover {
  background-color: #ef8b27;
}

.carryCampus_methodlNav dl {
  display: inline-flex;
  align-items: center;
}

#kokuyo-st-main-contents .carryCampus_methodlNav dt img {
  height: 20px;
  margin-right: 16px;
}

@media screen and (max-width: 750px) {
  #kokuyo-st-main-contents .carryCampus_methodlNav li a {
    font-size: 4vw;
    padding: 1.5em 0;
  }

  .carryCampus_methodlNav dl {
    flex-direction: column;
  }

  #kokuyo-st-main-contents .carryCampus_methodlNav dt {
    margin-bottom: 3vw;
  }

  #kokuyo-st-main-contents .carryCampus_methodlNav dt img {
    height: 3.5vw;
    margin-right: 0;
  }

}

#kokuyo-st-main-contents .section_method {
  padding-top: 60px;
  padding-bottom: 90px;
}

#kokuyo-st-main-contents .carryCampus_methodlNav+.section_method {
  margin-top: 80px;
}

#kokuyo-st-main-contents .method_title {
  background: url(../images/method/bg_sectiontitle.png) center center no-repeat;
  background-size: contain;
  color: #004f9a;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 36px;
  width: 654px;
  height: 123px;
  padding-top: 25px;
  padding-right: 14px;
  margin-top: 55px;
  margin: 55px auto 20px auto;
  position: relative;
  text-align: center;
}

#kokuyo-st-main-contents .method_title small {
  display: block;
  font-size: 22px;
  letter-spacing: 0.26em;
}

#kokuyo-st-main-contents .method_title::before {
  background: url(../images/method/sectiontitle_num1.png) center center no-repeat;
  background-size: contain;
  content: '';
  width: 219px;
  height: 75px;
  position: absolute;
  top: -55px;
  left: 0;
}

#kokuyo-st-main-contents .section_method2 .method_title::before {
  background-image: url(../images/method/sectiontitle_num2.png);
}

#kokuyo-st-main-contents .section_method3 .method_title::before {
  background-image: url(../images/method/sectiontitle_num3.png);
}


@media screen and (max-width: 750px) {
  #kokuyo-st-main-contents .section_method {
    /* padding-top: 8vw;
    padding-bottom: 16vw; */
    padding-top: 20vw;
    padding-bottom: 9vw;
  }

  #kokuyo-st-main-contents .section_method+.section_method {
    padding-top: 20vw;
  }

  #kokuyo-st-main-contents .section_method1 {
    margin-top: -13vw;
  }

  #kokuyo-st-main-contents .section_method3 {
    padding-bottom: 0;
  }

  #kokuyo-st-main-contents .carryCampus_methodlNav+.section_method {
    margin-top: 0;
  }

  #kokuyo-st-main-contents .method_title {
    background-image: url(../images/method/sp_bg_sectiontitle.png);
    font-size: 4.5vw;
    width: 83.9vw;
    /* height: 20.4vw; */
    height: 14.9vw;
    line-height: 1.4;
    padding-top: 2.5vw;
    padding-right: 0vw;
    padding-bottom: 1vw;
    padding-left: 2vw;
    margin: 7vw auto 6vw auto;
  }

  /* #kokuyo-st-main-contents .section_method3 .method_title {
    background-image: url(../images/method/sp_bg_sectiontitle.png);
    padding-top: 2.5vw;
    height: 14.9vw;
  } */

  #kokuyo-st-main-contents .method_title small {
    font-size: 3.3vw;
    line-height: 1.5;
  }

  #kokuyo-st-main-contents .method_title::before {
    width: 28.2vw;
    height: 13.4vw;
    top: -8vw;
  }

}

#kokuyo-st-main-contents .method_items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 960px;
  margin: 0 auto -22px auto;
  padding: 0 10px;
}

#kokuyo-st-main-contents .method_item {
  color: #004f9a;
  width: 460px;
  height: 515px;
  border-radius: 16px;
  background-color: #cbebf6;
  position: relative;
  margin-top: 62px;
  margin-bottom: 22px;
  text-align: center;
}

#kokuyo-st-main-contents .method_item:nth-child(2n) {
  margin-left: 30px;
}

.method_item .item_icon {
  width: 125px;
  position: absolute;
  top: -55px;
  left: calc(50% - 62px);
}

#kokuyo-st-main-contents .method_item>.inner {
  padding-top: 60px;
}

#kokuyo-st-main-contents .method_item .item_title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 6px;
  position: relative;
}

#kokuyo-st-main-contents .method_item .item_title small {
  display: block;
  font-size: 14px;
  margin-top: -8px;
  margin-bottom: 18px;
}

#kokuyo-st-main-contents .method_item .item_catch {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
}

.method_item .item_catch strong {
  color: #ef8b27;
}

#kokuyo-st-main-contents .method_item .item_figure {
  width: 400px;
  position: relative;
  margin: auto;
}

.method_item .item_char {
  position: absolute;
  width: 80px;
}

.method1_1 .item_char {
  top: 0px;
  left: 13px;
  width: 156px;
}

#kokuyo-st-main-contents .method3_1 .item_catch,
#kokuyo-st-main-contents .method3_4 .item_catch {
  margin-bottom: 10px;
}

#kokuyo-st-main-contents .method3_8 .item_figure {
  width: 320px;
}

.method3_23 .item_char {
  top: 109px;
  left: 16px;
  width: 130px;
}

.method3_31 .item_char {
  top: 20px;
  left: 40px;
  width: 340px;
}

#kokuyo-st-main-contents .method_items+.method_subsection {
  margin-top: 140px;
}

#kokuyo-st-main-contents .method_subsection {
  background: url(../images/method/bg_method_subsection.png) center center repeat-x;
  text-align: center;
  max-width: 960px;
  margin: 40px auto 30px auto;
}

#kokuyo-st-main-contents .method_subsection span {
  background-color: #7fcce5;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.26em;
  color: #004f9a;
  padding: 0 1em;
  position: relative;
}

/* #kokuyo-st-main-contents .method_subsection span::before {
  content: '';
  display: block;
  position: absolute;
  top: -20px;
  left: 0.25em;
  width: 50px;
  height: 50px;
  background: url(../images/method/subsection3_1.svg) center center no-repeat;
  background-size: contain;
}

#kokuyo-st-main-contents .method_subsection2 span::before {
  background-image: url(../images/method/subsection3_2.svg);
} */

#kokuyo-st-main-contents .method_subsection3 span {
  padding: 0 0.7em 0 3.2rem;
}

#kokuyo-st-main-contents .method_subsection3 span::before {
  content: '';
  display: block;
  position: absolute;
  top: -20px;
  left: 0.25em;
  width: 50px;
  height: 50px;
  background: url(../images/method/subsection3_3.svg) center center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1000px) {

  #kokuyo-st-main-contents .method_item:nth-child(2n) {
    margin-left: 10px;
  }
}

@media screen and (max-width: 750px) {

  #kokuyo-st-main-contents .method_items {
    flex-direction: column;
    align-items: center;
    margin-bottom: -5vw;
    padding: 0;
  }

  #kokuyo-st-main-contents .method_item {
    width: 85%;
    height: 93vw;
    border-radius: 2vw;
    margin-top: 9vw;
    margin-bottom: 5vw;
  }

  #kokuyo-st-main-contents .method_item:nth-child(2n) {
    margin-left: 0;
  }

  #kokuyo-st-main-contents .method3_8 {
    height: 110vw;
  }

  .method_item .item_icon {
    left: calc(50% - 10.5vw);
    top: -10vw;
    width: 21vw;

  }

  #kokuyo-st-main-contents .method_item>.inner {
    padding-top: 8vw;
  }

  #kokuyo-st-main-contents .method_item .item_figure,
  #kokuyo-st-main-contents .method3_8 .item_figure {
    width: 72vw;
  }

  #kokuyo-st-main-contents .method_item .item_title {
    font-size: 5.3vw;
    margin-bottom: 1vw;
  }

  #kokuyo-st-main-contents .method_item .item_title small {
    font-size: 2.7vw;
  }

  #kokuyo-st-main-contents .method_item .item_catch {
    font-size: 4vw;
    margin: 0 auto 4vw auto;
    width: 72vw;
    letter-spacing: 0em;
  }

  .method1_1 .item_char {
    top: 0;
    left: 2vw;
    width: 28.5vw;
  }

  #kokuyo-st-main-contents .method3_8 .item_catch {
    width: 58vw;
  }

  .method3_23 .item_char {
    top: 19.9vw;
    left: 3vw;
    width: 23.5vw;
  }

  .method3_31 .item_char {
    width: 61vw;
    left: 6vw;
    top: 3vw;
  }

  #kokuyo-st-main-contents .method_subsection {
    background-size: 4.79vw 0.66vw;
    margin: 6vw auto 4vw auto;
    width: 85vw;
  }

  #kokuyo-st-main-contents .method_items+.method_subsection {
    margin-top: 18vw;
  }

  #kokuyo-st-main-contents .method_subsection span {
    font-size: 4vw;
    padding: 0 1.0em;
  }

  #kokuyo-st-main-contents .method_subsection span::before {
    left: 0;
    top: -5vw;
    width: 10vw;
    height: 10vw;
  }

  #kokuyo-st-main-contents .method_subsection3 span {
    padding: 0 1em 0 2rem;
  }
}

/* -----------------------------------------------------------------------------
ダウンロードボタン
----------------------------------------------------------------------------- */
.carryCampus_downloadButton {
  width: 228px;
  height: 247px;
  position: fixed;
  right: -230px;
  bottom: 50px;
  z-index: 3;
  transition-property: right;
  transition-duration: 0.3s;
}

.downloadButton_close {
  width: 52px;
  position: absolute;
  top: 3px;
  right: 6px;
  cursor: pointer;
}

.downloadButton_close:hover {
  filter: brightness(1.2);
}

body.is_scrolled .carryCampus_downloadButton {
  right: 20px;
}

body.is_scrolled .carryCampus_downloadButton.is_hide {
  right: -230px;
}

@media screen and (max-width: 750px) {
  .carryCampus_downloadButton {
    width: 29.4vw;
    height: 32.1vw;
    position: fixed;
    right: -30vw;
    bottom: 3vw;
    top: auto;
  }

  .downloadButton_close {
    width: 6.933vw;
    position: absolute;
    top: 0.3vw;
    right: 0.4vw;
    cursor: pointer;
  }

  body.is_scrolled .carryCampus_downloadButton {
    right: 1vw;
  }

}

/* -----------------------------------------------------------------------------
表示制御
----------------------------------------------------------------------------- */
@media screen and (min-width: 751px) {

  .disp_sp,
  #btn_spmenu {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  body {
    min-width: initial;
  }

  .disp_pc {
    display: none;
  }

  /* スクロールに応じてコクヨメニューをしまう */
  body.is_loaded .kokuyo-st-container #header,
  body.is_loaded.spmenu_opened .kokuyo-st-container #header {
    top: -46px;
    transition-property: top;
    transition-duration: 0.3s;
  }

  body.is_loaded #kokuyo-st-main-contents .carryCampus_localNav,
  body.is_loaded.spmenu_opened #kokuyo-st-main-contents .carryCampus_localNav {
    top: 0px;
    transition-duration: 0.3s;
  }

  body.is_pagetop .kokuyo-st-container #header {
    top: 0px;
    visibility: visible;
  }

  body.is_pagetop #kokuyo-st-main-contents .carryCampus_localNav {
    top: 46px;
  }

}
