@charset "utf-8";
/*
Theme Name: ComeLuck_recruit
Theme URI:
Author: カムラック リクルート
Author URI:
Description: 安全を守り、心地よさを創出する空間を
*/
/* ================================================
   初期化設定
================================================ */
html, body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea,
p, blockquote, th, td {
margin: 0;
padding: 0;
}
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
font-family: 'Lato', sans-serif;
}
address, caption, cite, code, dfn, th, var {
font-style: normal;
font-weight: normal;
}
caption, th {
text-align: left;
}
ol, ul {
list-style: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
img, abbr, acronym, fieldset {
border: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
img {
max-width: 100%;
height: auto;
vertical-align: top;
}
a {
display: block;
text-decoration: none;
color: inherit;
outline: none;
}
br{
display:block;
content:"";
margin:0;
}
/* ================================================
   全体の構造設定
================================================ */
html {
font-size:62.5%;
}
body {
display:none;
font-size: 14px;
line-height: 1.6;
font-family: 'Noto Sans JP', sans-serif;
color: #000;
padding: 0px;
margin: 0px;
-webkit-text-size-adjust:100%;
letter-spacing:0.03em;
overflow:hidden;
overflow-y:scroll;
overflow-x:hidden;
-webkit-backface-visibility: hidden
-webkit-font-smoothing: antialiased
}
a {
color:#000;
-webkit-transition: all .4s;
transition: all .4s;
text-decoration:none;
}
a:hover {
opacity: 0.6;
-webkit-transition: all .4s;
transition: all .4s;
text-decoration:none;
}

/* ラッパー
------------------------------------------------ */
div#wrapper {
overflow:hidden;
}
div#wrapper img {
max-width:100%;
height:auto;
}

/* ヘッダー
------------------------------------------------ */
div#header.top {
width: 100%;
position:absolute;
z-index:1;
margin:0;
}
div.headerinr.top {}

div#header.page {
width: 100%;
position:static;
}
div#header div.headerinr.page {
display: flex;
justify-content: space-between;
align-items: center;
margin: 0 auto;
padding: 10px 0;
max-width: 1500px;
padding:20px;
color:#fff;
}

.logo {
width:100px;
}
.logo_sp {
width:100px;
display:none;
position: absolute;
top: 15px;
left:0;
}

#sub-header {
color:#000;
width: 98%;
position: absolute;
top: 15px;
z-index: 1;
margin: 0 1%;
}
#sub-header div.headerinr {
display: flex;
justify-content: space-between;
align-items: center;
margin: 0 auto;
padding: 10px 0;
max-width: 1500px;
padding:20px;
color:#fff;
}
#sub-header .gnav li a {
color:#000;
}

/*-------------------ad-------------*/


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

.sidebar {
  position: absolute;
  left: 0;
  top:0;
  /*left: -250px;*/
  background: #3c444b;
  width: 20vw;
  height: 100vh;
  text-align:center;
  /*transition: all 0.5s;*/
  padding-top:20px;
  box-sizing: border-box;
}

.header-text {
 font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    background: #3c444b;
    user-select: none;
    width: 100vw;
}

.hp-ttl{
  background: url(images/logo_mark_white.png) no-repeat center center;
    width: 100%;
    height: 6vh;
    background-size: contain;

}
.hp-ttl a{
 height:14vh;
			font-family: 'Lato', sans-serif;
}
.sidebar ul a {
  display: block;
  height: 100%;
  width: 100%;
  padding:1.8vh 0;
  line-height: 4vh;
  font-size: 20px;
  color: #fff;
  transition: 0.4s;

}
.sidebar ul li p {
font-size: 12px;
border-bottom: 1px solid;
width: 70%;
margin: auto;
}
.sidebar ul li:last-child p {
border-bottom: none;
}
.sidebar ul li img {
  width: 40px;
}
.sidebar ul span{
font-size: 3vh;
}

.sidebar ul li:hover a {
  padding-left: 50px;
}

@media screen and (max-width: 960px) {
.sidebar {
  display: none;
}
}
#check {
  display: none;
}

label #btn,
label #cancel {
  position: absolute;
  cursor: pointer;
  background: #b66f2d;
  border-radius: 3px;
}

label #btn {
  left: 40px;
  top: 25px;
  font-size: 25px;
  color: #fff;
  padding: 6px 12px;
  transition: all 0.5s;
}

label #cancel {
  z-index: 10;
  /* left: 195px; 見やすいように最初はこれ*/
  left: -195px;
  top: 17px;
  font-size: 30px;
  color: #fff;
  padding: 4px 9px;
  transition: all 0.5s;
}

#check:checked ~ .sidebar {
  left: 0;
}

#check:checked ~ label #btn {
  left: 250px;
  opacity: 0;
  pointer-events: none;
}

#check:checked ~ label #cancel {
  left: 195px;
}

#check:checked ~ section {
  margin-left: 250px;
}

section {
  /*height: 100vh;*/
  background: url("./bg.jpg");
  background-size: cover;
  background-position: center;
  transition: all 0.5s;
}

/*-------------------ad-------------*/


@media only screen and (max-width: 960px) {
	.logo_sp {
	display:block;
	}
	#sub-header {
	display:none;
	}
	div#header {
	width: 100%;
	position: absolute;
	height:55px;
	top: 0;
	z-index: 1;
	margin: 0 ;
	}
	div#header div.headerinr {
	padding: 12px ;
	}
	.logo {
	width:80px;
	}
	div#header div.headerinr.page {
	display: flex;
	padding: 10px 15px;
	background:#fff;
	height:35px;
	}
}
@media only screen and (max-width: 768px) {
	div.headerinr.top {
	padding:0 0 0 0 !important;
	}
}



/* コンテンツヘッダー
------------------------------------------------ */
#chead {
width:100%;
position:relative;

}
#chead.page {
background:url(images/chead_page.jpg) no-repeat center center;
background-size:cover;
}
#chead.about {
background:url(images/chead_about.jpg) no-repeat center center;
background-size:cover;
}
#chead.menubg {
background:url(images/chead_menu.jpg) no-repeat center center;
background-size:cover;
}
#chead.archive {
background:url(images/chead_archive.jpg) no-repeat center center;
background-size:cover;
}
#chead.privacy {
background:url(images/chead_privacy.jpg) no-repeat center center;
background-size:cover;
}
#chead.contact {
background:url(images/chead_contact.jpg) no-repeat center center;
background-size:cover;
}
#chead.faq {
background:url(images/chead_oem.jpg) no-repeat center center;
background-size:cover;
}
#chead.order {
background:url(images/chead_order.jpg) no-repeat center center;
background-size:cover;
}
#chead.shop {
background:url(images/chead_shop.jpg) no-repeat center center;
background-size:cover;
}
#chead.recruit {
background:url(images/chead_recruit.jpg) no-repeat center center;
background-size:cover;
}

.cheadinr {
max-width: 1200px;
height:450px;
margin: 0 auto;
position:relative;
}
.cheadwrap {
position:absolute;
left:0;
bottom:0;
}
.cheadwrap h2.chead_ttl {
font-family: 'Caveat', cursive;
font-size:7rem;
text-align:center;
padding:10px 35px 5px;
background:#fff;
color:#000;
line-height:1.2;
}
.cheadwrap h2.chead_ttl span {
display:block;
font-size:1.5rem;
font-family:"Noto Sans JP" , 'Lato',"游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

@media only screen and (max-width: 960px) {
	.cheadinr {
	height:350px;
	}
	.cheadwrap h2.chead_ttl {
	font-size:5.4rem;
	padding:10px 35px 5px;
	}
	.cheadwrap h2.chead_ttl span {
	font-size:1.5rem;
	}
	.hbtn a {
  background: none;
  }
}

@media only screen and (max-width: 768px) {
	.cheadinr {
	height:200px;
	}
	.cheadwrap h2.chead_ttl {
	font-size:3.6rem;
	padding:5px 20px 5px;
	}
	.cheadwrap h2.chead_ttl span {
	font-size:1.3rem;
	}
}
@media only screen and (max-width: 640px) {
	.cheadinr {
	height:170px;
	}
}


/* コンテンツ
------------------------------------------------ */
div#contents {
margin: 0 auto;

}
div#topcontents {
margin: 0 auto;
}
div.contentsinr {
position:relative;
}

/* ぱんくずリスト
------------------------------------------------ */


/* メイン
------------------------------------------------ */
div#main {
width:100%;
min-height: 600px;
}



/* フッター
------------------------------------------------ */
div#footer {
width: 100%;
background:url(images/footer_img_main.png) no-repeat center center;
}
div.footerinr {
position: relative;
margin: 0 auto;
padding: 0;
max-width: 1100px;
padding: 1em 2em;
box-sizing: border-box;
}

.line-link{
width:100px;
margin:auto;
text-align: center;
}
.line-link a{
background:url(images/line_icon.png) no-repeat center center;
height:100px;
background-size: 40px;
}
.line-link p{
    padding-top: 75px;
    color: #fff;
    }

.footer-logo {
  background:url(images/logo_comeluck.png) no-repeat center center;
  background-size: 200px;
  padding: 30px;
  margin: auto;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px #888);
}


.footer-nav{
margin-top: 30px;
margin-bottom:50px;
}
.footer-nav ul{
display:flex;
justify-content: space-evenly;
}
.footer-nav ul li{
width:100px;
margin:1%;
text-align:center;
color:#fff;
}
.footer-nav ul li p{
color: #fff;
border-bottom:1px solid #fff;
}
.footer-nav ul li span{
color: #fff;
}

.bottom-link{
width: 220px;
margin:auto;
}

.bottom-link a{
color:#fff;
}


@media only screen and (max-width: 768px) {
  .footer-nav {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
div#footer {
    padding: 1em 2em 60px;
  }
}


/* FLEX
------------------------------------------------ */
.flex_a{
display:flex;
justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .flex_a{
  display:block;
}
}
/* ================================================
   CONTENTS
================================================ */

/* TITLE
------------------------------------------------ */
div#topmain h2.ttlA {
font-family: 'Caveat', cursive;
font-size:5.4rem;
text-align:center;
margin-bottom:50px;
}
div#topmain h2.ttlA span {
display:block;
font-size:1.5rem;
}
div#topmain h2.ttlB {
font-family: 'Caveat', cursive;
font-size:7rem;
margin-bottom:20px;
line-height: 1.3;
}
div#topmain h2.ttlB span {
display:block;
font-size:1.5rem;
}
.top_concept h3 {
font-size:3.6rem;
text-align:center;
font-family: 'Noto Serif JP', serif;
}
h3.ttlA {
font-size:2.5rem;
text-align:center;
margin-bottom:40px;
}
h3.ttlC {
font-size:2.5rem;
text-align:center;
margin-bottom:40px;
position:relative;
}
h3.ttlC:after {
content:"";
position:absolute;
width:100%;
height:1px;
background:#e0e0e0;
left:0;
top:50%;
display:block;
z-index:-1;
}
h3.ttlC span {
background:#fff;
padding:10px 20px;
}
h3.ttlD {
font-family: 'Caveat', cursive;
font-size:3.6rem;
text-align:center;
position:relative;
}

@media only screen and (max-width: 960px) {
	div#topmain h2.ttlA {
	font-family: 'Caveat', cursive;
	font-size:3.8rem;
	text-align:center;
	margin-bottom:20px;
	}
	div#topmain h2.ttlA span {
	display:block;
	font-size:1.5rem;
	}
	.top_concept h3 {
	font-size: 4vw;
	}
	div#topmain h2.ttlB {
	text-align:center;
	font-size:4.8rem;
	margin:20px 0;
	}
	div#topmain h2.ttlB span {
	}
}

@media only screen and (max-width: 640px) {
	h3.ttlA {
	font-size:2rem;
	text-align:center;
	margin-bottom:40px;
	}
	h3.ttlC {
	font-size:2.1rem;
	}
}

