body{
    font-family: YuMincho,'Yu Mincho',serif;
    font-weight: 500;
    font-size: 16px;
  }

 
  div.wrap{
      overflow: hidden;
  }
  
  .container {
      max-width: 1080px;
  }
  
  @media screen and (max-width: 1010px){
    .container {
        padding: 0 1.5rem;
    }
  }
  
  @media screen and (max-width: 460px){
    nav.is-fixed-top .container {
        padding: 0 1.5rem 0 0 ;
    }
  }
  
  .overwidth{
      margin:0 -200% !important;
      padding:0 200%;
  }
  
  .has-image-centered {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .has-margin-1{
      margin-top: 70px;
      margin-bottom:70px;
  }
  .has-margin-2{
      margin-top: 60px;
      margin-bottom:60px;
  }
  .has-margin-3{
      margin-top: 50px;
      margin-bottom:50px;
  }
  .has-margin-4{
      margin-top: 40px;
      margin-bottom:40px;
  }
  .has-margin-5{
      margin-top: 30px;
      margin-bottom:30px;
  }
  .has-margin-6{
      margin-top: 20px;
      margin-bottom:20px;
  }
  .has-margin-7{
      margin-top: 10px !important;
      margin-bottom:10px !important;
  }
  
  .has-margin-top-150{
      margin-top: 150px;
  }
  .has-margin-top-100{
      margin-top: 100px;
  }
  .has-margin-top-1{
      margin-top: 70px;
  }
  .has-margin-top-2{
      margin-top: 60px;
  }
  .has-margin-top-3{
      margin-top: 50px;
  }
  .has-margin-top-4{
      margin-top: 40px;
  }
  .has-margin-top-5{
      margin-top: 30px;
  }
  .has-margin-top-6{
      margin-top: 20px;
  }
  .has-margin-top-7{
      margin-top: 10px;
  }
  
  
  
  .has-margin-bottom-1{
      margin-bottom: 70px !important;
  }
  .has-margin-bottom-2{
      margin-bottom: 60px !important;
  }
  .has-margin-bottom-3{
      margin-bottom: 50px !important;
  }
  .has-margin-bottom-4{
      margin-bottom: 40px !important;
  }
  .has-margin-bottom-5{
      margin-bottom: 30px !important;
  }
  .has-margin-bottom-6{
      margin-bottom: 20px !important;
  }
  
  .has-margin-bottom-7{
      margin-bottom: 10px;
  }
  
  .has-padding-1{
      padding-top: 70px;
      padding-bottom:70px;
  }
  .has-padding-2{
      padding-top: 60px;
      padding-bottom:60px;
  }
  .has-padding-3{
      padding-top: 50px;
      padding-bottom:50px;
  }
  .has-padding-4{
      padding-top: 40px;
      padding-bottom:40px;
  }
  .has-padding-5{
      padding-top: 30px;
      padding-bottom:30px;
  }
  .has-padding-6{
      padding-top: 20px;
      padding-bottom:20px;
  }
  .has-padding-7{
      padding-top: 10px;
      padding-bottom:10px;
  }
  
  .has-padding-top-1{
      padding-top: 70px;
  }
  .has-padding-top-2{
      padding-top: 60px;
  }
  .has-padding-top-3{
      padding-top: 50px;
  }
  .has-padding-top-4{
      padding-top: 40px;
  }
  .has-padding-top-5{
      padding-top: 30px;
  }
  .has-padding-top-6{
      padding-top: 20px;
  }
  .has-padding-top-7{
      padding-top: 10px;
  }
  
  .has-padding-bottom-1{
      padding-bottom: 70px !important;
  }
  .has-padding-bottom-2{
      padding-bottom: 60px;
  }
  .has-padding-bottom-3{
      padding-bottom: 50px;
  }
  .has-padding-bottom-4{
      padding-bottom: 40px;
  }
  .has-padding-bottom-5{
      padding-bottom: 30px;
  }
  .has-padding-bottom-7{
      padding-bottom: 10px;
  }
  
  .has-padding-bottom-155{
      padding-bottom: 155px !important;
  }
  
  .reverse-row-order {
    flex-direction: row-reverse;
  }
  
  .is-vertical-center {
    display: flex;
    align-items: center;
  }



.hamburger {
    position: fixed;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 300;
    background: url(../images/sp_btn_menu.png);
    background-size: contain;
}


/* common */

section h2{
    font-size: 41px;
    color: #fff;
    text-align: center;
}

section h2 span{
    font-size: 20px;
    font-weight: bold;
    background: #C1001F;
    color: #000;
    display: block;
    margin: auto;
    width: 254px;
    padding: 8px;
}

.has-padding-bottom-0{
    padding-bottom: 0;
}

.has-padding-margin-0{
    margin-bottom: 0 !important;
}

p.lead{
    line-height: 2.2;
}

.is-text-red{
    color: #C1001F;
}

/* nav */

.logoimg img{
    width: 236px;
}

.column.has-btn.is-3 {
    margin-top: 25px;
}

.mainmenu.column{
    -webkit-transform: skewX(150deg);
    -moz-transform: skewX(150deg);
    transform: skewX(150deg);
    border-right: 1px solid #fff;
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.mainmenu.column:last-child{
    border-right: none;
}

.mainmenu.column a{
    display:block;
    transform: skewX(-150deg);
    padding:0 7px;
    font-size: 12px;
    color: #fff;
    margin: auto;
}

.mainmenu.column a span{
    display: block;
    font-size: 7px;
}

@media screen and (min-width:769px){
    .sphamburger{
        display: none;
    }
    .header_tel{
        pointer-events: inherit;
    }
}

/* keyvisual */
section.hero.keyvisual .hero-body {
    position: relative;
    overflow: hidden;
  }

  .keyvisual .hero-body{
    background:url(../images/keyvisual_bg.jpg);
    background-size: cover;
    /* background-position: left 39% bottom 17%; */
    max-height: 700px;
    padding-top: 40px;
    padding-bottom: 70px;
}

  section.hero.keyvisual .hero-body h1 img{
      width: 800px;
      max-width: 100%;
      margin: auto;
      display: block;
  }

/* menubar */

.menubarItems{
    margin-top: -40px;
}

.menuContent a {
    pointer-events: none;
}

.menubar .menuContent{
    border: 1px solid #fff;
    position: relative;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menubar .menuContent:before {
    content: "";
    top: 7px;
    left: 5px;
    border-bottom: 1em solid transparent;
    border-left: 1em solid #c12748;
    position: absolute;
    z-index: 100;
}

.menubar .menuContent:after {
    content: "";
    display: block;
    top: 5px;
    transform: rotate(-45deg);
    left: 0;
    position: absolute;
    z-index: 101;
}

.menubar a{
    color: #fff;
    font-size: 18px;
}

.menubar a span{
    display: flex;
    align-items: center;
    color: #424242;
    font-size: .7em;
}
.menubar a span:before,
.menubar a span:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}
 
.menubar a span:before {
    margin-right: .5rem;
}
 
.menubar a span:after {
    margin-left: .5rem;
}


/* recruitement */

section.recruitement{
    background: url(../images/recruitement_bg.jpg);
    background-size: cover;
    position: relative;
    z-index: 0;
}

    
section.recruitement::before{
    top: 0;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: inherit;
    filter: brightness(40%);
    z-index: -1;
}


/* company */

.company dl {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    color: #fff;
}
.company dt {
    flex-basis: 15%;
    padding: 20px;
    border-bottom: 1px solid #ccc;
}
.company dt span{
    border-left:  1px solid #ccc;
    padding-left: 8px;
}
.company dd {
    flex-basis: 85%;
    padding: 20px;
    border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 559px) {
.company dl {
    flex-flow: column;
}
}





/*faq*/


.faqBox{
    background: linear-gradient(90deg, #C1001F, #C45414);
    border-radius: 10px;
}

.accbox {
    margin: 2em auto;
    padding: 0;
    max-width: 900px;/*最大幅*/
    font-size: 18px;
}

/*ラベル*/
.accbox label {
    display: block;
    margin: 1.5px 0;
    padding: 15px 12px;
    color: #000;
    font-weight: bold;
    background: #fff;
    cursor :pointer;
    transition: all 0.5s;
    position: relative;
}

/*アイコンを表示*/
.accbox label:before {
    content: 'Q';
    color: #C1001F;
    font-size: 35px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    padding-right: 8px;
    vertical-align: middle;
}
.accbox label:after {
    content: '';
    background:url(../images/faq_open.png) ;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    padding-right: 8px;
    right: 25px;
    top: 35px;
    width: 30px;
    height: 30px;
    position: absolute;
}

/*ラベルホバー時*/
.accbox label:hover {
    opacity: .8;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
    position: relative;
    margin-bottom: 20px;
    color: #fff;
}


.cssacc:checked + label + .accshow {
    height: auto;
    padding: 5px;
    opacity: 1;
}

.accbox .accshow p{
	padding-left: 40px;
}

.accbox .accshow p {
    margin: 30px 20px;
}

.accbox .accshow p:before{
    content: 'A';
    font-size: 35px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    padding-right: 8px;
    top: 25px;
    left: 20px;
    width: 30px;
    height: 30px;
    position: absolute;
}

.accbox label span {
    border-left: 1px solid #949494;
    position: absolute;
    right: 82px;
    top: 15%;
    display: block;
    height: 58px;
}

.cssacc:checked + label:after {
    content: '';
    background-image: url(../images/faq_close.png);
}

@media screen and (max-width:480px){
    label.faqtitle {
        padding-right: 80px;
    }
    .accbox label:after{
        top: 50px;
    }
    .accbox label span{
        height: 76px;
    }
}



/* form */

section.contactfrom{
    background: url(../images/contactform_bg.png);
    background-size: cover;
}

.contactfrombox{
    background: #fff;
    border-radius: 10px;
}

.formimg{
    display: block;
    max-width: 350px;
    margin: 15px auto;
}


.contactfrom dl{
  display:flex;
  flex-wrap: wrap;
}
.contactfrom dt{
	width: 32%;
	margin-right: 3%;
	box-sizing: border-box;
	position: relative;
}
.contactfrom dt span{
    width: 75%;
    background: #ededed;
    padding: 10px 10px;
    margin-bottom: 20px;
	height: 60px;
    display: flex;
    align-items: center;
}
.contactfrom dd{
  padding: 0 10px;
  margin: 0;
  width: 65%;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.contactfrom dt label:after{
	content:"";
	/* background-image: url(images/not_require_icon.png); */
	width: 55px;
	height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    right: 20px;
}
.contactfrom dt.req label:after{
	content:"必須";
    color: #C1001F;
	width: 35px;
	height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    right: 0;
}

.contactfrom button{
	background-color: transparent;
	border: none;
	cursor: pointer;
}
.contactfrom button:hover{
	opacity: .8;
}

label.radio {
    display: block;
}

.radio+.radio{
    margin-left: 0 !important;
}

@media only screen and (min-width: 0px) and (max-width: 460px){
	.contactfrom dt,
	.contactfrom dd{
		width: 100%;
	}
    section.contactfrom button#submit img{
        max-width: 100%;
    }
    .contactfrombox img {
        max-width: 100%;
    }
    button#submit img {
        max-width: 100%;
    }
}

@media only screen and (min-width: 461px){
    a.tellink{
        pointer-events: none;
    }
}

button#submit img {
    max-width: 380px;
}


/* footer */

footer img{
    max-width: 200px;
}

footer .mainmenu.column:nth-last-child(2){
    border-right: none;
}


.copyright{
    border-top: 1px solid #C7C7C7;
    color: #fff;
}

/* pagetop */
.c-pageTop {
    position: fixed;
    right: 20px;
    bottom: 10px;
    z-index: 4900;
}

.c-pageTop a span {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    padding-top: 30px;
}
.c-pageTop a {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    position: relative;
    font-size: 1px;
    background: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 15%);
    -webkit-transition: .3s;
    transition: .3s;
}



  /*spmenu*/
