@charset "UTF-8";
/*
Theme Name:mrp04-child
Template:mrp04
Version: 0.01
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
/*------@import------*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap");
:root {
  /*------▼基本設定▼------*/
  --color-background: #FFF;
  --color-font: #444;
  --color-primary: #4CC1D6;
  --color-primary-shade: #0DA7BF;
  --color-primary-tint: #ddfaff;
  --color-secondary: #FF9D4F;
  --color-secondary-tint: #ffd86e;
  --color-table-border: #707070;
  --body-font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
  /* 1.6-1.4rem (1920-375) */
  --body-font-family: "Zen Kaku Gothic New", sans-serif;
  --body-font-family-serif: "Zen Old Mincho", serif;
  --body-font-family-en: "Great Vibes", cursive;
  --content-max-width: 1200px;
  /*------▼ヘッダー設定▼------*/
  --header-background: #FFF;
  --header-color-font: #333;
  --header-color-primary: #4CC1D6;
  --header-color-primary-shade: #12BAD4;
  --header-color-primary-tint: #8DDEEB;
  /*------▼フッター設定▼------*/
  --footer-background: #F5F5F5;
  --footer-color-font: #2A2A2A;
  --footer-color-primary: #2A2A2A;
}

/*------------------------------------------------------
Cancellation
------------------------------------------------------*/
/*calcDefault-Between---1920pxand375px*/
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  color: var(--color-font);
  font-size: var(--body-font-size);
  font-weight: 500;
  font-family: var(--body-font-family);
  background: var(--color-background);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body.mobile #mainImg,
body.mobile #breadcrumb {
  margin-top: 0;
}

body.mobile {
  margin-top: 0;
}

#mainImg {
  padding-bottom: 0;
}

#mainImg img {
  width: 100% !important;
}

.home #content {
  padding: 0;
}

#wrapper,
#content,
.post {
  overflow: visible !important;
}

body.mobile {
  margin-top: 60px;
}

/*--サイドバー--------------------------------------------*/
#sidebar h2 {
  color: var(--color-font);
  text-align: center;
}

/*--戻るボタン--------------------------------------------*/
a#scrollUp {
  background: var(--color-primary);
}

#ic-chevron-top {
  transform: translateY(1px);
}

/*--▼▽▼▽▼▽▼▽▼▽--ヘッダーテンプレート＜start＞--▼▽▼▽▼▽▼▽▼▽--*/
/*------ヘッダー　各高さ設定
--------------------------------------------*/
:root {
  --header-height: calc(100px + 5rem);
  --header-height-upper: 100px;
  --header-height-lower: 5rem;
}

/*------PC・SP共通__キャッチフレーズ
--------------------------------------------*/
#header h1,
#header .description,
#header-upper h1,
#header-upper .description {
  color: var(--header-color-font);
  font-size: min(calc(1.2rem + (1vw - 19.2px) * 0.2232), 1.2rem);
  /* 1.2-1rem (1920-375) */
}

/*------ヘッダー全体
--------------------------------------------*/
nav#mainNav ul li a[href="#"] {
  pointer-events: none;
}

@media print, screen and (min-width: 1024px) {
  #header {
    overflow: visible;
    color: var(--header-color-font);
    background: var(--header-background);
    width: 100%;
    height: var(--header-height);
    margin: auto;
    z-index: 9999;
  }
  #header,
.home #header {
    margin: auto;
  }
  body:not(.sticky-header) #header,
body:not(.sticky-header).home #header {
    position: static;
  }
  #header .inner {
    width: 100%;
    max-width: none;
  }
  #header-layout {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 0 auto;
  }
  #header .inner,
#header-layout,
#header .header-upper_inner,
#header .logo,
#header .logo a,
#header .sticky-logo,
#header .header__nav-contact,
nav#mainNav,
#mainNav .inner,
nav div.panel,
nav#mainNav ul,
nav#mainNav ul li,
nav#mainNav ul li a,
#header ul.header__contact,
#header ul.header__contact > li,
#header a.head_btn,
#header .socialicon,
#header .socialicon ul {
    height: 100%;
    float: none;
  }
  /*------ヘッダー上部
  --------------------------------------------*/
  #header-upper {
    height: var(--header-height-upper);
    background: none;
    /* 背景色変更 */
  }
  #header-upper .header-upper_inner {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: none;
    /* 最大横幅変更 */
    padding: 0;
    margin: 0 auto;
  }
  /*------ヘッダー上部__ロゴ
  --------------------------------------------*/
  #header .logo {
    display: block;
    line-height: 0;
    padding: 13px 24px 8px;
  }
  #header .logo a {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  #header .logo img {
    -o-object-fit: contain;
    object-fit: contain;
    width: auto;
    height: 100%;
    max-width: 472px;
    max-height: 96px;
  }
  /*------ヘッダー上部__コンタクトボタン
  --------------------------------------------*/
  #header ul.header__contact {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: auto 0 auto auto;
    /* 左寄せにする場合は「auto auto 0 auto」 */
  }
  #header ul.header__contact:not(:first-child) {
    margin-left: 20px;
  }
  /*#header ul.header__contact li:not(:last-child) {
  	margin-right: 10px;
  }*/
  #header a.reserve_btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to bottom, #FFCAA0, #FF9D4F);
    width: min(calc(180px + (1vw - 19.2px) * 3.3482), 180px);
    /* -- 1920 180px 1024 150px -- */
    height: 100%;
    color: #fff;
    font-size: min(calc(1.7rem + (1vw - 19.2px) * 0.3348), 1.7rem);
    /* -- 1920 1.7rem 1024 1.4rem -- */
    font-weight: 500;
    line-height: 1.3;
    padding: 0.5em 1em;
    transition: 0.3s;
  }
  #header a.reserve_btn::before {
    content: "";
    display: block;
    background-image: url(/wp-content/uploads/icon_reserve.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 35px;
    height: 33px;
    margin-bottom: 5px;
    line-height: 1;
  }
  #header a.reserve_btn:hover {
    opacity: 0.7;
  }
  #header a.mail_btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to bottom, var(--header-color-primary-tint), var(--header-color-primary-shade));
    width: min(calc(180px + (1vw - 19.2px) * 3.3482), 180px);
    /* -- 1920 180px 1024 150px -- */
    height: 100%;
    color: #fff;
    font-size: min(calc(1.7rem + (1vw - 19.2px) * 0.3348), 1.7rem);
    /* -- 1920 1.7rem 1024 1.4rem -- */
    font-weight: 500;
    line-height: 1.3;
    padding: 0.5em 1em;
    transition: 0.3s;
  }
  #header a.mail_btn::before {
    content: "";
    display: block;
    background-image: url(/wp-content/uploads/icon_mail.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 33px;
    height: 33px;
    margin-bottom: 5px;
    line-height: 1;
  }
  #header a.mail_btn:hover {
    opacity: 0.7;
  }
  #header a.tel_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    height: 100%;
    padding: 5px 5px 10px;
    color: var(--header-color-font);
    font-weight: 700;
    font-size: min(calc(3.7rem + (1vw - 19.2px) * 1.1003), 3.7rem);
    /* -- 1920 3.7rem 375 2rem -- */
    text-align: center;
    line-height: 1.1;
    letter-spacing: 0.1em;
  }
  #header a.tel_btn .open {
    display: block;
    margin-top: 8px;
    font-weight: 500;
    font-size: min(calc(1.7rem + (1vw - 19.2px) * 0.1942), 1.7rem);
    /* -- 1920 1.7rem 375 1.4rem -- */
    text-align: center;
    letter-spacing: 0.08em;
  }
  /*------ヘッダー上部__SNS
  --------------------------------------------*/
  #header .fa-2x,
.fa-2x {
    font-size: inherit;
  }
  #header .socialicon {
    margin: 0 0 0 auto;
    /* 左寄せにする場合は「auto auto 0 auto」 */
  }
  #header .socialicon ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  #header .socialicon ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  #header .socialicon ul li:not(:last-child) {
    margin-right: 10px;
  }
  #header .socialicon ul li::before {
    content: none;
  }
  #header .socialicon ul li a {
    padding: 0;
    overflow: initial;
    line-height: 1;
  }
  #header .socialicon .fa-facebook-square:before,
#header .socialicon .fa-twitter-square:before,
#header .socialicon .fa-youtube-square:before,
#header .socialicon .fa-instagram:before {
    color: var(--header-color-primary);
    font-size: 2.5rem;
  }
  #header .socialicon .SvgLine {
    fill: var(--header-color-primary);
    width: 21px;
    height: 21px;
  }
  /*------ヘッダー下部
  --------------------------------------------*/
  #header-lower {
    min-height: var(--header-height-lower);
    background: none;
    /* 背景色変更 */
  }
  /*------ヘッダー下部__グローバルナビ
  --------------------------------------------*/
  nav#mainNav {
    max-width: none;
    /* 最大横幅変更 */
    background: #EFEFEF;
    /* 背景色変更 */
    margin: 0 auto;
  }
  nav#mainNav ul,
#header .header__nav-contact {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  nav#mainNav ul li.sp_nav {
    display: none;
  }
  /*▼▼グローバルメニューを均等に並列させる場合は有効化＜start＞*/
  /*nav#mainNav ul:not(.sub-menu) > li {
  	width: calc(100% / 6 );
  }
  }*/
  /*▲▲グローバルメニューを均等に並列させる場合は有効化＜end＞*/
  nav#mainNav ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--header-color-font);
    font-weight: 500;
    font-size: min(calc(1.7rem + (1vw - 19.2px) * 0.2232), 1.7rem);
    /* -- 1920 1.7rem 1024 1.5rem -- */
    padding: min(calc(12px + (1vw - 19.2px) * 0.2232), 12px) min(calc(42px + (1vw - 19.2px) * 2.4554), 42px);
    /* -- 1920 12px 1024 10px -- */
    /* -- 1920 42px 1024 20px -- */
    line-height: 1.5;
  }
  nav#mainNav ul li a b {
    font-weight: inherit;
  }
  nav#mainNav ul ul.sub-menu {
    border: 1px solid #bbb;
    width: 225px;
    height: auto;
  }
  nav#mainNav ul li:hover ul.sub-menu {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  nav#mainNav ul ul.sub-menu li a {
    border-top: 1px solid #bbb;
    min-height: 3em;
    padding: 0.5em 0.3em !important;
    font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.2232), 1.6rem);
    /* -- 1920 1.6rem 375 1.4rem -- */
    text-align: center;
  }
  nav#mainNav ul ul.sub-menu li:first-child a {
    border-top: none;
  }
  nav#mainNav ul li a b,
nav#mainNav ul li a span {
    margin-top: 0;
  }
  nav#mainNav ul li a span {
    color: var(--header-color-font);
  }
  /*ホバーアクション*/
  nav#mainNav ul li.current-menu-item a b,
nav#mainNav ul li a:hover b,
nav#mainNav ul li a:active b,
nav#mainNav ul li.current-menu-parent a b {
    color: var(--header-color-primary);
  }
  nav#mainNav ul li.current-menu-item a,
nav#mainNav ul li a:hover,
nav#mainNav ul li a:active,
nav#mainNav ul li.current-menu-parent a,
nav#mainNav ul li.current-menu-ancestor a {
    background: none;
  }
  /*ホバーアクション サブメニュー*/
  nav#mainNav ul li li a:hover,
nav#mainNav ul li li.current-menu-item a,
nav#mainNav ul li li.current-menu-item li a:hover,
nav#mainNav ul li.current-menu-item li a:hover,
nav#mainNav ul li.current-menu-ancestor li.current-menu-item a,
nav#mainNav ul li.current-menu-ancestor li a:hover {
    color: var(--header-color-primary);
    background: var(--header-background);
  }
  /*------スティッキーヘッダー
  --------------------------------------------*/
  .sticky-header .site-header {
    z-index: 9999;
  }
  .sticky-header #header > .inner {
    height: auto;
    background: #fff;
    /* 背景色変更 */
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    /* 不要なら削除 */
  }
  .sticky-header #header-upper,
.sticky-header #header-lower,
.sticky-header #header .header-upper_inner {
    height: 100%;
  }
  .sticky-header #header-upper {
    display: none;
  }
  .sticky-header #header-lower {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
  }
  .sticky-header #header-layout {
    justify-content: center;
    /* 配置変更 */
    flex-direction: row;
  }
  .sticky-header #header .header-upper_inner {
    max-width: none;
    margin: 0;
  }
  .sticky-header nav#mainNav {
    width: 100%;
  }
  .sticky-header nav#mainNav ul li a {
    padding-top: min(calc(30px + (1vw - 19.2px) * 1.1161), 30px);
    padding-bottom: min(calc(30px + (1vw - 19.2px) * 1.1161), 30px);
    /* -- 1920 30px 1024 20px -- */
  }
  .sticky-header nav#mainNav ul:not(.sub-menu) > li {
    width: auto;
  }
  .sticky-header #header .socialicon,
.sticky-header #header .sticky-off,
body:not(.sticky-header) #header .sticky-on {
    display: none !important;
  }
  .sticky-header #header ul.header__contact:not(:first-child) {
    margin-left: 10px;
  }
}
/*------レスポンシブ
--------------------------------------------*/
@media print, screen and (max-width: 1023px) {
  #header .socialicon,
#header .sticky-logo,
#header ul.header__contact {
    display: none;
  }
}
/*--▲△▲△▲△▲△▲△--ヘッダーテンプレート＜end＞--△▲△▲△▲△▲△▲--*/
@media print, screen and (min-width: 1024px) {
  .sticky-header .site-header {
    position: fixed !important;
    width: 100%;
    z-index: 9999;
    top: -125px;
    transform: translateY(125px);
    transition: all 0.8s ease-in-out;
  }
}
@media print, screen and (max-width: 1023px) {
  #header .inner {
    width: 100%;
  }
  #header-layout {
    padding: 0;
  }
  #header .logo {
    display: block;
    text-align: center;
    margin: 20px auto;
    padding: 0;
  }
}
/*------スマホメニュー
--------------------------------------------*/
.spmenu #menu {
  padding: 0px 1px 2px 0;
}

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

.spmenu #menu span,
.spmenu #menu span:before,
.spmenu #menu span:after {
  width: 35px;
  background: var(--header-color-primary);
}

.spmenu #menu p {
  color: var(--header-color-primary);
}

@media print, screen and (min-width: 1024px) {
  .spmenu {
    display: none;
  }
}
@media print, screen and (max-width: 1023px) {
  .mobile #header {
    background: var(--header-background);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    z-index: 9999;
  }
  body.mobile nav#mainNav.menuOpen {
    height: calc(100% - 130px);
  }
  body.mobile #header .logo,
