@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
/*------@import------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Quicksand:wght@300..700&family=Zen+Kaku+Gothic+New&display=swap');

:root {
  /*------▼基本設定▼------*/
  --color-background: #fff;
  --color-font: #333;
  --color-primary: #85BFE7;
  --color-primary-shade: ;
  --color-primary-tint: ;
  --color-secondary: #9BCC1B;
  --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: #333;
  --header-color-primary: #85BFE7;
  --header-secondary: #6AC2B6;
  --header-color-primary-shade: ;
  --header-color-primary-tint: ;
  /*------▼フッター設定▼------*/
  --footer-background: #F7F7F7;
  --footer-color-font: #333;
  --footer-color-primary: #85BFE7;
  /*------▼フォント設定▼------*/
  --font-family01: "Noto Sans JP", sans-serif;
  --font-family02: "Zen Kaku Gothic New", sans-serif;
  --font-family03: "Quicksand", sans-serif;
  --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;

  p {
    line-height: 2;
  }
}

/*--アンカーリンク--------------------------------------------*/
.anchor-link_contents {
  margin-top: -120px !important;
  padding-top: 120px !important;
}

.anchor-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  font-weight: bold;
  color: var(--color-primary-shade);
  max-width: 370px;
  width: 100%;
  border-radius: 50em;
  padding: var(--px20) var(--px40);
  position: relative;
  border: 1px solid var(--color-primary-shade);

  &::before,
  &::after {
    content: "";
    position: absolute;
    bottom: calc(50% - 7px);
    right: 30px;
    width: 2px;
    height: 14px;
    border-radius: 9999px;
    background-color: var(--color-primary-shade);
    transform-origin: 50% calc(100% - 1px);
  }

  &::before {
    transform: rotate(45deg);
  }

  &::after {
    transform: rotate(-45deg);
  }

  &:hover {
    background-color: var(--color-primary-tint);
    color: var(--color-primary-shade);
  }

  &.anchor-link--special {
    max-width: 540px;
    width: 100%;
    background: var(--color-primary);
    border: 1px solid var(--color-primary);
    color: #fff;

    &::before,
    &::after {
      background-color: #fff;
    }

    &:hover {
      background: var(--color-primary-tint);
      color: var(--color-primary);

      &::before,
      &::after {
        background-color: var(--color-primary);
      }
    }
  }
}

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

    &::before,
    &::after {
      content: "";
      position: absolute;
      bottom: calc(50% - 5px);
      right: 20px;
      width: 2px;
      height: 10px;
      border-radius: 9999px;
      transform-origin: 50% calc(100% - 1px);
    }
  }
}

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

body:not(.page.home) .top-news {
  display: none;
}

body:not(.page.home) {
  background: #fff;
}

/*--お知らせ　下線--------------------------------------------*/
.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--bg-pink {
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-left: calc(((100vw - 100%) / 2) * -1);
  padding: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px) calc((100vw - 100%) / 2) min(calc(150px + (1vw - 19.2px) * 3.2362), 150px);
  /* 120-80px (1920-375) */
  background-color: var(--color-primary-tint);
}

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

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

  .widecolor--bg-pink,
  .widecolor--bg-primary {
    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);
}

#content,
body:not(.home) #content.wide {
  margin: 0 auto;
}

body.page.page-service01 #content.wide {
  padding-bottom: 0;
}

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

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

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

  .content_inner {
    width: 100%;
  }
}


/*----------------------------------------------
  utility
----------------------------------------------*/
.content_inner {
  margin: 0 auto !important;
}

/*---------コンテンツ幅-----------*/
.max_w340 {
  max-width: 340px !important;
}

.max_w600 {
  max-width: 600px;
}

.max_w890 {
  max-width: 890px !important;
}

/*---------背景色-----------*/
.bg_white {
  background: var(--color-background) !important;
}

.bg_blue {
  background: #85BFE7 !important;
}

