@charset "utf-8";

html {
  font-size: 62.5%;
  overflow-x: auto;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

address,
caption,
cite,
code,
dfn,
em,
i,
strong,
th,
var {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: '';
}

object,
embed {
  vertical-align: top;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}


legend {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
}

ul,
ol {
  list-style-type: none;
}

ul,
li,
img {
  vertical-align: bottom;
}

hr {
  display: none;
}

summary::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}

/* default */
body {
  font-family: "BIZ UDPGothic", sans-serif;
  color: #843C0C;
  font-size: 1.5rem;
  line-height: 1.6;
  -webkit-text-size-adjust: none;
  font-weight: 400;
  min-width: 1260px;
  max-width: 100%;
  margin: 0 auto;
  /*overflow-x: hidden;*/
}

body * {
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
    font-size: 1.3rem;
  }

  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

input,
select,
textarea,
button {
  font-family: "M PLUS Rounded 1c", sans-serif;
  vertical-align: middle;
  letter-spacing: 0.02em;
  padding: 8px 8px;
}

input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

input:placeholder,
textarea:placeholder {
  color: #707070;
}

input[type=text],
input[type=tel],
input[type=email] {
  border: none;
  background: #ffffff;
  padding: 8px;
  border: solid 1px #999;
  font-size: 1.5rem;
  border-radius: 5px;
}

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

select {
  background: #ffffff;
  padding: 5px;
  border: solid 1px #999;
  font-size: 1.5rem;
  border-radius: 5px;
}

textarea {
  border: none;
  background: #ffffff;
  padding: 8px;
  border: solid 1px #999;
  font-size: 1.5rem;
  border-radius: 5px;
}

/* link option */
a {
  cursor: pointer;

}

a:link {
  color: #843C0C;
  text-decoration: none;
  cursor: pointer;
}

a:visited {
  color: #843C0C;
  text-decoration: none;
}

a:hover {
  color: #843C0C;
  text-decoration: none;
}

a:active {
  color: #843C0C;
}

/*clearfix*/
.cf:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.cf {
  min-height: 1%;
}

* {
  box-sizing: border-box;
  word-break: break-all;
  word-wrap: break-word;
}

img {
  height: auto;
  max-width: 100%;
}

.Deco {
  text-decoration: underline !important;
}

.block {
  display: block;
}

.AnCr {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.AnLt {
  text-align: left !important;
}

.AnRt {
  text-align: right !important;
}

.big {
  font-size: 120%;
}

.bold {
  font-weight: 800;
}

.sml {
  font-size: 90%;
}

.red {
  color: #da1515;
  display: inline;
}

/*
.white {
  color: #fff;
}

.blue {
  color: #0000ff;
}
*/

/*IE11以下のフォント余白処理*/
@media all and (-ms-high-contrast:none) {

  _:lang(x)::-ms-backdrop,
  .selector {}
}

/*firefoxのみ適用*/
@-moz-document url-prefix() {}

/* safari */
_::-webkit-full-page-media,
_:future,
:root .selector {}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

@media screen and (max-width: 767px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=file],
  select,
  textarea {
    font-size: 100%;
  }
}

/***************************************************************************

  ヘッダ

***************************************************************************/
#header {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto 25px;
  padding: 0 0 0 0;
}

#header .wrap {
  width: 100%;
  height: 90px;
  margin: 0 auto 0;
  padding: 0 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: nowrap;
}

#header h1 {
  width: 280px;
  margin: 0 0 0 10px;
}

#header h1 a {
  width: 100%;
  display: block;
  opacity: 1;
  transition: 0.3s;
}

#header h1 a:hover {
  opacity: 0.7;
}

#header h1 img {
  width: 100%;
}

.headerNav {
  width: 770px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 0 0;
}

.headerNav ul {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 0 0;
  padding: 0 0 10px
}

.headerNav ul li {
  padding: 0 1em;
}

.headerNav ul li a {
  position: relative;
  transition: 0.3s;
}

.headerNav ul li a::after {
  content: '';
  width: 0;
  height: 1px;
  background: #843C0C;
  position: absolute;
  bottom: -5px;
  left: 0;
  margin: 0 auto;
  transition: 0.3s;
}

.headerNav ul li a:hover::after {
  width: 100%;
}

.headerNav ul li.current a::after {
  width: 100%;
}

.headerNav ul li a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
#header {
  margin: 0 auto 0;
}

#header .wrap {
  height: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

#header h1 {
  width: 150px;
  margin: 0 0 0 15px;
}

#header h1 a:hover {
  opacity: 1;
}

.headerNav {
  display: none;
}
}

