@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=Outfit:wght@100..900&display=swap');

:root {
  /*------▼基本設定▼------*/
  --color-background: #fff;
  --color-font: #424242;
  --color-primary: #424242;
  --color-primary-shade: ;
  --color-primary-tint: ;
  --color-secondary: #F7B4D3;
  --color-secondary-tint: ;
  --color-table-border: #CCC;
  --body-font-size: min(calc(1.6rem + (1vw - 1.92rem) * 0.1294), 1.6rem);
  /* 1.6-1.4rem (1920-375) */
  --body-font-family: "Noto Sans JP", sans-serif;
  --content-max-width: 1240px;
  /*------▼ヘッダー設定▼------*/
  --header-background: #fff;
  --header-color-font: #424242;
  --header-color-primary: #424242;
  --header-secondary: ;
  --header-color-primary-shade: ;
  --header-color-primary-tint: ;
  /*------▼フッター設定▼------*/
  --footer-background: #D9D9D9;
  --footer-color-font: #424242;
  --footer-color-primary: ;
  /*------▼フォント設定▼------*/
  --font-family01: "Noto Sans JP", sans-serif;
  --font-family02: "Quicksand", sans-serif;
  --font-family03: ;
  --font-family04: ;
}

/*--メディアクエリ--------------------------------------------*/
@media print,
screen and (min-width: 1024px) {}

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

@media print,
screen and (min-width: 769px) {}

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

/*--全体の設定--------------------------------------------*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;

  .post p {
    line-height: 2;
  }
}

/*--表示の切り替え--------------------------------------------*/

body.home .c_commoncta {
  display: none;
}

.page_contents_inner+.page_contents_inner {
  margin-top: var(--px100);
}

#content,
body:not(.home) #content.wide {
  padding: var(--px100w) 0 var(--px120);
  margin: 0 auto;
}

.fw_contents {
  margin-top: 0;
  margin-bottom: 0;
}

#content:has(.fw_contents),
body:not(.home) #content:has(.fw_contents).wide {
  padding: 0;
}

.fw_contents .page_contents_inner:nth-child(even) {
  background: var(--color-background);
}

/*--お知らせ　下線--------------------------------------------*/
.postlist li {
  border-top: 1px solid #ddd;
}

.postlist li:last-child {
  border-bottom: 1px solid #ddd;
}

/*--fvの比率調整--------------------------------------------*/
#mainImg img {
  width: 100% !important;
  height: auto;
}

/*--幅フル100%背景色--------------------------------------------*/

.widecolor {
  margin-right: calc(((100vw - 100%) / 2)* -1);
  margin-left: calc(((100vw - 100%) / 2)* -1);
  background-color: #F0F0F0;
}

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

  .widecolor {
    padding: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px) 0 min(calc(150px + (1vw - 19.2px) * 3.2362), 150px) 0;
    /* 120-80px (1920-375) */
  }
}

.post .widecolor>h2:first-child {
  margin-top: 0 !important;
}

.widearea {
  margin-right: calc(((100vw - 100%) / 2)* -1);
  margin-left: calc(((100vw - 100%) / 2)* -1);
}

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

  #content,
  #content.wide {
    width: 100%;
  }

  .content_inner {
    width: 100%;
  }
}

/*----------------------------------------------
  utility
----------------------------------------------*/
/* コンテンツ幅 */
.max_w640 {
  max-width: 640px;
}

.max_w780 {
  max-width: 780px;
}


/* 文字色 */
.u-fc--primary {
  color: var(--color-primary);
}

.u-fc--white {
  color: var(--color-background);
}

/* 文字サイズ */
.u-fz18 {
  font-size: var(--rem18);
}

.u-fz20 {
  font-size: var(--rem20w);
}

.u-fz24 {
  font-size: var(--rem24) !important;
}

.u-fz28 {
  font-size: var(--rem28);
}

/* 行間 */
.u-lh200 {
  line-height: 2;
}

