@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;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  /*------▼基本設定▼------*/
  --color-background: #fff;
  --color-font: #162F3A;
  --color-highlight: #F4F4F4;
  --color-primary: #34B45A;
  --color-primary-shade: var(--color-primary);
  --color-primary-tint: #666;
  --color-secondary: #259446;
  --color-secondary-tint: #eee;
  --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: var(--color-font);
  --header-color-primary: var(--color-primary);
  --header-color-primary-shade: var(--color-secondary);
  --header-color-primary-tint: #2E9F50;
  /*------▼フッター設定▼------*/
  --footer-background: var(--color-highlight);
  --footer-color-font: var(--color-font);
  --footer-color-primary: var(--color-font);
  /*------▼フォント設定▼------*/
  --font-family01: "Noto Sans JP", sans-serif;
  --font-family02: "Raleway", sans-serif;
  --font-family03: "Roboto Condensed", sans-serif;
  /*------▼pxバリエーション▼------*/
  --px240: min(calc(240px + (1vw - 19.2px) * 10.3560), 240px);
  /*240px-80px (1920-375)*/
  --px200: min(calc(200px + (1vw - 19.2px) * 6.4725), 200px);
  /*200px-100px (1920-375)*/
  --px180: min(calc(180px + (1vw - 19.2px) * 3.8835), 180px);
  /*180-120px (1920-375) */
  --px160w: min(calc(160px + (1vw - 19.2px) * 5.1780), 160px);
  /*160px-80px (1920-375)*/
  --px160: min(calc(160px + (1vw - 19.2px) * 6.4725), 160px);
  /*160px-60px (1920-375)*/
  --px150: min(calc(150px + (1vw - 19.2px) * 3.2362), 150px);
  /*150-100px (1920-375) */
  --px140: min(calc(140px + (1vw - 19.2px) * 6.4725), 140px);
  /*140px-40px (1920-375)*/
  --px120: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px);
  /*120px-80px (1920-375)*/
  --px100w: min(calc(100px + (1vw - 19.2px) * 3.2362), 100px);
  /*100px-50px (1920-375)*/
  --px100: min(calc(100px + (1vw - 19.2px) * 3.8835), 100px);
  /*100px-40px (1920-375)*/
  --px96: min(calc(96px + (1vw - 19.2px) * 3.1068), 96px);
  /*96px-48px (1920-375)*/
  --px80w: min(calc(80px + (1vw - 19.2px) * 1.2945), 80px);
  /*80px-60px (1920-375)*/
  --px80: min(calc(80px + (1vw - 19.2px) * 2.5890), 80px);
  /*80px-40px (1920-375)x*/
  --px80s: min(calc(80px + (1vw - 19.2px) * 3.8835), 80px);
  /*80px-20px (1920-375)x*/
  --px60w: min(calc(60px + (1vw - 19.2px) * 1.2945), 60px);
  /*60px-40px (1920-375)*/
  --px60: min(calc(60px + (1vw - 19.2px) * 1.9417), 60px);
  /*60px-30px (1920-375)*/
  --px50: min(calc(50px + (1vw - 19.2px) * 1.2945), 50px);
  /*50px-30px (1920-375) */
  --px40w: min(calc(40px + (1vw - 19.2px) * 0.6472), 40px);
  /*40px-30px (1920-375)*/
  --px40: min(calc(40px + (1vw - 19.2px) * 1.2945), 40px);
  /*40px-20px (1920-375)*/
  --px30w: min(calc(30px + (1vw - 19.2px) * 0.6472), 30px);
  /*30px-20px (1920-375)*/
  --px30: min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);
  /*30px-15px (1920-375)*/
  --px24: min(calc(24px + (1vw - 19.2px) * 0.6472), 24px);
  /*24px-14px (1920-375)*/
  --px20: min(calc(20px + (1vw - 19.2px) * 0.6472), 20px);
  /*20px-10px (1920-375)*/
  --px18: min(calc(18px + (1vw - 19.2px) * 0.2589), 18px);
  /*18px-14px (1920-375)*/
  --px16: min(calc(16px + (1vw - 19.2px) * 0.1294), 16px);
  /*16px-14px (1920-375)*/
  --px14: min(calc(14px + (1vw - 19.2px) * 0.1294), 14px);
  /*14px-12px (1920-375)*/
  --px12: min(calc(12px + (1vw - 19.2px) * 0.0647), 12px);
  /*12px-11px (1920-375)*/
  /*------▼remバリエーション▼------*/
  --rem120: min(calc(12rem + (1vw - 1.92rem) * 3.8835), 12rem);
  /*12rem-6rem (1920-375)*/
  --rem80w: min(calc(8rem + (1vw - 1.92rem) * 1.2945), 8rem);
  /*8rem-6rem (1920-375)*/
  --rem80: min(calc(8rem + (1vw - 1.92rem) * 2.5890), 8rem);
  /*8rem-4rem (1920-375)x*/
  --rem72: min(calc(7.2rem + (1vw - 1.92rem) * 1.9417), 7.2rem);
  /*7.2rem-4.2rem (1920-375)*/
  --rem60: min(calc(6rem + (1vw - 1.92rem) * 1.5534), 6rem);
  /*6rem-3.6rem (1920-375)*/
  --rem48w: min(calc(4.8rem + (1vw - 1.92rem) * 0.6472), 4.8rem);
  /*4.8rem-3.8rem*/
  --rem48: min(calc(4.8rem + (1vw - 1.92rem) * 1.5534), 4.8rem);
  /*4.8rem-2.4rem (1920-375)*/
  --rem42w: min(calc(4.2rem + (1vw - 1.92rem) * 0.6472), 4.2rem);
  /*4.2rem-3.2rem (1920-375)*/
  --rem42: min(calc(4.2rem + (1vw - 1.92rem) * 1.1650), 4.2rem);
  /*4.2rem-2.4rem (1920-375)*/
  --rem42s: min(calc(4.2rem + (1vw - 1.92rem) * 1.4887), 4.2rem);
  /*4.2rem-1.9rem (1920-375)*/
  --rem40w: min(calc(4rem + (1vw - 1.92rem) * 0.6472), 4rem);
  /*4rem-3rem (1920-375)*/
  --rem40: min(calc(4rem + (1vw - 1.92rem) * 1.2945), 4rem);
  /*4rem-2rem (1920-375)*/
  --rem36: min(calc(3.6rem + (1vw - 1.92rem) * 0.7768), 3.6rem);
  /*3.6rem-2.4rem (1920-375)*/
  --rem30w: min(calc(3rem + (1vw - 1.92rem) * 0.3883), 3rem);
  /*3rem-2.4rem (1920-375)*/
  --rem30: min(calc(3rem + (1vw - 1.92rem) * 0.6472), 3rem);
  /*3rem-2rem (1920-375)*/
  --rem30s: min(calc(3rem + (1vw - 1.92rem) * 0.9709), 3rem);
  /*3rem-1.5rem (1920-375)*/
  --rem28: min(calc(2.8rem + (1vw - 1.92rem) * 0.6472), 2.8rem);
  /*2.8rem-1.8rem (1920-375)*/
  --rem24w: min(calc(2.4rem + (1vw - 1.92rem) * 0.3883), 2.4rem);
  /*2.4rem-1.8rem (1920-375)*/
  --rem24: min(calc(2.4rem + (1vw - 1.92rem) * 0.6472), 2.4rem);
  /*2.4rem-1.4rem (1920-375)*/
  --rem20w: min(calc(2rem + (1vw - 1.92rem) * 0.2589), 2rem);
  /*2rem-1.6rem (1920-375)*/
  --rem20: min(calc(2rem + (1vw - 1.92rem) * 0.3883), 2rem);
  /*2rem-1.4rem (1920-375)*/
  --rem18: min(calc(1.8rem + (1vw - 1.92rem) * 0.2589), 1.8rem);
  /*1.8rem-1.4rem (1920-375)*/
  --rem16: min(calc(1.6rem + (1vw - 1.92rem) * 0.1294), 1.6rem);
  /*1.6rem-1.4rem (1920-375)*/
  --rem14: min(calc(1.4rem + (1vw - 1.92rem) * 0.1294), 1.4rem);
  /*1.4rem-1.2rem (1920-375)*/
  --rem12: min(calc(1.2rem + (1vw - 1.92rem) * 0.0647), 1.2rem);
  /*1.2rem-1.1rem (1920-375)*/
}

