
@media screen and (max-width: 1401px) {


}

@media screen and (max-width: 1201px) {


/* -------------------------------------
　common
------------------------------------- */

img{
    max-width:100%;
}

.wrap {
    width: 95%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.more_btn {
    text-align: -webkit-center;
}

.scroll {
    text-align: center;
    margin: 10px 0 30px;
    z-index: 9;
}
.scroll a{
    display: block;

}

.contents_title {
    margin: 20px 0;
}

/* -------------------------------------
　header
------------------------------------- */

header .wrap {
    width: 95%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

header .header_menu li {
    padding: 0 15px;
}

.breadcrumb {
    width:95%;

}

/* -------------------------------------
　index
------------------------------------- */

.mainvisual .wrap {
    width: 100%;
}

.mainvisual_title {
    position: absolute;
    padding: 40px 20px 20px 20px;
    background: rgba(255, 255, 255, 0.8);
    top: 150px;
    width: 350px;
    color: #323232;
}

.mainvisual_title p {
    font-size: 14px;
    padding: 20px 0;
    width: 95%;
    margin: 0 auto;
    line-height: 2;
}

/* -------------------------------------
　company
------------------------------------- */

.company_contents .wrap {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
}

.company_contents .management_text {
    width: 100%;
    margin: 30px auto;
    font-size: 14px;
    line-height: 2;
}

.president_message {
    width: 90%;
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.president_message_photo {
    width: 100%;
}

.president_message_text {
    width: 100%;
}



.company_link {
    background:#f7f8f8;
}

.company_link_inner li {
    width:100%;
    margin-bottom: 10px;
    margin-right:0;
}

.company_link_inner li a,
.company_link_inner li a:hover{
    width:100%;
}


/* -------------------------------------
　safety
------------------------------------- */
.page_safety_contents .wrap {
    width: 95%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.safety_footer .wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}


}

@media screen and (max-width: 750px) {

/* --PC/SP 表示切り替え-- */

.pc_mode{display:none;}
.sp_mode{display:block;}

.breadcrumb{
    font-size: 1.2rem;
    padding: 12px 0;
    box-sizing: border-box;
}
.breadcrumb ul{
	width:auto;
}

/* ----- pagetop ----- */

#page-top {
    position: relative;
    bottom: 0;
    right: 0;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    display: block;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

#page-top a span:before {
    font-family: "Font Awesome 5 Free";
    content: '\f106';
    font-weight: 900;
    margin: 0 5px 0 0;
}

/* -------------------------------------
　common
------------------------------------- */

.wrap {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.scroll {
    margin: 85px 0 30px; /*8px⇒130pxから変更*/
}


.more_btn {
    text-align: -webkit-center;
}

.contents_title h3 {
    text-align: center;
    font-size: 20px;
}

/* -------------------------------------
　header
------------------------------------- */

header .wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.header .header_menu{
	font-size: 3.73vw;
	float:none;
}

.header .header_menu {
	padding: 0% 6% 0 6%;
}

header .header_menu li {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #CCC;
}

header h1 {
    padding-left: 10px;
}

.header .header_menu li:first-child{
	color: #d87718;
	font-size: 1.7rem;
}

.header .active a{
	color: #d87717;
}

.header_inner {
    padding-top: 13px;
    box-sizing: border-box;
    height: 45px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.header_menu_btn{
	padding: 0% 6% 0 6%;
	top:0;
	background:none;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbab00', endColorstr='#f08000', GradientType=1 );
	width: auto;
    border: 0;
    padding: 0;
    margin: 0;
}

.header_menu_btn .btn-text{
	color: #000;
	font-size: 3.73vw;
	letter-spacing: auto;
	font-weight: 500;
	margin:0;
}

.drawer-hamburger {
    background: #f28c00;
    padding: 19px 16px 23px 13px;
    position: absolute;
    top: 0;
    margin: 0;
}

.drawer-hamburger-icon, .drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
    width: 63px;
    height: 6px;
    -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    background-color: #ffffff;
}

.drawer-hamburger-icon, .drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
    width: 35px;
    height: 3px;
    right: 0;
    display: block;
}

.drawer-navbar-header {
    display: block;
    position: absolute;
    top: 0;
}

.drawer-hamburger:hover {
    cursor: pointer;
    background: #f28c00;
}

.drawer-nav .header_menu {
    margin-top: 52px;
    font-size: 1.3rem;
    float: right;
}

header .header_menu li{
    border-left:0;
}

.header_inner h1 {
    float: left;
    width: 100%;
}

.drawer-nav li a {
    padding: 15px 10px;
    display: block;
}

.header_sub_menu{
    display: none;
}

.drawer-nav .header_sub_menu li a {
    font-size: 12px;
    padding: 15px 10px 15px 20px;
    background: #f7f7f7;
    border-left: 3px solid #ffc567;
}

.drawer-nav .header_sub_menu li:last-child{
    border-bottom:0;
}

.drawer-nav .header_menu {
    border-top: 1px solid #CCC;
}
.nav_active{
    display: block;
    position:static;
    opacity:1;
    width:100%;
    padding:0;
}


/* -------------------------------------
　index
------------------------------------- */



.mainvisual {
    height: 800px;
}

.mainvisual .wrap {
    width: 100%;
    height: 800px;
}

.mainvisual_image img {
    width: 100%;
    border-bottom:5px solid #f08100;
}

.mainvisual_image {
    position: relative;
    height: 550px;
}

.contents_title p {
    padding: 0 0 10px;
    font-size: 16px;
}

.mainvisual_title {
    position: relative;
    padding-top: 300px;
    left: 0;
    right: 0;
    top: -300px;
    width: 80%;
    margin: 0 auto;
    color: #323232;
    background: inherit;
}

.contents_title h3:after {
    content: "";
    background: #f08200;
    padding: 2px;
    width: 30px;
    display: block;
    margin: 0 auto;
}

.index_news,
.index_topics {
    padding: 10px 0 40px;
}

.index_news .contents_title p,
.index_topics .contents_title p {
    padding: 10px 0;
    font-size: 16px;
}

.index_news .contents_title,
.index_topics .contents_title {
    margin: 30px auto 0;
    width: 65%;
}

.index_news dt, .index_topics dt {
    width: 100%;
    padding: 35px 0 10px;
    border-bottom: 0;
}

.index_news dd, .index_topics dd {
    width: 100%;
    padding: 0 0 35px;
    border-bottom: 1px solid #CCC;
}

.index_recruit .contents_title h3 {
    text-align: center;
    margin: 0 auto 30px;
    width: 60%;
}

.index_recruit p {
    width: 90%;
}

.index_link {
    padding: 50px 0;
}

.index_link ul {
    width: 80%;
    margin: 0 auto;
}

.index_link li {
    /*width: 100%;*/
    /*margin: 0 auto 20px;*/
}

.index_link_inner {
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

.index_more_btn {
    text-align: center;
}

.index_recruit {
    padding: 60px 0;
    background: url(../images/top/recruit_bg_sp.jpg) no-repeat center;
    background-size: cover;
}

.index_recruit .contents_title h3:after {
    display: none;
}

.index_recruit .more_btn a {
    font-size: 14px;
}

/* -------------------------------------
　company
------------------------------------- */

.company_contents .wrap {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}



.president_message {
    width: 97%;
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.president_message .president_message_name p {
    margin-bottom:0;
    padding:0;
}

.president_message_text {
    width: 100%;
    padding: 30px 0 0;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.president_message_text li{
    width: 100%;
    line-height: 2;
}

.president_message_name {
    margin: 80px auto 0;
}

.president_message .president_message_text p{
    font-size:14px;
    line-height: 2.3;
    margin-bottom:0;
}

.company_link_inner {
    width: 95%;
    margin: 0 auto;
    padding-bottom: 30px;
}

.company_link .wrap {
    width: 100%;
    box-sizing: border-box;
}

/* -------------------------------------
　safety
------------------------------------- */

.page_safety_contents table th,
.page_safety_contents table td {
    width: 100%;
    display: block;
    box-sizing: border-box;
}

.safety_footer .wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.safety_footer ul {
    justify-content: right;
}

.safety_footer ul li {
    border-right: 0;
    width: 100%;
}

.safety_footer ul li a{
    display:block;
    padding:5px 10px 10px;
    border-bottom: 1px dotted #9e9e9e;
}

.safety_footer ul li:last-child a{
    border-bottom:0;
}

/* -------------------------------------
　access
------------------------------------- */

.access_contents .wrap {
    width: 95%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.access_map .wrap {
    width:95%;
    margin: 40px auto;
    padding: 0;
    text-align: center;
    position: relative;
}

.access_contents table th, .access_contents table td {
    width: 100%;
    display: block;
    box-sizing: border-box;
}

.map_btn {
    background-color: #FFF;
    color: #323232;
    border: 2px solid #323232;
    padding: 0 10px;
    width: 100%;
    margin: 0 auto;
}

/* -------------------------------------
　kk
------------------------------------- */



.kk_contents table th,
.kk_contents table td {
    width: 100%;
    display: block;
    box-sizing: border-box;
}

.kk_pdf {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 12px;
}


/* -------------------------------------
　category
------------------------------------- */

.category_contents {
    width: 100%;
}

.category_contents .side_menu {
    width: 100%;
}

.category_contents .main_contents {
    width: 90%;
    margin: auto;
}

.footer_list01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.footer_list01 li {
    width: 33%;
    text-align: center;
}
.footer_list01 .footer_list_news {
    width: 45%;
}

.footer_list01 li a{
    display: block;
    padding: 5px;
}

.footer_nav ul a.page-numbers {
    display: block;
    padding: 10px 15px;
    background: #f7f8f8;
    color:#848484;
}

.footer_nav ul span.page-numbers {
    display: block;
    padding: 10px 15px;
    background: #323232;
    color:#FFF;
}

.footer_nav ul span.dots {
    background: #f7f8f8;
    color:#848484;
}

.side_menu>ul {
    width: 90%;
    margin: 0 auto 40px;
}

.side_menu_dropdown{
    margin: 10px auto;
}

/* -------------------------------------
　safety
------------------------------------- */

.page_safety_contents {
    margin: 30px auto;
    font-size: 14px;
}

.page_safety_contents h4 {
    font-size: 18px;
    margin: 40px auto;
    text-align: center;
}

.privacy_contents .privacy_link li a {
    display: block;
    height: 43px;
    border: 2px solid #323232;
    text-align: left;
    padding: 10px 20px 5px 10px;
    color: #323232;
    font-size: 13px;
    position: relative;
    vertical-align: middle;
    line-height: 1.7;
}

.privacy_contents .privacy_link li a:after {
    content: "▶︎";
    color: #323232;
    position: absolute;
    right: 7px;
    top: 30%;
    font-size: 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.list_num_01 {
    margin: 10px 0 0 10px;
}

/* -------------------------------------
　privacy
------------------------------------- */

.privacy_contents h3 {
    font-size: 14px;
    border-left: 4px solid #fd8300;
    padding-left: 10px;
    margin:40px auto 20px;
}

.privacy_link li {
    width: 49%;
    margin-bottom: 15px;
}

.privacy_contents ol.list_num_01 li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 5px;
    line-height: 1.7;
}

.privacy_contents ol.list_num_inner_alp>li,
.privacy_contents ol.list_num_inner_num>li{
    position: relative;
    padding-left:0;
}

.privacy_contents ol.list_num_inner_alp>span {
    position: absolute;
    left: -16px;
    top: 0;
    font-weight: bold;
}

.privacy_contents ol.list_num_inner_alp li>span {
    position: absolute;
    left: -16px;
    top: 0;
    font-weight: bold;
}

.privacy_contents ol.list_num_inner_num li span {
    position: absolute;
    left: -30px;
    top: 0;
    font-weight: bold;
}

.privacy_contents ol.list_num_inner_num li ol.list_num_inner_num span {
    position: absolute;
    left: -16px;
    top: 0;
    font-weight: bold;
}

/* -------------------------------------
　safetytop
------------------------------------- */

.safetytop_contents .wrap {
    width: 100%;
    margin: 0 auto;
}


.safetytop_contents .wrap .contents_title p {
    font-size: 18px;
    margin: 40px 0 0;
}

.safetytop_article {
    width: 95%;
    border: 2px solid #CCC;
    margin: 20px auto;
    box-sizing: border-box;
    text-align: center;
}

.service01 .service_text,
.service02 .service_text {
    width: 100%;
}

.service01 .sp_flex_reverse,
.service02 .sp_flex_reverse{
    flex-wrap: wrap-reverse;
}

.service_about {
    background: url(../images/service/service_bg.png) no-repeat center center;
    background-size: cover;
    padding: 40px 0 20px;
}

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

.service_about .service_nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 250px;
    margin: 40px auto 0;
}

.service_about .service_nav li {
    margin-bottom: 10px;
}


.service_about .service_nav a {
    font-size: 14px;
}

.service_btn_area {
    text-align: right;
}

.service01 .wrap .contents_title h3,
.service02 .wrap .contents_title h3 {
    text-align: center;
    font-size: 20px;
    padding-bottom: 20px;
    margin-top: 40px;
}

.service01 .wrap .contents_title h3:after,
.service02 .wrap .contents_title h3:after {
    content: "";
    background: #f08200;
    padding: 2px;
    width: 30px;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 10px;
}

.service01 .wrap .contents_title p,
.service02 .wrap .contents_title p {
    margin: 20px auto;
    font-size: 14px;
    line-height: 2;
    width: 90%;
}

.service01 .service_text h4 {
    font-size: 18px;
    margin: 20px auto 40px;
    position: relative;
    text-align: center;
}

.service01 .service_text h4:after {
    content: "";
    background: #f08200;
    padding: 2px;
    width: 30px;
    text-align: left;
    display: block;
    margin: 20px auto;
    position: absolute;
    left: 0px;
    right: 0;
    bottom: -40px;
}

.service02 .service_article {
    width: 100%;
}

/* -------------------------------------
　outline
------------------------------------- */

.outline_contents .contents_title h3:after {
    margin: 0 auto 40px;
}

.outline_contents th,
.outline_contents td {
    width: 100%;
    box-sizing: border-box;
    display: block;
}

.outline_contents dt {
    width: 40%;
    box-sizing: border-box;
    padding: 10px 0;
}

.outline_contents dd {
    width: 60%;
    box-sizing: border-box;
    padding: 10px;
}

.outline_contents .wrap {
    width: 95%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.group_outline_logo {
    width: 100%;
    padding: 20px;
    margin: 20px auto 40px;
    border: 0;
    position: relative;
}

.group_outline_text {
    width: 100%;
}


/* -------------------------------------
　history
------------------------------------- */

.history_contents .wrap {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

/* -------------------------------------
　inquiry
------------------------------------- */

.inquiry_contents .wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.inquiry_contents .contents_title p {
    line-height: 1;
    padding-bottom: 5px;
}

.contents_title p {
    padding: 0 0 10px;
    font-size: 20px;
}

.contact_contents>div {
    width: 95%;
    margin: 10px auto 40px;
}

.contents_title h3:after {
    margin: 20px auto;
}

.contact_btn a {
    width: 90%;
    border: 3px solid #323232;
    font-weight: bolder;
    letter-spacing: 1px;
    line-height: 50px;
    margin: 0 auto;
}

/* -------------------------------------
　footer
------------------------------------- */

.footer_list02 li{
    width: 100%;
    text-align: center;
    margin-bottom:5px;
}

/* -------------------------------------
　esports
------------------------------------- */

.esports_about {
  padding: 115px 0;
  background: url(../images/esports/title_esports_sp.png) no-repeat center;
  background-size: cover;
}

.esports_sponsor p {
  max-width: 325px;
  padding: 50px 10px;
}


.box19 {
  position: relative;
  padding: 1em 1em;
  max-width: 600px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.4rem;
}

.sponsor_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
  padding-bottom: 20px;
}

.sponsor_menu img{
  width: 100%;
  max-width: 230px;
  padding: 10px;
}

.cam_twi p{
  width: 100%;
  margin: 30px 0 30px 0;
  font-size: 1.4rem;
}



.cam_tweet {
  width: 100%;
}

}


@media screen and (max-width: 768px) {

  .contact_btn2 a{
    max-width: 470px;
    width: 100%;
  }

  .inquiry_contents .wrap {
    width: 95%;
  }

  .contact_contents {
    width: 100%;
  }


  .contact_contents>div {
  /*  width: 95%;  */
    margin: 10px auto 40px;
}

  .contact01 {
      width: 100%;
      border: 1px solid #CCC;
      padding: 10px 20px 40px;
      box-sizing: border-box;
      position: relative;
      max-width: 470px;
  }

  .contact01 p {
      line-height: 2;
      padding: 0px 0px;
      min-height: 122px;
  }

  .contact01 a{
      font-size: 92%;
  }

  .contact03 p {
      line-height: 2;
      padding-bottom: 10px;
      padding: 0px 10px 0 0;
      min-height: 160px;
  }

  /* -------------------------------------
  　newsrelease
  ------------------------------------- */
  .wrap.newsrelease{
    width:90%;
    padding-bottom:60px;
  }

  .newsrelease .main_contents#newsList{
    grid-template-columns:repeat(1, 1fr);
    row-gap:30px;
  }

  .newsrelease .entry{
    width:100%;
    font-size:87.5%;
  }

  .newsrelease .entryHeader{
    margin:20px 0 30px;
  }

  .newsrelease .entry h1{
    text-align:left;
    margin-left:auto;
    margin-right:auto;
  }

  .newsrelease .entry .wp-block-image{
    margin:3em 0;
  }

  .newsrelease .entry .wp-block-media-text{
    margin:3em 0;
    row-gap:3em;
  }

  .newsrelease .entry .wp-block-media-text .wp-block-media-text__content,
  .newsrelease .entry .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{
    padding:0;
  }

  .newsrelease .entryPager{
    margin:3em auto;
    width:90%;
  }

}


@media screen and (max-width: 600px) {

.mainvisual,
.mainvisual .wrap {
    height: 700px;
}



.mainvisual_title {
    position: relative;
    padding-top: 300px;
    left: 0;
    right: 0;
    top: -400px;
    width: 80%;
    margin: 0 auto;
    color: #323232;
    background: inherit;
}


}

@media screen and (max-width: 500px) {

.mainvisual,
.mainvisual .wrap {
    height: 650px;
}

.mainvisual_title {
    position: relative;
    padding-top: 300px;
    left: 0;
    right: 0;
    top: -450px;
    width: 80%;
    margin: 0 auto;
    color: #323232;
    background: inherit;
}


}

@media screen and (max-width: 420px) {

.mainvisual,
.mainvisual .wrap {
    height: 570px;
}

.mainvisual_title {
    position: relative;
    padding-top: 330px;
    left: 0;
    right: 0;
    top: -320px;
    width: 80%;
    margin: 0 auto;
    color: #323232;
    background: inherit;
}

.mainvisual_image {
    position: relative;
    height: 320px;
}

.drawer-hamburger {
    background: #f28c00;
    padding: 24px 23px 25px 13px;
    position: absolute;
    top: -5px;
    margin: 0;
}

}

@media screen and (max-width: 376px) {

.mainvisual, .mainvisual .wrap {
    height: 550px;
}

.mainvisual_title {
    padding-top: 300px;
    top: -320px;
}

}

@media screen and (max-width: 321px) {

.sp350_mode{display:block;}

.mainvisual_title {
    padding-top: 250px;
    top: -320px;
}

.inquiry_contents .contact_contents p {
    line-height: 2;
    padding-bottom: 10px;
    min-height: 100px;
}

.contact_btn {
    text-align: center;
    margin: 10px auto;
    position: relative;
    bottom: 20px;
    right: 0;
    left: 0;
}

.contact_btn a {
    width: 100%;
    height: auto;
    border: 3px solid #323232;
    font-weight: bolder;
    letter-spacing: 1px;
    line-height: 27px;
    margin: 30px auto;
    padding: 10px 0;
}




}
