@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=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora&display=swap");
/* --
font-family: 'Oswald', sans-serif;
600 500 700

font-family: 'Lora', serif;
400
 -- */
:root {
  /*------▼基本設定▼------*/
  --color-background: #FFF;
  --color-font: #333;
  --color-primary: #000B4C;
  --color-primary-shade: #00072f;
  --color-primary-tint: #00137e;
  --color-secondary: #E1894A;
  --color-secondary-tint: #f2b080;
  --color-table-border: #D8D5D5;
  --body-font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
  /* -- 1920 1.6rem 375 1.4rem -- */
  --body-font-family: "Noto Sans JP", sans-serif;
  --body-font-family-en: "Oswald", sans-serif;
  --content-max-width: 1100px;
  /*------▼ヘッダー設定▼------*/
  --header-background: #FFF;
  --header-color-font: #333;
  --header-color-primary: #000B4C;
  --header-color-primary-shade: #00072f;
  --header-color-primary-tint: #00137e;
  /*------▼フッター設定▼------*/
  --footer-background: #000B4C;
  --footer-color-font: #FFF;
  --footer-color-primary: #FFF;
}

/* ----------------------
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% - 1px - var(--gap)) / 2);
}

.pc2 > .column_item:nth-child(n+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% - 1px - 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% - 1px - 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% - 1px - var(--gap) * 7) / 8);
}

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

@media 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% - 1px - 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% - 1px - 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% - 1px - 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% - 1px - var(--gap) * 7) / 8);
  }
  .tab8 > .column_item:nth-child(n+9) {
    margin-top: var(--vgap, var(--gap));
  }
}
@media 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),
.sp1_2 > .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%;
  }
  .sp1 > .column_item:nth-child(n+2) {
    margin-top: var(--vgap, var(--gap));
  }
  .sp1_2 > .column_item {
    width: calc((100% - 1px - var(--gap)) / 2);
  }
  .sp1_2 > .column_item:nth-child(1) {
    width: 100%;
  }
  .sp1_2 > .column_item:nth-child(n+2) {
    margin-top: var(--vgap, var(--gap));
  }
  .sp2 > .column_item {
    width: calc((100% - 1px - 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% - 1px - 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% - 1px - 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% - 1px - var(--gap) * 7) / 8);
  }
  .sp8 > .column_item:nth-child(n+9) {
    margin-top: var(--vgap, var(--gap));
  }
}
/*------------------------------------------------------
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);
  line-height: 1.85;
  word-break: break-word;
}

*,
*::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 {
  line-height: inherit;
  overflow: visible !important;
}

@media screen and (max-width: 1023px) {
  body.mobile {
    margin-top: 60px;
  }
}
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 {
  background: #f2f2f2;
  border: none;
  padding: 2px 5px;
}

textarea {
  -webkit-appearance: none;
}

input,
textarea,
select {
  border-radius: 0;
  color: var(--font-color);
  font-family: var(--body-font-family);
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: normal;
}

div.post p + p,
#editor-style p + p {
  margin-top: 1em;
  /* 〇上余白 */
}

div.post a {
  font-weight: 700;
  text-decoration: underline;
}

div.post a:hover {
  text-decoration: none;
}

em {
  font-style: normal;
  font-weight: 700;
}

img {
  max-width: 100%;
  text-decoration: none !important;
  vertical-align: bottom;
}

figure {
  text-align: center;
}

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

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

/*--HEADER--------------------------------------------*/
/*------基礎
--------------------------------------------*/
.bg .inner {
  width: auto !important;
}

#header p {
  float: none;
  padding: 0;
}

#header .bg,
.bg {
  background: none;
  margin: 0 auto;
}

/*--▼▽▼▽▼▽▼▽▼▽--ヘッダーテンプレート＜start＞--▼▽▼▽▼▽▼▽▼▽--*/
/*------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) */
}

@media print, screen and (min-width: 1024px) {
  /*------ヘッダー上部
  --------------------------------------------*/
  #header-upper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #F2F2F2;
    height: 50px;
    padding: 5px min(calc(20px + (1vw - 19.2px) * 1.1161), 20px);
    /* 20-10px (1920-1024) */
  }
  .header__socialicon ul,
#header-upper .header__catchphrase,
#header-upper .bg,
#header-upper .bg .inner,
#header-upper h1,
#header-upper .description {
    height: 100%;
  }
  /*------ヘッダー上部__キャッチフレーズ
  --------------------------------------------*/
  #header-upper h1,
#header-upper .description {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  /*------ヘッダー上部__SNS
  --------------------------------------------*/
  #header-upper .fa-2x,
.fa-2x {
    font-size: inherit;
  }
  #header-upper .socialicon ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  #header-upper .socialicon ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  #header-upper .socialicon ul li:not(:last-child) {
    margin-right: 10px;
  }
  #header-upper .socialicon ul li::before {
    content: none;
  }
  #header-upper .socialicon ul li a {
    padding: 0;
    overflow: initial;
    line-height: 1;
  }
  #header-upper .socialicon .fa-facebook-square:before,
#header-upper .socialicon .fa-twitter-square:before,
#header-upper .socialicon .fa-youtube-square:before,
#header-upper .socialicon .fa-instagram:before {
    color: var(--header-color-primary);
    font-size: 2.5rem;
  }
  #header-upper .socialicon .SvgLine {
    fill: var(--header-color-primary);
    width: 21px;
    height: 21px;
  }
  /*------ヘッダー下部
  --------------------------------------------*/
  #header {
    overflow: visible;
    color: var(--header-color-font);
    background: var(--header-background);
    width: 100%;
    height: 100px;
    margin: auto;
    z-index: 9999;
  }
  #header .inner,
#header-layout,
#header .logo,
#header .sticky-logo,
#header .logo a,
#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 {
    height: 100%;
    float: none;
  }
  #header .inner {
    width: 100%;
    max-width: none;
  }
  #header-layout {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: none;
    padding: 0;
  }
  /*------ヘッダー下部__ロゴ
  --------------------------------------------*/
  #header .logo_wrap {
    display: flex;
    align-items: center;
  }
  #header .logo {
    display: block;
    line-height: 0;
    padding: 13px 0 3px 13px;
  }
  #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: 250px;
    max-height: min(calc(84px + (1vw - 19.2px) * 3.3482), 84px);
    /* -- 1920 84px 1024 54px -- */
  }
  .logo_name {
    margin-left: 0.5em;
    font-weight: 700;
    font-size: min(calc(25px + (1vw - 19.2px) * 1.2277), 25px);
    /* -- 1920 25px 1024 14px -- */
  }
  /*------ヘッダー下部__グローバルナビ
  --------------------------------------------*/
  #header .header__nav-contact {
    flex-shrink: 0;
  }
  nav#mainNav {
    background: none;
    height: auto;
    margin: 0;
  }
  nav#mainNav ul,
