/*
Theme Name: TOKO
Description: TOKO template.
Version: 1
Author: TOKO
Author URI: TOKO
Version: 1.0
License: BYPUSH
*/

@charset "utf-8";

/*--------------------------------------------------------------------------
   reset
---------------------------------------------------------------------------*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,
sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:0;}
article,aside,details,figcaption,figure,main,footer,header,hgroup,menu,nav,section{display:block;}
ol,ul,li{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration: none;}
ins{background-color:#ff9;color:#000;text-decoration:none;}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}
img{border:0;vertical-align:top;}
em{font-style:italic;}
del{text-decoration:line-through;}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help;}
table{border-collapse:collapse;border-spacing:0;}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:0;padding:0;}
input,select,textarea{font-family:inherit;font-style:inherit;font-weight:inherit;font-size:100%;margin:0;padding:0;vertical-align:middle;}
input:focus,textarea:focus,select:focus{outline:none;}


/*--------------------------------------------------------------------------
   html
---------------------------------------------------------------------------*/
html{
  overflow-y: scroll;
  font-size: 62.5%;
}
/*--------------------------------------------------------------------------
   body
---------------------------------------------------------------------------*/
body{
  color: #3E3A39;

  font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-weight: 400;

  min-width: 1010px;
  font-size: 1.5rem;
  letter-spacing: .05em;
  line-height: 1.9;

  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;

  background: #ffffff;
  overflow-x: hidden;
}

/*
::-moz-selection{
  color:;
  background:;
}
::selection{
  color:;
  background:;
}
*/

/*--------------------------------------------------------------------------
   base link
---------------------------------------------------------------------------*/
a{
  outline: none;
  -webkit-tap-highlight-color: rgba(255,255,255,1);
  color: #3E3A39;
  transition: 0.5s;
}
a:link,
a:visited{
  text-decoration: none;
}
a:hover{
  text-decoration: none;
  outline: none;
  opacity: 0.7;
}
a:active{
  outline: none;
}

/*--------------------------------------------------------------------------
   Other
---------------------------------------------------------------------------*/

/* clearfix
-----------------------------------------------------------------*/
.cf:before,
.cf:after{
  content: "";
  display: table;
}
.cf:after{
  clear: both;
}
.cf{
  zoom: 1;
}
.sp{
  display: none!important;
}
.sp_in{
  display: inline;
}

.go_top{
  text-align: right;
  width: 840px;
  margin: 40px auto;
}

/* web font
-----------------------------------------------------------------*/
.cup{
  font-family: 'Cuprum', sans-serif;
  font-style: italic;
  font-weight: 400;
}
.cup_b{
  font-family: 'Cuprum', sans-serif;
  font-style: italic;
  font-weight: 700;
}
.light{
  font-weight: 300;
}
.bold{
  font-weight: 700;
}



/*--------------------------------------------------------------------------
   Page
---------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
   Header
---------------------------------------------------------------------------*/
#Header{
}
#Header .header_bar{
  background: #E95539;
}
#Header .logo{
  float: left;
  padding: 30px 0 0 24px;
}

.global_navi{
  width: 750px;
  float: right;
}
.global_navi .global_navi_inner{
  width: 100%;
  margin: 0 auto;
}

#Navi{
  width: 100%;
  padding: 40px 0 20px 0;
}
#Navi ul{
  text-align: left;
  display: flex;
}
#Navi ul li{
  background: url(images/nav_bg.png) no-repeat 0 6px;
  background-size: 6px 20px;
}
#Navi ul li:first-child{
  background: none;
}
#Navi ul li a{
  font-size: 1.2rem;
  color: #ffffff;
  text-align: center;
  display: block;
  padding: 0 22px;
  line-height: 1.5;
}
#Navi ul li a span{
  font-size: 2.2rem;
  display: block;
}
#Navi ul li a:hover{
}

#Header .mv{
  position: relative;
}
#Header .mv .catch{
  position: absolute;
  bottom: 200px;
  left: 100px;
}
#Header .mv .btn{
  position: absolute;
  bottom: 80px;
  right: 100px;
}
#Header.under .mv{
  display: none;
}

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* pankuzu
-----------------------------------------------------------------*/
.pankuzu{
  width: 1010px;
  margin: 20px auto 0;
  text-align: right;
}
.pankuzu span{
  margin-right: 5px;
  font-family: 'Cuprum', sans-serif;
  font-style: italic;
  font-weight: 400;
}
.pankuzu span a{
}

/* Main
-----------------------------------------------------------------*/
#Main{
}
#Main section{
  margin-top: 100px;
}
#Main .inner{
}
#Main h2.ttl{
  text-align: center;
  color: #E95539;
  font-weight: normal;
  line-height: 1.5;
}
#Main h2.ttl span{
  display: block;
  font-size: 4rem;
}

#Main h3.ttl{
}

.l_btn a{
  display: block;
  width: 260px;
  text-align: center;
  padding: 10px 0;
  margin: 70px auto 0 auto;
  color: #ffffff;
  background: #E95539;
  font-family: 'Cuprum', sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 2.2rem;
}
.l_btn a:hover{
  opacity: 1;
}
.l_btn a:hover span{
  border-bottom: solid 1px #ffffff;
}

.l_btn_ja a{
  display: block;
  width: 200px;
  text-align: center;
  padding: 10px 0;
  margin: 70px auto 0 auto;
  color: #ffffff;
  background: #E95539;
  font-size: 1.5rem;
}
.l_btn_ja a:hover{
  opacity: 1;
}
.l_btn_ja a:hover span{
  border-bottom: solid 1px #ffffff;
}

.needs .l_btn a{
  background: #e68b75;
}

/*--------------------------------------------------------------------------
   Footer
---------------------------------------------------------------------------*/
#Footer{
  margin-top: 100px;
}
#Footer .footer_inner{
}
#Footer nav{
}
#Footer nav ul{
  text-align: center;
  display: flex;
  justify-content: center;
}
#Footer nav ul li{
  background: url(images/nav_bg_02.png) no-repeat 0;
  background-size: 6px 20px;
}
#Footer nav ul li:first-child{
  background: none;
}
#Footer nav ul li a{
  font-size: 2.2rem;
  color: #E95539;
  display: block;
  padding: 0 20px;
  line-height: 2.2rem;
}
#Footer .copy{
  font-size: 1.5rem;
  padding: 24px;
  margin-top: 50px;
  text-align: center;
  color: #ffffff;
  background: #E95539;
}

/* top
-----------------------------------------------------------------*/

/* #Sec00
-----------------------------------------------------------------*/
.top #Sec00{
}
.top #Sec00 .box{
display: flex;
align-items: center;
justify-content: center;
}
.top #Sec00 .box p{
margin: 0 20px;
}
.top #Sec00 .box .l_btn a{
margin: 0;
}
.top #Sec00 .box .l_btn i{
font-size: 12px;
font-style: normal;
}

/* #Sec01
-----------------------------------------------------------------*/
.top #Sec01{
}
.top #Sec01 ul{
  display: flex;
  flex-wrap: wrap;
  width: 932px;
  margin: 0 auto;
}
.top #Sec01 ul.topics_box{
  margin: 50px auto 0 auto;
}
.top #Sec01 ul li{
  width: 233px;
  height: 233px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
