@charset "UTF-8";
/* Color */
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700&display=swap);
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }
  *::after, *::before {
    box-sizing: border-box; }

html {
  height: 100%; }

body {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background: #FFF;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
  color: #1B191A;
  font-weight: 500;
  position: relative;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 0.05em;
  min-height: 100%;
  padding-top: 96px; }
  @media screen and (min-width: 769px) {
    body .main-wrapper {
      width: 100%;
      min-width: 1200px;
      margin: 0 auto;
      overflow-x: hidden; } }
  @media screen and (max-width: 768px) {
    body {
      font-family: "Noto Sans JP", sans-serif;
      padding-top: 54px; } }
  @media screen and (min-width: 769) and (max-width: 960 -1px) {
    body {
      min-width: 960px;
      overflow-x: hidden; } }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

a {
  text-decoration: none;
  color: inherit;
  position: relative;
  transition: .25s; }
  a:hover {
    transition: .25s; }
  a[href^='mailto:'] {
    color: inherit; }
    a[href^='mailto:']:hover {
      text-decoration: none; }

:focus-visible {
  outline: none;
  box-shadow: none; }

sup {
  font-size: 60%;
  vertical-align: top;
  position: relative;
  top: -0.1em; }

sub {
  font-size: 60%;
  vertical-align: bottom;
  position: relative;
  bottom: -0.1em; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0; }

ul,
ol {
  list-style: none; }

small {
  font-size: 16px; }