#header .header__nav-contact {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  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.3348), 1.7rem);
    /* -- 1920 1.7rem 1024 1.4rem -- */
    padding: min(calc(15px + (1vw - 19.2px) * 0.558), 15px) min(calc(30px + (1vw - 19.2px) * 2.2321), 30px);
    /* -- 1920 15px 1024 10px -- */
    /* -- 1920 30px 1024 10px -- */
    letter-spacing: normal;
    transition: all 0.3s;
  }
  nav#mainNav div.panel > ul > li > a:hover {
    opacity: 0.6;
  }
  nav#mainNav ul li a b {
    font-weight: inherit !important;
  }
  nav#mainNav ul li.nav_contact {
    margin-left: 8px;
  }
  nav#mainNav ul li.nav_contact a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background: var(--color-primary);
    width: min(calc(160px + (1vw - 19.2px) * 2.589), 160px);
    /* -- 1920 160px 375 120px -- */
    color: #fff !important;
    padding: 1em;
    transition: all 0.3s;
    z-index: 1;
  }
  nav#mainNav ul li.nav_contact a b,
nav#mainNav ul li.nav_contact a:hover b {
    color: #fff !important;
  }
  nav#mainNav ul li.nav_contact a span,
nav#mainNav ul li.nav_contact a:hover span {
    color: #fff !important;
  }
  nav#mainNav ul ul.sub-menu {
    width: 250px;
    height: auto;
  }
  nav#mainNav ul li:hover ul.sub-menu {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  nav#mainNav ul li a b,
nav#mainNav ul li a span {
    margin-top: 0;
  }
  nav#mainNav ul li a span {
    display: block;
    margin-top: 0.15em;
    font-size: min(calc(1.1rem + (1vw - 19.2px) * 0.1116), 1.1rem);
    /* -- 1920 1.1rem 1024 1rem -- */
    color: #1D298D !important;
    letter-spacing: normal;
  }
  nav#mainNav ul li.current-menu-item a b,
nav#mainNav ul li a:hover b,
nav#mainNav ul li a:active b,
nav#mainNav ul li.current-menu-parent a b {
    color: var(--header-color-primary);
  }
  nav#mainNav ul li li a {
    background: #edf5fe !important;
  }
  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: #222;
    background: #DFEDFA !important;
  }
  /*------ヘッダー下部__コンタクトボタン
  --------------------------------------------*/
  #header ul.header__contact {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: min(calc(10px + (1vw - 19.2px) * 0.558), 10px);
    /* 10-5px (1920-1024) */
  }
  #header a.head_btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--header-color-primary);
    color: #fff;
    font-size: calc(1.6rem + (1vw - 19.2px) * 0.2232);
    /* 1.6-1.4rem (1920-1024) */
    font-weight: 600;
    line-height: 1.4;
    padding: min(calc(10px + (1vw - 19.2px) * 0.2232), 10px) min(calc(20px + (1vw - 19.2px) * 0.558), 20px);
    /* 10-8px、20-15px (1920-1024) */
    transition: 0.3s;
  }
  #header a.head_btn.tel_btn {
    background: var(--header-color-primary-shade);
  }
  #header a.head_btn:hover {
    background: var(--header-color-primary-tint);
  }
  #header a.head_btn::before {
    display: block;
    font-family: "FontAwesome";
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0.1em;
  }
  #header a.head_btn.tel_btn::before {
    content: "\f095";
  }
  #header a.head_btn.mail_btn::before {
    content: "\f0e0";
  }
  /*------スティッキーヘッダー
  --------------------------------------------*/
  .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 nav#mainNav {
    background: none;
  }
}
/*------レスポンシブ
--------------------------------------------*/
@media print, screen and (max-width: 1240px) {
  #header a.headBtn span {
    display: none;
  }
  #header a.headBtn::before {
    margin-right: 0;
  }
  /*------ヘッダー下部__ロゴ
    --------------------------------------------*/
  .logo_name {
    display: none;
  }
}
@media print, screen and (max-width: 1023px) {
  #header-upper .header__socialicon,
#header .sticky-logo,
#header ul.header__contact {
    display: none;
  }
  #header h1,
#header .description,
#header-upper h1,
#header-upper .description {
    display: block;
    float: none;
    text-align: center;
    padding: 20px 0 10px;
  }
}
/*--▲△▲△▲△▲△▲△--ヘッダーテンプレート＜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%;
  white-space: nowrap;
}

.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 (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);
  }
  nav#mainNav ul li.current-menu-item a,
nav#mainNav ul li a:hover {
    color: var(--header-color-primary);
  }
}
/*--FOOTER--------------------------------------------*/
/*--▼▽▼▽▼▽▼▽▼▽--フッターーテンプレート＜start＞--▼▽▼▽▼▽▼▽▼▽--*/
/*------共通
--------------------------------------------*/
/* -- reset -- */
#footer {
  padding: 0;
}

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

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

#footer ul li::before {
  content: none;
}

#footer ul li:last-child::before {
  content: none;
}

/* -- reset終わり -- */
#footer {
  position: relative;
  background: #F3F3F3;
  overflow: hidden;
  z-index: 1;
}

#footer::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--color-primary);
  background-image: url(/wp-content/uploads/footer_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
  height: min(calc(490px + (1vw - 19.2px) * 12.2977), 490px);
  /* -- 1920 490px 375 300px -- */
  z-index: -1;
}

.footer_inner {
  max-width: 1920px;
  margin: 0 auto;
  padding: min(calc(8.5rem + (1vw - 19.2px) * 3.5599), 8.5rem) 0 0;
  /* -- 1920 8.5rem 375 3rem -- */
}

.footer_content {
  max-width: 1768px;
  width: 90%;
  margin-left: auto;
}

#footer .title_1 {
  margin-bottom: 1.2rem;
  color: #fff;
  font-size: min(calc(2.4rem + (1vw - 19.2px) * 0.5178), 2.4rem);
  /* -- 1920 2.4rem 375 1.6rem -- */
  text-align: left;
}

#footer .title_1 b {
  margin-bottom: 0.08em;
}

.footer_box {
  background-color: #fff;
  color: var(--color-font);
}

.footer_box_top {
  border-bottom: 1px solid #C2C2C2;
  padding: min(calc(10rem + (1vw - 19.2px) * 4.5307), 10rem) 7.9185% min(calc(8rem + (1vw - 19.2px) * 3.2362), 8rem);
  /* -- 1920 10rem 375 3rem -- */
  /* -- 1920 8rem 375 3rem -- */
}

.footer_box_bottom {
  padding: min(calc(6.7rem + (1vw - 19.2px) * 2.7184), 6.7rem) 7.9185% 1rem;
  /* -- 1920 6.7rem 375 2.5rem -- */
}

.footer_box_bottom_layout {
  display: flex;
  justify-content: space-between;
  gap: min(calc(3rem + (1vw - 19.2px) * 0.6472), 3rem) 6%;
  /* -- 1920 3rem 375 2rem -- */
}

#footer a {
  color: inherit;
}

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

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

#footer ul li::before {
  content: none;
}