@media (min-width: 769px) {
  .pc_none {
    display: none !important;
  }
}

#header .logo img {
  max-width: 378px;
}
#header nav#mainNav ul li.current-menu-ancestor li.current-menu-item a {
  background: #fff;
}
#header nav#mainNav ul li.current-menu-ancestor li.current-menu-item a:hover {
  background: #eee;
}

@media (max-width: 1023px) {
  a#scrollUp {
    bottom: 70px;
  }
}

/* ===============================================
# 共通
=============================================== */
.flexinnerBtn {
  text-align: center;
}
.flexinnerBtn.pc-left {
  text-align: left;
}
@media (max-width: 768px) {
  .flexinnerBtn.pc-left {
    text-align: center;
  }
}

.linkBtn,
.post .linkBtn {
  font-weight: 500;
  border-radius: 100px;
  line-height: 1.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  max-width: 280px;
  padding: 1.125em 0.9375em;
}
.linkBtn:hover,
.post .linkBtn:hover {
  background: #2E9F50;
}
.linkBtn:hover:after,
.post .linkBtn:hover:after {
  right: 16px;
}

.front-post {
  display: none;
}

/* ===============================================
# TOP共通
=============================================== */
[id^=front] h2.top_h2 {
  font-size: 56px;
  line-height: 1.2;
  color: var(--color-font);
  font-weight: bold;
  margin-bottom: 1.0357142857em;
}
[id^=front] h2.top_h2 .en {
  font-family: var(--font-family02);
  display: block;
}
[id^=front] h2.top_h2 .en::first-letter {
  color: var(--color-primary);
}
@media (max-width: 768px) {
  [id^=front] h2.top_h2 .en {
    font-size: 36px;
  }
}
[id^=front] h2.top_h2 .ja {
  font-family: var(--font-family01);
  display: block;
  font-size: 16px;
  margin-top: 0.625em;
}
@media (max-width: 768px) {
  [id^=front] h2.top_h2 .ja {
    font-size: 14px;
  }
}
[id^=front] h2.top_h2:after {
  content: none;
}
[id^=front] h2.top_h2.white {
  color: #fff;
}
[id^=front] h2.top_h2.white .en::first-letter {
  color: #fff;
}
@media (min-width: 768px) {
  [id^=front] h2.top_h2.pc-left {
    text-align: left;
  }
  [id^=front] h2.top_h2.pc-left .ja {
    padding-left: 2.6875em;
    position: relative;
  }
  [id^=front] h2.top_h2.pc-left .ja::after {
    content: "";
    display: block;
    width: 1.875em;
    height: 1px;
    background: var(--color-primary);
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 0;
    right: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
[id^=front] p {
  line-height: 2;
}
[id^=front] .content_inner {
  max-width: var(--content-max-width);
}

/* ===============================================
# 各セクション
=============================================== */
#front_sec01 {
  counter-reset: number;
  background: var(--color-highlight);
  padding: 110px 0 100px;
  position: relative;
}
@media (max-width: 768px) {
  #front_sec01 {
    padding: 70px 0;
  }
}
#front_sec01 .sec01-box {
  padding: 0 50px 76px;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  #front_sec01 .sec01-box {
    padding: 0 6% 40px;
  }
}
#front_sec01 .sec01-box::before {
  content: "";
  display: block;
  width: 100%;
  height: 95%;
  background: #fff;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 10px;
  z-index: -1;
}
@media (max-width: 768px) {
  #front_sec01 .sec01-box::before {
    height: 98.5%;
  }
}
#front_sec01 .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px 40px;
}
#front_sec01 .inner > * {
  width: calc((100% - 80px) / 3 - 1px);
}
@media (max-width: 768px) {
  #front_sec01 .inner > * {
    width: 100%;
  }
}
#front_sec01 .img {
  padding: 39px 5.2083333333vw 0;
  position: relative;
}
@media (max-width: 768px) {
  #front_sec01 .img {
    padding: 26px 4% 0;
  }
}
#front_sec01 .img:before {
  content: "0" counter(number);
  counter-increment: number 1;
  position: absolute;
  font-size: 40px;
  font-family: var(--font-family03);
  line-height: 1;
  letter-spacing: 0;
  color: var(--color-primary);
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 500;
}
@media (max-width: 768px) {
  #front_sec01 .img:before {
    font-size: 32px;
  }
}
#front_sec01 .img img {
  max-width: 155px;
  display: block;
  margin: auto;
}
#front_sec01 .sec01-h3 {
  text-align: center;
  color: var(--color-primary);
  border: 0;
  font-size: 22px;
  font-weight: bold;
  padding: 0;
  margin: 1.0454545455em 0 1em;
}
@media (max-width: 768px) {
  #front_sec01 .sec01-h3 {
    font-size: 20px;
    margin-bottom: 18px;
  }
}
#front_sec01 .item2 .img:before {
  color: var(--color-secondary);
}
#front_sec01 .item2 .sec01-h3 {
  color: var(--color-secondary);
}