.sp-tel-btn{
    position: fixed;
    top: 5px;
    right: 125px;
    width: 55px;
    height: 50px;
    cursor: pointer;
    z-index: 300;
  }
  .sp-contact-btn{
    position: fixed;
    top: 5px;
    right: 65px;
    width: 55px;
    height: 50px;
    cursor: pointer;
    z-index: 300;
  }
  
  .global-nav {
    position: fixed;
    right: -350px;
    top: 0;
    width: 350px;
    height: 100vh;
    padding-top: 75px;
    background-color: #fff;
    transition: all .6s;
    z-index: 301;
    overflow-y: auto;
    color: #000;
  }

  .global-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .global-nav__item {
    text-align: left;
    padding: 0 14px;
    border-bottom: 1px solid #eee;
  }
  .global-nav__item:before {
      content: "";
      /* background: url(../images/list01.png); */
      width: 7px;
      height: 7px;
      position: absolute;
      margin-top: 23px;
  }
  .global-nav__item:after {
      content: "";
      background-image: url(../images/arrow_right.png);
      background-repeat: no-repeat;
      background-size: contain;
      width: 6px;
      height: 15px;
      position: absolute;
      right: 20px;
      margin-top: -33px;
  }
  .global-nav__item a,
  .global-nav__item label {
    display: block;
    padding: 15px 0;
    text-decoration: none;
    color: #000;
    margin-left: 20px;
  }
  .global-nav__item a:hover {
    background-color: #eee;
  }
  .global-nav__btn img {
      max-width: 80%;
      margin: auto;
      display: block;
      margin-top: 15px;
  }
  .hamburger__line {
    position: absolute;
    left: 11px;
    width: 18px;
    height: 1px;
    background-color: #fff;
    transition: all .6s;
  }
  .hamburger__line--1 {
    top: 14px;
  }
  .hamburger__line--2 {
    top: 20px;
  }
  .hamburger__line--3 {
    top: 26px;
  }
  .black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }
  img#link0{
    position: fixed;
    visibility: hidden;
  }
  
  /* 表示された時用のCSS */
  .nav-open .global-nav {
    right: 0;
  }
  .nav-open .black-bg {
    opacity: .8;
    visibility: visible;
  }
  .nav-open .hamburger__line--1 {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav-open .hamburger__line--2 {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger__line--3 {
    transform: rotate(-45deg);
    top: 20px;
  }
  .nav-open img#link0{
    visibility: visible;
    position: fixed;
    width: 50px;
    height: 50px;
    right: 0;
    top: 0;
  }
  
  .global-nav__item.subnav:after{
    content:none;
  }
  
  .global-nav__item.subnav label{
    padding-bottom: 5px;
  }
  
  .global-nav__item.subnav label:after {
      content: url(../images/arrow_bottom.png);
      display: inline-block;
      vertical-align: middle;
      -webkit-transform: scale(0.3);
      transform: scale(0.3);
      position: absolute;
      right: 1px;
  }
  
  .global-nav__item.subnav input:checked + label:after{
      content: url(../images/arrow_top.png);
  }
  
  
  .acd-check{
      display: none;
  }
  .acd-label{
      display: block;
      margin-bottom: 1px;
      padding: 10px;
  }
  .acd-content{
      height: 0;
      opacity: 0;
      padding: 0 10px;
      transition: 0s;
      visibility: hidden;
  }
  .acd-check:checked + .acd-label + .acd-content{
      height: 450px;
      opacity: 1;
      padding: 10px;
      visibility: visible;
  }
  
  .subnav_title{
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  
  .subnav_title:before {
      content: "";
      /* background: url(../images/list01.png); */
      width: 7px;
      height: 7px;
      position: absolute;
      left: 25px;
      margin-top: 7px;
  }
  
  .subnav ul li a:before {
      content: "";
      /* background: url(../images/list01.png); */
      width: 7px;
      height: 7px;
      position: absolute;
      left: 40px;
      margin-top: 8px;
  }
  
  .global-nav__item.subnav a{
    margin-left: 30px;
    padding: 10px 0;
  }