@charset "utf-8";


/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDGothic&family=BIZ+UDPGothic:wght@700&family=Kosugi+Maru&family=Noto+Sans+JP:wght@100;300;400&family=Zen+Kaku+Gothic+New:wght@400;700&family=Zen+Old+Mincho&display=swap');
/* ---------------------------------------------------------
common
----------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;/* 10px */
}

body {
  font-size: 1.4em;/* 14px */
  line-height: 1.7;
  color: #000;
  font-family: "Hiragino Sans","Noto Sans JP",'Zen Kaku Gothic New', 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  background: #fff;
}

a {
  text-decoration: none;
  color: #000;
  display: block;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

#wrapper {
  width: 100%;
  min-width: 320px;
  overflow: hidden;
  position: relative;
}

.inner {
  width: calc(100% - 4rem);
  margin: 0 auto;
  padding: 2.5rem;
  /* background-color: #fff; */
  position: relative;
  z-index: 1;
}


main{
  border-bottom: 20px solid #39B54A;
}

main section {
  position: relative;
  z-index: 1;
}

.notice {
  font-size: 1.3rem;
  padding-top: 1rem;
}

.notice:before {
  content: "※";
}

.mediaSP { display: block; }
.mediaPC { display: none; }

.ttl_style1 {
  position: relative;
  padding: 0 2rem 6.6rem;
  text-align: center;
  line-height: 1.2;
  font-size: 8vw;
  font-weight: bold;
}

.txt-accent {
  color: #f57d2d;
}

.txt-accent {
  color: #f57d2d;
}

/* ---------------------------------------------------------
header
----------------------------------------------------------*/
header {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  -webkit-transition: .3s;
          transition: .3s;
}

.head_nav {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: start;
}

.head_nav li {
  width: 33vw;
  max-width: 200px;
  margin-right: 2rem;
}

/* 投稿ページのヘッダー */
#single-page .head_nav{
  align-items: flex-end;
}

.header2{
  background: url('../../uploads/main-scaled.png') no-repeat;
  background-size: inherit;
  position: relative;
  /* height: 110px; */
  padding: 5rem 0;
  /* background-size: 360vw; */
  background-size: 230vw;
  background-position: 40% 10%;
}

.header2 .bunka_logo{
  position: absolute;
  top: 0;
  max-width: 150px;
}

.header2 .radio_logo{
  position: absolute;
  left: 41%;
  max-width: 9vw;
  min-width: 20vw;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width:750px){
  .header2 .logo.pc{
  display: none;
  }
  .header2 .pc{
  display: none;
  }
}

  .header2{
    background-size: cover;
    background-position: 50%;
    height: 190px;
    padding: 2rem 0;
  }
@media screen and (min-width:751px){
/*
  .header2{
    background-size: cover;
    background-position: 50%;
    height: 190px;
    padding: 2rem 0;
  }
  */
  .header2 .sp{
    display: none;
    }

  .header2 .radio_logo{
    position: absolute;
    display: flex;
    justify-content: center;
    max-width: 4%;
    min-width: 9%;
    left: 45%;
  }

  .header2 .bunka_logo{
    position: absolute;
    top: -20px;
    max-width: 200px;
  }

  .header2 .logo{
    top: 20%;
  }
}

/* ---------------------------------------------------------
first-view
----------------------------------------------------------*/
.first-view {
  padding: 8rem 0 8rem;
  background: url('../../uploads/main-scaled.png') #fff no-repeat;
  background-size: inherit;
  background-position-x: 50%;
  text-align: center;
  z-index: 5;
  background-size:auto;
}
  .first-view h1{
      height: 450px;
    }
.first-view h1 img {
  display: block;
  margin: 0 auto;
}

.first-view h1 img:nth-of-type(1){
  width: 63vw;
  max-width: 325px;
}

/* .first-view h1 img:nth-of-type(2){
  width: 73vw;
  max-width: 500px;
  margin: 1.5rem auto;
} */


.first-view .btn_main_left,
.first-view .btn_main_right {
  position: absolute;
  width: 30vw;
  max-width: 130px;
  bottom: -8vh;
  z-index: 100;
}

.first-view .btn_main_left {
  left: 2vw;
  max-width: 26vw;
}

.first-view .btn_main_right {
  right: 2vw;
}

.first-view .ic_tw {
  width: 50px!important;
  height: 50px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 2.5vh;
  z-index: 100;
}

@media screen and (max-width:750px) {
  header .ic_tw img{
    display: none;
  }
}

@media screen and (min-width:751px) {
  .first-view .ic_tw {
    display: none;
  }
}

@media screen and (max-width:750px) {
  .first-view{
    /* background-size: 360vw; */
    /*background-size: 415vw;*/
    background-size: 100% auto;
    background: url('../../uploads/main-scaled.png') #fff no-repeat center center;
    background-size: cover;
  }

    .first-view h1{
      height: auto;
    }
  
}



