@charset "UTF-8";
a {
  outline: none;
  opacity: 1;
  transition: all .3s;
}
a:hover {
  opacity: 0.8;
  transition: all .3s;
}
*:hover {
  transition: all .3s;
}
figure {
  margin: 0;
}
figure img {
  width: 100%;
  vertical-align: bottom;
}
html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}
body {
  margin: 0;
  padding: 0;
  color: #1a4547;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
}
#wrapper {
  min-width: 1100px;
  overflow: hidden;
}
.inner {
  width: 1100px;
  margin: 0 auto;
}
br.sp {
  display: none;
}
/*-------------------トップ-------------------*/
header h1 {
  margin: 0;
  position: absolute;
  top: 20px;
  left: 4%;
  z-index: 10;
}
header h1.logo {
  width: 80px;
}
header h1.logo img {
  width: 100%;
}
.top {
  width: 100%;
  height: 100vh;
  min-height: 600px;
  background-image: url("../img/bg.jpg");
  background-size: cover;
  background-position: center;
}
.top .ttl_box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.top .ttl_box .logo_60 {
  width: 200px;
  margin: 0 auto 30px;
}
.top .ttl_box .logo_60 img {
  width: 100%;
}
.top h2 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  margin: 0 auto 10px;
  font-size: 140px;
  text-align: center;
  text-shadow: 0 0 30px #fff3dd;
}
.top h2 .sub {
  font-weight: 700;
  display: block;
  font-size: 38px;
  margin-bottom: -20px;
}
.top .info {
  background-color: #fff;
  border: solid 3px #1a4547;
  border-radius: 20px;
  padding: 20px 5% 22px;
  width: 500px;
  margin: 0 auto;
  text-align: center;
}
.top .info h3 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  margin: 0 auto 15px;
  font-size: 24px;
  color: #1a4547;
}
.top .info p {
  margin: 0;
}
.top .info .date {
  margin: 0 auto 15px;
  font-size: 18px;
  text-align: left;
  width: 240px;
}
/*-------------------トップ以下-------------------*/
.contents {
  padding: 70px 0;
}
.contents .wrap {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 5% 50px;
}
.contents h3 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  margin: 0 auto 30px;
  font-size: 34px;
  text-align: center;
  color: #1a4547;
  border-bottom: solid 2px #1a4547;
  padding-bottom: 10px;
}
/*-------------------アーカイブ-------------------*/
.contents.archive {
  background-color: #fff3dd;
}
.contents.archive .btn {
  margin: 0 auto;
  width: 350px;
}
.contents.archive .btn a {
  display: block;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(135deg, rgba(13, 107, 175, 1), rgba(87, 184, 116, 1), rgba(0, 167, 219, 1));
  background-position: 1% 50%;
  background-size: 200% auto;
  border-radius: 100px;
  padding: 15px 0;
  text-align: center;
  font-size: 20px;
}
.contents.archive .btn a:hover {
  opacity: 1;
  background-position: 99% 50%;
}
/*-------------------募集開始について-------------------*/
.contents.about {
  background-color: #fff3dd;
}
.contents.about .wrap {
  border: solid 3px #1a4547;
  padding: 30px 5% 35px;
}
.contents.about h3 {
  margin: 0 auto 20px;
  font-size: 30px;
  text-align: center;
  border-bottom: solid 2px #1a4547;
  padding-bottom: 20px;
}
.contents.about h3 .caption {
  font-size: 20px;
}
.contents.about p {
  margin: 0;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}
