/* Scss Document */
#wrapper {
  width: 100%;
  /*overflow:hidden;*/ }

.pc {
  display: block; }
  @media screen and (max-width: 768px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 768px) {
    .sp {
      display: block; } }

a {
  color: #ef7508; }

.kv {
  text-align: center;
  width: 100%;
  background: #ef256b;
  box-sizing: border-box; }

@media screen and (max-width: 768px) {
  .kv {
    padding: 0 3.5%; }
    .kv img {
      width: 100%; } }
.contsIn {
  width: 1000px;
  margin: auto;
  overflow: hidden; }
  @media screen and (max-width: 1000px) {
    .contsIn {
      width: 90%;
      margin: 0 auto; } }

.contsIn2 {
  width: 960px;
  margin: auto;
  overflow: hidden; }
  @media screen and (max-width: 1000px) {
    .contsIn2 {
      max-width: 1000px;
      width: 90%;
      margin: 0 auto; } }

.left {
  float: left; }

.right {
  float: right; }

.h2_bg {
  background-repeat: repeat-x;
  margin: 80px 0 40px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .h2_bg {
      margin: 40px 0; } }

h2 {
  background-color: #fff;
  display: inline-block;
  padding: 0px 10px;
  font-size: 30px;
  color: #575757; }
  @media screen and (max-width: 768px) {
    h2 {
      font-size: 25px; } }

/*
h3{
	background-image:url(../img/h3_bg.gif);
	background-repeat:no-repeat;
	background-position:left 30%;
	padding-left:40px;
	color:#575757;
	font-size:24px;
	margin-bottom:12px;
	}
*/
p.nml {
  font-size: 16px;
  color: #575757;
  line-height: 1.6; }
  p.nml em {
    font-style: normal;
    font-weight: bold; }

a {
  color: #1c5dae;
  border-style: none;
  border: 0;
  outline: none; }
  a img {
    border-style: none;
    border: 0;
    outline: none; }

/*---------------mv---------------
------------------------------------------*/
.mv_bg {
  background-image: url(../img/main_bg.jpg);
  background-repeat: repeat-y;
  background-position: center;
  padding-top: 30px; }

#header {
  width: 100%;
  background-image: url(../img/header_bg.png);
  background-repeat: repeat-x;
  height: 67px;
  padding-top: 8px; }
  #header img {
    display: block;
    margin: auto;
    padding: 12px 0; }

#mv img {
  display: block;
  margin: auto;
  padding: 30px 0 50px; }

/*---------------sec01---------------
------------------------------------------*/
#sec01 {
  background-color: #F6F6F6;
  text-align: center;
  padding: 30px 0; }
  #sec01 h2 {
    background-color: #F6F6F6; }
  #sec01 p {
    line-height: 2.2;
    font-size: 16px; }

.organizer {
  font-size: 12px;
  text-align: center;
  margin: 10px 0 0 0; }

/*---------------assignment---------------
------------------------------------------*/
.assignment {
  width: 90%;
  margin: 80px auto;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .assignment {
      margin: 40px auto; } }

/*---------------sec02---------------
------------------------------------------*/
#sec02 h3 {
  background-color: #ef256b;
  color: #FFFFFF;
  padding: 9px 0;
  text-align: center;
  font-size: 20px; }
  @media screen and (max-width: 768px) {
    #sec02 h3 {
      font-size: 16px; } }

@media screen and (max-width: 768px) {
  .pdf_btn {
    width: 85%;
    margin: 0 auto;
    padding-top: 30px; } }
  @media screen and (max-width: 768px) and (max-width: 768px) {
    .pdf_btn {
      width: 90%; } }

.ttl {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 15px;
  color: #ef7508; }

/*---------------sec03---------------
------------------------------------------*/
#sec03 .clearfix {
  margin-top: 40px;
  margin-bottom: 40px; }
#sec03 .left {
  width: 180px; }
#sec03 .right {
  width: 740px; }
  #sec03 .right p.ttl {
    color: #575757;
    font-size: 24px;
    margin: 8px 0 15px; }
  #sec03 .right a img {
    display: inline-block;
    margin: 10px 15px 0 0; }

/*---------------sec04---------------
------------------------------------------*/
.work {
  margin-top: 50px;
  text-align: center; }
  .work a {
    display: block; }
  .work p .school {
    margin-top: 10px;
    display: block;
    font-size: 13px;
    line-height: 1.4;
    color: #575757;
    text-align: center; }
  .work p .name {
    margin-top: 5px;
    display: block;
    font-size: 16px;
    line-height: 1.4;
    color: #575757;
    text-align: center; }
  .work p .title {
    margin-top: 8px;
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.4;
    color: #333333;
    text-align: center; }
  .work .Eva02 {
    margin: 20px 0 0; }
    .work .Eva02 h4 {
      color: #ef256b;
      border-bottom: solid 2px #ef256b;
      font-size: 18px;
      padding-bottom: 10px;
      margin-bottom: 15px; }
    .work .Eva02 p {
      color: #333333;
      font-size: 14px;
      text-align: left;
      letter-spacing: -1px; }
      .work .Eva02 p a {
        display: inline;
        color: #ef256b;
        font-weight: 600;
        text-decoration: underline; }
        .work .Eva02 p a:hover {
          text-decoration: none; }

