@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=Zen+Kaku+Gothic+New&display=swap');

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

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

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

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

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

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

  body {
    line-height: 1.8;

    p {
      line-height: 1.8;
    }
  }
}

/* #content,
body:not(.home) #content.wide {
  padding: var(--px100w) 0 0;
} */

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

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

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

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

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

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

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

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

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

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

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

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

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

/* body:not(.page.home) .top-schedule {
  display: none;
} */

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

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

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

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

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

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

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

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

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

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

body.page.page-id-6199 #content.wide {
  padding: 0;
}

body.page.page-id-6199 #breadcrumb {
  background: #fdf9ea;
}

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

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

  .content_inner {
    width: 100%;
  }
}


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

.max_w1650 {
  max-width: 1650px;
}

.w100 {
  width: 100%;
}

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

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

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

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

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

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

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

.fc_white {
  color: #fff;
}

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


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

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

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

.fz28 {
  font-size: var(--rem28);
  line-height: 1.2;
}

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

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

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

.fz48 {
  font-size: var(--rem48);
}

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

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

@media screen and (max-width: 450px) {
  .sp-fz48 {
    font-size: var(--rem48) !important;
  }

  .sp-w50 {
    width: 50% !important;
  }
}

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

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

/*---------border-----------*/
.border-none {
  border: none !important;
}

/*---------border-radius-----------*/
.r-120 {
  border-radius: var(--rem120);
}

/*---------line-height-----------*/
.lh1 {
  line-height: 1;
}


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

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

/*----------------------------------------------
  title
----------------------------------------------*/
h1.title,
.post h1,
header#h1Header h1.title {
  font-size: var(--rem48);
  font-size: bold;
}

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

.post h3 {
  font-size: var(--rem20);
  font-family: var(--font-family01);
  font-weight: 600;
  letter-spacing: .1rem;
  padding: 0 .4em .4em;
  margin: var(--px60) auto var(--px20);
  border-bottom: 1px solid var(--color-font);
  color: var(--color-font);
  width: 100%;
}

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

  /*---------top-main-title-----------*/
  &.top-main-title {
    font-size: var(--rem48);
    font-weight: bold;
    text-align: left;
    color: var(--color-font);
    line-height: 1.4;
    overflow-wrap: break-word;
    margin: 0 auto var(--rem20);
    border: none;
    background: transparent;

    .subtxt {
      display: block;
      font-size: var(--rem30);
      color: var(--color-primary);
      font-weight: bold;
      padding: 0;
      border: none;
      background: transparent;
    }

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

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

  }

  /*---------top-secondary-title-----------*/
  &.top-secondary-title {
    font-size: var(--rem24);
    font-weight: bold;
    color: var(--color-font);
    line-height: 1.4;
    overflow-wrap: break-word;
    padding: 0;
    margin: 0 0 var(--rem20);
    border: none;
    text-align: left;
    background: transparent;
    position: relative;
    letter-spacing: 0.14em;

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

  /*---------top-third-title-----------*/
  &.top-third-title {
    font-size: var(--rem30);
    font-weight: bold;
    color: var(--color-font);
    line-height: 1.4;
    overflow-wrap: break-word;
    padding: 0;
    margin: 0;
    border: none;
    text-align: center;
    background: transparent;
    position: relative;
    letter-spacing: 0.14em;

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


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

    .subtxt {
      display: block;
      font-size: var(--rem20);
      color: var(--color-primary);
      font-weight: bold;
      padding: 0;
      border: none;
      background: transparent;
    }

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

  /*---------page-secondary-title-----------*/
  &.page-secondary-title {
    font-size: var(--rem24);
    font-weight: 600;
    text-align: left;
    color: var(--color-font);
    line-height: 1.4;
    overflow-wrap: break-word;
    padding: 0 0 0 var(--rem48);
    margin: 0 auto var(--rem20);
    border: none;
    background: transparent;
    position: relative;

    &::before {
      position: absolute;
      top: 50%;
      left: 0%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      display: block;
      width: var(--rem40);
      border-bottom: 0.6rem solid #FFD99C;
      content: "";
    }

    &::after {
      content: none;
    }
  }


}


@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-----------*/
  }
}

/*----------------------------------------------
  read_txt
----------------------------------------------*/
.read_txt {
  font-size: var(--rem24);
  text-align: center;
  letter-spacing: .1rem;
  line-height: 2;
  margin: 0;
}

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

.post table td {
  background: #fff;
}

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

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