#footer ul li a {
  padding: 0;
}

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

@media screen and (max-width: 768px) {
  .footer_content {
    width: 95%;
  }
  .footer_box_top {
    padding: min(calc(10rem + (1vw - 19.2px) * 4.5307), 10rem) 8% min(calc(8rem + (1vw - 19.2px) * 3.2362), 8rem);
    /* -- 1920 10rem 375 3rem -- */
    /* -- 1920 8rem 375 3rem -- */
  }
  .footer_box_bottom {
    padding: min(calc(6.7rem + (1vw - 19.2px) * 2.7184), 6.7rem) 8% 1rem;
    /* -- 1920 6.7rem 375 2.5rem -- */
  }
  .footer_box_bottom_layout {
    flex-direction: column;
  }
}
/*------フッターロゴ
--------------------------------------------*/
#footer .footer__logo:not(:last-child) {
  max-width: min(calc(193px + (1vw - 19.2px) * 3.4304), 193px);
  /* -- 1920 193px 375 140px -- */
  text-align: center;
}

@media screen and (max-width: 768px) {
  #footer .footer__logo:not(:last-child) {
    margin: 0 auto;
  }
}
/*------フッターナビ
--------------------------------------------*/
#footer .footnav {
  float: none;
}

#footer .footnav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0.75em;
  gap: 0.75em min(calc(80px + (1vw - 19.2px) * 4.2071), 80px);
  /* -- 1920 80px 375 15px -- */
}

#footer .footnav ul > li {
  position: static;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  font-size: min(calc(1.8rem + (1vw - 19.2px) * 0.2589), 1.8rem);
  /* -- 1920 1.8rem 375 1.4rem -- */
}

#footer .footnav ul > li::before,
#footer .footnav ul > li::after {
  content: none;
}

@media screen and (max-width: 768px) {
  #footer .footnav ul {
    margin-top: 0;
  }
}
/*------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 {
  background: none;
  border: none;
  margin: min(calc(5rem + (1vw - 19.2px) * 1.9417), 5rem) 0 0;
  /* -- 1920 5rem 375 2rem -- */
  padding: 0;
  color: inherit;
  font-weight: 500;
  font-size: min(calc(1.8rem + (1vw - 19.2px) * 0.3883), 1.8rem);
  /* -- 1920 1.8rem 375 1.2rem -- */
  text-align: center;
  line-height: 1.5;
  letter-spacing: normal;
}

/*--▲△▲△▲△▲△▲△--フッターテンプレート＜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(3.2rem + (1vw - 19.2px) * 0.5178), 3.2rem);
  /* 3.2-2.4rem (1920-375) */
  font-weight: 600;
  letter-spacing: 0.2rem;
  text-align: center;
  text-shadow: none;
  padding: 0;
  z-index: 20;
}

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

h1.title .sub_ttl,
.post h1 .sub_ttl {
  display: block;
  font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.2589), 1.6rem);
  /* 3.2-2.4rem (1920-375) */
}

header h1.title {
  margin: 0 0 min(calc(6rem + (1vw - 19.2px) * 1.9417), 6rem);
  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;
  letter-spacing: 0.1em;
}

header h1.title b {
  display: block;
  margin-bottom: 0.2em;
  font-family: var(--body-font-family-en);
  font-weight: 600;
  font-size: min(calc(6.4rem + (1vw - 19.2px) * 2.0712), 6.4rem);
  /* -- 1920 6.4rem 375 3.2rem -- */
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: normal;
}

#front_top_content h1,
.post h1,
.title_1 {
  display: block;
  position: relative;
  background: none;
  border: none;
  margin: 0 0 min(calc(5rem + (1vw - 19.2px) * 1.6181), 5rem);
  /* -- 1920 5rem 375 2.5rem -- */
  padding: 0 0 min(calc(33px + (1vw - 19.2px) * 0.9709), 33px) min(calc(80px + (1vw - 19.2px) * 2.589), 80px);
  /* -- 1920 80px 375 40px -- */
  font-family: inherit;
  font-weight: 500;
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

#front_top_content h1 b,
.post h1 b,
.title_1 b {
  display: block;
  margin-bottom: 0.2em;
  font-family: var(--body-font-family-en);
  font-weight: 600;
  font-size: min(calc(8rem + (1vw - 19.2px) * 2.9773), 8rem);
  /* -- 1920 8rem 375 3.4rem -- */
  text-align: inherit;
  line-height: 1.2;
  letter-spacing: normal;
}

#front_top_content h1::before,
.post h1::before,
.title_1::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(/wp-content/uploads/ttl_deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  width: min(calc(216px + (1vw - 19.2px) * 6.9903), 216px);
  height: min(calc(38px + (1vw - 19.2px) * 1.2298), 38px);
}

#front_top_content h1::after,
.post h1::after,
.title_1::after {
  content: none;
}

.post .title_1_nodeco {
  padding: 0;
}

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

.title_1_txt {
  padding-left: min(calc(80px + (1vw - 19.2px) * 2.589), 80px);
  /* -- 1920 80px 375 40px -- */
}

/*------h2タイトル
--------------------------------------------*/
.post h2 {
  display: block;
  background: none;
  border: none;
  margin: 0 0 min(calc(2.5rem + (1vw - 19.2px) * 0.3236), 2.5rem);
  padding: 0;
  font-family: inherit;
  font-weight: 500;
  font-size: min(calc(3.2rem + (1vw - 19.2px) * 0.6472), 3.2rem);
  /* -- 1920 3.2rem 375 2.2rem -- */
  text-align: left;
  line-height: 1.6;
  letter-spacing: normal;
}

.post h2 .sub_txt {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: min(calc(45px + (1vw - 19.2px) * 0.5825), 45px);
  /* -- 1920 45px 375 36px -- */
  color: var(--color-primary);
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: normal;
}

.post h2 .sub_txt:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  background-color: var(--color-primary-shade);
  width: min(calc(35px + (1vw - 19.2px) * 0.5825), 35px);
  /* -- 1920 35px 375 26px -- */
  height: 1px;
  transform: translateY(-50%);
}

.post h2 .sub_ttl {
  display: block;
  margin-top: -0.1em;
}

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

/*------h3タイトル
--------------------------------------------*/
.post h3 {
  font-size: min(calc(2.4rem + (1vw - 19.2px) * 0.4531), 2.4rem);
  /* 2.4-1.7rem (1920-375) */
  font-weight: 600;
  letter-spacing: 0.1rem;
  padding: 0 0.4em 0.4em;
  margin: min(calc(70px + (1vw - 19.2px) * 2.2654), 70px) auto min(calc(35px + (1vw - 19.2px) * 0.6472), 35px);
  /* 70-35px auto 35-25px (1920-375) */
  border-bottom: 2px solid var(--color-primary);
}

.post h3::before {
  content: none;
  position: relative;
  width: auto;
  height: auto;
  top: auto;
  left: auto;
}