/* visual
------------------------------------------------ */
#pageloading-wrap {
   background: #fff;
   width: 100%;
   height: 100%;
   position: fixed;
   top: 0;
   left: 0;
   text-align: center;
   display: table;
   z-index: 9999;
   -webkit-transition: all .4s;
transition: all .4s;
}
#pageloading-icon {
   position: absolute;
   top: 0;
   left: 0;
   right:0;
   bottom:0;
   margin:auto;
    width: 200px;
    height: 87px;
   -webkit-transition: all .4s;
transition: all .4s;
}
#pageloading-icon img {
   width:200px;
   -webkit-transition: all .4s;
transition: all .4s;
}

#visual {
width:80vw;
height:100vh !important;
position:relative;
background-size:cover;
margin-left:20vw;
}
/* #visual::after {
    content: "";
    position: absolute;
    background: url(images/logo_comeluck_w.png) no-repeat center center;
    background-size: contain;
    height: 120px;
    width: 25%;
    top: 280px;
    right: 6vw;
    filter: drop-shadow(0 0 5px #555);
} */
.visualinr {
margin:0 auto;
position:relative;
height:100vh;
}
/*.visual_logo {
position:absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
width:240px;
}*/
.visualtxt {
    color: #fff;
    font-size: 8rem;
    text-orientation: unset;
	font-weight:bold;
    text-shadow:1px 1px 10px #000;
    text-align:right;
    position: absolute;
    right:6vw;
    top: 30vh;
    bottom: 0;
    margin: auto;
    /* width:97%; */
    display: block;
    height: 320px;
    z-index: 2;
}
.visualtxt span {
display:block;
position: relative;
}
.visualtxt span::after {
    content: "";
    position: absolute;
    background: url(images/logo_comeluck_w.png) no-repeat center center;
    background-size: contain;
    height: 120px;
    width: 430px;
    top: -160px;
    right: 0.5vw;
    filter: drop-shadow(0 0 5px #555);
}

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 2s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
@media only screen and (min-width: 1025px) {
.pc_1024 {
  display: none;
}
}
@media only screen and (max-width: 960px) {
  #visual {
  width:100vw;
  margin-left:0;
}
.visualtxt {
  font-size: 6rem;
}
}
@media only screen and (min-width: 769px) {
  .pad_768 {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
.visualtxt span::after {
      width: 335px;
}
}
@media only screen and (min-width: 481px) {
  .sp_480_only {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
.down_480_none {
  display: none;
}
.visualtxt {
  display: none;
}
.header-text {
  text-align: center;
  line-height: normal;
  padding: 1em;
}
.sp_header {
  text-align: center;
}
.sp_logo1 {
  width: 50px;
  margin: auto;
  text-align: center;
  margin-bottom: 10px;
}
.sp_logo2 {
  position: absolute;
    top:25%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 1;
    filter: drop-shadow(0 0 3px #555);
}
.sp_logo2 {
  width: 50%;
}
.sp_logo3 {
  position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 1;
}
.sp_logo3 {
  width: 80%;
  opacity: 6;
}
}
/*=============
slick
=============*/
.visualslide div {
background-repeat: no-repeat;
background-size: cover;
background-position: center;
height: 100vh;
width:100%;
margin: 0;
text-decoration: none;
background-color:#fff;
}
.visualslide div.img01 {
background-image: url(images/slide1.png);
opacity:0.9;
}
.visualslide div.img02 {
background-image: url(images/slide2.png);
opacity:0.9;
}
.visualslide div.img03 {
background-image: url(images/slide3.png);
opacity:0.9;
}

@media only screen and (max-width: 480px) {
  #visual.visual_kasou {
  width:100vw;
  height:60vh !important;
  position:relative;
  background-size:cover;
  }
  #visual.visual_kasou .visualslide div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 60vh;
  width:100%;
  margin: 0;
  text-decoration: none;
  background-color:#fff;
  }

}

/* トップ
------------------------------------------------ */

/*about us*/

.inbelttext{
background:#D9E021;
height:100px;
margin-top:50px;
}
.inbelttext-inr{
width:1100px;
margin:auto;
}
.inbelttext-inr p{
width: 190px;
    padding: 0;
    background: #888;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin: 32px 0 0 0;
    display: inline-block;
}
.section-inr{
width:1100px;
margin:auto;
}
.ttl-wrap{
margin-bottom:14px;
}
.common-text{
width: 50%;
margin-top: 4%;
}
.common-text p{
font-size: 2rem;
position:relative;
}
.common-text p::after{
content:"";
border-bottom:1px solid #000;
position:absolute;
width:1030px;
height:1px;
top:30px;
left:-500px;
}

.sec-ttl{
    width: 50%;
    margin-top: -81px;
    text-align: right;
}
.sec-ttl h1,
.sec-ttl2 h1{
font-size:12rem;
color: #666;
	font-family: 'Lato', sans-serif;
font-weight: bold;
}
.sec-text-r{
word-break: break-all;
margin: 2% 5% 0 0;
text-align: right;
}


.flex-left{
width:40%;
position: relative;
}
.flex-left::after{
content:"";
position:absolute;
top:90px;
left:-40px;
width:677px;
height:390px;
background:#cccccc45;
clip-path: polygon(94% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
z-index:-1;
}


.flex-right{
width:55%;
position: relative;
margin-top: 90px;
padding: 2% 0;
}
.flex-right:before{
    content: "";
    position: absolute;
    border-top: 1px solid #D9E021;
    width: 1000px;
    top: 0;
    left: -395px;
    height: 1px;
    z-index: -1;
}
.flex-right:after{
    content: "";
    position: absolute;
    border-right: 1px solid #D9E021;
    width: 100%;
    height: 300px;
    top: 0;
    left: 0;
}
.block_inr {
  position: relative;
}
.green_waku {
  position: relative;
  padding: 2em;
  border-top: 1px solid #D9E021;
  border-right: 1px solid #D9E021;
  margin-top: 100px;
}
.green_waku:after{
  border-left:30px solid transparent;
border-top:30px solid #D9E021;
content: '';
display: block;
position: absolute;
top: 0px;
right: 0px;
}
.green_waku:before{
  width: 20px;
height: 20px;
  background: #fff;
background-image: linear-gradient(to right top, transparent 50%, #D9E021 50%, #D9E021 calc(50% + 1px), transparent calc(50% + 1px));
content: '';
display: block;
position: absolute;
bottom: 0px;
right: 0px;

}
.sec-text {
  text-align: right;
}
p.textstyle {
  line-height: 2.6;
  margin-top: 2%;
}
.image_side {
  position: absolute;
  top:-90px;
  left: 0;
  z-index: 1;
}
.sec-ttl-r{
position:relative;
/* padding-left:3%; */
text-align: right;
}
.btn_inr {
  padding-right: 150px;
}
.top-about .btn_A {
  margin-left: auto;
}
.scroll {
content:"";
position:absolute;
display:block;
width:1px;
height:100px;
top:79px;
right:-23px;
z-index: 1;
padding:0;
}
.scroll::after {
  content: '';
  position: absolute;
  top: -101px;
  left: 50%;
  width: 1px;
  height: 300px;
  background: #D9E021;
}
.scroll::after {
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.img-a{
background:url(images/img-f.png) no-repeat center center;
background-size:cover;
height: 230px;
width: 350px;
}
.text-a h2{
font-size:6rem;
font-weight: bold;
color:#D9E021;
text-align:right;
margin-right:100px;
margin-top:65px;
line-height: 1em;
}

.sec-ttl-r h2{
font-size:3rem;
color:#D9E021;
/*letter-spacing: -0.6px;*/
}

.btn_A{
    padding: 0;
    text-align: center;
    margin-top: 20px;
    /* margin-right: 0; */
    /* margin-left: 405px; */
    width: 50px;
    background: #666;
}
.btn_A a {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 2px 0;
  width: 200px;
  border: 1px solid #666;
  color: #333;
  font-weight: 700;
  transition: 0.4s;
}

.btn_A a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 16rem;
  transform: translateY(-50%);
  width: 30px;
  height: 2px;
  background-color: #fff;
  transition: 0.4s;
}

.btn_A a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: calc(16rem - 2px);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #fff;
  transition: 0.4s;
}

.btn_A a:hover {
  text-decoration: none;
  background-color: #bbbbbb;
}

.btn_A a:hover::before,
.btn_A a:hover::after {
  right: 1.7rem;
}
@media only screen and (max-width: 768px) {
  .sec-ttl {
    width: 100%;
  }
.sec-ttl h1, .sec-ttl2 h1 {
  text-align: right;
}
.section-inr {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}
.image_side {
  position: static;
}
.img-a {
  width: 100%;
  height:350px;
}
.text-a h2 {
  margin-top: -100px;
  margin-right: 0;
}
.green_waku {
 margin-top: 20px;
}
.ttl-wrap {
  margin-bottom: 0;
}

}
@media only screen and (max-width: 768px) {
  .section-inr {
      width: 100%;
      margin: auto;
      padding: 0 10px;
      box-sizing: border-box;
      position: relative;
  }

}

@media only screen and (max-width: 480px) {
.common-text {
  width: 100%;
}
.sec-ttl h1, .sec-ttl2 h1 {
  font-size: 5rem;
}
.sec-ttl {
  margin-top: -30px;
}
.sec-ttl-r h2 {
    letter-spacing: -0.05em;
    font-size: 2.6rem;
    text-align: justify;
  }
  #about_us .green_waku .sec-text {
    text-align: justify;
  }
}
/*--recruit--*/
.bg-recruit{
position:relative;
}
.bg-recruit::after {
    position: absolute;
    content: "";
    background: #8fc1582e;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    width: 730px;
    height: 158vh;
    margin: auto;
}
.common-text-b{
background:#D9E021;
width: 40%;
text-align: right;
margin-left: -40px;
padding-bottom: 10px;
}

.common-text-b h2{
font-size:6rem;
font-weight:bold;
color:#fff;
display: block;
padding-right: 55px;
line-height: 1em;
}

#recruit .sec-ttl h1 {
position: relative;
}
#recruit .sec-ttl h1:before{
position: absolute;
    content: "";
    bottom: 40px;
    right: 0px;
    border: 1px solid #D9E021;
    width: 760px;
}

.sec-ttl p {
font-size: 2rem;
margin-top:-25px;
}
.sec-ttl2 p {
    font-size: 2rem;
    margin-top: 0px;
}
/* .sec-ttl p:before{
position: absolute;
    content: "";
    top: -7px;
    left: -210px;
    border: 1px solid #D9E021;
    width: 760px;
} */
#recruit .sec-ttl p {
  position: relative;
}
#recruit .sec-ttl p:after{
position: absolute;
    content: "";
    top: 44px;
    left: -10px;
    border-bottom: 1px solid #000;
    width: 1000px;
    height:1px;
}


/*--recruit2--*/

.rec-text-left{
width: 36%;
margin-left: -10px;
}
.rec-img-right{
background:url(images/img-e.png) no-repeat center center;
background-size:cover;
height: 230px;
width: 350px;
}

.emp{
height:50px;
}


.btn_B{
    padding: 0;
    text-align: center;
    margin-top: 0;
    margin-right: 0;
    margin-left: 900px;
    width: 50px;
    background: #666;
}
.btn_B a {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 2px 0;
  width: 200px;
  border: 1px solid #333;
  color: #333;
  font-weight: 700;
  transition: 0.4s;
}

.btn_B a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 16rem;
  transform: translateY(-50%);
  width: 30px;
  height: 2px;
  background-color: #fff;
  transition: 0.4s;
}

.btn_B a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: calc(16rem - 2px);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #fff;
  transition: 0.4s;
}

.btn_B a:hover {
  text-decoration: none;
  background-color: #bbbbbb;
}