/* ---------------------------------------------------------
about
----------------------------------------------------------*/
.about {
  padding: 7rem 0;
  /* background: url(images/bg_about.png) no-repeat;
  background-position: center bottom;
  background-size: 100% auto; */
}

.about > * {
  position: relative;
  z-index: 5;
}

.about > p {
  padding: 0 2rem;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
}

.about > div {
  margin: -5vh 0 0;
  padding: 0 2rem;
  font-weight: bold;
  font-size: 1.5rem;
  text-shadow    : 
       2px  2px 1px #fff,
      -2px  2px 1px #fff,
       2px -2px 1px #fff,
      -2px -2px 1px #fff,
       2px  0px 1px #fff,
       0px  2px 1px #fff,
      -2px  0px 1px #fff,
       0px -2px 1px #fff;    
}
p.eventform {
  background: #39B54A;
  width: auto;
  margin: 2rem;
	padding: 2rem;
  color: #000;
  text-align: center;
  font-size: 1.7rem;
}

.about .ttl_style1{
  color: #000000;
  position: relative;
  text-decoration: underline #FFBE00 9px;
  text-underline-offset: -2px;
  text-decoration-skip-ink: none;
}

/* .about .ttl_style1::after{
  content: "";
  position: absolute;
  background: #F5D432;
  height: 9px;
  width: 47%;
  display: flex;
  z-index: -1;
  top: 42px;
  justify-content: center;
  transform: translateX(52%);
} */


@media screen and (max-width:750px) {
  p.eventform {
    padding-bottom: 3rem;
  }

  p.eventform br.pc{
   display: none;
  }
}

@media screen and (min-width:751px) {
  p.eventform .sp{
    display: none;
  }

  p.eventform .pc{
   display: block!important;
}
}

.eventform span {
  display: block;
  margin-top: 1rem;
  font-size: 1.5rem;
  text-align: left;
}

.about .eventform img{
  margin-top: 1rem;
}

.eventform button {
  display: block;
  margin: 2rem auto 1rem;
}

.eventform span .red-txt{
  color: #C80A0F;
  font-size: 1.4rem;
}

/* .about > p.eventform a.red-txt{
    color: #C80A0F;
    display: inline-block;
} */

.about > p.eventform a {
    display: inline-block;
    /* width: 230px;
    padding: 6px; */
    width: 250px;
    padding: 12px;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 30px;
    color: #000;
    background: #fff;
}

.about > p.eventform a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 10px;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #919191;
}

.about > p.eventform br.pc {
    display: none;
}
div.eventform {
  background: #fff;
  width: auto;
  margin: 2rem;
	padding: 2rem;
}

.about > div.eventform a {
    display: inline-block;
    color: #FFD001;
}

.about > div.eventform br.pc {
    display: none;
}

.about > div.eventform ul li {
  border-radius: 1rem;
  overflow: hidden;
  background-color: #fff;
  margin-top: 2rem;
  text-align: center;
}

.about > div.eventform ul li p {
  padding: 1rem 2rem 2rem;
  font-size: min(1.8rem, 4vw);
}

.about > div.eventform ul li p.client {
    padding:1rem 2rem 2rem;
}

.about > div.eventform ul li audio{
  max-width: -webkit-fill-available;
  margin: 0 1rem 1rem;
}

.about p.award-link a{
  color: #C1272D!important;
  font-size: 2.2rem!important;
}

@media screen and (max-width:750px){
  .about p.award-link a{
    font-size: 1.8rem!important;
  }
}


.attention{
  color: #FFD001;
  text-decoration: underline;
  margin: 0!important;
  display: inline!important;
}

.people {
  padding: 3rem 2rem;
  background: #fff;
}

.people li {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin: 3rem 0 0;
}

.people li:first-of-type {
  /* border-bottom: 1px solid #6b4f3d; */
  padding: 0 0 3rem;
}

.people li img {
  width: 38%;
  border-radius: 13px;
}

.people li .txt {
  width: 58%;
  font-weight: bold;
}

.people li .txt .tag {
  width: 45vw;
  text-align: center;
  padding: .5rem 1rem;
  line-height: 1.3;
  color: #fff;
  background-color: #39B54A;
  text-shadow: none;
}

.people li .txt .name {
  font-size: 1.6rem;
  color: #000;
  margin: .5rem 0;
}

.people li .txt .profile {
  font-size: 1.2rem;
  text-align: left;
}

.people li .txt.personality .tag {
  width: 39vw;
  background-color: #39B54A;
  text-shadow: none;
}

.people li .txt.personality .name {
  font-size: 2rem;
  color: #000;
}

.people li .txt.personality .profile {
  font-size: 1.4rem;
  text-align: left;
}