/*------h4タイトル
--------------------------------------------*/
.post h4,
.post .title_4 {
  display: block;
  position: relative;
  background: none;
  border: none;
  margin: min(calc(4rem + (1vw - 19.2px) * 0.9709), 4rem) 0 min(calc(1.5rem + (1vw - 19.2px) * 0.1942), 1.5rem);
  /* -- 1920 4rem 375 2.5rem -- */
  /* -- 1920 1.5rem 375 1.2rem -- */
  padding: 0 0 0 1.2em;
  font-family: inherit;
  font-weight: 700;
  font-size: min(calc(2rem + (1vw - 19.2px) * 0.2589), 2rem);
  /* -- 1920 2rem 375 1.6rem -- */
  text-align: left;
  line-height: 1.75;
}

.post h4::before,
.post .title_4::before {
  content: "■";
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  background: none;
  border: none;
  width: auto;
  height: auto;
  transform: none;
}

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

/* -- center_ttl -- */
.post .center_ttl {
  display: block;
  background: none;
  border: none;
  margin: min(calc(6rem + (1vw - 19.2px) * 1.9417), 6rem) 0 min(calc(4rem + (1vw - 19.2px) * 1.2945), 4rem);
  /* -- 1920 6rem 375 3rem -- */
  /* -- 1920 4rem 375 2rem -- */
  padding: 0;
  font-family: inherit;
  font-weight: 700;
  font-size: min(calc(2.6rem + (1vw - 19.2px) * 0.3883), 2.6rem);
  /* -- 1920 2.6rem 375 2rem -- */
  text-align: center;
  line-height: 1.65;
  letter-spacing: normal;
}

/* -- bb_ttl -- */
.post .bb_ttl {
  background: none;
  border: none;
  margin: min(calc(6rem + (1vw - 19.2px) * 1.9417), 6rem) 0 min(calc(3rem + (1vw - 19.2px) * 0.6472), 3rem);
  /* -- 1920 6rem 375 3rem -- */
  /* -- 1920 3rem 375 2rem -- */
  padding: 0;
  font-family: inherit;
  font-weight: 500;
  font-size: min(calc(3.2rem + (1vw - 19.2px) * 0.6472), 3.2rem);
  /* -- 1920 3.2rem 375 2.2rem -- */
  text-align: left;
  line-height: 1.6;
  letter-spacing: normal;
}

.post .bb_ttl::after {
  content: "";
  display: block;
  position: static;
  background-color: var(--color-primary);
  border: none;
  width: min(calc(60px + (1vw - 19.2px) * 1.2945), 60px);
  /* -- 1920 60px 375 40px -- */
  height: 3px;
  margin: 0.35em 0 0;
  padding: 0;
  visibility: visible;
}

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

/*------------------------------------------
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_w1200 {
  max-width: 1200px;
}

.max_w1240 {
  max-width: 1240px;
}

.max_w1300 {
  max-width: 1300px;
}

.max_w1400 {
  max-width: 1400px;
}

.max_w1430 {
  max-width: 1430px;
}

.max_w1500 {
  max-width: 1500px;
}

.max_w1600 {
  max-width: 1600px;
}

.max_w1700 {
  max-width: 1700px;
}

.max_w1800 {
  max-width: 1800px;
}

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

.mb_l {
  margin-bottom: min(calc(10rem + (1vw - 19.2px) * 3.8835), 10rem) !important;
  /* -- 1920 10rem 375 4rem -- */
}

.mb_ml {
  margin-bottom: min(calc(8rem + (1vw - 19.2px) * 2.9126), 8rem) !important;
  /* -- 1920 8rem 375 3.5rem -- */
}

.mb_m {
  margin-bottom: min(calc(6rem + (1vw - 19.2px) * 1.9417), 6rem) !important;
  /* -- 1920 6rem 375 3rem -- */
}

.mb_ms {
  margin-bottom: min(calc(4rem + (1vw - 19.2px) * 1.2945), 4rem) !important;
  /* -- 1920 4rem 375 2rem -- */
}

.mb_s {
  margin-bottom: min(calc(3rem + (1vw - 19.2px) * 0.9709), 3rem) !important;
  /* -- 1920 3rem 375 1.5rem -- */
}

.mt_l {
  margin-top: min(calc(10rem + (1vw - 19.2px) * 3.8835), 10rem) !important;
  /* -- 1920 10rem 375 4rem -- */
}

.mt_ml {
  margin-top: min(calc(8rem + (1vw - 19.2px) * 2.9126), 8rem) !important;
  /* -- 1920 8rem 375 3.5rem -- */
}

.mt_m {
  margin-top: min(calc(6rem + (1vw - 19.2px) * 1.9417), 6rem) !important;
  /* -- 1920 6rem 375 3rem -- */
}

.mt_ms {
  margin-top: min(calc(4rem + (1vw - 19.2px) * 1.2945), 4rem) !important;
  /* -- 1920 4rem 375 2rem -- */
}

.mt_s {
  margin-top: min(calc(3rem + (1vw - 19.2px) * 0.9709), 3rem) !important;
  /* -- 1920 3rem 375 1.5rem -- */
}

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

@media 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: inherit;
  }
  .sp_none {
    display: none;
  }
}
@media 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 screen and (min-width: 769px) {
  .columns,
.flexbox {
    display: flex;
  }
}
@media 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;
  }
  .sp_no_pt {
    padding-top: 0 !important;
  }
}
/*--Anchor Point--------------------------------------------*/
@media print, screen and (min-width: 769px) {
  .a_point {
    margin-top: -130px;
    padding-top: 130px;
  }
}
@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;
}

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

.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: #FFF;
  font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.2589), 1.6rem);
  /* -- 1920 1.6rem 375 1.2rem -- */
  line-height: 1.2;
  background: var(--color-primary);
  padding: 5px 10px;
  border-radius: 0;
}

.post2b .time,
.post4b .time {
  background: #DFEDFA;
  padding: 0.8em 5px;
  color: var(--color-font);
  font-size: min(calc(1.2rem + (1vw - 19.2px) * 0.0647), 1.2rem);
  /* -- 1920 1.2rem 375 1.1rem -- */
}

.post4b .time a {
  color: inherit;
}

.post2b li .post2b_contents,
.post4b li .post4b_contents {
  margin-top: 1em;
  margin-bottom: 0;
  color: var(--color-font);
  font-size: min(calc(1.4rem + (1vw - 19.2px) * 0.1294), 1.4rem);
  /* -- 1920 1.4rem 375 1.2rem -- */
  line-height: 1.65;
}

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

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

.postlist li {
  border-bottom: 1px solid #C6C6C6;
  margin: 0 auto;
}

.postlist .post_text {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: min(calc(20px + (1vw - 19.2px) * 0.7767), 20px) min(calc(22px + (1vw - 19.2px) * 1.1003), 22px);
  /* -- 1920 20px 375 8px -- */
  /* -- 1920 22px 375 5px -- */
}

.postlist li:first-child .post_text {
  padding-top: 0;
}