.top #Sec01 ul li .bg{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
}
.top #Sec01 ul li .bg img{
    width: 100%;
    height: auto;
}
.top #Sec01 ul li .content{
  width: 233px;
  height: 233px;
  padding: 30px 34px 0 34px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.top #Sec01 ul li .date{
}
.top #Sec01 ul li .ttl{
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 20px 0;
}
.top #Sec01 ul li .cat{
  position: absolute;
  bottom: 15px;
  left: 34px;
}
.top #Sec01 ul li .mask{
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  transition: 0.5s;
}

/* カテゴリー背景色 */
.top #Sec01 ul li.new{
  background: #E18F7F;
}
.top #Sec01 ul li.publish{
  background: #8FC31F;
}
/*.top #Sec01 ul li.recruit{
  background: #cccccc;
}*/
.top #Sec01 ul li.column{
  background: #cccccc;
}
.top #Sec01 ul li.more{
  background: #E95539;
}
.top #Sec01 ul li.company{
  background: rgba(233,85,57,0.8);
}
.top #Sec01 ul li.concept{
  background: ;
}
.top #Sec01 ul li.message{
  background: #F39800;
}

.top #Sec01 ul li.more .bg{
  padding: 52px;
}

.top #Sec01 ul.nav_box li .content{
  padding: 20px 15px 0 15px;
}
.top #Sec01 ul li .name{
  font-family: 'Cuprum', sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 2rem;
  display: inline-block;
  border-bottom: solid 1px #ffffff;
  line-height: 1.7;
}
.top #Sec01 ul.nav_box li .ttl{
  padding: 20px 17px;
}
.top #Sec01 ul.nav_box li.concept .ttl,
.top #Sec01 ul.nav_box li.message .ttl{
  padding: 40px 17px;
}
.top #Sec01 ul li .nav{
  position: absolute;
  bottom: 15px;
  right: 25px;
  background: url(images/arrow_r.png) no-repeat 0 3px;
  background-size: 21px;
  padding-left: 30px;
}
.top #Sec01 ul li a{
  color: #ffffff;
}
.top #Sec01 ul li a:hover{
  opacity: 1;
  color: #E95539;
}
.top #Sec01 ul li a:hover .mask{
  background: rgba(0,0,0,0);
}
/*.top #Sec01 ul li:before{
    content: "";
    bottom: 0;
    right: 0;
    border-top: 1em solid transparent;
    border-right: 1em solid rgba(255,255,255,0);
    position: absolute;
    z-index: 3;
    transition: 0.5s;
}
.top #Sec01 ul li:hover:before {
    content: "";
    bottom: 0;
    right: 0;
    border-top: 1em solid transparent;
    border-right: 1em solid rgba(255,255,255,1);
    position: absolute;
    z-index: 3;
}*/

/* #Sec02
-----------------------------------------------------------------*/
.top #Sec02{
}
.top #Sec02 .btn_box ul li{
  cursor: pointer;
  float: left;
  width: 120px;
  text-align: center;
  padding: 3px 0;
  font-family: 'Cuprum', sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 2rem;
}
.top #Sec02 .btn_box ul li:hover span{
  border-bottom: solid 1px #ffffff;
}
.top #Sec02 .btn_box ul li.all_btn:hover span{
  border-bottom: solid 1px #E95539;
}
.top #Sec02 .all_btn{
  color: #E95539;
}
.top #Sec02 .creative_btn{
  color: #ffffff;
}
.top #Sec02 .needs_btn{
  color: #ffffff;
}
.top #Sec02 .thanks_box{
  padding: 100px 0 70px 0;
}
.top #Sec02 .thanks_box ul{
  width: 840px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top #Sec02 .thanks_box ul li{
  width: 400px;
  background: #ffffff;
}
.top #Sec02 .thanks_box ul li:nth-child(n+3){
  margin-top: 40px;
}
.top #Sec02 .thanks_box ul li a{
  display: block;
}
.top #Sec02 .thanks_box ul li .txt_box{
  padding: 20px 30px;
}
.top #Sec02 .thanks_box ul li .img{
  width: 400px;
  height: 230px;
  overflow: hidden;
}
.top #Sec02 .thanks_box ul li .img img{
  width: 100%;
  height: auto;
}
.top #Sec02 .thanks_box ul li .ttl{
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
}
.top #Sec02 .thanks_box ul li .client{

}
.top #Sec02 .thanks_box ul li .part{
  color: #E95539;
  font-size: 1.2rem;
}
.top #Sec02 .all,
.top #Sec02 .all_btn{
  background: rgba(207,78,52,0.2);
}
.top #Sec02 .creative,
.top #Sec02 .creative_btn{
  background: rgba(233,85,57,0.7);
}
.top #Sec02 .needs,
.top #Sec02 .needs_btn{
  background: rgba(233,85,57,1);
}

.top #Sec02 .creative,
.top #Sec02 .needs{
  display: none;
}

/* #Sec03
-----------------------------------------------------------------*/
.top #Sec03{
  margin-top: 0;
}
.top #Sec03 .inner{
  background: url(images/img_03.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
}
.top #Sec03 .img{
  background: rgba(0,0,0,0.3);
  padding: 100px;
  transition: 0.5s;
}
.top #Sec03 a:hover{
  opacity: 1;
}
.top #Sec03 .img:hover{
  background: rgba(0,0,0,0.1);
}

/* #ContactBox
-----------------------------------------------------------------*/
#ContactBox{
}
#ContactBox .inner{
  text-align: center;
}
#ContactBox .txt{
  font-size: 2.1rem;
}

#ContactBox.under .txt{
  font-size: 1.5rem;
  color: #E95539;
}
#ContactBox.under a{
  margin-top: 20px;
}

/* #BnrBox
-----------------------------------------------------------------*/
#BnrBox{
background: #EFEFEF;
padding: 50px 0;
}
#BnrBox .box{
display: flex;
align-items: center;
justify-content: center;
}
#BnrBox .box p{
margin: 0 15px;
}

/* recruit
-----------------------------------------------------------------*/

/* #Sec01
-----------------------------------------------------------------*/
.recruit #Sec01{
}

.recruit #Sec01 .message_box{
  background: rgba(207,78,52,0.2);
  padding: 160px 0;
  margin-top: 50px;
}
.recruit #Sec01 .message_box .message_box_inner{
  width: 680px;
  margin: 0 auto;
}
.recruit #Sec01 .txt{
  margin-top: 60px;
}

/* #Sec02
-----------------------------------------------------------------*/
.recruit #Sec02{
}

.recruit #Sec02 table{
  width: 680px;
  margin: 40px auto 0;
}
.recruit #Sec02 table tr{
  border-bottom: solid 1px #E95539;
}
.recruit #Sec02 table tr th{
  width: 132px;
  text-align: left;
  font-weight: normal;
}
.recruit #Sec02 table tr th,
.recruit #Sec02 table tr td{
  padding: 15px 0;
}

