/* ======================
  index
======================== */

/* top */

.top-panel {
  min-width: 1000px;
  min-height: 900px;
  background: url("/img/index/top_bg_02.jpg") no-repeat;
  background-position:center;
  background-size: cover;
}

@media (max-width: 600px) {
  .top-panel {
    min-width: inherit;
    min-height: inherit;
  }
}

.top-panel .wrapper {
  padding-top: 60px;
}

@media (max-width: 600px) {
  .top-panel .wrapper {
    padding: 80px 10px;
  }
}

.top-title {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 100px 50px 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3.5rem;
  color: #5C5C5C;
  text-align:right;
  line-height: 4rem;
  text-shadow: 2px 2px 3px #FFF, -2px -2px 3px #FFF,
              -2px 2px 3px #FFF, 2px -2px 3px #FFF,
              0px 2px 3px #FFF,  0-2px 3px #FFF,
              -2px 0 3px #FFF, 2px 0 3px #FFF;
}
	
@media (max-width: 470px) {
  .top-title {
    font-size: 3rem;
  }
}

@media (max-width: 600px) {
  .top-title {
    height: 100px;
  }
}

.top-links__title {
  margin-top: 10px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.25em;
  color: #5C5C5C;
  font-feature-settings: "palt" 1;
}

.top-links__text {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 0.9em;
  color: #5C5C5C;
  line-height: 1.5em;
  font-feature-settings: "palt" 1;
}

.top-links {
  text-align: center;
  margin-top: -40px;
}

.top-links__item {
  display: inline-block;
  box-sizing: border-box;
  width: 310px;
  height: 320px;
  margin: 0 10px 20px 10px;
  padding: 10px 5px;
  text-align: center;
	vertical-align: middle;
  background: rgba(255, 255, 255, 0.8);
}

.top-links__icon[class^="icon-"] {
  display: inline-block;
  width: 1.5em;
  margin: 25px auto;
  color: #82c216;
  font-size: 10rem;
  line-height: 1.5;
  text-align: center;
  border-radius: 50%;
  transition: all ease 0.2s;
}

.top-links__item:hover .top-links__icon {
  color: #fff;
  background: #82c216;
}

/* news */

.news-panel {
  min-width: 1000px;
  background: url("/img/index/news_bg_01.jpg") no-repeat;
  background-size: cover;
}

@media (max-width: 600px) {
  .news-panel {
    min-width: inherit;
  }
}

.news-list{
  margin-top: 50px;
  margin-left: 20px;
}

.news-list-item {
  padding: .5em 0;
  color: #fafafa;
  font-size: 1.4rem;
  line-height: 1.5;
}

.news-list-item::before{
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  margin-left: -13px;
  vertical-align: baseline;
  background: #82c216;
  border-radius: 100%;
}

.news-list-item__date {
  display: inline-block;
  min-width: 6em;
  margin-right: 1em;
  font-weight: 700;
}

.news-list-item__link {
  color: #fafafa;
}

.news-list-item__link:link {
  text-decoration: underline;
}

.news-list-item__link:hover{
  text-decoration: none;
  opacity: .8;
}
/* news */

/* aboutus */

@media (max-width: 600px) {
  .aboutus .wrapper {
    padding-bottom: 40px;
  }
}

.aboutus-panel::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url("/img/index/aboutus_bg_01.jpg") no-repeat;
  background-size: cover;
  content: "";
}

/* 会社概要 */
.summary__panel {
  background: rgba(255, 255, 255, 0.7);
}

/* 共通のborderを定義。ただし、border-styleをnoneにし、初期状態では非表示にする */
.summary-list,
.summary-list__dt,
.summary-list__dd {
  box-sizing: border-box;
  border: 1px none #4b7800;
}

.summary-list {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  line-height: 1.5;
  border-style: none none dotted;
}

.summary-list__dt,
.summary-list__dd {
  padding: 1rem 1rem 1rem 4rem;
  border-top-style: dotted;
}

.summary-list__dt:first-of-type,
.summary-list__dd:first-of-type {
  border-top-style: none;
}