/* gap */
.u-gap0 {
  gap: initial !important;
}

@media(max-width: 768px) {
  .u-sp--l {
    text-align: left !important;
  }

  .u-sp--c {
    text-align: center !important;
  }

  /* サイズ調整 */
  .u-sp-w50 {
    width: 50%;
  }
}

/*----------------------------------------------
  header
----------------------------------------------*/
#header-layout {
  padding: 10px 0;
}

#header a.head_btn.tel_btn {
  margin-right: 10px;
  color: var(--header-color-primary);

  &::before,
  &::before {
    content: none;
  }

  &:hover {
    opacity: 0.6;
  }
}

a.head_btn.tel_btn,
#header a.head_btn {
  border-radius: 5px;
}

span.header_tel {
  display: flex;
  align-items: center;
  font-size: 2.2rem;

  &:before {
    content: '\f095';
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    margin-bottom: .1em;
    margin-right: 5px;
  }
}

#header a.head_btn.mail_btn {
  text-align: center;

  &::before {
    content: none;
  }

  &:hover {
    background: var(--color-primary);
    color: var(--color-background);
    opacity: 0.8;
  }

  .header_mail {
    display: flex;
    align-items: baseline;
    font-size: 1.8rem;

    &:before {
      content: '\f0e0';
      display: inline-block;
      font-family: 'FontAwesome';
      font-size: 1.4rem;
      font-weight: 400;
      line-height: 1;
      margin-bottom: .1em;
      margin-right: 5px;
    }
  }
}

nav#mainNav ul li.current-menu-item a b,
nav#mainNav ul li a:hover b,
nav#mainNav ul li a:active b,
nav#mainNav ul li.current-menu-parent a b {
  color: var(--header-color-primary);
}

nav#mainNav ul li li.current-menu-item a,
nav#mainNav ul li.current-menu-ancestor li.current-menu-item a {
  background: var(--color-background);
}


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

  nav#mainNav ul li a span,
  nav#mainNav ul li a:active span,
  nav#mainNav ul li a:hover span,
  nav#mainNav ul li.current-menu-item a span,
  nav#mainNav ul li.current-menu-parent a span {
    color: #D9D9D9;
  }

  .header_time {
    font-size: 10px;
  }

  #header ul.header__contact {
    column-gap: 10px;
  }
}