.bg_green {
  background: #6AC2B6 !important;
}

.bg_yellow {
  background: #FCF8DA !important;
}

.bg_pink {
  background: #EFB7B6 !important;
}

.bg_purple {
  background: #C9B3D7 !important;
}

.bg_light-pink {
  background: #FFF4F5 !important;
}

.bg_none {
  background: none !important;
}

/*---------影-----------*/
.shadow_yellow {
  box-shadow: -14px 14px 0 15px #FFFAAC;
}

/*---------文字色-----------*/
.fc_secondary {
  color: var(--color-secondary) !important;
}

.fc_black {
  color: var(--color-font) !important;
}

.fc_navy {
  color: var(--color-primary) !important;
}

.fc_red {
  color: #FF0000 !important;
}

.fc_white {
  color: #fff !important;
}

.fc_blue {
  color: #68A9DC !important;
}

.fc_green {
  color: #6AC2B6 !important;
}

.fc_yellow {
  color: #FBB74C !important;
}

.fc_yellow02 {
  color: #F5C92A !important;
}

.fc_purple {
  color: #C9B3D7 !important;
}

.fc_pink {
  color: #EFB7B6 !important;
}

/*---------文字-----------*/
.ff_01 {
  font-family: var(--font-family01) !important;
}

/*---------フォントサイズ-----------*/
.fz10 {
  font-size: 10px;
}

.fz14 {
  font-size: 14px;
}

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

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

.fz30 {
  font-size: var(--rem30);
  line-height: 2;
}

/*---------リンク-----------*/
.txc_link {
  color: #1EB3EA;
  font-weight: bold;
}

/*---------gap-----------*/
.gap1 {
  gap: 1%;
}

/*---------sp表示-----------*/
@media screen and (max-width: 768px) {
  .tab-w30 {
    width: 30% !important;
  }

  .tab-txt_l {
    text-align: left !important;
  }

  .sp-w40 {
    width: 40% !important;
  }

  .sp-w60 {
    width: 60% !important;
  }

  .sp-mt2 {
    margin-top: 2rem !important;
  }

  .sp-mt4 {
    margin-top: 4rem !important;
  }
}

@media screen and (max-width: 450px) {
  .sp-txt_l {
    text-align: left !important;
  }

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

/*----------------------------------------------
  title
----------------------------------------------*/
header#h1Header h1.title {
  font-size: var(--rem42);
  font-family: var(--font-family01);
}

.post h3 {
  font-family: var(--font-family02);
  font-size: var(--rem20);
  border: none;
  text-align: center;
  padding: 0;
}

#thumbImg::before,
header#h1Header::before {
  background: transparent;
}

