@charset "UTF-8";
/* ------------------------------------
共通設定
------------------------------------ */
html {
  font-size: 62.5%; }

body {
  color: #272727;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", HelveticaNeue, "メイリオ", Meiryo, sans-serif;
  position: relative; }

@media screen and (max-width: 768px) {
  body {
    font-size: calc(1.6rem - 0.1rem);
    letter-spacing: calc(0.06em / 2); } }

@media screen and (min-width: 769px) {
  body {
    font-size: 1.6rem;
    letter-spacing: 0.06em; } }

_:lang(x)::-ms-backdrop,
body {
  font-family: "Segoe UI", "メイリオ", Meiryo, sans-serif;
  /* --- font変更（游ゴシック下部余白バグ対策） --- */ }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }

#wrapper {
  min-height: 100vh;
  position: relative;
  overflow: hidden; }

[type="text"] {
  line-height: normal; }

input[type="text"],
textarea {
  -webkit-appearance: none; }

area,
button {
  border: none;
  outline: none; }

img {
  display: block;
  border: 0;
  max-width: 100%; }

li {
  list-style-type: none;
  list-style: none; }

a, a img {
  color: #272727;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
  a:hover,
  a img:hover, a img:hover,
  a img img:hover {
    opacity: 0.8; }

address {
  font-style: normal; }

a[href^="tel:"] {
  pointer-events: none; }

iframe {
  display: block;
  border: 0; }

.object-fit {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  /* IE11、Edge用（ofi.min.jsとセット） */ }

/* ------------------------------------
全体 _setting.scss
------------------------------------ */
#main-wrap-inner {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1240px;
  margin: 0 auto; }

@media screen and (min-width: 769px) {
  #main-wrap-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 54px 12px 40px; } }

#main-content {
  width: 100%;
  max-width: 800px; }

@media screen and (min-width: 769px) {
  #main-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; } }

@media screen and (max-width: 768px) {
  #main-content {
    padding: 24px 12px 35px; } }