/***************************************************************************

  メニュー ドロワー

***************************************************************************/
@media screen and (min-width: 768px) {
  #menuBtn {
    display: none;
  }

  #navBox {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #navBox {
    visibility: hidden;
    display: none;
  }

  #menuBtn {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    z-index: 1001;
    padding: 18px 0 0;
    transition: 0.5s;
  }

  #menuBtn i {
    display: block;
    width: 25px;
    border-top: solid 2px #222;
    position: relative;
    transition: 0.5s;
    margin: 0 auto;
  }

  #menuBtn i:before {
    content: '';
    width: 25px;
    height: 2px;
    background: #222;
    position: absolute;
    left: 0;
    top: -9px;
    transition: 0.5s;
    border-radius: 2px;
  }

  #menuBtn i:after {
    content: '';
    width: 25px;
    height: 2px;
    background: #222;
    position: absolute;
    left: 0;
    top: 6px;
    transition: 0.5s;
    border-radius: 2px;
  }

  .open #hdrSearchBtn {
    z-index: 0;
  }

  .open #menuBtn {
    border-right: 0;
  }

  .open #menuBtn i {
    color: #000;
    border-top: solid 2px transparent;
  }

  .open #menuBtn i:before {
    width: 23px;
    top: -2px;
    background: #222;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .open #menuBtn i:after {
    width: 23px;
    top: -2px;
    background: #222;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .layer {
    display: none;
  }

  #navBox {
    width: 100vw;
    height: 100vh;
    position: fixed;
    color: #fff;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1000;
    visibility: visible;
    display: block;
    background: #fff;
    display: none;
    padding: 70px 0 0;
  }

  #navBox {}

  #navBox .wrap {
    height: 100%;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: block;
    padding: 0 15px 50px;
  }

  #navBox .wrap::-webkit-scrollbar {
    display: none;
  }

  #navBox {
    visibility: visible;
  }

  #navBox .navWrap a {
    color: #843C0C;
  }

  #navBox .navWrap {
    padding: 0 0 0;
  }

  #navBox .navWrap ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
		border-top: solid 1px #843C0C;
  }

  #navBox .navWrap ul li {
    width: 100%;
    margin: 0 0 0;
    text-align: center;
  }

  #navBox .navWrap ul li a {
    display: block;
    letter-spacing: 0.05em;
    padding: 15px 15px 15px;
    font-weight: bold;
    font-size: 100%;
    border-radius: 0;
   border-bottom: solid 1px #843C0C;
  }
}

/***************************************************************************

  ページの先頭へ

***************************************************************************/
.toTopBtn {
  position: fixed;
  right: 4%;
  bottom: 20px;
}

.toTopBtn a {
  display: block;
  padding: 8px 10px 5px;
  background: rgba(255, 255, 255, 0.7);
}

.toTopBtn a span {
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 1.3;
  padding: 20px 0 0;
  background: url(../images/arw.png) no-repeat top;
  background-size: 15px auto;
}

@media screen and (max-width: 767px) {
.toTopBtn {
  right: 15px;
  bottom: 10px;
}

.toTopBtn a {
  padding: 5px 5px 2px;
  background: rgba(255, 255, 255, 0.7);
}

.toTopBtn a span {
  font-size: 10px;
  padding: 15px 0 0;
  background: url(../images/arw.png) no-repeat top;
  background-size: 10px auto;
}
}

/***************************************************************************

  フッター

***************************************************************************/
footer {
  width: 100%;
  margin: 120px 0 0;
}

footer .wrap {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
}

.footerTopBlock {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 0 0 25px;
  margin: 0 0 25px;
  flex-wrap: nowrap;
  border-bottom: solid 2px #ED7D31;
  gap: 0 45px;
}

.footerTopBlock strong {
  width: 280px;
}

.footerTopBlock strong img {
  width: 100%;
}

.footerTopBlock address {
  font-size: 15px;
  line-height: 1.5;
}

.footerBottomBlock {
  width: 100%;
  padding: 0 0 50px;
}

.footerBottomBlock ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 25px;
}

.footerBottomBlock li {}

.footerBottomBlock ul li a {
  position: relative;
  transition: 0.3s;
}

.footerBottomBlock ul li a::after {
  content: '';
  width: 0;
  height: 1px;
  background: #843C0C;
  position: absolute;
  bottom: -5px;
  left: 0;
  margin: 0 auto;
  transition: 0.3s;
}


.footerBottomBlock ul li a:hover::after {
  width: 100%;
}

.footerBottomBlock ul li a:hover {
  opacity: 0.7;
}