.post table.table_style02 th,
.post table.table_style02 td {
  font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
  padding: min(calc(20px + (1vw - 19.2px) * 0.5580), 20px) min(calc(15px + (1vw - 19.2px) * 0.3236), 15px);
  /* 20-15px 15-10px (1920-375) */
}

.post table.table_style02 th {
  width: 25%;
  font-weight: 600;
}

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

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


/*----------------------------------------------
  column
----------------------------------------------*/
/*---------column_01-----------*/
.column01_wrap {
  position: relative;
  margin: 0 auto;
  z-index: 1;
}

.column01 {
  position: relative;
  margin: var(--px60) 0 0;

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

    .txtinner {
      max-width: initial;
      width: 100%;
    }
  }

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

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

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

/*---------column_05-----------*/
.column05 {
  position: relative;
}

.column05_wrap {
  position: relative;
  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;
  overflow: hidden;
  width: 60%;
  border-radius: 0 50em 50em 0;
  overflow: hidden;
}

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

.column05 .txtarea {
  position: relative;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: var(--px80) var(--px40) var(--px80) var(--px180);
  margin: 0 auto -70px -10%;
  z-index: 10;
  border-radius: 50em 0 0 50em;
}

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

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

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

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

  .column05_wrap.rev .txtarea {
    margin: 0 -5% -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%;
    border-radius: 20px 0 0 20px;
  }

}

/*---------column_06-----------*/
.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 .imgarea {
  position: relative;
  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 -70px -5%;
  z-index: 10;
}

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

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

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

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

/*----------------------------------------------
  fullwide
----------------------------------------------*/
/*---------fullwide03-----------*/
.fullwide03 {
  position: relative;
  background: url(/wp-content/uploads/top-bg01.jpg) no-repeat bottom left / auto;
  margin-right: calc(((100vw - 100%) / 2)* -1);
  margin-left: calc(((100vw - 100%) / 2)* -1);
  padding: var(--px120) 0 var(--px180);

  &:before {
    content: "";
    width: 100%;
    height: 60%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: #fff;
    margin-right: calc(((100vw - 100%) / 2)* -1);
    margin-left: calc(((100vw - 100%) / 2)* -1);
  }
}

.fullwide03_wrap {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*---------fullwide03_02-----------*/
.fullwide03_02 {
  position: relative;
  background: var(--color-primary);
  margin-right: calc(((100vw - 100%) / 2)* -1);
  margin-left: calc(((100vw - 100%) / 2)* -1);
  padding: var(--px120) 0 var(--px180);

  &:before {
    content: "";
    width: 100%;
    height: 40%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: #fff;
    margin-right: calc(((100vw - 100%) / 2)* -1);
    margin-left: calc(((100vw - 100%) / 2)* -1);
  }
}

.fullwide03_02_inner {
  max-width: 1240px;
}

.fullwide03_02_wrap {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*----------------------------------------------
  list
----------------------------------------------*/
.post ul.list_disc {
  margin: 0 0 0 1.6em;

  li::marker {
    color: var(--color-primary);
    font-size: var(--rem20);
  }
}

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

.linkBtn--primary::after,
input.linkBtn--primary::after,
.post .linkBtn--primary::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -3px;
  transition: all .3s;
}

.post .linkBtn--primary:hover,
.linkBtn--primary:hover,
a.linkBtn--primary:hover,
.post .subimitarea .linkBtn--primary input[type="submit"]:hover {
  color: var(--color-primary);
  background: var(--color-background);
  border: 2px solid var(--color-primary);
}

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

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

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

/*--------sns-----------*/
.linkBtn--sns,
.post .linkBtn--sns .post,
a.linkBtn--sns,
.post .subimitarea .linkBtn--sns .post .subimitarea input[type="submit"] input[type="submit"] {
  background: var(--color-background);
  position: relative;
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
  margin: initial;
  max-width: 310px;
  width: 100%;
  height: 56px;
  padding: 10px 25px;
  font-size: var(--rem16);
  transition: 0.3s ease-in-out;
  font-weight: 500;
  border-radius: 50em;

  span {
    color: var(--color-primary);

    .link-icon--sns {
      margin-right: 5px;
    }

    &:before {
      content: '';
      position: absolute;
      top: calc(50% - 1px);
      right: 2em;
      transform: translateY(calc(-50% - 2px)) rotate(30deg);
      width: 12px;
      height: 1px;
      background-color: var(--color-primary);
      transition: 0.3s;
      border-radius: 50em 0 0 50em;
    }

    &:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 2em;
      transform: translateY(-50%);
      width: 23px;
      height: 1.5px;
      background-color: var(--color-primary);
      transition: 0.3s;
      border: none;
      margin-top: 0;
      border-radius: 50em 0 0 50em;
    }
  }


  &:hover span {
    color: var(--color-primary);

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

  &:hover {
    opacity: 0.8;
  }

}

/*----------------------------------------------
  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: var(--rem40);
  display: flex;
  flex-direction: column;
  border-radius: 30px;
  overflow: hidden;
}

@media print,
screen and (max-width: 425px) {
  .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;
}

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

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

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

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

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

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

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

/*---------col04-----------*/
.post .col4_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 .col4_list>li {
  width: 24%;
  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: 49%;
  }

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

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

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

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

.card01_list.cardstyle02>li .imgarea img {
  width: 100%;
}

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

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

.num_list01 .txtarea {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}

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

.num_list01 .imgarea:before {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: "0" counter(number);
  display: inline-block;
  background: #F5F5F5;
  color: var(--color-primary);
  font-family: var(--font-family02);
  font-weight: 300;
  font-style: italic;

  font-size: 50px;
  border-radius: 50%;
  left: 50%;
  width: 88px;
  height: 88px;
  line-height: 80px;
  text-align: center;
  bottom: -40px;
  transform: translateX(-50%);
}

.num_list01 .num_listttl {
  text-align: center;
  font-weight: 500;
  font-size: var(--rem20);
  padding: 10px 0;
  position: relative;
}

/*----------------------------------------------
  teleco
----------------------------------------------*/
.teleco_v1 .w50.image_box {
  position: relative;
  aspect-ratio: 16/9;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ffffff;
  padding: var(--rem20);
  /* 120-65px (1920-375) */
}

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

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

.flexinnerBtn {
  align-self: normal;
}

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

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

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

/*----------------------------------------------
  header
----------------------------------------------*/
@media print,
screen and (min-width: 1024px) {
  #header .logo {
    display: block;
    line-height: 0;
    padding: 0 var(--rem20);
  }
}

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