.btn_B a:hover::before,
.btn_B a:hover::after {
  right: 1.7rem;
}
@media only screen and (max-width: 768px) {
  .common-text-b {
    background-color: inherit;
    width: 40%;
    text-align: right;
    margin-left: 0;
    padding-bottom: 10px;
    margin-top: -90px;
}
#recruit .sec-ttl {
  margin-top: -122px;
    text-align: right;
}
#recruit .sec-ttl h1:before {
  display: none;
}
#recruit .sec-ttl p {
  text-align: left;
  margin-top: -40px;
}
#recruit .sec-ttl p:after {
  position: absolute;
content: "";
top: 30px;
left: -10px;
border-bottom: 1px solid #000;
width: 1000px;
height: 1px;
}
#recruit .flex_a.calum_re {
  display: flex;
  flex-direction: column-reverse;
}
.rec-img-right {
  width: 100%;
  height: 350px;
}
.rec-text-left {
  width: 100%;
  margin: 0;
}
.bg-recruit::after {
    position: absolute;
    content: "";
    background: #8fc1582e;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    right: 0;
    z-index: -1;
    width: 110%;
    height: 175vh;
    margin: auto;
}
}
@media only screen and (max-width: 480px) {
  #recruit .sec-ttl {
    margin-top: -17px;
    text-align: right;
}
#recruit .sec-ttl p {
    text-align: left;
    margin-top: -13px;
}
.common-text-b h2 {
    font-size: 3rem;
  }
  .common-text-b {
    margin-top: -81px;
}
.emp{
height:10px;
}

}
/*--works--*/
#works flax_a {
  align-items: flex-end;
}
.works-img-left{
background:url(images/img-d.png) no-repeat center center;
background-size:cover;
height: 500px;
width: 700px;
/* margin-top: -184px; */
margin-left: -300px;
}
.work_rigft {
  width: calc(100% - 480px);
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.work_rigft .sec-ttl2 {
  text-align: right;
}
.text_a_j {
  text-align: justify;
}
.work_rigft .btn_B {
  margin-left: auto;
}
.sec-ttl span{
font-size:2rem;
}

.works-text-left {
    margin-top: -250px;
    width: 50%;
    word-break: break-all;
    text-align: justify;
}

.btn_C{
    padding: 0;
    text-align: center;
    margin-right: 0;
    margin-left: auto;
    width: 50px;
    background: #666;
}
.btn_C a {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 2px 0;
  width: 200px;
  border: 1px solid #333;
  color: #333;
  font-weight: 700;
  transition: 0.4s;
}

.btn_C a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 16rem;
  transform: translateY(-50%);
  width: 30px;
  height: 2px;
  background-color: #fff;
  transition: 0.4s;
}

.btn_C a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: calc(16rem - 2px);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #fff;
  transition: 0.4s;
}

.btn_C a:hover {
  text-decoration: none;
  background-color: #bbbbbb;
}

.btn_C a:hover::before,
.btn_C a:hover::after {
  right: 1.7rem;
}
@media only screen and (max-width: 768px) {
.works-img-left {
    height: 300px;
}
.work_rigft {
  width: 100%;
  margin-top: -320px;
}
#recruit .btn_B {
  padding: 0;
  text-align: center;
  margin-top: 10px;
  margin-right: 150px;
  margin-left: auto;
  width: 50px;
  background: #666;
}
}
@media only screen and (max-width: 480px) {
  .works-img-left {
      width: 100%;
      height: 250px;
      margin-left: 0px;
  }
  .work_rigft {
    width: 100%;
    margin-top: -36px;
  }
  .work_rigft .sec-ttl2 p {
    position: relative;
  }
  .work_rigft .sec-ttl2 p:after {
    position: absolute;
    content: "";
    top: 30px;
    left: -10px;
    border-bottom: 1px solid #000;
    width: 1000px;
    height: 1px;
}
#works {
  margin-top: 30px;
}

}
/*--career--*/

.flex_b{
display:flex;
justify-content: center;
margin-top: -70px;
align-items: center;
}
/*      なぜそれが可能なのか？のh2 styleが効いていません。！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！-----------------　　　　　　classのrec-ttl-rサイズに統一させてください。　　　　　　　　　　　　　　　---------------------------------------------------------
.flex_b h2{
	font-family:sans-serif;
		font-size:120%;
}
*/

.sec-ttl-left{
    width: 50%;
    margin-top: -81px;
    text-align: left;
}
.sec-ttl-left h1{
font-size:12rem;
color: #666;
font-weight: bold;
position: relative;
z-index: 1;
}

.crr-img-left{
background:url(images/img-c.png) no-repeat center center;
background-size:cover;
height: 250px;
width: 700px;
margin-left: 60px;
}
.crr-text-right{
margin-left:70px;
}
p.sec-ttl {
font-size: 2rem;
text-align: left;
}

.faq-text-right{
width:70%;
}
.career-text-p{
    word-break: break-all;
    text-align: justify;
    width:100%;
}

@media only screen and (max-width: 768px) {
.flex_b {
  display: block;
}
.crr-text-right {
  margin-top: 90px;
}
#career .btn_B{
  padding: 0;
  text-align: center;
  margin-top: 10px;
  margin-right: 150px;
  margin-left: auto;
  width: 50px;
  background: #666;
}
}
@media only screen and (max-width: 480px) {
  #career {
    margin-top: 80px;
  }
  .crr-img-left{
  width: 100%;
  margin-left: 0px;
  }
  .crr-text-right {
    margin-top: 45px;
    margin-left: 0;
}
.sec-ttl-left h1 {
  font-size: 6rem;
}
}
/*--faq--*/
#fag .flex_B {
  justify-content: space-between;
}
.flex_c{
display:flex;
justify-content: center;
/* position: relative; */
border: 2px solid #D9E021;
padding: 2em;
width: 85%;
}
/* .flex_c::after{
content: "";
    position: absolute;
    top: -30px;
    left: -30px;
    border: 2px solid #D9E021;
    width: 1000px;
    height: 270px;
    z-index:-1;
} */
.sec-ttl-faq {
    width: 50%;
    margin-top: -30px;
    text-align: left;
}
.sec-ttl-faq h1{
font-size:12rem;
color: #666;
font-weight: bold;
position: relative;
z-index: 1;
}

.common-text-d{
width:50%;
}
.faq-right2 {
width: 500px;
position: relative;
}
.faq-img-right{
  position: absolute;
background: url(images/s.png) no-repeat center center;
    background-size: cover;
    height: 330px;
    width: 550px;
right: -200px;
top: -50px;
}
@media only screen and (max-width: 768px) {
#faq .inbelttext {
    margin: 0;
  }