#front_sec02 {
  padding: 64px 0;
  position: relative;
  background: var(--color-highlight);
  z-index: 0;
  margin-bottom: 110px;
}
@media (max-width: 768px) {
  #front_sec02 {
    padding: 0;
    margin-bottom: 70px;
  }
}
#front_sec02::before {
  content: "";
  display: block;
  width: 100%;
  height: 110px;
  background: var(--color-highlight);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0;
  right: 0;
}
@media (max-width: 768px) {
  #front_sec02::before {
    height: 70px;
  }
}
#front_sec02:after {
  content: "";
  display: block;
  position: absolute;
  background: url(/wp-content/uploads/top_img004.jpg.webp) no-repeat center center/cover;
  width: 50vw;
  height: 100%;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  z-index: -1;
}
@media (max-width: 768px) {
  #front_sec02:after {
    display: none;
  }
}
#front_sec02 .sec02-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  #front_sec02 .sec02-box {
    display: block;
  }
}
#front_sec02 .text {
  max-width: 498px;
  margin-right: auto;
}
@media (max-width: 1366px) {
  #front_sec02 .text {
    max-width: 36.6176470588vw;
  }
}
@media (max-width: 768px) {
  #front_sec02 .text {
    max-width: 100%;
    margin-top: 30px;
  }
}
#front_sec02 .top_h2 {
  margin-bottom: 0.8928571429em;
}
@media (max-width: 768px) {
  #front_sec02 .top_h2 {
    margin-bottom: 30px;
  }
}
#front_sec02 .flexinnerBtn {
  margin-top: 56px;
}
@media (max-width: 768px) {
  #front_sec02 .flexinnerBtn {
    margin-top: 30px;
  }
}

