@charset "UTF-8";
/*
Theme Name:mrp04-child
Template:mrp04
Version: 0.01
*/
/*
DesignCode CSS: ver 0.02
*/
/*------------------------------------------------------
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=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
:root {
  /*------▼基本設定▼------*/
  --color-background: #fff;
  --color-font: #333;
  --color-primary: #36c9c6;
  --color-primary-shade: #30b1ae;
  --color-primary-tint: #4acecc;
  --color-secondary: #ed6a5a;
  --color-secondary-tint: #ef796b;
  --color-table-border: #ddd;
  --body-font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
  /* 1.6-1.4rem (1920-375) */
  --body-font-family: "Noto Sans JP", sans-serif;
  --content-max-width: 1240px;
  /*------▼ヘッダー設定▼------*/
  --header-background: #fff;
  --header-color-font: #333;
  --header-color-primary: #36c9c6;
  --header-color-primary-shade: #30b1ae;
  --header-color-primary-tint: #4acecc;
  /*------▼フッター設定▼------*/
  --footer-background: #1e98aa;
  --footer-color-font: #fff;
  --footer-color-primary: #fff;
}

/*------------------------------------------------------
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: 400;
  font-family: var(--body-font-family);
  background: var(--color-background);
}

* {
  -webkit-box-sizing: border-box;
  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);
}

/*--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(1.2rem + (1vw - 19.2px) * 0.2232, 1.2rem);
  /* 1.2-1rem (1920-375) */
}

@media print, screen and (min-width: 1024px) {
  /*------ヘッダー上部
  --------------------------------------------*/
  #header-upper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #f2f2f2;
    height: 50px;
    padding: 5px min(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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  /*------ヘッダー上部__SNS
  --------------------------------------------*/
  #header-upper .fa-2x,
  .fa-2x {
    font-size: inherit;
  }
  #header-upper .socialicon ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
  #header-upper .socialicon ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    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: 80px;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: none;
    padding: 0;
  }
  /*------ヘッダー下部__ロゴ
  --------------------------------------------*/
  #header .logo {
    display: block;
    line-height: 0;
    padding: min(10px + (1vw - 19.2px) * 0.558, 10px) min(20px + (1vw - 19.2px) * 1.1161, 20px);
    /* 10-5px、20-10px (1920-1024) */
  }
  #header .logo a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header .logo img {
    -o-object-fit: contain;
    object-fit: contain;
    width: auto;
    height: 100%;
    max-width: 250px;
    max-height: 70px;
  }
  /*------ヘッダー下部__グローバルナビ
  --------------------------------------------*/
  #header .header__nav-contact {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  nav#mainNav {
    background: none;
    margin: 0;
  }
  nav#mainNav ul,
  #header .header__nav-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  nav#mainNav ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: var(--header-color-font);
    font-size: min(1.6rem + (1vw - 19.2px) * 0.2232, 1.6rem);
    /* 1.6-1.4rem (1920-1024) */
    padding: min(15px + (1vw - 19.2px) * 0.558, 15px) min(35px + (1vw - 19.2px) * 1.6722, 35px);
    /* 15-10px、35-20px (1920-1024) */
  }
  nav#mainNav ul ul.sub-menu {
    width: 250px;
    height: auto;
  }
  nav#mainNav ul li:hover ul.sub-menu {
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-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 {
    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 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-font);
    background: none;
  }
  /*------ヘッダー下部__コンタクトボタン
  --------------------------------------------*/
  #header ul.header__contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: min(10px + (1vw - 19.2px) * 0.558, 10px);
    /* 10-5px (1920-1024) */
  }
  #header a.head_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: 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(10px + (1vw - 19.2px) * 0.2232, 10px) min(20px + (1vw - 19.2px) * 0.558, 20px);
    /* 10-8px、20-15px (1920-1024) */
    -webkit-transition: 0.3s;
    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;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  }
  .sticky-header #header-layout {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 80px;
  }
  .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;
  }
}
@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;
    -webkit-transform: translateY(125px);
            transform: translateY(125px);
    -webkit-transition: all 0.8s ease-in-out;
    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 {
  -webkit-transform: translateX(-50%);
          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 (max-width: 1023px) {
  .mobile #header {
    background: var(--header-background);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
            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: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex !important;
    display: flex !important;
  }
  body.mobile #header .logo .spmenu {
    display: block !important;
  }
  body.mobile #header .logo .mark {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: 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＞--▼▽▼▽▼▽▼▽▼▽--*/
/*------共通
--------------------------------------------*/
#footer {
  color: var(--footer-color-font);
  font-size: min(1.4rem + (1vw - 19.2px) * 0.1942, 1.4rem);
  /* 1.4-1.1rem (1920-375) */
  padding: min(50px + (1vw - 19.2px) * 0.9709, 50px) 0 30px;
  /* 50-35px(1920-375) */
  background: var(--footer-background);
}

#footer a {
  -webkit-transition: 0.2s;
  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: 20px;
}

#footer .footer__logo img {
  max-width: 320px;
  max-height: min(60px + (1vw - 19.2px) * 1.2945, 60px);
  -o-object-fit: contain;
  object-fit: contain;
}

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

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

#footer .footnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

#footer .footnav ul > li {
  position: relative;
  line-height: 1.4;
  padding: 0 min(16px + (1vw - 19.2px) * 0.4531, 16px) 0 min(15px + (1vw - 19.2px) * 0.4531, 15px);
  /* 16-9px、15-8px (1920-375) */
  margin-bottom: 10px;
}

#footer .footnav ul > li::before,
#footer .footnav ul > li::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: var(--footer-color-font);
  top: 0;
}

#footer .footnav ul > li::before {
  left: 0;
}

#footer .footnav ul > li::after {
  right: -1px;
}

/*------SNSアイコン
--------------------------------------------*/
#footer .fa-2x,
.fa-2x {
  font-size: inherit;
}

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

#footer .socialicon ul li,
.socialicon ul li {
  text-align: center;
  padding: 0 0.6em;
  margin: 0;
  -webkit-box-sizing: border-box;
  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-size: min(1.2rem + (1vw - 19.2px) * 0.1294, 1.2rem);
  /* 1.2-1rem (1920-375) */
  letter-spacing: 0.1rem;
  padding: 0;
  margin: 30px auto 0;
  background: var(--footer-background);
}

/*--▲△▲△▲△▲△▲△--フッターテンプレート＜end＞--△▲△▲△▲△▲△▲--*/
/*--ページレイアウト調整用--------------------------------------------*/
.front_contents {
  position: relative;
  padding: min(150px + (1vw - 19.2px) * 4.5307, 150px) 0;
  /* 150-80px (1920-375) */
  z-index: 10;
}

.wrapper_content {
  position: relative;
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
  z-index: 20;
}

#front_top_content,
#front_bottom_content {
  position: relative;
  background: #fafafa;
  padding: min(120px + (1vw - 19.2px) * 3.2362, 120px) 0;
  /* 120-70px (1920-375) */
  z-index: 10;
}

#front-sectionPost {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
}

