@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=BIZ+UDPGothic&family=Roboto:ital,wght@0,100..900;1,100..900&family=Shippori+Mincho&display=swap');

:root {
  /*------▼基本設定▼------*/
  --color-background: #fff;
  --color-font: #5F5F5F;
  --color-primary: #FF92B1;
  --color-primary-shade: #F7F7F7;
  --color-primary-tint: #FFEBF1;
  --color-secondary: #7CE1F3;
  --color-secondary-tint: ;
  --color-green: #7AC36C;
  --color-yellow: #F1D257;
  --color-purple: #DE92FF;
  --color-orange: #F2AD18;
  --color-table-border: #CCC;
  --body-font-size: min(calc(1.6rem + (1vw - 0.77rem) * 1.7361), 1.6rem);
  /* 1.6-1.4rem (1920-375) */
  --body-font-family: "BIZ UDPGothic", sans-serif;
  --content-max-width: 1240px;
  /*------▼ヘッダー設定▼------*/
  --header-background: #fff;
  --header-color-font: #5F5F5F;
  --header-color-primary: #FF92B1;
  --header-secondary: #7CE1F3;
  --header-color-primary-shade: ;
  --header-color-primary-tint: #FFEBF1;
  /*------▼フッター設定▼------*/
  --footer-background: #FF92B1;
  --footer-color-font: #fff;
  --footer-color-primary: ;
  /*------▼フォント設定▼------*/
  --font-family01: "BIZ UDPGothic", sans-serif;
  --font-family02: "Roboto", sans-serif;
  --font-family03: "Shippori Mincho", serif;
  --font-family04: "IBM Plex Sans", sans-serif;
  --font-family05: "Noto Sans JP", sans-serif;
}

/*--メディアクエリ--------------------------------------------*/
@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;
  letter-spacing: .05em;
}

@media print,
screen and (max-width: 768px) {
  html {
    body {
      p {
        font-size: 1.6rem;
      }
    }
  }
}

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

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

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

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

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

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

  &.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.home .c_commoncta {
  display: none;
} */

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

@media print,
screen and (max-width: 768px) {
  .page_contents_inner+.page_contents_inner {
    margin-top: var(--px120);
  }
}

#content,
body:not(.home) #content.wide {
  padding: var(--px100w) 0 var(--px80);
  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;
}

/*--お知らせ　下線--------------------------------------------*/
.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: #F7F7F7;
}

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

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

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

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


/*----------------------------------------------
  utility
----------------------------------------------*/
/*---------コンテンツ幅-----------*/
.max_w380 {
  max-width: 380px !important;
}

.max_w600 {
  max-width: 600px;
}

.max_w680 {
  max-width: 680px;
}

.max_w880 {
  max-width: 880px;
}

.max_w980 {
  max-width: 980px;
}

.max_w1070 {
  max-width: 1070px;
}

.max_w1160 {
  max-width: 1160px;
}

.w8 {
  width: 8%;

  img {
    width: 100%;
  }
}

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

.bg_blue {
  background: #EFFAFE !important;
}

.bg_green {
  background: #E7F9EB !important;
}

.bg_cream {
  background: #FAF2D4 !important;
}

.bg_pink {
  background: #FFB5B9 !important;
}

.bg_light-blue {
  background: #E6F4FF !important;
}

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

.u-fcsecondary {
  color: var(--color-secondary) !important;
}

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

.fc_red {
  color: #B63033 !important;
}

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

.u-fc--white {
  color: #fff !important;
}

.u-fc--blue {
  color: var(--color-primary) !important;
}

.u-fcgreen {
  color: var(--color-green) !important;
}

.u-fcyellow {
  color: var(--color-yellow) !important;
}

.u-fcorange {
  color: var(--color-orange) !important;
}

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

.u-ff02 {
  font-family: var(--font-family02) !important;
}

.u-ff03 {
  font-family: var(--font-family03) !important;
}

.post p {
  line-height: 2;
}

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

.u-fz16 {
  font-size: var(--rem16);
}

.u-fz18 {
  font-size: var(--rem18);
}

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

.u-fz22 {
  font-size: 2.2rem;
}

.u-fz23 {
  font-size: 2.3rem;
}

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

.u-fz30 {
  font-size: var(--rem30);
}

.fz40 {
  font-size: var(--rem40w);
}

.u-fz60 {
  font-size: var(--rem60);
}

.fz72 {
  font-size: var(--rem72);
}

.u-fz80 {
  font-size: var(--rem80);
}


/*---------フォント太さ-----------*/
.fw-mid {
  font-weight: 600;
}

.u-fw300 {
  font-weight: 300;
}

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

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

/*---------box-----------*/
.img-shadow {
  box-shadow: 3px 6px 20px 0px rgba(0, 0, 0, 0.2);
}

/*---------flex-----------*/
.flex_g1 {
  flex-grow: 1;
}

.jc-flexend {
  justify-content: flex-end;
}

/*---------行間-----------*/
.lh140 {
  line-height: 1.4 !important;
}

.u-lh100 {
  line-height: 1 !important;
}

/*---------border-----------*/
.border-b1 {
  border-bottom: 1px solid #B9B9B9;
}

/*---------蛍光ライン-----------*/
.u-bgyellow {
  background: #FFF9C2;
}

/*---------ラベル-----------*/
.u-label {
  display: inline-block;
  color: var(--color-background);
  font-family: var(--font-family04);
  font-size: 2.3rem;
  font-weight: bold;
  border-radius: 5px;
  padding: 6px 8px 2px;
  margin: 0 5px;
  line-height: 1;

  &.u-label--blue {
    background: #7CE1F3;
  }

  &.u-label--green {
    background: #A2E096;
  }

  &.u-label--yellow {
    background: #F1D257;
  }
}

