@charset "UTF-8";

.main_inner * {
  font-family: 'Noto Sans JP', sans-serif;
  box-sizing: border-box;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

#main {
  overflow: hidden;
}

.main_inner h2 {
  padding: 0;
  border: none;
}

.main_inner h2::after {
  content: none;
}

.main_inner h3 {
  margin: 0;
  padding: 10px 0;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  background-color: #165FAD;
  border-radius: 5px;
  width: 100%;
  text-align: center;
}

.main_head {
  /* max-width: 1440px; */
  display: none;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 24px;
  background-color: #fff;
  text-align: center;
}

.main_head img {
  max-width: 166px;
  width: 100%;
  margin: 0 auto;
}

.main_kv {
  position: relative;
  display: none;
  padding: 42px 20px 80px;
  background-image: url(../img/mv.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100vw;
  height: 85vw;
  max-height: 600px;
  margin: 0 calc(50% - 50vw);
  margin-top: 2vw;
}

@media screen and (max-width:768px){
.main_kv {
  height: 125vw;
}
}

.main_feature {
  /* max-width: 1166px; */
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 28px;
}

.main_feature img {
  width: 100%;
}

.main_text {
  color: #717071;
  font-size: 15px;
  text-align: left;
  position: relative;
  left: 50%;
  width: 50%;
  line-height: 1.7;
}

.main_link {
  position: relative;
  display: block;
  max-width: 366px;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  border-bottom: 5px solid #941212;
  border-radius: 4px;
  background-color: #FA1E1E;
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
  text-align: center;
  transition: .3s;
  /* box-shadow: 0px 5px 0px 0px #941212; */
}

.main_link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(-50%, -50%)rotate(45deg);
}


/* .main_link:hover {
  color: #fff;
  margin-top: 3px;
  border-bottom: 2px solid #941212;
} */

.main_catch {
  position: absolute;
  right: 10%;
  bottom: 36px;
  max-width: 252px;
  width: 100%;
}

.main_catch img {
  width: 100%;
}

.about {
  background-color: #ECF2F8;
  width: 100vw;
  margin: 20px calc(50% - 50vw) 0;
}

.about_inner {
  /* max-width: 1440px; */
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 20px;
}

div.about_title {
  align-items: baseline;
  margin: 20px 0;
}

div.about_title img.ttl {
  max-height: 168px;
  width: 90%;
}

div.about_title img.miyazon {
  max-width: 233px;
  width: 60%;
}

.about_inner div {
  flex: 1;
}

.photo_miyazon {
  width: 100%;
  max-width: 508px;
}

.write_miyazon {
  width: 100%;
  max-width: 394px;
}

.about_title-second {
  color: #1360AD;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  /* text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); */
}

.right_colum {
  padding-left: 90px;
}

.about_area {
  position: relative;
  /* gap: 32px; */
  /* max-width: 780px; */
  width: 100%;
  margin: 96px auto 0;
}

.about_area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  height: 80%;
  background-image: url(../img/about-bg.png);
  background-size: cover;
  background-position: center;
}


.about_feature {
  max-width: 366px;
  width: 100%;
  margin: 0 auto 40px;
}

.about_feature img {
  width: 100%;
}

.about_detail {
  color: #FA1E1E;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.5;
  text-align: center;
}

.overview {
  position: relative;
  /* max-width: 1160px; */
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  padding: 70px 80px 110px;
  border: 3px solid #0064BE;
  border-radius: 60px;
  background: none;
}

.overview::after {
  content: "";
  position: absolute;
  top: 24px;
  left: 24px;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  background-color: #f5f5f5;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  z-index: -1;
}

h2.overview_title {
  margin-top: 80px;
}

h2.overview_title img {
  max-height: 67px;
}

h2.overview_title img.ttl_judge {
  max-height: 99px;
}

.overview_title-second {
  color: #1360AD;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  /* text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); */
}

.overview_content {
  margin-top: 80px;
}

