@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
*/

a {
  transition: all 0.3s !important;
}
a:hover {
  opacity: 0.6;
}
a[href^="tel:"] {
  pointer-events: none;
}
.br_pc {
  display: block;
}
.br_tb_n {
  display: block;
}
.br_tb_b,
.br_sp {
  display: none;
}
li {
  list-style: none;
}
figure img {
  -o-object-fit: cover;
  object-fit: cover;
}
#body_wrap {
  background: linear-gradient(90deg, rgb(255, 226, 229) 0%, rgb(255, 236, 217) 100%);
}
.p-breadcrumb{
	display:none !important;
}

/* =========================================================
//  ヘッダー
// ========================================================= */
.c-headLogo {
  height: 80px;
}

.l-fixHeader .c-headLogo {
  height: 50px;
}

.c-headLogo__img {
  min-width: 150px;
}

.l-header__inner {
  padding: 19px 40px 0 !important;
}

.c-gnav > .menu-item {
  font-size: clamp(0.875rem, 0.6875rem + 0.3906vw, 1rem) !important;
  padding: 2rem 0 0;
}

.c-gnav > .menu-item > a {
  height: 60%;
  padding: 0 15px;
}

.gnav_list {
  display: flex;
  align-items: baseline;
}
.gnav_list::after {
  content: "";
  display: block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #f03737;
  position: relative;
  top: -2px;
  left: -10px;
}

.c-gnav .sub-menu {
  font-size: 14px;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.3);
  width: 300px;
}

.c-gnav > .menu-item > a .ttl {
  color: #333;
  font-size: clamp(0.875rem, 0.6875rem + 0.3906vw, 1rem) !important;
  font-weight: 500;
}

[data-partsid="36"] {
  display: flex;
  line-height: 1rem;
  align-items: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  padding: 0 0.8rem 0;
}

.h_contact_btn {
  margin: 0;
}
.h_contact_btn a {
  color: #fff;
  background: #f03737;
  font-size: clamp(0.75rem, 0.375rem + 0.7813vw, 1rem);
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 0.5rem 0.3rem 0.5rem 0.8rem;
  border-radius: 50px;
  min-width: 162px;
}
.h_contact_btn a::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  right: 30px;
  top: 52%;
  background-color: #fff;
  -webkit-mask: url("../../uploads/2025/10/arrow01.svg");
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask: url("../../uploads/2025/10/arrow01.svg");
          mask: url("../../uploads/2025/10/arrow01.svg");
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  margin: 0 0 0 1.5rem;
}
.h_contact_btn a:hover {
  opacity: 1;
  color: #f03737;
  background: #f6f6f8;
}
.h_contact_btn a:hover::after {
  background-color: #f03737;
}

.h_insta a {
  background: #9a9a9a;
  line-height: 1rem;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}
.h_insta a img {
  width: 14px;
  height: 14px;
}

.l-fixHeader__inner {
  max-width: 100%;
}

.l-header {
  background-color: transparent !important;
  box-shadow: none !important;
}
.l-header .l-header__inner {
  max-width: 100%;
  padding: 1rem 2rem 0 3rem !important;
}