/*--見出し--------------------------------------------*/
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(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(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(1.6rem + (1vw - 19.2px) * 0.2589, 1.6rem);
  /* 3.2-2.4rem (1920-375) */
}

/*------h2タイトル
--------------------------------------------*/
.post h2 {
  font-size: min(2.8rem + (1vw - 19.2px) * 0.4531, 2.8rem);
  /* 2.8-2.1rem (1920-375) */
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2rem;
  padding: 0;
  margin: min(120px + (1vw - 19.2px) * 3.5599, 120px) auto min(50px + (1vw - 19.2px) * 0.9709, 50px);
  /* 120-65px auto 50-35px (1920-375) */
}

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

.post h2::after {
  content: "";
  position: relative;
  visibility: visible;
  display: block;
  width: 2.2em;
  height: 3px;
  background: var(--color-primary);
  margin: 0.6em auto 0;
}

/*------h3タイトル
--------------------------------------------*/
.post h3 {
  font-size: min(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(70px + (1vw - 19.2px) * 2.2654, 70px) auto min(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 {
  position: relative;
  font-size: min(1.8rem + (1vw - 19.2px) * 0.1942, 1.8rem);
  /* 1.8-1.5rem (1920-375) */
  font-weight: 600;
  padding: 0 0 0 1.2em;
  margin: min(30px + (1vw - 19.2px) * 0.6472, 30px) auto min(15px + (1vw - 19.2px) * 0.3236, 15px);
  /* 30-20px auto 15-10px (1920-375) */
  border: none;
}

.post h4::before {
  content: "";
  position: absolute;
  width: 0.7em;
  height: 2px;
  background: var(--color-primary);
  top: 0.8em;
  left: 0;
}

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

@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 {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.ai_self_center {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.jc_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.jc_between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

@media screen and (min-width: 769px) {
  .columns,
  .flexbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sp_nowrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    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 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .sp_no_mb {
    margin-bottom: 0 !important;
  }
  .sp_no_pb {
    padding-bottom: 0 !important;
  }
}
/*--Anchor Point--------------------------------------------*/
.anchor_link::before {
  content: "";
  display: block;
  padding-top: 80px;
  margin-top: -80px;
}

a.link_btn.anchor_btn {
  min-width: auto;
  padding: 10px 30px;
}

a.link_btn.anchor_btn::after {
  content: "\f078";
}

ul.anchor_list {
  max-width: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

ul.anchor_list > li {
  width: calc((100% - 40px) / 5);
  margin-right: 9px;
}

@media print, screen and (min-width: 1024px) {
  ul.anchor_list > li:nth-child(5n),
  ul.anchor_list > li:last-child {
    margin-right: 0;
  }
  ul.anchor_list > li:nth-child(5n+1):nth-last-child(-n+5),
  ul.anchor_list > li:nth-child(5n+1):nth-last-child(-n+5) ~ li {
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 1023px) and (min-width: 769px) {
  ul.anchor_list > li {
    width: calc((100% - 20px) / 3);
  }
  ul.anchor_list > li:nth-child(3n),
  ul.anchor_list > li:last-child {
    margin-right: 0;
  }
  ul.anchor_list > li:nth-child(3n+1):nth-last-child(-n+3),
  ul.anchor_list > li:nth-child(3n+1):nth-last-child(-n+3) ~ li {
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 768px) {
  ul.anchor_list > li {
    width: calc((100% - 9px) / 2);
  }
  ul.anchor_list > li:nth-child(2n),
  ul.anchor_list > li:last-child {
    margin-right: 0;
  }
  ul.anchor_list > li:nth-child(2n+1):nth-last-child(-n+2),
  ul.anchor_list > li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
    margin-bottom: 0;
  }
}
/*------------------------------------------
投稿記事関連
--------------------------------------------*/
/*-----表示関連-----*/
ul.post > li,
.post2b,
.post4b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          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(1.2rem + (1vw - 19.2px) * 0.1294, 1.2rem);
  /* 1.2-1rem (1920-375) */
  line-height: 1.2;
  background: var(--color-primary);
  padding: 5px 10px;
  border-radius: 0;
}

.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(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%;
  -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(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(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 #ddd;
  margin: 0 auto;
}

.postlist li:first-child {
  border-top: 1px solid #ddd;
}

.postlist .post_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 98%;
  margin: 0 auto;
  padding: 12px 0;
}

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

.postlist .ttls {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

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

.postlist .time {
  display: block;
  white-space: nowrap;
  margin: 0 10px 0 0;
}

@media print, screen and (max-width: 640px) {
  .postlist .post_text {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            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,
#front_bottom_content {
  padding: 100px 0;
}

#front-sectionPost {
  width: 90%;
  max-width: 1100px;
  margin: auto;
}

#front_top_content .linkbtn_area,
#front_bottom_content .linkbtn_area {
  margin-top: 50px;
}

/*--記事詳細（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(2.5rem + (1vw - 19.2px) * 0.4531, 2.5rem);
  /* 2.5-1.8rem (1920-375) */
  font-style: normal;
  margin: 0 auto 20px;
}

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

#cat-post li .post_contents {
  margin-top: 1rem;
}

#cat-post .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(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(100px + (1vw - 19.2px) * 3.2362, 100px) 0 min(180px + (1vw - 19.2px) * 3.8835, 180px);
  /* 100-50px、180-120px (1920-375) */
  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: 300px;
  z-index: -1;
}

#thumbImg::before,
header#h1Header::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
  top: 0;
  left: 0;
  z-index: 1;
}

#thumbImg img,
header#h1Header img {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media print, screen and (min-width: 1921px) {
  #thumbImg img,
  header#h1Header img {
    width: 100%;
    height: auto;
  }
}
@media print, screen and (max-width: 1024px) {
  #h1Header #thumb img {
    height: 100%;
    margin: auto;
  }
  #thumbImg,
  header#h1Header {
    height: calc(300px + (1vw - 10.24px) * 9.245);
    /* 300-150px (1920-375) */
  }
}
/*--パンくずリスト--------------------------------------------*/
#breadcrumb {
  padding: 12px 0;
}

#breadcrumb ul {
  width: 98%;
  max-width: var(--content-max-width);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
}

#breadcrumb ul li {
  float: none;
}

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

@media print, screen and (max-width: 640px) {
  #breadcrumb ul {
    max-width: 100%;
  }
}
/*--交互別背景色コンテンツ（横100%）--------------------------------------------*/
.page_contents_inner + .page_contents_inner {
  margin-top: min(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(120px + (1vw - 19.2px) * 2.589, 120px) calc((100vw - 100%) / 2) min(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);
}

.select-default input[type=text],
.select-default input[type=tel],
.select-default input[type=email],
.select-default input[type=date],
.select-default input[type=url],
.select-default input[type=number],
.select-default select,
.select-default textarea {
  width: auto !important;
}

@media print, screen and (min-width: 640px) {
  .select3col input[type=text],
  .select3col input[type=tel],
  .select3col input[type=email],
  .select3col input[type=date],
  .select3col input[type=url],
  .select3col input[type=number],
  .select3col select,
  .select3col textarea {
    width: 25% !important;
  }
}
@media print, screen and (max-width: 640px) {
  .select3col input[type=text],
  .select3col input[type=tel],
  .select3col input[type=email],
  .select3col input[type=date],
  .select3col input[type=url],
  .select3col input[type=number],
  .select3col select,
  .select3col textarea {
    width: 95% !important;
  }
}
.submit_btn,
.post .submit_btn {
  width: calc(100% - 70px) !important;
}

.submit_btn .wpcf7-spinner,
.post .submit_btn .wpcf7-spinner {
  position: absolute;
  margin: 0;
  top: 50%;
  right: -35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*--プライバシーポリシー--------------------------------------------*/
#privacy h2 {
  display: block;
  color: #fff;
  background: #4d4d4d;
  font-size: min(1.8rem + (1vw - 19.2px) * 0.1942, 1.8rem);
  font-weight: 500;
  letter-spacing: 0.2rem;
  text-align: left;
  padding: min(8px + (1vw - 19.2px) * 0.1942, 8px) min(12px + (1vw - 19.2px) * 0.1294, 12px);
  margin: min(50px + (1vw - 19.2px) * 0.9709, 50px) auto 20px;
  border: none;
}

#privacy h3 {
  color: #333;
  background: none;
  font-size: min(1.6rem + (1vw - 19.2px) * 0.1294, 1.6rem);
  font-weight: 600;
  text-align: left;
  padding: 0 0 10px;
  margin: min(40px + (1vw - 19.2px) * 0.9709, 40px) auto min(20px + (1vw - 19.2px) * 0.6472, 20px);
  border-width: 0 0 1px;
  border-style: dashed;
  border-color: #ddd;
}

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

