@charset "utf-8";



/***** about *****/
.page-about .bgWrap {
  background: url("../img/about/bg.jpg") center no-repeat;
  background-size: 100% auto;
}

.page-about section a {
  color: #d69706;
  text-decoration: underline;
  word-break: break-all;
}

section h2 {
  margin: 0 0 1em;
  text-align: center;
}
section h2 p {
  margin: 0 0 0.5em;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
  .page-about .bgWrap {
    background: url("../img/about/bg_sp.jpg") center 500px no-repeat;
    background-size: 100% auto;
  }
}

/* first */
.page-about .first {
  background: #fff;
}
.page-about .first-wrapper {
  padding: 80px 5% 0;
}
.page-about .first-ttl .first-ttl-en,
.page-about .first-ttl .first-ttl-ja {
  text-align: left;
}
.page-about .first-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.page-about .first-text {
  width: 60%;
  padding: 40px 0 60px;
}
.page-about .first-img {
  width: 35%;
}

@media only screen and (max-width: 768px) {
  .page-about .first {
    background: none;
  }
  .page-about .first-wrapper {
    padding: 4% 5% 0;
  }
  .page-about .first-text {
    width: 100%;
    padding: 50px 0 40px;
  }
  .page-about .first-img {
    width: 45%;
    margin: 0 auto;
  }
}

/* outline */
.page-about .outline {
  background: none;
}
.page-about .outline-wrapper {
  padding: 65px 5%;  
  background: #eff3f7;
}
.page-about .outline-wrapper p {
  margin: 0 0 50px;
}
.page-about .outline-wrapper p:last-of-type {
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .page-about .outline-wrapper {
    padding: 40px 5%;
    width: 92%;
  }
}

/* detail */
.page-about .detail {

}
.page-about .detail .detail-wrapper {
  padding: 90px 0 75px;
  background-color: #fff;
}
.page-about .detail .inner2 {
  width: 90%;
  max-width: 742px;
  margin: 0 auto;
}
.page-about .detail h2 {
  margin: 0 0 74px 0;
}
.page-about .detail h3 {
  margin: 0 0 40px 0;
  font-size: 150%;
  font-weight: 700;
  text-align: center;
}
.page-about .detail h3 br {
  display: none;
}
.page-about .detail .tx {
  margin: 0 0 36px 0;
  line-height: 2.2em;
}
.page-about .detail .caption {
  margin: 0 0 70px 0;
}
.page-about .detail .caption p {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 94%;
}
.page-about .detail .btn_guidelines {
  position: relative;
  display: block;
  width: 100%;
  max-width: 274px;
  height: 50px;
  margin: 50px auto;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  border-radius: 25px;
  background: #f6ab00;
}
.page-about .detail .btn_guidelines::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 12px;
  height: 8px;
  margin: -4px 0 0;
  background: url("../img/common/btn_arrow.svg") center center no-repeat;
  background-size: 100%;
  transition: .25s;
}
.page-about .detail .btn_guidelines:hover {
  background: #f8bc33;
}
.page-about .detail .btn_guidelines:hover::after {
  right: 15px;
}
.page-about .detail dl {
  display: flex;
  flex-wrap: wrap;
}
.page-about .detail dt {
  width: 3.5em;
  margin-top: 10px;
  font-weight: 500;
}
.page-about .detail dd {
  width: calc(100% - 3.5em);
  margin-top: 10px;
  font-weight: 500;
}
.page-about .detail dt:first-of-type,
.page-about .detail dd:first-of-type {
  margin-top: 0;
}
.page-about .detail .tx a {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
  color: #cd962a;
  line-height: 1.5;
  text-decoration: underline;
}
.page-about .detail .tx a.pdf::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 26px;
  margin-left: 10px;
  background: url("../img/common/icon-pdf.svg") center center no-repeat;
  background-size: 100% auto;
}

@media only screen and (max-width: 768px) {
  .page-about .detail {
  }
  .page-about .detail .detail-wrapper {
    padding: 40px 0;
  }
  .page-about .detail .inner2 {
    width: auto;
    padding: 0 5%;
  }
  .page-about .detail h2 {
    margin: 0 0 6% 0;
  }
  .page-about .detail h3 {
    margin: 0 0 5% 0;
  }
  .page-about .detail h3 br {
    display: inline;
  }
  .page-about .detail .tx {
    margin: 0 0 5% 0;
  }
  .page-about .detail .caption {
    margin: 0 0 5% 0;
  }
  .page-about .detail .btn_guidelines {
    margin: 5% auto 8% auto;
  }
  .page-about .detail .btn_guidelines:hover::after {
    right: 15px;
  }
}