/* ---------------------------------------------------------
award
----------------------------------------------------------*/
.award {
  /* padding: 0 0 12rem; */
  background: #F03C00;
  background-size: 240% auto;
  background-position-x: center;
  z-index: 4;
  padding-bottom: 3rem;
}

.award ul {
  padding: 0 2rem;
}

.award ul li {
  display: flex;
  height: 5rem;
  margin-bottom: 2.2rem;
  padding: 1rem 0;
  align-items: center;
  background: #fff;
  font-weight: bold;
  font-size: 5.5vw;
  color: #000000;
}

/* .award ul li:first-of-type {
  color: #ffbe00;
}

.award ul li:nth-child(2),
.award ul li:nth-child(3) {
  color: #8f9d9d;
}

.award ul li:nth-child(4) {
  color: #d94e0a;
}

.award ul li:nth-child(5) {
  color: #f46f36;
} */

.award ul li img {
  width: 50px;
  margin: -1.8rem 1rem 0;
}

.award ul li .prize {
  margin-left: auto;
  color: #F03C00;
  font-size: 2.6rem;
  font-weight: bold;
}

.award ul li .prize span {
  padding-left: 3px;
  font-size: 1.5rem;
}

.award h2{
  background: url('../../uploads/harf_circle_yellow.png') no-repeat;
  background-size: 70%;
  background-position: top center;
  height: 220px;
  color: #000;
  font-size: 4rem;
  font-size: 8vw;
  padding: 5.5rem 0 0;
}


/* ---------------------------------------------------------
requirements
----------------------------------------------------------*/
.requirements {
  z-index: 3;
  padding: 0 0 8rem;
  background: #0082FF;
}

.requirements h2{
  text-align: center;
  color: #FFFFFF;
  width: 320px;
  height: 200px;
  padding: 12rem 0 0;
  background: #000;
  margin: 0 auto 35px;
}

.requirements .details h3 {
  text-align: center;
  font-size: 4.4vw;
  padding: 0 0 1rem;
}

.requirements .details h3 span {
  display: block;
}

.requirements .details dl {
  font-weight: bold;
}

.requirements .details dt {
  font-size: 1.5rem;
  font-weight: bold;
  padding: .5rem 0 .5rem 1.5rem;
  background-size: auto auto;
  background: #000000;
  color: #fff;
}

.requirements .details dd {
  margin: 1.5rem 0 2.5rem;
}

.requirements .details dd p + p {
  padding-top: 1rem;
}

.requirements .details + .notice {
  padding: 2rem 2rem 0;
  font-weight: bold;
}



/* ---------------------------------------------------------
challenges
----------------------------------------------------------*/
.challenges {
  background: #E6E6E6;
  padding: 0 0 5rem;
  z-index: 2;
}

.challenges .ttl_style1 {
  color: #fff;
  background: #39B54A;
  width: 320px;
  height: 200px;
  margin: 0 auto 35px;
  padding: 12rem 0 0;
}


.challenges .themes {
  padding: 0 2rem;
}

.challenges .themes li {
  overflow: hidden;
  background-color: #fff;
  margin-top: 2rem;
}

.challenges .themes li .bnr {
  display: flex;
  align-items: center;
  width: 100%;
  height: 160px;
  padding: 0 2rem;
}

.challenges .themes li .bnr a {
    margin: 0 auto;
}

.challenges .themes li .bnr img {
  width: 100%;
  border: 1px solid #ddd;
}

.challenges .themes li .links {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1rem;
}

.challenges .themes li .links a {
  position: relative;
  margin-top: 1rem;
  font-size: 5vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}

.challenges .themes li .links .ic_arrow {
  padding: 0 0 0 1.5rem;
}

.challenges .themes li .links .ic_arrow:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  margin-right: 10px;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #f57d2d;
  content: "";
}

.challenges .themes li p {
  padding: 2rem;
}

.challenges .btn-bgmplay button {
  display: block;
  width: 85%;
  max-width: 585px;
  margin: 2.5rem auto 0;
  padding: .7rem 1rem;
  background: #f57d2d;
  border-radius: 5rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}

.challenges .btn-bgmplay button.btn_pause {
  background: #a2a1a1;

}

.challenges .btn-bgmplay span {
  position: relative;
  padding-left: 18px;
}

.challenges .btn-bgmplay span:before {
  position: absolute;
  top: 50%;
  left: 5px;
  width: 0;
  height: 0;
  margin-top: -6px;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #fff;
  content: "";
}

.challenges .btn_pause span:before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 5px;
  height: 4px;
  background: #fff;
  content: "";
}

.challenges .themes li .name {
  padding: 2rem;
}

.challenges .themes li .name span {
  display: block;
  padding: 1rem 1.5rem;
  background: #efefef;
  line-height: 1.5;
  font-size: 1.3rem;
}

/* .audio_contents{
  display: flex;
  flex-direction: column-reverse;
} */
audio{
  display: block;
  margin: 0 auto;
  width: 90%;
  margin-top: 15px
}