.flex_c {
  display: block;
  margin-top: 20px;
}
.faq-text-right {
  width: 100%;
}
.faq-img-right {
  height: 200px;
  width: 350px;
  top: -80px;
}
#faq .flex_b {
  display: flex;
  margin-top: -6px;
  position: relative;
}
#faq .sec-ttl-faq {
  position: absolute;
  top:-36px;
  right: -50px;
}
#faq .btn_C {
  margin-left: 0;
  margin-top: 20px;
}
}
@media only screen and (max-width: 480px) {
  #faq .flex_b {
    display: block;
    margin-top: -80px;
    position: relative;
  }
  #faq .sec-ttl {
    margin-top: 0;
  }
  #faq .sec-ttl-faq {
    position: absolute;
    top: 103px;
    right: 0px;
    left: 0px;
}
#faq .sec-ttl-faq h1 {
  font-size: 6rem;
}
#faq .flex_c {
  width: 100%;
}
.faq-img-right {
  right: 0;
  left: 0;
  top: -605px;
}
#faq p.textstyle {
  margin-top: 240px;
}
}
/*---------------------------------------------------------------entry-head--*/
.ttlC {
font-size:12rem;
margin-top: 10px;
margin-bottom:20px;
padding:0;
color:#fff;
position:relative;
}
h3.ttlE {
font-size: clamp(2vw,3vw,4vw);
text-align:right;
position:relative;
color:#fff;
margin:0;
}
.e-h {
    font-size: 3rem;
    text-align: right;
    position: relative;
    color: #fff;
    margin: 0;
}
.e-h-l {
    text-align: left;
    position: relative;
    color: #fff;
    padding-left: 10px;
}
.entry-head {
margin:0 auto;
background: url(images/top_entry_bg.jpg) no-repeat center center;
    background-size: 100%;
    padding-bottom: 77px;
}
.entry-head-inr {
width:1100px;
margin:0 auto;
position:relative;
}
.cont-flex{
display:flex;
}
.entry-head-inr:after {
    content: "";
    display: block;
    width: 100%;
    height: auto;
    background: url(images/entry_image1.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 12%;
    -webkit-transition: all .4s;
    transition: all .4s;
    padding: 10% 0;
    background-size: 80%;
}
.entry-head-left{
width:35%;
}
.entry-head-right{
width:65%;
margin-top:100px;
}
@media only screen and (max-width: 768px) {
.entry-head-inr {
    max-width: 100%;
    margin: 0 auto;
    padding: 10px 2% 10px;
    position: relative;
}
.entry-head {
    margin: 0 auto;
    background-size: cover;
    padding-bottom: 20px;
}
.cont-flex {
    display: block;
}
.cont-flex-faq{
display:flex;
}
.entry-head-left {
    width: 100%;
}
.entry-head-right {
    width: 100%;
    margin-top: 10px;
}
.ttlC {
    font-size: 8rem;
    margin-top: 10px;
    margin-bottom: 0;
    padding: 0;
    line-height: 1.3;
    color: #fff;
    position: relative;
}
h3.ttlE {
    font-size: 3rem;
    text-align: left;
    /* letter-spacing: -0.4rem; */
    position: relative;
    color: #fff;
    margin: 0;
}
.e-h {
    font-size: 3rem;
    text-align: left;
    position: relative;
    color: #fff;
    margin: 0;
}
.e-h-l {
    font-size: 1.6rem;
    text-align: left;
    position: relative;
    color: #fff;
    margin: 30px 0 0 0;
    padding-left: 10px;
}
.entry-head-inr:after {
    content: "";
    display: block;
    width: 100%;
    height: auto;
    background: url(images/entry_image1.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 22%;
    -webkit-transition: all .4s;
    transition: all .4s;
    padding: 10% 0;
    background-size: 96%;
}
}
@media only screen and (max-width: 480px) {
  .ttlC {
    font-size: 6rem;
  }
  h3.ttlE {
    font-size: 2.2rem;
  }
  .e-h {
    line-height: 1em;
  }
}
/*---------------------------------------------------------------faq--*/
.entry-nav {
margin:0 auto;
}
.entry-nav-inr {
max-width:1280px;
margin:0 auto;
padding:120px 0 30px;
}
.cont-flex2{
display:flex;
justify-content: center;
}
.nav-child{
width:20%;
margin:1%;
}
.nav-back{
background:#555;
box-shadow: 1px 1px 5px #333;
margin-bottom: 20px;
text-align: center;
height: 50px;
}
.nav-back h3{
  font-size: 3rem;
  line-height: 50px;
  font-weight: normal;
color:#fff;
}
@media only screen and (max-width: 767px) {
.nav-back {
    background: #555;
    box-shadow: 1px 1px 5px #333;
    margin-bottom: 4%;
}
.entry-nav-inr {
    max-width: 1280px;
    margin: 0 auto;
    padding: 30px 0 120px;
}
.cont-flex2{
display:block;
}
.nav-child {
    width: 96%;
    margin: 2%;
}
.entry-form-inr {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2% !important;
}
.mt40.center.formbtn ul{
padding:0;
}

}
@media only screen and (max-width: 480px) {
  .entry-nav-inr {
    padding: 30px 0 30px;
  }
}

/*------------------------------------------------faq--*/
.content-inr{
width:1100px;
margin:auto;
}

.bg-faq{
position:relative;
}
.bg-faq::after{
position: absolute;
    content: "";
    background: #8fc1582e;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    width: 764px;
    height: 4747px;
    margin: auto;
}






.faq-inbelttext{
width: 390px !important;
}

.faq-text{
width: 50%;
padding:0 1%;
text-align:justify;
}

.faq-text h1{
  margin-top: 12%;
  font-size: 2rem;
  font-weight: normal;
}
.faq-text p{
margin-top: 20px;
margin-left: 40px;
line-height: 2.6;
}

.faq-sec-ttl {
    width: 50%;
    margin-top: -81px;
    text-align:center;
}
.faq-sec-ttl h1{
font-size: 12rem;
color: #666;
font-weight: bold;
}

.flex_d{
display:flex;
justify-content: center;
margin-top: 50px;
margin-bottom: 50px;
}



.faq-left{
width:50%;
padding:0% 4% 15% 4%;
}
.faq-left h2{
font-size: 12rem;
color: #666;
font-weight: bold;
}
.faq-left p{
font-size: 3rem;
color: #D9E021;
font-weight: bold;
}

.faq-right{
width:50%;
padding: 0% 4% 10% 4%;
background:#D9E021;
}
.faq-right h2{
font-size: 12rem;
color: #fff;
font-weight: bold;
}
.faq-right p{
color: #fff;
font-weight: bold;
line-height: 2.6;
text-align: justify;
}

/*--aboutus--*/
.contentsinr-aboutus{
width:1100px;
margin:auto;
}
.flex_e{
display:flex;
justify-content:end;
}
/* .abt-ttl{
padding: 0 8%;
} */

.abt-ttl h1{
font-size: 12rem;
color: #666;
font-weight: bold;
}

.abt-text-inr{
margin:0;
padding-top: 65px;
}
.abt-text-inr p{
width: 190px;
    padding: 0;
    background: #888;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin: 32px 0 0 0;
    display: inline-block;
}
.common-text-aboutus{
width:50%;
text-align:justify;
}
.common-text-aboutus h2{
font-size:2rem;
font-weight: 600;
position:relative;
margin-left: 70px;
margin-bottom: 30px;
}
.common-text-aboutus h2::before{
content: "";
position: absolute;
top: -160px;
left: -1000px;
width: 1648px;
height: 800px;
background: #D9E021;
z-index: -1;
}
.common-text-aboutus h2::after{
content: "";
    position: absolute;
    top: 36px;
    left: -1000px;
    width: 1569px;
    height: 1px;
    border-bottom: 1px solid #000;
}
.common-text-aboutus p{
line-height: 2.6;
margin-left: 28%;
}
.sec-ttl-aboutus{
position:relative;
}
.sec-ttl-aboutus h2 {
    font-size: 3rem;
    color: #D9E021;
    letter-spacing: -0.6px;
	 line-height: 1.2em;
}

.text-img{
background:url(images/a-b_about_text.png) no-repeat center center;
    width: 60%;
    height: 130px;
    background-size: contain;
    margin-right: 0;
    margin-left: 40%;
}

.pic-img{
background:url(images/a-b_about_img.jpg) no-repeat center center;
width:100%;
height:200px;
background-size:cover;
}

.about-c-img{
position:relative;
}
.about-c-img::after{
    content: "";
    position: absolute;
    top: -4vw;
    left: -1000px;
    background: url(images/a-b_works_img.png) no-repeat center center;
    width: 2707px;
    height: 600px;
    background-size: contain;
    z-index: -1;
}

.aboutus-c-r{
width:31%;
}

.aboutus-c-r p{
width: 90%;
margin-left: 10%;
line-height: 2.6;
}
.sectioninr-information{
width:1100px;
margin:0 auto;
}

.info-ttl{
position:relative;
}
.info-ttl h1{
font-size: 12rem;
color: #666;
font-weight: bold;
}
.info-ttl::after{
content: "";
    position: absolute;
    background: url(images/a-b_info_bg.jpg) no-repeat center center;
    background-size: contain;
    width: 1550px;
    height: 800px;
    top: 110px;
    left: 283px;
    z-index: -1;
}

.after-border{
position:relative;
}
.after-border::after{
content: "";
    position: absolute;
    top: 11px;
    left: 90px;
    width: 1115px;
    height: 1px;
    border-bottom: 2px solid #000;
}

.access-ttl{
position:relative;
}
.access-ttl h1{
font-size: 12rem;
color: #666;
font-weight: bold;
}
.access-text{
width: 35%;
margin-top: -290px;
height: 290px;
}
.g-map{
    margin-right: 0;
    margin-left: 86px;
    margin-top: 79px;
    width: 70%;
    }

.line-btn{
    background: url(images/a-b_button_line.jpg) no-repeat center center;
    background-size: contain;
    width: 240px;
    height: 69px;
    margin-left: 47%;
    margin-top: 43%;
    filter: drop-shadow(0 0 5px #eee);
}

/* .sectioninr-tri-cont{
width:1230px;
margin:auto;
}
.flex_g{
display:flex;
justify-content:center;
margin-top:150px;
}
.a-img{
    background: url(images/a-b_qa_pc.png) no-repeat 0 31px;
    background-size: contain;
    width: 50%;
    height: 440px;
    }
.b-img{
background: url(images/a-b_app_pc.png) no-repeat center center;
    background-size: contain;
    width: 105%;
    height: 423px;
    }
.c-img{
background: url(images/a-b_contct_pc.png) no-repeat 0 31px;
    background-size: contain;
    width: 50%;
    height: 440px;
    } */
    .sectioninr-tri-cont{
    width:1100px;
    margin:auto;
    }
    .flex_g{
    display:flex;
    justify-content:space-between;
    margin-top:150px;
    align-items: flex-end;
    }
    .a-img{
        background: url(images/a-b_qa_pc.png) no-repeat center center;
        background-size: auto 400px;
        width: 100%;
        height: 400px;
        }
    .b-img{
    background: url(images/a-b_app_pc.png) no-repeat center center;
        background-size: auto 400px;
        width: 178%;
        height: 400px;
        }
    .c-img{
    background: url(images/a-b_contct_pc.png) no-repeat center center;
        background-size: auto 400px;
        width: 100%;
        height: 400px;
        }

@media only screen and (max-width: 768px) {
.contentsinr-aboutus{
width:100%;
margin:auto;
padding: 0 10px;
box-sizing: border-box;
}
.common-text-aboutus {
    width: 50%;
    text-align: justify;
}
.sec-ttl-aboutus {
    position: relative;
    top: 50px;
}
.common-text-aboutus h2 {
  margin-left: 0;
}
.common-text-aboutus p {
  margin-left: 0;
}
.sec-ttl-aboutus {
  width: 48%;
}
.pic-img {
  height: 160px;
}
#aboutus-a .flex_a {
display: flex;
justify-content: space-between;
}
#aboutus-a .flex_e {
display: flex;
justify-content: space-between;
}
.common-text-aboutus h2::before {
    content: "";
    position: absolute;
    top: -160px;
    left: -100px;
    width: 120%;
    height: 800px;
    background: #D9E021;
    z-index: -1;
}
.about-c-img::after {
    content: "";
    position: absolute;
    top: -4vw;
    left: 0;
    background: url(images/a-b_works_img.png) no-repeat center center;
    width: 500px;
    height: 350px;
    background-size: cover;
    z-index: -1;
}
.aboutus-c-r {
width: 70%;
text-align: right;
}
.aboutus-c-r p {
  margin-left: 0;
  width: 100%;
}
.sectioninr-information {
  width:100%;
  margin:auto;
  padding: 0 10px;
  box-sizing: border-box;
}
.g-map {
  margin-top: 0px;
  }
.access-text {
  margin-top: 0px;
  margin-left: 12%;
  height: auto;
}
.line-btn {
  margin-top: 0;
  width: 70%;
  margin-left: 0;
}
.flex_g {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
    align-items: flex-end;
}
.sectioninr-tri-cont {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    margin: auto;
}
.a-img,
.b-img,
.c-img {
  background-size: auto 220px;
  width: 100%;
  height: 300px;

}
.emp {
  height: 20px;
}
.faq-text {
  width: 100%;
}
.faq-text h1 {
      margin-top: 30px;
}
.faq-sec-ttl {
  position: absolute;
  top:-70px;
  right: 20px;
}
.flex_d {
  display: block;
}
.faq-left {
    width: 100%;
    padding: 0% 4% 10px;
}
.faq-right {
  width: 100%;
}
.content-inr {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}
.faq-right h2,
.faq-left h2 {
  font-size: 5rem;
}

}
@media only screen and (max-width: 480px) {
.sectioninr-tri-cont {
  display: none;
}
.sectioninr-tri-cont_sp {
  width: 100%;
  padding: 0 40px;
  margin-top: 30px;
  box-sizing: border-box;
}
.access-text {
  width: 80%;
}
.line-btn {
  margin-top: 0;
  width: 100%;
  margin-left: 0;
}
.g-map {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
}

.abt-ttl h1 {
    font-size: 6rem;
    color: #666;
    font-weight: bold;
}
#aboutus-a .flex_e {
    display: block;
  }
.abt-text-inr {
    padding-top: 0px;
}
#aboutus-a .flex_a {
  display: flex;
  flex-direction: column-reverse;
}
.common-text-aboutus,
.sec-ttl-aboutus,
.aboutus-c-r {
  width: 100%;
}
.sec-ttl-aboutus h2 {
  line-height: 1.2em;
}
.sec-ttl-aboutus {
  position: relative;
    top: 0px;
  }
.common-text-aboutus h2 {
  margin-top: 20px;
  }
.text-img {
    background: url(images/a-b_about_text.png) no-repeat center center;
    width: 60%;
    height: 85px;
    background-size: contain;
    margin-right: 0;
    margin-left: 40%;
}
#works-b .flex_a {
  display: block;
}
.aboutus-c-r {
  text-align: justify;
  padding-top: 200px;
}
.about-c-img::after {
  width: 100%;
 height: 250px;
}
.common-text-aboutus h2::before {
    content: "";
    position: absolute;
    top: -160px;
    left: -100px;
    width: 120%;
    height: 600px;
    background: #D9E021;
    z-index: -1;
}
.info-ttl h1 {
    font-size: 6rem;
    color: #666;
    font-weight: bold;
}
.access-ttl h1 {
  font-size: 6rem;
}
.faq-text {
  margin-top: 50px;
}
.faq-sec-ttl h1 {
    font-size: 6rem;
}
.faq-sec-ttl {
    top: 0px;
    right: -26px;
  }
.faq-text p {
  margin-left: 0;
  }
.abt-text-inr p {
  margin: 0;
}
}

/*--recruit--*/
.recruit-contentsinr{
width:1100px;
margin:auto;
}
.bg-glay{
background:#a2a2a2;
height:100px;
}
.fst-content {
    margin-top: -88px;
}
.rec-ttl h1{
font-size: 12rem;
    color: #ccc;
    font-weight: bold;
    text-shadow: 1px 1px 1px #333;
    line-height: 1;
}
.jp-ttl{
    width: 160px;
    text-align: center;
    margin-top: 15.5%;
}