#privacy h2:first-child {
  margin-top: 0;
}

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

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

.note,
.inlinenote {
  font-size: min(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;
}

.em_txt,
.post .em_txt {
  font-size: 1.5em;
  font-weight: 500;
}

.mid_txt,
.post .mid_txt {
  font-size: 1.2em;
}

.min_txt,
.post .min_txt {
  font-size: 0.9em;
}

.message {
  line-height: 2.4;
  letter-spacing: 0.1rem;
}

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

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

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

@media print, screen and (max-width: 1023px) {
  .em_txt,
  .post .em_txt {
    font-size: 1.3em;
  }
  .mid_txt,
  .post .mid_txt {
    font-size: 1.1em;
  }
}
/*--マーカー--------------------------------------------*/
span.marker.blue {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #6cf));
  background: -webkit-linear-gradient(transparent 60%, #6cf 60%);
  background: linear-gradient(transparent 60%, #6cf 60%);
}

span.marker.pink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f6c));
  background: -webkit-linear-gradient(transparent 60%, #f6c 60%);
  background: linear-gradient(transparent 60%, #f6c 60%);
}

span.marker.yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ff6));
  background: -webkit-linear-gradient(transparent 60%, #ff6 60%);
  background: linear-gradient(transparent 60%, #ff6 60%);
}

/*--強調、ボックス、囲み--------------------------------------------*/
.read_txt {
  font-size: min(1.7rem + (1vw - 19.2px) * 0.1294, 1.7rem);
  text-align: center;
  letter-spacing: 0.1rem;
  line-height: 2.2;
  margin: min(60px + (1vw - 19.2px) * 1.2945, 60px) auto min(70px + (1vw - 19.2px) * 1.2945, 70px);
}

.wh_bg {
  background: #fff;
  padding: min(30px + (1vw - 19.2px) * 0.6472, 30px);
}

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

.read_txt:first-child,
.color_box:first-child {
  margin-top: 0;
}

.read_txt:last-child,
.color_box:last-child {
  margin-bottom: 0;
}

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

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

/*--デフォルトリンクボタン--------------------------------------------*/
.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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.linkBtn a {
  color: #fff;
}

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

.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;
  -webkit-transform: rotate(-45deg);
  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;
  }
}
/*--デフォルトリンクボタン--------------------------------------------*/
a.link_btn {
  position: relative;
  display: inline-block;
  color: #fff;
  background: var(--color-primary);
  width: 100%;
  max-width: 400px;
  font-size: min(1.6rem + (1vw - 19.2px) * 0.1294, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  text-align: center;
  padding: 14px min(40px + (1vw - 19.2px) * 0.6472, 40px) 12px;
  border-radius: 50vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a.link_btn::after {
  content: "\f105";
  position: absolute;
  font-size: 0.85em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 50%;
  right: min(16px + (1vw - 19.2px) * 0.3883, 16px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

a.link_btn:hover {
  text-decoration: none;
  background: var(--color-primary-shade);
}

.linkbtn_area {
  text-align: center;
  margin: min(50px + (1vw - 19.2px) * 0.9709, 50px) auto;
}

a.external::after,
a.mail::after,
a.tel::after {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
}

a.external::after {
  content: "\f35d";
}

a.mail::after {
  content: "\f0e0";
}

a.tel::after {
  content: "\f3cd";
}

a.link_btn.external::after,
a.link_btn.mail::after,
a.link_btn.tell::after {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*arrow circle button*/
a.arw_c_btn,
.arw_c_btn {
  position: relative;
  display: inline-block;
  color: #222;
  font-size: min(1.6rem + (1vw - 19.2px) * 0.1294, 1.6rem);
  font-weight: 400;
  letter-spacing: 0.1rem;
  padding: min(10px + (1vw - 19.2px) * 0.5178, 10px) min(65px + (1vw - 19.2px) * 1.6181, 65px) min(10px + (1vw - 19.2px) * 0.5178, 10px) 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

a.arw_c_btn.wh_btn,
.arw_c_btn.wh_btn {
  color: #fff;
}

a.arw_c_btn .arw,
.arw_c_btn .arw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  position: absolute;
  width: min(50px + (1vw - 19.2px) * 1.2945, 50px);
  height: min(50px + (1vw - 19.2px) * 1.2945, 50px);
  border: 1px solid;
  border-radius: 50%;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

a.arw_c_btn .arw::after,
.arw_c_btn .arw::after {
  content: "";
  position: absolute;
  width: min(8px + (1vw - 19.2px) * 0.2589, 8px);
  height: min(8px + (1vw - 19.2px) * 0.2589, 8px);
  border-style: solid;
  border-width: 1px 1px 0 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
  transform: translate(-70%, -50%) rotate(45deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

a.arw_c_btn:hover .arw,
.arw_c_btn:hover .arw {
  background: #222;
}

a.arw_c_btn:hover .arw::after,
.arw_c_btn:hover .arw::after {
  border-color: #fff;
}

a.arw_c_btn.wh_btn:hover .arw,
.arw_c_btn.wh_btn:hover .arw {
  background: #fff;
}

a.arw_c_btn.wh_btn:hover .arw::after,
.arw_c_btn.wh_btn:hover .arw::after {
  border-color: #222;
}

/*--リスト--------------------------------------------*/
.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,
.post ul.list_checkbox > 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,
.post ul.list_checkbox > 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_checkbox > li:before,
.post ul li.list_checkbox:before {
  content: "\f14a";
}

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

/*--リストボタン--------------------------------------------*/
ul.linkbtn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  max-width: 800px;
  margin: min(70px + (1vw - 19.2px) * 1.2945, 70px) auto;
}

ul.linkbtn_list > li {
  width: 100%;
  margin-bottom: min(20px + (1vw - 19.2px) * 0.5178, 20px);
}

ul.linkbtn_list > li a.link_btn {
  width: 100%;
}

.linkbtn_area:first-child,
ul.linkbtn_list:first-child {
  margin-top: 0;
}

.linkbtn_area:last-child,
ul.linkbtn_list:last-child {
  margin-bottom: 0;
}

ul.col2_list,
ul.col3_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

ul.col2_list > li,
ul.col3_list > li {
  width: 100%;
}

ul.col2_list:not(.linkbtn_list) > li,
ul.col3_list:not(.linkbtn_list) > li {
  margin-bottom: min(30px + (1vw - 19.2px) * 0.6472, 30px);
}

@media print, screen and (min-width: 641px) {
  ul.col2_list > li {
    width: 48.5%;
  }
  ul.col2_list > li:nth-child(2n+1):nth-last-child(-n+2),
  ul.col2_list > li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
    margin-bottom: 0;
  }
  ul.linkbtn_list > li {
    width: 48%;
  }
  ul.linkbtn_list > li:nth-child(2n+1):nth-last-child(-n+2),
  ul.linkbtn_list > li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  ul.linkbtn_list.col3_list {
    max-width: none;
  }
  ul.col3_list > li {
    width: 32%;
  }
  ul.col3_list > li:nth-child(3n+2):last-child {
    margin-right: 34%;
  }
  ul.col3_list > li:nth-child(3n+1):nth-last-child(-n+3),
  ul.col3_list > li:nth-child(3n+1):nth-last-child(-n+3) ~ li {
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 1023px) and (min-width: 641px) {
  ul.col3_list:not(.linkbtn_list) > li {
    width: 48%;
  }
  ul.col3_list:not(.linkbtn_list) > li:nth-child(2n+1):nth-last-child(-n+2),
  ul.col3_list:not(.linkbtn_list) > li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
    margin-bottom: 0;
  }
}
/*--テーブル--------------------------------------------*/
.post table,
.post table th,
.post table td {
  border-width: 1px;
  border-color: var(--color-table-border);
}

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

.post table th,
.post table td {
  padding: min(10px + (1vw - 19.2px) * 0.3236, 10px) min(15px + (1vw - 19.2px) * 0.4531, 15px);
}

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

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

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

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

@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;
  }
}
/*--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%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*--gallery--------------------------------------------*/
.gallery_area {
  margin: min(30px + (1vw - 19.2px) * 0.6472, 30px) auto;
  /* 30-15px (1920-375) */
}

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

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

.gallery {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  -webkit-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: wrap !important;
  -webkit-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  -webkit-justify-content: space-between !important;
          justify-content: space-between !important;
  margin: min(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(20px + (1vw - 19.2px) * 0.7819, 20px);
  /* 20-8px (1920-375) */
}

.gallery-caption {
  font-size: min(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 {
  padding-bottom: 45%;
  margin: min(50px + (1vw - 19.2px) * 1.6181, 50px) auto;
  /* 50-30px (1920-375) */
}

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

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

@media print, screen and (max-width: 768px) {
  .googlemap {
    padding-bottom: 80%;
  }
}
/*--YOUTUBE動画埋め込み------------------------------------------*/
.youtubeArea {
  position: relative;
  overflow: hidden;
  margin: min(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;
}

/*--FAQ-------------------------------------------*/
.qa_list {
  cursor: pointer;
}

.qa_list .qa_list_inner dt {
  position: relative;
  font-weight: normal;
  margin: 1rem 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0rem 1rem 0rem 0rem;
  background: #ffffff;
  border: 1px solid #cccccc;
}

.qa_list .qa_list_inner dd .ans_flex {
  position: relative;
  font-weight: normal;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0;
  background: #ffffff;
}

.qa_list .qa_list_inner .a_ico {
  color: #ffffff;
  background: var(--color-primary);
  line-height: 1;
  padding: 1rem 1rem 1rem 1rem;
  font-size: 2.2rem;
  border-right: 1px solid #cccccc;
  width: 100%;
  text-align: center;
  max-width: 90px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: var(--body-font-family);
}

.qa_list .qa_list_inner .q_ico {
  background: #f2f2f2;
  line-height: 1;
  padding: 1rem 1rem 1rem 1rem;
  font-size: 2.2rem;
  font-weight: bold;
  width: 100%;
  text-align: center;
  max-width: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: var(--body-font-family);
  border-right: 1px solid #cccccc;
}

.qa_list .qa_list_inner .q_desc,
.qa_list .qa_list_inner .a_desc {
  padding: 1.5rem 1.5rem 1.5rem 2rem;
  line-height: 1.7;
}

.qa_list .qa_list_inner .a_desc {
  line-height: 1.8;
  width: 100%;
}

.qa_list .qa_list_inner dt:after {
  content: "";
  position: absolute;
  top: 46%;
  right: 3rem;
  width: 12px;
  height: 12px;
  border-right: 1px solid #494949;
  border-bottom: 1px solid #494949;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.qa_list .qa_list_inner .active:after {
  top: 43%;
  right: 2rem;
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}

.qa_list .qa_list_inner dd {
  display: none;
  position: relative;
  padding: 0;
  margin: 0 0 1rem 0;
  border: 1px solid #cccccc;
  border-top: 0;
}

@media only screen and (max-width: 959px) {
  .qa_list .qa_list_inner {
    margin-bottom: 8rem;
  }
}
@media only screen and (max-width: 768px) {
  .qa_list .qa_list_inner .q_desc,
  .qa_list .qa_list_inner .a_desc {
    padding: 0.5rem 1rem 0.5rem 1rem;
  }
  .qa_list .qa_list_inner dt {
    padding: 0rem 1rem 0rem 0rem;
  }
  .qa_list .qa_list_inner .a_ico,
  .qa_list .qa_list_inner .q_ico {
    max-width: 50px;
    padding: 1.2rem 1rem;
  }
  .qa_list .qa_list_inner dt:after {
    right: 1.5rem;
    width: 6px;
    height: 6px;
  }
  .qa_list .qa_list_inner .active:after {
    right: 1rem;
  }
}
@media only screen and (max-width: 559px) {
  .qa_list .qa_list_inner dd {
    font-size: 1.4rem;
  }
  .qa_list .qa_list_inner {
    margin-bottom: 6rem;
  }
  .qa_list .qa_list_inner dt {
    font-size: 1.4rem;
  }
}
/*--ページレイアウト調整用--------------------------------------------*/
.front_contents {
  position: relative;
  padding: min(150px + (1vw - 19.2px) * 4.5307, 150px) 0;
  /* 150-80px (1920-375) */
  z-index: 10;
}

.wrapper_content {
  position: relative;
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
  z-index: 20;
}

#front_top_content,
#front_bottom_content {
  position: relative;
  background: #fafafa;
  padding: min(120px + (1vw - 19.2px) * 3.2362, 120px) 0;
  /* 120-70px (1920-375) */
  z-index: 10;
}

#front-sectionPost {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
}

/*--メディアクエリ--------------------------------------------*/
/*--制作追記--------------------------------------------*/
/*--共通--------------------------------------------*/
@media (min-width: 768px), print {
  .pc-only {
    display: block;
  }
}
@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

@media (min-width: 768px), print {
  .sp-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

@media (max-width: 1023px) {
  body.mobile #header .logo .mark {
    width: 100%;
  }
}

.post h2 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .post h2 {
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  body:not(.home) .post h2:first-of-type {
    margin-top: 0px;
  }
}

.post h2 span {
  font-size: 3.4rem;
}
@media (max-width: 767px) {
  .post h2 span {
    font-size: 3.2rem;
  }
}

p.button {
  max-width: 240px;
  width: 100%;
  border-radius: 50px;
  height: auto;
  display: block;
}

p.button a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: left;
  color: #09b1ec;
  font-weight: bold;
  font-size: 1.8rem;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50px;
  line-height: 1;
  padding: 20px 20px 20px 32px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

p.button a::after {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(https://isense-omt.com/wp-content/uploads/top_icon004.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

p.button a:hover {
  background-color: #09b1ec;
  color: #ffffff;
}

p.button a:hover::after {
  background-image: url(https://isense-omt.com/wp-content/uploads/top_icon002.png);
  right: 10px;
}

.post h2::after {
  content: "";
  background-image: url(https://isense-omt.com/wp-content/uploads/dot.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 70px;
  height: 5px;
  background-color: transparent;
  display: block;
}

.post .table_style02 {
  border: none;
  border-spacing: 0 11px;
  border-collapse: separate;
}

.post .table_style02 tr {
  position: relative;
}

.post .table_style02 tr::after {
  content: "";
  border-bottom: 1px dashed #acacac;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -5.5px;
  left: 0;
}

.post .table_style02 th {
  background-color: #ecf7ff;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  padding: 30px 20px;
  border-bottom: 1px dashed #acacac;
}

.post .table_style02 td {
  padding: 30px 20px;
}

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

/*--ヘッダー--------------------------------------------*/
#header #header-layout .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media (max-width: 1023px) {
  #header #header-layout .logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#header #header-layout .logo a img {
  max-width: 430px;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  #header #header-layout .logo a img {
    max-width: 260px;
  }
}

#header #header-layout .logo .epoch_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

nav#mainNav {
  font-family: "Zen Maru Gothic", serif;
}

nav#mainNav ul li a b {
  font-weight: bold;
}

nav#mainNav ul li a:hover b {
  color: #09b1ec;
}

nav#mainNav ul li.current-menu-item a b {
  color: #09b1ec;
}

nav#mainNav ul li a span {
  font-weight: bold;
}

nav#mainNav ul li a:hover span {
  color: #09b1ec;
}

nav#mainNav ul li.current-menu-item a span {
  color: #09b1ec;
}

nav#mainNav ul li.nav-contact {
  background-color: #09b1ec;
}
nav#mainNav ul li.nav-contact.current-menu-item a {
  background-color: #09b1ec;
}
nav#mainNav ul li.nav-contact.current-menu-item a:hover {
  background-color: #ffffff;
  color: #09b1ec;
}

