@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: #333;
  line-height: 1.75;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-size: 14px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: none;
}

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

html {
  overflow: auto;
}

body {
  min-width: 940px;
  overflow: hidden;
  background-color: #F4EFEA;
}

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

ul, ol {
  list-style: none;
}

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

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

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

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

:any-link {
  color: #333;
  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-query {
  display: none;
  font-family: 'pc';
}

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

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

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

.l-contents {
  padding: 80px 0;
}

@media all and (max-width: 767px) {
  .l-contents {
    padding: 50px 0;
  }
}

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

.is-font-lato {
  font-family: 'Lato', sans-serif;
}

/* .l-breadcrumb
================================================ */
.breadcrumb {
  background-color: #009844;
}

.breadcrumb-list {
  max-width: 1000px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.breadcrumb-list__item {
  display: inline-block;
  font-size: 12px;
  color: #fff;
}

.breadcrumb-list__item + .breadcrumb-list__item {
  padding-left: 6px;
}

.breadcrumb-list__item + .breadcrumb-list__item:before {
  content: "＞";
  margin-right: 6px;
}

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

@media all and (max-width: 767px) {
  .breadcrumb-list {
    max-width: 100%;
  }
}

/* .header
================================================ */
.header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  z-index: 2000;
}

.header__inner {
  max-width: 1400px;
  height: 80px;
  margin: auto;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__menuNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 780px;
  width: 100%;
}

.header__logo {
  width: 220px;
  margin-right: 20px;
}

@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: .7;
  }
}

.header__logo img {
  vertical-align: middle;
}

.header__7andi {
  width: 180px;
}