.jp-ttl p {
    background: #D9E021;
    color: #fff;
    font-size: 3rem;
    padding: 2%;
}
.rec-text-a {
    width: 120%;
}
.rec-text-a h2 {
    font-size: 6rem;
    font-weight: bold;
    color: #D9E021;
    text-align: left;
    margin-right: 0;
    margin-left: 0;
    margin-top: 33px;
    line-height: 1;
}
.why-left{
position:relative;
}
.why-left::after {
    content: "";
    position: absolute;
    top: 43px;
    left: -40px;
    width: 800px;
    height: 498px;
    background: url(images/cef_why_img.png) no-repeat center center;
    clip-path: polygon(94% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
    z-index: -1;
    background-size: cover;
}
.rec-ttl-r {
    /* position: relative; */
    /* padding-left: 3%; */
    padding-top: 5%;
}
.rec-ttl-r h2 {
    font-size: 3rem;
    color: #D9E021;
    font-weight:bold;
    /* letter-spacing: -0.6px; */
    text-align: right;
}
.why-text-r {
    word-break: break-all;
    margin: 2% 0% 0 10%;
    text-align: left;
	font-size:110%;
	line-height:2.5em;
}
.rec-right {
    width: 60%;
    margin-left: auto;
    /* position: relative;
    margin-top: 90px;
    padding: 2% 0; */
}
.image_side_rec {
    position: absolute;
    top: -75px;
    left: 0;
    z-index: -1;
}


/* .rec-right:before {
    content: "";
    position: absolute;
    border-top: 1px solid #D9E021;
    width: 1000px;
    top: 0;
    left: -342px;
    height: 1px;
    z-index: -1;
}
.rec-right:after {
    content: "";
    position: absolute;
    border-right: 1px solid #D9E021;
    width: 100%;
    height: 564px;
    top: 0;
    left: 0;
} */


.why-b-content{
    width: 75%;
    /* margin: 4% 0 0 30%; */
    margin-top: 4%;
    margin-left:auto;
    padding-right: 2em;
}
.why-b-content .flex_b {
  justify-content: flex-start;
}
.why-b-ttl h1{
    font-size: 14rem;
    color: #666;
    font-weight: bold;
    position:relative;
    }
.why-b-ttl h1::after{
    content: "";
    position: absolute;
    top: 126px;
    left: -14px;
    width: 434px;
    height: 86px;
    background:#D9E021;
    z-index: -1;
    }
.why-b-ttl h2{
    font-size: 3rem;
    color: #D9E021;
    padding-top: 100px;
    padding-left: 35px;
}



.career-f-left h1{
font-size: 14rem;
    color: #666;
    font-weight: bold;
    position: relative;
}
.career-f-left h1::after {
    content: "";
    position: absolute;
    top: 126px;
    left: -40px;
    width: 490px;
    height: 86px;
    background: #D9E021;
    z-index: -1;
}
.career-f-left h2 {
margin-top: 30px;
    font-size: 3rem;
    color:#555;
    letter-spacing: -0.03em;
}
.career-f-right{
background:url(images/cef_career_img.png) no-repeat center center;
width: 430px;
height: 250px;
margin-top: 92px;
background-size: cover;
filter: drop-shadow(0 0 5px #555);

}
.career-contentinr p {
    width: 100%;
    margin-top: 20px;
    font-size: 110%;
    line-height: 2.5em;
    text-align: justify;
}

.career-img-a{
}
.career_img {
  background:url(images/cef_career_pixt1.png) no-repeat center center;
  width: 100%;
  height: 360px;
  margin-top: 50px;
  background-size: contain;

}
.career-img-left{
background:url(images/cef_career_illa_01.png) no-repeat center center;
width: 18%;
height: 300px;
margin-top: 120px;
background-size: contain;
}

.career-img-center{
position:relative;
width: 52%;
height: 300px;
margin-top: 92px;
background-size: contain;
}
.career-img-center:after {
content: "";
position: absolute;
background: url(images/cef_career_illa_02.png) no-repeat center center;
    width: 125%;
    height: 90px;
    top: 270px;
    left: -36px;
z-index: -1;
background-size: contain;
}
.career-img-right{
background:url(images/cef_career_illa_03.png) no-repeat center center;
width: 24%;
height: 300px;
margin-top: 92px;
background-size: contain;
}

.career-text-bottom p{
    font-size: 2rem;
    text-align: center;
    padding-left: 10%;
    margin-top: 40px;
}

/*---overview----*/
.overview-content{
width: 100%;
    background:#BDCCD4;
    padding: 2% 3% 2%;
    /* margin-left: 25px; */
    margin-right: 0;
    margin-top: 200px;
    position:relative;
}
.overview-content::before{
    content: "";
    position: absolute;
    background: #D9E021;
    width: 500px;
    height: 90px;
    top: -26px;
    left: -450px;
    z-index: -1;
}

.flex_f{
display:flex;
justify-content:left;
    margin-bottom: 20px;
}
.overview-text-left{
width:110px;
}
.overview-text-left h2{
font-size:2rem;
}
.overview-text-right{}



.overview-img-a,
.overview-img-b,
.overview-img-c {
width: 32%;
position: relative;
}
.overview-img-a-img {
  background:url(images/cef_career_bosyu_img01.jpg) no-repeat center center;
  width: 100%;
  height: 172px;
  margin-top: 0;
  background-size: cover;
  box-shadow:1px 1px 10px #333;
}
.overview-img-a a {
  background-color: #D9E021;
  padding: 2em 0;
  text-align: center;
  color: #fff;
  width: 60%;
  margin: auto;
  position: absolute;
  box-shadow:1px 1px 10px #333;
  bottom: -50px;
  left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.overview-img-b a,
.overview-img-c a{
margin-top: 20px;
padding: 0.5em 1em;
text-align: center;
color: #fff;
border: 1px solid #fff;
}

.overview-img-b-img{
background:url(images/cef_career_bosyu_img02.jpg) no-repeat center center;
width: 100%;
height: 172px;
margin-top: 0;
background-size: cover;
box-shadow:1px 1px 10px #333;
}


.overview-img-c-img{
background:url(images/cef_career_bosyu_img03.jpg) no-repeat center center;
width: 100%;
height: 172px;
margin-top: 0;
background-size: cover;
box-shadow:1px 1px 10px #333;
}
@media only screen and (max-width: 768px) {
  .rec-ttl h1 {
    font-size: 10rem;
}
  .recruit-contentsinr {
    width: 100%;
    margin: auto;
    padding: 0 10px;
    box-sizing: border-box;
}
.jp-ttl {
  margin-top: 4.5%;
}
.rec-right {
  width: 100%;
}
.why-left::after {
    content: "";
    position: absolute;
    top: -36px;
    left: 0px;
    width: 150%;
    height: 498px;
    background: url(images/cef_why_img.png) no-repeat center center;
    clip-path: polygon(94% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
    z-index: -1;
    background-size: contain;
}
.why-b-ttl h1,
.career-f-left h1 {
  font-size: 12rem;
  margin-top: 50px;
}
.why-b-ttl h1::after {
  top: 46px;
}
.career-f-left h1::after {
    top: 34px;
  }
.why-b-content {
  width: 100%;
}
.why-b-ttl h2 {
  padding-top: 50px;
}
.career-f-right {
  margin-top: 20px;
  width: 100%;
  height: 300px;
}
.career_img {
  margin-top:0;
  height: 250px;
}

.overview-content {
  margin-top: 100px;
}
.overview-content .flex_a {
  display: flex;

}
}
@media only screen and (max-width: 480px) {
  .rec-ttl h1 {
    font-size: 5rem;
}
.overview-content .flex_a,
.overview-content .flex_f {
  display: block;
}
.overview-img-a, .overview-img-b, .overview-img-c {
    width: 100%;
    position: relative;
}
.overview-img-b {
  margin-top: 100px;
}
.overview-img-c {
  margin-top: 20px;
}
.overview-content {
    padding-bottom: 30px;
}
.why-b-ttl h1,
.career-f-left h1 {
    font-size: 6rem;
    margin-top: -50px;
}
.overview-img-a a {
  bottom: -73px;
}
.rec-right {
    width: 100%;
    margin-top: 50px;
}
.career-f-left h1::after {
    top: 46px;
  }
.career-f-left h2 {
    margin-top: 45px;
  }
}
/*--home-emp--*/
.bg-home-emp{
position:relative;
}
.bg-home-emp::after{
content: "";
    position: absolute;
    background: #BDCCD4;
    width: 200vw;
    height: 630px;
    z-index: -1;
    top: 137px;
    left: -100vw;
}

.home-emp-inr{
width:1100px;
margin:100px auto;
}

.home-emp-ttl h2{
    font-size: 3rem;
    color: #D9E021;
    font-weight: bold;
    padding-left:0;
    margin-bottom: 64px;
}

.home-emp-left{
width:40%;
}
.home-emp-left h3{
font-size: 2rem;
color: #fff;
background: #D9E021;
padding: 2%;
width: 90%;
margin-bottom: 100px;
}
.home-emp-right{
width:52%;
}
.home-emp-right h4 {
    font-size: 5rem;
    margin-left: -69px;
    font-weight: bold;
    margin-top: -50px;
    padding-bottom: 60px;
    position:relative;
    line-height: 1em;
}
.home-emp-right h4::after{
content: "";
    position: absolute;
    background: #D9E021;
    width: 447px;
    height: 50px;
    z-index: -1;
    top: 50px;
    left: 26px;
    }

.zaitaku-img{
background:url(images/cef_career_home_img.jpg) no-repeat center center;
width: 420px;
height: 404px;
margin-top: 0;
background-size: cover;
box-shadow:1px 1px 10px #333;
}
.zaitaku-text{
margin-bottom:40px;
}
.zaitaku-jyoken p{
width: 600px;
    background: #ccc;
    text-align: center;
    padding: 7% 0;
}
.flex_h{
display:flex;
justify-content:center;
margin-top:63px;
}

.btn_left{
width:200px;
text-align: center;
}
.btn_left a{
background: #D9E021;
color:#fff;
border:1px solid #D9E021;
font-size: 3rem;
padding: 5%;
}
.btn_right{
width:200px;
text-align: center;
}
.btn_right a{
background: #fff;
color: #D9E021;
border:1px solid #D9E021;
font-size: 3rem;
padding: 5%;
}
@media only screen and (max-width: 768px) {
  .home-emp-inr {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
.home-emp-left,
.zaitaku-img,
.home-emp-right
 {
  width: 100%
}
.home-emp-left h3 {
  margin-bottom: 20px;
  width: 100%;
}
.home-emp-right h4 {
  margin-left: 0;
}
.zaitaku-jyoken p {
  width: 100%;
}
}
@media only screen and (max-width: 480px) {
.bg-home-emp::after {
    content: "";
    position: absolute;
    background: #BDCCD4;
    width: 200vw;
    height: 432px;
    z-index: -1;
    top: 160px;
    left: -100vw;
}
.home-emp-right h4 {
  margin-top: -50px;
  padding-bottom: 27px;
}
.zaitaku-img {
  height: 287px;
}
#zaitaku .flex_h {
  display: flex;
}
}
/*--home-emp-second--*/
.bg-home-emp-sec{
position:relative;
}
.bg-home-emp-sec::after{
content: "";
    position: absolute;
    background: #BDCCD4;
    width: 200vw;
    height: 600px;
    z-index: -1;
    top: -66px;
    left: -100vw;
}

.home-emp-inr-sec{
width:1100px;
margin:100px auto;
}

.home-emp-ttl-sec h2{
    font-size: 3rem;
    color: #fff;
    font-weight: bold;
    padding-left:0;
    margin-bottom: 64px;
}

.home-emp-left-sec{
width:40%;
}
.home-emp-left-sec h3{
font-size: 2rem;
color: #fff;
background: #D9E021;
padding: 2%;
width: 90%;
margin-bottom: 100px;
}
.home-emp-right-sec{
width:50%;
}
.home-emp-right-sec h4 {
    font-size: 5rem;
    margin-left: -69px;
    font-weight: bold;
    margin-top: -50px;
    padding-bottom: 60px;
    position:relative;
}
.home-emp-right-sec h4::after{
content: "";
    position: absolute;
    background: #D9E021;
    width: 447px;
    height: 50px;
    z-index: -1;
    top: 50px;
    left: 26px;
    }

.zaitaku-img-sec{
background:url(images/d_full_img01.jpg) no-repeat center center;
width: 420px;
height: 286px;
margin-top: 0;
background-size: contain;
box-shadow:1px 1px 10px #333;
}
.zaitaku-text-sec{
margin-bottom:40px;
}
.zaitaku-jyoken-sec p{
width: 600px;
    height: 200px;
    background: #ccc;
    text-align: center;
    padding-top: 12%;
}
.flex_h-sec{
display:flex;
justify-content:center;
margin-top:70px;
}

.btn_left{
width:200px;
text-align: center;
}
.btn_left a{
background: #D9E021;
color:#fff;
border:1px solid #D9E021;
font-size: 3rem;
padding: 5%;
}
.btn_right{
width:200px;
text-align: center;
}
.btn_right a{
background: #fff;
color: #D9E021;
border:1px solid #D9E021;
font-size: 3rem;
padding: 5%;
}
@media only screen and (max-width: 768px) {
.home-emp-inr-sec {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}
.home-emp-ttl-sec h2 {
  margin-bottom: 20px;
  text-align: justify;
}
.home-emp-left-sec,
.zaitaku-img-sec,
.home-emp-right-sec,
.zaitaku-jyoken-sec p {
  width: 100%;
  background-size: cover;
}
.home-emp-left-sec h3 {
  width: 100%;
  margin-bottom: 20px;
}
.home-emp-right-sec h4 {
  margin-left: 0;
}
}
/*---btn-bottom--*/
.flex_i{
display:flex;
justify-content:center;
max-width: 800px;
margin: auto;
}

/* .flex_i-left{
background:url(images/a-b_qa_pc.png) no-repeat center center;
width: 230px;
height: 286px;
margin-top: 0;
background-size: contain;
} */
.flex_i-left{
background:url(images/a-b_qa_pc.png) no-repeat center center;
width: 50%;
height: 400px;
margin-top: 0;
background-size: auto 400px;
}

/* .flex_i-right{
background:url(images/a-b_contct_pc.png) no-repeat center center;
width: 230px;
height: 286px;
margin-top: 0;
background-size: contain;
} */
.flex_i-right{
background:url(images/a-b_contct_pc.png) no-repeat center center;
width: 50%;
height: 400px;
margin-top: 0;
background-size: auto 400px;
}

/*----career----*/
.ft-ttl h1{
font-size: 12rem;
    color: #333;
    font-weight: bold;
    line-height: 1;
}
.ft-text-a h2 {
font-size: 3rem;
    font-weight: 500;
    color: #D9E021;
    text-align: left;
    margin-right: 0;
    margin-top: -40px;
}
.green_waku.enplo_poji {
  margin-top: 50px;
}

.enplo_poji .why-text-r {
    word-break: break-all;
    /* margin: 2% 0% 0 10%; */
    text-align: left;
    font-size: 110%;
    line-height: 2.5em;
    width: 70%;
    margin-top: 2%;
    margin-left: auto;
}
.ft-ttl-r{
width:100%;
}
.enplo_poji .ft-ttl-r h2 {
    font-size: 6rem;
    color: #D9E021;
    font-weight: bold;
    /* letter-spacing: -0.6px; */
    text-align: right;
}
.enplo_poji .rec-right {
  width: 80%;
}
.ft-left {
    position: relative;
}
.ft-left::after {
    content: "";
    position: absolute;
    top: 76px;
    left: 0px;
    width: 500px;
    height: 498px;
    background: url(images/d_full_img.jpg) no-repeat center center;
    clip-path: polygon(94% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
    z-index: -1;
    background-size: cover;
}
.ft-right {
    width: 70%;
    position: relative;
    margin-top: 90px;
    padding: 2% 0;
}
.ft-right:before {
    content: "";
    position: absolute;
    border-top: 1px solid #D9E021;
    width: 1000px;
    top: 0;
    left: -103px;
    height: 1px;
    z-index: -1;
}
.ft-right:after {
    content: "";
    position: absolute;
    border-right: 1px solid #D9E021;
    width: 100%;
    height: 320px;
    top: 0;
    left: 0;
}
.ft2-content {
  margin-top: 50px;
}

.ft2-left,
.ft2-center,
.ft2-right{
width:32%;
}

.ft2-left-ttl {
    text-align: center;
    font-size: 2rem;
    background: #D9E021;
    color: #fff;
    padding: 3%;
}
.ft2-center-ttl {
    text-align: center;
    font-size: 2rem;
    background: #D9E021;
    color: #fff;
    padding: 3%;
}
.ft2-right-ttl {
    text-align: center;
    font-size: 2rem;
    background: #D9E021;
    color: #fff;
    padding: 3%;
}

.ft2-left-img{
background:url(images/d_full_img01.jpg) no-repeat center center;
width: 100%;
height: 250px;
margin-top: 0;
background-size: contain;
}
.ft2-center-img{
background:url(images/d_full_img02.jpg) no-repeat center center;
width: 100%;
height: 250px;
margin-top: 0;
background-size: contain;
}
.ft2-right-img{
background:url(images/d_full_img03.jpg) no-repeat center center;
width: 100%;
height: 250px;
margin-top: 0;
background-size: contain;
}

.emp-b{
height:1rem;
}
@media only screen and (max-width: 768px) {
  .enplo_poji .ft-ttl-r h2 {
    font-size: 4rem;
  }
  .ft-left::after {
      width: 400px;
  }
  .enplo_poji .why-text-r {
    width: 100%;
  }
  .ft2-left, .ft2-center, .ft2-right {
    width: 100%;
    margin-bottom: 20px;
}
.ft2-content .flex_a {
  width: 70%;
  margin: auto;
}
.ft2-left-img,
.ft2-center-img,
.ft2-right-img {
  background-size: cover;
}
.ft2-right-img {
  background-position: top center;
}
}
@media only screen and (max-width: 480px) {
  .ft2-content .flex_a {
    width: 100%;
    margin: auto;
  }
  .ft-ttl h1 {
    font-size: 6rem;
}
.ft-left::after {
  height: 258px;
  margin-top: -1px;
  background-position: top;
}
.enplo_poji .rec-right {
  width: 100%;
}
.enplo_poji .ft-ttl-r h2 {
  font-size: 3.4rem;
  filter: drop-shadow(0 0 3px #333);
}
.green_waku.enplo_poji {
    margin-top: 20px;
}
.ft-ttl-r {
  margin-top: 92px;
}
.green_waku {
  padding: 2em 1em 2em 0;
}
}
/*-----ft-mid--*/
.ft-mid-inr{
width:1100px;
margin:auto;
position: relative;
}
.ft-mid-inr::before {
  content: "";
  display: block;
  position: absolute;
  width: 150%;
  height: 800px;
  top:50px;
  left: -60%;
  background-color: #eee;
  z-index: -1;
}
.ft-mid-ttl-a h2{
    font-size: 3rem;
    font-weight: 500;
    color: #D9E021;
    text-align: right;
    margin-right: 0;
    margin-left: 0;
    margin-top: 50px;
    }


.ft-mid-ttl-b h3 {
    font-size: 12rem;
    color: #666;
    font-weight: bold;
    position: relative;
    line-height: 1;
}
.ft-mid-ttl-b h3::after {
content: "";
    position: absolute;
    top: 190px;
    left: -80px;
    width: 490px;
    height: 86px;
    background: #D9E021;
    z-index: -1;
}
.ft-mid-ttl-img{
background:url(images/d_career_title_sab.png) no-repeat center center;
    width: 62%;
    height: 140px;
    margin-top: 90px;
    background-size: contain;
}
.ft-mid-flex {
  width: 90%;
  margin: auto;
  margin-top: 50px;
}

.ft-mid-center-text {
    width: 280px;
    background: #bbbbbb;
    padding: 2% 1% 8% 3%;
    position:relative;
}
.ft-mid-center-text h4 {
    font-size: 3rem;
    margin-bottom: 50px;
}
.ft-mid-center-text::before{
content: "";
    position: absolute;
    background: url(images/d_career_illa01.png) no-repeat center center;
    width: 500px;
    height: 480px;
    top: 0;
    left: -448px;
    background-size: contain;
}

.ft-mid-center-text::after{
    content: "";
    position: absolute;
    background: url(images/d_career_illa02.png) no-repeat center center;
    width: 500px;
    height: 800px;
    top: -229px;
    left: 229px;
    background-size: contain;
}

.ft-mid-left-block{
width: 380px;
    background: #bbbbbb;
    padding: 1% 2%;
}


.ft-mid-right-block{
background:url(images/cef_career_illa_03.png) no-repeat center center;
width: 380px;
height: 300px;
margin-top: 0;
background-size: contain;
}
.ft-mid-dam-block{
width:380px;
}

.f-link{
display: block;
    height: 40vh;
    }
.flex_i-left a{
display: block;
    height: 40vh;
    }

.flex_i-right a{
display: block;
    height: 40vh;
    }


@media only screen and (max-width: 768px) {
.ft-mid-inr {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}
.ft-mid-dam-block {
  display: none;
}
}
@media only screen and (max-width: 480px) {
.f-link {
  height: 35vh;
  margin-bottom: 20px;
}
.ft-mid-ttl-a h2 {
  font-size: 2rem;
}
.ft-mid-ttl-b h3 {
    font-size: 6rem;
}
.ft-mid-ttl-b h3::after {
      top: 100px;
}
.ft-mid-flex {
  width: 100%;
  margin-top: 20px;
}
.flex_h {
  display: block;
}
.ft-mid-left-block {
  width: 100%;
  padding: 2em 2em 4em;
}
.ft-mid-right-block {
  margin-top: -40px;
  background: url(images/cef_career_illa_03.png) no-repeat center right 25px;
  width: 380px;
  height: 300px;
  background-size: contain;
}
.ft-mid-inr::before {
 left: -20%;
 width: 200%;
}
}





/*menu*/
.top_menu {
background:url(images/bg_gray.jpg) repeat center center;
}
.top_menu_inr {
max-width:1100px;
margin:0 auto;
padding:120px 0 160px;
}
.top_menu_head {
position:relative;
font-size: 1.5rem;
}
.top_menu_head_p1 {
position:absolute;
width:280px;
left:0;
top:0;
}
.top_menu_head_p2 {
width:180px;
position:absolute;
right:0;
top:0;
}
.top_menu_txt {
max-width:360px;
margin:0 auto 80px auto;
line-height:2;
letter-spacing:0.06em;
}
.top_menu_pic {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
margin:0 0 40px ;
}
.top_menu_pic li {
width: 22%;
margin: 0px 1% 30px;
}
.top_menu_btn {
display:block;
margin:0 auto;
max-width:300px;
text-align:center;
}
.top_menu_btn a {
display:block;
background:#fff;
border:1px solid #000;
padding:20px 50px;
color:#000;
position:relative;
}
.top_menu_btn a:after {
content:"";
display:block;
width: 30px;
height: 4px;
border-bottom: 1px solid #000;
border-right: 1px solid #000;
transform: skew(45deg);
position:absolute;
right:8%;
top:50%;
-webkit-transition: all .4s;
transition: all .4s;
}
.top_menu_btn a:hover:after {
-webkit-transition: all .4s;
transition: all .4s;
transform: translateX(15px) skew(45deg);
}
img.hb_line {
  width: 50px;
}
@media only screen and (max-width: 960px) {
	.top_menu_head_p1 {
	position:absolute;
	width:22vw;
	left:0;
	top:-20px;
	}
	.top_menu_head_p2 {
	width:17vw;
	position:absolute;
	right:0;
	top:-20px;
	}
	.top_menu_txt {
	max-width:360px;
	margin:0 auto 40px auto;
	line-height:2;
	letter-spacing:0.06em;
	}
	.top_menu_inr {
	max-width:1100px;
	margin:0 auto;
	padding:100px 15px 100px;
	}
	.top_menu_pic li {
	width: 31%;
	margin: 0px 1% 30px;
	}

}



/*link*/
.top_link_wrapA_l h2 {
padding:20px 0;
font-size:6.4rem;
font-family: 'Caveat', cursive;
}
.top_link_wrapA_l h2 span {
font-size:3rem;
}

.top_link {
max-width:1100px;
margin:0 auto;
padding:120px 0 120px;
}
.top_link_wrapA {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
margin:0 0 80px ;
}
.top_link_wrapA_l {
width:48%;
}
.top_link_wrapA_r {
width:45%;
}
.top_link_wrapB {
display: flex;
justify-content: space-between;
flex-flow: row-reverse;
align-items: center;
margin:0 0 40px ;
}
.top_link_wrapB_l {
width:48%;
}
.top_link_wrapB_r {
width:45%;
}
.top_link_txt {
margin:0 auto 30px;
font-size:1.5rem;
line-height:1.6;
letter-spacing:0.08em;
}

.top_link_btn {
display:block;
margin:0 auto;
max-width:300px;
text-align:center;
}
.top_link_btn a {
display:block;
background:#fff;
border:1px solid #000;
padding:20px 50px;
color:#000;
position:relative;
}
.top_link_btn a:after {
content:"";
display:block;
width: 30px;
height: 4px;
border-bottom: 1px solid #000;
border-right: 1px solid #000;
transform: skew(45deg);
position:absolute;
right:8%;
top:50%;
-webkit-transition: all .4s;
transition: all .4s;
}
.top_link_btn a:hover:after {
-webkit-transition: all .4s;
transition: all .4s;
transform: translateX(15px) skew(45deg);
}

@media only screen and (max-width: 768px) {
	.top_link_wrapA_l h2 {
	padding:20px 0;
	font-size:4.8rem;
	font-family: 'Caveat', cursive;
	}
	.top_link_wrapA_l h2 span {
	font-size:2.4rem;
	}
	.top_link {
	padding:100px 15px 60px;
	}
	.top_link_wrapA {
	display: block;
	margin: 0 0 80px;
	}
	.top_link_wrapA_l {
	width: auto;
	}
	.top_link_wrapA_r {
	width: auto;
	}
	.top_link_wrapB {
	display: block;
	flex-flow: row;
	margin:0 0 40px ;
	}
	.top_link_wrapB_l {
	width: auto;
	}
	.top_link_wrapB_r {
	width: auto;
	}
}

/*image*/
.top_shopimg {
max-width:1500px;
margin:0 auto 120px auto;
min-height:400px;
position:relative;
}
.top_shopimg_l {
width: 54vw;
max-width:1000px;
margin-left:-5%;
}
.top_shopimg_r {
width: 23vw;
max-width:300px;
position:absolute;
right:8%;
bottom:-4%;
}

@media only screen and (max-width: 768px) {
	.top_shopimg {
	max-width:1500px;
	margin:0 auto 120px auto;
	min-height:250px;
	position:relative;
	}

}

/*INFO*/
.top_info {
background:url(images/bg_gray.jpg) repeat center center;
margin:180px auto 100px;
}
.top_info .inr {
max-width:1100px;
margin:0 auto;
padding:0 0 120px;
display: flex;
justify-content: space-between;
}
.top_news {
margin: -45px auto 0;
width:47%;
}
.top_blog {
margin: -45px auto 0;
width:47%;
}
.top_archive_wrap {
display: flex;
justify-content: space-between;
align-items: center;
padding:15px 0;
}
.top_archive_wrap_pic {
width:20%;
}
.top_archive_wrap_txt {
width:73%;
}
.top_archive_wrap .date {
font-size:1.5rem;
}

.more_linkA {
margin:30px 0 0 ;
display: flex;
justify-content: flex-end;
}
.more_linkA a {
display: block;
padding: 10px 50px 10px 10px;
color: #000;
position: relative;
width: 85px;
}
.more_linkA a:after {
content:"";
display:block;
width: 30px;
height: 4px;
border-bottom: 1px solid #000;
border-right: 1px solid #000;
transform: skew(45deg);
position:absolute;
right:8%;
top:50%;
-webkit-transition: all .4s;
transition: all .4s;
}
.more_linkA a:hover:after {
-webkit-transition: all .4s;
transition: all .4s;
transform: translateX(15px) skew(45deg);
}

@media only screen and (max-width: 768px) {
	.top_info {
	padding:40px 15px;
	margin:0 auto 60px;
	}
	.top_info .inr {
	padding: 0 ;
	display: block;
	}
	.top_news {
	margin: 0 auto 0;
	width: auto;
	}
	.top_blog {
	margin: 0 auto 0;
	width: auto;
	}
}

/*FRECRUIT*/
.f_recruit {
max-width:1100px;
margin:0 auto 40px;
border:1px solid #000;
}
.f_recruit a {
display: flex;
justify-content: space-evenly;
align-items: center;
}
.f_recruit h2 {
font-family: 'Caveat', cursive;
font-size:5.4rem;
margin-bottom:20px;
line-height: 1.3;
}
.f_recruit h2 span {
display:block;
font-size:1.5rem;
}
.f_recruit h3 {
font-size:1.8rem;
margin-bottom:10px;
}
.f_recruit_l {
width:23%;
text-align:center;
margin-right: 4%;
}
.f_recruit_r {
width:57%;
}
.f_recruit a {
padding:30px;
display: flex;
justify-content: start;
position: relative;
-webkit-transition: all .4s;
transition: all .4s;
}
.f_recruit a:after {
content:"";
display:block;
width: 30px;
height: 4px;
border-bottom: 1px solid #000;
border-right: 1px solid #000;
transform: skew(45deg);
position:absolute;
right:8%;
top:50%;
-webkit-transition: all .4s;
transition: all .4s;
}
.f_recruit a:hover:after {
-webkit-transition: all .4s;
transition: all .4s;
transform: translateX(15px) skew(45deg);
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
}
.f_recruit a:hover {
background:#000;
color:#fff;
-webkit-transition: all .4s;
transition: all .4s;
opacity:1;
}

@media only screen and (max-width: 768px) {
	.f_recruit {
	margin:0 15px;
	}
	.f_recruit a {
	display: block;
	padding: 20px 20px 80px ;
	}
	.f_recruit_l {
	width:auto;
	text-align:center;
	margin-right: 0;
	}
	.f_recruit_r {
	width:100%;
	text-align:center;
	}
	.f_recruit a:after {
	right: 44%;
	bottom: 10%;
	top:auto;
	}
	.f_recruit h3 {
	font-size:1.7rem;
	margin-bottom:10px;
	}

}













/* SHOP
------------------------------------------------ */
.shopimg {
width:200px;
margin:0 auto 50px;
}
.shoplist-l {
width:47%;
}
.shoplist-r {
width:48%;
}
.shoplist {
display: flex;
justify-content: space-between;
align-items: center;
}
.shop_imglist {
margin:100px auto;
display: flex;
justify-content: space-between;
align-items: center;
}
.shop_imglist li {
width:28%;
}

@media only screen and (max-width: 768px) {
	.shoplist {
	display: block;
	}
	.shoplist-l {
	width:auto;
	margin:80px 0;
	}
	.shoplist-r {
	width:auto;
	}

}


/* ORDER
------------------------------------------------ */
.ordermes {
margin:20px auto 60px;
max-width:820px;
text-align:center;
}
.orderlistwrap h4 {
font-size:1.8rem;
margin: 20px 0;
}
.orderlistwrap p {
}
.orderlist {
display: flex;
justify-content: space-between;
align-items: center;
}
.orderlist li {
width:47%;
}
.orderlink {
margin:80px auto 0;
padding:40px 20px;
border:1px solid #000;
text-align:center;
}
.orderbtn {
max-width:280px;
margin:20px auto 0;
}
.orderbtn a {
display:block;
background:#000;
color:#fff;
padding:20px;
}

@media only screen and (max-width: 768px) {
	.orderlist {
	display: block;
	}
	.orderlist li {
	width:auto;
	margin: 0 0 40px;
	}

}

/* ABOUT
------------------------------------------------ */
.aboutwrap {
display: flex;
justify-content: space-between;
align-items: center;
font-family: 'Noto Serif JP', serif;
}
.aboutwrap2 {
margin:100px 0;
display: flex;
justify-content: space-between;
align-items: center;
font-family: 'Noto Serif JP', serif;
flex-direction: row-reverse;
}
.aboutwrap3 {
display: flex;
justify-content: space-between;
align-items: center;
font-family: 'Noto Serif JP', serif;
padding:40px;
border: double #ccc 4px;
}
.aboutwrap-l {
width: 48%;
}
.aboutwrap-r {
width: 47%;
position:relative;
}
.aboutwrap h3 {
font-size: 2rem;
font-family: 'Noto Serif JP', serif;
}
.aboutwrap2 h3 {
font-size: 2rem;
font-family: 'Noto Serif JP', serif;
}
.aboutwrap3 h3 {
font-size: 2rem;
font-family: 'Noto Serif JP', serif;
}
p.abouten {
font-size: 1.8rem;
font-family: 'Caveat', cursive;
border-bottom: 1px solid #efefef;
margin-bottom: 30px;
padding: 20px 0;
}
p.about_txt {
font-size: 1.6rem;
line-height:2;
}
.aboutmes {
font-size:2.4rem;
text-align: center;
margin-bottom: 100px;
font-family: 'Noto Serif JP', serif;
}
.aboutlogo {
margin:50px auto 140px;
text-align:center;
width:200px;
}
.aboutwrap-r .img1 {
position:absolute;
width:200px;
top:-50px;
right:-100px;
}
.aboutwrap-r .img2 {
position:absolute;
width:180px;
bottom:-50px;
left:-50px;
}

@media only screen and (max-width: 768px) {
	.aboutwrap {
	display: block;
	}
	.aboutwrap2 {
	margin:100px 0;
	display: block;
	}
	.aboutwrap3 {
	display: block;
	padding:40px 20px 20px;
	}
	.aboutwrap-l {
	width: auto;
	}
	.aboutwrap-r {
	width: auto;
	margin:50px 0 0;
	}
	.aboutwrap-r .img1 {
	position:absolute;
	width:120px;
	top:-30;
	right:0;
	}
	.aboutwrap-r .img2 {
	position:absolute;
	width:100px;
	bottom:-50px;
	left:0;
	}
	.aboutlogo {
	width:140px;
	}
}


/* MENU
------------------------------------------------ */
.pagemes {
margin:20px auto 40px;
max-width:820px;
}
.pagemes p {
line-height:1.7;
font-size:1.5rem;
letter-spacing:1px;
}
.menulist {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
margin:0 0 120px;
}
.menulist li.pic1 {
width:55%;
text-align:center;
}
.menulist li.pic2 {
width:40%;
text-align:center;
margin:0 0 -150px;
}

.menulist2 {
max-width:1000px;
margin:0 auto;
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}
.menulist2 li {
width:31%;
margin:0 0 40px;
text-align:center;
}

@media only screen and (max-width: 768px) {
	.menulist2 {
	display: flex;
	}
	.menulist2 li {
	width:48%;
	}
	.pagemes p {
	margin: 0 0 1em;
	}
}
@media only screen and (max-width: 480px) {
	.menulist2 {
	display: block;
	}
	.menulist2 li {
	width:auto;
	}

}

/* OEM
------------------------------------------------ */
.oemmes {
margin:20px auto 40px;
max-width:820px;
}
.oemmes p {
line-height:1.7;
font-size:1.5rem;
letter-spacing:1px;
}
.oemlistwrapA {
display: flex;
justify-content: space-between;
align-items: center;
}
.oemlist li {
padding:30px 0;
}
.oemlistwrap-l {
width:45%;
}
.oemlistwrap-r {
width:50%;
}
.oemlistwrapB {
display: flex;
justify-content: space-between;
align-items: center;
flex-direction: row-reverse;
}
.oemlist h4 {
font-size:1.7rem;
margin: 0 0 20px;
}
.oemlist p {
font-size:1.5rem;
}

@media only screen and (max-width: 768px) {
	.oemlistwrapA {
	display: block;
	}
	.oemlistwrap-l {
	width:auto;
	margin:0 0 20px;
	}
	.oemlistwrap-r {
	width:auto;
	}
	.oemlistwrapB {
	display: block;
	}
}


/* PRIVACY
------------------------------------------------ */
.privacywrap {
max-width:1000px;
margin:0 auto;
}
.wrapHINAGATA h3 {
margin:1.5em 0;
font-size:1.8rem;
padding:12px 0;
border-bottom:1px solid #ccc;
}
div.wrapHINAGATA p{
	margin:20px 0;
	line-height:1.6;
}
div.wrapHINAGATA ul{
	margin:20px 0 0 30px;
}
div.wrapHINAGATA ul li{
	list-style:outside decimal;
	line-height:140%;
	margin:10px 0 0 0;
}
div.wrapHINAGATA ul li ul{
	margin:15px 0 10px 10px;
}
div.wrapHINAGATA ul li ul li{
	list-style:outside none;
	margin-left:20px;
	text-indent:-1.5em;
}
div.wrapHINAGATA ul.child{
	margin:15px 0 0 10px;
}
div.wrapHINAGATA ul.child li{
	list-style:outside none;
	margin-left:45px;
	text-indent:-1.7em;
}
div.wrapHINAGATA p.tR{
	margin:30px 0 0 0;
	font-size:0.95em;
	line-height:140%;
	text-align:right;
}
div.wrapHINAGATA ul li ul li ol li{
	list-style:outside lower-roman;
	margin-left:20px;
	text-indent:-0.2em;
}
div.wrapHINAGATA ol{
	margin:20px 0 0 40px;
}
div.wrapHINAGATA ol li{
	list-style:outside decimal;
	line-height:140%;
	margin:10px 0 0 0;
}
div.wrapHINAGATA ol li ol{
margin-bottom: 20px;
}
div.wrapHINAGATA ol li ol li{
font-size: 100%;
}


/* RECRUIT
------------------------------------------------ */
.recruitmes {
margin:20px auto 40px;
max-width:820px;
}
.recruitmes p {
line-height:1.7;
font-size:1.5rem;
letter-spacing:1px;
}
.recruitpic {
display: flex;
justify-content: space-between;
align-items: center;
margin: 0 0 60px;
}
.recruitpic li {
width:48%;
}
.recruitdate {
margin:20px auto 60px;
max-width:820px;
}
.tableB {
    width: 70%;
    margin: 50px auto;
    background: #ffffffad;
}
.tableB tr {
border-bottom:1px solid #e0e0e0;
}
.tableB tr th {
padding:25px 15px;
vertical-align:top;
width:20%;
color: #777;
}
.tableB tr td {
padding:25px 15px;
}
ul.recruitcontact_tel {
border:1px solid #000;
padding:50px ;
display: flex;
justify-content: space-evenly;
align-items: center;
margin:60px auto 0;
max-width:720px;
font-size:1.8rem;
}

@media screen and (max-width: 768px) {
	.tableB tr th {
	padding:20px 5px 0 5px;
	vertical-align:top;
	width:auto;
	display:block;
	}
	.tableB tr td {
	padding:5px 5px 20px 5px;
	display:block;
	}
	ul.recruitcontact_tel {
	padding:25px ;
	display: block;
	text-align:center;
	}
}
@media only screen and (max-width: 480px) {
  .tableB {
      width: 100%;
      margin: 50px auto;
      background: #ffffffad;
  }
}

/* CONTACT
------------------------------------------------ */
.cform  {
max-width:1100px;
margin:0 auto;
padding:0 15px;
}
.cform table {
border-top: 1px solid #ccc;
width:100%;
font-size:1.4rem;
margin:20px auto 0;
}
.cform table .check {
margin-left:10px;
}
.cform table tr {
border-bottom: 1px solid #ccc;
}
.cform table tr th {
width: 35%;
padding:15px 12px ;
color: #333;
}
.cform table tr td {
padding:15px 12px ;
}
.cform table tr td input[type="text"],
.cform table tr td input[type="email"] {
border: 1px solid #a2a2a2;
padding: .5em;
width:97%;
}
.cform table tr td textarea {
border: 1px solid #a2a2a2;
padding:10px ;
width:97%;
}
.mwform-tel-field input[type="text"] {
width:auto !important;
}
.cform .attention {
font-size:1.3rem;
margin:80px auto 0;
}
.cform .check {
color:#cc0000;
}
.cform input.button {
  display       : inline-block;
  font-size     : 1.4rem;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 20px 50px;   /* 余白       */
  background    : #666;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  box-shadow    : 3px 3px 2px #ccc;  /* 影の設定 */
  border        : 1px solid #666;    /* 枠の指定 */
}
.cform input.button:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  color         : #000;     /* 背景色     */
  background    : #fff;     /* 文字色     */
}

@media screen and (max-width: 768px) {
	.cform table tr th {
	width: auto !important;
	padding:15px 12px 0 12px;
	display:block;
	color: #333;
	}
	.cform table tr td {
	padding:15px 12px ;
	display:block;
	}

}
@media screen and (max-width: 480px) {
  .cform .attention {
  margin:50px auto 20px;
  }
}

/* 一覧
------------------------------------------------ */
.archivelist {
max-width:1000px;
margin:0 auto;
padding:15px;
}
.archivelist li {
border-bottom:1px solid #e0e0e0;
}
.archivelist li a {
padding:30px 10px;
}
.archivelist li a dl {
display: flex;
justify-content: space-between;
align-items: center;
}
.archivelist li a dl dt {
width:15%;
}
.archivelist li a dl dd {
width:82%;
}
.archivelistB {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
align-items: center;
}
.archivelistB li {
width: 29.33%;
margin: 0 2% 3%;
}
.archivelistB dl dt {
color:#333;
margin:5px 0;
}
.singlebtnA {
margin:100px auto 0;
text-align: center;
}
.singlebtnA a {
display:inline-block;
border-bottom:1px solid #000;
padding:10px 40px;
}

@media only screen and (max-width: 768px) {
	.archivelist li a dl {
	display: block;
	}
	.archivelist li a dl dt {
	width:auto;
	margin: 0 0 5px;
	}
	.archivelist li a dl dd {
	width:auto;
	}

}

/* 記事
------------------------------------------------ */
.singlewrap {
max-width:850px;
margin:120px auto 200px;
padding:15px;
}
.singlecat {
font-size:1.4rem;
margin-left:30px;
}
.singledate {
font-size:1.4rem;
}
.singlettl {
font-size:2rem;
border-bottom:1px solid #e0e0e0;
padding:15px 0;
margin:0 0 30px;
}

/* TABLE
------------------------------------------------ */
.tableA {
width:100%;
}
.tableA tr th {
padding:15px;
vertical-align:top;
width:20%;
}
.tableA tr td {
padding:15px;
}

/* ADD
------------------------------------------------ */
.b {
font-weight:bold;
}
.center {
text-align:center;
}
.mt10 {
margin-top: 10px;
}
.mt20 {
margin-top: 20px;
}
.mt40 {
margin-top: 40px;
}
.mt60 {
margin-top: 60px;
}
.mt80 {
margin-top: 80px;
}
.mt120 {
margin-top: 120px;
}
.clear {
clear: both;
}
.flo-l {
float: left;
}
.flo-r {
float: right;
}
.f11{
font-size: 11px;
}
.f12{
font-size: 12px;
}
.f15{
font-size: 15px;
}
.f16{
font-size: 16px;
}
.f18 {
font-size: 18px;
}
.f21 {
font-size: 21px;
}
.f24 {
font-size: 24px;
}
.red {
color: #cc0000;
}
.txt-r {
text-align: right;
}
.bg-gray1{
padding:20px;
background:#efefef;
}

.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

/* SPMENU
------------------------------------------------ */
.spmenu_sns {
display: flex;
justify-content: space-between;
align-items: center;
max-width:150px;
margin:10px auto;
}
.spmenu_sns li {
width:20% !important;
}
.spmenu_sns li a {
padding:3px !important;
}
 {
text-decoration:none !important;
}
.spmenu_sns li a:hover::after {
display:none;
}
.spmenu_sns li a img {
width:100%;
margin: 0 !important;
}

.splogo {
width:160px;
margin: 0 auto 15px;
}
.splogo a:hover {
text-decoration:none;
}
.menu,
.menu-btn {
display:none;
transition: transform .3s;
}

.menu li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding: 0.6em 0.5em;
  color: red;
  overflow: visible;
}
.menu li a::after {
  position: absolute;
  bottom: 10px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #FFF;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}
.menu li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}


@media screen and (max-width: 960px) {
.menu-btn {
   position: fixed;
   top: 10px;
   right: 10px;
   z-index: 1000;
   padding: 0.6em 0.5em 0;
   display:block;
   background:#000;
   transition: all 0.1s;
}
.menu {
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
    z-index: 999;

}

.spmenuwrap {
    display: table-cell;
    vertical-align: middle;
    overflow-y:scroll;
}
.spmenu_add {
margin:15px 0 0;
color:#fff;
font-size:1.3rem;
text-align:center;
}
.spmenu_add span.tel {
display:block;
font-size:1.8rem;
}

.menu li {
    width: 27% !important;
    margin: 0 auto;
    text-align: center;
}

.menu li a {
    display: block;
    font-size: 1.8rem;
    color: #fff;
    padding:15px;
}

.menu li a:hover {
    color: #999;
}
/* 開閉用ボタンがクリックされた時 */
.open .menu {
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
}

  .nav-button {
    display: block;
    cursor: pointer;
  }

  /*メニューボタン*/
  .nav-button,
  .nav-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }

  .nav-button {
    z-index: 20;
    position: relative;
    width: 32px;
    height: 30px;
  }
  .nav-button:hover {
  opacity:1;
  }

  .nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }

  .nav-button span:nth-of-type(1) {
    top: 0;
  }

  .nav-button span:nth-of-type(2) {
    top: 12px;
  }

  .nav-button span:nth-of-type(3) {
    top: 24px;
  }

  body.open .nav-button span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
    background-color: #fff;
  }

  body.open .nav-button span:nth-of-type(2) {
    opacity: 0;
  }

  body.open .nav-button span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
    background-color: #fff;
  }
   body.open .menu-btn {
   background:none;
   }
   .spmenu_sns li {
	width:20% !important;
	}
}