/*---------tab表示-----------*/
@media screen and (max-width: 768px) {
  .tab_w10 {
    width: 10% !important;

    img {
      width: 100%;
    }
  }

  .sp-rev {
    display: flex;
    flex-direction: column-reverse !important;
  }

  .tab_w20 {
    width: 20% !important;
  }

  .tab_w60 {
    width: 60% !important;
  }

  .sp-mb4 {
    margin-bottom: var(--rem40);
  }

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

  .sp-txt_r {
    text-align: right !important;
  }

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

  .flexbox.jc_center.sp-txt_c {
    text-align: center;
  }
}

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

/*----------------------------------------------
  title
----------------------------------------------*/

/* サムネイル */
header#h1Header h1.title {
  font-size: var(--rem36);
  color: var(--color-font);
  font-family: var(--font-family03);
}

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

#privacy h3 {
  font-size: var(--rem24w);
}

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

  /*---------top-main-title-----------*/
  &.c-mainttl {
    text-align: left;
    overflow-wrap: break-word;
    margin: 0 auto var(--rem40);
    position: relative;

    .c-mainttl__ja {
      display: block;
      font-family: var(--font-family01);
      font-size: var(--rem20);
      color: var(--color-font);
    }

    .c-mainttl__en {
      font-size: var(--rem72);
      font-family: var(--font-family02);
      color: var(--color-font);
      font-weight: 200;
      line-height: 1;
      display: block;

      &::first-letter {
        color: var(--color-primary);
        font-weight: 300;
      }
    }

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

    &.c-mainttl--center {
      text-align: center;
    }

    &.c-mainttl--yellow {
      .c-mainttl__en {
        &::first-letter {
          color: #F1C100;
        }
      }
    }

    &.c-mainttl--green {
      .c-mainttl__en {
        &::first-letter {
          color: var(--color-green);
        }
      }
    }

    &.c-mainttl--blue {
      .c-mainttl__en {
        &::first-letter {
          color: var(--color-secondary);
        }
      }
    }

    &.c-mainttl--orange {
      .c-mainttl__en {
        &::first-letter {
          color: var(--color-orange);
        }
      }
    }

    &.c-mainttl--img {
      position: relative;
      color: var(--color-font);

      &::before {
        content: "";
        display: inline-block;
        width: 72px;
        height: 53px;
        background: url(/wp-content/uploads/environmen-tttl.png) no-repeat center / contain;
        position: absolute;
        bottom: 0;
        left: 440px;
      }
    }

    &.c-mainttl--line {
      position: relative;
      padding-bottom: var(--rem40);

      &::before {
        content: "";
        display: block;
        width: 124px;
        height: 16px;
        background: url(/wp-content/uploads/cta-ttlline.png) no-repeat center / contain;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
      }
    }
  }

  &.c-secondaryttl {
    text-align: left;

    .c-secondaryttl__en {
      font-family: var(--font-family02);
      font-weight: 300;
      color: #DBDBDB;
      font-size: var(--rem72);
      line-height: 1.2;
    }

    .c-secondaryttl__ja {
      display: block;
      font-size: var(--rem24w);
      color: var(--color-font);

    }

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

  &.c-imgttl {
    position: relative;
    font-size: var(--rem24w);
    text-align: left;
    color: var(--color-font);

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

    &.c-imgttl--bird {
      padding-left: 75px;

      &:before {
        content: "";
        display: block;
        width: 52px;
        height: 72px;
        background: url(/wp-content/uploads/ttl-bird.png) no-repeat center / contain;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        left: 0;
      }
    }

    &.c-imgttl--sakura {
      padding-left: 75px;

      &:before {
        content: "";
        display: block;
        width: 62px;
        height: 60px;
        background: url(/wp-content/uploads/ttl-sakura.png) no-repeat center / contain;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        left: 0;
      }
    }

    &.c-imgttl--leaf {
      padding-left: 97px;

      &:before {
        content: "";
        display: block;
        width: 92px;
        height: 48px;
        background: url(/wp-content/uploads/ttl-leaf.png) no-repeat center / contain;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        left: 0;
      }
    }
  }
}


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

  .post h1,
  h1,
  .post h2,
  h2,
  .post h3,
  h3,
  .post h4,
  h4,
  .post h5,
  h5,
  p,
  div,
  span {
    &.c-imgttl {
      &.c-imgttl--bird {
        padding-left: 67px;

        &:before {
          width: 52px;
          height: 52px;
        }
      }

      &.c-imgttl--sakura {
        padding-left: 67px;

        &:before {
          width: 52px;
          height: 50px;
        }
      }

      &.c-imgttl--leaf {
        padding-left: 67px;

        &:before {
          width: 52px;
          height: 52px;
        }
      }
    }
  }
}

@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: var(--px60) 0 0;
}

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

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

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

  .column01_wrap {
    width: 100%;
  }
}

/*---------txtstyle-----------*/

.post .txtstyle02,
.txtstyle02 {
  font-family: var(--font-family01);
  font-size: var(--rem18);
  font-weight: bold;
  text-align: left;
  margin: var(--rem20) auto;
  background: transparent;
  color: var(--color-font);
  line-height: 1.4;
  padding: 0;
}

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

.post .column01 .txtstyle02,
.column01 .txtstyle02 {
  font-size: var(--rem20);
  margin: var(--rem20) 0;
}

.post .txtstyle04,
.txtstyle04 {
  font-family: var(--font-family02);
  font-size: var(--rem36);
  font-weight: 600;
  text-align: left;
  margin: var(--rem36) auto;
  background: transparent;
  border: none;
  color: #111;
  line-height: 1.4;
  padding: 0;
}

.post .txtstyle04:before,
.txtstyle04:before {
  content: none;
}

.post .column01 .txtstyle04,
.column01 .txtstyle04 {
  font-size: var(--rem36);
}

.post .column01 .txtstyle04:after,
.column01 .txtstyle04:after {
  content: '';
  position: relative;
  visibility: visible;
  display: block;
  width: var(--px80);
  height: 3px;
  background: #111;
  margin: var(--rem30) 0 0 0.5rem;
}

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

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

