@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
/* ルート */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
  --color-font: #333333;
  --header-color-primary: #e93341;
  --color-background: #fff;
  --footer-background: #B22D40;
  --ff01: "Noto Sans JP", sans-serif;
  --ff02: "Poppins", sans-serif;
  --footer-color-primary: #fff;
  --footer-color-font: #fff;
  --content-max-width: 1320px;
}


.dawn-arrow::before {
    border-color: transparent transparent #FBC301 transparent;
    position: absolute;
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
    width: 0px;
    height: 0px;
    border-width: 0px 36px 36px 36px;
    border-style: solid;
    content: "";
    z-index: 100;
}

/* 書き変え系 */
.max_w1440 {
    max-width: 1440px;
    width: 90%;
}

.box-shadow, .post .box-shadow {
    box-shadow: 0px 0px 15px -5px #cccccc69;
    padding: 1%;
}

.bg-white, .post .bg-white {
    background: #fff;
}
.circle::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    /* background: #444444; */
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    border-radius: 50%;
    background-image: url(https://creax.web.holo.ne.jp/wp-content/uploads/check-icon.png);
    max-width: 40px;
    max-height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
}

.circle, .post .circle {
    padding-left: 5rem;
}
.italic {
    font-style: italic;
}
.noto-sans,
.post .noto-sans {
  font-family: "Noto Sans JP", sans-serif;
}
/* イレギュラー */

/* 疑似クラスのrelative */
.pseudo-relative,
.post .pseudo-relative {
  position: relative;
  z-index: 0;
}
/* 疑似クラスのカラーの色 */
.pseudo-white::before,
.post .pseudo-white::before {
  color: white;
}
.post .time a, .post2b .time a, .post4b .time a, .postlist .time a {
    color: #fff;
}
/* 見出しの装飾 */
.head-border,
.post .head-border {
    position: relative;
    display: inline-block;
    padding: 0 55px;
}

.head-border::before,
.post .head-border::before {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 50px;
    height: 5px;
    background-color: #666;
    left: 0;
}

.head-border::after,
.post .head-border::after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 50px;
    height: 5px;
    background-color: #666;
    right: 0;
}



.left-line,
.post .left-line {
padding-left: 4em;
}
.left-line::before,
.post .left-line::before {
  position: absolute;
  content: "";
  width: 3em;
  height: 3px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.right-line::before,
.post .right-line::before {
  position: absolute;
  content: "";
  width: 3em;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.text-decoration_underline,
.post .text-decoration_underline {
  text-decoration: underline;
}
.top-line::before,
.post .top-line::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 50px;
    height: 1px;
    background: #1A1411;
}
.underline-left::before,
.post .underline-left::before {
      position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    max-width: 50px;
    width: 100%;
    height: 1px;
    background: #1A1411;
}
.underline-center::before,
.post .underline-center::before {
  position: absolute;
  content: "";
  bottom: -0.8em;
  left: 50%;
  transform: translateX(-50%);
  max-width: 50px;
  width: 100%;
  max-height: 6px;
  height: 0.2em;
  background: #0A315C;
}
.border-bottom,
.post .border-bottom {
  border-bottom: 1px dashed #707070;
}
.border-top,
.post .border-top {
  border-top: 1px dashed #707070;
}
.border,
.post .border {
  border: 1px dashed #707070;
}
.border-left,
.post .border-left {
  border-left: 10px solid #006cb7;
}

.behind-text::before,
.post .behind-text::before {
  position: absolute;
  left: 50%;
  width: 100%;
  top: 50%;
  line-height: 1.45;
  font-size: clamp(40px, 10vw, 190px);
  letter-spacing: 0.03em;
  font-family: var(--ff02);
  font-weight: 600;
  z-index: -10;
  content: "OPEN CAMPUS";
  transform: translate(-50%,-50%);
  background: linear-gradient(90deg, #EB71A7 25%, #FEF338 50%, #90C122 75%, #7298EE 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  opacity: .13;
}
.behind-text.INSTAGRAM::before,
.post .behind-text.INSTAGRAM::before {
  content: "INSTAGRAM";
}
.behind-text.COURSE::before,
.post .behind-text.COURSE::before {
  content: "COURSE";
}
.behind-text.SPECIALCOURSE::before,
.post .behind-text.SPECIALCOURSE::before {
  content: "SPECIALCOURSE";
}
.behind-text.CONTENTS::before,
.post .behind-text.CONTENTS::before {
  content: "CONTENTS";
}
.behind-text.FEATURES::before,
.post .behind-text.FEATURES::before {
  content: "FEATURES";
}
.marker,
.post .marker {
  background: linear-gradient(transparent 60%, #edf4ff 60%);
  display: inline-block;
}
.pseudo-relative,
.post .pseudo-relative {
  position: relative;
  z-index: 0;
}
.column02 {
  width: 49%;
}
.jc_flex-end {
  justify-content: flex-end;
}
.flex-end {
  align-items: flex-end;
}
.flex-start {
  align-items: flex-start;
}
@media print, screen and (max-width: 959px) {
  #footer {
    text-align: left;
  }
}
/* お問い合わせページだけフッターがないときにナビゲーションエリアにpadding-topを設けたい */
.page-id-21 footer#footer {
  padding-top: 2rem;
}
@media print, screen and (max-width: 768px) {
  .page-id-21 footer#footer {
    padding-top: 1rem;
  }
}

/* SP用フッター */
#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar li.mail a {
  background: #E0314B;
}
#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar li.tel a {
  background: #000;
}
#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar li.mail p.icon {
  color: #fff;
}
#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar li.tel p.icon {
  color: green;
}
#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar li.mail p.menu_name {
  color: #fff;
}

#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar li.tel p.icon {
  color: #6896d9;
}

#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar li.tel p.menu_name {
  color: #6896d9;
}
/* FOOTER */
footer#footer {
  padding-top: 0;
}
/* コピーライト */
#copyright {
  margin: var(--px12) auto 0;
  background: transparent;
}
/* 投稿 リスト */
.postlist li:first-child {
  border-top: none;
  /* border-top: 1px dashed #cccccc; */
}
.postlist li {
  border-bottom: 1px dashed #cccccc;
}
/* 投稿 ブロック */
/* 見出しの打ち消し */
/* .post2b h2,
.post4b h2,
.post2b h2 a,
.post4b h2 a {
  font-family: unset;
  font-size: unset;
  font-weight: unset;
  letter-spacing: unset;
  line-height: unset;
  color: unset;
} */
.post .time,
.postlist .time,
.post2b .time,
.post4b .time {
  background: #E0314B;
  display: block;
  border-radius: 5px;
}
.post_link,
.post2b_link,
.post4b_link {
  color: #969696;
}
.post_link a,
.post2b_link a,
.post4b_link a {
  color: #000;
}
/* それ以外 */
@media print, screen and (max-width: 768px) {
  a.column02 {
    width: 48%;
    display: block;
  }
  .column02 {
    width: 48%;
  }
}
@media print, screen and (max-width: 768px) {
  .column02 {
    width: 100%;
    margin-bottom: 15px;
  }
  .column02:last-child {
    margin-bottom: 0;
  }
}
.column02-w50 {
  width: 50%;
  display: block;
}
@media print, screen and (max-width: 768px) {
  .column02-w50 {
    width: 100%;
    margin-bottom: 15px;
  }
  .column02-w50:last-child {
    margin-bottom: 0;
  }
}
.column03 {
  width: 32.5%;
}

a.column03 {
  width: 32%;
  display: block;
}
@media print, screen and (max-width: 1024px) {
  .column03 {
    width: 48%;
    margin-bottom: 2vw;
  }
  a.column03 {
    width: 48%;
    margin-bottom: 2vw;
  }
}
@media print, screen and (max-width: 768px) {
  .column03 {
    width: 100%;
    margin-bottom: 15px;
  }
  .column03:last-child {
    margin-bottom: 0;
  }
}
.column03-full {
  width: calc(100% / 3);
}
@media print, screen and (max-width: 1024px) {
  .column03-full {
    width: 50%;
  }
}
@media print, screen and (max-width: 768px) {
  .column03-full {
    width: 100%;
  }
}
.column03-flex1 {
  flex: 1;
}

@media print, screen and (max-width: 768px) {
  .column03-flex1 {
    width: 100%;
  }
}
.column04 {
  width: 23.6%;
}
@media print, screen and (max-width: 1024px) {
  .column04 {
    width: 48%;
    margin-bottom: 2vw;
  }
}
@media print, screen and (max-width: 768px) {
  .column04 {
    width: 48%;
    margin-bottom: 15px;
  }
  .column04:last-child {
    margin-bottom: 0;
  }
}

.relative {
  position: relative;
  z-index: 14;
}
.mx-auto {
  margin: 0 auto;
}
.mr-auto {
  margin-right: auto;
}
.ml-auto {
  margin-left: auto;
}
.margin0 {
  margin: 0;
}
.absolute-area-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.absolute-area-center {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.absolute-area-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 5%;
}
.max_contents {
  width: 100vw;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}