.post h1,
h1,
.post h2,
h2,
.post h3,
h3,
.post h4,
h4,
.post h5,
h5,
p,
div,
span {

  /*---------title-read-----------*/
  &.title-read {
    color: var(--color-font);
    font-family: var(--font-family02);
    font-size: var(--rem36);
    font-weight: 600;
    margin-top: 0;

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

  /*---------top-main-title-----------*/
  &.top-main-title {
    font-family: var(--font-family02);
    font-size: var(--rem40);
    font-weight: 600;
    text-align: center;
    color: var(--color-font);
    line-height: 1.4;
    overflow-wrap: break-word;
    padding: 0;
    margin: 0 auto var(--rem40);
    border: none;
    background: transparent;


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


    .subtxt {
      display: block;
      font-size: var(--rem24);
      font-family: var(--font-family02);
      color: #85BFE7;
      font-weight: 600;
      padding: 0;
      margin: 0;
      border: none;
      background: transparent;
    }

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

    &.top-main-title--en {
      font-family: var(--font-family03);
    }

    &.top-main-title--green {
      color: #6AC2B6;

      .subtxt {
        color: var(--color-font);
      }
    }

    &.top-main-title--blue {
      color: var(--color-font);

      .subtxt {
        color: #3CAFDA;
      }
    }

    &.top-main-title--yellow {
      color: var(--color-font);

      .subtxt {
        color: #F5C92A;
      }
    }

    &.top-main-title--secondary {
      color: var(--color-secondary);

      .subtxt {
        color: var(--color-font);
      }
    }

  }

  /*---------page-main-title-----------*/
  &.page-main-title {
    font-family: var(--font-family02);
    font-size: var(--rem40);
    font-weight: 600;
    text-align: center;
    color: var(--color-font);
    line-height: 1.4;
    overflow-wrap: break-word;
    padding: 0;
    margin: 0 auto var(--rem40);
    border: none;
    background: transparent;


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


    .subtxt {
      display: block;
      font-size: var(--rem24);
      font-family: var(--font-family03);
      color: #85BFE7;
      font-weight: bold;
      padding: 0;
      margin: var(--rem14) 0 0;
      border: none;
      background: transparent;
    }

    &.page-main-title--en {
      font-family: var(--font-family03);
    }

    &.page-main-title--green {
      color: #6AC2B6;

      .subtxt {
        color: var(--color-font);
      }
    }

    &.page-main-title--pink {
      color: var(--color-font);

      .subtxt {
        color: #EFB7B6;
      }
    }

    &.page-main-title--green {
      color: var(--color-font);

      .subtxt {
        color: #6AC2B6;
      }
    }

    &.page-main-title--blue {
      color: var(--color-font);

      .subtxt {
        color: #3CAFDA;
      }
    }

  }

  /*---------page-secondary-title-----------*/
  &.page-secondary-title {
    font-family: var(--font-family02);
    font-size: var(--rem40);
    font-weight: 600;
    text-align: center;
    color: var(--color-font);
    line-height: 1.4;
    overflow-wrap: break-word;
    padding: 0;
    margin: 0 auto var(--rem40);
    border: none;
    background: transparent;


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

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

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

      .subtxt {
        color: var(--color-background);
      }
    }

  }

}


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

  .post h1,
  h1,
  .post h2,
  h2,
  .post h3,
  h3,
  .post h4,
  h4,
  .post h5,
  h5,
  p,
  div,
  span {
    &.top-main-title {
      font-size: var(--rem36);

      &.top-main-title--green {
        color: #6AC2B6;
      }

      &.top-main-title--blue {
        color: var(--color-font);
      }

      &.page-main-title--en {
        font-size: var(--rem38);
      }
    }
  }
}

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

  .post h1,
  h1,
  .post h2,
  h2,
  .post h3,
  h3,
  .post h4,
  h4,
  .post h5,
  h5,
  p,
  div,
  span {}
}

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

  .post h1,
  h1,
  .post h2,
  h2,
  .post h3,
  h3,
  .post h4,
  h4,
  .post h5,
  h5,
  p {

    /*---------txtstyle01-----------*/
  }
}

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

.column01_wrap {
  position: relative;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}

.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%;
  }
}

/*---------column03-----------*/
.column03 {
  position: relative;
  padding: 0 0 var(--px160);
  margin: var(--px60) 0 0;
}

.column03:before {
  content: "";
  background: #F7F7F7;
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.column03_wrap {
  position: relative;
  max-width: 1240px;
  width: 94%;
  margin: 0 auto;
  z-index: 1;
}

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

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

.column03 .imgarea {
  overflow: hidden;
  line-height: 0;
  margin: 0;
  border-radius: var(--px40);
  overflow: hidden;
}

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

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


/*---------column05-----------*/
.column05 {
  position: relative;
  margin: var(--px60) 0 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 auto -5%;
  z-index: 10;
}

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

@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% auto auto;
  }
}

@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%;
  }
}

/*---------column05_02-----------*/
.column05_02 {
  position: relative;
  margin: var(--px60) 0 0;
}


