@charset "UTF-8";
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

td:not([align]),
th:not([align]) {
  text-align: left;
}

:root {
  color: #000;
  line-height: 1.8;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 16px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: none;
}

@media all and (max-width: 767px) {
  :root {
    line-height: 1.8;
  }
}

html {
  overflow: auto;
  background-color: #eee;
}

body {
  max-width: 1920px;
  margin: auto;
  background-color: #fff;
  overflow: hidden;
}

@media all and (max-width: 767px) {
  body {
    overflow: hidden;
    max-width: 100%;
    min-width: 320px;
  }
}

ul, ol {
  list-style: none;
}

[data-whatintent="mouse"] *:focus,
[data-whatintent="touch"] *:focus {
  outline: none;
}

a {
  color: #000;
  text-decoration: none;
}

:-webkit-any-link {
  color: #000;
  text-decoration: none;
}

:-moz-any-link {
  color: #000;
  text-decoration: none;
}

:any-link {
  color: #000;
  text-decoration: none;
}

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

input,
button {
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

@media all and (min-width: 768px) {
  .forSp {
    display: none !important;
  }
}

@media all and (max-width: 767px) {
  .forPc {
    display: none !important;
  }
}

@media all and (max-width: 959px) {
  .forhdft {
    display: none !important;
  }
}

@media all and (min-width: 960px) {
  .forMinhdft {
    display: none !important;
  }
}

.media-query {
  display: none;
  font-family: 'pc';
}

@media all and (max-width: 767px) {
  .media-query {
    font-family: 'sp';
  }
}

.l-wrapper {
  position: relative;
  padding-top: 100px;
}

@media all and (max-width: 959px) {
  .l-wrapper {
    padding-top: 60px;
  }
}

.is-font-serif {
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
}

.lightboxOverlay {
  width: 100% !important;
}

/* .l-breadcrumb
================================================ */
.breadcrumb {
  padding: 17px 0;
}

.breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumb-list__item {
  font-size: 14px;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  margin-right: 10px;
}

.breadcrumb-list--link {
  color: #CCC;
}

.breadcrumb-list--link:after {
  content: ">";
  color: #CCC;
  margin-left: 6px;
}

/* .header
================================================ */
.header {
  max-width: 1920px;
  background-color: #fff;
  padding: 0 30px;
  height: 100px;
  width: 100%;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1001;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo {
  width: 127px;
  padding-top: 10px;
  margin-right: 10px;
}

@media all and (min-width: 768px) {
  .header__logo a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header__logo a:hover {
    opacity: .6;
  }
}

.header__info {
  position: absolute;
  top: 18px;
  right: 30px;
}

.header__info__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__lang {
  width: 120px;
  border-radius: 20px;
  margin-left: 10px;
  border: 1px solid #CCC;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.header__lang__menu {
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  font-size: 14px;
  padding: 3px 20px;
  position: relative;
  cursor: pointer;
}

.header__lang__menu.is-active span {
  text-decoration: underline;
}

.header__lang__menu.is-active:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header__lang__menu:before {
  content: '';
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(../img/common/header/ico_lang.png);
  width: 14px;
  height: 14px;
  display: inline-block;
  margin: 0 9px -2px 0;
}

.header__lang__menu:after {
  content: '';
  width: 6px;
  height: 6px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  position: absolute;
  right: 20px;
  top: 12px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.header__lang__btns {
  display: none;
  padding-bottom: 5px;
}

.header__lang__item a {
  display: block;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  font-size: 14px;
  padding-left: 41px;
}

.header__lang__item a:hover span {
  text-decoration: underline;
}

.header__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 280px;
}

.header__btns__item a {
  display: block;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  color: #fff;
  border-radius: 34px;
  font-size: 14px;
  padding: 3px 0;
}

@media all and (min-width: 768px) {
  .header__btns__item a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header__btns__item a:hover {
    opacity: .6;
  }
}

.header__btns__item a:before {
  content: '';
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.header__btns__item.is-recruit {
  width: 120px;
}

.header__btns__item.is-recruit a {
  background-color: #C1AE6E;
}

.header__btns__item.is-recruit a:before {
  background-image: url(../img/common/header/ico_recruit.png);
  width: 14px;
  height: 12px;
  display: inline-block;
  margin: 0 9px -2px 0;
}

.header__btns__item.is-contact {
  width: 148px;
}

.header__btns__item.is-contact a {
  background-color: #000;
}

.header__btns__item.is-contact a:before {
  background-image: url(../img/common/header/ico_contact.png);
  width: 14px;
  height: 11px;
  display: inline-block;
  margin: 0 9px -1px 0;
}

@media all and (max-width: 959px) {
  .header {
    max-width: 100%;
    padding: 0 0 0 15px;
    height: 60px;
  }
  .header__inner {
    display: block;
  }
  .header__logo {
    width: 73px;
    margin-right: 0;
  }
  .header__info {
    position: static;
  }
  .header__info__inner {
    display: block;
  }
  .header__lang {
    margin: -72px auto 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
  }
  .header__btns {
    display: block;
    width: 100%;
    margin-top: 107px;
  }
  .header__btns__item.is-recruit {
    width: 180px;
    margin: auto;
  }
  .header__btns__item.is-contact {
    width: 180px;
    margin: 22px auto 0;
  }
}

/* .nav-btn
-------------------------------------- */
.nav-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 2;
}

.nav-btn__line {
  position: absolute;
  left: 17px;
  width: 26px;
  height: 2px;
  background-color: #000;
  content: '';
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav-btn__line:nth-child(1) {
  top: 16px;
}

.nav-btn__line:nth-child(2) {
  top: 23px;
}

.nav-btn__line:nth-child(3) {
  top: 30px;
}

.nav-btn.is-open .nav-btn__line:nth-child(1) {
  top: 23px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.nav-btn.is-open .nav-btn__line:nth-child(2) {
  opacity: 0;
}

.nav-btn.is-open .nav-btn__line:nth-child(3) {
  top: 23px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.nav-btn__chara {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  font-size: 10px;
  line-height: 1.0;
  text-align: center;
}

/* .nav
================================================ */
.nav {
  width: 100%;
  padding-top: 60px;
}

.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 78vw;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 944px;
}

.nav-list__link {
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  white-space: nowrap;
}

@media all and (min-width: 768px) {
  .nav-list__link {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .nav-list__link:hover {
    opacity: .6;
  }
}

@media all and (max-width: 959px) {
  .nav {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    min-height: calc(100vh - 70px);
    min-width: 320px;
    padding: 47px 0;
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .nav::-webkit-scrollbar {
    display: none;
  }
  .nav.is-open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .nav-list {
    display: block;
    width: 100%;
  }
  .nav-list__item {
    text-align: center;
  }
  .nav-list__item + .nav-list__item {
    margin-top: 21px;
  }
  .nav-list__link {
    font-size: 14px;
  }
}

/* .nav-overlay
================================================ */
.nav-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}

/* .l-footer-nav
================================================ */
.footer {
  padding: 100px 0 50px;
  background-color: #000;
}

.footer__inner {
  position: relative;
}

.footer-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__logo {
  width: 160px;
}

@media all and (min-width: 768px) {
  .footer__logo a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .footer__logo a:hover {
    opacity: .6;
  }
}

.footer__navarea {
  max-width: 475px;
  width: 100vw;
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__nav + .footer__nav {
  margin-top: 10px;
}

.footer__nav__item {
  width: 33.33333%;
}

.footer__nav__item a {
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  color: #fff;
  font-size: 14px;
}

@media all and (min-width: 768px) {
  .footer__nav__item a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .footer__nav__item a:hover {
    opacity: .6;
  }
}

.footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 103px;
}

.footer-info__logo {
  width: 153px;
}

@media all and (min-width: 768px) {
  .footer-info__logo a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .footer-info__logo a:hover {
    opacity: .6;
  }
}

.footer-info__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: 42px;
}

.footer-info__item {
  line-height: 1.5;
}

.footer-info__item + .footer-info__item {
  margin-left: 20px;
}

.footer-info__item a {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
}

@media all and (min-width: 768px) {
  .footer-info__item a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .footer-info__item a:hover {
    opacity: .6;
  }
}

.footer-info__cr {
  font-size: 10px;
  color: #fff;
  margin-left: 40px;
  letter-spacing: 0.04em;
}

@media all and (max-width: 959px) {
  .footer {
    padding: 50px 0;
  }
  .footer-contents {
    display: block;
  }
  .footer__logo {
    width: 125px;
  }
  .footer__navarea {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 42px;
  }
  .footer__nav {
    display: block;
    width: 49.5%;
  }
  .footer__nav + .footer__nav {
    width: 49.5%;
    margin-top: 0;
  }
  .footer__nav__item {
    width: 100%;
  }
  .footer__nav__item + .footer__nav__item {
    margin-top: 11px;
  }
  .footer-info {
    display: block;
    margin-top: 50px;
  }
  .footer-info__nav {
    margin-left: 0;
    margin-top: 18px;
  }
  .footer-info__item {
    line-height: 1.5;
  }
  .footer-info__item + .footer-info__item {
    margin-left: 20px;
  }
  .footer-info__cr {
    margin-top: 14px;
    margin-left: 0;
  }
}

.pagetop {
  position: absolute;
  bottom: 0;
  right: 40px;
  width: 74px;
}

@media all and (min-width: 768px) {
  .pagetop a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pagetop a:hover {
    opacity: .6;
  }
}

@media all and (max-width: 959px) {
  .pagetop {
    top: 0;
    bottom: auto;
    right: 20px;
  }
}

.inner {
  max-width: 1280px;
  margin: auto;
  padding-left: 40px;
  padding-right: 40px;
}

@media all and (max-width: 767px) {
  .inner {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-hdft {
  max-width: 1280px;
  margin: auto;
  padding-left: 40px;
  padding-right: 40px;
}

@media all and (max-width: 959px) {
  .inner-hdft {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.m-tit01 {
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 1.5;
  text-align: center;
}

.m-tit01 span {
  color: #C70000;
}

@media all and (max-width: 767px) {
  .m-tit01 {
    font-size: 28px;
  }
}

.m-tit02 {
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.5;
  text-align: center;
}

.m-tit02 span {
  color: #C70000;
}

@media all and (max-width: 767px) {
  .m-tit02 {
    font-size: 24px;
  }
}

.m-tit03 {
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
}

.m-tit03 span {
  color: #C70000;
}

@media all and (max-width: 767px) {
  .m-tit03 {
    font-size: 20px;
  }
}

.m-tit04 {
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}

.m-tit04 span {
  color: #C70000;
}

@media all and (max-width: 767px) {
  .m-tit04 {
    font-size: 18px;
  }
}

.m-btn-cv-wrap {
  display: flex;
  flex-direction: column;
  position: fixed;

  right: 5px;
  bottom: 5px;
  z-index: 10;
}

.m-btn-cv {
  width: 190px;
}

@media all and (min-width: 768px) {
  .m-btn-cv a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .m-btn-cv a:hover {
    opacity: .6;
  }
}

@media all and (max-width: 767px) {
  .m-btn-cv {
    width: 118px;
    bottom: 50px;
  }
}

.m-btn-cv.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.m-btn01 {
  max-width: 300px;
}

.m-btn01.is-red .m-btn01__link {
  background-color: #C70000;
}

.m-btn01__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 64px;
  color: #fff;
  background-color: #000;
  border-radius: 46px;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  color: #fff;
  position: relative;
  line-height: 1.2;
}

@media all and (min-width: 768px) {
  .m-btn01__link {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .m-btn01__link:hover {
    opacity: .6;
  }
}

@media all and (min-width: 768px) {
  .m-btn01__link:hover:after {
    right: 15px;
  }
}

.m-btn01__link:after {
  content: '';
  background-image: url(../img/common/ico_arrow01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 17px;
  height: 13px;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.m-btn01__link.is-red {
  background-color: #C70000;
}

.m-btn01__link.is-gold {
  background-color: #C1AE6E;
}

.m-btn01__link.is-reverse:after {
  right: auto;
  left: 30px;
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}

@media all and (min-width: 768px) {
  .m-btn01__link.is-reverse:hover:after {
    left: 15px;
  }
}

.m-btn02__link {
  font-weight: bold;
  position: relative;
}

@media all and (min-width: 768px) {
  .m-btn02__link {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .m-btn02__link:hover {
    opacity: .6;
  }
}

.m-btn02__link.is-red:after {
  background-color: #C70000;
}

.m-btn02__link:after {
  content: '';
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #000;
  display: inline-block;
  margin: 0 0 -12px 10px;
}

.m-btn02__link:before {
  content: '';
  background-image: url(../img/common/ico_arrow01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 17px;
  height: 13px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media all and (max-width: 374px) {
  .m-btn02__link {
    font-size: 12px;
  }
}

.m-kv {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.m-kv__tit {
  color: #fff;
  font-size: 40px;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  line-height: 1.5;
  text-shadow: 0px 0px 6px #000;
  text-align: center;
}

@media all and (max-width: 767px) {
  .m-kv {
    height: 200px;
  }
  .m-kv__tit {
    font-size: 32px;
  }
}

.m-list01 {
  border-top: 1px solid #CCC;
}

.m-list01__item {
  border-bottom: 1px solid #CCC;
}

.m-list01__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 40px 22px 0;
  position: relative;
}

.m-list01__link:before {
  content: '';
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #CCC;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.m-list01__link:after {
  content: '';
  background-image: url(../img/common/ico_arrow02.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 9px;
  width: 17px;
  height: 13px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media all and (min-width: 768px) {
  .m-list01__link:hover:before {
    border: 0;
    background-color: #000;
    -webkit-transform: translate(0, -50%) scale(1.3);
            transform: translate(0, -50%) scale(1.3);
  }
  .m-list01__link:hover:after {
    background-image: url(../img/common/ico_arrow01.png);
  }
}

.m-list01__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
}

.m-list01__date {
  font-size: 16px;
  font-weight: bold;
  color: #C1AE6E;
}

.m-list01__cat {
  text-align: center;
  margin-left: 30px;
}

.m-list01__cat span {
  min-width: 102px;
  display: inline-block;
  border: 1px solid #000;
  border-radius: 34px;
  font-size: 14px;
  line-height: 1.9;
  padding: 0 10px;
}

.m-list01__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media all and (max-width: 767px) {
  .m-list01__link {
    display: block;
    padding: 20px 45px 14px 0;
  }
  .m-list01__head {
    margin-right: 0;
  }
  .m-list01__date {
    font-size: 14px;
  }
  .m-list01__cat {
    text-align: center;
    margin: -3px 0 0px 14px;
  }
  .m-list01__cat span {
    min-width: 90px;
    font-size: 12px;
  }
  .m-list01__txt {
    margin-top: 6px;
    font-size: 15px;
    line-height: 1.5;
  }
}

@-webkit-keyframes scroll-bar {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  49% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  50% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
}

@keyframes scroll-bar {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  49% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  50% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
}

@-webkit-keyframes fade-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes fade-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

/* .bunner
================================================ */
.m-bunner {
  background-color: #C1AE6E;
  padding: 30px 0;
}

.m-bunner__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -21px;
}

.m-bunner__item {
  max-width: 372px;
  margin: 0 21px;
}

.m-bunner__item img {
  width: 100%;
}

@media all and (min-width: 768px) {
  .m-bunner__item a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .m-bunner__item a:hover {
    opacity: .6;
  }
}

@media all and (max-width: 767px) {
  .m-bunner__list {
    display: block;
    margin: 0;
  }
  .m-bunner__item {
    max-width: 100%;
    margin: 0;
  }
  .m-bunner__item + .m-bunner__item {
    margin-top: 10px;
  }
}

/* .checkbox control
================================================ */
.control {
  font-family: arial;
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  cursor: pointer;
}

@media all and (max-width: 767px) {
  .control {
    margin-bottom: 17px;
    margin-left: 10px;
  }
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control_indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #fff;
  border: 1px solid #CCC;
  border-radius: 2px;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
  background: #fff;
}

.control input:checked ~ .control_indicator {
  background: #C70000;
}

.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
  background: #C70000;
}

.control_indicator:after {
  -webkit-box-sizing: unset;
          box-sizing: unset;
  content: '';
  position: absolute;
  display: none;
}

.control input:checked ~ .control_indicator:after {
  display: block;
}

.control-checkbox .control_indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.m-pager01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.m-pager01 li {
  margin: 0 5px;
}

.m-pager01 li a, .m-pager01 li span {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-align: center;
  padding-top: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media all and (min-width: 768px) {
  .m-pager01 li a:hover {
    color: #fff;
    background: #C70000;
  }
}

.m-pager01 li.current span {
  color: #fff;
  background: #C70000;
}

.m-pager01 li.previous a, .m-pager01 li.next a {
  padding-top: 4px;
}

.m-pager02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