.bg-img {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.jc_around {
  justify-content: space-around;
}
span.privacy {
  color: #0d56ab;
}
.img-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flexbox {
  flex-wrap: wrap;
}
.no-wrap {
  flex-wrap: nowrap;
}
.w100 {
  width: 100%;
}
.top-content {
  width: 100vw;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}
.lower-content {
  width: 100vw;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}
.max_w1100 {
  width: 90%;
}
.max_w1200 {
  max-width: 1200px;
  width: 90%;
}
.max_w1280 {
  max-width: 1280px;
  width: 90%;
}
/* 書き変え・お助け系 */
/* 親テーマ .news pのborder-bottomを打ち消す*/

p.time.cat-news.first {
  border-bottom: none;
}
/* 親テーマ .news pのborder-bottomを打ち消す*/
p.date {
  border-bottom: none;
}
a#scrollUp {
  background: #E0314B;
}
/* メニュー右上の色/hover時 */
#header a.head_btn.mail_btn {
  background: #EE72A8;
  text-align: center;
  font-size: clamp(10px, 0.7vw, 12px);
  font-weight: 700;
  letter-spacing: 0.03em;
}
#header a.head_btn.mail_btn:hover {
  background: #EE72A8;
  opacity: 0.7;
}
#header a.head_btn.mail_btn.blue {
  background: #7298EE;
}
#header a.head_btn.mail_btn.blue:hover {
  background: #7298EE;
  opacity: 0.7;
}
#header a.head_btn.mail_btn.green {
  background: #8FC221;
}
#header a.head_btn.mail_btn.green:hover {
  background: #8FC221;
  opacity: 0.7;
}
#header a.head_btn.mail_btn.purple {
  background: #A676AA;
}
#header a.head_btn.mail_btn.purple:hover {
  background: #A676AA;
  opacity: 0.7;
}
/* お問い合わせページのフッターを消す */
.page-id-21 .comon_footer {
  display: none;
}
/*お問い合わせページのボタンの色  */
.linkBtn,
.post .linkBtn {
  background: #e93341;
}
.linkBtn:hover,
.post .linkBtn:hover {
  background: #e93341;
  opacity: 0.7;
}
/* 代替案 検討中 */
body:not(.home) #content.wide {
  padding: 3% 0 8% 0;
}
/* お問い合わせページのボタンデザイン */
body.page-id-21 .linkBtn,
.post .linkBtn {
  padding: 0.5em 2.5em 0.5em 2.5em;
}
body.page-id-21 .post .subimitarea .linkBtn input[type="submit"] {
  padding: 20px 0;
}
/* --- */
/* h2の下線を消す */
.post h2::after {
  display: none;
}
/* プラポリのためにmarginは消さない */
.post h4 {
  padding: 0;
}
/* お問い合わせページ差し替え*/
.wpcf7-form .must {
  background: #f73737;
}
table.responsive th {
  background: transparent;
}
.post table.responsive,
.post table.responsive th,
.post table.responsive td {
  border-width: 0px;
}
table.responsive th {
  border-bottom: 1px solid #dcdddd !important;
}
table.responsive td {
  border-bottom: 1px solid #dcdddd !important;
}
.post h4::before {
  display: none;
}
/* SPユーティリティ */
@media print, screen and (max-width: 768px) {
  .sp_none {
    display: none !important;
  }
  a.column03 {
    width: 100%;
    margin-bottom: 15px;
  }
  .sp_block {
    display: block;
  }
  /* 最新	 */
  .w10,
  .w20,
  .w30,
  .w40,
  .w50,
  .w60,
  .w70,
  .w80,
  .w90 {
    margin-bottom: 0;
  }
  .sp_flex,
  .post .sp_flex {
    display: flex;
  }

  .sp_w90,
  .post .sp_w90 {
    width: 90%;
    margin: 0 auto;
  }
  .sp_mx-auto,
  .post .sp_mx-auto {
    margin: 0 auto;
  }
  .sp_txt_l,
  .post .sp_txt_l {
    text-align: left;
  }
  .sp_txt_c,
  .post .sp_txt_c {
    text-align: center;
  }

  .sp_txt_r,
  .post .sp_txt_r {
    text-align: right;
  }

  /* ヘッダー */
  .mobile #header {
    background: #fff;
    height: 60px;
  }
  .spmenu #menu p {
    color: #e93341;
    width: 100%;
  }
  .spmenu #menu span,
  .spmenu #menu span:before,
  .spmenu #menu span:after {
    background: #e93341;
  }
  div#wpadminbar {
    display: none;
  }
}