body.mobile #header .logo .mark {
    display: flex !important;
  }
  body.mobile #header .logo .spmenu {
    display: block !important;
  }
  body.mobile #header .logo .mark {
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
  }
  body.mobile #header .logo img {
    width: auto;
    height: 100%;
    max-width: 250px;
    max-height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  nav#mainNav ul li a {
    color: var(--header-color-font);
    line-height: 1.6;
  }
  nav#mainNav ul li.current-menu-item a,
nav#mainNav ul li a:hover {
    color: var(--header-color-primary);
  }
}
/*--FOOTER--------------------------------------------*/
/*--▼▽▼▽▼▽▼▽▼▽--フッターーテンプレート＜start＞--▼▽▼▽▼▽▼▽▼▽--*/
/*------共通
--------------------------------------------*/
#footer {
  color: var(--footer-color-font);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: inherit;
  padding: min(calc(45px + (1vw - 19.2px) * 1.2945), 45px) 0 min(calc(40px + (1vw - 19.2px) * 1.6181), 40px);
  /* -- 1920 45px 375 25px -- */
  /* -- 1920 40px 375 15px -- */
  background: var(--footer-background);
}

#footer a {
  transition: 0.2s;
}

#footer .inner {
  width: 95%;
  max-width: var(--content-max-width);
}

#footer ul {
  font-size: 100%;
  padding: 0;
}

#footer ul li {
  display: block;
  padding: 0;
  margin: 0;
}

#footer ul li::before {
  content: none;
  position: static;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  background: none;
}

#footer ul li a {
  padding: 0;
}

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

#footer img {
  width: auto;
  max-width: 100%;
}

/*------フッターロゴ
--------------------------------------------*/
#footer .footer__logo:not(:last-child) {
  text-align: center;
  margin-bottom: min(calc(45px + (1vw - 19.2px) * 1.6181), 45px);
  /* -- 1920 45px 375 20px -- */
}

#footer .footer__logo img {
  max-width: 322px;
  width: 54%;
  transition: opacity 0.3s;
}

/*------フッターナビ
--------------------------------------------*/
#footer .footnav {
  float: none;
}

#footer .footnav:not(:last-child) {
  margin-bottom: 16px;
}

#footer .footnav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5em 2em;
}

#footer .footnav ul > li {
  position: relative;
  line-height: 1.4;
  padding: 0 0 0 1.2em;
  margin-bottom: 0;
  font-weight: 300;
}

#footer .footnav ul > li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.65em;
  border-top: 2px solid var(--footer-color-font);
  border-right: 2px solid var(--footer-color-font);
  width: 7px;
  height: 7px;
  transform: rotate(45deg) translateY(-50%);
}

@media print, screen and (max-width: 768px) {
  #footer .footnav:not(:last-child) {
    margin-bottom: 20px;
  }
  #footer .footnav ul {
    gap: 0.35em 1em;
  }
}
/*------SNSアイコン
--------------------------------------------*/
#footer .fa-2x,
.fa-2x {
  font-size: inherit;
}

#footer .socialicon ul,
.socialicon ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0;
}

#footer .socialicon ul li,
.socialicon ul li {
  text-align: center;
  padding: 0 0.6em;
  margin: 0;
  box-sizing: border-box;
}

#footer .socialicon ul li::before,
.socialicon ul li::before {
  content: none;
}

#footer .socialicon ul li a,
.socialicon ul li a {
  padding: 0;
  overflow: initial;
  line-height: 1;
}

#footer .fa-facebook-square:before,
#footer .fa-twitter-square:before,
#footer .fa-youtube-square:before,
#footer .fa-instagram:before {
  color: var(--footer-color-primary);
  font-size: 3rem;
}

#footer .SvgLine {
  fill: var(--footer-color-primary);
  width: 28px;
  height: 28px;
}

@media print, screen and (max-width: 768px) {
  #footer {
    padding-bottom: 60px;
  }
}
/*------コピーライト
--------------------------------------------*/
#copyright {
  color: var(--footer-color-font);
  font-weight: 300;
  font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.2589), 1.6rem);
  /* -- 1920 1.6rem 375 1.2rem -- */
  letter-spacing: normal;
  padding: 0;
  margin: 0 auto;
  background: var(--footer-background);
}

/*--▲△▲△▲△▲△▲△--フッターテンプレート＜end＞--△▲△▲△▲△▲△▲--*/
/*--見出し--------------------------------------------*/
h1.title,
.post h1,
.post h2,
.post2b h2,
.post4b h2,
h2.title,
.post h3,
.post h4 {
  line-height: 1.6;
  background: none;
}

.post h1 span,
.post h2 span,
.post h3 span,
.post h4 span {
  padding: 0;
}

h1.title:first-child,
.post h1:first-child,
#front-sectionPost h1:first-child,
.post h2:first-child,
.post h3:first-child,
.post h3.col-in-h3:first-child,
.post h4:first-child {
  margin-top: 0;
}

/*------h1タイトル
--------------------------------------------*/
h1.title,
.post h1,
header#h1Header h1.title {
  font-size: min(calc(2.4rem + (1vw - 19.2px) * 0.5178), 2.4rem);
  /* -- 1920 2.4rem 375 1.6rem -- */
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
  text-shadow: none;
  padding: 0;
  line-height: 1.5;
  z-index: 20;
}

header#h1Header h1.title {
  padding: 1% 5% 0;
  color: var(--color-font);
  font-family: var(--body-font-family-serif);
  letter-spacing: normal;
}

header#h1Header h1.title b {
  display: block;
  color: var(--color-primary-shade);
  font-family: var(--body-font-family-en);
  font-weight: 400;
  font-size: min(calc(8.4rem + (1vw - 19.2px) * 2.8479), 8.4rem);
  /* -- 1920 8.4rem 375 4rem -- */
  text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
  line-height: 1.2;
}

header#h1Header h1.title b::first-letter {
  text-transform: uppercase;
}

h1.title {
  position: relative;
  margin: 0 auto min(calc(60px + (1vw - 19.2px) * 1.2945), 60px);
  /* 0 auto 60-40px (1920-375) */
  color: inherit;
}

@media print, screen and (max-width: 768px) {
  header#h1Header h1.title b {
    text-shadow: 1px 1px 1px #ffffff, -1px 1px 1px #ffffff, 1px -1px 1px #ffffff, -1px -1px 1px #ffffff, 1px 0px 1px #ffffff, 0px 1px 1px #ffffff, -1px 0px 1px #ffffff, 0px -1px 1px #ffffff;
  }
}
.post h1,
.post .title_1,
#front_bottom_content h1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: static;
  background: none;
  border: none;
  margin: 0 0 min(calc(50px + (1vw - 19.2px) * 1.6181), 50px);
  /* -- 1920 50px 375 25px -- */
  padding: 0;
  width: auto;
  height: auto;
  color: var(--color-primary);
  font-family: var(--body-font-family-en);
  font-weight: 400;
  font-size: min(calc(15rem + (1vw - 19.2px) * 6.7961), 15rem);
  /* -- 1920 15rem 375 4.5rem -- */
  text-align: left;
  line-height: 1.1;
  letter-spacing: normal;
  transform: none;
  gap: 0.05em 45px;
}

.post h1 .en,
.post .title_1 .en,
#front_bottom_content h1 .en {
  display: block;
}

.post h1 .big,
.post .title_1 .big,
#front_bottom_content h1 .big {
  display: block;
  font-size: min(calc(18rem + (1vw - 19.2px) * 8.4142), 18rem);
  /* -- 1920 18rem 375 5rem -- */
}

.post h1 .small,
.post .title_1 .small,
#front_bottom_content h1 .small {
  display: block;
  font-size: min(calc(12rem + (1vw - 19.2px) * 5.178), 12rem);
  /* -- 1920 12rem 375 4rem -- */
}

.post h1 .ja,
.post .title_1 .ja,
#front_bottom_content h1 .ja {
  display: block;
  font-family: var(--body-font-family-serif);
  font-weight: 700;
  font-size: min(calc(2.3rem + (1vw - 19.2px) * 0.5178), 2.3rem);
  /* -- 1920 2.3rem 375 1.5rem -- */
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.post h1 .gray,
.post .title_1 .gray,
#front_bottom_content h1 .gray {
  color: #555;
  font-size: min(calc(2rem + (1vw - 19.2px) * 0.3883), 2rem);
  /* -- 1920 2rem 375 1.4rem -- */
}

.post h1 .ja.small,
.post .title_1 .ja.small,
#front_bottom_content h1 .ja.small {
  font-size: min(calc(2rem + (1vw - 19.2px) * 0.3883), 2rem);
  /* -- 1920 2rem 375 1.4rem -- */
}

.post .title_1_center,
#front_bottom_content .title_1_center {
  flex-direction: column;
  text-align: center;
}

.post .title_1_left,
#front_bottom_content .title_1_left {
  flex-direction: column;
  align-items: flex-start;
}

/*------h2タイトル
--------------------------------------------*/
.post h2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: none;
  border: none;
  border-left: 4px solid var(--color-primary);
  margin: min(calc(120px + (1vw - 19.2px) * 5.178), 120px) 0 min(calc(45px + (1vw - 19.2px) * 1.2945), 45px);
  /* -- 1920 120px 375 40px -- */
  /* -- 1920 45px 375 25px -- */
  padding: 0 0.75em 0.2em;
  color: inherit;
  font-family: var(--body-font-family-serif);
  font-size: min(calc(3.4rem + (1vw - 19.2px) * 0.8414), 3.4rem);
  /* -- 1920 3.4rem 375 2.1rem -- */
  font-weight: 700;
  text-align: left;
  line-height: 1.35;
  letter-spacing: normal;
  gap: 0.15em 0.5em;
}

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

.post h2 .sub {
  font-weight: 700;
  font-size: min(calc(2.1rem + (1vw - 19.2px) * 0.3883), 2.1rem);
  /* -- 1920 2.1rem 375 1.5rem -- */
  text-align: left;
  letter-spacing: normal;
}

@media print, screen and (max-width: 768px) {
  .post h2 {
    padding: 0 0.6em 0.2em;
    line-height: 1.5;
  }
}
/*------h3タイトル
--------------------------------------------*/
.post h3,
.post .title_3 {
  background: none;
  border: none;
  margin: min(calc(40px + (1vw - 19.2px) * 0.9709), 40px) 0 min(calc(30px + (1vw - 19.2px) * 0.6472), 30px);
  /* -- 1920 40px 375 25px -- */
  /* -- 1920 30px 375 20px -- */
  padding: 0 0 0 48px;
  font-family: inherit;
  font-weight: 700;
  font-size: min(calc(2.7rem + (1vw - 19.2px) * 0.5825), 2.7rem);
  /* -- 1920 2.7rem 375 1.8rem -- */
  line-height: 1.65;
  text-align: left;
  transform: none;
}

.post h3::before,
.post .title_3::before {
  content: "";
  position: absolute;
  top: calc(0.825em - 1px);
  left: 0;
  background-color: var(--color-primary);
  width: 35px;
  height: 2px;
}

.post h3::after,
.post .title_3::after {
  content: none;
}

.post h3 .small,
.post .title_3 .small {
  display: inline-block;
  font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
  /* -- 1920 1.6rem 375 1.4rem -- */
}

@media print, screen and (max-width: 768px) {
  .post h3,
.post .title_3 {
    background: none;
    border: none;
    margin: min(calc(40px + (1vw - 19.2px) * 0.9709), 40px) 0 min(calc(30px + (1vw - 19.2px) * 0.6472), 30px);
    /* -- 1920 40px 375 25px -- */
    /* -- 1920 30px 375 20px -- */
    padding: 0 0 0 30px;
  }
  .post h3::before,
.post .title_3::before {
    width: 20px;
  }
}
/*------h4タイトル
--------------------------------------------*/
.post h4,
.post .title_4 {
  display: flex;
  align-items: center;
  position: static;
  background: none;
  border: none;
  border-left: 2px solid var(--color-primary);
  min-height: 50px;
  padding: 0 0 0 calc(1.25em + 2px);
  margin: min(calc(35px + (1vw - 19.2px) * 0.6472), 35px) 0 min(calc(25px + (1vw - 19.2px) * 0.6472), 25px);
  /* -- 1920 35px 375 25px -- */
  /* -- 1920 25px 375 15px -- */
  font-family: inherit;
  font-size: min(calc(2rem + (1vw - 19.2px) * 0.2589), 2rem);
  /* -- 1920 2rem 375 1.6rem -- */
  font-weight: 500;
  text-align: left;
  line-height: 1.6;
  letter-spacing: normal;
  transform: none;
}

.post h4::before,
.post .title_4::before,
.post h4::after,
.post .title_4::after {
  content: none;
}

@media print, screen and (max-width: 768px) {
  .post h4,
.post .title_4 {
    padding: 0 0 0 calc(0.75em + 2px);
    line-height: 1.65;
  }
}
/* -- dot_ttl -- */
.post .dot_ttl {
  background: none;
  border: none;
  border-top: dotted 4px #7CBC30;
  border-bottom: dotted 4px #7CBC30;
  margin: 0 0 min(calc(47px + (1vw - 19.2px) * 1.4239), 47px);
  /* -- 1920 47px 375 25px -- */
  padding: 0.3em 0.5em 0.4em;
  color: #4A4A4A;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(3.6rem + (1vw - 19.2px) * 0.9061), 3.6rem);
  /* -- 1920 3.6rem 375 2.2rem -- */
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
  transform: none;
}

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

/* -- center_line_ttl -- */
.post .center_line_ttl {
  display: block;
  position: relative;
  background: none;
  border: none;
  margin: min(calc(80px + (1vw - 19.2px) * 2.9126), 80px) 0 min(calc(40px + (1vw - 19.2px) * 1.2945), 40px);
  /* -- 1920 80px 375 35px -- */
  /* -- 1920 40px 375 20px -- */
  padding: 0 0 0.8em;
  color: var(--color-font);
  font-family: var(--body-font-family);
  font-weight: 500;
  font-size: min(calc(3rem + (1vw - 19.2px) * 0.6472), 3rem);
  /* -- 1920 3rem 375 2rem -- */
  text-align: center;
  line-height: 1.4;
  letter-spacing: normal;
  transform: none;
}

.post .center_line_ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  right: auto;
  background-color: var(--color-primary);
  width: 98px;
  height: 2px;
  transform: translateX(-50%);
}

.post .center_line_ttl::after {
  content: none;
}

/* -- bg_ttl -- */
.post .bg_ttl {
  background: none;
  background-color: var(--color-primary-shade);
  border: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 min(calc(25px + (1vw - 19.2px) * 0.3236), 25px);
  /* -- 1920 25px 375 20px -- */
  padding: 0.25em 1em;
  color: #fff;
  font-family: var(--body-font-family-maru);
  font-weight: 700;
  font-size: min(calc(2.7rem + (1vw - 19.2px) * 0.4531), 2.7rem);
  /* -- 1920 2.7rem 375 2rem -- */
  text-align: left;
  line-height: 1.55;
  letter-spacing: normal;
  transform: none;
}

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

