@charset "UTF-8";
/* ===== デフォルトテーマ（白） ===== */
:root {
  /* 白背景に黒のところは、全部この変数にする */
  --base-text-color: #404040;
  --base-background-color: #ffffff;
  --base-highlight-color: #ff0000;
  /* 白背景に、青のところのテキストには、全部この変数に。黒背景になったときは、この色は黄色に。青背景のときは、白。 */
  --base-primary-color: #2f66ed;
  --base-primary-on_txtcolor: #fff;
  /* 青背景の上にあるテキスト色＝background-colorでいいか */
  /* --base-primary-ontext-color: #ffffff; */
  /* VK Buttonは、背景色にprimaryカラーだけを使うことにする */
  /* その時、必ずテキストカラーもプリセットカラーの色を指定すること */
  /* wordpressのプリセットカラーは、黒、白、青、黄グレー、オレンジ、赤色だけにする */
  --wp--preset--color--base: #404040;
  --wp--preset--color--contrast: #ffffff;
  --wp--preset--color--primary: #2f66ed;
  --wp--preset--color--secondary: #ffe7cf;
  --wp--preset--color--tertiary: #ff8c00;
  --wp--preset--color--quaternary: #e50011;
  /* ※※※※※ 見出し色変数は、使わず、primaryとbaseのカラー変数にする */
  /* テーブルの色 */
  --table-th-border-color: #ffffff;
  --table-th-background-color: #2f66ed;
  --table-th-text-color: #ffffff;
  --table-td-border-color: #d5d5d5;
  --table-td-background-color: #ffffff;
  --table-td-text-color: #404040;
  /* リンクの色 */
  --link-color: #ff705d;
  --link-visited-color: #f87b14;
  --link-hover-color: #f87b14;
  --link-active-color: #ff705d;
  /* Newsの色 */
  --news-ltgray-color: #97b2f6;
  /* アイコンのURL */
  /* Wordpressに持っていくと、ルートパスが変わるので変更必要！！ */
  --site-logo-url: url(/cms/wp-content/themes/hmr_tenohira_eye2025/images/site_logo_blue.svg);
  --site-logo_v2-url: url(/cms/wp-content/themes/hmr_tenohira_eye2025/images/site_logo_v2_blue.svg);
  --site-logo_magazine-url: url(/cms/wp-content/themes/hmr_tenohira_eye2025/images/site_log_magazine_blue.svg);
  --ico-yaji06-url: url(/cms/wp-content/themes/hmr_tenohira_eye2025/images/ico_yaji06.svg);
  /* グレー背景のところは、黒・青背景のときは、濃いグレーにする */
  /* その他の色変更ルールはそのままにする */
  --gray01-bg-color: #f0f4fe;
  --gray01-bg_on_txt_b: #2f66ed;
  --gray02-bg-color: #faf9fd;
  --gray03w-bg-color: #fcf8ec;
  --gray_blue04-bg-color: #c3d4ff;
  /* パンくず */
  --gray-pankuzu-color: #9f9f9f;
  /* グレー罫線 */
  --gray-kei-color: #d5d5d5;
  /* フッター */
  --footer-bg-gray: #eaf0fd;
}

/* ===== 黒テーマ ===== */
[data-theme=black] {
  /* 変更する変数のみ指定 */
  --base-text-color: #ffffff;
  --base-background-color: #000000;
  --base-highlight-color: #ff0000;
  --base-primary-color: #fffb04;
  --base-primary-on_txtcolor: #000000;
  --wp--preset--color--base: #ffffff;
  --wp--preset--color--contrast: #000000;
  --wp--preset--color--primary: #fffb04;
  --wp--preset--color--secondary: #353433;
  --wp--preset--color--tertiary: #ff8c00;
  --wp--preset--color--quaternary: #e50011;
  /* テーブルの色 */
  --table-th-border-color: #000000;
  --table-th-background-color: #fffb04;
  --table-th-text-color: #000000;
  --table-td-border-color: #d5d5d5;
  --table-td-background-color: #000000;
  --table-td-text-color: #ffffff;
  --link-color: #ffee00;
  --link-visited-color: #eee568;
  --link-hover-color: #fffb00;
  --link-active-color: #fbff00;
  /* アイコンのURL */
  --site-logo-url: url(/cms/wp-content/themes/hmr_tenohira_eye2025/images/site_logo_white.svg);
  --site-logo_magazine-url: url(/cms/wp-content/themes/hmr_tenohira_eye2025/images/site_log_magazine_white.svg);
  /* Newsの色 */
  --news-ltgray-color: #c4ab72;
  --gray01-bg-color: #3f3f3f;
  --gray01-bg_on_txt_b: #ffee00;
  --gray02-bg-color: #575757;
  --gray03w-bg-color: #746851;
  --gray_blue04-bg-color: #575757;
  /* フッター */
  --footer-bg-gray: #3f3f3f;
}

/* ===== 青テーマ ===== */
[data-theme=blue] {
  --base-text-color: #ffffff;
  --base-background-color: #0003d1;
  --base-highlight-color: #ffee00;
  --base-primary-color: #fff;
  --base-primary-on_txtcolor: #0003d1;
  --wp--preset--color--base: #ffffff;
  --wp--preset--color--contrast: #0003d1;
  --wp--preset--color--primary: #ffffff;
  --wp--preset--color--secondary: #001830;
  --wp--preset--color--tertiary: #ffbb00;
  --wp--preset--color--quaternary: #e50011;
  /* テーブルの色 */
  --table-th-border-color: #0003d1;
  --table-th-background-color: #ffffff;
  --table-th-text-color: #0003d1;
  --table-td-border-color: #d5d5d5;
  --table-td-background-color: #0003d1;
  --table-td-text-color: #ffffff;
  --link-color: #ffee00;
  --link-visited-color: #eee568;
  --link-hover-color: #fffb00;
  --link-active-color: #fbff00;
  /* アイコンのURL */
  --site-logo-url: url(/cms/wp-content/themes/hmr_tenohira_eye2025/images/site_logo_white.svg);
  --site-logo_magazine-url: url(/cms/wp-content/themes/hmr_tenohira_eye2025/images/site_log_magazine_white.svg);
  /* Newsの色 */
  --news-ltgray-color: #98b0e0;
  --gray01-bg-color: #292f50;
  --gray01-bg_on_txt_b: #ffee00;
  --gray02-bg-color: #41465f;
  --gray03w-bg-color: #536180;
  --gray_blue04-bg-color: #3a405e;
  /* フッター */
  --footer-bg-gray: #292f50;
}

/* 設定 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:root body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--base-text-color);
  background-color: var(--base-background-color);
  padding: 0;
  margin: 0;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}

a {
  color: var(--link-color);
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

a:visited {
  color: var(--link-visited-color);
}

a:hover {
  color: var(--link-hover-color);
  text-decoration: underline;
}

a:active {
  color: var(--link-active-color);
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
    color: #404040;
  }
}
#contents-container {
  margin: 0 auto;
  background-color: var(--gray03w-bg-color);
}

#main-contents {
  line-height: 1.7;
  max-width: 1120px;
  margin: 0 auto;
  min-height: 350px;
  padding: min(60px, 6vw) 1em;
}
#main-contents a {
  word-break: break-all;
}

/* ページヘッダー */
a.skiplink {
  display: block;
  overflow: hidden;
  height: 0;
  padding: 0;
}