.column05_02_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_02_wrap+.column05_02_wrap {
  margin-top: calc(100px + 70px);
}

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

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

.column05_02 .txtarea {
  position: relative;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  /* padding: var(--px80) var(--px40); */
  margin: -6% auto auto 0;
  z-index: 10;
}

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

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

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

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

  .column05_02_wrap.rev .txtarea {
    margin: 0 -5% auto auto;
  }
}

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

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

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

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

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



/*---------column06-----------*/
.column06 {
  position: relative;
  margin: var(--px60) 0 0;
}

.column06_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-start;
  z-index: 20;
}

.column06 .rev .imgarea {
  position: relative;
  overflow: hidden;
  width: 50%;
  border-radius: var(--px40) 0 0 var(--px40);
}

.column06 .imgarea {
  position: relative;
  overflow: hidden;
  width: 50%;
  border-radius: 0 var(--px40) var(--px40) 0;
}

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

.column06 .txtarea {
  position: relative;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  padding: var(--px80) var(--px40);
  margin: 0;
  z-index: 10;
}

.column06 .txtarea .txtinner {
  max-width: 640px;
}

.column06_wrap+.column06_wrap {
  margin-top: var(--px80);
}

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

  /*左右反転*/
  .column06_wrap.rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .column06_wrap.rev .txtarea {
    margin: 0;
  }
}

@media print,
screen and (max-width: 1023px) {
  .column06_wrap.rev {
    flex-direction: row;
    justify-content: end;
  }

  .column06 .imgarea,
  .column06 .rev .imgarea,
  .column06 .txtarea {
    width: 100%;
  }

  .column06 .rev .imgarea {
    padding-left: 5%;
    padding-right: 0;
  }

  .column06 .imgarea {
    padding-right: 5%;
  }

  .column06 .rev .imgarea.shadow_yellow {
    margin-left: 5%;
    padding-left: 0;
    padding-right: 0;
  }

  .column06 .txtarea {
    margin: 0;
  }

  .column06 .rev .txtarea {
    margin: 0;
  }
}

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

/*----------------------------------------------
  fullwide
----------------------------------------------*/
/*---------fullwide01_max1240-----------*/
.fullwide01 {
  position: relative;
}

.fullwide01_wrap {
  background: rgba(255, 255, 255, 0.86);
  max-width: 1240px;
  width: 94%;
  margin: 0 auto;
  padding: var(--px80);
  display: flex;
  justify-content: center;
  align-items: center;
}

.fullwide01_inner {
  max-width: 960px;
}

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

/*---------fullwide03_max1240-----------*/
.fullwide03 {
  position: relative;
  background: url(/wp-content/uploads/top-reason-bg.jpg) no-repeat center / cover;
}

.fullwide03:before {
  content: "";
  background: var(--color-background);
  width: 100%;
  height: 55%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.fullwide03_wrap {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*----------------------------------------------
  card
----------------------------------------------*/
/*---------col02-----------*/
.post .col2_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 .col2_list>li {
  width: 49%;
  margin-bottom: 2%;
}

@media print,
screen and (max-width: 450px) {
  .post .col2_list>li {
    width: 100%;
    margin-bottom: 5%;
  }

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

/*---------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;
  gap: var(--rem20);
}

.post .col3_list>li {
  width: 31%;
  margin-bottom: 2%;
  margin-bottom: 2%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.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: 31%;
  }

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

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

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

/*---------col4-----------*/
.post .col4_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--rem16);
}

.post .col4_list>li {
  width: 24%;
}

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

  .post .col4_list>li,
  .post .col4_list::before,
  .post .col4_list:after {
    width: 32%;
    margin-bottom: 2%;
  }
}

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

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

