@charset "utf-8";

/* ----------------------------------------

mv

---------------------------------------- */
#mv {
  background-image: url(../img/top/mv_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  display: flex;
}
.mv_txt {
  width: 50%;
  font-family: "Yuji Syuku", serif;
  display: flex;
  justify-content: center;
}
.mv_txt .mv_txt_inner {
  margin: 130px 0 130px auto;
}
.mv_txt .icon {
  width: 185px;
  margin-bottom: 12px;
}
.mv_txt .sub {
  font-size: 24px;
  margin-bottom: 30px;
}
.mv_txt .main {
  font-size: 48px;
  margin-bottom: 30px;
}
.mv_txt .btn {
  font-size: 22px;
  background: #000;
  border: 2px solid #000;
  color: #fff;
  padding: 15px 20px;
  transition: background 0.3s;
}
.mv_txt .btn:hover {
  opacity: 1;
  color: #000;
  background: none;
}
.mv_txt .btn-line {
  font-size: 22px;
  background: #01b902;
  border: 2px solid #01b902;
  color: #fff;
  padding: 15px 20px;
  transition: background 0.3s;
}
.mv_txt .btn-line:hover {
  opacity: 1;
  color: #01b902;
  background: none;
}
.mv_img {
  width: 50%;
  max-width: 655px;
  margin-right: auto;
  padding-right: 30px;
  padding-bottom: 60px;
}
.mv_img .main {
  width: 64%;
  position: relative;
  z-index: 2;
}
.mv_img .sub {
  width: 50%;
  position: relative;
  z-index: 1;
  display: block;
  margin-left: auto;
  margin-top: -55px;
}
@media only screen and (max-width: 1200px) {
  #mv {
    background-image: url(../img/top/mv_bg.png);
  }
  .mv_txt {
    width: 50%;
  }
  .mv_txt .mv_txt_inner {
    margin: 130px 0 130px auto;
  }
  .mv_txt .icon {
    width: 15vw;
    margin-bottom: 1.081vw;
  }
  .mv_txt .sub {
    font-size: 2.162vw;
    margin-bottom: 2.703vw;
  }
  .mv_txt .main {
    font-size: 4.324vw;
    margin-bottom: 2.703vw;
  }
  .mv_txt .btn {
    font-size: 2.162vw;
  }
  .mv_img {
    width: 60%;
    padding-right: 0;
    padding-bottom: 5.405vw;
  }
  .mv_img .main {
    width: 54%;
    position: relative;
    z-index: 2;
  }
  .mv_img .sub {
    margin-top: -70px;
  }
}
@media only screen and (max-width: 767px) {
  #mv {
    background-image: url(../img/top/mv_bg-sp.png);
    display: block;
  }
  .mv_txt {
    width: auto;
    text-align: center;
  }
  .mv_txt .mv_txt_inner {
    margin: 130px 0 130px auto;
  }
  .mv_txt .icon {
    width: 25vw;
    margin: 0 auto 3vw;
  }
  .mv_txt .sub {
    font-size: 16px;
    margin-bottom: 1vw;
  }
  .mv_txt .main {
    font-size: 50px;
    margin-bottom: 7vw;
  }
  .mv_txt .btn {
    font-size: 15px;
  }
  .mv_txt .btn-line {
    font-size: 15px;
  }
  .mv_img {
    width: 90%;
    margin: 0 auto;
    margin: 0 auto 5.405vw;
  }
}
/* ----------------------------------------

about

---------------------------------------- */
#about {
  background: url(../img/top/about_bg.jpg) center bottom no-repeat;
  background-size: cover;
}
.about_inner {
  padding-top: 60px;
  padding-bottom: 50px;
}
.about_text {
  width: 55%;
  margin-left: auto;
  margin-right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url(../img/top/about_icon.svg);
  background-repeat: no-repeat;
  background-position: top 17px right 40px;
  background-size: 88px 66px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 50px 30px;
}
.about_text .main {
  font-size: 32px;
  font-family: "Yuji Syuku", serif;
  margin-bottom: 25px;
}
.about_text .sub {
  max-width: 473px;
}
@media only screen and (max-width: 767px) {
  .about_inner {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .about_text {
    width: auto;
    background-color: rgba(255, 255, 255, 0.8);
    background-image: url(../img/top/about_icon.svg);
    background-repeat: no-repeat;
    background-position: top 17px right 10px;
    background-size: 88px 66px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 60px 30px 50px;
  }
  .about_text .main {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
/* ----------------------------------------

shopkeeper

---------------------------------------- */
#shopkeeper {
  background: center bottom no-repeat;
  background-image: url(../img/top/shopkeeper_bg_circle.png),
    url(../img/top/shopkeeper_bg.png);
  background-repeat: no-repeat;
  background-position: top 52px left calc(50vw + 255px), center;
  background-size: 377px 338px, cover;
}
#shopkeeper .shopkeeper_inner {
  padding-top: 110px;
  padding-bottom: 110px;
  display: flex;
}
#shopkeeper .shopkeeper_img,
#shopkeeper .shopkeeper_txt {
  width: 50%;
}
#shopkeeper .shopkeeper_img {
  padding: 0 40px;
}
#shopkeeper .plofile {
  font-family: "Yuji Syuku", serif;
  margin-bottom: 25px;
}
#shopkeeper .plofile .company {
  font-size: 18px;
}
#shopkeeper .plofile .name {
  font-size: 36px;
}
@media only screen and (max-width: 767px) {
  #shopkeeper {
    background: center bottom no-repeat;
    background-image: url(../img/top/shopkeeper_bg_circle.png),
      url(../img/top/shopkeeper_bg.png);
    background-repeat: no-repeat;
    background-position: top 30px left 50vw, center;
    background-size: 50vw, cover;
  }
  #shopkeeper .shopkeeper_inner {
    padding-top: 110px;
    padding-bottom: 110px;
    display: block;
  }
  #shopkeeper .shopkeeper_img,
  #shopkeeper .shopkeeper_txt {
    width: auto;
  }
  #shopkeeper .shopkeeper_img {
    width: 150px;
    padding: 0;
    margin: 0 auto 20px;
  }
  #shopkeeper .plofile {
    text-align: center;
    margin-bottom: 20px;
  }
  #shopkeeper .plofile .company {
    font-size: 14px;
  }
  #shopkeeper .plofile .name {
    font-size: 28px;
  }
}
#recruit .plofile {
  font-family: "Yuji Syuku", serif;
  margin-bottom: 25px;
}
#recruit .plofile .company {
  font-size: 18px;
}
#recruit .plofile .name {
  font-size: 36px;
}
@media only screen and (max-width: 767px) {
  #recruit .plofile {
    text-align: center;
    margin-bottom: 20px;
  }
  #recruit .plofile .company {
    font-size: 14px;
  }
  #recruit .plofile .name {
    font-size: 28px;
  }
}
/* ----------------------------------------

graduates

---------------------------------------- */
#graduates {
  background: rgba(172, 133, 79, 0.1);
  overflow: hidden;
}
#graduates .sec_tit01 .icon {
  width: 60px;
}
/* shop
------------------------------- */
#shop {
  display: flex;
  align-items: center;
}
#shop .shop_img {
  width: 56%;
}
#shop .shop_img {
  padding-left: 20px;
  padding-top: 20px;
  margin-right: 4%;
  position: relative;
}
#shop .shop_img img {
  position: relative;
  z-index: 2;
}
#shop .shop_img::after {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background: #ac854f;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#shop .shop_txt {
  width: 40%;
}
#shop .shop_name {
  border-bottom: 4px solid #ac854f;
  margin-bottom: 20px;
}
#shop .shop_name .sub {
  font-size: 14px;
}
#shop .shop_name .main {
  font-size: 42px;
  font-family: "Yuji Syuku", serif;
}
#shop .shop_name .main .furi {
  font-size: 20px;
  letter-spacing: 0.01em;
  margin-left: 1em;
}
@media only screen and (max-width: 767px) {
  #graduates .sec_tit01 .icon {
    width: 48px;
  }
  /* shop
	------------------------------- */
  #shop {
    display: block;
  }
  #shop .shop_img {
    width: 90%;
    margin: 0 auto 20px;
    padding-left: 10px;
    padding-top: 10px;
  }
  #shop .shop_img::after {
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
  #shop .shop_txt {
    width: auto;
  }
  #shop .shop_name {
    border-bottom: 3px solid #ac854f;
    margin-bottom: 20px;
  }
  #shop .shop_name .sub {
    font-size: 14px;
  }
  #shop .shop_name .main {
    font-size: 33px;
  }
  #shop .shop_name .main .furi {
    font-size: 16px;
  }
}
/* ----------------------------------------

flow

---------------------------------------- */
#flow .sec_tit01 .icon {
  width: 63px;
}
/* flowList
------------------------------- */
#flowList > ul {
  display: flex;
  margin-left: -30px;
  margin-top: -30px;
}
#flowList > ul > li {
  width: calc(33.33% - 30px);
  margin-left: 30px;
  margin-top: 30px;
}
#flowList .flowList_img {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  #flow .sec_tit01 .icon {
    width: 50px;
  }
  /* flowList
	------------------------------- */
  #flowList > ul {
    display: block;
    margin-left: 0;
    margin-top: -20px;
  }
  #flowList > ul > li {
    width: auto;
    margin-left: 0;
    margin-top: 20px;
    display: flex;
  }
  #flowList .flowList_img {
    width: calc(50% - 10px);
    margin-right: 10px;
    margin-bottom: 0;
  }
  #flowList .flowList_txt {
    width: 50%;
  }
}
/* ----------------------------------------

recruit

---------------------------------------- */
#recruit .sec_tit01 .icon {
  width: 65px;
}
/* recruitList
------------------------------- */
.recruitList {
  margin-bottom: 80px;
}
.recruitList .row {
  padding: 30px 0;
  border-top: 1px dashed #573404;
  display: flex;
}
.recruitList .row:last-child {
  border-bottom: 1px dashed #573404;
}
.recruitList .row > dt {
  width: 23%;
  font-size: 20px;
  font-weight: 700;
  color: #ac854f;
  margin-right: 20px;
  margin-left: 30px;
}
.recruitList .row > dd {
  width: calc(80% + 50px);
}
.recruitList .row > dd h5 {
  font-weight: bold;
  margin-bottom: 10px;
}