#top_1line_news_yoyakubtn {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 5500;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--gray01-bg-color);
}
#top_1line_news_yoyakubtn:has(.top_1line_news) {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#top_1line_news_yoyakubtn .top_1line_news {
  position: relative;
  top: 4px;
  /* 800-1200 :: 10px-80px */
  padding-left: clamp(0.625rem, -8.125rem + 17.5vw, 5rem);
}
#top_1line_news_yoyakubtn .top_1line_news ul {
  line-height: 1.2;
  margin: 0;
  padding: 10px 0;
}
#top_1line_news_yoyakubtn .top_1line_news ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#top_1line_news_yoyakubtn .top_1line_news ul li .news_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  #top_1line_news_yoyakubtn .top_1line_news ul li .news_icons {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100px;
  }
}
#top_1line_news_yoyakubtn .top_1line_news ul li .news_icon {
  position: relative;
  top: -4px;
  display: inline-block;
  border-radius: 30px;
  font-size: clamp(0.75rem, 0.6841603053rem + 0.2544529262vw, 0.875rem);
  font-weight: bold;
  padding: 4px 16px;
  margin-right: 0.5em;
  color: var(--base-primary-on_txtcolor);
  background-color: var(--base-primary-color);
}
#top_1line_news_yoyakubtn .top_1line_news ul li .news_icon .sp_br {
  display: none;
}
@media screen and (max-width: 768px) {
  #top_1line_news_yoyakubtn .top_1line_news ul li .news_icon {
    top: 0;
  }
  #top_1line_news_yoyakubtn .top_1line_news ul li .news_icon .sp_br {
    display: block;
  }
}
#top_1line_news_yoyakubtn .top_1line_news ul li a {
  color: var(--gray01-bg_on_txt_b);
  font-weight: bold;
}
#top_1line_news_yoyakubtn .top_aki_yoyaku_btn {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 500px;
  padding-left: clamp(1.5rem, -0.0143129771rem + 5.8524173028vw, 4.375rem);
  color: var(--base-primary-on_txtcolor);
  background-color: var(--base-primary-color);
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
}
#top_1line_news_yoyakubtn .top_aki_yoyaku_btn a {
  font-size: clamp(1.0625rem, 0.963740458rem + 0.3816793893vw, 1.25rem);
  font-weight: bold;
  padding: 24px 16px 24px 36px;
  height: 100%;
  color: var(--base-primary-on_txtcolor);
  text-decoration: none;
  display: inline-block;
  position: relative;
}
#top_1line_news_yoyakubtn .top_aki_yoyaku_btn a:hover {
  opacity: 0.75;
}
#top_1line_news_yoyakubtn .top_aki_yoyaku_btn a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 50%;
          mask-position: 0 50%;
  -webkit-mask-image: url("../images/ico_calender.svg");
          mask-image: url("../images/ico_calender.svg");
  -webkit-mask-size: 30px auto;
          mask-size: 30px auto;
  background-color: var(--base-primary-on_txtcolor);
}
#top_1line_news_yoyakubtn .top_aki_yoyaku_btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 50%;
          mask-position: 0 50%;
  -webkit-mask-image: url("../images/ico_yaji06.svg");
          mask-image: url("../images/ico_yaji06.svg");
  -webkit-mask-size: 7px auto;
          mask-size: 7px auto;
  background-color: var(--base-primary-on_txtcolor);
}
@media screen and (max-width: 768px) {
  #top_1line_news_yoyakubtn .top_aki_yoyaku_btn {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #top_1line_news_yoyakubtn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-header {
  display: block;
  background-color: var(--base-background-color);
}

#header-container {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  padding-bottom: 0;
  padding-left: clamp(1rem, 0.4732824427rem + 2.0356234097vw, 2rem);
  padding-right: clamp(6.875rem, 3.7805343511rem + 11.9592875318vw, 12.75rem);
}
#header-container .header_sitename {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 215px;
  max-width: 215px;
  margin-bottom: 10px;
}
#header-container .header_sitename h1 {
  height: 55px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: var(--site-logo-url);
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#header-container .header_sitename .online_shinryo_btn {
  display: none;
}
@media screen and (max-width: 1050px) {
  #header-container .header_sitename {
    width: 165px;
  }
}
@media screen and (max-width: 768px) {
  #header-container .header_sitename {
    margin-bottom: 0;
  }
  #header-container .header_sitename h1 {
    background-position: 0 30%;
  }
}
#header-container .header_rt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 1%;
}
#header-container .header_rt .header_tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
#header-container .header_rt .header_tools #hdaer_navi ul li {
  display: inline-block;
  margin: 0 1em;
}
#header-container .header_rt .header_tools #hdaer_navi ul li a {
  color: var(--base-text-color);
}
#header-container .header_rt .header_tools #hdaer_navi ul li a:hover {
  color: var(--base-primary-color);
  text-decoration: none;
}
#header-container .header_rt .header_tools .header_colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 1em;
}
#header-container .header_rt .header_tools .header_colors ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header-container .header_rt .header_tools .header_colors ul li {
  margin: 0 2px;
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 3px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}
#header-container .header_rt .header_tools .header_colors ul li[data-theme=white] {
  border: 1px solid #d4d7e2;
  background-color: #fff;
}
#header-container .header_rt .header_tools .header_colors ul li[data-theme=black] {
  background-color: #000000;
}
#header-container .header_rt .header_tools .header_colors ul li[data-theme=blue] {
  background-color: #0000ff;
}
@media screen and (max-width: 980px) {
  #header-container .header_rt .header_tools .header_colors {
    display: none;
  }
}
#header-container .header_rt .header_tools .header_search {
  margin: 0 1em;
}
#header-container .header_rt .header_tools .header_search input[type=text] {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("../images/ico_search_black.svg") !important;
  background-size: contain;
  background-color: transparent;
  border: 1px solid transparent;
  width: 30px;
  padding: 4px 4px 4px 4px;
  padding-left: 20px;
  color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#header-container .header_rt .header_tools .header_search input[type=text]::-webkit-input-placeholder {
  text-indent: 1em;
}
#header-container .header_rt .header_tools .header_search input[type=text]::-moz-placeholder {
  text-indent: 1em;
}
#header-container .header_rt .header_tools .header_search input[type=text]:-ms-input-placeholder {
  text-indent: 1em;
}
#header-container .header_rt .header_tools .header_search input[type=text]::-ms-input-placeholder {
  text-indent: 1em;
}
#header-container .header_rt .header_tools .header_search input[type=text]::placeholder {
  text-indent: 1em;
}
#header-container .header_rt .header_tools .header_search input[type=text]:focus {
  color: #404040;
  width: 160px;
  background-color: #fff;
  border: 1px solid #ccc;
}
#header-container .header_rt .header_tools .header_search input[type=submit] {
  display: none;
}
@media screen and (max-width: 768px) {
  #header-container .header_rt .header_tools .header_search {
    display: none;
  }
}
#header-container .header_rt .header_tools .header_lang select {
  width: 140px;
  border: 1px solid #ccc;
  padding: 3px;
}
#header-container .header_rt #gnavi > ul {
  font-size: 15px;
  font-size: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
}
#header-container .header_rt #gnavi > ul > li {
  margin: 0 0.75em;
  position: relative;
}
#header-container .header_rt #gnavi > ul > li:hover > .pull_down_menu {
  display: block;
}
#header-container .header_rt #gnavi > ul > li > a {
  display: block;
  padding: 15px 0 20px;
  font-weight: bold;
  color: var(--base-text-color);
}
#header-container .header_rt #gnavi > ul > li > a:hover {
  color: var(--base-primary-color);
  text-decoration: none;
}
@media screen and (max-width: 1280px) {
  #header-container .header_rt #gnavi > ul > li {
    margin: 0 0.4em;
  }
}
#header-container .header_rt #gnavi .pull_down_menu {
  display: none;
  position: absolute;
  top: 100%;
  left: calc(50% - 150px);
  width: 300px;
  padding: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}
