@charset "utf-8";

/* --------------------------------------------------------------------------------
	common.css change
-------------------------------------------------------------------------------- */
img {
  max-width: 100%;
}

#gFooter {
  z-index: 31;
  background: #fff;
}

@media only screen and (max-width: 1180px) {
  .base .wrap {
    min-width: auto;
  }
}

@media only screen and (max-width: 599px) {
  #gFooter {
    position: relative;
    background: #fff;
    z-index: 31;
  }
}

/* --------------------------------------------------------------------------------
	machikatsu common
-------------------------------------------------------------------------------- */
#top {
  overflow: hidden;
}

#wrap {
  width: 100%;
  overflow: hidden;
}

.section {
  margin-top: 0;
  padding: 100px 0;
  /* font-family: RodinPro-L, "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif; */
}

.section:nth-of-type(2n - 1) {
  background-color: #f1f1f1;
}

@media only screen and (max-width: 599px) {
  #wrap {
    position: relative;
    top: -6vw;
    margin: 0 0 -6vw 0;
  }

  .section {
    padding: 50px 0;
  }
}

/* --------------------------------------------------------------------------------
  mainVisual
-------------------------------------------------------------------------------- */
.mainVis img {
  width: 100%;
}

/* --------------------------------------------------------------------------------
	lead
-------------------------------------------------------------------------------- */
.lead {
  padding: 100px 0;
}

.lead__text {
  font-size: 18px;
  text-align: center;
  line-height: 2;
}

@media only screen and (max-width: 599px) {
  .lead {
    padding: 50px 0;
  }

  .lead__text {
    font-size: 16px;
  }
}

/* --------------------------------------------------------------------------------
	leadList
-------------------------------------------------------------------------------- */
.leadList {
}

.base .leadList__wrap {
  width: auto;
  max-width: 1000px;
  padding: 0 90px;
}

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

.leadList li {
  width: calc(235 / 1000 * 100%);
}

.leadList__headline {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}

.leadList__text {
  font-size: 14px;
  line-height: 2;
}

@media only screen and (max-width: 599px) {
  .leadList {
    padding: 50px 0;
  }
  .base .leadList__wrap {
    padding: 0;
  }

  .leadList ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .leadList li {
    width: 100%;
    margin-bottom: 30px;
  }

  .leadList li:last-child {
    margin-bottom: 0;
  }

  .leadList__headline {
    font-size: 28px;
  }
}

/* --------------------------------------------------------------------------------
  topics
-------------------------------------------------------------------------------- */
.topics {
  padding: 100px 0;
  background-color: #f1f1f1;
}

.base .topics__wrap {
  width: auto;
  /*max-width: 1280px;*/
  max-width: 1000px;
  padding: 0 90px;
}

.topics__headline {
  font-size: 32px;
  line-height: 0.63;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 40px;
}

.topics__headline span {
  display: block;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.1em;
  margin-top: 13px;
}

.topics__slider {
  margin: 0 40px;
  margin: 0;
  overflow: hidden;
}

.topics__slider li {
  position: relative;
  border: #d7d7d7 solid 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}

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

.topics__slider li .photo {
  border: none !important;
  position: relative;
}

.topics__slider li .photo .logo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 138px;
}

.topics__slider li .photo img {
  width: 100%;
}

.topics__slider li .comment {
  min-height: 170px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  border-top: #d7d7d7 solid 1px;
}

.topics__slider li .comment .category {
  color: #92a3ab;
  margin-bottom: 10px;
}

.topics__slider li .comment .ttl {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}

.topics__slider li .comment .title {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: justify;
}

.topics__slider li .comment .txt {
  margin-top: 10px;
}

.topics__slider li .comment .date {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 10px;
}

.topics__slider li .hoverArea {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: url("../common/imgs/bg-overlay.png") repeat center top;
  cursor: pointer;
  pointer-events: none;
  z-index: 10;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.topics__slider li .hoverArea em {
  position: absolute;
  left: 0;
  right: 0;
  top: 60%;
  font-style: normal;
  color: #fff;
}

.topics__slider li .hoverArea img {
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  text-align: center;
  margin: auto;
}

/* slick change
----------------------------------------*/
.topics__slider .slick-list {
  margin-right: -20px;
}

.topics__slider .slick-slide {
  margin-right: 20px;
}

.topics__slider .slide-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
}