.postlist .ttls,
.postlist .date {
  display: block;
  padding: 0;
  margin-bottom: 0;
  font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.2589), 1.6rem);
  /* -- 1920 1.6rem 375 1.2rem -- */
}

.postlist .ttls {
  padding-left: 1em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

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

.postlist .date {
  margin-right: 1em;
}

.postlist .time {
  display: block;
  white-space: nowrap;
  margin: 0 min(calc(25px + (1vw - 19.2px) * 0.9709), 25px) 0 0;
  /* -- 1920 25px 375 10px -- */
}

@media print, screen and (max-width: 640px) {
  .postlist .post_text {
    flex-wrap: wrap;
  }
  .postlist .ttls {
    width: 100%;
    margin-top: 10px;
    font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
    /* -- 1920 1.6rem 375 1.4rem -- */
  }
  .postlist .ttls,
.postlist .date {
    padding: 0;
  }
}
/*--4ブロック--------------------------------------------*/
@media print, screen and (min-width: 800px) {
  .post4b li {
    width: 22.4%;
  }
  .post4b li:nth-child(4n+2):last-child {
    margin-right: 54.9333333333%;
  }
  .post4b li:nth-child(4n+3):last-child {
    margin-right: 27.4666666667%;
  }
  .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,
#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: var(--content-max-width);
  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;
  margin: 0 auto 20px;
  text-align: left;
}

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

body.archive ul.post2b > li,
body.archive ul.post4b > li {
  border-bottom: 1px dashed var(--color-font) !important;
  margin-bottom: min(calc(90px + (1vw - 19.2px) * 4.5307), 90px);
  /* 90-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(12rem + (1vw - 19.2px) * 5.178), 12rem) 0;
  /* -- 1920 12rem 375 4rem -- */
  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 {
  position: relative;
  overflow: hidden;
  height: min(calc(300px + (1vw - 19.2px) * 11.0032), 300px);
  /* -- 1920 300px 375 130px -- */
}

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

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

#breadcrumb ul {
  width: 98%;
  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 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(calc(-100px + (1vw - 19.2px) * -3.2362), -100px);
  /* 100-50px (1920-375) */
  margin-bottom: max(calc(-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;
}

.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: block;
  background-color: #000;
  border-radius: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: min(240px, 100%);
  margin: 0 auto;
  padding: 1.25em min(calc(95px + (1vw - 19.2px) * 1.2298), 95px) 1.25em min(calc(38px + (1vw - 19.2px) * 0.5178), 38px);
  /* -- 1920 95px 375 76px -- */
  /* -- 1920 38px 375 30px -- */
  color: #fff;
  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;
  text-decoration: none !important;
  line-height: 1.65;
  transition: all 0.3s;
}

.post * + .linkBtn {
  margin-top: min(calc(5rem + (1vw - 19.2px) * 1.6181), 5rem);
  /* -- 1920 5rem 375 2.5rem -- */
}

.linkBtn a {
  color: #fff;
}

.linkBtn:hover,
.post .linkBtn:hover,
a.linkBtn:hover {
  color: #fff;
  background: var(--color-secondary);
}

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

.linkBtn::after,
input.linkBtn::after,
.post .linkBtn::after,
a.linkBtn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: min(calc(32px + (1vw - 19.2px) * 0.4531), 32px);
  /* -- 1920 32px 375 25px -- */
  background: none;
  background-color: var(--color-secondary);
  border: none;
  width: min(calc(42px + (1vw - 19.2px) * 0.5825), 42px);
  /* -- 1920 42px 375 33px -- */
  height: 1px;
  margin: 0;
  transform: none;
  transition: all 0.3s;
}

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

.squareBtn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--color-secondary);
  min-width: min(calc(490px + (1vw - 19.2px) * 13.5922), 100%);
  /* -- 1920 490px 375 260px -- */
  min-height: min(calc(118px + (1vw - 19.2px) * 2.4595), 118px);
  /* -- 1920 118px 375 80px -- */
  margin: 0;
  padding: 0.6em 1em 0.5em;
  color: #fff !important;
  font-family: inherit;
  font-weight: 500;
  font-size: min(calc(2.7rem + (1vw - 19.2px) * 0.5825), 2.7rem);
  /* -- 1920 2.7rem 375 1.8rem -- */
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.1em;
  transition: opacity 0.3s;
}

.squareBtn.ghost {
  background-color: transparent;
  border: 1px solid var(--color-secondary);
  color: var(--color-secondary) !important;
}

.squareBtn .txt {
  display: block;
}

.squareBtn .num {
  display: block;
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: min(calc(3.8rem + (1vw - 19.2px) * 1.0356), 3.8rem);
  /* -- 1920 3.8rem 375 2.2rem -- */
  letter-spacing: normal;
  line-height: 1.2;
}

.squareBtn .small {
  display: block;
  margin-top: 0.15em;
  font-size: min(calc(1.8rem + (1vw - 19.2px) * 0.3236), 1.8rem);
  /* -- 1920 1.8rem 375 1.3rem -- */
  letter-spacing: normal;
}

.squareBtn:hover {
  opacity: 0.6;
  transition: opacity 0.3s;
}

.btn_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: min(calc(3rem + (1vw - 19.2px) * 0.9709), 3rem) min(calc(60px + (1vw - 19.2px) * 2.589), 60px);
  /* -- 1920 3rem 375 1.5rem -- */
  /* -- 1920 60px 375 20px -- */
}

@media only screen and (max-width: 640px) {
  .linkBtn,
.post .linkBtn,
a.linkBtn {
    min-width: min(220px, 100%);
  }
}
/*--リスト--------------------------------------------*/
.post ul {
  margin: 0;
}

.post li {
  line-height: 2;
  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 ul.list_bg {
  margin: 0;
  padding: 0;
}

.post ul.list_bg li {
  background-color: #F6F4F4;
  margin: 0;
  padding: 0.35em 1em;
  text-align: center;
  line-height: 1.65;
}

.post ul.list_bg li + li {
  margin-top: min(calc(30px + (1vw - 19.2px) * 1.2945), 30px);
  /* -- 1920 30px 375 10px -- */
}

@media screen and (max-width: 768px) {
  .post ul.list_bg_last {
    margin-bottom: min(calc(30px + (1vw - 19.2px) * 1.2945), 30px);
    /* -- 1920 30px 375 10px -- */
  }
}
/*--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 {
  font-size: 100%;
}

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

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

.post table th,
.post table td {
  border: none;
  padding: min(calc(25px + (1vw - 19.2px) * 0.9709), 25px) 2em 5px 0;
  /* -- 1920 25px 375 10px -- */
  font-weight: 500;
}

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

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

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

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

.post .simple_table tr {
  border: none;
}

.post .simple_table th,
.post .simple_table td {
  border: none;
  padding: min(calc(6px + (1vw - 19.2px) * 0.1942), 6px);
  /* -- 1920 6px 375 3px -- */
}