.mr0 {
  margin-right: 0 !important;
}
.mr1 {
  margin-right: 1rem !important;
}
.mr2 {
  margin-right: 2rem !important;
}
.mr3 {
  margin-right: 3rem !important;
}
.mr4 {
  margin-right: 4rem !important;
}
.mr5 {
  margin-right: 5rem !important;
}
.mr6 {
  margin-right: 6rem !important;
}
.mr7 {
  margin-right: 7rem !important;
}
.mr8 {
  margin-right: 8rem !important;
}
.mr9 {
  margin-right: 9rem !important;
}
.mr10 {
  margin-right: 10rem !important;
}
.mr15 {
  margin-right: 15rem !important;
}
.mr16 {
  margin-right: 16rem !important;
}
@media screen and (max-width: 768px) {
  .mr1 {
    margin-right: 0.5rem !important;
  }
  .mr2 {
    margin-right: 1rem !important;
  }
  .mr3 {
    margin-right: 1.5rem !important;
  }
  .mr4 {
    margin-right: 2rem !important;
  }
  .mr5 {
    margin-right: 2.5rem !important;
  }
  .mr6 {
    margin-right: 3rem !important;
  }
  .mr7 {
    margin-right: 3.5rem !important;
  }
  .mr8 {
    margin-right: 4rem !important;
  }
  .mr9 {
    margin-right: 4.5rem !important;
  }
  .mr10 {
    margin-right: 5rem !important;
  }
  .mr15 {
    margin-right: 7.5rem !important;
  }
  .mr16 {
    margin-right: 8rem !important;
  }
}
.ml0 {
  margin-left: 0 !important;
}
.ml1 {
  margin-left: 1rem !important;
}
.ml2 {
  margin-left: 2rem !important;
}
.ml3 {
  margin-left: 3rem !important;
}
.ml4 {
  margin-left: 4rem !important;
}
.ml5 {
  margin-left: 5rem !important;
}
.ml6 {
  margin-left: 6rem !important;
}
.ml7 {
  margin-left: 7rem !important;
}
.ml8 {
  margin-left: 8rem !important;
}
.ml9 {
  margin-left: 9rem !important;
}
.ml10 {
  margin-left: 10rem !important;
}
.ml15 {
  margin-left: 15rem !important;
}
.ml16 {
  margin-left: 16rem !important;
}
@media screen and (max-width: 768px) {
  .ml1 {
    margin-left: 0.5rem !important;
  }
  .ml2 {
    margin-left: 1rem !important;
  }
  .ml3 {
    margin-left: 1.5rem !important;
  }
  .ml4 {
    margin-left: 2rem !important;
  }
  .ml5 {
    margin-left: 2.5rem !important;
  }
  .ml6 {
    margin-left: 3rem !important;
  }
  .ml7 {
    margin-left: 3.5rem !important;
  }
  .ml8 {
    margin-left: 4rem !important;
  }
  .ml9 {
    margin-left: 4.5rem !important;
  }
  .ml10 {
    margin-left: 5rem !important;
  }
  .ml15 {
    margin-left: 7.5rem !important;
  }
  .ml16 {
    margin-left: 8rem !important;
  }
}
.pr0 {
  padding-right: 0 !important;
}
.pr1 {
  padding-right: 1rem !important;
}
.pr2 {
  padding-right: 2rem !important;
}
.pr3 {
  padding-right: 3rem !important;
}
.pr4 {
  padding-right: 4rem !important;
}
.pr5 {
  padding-right: 5rem !important;
}
.pr6 {
  padding-right: 6rem !important;
}
.pr7 {
  padding-right: 7rem !important;
}
.pr8 {
  padding-right: 8rem !important;
}
.pr9 {
  padding-right: 9rem !important;
}
.pr10 {
  padding-right: 10rem !important;
}
.pr15 {
  padding-right: 15rem !important;
}
.pr16 {
  padding-right: 16rem !important;
}
@media screen and (max-width: 768px) {
  .pr1 {
    padding-right: 0.5rem !important;
  }
  .pr2 {
    padding-right: 1rem !important;
  }
  .pr3 {
    padding-right: 1.5rem !important;
  }
  .pr4 {
    padding-right: 2rem !important;
  }
  .pr5 {
    padding-right: 2.5rem !important;
  }
  .pr6 {
    padding-right: 3rem !important;
  }
  .pr7 {
    padding-right: 3.5rem !important;
  }
  .pr8 {
    padding-right: 4rem !important;
  }
  .pr9 {
    padding-right: 4.5rem !important;
  }
  .pr10 {
    padding-right: 5rem !important;
  }
  .pr15 {
    padding-right: 7.5rem !important;
  }
  .pr16 {
    padding-right: 8rem !important;
  }
}
.pl0 {
  padding-left: 0 !important;
}
.pl1 {
  padding-left: 1rem !important;
}
.pl2 {
  padding-left: 2rem !important;
}
.pl3 {
  padding-left: 3rem !important;
}
.pl4 {
  padding-left: 4rem !important;
}
.pl5 {
  padding-left: 5rem !important;
}
.pl6 {
  padding-left: 6rem !important;
}
.pl7 {
  padding-left: 7rem !important;
}
.pl8 {
  padding-left: 8rem !important;
}
.pl9 {
  padding-left: 9rem !important;
}
.pl10 {
  padding-left: 10rem !important;
}
.pl15 {
  padding-left: 15rem !important;
}
.pl16 {
  padding-left: 16rem !important;
}
@media screen and (max-width: 768px) {
  .pl1 {
    padding-left: 0.5rem !important;
  }
  .pl2 {
    padding-left: 1rem !important;
  }
  .pl3 {
    padding-left: 1.5rem !important;
  }
  .pl4 {
    padding-left: 2rem !important;
  }
  .pl5 {
    padding-left: 2.5rem !important;
  }
  .pl6 {
    padding-left: 3rem !important;
  }
  .pl7 {
    padding-left: 3.5rem !important;
  }
  .pl8 {
    padding-left: 4rem !important;
  }
  .pl9 {
    padding-left: 4.5rem !important;
  }
  .pl10 {
    padding-left: 5rem !important;
  }
  .pl15 {
    padding-left: 7.5rem !important;
  }
  .pl16 {
    padding-left: 8rem !important;
  }
}
@media print, screen and (min-width: 769px) {
  .pc_mx-auto {
    margin: 0 auto;
  }
  .pc_mt1 {
    margin-top: 1rem !important;
  }
  .pc_mt2 {
    margin-top: 2rem !important;
  }
  .pc_mt3 {
    margin-top: 3rem !important;
  }
  .pc_mt4 {
    margin-top: 4rem !important;
  }
  .pc_mt5 {
    margin-top: 5rem !important;
  }
  .pc_mt6 {
    margin-top: 6rem !important;
  }
  .pc_mt7 {
    margin-top: 7rem !important;
  }
  .pc_mt8 {
    margin-top: 8rem !important;
  }
  .pc_mt9 {
    margin-top: 9rem !important;
  }
  .pc_mt10 {
    margin-top: 10rem !important;
  }
  .pc_mt15 {
    margin-top: 15rem !important;
  }
  .pc_mt16 {
    margin-top: 16rem !important;
  }
  .pc_mb1 {
    margin-bottom: 1rem !important;
  }
  .pc_mb2 {
    margin-bottom: 2rem !important;
  }
  .pc_mb3 {
    margin-bottom: 3rem !important;
  }
  .pc_mb4 {
    margin-bottom: 4rem !important;
  }
  .pc_mb5 {
    margin-bottom: 5rem !important;
  }
  .pc_mb6 {
    margin-bottom: 6rem !important;
  }
  .pc_mb7 {
    margin-bottom: 7rem !important;
  }
  .pc_mb8 {
    margin-bottom: 8rem !important;
  }
  .pc_mb9 {
    margin-bottom: 9rem !important;
  }
  .pc_mb10 {
    margin-bottom: 10rem !important;
  }
  .pc_mb15 {
    margin-bottom: 15rem !important;
  }
  .pc_mb16 {
    margin-bottom: 16rem !important;
  }
  .pc_pt1 {
    padding-top: 1rem !important;
  }
  .pc_pt2 {
    padding-top: 2rem !important;
  }
  .pc_pt3 {
    padding-top: 3rem !important;
  }
  .pc_pt4 {
    padding-top: 4rem !important;
  }
  .pc_pt5 {
    padding-top: 5rem !important;
  }
  .pc_pt6 {
    padding-top: 6rem !important;
  }
  .pc_pt7 {
    padding-top: 7rem !important;
  }
  .pc_pt8 {
    padding-top: 8rem !important;
  }
  .pc_pt9 {
    padding-top: 9rem !important;
  }
  .pc_pt10 {
    padding-top: 10rem !important;
  }
  .pc_pt15 {
    padding-top: 15rem !important;
  }
  .pc_pt16 {
    padding-top: 16rem !important;
  }
  .pc_pb1 {
    padding-bottom: 1rem !important;
  }
  .pc_pb2 {
    padding-bottom: 2rem !important;
  }
  .pc_pb3 {
    padding-bottom: 3rem !important;
  }
  .pc_pb4 {
    padding-bottom: 4rem !important;
  }
  .pc_pb5 {
    padding-bottom: 5rem !important;
  }
  .pc_pb6 {
    padding-bottom: 6rem !important;
  }
  .pc_pb7 {
    padding-bottom: 7rem !important;
  }
  .pc_pb8 {
    padding-bottom: 8rem !important;
  }
  .pc_pb9 {
    padding-bottom: 9rem !important;
  }
  .pc_pb10 {
    padding-bottom: 10rem !important;
  }
  .pc_pb15 {
    padding-bottom: 15rem !important;
  }
  .pc_pb16 {
    padding-bottom: 16rem !important;
  }
}
@media screen and (max-width: 768px) {
  .sp_mx-auto {
    margin: 0 auto;
  }
  .sp_pt1 {
    padding-top: 0.5rem !important;
  }
  .sp_pt2 {
    padding-top: 1rem !important;
  }
  .sp_pt3 {
    padding-top: 1.5rem !important;
  }
  .sp_pt4 {
    padding-top: 2rem !important;
  }
  .sp_pt5 {
    padding-top: 2.5rem !important;
  }
  .sp_pt6 {
    padding-top: 3rem !important;
  }
  .sp_pt7 {
    padding-top: 3.5rem !important;
  }
  .sp_pt8 {
    padding-top: 4rem !important;
  }
  .sp_pt9 {
    padding-top: 4.5rem !important;
  }
  .sp_pt10 {
    padding-top: 5rem !important;
  }
  .sp_pb1 {
    padding-bottom: 0.5rem !important;
  }
  .sp_pb2 {
    padding-bottom: 1rem !important;
  }
  .sp_pb3 {
    padding-bottom: 1.5rem !important;
  }
  .sp_pb4 {
    padding-bottom: 2rem !important;
  }
  .sp_pb5 {
    padding-bottom: 2.5rem !important;
  }
  .sp_pb6 {
    padding-bottom: 3rem !important;
  }
  .sp_pb7 {
    padding-bottom: 3.5rem !important;
  }
  .sp_pb8 {
    padding-bottom: 4rem !important;
  }
  .sp_pb9 {
    padding-bottom: 4.5rem !important;
  }
  .sp_pb10 {
    padding-bottom: 5rem !important;
  }
  .sp_pd2 {
    padding: 1rem !important;
  }
  .sp_pd3 {
    padding: 1.5rem !important;
  }
  .sp_pd4 {
    padding: 2rem !important;
  }
  .sp_pd5 {
    padding: 2.5rem !important;
  }
  .sp_mt1 {
    margin-top: 0.5rem !important;
  }
  .sp_mt2 {
    margin-top: 1rem !important;
  }
  .sp_mt3 {
    margin-top: 1.5rem !important;
  }
  .sp_mt4 {
    margin-top: 2rem !important;
  }
  .sp_mt5 {
    margin-top: 2.5rem !important;
  }
  .sp_mt6 {
    margin-top: 3rem !important;
  }
  .sp_mt7 {
    margin-top: 3.5rem !important;
  }
  .sp_mt8 {
    margin-top: 4rem !important;
  }
  .sp_mt9 {
    margin-top: 4.5rem !important;
  }
  .sp_mt10 {
    margin-top: 5rem !important;
  }
  .sp_mt15 {
    margin-top: 7.5rem !important;
  }
  .sp_mt16 {
    margin-top: 8rem !important;
  }
  .sp_mb1 {
    margin-bottom: 0.5rem !important;
  }
  .sp_mb2 {
    margin-bottom: 1rem !important;
  }
  .sp_mb3 {
    margin-bottom: 1.5rem !important;
  }
  .sp_mb4 {
    margin-bottom: 2rem !important;
  }
  .sp_mb5 {
    margin-bottom: 2.5rem !important;
  }
  .sp_mb6 {
    margin-bottom: 3rem !important;
  }
  .sp_mb7 {
    margin-bottom: 3.5rem !important;
  }
  .sp_mb8 {
    margin-bottom: 4rem !important;
  }
  .sp_mb9 {
    margin-bottom: 4.5rem !important;
  }
  .sp_mb10 {
    margin-bottom: 5rem !important;
  }
  .sp_mb15 {
    margin-bottom: 7.5rem !important;
  }
  .sp_mb16 {
    margin-bottom: 8rem !important;
  }
}