/* #Sec03
-----------------------------------------------------------------*/
.recruit #Sec03{
}
.recruit #Sec03 .form{
  background: rgba(207,78,52,0.2);
  padding: 60px 0 150px;
  margin-top: 50px;
}
.recruit #Sec03 .form .txt{
  text-align: center;
}
.recruit #Sec03 form{
  width: 640px;
  margin: 20px auto 0;
}
.recruit #Sec03 form table{
}
.recruit #Sec03 form table,
.recruit #Sec03 form tbody{
  width: 100%;
}
.recruit #Sec03 form tr{
  text-align: left;
  vertical-align: top;
  display: block;
}
.recruit #Sec03 form tr th,
.recruit #Sec03 form tr td{
  display: block;
  font-weight: 400;
}
.recruit #Sec03 form tr th{
  margin-top: 12px;
}
.recruit #Sec03 form tr td{
  margin-top: 8px;
}
.recruit #Sec03 form tr th sup{
  color: #E60012;
}
.recruit #Sec03 form input{
  width: 100%;
  margin: 0;
  padding: 5px 10px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  border: none;
  background: #ffffff;
}
.recruit #Sec03 form textarea{
  width: 100%;
  height: 200px;
  margin: 0;
  padding: 5px 10px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  border: none;
  background: #ffffff;
}
.recruit #Sec03 form input.submit{
  display: block;
  width: 260px;
  background: #E95539;
  color: #ffffff;
  margin: 50px auto 0;
  padding: 10px 0;
  cursor: pointer;
  transition: 0.5s;
}
.recruit #Sec03 form input.submit:hover{
  background: #e68b75;
}

/* contact
-----------------------------------------------------------------*/

/* #Sec01
-----------------------------------------------------------------*/
.contact #Sec01{
}
.contact #Sec01 .form{
  background: rgba(207,78,52,0.2);
  padding: 60px 0 150px;
  margin-top: 50px;
}
.contact #Sec01 .form .txt{
  text-align: center;
}
.contact #Sec01 form{
  width: 640px;
  margin: 20px auto 0;
}
.contact #Sec01 form table{
}
.contact #Sec01 form table,
.contact #Sec01 form tbody{
  width: 100%;
}
.contact #Sec01 form tr{
  text-align: left;
  vertical-align: top;
  display: block;
}
.contact #Sec01 form tr th,
.contact #Sec01 form tr td{
  display: block;
  font-weight: 400;
}
.contact #Sec01 form tr th{
  margin-top: 12px;
}
.contact #Sec01 form tr td{
  margin-top: 8px;
}
.contact #Sec01 form tr th sup{
  color: #E60012;
}
.contact #Sec01 form input{
  width: 100%;
  margin: 0;
  padding: 5px 10px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  border: none;
  background: #ffffff;
}
.contact #Sec01 form textarea{
  width: 100%;
  height: 200px;
  margin: 0;
  padding: 5px 10px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  border: none;
  background: #ffffff;
}
.contact #Sec01 form input.submit{
  display: block;
  width: 260px;
  background: #E95539;
  color: #ffffff;
  margin: 50px auto 0;
  padding: 10px 0;
  cursor: pointer;
  transition: 0.5s;
}
.contact #Sec01 form input.submit:hover{
  background: #e68b75;
}

form .wpcf7c-conf{
  background: #cccccc!important;
}
.wpcf7-form.sent {
    display: none;
}
.screen-reader-response {
  position: static!important;
  overflow: visible!important;
  clip: auto!important;
  height: auto!important;
  width: auto!important;
  margin: 50px 0 0 0!important;
  padding: 0!important;
  border: 0!important;
  text-align: center;
  font-size: 1.7rem;
}

/* concept
-----------------------------------------------------------------*/

/* #Sec01
-----------------------------------------------------------------*/
.concept #Sec01{
}
.concept #Sec01 .inner{
  width: 680px;
  margin: 0 auto;
  text-align: center;
  color: #E95539;
}
.concept #Sec01 h3.ttl{
  margin-top: 100px;
  font-size: 1.7rem;
}
.concept #Sec01 .concept_list{

}
.concept #Sec01 .concept_list li{
  margin-top: 110px;
}
.concept #Sec01 .concept_list li h4.ttl{
  font-size: 1.8rem;
}
.concept #Sec01 .concept_list li span{
  display: block;
  font-family: 'Cuprum', sans-serif;
  font-style: italic;
  font-size: 2.9rem;
}
.concept #Sec01 .concept_list li .txt{
  margin-top: 30px;
}

.concept #Sec01 .bnr{
  margin-top: 130px;
}

/* thanks
-----------------------------------------------------------------*/

/* #Sec01
-----------------------------------------------------------------*/
.thanks #Sec01{
}
.thanks #Sec01 .btn_box_under ul li{
  cursor: pointer;
  float: left;
  width: 120px;
  text-align: center;
  padding: 3px 0;
  font-family: 'Cuprum', sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 2rem;
}
.thanks #Sec01 .btn_box_under ul li a{
  display: block;
}
.thanks #Sec01 .btn_box_under ul li:hover span{
  border-bottom: solid 1px #ffffff;
}
.thanks #Sec01 .btn_box_under ul li.all_btn:hover span{
  border-bottom: solid 1px #E95539;
}
.thanks #Sec01 .btn_box_under a:hover{
  opacity: 1;
}
.thanks #Sec01 .all_btn a{
  color: #E95539;
}
.thanks #Sec01 .creative_btn a{
  color: #ffffff;
}
.thanks #Sec01 .needs_btn a{
  color: #ffffff;
}
.thanks #Sec01 .thanks_box.all{
  padding: 100px 0 70px 0;
}
.thanks #Sec01 .thanks_box.creative,
.thanks #Sec01 .thanks_box.needs{
  padding: 10px 0 70px 0;
}

.thanks #Sec01 .thanks_box ul.category{
  width: 980px;
  margin: 0 auto 38px;
}
.thanks #Sec01 .thanks_box ul.category li{
  float: left;
  margin: 12px;
}
.thanks #Sec01 .thanks_box ul.category li a{
  color: #ffffff;
}
.thanks #Sec01 .thanks_box ul.category li a:hover{
  text-decoration: underline;
  opacity: 1;
}

.thanks #Sec01 .thanks_box ul.list{
  width: 840px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.thanks #Sec01 .thanks_box ul.list li{
  width: 400px;
  background: #ffffff;
}
.thanks #Sec01 .thanks_box ul.list li:nth-child(n+3){
  margin-top: 40px;
}
.thanks #Sec01 .thanks_box ul.list li a{
  display: block;
}
.thanks #Sec01 .thanks_box ul.list li .txt_box{
  padding: 20px 30px;
}
.thanks #Sec01 .thanks_box ul.list li .img{
  width: 400px;
  height: 230px;
  overflow: hidden;
}
.thanks #Sec01 .thanks_box ul.list li .img img{
  width: 100%;
  height: auto;
}
.thanks #Sec01 .thanks_box ul.list li .ttl{
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
}
.thanks #Sec01 .thanks_box ul.list li .client{

}
.thanks #Sec01 .thanks_box ul.list li .part{
  color: #E95539;
  font-size: 1.2rem;
}
.thanks #Sec01 .all,
.thanks #Sec01 .all_btn{
  background: rgba(207,78,52,0.2);
}
.thanks #Sec01 .creative,
.thanks #Sec01 .creative_btn{
  background: rgba(233,85,57,0.7);
}
.thanks #Sec01 .needs,
.thanks #Sec01 .needs_btn{
  background: rgba(233,85,57,1);
}

.thanks #Sec01 .creative,
.thanks #Sec01 .needs{
  display: none;
}
.thanks.creative #Sec01 .creative,
.thanks.needs #Sec01 .needs{
  display: block;
}