#front_sec04 {
  padding: 112px 0;
  background: url(/wp-content/uploads/top_bg001.jpg.webp) no-repeat center center/cover;
}
@media (max-width: 768px) {
  #front_sec04 {
    padding: 70px 0;
  }
}
#front_sec04 .top_h2 {
  margin-bottom: 0.8928571429em;
}
@media (max-width: 768px) {
  #front_sec04 .top_h2 {
    margin-bottom: 30px;
  }
}
#front_sec04 .txt {
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  #front_sec04 .txt {
    text-align: left;
  }
}
#front_sec04 .flexinnerBtn {
  margin-top: 56px;
}
@media (max-width: 768px) {
  #front_sec04 .flexinnerBtn {
    margin-top: 30px;
  }
}

#front_sec_cta {
  /*ボタン共通パーツ*/
  /*電話ボタン*/
  /*メールボタン*/
  /*ボタンアイコン*/
}
#front_sec_cta .top_h2 {
  margin-bottom: 0.8928571429em;
}
@media (max-width: 768px) {
  #front_sec_cta .top_h2 {
    margin-bottom: 30px;
  }
}
#front_sec_cta .cta01 {
  background: url(/wp-content/uploads/top_bg002.jpg.webp) no-repeat center center/cover;
  position: relative;
  z-index: 0;
}
#front_sec_cta .cta01 .cta01_wrap {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
  padding: 110px var(--px80) 140px;
}
@media (max-width: 768px) {
  #front_sec_cta .cta01 .cta01_wrap {
    padding: 60px var(--px80) 80px;
  }
}
#front_sec_cta .cta01 .ctabtnlist {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 960px;
  margin: var(--px50) auto 0 auto;
}
#front_sec_cta .cta01 .ctabtnlist li {
  width: 50%;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#front_sec_cta .cta01 a.item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: var(--px30) 0;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #111;
  border-radius: 0;
  -webkit-transition: all ease 0.15s;
  transition: all ease 0.15s;
}
#front_sec_cta .cta01 a.item:hover {
  opacity: 0.8;
}
@media print, screen and (max-width: 768px) {
  #front_sec_cta .cta01 .ctabtnlist li,
  #front_sec_cta .cta01 .ctabtnlist a.item {
    width: 100%;
  }
  #front_sec_cta .cta01 .ctabtnlist li + li {
    margin-top: 1rem;
  }
}
#front_sec_cta .cta01 .btnttl {
  display: block;
  font-weight: bold;
  margin-bottom: 1rem;
}
#front_sec_cta .cta01 .infotxt {
  font-size: var(--rem16);
  font-weight: 400;
}
#front_sec_cta .cta01 .telnum {
  font-size: var(--rem36);
  margin-bottom: 1rem;
}
#front_sec_cta .cta01 .telbtn .btnttl {
  font-size: var(--rem20);
}
#front_sec_cta .cta01 a.telbtn {
  background: transparent;
  color: #fff;
  border: solid 1px #fff;
}
#front_sec_cta .cta01 .mailbtn .btnttl {
  font-size: var(--rem24);
  margin-bottom: 0;
}
#front_sec_cta .cta01 a.mailbtn {
  background: transparent;
  color: #fff;
  border: solid 1px #fff;
}
#front_sec_cta .cta01 .mailbtn .btnttl::before,
#front_sec_cta .cta01 .telnum::before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 1rem;
}
#front_sec_cta .cta01 .mailbtn .btnttl::before {
  content: "\f0e0";
}
#front_sec_cta .cta01 .telnum::before {
  content: "\f3cd";
}
#front_sec_cta .txt_c {
  color: #fff;
}

