/******* setting.scss *******/
/******* mixin.scss *******/
#index .secCont h2 span, .infoList li a:after {
  font-family: 'Didact Gothic', sans-serif; }

/******** index ********/
#index {
  background: none;
  padding: 0; }
  #index .mainVisual {
    background: url(../img/index/mainVisual.jpg) no-repeat 50% 0;
    background-size: cover; }
    #index .mainVisual .flexslider {
      margin: 0; }
      #index .mainVisual .flexslider ul.slides li img {
        height: 100vh;
        width: 100vw;
        object-fit: cover; }
      #index .mainVisual .flexslider .flex-control-nav {
        bottom: 10px;
        z-index: 2; }
        #index .mainVisual .flexslider .flex-control-nav li a {
          background-color: #fff;
          border: 1px solid #fff; }
          #index .mainVisual .flexslider .flex-control-nav li a.flex-active {
            background-color: #362519; }
  #index .secCont {
    padding-bottom: 0;
    padding-top: 0; }
    #index .secCont h2 {
      margin: 0 auto 60px;
      text-align: center; }
      #index .secCont h2 span {
        font-size: 425%;
        line-height: 130%;
        margin-bottom: 20px;
        letter-spacing: 0.1em;
        display: block; }
  #index .h201 {
    padding: 60px 0; }
  #index .h201 {
    background-color: rgba(221, 221, 221, 0.9); }

.infoList {
  margin: 0 auto;
  width: 740px; }
  .infoList li {
    border-bottom: 1px dotted #ccc;
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
    padding: 0 0 14px;
    position: relative; }
    .infoList li span {
      width: 90px; }
    .infoList li a {
      box-sizing: border-box;
      display: block;
      padding-right: 80px;
      width: 650px; }
      .infoList li a:after {
        border: 1px solid #362519;
        color: #362519;
        content: "PDF";
        padding-bottom: 1px;
        position: absolute;
        top: -1px;
        right: 0px;
        text-align: center;
        width: 60px; }
      .infoList li a:hover:after {
        background-color: #362519;
        color: #fff; }

span.category {
  display: inline-block;
  padding: 5px 10px;
  background-color: #362519;
  color: #fff;
  margin-right: 20px; }

.itemList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px; }
  .itemList li {
    margin-bottom: 40px;
    box-shadow: 2px 2px 3px 0px #e0e0e0;
    width: 31%; }
    .itemList li a {
      background-color: #fff;
      display: block;
      transition: opacity 0.6s;
      text-decoration: none; }
      .itemList li a:hover {
        opacity: 0.7; }
    .itemList li .pict {
      margin-bottom: 30px; }
      .itemList li .pict img {
        width: 100%;
        height: auto;
        object-fit: contain; }
    .itemList li p {
      padding: 0 20px 20px;
      margin-bottom: 0; }

.pictRow {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 60px; }
  .pictRow li {
    width: 49.5%; }
    .pictRow li img {
      width: 100%; }