@media all and (min-width: 768px) {
  .header__7andi {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

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

.header .recruit-btn {
  width: 160px;
}

.header .recruit-btn--link {
  height: 40px;
}

.header .recruit-btn--link:before {
  right: 16px;
  width: 10px;
  height: 10px;
}

.header .recruit-btn--link:after {
  right: 15px;
  width: 12px;
  height: 10px;
}

@media all and (min-width: 768px) {
  .header .recruit-btn--link:hover:before {
    -webkit-transform: translate(0, -50%) scale(3);
            transform: translate(0, -50%) scale(3);
  }
}

@media all and (max-width: 1024px) {
  .header .recruit-btn {
    width: 120px;
    margin: 0 5% 0 0;
  }
}

@media all and (max-width: 767px) {
  .header {
    background-color: #fff;
    width: 100%;
  }
  .header__inner {
    max-width: 100%;
    height: 56px;
    padding: 0 56px 0 20px;
  }
  .header__menuNav {
    display: block;
    width: auto;
    max-width: auto;
  }
  .header__logo {
    width: 155px;
    margin-right: 35px;
  }
  .header__7andi {
    width: 108px;
  }
  .header__7andi img {
    vertical-align: middle;
  }
  .header .recruit-btn {
    width: 280px;
    margin: 40px auto 0;
  }
  .header .recruit-btn--link {
    height: 70px;
  }
  .header .recruit-btn--link:before {
    right: 32px;
  }
  .header .recruit-btn--link:after {
    right: 30px;
  }
}

/* .header__navbtn
-------------------------------------- */
.header__navbtn {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  cursor: pointer;
  z-index: 1;
}

.header__navbtn__line {
  position: absolute;
  left: 15px;
  width: 24px;
  height: 2px;
  content: '';
  background: #009844;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__navbtn__line:nth-child(1) {
  top: 18px;
}

.header__navbtn__line:nth-child(2) {
  top: 26px;
}

.header__navbtn__line:nth-child(3) {
  top: 34px;
}

.header__navbtn.is-open .header__navbtn__line:nth-child(1) {
  top: 26px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header__navbtn.is-open .header__navbtn__line:nth-child(2) {
  opacity: 0;
}

.header__navbtn.is-open .header__navbtn__line:nth-child(3) {
  top: 26px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* .nav
================================================ */
.nav {
  width: 100%;
  max-width: 570px;
}

.nav__in {
  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;
}

.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 380px;
  width: 100%;
}

.nav-list__item {
  min-width: 55px;
}

.nav-list__link {
  font-size: 16px;
  font-weight: bold;
}

.nav-dropdown {
  position: relative;
}
.nav-dropdown__list {
  position: absolute;
  border-radius: 0 0 20px 20px;
  margin-top: 0px;
  padding: 15px 30px 13px;
  left: -30px;
  background-color: #FFF;
  white-space: nowrap;
  z-index:111000;
  display: none;
}
.nav-dropdown__list__item {
  margin-bottom: 18px;
}
.nav-dropdown__list__item a {
  font-size: 16px;
  font-weight: 700;
}
.nav-dropdown__list__item a:hover {
  text-decoration: underline;
}
.nav-dropdown__list--open {
  display: block;
}


@media all and (min-width: 768px) {
  .nav-list__link:hover {
    text-decoration: underline;
  }
}

@media all and (max-width: 767px) {
  .nav {
    display: block;
    position: absolute;
    top: 56px;
    left: 0;
    z-index: 2;
    width: 100%;
    max-width: 100%;
    min-height: calc(var(--vh, 1vh) * 100);
    min-width: 320px;
    padding: 50px 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__in {
    display: block;
    top: 40%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .nav-list {
    display: block;
    max-width: 100%;
    text-align: center;
  }
  .nav-list__item {
    padding: 0;
    min-width: 100%;
  }
  .nav-list__link {
    display: block;
    padding: 20px 0;
  }

  /* 20230124 navlist update */
  .nav {
    position: fixed;
    top: 56px;
    padding-top: 56px;
  }
  .nav__in {
    top: 0%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -0%);
            transform: translate(-50%, -0%);
  }
  .nav-list__item{
    /*position: relative;*/
  }
  .nav-list__item:after {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background-color: #969696;
    margin: 0 auto;
    /*position:absolute;*/
  }
  .nav-list__item:last-child:after {
    display: none;
  }
  .nav-dropdown__list {
    display: block;
    position: initial;
  }
  .nav-dropdown__list__item {
    margin-bottom: 16px;
  }
  .nav-dropdown__list__item a {
    font-size: 14px;
    font-weight: normal;
    color: #333;
  }
  .nav-dropdown a {
    padding: 25px 0 0;
  }
}

/* .l-footer-nav
================================================ */
.footer {
  background-color: #fff;
}

.footer__bunner {
  background-color: #F4F4F4;
  padding: 40px 0;
}

.footer__bunner__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.footer__bunner__item {
  width: 250px;
}

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

.footer__btm {
  padding: 80px 0;
}

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

.footer-nav {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 285px;
}

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

.footer-nav__item {
  width: 55%;
  margin-bottom: 15px;
}

.footer-nav__item:nth-child(odd) {
  width: 45%;
}

.footer-nav--link {
  color: #666;
}

.footer-nav--link.is-bold {
  color: #333;
  font-weight: bold;
}

@media all and (min-width: 768px) {
  .footer-nav--link:hover {
    text-decoration: underline;
  }
}

.footer-info {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.footer-info__logo {
  width: 288px;
}

@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: .7;
  }
}

.footer-info__address {
  margin-top: 15px;
}

.footer-info__cr {
  margin-top: 50px;
  font-size: 12px;
}

@media all and (max-width: 767px) {
  .footer {
    padding-bottom: 54px;
  }
  .footer__bunner {
    padding: 50px 0;
  }
  .footer__bunner__list {
    display: block;
    padding: 0 42px;
  }
  .footer__bunner__item {
    width: 100%;
  }
  .footer__bunner__item + .footer__bunner__item {
    margin-top: 20px;
  }
  .footer__bunner__item a img {
    width: 100%;
  }
  .footer__btm {
    padding: 40px 0 20px;
  }
  .footer__inner {
    display: block;
  }
  .footer-nav {
    width: 100%;
  }
  .footer-nav__item {
    width: 50%;
  }
  .footer-nav__item:nth-child(odd) {
    width: 50%;
  }
  .footer-info {
    margin-top: 30px;
  }
  .footer-info__logo {
    width: 240px;
  }
  .footer-info__address {
    margin-top: 15px;
  }
  .footer-info__cr {
    margin-top: 20px;
    font-size: 12px;
    margin-left: 15px;
  }
}

.footer .ft-recruit {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.footer .ft-recruit--link {
  width: 100%;
  border-radius: 0;
  height: 54px;
}

.footer .ft-recruit--link:before {
  right: 77px;
  -webkit-transform: translate(0, -50%) scale(2.4);
          transform: translate(0, -50%) scale(2.4);
}

.footer .ft-recruit--link:after {
  right: 75px;
}

.inner {
  max-width: 940px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}

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

.inner_large {
  max-width: 1140px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media all and (max-width: 767px) {
  .inner_large {
    max-width: 100%;
  }
}

.m-tit01 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

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

.m-tit02 {
  font-size: 34px;
  font-weight: bold;
  color: #009844;
  line-height: 1.3;
}

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

.m-tit03 {
  font-size: 28px;
  font-weight: bold;
  color: #009844;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

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

.m-tit04 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

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

.m-tit06 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

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

.m-tit07 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
}

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

.m-tit08 {
  font-size: 12px;
  font-weight: bold;
}

.m-tit09 {
  font-size: 28px;
  font-weight: bold;
  color: #009844;
}
@media all and (max-width: 767px) {
  .m-tit09 {
    font-size: 24px;
  }
}

.s-btn01 {
  width: 240px;
  text-align: center;
  margin-bottom: 25px;
}

.s-btn01--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #009844;
  border-radius: 45px;
  font-size: 14px;
  height: 50px;
  font-weight: bold;
  color: #fff;
  position: relative;
}

.s-btn01--link:before {
  content: '';
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.s-btn01--link:after {
  content: '';
  background-image: url(../img/common/ico_arrow01.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 14px;
  height: 12px;
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%;
  right: 28px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media all and (min-width: 768px) {
  .s-btn01--link:hover:before {
    -webkit-transform: translate(0, -50%) scale(3.6);
            transform: translate(0, -50%) scale(3.6);
  }
  .s-btn01--link:hover:after {
    opacity: 1;
  }
}

@media all and (max-width: 767px) {
  .s-btn01 {
    width: 240px;
  }
  .s-btn01--link {
    border-radius: 45px;
  }
  .s-btn01--link:before {
    right: 32px;
    -webkit-transform: translate(0, -50%) scale(3.6);
            transform: translate(0, -50%) scale(3.6);
  }
  .s-btn01--link:after {
    right: 30px;
    opacity: 1;
  }
}

.m-btn01 {
  width: 280px;
  text-align: center;
}

.m-btn01--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #009844;
  border-radius: 45px;
  font-size: 16px;
  height: 70px;
  font-weight: bold;
  color: #fff;
  position: relative;
}

.m-btn01--link:before {
  content: '';
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.m-btn01--link:after {
  content: '';
  background-image: url(../img/common/ico_arrow01.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 14px;
  height: 12px;
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%;
  right: 28px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media all and (min-width: 768px) {
  .m-btn01--link:hover:before {
    -webkit-transform: translate(0, -50%) scale(3.6);
            transform: translate(0, -50%) scale(3.6);
  }
  .m-btn01--link:hover:after {
    opacity: 1;
  }
}

@media all and (max-width: 767px) {
  .m-btn01 {
    width: 280px;
  }
  .m-btn01--link {
    border-radius: 45px;
  }
  .m-btn01--link:before {
    width: 10px;
    height: 10px;
    right: 32px;
    -webkit-transform: translate(0, -50%) scale(3.6);
            transform: translate(0, -50%) scale(3.6);
  }
  .m-btn01--link:after {
    right: 30px;
    opacity: 1;
  }
}

.pager {
  margin-top: 40px;
}

.pager ul {
  text-align: center;
}

.pager ul li {
  display: inline-block;
  margin: 0 5px;
}

.pager ul li span, .pager ul li a {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.2;
}

.pager ul li span {
  background-color: #009844;
  color: #fff;
}

.pager ul li a {
  color: #009844;
}

.pager__sepalator {
  color: #009844;
}

@media all and (min-width: 768px) {
  .pager ul li a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pager ul li a:hover {
    background-color: #009844;
    color: #fff;
  }
}

.pager ul li a.link_before,
.pager ul li a.link_next {
  text-indent: -9999px;
  position: relative;
}

.pager ul li a.link_before:before,
.pager ul li a.link_next:before {
  content: '';
  background-image: url(../img/common/ico_arrow01.png);
  background-size: 14px auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 14px;
  height: 20px;
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  margin: auto;
}

@media all and (min-width: 768px) {
  .pager ul li a.link_before:hover:before,
  .pager ul li a.link_next:hover:before {
    background-image: url(../img/common/ico_arrow02.png);
  }
}

.pager ul li a.link_before:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.pager ul li a.link_next:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

@media all and (max-width: 767px) {
  .pager {
    margin-top: 30px;
  }
}

.m-kv {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  height: 400px;
}

.m-kv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.m-kv__tit {
  color: #fff;
}

.m-kv__notice {
  margin-top: 21px;
  text-align: right;
}
.m-kv__notice p {
  font-size: 12px;
}

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

.m-list01__item + .m-list01__item {
  margin-top: 10px;
}

.m-list01__item--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 10px;
  padding: 22px 60px 22px 30px;
  position: relative;
}

.m-list01__item--link:before {
  content: '';
  width: 12px;
  height: 12px;
  background-color: #009844;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.m-list01__item--link:after {
  content: '';
  background-image: url(../img/common/ico_arrow02.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 14px;
  height: 12px;
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%;
  right: 28px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media all and (min-width: 768px) {
  .m-list01__item--link:hover:before {
    -webkit-transform: translate(0, -50%) scale(3);
            transform: translate(0, -50%) scale(3);
  }
  .m-list01__item--link:hover:after {
    opacity: 1;
  }
}

.m-list01__item--date {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #969696;
  margin-right: 20px;
}

.m-list01__item--note {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #D60E18;
  margin-right: 20px;
}

.m-list01__item--txt {
  font-size: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media all and (max-width: 767px) {
  .m-list01__item--link {
    display: block;
    padding: 13px 40px 13px 20px;
    position: relative;
  }
  .m-list01__item--link:before {
    -webkit-transform: translate(0, -50%) scale(3);
            transform: translate(0, -50%) scale(3);
    right: 20px;
  }
  .m-list01__item--link:after {
    right: 18px;
    opacity: 1;
  }
  .m-list01__item--date {
    margin-right: 0;
    line-height: 1.2;
  }
  .m-list01__item--note {
    margin-right: 0;
    line-height: 1.2;
  }
}

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

.m-list02__item + .m-list02__item {
  margin-top: 60px;
}

.m-list02__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.m-list02__item:nth-child(even) .m-list02__box {
  margin: 120px -60px 0 0;
}

.m-list02__item:nth-child(even) .m-list02__box__in {
  padding: 0 110px 0 50px;
}

.m-list02__img {
  width: 550px;
  position: relative;
}

.m-list02__box {
  width: 610px;
  margin: 130px 0 0 -60px;
}

.m-list02__box__in {
  border-radius: 40px;
  background-color: #fff;
  padding: 0 50px 0 110px;
  min-height: 310px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}

.m-list02__box--tit {
  width: 100%;
  letter-spacing: 0;
  line-height: 1.4;
}

.m-list02__box--sub {
  width: 100%;
  margin-top: 20px;
  letter-spacing: 0;
}

.m-list02__box--txt {
  width: 100%;
  margin-top: 20px;
}

@media all and (max-width: 767px) {
  .m-list02__item {
    display: block;
  }
  .m-list02__item + .m-list02__item {
    margin-top: 40px;
  }
  .m-list02__item:nth-child(even) .m-list02__box {
    margin: -50px 0 0;
  }
  .m-list02__item:nth-child(even) .m-list02__box__in {
    padding: 60px 20px 20px;
  }
  .m-list02__img {
    width: 100%;
  }
  .m-list02__img img {
    width: 100%;
  }
  .m-list02__box {
    width: 100%;
    margin: -50px 0 0;
  }
  .m-list02__box__in {
    margin: 0 -20px;
    border-radius: 20px;
    padding: 60px 20px 20px;
    min-height: auto;
    display: block;
  }
  .m-list02__box--sub {
    margin-top: 15px;
    letter-spacing: 0;
  }
  .m-list02__box--txt {
    margin-top: 15px;
  }
}

@-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;
  }
}

.banner {
  margin-top: 60px;
}
.banner__list {
  display: flex;
  justify-content: space-between;
}
.banner__list__item {
  width: calc(100vw / 1400 * 530);
}
.banner__list__item--link {
  font-weight: bold;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner__list__item__img img {
  width: 100%;
}

.banner__list__item--link:before {
  content: '';
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: calc(100vw / 1400 * 44);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.banner__list__item--link:after {
  content: '';
  background-image: url(/img/common/ico_arrow01.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 14px;
  height: 12px;
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%;
  right: calc(100vw / 1400 * 44);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.banner__list__item--text {
  position: absolute;
  font-size: calc(100vw / 1400 * 28);
  line-height: normal;
  text-align: center;
  font-weight: 600;
}
@media all and (max-width: 767px) {
  .banner {
    margin-top: 94px;
  }
  .banner__list {
    display: block;
    margin-bottom: 50px;
  }
  .banner__list__item {
    width: calc(100vw / 375 * 335);
  }
  .banner__list__item__img {
    margin-top: 20px;
  }
}
@media all and (min-width: 768px) {
  .banner__list__item--link:hover:before {
    -webkit-transform: translate(0, -50%) scale(2.7);
            transform: translate(0, -50%) scale(2.7);
  }
  .banner__list__item--link:hover:after {
    opacity: 1;
  }
}