.column03_wrap {
  position: relative;
  max-width: 1600px;
  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;
}

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

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

/*---------column04-----------*/
.column04 {
  position: relative;
  padding: var(--px120) 0 0;
  margin: 0;
}

.column04:before {
  content: "";
  background: var(--color-primary);
  width: 100%;
  height: 25%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

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

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

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

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

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

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


/*---------column05-----------*/
.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;
  border-radius: 0 20% 0 0;
  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: var(--color-background);
  padding: var(--px80) var(--px40);
  margin: 0 auto 0 -5%;
  z-index: 10;
  border-radius: 20% 0 0 0;
}

.column05 .txtarea .txtinner {
  max-width: 700px;
  width: 100%;
}

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

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

  .column05_wrap.rev {
    padding-bottom: var(--px120);
    -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;
  }
}

@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;
  z-index: 20;
}

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

.column05_02 .imgarea {
  position: relative;
  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;
  padding: 20px;
}

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

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

.column06 .rev .imgarea {
  position: relative;
  width: 50%;
}

.column06 .imgarea {
  position: relative;
  width: 50%;
}

.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: #fff;
  padding: var(--px80) var(--px40);
  margin: 0 auto 0 0;
  z-index: 10;
}

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

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

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

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

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

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

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

/*----------------------------------------------
  card
----------------------------------------------*/
/*---------coln02-----------*/

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

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

  >li {
    width: 32%;
    margin-bottom: 4%;
  }

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

  &:after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
  }

  &.col3_list--style01 {
    .imgarea {
      border-radius: 50%;
      overflow: hidden;

      img {
        aspect-ratio: 1 / 1;
        object-fit: cover;
      }
    }

    .txtarea {
      margin-top: var(--rem20);

      p {
        font-size: 1.8rem;
      }
    }
  }
}

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

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

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

    &:last-child {
      margin-bottom: 0;
    }
  }
}


/*---------col4-----------*/
.post .col4_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.post .col4_list>li {
  width: calc((100% / 4) - 20px);
  margin-bottom: 1.5%
}

/* .post .col4_list::before {
  content: "";
  display: block;
  width: 24%;
  height: 0;
  order: 1;
}

.post .col4_list:after {
  content: "";
  display: block;
  width: 24%;
  height: 0;
} */

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

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

  .post .col4_list>li.sp-02 {
    width: 48%;
  }
}

/*---------col5-----------*/
.col5_list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--rem20);
  justify-content: center;

  li {
    width: calc((100% / 5) - 20px);
  }
}

@media print,
screen and (max-width: 768px) {
  .col5_list {
    display: flex;
    flex-wrap: wrap;
    gap: var(--rem20);
    justify-content: normal;

    li {
      width: 48%;
    }
  }
}

@media print,
screen and (max-width: 450px) {
  .col5_list {
    display: flex;
    flex-wrap: wrap;
    gap: var(--rem20);
    justify-content: normal;

    li {
      width: 100%;
    }
  }
}

.link-img {
  .link-img_contents {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    background: #111;

    img {
      height: auto;
      transition: transform .6s ease;
      /* ゆっくり変化させる */
    }
  }

  &:hover {
    .link-img_contents img {
      transform: scale(1.1);
    }
  }
}

/*----------------------------------------------
  cardstyle
----------------------------------------------*/
/*---------style01-------------*/

/*---------style02-------------*/
.card03_list.cardstyle02 .imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all;
}

.card03_list.cardstyle02>li:hover .imgarea img {
  transform: scale(1.04);
}

.card03_list.cardstyle02>li:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, .6) 100%);
  ;
  z-index: 1;
}

.card03_list.cardstyle02 .txtinner {
  width: 100%;
  position: relative;
  color: #fff;
  z-index: 1;
}

.card03_list.cardstyle02 .txtinner .txtstyle02 {
  color: #fff;
}

.card03_list.cardstyle02 .imgarea {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  line-height: 0;
  z-index: -1;
}

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

.card03_list.cardstyle02 a.filllink {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}

body#editor-style .card03_list.cardstyle02 a.filllink {
  position: static;
  display: block;
  background: #111;
  height: 30px;
}

body#editor-style .card03_list.cardstyle02 a.filllink::before {
  content: "ダブルクリックでリンク設定";
  color: #fff;
  font-size: 10px;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -10;
}

body#editor-style .card03_list.cardstyle02>li:before {
  z-index: -1;
}

body#editor-style .card03_list.cardstyle02 .imgarea {
  position: static;
}

/*---------style03-------------*/
.card03_list.cardstyle03 .imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all;
}

.card03_list.cardstyle03>li:hover .imgarea img {
  transform: scale(1.04);
}

.card03_list.cardstyle03>li:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1;
}

.card03_list.cardstyle03 .txtinner {
  position: relative;
  color: #111;
  z-index: 1;
}

.card03_list.cardstyle03 .imgarea {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  line-height: 0;
  z-index: -1;
}

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

.card03_list.cardstyle03 a.filllink {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}

body#editor-style .card03_list.cardstyle03 a.filllink {
  position: static;
  display: block;
  background: #111;
  height: 30px;
  margin-top: auto;
  margin-top: auto;
}

body#editor-style .card03_list.cardstyle03 a.filllink::before {
  content: "ダブルクリックでリンク設定";
  color: #fff;
  font-size: 10px;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -10;
}

body#editor-style .card03_list.cardstyle03>li:before {
  z-index: -1;
}

body#editor-style .card03_list.cardstyle03 .imgarea {
  position: static;
}

.card03_list>li {
  background: #eee;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 5;
}

.card03_list .txtarea {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: var(--px60);
  color: #111;
}

/*---------txtstyle02 -----------*/