.block,
.post .block {
  display: block;
}
.inline,
.post .inline {
  display: inline;
}
.inline-block,
.post .inline-block {
  display: inline-block;
}
/* 投稿のショートコードのタイトルのh2が.post h2に負けないようにする */
h2.cat-loop {
  font-size: clamp(16px, 1vw, 18px);
  font-weight: 500;
  font-family: var(--ff01);
  color: #333333;
  line-height: unset;
  letter-spacing: 0;
}

/* h1～h3 */
/* h1～h3 */
.post h1 {
  font-size: clamp(30px, 3.3vw, 62px);
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #41412F;
	margin-bottom: 30px;
	font-family: var(--ff01);
	text-align: left;
}
.post h2 {
  font-size: clamp(18px, 1.7vw, 32px);
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: 900;
  color: #41412F;
  margin-bottom: 20px;
  font-family: var(--ff01);
  margin-top: 0;
}
.post h3 {
  font-size: clamp(18px, 1.5vw, 28px);
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 700;
  border-bottom: none;
  color: #41412F;
    margin: 0;
  margin-bottom: 20px;
  font-family: var(--ff01);
  margin-top: 0;
  padding: 0;
}

.post h4 {
  font-size: clamp(16px, 1.2vw, 22px);
  line-height: 1.7;
  letter-spacing: 0.03em;
  font-weight: 900;
  border-bottom: none;
  color: #41412F;
  margin-bottom: 10px;
  font-family: var(--ff01);
  margin-top: 0;
}

.post p {
  font-size: clamp(16px, 1vw, 16px);
  line-height: 1.7;
  letter-spacing: 0.06em;
  font-weight: 500;
  border-bottom: none;
  color: #41412F;
	margin-bottom: 5px;
	font-family: var(--ff01);
}
/* CSS */
/* =========================
font-size + line-height
========================= */

.font40-line-height61,
.post .font40-line-height61 {
  font-size: clamp(21px, 2.1vw, 40px);
  line-height: 1.5;
}

.font18-line-height27,
.post .font18-line-height27 {
  font-size: clamp(16px, 1vw, 18px);
  line-height: 1.5;
}

.font20-line-height29,
.post .font20-line-height29 {
  font-size: clamp(16px, 1.1vw, 20px);
  line-height: 1.5;
}

.font18-line-height30,
.post .font18-line-height30 {
  font-size: clamp(16px, 1vw, 18px);
  line-height: 1.7;
}

.font38-line-height61,
.post .font38-line-height61 {
  font-size: clamp(18px, 2vw, 38px);
  line-height: 1.6;
}

.font22-line-height45,
.post .font22-line-height45 {
  font-size: clamp(16px, 1.2vw, 22px);
  line-height: 2.0;
}

.font22-line-height32,
.post .font22-line-height32 {
  font-size: clamp(18px, 1.2vw, 22px);
  line-height: 1.5;
}

.font32-line-height46,
.post .font32-line-height46 {
  font-size: clamp(20px, 1.7vw, 32px);
  line-height: 1.4;
}

.font20-line-height30,
.post .font20-line-height30 {
  font-size: clamp(16px, 1.1vw, 20px);
  line-height: 1.5;
}

.font20-line-height42,
.post .font20-line-height42 {
  font-size: clamp(16px, 1.1vw, 20px);
  line-height: 2.1;
}

.font28-line-height42,
.post .font28-line-height42 {
  font-size: clamp(20px, 1.5vw, 28px);
  line-height: 1.5;
}

/* =========================
letter-spacing
========================= */

.letters30,
.post .letters30 {
  letter-spacing: 0.03em;
}

.letters0,
.post .letters0 {
  letter-spacing: 0;
}

/* =========================
font-family
========================= */

.noto-sans,
.post .noto-sans {
  font-family: "Noto Sans JP", sans-serif;
}

.poppins,
.post .poppins {
  font-family: "Poppins", sans-serif;
}

/* =========================
font-weight
========================= */

.fw500,
.post .fw500 {
  font-weight: 500;
}

.fw600,
.post .fw600 {
  font-weight: 600;
}

.fw700,
.post .fw700 {
  font-weight: 700;
}

/* =========================
color
========================= */

.black2b2b2b,
.post .black2b2b2b {
  color: #2B2B2B;
}

.black343434,
.post .black343434 {
  color: #343434;
}

.black333333,
.post .black333333 {
  color: #333333;
}

.white,
.post .white {
  color: #ffffff;
}

/* =========================
display
========================= */

.block {
  display: block;
}

/*--トップ--------------------------------------------*/
.scroll-y,
.post .scroll-y {
  max-height: 400px; /* 好きに調整OK（300〜500くらいがいい） */
  overflow-y: auto;
}
.fixed {
    position: fixed;
    right: 0vw;
    bottom: 4vw;
    display: flex;
    min-height: 82px;
    z-index: 100;
    width: clamp(60px, 5vw, 95px);
}
span.sp-width {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    /* margin-left: 70px; */
    gap: 10px;
    /* margin-bottom: 3px; */
}
/* ボタン */
.btn-item a {
	position: relative;
	display: block;
	background: #E0314B;
	color: #fff;/*文字と枠の色*/
	font-size: 16px;/*文字の大きさ*/
	font-weight: 700;/*文字の太さ*/
	padding: 22px 20px;/*立幅調整*/
	margin: 0 auto;
	border-radius: 50px;
	text-decoration: none;/*文字の下線を消す*/
	transition: 0.3s;
	font-family: var(--ff01);
	letter-spacing: 0.03em;
	text-align: center;
}

.btn-item {
    max-width: 320px;
    width: 100%;
}

.btn-item a::before {
    position: absolute;
    background-image: url(https://smart-okataduke.com/wp-content/uploads/btn-icon02-1.png);
    max-width: 19px;
    max-height: 19px;
    width: 100%;
    height: 100%;
    content: "";
    background-size: contain;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
  transition: .3s;
}

.btn-item a:hover::before {
    right: 10px;
}
.bg-top-open-campus {
    background-image: url(https://creax.web.holo.ne.jp/wp-content/uploads/bg-top-open-campus.png);
}

.pd-top-open-campus {
    padding: 2% 0;
    padding-top: 5%;
}

.max_w1600 {
    width: 90%;
}
/* タブ */
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  row-gap: 70px;
  /* background: #fff; */
  padding: 1%;
  border-radius: 20px;
}
.tab-label {
  color: White;
  background: LightGray;
  order: -1;
  border-radius: 10px 10px 0px 0;
  background: none;
  font-size: 18px;
  font-weight: 700;
  font-family: var(--ff01);
  color: #fff;
  width: 18%;
  /* background: red; */
  /* padding: 1%; */
}
.tab-content {
  width: 100%;
  border-radius: 20px;
  padding: 6% 2%;
  padding-bottom: 4%;
  background: #fff;
  padding-top: 5%;
}
.tab-switch:checked + .tab-label {
  color: #07bab5;
}
.tab-switch:checked + .tab-label + .tab-content {
  display: block;
}
.tab-switch {
  display: none;
}
.topic {
  position: absolute;
  left: -2px;
  top: -1px;
  background: #FBC301;
  padding: 1% 3%;
  border-radius: 20px 0;
}

.btn-item.green a {
  background: #29b780;
}

.btn-item.green a::before {
  background-image: url(/wp-content/uploads/btn-icon-green.png);
}
.pseud-bg-gray::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 78%;
}
.topic.blue {
  background: #29b7b7;
}

.topic.orange {
  background: #ef7332;
}
.tab-wrap.daytime {
    /* width: 59%; */
}

.tab-wrap.correspondence {
    width: 40%;
}

.bg-top-course {
    background: #FFFFF0;
}


label.tab-label.ex {
    /* width: 44%; */
}
.pd-top-course {
    padding: 6% 0;
}
/* -------------------------------------
   c-ttl-num
   ------------------------------------- */
.c-ttl-num, .post .c-ttl-num {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: .3em;
    font-size: var(--font-size28);
    font-weight: bold;
    margin-bottom: .3em;
}
.c-ttl-num .num, .post .c-ttl-num .num {
    font-size: 2.5em;
    font-family: var(--font-family02); 
    line-height: 1;
    white-space: nowrap;
}
/* -------------------------------------
   c-text-bubble
   ------------------------------------- */