/* ------------------------------------
ヘッダー
------------------------------------ */
header {
  position: relative;
  z-index: 10000; }
  header .header-inner {
    position: relative; }
    header .header-inner .header-container {
      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; }
    header .header-inner .header-menu {
      position: relative; }
      header .header-inner .header-menu .menu-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
        header .header-inner .header-menu .menu-wrap .header-menu-nav {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          header .header-inner .header-menu .menu-wrap .header-menu-nav li {
            position: relative; }
            header .header-inner .header-menu .menu-wrap .header-menu-nav li:nth-child(n + 2):before {
              content: "";
              position: absolute;
              left: 0; }
            header .header-inner .header-menu .menu-wrap .header-menu-nav li a {
              color: #4e4e4e; }
          header .header-inner .header-menu .menu-wrap .header-menu-nav.nav-top li:nth-child(n + 2):before {
            background: #c6c6c6;
            width: 1px; }
          header .header-inner .header-menu .menu-wrap .header-menu-nav.nav-btm li {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
            header .header-inner .header-menu .menu-wrap .header-menu-nav.nav-btm li:before {
              content: "";
              display: block;
              background: url(../images/common/header_arrow.png) no-repeat left center; }
            header .header-inner .header-menu .menu-wrap .header-menu-nav.nav-btm li a {
              color: #282828; }
    header .header-inner .nav-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      header .header-inner .nav-wrap .gnav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: #272727;
        width: 100%; }
        header .header-inner .nav-wrap .gnav ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          height: 100%; }
          header .header-inner .nav-wrap .gnav ul li {
            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;
            position: relative; }
            header .header-inner .nav-wrap .gnav ul li:nth-child(n + 2):before {
              content: "";
              position: absolute;
              left: 0;
              background: #3e3e3e;
              width: 1px; }
            header .header-inner .nav-wrap .gnav ul li a {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              color: #fff;
              width: 100%;
              height: 100%; }

@media screen and (max-width: 768px) {
  header .header-inner .header-container {
    min-height: 50px;
    padding: 10.5px 12px; }
    header .header-inner .header-container .logo img {
      width: 50%;
      max-width: 180px; }
  header .header-inner .header-menu {
    padding: 13px 13px 22px; }
    header .header-inner .header-menu .menu-wrap .header-menu-nav {
      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;
      border-bottom: 1px solid #d5d5d5;
      width: 100%;
      padding-bottom: 15px; }
      header .header-inner .header-menu .menu-wrap .header-menu-nav li {
        font-size: 1.2rem;
        letter-spacing: calc(0.06em / 2);
        line-height: 2.083333333333333;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%; }
        header .header-inner .header-menu .menu-wrap .header-menu-nav li:nth-child(n + 2):before {
          content: "";
          left: 0;
          background-color: #d5d5d5;
          width: 1px;
          height: 26px; }
        header .header-inner .header-menu .menu-wrap .header-menu-nav li a {
          color: #272727; }
      header .header-inner .header-menu .menu-wrap .header-menu-nav.nav-btm {
        display: block;
        border-bottom: none;
        margin-top: 27px;
        padding: 0 25px; }
        header .header-inner .header-menu .menu-wrap .header-menu-nav.nav-btm li {
          border-bottom: 1px solid #d5d5d5;
          font-size: 1.2rem;
          letter-spacing: calc(0.06em / 2);
          line-height: 1.458333333333333;
          padding-bottom: 13px; }
          header .header-inner .header-menu .menu-wrap .header-menu-nav.nav-btm li:before {
            background-size: contain;
            width: 11px;
            height: 11px; }
          header .header-inner .header-menu .menu-wrap .header-menu-nav.nav-btm li:first-child a {
            padding-left: 5px; }
          header .header-inner .header-menu .menu-wrap .header-menu-nav.nav-btm li:nth-child(n + 2) {
            margin-top: 13px; }
          header .header-inner .header-menu .menu-wrap .header-menu-nav.nav-btm li:nth-child(n + 2):before {
            background-color: transparent; }
          header .header-inner .header-menu .menu-wrap .header-menu-nav.nav-btm li:last-child {
            border-bottom: none; }
          header .header-inner .header-menu .menu-wrap .header-menu-nav.nav-btm li a {
            display: block !important;
            padding-left: 16px; }
  header .header-inner .nav-wrap .gnav {
    min-height: 50px; }
    header .header-inner .nav-wrap .gnav ul {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 100%;
      padding: 0 6.135%; }
      header .header-inner .nav-wrap .gnav ul li {
        font-size: 1.2rem;
        letter-spacing: calc(0.06em / 2); }
        header .header-inner .nav-wrap .gnav ul li:nth-child(n + 2):before {
          height: 15px; }
        header .header-inner .nav-wrap .gnav ul li:nth-child(n + 2) a {
          padding: 0 1em 0 1.5em; }
        header .header-inner .nav-wrap .gnav ul li:last-child a {
          padding-right: 0; }
        header .header-inner .nav-wrap .gnav ul li a {
          padding-right: 11px; }
  #hamburger .drawer-hamburger {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    z-index: 9998;
    background: #0a904a;
    width: 50px;
    height: 50px;
    padding: 0; }
  #hamburger .drawer-hamburger-icon:before {
    top: -6px; }
  #hamburger .drawer-hamburger-icon:after {
    top: 6px; }
  #hamburger .drawer-hamburger-icon,
  #hamburger .drawer-hamburger-icon:after,
  #hamburger .drawer-hamburger-icon:before {
    background-color: #fff;
    width: 20px;
    height: 2px;
    margin: 0 auto; }
  #hamburger .drawer-nav {
    top: -60%;
    left: 0;
    z-index: 7;
    background: #fff;
    width: 100%; }
  #hamburger .drawer-menu {
    background: #f1f1f1; }
    #hamburger .drawer-menu li {
      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; }
      #hamburger .drawer-menu li a {
        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;
        width: 100%;
        height: 100%; }
  .drawer-open .drawer-hamburger {
    top: 20px; }
    .drawer-open .drawer-hamburger .drawer-hamburger-icon {
      background-color: transparent !important; }
      .drawer-open .drawer-hamburger .drawer-hamburger-icon:before {
        top: 0 !important; }
      .drawer-open .drawer-hamburger .drawer-hamburger-icon:after {
        top: 0 !important; }
  .drawer-open .drawer-nav {
    top: 100px !important; }
  .drawer-overlay {
    background-color: transparent; } }

