@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+Maru+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');


:root {
  /*------▼基本設定▼------*/
  --color-background: #FFF9F0;
  --color-font: #35271D;
  --color-primary: #EDB2A4;
  --color-primary-shade: #EDB2A4;
  --color-primary-tint: #EDB2A4;
  --color-secondary: #B0D497;
  --color-secondary-tint: #B0D497;
  --color-table-border: #ddd;
  --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: #35271D;
  --header-color-primary: #EDB2A4;
  --header-secondary: #B0D497;
  --header-color-primary-shade: #EDB2A4;
  --header-color-primary-tint: #EDB2A4;
  /*------▼フッター設定▼------*/
  --footer-background: #fff;
  --footer-color-font: #35271D;
  --footer-color-primary: ;
  /*------▼フォント設定▼------*/
  --font-family01: "Noto Sans JP", sans-serif;
  --font-family02: "Zen Maru Gothic", 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;
}

/*--表示の切り替え--------------------------------------------*/
.page_contents_inner+.page_contents_inner {
  margin-top: var(--px100);
}

body:not(.home)::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(/wp-content/uploads/page-bg-1.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  z-index: -1;
  pointer-events: none;
}

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

.page-company #content.wide,
.page-organize #content.wide {
  padding: var(--px100w) 0 0 !important;
}

.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);
  padding: var(--px100) calc((100vw - 100%) / 2);
  background-color: #fff;
}

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

  .widecolor {}
}

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

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

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

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

  .content_inner {
    width: 100%;
  }
}


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

.max_w600 {
  max-width: 600px;
}

.max_w780 {
  max-width: 780px;
}

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

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

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

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

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

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

.fc_white {
  color: #fff !important;
}

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

.fc_green {
  color: #4DB983 !important;
}

.fc_yellow {
  color: #FBB74C !important;
}

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

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

.post p {
  line-height: 1.8;
}

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

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

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

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

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

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

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

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

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


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

/*---------リンク-----------*/
.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;
}

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

.lh180 {
  line-height: 1.8 !important;
}

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

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

    img {
      width: 100%;
    }
  }

  .tab_w20 {
    width: 20% !important;
  }

  .tab_w60 {
    width: 60% !important;
  }

  .sp-txt_l {
    text-align: left !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(--rem42);
  color: var(--color-font);
}

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

.post h2 {
  font-size: var(--rem24);
  color: var(--color-font);

  &::after {
    margin: 0.3em auto 0;
    background: var(--color-primary);
  }
}

.post h3 {
  font-size: var(--rem20);
  color: var(--color-secondary);
  padding-left: 0;
  border-bottom: 2px solid var(--color-secondary);
}

h3.h3--type02 {
  margin: var(--px40) auto var(--px24);
  border: none;
  font-family: var(--font-family01);
  font-weight: 600;
  font-size: var(--rem24);
  border-left: 18px solid var(--color-primary);
  padding: 0.2em 0 0.2em 0.5em;
  color: var(--color-font);
}

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


#privacy h4 {
  position: relative;
  font-size: var(--rem18);
  font-family: var(--font-family01);
  font-weight: 600;
  padding: 0 0 0 1.2em;
  margin: var(--px40) auto var(--px24);
  border: none;

  &::before {
    content: '';
    position: absolute;
    width: .7em;
    height: 2px;
    background: var(--color-primary);
    top: .8em;
    left: 0;
  }
}

.post h4 {
  font-size: var(--rem24);
  border-left: 18px solid var(--color-primary);
  padding: 0.2em 0 0.2em 0.5em;
}

.post h4::before {
  content: none;
}



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

  &.read-txt {
    font-size: var(--rem30w);
    text-align: center;
    line-height: 1.4;
    margin-bottom: var(--rem60);
    font-weight: bold;
  }

  &.card-title {
    display: flex;
    align-items: center;
    border: none;
    padding: 0;
    font-size: var(--rem20w);

    .title-num {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: var(--color-primary-shade);
      color: var(--color-background);
      font-family: var(--font-family02);
      font-size: var(--rem28);
      margin-right: 10px;
    }
  }

  /*---------top-main-title-----------*/
  &.top-main-title {
    text-align: center;
    line-height: 1.4;
    overflow-wrap: break-word;
    margin: 0 auto var(--rem40);
    border: none;
    position: relative;

    .maintxt {
      font-size: var(--rem60);
      font-family: var(--font-family02);
      font-weight: bold;
      color: var(--color-primary-shade);
    }

    .subtxt {
      font-family: var(--font-family01);
      color: var(--color-primary);
      display: block;
      font-size: var(--rem24);
      font-weight: 500;
      padding: 0;
      border: none;
      background: transparent;
    }

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

    &.t-left {
      text-align: left;
    }
  }

  /*---------page-main-title-----------*/
  &.page-main-title {
    text-align: center;
    line-height: 1.4;
    overflow-wrap: break-word;
    margin: 0 auto var(--rem40);
    border: none;
    position: relative;

    .maintxt {
      font-size: var(--rem60);
      font-family: var(--font-family02);
      font-weight: bold;
      color: var(--color-primary-shade);
    }

    .subtxt {
      font-family: var(--font-family01);
      color: var(--color-primary);
      display: block;
      font-size: var(--rem24);
      font-weight: 500;
      padding: 0;
      border: none;
      background: transparent;
    }

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

    &.t-left {
      text-align: left;
    }
  }
}


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