#header-container .header_rt #gnavi .pull_down_menu > ul.middle_menu > li > a {
  display: block;
  padding: 8px 0;
  font-weight: bold;
  color: #404040;
}
#header-container .header_rt #gnavi .pull_down_menu > ul.middle_menu > li > a:hover {
  color: #2f66ed;
  text-decoration: none;
}
#header-container .header_rt #gnavi .pull_down_menu > ul.middle_menu > li > ul.sub-menu {
  list-style-type: disc;
  margin-left: 2em;
  margin-bottom: 5px;
}
#header-container .header_rt #gnavi .pull_down_menu > ul.middle_menu > li > ul.sub-menu > li > a {
  display: block;
  padding: 2px 0;
  font-weight: bold;
  color: #404040;
}
#header-container .header_rt #gnavi .pull_down_menu > ul.middle_menu > li > ul.sub-menu > li > a:hover {
  color: #2f66ed;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #header-container .header_rt {
    display: none;
  }
}

/* パンクズ */
#breadcrumb {
  font-size: 14px;
  font-size: 0.875rem;
  background-color: var(--gray03w-bg-color);
  color: var(--gray-pankuzu-color);
}
#breadcrumb a {
  color: var(--gray-pankuzu-color);
}
#breadcrumb ul {
  max-width: 1120px;
  margin: 0 auto;
  padding: 1em 16px 1.5em;
  list-style-type: none;
  overflow: hidden;
  line-height: 1.3;
}
#breadcrumb ul li {
  margin: 0;
  padding: 0 16px 0 0;
  float: left;
}
#breadcrumb ul li:last-child {
  background: none;
}

#subpage_header_container {
  background-color: var(--gray03w-bg-color);
}
#subpage_header_container .subpage_header_inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1em;
  aspect-ratio: 1/0.2142;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#subpage_header_container .subpage_header_inner h2 {
  font-size: clamp(1.125rem, 0.1374045802rem + 3.8167938931vw, 3rem);
  font-weight: bold;
  text-align: center;
  color: var(--base-primary-color);
}

/* ページフッター */
#footer-container #ft_sitemap {
  padding: 50px 3em;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
#footer-container #ft_sitemap a {
  color: var(--base-text-color);
  text-decoration: none;
}
#footer-container #ft_sitemap a:hover {
  opacity: 0.75;
}
#footer-container #ft_sitemap .ft_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer-container #ft_sitemap .ft_row .ft_col {
  padding: 0 0.5em;
}
#footer-container #ft_sitemap .ft_row .ft_col ul.main_menu {
  font-size: clamp(0.9375rem, 0.7070610687rem + 0.8905852417vw, 1.375rem);
  font-weight: bold;
}
#footer-container #ft_sitemap .ft_row .ft_col ul.main_menu li {
  margin-bottom: 1em;
}
#footer-container #ft_sitemap .ft_row .ft_col ul + ul.main_menu {
  margin-top: 1em;
}
#footer-container #ft_sitemap .ft_row .ft_col ul.middle_menu {
  font-size: clamp(0.875rem, 0.776240458rem + 0.3816793893vw, 1.0625rem);
  font-weight: 500;
  margin-left: 1em;
}
#footer-container #ft_sitemap .ft_row .ft_col ul.middle_menu li {
  margin-bottom: 10px;
}
#footer-container #ft_sitemap .ft_row .ft_col ul + ul.middle_menu {
  margin-top: 1em;
}
#footer-container #ft_sitemap .ft_row .ft_col ul.sub-menu {
  font-size: clamp(0.8125rem, 0.713740458rem + 0.3816793893vw, 1rem);
  font-weight: 400;
  margin-top: 0.4em;
  margin-left: 2em;
  list-style-type: disc;
}
#footer-container #ft_sitemap .ft_row .ft_col ul.sub-menu li {
  margin-bottom: 5px;
}
#footer-container #ft_sitemap .ft_row .ft_col ul.etc_navi_menu {
  font-size: clamp(0.875rem, 0.776240458rem + 0.3816793893vw, 1.0625rem);
  font-weight: bold;
}
#footer-container #ft_sitemap .ft_row .ft_col ul.etc_navi_menu li {
  margin-bottom: 8px;
}
#footer-container #ft_sitemap .ft_row .ft_col ul + ul.etc_navi_menu {
  margin-top: 1.5em;
}
#footer-container #ft_sitemap .ft_row .ft_col .ft_inner_row {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#footer-container #ft_sitemap .ft_row .ft_col .ft_inner_row .ft_inner_col {
  margin-right: 0.5em;
}
@media screen and (max-width: 768px) {
  #footer-container #ft_sitemap {
    display: none;
  }
}

#footer_bottom {
  padding: 50px 3em;
  background-color: var(--footer-bg-gray);
}
#footer_bottom .ft_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer_bottom .ft_row .ft_col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
#footer_bottom .ft_row .ft_col .ft_inner_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer_bottom .ft_row .ft_col .ft_inner_row h5 {
  width: 272px;
  height: 56px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-image: var(--site-logo-url);
  background-size: contain;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
#footer_bottom .ft_row .ft_col .ft_inner_row .addtoany_shortcode {
  margin-left: 16px;
}
#footer_bottom .ft_row .ft_col .ft_inner_row .addtoany_shortcode .a2a_button_facebook svg path,
#footer_bottom .ft_row .ft_col .ft_inner_row .addtoany_shortcode .a2a_button_x svg path,
#footer_bottom .ft_row .ft_col .ft_inner_row .addtoany_shortcode .a2a_button_line svg path {
  fill: var(--base-primary-color);
}
#footer_bottom .ft_row .ft_col .ft_inner_row ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
}
#footer_bottom .ft_row .ft_col .ft_inner_row ul li {
  margin-left: 10px;
}
#footer_bottom .ft_row .ft_col .ft_inner_row ul li a {
  display: inline-block;
  width: 32px;
  height: 32px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 50%;
          mask-position: 0 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--base-text-color);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
#footer_bottom .ft_row .ft_col .ft_inner_row ul li.ico_instagram a {
  -webkit-mask-image: url("../images/ico_insta.svg");
          mask-image: url("../images/ico_insta.svg");
}
#footer_bottom .ft_row .ft_col .ft_inner_row ul li.ico_x a {
  -webkit-mask-image: url("../images/ico_x.svg");
          mask-image: url("../images/ico_x.svg");
}
#footer_bottom .ft_row .ft_col .ft_inner_row ul li.ico_line a {
  -webkit-mask-image: url("../images/ico_line.svg");
          mask-image: url("../images/ico_line.svg");
}
@media screen and (max-width: 768px) {
  #footer_bottom .ft_row .ft_col .ft_inner_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #footer_bottom .ft_row .ft_col .ft_inner_row .addtoany_shortcode {
    margin-left: 0;
    margin-top: 10px;
  }
  #footer_bottom .ft_row .ft_col .ft_inner_row ul {
    margin-left: 0;
    margin-top: 10px;
  }
  #footer_bottom .ft_row .ft_col .ft_inner_row ul li {
    margin: 0 10px;
  }
}
#footer_bottom .ft_row .ft_toiawase {
  line-height: 1.5;
}
#footer_bottom .ft_row .ft_toiawase a {
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 20px 50px;
  border-radius: 150px;
  color: var(--base-primary-color);
  background-color: var(--base-background-color);
  position: relative;
}
#footer_bottom .ft_row .ft_toiawase a:hover {
  text-decoration: none;
  opacity: 0.75;
}
#footer_bottom .ft_row .ft_toiawase a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  width: 10px;
  height: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0% 50%;
          mask-position: 0% 50%;
  -webkit-mask-image: url("../images/ico_yaji06.svg");
          mask-image: url("../images/ico_yaji06.svg");
  -webkit-mask-size: 7px auto;
          mask-size: 7px auto;
  background-color: var(--base-primary-color);
}
#footer_bottom .ft_row .ft_toiawase a h5 {
  font-size: clamp(1.125rem, 0.9933206107rem + 0.5089058524vw, 1.375rem);
  font-weight: bold;
  margin-bottom: 10px;
}
#footer_bottom .ft_row .ft_toiawase a .ft_email {
  font-size: clamp(0.8125rem, 0.7795801527rem + 0.1272264631vw, 0.875rem);
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #footer_bottom .ft_row .ft_toiawase {
    margin-top: 30px;
  }
  #footer_bottom .ft_row .ft_toiawase a {
    width: 100%;
    border-radius: 25px;
  }
}
@media screen and (max-width: 768px) {
  #footer_bottom .ft_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  #footer_bottom {
    padding-bottom: 120px;
  }
}