@media screen and (min-width: 769px) {
  header {
    height: 135px; }
    header .header-container {
      padding: 11px 19px 18px 24px; }
      header .header-container .logo {
        position: absolute;
        top: 0;
        z-index: 9999;
        background: #fff;
        -webkit-box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.23);
        box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.23);
        border-radius: 0 0 10px 10px;
        padding: 28px 30px; }
        header .header-container .logo img {
          width: 100%;
          margin: 0 auto; }
    header .header-menu {
      top: 10px;
      margin-left: auto; }
      header .header-menu .menu-wrap .header-menu-nav {
        margin-bottom: 10px; }
        header .header-menu .menu-wrap .header-menu-nav li {
          font-size: 1.4rem;
          line-height: 1.083333333333333; }
          header .header-menu .menu-wrap .header-menu-nav li:nth-child(n + 2) {
            margin-left: 16px;
            padding-left: 15px; }
        header .header-menu .menu-wrap .header-menu-nav.nav-top {
          margin-bottom: 15px; }
          header .header-menu .menu-wrap .header-menu-nav.nav-top li:nth-child(n + 2):before {
            height: 12px; }
        header .header-menu .menu-wrap .header-menu-nav.nav-btm li {
          font-size: 1.6rem;
          letter-spacing: 0.1em;
          line-height: 0.8125; }
          header .header-menu .menu-wrap .header-menu-nav.nav-btm li:before {
            width: 18px;
            height: 18px; }
          header .header-menu .menu-wrap .header-menu-nav.nav-btm li a {
            padding: 0.2em 0 0 8px; }
    header .nav-wrap .gnav {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      min-height: 48px; }
      header .nav-wrap .gnav ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        header .nav-wrap .gnav ul li {
          font-size: 1.6rem; }
          header .nav-wrap .gnav ul li:nth-child(n + 2):before {
            height: 20px; }
          header .nav-wrap .gnav ul li:nth-child(n + 2) a {
            padding: 0 17px; }
          header .nav-wrap .gnav ul li a {
            padding-right: 17px; } }

@media screen and (min-width: 768px) and (max-width: 1000px) {
  header .header-container .logo {
    width: 20%; } }

@media screen and (min-width: 376px) and (max-width: 768px) {
  .nav-wrap .gnav ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 2% !important; }
    .nav-wrap .gnav ul li {
      width: 100%; }
      .nav-wrap .gnav ul li a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        padding-right: 11px; } }