@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;
  margin: 0 auto;
  z-index: 1;
  overflow: hidden;
}

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

.column01 .txtarea .txtinner {
  max-width: 540px;
  padding-block: 1rem;
}

.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;
  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: var(--color-primary-tint);
  padding: var(--px80) var(--px40);
  margin: 0 auto -70px -5%;
  z-index: 10;
}

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

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

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

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

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

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

.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;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--rem20);
}

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

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

  .post .col3_list>li {
    width: 49%;
    margin-bottom: 10%;
  }

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

@media print,
screen and (max-width: 450px) {
  .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;
  -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-------------*/
.cardstyle01 li {
  .imgarea {
    margin-bottom: var(--rem20);
  }
}

/*---------style02-------------*/
.card01_list.cardstyle02>li {
  display: flex;
  flex-direction: column;
}

.card01_list.cardstyle02>li .txtarea {
  background: var(--color-primary);
  padding: 20px;
  flex-grow: 1;
  font-size: var(--rem24);
  text-align: center;
  color: var(--color-background);
}

.cardstyle02-num {
  font-family: var(--font-family02);
  font-size: var(--rem48w);
  color: var(--color-background);
  text-align: center;
  line-height: 1 !important;
  margin-bottom: var(--rem12);
}

.cardstyle02-title {
  font-size: var(--rem30w);
  margin-bottom: var(--rem12);
}

.card01_list.cardstyle02>li .imgarea img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 100%;
}

@media print,
screen and (max-width: 768px) {
  .card01_list.cardstyle02>li {
    margin-bottom: 5%;
  }
}

/*---------style03-------------*/
.post .txtstyle03,
.txtstyle03 {
  font-family: var(--font-family01);
  font-size: var(--rem20);
  font-weight: 600;
  text-align: left;
  margin: 0 auto var(--rem20);
  background: transparent;
  color: var(--color-font);
  line-height: 1.4;
  padding: 0 0 0 var(--rem28);
  position: relative;
}

.post .txtstyle03:before,
.post .txtstyle03:after,
.txtstyle03:before,
.txtstyle03:after {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #898989;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/*---------03_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: rgba(60, 124, 4, 0.77);
  z-index: 1;
}

.card03_list.cardstyle02>li:after {
  content: "";
  width: var(--rem40);
  height: var(--rem40);
  background: url(/wp-content/uploads/arw02.png) no-repeat center / contain;
  position: absolute;
  bottom: 45px;
  right: 45px;
  z-index: 2;
}

.card03_list.cardstyle02 .txtinner {
  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;
}


.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) var(--px30);
  font-family: var(--font-family02);
  font-weight: 400;
}


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

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

.card03_list.cardstyle02-02>li:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(60, 124, 4, 0.9);
  z-index: 1;
}

.card03_list.cardstyle02-02>li:after {
  content: "";
  width: var(--rem40);
  height: var(--rem40);
  background: url(/wp-content/uploads/arw02.png) no-repeat center / contain;
  position: absolute;
  bottom: 45px;
  right: 45px;
  z-index: 2;
}

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

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

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

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

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

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

body#editor-style .card03_list.cardstyle02-02 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-02>li:before {
  z-index: -1;
}

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

/*---------style03-------------*/
.card01_list.cardstyle03>li {
  padding: var(--px40);
  background: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
}

/*---------style04-------------*/
.card01_list.cardstyle04>li {
  padding: 10px 10px var(--rem40);
  background: transparent;
  border: solid 1px var(--color-font);
  background-color: var(--color-background);
}

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

.num_list01 .imgarea {
  position: relative;
  margin-bottom: var(--px40w);
}

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

.num_list01 .num_listttl {
  text-align: center;
  font-weight: bold;
  font-size: var(--rem20w);
  position: relative;
  margin-bottom: 10px;
}

/*----------------------------------------------
  cta
----------------------------------------------*/
body.home .u-nohome {
  display: none;
}

.page-sitemap .u-nohome,
.page-privacy .u-nohome,
.page-thanks .u-nohome {
  display: none;
}