nav#mainNav ul li.nav-contact a b {
  color: #ffffff;
}

nav#mainNav ul li.nav-contact a span {
  color: #ffffff;
}

nav#mainNav ul li.nav-contact:hover {
  background-color: #ffffff;
}

nav#mainNav ul li.nav-contact:hover a b {
  color: #09b1ec;
}

nav#mainNav ul li.nav-contact:hover a span {
  color: #09b1ec;
}

/*--セクション1--------------------------------------------*/
h1.title:first-child {
  display: none;
}

section#sec1 {
  padding: 95px 20px;
  background-image: url(https://isense-omt.com/wp-content/uploads/top_bg001.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  section#sec1 {
    padding: 60px 20px;
  }
}

section#sec1 .content_wrapper {
  background-color: #fff;
  border-radius: 24px;
  max-width: 893px;
  width: 100%;
  margin: 0 auto;
  padding: 66px 20px;
}
@media (max-width: 767px) {
  section#sec1 .content_wrapper {
    padding: 30px 10px;
  }
}

section#sec1 h2 {
  color: #ffc400;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 0;
}

section#sec1 h2 span {
  font-size: 7.3rem;
  color: #09b1ec;
}
@media (max-width: 767px) {
  section#sec1 h2 span {
    font-size: 3.8rem;
  }
}

