@charset "utf-8";

/* --------------------------PCスマホ共通CSS start-------------------------- */
body{
    /*font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;*/
    font-family: "Noto Sans Japanese";
}

/* first view start */
.top_bar{
    background-color: #fff;
}
.top_bar_inner{
  display: flex;
  display:-webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 auto;
  padding: 8px 0;
}
.top_bar_inner .left img{
  width: 140px;
}
.top_bar_inner .right a{
    margin: 0 8px 0 0 ;
    font-size: 0.8em;
    color: #000;
}
.top_bar_inner .right a:last-child{
    margin: 0;
}
.top_bar_inner .right a img{
    width: 15px;
    margin: 0 4px 0 0;
    vertical-align: middle;
}
#submenu{
  position: fixed;
  display: flex;
  display:-webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-between;
  z-index: 30;
  width: 96%;
  padding: 16px 2%;
  background-color: #e0e0e0;
  font-size: 77%;
  margin-top: 47px;
}
#submenu p{
  flex: 1px;
}
#submenu p span{
  font-weight: 700;
}
#submenu p .color{
  color: #f14813;
}
#submenu a{
  display: block;
  width: 87px;
  margin: 0 0 0 8px;
  padding: 8px;
  background-color: #e29f4b;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  line-height: 1.4em;
}
/* hamburger menu start */
 .menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  z-index: 999;
}
.menu-trigger {
  position: relative;
  width: 30px;
  height: 23px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  border-radius: 3px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 10px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(14px) rotate(-45deg);
  transform: translateY(14px) rotate(-45deg);
  background-color: #fff;

}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
  background-color: #fff;
}
.dwmenu{
    display: none;
    background-color:rgba(0,0,0,0.8);
    position: absolute;
    top: 0px;
    right:0;
    width:260px;
    padding:60px 0 40px 0;
    z-index: 100;
     overflow: auto;
 -webkit-overflow-scrolling: touch;
}
.dwmenu li{
  border-bottom: solid 1px #505050;
  background-color: rgba(72, 72, 72, 0.6);
}
.dwmenu li:last-child{
  margin-bottom: 80px;
}
.dwmenu_title{
  color: #fff!important;
  font-size: 0.8em!important;
  margin: 0 0 0 16px!important;
  padding: 8px 0 8px 20px;
  display: block;
}
.dwmenu_title:hover{
  opacity: 0.6;
  transition: 0.5s;
}
.origin{
  font-size: 1.0em!important;
  margin: 0 8px 0 0!important;
  display: block;
}
main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
/* hamburger_menu end */

video#backvideo {
    position: fixed;
    bottom: 0;
    min-width: 100%;
    min-height: 775px;
    width: auto;
    z-index: -100;
    background-size: cover;
    background-repeat: no-repeat;
}
*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}
/*
*::--webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}*/

*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}
.first_view{
    position: relative;
    top: 0;
    text-align: center;
    color: #fff;
    font-size: 1.2em;
}
.overview_title{
    font-size: 1.2em;
}
.button_title{
    font-size: 1.2em;
}
.main_button a{
    border: 1px solid #000;
    color: #000;
    cursor: pointer;
}
.main_button a:last-child{
    margin: 0;
}
.main_button a:hover{
    background-color: rgba(240, 243, 197, 0.5);
    transition: 0.5s;
    opacity: 0.6;
}
.scroll {
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  padding-top: 20px;
  color: #fff;
  font-weight: 300;
}
.scroll:hover {
  opacity: 0.6;
  transition: 0.5s;
}

.scroll span{
    position: absolute;
  top: 0;
  left: 60%;
  width: 12px;
  height: 12px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
.t_big{
    font-size: 3.0em;
}
.moreread{
  text-align: right;
}
.moreread a{
  color: #000;
  text-decoration: underline;
}
.moreread a:hover{
  text-decoration: none;
  cursor: pointer;
}
/* first view end */

/* button area start */
.button_area{
  /*margin-top: 30vh;*/
  background-color: #fff;
}
.overview_area_inner{
  text-align: center;
  margin: 0 auto;
  padding: 40px 0;
}
.button_area_inner{
  text-align: center;
  margin: 0 auto;
}
/* button area end */

/* top main column start */
.main_index{
    background-color: #fff;
}
.main_index_inner{
    margin: 0 auto;
}
section h1{
    text-align: center;
}
.main_content_parts{
  position: relative;
  width: 100%;
}
.caption{
  font-size: 130%;
  text-align: center;
  padding-top: 120px;
  color: #fff;
}
.mask{
  width: 100%;
  height: 100%;
  position: absolute; /* 絶対位置指定 */
  top: 0;
  left: 0;
  opacity: 0;  /* マスクを表示しない */
  background-color: rgba(0,0,0,0.6);  /* マスクは半透明 */
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.main_content_parts:hover .mask {
  opacity: 1;  /* マスクを表示する */
}
.main_content_parts a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.main_content_parts:last-child{
  margin: 0;
}
.main_content_parts img{
  width: 100%;
  z-index: -10;
}

.main_content_parts h2{
    background-color: rgba(0,0,0,0.8);
    font-weight: 300;
    font-size: 0.9em;
    color: #fff;
}
.index_reserved_p{
  font-size: 0.9em;
  font-weight: 300;
}
.index_reserved_p span{
  color: #ffef62;
}
/* top main column end */

/* page : future start  */
.main_pic_area{
  background-repeat: no-repeat;
  text-align: center;
  font-size: 1.2em;
}
.main_pic_area h2{
  margin: 0 0 24px 0;
  color: #fff;
}
.main_pic_area p{
  margin: 0 0 12px 0;
  color: #fff;
}
.course_wrapper{
  margin: 40px 0 0 0;
  background-color: #fff;
}
.course_inner{
  margin: 0 auto;
}
.course_detail:last-child{
  margin-bottom: 0;
}
.course_detail_img{
    position: relative;
}
.course_detail_img:hover .mask {
  opacity: 1;  /* マスクを表示する */
  cursor: pointer;
}
.course_detail img{
    height: auto;
}
.course_detail_txt{
  flex: 1;
}
.course_detail_txt h2{
    border-bottom: 1px solid #000;
}
.course_detail_txt h2 a{
  display: block;
  color: #000;
}
.course_detail_txt h2:hover{
    border-bottom: 1px solid  #3c8aaf;
    transition: 0.5s ;
}
.course_detail_txt h2 a:hover{
    color: #3c8aaf;
    transition: 0.5s ;
}
.course_detail img{
    width: 400px;
}
video#sub_video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    width: auto;
    z-index: -100;
    background-size: cover;
    background-repeat: no-repeat;
}
.main_pic_area:before {
  background-color: rgba(0,0,0,0.7);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
  z-index: -10;
}
/* page : future end  */

/* page : present start  */
.main_pic_area_pre{
  padding: 120px 0;
  background-image: url(./img/present.png);
  background-repeat: no-repeat;
  text-align: center;
  font-size: 1.2em;
}
.main_pic_area_pre h2{
  margin: 0 0 24px 0;
  color: #fff;
}
.main_pic_area_pre p{
  margin: 0 0 12px 0;
  color: #fff;
}
video#sub_video_present {
    position: fixed;
    right: 0;
    bottom: 0;
    width: auto;
    z-index: -100;
    background-size: cover;
    background-repeat: no-repeat;
}
/* page : present end  */