.c-text-bubble, .post .c-text-bubble {
    display: inline-block;
    padding: 0 1em;
    position: relative;
}
.c-text-bubble::before, .post .c-text-bubble::before, .c-text-bubble::after, .post .c-text-bubble::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 1em;
    bottom: .2em;
    border-left: 3px solid;
}
.c-text-bubble::before, .post .c-text-bubble::before {
    left: 0;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
.c-text-bubble::after, .post .c-text-bubble::after {
    right: 0;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}
/* -------------------------------------
   c-text-underline
   ------------------------------------- */
.c-text-underline, .post .c-text-underline {
    display: inline-block;
    padding-bottom: .1em;
    border-bottom: 1px solid;
}
/* -------------------------------------
   c-text-marker
   ------------------------------------- */
.c-text-marker, .post .c-text-marker {
    background: linear-gradient(transparent 70%, yellow 70%);
}
/* -------------------------------------
   c-text-img_tag
   ------------------------------------- */
.c-text-img_tag, .post .c-text-img_tag {
    background: var(--color-primary);
    color: #FFF;
    font-weight: bold;
    margin-bottom: 0;
    padding: .4em 1em;
    border-radius: 20px 0 0 0;
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 90%;
    width: fit-content;
}
/* -------------------------------------
   c-obj-ttl_icon
   ------------------------------------- */
.c-obj-ttl_icon, .post .c-obj-ttl_icon {
    width: var(--font-size28);
    height: auto;
    margin: 0 auto;
}
/* -------------------------------------
   c-list-dot
   ------------------------------------- */
.c-list-dot, .post .c-list-dot {
    display: flex;
    flex-direction: column;
}
.c-list-dot li, .post .c-list-dot li {
    padding-left: 1.25em;
    position: relative;
    line-height: var(--body-line-height);  
}
.c-list-dot li::before, .post .c-list-dot li::before {
    content: '・';
    position: absolute;
    left: 0;
    top: 0em;
}
@media print, screen and (max-width: 768px) { 
}
/* -------------------------------------
   c-list-check
   ------------------------------------- */
.c-list-check, .post .c-list-check {
    display: flex;
    flex-direction: column;
    max-width: 750px;
    margin: 0 auto;
    text-align: left;
    gap: .9em;
}
.c-list-check li, .post .c-list-check li {
    position: relative;
    font-size: var(--font-size22);
    font-weight: bold;
    background: #F7F7F7;
    border-radius: 50vw;
    padding: .5em 1em .5em 3em;
}
.c-list-check li::before, .post .c-list-check li::before {
    font-family: 'FontAwesome';
    content: '\f058';
    color: var(--color-primary);
    position: absolute;
    left: 1.5em;
    top: 50%;
	transform: translateY(-50%);
}
.c-list-check--secondary li::before, .post .c-list-check--secondary li::before {
    color: var(--color-secondary);
}
@media print, screen and (max-width: 768px) { 
	.c-list-check li, .post .c-list-check li {
		padding: .5em .8em .5em 2.8em;
	}
}
/* -------------------------------------
   c-list-menu
   ------------------------------------- */
.c-list-menu, .post .c-list-menu {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #FFF;
    padding: var(--clamp-30) var(--clamp-20);
    border-radius: 10px;
    gap: var(--clamp-20);
}
.c-list-menu li, .post .c-list-menu li {
    background: var(--color-primary);
    font-size: var(--font-size28);
    font-weight: bold;
    color: #FFF;
    text-align: center;
    border-radius: 5px;
    padding: 1em .5em;
}
@media print, screen and (max-width: 768px) { 
}
@media print, screen and (max-width: 499px) { 
    .c-list-menu, .post .c-list-menu {
        grid-template-columns: repeat(2, 1fr);
    }
    .c-list-menu li, .post .c-list-menu li {
        font-size: var(--font-size18);
    }
}
/* -------------------------------------
   c-btn-content
   ------------------------------------- */
/* ==== c-btn-content ==== */
.c-btn-content, .post .c-btn-content {
    display: flex;
    flex-direction: row;
    gap: 20px var(--clamp-40);
    flex-wrap: wrap;
    justify-content: center;
	width: 100%;
	position: relative;
	z-index: 10;
}
@media print, screen and (min-width: 769px) {
    .c-btn-content--left, .post .c-btn-content--left {
        justify-content: flex-start;
    }
    .c-btn-content--right, .post .c-btn-content--right {
        justify-content: flex-end;
    }
}
@media print, screen and (max-width: 768px) {
	.c-btn-content, .post .c-btn-content {
		gap: 20px;
	}
}
/* -------------------------------------
   c-btn
   ------------------------------------- */
/* ==== c-btn ==== */
.c-btn, .post .c-btn, a.c-btn {
    --color: #FFF;
    --bg-color: var(--color-primary);
    color: var(--color);
    background: var(--bg-color);
    font-size: var(--font-size22);
    font-family: var(--font-family01);
    font-weight: bold;
    line-height: var(--body-line-height);
    letter-spacing: var(--body-letter-spacing);
    text-align: center; 
    width: 90%;
    max-width: 480px;
    border-radius: 50vw;
    padding: 1em 2em;
    outline: 1px solid;
    display: inline-block;
    position: relative;
    transition: .5s ease;
}
.c-btn:hover, .post .c-btn:hover, a.c-btn:hover {
    color: var(--bg-color);
    background: var(--color);
    box-shadow: 0 6px 20px #0000001A;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
.c-btn::after, .post .c-btn::after, a.c-btn::after {
    content: '\f138';
    position: absolute;
    font-family: 'FontAwesome';
    right: 1em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .3s ease;
}
.c-btn--secondary, .post .c-btn--secondary, a.c-btn--secondary {
    --bg-color: var(--color-secondary);
}
.c-btn--page, .post .c-btn--page, a.c-btn--page {
    display: flex;
    justify-content: center;
    gap: .3em;
    align-items: center;
    max-width: 350px;
    font-size: var(--font-size20);
    padding: .6em 2em;
}
.c-btn--page .icon, .post .c-btn--page .icon, a.c-btn--page .icon {
    width: 1.2em;
    height: 1.2em;
    background: var(--color);
    transition: .3s ease;
    mask-position: center;
    mask-size: cover;
    mask-repeat: no-repeat;
}
.c-btn--page .icon--hw, .post .c-btn--page .icon--hw, a.c-btn--page .icon--hw {
	mask-image: url(/wp-content/uploads/icon-hw-color.png);
}
.c-btn--page .icon--cw, .post .c-btn--page .icon--cw, a.c-btn--page .icon--cw {
	mask-image: url(/wp-content/uploads/icon-cw-color.png);
}
.c-btn--page:hover .icon, .post .c-btn--page:hover .icon, a.c-btn--page:hover .icon {
    background: var(--bg-color);
}
.c-btn--page::after, .post .c-btn--page::after, a.c-btn--page::after {
    content: '\f078';
    font-size: 1.2em;
}
@media print, screen and (max-width: 499px) {
	.c-btn, .post .c-btn, a.c-btn {
		font-size:clamp(14px, 1.15vw, 22px);
	}
	
}
/* -------------------------------------
   c-table
   ------------------------------------- */
table.c-table, table.c-table th, table.c-table td,
.post table.c-table, .post table.c-table th, .post table.c-table td {
    border: 0px solid var(--color-table-border);
}
table.c-table th, .post table.c-table th {
	border-bottom: 1px solid var(--color-primary);
} 
table.c-table td, .post table.c-table td {
	border-bottom: 1px solid var(--color-table-border);
} 
@media print, screen and (max-width: 768px) {
}

/* -------------------------------------
   c-tabs
   ------------------------------------- */
.c-tabs {
    position: relative;
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
}

.c-tabs input[type="radio"] {
    display: none;
}
.c-tabs__nav {
    display: flex;
    gap: var(--gap-card-column-02);
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    margin-bottom: 5rem;
}
.c-tabs__btn {
    position: relative;
    border-radius: var(--clamp-20);
    flex: 1;
}


.c-tabs__inner {
    position: relative;
    width: 95%;
    margin: 0 auto;
}
.c-tabs__icon {
    width: var(--font-size60);
    margin: 0 auto;
}
.c-tabs__ttl, .post .c-tabs__ttl {
    font-size: var(--font-size36);
    font-weight: bold;
    color: #FFF;
    text-align: center;
    margin-bottom: .5em;
}
.c-tabs__ttl::after, .post .c-tabs__ttl::after {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    margin: 0 .2em .2em;
    vertical-align: middle;
    background-image: url(/wp-content/uploads/icon-search.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.c-tabs__list, .post .c-tabs__list {
    display: flex;
    flex-direction: column;
    outline: 2px solid;
    color: #FFF;
    border-radius: 5px;
    padding: 15px 20px 20px;
}
.c-tabs__list li, .post .c-tabs__list li {
    border-bottom: 1px dashed;
    font-size: calc(var(--font-size22) - 1px);
    font-weight: bold;
    position: relative;
    padding: .2em 0;
    padding-left: 1.25em;
}
.c-tabs__list li::before, .post .c-tabs__list li::before {
    content: '・';
    position: absolute;
    left: 0;
    top: .2em;
}
/* アクティブタブ */

#tab-1:checked ~ .c-tabs__nav label[for="tab-1"]::after,
#tab-2:checked ~ .c-tabs__nav label[for="tab-2"]::after, #tab-3:checked ~ .c-tabs__nav label[for="tab-3"]::after, #tab-4:checked ~ .c-tabs__nav label[for="tab-4"]::after, #tab-5:checked ~ .c-tabs__nav label[for="tab-5"]::after {
    display: unset;
    transform: translateX(-50%);
}
.c-tabs__panel {
    display: none;
}
#tab-1:checked ~ .c-tabs__content .panel-1,
#tab-2:checked ~ .c-tabs__content .panel-2,
#tab-3:checked ~ .c-tabs__content .panel-3,
#tab-4:checked ~ .c-tabs__content .panel-4,
#tab-5:checked ~ .c-tabs__content .panel-5 {
    display: block;
}

body.home .post {
    clear: none;
}
body.home .c-tabs::before {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100% - var(--clamp-70));
    mask-image: url(https://linoa2024.web.holo.ne.jp/wp-content/uploads/mask.png);
    mask-position: top;
    mask-repeat: no-repeat;
    mask-size: contain;
    z-index: 0;
    left: 0;
    bottom: 0;
    background: var(--color-primary-tint);
}
.c-tabs:has(#tab-2:checked)::before {
	background: var(--color-secondary-tint);
}

@keyframes tabPulse{
  0%{
    transform:scale(1);
  }

  50%{
    transform:scale(1.06);
  }

  100%{
    transform:scale(1);
  }
}
@media print, screen and (min-width: 769px) {
	.c-tabs__content .c-tabs__list {
		display: none;
	}
}
@media print, screen and (max-width: 1499px) {
	.c-tabs__nav {
		width: var(--content-width);
		/* max-width: 1050px; */
	}
	body.home .c-tabs {
		margin-top: -14%;
	}
}
@media print, screen and (max-width: 1023px) {
	body.home .c-tabs {
		margin-top: -14%;
	}
}
@media print, screen and (max-width: 959px) {
	body.home #content {
		clear: none;
	}
}
@media print, screen and (max-width: 768px) {
	body.home .c-tabs {
		/* margin-top: -50%; */
	}
	.c-tabs__nav {
		gap: 10px;
	}
    .c-tabs__icon {
        width: calc(var(--font-size60) / 1.5);
    }
    .c-tabs__ttl, .post .c-tabs__ttl {
        font-size: var(--font-size16);
    }
    .c-tabs__list, .post .c-tabs__list {
        padding: 10px 10px;
		outline-width: 1px;
    } 
    .c-tabs__list li, .post .c-tabs__list li {
        font-size: var(--font-size12);
    }
	
	.c-tabs__nav .c-tabs__list {
		display: none;
	}
	.c-tabs__content .c-tabs__list li {
		font-size: var(--font-size22);
	}
	#tab-1:checked ~ .c-tabs__nav label[for="tab-1"], #tab-2:checked ~ .c-tabs__nav label[for="tab-2"] {
		/* animation: tabPulse 2s infinite; */
	}
	#tab-1:checked ~ .c-tabs__nav label[for="tab-1"] {
    box-shadow: 0px 0px 4px 4px #fffcfb;
}
}
.bg-navy {
    background: #063C77;
}.pd-sub-title, .post .pd-sub-title {
    margin-bottom: 0;
    padding: 1% 2% 1% 2%;
    border-radius: 5px;
}