/*募集終了時*/
.contents.about h3 .sub02 {
  display: block;
  font-size: 24px;
  margin-bottom: 5px;
}
.contents.about h3 {
  font-size: 38px;
}
.contents.about h3 .sub {
  display: block;
  font-size: 32px;
}
.contents.about .btn {
  margin: 20px auto 0;
  width: 350px;
}
.contents.about .btn a {
  display: block;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(135deg, rgba(13, 107, 175, 1), rgba(87, 184, 116, 1), rgba(0, 167, 219, 1));
  background-position: 1% 50%;
  background-size: 200% auto;
  border-radius: 100px;
  padding: 15px 0;
  text-align: center;
  font-size: 20px;
}
.contents.about .btn a:hover {
  opacity: 1;
  background-position: 99% 50%;
}
/*-------------------未来60年賞について-------------------*/
.contents.about_60 {
  background: linear-gradient(135deg, rgba(173, 220, 235, 1), rgba(88, 194, 223, 1), rgba(153, 203, 99, 1));
}
.contents.about_60 .wrap {
  padding: 50px 5%;
}
.contents.about_60 .logo_60 {
  width: 200px;
  margin: 0 auto 30px;
}
.contents.about_60 .logo_60 img {
  width: 100%;
}
.contents.about_60 h3 {
  margin: 0 auto 30px;
  font-size: 38px;
  text-align: center;
  border-bottom: none;
  padding-bottom: 0;
}
.contents.about_60 p {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  margin: 0;
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
}
.contents.about_60 p.right {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  text-align: right;
  margin-top: 30px;
}
/*-------------------コンテスト概要-------------------*/
.contents.overview {
  background-color: #ffdece;
}
.contents.overview p {
  font-size: 18px;
  line-height: 30px;
  margin: 0 auto 40px;
  text-align: justify;
}
.contents.overview .dl_box {
  margin-bottom: 50px;
}
.contents.overview .dl_box dl {
  margin: 10px 0;
  display: flex;
  align-items: center;
  background-color: #fff5f1;
  border-radius: 10px;
  padding: 20px 5%;
}
.contents.overview .dl_box dl dt {
  width: 15%;
}
.contents.overview .dl_box dl dd {
  margin: 0;
  width: 85%;
  border-left: solid 1px #a3b5b5;
  padding-left: 3%;
}
.contents.overview .dl_box dl dd ul, .contents.overview .dl_box dl dd ol {
  padding: 0 0 0 20px;
  text-align: justify;
}
.contents.overview .dl_box dl dd ul li, .contents.overview .dl_box dl dd ol li {
  margin: 5px 0;
}
.contents.overview .note {
  border: solid 1px #a3b5b5;
  border-radius: 10px;
  padding: 30px 5%;
}
.contents.overview .note h4 {
  margin: 0 auto 10px;
}
.contents.overview .note ul {
  margin: 0;
  padding: 0 0 0 20px;
  text-align: justify;
}
.contents.overview .note ul li {
  margin: 5px 0;
}
/*-------------------審査委員会-------------------*/
.contents.list {
  background-color: #b8ecea;
}
.contents.list table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border: solid 3px #1a4547;
  background-color: #fff;
  text-align: center;
  table-layout: fixed
}
.contents.list table th, .contents.list table td {
  border: 1px solid #1a4547;
  padding: 15px 0;
}
.contents.list table thead th {
  background-color: #edf0f0;
}
.contents.list table thead th:first-child {
  width: 20%;
}
/*-------------------企画提案シート ダウンロード-------------------*/
.contents.download {
  background: linear-gradient(135deg, rgba(173, 220, 235, 1), rgba(88, 194, 223, 1), rgba(153, 203, 99, 1));
}
.contents.download .wrap {
  padding: 40px 5% 55px;
}
.contents.download h3 .en {
  display: block;
  font-size: 24px;
}
.contents.download ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.contents.download ul li {
  width: 45%;
  margin: 0 2%;
}
.contents.download ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(135deg, rgba(13, 107, 175, 1), rgba(87, 184, 116, 1), rgba(0, 167, 219, 1));
  background-position: 1% 50%;
  background-size: 200% auto;
  border-radius: 100px;
  padding: 25px 0;
  text-align: center;
  font-size: 20px;
  position: relative;
}
.contents.download ul li a:hover {
  opacity: 1;
  background-position: 99% 50%;
}
.contents.download ul li a i {
  position: absolute;
  right: 7%;
  top: 50%;
  transform: translate(-7%, -50%);
  font-size: 28px;
}
/*-------------------エントリーシート-------------------*/
.contents.form {
  background-color: #fff3dd;
}
.contents.form h3 .en {
  display: block;
  font-size: 24px;
}
.contents.form .p {
  margin: 0;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}