#ft_navi {
  margin-top: 10px;
}
#ft_navi ul {
  font-size: 14px;
  font-size: 0.875rem;
}
#ft_navi ul li {
  display: inline-block;
  margin: 0 1em 0 0;
}
#ft_navi ul li a {
  color: var(--base-text-color);
  text-decoration: none;
}
#ft_navi ul li a:hover {
  opacity: 0.75;
}
@media screen and (max-width: 768px) {
  #ft_navi {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  #ft_navi ul li {
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
}

.ft_copyright {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0;
  margin: min(50px, 5vw) 0;
}
.ft_copyright small {
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .ft_copyright {
    text-align: center;
  }
}

#btn_dryeye_selfcheck {
  position: fixed;
  z-index: 6000;
  right: 20px;
  bottom: 60px;
  display: none;
}
#btn_dryeye_selfcheck.btn_show {
  display: block;
}
#btn_dryeye_selfcheck .dryeye_inner {
  position: relative;
  display: block;
  margin: 0 0 0 auto;
  width: 176px;
  height: 176px;
}
#btn_dryeye_selfcheck .dryeye_inner .close_btn {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  z-index: 1000;
  top: -5px;
  right: -10px;
  width: 20px;
  height: 20px;
}
#btn_dryeye_selfcheck .dryeye_inner .close_btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 4px;
  background-color: var(--base-primary-color);
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}
#btn_dryeye_selfcheck .dryeye_inner .close_btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 4px;
  background-color: var(--base-primary-color);
  -webkit-transform: translateY(8px) rotate(-45deg);
          transform: translateY(8px) rotate(-45deg);
}
#btn_dryeye_selfcheck a {
  display: block;
  width: 176px;
  height: 176px;
  border-radius: 50%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("../images/ico_dryeye_check_2x.webp");
  background-size: 100px auto;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
#btn_dryeye_selfcheck a:hover {
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.35);
          box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 768px) {
  #btn_dryeye_selfcheck .dryeye_inner {
    width: 120px;
    height: 120px;
  }
  #btn_dryeye_selfcheck a {
    width: 120px;
    height: 120px;
    padding-top: 120px;
    background-size: 75px auto;
  }
}

@media screen and (max-width: 768px) {
  body:has(.top_1line_news) #btn_dryeye_selfcheck {
    bottom: 120px;
  }
}

#backtopbtn {
  position: fixed;
  z-index: 8800;
  bottom: 20px;
  right: 0px;
  width: 36px;
  height: 36px;
  display: none;
}
#backtopbtn a {
  display: block;
  width: 36px;
  height: 36px;
  background: url("../images/btn_pagetop.png") 0 0 no-repeat;
}

@media screen and (min-width: 769px) {
  #backtopbtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    display: none;
  }
  #backtopbtn a {
    display: block;
    width: 50px;
    height: 50px;
    background: url("../images/btn_pagetop.png") 0 0 no-repeat;
  }
}
/* コンテンツエリア */
#main-contents h1 {
  color: var(--base-primary-color);
  font-size: clamp(1.375rem, 1.1116412214rem + 1.0178117048vw, 1.875rem);
  font-weight: bold;
  margin: 3.5em 0 1em;
  line-height: 1.4;
}
#main-contents h1:first-child {
  margin-top: 0;
}
#main-contents h2 {
  color: var(--base-primary-color);
  font-size: clamp(1.375rem, 1.0458015267rem + 1.272264631vw, 2rem);
  font-weight: bold;
  margin: 3.5em 0 1.25em;
  line-height: 1.4;
  position: relative;
}
#main-contents h2:first-child {
  margin-top: 0;
}
#main-contents h3 {
  color: var(--base-primary-color);
  font-size: clamp(1.0625rem, 0.8979007634rem + 0.6361323155vw, 1.375rem);
  font-weight: bold;
  margin: 2em 0 1em;
  line-height: 1.4;
  padding-left: 4px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--base-primary-color);
}
#main-contents h3:first-child {
  margin-top: 0;
}
#main-contents h3.h3_t2 {
  color: var(--base-primary-color);
  font-size: clamp(1.0625rem, 0.8979007634rem + 0.6361323155vw, 1.375rem);
  font-weight: bold;
  margin: 2em 0 1em;
  line-height: 1.4;
  padding-left: 0;
  padding-bottom: 8px;
  border-bottom: none;
}
#main-contents h3.h3_t2:first-child {
  margin-top: 0;
}
#main-contents h4 {
  color: var(--base-primary-color);
  font-size: clamp(1rem, 0.901240458rem + 0.3816793893vw, 1.1875rem);
  font-weight: bold;
  margin: 1.6em 0 1em;
  padding: 8px 14px 8px 24px;
  line-height: 1.4;
  border: 1px solid var(--base-primary-color);
  border-radius: 4px;
  position: relative;
}
#main-contents h4:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 28%;
  width: 5px;
  height: 44%;
  background-color: var(--base-primary-color);
  border-radius: 20px;
}
#main-contents h4:first-child {
  margin-top: 0;
}
#main-contents h5 {
  color: var(--base-primary-color);
  font-size: clamp(0.9375rem, 0.8716603053rem + 0.2544529262vw, 1.0625rem);
  font-weight: bold;
  margin: 1.6em 0 0.7em;
  padding-left: 0.8em;
  line-height: 1.4;
  position: relative;
}
#main-contents h5:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--base-primary-color);
}
#main-contents h5:first-child {
  margin-top: 0;
}
#main-contents h6 {
  color: var(--base-primary-color);
  font-size: clamp(0.9375rem, 0.9045801527rem + 0.1272264631vw, 1rem);
  font-weight: bold;
  margin: 1.2em 0 0.4em;
  line-height: 1.4;
}
#main-contents h6:first-child {
  margin-top: 0;
}

#main-contents table.table_normal {
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  line-height: 1.5;
  width: 100%;
  margin: 0 auto;
}
#main-contents table.table_normal th {
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  font-weight: normal;
  padding: 4px 4px;
  background-color: #efefef;
}
#main-contents table.table_normal td {
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  padding: 4px 4px;
}

#main-contents ul {
  list-style-type: disc;
  margin: 0.5em 0 0.8em 1.5em;
}
#main-contents ul li {
  line-height: 1.5;
  margin-bottom: 0.4em;
}
#main-contents ol {
  list-style-type: decimal;
  margin: 0.5em 0 0.8em 1.5em;
}
#main-contents ol li {
  line-height: 1.5;
  margin-bottom: 0.4em;
}

/* コンテンツ共通パーツ */
.not_link {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}

.sp_br {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_br {
    display: block;
  }
}

#main-contents .has-c-red-color,
#top_contents .has-c-red-color {
  color: #e50011 !important;
}
#main-contents .has-c-red-background-color,
#top_contents .has-c-red-background-color {
  background-color: #e50011 !important;
}
#main-contents .c-red,
#top_contents .c-red {
  color: #e50011 !important;
}
#main-contents .center,
#top_contents .center {
  text-align: center !important;
}
#main-contents .right,
#top_contents .right {
  text-align: right !important;
}