@media print,
screen and (max-width: 414px) {
  .post .col4_list>li {
    width: 100%;
  }

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

/*----------------------------------------------
  cardstyle
----------------------------------------------*/
/*---------style02-------------*/

.card01_list.cardstyle02>li .txtarea {
  background: #fff;
  padding: 20px 20px 30px 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

/*---------style04-------------*/

.card02_list.cardstyle04>li {
  padding: 16px;
  background: transparent;
  border-bottom: solid 1px;
  align-items: flex-start;
  padding-bottom: var(--rem60);
  margin-top: var(--rem40);
}

/*---------style05-------------*/

.cardstyle05>li {
  padding-bottom: 30px;
}

.card01_list.cardstyle05>li .imgarea {
  position: relative;
}

.card01_list.cardstyle05>li .txtarea {
  position: relative;
  padding: 20px;
  max-width: 80%;
  margin: -30px auto;
  border-radius: 10px;
  font-size: var(--rem28);
  color: #fff;
}

/*----------------------------------------------
  cta
----------------------------------------------*/
.cta01 {
  background: url(/wp-content/uploads/cta-bg.jpg) no-repeat center / cover;
  position: relative;
  z-index: 0;
}

.cta01 .cta01_wrap {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: var(--px80);
  background: rgba(255, 255, 255, 0.8);
  border-radius: 40px;
}

.cta01 .ctabtnlist {
  justify-content: space-between;
  max-width: 960px;
  margin: var(--px50) auto 0 auto;
}

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

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

.cta01 a.item:hover {
  opacity: 0.8;
}

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

  .cta01 {
    padding: var(--px120) 5%;
  }

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

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

  .cta01 .cta01_wrap {
    border-radius: 20px;
  }
}

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

.cta01 .btnttl {
  display: block;
  margin-bottom: 1rem;
}

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

/*電話ボタン*/

.cta01 .telnum {
  font-size: var(--rem36);
  margin-bottom: 1rem;
  font-family: var(--font-family01);
  color: var(--color-font);
}

.cta01 .telbtn .btnttl {
  font-size: var(--rem20);
  color: var(--color-font);
}

.cta01 a.telbtn {
  background: #fff;
  border-radius: 50em;
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.08);
}

/*メールボタン*/

.cta01 .mailbtn .btnttl {
  font-size: var(--rem24);
}

.cta01 a.mailbtn {
  color: #fff;
  background: var(--color-primary);
  border-radius: 50em;
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.08);
}


/*ボタンアイコン*/

.cta01 .mailbtn .btnttl::before,
.cta01 .linebtn .btnttl::before,
.cta01 .telnum::before {
  content: '';
  display: inline-block;
  font-family: 'FontAwesome';
  font-weight: 900;
  margin-right: 1rem;
}

.cta01 .mailbtn .btnttl::before {
  content: '\f0e0';
}

.cta01 .linebtn .btnttl::before {
  content: '\f3c0';
}

.cta01 .telnum::before {
  content: '\f095';
}

/*----------------------------------------------
  teleco
----------------------------------------------*/
/*--teleco_v1------------------------------*/

.teleco_v1 h2 {
  width: 100%;
}

.teleco_v1 .w50.image_box {
  position: relative;
  overflow: hidden;
}

.teleco_v1 .w50.image_box::before {
  content: '';
  display: block;
}

.teleco_v1 .w50.image_box img {
  position: absolute;
  width: 100%;
  height: auto;
  max-width: none;
  top: 0;
  left: 0;
}

.teleco_v1 .w50.text_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: var(--color-background);
  padding: 0 var(--rem40);
  /* 120-65px (1920-375) */
}

@media print,
screen and (min-width: 769px) {
  .teleco_v1 .w50.image_box::before {
    padding-top: calc(550px + (1vw - 19.2px) * 17.3762);
  }

  /* .teleco_v1 .w50.image_box img {
    width: auto;
    height: 116%;
  } */
}

.flexinnerBtn {
  align-self: normal;
}