.works {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*.bronze*/ }
  .works .bronze-list {
    display: flex;
    margin-bottom: 50px; }
    @media screen and (max-width: 768px) {
      .works .bronze-list {
        flex-direction: column; } }
    .works .bronze-list .li-img {
      width: 50%;
      float: left;
      text-align: center;
      margin-right: 17px; }
      @media screen and (max-width: 768px) {
        .works .bronze-list .li-img {
          width: 100%; } }
      .works .bronze-list .li-img p .school {
        margin-top: 20px;
        display: block;
        font-size: 13px;
        line-height: 1.4;
        color: #575757;
        text-align: center; }
        @media screen and (max-width: 768px) {
          .works .bronze-list .li-img p .school {
            margin-top: 10px; } }
      .works .bronze-list .li-img p .name {
        margin-top: 5px;
        display: block;
        font-size: 16px;
        line-height: 1.4;
        color: #575757;
        text-align: center; }
      .works .bronze-list .li-img p .title {
        margin-top: 8px;
        display: block;
        font-size: 13px;
        font-weight: bold;
        line-height: 1.4;
        color: #333333;
        text-align: center; }
    .works .bronze-list .Eva {
      width: 50%;
      float: left;
      padding-bottom: 20px;
      margin-right: 30px; }
      @media screen and (max-width: 768px) {
        .works .bronze-list .Eva {
          width: 100%;
          margin-top: 15px; } }
      .works .bronze-list .Eva h4 {
        color: #ef256b;
        border-bottom: solid 2px #ef256b;
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 15px; }
        @media screen and (max-width: 768px) {
          .works .bronze-list .Eva h4 {
            text-align: center; } }
      .works .bronze-list .Eva p {
        color: #333333;
        font-size: 14px; }

/*work*/
.works {
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-direction: row; }
  @media screen and (max-width: 768px) {
    .works {
      flex-direction: column; } }
  .works .work-list {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
    width: 50%; }
    @media screen and (max-width: 768px) {
      .works .work-list {
        width: 100%; } }
    .works .work-list .li-img {
      float: left;
      text-align: center; }
      .works .work-list .li-img p .school {
        margin-top: 20px;
        display: block;
        font-size: 13px;
        line-height: 1.4;
        color: #575757;
        text-align: center; }
      .works .work-list .li-img p .name {
        margin-top: 5px;
        display: block;
        font-size: 16px;
        line-height: 1.4;
        color: #575757;
        text-align: center; }
      .works .work-list .li-img p .title {
        margin-top: 8px;
        display: block;
        font-size: 13px;
        font-weight: bold;
        line-height: 1.4;
        color: #333333;
        text-align: center; }
    .works .work-list .Eva {
      width: 80%;
      float: left;
      margin-left: 40px;
      margin-top: 20px; }
      @media screen and (max-width: 768px) {
        .works .work-list .Eva {
          width: 100%;
          margin-left: 0px; } }
      .works .work-list .Eva h4 {
        color: #ef256b;
        border-bottom: solid 2px #ef256b;
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 15px;
        text-align: center; }
      .works .work-list .Eva p {
        color: #333333;
        font-size: 14px; }

.dsnone {
  display: none; }

.ContsBox {
  background: #fff;
  /*width:785px;*/
  width: 100%;
  padding: 10px 0;
  /*overflow:hidden;*/ }
  .ContsBox .closeBox {
    text-align: right;
    font-size: 12px;
    padding-bottom: 20px; }
  .ContsBox .close {
    text-align: right;
    padding-right: 10px; }
  .ContsBox .ContsBoxIn {
    /*width:647px;*/
    width: 90%;
    margin: 0 auto; }

/*---------------footer----------------
------------------------------------------*/
#footer {
  background-color: #7d7d7d; }
  #footer .footerIn {
    width: 1030px;
    margin: auto;
    padding: 10px 0 10px 0;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      #footer .footerIn {
        width: 100%;
        padding: 20px 0; } }
    @media screen and (max-width: 1000px) {
      #footer .footerIn {
        width: 90%; } }
  #footer .copy {
    font-size: 14px;
    color: #fff;
    float: left; }
    @media screen and (max-width: 768px) {
      #footer .copy {
        font-size: 12px;
        text-align: center;
        float: none; } }
  #footer .rightBox {
    float: right; }
    @media screen and (max-width: 768px) {
      #footer .rightBox {
        float: none;
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center; }
        #footer .rightBox span {
          margin: 0;
          width: 50%;
          text-align: center; } }
    #footer .rightBox a {
      font-size: 14px;
      color: #fff !important; }
      @media screen and (max-width: 768px) {
        #footer .rightBox a {
          text-align: center;
          width: 50%;
          font-size: 12px; } }