#front_bottom_content {
  padding: 90px 0 100px;
}
@media (max-width: 768px) {
  #front_bottom_content {
    padding: 60px 0 70px;
  }
}

#front_sec03 {
  padding: 80px 0 100px;
}
@media (max-width: 768px) {
  #front_sec03 {
    padding: 60px 0 70px;
  }
}
#front_sec03 .top_h2 {
  margin-bottom: 0.8035714286em;
}
@media (max-width: 768px) {
  #front_sec03 .top_h2 {
    margin-bottom: 30px;
  }
}
#front_sec03 .link:hover .img img {
  opacity: 1;
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
#front_sec03 .topPost-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 34px 34px;
}
#front_sec03 .topPost-box > * {
  width: calc((100% - 68px) / 3 - 1px);
}
@media (max-width: 768px) {
  #front_sec03 .topPost-box > * {
    width: 100%;
  }
}
#front_sec03 .topPost-box .img {
  overflow: hidden;
  margin-bottom: 24px;
}
#front_sec03 .topPost-box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#front_sec03 .topPost-box .ttl {
  font-weight: bold;
  line-height: 1.5;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 18px;
  border: 0;
  padding-bottom: 0;
  padding-left: 0;
}
#front_sec03 .flexinnerBtn {
  margin-top: 56px;
}
@media (max-width: 768px) {
  #front_sec03 .flexinnerBtn {
    margin-top: 30px;
  }
}

/* ===============================================
# 下層
=============================================== */
header#h1Header {
  background: #162F3A;
}

h2.h2_en {
  font-size: var(--rem30);
  padding-bottom: 0;
}
h2.h2_en:before {
  content: attr(data-en);
  display: block;
  font-weight: bold;
  font-family: var(--font-family02);
  color: var(--color-primary);
  font-size: 0.5294117647em;
  height: auto;
  width: auto;
  background: transparent;
  position: static;
  line-height: 1;
  font-size: 14px;
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  h2.h2_en:before {
    font-size: 12px;
    margin-bottom: 6px;
  }
}
h2.h2_en:after {
  content: none;
}
h2.deco_none {
  font-size: var(--rem30);
}
h2.deco_none:after {
  content: none;
  font-size: var(--rem30);
}
@media (max-width: 768px) {
  h2.deco_none {
    text-align: left;
  }
}

/*----------------------------
テーブル
-----------------------------*/
/*--------------------
flow01
--------------------*/
.flowlist {
  padding-left: 10rem;
  position: relative;
}

.flowlist::before {
  content: "";
  width: 15px;
  height: 100%;
  background: var(--color-highlight);
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 10rem;
}

.flowlist > li {
  position: relative;
}

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