.cta01 {
  background: url(/wp-content/uploads/cta_bg.jpg) no-repeat center / cover;
  position: relative;
  z-index: 0;
  padding-block: var(--px100);
  text-align: center;
}

.cta01 .cta01_wrap {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
  padding: 0;
}

.cta01 .ctabtnlist {
  justify-content: space-between;
  max-width: 100%;
  margin: var(--px30) auto 0 auto;
  gap: var(--px20);
}

.cta01 .ctabtnlist li {
  width: calc(100% / 3);
  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: 100px;
  transition: all ease .15s;
  font-family: var(--font-family02);
}

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

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

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

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

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

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

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

/*インスタボタン*/
.cta01 a.instabtn.item {
  background: #fff;
  border: 2px solid var(--color-primary);
  box-sizing: border-box;
  color: var(--color-primary);
}

/*ラインボタン*/
.cta01 a.linebtn.item {
  background: #B0D497;
  color: #fff;
}

/*メールボタン*/
.cta01 a.mailbtn.item {
  background: var(--color-primary);
  color: #fff;
}

/*ボタンアイコン*/

.cta01 .instabtn .btnttl::before,
.cta01 .linebtn .btnttl::before,
.cta01 .mailbtn .btnttl::before,
.cta01 .telnum::before {
  content: '';
  display: inline-block;
  font-family: 'Font Awesome 6 Free';
  font-weight: 500;
  margin-right: 1rem;
}

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

.cta01 .linebtn .btnttl::before {
  content: '\f3c0';
  font-family: 'Font Awesome 6 Brands';
}

.cta01 .instabtn .btnttl::before {
  content: '\f16d';
  font-family: 'Font Awesome 6 Brands';
}

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

/*----------------------------------------------
  header
----------------------------------------------*/
#header ul.header__contact {
  li {
    transition: all ease 0.6s;

    &:hover {
      opacity: 0.6;
    }
  }

  .head_btn.insta_btn {
    background: #fff;
    border: 1px solid var(--color-primary);
    box-sizing: border-box;
    color: var(--color-primary);

    &::before {
      content: '\f16d';
      color: var(--color-primary);
    }
  }

  .head_btn.line_btn {
    background: var(--color-secondary);
    width: 100%;
    font-family: var(--font-family03);

    &::before {
      content: '\f3c0';

    }
  }
}

@media print,
screen and (min-width: 1024px) {
  #header ul.header__contact {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  nav#mainNav ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--header-color-font);
    font-size: min(calc(1.6rem + (1vw - 1.92rem) * 0.2232), 1.6rem);
    padding: var(--px20);
  }
}

/*----------------------------------------------
  footer
----------------------------------------------*/
#footer .footnav:not(:last-child) {
  margin-bottom: 1rem;
}

#footer .footer__logo:not(:last-child) {
  margin-bottom: 0;
}


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

/*----------------------------------------------
  btn
----------------------------------------------*/
.link_btn:hover {
  color: #fff;
  opacity: 0.6;
}

.linkBtn {
  position: relative;
  display: inline-block;
  max-width: 360px;
  width: 100%;
  font-size: var(--rem16);
  color: var(--color-background);
  line-height: 1.8;
  text-align: center;
  background: var(--color-primary);
  font-weight: 600;
  padding: var(--rem20) 30px var(--rem20) 20px;
  margin: 0 auto 0;
  transition: all .3s;
  border-radius: 0;

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

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

  }
}

.post {
  .linkBtn {
    position: relative;
    display: inline-block;
    max-width: 300px;
    width: 100%;
    font-size: var(--rem16);
    color: var(--color-primary);
    line-height: 1.8;
    text-align: center;
    background: #fff;
    font-weight: 600;
    padding: 1em;
    margin: 0 auto 0;
    transition: all .3s;
    border-radius: 100px;
    box-shadow: rgba(195, 143, 130, 0.3) 0px 0px 20px 0px;

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

    &:hover {
      opacity: 0.6;
      color: var(--color-primary);
      background: #fff;
    }
  }


  .subimitarea {
    .linkBtn02 {

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

      input[type="submit"] {
        position: relative;
        display: inline-block;
        max-width: 360px;
        width: 100%;
        font-size: var(--rem16);
        color: var(--color-background);
        line-height: 1.8;
        text-align: center;
        background: var(--color-primary);
        font-weight: 600;
        padding: var(--rem20) 30px var(--rem20) 20px;
        margin: 0 auto 0;
        transition: all .3s;
        border-radius: 0;

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

        margin-top: 0;
      }
    }
  }
}