#main-contents .font-xs,
#top_contents .font-xs {
  font-size: clamp(0.625rem, 0.5591603053rem + 0.2544529262vw, 0.75rem) !important;
}
#main-contents .font-s,
#top_contents .font-s {
  font-size: clamp(0.75rem, 0.6841603053rem + 0.2544529262vw, 0.875rem) !important;
}
#main-contents .font-m,
#top_contents .font-m {
  font-size: clamp(0.875rem, 0.8091603053rem + 0.2544529262vw, 1rem) !important;
}
#main-contents .font-l,
#top_contents .font-l {
  font-size: clamp(1rem, 0.9341603053rem + 0.2544529262vw, 1.125rem) !important;
}
#main-contents .font-xl,
#top_contents .font-xl {
  font-size: clamp(1.125rem, 1.0591603053rem + 0.2544529262vw, 1.25rem) !important;
}

#main-contents ul.sitemap {
  margin-left: 0;
  margin-top: 1em;
  list-style-type: none;
}
#main-contents ul.sitemap ul {
  list-style-type: none;
}
#main-contents ul.sitemap > li {
  padding-bottom: 0.5em;
  padding-left: 1em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #bbb;
  background: none;
}
#main-contents ul.sitemap > li ul.children {
  list-style-type: none;
  margin-top: 0.5em;
  margin-left: 0;
  padding-left: 0;
}
#main-contents ul.sitemap > li ul.children li {
  padding-bottom: 0.5em;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px dotted #ccc;
}
#main-contents ul.sitemap > li ul.children li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  #main-contents ul.sitemap > li {
    padding-left: 0.5em;
  }
  #main-contents ul.sitemap > li ul.children li {
    padding-left: 1em;
  }
  #main-contents ul.sitemap > li ul.children li:last-child {
    border-bottom: none;
  }
}

.wp-pagenavi {
  margin-top: 30px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px 8px;
}

#main-contents .search-item {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
#main-contents .search-item h5 {
  margin-top: 5px;
}

#main-contents .wpcf7-spinner {
  display: block;
}
#main-contents .hissu {
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
  position: absolute;
  right: 0;
  top: 10px;
  padding: 0 5px;
  margin: 0 8px;
  color: #fff;
  background-color: #ff705d;
}
#main-contents .hissu_rel {
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
  position: relative;
  right: auto;
  top: -2px;
  padding: 0 5px;
  margin: 0 5px 0 0;
  color: #fff;
  background-color: #ff705d;
}
#main-contents .your-toikomoku .wpcf7-list-item {
  display: block;
}
#main-contents table.table-toiawase {
  border-color: inherit;
  line-height: 1.5;
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
#main-contents table.table-toiawase input[type=checkbox] {
  margin-right: 5px;
}
#main-contents table.table-toiawase th {
  color: var(--table-th-text-color);
  background-color: var(--table-th-background-color);
  border: 1px solid var(--table-th-border-color);
  width: 28%;
  position: relative;
  padding: 10px;
  padding-right: 48px;
  background-clip: padding-box;
}
#main-contents table.table-toiawase td {
  color: var(--table-td-text-color);
  background-color: var(--table-td-background-color);
  border: 1px solid var(--table-td-border-color);
  position: relative;
  padding: 10px;
  background-clip: padding-box;
}
#main-contents table.table-toiawase td .hissu {
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
  position: relative;
  right: auto;
  top: -2px;
  padding: 0 5px;
  margin: 0 5px 0 0;
  color: #fff;
  background-color: #ff705d;
}
#main-contents table.table-toiawase td .space_hissu {
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
  position: relative;
  right: auto;
  top: -2px;
  padding: 0 5px;
  margin: 0 5px 0 0;
  color: #fff;
  background-color: transparent;
}
#main-contents table.table-toiawase td p {
  margin-bottom: 5px;
}
#main-contents table.table-toiawase td label {
  display: inline;
}
#main-contents table.table-toiawase td input[type=radio] {
  margin-right: 5px;
}
#main-contents table.table-toiawase td .radio_office_kibo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#main-contents table.table-toiawase td .radio_office_kibo span.wpcf7-list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 45%;
          flex: 0 1 45%;
}
#main-contents table.table-toiawase td .check_keii {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#main-contents table.table-toiawase td .check_keii span.wpcf7-list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 45%;
          flex: 0 1 45%;
}
#main-contents table.table-toiawase td .keii_etc {
  width: 90%;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  #main-contents table.table-toiawase tr {
    display: block;
    width: 100%;
  }
  #main-contents table.table-toiawase tr th,
  #main-contents table.table-toiawase tr td {
    display: block;
    width: 100%;
  }
}
#main-contents .submitbtn {
  margin-top: 20px;
  text-align: center;
}
#main-contents .submitbtn input {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 8px 25px;
  cursor: pointer;
}
#main-contents .submitbtn input:disabled {
  color: #ccc;
  cursor: not-allowed;
}
#main-contents .wpcf7cp-btns {
  text-align: center;
}
#main-contents .wpcf7cp-btns .wpcf7-form-control {
  margin: 0 10px;
}
#main-contents #wpcf7cpcnf table th {
  width: 30%;
}
#main-contents #wpcf7cpcnf table td {
  width: 70%;
}
#main-contents .wpcf7 .ajax-loader {
  display: block;
}
#main-contents .wd5 {
  width: 5%;
}
#main-contents .wd15 {
  width: 15%;
}

#main-contents .wd100 {
  width: 100%;
}
#main-contents .wd90 {
  width: 90%;
}
#main-contents .wd80 {
  width: 80%;
}
#main-contents .wd75 {
  width: 75%;
}
#main-contents .wd70 {
  width: 70%;
}
#main-contents .wd65 {
  width: 65%;
}
#main-contents .wd60 {
  width: 60%;
}
#main-contents .wd55 {
  width: 55%;
}
#main-contents .wd50 {
  width: 50%;
}
#main-contents .wd45 {
  width: 45%;
}
#main-contents .wd40 {
  width: 40%;
}
#main-contents .wd35 {
  width: 35%;
}
#main-contents .wd30 {
  width: 30%;
}
#main-contents .wd25 {
  width: 25%;
}
#main-contents .wd20 {
  width: 20%;
}
#main-contents .wd15 {
  width: 15%;
}
#main-contents .wd10 {
  width: 10%;
}

#main-contents .wp-block-columns.space_between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#main-contents .mrgbtm0 {
  margin-bottom: 0;
}
#main-contents .mrgbtm0 figure {
  margin-bottom: 0;
}
#main-contents .mrgbtm05 {
  margin-bottom: 0.5em;
}
#main-contents .mrgbtm1 {
  margin-bottom: 1em;
}
#main-contents .mrgbtm2 {
  margin-bottom: 2em;
}
#main-contents .mrgbtm3 {
  margin-bottom: 3em;
}
#main-contents .mrgleft1 {
  margin-left: 1em;
}
#main-contents .mrgleft2 {
  margin-left: 2em;
}
#main-contents .mrgleft3 {
  margin-left: 3em;
}

#main-contents .clear_float::after {
  clear: both;
  content: "";
  display: table;
}

#main-contents details {
  margin: 1px 0;
  padding: 0px 10px;
  border: 1px solid #bdcddb;
  border-radius: 6px;
}
#main-contents details summary {
  /* display: list-item;以外を指定してデフォルトの三角形アイコンを消します */
  display: block;
  padding: 0.5em 0;
  padding-left: 20px;
  margin: 0;
  position: relative;
}
#main-contents details summary:before {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  left: 0px;
  width: 14px;
  height: 14px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-image: url("../images/ico_yaji06.svg");
          mask-image: url("../images/ico_yaji06.svg");
  -webkit-mask-size: 7px auto;
          mask-size: 7px auto;
  background-color: #bdcddb;
}
#main-contents details summary:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: -10px;
  width: calc(100% + 20px);
  height: 100%;
  border-radius: 6px 6px 0 0;
}
#main-contents details summary::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}
#main-contents details[open] {
  padding-bottom: 14px;
}
#main-contents details[open] summary {
  margin-bottom: 10px;
}
#main-contents details[open] summary:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#main-contents details[open] summary:after {
  content: "";
  background-color: #f1f5f9;
}