.post .txtstyle02,
.txtstyle02 {
  font-family: var(--font-family02);
  font-size: var(--rem36);
  font-weight: 600;
  text-align: left;
  margin: var(--rem36) auto;
  background: transparent;
  color: #111;
  line-height: 1.4;
  padding: 0;
}

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

.post .card01_list .txtstyle02,
.card01_list .txtstyle02 {
  font-size: var(--rem20);
  margin: 0 0 1rem;
}

/*----------------------------------------------
  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: 90%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.85);
  padding: var(--px80);
}

.cta01 .ctabtnlist {
  justify-content: space-between;
  max-width: 1240px;
  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;
  color: #111;
  border-radius: 0;
  transition: all ease .15s;
}

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

@media print,
screen and (max-width: 768px) {
  .cta01 {
    background: url(/wp-content/uploads/cta-bg.jpg) no-repeat 60% center / cover;
  }

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

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

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

.cta01 .btnttl {
  font-family: var(--font-family01);
  display: block;
  font-weight: bold;
  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-family02);
}

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

.cta01 a.telbtn {
  background: var(--color-background);
  color: var(--color-primary);
}

/*メールボタン*/

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

.cta01 a.mailbtn {
  background: var(--color-primary);
  color: var(--color-background);
}

/*LINEボタン*/

.cta01 a.linebtn {
  background: var(--color-secondary);
  color: #fff;
}

.cta01 .linebtn .btnttl {
  font-size: var(--rem20);
  line-height: 1.3;
}

/*ボタンアイコン*/

.cta01 .telnum::before,
.cta01 .mailbtn .btnttl::before,
.cta01 .linebtn .btnttl::before {
  content: '';
  display: block;
  font-family: 'Font Awesome 5 Free', 'FontAwesome';
  font-weight: 900;
  margin-bottom: 1rem;

}

.cta01 .telnum::before {
  display: inline-block;
  content: '\f3cd';
  margin-right: 1rem;
}

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

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

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

#header {
  a.head_btn.tel_btn {
    color: var(--header-color-primary);
    background-color: var(--header-color-primary-tint);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: var(--font-family05);

    &::before {
      content: none;
    }

    >.tel-num {
      display: flex;
      align-items: center;
      font-size: 2.2rem;
      justify-content: center;

      .note {
        b {
          font-weight: 500;
        }
      }

      &:before {
        content: '\f095';
        display: block;
        font-family: 'FontAwesome';
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 1;
        margin-bottom: .1em;
        margin-right: .1em;
        text-align: center;
      }
    }


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


  }

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

    &::before {
      content: none;
    }
  }

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

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

    >span {
      &:before {
        content: '\f16d';
        display: block;
        font-family: 'FontAwesome';
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1;
        margin-bottom: .1em;
        text-align: center;
      }
    }
  }

  nav#mainNav ul li:last-child {
    padding-right: 24px;
  }

  nav#mainNav ul li a b,
  nav#mainNav ul li a span {
    font-weight: 600;
  }

  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-primary);
  }
}

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

@media print,
screen and (min-width: 1024px) {
  #header {
    height: 100px;
  }

  nav#mainNav ul li {
    padding: 0 var(--px12);

    &:first-of-type a {
      &:hover {
        b {
          color: var(--color-purple);
        }
      }
    }

    &:nth-of-type(2) a {

      &:hover {
        b {
          color: var(--color-green);
        }
      }
    }

    &:nth-of-type(3) a {

      &:hover {
        b {
          color: var(--color-orange);
        }
      }
    }

    &:nth-of-type(4) a {

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

    &:nth-of-type(5) a {

      &:hover {
        b {
          color: var(--color-secondary);
        }
      }
    }

    &:nth-of-type(6) a {

      &:hover {
        b {
          color: var(--color-yellow);
        }
      }
    }
  }

  nav#mainNav ul li:first-of-type.current-menu-item a b {
    color: var(--color-purple);
  }

  nav#mainNav ul li:nth-of-type(2).current-menu-item a b {
    color: var(--color-green);
  }

  nav#mainNav ul li:nth-of-type(3).current-menu-item a b {
    color: var(--color-orange);
  }

  nav#mainNav ul li:nth-of-type(4).current-menu-item a b {
    color: var(--color-primary);
  }

  nav#mainNav ul li:nth-of-type(5).current-menu-item a b {
    color: var(--color-secondary);
  }

  nav#mainNav ul li:nth-of-type(6).current-menu-item a b {
    color: var(--color-yellow);
  }

  nav#mainNav ul li a {
    padding: var(--px20) var(--px12);

    &:hover {
      opacity: 0.6;
    }
  }

  #header a.head_btn {
    flex-direction: initial;
  }

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

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

  #header a.head_btn.instagram_btn {
    background: var(--header-secondary);
    color: var(--header-background);
    position: relative;
    font-family: var(--font-family02);

    &:hover {
      color: var(--header-background);
      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 {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}

@media print,
screen and (max-width: 1023px) {
  nav#mainNav ul li a {
    font-size: 1.4rem;
  }
}

@media print,
screen and (max-width: 1023px) {
  body.mobile #header .logo img {
    width: auto;
    height: 100%;
    max-width: 240px;
    max-height: initial;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

/*----------------------------------------------
  footer
----------------------------------------------*/
#footer {
  padding-bottom: 0;
}

#footer .footer__logo img {
  max-height: var(--px160);
  -o-object-fit: contain;
  object-fit: contain;
}

#copyright {
  padding: 5px;
  color: var(--color-background);
}