/* ------------------------------------
フッター
------------------------------------ */
footer {
  background: #212121; }
  footer .footer-inner {
    margin: 0 auto; }
  footer .footer-menu-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    footer .footer-menu-block .footer-menu .menu-ttl {
      border-bottom: 1px solid #343434;
      color: #fff;
      font-weight: normal; }
    footer .footer-menu-block .footer-menu .menu-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      footer .footer-menu-block .footer-menu .menu-row .menu-list {
        margin-right: 50px; }
        footer .footer-menu-block .footer-menu .menu-row .menu-list li a {
          color: #828282; }
  footer .footer-btm .footer-btm-inner {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  footer .footer-btm .menu-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  footer .footer-btm .footer-btm-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    footer .footer-btm .footer-btm-menu li {
      font-family: "Noto Sans JP", sans-serif; }
      footer .footer-btm .footer-btm-menu li a {
        color: #fff; }
  footer .footer-btm .copyright {
    color: #787878; }

@media screen and (max-width: 768px) {
  footer .footer-inner {
    padding: 0 37.5px; }
  footer .footer-menu-block .footer-menu {
    width: calc(33.33% - 13px); }
    footer .footer-menu-block .footer-menu:nth-child(1) {
      width: 16.061%; }
    footer .footer-menu-block .footer-menu:nth-child(2) {
      width: 28.234%; }
    footer .footer-menu-block .footer-menu:nth-child(3) {
      width: 43.196%; }
    footer .footer-menu-block .footer-menu .menu-ttl {
      font-size: 1.8rem;
      line-height: 2.333333333333333;
      padding-bottom: 6px; }
    footer .footer-menu-block .footer-menu .menu-row {
      margin-top: 22px; }
      footer .footer-menu-block .footer-menu .menu-row .menu-list li {
        font-size: 1.4rem;
        line-height: 2.142857142857143; }
  footer .footer-btm .menu-row {
    width: 100%;
    padding: 33px 37px; }
  footer .footer-btm .footer-btm-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%; }
    footer .footer-btm .footer-btm-menu li {
      font-size: 1.2rem;
      letter-spacing: calc(0.06em / 2);
      line-height: 1.375; }
      footer .footer-btm .footer-btm-menu li:nth-child(n + 2) {
        margin: 18px 0 0; }
    footer .footer-btm .footer-btm-menu:nth-child(n + 2) {
      margin-left: 7px; }
  footer .footer-btm .copyright {
    display: block;
    border-top: 1px solid #333;
    font-size: 1rem;
    letter-spacing: calc(0.06em / 2);
    line-height: 1.3125;
    text-align: center;
    width: 100%;
    padding: 15px 0; } }

@media screen and (min-width: 769px) {
  footer .footer-inner {
    padding: 80px 12px;
    max-width: calc(1200px + 12px); }
  footer .footer-menu-block .footer-menu {
    width: calc(33.33% - 13px); }
    footer .footer-menu-block .footer-menu:nth-child(1) {
      width: 16.061%; }
    footer .footer-menu-block .footer-menu:nth-child(2) {
      width: 28.234%; }
    footer .footer-menu-block .footer-menu:nth-child(3) {
      width: 43.196%; }
    footer .footer-menu-block .footer-menu .menu-ttl {
      font-size: 1.8rem;
      line-height: 2.333333333333333;
      padding-bottom: 6px; }
    footer .footer-menu-block .footer-menu .menu-row {
      margin-top: 22px; }
      footer .footer-menu-block .footer-menu .menu-row .menu-list li {
        font-size: 1.4rem;
        line-height: 2.142857142857143; }
  footer .footer-btm {
    border-top: 1px solid #343434; }
    footer .footer-btm .footer-btm-inner {
      padding: 20px 40px; }
    footer .footer-btm .footer-btm-menu li {
      font-size: 1.2rem;
      line-height: 3.5; }
      footer .footer-btm .footer-btm-menu li:nth-child(n + 2) {
        margin-left: 26px; }
    footer .footer-btm .copyright {
      font-size: 1.2rem;
      line-height: 3.5; } }

/* ------------------------------------
セクション共通
------------------------------------ */
.section-ttl {
  position: relative;
  border-bottom: 3px solid #d6d6d6;
  color: #272727; }
  .section-ttl:before {
    content: "";
    position: absolute; }
  .section-ttl:before {
    background-color: #0a8d49; }

@media screen and (max-width: 768px) {
  .section-ttl {
    font-size: calc(2.6rem - 0.8rem);
    letter-spacing: 0.12em;
    padding-bottom: 0.23em; }
    .section-ttl:before {
      bottom: -3px;
      height: 3px; }
    .section-ttl:before {
      left: 0;
      width: 30.2%;
      max-width: 213px; } }

@media screen and (min-width: 769px) {
  .section-ttl {
    font-size: 2.6rem;
    letter-spacing: 0.12em;
    padding-bottom: 0.23em; }
    .section-ttl:before {
      bottom: -3px;
      height: 3px; }
    .section-ttl:before {
      left: 0;
      width: 26.626%;
      max-width: 213px; } }

/* ------------------------------------
バナー _bnr.scss
------------------------------------ */
.bnr-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .bnr-row .bnr-item {
    display: inline-block; }
    .bnr-row .bnr-item a {
      display: block; }
    .bnr-row .bnr-item img {
      display: inline;
      vertical-align: bottom;
      max-width: 100%; }

@media screen and (max-width: 768px) {
  .bnr-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .bnr-row .bnr-item:nth-child(n + 2) {
      margin-top: 20px; }
    .bnr-row .bnr-item img {
      margin: 0 auto; } }

/* ------------------------------------
ボタン _btn.scss
------------------------------------ */
.btn-row {
  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; }
  .btn-row .btn-item {
    display: block;
    position: relative;
    background: #0a8f4a;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
    width: 23.75%; }
    .btn-row .btn-item.dl:after {
      content: "";
      display: block;
      background-image: url(../images/common/dl_icon_circle.png);
      background-repeat: no-repeat; }
    .btn-row .btn-item.link {
      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; }
      .btn-row .btn-item.link:after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        display: block;
        border-style: solid;
        border-color: transparent transparent #33cf7e transparent;
        width: 0;
        height: 0; }

.fontsize01 {
  font-size: 2.3rem; }

.fontsize02 {
  font-size: 2.1rem; }

@media screen and (max-width: 768px) {
  .btn-row .btn-item {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    font-size: calc(1.6rem - 0.4rem);
    letter-spacing: calc(0.1em / 2);
    line-height: 1.3125;
    width: auto;
    max-width: none;
    min-height: 52px;
    margin-bottom: 5px;
    padding: 16px 1em; }
    .btn-row .btn-item:nth-child(even) {
      margin-left: 5px; }
    .btn-row .btn-item:nth-of-type(n + 3) {
      margin-bottom: 0; }
    .btn-row .btn-item.dl:after {
      background-size: contain;
      width: 20px;
      height: 20px; }
    .btn-row .btn-item.dl .btn-name {
      max-width: 77%;
      margin-right: 14px; }
    .btn-row .btn-item.link:after {
      border-width: 0 0 21px 21px; }
    .btn-row .btn-item .btn-name {
      text-align: center; }
  .fontsize02 {
    line-height: 1.3125; } }

@media screen and (min-width: 769px) {
  .btn-row .btn-item {
    line-height: 1.3125;
    min-height: 118px;
    margin: 0 13px 13px 0;
    padding: 19px 0; }
    .btn-row .btn-item:last-child {
      margin-right: 0; }
    .btn-row .btn-item.dl:after {
      width: 34px;
      height: 34px;
      margin: 4px auto 0; }
    .btn-row .btn-item.link:after {
      border-width: 0 0 25px 25px; }
    .btn-row .btn-item .btn-name {
      text-align: center; }
  .fontsize02 {
    line-height: 1.3125; } }

/* ------------------------------------
サイドバー _side_bar.scss
------------------------------------ */
#side-bar .side-ttl {
  position: relative;
  background: #202020;
  color: #fff; }

#side-bar .menu-box {
  background: #fff;
  -webkit-box-shadow: 5.945px 5.353px 36.8px 3.2px rgba(0, 0, 0, 0.2);
  box-shadow: 5.945px 5.353px 36.8px 3.2px rgba(0, 0, 0, 0.2); }
  #side-bar .menu-box .menu-list li {
    position: relative;
    border-bottom: 1px solid #ebebeb; }
    #side-bar .menu-box .menu-list li:last-child {
      border: none; }
    #side-bar .menu-box .menu-list li a {
      display: block;
      width: 100%;
      height: 100%; }
    #side-bar .menu-box .menu-list li.dl a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      #side-bar .menu-box .menu-list li.dl a:after {
        content: "";
        display: block;
        background-image: url(../images/common/dl_icon.png);
        background-repeat: no-repeat; }

#side-bar .assertion .assertion-bg {
  position: relative;
  background-size: cover; }

#side-bar .assertion .assertion-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-54%) translateX(-50%);
  -ms-transform: translateY(-54%) translateX(-50%);
  transform: translateY(-54%) translateX(-50%);
  width: 100%; }
  #side-bar .assertion .assertion-box .label {
    color: #0a8c49; }
  #side-bar .assertion .assertion-box a {
    color: #0a8c49;
    text-decoration: underline;
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
    #side-bar .assertion .assertion-box a:hover {
      text-decoration: none; }