#main-contents .post_extinfo {
  text-align: right;
  margin-bottom: 1em;
}

#main-contents .ggmap iframe {
  width: 100%;
  height: 450px;
}
#main-contents .youtube_iframe {
  width: 100%;
  aspect-ratio: 1/0.5625;
}
#main-contents .youtube_iframe iframe {
  width: 100%;
  height: 100%;
}

#main-contents .wp-block-columns.column_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#main-contents .wp-block-image.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

#main-contents .table-wrap {
  overflow: auto;
  position: relative;
}
@media screen and (max-width: 600px) {
  #main-contents {
    /* 2列テーブルを1列に */
  }
  #main-contents .table-wrap:before {
    content: "表は左右にスクロールできます"; /* 文字化け対策のためUnicode変換 */
    color: #fff;
    font-size: 12px;
    background-color: #e07903;
    position: absolute;
    top: 0px;
    border-radius: 5px;
    padding: 0.05em 0.5em;
  }
  #main-contents .table-wrap {
    padding-top: 24px;
    overflow: scroll;
  }
  #main-contents .table-wrap table {
    width: 840px !important;
    max-width: none;
  }
  #main-contents .table-wrap .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table {
    width: 840px !important;
    max-width: none;
  }
  #main-contents .table-1col th,
  #main-contents .table-1col td {
    width: 100% !important;
    display: block;
    border-top: none;
  }
  #main-contents .table-1col tr:first-child th {
    border-top: 1px solid #ddd;
  }
}

.news_container .new_mark {
  font-size: clamp(0.625rem, 0.5920801527rem + 0.1272264631vw, 0.6875rem);
  display: inline-block;
  line-height: 1.2;
  position: relative;
  top: -2px;
  padding: 1px 5px;
  margin-right: 5px;
  color: #fff;
  background-color: #e50011;
}
.news_container dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #dedede;
}
.news_container dl:first-child {
  padding-top: 0;
}
.news_container dl dt {
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  font-weight: bold;
  color: var(--news-ltgray-color);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 110px;
}
.news_container dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: clamp(0.875rem, 0.8091603053rem + 0.2544529262vw, 1rem);
  font-weight: bold;
  line-height: 1.4;
}
.news_container dl dd a {
  color: var(--base-primary-color);
}
.news_container dl dd a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .news_container dl {
    display: block;
    padding: 10px 0;
  }
  .news_container dl:first-child {
    padding-top: 10px;
  }
  .news_container dl dt {
    width: 100%;
    margin-bottom: 5px;
  }
}

#main-contents .sec_row,
#topsec_news .sec_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1150px;
  margin: 0 auto;
}
#main-contents .sec_row .sec_col_lt,
#topsec_news .sec_row .sec_col_lt {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
  padding: 0 1em 0 min(100px, 10vw);
}
#main-contents .sec_row .sec_col_lt ul.cat_buttons,
#topsec_news .sec_row .sec_col_lt ul.cat_buttons {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 1.2;
}
#main-contents .sec_row .sec_col_lt ul.cat_buttons li,
#topsec_news .sec_row .sec_col_lt ul.cat_buttons li {
  font-size: clamp(0.875rem, 0.8420801527rem + 0.1272264631vw, 0.9375rem);
  font-weight: bold;
  margin-bottom: 1em;
  color: var(--news-ltgray-color);
  cursor: pointer;
}
#main-contents .sec_row .sec_col_lt ul.cat_buttons li:before,
#topsec_news .sec_row .sec_col_lt ul.cat_buttons li:before {
  content: "#";
  margin-right: 4px;
}
#main-contents .sec_row .sec_col_lt ul.cat_buttons li:hover,
#topsec_news .sec_row .sec_col_lt ul.cat_buttons li:hover {
  color: var(--base-primary-color);
  text-decoration: none;
}
#main-contents .sec_row .sec_col_lt ul.cat_buttons li a,
#topsec_news .sec_row .sec_col_lt ul.cat_buttons li a {
  color: var(--news-ltgray-color);
}
#main-contents .sec_row .sec_col_lt ul.cat_buttons li a:hover,
#topsec_news .sec_row .sec_col_lt ul.cat_buttons li a:hover {
  color: var(--base-primary-color);
  text-decoration: none;
}
#main-contents .sec_row .sec_col_lt ul.cat_buttons li.cat_active,
#topsec_news .sec_row .sec_col_lt ul.cat_buttons li.cat_active {
  color: var(--base-primary-color);
}
#main-contents .sec_row .sec_col_lt ul.cat_buttons li.cat_active a,
#topsec_news .sec_row .sec_col_lt ul.cat_buttons li.cat_active a {
  color: var(--base-primary-color);
}
#main-contents .sec_row .sec_col_rt,
#topsec_news .sec_row .sec_col_rt {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 70%;
          flex: 0 1 70%;
  padding: 0 1em;
}
#main-contents .sec_row .sec_col_rt .news_container,
#topsec_news .sec_row .sec_col_rt .news_container {
  display: none;
}
#main-contents .sec_row .sec_col_rt .news_container.cat_active,
#topsec_news .sec_row .sec_col_rt .news_container.cat_active {
  display: block;
}
@media screen and (max-width: 768px) {
  #main-contents .sec_row,
  #topsec_news .sec_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #main-contents .sec_row .sec_col_lt,
  #topsec_news .sec_row .sec_col_lt {
    display: contents;
    padding: 0;
  }
  #main-contents .sec_row .sec_col_lt ul.cat_buttons,
  #topsec_news .sec_row .sec_col_lt ul.cat_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    gap: 0.5em 2%;
    margin-bottom: 30px;
  }
  #main-contents .sec_row .sec_col_lt ul.cat_buttons li,
  #topsec_news .sec_row .sec_col_lt ul.cat_buttons li {
    text-align: center;
    border-bottom: 2px solid transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0.3em;
  }
  #main-contents .sec_row .sec_col_lt ul.cat_buttons li:before,
  #topsec_news .sec_row .sec_col_lt ul.cat_buttons li:before {
    content: none;
  }
  #main-contents .sec_row .sec_col_lt ul.cat_buttons li.cat_active,
  #topsec_news .sec_row .sec_col_lt ul.cat_buttons li.cat_active {
    border-bottom: 2px solid var(--base-primary-color);
  }
  #main-contents .sec_row .sec_col_lt .link_btn,
  #topsec_news .sec_row .sec_col_lt .link_btn {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #main-contents .sec_row .sec_col_rt,
  #topsec_news .sec_row .sec_col_rt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0;
  }
}

#top_contents ul.cate_label,
#main-contents ul.cate_label {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#top_contents ul.cate_label li,
#main-contents ul.cate_label li {
  font-size: clamp(0.75rem, 0.6841603053rem + 0.2544529262vw, 0.875rem);
  font-weight: 500;
  line-height: 1.4;
  display: inline-block;
  padding: 3px 10px;
  margin-right: 1px;
  margin-bottom: 5px;
  color: var(--base-primary-on_txtcolor);
  background-color: var(--base-primary-color);
  border-radius: 20px;
}
#top_contents ul.cate_label li a,
#main-contents ul.cate_label li a {
  color: var(--base-primary-on_txtcolor);
  position: relative;
}
#top_contents ul.tag_label,
#main-contents ul.tag_label {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#top_contents ul.tag_label li,
#main-contents ul.tag_label li {
  font-size: clamp(0.75rem, 0.6841603053rem + 0.2544529262vw, 0.875rem);
  font-weight: 500;
  color: var(--base-text-color);
  line-height: 1.4;
  display: inline-block;
  padding: 3px 0;
  margin-right: 8px;
  margin-bottom: 5px;
}
#top_contents ul.tag_label li:before,
#main-contents ul.tag_label li:before {
  content: "#";
  margin-right: 3px;
}
#top_contents ul.tag_label li a,
#main-contents ul.tag_label li a {
  color: var(--base-text-color);
  position: relative;
}