section#sec1 h3 {
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-size: 2.8rem;
  margin-top: 30px;
  border-bottom: none;
}
@media (max-width: 767px) {
  section#sec1 h3 {
    font-size: 2rem;
    margin-top: 24px;
  }
}

section#sec1 p {
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-size: 2rem;
  line-height: 2.1;
  font-weight: 500;
}
@media (max-width: 767px) {
  section#sec1 p {
    font-size: 1.6rem;
    text-align: left;
  }
}

/*--セクション2--------------------------------------------*/
section#sec2 {
  background-image: url(https://isense-omt.com/wp-content/uploads/top_bg002.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 106px 0 113px;
}
@media (max-width: 767px) {
  section#sec2 {
    padding: 60px 0;
  }
}

section#sec2 .content_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  section#sec2 .content_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

section#sec2 .content_wrapper figure {
  max-width: 784px;
  width: 100%;
}

section#sec2 .content_wrapper.obverse {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 63.8px;
     -moz-column-gap: 63.8px;
          column-gap: 63.8px;
  padding-right: 65px;
}
@media (max-width: 767px) {
  section#sec2 .content_wrapper.obverse {
    padding-right: 0;
  }
}

section#sec2 .content_wrapper.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 63.8px;
     -moz-column-gap: 63.8px;
          column-gap: 63.8px;
  margin-top: 82px;
  padding-left: 100px;
}
@media (max-width: 767px) {
  section#sec2 .content_wrapper.reverse {
    margin-top: 60px;
    padding-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

section#sec2 .content_wrapper .content_text_area {
  text-align: left;
}
@media (max-width: 767px) {
  section#sec2 .content_wrapper .content_text_area {
    padding: 30px 20px;
  }
}

section#sec2 .content_wrapper .content_text_area h2 {
  color: #09b1ec;
  text-align: left;
  margin-bottom: 0;
}

section#sec2 .content_wrapper .content_text_area h2 span {
  color: #333;
}

section#sec2 .content_wrapper .content_text_area h2::after {
  margin: 24px 0 0;
}

section#sec2 .content_wrapper .content_text_area p {
  line-height: 2.25;
  font-size: 1.6rem;
  margin-top: 26px;
}

section#sec2 .content_wrapper .content_text_area .button {
  margin-top: 75px;
  max-width: 240px;
  width: 100%;
  height: auto;
  border-radius: 50px;
  text-align: left;
}
@media (max-width: 767px) {
  section#sec2 .content_wrapper .content_text_area .button {
    margin: 30px auto 0;
  }
}

section#sec2 .content_wrapper .content_text_area .button a {
  background-color: #09b1ec;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 21px 20px 21px 31.4px;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1;
  border-radius: 50px;
  position: relative;
  border: 1px solid #09b1ec;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

section#sec2 .content_wrapper .content_text_area .button a::after {
  content: "";
  background-image: url(https://isense-omt.com/wp-content/uploads/top_icon002.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

section#sec2 .content_wrapper .content_text_area .button a:hover {
  background-color: #ffffff;
  color: #09b1ec;
}

section#sec2 .content_wrapper .content_text_area .button a:hover::after {
  background-image: url(https://isense-omt.com/wp-content/uploads/top_icon004.png);
  right: 10px;
}

section#sec2 .button_wrapper {
  max-width: 1064px;
  width: 100%;
  margin: 125px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
  -webkit-column-gap: min(44px, 3.2210834553vw);
     -moz-column-gap: min(44px, 3.2210834553vw);
          column-gap: min(44px, 3.2210834553vw);
}
@media (max-width: 767px) {
  section#sec2 .button_wrapper {
    margin: 60px auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 30px;
  }
}

section#sec2 .button_wrapper .large_button {
  max-width: 490px;
  width: 100%;
  border-radius: 100px;
  height: auto;
}

section#sec2 .button_wrapper .large_button a {
  font-family: "Zen Maru Gothic", serif;
  font-size: clamp(22px, 2.4890190337vw, 34px);
  font-weight: bold;
  color: #ffffff;
  padding: min(48px, 3.513909224vw) min(42px, 3.074670571vw) min(52px, 3.8067349927vw) min(52px, 3.8067349927vw);
  border-radius: 100px;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  line-height: 1.2;
  position: relative;
}
@media (max-width: 767px) {
  section#sec2 .button_wrapper .large_button a {
    padding: 24px 40px;
  }
}

section#sec2 .button_wrapper .large_button a span {
  font-size: clamp(18px, 1.6105417277vw, 22px);
  color: #ffd500;
}

section#sec2 .button_wrapper .large_button a::after {
  content: "";
  background-image: url(https://isense-omt.com/wp-content/uploads/top_icon003.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 42px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: min(57px, 4.1727672035vw);
  height: min(57px, 4.1727672035vw);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  section#sec2 .button_wrapper .large_button a::after {
    width: 24px;
    height: 24px;
  }
}