#side-bar .bnr-col .bnr-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media screen and (max-width: 768px) {
  #side-bar .side-menu {
    border-bottom: 1px solid #fff; }
    #side-bar .side-menu:last-child .menu-box {
      padding-bottom: 20px; }
  #side-bar .side-ttl {
    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;
    font-size: 1.8rem;
    letter-spacing: calc(0.12em / 2);
    line-height: 1.285714285714286;
    padding: 19px 12px;
    cursor: pointer; }
    #side-bar .side-ttl:after {
      content: "";
      display: block;
      background: url(../images/common/open_icon.png) no-repeat center center;
      background-size: contain;
      width: 24px;
      height: 24px;
      margin-left: 10px; }
    #side-bar .side-ttl.open:after {
      background: url(../images/common/close_icon.png) no-repeat center center;
      background-size: contain; }
  #side-bar .menu-box {
    padding: 8px 12px 30px; }
    #side-bar .menu-box .menu-list li {
      font-size: 1.5rem;
      letter-spacing: calc(0.1em / 2); }
      #side-bar .menu-box .menu-list li > a {
        padding: 12px 0 13px; }
      #side-bar .menu-box .menu-list li.dl a:after {
        width: 19px;
        height: 19px;
        margin-left: 10px; }
      #side-bar .menu-box .menu-list li .small {
        font-size: 1.5rem; }
  #side-bar .assertion {
    margin-top: 11px; }
    #side-bar .assertion .assertion-bg {
      background: url(../images/common/assertion_bg_sp.jpg) no-repeat center center;
      background-size: cover;
      padding-top: calc(290 / 700 * 100%);
      /* 画像の高さ ÷ 画像の幅 × 100% */ }
    #side-bar .assertion .assertion-box {
      padding: 1em 2em 0.3em 2.4em; }
      #side-bar .assertion .assertion-box .label {
        font-size: 1.8rem; }
        #side-bar .assertion .assertion-box .label span {
          font-size: 1.2rem; }
      #side-bar .assertion .assertion-box a {
        line-height: 2.25; }
  #side-bar .bnr-col {
    margin-top: 30px; }
    #side-bar .bnr-col .bnr-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      #side-bar .bnr-col .bnr-item:nth-child(n + 2) {
        margin-top: 10px; }
      #side-bar .bnr-col .bnr-item a {
        width: 59.63%; } }