.summary-list__dt {
  width: 220px;
  color: #4b7800;
  font-weight: bold;
}

.summary-list__dd {
  width: calc(100% - 220px);
}

@media (max-width: 600px) {
  .summary-list {
    flex-direction: column;
    border-style: none;
  }
  .summary-list__dt {
    padding: 1em 0.5em 0.5em;
    border-top-style: none;
  }
  .summary-list__dd {
    width: 100%;
    padding: 0 0.5em;
    border-top-style: none;
  }
}

/* 社内風景 */
.office-panel {
  background: rgba(255, 255, 255, 0.2);
}

.office .title,
.office .content-header {
  color: #aaff68;
}

.office-gallary {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #fafafa;
  line-height: 1.857;
}

@media (max-width: 600px) {
  .office-gallary {
    flex-direction: column;
    width: 100%;
  }
}

.office-gallary--child{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 640px;
  margin-left: 10px;
}

@media (max-width: 600px) {
  .office-gallary--child {
    flex-direction: column;
    width: 100%;
    margin-left: 0;
  }
}

.office-gallary__item--logo {
  width: 296px;
  line-height: 1;
  text-align: center;
}

@media (max-width: 600px) {
  .office-gallary__item--logo {
    align-self: center;
    height: 360px;
  }
}

.office-gallary__item {
  width: 310px;
  text-align: center;
}

@media (max-width: 600px) {
  .office-gallary__item {
    align-self: center;
  }
}

.office-gallary a[data-lightbox="office"]{
  display: block;
}

.office-gallary a[data-lightbox="office"]:hover{
  background: #000;
}

.office-photo {
  width: 100%;
  height: auto;
}

a[data-lightbox="office"]:hover .office-photo{
  opacity: .7;
}

/* 代表挨拶 */

.message .title,
.message .content-header,
.message-body {
  color: #fafafa;
}

.message-body {
  line-height: 1.857;
  text-align: justify;
}

.message-photo {
  float: right;
  padding-left: 40px;
}

@media (max-width: 600px) {
  .message-photo {
    width: 100px;
    padding-left: 1em;
  }
}

.message-signature {
  text-align: right;
}

.message-info {
  margin: 5px 0 0;
  padding: 9px 1em;
  border: 1px solid #fafafa;
}

.message-info a.message-info__link {
  padding: 1em;
  color: #fafafa;
  text-decoration: underline;
  background: url(/img/common/ico_blank01.png) 0 center no-repeat;
}

.message-info a.message-info__link:hover {
  text-decoration: none;
}
/* businesspolicy */

.business-panel {
  min-width: 1000px;
  min-height: 600px;
  background: url("/img/index/aboutus_bg_02.jpg") no-repeat;
  background-size: cover;
}

@media (max-width: 600px) {
  .business-panel {
    min-width: inherit;
    min-height: inherit;
  }
}

.business-body{
  display: -ms-grid;
  display: grid;
  margin-top: 50px;
  grid-column-gap: 40px;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr;
  counter-reset: heading;
}

@media (max-width: 600px) {
  .business-body {
    display: block;
  }
}
.business-body__column {
  -ms-grid-column: 1;
  color: #fafafa;
  font-size: 1.4rem;
  line-height: 1.857;
}

.business-body__column:nth-of-type(2){
  -ms-grid-column: 3;
}

.business-header {
  margin: 1em 0;
  font-size: 2rem;
  line-height: 1;
  counter-increment: heading;
}

.business-header::before {
  content: counter(heading) ".";
}

.business-header__sub{
  margin: 1em 0 0;
  font-weight: 700;
  font-size: 1.4rem;
}

/* コンセプト */

.concept-panel {
  min-width: 1000px;
  background: url(/img/index/aboutus_bg_03.jpg) no-repeat;
  background-size: cover;
}

@media (max-width: 600px) {
  .concept-panel {
    min-width: inherit;
    min-height: inherit;
  }
}

.concept-body{
  font-size: 1.4rem;
  line-height: 1.857;
}