.thanks #Sec01 .l_btn{
  line-height: 1.3;
}
.thanks #Sec01 .l_btn .ruby{
  font-size: 1.3rem;
  line-height: 1;
}

.thanks #Sec01 .pagenation{
  text-align: center;
  margin-top: 60px;
  font-family: 'Cuprum', sans-serif;
  font-style: italic;
  font-weight: 400;
}
.thanks #Sec01 .pagenation span{
  padding: 5px;
  margin: 0 3px;
}
.thanks #Sec01 .pagenation a{
  padding: 5px;
  margin: 0 3px;
}
.thanks #Sec01 .pagenation a:hover{
  opacity: 1;
}
.thanks #Sec01 .all .pagenation span,
.thanks #Sec01 .all .pagenation a{
  color: #E95539;
}
.thanks #Sec01 .all .pagenation a:hover{
  color: #ffffff;
}
.thanks #Sec01 .creative .pagenation span,
.thanks #Sec01 .creative .pagenation a{
  color: #ffffff;
}
.thanks #Sec01 .creative .pagenation a:hover{
  color: #E95539;
}
.thanks #Sec01 .needs .pagenation span,
.thanks #Sec01 .needs .pagenation a{
  color: #ffffff;
}
.thanks #Sec01 .needs .pagenation a:hover{
  color: #ffffff;
}

/* about
-----------------------------------------------------------------*/

/* #Sec01
-----------------------------------------------------------------*/
.about #Sec01{
}

.about #Sec01 .message_box{
  background: rgba(207,78,52,0.2);
  padding: 100px 0;
  margin-top: 50px;
}
.about #Sec01 .message_box .message_box_inner{
  width: 680px;
  margin: 0 auto;
}
.about #Sec01 .message_box .catch{
  font-family: 'Cuprum', sans-serif;
  font-style: italic;
  color: #E95539;
  font-size: 2rem;
}
.about #Sec01 .message_box h3{
  margin-top: 50px;
}
.about #Sec01 .txt{
  margin-top: 60px;
}
.about #Sec01 .sub_ttl{
margin-top: 60px;
}
.about #Sec01 .box{
display: flex;
justify-content: space-between;
}
.about #Sec01 .box .prof{
width: 470px;
}
.about #Sec01 .box .img{
width: 185px;
}

/* #Sec02
-----------------------------------------------------------------*/
.about #Sec02{
}
.about #Sec02 .catch{
  font-family: 'Cuprum', sans-serif;
  font-style: italic;
  color: #E95539;
  font-size: 2rem;
  width: 680px;
  margin: 0 auto;
}
.about #Sec02 table{
  width: 680px;
  margin: 40px auto 0;
}
.about #Sec02 table tr{
  border-bottom: solid 1px #E95539;
}
.about #Sec02 table tr th{
  width: 132px;
  text-align: left;
  font-weight: normal;
}
.about #Sec02 table tr th,
.about #Sec02 table tr td{
  padding: 15px 0;
}
.about #Sec02 .map{
  margin-top: 100px;
}
.about #Sec02 .map .g_map {
  margin: 0 auto;
  position: relative;
  width: 680px;
  padding-top: 360px;
}
.about #Sec02 .map .g_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* #Sec03
-----------------------------------------------------------------*/
.about #Sec03{
}
.about #Sec03 .inner{
  border-top: solid 1px #E95539;
  width: 840px;
  margin: 0 auto;
  padding-top: 100px;
}
.about #Sec03 ul.work_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about #Sec03 ul.work_list li{
  width: 250px;
  height: 250px;
  box-sizing: border-box;
  border: solid 2px #E95539;
  margin-top: 50px;
  cursor: pointer;
}

.about #Sec03 ul.work_list li .txt_box{
  display: none;
  padding: 40px;
}
.about #Sec03 ul.work_list li .txt_box .search{
  background: url(images/about/icon_serch.png) no-repeat right center;
  background-size: 20px;
  width: 112px;
  margin: 5px auto 0;
}
.about #Sec03 ul.work_list li .txt_box a{
  color: #ffffff;
  font-size: 1.4rem;
}
.about #Sec03 ul.work_list li .txt_box a:hover{
  opacity: 1;
}
.about #Sec03 ul.work_list li:hover{
  background: #E95539;
}
.about #Sec03 ul.work_list li:hover .name{
  display: none;
}
.about #Sec03 ul.work_list li:hover .txt_box{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  height: 100%;
  box-sizing: border-box;
}
.about #Sec03 ul.work_list li:nth-child(n+7){
  width: 47%;
  height: 250px;
}
.about #Sec03 ul.work_list li .name{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  height: 100%;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #E95539;
}
.about #Sec03 ul.work_list li:last-child .name p:last-child{
  margin-top: 15px;
}

/* voice
-----------------------------------------------------------------*/

/* #Sec01
-----------------------------------------------------------------*/
.voice #Sec01{
}
.voice #Sec01 .voice_box{
  width: 980px;
  margin: 50px auto 0;
}
.voice #Sec01 .voice_box .voice_left,
.voice #Sec01 .voice_box .voice_right{
  width: 860px;
  display: flex;
  padding: 50px 80px;
  box-sizing: border-box;
  position: relative;
}
.voice #Sec01 .voice_box .voice_left{
  background: rgba(207,78,52,0.2);
  float: left;
}
.voice #Sec01 .voice_box .voice_right{
  background: rgba(207,78,52,0.4);
  float: right;
  flex-flow: row-reverse;
}
.voice #Sec01 .voice_box .voice_left .img{
  margin-right: 30px;
}
.voice #Sec01 .voice_box .voice_right .img{
  margin-left: 30px;
}
.voice #Sec01 .voice_box .company{
  font-size: 2rem;
}
.voice #Sec01 .voice_box .name{
  font-size: 1.5rem;
  padding-left: 10px;
}
.voice #Sec01 .voice_box .txt{
  margin-top: 5px;
  line-height: 2.2rem;
}
.voice #Sec01 .voice_box .part{
  color: #E95539;
  margin-top: 30px;
}
.voice #Sec01 .voice_box .voice_right .part{
  float: right;
}
.voice #Sec01 .voice_box .voice_left .btn{
  position: absolute;
  right: -90px;
  bottom: 50px;
  background: url(images/voice/arrow_r.png) no-repeat left center;
  background-size: 32px 28px;
  padding-left: 50px;
}
.voice #Sec01 .voice_box .voice_right .btn{
  position: absolute;
  left: -80px;
  bottom: 50px;
  background: url(images/voice/arrow_l.png) no-repeat right center;
  background-size: 32px 28px;
  padding-right: 50px;
}
.voice #Sec01 .voice_box .btn a{
  background: #E95539;
  color: #ffffff;
  padding: 15px 50px;
}

/* topics
-----------------------------------------------------------------*/

/* #Sec01
-----------------------------------------------------------------*/
.topics #Sec01{
}
.topics #Sec01 ul{
  display: flex;
  flex-wrap: wrap;
  width: 932px;
  margin: 0 auto;
}
.topics #Sec01 ul.topics_box{
  margin: 50px auto 0 auto;
}
.topics #Sec01 ul li{
  width: 233px;
  height: 233px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