.hint{
  text-align: center;
  width: 90%;
  max-width: 585px;
  margin: 0 auto;
  padding: 0.7rem 1rem;
  background: #39B54A;
  border-radius: 5rem;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  margin-top: auto;
}

/* ---------------------------------------------------------
qa
----------------------------------------------------------*/
.qa {
  padding: 0 0 8rem;
  background: #fff;
}

.qa h2{
  background: url('../../uploads/harf_circle_red.png') no-repeat;
  background-size: 70%;
  background-position: top center;
  height: 170px;
  color: #fff;
  font-size: 4rem;
  font-size: 8vw;
  padding: 5.5rem 0 0;
}

.qa .ttl_style1 {
  margin-bottom: 3rem;
  color: #fff;
}

.question.inner {
  margin-bottom: 2rem;
  padding: 2rem 0 2rem;
  border-top: 1px solid #F03C00;
}

.question.inner:last-child {
  border-bottom: 1px solid #F03C00;
}

.question .q {
  font-size: 1.6rem;
  margin: 0 0 2rem;
  font-weight: bold;
  position: relative;
  color: #F03C00;
  padding-top: 6.5rem
}

.question .q:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  font-size: 4.5rem;
  color: #F03C00;
  content: "";
}

.question:nth-of-type(1) .q:before {
  content: "Q.1";
}

.question:nth-of-type(2) .q:before {
  content: "Q.2";
}

.question:nth-of-type(3) .q:before {
  content: "Q.3";
}

.question:nth-of-type(4) .q:before {
  content: "Q.4";
}


.btn_application1{
  max-width: 600px;
  margin: 0 auto;
  padding: 10px 0 10rem;
}

@media screen and (max-width: 750px){
  .btn_application1{
    margin: 0 2.5rem 0;
  }
}

/* ---------------------------------------------------------
post
----------------------------------------------------------*/
.post {
  padding: 0 0 5rem;
  background: #0082FF;
}

.post h2{
  color: #fff;
  background: #000;
  width: 320px;
  height: 200px;
  margin: 0 auto 35px;
  padding: 12rem 0 0;
}

.post .ttl_style1{
  color: #fff;
}

.post .btn_application {
  display: block;
  position: relative;
  top: -9vw;
  width: 86vw;
  height: 20vw;
  margin: 0 auto 2rem;
  padding-top: 3.4vw;
  background: url(images/bg_btn_application.png)
  no-repeat;
  background-size: 100%;
  z-index: 1;
  font-size: 6.8vw;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.post .btn_application a span {
  position: relative;
  padding-left: 5vw;
}

.post .btn_application a span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  margin-top: -1.2vw;
  border-style: solid;
  border-width: 1.5vw 0 1.5vw 2.2vw;
  border-color: transparent transparent transparent #fff;
  content: "";
}

.post .contents {
  margin-bottom: 6rem;
  font-size: 1.6rem;
}

.post article {
  margin-bottom: 2rem;
  padding: 3rem 2rem;
  background: #fff;
}

.post article h3 {
  margin-bottom: 2.5rem;
  font-size: 1.8rem;
  color: #333333;
}

.post article .btn_more {
  margin: 3rem 0;
  text-align: center;
}

.post article .btn_more a {
  display: inline-block;
  width: 62%;
  padding: 6px;
  border-radius: 5rem;
  font-weight: bold;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  border: 1px solid #707070;
  border-radius: 20px;
  color: #000;
}

.post article .btn_more a:before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 10px;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #919191;
  content: "";
}

.bnr_sns {
  width: 80%;
  max-width: 320px;
  margin: 8rem auto 0;
  display: flex;
  justify-content: center;
}

/* .bnr_sns li {
  margin: 1rem auto 0;
  text-align: center;
} */

.bnr_sns li a {
  display: inline-block;
}

@media and ( max-width: 750px ) {
  .bnr_sns li{
    margin: 1rem 2.5rem 0;
    text-align: center;
  }
}

/* ---------------------------------------------------------
companies
----------------------------------------------------------*/
.companies {
  padding: 0 0 13rem;
  z-index: 0;
  background: #E6E6E6;
}

.companies h2{
  background: url('../../uploads/harf_circle_green.png') no-repeat;
  background-size: 70%;
  background-position: top center;
  height: 220px;
  color: #FFF;
  font-size: 4rem;
  font-size: 8vw;
  padding: 5.5rem 0 0;
}

.companies .bnrs {
  display: flex;
  padding: .5rem 2rem 0;
  justify-content: space-between;
  flex-wrap: wrap;
}

.companies .bnrs li {
  width: 49%;
  margin-bottom: 2%;
}

.btn_topback{
  width: 6rem;
  position: fixed;
  right: 1.2rem;
  bottom:  1.2rem;
  z-index: 100;
  /* opacity: 0; */
  -webkit-transition: .3s;
          transition: .3s;
}