#header a.head_btn.tel_btn {
  margin-right: 10px;
  color: var(--header-color-font);
  border-left: 1px solid var(--header-color-font);

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

  &:hover {
    opacity: 0.6;
  }
}


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

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

#header a.head_btn.mail_btn {
  border: 2px solid var(--header-color-primary);
  border-radius: 50em;

  &::before {
    content: none;
  }

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

  .header_mail {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.8rem;
    font-size: 1.8rem;

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

#header a.head_btn.web_btn {
  border: 2px solid var(--header-color-primary);
  border-radius: 50em;
  margin-right: 10px;

  &::before {
    content: none;
  }

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

  .header_mail {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.8rem;
    font-size: 1.8rem;

    &:before {
      content: '';
      display: block;
      background: url(/wp-content/uploads/icon-globe.png) no-repeat center /contain;
      width: var(--rem24);
      height: var(--rem24);
      line-height: 1;
      margin-bottom: .1em;
    }

    &:hover {
      &:before {
        background: url(/wp-content/uploads/icon-globe-hover.png) no-repeat center /contain;
      }
    }
  }
}

#header a.head_btn.line_btn {
  border: 2px solid var(--color-secondary);
  border-radius: 50em;
  background: var(--color-secondary);
  margin-right: 10px;

  &::before {
    content: none;
  }

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

  .header_mail {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.8rem;
    font-size: 1.8rem;

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

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

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

/*----------------------------------------------
  footer
----------------------------------------------*/
@media print,
screen and (max-width: 768px) {
  #footer .footer__logo img {
    max-width: 230px;
  }
}

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

.cta01 p {
  color: var(--color-background);
  font-size: var(--rem20);
}

.cta01 .title-img {
  max-width: 90px;
  width: 100%;
  margin: 0 auto;
}

