@charset "UTF-8";
/*===============================================================================================
*
*	関数
*
=============================================================================================*/
.pc {
  display: block;
}

.pci {
  display: inline-block;
}

.sp {
  display: none;
}

.spi {
  display: none;
}

a {
  color: #cccccc !important;
}

.reBtn {
  width: 180px;
  height: 50px;
  margin: 0 auto;
  margin-top: 50px;
}
.reBtn a {
  background: #456943;
  display: block;
  color: #FFFFFF !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-bottom: 2px solid #3b4836;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 50px;
}
.reBtn.strong a {
  background: #537f51;
  border-bottom: 3px solid #266124;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }

  .spi {
    display: inline-block;
  }

  .pc {
    display: none;
  }

  .pci {
    display: none;
  }

  .swImg {
    width: 100%;
    height: auto;
    max-height: auto;
  }
}
h3 {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  h3 {
    font-size: 19px;
    margin-bottom: 18px;
  }
}
/*================================================================================================
*
*
* common
*
*
=================================================================================================*/
html {
  background: #1f1f1f;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif !important;
  font-size: 13px;
  line-height: 1.8em;
  color: #cccccc;
  background: #1f1f1f;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*================================================================================================
*
* header
*
=================================================================================================*/
header .block {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -318px;
  text-align: center;
}
header .block h1 {
  margin-bottom: 50px;
}
header .arrow {
  position: absolute;
  left: 50%;
  top: 75%;
  margin-left: -16px;
}
@media screen and (max-width: 768px) {
  header .block {
    margin-top: -55px;
    margin-left: -108px;
  }
  header .block h1 {
    margin-bottom: 21px;
  }
  header .block figure img {
    width: 145px;
    height: 13px;
  }
}

/*================================================================================================
*
* #WorkSection
*
=================================================================================================*/
#WorkSection {
  margin-top: 100px;
  margin-bottom: 120px;
}
#WorkSection ul a {
  text-decoration: none;
}
#WorkSection ul li {
  float: left;
  margin-top: 25px;
}
#WorkSection ul li img {
  width: 425px;
  height: 237px;
}
#WorkSection ul li p {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
}
#WorkSection ul li:nth-child(even) {
  float: right;
}
#WorkSection .btn {
  border: 1px solid #525252;
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0 auto;
  font-size: 15px;
  margin-top: 30px;
}
#WorkSection .btn a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #WorkSection {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  #WorkSection ul a {
    text-decoration: none;
  }
  #WorkSection ul li {
    float: none;
    margin-top: 25px;
  }
  #WorkSection ul li img {
    width: 100%;
    height: auto;
    max-height: auto;
  }
  #WorkSection ul li p {
    font-size: 14px;
  }
  #WorkSection ul li:nth-child(even) {
    float: none;
  }
  #WorkSection .btn {
    border: 1px solid #525252;
    width: 170px;
    height: 40px;
    line-height: 40px;
  }
}

/*================================================================================================
*
* main
*
=================================================================================================*/
section {
  width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
}

#StartSection h2 {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  line-height: 2em;
  margin-bottom: 60px;
}
#StartSection ul li {
  width: 260px;
  margin-right: 50px;
  float: left;
}
#StartSection ul li:last-child {
  margin-right: 0;
}
#StartSection ul li figure {
  text-align: center;
  height: 120px;
}
#StartSection ul li h3 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  #StartSection h2 {
    font-size: 15px;
    line-height: 1.8em;
    margin-bottom: 50px;
  }
  #StartSection ul li {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 50px;
    float: none;
  }
  #StartSection ul li:last-child {
    margin-right: 0;
  }
  #StartSection ul li figure {
    text-align: center;
    height: auto;
  }
  #StartSection ul li h3 {
    margin-top: 30px;
    margin-bottom: 15px;
  }
}

.table {
  border-width: 0 1px 1px 0;
  display: table;
  margin-top: 40px;
}
.table dl {
  display: table-row;
}
.table dl dt, .table dl dd {
  border-top: solid 1px #494949;
  margin: 0;
  padding: 15px;
  display: table-cell;
  vertical-align: top;
}
.table dl dt {
  width: 16%;
  padding-right: 15px;
  border-right: solid 1px #494949;
}
.table dl dd {
  width: 84%;
}
.table dl dd a {
  color: #FFFFFF !important;
}
.table dl:last-child dt, .table dl:last-child dd {
  border-bottom: solid 1px #494949;
}
@media screen and (max-width: 768px) {
  .table {
    margin-top: 0px;
  }
  .table dl dt {
    width: 26%;
  }
  .table dl dd {
    width: 74%;
  }
}