/*----------------------------------------------
  btn
----------------------------------------------*/
.linkBtn,
.post .linkBtn,
a.linkBtn {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 200px;
  font-size: var(--rem16);
  color: var(--color-primary);
  line-height: 1.8;
  text-align: left;
  background: transparent;
  font-weight: 600;
  padding: min(calc(10px + (1vw - 19.2px) * 0.5178), 10px) min(calc(65px + (1vw - 19.2px) * 1.6181), 65px) min(calc(10px + (1vw - 19.2px) * 0.5178), 10px) 0;
  margin: var(--px40) auto 0;
  border: none;
  border-radius: 0;
  transition: all .3s;
  font-family: var(--font-family01);

  &::after {
    content: none;
  }

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

    .arw {
      background: var(--color-primary);

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

      &:after {
        border-color: var(--color-background);
      }
    }
  }

  .arw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    width: var(--px50);
    height: var(--px50);
    border: 1px solid;
    border-radius: 50%;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .4s;
    transition: .4s;

    &::after {
      content: '';
      position: absolute;
      width: 7px;
      height: 7px;
      border-style: solid;
      border-width: 1px 0 0 0;
      top: 50%;
      right: 9px;
      -webkit-transform: translate(-70%, -50%) rotate(45deg);
      transform: translate(-70%, -50%) rotate(45deg);
      -webkit-transition: .4s;
      transition: .4s;
    }

    &::before {
      content: "";
      display: block;
      width: 20px;
      height: 1px;
      background: var(--color-primary);
      position: absolute;
      top: 50%;
      left: 54%;
      transform: translate(-50%, -50%);
    }
  }

  &.linkBtn--pink {
    color: var(--color-font);
    font-size: var(--rem24w);
    width: 100%;
    max-width: 100%;
    padding-bottom: 10px;
    border-bottom: 2px dashed var(--color-primary);

    &:hover {
      opacity: 0.8;
    }

    .arw {
      background: var(--color-primary);
      border: none;
      top: 35%;

      &::after {
        border-color: var(--color-background);
      }

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

  &.linkBtn--blue {
    color: var(--color-font);
    font-size: var(--rem24w);
    width: 100%;
    max-width: 100%;
    padding-bottom: 10px;
    border-bottom: 2px dashed var(--color-secondary);

    &:hover {
      opacity: 0.8;
    }

    .arw {
      background: var(--color-secondary);
      border: none;
      top: 35%;

      &::after {
        border-color: var(--color-background);
      }

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

  &.linkBtn--green {
    color: var(--color-font);
    font-size: var(--rem24w);
    width: 100%;
    max-width: 100%;
    padding-bottom: 10px;
    border-bottom: 2px dashed var(--color-green);

    &:hover {
      opacity: 0.8;
    }

    .arw {
      background: var(--color-green);
      border: none;
      top: 35%;

      &::after {
        border-color: var(--color-background);
      }

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

  &.linkBtn--yellow {
    color: var(--color-font);
    font-size: var(--rem24w);
    width: 100%;
    max-width: 100%;
    padding-bottom: 10px;
    border-bottom: 2px dashed var(--color-yellow);

    &:hover {
      opacity: 0.8;
    }

    .arw {
      background: var(--color-yellow);
      border: none;
      top: 35%;

      &::after {
        border-color: var(--color-background);
      }

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


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

  .linkBtn,
  .post .linkBtn,
  a.linkBtn {
    font-size: var(--rem18);

    & .arw {
      &::after {
        right: 0;
      }
    }
  }
}




/*----------------------------------------------
  fullwide
----------------------------------------------*/


/*----------------------------------------------
  table
----------------------------------------------*/

@media print,
screen and (max-width: 768px) {
  .table-wrap {
    overflow-x: scroll;

    table {
      width: 1000px;
    }
  }
}

.post table.c-table {

  th {

    color: var(--color-font);
    padding: var(--rem28) var(--rem16);
  }

  td {
    background: var(--color-background);
    vertical-align: middle;
  }

  &.c-table--pink {
    th {
      background-color: #FFEBF1;
    }
  }

  &.c-table--blue {
    th {
      background-color: #EDF3F6;
    }
  }

  &.c-table--green {
    th {
      background-color: #E8F5E5;

    }
  }

  &.c-table--yellow {
    th {
      background-color: #FFF9E1;

    }
  }
}

@media print,
screen and (max-width: 768px) {
  .post table.c-table {
    font-size: var(--rem20);

    td {
      line-height: 1.8;
    }
  }
}

/* お問い合わせ */

table.table02,
.post table.table02 {
  width: 100%;
  margin: var(--px30w) auto;
}

table.table02,
.table02 th,
.table02 td,
.post .table02,
.post .table02 th,
.post .table02 td {
  border: none;
}

.table02 th,
.table02 td,
.post .table02 th,
.post .table02 td {
  border-bottom: solid 1px var(--color-table-border);
  line-height: 2;
  padding: var(--px20) min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);
  text-align: left;
}

.table02 th,
.post .table02 th {
  width: 25%;
  color: var(--color-font);
  font-weight: bold;
  background: transparent;
}

.table02 td,
.post .table02 td {
  color: var(--color-font);
  background: transparent;
}

.table02:first-child,
.post .table02:first-child {
  margin-top: 0;
}

.table02:last-child,
.post .table02:last-child {
  margin-bottom: 0;
}

.page-description {
  p {
    font-size: var(--rem14) !important;
  }
}

/*----------------------------------------------
  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: 102%;
  height: auto;
  max-width: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: var(--rem40) var(--rem60);
  /* 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;
  }
}

.list-disc {
  display: flex;
  flex-wrap: wrap;


  dt {
    color: var(--color-primary);
    width: 15%;
  }

  dd {
    width: 85%;
  }
}

/* ==========================
コンポーネント
=========================== */
/* utility */
.u-gap40 {
  gap: var(--rem40);
}

.u-gap80 {
  gap: var(--rem80) !important;
}

/*  リスト */
.c-list {
  display: grid;
  gap: var(--rem20);

  &.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);
  }
}

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

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

    &.c-list--col5 {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: var(--rem20);

      li {
        width: calc((100% / 2) - var(--rem20));
      }
    }
  }
}

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

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

/*  カード */
.c-card,
.c-cardlink,
.c-cardsp {
  display: grid;
  gap: var(--rem20) !important;
}

@media(max-width: 1024px) {
  .c-cardsp {
    grid-template-columns: repeat(2, 1fr);

    .c-card__image {
      grid-area: 2 / 1 / 3 / 2;

    }

    .c-card-title {
      grid-area: 1 / 1 / 2 / 3;
    }

    p {
      grid-area: 2 / 2 / 3 / 3;
    }
  }
}

/* タイトル */
.c-card-title {
  width: 100%;
  padding: var(--rem20) !important;
  font-size: var(--rem20w) !important;
  background: var(--color-primary-tint) !important;
  color: var(--color-background) !important;
  text-align: center;
  margin: 0 auto !important;
}

.c-servicettl {
  background: var(--color-primary-tint) !important;
  color: var(--color-background) !important;
  border-bottom: none !important;
  font-size: var(--rem24w) !important;
  padding: .4em !important;
}

.c-worksttl {
  display: flex;
  align-items: center;
  font-size: var(--rem18) !important;
  padding-bottom: var(--rem12) !important;
  padding-left: 0 !important;
  border-bottom: 1px dotted var(--color-font) !important;
}

/* ラベル */
.c-label {
  background: var(--color-primary-tint) !important;
  font-family: var(--font-family02) !important;
  font-size: var(--rem20) !important;
  padding: 5px var(--rem20) !important;
  color: var(--color-background) !important;
  margin-right: var(--rem20) !important;
}

/* ==========================
TOP
=========================== */
.l-link {
  background: url(/wp-content/uploads/top-bg-link.jpg) no-repeat center / cover;
}

.postlist .time {
  border-radius: 5px;
  font-weight: bold;

  &.cat-session {
    background: var(--color-green);
  }

  &.cat-consultation {
    background: #F1D257;
  }
}

.l-facility {
  .c-list li {
    display: flex;

    a.c-linkarea {
      display: flex;
      flex-direction: column;
      flex: 1;
      justify-content: space-between;
    }
  }
}

@media(max-width: 1024px) {
  .l-news {
    padding-right: 8%;
    padding-left: 8%;
  }
}

@media(max-width: 768px) {

  .l-about,
  .l-instagram,
  .l-link {
    .content_inner {
      padding-right: 5%;
      padding-left: 5%;
    }
  }

  .l-facility {
    padding-right: 5%;
    padding-left: 5%;
  }
}

/* ==========================
私たちの想い
=========================== */
.page-philosophy {
  #breadcrumb {
    background-color: #F4F8FA;
  }
}

.page-philosophy #content.wide {
  padding: 0 0 var(--px80) !important;
  margin: 0 auto;
}

