@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:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;

  min-width: 1010px;
  font-size: 1.4rem;
  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;
  background: url("../images/common/bg.png") center;
  background-size: 100%;
}

#Page.top{
  background:  url("../images/common/bg_inner.png") no-repeat center;
  background-size: 1035px;
  background-repeat-y: repeat;
}

/*
::-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;
}

.go_top{
  text-align: right;
  width: 840px;
  margin: 40px auto;
}

.txc{
  text-align: center;
}

/* web font
-----------------------------------------------------------------*/


/*--------------------------------------------------------------------------
   Page
---------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
   Header
---------------------------------------------------------------------------*/
#Header{
  width: 100%;
  background: rgba(255,255,255, 0.7);
  position: relative;
  z-index: 2;
}

#Header .inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  height: 80px;
  margin: 0 auto;

}
#Header .logo img{
  max-width: 271px;
}

#Header .nav_box{
  display: none;
}

#Header .global_navi nav ul{
  display: flex;
  font-size: 1.8rem;
  font-weight: bold;
}

#Header .global_navi nav ul li{
  margin-left: 60px;
}

#Header li.syanai{
	font-size: 1.4rem;
    border: 1px solid #3c3c3c;
    border-radius: 20px;
    padding: 3px 10px;
    opacity: 0.7;
	max-width: 120px;
    line-height: 25px;
}


/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* Main
-----------------------------------------------------------------*/
#Main{
  position: relative;
}
#Main section{
}
#Main .inner{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
#Main h2.ttl{
}
#Main h3.ttl{
}

#Main p{
  font-size: 1.6rem;
}


/* common
-----------------------------------------------------------------*/
#Main .ttl_box{
  font-weight: bold;
  margin-bottom: 20px;
}

#Main .ttl{
  font-size: 6.0rem;
  line-height: 60px;
  color: #ff0001;
  font-family: 'Rajdhani', sans-serif;
}

#Main .ttl_02{
  font-size: 2.8rem;
  line-height: 48px;
  margin: 0 0 15px auto;
}

#Main .ttl_02 span{
  background: linear-gradient(transparent 60%, #ffadad 60%);
}

.more{
  font-family: 'Rajdhani', sans-serif;
  font-size: 2.0rem;
  text-align: center;

}

.more a{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-weight: bold;
  border: 2px solid #000;
  max-width: 140px;
  height: 37px;
  border-radius: 30px;
  position: relative;
  letter-spacing: 3.5px;
  font-size: 2.0rem;

}

.btn_02 a{
  border: 2px solid #fff;
  color: #fff;
}

.more a:hover{
  background: #ff0001;
  color: #fff;
  opacity: 1.0;
  border: 1px solid #ff0001;
}

.more.btn_02 a:hover{
  color: #ff0001;
  background: #fff;
  opacity: 1.0;
}


.more img{
  position: absolute;
  right: 15px;
}

#Other{
  margin-top: 120px;
}

#Other .banner_list{
  display: flex;
  justify-content: space-between;
}


#Main #Recruit{
  margin: 80px auto;
}

#Main #Recruit .recruit_box{
  display: flex;
  background: #fff;
  justify-content: space-between;
  border: 1px solid #efefef;
}

#Main #Recruit .recruit_box .img{
  padding: 20px 0px 20px 50px;
}

#Main #Recruit .recruit_box .txt{
    width: 45%;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 30px;
    position: relative;
    height: 340px;
}

#Main #Recruit .recruit_box .txt h3{
  font-size: 2.5rem;
  font-family : YuMincho,'Yu Mincho',serif;
  margin-top: 35px;
}


#Main #Recruit .recruit_box .txt h4{
  font-size: 1.8rem;
}

#Main #Recruit .recruit_box .txt p{
  font-size: 1.4rem;
  margin-top: 10px;
}

#Main #Recruit .recruit_box .txt h3 span{
  display: block;
    font-size: 2.4rem;
    font-weight: normal;
    font-family: 'Rajdhani', sans-serif;
}