section#sec2 .button_wrapper .large_button a:hover::after {
  right: 28px;
}

section#sec2 .button_wrapper .large_button.company_button a {
  background-image: url(https://isense-omt.com/wp-content/uploads/top_bg003.jpg);
}

section#sec2 .button_wrapper .large_button.staff_button a {
  background-image: url(https://isense-omt.com/wp-content/uploads/top_bg004.jpg);
}

/*--セクション3--------------------------------------------*/
#sec3 .content_wrapper {
  position: relative;
}

#sec3 h2 {
  color: #ffd500;
  text-align: center;
}

#sec3 h2.sec_ttl {
  position: absolute;
  top: 93px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 767px) {
  #sec3 h2.sec_ttl {
    top: 60px;
  }
}

#sec3 h2 span {
  color: #ffffff;
}

#sec3 .content_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media (max-width: 767px) {
  #sec3 .content_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#sec3 .content_box .item {
  max-width: 33.33333%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  #sec3 .content_box .item {
    max-width: 100%;
  }
}

#sec3 .item_epoch {
  background-image: url(https://isense-omt.com/wp-content/uploads/top_bg005.jpg);
}

#sec3 .item_epoch_nakamura {
  background-image: url(https://isense-omt.com/wp-content/uploads/top_bg006.jpg);
}

#sec3 .item_shortstay {
  background-image: url(https://isense-omt.com/wp-content/uploads/top_bg007.jpg);
}

#sec3 .content_box .item {
  padding: 288px 10px 111px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  #sec3 .content_box .item {
    padding: 200px 20px 60px;
  }
}
@media (max-width: 767px) {
  #sec3 .content_box .item:not(:first-of-type) {
    padding: 60px 20px;
  }
}

#sec3 .content_box .item h2 {
  color: #ffffff;
  font-size: 2.8rem;
  margin-bottom: 0;
}

#sec3 .content_box .item figure {
  max-width: 116px;
  height: 116px;
  margin-top: 21px;
}

#sec3 .content_box .item p {
  color: #ffffff;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  margin-top: 17px;
}
@media (max-width: 767px) {
  #sec3 .content_box .item p {
    font-size: 1.6rem;
  }
}

#sec3 .content_box .item p:not(:first-of-type) {
  margin-top: 12px;
}

#sec3 .content_box .item p.button {
  margin-top: 28px;
  max-width: 240px;
  width: 100%;
  border-radius: 50px;
  height: auto;
}

#sec3 .content_box .item .button a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: left;
  color: #09b1ec;
  font-weight: bold;
  font-size: 1.8rem;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50px;
  line-height: 1;
  padding: 20px 20px 20px 32px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#sec3 .content_box .item .button a::after {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(https://isense-omt.com/wp-content/uploads/top_icon004.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#sec3 .content_box .item .button a:hover {
  background-color: #09b1ec;
  color: #ffffff;
}

#sec3 .content_box .item .button a:hover::after {
  background-image: url(https://isense-omt.com/wp-content/uploads/top_icon002.png);
  right: 10px;
}

/*--セクション4--------------------------------------------*/
#sec4 {
  position: relative;
  background-image: url(https://isense-omt.com/wp-content/uploads/top_bg008.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 102px 20px 217px;
}
@media (max-width: 767px) {
  #sec4 {
    padding: 60px 20px;
  }
}
#sec4 .button a:hover {
  color: #fff;
}

#sec4 .content_wrapper h2 {
  color: #ffd500;
  margin-bottom: 0;
}

#sec4 .content_wrapper h2 span {
  color: #ffffff;
}

#sec4 .content_wrapper p.button {
  margin: 33px auto 0;
}

/*--CTA--------------------------------------------*/
.absolute-area {
  position: absolute;
  top: 387px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1024px;
  width: 100%;
  z-index: 2;
}
@media (max-width: 767px) {
  .absolute-area {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}

#cta {
  max-width: 1024px;
  width: 100%;
}

#cta .content_wrapper {
  margin: 0 auto;
  background-color: #09b1ec;
  text-align: center;
  padding: 64px min(66px, 4.831625183vw) 72px;
  border-radius: 24px;
}
@media (max-width: 767px) {
  #cta .content_wrapper {
    margin: 80px auto 0;
    padding: 30px 20px;
  }
}

#cta h2 {
  color: #ffd500;
  margin-bottom: 0;
  position: relative;
}

#cta h2 span {
  color: #ffffff;
}

#cta p:not(.large_button) {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.8rem;
  margin-top: 37px;
}
@media (max-width: 767px) {
  #cta p:not(.large_button) {
    font-size: 1.6rem;
    margin-top: 30px;
  }
}

#cta .button_box {
  margin: 50px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 892px;
  -webkit-column-gap: min(52px, 3.8067349927vw);
     -moz-column-gap: min(52px, 3.8067349927vw);
          column-gap: min(52px, 3.8067349927vw);
}
@media (max-width: 767px) {
  #cta .button_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
    margin-top: 30px;
  }
}

#cta .large_button {
  max-width: 420px;
  width: 100%;
  border-radius: 100px;
  height: auto;
}
@media (max-width: 767px) {
  #cta .large_button {
    margin: 0 auto;
  }
}

#cta .large_button a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-weight: bold;
  font-size: 2.4rem;
  font-family: "Zen Maru Gothic", serif;
  line-height: 1;
  border-radius: 100px;
  height: auto;
}
@media (max-width: 767px) {
  #cta .large_button a {
    font-size: 1.8rem;
  }
}

#cta .large_button.form_button a {
  background-color: #ffc400;
  border: 1px solid #ffc400;
  padding: 49px 5px;
}
@media (max-width: 767px) {
  #cta .large_button.form_button a {
    padding: 28px 5px;
  }
}

#cta .large_button.tel_button a {
  background-color: #ff9900;
  border: 1px solid #ff9900;
  font-size: 2.5rem;
  line-height: 1.2;
  padding: 25px 5px;
}
@media (max-width: 767px) {
  #cta .large_button.tel_button a {
    font-size: 2rem;
    padding: 16px 5px;
  }
}

#cta .large_button.tel_button a .tel_num {
  font-size: 3.5rem;
}
@media (max-width: 767px) {
  #cta .large_button.tel_button a .tel_num {
    font-size: 3rem;
  }
}

#cta .large_button.tel_button a .time_label {
  font-size: 2rem;
}
@media (max-width: 767px) {
  #cta .large_button.tel_button a .time_label {
    font-size: 1.6rem;
  }
}

#cta .large_button.tel_button a .time {
  font-size: 2.2rem;
  background-color: transparent;
  padding: 0;
}
@media (max-width: 767px) {
  #cta .large_button.tel_button a .time {
    font-size: 1.8rem;
  }
}

#cta .large_button.tel_button a .holiday {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  #cta .large_button.tel_button a .holiday {
    font-size: 1.4rem;
  }
}