/* ---------------------------------------------------------
sp nav
----------------------------------------------------------*/
.cp_offcm01 {
  position: fixed;
  top: 0.5rem;
  right: 1rem;
  display: inline-block;
  z-index: 9999;
}
/* menu */
.cp_offcm01 .cp_menu {
  position: fixed;
  top: 0;
  right: -100vw;
  width: 65vw;
  height: 100%;
  -webkit-transition: 0.53s transform;
          transition: 0.53s transform;
  -webkit-transition-timing-function: cubic-bezier(.38,.52,.23,.99);
          transition-timing-function: cubic-bezier(.38,.52,.23,.99);
  background-color: #fff;
  z-index: 9999;
}

.cp_offcm01 .cp_menu ul {
  margin: 1rem 0 0;
  padding: 0 2rem;
}

.cp_offcm01 .cp_menu li:not(.btn_for_sp) {
  border-bottom: 1px solid #000;
}

.cp_offcm01 .cp_menu li:not(.btn_for_sp) a {
  display: block;
  font-weight: bold;
  font-size: 1.4rem;
  padding: 2rem 0;
}

.cp_offcm01 .cp_menu .btn_for_sp {
  margin-top: 1.5rem;
}

.cp_offcm01 #cp_toggle01 {
  position: absolute;
  display: none;
  opacity: 0;
}

.cp_offcm01 .bg_black{
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -100vw;
  z-index: 0;
  background-color: rgba(0,0,0,0);
  -webkit-transition: .53s;
          transition: .53s;
}

.cp_offcm01 #cp_toggle01:checked ~ .cp_menu {
  -webkit-transform: translateX(-100vw);
          transform: translateX(-100vw);
}

.cp_offcm01 #cp_toggle01:checked ~ .bg_black{
  background-color: rgba(0,0,0,.5);
  -webkit-transform: translateX(-100vw);
          transform: translateX(-100vw);
}
/* menu toggle */
.cp_offcm01 #cp_toggle01 ~ label {
  position: relative;
  z-index: 9999;
  display: block;
  cursor: pointer;
  -webkit-transition: 0.5s transform;
          transition: 0.5s transform;
  -webkit-transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
          transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
}

.cp_offcm01 #cp_toggle01:checked ~ label {
  -webkit-transform: translateX(-65vw);
          transform: translateX(-65vw);
}

.cp_offcm01 label img {
  width: 15vw;
  max-width: 100px;
}


/* ---------------------------PC------------------------------*/


@media screen and (min-width:751px){
  main{
    border-bottom: 40px solid #39B54A;
  }

  .single nav{
    padding: 0;
  }
  /* ---------------------------------------------------------
  common
  ----------------------------------------------------------*/
  .inner {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem;
  }


  a,
  a img,
  .btn_topback img {
  -webkit-transition: .3s;
          transition: .3s;
  }
  a:hover {
    color: #94846b;
  }
  a:hover img,
  .btn_topback:hover img {
    transform: scale(1.1, 1.1);
  }

  .bnr a:hover img {
    transform: unset;
    opacity: 0.7;
  }
  section.award,
  section.requirements,
  section#challenges {
    padding: 10rem 0;
    margin-top: 0;
  }

  section.award{
    padding: 0 0 12rem;
  }

  section.requirements{
    padding: 0 0 12rem;
  }

  section.about{
    padding: 10rem 0 12rem;
  }

  section#challenges{
    padding: 0 0 12rem;
  }

  section#qa{
    padding-bottom: 15rem;
  }

  .mediaSP { display: none; }
  .mediaPC { display: block; }
  
  .ttl_style1 {
    padding: 0 2rem 7rem;
    font-size: 4.2rem;
  }
