@charset 'UTF-8';
@import url('slick.css');

/* ********************************************************************************
  initiallize
*********************************************************************************** */
html {
  font: 62.5%/1.6 游ゴシック体,Yu Gothic,YuGothic,-apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Meiryo,メイリオ,sans-serif;
}
body {
  font-size: 120%;
  font-size: 1.2rem;
  font-size: 3.75vw;/* 24px(640px BreakPoint) */
  color: #000;
}
header, footer {
  line-height: 1;
}
html, body, h1, h2, h3, h4, h5, h6, p, figure, div {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
  box-sizing: border-box;
  font-size: 100%;
  font-weight: bold;
}
ul, ol, dl {
  margin: 0;
  padding: 0;
  list-style: none;
}
li, dt, dd {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
em {
  font-style: normal;
}
small {
  font-size: smaller;
}
header, footer, main, nav, article, aside, section {
  display: block;
  box-sizing: border-box;
  word-break: break-word;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
  -webkit-backface-visibility: hidden;
  border: none;
}
a {
  text-decoration: none;
  color: #000;
  transition: color .3s ease, opacity .3s ease, background .3s ease;
}

@media screen and (min-width: 768px), print {
  body {
    font-size: 160%;
    font-size: 1.6rem;
  }
  a:hover {
    opacity: .7;
  }
}

.pc {
  display: none;
}


.l-container {
  width: 100%;
}
.l-main {
  display: block;
  max-width: 1278px;
  margin: 0 auto;
  padding: 0 1.7em;
}
.l-container.header {
  position: relative;
  border-bottom: none;
}
.l-header {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 auto;
  height: 14.0625vw;
  padding: 0;
}
.l-header__blk {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 94%;
  margin: auto;
}
.l-header__blk a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 46%;
}
.l-header__logo {
  margin-right: 2em;
  width: 20%;
}
.l-header__logo img {
  width: 50px;
  height: auto;
}
.l-header__blk a span:last-child {
  width: 75%;
}
.l-header__blk a span:last-child {
  max-width: 200px;
}
.l-header__logo {
  margin-right: 2.5%;
}
.l-container.title_blk {
  position: relative;
  height: 33.28125vw;
  background-repeat: no-repeat;
  background-position: center;
  /*background-image: url(../img/bg_header_sp.jpg);*/
  background-size: cover;
  color: #fff;
}
.l-container.title_blk h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  display: block;
  margin: 0;
  text-align: center;
  font-size: 6.5625vw;
}
.l-container.title_blk  small {
  display: block;
  margin-top: 1em;
  letter-spacing: 2px;
  font-size: 3.28125vw;
  font-weight: normal;
}

.p-links__logo {
  margin: 3.5em 0 3em;
}
.p-links__logo a {
  display: block;
  width: 60%;
  margin: auto;
}

.l-container.footer {
  background: #000;
}
.l-footer {
  max-width: 1278px;
  margin: 0 auto;
  padding: 0 1.5em;
}
.l-footer__link {
  padding: 35px 0 30px;
}
.l-footer__link>li {
  font-size: 1.2rem;
  letter-spacing: 1px;
  line-height: 2rem;
  color: #fff;
}
.l-footer__link>li:not(:last-child) {
  margin-bottom: 1.5em;
}
.l-footer__link>li>a {
  text-decoration: underline;
  color: #fff;
}