/*-----------------------------
list
------------------------------*/
.c-list {
  display: grid;
  gap: var(--rem40) var(--rem40);

  &.c-list--col2,
  &.c-list--sp-col2 {
    grid-template-columns: repeat(2, 1fr);
  }

  &.c-list--col3 {
    grid-template-columns: repeat(3, 1fr);
  }

  &.c-list--col4 {
    grid-template-columns: repeat(4, 1fr);
  }

  &.c-list--col5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

.c-flex {
  display: flex;
  gap: var(--rem40) var(--rem20);

  &.c-flex--col3 {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media(max-width: 780px) {
  .c-list {
    display: grid;
    gap: var(--rem20);

    &.c-list--col2,
    &.c-list--col3,
    &.c-list--col4,
    &.c-list--col5,
    &.c-list--sp-col2 {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  .c-flex {
    display: grid;
    gap: var(--rem40);
  }
}

@media(max-width: 450px) {
  .c-list {
    display: grid;
    gap: var(--rem20);

    &.c-list--col2,
    &.c-list--col3 {
      grid-template-columns: 1fr;
    }
  }
}

/*-----------------------------
card
------------------------------*/
.c-card {
  display: grid;
  gap: var(--rem20);

  &.c-card--style01 {
    padding: var(--rem20);
    background: rgba(255, 255, 255, 0.85);
    border-radius: 40px;
    font-size: var(--rem30);

    .card01-title {
      font-size: var(--rem20);
      padding: var(--rem40) 0 var(--rem20);
      text-align: center;
    }
  }
}

.c-card-label {
  display: inline-block;
  font-size: var(--rem24);
  background: var(--color-primary);
  padding: 5px var(--rem20) !important;
  color: var(--color-background);
  font-weight: bold;
  border-radius: 5px;
  margin-bottom: var(--rem20);

  &.c-card-label--pink {
    background: var(--color-secondary);
  }
}

/*------------------------------------------------------------
 ナンバリング01
------------------------------------------------------------*/
.num_list01 {
  counter-reset: number;
  /*数字をリセット*/
  list-style-type: none !important;
  /*数字を一旦消す*/
}

.num_list01 .imgarea {
  position: relative;
  margin-bottom: var(--px20);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.14);
}

.num_list01 .imgarea02 {
  position: relative;
  margin-bottom: var(--px20);
}

.num_list01 .txtarea02 {
  padding: 50px 20px var(--rem40);
  background: var(--color-background);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin-top: -50px;
}

.num_list01 .imgarea:before,
.num_list01 .imgarea02:before {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: "0" counter(number);
  display: inline-block;
  background: var(--color-font);
  color: var(--color-background);
  font-family: var(--font-family02);
  font-weight: 400;
  font-size: 20px;
  border-radius: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  bottom: -25px;
  transform: translateX(-50%);
}

.num_list01 .num_listttl {
  text-align: center;
  font-weight: bold;
  font-size: var(--rem24w);
  padding: 24px 0;
  position: relative;
  line-height: 1.4;
}



/*---------col03-----------*/

.post .col3_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.post .col3_list>li {
  width: 32%;
  margin-bottom: 2%;
}

.post .col3_list::before {
  content: "";
  display: block;
  width: 32%;
  height: 0;
  order: 1;
}

.post .col3_list:after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
}

@media print,
screen and (max-width: 768px) {
  .post .col3_list>li {
    width: 49%;
  }

  .post .col3_list::before,
  .post .col3_list:after {
    content: none;
  }
}

@media print,
screen and (max-width: 414px) {
  .post .col3_list>li {
    width: 100%;
    margin-bottom: var(--rem20);
  }

  .post .col3_list>li:last-child {
    margin-bottom: 0;
  }
}

/*-----------------------------
column_05
------------------------------*/
.toptxtarea {
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.column05 {
  position: relative;
  margin: 0;
}

.column05_wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 20;
}

.column05_wrap+.column05_wrap {
  margin-top: calc(100px + 70px);
}

.column05 .imgarea {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  width: 60%;
}

.column05 .imgarea img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.column05 .txtarea {
  position: relative;
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: var(--px80) var(--px40);
  margin: 0 auto -70px -5%;
  z-index: 10;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 30px 0 0 30px;
}

.column05 .txtarea .txtinner {
  max-width: 750px;
}

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

  /*左右反転*/
  .column05_wrap+.column05_wrap {
    margin-top: calc(100px + 70px);
  }

  .column05_wrap.rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .column05_wrap.rev .txtarea {
    margin: 0 -5% -70px auto;
    border-radius: 0 30px 30px 0;
  }
}

@media print,
screen and (max-width: 1023px) {
  .column05_wrap+.column05_wrap {
    margin-top: calc(100px + (1vw - 10.23px) * 7.7160);
  }

  .column05_wrap.rev {
    flex-direction: row;
  }

  .column05 .imgarea,
  .column05 .txtarea {
    width: 90%;
  }

  .column05 .txtarea {
    margin: calc(-60px + (1vw - 10.23px) * -3.8580) 0 0 auto;
  }
}

@media print,
screen and (max-width: 768px) {
  .column05 .txtarea {
    padding: var(--px80) 5%;
  }
}

/*-----------------------------
btn
------------------------------*/
.linkBtn,
.post .linkBtn,
a.linkBtn,
.post .subimitarea .linkBtn input[type="submit"] {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 265px;
  font-size: var(--rem16);
  color: #fff;
  line-height: 1.8;
  text-align: center;
  background: var(--color-primary);
  font-weight: 600;
  padding: var(--rem20) 30px var(--rem20) 20px;
  margin: 0;
  border: none;
  border-radius: 5px;
  transition: all .3s;

  &.linkBtn--pink {
    background: var(--color-secondary);
  }
}

.post .linkBtn::after,
.linkBtn::after,
a.linkBtn::after {
  border-color: #fff;
}

.post .linkBtn:hover,
.linkBtn:hover,
a.linkBtn:hover,
.post .subimitarea .linkBtn input[type="submit"]:hover {
  color: #fff;
  background: var(--color-primary);
  opacity: 0.8;
}

.post .linkBtn:hover::after,
.linkBtn:hover::after,
a.linkBtn:hover::after {
  border-color: #fff;
}

.subimitarea>.linkBtn {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

.post .subimitarea .linkBtn input[type="submit"] {
  margin-top: 0;
}

/*-----------------------------
table
------------------------------*/
.post table th {
  background: var(--color-primary);
  color: var(--color-background);
}

.post table td {
  background: var(--color-background);
  color: var(--color-font);
}

/*-----------------------------
お問い合わせ
------------------------------*/

.wpcf7-form .must {
  background: var(--color-background);
  color: var(--color-primary);
}

.wpcf7-form .must.must_fn {
  background: var(--color-primary);
  color: var(--color-background);
}

.subimitarea {
  .linkBtn {
    padding: 0;
  }
}

/*-----------------------------
TOP
------------------------------*/
/* title */
.post .main-title,
.main-title {
  padding: 0;
  margin: 0 0 var(--rem40);
  border: none;
  background: transparent;
  text-align: center;
  color: var(--color-font);

  .main-title__en {
    font-size: var(--rem72);
    font-family: var(--font-family02);
  }

  .main-title__ja {
    display: block;
    font-family: var(--font-family01);
    font-size: var(--rem20);
  }

  &::before,
  &::after {
    content: none;
  }

  &.main-title--left {
    text-align: left;
  }

  &.main-title--white {
    color: var(--color-background);
  }
}

.read-txt {
  font-weight: bold;
  font-size: var(--rem30);
  text-align: center;
  margin-bottom: var(--rem20);

  &.read-txt--left {
    text-align: left;
  }
}

.post .secondary-title,
.secondary-title {
  font-family: var(--font-family03);
  font-size: var(--rem30);
  font-weight: 500;
  text-align: center;
  color: var(--color-font);
  line-height: 1.4;
  overflow-wrap: break-word;
  padding: 0;
  margin: 0 0 var(--rem40);
  border: none;
  background: transparent;

  &::before,
  &:after {
    content: none;
  }

  &.secondary-title--left {
    text-align: left;
  }

  &.secondary-title--white {
    color: var(--color-background);
  }
}

/*-----------------------------
column_01
------------------------------*/
.column01 {
  position: relative;
  margin: 0;
}

.column01_wrap {
  position: relative;
  margin: 0 auto;
  z-index: 1;
  border-radius: 40px;
  overflow: hidden;
}

.column01 .txtarea {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--px80) var(--px40);
  margin: 0;
}

.column01 .txtarea .txtinner {
  max-width: 540px;
}

.column01 .imgarea {
  overflow: hidden;
  line-height: 0;
  margin: 0;
}

.column01 .imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media print,
screen and (max-width: 768px) {
  .column01 .txtarea {
    padding: var(--px80) 5%;
  }
}


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

  .l-greeting,
  .l-strengths,
  .l-link,
  .l-instagram,
  .l-news {
    padding-left: 5%;
    padding-right: 5%;
  }
}




/*-----------------------------
下層
------------------------------*/
/* kv */
#thumbImg::before,
header#h1Header::before {
  background: transparent;
}