.gap10px {
    gap: 10px;
}
.bg-yellow, .post .bg-yellow {
    background: #FBC301;
    margin-bottom: 0;
    padding: 1%;
}
.bg-cream {
    background: #FFFAD9;
}

.pd-special-course-inner {
    padding: 3% 0;
    padding-bottom: 1%;
}

.pd-special-course {
    padding-top: 5%;
}
.bg-contents {
    background-image: url(https://creax.web.holo.ne.jp/wp-content/uploads/bg-contents.png);
}

.pd-contents {
    padding: 5% 0;
}

.pd-interview {
    max-width: 640px;
    margin-left: auto;
    padding: 2% 3%;
}
.flex1 {
    width: calc(100%/3);
}
.pd-info {
    padding: 5% 0;
}
/*--フッター---------------------------------------------*/
.fa-brands {
    font-size: 3rem !important;
}
a.category-footer {
  font-size: clamp(16px, 1vw, 18px);
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.7;
  margin-bottom: 1rem;
  padding-top: 1rem;
  /* text-align: center; */
}

.pd-footer {
  padding: 5% 0;
}

a.category-footer-mini {
  font-size: clamp(16px, 1vw, 18px);
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.46;
  margin-bottom: 1rem;
  padding-left: 4rem;
  /* text-align: right; */
}

a.category-footer-mini:hover {
  opacity: 0.7;
}

a.category-footer:hover {
  opacity: 0.7;
}
.gap90px {
  gap: 14px;
  row-gap: 0;
}

.column-sub-link {
  width: 45%;
}

.column-main-link {
  width: 50%;
  display: flex;
  justify-content: space-between;
}
.btn-item-footer {
    /* max-width: 320px; */
    width: 100%;
}
.btn-item-footer a {
	    position: relative;
	    display: block;
	    color: #E0314B;
	    background: #fff;
	    font-size: clamp(16px, 1.1vw, 20px);
	    font-weight: bold;
	    padding: 22px 0;
	    margin: 0 auto;
	    text-decoration: none;
	    transition: 0.3s;
	    font-family: var(--ff01);
	    text-align: center;
}
.btn-item-footer a:hover {
 	background: #E0314B;/*背景の色*/
 	color: #fff;/*文字と枠の色*/
 	outline: 1px solid;
}
.footer-map {
    width: 49%;
}

.footer-btn {
    width: 44%;
}

.bg-footer {
    background: #E0314B;
}
#footer img {
    max-width: 255px;
    margin: 0 auto;
    width: 100%;
}


.behind-text-footer::before {
    position: absolute;
    right: 0;
    width: 100%;
    text-align: right;
    bottom: 0;
    line-height: 1.45;
    font-size: clamp(70px, 10vw, 190px);
    letter-spacing: 0.03em;
    font-family: var(--ff02);
    font-weight: 600;
    z-index: -3;
    opacity: .08;
    content: "CONTACT";
    color: #D3D3D3;
}
.sub-link-wide {
    width: 32%;
}
.absolute-area {
    position: absolute;
    right: 0;
    bottom: 0;
}


#footer .absolute-area ul {
    display: flex;
    gap: 20px;
}

/*--美容師コース--------------------------------------------*/
.behind-text-lower::before, .post .behind-text-lower::before {
    position: absolute;
    left: 50%;
    width: 100%;
    top: 50%;
    line-height: 1.45;
    letter-spacing: 0.03em;
    font-size: clamp(40px, 6.3vw, 120px);
    120p: 0.03em;
    font-family: var(--ff02);
    font-weight: 600;
    z-index: -10;
    content: "ABOUT";
    color: #FBC301;
    transform: translate(-50%,-50%);
    opacity: .13;
}
.behind-text-lower.OOCCUPATION::before, .post .behind-text-lower.OOCCUPATION::before {
    content: "OOCCUPATION";
    opacity: .12;
}

.course-border {
    border: 2px solid #FBC301;
}

.pd-course-border {
    padding: 4% 8%;
    padding-bottom: 2%;
}

.absolute-area02 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
}
.dawn-arrows::before {
    border-color: #FBC301 transparent transparent transparent;
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
    width: 0px;
    height: 0px;
    border-width: 10px 20px 0px 20px;
    border-style: solid;
    content: "";
    z-index: 100;
}
.mb-irregular, .post .mb-irregular {
    margin-bottom: 5%;
}

.br20px {
    border-radius: 20px;
}

.br10px {
    border-radius: 10px;
}
.pd-course-head, .post .pd-course-head {
    padding: 1% 2% !important;
}

.pd-course-content {
    padding: 2%;
}

.pseud-bg::before, .post .pseud-bg::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 85%;
    background: #FFFAD9;
    z-index: 0;
}
.activity-content {
    width: 100%;
    gap: 20px;
    -webkit-overflow-scrolling: touch;
    display: flex;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    flex-wrap: unset;
    justify-content: space-between;
    overflow-x: auto;
    padding-left: 0;
}
.scroll- {
    margin: 0 auto;
}

.pd-pseud-bg {
    padding: 3% 0;
}
.mb-irregular02 {
    margin-bottom: 3%;
}

.mb-irregular02, .post .mb-irregular02 {
    margin-bottom: 5%;
}
.behind-text-lower.QUALIFICATIONS::before, .post .behind-text-lower.QUALIFICATIONS::before {
    content: "QUALIFICATIONS";
}
.behind-text-lower.QUALIFICATIONS::before, .post .behind-text-lower.QUALIFICATIONS::before {
    content: "QUALIFICATIONS";
}
.behind-text-lower.CONTENTS::before, .post .behind-text-lower.CONTENTS::before {
    content: "CONTENTS";
}
.behind-text-lower.QA::before, .post .behind-text-lower.QA::before {
    content: "Q&A";
}
.behind-text-lower.COURSE::before, .post .behind-text-lower.COURSE::before {
    content: "COURSE";
}
/*--FAQ-------------------------------------------*/