#sec5 .content-wrapper {
  margin-top: 110px;
}
@media (max-width: 767px) {
  #sec5 .content-wrapper {
    margin-top: 0px;
    margin-bottom: 60px;
  }
}
#sec5 .content-wrapper .sec_ttl {
  color: #09b1ec;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
}
@media (max-width: 767px) {
  #sec5 .content-wrapper .sec_ttl {
    font-size: 1.8rem;
  }
}
#sec5 .content-wrapper .sec_ttl span {
  color: #333;
  font-family: "Zen Maru Gothic", serif;
}
@media (max-width: 767px) {
  #sec5 .content-wrapper .sec_ttl span {
    font-size: 3.2rem;
  }
}
#sec5 .content-wrapper ul {
  font-family: "Zen Maru Gothic", serif;
}
#sec5 .content-wrapper ul li {
  padding: 20px 24px;
  border-bottom: 1px solid #B0D6F5;
}
#sec5 .content-wrapper ul .category {
  color: #fff;
  background-color: #09b1ec;
  padding: 10px 8px;
  font-weight: bold;
  font-size: 1.4rem;
}
#sec5 .content-wrapper ul .post-date {
  margin-left: 23.5px;
  font-weight: bold;
}
#sec5 .content-wrapper ul a {
  margin-left: 23.5px;
}
@media (max-width: 767px) {
  #sec5 .content-wrapper ul a {
    display: block;
    padding: 20px 0 0;
    margin-left: 0;
  }
}

/*--フッター--------------------------------------------*/
#footer {
  background-color: transparent;
  background-image: url(https://isense-omt.com/wp-content/uploads/top_bg002-1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-bottom: 0;
}

#footer li a {
  color: #333;
  font-size: 1.2rem;
  font-weight: bold;
}

#footer li a:hover {
  color: #09b1ec;
}

#footer .footnav ul > li::before,
#footer .footnav ul > li::after {
  background-color: #333;
}

#footer .footnav ul > li:first-of-type::before,
#footer .footnav ul > li:last-of-type::after {
  content: none;
}

.home #footer {
  padding-top: 992px;
}
@media (max-width: 767px) {
  .home #footer {
    padding: min(50px + (1vw - 19.2px) * 0.9709, 50px) 0 0px;
  }
}

#footer .footer__logo a {
  max-width: 156px;
  display: block;
  width: 100%;
  margin: 0 auto;
}

#footer .footer__logo a img {
  max-width: 100%;
  height: auto;
  max-height: none;
}

#footer #copyright {
  width: 100%;
  text-align: center;
  background-color: transparent;
  color: #333333;
  font-size: 1.3rem;
  font-weight: bold;
  padding-bottom: 10px;
}

/*--下層共通--------------------------------------------*/
#content .post h2.gradient_ttl {
  text-align: left;
  margin-bottom: 0;
  font-size: 2.6rem;
  background: -webkit-gradient(linear, left top, right top, from(#ebf6ff), to(transparent));
  background: -webkit-linear-gradient(left, #ebf6ff, transparent);
  background: linear-gradient(90deg, #ebf6ff, transparent);
  padding: 6.5px 15.2px;
  color: #333333;
}
@media (max-width: 767px) {
  #content .post h2.gradient_ttl {
    font-size: 2rem;
  }
}

#content .post h2.gradient_ttl::after {
  content: none;
}

/*--会社案内--------------------------------------------*/
#company {
  padding: 0 20px;
  max-width: 1066px;
  margin: 0 auto;
}

.post #company h2 {
  color: #09b1ec;
}

.post #company h2 span {
  color: #333;
}

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

header#h1Header h1.title {
  color: #333333;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-size: 3.4rem;
}

.page-company header#h1Header h1.title::before {
  content: "COMPANY";
  font-size: 2.2rem;
  color: #09b1ec;
  display: block;
}

#company .content_wrapper {
  max-width: 658px;
  background-color: #f6fbff;
  text-align: center;
  border-radius: 24px;
  padding: 70px 100px;
  line-height: 2.1;
  font-weight: 500;
  font-size: 1.8rem;
  font-family: "Zen Maru Gothic", serif;
  color: #333333;
}
@media (max-width: 767px) {
  #company .content_wrapper {
    padding: 30px 20px;
    text-align: left;
  }
}

#company .content_text {
  font-size: 1.6rem;
  text-align: center;
  line-height: 2.25;
  margin-top: 48px;
}

#company .page_contents_inner .company_img001 {
  margin: 48px auto 0;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

#company .flexbox {
  margin-top: 100px;
}

#company .flexbox figure {
  max-width: 334px;
  width: 100%;
}
@media (max-width: 767px) {
  #company .flexbox figure {
    margin: 15px auto;
  }
}

#company .flexbox h2::after {
  content: none;
}

#company .flexbox p {
  margin-top: 24px;
  font-size: 1.6rem;
  line-height: 2.25;
  max-width: 650px;
}

#company .flexbox .author {
  text-align: right;
}

#company .aspect_img {
  max-width: 300px;
  aspect-ratio: 300/354;
}
@media (max-width: 767px) {
  #company .aspect_img {
    margin: 0 auto;
  }
}

#company .staff_name {
  font-size: 2.2rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  position: relative;
  padding-left: 1em;
}

#company .staff_name::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #09b1ec;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#company .staff_role {
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.6rem;
  font-weight: bold;
  color: #09b1ec;
}

#company ul.col3_list {
  row-gap: 55px;
  margin-bottom: 30px;
}

#company ul.col3_list:not(.linkbtn_list) > li {
  margin-bottom: 0;
}

/*--求人情報--------------------------------------------*/
#recruit {
  padding: 0 20px;
  max-width: 1066px;
  margin: 0 auto;
}

.post #recruit h2 {
  color: #09b1ec;
}

.post #recruit h2 span {
  color: #333;
}

.page-recruit header#h1Header h1.title::before {
  content: "RECRUIT";
  font-size: 2.2rem;
  color: #09b1ec;
  display: block;
}

#recruit .content_wrapper {
  max-width: 658px;
  background-color: #f6fbff;
  text-align: center;
  border-radius: 24px;
  padding: 70px 100px;
  line-height: 2.1;
  font-weight: 500;
  font-size: 1.8rem;
  font-family: "Zen Maru Gothic", serif;
  color: #333333;
}

#recruit .recruit_text {
  margin-top: 24px;
  line-height: 2.25;
}

#recruit .colstyle01 {
  margin-top: 48px;
}

#recruit .col3_list_title {
  font-size: 2.2rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  position: relative;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}

#recruit .col3_list_title::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #09b1ec;
  position: absolute;
  top: 50%;
  left: -1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#recruit .button {
  max-width: 295px;
  margin: 60px auto 0;
}

#recruit .button a {
  background-color: #09b1ec;
  color: #ffffff;
  border: 1px solid #09b1ec;
  padding: 24px 30px;
}

#recruit .button a::after {
  background-image: url(https://isense-omt.com/wp-content/uploads/top_icon002.png);
}

#recruit .button a:hover {
  background-color: #ffffff;
  color: #09b1ec;
}

#recruit .button a:hover::after {
  background-image: url(https://isense-omt.com/wp-content/uploads/top_icon004.png);
}

#recruit h3.recruit_kind {
  margin-bottom: 0;
}

#recruit table.table_style02 {
  margin-top: 0;
}

/*--contact_area-------------------------------------*/
.contact_area {
  padding: min(80px + (1vw - 19.2px) * 2.589, 80px); /*80px-40px (1920-375)x*/
  text-align: center;
  background: #f7f7f7;
  margin-top: min(120px + (1vw - 19.2px) * 2.589, 120px);
}

.post .contact_ttl {
  font-size: min(2.8rem + (1vw - 19.2px) * 0.4531, 2.8rem); /* 2.8-2.1rem (1920-375) */
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2rem;
  padding: 0;
  margin: min(120px + (1vw - 19.2px) * 3.5599, 120px) auto min(50px + (1vw - 19.2px) * 0.9709, 50px); /* 120-65px auto 50-35px (1920-375) */
}

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

