@charset "utf-8";

/* layout
--------------------------------------------------------------------------------*/
body {
  margin: 0;
  background: #fff;
  font-size: 14px;
  font-family: RodinPro-M, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", MyYuGothicM, YuGothic, Meiryo, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #333;
   line-height:1.73;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

.container {
  width: 100%;
  overflow: hidden;
}

.clearfix:after {
  content:" ";
  display:block;
  clear:both;
}

.sp {
  display: none;
}

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

  .pc {
    display: none;
  }
}

/* common
--------------------------------------------------------------------------------*/
.section {
  padding: 50px 10px 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wrap {
  max-width: 1100px;
  margin: 0 auto;
}

.section.visual {
  position: relative;
  height: 670px;
  padding: 40px 10px;
  color: #fff;
}

.visual_icon {
  display: inline-block;
  margin-bottom: 15px;
}

.visual_lead {
  margin-bottom: 60px;
}

.visual_txt {}

@media only screen and (max-width:736px) {
  .section {
    padding: 25px 10px 50px;
  }

  .section.visual {
    height: 335px;
    padding: 20px 10px;
  }

  .visual_icon {
    margin-bottom: 7px;
  }

  .visual_icon img {
    width: 50%;
  }

  .visual_lead {
    margin-bottom: 30px;
    font-size: 21px;
  }

  .visual_txt {
    font-size: 12px;
  }
}

/* header
--------------------------------------------------------------------------------*/
.header {
  padding: 0;
}

.header_title {
  padding-left: 15px;
  padding-right: 15px;
  background-color: #231815;
  color: #858585;
}

.header_title h1 {
  margin: 0;
  font-size: .5rem;
  font-weight: normal;
  line-height: 25px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* nav
--------------------------------------------------------------------------------*/
.nav {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 2;
}
@media only screen and (max-width: 736px) {
  .nav {
    /*
    top: 0;
    bottom: inherit;
    */
  }
}
.nav ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.nav li {
  position: relative;
  width: 100%;
  background-color: #FFF;
  text-align: center;
}


.nav li a:before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  margin-top: -2px;
  margin-right: 10px;
  width: 38px;
  height: 25px;
  background: url('../imgs/nav-icon.png') 0 0 no-repeat;
}


.nav li:after {
  content: "→";
  display: block;
  position: absolute;
  top: 50%;
  right: 2.31%;
  margin-top: -18px;
  font-size: 36px;
  line-height: 1;
  color: #fff;
}

.nav li a {
  display: block;
  padding: 10px 0;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
}

.nav .nav_list-01 a {
  background-color: #b3972c;
}

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

@media only screen and (max-width:736px) {
  .nav li a:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 16%;
    margin: 0 auto;
    width: 19px;
    height: 13px;
    margin-top: -6px;
    -webkit-background-size: contain;
    background-size: contain;
  }
  .nav li:first-child a:before {
    left: 8%;
  }


  .nav li:after {
    margin-top: -10px;
    font-size: 20px;
    line-height: 1;
  }

  .nav li a {
    display: block;
    padding: 10px;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
  }
}

/* section-01
--------------------------------------------------------------------------------*/
.section-01 {
  background: url("../imgs/visual-01.jpg") center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

@media only screen and (max-width:736px) {
  .section-01.visual {
    height: 380px;
  }
}

/* section-02
--------------------------------------------------------------------------------*/
.section-02 {}

.section-02 h3 {
  margin-bottom: 50px;
  border-bottom: 15px solid #d5c8a0;
  text-align: center;
}

.section-02 .unit {
  position: relative;
  padding-bottom: 115px;
  margin-bottom: 70px;
}

.section-02 .unit:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 502px;
  height: 86px;
  margin-left: -251px;
  background: url('../imgs/ima-mark-02.png') 0 0 no-repeat;
}

.section-02 .unit .inner {
  position: relative;
}