a {
  .linkBtn {
    position: relative;
    display: inline-block;
    max-width: 360px;
    width: 100%;
    font-size: var(--rem16);
    color: var(--color-background);
    line-height: 1.8;
    text-align: center;
    background: var(--color-primary);
    font-weight: 600;
    padding: var(--rem20) 30px var(--rem20) 20px;
    margin: 0 auto 0;
    border-radius: 0;
    transition: all .3s;

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

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

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

/* type02 */
.linkBtn--type02 {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 520px;
  font-size: var(--rem16);
  color: var(--color-background);
  line-height: 1.8;
  text-align: left;
  background: transparent;
  font-weight: 600;
  padding: min(calc(10px + (1vw - 19.2px) * .5178), 10px) min(calc(65px + (1vw - 19.2px) * 1.6181), 65px) min(calc(10px + (1vw - 19.2px) * .5178), 10px) var(--rem12);
  margin: 0 auto 0;
  border-bottom: 2px solid var(--color-background);
  border-radius: 0;
  transition: all .3s;
  padding-bottom: 20px;
  font-size: var(--rem30);

  &:after {
    content: none;
  }

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

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

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

  .arw {
    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: 30%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .4s;
    transition: .4s;

    &:after {
      content: '';
      position: absolute;
      width: min(calc(8px + (1vw - 19.2px) * .2589), 8px);
      height: min(calc(8px + (1vw - 19.2px) * .2589), 8px);
      border-style: solid;
      border-width: 1px 1px 0 0;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-70%, -50%) rotate(45deg);
      transform: translate(-70%, -50%) rotate(45deg);
      -webkit-transition: .4s;
      transition: .4s;
    }
  }
}

.post {
  .linkBtn--type02 {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 520px;
    font-size: var(--rem16);
    color: var(--color-background);
    line-height: 1.8;
    text-align: left;
    background: transparent;
    font-weight: 600;
    padding: min(calc(10px + (1vw - 19.2px) * .5178), 10px) min(calc(65px + (1vw - 19.2px) * 1.6181), 65px) min(calc(10px + (1vw - 19.2px) * .5178), 10px) 0;
    border-radius: 0;
    transition: all .3s;
    margin: 0 auto 0;
    border-bottom: 2px solid var(--color-background);
    padding-bottom: 20px;
    font-size: var(--rem30);

    &:after {
      content: none;
    }

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

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

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

    .arw {
      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: 30%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: .4s;
      transition: .4s;

      &:after {
        content: '';
        position: absolute;
        width: min(calc(8px + (1vw - 19.2px) * .2589), 8px);
        height: min(calc(8px + (1vw - 19.2px) * .2589), 8px);
        border-style: solid;
        border-width: 1px 1px 0 0;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-70%, -50%) rotate(45deg);
        transform: translate(-70%, -50%) rotate(45deg);
        -webkit-transition: .4s;
        transition: .4s;
      }
    }
  }
}

a {
  .linkBtn--type02 {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 520px;
    font-size: var(--rem16);
    color: var(--color-background);
    line-height: 1.8;
    text-align: left;
    background: transparent;
    font-weight: 600;
    padding: min(calc(10px + (1vw - 19.2px) * .5178), 10px) min(calc(65px + (1vw - 19.2px) * 1.6181), 65px) min(calc(10px + (1vw - 19.2px) * .5178), 10px) var(--rem12);
    margin: 0 auto 0;
    border-bottom: 2px solid var(--color-background);
    border-radius: 0;
    transition: all .3s;
    padding-bottom: 20px;
    font-size: var(--rem30);

    &:after {
      content: none;
    }

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

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

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

    .arw {
      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: 30%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: .4s;
      transition: .4s;

      &:after {
        content: '';
        position: absolute;
        width: min(calc(8px + (1vw - 19.2px) * .2589), 8px);
        height: min(calc(8px + (1vw - 19.2px) * .2589), 8px);
        border-style: solid;
        border-width: 1px 1px 0 0;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-70%, -50%) rotate(45deg);
        transform: translate(-70%, -50%) rotate(45deg);
        -webkit-transition: .4s;
        transition: .4s;
      }
    }
  }
}


/* linkBtn03 */
.linkBtn03 {
  position: relative;
  display: inline-block;
  width: 100%;
  font-family: var(--font-family02);
  font-size: var(--rem28);
  color: var(--color-secondary);
  line-height: 1.8;
  text-align: left;
  background: transparent;
  font-weight: 600;
  padding: min(calc(10px + (1vw - 19.2px) * .5178), 10px) min(calc(65px + (1vw - 19.2px) * 1.6181), 65px) min(calc(10px + (1vw - 19.2px) * .5178), 10px) 0;
  margin: var(--px40) auto 0;
  border-bottom: 1px solid var(--color-secondary);
  border-radius: 0;
  transition: all .3s;

  &:after {
    content: none;
  }

  .arw {
    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(--px30);
    height: var(--px30);
    background: var(--color-primary-shade);
    border-radius: 50%;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .4s;
    transition: .4s;

    &:after {
      content: '';
      position: absolute;
      width: min(calc(8px + (1vw - 19.2px) * .2589), 8px);
      height: min(calc(8px + (1vw - 19.2px) * .2589), 8px);
      border-style: solid;
      border-width: 3px 3px 0 0;
      border-color: var(--color-background);
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-70%, -50%) rotate(45deg);
      transform: translate(-70%, -50%) rotate(45deg);
      -webkit-transition: .4s;
      transition: .4s;
    }
  }
}