.c-txtboxdashed {
  border: 2px dashed #5ECBF7;
  padding: var(--rem28);
  background-color: var(--color-background);
  border-radius: 15px;

  .img-bird {
    width: 78px;
    margin: 0 auto;
  }

  p {
    line-height: 4rem;
  }
}

.c-point {
  display: grid;
  grid-template-columns: repeat(3, 1fr);

  .c-point__item {
    padding: 0 var(--rem20);
    border-right: 2px dashed #BBBBBB;
  }
}

.post .c-portraitlist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--rem40);

  .c-portraitlist__ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    font-weight: normal;
    font-size: var(--rem24w);
    padding: 0;
    color: var(--color-font);

    .img-sun {
      display: inline-block;
      width: 50px;
      height: 50px;
      margin-left: 5px;

      img {
        width: 100%;
        height: 100%;
        object-fit: contain;
      }
    }

    .img-heart {
      display: inline-block;
      width: 36px;
      height: 50px;
      margin-left: 5px;

      img {
        width: 100%;
        height: 100%;
        object-fit: contain;
      }
    }

    .img-bird {
      display: inline-block;
      width: 52px;
      height: 50px;
      margin-left: 5px;

      img {
        width: 100%;
        height: 100%;
        object-fit: contain;
      }
    }
  }

  .c-portraitlist__img {
    border-radius: 130px 0 130px 0;
    overflow: hidden;
    aspect-ratio: 356/274;

    img {
      object-fit: cover;
    }
  }
}

.post .staff_name {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  background: none;
  border: none;
  margin-bottom: var(--rem20);
  /* -- 1920 120px 375 40px -- */
  /* -- 1920 45px 375 25px -- */
  padding: 0 0 0.5em;
  color: var(--color-font);
  font-family: inherit;
  font-size: var(--rem30);
  /* -- 1920 3.6rem 375 2.1rem -- */
  font-weight: 700;
  text-align: left;
  line-height: 1.35;
  letter-spacing: normal;
  gap: 0.15em 1em;
}

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

.staff_name span.sub {
  font-weight: 500;
  font-size: var(--rem20);
  text-align: left;
  letter-spacing: normal;
}