@media print, screen and (max-width: 768px) {
  .post .bg_ttl {
    padding: 0.2em 0.5em;
  }
}
/* -- img_ttl -- */
.post .img_ttl {
  display: block;
  background: none;
  border: none;
  width: auto;
  height: auto;
  min-height: 0;
  margin: 0;
  padding: 0;
  transform: none;
}

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

/* -- lead -- */
.post .lead {
  margin: 0 0 min(calc(30px + (1vw - 19.2px) * 0.6472), 30px);
  /* -- 1920 30px 375 20px -- */
  font-family: var(--body-font-family-serif);
  font-weight: 700;
  font-size: min(calc(2.8rem + (1vw - 19.2px) * 0.6472), 2.8rem);
  /* -- 1920 2.8rem 375 1.8rem -- */
  line-height: 1.9642;
}

/*------------------------------------------
Additional contents and parts
--------------------------------------------*/
/*--inner/outer--------------------------------------------*/
.content_inner {
  margin: 0 auto;
  width: 90%;
}

.content_wrapper {
  margin: 0 auto;
  width: 100%;
}

.max_w900 {
  max-width: 900px;
}

.max_w960 {
  max-width: 960px;
}

.max_w1000 {
  max-width: 1000px;
}

.max_w1024 {
  max-width: 1024px;
}

.max_w1100 {
  max-width: 1100px;
}

.max_w1170 {
  max-width: 1170px;
}

.max_w1200 {
  max-width: 1200px;
}

.max_w1240 {
  max-width: 1240px;
}

.max_w1300 {
  max-width: 1300px;
}

.max_w1400 {
  max-width: 1400px;
}

.max_w1452 {
  max-width: 1452px;
}

.max_w1500 {
  max-width: 1500px;
}

.max_w1600 {
  max-width: 1600px;
}

.max_w1700 {
  max-width: 1700px;
}

.max_w1800 {
  max-width: 1800px;
}

.max_w1920 {
  max-width: 1920px;
}

/*--space--------------------------------------------*/
.mt0 {
  margin-top: 0 !important;
}

.mt1 {
  margin-top: 1rem !important;
}

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

.mt3 {
  margin-top: 3rem !important;
}

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

.mt5 {
  margin-top: 5rem !important;
}

.mt6 {
  margin-top: 6rem !important;
}

.mt7 {
  margin-top: 7rem !important;
}

.mt8 {
  margin-top: 8rem !important;
}

.mt9 {
  margin-top: 9rem !important;
}

.mt10 {
  margin-top: 10rem !important;
}

.mt15 {
  margin-top: 15rem !important;
}

.mt16 {
  margin-top: 16rem !important;
}

.mb0 {
  margin-bottom: 0rem !important;
}

.mb1 {
  margin-bottom: 1rem !important;
}

.mb2 {
  margin-bottom: 2rem !important;
}

.mb3 {
  margin-bottom: 3rem !important;
}

.mb4 {
  margin-bottom: 4rem !important;
}

.mb5 {
  margin-bottom: 5rem !important;
}

.mb6 {
  margin-bottom: 6rem !important;
}

.mb7 {
  margin-bottom: 7rem !important;
}

.mb8 {
  margin-bottom: 8rem !important;
}

.mb9 {
  margin-bottom: 9rem !important;
}

.mb10 {
  margin-bottom: 10rem !important;
}

.mb15 {
  margin-bottom: 15rem !important;
}

.mb16 {
  margin-bottom: 16rem !important;
}

@media print, screen and (max-width: 768px) {
  .mt1 {
    margin-top: 0.5rem !important;
  }
  .mt2 {
    margin-top: 1rem !important;
  }
  .mt3 {
    margin-top: 1.5rem !important;
  }
  .mt4 {
    margin-top: 2rem !important;
  }
  .mt5 {
    margin-top: 2.5rem !important;
  }
  .mt6 {
    margin-top: 3rem !important;
  }
  .mt7 {
    margin-top: 3.5rem !important;
  }
  .mt8 {
    margin-top: 4rem !important;
  }
  .mt9 {
    margin-top: 4.5rem !important;
  }
  .mt10 {
    margin-top: 5rem !important;
  }
  .mt15 {
    margin-top: 7.5rem !important;
  }
  .mt16 {
    margin-top: 8rem !important;
  }
  .mb1 {
    margin-bottom: 0.5rem !important;
  }
  .mb2 {
    margin-bottom: 1rem !important;
  }
  .mb3 {
    margin-bottom: 1.5rem !important;
  }
  .mb4 {
    margin-bottom: 2rem !important;
  }
  .mb5 {
    margin-bottom: 2.5rem !important;
  }
  .mb6 {
    margin-bottom: 3rem !important;
  }
  .mb7 {
    margin-bottom: 3.5rem !important;
  }
  .mb8 {
    margin-bottom: 4rem !important;
  }
  .mb9 {
    margin-bottom: 4.5rem !important;
  }
  .mb10 {
    margin-bottom: 5rem !important;
  }
  .mb15 {
    margin-bottom: 7.5rem !important;
  }
  .mb16 {
    margin-bottom: 8rem !important;
  }
}
.pt0 {
  padding-top: 0rem !important;
}

.pt1 {
  padding-top: 1rem !important;
}

.pt2 {
  padding-top: 2rem !important;
}

.pt3 {
  padding-top: 3rem !important;
}

.pt4 {
  padding-top: 4rem !important;
}

.pt5 {
  padding-top: 5rem !important;
}

.pt6 {
  padding-top: 6rem !important;
}

.pt7 {
  padding-top: 7rem !important;
}

.pt8 {
  padding-top: 8rem !important;
}

.pt9 {
  padding-top: 9rem !important;
}

.pt10 {
  padding-top: 10rem !important;
}

.pb0 {
  padding-bottom: 0rem !important;
}

.pb1 {
  padding-bottom: 1rem !important;
}

.pb2 {
  padding-bottom: 2rem !important;
}

.pb3 {
  padding-bottom: 3rem !important;
}

.pb4 {
  padding-bottom: 4rem !important;
}

.pb5 {
  padding-bottom: 5rem !important;
}

.pb6 {
  padding-bottom: 6rem !important;
}

.pb7 {
  padding-bottom: 7rem !important;
}

.pb8 {
  padding-bottom: 8rem !important;
}

.pb9 {
  padding-bottom: 9rem !important;
}

.pb10 {
  padding-bottom: 10rem !important;
}

.pd2 {
  padding: 2rem !important;
}

.pd3 {
  padding: 3rem !important;
}

.pd4 {
  padding: 4rem !important;
}

.pd5 {
  padding: 5rem !important;
}

@media print, screen and (max-width: 768px) {
  .pt1 {
    padding-top: 0.5rem !important;
  }
  .pt2 {
    padding-top: 1rem !important;
  }
  .pt3 {
    padding-top: 1.5rem !important;
  }
  .pt4 {
    padding-top: 2rem !important;
  }
  .pt5 {
    padding-top: 2.5rem !important;
  }
  .pt6 {
    padding-top: 3rem !important;
  }
  .pt7 {
    padding-top: 3.5rem !important;
  }
  .pt8 {
    padding-top: 4rem !important;
  }
  .pt9 {
    padding-top: 4.5rem !important;
  }
  .pt10 {
    padding-top: 5rem !important;
  }
  .pb1 {
    padding-bottom: 0.5rem !important;
  }
  .pb2 {
    padding-bottom: 1rem !important;
  }
  .pb3 {
    padding-bottom: 1.5rem !important;
  }
  .pb4 {
    padding-bottom: 2rem !important;
  }
  .pb5 {
    padding-bottom: 2.5rem !important;
  }
  .pb6 {
    padding-bottom: 3rem !important;
  }
  .pb7 {
    padding-bottom: 3.5rem !important;
  }
  .pb8 {
    padding-bottom: 4rem !important;
  }
  .pb9 {
    padding-bottom: 4.5rem !important;
  }
  .pb10 {
    padding-bottom: 5rem !important;
  }
  .pd2 {
    padding: 1rem !important;
  }
  .pd3 {
    padding: 1.5rem !important;
  }
  .pd4 {
    padding: 2rem !important;
  }
  .pd5 {
    padding: 2.5rem !important;
  }
}
@media print, screen and (max-width: 414px) {
  .mt16 {
    margin-top: 5rem !important;
  }
  .mb16 {
    margin-bottom: 5rem !important;
  }
}
/*--responsive parts--------------------------------------------*/
/*br*/
.spbr,
table.sp_t,
.post img.img_sp {
  display: none;
}

.pc_none {
  display: none !important;
}

@media print, screen and (max-width: 768px) {
  .spbr,
table.sp_t,
.post img.img_sp {
    display: block;
  }
  .pcbr,
table.pc_t,
.post img.img_pc {
    display: none;
  }
  .pc_none {
    display: initial !important;
  }
  .sp_none {
    display: none !important;
  }
}
@media print, screen and (min-width: 769px) {
  .pc_center {
    text-align: center !important;
  }
  .pc_right {
    text-align: right !important;
  }
  .pc_left {
    text-align: left !important;
  }
}
/*--flexbox--------------------------------------------*/
.w10 {
  width: 10%;
}

.w20 {
  width: 20%;
}

.w30 {
  width: 30%;
}

.w40 {
  width: 40%;
}

.w50 {
  width: 50%;
}

.w60 {
  width: 60%;
}

.w70 {
  width: 70%;
}

.w80 {
  width: 80%;
}

.w90 {
  width: 90%;
}

.gap {
  gap: 5%;
}

.gap3 {
  gap: 3%;
}

.ai_center {
  align-items: center;
}

.ai_self_center {
  align-self: center;
}

.jc_center {
  justify-content: center;
}

.jc_between {
  justify-content: space-between;
}

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

@media print, screen and (min-width: 769px) {
  .columns,
.flexbox {
    display: flex;
  }
}
@media print, screen and (max-width: 768px) {
  .w10,
.w20,
.w30,
.w40,
.w50,
.w60,
.w70,
.w80,
.w90 {
    width: 100%;
    margin-bottom: 20px;
  }
  .flexbox.rev {
    flex-direction: row-reverse;
  }
  .sp_nowrap {
    display: flex;
  }
  .sp_nowrap .w10 {
    width: 10%;
  }
  .sp_nowrap .w20 {
    width: 20%;
  }
  .sp_nowrap .w30 {
    width: 30%;
  }
  .sp_nowrap .w40 {
    width: 40%;
  }
  .sp_nowrap .w50 {
    width: 50%;
  }
  .sp_nowrap .w60 {
    width: 60%;
  }
  .sp_nowrap .w70 {
    width: 70%;
  }
  .sp_nowrap .w80 {
    width: 80%;
  }
  .sp_nowrap .w90 {
    width: 90%;
  }
  .sp_ai_top {
    align-items: flex-start;
  }
  .sp_no_mb {
    margin-bottom: 0 !important;
  }
  .sp_no_pb {
    padding-bottom: 0 !important;
  }
}
/*--Anchor Point--------------------------------------------*/
@media print, screen and (min-width: 769px) {
  .a_point {
    margin-top: -90px;
    padding-top: 90px;
  }
}
@media print, screen and (max-width: 768px) {
  .a_point {
    margin-top: -80px;
    padding-top: 80px;
  }
}
/*------------------------------------------
投稿記事関連
--------------------------------------------*/
/*-----表示関連-----*/
ul.post > li,
.post2b,
.post4b {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
  /* -- 1920 1.6rem 375 1.4rem -- */
}

ul.post > li,
.post2b li,
.post4b li {
  border-bottom: none !important;
  font-size: inherit;
}

.post2b,
.post4b {
  padding: 0;
  margin: 0 auto;
}

.post2b li,
.post4b li {
  position: relative;
  padding: 0 0 45px;
  margin: 0 0 20px;
}

.post .time,
.postlist .time,
.post2b .time,
.post4b .time {
  color: var(--color-primary);
  line-height: 1.2;
  background: #fff;
  padding: 5px 10px;
  border-radius: 0;
  font-weight: 500;
}

.post .time a,
.postlist .time a,
.post2b .time a,
.post4b .time a {
  color: inherit;
}

.post2b li .post2b_contents,
.post4b li .post4b_contents {
  margin-bottom: 0;
  opacity: 0.5;
}

.post_link,
.post2b_link,
.post4b_link {
  position: absolute;
  float: none;
  color: var(--color-primary);
  font-size: min(calc(1.3rem + (1vw - 19.2px) * 0.1294), 1.3rem);
  /* 1.3-1.1rem (1920-375) */
  margin: 0;
  bottom: 10px;
  right: 5px;
  border-bottom: 1px solid;
}

.post_link a,
.post2b_link a,
.post4b_link a {
  color: var(--color-primary);
}

/*-----画像関連-----*/
.post .post_img,
.post_text70,
.post_img img {
  float: none;
}

.post .post_img,
.post_text70,
.post2b li,
.post4b li {
  width: 100%;
}

.post_img img,
.post2b img,
.post4b img {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}

.post_img img,
.post2b .post2b_img {
  text-align: center;
}

.post_img img {
  max-height: 250px;
}

.post2b img {
  max-height: 280px;
}

.post4b img {
  max-height: 200px;
}

@media only screen and (max-width: 640px) {
  #content .post_img,
#content .post2b_img,
#content .post4b_img {
    padding: 0;
  }
  #content .post_img img,
#content .post2b_img img,
#content .post4b_img img {
    width: 100%;
    max-width: none;
    padding: 0;
  }
}
/*-----タイトル関連-----*/
.post_text h2 a,
.post2b h2 a,
.post4b h2 {
  font-size: inherit;
}

.post2b h2,
.post4b h2,
h2.title,
.post_text h2 {
  text-align: left;
  letter-spacing: 0.1rem;
  padding: 0 !important;
  margin: 10px auto !important;
  border: none;
}

.post2b h2,
.post4b h2,
h2.title,
.post_text h2,
.post h2 a,
.post2b h2 a,
.post4b h2 a,
.postlist .ttls a {
  color: var(--color-font);
}

h2.title,
.post_text h2,
.post h2 a {
  font-size: min(calc(2rem + (1vw - 19.2px) * 0.2589), 2rem);
  /* 2-1.6rem (1920-375) */
}

.post2b h2,
.post4b h2,
.post2b h2 a,
.post4b h2 a {
  font-size: min(calc(1.8rem + (1vw - 19.2px) * 0.1294), 1.8rem);
  /* 1.8-1.6rem (1920-375) */
}

.post_text h2::before,
.post2b h2::before,
.post4b h2::before,
.post_text h2::after,
.post2b h2::after,
.post4b h2::after {
  content: none !important;
}

.clearfix:after {
  content: none;
}