.recruitList_ttl {
  font-size: 36px;
  font-family: "Yuji Syuku", serif;
  text-align: center;
  margin-bottom: 50px;
}
.recruitList_ttl2 {
  font-size: 36px;
  font-family: "Yuji Syuku", serif;
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  #recruit .sec_tit01 .icon {
    width: 52px;
  }
  /* recruitList
	------------------------------- */
  .recruitList {
    margin-bottom: 80px;
  }
  .recruitList .row {
    padding: 20px 0;
    display: block;
  }
  .recruitList .row > dt {
    width: auto;
    text-align: center;
    font-size: 20px;
    margin: 0 0 10px;
  }
  .recruitList .row > dd {
    width: auto;
  }
  .recruitList_ttl {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .recruitList_ttl2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
/* ----------------------------------------

qa

---------------------------------------- */
#qa .sec_tit01 .icon {
  width: 80px;
}
/* qaList
------------------------------- */
.qaList .row {
  padding: 30px;
  border-top: 1px dashed #573404;
}
.qaList .row {
  border-top: 1px dashed #573404;
}
.qaList .q,
.qaList .a {
  min-height: 50px;
  padding-top: 14px;
  padding-left: 95px;
  position: relative;
}
.qaList .q {
  margin-bottom: 12px;
}
.qaList .q:before,
.qaList .a:before {
  font-size: 28px;
  text-align: center;
  width: 50px;
  line-height: 50px;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 0;
}
.qaList .q:before {
  content: "Q";
  background: #ac854f;
  color: #fff;
}
.qaList .a:before {
  content: "A";
  background: rgba(172, 133, 79, 0.3);
  color: #ac854f;
}
@media only screen and (max-width: 767px) {
  #qa .sec_tit01 .icon {
    width: 64px;
  }
  /* qaList
	------------------------------- */
  .qaList .row {
    padding: 30px 0;
  }
  .qaList .q,
  .qaList .a {
    min-height: 40px;
    padding-top: 10px;
    padding-left: 55px;
  }
  .qaList .q {
    margin-bottom: 12px;
  }
  .qaList .q:before,
  .qaList .a:before {
    font-size: 22px;
    width: 40px;
    line-height: 40px;
  }
}
/* ----------------------------------------

contact

---------------------------------------- */
#contact .sec_tit01 .icon {
  width: 111px;
}
@media only screen and (max-width: 767px) {
  #contact .sec_tit01 .icon {
    width: 88px;
  }
}

#contact .btn-line {
  font-size: 22px;
  background: #01b902;
  border: 2px solid #01b902;
  color: #fff;
  padding: 15px 20px;
  transition: background 0.3s;
}
#contact .btn-line:hover {
  opacity: 1;
  color: #01b902;
  background: none;
}