body {
  margin: 0!important;
  color: #222;
  width: 100%;
}

.page {
    position: relative;
}

.header {
    width: 100%;
    position: absolute;
    z-index: 5;
}

.toprsj_logo {
  width: 10%;
  margin: 25px 0 0 25px;
}

#nav-drawer {
position: absolute;
text-align: right;
top: 15px;
right: 5%;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
display:none;
}

/*アイコンのスペース*/
#nav-open {
display: inline-block;
width: 38px;
height: 22px;
vertical-align: middle;
margin-top: 20px;
}

#nav-open img {
  width: 100%;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
position: absolute;
height: 3px;/*線の太さ*/
width: 30px;/*長さ*/
border-radius: 3px;
background: #fff;
display: block;
content: '';
cursor: pointer;
}
#nav-open span:before {
bottom: -8px;
}
#nav-open span:after {
bottom: -16px;
}



/*中身*/
#nav-content {
overflow: auto;
position: fixed;
top: 12%;
left: 75%;
z-index: 9999;/*最前面に*/
width: 100%;/*右側に隙間を作る（閉じるカバーを表示）*/
max-width: 300px;/*最大幅（調整してください）*/
background: #fff;/*背景色*/
color: rgb(74, 116, 117);
transition: .2s ease-in-out;/*滑らかに表示*/
-webkit-transform: translateX(130%);
transform: translateX(130%);/*右に隠しておく*/
border-radius: 5%;
}

#nav-content li {
text-align: left;
list-style: none;
font-size: 1.1rem; 
margin: 20px 20px 0 40px;
font-family: Yu Mincho;
font-weight: bold;
}

#nav-content ul {
padding: 0 10px 10px 0;
}

#nav-content a {
color: rgb(74, 116, 117);
text-decoration: none;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
display: block;/*カバーを表示*/
opacity: .5;
}

#nav-input:checked ~ #nav-content {
-webkit-transform: translateX(0%);
transform: translateX(0%);/*中身を表示（右へスライド）*/
box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

.main_top {
  position: relative;
  color: #fff;
  text-align:center;
}
 
.main_top img {
  width: 100%;
  height: 750px;
  vertical-align:top;
}

.top_box {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateY(0) translateX(-50%);
  text-align: center;
  text-shadow: 5px 0px 8px rgb(62, 72, 109);
  width: auto;
  z-index: 2;
  font-family: "Times New Roman";
  margin-bottom: 20px;
}

.top_box > p {
  font-size: 2rem;
}

.top_text,
.italic_text {
    font-style: italic;
}

.top_text {
  padding-bottom: 60px;
}

.top_text h1 {
  font-size: 6rem;
  line-height: 85px;
  margin: 0;
  font-weight: bold;
}

.top_text p {
  margin: 10px 0 0 0;
  font-size: 2.1rem;
}

.top_slide {
  padding-top: 7rem;
}

.top_slide p {
    font-size: 2rem;
    margin: 0;
}

.about_us {
  width: 100%;
  height: 750px;
  position: relative;
  background-image:url(/wp-content/uploads/bgline_left.png),
					         url(/wp-content/uploads/bgline_right.png);
  background-repeat:no-repeat,
                   no-repeat,
                   repeat;
  background-position:left top,
                   right bottom;
}

.about {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);  
  padding: 70px 80px;
  background-image:url(/wp-content/uploads/bg_grey.png);
  display: flex;
  width: 60%;
  height: 450px;
}

.about img {
  width: 35%;
  margin-right: 40px;
}

.about_text {
  color: #797979;
  font-family: "YuMincho +36p Kana";
  margin: auto;
}

.about_text p {
  font-size: 1.2rem;
  padding-left: 20px;
  margin-top: 20px;
  line-height: 2.5rem;
}

.about_text h3 {
  font-size: 3rem;
  padding-left: 20px;
  margin-bottom: 0;
  border-bottom: 1px solid #707070;
  font-weight: lighter;
}

.more_botton1 {
  margin: 0 0 0 80%;
}

.more_botton1 .btn-flat-border {
  display: inline-block;
  padding: 0.2em 1.2em;
  text-decoration: none;
  color: #707070;
  border: solid 1px #797979;
  transition: .4s;
}

.News {
  background-image:url(/wp-content/uploads/wave.png);
  width: 100%;
}