/*---カテゴリ--------------------------------------------*/
body:not(.home) .post h2.cat-loop {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

section.widget h2 {
  border-bottom: 1px solid;
}

/*--リスト表示--------------------------------------------*/
.postlist {
  margin-bottom: 0;
  font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
  /* -- 1920 1.6rem 375 1.4rem -- */
}

.postlist li {
  border: none;
  margin: 0 auto;
  font-size: inherit;
}

.postlist li + li {
  margin-top: min(calc(16px + (1vw - 19.2px) * 0.3883), 16px);
  /* -- 1920 16px 375 10px -- */
}

.postlist .post_text {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #F5F5F5;
  width: 100%;
  margin: 0 auto;
  padding: 16px 18px;
}

.postlist .ttls,
.postlist .date {
  display: block;
  padding: 0 10px;
  margin-bottom: 0;
  font-size: inherit;
}

.postlist .ttls {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.postlist .ttls a:hover {
  text-decoration: underline;
}

.postlist .time {
  display: block;
  white-space: nowrap;
  margin: 0 20px 0 0;
  font-size: inherit;
}

@media print, screen and (max-width: 640px) {
  .postlist .post_text {
    flex-wrap: wrap;
  }
  .postlist .ttls {
    width: 100%;
    margin-top: 10px;
  }
  .postlist .ttls,
.postlist .date {
    padding: 0 5px;
  }
  .postlist .time {
    margin: 0 5px 0 0;
  }
}
/*--4ブロック--------------------------------------------*/
@media print, screen and (min-width: 800px) {
  .post4b li {
    width: 24%;
  }
  .post4b li:nth-child(4n+2):last-child {
    margin-right: 50.6666666667%;
  }
  .post4b li:nth-child(4n+3):last-child {
    margin-right: 25.3333333333%;
  }
  .post4b li:nth-child(4n+1):nth-last-child(-n+4),
.post4b li:nth-child(4n+1):nth-last-child(-n+4) ~ li {
    margin-bottom: 0;
  }
}
/*--2ブロック--------------------------------------------*/
@media print, screen and (min-width: 800px) {
  .post2b li {
    width: 48%;
  }
  .post2b li:nth-child(2n+1):nth-last-child(-n+2),
.post2b li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
    margin-bottom: 0;
  }
}
/*--1ブロック--------------------------------------------*/
ul.post > li {
  margin-bottom: 30px;
}

ul.post > li .post_text70 {
  position: relative;
  padding-bottom: 30px;
}

@media print, screen and (min-width: 800px) {
  .post .post_img,
.post_text70 {
    margin: 0;
  }
  .post .post_img {
    width: 30%;
  }
  .post_text70 {
    width: 65%;
  }
}
@media print, screen and (max-width: 799px) {
  .post .post_img {
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
  }
}
/*--トップ記事投稿（archive）--------------------------------------------*/
#front_top_content {
  padding: min(calc(155px + (1vw - 19.2px) * 7.4434), 155px) 0 min(calc(150px + (1vw - 19.2px) * 7.1197), 150px);
  /* -- 1920 155px 375 40px -- */
  /* -- 1920 150px 375 40px -- */
}

#front_bottom_content {
  padding: min(calc(100px + (1vw - 19.2px) * 1.9417), 100px) 0;
  /* 100-70px (1920-375) */
}

.front_post_list {
  width: 90%;
  max-width: 1120px;
  margin: auto;
}

/*--記事詳細（archive）--------------------------------------------*/
/*---記事詳細--------------------------------------------*/
.dateLabel {
  padding-top: 10px;
  margin-bottom: 30px;
  border-top: 1px solid #ccc;
}

.pagenav {
  margin: 70px 0 0;
}

.single-post h1.title {
  font-size: min(calc(2.5rem + (1vw - 19.2px) * 0.4531), 2.5rem);
  /* 2.5-1.8rem (1920-375) */
  font-style: normal;
  text-align: left;
  margin: 0 auto 20px;
}

/*--1ブロック--------------------------------------------*/
body.archive ul.post > li,
body.archive ul.post2b > li,
body.archive ul.post4b > li {
  margin-bottom: min(calc(30px + (1vw - 19.2px) * 0.6472), 30px);
  /* 30-20px (1920-375) */
}

body.archive li .post_contents {
  margin-top: 1rem;
}

body.archive .postlist li {
  margin-bottom: 0;
}

.dateLabel {
  padding-top: 10px;
  margin-bottom: 30px;
  border-top: 1px solid #ccc;
}

.pagenav {
  margin: 70px 0 0;
}

/*-----タイトル関連-----*/
.single-post h1.title {
  font-size: min(calc(2.5rem + (1vw - 19.2px) * 0.4531), 2.5rem);
  /* 2.5-1.8rem (1920-375) */
  font-style: normal;
  margin: 0 auto 20px;
}

/*------------------------------------------------------
下層ページ
------------------------------------------------------*/
/*-----表示関連-----*/
.post {
  margin: 0 auto;
  padding: 0;
}

#full-wrapper .post {
  margin: 0 auto;
}

#wrapper,
.inner {
  width: 100%;
  max-width: var(--content-max-width);
}

body:not(.home) #wrapper {
  width: 90%;
}

#content,
body:not(.home) #content.wide {
  padding: min(calc(100px + (1vw - 19.2px) * 3.8835), 100px) 0 min(calc(150px + (1vw - 19.2px) * 7.767), 150px);
  /* -- 1920 100px 375 40px -- */
  /* -- 1920 150px 375 30px -- */
  margin: 0 auto;
}

#content.wide {
  width: 100%;
}

body:not(.home) #content.wide {
  width: 100%;
}

@media print, screen and (max-width: 1023px) {
  #content,
#content.wide {
    width: 90%;
  }
}
/*--アイキャッチ--------------------------------------------*/
#thumbImg,
header#h1Header #thumb {
  position: relative;
  overflow: hidden;
  height: min(calc(300px + (1vw - 19.2px) * 7.767), 300px);
  /* -- 1920 300px 375 180px -- */
}

#thumbImg::before,
header#h1Header::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.75;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

#thumbImg img,
#h1Header #thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0 !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

/*--パンくずリスト--------------------------------------------*/
#breadcrumb {
  padding: 12px 5%;
}

#breadcrumb ul {
  width: 100%;
  max-width: var(--content-max-width);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0;
}

#breadcrumb ul li {
  float: none;
}

#breadcrumb ul li:first-child {
  margin-left: 0;
}

#breadcrumb ul li br,
#breadcrumb ul li b {
  display: none;
}

@media print, screen and (max-width: 640px) {
  #breadcrumb ul {
    max-width: 100%;
  }
}
/*--交互別背景色コンテンツ（横100%）--------------------------------------------*/
.page_contents_inner + .page_contents_inner {
  margin-top: min(calc(150px + (1vw - 19.2px) * 3.2362), 150px);
  /* 150-100px (1920-375) */
}

.fw_contents {
  margin-top: max(-100px + (1vw - 19.2px) * -3.2362, -100px);
  /* 100-50px (1920-375) */
  margin-bottom: max(-180px + (1vw - 19.2px) * -3.8835, -180px);
  /* 180-120px (1920-375) */
}

.fw_contents .page_contents_inner {
  margin-right: calc((100vw - 100%) / 2 * -1);
  margin-left: calc((100vw - 100%) / 2 * -1);
  padding: min(calc(120px + (1vw - 19.2px) * 2.589), 120px) calc((100vw - 100%) / 2) min(calc(150px + (1vw - 19.2px) * 3.2362), 150px);
  /* 120-80px、 150-100px (1920-375) */
  margin-top: 0;
}

.fw_contents .page_contents_inner:nth-child(even) {
  background: #fafafa;
}

/*--お問い合わせフォーム--------------------------------------------*/
.wpcf7-form {
  padding: 0;
}

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

.wpcf7-form .must,
.wpcf7-form .option {
  font-size: 75%;
}

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

/*------------------------------------------
各パーツ
--------------------------------------------*/
/*--テキスト--------------------------------------------*/
.post p {
  padding-bottom: 0;
}

.l_space p:not(:last-child) {
  margin-bottom: 1.4em;
}

.note,
.inlinenote {
  font-size: min(calc(1.2rem + (1vw - 19.2px) * 0.1294), 1.2rem);
  /* 1.2-1rem (1920-375) */
}

.note {
  display: block;
}

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

.primary {
  color: var(--color-primary);
}

.primary_shade {
  color: var(--color-primary-shade);
}

.primary_tint {
  color: var(--color-primary-tint);
}

.attention {
  color: var(--color-secondary);
}

.nowrap {
  display: inline-block;
}

.txt_l,
.post .txt_l {
  text-align: left;
}

.txt_r,
.post .txt_r {
  text-align: right;
}

.txt_c,
.post .txt_c {
  text-align: center;
}

/*--デフォルトリンクボタン--------------------------------------------*/
.linkBtn,
.post .linkBtn,
a.linkBtn {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 500px;
  color: #fff;
  line-height: 1.8;
  text-align: center;
  background: var(--color-primary);
  padding: 0.8em 1.2em;
  margin: 0 auto;
  border-radius: 5px;
  transition: all 0.3s;
}

.linkBtn a {
  color: #fff;
}

.linkBtn:hover,
.post .linkBtn:hover,
a.linkBtn:hover {
  color: #fff;
}

.linkBtn input[type=submit],
.post .linkBtn input[type=submit] {
  background: none;
  padding: inherit;
}

.linkBtn::after,
input.linkBtn::after,
.post .linkBtn::after,
a.linkBtn::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  margin-top: -3px;
}

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

.post .linkBtn input[type=submit] {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 1rem 0 0 0;
}

@media only screen and (max-width: 640px) {
  .linkBtn,
.post .linkBtn {
    display: block;
    text-align: center;
  }
}
/*--リスト--------------------------------------------*/
.post ul {
  margin: 0;
}

.post li {
    line-height: 1.65;
    margin-bottom: 0;
    border-bottom: 0;
}

.post ol,
.post ul.list_disc {
  margin: 0 0 0 1.2em;
}

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

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

.post li ol li.list_decimal {
  list-style: decimal;
  margin-left: 0;
}

.post ul.list_disc {
  list-style: disc;
}

.post ul.list_point > li,
.post ul.list_check > li,
.post ul.caution > li {
  position: relative;
  list-style: none;
  padding-left: 1.2em;
  margin-left: 0;
}

.post ul.list_point > li:before,
.post ul.list_check > li:before,
.post ul.caution > li:before {
  position: absolute;
  font-family: "FontAwesome";
  font-weight: 400;
  left: 0;
}

.post ul.list_point > li:before,
.post ul li.list_point:before {
  content: "\f087";
}

.post ul.list_check > li:before,
.post ul li.list-check:before {
  content: "\f00c";
}

.post ul.caution > li::before,
.post ul li.caution::before {
  content: "※";
}

.post .list_maru {
  margin: 0;
  padding: 0;
}

.post .list_maru li {
  position: relative;
  margin: 0;
  padding: 0 0 0 1.1em;
  font-family: var(--body-font-family-maru);
  font-weight: 700;
  font-size: min(calc(2rem + (1vw - 19.2px) * 0.2589), 2rem);
  /* -- 1920 2rem 375 1.6rem -- */
  line-height: 1.55;
}

.post .list_maru li + li {
  margin-top: 0.5em;
}

.post .list_maru li::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--color-primary);
}

.post .list_maru li .list_maru_txt {
  margin: 1em 0 2em;
  font-weight: 500;
  font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
  /* -- 1920 1.6rem 375 1.4rem -- */
  line-height: 1.65;
}

.post .list_maru li:last-child .list_maru_txt {
  margin-bottom: 0;
}

.post .list_link {
  font-family: var(--body-font-family-maru);
}

.post .list_link li a {
  display: inline-block;
  transition: color 0.2s;
}

.post .list_link li a::after {
  font-family: FontAwesome;
  content: "\f08e";
  font-weight: 400;
  margin-left: 0.4em;
  color: var(--color-primary);
}

.post .list_link li a:hover {
  color: var(--color-primary);
}

@media print, screen and (max-width: 768px) {
  .post .list_maru {
    margin: 0;
    padding: 0;
  }
  .post .list_maru li {
    position: relative;
    margin: 0;
    padding: 0 0 0 1.1em;
    font-family: var(--body-font-family-maru);
    font-weight: 700;
    font-size: min(calc(2rem + (1vw - 19.2px) * 0.2589), 2rem);
    /* -- 1920 2rem 375 1.6rem -- */
    line-height: 1.55;
  }
  .post .list_maru li + li {
    margin-top: 0.5em;
  }
  .post .list_maru li .list_maru_txt {
    margin: 0.75em 0 1.5em;
  }
  .post .list_maru li:last-child .list_maru_txt {
    margin-bottom: 0;
  }
}
/*--liststyle reset-----*/
.post li.list_none,
.post ol li.list_none,
.post ul li.list_none {
  list-style: none !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.post li.list_none:before,
.post ol li.list_none:before,
.post ul li.list_none:before {
  content: none !important;
}

/*--テーブル--------------------------------------------*/
.post table,
.post table th,
.post table td {
  border-width: 1px;
  border-color: var(--color-table-border);
}

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

.post table th,
.post table td {
  padding: min(calc(10px + (1vw - 19.2px) * 0.3236), 10px) min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);
  color: var(--color-font);
  font-weight: 500;
  line-height: 1.65;
}

.post table th {
  background-color: var(--color-secondary);
  width: 25%;
}

.post table td {
  background: none;
}

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

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