.post {
  .linkBtn03 {
    position: relative;
    display: inline-block;
    width: 100%;
    font-family: var(--font-family02);
    font-size: var(--rem28);
    color: var(--color-secondary);
    line-height: 1.8;
    text-align: left;
    background: transparent;
    font-weight: 600;
    padding: min(calc(10px + (1vw - 19.2px) * .5178), 10px) min(calc(65px + (1vw - 19.2px) * 1.6181), 65px) min(calc(10px + (1vw - 19.2px) * .5178), 10px) 0;
    margin: var(--px40) auto 0;
    border-bottom: 1px solid var(--color-secondary);
    border-radius: 0;
    transition: all .3s;

    &:after {
      content: none;
    }

    .arw {
      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(--px30);
      height: var(--px30);
      background: var(--color-primary-shade);
      border-radius: 50%;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: .4s;
      transition: .4s;

      &:after {
        content: '';
        position: absolute;
        width: min(calc(8px + (1vw - 19.2px) * .2589), 8px);
        height: min(calc(8px + (1vw - 19.2px) * .2589), 8px);
        border-style: solid;
        border-width: 3px 3px 0 0;
        border-color: var(--color-background);
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-70%, -50%) rotate(45deg);
        transform: translate(-70%, -50%) rotate(45deg);
        -webkit-transition: .4s;
        transition: .4s;
      }
    }
  }

}

a {
  .linkBtn03 {
    position: relative;
    display: inline-block;
    width: 100%;
    font-family: var(--font-family02);
    font-size: var(--rem28);
    color: var(--color-secondary);
    line-height: 1.8;
    text-align: left;
    background: transparent;
    font-weight: 600;
    padding: min(calc(10px + (1vw - 19.2px) * .5178), 10px) min(calc(65px + (1vw - 19.2px) * 1.6181), 65px) min(calc(10px + (1vw - 19.2px) * .5178), 10px) 0;
    margin: var(--px40) auto 0;
    border-bottom: 1px solid var(--color-secondary);
    border-radius: 0;
    transition: all .3s;

    &:after {
      content: none;
    }

    .arw {
      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(--px30);
      height: var(--px30);
      background: var(--color-primary-shade);
      border-radius: 50%;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: .4s;
      transition: .4s;

      &:after {
        content: '';
        position: absolute;
        width: min(calc(8px + (1vw - 19.2px) * .2589), 8px);
        height: min(calc(8px + (1vw - 19.2px) * .2589), 8px);
        border-style: solid;
        border-width: 3px 3px 0 0;
        border-color: var(--color-background);
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-70%, -50%) rotate(45deg);
        transform: translate(-70%, -50%) rotate(45deg);
        -webkit-transition: .4s;
        transition: .4s;
      }
    }
  }

}


/*----------------------------------------------
  fullwide
----------------------------------------------*/
/* ----fullwide01----*/
.fullwide01 {
  position: relative;
  background: url(/wp-content/uploads/top_about-bg.png) center / cover;
}