@media screen and (min-width: 769px) {
  #side-bar {
    width: 350px;
    margin-left: 66px; }
    #side-bar .side-menu:last-child .menu-box {
      padding-bottom: 20px; }
    #side-bar .side-ttl {
      font-size: 2.1rem;
      letter-spacing: 0.12em;
      line-height: 1.285714285714286;
      text-align: center;
      padding: 17px 10px; }
      #side-bar .side-ttl.long {
        padding: 14px 10px; }
      #side-bar .side-ttl:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 46%;
        border: 14px solid transparent;
        border-top: 14px solid #202020;
        width: 0;
        height: 0; }
    #side-bar .menu-box {
      padding: 17px 24px 40px; }
      #side-bar .menu-box .menu-list li {
        font-size: 1.8rem;
        letter-spacing: 0.1em; }
        #side-bar .menu-box .menu-list li > a {
          padding: 10.5px 0; }
        #side-bar .menu-box .menu-list li.dl a:after {
          width: 19px;
          height: 19px;
          margin-left: 10px; }
        #side-bar .menu-box .menu-list li .small {
          font-size: 1.5rem; }
    #side-bar .assertion {
      margin-top: 18px; }
      #side-bar .assertion .assertion-bg {
        background: url(../images/common/assertion_bg_pc.jpg) no-repeat center center;
        background-size: cover;
        padding-top: calc(130 / 300 * 100%);
        /* 画像の高さ ÷ 画像の幅 × 100% */ }
      #side-bar .assertion .assertion-box {
        padding: 0 2em; }
        #side-bar .assertion .assertion-box .label {
          font-size: 1.8rem;
          line-height: 1.875; }
          #side-bar .assertion .assertion-box .label span {
            font-size: 1.4rem; }
    #side-bar .bnr-col {
      margin-top: 5px; }
      #side-bar .bnr-col .bnr-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        #side-bar .bnr-col .bnr-item:nth-child(n + 2) {
          margin-top: 5px; } }

/* ------------------------------------
SP
------------------------------------ */
@media screen and (max-width: 768px) {
  .pc {
    display: none; }
  .sp {
    display: block; }
  .tel,
  a[href^="tel:"] {
    pointer-events: auto; } }

/* ------------------------------------
PC
------------------------------------ */
@media screen and (min-width: 769px) {
  .pc {
    display: block; }
  .sp {
    display: none; } }