.overview_list {
  display: flex;
  align-items: baseline;
  gap: 35px;
  margin-bottom: 85px;
}

.overview_term {
  /* max-width: 365px; */
  max-width: 215px;
  width: 100%;
  padding: 10px;
  border: 1px solid #FA1E1E;
  border-radius: 60px;
  background-color: #fff;
  color: #FA1E1E;
  font-size: 16px;
  text-align: center;
  box-shadow: 8px 8px#F2FF00;
}

.overview_desc {
  width: 100%;
  padding: 0;
  margin: 0;
  color: #727171;
  font-size: 14px;
  line-height: 2;
}

.overview_desc-second {
  margin-bottom: 0;
  text-align: left;
}

.overview_desc-third {
  margin-bottom: 0;
  padding-left: 1em;
  text-indent: -1em;
}

.overview_desc-bold {
  display: inline;
  margin-bottom: 0;
  font-weight: bold;
}

.overview_link {
  color: #727171;
  display: flex;
  align-items: center;
  gap: 20px;
}

.overview_link img {
  width: 14px;
}

.application {
  margin-top: 200px;
  background-color: #ECF2F8;
  width: 100vw;
  margin: 80px calc(50% - 50vw) 0;
}

.application_inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 120px 20px;
}

.application_title-second {
  color: #1360AD;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  /* text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); */
}

.application_area div,
div.method {
  display: flex;
  align-items: baseline;
  margin: 20px auto;
}

div.method{
  align-items:normal
}

.application_area span,
div.method span {
  font-size: 15px;
  color: #165FAD;
  width: 90px;
  min-width: 90px;
  margin-right: 18px;
  border: solid 1px #165FAD;
  text-align: center;
  height: 35px;
  vertical-align: middle;
  padding: 8px;
  line-height: 1;
}

div.method span{
  height: 100%;
  padding: 53px 8px;
}

.application_area p {
  font-size: 15px;
  color: #717071;
  line-height: 1;
  margin: 0;
}

.application_area a {
  font-size: 15px;
  color: #457FBD;
  line-height: 1;
  margin-left: 18px;
}

.others_01 {
  width: 38%;
}

.others_02 {
  width: 40%;
}

.others_03 {
  width: 22%;
}

.others_02 p {
  margin-right: 28px;
}

.application_content {
  margin-bottom: 43px;
  /* background-color: #fff; */
}

.application_heading {
  position: relative;
  padding: 7px 34px;
  border: 2px solid #FA1E1E;
  border-radius: 53px;
  background-color: #fff;
  color: #727171;
  font-size: 20px;
  font-weight: bold;
}

.application_heading.open {
  box-shadow: none;
}

.application_heading span {
  position: relative;
}

.application_heading span::after {
  content: "";
  position: absolute;
  top: 50%;
  /* 縦軸をセンタリングする */
  /* left: 30%; */
  right: -30px;
  transform: translateY(-50%) rotate(0deg);
  /* 縦軸をセンタリングする */
  border: 9px solid transparent;
  border-left: 12px solid #555;
  /* 好みで色を変えてください */
  transition: .3s;
}

.application_heading.open span::after {
  transform: translateY(-50%) rotate(90deg);
  /* 縦軸をセンタリングする */
  margin-top: 3px;
}

.application_heading-second {
  border: 2px solid #0064BE;
}

.application_group {
  display: none;
  margin-top: -30px;
  padding: 90px 100px;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 24px 24px #F2FF00;
}

.application_group_second {
  display: block;
  margin-top: 124px;
  padding: 40px 100px 50px;
  background-color: #F5F5F5;
}

.application_list {
  display: flex;
  align-items: baseline;
  gap: 32px;
  margin-bottom: 44px;
  padding-bottom: 44px;
  border-bottom: 1px dotted #727171;
}

.application_list:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.application_term {
  max-width: 166px;
  width: 100%;
  padding: 5px;
  border-radius: 40px;
  background-color: #FA1E1E;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.application_term-second {
  background-color: #0064BE;
}