@media screen and (max-width: 767px) {
footer {
  margin: 60px 0 10px;
}

footer .wrap {
  padding: 0 15px;
}

.footerTopBlock {
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 15px;
  margin: 0 0 10px;
	flex-direction: column;
  border-bottom: solid 1px #ED7D31;
  gap: 0 0;
}

.footerTopBlock strong {
  width: 150px;
	margin: 0 0 15px;
}

.footerTopBlock address {
  font-size: 12px;
}

.footerBottomBlock {
  width: 100%;
  padding: 0 0 50px;
}

.footerBottomBlock ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 25px;
}

.footerBottomBlock li {
	display: inline-block;
	line-height: 2;
	}

.footerBottomBlock ul li a {
  position: relative;
	font-size: 12px;
  transition: 0.3s;
}

.footerBottomBlock ul li a:hover::after {
  width: 0;
}

.footerBottomBlock ul li a:hover {
  opacity: 1;
}
}

@media screen and (max-width: 380px) {
  .pcNrw {
    display: none !important;
  }
}

@media screen and (min-width: 381px) {
  .spNrw {
    display: none !important;
  }
}

/***************************************************************************

  アイコン・テキストリスト

***************************************************************************/
ul.icnTxtList {
  width: 700px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 20px;
  margin: 0 auto 60px;
}

ul.icnTxtList li {
  width: calc((100% - 40px) / 3);
  text-align: center;
  padding: 160px 0 0;
}

ul.icnTxtList .ptlJob01 {
  background: url(../images/pet.png) no-repeat center top;
  background-size: 141px auto;
}

ul.icnTxtList .ptlJob02 {
  background: url(../images/herb.png) no-repeat center top;
  background-size: 141px auto;
}

ul.icnTxtList .ptlJob03 {
  background: url(../images/works.png) no-repeat center top;
  background-size: 141px auto;
}

ul.icnTxtList .guidance01 {
  background: url(../images/disability_icn.png) no-repeat center top;
  background-size: 141px auto;
}

ul.icnTxtList .guidance02 {
  background: url(../images/how_icn.png) no-repeat center top;
  background-size: 141px auto;
}

ul.icnTxtList .guidance03 {
  background: url(../images/palm_icn.png) no-repeat center top;
  background-size: 141px auto;
}

ul.icnTxtList .recruit01 {
  background: url(../images/write_icn.png) no-repeat center top;
  background-size: 141px auto;
}

ul.icnTxtList .recruit02 {
  background: url(../images/shakehand_icn.png) no-repeat center top;
  background-size: 141px auto;
}

ul.icnTxtList .recruit03 {
  background: url(../images/think_icn.png) no-repeat center top;
  background-size: 141px auto;
}

@media screen and (max-width: 767px) {
ul.icnTxtList {
  width: 100%;
  gap: 0 10px;
  margin: 0 auto 40px;
	padding: 0 15vw;
}

ul.icnTxtList li {
  width: calc((100% - 30px) / 3);
  text-align: center;
  padding: 22vw 0 0;
	font-size: 12px;
}

ul.icnTxtList .ptlJob01 {
  background: url(../images/pet.png) no-repeat center top;
  background-size: 19vw auto;
}

ul.icnTxtList .ptlJob02 {
  background: url(../images/herb.png) no-repeat center top;
  background-size: 19vw auto;
}

ul.icnTxtList .ptlJob03 {
  background: url(../images/works.png) no-repeat center top;
  background-size: 19vw auto;
}

ul.icnTxtList .guidance01 {
  background: url(../images/disability_icn.png) no-repeat center top;
  background-size: 19vw auto;
}

ul.icnTxtList .guidance02 {
  background: url(../images/how_icn.png) no-repeat center top;
  background-size: 19vw auto;
}

ul.icnTxtList .guidance03 {
  background: url(../images/palm_icn.png) no-repeat center top;
  background-size: 19vw auto;
}

ul.icnTxtList .recruit01 {
  background: url(../images/write_icn.png) no-repeat center top;
  background-size: 19vw auto;
}

ul.icnTxtList .recruit02 {
  background: url(../images/shakehand_icn.png) no-repeat center top;
  background-size: 19vw auto;
}

ul.icnTxtList .recruit03 {
  background: url(../images/think_icn.png) no-repeat center top;
  background-size: 19vw auto;
}
}

@media screen and (max-width: 450px) {
ul.icnTxtList {
	padding: 0 10vw;
}
}

@media screen and (max-width: 400px) {
ul.icnTxtList {
	padding: 0 15px;
}
}

@media screen and (max-width: 350px) {
ul.icnTxtList li {
	font-size: 10px;
}
}