@media 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;
  }
  .post table.responsive th {
    padding: 10px 10px 4px;
  }
  .post table.responsive td {
    padding: 4px 10px 10px;
  }
}
@media screen and (max-width: 640px) {
  .post table.responsive th,
.post table.responsive td {
    text-align: left;
  }
  .post table.responsive th {
    padding: 10px 10px 4px;
  }
  .post table.responsive td {
    padding: 4px 10px 10px;
  }
  .post .simple_table.responsive th {
    border: none;
    padding: 4px 5px 1px;
  }
  .post .simple_table.responsive td {
    border: none;
    padding: 1px 5px 4px;
  }
}
/*--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) */
}

.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(450px + (1vw - 19.2px) * 16.1812), 450px);
  /* -- 1920 450px 375 200px -- */
  margin: min(calc(50px + (1vw - 19.2px) * 1.6181), 50px) auto;
  /* 50-30px (1920-375) */
  padding: 0;
}

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

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

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

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

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

/* ----------------------
汎用
---------------------- */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.on-sp {
  display: none;
}

.on-tab {
  display: none;
}

.on-1400 {
  display: none;
}

.on-1600 {
  display: none;
}

.w_fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

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

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

.lh_w {
  line-height: 2.5;
}

.content_box + .content_box {
  margin-top: min(calc(10rem + (1vw - 19.2px) * 3.8835), 10rem);
  /* -- 1920 10rem 375 4rem -- */
}

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

.fz_20 {
  font-size: min(calc(2rem + (1vw - 19.2px) * 0.2589), 2rem) !important;
  /* -- 1920 2rem 375 1.6rem -- */
}

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

.fz_14 {
  font-size: min(calc(1.4rem + (1vw - 19.2px) * 0.0647), 1.4rem) !important;
  /* -- 1920 1.4rem 375 1.3rem -- */
}

.fw_700 {
  font-weight: 700;
}

.ind {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

@media print, screen and (max-width: 1600px) {
  .on-1600 {
    display: initial;
  }
  .off-1600 {
    display: none;
  }
}
@media print, screen and (max-width: 1400px) {
  .on-1400 {
    display: initial;
  }
  .off-1400 {
    display: none;
  }
}
@media print, screen and (max-width: 1023px) {
  .on-tab {
    display: block;
  }
  .off-tab {
    display: none;
  }
}
@media print, screen and (max-width: 768px) {
  .on-sp {
    display: block;
  }
  .off-sp {
    display: none;
  }
  .text_center_nsp {
    text-align: left !important;
  }
  .lh_w {
    line-height: 2.2;
  }
}
/* ----------------------
共通
---------------------- */
/* -- lead -- */
.lead {
  font-weight: 400;
  font-size: min(calc(3rem + (1vw - 19.2px) * 0.7767), 3rem);
  /* -- 1920 3rem 375 1.8rem -- */
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .lead {
    font-weight: 500;
    line-height: 1.75;
  }
}
/* -- gray_box -- */
.gray_box {
  background-color: #F6F4F4;
  padding: 1.6em 2em;
}

/* ----------------------
スライダー
---------------------- */
#mainImg {
  position: relative;
}

.slider_url {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  padding: 1em min(calc(50px + (1vw - 19.2px) * 1.6181), 50px) 1em min(calc(38px + (1vw - 19.2px) * 1.165), 38px);
  /* -- 1920 50px 375 25px -- */
  /* -- 1920 38px 375 20px -- */
  font-size: min(calc(17px + (1vw - 19.2px) * 0.3236), 17px);
  /* -- 1920 17px 375 12px -- */
  line-height: 1.5;
  gap: min(calc(25px + (1vw - 19.2px) * 0.9709), 25px);
  /* -- 1920 25px 375 10px -- */
  z-index: 10;
}

.slider_url::before {
  flex-shrink: 0;
  content: "";
  display: block;
  background-color: #707070;
  width: min(calc(78px + (1vw - 19.2px) * 3.1068), 78px);
  /* -- 1920 78px 375 30px -- */
  height: 1px;
}

@media screen and (max-width: 768px) {
  .slider_url {
    display: none;
  }
}
/* ----------------------
トップページ
---------------------- */
.link_area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 5%;
  text-decoration: none !important;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
}

.link_area_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity 0.3s, transform 0.3s;
  z-index: -2;
}

.link_area_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 1 !important;
}

.link_area:hover .link_area_bg {
  opacity: 0.9;
  transform: scale(1.04);
}

.post .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 100%;
  width: min(calc(50px + (1vw - 19.2px) * 0.2589), 50px);
  height: min(calc(50px + (1vw - 19.2px) * 0.2589), 50px);
  /* -- 1920 50px 375 46px -- */
  margin: min(calc(1.5rem + (1vw - 19.2px) * 0.1942), 1.5rem) auto 0;
  /* -- 1920 1.5rem 375 1.2rem -- */
  color: #fff;
}

.post .arrow::before {
  font-family: "FontAwesome";
  content: "\f178";
  color: inherit;
  font-weight: 400;
  font-size: min(calc(16px + (1vw - 19.2px) * 0.0647), 16px);
  /* -- 1920 16rem 375 15rem -- */
}

/* -- トップ 投稿 -- */
#front_top_content {
  max-width: 1340px;
  width: 90%;
  margin: min(calc(15rem + (1vw - 19.2px) * 7.1197), 15rem) auto min(calc(18rem + (1vw - 19.2px) * 9.0615), 18rem);
  /* -- 1920 15rem 375 4rem -- */
  /* -- 1920 18rem 375 4rem -- */
  padding: 0;
}

.front_post_list {
  display: flex;
  flex-wrap: wrap;
  max-width: none;
  width: 100%;
  padding-left: 5.2238%;
  gap: min(calc(6rem + (1vw - 19.2px) * 2.2654), 6rem) 36px;
  /* -- 1920 6rem 375 2.5rem -- */
}

.front_post_list .listTitle {
  flex-shrink: 0;
}

#front_top_content h1 {
  margin-top: -1em !important;
  margin-bottom: 0;
}

.front_post_list .postlist {
  flex-grow: 1;
  max-width: 946px;
}

.front_post_list .txt_c {
  width: 100%;
}

.front_post_list .txt_c .linkBtn {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .front_post_list {
    padding-left: 0;
  }
}
/* -- top_about -- */
.top_about {
  margin-bottom: min(calc(13rem + (1vw - 19.2px) * 5.8252), 13rem);
  /* -- 1920 13rem 375 4rem -- */
}

.top_about_desc {
  background-image: url(/wp-content/uploads/bg_logo.png);
  background-repeat: no-repeat;
  background-size: min(calc(724px + (1vw - 19.2px) * 28.7379), 724px) auto;
  /* -- 1920 724px 375 280px -- */
  background-position: center 55%;
  padding-bottom: 9%;
}

.post .top_about h1 {
  margin-bottom: min(calc(2.5rem + (1vw - 19.2px) * 0.6472), 2.5rem);
  /* -- 1920 2.5rem 375 1.5rem -- */
}