.topics #Sec01 ul li .bg{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
}
.topics #Sec01 ul li .bg img{
    width: 100%;
    height: auto;
}
.topics #Sec01 ul li .content{
  width: 233px;
  height: 233px;
  padding: 30px 34px 0 34px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.topics #Sec01 ul li .date{
}
.topics #Sec01 ul li .ttl{
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 20px 0;
}
.topics #Sec01 ul li .cat{
  position: absolute;
  bottom: 15px;
  left: 34px;
}
.topics #Sec01 ul li .mask{
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
}

/* カテゴリー背景色 */
.topics #Sec01 ul li.new{
  background: #E95539;
}
.topics #Sec01 ul li.publish{
  background: #8FC31F;
}
.topics #Sec01 ul li.recruit{
  background: #cccccc;
}
.topics #Sec01 ul li.column{
  background: #cccccc;
}
.topics #Sec01 ul li.more{
  background: #E95539;
}
.topics #Sec01 ul li.company{
  background: rgba(233,85,57,0.8);
}
.topics #Sec01 ul li.message{
  background: #F39800;
}
.topics #Sec01 ul li.more .bg{
  padding: 52px;
}

.topics #Sec01 ul li a{
  color: #ffffff;
}
.topics #Sec01 ul li a:hover{
  opacity: 1;
  color: #E95539;
}
.topics #Sec01 ul li a:hover .mask{
  background: rgba(0,0,0,0);
}
/*.topics #Sec01 ul li:before{
    content: "";
    bottom: 0;
    right: 0;
    border-top: 1em solid transparent;
    border-right: 1em solid rgba(255,255,255,0);
    position: absolute;
    z-index: 3;
    transition: 0.5s;
}
.topics #Sec01 ul li:hover:before {
    content: "";
    bottom: 0;
    right: 0;
    border-top: 1em solid transparent;
    border-right: 1em solid rgba(255,255,255,1);
    position: absolute;
    z-index: 3;
}*/

.topics #Sec01 .pagenation{
  text-align: center;
  margin-top: 60px;
  font-family: 'Cuprum', sans-serif;
  font-style: italic;
  font-weight: 400;
}
.topics #Sec01 .pagenation span{
  padding: 5px;
  margin: 0 3px;
  color: #E95539;
}
.topics #Sec01 .pagenation a{
  padding: 5px;
  margin: 0 3px;
  color: #E95539;
}
.topics #Sec01 .pagenation a:hover{
}

/* topics_article
-----------------------------------------------------------------*/

/* #Sec01
-----------------------------------------------------------------*/
.topics_article #Sec01{
}
.topics_article #Sec01 .inner{
  width: 760px;
  margin: 0 auto;
}
.topics_article #Sec01 .news_box{
  border-bottom: solid 1px #E95539;
  padding-bottom: 40px;
}
.topics_article #Sec01 .news_box .date{
  color: #E95539;
}
.topics_article #Sec01 .news_box h2.ttl{
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
  margin-top: 10px;
}
.topics_article #Sec01 .news_box .content_area{
  font-size: 1.3rem;
  font-weight: 300;
  margin-top: 50px
}
.topics_article #Sec01 .news_box .content_area img{
  max-width: 100%;
  height: auto;
  margin: 40px 0;
}

.topics_article #Sec01 .pagenation{
  text-align: center;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.topics_article #Sec01 .pagenation span{
  padding: 5px;
  margin: 0 3px;
  color: #E95539;
}
.topics_article #Sec01 .pagenation a{
  padding: 5px;
  margin: 0 3px;
  color: #E95539;
}

/* thanks_article
-----------------------------------------------------------------*/

/* #Sec01
-----------------------------------------------------------------*/
.thanks_article #Sec01{
}
.thanks_article #Sec01 .thanks_box{
  width: 840px;
  margin: 60px auto 0;
}
.thanks_article #Sec01 .thanks_box h2.ttl{
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
  color: #000000;
}
.thanks_article #Sec01 .thanks_box .part{
  color: #E95539;
  font-size: 1.2rem;
}
.thanks_article #Sec01 .thanks_box .content_area{
  font-size: 1.7rem;
  font-weight: 300;
  margin-top: 50px
}
.thanks_article #Sec01 .slide_bg{
  background: rgba(207,78,52,0.2);
  padding: 50px 0;
}
.thanks_article #Sec01 .slide{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 840px;
}
.thanks_article #Sec01 .swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible ! important;
  z-index: 1;
}
.thanks_article #Sec01 .swiper-slide img{
  width: auto;
  height: 100%;
}

/* #Sec02
-----------------------------------------------------------------*/
.thanks_article #Sec02 .other_thanks_box{
  background: rgba(207,78,52,0.2);
  padding: 50px 0;
  margin-top: 50px;
}
.thanks_article #Sec02 .other_thanks_box ul{
  width: 840px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.thanks_article #Sec02 .other_thanks_box ul li{
  width: 400px;
  background: #ffffff;
}
.thanks_article #Sec02 .other_thanks_box ul li a{
  display: block;
}
.thanks_article #Sec02 .other_thanks_box ul li .txt_box{
  padding: 20px 30px;
}
.thanks_article #Sec02 .other_thanks_box ul li .img{
  width: 400px;
  height: 230px;
  overflow: hidden;
}
.thanks_article #Sec02 .other_thanks_box ul li .img img{
  width: 100%;
  height: auto;
}
.thanks_article #Sec02 .other_thanks_box ul li .ttl{
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
}
.thanks_article #Sec02 .other_thanks_box ul li .client{

}
.thanks_article #Sec02 .other_thanks_box ul li .part{
  color: #E95539;
  font-size: 1.2rem;
}


@media screen and (max-width: 480px) {
/* 640pxまでの幅の場合に適応される */

body{
  min-width: 320px;
  font-size: 1.2rem;
}

.sp{
  display: inline-block!important;
}
.pc{
  display: none!important;
}

.go_top.sp{
  display: block !important;
  text-align: right;
  width: auto;
  margin: 15px 4%;
}

/*--------------------------------------------------------------------------
     Header
  ---------------------------------------------------------------------------*/
#Header{
  margin-top: 50px;
}

#Header .logo {
  float: left;
  padding: 12px 0 12px 18px;
}

#Header .logo img{
  width: 50px;
  height: auto;
}

/*#Header .header_bar {
  position: relative;
}*/
#Header .header_bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
}

.global_navi{
  width: 120px;
  z-index: 5;
}

/*#Navi{
  padding: 0;
  display: none;
  position: absolute;
  top: 60px;
  right: 0;
  z-index: 15;
  background: #E95539;
  width: 160px;
}*/
#Navi{
  padding: 0;
  display: none;
  position: fixed;
  top: 50px;
  right: 0;
  z-index: 15;
  background: #E95539;
  width: 160px;
}
#Navi ul{
  padding: 10px 15px;
  display: block;
}
#Navi ul li{
  margin: 0;
  background: none;
}
#Navi ul li a{
  padding: 10px 0;
}
#Navi ul li a span{
  font-size: 1.5rem;
}