.f-base, button,
select,
textarea,
input {
  font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
  color: #1B191A; }
  @media screen and (max-width: 768px) {
    .f-base, button,
    select,
    textarea,
    input {
      font-family: "Noto Sans JP", sans-serif; } }

.f-mincho {
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, yumincho, HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", sans-serif; }

.f-noto-san-jp {
  font-family: "Noto Sans JP", sans-serif; }

.clearfix::after {
  content: '';
  clear: both;
  display: block; }

.l-header {
  background: #FFF;
  font-size: 16px;
  line-height: 24px;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  font-weight: 600;
  height: 96px; }
  .l-header__row {
    padding: 11px 16px 11px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
    @media screen and (min-width: 769px) {
      .l-header__row li a {
        white-space: nowrap; } }
  .l-header__logo img {
    height: 40px;
    width: auto; }
  .l-header__menu {
    display: flex;
    align-items: center; }
    .l-header__menu .menu {
      display: flex; }
      .l-header__menu .menu > li {
        padding: 25px; }
      @media screen and (min-width: 769px) {
        .l-header__menu .menu a:after {
          content: '';
          background-color: #1B191A;
          width: 0%;
          position: absolute;
          height: 2px;
          bottom: -4px;
          left: 0;
          transition: .25s; }
        .l-header__menu .menu a:hover:after {
          width: 100%;
          transition: .2s; } }
      .l-header__menu .menu .btn {
        padding: 25px 14px; }
        .l-header__menu .menu .btn.btn-recruit {
          margin-left: 4px; }
        .l-header__menu .menu .btn a {
          background: #671817;
          border-radius: 30px;
          color: #FFF;
          padding: 16px 50px; }
          .l-header__menu .menu .btn a:hover {
            opacity: .8; }
            .l-header__menu .menu .btn a:hover:after {
              width: 0%; }
  .l-header__lang-sp {
    display: none; }
  .l-header__lang-pc a {
    flex: 1;
    display: flex;
    align-items: center;
    border-radius: 28.5px;
    background: #fff;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
    padding: 16px 40px 16px 31px;
    margin-left: 15px;
    cursor: pointer; }
    .l-header__lang-pc a img {
      max-width: 24px;
      margin-right: 15px; }
    .l-header__lang-pc a span.active {
      color: #AA242F;
      opacity: .8; }
    .l-header__lang-pc a:hover {
      opacity: .8; }

.l-header__bar, .header-u-sp {
  display: none; }

@media screen and (min-width: 769px) {
  .l-header {
    min-width: 1200px; }

  .l-header {
    font-size: 14px; }

  .l-header__menu .menu li {
    padding: 25px 15px; }
    .l-header__menu .menu li.btn {
      padding: 25px 15px; }
      .l-header__menu .menu li.btn a {
        padding-left: 25px;
        padding-right: 25px; } }
@supports (-webkit-touch-callout: none) {
  .group-menu {
    height: -webkit-fill-available; } }
@media screen and (max-width: 768px) {
  .header-u-pc {
    display: none; }

  .header-u-sp {
    display: block; }

  .l-header {
    font-size: 12px;
    height: 54px; }
    .l-header__row {
      padding: 0; }
    .l-header__logo {
      padding-left: 20px;
      width: auto; }
      .l-header__logo img {
        height: 30px; }
    .l-header__lang-pc {
      display: none; }
    .l-header__lang-sp {
      display: block;
      text-align: center; }
      .l-header__lang-sp a {
        display: block;
        padding: 12px 10px 0;
        color: #A2A2A2; }
      .l-header__lang-sp .active {
        color: #AA242F; }
      .l-header__lang-sp .txt-lang {
        display: block;
        font-size: 7px;
        line-height: normal;
        color: #671817; }
    .l-header__bar {
      display: block;
      background: #671817;
      color: #FFF;
      font-size: 7px;
      padding: 10px 13px 0;
      font-weight: bold;
      line-height: 20px; }
      .l-header__bar .m-close {
        display: none; }
      .l-header__bar.active .m-open {
        display: none; }
      .l-header__bar.active .m-close {
        display: block; }
    .l-header__menu .group-menu {
      position: absolute;
      top: 53px;
      left: 0;
      width: 100%;
      height: calc(100vh - 53px);
      overflow: auto;
      background: #6E1D13;
      color: #FFF;
      opacity: 0;
      pointer-events: none;
      transform: translate3d(0, 15px, 0);
      transition: all 0.3s ease; }
      .l-header__menu .group-menu.show {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        pointer-events: auto;
        z-index: 99; }
      .l-header__menu .group-menu ul.menu {
        display: block; }
        .l-header__menu .group-menu ul.menu > li:last-child {
          font-size: 10px;
          line-height: 16px;
          padding: 23px 30px 19px; }
        .l-header__menu .group-menu ul.menu li.item {
          padding: 0; }
          .l-header__menu .group-menu ul.menu li.item a, .l-header__menu .group-menu ul.menu li.item p {
            border-bottom: 1px solid #FFF;
            padding: 23px 40px 19px 30px;
            display: block;
            background: url(../img/ico/arrow-r.svg) right 40px center no-repeat;
            border-radius: 0; }
          .l-header__menu .group-menu ul.menu li.item.sub-item > p {
            background-image: url(../img/ico/plus.svg);
            cursor: pointer;
            transition: .25s; }
          .l-header__menu .group-menu ul.menu li.item.sub-item ul {
            background-color: #3B0D07;
            display: none; }
          .l-header__menu .group-menu ul.menu li.item.sub-item.expanded > p {
            background-image: url(../img/ico/minus.svg);
            transition: .25s; } }
footer {
  background-color: #FBFBFB;
  padding-top: 70px;
  margin-top: 7px;
  position: relative;
  font-weight: 600; }
  footer .btn-lifeline {
    display: none;
    text-align: right;
    padding-right: 50px;
    width: 100%;
    left: 0;
    bottom: calc(100% + 30px);
    z-index: 10;
    visibility: hidden; }
    footer .btn-lifeline.fixed {
      position: fixed;
      bottom: 30px; }
    footer .btn-lifeline a {
      visibility: visible;
      display: block;
      font-weight: 600;
      text-align: center;
      color: #FFF;
      font-size: 27px;
      background: #770F0E;
      border-radius: 90px;
      border: 3px solid #FFF;
      width: 146px;
      height: 146px;
      filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.16));
      opacity: .8;
      margin-left: auto;
      margin-top: -26px;
      padding-top: 32px;
      line-height: 34px;
      transition: .2s; }
      footer .btn-lifeline a:hover {
        opacity: .9;
        transition: .2s; }
  footer .l-footer {
    max-width: 1560px;
    margin: 0 auto;
    justify-content: space-between;
    display: flex;
    font-size: 12px;
    align-items: center;
    padding-bottom: 15px;
    position: relative; }
    footer .l-footer h3 {
      font-size: 16px;
      line-height: 24px;
      border-bottom: 2px solid #AA242F;
      padding-bottom: 12px;
      min-width: 150px; }
    footer .l-footer .l-logo {
      padding-bottom: 77px;
      padding-left: 30px; }
      footer .l-footer .l-logo .group-social ul li {
        display: inline-block;
        padding: 0 11px; }
        footer .l-footer .l-logo .group-social ul li a {
          display: block;
          width: 48px;
          height: 48px;
          border-radius: 50px;
          filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.06));
          transition: .25s; }
          footer .l-footer .l-logo .group-social ul li a:hover {
            background-color: #1B191A;
            filter: none;
            transition: .35s; }
    footer .l-footer .l-link {
      display: flex;
      padding-right: 14px; }
      footer .l-footer .l-link a {
        display: inline-block; }
        footer .l-footer .l-link a:after {
          content: '';
          background-color: #1B191A;
          width: 0%;
          position: absolute;
          height: 1px;
          bottom: -4px;
          left: 0;
          transition: .25s; }
        footer .l-footer .l-link a:hover:after {
          width: 100%;
          transition: .2s; }
      footer .l-footer .l-link .group {
        padding: 0 90px; }
        footer .l-footer .l-link .group:first-child, footer .l-footer .l-link .group:last-child {
          padding: 0; }
        footer .l-footer .l-link .group ul {
          padding-top: 5px;
          padding-bottom: 35px; }
        footer .l-footer .l-link .group .l-link-flex {
          display: flex; }
          footer .l-footer .l-link .group .l-link-flex ul {
            padding-right: 20px; }
  footer .list-link-sp {
    display: none; }
  footer .l-copyright {
    background-color: #E3E3E3;
    padding: 27px 15px 23px; }
    footer .l-copyright .txt {
      max-width: 1446px;
      margin: 0 auto;
      font-size: 12px;
      line-height: 18px; }

@media (max-width: 1430px) {
  footer .l-footer .l-logo .group-social ul li {
    padding: 0 5px; } }
@media (max-width: 1380px) {
  footer .l-footer {
    align-items: normal; }
    footer .l-footer .l-link .group .l-link-flex {
      display: block; }
      footer .l-footer .l-link .group .l-link-flex ul {
        padding-bottom: 0;
        padding-right: 0; } }
@media screen and (max-width: 768px) {
  footer {
    padding-top: 20px; }
    footer .l-footer {
      display: block;
      line-height: 18px;
      padding-bottom: 0; }
      footer .l-footer .l-logo {
        padding-bottom: 0;
        padding-left: 0; }
        footer .l-footer .l-logo .group-social ul li {
          padding: 0 11px; }
      footer .l-footer .l-link {
        display: none; }
      footer .l-footer .list-link-sp {
        display: block;
        margin-top: 55px;
        border-top: 1px solid #EBEBEB; }
        footer .l-footer .list-link-sp a, footer .l-footer .list-link-sp p {
          background: url(../img/ico/arrow-r-b.svg) right 30px center no-repeat;
          border-bottom: 1px solid #EBEBEB;
          display: block;
          padding: 19px 30px; }
        footer .l-footer .list-link-sp .sub-item > p {
          background-image: url(../img/ico/plus-black.svg);
          cursor: pointer;
          transition: .25s; }
        footer .l-footer .list-link-sp .sub-item ul {
          background-color: #F4F4F4;
          display: none; }
        footer .l-footer .list-link-sp .sub-item.expanded > p {
          transition: .25s;
          background-image: url(../img/ico/minus-black.svg); }
        footer .l-footer .list-link-sp ul li:last-child {
          border: none; }
    footer .l-copyright {
      padding-top: 16px; }
      footer .l-copyright .txt {
        text-align: center;
        font-size: 10px;
        letter-spacing: 0.05em; }

  footer .btn-lifeline {
    padding-right: 8px;
    bottom: calc(100% + 22px); }
    footer .btn-lifeline.fixed {
      bottom: 22px; }
    footer .btn-lifeline a {
      font-size: 12px;
      width: 76px;
      height: 76px;
      padding-top: 16px;
      line-height: 19px;
      margin-top: 0; } }
.l-content-small,
.l-content {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 15px; }
  @media screen and (max-width: 768px) {
    .l-content-small,
    .l-content {
      max-width: 100%; } }
  @media screen and (max-width: 374px) {
    .l-content-small,
    .l-content {
      padding: 0 15px; } }

.l-content-small {
  max-width: 950px; }

.bg-gray {
  background-color: #EBEBEB; }

.padding-0 {
  padding: 0 !important; }

@media screen and (min-width: 769px) {
  .pd-top-0 {
    padding-top: 0 !important; }

  /* padding */
  .pd-5 {
    padding-top: 5px;
    padding-bottom: 5px; }

  .pd-top-5 {
    padding-top: 5px; }

  .pd-bottom-5 {
    padding-bottom: 5px; }

  /* margin */
  .mg-5 {
    margin-top: 5px;
    margin-bottom: 5px; }

  .mg-top-5 {
    margin-top: 5px; }

  .mg-bottom-5 {
    margin-bottom: 5px; }

  /* padding */
  .pd-10 {
    padding-top: 10px;
    padding-bottom: 10px; }

  .pd-top-10 {
    padding-top: 10px; }

  .pd-bottom-10 {
    padding-bottom: 10px; }

  /* margin */
  .mg-10 {
    margin-top: 10px;
    margin-bottom: 10px; }

  .mg-top-10 {
    margin-top: 10px; }

  .mg-bottom-10 {
    margin-bottom: 10px; }

  /* padding */
  .pd-15 {
    padding-top: 15px;
    padding-bottom: 15px; }

  .pd-top-15 {
    padding-top: 15px; }

  .pd-bottom-15 {
    padding-bottom: 15px; }

  /* margin */
  .mg-15 {
    margin-top: 15px;
    margin-bottom: 15px; }

  .mg-top-15 {
    margin-top: 15px; }

  .mg-bottom-15 {
    margin-bottom: 15px; }

  /* padding */
  .pd-20 {
    padding-top: 20px;
    padding-bottom: 20px; }

  .pd-top-20 {
    padding-top: 20px; }

  .pd-bottom-20 {
    padding-bottom: 20px; }

  /* margin */
  .mg-20 {
    margin-top: 20px;
    margin-bottom: 20px; }

  .mg-top-20 {
    margin-top: 20px; }

  .mg-bottom-20 {
    margin-bottom: 20px; }

  /* padding */
  .pd-25 {
    padding-top: 25px;
    padding-bottom: 25px; }

  .pd-top-25 {
    padding-top: 25px; }

  .pd-bottom-25 {
    padding-bottom: 25px; }

  /* margin */
  .mg-25 {
    margin-top: 25px;
    margin-bottom: 25px; }

  .mg-top-25 {
    margin-top: 25px; }

  .mg-bottom-25 {
    margin-bottom: 25px; }

  /* padding */
  .pd-30 {
    padding-top: 30px;
    padding-bottom: 30px; }

  .pd-top-30 {
    padding-top: 30px; }

  .pd-bottom-30 {
    padding-bottom: 30px; }

  /* margin */
  .mg-30 {
    margin-top: 30px;
    margin-bottom: 30px; }

  .mg-top-30 {
    margin-top: 30px; }

  .mg-bottom-30 {
    margin-bottom: 30px; }

  /* padding */
  .pd-35 {
    padding-top: 35px;
    padding-bottom: 35px; }

  .pd-top-35 {
    padding-top: 35px; }

  .pd-bottom-35 {
    padding-bottom: 35px; }

  /* margin */
  .mg-35 {
    margin-top: 35px;
    margin-bottom: 35px; }

  .mg-top-35 {
    margin-top: 35px; }

  .mg-bottom-35 {
    margin-bottom: 35px; }

  /* padding */
  .pd-40 {
    padding-top: 40px;
    padding-bottom: 40px; }

  .pd-top-40 {
    padding-top: 40px; }

  .pd-bottom-40 {
    padding-bottom: 40px; }

  /* margin */
  .mg-40 {
    margin-top: 40px;
    margin-bottom: 40px; }

  .mg-top-40 {
    margin-top: 40px; }

  .mg-bottom-40 {
    margin-bottom: 40px; }

  /* padding */
  .pd-45 {
    padding-top: 45px;
    padding-bottom: 45px; }

  .pd-top-45 {
    padding-top: 45px; }

  .pd-bottom-45 {
    padding-bottom: 45px; }

  /* margin */
  .mg-45 {
    margin-top: 45px;
    margin-bottom: 45px; }

  .mg-top-45 {
    margin-top: 45px; }

  .mg-bottom-45 {
    margin-bottom: 45px; }

  /* padding */
  .pd-50 {
    padding-top: 50px;
    padding-bottom: 50px; }

  .pd-top-50 {
    padding-top: 50px; }

  .pd-bottom-50 {
    padding-bottom: 50px; }

  /* margin */
  .mg-50 {
    margin-top: 50px;
    margin-bottom: 50px; }

  .mg-top-50 {
    margin-top: 50px; }

  .mg-bottom-50 {
    margin-bottom: 50px; }

  /* padding */
  .pd-55 {
    padding-top: 55px;
    padding-bottom: 55px; }

  .pd-top-55 {
    padding-top: 55px; }

  .pd-bottom-55 {
    padding-bottom: 55px; }

  /* margin */
  .mg-55 {
    margin-top: 55px;
    margin-bottom: 55px; }

  .mg-top-55 {
    margin-top: 55px; }

  .mg-bottom-55 {
    margin-bottom: 55px; }

  /* padding */
  .pd-60 {
    padding-top: 60px;
    padding-bottom: 60px; }

  .pd-top-60 {
    padding-top: 60px; }

  .pd-bottom-60 {
    padding-bottom: 60px; }

  /* margin */
  .mg-60 {
    margin-top: 60px;
    margin-bottom: 60px; }

  .mg-top-60 {
    margin-top: 60px; }

  .mg-bottom-60 {
    margin-bottom: 60px; }

  /* padding */
  .pd-65 {
    padding-top: 65px;
    padding-bottom: 65px; }

  .pd-top-65 {
    padding-top: 65px; }

  .pd-bottom-65 {
    padding-bottom: 65px; }

  /* margin */
  .mg-65 {
    margin-top: 65px;
    margin-bottom: 65px; }

  .mg-top-65 {
    margin-top: 65px; }

  .mg-bottom-65 {
    margin-bottom: 65px; }

  /* padding */
  .pd-70 {
    padding-top: 70px;
    padding-bottom: 70px; }

  .pd-top-70 {
    padding-top: 70px; }

  .pd-bottom-70 {
    padding-bottom: 70px; }

  /* margin */
  .mg-70 {
    margin-top: 70px;
    margin-bottom: 70px; }

  .mg-top-70 {
    margin-top: 70px; }

  .mg-bottom-70 {
    margin-bottom: 70px; }

  /* padding */
  .pd-75 {
    padding-top: 75px;
    padding-bottom: 75px; }

  .pd-top-75 {
    padding-top: 75px; }

  .pd-bottom-75 {
    padding-bottom: 75px; }

  /* margin */
  .mg-75 {
    margin-top: 75px;
    margin-bottom: 75px; }

  .mg-top-75 {
    margin-top: 75px; }

  .mg-bottom-75 {
    margin-bottom: 75px; }

  /* padding */
  .pd-80 {
    padding-top: 80px;
    padding-bottom: 80px; }

  .pd-top-80 {
    padding-top: 80px; }

  .pd-bottom-80 {
    padding-bottom: 80px; }

  /* margin */
  .mg-80 {
    margin-top: 80px;
    margin-bottom: 80px; }

  .mg-top-80 {
    margin-top: 80px; }

  .mg-bottom-80 {
    margin-bottom: 80px; }

  /* padding */
  .pd-85 {
    padding-top: 85px;
    padding-bottom: 85px; }

  .pd-top-85 {
    padding-top: 85px; }

  .pd-bottom-85 {
    padding-bottom: 85px; }

  /* margin */
  .mg-85 {
    margin-top: 85px;
    margin-bottom: 85px; }

  .mg-top-85 {
    margin-top: 85px; }

  .mg-bottom-85 {
    margin-bottom: 85px; }

  /* padding */
  .pd-90 {
    padding-top: 90px;
    padding-bottom: 90px; }

  .pd-top-90 {
    padding-top: 90px; }

  .pd-bottom-90 {
    padding-bottom: 90px; }

  /* margin */
  .mg-90 {
    margin-top: 90px;
    margin-bottom: 90px; }

  .mg-top-90 {
    margin-top: 90px; }

  .mg-bottom-90 {
    margin-bottom: 90px; }

  /* padding */
  .pd-95 {
    padding-top: 95px;
    padding-bottom: 95px; }

  .pd-top-95 {
    padding-top: 95px; }

  .pd-bottom-95 {
    padding-bottom: 95px; }

  /* margin */
  .mg-95 {
    margin-top: 95px;
    margin-bottom: 95px; }

  .mg-top-95 {
    margin-top: 95px; }

  .mg-bottom-95 {
    margin-bottom: 95px; }

  /* padding */
  .pd-100 {
    padding-top: 100px;
    padding-bottom: 100px; }

  .pd-top-100 {
    padding-top: 100px; }

  .pd-bottom-100 {
    padding-bottom: 100px; }

  /* margin */
  .mg-100 {
    margin-top: 100px;
    margin-bottom: 100px; }

  .mg-top-100 {
    margin-top: 100px; }

  .mg-bottom-100 {
    margin-bottom: 100px; }

  /* padding */
  .pd-105 {
    padding-top: 105px;
    padding-bottom: 105px; }

  .pd-top-105 {
    padding-top: 105px; }

  .pd-bottom-105 {
    padding-bottom: 105px; }

  /* margin */
  .mg-105 {
    margin-top: 105px;
    margin-bottom: 105px; }

  .mg-top-105 {
    margin-top: 105px; }

  .mg-bottom-105 {
    margin-bottom: 105px; }

  /* padding */
  .pd-110 {
    padding-top: 110px;
    padding-bottom: 110px; }

  .pd-top-110 {
    padding-top: 110px; }

  .pd-bottom-110 {
    padding-bottom: 110px; }

  /* margin */
  .mg-110 {
    margin-top: 110px;
    margin-bottom: 110px; }

  .mg-top-110 {
    margin-top: 110px; }

  .mg-bottom-110 {
    margin-bottom: 110px; }

  /* padding */
  .pd-115 {
    padding-top: 115px;
    padding-bottom: 115px; }

  .pd-top-115 {
    padding-top: 115px; }

  .pd-bottom-115 {
    padding-bottom: 115px; }

  /* margin */
  .mg-115 {
    margin-top: 115px;
    margin-bottom: 115px; }

  .mg-top-115 {
    margin-top: 115px; }

  .mg-bottom-115 {
    margin-bottom: 115px; }

  /* padding */
  .pd-120 {
    padding-top: 120px;
    padding-bottom: 120px; }

  .pd-top-120 {
    padding-top: 120px; }

  .pd-bottom-120 {
    padding-bottom: 120px; }

  /* margin */
  .mg-120 {
    margin-top: 120px;
    margin-bottom: 120px; }

  .mg-top-120 {
    margin-top: 120px; }

  .mg-bottom-120 {
    margin-bottom: 120px; }

  /* padding */
  .pd-125 {
    padding-top: 125px;
    padding-bottom: 125px; }

  .pd-top-125 {
    padding-top: 125px; }

  .pd-bottom-125 {
    padding-bottom: 125px; }

  /* margin */
  .mg-125 {
    margin-top: 125px;
    margin-bottom: 125px; }

  .mg-top-125 {
    margin-top: 125px; }

  .mg-bottom-125 {
    margin-bottom: 125px; }

  /* padding */
  .pd-130 {
    padding-top: 130px;
    padding-bottom: 130px; }

  .pd-top-130 {
    padding-top: 130px; }

  .pd-bottom-130 {
    padding-bottom: 130px; }

  /* margin */
  .mg-130 {
    margin-top: 130px;
    margin-bottom: 130px; }

  .mg-top-130 {
    margin-top: 130px; }

  .mg-bottom-130 {
    margin-bottom: 130px; }

  /* padding */
  .pd-135 {
    padding-top: 135px;
    padding-bottom: 135px; }

  .pd-top-135 {
    padding-top: 135px; }

  .pd-bottom-135 {
    padding-bottom: 135px; }

  /* margin */
  .mg-135 {
    margin-top: 135px;
    margin-bottom: 135px; }

  .mg-top-135 {
    margin-top: 135px; }

  .mg-bottom-135 {
    margin-bottom: 135px; }

  /* padding */
  .pd-140 {
    padding-top: 140px;
    padding-bottom: 140px; }

  .pd-top-140 {
    padding-top: 140px; }

  .pd-bottom-140 {
    padding-bottom: 140px; }

  /* margin */
  .mg-140 {
    margin-top: 140px;
    margin-bottom: 140px; }

  .mg-top-140 {
    margin-top: 140px; }

  .mg-bottom-140 {
    margin-bottom: 140px; }

  /* padding */
  .pd-145 {
    padding-top: 145px;
    padding-bottom: 145px; }

  .pd-top-145 {
    padding-top: 145px; }

  .pd-bottom-145 {
    padding-bottom: 145px; }

  /* margin */
  .mg-145 {
    margin-top: 145px;
    margin-bottom: 145px; }

  .mg-top-145 {
    margin-top: 145px; }

  .mg-bottom-145 {
    margin-bottom: 145px; }

  /* padding */
  .pd-150 {
    padding-top: 150px;
    padding-bottom: 150px; }

  .pd-top-150 {
    padding-top: 150px; }

  .pd-bottom-150 {
    padding-bottom: 150px; }

  /* margin */
  .mg-150 {
    margin-top: 150px;
    margin-bottom: 150px; }

  .mg-top-150 {
    margin-top: 150px; }

  .mg-bottom-150 {
    margin-bottom: 150px; }

  /* padding */
  .pd-155 {
    padding-top: 155px;
    padding-bottom: 155px; }

  .pd-top-155 {
    padding-top: 155px; }

  .pd-bottom-155 {
    padding-bottom: 155px; }

  /* margin */
  .mg-155 {
    margin-top: 155px;
    margin-bottom: 155px; }

  .mg-top-155 {
    margin-top: 155px; }

  .mg-bottom-155 {
    margin-bottom: 155px; }

  /* padding */
  .pd-160 {
    padding-top: 160px;
    padding-bottom: 160px; }

  .pd-top-160 {
    padding-top: 160px; }

  .pd-bottom-160 {
    padding-bottom: 160px; }

  /* margin */
  .mg-160 {
    margin-top: 160px;
    margin-bottom: 160px; }

  .mg-top-160 {
    margin-top: 160px; }

  .mg-bottom-160 {
    margin-bottom: 160px; }

  /* padding */
  .pd-165 {
    padding-top: 165px;
    padding-bottom: 165px; }

  .pd-top-165 {
    padding-top: 165px; }

  .pd-bottom-165 {
    padding-bottom: 165px; }

  /* margin */
  .mg-165 {
    margin-top: 165px;
    margin-bottom: 165px; }

  .mg-top-165 {
    margin-top: 165px; }

  .mg-bottom-165 {
    margin-bottom: 165px; }

  /* padding */
  .pd-170 {
    padding-top: 170px;
    padding-bottom: 170px; }

  .pd-top-170 {
    padding-top: 170px; }

  .pd-bottom-170 {
    padding-bottom: 170px; }

  /* margin */
  .mg-170 {
    margin-top: 170px;
    margin-bottom: 170px; }

  .mg-top-170 {
    margin-top: 170px; }

  .mg-bottom-170 {
    margin-bottom: 170px; }

  /* padding */
  .pd-175 {
    padding-top: 175px;
    padding-bottom: 175px; }

  .pd-top-175 {
    padding-top: 175px; }

  .pd-bottom-175 {
    padding-bottom: 175px; }

  /* margin */
  .mg-175 {
    margin-top: 175px;
    margin-bottom: 175px; }

  .mg-top-175 {
    margin-top: 175px; }

  .mg-bottom-175 {
    margin-bottom: 175px; }

  /* padding */
  .pd-180 {
    padding-top: 180px;
    padding-bottom: 180px; }

  .pd-top-180 {
    padding-top: 180px; }

  .pd-bottom-180 {
    padding-bottom: 180px; }

  /* margin */
  .mg-180 {
    margin-top: 180px;
    margin-bottom: 180px; }

  .mg-top-180 {
    margin-top: 180px; }

  .mg-bottom-180 {
    margin-bottom: 180px; }

  /* padding */
  .pd-185 {
    padding-top: 185px;
    padding-bottom: 185px; }

  .pd-top-185 {
    padding-top: 185px; }

  .pd-bottom-185 {
    padding-bottom: 185px; }

  /* margin */
  .mg-185 {
    margin-top: 185px;
    margin-bottom: 185px; }

  .mg-top-185 {
    margin-top: 185px; }

  .mg-bottom-185 {
    margin-bottom: 185px; }

  /* padding */
  .pd-190 {
    padding-top: 190px;
    padding-bottom: 190px; }

  .pd-top-190 {
    padding-top: 190px; }

  .pd-bottom-190 {
    padding-bottom: 190px; }

  /* margin */
  .mg-190 {
    margin-top: 190px;
    margin-bottom: 190px; }

  .mg-top-190 {
    margin-top: 190px; }

  .mg-bottom-190 {
    margin-bottom: 190px; }

  /* padding */
  .pd-195 {
    padding-top: 195px;
    padding-bottom: 195px; }

  .pd-top-195 {
    padding-top: 195px; }

  .pd-bottom-195 {
    padding-bottom: 195px; }

  /* margin */
  .mg-195 {
    margin-top: 195px;
    margin-bottom: 195px; }

  .mg-top-195 {
    margin-top: 195px; }

  .mg-bottom-195 {
    margin-bottom: 195px; }

  /* padding */
  .pd-200 {
    padding-top: 200px;
    padding-bottom: 200px; }

  .pd-top-200 {
    padding-top: 200px; }

  .pd-bottom-200 {
    padding-bottom: 200px; }

  /* margin */
  .mg-200 {
    margin-top: 200px;
    margin-bottom: 200px; }

  .mg-top-200 {
    margin-top: 200px; }

  .mg-bottom-200 {
    margin-bottom: 200px; }

  /* padding */
  .pd-205 {
    padding-top: 205px;
    padding-bottom: 205px; }

  .pd-top-205 {
    padding-top: 205px; }

  .pd-bottom-205 {
    padding-bottom: 205px; }

  /* margin */
  .mg-205 {
    margin-top: 205px;
    margin-bottom: 205px; }

  .mg-top-205 {
    margin-top: 205px; }

  .mg-bottom-205 {
    margin-bottom: 205px; }

  /* padding */
  .pd-210 {
    padding-top: 210px;
    padding-bottom: 210px; }

  .pd-top-210 {
    padding-top: 210px; }

  .pd-bottom-210 {
    padding-bottom: 210px; }

  /* margin */
  .mg-210 {
    margin-top: 210px;
    margin-bottom: 210px; }

  .mg-top-210 {
    margin-top: 210px; }

  .mg-bottom-210 {
    margin-bottom: 210px; }

  /* padding */
  .pd-215 {
    padding-top: 215px;
    padding-bottom: 215px; }

  .pd-top-215 {
    padding-top: 215px; }

  .pd-bottom-215 {
    padding-bottom: 215px; }

  /* margin */
  .mg-215 {
    margin-top: 215px;
    margin-bottom: 215px; }

  .mg-top-215 {
    margin-top: 215px; }

  .mg-bottom-215 {
    margin-bottom: 215px; }

  /* padding */
  .pd-220 {
    padding-top: 220px;
    padding-bottom: 220px; }

  .pd-top-220 {
    padding-top: 220px; }

  .pd-bottom-220 {
    padding-bottom: 220px; }

  /* margin */
  .mg-220 {
    margin-top: 220px;
    margin-bottom: 220px; }

  .mg-top-220 {
    margin-top: 220px; }

  .mg-bottom-220 {
    margin-bottom: 220px; }

  /* padding */
  .pd-225 {
    padding-top: 225px;
    padding-bottom: 225px; }

  .pd-top-225 {
    padding-top: 225px; }

  .pd-bottom-225 {
    padding-bottom: 225px; }

  /* margin */
  .mg-225 {
    margin-top: 225px;
    margin-bottom: 225px; }

  .mg-top-225 {
    margin-top: 225px; }

  .mg-bottom-225 {
    margin-bottom: 225px; }

  /* padding */
  .pd-230 {
    padding-top: 230px;
    padding-bottom: 230px; }

  .pd-top-230 {
    padding-top: 230px; }

  .pd-bottom-230 {
    padding-bottom: 230px; }

  /* margin */
  .mg-230 {
    margin-top: 230px;
    margin-bottom: 230px; }

  .mg-top-230 {
    margin-top: 230px; }

  .mg-bottom-230 {
    margin-bottom: 230px; }

  /* padding */
  .pd-235 {
    padding-top: 235px;
    padding-bottom: 235px; }

  .pd-top-235 {
    padding-top: 235px; }

  .pd-bottom-235 {
    padding-bottom: 235px; }

  /* margin */
  .mg-235 {
    margin-top: 235px;
    margin-bottom: 235px; }

  .mg-top-235 {
    margin-top: 235px; }

  .mg-bottom-235 {
    margin-bottom: 235px; }

  /* padding */
  .pd-240 {
    padding-top: 240px;
    padding-bottom: 240px; }

  .pd-top-240 {
    padding-top: 240px; }

  .pd-bottom-240 {
    padding-bottom: 240px; }

  /* margin */
  .mg-240 {
    margin-top: 240px;
    margin-bottom: 240px; }

  .mg-top-240 {
    margin-top: 240px; }

  .mg-bottom-240 {
    margin-bottom: 240px; }

  /* padding */
  .pd-245 {
    padding-top: 245px;
    padding-bottom: 245px; }

  .pd-top-245 {
    padding-top: 245px; }

  .pd-bottom-245 {
    padding-bottom: 245px; }

  /* margin */
  .mg-245 {
    margin-top: 245px;
    margin-bottom: 245px; }

  .mg-top-245 {
    margin-top: 245px; }

  .mg-bottom-245 {
    margin-bottom: 245px; }

  /* padding */
  .pd-250 {
    padding-top: 250px;
    padding-bottom: 250px; }

  .pd-top-250 {
    padding-top: 250px; }

  .pd-bottom-250 {
    padding-bottom: 250px; }

  /* margin */
  .mg-250 {
    margin-top: 250px;
    margin-bottom: 250px; }

  .mg-top-250 {
    margin-top: 250px; }

  .mg-bottom-250 {
    margin-bottom: 250px; }

  /* padding */
  .pd-255 {
    padding-top: 255px;
    padding-bottom: 255px; }

  .pd-top-255 {
    padding-top: 255px; }

  .pd-bottom-255 {
    padding-bottom: 255px; }

  /* margin */
  .mg-255 {
    margin-top: 255px;
    margin-bottom: 255px; }

  .mg-top-255 {
    margin-top: 255px; }

  .mg-bottom-255 {
    margin-bottom: 255px; }

  /* padding */
  .pd-260 {
    padding-top: 260px;
    padding-bottom: 260px; }

  .pd-top-260 {
    padding-top: 260px; }

  .pd-bottom-260 {
    padding-bottom: 260px; }

  /* margin */
  .mg-260 {
    margin-top: 260px;
    margin-bottom: 260px; }

  .mg-top-260 {
    margin-top: 260px; }

  .mg-bottom-260 {
    margin-bottom: 260px; }

  /* padding */
  .pd-265 {
    padding-top: 265px;
    padding-bottom: 265px; }

  .pd-top-265 {
    padding-top: 265px; }

  .pd-bottom-265 {
    padding-bottom: 265px; }

  /* margin */
  .mg-265 {
    margin-top: 265px;
    margin-bottom: 265px; }

  .mg-top-265 {
    margin-top: 265px; }

  .mg-bottom-265 {
    margin-bottom: 265px; }

  /* padding */
  .pd-270 {
    padding-top: 270px;
    padding-bottom: 270px; }

  .pd-top-270 {
    padding-top: 270px; }

  .pd-bottom-270 {
    padding-bottom: 270px; }

  /* margin */
  .mg-270 {
    margin-top: 270px;
    margin-bottom: 270px; }

  .mg-top-270 {
    margin-top: 270px; }

  .mg-bottom-270 {
    margin-bottom: 270px; }

  /* padding */
  .pd-275 {
    padding-top: 275px;
    padding-bottom: 275px; }

  .pd-top-275 {
    padding-top: 275px; }

  .pd-bottom-275 {
    padding-bottom: 275px; }

  /* margin */
  .mg-275 {
    margin-top: 275px;
    margin-bottom: 275px; }

  .mg-top-275 {
    margin-top: 275px; }

  .mg-bottom-275 {
    margin-bottom: 275px; }

  /* padding */
  .pd-280 {
    padding-top: 280px;
    padding-bottom: 280px; }

  .pd-top-280 {
    padding-top: 280px; }

  .pd-bottom-280 {
    padding-bottom: 280px; }

  /* margin */
  .mg-280 {
    margin-top: 280px;
    margin-bottom: 280px; }

  .mg-top-280 {
    margin-top: 280px; }

  .mg-bottom-280 {
    margin-bottom: 280px; }

  /* padding */
  .pd-285 {
    padding-top: 285px;
    padding-bottom: 285px; }

  .pd-top-285 {
    padding-top: 285px; }

  .pd-bottom-285 {
    padding-bottom: 285px; }

  /* margin */
  .mg-285 {
    margin-top: 285px;
    margin-bottom: 285px; }

  .mg-top-285 {
    margin-top: 285px; }

  .mg-bottom-285 {
    margin-bottom: 285px; }

  /* padding */
  .pd-290 {
    padding-top: 290px;
    padding-bottom: 290px; }

  .pd-top-290 {
    padding-top: 290px; }

  .pd-bottom-290 {
    padding-bottom: 290px; }

  /* margin */
  .mg-290 {
    margin-top: 290px;
    margin-bottom: 290px; }

  .mg-top-290 {
    margin-top: 290px; }

  .mg-bottom-290 {
    margin-bottom: 290px; }

  /* padding */
  .pd-295 {
    padding-top: 295px;
    padding-bottom: 295px; }

  .pd-top-295 {
    padding-top: 295px; }

  .pd-bottom-295 {
    padding-bottom: 295px; }

  /* margin */
  .mg-295 {
    margin-top: 295px;
    margin-bottom: 295px; }

  .mg-top-295 {
    margin-top: 295px; }

  .mg-bottom-295 {
    margin-bottom: 295px; }

  /* padding */
  .pd-300 {
    padding-top: 300px;
    padding-bottom: 300px; }

  .pd-top-300 {
    padding-top: 300px; }

  .pd-bottom-300 {
    padding-bottom: 300px; }

  /* margin */
  .mg-300 {
    margin-top: 300px;
    margin-bottom: 300px; }

  .mg-top-300 {
    margin-top: 300px; }

  .mg-bottom-300 {
    margin-bottom: 300px; } }
@media screen and (max-width: 768px) {
  .sp-padding-0 {
    padding: 0 !important; }

  .sp-pd-top-0 {
    padding-top: 0 !important; }

  .sp-padding-0 {
    padding: 0 !important; }

  .margin-0 {
    margin: 0 !important; }

  /* padding */
  .sp-pd-5 {
    padding-top: 5px;
    padding-bottom: 5px; }

  .sp-pd-top-5 {
    padding-top: 5px; }

  .sp-pd-bottom-5 {
    padding-bottom: 5px; }

  /* margin */
  .sp-mg-5 {
    margin-top: 5px;
    margin-bottom: 5px; }

  .sp-mg-top-5 {
    margin-top: 5px; }

  .sp-mg-bottom-5 {
    margin-bottom: 5px; }

  /* padding */
  .sp-pd-10 {
    padding-top: 10px;
    padding-bottom: 10px; }

  .sp-pd-top-10 {
    padding-top: 10px; }

  .sp-pd-bottom-10 {
    padding-bottom: 10px; }

  /* margin */
  .sp-mg-10 {
    margin-top: 10px;
    margin-bottom: 10px; }

  .sp-mg-top-10 {
    margin-top: 10px; }

  .sp-mg-bottom-10 {
    margin-bottom: 10px; }

  /* padding */
  .sp-pd-15 {
    padding-top: 15px;
    padding-bottom: 15px; }

  .sp-pd-top-15 {
    padding-top: 15px; }

  .sp-pd-bottom-15 {
    padding-bottom: 15px; }

  /* margin */
  .sp-mg-15 {
    margin-top: 15px;
    margin-bottom: 15px; }

  .sp-mg-top-15 {
    margin-top: 15px; }

  .sp-mg-bottom-15 {
    margin-bottom: 15px; }

  /* padding */
  .sp-pd-20 {
    padding-top: 20px;
    padding-bottom: 20px; }

  .sp-pd-top-20 {
    padding-top: 20px; }

  .sp-pd-bottom-20 {
    padding-bottom: 20px; }

  /* margin */
  .sp-mg-20 {
    margin-top: 20px;
    margin-bottom: 20px; }

  .sp-mg-top-20 {
    margin-top: 20px; }

  .sp-mg-bottom-20 {
    margin-bottom: 20px; }

  /* padding */
  .sp-pd-25 {
    padding-top: 25px;
    padding-bottom: 25px; }

  .sp-pd-top-25 {
    padding-top: 25px; }

  .sp-pd-bottom-25 {
    padding-bottom: 25px; }

  /* margin */
  .sp-mg-25 {
    margin-top: 25px;
    margin-bottom: 25px; }

  .sp-mg-top-25 {
    margin-top: 25px; }

  .sp-mg-bottom-25 {
    margin-bottom: 25px; }

  /* padding */
  .sp-pd-30 {
    padding-top: 30px;
    padding-bottom: 30px; }

  .sp-pd-top-30 {
    padding-top: 30px; }

  .sp-pd-bottom-30 {
    padding-bottom: 30px; }

  /* margin */
  .sp-mg-30 {
    margin-top: 30px;
    margin-bottom: 30px; }

  .sp-mg-top-30 {
    margin-top: 30px; }

  .sp-mg-bottom-30 {
    margin-bottom: 30px; }

  /* padding */
  .sp-pd-35 {
    padding-top: 35px;
    padding-bottom: 35px; }

  .sp-pd-top-35 {
    padding-top: 35px; }

  .sp-pd-bottom-35 {
    padding-bottom: 35px; }

  /* margin */
  .sp-mg-35 {
    margin-top: 35px;
    margin-bottom: 35px; }

  .sp-mg-top-35 {
    margin-top: 35px; }

  .sp-mg-bottom-35 {
    margin-bottom: 35px; }

  /* padding */
  .sp-pd-40 {
    padding-top: 40px;
    padding-bottom: 40px; }

  .sp-pd-top-40 {
    padding-top: 40px; }

  .sp-pd-bottom-40 {
    padding-bottom: 40px; }

  /* margin */
  .sp-mg-40 {
    margin-top: 40px;
    margin-bottom: 40px; }

  .sp-mg-top-40 {
    margin-top: 40px; }

  .sp-mg-bottom-40 {
    margin-bottom: 40px; }

  /* padding */
  .sp-pd-45 {
    padding-top: 45px;
    padding-bottom: 45px; }

  .sp-pd-top-45 {
    padding-top: 45px; }

  .sp-pd-bottom-45 {
    padding-bottom: 45px; }

  /* margin */
  .sp-mg-45 {
    margin-top: 45px;
    margin-bottom: 45px; }

  .sp-mg-top-45 {
    margin-top: 45px; }

  .sp-mg-bottom-45 {
    margin-bottom: 45px; }

  /* padding */
  .sp-pd-50 {
    padding-top: 50px;
    padding-bottom: 50px; }

  .sp-pd-top-50 {
    padding-top: 50px; }

  .sp-pd-bottom-50 {
    padding-bottom: 50px; }

  /* margin */
  .sp-mg-50 {
    margin-top: 50px;
    margin-bottom: 50px; }

  .sp-mg-top-50 {
    margin-top: 50px; }

  .sp-mg-bottom-50 {
    margin-bottom: 50px; }

  /* padding */
  .sp-pd-55 {
    padding-top: 55px;
    padding-bottom: 55px; }

  .sp-pd-top-55 {
    padding-top: 55px; }

  .sp-pd-bottom-55 {
    padding-bottom: 55px; }

  /* margin */
  .sp-mg-55 {
    margin-top: 55px;
    margin-bottom: 55px; }

  .sp-mg-top-55 {
    margin-top: 55px; }

  .sp-mg-bottom-55 {
    margin-bottom: 55px; }

  /* padding */
  .sp-pd-60 {
    padding-top: 60px;
    padding-bottom: 60px; }

  .sp-pd-top-60 {
    padding-top: 60px; }

  .sp-pd-bottom-60 {
    padding-bottom: 60px; }

  /* margin */
  .sp-mg-60 {
    margin-top: 60px;
    margin-bottom: 60px; }

  .sp-mg-top-60 {
    margin-top: 60px; }

  .sp-mg-bottom-60 {
    margin-bottom: 60px; }

  /* padding */
  .sp-pd-65 {
    padding-top: 65px;
    padding-bottom: 65px; }

  .sp-pd-top-65 {
    padding-top: 65px; }

  .sp-pd-bottom-65 {
    padding-bottom: 65px; }

  /* margin */
  .sp-mg-65 {
    margin-top: 65px;
    margin-bottom: 65px; }

  .sp-mg-top-65 {
    margin-top: 65px; }

  .sp-mg-bottom-65 {
    margin-bottom: 65px; }

  /* padding */
  .sp-pd-70 {
    padding-top: 70px;
    padding-bottom: 70px; }

  .sp-pd-top-70 {
    padding-top: 70px; }

  .sp-pd-bottom-70 {
    padding-bottom: 70px; }

  /* margin */
  .sp-mg-70 {
    margin-top: 70px;
    margin-bottom: 70px; }

  .sp-mg-top-70 {
    margin-top: 70px; }

  .sp-mg-bottom-70 {
    margin-bottom: 70px; }

  /* padding */
  .sp-pd-75 {
    padding-top: 75px;
    padding-bottom: 75px; }

  .sp-pd-top-75 {
    padding-top: 75px; }

  .sp-pd-bottom-75 {
    padding-bottom: 75px; }

  /* margin */
  .sp-mg-75 {
    margin-top: 75px;
    margin-bottom: 75px; }

  .sp-mg-top-75 {
    margin-top: 75px; }

  .sp-mg-bottom-75 {
    margin-bottom: 75px; }

  /* padding */
  .sp-pd-80 {
    padding-top: 80px;
    padding-bottom: 80px; }

  .sp-pd-top-80 {
    padding-top: 80px; }

  .sp-pd-bottom-80 {
    padding-bottom: 80px; }

  /* margin */
  .sp-mg-80 {
    margin-top: 80px;
    margin-bottom: 80px; }

  .sp-mg-top-80 {
    margin-top: 80px; }

  .sp-mg-bottom-80 {
    margin-bottom: 80px; }

  /* padding */
  .sp-pd-85 {
    padding-top: 85px;
    padding-bottom: 85px; }

  .sp-pd-top-85 {
    padding-top: 85px; }

  .sp-pd-bottom-85 {
    padding-bottom: 85px; }

  /* margin */
  .sp-mg-85 {
    margin-top: 85px;
    margin-bottom: 85px; }

  .sp-mg-top-85 {
    margin-top: 85px; }

  .sp-mg-bottom-85 {
    margin-bottom: 85px; }

  /* padding */
  .sp-pd-90 {
    padding-top: 90px;
    padding-bottom: 90px; }

  .sp-pd-top-90 {
    padding-top: 90px; }

  .sp-pd-bottom-90 {
    padding-bottom: 90px; }

  /* margin */
  .sp-mg-90 {
    margin-top: 90px;
    margin-bottom: 90px; }

  .sp-mg-top-90 {
    margin-top: 90px; }

  .sp-mg-bottom-90 {
    margin-bottom: 90px; }

  /* padding */
  .sp-pd-95 {
    padding-top: 95px;
    padding-bottom: 95px; }

  .sp-pd-top-95 {
    padding-top: 95px; }

  .sp-pd-bottom-95 {
    padding-bottom: 95px; }

  /* margin */
  .sp-mg-95 {
    margin-top: 95px;
    margin-bottom: 95px; }

  .sp-mg-top-95 {
    margin-top: 95px; }

  .sp-mg-bottom-95 {
    margin-bottom: 95px; }

  /* padding */
  .sp-pd-100 {
    padding-top: 100px;
    padding-bottom: 100px; }

  .sp-pd-top-100 {
    padding-top: 100px; }

  .sp-pd-bottom-100 {
    padding-bottom: 100px; }

  /* margin */
  .sp-mg-100 {
    margin-top: 100px;
    margin-bottom: 100px; }

  .sp-mg-top-100 {
    margin-top: 100px; }

  .sp-mg-bottom-100 {
    margin-bottom: 100px; }

  /* padding */
  .sp-pd-105 {
    padding-top: 105px;
    padding-bottom: 105px; }

  .sp-pd-top-105 {
    padding-top: 105px; }

  .sp-pd-bottom-105 {
    padding-bottom: 105px; }

  /* margin */
  .sp-mg-105 {
    margin-top: 105px;
    margin-bottom: 105px; }

  .sp-mg-top-105 {
    margin-top: 105px; }

  .sp-mg-bottom-105 {
    margin-bottom: 105px; }

  /* padding */
  .sp-pd-110 {
    padding-top: 110px;
    padding-bottom: 110px; }

  .sp-pd-top-110 {
    padding-top: 110px; }

  .sp-pd-bottom-110 {
    padding-bottom: 110px; }

  /* margin */
  .sp-mg-110 {
    margin-top: 110px;
    margin-bottom: 110px; }

  .sp-mg-top-110 {
    margin-top: 110px; }

  .sp-mg-bottom-110 {
    margin-bottom: 110px; }

  /* padding */
  .sp-pd-115 {
    padding-top: 115px;
    padding-bottom: 115px; }

  .sp-pd-top-115 {
    padding-top: 115px; }

  .sp-pd-bottom-115 {
    padding-bottom: 115px; }

  /* margin */
  .sp-mg-115 {
    margin-top: 115px;
    margin-bottom: 115px; }

  .sp-mg-top-115 {
    margin-top: 115px; }

  .sp-mg-bottom-115 {
    margin-bottom: 115px; }

  /* padding */
  .sp-pd-120 {
    padding-top: 120px;
    padding-bottom: 120px; }

  .sp-pd-top-120 {
    padding-top: 120px; }

  .sp-pd-bottom-120 {
    padding-bottom: 120px; }

  /* margin */
  .sp-mg-120 {
    margin-top: 120px;
    margin-bottom: 120px; }

  .sp-mg-top-120 {
    margin-top: 120px; }

  .sp-mg-bottom-120 {
    margin-bottom: 120px; }

  /* padding */
  .sp-pd-125 {
    padding-top: 125px;
    padding-bottom: 125px; }

  .sp-pd-top-125 {
    padding-top: 125px; }

  .sp-pd-bottom-125 {
    padding-bottom: 125px; }

  /* margin */
  .sp-mg-125 {
    margin-top: 125px;
    margin-bottom: 125px; }

  .sp-mg-top-125 {
    margin-top: 125px; }

  .sp-mg-bottom-125 {
    margin-bottom: 125px; }

  /* padding */
  .sp-pd-130 {
    padding-top: 130px;
    padding-bottom: 130px; }

  .sp-pd-top-130 {
    padding-top: 130px; }

  .sp-pd-bottom-130 {
    padding-bottom: 130px; }

  /* margin */
  .sp-mg-130 {
    margin-top: 130px;
    margin-bottom: 130px; }

  .sp-mg-top-130 {
    margin-top: 130px; }

  .sp-mg-bottom-130 {
    margin-bottom: 130px; }

  /* padding */
  .sp-pd-135 {
    padding-top: 135px;
    padding-bottom: 135px; }

  .sp-pd-top-135 {
    padding-top: 135px; }

  .sp-pd-bottom-135 {
    padding-bottom: 135px; }

  /* margin */
  .sp-mg-135 {
    margin-top: 135px;
    margin-bottom: 135px; }

  .sp-mg-top-135 {
    margin-top: 135px; }

  .sp-mg-bottom-135 {
    margin-bottom: 135px; }

  /* padding */
  .sp-pd-140 {
    padding-top: 140px;
    padding-bottom: 140px; }

  .sp-pd-top-140 {
    padding-top: 140px; }

  .sp-pd-bottom-140 {
    padding-bottom: 140px; }

  /* margin */
  .sp-mg-140 {
    margin-top: 140px;
    margin-bottom: 140px; }

  .sp-mg-top-140 {
    margin-top: 140px; }

  .sp-mg-bottom-140 {
    margin-bottom: 140px; }

  /* padding */
  .sp-pd-145 {
    padding-top: 145px;
    padding-bottom: 145px; }

  .sp-pd-top-145 {
    padding-top: 145px; }

  .sp-pd-bottom-145 {
    padding-bottom: 145px; }

  /* margin */
  .sp-mg-145 {
    margin-top: 145px;
    margin-bottom: 145px; }

  .sp-mg-top-145 {
    margin-top: 145px; }

  .sp-mg-bottom-145 {
    margin-bottom: 145px; }

  /* padding */
  .sp-pd-150 {
    padding-top: 150px;
    padding-bottom: 150px; }

  .sp-pd-top-150 {
    padding-top: 150px; }

  .sp-pd-bottom-150 {
    padding-bottom: 150px; }

  /* margin */
  .sp-mg-150 {
    margin-top: 150px;
    margin-bottom: 150px; }

  .sp-mg-top-150 {
    margin-top: 150px; }

  .sp-mg-bottom-150 {
    margin-bottom: 150px; }

  /* padding */
  .sp-pd-155 {
    padding-top: 155px;
    padding-bottom: 155px; }

  .sp-pd-top-155 {
    padding-top: 155px; }

  .sp-pd-bottom-155 {
    padding-bottom: 155px; }

  /* margin */
  .sp-mg-155 {
    margin-top: 155px;
    margin-bottom: 155px; }

  .sp-mg-top-155 {
    margin-top: 155px; }

  .sp-mg-bottom-155 {
    margin-bottom: 155px; }

  /* padding */
  .sp-pd-160 {
    padding-top: 160px;
    padding-bottom: 160px; }

  .sp-pd-top-160 {
    padding-top: 160px; }

  .sp-pd-bottom-160 {
    padding-bottom: 160px; }

  /* margin */
  .sp-mg-160 {
    margin-top: 160px;
    margin-bottom: 160px; }

  .sp-mg-top-160 {
    margin-top: 160px; }

  .sp-mg-bottom-160 {
    margin-bottom: 160px; }

  /* padding */
  .sp-pd-165 {
    padding-top: 165px;
    padding-bottom: 165px; }

  .sp-pd-top-165 {
    padding-top: 165px; }

  .sp-pd-bottom-165 {
    padding-bottom: 165px; }

  /* margin */
  .sp-mg-165 {
    margin-top: 165px;
    margin-bottom: 165px; }

  .sp-mg-top-165 {
    margin-top: 165px; }

  .sp-mg-bottom-165 {
    margin-bottom: 165px; }

  /* padding */
  .sp-pd-170 {
    padding-top: 170px;
    padding-bottom: 170px; }

  .sp-pd-top-170 {
    padding-top: 170px; }

  .sp-pd-bottom-170 {
    padding-bottom: 170px; }

  /* margin */
  .sp-mg-170 {
    margin-top: 170px;
    margin-bottom: 170px; }

  .sp-mg-top-170 {
    margin-top: 170px; }

  .sp-mg-bottom-170 {
    margin-bottom: 170px; }

  /* padding */
  .sp-pd-175 {
    padding-top: 175px;
    padding-bottom: 175px; }

  .sp-pd-top-175 {
    padding-top: 175px; }

  .sp-pd-bottom-175 {
    padding-bottom: 175px; }

  /* margin */
  .sp-mg-175 {
    margin-top: 175px;
    margin-bottom: 175px; }

  .sp-mg-top-175 {
    margin-top: 175px; }

  .sp-mg-bottom-175 {
    margin-bottom: 175px; }

  /* padding */
  .sp-pd-180 {
    padding-top: 180px;
    padding-bottom: 180px; }

  .sp-pd-top-180 {
    padding-top: 180px; }

  .sp-pd-bottom-180 {
    padding-bottom: 180px; }

  /* margin */
  .sp-mg-180 {
    margin-top: 180px;
    margin-bottom: 180px; }

  .sp-mg-top-180 {
    margin-top: 180px; }

  .sp-mg-bottom-180 {
    margin-bottom: 180px; }

  /* padding */
  .sp-pd-185 {
    padding-top: 185px;
    padding-bottom: 185px; }

  .sp-pd-top-185 {
    padding-top: 185px; }

  .sp-pd-bottom-185 {
    padding-bottom: 185px; }

  /* margin */
  .sp-mg-185 {
    margin-top: 185px;
    margin-bottom: 185px; }

  .sp-mg-top-185 {
    margin-top: 185px; }

  .sp-mg-bottom-185 {
    margin-bottom: 185px; }

  /* padding */
  .sp-pd-190 {
    padding-top: 190px;
    padding-bottom: 190px; }

  .sp-pd-top-190 {
    padding-top: 190px; }

  .sp-pd-bottom-190 {
    padding-bottom: 190px; }

  /* margin */
  .sp-mg-190 {
    margin-top: 190px;
    margin-bottom: 190px; }

  .sp-mg-top-190 {
    margin-top: 190px; }

  .sp-mg-bottom-190 {
    margin-bottom: 190px; }

  /* padding */
  .sp-pd-195 {
    padding-top: 195px;
    padding-bottom: 195px; }

  .sp-pd-top-195 {
    padding-top: 195px; }

  .sp-pd-bottom-195 {
    padding-bottom: 195px; }

  /* margin */
  .sp-mg-195 {
    margin-top: 195px;
    margin-bottom: 195px; }

  .sp-mg-top-195 {
    margin-top: 195px; }

  .sp-mg-bottom-195 {
    margin-bottom: 195px; }

  /* padding */
  .sp-pd-200 {
    padding-top: 200px;
    padding-bottom: 200px; }

  .sp-pd-top-200 {
    padding-top: 200px; }

  .sp-pd-bottom-200 {
    padding-bottom: 200px; }

  /* margin */
  .sp-mg-200 {
    margin-top: 200px;
    margin-bottom: 200px; }

  .sp-mg-top-200 {
    margin-top: 200px; }

  .sp-mg-bottom-200 {
    margin-bottom: 200px; }

  /* padding */
  .sp-pd-205 {
    padding-top: 205px;
    padding-bottom: 205px; }

  .sp-pd-top-205 {
    padding-top: 205px; }

  .sp-pd-bottom-205 {
    padding-bottom: 205px; }

  /* margin */
  .sp-mg-205 {
    margin-top: 205px;
    margin-bottom: 205px; }

  .sp-mg-top-205 {
    margin-top: 205px; }

  .sp-mg-bottom-205 {
    margin-bottom: 205px; }

  /* padding */
  .sp-pd-210 {
    padding-top: 210px;
    padding-bottom: 210px; }

  .sp-pd-top-210 {
    padding-top: 210px; }

  .sp-pd-bottom-210 {
    padding-bottom: 210px; }

  /* margin */
  .sp-mg-210 {
    margin-top: 210px;
    margin-bottom: 210px; }

  .sp-mg-top-210 {
    margin-top: 210px; }

  .sp-mg-bottom-210 {
    margin-bottom: 210px; }

  /* padding */
  .sp-pd-215 {
    padding-top: 215px;
    padding-bottom: 215px; }

  .sp-pd-top-215 {
    padding-top: 215px; }

  .sp-pd-bottom-215 {
    padding-bottom: 215px; }

  /* margin */
  .sp-mg-215 {
    margin-top: 215px;
    margin-bottom: 215px; }

  .sp-mg-top-215 {
    margin-top: 215px; }

  .sp-mg-bottom-215 {
    margin-bottom: 215px; }

  /* padding */
  .sp-pd-220 {
    padding-top: 220px;
    padding-bottom: 220px; }

  .sp-pd-top-220 {
    padding-top: 220px; }

  .sp-pd-bottom-220 {
    padding-bottom: 220px; }

  /* margin */
  .sp-mg-220 {
    margin-top: 220px;
    margin-bottom: 220px; }

  .sp-mg-top-220 {
    margin-top: 220px; }

  .sp-mg-bottom-220 {
    margin-bottom: 220px; }

  /* padding */
  .sp-pd-225 {
    padding-top: 225px;
    padding-bottom: 225px; }

  .sp-pd-top-225 {
    padding-top: 225px; }

  .sp-pd-bottom-225 {
    padding-bottom: 225px; }

  /* margin */
  .sp-mg-225 {
    margin-top: 225px;
    margin-bottom: 225px; }

  .sp-mg-top-225 {
    margin-top: 225px; }

  .sp-mg-bottom-225 {
    margin-bottom: 225px; }

  /* padding */
  .sp-pd-230 {
    padding-top: 230px;
    padding-bottom: 230px; }

  .sp-pd-top-230 {
    padding-top: 230px; }

  .sp-pd-bottom-230 {
    padding-bottom: 230px; }

  /* margin */
  .sp-mg-230 {
    margin-top: 230px;
    margin-bottom: 230px; }

  .sp-mg-top-230 {
    margin-top: 230px; }

  .sp-mg-bottom-230 {
    margin-bottom: 230px; }

  /* padding */
  .sp-pd-235 {
    padding-top: 235px;
    padding-bottom: 235px; }

  .sp-pd-top-235 {
    padding-top: 235px; }

  .sp-pd-bottom-235 {
    padding-bottom: 235px; }

  /* margin */
  .sp-mg-235 {
    margin-top: 235px;
    margin-bottom: 235px; }

  .sp-mg-top-235 {
    margin-top: 235px; }

  .sp-mg-bottom-235 {
    margin-bottom: 235px; }

  /* padding */
  .sp-pd-240 {
    padding-top: 240px;
    padding-bottom: 240px; }

  .sp-pd-top-240 {
    padding-top: 240px; }

  .sp-pd-bottom-240 {
    padding-bottom: 240px; }

  /* margin */
  .sp-mg-240 {
    margin-top: 240px;
    margin-bottom: 240px; }

  .sp-mg-top-240 {
    margin-top: 240px; }

  .sp-mg-bottom-240 {
    margin-bottom: 240px; }

  /* padding */
  .sp-pd-245 {
    padding-top: 245px;
    padding-bottom: 245px; }

  .sp-pd-top-245 {
    padding-top: 245px; }

  .sp-pd-bottom-245 {
    padding-bottom: 245px; }

  /* margin */
  .sp-mg-245 {
    margin-top: 245px;
    margin-bottom: 245px; }

  .sp-mg-top-245 {
    margin-top: 245px; }

  .sp-mg-bottom-245 {
    margin-bottom: 245px; }

  /* padding */
  .sp-pd-250 {
    padding-top: 250px;
    padding-bottom: 250px; }

  .sp-pd-top-250 {
    padding-top: 250px; }

  .sp-pd-bottom-250 {
    padding-bottom: 250px; }

  /* margin */
  .sp-mg-250 {
    margin-top: 250px;
    margin-bottom: 250px; }

  .sp-mg-top-250 {
    margin-top: 250px; }

  .sp-mg-bottom-250 {
    margin-bottom: 250px; }

  /* padding */
  .sp-pd-255 {
    padding-top: 255px;
    padding-bottom: 255px; }

  .sp-pd-top-255 {
    padding-top: 255px; }

  .sp-pd-bottom-255 {
    padding-bottom: 255px; }

  /* margin */
  .sp-mg-255 {
    margin-top: 255px;
    margin-bottom: 255px; }

  .sp-mg-top-255 {
    margin-top: 255px; }

  .sp-mg-bottom-255 {
    margin-bottom: 255px; }

  /* padding */
  .sp-pd-260 {
    padding-top: 260px;
    padding-bottom: 260px; }

  .sp-pd-top-260 {
    padding-top: 260px; }

  .sp-pd-bottom-260 {
    padding-bottom: 260px; }

  /* margin */
  .sp-mg-260 {
    margin-top: 260px;
    margin-bottom: 260px; }

  .sp-mg-top-260 {
    margin-top: 260px; }

  .sp-mg-bottom-260 {
    margin-bottom: 260px; }

  /* padding */
  .sp-pd-265 {
    padding-top: 265px;
    padding-bottom: 265px; }

  .sp-pd-top-265 {
    padding-top: 265px; }

  .sp-pd-bottom-265 {
    padding-bottom: 265px; }

  /* margin */
  .sp-mg-265 {
    margin-top: 265px;
    margin-bottom: 265px; }

  .sp-mg-top-265 {
    margin-top: 265px; }

  .sp-mg-bottom-265 {
    margin-bottom: 265px; }

  /* padding */
  .sp-pd-270 {
    padding-top: 270px;
    padding-bottom: 270px; }

  .sp-pd-top-270 {
    padding-top: 270px; }

  .sp-pd-bottom-270 {
    padding-bottom: 270px; }

  /* margin */
  .sp-mg-270 {
    margin-top: 270px;
    margin-bottom: 270px; }

  .sp-mg-top-270 {
    margin-top: 270px; }

  .sp-mg-bottom-270 {
    margin-bottom: 270px; }

  /* padding */
  .sp-pd-275 {
    padding-top: 275px;
    padding-bottom: 275px; }

  .sp-pd-top-275 {
    padding-top: 275px; }

  .sp-pd-bottom-275 {
    padding-bottom: 275px; }

  /* margin */
  .sp-mg-275 {
    margin-top: 275px;
    margin-bottom: 275px; }

  .sp-mg-top-275 {
    margin-top: 275px; }

  .sp-mg-bottom-275 {
    margin-bottom: 275px; }

  /* padding */
  .sp-pd-280 {
    padding-top: 280px;
    padding-bottom: 280px; }

  .sp-pd-top-280 {
    padding-top: 280px; }

  .sp-pd-bottom-280 {
    padding-bottom: 280px; }

  /* margin */
  .sp-mg-280 {
    margin-top: 280px;
    margin-bottom: 280px; }

  .sp-mg-top-280 {
    margin-top: 280px; }

  .sp-mg-bottom-280 {
    margin-bottom: 280px; }

  /* padding */
  .sp-pd-285 {
    padding-top: 285px;
    padding-bottom: 285px; }

  .sp-pd-top-285 {
    padding-top: 285px; }

  .sp-pd-bottom-285 {
    padding-bottom: 285px; }

  /* margin */
  .sp-mg-285 {
    margin-top: 285px;
    margin-bottom: 285px; }

  .sp-mg-top-285 {
    margin-top: 285px; }

  .sp-mg-bottom-285 {
    margin-bottom: 285px; }

  /* padding */
  .sp-pd-290 {
    padding-top: 290px;
    padding-bottom: 290px; }

  .sp-pd-top-290 {
    padding-top: 290px; }

  .sp-pd-bottom-290 {
    padding-bottom: 290px; }

  /* margin */
  .sp-mg-290 {
    margin-top: 290px;
    margin-bottom: 290px; }

  .sp-mg-top-290 {
    margin-top: 290px; }

  .sp-mg-bottom-290 {
    margin-bottom: 290px; }

  /* padding */
  .sp-pd-295 {
    padding-top: 295px;
    padding-bottom: 295px; }

  .sp-pd-top-295 {
    padding-top: 295px; }

  .sp-pd-bottom-295 {
    padding-bottom: 295px; }

  /* margin */
  .sp-mg-295 {
    margin-top: 295px;
    margin-bottom: 295px; }

  .sp-mg-top-295 {
    margin-top: 295px; }

  .sp-mg-bottom-295 {
    margin-bottom: 295px; }

  /* padding */
  .sp-pd-300 {
    padding-top: 300px;
    padding-bottom: 300px; }

  .sp-pd-top-300 {
    padding-top: 300px; }

  .sp-pd-bottom-300 {
    padding-bottom: 300px; }

  /* margin */
  .sp-mg-300 {
    margin-top: 300px;
    margin-bottom: 300px; }

  .sp-mg-top-300 {
    margin-top: 300px; }

  .sp-mg-bottom-300 {
    margin-bottom: 300px; } }
.u-align-top {
  vertical-align: top;
  align-self: flex-start; }

.u-align-middle {
  vertical-align: middle;
  align-self: center; }

.u-align-bottom {
  vertical-align: bottom;
  align-self: flex-end; }

.u-align-center {
  text-align: center;
  justify-content: center; }

.u-align-left {
  text-align: left;
  justify-content: flex-start; }

.u-align-right {
  text-align: right;
  justify-content: flex-end; }

@media screen and (max-width: 768px) {
  .sp-u-align-center {
    text-align: center; }

  .sp-u-align-left {
    text-align: left; }

  .sp-u-align-right {
    text-align: right; }

  .sp-flex-center {
    display: flex;
    justify-content: center; } }
.u-hidden {
  display: none; }

@media screen and (max-width: 768px) {
  .u-pc {
    display: none !important; } }

@media screen and (min-width: 769px) {
  .u-sp {
    display: none !important; } }

.fw-4 {
  font-weight: 400; }

.fw-5 {
  font-weight: 500; }

.fw-6 {
  font-weight: 600; }

.u-bold {
  font-weight: bold !important; }

@media screen and (max-width: 768px) {
  .sp-fw-bold {
    font-weight: 500; }

  .sp-fw-6 {
    font-weight: 600; } }
/* PC and mobile */
.w-20 {
  width: 20px; }

.w-22 {
  width: 22px; }

.w-24 {
  width: 24px; }

.w-26 {
  width: 26px; }

.w-28 {
  width: 28px; }

.w-30 {
  width: 30px; }

.w-32 {
  width: 32px; }

.w-34 {
  width: 34px; }

.w-36 {
  width: 36px; }

.w-38 {
  width: 38px; }

.w-40 {
  width: 40px; }

.w-42 {
  width: 42px; }

.w-44 {
  width: 44px; }

.w-46 {
  width: 46px; }

.w-48 {
  width: 48px; }

.w-50 {
  width: 50px; }

.w-52 {
  width: 52px; }

.w-54 {
  width: 54px; }

.w-56 {
  width: 56px; }

.w-58 {
  width: 58px; }

.w-60 {
  width: 60px; }

.w-62 {
  width: 62px; }

.w-64 {
  width: 64px; }

.w-66 {
  width: 66px; }

.w-68 {
  width: 68px; }

.w-70 {
  width: 70px; }

.w-72 {
  width: 72px; }

.w-74 {
  width: 74px; }

.w-76 {
  width: 76px; }

.w-78 {
  width: 78px; }

.w-80 {
  width: 80px; }

.w-82 {
  width: 82px; }

.w-84 {
  width: 84px; }

.w-86 {
  width: 86px; }

.w-88 {
  width: 88px; }

.w-90 {
  width: 90px; }

.w-92 {
  width: 92px; }

.w-94 {
  width: 94px; }

.w-96 {
  width: 96px; }

.w-98 {
  width: 98px; }

.w-100 {
  width: 100px; }

.w-102 {
  width: 102px; }

.w-104 {
  width: 104px; }

.w-106 {
  width: 106px; }

.w-108 {
  width: 108px; }

.w-110 {
  width: 110px; }

.w-112 {
  width: 112px; }

.w-114 {
  width: 114px; }

.w-116 {
  width: 116px; }

.w-118 {
  width: 118px; }

.w-120 {
  width: 120px; }

.w-122 {
  width: 122px; }

.w-124 {
  width: 124px; }

.w-126 {
  width: 126px; }

.w-128 {
  width: 128px; }

.w-130 {
  width: 130px; }

.w-132 {
  width: 132px; }

.w-134 {
  width: 134px; }

.w-136 {
  width: 136px; }

.w-138 {
  width: 138px; }

.w-140 {
  width: 140px; }

.w-142 {
  width: 142px; }

.w-144 {
  width: 144px; }

.w-146 {
  width: 146px; }

.w-148 {
  width: 148px; }

.w-150 {
  width: 150px; }

.w-152 {
  width: 152px; }

.w-154 {
  width: 154px; }

.w-156 {
  width: 156px; }

.w-158 {
  width: 158px; }

.w-160 {
  width: 160px; }

.w-162 {
  width: 162px; }

.w-164 {
  width: 164px; }

.w-166 {
  width: 166px; }

.w-168 {
  width: 168px; }

.w-170 {
  width: 170px; }

.w-172 {
  width: 172px; }

.w-174 {
  width: 174px; }

.w-176 {
  width: 176px; }

.w-178 {
  width: 178px; }

.w-180 {
  width: 180px; }

.w-182 {
  width: 182px; }

.w-184 {
  width: 184px; }

.w-186 {
  width: 186px; }

.w-188 {
  width: 188px; }

.w-190 {
  width: 190px; }

.w-192 {
  width: 192px; }

.w-194 {
  width: 194px; }

.w-196 {
  width: 196px; }

.w-198 {
  width: 198px; }

.w-200 {
  width: 200px; }

.w-202 {
  width: 202px; }

.w-204 {
  width: 204px; }

.w-206 {
  width: 206px; }

.w-208 {
  width: 208px; }

.w-210 {
  width: 210px; }

.w-212 {
  width: 212px; }

.w-214 {
  width: 214px; }

.w-216 {
  width: 216px; }

.w-218 {
  width: 218px; }

.w-220 {
  width: 220px; }

.w-222 {
  width: 222px; }

.w-224 {
  width: 224px; }

.w-226 {
  width: 226px; }

.w-228 {
  width: 228px; }

.w-230 {
  width: 230px; }

.w-232 {
  width: 232px; }

.w-234 {
  width: 234px; }

.w-236 {
  width: 236px; }

.w-238 {
  width: 238px; }

.w-240 {
  width: 240px; }

.w-242 {
  width: 242px; }

.w-244 {
  width: 244px; }

.w-246 {
  width: 246px; }

.w-248 {
  width: 248px; }

.w-250 {
  width: 250px; }

.w-252 {
  width: 252px; }

.w-254 {
  width: 254px; }

.w-256 {
  width: 256px; }

.w-258 {
  width: 258px; }

.w-260 {
  width: 260px; }

.w-262 {
  width: 262px; }

.w-264 {
  width: 264px; }

.w-266 {
  width: 266px; }

.w-268 {
  width: 268px; }

.w-270 {
  width: 270px; }

.w-272 {
  width: 272px; }

.w-274 {
  width: 274px; }

.w-276 {
  width: 276px; }

.w-278 {
  width: 278px; }

.w-280 {
  width: 280px; }

.w-282 {
  width: 282px; }

.w-284 {
  width: 284px; }

.w-286 {
  width: 286px; }

.w-288 {
  width: 288px; }

.w-290 {
  width: 290px; }

.w-292 {
  width: 292px; }

.w-294 {
  width: 294px; }

.w-296 {
  width: 296px; }

.w-298 {
  width: 298px; }

.w-300 {
  width: 300px; }

.w-302 {
  width: 302px; }

.w-304 {
  width: 304px; }

.w-306 {
  width: 306px; }

.w-308 {
  width: 308px; }

.w-310 {
  width: 310px; }

.w-312 {
  width: 312px; }

.w-314 {
  width: 314px; }

.w-316 {
  width: 316px; }

.w-318 {
  width: 318px; }

.w-320 {
  width: 320px; }

.w-322 {
  width: 322px; }

.w-324 {
  width: 324px; }

.w-326 {
  width: 326px; }

.w-328 {
  width: 328px; }

.w-330 {
  width: 330px; }

.w-332 {
  width: 332px; }

.w-334 {
  width: 334px; }

.w-336 {
  width: 336px; }

.w-338 {
  width: 338px; }

.w-340 {
  width: 340px; }

.w-342 {
  width: 342px; }

.w-344 {
  width: 344px; }

.w-346 {
  width: 346px; }

.w-348 {
  width: 348px; }

.w-350 {
  width: 350px; }

.w-352 {
  width: 352px; }

.w-354 {
  width: 354px; }

.w-356 {
  width: 356px; }

.w-358 {
  width: 358px; }

.w-360 {
  width: 360px; }

.w-362 {
  width: 362px; }

.w-364 {
  width: 364px; }

.w-366 {
  width: 366px; }

.w-368 {
  width: 368px; }

.w-370 {
  width: 370px; }

.w-372 {
  width: 372px; }

.w-374 {
  width: 374px; }

.w-376 {
  width: 376px; }

.w-378 {
  width: 378px; }

.w-380 {
  width: 380px; }

.w-382 {
  width: 382px; }

.w-384 {
  width: 384px; }

.w-386 {
  width: 386px; }

.w-388 {
  width: 388px; }

.w-390 {
  width: 390px; }

.w-392 {
  width: 392px; }

.w-394 {
  width: 394px; }

.w-396 {
  width: 396px; }

.w-398 {
  width: 398px; }

.w-400 {
  width: 400px; }

/* PC only */
@media screen and (min-width: 769px) {
  .pc-w-20 {
    width: 20px; }

  .pc-w-22 {
    width: 22px; }

  .pc-w-24 {
    width: 24px; }

  .pc-w-26 {
    width: 26px; }

  .pc-w-28 {
    width: 28px; }

  .pc-w-30 {
    width: 30px; }

  .pc-w-32 {
    width: 32px; }

  .pc-w-34 {
    width: 34px; }

  .pc-w-36 {
    width: 36px; }

  .pc-w-38 {
    width: 38px; }

  .pc-w-40 {
    width: 40px; }

  .pc-w-42 {
    width: 42px; }

  .pc-w-44 {
    width: 44px; }

  .pc-w-46 {
    width: 46px; }

  .pc-w-48 {
    width: 48px; }

  .pc-w-50 {
    width: 50px; }

  .pc-w-52 {
    width: 52px; }

  .pc-w-54 {
    width: 54px; }

  .pc-w-56 {
    width: 56px; }

  .pc-w-58 {
    width: 58px; }

  .pc-w-60 {
    width: 60px; }

  .pc-w-62 {
    width: 62px; }

  .pc-w-64 {
    width: 64px; }

  .pc-w-66 {
    width: 66px; }

  .pc-w-68 {
    width: 68px; }

  .pc-w-70 {
    width: 70px; }

  .pc-w-72 {
    width: 72px; }

  .pc-w-74 {
    width: 74px; }

  .pc-w-76 {
    width: 76px; }

  .pc-w-78 {
    width: 78px; }

  .pc-w-80 {
    width: 80px; }

  .pc-w-82 {
    width: 82px; }

  .pc-w-84 {
    width: 84px; }

  .pc-w-86 {
    width: 86px; }

  .pc-w-88 {
    width: 88px; }

  .pc-w-90 {
    width: 90px; }

  .pc-w-92 {
    width: 92px; }

  .pc-w-94 {
    width: 94px; }

  .pc-w-96 {
    width: 96px; }

  .pc-w-98 {
    width: 98px; }

  .pc-w-100 {
    width: 100px; }

  .pc-w-102 {
    width: 102px; }

  .pc-w-104 {
    width: 104px; }

  .pc-w-106 {
    width: 106px; }

  .pc-w-108 {
    width: 108px; }

  .pc-w-110 {
    width: 110px; }

  .pc-w-112 {
    width: 112px; }

  .pc-w-114 {
    width: 114px; }

  .pc-w-116 {
    width: 116px; }

  .pc-w-118 {
    width: 118px; }

  .pc-w-120 {
    width: 120px; }

  .pc-w-122 {
    width: 122px; }

  .pc-w-124 {
    width: 124px; }

  .pc-w-126 {
    width: 126px; }

  .pc-w-128 {
    width: 128px; }

  .pc-w-130 {
    width: 130px; }

  .pc-w-132 {
    width: 132px; }

  .pc-w-134 {
    width: 134px; }

  .pc-w-136 {
    width: 136px; }

  .pc-w-138 {
    width: 138px; }

  .pc-w-140 {
    width: 140px; }

  .pc-w-142 {
    width: 142px; }

  .pc-w-144 {
    width: 144px; }

  .pc-w-146 {
    width: 146px; }

  .pc-w-148 {
    width: 148px; }

  .pc-w-150 {
    width: 150px; }

  .pc-w-152 {
    width: 152px; }

  .pc-w-154 {
    width: 154px; }

  .pc-w-156 {
    width: 156px; }

  .pc-w-158 {
    width: 158px; }

  .pc-w-160 {
    width: 160px; }

  .pc-w-162 {
    width: 162px; }

  .pc-w-164 {
    width: 164px; }

  .pc-w-166 {
    width: 166px; }

  .pc-w-168 {
    width: 168px; }

  .pc-w-170 {
    width: 170px; }

  .pc-w-172 {
    width: 172px; }

  .pc-w-174 {
    width: 174px; }

  .pc-w-176 {
    width: 176px; }

  .pc-w-178 {
    width: 178px; }

  .pc-w-180 {
    width: 180px; }

  .pc-w-182 {
    width: 182px; }

  .pc-w-184 {
    width: 184px; }

  .pc-w-186 {
    width: 186px; }

  .pc-w-188 {
    width: 188px; }

  .pc-w-190 {
    width: 190px; }

  .pc-w-192 {
    width: 192px; }

  .pc-w-194 {
    width: 194px; }

  .pc-w-196 {
    width: 196px; }

  .pc-w-198 {
    width: 198px; }

  .pc-w-200 {
    width: 200px; }

  .pc-w-202 {
    width: 202px; }

  .pc-w-204 {
    width: 204px; }

  .pc-w-206 {
    width: 206px; }

  .pc-w-208 {
    width: 208px; }

  .pc-w-210 {
    width: 210px; }

  .pc-w-212 {
    width: 212px; }

  .pc-w-214 {
    width: 214px; }

  .pc-w-216 {
    width: 216px; }

  .pc-w-218 {
    width: 218px; }

  .pc-w-220 {
    width: 220px; }

  .pc-w-222 {
    width: 222px; }

  .pc-w-224 {
    width: 224px; }

  .pc-w-226 {
    width: 226px; }

  .pc-w-228 {
    width: 228px; }

  .pc-w-230 {
    width: 230px; }

  .pc-w-232 {
    width: 232px; }

  .pc-w-234 {
    width: 234px; }

  .pc-w-236 {
    width: 236px; }

  .pc-w-238 {
    width: 238px; }

  .pc-w-240 {
    width: 240px; }

  .pc-w-242 {
    width: 242px; }

  .pc-w-244 {
    width: 244px; }

  .pc-w-246 {
    width: 246px; }

  .pc-w-248 {
    width: 248px; }

  .pc-w-250 {
    width: 250px; }

  .pc-w-252 {
    width: 252px; }

  .pc-w-254 {
    width: 254px; }

  .pc-w-256 {
    width: 256px; }

  .pc-w-258 {
    width: 258px; }

  .pc-w-260 {
    width: 260px; }

  .pc-w-262 {
    width: 262px; }

  .pc-w-264 {
    width: 264px; }

  .pc-w-266 {
    width: 266px; }

  .pc-w-268 {
    width: 268px; }

  .pc-w-270 {
    width: 270px; }

  .pc-w-272 {
    width: 272px; }

  .pc-w-274 {
    width: 274px; }

  .pc-w-276 {
    width: 276px; }

  .pc-w-278 {
    width: 278px; }

  .pc-w-280 {
    width: 280px; }

  .pc-w-282 {
    width: 282px; }

  .pc-w-284 {
    width: 284px; }

  .pc-w-286 {
    width: 286px; }

  .pc-w-288 {
    width: 288px; }

  .pc-w-290 {
    width: 290px; }

  .pc-w-292 {
    width: 292px; }

  .pc-w-294 {
    width: 294px; }

  .pc-w-296 {
    width: 296px; }

  .pc-w-298 {
    width: 298px; }

  .pc-w-300 {
    width: 300px; }

  .pc-w-302 {
    width: 302px; }

  .pc-w-304 {
    width: 304px; }

  .pc-w-306 {
    width: 306px; }

  .pc-w-308 {
    width: 308px; }

  .pc-w-310 {
    width: 310px; }

  .pc-w-312 {
    width: 312px; }

  .pc-w-314 {
    width: 314px; }

  .pc-w-316 {
    width: 316px; }

  .pc-w-318 {
    width: 318px; }

  .pc-w-320 {
    width: 320px; }

  .pc-w-322 {
    width: 322px; }

  .pc-w-324 {
    width: 324px; }

  .pc-w-326 {
    width: 326px; }

  .pc-w-328 {
    width: 328px; }

  .pc-w-330 {
    width: 330px; }

  .pc-w-332 {
    width: 332px; }

  .pc-w-334 {
    width: 334px; }

  .pc-w-336 {
    width: 336px; }

  .pc-w-338 {
    width: 338px; }

  .pc-w-340 {
    width: 340px; }

  .pc-w-342 {
    width: 342px; }

  .pc-w-344 {
    width: 344px; }

  .pc-w-346 {
    width: 346px; }

  .pc-w-348 {
    width: 348px; }

  .pc-w-350 {
    width: 350px; }

  .pc-w-352 {
    width: 352px; }

  .pc-w-354 {
    width: 354px; }

  .pc-w-356 {
    width: 356px; }

  .pc-w-358 {
    width: 358px; }

  .pc-w-360 {
    width: 360px; }

  .pc-w-362 {
    width: 362px; }

  .pc-w-364 {
    width: 364px; }

  .pc-w-366 {
    width: 366px; }

  .pc-w-368 {
    width: 368px; }

  .pc-w-370 {
    width: 370px; }

  .pc-w-372 {
    width: 372px; }

  .pc-w-374 {
    width: 374px; }

  .pc-w-376 {
    width: 376px; }

  .pc-w-378 {
    width: 378px; }

  .pc-w-380 {
    width: 380px; }

  .pc-w-382 {
    width: 382px; }

  .pc-w-384 {
    width: 384px; }

  .pc-w-386 {
    width: 386px; }

  .pc-w-388 {
    width: 388px; }

  .pc-w-390 {
    width: 390px; }

  .pc-w-392 {
    width: 392px; }

  .pc-w-394 {
    width: 394px; }

  .pc-w-396 {
    width: 396px; }

  .pc-w-398 {
    width: 398px; }

  .pc-w-400 {
    width: 400px; } }
/* Mobile only  */
@media screen and (max-width: 768px) {
  .sp-w-20 {
    width: 20px; }

  .sp-w-22 {
    width: 22px; }

  .sp-w-24 {
    width: 24px; }

  .sp-w-26 {
    width: 26px; }

  .sp-w-28 {
    width: 28px; }

  .sp-w-30 {
    width: 30px; }

  .sp-w-32 {
    width: 32px; }

  .sp-w-34 {
    width: 34px; }

  .sp-w-36 {
    width: 36px; }

  .sp-w-38 {
    width: 38px; }

  .sp-w-40 {
    width: 40px; }

  .sp-w-42 {
    width: 42px; }

  .sp-w-44 {
    width: 44px; }

  .sp-w-46 {
    width: 46px; }

  .sp-w-48 {
    width: 48px; }

  .sp-w-50 {
    width: 50px; }

  .sp-w-52 {
    width: 52px; }

  .sp-w-54 {
    width: 54px; }

  .sp-w-56 {
    width: 56px; }

  .sp-w-58 {
    width: 58px; }

  .sp-w-60 {
    width: 60px; }

  .sp-w-62 {
    width: 62px; }

  .sp-w-64 {
    width: 64px; }

  .sp-w-66 {
    width: 66px; }

  .sp-w-68 {
    width: 68px; }

  .sp-w-70 {
    width: 70px; }

  .sp-w-72 {
    width: 72px; }

  .sp-w-74 {
    width: 74px; }

  .sp-w-76 {
    width: 76px; }

  .sp-w-78 {
    width: 78px; }

  .sp-w-80 {
    width: 80px; }

  .sp-w-82 {
    width: 82px; }

  .sp-w-84 {
    width: 84px; }

  .sp-w-86 {
    width: 86px; }

  .sp-w-88 {
    width: 88px; }

  .sp-w-90 {
    width: 90px; }

  .sp-w-92 {
    width: 92px; }

  .sp-w-94 {
    width: 94px; }

  .sp-w-96 {
    width: 96px; }

  .sp-w-98 {
    width: 98px; }

  .sp-w-100 {
    width: 100px; }

  .sp-w-102 {
    width: 102px; }

  .sp-w-104 {
    width: 104px; }

  .sp-w-106 {
    width: 106px; }

  .sp-w-108 {
    width: 108px; }

  .sp-w-110 {
    width: 110px; }

  .sp-w-112 {
    width: 112px; }

  .sp-w-114 {
    width: 114px; }

  .sp-w-116 {
    width: 116px; }

  .sp-w-118 {
    width: 118px; }

  .sp-w-120 {
    width: 120px; }

  .sp-w-122 {
    width: 122px; }

  .sp-w-124 {
    width: 124px; }

  .sp-w-126 {
    width: 126px; }

  .sp-w-128 {
    width: 128px; }

  .sp-w-130 {
    width: 130px; }

  .sp-w-132 {
    width: 132px; }

  .sp-w-134 {
    width: 134px; }

  .sp-w-136 {
    width: 136px; }

  .sp-w-138 {
    width: 138px; }

  .sp-w-140 {
    width: 140px; }

  .sp-w-142 {
    width: 142px; }

  .sp-w-144 {
    width: 144px; }

  .sp-w-146 {
    width: 146px; }

  .sp-w-148 {
    width: 148px; }

  .sp-w-150 {
    width: 150px; }

  .sp-w-152 {
    width: 152px; }

  .sp-w-154 {
    width: 154px; }

  .sp-w-156 {
    width: 156px; }

  .sp-w-158 {
    width: 158px; }

  .sp-w-160 {
    width: 160px; }

  .sp-w-162 {
    width: 162px; }

  .sp-w-164 {
    width: 164px; }

  .sp-w-166 {
    width: 166px; }

  .sp-w-168 {
    width: 168px; }

  .sp-w-170 {
    width: 170px; }

  .sp-w-172 {
    width: 172px; }

  .sp-w-174 {
    width: 174px; }

  .sp-w-176 {
    width: 176px; }

  .sp-w-178 {
    width: 178px; }

  .sp-w-180 {
    width: 180px; }

  .sp-w-182 {
    width: 182px; }

  .sp-w-184 {
    width: 184px; }

  .sp-w-186 {
    width: 186px; }

  .sp-w-188 {
    width: 188px; }

  .sp-w-190 {
    width: 190px; }

  .sp-w-192 {
    width: 192px; }

  .sp-w-194 {
    width: 194px; }

  .sp-w-196 {
    width: 196px; }

  .sp-w-198 {
    width: 198px; }

  .sp-w-200 {
    width: 200px; }

  .sp-w-202 {
    width: 202px; }

  .sp-w-204 {
    width: 204px; }

  .sp-w-206 {
    width: 206px; }

  .sp-w-208 {
    width: 208px; }

  .sp-w-210 {
    width: 210px; }

  .sp-w-212 {
    width: 212px; }

  .sp-w-214 {
    width: 214px; }

  .sp-w-216 {
    width: 216px; }

  .sp-w-218 {
    width: 218px; }

  .sp-w-220 {
    width: 220px; }

  .sp-w-222 {
    width: 222px; }

  .sp-w-224 {
    width: 224px; }

  .sp-w-226 {
    width: 226px; }

  .sp-w-228 {
    width: 228px; }

  .sp-w-230 {
    width: 230px; }

  .sp-w-232 {
    width: 232px; }

  .sp-w-234 {
    width: 234px; }

  .sp-w-236 {
    width: 236px; }

  .sp-w-238 {
    width: 238px; }

  .sp-w-240 {
    width: 240px; }

  .sp-w-242 {
    width: 242px; }

  .sp-w-244 {
    width: 244px; }

  .sp-w-246 {
    width: 246px; }

  .sp-w-248 {
    width: 248px; }

  .sp-w-250 {
    width: 250px; }

  .sp-w-252 {
    width: 252px; }

  .sp-w-254 {
    width: 254px; }

  .sp-w-256 {
    width: 256px; }

  .sp-w-258 {
    width: 258px; }

  .sp-w-260 {
    width: 260px; }

  .sp-w-262 {
    width: 262px; }

  .sp-w-264 {
    width: 264px; }

  .sp-w-266 {
    width: 266px; }

  .sp-w-268 {
    width: 268px; }

  .sp-w-270 {
    width: 270px; }

  .sp-w-272 {
    width: 272px; }

  .sp-w-274 {
    width: 274px; }

  .sp-w-276 {
    width: 276px; }

  .sp-w-278 {
    width: 278px; }

  .sp-w-280 {
    width: 280px; }

  .sp-w-282 {
    width: 282px; }

  .sp-w-284 {
    width: 284px; }

  .sp-w-286 {
    width: 286px; }

  .sp-w-288 {
    width: 288px; }

  .sp-w-290 {
    width: 290px; }

  .sp-w-292 {
    width: 292px; }

  .sp-w-294 {
    width: 294px; }

  .sp-w-296 {
    width: 296px; }

  .sp-w-298 {
    width: 298px; }

  .sp-w-300 {
    width: 300px; }

  .sp-w-302 {
    width: 302px; }

  .sp-w-304 {
    width: 304px; }

  .sp-w-306 {
    width: 306px; }

  .sp-w-308 {
    width: 308px; }

  .sp-w-310 {
    width: 310px; }

  .sp-w-312 {
    width: 312px; }

  .sp-w-314 {
    width: 314px; }

  .sp-w-316 {
    width: 316px; }

  .sp-w-318 {
    width: 318px; }

  .sp-w-320 {
    width: 320px; }

  .sp-w-322 {
    width: 322px; }

  .sp-w-324 {
    width: 324px; }

  .sp-w-326 {
    width: 326px; }

  .sp-w-328 {
    width: 328px; }

  .sp-w-330 {
    width: 330px; }

  .sp-w-332 {
    width: 332px; }

  .sp-w-334 {
    width: 334px; }

  .sp-w-336 {
    width: 336px; }

  .sp-w-338 {
    width: 338px; }

  .sp-w-340 {
    width: 340px; }

  .sp-w-342 {
    width: 342px; }

  .sp-w-344 {
    width: 344px; }

  .sp-w-346 {
    width: 346px; }

  .sp-w-348 {
    width: 348px; }

  .sp-w-350 {
    width: 350px; }

  .sp-w-352 {
    width: 352px; }

  .sp-w-354 {
    width: 354px; }

  .sp-w-356 {
    width: 356px; }

  .sp-w-358 {
    width: 358px; }

  .sp-w-360 {
    width: 360px; }

  .sp-w-362 {
    width: 362px; }

  .sp-w-364 {
    width: 364px; }

  .sp-w-366 {
    width: 366px; }

  .sp-w-368 {
    width: 368px; }

  .sp-w-370 {
    width: 370px; }

  .sp-w-372 {
    width: 372px; }

  .sp-w-374 {
    width: 374px; }

  .sp-w-376 {
    width: 376px; }

  .sp-w-378 {
    width: 378px; }

  .sp-w-380 {
    width: 380px; }

  .sp-w-382 {
    width: 382px; }

  .sp-w-384 {
    width: 384px; }

  .sp-w-386 {
    width: 386px; }

  .sp-w-388 {
    width: 388px; }

  .sp-w-390 {
    width: 390px; }

  .sp-w-392 {
    width: 392px; }

  .sp-w-394 {
    width: 394px; }

  .sp-w-396 {
    width: 396px; }

  .sp-w-398 {
    width: 398px; }

  .sp-w-400 {
    width: 400px; } }
.p-news-list-1 {
  padding: 58px 0 57px; }
  .p-news-list-1 .c-heading-2a {
    margin-bottom: 43px; }
  .p-news-list-1__note {
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    padding-bottom: 20px;
    text-align: right; }
  .p-news-list-1 .c-tab-1 {
    margin-bottom: 16px; }

.p-news-list-2 {
  background: #EBEBEB;
  padding: 62px 0 96px; }
  .p-news-list-2 .c-heading-2a {
    margin-bottom: 74px; }
  .p-news-list-2__links {
    text-align: center; }
  .p-news-list-2__rows {
    margin-bottom: 61px; }
  .p-news-list-2__row {
    margin-bottom: 38px; }

.p-news-box {
  padding: 83px 0 75px;
  background: #FFF; }

@media screen and (max-width: 768px) {
  .news-47news .c-company-item-1 {
    box-shadow: none; }

  .p-news-list-1 {
    padding: 14px 0 22px; }
    .p-news-list-1 .c-heading-2a {
      margin-bottom: 27px; }
    .p-news-list-1__note {
      padding-bottom: 9px; }
    .p-news-list-1 .c-tab-1 {
      margin-bottom: 13px; }
    .p-news-list-1 .news-lead {
      padding: 15px; }

  .p-news-list-2 {
    padding: 22px 0 29px; }
    .p-news-list-2 .c-heading-2a {
      margin-bottom: 21px; }
    .p-news-list-2__rows {
      margin-bottom: 43px; }
    .p-news-list-2__row {
      margin-bottom: 20px; }
      .p-news-list-2__row:last-child {
        margin-bottom: 0; }
    .p-news-list-2 .c-heading-profile-list {
      font-size: 16px; }
    .p-news-list-2 .news-lead {
      padding: 15px; }

  .p-news-box {
    padding: 23px 0 51px; } }
.p-companies-slider {
  padding-bottom: 37px; }

.p-companies-desc {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  padding-bottom: 61px;
  letter-spacing: 1px; }

.p-companies-3-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .p-companies-3-item:after {
    content: "";
    display: block;
    width: 29%; }
  .p-companies-3-item .c-company-item-2 {
    flex: 0 0 29%; }

.p-companies-list-1 .c-heading-2a {
  margin-bottom: 47px; }

.p-companies-list-1a .p-companies-row {
  margin-bottom: 38px; }

.p-companies-list-1b {
  margin-bottom: 142px; }
  .p-companies-list-1b .p-companies-row {
    margin-bottom: 62px; }

.p-companies-list-2 {
  margin-top: 55px; }
  .p-companies-list-2 .c-heading-2a {
    margin-bottom: 63px; }
  .p-companies-list-2 .c-company-item-2 {
    margin-bottom: 37px; }

.p-companies-list-3 {
  background: #EBEBEB;
  padding: 55px 0 48px; }
  .p-companies-list-3 .c-heading-2a {
    margin-bottom: 84px; }
  .p-companies-list-3 .c-text-middle {
    align-self: center; }
  .p-companies-list-3 .p-link {
    text-align: center; }

.p-companies-list-4 {
  padding: 84px 0 23px; }
  .p-companies-list-4 .c-heading-2a {
    margin-bottom: 67px; }

.p-company-group-desc {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px; }

@media screen and (min-width: 769px) and (max-width: 1500px) {
  .p-companies-3-item .c-company-item-2 {
    flex: 0 0 calc(33% - 10px); } }
@media screen and (max-width: 768px) {
  .p-companies-slider {
    padding: 29px 30px 25px; }

  .p-companies-desc {
    font-size: 13px;
    line-height: 25px;
    padding: 0 16px 30px; }

  .p-companies-3-item {
    flex-direction: column; }
    .p-companies-3-item .c-company-item-2 {
      flex: 0 0 100%; }

  .p-companies-list-1 .c-heading-2a {
    margin-bottom: 13px; }

  .p-companies-list-1a,
  .p-companies-list-1b {
    margin-bottom: 44px; }
    .p-companies-list-1a .p-companies-row,
    .p-companies-list-1b .p-companies-row {
      margin-bottom: 17px; }

  .p-companies-list-2 {
    margin-bottom: 50px; }
    .p-companies-list-2 .l-content {
      padding: 0; }
    .p-companies-list-2 .c-heading-2a {
      margin-bottom: 13px; }
    .p-companies-list-2 .c-company-item-2 {
      padding-top: 16px;
      margin-bottom: 0; }
      .p-companies-list-2 .c-company-item-2:nth-child(even) {
        background: #E4E4E4;
        margin-bottom: 17px; }
      .p-companies-list-2 .c-company-item-2:last-child {
        margin-bottom: 0; }

  .p-companies-list-3 {
    background: none;
    padding: 0 0 50px; }
    .p-companies-list-3 .c-heading-2a {
      margin-bottom: 20px; }
    .p-companies-list-3 .l-content-small {
      padding: 0 0 0 30px; }

  .p-companies-list-4 {
    padding: 0; }
    .p-companies-list-4 .l-content {
      padding: 0 30px; }
    .p-companies-list-4 .c-heading-2a {
      margin-bottom: 13px; }

  .c-slider-3a-item.slick-slider .c-news-item-1a a {
    background: none;
    border-radius: 5px; }
  .c-slider-3a-item.slick-slider.c-grid .c-grid-item {
    width: 290px;
    margin: 0 25px 0 0; }
  .c-slider-3a-item.slick-slider.c-grid .slick-dots {
    padding-right: 32px;
    padding-left: 13px;
    margin-top: 23px; }
    .c-slider-3a-item.slick-slider.c-grid .slick-dots li {
      width: 50px;
      margin: 0 2.5px;
      padding: 0; }
      .c-slider-3a-item.slick-slider.c-grid .slick-dots li button {
        width: 100%;
        border-radius: 0; }
      .c-slider-3a-item.slick-slider.c-grid .slick-dots li.slick-active button {
        background-color: #671817; }

  .p-company-group-desc {
    font-size: 13px;
    font-weight: 600;
    line-height: 25px;
    padding: 0 15px; } }
@media screen and (max-width: 374px) {
  .p-companies-slider {
    padding: 15px; }

  .c-slider-3a-item.slick-slider.c-grid .c-grid-item {
    width: 250px;
    margin: 0 25px 0 0; } }
.p-government-list-1 .c-heading-2b {
  margin-bottom: 29px; }
.p-government-list-1 .p-government-row {
  margin-bottom: 80px; }

.p-government-list-last .p-government-row:last-child {
  margin-bottom: 0; }

@media screen and (max-width: 768px) {
  .p-government-list-1 .l-content-small,
  .p-government-list-1 .l-content {
    padding: 0 30px; }
  .p-government-list-1 .c-heading-2b {
    margin-bottom: 15px; }
  .p-government-list-1 .p-government-row {
    margin-bottom: 70px; }

  .p-government-list-last {
    padding-bottom: 7px; }

  .p-government-mun-list-1 .p-government-row {
    margin-bottom: 50px; } }
.p-topic-filter__input {
  text-align: center; }

.p-topic-detail {
  padding: 65px 0 60px; }
  .p-topic-detail__date {
    text-align: right;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    padding: 60px 0 5px; }
  .p-topic-detail__content-2, .p-topic-detail__content {
    font-size: 17px;
    font-weight: 500;
    line-height: 30px; }
  .p-topic-detail__content {
    padding: 25px 0 30px;
    margin-bottom: 50px;
    border-bottom: 8px solid;
    border-image: linear-gradient(90deg, #ffe3e3 0%, #aa242f 100%) 0 0 1; }
    .p-topic-detail__content .p-link {
      padding-top: 30px;
      text-align: center; }
  .p-topic-detail__content-2 {
    padding: 40px 0 50px; }
  .p-topic-detail__back {
    text-align: center; }

@media screen and (max-width: 768px) {
  .p-topic-filter .l-content {
    padding: 0 30px; }

  .p-topic-detail {
    padding: 30px 0 50px; }
    .p-topic-detail .l-content-small,
    .p-topic-detail .l-content {
      padding: 0 30px; }
    .p-topic-detail__date {
      padding: 13px 0 15px; }
    .p-topic-detail__content-2, .p-topic-detail__content {
      font-size: 13px;
      font-weight: 600; }
    .p-topic-detail__content {
      padding-top: 5px;
      margin-bottom: 30px; }
      .p-topic-detail__content .p-link {
        padding-top: 45px; }
    .p-topic-detail__content-2 {
      padding: 0 0 40px; } }
.p-information-list .p-info-list-2__rows {
  padding-bottom: 70px; }

@media screen and (max-width: 768px) {
  .p-information-list .l-content-small {
    padding: 0 30px; }
  .p-information-list .p-info-list-2__rows {
    padding: 0 0 40px; }
    .p-information-list .p-info-list-2__rows .p-info-list-2__row:last-child {
      margin-bottom: 0; } }
.p-company-detail .c-group-content {
  padding-top: 25px;
  font-size: 16px;
  font-weight: 300;
  border-top: 1px solid #969696; }
  .p-company-detail .c-group-content.border-top-0 {
    border-top: 0; }
  .p-company-detail .c-group-content-member {
    padding-top: 0; }
  .p-company-detail .c-group-content .row {
    padding: 20px 26px 0;
    border-left: 1px solid #969696;
    border-right: 1px solid #969696;
    border-bottom: 1px solid #969696; }
    .p-company-detail .c-group-content .row:last-child {
      border-bottom-width: 0; }
    .p-company-detail .c-group-content .row__image {
      float: left;
      margin: 0 34px 20px 0; }
    .p-company-detail .c-group-content .row__info {
      font-size: 16px;
      font-weight: 500;
      padding-bottom: 20px; }
      .p-company-detail .c-group-content .row__info span {
        font-size: 12px;
        font-weight: 600; }
    .p-company-detail .c-group-content .row__title {
      font-size: 17px;
      font-weight: 600;
      padding: 5px 0; }
.p-company-detail .c-group-expand-1.expanded:last-child .c-group-content {
  border-bottom: 1px solid #969696 !important; }
.p-company-detail .c-group-expand-1.expanded .c-group-content.c-group-content-member, .p-company-detail .c-group-expand-1.expanded .c-group-content.c-group-content-detail {
  border-bottom: 0 !important; }
.p-company-detail-heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px; }
.p-company-detail .c-group-content-detail p {
  margin-bottom: 30px; }
  .p-company-detail .c-group-content-detail p::after {
    content: '';
    clear: both;
    display: block; }
  .p-company-detail .c-group-content-detail p:last-child {
    margin-bottom: 0; }
.p-company-detail .box-desc {
  border: 2px solid #e5e5e5;
  padding: 19px 44px 14px; }

@media screen and (max-width: 768px) {
  .p-company-detail .c-group-content .row {
    padding: 0 12px;
    border-bottom: 0; }
    .p-company-detail .c-group-content .row:first-child {
      padding-top: 20px; }
    .p-company-detail .c-group-content .row__image {
      width: 70px;
      margin: 0 15px 5px 0; }
    .p-company-detail .c-group-content .row__info {
      font-size: 12px;
      line-height: 20px; }
      .p-company-detail .c-group-content .row__info span {
        font-size: 10px; }
    .p-company-detail .c-group-content .row__title {
      font-size: 12px; }
  .p-company-detail .box-desc {
    padding: 14px 14px 5px;
    font-size: 12px;
    font-weight: 500;
    line-height: 23px; }
  .p-company-detail .c-group-content-detail {
    font-size: 12px;
    line-height: 23px;
    padding-top: 15px; }
    .p-company-detail .c-group-content-detail figure.c-figure {
      max-width: 40%; }
    .p-company-detail .c-group-content-detail img.c-figure.right {
      width: 115px;
      margin-left: 19px; }
    .p-company-detail .c-group-content-detail p {
      margin-bottom: 23px; }
  .p-company-detail-heading {
    font-size: 14px;
    font-weight: 700; } }
@media screen and (max-width: 420px) {
  .p-company-detail .c-group-content-detail figure.c-figure {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0 0 15px; }
    .p-company-detail .c-group-content-detail figure.c-figure img {
      width: 100%; }
  .p-company-detail .c-group-content-detail img.c-figure.sp-w100 {
    width: 100%;
    margin-left: 0; } }
.p-contact-desc {
  font-size: 17px;
  line-height: 30px;
  padding: 45px 0 85px 150px; }
  .p-contact-desc-2 {
    padding-left: 0;
    padding-top: 56px;
    padding-bottom: 80px; }

@media screen and (max-width: 768px) {
  .p-contact .c-heading-2b {
    margin-bottom: 24px; }
  .p-contact-desc {
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 25px;
    padding: 25px 0 5px; }
    .p-contact-desc-2 {
      text-align: left;
      font-size: 13px;
      padding-top: 20px; }
  .p-contact__note {
    font-size: 11px;
    line-height: 30px;
    font-weight: 500; }
  .p-contact .group-agree label {
    font-size: 13px;
    font-weight: 500; } }
.service_header .c-heading-banner {
  width: 40%; }
@media screen and (max-width: 768px) {
  .service_header .c-heading-banner {
    width: calc(100% - 60px); } }

.p-service-detail .recomment {
  display: table;
  border-radius: 3px;
  margin-bottom: 40px;
  width: 100%; }
  .p-service-detail .recomment-heading {
    display: table-cell;
    border-radius: 3px 0px 0px 3px;
    width: 40%;
    padding: 47px 15px;
    background-color: #6E1D13; }
  .p-service-detail .recomment-desc {
    display: table-cell;
    font-size: 15px;
    font-weight: 500;
    padding: 18px;
    background-color: #EDEDED;
    border-radius: 0px 3px 3px 0px;
    vertical-align: middle; }
.p-service-detail .p-service-main {
  background-color: #f8f8f8;
  padding: 28px 17px 28px 34px; }
  .p-service-detail .p-service-main .p-title {
    font-size: 20px; }
  .p-service-detail .p-service-main .p-service-2-item {
    display: flex; }
    .p-service-detail .p-service-main .p-service-2-item .p-service-item {
      flex: 0 0 50%; }
.p-service-detail .c-group-expand-2 {
  border-bottom: none !important; }
.p-service-detail .c-group-expand-1 h4.c-heading-4.group-head {
  background-color: #752309;
  border-color: #FFF;
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  padding-top: 28px;
  padding-bottom: 29px; }
.p-service-detail .c-service.detail .p-service-3-item {
  gap: 34px 20px; }
  .p-service-detail .c-service.detail .p-service-3-item .p-service-item {
    flex: 0 0 32.2%; }
    .p-service-detail .c-service.detail .p-service-3-item .p-service-item .content {
      position: relative;
      padding: 26px 32px 15px; }
      .p-service-detail .c-service.detail .p-service-3-item .p-service-item .content .tlt {
        text-align: center; }
      .p-service-detail .c-service.detail .p-service-3-item .p-service-item .content .p-service-detail-tlt {
        color: #7C2A00;
        padding-bottom: 15px;
        padding-top: 3px;
        line-height: 25px;
        font-weight: 600; }
      .p-service-detail .c-service.detail .p-service-3-item .p-service-item .content .title {
        text-align: left; }
      .p-service-detail .c-service.detail .p-service-3-item .p-service-item .content::after {
        content: '';
        position: absolute;
        height: 8px;
        width: 236px;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        background-color: #752309; }
.p-service-detail .c-service.detail .c-company-item-2 {
  padding-bottom: 0; }
.p-service-detail .c-service .p-heading-service::after, .p-service-detail .c-service .p-heading-service::before {
  width: 25%; }
.p-service-detail .c-group-expand {
  border-bottom: 1px solid; }
  .p-service-detail .c-group-expand .c-heading-quest {
    padding-left: 25px;
    transition: .25s;
    position: relative;
    width: fit-content;
    cursor: pointer; }
    .p-service-detail .c-group-expand .c-heading-quest::after {
      content: '';
      background-color: #000;
      width: 0;
      position: absolute;
      height: 2px;
      top: 25px;
      left: 20px;
      transition: .25s; }
    .p-service-detail .c-group-expand .c-heading-quest:hover::after {
      width: calc(100% - 20px);
      transition: .25s; }
  .p-service-detail .c-group-expand .c-group-content {
    padding-top: 10px; }
    .p-service-detail .c-group-expand .c-group-content .answer {
      font-size: 16px;
      font-weight: 400;
      color: #414141;
      padding: 0 55px; }
      .p-service-detail .c-group-expand .c-group-content .answer a {
        text-decoration: underline; }
        .p-service-detail .c-group-expand .c-group-content .answer a:hover {
          opacity: .5; }

@media screen and (max-width: 768px) {
  .p-service-detail .c-profile-content .desc {
    font-weight: 600; }
  .p-service-detail .recomment {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 17px; }
    .p-service-detail .recomment-heading {
      flex: 0 0 100%;
      padding-top: 4px;
      padding-bottom: 4px;
      min-width: auto;
      border-radius: 0;
      text-align: center; }
    .p-service-detail .recomment-desc {
      font-weight: 600;
      padding: 5px 7px 2px;
      font-size: 13px; }
  .p-service-detail .c-heading-profile-list {
    text-align: center;
    color: #752309; }
    .p-service-detail .c-heading-profile-list::after {
      content: none; }
  .p-service-detail .p-service-main {
    padding: 14px 0 20px; }
    .p-service-detail .p-service-main .p-service-2-item {
      flex-direction: column-reverse; }
    .p-service-detail .p-service-main .p-title {
      font-size: 13px;
      padding-left: 7px;
      padding-right: 7px;
      font-weight: 600; }
  .p-service-detail .p-group-img {
    gap: 0 18px;
    margin-top: 23px;
    margin-bottom: 18px;
    margin-left: 0; }
  .p-service-detail .c-group-expand-1 h4.c-heading-4.group-head {
    padding-top: 15px;
    padding-bottom: 7px;
    font-size: 13px; }
  .p-service-detail .c-service.detail .p-service-3-item {
    gap: 38px 20px; }
    .p-service-detail .c-service.detail .p-service-3-item .p-service-item {
      flex: 0 0 100%; }
      .p-service-detail .c-service.detail .p-service-3-item .p-service-item .content {
        padding: 8px 28px 4px; }
        .p-service-detail .c-service.detail .p-service-3-item .p-service-item .content::after {
          transform: translate(-50%, -50%); }
        .p-service-detail .c-service.detail .p-service-3-item .p-service-item .content .p-service-detail-tlt {
          font-size: 13px;
          margin-top: 10px;
          font-weight: 700; }
        .p-service-detail .c-service.detail .p-service-3-item .p-service-item .content .title {
          font-size: 13px; }
  .p-service-detail .c-service .l-content.p-heading-service {
    padding-bottom: 15px; }
    .p-service-detail .c-service .l-content.p-heading-service::after, .p-service-detail .c-service .l-content.p-heading-service::before {
      width: 18%;
      top: 30px; }
  .p-service-detail .c-group-expand.expanded .c-heading-quest {
    padding-bottom: 5px; }
  .p-service-detail .c-group-expand .c-heading-quest {
    padding: 0 0 12px;
    display: flex;
    gap: 0 10px; }
    .p-service-detail .c-group-expand .c-heading-quest::after {
      content: none; }
  .p-service-detail .c-group-expand .c-group-content .answer {
    padding: 0 0 16px 30px;
    font-size: 14px;
    line-height: 25px; }
  .p-service-detail .c-heading-profile-list {
    font-size: 15px; }

  #feature .c-heading-2b {
    margin-bottom: 10px; } }
@media screen and (max-width: 374px) {
  .p-service-detail .c-service.detail .p-service-3-item .p-service-item .content::after {
    width: 186px; } }
.c-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin-left: -16px;
  margin-right: -16px; }
  .c-grid.c-grid-2-item {
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0; }
    .c-grid.c-grid-2-item .c-grid-item {
      width: calc(50% - 20px);
      margin-bottom: 40px; }
  .c-grid.c-grid-3-item {
    margin-left: -35px;
    margin-right: -35px; }
    .c-grid.c-grid-3-item .c-grid-item {
      width: calc(100%/3 - 70px);
      margin: 0 35px;
      margin-bottom: 40px; }
  .c-grid.c-grid-3a-item {
    margin: 0 -12px 23px; }
    .c-grid.c-grid-3a-item .c-grid-item {
      width: calc(100%/3 - 24px);
      margin: 0 12px 25px; }
  .c-grid.c-grid-4-item {
    margin-left: -10px;
    margin-right: -10px; }
    .c-grid.c-grid-4-item .c-grid-item {
      width: calc(100%/4 - 20px);
      margin: 0 10px;
      margin-bottom: 40px; }
  .c-grid.c-grid-4a-item {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
    justify-content: space-between; }
    .c-grid.c-grid-4a-item .c-grid-item {
      width: calc(100%/4 - 15px);
      margin: 0;
      margin-bottom: 40px; }
  .c-grid.c-grid-5-item {
    margin-left: -12px;
    margin-right: -12px; }
    .c-grid.c-grid-5-item .c-grid-item {
      width: calc(20% - 24px);
      margin: 0 12px 42px; }
  .c-grid .c-grid-item {
    position: relative; }

.c-grid.item-center {
  justify-content: center; }

@media (max-width: 1380px) {
  .c-grid.c-grid-3-item .c-grid-item {
    width: calc(100%/3 - 30px);
    margin: 0 15px; } }
@media screen and (max-width: 768px) {
  .c-grid {
    margin: 0; }
    .c-grid .c-grid-item {
      width: 100%; }
      .c-grid .c-grid-item:last-child {
        margin-bottom: 0; }
    .c-grid.c-grid-2-item .c-grid-item {
      width: 100%;
      margin: 0;
      margin-bottom: 16px; }
      .c-grid.c-grid-2-item .c-grid-item:last-child {
        margin-bottom: 0; }
    .c-grid.c-grid-3-item {
      margin-left: 0;
      margin-right: 0; }
      .c-grid.c-grid-3-item .c-grid-item {
        width: 100%;
        margin: 0;
        margin-bottom: 32px; }
    .c-grid.c-grid-3a-item {
      margin: 0; }
      .c-grid.c-grid-3a-item .c-grid-item {
        width: 100%;
        margin: 0;
        margin-bottom: 12px; }
    .c-grid.c-grid-4-item {
      margin-left: -8px;
      margin-right: -8px; }
      .c-grid.c-grid-4-item .c-grid-item {
        width: calc(50% - 16px);
        margin: 0 8px;
        margin-bottom: 16px; }
    .c-grid.c-grid-5-item {
      margin-left: -7px;
      margin-right: -7px; }
      .c-grid.c-grid-5-item .c-grid-item {
        width: calc(50% - 14px);
        margin: 0 7px 12px; } }
.c-heading-1a {
  background: linear-gradient(90deg, #6e1d13 0%, #552020 100%);
  height: 138px;
  display: flex;
  align-items: center; }

.c-heading-1a__text,
.c-heading-1b {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  color: #FFF; }
  .c-heading-1a__text span,
  .c-heading-1b span {
    font-size: 17px;
    font-weight: 400;
    line-height: 30px; }

.c-heading-2a {
  margin-bottom: 40px; }
  .c-heading-2a__text {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    padding-left: 50px;
    text-transform: uppercase; }
    .c-heading-2a__text::before {
      display: block;
      content: '';
      position: absolute;
      left: -32px;
      top: 50%;
      transform: translateY(-50%);
      width: 68px;
      height: 8px;
      background: linear-gradient(90deg, #ffe3e3 0%, #aa242f 100%); }

.c-heading-2b {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  padding-bottom: 15px;
  border-bottom: 8px solid;
  border-image: linear-gradient(90deg, #ffe3e3 0%, #aa242f 100%) 0 0 1; }

.c-heading-2c .c-heading-2a__text {
  margin-left: 8px; }
  .c-heading-2c .c-heading-2a__text:before {
    top: 12px;
    transform: translateY(-11%); }
  .c-heading-2c .c-heading-2a__text span {
    display: block;
    padding-left: 0;
    font-size: 13px;
    padding-top: 11px;
    line-height: 24px; }

.c-heading-4 {
  font-size: 20px;
  font-weight: 600;
  color: #414141;
  border-left: 4px solid #414141;
  padding-left: 20px;
  line-height: 20px; }

.c-heading-5 {
  font-size: 20px;
  font-weight: 700;
  color: #FFF; }

.c-heading-banner {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 9; }
  .c-heading-banner p {
    color: #FFF;
    padding-top: 13px;
    font-weight: 400; }

.c-heading-gray {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #414141; }

.c-heading-quest {
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  color: #414141; }

.c-heading-profile-list {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #414141;
  position: relative;
  padding-left: 20px; }
  .c-heading-profile-list::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 18px;
    top: 4px;
    left: 0;
    background-color: #414141; }

.c-heading-form {
  font-size: 20px;
  font-weight: 600;
  color: #414141;
  border-bottom: 2px solid #C9C9C9;
  padding-bottom: 4px; }

.c-heading-6 {
  background-color: rgba(65, 65, 65, 0.14);
  color: #414141;
  font-size: 20px;
  font-weight: 600;
  border-left: solid 6px #414141;
  line-height: 31px;
  padding: 10px 15px; }
  .c-heading-6-a {
    border-left: none; }

@media (max-width: 1380px) {
  .c-heading-2c .c-heading-2a__text:before {
    top: 12px;
    transform: translateY(-11%); }
  .c-heading-2c .c-heading-2a__text span {
    display: block;
    padding-left: 0;
    font-size: 13px;
    padding-top: 11px;
    line-height: 24px; } }
@media screen and (max-width: 768px) {
  .c-heading-1a {
    height: 50px; }
    .c-heading-1a .l-content {
      padding: 0 30px; }
    .c-heading-1a-form {
      height: 70px; }

  .c-heading-1a__text,
  .c-heading-1b {
    font-size: 13px;
    line-height: 18px; }

  .heading-sub {
    font-size: 11px;
    line-height: 23px;
    color: #FFF;
    font-weight: 600;
    letter-spacing: 0.05em; }

  .c-heading-2a {
    margin-bottom: 24px; }
    .c-heading-2a .l-content {
      padding: 0; }
    .c-heading-2a__text {
      font-size: 17px;
      line-height: 22px;
      padding-left: 30px; }
      .c-heading-2a__text::before {
        left: 0;
        width: 24px;
        height: 3px; }

  .c-heading-2b {
    font-size: 17px;
    line-height: 24px;
    padding-bottom: 5px;
    margin-bottom: 15px; }
    .c-heading-2b-sp {
      margin-left: 15px;
      margin-right: 15px; }

  .c-heading-2c .c-heading-2a__text {
    padding-left: 30px;
    margin-left: 0; }
    .c-heading-2c .c-heading-2a__text:before {
      top: 8px;
      transform: translateY(-11%); }
    .c-heading-2c .c-heading-2a__text span {
      display: block;
      padding-left: 0;
      font-size: 13px;
      padding-top: 11px;
      line-height: 24px;
      padding-right: 15px; }

  .c-heading-banner {
    bottom: 10px;
    left: 30px;
    top: auto;
    font-weight: 800; }

  .c-heading-gray {
    font-size: 14px;
    color: #414141; }

  h4.c-heading-4 {
    font-size: 12px;
    font-weight: 500;
    padding-left: 8px;
    line-height: 18px;
    border: none;
    position: relative; }

  .c-heading-5 {
    font-size: 13px; }

  .c-heading-quest {
    font-size: 14px; }
    .c-heading-quest .answer {
      font-size: 14px; }

  .c-heading-profile-list,
  h4.c-heading-4 {
    font-size: 13px;
    color: #414141;
    padding-left: 10px;
    line-height: 28px; }
    .c-heading-profile-list::after,
    h4.c-heading-4::after {
      content: "";
      position: absolute;
      width: 4px;
      height: 15px;
      top: 6px;
      left: 0;
      background-color: #414141; }

  .c-heading-form {
    font-size: 16px;
    line-height: 20px;
    color: #1B191A;
    padding-bottom: 9px; }

  .c-heading-6 {
    font-size: 12px;
    line-height: 20px; } }
.c-banner-1__columns {
  display: flex; }
.c-banner-1__column-1 {
  flex: 1; }
  .c-banner-1__column-1 .c-banner-1__item {
    height: 100%; }
.c-banner-1__column-2 {
  flex: 0 0 42.42%;
  display: flex;
  flex-wrap: wrap; }
  .c-banner-1__column-2 .c-banner-1__item-1 {
    flex: 0 0 100%; }
    .c-banner-1__column-2 .c-banner-1__item-1 .title {
      height: 72px;
      padding: 0 15px; }
  .c-banner-1__column-2 .c-banner-1__item-2 {
    flex: 0 0 50%; }
    .c-banner-1__column-2 .c-banner-1__item-2 .title {
      height: 58px;
      font-size: 13px;
      padding: 0 15px; }
.c-banner-1__item a {
  position: relative;
  display: block;
  color: #FFF;
  overflow: hidden;
  height: 100%; }
  .c-banner-1__item a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s; }
  .c-banner-1__item a:hover img {
    transform: scale(1.15); }
.c-banner-1__item svg {
  max-width: 100%;
  height: auto; }
.c-banner-1__item .title {
  background: rgba(65, 65, 65, 0.69);
  display: inline-flex;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 0 20px 0 40px;
  height: 87px;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px; }

.c-banner-2 {
  position: relative; }
  .c-banner-2 .banner-img {
    position: relative; }
    .c-banner-2 .banner-img::after {
      position: absolute;
      content: "";
      background: url(../img/common/bg-banner-2.png) 0 0/100% auto repeat-y;
      width: 68%;
      height: 100%;
      top: 0;
      left: 0; }

.c-banner-top {
  position: relative; }
  @media screen and (min-width: 769px) {
    .c-banner-top .c-slider {
      background: url(../img/top/bg.jpg) bottom no-repeat;
      background-size: 100% auto;
      width: 100%;
      padding-bottom: 70px; } }

@media screen and (max-width: 768px) {
  .c-banner-top {
    margin-top: 0; }

  .c-banner-1__columns {
    flex-direction: column; }
  .c-banner-1__column-1 .c-banner-1__item {
    height: 55vw; }
    .c-banner-1__column-1 .c-banner-1__item .title {
      font-size: 11px;
      line-height: 20px;
      padding: 7px 30px;
      height: auto;
      width: 100%; }
  .c-banner-1__column-2 {
    flex: 1; }
    .c-banner-1__column-2 .c-banner-1__item {
      position: relative;
      flex: 0 0 25%; }
      .c-banner-1__column-2 .c-banner-1__item::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        z-index: 5;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.59);
        pointer-events: none; }
      .c-banner-1__column-2 .c-banner-1__item.active::before {
        display: none; }
      .c-banner-1__column-2 .c-banner-1__item .title {
        display: none; }

  .c-banner-2 .l-content {
    padding: 0 30px; }
  .c-banner-2 .banner-img::after {
    width: 100%;
    height: 100%;
    background: url(../img/common/bg-banner-2-sp.png) left bottom/auto 100% repeat-x; } }
.ico-social {
  transition: .25s; }
  .ico-social:hover {
    transition: .25s; }
.ico-yt {
  background: url(../img/ico/yt.svg) center/16px auto no-repeat #FFF; }
  .ico-yt:hover {
    background-image: url(../img/ico/yt-hover.svg); }
.ico-tw {
  background: url(../img/ico/x.svg) center/16px auto no-repeat #FFF;
  width: 17px; }
  .ico-tw:hover {
    background-image: url(../img/ico/x-hover.svg); }
.ico-ig {
  background: url(../img/ico/ig.svg) center/16px auto no-repeat #FFF; }
  .ico-ig:hover {
    background-image: url(../img/ico/ig-hover.svg); }
.ico-vc {
  background: url(../img/ico/voicy.svg) center/16px auto no-repeat #FFF; }
  .ico-vc:hover {
    background-image: url(../img/ico/voicy-hover.svg); }
.ico-line {
  background: url(../img/ico/line.svg) center/22px auto no-repeat #FFF; }
  .ico-line:hover {
    background-image: url(../img/ico/line-hover.svg); }

.page-top .btn-lifeline {
  display: block; }

.c-top-company .c-grid.c-grid-3-item .c-grid-item {
  margin-bottom: 0; }

.page_privacy .c-text a {
  text-decoration: underline;
  color: #000080; }

@media screen and (max-width: 768px) {
  .c-top-service {
    font-size: 13px;
    padding-top: 13px; }
    .c-top-service .c-heading-2a {
      margin-bottom: 30px; }
    .c-top-service div.u-align-center {
      padding-left: 16px;
      line-height: 24px;
      padding-top: 23px; }

  .c-info-list .c-heading-2a {
    margin-bottom: 14px; }

  .c-top-company {
    padding-top: 27px;
    padding-bottom: 14px; }
    .c-top-company .c-heading-2a {
      margin-bottom: 28px; }
    .c-top-company .l-content {
      padding: 0; }
      .c-top-company .l-content .c-news-item-1b a p {
        padding-bottom: 14px; } }
.c-news-item-1 a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  height: 100%; }
  .c-news-item-1 a:hover img {
    transform: scale(1.15); }
.c-news-item-1 .image {
  display: block;
  overflow: hidden; }
  .c-news-item-1 .image-h1 {
    height: 123px; }
  .c-news-item-1 .image-h2 {
    height: 158px; }
  .c-news-item-1 .image-h3 {
    height: 196px; }
  .c-news-item-1 .image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: .3s; }
.c-news-item-1 .number {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  width: 32px;
  height: 32px;
  border-radius: 5px 0 0 0;
  background: #881B21; }
.c-news-item-1 .title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #881B21;
  line-height: 23px;
  min-height: 69px;
  padding: 0 14px;
  margin: 14px 0 2px; }
.c-news-item-1 .date {
  display: block;
  font-style: normal;
  position: relative;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  padding: 0 14px;
  margin-bottom: 15px; }
  .c-news-item-1 .date::after {
    content: '';
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/ico/play.png) 0 0/100% auto no-repeat;
    width: 14px;
    height: 14px; }

.c-news-item-1a a {
  box-shadow: none;
  background-color: #601419; }
  .c-news-item-1a a .title {
    font-size: 12px;
    color: #FFF;
    min-height: 0;
    padding: 17px 10px  20px;
    margin: 0;
    background-color: #601419; }

.c-news-item-1a.c-news-item-1b a {
  background-color: #601419;
  border-radius: 0;
  color: #FFF; }
  .c-news-item-1a.c-news-item-1b a .title {
    font-size: 15px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 18px; }
  .c-news-item-1a.c-news-item-1b a p {
    font-size: 14px;
    font-weight: 300;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 19px;
    padding-bottom: 20px; }

.c-news-item-2 {
  display: block;
  padding: 34px 28px 27px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16); }
  .c-news-item-2::after {
    display: block;
    content: '';
    clear: both; }
  .c-news-item-2:hover img {
    transform: scale(1.15); }
  .c-news-item-2 .image {
    display: block;
    float: left;
    width: 292px;
    margin: 0 29px 5px 0;
    overflow: hidden; }
    .c-news-item-2 .image img {
      transition: .3s; }
  .c-news-item-2 .title {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    padding-bottom: 10px; }
  .c-news-item-2 .desc {
    display: block;
    font-size: 17px;
    line-height: 30px;
    font-weight: 500; }
    .c-news-item-2 .desc p {
      margin-bottom: 4px; }
      .c-news-item-2 .desc p:last-child {
        margin-bottom: 0; }

.c-news-item-2a {
  padding: 5px 36px 9px 14px;
  display: flex;
  align-items: center;
  margin-bottom: 31px; }
  .c-news-item-2a .content .view-detail {
    font-weight: 600;
    font-size: 16px; }
    .c-news-item-2a .content .view-detail-2 {
      font-size: 17px;
      font-weight: 500; }
  @media screen and (min-width: 769px) {
    .c-news-item-2a:hover .image img {
      transform: scale(1.15); }
    .c-news-item-2a:hover .content .view-detail:after {
      width: 100%;
      transition: .2s; } }
  .c-news-item-2a .image {
    float: none;
    margin-bottom: 0;
    overflow: hidden;
    width: 232px; }
    .c-news-item-2a .image img {
      transition: .3s; }
  .c-news-item-2a .content {
    position: relative;
    flex: 1;
    padding-top: 18px; }
    .c-news-item-2a .content .view-more {
      position: absolute;
      bottom: 4px;
      left: 0;
      font-size: 10px;
      background: #D0D0D0;
      border-radius: 20px;
      padding: 0 16px;
      line-height: 25px; }
    .c-news-item-2a .content .view-detail:after {
      content: '';
      background-color: #1B191A;
      width: 0%;
      position: absolute;
      height: 2px;
      bottom: -4px;
      left: 0;
      transition: .25s; }

.p-service-list-2__rows {
  margin-bottom: 47px; }

.p-info-list-2__rows {
  padding-top: 14px;
  padding-bottom: 3px; }

.c-info-item-2 {
  font-size: 18px;
  border-bottom: 1px solid #1B191A;
  padding: 30px 54px 24px; }
  .c-info-item-2 .date {
    font-weight: 400;
    display: inline-block;
    width: 156px;
    vertical-align: top; }
  .c-info-item-2 .title {
    font-weight: 600;
    display: inline-block;
    max-width: calc(100% - 200px); }
    @media screen and (min-width: 769px) {
      .c-info-item-2 .title:after {
        content: '';
        background-color: #1B191A;
        width: 0%;
        position: absolute;
        height: 2px;
        bottom: -4px;
        left: 0;
        transition: .25s; }
      .c-info-item-2 .title:hover:after {
        width: 100%;
        transition: .2s; } }

@media screen and (max-width: 768px) {
  .c-news-item-1 a {
    border-radius: 2px; }
  .c-news-item-1 .number {
    font-size: 13px; }
  .c-news-item-1 .image-h1 {
    height: 98px; }
  .c-news-item-1 .title {
    font-size: 13px;
    margin: 3px 0 0;
    padding: 0 5px; }
  .c-news-item-1 .date {
    line-height: 16px;
    margin-bottom: 9px; }

  .c-news-item-1a a .title {
    background: #601419 url(../img/ico/arrow-r.svg) right 20px center no-repeat;
    padding: 16px 9px 21px; }

  .c-news-item-1b a .title {
    background: none;
    padding-left: 20px;
    padding-bottom: 5px; }
  .c-news-item-1b .image {
    height: auto;
    text-align: center; }

  .c-news-item-2 {
    padding: 17px 17px 15px;
    border-radius: 5px; }
    .c-news-item-2 .image {
      float: none;
      width: auto;
      margin: 0 0 14px; }
    .c-news-item-2 .title {
      font-size: 16px;
      padding-bottom: 4px; }
    .c-news-item-2 .desc {
      font-size: 12px;
      line-height: 23px;
      height: 92px;
      text-overflow: ellipsis;
      overflow: hidden; }

  .p-service-list-2__rows {
    margin-bottom: 16px; }

  .c-news-item-2a {
    display: block;
    padding: 30px 25px 9px;
    margin-bottom: 9px; }
    .c-news-item-2a .image {
      text-align: center; }
      .c-news-item-2a .image img {
        width: 100%; }
    .c-news-item-2a .title {
      font-size: 14px;
      margin-top: -7px;
      padding-bottom: 0; }
    .c-news-item-2a .content {
      padding-top: 0; }
      .c-news-item-2a .content .view-more {
        position: static;
        font-size: 8px;
        line-height: 19px;
        display: inline-block;
        vertical-align: top; }
      .c-news-item-2a .content .desc {
        margin-top: -4px; }
      .c-news-item-2a .content .view-detail {
        font-size: 12px; }
        .c-news-item-2a .content .view-detail-2 {
          font-size: 13px; }

  .p-info-list-2__rows {
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px; }

  .c-info-item-2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 8px;
    margin-bottom: 7px;
    line-height: 25px;
    border-bottom: 1px dashed #6E1D13; }
    .c-info-item-2 .date {
      display: block;
      width: 100%;
      font-size: 12px;
      line-height: 20px; }
    .c-info-item-2 .title {
      font-size: 13px;
      display: inline; } }
.news_domestic_index .c-heading-2b {
  margin-bottom: 40px; }
.news_domestic_index .news-domestic__articles {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px; }
  .news_domestic_index .news-domestic__articles .p-news-list-2__row {
    margin: 20px;
    width: calc(50% - 40px); }
  .news_domestic_index .news-domestic__articles .c-news-item-2 .sp {
    display: none; }
  .news_domestic_index .news-domestic__articles .c-news-item-2 .title {
    height: 70px; }
  .news_domestic_index .news-domestic__articles .c-news-item-2 .image {
    width: 250px; }
  .news_domestic_index .news-domestic__articles .c-news-item-2 .desc {
    height: 270px; }
  .news_domestic_index .news-domestic__articles .c-news-item-2 .u-align-right {
    color: #6E1D13; }
    .news_domestic_index .news-domestic__articles .c-news-item-2 .u-align-right .view-detail {
      position: relative; }
      .news_domestic_index .news-domestic__articles .c-news-item-2 .u-align-right .view-detail:after {
        content: "";
        position: absolute;
        width: 0;
        left: 0;
        bottom: 0;
        transition: all 0.3s ease;
        border-bottom: 2px solid #6E1D13;
        display: block; }
  .news_domestic_index .news-domestic__articles .c-news-item-2:hover .view-detail:after {
    width: 100%;
    border-bottom: 2px solid #6E1D13; }

.news_detail__article {
  padding-bottom: 70px; }
  .news_detail__article .p-company-detail {
    padding-bottom: 20px;
    border-bottom: 8px solid;
    -webkit-border-image: -webkit-linear-gradient(left, #ffe3e3 0%, #aa242f 100%) 0 0 1;
    border-image: linear-gradient(to right, #ffe3e3 0%, #aa242f 100%) 0 0 1; }

@media screen and (max-width: 768px) {
  .news_detail #template .p-company-detail {
    font-size: 14px; }
  .news_detail__article {
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 14px; }
    .news_detail__article .p-company-detail {
      padding-bottom: 0; }
    .news_detail__article div,
    .news_detail__article img {
      max-width: 100% !important; }

  .news_domestic_index .c-heading-2b {
    margin-bottom: 0; }
  .news_domestic_index .news-domestic__articles {
    flex-flow: column; }
    .news_domestic_index .news-domestic__articles .p-news-list-2__row {
      margin: 20px 0;
      width: 100%; }
    .news_domestic_index .news-domestic__articles .c-news-item-2 .pc {
      display: none; }
    .news_domestic_index .news-domestic__articles .c-news-item-2 .sp {
      display: block; }
    .news_domestic_index .news-domestic__articles .c-news-item-2 .title {
      height: auto; }
    .news_domestic_index .news-domestic__articles .c-news-item-2 .image {
      width: 100%; }
    .news_domestic_index .news-domestic__articles .c-news-item-2 .desc {
      height: auto; }
    .news_domestic_index .news-domestic__articles .c-news-item-2 .u-align-right {
      font-size: 12px; }

  .news_detail__article div, .news_detail__article p {
    max-width: 100% !important; } }
.c-tab-1 ul {
  border: 1px solid #881B21;
  border-radius: 5px;
  display: flex;
  width: 300px; }
.c-tab-1 li {
  flex: 0 0 50%; }
  .c-tab-1 li a {
    font-size: 17px;
    font-weight: 600;
    line-height: 26px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #881B21;
    transition: .3s; }
  .c-tab-1 li a:hover, .c-tab-1 li.active a {
    background: #881B21;
    color: #FFF; }

@media screen and (min-width: 769px) {
  .c-tab-2__sp {
    display: none; }
  .c-tab-2__pc {
    display: flex;
    justify-content: center;
    margin-left: -25px;
    margin-right: -25px; }
    .c-tab-2__pc a {
      flex: 0 0 20.16%;
      font-size: 14px;
      font-weight: 600;
      line-height: 25px;
      min-height: 86px;
      display: flex;
      align-items: center;
      text-align: center;
      justify-content: center;
      color: #881B21;
      border: 2px solid #881B21;
      transition: .3s;
      margin: 0 25px; }
      .c-tab-2__pc a:hover {
        opacity: .8; }
      .c-tab-2__pc a.active {
        background: #881B21;
        color: #FFF; } }
@media screen and (max-width: 768px) {
  .c-tab-2__pc {
    display: none; }
  .c-tab-2__sp {
    text-align: center; } }

@media screen and (max-width: 768px) {
  .c-tab-1 ul {
    width: 196px;
    margin: 0 auto; }
  .c-tab-1 li a {
    height: 39px;
    font-size: 10px;
    line-height: 14px; } }
.c-link-3,
.c-link-2,
.c-link-1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  width: 294px;
  height: 59px;
  color: #671817;
  border: 2px solid #671817;
  transition: .3s;
  background: none;
  outline: none;
  cursor: pointer; }
  .c-link-3:hover,
  .c-link-2:hover,
  .c-link-1:hover {
    background: #671817;
    color: #FFF; }

.c-link-2 {
  color: #FFF;
  border-color: #FFF; }
  .c-link-2:hover {
    background: #FFF;
    color: #671817; }

.c-link-3 {
  width: 218px;
  background: #671817;
  color: #FFF; }
  .c-link-3:hover {
    opacity: 0.8; }

.c-link-4 {
  color: #683ce0;
  border-bottom: 1px solid #683ce0; }

.c-link-5 {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
  width: 100%;
  height: 59px;
  border-radius: 7px;
  border: 0;
  background: #DDD;
  color: #1B191A;
  transition: .3s;
  padding: 0 24px; }
  .c-link-5:hover {
    color: #FFF;
    background: #671817; }

.c-link-disable:hover,
.c-link-disable {
  border-color: #D5D5D5;
  background: #D5D5D5;
  color: #B9B9B9;
  pointer-events: none; }

.c-group-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }
  .c-group-link .c-link-3 {
    width: 258px; }

@media screen and (max-width: 768px) {
  .c-link-1 {
    border-radius: 30px;
    background: #671817;
    color: #FFF;
    font-size: 13px; }

  .c-link-2 {
    font-size: 13px; }

  .c-group-link {
    justify-content: center;
    gap: 0 20px; }
    .c-group-link .c-link-3 {
      width: 294px;
      margin-bottom: 36px;
      border-radius: 30px; }

  .c-link-4 {
    padding-bottom: 2px; }

  .c-link-5 {
    font-size: 12px;
    height: 43px;
    border-radius: 2px; } }
@media screen and (max-width: 374px) {
  .c-link-2,
  .c-link-1 {
    width: 77vw;
    max-width: 100%; } }
.c-box-contact {
  border-radius: 5px;
  background: #6E1D13;
  padding: 36px 60px 35px;
  display: flex;
  justify-content: space-between; }
  .c-box-contact__info {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    color: #FFF;
    padding-right: 50px; }
    .c-box-contact__info .tlt {
      font-weight: 700;
      line-height: 28px;
      padding-bottom: 19px; }
    .c-box-contact__info .title {
      font-size: 20px;
      font-weight: 700;
      line-height: 28px;
      padding-bottom: 19px; }
  .c-box-contact__link {
    align-self: center; }

@media screen and (max-width: 768px) {
  .c-box-contact {
    padding: 17px 17px 28px;
    flex-direction: column; }
    .c-box-contact__info {
      font-size: 13px;
      padding-right: 0; }
      .c-box-contact__info .title {
        font-size: 17px;
        line-height: 24px;
        text-align: center;
        padding-bottom: 25px; }
      .c-box-contact__info .tlt {
        font-size: 12px;
        padding-bottom: 15px;
        text-align: center; }
    .c-box-contact__link {
      padding-top: 22px;
      text-align: center; } }
@media screen and (max-width: 374px) {
  .c-box-contact__link {
    align-self: auto; } }
.c-slider-companies {
  display: flex;
  max-height: 700px;
  overflow: hidden;
  transition: .3s; }
  .c-slider-companies .slide-company {
    flex: 1; }
  .c-slider-companies.slick-initialized {
    display: block;
    max-height: 100%;
    overflow: visible; }

.slide-company a {
  display: block;
  position: relative;
  overflow: hidden; }
  .slide-company a span {
    display: block; }
  .slide-company a img {
    position: relative;
    bottom: 0;
    opacity: .95;
    transition: .3s; }
  @media screen and (min-width: 769px) {
    .slide-company a:hover img {
      opacity: 1;
      transform: scale(1.15); } }
.slide-company .info {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
  height: 42.5%;
  background: rgba(0, 0, 0, 0.47);
  color: #FFF;
  padding-right: 50px; }
.slide-company .title-2,
.slide-company .title {
  display: flex;
  align-items: flex-end;
  font-size: 20px;
  font-weight: 600;
  line-height: 40px;
  height: 100px;
  padding: 15px 0 5px 20px;
  border-bottom: 2px solid #FFF; }
.slide-company .title-2 {
  font-size: 17px;
  line-height: 30px; }
.slide-company .desc {
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
  padding-left: 22px;
  margin: 10px 0 14px; }

.c-slider {
  width: 100%; }
  @media screen and (min-width: 769px) {
    .c-slider .slick-slide.slide-item {
      max-width: 920px;
      width: 70%;
      position: relative;
      border-radius: 20px;
      overflow: hidden;
      margin: 0 60px; }
      .c-slider .slick-slide.slide-item img {
        margin: 0 auto;
        transition: .35s;
        transform: scale(0.75);
        border-radius: 22px; }
      .c-slider .slick-slide.slide-item .desc {
        color: #FFF;
        position: absolute;
        z-index: 9;
        top: 0px;
        width: 100%;
        height: 100%;
        left: 0px;
        padding-top: 300px;
        padding-left: 56px;
        font-size: 27px;
        font-weight: normal;
        transform: scale(0.75);
        transition: 1s;
        background: url(../img/ico/arrow-long.svg) bottom 17px right 17px no-repeat; }
        .c-slider .slick-slide.slide-item .desc .title {
          font-size: 50px;
          font-weight: 600;
          padding-bottom: 30px;
          transition: 1s;
          line-height: 53px;
          text-shadow: 3px 3px 5px black, 3px 3px 0.2em black, 3px 3px 0.2em black; }
        .c-slider .slick-slide.slide-item .desc p {
          padding-bottom: 30px;
          text-shadow: 3px 3px 5px black, 3px 3px 0.2em black, 3px 3px 0.2em black; }
      .c-slider .slick-slide.slide-item a {
        display: block; }
    .c-slider .slick-slide.slick-center img {
      transform: scale(1); }
    .c-slider .slick-slide.slick-center .desc {
      transform: scale(1);
      transition: 1s;
      padding-top: 50px; }
      .c-slider .slick-slide.slick-center .desc.left_bottom {
        top: 270px; }
      .c-slider .slick-slide.slick-center .desc .title {
        transition: 1s; }
    .c-slider .slick-dots {
      text-align: center;
      padding-top: 10px; }
      .c-slider .slick-dots li {
        display: inline-block;
        line-height: 0;
        padding: 0 29px; }
        .c-slider .slick-dots li button {
          width: 21px;
          height: 21px;
          border-radius: 30px;
          cursor: pointer;
          font-size: 0;
          position: relative;
          padding: 7px;
          border: none; }
          .c-slider .slick-dots li button:before {
            content: '';
            transition: .5s;
            border-radius: 40px;
            opacity: 0; }
        .c-slider .slick-dots li.slick-active button:before {
          content: '';
          position: absolute;
          width: 35px;
          height: 35px;
          background-color: #FFF;
          opacity: .4;
          top: -7px;
          left: -7px;
          border-radius: 40px;
          z-index: 0;
          transition: .5s; } }

.slick-paginator {
  position: absolute;
  width: 990px;
  left: 50%;
  top: 32%;
  display: flex;
  justify-content: space-between;
  visibility: hidden;
  transform: translate(-50%, 30%);
  z-index: 15; }
  .slick-paginator .slick-arrow {
    background-color: #881B21;
    visibility: visible;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 64px;
    border-radius: 50px;
    z-index: 15;
    filter: drop-shadow(-3px 3px 4px rgba(0, 0, 0, 0.84));
    cursor: pointer;
    transition: .25s;
    opacity: .9; }
    .slick-paginator .slick-arrow:hover {
      opacity: .8; }
    .slick-paginator .slick-arrow.slick-next {
      filter: drop-shadow(-3px 3px 4px rgba(0, 0, 0, 0.84)); }
      .slick-paginator .slick-arrow.slick-next img {
        transform: rotate(-180deg); }

@media screen and (min-width: 769px) and (max-width: 1800px) {
  .slide-company .info {
    height: auto; }
  .slide-company .title {
    font-size: 17px; } }
@media screen and (min-width: 769px) and (max-width: 1500px) {
  .slide-company .title-2,
  .slide-company .title {
    line-height: 25px; }
  .slide-company .info {
    padding-right: 20px;
    height: auto; } }
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .slide-company .title-2,
  .slide-company .title {
    padding-right: 0;
    padding-left: 10px;
    text-overflow: ellipsis;
    overflow: hidden; }
  .slide-company .info {
    padding-top: 15px;
    padding-right: 10px; }
  .slide-company .desc {
    padding-left: 10px; } }
@media screen and (max-width: 768px) {
  .c-slider .slick-slide {
    position: relative;
    background-color: #E3E3E3; }
    .c-slider .slick-slide a {
      display: block;
      width: 100%; }
    .c-slider .slick-slide .picture {
      position: relative;
      z-index: 1; }
    .c-slider .slick-slide .desc {
      color: #FFF;
      position: absolute;
      z-index: 9;
      bottom: 0;
      left: 0px;
      padding-top: 20px;
      padding-bottom: 13px;
      padding-left: 20px;
      background: url(../img/top/bg2.png) top repeat-x;
      background-size: auto 100%;
      width: 100%;
      font-size: 11px;
      font-weight: 600;
      line-height: 15px; }
      .c-slider .slick-slide .desc .title {
        font-size: 20px;
        line-height: 27px; }
  .c-slider .slick-dots {
    margin-top: 14px; }

  .slick-paginator {
    width: 100%;
    top: 31%; }
    .slick-paginator .slick-arrow {
      background-color: transparent;
      width: 32px; }

  .c-service-slide.slick-slider.c-grid {
    display: block;
    padding-left: 30px;
    margin: 0 -14px; }
    .c-service-slide.slick-slider.c-grid .c-grid-item {
      width: calc(100vw - 96px);
      padding: 0;
      margin: 0 10px; }
    .c-service-slide.slick-slider.c-grid .slick-dots {
      padding-right: 32px;
      padding-left: 13px;
      margin-top: 23px; }
      .c-service-slide.slick-slider.c-grid .slick-dots li {
        width: 25%;
        padding: 0 3px; }
        .c-service-slide.slick-slider.c-grid .slick-dots li button {
          width: 100%;
          border-radius: 0; }
        .c-service-slide.slick-slider.c-grid .slick-dots li.slick-active button {
          background-color: #671817; }
  .c-service-slide.slick-slider.count-5 .slick-dots {
    margin-top: 14px; }
    .c-service-slide.slick-slider.count-5 .slick-dots li {
      width: 17.34%;
      padding: 0 2.5px; }

  .c-service-slide.c-grid-4a-item.c-grid .c-news-item-1 a {
    border-radius: 5px; }
    .c-service-slide.c-grid-4a-item.c-grid .c-news-item-1 a .image-h2 {
      height: auto; }

  .slide-company img {
    opacity: 1;
    width: 100%;
    object-fit: cover; }
  .slide-company .image {
    border-radius: 5px 5px 0 0;
    height: 172px;
    overflow: hidden; }
  .slide-company .info {
    position: static;
    background: #601419;
    height: 190px;
    padding: 19px 17px 9px;
    border-radius: 0 0 5px 5px; }
  .slide-company .title-2,
  .slide-company .title {
    display: block;
    font-size: 13px;
    line-height: 25px;
    text-align: center;
    height: auto;
    padding: 0;
    margin: 0;
    border-bottom: 0; }
  .slide-company .desc {
    font-size: 13px;
    line-height: 25px;
    font-weight: 400;
    padding: 0;
    border-top: 0;
    overflow: hidden;
    height: 100px; }

  .slick-dots {
    display: flex;
    margin-top: 16px;
    justify-content: center; }
    .slick-dots li {
      display: inline-block;
      padding: 0 10px; }
      .slick-dots li button {
        color: transparent;
        background: #C4C4C4;
        border-radius: 50%;
        width: 4px;
        height: 4px;
        display: block;
        border: 0;
        outline: none; }
      .slick-dots li.slick-active button {
        background: #454545; } }
@media screen and (max-width: 374px) {
  .slide-company .image {
    height: 160px; }
    .slide-company .image img {
      height: 100%; } }
.c-list-arrow li {
  background: url(/assets/img/media/icon-arrow.png) no-repeat left;
  background-size: 7px;
  margin-left: 18px;
  padding-left: 21px; }

.c-media-group {
  display: flex;
  gap: 33px; }
  .c-media-group .c-media-img {
    min-width: 274px; }

.c-media .p-companies-row .info .info__col {
  flex: 0 0 50%; }
  .c-media .p-companies-row .info .info__col .desc-media {
    padding-left: 37px; }

@media screen and (max-width: 768px) {
  .c-media .l-content, .c-media .l-content-small {
    padding-left: 30px;
    padding-right: 30px; }
  .c-media .p-companies-row .info .info__col .desc-media {
    padding-left: 0;
    text-align: justify;
    font-size: 13px;
    font-weight: 500;
    line-height: 25px; }

  .c-media-group {
    flex-direction: column;
    gap: 0; }

  .c-list-arrow li {
    font-size: 12px;
    font-weight: 14px; }

  .c-list-arrow li {
    margin-left: 0; }

  .c-profile-content .c-media-text .desc {
    line-height: 30px; }
  .c-profile-content .c-media-content .desc {
    line-height: 30px; } }
@media screen and (max-width: 374px) {
  .c-media-group .c-media-img {
    min-width: 100%; } }
.c-company-item-1 .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 17px; }
.c-company-item-1 .info {
  display: flex;
  justify-content: space-between; }
  .c-company-item-1 .info__col {
    flex: 0 0 46.19%; }
.c-company-item-1 .p-heading,
.c-company-item-1 .p-desc {
  font-size: 17px;
  font-weight: 600;
  line-height: 30px; }
.c-company-item-1 .p-heading {
  font-size: 20px;
  margin-bottom: 8px; }
.c-company-item-1 .p-desc {
  padding-top: 26px; }
.c-company-item-1 .p-link {
  padding-top: 25px;
  text-align: center; }
  .c-company-item-1 .p-link.p-link-media {
    padding-top: 5px; }
.c-company-item-1 .info__col .desc-fs-16 {
  padding-left: 37px; }

.c-company-item-1a .title {
  position: relative;
  padding-left: 20px; }
  .c-company-item-1a .title::before {
    content: '';
    width: 4px;
    height: 18px;
    position: absolute;
    left: 0;
    top: calc(50% - 9px);
    z-index: 2;
    background: #414141; }
.c-company-item-1a .info {
  font-weight: 500; }
  .c-company-item-1a .info__col-image {
    flex: 0 0 50%;
    margin-right: 37px; }
  .c-company-item-1a .info__col-desc {
    flex: 1;
    line-height: 30px; }
.c-company-item-1a .bottom {
  font-size: 17px;
  font-weight: 500;
  line-height: 30px;
  padding-top: 54px; }
.c-company-item-1a .p-desc {
  font-weight: 500;
  padding-top: 35px; }
.c-company-item-1a .p-heading {
  font-weight: 600; }
.c-company-item-1a .p-link {
  padding-top: 42px; }

.c-company-item-2 {
  position: relative;
  padding-bottom: 79px; }
  .c-company-item-2 .box {
    background: #E4E4E4;
    border-radius: 5px;
    height: 100%; }
  .c-company-item-2 .image {
    border-radius: 5px 5px 0 0;
    height: 158px;
    overflow: hidden; }
    .c-company-item-2 .image img {
      object-fit: cover;
      height: 100%;
      width: 100%;
      transition: .3s; }
  .c-company-item-2 .info {
    padding: 18px 0 11px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px; }
  .c-company-item-2 .title {
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    text-align: center;
    margin-bottom: 8px; }
    .c-company-item-2 .title-2 {
      white-space: nowrap; }
  .c-company-item-2 .desc {
    padding: 0 25px; }
  .c-company-item-2 .p-link {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    text-align: center; }

.message_signature {
  width: 200px;
  height: auto; }

@media screen and (min-width: 769px) and (max-width: 1500px) {
  .c-company-item-2 .title-2 {
    white-space: normal; } }
@media screen and (max-width: 768px) {
  .c-company-item-1 {
    padding: 18px 15px 19px;
    background: #FFF;
    border-radius: 8px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    margin-bottom: 17px; }
    .c-company-item-1 .info {
      flex-direction: column; }
      .c-company-item-1 .info__col {
        flex: 0 0 100%; }
    .c-company-item-1 .title {
      font-size: 13px;
      line-height: 25px;
      color: #671817;
      margin-bottom: 12px;
      text-align: center; }
    .c-company-item-1 .p-list {
      font-size: 12px;
      background: #E4E4E4;
      padding: 18px 11px 9px;
      border-radius: 2px;
      margin: 6px 0 16px; }
    .c-company-item-1 .p-heading {
      font-size: 13px;
      line-height: 18px;
      text-align: center; }
    .c-company-item-1 .p-desc {
      font-size: 13px;
      line-height: 25px;
      padding: 12px 0 0; }
    .c-company-item-1 .p-link {
      padding-top: 11px; }
    .c-company-item-1 .info__col .desc-fs-16 {
      padding-left: 0; }

  .c-company-item-1a {
    padding: 0;
    background: none;
    box-shadow: none; }
    .c-company-item-1a .title {
      font-size: 13px;
      color: #414141;
      text-align: left;
      padding-left: 10px;
      margin-bottom: 10px; }
    .c-company-item-1a .info {
      font-weight: 600; }
      .c-company-item-1a .info__col-image {
        margin: 0; }
      .c-company-item-1a .info__col-desc {
        font-size: 13px;
        line-height: 25px; }
    .c-company-item-1a .bottom {
      font-size: 13px;
      font-weight: 500;
      line-height: 25px;
      padding-top: 0; }
    .c-company-item-1a .p-desc {
      font-weight: 600;
      padding-top: 18px; }
    .c-company-item-1a .p-link {
      padding-top: 14px; }

  .c-company-item-2 {
    padding-bottom: 0; }
    .c-company-item-2 .box {
      background: none;
      border-radius: 0; }
    .c-company-item-2 .title-sp {
      font-size: 16px;
      font-weight: 600;
      line-height: 25px;
      margin-bottom: 12px;
      padding: 0 30px; }
    .c-company-item-2 .image {
      height: 91px;
      border-radius: 0;
      margin: 0 30px 15px 0;
      border-radius: 0 2px 2px 0;
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
      .c-company-item-2 .image a {
        display: block;
        position: relative;
        height: 100%; }
        .c-company-item-2 .image a img {
          object-fit: cover;
          height: 100%;
          width: calc(100% - 30px); }
        .c-company-item-2 .image a::after {
          content: '';
          position: absolute;
          right: 0;
          top: 0;
          width: 30px;
          height: 100%;
          background: #BABABA url(../img/ico/arrow-r2.svg) center center/9px auto no-repeat;
          border-radius: 0 2px 2px 0; }
    .c-company-item-2 .info {
      font-size: 13px;
      font-weight: 500;
      padding: 0 30px; }
    .c-company-item-2 .desc {
      padding: 0 0 18px; }
    .c-company-item-2 .p-link {
      display: none; } }
.c-list-tab {
  display: flex;
  justify-content: space-between;
  scroll-behavior: smooth;
  overflow-x: auto;
  gap: 0;
  border-collapse: collapse;
  padding-right: 16px;
  padding-left: 16px;
  padding-top: 4px; }
  .c-list-tab .item {
    width: 174px;
    flex-grow: 1;
    border: 2px solid #671817;
    border-left: none;
    padding: 15px 0px;
    text-align: center;
    font-weight: 600; }
    .c-list-tab .item:first-child {
      border-left: 2px solid #671817; }
    .c-list-tab .item:hover, .c-list-tab .item.active {
      background-color: #671817;
      color: #FFF; }

.c-link-map {
  padding: 0 0 10px 0; }
  .c-link-map .item {
    border-right: 1px solid #969696;
    border-top: none;
    border-bottom: 1px solid #969696;
    max-width: 153px;
    padding: 19px 0;
    background-color: #fafafa;
    color: #414141;
    flex-grow: 1;
    position: relative; }
    .c-link-map .item:first-child {
      border-left: none; }
    .c-link-map .item:last-child {
      border-right: none; }
      .c-link-map .item:last-child.active::after, .c-link-map .item:last-child:hover::after {
        width: calc(100% + 1px); }
    .c-link-map .item.active, .c-link-map .item:hover {
      background-color: #e7e7e7;
      color: #414141; }
      .c-link-map .item.active::after, .c-link-map .item:hover::after {
        position: absolute;
        content: '';
        width: calc(100% + 2px);
        height: 8px;
        bottom: -8px;
        left: -1px;
        right: 0;
        background-color: #6E1D13; }

.c-profile-content .profile-image {
  display: block;
  float: right;
  width: 272px;
  margin: 0 0 27px 45px; }
  .c-profile-content .profile-image-2 {
    width: 417px;
    margin: 0 0 20px 38px; }

.c-list-tab__text {
  font-size: 16px;
  line-height: 25px;
  color: #671817; }

.c-profile-table {
  border-collapse: collapse;
  width: 100%; }
  .c-profile-table td {
    border: 1px solid #969696;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    padding: 19px 24px 13px;
    vertical-align: baseline; }
    .c-profile-table td:nth-child(even) {
      font-weight: 500; }
    .c-profile-table td:nth-child(odd) {
      color: #414141;
      background-color: #E3E3E3;
      min-width: 185px; }
      .c-profile-table td:nth-child(odd) span {
        font-size: 12px;
        font-weight: 400; }
  .c-profile-table-2 td {
    line-height: 30px; }
    .c-profile-table-2 td:nth-child(odd) {
      min-width: 210px; }
  .c-profile-table-2.c-table-map td:nth-child(odd) {
    border-left: none; }
  .c-profile-table-2.c-table-map td:nth-child(even) {
    border-right: none; }

.c-list-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 45px; }
  .c-list-items .img {
    min-width: 313px;
    max-width: 313px; }
  .c-list-items .item-content .title {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500; }

.desc-fs-16 {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300; }

.c-overview img {
  float: right;
  max-width: 200px;
  margin: 0 0 31px 31px; }

.c-overview-2 {
  display: flex;
  justify-content: space-between; }
  .c-overview-2 img {
    max-width: 200px; }

@media screen and (min-width: 490px) and (max-width: 768px) {
  .c-overview-2 {
    margin-top: 70px; } }
.c-map {
  border: 1px solid #969696;
  border-bottom: none; }
  .c-map .tab-content {
    display: block;
    margin: 0 auto;
    position: relative; }
    .c-map .tab-content .tab-item {
      display: block;
      visibility: hidden;
      opacity: 0;
      pointer-events: none;
      position: absolute;
      top: 0;
      left: 0; }
      .c-map .tab-content .tab-item.active {
        position: relative;
        pointer-events: auto;
        opacity: 1;
        visibility: visible; }

.c-iframe-map {
  padding: 12px 88px 22px; }
  .c-iframe-map iframe {
    width: 100%;
    height: 436px; }

.c-table-map {
  width: 100%; }

.line-height-25 {
  line-height: 25px; }

@media screen and (max-width: 768px) {
  .c-list-tab {
    padding-left: 0;
    padding-right: 0;
    border-bottom: 2px solid; }
    .c-list-tab.l-content {
      padding-left: 0;
      padding-right: 0; }
    .c-list-tab .item {
      min-width: 119px;
      color: #747474;
      border-radius: 5px 5px 0px 0px;
      border: 1px solid #FFF;
      background-color: #DDDDDD;
      padding: 17px 0 9px;
      font-size: 13px;
      line-height: 20px;
      border-bottom: none; }
      .c-list-tab .item:first-child {
        border-left: none; }

  .border-bt_fix {
    height: 1px;
    width: 100%;
    background-color: #969696;
    margin-top: -10px; }

  .c-link-map {
    overflow-x: auto;
    margin: 0;
    border-bottom: none;
    position: relative; }
    .c-link-map .item {
      border-radius: 0;
      border: 1px solid #969696;
      border-top: none;
      border-left: none;
      border-bottom: none;
      font-size: 10px;
      color: #414141;
      background-color: #FBFBFB;
      padding: 13px 0 11px;
      line-height: 12px;
      min-width: 93px; }
      .c-link-map .item.active::after {
        height: 5px;
        bottom: -5px; }

  .c-profile-content .profile-image {
    width: 157px;
    margin: 0 0 20px 8px; }
  .c-profile-content .desc {
    font-size: 13px;
    font-weight: 500;
    line-height: 20px; }
    .c-profile-content .desc-1 {
      font-size: 11px;
      line-height: 16px; }

  .profile-image-2 {
    max-width: 315px; }

  .c-profile-table td {
    font-size: 12px;
    padding: 13px 10px 10px 12px; }
    .c-profile-table td:nth-child(odd) {
      min-width: 90px; }
  .c-profile-table-2 td {
    font-size: 12px;
    line-height: 20px;
    padding-top: 7px;
    padding-left: 13px; }

  .c-list-items {
    flex-direction: column; }
    .c-list-items .img {
      min-width: 315px;
      max-width: 100%; }
    .c-list-items .item-content .title {
      font-size: 14px;
      line-height: 30px;
      font-weight: 600; }

  .desc-fs-16 {
    font-size: 13px;
    line-height: 25px;
    font-weight: 400; }

  .sp-text-black {
    color: #1B191A;
    font-size: 16px;
    line-height: 30px; }

  .c-overview img {
    width: 143px;
    margin: 0px 0 15px 10px; }
  .c-overview-2 {
    display: flex;
    flex-direction: column-reverse; }
    .c-overview-2 .image-overview img {
      min-width: 315px; }

  .c-iframe-map {
    padding: 7px 8px 0px; }
    .c-iframe-map iframe {
      width: 100%;
      height: 180px; }

  .clearafter::after {
    content: none; } }
@media screen and (max-width: 374px) {
  .c-list-items .img {
    min-width: auto; }

  .c-overview-2 .image-overview img {
    min-width: 100%; } }
@media screen and (min-width: 769px) {
  .click-sp {
    pointer-events: none; } }
.c-table table {
  border-collapse: collapse; }

.c-history-table tr td {
  padding-bottom: 16px; }
  .c-history-table tr td:nth-child(odd) {
    width: 211px; }
  .c-history-table tr td:nth-child(even) {
    line-height: 30px;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px; }
.c-history-table tr .c-td-flex {
  display: flex; }
  .c-history-table tr .c-td-flex .text {
    flex: 1;
    padding-right: 40px; }
  .c-history-table tr .c-td-flex .group-img {
    display: flex;
    flex-direction: column-reverse;
    width: 133px;
    padding-top: 10px; }
    .c-history-table tr .c-td-flex .group-img-2 {
      width: 170px;
      margin-right: 20px;
      padding: 10px 0 12px; }
    .c-history-table tr .c-td-flex .group-img .img {
      padding-bottom: 8px;
      padding-left: 3px; }
    .c-history-table tr .c-td-flex .group-img .txt {
      font-weight: 600;
      color: #414141;
      line-height: 22px;
      white-space: nowrap;
      padding-left: 3px; }

.c-member-table tr:nth-child(odd) td:nth-child(even) {
  background-color: #F9F9F9; }
  .c-member-table tr:nth-child(odd) td:nth-child(even).none {
    background-color: #fff;
    border: none; }
.c-member-table tr:nth-child(odd) td:nth-child(odd) {
  background-color: #FFF; }
.c-member-table tr td {
  width: 33%;
  padding: 13px 20px;
  font-size: 16px;
  font-weight: 500; }
  .c-member-table tr td:nth-child(odd) {
    background-color: #F9F9F9; }
  .c-member-table tr td.none {
    background-color: #fff;
    border: none; }
.c-member-table.table-2-col tr:nth-child(even) {
  background-color: #F9F9F9; }
.c-member-table.table-2-col tr:nth-child(odd) td:nth-child(odd), .c-member-table.table-2-col tr:nth-child(odd) td:nth-child(even) {
  background-color: transparent; }
.c-member-table.table-2-col td {
  width: 50%; }

.c-roster-table tr td {
  width: 40%;
  text-align: center;
  font-size: 16px;
  font-weight: 500; }
  .c-roster-table tr td:nth-child(odd) {
    background: none; }
  .c-roster-table tr td:nth-child(2) {
    background-color: #F9F9F9; }
  .c-roster-table tr td:first-child {
    background-color: #E7E7E7;
    width: 20%; }

.c-branch-table tr td {
  font-size: 16px;
  font-weight: 500;
  padding: 12px 24px 9px;
  line-height: 30px; }
.c-branch-table tr td:first-child {
  background-color: #FBFBFB;
  vertical-align: middle; }

.c-txt-table {
  font-size: 16px;
  font-weight: 600;
  width: 100%; }
  .c-txt-table tr td {
    border: 1px solid #969696;
    padding: 20px 25px; }
    .c-txt-table tr td:nth-child(odd) {
      background-color: #e3e3e3;
      width: 45%; }

.c-table-main tr td:nth-child(odd) {
  color: #7C2A00;
  min-width: 110px;
  font-size: 20px;
  font-weight: 600;
  vertical-align: baseline; }
.c-table-main tr td:nth-child(even) {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  padding-bottom: 7px; }

@media screen and (max-width: 768px) {
  .click-sp {
    pointer-events: auto; }

  .c-table.c-group-content {
    display: none; }

  .c-history-table tr td:nth-child(odd) {
    width: 90px;
    padding-top: 9px;
    padding-bottom: 7px; }
    .c-history-table tr td:nth-child(odd) span {
      font-weight: 600; }
  .c-history-table tr td:nth-child(even) {
    line-height: 20px;
    padding-left: 16px;
    padding-bottom: 7px;
    vertical-align: top; }
  .c-history-table tr td .c-td-flex {
    display: block; }
    .c-history-table tr td .c-td-flex .text {
      padding-right: 0; }
    .c-history-table tr td .c-td-flex .group-img {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      flex-direction: initial;
      width: 100%;
      padding-top: 7px;
      padding-bottom: 5px; }
      .c-history-table tr td .c-td-flex .group-img .img {
        padding-bottom: 0;
        padding-right: 3px;
        padding-left: 6px;
        width: 78px; }
      .c-history-table tr td .c-td-flex .group-img .txt {
        padding-right: 13px;
        font-size: 12px;
        margin-bottom: -5px;
        padding-left: 0; }

  .c-branch-table tr td, .c-roster-table tr td, .c-member-table tr td {
    font-size: 12px;
    padding: 13px 17px;
    line-height: 20px; }
    .c-branch-table tr td:first-child, .c-roster-table tr td:first-child, .c-member-table tr td:first-child {
      vertical-align: top; }

  .c-roster-table tr td {
    padding: 13px 6px;
    width: 42%;
    vertical-align: middle; }
    .c-roster-table tr td:first-child {
      width: 19%;
      min-width: 83px; }

  .c-txt-table {
    font-size: 12px; }
    .c-txt-table tr {
      margin-bottom: 5px; }
      .c-txt-table tr td {
        width: 100%;
        display: block;
        padding: 10px 16px; }
        .c-txt-table tr td:nth-child(odd) {
          width: 100%; }
        .c-txt-table tr td:nth-child(even) {
          margin-bottom: 5px;
          border-top: none; }

  .c-table-main tr td:nth-child(odd) {
    min-width: 80px;
    font-size: 15px;
    font-weight: 600; }
  .c-table-main tr td:nth-child(even) {
    font-size: 13px;
    font-weight: 500;
    line-height: 23px; } }
@media (max-width: 340px) {
  .c-history-table tr td .c-td-flex .group-img {
    display: block; }
    .c-history-table tr td .c-td-flex .group-img .img {
      width: 100%;
      padding-top: 15px;
      padding-left: 0;
      padding-right: 0; }

  .c-member-table tr td {
    vertical-align: middle;
    padding-left: 0;
    padding-right: 0;
    text-align: center; }
    .c-member-table tr td:first-child {
      vertical-align: middle; } }
.c-list-event {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .c-list-event li {
    flex: 0 0 calc(50% - 25px);
    border-bottom: 1px solid #1B191A; }
    .c-list-event li:nth-child(2), .c-list-event li:nth-child(1) {
      border-top: 1px solid #1B191A; }
    .c-list-event li a {
      display: block;
      font-size: 17px;
      font-weight: 600;
      line-height: 25px;
      padding: 34px 60px 33px 25px;
      background: url(../img/ico/play.png) center right/44px auto no-repeat; }
      .c-list-event li a span {
        position: relative; }
        .c-list-event li a span::after {
          content: '';
          background-color: #1B191A;
          width: 0%;
          position: absolute;
          height: 2px;
          bottom: -2px;
          left: 0;
          transition: .25s; }
      .c-list-event li a:hover span::after {
        width: 100%; }

.c-list-event.news_dropdown_list li {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.c-list-event.news_dropdown_list li .c-select {
  border-bottom: 0;
}
@media screen and (max-width: 768px) {
  .c-list-event.news_dropdown_list li select{
    width: 300px;
    border-bottom: 1px solid #414141;
  }
}

.u-list {
  padding: 30px 0 40px 20px;
  line-height: 30px; }
  .u-list li {
    background: url(../img/ico/triagle.svg) left 9px/auto 12px no-repeat;
    padding-left: 15px; }

@media screen and (max-width: 768px) {
  .c-list-event {
    flex-direction: column; }
    .c-list-event li {
      flex: 0 0 100%; }
      .c-list-event li:nth-child(2) {
        border-top: 0; }
      .c-list-event li a {
        font-size: 12px;
        padding: 14px 30px 10px 4px;
        background-size: 21px auto; }

  .u-list {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px; } }
.c-anchor-link-1 {
  margin: 0 auto;
  max-width: 988px;
  padding-left: 10px; }
  .c-anchor-link-1 .c-grid {
    gap: 1px; }
    .c-anchor-link-1 .c-grid .c-anchor-link_item {
      position: relative;
      min-width: 247px;
      text-align: right;
      margin: 0;
      font-size: 14px;
      font-weight: 600;
      line-height: 25px;
      padding: 15px 20px 18px 30px;
      color: #FFF;
      background-color: #671817; }
      .c-anchor-link-1 .c-grid .c-anchor-link_item span {
        position: relative; }
        .c-anchor-link-1 .c-grid .c-anchor-link_item span::after {
          content: '';
          background-color: #FFF;
          width: 0%;
          position: absolute;
          height: 2px;
          bottom: -4px;
          left: 0;
          transition: .25s; }
      .c-anchor-link-1 .c-grid .c-anchor-link_item::before {
        content: '';
        position: absolute;
        left: 0;
        width: 31px;
        height: 19px;
        top: 20px;
        z-index: 9;
        background-image: url(/assets/img/company/arrow.png); }
      .c-anchor-link-1 .c-grid .c-anchor-link_item::after {
        position: absolute;
        content: "";
        height: 31px;
        width: 31px;
        left: 0;
        background-color: #FFF;
        opacity: 0.41;
        top: 12px;
        display: block;
        clear: both; }
      @media screen and (min-width: 769px) {
        .c-anchor-link-1 .c-grid .c-anchor-link_item:hover span:after {
          width: 100%;
          transition: .2s; } }

.c-anchor-link-2 {
  display: flex;
  gap: 0 55px;
  align-items: center;
  justify-content: space-between; }
  .c-anchor-link-2 .c-anchor-link_item {
    width: 25%;
    text-align: center;
    border-bottom: 3px solid #752309; }
    .c-anchor-link-2 .c-anchor-link_item span {
      font-weight: 700;
      font-size: 20px; }
    .c-anchor-link-2 .c-anchor-link_item:hover {
      opacity: .7; }

@media screen and (max-width: 768px) {
  .c-anchor-link-sp {
    border-radius: 9px;
    background: #fff;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.16); }
    .c-anchor-link-sp .c-heading-anchor {
      position: relative;
      padding-left: 24px;
      font-size: 13px;
      font-weight: 600;
      color: #752309;
      padding-top: 8px; }
      .c-anchor-link-sp .c-heading-anchor::after {
        position: absolute;
        content: '';
        width: 4px;
        height: 13px;
        top: 46%;
        left: 14px;
        background-color: #752309; }
    .c-anchor-link-sp .c-anchor-link-list {
      font-size: 13px;
      font-weight: 600;
      line-height: 28px;
      padding-bottom: 10px; }
      .c-anchor-link-sp .c-anchor-link-list .c-anchor-link_item {
        padding-left: 34px;
        color: #122690;
        text-decoration: underline;
        position: relative; }
        .c-anchor-link-sp .c-anchor-link-list .c-anchor-link_item::after {
          position: absolute;
          content: '';
          border-radius: 50%;
          width: 3px;
          height: 3px;
          left: 25px;
          top: 39%;
          background-color: #122690; } }
.c-pagination ul {
  display: flex;
  justify-content: center; }
  .c-pagination ul li {
    padding: 0 5px;
    color: #671817; }
    .c-pagination ul li .text-middle,
    .c-pagination ul li a {
      display: flex;
      width: 40px;
      height: 40px;
      justify-content: center;
      align-items: center;
      border-radius: 2px;
      color: #671817;
      font-size: 15px;
      font-weight: 600;
      line-height: 20px; }
    .c-pagination ul li a {
      border: 1px solid #671817;
      transition: .3s; }
      .c-pagination ul li a:hover {
        opacity: .8; }
    .c-pagination ul li.active a {
      background: #671817;
      color: #FFF; }

@media screen and (max-width: 374px) {
  .c-pagination ul li .text-middle,
  .c-pagination ul li a {
    width: 35px;
    height: 35px; } }
@media screen and (max-width: 768px) {
  .c-pagination ul li.first, .c-pagination ul li.last {
    display: none !important; } }
.c-select {
  font: 600 16px/29px "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
  display: inline-block;
  appearance: none;
  width: 409px;
  max-width: 100%;
  height: 29px;
  background: url(../img/ico/arrow-d.svg) right 10px center/14px auto no-repeat;
  border: 0;
  border-bottom: 1px solid #414141;
  padding: 0 40px 0 10px;
  color: #414141;
  outline: none; }
  .c-select option {
    color: #414141; }
  .c-select::-ms-expand {
    display: none; }
  .c-select-service {
    max-width: 307px;
    height: 47px;
    border-radius: 6px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-bottom: 0;
    color: #414141; }
  .c-select-article__form-1 {
    width: 457px; }

@media screen and (max-width: 768px) {
  .c-select {
    font-size: 13px; }
    .c-select-contact {
      width: 100%;
      max-width: 476px;
      background-color: #FFF;
      background-position: right 15px center;
      border: 0;
      border-radius: 2px;
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
      height: 49px;
      padding: 0 40px 0 13px;
      font-size: 12px;
      line-height: 17px;
      white-space: break-spaces;
      color: #414141; }
    .c-select-service {
      max-width: 175px; } }
.c-group-expand-1 h4.c-heading-4.c-group-head {
  padding: 13px 26px;
  border: 1px solid #969696;
  background: #E7E7E7 url(../img/ico/plus-gray.svg) center right 20px no-repeat;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  transition: .25s;
  border-bottom-width: 0; }
  .c-group-expand-1 h4.c-heading-4.c-group-head:hover {
    opacity: .8; }
.c-group-expand-1:last-child h4.c-heading-4.c-group-head {
  border-bottom-width: 1px; }
.c-group-expand-1 .c-table {
  margin-bottom: -1px; }
.c-group-expand-1.expanded:last-child h4.c-heading-4.c-group-head {
  border-bottom: 1px solid transparent; }
.c-group-expand-1.expanded h4.c-heading-4.c-group-head {
  background-image: url(../img/ico/minus-gray.svg); }
.c-group-expand-1 .c-group-content {
  display: none; }
  .c-group-expand-1 .c-group-content .c-group-child-expand .c-group-child-head {
    border-bottom-width: 0; }
  .c-group-expand-1 .c-group-content .c-group-child-expand:first-child .c-group-child-head {
    border-top-width: 0; }
  .c-group-expand-1 .c-group-content .c-group-child-expand:last-child .c-group-child-head, .c-group-expand-1 .c-group-content .c-group-child-expand.expanded .c-group-child-head {
    border-bottom-width: 1px; }

.c-group-child-expand.expanded .c-group-child-head {
  background-image: url(../img/ico/minus-gray.svg); }
.c-group-child-head {
  padding: 13px 26px;
  border: 1px solid #969696;
  background: #FAFAFA url(../img/ico/plus-gray.svg) center right 20px no-repeat;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  transition: .25s;
  line-height: 20px; }
  .c-group-child-head:hover {
    opacity: .8; }
.c-group-child-content {
  display: none;
  padding: 15px 0 25px;
  border-bottom-width: 0; }

.c-group-contact-expand.expanded .c-group-contact-head::after {
  transform: rotate(0); }
.c-group-contact-head {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  padding: 0 30px 4px 0;
  border-bottom: 1px solid #C4C4C4;
  cursor: pointer; }
  .c-group-contact-head::after {
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    right: 0;
    z-index: 5;
    transform: rotate(180deg);
    width: 18px;
    height: 10px;
    background: url(../img/ico/arrow-u.svg) 0 0/100% auto no-repeat; }
.c-group-contact-content {
  padding: 23px 0 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 30px; }
  .c-group-contact-content ul li::before {
    content: attr(data-number); }

@media screen and (max-width: 768px) {
  .c-group-expand h4.c-heading-4.c-group-head,
  .c-group-expand-1 h4.c-heading-4.c-group-head {
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    padding: 13px 40px 13px 12px;
    border: 1px solid #969696;
    background: url(../img/ico/plus-gray.svg) #E7E7E7 center right 13px no-repeat;
    border-bottom: none;
    transition: .2s;
    cursor: pointer;
    position: static; }
  .c-group-expand .c-table,
  .c-group-expand-1 .c-table {
    margin-bottom: -1px; }
  .c-group-expand:last-child h4.c-heading-4.c-group-head,
  .c-group-expand-1:last-child h4.c-heading-4.c-group-head {
    border-bottom: 1px solid #969696; }
  .c-group-expand.expanded:last-child h4.c-heading-4.c-group-head,
  .c-group-expand-1.expanded:last-child h4.c-heading-4.c-group-head {
    border-bottom: 1px solid transparent; }
  .c-group-expand.expanded h4.c-heading-4.c-group-head,
  .c-group-expand-1.expanded h4.c-heading-4.c-group-head {
    background-image: url(../img/ico/minus-gray.svg); }

  .c-group-child-head {
    font-size: 12px;
    line-height: 24px;
    padding: 13px 40px 13px 12px; }

  .c-group-contact-head {
    font-size: 14px;
    line-height: 20px; }
  .c-group-contact-content {
    font-size: 13px;
    padding-top: 7px; } }
.c-group .info__col {
  flex: 0 0 49%; }
.c-group .p-companies-desc {
  padding-bottom: 77px; }

@media screen and (max-width: 768px) {
  .c-heading-group {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    color: #671817;
    text-align: center; }

  .c-group .p-companies-desc {
    padding-bottom: 0;
    padding-left: 12px;
    padding-right: 12px; }
  .c-group .c-heading-2b {
    margin-bottom: 0; }
  .c-group .p-companies-row .info .info__col .desc-fs-16 {
    font-weight: 500; }
  .c-group .p-companies-row .info .info__col-image {
    text-align: center; }
    .c-group .p-companies-row .info .info__col-image img {
      width: 100%;
      height: 100%; } }
.c-figure {
  display: inline-block;
  margin: 0 0 20px; }
  .c-figure-w1 {
    width: 357px; }
  .c-figure-w2 {
    width: 120px; }
  .c-figure.left {
    float: left;
    margin-right: 30px; }
  .c-figure.right {
    float: right;
    margin-left: 30px; }
  .c-figure.mb-0 {
    margin-bottom: 0; }
  .c-figure .c-caption, .c-figure p {
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    padding: 13px 0;
    border-radius: 0 0 5px 5px; }

@media screen and (max-width: 768px) {
  .c-figure.mb-0 {
    margin-bottom: 5px; }
  .c-figure .c-caption, .c-figure p {
    font-size: 12px;
    line-height: 20px;
    background: #E4E4E4;
    padding: 9px 8px; } }
.latest-meeting .icon-play {
  padding-right: 29px;
  background: url(/assets/img/ico/play.png) center right 5px/17px auto no-repeat; }
.latest-meeting .desc {
  padding-left: 20px; }
.latest-meeting .c-news-item-2 .image {
  margin-left: 30px;
  width: 242px; }
.latest-meeting .c-news-item-2 .content {
  padding-top: 26px; }

@media screen and (max-width: 768px) {
  .hodo-content .desc {
    font-weight: 600; }

  .latest-meeting .icon-play {
    padding-right: 17px;
    background: url(/assets/img/ico/play.png) center right 0/13px auto no-repeat; }
  .latest-meeting .c-heading-profile-list {
    line-height: 20px; }
    .latest-meeting .c-heading-profile-list::after {
      height: 13px;
      top: 3px; }
  .latest-meeting .c-news-item-2 {
    padding: 15px 15px 0; }
    .latest-meeting .c-news-item-2 .image {
      width: 100%;
      margin: 0 auto 10px; }
    .latest-meeting .c-news-item-2 .desc {
      height: auto;
      margin-top: 5px;
      padding-left: 0;
      font-size: 12px; }
    .latest-meeting .c-news-item-2 .content {
      padding-top: 0; }
  .latest-meeting .p-service-list-2__rows {
    margin-bottom: 35px; } }
@media screen and (max-width: 374px) {
  .latest-meeting .c-news-item-2 .image {
    min-width: 100%; } }
.c-service .p-service__input {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 0 30px; }
  .c-service .p-service__input .p-title {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px; }
.c-service .p-heading-service {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 77px; }
  .c-service .p-heading-service::after, .c-service .p-heading-service::before {
    content: "";
    position: absolute;
    width: 32%;
    height: 2px;
    background-color: #752309;
    top: 50%;
    left: 15px;
    right: auto; }
  .c-service .p-heading-service::before {
    left: auto;
    right: 15px; }
.c-service .p-service-3-item {
  display: flex;
  gap: 24px 55px;
  flex-wrap: wrap; }
  .c-service .p-service-3-item .p-service-item {
    flex: 0 0 30.3%;
    border-radius: 0px 0px 4px 4px;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
    .c-service .p-service-3-item .p-service-item .img-service {
      border-radius: 4px 4px 0 0;
      overflow: hidden; }
      .c-service .p-service-3-item .p-service-item .img-service img {
        transition: .25s; }
    .c-service .p-service-3-item .p-service-item:hover .img-service {
      overflow: hidden; }
      .c-service .p-service-3-item .p-service-item:hover .img-service img {
        transform: scale(1.15);
        transition: .3s; }
    .c-service .p-service-3-item .p-service-item .content {
      padding: 16px 18px 30px; }
      .c-service .p-service-3-item .p-service-item .content .tlt {
        font-size: 15px;
        font-weight: 700; }
      .c-service .p-service-3-item .p-service-item .content .desc-service {
        font-size: 15px;
        font-weight: 500;
        line-height: 22px; }

@media screen and (max-width: 768px) {
  .c-service .l-content.p-heading-service {
    font-size: 15px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 32px; }
    .c-service .l-content.p-heading-service::after, .c-service .l-content.p-heading-service::before {
      width: 8%;
      left: 0;
      right: auto; }
    .c-service .l-content.p-heading-service::before {
      right: 0;
      left: auto; }
  .c-service .p-service-3-item .p-service-item {
    flex: 0 0 100%; }
    .c-service .p-service-3-item .p-service-item .content {
      padding: 14px 15px 16px; }
      .c-service .p-service-3-item .p-service-item .content .desc-service {
        line-height: 25px;
        font-size: 13px;
        font-weight: 600; }
  .c-service .p-service__input {
    gap: 0 10px; }
    .c-service .p-service__input .p-title {
      font-size: 13px;
      font-weight: 500; }
    .c-service .p-service__input .c-select {
      height: auto;
      margin-right: 16px;
      background-size: 10px; } }
@media screen and (max-width: 374px) {
  .c-group .p-companies-row .info .info__col-image img {
    min-width: auto; } }
.c-form {
  max-width: 476px;
  margin: 0 auto; }
  .c-form__field {
    margin-bottom: 29px; }
    .c-form__field:last-child {
      margin-bottom: 0; }
    .c-form__field.field-error .c-form__text-err {
      display: block; }
  .c-form__label {
    display: flex;
    font-size: 15px;
    font-weight: 600;
    line-height: 23px;
    margin-bottom: 3px;
    align-items: center; }
    .c-form__label i {
      font-style: normal; }
    .c-form__label span {
      font-size: 13px;
      font-weight: 600;
      line-height: 20px;
      text-align: center;
      display: inline-block;
      flex: 0 0 39px;
      background: #ADADAD;
      color: #FFF;
      border-radius: 4px;
      margin-left: 15px; }
      .c-form__label span.c-required {
        background: #CC2F2F; }
    .c-form__label-2 {
      background: url(../img/ico/arrow-d3.svg) left 7px/12px auto no-repeat;
      padding-left: 22px;
      white-space: nowrap;
      margin-left: 10px; }
    .c-form__label-3 {
      position: relative; }
      .c-form__label-3::before {
        content: '';
        background: #6E1D13;
        width: 5px;
        height: 15px;
        position: absolute;
        left: -12px;
        top: 50%;
        transform: translateY(-50%); }
  .c-form__input {
    line-height: 0; }
  .c-form__input-date {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .c-form__input-list {
    padding: 0 0 35px 77px; }
    .c-form__input-list .c-form__input {
      margin-bottom: 20px; }
    .c-form__input-list .c-form__input-date {
      margin-bottom: 30px; }
  .c-form__button {
    margin-top: 50px;
    text-align: center; }
  .c-form__text-err {
    display: none;
    text-align: right;
    font-size: 12px;
    line-height: 20px;
    color: #CC2F2F; }
  .c-form__radio {
    padding: 15px 0 0 20px; }
  .c-form__desc {
    font-size: 17px;
    font-weight: 500;
    line-height: 30px; }
    .c-form__desc a {
      color: #2E40CC; }
      .c-form__desc a:hover {
        text-decoration: underline; }
  .c-form .inputbox {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    border-radius: 7px;
    background: #fff;
    border: 2px solid #cecece;
    width: 100%;
    padding: 15px 20px;
    color: #1B191A;
    resize: none;
    outline: none;
    display: inline-block; }
    .c-form .inputbox::placeholder {
      color: #cecece; }
    .c-form .inputbox.border-0 {
      border: 0; }
    .c-form .inputbox.w-2 {
      width: 245px; }
    .c-form .inputbox.w-3 {
      width: 184px; }
    .c-form .inputbox.filebox {
      appearance: none;
      max-width: 315px;
      color: #1B191A; }
      .c-form .inputbox.filebox::-webkit-file-upload-button {
        display: none; }
    .c-form .inputbox.filebox-2::placeholder {
      color: #1B191A; }
    .c-form .inputbox.filelabel {
      background: #414141;
      border-color: #414141;
      color: #cecece;
      max-width: 148px;
      padding-left: 10px;
      padding-right: 10px;
      text-align: center; }
  .c-form .selectbox {
    background: url(../img/ico/arrow-d2.svg) right 20px center/16px auto no-repeat;
    appearance: none;
    color: #cecece; }
    .c-form .selectbox::-ms-expand {
      display: none; }
    .c-form .selectbox:invalid {
      color: #cecece; }
    .c-form .selectbox option, .c-form .selectbox.has-value {
      color: #1B191A; }
  .c-form .textbox {
    height: 193px; }
  .c-form .c-radio {
    margin-bottom: 12px; }
    .c-form .c-radio:last-child {
      margin-bottom: 0; }
    .c-form .c-radio.level-2 {
      margin-left: 30px; }
  .c-form .c-file {
    cursor: default;
    display: flex;
    justify-content: space-between; }
    .c-form .c-file .hidden {
      display: none; }
    .c-form .c-file .filename {
      pointer-events: none; }
  .c-form .datebox {
    background: url(../img/ico/calendar.svg) right 13px center/22px auto no-repeat; }
  .c-form .jselect-time {
    width: 75px;
    padding-left: 10px;
    padding-right: 22px;
    background-position: right 8px center; }
  .c-form .group-input .addon {
    font-size: 15px;
    font-weight: 600;
    line-height: 23px;
    margin-left: 5px; }
  .c-form .switch-field {
    display: flex;
    margin-bottom: 29px; }
    .c-form .switch-field input[type="radio"] {
      display: none; }
      .c-form .switch-field input[type="radio"]:checked + label {
        color: #FFF;
        background-color: #671817;
        border: none; }
    .c-form .switch-field label {
      border: 2px solid #cecece;
      color: #cecece;
      border-left: none;
      cursor: pointer;
      display: flex;
      flex: 0 0 25%;
      height: 56px;
      align-items: center;
      justify-content: center;
      font-size: 15px;
      font-weight: 600;
      line-height: 23px; }
      .c-form .switch-field label:nth-child(2) {
        border-left: 2px solid #cecece;
        border-radius: 7px 0px 0px 7px; }
      .c-form .switch-field label:last-child {
        border-radius: 0px 7px 7px 0px; }
      .c-form .switch-field label:hover {
        color: #FFF;
        border: none;
        background: #671817; }
    .c-form .switch-field-2 label {
      flex: 0 0 177px; }
  .c-form__note {
    margin: 0 auto;
    width: fit-content; }

@media screen and (min-width: 769px) {
  .c-form .mg-bottom-10 {
    margin-bottom: 10px; } }
@media screen and (max-width: 768px) {
  .c-form__field {
    margin-bottom: 27px; }
  .c-form__label {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 8px; }
    .c-form__label span {
      font-size: inherit;
      line-height: inherit;
      margin-left: 10px;
      flex: 0 0 35px;
      border-radius: 2px; }
    .c-form__label-2 {
      display: block;
      white-space: normal; }
      .c-form__label-2 span {
        width: 35px; }
    .c-form__label-3::before {
      width: 4px;
      height: 12px; }
  .c-form__button {
    margin-top: 28px; }
  .c-form .inputbox {
    font-size: 12px;
    line-height: 18px;
    border-width: 1px;
    border-radius: 2px;
    padding: 12px 13px; }
    .c-form .inputbox.w-3, .c-form .inputbox.w-2 {
      width: 131px; }
    .c-form .inputbox.filebox {
      flex: 1;
      max-width: 100%;
      border: 0; }
      .c-form .inputbox.filebox::placeholder {
        color: #1B191A; }
    .c-form .inputbox.filelabel {
      color: #FFF;
      padding: 12px 0;
      flex: 0 0 113px;
      max-width: 113px; }
    .c-form .inputbox.border-0 {
      padding: 0 0 0 30px; }
  .c-form__input-list {
    padding: 0 0 10px 30px; }
    .c-form__input-list .c-form__input {
      margin-bottom: 25px; }
    .c-form__input-list .c-form__input-date {
      margin-bottom: 20px; }
  .c-form__desc {
    font-size: 13px;
    font-weight: 600;
    line-height: 25px; }
  .c-form .selectbox {
    background-position: center right 13px;
    background-size: 12px auto; }
  .c-form .c-radio {
    margin-bottom: 8px; }
  .c-form .jselect-time {
    width: 64px;
    padding-left: 5px; }
  .c-form .group-input .addon {
    font-size: 12px;
    font-weight: 600;
    margin-left: 2px; }
  .c-form .datebox {
    background-size: 17px auto; }
  .c-form .switch-field label {
    font-size: 12px;
    height: 44px;
    border-width: 1px; }
    .c-form .switch-field label:nth-child(2) {
      border-radius: 2px 0px 0px 2px; }
    .c-form .switch-field label:last-child {
      border-radius: 0px 2px 2px 0px; }
  .c-form .switch-field-2 label {
    flex: 0 0 130px;
    max-width: 130px; }
  .c-form__note {
    font-size: 13px;
    line-height: 20px; } }
@media screen and (max-width: 374px) {
  .c-form .inputbox.filebox {
    font-size: 11px;
    padding: 0; }
  .c-form .inputbox.filelabel {
    font-size: 11px;
    flex: 0 0 105px;
    max-width: 105px; } }
@media screen and (max-width: 320px) {
  .c-form__label-2 {
    margin-left: 0; }
  .c-form__input-date .inputbox.w-2 {
    width: 43%; }
  .c-form__input-date .jselect-time {
    width: 50px;
    background-position: right 5px center; }
  .c-form__input-list {
    padding-left: 20px; }
    .c-form__input-list .c-form__input-date .datebox {
      width: 43%; } }
.c-text p.indent {
  text-indent: 20px; }

@media screen and (max-width: 768px) {
  .c-text {
    font-size: 13px;
    line-height: 25px; }
    .c-text p.indent {
      text-indent: 10px; } }
.c-radio {
  line-height: 20px; }
  .c-radio input {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background: #fff center / 10px auto no-repeat;
    border: 1px solid #cecece;
    border-radius: 50%;
    appearance: none;
    vertical-align: middle; }
    .c-radio input:checked {
      background-image: url(../img/ico/circle.svg);
      border-color: #881B21; }
  .c-radio label {
    display: inline-block;
    font-size: 15px;
    cursor: pointer; }

@media screen and (max-width: 768px) {
  .c-radio {
    line-height: 18px; }
    .c-radio label {
      font-size: 12px; } }
#template .p-company-detail {
  font-weight: 300;
  font-size: 16px; }
  #template .p-company-detail h3 {
    background-color: rgba(65, 65, 65, 0.14);
    color: #414141;
    font-size: 20px;
    font-weight: 600;
    border-left: solid 6px #414141;
    line-height: 31px;
    padding: 10px 15px;
    margin-bottom: 25px; }
  #template .p-company-detail h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 15px; }
  #template .p-company-detail h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #414141;
    margin-bottom: 25px; }
  #template .p-company-detail table {
    margin-bottom: 80px;
    width: 100%;
    border-collapse: collapse; }
    #template .p-company-detail table th {
      text-align: left;
      background-color: rgba(65, 65, 65, 0.14);
      color: #414141;
      font-size: 20px;
      font-weight: 600;
      line-height: 31px;
      padding: 10px 15px; }
    #template .p-company-detail table tr {
      border: 2px solid #e5e5e5; }
    #template .p-company-detail table td {
      padding: 19px 44px 14px; }
      #template .p-company-detail table td span {
        font-size: 14px;
        font-weight: 300;
        line-height: 30px;
        border-radius: 0 0 5px 5px; }
  #template .p-company-detail img {
    display: inline-block;
    margin: 0 0 20px; }
  #template .p-company-detail .c-figure img {
    margin-bottom: 0; }

@media screen and (max-width: 768px) {
  #template .p-company-detail {
    font-size: 12px;
    font-weight: 500;
    line-height: 23px; }
    #template .p-company-detail h3 {
      font-weight: 600;
      padding: 10px;
      font-size: 12px;
      line-height: 20px;
      margin-bottom: 10px; }
    #template .p-company-detail h4 {
      font-size: 14px;
      font-weight: 700;
      margin-bottom: 8px; }
    #template .p-company-detail h5 {
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 5px; }
    #template .p-company-detail table {
      margin-bottom: 17px; }
      #template .p-company-detail table th {
        font-size: 12px;
        font-weight: 600;
        padding: 5px 15px; }
      #template .p-company-detail table td {
        padding: 14px 14px 5px; }
    #template .p-company-detail img {
      margin-bottom: 10px; } }
.p-topic-detail__content p,
#template p {
  margin-bottom: 1.5em; }
.p-topic-detail__content .p-company-detail img,
#template .p-company-detail img {
  margin-bottom: 0; }

.c-company-item-1a .p-desc {
  padding-top: 0; }

@media screen and (min-width: 769px) {
  .c-company-item-1a .bottom {
    padding-top: 40px; }

  .l-footer li {
    max-width: 300px;
    line-height: 1.5em;
    margin-bottom: 1em; } }
.news-lists .p-news-list-2__row {
  position: relative; }
  .news-lists .p-news-list-2__row:after {
    content: '';
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: url(../img/ico/play.png) 0 0/100% auto no-repeat;
    width: 20px;
    height: 20px; }

.page-item.disabled a {
  color: #dfdfdf;
  cursor: default;
  border: 1px solid #dfdfdf; }

.l-content-small.p-company-detail:after {
  display: block;
  content:"";
  clear: both;
}