.flowlist > li .icon {
  font-size: 1.6rem;
  color: #fff;
  background: var(--color-font);
  padding: 0.8rem 2rem;
  display: block;
  position: absolute;
  top: 0;
  left: -13rem;
  z-index: 100;
}

.flowlist > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent var(--color-font);
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

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

.flowlist > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: 0;
  background: var(--color-font);
  border-radius: 50%;
  left: -4px;
}

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

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

@media (max-width: 768px) {
  .flowlist > li .icon {
    font-size: 1.2rem;
  }
  .flowlist {
    padding-left: 10rem;
  }
  .flowlist > li .icon {
    left: -11rem;
  }
  .flowlist::before {
    left: 10rem;
  }
  .flowlist > li dl {
    padding-left: 4.5rem;
  }
  .flowlist > li dl::after {
    width: 30px;
  }
  .flowlist > li dl dt {
    font-size: 1.4rem;
  }
}
.contact-policy-link {
  text-decoration: underline;
}
.contact-policy-link:hover {
  text-decoration: none;
}

.post .subimitarea .linkBtn input[type=submit] {
  padding: 0;
}

.u-map {
  position: relative;
  padding-top: 450px;
}
@media (max-width: 768px) {
  .u-map {
    padding-top: 90%;
  }
}
.u-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ===============================================
# 投稿
=============================================== */
/*----------------------------------------
ACF archive noside
----------------------------------------*/
#wrapper.custom_archive.noside #content .post3b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px 30px;
}
#wrapper.custom_archive.noside #content .post3b > * {
  width: calc((100% - 60px) / 3 - 1px);
}
@media (max-width: 1023px) {
  #wrapper.custom_archive.noside #content .post3b > * {
    width: calc((100% - 30px) / 2 - 1px);
  }
}
@media (max-width: 768px) {
  #wrapper.custom_archive.noside #content .post3b > * {
    width: 100%;
  }
}
#wrapper.custom_archive.noside #content .archive_img img {
  width: 100%;
  max-width: 100%;
  display: block;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
#wrapper.custom_archive.noside #content ul > li .item_title {
  font-weight: 600;
  font-size: var(--rem18);
}

.taxonomy #cat-post .title {
  font-weight: bold;
  font-size: var(--rem36);
  margin-bottom: 1em !important;
  display: block;
}
.taxonomy #cat-post .title::first-letter {
  color: var(--color-primary);
}

.case-fields {
  width: 100%;
  margin: 0 auto;
  border-spacing: 0;
  border-collapse: collapse;
}
@media (max-width: 768px) {
  .case-fields {
    display: block;
    border-bottom: 1px solid #ddd;
  }
}
@media (max-width: 768px) {
  .case-fields thead,
  .case-fields tbody {
    display: block;
  }
}
.case-fields tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 768px) {
  .case-fields tr {
    border-top: 1px solid #ddd;
    border-bottom: 0;
    padding: 0.8em;
    display: block;
  }
}
.case-fields td,
.case-fields th {
  padding: 1em 0;
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .case-fields td,
  .case-fields th {
    display: block;
    padding: 0;
    font-size: 1.4rem;
  }
}
.case-fields th {
  width: 7.8rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .case-fields th {
    width: 100%;
  }
}
.case-fields td {
  width: calc(100% - 7.8rem);
}
@media (max-width: 768px) {
  .case-fields td {
    width: 100%;
  }
}

.single-gallery {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  /* メイン画像 */
}
@media (max-width: 768px) {
  .single-gallery {
    display: block;
  }
}
.single-gallery .main-image {
  width: 55%;
}
@media (max-width: 768px) {
  .single-gallery .main-image {
    width: 100%;
  }
}
.single-gallery .thumbnails {
  width: 45%;
  padding-left: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 10px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 768px) {
  .single-gallery .thumbnails {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
.single-gallery .thumbnails > * {
  width: calc((100% - 20px) / 3 - 1px);
}
.single-gallery .main-image img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.single-gallery .thumbnails img {
  cursor: pointer;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single-gallery .thumbnails img:hover {
  opacity: 0.8;
}

.dateLabel {
  font-style: normal;
  font-family: var(--font-family03);
}

.archive-time {
  display: block;
  margin-top: 6px;
  text-align: right;
  color: #797979;
}

.page_nav_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 40px;
}/*# sourceMappingURL=style.css.map */