#top_contents #topsec_shinryo_menu {
  padding: min(100px, 10vw) 1em !important;
}

#main-contents #topsec_shinryo_menu {
  padding: 1em 0;
}

#top_contents #topsec_shinryo_menu,
#main-contents #topsec_shinryo_menu {
  margin: 0;
  background-color: var(--gray03w-bg-color);
}
#top_contents #topsec_shinryo_menu .sec_inner,
#main-contents #topsec_shinryo_menu .sec_inner {
  max-width: 1120px;
  margin: 0 auto;
}
#top_contents #topsec_shinryo_menu .sec_inner ul,
#main-contents #topsec_shinryo_menu .sec_inner ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px 1%;
}
#top_contents #topsec_shinryo_menu .sec_inner ul li,
#main-contents #topsec_shinryo_menu .sec_inner ul li {
  margin: 0;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 32%;
          flex: 0 1 32%;
}
#top_contents #topsec_shinryo_menu .sec_inner ul li a,
#main-contents #topsec_shinryo_menu .sec_inner ul li a {
  font-weight: bold;
  color: var(--base-primary-color);
  display: block;
  padding: 30px 16px;
  border-radius: 8px;
  border: 2px solid var(--base-primary-color);
  background-color: var(--base-background-color);
  height: 100%;
  position: relative;
}
#top_contents #topsec_shinryo_menu .sec_inner ul li a .md_txt,
#main-contents #topsec_shinryo_menu .sec_inner ul li a .md_txt {
  font-size: clamp(1.125rem, 0.9933206107rem + 0.5089058524vw, 1.375rem);
  display: block;
}
#top_contents #topsec_shinryo_menu .sec_inner ul li a .sm_txt,
#main-contents #topsec_shinryo_menu .sec_inner ul li a .sm_txt {
  font-size: clamp(0.75rem, 0.6841603053rem + 0.2544529262vw, 0.875rem);
  display: block;
  margin-left: 0.1em;
  margin-top: 6px;
}
#top_contents #topsec_shinryo_menu .sec_inner ul li a:after,
#main-contents #topsec_shinryo_menu .sec_inner ul li a:after {
  content: "";
  position: absolute;
  top: 0;
  right: clamp(0.5rem, 0.2366412214rem + 1.0178117048vw, 1rem);
  width: 10px;
  height: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 50%;
          mask-position: 0 50%;
  -webkit-mask-image: url("../images/ico_yaji06.svg");
          mask-image: url("../images/ico_yaji06.svg");
  -webkit-mask-size: 7px auto;
          mask-size: 7px auto;
  background-color: var(--base-primary-color);
}
#top_contents #topsec_shinryo_menu .sec_inner ul li a:hover,
#main-contents #topsec_shinryo_menu .sec_inner ul li a:hover {
  text-decoration: none;
  opacity: 0.75;
}
@media screen and (max-width: 768px) {
  #top_contents #topsec_shinryo_menu .sec_inner ul,
  #main-contents #topsec_shinryo_menu .sec_inner ul {
    gap: 15px 1%;
  }
  #top_contents #topsec_shinryo_menu .sec_inner ul li,
  #main-contents #topsec_shinryo_menu .sec_inner ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
  }
  #top_contents #topsec_shinryo_menu .sec_inner ul li a,
  #main-contents #topsec_shinryo_menu .sec_inner ul li a {
    padding: 25px 8px;
  }
}
#top_contents #topsec_shinryo_menu .sec_row,
#main-contents #topsec_shinryo_menu .sec_row {
  max-width: 1120px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#top_contents #topsec_shinryo_menu .sec_row .sec_col,
#main-contents #topsec_shinryo_menu .sec_row .sec_col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
}
#top_contents #topsec_shinryo_menu .sec_row .sec_col .sec_img,
#main-contents #topsec_shinryo_menu .sec_row .sec_col .sec_img {
  text-align: center;
}
#top_contents #topsec_shinryo_menu .sec_row .sec_col .name_txt,
#main-contents #topsec_shinryo_menu .sec_row .sec_col .name_txt {
  margin: min(40px, 4vw) 0 min(20px, 2vw);
  text-align: center;
  font-size: clamp(1.0625rem, 0.963740458rem + 0.3816793893vw, 1.25rem);
}
#top_contents #topsec_shinryo_menu .sec_row .sec_col ul,
#main-contents #topsec_shinryo_menu .sec_row .sec_col ul {
  margin: min(20px, 2vw) 0;
}
@media screen and (max-width: 768px) {
  #top_contents #topsec_shinryo_menu .sec_row,
  #main-contents #topsec_shinryo_menu .sec_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #top_contents #topsec_shinryo_menu .sec_row .sec_col,
  #main-contents #topsec_shinryo_menu .sec_row .sec_col {
    margin-bottom: 1em;
  }
}
#top_contents #topsec_shinryo_menu .sec_txt,
#main-contents #topsec_shinryo_menu .sec_txt {
  margin-bottom: 1em;
}
#top_contents #topsec_shinryo_menu .h3_t2,
#main-contents #topsec_shinryo_menu .h3_t2 {
  margin: min(100px, 10vw) 0 min(50px, 5vw);
}

