@charset "utf-8";

html,body,header,main,footer,se,h1,h2,h3,h4,h5,div,p {
  margin: 0;
  padding: 0;
  border: none;
}

body {
  width: 100%;
  color: #333333;
}

#container {
	width: 100%;
}

section {
  padding: 50px 0;
}

section.sub {
	background-color: rgba(0% 0% 0% / 5%);
}

header {
  display: flex;
  width: 100%;
  height: 60px;
  background-color: #e7b7a3;
}

@media screen and (max-width:800px){
  header {
    display: block;
    height: auto;
	text-align: center;
  }
}

header h1 {
  width: 50%;
  color: #ffffff;
}

@media screen and (max-width:800px){
  header h1 {
    width: 100%;
  }
}

header h1 div {
  padding: 10px 0 0 10px;
  font-size: 30px;
  line-height: 30px;
  color: #ffffff;
}

@media screen and (max-width:800px){
header h1 div {
  width: 100%;
  padding: 10px 0 0 0px;
  font-size: 30px;
  line-height: 30px;
  color: #ffffff;
}
}

header h1 p {
  padding: 0 0 0 10px;
  font-size: 20px;
  line-height: 20px;
}

@media screen and (max-width:800px){
  header a {
    display: block;
    flex: 1;
    width: 100%;
  }
}

header a.link1 {
  padding: 5px 10px;
  font-size: 12px;
  color: #ffffff;
  background-color: #fec979;
  text-decoration: none;
}

@media screen and (max-width:800px){
  header a.link1 {
    padding: 5px 0;
  }
}

  header a:hover.link1 {
    color: #fec979;
    background-color: #ffffff;
  }


header a.link2 {
  padding: 5px 10px;
  font-size: 12px;
  color: #ffffff;
  background-color: #ff7c7d;
  text-decoration: none;
}

  header a:hover.link2 {
    color: #ff7c7d;
    background-color: #ffffff;
  }

@media screen and (max-width:800px){
  header a.link2 {
    padding: 5px 0;
  }
}

header a.link3 {
  padding: 5px 10px;
  font-size: 12px;
  color: #ffffff;
  background-color: #ffa4f7;
  text-decoration: none;
}

  header a:hover.link3 {
    color: #ffa4f7;
    background-color: #ffffff;
  }

@media screen and (max-width:800px){
  header a.link3 {
    padding: 5px 0;
  }
}

nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
}

@media screen and (max-width:800px){
  nav {
    justify-content: flex-start;
    width: 100%;
  }
}


@media screen and (max-width:800px){
  nav div {
    display: flex;
    width: 100%;
  }
}

nav span {
  margin: 0 10px 0 0;
}

@media screen and (max-width:800px){
  nav span {
    display: block;
	flex: 1;
	margin: 0;
  }
}

footer {
  width: 100%;
  line-height: 20px;
  text-align: center;
  background-color: #e7b7a3;
}

main {
  width: 100%;
  font-size: 12px;
}

.mainimg {
  width: 100%;
  padding: 0;
}

.mainimg img {
  width: 100%;
}

#recruit section {
  padding: 50px 0;
}

@media screen and (max-width:800px){
  #recruit section {
    padding: 30px 10px;
  }
}

#recruit section div {
  width: 100%;
  max-width: 745px;
  margin: 0 auto; 
}

#recruit section h2 {
  margin-top: 50px;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
}

@media screen and (max-width:800px){
  #recruit section h2 {
    margin-top: 30px;
    font-size: 16px;
    line-height: 40px;
  }
}

#recruit section li {
  font-weight: bold;
}

#recruit section p {
  line-height: 3em;
}

#recruit .aribai {
  display: flex;
  width: 100%;
}

#recruit .aribai div {
  width: 50%;
  text-align: center;
}

#recruit .aribai div img {
  width: 90%;
}

#recruit .b_yoko {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  line-height: 2em;
}

@media screen and (max-width:800px){
  #recruit .b_yoko {
    display: block;
    width: 100%;
  }
}

#recruit .b_yoko div {
  width: 18%;
  padding: 10px 1%;
  font-weight: bold;
  line-height: 2em;
  border-bottom: solid 1px #333333;
}

@media screen and (max-width:800px){
#recruit .b_yoko div {
  width: 100%;
  padding: 5px 0 0;
  border-bottom: 0;
}
}

#recruit .b_yoko p {
  width: 78%;
  padding: 10px 1%;
  line-height: 2em;
  border-bottom: solid 1px #333333;
}

@media screen and (max-width:800px){
  #recruit .b_yoko p {
    width: 100%;
    padding: 0 1% 5px;
  }
}

#recruit .b_yoko p a {
  overflow-wrap: break-word
}

#recruit .b_yoko_img {
  width: 100%;
  margin-top: 50px;
  text-align: center
}

@media screen and (max-width:800px){
  #recruit .b_yoko_img img {
    width: 100%;
  }
}

#recruit .earn {
  text-align: center;
}

#recruit .earn img {
  width: 100%;
}

#recruit .merit {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 50px;
}