/*#Header .nav_box{
  position: absolute;
  top: 8px;
  right: 5px;
  width: 50px;
  text-align: center;
  z-index: 10;
}*/
#Header .nav_box{
  position: fixed;
  top: 2px;
  right: 5px;
  width: 50px;
  text-align: center;
  z-index: 10;
}
#Header .menu-trigger,
#Header .menu-trigger span{
  display: inline-block;
  box-sizing: border-box;
  transition: all .4s;
}
#Header .menu-trigger{
  position: relative;
  width: 10px;
  height: 20px;
  cursor: pointer;
  padding: 18px 13px;
}
#Header .menu-trigger a:hover{
  opacity: 1;
}
#Header .menu-trigger span{
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #ffffff;
}
#Header .menu-trigger span:nth-of-type(1){
  top: 21px;
}
#Header .menu-trigger span:nth-of-type(2){
  top: 11px;
}
#Header .menu-trigger span:nth-of-type(3){
  bottom: 3px;
}
#Header .menu-trigger.active span:nth-of-type(1),
#Header .menu-trigger.active span:nth-of-type(2){
  top: 12px;
  margin-top: 10px;
  transform: rotate(-45deg);
}
#Header .menu-trigger.active span:nth-of-type(3){
  bottom: 0;
  margin-bottom: 12px;
  transform: rotate(-135deg);
}

#Header .mv{
  overflow: hidden;
}

#Header .mv > img{
  width: 200%;
  height: auto;
  margin-left: -46%;
}

#Header .mv .catch{
  position: absolute;
  bottom: 17%;
  left: 20px;
}
#Header .mv .btn{
  position: absolute;
  bottom: 6%;
  right: 20px;
}

#Header .mv .catch img{
  width: 280px;
  height: auto;
}

#Header .mv .btn img{
  width: 200px;
  height: auto;
}

/*--------------------------------------------------------------------------
     Content
  ---------------------------------------------------------------------------*/

/* pankuzu
-----------------------------------------------------------------*/
.pankuzu{
  width: auto;
  margin: 10px 18px 0 0;
}

/* Main
-----------------------------------------------------------------*/
#Main{
}
#Main .inner{
}
#Main section{
  margin-top: 50px;
}
#Main h2.ttl{
  font-size: 1rem;
}
#Main h2.ttl span {
  display: block;
  font-size: 2.2rem;
}
#Main h3.ttl{
}

.l_btn a{
  width: 160px;
  padding: 14px 0;
  margin: 37px auto 0 auto;
  font-size: 1.3rem;
}
.l_btn_ja a{
  width: 160px;
  padding: 14px 0;
  margin: 37px auto 0 auto;
  font-size: 1.3rem;
  font-size: 1.1rem;
}

/*--------------------------------------------------------------------------
   Footer
---------------------------------------------------------------------------*/
#Footer{
  margin-top: 100px;
}
#Footer .footer_inner{
}
#Footer nav{
}
#Footer nav ul li{
  background: url(images/nav_bg_02.png) no-repeat 0;
  background-size: 3px 10px;
}
#Footer nav ul li:first-child{
  background: none;
}
#Footer nav ul li a{
  font-size: 1.1rem;
  padding: 0 7px;
  line-height: 1.1rem;
}
#Footer .copy{
  font-size: 1rem;
  padding: 10px;
  margin-top: 25px;
}


/* top
-----------------------------------------------------------------*/
/* #Sec00
-----------------------------------------------------------------*/
.top #Sec00{
}
.top #Sec00 .box{
display: block;
text-align: center;
}
.top #Sec00 .box .img{
margin: 0 0 15px 0;
}
.top #Sec00 .box .l_btn{
margin: 0;
}
.top #Sec00 .box .l_btn a{
margin: 0 auto;
}

/* #Sec01
-----------------------------------------------------------------*/
.top #Sec01{
}
.top #Sec01 ul{
  width: 100%;
  margin: 0 auto;
}
.top #Sec01 ul.topics_box{
  width: 320px;
  margin: 24px auto 0 auto;
}
.top #Sec01 ul.topics_box li:nth-child(n+4){
  display: none;
}
.top #Sec01 ul.topics_box li:last-child{
  display: block;
}
.top #Sec01 ul li{
  width: 160px;
  height: 160px;
}
.top #Sec01 ul li .content{
  width: 160px;
  height: 160px;
  padding: 20px 20px 0 20px;
}
.top #Sec01 ul li .date{
}
.top #Sec01 ul li .ttl{
  font-size: 1.3rem;
  padding: 10px 0;
}
.top #Sec01 ul li .cat{
  position: absolute;
  bottom: 15px;
  left: 20px;
}
.top #Sec01 ul li.more .bg{
  padding: 30px;
}

.top #Sec01 ul.nav_box{
  width: 320px;
  margin: 0 auto;
}
.top #Sec01 ul.nav_box li .content{
  padding: 8px 12px 0 12px;
}
.top #Sec01 ul li .name{
  font-size: 1.8rem;
  display: inline-block;
  border-bottom: solid 1px #ffffff;
  line-height: 1.7;
}
.top #Sec01 ul.nav_box li .ttl{
  padding: 20px 17px;
}
.top #Sec01 ul.nav_box li .ttl img{
  width: 102px;
  height: auto;
}
.top #Sec01 ul.nav_box li.concept .ttl,
.top #Sec01 ul.nav_box li.message .ttl{
  padding: 25px 14px;
}
.top #Sec01 ul li .nav{
  position: absolute;
  bottom: 15px;
  right: 20px;
  background: url(images/arrow_r.png) no-repeat 0 2px;
  background-size: 18px;
  padding-left: 25px;
}

/* #Sec02
-----------------------------------------------------------------*/
.top #Sec02{
}
.top #Sec02 .btn_box{
  margin-top: 24px;
}
.top #Sec02 .btn_box ul li{
  width: 90px;
  font-size: 1.4rem;
}
.top #Sec02 .thanks_box{
  padding: 37px;
}
.top #Sec02 .thanks_box ul{
  width: auto;
}
.top #Sec02 .thanks_box ul li{
  width: 100%;
}
.top #Sec02 .thanks_box ul li:nth-child(n+2){
  margin-top: 24px;
}
.top #Sec02 .thanks_box ul li:nth-child(n+4){
  display: none;
}
.top #Sec02 .thanks_box ul li .txt_box{
  padding: 15px 20px;
}
.top #Sec02 .thanks_box ul li .img{
  width: 100%;
  height: auto;
}
.top #Sec02 .thanks_box ul li .img img{
  width: 100%;
  height: auto;
}
.top #Sec02 .thanks_box ul li .ttl{
  font-size: 1.2rem;
}
.top #Sec02 .thanks_box ul li .client{
  margin: 5px 0;
  font-size: 1.1rem;
}
.top #Sec02 .thanks_box ul li .part{
  font-size: 0.8rem;
  line-height: 1.3;
}

/* #Sec03
-----------------------------------------------------------------*/
.top #Sec03{
  margin-top: 50px;
}
.top #Sec03 .inner{
  background: url(images/img_03.jpg) no-repeat center;
  background-size: 640px auto;
  text-align: center;
}
.top #Sec03 .img{
  background: rgba(0,0,0,0.3);
  padding: 40px 0;
  transition: 0.5s;
}
.top #Sec03 .img img{
  width: 50%;
  height: auto;
}

/* #ContactBox
-----------------------------------------------------------------*/
#ContactBox{
}
#ContactBox .inner{
  text-align: center;
}
#ContactBox .txt,
#ContactBox.under .txt{
  font-size: 1.2rem;
}
/* #BnrBox
-----------------------------------------------------------------*/
#BnrBox{
}
#BnrBox .box{
display: block;
text-align: center;
}
#BnrBox .box .bnr02{
margin: 20px 0;
}