h1.title,
.post h1,
header#h1Header h1.title {
  color: var(--color-primary);
}

/* タイトル */
body:not(.home):not(.page-privacy) #content {
  h3 {
    &.txt_c {
      text-align: center;
    }
  }
}

.page-teacher #content.wide {
  padding: 0 !important;
}

/* Fluoriteとは */
.post {

  .philosophy-title,
  .concept-title {
    font-size: var(--rem24w);
    font-weight: bold;
    border: none;
    font-family: var(--font-family02);
    padding: 0;
    margin-top: var(--rem40);
  }

  .concept-secondary-title {
    position: relative;
    font-size: var(--rem20);
    font-weight: 600;
    padding: 0;
    margin: var(--px20) auto;
    border: none;

    &::before {
      content: none;
    }
  }

  .sec-line {
    padding-bottom: var(--rem80);
    border-bottom: 2px dashed #D9D9D9;
  }

  .under-line {
    border-bottom: 1px solid var(--color-primary);
  }
}


/*-----------------------------
サイトマップ
------------------------------*/
#sitemap_list {
  a {
    color: var(--color-font);
  }
}

.page-sitemap {
  .kv-title--en {
    display: none;
  }
}

/*-----------------------------
CTA
------------------------------*/
.cta02 {
  position: relative;
  padding: var(--px80) 0;
  z-index: 0;
}