.c-staff {
  padding-bottom: var(--rem20);
  background-image: linear-gradient(to left, #7B7B7B, #7B7B7B 16px, transparent 16px, transparent 10px);
  margin-bottom: var(--rem40);
  background-size: 30px 1px;
  background-position: right bottom;
  background-repeat: repeat-x;
}

@media(max-width: 768px) {

  .sec-point {
    .content_inner {
      padding-right: 5%;
      padding-left: 5%;
    }
  }

  .c-point {
    grid-template-columns: 1fr;

    .c-point__item {
      padding: 0 var(--rem20) var(--rem20);
      border-right: none;
      border-bottom: 2px dashed #BBBBBB;
      margin-bottom: var(--rem20);
    }
  }

  .post .c-portraitlist {
    grid-template-columns: 1fr;
  }
}


/* ==========================
数字で知るサクラフェリーチェ
=========================== */
.page-data {
  .title.first {
    span {
      position: relative;

      &::after {
        content: "";
        display: inline-block;
        width: 51px;
        height: 51px;
        background: url(/wp-content/uploads/kv-ttl.png) no-repeat center / contain;
        position: absolute;
        bottom: -40px;
        right: -40px;
      }
    }
  }
}

.post .data-item {
  padding: var(--rem30);
  border-radius: 10px;
  color: #888;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;

  &.data-item--pink {
    border: 1px solid var(--color-primary);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 241, 241, 1) 100%);

    .pink-img {
      width: 126px;
      margin: 0 auto;
    }
  }

  &.data-item--orange {
    border: 1px solid var(--color-orange);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(248, 240, 223, 1) 100%);

    .orange-img {
      width: 150px;
      margin: 0 auto;
    }
  }

  &.data-item--green {
    border: 1px solid var(--color-green);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(248, 255, 241, 1) 100%);


    .green-img {
      width: 95px;
      margin: 0 auto;
    }
  }

  &.data-item--yellow {
    border: 1px solid var(--color-yellow);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 251, 242, 1) 100%);


    .yellow-img {
      width: 127px;
      margin: 0 auto;
    }
  }

  &.data-item--blue {
    border: 1px solid var(--color-secondary);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(241, 255, 252, 1) 100%);


    .blue-img {
      width: 136px;
      margin: 0 auto;
    }
  }

  &.data-item--purple {
    border: 1px solid var(--color-purple);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(252, 246, 255, 1) 100%);

    .purple-img {
      width: 135px;
      margin: 0 auto;
    }
  }
}

.data-numflex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 var(--rem16);
}

.numflex-item {
  display: flex;
  gap: var(--rem12);
  align-items: center;
}

.data-item__ttl {
  font-size: var(--rem30);
  text-align: center;
  font-weight: bold;
  margin-bottom: var(--rem18);
}

.data-numblock {
  text-align: center;
}

/* ==========================
施設について
=========================== */
.post .c-colttl {
  padding: 0 0 .5em;
  font-size: var(--rem24w);
  font-weight: 600;
  color: var(--color-font);
  border-bottom: 2px dashed var(--color-primary);

  .img-ttl01 {
    display: inline-block;
    transform: rotate(-5deg);
    width: 92px;
  }

  .txt-ttl01 {
    display: block;
  }
}

@media(max-width: 768px) {

  .post .c-colttl {
    font-size: var(--rem30);

    .img-ttl01 {
      display: inline-block;
      transform: rotate(-5deg);
      width: 52px;
    }
  }

  .post .c-colttl02 {
    align-items: center;
  }

}


.post .c-colttl02 {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0 0 .5em;
  font-size: var(--rem30);
  font-weight: 600;
  color: var(--color-font);
  border-bottom: 2px dashed var(--color-primary);

  .img-ttl02 {
    display: inline-block;
    width: 92px;
  }

}


@media(max-width: 768px) {


  .post .c-colttl02 {
    align-items: center;

    .img-ttl02 {
      display: inline-block;
      width: 52px;
    }
  }


}

/* ==========================
安心して働ける環境づくり
=========================== */
.page-environment {
  #breadcrumb {
    background: #FFF8FA;
  }
}

.page-environment #content.wide {
  padding: 0 0 var(--px80) !important;
}

.p-environment {
  .widearea {
    padding-top: var(--px100w);
    padding-bottom: var(--px200);
    background: #FFF8FA;
  }
}


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

.c-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-end;
  z-index: 20;
}

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

.c-column06 .imgarea {
  position: relative;
  aspect-ratio: 700 / 467;
  border-radius: 120px 0 0 0;
  overflow: hidden;
  width: 60%;
}

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

.c-column06 .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;
  border-radius: 0 0 120px 0;
  box-shadow: 20px 20px 30px 0px rgba(0, 0, 0, 0.15);
}

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

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

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

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

  .c-column06_wrap.rev .txtarea {
    margin: 0 -5% -70px auto;
  }
}

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

  .c-column06_wrap.rev {
    flex-direction: row;
  }

  .c-column06 .imgarea,
  .c-column06 .txtarea {
    width: 90%;
  }

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

@media print,
screen and (max-width: 768px) {
  .p-environment {
    .widearea {
      padding-left: 5%;
      padding-right: 5%;
    }
  }

  .c-column06 .txtarea {
    padding: var(--px80) 5%;
  }
}

.post .c-column06ttl {
  border: none;
  padding: 0;
  color: #5F5F5F;
  font-size: 2.5;

  .column06num {
    color: #B5B5B5;
    font-family: var(--font-family02);
    font-weight: 400;
    font-style: italic;
    display: block;
    font-size: var(--rem20);
  }
}

.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: #ffffff;
  border: 1px solid #cccccc;
}

.qa_list .qa_list_inner dd .ans_flex {
  position: relative;
  font-weight: normal;
  margin: 0;
  display: flex;
  align-items: stretch;
  padding: 0;
  background: #ffffff;
}

.qa_list .qa_list_inner .a_ico {
  color: #ffffff;
  background: #8CD2EE;
  line-height: 1.0;
  padding: 1rem 1rem 1rem 1rem;
  font-size: 2.2rem;
  border-right: 1px solid #cccccc;
  width: 100%;
  text-align: center;
  max-width: 90px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family02);
}

.qa_list .qa_list_inner .q_ico {
  background: #FFEBF1;
  line-height: 1.0;
  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(--font-family02);
  border-right: 1px solid #cccccc;
  color: var(--color-primary);
}

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

.qa_list .qa_list_inner .a_desc {
  line-height: 1.8;
  width: 100%;
}

.qa_list .qa_list_inner dt:after {
  content: '';
  position: absolute;
  top: 46%;
  right: 3rem;
  width: 12px;
  height: 12px;
  border-right: 1px solid #494949;
  border-bottom: 1px solid #494949;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.qa_list .qa_list_inner .active:after {
  top: 43%;
  right: 2rem;
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}

