@charset "UTF-8";
/***********************共通設定************************/
/*----------------------------------------------------
fix
----------------------------------------------------*/
#footer {
  /* 751- */
}
@media all and (min-width: 751px) {
  #footer {
    margin-top: 120px;
  }
}

/*----------------------------------------------------
main
----------------------------------------------------*/
main {
  margin-top: 40px;
  /* 751- */
}
@media all and (min-width: 751px) {
  main {
    margin-top: 60px;
  }
}

#infoTable {
  padding-bottom: 60px;
  /* -750 */
  /* 751- */
  /* 1017- */
}
#infoTable table {
  width: 100%;
  border: 1px solid #F3F3F3;
  border-width: 1px 0 0 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  text-align: left;
}
#infoTable table th, #infoTable table td {
  font-size: 13px;
  line-height: 1.92;
  letter-spacing: 0;
  padding: 1em 0 1em 20px;
  border: 1px solid #F3F3F3;
  border-width: 0 0 1px 0;
  vertical-align: top;
}
#infoTable table th {
  font-size: 14px;
  font-weight: 500;
  background-color: transprent;
  min-width: 80px;
}
#infoTable table th .date {
  display: block;
  font-size: 10px;
  line-height: 1.1;
}
#infoTable .ex .group {
  display: block;
}
@media all and (max-width: 750px) {
  #infoTable .ex {
    line-height: 1.6;
  }
  #infoTable .ex .group {
    margin-top: 1.3em;
  }
  #infoTable .ex .group:first-child {
    margin-top: 0;
  }
  #infoTable .ib {
    display: block;
  }
}
@media all and (min-width: 751px) {
  #infoTable {
    padding-bottom: 120px;
  }
  #infoTable table {
    border-width: 2px 0 0 0;
  }
  #infoTable table th, #infoTable table td {
    font-size: 16px;
    line-height: 2.125;
    padding: 1.6em 0 1.6em 40px;
    border-width: 0 0 2px 0;
  }
  #infoTable table th {
    font-size: 16px;
  }
  #infoTable table th .date {
    font-size: 14px;
  }
  #infoTable .ib {
    display: inline-block;
    margin-right: 2em;
  }
}
@media all and (min-width: 1017px) {
  #infoTable {
    padding-left: 50px;
    padding-right: 50px;
  }
}

#access {
  position: relative;
  /* 751- */
  padding-top: 55px;
  padding-bottom: 60px;
  line-height: 1.66;
  /* 751- */
}
#access::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: url(../images/color_line_sp.png) no-repeat center top;
  background-size: 100% 100%;
}
@media all and (min-width: 751px) {
  #access::before {
    height: 2px;
    background-image: url(../images/color_line_pc.png);
  }
}
#access .text {
  margin-top: 40px;
  text-align: left;
}
#access .text .address {
  font-size: 14px;
}
#access .text dt {
  margin-top: 1.34em;
  font-size: 14px;
}
#access .text dd {
  font-size: 12px;
}
#access .map {
  margin-top: 35px;
}
#access .map iframe {
  width: 100%;
  height: 240px;
}
#access .readMore {
  margin-top: 30px;
}
@media all and (min-width: 751px) {
  #access {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  #access .text {
    margin-top: 60px;
  }
  #access .text .address {
    font-size: 16px;
  }
  #access .text dt {
    font-size: 16px;
  }
  #access .text dd {
    font-size: 13px;
  }
  #access .map {
    margin-top: 60px;
  }
  #access .map iframe {
    height: 400px;
  }
  #access .readMore {
    margin-top: 60px;
  }
}

#award {
  position: relative;
  /* 751- */
  padding-top: 55px;
  padding-bottom: 60px;
  /* 751- */
}
#award::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: url(../images/color_line_sp.png) no-repeat center top;
  background-size: 100% 100%;
}
@media all and (min-width: 751px) {
  #award::before {
    height: 2px;
    background-image: url(../images/color_line_pc.png);
  }
}
#award .list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#award .list li {
  width: 46.61%;
  margin-top: 6.78%;
}
#award .list li:nth-child(1), #award .list li:nth-child(2) {
  margin-top: 0;
}
@media all and (min-width: 751px) {
  #award {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  #award .list {
    margin-top: 60px;
  }
  #award .list li {
    margin-top: 3%;
    width: 22.8%;
  }
  #award .list li:nth-child(1), #award .list li:nth-child(2), #award .list li:nth-child(3), #award .list li:nth-child(4) {
    margin-top: 0;
  }
  #award .list::before {
    content: "";
    display: block;
    width: 22.8%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #award .list::after {
    content: "";
    display: block;
    width: 22.8%;
  }
}