.fullwide01_wrap {
  background: #fff;
  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----*/
.fullwide03 {
  position: relative;
  background: transparent;
  padding: 0;
}

.fullwide03:before {
  content: "";
  background: linear-gradient(90deg, rgba(237, 255, 202, 1) 0%, rgba(170, 216, 83, 1) 100%);
  width: 100%;
  height: 60%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.fullwide03_wrap {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  width: 94%;
  margin: 0 auto;
  padding: var(--px80);
  display: flex;
  justify-content: center;
  align-items: center;
}

.fullwide03_inner {
  width: 100%;
}

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

/* ----fullwide04----*/
.fullwide04 {
  position: relative;
  background: transparent;
  padding: 0;
}

.fullwide04:before {
  content: "";
  background: linear-gradient(125deg, rgba(191, 233, 251, 1) 0%, rgba(218, 248, 211, 1) 100%);
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

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

.fullwide04_inner {
  max-width: 960px;
}

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

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

    table {
      width: 1000px;
    }
  }
}


.post table th {
  background: #f5f5f5;
  color: var(--color-font);
  padding: var(--rem28) var(--rem16);
}

.post table td {
  background: #fff;
  vertical-align: middle;
}

.post table.table_style02 {
  border: none;
}

.post table.table_style02 th {
  background-color: var(--color-background);
  color: var(--color-font);
  border-top: none;
  border-left: none;
  border-right: none;
}

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

/*----------------------------------------------
  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%;
  }
}

/*================================
common parts
================================*/
.m-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-basecontent {
  max-width: var(--content-max-width);
  width: min(var(--content-max-width), 90%);
  margin-inline: auto;
}

/* アンカーリンク 遷移後の表示位置調整 */
.anchorLink-scroll {
  scroll-margin-top: 100px;
}

.anchorLink-view {
  padding-top: 100px;
  margin-top: -100px;
}

.anchor_link::before {
  padding-top: 100px;
  margin-top: -100px;
}

/*================================
common txt
================================*/
.post h2.c-ttl,
h2.c-ttl {
  &.c-ttl__primary {
    color: var(--color-font);
    line-height: 1.5;
    margin: 0;
    font-size: var(--rem36);
    font-family: var(--font-family02);
    font-weight: 700;
    letter-spacing: 0.05em;

    &::before {
      display: none;
    }

    &::after {
      display: none;
    }

    .c-ttl__en {
      display: block;
      color: var(--color-primary);
      font-size: var(--rem30);
      font-family: var(--font-family03);
      line-height: 1;
      font-weight: 800;
      padding-top: 0.8rem;
      padding-bottom: 0.3em;
    }

    .c-ttl__jp {}
  }
}

/* ==========================
TOP-トップページ
=========================== */
.top-workplace {
  background: url(/recruit/wp-content/uploads/top-workplace-bg.jpg) center / cover;
}

.top-recruit {
  background: var(--color-primary);
}

@media(max-width: 1260px) {
  .top-page-link {
    padding-right: 5%;
    padding-left: 5%;
  }

  .top-news {
    padding-right: 8%;
    padding-left: 8%;
  }
}

@media(max-width: 768px) {

  .top-read,
  .top-concept,
  .top-page-link {
    padding-right: 5%;
    padding-left: 5%;
  }
}

/*--------top-onayami-------*/
.l-onayami {
  padding-block: var(--px40) var(--px80);

  .c-onayamiinner {
    background: #fff;
    border: 2px solid var(--color-primary);
    border-radius: var(--px30);
    text-align: center;
    padding-block: var(--px100);
    padding-inline: 5%;

    .c-onayamiinner__ttl {
      font-size: var(--rem48);
      font-family: var(--font-family02);
      color: var(--color-primary);
      font-weight: 900;
      margin-bottom: var(--px50);
      line-height: 1.3;
    }
  }
}

ul.c-onayamiinner__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin-inline: auto;
  gap: 0.5em;
  margin-bottom: var(--px20);

  li {
    font-size: var(--rem24);
    font-weight: 500;
    position: relative;
    line-height: 1.8;

    &::before {
      content: '\f138';
      display: inline-block;
      font-family: 'Font Awesome 6 Free';
      font-weight: 600;
      color: var(--color-primary);
      margin-right: 0.3em;
    }
  }
}

@media(max-width: 768px) {
  ul.c-onayamiinner__list {
    width: auto;
    text-align: left;
  }
}