#Main #Recruit .recruit_box .txt .more a{
  margin: 0 auto;
  margin-top: 40px;
}

#Main #Recruit .recruit_box .txt:before{
content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 400px 100px;
    border-color: transparent transparent #000 transparent;
    position: absolute;
    left: -100px;
    top: 0;
}

#Contact{
  background: url("../images/common/bg_pink.png");
  padding: 80px 0;
  margin-top: 80px;
}

#Contact .btn_box{
  display: flex;
  justify-content: space-between;
}


#Contact .contact_box{
  background: #fff;
  padding: 40px 0;
  display: flex;
  justify-content: space-around;
  text-align: left;
}

#Contact .contact_box .tel{
  font-size: 3.8rem;
  font-weight: bold;
      line-height: 5.2rem;
}

#Contact .contact_box .tel img{
  vertical-align: middle;
  margin-right: 20px;
}

#Contact .contact_box p.btn a{
  background: #eb3323;
  font-size: 2.4rem;
  font-weight: normal;
  position: relative;
}

#Contact .contact_box p.btn a{
  color: #fff;
  display: block;
  width: 580px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#Contact .contact_box p.btn img{
  vertical-align: middle;
  margin: 0 15px;
}

#Contact .contact_box p.btn span.icon{
  margin-left: -40px;
}

#Contact .contact_box p span.arrow{
  position: absolute;
  right: 20px;
}

#Footer{
  background: #261818;
  color: #fff;
  padding-top: 30px;
}

#Footer a{
  color: #fff;
}

#Footer .logo{
  margin-bottom: 10px;
}

#Footer .footer_inner{
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}

#Footer #FooterNavi{
  display: flex;
}

#Footer #FooterNavi h3{
  font-size: 1.5rem;
  border-bottom: 1px solid #9f7d7d;
  font-weight: normal;
  margin-bottom: 5px;
}

#Footer #FooterNavi .nav_box{
  margin-left: 20px;
  width: 140px;
}


#Footer #FooterNavi .nav_box li{
  margin-bottom: 5px;
  font-size: 1.3rem;
}

#Footer .copy{
  text-align: center;
  background: #000;
  font-size: 1.3rem;
  padding: 5px 0;
  margin-top: 10px;
}

@media screen and (max-width: 960px) {
/* 480pxまでの幅の場合に適応される */

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%;
}

#Page{
  background: none;
}

.top #Content{
  background: url(../images/common/bg_inner.png) no-repeat center;
    background-repeat-y: repeat;
    background-size: calc(100% - 20px);
}


/*--------------------------------------------------------------------------
     Header
  ---------------------------------------------------------------------------*/
#Header{
  background: url("../images/top/service_bg.png");
	position: fixed;
}

#Header .inner{
  display: block;
}

#Header .nav_box{
  display: block;
}

#Header .logo{
  position: relative;
  left: 15px;
  top: 15px;
}

.global_navi{
  width: 100%;
  z-index: 5;
  position: relative;
  top: 30px;
}

#Navi{
  display: none;
  padding: 10px 0;
  position: relative;
  background: #fff;
}
#Navi ul{
  padding: 0 15px;
  display: block;
}
#Navi ul li{
  margin: 7px 0;
}
#Navi ul li a{
  font-size: 1.4rem;

}

#Header .global_navi nav ul li{
  margin-left: 10px;
}

#Header #Navi li img{
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 5px;
}

#Header .nav_box{
  position: fixed;
  top: 0;
  right: 0;
  width: 50px;
  text-align: center;
  font-size: 1.2rem;
  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: 30px;
  height: 20px;
  cursor: pointer;
  padding: 18px 0px;
}
#Header .menu-trigger a:hover{
  opacity: 1;
}
#Header .menu-trigger span{
  position: absolute;
  right: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
}
#Header .menu-trigger span:nth-of-type(1){
  top: 21px;
  width: 80%;
}
#Header .menu-trigger span:nth-of-type(2){
  top: 11px;
}
#Header .menu-trigger span:nth-of-type(3){
  bottom: 3px;
  width: 60%;
}
#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);
  width: 100%;
}
#Header .menu-trigger.active span:nth-of-type(3){
  bottom: 0;
  margin-bottom: 12px;
  transform: rotate(-135deg);
  width: 100%;
}