.cta02:before {
  content: "";
  background: url(/wp-content/uploads/cta-bg.png) no-repeat center / cover;
  width: 100%;
  height: 70%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.cta02 .cta02_wrap {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  position: relative;
  z-index: 1;
}

.cta02 .ctabtnlist {
  justify-content: space-between;
  margin: var(--px50) auto 0 auto;
}

.cta02 .ctabtnlist li {
  width: 50%;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: flex;
}

.cta02 .item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: var(--px30);
  text-align: center;
  box-sizing: border-box;
  border-radius: 10px;
  transition: all ease .15s;
}

.cta02 .item:hover {
  opacity: 0.8;
}

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

  .cta02 .ctabtnlist li,
  .cta02 .ctabtnlist .item {
    width: 100%;
  }

  .cta02 .ctabtnlist li+li {
    margin-top: 1rem;
  }
}

/*ボタン共通パーツ*/

.cta02 .infotxt {
  font-size: var(--rem16);
  font-weight: 400;
}

.cta02 .btnttl {
  display: block;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.4;
  font-size: var(--rem20);
}


/*電話ボタン*/

.cta02 .telnum {
  font-size: var(--rem36);
  margin-bottom: 1rem;
}

.cta02 a.telbtn {
  background: var(--color-primary);
  color: #fff;
}

/*メールボタン*/
/*LINEボタン*/

.cta02 .mailarea.item,
.cta02 .linearea.item {
  background: var(--color-primary);
  color: var(--color-background);
  font-size: var(--rem20);
  font-weight: bold;
  line-height: 1.4;
}

/*ボタンアイコン*/

.cta02 .telnum::before,
.cta02 .mailbtn::before,
.cta02 .linebtn::before {
  content: '';
  display: inline-block;
  font-family: 'Font Awesome 5 Free', 'FontAwesome';
  font-weight: 900;
  margin-right: 1rem;
}

.cta02 .telnum::before {
  content: '\f3cd';
}

.cta02 .mailbtn::before {
  content: '\f0e0';
}

.cta02 .linebtn::before {
  content: '\f3c0';
  font-weight: 400;
}

/*----------------------------------------------
  footer
----------------------------------------------*/
.socialicon {
  display: flex;
  justify-content: center;
}

#footer ul {
  margin: initial;
}

#footer .footnav ul>li::before {
  content: '';
  position: absolute;
  width: 0.5px;
  height: 100%;
  background: var(--footer-color-font);
  top: 0;
  left: 0;
}

#footer .footnav ul>li::after {
  content: none;
}

#footer .footnav ul>li:last-child:after {
  content: '';
  position: absolute;
  width: 0.5px;
  height: 100%;
  background: var(--footer-color-font);
  top: 0;
  right: 0;
}