.section-02 .unit .inner:before,
.section-02 .unit .inner:after {
  content: "";
  display: block;
  position: absolute;
  top: 21.95%;
  width: 3.73%;
  height: 41px;
  background: url("../imgs/ima-mark-01.png") center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.section-02 .unit .inner:before {
  left: 30.45%;
}

.section-02 .unit .inner:after {
  left: 65.91%;
}

.section-02 .unit ul {
  display: -webkit-flex;
  display: flex;
}

.section-02 .unit li {
  width: 29.09%;
  margin-right: 6.36%;
  vertical-align: top;
}

.section-02 .unit li:last-child {
  margin-right: 0;
}

.section-02 .unit .img {
  margin-bottom: 20px;
  border: 3px solid #aa965c;
  background-color: #fefefe;
}

.section-02 .unit .txt {
  padding-left: 10px;
  border-left: 3px solid #aa965c;
}

.section-02 .imgTxt {
  padding: 30px 10px;
  border: 4px solid #aa965c;
  background-color: #fefefe;
  text-align: center;
}

@media only screen and (max-width:736px) {
  .section-02 h3 {
    margin-bottom: 25px;
    border-bottom: 7px solid #d5c8a0;
  }

  .section-02 .unit {
    position: relative;
    padding-bottom: 60px;
    margin-bottom: 35px;
  }

  .section-02 .unit:after {
    bottom: 0;
    width: 251px;
    height: 43px;
    margin-left: -125.5px;
    background: url('../imgs/ima-mark-02.png') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
  }

  .section-02 .unit .inner:before,
  .section-02 .unit .inner:after {
    display: none;
  }

  .section-02 .unit ul {
    display: block;
  }

  .section-02 .unit li {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    position: relative;
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
    padding-bottom: 61px;
  }

  .section-02 .unit li:last-child {
    margin: 0;
    padding-bottom: 0;
  }

  .section-02 .unit li:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 41px;
    height: 41px;
    margin-left: -20.5px;
    background: url("../imgs/ima-mark-01.png") center center no-repeat;
  }

  .section-02 .unit li:last-child:before {
    display: none;
  }

  .section-02 .unit li:after {
    content:" ";
    display:block;
    clear:both;
  }

  .section-02 .unit .img {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    float: left;
    width: 48%;
    margin-bottom: 0;
  }

  .section-02 .unit .txt {
    float: right;
    width: 48%;
    padding-left: 0;
    border-left: none;
  }

  .section-02 .imgTxt {
    padding: 30px 10px;
    font-size: 20px;
    text-align: left;
  }
}

@media only screen and (max-width:420px) {
  .section-02 .unit .txt {
    font-size: 12px;
  }
}

/* section-03
--------------------------------------------------------------------------------*/
.section-03 {
  background: url("../imgs/visual-02.jpg") center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

@media only screen and (max-width:736px) {
  .section-03.visual {
    height: 420px;
  }
}

/* section-04
--------------------------------------------------------------------------------*/
.section-04 {
  letter-spacing: -0.05em;
}

.section-04 .unit {
}

.section-04 h3 {
  margin-bottom: 15px;
  border-bottom: 10px solid #d5c8a0;
  font-size: 19px;
  text-align: center;
}

.section-04 .result {
  float: left;
  width: 48.18%;
}

.result .result_list {
  border: 3px solid #aa965c;
}

.result_list li {
  padding: 40px 20px;
  font-size: 15px;
}

.result_list li:first-child {
  padding-top: 20px;
}

.result_list li:last-child {
  padding-bottom: 20px;
}

.result_list .img {
  margin-bottom: 20px;
}

.result_list .txt {}

.result_list .txt span {
  font-size: 13px;
}

.result_list li:nth-child(2n-1) {
  background-color: #f6f4ee;
}

.result_list li:nth-child(2n) .txt {
  text-align: right;
}

.section-04 .history {
  float: right;
  width: 48.18%;
}

.history .history_list {
  border: 3px solid #aa965c;
}

.history_list table {
  width: 100%;
  margin-bottom: 45px;
  font-size: 16px;
}

.history_list th {
  width: 16.98%;
  padding: 20px 10px;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #aa965c;
  border-bottom: 1px solid #aa965c;
}

.history_list td {
  padding: 20px 10px;
  border-bottom: 1px solid #aa965c;
}

.history_list td li,
.history_list td p {
  padding-left: 1em;
  text-indent: -1em
}

.history_list td span {
  color: #bf933b;
}

.history_list td .img {
  margin: 10px 0;
  text-align: center;
}

.history_list .prize {
}

.prize h4 {
  margin-bottom: 15px;
  border-bottom: 10px solid #d5c8a0;
  font-size: 19px;
  text-align: center;
}

.prize .prize_unit {
  padding: 0 3.77%;
}

.prize ul {}

.prize li {
  width: 47.73%;
  margin-bottom: 20px;
}

.prize li:nth-child(2n-1) {
  float: left;
}

.prize li:nth-child(2n) {
  float: right;
}

.prize .prize_year {
  margin-bottom: 10px;
  font-size: 17px;
}

.prize .prize_year:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background-color: #aa965c;
}