.qa_list {
  cursor: pointer;
}
.qa_list .qa_list_inner dt {
  position: relative;
  font-weight: normal;
  margin: 1rem 0 0 0;
  display: flex;
  align-items: stretch;
  padding: 0rem 1rem 0rem 0rem;
  /* background: #1f60ab; */
  border-radius: 10px 10px 0 0;
}
.qa_list .qa_list_inner dd .ans_flex {
  position: relative;
  font-weight: normal;
  margin: 0;
  display: flex;
  align-items: stretch;
  padding: 0;
  background: #ffffff;
  /* border: 1px solid #d1d1d1; */
  /* border-radius: 0 0 10px 10px; */
  border-top: 1px dashed #ACACAC;
}
.qa_list .qa_list_inner .a_ico {
  color: #1f60ab;
  line-height: 1;
  padding: 1rem 1rem 1rem 1rem;
  font-size: 2.2rem;
  width: 100%;
  text-align: center;
  max-width: 90px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--body-font-family);
  font-family: var(--ff02);
  color: #E0314B;
  font-size: clamp(20px, 2.2vw, 42px);
  font-weight: 700;
  /* display: none; */
}
.qa_list .qa_list_inner .q_ico {
  line-height: 1;
  padding: 1rem 1rem 1rem 1rem;
  font-size: 2.2rem;
  font-weight: bold;
  width: 100%;
  text-align: center;
  max-width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ff02);
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  font-size: clamp(20px, 2.2vw, 42px);
  /* display: none; */
  color: #E0314B;
}
.qa_list .qa_list_inner .q_desc,
.qa_list .qa_list_inner .a_desc {
  padding: 1.5rem 1.5rem 1.5rem 2rem;
  line-height: 1.7;
  font-size: 18px;
  font-size: clamp(16px, 1vw, 18px);
  color: #fff;
  /* font-family: var(--ff02); */
  font-weight: 700;
  color: #333333;
}
.qa_list .qa_list_inner .a_desc {
  line-height: 1.8;
  width: 100%;
  font-size: clamp(16px, 1vw, 18px);
  color: #333333;
  color: #333;
  font-weight: 500;
  letter-spacing: 0.03em;
  display: block;
}
.qa_list .qa_list_inner dt:after {
  content: "＋";
  font-weight: 500;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3rem;
  color: #333333;
  font-size: 1em;
}
.qa_list .qa_list_inner dd {
  /* display: none; */
  position: relative;
  padding: 0;
  margin: 0 0 1rem 0;
  border-top: 0;
}
@media only screen and (max-width: 959px) {
  .qa_list .qa_list_inner {
    margin-bottom: 8rem;
  }
}
@media only screen and (max-width: 768px) {
  .qa_list .qa_list_inner .q_desc,
  .qa_list .qa_list_inner .a_desc {
    padding: 0.5rem 1rem 0.5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
  }
  .qa_list .qa_list_inner dt {
    padding: 0rem 1rem 0rem 0rem;
  }
  .qa_list .qa_list_inner .a_ico,
  .qa_list .qa_list_inner .q_ico {
    max-width: 40px;
    padding: 1.2rem 1rem;
    align-items: unset;
  }
  .qa_list .qa_list_inner dt:after {
    right: 1.5rem;
    width: 6px;
    height: 6px;
    font-size: 1em;
    top: 30%;
  }
  .qa_list .qa_list_inner .active:after {
    right: 1.5rem;
  }
}
@media only screen and (max-width: 559px) {
  .qa_list .qa_list_inner dd {
    font-size: 1.4rem;
  }
  .qa_list .qa_list_inner {
    margin-bottom: 1rem;
  }
  .qa_list .qa_list_inner dt {
    font-size: 1.4rem;
  }
}
.gap70px {
    gap: 70px;
}

.border-bottom-gray, .post .border-bottom-gray {
    border-bottom: 1px solid #BCBCBC;
}

.pseud-border-bottom::before {
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #E0314B;
    width: 10%;
    height: 1px;
    content: "";
}
.table-item02 td.cell_02.ex {
    width: 5%;
}
/*--アイラッシュコース--------------------------------------------*/
.behind-text-lower.pink::before, .post .behind-text-lower.pink::before {
    color: #ED60BC;
}


.bg-pink, .post .bg-pink {
    background: #ED60BC;
    margin-bottom: 0;
    padding: 1%;
}

.dawn-arrows.pink::before {
    border-color: #ED60BC transparent transparent transparent;
}

.course-border.pink {
    border: 2px solid #ED60BC;
}

.circle.pink::before {
    background-image: url(https://creax.web.holo.ne.jp/wp-content/uploads/check-icon-pink.png);
}
.pd-course-border.ex {
    padding: 6% 2%;
    padding-bottom: 3%;
}

.bg-navy, .post .bg-navy {
    background: #073C77;
    margin-bottom: 0;
    padding: 1% 2%;
}
.behind-text-lower.navy::before,
.post .behind-text-lower.navy::before {
    color: #073C77;
}



.dawn-arrows.navy::before {
    border-color: #073C77 transparent transparent transparent;
}

.course-border.navy {
    border: 2px solid #073C77;
}
.max_w1100.ex {
    width: 100%;
}

.bg-green, .post .bg-green {
    background: #34AA94;
    margin-bottom: 0;
    padding: 1% 2%;
}

.dawn-arrows.green::before {
    border-color: #35A994 transparent transparent transparent;
}

.course-border.green {
    border: 2px solid #35A994;
}
.gap20px {
    gap: 20px;
}
.behind-text-lower.red::before, .post .behind-text-lower.red::before {
    color: #ED60BC;
}

.behind-text-lower.ex::before, .post .behind-text-lower.ex::before {
    top: 20%;
}
.table-item02 {
  overflow-x: auto;
  white-space: nowrap;
}

.table-item02 table {
  width: 100%;
  min-width: 800px; /* 必要に応じて調整 */
  border-collapse: collapse;
}

.table-item02 tr {
  flex-wrap: nowrap;
  width: 100%;
}

.table-item02 tr td {
  /*     flex: 1;いらないかも？ */
  font-size: clamp(16px, 1vw, 18px);
  font-weight: 500;
  padding: 21px 3%;
  vertical-align: middle;
  border-bottom: 1px solid #c6c6c6;
  letter-spacing: 0.03em;
  line-height: 2;
  text-align: center;
  color: #343434;
}

.table-item02 td.cell_01 {
  width: 20%;
  text-align: center;
  background: #808080;
  border-left: 1px solid #c6c6c6;
  color: #fff;
  font-size: clamp(16px, 1.2vw, 22px);
  font-weight: 700;
  letter-spacing: 0.03em;
}

.table-item02 td.cell_02 {
  width: 20%;
  border-right: 1px solid #c6c6c6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table-item02 td.cell_02.ex {
  background: #f4f4f4;
}

.table-item02 tr.head td {
  border-top: 1px solid #c6c6c6;
}

@media print, screen and (max-width: 768px) {
  .table-item02 table {
    min-width: 600px;
  }
}
td.cell_01.long {
  width: 60%;
}
.bg-red, .post .bg-red {
    background: #E0314B;
}

.pd-open-title,.post .pd-open-title {
    padding: 1%;
}
.g-map {
    width: 58%;
}

.map-illust {
    width: 41%;
}
.jc-flex-end {
    justify-content: flex-end;
    margin-right: 1.5vw;
}
.behind-text.INFORMATION::before, .post .behind-text.INFORMATION::before {
    content: "INFORMATION";
}
#thumbImg::before, header#h1Header::before {
    background: transparent;
}
.pseud-bg.ex::before, .post .pseud-bg.ex::before {
    height: 81%;
}
.bg-gray {
    background: #F5F5F5;
}

.pd-detail {
    padding: 3%;
}
.a {
    width: 58%;
}

.b {
    width: 39%;
}


	.flexbox.a {
    width: 59%;
}

.flexbox.b {
    width: 40%;
}
.panel-1 .tab-content.relative.pd-tab-content {
    border: 4px solid #FBC301;
}
#tab-1.tab-switch:checked + .c-tabs__inner img {
    outline: 5px solid #29b780 !important;
}
#tab-1:checked ~ .c-tabs__nav label[for="tab-1"] img {
  outline: 5px solid #FBC301;
  border-radius: 30px;
}
.c {
    display: flex;
    background: #fff;
    padding: 1vw;
}
p.course-head {
    color: #2B2B2B;
    font-size: clamp(18px, 1.4vw, 26px);
    font-weight: 700;
    letter-spacing: 0.03em;
}

.panel-2 .tab-content.relative.pd-tab-content {
    border: 4px solid #ED60BC;
}

#tab-2:checked ~ .c-tabs__nav label[for="tab-2"] img {
    outline: 5px solid #ED60BC;
    border-radius: 30px;
}

.topic.purple {
    background: #ED60BC;
}

.dawn-arrow.purple::before {
    border-color: transparent transparent #ED60BC transparent;
}

.panel-3 .tab-content.relative.pd-tab-content {
    border: 4px solid #ED7060;
}

#tab-3:checked ~ .c-tabs__nav label[for="tab-3"] img {
    outline: 5px solid #ED7060;
    border-radius: 30px
}

.topic.orange {
    background: #ED7060;
}