.news_bgwhite {
  background-color: rgba(255,255,255,.5);
  width: 80%;
  margin: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.news_title {
  background-color: rgba(255,255,255,.5);
  color: #797979;
  font-family: "Times New Roman";
  width: 10%;
  margin: auto;
  padding: 5px 50px;
  text-align: center;
}

.news_title h3 {
  font-size: 3rem;
  margin: 0;
  font-weight: lighter;
}

.news_slide {
  display: flex;
  margin: 40px 60px 50px;
}

.news_box {
  width: 30%;
  margin: auto;
  font-family: "YuMincho +36p Kana";
  color: #fff;
  text-align:center;
}

.news_box img {
  width: 100%;
  height: 210px;
	vertical-align:top;
  object-fit: cover;
}

.news_box h3 {
  font-size: 1.6rem;
  font-weight: lighter;
  border-bottom: 1px solid #fff;
  margin-top: 0;
  padding-left: 15px;
}

.news_box p {
  font-size: 1rem;
  padding-left: 15px;
}

.news_text {
  padding: 15px;
  text-align: left;
}

.news_box:nth-child(odd) .news_text {
  background-color: #006E7C;
}

.news_box:nth-child(even) .news_text {
  background-color: #FFC527;
}

.more_botton2 {
  margin: auto;
  text-align: center;
}

.more_botton2 .btn-flat-border {
  display: inline-block;
  padding: 0.2em 1.2em;
  text-decoration: none;
  color: #797979;
  background-color: rgba(255,255,255,.5);
  transition: .4s;
  font-size: 1.8rem;
}

.brand {
  background-color: #FFF5D9;
  font-family: "YuMincho +36p Kana";
}

.black_title {
  margin: 0 auto;
  text-align: center;
  font-family: "YuMincho +36p Kana";
  font-weight: normal;
  font-size: 3.5rem;
  padding: 60px 0 40px;
}

.brand_photo {
  display: flex;
  width: 80%;
  margin: auto;
  padding-bottom: 80px;
}

.photo_left {
  padding-right: 20px;
}

.photo_right {
  padding-left: 20px;
}

.photo_text img {
  width: 100%;
  vertical-align: top;
}

.small_photo {
  display: flex;
}

.small_photo img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.right_bottom_photo {
  margin-top: 8px;
}

.left_top_photo {
  margin-bottom: 8px;
}

.photo_text,
.small_photo {
  position: relative;
}

.brand_photo_2,
.brand_photo_3,
.brand_photo_4,
.brand_photo_5 {
  width: 49%;
  height: 200px;
}

.brand_photo_3,
.brand_photo_5 {
  margin: 0 0 0 auto;
}

.brand_photo_1::before,
.brand_photo_2::before,
.brand_photo_3::before,
.brand_photo_4::before,
.brand_photo_5::before,
.brand_photo_6::before {
  content: '';
  position: absolute;
  background-color: rgba(0,0,0,.4);
}

.brand_photo_1::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 97%;
}
.brand_photo_2::before,
.brand_photo_4::before {
  top: 0;
  left: 0;
  width: 49%;
  height: 100%;
}
.brand_photo_3::before,
.brand_photo_5::before {
  top: 0;
  left: 51%;
  width: 49%;
  height: 100%;
}
.brand_photo_6::before {
  top: 3%;
  left: 0;
  width: 100%;
  height: 97%;
}

.photo_text p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 3rem;
  width: 100%;
  text-align: center;
  margin: 0;
  z-index: 3;
}

.photo_text span {
  font-size: 1.2rem;
}

.photo_text {
  text-align: center;
}

.sm_text {
  line-height: 2rem;
}

.business_box {
  width: 90%;
  margin: 0 auto 80px;
  text-align: center;
  font-family: "YuMincho +36p Kana";
}

.business_box_right img,
.business_box_left img {
  width: 100%;
  margin-bottom: 20px;
}

.business_box_left,
.business_box_right {
  position: relative;
}

.business_box_left::before,
.business_box_right::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 40%;
  height: 40%;
  background-color: rgba(0,0,0,.7);
}

.business_box_left a,
.business_box_right a {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  color: #fff;
  font-size: 2.2rem;
  width: 100%;
  text-align: center;
  margin: 0;
  width: 40%;
  height: 40%;
  text-decoration: none;
  line-height: 1.5rem;
  padding-top: 80px;
}

.business_box_left::before {
  left: 0;
}

.business_box_right::before {
  right: 0;
}

.business_box_left a {
  left: 0;
}

.business_box_right a {
  right: 0;
}

.business_box_right span,
.business_box_left span {
  font-size: 1rem;
}

footer {
  background-image: url(/wp-content/uploads/IMG_4150.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.footer_top {
  display: flex;
  width: 90%;
  margin: auto;
  padding-top: 40px;
}

.footer_top a {
  text-decoration: none;
}

.footer_top > a {
  width: 12.5%;
  margin: 0 auto 0 0;
}

.kamukura_logo_footer {
  width: 100%;
}
.footer_top .kamu_logo_footer {
  text-align: right;
  width: 20%;
  margin: 0 0 0 auto;
}

.RSJ_logo_footer {
  width: 100%;
  margin-right: 68%;
}

.footer_middle {
  display: flex;
  width: 40%;
  margin: auto;
  justify-content: space-between;
  padding-top: 60px;
}

.footer_middle a {
  text-decoration: none;
}

.footer_middle img {
  width: 80%;
}

.footer_bottom {
  font-family: "Times New Roman";
  font-style: italic;
  font-size: 1.2rem;
  display: flex;
  margin: 30px auto 0;
  width: 90%;
  color: #008CAA;
}

.footer_bt_right {
  margin-left: 60%;
  margin-top: 40px;
}

.footer_bt_right,
.footer_bt_left {
  margin-bottom: 20px;
}

.slider {
  width: 100%;
  position:relative;
  z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  height: 750px;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  padding: 0;
  margin: 0;
}

.slider li {
  width: 100%;
  height: 750px;
}

/*　背景画像設定　*/

.slider-item01 {
  background:url(/wp-content/uploads/top.png);
}

.slider-item02 {
  background:url(/wp-content/uploads/top.png);
}

.slider-item03 {
  background:url(/wp-content/uploads/top.png);
}
.slider-item04 {
  background:url(/wp-content/uploads/top.png);
}

.slider-item {
  width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  height:100vh;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  background-repeat: no-repeat;/*背景画像をリピートしない*/
  background-position: center;/*背景画像の位置を中央に*/
  background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
  position: absolute;/*絶対配置にする*/
z-index: 5;
  top: 42%;
  cursor: pointer;/*マウスカーソルを指マークに*/
  outline: none;/*クリックをしたら出てくる枠線を消す*/
  border-top: 3px solid #fff;/*矢印の色*/
  border-right: 3px solid #fff;/*矢印の色*/
  height: 30px;
  width: 30px;
  filter: drop-shadow(1px 1px 5px rgba(0,0,0,0.6));
}

.slick-prev {/*戻る矢印の位置と形状*/
  left:2.5%;
  transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
  right:2.5%;
  transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
position: relative;
z-index: 3;
  text-align:center;
margin:-50px 0 0 0;
}

.slick-dots li {
  display: none;
}

.slide_article {
  justify-content: space-between;
}

.news_box li {
  width: 85%!important;
  margin: auto;
}

.news_box li::marker {
  display: none!important;
  color: rgba(255,255,255,0);
}

.slide_article .slick-prev {/*戻る矢印の位置と形状*/
  left: -13%!important;
}

.slide_article .slick-next {/*次へ矢印の位置と形状*/
  right: -13%!important;
}

.slide_article {
  height: 430px;
}

.restaurant_top .top_box {
  margin-top: 60px;
}

.restaurant_top .top_slide {
  margin-top: 100px;
}

.restaurant_top::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
}

.restaurant_top {
  position: relative;
}

.OurBrand h2 {
  width: 80%;
  border-bottom: 2px solid #000;
}

.ourbrand_box {
  display: flex;
  width: 80%;
  margin: 20px auto 100px;
}

.ourbrand_photo {
  position: relative;
  text-align:center;
}

.ourbrand_photo::before {
  content: '';
  position: absolute;
  top: 70%;
  left: 49.5%;
  width: 97%;
  height: 30%;
  transform: translate(-50%, -50%);
  background-color: rgba(82,2,2,.5);
}

.ourbrand_text {
  top: 100%;
  transform: translate(0, -50%);
  color: #fff;
  font-size: 2rem;
  width: auto;
  text-align: center;
  margin: auto;
  height: 100%;
  text-decoration: none;
  line-height: 1.5rem;
  font-family: "YuMincho +36p Kana";
}

.ourbrand_box a {
  text-decoration: none;
}

.ourbrand_text {
  display: flex;
  position: absolute;
}

.ourbrand_photo img {
  width: 100%;
}

.ourbrand_text h1 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: lighter;
  font-size: 5rem;
}