/* recruit
-----------------------------------------------------------------*/

/* #Sec01
-----------------------------------------------------------------*/
.recruit #Sec01{
}

.recruit #Sec01 .message_box{
  padding: 50px 18px;
  margin-top: 40px;
}
.recruit #Sec01 .message_box .message_box_inner{
  width: 100%;
  margin: 0 auto;
}
.recruit #Sec01 h3 img{
  width: 75%;
  height: auto;
}
.recruit #Sec01 .txt{
  margin-top: 30px;
}

/* #Sec02
-----------------------------------------------------------------*/
.recruit #Sec02{
}

.recruit #Sec02 table{
  width: calc(100% - 36px);
  margin: 20px 18px 0;
}
.recruit #Sec02 table tr th{
  width: 80px;
}
.recruit #Sec02 table tr th,
.recruit #Sec02 table tr td{
  padding: 10px 0;
}

/* #Sec03
-----------------------------------------------------------------*/
.recruit #Sec03{
}
.recruit #Sec03 .form{
  padding: 30px 18px 50px;
  margin-top: 40px;
}
.recruit #Sec03 .form .txt{
  text-align: center;
}
.recruit #Sec03 form{
  width: 100%;
}
.recruit #Sec03 form textarea{
  height: 140px;
}
.recruit #Sec03 form input.submit{
  width: 180px;
  margin: 40px auto 0;
  padding: 20px 0;
}

/* contact
-----------------------------------------------------------------*/

/* #Sec01
-----------------------------------------------------------------*/
.contact #Sec01{
}
.contact #Sec01 .form{
  padding: 30px 18px 50px;
  margin-top: 40px;
}
.contact #Sec01 .form .txt{
  text-align: center;
}
.contact #Sec01 form{
  width: 100%;
}
.contact #Sec01 form textarea{
  height: 140px;
}
.contact #Sec01 form input.submit{
  width: 180px;
  margin: 40px auto 0;
  padding: 20px 0;
}

/* concept
-----------------------------------------------------------------*/

/* #Sec01
-----------------------------------------------------------------*/
.concept #Sec01{
}
.concept #Sec01 .inner{
  width: auto;
  margin: 0 auto;
}
.concept #Sec01 h3.ttl{
  margin-top: 40px;
  font-size: 1.1rem;
}
.concept #Sec01 .concept_list li{
  margin-top: 40px;
}
.concept #Sec01 .concept_list li h4.ttl{
  font-size: 1.1rem;
}
.concept #Sec01 .concept_list li span{
  font-size: 1.7rem;
}
.concept #Sec01 .concept_list li .txt{
  margin-top: 20px;
}
.concept #Sec01 .concept_list li .txt img{
  width: 100%;
  height: auto;
}

.concept #Sec01 .bnr{
  margin-top: 60px;
}
.concept #Sec01 .bnr img{
  width: 100%;
  height: auto;
}


/* thanks
-----------------------------------------------------------------*/

/* #Sec01
-----------------------------------------------------------------*/
.thanks #Sec01{
}
.thanks #Sec01{
}
.thanks #Sec01 .btn_box_under{
  margin-top: 24px;
}
.thanks #Sec01 .btn_box_under ul li{
  width: 90px;
  font-size: 1.4rem;
}
.thanks #Sec01 .thanks_box{
  padding: 37px;
}

.thanks #Sec01 .thanks_box ul.category{
  width: auto;
  margin: 0 auto 20px;
}
.thanks #Sec01 .thanks_box ul.category li{
  margin: 8px;
}
.thanks #Sec01 .thanks_box ul.category li a{
  color: #ffffff;
  border: solid 1px #ffffff;
  border-radius: 12px;
  padding: 2px 8px;
}

.thanks #Sec01 .thanks_box.all{
  padding: 37px;
}
.thanks #Sec01 .thanks_box.creative,
.thanks #Sec01 .thanks_box.needs{
  padding: 20px 37px 37px;
}

.thanks #Sec01 .thanks_box ul.list{
  width: auto;
}
.thanks #Sec01 .thanks_box ul.list li{
  width: 100%;
}
.thanks #Sec01 .thanks_box ul.list li:nth-child(n+2){
  margin-top: 24px;
}
.thanks #Sec01 .thanks_box ul.list li:nth-child(n+4){
  /*display: none;*/
}
.thanks #Sec01 .thanks_box ul.list li .txt_box{
  padding: 15px 20px;
}
.thanks #Sec01 .thanks_box ul.list li .img{
  width: 100%;
  height: auto;
}
.thanks #Sec01 .thanks_box ul.list li .img img{
  width: 100%;
  height: auto;
}
.thanks #Sec01 .thanks_box ul.list li .ttl{
  font-size: 1.2rem;
}
.thanks #Sec01 .thanks_box ul.list li .client{
  margin: 5px 0;
  font-size: 1.1rem;
}
.thanks #Sec01 .thanks_box ul.list li .part{
  font-size: 0.8rem;
  line-height: 1.3;
}
.thanks #Sec01 .pagenation{
  margin-top: 30px;
}
.thanks #Sec01 .pagenation span{
  padding: 10px;
  margin: 0 3px;
}
.thanks #Sec01 .pagenation a{
  padding: 10px;
  margin: 0 3px;
}

/* about
-----------------------------------------------------------------*/

/* #Sec01
-----------------------------------------------------------------*/
.recruit #Sec01{
}

.recruit #Sec01 .message_box{
  padding: 50px 18px;
  margin-top: 40px;
}
.recruit #Sec01 .message_box .message_box_inner{
  width: 100%;
  margin: 0 auto;
}
.recruit #Sec01 h3 img{
  width: 75%;
  height: auto;
}
.recruit #Sec01 .txt{
  margin-top: 30px;
}

/* #Sec02
-----------------------------------------------------------------*/
.recruit #Sec02{
}

.recruit #Sec02 table{
  width: calc(100% - 36px);
  margin: 20px 18px 0;
}
.recruit #Sec02 table tr th{
  width: 80px;
}
.recruit #Sec02 table tr th,
.recruit #Sec02 table tr td{
  padding: 10px 0;
}

/* #Sec01
-----------------------------------------------------------------*/
.about #Sec01{
}
.about #Sec01 .message_box{
  padding: 50px 18px;
  margin-top: 40px;
}
.about #Sec01 .message_box .message_box_inner{
  width: 100%;
  margin: 0 auto;
}
.about #Sec01 .message_box .catch {
  font-size: 1.4rem;
}
.about #Sec01 .message_box h3{
  margin-top: 30px;
}
.about #Sec01 h3 img{
  width: 75%;
  height: auto;
}
.about #Sec01 .txt{
  margin-top: 30px;
}
.about #Sec01 .sub_ttl{
margin-top: 30px;
}
.about #Sec01 .box{
display: block;
}
.about #Sec01 .box .prof{
width: 100%;
}
.about #Sec01 .box .img{
width: 100%;
text-align: center;
margin-top: 30px;
}


/* #Sec02
-----------------------------------------------------------------*/
.about #Sec02{
}
.about #Sec02{
}
.about #Sec02 .catch {
  font-size: 1.4rem;
  width: auto;
  margin: 0 18px;
}
.about #Sec02 table{
  width: calc(100% - 36px);
  margin: 20px 18px 0;
}
.about #Sec02 table tr th{
  width: 80px;
}
.about #Sec02 table tr th,
.about #Sec02 table tr td{
  padding: 10px 0;
}
.about #Sec02 .map{
  margin-top: 30px;
}