.topics__slider .slide-dots li {
  width: 40px;
  margin: 0 5px;
  border: none;
}

.topics__slider .slide-dots button {
  position: relative;
  width: 100%;
  height: 5px;
  padding: 0;
  background-color: #bfbfbf;
  border: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  text-indent: -9999px;
}

.topics__slider .slide-dots .slick-active button {
  background-color: #000;
  box-shadow: none;
  border: none;
}

@media only screen and (max-width: 599px) {
  .topics {
    padding: 50px 0;
  }

  .topics__headline {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .topics__headline span {
    font-size: 10px;
    margin-top: 10px;
  }
  .base .topics__wrap {
    padding: 0;
  }

  .topics__slider {
    margin: 0;
  }

  .topics__slider li .comment {
    padding: 10px 10px 20px;
  }

  .topics__slider li .hoverArea {
    display: none;
  }

  /* slick change
  ----------------------------------------*/
  .topics__slider .slick-list {
    margin-right: 0;
  }

  .topics__slider .slick-slide {
    margin-right: 0;
  }

  .topics__slider .slide-dots {
    margin-top: 20px;
  }

  .topics__slider .slide-dots li {
    width: 10px;
    margin: 0 7px;
  }

  .topics__slider .slide-dots button {
    position: relative;
    width: 100%;
    height: 10px;
    border-radius: 50%;
  }
}

/* --------------------------------------------------------------------------------
  articleList
-------------------------------------------------------------------------------- */
.articleList {
  padding: 95px 0;
}
.articleList__headline {
  font-size: 30px;
  line-height: calc(40/30);
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 35px;
  box-sizing: border-box;
}

.articleList ul {
  width: 590px;
  margin: 0 auto;
}

.articleList li {
  position: relative;
  width: 275px;
  display: inline-block;
  margin-right: 31px;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 15px;
}

.articleList li:last-child {
  margin-right: 0;
}

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

.articleList .photo {
  margin-bottom: 15px;
}

.articleList .category {
  width: 95px;
  background-color: #92a3ab;
  font-size: 10px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 11px;
}

.articleList .title {
  font-size: 14px;
  line-height: 1.29;
  margin-bottom: 8px;
}

.articleList .text {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}
.articleList li .hoverArea {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: url("../common/imgs/bg-overlay.png") repeat center top;
  cursor: pointer;
  pointer-events: none;
  z-index: 10;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.articleList li .hoverArea em {
  position: absolute;
  left: 0;
  right: 0;
  top: 60%;
  font-style: normal;
  color: #fff;
}

.articleList li .hoverArea img {
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  text-align: center;
  margin: auto;
}

@media only screen and (max-width: 599px) {
  .articleList__headline {
    font-size: 18px;
    text-align: left;
    margin-bottom: 20px;
  }
  .articleList .photo img {
    width: 100%;
  }
  .articleList ul {
    width: 100%;
  }
  .articleList li {
    width: 99%;
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
  .articleList .text {
    margin-bottom: 10px;
  }
}

/* --------------------------------------------------------------------------------
  hanasaka
-------------------------------------------------------------------------------- */
.hanasaka {
  padding: 95px 0;
  background-color: #fff;
  box-sizing: border-box;
}

.hanasaka__headline {
  font-size: 30px;
  line-height: calc(40/30);
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 30px;
}
.hanasaka__headline span {
  display: block;
  font-size: 20px;
  line-height: 1.43;
  letter-spacing: 0.1em;
  margin-top: 10px;
}

.hanasaka__image {
  margin-bottom: 23px;
  text-align: center;
}

.hanasaka__image img {
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.hanasaka__image img:hover {
  opacity: 0.5;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.hanasaka__text {
  font-size: 14px;
  text-align: center;
}

@media only screen and (max-width: 599px) {
  .hanasaka {
    padding: 50px 0;
  }
  .hanasaka__headline {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .hanasaka__headline span {
    font-size: 12px;
    line-height: 1.43;
  }
  .hanasaka__text {
    text-align: left;
  }
}


/* --------------------------------------------------------------------------------
  csvBnr
-------------------------------------------------------------------------------- */
.section:nth-of-type(2n - 1).csvBnr {
  background-color: #fff;
}

@media only screen and (max-width: 599px) {
  .csvBnr {
    display: none;
  }
}
