@charset "UTF-8";
/*----------------------------------------
	clearfix
----------------------------------------*/
.container:after, .postList__body:after, .singlePage__content__body:after, .cornarTemp:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/*----------------------------------------
	reset
----------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, dialog, figure, footer, header, hgroup, main, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: #333;
  vertical-align: baseline;
}

header, footer, article, section, aside, hgroup, nav, menu, figure, figcaption, time {
  display: block;
}

li {
  list-style: none;
}

ol li {
  list-style: decimal;
}

img {
  border: 0;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

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

caption, th {
  text-align: left;
}

hr {
  margin: 1em 0;
  padding: 0;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
}

input, select {
  vertical-align: middle;
}

input, textarea {
  margin: 0;
  padding: 0;
}

.clearfix {
  min-height: 1px;
  _height: 1%;
}

.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/*----------------------------------------
	body
----------------------------------------*/
body {
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #333;
  background: #EDF1EB;
}

body.underPage {
  margin-top: 57px;
}

@media screen and (max-width: 767px) {
  body {
    position: relative;
    margin-top: 60px;
  }
  body.underPage {
    margin-top: 60px;
  }
}

main {
  display: block;
}

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

a * {
  -webkit-transition: compact(all 0.5s ease, false, false, false, false, false, false, false, false, false);
  transition: compact(all 0.5s ease, false, false, false, false, false, false, false, false, false);
}

a:hover {
  color: #999;
}

a:active {
  color: #333;
}

.clearfix {
  min-height: 1px;
  _height: 1%;
}

.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/*----------------------------------------
	container
----------------------------------------*/
.container {
  margin: 0 auto;
  width: 100%;
  text-align: left;
  position: relative;
}

/*----------------------------------------
	module
----------------------------------------*/
/*----------------------------------------
	underVisual
----------------------------------------*/
.underVisual {
  width: 100%;
  height: 140px;
  background: #FFF;
  padding: 27px 0 30px;
  box-sizing: border-box;
}

.underVisual__main {
  text-align: center;
  font-size: 36px;
  color: #676A60;
  font-weight: bold;
  letter-spacing: 0.2em;
}

.underVisual__main span {
  margin-top: 5px;
  letter-spacing: 0.2em;
  display: block;
  text-align: center;
  font-family: 'Helvetica Neue',游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-style: italic;
  font-size: 12px;
  font-weight: normal;
}

.underVisual--project {
  position: absolute;
  top: 57px;
  background: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 767px) {
  .underVisual {
    height: auto;
    padding: 16px 10px 20px;
  }
  .underVisual__main {
    font-size: 24px;
  }
  .underVisual--project {
    top: 0;
  }
}

/*----------------------------------------
	pagenation
----------------------------------------*/
.pagenation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagenation__prev {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #FFF;
  line-height: 35px;
  text-align: center;
  position: relative;
  margin-right: 10px;
  -webkit-transition: .4s;
  transition: .4s;
}

.pagenation__prev:hover {
  opacity: 0.7;
}

.pagenation__prev:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 4px;
  height: 4px;
  border-top: 1px solid #004986;
  border-left: 1px solid #004986;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pagenation__next {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #FFF;
  line-height: 35px;
  text-align: center;
  position: relative;
  margin-left: 10px;
  -webkit-transition: .4s;
  transition: .4s;
}

.pagenation__next:hover {
  opacity: 0.7;
}

.pagenation__next:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 4px;
  height: 4px;
  border-top: 1px solid #004986;
  border-left: 1px solid #004986;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

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

.pagenation__numList li {
  list-style: none;
  width: 35px;
  text-align: center;
  line-height: 35px;
  font-size: 16px;
  color: #676A60;
  margin-right: 10px;
}

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

.pagenation__numList li a {
  display: block;
  background: #004986;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  line-height: 35px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-transition: .4s;
  transition: .4s;
}

.pagenation__numList li a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .pagenation {
    padding: 0 25px;
    box-sizing: border-box;
  }
  .pagenation__prev {
    width: 27px;
    height: 27px;
    line-height: 27px;
    margin-right: 5px;
  }
  .pagenation__next {
    width: 27px;
    height: 27px;
    line-height: 27px;
    margin-left: 5px;
  }
  .pagenation__numList li {
    width: 27px;
    line-height: 27px;
    font-size: 14px;
    margin-right: 5px;
  }
  .pagenation__numList li a {
    font-size: 14px;
    line-height: 27px;
    width: 27px;
    height: 27px;
  }
}

/*----------------------------------------
	moreBtn
----------------------------------------*/
.moreBtn {
  width: 400px;
  margin: 0 auto;
  position: relative;
}

.moreBtn:after {
  content: "";
  position: absolute;
  background: #D5DBD2;
  width: 100%;
  height: 100%;
  top: 7px;
  left: 7px;
}

.moreBtn a {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #FFF;
  border: 2px solid #6FB748;
  font-size: 16px;
  color: #676A60;
  font-weight: bold;
  -webkit-transition: .4s;
  transition: .4s;
}

.moreBtn a:after {
  content: "";
  position: absolute;
  background: url(../images/icon-arrow.png) no-repeat center;
  width: 40px;
  height: 15px;
  background-size: contain;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto;
}

.moreBtn a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .moreBtn {
    width: 200px;
  }
  .moreBtn:after {
    top: 7px;
    left: 7px;
  }
  .moreBtn a {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
  .moreBtn a:after {
    width: 25px;
    height: 10px;
    right: 7px;
  }
}