/* judge-member */
.page-about .judge-member {
  padding: 0;
}
.page-about .judge-member .judge-member-wrapper {
  margin-top: 30px;
  padding: 70px 50px 63px 50px;
  background: #eff3f7;
}
.page-about .judge-member .inner:first-of-type {
  margin-top: 0;
}
.page-about .judge-member h2 {
  margin: 0 0 20px 0;
}
.page-about .judge-member .leaf {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  max-width: 742px;
  margin: 0 auto;
  padding: 40px 0;
  border-top: 2px solid #bababb;
}
.page-about .judge-member .leaf:first-of-type {
  padding: 0 0 40px 0;
  border-top: none;
}
.page-about .judge-member .leaf:last-of-type {
  padding: 40px 0 0 0;
}
.page-about .judge-member .leaf.one {
  padding: 0;
}
.page-about .judge-member .leaf .name {
  width: 100%;
  margin: 0 0 1em;
}
.page-about .judge-member .leaf .name h3 {
  font-size: 17px;
  font-weight: 700;
}
.page-about .judge-member .leaf .name h4 {
  font-size: 16px;
  font-weight: 700;
}
.page-about .judge-member .leaf .prof {
  width: 76%;
}
.page-about .judge-member .leaf .prof p {
  margin: 0 0 10px 0;
  font-size: 15px;
}
.page-about .judge-member .leaf .ph {
  width: 18%;
}
.page-about .judge-member .leaf a {
  color: #cd962a;
  line-height: 1.5;
  text-decoration: underline;
}
.page-about .judge-member .leaf a:hover {
  color: #f8bc33;
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .page-about .judge-member {
  
  }
  .page-about .judge-member .judge-member-wrapper {
    margin-top: 4%;
    padding: 10% 4%;
  }
  .page-about .judge-member .judge-member-wrapper:first-of-type {
    margin-top: 0;
  }
  .page-about .judge-member h2 {
    margin: 0 0 15px 0;
  }
  .page-about .judge-member .leaf {
    display: block;
    width: 100%;
    padding: 8% 0;
    border-top: 2px solid #bababb;
  }
  .page-about .judge-member .leaf:first-of-type {
    padding: 0 0 8% 0;
  }
  .page-about .judge-member .leaf:last-of-type {
    padding: 8% 0 0 0;
  }
  .page-about .judge-member .leaf .name {
    width: 100%;
    margin: 0 0 1em;
  }
  .page-about .judge-member .leaf .prof {
    width: 100%;
    margin: 0 0 6% 0;
  }
  .page-about .judge-member .leaf .prof p {
    margin: 0 0 2% 0;
    font-size: 13px;
  }
  .page-about .judge-member .leaf .ph {
    width: 33%;
    margin: 0 auto;
  }
}

/* judgement */
.page-about .judgement {
  padding: 0;
}
.page-about .judgement .judgement-wrapper {
  margin: 0 auto;
  padding: 90px 0 60px;
  background: #fff;
}
.page-about .judgement .inner2 {
  width: 90%;
  max-width: 742px;
  margin: 0 auto;
}
.page-about .judgement h3 {
  width: 8em;
  height: 33px;
  margin: 80px auto 35px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background: #05a699;
}
.page-about .judgement h3:first-of-type {
  margin-top: 60px;
}
.page-about .judgement .catch {
  font-weight: bold;
  margin: 0 0 24px 0;
  line-height: 2.2em;
}
.page-about .judgement .catch:last-child {
  margin: 0;
}
.page-about .judgement .list {
  margin: 0 0 25px 0;
}
.page-about .judgement .list p {
  margin: 0 0 6px 0;
}
.page-about .judgement .list p:last-child {
  margin: 0;
}
.page-about .judgement .list p span {

}
.page-about .judgement .prizeList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-about .judgement .prizeList .title_jp {
  width: 14em;
  padding: 16px 0;
  border-bottom: 2px solid #05a699;
  font-weight: bold;
}
.page-about .judgement .prizeList .title_en {
  width: calc(100% - 14em - 7em);
  padding: 16px 0;
  border-bottom: 2px solid #05a699;
  font-weight: bold;
}
.page-about .judgement .prizeList .prize {
  width: 7em;
  padding: 16px 0;
  text-align: right;
  border-bottom: 2px solid #05a699;
  font-weight: bold;
}
.page-about .judgement .prizeList .title_jp.gp,
.page-about .judgement .prizeList .title_en.gp,
.page-about .judgement .prizeList .prize.gp {
  border: none;
  padding: 0 0 40px;
  line-height: 40px;
  vertical-align: middle;
} 
.page-about .judgement .prizeList .title_jp.gp::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: -5px 12px 0 0;
  vertical-align: middle;
  background: url("../img/common/icon_gp.png") center no-repeat;
  background-size: 100%;
}
.page-about .judgement .caption {
  margin: 2em 0 0;
  font-size: 90%;
  line-height: 1.5em;
}
.page-about .judgement .caption p {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 94%;
}