.ourbrand_text p {
  font-size: 3rem;
}

.ourbrand_text span {
  font-size: 1.2rem;
}

.ourbrand_kamukura {
  margin: 60px 40px 0 auto;
}
.ourbrand_kamukura .ourbrand_text {
  margin: 0 20px;
  padding-left: 20px;
}
.ourbrand_kamukura .ourbrand_text p {
  padding-left: 20px;
}

.ourbrand_komeya {
  margin: 60px auto 0 40px;
}
.ourbrand_komeya .ourbrand_text p {
  padding: 10px 0 0 20px;
}
.ourbrand_komeya .ourbrand_text {
  padding-left: 30px;
}

.big_photo img {
  width: 100%;
  vertical-align:top;
}

.big_photo::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.3);
}

.big_photo {
  position: relative;
  text-align:center;
}

.about_kamukura {
  font-family: "YuMincho +36p Kana";
}

.about_kamukura_title {
  background-image: url(/wp-content/uploads/22024700_l.png);
}

.about_kamukura_title h1 {
  margin: 0;
  font-weight: lighter;
  color: #B10000;
  text-shadow: 2px 1px 5px rgba(0,0,0,.5);
  text-align: center;
  padding: 30px 0;
  font-size: 2.5rem;
}

.about_kamu_conttop_photo img {
  width: 100%;
}

.about_kamu_conttop_photo {
  position: relative;
  text-align: center;
  width: 100%;
}

.about_kamu_conttop_photo_wave {
  position: absolute;
  vertical-align:top;
  z-index: 3;
  bottom: 0;
  left: 0;
}

.about_kamu_conttop_title {
  display: flex;
  width: 80%;
  margin: auto;
}

.about_kamu_conttop_title_text {
  width: auto;
  margin: 0 auto 0 0;
}

.about_kamu_conttop_title_text h3 {
  font-size: 3rem;
  font-weight: lighter;
  margin: 0;
  line-height: 3rem;
  border-left: 2px solid rgba(0, 0, 0, .4);
  padding: 20px 30px;
}

.about_kamu_conttop_title_text p {
  font-size: 1.85rem;
  margin-top: 0;
  padding-left: 30px;
}

.about_kamu_conttop_title img {
  text-align: right;
  width: 10%;
  height: 10%;
  margin-top: 20px;
}

.about_kamu_conttop_text {
  display: flex;
  width: 80%;
  margin: 0 auto 80px;
}

.about_kamu_conttop_text img {
  width: 50%;
  margin-right: 60px;
}

.about_kamu_conttop_text p {
  font-size: 1.3rem;
  line-height: 2.5rem;
}

.our_soup_photo {
  position: relative;
  text-align: center;
  width: 100%;
}

.our_soup_photo img {
  width: 100%;
}

.our_soup_wave {
  position: absolute;
  vertical-align:top;
  z-index: 3;
  bottom: -20%;
  left: 0;
}

.our_soup_title {
  margin: 100px auto 40px;
}

.about_kamu_conttop_title span {
  font-size: 1.5rem;
}

.our_soup_text {
  text-align: center;
  width: auto;
  margin: 0 auto 100px;
  font-size: 1.5rem;
  line-height: 2.8rem;
}

.our_motto_figurebox_img {
  background-color: #FFADAD;
  width: 250px;
  height: 250px;
  line-height: 250px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  margin: auto;
}

.our_motto_figurebox_img .our_motto_cook {
  width: 38%;
  padding-top: 35px;
}
.our_motto_figurebox_img .our_motto_service {
  width: 60%;
  padding-top: 50px;
}
.our_motto_figurebox_img .our_motto_cleanliness {
  width: 50%;
  padding-top: 40px;
  padding-left: 15px;
}

.our_motto_figurebox h3 {
  font-size: 2.5rem;
  font-weight: lighter;
  text-shadow: 1px 1px 10px rgba(0,0,0,.5);
  margin: 0;
  line-height: 2rem;
}

.our_motto_figurebox p {
  font-size: 1.5rem;
  margin: 0;
}

.our_motto_figurebox {
  width: 40%;
  text-align: center;
  margin: auto;
  position: relative;
}

.our_motto_figure_top {
  margin: auto;
  text-align: center;
}

.our_motto_figure_bottom {
  display: flex;
}

.our_motto_figurebox_text {
  position: absolute;
  bottom: -12%;
  left: 27%;
}