/*ハンバーガーメニュー*/
.p-spMenu__inner {
  --color_menu_text: #fff;
  --color_menu_bg: rgba(240, 55, 55, 0.9);
  width: 100%;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.p-spMenu__inner .c-widget__title.-spmenu,
.p-spMenu__inner .p-spMenu__nav {
  display: none;
}

.p-spMenu__body {
  background: #fff;
  height: auto !important;
  padding: 8vw 8vw 1rem !important;
  border-radius: 20px !important;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.p-spMenu__overlay {
  background: rgba(255, 142, 155, 0.7);
}

.-right .p-spMenu__inner {
  transform: translateX(0);
  opacity: 0;
  transition: opacity 0.45s;
}

[data-spmenu=opened] .p-spMenu__inner {
  transform: translateX(0);
  opacity: 1;
}

.p-spMenu__inner::before {
  background: var(--color_menu_bg);
  opacity: 1;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

/*ハンバーガーメニュー内装飾*/
[data-partsid="640"] ul {
  padding: 0 !important;
}
[data-partsid="640"] ul li a {
  font-size: 14px;
  font-weight: 700;
  color: #f03737;
}
[data-partsid="640"] ul li a span {
  font-size: 11px;
  font-weight: 400;
  display: block;
}
[data-partsid="640"] .linkbox01 li {
  margin: 0 0 0.7rem;
}
[data-partsid="640"] .linkbox01 li a {
  font-size: 16px;
  font-weight: 500 !important;
}
[data-partsid="640"] .linkbox02 p {
  font-size: 16px;
  font-weight: 600;
  color: #f03737;
  margin: 0;
}
[data-partsid="640"] .linkbox02 p span {
  font-size: 11px;
  font-weight: 400;
  display: block;
}
[data-partsid="640"] .linkbox02 ul li {
  margin: 1rem 0;
}
[data-partsid="640"] .linkbox02 ul li a {
  font-size: 13px;
  font-weight: 500 !important;
  padding: 0 0 0 2rem;
  position: relative;
}
[data-partsid="640"] .linkbox02 ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform-origin: left;
  width: 10px;
  height: 1px;
  background-color: #f03737;
}
[data-partsid="640"] .linkbox03 {
  display: flex;
  flex-wrap: wrap;
}
[data-partsid="640"] .linkbox03 li {
  width: 50% !important;
}
[data-partsid="640"] .linkbox03 li a {
  font-size: 12px;
}

[data-partsid="36"] {
  padding: 0;
}
[data-partsid="36"] .h_contact_btn a {
  min-width: auto !important;
}

/*ハンバーガーアイコン*/
.p-spMenu__closeBtn {
  position: absolute;
  top: 40px;
  right: 10px !important;
}

[data-spmenu=closed] .-menuBtn .c-iconBtn__icon {
  position: relative;
  margin-top: 15px;
  width: 24px;
  height: 1.5px;
  background-color: #f03737;
  transition: all 0.3s ease;
}
[data-spmenu=closed] .-menuBtn .c-iconBtn__icon::before {
  position: absolute;
  content: "";
  right: 0;
  top: -8px;
  width: 45px;
  height: 1.5px;
  background-color: #f03737;
  transition: all 0.3s ease;
}

[data-spmenu=opened] .-menuBtn .c-iconBtn__icon {
  position: relative;
  margin-top: 15px;
  width: 24px;
  height: 1px;
  transform: rotate(45deg);
  background-color: #f03737;
  transition: all 0.3s ease;
}
[data-spmenu=opened] .-menuBtn .c-iconBtn__icon::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0px;
  width: 24px;
  height: 1px;
  transform: rotate(-87deg);
  background-color: #f03737;
  transition: all 0.3s ease;
}
/* =========================================================
//  フッター
// ========================================================= */
/* フッター前コンタクト */
.foot_contact {
  color: #fff;
  background-color: #f03737;
  background-image: url("../../uploads/2025/10/logoic_bg.svg");
  background-position: left 42% center;
  background-repeat: no-repeat;
  background-size: auto;
  width: 1280px;
  padding: 4rem 4rem 3rem;
  margin: 0 auto;
  border-radius: 16px;
}
.foot_contact h2 {
  font-size: 14px;
}
.foot_contact h2 span {
  font-size: clamp(4.625rem, 2.5625rem + 4.2969vw, 6rem);
  line-height: 6.8rem;
  display: block;
}
.foot_contact p {
  font-weight: 500;
}
.foot_contact .wp-block-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.foot_contact .wp-block-group::after {
  content: "";
  display: inline-block;
  width: 120px;
  height: 120px;
  right: 0;
  top: 52%;
  background-color: #fff;
  -webkit-mask: url("../../uploads/2025/10/arrow01.svg");
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask: url("../../uploads/2025/10/arrow01.svg");
          mask: url("../../uploads/2025/10/arrow01.svg");
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
}
.foot_contact:hover {
  opacity: 1;
  background-color: rgb(255, 142, 155);
}

/* フッター */
.w-beforeFooter {
  margin: -270px 0 -152px !important;
  position: relative;
  z-index: 1;
}
.w-footer__box {
  padding: 0 !important;
}
.l-footer {
  padding: 16.5rem 0 0;
}
.l-footer .swell-block-columns .titlebox figure {
  text-align: left;
  margin: 0 0 2.8rem;
}
.l-footer .swell-block-columns .titlebox p {
  font-size: 14px;
}
.l-footer .swell-block-columns .contbox {
  font-size: 14px;
}
.l-footer .swell-block-columns .contbox .swell-block-columns__inner {
  -moz-column-gap: 1.3rem;
       column-gap: 1.3rem;
}
.l-footer .swell-block-columns .contbox ul {
  padding: 0;
}
.l-footer .swell-block-columns .contbox ul li {
  margin: 0 0 1.2rem;
}
.l-footer .swell-block-columns .contbox .swl-has-mb--s {
  margin: 0 !important;
}
.l-footer .swell-block-columns .contbox .swl-has-mb--s:first-of-type {
  width: 22%;
}
.l-footer .swell-block-columns .contbox .swl-has-mb--s:nth-of-type(2) {
  width: 48%;
}
.l-footer .swell-block-columns .contbox .swl-has-mb--s:nth-of-type(2) ul li {
  display: flex;
  align-items: center;
}
.l-footer .swell-block-columns .contbox .swl-has-mb--s:nth-of-type(2) ul li::before {
  content: "";
  display: block;
  background-color: #fff;
  transform: translateX(-50%);
  width: 17px;
  height: 1px;
  margin: 0 0 0 10px;
}
.l-footer .swell-block-columns .contbox .swl-has-mb--s:last-of-type {
  width: 23%;
}
.l-footer__foot {
  color: #bebebe;
  font-size: 12px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  padding-top: 0 !important;
  padding-bottom: 1rem !important;
}
.l-footer__foot p {
  text-align: right !important;
}

/* =========================================================
//  共通（アニメーション）
// ========================================================= */
/* フェードイン（上に） */
.fade-up {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 1s ease-out, transform 0.5s ease-out;
}
.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}

