/*common*/
.head02{
  position: absolute;
  z-index: 2;
  color: #fff;
  letter-spacing: 0.2em;
  font-size: 3em;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.head02 img{
  width: 350px;
}
/*.head02::after{
  content: '';
  position: absolute;
  width: 350px;
  height: 166px;
  background-image: url(../../common/images/ttl_bg01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}*/
.head02 span.jp{
  color: #fff;
  font-size: 12px;
  display: block;
  position: relative;
  letter-spacing: 0.1em;
  vertical-align: middle;
}
.head03{
  text-align: center;
  padding-top: 100px;
  margin-bottom: 70px;
}
.head03 img{
  width: 400px;
}
.head04{
  position: relative;
  font-size: 2.3em;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: -4px;
  margin-top: 70px;
}
.head04 span{
  font-size: 12px;
  color: #fff;
  margin-left: 10px;
  vertical-align: middle;
}
br.sp{
  display: none;
}
article{
  overflow: hidden;
}
.mv_area {
  padding: 50px 30px;
  position: relative;
  padding-bottom: 100px;
}
.mv_area::after {
  content: '';
  position: absolute;
  top: -150px;
  left: -10%;
  width: 120%;
  background-image: url(../../common/images/bg_pattern_black.png);
  height: calc(120% + 150px);
  background-color: #f1c21c;
  transform-origin: left center;
  transform: rotate(-7deg);
  z-index: 1;
}
.mv_nav {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transition: transform 0.5s;
    transition: transform 0.5s;
    background-color: #e8372f;
    border: 0;
    z-index: 3;
    padding: 0 8px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.mv_nav ul{
    display: flex;
    padding: 40px 10px;
}
.mv_nav ul li{
}
.mv_nav ul li a{
    color: #fff;
    letter-spacing: 0.05em;
    font-weight: bold;
    transition: all .8s ease;
}
.mv_nav ul li:hover a{
    color: #bac1c9;
}
.mv_area .mv_in{
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
.mv_area .mv_in img{
  width: 100%;
  z-index: 2;
}
/*about*/
.about_area{
/*  z-index: 0;*/
  width: 100%;
  position: relative;
  margin-top: -50px;
}
.about_area .head02{
  top: 140px;
  left: 100px;
}
/*.about_area .head02::after{
  left: -75px;
  top: -55px;
}*/
.about_area .about_in{
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.about_area .about_in .in_l,
.about_area .about_in .in_r{
  width: 50%;
  position: relative;
}
.about_area .about_in .in_l_in{
  width: 100%;
  background-image: url(../../common/images/about_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.about_area .about_in .in_r{
  padding: 260px 80px 250px;
}
.about_area .about_in .in_r .in_r_in{
  max-width: 600px;
  width: 100%;
}
.y_title{
  line-height: 2.5;
  margin-bottom: 25px;
  font-size: 1.85em;
  font-weight: bold;
  letter-spacing: -0.2em;
  display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
}
.y_subtitle{
/*  background: linear-gradient(transparent 45%, #fbf0ad 45%);*/
  display: block;
  font-size: 0.5em;
  line-height: 1;
   letter-spacing: -0.2em;
  display: flex;
  font-size: 1.15em;
      justify-content: space-between;
      flex-wrap: wrap;
}
.about_txt{
  letter-spacing: 0.05em;
  font-size: 1.1em;
  text-align: justify;
}
/*announce*/
.announce_area{
  position: relative;
  padding: 320px 50px 450px;

}

.announce_area::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    transform: skewY(6deg);
    transform-origin: top right;
    z-index: -1;
    width: 100%;
    height: 100%;
      background-color: #f1c21c;
    background-image: url(../../common/images/bg_pattern_white.png);
}
.announce_area .head02{
  top: 30px;
  letter-spacing: 0.05em;
  font-size: 2.5em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
/*.announce_area .head02::after{
  background-image: url(../../common/images/ttl_bg02.png);
  width: 400px;
  height: 194px;
  left: -37px;
  top: -70px;
}*/
.announce_in{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.announce_ttl{
  text-align: center;
  color: #000;
  font-size: 2.6em;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 60px;
}

.announce_ttl span{
}
.announce_box{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 25px;
}
.announce_box .box_in{
  position: relative;
  width: 49%;
  margin-right: 2%;
  background-color: #fff;
  padding: 65px 45px 45px 45px;
}
.announce_box .box_in:last-child{
  margin-right: 0;
}
.announce_box .box_in .label {
  position: absolute;
  top: -28px;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  transform: skewX(-30deg);
  padding: .8em 1.2em;
  background: #235cdb;
  font-size: 16px;
  left: 10%;
}
.announce_box .box_in .label span {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 1.8em;
  display: inline-block;
  transform: skewX(30deg);
}
.announce_box .box_in .label span.new {
    position: absolute;
    background-color: #d11837;
    left: -18px;
    transform: translateX(-40%);
    -webkit-transform: translateX(-40%);
    -ms-transform: translateX(-40%);
    font-size: 17px;
    padding: 8px 11px;
    top: 19px;
    line-height: 1;
    transform: skewX(30deg)!important;
}
.announce_box .box_in:last-child .label{
  background-color: #18aa33;
}
.announce_box .box_in .a_ttl{
  font-weight: bold;
  font-size: 1.4em;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  text-align: center;
}
.announce_box .box_in .a_txt{
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
.link{
  display: inline-block;
  border-bottom: 1px solid #235cdb;
}
.link a{
  color: #235cdb;
  position: relative;
  font-size: 0.9em;
}
.link a::after{
  content: '→';
  margin-left: 3px;
  margin-right: 3px; 
}
.announce_area .white_box{
  padding: 20px 55px 100px;
  position: relative;
  margin-bottom: 150px;
}
.announce_area .white_box.w02{
  padding: 70px 60px;
}
.announce_area .white_box.w02 p{
  letter-spacing: 0.05em;
}
.announce_area .white_box.w02 .img img{
  width: 100%;
}
.blue_txt{
  color: #000;
  font-weight: bold;
  font-size: 1.7em;
  margin-bottom: 25px;
  padding: 3px 10px;
  display: inline-block;
  background-color: #f7e69c;
}
.gray_btn{
  position: absolute;
  width: 70%;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -50px;
  pointer-events: none;
}
.gray_btn a{
  box-shadow: 0 0 8px gray;
  width: 100%;
  display: block;
  background-color: #ccccca;
  text-align: center;
  padding: 35px;
  border-radius: 10px;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 1.5em;
  transition: all .8s ease;
}
.gray_btn:hover a{
  box-shadow: none;
  background-color: gray;
  color: #fff;
}
.t_list{
  display: flex;
  flex-wrap: wrap;
}
.t_list dt,
.t_list dd{
  border-bottom: 1px dotted #d1d1d1;
  padding: 20px 0;
  letter-spacing: 0em;
  font-size: 1.1em;
}
.t_list dt.none,
.t_list dd.none{
  border-bottom: none;
}
.t_list dt{
  width: 18%;
  text-align: center;
  font-weight: bold;
}
.t_list dd{
  width: 82%;
}
/*.award01{
  -webkit-clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 100%);
  background-color: #000;
}*/
/*award01*/
.award01 {
  position: relative;
  z-index: 1;
  padding: 100px 50px 300px;
}
.award01::after{
  content: '';
  position: absolute;
  left:0;
  top: 0;
 
  /*四角形を傾けます*/
  transform: skewY(6deg);
  transform-origin: top right;

  z-index: -1;
  width:100%;
  height:100%;
  background:#d5a716;
  background-image: url(../../common/images/bg_pattern_black.png);
}
.award01::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../../common/images/kazari_bg.png);
  background-repeat: repeat-y;
  background-size: 100%;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.award01 .head03{
  padding-top: 0;
}
.winner_area{
  position: relative;
}
/*.winner_area::after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../../common/images/kazari_bg.png);
  background-repeat: repeat-y;
  background-size: contain;
  width: 100%;
  height: 100%;
}*/
.winner_area .head02{
  top: -180px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
/*.winner_area .head02::after{
  background-image: url(../../common/images/ttl_bg03.png);
  width: 400px;
  height: 215px;
  left: -80px;
  top: -70px;
}*/
.award_box01{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
  position: relative;
  margin-bottom: 20px;
}
.award_box01 .box_l{
  width: 35%;
  position: relative;
}
.award_box01 .box_l .box_l_in{
  position: absolute;
  left: 0;
  top: 20px;
  width: 110%;
  height: 680px;
  background-image: url(../../common/images/web_bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
}
.award_box01 .box_l .box_l_in .l_inner{
  position: absolute;
  left: 2.5%;
  width: 95%;
  height: 95%;
  background-image: url(../../common/images/award01_img01.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  bottom: 0;
}
.award_box01 .box_l a::before{
  content: '';
  position: absolute;
  width: 55px;
  height: 55px;
  bottom: 65px;
  left: -10px;
  background-image: url(../../common/images/view_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.award_box01 .box_l a{
  display: block;
  width: 100%;
  height: 100%;
}
.award_box01 .box_r{
  width: 65%;
}
.white_box{
  background-color: #fff;
  padding: 20px;
}
.white_box .white_box_in{
  border: 1.5px solid #c8a645;
  padding: 35px 60px;
}
.white_box .profile{
  font-size: 1.05em;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
.white_box .ttl{
  font-size: 1.6em;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  color: #4c4c4b;
}
.white_box.box_s .white_box_in{
  padding: 25px 30px;
}
.point_list{
  padding-left: 20px;
  margin-bottom: 30px;
}
.point_list li{
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  font-size: 0.9em;
  text-indent: -2.3em;
  padding-left: 1em;
}
.point_list li span{
  background-color: #f7e69c;
  padding: 3px 10px;
  font-weight: bold;
}
.point_list li::before{
  content: '';
  background-image: url(../../common/images/point_icon.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin: 0 10px 3px 0;
  background-size: contain;
}
.award_ttl02{
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}
.award_ttl02 span{
  font-size: 12px;
  margin-left: 20px;
}
.ex_txt{
  letter-spacing: 0.1em;
  margin-bottom: 60px;
}

/* モーダル表示時に背景固定 */
body.fixed {
  position: fixed;
  left: 0;
}
.content {
  display: none;/* 初期状態 */
  position: fixed;
  top: 0;
  width: 100%;/* モーダルは画面いっぱいに */
  height: 100vh;/* モーダルは画面いっぱいに */
}
.overlay {
  width: 100%;/* 黒背景も画面いっぱいに */
  height: 100vh;/* 黒背景も画面いっぱいに */
  background-color: rgba(0, 0, 0, 0.5);
}
/* 配置関連。モーダル自体とは関係なし */
.modal {
  position: absolute;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 300px;
}
.box_s{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.f_box{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.f_box .box_l{
  width: 170px;
  margin-right: 30px;
  text-align: center;
}
.f_box .box_l img{
  width: 100%;
}
.f_box .box_l.img_s img{
  max-width: 120px;
}
.f_box .box_r{
  width: calc(100% - 200px);
}
.in_ttl{
  font-weight: bold;
  font-size: 1.2em;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.in_txt{
  font-size: 1em;
  letter-spacing: 0.05em;
}
.f_box .name{
  margin-top: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 1.3em;
}
.f_box .name span{
  font-size: 11px;
  letter-spacing: 0.05em;
  display: block;

}
/*award02*/
.award02 {
  position: relative;
  z-index: 0;
  margin-top: -260px;
  padding: 350px 50px 300px;
}
.award02::after{
  content: '';
  position: absolute;
  left:0;
  top: 0;
 
  /*四角形を傾けます*/
/*  transform: skewY(6deg);
  transform-origin: top right;*/

  z-index: -1;
  width:100%;
  height:100%;
  background:#bac1c9;
  background-image: url(../../common/images/bg_pattern_white.png);
}
.award02::before{
  content: '';
  position: absolute;
  left: 0;
  top: 200px;
  background-image: url(../../common/images/kazari_bg.png);
  background-repeat: repeat-y;
  background-size: 100%;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.award02 .head03{
  padding-top: 0;
}
/*award03*/
.award03 {
  position: relative;
  z-index: 0;
  padding: 250px 50px 500px;
  margin-top: -250px;
}
.award03::after{
  content: '';
  position: absolute;
  left:0;
  top: 0;
 
  /*四角形を傾けます*/
  transform: skewY(-6deg);
  transform-origin: top right;

  z-index: -1;
  width:100%;
  height:100%;
  background:#14ae67;
  background-image: url(../../common/images/bg_pattern_white.png);
}
.award03::before{
  content: '';
  position: absolute;
  left: 0;
  top: 200px;
  background-image: url(../../common/images/kazari_bg.png);
  background-repeat: repeat-y;
  background-size: 100%;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.award03 .head03{
  padding-top: 0;
}
.award03 .award03_in{
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
.award03 .head03{
  margin-bottom: 80px;
}
.award_list{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 100px 70px;
  z-index: 1;
}
.award_list li img{
  width: 95%;
}
.award03 .award03_in .award_list{
  border: 2px solid #fff;
}
.award03 .award03_in .award_list li{
  width: 17.6%;
  margin-right: 3%;
  margin-bottom: 35px;
}
.award03 .award03_in .award_list li:nth-child(5n){
  margin-right: 0;
}
.award03 .award03_in .award_list .img{
  margin-bottom: 10px;
  background-image: url(../../common/images/web_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 20px 0 5px;
}
.award03 .award03_in .award_list p{
  color: #fff;
  font-weight: bold;
  font-size: 0.9em;
/*  letter-spacing: 0.1em;*/
}
/*award04*/
.award04 {
  position: relative;
  z-index: 0;
  margin-top: -190px;
  padding: 100px 50px 400px;
}
.award04 .head03{
  padding-top: 0;
}
.award04::after{
  content: '';
  position: absolute;
  left:0;
  top: 0;
 
  /*四角形を傾けます*/
  transform: skewY(6deg);
  transform-origin: top right;

  z-index: -1;
  width:100%;
  height:100%;
  background:#fdd200;
  background-image: url(../../common/images/bg_pattern_white.png);
}
.award04::before{
  content: '';
  position: absolute;
  left: 0;
  top: 200px;
  background-image: url(../../common/images/kazari_bg.png);
  background-repeat: repeat-y;
  background-size: 100%;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.award04 .award04_in{
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
.award04 .award_list{
  padding-top: 20px;
}
.award04 .award_list li{
  width: 15%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.award04 .award_list li:nth-child(6n){
  margin-right: 0;
}
.award04 .award_list li .img{
  margin-bottom: 10px;
  background-image: url(../../common/images/web_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 18px 0 5px;
}
.award04 .award_list li p{
  font-size: 0.8em;
  font-weight: bold;
  letter-spacing: 0.05em;
}
/*award05*/
.award05 {
  position: relative;
  z-index: 0;
  padding: 230px 50px 150px;
  margin-top: -500px;
}
.award05::after{
  content: '';
  position: absolute;
  left:0;
  top: 0;
 
  /*四角形を傾けます*/
  transform: skewY(-6deg);
  transform-origin: top right;

  z-index: -1;
  width:100%;
  height:100%;
  background:#eaeaea;
}
/*.award05::before{
  content: '';
  position: absolute;
  left: 0;
  top: 200px;
  background-image: url(../../common/images/kazari_bg.png);
  background-repeat: repeat-y;
  background-size: 100%;
  width: 100%;
  height: 100%;
  z-index: 0;
}*/
.award05 .head03{
  padding-top: 0;
}
.award05 .t_list{
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.award05 .t_list dt,
.award05 .t_list dd{
  text-align: left;
  font-size: 1em;
  padding: 15px 10px 15px 0;
}
.award05 .t_list dt{
  width: 72%;
  letter-spacing: 0;
}
.award05 .t_list dd{
  width: 28%;
  font-weight: bold;
  letter-spacing: 0;
}
.award05_in{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1100px;
  padding: 0 50px;
  margin: 0 auto;
}
.award05_in .award05_box{
  width: 48%;
  margin-right: 4%;
}
.award05_in .award05_box:last-child{
  margin-right: 0;
}
.award_list02{
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.award_list02 li{
  font-weight: bold;
  font-size: 1.4em;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
.award_list02 li::after{
  content: '/';
  font-weight: normal;
  margin: 0 10px;
}
.award_list02 li.none::after{
  content: '';
}
.award_box02{
  position: relative;
  z-index: 1;
}
/*accordion*/
.interview {
  color: #444;
}
.interview_link {
  position: relative;
}
.interview_txt {
  position: absolute;
  width: 250px;
  text-align: center;
  background-color: #e8372f;
  color: #fff;
  padding: 10px;
  letter-spacing: 0.05em;
  font-weight: bold;
  right: 0;
  cursor: pointer;
}
.interview_body {
  margin: 15px 0;
}
.award02 .award_box02{
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
.award02 .award_box02 .box{
  width: 85%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 50px;
}
.award02 .award_box02 .box:nth-child(2n){
  margin-left: auto;
  margin-right: 0px;
}
.award_box02 .box .box_l{
  width: 20%;
  position: relative;
}
.award_box02 .box .box_l .box_l_in{
  position: absolute;
  left: 0;
  top: 20px;
  width: 115%;
  height: 410px;
  background-image: url(../../common/images/web_bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
}
.award_box02 .box .box_l .box_l_in .l_inner{
  position: absolute;
  left: 2.5%;
  width: 95%;
  height: 95%;
  background-image: url(../../common/images/award01_img01.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  bottom: 0;
}
.award_box02 .box .box_l a::before{
  content: '';
  position: absolute;
  width: 55px;
  height: 55px;
  bottom: 0;
  left: -6px;
  background-image: url(../../common/images/view_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.award_box02 .box .box_l a{
  display: block;
  width: 100%;
  height: 100%;
}
.award_box02 .box .box_r{
  width: 80%;
}
.award_box02 .white_box{
  padding: 30px 30px 30px 60px;
}
.award_box02 .ex_txt{
  margin-bottom: 60px;
}
#announce{
  padding-top: 100px;
  margin-top: -100px;
}
#winner{
  padding-top: 200px;
  margin-top: -200px;
}
.red{
  color: #e8372f;
}
@media screen and (min-width: 1470px) {
.y_title{
  font-size: 2.0em;
}
.y_subtitle{
  font-size: 1.5em;
}
}
@media screen and (max-width: 1270px) {
.y_title{
  font-size: 1.40em;
}
.y_subtitle{
  font-size: 0.88em;
}
}
@media screen and (max-width: 1210px) {

}
@media screen and (max-width: 1080px) {
.about_area .about_in .in_r{
    padding: 200px 50px;
}
.announce_ttl{
  font-size: 2.3em;
}
.announce_box .box_in .label span{
  font-size: 1.5em;
}
.blue_txt{
  font-size: 1.3em;
}
}
@media screen and (max-width: 960px) {
.announce_ttl{
  font-size: 2em;
}
.announce_box .box_in .label span{
  font-size: 1.2em;
}
}
@media screen and (max-width: 768px) {
.mv_area{
    padding: 100px 0 80px 0;
}
.mv_area::after{
  left: -17%;
  width: 150%;
}
.head02{
  font-size: 2.8em;
}
.head02::after{
  background-size: 85%;
}
.about_area .head02{
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.about_area .head02::after{
  background-size: 95%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.about_area .about_in .in_l{
  display: none;
}
.about_area .about_in .in_r{
  width: 100%;
  padding: 280px 5% 200px;
}
.y_title{
  font-size: 1.35em;
}
.y_subtitle{
  font-size: 0.8em;
}
.about_area .about_in .in_r .in_r_in{
  margin-top: 50px;
}
/*announce*/
.announce_area .head02{
  left: 47%;
  font-size: 2.3em;
  top: -48px;
}
.announce_area .head02::after{
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.blue_txt{
  font-size: 1.1em;
}
.announce_area .white_box.w02{
  padding: 50px 30px;
}
.head03 img{
  width: 100%;
  max-width: 300px;
}
.side_nav{
  display: none;
}
.award01{
  padding: 80px 5% 150px;
}
.award_box01 .box_l,
.award_box01 .box_r{
  width: 100%;
}
.award_box01 .box_l .box_l_in{
  position: relative;
  width: 100%;
  height: 35vh;
}
.award_box01 .box_l .box_l_in .l_inner{
  height: 90%;
}
.award_box01 .box_l a::before{
  bottom: 5px;
  left: 1px;
}
.white_box{
  padding: 15px;
}
.white_box .white_box_in,
.white_box.box_s .white_box_in{
  padding: 20px 5%;
}
.award_box01 .white_box{
  margin-top: 20px;
}
.white_box .profile{
  margin-bottom: 5px;
}
.white_box .ttl{
  margin-bottom: 5px;
  font-size: 1.7em;
}
.ex_txt{
  margin-bottom: 40px;
}
.point_list{
  padding-left: 0;
  margin-bottom: 0;
}
.head04{
  font-size: 2em;
}
.f_box .box_l{
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}
.f_box .box_l img{
  max-width: 170px;
}
.f_box .box_r{
  width: 100%;
}
.in_ttl{
  font-size: 1.1em;
}
.in_txt{
  font-size: 0.9em;
}
.award_ttl02{
  font-size: 1.2em;
}
/*award02*/
.award02{
  padding: 300px 5% 250px;
}
.award02 .award_box02 .box{
  width: 100%;
}
.award_box02 .box .box_l,
.award_box02 .box .box_r{
  width: 100%;
}
.award_box02 .box .box_l .box_l_in{
  position: relative;
  width: 100%;
  height: 35vh;
}
.award_box02 .box .box_l .box_l_in .l_inner{
  height: 90%;
}
.award_box02 .box .box_l a::before{
  bottom: 5px;
  left: 1px;
}
.award_box02 .white_box{
  padding: 20px;
  margin-top: 20px;
}
.award_box02 .ex_txt{
  margin-bottom: 40px;
}
.award_box02 .point_list{
  margin-bottom: 50px;
}
.interview_txt{
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.award03{
  padding: 150px 5% 350px;
}
.award_list{
  padding: 5%;
}
.award03 .award03_in .award_list li{
  width: 49%;
  margin-right: 2%;
}
.award03 .award03_in .award_list li:nth-child(5n){
  margin-right: 2%;
}
.award03 .award03_in .award_list li:nth-child(2n){
  margin-right: 0;
}
.award04{
  padding: 100px 5% 450px;
}
.award04 .award_list{
  padding: 2%;
}
.award04 .award_list li{
  width: 49%;
  margin-right: 2%;
}
.award04 .award_list li:nth-child(5n){
  margin-right: 2%;
}
.award04 .award_list li:nth-child(2n){
  margin-right: 0;
}
.award05{
  padding: 150px 5% 100px;
}
.award05_in .award05_box{
  width: 100%;
  margin-right: 0;
}
.award_list02{
  width: 100%;
}
.award_list02 li{
  font-size: 0.9em;
  margin-bottom: 15px;
}
.award_list02 li::after{
  content: '';
}
.announce_area{
  padding: 150px 5%;
}
.announce_ttl{
  font-size: 1.6em;
}
.announce_box .box_in{
  width: 100%;
  margin-right: 0;
  padding: 60px 30px 30px;
  margin-bottom: 60px;
}
.announce_box .box_in:last-child{
  margin-bottom: 20px;
}
.announce_box .box_in .a_ttl{
  font-size: 1.1em;
  letter-spacing: 0.05em;
}
.announce_box .box_in .a_txt{
  font-size: 0.9em;
  margin-bottom: 20px;
}
.announce_box .box_in:last-child .a_txt{
  letter-spacing: 0.07em;
}
.announce_area .white_box{
  padding: 30px 30px 80px 30px;
}
.t_list dt, .t_list dd{
  width: 100%;
  padding: 20px 0;
  font-size: 1em;
}
/*.t_list dt:first-child{
  border-top: 1px dotted #d1d1d1;
}*/
.t_list dt.none{
  border-bottom: 1px dotted #d1d1d1;
}
.gray_btn{
  width: 90%;
  bottom: -43px;
}
.gray_btn a{
  padding: 25px;
}
br.sp{
  display: block;
}
.award05 .t_list dt{
  width: 66%;
}
.award05 .t_list dd{
  width: 34%;
  font-weight: bold;
}

}