.our_motto_figure_bottom .our_motto_figurebox_text {
  bottom: -12%;
  left: 23%;
}

.figurebox_service {
  margin: 0 0 0 auto;
}

.figurebox_cleanliness {
  margin: 0 auto 0 0;
}

.our_motto_figure {
  padding-bottom: 200px;
}

.our_motto {
  background-image: url(/wp-content/uploads/22024700_l.png);
  position: relative;
}

.our_motto_title {
  margin: 0 auto;
  padding: 100px 0 0;
  position: relative;
}

.our_motto::before {
  content: '';
  background: rgba(255,255,255,.7);
  position: absolute;
  width: 85%;
  height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.komeya_musubi_top {
  position: relative;
  text-align: center;
  background-image: url(/wp-content/uploads/aa39a4e8a517982f57416d4cc39045be-20181212140724.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  width: 100%;
  height: 750px;
}

.komeya_musubi_top::before {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, .3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.komeya_musubi_top_text {
  position: relative;
  text-align: center;
  padding-top: 270px;
}

.komeya_musubi_top h1 {
  font-family: "Times New Roman";
  font-weight: lighter;
  margin: auto;
  font-size: 7rem;
}

.komeya_musubi_top span {
  margin-right: 40px;
}

.komeya_musubi_top p {
  margin: auto;
  font-family: "YuMincho +36p Kana";
  font-size: 1.8rem;
  padding-top: 30px;
}

.komeya_musubi_about {
  display: flex;
}

.komeya_musubi_about_text {
  margin: 60px auto 0 180px;
}

.komeya_musubi_about_text p {
  margin: 60px auto 0 45px;
  font-size: 1.2rem;
  line-height: 2rem;
}

.komeya_musubi_about img {
  width: 100%;
  height: 100%;
  vertical-align:top;
}

.komeya_musubi_about_photo {
  width: 40%;
  text-align: right;
  margin: 0 0 0 auto;
}

.komeya_musubi_lineup_content {
  display: flex;
  width: 80%;
  margin: auto;
  padding: 40px 0;
}

.komeya_musubi_lineup_photo {
  width: 38%;
  margin: 50px 40px 40px;
}

.komeya_musubi_lineup_photo img {
  width: 100%;
}

.komeya_musubi_lineup_text {
  margin: 20px 0 0 50px;
}

.komeya_musubi_lineup_text p {
  margin: 60px 0 0 55px;
  font-size: 1.2rem;
  line-height: 2rem;
}

.komeya_musubi_lineup {
  background-color: #FFF8A8;
}

.komeya_musubi_lineup_bg {
  background-image: url(/wp-content/uploads/bg_leaves.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.komeya_musubi_lineup_text .about_kamu_conttop_title_text h3 {
  border-left: 2px solid #177783;
  color: #177783;
  text-shadow: 2px 2px 5px rgba(0,0,0,.5);
}

.our_motto_soul {
  width: 55%;
  margin-top: 40px;
}

.our_motto_family {
  width: 60%;
  margin-top: 65px;
}

.our_motto_world {
  width: 55%;
  margin-top: 50px;
}

.komeya_musubi_ourmotto .our_motto_figurebox_text h3 {
  font-size: 1.7rem;
}

.komeya_musubi_ourmotto .our_motto_figurebox_text {
  bottom: -5%;
  left: 25%;
}

.out_motto_family_text {
  left: 32%!important;
}

.out_motto_world_text {
  left: 33%!important;
}

.project_top .about_kamu_conttop_photo {
  width: 100%;
  height: 750px;
}

.project_top .about_kamu_conttop_photo {
  background-image: url(/wp-content/uploads/22100968_m.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.project {
  font-family: "YuMincho +36p Kana";
}

.project_top {
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0,0,0,.5);
}

.project_top h1 {
  font-weight: lighter;
  font-size: 6rem;
  margin: 0;
  padding-top: 250px;
  line-height: 8rem;
}

.project_top p {
  font-size: 1.5rem;
  margin: 0;
}

.project_top .about_kamu_conttop_photo_wave {
  bottom: -10%;
}

.project_middle {
  text-align: center;
  margin: 80px auto;
  font-size: 1.3rem;
}

.project_map {
  background-color: #007B92;
}

.project_map_bg {
  background-image: url(/wp-content/uploads/worldmap.png);
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center;
  margin: auto;
}

.project_map_content {
  width: 30%;
  background-color: rgba(255,255,255,.7);
  text-align: right;
  margin: 0 0 0 auto;
  padding: 30px 60px 30px 0;
  color: #007B92;
  text-shadow: 1px 1px 3px rgba(0,83,77,.4);
}

.project_map_content h3 {
  font-size: 2rem;
  font-weight: normal;
  line-height: 2.5rem;
  margin-bottom: 5px;
}

.project_map_content p {
  margin: 0;
}

.stores_number {
  margin: 0;
}

.project_map_content_box {
  margin-bottom: 50px;
}

.employment_top .top_box {
  margin-top: 80px;
}

.employment_top .top_slide {
  margin-top: 100px;
}

.employment_top .top_box {
  width: 100%;
}

.employment_top .top_text {
  padding-bottom: 0;
}

.employment_content_bg {
  background-image: url(/wp-content/uploads/4193091_m.png);
  background-repeat: no-repeat;
  background-size: 85%;
  background-position: center;
  height: 550px;
  margin-top: 25px;
}


.employment_content_figurebox {
  background-color: #6CD7DB;
  color: #fff;
  box-shadow: 2px 2px 5px rgba(0,0,0,.8);
  width: 200px;
  height: 200px;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
}

.employment_content_figurebox p {
  font-size: 1.2rem;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, .6);
  font-family: "Times New Roman";
  font-weight: bold;
}

.employment_content_figurebottom {
  display: flex;
  margin: 0 auto 20px 13%;
}

.employment_content_figuretop .employment_content_figurebox {
  margin: 20px auto 20px 21%;
}

.employment_content_service {
  margin-left: 40px;
}

.employment_content_figuretext1 {
  padding-top: 60px;
}

.employment_content_figuretext2 {
  padding-top: 55px;
}

.employment_content_figuretext3 {
  padding-top: 40px;
}

.employment_content_figure {
  padding-top: 40px;
}

.employment_content {
  height: 580px;
}

.employment_foreigner_title {
  text-align: center;
  color: #B10000;
  text-shadow: 1px 1px 10px rgba(0,0,0,.5);
  margin-bottom: 60px;
}

.employment_foreigner_title h1 {
  font-weight: lighter;
  margin-top: 0;
}

.employment_foreigner_content {
  display: flex;
  width: 85%;
  margin: 0 auto 40px;
}

.employment_foreigner_content p {
  font-size: 1.2rem;
  line-height: 1.9rem;
  margin-left: 20px;
}

.employment_foreigner_photo {
  margin-left: auto;
}

.employment_title_photo {
  width: 85%;
  margin: auto;
  position: relative;
  text-align: center;
}

.employment_title_photo::before {
  content: '';
  position: absolute;
  background: rgba(0,0,0,.5);
  width: 100%;
  height: 120px;
  top: 25%;
  left: 0;
}

.employment_title_photo img {
  width: 100%;
}

.employment_title_photo h1 {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-weight: lighter;
  text-shadow: 2px 2px 5px #000;
}

.employment_title_box {
  margin-bottom: 40px;
}

.employment_service_box {
  background: rgba(90,228,233,.5);
  width: 85%;
  margin: auto;
  display: flex;
  text-align: center;
}

.employment_service_stepbox {
  margin: auto;
  height: 550px;
  width: 100%;
}

.employment_service_figure {
  background: #fff;
  border-radius: 50%;
  width: 220px;
  height: 220px;
  margin-left: 40px;
}

.employment_service_stepbox h3 {
  font-size: 1.2rem;
}

.employment_service_stepbox > h3 {
  margin-top: 40px;
}

.employment_service_figure h3 {
  margin: 0 auto;
  font-weight: lighter;
  padding-top: 20px;
}

.employment_service_figure .service_figure_follw {
  padding-top: 10px;
}

.service_figure_paper {
  margin-top: -10px;
}
.service_figure_interview {
  margin-top: -15px;
}
.service_figure_post {
  margin-top: -20px;
}
.service_figure_human {
  margin-top: -25px;
}

.employment_service_stepbox span {
  font-size: 0.9rem;
}

.employment_service_stepbox p {
  font-size: 1rem;
  padding-top: 20px;
}

.triangle {
  width: 10%;
  margin-top: 15%;
}

.employment_service {
  margin-bottom: 40px;
}

.strengths {
  background-color: #FFF9E8;
  padding: 40px 0;
}

.strengths_box_top,
.strengths_box_middle {
  display: flex;
  width: 85%;
  margin: 0 auto 20px;
}

.strengths_box_bottom {
  width: 85%;
  margin: 0 auto;
}

.strengths_box {
  display: flex;
  background: #fff;
}

.sm_strengths_box {
  width: 98%;
}

.sm_strengths_box2 {
  margin-left: 20px;
}

.strengths_box img {
  width: 250px;
  height: 180px;
  padding: 15px 20px 15px 15px;
}

.strengths_box h3 {
  font-weight: lighter;
  font-size: 1.2rem;
}

.strengths_box p {
  font-size: 1rem;
  margin: 0;
}

.strengths_box_top1 h3 {
  margin: 18px auto 10px;
  line-height: 1.5rem;
}
.strengths_box_top2 h3 {
  margin: 23px auto 10px;
}
.strengths_box_middle1 h3 {
  margin: 35px auto 10px;
}
.strengths_box_middle2 h3 {
  margin: 14px auto 10px;
}

.strengths_box_bottom_photo {
  width: 48%;
  margin-right: 50px;
}

.strengths_box_bottom img {
  width: 100%;
}

.applications {
  margin: 40px auto;
}

.btn-stitch {
  display: inline-block;
  padding: 5px 100px;
  text-decoration: none;
  background: #FFBF2E;
  color: #FFF;
  border-radius: 4px;
  box-shadow: 0px 0px 0px 4px #FFBF2E;
  border: solid 1px #FFF;
  font-size: 1rem;
}

.applications_space {
  width: 85%;
  margin: auto;
  display: flex;
}

.applications_box {
  position: relative;
  width: 48%;
}

.applications_box2 {
  margin-left: auto;
}

.applications_box::before {
  position: absolute;
  content: '';
  background: rgba(0,0,0,.5);
  width: 100%;
  height: 40%;
  top: 30%;
  left: 0;
}

.applications_box img {
  width: 100%;
}

.applications_box_text {
  position: absolute;
  top: 35%;
  left: 28%;
  text-align: center;
  color: #fff;
}

.applications_box_text p {
  margin-bottom: 5px;
}

.brand_project .employment_title_photo p {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 2px 2px 5px #000;
}

.brand_project .employment_title_photo h1 {
  top: 45%;
}

.brand_project .employment_title_box {
  margin-top: 40px;
}

.brand_project_boxtop,
.brand_project_boxbottom {
  display: flex;
  width: 85%;
  margin: auto;
  text-align: center;
  font-size: 1.2rem;
}

.brand_project_boxtop {
  margin-bottom: 40px;
}

.brand_project_boxtop p {
  margin: 80px auto 0;
}

.brand_project_boxbottom p {
  margin: 11% 0 0 20%;
}

.brand_project_boxbottom_photo {
  margin-left: auto;
}

.brand_button {
  text-align: center;
  margin: 60px auto;
}

.brand_button .btn-stitch {
  font-size: 1.3rem;
}

.brand_strengths .strengths_box {
  background-color: #FFF9E8;
}

.company {
  background-image: url(/wp-content/uploads/22024700_l.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 40px;
}

.company .black_title {
  font-size: 3rem;
}

.company th,
.company td {
  border: solid 1px #707070;  /* 枠線指定 */
  padding: 10px;      /* 余白指定 */
}

.company table {
  border-collapse:  collapse; /* セルの線を重ねる */
  margin: 60px auto 0;
  border: 2px solid #707070;
  width: 60%;
}

.company th {
  padding: 20px 40px;
  font-weight: lighter;
  font-size: 1rem;
}

.company td {
  padding: 20px 0 20px 60px;
  font-size: 1.15rem;
}

.contact {
  background-image: url(/wp-content/uploads/22024700_l.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 60px;
}

.Form {
  padding-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
.Form-Item {
  padding-top: 10px;
  width: 100%;
  display: flex;
  align-items: center;
}

.Form-Item-Label {
  width: auto;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  text-align: right;
  margin-left: 20px;
  color: #008CAA;
  text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.7);
	font-weight: 500;
}

.label_name {
	padding-left: 20px;
}

.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}


.Form-Item-Input {
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 42px;
  flex: 1;
  width: 100%;
  max-width: 670px;
  background: rgba(113, 230, 230, 0.7);
  font-size: 1.2rem;
  border: none;
}

.Form-Item-Textarea {
  padding: 20px 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 630px;
  background: rgba(113, 230, 230, 0.7);
  font-size: 1.2rem;
  border: none;
}

.Form-Btn {
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 260px;
  display: block;
  letter-spacing: 0.05em;
  background: #008CAA;
  color: #fff;
  font-size: 1.3rem;
  border: none;
}

.contect_content {
  display: block;
  padding-top: 0;
}
.contect_content p {
  text-align: center;
  width: auto;
  margin: auto;
  letter-spacing: 3px;
}

.Form-Item-Label-Required {
  width: 48px;
  display: inline-block;
  text-align: center;
  color: #ff0000;
  font-size: 0.9rem;
}

.recruit .Form-Item-Label {
	color: #222;
	font-weight: 600px;
}

.recruit .Form-Item-Input {
  background-color: #fff;
  border: 2px solid #777;
}

.mail_number {
  text-align: right;
  font-size: 1.3rem;
  margin-left: 14%;
}

.recruit .mail_number_input {
  margin-left: 5px;
  max-width: 150px;
}

.recruit .mail_number_box {
  padding-bottom: 5px;
}

.recruit .address_box {
  max-width: 500px;
  margin-left: 22%;
  padding-top: 0;
}

.sm {
  display: none;
}


/* 480px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 480px) {
	#nav-open {
    width: 25px;
    margin-top: 10px;
  }

  .toprsj_logo {
    width: 20%;
    margin-top: 20px;
  }

  #nav-content {
    top: 7%;
    left: 11%;
    max-width: 320px;
  }

  #nav-content li {
    margin-top: 10px;
  }

  .main_top {
    height: 300px;
  }

  .slider {
    height: 300px;
  }

  .slider li {
    height: 300px;
  }

  .top_text {
    padding-bottom: 0;
  }

  .top_text h1 {
    font-size: 2.1rem;
    line-height: normal;
  }

  .top_box {
    width: 100%;
  }

  .top_text p {
    font-size: 1.1rem;
    margin-top: 0;
  }

  .top_slide {
    padding-top: 0;
  }

  .top_box > p {
    font-size: 1rem;
  }

  .top_slide p {
    font-size: 1rem;
  }

  .about_us {
    background-size: 50%;
    height: 800px;
  }

  .about {
    padding: 20px 20px;
    width: 80%;
    display: block;
    height: auto;
  }

  .about img {
    width: 100%;
    margin: 0;
  }

  .about_text h3 {
    font-size: 2rem;
    margin-top: 10px;
    padding-left: 10px;
  }

  .about_text p {
    font-size: 1rem;
    margin: 10px;
    padding: 0;
    line-height: normal;
  }

  .pc {
    display: none;
  }

  .more_botton1 {
    margin-left: 70%;
  }

  .news_bgwhite {
    padding: 20px 0;
    width: 90%;
  }

  .news_title {
    width: 30%;
    padding: 5px 10px;
  }

  .news_title h3 {
    font-size: 2rem;
  }

  .sm {
    display: block;
  }

  .sm .news_slide {
    width: 100%;
    margin: 20px 0;
  }

  .sm .news_slide {
    display: block;
  }

  .sm .news_box {
    width: 90%;
    margin-bottom: 10px;
  }

  .sm .news_box h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
  }

  .sm .news_box p {
    margin: 5px 0;
  }

  .more_botton2 .btn-flat-border {
    font-size: 1.5rem;
  }

  .black_title {
    font-size: 2rem;
    padding: 10px 0;
  }

  .brand_photo {
    display: block;
    padding-bottom: 25px;
  }

  .photo_left {
    padding: 0;
    margin-bottom: 5px;
  }

  .photo_right {
    padding: 0;
  }

  .brand_photo_1::before {
    height: 96%;
  }

  .brand_photo_6::before {
    height: 96%;
    top: 4%;
  }

  .photo_text p {
    font-size: 2rem;
  }

  .small_photo img,
  .brand_photo_2::before, 
  .brand_photo_3::before, 
  .brand_photo_4::before, 
  .brand_photo_5::before,
  .brand_photo_2, 
  .brand_photo_3, 
  .brand_photo_4, 
  .brand_photo_5 {
    height: 120px;
  }

  .business_box_left::before, 
  .business_box_right::before {
    top: 40%;
    width: 70%;
    height: 45%;
  }

  .business_box_left a, 
  .business_box_right a {
    font-size: 1.2rem;
    top: 45%;
    padding-top: 8px;
    line-height: 1.08rem;
    width: 70%;
  }

  .business_box_right img, 
  .business_box_left img {
    height: 100px;
    object-fit: cover;
    margin-bottom: 10px;
  }

  footer {
    background-size: cover;
  }

  .footer_top {
    padding-top: 10px;
  }

  .footer_middle {
    padding-top: 5px;
    width: 60%;
  }

  .twitter_logo,
  .facebook_logo,
  .instagram_logo,
  .youtube_logo {
    width: 23%;
    margin: 0 auto;
  }

  .footer_bottom {
    font-size: 0.9rem;
    display: block;
    width: 100%;
    margin: 0;
  }

  .footer_bt_right {
    margin: 0 20px 0 auto;
    padding-bottom: 10px;
	  text-align: right;
  }
  .footer_bt_right p {
    margin: 0;
  }

  .footer_bt_right, 
  .footer_bt_left {
    margin-bottom: 0;
  }
	
	.footer_bt_left {
		margin-left: 20px;
	}

  .main_top img {
    height: 300px;
  }

  .restaurant_top .top_slide {
    margin-top: 60px;
  }

  .ourbrand_box {
    display: block;
    margin: 0 auto;
    width: 90%;
  }

  .ourbrand_kamukura {
    margin: 10px 0;
  }

  .ourbrand_komeya {
    margin: 10px 0;
  }

  .ourbrand_kamukura .ourbrand_text {
    padding-left: 0;
  }

  .ourbrand_text h1 {
    font-size: 3rem;
    margin: 0;
    padding-top: 25px;  
  }

  .ourbrand_kamukura .ourbrand_text {
    margin: 0 10px;
  }

  .ourbrand_komeya .ourbrand_text {
    padding-left: 20px;
  }

  .ourbrand_text p {
    margin: 0;
    font-size: 1.8rem;
    padding-top: 20px;
    line-height: 1.4rem;
  }

  .ourbrand_komeya .ourbrand_text p {
    padding: 30px 0 0 10px;
  }

  .ourbrand_text span {
    font-size: 1rem;
  }

  .about_kamukura_title h1 {
    font-size: 2rem;
    line-height: 2.8rem;
  }

  .about_kamu_conttop_title_text h3 {
    font-size: 2rem;
    line-height: 2rem;
    padding: 15px 20px;
  }

  .about_kamu_conttop_title_text p {
    font-size: 1.3rem;
    padding-left: 20px;   
  }

  .about_kamu_conttop_title img {
    width: 20%;
    height: 20%;
    margin-top: 15px;
  }

  .about_kamu_conttop_text {
    display: block;
    margin-bottom: 30px;
  }

  .about_kamu_conttop_text img {
    width: 100%;
    margin: 0;
  }

  .about_kamu_conttop_text p {
    font-size: 1.05rem;
    line-height: normal;
  }

  .our_soup_title {
    margin: 30px auto;
  }

  .about_kamu_conttop_title span {
    font-size: 1.05rem;
  }

  .our_soup_text {
    font-size: 1.05rem;
    line-height: normal;
    margin: 0 10px 40px;
  }

  .our_motto::before {
    height: 95%;
  }

  .our_motto_title {
    padding-top: 50px;
  }

  .our_motto_figurebox {
    width: 100%;
    margin-bottom: 60px;
  }

  .our_motto_figurebox_img {
    width: 200px;
    height: 200px;
  }

  .our_motto_figurebox h3 {
    font-size: 1.8rem;
  }

  .our_motto_figurebox p {
    font-size: 1.2rem;
  }

  .our_motto_figure_bottom {
    display: block;
  }

  .our_motto_figurebox_text {
    left: 23%;
  }

  .our_motto_figurebox_img .our_motto_cook {
    padding-top: 22px;
  }
  .our_motto_figurebox_img .our_motto_service {
    padding-top: 40px;
  }
  .our_motto_figurebox_img .our_motto_cleanliness {
    padding-top: 25px;
  }

  .our_motto_figure {
    padding-bottom: 20px;
  }

  .komeya_musubi_top {
    height: 250px;
  }

  .komeya_musubi_top_text {
    padding: 80px 0;
  }

  .komeya_musubi_top h1 {
    font-size: 2rem;
  }

  .komeya_musubi_top span {
    margin-right: 20px;
  }

  .komeya_musubi_top p {
    font-size: 1.1rem;
    padding-top: 5px;
  }

  .komeya_musubi_about {
    display: block;
  }

  .komeya_musubi_about_text {
    margin: 40px 0 0;
  }

  .komeya_musubi_about_text p {
    margin: 40px 30px 10px;
    font-size: 1.05rem;
    line-height: normal;
  }

  .komeya_musubi_lineup_content {
    display: block;
  }

  .komeya_musubi_lineup_photo {
    margin: 0;
    width: 100%;
  }

  .komeya_musubi_lineup_text {
    margin-left: 0;
  }

  .komeya_musubi_lineup .about_kamu_conttop_title {
    width: 100%;
  }

  .komeya_musubi_lineup_text p {
    font-size: 1.05rem;
    line-height: normal;
    margin: 40px 0 0;
  }

  .komeya_musubi_ourmotto .our_motto_figurebox_text h3 {
    font-size: 1.3rem;
  }

  .komeya_musubi_ourmotto .our_motto_figurebox_text {
    bottom: -10%;
    left: 19%;
  }

  .out_motto_family_text {
    left: 28%!important;
  }
  .out_motto_world_text {
    left: 29%!important;
  }

  .our_motto_soul {
    margin-top: 30px;
  }
  .our_motto_family {
    margin-top: 50px;
  }
  .our_motto_world {
    margin-top: 38px;
  }

  .project_top .about_kamu_conttop_photo {
    height: 250px;
  }

  .project_top h1 {
    font-size: 3rem;
    padding-top: 60px;
    line-height: normal;
  }

  .project_top p {
    font-size: 1.2rem;
  }

  .project_middle {
    width: 80%;
    margin: 30px auto;
    font-size: 1.05rem;
  }

  .project_map_bg {
    background-size: 100%;
  } 

  .project_map_content {
    width: 100%;
    padding: 20px 0;
    text-align: left;
  }

  .project_map_content_box {
    margin-bottom: 10px;
  }

  .project_map_content h3 {
    font-size: 1.5rem;
    line-height: normal;
    margin: 0 0 0 40px;
  }

  .project_map .stores_number {
    margin: 0 0 0 40px;
  }

  .project_map_content p {
    margin: 0 0 5px 40px;
  }

  .our_motto_figure_bottom .our_motto_figurebox_text {
    left: 19%;
  }

  .employment_top .top_slide {
    margin-top: 60px;
  }

  .employment_content_bg {
    background-image: none;
    margin-top: 20px;
  }

  .employment_content_photo {
    width: 90%;
    margin: 5px auto;
  }

  .employment_content_photo img {
    width: 100%;
  }

  .employment_content_figure {
    padding-top: 0;
  }

  .employment_content_figuretop .employment_content_figurebox {
    margin: 20px auto;
  }

  .employment_content_figurebox {
    width: 150px;
    height: 150px;
  }

  .employment_content_figurebox p {
    font-size: 1.05rem;
    margin: 0;
  }

  .employment_content_figurebottom {
    margin: 10px auto 0;
    width: 90%;
  }

  .employment_content_figuretext1 {
    padding-top: 45px;
  }

  .employment_content {
    height: 520px;
  }

  .employment_foreigner_title h1 {
    font-size: 1.4rem;
  }

  .employment_foreigner_title {
    margin-bottom: 30px;
  }

  .employment_foreigner_content {
    display: block;
  }

  .employment_foreigner_content p {
    font-size: 1.05rem;
    margin: 0 0 20px;
  }

  .employment_foreigner_photo img {
    width: 100%;
    vertical-align:top;
  }

  .employment_title_photo img {
    height: 120px;
    object-fit: cover;
  }

  .employment_title_photo::before {
    height: 60px;
  }

  .employment_title_photo h1 {
    width: 100%;
    font-size: 1.5rem;
  }

  .employment_title_box {
    margin-bottom: 20px;
  }

  .employment_service_box {
    display: block;
    padding: 5px 0;
  }

  .employment_service_figure {
    margin: 0 auto;
  }

  .employment_service_stepbox > h3 {
    margin: 20px 0 5px;
  }

  .employment_service_stepbox p {
    padding-top: 0;
  }

  .employment_service_stepbox {
    height: auto;
  }

  .triangle {
    margin: 20px auto 0;
  }

  .triangle img {
    transform: rotateZ(90deg);
  }

  .employment_service {
    margin-bottom: 20px;
  }

  .strengths {
    padding: 20px 0 10px;
  }

  .strengths_box_top, 
  .strengths_box_middle {
    display: block;
  }

  .strengths_box {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

  .strengths_box img {
    width: 90%;
    height: auto;
    object-fit: cover;
  }

  .strengths_box_text {
    width: 85%;
    margin: 0 auto;
  }

  .strengths_box h3 {
    margin-top: 0;
  }

  .strengths_box p {
    padding-bottom: 15px;
  }

  .sm_strengths_box2 {
    margin-left: 0;
  }

  .strengths_box_bottom_photo {
    width: 100%;
    margin: 0;
  }

  .applications {
    margin: 20px auto;
  }

  .applications_space {
    display: block;
  }

  .applications_box {
    width: 100%;
  }

  .applications_box_text {
    top: 22%;
    left: 18%;
  }

  .btn-stitch {
    padding: 2px 80px;
  }

  .brand_project .employment_title_box {
    margin-top: 20px;
  }

  .brand_project_boxtop, 
  .brand_project_boxbottom {
    display: block;
  }

  .brand_project_boxtop img, 
  .brand_project_boxbottom img {
    width: 100%;
  }

  .brand_project_boxtop p {
    margin: 10px 0;
  }

  .brand_project_boxtop {
    padding-bottom: 5px;
  }

  .brand_project_boxbottom p {
    margin: 10px auto;
  }
  
  .brand_button {
    margin: 30px 0;
  }

  .company .black_title {
    font-size: 2rem;
  }

  .company table {
    margin: 30px auto;
    width: 80%;
    border: none;
  }

  .company tr {
    border-bottom: 1px solid #ccc;
    display: grid;
  }

  .company th, 
  .company td {
    border: none;
    text-align: left;
  }

  .company th {
    width: 100%;
    padding: 15px 0 5px;
    font-weight: bold;
    color: #626262;
  }

  .company td {
    padding: 5px 0;
  }

  .Form-Item {
    display: block;
    padding-bottom: 0;
  }

  .label_name {
    padding: 0;
  }

  .Form-Item-Label {
    margin: 10px auto;
    text-align: left;
    margin: 10px 30px;
  }

  .Form-Item-Input,
  .Form-Item-Textarea {
    margin-left: 20px;
    width: 80%;
  }

  .Form {
    padding-top: 0;
  }

  .contect_content {
    padding-top: 20px;
  }

  .Form-Item-Textarea {
    height: 100px;
	  margin-left: 5px;
  }

	.Form-Item-Input, .Form-Item-Textarea {
		border-radius: 0px;
	}
	
	.Form-Btn {
		border-radius: 0px!important;
	}
	
  .contact {
    padding-bottom: 30px;
  }

  .Form-Item-Label.isMsg {
    margin: 10px 35px;
    text-align: left;
  }

  .recruit .Form-Item-Label {
    margin: 10px 20px;
  }

  .Form-Item-Label-Required {
    margin-right: 0;
  }

  .mail_number_inputbox {
    display: flex;
  }

  .sm .mail_number {
    margin: 25px 5px 0 30px;
  }

  .recruit .address_box {
    margin-left: 40px;
    width: 87%;
  }
	
	input,textarea {
  -webkit-appearance: none;
	}
}