@media print,
screen and (max-width: 768px) {
  .teleco_v1 .w50.image_box {
    margin-bottom: 0;
  }

  .teleco_v1 .w50.image_box::before {
    padding-top: calc(350px + (1vw - 7.68px) * 27.9898);
  }

  .teleco_v1 .w50.text_box {
    padding: 20px;
    margin-bottom: 0;
  }
}

/*----------------------------------------------
  header
----------------------------------------------*/

/*--------------google翻訳--------------*/
#flags ul li a {
  padding: 0 !important;
}

.gt_flex {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 5px 10px;
  background: var(--color-background);
}

#flags {
  width: 140px !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.gt_flex #flags,
.gt_flex #google_language_translator {
  height: 30px;
}

.gt_flex ul#sortable li {
  height: 18px !important;
  display: block;
}

@media print,
screen and (min-width: 1024px) {
  #glt-translate-trigger {
    display: none;
  }

  #header {
    height: auto !important;
  }

  #header-layout {
    height: 100px;
  }
}

@media print,
screen and (max-width: 1023px) {
  #glt-translate-trigger {
    bottom: 58px;
  }

  .tool-container {
    bottom: 100px !important;
  }

  #glt-translate-trigger {
    display: none;
  }

  .tool-container.tool-top .arrow {
    display: none;
  }

  .tool-container {
    opacity: 1 !important;
    display: block !important;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .3);
    background: #fff !important;
    padding: 6px !important;
    left: inherit !important;
    right: 0 !important;
    bottom: 80px !important;
    border-radius: 8px 0 0 8px;
    position: fixed;
  }

  .tool-items {
    display: flex !important;
    flex-direction: column !important;
    gap: 5px !important;
  }
}

/*--------------google翻訳ここまで--------------*/


#header {

  a.head_btn.tel_btn {
    display: flex;
    align-items: center;
    font-size: 2.2rem;
    background: none;
    color: var(--header-color-font);
    background-color: var(--color-background);
    position: relative;

    &::before {
      content: "";
      display: block;
      background: var(--color-font);
      width: 1px;
      height: 60px;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
    }

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

  a.head_btn .header_tel {
    font-family: var(--font-family01);
    font-weight: bold;

    &: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;
    }
  }

  a.head_btn .header_time {
    font-family: var(--font-family01);

    &::before {
      content: none;
    }
  }

  a.head_btn.mail_btn {
    &::before {
      content: none;
    }

    >span {
      &:before {
        content: '\f0e0';
        color: var(--color-background);
        display: block;
        font-family: 'FontAwesome';
        font-size: 2rem;
        font-weight: 400;
        line-height: 1;
        margin-bottom: .1em;
        text-align: center;
      }
    }
  }

  /* nav#mainNav ul li a span,
  nav#mainNav ul li.current-menu-item a span {
    color: var(--color-primary);
  } */

  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: var(--color-font);
  }
}

.spmenu #menu p {
  transform: translateX(-50%);
  left: 50%;
  white-space: nowrap;
}

@media print,
screen and (min-width: 1024px) {
  nav#mainNav ul li a {
    padding: var(--px20) var(--px30);

    &:hover {
      opacity: 0.6;
    }
  }

  #header a.head_btn.mail_btn {
    background: var(--color-primary);
    color: var(--color-background);
    position: relative;

    &:hover {
      opacity: 0.8;
    }
  }
}

@media print,
screen and (min-width: 1024px) {
  nav#mainNav ul li li {
    background: var(--color-background);
  }

  nav#mainNav ul,
  #header .header__nav-contact {
    font-family: var(--font-family02);
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}

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

  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: #FFFEE8;
    color: var(--color-font);
  }
}

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(--color-font);
}