[class|=sec] {
  padding: 3em 0;
  margin: auto;
}
.sec-gold,
.sec-silver {
  border-bottom: solid 1px #ccc;
}
.sec-silver {
  padding-bottom: 0;
}
.sec-judge {
  background-color: #f4f4f4;
}
.award_icon {
  display: block;
  margin: 0 auto 1.2em;
  width: 15.625vw;
  height: 19.84375vw;
}
.award_ttl {
  display: block;
  margin: 0 auto 1em;
  width: 83.333vw;
  /*width: 56.25vw;
  height: 9.53125vw;*/
	height: auto;
}
.award_box {
  text-align: center;
}
.award_box a {
  display: block;
}
.award_img {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 1em;
  overflow: hidden;
  background-color: #eee;
}
.sec-gold .award_img img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.award_list .award_box {
  margin-bottom: 3.5em;
}
.award_list .award_img {
  height: 58.4375vw;
}
.award_list .award_img img {
  max-width: inherit;
  width: auto;
  max-height: 100%;
}
.award_work_company {
  display: block;
  margin-top: .5em;
  font-size: 75%;
}
.sec-judge {
  position: relative;
  padding: 0;
  margin-bottom: 3em;
}
.sec-judge .inner {
  width: 87.5%;
  margin: auto;
}
.judge_ttl {
  position: absolute;
  top: -.8em;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  text-align: center;
  font-size: 125%;
  font-weight: bold;
}
.judge_box {
  padding: 2.2em 0 2.5em;
}
.judge_box:not(:last-child) {
  border-bottom: solid 1px #ccc;
}
.judge_profile {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 1em;
}
.judge_profile figure {
  width: 41%;
  margin-top: .3em;
}
.judge_profile figure img {
  max-width: 31.25vw;
}
.judge_profile > div {
  width: 50%;
}
.judge_position {
  display: block;
  margin-bottom: .5em;
}
.judge_name {
  display: block;
  margin-bottom: .5em;
  font-weight: bold;
}
.judge_company {
  display: block;
  font-size: 87.5%;
}
.judge_txt {
  position: relative;
  display: block;
  /*height: 65vw;*/
  overflow: hidden;
  line-height: 1.7;
  font-size: 87.5%;
  transition: height .6s ease-out;
}
.judge_txt::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  height: 4em;
  background: linear-gradient(0deg, rgba(244,244,244,1) 0%, rgba(244,244,244,0) 100%);
}
.judge_txt.open {
  height: auto;
}
.judge_txt.open::after {
  content: none;
}
.judge_txt p {
  margin-bottom: 1em;
}
.judge_txt h4 {
  margin-bottom: -1em;
}
.judge_txt ul {
  margin-bottom: 1em;
}
.judge_txt li {
  padding-left: 1em;
  text-indent: -1em;
}
.view_btn {
  position: relative;
  padding: .5em 0;
  margin-top: 1em;
  border: solid 1px #030303;
  text-align: center;
  font-size: 87.5%;
}
.view_btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -4em;
  display: block;
  margin: auto;
  width: 1.40625vw;
  height: 4.21875vw;
  background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%209%2026%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20%20fill%3D%22%23000%22%20d%3D%22M8.395%2C16.307%20L2.000%2C24.529%20L2.000%2C25.000%20L1.633%2C25.000%20L1.395%2C25.307%20L0.605%2C24.693%20L1.000%2C24.186%20L1.000%2C-0.000%20L2.000%2C-0.000%20L2.000%2C22.900%20L7.605%2C15.693%20L8.395%2C16.307%20Z%22%2F%3E%3C%2Fsvg%3E') no-repeat center top;
  background-size: contain;
  transition: transform .3s ease;
}
.view_btn.open::after {
  transform: rotate(-180deg);
}/*
.p-past__link {
  position: relative;
  width: 90%;
  margin: 0 auto 3em;
  padding: 2em 2em 1.5em;
  background-color: #f4f4f4;
}
.p-past__link b {
  position: absolute;
  top: -.75em;
  left: 0;
  right: 0;
  display: block;
  text-align: center;
  font-size: 125%;
  font-weight: bold;
}
.p-past__link ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.p-past__link li {
  width: 30%;
  margin-left: 5%;
  margin-bottom: .5em;
  text-align: center;
  font-size: 125%;
}
.p-past__link li:nth-child(3n+1) {
  margin-left: 0;
}*/