@media only screen and (max-width: 768px) {
  .page-about .judgement {

  }
  .page-about .judgement .judgement-wrapper {
    margin: 0 auto;
    padding: 7%;
  }
  .page-about .judgement .inner2 {
    width: 100%;
  }
  .page-about .judgement h3 {
    margin: 15% auto 6% auto;
  }
  .page-about .judgement .catch {
    margin: 0 0 3% 0;
  }
  .page-about .judgement .catch:last-child {
    margin: 0;
  }
  .page-about .judgement .catch br {
    display: none;
  }
  .page-about .judgement .list {
    margin: 0 0 3% 0;
  }
  .page-about .judgement .list p {
    text-indent: -1em;
    padding: 0 0 0 1em;
  }
  .page-about .judgement .prizeList .title_jp {
    padding: 16px 0 0;
    border: none;
    order: 1;
  }
  .page-about .judgement .prizeList .title_en {
    width: 100%;
    padding: 0 0 16px;
    order: 3;
  }
  .page-about .judgement .prizeList .prize {
    padding: 16px 0 0;
    border: none;
    order: 2;
  }
  .page-about .judgement .prizeList .title_jp.gp {
    width: calc(100% - 7em);
    padding: 0;
    line-height: 30px;
  }
  .page-about .judgement .prizeList .title_en.gp {
    padding: 0 0 30px 28px;
    line-height: 30px;
  }
  .page-about .judgement .prizeList .prize.gp {
    padding: 0;
    line-height: 30px;
  }
  .page-about .judgement .prizeList .title_jp.gp::before {
    width: 20px;
    height: 20px;
    margin: -6px 8px 0 0;
  }
}

@media only screen and (max-width: 420px) {
  .page-about .judgement .prizeList .title_jp {
    width: 100%;
    padding: 16px 0 0;
    border: none;
    order: 1;
  }
  .page-about .judgement .prizeList .title_en {
    width: 100%;
    padding: 0;
    border: none;
    order: 2;
  }
  .page-about .judgement .prizeList .prize {
    width: 100%;
    padding: 0 0 16px;
    border-bottom: 2px solid #05a699;
    order: 3;
  }
  .page-about .judgement .prizeList .title_jp.gp {
    width: 100%;
    padding: 0;
    line-height: 30px;
  }
  .page-about .judgement .prizeList .title_en.gp {
    width: 100%;
    padding: 0 0 0 28px;
    line-height: 30px;
  }
  .page-about .judgement .prizeList .prize.gp {
    width: 100%;
    padding: 0 0 30px;
    line-height: 30px;
  }
  .page-about .judgement .prizeList .title_jp.gp::before {
    width: 20px;
    height: 20px;
    margin: -6px 8px 0 0;
  }
}

/* inquiry */
.page-about .inquiry {
  padding: 80px 0;
  background: #05a699;
}
.page-about .inquiry .inquiry-wrapper {
  padding: 80px 50px;
  background: #fff;
}
.page-about .inquiry .inner2 {
  width: 90%;
  max-width: 742px;
  margin: 0 auto;
}
.page-about .inquiry h2 p {
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 40px 0;
}
.page-about .inquiry .secretariat {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.page-about .inquiry .secretariat .tx {
  margin-right: 40px;
  font-size: 18px;
  font-weight: bold;
}
.page-about .inquiry .secretariat .logo {
  width: 398px;
}
.page-about .inquiry .address {
  margin-top: 1em;
}
.page-about .inquiry .address a {
  color: #cd962a;
  line-height: 1.5;
  text-decoration: underline;
}
.page-about .inquiry .address a:hover {
  color: #f8bc33;
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .page-about .inquiry {
    padding: 24px 0;
  }
  .page-about .inquiry .inquiry-wrapper {
    padding: 8%;
  }
  .page-about .inquiry .inner2 {
    width: 100%;
  }
  .page-about .inquiry h2 p {
    font-size: 24px;
    margin: 0 0 7% 0;
  }
  .page-about .inquiry .secretariat {
    display: block;
  }
  .page-about .inquiry .secretariat .tx {
    margin: 0 0 7% 0;
    font-size: 16px;
    text-align: center;
  }
  .page-about .inquiry .secretariat .logo {
    width: 100%;
  }
  .page-about .inquiry .address {
    margin-top: 1em;
  }
  .page-about .inquiry .address a {
    color: #cd962a;
    line-height: 1.5;
    text-decoration: underline;
  }
  .page-about .page-about .inquiry .address a:hover {
    color: #f8bc33;
    text-decoration: none;
  }
}


.menu-wrapper {
  background-color: #e3efcb;
  padding: 60px 0 26px 0;
}

.menu-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 867px;
  width: 90%;
  margin: 0 auto;
}

.menu-list-item {
  width: 42%;
}

.menu-list-wrap {
}

.menu-list-img {
  margin: 0 0 18px 0;
  line-height: 0;
}

.menu-list-ttl {
  font-size: 26px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin: 0 0 9px 0;
  line-height: 1;
}

.menu-list-copy .-link {
  color: #d69706;
  text-decoration: underline;
}

.menu-list-copy .-link:hover {
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .menu-wrapper {
    padding: 8% 0;
  }
  .menu-list-item {
    width: 100%;
    margin: 0 0 11.5% 0;
  }
  .menu-list-item:last-child {
    margin: 0;
  }
  .menu-list-wrap {
  }
  .menu-list-img {
    margin: 0 0 4.9% 0;
  }
  .menu-list-ttl {
    font-size: 20px;
    margin: 0 0 3% 0;
  }
}