.top_about_lead {
  margin-bottom: min(calc(5.5rem + (1vw - 19.2px) * 1.9417), 5.5rem);
  /* -- 1920 5.5rem 375 2.5rem -- */
  font-weight: 700;
  font-size: min(calc(2.8rem + (1vw - 19.2px) * 0.7767), 2.8rem);
  /* -- 1920 2.8rem 375 1.6rem -- */
  text-align: center;
  line-height: 1.964;
  letter-spacing: 0.2em;
}

.top_about_lead::after {
  content: "";
  display: block;
  background-color: var(--color-primary);
  width: min(calc(184px + (1vw - 19.2px) * 5.4369), 184px);
  /* -- 1920 184px 375 100px -- */
  height: 5px;
  margin: 0.75em auto 0;
}

@media screen and (max-width: 768px) {
  .top_service_desc {
    padding-bottom: 0;
  }
  .top_about_lead {
    letter-spacing: 0.15em;
  }
}
/* -- top_service -- */
.top_service {
  position: relative;
  background-image: url(/wp-content/uploads/top_service_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 30% center;
  color: #fff;
}

.top_service_inner {
  padding: min(calc(16rem + (1vw - 19.2px) * 7.767), 16rem) 0;
  /* -- 1920 16rem 375 4rem -- */
}

.top_service_layout {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: min(calc(8rem + (1vw - 19.2px) * 2.589), 8rem) 8.3916%;
  /* -- 1920 8rem 375 4rem -- */
}

.post .top_service_list {
  flex-shrink: 0;
  width: 43.3356%;
  margin: 0;
  padding: 0;
}

.post .top_service_list li {
  margin: 0;
  padding: 0;
}

.post .top_service_list li + li {
  margin-top: min(calc(3rem + (1vw - 19.2px) * 0.9709), 3rem);
  /* -- 1920 3rem 375 1.5rem -- */
}

.top_service_list .link_area {
  min-height: min(calc(200px + (1vw - 19.2px) * 7.1197), 200px);
  /* -- 1920 200px 375 90px -- */
}

.top_service_list_item {
  align-items: flex-end;
  position: relative;
  color: #fff !important;
}

.top_service_list_item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to right, rgba(0, 11, 76, 0), rgba(0, 11, 76, 0) 40%, #000b4c 60%, #000b4c);
  z-index: -1;
}

.post .top_service_list_ttl {
  font-weight: 500;
  font-size: min(calc(3.2rem + (1vw - 19.2px) * 0.9061), 3.2rem);
  /* -- 1920 3.2rem 375 1.8rem -- */
  text-align: left;
  letter-spacing: 0.1em;
}

.top_service_desc h1 {
  color: inherit;
}

.top_service_desc .linkBtn {
  margin-left: 0;
}

.top_service_txt {
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1023px) {
  .top_service_layout {
    gap: min(calc(8rem + (1vw - 19.2px) * 2.589), 8rem) 6.8%;
    /* -- 1920 8rem 375 4rem -- */
  }
}
@media screen and (max-width: 768px) {
  .top_service_layout {
    flex-direction: column;
  }
  .post .top_service_list {
    width: 90%;
    margin: 0 auto;
  }
  .top_service_list_item::before {
    background: linear-gradient(to right, rgba(0, 11, 76, 0), rgba(0, 11, 76, 0) 35%, #000b4c 58%, #000b4c);
  }
  .top_service_desc .title_1_txt {
    padding-left: 0;
  }
  .top_service_desc .linkBtn {
    margin-left: auto;
  }
}
/* -- top_menu -- */
.top_menu_inner {
  padding: min(calc(11rem + (1vw - 19.2px) * 4.8544), 11rem) 0;
  /* -- 1920 11rem 375 3.5rem -- */
}

.post .top_menu_list {
  --gap: min(calc(25px + (1vw - 19.2px) * 0.6472), 25px);
  /* -- 1920 25px 375 15px -- */
}

.top_menu .link_area {
  padding: 8%;
}

.top_menu_list_item {
  position: relative;
  min-height: min(calc(300px + (1vw - 19.2px) * 9.7087), 300px);
  /* -- 1920 300px 375 150px -- */
  color: #fff !important;
}

.top_menu_list_item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.27);
  transition: opacity 0.3s;
  z-index: -1;
}

.top_menu_list_item:hover::before {
  opacity: 0.6;
}

.post .top_menu_list_ttl {
  display: block;
  position: relative;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  color: inherit;
  font-family: inherit;
  font-weight: 500;
  font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.0647), 1.6rem);
  /* -- 1920 1.6rem 375 1.5rem -- */
  text-align: center;
  letter-spacing: 0.1em;
}

.post .top_menu_list_ttl b {
  display: block;
  margin-bottom: 0.2em;
  font-family: var(--body-font-family-en);
  font-weight: 600;
  font-size: min(calc(5.7rem + (1vw - 19.2px) * 1.7476), 5.7rem);
  /* -- 1920 5.7rem 375 3rem -- */
  text-align: inherit;
  line-height: 1.2;
  letter-spacing: normal;
}

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

@media screen and (max-width: 768px) {
  .post .top_menu_list {
    width: 90%;
    margin: 0 auto;
  }
}
/* -- top_partner -- */
.post .top_partner h1 {
  font-size: min(calc(2.4rem + (1vw - 19.2px) * 0.5178), 2.4rem);
  /* -- 1920 2.4rem 375 1.6rem -- */
}

.top_partner .link_area {
  padding: min(calc(9rem + (1vw - 19.2px) * 3.2362), 9rem) 5% min(calc(8.5rem + (1vw - 19.2px) * 2.9126), 8.5rem);
  /* -- 1920 9rem 375 4rem -- */
  /* -- 1920 8.5rem 375 4rem -- */
}

.top_partner .link_area .arrow {
  margin-top: min(calc(4rem + (1vw - 19.2px) * 1.6181), 4rem);
  /* -- 1920 4rem 375 1.5rem -- */
}

/* ----------------------
下層　お問い合わせ
---------------------- */
.thanks {
  max-width: 960px;
  margin: 0 auto;
}

.wpcf7-form {
  padding: 0;
}

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

.wpcf7-radio {
  margin-top: 0.5em;
}

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

.wpcf7-radio .wpcf7-list-item,
.wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin: 0;
  line-height: 1.65;
}

.wpcf7-radio .wpcf7-list-item + .wpcf7-list-item,
.wpcf7-checkbox .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 0.3em;
}

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

.wpcf7-radio .wpcf7-list-item input[type=radio],
.wpcf7-checkbox .wpcf7-list-item input[type=checkbox] {
  margin-top: 0.5em;
}

div.wpcf7 .wpcf7-spinner,
div.wpcf7 .ajax-loader {
  display: block;
  margin: 8px auto 0;
}

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

.wpcf7-form-control-wrap,
.wpcf7-form-control {
  display: block;
}

.wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-top: 10px;
}

.txt_flex {
  display: flex;
  align-items: center;
}