/* スマホメニュー */
.sliding-menu-content {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 100%;
  height: 100vh;
  min-height: 720px;
  background-color: var(--base-primary-color);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  z-index: 999900;
  -webkit-overflow-scrolling: touch;
}
.sliding-menu-content a {
  color: var(--base-primary-on_txtcolor);
}
.sliding-menu-content .drawer-menu {
  margin: 0;
  padding: 20px 0px 40px 0px;
  list-style: none;
}
.sliding-menu-content .drawer-menu ul {
  margin: 0;
  padding: 0;
  margin-top: 15px;
}
.sliding-menu-content .drawer-menu li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 1em;
  border-bottom: 1px dotted #ccc;
}
.sliding-menu-content .drawer-menu li:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}
.sliding-menu-content .drawer-menu > li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.sliding-menu-content.is-visible {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.sliding-menu-content .smc_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.sliding-menu-content .smc_row .smc_col_lt {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1me;
  padding-right: 1em;
  height: 100%;
  background-color: var(--base-background-color);
}
.sliding-menu-content .smc_row .smc_col_lt .smc_logo {
  width: 275px;
  height: 204px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url("../images/site_logo_v2_blue.svg");
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .sliding-menu-content .smc_row .smc_col_lt {
    display: none;
  }
}
.sliding-menu-content .smc_row .smc_col_rt {
  color: var(--base-primary-on_txtcolor);
  -webkit-box-flex: 0;
      -ms-flex: 0 1 70%;
          flex: 0 1 70%;
  padding-top: min(86px, 8vh);
  padding-left: 16px;
  padding-right: clamp(2.8125rem, 1.0019083969rem + 6.9974554707vw, 6.25rem);
  padding-bottom: 16px;
}
.sliding-menu-content .smc_row .smc_col_rt .smc_search {
  max-width: 570px;
  margin: 0 auto 20px;
  text-align: right;
}
.sliding-menu-content .smc_row .smc_col_rt .smc_search input[type=text] {
  padding: 10px;
  border: none;
  border-radius: 50px;
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-image: url("../images/ico_search_blue.svg") !important;
  background-size: auto 80%;
  background-color: #fff;
}
.sliding-menu-content .smc_row .smc_col_rt .smc_search input[type=text]::-webkit-input-placeholder {
  color: #97b2f6;
  opacity: 1;
}
.sliding-menu-content .smc_row .smc_col_rt .smc_search input[type=text]::-moz-placeholder {
  color: #97b2f6;
  opacity: 1;
}
.sliding-menu-content .smc_row .smc_col_rt .smc_search input[type=text]:-ms-input-placeholder {
  color: #97b2f6;
  opacity: 1;
}
.sliding-menu-content .smc_row .smc_col_rt .smc_search input[type=text]::-ms-input-placeholder {
  color: #97b2f6;
  opacity: 1;
}
.sliding-menu-content .smc_row .smc_col_rt .smc_search input[type=text]::placeholder {
  color: #97b2f6;
  opacity: 1;
}
.sliding-menu-content .smc_row .smc_col_rt .smc_search input[type=submit] {
  display: none;
}
.sliding-menu-content .smc_row .smc_col_rt .smc_rt_row {
  max-width: 600px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sliding-menu-content .smc_row .smc_col_rt .smc_rt_row .smc_rt_col {
  margin-left: 3px;
  margin-right: 3px;
}
.sliding-menu-content .smc_row .smc_col_rt .smc_rt_row ul li {
  margin-bottom: 4px;
}
.sliding-menu-content .smc_row .smc_col_rt .smc_rt_row ul li a {
  display: block;
  padding-right: 1.1em;
  position: relative;
}
.sliding-menu-content .smc_row .smc_col_rt .smc_rt_row ul li a:hover {
  text-decoration: none;
  opacity: 0.75;
}
.sliding-menu-content .smc_row .smc_col_rt .smc_rt_row ul li a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 7px;
  height: 100%;
  background-color: var(--base-primary-on_txtcolor);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 100% 50%;
          mask-position: 100% 50%;
  -webkit-mask-image: url("../images/ico_yaji06.svg");
          mask-image: url("../images/ico_yaji06.svg");
  -webkit-mask-size: 7px auto;
          mask-size: 7px auto;
}
@media screen and (max-width: 768px) {
  .sliding-menu-content .smc_row .smc_col_rt .smc_rt_row ul li a {
    padding-right: 7px;
  }
  .sliding-menu-content .smc_row .smc_col_rt .smc_rt_row ul li a:before {
    width: 4px;
    -webkit-mask-size: 4px auto;
            mask-size: 4px auto;
  }
}
.sliding-menu-content .smc_row .smc_col_rt .smc_rt_row ul.main_menu {
  font-size: clamp(0.9375rem, 0.7070610687rem + 0.8905852417vw, 1.375rem);
  font-weight: bold;
}
.sliding-menu-content .smc_row .smc_col_rt .smc_rt_row ul + ul.main_menu {
  margin-top: 1.5em;
}
.sliding-menu-content .smc_row .smc_col_rt .smc_rt_row ul.middle_menu {
  font-size: clamp(0.875rem, 0.776240458rem + 0.3816793893vw, 1.0625rem);
  font-weight: 500;
  margin-left: 1em;
}
.sliding-menu-content .smc_row .smc_col_rt .smc_rt_row ul + ul.middle_menu {
  margin-top: 1em;
}
.sliding-menu-content .smc_row .smc_col_rt .smc_rt_row ul.sub-menu {
  font-size: clamp(0.875rem, 0.776240458rem + 0.3816793893vw, 1.0625rem);
  font-weight: 400;
  margin-left: 2em;
  list-style-type: disc;
}
.sliding-menu-content .smc_row .smc_col_rt .smc_rt_row ul.etc_navi_menu {
  font-size: clamp(0.875rem, 0.776240458rem + 0.3816793893vw, 1.0625rem);
  font-weight: bold;
}
.sliding-menu-content .smc_row .smc_col_rt .smc_rt_row ul.etc_navi_menu li {
  margin-bottom: 8px;
}
.sliding-menu-content .smc_row .smc_col_rt .smc_rt_row ul + ul.etc_navi_menu {
  margin-top: 1.5em;
}
@media screen and (max-width: 768px) {
  .sliding-menu-content .smc_row .smc_col_rt {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.menu-screen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #313437;
  opacity: 0;
  visibility: hidden;
  z-index: 999800;
}
.menu-screen.is-visible {
  opacity: 0.4;
  visibility: visible;
}

/*!------------------------------------*\
    Right
\*!------------------------------------*/
.drawer--right .drawer-nav {
  right: 0;
  -webkit-transition: right 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/
.drawer-hamburger {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: fixed;
  z-index: 999999;
  top: calc(clamp(1.5625rem, 0.9370229008rem + 2.417302799vw, 2.75rem) * -1);
  right: calc(clamp(1.5625rem, 0.9370229008rem + 2.417302799vw, 2.75rem) * -1);
  width: clamp(6.875rem, 3.7805343511rem + 11.9592875318vw, 12.75rem);
  height: clamp(6.875rem, 3.7805343511rem + 11.9592875318vw, 12.75rem);
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  border: 0;
  outline: 0;
  border-radius: 50%;
  color: var(--base-primary-on_txtcolor);
  background: var(--base-primary-color);
}

.drawer-hamburger:hover {
  cursor: pointer;
  opacity: 0.75;
}

.dh_icons {
  width: clamp(1.75rem, 1.0916030534rem + 2.5445292621vw, 3rem);
  position: absolute;
  top: clamp(2.625rem, 1.5057251908rem + 4.3256997455vw, 4.75rem);
  left: clamp(2.125rem, 1.1044847328rem + 3.9440203562vw, 4.0625rem);
}
.dh_icons .drawer-hamburger-icon {
  position: relative;
  display: block;
  display: block;
  width: 100%;
  height: 2px;
  margin-top: clamp(0.25rem, 0.052480916rem + 0.7633587786vw, 0.625rem);
  background-color: var(--base-primary-on_txtcolor);
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.dh_icons .drawer-hamburger-icon.dhi03 {
  width: 60%;
  margin-left: auto;
}
.dh_icons .dhi-text {
  font-size: clamp(0.5625rem, 0.3979007634rem + 0.6361323155vw, 0.875rem);
  font-weight: bold;
  display: block;
  margin-top: clamp(0.25rem, 0.052480916rem + 0.7633587786vw, 0.625rem);
  letter-spacing: 1px;
  text-align: center;
}

.drawer-open .drawer-hamburger {
  right: 0;
  width: clamp(3.125rem, 1.4790076336rem + 6.3613231552vw, 6.25rem);
  height: clamp(4.625rem, 2.4522900763rem + 8.3969465649vw, 8.75rem);
  background-color: transparent;
}
.drawer-open .drawer-hamburger .dh_icons {
  left: clamp(0.625rem, -0.0333969466rem + 2.5445292621vw, 1.875rem);
}
.drawer-open .drawer-hamburger .dh_icons .drawer-hamburger-icon {
  margin: 0;
}
.drawer-open .drawer-hamburger .dh_icons .drawer-hamburger-icon.dhi01 {
  -webkit-transform-origin: 45% 50%;
          transform-origin: 45% 50%;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.drawer-open .drawer-hamburger .dh_icons .drawer-hamburger-icon.dhi02 {
  -webkit-transform-origin: 45% 50%;
          transform-origin: 45% 50%;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.drawer-open .drawer-hamburger .dh_icons .drawer-hamburger-icon.dhi03 {
  opacity: 0;
}

/*!------------------------------------*\
    accessibility
\*!------------------------------------*/
/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}