@media screen and (max-width:800px){
  #recruit .merit {
  	flex-direction: column-reverse;
    width: 100%;
    margin-top: 50px;
  }
}

#recruit .merit p {
  width: 50%;
  text-align: center;
}

@media screen and (max-width:800px){
  #recruit .merit p {
    width: 100%;
  }
}

#recruit .mibare {
  text-align: center;
}

#recruit .mibare img {
  width: 100%;
}

#recruit .point {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}

@media screen and (max-width:800px){
  #recruit .point {
    flex-direction: column;
  }
}

#recruit .point div {
  width: 33%;
  margin: 0;
  text-align: center;
}

@media screen and (max-width:800px){
  #recruit .point div {
    width: 100%;
  }
}

#recruit .point_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

#recruit .point_list p {
  width: 25%;
}

@media screen and (max-width:800px){
  #recruit .point_list p {
    width: 50%;
  }
}

#recruit .staff {
  text-align: center;
}

#recruit .staff img {
  width: 100%;
}

#recruit .syukkin {
  display: flex;
}

@media screen and (max-width:800px){
  #recruit .syukkin {
    display: flex;
	flex-direction: column-reverse;
  }
}

#recruit .syukkin_pic {
  width: 30%;
}

@media screen and (max-width:800px){
  #recruit .syukkin_pic {
    width: 100%;
  }
  
  #recruit .syukkin_pic img {
    width: 100%;
  }
}

#recruit .syukkin_txt {
  width: 70%;
}

@media screen and (max-width:800px){
  #recruit .syukkin_txt {
    width: 100%;
  }
}

#recruit .tokuten_img {
  text-align: center;
}

@media screen and (max-width:800px){
  #recruit .tokuten_img img {
    width: 100%;
  }
}

#recruit .why_img {
  text-align: center;
}

@media screen and (max-width:800px){
  #recruit .why_img img {
    width: 100%;
  }
}


.btn_line {
  position: fixed;
  bottom: 70px;
  right: 10px;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 35px;
  background-color: #ff7c7d;
  color: white;
  padding: 10px 15px;
  border-radius: 5px;
  text-decoration: none;
  display: none; /* Initially hidden */
}

.back-to-top:hover {
  background-color: #0056b3;
}


/* index
----------------------------------------------------------------------------*/
body#index {
  width: 100%;
  height: 100%;
  background-image: url(../images/bg_pc.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: top left;
}

@media screen and (max-width:800px){
  body#index {
    background-image: url(../images/bg_sp.jpg);
  }
}

body#index #container {
 width: 90%;
  margin: 0 5%;
  text-align: right;
}

@media screen and (max-width:800px){
  body#index #container {
   width: 100%;
    margin: 0;
    text-align: center;
  }
}

.index_txt1 {
  width: 100%;
  margin-top: 60px;
}

@media screen and (max-width:800px){
  .index_txt1 {
    margin-top: 30px;
  }
}

.index_txt1 img {
  width: 55%;
}

@media screen and (max-width:800px){
  .index_txt1 img {
    width: 90%;
	margin: 0 auto;
  }
}

.index_txt2 {
  width: 100%;
  margin-top: 20px;
}

.index_txt2 img {
  width: 60%;
}

@media screen and (max-width:800px){
.index_txt2 img {
  width: 65%;
}
}

.index_txt3 {
  width: 100%;
  margin-top: 30px;
}

@media screen and (max-width:800px){
  .index_txt3 {
    margin-top: 20px;
  }
}

.index_txt3 img {
  width: 5%;
}

@media screen and (max-width:800px){
  .index_txt3 img {
    width: 18%;
  }
}

.index_txt4 {
  width: 100%;
}

@media screen and (max-width:800px){
  .index_txt4 {
	margin-top: 20px;
  }
}

.index_txt4 img {
  width: 15%;
}

@media screen and (max-width:800px){
  .index_txt4 img {
    width: 50%;
  }
}

.index_txt5 {
  width: 100%;
  margin-top: 20px;
}

.index_txt5 img {
  width: 12%;
}

@media screen and (max-width:800px){
  .index_txt5 img {
    width: 25%;
  }
}

.index_txt6 {
  width: 100%;
  margin-top: 20px;
  font-size: 0.6em;
  color: #ffffff;
}

@media screen and (max-width:800px){
  .index_txt6 {
    font-size: 0.6em;
  }
}

.index_txt7 {
  width: 100%;
  margin-top: 20px;
  font-size: 0.8em;
  color: #ffffff;
}

@media screen and (max-width:800px){
  .index_txt7 {
    font-size: 0.6em;
  }
}

.index_txt_sp {
  width: 100%;
  margin-top: 10px;
}

.index_txt_sp img {
  width: 70%;
}



/* 制御
----------------------------------------------------------------------------*/
.no_pc {
  display: none;
}

@media screen and (max-width:800px){
  .no_pc {
    display: inherit;
  }
}

.no_sp {
  display: inherit;
}

@media screen and (max-width:800px){
  .no_sp {
    display: none;
  }
}