dd.application_desc {
  margin: 0;
  padding: 0;
  color: #727171;
  font-size: 14px;
  line-height: 2;
}

.application_link {
  color: #727171;
}

h3.application_note {
  padding: 0;
  border: none;
  color: #FA1E1E;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

.application_tips {
  max-width: 680px;
  width: 100%;
  margin: 53px auto 0;
}

.application_tips img {
  width: 100%;
}

.judge {
  background-color: #F5F5F5;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.judge_inner {
  /* max-width: 1160px; */
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 115px 20px 200px;
}

h2.judge_title {
  margin-top: 0;
  margin-bottom: 5px;
  color: #0064BE;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  /* text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); */
  line-height: 1.5;
}

h2.judge_title span {
  color: #0064BE;
  font-size: 18px;
  font-weight: bold;
}

.judge_title-second {
  color: #FA1E1E;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  /* text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); */
}

.judge_text {
  margin: 245px auto;
  color: #FA1E1E;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

.judge_list {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  gap: 21px;
  margin-top: 65px;
  list-style: none;
}

.judge_item {
  max-width: 175px;
  width: 100%;
}

.judge_thumb {
}

.judge_thumb img {
  width: 100%;
}

figure.judge_thumb.red::after {
  content: "";
  display: inline-block;
  width: 20.5px;
  height: 22px;
  background-image: url(../img/pakkun_red.png);
  background-position: center;
  background-size: contain;
  position: relative;
  top: -15px;
  left: 85px;
  background-repeat: no-repeat;
}

figure.judge_thumb.blue::after {
  content: "";
  display: inline-block;
  width: 20.5px;
  height: 22px;
  background-image: url(../img/pakkun_blue.png);
  background-position: center;
  background-size: contain;
  position: relative;
  top: -15px;
  left: 85px;
  background-repeat: no-repeat;
}

.judge_job {
  margin: -10px 0 4px;
  color: #727171;
  font-size: 15px;
  text-align: center;
}

.judge_name {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #727171;
  font-size: 15px;
}

/*審査員に経産省、厚労省を追加*/
.margin_0314 {
  margin-top: -1em;
}

.judge_name span {
  font-size: 12px;
  color: #457FBD;
  font-weight: 400;
}

.award {
  position: relative;
  z-index: 10;
  width: 100vw;
  margin: 0 calc(50% - 50vw) 0;
  background-color: #165FAD;
}

.award_inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 20px 10px;
}

.award_heading{
  text-align: center;
}
.award_heading img{
  width: 80vw;
  max-width: 865px;
}

.award-content {
  margin: 40px 0 0 120px;
  padding: 60px 60px 40px;
  border-radius: 20px;
  background-color: #fff;
}

.award-content:first-child {
  margin-top: 0;
}

.award_title {
  padding-bottom: 12px;
  border-bottom: 2px solid #FA1E1E;
  color: #727171;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.award_head {
  margin-top: 60px;
  text-align: center;
}

.award_head-second {
  margin-top: 100px;
}

.award_head div {
  position: relative;
  display: inline-block;
}

.award_head p {
  display: inline-block;
  margin-bottom: 0;
  color: #727171;
  font-size: 30px;
  font-weight: 500;
}

.award_head div::before,
.award_head div::after {
  content: "";
  position: absolute;
  top: 0;
  width: 42px;
  height: 62px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.award_head div::before {
  left: -45px;
  background-image: url(../img/award-before.png);
}

.award_head div::after {
  right: -30px;
  background-image: url(../img/award-after.png);
}

.award_head span {
  color: #727171;
  font-size: 24px;
  font-weight: 500;
}

.award_prize {
  display: flex;
  gap: 20px 30px;
  flex-flow: row wrap;
  max-width: 755px;
  width: 100%;
  margin: 50px auto 0;
  color: #727171;
  font-size: 18px;
  font-weight: 400;
}

.award_prize-second {
  display: block;
}

.award_prize p {
  margin-bottom: 0;
}

.award_prize_text {
  margin-top: 20px;
  color: #727171;
  font-size: 18px;
  font-weight: 400;
}

.award_prize_text:first-child {
  margin-top: 0;
}

.award-article {
  max-width: 763px;
  margin: 64px auto 0;
}

.award-group {
  position: relative;
  margin-top: 110px;
  /* padding-left: 40px; */
  /* border-left: 8px solid #0064BE; */
}

.award-group:first-child {
  margin-top: 64px;
}

.award-area {
  padding-left: 40px;
  border-left: 8px solid #0064BE;
}

.award-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.award-catch {
  width: 63%;
}

.award-thumb {
  max-width: 247px;
  width: 100%;
}

.award-thumb img {
  width: 100%;
  border-radius: 15px;
}

.award_name {
  color: #727171;
  font-size: 18px;
  font-weight: 400;
}

h3.award_lead {
  margin-top: 10px;
  border: none;
  color: #727171;
  font-size: 24px;
  font-weight: bold;
}

.award_text {
  margin-top: 20px;
  color: #727171;
  font-size: 16px;
  line-height: 2;
}

.award_link {
  display: block;
  margin-left: 50px;
  color: #727171;
  font-size: 16px;
  font-weight: bold;
  word-break: break-word;
}

.award-comment {
  margin-top: 30px;
  margin-left: 40px;
  padding: 10px 26px;
  border-radius: 30px;
  background-color: #F5F5F5;
  box-shadow: 12px 12px #F2FF00;
  color: #727171;
}

.award-comment_lead {
  font-size: 18px;
  font-weight: bold;
}

.award-comment_text {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
}

.award-figure {
  max-width: 647px;
  width: 100%;
  margin: 52px auto 84px;
}

.award-figure img {
  width: 100%;
}

.flow {
  background-color: #fff;
}

.flow_inner {
  /* max-width: 1160px; */
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 150px 20px 115px;
}

h2.flow_title {
  margin-top: 0;
  margin-bottom: 5px;
  color: #FA1E1E;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  /* text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); */
  line-height: 1.5;
}

.flow_title-second {
  color: #1360AD;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  /* text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); */
}

.flow_content {
  margin: 117px auto 204px;
}

.flow_content img {
  width: 100%;
}

.set {
  position: relative;
}

.set::before,
.set::after {
  content: "";
  position: absolute;
  /* width: 376px; */
  width: 37%;
  height: 192px;
  background-image: url(../img/about-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.set::before {
  top: -50px;
  left: -10%;
}

.set::after {
  bottom: -50px;
  right: -8%;
}

.set__inner {
  padding: 83px 20px 67px;
}

.set-figure {
  max-width: 686px;
  width: 100%;
  margin: 0 auto;
}

.set-figure img {
  width: 100%;
}

.notes {
  background-color: #165FAD;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.notes_inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 36px 20px 36px;
}

.notes_title {
  margin-bottom: 15px;
  color: #fff;
  font-size: 28px;
}

.notes_text {
  color: #fff;
  font-size: 12px;
  line-height: 2;
}

.notes_text a {
  color: #fff;
}

.scroll-fade {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.scroll-effect {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

@media(max-width:1024px) {
  .main_catch {
    right: 3%;
    width: 20%;
  }
}

@media(max-width:768px) {
  .main_kv {
    padding: 50px 20px;
  }

  .main_text {
    font-size: 15px;
  }

  .main_catch {
    position: unset;
    width: 100%;
    margin: 40px auto 0;
  }

  .about_inner {
    padding: 40px 20px;
  }

  .about_area {
    justify-content: center;
    flex-flow: row wrap;
    margin: 50px auto;
  }

  .about_feature {
    margin: 0 auto;
  }

  .overview {
    padding: 50px 60px 30px;
  }

  .overview::after {
    top: 14px;
    left: 14px;
  }

  .overview_content {
    margin-top: 50px;
  }

  .overview_list {
    margin-bottom: 45px;
  }

  .application {
    margin-top: 100px;
  }

  .application_inner {
    padding: 100px 20px;
  }

  .application_area {
    margin-top: 50px;
  }

  /* .application_heading::after {
    left: 38%;
  } */

  .application_group {
    padding: 90px 40px 60px;
    box-shadow: 14px 14px #F2FF00;
  }

  .flow_inner {
    padding: 60px 0;
  }

  .flow_content {
    margin: 50px auto 90px;
  }


}


@media(max-width:600px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .main_head {
    padding: 0 24px 20px;
  }

  .main_head img {
    max-width: 101px;
  }

  .main_feature_text {
    max-width: 314px;
    width: 100%;
    margin: 30px auto 0;
  }

  .main_detail {
    margin-top: 32px;
  }

  .main_link {
    max-width: 216px;
  }

  .main_link::after {
    right: 12px;
  }

  .main_catch {
    max-width: 101px;
    width: 100%;
  }

  .about_title-second {
    font-size: 14px;
  }

  .about_area::after {
    content: none;
  }

  .about_feature {
    max-width: 335px;
  }

  .about_detail {
    color: #FA1E1E;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
  }

  .overview {
    padding: 50px 30px 30px;
  }

  .overview_list {
    flex-flow: row wrap;
    gap: 25px;

    max-width: 218px;
    width: 100%;
    margin: 0 auto 45px;
  }

  .overview_term {
    max-width: 218px;
    margin: 0 auto;
  }

  .overview_desc {
    text-align: center;
    line-height: 2;
  }

  .overview_desc span {
    display: none;
  }

  .overview_desc-bold {
    display: block;
  }

  .overview_desc-third {
    text-align: left;
  }

  .overview_link {
    justify-content: center;
  }

  .application__inner {
    padding: 80px 20px 108px;
  }

  .application_heading {
    font-size: 18px;
  }

  /* .application_heading::after {
    left: unset;
    right: 30px;
  } */

  .application_list {
    flex-flow: row wrap;
    gap: 25px;
  }

  .application_term {
    margin: 0 auto;
  }

  .application_desc {
    width: 100%;
  }

  .application_group_second {
    padding: 35px 15px;
  }

  h3.application_note {
    font-size: 25px;
  }

  .application_tips {
    max-width: 260px;
    margin: 25px auto 0;
  }

  h2.judge_title,
  .judge_title-second,
  h2.flow_title,
  .flow_title-second {
    text-align: center;
  }

  h2.about_title,
  h2.overview_title,
  h2.application_title,
  h2.judge_title,
  h2.flow_title {
    font-size: 26px;
  }
  h2.overview_title{
    padding: 0 20px;
  }

  .about_title-second,
  .overview_title-second,
  .application_title-second,
  .judge_title-second,
  .flow_title-second {
    font-size: 14px;
  }

  .flow_content img {
    max-width: 218px;
    width: 100%;
    margin: 0 auto;
  }

  .notes_inner {
    padding: 36px 50px 60px;
  }

  .notes_title {
    line-height: 1.75
  }

  .judge_inner {
    padding: 90px 20px 110px;
  }

  .judge_list {
    gap: 53px;
  }

  .judge_item {
    max-width: 218px;
    margin: 0 auto;
  }

  .judge_thumb {
  }

  .judge_job {
    font-size: 14px;
  }

  .award_inner {
    padding: 72px 20px;
  }

  .award_heading {
    font-size: 25px;
  }

  .award-content {
    margin-top: 60px;
    padding: 40px;
  }

  .award-content:first-child {
    margin-top: 25px;
  }

  .award_title {
    font-size: 20px;
  }

  .award_head {
    margin-top: 30px;
  }

  .award_head-second {
    margin-top: 80px;
  }

  .award_head div::before,
  .award_head div::after {
    width: 30px;
    height: 44px;
  }

  .award_head p {
    font-size: 25px;
  }

  .award_head span {
    font-size: 19px;
  }

  .award-article {
    margin-top: 30px;
  }

  .award-group {
    margin-top: 68px;
  }

  .award-area {
    padding: 0;
    border: none;
  }

  .award-intro {
    flex-flow: row wrap;
  }

  .award-catch {
    width: 100%;
  }

  .award-thumb {
    max-width: 100%;
    width: 100%;
    margin: 6px auto 0;
  }

  .award_name {
    position: relative;
    padding-top: 14px;
    font-size: 14px;
  }

  .award_name::before {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 42px;
    height: 4px;
    background-color: #0064BE;
  }

  h3.award_lead {
    margin-top: 5px;
    font-size: 16px;
  }

  .award_text {
    margin-top: 12px;
    font-size: 14px;
  }

  .award_link {
    margin: 0;
    font-size: 14px;
  }

  .award-comment {
    margin-left: 0;
    padding: 10px 20px;
    box-shadow: 9px 9px #F2FF00;
  }

  .award-comment_lead {
    font-size: 14px;
  }

  .award-comment_text {
    margin-top: 5px;
    font-size: 14px;
  }

  .award_prize {
    margin-top: 30px;
  }

  .award_prize p {
    font-size: 14px;
  }

  .award_prize_text {
    font-size: 14px;
  }

  .award-figure {
    margin: 20px auto 36px;
  }

  .set__inner {
    padding: 40px 10px 45px;
  }

  .set-figure {
    max-width: 335px;
  }

  .set::before,
  .set::after {
    width: 45%;
    height: 81px;
  }

  .set::before {
    top: -20px;
    left: auto;
    right: 0;
  }

  .set::after {
    bottom: -20px;
    left: -50px;
    right: auto;
  }

}

@media(max-width:320px) {
  .award-content {
    padding: 25px;
  }

  .award-group {
    margin-top: 40px;
  }

  .award-group:first-child {
    margin-top: 30px;
  }
}

.kv_read {
  color: #165FAD;
  font-weight: 900;
  font-size: 36px;
  text-align: center;
  margin-top: 40px;
}

.kv_read span {
  color: #E72024;
  font-size: 48px;
}

@media screen and (max-width:768px){
  .kv_read {
  font-size: 28px;
}

.kv_read span {
  font-size: 36px;
}
}

.flex {
  display: flex;
}

.surbay {
  padding: 50px;
  align-items: center;
}
@media screen and (max-width:980px){
.surbay {
  padding: 20px;}
}

.headcopy {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 38px;
  color: #165FAD;
  text-decoration: underline;
  text-underline-offset: 9px;
}

.headcopy.small {
  font-size: 26px;
  margin: 10px 0 20px;
}

.text {
  color: #717071;
  font-size: 15px;
  line-height: 1.7;
}

.surbay_01 {
  margin: 0 80px 0 0;
}

@media screen and (max-width:980px){
.surbay_01{
  margin: 0 30px 0 0;
}
}
.surbay_01 p {
  width: 300px;
}

.graph img {
  max-width: 510px;
  width: 99%;
}

.surbay_below {
  justify-content: space-between;
  margin-top: 1vw;
}

.surbay_02,
.surbay_02 img {
  max-width: 300px;
  width: 92%;
}

.surbay_02 p{
  width: 92%;
}

.below01 {
  margin-top: 32px;
}

.below02 {
  margin-top: 16px;
}

.requirements {
  background-color: #FFF;
  border-radius: 30px;
  border: solid 1px #165FAD;
  padding: 40px;
  margin: 40px auto;
}

.requirements_above {
  align-items: center;
}

.requirments_img {
  width: 300px;
  margin: 0 40px 20px 0;
}

p.requirments_ttl {
  font-size: 22px;
  color: #165FAD;
  line-height: 1.5;
  border-bottom: solid 1px #165FAD;
  padding-bottom: 22px;
}

img.example {
  width: 35px;
  height: fit-content;
}

.requirements ul li {
  font-size: 13px;
  line-height: 1.5;
  color: #717071;
  margin-bottom: 5px;
}

.requirements ul li::marker {
  font-size: 10px;
}

ul.large_li li {
  font-size: 15px;
}

.requirements_below {
  justify-content: space-between;
}

.requirements_below_01 {
  width: 49%;
}

.requirements_below_02 {
  width: 49%;
}

h4 {
  text-align: center;
  font-size: 15px;
  background-color: #ECF2F8;
  color: #165FAD;
  padding: 10px;
  border-bottom: none;
  border-radius: 5px;
}

.list_none {
  list-style: none;
  margin-left: -20px;
}

a{
  transition: 0.5s;
}

.lnik_a {
  font-size: 12px;
  color: #FFF;
  background-color: #165FAD;
  border-radius: 50px;
  padding: 10px 20%;
  text-decoration: none;
  margin: 0 auto;
}

.lnik_a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../img/pakkun.png);
  background-position: center;
  background-size: contain;
  position: relative;
  top: 2px;
  left: 5px;
}

.requirements_link{
  text-align: center;
  margin-top: 30px;
}

a:hover{
  color: inherit !important;
  opacity: 0.7;
}

.caution{
  color: #E72024;
  text-decoration: underline;
}

.logo{
  text-decoration: none;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.logo img{
  max-width: 250px;
  margin: 10px;
}

.past_award{
  margin-top: 13px;
  text-align: center;
}

.past_award img{
  max-width: 640px;
}
img.award_ttl{
  width: 314px;
}

.award_people{
  display: flex;
}

.award_people::before{
  content: "";
  display: inline-block;
  width: 89px;
  height: 85px;
  background-image: url(../img/budge_01.png);
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 40px;
  left: 48px;
}
.award_people div{
  margin: -4px 0 0 40px;
}
.award_people img{
  max-width: 340px;
  width: 30vw;
  height: fit-content;
  border-radius: 17px;
  border: solid 2px #165FAD;
}

.above_line{
  border-top: solid 1px #165FAD;
  padding-top: 22px;
  max-height: 122px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

p.before_red::before{
  content: "";
  display: inline-block;
  width: 14px;
  height: 15px;
  background-image: url(../img/pakkun_red.png);
  background-position: center;
  background-size: contain;
  position: relative;
  top: 2px;
}

.award_link{
  margin: 40px 0 0 auto;
  width: fit-content;
  padding: 10px 50px;
}

.prize{
  border: solid 1px #fff;
  border-radius: 5px;
  text-align: center;
  margin: 60px 0 80px 120px;
  color: #FFF;
  padding: 0 18px;
}

.prize p{
  font-size: 19px;
  background-color: #165FAD;
  margin: -16px auto 20px;
  max-width: 150px;
}

.prize div{
  margin-bottom: 30px;
}

.prize span{
  margin: 10px;
  line-height: 1.7;
}
.notes_ttl img{
  width: 100%;
}

.notes_inner ul{
padding: 0;
margin: 40px auto;
}

.notes_inner ul li{
  display: flex;
  margin: 8px auto;
}

.notes_inner ul li p:nth-child(1){
  color: #fff;
  font-weight: bold;
  width: 20%;
}

.notes_inner ul li p:nth-child(2){
  color: #A2BFDE;
  line-height: 1.5;
  width: 80%;
}


@media screen and (max-width:600px) {
  .main_kv{
  background-image: url(../img/title_mv.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  max-height: none;
  height: auto;
  }
  .main_text {
    font-size: 3.3vw;
    text-align: center;
    left: 0;
    width: 100%;
    margin: 0 auto;
  }
  .main_feature img{
    width: 45%;
    min-width: 220px;
    margin: 0 auto 30px;
  }
  .kv_read{
    font-size: 6vw;
  }
  .kv_read span{
    font-size: 7.5vw;
  }
  .about_inner div{
    display: block;
  }
  .right_colum.pc{
    display: none;
  }
  div.about_title img.ttl{
    max-height: 107px;
    width: auto;
  }
  .photo_miyazon,
  .write_miyazon{
    max-width: none;
    margin: 5px 0;
  }
  .right_colum{
    padding-left:0px;
  }
  .miyazon.sp{
    width: 188px;
    margin: 10px 0 10px auto;
  }
  h2.overview_title img{
    max-height: 54px;
    width: auto;
  }
  h2.overview_title img.ttl_judge{
    max-height: 73px;
    width: auto;
  }
  .sp-nonflex .flex{
    display: block;
    padding: 0 20px;
  }
  .surbay_02, .surbay_02 img{
    max-width: none;
    width: 100%;
  }
  .surbay_02 p{
    width: 100%;
  }
  .headcopy{
    font-size: 24px;
  }
  .surbay_01 p{
    width: auto;
    margin-top: 12px;
  }
  .application_inner{
    padding: 36px 20px;
  }
  .main_inner h3{
    font-size: 16px;
  }
  .application_area{
    margin-top: 35px;
  }
  .application_area div, div.method{
    display: block;
    margin: 0 auto 30px;
  }
  .application_area p{
    line-height: 1.5;
    margin-top: 6px;
  }
  .application_area a{
    margin-left: 0;
  }
  .application_area span, div.method span{
    display: inline-block;
    width: 100%;
  }
  .others_01,.others_02,.others_03{
    width: auto;
  }
  .others_03{
    margin: 0 auto 80px !important;
  }
  .sp-nonflex_specified {
    display: block;
  }
  .requirements_below_01,.requirements_below_02{
    width: auto;
  }
  .requirments_img{
    width: 100%;
    margin: 0 0 16px 0;
  }
  p.requirments_ttl{
    font-size: 18px;
  }
  .lnik_a{
    padding: 10px calc(50% - 60px);
  }
  div.method span{
    height: auto;
    padding: 8px;
    margin: 10px 0;
  }
  .logo{
    margin-top: 80px;
  }
  .logo img{
    max-width: 180px;
    width: 40vw;
  }
  .past_award img{
    width: 100%;
  }
  .notes_ttl img{
    max-width: 350px;
    margin: 0 auto;
  }
  .notes_inner ul li{
    display: block;
    margin: 8px auto 40px;
  }
  .notes_inner ul li p:nth-child(1),
  .notes_inner ul li p:nth-child(2){
    width: auto;
  }
}
.judge_sp{
  display: none;
}
@media screen and (max-width:529px){
  .judge_list{
    gap: 53px 32px;
  }
  .judge_item{
    max-width: 170px;
  }
}

@media screen and (max-width:419px){
  .judge_list{
    gap: 26px 12px;
  }
  .judge_item{
    max-width: 120px;
  }
  .judge_name{
    display: block;
    text-align: center;
  }
.judge_sp{
  display: block;
}
}

.shutten{
  font-size: 10px;
  color: #9e9e9e;
  margin-top: 40px;
}

@media screen and (max-width:600px){
.shutten{
  padding: 0 20px;
}
}

.apply_method{
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 50px;
}

.apply_method div{
  flex: 1;
  border: solid 1px #165FAD;
  border-radius: 20px;
  padding: 30px;
}

.apply_method div:nth-child(1){
  flex: 1.4;
}
.apply_method h4{
  font-size: 1.5em;
  margin: 0 0 30px;
    padding: 0 0 20px;
    border-bottom: solid 1px #165FAD;
    border-radius: 0;
}

.apply_method p,
.apply_method a{
  font-size: 14px;
}

p.detail_mail{
  font-size: 12px;
  font-weight: 400;
}

@media screen and (max-width:768px){
.apply_method{
  display: block;
}
.apply_method div{
  margin-top: 20px;
}
}

.astrisk{
  font-size: 12px;
}