.dawn-arrow.orange::before {
    border-color: transparent transparent #ED7060 transparent;
}
.panel-4 .tab-content.relative.pd-tab-content {
    border: 4px solid #073C77;
}

#tab-4:checked ~ .c-tabs__nav label[for="tab-4"] img {
    outline: 5px solid #073C77;
    border-radius: 30px
}

.topic.navy {
    background: #073C77;
}

.dawn-arrow.navy::before {
    border-color: transparent transparent #073C77 transparent;
}

.panel-5 .tab-content.relative.pd-tab-content {
    border: 4px solid #35A994;
}

#tab-5:checked ~ .c-tabs__nav label[for="tab-5"] img {
    outline: 5px solid #35A994;
    border-radius: 30px
}

.topic.green {
    background: #35A994;
}

.dawn-arrow.green::before {
    border-color: transparent transparent #35A994 transparent;
}
.gap30px {
    gap: 30px;
}

.course-img {
    margin: 0 auto;
    width: 72%;
}
.flexbox.gap10px.ai_center.sp_flex img {
    width: clamp(35px, 6.3vw, 120px);
}
.column05 {
    width: 18%;
}
.top-course .bg-yellow, .post .top-course .bg-yellow {
    padding: 1% 2.5%;
}

.top-course .bg-navy, .post .top-course .bg-navy {
    padding: 1% 2.5%;
}
.c.ex {
    padding-bottom: 0.8vw;
}
.flex4 {
    flex: 1;
}

.flex4 img {
    width: 100%;
}
.table-item02 td.cell_02.black {
    background: #808080;
    color: #fff;
    font-size: clamp(18px, 1.2vw, 22px);
    font-weight: 700;
}
/*--メディアクエリ--------------------------------------------*/
@media print, screen and (min-width: 1100px) {

}
@media print, screen and (max-width: 1024px) {

}
@media print, screen and (min-width: 1024px) {
	nav#mainNav ul li a {
    padding-right: 1vw;
    padding-left: 1vw;
}

nav#mainNav ul li a b {
    font-size: clamp(10px, 0.9vw, 16px);
    font-weight: 700;
    letter-spacing: 0.06em;
}
	nav#mainNav ul li ul.sub-menu li.current-menu-item a {
    background: #eee;
}
	nav#mainNav ul li ul.sub-menu li a {
    font-size: clamp(10px, 0.9vw, 16px);
    font-weight: 700;
    color: #333333;
    letter-spacing: 0.06em;
    align-items: flex-start !important;
}


	nav#mainNav ul li a:active, nav#mainNav ul li a:hover, nav#mainNav ul li.current-menu-ancestor a, nav#mainNav ul li.current-menu-item a, nav#mainNav ul li.current-menu-parent a {
    background: transparent;
}
	.gap25px {
    gap: 10px;
}


.sticky-header #header-layout {
    height: auto;
}
	#header a.head_btn.mail_btn::before {
    display: none;
}

a.head_btn.mail_btn span {
    margin-top: 10px;
}
header#header {
    height: auto;
}

#header ul.header__contact {
    height: auto;
}

#header .header__nav-contact {
    align-items: unset;
}

#header .logo img {
    max-width: 282px;
    width: 100%;
    max-height: 68px;
    margin-left: 0vw;
}
}
@media print, screen and (max-width: 1023px) {

}
@media (min-width: 769px) and (max-width: 1500px) {
.reponsive {
    margin-bottom: 18% !important;
}
}
@media (min-width: 769px) and (max-width: 1600px) {
	.comon_footer .flexbox.gap90px {
    display: flex;
}
	.comon_footer .flexbox {
    display: block;
}

.column-main-link {
    width: 100%;
    margin-bottom: 20px;
}

.column-sub-link.relative {
    width: 100%;
}
}
@media (min-width: 769px) and (max-width: 1240px) {
	.special-course .column03 {
    width: 48%;
}
.flex1 {
    width: 50%;
}
	


.comon_footer .flexbox.gap90px {
    display: flex;
}
}
@media (min-width: 810px) and (max-width: 1024px) {
  /* iPad横だけを狙い撃ち */
  .sticky-header #header > .inner {
    background: #f2f0ed;
  }
  #header-layout {
    display: block;
  }

  nav#mainNav {
    background: #f2f0ed;
  }
  .sticky-header nav#mainNav {
    background: #f2f0ed;
  }

  nav#mainNav ul,
  #header .header__nav-contact {
    justify-content: center;
  }
  .spmenu {
    display: none;
  }
}

@media print, screen and (max-width: 768px) {
	.flex4 {
    flex: unset;
    width: 50% !important;
}
	.fixed {
    display: none;
}
	span.sp-width {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin-left: 70px;
    gap: 10px;
    margin-bottom: 3px;
}
	.ex.flexbox.gap10px.ai_center.sp_flex.top-course {
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
}
.course-img {
    width: 100%;
}
  .mobile header#h1Header {
    height: 150px;
  }
  a.column02 {
    width: 100%;
  }
  .sp_flex_mb {
    margin-bottom: 15px !important;
  }
.sp_mb0 {
    margin-bottom: 0 !important;
}
  /* 	 */
.scroll- {
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 10px;
    width: 10%;
    min-width: 400px;
}
	.bg-top-open-campus {
    background-size: contain;
}

.c-tabs__nav {
    display: block;
}

.a {
    width: 100%;
}

.b {
    width: 66%;
}



.c-tabs__btn {
    width: 50% !important;
    flex: unset;
}

.c {
    margin-bottom: 20px;
}
	.c-tabs__nav .font22-line-height45, .post c-tabs__nav .font22-line-height45 {
    font-size: clamp(11px, 1.2vw, 22px);
}

#tab-1:checked ~ .c-tabs__nav label[for="tab-1"] img {
    border-radius: 15px;
}
  #tab-2:checked ~ .c-tabs__nav label[for="tab-2"] img {
    border-radius: 15px;
}
  #tab-3:checked ~ .c-tabs__nav label[for="tab-3"] img {
    border-radius: 15px;
}
  #tab-4:checked ~ .c-tabs__nav label[for="tab-4"] img {
    border-radius: 15px;
}
  #tab-5:checked ~ .c-tabs__nav label[for="tab-5"] img {
    border-radius: 15px;
}

.tab-content {
    padding: 13% 5%;
    padding-bottom: 5%;
}

.btn-item {
    margin: 0 auto;
    max-width: 290px;
}

.pd-special-course {
    padding-top: 10%;
}

.column05 {
    width: 48%;
}

.pd-special-course-inner {
    padding: 5% 0;
}

.column05 .font22-line-height45, .post .column05 .font22-line-height45 {
    font-size: clamp(14px, 1.2vw, 22px);
}

.flex1 {
    width: 100%;
}

.pd-interview {
    max-width: unset;
    padding: 5%;
}

.column-main-link {
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

.footer-map {
    width: 100%;
}

.footer-btn {
    width: 100%;
}

.column-sub-link {
    width: 100%;
}

.sub-link-wide {
    width: 100%;
}

.footer-map.pc_none {
    margin-bottom: 15px;
}

.pd-contents {
    padding: 10% 0;
}
	#tab-2:checked ~ .c-tabs__nav label[for="tab-2"] img {}

.dawn-arrow::before {
    border-width: 0px 20px 20px 20px;
    top: -20px;
}

.topic {
    padding: 1% 5%;
}

.absolute-area-bottom {
    bottom: unset;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
	.dawn-arrows.font28-line-height42, .post .dawn-arrows.font28-line-height42 {
    font-size: clamp(18px, 1.5vw, 28px);
}


.circle::before {
    max-width: 20px;
    max-height: 20px;
    top: 16px;
}

.circle, .post .circle {
    padding-left: 3rem;
}

.pd-course-border {
    padding: 5%;
    padding-top: 10%;
}

.pd-course-content {
    padding: 5%;
}

.column03.mb-irregular02 {
    width: 48%;
}
	.pd-course-border.ex {
    padding: 5%;
    padding-top: 10%;
}

.pd-course-head, .post .pd-course-head {
    padding: 2% !important;
}
	.btn-item.ex {
    margin: 0;
}
	.pd-open-title, .post .pd-open-title {
    padding: 2%;
}
	.map-illust {
    width: 100%;
}

.g-map {
    width: 100%;
}
	.activity-content,
.activity-content * {
  scrollbar-color: #E0314B #e5e5e5; /* Firefox */
}

/* Chrome / Edge / Safari */
.activity-content::-webkit-scrollbar,
.activity-content *::-webkit-scrollbar {
  height: 10px;
}
.activity-content::-webkit-scrollbar-track,
.activity-content *::-webkit-scrollbar-track {
  background: #e5e5e5;
}
.activity-content::-webkit-scrollbar-thumb,
.activity-content *::-webkit-scrollbar-thumb {
  background: #E0314B;
  border-radius: 999px;
}

.table-item02 tr td {
    padding: 10px;
}
}

@media print, screen and (min-width: 769px) {
  .pc_none {
    display: none !important;
  }
}