.c-makertxt {
  font-size: min(calc(3.6rem + (1vw - 1.92rem) * 1.1003), 3.6rem);
  font-family: var(--font-family02);
  font-weight: 600;
  display: inline;
  background-image: linear-gradient(transparent 60%, #FAD2C8 60%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/*--------top-reason-------*/
.l-reason {
  padding-bottom: var(--px100);
}

.post ul.c-reasonlist {
  gap: var(--px20);

  li {
    background: #EDB2A4;
    border-radius: 100%;
    aspect-ratio: 1;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: var(--rem20);
    font-weight: 700;

    span {
      font-size: var(--rem40);
      font-family: var(--font-family03);
      line-height: 1;
      padding-bottom: 0.2em;
    }
  }
}

@media(max-width: 768px) {
  .post ul.c-reasonlist {
    gap: 2%;

    li {
      width: 48%;
    }
  }
}

/*--------top-service-------*/
.l-service {
  background: url(/wp-content/uploads/top_servicebg.jpg) repeat-y;
  padding-block: var(--px80);
  background-size: cover;
  background-position: center;

  .column01 {
    .txtarea {
      background: transparent;

      h3 {
        display: inline-block;
        border: none;
        margin: 0 0 var(--px20) 0;
        background: var(--color-primary);
        color: #fff;
        font-size: var(--rem30);
        font-family: var(--font-family02);
        font-weight: 500;
        padding: 0.5em 0.5em;
        border-radius: 5px;
        line-height: 1;
      }
    }

    .imgarea img {
      border-radius: var(--px40);
    }
  }
}

/*--------top-about-------*/
.l-aboutus {
  padding-block: var(--px80);

  .column01 {
    .imgarea img {
      border-radius: 0 var(--px30) var(--px30) 0;
    }

    .txtarea {
      align-items: flex-start;
      padding-inline: var(--px80);
      padding-block: 0;

      p.c-aboutuswrap__txt {
        font-size: min(calc(1.7rem + (1vw - 1.92rem) * 0.2589), 1.7rem);
        font-family: var(--font-family02);
        font-weight: 500;
        margin-bottom: var(--px30);
        line-height: 2;
      }

      p.c-aboutuswrap__detail {
        font-family: var(--font-family02);
        font-weight: 700;
        font-size: var(--rem24);
        line-height: 1.5;

        span {
          font-size: var(--rem16);
          font-weight: 500;
        }
      }
    }
  }
}

/*--------top-cta-------*/
.c-cta {
  .cta01 {
    h2 {
      font-size: var(--rem40);
      line-height: 1;
      background: var(--color-primary);
      display: inline-block;
      color: #fff;
      font-family: var(--font-family02);
      padding: 0.5em 0.5em;
      margin-bottom: var(--px30);

      &::after {
        display: none;
      }
    }

    .c-cta__txt {
      font-family: var(--font-family02);
      font-weight: 500;
      font-size: var(--rem18);
    }
  }
}

/*--------top-news-------*/
.l-news {
  padding-block: var(--px80);
}

/*--------------------------------------------------
	下層ページ
--------------------------------------------------*/

/*================================
subpage-CONTACT
================================*/
ul.c-phonelist {
  display: flex;
  justify-content: center;
  gap: 1rem;

  li a {
    background: var(--color-primary);
    color: #fff;
    border-radius: 100px;
    padding: 2rem 3rem;
    font-size: var(--rem18);
    font-weight: 600;
    transition: all ease 0.6s;

    &:hover {
      opacity: 0.8;
    }
  }
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"],
input[type="url"],
input[type="number"],
select,
textarea {
  vertical-align: middle;
  line-height: 30px;
  min-height: 50px;
  padding: 10px;
  border-radius: 0;
  color: var(--color-font);
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 7px;
}

span.wpcf7-list-item {
  margin: 0;
}

.wpcf7-form {
  label {
    background: #fff;
    border-radius: 10px;
    padding: 6px 12px 8px 6px;
    display: block
  }
}

.wpcf7-form {
  padding: 0;
}

.wpcf7-form a {
  color: var(--color-font);
  border-bottom: solid 1px;
}

.wpcf7-form a:hover {
  color: var(--color-font);
  opacity: 0.6;
  border-bottom: solid 1px #aaa;
}

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

div.wpcf7 .ajax-loader {
  display: none;
}

/*--------submit_btn-------*/

.linkBtn.submit_btn {
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 320px;
}

.post .subimitarea .linkBtn input[type="submit"] {
  width: 100%;
  display: block;
  font-size: var(--px16);
  font-weight: 600;
  font-family: var(--font-family01);
  letter-spacing: .01em;
  text-align: center;
  padding: var(--px16) var(--px20);
  -webkit-transition: 0.7s all;
  -o-transition: 0.7s all;
  transition: 0.7s all;
  z-index: 1;
  position: relative;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  background: var(--color-primary);
}

.post .linkBtn.submit_btn::after {
  content: none;
}

.post .subimitarea .linkBtn::after {
  z-index: 5;
  border-color: #fff;
}

.submit_btn .wpcf7-spinner,
.post .submit_btn .wpcf7-spinner {
  margin: 0;
  top: calc(100% + 15px);
}

.post .wpcf7 {
  .subimitarea .linkBtn {
    padding: 0;

    input[type="submit"] {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
    }
  }
}

/*================================
subpage-thanks
================================*/

#thanks h2 {
  text-align: left;

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

/*================================
subpage-404
================================*/

body.error404 #wrapper section h1 {
  padding: 0;
  font-family: var(--font-family01);
  background: transparent;
  margin: 20px 0 calc(40px + (1vw - 19.2px) * 1.6828) 0;
  /*40px-14px*/
  color: var(--color-font);
  font-weight: 500;
  font-size: calc(3rem + (1vw - 1.92rem) * 0.6472);
  /*3rem-1.7rem*/
  line-height: 1.4;
  letter-spacing: -1px;
  padding-bottom: 10px;
  border-bottom: solid 1px var(--color-font);
  width: 100%;
}

/*--------プラポリ--------*/
#privacy h3 {
  font-size: var(--rem20);
  font-weight: 800;
}

/*--------プラポリ--------*/
.post .list_style01 li {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  flex-shrink: 0;
  border-bottom: solid 1px #ddd;
}

.post .list_style01 li .head {
  width: 25%;
  padding: min(calc(10px + (1vw - 19.2px) * 0.3236), 10px) min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);
  /* 30-20px 15-10px (1920-375) */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.post .list_style01 li .body {
  padding: min(calc(10px + (1vw - 19.2px) * 0.3236), 10px) min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);
  /* 30-20px 15-10px (1920-375) */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.post .list_style01 li:nth-child(odd) {
  background: #eee;
}

@media only screen and (max-width: 640px) {
  .post .list_style01 li {
    flex-direction: column;
  }

  .post .list_style01 li .head {
    width: 100%;
    padding-bottom: 0;
  }
}

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

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

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

/* ==========================
運営会社
=========================== */
.p-company .representative {
  text-align: right;
}

.post table.table_style01,
.post table.table_style01 th,
.post table.table_style01 td {
  border-width: 1px;
  border-color: var(--color-table-border);
}

.post table.table_style01 {
  margin: min(calc(30px + (1vw - 19.2px) * 0.6472), 30px) auto;
  /* 30-20px (1920-375) */
}

.post table.table_style01 th,
.post table.table_style01 td {
  padding: min(calc(10px + (1vw - 19.2px) * 0.3236), 10px) min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);
  /* 30-20px 15-10px (1920-375) */
}