@media only screen and ( max-width : 768px ) {
.menu li a {
    font-size: 1.6rem;
}
  .fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: visible;
  }
	.menu ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin:20px auto;
	}
	.menu li {
	width: 31% !important;
	margin: 0 auto;
	text-align: center;
	}
   .spmenu_sns li {
	width:20% !important;
	}

}


.why-b-text{
	font-size:110%;
	line-height:2.5em;
  text-align: justify;
}













@media only screen and ( max-width : 480px ) {
	.menu li {
	width: 45% !important;
	margin: 0 auto;
	text-align: center;
	}
   .spmenu_sns li {
	width:20% !important;
	}
}
@media only screen and ( min-width : 481px ) {
  .footer_fix {
    display: none!important;
  }
}
@media only screen and ( max-width : 480px ) {
.footer_fix {
  width: 100%;
  height: 50px;
  background-color: #3c444b;
  position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
ul.bottom-fix {
  color: #fff;
  display: flex;
    align-items: center;
    -webkit-align-items: center;
}
ul.bottom-fix li {
    width: 50%;
    font-size: 3rem;
    padding: 0 10px;
  }
  ul.bottom-fix li:last-child {
    text-align: right;
    border-left: 1px solid #fff;
  }
ul.bottom-fix li a {  
    text-align: center;
    color: #fff;
}
}
/* Clearfix
------------------------------------------------ */
.cfx:after {
content: '';
display: block;
clear: both;
}