.about #Sec02 .map .g_map {
  width: calc(100% - 36px);
  margin: 20px 18px 0;
  position: relative;
  padding-top: 300px;
}
.about #Sec02 .map .g_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.gm-style .place-card-large{
display: none;
}

/* #Sec03
-----------------------------------------------------------------*/
.about #Sec03{
}
.about #Sec03 .inner{
  width: auto;
  padding-top: 40px;
}
.about #Sec03 ul.work_list{
  width: 284px;
  margin: 20px auto 0;
}
.about #Sec03 ul.work_list li{
  width: 136px;
  height: 136px;
  margin-top: 12px;
  cursor: pointer;
}

.about #Sec03 ul.work_list li .txt_box{
  display: none;
  padding: 10px;
}
.about #Sec03 ul.work_list li .txt_box .search{
  background: url(images/about/icon_serch.png) no-repeat right center;
  background-size: 12px;
  width: 70px;
  margin: 5px auto 0;
}
.about #Sec03 ul.work_list li .txt_box a{
  font-size: 0.8rem;
}
.about #Sec03 ul.work_list li:nth-child(n+7){
  width: 100%;
  height: 136px;
}
.about #Sec03 ul.work_list li .name{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  height: 100%;
  font-size: 0.9rem;
  font-weight: bold;
  color: #E95539;
}

/* voice
-----------------------------------------------------------------*/

/* #Sec01
-----------------------------------------------------------------*/
.voice #Sec01{
}
.voice #Sec01 .voice_box{
  width: auto;
  margin: 40px auto 0;
}
.voice #Sec01 .voice_box .voice_left,
.voice #Sec01 .voice_box .voice_right{
  width: auto;
  display: block;
  padding: 24px 18px 40px;
  box-sizing: border-box;
}
.voice #Sec01 .voice_box .voice_left{
  float: none;
}
.voice #Sec01 .voice_box .voice_right{
  float: none;
}
.voice #Sec01 .voice_box .sp_box{
  display: flex;
}
.voice #Sec01 .voice_box .voice_left .img{
  margin-right: 20px;
}
.voice #Sec01 .voice_box .voice_right .img{
  margin-right: 20px;
  margin-left: 0;
}
.voice #Sec01 .voice_box .img{
  width: 36%;
}
.voice #Sec01 .voice_box .img img{
  width: 100%;
  height: auto
}
.voice #Sec01 .voice_box .company{
  font-size: 1.2rem;
}
.voice #Sec01 .voice_box .name{
  font-size: 1.1rem;
  padding-left: 0;
  display: block;
}
.voice #Sec01 .voice_box .txt{
  margin-top: 20px;
  line-height: 2.2rem;
}
.voice #Sec01 .voice_box .part{
  margin-top: 20px;
}
.voice #Sec01 .voice_box .voice_right .part{
  float: none;
}
.voice #Sec01 .voice_box .voice_left .btn,
.voice #Sec01 .voice_box .voice_right .btn{
  position: static;
  background: url(images/voice/arrow_r.png) no-repeat left center;
  background-size: 32px 28px;
  padding-left: 50px;
  padding-right: 0;
  margin-top: 40px;
  float: right;
}
.voice #Sec01 .voice_box .btn a{
  padding: 15px 40px;
}

/* topics
-----------------------------------------------------------------*/

/* #Sec01
-----------------------------------------------------------------*/
.topics #Sec01{
}
.topics #Sec01 ul{
  width: 100%;
  margin: 0 auto;
}
.topics #Sec01 ul.topics_box{
  width: 320px;
  margin: 24px auto 0 auto;
}
.topics #Sec01 ul li{
  width: 160px;
  height: 160px;
}
.topics #Sec01 ul li .content{
  width: 160px;
  height: 160px;
  padding: 20px 20px 0 20px;
}
.topics #Sec01 ul li .date{
}
.topics #Sec01 ul li .ttl{
  font-size: 1.3rem;
  padding: 10px 0;
}
.topics #Sec01 ul li .cat{
  position: absolute;
  bottom: 15px;
  left: 20px;
}
.topics #Sec01 ul li.more .bg{
  padding: 30px;
}

.topics #Sec01 .pagenation{
  margin-top: 30px;
}
.topics #Sec01 .pagenation span{
  padding: 10px;
  margin: 0 3px;
}
.topics #Sec01 .pagenation a{
  padding: 10px;
  margin: 0 3px;
}

/* topics_article
-----------------------------------------------------------------*/

/* #Sec01
-----------------------------------------------------------------*/
.topics_article #Sec01{
}
.topics_article #Sec01 .inner{
  width: auto;
  margin: 0 18px;
}
.topics_article #Sec01 .news_box .date{
  font-size: 1.1rem;
}
.topics_article #Sec01 .news_box h2.ttl{
  font-size: 1.3rem;
}
.topics_article #Sec01 .news_box .content_area{
  font-size: 1.1rem;
  margin-top: 20px;
}
.topics_article #Sec01 .news_box .content_area img{
  max-width: 100%;
  height: auto;
  margin: 20px 0;
}

.topics_article #Sec01 .pagenation{
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.topics_article #Sec01 .pagenation a{
  padding: 10px;
}

/* thanks_article
-----------------------------------------------------------------*/

/* #Sec01
-----------------------------------------------------------------*/
.thanks_article #Sec01{
}
.thanks_article #Sec01 .thanks_box{
  width: auto;
  margin: 20px 18px 0;
}
.thanks_article #Sec01 .thanks_box h2.ttl{
  font-size: 1.2rem;
  font-weight: bold;
  text-align: left;
  color: #000000;
}
.thanks_article #Sec01 .thanks_box .part{
  color: #E95539;
  font-size: 1rem;
}
.thanks_article #Sec01 .thanks_box .content_area{
  font-size: 1.1rem;
  margin-top: 20px
}
.thanks_article #Sec01 .slide_bg{
  padding: 30px 0;
}
.thanks_article #Sec01 .slide{
  max-width: 280px;
}

/* #Sec02
-----------------------------------------------------------------*/
.thanks_article #Sec02 .other_thanks_box{
  padding: 40px 37px;
  margin-top: 40px;
}
.thanks_article #Sec02 .other_thanks_box ul{
  width: auto;
}
.thanks_article #Sec02 .other_thanks_box ul li{
  width: 100%;
}
.thanks_article #Sec02 .other_thanks_box ul li:nth-child(n+2){
  margin-top: 24px;
}
.thanks_article #Sec02 .other_thanks_box ul li .txt_box{
  padding: 15px 20px;
}
.thanks_article #Sec02 .other_thanks_box ul li .img{
  width: 100%;
  height: auto;
}
.thanks_article #Sec02 .other_thanks_box ul li .img img{
  width: 100%;
  height: auto;
}
.thanks_article #Sec02 .other_thanks_box ul li .ttl{
  font-size: 1.2rem;
}
.thanks_article #Sec02 .other_thanks_box ul li .client{
  margin: 5px 0;
  font-size: 1.1rem;
}
.thanks_article #Sec02 .other_thanks_box ul li .part{
  font-size: 0.8rem;
  line-height: 1.3;
}

/* 480pxまでの幅の場合に適応される */
}