#history {
  position: relative;
  /* 751- */
  padding-top: 55px;
  padding-bottom: 60px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 751- */
  /* hide */
  padding-bottom: 10px;
  /* 751- */
}
#history::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: url(../images/color_line_sp.png) no-repeat center top;
  background-size: 100% 100%;
}
@media all and (min-width: 751px) {
  #history::before {
    height: 2px;
    background-image: url(../images/color_line_pc.png);
  }
}
#history ul {
  position: relative;
  margin-top: 40px;
}
#history li {
  position: relative;
  padding-left: 95px;
  text-align: left;
}
#history h3 {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0;
  padding-top: 15px;
}
#history .body {
  position: relative;
  padding-top: 15px;
}
#history .body::before, #history .body::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
}
#history .body::before {
  width: 1px;
  height: 100%;
  top: 0;
  left: -20px;
  background: #222222;
}
#history .body::after {
  width: 10px;
  height: 10px;
  border-radius: 100vh;
  background: #222222;
  top: 0;
  left: 0;
  margin: 24px 0 0 -25px;
}
#history li:first-child h3, #history li:first-child .body {
  padding-top: 0;
}
#history li:first-child .body::before {
  top: 10px;
  height: calc(100% - 10px);
}
#history li:first-child .body::after {
  margin: 9px 0 0 -25px;
}
#history li:last-child .body::before {
  height: calc(100% - 60px);
}
#history h4 {
  font-size: 13px;
  line-height: 1.923;
  font-weight: 500;
  letter-spacing: 0;
}
#history p {
  font-size: 13px;
  line-height: 1.923;
  letter-spacing: 0;
}
@media all and (min-width: 751px) {
  #history {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  #history ul {
    margin-top: 50px;
  }
  #history li {
    padding-left: 125px;
  }
  #history h3 {
    padding-top: 30px;
    font-size: 20px;
    line-height: 1.6;
  }
  #history .body {
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #history .body::after {
    margin: 43px 0 0 -25px;
  }
  #history li:first-child .body::before {
    top: 15px;
    height: calc(100% - 15px);
  }
  #history li:first-child .body::after {
    margin: 12px 0 0 -25px;
  }
  #history li:last-child .body::before {
    height: calc(100% - 15px);
  }
  #history h4 {
    width: 55px;
    font-size: 16px;
    line-height: 2.125;
  }
  #history p {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 16px;
    line-height: 2.125;
  }
}
#history ul {
  height: 350px;
  overflow: hidden;
}
#history ul::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), to(#ffffff));
  background-image: linear-gradient(180deg, transparent 0 20%, #ffffff 100%);
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#history ul::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  left: 50%;
  bottom: 15px;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  border-right: 3px solid #222222;
  border-bottom: 3px solid #222222;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 3;
}
@media all and (min-width: 751px) {
  #history {
    padding-bottom: 20px;
  }
  #history ul {
    height: 900px;
  }
  #history ul::after {
    bottom: 25px;
    width: 14px;
    height: 14px;
    margin-left: -7px;
    border-right: 4px solid #222222;
    border-bottom: 4px solid #222222;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #history ul.hover::after {
    bottom: 10px;
  }
}
#history .allMin {
  position: relative;
}
#history .allMin .viewButton {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: transparent;
  z-index: 4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 751- */
}
@media all and (min-width: 751px) {
  #history .allMin .viewButton {
    cursor: pointer;
    height: 120px;
  }
}
#history.view {
  padding-bottom: 60px;
  /* 751- */
}
#history.view ul {
  overflow: visible;
  height: 100%;
}
#history.view ul::before {
  opacity: 0;
}
#history.view ul::after {
  bottom: -35px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
#history.view .viewButton {
  bottom: -60px;
}
@media all and (min-width: 751px) {
  #history.view {
    padding-bottom: 120px;
  }
  #history.view ul::after {
    bottom: -70px;
  }
  #history.view ul.hover::after {
    bottom: -55px;
  }
  #history.view .viewButton {
    bottom: -120px;
  }
}