.contents.form p.en {
  font-size: 16px;
  text-align: center;
  margin: 0 auto 30px;
}
.contents.form p .required {
  color: #aa0906;
}
.contents.form .dl_box {
  margin-bottom: 40px;
}
.contents.form .dl_box dl {
  margin: 10px 0;
  display: flex;
  align-items: center;
  background-color: #edf0f0;
  border-radius: 10px;
  padding: 20px 5%;
}
.contents.form .dl_box dl dt {
  width: 35%;
  position: relative;
}
.contents.form .dl_box dl dd {
  margin: 0;
  width: 65%;
  border-left: solid 1px #a3b5b5;
  padding-left: 3%;
}
.contents.form .dl_box dl dd .caption {
  display: block;
  margin-bottom: 10px;
}
.contents.form .dl_box dl dt .required {
  color: #aa0906;
  position: absolute;
  top: 0;
  right: 5%;
}
::placeholder {
  color: #aaa;
}
p.error_messe {
  margin: 5px 0;
  color: #aa0906;
}
p.error {
  color: #aa0906;
}
.contents.form .input {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 300;
  font-style: normal;
  width: 94%;
  font-size: 16px;
  padding: 15px 3%;
  border: none;
  outline: none;
  background-color: #fff;
  border-radius: 5px;
}
.contents.form .input02 {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 300;
  font-style: normal;
  width: 20%;
  font-size: 16px;
  padding: 15px 3%;
  border: none;
  outline: none;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
}
.contents.form .input03 {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 300;
  font-style: normal;
  width: 67%;
  font-size: 16px;
  padding: 15px 3%;
  border: none;
  outline: none;
  background-color: #fff;
  border-radius: 5px;
}
.contents.form textarea {
  width: 94%;
  font-size: 16px;
  padding: 15px 3%;
  outline: none;
  border: none;
  background-color: #fff;
  border-radius: 5px;
  display: block;
}
/*ラジオボックス*/
.contents.form .radio_box span {
  display: inline-block;
  margin-right: 25px;
}
.contents.form .radio_box input[type="radio"] {
  display: none;
}
.contents.form .radio_box label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  display: flex;
}
.contents.form .radio_box label::before, .contents.form .radio_box label::after {
  position: absolute;
  content: '';
  top: 50%;
  border-radius: 100%;
}
.contents.form .radio_box label::before {
  left: 0;
  width: 18px;
  height: 18px;
  margin-top: -10px;
  border: 1px solid #1a4547;
  background-color: #fff;
}
.contents.form .radio_box label:hover::before {
  background: #fff;
}
.contents.form .radio_box label::after {
  opacity: 0;
  left: 3px;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background: #1a4547;
}
.contents.form .radio_box input[type="radio"]:checked + label::before {
  background: #fff;
  border: 1px solid #1a4547;
}
.contents.form .radio_box input[type="radio"]:checked + label::after {
  opacity: 1;
}
/*ファイルを選択*/
.contents.form input[type="file"] {
  font-size: 16px;
  padding-top: 2px;
}
.contents.form input[type="file"]::file-selector-button {
  display: inline-block;
  color: #1a4547;
  background: #fff;
  border: solid 2px #1a4547;
  padding: 5px 20px 4px;
  border-radius: 5px;
  font-size: 13px;
  text-align: center;
  transition: all .3s;
  cursor: pointer;
  outline: none;
  position: relative;
  top: -2px;
}
.contents.form input[type=file]::file-selector-button:hover {
  color: #fff;
  background-color: #1a4547;
}
/*ファイルを選択ここまで*/
.contents.form .caption {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  margin: 10px auto;
}
.contents.form .caption a {
  color: #1a4547;
}
.contents.form .btn_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contents.form .submit {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
  width: 100%;
  color: #fff;
  background-color: #1a4547;
  border-radius: 50px;
  padding: 20px 0;
  text-align: center;
  margin: 0 2%;
  font-size: 18px;
  cursor: pointer;
  outline: none;
  border: none;
}
.contents.form .btn {
  width: 40%;
  margin: 0 2%;
  color: #fff;
  background-color: #1a4547;
  border-radius: 50px;
  transition: all .3s;
}
.contents.form .btn:hover {
  opacity: 0.8;
}
.contents.second.form {
  padding: 100px 0 70px;
}
.contents.form .btn_top a {
  display: block;
  text-decoration: none;
  width: 40%;
  color: #fff;
  background-color: #1a4547;
  border-radius: 50px;
  padding: 20px 0;
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
}
/*-------------------バナー-------------------*/
.contents.banner {
  background-color: #ffe9b3;
}
.contents.banner picture img {
  width: 100%;
  vertical-align: bottom;
}
/*-------------------フッター-------------------*/
footer {
  /* background-image: url("../img/bg.jpg");
  background-size: cover;
  background-position: center top;
  padding: 250px 0 30px;*/
  padding: 30px 0 30px;
}
footer small {
  display: block;
  text-align: center;
  font-size: 13px;
  color: #1a4547;
}
@media screen and (max-width:1050px) {
  #wrapper {
    min-width: 100%;
  }
  .inner {
    width: 90%;
  }
  br.sp {
    display: block;
  }
  /*-------------------トップ-------------------*/
  header h1.logo {
    width: 50px;
  }
  .top {
    min-height: 400px;
  }
  .top .ttl_box .logo_60 {
    width: 140px;
    margin: 0 auto 20px;
  }
  .top h2 {
    font-weight: 700;
    font-size: 40px;
  }
  .top h2 .sub {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .top .info {
    padding: 15px 5% 17px;
    width: 300px;
  }
  .top .info h3 {
    margin: 0 auto 10px;
    font-size: 20px;
  }
  .top .info p {
    font-size: 15px;
  }
  .top .info .date {
    margin: 0 auto 10px;
    font-size: 16px;
    width: 190px;
  }
  /*-------------------トップ以下-------------------*/
  .contents {
    padding: 30px 0;
  }
  .contents .wrap {
    border-radius: 20px;
    padding: 30px 5% 40px;
  }
  .contents h3 {
    margin: 0 auto 20px;
    font-size: 20px;
    padding-bottom: 10px;
  }
  /*-------------------アーカイブ-------------------*/
  .contents.archive .btn {
    width: 280px;
  }
  .contents.archive .btn a {
    font-size: 16px;
  }
  /*-------------------募集開始について-------------------*/
  .contents.about .wrap {
    padding: 20px 5% 25px;
  }
  .contents.about h3 {
    margin: 0 auto 15px;
    font-size: 22px;
    padding-bottom: 15px;
  }
  .contents.about h3 .caption {
    font-size: 18px;
    display: block;
  }
  .contents.about p {
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
  }
  /*募集終了時*/
  .contents.about h3 .sub02 {
    font-size: 16px;
  }
  .contents.about h3 {
    font-size: 28px;
  }
  .contents.about h3 .sub {
    font-size: 18px;
    margin-top: 5px;
  }
  .contents.about .btn {
    margin: 20px auto 0;
    width: 280px;
  }
  .contents.about .btn a {
    font-size: 16px;
  }
  /*-------------------未来60年賞について-------------------*/
  .contents.about_60 .wrap {
    padding: 30px 5%;
  }
  .contents.about_60 .logo_60 {
    width: 140px;
    margin: 0 auto 15px;
  }
  .contents.about_60 h3 {
    margin: 0 auto 15px;
    font-size: 24px;
  }
  .contents.about_60 p {
    font-size: 16px;
    line-height: 28px;
  }
  .contents.about_60 p.right {
    font-size: 18px;
    line-height: 30px;
    margin-top: 10px;
  }
  /*-------------------コンテスト概要-------------------*/
  .contents.overview p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto 25px;
  }
  .contents.overview .dl_box {
    margin-bottom: 30px;
  }
  .contents.overview .dl_box dl {
    margin: 10px 0;
    display: block;
    padding: 20px 5%;
  }
  .contents.overview .dl_box dl dt {
    width: auto;
    padding-bottom: 5px;
  }
  .contents.overview .dl_box dl dd {
    width: auto;
    border: none;
    border-top: solid 1px #a3b5b5;
    padding: 10px 0 0 0;
  }
  .contents.overview .note {
    padding: 20px 5%;
  }
  /*-------------------審査委員会-------------------*/
  .contents.list table th, .contents.list table td {
    padding: 10px 0;
  }
  .contents.list table thead th:first-child {
    width: 25%;
  }
  /*-------------------企画提案シート ダウンロード-------------------*/
  .contents.download .wrap {
    padding: 30px 5%;
  }
  .contents.download h3 .en {
    font-size: 18px;
  }
  .contents.download p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto 20px;
    text-align: justify;
  }
  .contents.download ul {
    display: block;
  }
  .contents.download ul li {
    width: auto;
    margin: 10px auto;
  }
  .contents.download ul li a {
    padding: 20px 0;
    font-size: 17px;
  }
  .contents.download ul li a i {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translate(-5%, -50%);
    font-size: 20px;
  }
  /*-------------------エントリーシート-------------------*/
  .contents.form h3 .en {
    font-size: 18px;
  }
  .contents.form .p {
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
  }
  .contents.form p.en {
    text-align: left;
  }
  .contents.form .dl_box {
    margin-bottom: 30px;
  }
  .contents.form .dl_box dl {
    display: block;
  }
  .contents.form .dl_box dl dt {
    width: auto;
    padding-bottom: 5px;
  }
  .contents.form .dl_box dl dd {
    width: auto;
    border: none;
    border-top: solid 1px #a3b5b5;
    padding: 10px 0 0 0;
  }
  .contents.form .dl_box dl dt .required {
    position: absolute;
    right: 0;
  }
  .contents.form .input02 {
    width: 44%;
    margin-bottom: 5px;
  }
  .contents.form .input03 {
    width: 94%;
    margin-bottom: 10px;
  }
  .contents.form .radio_box span {
    display: block;
    margin: 5px auto 0;
  }
  .contents.form .btn_box {
    display: block;
  }
  .contents.form .submit {
    font-size: 16px;
  }
  .contents.form .btn {
    width: 100%;
    margin: 10px auto;
  }
  .contents.second.form {
    padding: 70px 0 30px;
  }
  .contents.form .btn_top a {
    width: 100%;
  }
  /*-------------------フッター-------------------*/
  footer {
    /*padding: 150px 0 20px;*/
    padding: 20px 0 20px;
  }
}