/*   
  .ttl_style1:after {
    bottom: 2rem;
    width: 90px;
    height: 14px;
    transform: translateX(-50%);
  } */

  /* ---------------------------------------------------------
  header
  ----------------------------------------------------------*/
  header {
    width: 100%;
    position: absolute;
  }
  
  .head_nav {
    /* padding: 3rem 2.5rem; */
    padding: 0;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
    margin: 0 auto;
    height: 100%;
  }

  .head_nav li {
    width: 18vw;
    margin-right: 0;
  }

  .head_nav li.logo {
    width: 70px;
    position: absolute;
    right: 2vw;
    /* top: 30px; */
  }

  /* ---------------------------------------------------------
  first-view
  ----------------------------------------------------------*/
  .first-view {
    padding: 15.5rem 0;
    /*background: url(images/bg_kv.png) #fff;*/
	background: url('../../uploads/main-scaled.png') #fff no-repeat center center;
    background-repeat:no-repeat;
    background-size: cover;
    background-position: center;
    z-index: auto;
  }



  .first-view h1 img:nth-of-type(1){
    /* width: 70vw; */
    max-width: 450px;
  }

  /* .first-view h1 img:nth-of-type(2){
    width: 46vw;
    max-width: 690px;
    margin: 2rem auto 4rem;
  } */

  .first-view .ic_tw {
    left: auto;
    right: 2.5rem;
    bottom: auto;
    top: 140px;
  }

  .first-view .btn_main_left{
    max-width: 170px;
    bottom: -3vh;
  }
  .first-view .btn_main_right {
    max-width: 200px;
    bottom: -5vh;
  }


  /* ---------------------------------------------------------
  about
  ----------------------------------------------------------*/
  .about {
    padding: 8rem 0 12rem;
  }

  .about > * {
    position: relative;
    z-index: 1;
  }

  .about > p {
    margin: 3rem 0 0;
    padding: 0 2rem;
    text-align: center;
    font-size: 2rem;
    line-height: 1.7;
  }

  .about > p.eventform {
    width: 80%;
    max-width: 1000px;
    margin: 4.5rem auto 0;
    padding: 3rem;
    font-size: 2.6rem;
  }

  .about > p.eventform a {
    display: inline-block;
    width: 280px;
    padding: 20px;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 30px;
    color: #000;
    background: #fff;
  }

  .about > p.eventform a:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 10px;
    border-style: solid;
    border-width: 6px 0 6px 9px;
    border-color: transparent transparent transparent #919191;
  }

  .about > p.eventform a:hover {
    opacity:0.6;
  }

  .about > div {
    margin: 3rem 0 0;
    padding: 0 2rem;
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.7;
  }

  .about > div.eventform {
    background: rgb(255,255,255,0.5);
    border: solid 5px #FFD001;
    border-radius: 2rem;
    width: 80%;
    margin: 2rem auto;
    padding: 2rem;
  }

  .eventform button{
    display: block;
    margin: 3rem auto 2rem;
  }

  .about > div.eventform a {
    display: inline-block;
    color: #FFD001;
  }

  .about > div.eventform a:hover {
    opacity:0.6;
  }

  .about .eventform img{
    margin-top: 1rem;
  }

  .about > div.eventform ul {
    width: 80%;
    max-width: 1000px;
    padding: 0;
    margin: 2rem auto 0;
    display: flex;
    flex-wrap: wrap;
	  justify-content: space-between;
  }

  .about > div.eventform ul li {
    width: calc(100% / 2 - 1.4rem);
    border-radius: 1rem;
    margin: 0 0 2rem;
  }

  .about > div.eventform ul li p {
    padding: 2rem;
    line-height: 1.7;
  }

  .about > div.eventform ul li p.client {
    padding-bottom: 0;
  }

  .about > div.eventform ul li p.short {
    line-height:3.4;
  }

  .eventform span {
    font-size: 1.8rem;
    margin-top: 3rem;
  }

  .eventform span .red-txt{
    color: #C80A0F;
    font-size: 1.6rem;
  }

  .eventform img{
    margin-top: 4rem;
  }

  .people_base {
    background: #fff;
    width: 100%;
  }
  .people {
    max-width: 1000px;
    /* background: #fff; */
    padding: 60px 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .people li {
    width: 48%;
    margin: 0;
    padding: 4rem 0 0;
    font-size: 1.4rem;
  }

  .people li:nth-child(4) , .people li:last-child{
  padding-top: 4.5rem;
  }
  
  

  .people li img {
    width: 200px;
  }

  .people li .txt {
    width: calc(100% - 220px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .people li .txt .tag {
    margin: 0 0 1.2rem 0;
    padding: .5rem 2rem .7rem;
    min-width: 120px;
    font-size: 1.6rem;
    text-shadow: none;
  }

  .people li .txt .name {
    margin: 0;
    font-size: 1.8rem;
  }

  .people li .txt .profile {
    font-size: 1.4rem;
    text-align: left;
  }
  
  .people li:first-of-type {
    padding: 4rem 0;
    font-size: 1.6rem;
    width: 100%;
    margin: 0;
  }

  .people li .txt.personality .name {
    font-size: 3rem;
  }

  .people li .txt.personality .tag {
    width: auto;
    margin: 0 1.5rem 0 0;
    padding: .5rem 3rem .7rem;
  }

  .people li .txt.personality .profile {
    font-size: 1.6rem;
  }

  .people li .txt p:last-of-type {
    width: 100%;
    margin-top: 2.2rem;
  }

  /* ---------------------------------------------------------
  award
  ----------------------------------------------------------*/
  .award {
    padding: 10rem 0;
  }

  .award h2 {
    text-align: center;
    color: #000;
    padding: 10rem 0 0;
    background: url('../../uploads/harf_circle_yellow.png') no-repeat;
    background-size: 460px;
    background-position: top center;
    height: 230px;
    font-size: 4.2rem;
  }

  .award ul {
    max-width: 820px;
    margin: 7rem auto 0;
  }

  .award ul li {
    height: 8rem;
    margin-bottom: 3.8rem;
    font-size: 3rem;
  }

  .award ul li:last-child {
    margin-bottom: 0;
  }

  .award ul li img {
    width: 82px;
    margin: -2.8rem 3.5rem 0;
  } 

  .award ul li .prize {
    font-size: 5.2rem;
    font-weight: bold;
  }

  .award ul li .prize span {
    font-size: 2.4rem;
  }

  /* ---------------------------------------------------------
  requirements
  ----------------------------------------------------------*/
  /* .requirements {
    background-size: 80px auto;
    background-position-x: center;
  } */

  .requirements h2 {
    text-align: center;
    color: #FFFFFF;
    width: 320px;
    height: 200px;
    padding: 10rem 0 0;
    background: #000;
    margin: 0 auto 35px;
  }

  .requirements .details {
    margin-top: 5rem;
    background: #F7F3EF;
  }

  .requirements .details h3 {
    font-size: 2rem;
    padding: 3rem 0 0;
  }

  .requirements .details h3 span {
    display: inline-block;
    padding-left: 1rem;
  }

  .requirements .details dl {
    padding: 0 3rem 3rem;
  }

  .requirements .details dt {
    padding: .8rem 1.5rem;
    margin: 4rem 0 0;
    font-size: 1.8rem;
  }

  .requirements .details dd {
    margin: 2rem 0 0;
    font-size: 1.6rem;
  }

  .requirements .details dd p + p {
    padding-top: 2rem;
  }

  .requirements .details + .notice {
    padding: 2rem 0 0;
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
  }
.requirements .details.inner {
background-color: #fff;
}
  /* ---------------------------------------------------------
  challenges
  ----------------------------------------------------------*/
  .challenges {
    padding: 9rem 0 10rem;
  }

  .challenges h2 {
    text-align: center;
    margin-bottom: 4rem;
    
  }

  .challenges .ttl_style1{
    width: 320px;
    height: 200px;
    padding: 10rem 0 0;
  }

  .challenges .ttl_style1:after{
    bottom: 6rem;
  }

  .challenges .themes {
    width: 80%;
    max-width: 1000px;
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }

  .challenges .themes li {
    width: calc(100% / 3 - 1.4rem);
    margin: 0 0 2rem;
    display: flex;
    flex-direction: column;
  }

  .challenges .themes li:nth-of-type(3n + 2){
    margin: 0 2rem 2rem;
  }

  .challenges .themes li .links a {
    margin-top: 1rem;
    font-size: 1.8rem;
  }

  .challenges .themes li p {
    padding: 2rem;
    line-height: 1.7;
  }

  .challenges .themes li .btm_column{
    display: flex;
    flex-direction: column;
    margin-top: auto;
  }

  .challenges .themes li .name span{
    height: 98px;
  }


  /* ---------------------------------------------------------
  qa
  ----------------------------------------------------------*/
  .qa {
    padding: 0 0 12rem;
    padding-top: 0!important;
  }

  .qa h2 {
    text-align: center;
    margin-bottom: 3.5rem;
    padding: 10rem 0 0;
    background: url('../../uploads/harf_circle_red.png') no-repeat;
    background-size: 460px;
    background-position: top center;
    height: 230px;
    font-size: 4.2rem;
  }

  .question.inner {
    /* margin-bottom: 6rem; */
    padding: 3rem 0 3rem;
  }
  

  .glossary {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
  }

  .glossary h3 {
    padding: .5rem 2.5rem 1rem;
    font-size: 2rem;
  }

  .glossary ul {
    width: calc(100% - 140px);
    padding-top: 1rem;
  }

  .glossary ul li {
    display: flex;
    padding: 0 0 3rem;
  }

  .glossary ul li span {
    width: 28rem;
    margin: 0;
    font-size: 1.6rem;
    position: relative;
    text-align: right;
    padding: 0 8rem 0 0;
  }

  .glossary ul li span:before {
    content: "";
    display: block;
    width: 4rem;
    height: 10px;
    position: absolute;
    right: 2rem;
    top: 0;
    border-bottom: 4px dotted #4f3814;
  }

  .glossary ul li p {
    width: calc(100% - 28rem);
  }

  .glossary ul li + li {
    border-top: none;
  }

  .question {
    /* margin-top: 2rem; */
    padding: 4rem;
  }

  .question .q {
    font-size: 1.8rem;
    padding: 9rem 0 0;
  }

  .question .q:before {
    font-size: 5rem;
  }

  .question .a {
    font-size: 1.6rem;
  }

  /* ---------------------------------------------------------
  post
  ----------------------------------------------------------*/
  .post {
    padding: 0rem 0 12rem;
    background-size: 15%;
  }
  
  .post .btn_application {
    display: block;
    position: relative;
    top: -8rem;
    width: 582px;
    height: 15vw;
    margin: 0 auto 2rem;
    padding-top: 3rem;
    background: url(images/bg_btn_application.png)
    no-repeat;
    background-size: 100%;
    z-index: 1;
    font-size: 4.2rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  
  .post .btn_application a span {
    position: relative;
    padding-left: 38px;
  }
  
  .post .btn_application a span::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    margin-top: -8px;
    border-style: solid;
    border-width: 10px 0 10px 14px;
    border-color: transparent transparent transparent #fff;
    content: "";
  }

  .post h2 {
    color: #fff;
    background: #000;
    width: 400px;
    height: 200px;
    padding: 10rem 0 0;
    margin: 0 auto 35px;
  }

  .post .contents {
    width: 80%;
    max-width: 1000px;
    margin: 5rem auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
  }

  .post article {
    width: calc(100% / 3 - 1.4rem);
    margin: 0 0 2rem;
    padding: 3rem 2rem;
  }

  .post article:nth-of-type(3n + 2){
    margin: 0 2rem 2rem;
  }

  .post article p {
    line-height: 1.7;
  }

  .post article .btn_more {
    text-align: center;
  }


  /* ---------------------------------------------------------
  companies
  ----------------------------------------------------------*/
  .companies {
    padding: 0 0 10rem;
  }

  .companies h2 {
    text-align: center;
    color: #FFF;
    padding: 10rem 0 0;
    background: url('../../uploads/harf_circle_green.png') no-repeat;
    background-size: 460px;
    background-position: top center;
    height: 230px;
    font-size: 4.2rem;
  }

  .companies .bnrs {
    width: 80%;
    max-width: 1000px;
    margin: 3rem auto 0;
    padding: 0;
    justify-content: start;
  }

  .companies .bnrs li {
    width: calc(100% / 3 - 1.4rem);
    margin: 0 0 2rem;
  }

  .companies .bnrs li:nth-of-type(3n + 2){
    margin: 0 2rem 2rem;
  }

  .btn_topback{
    width: 7rem;
    right: 4rem;
  }
  /*.btn_topback:hover {
    cursor: pointer;
  }*/

  /* ---------------------------------------------------------
  pc nav
  ----------------------------------------------------------*/
  nav {
    width: 100%;
    margin: -5rem 0 0;
    padding: 5rem 0 0;
    position: relative;
  }

  .cp_offcm01 {
    width: 100%;
    position: static;
  }
  /* menu */
  .cp_offcm01 .cp_menu {
    position: static;
    width: 100%;
    height: auto;
    background-color: #39B54A;
    text-align: center;
  }

  .cp_offcm01 .cp_menu ul {
    margin: 0;
    padding: 2.7rem 0;
    display: inline-block;
  }

  .cp_offcm01 .cp_menu li:not(.btn_for_sp) {
    display: inline-block;
    border-bottom: 0;
  }

  .cp_offcm01 .cp_menu li:not(:first-of-type){
    border-left: 1px solid #fff;
  }

  .cp_offcm01 .cp_menu li:not(.btn_for_sp) a {
    font-size: 1.6rem;
    padding: .3rem 4vw;
    color: #fff;
  }

  .cp_offcm01 .cp_menu .btn_for_sp {
    display: none;
  }
  /* menu toggle */
  .cp_offcm01 #cp_toggle01 ~ label {
    display: none;
  }
}
@media screen and (min-width:751px) and (max-width:959px){

  /* .first-view{
    padding: 7.5rem 0;
  } */
  .about > p {
    text-align: left;
    width: 80%;
    margin: 3rem auto 0;
  }

  .people {
    display: block;
  }

  .people li {
    width: 100%;
  }

  .award .prize li {
    font-size: 3rem;
  }

  .award .prize li img {
    width: 5rem;
    margin-right: 3rem;
  }

  .award .prize li p span {
    font-size: 2rem;
  }

  .requirements .details {
    margin-top: -13vw;
  }

  .challenges .themes {
    justify-content: space-between;
  }

  .challenges .themes li {
    width: calc(50% - 1rem);
    border-radius: 1rem;
    margin: 0 0 2rem;
  }

  .challenges .themes li:nth-of-type(3n + 2){
    margin: 0 0 2rem;
  }

  .glossary {
    display: block;
  }

  .glossary ul {
    width: 100%;
  }

  .post .contents {
    display: block;
  }

  .post article {
    width: 100%;
  }

  .post article:nth-of-type(3n + 2){
    margin: 0 0 2rem;
  }
}


		 .about > div.decision a{
		color:#F03C00;
		font-size:2.6rem;
		
		text-align: center;
	}
	.eventform span.center{
		text-align:center;
	}
	.eventform .eventform_copy{
		color:#fff;
		font-size:2.6rem;
		text-align: center;
	}
	.eventform span.closemess{
	    display: inline-block;

    padding: 20px;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 30px;
    color: #000;
    background: #fff;
	    text-align: center;
	}