nav#mainNav ul li {

  &:first-child {
    a {
      span {
        color: #EFB7B6;
      }
    }
  }

  &:nth-of-type(2) {
    a {
      span {
        color: #85BFE7;
      }
    }
  }

  &:nth-of-type(3) {
    a {
      span {
        color: #C9B3D7;
      }
    }
  }

  &:nth-of-type(4) {
    a {
      span {
        color: #6AC2B6;
      }
    }
  }

  &:nth-of-type(5) {
    a {
      span {
        color: #F5C92A;
      }
    }
  }

}

@media print,
screen and (min-width: 1024px) {
  nav#mainNav ul li ul.sub-menu li a:hover {
    background: #FFFEE8;
  }
}

/*----------------------------------------------
  footer
----------------------------------------------*/
#footer li a,
.footeradd,
.footertel,
#footer li a:hover {
  color: var(--color-font);
}

#footer .footer__logo img {
  max-width: 320px;
  max-height: var(--px120);
}

/*----------------------------------------------
  link
----------------------------------------------*/
.txt-link {
  font-family: var(--font-family02);
  border-bottom: 1px solid var(--color-font);
  font-weight: 600;
}

/*----------------------------------------------
  btn
----------------------------------------------*/
.linkBtn,
.post .linkBtn,
a.linkBtn,
.post .subimitarea .linkBtn input[type="submit"] {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 240px;
  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: solid 2px var(--color-primary);
  border-radius: 50vh;
  transition: all .3s;
}

.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: var(--color-background);
  background: var(--color-primary);
  border-color: var(--color-primary);
}

.post .linkBtn:hover::after,
.linkBtn:hover::after,
a.linkBtn:hover::after {
  border-color: var(--color-background);
}

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

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

.linkBtn.linkBtn--yellow {
  background: #F5C92A;
  border: 2px solid #F5C92A;

  &:hover {
    background: #F5C92A;
    color: #fff;
    border: 2px solid #F5C92A;
    opacity: 0.8;

    &::after {
      border-color: #ffffff;
    }
  }
}

.linkBtn.linkBtn--pink {
  background: #EFB7B6;
  border: 2px solid #EFB7B6;

  &:hover {
    background: #EFB7B6;
    color: #fff;
    border: 2px solid #EFB7B6;
    opacity: 0.8;

    &::after {
      border-color: #ffffff;
    }
  }
}

.linkBtn.linkBtn--green {
  background: #6AC2B6;
  border: 2px solid #6AC2B6;

  &:hover {
    background: #6AC2B6;
    color: #fff;
    border: 2px solid #6AC2B6;
    opacity: 0.8;

    &::after {
      border-color: #ffffff;
    }
  }
}

/*----------------------------------------------
  table
----------------------------------------------*/
.post table td {
  background: #fff;
}

.post table.table-pink th {
  background: #EFB7B6;
  color: #fff;
}

.post table.table-green th {
  background: #6AC2B6;
  color: #fff;
}

.post table.table-blue th {
  background: #85BFE7;
  color: #fff;
}

.post table.table-yellow th {
  background: #F5C92A;
  color: #fff;
}

.table-title {
  text-align: center;
  font-weight: bold;
  color: #fff;
}

.post table.timeline-pink,
.post table.timeline-purple,
.post table.timeline-green {
  margin-top: 0;
}

.post table.timeline-pink th {
  background: var(--color-background);
  color: #EFB7B6;
  font-family: var(--font-family03);
}

.post table.timeline-purple th {
  background: var(--color-background);
  color: #C9B3D7;
  font-family: var(--font-family03);
}

.post table.timeline-green th {
  background: var(--color-background);
  color: #6AC2B6;
  font-family: var(--font-family03);
}

.post table.bg-white th {
  background: #fff;
  color: var(--color-font);
}

.post table th {
  background: #E4F4F3;
  color: var(--color-font);
}

.post table.table_style02 {
  border: none;
}

.post table.table_style02 th {
  border-left: none;
  border-right: none;
}

.post table.table_style02 td {
  border-left: none;
  border-right: none;
}

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

  .post table.table_style02 th {
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding-bottom: 0;
  }
}