.pager {
  display: flex;
  justify-content: center;
  align-items: center; }
  .pager a,
  .pager span {
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 26px;
    margin: 0 10px;
    text-decoration: none;
    transition: all 0.6s;
    width: 26px; }
  .pager span {
    background-color: #000;
    color: #fff; }
  .pager a.c, .pager a:hover {
    background-color: #000;
    color: #fff; }
  .pager a.prev {
    border: none;
    font-size: 250%;
    margin-left: 0; }
    .pager a.prev:hover {
      background-color: inherit;
      color: #000;
      opacity: 0.7; }
  .pager a.next {
    border: none;
    font-size: 250%;
    margin-right: 0; }
    .pager a.next:hover {
      background-color: inherit;
      color: #000;
      opacity: 0.7; }

/******** WORK DETAIL ********/
.workDetail {
  background-color: #f0f0f0;
  padding: 80px 0;
  margin-bottom: 80px; }
  .workDetail .secCont {
    margin: 0 auto;
    width: 840px; }
    .workDetail .secCont .flexslider {
      background: none; }
      .workDetail .secCont .flexslider .slides {
        margin-bottom: 20px; }
      .workDetail .secCont .flexslider .flex-control-thumbs {
        margin: 0; }
        .workDetail .secCont .flexslider .flex-control-thumbs li {
          width: 15.6%;
          margin-right: 10px;
          margin-bottom: 10px; }
          .workDetail .secCont .flexslider .flex-control-thumbs li:nth-child(6n) {
            margin-right: 0; }
    .workDetail .secCont h2 {
      text-align: center;
      font-size: 161%;
      margin-bottom: 40px; }
    .workDetail .secCont p {
      margin: 0; }

.workDetailBtn {
  margin-bottom: 80px; }

/******** news ********/
.news .secCont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .news .secCont .sideArea {
    width: 280px; }
    .news .secCont .sideArea dl dt {
      font-size: 161%;
      text-align: center;
      padding-bottom: 20px;
      border-bottom: 5px solid #333;
      font-weight: bold; }
    .news .secCont .sideArea dl dd {
      border-bottom: 1px dotted #333; }
      .news .secCont .sideArea dl dd a {
        box-sizing: border-box;
        display: block;
        width: 100%;
        height: 100%;
        padding: 20px 20px 20px 36px;
        text-decoration: none;
        transition: 0.3s;
        background: url("../img/news/alor.png") left 20px top 50% no-repeat; }
        .news .secCont .sideArea dl dd a:hover {
          background-color: #f0f0f0; }
      .news .secCont .sideArea dl dd:last-child {
        border-bottom: 5px solid #333; }
  .news .secCont .newsitem .item {
    width: 880px;
    box-sizing: border-box;
    border: 1px dotted #333;
    margin-bottom: 40px; }
    .news .secCont .newsitem .item a {
      box-sizing: border-box;
      padding: 20px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      width: 100%;
      height: 100%;
      text-decoration: none;
      transition: 0.3s; }
      .news .secCont .newsitem .item a:hover {
        background-color: #f0f0f0; }
      .news .secCont .newsitem .item a figure {
        padding: 0;
        margin: 0; }
        .news .secCont .newsitem .item a figure img {
          width: 220px;
          height: 136px;
          object-fit: contain; }
      .news .secCont .newsitem .item a .cont {
        width: 600px; }
        .news .secCont .newsitem .item a .cont p {
          margin-bottom: 20px; }
          .news .secCont .newsitem .item a .cont p span {
            display: inline-block;
            padding: 5px 10px;
            background-color: #2B190D;
            color: #fff;
            margin-right: 20px; }
        .news .secCont .newsitem .item a .cont dl dt {
          margin-bottom: 20px; }
  .news .secCont .newsCont {
    width: 880px; }
    .news .secCont .newsCont h2 {
      font-size: 161%;
      padding-bottom: 20px;
      border-bottom: 5px solid #333;
      margin-bottom: 20px;
      font-weight: bold; }
    .news .secCont .newsCont .cont {
      border-bottom: 5px solid #333;
      margin-bottom: 40px; }
      .news .secCont .newsCont .cont .blogPict {
        margin-bottom: 40px; }
        .news .secCont .newsCont .cont .blogPict img {
          max-width: 880px;
          height: auto; }

.pageNav {
  max-width: 840px;
  margin: 0 auto;
  position: relative;
  text-align: center; }
  .pageNav div {
    margin: 0 auto;
    width: 200px; }
    .pageNav div a {
      background-color: #362519;
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 80px;
      position: relative;
      transition: opacity 0.6s;
      text-decoration: none;
      width: 100%; }
      .pageNav div a:hover {
        opacity: 0.7; }
    .pageNav div.prev {
      position: absolute;
      top: 0px;
      left: 0px; }
      .pageNav div.prev a:before {
        border-bottom: 1px solid #fff;
        border-left: 1px solid #fff;
        content: "";
        height: 10px;
        transform: rotate(45deg);
        margin-top: -5px;
        position: absolute;
        top: 50%;
        left: 20px;
        width: 10px; }
    .pageNav div.next {
      position: absolute;
      top: 0px;
      right: 0px; }
      .pageNav div.next a:after {
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        content: "";
        height: 10px;
        transform: rotate(-45deg);
        margin-top: -5px;
        position: absolute;
        top: 50%;
        right: 20px;
        width: 10px; }

.pict img {
  max-width: 100%; }

.pictRowArea {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .pictRowArea.reverse {
    flex-flow: row-reverse; }
  .pictRowArea .detail {
    width: 48.334%; }
  .pictRowArea .pict {
    width: 48.334%; }
    .pictRowArea .pict img {
      width: 100%; }

.titleStyle01 {
  font-size: 190%;
  margin-bottom: 25px; }

.titleStyle02 {
  font-size: 165%;
  font-weight: 700;
  margin: 0 auto 25px;
  text-align: center; }

table {
  width: 100%; }
  table th {
    border-bottom: 1px dotted #333;
    box-sizing: border-box;
    font-weight: 700;
    padding: 30px 30px 30px 0;
    vertical-align: middle;
    width: 23%; }
  table td {
    border-bottom: 1px dotted #333;
    box-sizing: border-box;
    padding: 30px; }
  table tr:first-of-type th, table tr:first-of-type td {
    border-top: 2px solid #333; }
  table tr:last-of-type th, table tr:last-of-type td {
    border-bottom: 2px solid #333; }

/******** company ********/
.grayBg .secCont {
  padding: 80px 0;
  margin: 0 auto; }

.outlineTable {
  margin: 0 auto;
  width: 840px; }
  .outlineTable .officer {
    display: flex;
    flex-wrap: wrap; }
    .outlineTable .officer li {
      margin-right: 12%;
      width: 30%; }
      .outlineTable .officer li:nth-child(2n) {
        margin-right: 0; }

/******** contact ********/
.contactLead dt {
  font-weight: 700; }
.contactLead dd {
  margin-top: 30px; }

.contactForm {
  color: #ff0000; }
  .contactForm input {
    border: 1px solid #ccc; }
    .contactForm input.type01 {
      box-sizing: border-box;
      height: 40px;
      padding: 0 20px;
      width: 100%; }
      .contactForm input.type01:placeholder-shown {
        color: #ccc; }
      .contactForm input.type01::-webkit-input-placeholder {
        color: #ccc; }
      .contactForm input.type01:-moz-placeholder {
        color: #ccc;
        opacity: 1; }
      .contactForm input.type01::-moz-placeholder {
        color: #ccc;
        opacity: 1; }
      .contactForm input.type01:-ms-input-placeholder {
        color: #ccc; }
      .contactForm input.type01:nth-of-type(2) {
        margin-top: 20px; }
    .contactForm input.type02 {
      height: 40px;
      margin-left: 10px;
      width: 200px; }
      .contactForm input.type02:first-of-type {
        margin-right: 40px; }
  .contactForm textarea {
    border: 1px solid #ccc;
    height: 300px;
    width: 100%; }
  .contactForm.radioButton {
    display: flex;
    height: 40px;
    align-items: center; }
    .contactForm.radioButton label {
      margin-right: 40px; }
      .contactForm.radioButton label input {
        margin-right: 10px; }
  .contactForm .formBtn {
    display: flex;
    justify-content: center;
    margin-top: 90px; }
    .contactForm .formBtn button {
      border: none;
      background-color: #000;
      color: #fff;
      cursor: pointer;
      font-size: 165%;
      height: 80px;
      margin: 0 20px;
      width: 300px;
      transition: opacity 0.6s;
      text-decoration: none; }
      .contactForm .formBtn button:hover {
        opacity: 0.7; }