/*----------------------------------------
	postList
----------------------------------------*/
.postList {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.postList__body {
  background: #FFF;
  margin: 55px auto 75px;
  position: relative;
}

.postList__body:last-child {
  margin-bottom: 41px;
}

.postList__body__sub {
  float: left;
}

.postList__body__sub a {
  display: block;
  position: absolute;
  top: -55px;
  left: -20px;
  -webkit-transition: .4s;
  transition: .4s;
  width: 360px;
  height: 360px;
}

.postList__body__sub a img {
  max-width: 100%;
  height: auto;
}

.postList__body__sub a:hover {
  opacity: 0.7;
}

.postList__body__sub a .label {
  position: absolute;
  font-size: 12px;
  color: #FFF;
  top: 10px;
  left: -10px;
  background: #004986;
  padding: 3px 15px;
}

.postList__body__main {
  float: right;
  width: 490px;
  padding: 20px 30px 28px 0;
  position: relative;
  box-sizing: border-box;
}

.postList__body__main .date {
  position: absolute;
  top: -27px;
}

.postList__body__main .title {
  min-height: 57px;
  margin-bottom: 15px;
}

.postList__body__main .title a {
  font-size: 18px;
  font-weight: bold;
  color: #676A60;
  line-height: 1.666;
  -webkit-transition: .4s;
  transition: .4s;
}

.postList__body__main .title a:hover {
  opacity: 0.7;
}

.postList__body__main .tags {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.postList__body__main .tags li {
  font-size: 11px;
  color: #333;
  background: #F2F2F2;
  padding: 4px 6px;
  margin-right: 5px;
}

.postList__body__main .content a {
  display: block;
  font-size: 13px;
  color: #676A60;
  line-height: 2;
  -webkit-transition: .4s;
  transition: .4s;
}

.postList__body__main .content a:hover {
  opacity: 0.7;
}

.postList__body__main .footWrapper {
  min-height: 60px;
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #DBDEE4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.postList__body__main .footWrapper__foot {
  margin-right: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.postList__body__main .footWrapper__foot__thumb {
  margin-right: 10px;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.postList__body__main .footWrapper__foot__body {
  text-align: center;
}

.postList__body__main .footWrapper__foot__body .name {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #004986;
}

.postList__body__main .footWrapper__foot__body .sp-only {
  display: none;
}

.postList__body__main .noneFoot {
  height: 84px;
}

@media screen and (max-width: 767px) {
  .postList {
    padding: 0 25px;
  }
  .postList__body {
    background: #FFF;
    margin: 25px auto 50px;
  }
  .postList__body__sub {
    float: none;
    height: calc( 100vw * 0.84);
  }
  .postList__body__sub a {
    width: 100%;
    top: -25px;
    left: -25px;
    height: auto;
  }
  .postList__body__sub a .label {
    top: 0;
    left: 0;
  }
  .postList__body__sub a img {
    max-width: 100%;
    height: auto;
  }
  .postList__body__main {
    float: none;
    width: 100%;
    padding: 20px;
    padding-top: 0;
  }
  .postList__body__main .date {
    position: static;
    top: auto;
  }
  .postList__body__main .title {
    min-height: 45px;
    margin-bottom: 19px;
  }
  .postList__body__main .title a {
    font-size: 15px;
  }
  .postList__body__main .tags {
    margin-bottom: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .postList__body__main .tags li {
    padding: 2px 4px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .postList__body__main .footWrapper {
    margin-top: 25px;
  }
  .postList__body__main .footWrapper__foot {
    width: 49%;
    margin-right: 2%;
  }
  .postList__body__main .footWrapper__foot:last-child {
    margin-right: 0;
  }
  .postList__body__main .footWrapper__foot__thumb {
    margin-right: 2%;
  }
  .postList__body__main .footWrapper__foot__body {
    width: 49%;
  }
  .postList__body__main .footWrapper__foot__body img {
    max-width: 100%;
    height: auto;
  }
  .postList__body__main .footWrapper__foot__body .name {
    font-size: 13px;
  }
  .postList__body__main .footWrapper__foot__body .sp-only {
    display: inline-block;
    max-width: 100%;
    height: auto;
  }
  .postList__body__main .footWrapper__foot__body .pc-only {
    display: none;
  }
  .postList__body__main .noneFoot {
    height: auto;
  }
}

@media screen and (min-width: 412px) and (max-width: 767px) {
  .postList__body__sub {
    height: 350px;
  }
}

/*----------------------------------------
	col3Post
----------------------------------------*/
.col3Post {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.col3Post__item {
  width: 30%;
  margin-right: 50px;
}

.col3Post__item:nth-child(3n) {
  margin-right: 0;
}

.col3Post__item a {
  display: block;
  -webkit-transition: .4s;
  transition: .4s;
}

.col3Post__item a:hover {
  opacity: 0.7;
}

.col3Post__item__sub {
  margin-bottom: 10px;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.col3Post__item__sub img {
  max-width: 100%;
  height: auto;
}

.col3Post__item__main {
  font-size: 16px;
  font-weight: bold;
  color: #676A60;
  line-height: 1.625;
}

@media screen and (max-width: 767px) {
  .col3Post {
    margin-bottom: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-sizing: border-box;
  }
  .col3Post__item {
    width: 46%;
    margin-right: 0;
    margin-bottom: 22px;
  }
  .col3Post__item__sub {
    height: auto;
  }
  .col3Post__item__main {
    font-size: 13px;
  }
}

/*----------------------------------------
	header
----------------------------------------*/
.gHeader {
  background: #6FB748;
}

.gHeader--under {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}

.gHeader--fix {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}

.gHeader__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 10px 20px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gHeader .sitelogo {
  line-height: 1;
}

.gHeader .hum {
  display: none;
}

.gHeader .gNav .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gHeader .gNav .menu__item {
  margin-left: 25px;
}

.gHeader .gNav .menu__item a {
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  -webkit-transition: .4s;
  transition: .4s;
}

.gHeader .gNav .menu__item a:hover {
  opacity: 0.7;
}

.gHeader .gNav .menu__search {
  margin-left: 15px;
  position: relative;
}

.gHeader .gNav .menu__search .btn {
  background: url(../images/icon-search.png) no-repeat center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 7px;
  margin: auto;
  border: none;
  width: 15px;
  height: 15px;
}

.gHeader .gNav .menu__search .area {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 160px;
  height: 30px;
  color: #FFF;
  padding: 10px;
  font-size: 14px;
  padding-left: 26px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .gHeader {
    background: #6FB748;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
  }
  .gHeader__inner {
    display: block;
    padding: 16px 15px;
  }
  .gHeader .sitelogo {
    width: 180px;
    line-height: 1;
  }
  .gHeader .sitelogo a {
    display: block;
  }
  .gHeader .sitelogo img {
    width: 100%;
    height: auto;
  }
  .gHeader .hum {
    display: block;
    position: absolute;
    right: 15px;
    top: 7px;
    width: 45px;
    height: 45px;
    background: #FFF;
    border-radius: 5px;
  }
  .gHeader .hum span {
    position: absolute;
    left: 7px;
    height: 2px;
    background-color: #676a60;
    -webkit-transition: .4s;
    transition: .4s;
  }
  .gHeader .hum span:nth-of-type(1) {
    top: 15px;
    width: 20px;
  }
  .gHeader .hum span:nth-of-type(2) {
    top: 22px;
    width: 25px;
  }
  .gHeader .hum span:nth-of-type(3) {
    top: 29px;
    width: 30px;
  }
  .gHeader .hum.active span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
    -ms-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
    width: 30px;
  }
  .gHeader .hum.active span:nth-of-type(2) {
    opacity: 0;
  }
  .gHeader .hum.active span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    -ms-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
  }
  .gHeader .gNav {
    display: none;
  }
  .gHeader .gNav .menu {
    display: block;
    padding-top: 10px;
  }
  .gHeader .gNav .menu__item {
    width: 100%;
    background: #6FB748;
    margin-left: 0;
  }
  .gHeader .gNav .menu__item a {
    display: block;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  .gHeader .gNav .menu__search {
    margin-left: 0;
    display: block;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  .gHeader .gNav .menu__search .btn {
    background: url(../images/icon-search.png) no-repeat center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto;
    border: none;
    width: 15px;
    height: 15px;
  }
  .gHeader .gNav .menu__search .area {
    background: none;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 40px;
    color: #FFF;
    padding: 10px;
    font-size: 14px;
    padding-left: 26px;
    box-sizing: border-box;
  }
}

/*----------------------------------------
	footer
----------------------------------------*/
.gFooter {
  background: #FFF;
  padding-top: 60px;
}

.gFooter__body {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gFooter__body__main {
  width: 300px;
}

.gFooter__body__main__head {
  margin-bottom: 17px;
}

.gFooter__body__main img {
  margin-bottom: 15px;
}

.gFooter__body__main__name {
  font-size: 18px;
  color: #676A60;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 18px;
}

.gFooter__body__main__name span {
  display: block;
  font-size: 12px;
  color: #676A60;
  font-weight: normal;
}

.gFooter__body__main__txt {
  font-size: 14px;
  color: #676A60;
  line-height: 1.7;
  margin-bottom: 25px;
}

.gFooter__body__main__btn a {
  font-size: 14px;
  color: #01A2D0;
  text-decoration: underline;
  -webkit-transition: .4s;
  transition: .4s;
}

.gFooter__body__main__btn a:hover {
  opacity: 0.7;
}

.gFooter__body__contact {
  width: 500px;
  margin-right: 40px;
}

.gFooter__body__contact__head {
  font-size: 24px;
  color: #293D4F;
  font-weight: bold;
  margin-bottom: 20px;
}

.gFooter__body__contact__txt {
  margin-bottom: 40px;
  color: #676A60;
}

.gFooter__body__contact__txt a {
  color: #01A2D0;
  text-decoration: underline;
}

.gFooter__body__contact .require {
  color: #CA1354;
}

.gFooter__body__contact .formList__item {
  margin-bottom: 30px;
}

.gFooter__body__contact .formList__item p {
  font-size: 16px;
  color: #676A60;
  font-weight: bold;
  margin-bottom: 10px;
}

.gFooter__body__contact .formList__item p .require {
  font-size: 16px;
  display: inline-block;
  margin-left: 3px;
}

.gFooter__body__contact .formList__item input[type="text"],
.gFooter__body__contact .formList__item input[type="email"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: #F2F2F2;
  width: 100%;
  height: 45px;
  padding: 5px 10px;
  font-size: 16px;
  color: #676A60;
  box-sizing: border-box;
}

.gFooter__body__contact .formList__item input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: #F2F2F2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-right: 3px;
  position: relative;
}

.gFooter__body__contact .formList__item input[type="radio"]:checked::after {
  content: "";
  background: #6FB748;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  margin: auto;
}

.gFooter__body__contact .formList__item input[type="radio"]:focus {
  outline: none;
}

.gFooter__body__contact .formList__item .radioLabel {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gFooter__body__contact .formList__item .radioLabel .wpcf7-list-item {
  margin: 0;
  margin-right: 2%;
  width: 28%;
}

.gFooter__body__contact .formList__item .radioLabel .wpcf7-list-item label {
  margin-bottom: 10px;
  font-size: 14px;
  color: #676A60;
  line-height: 1;
}

.gFooter__body__contact .formList__item textarea {
  width: 100%;
  height: 120px;
  padding: 10px;
  box-sizing: border-box;
  background: #F2F2F2;
  border: none;
  font-size: 16px;
  color: #676A60;
}

.gFooter__body__contact .sendBtn {
  width: 200px;
  margin: 0 auto;
  position: relative;
}

.gFooter__body__contact .sendBtn:before {
  content: "";
  position: absolute;
  background: #E6EBF1;
  width: 100%;
  height: 50px;
  top: 7px;
  left: 7px;
}

.gFooter__body__contact .sendBtn input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #FFF;
  font-size: 16px;
  color: #676A60;
  font-weight: bold;
  border: 2px solid #6FB748;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 0;
}

.gFooter__body__contact .sendBtn input:hover {
  cursor: pointer;
  opacity: 0.7;
}

.gFooter .toTop {
  text-align: right;
  max-width: 1000px;
  padding: 0 30px;
  box-sizing: border-box;
  margin: 80px auto 30px;
}

.gFooter .toTop a {
  display: inline-block;
}

.gFooter__bottom {
  background: #6FB748;
}

.gFooter__bottom__inner {
  margin: 0 auto;
  max-width: 1040px;
  padding: 10px 20px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.gFooter__bottom__inner .sns li {
  margin-left: 45px;
}

.gFooter__bottom__inner .sns a span {
  font-size: 20px;
  color: #FFF;
  display: inline-block;
  line-height: 1;
}

.gFooter__bottom__inner .sns a img {
  margin-right: 5px;
}

.gFooter .copyright {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #293D4F;
  padding: 15px 0;
  background: #EDF1EB;
}

@media screen and (max-width: 767px) {
  .gFooter {
    padding-top: 27px;
  }
  .gFooter__body {
    display: block;
  }
  .gFooter__body__main {
    width: 100%;
    padding: 0 35px;
    margin-bottom: 50px;
    box-sizing: border-box;
  }
  .gFooter__body__main__head {
    text-align: center;
    margin-bottom: 17px;
  }
  .gFooter__body__main img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto 10px;
  }
  .gFooter__body__main__name {
    margin-bottom: 10px;
  }
  .gFooter__body__main__txt {
    font-size: 13px;
  }
  .gFooter__body__main__btn a {
    font-size: 13px;
  }
  .gFooter__body__contact {
    width: 100%;
    padding: 0 35px;
    box-sizing: border-box;
    margin-right: 0;
  }
  .gFooter__body__contact__head {
    font-size: 22px;
    text-align: center;
    margin-bottom: 13px;
  }
  .gFooter__body__contact__txt {
    font-size: 13px;
    margin-bottom: 15px;
  }
  .gFooter__body__contact .formList__item {
    margin-bottom: 13px;
  }
  .gFooter__body__contact .formList__item p {
    margin-bottom: 4px;
  }
  .gFooter__body__contact .formList__item input[type="text"] {
    height: 40px;
  }
  .gFooter__body__contact .formList__item input[type="radio"] {
    width: 13px;
    height: 13px;
  }
  .gFooter__body__contact .formList__item input[type="radio"]:checked::after {
    width: 7px;
    height: 7px;
    left: 3px;
  }
  .gFooter__body__contact .formList__item .radioLabel .wpcf7-list-item {
    margin: 0;
    margin-right: 1%;
    width: 49%;
  }
  .gFooter__body__contact .formList__item .radioLabel .wpcf7-list-item label {
    margin-bottom: 10px;
    font-size: 14px;
    color: #676A60;
    line-height: 1;
  }
  .gFooter__body__contact .formList__item textarea {
    height: 100px;
  }
  .gFooter__body__contact .sendBtn:before {
    height: 40px;
  }
  .gFooter__body__contact .sendBtn input {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    background: url(../images/icon-arrow.png) no-repeat center right 5px, #fff;
    background-size: 21px;
  }
  .gFooter .toTop {
    display: none;
  }
  .gFooter__bottom {
    margin-top: 25px;
  }
  .gFooter__bottom__inner {
    padding: 17px 20px 20px;
    display: block;
  }
  .gFooter__bottom__inner .sitelogo {
    text-align: center;
  }
  .gFooter__bottom__inner .sns {
    margin-top: 15px;
  }
  .gFooter__bottom__inner .sns li {
    margin: 0 18px;
  }
  .gFooter__bottom__inner .sns a span {
    display: none;
  }
  .gFooter__bottom__inner .sns a img {
    margin-right: 0;
  }
  .gFooter .copyright {
    padding: 10px 0 31px;
    background: #FFF;
  }
}

/*----------------------------------------
	sidebar
----------------------------------------*/
/*----------------------------------------
	index
----------------------------------------*/
.mainVisual {
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.frontPage {
  padding-top: 40px;
}

.frontPage--addMt {
  margin-top: 62px;
}

.frontPage .pickUp {
  max-width: 1040px;
  margin: 130px auto 160px;
  padding: 0 20px;
  box-sizing: border-box;
}

.frontPage .pickUp__title {
  margin-bottom: 14px;
  text-align: center;
}

.frontPage .shiftBlock__title {
  text-align: center;
  margin-bottom: 13px;
}

.frontPage .shiftBlock__inner {
  width: 100%;
  height: 800px;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.frontPage .shiftBlock__content {
  margin-top: auto;
  margin-bottom: 30px;
  max-width: 700px;
  background: rgba(255, 255, 255, 0.8);
  padding: 26px 44px 38px 34px;
  box-sizing: border-box;
}

.frontPage .shiftBlock__content .name {
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  color: #6FB748;
  border-bottom: 3px solid #6FB748;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .frontPage .shiftBlock__content .name {
    margin-bottom: 15px;
    line-height: 1.4;
  }
}

@supports (-ms-ime-align: auto) {
  .frontPage .shiftBlock__content .name {
    margin-bottom: 15px;
    line-height: 1.4;
  }
}

.frontPage .shiftBlock__content .body {
  margin-left: 105px;
  max-width: 500px;
  box-sizing: border-box;
  padding: 20px 58px 22px 58px;
  position: relative;
  display: inline-block;
}

.frontPage .shiftBlock__content .body:before {
  content: "\“";
  position: absolute;
  left: 0;
  top: 0;
  color: #6FB748;
  font-size: 120px;
  line-height: 1;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.frontPage .shiftBlock__content .body:after {
  content: "\”";
  position: absolute;
  right: 0;
  top: 0;
  color: #6FB748;
  font-size: 120px;
  line-height: 1;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.frontPage .shiftBlock__content .body p {
  font-size: 16px;
  color: #676A60;
  line-height: 1.8;
  font-weight: bold;
  word-wrap: break-word;
}

.frontPage .shiftBlock__content .body p a {
  font-size: 16px;
  color: #676A60;
  line-height: 1.8;
  font-weight: bold;
  -webkit-transition: .4s;
  transition: .4s;
  word-wrap: break-word;
}

.frontPage .shiftBlock__content .body p a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .mainVisual {
    background: url(../images/mainVisual.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 240px;
  }
  .mainVisual img {
    display: none;
  }
  .frontPage {
    padding-top: 25px;
  }
  .frontPage .pickUp {
    margin: 60px auto 120px;
    padding: 0 23px;
  }
  .frontPage .pickUp__title {
    width: 40%;
    margin: 0 auto 15px;
  }
  .frontPage .pickUp__title img {
    max-width: 100%;
    height: auto;
  }
  .frontPage .shiftBlock {
    margin-bottom: 280px;
  }
  .frontPage .shiftBlock__title {
    width: 60%;
    margin: 0 auto 10px;
  }
  .frontPage .shiftBlock__title img {
    max-width: 100%;
    height: auto;
  }
  .frontPage .shiftBlock__inner {
    display: block;
    height: 215px;
  }
  .frontPage .shiftBlock__content {
    position: relative;
    top: 88%;
    margin: auto;
    width: 93%;
    padding: 14px 22px 22px;
  }
  .frontPage .shiftBlock__content .name {
    font-size: 16px;
    border-bottom: 2px solid #6FB748;
    margin-bottom: 14px;
  }
  .frontPage .shiftBlock__content .body {
    margin-left: 0;
    padding: 0  35px 12px;
  }
  .frontPage .shiftBlock__content .body:before {
    font-size: 75px;
  }
  .frontPage .shiftBlock__content .body:after {
    font-size: 80px;
  }
  .frontPage .shiftBlock__content .body p {
    font-size: 13px;
  }
  .frontPage .shiftBlock__content .body p br {
    display: none;
  }
}

/*----------------------------------------
	other
----------------------------------------*/
/*----------------------------------------
	pickupPage
----------------------------------------*/
.pickupPage {
  padding: 50px 0 100px;
}

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

.archivePage .tagArchive {
  max-width: 880px;
  margin: 0 auto 25px;
}

.archivePage .tagArchive__inner {
  -webkit-transition: .4s;
  transition: .4s;
  border-top: 1px dotted #676A60;
  border-bottom: 1px dotted #676A60;
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.archivePage .tagArchive__head {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  width: 80px;
  line-height: 1;
  padding-top: 6px;
}

.archivePage .tagArchive__body {
  width: 84%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.archivePage .tagArchive__body li {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  line-height: 1;
  margin-right: 5px;
  margin-bottom: 5px;
}

.archivePage .tagArchive__body li a {
  display: block;
  background: #FFF;
  padding: 6px 18px;
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  -webkit-transition: .4s;
  transition: .4s;
}

.archivePage .tagArchive__body li a:hover {
  opacity: 0.8;
}

.archivePage .tagArchive__body li.active {
  padding: 6px 18px;
}

.archivePage .tagArchive__body li.close {
  display: none;
}

.archivePage .tagArchive__foot {
  margin-top: 5px;
  text-align: right;
}

.archivePage .tagArchive__foot span {
  font-size: 14px;
  color: #01A2D0;
  text-decoration: underline;
  position: relative;
  -webkit-transition: .4s;
  transition: .4s;
}

.archivePage .tagArchive__foot span:hover {
  cursor: pointer;
  opacity: 0.7;
}

.archivePage .tagArchive__foot span:before {
  top: -3px;
  bottom: 0;
  left: -16px;
  margin: auto;
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #676A60;
  border-left: 1px solid #676A60;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.archivePage .postArchive__title {
  font-size: 30px;
  color: #676A60;
  font-weight: bold;
  max-width: 880px;
  margin: 0 auto;
  position: relative;
  line-height: 1.6;
  padding-bottom: 65px;
}

.archivePage .postArchive__title:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #fff;
  top: 60px;
  left: 0;
}

.archivePage .postArchive__title:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 3px;
  background: #6FB748;
  top: 60px;
  left: 0;
}

.archivePage--searchArchive {
  max-width: 920px;
  padding: 30px 20px 0;
  margin: 0 auto;
  box-sizing: border-box;
}

.archivePage--searchArchive .leadTxt {
  max-width: 880px;
  font-size: 16px;
  margin: 0 auto 20px;
}

.archivePage--searchArchive .searchWrap {
  position: relative;
  max-width: 880px;
  margin: 0 auto 40px;
}

.archivePage--searchArchive .searchWrap .btn {
  background: url(../images/icon-search02.png) no-repeat center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 7px;
  margin: auto;
  border: none;
  width: 25px;
  height: 25px;
}

.archivePage--searchArchive .searchWrap .area {
  background: none;
  border-radius: 5px;
  border: 1px solid rgba(103, 106, 96, 0.5);
  width: 400px;
  height: 50px;
  color: #676A60;
  padding: 10px;
  font-size: 14px;
  padding-left: 32px;
  box-sizing: border-box;
}

.archivePage--searchArchive .postArchive {
  margin-bottom: 80px;
}

/*----------------------------------------
	singlePage
----------------------------------------*/
.singleVisual {
  width: 100%;
  height: 587px;
  background-size: cover;
  background-position: center center;
}

.singlePage {
  padding-bottom: 100px;
}

.singlePage__content {
  max-width: 1000px;
  margin: 0 auto;
}

.singlePage__content__head {
  background: #EDF1EB;
  position: relative;
  margin-top: -50px;
  padding: 50px 60px 0;
  margin-bottom: 35px;
  box-sizing: border-box;
}

.singlePage__content__head .postTitle {
  font-size: 30px;
  color: #676A60;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
  border-bottom: 3px solid #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.singlePage__content__head .postTitle:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 3px;
  background: #6FB748;
  left: 0;
  bottom: -3px;
}

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

.singlePage__content__head__inner .tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 70%;
}

.singlePage__content__head__inner .tags li {
  margin-right: 5px;
}

.singlePage__content__head__inner .tags a {
  background: #FFF;
  font-size: 11px;
  color: #333;
  padding: 4px 6px;
}

.singlePage__content__head__inner .sub {
  width: 30%;
}

.singlePage__content__head__inner .projectPeriod {
  font-size: 13px;
  color: #555;
}

.singlePage__content__head__inner .date {
  font-size: 13px;
  color: #555;
}

.singlePage__content .profileWrapper {
  margin-bottom: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.singlePage__content .profileWrapper .profile {
  width: 400px;
  box-sizing: border-box;
  margin: 0 20px;
  background: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 19px 20px;
}

.singlePage__content .profileWrapper .profile .thumb {
  width: 120px;
}

.singlePage__content .profileWrapper .profile .thumb img {
  width: 100%;
  height: auto;
}

.singlePage__content .profileWrapper .profile__main {
  width: 220px;
  margin-left: 15px;
}

.singlePage__content .profileWrapper .profile__main .name {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #004986;
}

.singlePage__content .profileWrapper .profile__main p {
  font-size: 13px;
  color: #676A60;
  line-height: 1.8;
}

.singlePage__content__body {
  max-width: 880px;
  padding: 0 30px;
  box-sizing: border-box;
  margin: 0 auto;
}

.singlePage__content__body h2 {
  font-size: 24px;
  font-weight: bold;
  color: #676A60;
  line-height: 1.3;
  padding-left: 20px;
  position: relative;
  margin-bottom: 16px;
}

.singlePage__content__body h2:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 1px;
  background: #676A60;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.singlePage__content__body h3 {
  font-size: 18px;
  font-weight: bold;
  color: #676A60;
  margin-bottom: 16px;
}

.singlePage__content__body p {
  font-size: 16px;
  color: #676A60;
  line-height: 1.875;
  margin-bottom: 40px;
}

.singlePage__content__foot {
  margin-bottom: 65px;
}

.singlePage__content__foot__relay {
  max-width: 820px;
  box-sizing: border-box;
  margin: 0 auto 40px;
  background: #FFF;
  padding: 30px 36px;
}

.singlePage__content__foot__relay__head {
  font-size: 16px;
  font-weight: bold;
  color: #004986;
  margin-bottom: 10px;
}

.singlePage__content__foot__relay__body {
  font-size: 14px;
  color: #676A60;
  line-height: 1.71;
}

.singlePage__content__foot__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 47px;
}

.singlePage__content__foot__sns li {
  margin: 0 10px;
}

.singlePage__content__foot__sns .facebook {
  width: 260px;
  height: 50px;
  position: relative;
}

.singlePage__content__foot__sns .facebook:before {
  content: "";
  position: absolute;
  background: #D5DBD2;
  width: 100%;
  height: 100%;
  left: 7px;
  top: 7px;
}

.singlePage__content__foot__sns .facebook a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #4267B2;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-transition: .4s;
  transition: .4s;
}

.singlePage__content__foot__sns .facebook a:hover {
  opacity: 0.8;
}

.singlePage__content__foot__sns .facebook a img {
  margin-right: 8px;
}

.singlePage__content__foot__sns .twitter {
  width: 260px;
  height: 50px;
  position: relative;
}

.singlePage__content__foot__sns .twitter:before {
  content: "";
  position: absolute;
  background: #D5DBD2;
  width: 100%;
  height: 100%;
  left: 7px;
  top: 7px;
}

.singlePage__content__foot__sns .twitter a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #1da1f2;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-transition: .4s;
  transition: .4s;
}

.singlePage__content__foot__sns .twitter a:hover {
  opacity: 0.8;
}

.singlePage__content__foot__sns .twitter a img {
  margin-right: 8px;
}

.singlePage__content__foot__back {
  text-align: center;
}

.singlePage__content__foot__back a {
  font-size: 16px;
  color: #01A2D0;
  text-decoration: underline;
  position: relative;
  -webkit-transition: .4s;
  transition: .4s;
}

.singlePage__content__foot__back a:hover {
  opacity: 0.7;
}

.singlePage__content__foot__back a:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-top: 1px solid #676A60;
  border-left: 1px solid #676A60;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  left: -15px;
}

.singlePage__content__foot__back--arrowChange a:before {
  width: 9px;
  height: 5px;
  background: url(../images/icon-arrowSmall02.png) no-repeat center left;
  border: none;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.singlePage .relationPost {
  max-width: 1000px;
  margin: 0 auto;
}

.singlePage .relationPost__title {
  text-align: center;
  position: relative;
  margin-bottom: 35px;
}

.singlePage .relationPost__title:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 544px;
  height: 1px;
  background: #676A60;
}

.singlePage .relationPost__title span {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  color: #676A60;
  background: #EDF1EB;
  padding: 0 20px;
  position: relative;
}

.searchResult {
  padding: 50px 0 100px;
}

/*----------------------------------------
	cornarTemp 固定ページテンプレート	
----------------------------------------*/
.cornarTemp {
  max-width: 920px;
  padding: 30px 20px 0;
  margin: 0 auto 100px;
}

.cornarTemp h2 {
  font-size: 30px;
  color: #676A60;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
  border-bottom: 3px solid #fff;
  padding-bottom: 18px;
  margin-bottom: 23px;
}

.cornarTemp h2:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 3px;
  background: #6FB748;
  left: 0;
  bottom: -3px;
}

.cornarTemp h3 {
  font-size: 24px;
  font-weight: bold;
  color: #676A60;
  line-height: 1.3;
  padding-left: 20px;
  position: relative;
  margin-bottom: 16px;
}

.cornarTemp h3:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 1px;
  background: #676A60;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.cornarTemp h4 {
  font-size: 18px;
  font-weight: bold;
  color: #676A60;
  margin-bottom: 16px;
}

.cornarTemp p {
  font-size: 16px;
  color: #676A60;
  line-height: 1.875;
  margin-bottom: 40px;
}

.cornarTemp img,
.cornarTemp img[class*="wp-image-"],
.cornarTemp img[class*="attachment-"] {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.cornarTemp .aligncenter {
  display: block;
  margin: 0 auto 20px;
}

.cornarTemp .alignright {
  float: right;
  margin-left: 40px;
  margin-bottom: 40px;
}

.cornarTemp .alignleft {
  float: left;
  margin-right: 40px;
  margin-bottom: 40px;
}

.cornarTemp .col3Img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cornarTemp .col3Img li {
  width: 30%;
}

.cornarTemp .col3Img p {
  font-size: 14px;
}

.cornarTemp .col2Img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cornarTemp .col2Img li {
  width: 47%;
}

.cornarTemp .col2Img p {
  font-size: 14px;
}

.cornarTemp .col2Txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.cornarTemp .col2Txt p {
  width: 40%;
}

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

.projectProf .profileBlock {
  max-width: 1000px;
  margin: 0 auto 40px;
  background: #FFF;
  padding: 90px;
  padding-bottom: 85px;
  box-sizing: border-box;
}

.projectProf .profileBlock__head {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.projectProf .profileBlock__sub {
  position: relative;
  margin-right: 5%;
  width: 36.5%;
}

.projectProf .profileBlock__sub img {
  max-width: 100%;
  height: auto;
}

.projectProf .profileBlock__sub__letter {
  position: absolute;
  top: 0;
  left: -50px;
}

.projectProf .profileBlock__main {
  width: 58.5%;
}

.projectProf .profileBlock__main__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.projectProf .profileBlock__main__inner {
  display: inline-block;
  width: 42%;
}

.projectProf .profileBlock__main__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.projectProf .profileBlock__main__list li {
  width: 30px;
  margin-right: 10px;
}

.projectProf .profileBlock__main__list li img {
  max-width: 100%;
  height: auto;
}

.projectProf .profileBlock__main__list li a {
  display: block;
  width: 100%;
  -webkit-transition: .4s;
  transition: .4s;
}

.projectProf .profileBlock__main__list li a:hover {
  opacity: 0.8;
}

.projectProf .profileBlock__main__caption {
  display: block;
  line-height: 1;
  margin-bottom: 15px;
}

.projectProf .profileBlock__main__name {
  margin-bottom: 25px;
}

.projectProf .profileBlock__main__name .jap {
  font-weight: bold;
  display: block;
  font-size: 26px;
  color: #676A60;
  letter-spacing: 0.1em;
}

.projectProf .profileBlock__main__name .eng {
  font-weight: normal;
  display: block;
  font-size: 13px;
  color: #676A60;
  letter-spacing: 0.1em;
}

.projectProf .profileBlock__main__txt {
  font-size: 16px;
  line-height: 1.875;
  color: #676A60;
}

.projectProf .profileBlock__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.projectProf .profileBlock__body p {
  width: 47%;
  font-size: 16px;
  line-height: 1.875;
  color: #676A60;
}

.projectProf .archivePost {
  max-width: 880px;
  margin: 0 auto;
}

.projectProf .archivePost__head {
  font-size: 30px;
  color: #676A60;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
  border-bottom: 3px solid #fff;
  padding-bottom: 18px;
  margin-bottom: 23px;
}

.projectProf .archivePost__head:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 3px;
  background: #6FB748;
  left: 0;
  bottom: -3px;
}

.projectProf .archivePost__body {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.projectProf .archivePost__body__item {
  width: 22.7%;
  margin-right: 3%;
  margin-bottom: 25px;
}

.projectProf .archivePost__body__item:nth-child(4n) {
  margin-right: 0;
}

.projectProf .archivePost__body__item a {
  display: block;
  -webkit-transition: .4s;
  transition: .4s;
}

.projectProf .archivePost__body__item a:hover {
  opacity: 0.7;
}

.projectProf .archivePost__body__item .thumb {
  margin-bottom: 5px;
}

.projectProf .archivePost__body__item .thumb img {
  max-width: 100%;
  height: auto;
}

.projectProf .archivePost__body__item .title {
  font-size: 14px;
  color: #676A60;
  font-weight: normal;
  line-height: 1.85;
}

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

.projectArchive .list {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.projectArchive .list__item {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 60px;
}

.projectArchive .list__item:nth-child(3n) {
  margin-right: 0;
}

.projectArchive .list__item a {
  display: block;
  -webkit-transition: .4s;
  transition: .4s;
}

.projectArchive .list__item a:hover {
  opacity: 0.7;
}

.projectArchive .list__item .thumb {
  margin-bottom: 3px;
}

.projectArchive .list__item .thumb img {
  max-width: 100%;
  height: auto;
}

.projectArchive .list__item .band {
  margin-bottom: 10px;
  background: #676A60;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 14px;
  width: 100%;
  box-sizing: border-box;
}

.projectArchive .list__item .band span {
  font-size: 12px;
  line-height: 1;
  color: #FFF;
}

.projectArchive .list__item .tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.projectArchive .list__item .tags li {
  font-size: 11px;
  color: #333;
  background: #fff;
  padding: 4px 6px;
  margin-right: 5px;
  margin-bottom: 4px;
}

.projectArchive .list__item .title {
  font-size: 14px;
  color: #676A60;
  line-height: 1.875;
}

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

.shiftPerson .personList {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.shiftPerson .personList__item {
  width: 300px;
  height: 300px;
  margin-right: 50px;
  margin-bottom: 50px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.shiftPerson .personList__item:nth-child(3n) {
  margin-right: 0;
}

.shiftPerson .personList__item a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: .4s;
  transition: .4s;
  position: relative;
}

.shiftPerson .personList__item a:hover {
  opacity: 0.8;
  background: rgba(255, 255, 255, 0.4);
}

.shiftPerson .personList__item .inner {
  position: absolute;
  left: 10px;
  bottom: -10px;
  text-align: center;
  width: 100%;
  height: 70px;
  padding-top: 13px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9);
}

.shiftPerson .personList__item .name {
  display: inline-block;
  font-size: 20px;
  color: #6FB748;
  font-weight: bold;
  padding-bottom: 4px;
  border-bottom: 3px solid #6FB748;
}

.popupWrapper {
  padding: 100px;
  box-sizing: border-box;
}

.popupWrapper .popup {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 680px;
  background: #FFF;
  position: relative;
  margin: auto;
  padding-top: 40px;
}

.popupWrapper .popup .closeBtn {
  position: absolute;
  right: -25px;
  top: -25px;
}

.popupWrapper .popup .closeBtn:hover {
  opacity: 0.8;
  cursor: pointer;
}

.popupWrapper .popup__thumb {
  width: 360px;
  height: 360px;
  margin: 0 auto 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.popupWrapper .popup__name {
  text-align: center;
  margin-bottom: 10px;
}

.popupWrapper .popup__name span {
  display: inline-block;
  font-size: 22px;
  color: #6FB748;
  font-weight: bold;
  border-bottom: 3px solid #6FB748;
}

.popupWrapper .popup__lead {
  position: relative;
  padding: 10px 60px 20px;
  width: 500px;
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 16px;
  color: #676A60;
  font-weight: bold;
  line-height: 1.875;
  word-wrap: break-word;
}

.popupWrapper .popup__lead a {
  -webkit-transition: .4s;
  transition: .4s;
  word-wrap: break-word;
}

.popupWrapper .popup__lead a:hover {
  opacity: 0.7;
}

.popupWrapper .popup__lead:before {
  content: "\“";
  position: absolute;
  left: 0;
  top: -8px;
  color: #6FB748;
  font-size: 120px;
  line-height: 1;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.popupWrapper .popup__lead:after {
  content: "\”";
  position: absolute;
  right: 0;
  top: -8px;
  color: #6FB748;
  font-size: 120px;
  line-height: 1;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.popupWrapper .popup__body {
  width: 600px;
  margin: 0 auto;
  border-top: 1px dashed #71736a;
  padding: 25px 18px 0;
  box-sizing: border-box;
}

.popupWrapper .popup__body__head {
  font-size: 16px;
  color: #676A60;
  font-weight: bold;
  margin-bottom: 10px;
}

.popupWrapper .popup__post__item {
  padding-left: 20px;
  background: url(../images/icon-arrowSmall.png) no-repeat left center;
  margin-bottom: 10px;
}

.popupWrapper .popup__post__item a {
  font-size: 14px;
  color: #01A2D0;
  text-decoration: underline;
  -webkit-transition: .4s;
  transition: .4s;
}

.popupWrapper .popup__post__item a:hover {
  opacity: 0.7;
}

.popupWrapper .popup__bottom {
  background: #F2F2F2;
  padding: 35px 37px;
  margin-top: 35px;
}

.popupWrapper .popup__bottom .lead {
  font-size: 13px;
  color: #555;
  font-style: italic;
}

.popupWrapper .popup__bottom p {
  font-size: 14px;
  color: #676A60;
  line-height: 1.875;
  word-wrap: break-word;
}

@media screen and (max-width: 767px) {
  /*----------------------------------------
	archivePage
----------------------------------------*/
  .archivePage .tagArchive {
    padding: 0 25px;
    box-sizing: border-box;
  }
  .archivePage .tagArchive__head {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  .archivePage .tagArchive__body {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .archivePage .tagArchive__body li {
    margin-bottom: 5px;
  }
  .archivePage .postArchive__title {
    font-size: 24px;
    width: 84.5%;
    box-sizing: border-box;
    padding: 0 10px 40px;
  }
  .archivePage .postArchive__title:before {
    top: auto;
    bottom: 29px;
  }
  .archivePage .postArchive__title:after {
    top: auto;
    bottom: 29px;
  }
  .archivePage--searchArchive .postArchive__title {
    font-size: 24px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 40px;
  }
  .archivePage--searchArchive .searchWrap .area {
    width: 100%;
    height: 35px;
  }
  /*----------------------------------------
	singlePage
----------------------------------------*/
  .singleVisual {
    height: 200px;
  }
  .singleVisual img {
    width: 100%;
    height: auto;
  }
  .singlePage {
    padding-bottom: 100px;
  }
  .singlePage__content {
    padding: 0 15px;
  }
  .singlePage__content__head {
    margin-top: -15px;
    padding: 15px 10px 0;
  }
  .singlePage__content__head .postTitle {
    font-size: 24px;
  }
  .singlePage__content__head__inner {
    display: block;
  }
  .singlePage__content__head__inner .tags {
    margin-bottom: 5px;
    width: 100%;
  }
  .singlePage__content__head__inner .sub {
    width: 100%;
  }
  .singlePage__content .profileWrapper {
    margin-bottom: 22px;
    display: block;
    text-align: center;
  }
  .singlePage__content .profileWrapper .profile {
    width: 100%;
    margin: 0;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
  }
  .singlePage__content .profileWrapper .profile .thumb {
    width: 45%;
  }
  .singlePage__content .profileWrapper .profile__main {
    width: 50%;
    text-align: left;
    margin-left: 0;
  }
  .singlePage__content .profileWrapper .profile__main .name {
    display: block;
  }
  .singlePage__content__body {
    padding: 0;
  }
  .singlePage__content__body h2 {
    font-size: 20px;
  }
  .singlePage__content__body h3 {
    font-size: 16px;
  }
  .singlePage__content__body p {
    font-size: 14px;
  }
  .singlePage__content__foot {
    margin-bottom: 65px;
  }
  .singlePage__content__foot__relay {
    padding: 15px;
  }
  .singlePage__content__foot__sns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 47px;
  }
  .singlePage__content__foot__sns li {
    margin: 0 10px;
  }
  .singlePage__content__foot__sns .facebook {
    width: 45%;
  }
  .singlePage__content__foot__sns .twitter {
    width: 45%;
  }
  .singlePage__content__foot__back {
    text-align: center;
  }
  .singlePage__content__foot__back a {
    font-size: 16px;
    color: #01A2D0;
    text-decoration: underline;
    position: relative;
  }
  .singlePage__content__foot__back a:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-top: 1px solid #676A60;
    border-left: 1px solid #676A60;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
    bottom: 0;
    margin: auto;
    left: -15px;
  }
  .singlePage .relationPost {
    padding: 0 25px;
    box-sizing: border-box;
  }
  .singlePage .relationPost__title:before {
    width: 100%;
  }
  /*----------------------------------------
	cornarTemp 固定ページテンプレート	
----------------------------------------*/
  .cornarTemp {
    padding: 30px 25px 0;
  }
  .cornarTemp h2 {
    font-size: 20px;
  }
  .cornarTemp h3 {
    font-size: 16px;
  }
  .cornarTemp h4 {
    font-size: 14px;
  }
  .cornarTemp p {
    font-size: 14px;
  }
  .cornarTemp .alignright,
  .cornarTemp .alignleft {
    float: none;
    margin: 0;
    margin-bottom: 30px;
  }
  .cornarTemp .col3Img {
    display: block;
  }
  .cornarTemp .col3Img li {
    width: 100%;
  }
  .cornarTemp .col2Img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cornarTemp .col2Img li {
    width: 47%;
  }
  .cornarTemp .col2Img p {
    font-size: 14px;
  }
  .cornarTemp .col2Txt {
    display: block;
  }
  .cornarTemp .col2Txt p {
    width: 100%;
  }
  /*----------------------------------------
	projectProf
----------------------------------------*/
  .projectProf {
    padding: 50px 25px 100px;
  }
  .projectProf .profileBlock {
    padding: 10px;
  }
  .projectProf .profileBlock__head {
    display: block;
    margin-bottom: 20px;
  }
  .projectProf .profileBlock__sub {
    position: relative;
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .projectProf .profileBlock__sub__letter {
    left: -10px;
  }
  .projectProf .profileBlock__main {
    width: 100%;
  }
  .projectProf .profileBlock__main__wrap {
    display: block;
    margin-bottom: 20px;
  }
  .projectProf .profileBlock__main__inner {
    width: 100%;
  }
  .projectProf .profileBlock__main__list {
    padding: 0 10px;
  }
  .projectProf .profileBlock__main__caption {
    margin-bottom: 5px;
  }
  .projectProf .profileBlock__main__name {
    margin-bottom: 10px;
  }
  .projectProf .profileBlock__main__name .jap {
    font-size: 22px;
  }
  .projectProf .profileBlock__main__name .eng {
    font-size: 12px;
  }
  .projectProf .profileBlock__main__txt {
    font-size: 14px;
  }
  .projectProf .profileBlock__body {
    display: block;
  }
  .projectProf .profileBlock__body p {
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .projectProf .archivePost__head {
    font-size: 20px;
  }
  .projectProf .archivePost__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .projectProf .archivePost__body__item {
    width: 48%;
    margin-bottom: 25px;
  }
  .projectProf .archivePost__body__item:nth-child(2n) {
    margin-right: 0;
  }
  .projectProf .archivePost__body__item .title {
    font-size: 12px;
  }
  /*----------------------------------------
	projectArchive
----------------------------------------*/
  .projectArchive .list {
    padding: 0 25px;
    box-sizing: border-box;
  }
  .projectArchive .list__item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 25px;
  }
  .projectArchive .list__item:nth-child(3n) {
    margin-right: 4%;
  }
  .projectArchive .list__item:nth-child(2n) {
    margin-right: 0;
  }
  .projectArchive .list__item .band {
    margin-bottom: 5px;
    padding: 5px;
    display: block;
    line-height: 1;
  }
  .projectArchive .list__item .band span {
    display: inline-block;
    font-size: 10px;
    line-height: 1.3;
    color: #FFF;
  }
  .projectArchive .list__item .title {
    font-size: 12px;
  }
  /*----------------------------------------
	shiftPerson
----------------------------------------*/
  .shiftPerson {
    padding: 50px 25px 100px;
    box-sizing: border-box;
  }
  .shiftPerson .personList {
    display: block;
  }
  .shiftPerson .personList__item {
    width: 100%;
    height: 300px;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .popupWrapper {
    padding: 70px 15px;
  }
  .popupWrapper .popup {
    padding-top: 20px;
    width: 100%;
  }
  .popupWrapper .popup .closeBtn {
    right: -10px;
    top: -10px;
    width: 25px;
    height: 25px;
  }
  .popupWrapper .popup .closeBtn img {
    width: 100%;
    height: auto;
  }
  .popupWrapper .popup__thumb {
    width: 200px;
    height: 200px;
  }
  .popupWrapper .popup__name {
    text-align: center;
    margin-bottom: 10px;
  }
  .popupWrapper .popup__name span {
    display: inline-block;
    font-size: 22px;
    color: #6FB748;
    font-weight: bold;
    border-bottom: 3px solid #6FB748;
  }
  .popupWrapper .popup__lead {
    padding: 10px 33px;
    width: 90%;
  }
  .popupWrapper .popup__lead:before {
    font-size: 80px;
    top: 0;
  }
  .popupWrapper .popup__lead:after {
    font-size: 80px;
    top: 0;
  }
  .popupWrapper .popup__lead p {
    font-size: 14px;
  }
  .popupWrapper .popup__body {
    width: 90%;
    margin: 0 auto;
    padding: 15px;
  }
  .popupWrapper .popup__bottom {
    margin-top: 0;
    padding: 15px;
  }
}