/*================================================================================================
*
* #FormSection
*
=================================================================================================*/
#FormSection {
  margin-top: 80px;
}
#FormSection p {
  text-align: center;
}
#FormSection form {
  width: 100%;
}
#FormSection form .table {
  margin-top: 40px;
}
#FormSection form .table dl dd input, #FormSection form .table dl dd textarea {
  background: #3a3a3a;
  border: none;
  width: 300px;
  height: 26px;
  color: #FFFFFF !important;
  padding: 3px;
}
#FormSection form .table dl dd textarea {
  width: 700px;
  max-width: 700px;
  height: 200px;
}
#FormSection form .entryBtn {
  border: 1px solid #6f6f6f;
  width: 170px;
  line-height: 44px;
  height: 44px;
  background: none;
  color: #FFFFFF;
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-top: 40px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #FormSection {
    margin-top: 60px;
  }
  #FormSection h3 {
    font-size: 19px;
    margin-bottom: 18px;
  }
  #FormSection form .table {
    margin-top: 30px;
    width: 100%;
  }
  #FormSection form .table dl dd input, #FormSection form .table dl dd textarea {
    width: 100%;
  }
  #FormSection form .table dl dd textarea {
    width: 100%;
    max-width: auto;
    height: 500px;
  }
  #FormSection form .entryBtn {
    border: 1px solid #6f6f6f;
    width: 170px;
    line-height: 44px;
    height: 44px;
    background: none;
    color: #FFFFFF;
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-top: 40px;
    cursor: pointer;
  }
}

/*================================================================================================
*
* #ConfirmSection
*
=================================================================================================*/
#ConfirmSection {
  padding-top: 80px;
}
#ConfirmSection form .table {
  margin-top: 40px;
}
#ConfirmSection .btnBlock {
  text-align: center;
}
#ConfirmSection .btnBlock input {
  display: inline-block;
}
#ConfirmSection .entryBtn, #ConfirmSection .backBtn {
  border: 1px solid #6f6f6f;
  width: 170px;
  line-height: 44px;
  height: 44px;
  background: none;
  color: #FFFFFF;
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-top: 40px;
  cursor: pointer;
}
#ConfirmSection .backBtn {
  width: 100px;
}
#ConfirmSection.send .text {
  font-size: 17px;
}
#ConfirmSection.send p {
  margin-bottom: 50px;
}

/*================================================================================================
*
* MiniHeader
*
=================================================================================================*/
#MiniHeader h1 {
  margin-left: 20px;
  margin-top: 20px;
  float: left;
}
#MiniHeader .btn {
  float: right;
  margin-right: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #MiniHeader {
    border-bottom: 1px solid #787878;
    padding-bottom: 20px;
  }
  #MiniHeader h1 {
    margin-left: 15px;
    margin-top: 15px;
    float: none;
  }
  #MiniHeader .btn {
    float: none;
    margin-left: 15px;
    margin-top: 16px;
    margin-right: 0px;
  }
  #MiniHeader .btn img {
    width: 120px;
    height: auto;
    max-height: auto;
  }
}

/*================================================================================================
*
* DetailSection
*
=================================================================================================*/
#DetailSection {
  margin-top: 70px;
}
#DetailSection .date {
  font-size: 13px;
  color: #CCCCCC;
  margin-top: 40px;
  margin-bottom: 8px;
}
#DetailSection h2 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}
#DetailSection .mainImage img {
  width: 100%;
  height: auto;
  max-height: auto;
}
#DetailSection p {
  font-size: 14px;
  line-height: 2em;
}
#DetailSection .btn {
  border: 1px solid #8a795e;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin-top: 40px;
}
#DetailSection .btn a {
  width: 100%;
  height: 100%;
  display: block;
  color: #8a795e !important;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #DetailSection {
    margin-top: 30px;
  }
  #DetailSection .date {
    font-size: 11px;
    margin-top: 30px;
  }
  #DetailSection h2 {
    font-size: 21px;
    margin-bottom: 15px;
  }
  #DetailSection p {
    font-size: 13px;
    line-height: 1.8em;
  }
  #DetailSection .btn {
    margin-top: 25px;
    font-size: 14px;
  }
}

/*================================================================================================
*
* footer
*
=================================================================================================*/
footer {
  color: #616161;
  text-align: center;
  margin-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  footer {
    margin-top: 50px;
    padding-bottom: 50px;
  }
}