@media screen and (min-width: 768px), print {

  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  br.pc,
  span.pc {
    display: inline;
  }
  .l-header {
    height: 100px;
  }
  .l-header,
  .l-main.lead {
    max-width: 960px;
  }
  .l-header__blk {
    width: 100%;
  }
  .l-header__blk img {
    max-width: 100%;
    height: auto;
  }
  .l-header__blk a {
    width: 100%;
  }
  .l-header__logo {
    width: auto;
  }
  .l-container.title_blk {
    height: 172px;
    /*background-image: url(../img/bg_header.jpg);*/
  }
  .l-container.title_blk h1 {
    font-size: 3.6rem;
  }
  .l-container.title_blk  small {
    font-size: 1.6rem;
  }

  .p-links__logo {
    margin: 4em 0 3.5em;
    text-align: center;
  }
  .p-links__logo a {
    display: inline-block;
    width: auto;
    max-width: 320px;
  }

  .l-footer {
  }
  .l-footer__link {
    display: flex;
    align-items: center;
    padding: 35px 0 30px;
    flex-wrap: wrap;
    align-items: unset;
  }
  .l-footer__link>li {
    margin-bottom: 0;
    font-size: .9rem;
    letter-spacing: 1px;
    line-height: 2rem;
    color: #fff;
  }
  .l-footer__link>li:not(:last-child) {
    margin-right: 50px;
    margin-bottom: 0;
  }
  .l-footer__link>li:last-child {
    margin-left: auto;
  }

  [class|=sec] {
    padding: 4em 0;
    max-width: 900px;
  }
  .sec-silver {
    padding-bottom: 0;
  }
  .sec-judge {
    max-width: 960px;
    padding: 0;
    margin-bottom: 4em;
  }
  .award_icon {
    margin-bottom: 2em;
    width: 120px;
    height: 153px;
  }
  .sec-gold .award_ttl {
    margin-bottom: 2.5em;
  }
  .award_ttl {
    margin-bottom: 1.75em;
    width: 400px;
    /*height: 51px;*/
	height: auto;
  }
  .award_img {
    margin-bottom: 1.5em;
  }
  .award_list {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .award_list .award_box {
    width: 47.334%;
    margin-left: 5.332%;
    margin-bottom: 4em;
  }
  .award_box:nth-child(2n+1) {
    margin-left: 0;
  }
  .award_list .award_img {
    height: 284px;
  }
    .award_work_blk{
        height: 6em;
    }
  .sec-gold .award_work_ttl {
    font-size: 24px;
  }
  .sec-gold .award_work_company {
    font-size: 16px;
  }
  .sec-silver .award_work_ttl,
  .sec-bronze .award_work_ttl {
    font-size: 18px;
  }
  .sec-silver .award_work_company,
  .sec-bronze .award_work_company {
    font-size: 14px;
  }

  .judge_ttl {
    font-size: 187.5%;
  }
  .judge_box {
    padding: 3.2em 0 3.5em;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
  .judge_profile {
    display: block;
    width: 24%;
    margin-bottom: 0;
  }
  .judge_profile figure,
  .judge_profile > div {
    width: 100%;
  }
  .judge_profile figure {
    margin-bottom: 1em;
  }
  .judge_profile figure img {
    max-width: 200px;
  }
  .judge_position {
    font-size: 87.5%;
  }
  .judge_name {
    margin-bottom: .1em;
    font-size: 112.5%;
  }
  .judge_comment {
    width: 71.5%;
  }
  .judge_txt {
    /*height: 276px;*/
  }
  .judge_txt::after {
    height: 6em;
  }
  .noview .judge_txt::after {
    content: none;
  }
  .view_btn {
    cursor: pointer;
  }
  .view_btn::after {
    width: 6px;
    height: 18px;
    background-position: center top;
  }
  .noview .view_btn {
    display: none;
  }/*
  .p-past__link {
    width: 490px;
  }
  .p-past__link b {
    font-size: 150%;
  }
  .p-past__link li {
    width: 15%;
    margin: 0 0 0 2%;
  }
  .p-past__link li:nth-child(3n+1) {
    margin-left: 2%;
  }
  .p-past__link li:nth-child(6n+1) {
    margin-left: 0;
  }*/

}

/*2020/9/10 */

.l-main.past {
	margin: 4em auto;
}
.p-past__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.p-past__btn a {
	display: block;
	padding: 3.15rem 0;
	background-color: #ef9716;
	text-align: center;
	font-size: 2.4rem;
	color: #fff;
}
.p-past__btn {
	max-width: 288px;
	width: 30%;
}
.p-past__link {
	position: relative;
	max-width: 624px;
	width: 65%;
	padding: 3.3rem 1.5em;
	box-sizing: border-box;
	background-color: #f4f4f4;
	text-align: center;
}
.p-past__link b {
	position: absolute;
	top: -.5em;
	left: 0;
	right: 0;
	margin:	auto;
	display: block;
	text-align: center;
	font-size: 2.4rem;
}
.p-past__link li {
	display: inline-block;
	margin-right: 5%;
}
.p-past__link li:last-child {
	display: inline-block;
	margin-right: 0;
}
.p-past__link li a {
	font-size: 2.1rem;
}


@media (max-width: 768px) {
	.p-past__item {
		display: block;
	}
	.p-past__btn {
		width: 100%;
		max-width: 100%;
		/*margin-bottom: 5em;*/
	}
	.p-past__btn a {
		font-size: 4.6875vw;
	}
	.p-past__link {
		width: 100%;
		padding: 4em 3em 2em;
	}
	.p-past__link b {
		font-size: 4.6875vw;
	}
	.p-past__link ul {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.p-past__link li {
		display: list-item;
		width: 32%;
		margin: 0 0 2em 2%;
		text-align: center;
	}
	.p-past__link li:nth-child(3n+1) {
		margin-left: 0;
	}
	.p-past__link li a {
		font-size: 4.6875vw;
	}
}

.head-past__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.head-past__btn a {
	display: block;
	padding: 2.15rem 0;
	background-color: #ef9716;
	text-align: center;
	font-size: 1.4rem;
	color: #fff;
}
.head-past__btn {
	/*max-width: 288px;*/
	width: 8em;
}
@media (max-width: 768px) {
	.head-past__item {
		/*display: block;*/
	}
	.head-past__btn {
		width: 6em;/*
		width: 100%;
		max-width: 20%;
		margin-bottom: 5em;*/
	}
	.head-past__btn a {
	    padding: 1.15rem 0;
	    font-size: 60%;
	}
    .l-header__blk a {
      width: 66%;
    }
}
/* 追加 */

.l-main.past {
	margin: 4em auto;
}
.p-past__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.p-past__btn a {
	display: block;
	padding: 3.15rem 0;
	background-color: #ef9716;
	text-align: center;
	font-size: 2.4rem;
	color: #fff;
}
.p-past__btn {
	max-width: 288px;
	width: 30%;
    margin-right: 20px;
}
.p-past__link {
	position: relative;
	max-width: 624px;
	width: 65%;
	padding: 3.0rem 2.0em 1.8rem 2.4em;
	box-sizing: border-box;
	background-color: #f4f4f4;
	text-align: left;
}
.p-past__link b {
	position: absolute;
	top: -.5em;
	left: 0;
	right: 0;
	margin:	auto;
	display: block;
	text-align: center;
	font-size: 2.4rem;
}
.p-past__link li {
	display: inline-block;
	margin-right: 5%;
    margin-bottom: .5em;
}
.p-past__link li:last-child {
	display: inline-block;
	margin-right: 0;
}
.p-past__link li a {
	font-size: 2.1rem;
}


@media (max-width: 768px) {
	.p-past__item {
		display: block;
	}
	.p-past__btn {
		width: 100%;
		max-width: 100%;
		margin-bottom: 2em;
	}
	.p-past__btn a {
		font-size: 4.6875vw;
	}
	.p-past__link {
		width: 100%;
		padding: 4em 3em 2em;
	}
	.p-past__link b {
		font-size: 4.6875vw;
	}
	.p-past__link ul {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.p-past__link li {
		display: list-item;
		width: 32%;
		margin: 0 0 2em 2%;
		text-align: center;
	}
	.p-past__link li:nth-child(3n+1) {
		margin-left: 0;
	}
	.p-past__link li a {
		font-size: 4.6875vw;
	}
}
/* inputのチェックボックスを非表示 */
.accordion-hidden {
  display: none;
}

/* 見出しボタン部分 */
.accordion-open {
  display: block;
  padding: 5px;
  text-align: center;
  cursor: pointer;
  margin: 15px 0 5px 0;
  position: relative;
  border: 1px solid #000;
}

/* ＋アイコン */
.accordion-open::before,
.accordion-open::after {
  content: '';
  width: 10px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

/* アイコンのー */
.accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}

/* アコーディオンが開いたらーに */
.accordion-hidden:checked+.accordion-open:after {
  transform: translateY(-50%) rotate(0);
}

/* アコーディオン中身部分 */
.accordion-inner {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.5s;
  /* 表示速度の設定 */
  cursor: pointer;
	text-align:left!important;
}

/* チェックボックスにチェックが入ったら中身部分を表示する */
.accordion-hidden:checked+.accordion-open+.accordion-inner {
  height: auto;
  opacity: 1;
  padding: 10px;
}