/* ==========================
TOP
=========================== */
.top-recruit {
  background: #FFFEE8;
  border-radius: var(--px140) var(--px140) 0 0;
}

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

  .top-instagram,
  .top-news {
    padding: var(--px120) 5%;
  }
}

.post .time,
.postlist .time,
.post2b .time,
.post4b .time {
  background: var(--color-font);
  color: #fff;
}

/* ==========================
多機能型事業所まっしろのサービス
=========================== */
.sec-day-care {
  .column06 .rev .imgarea {
    aspect-ratio: initial;
    border-radius: 0;
  }

  .column06 .imgarea {
    aspect-ratio: initial;
    border-radius: 0;
  }
}

.sec-access {
  background: #FFFEE8;
  border-radius: var(--px140) var(--px140) 0 0;
}

@media screen and (max-width: 768px) {
  .sec-access {
    padding: var(--px120) 5%;
    border-radius: 40px 40px 0 0;
  }
}

/* ==========================
重心型放課後等デイサービス
=========================== */
.sec-about-service {
  .column06 .rev .imgarea {
    aspect-ratio: initial;
    border-radius: 0;
  }

  .column06 .imgarea {
    aspect-ratio: initial;
    border-radius: 0;
  }
}

.sec-features {
  padding: var(--rem60) var(--rem40);
  background: #FFF3F3;
  border-radius: var(--px60);

  &.sec-features--green {
    background: #EBFDFB;
  }
}


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

/* ==========================
会社概要
=========================== */
.sec-theme {
  padding: var(--rem60) var(--rem40);
  background: #FFFEE8;
  border-radius: 60px;
}

/* ==========================
採用情報
=========================== */
/*--contact_area-------------------------------------*/

.contact_area {
  padding: min(calc(80px + (1vw - 19.2px) * 2.5890), 80px);
  /*80px-40px (1920-375)x*/
  text-align: center;
  background: #EBFDFB;
  margin-top: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px);
}

.post .contact_ttl {
  font-size: min(calc(2.8rem + (1vw - 19.2px) * 0.4531), 2.8rem);
  /* 2.8-2.1rem (1920-375) */
  font-weight: 600;
  text-align: center;
  letter-spacing: .2rem;
  padding: 0;
  margin: min(calc(120px + (1vw - 19.2px) * 3.5599), 120px) auto min(calc(50px + (1vw - 19.2px) * 0.9709), 50px);

  /* 120-65px auto 50-35px (1920-375) */
}

.post .contact_ttl::before {
  content: none;
  position: relative;
  width: auto;
  height: auto;
  top: auto;
  left: auto;
}

.post .contact_ttl::after {
  content: '';
  position: relative;
  visibility: visible;
  display: block;
  width: 2.2em;
  height: 3px;
  background: #F5C92A;
  margin: 0.6em auto 0;
}

.contact_read {
  margin: 0 0 min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);
  /*30px-15px (1920-375)*/
  text-align: center;
}

.button_wrap,
.post .button_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.button_wrap>*,
.post .button_wrap>* {
  margin: 10px !important;
}

.contact_area .linkBtn,
.contact_area .post .linkBtn {
  padding: 0;
  background: #6AC2B6;
  border-color: #6AC2B6;

  &:hover {
    background: #6AC2B6;
    border-color: #6AC2B6;
    opacity: 0.8;
  }
}

.contact_area .linkBtn a {
  color: #fff;
  padding: 0.8em 1.2em;
  display: block;
}

/* ==========================
お問い合わせ
=========================== */
.wpcf7-form .must {
  background: rgb(202, 16, 16);
  color: #fff;
}

.wpcf7-form .must_fn {
  background-color: rgb(202, 16, 16);
  color: #fff;
  padding: 5px;
}

.post .subimitarea .linkBtn input[type="submit"] {
  color: var(--color-background);
}