@media print, screen and (max-width: 1024px) {
  .table_scroll {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  .table_scroll table {
    table-layout: auto;
    width: 800px;
  }
  .post table.responsive th,
.post table.responsive td {
    text-align: left;
  }
}
/*--img--------------------------------------------*/
.post img {
  padding: 0;
  border: none;
  vertical-align: bottom;
}

.post img.aligncenter {
  margin: 0 auto;
}

.aspect_img {
  position: relative;
  overflow: hidden;
}

.aspect_img::before {
  content: "";
  display: block;
  padding-top: 66.7%;
}

.aspect_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*--gallery--------------------------------------------*/
.gallery {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
  margin: min(calc(50px + (1vw - 19.2px) * 1.2945), 50px) auto !important;
  /* 50-30px (1920-375) */
}

.gallery > br {
  display: none !important;
}

.gallery > *:last-child {
  display: block;
}

.gallery:first-child,
.gallery:nth-child(2) {
  margin-top: 0 !important;
}

.gallery:last-child {
  margin-bottom: 0 !important;
}

.gallery-item {
  float: none !important;
  line-height: 0;
  margin-top: 0 !important;
  margin-bottom: min(calc(20px + (1vw - 19.2px) * 0.7819), 20px);
  /* 20-8px (1920-375) */
  padding: 5px;
}

.gallery-icon {
  border: 1px solid #ddd;
}

.gallery-caption {
  font-size: min(calc(1.4rem + (1vw - 19.2px) * 0.1294), 1.4rem);
  /* 1.4-1.2rem (1920-375) */
  line-height: 1.6;
  text-align: center;
  margin: 0.5em auto !important;
  padding: 0 !important;
}

.gallery-columns-2 .gallery-item {
  width: 50% !important;
}

.gallery-columns-3 .gallery-item {
  width: 33.3333333333% !important;
}

.gallery-columns-4 .gallery-item {
  width: 25% !important;
}

.gallery-columns-5 .gallery-item {
  width: 20% !important;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666666667% !important;
}

.gallery-columns-1 .gallery-item img,
.gallery-columns-2 .gallery-item img,
.gallery-columns-3 .gallery-item img,
.gallery-columns-4 .gallery-item img,
.gallery-columns-5 .gallery-item img,
.gallery-columns-6 .gallery-item img {
  max-width: 95%;
}

@media print, screen and (min-width: 641px) {
  .gallery-columns-3 .gallery-item:nth-of-type(3n+2):last-of-type {
    margin-right: 33.3333333333% !important;
  }
  .gallery-columns-4 .gallery-item:nth-of-type(4n+2):last-of-type {
    margin-right: 50% !important;
  }
  .gallery-columns-4 .gallery-item:nth-of-type(4n+3):last-of-type {
    margin-right: 25% !important;
  }
  .gallery-columns-5 .gallery-item:nth-of-type(5n+2):last-of-type {
    margin-right: 60% !important;
  }
  .gallery-columns-5 .gallery-item:nth-of-type(5n+3):last-of-type {
    margin-right: 40% !important;
  }
  .gallery-columns-5 .gallery-item:nth-of-type(5n+4):last-of-type {
    margin-right: 20% !important;
  }
  .gallery-columns-6 .gallery-item:nth-of-type(6n+2):last-of-type {
    margin-right: 66.6666666667% !important;
  }
  .gallery-columns-6 .gallery-item:nth-of-type(6n+3):last-of-type {
    margin-right: 50% !important;
  }
  .gallery-columns-6 .gallery-item:nth-of-type(6n+4):last-of-type {
    margin-right: 33.3333333333% !important;
  }
  .gallery-columns-6 .gallery-item:nth-of-type(6n+5):last-of-type {
    margin-right: 16.6666666667% !important;
  }
}
@media print, screen and (max-width: 1023px) and (min-width: 641px) {
  .gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item {
    width: 33.3333333333% !important;
  }
  .gallery-columns-5 .gallery-item:nth-of-type(3n+2):last-of-type,
.gallery-columns-6 .gallery-item:nth-of-type(3n+2):last-of-type {
    margin-right: 33.3333333333% !important;
  }
}
@media print, screen and (max-width: 640px) {
  .gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item {
    width: 50% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item {
    margin-bottom: 10px;
  }
  .gallery-columns-1 .gallery-item img,
.gallery-columns-2 .gallery-item img,
.gallery-columns-3 .gallery-item img,
.gallery-columns-4 .gallery-item img,
.gallery-columns-5 .gallery-item img,
.gallery-columns-6 .gallery-item img {
    max-width: 97%;
  }
}
/*--Googleマップ--------------------------------------------*/
.googlemap {
  height: min(calc(500px + (1vw - 19.2px) * 16.8285), 500px);
  /* -- 1920 500px 375 240px -- */
  margin: min(calc(50px + (1vw - 19.2px) * 1.6181), 50px) auto;
  /* 50-30px (1920-375) */
}

.googlemap iframe {
  width: 100%;
  height: 100%;
}

/* -- エディター用 -- */
#editor-style .googlemap span {
  width: 100%;
  height: 100%;
}

.googlemap:first-child {
  margin-top: 0;
}

.googlemap:last-child {
  margin-bottom: 0;
}

/*--YOUTUBE動画埋め込み------------------------------------------*/
.youtubeArea {
  position: relative;
  overflow: hidden;
  margin: min(calc(50px + (1vw - 19.2px) * 1.2945), 50px) auto;
  /* 50-30px (1920-375) */
}

.youtubeArea::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.youtubeArea > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.youtubeArea:first-child {
  margin-top: 0;
}

.youtubeArea:last-child {
  margin-bottom: 0;
}

/* -------------------------------------------- */
/* ----------------------
columnbox
---------------------- */
:root {
  --gap: 0px;
}

.post .columnbox,
.columnbox {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
  gap: 0 var(--gap);
}

.pcgap8 {
  --gap: 8%;
}

.pcgap6 {
  --gap: 6%;
}

.pcgap5 {
  --gap: 5%;
}

.pcgap4 {
  --gap: 4%;
}

.pcgap3 {
  --gap: 3%;
}

.pcgap2 {
  --gap: 2%;
}

.pcgap30px {
  --gap: 30px;
}

.pcgap20px {
  --gap: 20px;
}

.pcgap10px {
  --gap: 10px;
}

.pcvgap8 {
  --vgap: 8%;
}

.pcvgap6 {
  --vgap: 6%;
}

.pcvgap5 {
  --vgap: 5%;
}

.pcvgap4 {
  --vgap: 4%;
}

.pcvgap3 {
  --vgap: 3%;
}

.pcvgap2 {
  --vgap: 2%;
}

.pcvgap30px {
  --vgap: 30px;
}

.pcvgap20px {
  --vgap: 20px;
}

.pcvgap10px {
  --vgap: 10px;
}

.pcvgap0 {
  --vgap: 0px;
}

.post .columnbox .column_item,
.columnbox .column_item {
  display: block;
  margin: 0;
  padding: 0;
}

/* -- PC column -- */
.pc1 > .column_item {
  width: 100%;
}

.pc1 > .column_item:nth-child(n+2) {
  margin-top: var(--vgap, var(--gap));
}

.pc2 > .column_item {
  width: calc((100% - var(--gap)) / 2);
}

.pc2 > .column_item:nth-child(n+3) {
  margin-top: var(--vgap, var(--gap));
}

.pc2_1 > .column_item {
  width: calc((100% - var(--gap)) / 2);
}

.pc2_1 > .column_item:nth-child(3) {
  width: 100%;
}

.pc2_1 > .column_item:nth-child(n+3) {
  margin-top: var(--vgap, var(--gap));
}

.pc2_3 > .column_item {
  width: calc((100% - var(--gap)) / 2);
}

.pc2_3 > .column_item:nth-child(n+3) {
  width: calc((100% - 1px - var(--gap) * 2) / 3);
  margin-top: var(--vgap, var(--gap));
}

.pc3 > .column_item {
  width: calc((100% - 1px - var(--gap) * 2) / 3);
}

.pc3 > .column_item:nth-child(n+4) {
  margin-top: var(--vgap, var(--gap));
}

.pc4 > .column_item {
  width: calc((100% - var(--gap) * 3) / 4);
}

.pc4 > .column_item:nth-child(n+5) {
  margin-top: var(--vgap, var(--gap));
}

.pc5 > .column_item {
  width: calc((100% - 1px - var(--gap) * 4) / 5);
}

.pc5 > .column_item:nth-child(n+6) {
  margin-top: var(--vgap, var(--gap));
}

.pc6 > .column_item {
  width: calc((100% - var(--gap) * 5) / 6);
}

.pc6 > .column_item:nth-child(n+7) {
  margin-top: var(--vgap, var(--gap));
}

.pc7 > .column_item {
  width: calc((100% - 1px - var(--gap) * 6) / 7);
}

.pc7 > .column_item:nth-child(n+8) {
  margin-top: var(--vgap, var(--gap));
}

.pc8 > .column_item {
  width: calc((100% - var(--gap) * 7) / 8);
}

.pc8 > .column_item:nth-child(n+9) {
  margin-top: var(--vgap, var(--gap));
}

@media print, screen and (max-width: 1023px) {
  .tabgap8 {
    --gap: 8%;
  }
  .tabgap6 {
    --gap: 6%;
  }
  .tabgap5 {
    --gap: 5%;
  }
  .tabgap4 {
    --gap: 4%;
  }
  .tabgap3 {
    --gap: 3%;
  }
  .tabgap2 {
    --gap: 2%;
  }
  .tabgap30px {
    --gap: 30px;
  }
  .tabgap20px {
    --gap: 20px;
  }
  .tabgap10px {
    --gap: 10px;
  }
  .tabgap0 {
    --gap: 0px;
  }
  .tabvgap8 {
    --vgap: 8%;
  }
  .tabvgap6 {
    --vgap: 6%;
  }
  .tabvgap5 {
    --vgap: 5%;
  }
  .tabvgap4 {
    --vgap: 4%;
  }
  .tabvgap3 {
    --vgap: 3%;
  }
  .tabvgap2 {
    --vgap: 2%;
  }
  .tabvgap30px {
    --vgap: 30px;
  }
  .tabvgap20px {
    --vgap: 20px;
  }
  .tabvgap10px {
    --vgap: 10px;
  }
  .tabvgap0 {
    --vgap: 0px;
  }
  /* -- Tablet column -- */
  .tab1 > .column_item:nth-child(n),
.tab2 > .column_item:nth-child(n),
.tab3 > .column_item:nth-child(n),
.tab4 > .column_item:nth-child(n),
.tab5 > .column_item:nth-child(n),
.tab6 > .column_item:nth-child(n),
.tab7 > .column_item:nth-child(n),
.tab8 > .column_item:nth-child(n) {
    margin-top: 0;
  }
  .tab1 > .column_item {
    width: 100%;
  }
  .tab1 > .column_item:nth-child(n+2) {
    margin-top: var(--vgap, var(--gap));
  }
  .tab2 > .column_item {
    width: calc((100% - var(--gap)) / 2);
  }
  .tab2 > .column_item:nth-child(n+3) {
    margin-top: var(--vgap, var(--gap));
  }
  .tab3 > .column_item {
    width: calc((100% - 1px - var(--gap) * 2) / 3);
  }
  .tab3 > .column_item:nth-child(n+4) {
    margin-top: var(--vgap, var(--gap));
  }
  .tab4 > .column_item {
    width: calc((100% - var(--gap) * 3) / 4);
  }
  .tab4 > .column_item:nth-child(n+5) {
    margin-top: var(--vgap, var(--gap));
  }
  .tab5 > .column_item {
    width: calc((100% - 1px - var(--gap) * 4) / 5);
  }
  .tab5 > .column_item:nth-child(n+6) {
    margin-top: var(--vgap, var(--gap));
  }
  .tab6 > .column_item {
    width: calc((100% - var(--gap) * 5) / 6);
  }
  .tab6 > .column_item:nth-child(n+7) {
    margin-top: var(--vgap, var(--gap));
  }
  .tab7 > .column_item {
    width: calc((100% - 1px - var(--gap) * 6) / 7);
  }
  .tab7 > .column_item:nth-child(n+8) {
    margin-top: var(--vgap, var(--gap));
  }
  .tab8 > .column_item {
    width: calc((100% - var(--gap) * 7) / 8);
  }
  .tab8 > .column_item:nth-child(n+9) {
    margin-top: var(--vgap, var(--gap));
  }
}
@media print, screen and (max-width: 768px) {
  .spgap8 {
    --gap: 8%;
  }
  .spgap6 {
    --gap: 6%;
  }
  .spgap5 {
    --gap: 5%;
  }
  .spgap4 {
    --gap: 4%;
  }
  .spgap3 {
    --gap: 3%;
  }
  .spgap2 {
    --gap: 2%;
  }
  .spgap30px {
    --gap: 30px;
  }
  .spgap20px {
    --gap: 20px;
  }
  .spgap10px {
    --gap: 10px;
  }
  .spgap0 {
    --gap: 0px;
  }
  .spvgap8 {
    --vgap: 8%;
  }
  .spvgap6 {
    --vgap: 6%;
  }
  .spvgap5 {
    --vgap: 5%;
  }
  .spvgap4 {
    --vgap: 4%;
  }
  .spvgap3 {
    --vgap: 3%;
  }
  .spvgap2 {
    --vgap: 2%;
  }
  .spvgap30px {
    --vgap: 30px;
  }
  .spvgap20px {
    --vgap: 20px;
  }
  .spvgap10px {
    --vgap: 10px;
  }
  .spvgap0 {
    --vgap: 0px;
  }
  /* -- SP column -- */
  .sp1 > .column_item:nth-child(n),
.sp2 > .column_item:nth-child(n),
.sp3 > .column_item:nth-child(n),
.sp4 > .column_item:nth-child(n),
.sp5 > .column_item:nth-child(n),
.sp6 > .column_item:nth-child(n),
.sp7 > .column_item:nth-child(n),
.sp8 > .column_item:nth-child(n) {
    margin-top: 0;
  }
  .sp1 > .column_item {
    width: 100% !important;
  }
  .sp1 > .column_item:nth-child(n+2) {
    margin-top: var(--vgap, var(--gap));
  }
  .sp2 > .column_item {
    width: calc((100% - var(--gap)) / 2);
  }
  .sp2 > .column_item:nth-child(n+3) {
    margin-top: var(--vgap, var(--gap));
  }
  .sp3 > .column_item {
    width: calc((100% - 1px - var(--gap) * 2) / 3);
  }
  .sp3 > .column_item:nth-child(n+4) {
    margin-top: var(--vgap, var(--gap));
  }
  .sp4 > .column_item {
    width: calc((100% - var(--gap) * 3) / 4);
  }
  .sp4 > .column_item:nth-child(n+5) {
    margin-top: var(--vgap, var(--gap));
  }
  .sp5 > .column_item {
    width: calc((100% - 1px - var(--gap) * 4) / 5);
  }
  .sp5 > .column_item:nth-child(n+6) {
    margin-top: var(--vgap, var(--gap));
  }
  .sp6 > .column_item {
    width: calc((100% - var(--gap) * 5) / 6);
  }
  .sp6 > .column_item:nth-child(n+7) {
    margin-top: var(--vgap, var(--gap));
  }
  .sp7 > .column_item {
    width: calc((100% - 1px - var(--gap) * 6) / 7);
  }
  .sp7 > .column_item:nth-child(n+8) {
    margin-top: var(--vgap, var(--gap));
  }
  .sp8 > .column_item {
    width: calc((100% - var(--gap) * 7) / 8);
  }
  .sp8 > .column_item:nth-child(n+9) {
    margin-top: var(--vgap, var(--gap));
  }
}
/* ----------------------
base
---------------------- */
em {
  /* color: #fc42a8; */
  font-style: normal;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=url],
input[type=number] {
  -webkit-appearance: none;
  border-radius: 0;
  margin-bottom: 0;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=date],
input[type=url],
input[type=number],
select {
  min-height: 34px;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=date],
input[type=url],
input[type=number],
select,
textarea {
  padding: 2px 5px;
}

textarea {
  -webkit-appearance: none;
}

input,
textarea,
select {
  border-radius: 0;
  font-family: var(--font-family);
  font-size: 1.6rem;
  letter-spacing: normal;
}

div.post {
  margin: 0;
  padding: 0;
  line-height: 1.9444;
  /* 〇テキスト行間 */
}

/* ----------------------
汎用
---------------------- */
.mb_l {
  margin-bottom: min(calc(120px + (1vw - 19.2px) * 5.178), 120px) !important;
  /* -- 1920 120px 375 40px -- */
}

.mb_ml {
  margin-bottom: min(calc(100px + (1vw - 19.2px) * 4.2071), 100px) !important;
  /* -- 1920 100px 375 35px -- */
}

.mb_m {
  margin-bottom: min(calc(90px + (1vw - 19.2px) * 3.8835), 90px) !important;
  /* -- 1920 90px 375 30px -- */
}

.mb_ms {
  margin-bottom: min(calc(60px + (1vw - 19.2px) * 2.2654), 60px) !important;
  /* -- 1920 60px 375 25px -- */
}

.mb_s {
  margin-bottom: min(calc(40px + (1vw - 19.2px) * 1.2945), 40px) !important;
  /* -- 1920 40px 375 20px -- */
}

.fz_18 {
  font-size: min(calc(1.8rem + (1vw - 19.2px) * 0.1942), 1.8rem) !important;
  /* -- 1920 1.8rem 375 1.5rem -- */
}

.fw_500 {
  font-weight: 500;
}

.text_center {
  text-align: center !important;
}

.text_center_nsp {
  text-align: center !important;
}

.post .marker {
  background: linear-gradient(transparent 10%, #ff6 10%);
}

@media print, screen and (max-width: 768px) {
  .text_center_nsp {
    text-align: left !important;
  }
}
/* ----------------------
テーブル
---------------------- */
.post table {
  margin-bottom: 0;
  font-size: 100%;
  border: none;
  font-weight: 500;
  font-size: inherit;
  word-break: break-all;
}

.post table th,
.post table td {
  background-color: transparent;
  border: none;
  padding: 25px 20px;
  line-height: 1.65;
}

.post table th {
  color: var(--color-primary-shade);
  font-weight: 700;
  font-size: min(calc(1.8rem + (1vw - 19.2px) * 0.1942), 1.8rem);
  /* -- 1920 1.8rem 375 1.5rem -- */
}

.post table tr {
  border-top: 1px solid var(--color-table-border);
  border-bottom: 1px solid var(--color-table-border);
}

.post .border_table {
  margin-bottom: 0;
  font-size: 100%;
  border: none;
  font-weight: 500;
  font-size: inherit;
  word-break: break-all;
  table-layout: fixed;
}

.post .border_table th,
.post .border_table td {
  background-color: transparent;
  border: 1px solid var(--color-table-border);
  padding: 22px 25px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.65;
}

.post .border_table thead th {
  background-color: var(--color-secondary-tint);
}

.post .bg_table th {
  background-color: transparent;
}

.post .bg_table th b {
  color: var(--color-primary-shade);
  font-weight: 700;
  font-size: 1.1em;
}

.post .bg_table,
.post .bg_table th,
.post .bg_table td {
  border: none;
}

.post .bg_table tr:first-child {
  border-top: 1px solid var(--color-table-border);
}

.post .bg_table tr:last-child {
  border-bottom: 1px solid var(--color-table-border);
}

.post .bg_table tr {
  border-top: 1px dashed var(--color-table-border);
  border-bottom: none;
  letter-spacing: 1px;
}

.post .bg_table th,
.post .bg_table td {
  background: none;
  border: none;
  padding: 35px 40px;
  vertical-align: middle;
}

.post .bg_table th {
  position: relative;
  z-index: 0;
}

.post .bg_table th:nth-child(2) {
  min-width: 130px;
  text-align: right;
}

.post .bg_table th:before {
  position: absolute;
  content: "";
  background: var(--color-primary-tint);
  top: 7px;
  left: 0;
  bottom: 7px;
  width: 100%;
  height: auto;
  z-index: -1;
}

.post .bg_table td,
.post .bg_table.responsive td {
  min-width: 230px;
  text-align: right;
}

.post .bg_table td ul li {
  padding-left: 1em;
  position: relative;
  line-height: 2;
}

.post .bg_table td ul li:before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}

.post table.responsive {
  max-width: none;
}

.post table.responsive th,
.post table.responsive td {
  text-align: left;
}

@media print, screen and (max-width: 768px) {
  .post table th,
.post table td {
    border: none;
    padding: 12px 15px;
  }
  .post .border_table th,
.post .border_table td {
    padding: 12px 15px;
  }
  .post .bg_table th,
.post .bg_table td {
    padding: 20px 15px;
  }
  .post .bg_table th:nth-child(2) {
    min-width: 100px;
  }
  .post .bg_table td {
    min-width: 200px;
  }
  .post .bg_table td,
.post .bg_table.responsive td {
    text-align: right;
  }
}
@media print, screen and (max-width: 640px) {
  .post table.responsive th {
    padding: 8px 5px 4px;
  }
  .post table.responsive td {
    padding: 4px 5px 8px;
  }
  .post .bg_table tr:first-child {
    border-top: 1px solid var(--color-table-border);
  }
  .post .bg_table tr:last-child {
    border-bottom: 1px solid var(--color-table-border);
  }
  .post .bg_table tr {
    border-top: 1px dashed var(--color-table-border);
    border-bottom: none;
    letter-spacing: 1px;
  }
  .post .bg_table.responsive th,
.post .bg_table.responsive td {
    padding: 15px 10px;
  }
  .post .bg_table.responsive th {
    position: relative;
    z-index: 0;
  }
  .post .bg_table.responsive th:nth-child(2) {
    margin-top: -8px;
    text-align: left;
  }
  .post .bg_table th:before {
    top: 5px;
    bottom: 5px;
  }
  .post .bg_table.responsive td {
    margin-top: -3px;
    padding: 12px 10px;
    text-align: right;
  }
  .post .bg_table td ul li {
    padding-left: 1em;
    position: relative;
    line-height: 2;
  }
  .post .bg_table td ul li:before {
    position: absolute;
    content: "・";
    top: 0;
    left: 0;
  }
}
/* ----------------------
ボタン
---------------------- */
/* -- linkBtn -- */
.linkBtn,
.post .linkBtn {
  display: block;
  position: static;
  background: none;
  border-radius: 0;
  max-width: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: min(240px, 100%);
  margin: 0;
  padding: 0;
  line-height: 1.65;
  transition: none;
}

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

.linkBtn:hover,
.post .linkBtn:hover {
  background: none;
}

.linkBtn_center,
.post .linkBtn_center {
  margin-left: auto;
  margin-right: auto;
}

* + .linkBtn,
.post * + .linkBtn {
  margin-top: min(calc(40px + (1vw - 19.2px) * 0.9709), 40px);
  /* -- 1920 40px 375 25px -- */
}

.linkBtn a,
.post .linkBtn a {
  display: flex;
  align-items: center;
  position: relative;
  background-color: var(--color-primary);
  background-image: url(/wp-content/uploads/btn_bg.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left top;
  border-radius: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: min(240px, 100%);
  min-height: 60px;
  margin: 0 auto;
  padding: 0.8em 80px 0.8em 44px;
  color: #fff;
  font-family: inherit;
  font-weight: 500;
  font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
  /* -- 1920 1.6rem 375 1.4rem -- */
  text-align: left;
  line-height: 1.6;
  text-decoration: none !important;
  transition: opacity 0.3s;
}

.linkBtn a:hover,
.post .linkBtn a:hover {
  opacity: 0.7;
}

.linkBtn a::after,
.post .linkBtn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 32px;
  background-color: #fff;
  width: 30px;
  height: 1px;
  pointer-events: none;
  transition: right 0.3s;
}

.linkBtn a:hover::after,
.post .linkBtn a:hover::after {
  right: 25px;
}

/* -- roundBtn -- */
.post .roundBtn {
  display: block;
  position: static;
  background: none;
  border-radius: 0;
  max-width: none;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  transition: none;
}

* + .roundBtn,
.post * + .roundBtn {
  margin-top: 25px;
  /* -- 1920 30px 375 25px -- */
}

.roundBtn a,
.post .roundBtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-secondary);
  border-radius: 500px;
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: min(300px, 100%);
  margin: 0 auto;
  padding: 1em 1.5em;
  color: #fff;
  font-family: inherit;
  font-weight: 500;
  font-size: min(calc(2.2rem + (1vw - 19.2px) * 0.3883), 2.2rem);
  /* -- 1920 2.2rem 375 1.6rem -- */
  text-align: center;
  line-height: 1.5;
  text-decoration: none !important;
  transition: opacity 0.3s;
}