#contact .w15e {
  max-width: 15em;
}

#contact .form_privacy {
  margin: min(calc(30px + (1vw - 19.2px) * 1.2945), 30px) 0;
  /* -- 1920 30px 375 10px -- */
  padding: 10px;
  text-align: center;
}

#contact .form_privacy div {
  font-weight: 700;
}

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

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

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

#contact .sendBtn input[type=submit] {
  background: var(--color-secondary);
  border-radius: 0;
  max-width: 80%;
  width: min(calc(220px + (1vw - 19.2px) * 1.9417), 220px);
  /* -- 1920 220px 375 190px -- */
  margin: 0 auto;
  padding: 1.5em 1em;
  font-size: min(calc(16px + (1vw - 19.2px) * 0.1294), 16px);
  /* -- 1920 16px 375 14px -- */
  letter-spacing: 0.14em;
  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;
}

#contact input[type=file],
#contact select {
  max-width: 400px;
  width: 100%;
}

/* ----------------------
下層　サイトマップ
---------------------- */
.post ul#sitemap_list,
.post ul.sitemap_list {
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
}

.post ul#sitemap_list li,
.post ul.sitemap_list li {
  margin-bottom: 2em;
  padding: 0 1.25em 2em;
  border-bottom: 1px solid var(--color-font);
  background: none;
  font-weight: 500;
  font-size: min(calc(18px + (1vw - 19.2px) * 0.1942), 18px);
  /* -- 1920 18px 375 15px -- */
  line-height: 1.65;
  letter-spacing: 0.02em;
}

.post ul.sitemap_list li:first-child {
  margin-top: 2em;
}

.post ul#sitemap_list li a,
.post ul.sitemap_list li a {
  display: inline-block;
  color: inherit;
  position: relative;
  text-decoration: none !important;
  transition: color 0.2s;
}

.post ul#sitemap_list li br,
.post ul.sitemap_list li br,
.post ul#sitemap_list li b,
.post ul.sitemap_list li b {
  display: none;
}

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

.post ul#sitemap_list li .children,
.post ul.sitemap_list li .children {
  border-top: 1px dashed var(--color-font);
  margin-top: 2em;
  padding-top: 2em;
}

.post ul#sitemap_list li .children li,
.post ul.sitemap_list li .children li {
  border-style: dashed;
}

.post ul#sitemap_list li .children li:last-child,
.post ul.sitemap_list li .children li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.post ul#sitemap_list li:last-child,
.post ul.sitemap_list li:last-child {
  margin-bottom: 0;
}

.post ul#sitemap_list li .children a:before,
.post ul.sitemap_list li .children a:before {
  background-color: #ccc;
}

@media print, screen and (max-width: 768px) {
  .post ul#sitemap_list li,
.post ul.sitemap_list li {
    margin-bottom: 1.2em;
    padding: 0 1em 1.2em;
  }
  .post ul.sitemap_list li:first-child {
    margin-top: 1.2em;
  }
  .post ul#sitemap_list li a:before,
.post ul.sitemap_list li a:before {
    top: 0.4em;
  }
  .post ul#sitemap_list li .children,
.post ul.sitemap_list li .children {
    margin-top: 1.2em;
    padding-top: 1.2em;
  }
}
/* ----------------------
下層　プライバシーポリシー
---------------------- */
#privacy .content_box + .content_box {
  margin-top: min(calc(4rem + (1vw - 19.2px) * 0.9709), 4rem);
  /* -- 1920 4rem 375 2.5rem -- */
}

#privacy h2 {
  display: block;
  background: none;
  border: none;
  min-height: 0;
  margin: min(calc(5rem + (1vw - 19.2px) * 1.6181), 5rem) 0 min(calc(2.5rem + (1vw - 19.2px) * 0.8414), 2.5rem);
  /* -- 1920 5rem 375 2.5rem -- */
  /* -- 1920 2.5rem 375 1.2rem -- */
  padding: 0;
  color: inherit;
  font-weight: 700;
  font-size: min(calc(2.8rem + (1vw - 19.2px) * 0.6472), 2.8rem);
  /* -- 1920 2.8rem 375 1.8rem -- */
  text-align: left;
  line-height: 1.6;
  letter-spacing: normal;
}

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

#privacy h3 {
  background: none;
  background-color: var(--color-secondary);
  border: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: min(calc(4rem + (1vw - 19.2px) * 1.2945), 4rem) 0 min(calc(1.5rem + (1vw - 19.2px) * 0.1942), 1.5rem);
  /* -- 1920 4rem 375 2rem -- */
  /* -- 1920 1.5rem 375 1.2rem -- */
  padding: 0.2em 0.5em 0.25em;
  color: #fff;
  font-weight: 700;
  font-size: min(calc(2rem + (1vw - 19.2px) * 0.2589), 2rem);
  /* -- 1920 2rem 375 1.6rem -- */
  text-align: left;
  line-height: 1.6;
  letter-spacing: normal;
}

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

@media screen and (max-width: 768px) {
  #privacy h3 {
    line-height: 1.65;
  }
}

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 {

    background: #DFEDFA !important;
}
/* ----------------------
下層　パートナー
---------------------- */
.overimage {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.partner_greebox {
  background-color: #fff;
  margin-top: calc(-20rem + (1vw - 1.92rem) * -11.6505); /*20-2(1920-375)*/
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  padding: min(calc(6rem + (1vw - 1.92rem) * 1.9417), 6rem) 10%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.partner_greebox p.readcopy {
  text-align: center;
  font-size: min(calc(2.5rem + (1vw - 1.92rem) * 0.5178), 2.5rem); /*2.5-1.7(1920-375)*/
  position: relative;
  line-height: min(calc(4.3rem + (1vw - 1.92rem) * 0.7120), 4.3rem); /*4.3-3.2(1920-375)*/
  font-weight: 600;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
.partner_greebox p.readcopy::before {
  content: '';
  position: absolute;
  background-color: var(--color-primary-tint);
  display: inline-block;
  width: 200px;
  height: 3px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.partner_greebox p.txts {
  margin: 0;
  font-size: min(calc(1.5rem + (1vw - 1.92rem) * 0.1294), 1.5rem); /*1.5-1.3(1920-375)*/
}
.partner_meritlist h3 {
  border: none;
  margin: 0;
  padding: min(calc(2.5rem + (1vw - 1.92rem) * 0.3236),2.5rem) 0 1rem;
  font-size: min(calc(2rem + (1vw - 1.92rem) * 0.1942), 2rem); /*2-1.7(1920-375)*/
}
.partner_meritlist p.txts {
  font-size: min(calc(1.5rem + (1vw - 1.92rem) * 0.1294), 1.5rem); /*1.5-1.3(1920-375)*/
}
p.partner_infotxt {
  font-size: min(calc(1.8rem + (1vw - 1.92rem) * 0.1294),1.8rem); /*1.8-1.6(1920-375)*/
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .partner_meritlist li:not(:last-of-type) {
    margin-bottom: 2.8rem;
}
}