@charset "UTF-8";
.main-head {
  height: 515px;
  position: relative; }
  .main-head .box-center {
    height: 100%;
    position: relative; }

.main-head-ttl-box {
  background-color: #fff;
  height: 220px;
  position: absolute;
  left: 40px;
  bottom: 0;
  text-align: center;
  width: 400px;
  z-index: 100;
  font-family: 'Roboto Condensed','中ゴシックBBB JIS2004';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.main-head-ttl-box-inner {
  box-sizing: border-box;
  height: 80px;
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.main-head-lead {
  color: #009d42;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  letter-spacing: 0 !important; }

.main-head-ttl {
  color: #212324;
  padding-top: 21px;
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 0.25em; }
  @media screen and (max-width: 767px) {
    .main-head-ttl {
      letter-spacing: 0.1em; } }

.main-head-img {
  background-size: cover !important;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%; }

@media screen and (max-width: 767px) {
  .main-head {
    height: auto;
    margin-bottom: 0; }
    .main-head .box-center {
      height: auto;
      padding-left: 20px;
      padding-right: 20px; }

  .main-head-ttl-box {
    height: 48px;
    padding: 0 0;
    position: static;
    text-align: left;
    width: 100%; }

  .main-head-ttl-box-inner {
    height: auto;
    line-height: 1.4;
    width: 100%; }

  .main-head-lead {
    display: inline-block;
    position: static;
    vertical-align: middle;
    width: auto;
    margin-bottom: 0 !important;
    font-size: 11px;
    font-size: 1.1rem; }

  .main-head-ttl {
    border-right: 1px solid #e6e6e6;
    display: inline-block;
    margin-right: 12px;
    padding-right: 16px;
    padding-top: 0;
    vertical-align: middle;
    font-size: 18px;
    font-size: 1.8rem; }

  .main-head-img {
    height: 200px;
    position: static; } }
.news {
  margin-bottom: 40px; }

.news-inner {
  padding: 40px 0 20px 200px;
  position: relative; }

.news-ttl-wrap {
  position: absolute;
  left: 0;
  top: 40px;
  width: 200px; }
  .news-ttl-wrap .news-ttl {
    padding-bottom: 16px;
    font-size: 24px;
    font-size: 2.4rem;
    font-family: 'Roboto Condensed','中ゴシックBBB JIS2004';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.25em; }
    @media screen and (max-width: 767px) {
      .news-ttl-wrap .news-ttl {
        letter-spacing: 0.1em; } }

.news-cat {
  background-color: #fff; }

@media screen and (max-width: 767px) {
  .news {
    margin-bottom: 32px; }

  .news-inner {
    padding: 24px 0 20px 0;
    position: relative; }

  .news-ttl-wrap {
    position: static;
    width: 100%; }
    .news-ttl-wrap .news-ttl {
      display: inline-block;
      padding-bottom: 0;
      margin-right: 16px;
      font-size: 18px;
      font-size: 1.8rem; }
    .news-ttl-wrap .news-btn {
      display: inline-block; }

  .news-list {
    margin-bottom: 0;
    margin-top: 8px; } }
.main-cont {
  padding-top: 80px; }

.box {
  position: relative; }

.box-ttl01 {
  line-height: 1.2;
  margin-bottom: 24px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: 'Roboto Condensed','中ゴシックBBB JIS2004';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.25em; }
  @media screen and (max-width: 767px) {
    .box-ttl01 {
      letter-spacing: 0.1em; } }
  .box-ttl01 span {
    left: -8px;
    position: relative; }
    .box-ttl01 span:before {
      color: #009d42;
      display: inline-block;
      position: relative;
      top: 2px;
      font-size: 24px;
      font-size: 2.4rem; }
  .box-ttl01 .small {
    letter-spacing: .3em;
    padding-left: 5px;
    font-size: 12px;
    font-size: 1.2rem; }

.box-ttl02 {
  margin-top: 10px;
  line-height: 1.2;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Roboto Condensed','中ゴシックBBB JIS2004';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .box-ttl02 span {
    left: -8px;
    position: relative; }
    .box-ttl02 span:before {
      color: #009d42;
      display: inline-block;
      margin-right: -5px;
      position: relative;
      top: 4px;
      font-size: 24px;
      font-size: 2.4rem; }

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .box-ttl01 {
    font-size: 22px;
    font-size: 2.2rem; }
    .box-ttl01 .small {
      padding-left: 0;
      letter-spacing: 0 !important; } }
@media screen and (max-width: 767px) {
  #main .box-center {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  #main .main-cont {
    padding-top: 0; }
  #main .box-ttl01 {
    margin-bottom: 16px;
    font-size: 16px;
    font-size: 1.6rem; }
    #main .box-ttl01 span:before {
      margin-right: -2px;
      top: 4px; }
    #main .box-ttl01 .small {
      color: #505457;
      margin-left: 10px;
      position: relative;
      top: -2px;
      font-size: 10px;
      font-size: 1rem; }
  #main .box-ttl02 {
    margin-top: 0;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0 !important; }
    #main .box-ttl02 span:before {
      margin-right: -2px;
      top: 6px; } }
.pickup {
  padding: 0 40px; }
  @media screen and (min-width: 768px) and (max-width: 1279px) {
    .pickup {
      padding: 0; } }

@media screen and (max-width: 767px) {
  .pickup {
    padding: 0 20px; }
    .pickup .btn-area ul li .btn-l {
      font-size: 18px;
      font-size: 1.8rem; } }

/*# sourceMappingURL=for.css.map */