.roundBtn a:hover,
.post .roundBtn a:hover {
  opacity: 0.7;
}

.post .roundBtn_bl a {
  background-color: var(--color-primary);
}

/* -- squareBtn -- */
.post .squareBtn {
  max-width: min(calc(298px + (1vw - 19.2px) * 5.0485), 298px);
  /* -- 1920 298px 375 220px -- */
  width: 100%;
}

.post .squareBtn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: min(calc(35px + (1vw - 19.2px) * 0.6472), 35px) 25px min(calc(25px + (1vw - 19.2px) * 0.6472), 25px);
  /* -- 1920 35px 375 25px -- */
  /* -- 1920 25px 375 15px -- */
  color: var(--color-primary);
  font-weight: 400;
  font-size: min(calc(2rem + (1vw - 19.2px) * 0.2589), 2rem);
  /* -- 1920 2rem 375 1.6rem -- */
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: background-color 0.3s;
}

.post .squareBtn a:hover {
  background-color: var(--color-secondary-tint);
}

.post .squareBtn .icon_tel::before {
  font-family: FontAwesome;
  content: "\f095";
  margin-bottom: 12px;
  font-weight: 700;
  font-size: min(calc(60px + (1vw - 19.2px) * 1.9417), 60px);
  /* -- 1920 60px 375 30px -- */
  line-height: 1;
}

.post .squareBtn .icon_mail::before {
  font-family: FontAwesome;
  content: "\f003";
  margin-bottom: 12px;
  font-weight: 700;
  font-size: min(calc(60px + (1vw - 19.2px) * 1.9417), 60px);
  /* -- 1920 60px 375 30px -- */
}

/* -- greenBtn -- */
.post .greenBtn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0;
}

.post .greenBtn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: none;
  background-color: var(--color-primary-tint);
  border: none;
  min-height: 80px;
  height: 100%;
  margin: 0;
  padding: 0.7em 1.5em;
  color: var(--color-primary);
  font-family: var(--body-font-family-maru);
  font-weight: 700;
  font-size: min(calc(2.2rem + (1vw - 19.2px) * 0.3883), 2.2rem);
  /* -- 1920 2.2rem 375 1.6rem -- */
  text-align: center;
  line-height: 1.5;
  letter-spacing: normal;
  transition: opacity 0.3s;
}

.post .greenBtn a:hover {
  opacity: 0.7;
}

.post .greenBtn_d {
  min-width: min(326px, 100%);
}

.post .greenBtn_d a {
  background-color: var(--color-primary);
  color: #fff;
}

.post .greenBtn .sub {
  display: block;
  font-weight: 500;
  font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.2589), 1.6rem);
  /* -- 1920 1.6rem 375 1.2rem -- */
  line-height: 1.5;
  text-align: center;
}

.post .greenBtn .icon_insta {
  flex-direction: row;
}

.post .greenBtn .icon_insta::before {
  font-family: FontAwesome;
  content: "\f16d";
  margin-right: min(calc(15px + (1vw - 19.2px) * 0.3236), 15px);
  /* -- 1920 15px 375 10px -- */
  font-weight: 400;
  font-size: min(calc(52px + (1vw - 19.2px) * 1.6828), 52px);
  /* -- 1920 52px 375 26px -- */
  line-height: 1;
}

.post .greenBtn .icon_tel {
  flex-direction: row;
  font-size: min(calc(2.7rem + (1vw - 19.2px) * 0.4531), 2.7rem);
  /* -- 1920 2.7rem 375 2rem -- */
}

.post .greenBtn .icon_tel::before {
  font-family: FontAwesome;
  content: "\f095";
  margin-right: 5px;
  font-weight: 700;
  font-size: 1.1em;
  line-height: 1;
  transform: translateY(0.1em);
}

.post .greenBtn .icon_mail {
  flex-direction: row;
  font-size: min(calc(1.7rem + (1vw - 19.2px) * 0.1294), 1.7rem);
  /* -- 1920 1.7rem 375 1.5rem -- */
}

.post .greenBtn .icon_mail::before {
  font-family: FontAwesome;
  content: "\f003";
  margin-right: min(calc(12px + (1vw - 19.2px) * 0.2589), 12px);
  /* -- 1920 12px 375 8px -- */
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1;
}

/* -- btn_box -- */
.btn_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.btn_box_s {
  gap: 10px 6px;
}

.btn_box > *,
.post .btn_box > * {
  margin: 0;
}

@media print, screen and (max-width: 768px) {
  /* -- greenBtn -- */
  .post .greenBtn a {
    min-height: 70px;
    padding: 0.5em 1.5em;
  }
  .post .greenBtn_d {
    min-width: min(310px, 100%);
  }
}
/* ----------------------
共通
---------------------- */
/* -- white_box_list -- */
.post .white_box_list {
  --gap: 32px;
}

.white_box {
  background-color: #fff;
  padding: 16px 16px 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.post .white_box_list .white_box {
  height: 100%;
}

.white_box_img {
  margin-bottom: 15px;
}

.white_box_img_l {
  margin-bottom: 25px;
}

.post .white_box_ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: none;
  border: none;
  min-height: 2.909em;
  margin: 0;
  padding: 0;
  color: var(--color-primary);
  font-weight: 500;
  font-size: min(calc(2.2rem + (1vw - 19.2px) * 0.3883), 2.2rem);
  /* -- 1920 2.2rem 375 1.6rem -- */
  text-align: center;
  line-height: 1.4545;
}

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

.white_box_txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 12px auto 0;
}

.white_box * + .linkBtn {
  margin-top: 15px;
}

@media print, screen and (max-width: 1023px) {
  .post .white_box_list {
    --gap: 24px;
  }
}
@media print, screen and (max-width: 768px) {
  .post .white_box_list {
    --gap: 8%;
  }
  .white_box {
    padding: 12px 12px 15px;
  }
  .white_box_img {
    margin-bottom: 15px;
  }
  .white_box_img_l {
    margin-bottom: 15px;
  }
}
/* -- img_box -- */
.over_img_box {
  margin: 0 calc(50% - 50vw);
  padding: 0 min(calc(53px + (1vw - 19.2px) * 2.7832), 53px);
  /* -- 1920 53px 375 10px -- */
}