/* page : past start  */
.main_pic_area_pas{
  padding: 120px 0;
  background-image: url(./img/past.png);
  background-repeat: no-repeat;
  text-align: center;
  font-size: 1.2em;
}
.main_pic_area_pas h2{
  margin: 0 0 24px 0;
  color: #fff;
}
.main_pic_area_pas p{
  margin: 0 0 12px 0;
  color: #fff;
}
video#sub_video_past {
    position: fixed;
    right: 0;
    bottom: 0;
    width: auto;
    z-index: -100;
    background-size: cover;
    background-repeat: no-repeat;
}
/* page : past end  */

/* archive start */
.archive_wrapper{
  margin: 40px 0;
}
.archive_inner{
    margin: 0 auto;
}
.archive_txt{
  padding: 16px;
  background-color: #f3f3f3;
  text-align: center;
}
.archive_txt:nth-child(3n){
  margin-right: 0;
}
.archive_txt img{
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
.archive_txt h2{
  margin-top: 10px;
  /*padding: 16px 0 0 0;*/
  padding: 0 0 10px 0;
  /*border-top: 1px dashed #b5b5b5;*/
  border-bottom: 1px dashed #b5b5b5;
}
.archive_txt h2 a{
  color: #000;
  font-size: 0.7em;
}
.archive_txt h2 a:hover{
  text-decoration: underline;
}
.archive_img{
    position: relative;
    margin-bottom: 8px;
}
.archive_img:hover .mask {
  opacity: 1;  /* マスクを表示する */
  cursor: pointer;
}
.archive_reserved_p{
  font-size: 0.9em;
}
.archive_reserved_p span{
  color: #f14813;
  font-weight: 700;
}
.p_detail{
  margin: 16px 0;
  text-align: left;
}
.read_button{
  display: block;
  margin: 16px 0;
  padding: 8px;
  background-color: #e29f4b;
  border-radius: 4px;
  color: #fff;
  text-align: center;
}
.read_button_pc{
    display: inline-block;
    float: right;
    text-decoration: underline;
    color: #3c8aaf;
    margin-top: 16px;
    cursor: pointer;
}
.read_button_pc:hover{
    text-decoration: none;
}
.read_button:hover{
  background-color: #eabd84;
  transition: 0.5s ;
}
.pagination ul{
  justify-content: center;
  align-items: center;
  display: inline-flex;
  display: -webkit-flex;
}
.pagination ul li{
  text-decoration: none;
  margin-right: 6px;
}
.pagination li .page-numbers{
  display: block;
  padding: 8px 16px;
  border: solid 1px;
  border-radius: 8px;
  color: #9e9e9e!important;
  text-decoration: none;
}
.pagination li .current{
  background-color: transparent!important;
  border: none!important;
}
/* archive end */

/* archive search start */
.search_wrapper{
  background-color: #fffaea;
}
.search_wrapper form input{
  height: 30px;
  line-height: 30px;
}
.search_wrapper form select{
  height: 36px;
  line-height: 36px;
}
.search_wrapper form .search_button{
  height: 35px;
  border: none;
  border-radius: 4px;
  background-color: #a2a2a2;
  color: #fff;
  font-size: 0.9em;
  -webkit-appearance: none;
}
.search_wrapper form .search_button:hover{
  cursor: pointer;
  background-color: #cecece;
}
/* archive search end */

/* single start */
.single_wrapper{
  /*margin: 40px 0;*/
}
.single_inner{
  margin: 0 auto;
}
.single_inner h2{
  position: relative;
  text-align: center;
  margin: 80px 0 20px 0;
}
.single_inner h2:before{
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 1px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #000;
  border-radius: 2px;
}
.single_txt{
  line-height: 2.0em;
}
.single_txt p{
  margin: 40px 0 0 0;
}
.button_wrapper{
  text-align: center;
}
.resev_button{
  display: inline-block;
  margin: 40px 0;
  padding: 24px 0;
  background-color: #e29f4b;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  border: none;
  font-size: 1.0em;
  -webkit-appearance: none;
}
.resev_button:hover{
  background-color: #eabd84;
  transition: 0.5s;
  cursor: pointer;
}
.single_table{
  width: 100%;
}
.two_line{
  line-height: 1.5em;
}
.single_txt ul{
  margin: 0 auto;
  margin-top: 40px;
  text-align: center;
  border: 1px solid #000;
}
.single_txt ul li{
  display: flex;
  display:-webkit-flex;
  align-items: center;
  border-bottom: 1px solid #e4e4e4;
}
.single_txt ul li h3{
  min-width: 100px;
  padding: 16px;
  border-right: 1px solid #e4e4e4;
  font-size: 1.0em;
  font-weight: 500;
}
.single_txt ul li p{
  margin: 0!important;
  padding: 16px;
  text-align: left;
}
.thumbnail_area{
  display: flex;
  display:-webkit-flex;
  align-items: center;
}
.single_thumbnail{
  position: relative;
  overflow: hidden;
  background-color: #000;
  display: flex;
  display:-webkit-flex;
  justify-content: center;
  align-items: center;
}
.single_thumbnail p{
  position: absolute;
  z-index: 10;
  line-height: 1.5em;
}
.single_thumbnail p a{
  color: #fff;
  display: block;
}
.single_thumbnail img{
  opacity: 0.6;
  display: block;
}
.reserved_wrapper{
  margin: 0 auto;
  margin-top: 40px;
}
.reserved_wrapper p{
  text-align: center;
  font-weight: 700;
}
.reserved_wrapper p span{
  color: #f14813;
}
.recommend{
  margin: 0 auto;
  text-align: center;
  border: 1px solid #000;
}
.recommend h2{
  font-size: 1.2em!important;
  margin-top: 16px;
}
.recommend h2:before{
  width: 0!important;
}
.recommend p{
  margin: 0!important;
  text-align: left;
  padding: 0 16px;
}
/* single end */

/* page.php start */
.page_h2{
  position: relative;
  text-align: center;
  margin: 40px 0;
}
.page_h2:before{
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 1px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #000;
  border-radius: 2px;
}
/* page.php end */

/* ぱんくずリスト start */
.breadcrumb{
  background-color: #d4d4d4;
}
.archive_breadcrumb{
  background-color: #d4d4d4;
}
.breadcrumb ul{
  display: flex;
  font-size: 0.8em;
  color: #a29595;
  margin: 0 auto;
}
.archive_breadcrumb ul{
  display: flex;
  font-size: 0.8em;
  color: #a29595;
  margin: 0 auto;
}
.breadcrumb ul li{
  margin: 0 8px 0 0;
}
.archive_breadcrumb ul li{
  margin: 0 8px 0 0;
}
.breadcrumb ul li:last-child{
  margin: 0 ;
}
.archive_breadcrumb ul li:last-child{
  margin: 0 ;
}
.breadcrumb ul li a{
  color: #a29595;
  text-decoration: underline;
}
.archive_breadcrumb ul li a{
  color: #a29595;
  text-decoration: underline;
}
.breadcrumb ul li a:hover{
  text-decoration: none;
}
.archive_breadcrumb ul li a:hover{
  text-decoration: none;
}
/* ぱんくずリスト end */

/* 404 start */
.wrapper_404{
  margin: 40px 0;
}
.inner_404{
  margin: 0 auto;
  text-align: center;
}
.error_button{
  display: inline-block;
  margin: 40px 0 0 0;
  padding: 8px;
  background-color: #e29f4b;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.error_button:hover{
  background-color: #eabd84;
  transition: 0.5s;
  cursor: pointer;
}
/* 404 end */

/* footer start */
footer{
    background-color: #323232;
}
.footer_area{
    margin: 0 auto;
    text-align: center;
    color: #fff;
}
.footer_area a{
  color: #fff;
}
.footer_area ul{
  margin: 0 0 32px 0;
}
.footer_area li{
  display: inline-block;
    margin-right: 16px;
}
.footer_area li:last-child{
    margin-right: 0;
}
.footer_area .title{
  display: block;
  margin: 0 0 16px 0;
  font-size: 1.5em;
}
/* footer end */

/* other start */
.crearfix{
  clear: both;
}
/* other end */

/*firefoxの設定*/
@-moz-document url-prefix() {
.single_thumbnail p {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 150px;
  text-align: center;
  margin: 0!important;
}
}
_::-webkit-full-page-media, _:future, :root .single_thumbnail {
  display: unset;
}

/* page-crazy start */
.cz_h1{
  margin: 0 0 80px 0!important;
}
.cz_2nd_main_index{
  margin-top: 0!important;
}
.cz_overview_title{
  margin-top: 24px;
}
/* page-crazy end */

/* single-guidebook start */
.breadcrumb_guide{
  background-color: #d4d4d4;
}
.single_txt_guide{
  color: #5c5c5c;
  font-weight: normal;
  line-height: 32px;
  border-bottom: none;
}
.single_inner_guide p{
  margin: 16px 0;
  line-height: 24px;
}
.single_inner_guide img{
  width: 100%;
  height: 100%;
}
.single_inner_guide h1{
    color: #000;
    font-size: 26px;
    line-height: 36px;
    text-align: left!important;
}
.single_inner_guide h2{
    font-size: 20px;
    color: #434343;
    padding: 21px 16px 21px 16px;
    background: #ededed;
    margin: 0;
    margin: 24px 0;
    border-radius: 5px;
    word-break: break-all;
}
.single_inner_guide h3{
    font-size: 18px;
    margin: 42px 0 22px;
    padding-bottom: 5px;
    border-bottom: 4px #5AB0CC solid;
}
.single_inner_guide h4{
font-size: 18px;
    line-height: 24px;
    margin: 42px 0 22px;
    padding: 8px 10px;
    border-left: 8px #5AB0CC solid;
}
/* single-guidebook end */

/* 社長メシアーカイブ start */
.syachomeshi_wrapper a{
  padding: 8px 16px;
  color: #333333;
  border-radius: 30px;
  border: 1px solid #9a9a9a;
}
.syachomeshi_wrapper a:hover{
  background-color: #f3f3f3;
}
.overview_wrapper{
  background-image: url(./img/back_photo.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.overview_wrapper a{
  display: block;
  text-align: right;
  text-decoration: underline;
  color: #fff;
}
.overview_wrapper a:hover{
  text-decoration: none;
}
.overview_wrapper2{
  background-image: url(./img/back_photo2.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.overview_wrapper2 a{
  display: block;
  text-align: right;
  text-decoration: underline;
  color: #fff;
}
.overview_wrapper2 a:hover{
  text-decoration: none;
}
.event_wrapper a{
  display: block;
  text-align: right;
  text-decoration: underline;
  color: #fff;
}
.event_wrapper a:hover{
  text-decoration: none;
}
.overview_inner{
  margin: 0 auto;
  text-align: center;
}
.overview_inner h2{
  color: #fff;
}
.overview_inner p{
  color: #fff;
}
.overview_inner a{
  width: 300px;
  padding: 16px 0!important;
  text-align: center;
  text-decoration: none;
  background-color: #3abcdc;
  border-radius: 8px;
}
.overview_inner .wanted{
  margin-top: 0!important;
  background-color: #4584C1;
}
.overview_merit h2{
  text-align: center;
}
.merit_wrapper{
  margin: 0 auto;
}
.merit_wrapper .parts{
  -webkit-box-flex: 1;
  flex: 1;
  margin: 0 40px 0 0;
  width: 100%;
  text-align: center;
}
.merit_wrapper .parts img{
    width: auto;
    height: 80px;
}
.merit_wrapper .parts p{
  margin: 0 auto;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  font-weight: 200;
}
.overview_step{
  background-color: #f1f1f1;
}
.overview_step h2{
  text-align: center;
}
.step_wrapper{
  width: 80%;
  margin: 0 auto;
}
.step_wrapper .parts{
  -webkit-box-flex: 1;
  flex: 1;
  width: 100%;
  text-align: center;
}
.step_wrapper .parts h3{
  color: #3abcdc;
}
.step_wrapper .parts img{
    width: auto;
    height: 80px;
}
/* 社長メシアーカイブ end */

/* 社長メシレポート start */
.report_wrapper{
  margin: 0 auto;
  line-height: 2.0em;
}
.report_img_top{
  margin-top: 40px;
  text-align: center;
  position: relative;
  background-image: url(./img/repo_b.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.report_img_top:first-of-type{
  margin-top: 0;
}
.report_img img{
  width: 100%;
  height: auto;
}

.report_img_top:before{
  content: "";
  background-color: #ffffffa1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 45%;
}
.report_img_top a{
  position: relative;
  line-height: 1.2em;
  z-index: 999;
}
.standout{
  font-size: 1.3em;
  font-weight: bold;
}
.repo_subtitle{
  font-size: 1.2em;
  background-color: #efba59;
  color: #fff;
  padding: 0 16px;
  margin: 40px 0 0 0;
}
.repo_detail{
  margin: -32px 0 0 0;
  padding: 24px 16px;
  background-color: #f7f3ec;
  line-height: 2.0em;
}
.q_title{
  font-size: 1.5em;
  font-weight: bold;
  margin: 0 8px 0 0;
  color: #ff822a;
}
.b{
  font-weight: bold;
}
.red{
  color: #e84545;
}
.big{
  font-size: 1.2em;
}
.rate_num{
  font-size: 2.0em;
}
.rate {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 30px;
  font-size: 30px;
}
.rate:before, .rate:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '★★★★★';
  display: inline-block;
  height: 30px;
  line-height: 30px;
}
.rate:before {
  color: #ddd;
}
.rate:after {
  color: #ffa500;
  overflow: hidden;
  white-space: nowrap;
}

.rate0:after {
  width: 0;
}

.rate1:after {
  width: 30px;
}

.rate1-5:after {
  width: 45px;
}

.rate2:after {
  width: 60px;
}

.rate2-5:after {
  width: 75px;
}

.rate3:after {
  width: 90px;
}

.rate3-5:after {
  width: 105px;
}

.rate4:after {
  width: 120px;
}

.rate4-5:after {
  width: 135px;
}

.rate5:after {
  width: 150px;
}
.other_repo_h2{
  position: relative;
  margin: 40px 0;
  text-align: center;
  font-size: 1.2em;
}
.other_repo_h2:before{
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 1px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #000;
    border-radius: 2px;
}
.repo01{
  width: 100%;
  margin: 0 16px 16px 0;
  padding: 8px;
  background-color: #f3f3f3;
  box-sizing: border-box;
}
.repo01 img{
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
.repo01:last-child{
  margin-right: 0;
}
.repo01 h3{
  font-weight: 400;
  text-align: center;
  margin: 16px 0;
}
.other_repo_button{
  display: block;
  margin: 16px auto;
  padding: 4px;
  background-color: #e29f4b;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  width: 300px;
}
.other_repo_button:hover{
  background-color: #eabd84;
  transition: 0.5s ;
}
.repo_img{
  position: relative;
}
.repo_img:hover .mask {
  opacity: 1;  /* マスクを表示する */
}
/* 社長メシレポート end */

/* アスリート start */
.athlete_inner h2{
  margin: 0 0 32px 0!important;
}
.athlete_shop{
  margin: 0 0 80px 0;
}
.athlete_shop h2{
  text-align: center;
  margin: 40px 0;
}
.athlete_shop div{
  margin: 0 auto;
}
.athlete_shop div p img{
  width: 100%;
}
.athlete_3rd_content{
  background-color: #f1f1f1;
  padding-bottom: 80px!important;
}
.athlete_3rd_wrapper{
  width: 80%;
  margin: 0 auto;
}
.athlete_3rd_wrapper .parts img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.athlete_3rd_wrapper .parts h3{
  height: auto!important;
  margin: 16px 0;
}
.athlete_3rd_wrapper .parts p{
  margin-top: 0!important;
}
.athlete_amb{
  text-align: center;
}
.athlete_amb div img{
  width: 100%;
}
.athlete_amb div h3{
  margin: 16px 0;
}
.athlete_amb div p{
  margin: 0 auto;
  line-height: 2.0em;
  font-weight: 200;
}
.voice_wrapper{
  padding: 40px 0;
  background-color: #f1f1f1;
}
.voice_content{
  margin: 0 auto;
}
.v_text h3{
    font-size: 2.0em;
    font-weight: 200;
}
.voice_content p img{
  width: 100%;
}
.v_other_t{
  margin: 0 auto;
  line-height: 2.0;
  font-weight: 200;
  margin-top: 16px;

}
.v_other_t:last-child{
  margin-bottom: 0;
}
/* アスリート end */

/* イベントアーカイブ追加 start */
.event_wrapper{
  background-image: url(./img/event_b.png);
}
.event_inner{
    margin: 0 auto;
    text-align: center;
}
.event_inner h2{
  color: #fff;
}
.event_inner p{
  color: #fff;
  font-weight: 700;
}
.event_merit h2{
  text-align: center;
}
.event_merit_wrapper{
  margin: 0 auto;
}
.event_merit_wrapper .parts{
  -webkit-box-flex: 1;
  flex: 1;
  margin: 0 40px 0 0;
  width: 100%;
  text-align: center;
}
.event_merit_wrapper .parts h4{
  font-size: 1.1em;
  color: #35b2d0;
}
.event_merit_wrapper .parts p{
  margin: 0 auto;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  font-weight: 200;
}
.event_archive{
  background-color: #f1f1f1;
}
.event_archive h2{
  text-align: center;
}
.event_archive_inner{
  margin: 0 auto;
  border: solid 1px #000;
  background-color: #fff;
}
.event_archive_parts{
  margin: 0 auto;
  padding: 8px 0;
  border-bottom: dashed 1px #afafaf;
  font-size: 0.9em;
}
.event_archive_parts:last-child{
  border-bottom: none;
}
.event_archive_parts_inner{
  display: flex;
  justify-content: space-between;
}
.event_archive_parts_inner p a{
  display: block;
  background-color: #36b1cf;
  color: #fff;
  padding: 8px;
  border-radius: 4px;
  font-size: 0.8em;
}
.event_archive_parts_inner p a:hover{
  background-color: #6fb4c5;
  transition: 0.5s;
}
.event_archive_parts_inner p .tokyo{
  background-color: #555555;
  padding: 2px;
  font-size: 0.8em;
  color: #fff;
  border-radius: 4px;
}
.event_archive_parts_inner p .osaka{
  background-color: #ffff00;
  padding: 2px;
  font-size: 0.8em;
  color: #000;
  border-radius: 4px;
}
.event_archive_parts_inner p .fukuoka{
  background-color: #cc0000;
  padding: 2px;
  font-size: 0.8em;
  color: #fff;
  border-radius: 4px;
}
/* イベントアーカイブ追加 end */

.archive_txt span.area {
  background-color: #555555;
  border-radius: 5px;
  font-size: 0.9em;
  padding: 1px 5px;
  color: #fff;
  font-weight: normal;
  margin-left: 10px;
  display: inline;
}
.archive_txt span.osaka {
  background-color: #ffff00;
  color: #000;
}
.archive_txt span.fukuoka {
  background-color: #cc0000;
}

/* キャリアガイドブック start */
.guidebook_txt{
  display: flex;
  display: -webkit-flex;
  padding: 16px 0;
  border-bottom: solid 1px #e4e4e4;
}
.guidebook_txt h2{
  margin: 0 0 0 8px;
  line-height: 24px;
}
.guidebook_txt h2 a{
  font-size: 18px;
  font-weight: 500;
  color: #4584C1;
  vertical-align: top;
}
.guidebook_txt h2 a:hover{
  text-decoration: underline;
  transition: 0.5s;
}
.guide_txt p{
  margin: 8px 0 0 8px;
  font-size: 0.8em;
  color: #737373;
}
.guidebook_img{
  position: relative;
  margin-bottom: 8px;
}
.guidebook_img img{
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
.guidebook_img:hover .mask {
  opacity: 1;  /* マスクを表示する */
  cursor: pointer;
}
.caption_small{
  font-size: 130%;
  text-align: center;
  padding-top: 55px;
  color: #fff;
}
.guide_sidebar img{
  margin: 0 0 16px 0;
}
.guide_sidebar img:hover{
  transition: 0.5s;
  opacity: 0.6;
}
/* キャリアガイドブック end */

.onrei {
  position: absolute;
  left: 0;
  top: 0;
}

.overview_inner .athlete{
  background-color:#e29f4b;
  margin-top: 0!important;
}
/* ----------------------------- PCスマホ共通CSS end ---------------------------- */

/* contact form start */
.contact_form h2{
  margin: 0 0 40px 0;
  padding: 16px 0;
  background-color: #60bad8;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 1.1em;
}
.contact_form form{
  margin: 0 auto;
  margin-bottom: 160px;
}
.contact_form form p{
  display: flex;
  align-items: center;
}
.contact_form form label{
  display: inline-block;
  width: 250px!important;
}
.contact_form form label span{
  margin: 0 4px 0 0;
  padding: 4px;
  font-size: 0.8em;
  background-color: #ef6363;
  color: #fff;
  border-radius: 4px;
}
.contact_form form input{
  width: 100%;
  height: 40px;
  padding: 4px;
  box-sizing: border-box;
  font-size: 0.9em;
}
.contact_form form select{
  width: 20%;
  text-align: left;
  height: 30px;
}
.contact_form div{
  text-align: center;
  border: solid 1px #ef6262;
  margin: 16px;
  padding: 16px;
}
.contact_form div input{
  width: auto;
  height: auto;
}
.contact_form div p{
    display: initial
}
.contact_form form .send_button{
  position: absolute;
  left: 0;
  right: 0;
  width: 300px;
  margin: auto;
  border: none;
  background-color: #faee29;
  border-radius: 8px;
  border-bottom: solid 6px #c3b915;
}
.hashtag{
  margin-right: 10px;
  color: #1DA1F2;
  font-size: 90%;
}

@media print, screen and (min-width: 769px) {
	/* contact form start */
	.contact_form form{
	  width: 600px;
	}
	.contact_form form p{
	  margin: 16px;
	}
	.contact_form form .send_button{
	  margin-top: 40px;
	}
	.contact_form form .send_button:hover{
	  border: none;
	  margin-top: 42px;
	  transition: 0.2s;
	  cursor: pointer;
	}
	.contact_form form select{
	  margin-left: -78px;
	}
	/* contact form end */
}

@media screen and (max-width: 768px) {
	/* contact form start */
	.contact_form form{
	  width: 92%;
	}
	.contact_form form p{
	  margin: 16px 0;
	}
	.contact_form form .send_button{
	  margin-top: 16px;
	 -webkit-appearance: none;
	}
	.contact_form form label{
	  font-size: 0.8em;
	}
	.contact_form form select{
	  margin-left: -107px;
	}
	.contact_form form .select{
	  width: 40%;
	  margin-left: -107px;
	}
	/* contact form end */
}
/* contact form end */


/* ----------------------------- PC専用CSS start ----------------------------- */
@media print, screen and (min-width: 769px) {

  /* first view start */
  .top_bar_inner{
      width: 85%;
  }
  .scroll {
    margin-top: 6%;
  }
  .first_view{
      margin: 30vh 0 0 0;
  }
  video#backvideo {
      right: 0;
  }
  video.cz_backvideo{
    width: 100%!important;
  }
  /* first view end */

  /* overview area start */
  .overview_area_inner h2{
      margin: 8vh 0 0 0;
  }
  .overview_title{
      margin: 3vh 0 0 0;
  }
  /* overview area end */

  /* button area start */
  .button_title{
      margin: 8vh 0 0 0;
  }
  .main_button{
    display: flex;
    display:-webkit-flex;
    justify-content: center;
    margin: 100px 0 0 0;
  }
  .main_button a{
      width: 160px;
      height: 160px;
      margin: 0 0 24px 0;
      /*padding: 90px 60px;*/
      padding: 90px 80px;
      /*border-radius: 320px;*/
      line-height: 70px;
      border: 1px solid #000;
      color: #fff;
      cursor: pointer;
  }
  .bottom_button{
      width: 100%!important;
      height: 100%!important;
      margin: 30px 0 0 0!important;
      padding: 0!important;
      line-height: 0!important;
      border: none!important;
      color: #399cc1!important;
      cursor: pointer!important;
      display: block;
  }
  .bottom_button:hover{
      color: #8a8a8a!important;
      transition: 0.5s;
  }
  .overview_area_inner{
    width: 90%;
  }

  .button_area_inner{
    width: 90%;
    padding: 42px 0 120px 0;
  }
  .button_parts{
    flex: 1;
    width: 100%;
    margin: 0 80px 0 0;
  }
  .button_parts:last-child{
    margin-right: 0;
  }
  .button_parts p{
    margin: 80px 0 16px 0;
    font-size: 0.9em;
  }
  .main_button .circle01{
    /*background-image: url(./img/circle01.jpg);*/
    background-image: url(./img/square01.png);
    background-size: cover;
    background-position: -60px;
  }
  .main_button .circle02{
    /*background-image: url(./img/circle02.jpg);*/
    background-image: url(./img/square02.png);
    background-size: cover;
    background-position: -40px;
  }
  .main_button .circle03{
    /*background-image: url(./img/circle03.jpg);*/
    background-image: url(./img/square03.png);
    background-size: cover;
    background-position: -30px;
  }
  /* button area end */

  /* top main column start */
  section h1{
      margin: 80px 0;
  }
  .main_index{
      padding: 24px 0 0 0;
      margin-top: 30vh;
  }
  .main_content_wrapper{
    display: flex;
    display:-webkit-flex;
  }
  .main_index_inner{
      width: 90%;
  }
  .main_content_parts{
    flex: 1;
    background-color: #000;
  }
  .main_content_parts img{
    height: auto;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
  }
  .main_content_parts h2{
      position: relative;
      top: -50px;
      margin-bottom: -50px;
      color: #fff;
  }
  .main_content_parts h2{
      padding: 16px 8px;
  }
  .main_content_parts{
    margin: 0 16px 0 0;
  }
  .slick-track{
    margin: 0 0 16px 0;
  }
  /* top main column end */

  /* single start */
  .single_wrapper{
    margin: 40px 0;
  }
  .single_img{
    text-align: center;
  }
  .txt_wrap{
    display: flex;
    display:-webkit-flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .txt_wrap img{
    width: auto;
    height: auto;
    margin: 0 0 0 16px;
  }
  .single_thumbnail{
    margin: 0 16px 16px 0;
  }
  .single_thumbnail img{
    transition: 0.5s;
  }
  .single_thumbnail a{
  }
  .single_thumbnail p{
    margin: 0 4px;
  }
  .single_thumbnail:hover img{
      -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 20;
  }
  .single_thumbnail img:hover{
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 20;
  }
  /* single end */

  /* page : future start  */
  .main_pic_area{
    padding: 120px 0;
    background-size: 100%;
  }
  .course_inner{
    width: 1200px;
    padding: 80px 0 40px 0;
  }
  .course_detail{
    display: flex;
    display:-webkit-flex;
    margin: 0 0 40px 0;
  }
  .course_detail_txt p{
    margin: 0 0 8px 0;
  }
  .course_detail_img{
    width: 400px;
    height: 267px;
    margin: 0 24px 0 0;
  }
  .course_detail_txt h2{
      padding: 0 0 4px 0;
      margin: 0 0 16px 0;
  }
  video#sub_video {
      top: -600px;
  }
  /* page : future end  */

  /* page : present start  */
  .main_pic_area_pre{
    background-size: 100%;
  }
  /* page : present end  */

  /* page : past start  */
  .main_pic_area_pas{
    background-size: 100%;
  }
  video#sub_video_past {
      min-width: 100%;
      top: -10px;
  }
  /* page : past end  */

  /* archive start */

  .archive_inner{
      width: 1200px;
  }
  .archive_parts{
    display: flex;
    display:-webkit-flex;
    flex-wrap: wrap;
  }
  .archive_txt{
    width: 357px;
    margin: 0 16px 16px 0;
  }
  /* archive end */

  /* archive search start */
  .search_wrapper{
    display: flex;
    display:-webkit-flex;
    justify-content: center;
    align-items: center;
    margin: 32px 0;
    padding: 32px 0;
  }
  .search_wrapper form{
    margin-right: 40px;
  }
  .search_wrapper form:last-child{
    margin-right: 0;
  }
  .search_wrapper form input{
    width: 200px;
  }
  .search_wrapper form select{
    width: 200px;
  }
  .search_wrapper form .search_button{
    width: 60px;
  }
  /* archive search end */

  /* single start */
  .single_inner{
    width: 1200px;
  }
  .single_txt{
    margin: 0 40px;
  }
  .resev_button{
    width: 500px;
  }
  .single_txt ul{
    width: 600px;
  }
  .single_thumbnail:last-child{
    margin-right: 0;
  }
  .reserved_wrapper{
    width: 600px;
  }
  .thumbnail_area{
    justify-content: center;
  }
  .recommend{
    width: 600px;
    margin-bottom: 24px;
    padding: 0 0 16px 0;
  }
  /* single end */

  /* page-crazy start */
  .cz_overview_title p{
    margin-top: 32px;
    font-size: 1.0em;
    font-weight: 200;
  }
  /* page-crazy end */

  /* page-crazy profile start */
  .person_wrapper{
    display: flex;
  }
  .person_wrapper img{
    width: 400px;
    height: 100%;
  }
  .person_wrapper div{
    margin: 0 0 0 16px;
  }
  .person_wrapper div h3{
      border-bottom: solid 1px #c5c5c5;
      padding: 0 0 8px 0;
  }
  .person_wrapper div p{
    margin: 16px 0 0 0!important;
  }
  /* page-crazy profile end */

  /* single-guidebook start */
  .single_inner_guide{
    width: 780px;
    margin: 0 auto;
  }
  .single_inner_guide h1{
      margin: 80px 0 16px 0;
  }
  /* single-guidebook end */

  /* ぱんくずリスト start */
  .breadcrumb{
    margin-top: -40px;
  }
  .archive_breadcrumb{
    margin-top: -40px;
  }
  .breadcrumb ul{
    width: 85%;
  }
  .archive_breadcrumb ul{
    width: 85%;
  }
  /* ぱんくずリスト end */

  /* 404 start */
  .inner_404{
    width: 1200px;
  }
  .inner_404 p{
    line-height: 2.0em;
  }
  .error_button{
    width: 500px;
  }
  /* 404 end */


  /* footer start */
  .footer_area{
      width: 90%;
      padding: 40px 0;
  }
  /* footer end */

  /* 社長メシアーカイブ start */
  .syachomeshi_wrapper{
    margin-top: -40px;
  }
  .overview_wrapper a{
    padding: 24px 16px 0 0;
  }
  .overview_wrapper2 a{
    padding: 24px 16px 0 0;
  }
  .event_wrapper a{
    padding: 24px 16px 0 0;
  }
  .overview_inner{
    width: 1200px;
    padding-bottom: 50px;
  }
  .overview_step h2{
    padding: 80px 0;
  }
  .overview_inner h2{
    margin: 120px 0 32px 0;
    font-size: 4.0em;
  }
  .overview_inner p{
    font-size: 1.2em;
  }
  .overview_inner a{
    margin: 32px auto;
  }
  .overview_merit{
    padding-bottom: 120px;
  }
  .overview_merit h2{
    padding: 80px 0;
  }
  .merit_wrapper{
    width: 80%;
    display: flex;
  }
  .merit_wrapper .parts p{
    margin-top: 24px;
  }
  .merit_wrapper .parts h3{
    height: 48px;
  }
  .step_wrapper{
  display: flex;
  flex-wrap: wrap;
}
  .step_wrapper .parts{
    margin: 0 40px 0 0;
  }
  .overview_step{
    padding-bottom: 120px;
  }
  .other_report{
    display: flex;
  }
  /* 社長メシアーカイブ end */


  /* 社長メシレポート start */
  .report_wrapper{
    width: 800px;
  }
  .report_img_top{
    width: 800px;
    height: 400px;
  }
  .report_img_top:before{
    top: 27%;
  }
  .report_img_top a{
    font-size: 4.0em;
    top: 118px;
  }
  /* 社長メシレポート end */

  /* イベントアーカイブ追加 start */
  .event_wrapper{
    background-position: -600px;
  }
  .event_inner{
    width: 1200px;
    padding: 120px 0;
  }
  .event_inner p{
    margin: 0 0 32px 0;
    font-size: 4.0em;
  }
  .event_merit{
    padding-bottom: 120px;
  }
  .event_merit h2{
    padding: 80px 0;
  }
  .event_merit_wrapper{
    width: 80%;
    display: flex;
  }
  .event_merit_wrapper .parts h3{
    margin-bottom: 8px;
  }
  .event_merit_wrapper .parts p{
    margin-top: 24px;
  }
  .event_archive{
    padding-bottom: 120px;
  }
  .event_archive h2{
    padding: 80px 0 40px 0;
  }
  .event_archive_inner{
    width: 60%;
    padding: 16px 24px;
  }
  .event_archive_parts{
    box-sizing: border-box;
  }
  .event_archive_parts_inner{
    border-bottom: dashed 1px #afafaf;
  }
  .event_archive_parts_inner:last-child{
    border-bottom: none;
  }
  .event_archive_parts_inner p{
    min-width: 80px;
    padding: 16px 8px;
    text-align: center;
  }
  .event_archive_parts_inner p:nth-child(2){
    min-width: 30px;
    padding: 16px 0;
  }
  .event_archive_parts_inner .date{
    display: flex;
  }
  /* イベントアーカイブ追加 end */

  /* slick img start */
  .slick_inner{
    width: 100%;
    margin: 0 auto;
  }
  .slick_inner a img{
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    cursor: pointer;
  }
  .slick_inner a img:hover{
    opacity: 0.6;
    transition: 0.5s;
  }
  .slick_inner a:not(.slick-center) {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: 0.2s linear;
  }

  /* キャリアガイドブック start */
  .guidebook_wrapper{
    width: 100%;
    flex: 1;
    margin: 0 24px 0 0;
  }
  .guidebook_inner{
    display: flex;
    display:-webkit-flex;
    width: 970px;
    margin: 0 auto;
  }
  .guide_sidebar{
    width: 300px;
  }
  .guidebook_img{
    width: 200px;
  }
  .guidebook_img img{
    width: 200px;
  }
  /* キャリアガイドブック end */

/* アスリート start */
.athlete_inner .first{
  padding: 120px 0 0 0;
}
.athlete_shop div{
  width: 80%;
  display: flex;
}
.athlete_shop div p{
  flex: 1;
  margin: 0 40px 0 0;
}
.athlete_shop div p:last-child{
  margin-right: 0;
}
.athlete_amb div p{
  width: 70%;
}
.voice_content{
  display: flex;
  width: 70%;
}
.v_text{
  flex: 1;
  margin: 0 40px 0 0;
}
.voice_content p{
  flex: 1;
}
.athlete_amb{
  margin: 80px 0;
}
.athlete_amb h2{
  padding: 0 0 80px 0;
}
.v_text h3{
    margin: 16px 0;
}
.v_other_t{
  width: 70%;
  margin-bottom: 80px;
}
/* アスリート end */

.top_menu_pc{
  display: flex;
  justify-content: space-between;
  margin: 0 100px ;
  background-color: #fff;
}
.top_menu_pc li{
  display: inline-block;
  width: 100%;
  border-right: dashed 1px #60BAD8;
  padding: 0 0 0 0;
}
.top_menu_pc li:last-child{
  border-right: none;
}
.top_menu_pc li a{
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #60BAD8;
  font-size: 0.9em;
  line-height: 1.2em;
}
.top_menu_pc li a img{
  width: 12%;
  vertical-align: middle;
}
.top_menu_pc li a span{
  margin-left: 8px;
}

/*消さない*/}/*消さない*/

/* -------------------------------------------- PC専用CSS end ----------------------------- */


/* -------------------------- スマホ・タブレット専用CSS start -------------------------- */
@media screen and (max-width: 768px) {

  /* first view start */
  .top_bar{
      position: fixed;
      top: 0px;
      left: 0px;
      width: 100%;
      z-index: 999;
  }
  .top_bar_inner{
      width: 92%;
  }
  .top_bar_inner .left{
    font-size: 1.2em;
  }
  .top_bar_inner .left img{
    margin: 4px 0 0 0;
  }
  .top_bar_inner .right{
    margin: 3px 0 0 0;
  }
  .video_wrapper{
      width: 92%;
      margin: 0 auto;
   }
   video#backvideo{
    top:-200px;
    right: -800px;
   }
   .first_view{
      margin: 25vh 0 0 0;
  }
  .scroll {
    margin-top: 8vh;
  }
  /* first view end */

  /* overview area start */
  .overview_area_inner h2{
    margin: 0 0 16px 0;
  }
  .overview_title{
    font-size: 1.0em!important;
  }
  .overview_area_inner{
    width: 92%;
    margin: 0 auto;
  }
  /* overview area end */


  /* button area start */
  .button_title{
    font-weight: 700;
  }
  .button_area_inner{
    width: 92%;
    margin: 0 auto;
    padding: 42px 0 40px 0;
  }
  .button_parts{
    display: flex;
    display:-webkit-flex;
    justify-content: space-between;
    -webkit-align-items: center;
    margin: 0 0 32px 0;
    padding: 0 0 32px 0;
    border-bottom: 1px solid #cacaca;
  }
  .button_parts p{
      width: 80%;
      font-size: 0.9em;
      text-align: left;
  }
  .main_button{
      margin: 40px 0 0 0;
  }
  .main_button a{
      width: 120px;
      height: 90px;
      margin: 0 16px 0 0;
      padding: 8px;
      /*border-radius: 120px;*/
      line-height: 90px;
      border: 1px solid #000;
      color: #fff;
      font-size: 0.8em;
      font-weight: 700;
      cursor: pointer;
  }
  .bottom_button{
      width: 100%!important;
      margin: 16px 0 0 0!important;
      height: 100%!important;
      padding: 0!important;
      line-height: 0!important;
      border: none!important;
      color: #399cc1!important;
      cursor: pointer;
      display: block;
      text-align: right;

  }
  .main_button .circle01{
    /*background-image: url(./img/circle01.jpg);*/
    background-image: url(./img/sp_square01.png);
    background-size: cover;
  }
  .main_button .circle02{
    /*background-image: url(./img/circle02.jpg);*/
    background-image: url(./img/sp_square02.png);
    background-size: cover;
  }
  .main_button .circle03{
    /*background-image: url(./img/circle03.jpg);*/
    background-image: url(./img/sp_square03.png);
    background-size: cover;
  }
  /* top main column start */
  section h1{
      margin-bottom: 40px;
  }
  .main_index_inner{
      width: 90%;
      padding: 32px 0 24px 0;
      margin-top: 15vh;
  }
  .main_content_parts img{
    width: 100%;
    height: auto;
    z-index: -10;
    vertical-align: bottom;
  }
  .main_content_parts h2{
      position: relative;
      top: -20px;
      padding: 8px;
  }
  .main_content_parts{
    margin: 0 4px;
  }
  /* top main column end */

  /* page : future start  */
  .main_pic_area{
    padding: 120px 0 13vh 0;
    background-position: center;
    background-color: #000;
    z-index: -10!important;
    position: relative;
  }
  .main_txt_area{
    width: 92%;
    margin: 0 auto;
  }
  .main_pic_area p{
    font-size: 0.6em;
  }
  .course_inner{
    width: 92%;
    margin: 0 auto;
  }
  .course_detail{
    margin:0 0 40px 0;
  }
  .course_detail img{
      width: 100%;
  }
  .course_detail_txt h2 {
      margin: 8px 0 16px 0;
      font-size: 1.2em;
  }
  .course_detail_txt p{
    margin-bottom: 16px;
    font-size: 0.9em;
  }
  video#sub_video {
      top: -700px;
      left: -100px;
      opacity: 0.5;
  }
  .main_pic_area:before{
    z-index: -999;
  }
  /* page : future end  */

  /* page : present start  */
  .main_pic_area_pre{
    background-position: center;
  }
  video#sub_video_present{
    left: -200px;
    opacity: 0.5;
    overflow: hidden;
  }
  /* page: present end; */

  /* page : past start  */
  .main_pic_area_pas{
    background-position: center;
  }
  video#sub_video_past{
    top: -50px;
    left: -30px;
    opacity: 0.3;
    width: 120%;
  }
  video.cz_backvideo{
    top: -200px!important;
    left: -600px!important;
    width: 370%!important;
  }
  /* page : past end  */

  /* archive start */
  .archive_inner{
    width: 92%;
    padding-top: 40px;
  }
  .archive_inner h1{
    margin: 0 0 40px 0;
  }
  .archive_txt{
    margin: 0 0 16px 0;
  }
  /* archive end */

  /* archive search start */
  .search_wrapper{
    margin: 14px 0;
    padding: 14px 8px;
  }
  .search_wrapper form{
    margin-bottom: 8px;
  }
  .search_wrapper form span{
    display: block;
  }
  .search_wrapper form input{
    width: 70%;
  }
  .search_wrapper form select{
    width: 74%;
  }
  .search_wrapper form .search_button{
    width: 20%;
    background-color: #e29f4b;
  }
  .search_wrapper form input[type="submit"] {
    -webkit-appearance: none;
  }
  /* archive search end */

  /* single start */
  .single_inner{
    width: 92%;
  }
  .single_img img{
    width: 100%;
    height: auto;
  }
  .single_inner h1{
    margin-top: 40px;
  }
  .single_inner h2{
    font-size: 1.2em;
    margin-top: 0px;
    padding-top: 50px;
  }
  .resev_button{
    width: 92%;
  }
  .txt_wrap img{
    width: 100%;
    height: auto;
    margin: 16px 0 0 0;
  }
  .thumbnail_area{
    display: flex;
    display:-webkit-flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .single_thumbnail{
    margin: 0 8px 16px 0;
    width: 33.33333%;
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3.2);
    box-sizing: border-box;
  }
  .single_thumbnail:nth-child(3n){
    margin-right: 0;
  }
  .single_thumbnail:last-child{
    margin-right: 0;
  }
  .single_thumbnail p{
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform : translate(-50%,-50%);
    transform : translate(-50%,-50%);
    margin: 0!important;
    width: 96%;
    padding: 0 2%;
    line-height: 1.2em;
    text-align: left;
  }
  .single_thumbnail p a{
    font-size: 0.9em;
  }
  .single_thumbnail img{
    width: 100%;
    height: 100%;
  }
  .reserved_wrapper p{
    font-size: 0.9em;
  }
  .recommend{
    margin-bottom: 16px;
    padding: 0 0 8px 0;
  }
  .recommend h2{
    margin: -97px 0 4px 0!important;
    padding-top: 107px!important;
    font-size: 1.0em!important;
  }
  /* single end */

  /* page-crazy start */
  .cz_1nd_main_index_inner{
    padding: 80px 0 24px 0!important;
  }
  .cz_2nd_main_index_inner{
    margin-top: 0!important;
  }
  .cz_overview_title p{
    font-size: 0.9em;
    font-weight: 200;
    margin-top: 24px;
    text-align: left;
  }
  /* page-crazy end */

  /* page-crazy profile start */
  .person_wrapper div h3{
    margin: 16px 0;
  }
  .person_wrapper img{
    width: 100%;
    height: 100%;
  }
  .person_wrapper div p{
    margin: 0!important;
    font-size: 0.9em;
    line-height: 2.3em;
  }
  /* page-crazy profile end */


  /* ぱんくずリスト start */
  .breadcrumb{
    padding-top: 54px;
  }
  .archive_breadcrumb{
    margin-top: 55px;
  }
  .breadcrumb ul{
    width: 92%;
    flex-wrap: wrap;
  }
  .archive_breadcrumb ul{
    width: 92%;
    flex-wrap: wrap;
  }
  /* ぱんくずリスト end */

  /* 404 start */
  .inner_404{
    width: 92%;
  }
  .inner_404 h1{
    margin-top: 80px;
  }
  .inner_404 p{
    text-align: left;
    line-height: 1.8em;
  }
  .error_button{
    width: 92%;
  }
  /* 404 end */

  /* fotter start */
  .footer_area{
      padding: 40px 0 80px 0;
  }
  .standard-button{
    display: block;
    width: 110px;
    padding: 8px;
    background-color: #00b900;
    color: #fff;
    border-radius: 4px;
    text-align: center;
  }
  #line_button{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 8px;
    background-color: #f5f5f5;
    color: #00b900;
    border-top: solid 2px;
    position: fixed;
    box-sizing: border-box;
    z-index: 999;
  }
  #line_button p{
    line-height: 1.2em;
    font-size: 0.9em;
  }
  #app_button{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 8px;
    background-color: #f5f5f5;
    color: #36b1cf;
    border-top: solid 2px;
    position: fixed;
    box-sizing: border-box;
    z-index: 999;
  }
  #app_button p{
    line-height: 1.2em;
    font-size: 0.9em;
  }
  #app_button img{
    float:left;
    margin-right: 10px;
  }
  /* fotter end */

  /* single-guidebook start */
  .single_inner_guide{
    width: 92%;
    margin: 0 auto;
  }
  .breadcrumb_guide{
    padding-top: 55px;
  }
  .single_inner_guide h1{
      margin: 24px 0;
  }
  /* single-guidebook end */

  /* 社長メシレポート start */
  .report_img_top{
    height: 180px;
  }
  .report_img_top:before{
    top: 30%;
  }
  .report_img_top a{
    font-size: 1.5em;
    top: 63px;
  }
  /* 社長メシレポート end */

  /* 社長メシアーカイブ start */
  .syachomeshi_wrapper{
    display: flex;
    flex-direction: column;
    text-align: left!important;
  }
  .syachomeshi_wrapper a{
    margin-bottom: -12px;
    text-align: center;
    font-size: 0.8em;
  }
  .overview_wrapper {
    background-size: 180%;
    padding-bottom: 10px;
    background-position: -120px;
  }
  .overview_wrapper a{
    padding: 8px 8px 0 0;
    font-size: 0.8em;
  }
  .overview_wrapper2 {
    background-size: 180%;
    padding-bottom: 20px;
    background-position: -120px;
  }
  .overview_wrapper2 a{
    padding: 8px 8px 0 0;
    font-size: 0.8em;
  }
  .event_wrapper a{
    padding: 8px 8px 0 0;
    font-size: 0.8em;
  }
  .overview_inner h2{
    margin: 20px 0 40px 0;
    font-size: 2.0em;
  }
  .overview_inner a{
    margin: 32px auto 16px auto;
  }
  .overview_merit{
    padding-bottom: 80px;
  }
  .overview_merit h2{
    padding: 40px 0;
  }
  .merit_wrapper{
    width: 90%;
  }
  .merit_wrapper .parts{
    margin-bottom: 32px;
  }
  .merit_wrapper .parts:last-child{
    margin-bottom: 0px;
  }
  .step_wrapper .parts{
    padding: 0 24px 0 0;
    box-sizing: border-box;
  }
  .step_wrapper .parts:nth-child(even){
    padding-right: 0;
  }
  .step_wrapper .parts:last-child{
    padding-right: 0;
  }
  .step_inner{
    display: flex;
    margin-bottom: 24px;
  }
   .step_inner:last-child{
    margin-bottom: 0;
  }
  .overview_step h2{
    padding: 40px 0;
  }
  .overview_step{
    padding-bottom: 80px;
  }
  /* 社長メシアーカイブ end */

  /* イベントアーカイブ追加 start */
  .event_wrapper{
    background-position: -1000px -700px;
  }
  .event_inner{
    padding: 80px 0;
  }
  .event_merit{
    margin-bottom: 40px;
  }
  .event_merit h2{
    padding: 40px 0;
  }
  .event_merit_wrapper{
    width: 90%;
    margin: 0 auto;
  }
  .event_merit_wrapper .parts{
    margin-bottom: 32px;
  }
  .event_merit_wrapper .parts h4{
    margin: 4px 0;
  }
  .event_archive{
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .event_archive h2{
    padding: 40px 0;
  }
  .event_archive_parts{
    padding: 8px;
  }
  .event_archive_parts_inner{
    padding: 8px 0;
    justify-content: space-between;
    border-bottom: dashed 1px #afafaf;
  }
  .event_archive_parts_inner:last-child{
    border-bottom: none;
  }
  .event_archive_parts_inner p{
    min-width: 70px;
  }
  .event_archive_parts_inner p:nth-child(2){
    min-width: 30px;
  }
  .event_archive_parts_inner p:nth-child(3){
    min-width: 120px;
  }
  .event_archive_parts_inner p:last-child{
    width: 100px;
  }
  /* イベントアーカイブ追加 end */

  .slick_main{
    margin: 80px 0 0 0;
    padding: 16px 0 0 0;
    background-color: #fff;
  }
  .slick_inner a img{
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
  }

  /* キャリアガイドブック start */
  .guidebook_h1{
    margin-top: 40px;
  }
  .guidebook_wrapper{
    width: 92%;
    margin: 0 auto;
  }
  .guidebook_img{
    width: 100px;
  }
  .guidebook_img img{
    width: 100px;
  }
  /* キャリアガイドブック end */

  /* アスリート start */
.athlete_inner .first{
  padding: 80px 0 0 0;
}
.athlete_inner p{
  width: 90%;
  margin: 0 auto;
}
.athlete_shop div{
  width: 90%;
}
.athlete_shop div p{
  margin: 0 0 16px 0;
}
.athlete_shop div p:last-child{
  margin-bottom: 0;
}
.athlete_amb div p{
  width: 90%;
}
.voice_content{
  width: 90%;
  text-align: center;
}
.athlete_amb{
  margin: 40px 0;
}
.athlete_amb h2{
  padding: 0 0 40px 0;
}
.v_text h3{
    margin: 0 0 16px 0;
}
.v_text p{
  margin: 0 0 16px 0;
}
.v_other_t{
  width: 90%;
  margin-bottom: 40px;
}
/* アスリート end */

/* top_menu start */

.archive_wrapper{
  margin: 0 0 40px 0;
}
.top_menu_pc{
  display: none;
}
.top_menu{
  display: flex;
  justify-content: space-between;
  margin: 54px 0 -55px 0 ;
  background-color: #fff;
}
.top_menu li{
  display: inline-block;
  width: 100%;
  border-right: dashed 1px #60BAD8;
  padding: 0 0 8px 0;
}
.top_menu li:last-child{
  border-right: none;
}
.top_menu li a{
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #60BAD8;
  font-size: 0.9em;
  line-height: 1.2em;
}
.top_menu li a img{
  width: 30%;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* top_menu end */

  /*消さない*/}/*消さない*/

/* -------------------------- スマホ・タブレット専用CSS end -------------------------- */
