@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

	
.p-fixBtnWrap {
  right: 0.5em;
}

/* TOPに戻るを画像にした */
#pagetop {
  background: url("https://nihongo.sb-career.college/wp-content/uploads/2025/11/c9d606d7d4d8d9b89626c0f8967110e6.png") no-repeat center;
  background-size: contain;
  border: none;
  box-shadow: none;
  opacity: 1;
  border-radius: 0;
 width: 110px !important;
  height: 110px !important;
}
@media (max-width: 600px) {
  #pagetop {
    width: 90px !important;
    height: 90px !important;
  }
}
@media (min-width: 600px) {
  #pagetop:hover {
    background-color: transparent;
    color: inherit;
  }
}
#pagetop i {
  display: none;
}
#pagetop .c-fixBtn__label {
  margin: 0 100px 0 0;
  position: absolute;
  bottom: -15px;
}
.p-fixBtnWrap {
  right: 1.5em; 
}

.c-iconList__icon, .c-iconList__link {
    font-size: 30px;
}

/* 元のアイコン系 全部消しにいく */
#pagetop i,
#pagetop .c-fixBtn__icon,
#pagetop .c-fixBtn__icon i,
.c-fixBtn--pagetop .c-fixBtn__icon,
.c-fixBtn--pagetop .c-fixBtn__icon i {
  display:none !important;
}
@media (min-width: 600px) {
  #pagetop:hover {
    background-color: transparent !important;
    color: inherit !important;
    filter: none !important;
    opacity: 0.6 !important;
	opacity: 0.6 !important;
  }
}
/* 下からの距離 */
@media (min-width: 600px) {
  #pagetop {
    bottom: -20px !important; 
    position: fixed;
  }
}

/* フローティングバナー */
.follow-banner {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 20;
}

.follow-banner a {
  display: flex;
  align-items: center;
  writing-mode: vertical-rl;
  color: #fff;
  background-color:#25467d;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 1.5em 2.5em 1.5em 2em;
  border-radius: 10px 0 0 10px;
  transition: opacity 0.25s;
}

.follow-banner a:hover {
  opacity: 0.7;
}

.follow-banner .swl-inline-icon::after {
  left: 50%;
  transform: translateX(-50%);
}

.follow-banner a:hover {
  opacity: 0.7;
}

@media (max-width: 960px) {
.follow-banner {
  top: 70%;
}
.follow-banner a {
  padding: 1.5em 2.0em 1.5em 1.5em;
}
}
@media (max-width: 700px) {
.follow-banner {
  top: 50%;
}
.follow-banner a {
  padding: 1.5em 2.0em 1.5em 1.5em;
}
}
@media (max-width: 500px) {
.follow-banner {
  top: 35%;
}
.follow-banner a {
  padding: 1.0em 1.5em 1.0em 1.0em;
	  font-size: 13px;
  font-weight: 600;
}
}

@media screen and (max-width: 960px) {
    .u-mb-10 {
    margin-bottom: 0 !important;
}
}