.post .img_box {
  --gap: min(calc(20px + (1vw - 19.2px) * 0.6472), 20px);
}

.post .img_box_img figcaption {
  margin: 1em 0 1.75em;
  font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1942), 1.6rem);
  /* -- 1920 1.6rem 375 1.3rem -- */
  text-align: center;
  line-height: 1.5;
}

.post .img_box .column_item:nth-last-child(-n+3) figcaption {
  margin-bottom: 0;
}

@media print, screen and (max-width: 768px) {
  .over_img_box {
    margin: 0;
    padding: 0;
  }
  .post .img_box_img figcaption {
    margin: 0.5em 0;
  }
  .post .img_box .column_item:nth-last-child(-n+3) figcaption {
    margin: 0.5em 0;
  }
  .post .img_box .column_item:nth-last-child(-n+2) figcaption {
    margin-bottom: 0;
  }
}
/* ----------------------
トップページ
---------------------- */
/* -- mainImg -- */
#mainImg {
  margin: 0 0 min(calc(140px + (1vw - 19.2px) * 7.1197), 140px);
  /* -- 1920 140px 375 30px -- */
}

/* -- top_about -- */
.top_about {
  margin-bottom: min(calc(130px + (1vw - 19.2px) * 5.5016), 130px);
  /* -- 1920 130px 375 45px -- */
}

.top_about_layout {
  display: flex;
  flex-direction: row-reverse;
}

.top_about_img {
  position: relative;
  width: 46.875%;
}

.top_about_img::before {
  content: "";
  display: block;
  position: absolute;
  top: min(5.625vw, 108px);
  left: min(4.6875vw, 108px);
  background-image: url(/wp-content/uploads/bg_suisai.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: min(52.6041666667vw, 1010px);
  height: min(32.5vw, 624px);
  opacity: 0.25;
  z-index: -1;
}

.top_about_desc {
  width: 53.125%;
  padding: 3.6458% 8.8541% 0 5.052%;
}

.post .top_about_desc h1 {
  margin-bottom: min(calc(40px + (1vw - 19.2px) * 1.2945), 40px);
  /* -- 1920 40px 375 20px -- */
  padding: 0;
}

.top_about_desc .lead {
  margin-bottom: min(calc(40px + (1vw - 19.2px) * 0.9709), 40px);
  /* -- 1920 40px 375 25px -- */
}

@media print, screen and (max-width: 1023px) {
  .top_about_layout {
    flex-direction: column;
  }
  .top_about_img {
    width: 70%;
  }
  .top_about_img::before {
    top: 9.625vw;
    left: 10.9375%;
    width: 74vw;
    height: 44.625vw;
  }
  .top_about_desc {
    width: 100%;
    margin-bottom: min(calc(90px + (1vw - 19.2px) * 3.5599), 90px);
    /* -- 1920 90px 375 35px -- */
    padding: 0 8%;
  }
  .post .top_about_desc h1 {
    margin-bottom: min(calc(40px + (1vw - 19.2px) * 1.2945), 40px);
    /* -- 1920 40px 375 20px -- */
  }
}
@media print, screen and (max-width: 768px) {
  .top_about_img {
    width: 80%;
  }
  .top_about_img::before {
    top: 11vw;
    left: 12.5%;
    width: 80vw;
    height: 51vw;
  }
  .top_about_desc {
    padding: 0 5%;
  }
}
/* -- top_plofile -- */
.top_plofile {
  margin-bottom: min(calc(260px + (1vw - 19.2px) * 11.6505), 260px);
  /* -- 1920 260px 375 80px -- */
}

.top_plofile_layout {
  display: flex;
}

.top_plofile_desc {
  width: 51.9271%;
  padding: 2.0833% 3.3854% 0 9.375%;
}

.post .top_plofile_desc h1 {
  margin-bottom: min(calc(30px + (1vw - 19.2px) * 0.6472), 30px);
  /* -- 1920 30px 375 20px -- */
  padding: 0;
}

.top_plofile_img {
  position: relative;
  width: 48.0729%;
}

.top_plofile_img::before {
  content: "";
  display: block;
  position: absolute;
  top: min(7.03125vw, 108px);
  right: min(4.6875vw, 108px);
  background-image: url(/wp-content/uploads/bg_suisai.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: min(52.6041666667vw, 1010px);
  height: min(32.5vw, 624px);
  opacity: 0.25;
  z-index: -1;
}

@media print, screen and (max-width: 1023px) {
  .top_plofile_layout {
    flex-direction: column;
  }
  .top_plofile_desc {
    width: 100%;
    margin-bottom: min(calc(90px + (1vw - 19.2px) * 3.2362), 90px);
    /* -- 1920 90px 375 40px -- */
    padding: 0 8%;
  }
  .post .top_plofile_desc h1 {
    padding: 0;
  }
  .top_plofile_img {
    width: 65%;
    margin-left: auto;
  }
  .top_plofile_img::before {
    top: 10.12vw;
    right: 11.5vw;
    width: 65vw;
    height: 42.32vw;
  }
}
@media print, screen and (max-width: 768px) {
  .top_plofile_desc {
    padding: 0 5%;
  }
  .top_plofile_img {
    width: 70%;
  }
  .top_plofile_img::before {
    top: 11vw;
    right: 12.5vw;
    width: 70vw;
    height: 46vw;
  }
}
/* -- top_reason -- */
.top_reason {
  position: relative;
}

.top_reason::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(/wp-content/uploads/bg_wood.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: min(29.7916666667vw, 572px);
  z-index: -1;
}

.top_reason_inner {
  padding-bottom: min(calc(115px + (1vw - 19.2px) * 5.178), 115px);
  /* -- 1920 115px 375 35px -- */
}

.post .num_img_list {
  --gap: 20px;
  counter-reset: number 0;
}

.num_img_list_item {
  background-color: #fff;
  height: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.num_img_list_desc {
  position: relative;
  background-color: #fff;
  padding: min(calc(70px + (1vw - 19.2px) * 1.9417), 70px) min(calc(20px + (1vw - 19.2px) * 0.6472), 20px) min(calc(50px + (1vw - 19.2px) * 1.6181), 50px);
  /* -- 1920 70px 375 40px -- */
  /* -- 1920 20px 375 10px -- */
  /* -- 1920 50px 375 25px -- */
}

.num_img_list_desc::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: var(--color-secondary);
  border-radius: 100%;
  width: min(calc(84px + (1vw - 19.2px) * 2.2006), 84px);
  /* -- 1920 84px 375 50px -- */
  height: min(calc(84px + (1vw - 19.2px) * 2.2006), 84px);
  /* -- 1920 84px 375 50px -- */
  padding-top: 0.12em;
  padding-right: 0.09em;
  color: #fff;
  font-family: var(--body-font-family-en);
  font-weight: 400;
  font-size: min(calc(50px + (1vw - 19.2px) * 1.2945), 50px);
  /* -- 1920 50px 375 30px -- */
  line-height: 1;
  transform: translate(-50%, -50%);
}

.num_img_list_txt {
  font-weight: 500;
  font-size: min(calc(2.2rem + (1vw - 19.2px) * 0.4531), 2.2rem);
  /* -- 1920 2.2rem 375 1.5rem -- */
  text-align: center;
  line-height: 1.5909;
}

.post .top_reason .linkBtn {
  margin-top: min(calc(45px + (1vw - 19.2px) * 1.2945), 45px);
  /* -- 1920 45px 375 25px -- */
}

@media print, screen and (max-width: 1023px) {
  .top_reason::before {
    height: min(44.6875vw, 572px);
  }
}
@media print, screen and (max-width: 768px) {
  .top_reason::before {
    height: min(101.2916666667vw, 572px);
  }
  .post .num_img_list {
    --gap: 15px;
  }
}
/* -- top_feel -- */
.top_feel {
  position: relative;
}

.top_feel::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(/wp-content/uploads/bg_suisai.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  opacity: 0.25;
  z-index: -2;
}

.top_feel::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, white, rgba(255, 255, 255, 0));
  height: min(calc(420px + (1vw - 19.2px) * 15.534), 420px);
  /* -- 1920 420px 375 180px -- */
  z-index: -1;
}

.top_feel_inner {
  padding: min(calc(170px + (1vw - 19.2px) * 7.1197), 170px) 0 min(calc(70px + (1vw - 19.2px) * 2.2654), 70px);
  /* -- 1920 170px 375 60px -- */
  /* -- 1920 70px 375 35px -- */
}

.top_feel_box {
  background-color: #fff;
  padding: 1px 8% min(calc(170px + (1vw - 19.2px) * 9.0615), 170px);
  /* -- 1920 170px 375 30px -- */
}

.post .top_feel_box h1 {
  margin-top: -0.5em !important;
  padding: 0;
}

.post .top_feel_list {
  --gap: min(calc(40px + (1vw - 19.2px) * 1.6181), 40px);
  /* -- 1920 40px 375 15px -- */
  --vgap: min(calc(60px + (1vw - 19.2px) * 2.2654), 60px);
  /* -- 1920 60px 375 25px -- */
  max-width: 832px;
  margin: 0 auto;
  counter-reset: number2 0;
}

.top_feel_list_item {
  height: 100%;
}

.top_feel_list_img {
  position: relative;
  max-width: 250px;
  margin: 0 auto min(calc(20px + (1vw - 19.2px) * 0.3236), 20px);
  /* -- 1920 20px 375 15px -- */
}

.top_feel_list_img::before {
  counter-increment: number2 1;
  content: counter(number2, decimal-leading-zero);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-secondary);
  border-radius: 100%;
  width: min(calc(78px + (1vw - 19.2px) * 1.9417), 78px);
  height: min(calc(78px + (1vw - 19.2px) * 1.9417), 78px);
  /* -- 1920 78px 375 48px -- */
  padding-top: 0.12em;
  padding-right: 0.09em;
  color: #fff;
  font-family: var(--body-font-family-en);
  font-weight: 400;
  font-size: min(calc(47px + (1vw - 19.2px) * 0.9709), 47px);
  /* -- 1920 47px 375 32px -- */
  line-height: 1;
}

.top_feel_list_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(calc(2.6rem + (1vw - 19.2px) * 0.6472), 2.6rem);
  /* -- 1920 2.6rem 375 1.6rem -- */
}

.top_feel_list_txt::before {
  content: "";
  display: block;
  background-image: url(/wp-content/uploads/icon_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: min(calc(31px + (1vw - 19.2px) * 0.712), 31px);
  height: min(calc(31px + (1vw - 19.2px) * 0.712), 31px);
  /* -- 1920 31px 375 20px -- */
  margin-right: 7px;
  transform: translateY(5%);
}

@media print, screen and (max-width: 768px) {
  .top_feel_box {
    padding: 1px 4% min(calc(170px + (1vw - 19.2px) * 9.0615), 170px);
    /* -- 1920 170px 375 30px -- */
  }
  .post .top_feel_box h1 {
    margin-top: -0.65em !important;
  }
  .top_feel_list_img::before {
    width: min(calc(78px + (1vw - 19.2px) * 2.2654), 78px);
    height: min(calc(78px + (1vw - 19.2px) * 2.2654), 78px);
    /* -- 1920 78px 375 43px -- */
    font-size: min(calc(47px + (1vw - 19.2px) * 1.3592), 47px);
    /* -- 1920 47px 375 26px -- */
  }
}
/* -- top_menu -- */
.top_menu {
  margin: 0 0 min(calc(275px + (1vw - 19.2px) * 12.6214), 275px);
  /* -- 1920 275px 375 80px -- */
}

.top_menu_layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6%;
}

.top_menu_nav {
  position: relative;
  max-width: 1010px;
  width: 69.6873%;
  padding-right: 5.5%;
}