.post table.table_style01 th {
  width: 25%;
  color: var(--color-background);
  font-weight: 600;
  background: var(--color-primary-shade);
}

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

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

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

.p-company .certificate {
  display: flex;
  align-items: center;
  column-gap: 30px;
  row-gap: 30px;
}

.p-company .certificate img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 640px) {
  .p-company .certificate {
    flex-direction: column;
  }

  .p-company .certificate img {
    max-width: 80%;
  }

}


/* ==========================
お墓清掃
=========================== */
.p-cleaning .activity-day {
  padding: 40px;
  text-align: center;
  border: 2px solid var(--color-primary);
}

/*--------料金--------*/
.p-cleaning .details {
  margin-top: 20px;
}

.post .list_style01 li {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-shrink: 0;
  border-bottom: solid 1px var(--color-primary);
}

.post .list_style01 li .head {
  width: 40%;
  padding: min(calc(10px + (1vw - 19.2px) * 0.3236), 10px) min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);
  /* 30-20px 15-10px (1920-375) */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.post .list_style01 li .body {
  padding: min(calc(10px + (1vw - 19.2px) * 0.3236), 10px) min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);
  /* 30-20px 15-10px (1920-375) */
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 1;
}

.post .list_style01 li:nth-child(odd) {
  background: transparent;
}

@media only screen and (max-width: 640px) {
  .post .list_style01 li {
    flex-direction: column;
    align-items: flex-start;
  }

  .post .list_style01 li .head {
    width: 100%;
    padding-bottom: 0;
  }
}

/*--------作業手順--------*/
.flowlist02 {
  padding-left: 5rem;
  position: relative;
}

.flowlist02::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 5rem;
}

.flowlist02>li {
  position: relative;
}

.flowlist02>li:not(:last-child) {
  margin-bottom: 8vh;
}

.flowlist02>li .icon {
  font-size: var(--body-font-size);
  width: 5rem;
  height: 5rem;
  color: #fff;
  font-weight: bold;
  background: var(--color-primary-shade);
  /* 	padding: 0.8rem 2rem; */
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: -2.5rem;
  z-index: 100;
  border-radius: 50vh;
}

.flowlist02>li .icon::after {
  content: none;
}

.flowlist02>li dl {
  padding-left: 7rem;
  position: relative;
  padding-top: 0.7rem;
}

.flowlist02>li dl::before {
  content: none;
}

.flowlist02>li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
}

.flowlist02>li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
  top: 23px;
}

.flowlist02>li dd {
  padding-bottom: 10px;
  border-bottom: dotted 2px
}

.flowlist02>li dl dt {
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  .flowlist02 {
    padding-left: 2rem;
  }

  .flowlist02>li .icon {
    left: -3.5rem;
  }

  .flowlist02::before {
    left: 1rem;
  }

  .flowlist02>li dl {
    padding-left: 4.5rem;
  }

  .flowlist02>li dl::after {
    width: 30px;
  }

  .flowlist02>li dl dt {
    font-size: 1.4rem;
  }
}

/* ==========================
生前整理・遺品整理
=========================== */
ul.linkbtn_list {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
}

ul.linkbtn_list li {
  width: 48%;

  .link_btn {
    max-width: 100%;
  }
}

.fw_contents .page_contents_inner {
  margin-left: 0;
  margin-right: 0;
}

@media only screen and (max-width: 640px) {
  ul.linkbtn_list {
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
  }

  ul.linkbtn_list li {
    width: 100%;
  }
}

.p-organize h3 {
  color: var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
}

/*--------料金--------*/
.p-organize .details {
  margin-top: 20px;
}