/* 沿革 */

.history-panel {
  min-width: 1000px;
  background: url(/img/index/aboutus_bg_04.jpg) no-repeat;
  background-size: cover;
}

@media (max-width: 600px) {
  .history-panel {
    min-width: inherit;
  }
}

.history-body{
  display: -ms-grid;
  display: grid;
  margin-top: 50px;
  grid-column-gap: 40px;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 600px) {
  .history-body {
    display: block;
  }
}

.history-body__column {
  -ms-grid-column: 1;
  color: #fafafa;
  font-size: 1.4rem;
  line-height: 1.857;
}

.history-body__column:nth-of-type(2) {
  -ms-grid-column: 3;
}

.timeline {
  position: relative;
  font-size: 1.4rem;
  line-height: 2;
}

.timeline-item {
  position: relative;
  padding-left: 20px;
}

.timeline-item::before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 1em;
  vertical-align: baseline;
  background: #82c216;
  border-radius: 5px;
}

.timeline-item:not(:last-child)::after{
  position: absolute;
  content: "";
  top: 1.4rem;
  left: 0.33em;
  display: block;
  width: 1px;
  height: 100%;
  background: #82c216;
}

.timeline-item__date {
  display: inline-block;
  width: 8em;
  font-weight: 700;
}

@media (max-width: 600px) {
  .timeline-item__date {
    width: 100%;
  }
}
.history-row {
  margin: 0 0 1em;
}

.history-figure {
  float: right;
  margin: 0 0 0 40px;
}

.logo-circle {
  position: relative;
}

.logo-circle::before {
  position: absolute;
  top: 9px;
  left: 9px;
  z-index: 1;
  z-index: 1;
  width: 124px;
  height: 123px;
  background: #fff;
  border-radius: 50%;
  content: "";
}

.logo-circle__inner{
  position: relative;
  z-index: 2;
}

/* アクセス */
.access-detail {
  float: left;
  width: 50%;
  font-size: 1.6rem;
  line-height: 2.1875;
}

@media (max-width: 600px) {
  .access-detail{
    float: none;
    width: 100%;
  }
  .access-map{
    width: 100%;
  }
}

/* 採用情報 */
.recruit-panel {
  background: url(/img/common/bg_01.gif)
}

.recruit-body {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 40px;
  grid-template-areas:
    "message01 message02"
    "link photo";
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

@media (max-width: 600px) {
  .recruit-body {
    display: block;
  }
}

.recruit-message {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: message01;
  margin-bottom: 40px;
}

.recruit-message:nth-of-type(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: message02;
}

.recruit-message__consept {
  margin: 0 1em 1em;
  font-weight: 700;
  line-height: 1.857;
}
.recruit-message__text {
  font-size: 1.4rem;
  line-height: 1.857;
  text-align: justify;
}

.recruit-link {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: link;
}

.recruit-link__item {
  margin-bottom: 40px;
}

.recruit-btn {
  display: inline-block;
  width: 210px;
  height: 50px;
  margin-right: 28px;
  color: #4b7800;
  font-weight: bold;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  border: solid #4b7800 1px;
}

.recruit-btn:hover {
  color: #fff;
  background: #4b7800;
}

.recruit-btn--disable{
  color: rgba(0,0,0,.3);
  border-color:rgba(0,0,0,.3);
  pointer-events: none;
}

.recruit-photo {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: photo;
  text-align: right;
}

/* contact */
.contact-panel {
  min-width: 1000px;
  background: url(/img/index/contact_bg_01.jpg) no-repeat;
  background-size: cover;
}

@media (max-width: 600px) {
  .contact .backgroundimage {
    min-width: inherit;
  }
  .contact-panel {
    min-width: inherit;
  }
}

.wpcf7c-conf {
  background-color: #F5F5F5; /* 背景色 */
  color: black; /* 文字色 */
  border: 1px solid #AEAEAE; /* 周りの線: 太さ　線種 線の色 */
}
.column{
  padding:0.5rem;
}