.post .contact_ttl::after {
  content: "";
  position: relative;
  visibility: visible;
  display: block;
  width: 2.2em;
  height: 3px;
  background: var(--color-primary);
  margin: 0.6em auto 0;
}

.contact_read {
  margin: 0 0 min(30px + (1vw - 19.2px) * 0.9709, 30px); /*30px-15px (1920-375)*/
  text-align: center;
}

.button_wrap,
.post .button_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.button_wrap > *,
.post .button_wrap > * {
  margin: 10px !important;
}

.contact_area .linkBtn,
.contact_area .post .linkBtn {
  padding: 0;
}

.contact_area .linkBtn a {
  color: #fff;
  padding: 0.8em 1.2em;
  display: block;
}

/*--施設紹介--------------------------------------------*/
.page-facility header#h1Header h1.title::before {
  content: "FACILITY";
  font-size: 2.2rem;
  color: #09b1ec;
  display: block;
}

#facility {
  padding: 0 20px;
  max-width: 1066px;
  margin: 0 auto;
}
#facility .content_item {
  background-color: #f6fbff;
  border-radius: 24px;
  padding: 40px 56px 55px;
}
@media (max-width: 767px) {
  #facility .content_item {
    padding: 30px 20px;
  }
}
#facility .content_item:not(:first-of-type) {
  margin-top: 48px;
}
#facility .content_item h3 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  color: #333;
  position: relative;
  text-align: center;
  border-bottom: none;
  margin-bottom: 0;
}
#facility .content_item h3::after {
  content: "";
  display: block;
  width: 70px;
  height: 5px;
  background: url(https://isense-omt.com/wp-content/uploads/dot.png) no-repeat center center/contain;
  position: absolute;
  bottom: -13.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#facility .content_item .u_flex_box {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
@media (max-width: 767px) {
  #facility .content_item .u_flex_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}
#facility .content_item .facility_main_img {
  max-width: 427px;
}
@media (max-width: 767px) {
  #facility .content_item .facility_main_img {
    margin: 0 auto;
  }
}
#facility .content_item .information_box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#facility .content_item .info_table tr {
  position: relative;
}
#facility .content_item .info_table tr::after {
  content: "";
  border-bottom: 1px dashed #acacac;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -2px;
  left: 0;
}
#facility .content_item .info_table,
#facility .content_item .info_table td {
  border: none;
}
#facility .content_item .info_table td {
  padding: 22px 0 20px 20px;
  min-width: 5em;
}
#facility .content_item .category {
  font-weight: bold;
  font-family: "Zen Maru Gothic", serif;
  color: #333333;
}
#facility .col3_list {
  margin-top: 32px;
}
#facility .info_text {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 30px;
  line-height: 225%;
  margin-top: 32px;
}
#facility .button_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 16px;
  width: 100%;
  margin-top: 32px;
}
@media (max-width: 767px) {
  #facility .button_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#facility .wide_button {
  max-width: 437px;
  width: calc(50% - 16px);
  height: auto;
  border-radius: 50px;
}
@media (max-width: 767px) {
  #facility .wide_button {
    max-width: none;
    width: 100%;
  }
}
#facility .wide_button a {
  width: 100%;
  height: 100%;
  display: block;
  color: #09b1ec;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 21.5px 66px;
  border-radius: 50px;
  position: relative;
  background-color: #fff;
  border: 1px solid #09b1ec;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#facility .wide_button a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 29px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(https://isense-omt.com/wp-content/uploads/top_icon004.png) no-repeat center center/contain;
  width: 22px;
  height: 22px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#facility .wide_button a:hover {
  background-color: #09b1ec;
  color: #ffffff;
}
#facility .wide_button a:hover::after {
  right: 17px;
  background-image: url(https://isense-omt.com/wp-content/uploads/top_icon002.png);
}

#facility h2 {
  color: #09b1ec;
}

#facility h2 span {
  color: #333333;
}

#facility .page_text {
  text-align: center;
  line-height: 2.25;
}

#facility .page_text:not(:first-of-type) {
  margin-top: 50px;
}

#facility .facility_img001 {
  margin: 48px auto 0;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.flowlist01 {
  padding-left: 13rem;
  position: relative;
}

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

.flowlist01 > li {
  position: relative;
}

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

.flowlist01 > li .icon {
  font-size: 1.6rem;
  color: #fff;
  background-color: #09b1ec;
  padding: 0.8rem 2rem;
  display: block;
  position: absolute;
  top: 0;
  left: -13rem;
  z-index: 100;
  border-radius: 12px;
  font-weight: bold;
  font-family: "Zen Maru Gothic", serif;
}

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

.flowlist01 > li dl {
  padding-left: 7rem;
  position: relative;
  padding-top: 0.7rem;
}
.flowlist01 > li dl dd {
  line-height: 187.5%;
}

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

.flowlist01 > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: 0;
  background: #09b1ec;
  border-radius: 50%;
  left: -4px;
}

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

.flowlist01 > li dl dt {
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-size: 2.2rem;
  font-family: "Zen Maru Gothic", serif;
}

@media (max-width: 768px) {
  .flowlist01 > li .icon {
    font-size: 1.2rem;
  }
  .flowlist01 {
    padding-left: 10rem;
  }
  .flowlist01 > li .icon {
    left: -11rem;
  }
  .flowlist01::before {
    left: 10rem;
  }
  .flowlist01 > li dl {
    padding-left: 4.5rem;
  }
  .flowlist01 > li dl::after {
    width: 30px;
  }
  .flowlist01 > li dl dt {
    font-size: 1.4rem;
  }
}
.socialicon {
  margin-top: 6px;
  margin-bottom: 32px;
}
.socialicon .fa-instagram {
  width: 22px;
  height: 22px;
  background: url(https://isense-omt.com/wp-content/uploads/Instagram_icon.png) no-repeat center center/contain;
  display: block;
}

a#scrollUp {
  background: url(https://isense-omt.com/wp-content/uploads/top_icon005.png) no-repeat center center/contain;
  width: 57px;
  height: 57px;
  background-color: transparent;
}
a#scrollUp svg {
  display: none;
}

.menu-item-has-children {
  position: relative;
}
.menu-item-has-children::after {
  content: "";
  background: url(https://isense-omt.com/wp-content/uploads/top_icon001.png) no-repeat center center/contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 1024px), print {
  nav#mainNav ul li.current-menu-item ul.sub-menu li a,
  nav#mainNav ul li ul.sub-menu li.current-menu-item a {
    background: #ffffff;
  }
  nav#mainNav ul li ul.sub-menu li a {
    background-color: #ffffff;
  }
  nav#mainNav ul li ul.sub-menu li a:hover {
    background-color: #09b1ec;
    color: #ffffff;
  }
}
/*--問い合わせ--------------------------------------------*/
#content .post .linkBtn {
  display: block;
  margin: 30px auto;
  background-color: #09b1ec;
}
#content .post .linkBtn input {
  padding: 0;
}
#content p a {
  color: #09b1ec;
}
#content .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#content .cat-news a {
  color: #fff;
}

.page-contact header#h1Header h1.title::before {
  content: "CONTACT";
  font-size: 2.2rem;
  color: #09b1ec;
  display: block;
}

.single-post h1.title, .category h1.title {
  display: block;
}
.single-post #sidebar .menu-item-has-children::after, .category #sidebar .menu-item-has-children::after {
  content: none;
}/*# sourceMappingURL=style.css.map */