.prize .prize_name {
  margin-top: 10px;
  font-size: 15px;
}

.history .caption {
  padding-top: 5px;
  font-size: 10px;
  text-align: right;
}

@media only screen and (max-width:736px) {
  .section-04 .result {
    float: none;
    width: auto;
    margin-bottom: 30px;
  }

  .result_list li {
    padding: 20px 20px;
  }

  .result_list .img {
    text-align: center;
  }

  .result_list li:nth-child(2n) .txt {
    text-align: left;
  }

  .section-04 .history {
    float: none;
    width: auto;
  }

  .history_list table {
    margin-bottom: 20px;
  }

  .history_list .prize {
  }
}

/* section-05
--------------------------------------------------------------------------------*/
.section-05 {
  background: url("../imgs/visual-03.jpg") center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

/* section-06
--------------------------------------------------------------------------------*/
.section-06 {}

.section-06 .unit {}

.section-06 li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin-bottom: 20px;
  padding: 10px 30px 20px 10px;
  border: 3px solid #aa965c;
}

.section-06 li:last-child {
  margin-bottom: 0;
}

.section-06 li .icon {
  width: 26.09%;
}

.section-06 li .ttl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  width: 23.64%;
  padding-left: 30px;
  font-size: 23px;
}

.section-06 li .txt {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  width: 50.27%;
  padding-left: 30px;
  font-size: 16px;
}

.section-06 li .txt span {
  font-size: 10px;
}

@media only screen and (max-width:736px) {
  .section-06 li {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 30px;
  }

  .section-06 li .icon {
    width: auto;
    margin-bottom: 15px;
    text-align: center;
  }

  .section-06 li .ttl {
    display: block;
    width: auto;
    margin-bottom: 10px;
    padding-left: 0;
    text-align: center;
  }

  .section-06 li .txt {
    display: block;
    width: auto;
    padding-left: 0;
    font-size: 16px;
  }
}

/* section-06
--------------------------------------------------------------------------------*/
.section-07 {
  padding: 50px 10px;
  background-color: #eeeeee;
}

.section-07 ul {
  text-align: center;
}

.section-07 li {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0 .2%;
}

.section-07 li:nth-last-child(-n+2) {
    margin-bottom: 0;
}

.section-07 li a:hover {
  opacity: 0.7;
}

.section-07 li img {
    width: auto;
    height: 55px;
}


@media only screen and (max-width:736px) {
  .section-07 {
    padding: 25px 10px;
    background-color: #eeeeee;
  }

  .section-07 li {
    width: 200px;
    margin: 0 10px 20px;
  }

.section-07 li:nth-last-child(-n+2) {
    margin-bottom: 20px;
}

  .section-07 li:last-child {
    margin-bottom: 0;
  }
}

/* footer
--------------------------------------------------------------------------------*/
.copyright {
  color: #1f73b9;
  font-size: .5rem;
  letter-spacing: .01em;
  font-smoothing: antialiased;
  padding: 10px 0;
}
.footer {
  padding: 0 15px;
  text-align: center;
  background: white;
}
.footer div {
  max-width: 1040px;
  padding: 30px 0 25px;
  margin: 0 auto;
}
.footer p {
  margin-bottom: .5rem;
}
.footer img {
  max-width: 100%;
  width: auto;
}
@media (min-width: 769px) {
  .copyright {
    font-size: 10px;
  }
  .footer {
    padding: 0 60px;
    text-align: left;
  }
}
.cv {
  max-width: 820px;
  padding: 0 20px;
  margin: 0 auto 100px;
}
.cv a {
  display: block;

  text-align: center;
  padding: 24px 10px;
  font-size: 24px;
  letter-spacing: .1em;
  font-weight: bold;
  text-decoration: none;
  color: white;
  background: #f8b62d;
}
.cv a:before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  margin-top: -2px;
  margin-right: 10px;
  width: 38px;
  height: 25px;
  background: url(../imgs/nav-icon.png) 0 0 no-repeat;
}

@media only screen and (max-width: 736px) {
  .cv a {
    font-size: 15px;
  }
}

.contents-footer-annotation {
  font-size: 12px;
  max-width: 1100px;
  margin: 0 auto 2em auto;
  padding: 0 5px;
  text-align: left;
}

@media only screen and (max-width: 736px) {
  .contents-footer-annotation {
    font-size: 1rem;
    font-size: 3.125vw;
    padding-top: 0;
    width: 93.75%;
  }
}