#Header .global_navi nav ul{
  display: block;
}


/*--------------------------------------------------------------------------
     Content
  ---------------------------------------------------------------------------*/

/* Main
-----------------------------------------------------------------*/
#Main{
}
#Main .inner{
  max-width: 100%;
  width: 100%;
  padding: 0;
}
#Main .ttl{
  font-size: 4.0rem;
  line-height: 4.0rem;
}

#Main section .inner{
  width: calc(100% - 80px);
    margin: 20px 40px;
}

.more a{
  margin: 0 auto 30px auto;
}

#Other{
  margin-top: 60px;
}

#Other .banner_list{
  display: block;
}

#Other img{
  width: 100%;
  margin-bottom: 30px;
}

#Contact{
  margin-top: 20px;
  padding: 30px 0;
}

#Contact .btn_box{
  display: block;
}

#Contact .btn_box p{
  margin-bottom: 20px;
}

#Contact .btn_box p a{
  width: 100%;
  height: 40px;
  font-size: 1.6rem;
  text-align: left;
  justify-content: end;
}


#Contact .btn_box p a .icon{
  margin-left: 15px;
}

#Contact .btn_box p a .icon img{
  width: 16.5px;
}

#Contact .btn_box p img{
  margin: 0 5px;
}

#Contact .btn_box p a .arrow img{
  width: 10.5px;
}

#Contact .btn_box p span.arrow{
  right: 10px;
}

#Contact .contact_box{
  display: block;
  padding: 20px;
}

#Contact .contact_box .icon img{
  width: 22px;
  margin-right: 10px;
}

#Contact .contact_box p.btn a{
  height: 60px;
  margin-top: 10px;
}

#Contact .contact_box p span.arrow{
  right: 0px;
}

#Contact .contact_box .arrow img{
  width: 14px;
}

#Contact .contact_box .tel{
  font-size: 2.6rem;
}

#Contact .contact_box .btn{
  width: 100%;
}

#Contact .contact_box p.btn a{
  width: 100%;
  font-size: 1.6rem;
}

#Main #Recruit .recruit_box .txt h3{
	font-size: 2.1rem;
}

#Main #Recruit .recruit_box {
    display: block;
}

	#Main #Recruit .recruit_box .img {
    padding: 20px;
}

	#Main #Recruit .recruit_box .img img {
    width: 100%;
}

	#Main #Recruit .recruit_box .txt {
    width: calc(100% - 40px);
    height: auto;
    padding: 20px;
}

	#Main #Recruit .recruit_box .txt:before{
		display: none;

	}

/*--------------------------------------------------------------------------
   Footer
---------------------------------------------------------------------------*/
#Footer a {
  display: block;
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
#Footer ul {
  margin-bottom: 1rem;
}
#Footer .footer_inner{
  width: 100%;
  margin: 0;
  display: block;
  padding: 0 20px;
  box-sizing: border-box;
}
#Footer #FooterNavi {
	display: block;
}
#Footer #FooterNavi .nav_box {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
#Footer .copy{
  font-size: 1rem;
  margin-top: 8px;
}

#Footer .info{
  width: auto;
  margin: 0 auto 30px;
}

#Footer .info h2{
  text-align: center;
}

/* #Footer .link{
  display: none;
} */


/* top
-----------------------------------------------------------------*/

/* #Sec01
-----------------------------------------------------------------*/
.top #Sec01{
}

/* #Sec02
-----------------------------------------------------------------*/
.top #Sec02{
}

/* #Sec03
-----------------------------------------------------------------*/
.top #Sec03{
}

/* 480pxまでの幅の場合に適応される */
}