.cta01 .cta-title {
  font-size: var(--rem48);
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 1.4;
  overflow-wrap: break-word;
  margin: 0 auto var(--rem20);
  border: none;
  background: transparent;

  .subtxt {
    display: block;
    font-size: var(--rem30);
    color: #fff;
    font-weight: bold;
    padding: 0;
    border: none;
    background: transparent;
  }

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

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

.cta01 .cta01_wrap {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
  background: transparent;
  padding: var(--px80);
}

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

.cta01 .ctabtnlist li {
  width: 49%;
  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;
  border-radius: 50em;
  flex-grow: 1;
}

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

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

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

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

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

.cta01 .btnttl {
  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-weight: bold;
}

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

.cta01 a.telbtn {
  background: var(--color-secondary);
  border: 2px solid var(--color-secondary);
  color: var(--color-background);
}

/*メールボタン*/

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

.cta01 a.mailbtn {
  background: var(--color-primary);
  color: var(--color-background);
  border: 2px solid var(--color-primary);
}

/*webボタン*/

.cta01 .webbtn .btnttl {
  font-size: var(--rem24);
  display: flex;
  column-gap: 10px;
}

.cta01 a.webbtn {
  color: var(--color-background);
  border: 2px solid var(--color-primary);
  background: var(--color-primary);
}

/*LINEボタン*/

.cta01 .linebtn .btnttl {
  font-size: var(--rem24);
  display: flex;
  column-gap: 10px;
}

.cta01 a.linebtn {
  color: var(--color-background);
  border: 2px solid var(--color-secondary);
  background: var(--color-secondary);
}

.cta01 a.telbtn:hover,
.cta01 a.mailbtn:hover,
.cta01 a.webbtn :hover {
  opacity: 0.8;
}



/*ボタンアイコン*/

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

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

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

.cta01 .webbtn .btnttl::before {
  content: '';
  display: inline-block;
  background: url(/wp-content/uploads/icon-globe.png) no-repeat center / contain;
  width: var(--rem24);
  height: var(--rem24);
  line-height: 1;
  margin-bottom: .1em;
}

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



/*================================
  TOP
================================*/
@media print,
screen and (max-width: 768px) {

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


/*================================
  料金サービス
================================*/
.list_style02 dl {
  display: table;
  width: 100%;
  border-bottom: solid #e4e4e4;
  border-width: 1px 0;
}

.list_style02 dt {
  display: table-cell;
  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) */
  font-weight: 400;
}

.list_style02 dd {
  text-align: right;
  display: table-cell;
  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) */
}

.list_style02 dd:after {
  display: inline-block;
  content: "";
  width: 1.2rem;
  font-size: 1rem;
}

.list_style02 dd.from:after {
  content: "〜";
}

.list-price {
  .list-price_wrap {
    border-bottom: 1px solid #e4e4e4;

    dl {
      max-width: 500px;
      width: 100%;
      margin: 0 auto;
      border: none;
      display: flex;
      gap: var(--rem40);
      justify-content: space-between;

      dt,
      dd {
        font-weight: 600;
      }
    }
  }
}


/*================================
  初めてのかたへ
================================*/
ul.flowlist02 {
  counter-reset: flow_list;
}

ul.flowlist02>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: min(calc(40px + (1vw - 19.2px) * 1.6181), 40px);
  width: 100%;
  padding: 60px;
  background: #FFD99C;
  position: relative;
}

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

.flowlist02 .flow_img {
  width: 35%;
}

.post .flowlist02>li>dl {
  width: calc(65% - min(calc(40px + (1vw - 19.2px) * 1.6181), 40px));
  line-height: 1.8;
}

.flowlist02>li:not(:last-child) dl::before,
.flowlist02>li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flowlist02>li:not(:last-child) dl::before {
  border-width: 22px;
  border-top-color: var(--color-primary-shade);
}

.flowlist02>li:not(:last-child) dl::after {
  border-width: 20px;
}

.post .flowlist02>li>dl dt {
  position: relative;
  display: flex;
  align-items: center;
  font-size: min(calc(2.4rem + (1vw - 19.2px) * 0.4531), 2.4rem);
  /* 2.4-1.7rem (1920-375) */
  font-weight: 600;
  padding: 0 0 1rem 0;
  margin-bottom: min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);
  border-bottom: dotted 1px;
}

.flowlist02>li dl dt .icon:before {
  content: counter(flow_list, decimal-leading-zero);
  counter-increment: flow_list;
  line-height: 1;
  color: #fff;
  background: var(--color-font);
  padding: 5px 10px;
  margin-right: 10px;
  position: relative;
  z-index: 100;
}

.post .flowlist02>li>dl dd {
  padding: 0;
}

@media print,
screen and (max-width: 768px) {
  ul.flowlist02>li {
    padding: var(--rem40) 5%;
  }

  .post .flowlist02>li>dl,
  .flowlist02 .flow_img {
    width: 100%;
  }

  .flow_img::before {
    padding-top: calc(360px + (1vw - 7.68px) * 35.6234);
  }
}

/*================================
  お問い合わせ
================================*/
.wpcf7-form .must {
  background: #e61616;
}


/*================================
  スクロールボタン位置調整
================================*/