.qa_list .qa_list_inner dd {
  display: none;
  position: relative;
  padding: 0;
  margin: 0 0 1rem 0;
  border: 1px solid #cccccc;
  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;
  }

  .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: 50px;
    padding: 1.2rem 1.0rem;
  }

  .qa_list .qa_list_inner dt:after {
    right: 1.5rem;
    width: 6px;
    height: 6px;
  }

  .qa_list .qa_list_inner .active:after {
    right: 1.0rem;
  }
}

@media only screen and (max-width: 559px) {
  .qa_list .qa_list_inner dd {
    font-size: 1.4rem;
  }

  .qa_list .qa_list_inner {
    margin-bottom: 6rem;
  }

  .qa_list .qa_list_inner dt {
    font-size: 1.4rem;
  }
}

/* ==========================
募集要項
=========================== */
/*---ボタンデザイン---*/

.link_btn {
  position: relative;
  display: inline-block;
  color: var(--color-font);
  background: var(--color-background);
  width: 100%;
  font-size: var(--rem16);
  font-weight: 500;
  letter-spacing: .1rem;
  line-height: 1.6;
  text-align: center;
  padding: 14px var(--px40) 12px;
  border-radius: 50vw;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 2px var(--color-primary);

  &::after {
    content: '\f078';
    position: absolute;
    font-size: .85em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    top: 50%;
    right: var(--rem16);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--color-primary);
  }

  &:hover {
    color: var(--color-background);
    background: var(--color-primary);
    border: solid 2px var(--color-primary);

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

  &.link_btn--blue {
    border: solid 2px var(--color-secondary);

    &::after {
      color: var(--color-secondary);
    }

    &:hover {
      color: var(--color-background);
      background: var(--color-secondary);
      border: solid 2px var(--color-secondary);

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

  &.link_btn--green {
    border: solid 2px var(--color-green);

    &::after {
      color: var(--color-green);
    }

    &:hover {
      color: var(--color-background);
      background: var(--color-green);
      border: solid 2px var(--color-green);

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

  &.link_btn--yellow {
    border: solid 2px #F1D257;

    &::after {
      color: #F1D257;
    }

    &:hover {
      color: var(--color-background);
      background: #F1D257;
      border: solid 2px #F1D257;

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




/*---ボタンリストレイアウト---*/

.post ul.linkbtn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin: var(--px40) auto;
  gap: 1%;
}

.post ul.linkbtn_list>li {
  width: auto;
  margin-bottom: var(--px20);
  text-align: center;
}

.post ul.linkbtn_list>li a.link_btn {
  width: auto;
  min-width: 240px;
  height: 100%;
  max-width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media print,
screen and (max-width: 640px) {
  .post ul.linkbtn_list>li {
    width: 48%;
  }

  .post ul.linkbtn_list>li a.link_btn {
    max-width: none;
    width: 100%;
    min-width: auto;
  }
}

.post .c-recruitttl {
  padding: var(--rem20);
  margin-bottom: var(--rem40);
  font-size: var(--rem20);
  text-align: left;

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

  &.c-recruitttl--pink {
    background: var(--color-primary);
    color: var(--color-background);
  }

  &.c-recruitttl--blue {
    background: var(--color-secondary);
    color: var(--color-background);
  }

  &.c-recruitttl--green {
    background: #A2E096;
    color: var(--color-background);
  }

  &.c-recruitttl--yellow {
    background: #F1D257;
    color: var(--color-background);
  }
}

.post .c-recruitsubttl {
  font-size: var(--rem20);
  color: var(--color-font);
  border-bottom: none;
  margin-top: 0;
  padding: 0;

  &::before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-right: 5px;
  }

  &.c-recruitsubttl--pink {

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

  &.c-recruitsubttl--blue {

    &::before {
      background-color: var(--color-secondary);
    }
  }

  &.c-recruitsubttl--green {

    &::before {
      background-color: #A2E096;
    }
  }

  &.c-recruitsubttl--yellow {

    &::before {
      background-color: #F1D257;
    }
  }
}

/*--contact_area-------------------------------------*/

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

.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);
  margin-bottom: var(--rem20);
  /* 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: '';
  display: block;
  width: 51px;
  height: 51px;
  background: url(/wp-content/uploads/sakura_logo.png) no-repeat center / cover;
  margin: 0 auto;
}

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

.contact_area .linkBtn a {
  background: var(--color-primary);
  color: #fff;
  padding: 0.8em 1.2em;
  display: block;
  text-align: center;
}

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

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

table.responsive02,
.post table.responsive02 {
  width: 100%;
  margin: var(--px30w) auto;
}

table.responsive02,
table.responsive02 th,
table.responsive02 td,
.post table.responsive02,
.post table.responsive02 th,
.post table.responsive02 td {
  border: none;
}

table.responsive02 th,
table.responsive02 td,
.post table.responsive02 th,
.post table.responsive02 td {
  border-bottom: solid 1px var(--color-table-border);
  line-height: 2;
  padding: var(--px20) min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);
  text-align: left;
}

table.responsive02 th,
.post table.responsive02 th {
  width: 25%;
  color: var(--color-font);
  font-weight: bold;
  background: transparent;
}

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

table.responsive02:first-child,
.post table.responsive02:first-child {
  margin-top: 0;
}

table.responsive02:last-child,
.post table.responsive02:last-child {
  margin-bottom: 0;
}

.subimitarea {
  .linkBtn {
    margin-top: 0;
    padding: 0;
  }

  .linkBtn input[type="submit"] {
    width: 340px;
    background: var(--color-primary);
  }
}

/* ==========================
サイトマップ
=========================== */
.post ul#sitemap_list.sitemap_disp_level_0>li a {
  font-weight: 600;
  font-family: var(--font-family01);
}

/* ==========================
パンくず
=========================== */
#breadcrumb ul li,
#breadcrumb ul li a {
  color: var(--color-font);
}

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

  .postlist .ttls,
  .postlist .date {
    font-size: 1.6rem;
  }
}