.top_menu_nav:before {
  content: "";
  display: block;
  position: absolute;
  top: min(7.1875vw, 138px);
  right: 0;
  background-image: url(/wp-content/uploads/bg_suisai.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: min(44.2708333333vw, 850px);
  height: min(31.5625vw, 606px);
  opacity: 0.4;
  z-index: -2;
}

.top_menu_nav:after {
  content: "";
  display: block;
  position: absolute;
  bottom: min(-7.5520833333vw, -145px);
  right: min(8.8541666667vw, 170px);
  background-image: url(/wp-content/uploads/top_menu_deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 226px;
  height: 182px;
  pointer-events: none;
  z-index: -1;
}

.post .top_menu_list {
  display: flex;
  align-items: flex-start;
  gap: min(calc(48px + (1vw - 19.2px) * 2.1359), 48px);
  /* -- 1920 48px 375 15px -- */
}

.post .top_menu_list li:first-child {
  margin-top: 5.3763%;
}

.top_menu_list_item {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  height: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.top_menu_list_img img {
  opacity: 1 !important;
}

.top_menu_list_txt {
  display: flex;
  align-items: center;
  padding: 0.85em;
  color: #555;
  font-weight: 500;
  font-size: min(calc(2.8rem + (1vw - 19.2px) * 0.7767), 2.8rem);
  /* -- 1920 2.8rem 375 1.6rem -- */
  line-height: 1.65;
}

.top_menu_list_txt::after {
  content: "\f054";
  font-family: FontAwesome;
  margin-left: 18px;
  color: var(--color-primary);
}

@media print, screen and (max-width: 1023px) {
  .top_menu_layout {
    flex-direction: column;
  }
  .top_menu_desc {
    width: 100%;
    margin-bottom: min(calc(80px + (1vw - 19.2px) * 3.2362), 80px);
    /* -- 1920 80px 375 30px -- */
    padding: 0 3%;
  }
  .top_menu_nav {
    width: 95%;
  }
  .top_menu_nav:before {
    top: 10vw;
    width: 72vw;
    height: 56vw;
  }
  .top_menu_nav:after {
    bottom: -120px;
    width: 158.2px;
    height: 127.4px;
  }
}
@media print, screen and (max-width: 768px) {
  .top_menu_desc {
    /* -- 1920 80px 375 30px -- */
    padding: 0;
  }
  .post .top_menu_desc h1 {
    align-items: center;
    text-align: center;
  }
  .top_menu_nav {
    width: 100%;
  }
  .top_menu_nav:before {
    top: 10vw;
    width: 72vw;
    height: 65vw;
  }
  .top_menu_nav:after {
    bottom: -50px;
    width: 101.7px;
    height: 81.9px;
  }
  .post .top_menu_list li:first-child {
    margin-top: 8%;
  }
  .top_menu_list_txt {
    flex-direction: column;
  }
  .top_menu_list_txt::after {
    margin: 8px 0 0;
    line-height: 1;
  }
}
/* -- top_reserve -- */
.top_reserve {
  position: relative;
  margin: 0 0 min(calc(165px + (1vw - 19.2px) * 7.767), 165px);
  /* -- 1920 165px 375 45px -- */
}

.top_reserve::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  right: 0;
  background-image: url(/wp-content/uploads/bg_wood.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: min(21.6145833333vw, 415px);
  font-size: min(calc(12rem + (1vw - 19.2px) * 5.178), 12rem);
  /* -- 1920 12rem 375 4rem -- */
  z-index: -1;
}

.post .top_reserve h1 {
  gap: 0;
}

.top_reserve_box_item {
  background-color: var(--color-primary-tint);
  height: 100%;
  padding: min(calc(75px + (1vw - 19.2px) * 2.589), 75px) 8% min(calc(50px + (1vw - 19.2px) * 1.2945), 50px);
  /* -- 1920 75px 375 35px -- */
  /* -- 1920 50px 375 30px -- */
  color: var(--color-primary);
  font-weight: 700;
  font-size: min(calc(2.2rem + (1vw - 19.2px) * 0.3883), 2.2rem);
  /* -- 1920 2.2rem 375 1.6rem -- */
  text-align: center;
  line-height: 1.5;
}

.top_reserve_box_item_tel {
  background-color: var(--color-primary);
  color: #fff;
}

.top_reserve_box_item_tel a {
  color: inherit;
}

.top_reserve_box_item_mail {
  background-color: #F5F5F5;
}

.top_reserve_box_txt {
  margin-bottom: 25px;
}

.post .tel_num {
  font-weight: 500;
  font-size: min(calc(5.2rem + (1vw - 19.2px) * 1.9417), 5.2rem);
  /* -- 1920 5.2rem 375 2.2rem -- */
  line-height: 1.25;
}

@media print, screen and (max-width: 1023px) {
  .top_reserve::before {
    height: min(32.421875vw, 415px);
  }
}
@media print, screen and (max-width: 768px) {
  .top_reserve::before {
    height: 30%;
  }
  .top_reserve_box {
    width: 94%;
    margin: 0 auto;
  }
}
/* -- top_access -- */
.top_access {
  position: relative;
  margin: 0 0 min(calc(135px + (1vw - 19.2px) * 6.1489), 135px);
  /* -- 1920 135px 375 40px -- */
}

.top_access::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: url(/wp-content/uploads/bg_suisai.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 79.8958%;
  opacity: 0.25;
  pointer-events: none;
}

.top_access_inner {
  padding: min(calc(130px + (1vw - 19.2px) * 6.4725), 130px) 0;
}

.top_access_layout {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 5%;
}

.top_access_map {
  width: 46.9791%;
  height: min(calc(684px + (1vw - 19.2px) * 31.3269), 684px);
  margin: 0;
  padding: 0;
}

.top_access_desc {
  width: 36.7708%;
}

.post .top_access_desc .img_ttl {
  max-width: 472px;
  margin-bottom: min(calc(45px + (1vw - 19.2px) * 1.6181), 45px);
  /* -- 1920 40px 375 20px -- */
}

@media print, screen and (max-width: 1023px) {
  .top_access_content {
    width: 84%;
  }
  .top_access_layout {
    flex-direction: column;
  }
  .top_access_map {
    width: 100%;
  }
  .top_access_desc {
    width: 100%;
    margin: 0 0 min(calc(80px + (1vw - 19.2px) * 2.9126), 80px);
    /* -- 1920 80px 375 35px -- */
  }
  .post .top_access_desc .img_ttl {
    max-width: 400px;
    width: 55%;
  }
}
@media print, screen and (max-width: 768px) {
  .top_access::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-image: url(/wp-content/uploads/bg_suisai.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 60%;
    opacity: 0.25;
  }
  .top_access_content {
    width: 90%;
  }
  .post .top_access_desc .img_ttl {
    width: 70%;
  }
}
/* -- トップ　投稿 -- */
#front_bottom_content {
  position: relative;
  padding: 0 0 min(calc(105px + (1vw - 19.2px) * 4.2071), 105px);
  /* -- 1920 105px 375 40px -- */
}

#front_bottom_content .front_post_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 84px;
}

#front_bottom_content h1 {
  margin: 0 0 25px;
  padding: 10px 0 0;
  font-weight: 500;
  font-size: min(calc(6.7rem + (1vw - 19.2px) * 2.2654), 6.7rem);
  /* -- 1920 6.7rem 375 3.2rem -- */
  text-align: left;
  line-height: 1.2;
  letter-spacing: normal;
}

#front_bottom_content h1 .en {
  display: block;
}

#front_bottom_content h1 .ja {
  display: block;
  color: #444;
  font-weight: 500;
  font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
  line-height: 1.5;
  letter-spacing: 0.1em;
}

#front_bottom_content .front_post_list ul {
  flex-grow: 1;
}

#front_bottom_content .linkBtn {
  width: 100%;
}

@media print, screen and (max-width: 768px) {
  #front_bottom_content .front_post_list {
    flex-direction: column;
  }
  #front_bottom_content h1 {
    padding: 0;
  }
}
/* ----------------------
下層　CTA
---------------------- */
.lower_reserve {
  position: relative;
  margin: min(calc(150px + (1vw - 19.2px) * 7.1197), 150px) calc(50% - 50vw) 0;
  /* -- 1920 150px 375 40px -- */
}

/* ----------------------
下層　選ばれる理由
---------------------- */
.reason_box_img {
  position: relative;
}

.reason_box_img::before {
  content: "";
  display: block;
  position: absolute;
  top: 10%;
  left: 8%;
  background-image: url(/wp-content/uploads/bg_suisai.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: -1;
}

.reason_box_img_r::before {
  left: auto;
  right: 8%;
}

.reason_box_wrap {
  counter-reset: number3 0;
}

.reason_box_img::after {
  counter-increment: number3 1;
  content: counter(number3, decimal-leading-zero);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-secondary);
  border-radius: 100%;
  width: min(calc(84px + (1vw - 19.2px) * 1.8123), 84px);
  /* -- 1920 84px 375 56px -- */
  height: min(calc(84px + (1vw - 19.2px) * 1.8123), 84px);
  /* -- 1920 84px 375 56px -- */
  padding-top: 0.12em;
  padding-right: 0.09em;
  color: #fff;
  font-family: var(--body-font-family-en);
  font-weight: 400;
  font-size: min(calc(50px + (1vw - 19.2px) * 1.0356), 50px);
  /* -- 1920 50px 375 34px -- */
  line-height: 1;
  transform: translate(-30%, -30%);
}

.reason_box_desc {
  padding: 5% 0 5% 8%;
}

.reason_box_desc_r {
  padding: 5% 8% 5% 0;
}

.post .reason_box_ttl {
  display: block;
  position: static;
  background: none;
  border: none;
  margin: 0 0 min(calc(45px + (1vw - 19.2px) * 1.6181), 45px);
  /* -- 1920 45px 375 20px -- */
  padding: 0;
  width: auto;
  height: auto;
  color: var(--color-primary);
  font-family: var(--body-font-family-en);
  font-weight: 400;
  font-size: min(calc(9rem + (1vw - 19.2px) * 3.1068), 9rem);
  /* -- 1920 9rem 375 4.2rem -- */
  text-align: left;
  line-height: 1.2;
  letter-spacing: normal;
  transform: none;
}

.post .reason_box_ttl .en {
  display: block;
}

.post .reason_box_ttl .ja {
  display: block;
  margin-top: 0.75em;
  color: #555;
  font-family: var(--body-font-family-serif);
  font-weight: 700;
  font-size: min(calc(3.2rem + (1vw - 19.2px) * 0.7767), 3.2rem);
  /* -- 1920 3.2rem 375 2rem -- */
  line-height: 1.5;
}

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

@media print, screen and (max-width: 768px) {
  .reason_box_img::before {
    top: 11%;
    left: 6%;
  }
  .reason_box_wrap {
    width: 94%;
    margin: 0 auto;
  }
  .reason_box_desc {
    padding: 7% 0 0;
  }
  .post .reason_box_ttl .ja {
    margin-top: 0.5em;
  }
}
/* ----------------------
下層　院長プロフィール
---------------------- */
.plofile_flex {
  gap: 10%;
}

.plofile_desc_logo {
  max-width: 472px;
  width: 70%;
}

.post .plofile_name {
  font-family: var(--body-font-family-serif);
  font-weight: 700;
  font-size: min(calc(1.8rem + (1vw - 19.2px) * 0.1294), 1.8rem);
  /* -- 1920 1.8rem 375 1.6rem -- */
  line-height: 1.65;
}

.post .plofile_name b {
  margin-right: 0.75em;
  font-size: min(calc(4rem + (1vw - 19.2px) * 1.165), 4rem);
  /* -- 1920 4rem 375 2.2rem -- */
  vertical-align: middle;
}

.bg_suisai {
  position: relative;
  padding: min(calc(100px + (1vw - 19.2px) * 3.8835), 100px) 0;
  /* -- 1920 100px 375 40px -- */
}

.bg_suisai::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(/wp-content/uploads/bg_suisai.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin: 0 calc(50% - 50vw);
  opacity: 0.3;
  z-index: -1;
}

.bg_suisai_content {
  background-color: #fff;
  padding: 8%;
}

.kumamoto_keizai_logo {
  max-width: 300px;
  width: 70%;
  margin: 0 auto;
}

.plofile_other_img {
  text-align: center;
}

.plofile_other_img figcaption {
  line-height: 1.6;
}

@media print, screen and (max-width: 768px) {
  .plofile_img {
    width: 75%;
    margin: 0 auto;
  }
  .bg_suisai_content {
    padding: 8% 5%;
  }
}
/* ----------------------
下層　お問い合わせ
---------------------- */
.thanks {
  max-width: 960px;
  margin: 0 auto;
}

#contact table {
  margin: 0 0 min(calc(3rem + (1vw - 19.2px) * 0.6472), 3rem);
  /* -- 1920 3rem 375 2rem -- */
}

.wpcf7-form {
  padding: 0;
}

.wpcf7-form .must {
  display: inline-block;
  padding: 0.45em 0.75em 0.55em;
  font-weight: 500;
  font-size: min(calc(1.4rem + (1vw - 19.2px) * 0.1294), 1.4rem);
  /* -- 1920 1.4rem 375 1.2rem -- */
  text-align: center;
  line-height: 1;
}

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

.vertical .wpcf7-list-item {
  display: block;
  line-height: 1.65;
}

.vertical .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 0.3em;
}

.vertical .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}

.vertical .wpcf7-list-item label input[type=checkbox] {
  transform: translateY(5px);
}

.wpcf7-not-valid-tip {
  margin-top: 5px;
}

#contact .form_privacy {
  margin-bottom: min(calc(3.5rem + (1vw - 19.2px) * 0.9709), 3.5rem);
  /* -- 1920 3.5rem 375 2rem -- */
  padding: 0;
  text-align: center;
}

#contact .form_privacy div {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-align: left;
}

#contact .form_privacy .wpcf7-list-item {
  display: inline-block !important;
}

#contact .form_privacy .cceptance-pp {
  flex-shrink: 0;
}

.wpcf7-form .must_fn {
  float: none;
}

#contact .sendBtn {
  text-align: center;
}

#contact .sendBtn input[type=submit] {
  display: block;
  background: var(--color-primary);
  border-radius: 0;
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  padding: 1.5em 1em;
  font-family: var(--body-font-family);
  font-weight: 700;
  font-size: min(calc(1.8rem + (1vw - 19.2px) * 0.1294), 1.8rem);
  /* -- 1920 1.8rem 375 1.6rem -- */
  letter-spacing: 0.2em;
  line-height: 1;
  transition: opacity 0.3s, background 0.3s;
}

#contact .sendBtn input[type=submit]:hover {
  opacity: 0.6;
}

#contact .sendBtn input[type=submit][disabled] {
  background: #bbb;
  opacity: 1 !important;
}

.wpcf7-spinner {
  display: block;
  margin: 8px auto 0;
}

#contact input[type=file] {
  max-width: 400px;
  width: 100%;
  margin: 10px 0;
}

@media print, screen and (max-width: 768px) {
  .vertical .wpcf7-list-item label input[type=checkbox] {
    transform: translateY(4px);
  }
  #contact .form_privacy {
    padding: 5px;
  }
  #contact .form_privacy .wpcf7-list-item {
    margin: 0 1.2em 0 0 !important;
  }
}
/* ----------------------
下層　サイトマップ
---------------------- */
.post ul#sitemap_list,
.post ul.sitemap_list {
  margin: 0 auto;
}

.post ul#sitemap_list li,
.post ul.sitemap_list li {
  position: relative;
  margin: 0 0 1em;
  padding: 0 0 0 1.2em;
  color: var(--color-primary);
  text-indent: -1.2em;
}

.post ul#sitemap_list li::before,
.post ul.sitemap_list li::before {
  content: "・ ";
  display: inline;
  background: none;
  width: auto;
  height: auto;
  color: var(--color-primary);
  font-weight: bold;
}

.post ul#sitemap_list li a,
.post ul.sitemap_list li a {
  color: var(--color-font);
  text-decoration: none !important;
  transition: color 0.2s;
}

.post ul#sitemap_list li a:hover,
.post ul.sitemap_list li a:hover {
  color: var(--color-primary);
}

.post ul#sitemap_list li b,
.post ul.sitemap_list li b {
  font-weight: 500;
}

.post ul#sitemap_list ul,
.post ul.sitemap_list ul {
  margin: 1em 0 0 1em;
}

/* ----------------------
下層　プライバシーポリシー
---------------------- */
#privacy h2 {
  display: block;
  background: none;
  border: none;
  min-height: 0;
  margin: min(calc(40px + (1vw - 19.2px) * 0.9709), 40px) 0 min(calc(20px + (1vw - 19.2px) * 0.6472), 20px);
  /* -- 1920 40px 375 25px -- */
  /* -- 1920 20px 375 10px -- */
  padding: 0;
  color: inherit;
  font-weight: 700;
  font-size: min(calc(2.4rem + (1vw - 19.2px) * 0.3883), 2.4rem);
  /* -- 1920 2.4rem 375 1.8rem -- */
  line-height: 1.65;
  text-align: left;
  letter-spacing: normal;
}

#privacy h2::before,
#privacy h2::after {
  content: none;
}

#privacy h3 {
  background: none;
  background-color: var(--color-primary-tint);
  border: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: min(calc(30px + (1vw - 19.2px) * 0.6472), 30px) 0 min(calc(20px + (1vw - 19.2px) * 0.6472), 20px);
  /* -- 1920 30px 375 20px -- */
  /* -- 1920 20px 375 10px -- */
  padding: 0.2em 0.5em;
  color: var(--color-primary);
  font-weight: 700;
  font-size: min(calc(2rem + (1vw - 19.2px) * 0.2589), 2rem);
  /* -- 1920 2rem 375 1.6rem -- */
  line-height: 1.5;
  letter-spacing: normal;
}

#privacy h3::before,
#privacy h3::after {
  content: none;
}