@keyframes slideArrow {
  0% {
    transform: translateY(-50%) translateX(0px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  60% {
    transform: translateY(-50%) translateX(10px);
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    transform: translateY(-50%) translateX(10px);
    opacity: 0;
  }
}

/* フェードイン（ブロック） */
.Fade_block {
  transition: opacity 1s ease, transform 0.5s ease;
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
.Fade_block.fade-out {
  opacity: 0;
  filter: blur(50px);
  transform: translateY(60px); /* 下にふわっと移動 */
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

/* ぼやける */
.anime_blur {
  opacity: 0;
  filter: blur(10px);
  animation: focusIn 1s ease forwards;
}

@keyframes focusIn {
  to {
    opacity: 1;
    filter: blur(0);
  }
}

/* 左にフェードアウト */
.fade-slide-target {
  position: relative;
  opacity: 1;
  transition: all 0.5s ease;
  filter: blur(0);
}

.fade-slide-target.fade-out {
  opacity: 0;
  transform: translateX(-20px);
  filter: blur(10px);
  pointer-events: none;
}

/*文字が横に流れる*/
.flows-text {
  display: flex;
  list-style: none;
  overflow: hidden;
}
.flows-text li {
  color: rgba(255, 255, 255, 0.3);
  font-size: 180px;
  font-weight: 500;
  white-space: nowrap;
  animation: flows-left 70s linear infinite;
}

@keyframes flows-left {
  100% {
    transform: translateX(-100%);
  }
}
/* スクロール（スクロールを促す線など） */
@keyframes scrollX {
  0% {
    transform: scale(0, 1);
    transform-origin: left center;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: left center;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: right center;
  }
  100% {
    transform: scale(0, 1);
    transform-origin: right center;
  }
}
/* =========================================================
//  共通（装飾）
// ========================================================= */
.en {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.midashi_01 {
  font-size: clamp(1.625rem, 1.0625rem + 1.1719vw, 2rem) !important;
  font-weight: 600 !important;
  line-height: 1.5rem !important;
  padding: 0 0 0 1rem;
  margin: 0 0 2.2rem !important;
}
.midashi_01::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 28px;
  background-color: #f03737;
  left: 0;
}
.midashi_02 {
  font-size: clamp(1.625rem, 1.0625rem + 1.1719vw, 2rem) !important;
  font-weight: 500 !important;
  text-align: center;
  position: relative;
  margin: 0 0 3rem !important;
}
.midashi_02::before {
  content: "";
  position: absolute;
  bottom: -17px;
  display: inline-block;
  width: 128px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f03737;
}

.swell-block-button {
  text-align: left !important;
}
.swell-block-button a {
  color: #333;
  background: inherit;
  font-size: 16px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-align: left !important;
  display: inline-block;
  padding: 10px 0;
  min-width: 165px;
  border: none !important;
  box-shadow: none !important;
}
.swell-block-button a strong {
  font-weight: 600 !important;
}
.swell-block-button a::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  right: 0;
  top: 52%;
  background-color: #f03737;
  -webkit-mask: url("../../uploads/2025/10/arrow01.svg");
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask: url("../../uploads/2025/10/arrow01.svg");
          mask: url("../../uploads/2025/10/arrow01.svg");
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  width: 60px;
}
.swell-block-button a:hover {
  color: #f03737;
  background: inherit;
  opacity: 1;
}
.bg_gray {
  background: #f6f6f8;
}
/* =========================================================
//  共通（下層）
// ========================================================= */
.l-topTitleArea {
  height: 460px;
  margin: -112px 0 0;
}
.l-topTitleArea__body h1 {
  color: #333;
  font-size: clamp(1.5rem, 0.375rem + 2.3438vw, 2.25rem);
  font-weight: 600;
  line-height: 1.8rem;
  display: flex;
  flex-direction: column-reverse;
  row-gap: 0.5rem;
  text-shadow: none;
}
.l-topTitleArea__body h1 small {
  color: #f03737;
  font-size: clamp(1.125rem, 0.5625rem + 1.1719vw, 1.5rem);
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0;
  margin: 0 !important;
}
/* --------------------------------
 * ブログ
 * -------------------------------- */
/* 一覧 */
.blog .l-content,
.archive .l-content {
  width: 1280px;
  flex-direction: row-reverse !important;
  padding: 4rem 0 14rem !important;
}
.blog .w-beforeFooter .swell-block-fullWide__inner,
.archive .w-beforeFooter .swell-block-fullWide__inner {
  padding: 0 !important;
}
.blog .l-mainContent,
.archive .l-mainContent {
  width: 82% !important;
  margin: 0;
  padding: 0;
}
.blog .l-mainContent ul,
.archive .l-mainContent ul {
  margin: 0;
}
.blog .l-mainContent ul li,
.archive .l-mainContent ul li {
  width: 100% !important;
  background: #f6f6f8;
  padding: 1rem 1.5rem;
  margin-bottom: 2.3em !important;
  border-radius: 8px;
}
.blog .l-mainContent ul li a,
.archive .l-mainContent ul li a {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.blog .l-mainContent ul li .p-postList__thumb,
.archive .l-mainContent ul li .p-postList__thumb {
  width: 305px;
  height: 203px;
  box-shadow: none !important;
  overflow: inherit;
}
.blog .l-mainContent ul li .p-postList__thumb figure,
.archive .l-mainContent ul li .p-postList__thumb figure {
  height: 100%;
  border-radius: 8px;
}
.blog .l-mainContent ul li .p-postList__thumb .c-postThumb__cat,
.archive .l-mainContent ul li .p-postList__thumb .c-postThumb__cat {
  background-color: #fff;
  color: #333;
  background-image: none;
  border: 1px solid #f03737;
  position: absolute;
  top: 4px;
}
.blog .l-mainContent ul li .p-postList__thumb .c-postThumb__cat::before,
.archive .l-mainContent ul li .p-postList__thumb .c-postThumb__cat::before {
  display: none;
}
.blog .l-mainContent ul li .p-postList__thumb [data-cat-id="7"],
.archive .l-mainContent ul li .p-postList__thumb [data-cat-id="7"] {
  right: -230px;
}
.blog .l-mainContent ul li .p-postList__thumb [data-cat-id="1"],
.archive .l-mainContent ul li .p-postList__thumb [data-cat-id="1"] {
  right: -197px;
}
.blog .l-mainContent ul li .p-postList__body,
.archive .l-mainContent ul li .p-postList__body {
  width: 65% !important;
  display: flex;
  flex-direction: column;
}
.blog .l-mainContent ul li .p-postList__body .p-postList__meta,
.archive .l-mainContent ul li .p-postList__body .p-postList__meta {
  font-size: 13px;
  order: 1;
  margin: -14px 0 2rem;
}
.blog .l-mainContent ul li .p-postList__body .p-postList__meta time,
.archive .l-mainContent ul li .p-postList__body .p-postList__meta time {
  color: #777;
  font-size: clamp(0.875rem, 0.6875rem + 0.3906vw, 1rem);
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.blog .l-mainContent ul li .p-postList__body .p-postList__meta time::before,
.archive .l-mainContent ul li .p-postList__body .p-postList__meta time::before {
  display: none !important;
}
.blog .l-mainContent ul li .p-postList__body h2,
.archive .l-mainContent ul li .p-postList__body h2 {
  font-size: clamp(1rem, 0.625rem + 0.7813vw, 1.25rem);
  font-weight: 600;
  order: 2;
  margin: 0 0 1rem;
}
.blog .l-mainContent ul li .p-postList__body .p-postList__excerpt,
.archive .l-mainContent ul li .p-postList__body .p-postList__excerpt {
  font-size: clamp(0.875rem, 0.6875rem + 0.3906vw, 1rem);
  order: 3;
}

/* サイドバー */
.blog .l-sidebar,
.archive .l-sidebar,
.single-post .l-sidebar {
  width: 13% !important;
}
.blog .l-sidebar h2,
.archive .l-sidebar h2,
.single-post .l-sidebar h2 {
  color: #f03737;
  font-size: clamp(1rem, 0.8125rem + 0.3906vw, 1.125rem);
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  padding: 0.6rem 0;
  margin: 0 0 0.6rem;
  border-bottom: 1px solid #c2c2c2;
}
.blog .l-sidebar ul li a,
.archive .l-sidebar ul li a,
.single-post .l-sidebar ul li a {
  font-size: clamp(0.875rem, 0.6875rem + 0.3906vw, 1rem);
  padding: 0.3rem 0 !important;
  border-bottom: none !important;
}
.blog .l-sidebar ul li a::before,
.archive .l-sidebar ul li a::before,
.single-post .l-sidebar ul li a::before {
  display: none;
}

/* 個別 */
.single-post .l-content {
  flex-direction: row-reverse !important;
  padding: 4rem 0 14rem !important;
}
.single-post .post-meta {
  color: #F03737;
  font-size: clamp(0.8125rem, 0.625rem + 0.3906vw, 0.9375rem);
  font-weight: 600;
  margin: 0 0 1.5rem;
}
.single-post .post-meta .post-cats {
  font-size: 13px;
  border-radius: 17px;
  border: 1px solid ;
  margin: 0 0 0 1rem;
  padding: 3px 15px;
  background: #fff;
}
.single-post .post_title {
  font-size: 1.4em;
  border-bottom: 1px solid;
  padding: 0 0 1rem;
  margin: 0 0 3.5rem !important;
}
.single-post .p-articleMetas {
  display: none !important;
}
.single-post .p-pnLinks .-prev .p-pnLinks__link:hover,
.single-post .p-pnLinks .-next .p-pnLinks__link:hover {
  box-shadow: none !important;
}
/* --------------------------------
 * コース_共通部分
 * -------------------------------- */
.Scool_wrap .event-news_section {
  padding: 0 0 8rem !important;
}
.Scool_wrap .event-news_section h2 {
  margin: 0 0 4.5rem !important;
}
.Scool_wrap .event-news_section p {
  margin: 0 0 3rem;
}
.Scool_wrap .event-news_section .p-postListWrap {
  margin: 0 0 3rem;
}
.Scool_wrap .event-news_section .p-postListWrap ul {
  -moz-column-gap: 0.4rem;
       column-gap: 0.4rem;
}
.Scool_wrap .event-news_section .p-postListWrap ul li {
  width: 33% !important;
  margin: 0 !important;
}
.Scool_wrap .event-news_section .p-postListWrap ul li .p-postList__thumb {
  box-shadow: none;
}
.Scool_wrap .event-news_section .p-postListWrap ul li .p-postList__thumb figure {
  height: 274px;
  border-radius: 12px 12px 0px 0px;
}
.Scool_wrap .event-news_section .p-postListWrap ul li .p-postList__body {
  background: #fff;
  display: flex;
  flex-direction: column-reverse;
  padding: 1.2rem 1.2rem 1.3rem;
  border-radius: 0px 0px 12px 12px;
}
.Scool_wrap .event-news_section .p-postListWrap ul li .p-postList__body .p-postList__meta {
  font-size: 12px !important;
  font-weight: 700;
  margin: 0 0 0.8rem !important;
}
.Scool_wrap .event-news_section .p-postListWrap ul li .p-postList__body .p-postList__cat::before,
.Scool_wrap .event-news_section .p-postListWrap ul li .p-postList__body time::before {
  display: none;
}
.Scool_wrap .event-news_section .p-postListWrap ul li .p-postList__body time {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin: 0 0.8rem 0 0;
}
.Scool_wrap .event-news_section .p-postListWrap ul li .p-postList__body .p-postList__cat {
  color: #f03737;
  border: 1px solid;
  padding: 0.2rem 1.1rem;
  border-radius: 20px;
}
.Scool_wrap .mdiashi_section {
  padding: 6rem 0 0;
  margin: 0 !important;
}
.Scool_wrap .mdiashi_section h2 {
  margin: 0 0 5.5rem !important;
}
.Scool_wrap .mdiashi_section .wp-block-group {
  width: 1035px;
  margin: 0 auto;
  -moz-column-gap: 1.4rem;
       column-gap: 1.4rem;
  align-items: stretch;
}
.Scool_wrap .mdiashi_section .wp-block-group p {
  width: 24%;
}
.Scool_wrap .mdiashi_section .wp-block-group p a {
  color: #f03737;
  font-size: clamp(0.875rem, 0.3125rem + 1.1719vw, 1.25rem);
  font-weight: 600;
  line-height: 1.5rem;
  text-align: center;
  background: #fff;
  border-top: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;
  border-radius: 8px 8px 0px 0px;
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 100%;
}
.Scool_wrap .mdiashi_section .wp-block-group p a:hover {
  opacity: 1;
  color: rgb(255, 142, 155);
  background: linear-gradient(90deg, rgb(255, 226, 229) 0%, rgb(255, 236, 217) 100%);
}
.Scool_wrap .intro_section {
  padding: 7.5rem 0 5rem !important;
}
.Scool_wrap .intro_section .wp-block-media-text {
  direction: rtl;
  -moz-column-gap: 3.1rem;
       column-gap: 3.1rem;
  margin: 0 0 6rem;
}
.Scool_wrap .intro_section .wp-block-media-text figure img {
  border-radius: 10px;
}
.Scool_wrap .intro_section .wp-block-media-text .wp-block-media-text__content h2 {
  font-weight: 600 !important;
  line-height: 3.2rem;
  text-align: left !important;
  margin: 0 0 4rem !important;
}
.Scool_wrap .intro_section .wp-block-media-text .wp-block-media-text__content h2::before {
  left: 0 !important;
  bottom: -31px !important;
  transform: translateX(0) !important;
}
.Scool_wrap .intro_section .wp-block-media-text .wp-block-media-text__content p {
  line-height: 2.1rem;
}
.Scool_wrap .intro_section .swell-block-columns .swell-block-columns__inner {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.Scool_wrap .intro_section .swell-block-columns .swl-has-mb--s {
  background: #fff;
  width: 47.5%;
  padding: 1.5rem 2rem 1rem;
  border-radius: 10px;
  box-shadow: 0px 0px 24px 0px rgba(240, 55, 55, 0.5);
}
.Scool_wrap .intro_section .swell-block-columns .swl-has-mb--s h3 {
  font-size: clamp(1.125rem, 0.9375rem + 0.3906vw, 1.25rem);
  font-weight: 500 !important;
  border-bottom: 1px solid #cacaca;
  padding: 0 0 0.5rem;
  margin: 0 0 1.5rem;
}
.Scool_wrap .intro_section .swell-block-columns .swl-has-mb--s ul {
  padding: 0 !important;
}
.Scool_wrap .intro_section .swell-block-columns .swl-has-mb--s ul li {
  display: flex;
  align-items: center;
  margin: 0 0 0.9rem;
}
.Scool_wrap .intro_section .swell-block-columns .swl-has-mb--s ul li::before {
  content: " ";
  position: relative !important;
  display: block;
  width: 6px;
  height: 6px;
  background: #f03737;
  border-radius: 100%;
  margin: 0 1rem 0 0;
  flex-shrink: 0;
}
.Scool_wrap .ba_section {
  padding: 6rem 0 11rem !important;
}
.Scool_wrap .ba_section h2 {
  margin: 0 0 5rem !important;
}
.Scool_wrap .ba_section .swell-block-columns .swl-has-mb--s .wp-block-group {
  background: #fff;
  padding: 0.5rem;
  margin: 0 0 1.8rem;
}
.Scool_wrap .ba_section .swell-block-columns .swl-has-mb--s .wp-block-group figure {
  width: 100%;
  height: 387px;
  border: 1px solid #f03737;
  position: relative;
}
.Scool_wrap .ba_section .swell-block-columns .swl-has-mb--s .wp-block-group figure img {
  width: auto;
  height: 100% !important;
}
.Scool_wrap .ba_section .swell-block-columns .swl-has-mb--s .wp-block-group figure::before {
  content: "Before";
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  line-height: 1rem;
  background: #f03737;
  width: 74px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.4rem 0 0.5rem;
}
.Scool_wrap .ba_section .swell-block-columns .swl-has-mb--s .wp-block-group figure:first-of-type::before {
  content: "Before";
}
.Scool_wrap .ba_section .swell-block-columns .swl-has-mb--s .wp-block-group figure:last-of-type::before {
  content: "After";
}
.Scool_wrap .ba_section .swell-block-columns .swl-has-mb--s dl {
  display: flex;
  flex-wrap: wrap;
  height: 105px;
}
.Scool_wrap .ba_section .swell-block-columns .swl-has-mb--s dl dt {
  color: #fff;
  font-weight: 600 !important;
  background: #f03737;
  width: 18%;
  align-content: center;
  text-align: center;
}
.Scool_wrap .ba_section .swell-block-columns .swl-has-mb--s dl dd {
  width: 82%;
  line-height: 1.3rem;
  background: #fff;
  padding: 0.7rem 1.4rem;
  margin: 0 !important;
  align-content: center;
}
.Scool_wrap .tokucho_section {
  padding: 5.5rem 0 !important;
}
.Scool_wrap .tokucho_section h2 {
  margin: 0 0 5rem !important;
}
.Scool_wrap .tokucho_section .swell-block-columns .swl-has-mb--s figure {
  margin: 0 0 1.5rem;
}
.Scool_wrap .tokucho_section .swell-block-columns .swl-has-mb--s figure img {
  border-radius: 10px;
}
.Scool_wrap .tokucho_section .swell-block-columns .swl-has-mb--s h3 {
  font-size: clamp(1rem, 0.8125rem + 0.3906vw, 1.125rem);
  margin: 0 0 1rem;
}
.Scool_wrap .tokucho_section .swell-block-columns .swl-has-mb--s:first-child {
  transition-delay: 0.5s;
}
.Scool_wrap .tokucho_section .swell-block-columns .swl-has-mb--s:nth-child(2) {
  transition-delay: 0.8s;
}
.Scool_wrap .tokucho_section .swell-block-columns .swl-has-mb--s:last-child {
  transition-delay: 1.1s;
}
.Scool_wrap .shosai_section {
  padding: 6rem 0 9rem !important;
}
.Scool_wrap .shosai_section h2 {
  margin: 0 0 5rem !important;
}
.Scool_wrap .shosai_section .swell-block-columns {
  margin: 0 0 8.5rem !important;
}
.Scool_wrap .shosai_section .swell-block-columns .swl-has-mb--s {
  background: #fff;
  width: 47.5%;
  padding: 2.1rem 1.6rem;
  border-radius: 10px;
}
.Scool_wrap .shosai_section .swell-block-columns .swl-has-mb--s h3 {
  font-size: clamp(1rem, 0.8125rem + 0.3906vw, 1.125rem) !important;
  border-left: 3px solid #f03737;
  padding: 0 0 0 0.3rem;
  margin: 0 0 1.2rem;
}
.Scool_wrap .shosai_section .swell-block-columns .swl-has-mb--s p {
  line-height: 1.6rem;
}
.Scool_wrap .shosai_section .wp-block-media-text {
  grid-template-columns: 48% 1fr;
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}
.Scool_wrap .shosai_section .wp-block-media-text figure img {
  border-radius: 10px;
}
.Scool_wrap .shosai_section .wp-block-media-text .wp-block-media-text__content {
  height: 100% !important;
}
.Scool_wrap .shosai_section .wp-block-media-text .wp-block-media-text__content dl {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.3rem;
}
.Scool_wrap .shosai_section .wp-block-media-text .wp-block-media-text__content dl dt {
  color: #fff;
  font-weight: 600 !important;
  text-align: center;
  line-height: 1.3rem;
  background: #f03737;
  width: 27%;
  align-content: center;
  padding: 1.2rem 0;
  margin: 0;
}
.Scool_wrap .shosai_section .wp-block-media-text .wp-block-media-text__content dl dd {
  width: 73%;
  line-height: 1.3rem;
  background: #fff;
  padding: 0.7rem 1.4rem;
  margin: 0 !important;
  align-content: center;
}
.Scool_wrap .other_section {
  padding: 6rem 0 19rem !important;
}
.Scool_wrap .other_section h2 {
  margin: 0 0 5.5rem !important;
}
.Scool_wrap .other_section .swell-block-columns .swl-has-mb--s {
  position: relative;
}
.Scool_wrap .other_section .swell-block-columns .swl-has-mb--s a:hover {
  opacity: 1;
}
.Scool_wrap .other_section .swell-block-columns .swl-has-mb--s a:hover figure img {
  transform: scale(1.05);
  filter: blur(2px);
}
.Scool_wrap .other_section .swell-block-columns .swl-has-mb--s a:hover figure:after {
  opacity: 0;
}
.Scool_wrap .other_section .swell-block-columns .swl-has-mb--s figure {
  position: relative;
  overflow: hidden;
}
.Scool_wrap .other_section .swell-block-columns .swl-has-mb--s figure img {
  border-radius: 10px;
  transition: filter 0.5s ease, transform 0.5s ease;
}
.Scool_wrap .other_section .swell-block-columns .swl-has-mb--s figure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  pointer-events: none;
  visibility: inherit !important;
  border-radius: 10px;
  transition: opacity 0.5s ease;
}
.Scool_wrap .other_section .swell-block-columns .swl-has-mb--s p {
  color: #fff;
  font-weight: 600;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* =========================================================
//  
// ========================================================= */

/*------------------------------------------------------------------------------------------------------tb---*/
@media screen and (min-width: 768px) and (max-width: 1279px) {
.br_tb_n {
  display: none !important;
}
.br_tb_b {
  display: block !important;
}
/* =========================================================
//  ヘッダー
// ========================================================= */
.l-header__inner {
  padding: 28px 20px 0 !important;
}
.l-header__logo {
  padding: 0 !important;
}
.l-header .l-header__inner {
  padding: 2rem 2rem 0 2rem !important;
}
/* =========================================================
//  フッター
// ========================================================= */
/* フッター前コンタクト */
.foot_contact {
  width: 95%;
}
.foot_contact .wp-block-group::after {
  width: 90px;
  height: 90px;
}

/* フッター */
.l-footer {
  padding: 12.5rem 0 0;
}
.l-footer .swell-block-columns__inner {
  display: block;
}
.l-footer .titlebox {
  margin-bottom: 3rem !important;
}
.l-footer .contbox {
  width: 90%;
}
.l-footer .contbox .swell-block-columns__inner {
  display: flex;
  justify-content: center;
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}
/* =========================================================
//  共通（下層）
// ========================================================= */
.l-topTitleArea {
  height: 200px;
  margin: -50px 0 0;
}
/* --------------------------------
 * ブログ
 * -------------------------------- */
/* 一覧 */
.blog .l-content,
.archive .l-content {
  width: 95%;
  display: flex;
  justify-content: space-between !important;
}
.blog .l-mainContent,
.archive .l-mainContent {
  width: 77% !important;
}
.blog .l-mainContent ul,
.archive .l-mainContent ul {
  gap: 0rem !important;
}
.blog .l-mainContent ul li,
.archive .l-mainContent ul li {
  padding: 2rem 1.5rem;
}
.blog .l-mainContent ul li .p-postList__body,
.archive .l-mainContent ul li .p-postList__body {
  width: 100% !important;
}
.blog .l-mainContent ul li .p-postList__body .p-postList__meta,
.archive .l-mainContent ul li .p-postList__body .p-postList__meta {
  margin: 0 0 1rem;
}
.blog .l-mainContent ul li .p-postList__thumb [data-cat-id="7"],
.blog .l-mainContent ul li .p-postList__thumb [data-cat-id="1"],
.archive .l-mainContent ul li .p-postList__thumb [data-cat-id="7"],
.archive .l-mainContent ul li .p-postList__thumb [data-cat-id="1"] {
  right: 5px;
}

.blog .l-sidebar,
.archive .l-sidebar,
.single-post .l-sidebar {
  width: 20% !important;
  margin: 0 !important;
}

/* 個別 */
.single-post .l-content {
  display: flex;
  justify-content: space-between;
}
.single-post .l-mainContent {
  max-width: 72%;
  padding: 0 1rem 0 0;
}

.c-pagination {
  justify-content: left;
}
	
/* --------------------------------
 * コース_共通部分
 * -------------------------------- */
.Scool_wrap .event-news_section {
  padding: 4rem 0 5rem !important;
}
.Scool_wrap .event-news_section .p-postListWrap ul {
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}
.Scool_wrap .event-news_section .p-postListWrap ul li .p-postList__thumb figure {
  height: 200px;
}
.Scool_wrap .mdiashi_section {
  padding: 5rem 0 0;
}
.Scool_wrap .mdiashi_section h2 {
  margin: 0 0 3.5rem !important;
}
.Scool_wrap .mdiashi_section .wp-block-group {
  width: 90%;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
}
.Scool_wrap .intro_section {
  padding: 5.5rem 0 0 !important;
}
.Scool_wrap .intro_section .wp-block-media-text figure img {
  height: 500px !important;
}
.Scool_wrap .intro_section .wp-block-media-text .wp-block-media-text__content h2 {
  line-height: 2.2rem;
  font-size: 20px !important;
}
.Scool_wrap .intro_section .swell-block-columns .swell-block-columns__inner {
  -moz-column-gap: 0;
       column-gap: 0;
}
.Scool_wrap .intro_section .swell-block-columns .swl-has-mb--s {
  width: 46.5%;
  box-shadow: 0px 0px 12px 0px rgba(240, 55, 55, 0.5) !important;
}
.Scool_wrap .ba_section {
  padding: 6rem 0 4rem !important;
}
.Scool_wrap .ba_section .swell-block-columns .swl-has-mb--s dl {
  flex-direction: column;
  height: auto !important;
}
.Scool_wrap .ba_section .swell-block-columns .swl-has-mb--s dl dt {
  width: 100%;
}
.Scool_wrap .ba_section .swell-block-columns .swl-has-mb--s dl dd {
  width: 100%;
  padding: 0.7rem 1.4rem 1.5rem;
}
.Scool_wrap .tokucho_section {
  padding: 3.5rem 0 !important;
}
.Scool_wrap .shosai_section {
  padding: 4rem 0 6rem !important;
}
.Scool_wrap .shosai_section .swell-block-columns {
  margin: 0 0 5.5rem !important;
}
.Scool_wrap .shosai_section .swell-block-columns .swl-has-mb--s {
  width: 46.5%;
}
.Scool_wrap .shosai_section .wp-block-media-text {
  grid-template-columns: 42% 1fr;
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}
.Scool_wrap .shosai_section .wp-block-media-text figure img {
  height: 450px;
}
.Scool_wrap .shosai_section .wp-block-media-text .wp-block-media-text__content dl dt {
  font-size: 13px;
}
.Scool_wrap .other_section {
  padding: 5rem 0 19rem !important;
}
.Scool_wrap .other_section h2 {
  margin: 0 0 4.5rem !important;
}
/* =========================================================
//  (tb)
// ========================================================= */

  /*----*/
}
/*------------------------------------------------------------------------------------------------------sp---*/
@media screen and (max-width: 767px) {

a[href^="tel:"] {
  pointer-events: auto;
}
p {
  font-size: 14px;
}
.br_pc,
.br_tb_n,
.br_tb_b {
  display: none;
}
.br_sp {
  display: block;
}
/* =========================================================
//  ヘッダー
// ========================================================= */
.l-header .l-header__inner {
  padding: 1.7rem 0.5rem 0 1rem !important;
}
.l-header__logo {
  padding: 0;
}
.c-headLogo__img {
  height: 90%;
}
/* =========================================================
//  フッター
// ========================================================= */
/* フッター前コンタクト */
.foot_contact {
  width: 95%;
  padding: 3rem 2.5rem 2rem;
}
.foot_contact .wp-block-group {
  flex-direction: column;
}
.foot_contact .wp-block-group h2 span {
  font-size: 50px;
  line-height: 5rem;
}
.foot_contact .wp-block-group::after {
  width: 60px;
  height: 60px;
}

/* フッター */
.l-footer {
  padding: 14.5rem 0 0;
}
.l-footer .swell-block-columns__inner {
  display: block;
}
.l-footer .titlebox {
  margin-bottom: 3rem !important;
}
.l-footer .titlebox figure {
  text-align: center !important;
  margin: 0 0 1rem !important;
}
.l-footer .titlebox p {
  text-align: center !important;
}
.l-footer .contbox {
  display: none;
}
/* =========================================================
//  共通（下層）
// ========================================================= */
.l-topTitleArea {
  height: 160px;
  margin: -30px 0 0;
}
.midashi_02 {
  font-size: 21px !important;
}
/* --------------------------------
 * ブログ
 * -------------------------------- */
.blog .l-content,
.archive .l-content {
  width: 90% !important;
  padding: 4rem 0 17rem !important;
}
.blog .l-content .l-mainContent,
.archive .l-content .l-mainContent {
  width: 100% !important;
}
.blog .l-content .l-mainContent ul li,
.archive .l-content .l-mainContent ul li {
  width: 100% !important;
  margin-bottom: 3rem !important;
}
.blog .l-content .l-mainContent ul li .p-postList__thumb [data-cat-id="7"],
.blog .l-content .l-mainContent ul li .p-postList__thumb [data-cat-id="1"],
.archive .l-content .l-mainContent ul li .p-postList__thumb [data-cat-id="7"],
.archive .l-content .l-mainContent ul li .p-postList__thumb [data-cat-id="1"] {
  right: 5px;
}
.blog .l-content .l-mainContent ul li .p-postList__body .p-postList__meta,
.archive .l-content .l-mainContent ul li .p-postList__body .p-postList__meta {
  margin: 0 0 1rem;
}

.blog .l-sidebar,
.archive .l-sidebar,
.single-post .l-sidebar {
  width: 100% !important;
  margin: 2rem 0 !important;
}
.blog .l-sidebar ul li a,
.archive .l-sidebar ul li a,
.single-post .l-sidebar ul li a {
  font-size: 14px !important;
}

.single-post .l-content {
  width: 90%;
}
.single-post .post_title {
  font-size: 1.2em;
  margin: 0 0 1.5rem !important;
}
.single-post .l-mainContent__inner > .post_content {
  margin: 2rem 0;
}
.single-post .p-articleFoot {
  padding: 0 !important;
}
.single-post .p-pnLinks__link {
  padding: 0 1em !important;
}
/* --------------------------------
 * コース_共通部分
 * -------------------------------- */
.Scool_wrap .event-news_section {
  padding: 0 0 3rem !important;
}
.Scool_wrap .event-news_section h2 {
  margin: 0 0 3.5rem !important;
}
.Scool_wrap .event-news_section .p-postListWrap ul {
  flex-direction: column;
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
  row-gap: 1rem !important;
}
.Scool_wrap .event-news_section .p-postListWrap ul li {
  width: 100% !important;
}
.Scool_wrap .event-news_section .p-postListWrap ul li .p-postList__link {
  display: flex;
}
.Scool_wrap .event-news_section .p-postListWrap ul li .p-postList__thumb {
  width: 30%;
}
.Scool_wrap .event-news_section .p-postListWrap ul li .p-postList__thumb figure {
  height: 100%;
  border-radius: 8px 0px 0px 8px !important;
}
.Scool_wrap .event-news_section .p-postListWrap ul li .p-postList__body {
  border-radius: 0px 8px 8px 0px !important;
  width: 80%;
}
.Scool_wrap .event-news_section .p-postListWrap ul li .p-postList__body time {
  margin: 0 0.2rem 0 0;
}
.Scool_wrap .mdiashi_section {
  padding: 4rem 0 0;
}
.Scool_wrap .mdiashi_section h2 {
  margin: 0 0 4.5rem !important;
}
.Scool_wrap .mdiashi_section .wp-block-group {
  width: 92%;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.Scool_wrap .mdiashi_section .wp-block-group p a {
  line-height: 1.3rem;
  padding: 1rem 0.7rem;
}
.Scool_wrap .intro_section {
  padding: 4.5rem 0 0 !important;
}
.Scool_wrap .intro_section .wp-block-media-text {
  margin: 0 0 2rem;
}
.Scool_wrap .intro_section .wp-block-media-text .wp-block-media-text__content {
  padding: 2rem 1rem !important;
}
.Scool_wrap .intro_section .wp-block-media-text .wp-block-media-text__content h2 {
  font-size: 18px !important;
  line-height: 2.5rem;
}
.Scool_wrap .intro_section .swell-block-columns .swl-has-mb--s {
  width: 90%;
  padding: 1.5rem 2rem;
  box-shadow: 0px 0px 12px 0px rgba(240, 55, 55, 0.5);
  margin: 0 0 0 2rem;
}
.Scool_wrap .intro_section .swell-block-columns .swl-has-mb--s ul li {
  font-size: 13px;
}
.Scool_wrap .intro_section .swell-block-columns .swl-has-mb--s ul li::before {
  margin: 0 0.7rem 0 0;
}
.Scool_wrap .ba_section {
  padding: 5rem 0 !important;
}
.Scool_wrap .ba_section h2 {
  margin: 0 0 3rem !important;
}
.Scool_wrap .ba_section .swell-block-columns .swell-block-columns__inner {
  row-gap: 3rem;
}
.Scool_wrap .ba_section .swell-block-columns .swl-has-mb--s .wp-block-group {
  margin: 0 0 1rem;
}
.Scool_wrap .ba_section .swell-block-columns .swl-has-mb--s dl dt {
  padding: 0 1rem;
}
.Scool_wrap .tokucho_section {
  padding: 4.5rem 0 !important;
}
.Scool_wrap .tokucho_section h2 {
  margin: 0 0 4rem !important;
}
.Scool_wrap .tokucho_section .swell-block-columns__inner {
  row-gap: 3rem !important;
}
.Scool_wrap .shosai_section {
  padding: 4rem 0 3rem !important;
}
.Scool_wrap .shosai_section h2 {
  margin: 0 0 4rem !important;
}
.Scool_wrap .shosai_section .swell-block-columns {
  margin: 0 0 5.5rem !important;
}
.Scool_wrap .shosai_section .swell-block-columns .swell-block-columns__inner {
  row-gap: 1rem;
}
.Scool_wrap .shosai_section .swell-block-columns .swl-has-mb--s {
  width: 100%;
}
.Scool_wrap .shosai_section .swell-block-columns .swl-has-mb--s p {
  font-size: 13px;
}
.Scool_wrap .shosai_section .wp-block-media-text .wp-block-media-text__content {
  padding: 2rem 0 !important;
}
.Scool_wrap .shosai_section .wp-block-media-text .wp-block-media-text__content dl dt {
  font-size: 12px;
  padding: 1.2rem 0.5rem;
}
.Scool_wrap .shosai_section .wp-block-media-text .wp-block-media-text__content dl dd p {
  font-size: 13px;
}
.Scool_wrap .other_section {
  padding: 4rem 0 19rem !important;
}
.Scool_wrap .other_section h2 {
  margin: 0 0 4.5rem !important;
}
.Scool_wrap .other_section .swell-block-columns__inner {
  width: 80% !important;
  margin: 0 auto;
}
.Scool_wrap .other_section .swell-block-columns__inner .swl-has-mb--s {
  width: 100%;
  margin: 0 !important;
}
/* =========================================================
//  (sp)
// ========================================================= */

  /*----*/
}