@charset "UTF-8";

/* reset */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ol,
ul,
li,
p {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

img {
  height: auto;
  font-size: 0;
  line-height: 0;
  border: 0;
}

ol,
ul {
  list-style: none;
}

/* common */
html {
  scroll-padding: 100px;
  scroll-behavior: smooth;
}

body {
  font-family: 'ヒラギノ丸ゴ Pro', 'Hiragino Maru Gothic Pro', 'HGMaruGothicMPRO', 'HG丸ｺﾞｼｯｸM-PRO';
  font-size: 17px;
  color: rgb(100, 70, 50);
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0.1em;
  background: rgb(254, 253, 240);
  word-break: break-all;
}

a {
  text-decoration: underline;
  display: inline-block;
  color: rgb(100, 70, 50);
  transition: 0.5s;
}

a:hover {
  opacity: 0.6;
}

img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: middle;
}

a img {
  text-decoration: none;
}

hr {
  border: none;
  height: 1px;
  background-color: rgb(100, 70, 50);
}

.tel a {
  pointer-events: none;
  text-decoration: none;
}

.indent {
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.inner_box {
  width: 1000px;
  margin: 0 auto;
  padding: 40px;
  box-sizing: border-box;
}

.section_title {
  margin: 0 auto 30px auto;
  width: 1000px;
  background: url("images/line.png") no-repeat left bottom / 100%;
  box-sizing: border-box;
  padding: 0 0 10px 0;
}

.section_title p {
  width: 200px;
  margin: 0 auto;
  text-align: center;
}

.back_illust_01 {
  width: 1200px;
  height: 200px;
  background: url("images/back_illust_01.png") no-repeat left center / 400px;
  margin: 0 auto -140px auto;
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.back_illust_02 {
  width: 1200px;
  height: 200px;
  background: url("images/back_illust_02.png") no-repeat right center / 400px;
  margin: -120px auto -120px auto;
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.back_illust_03 {
  width: 1200px;
  height: 200px;
  background: url("images/back_illust_03.png") no-repeat left center / 400px;
  margin: 0 auto -130px auto;
  position: relative;
  z-index: 2;
  pointer-events: none;
}

/* ul,ol */
ul {
  list-style: disc;
  padding: 0 0 0 20px;
  text-align: left;
}

ol {
  list-style: decimal;
  padding: 0 0 0 28px;
  text-align: left;
}

li:last-child {
  margin: 0 auto;
}

/* table */
table,
#enkaku table table {
  width: auto;
  border-collapse: collapse;
  min-height: 1px;
  margin: 10px 0;
}

th,
#enkaku table table th {
  border: 1px solid rgb(100, 70, 50);
  padding: 10px 20px;
  font-weight: normal;
  background: rgb(224, 218, 214);
  border-radius: 0;
  width: auto;
  box-sizing: border-box;
}

td,
#enkaku table table td {
  border: 1px solid rgb(100, 70, 50);
  padding: 10px 20px;
  background: #fff;
  border-radius: 0;
  width: auto;
  box-sizing: border-box;
}

/* pdf */
ul.pdf {
  list-style: none;
  padding: 0;
  margin: 20px auto 0 auto;
}

ul.pdf a {
  text-decoration: none;
  background: rgba(100, 200, 100, 0.3) url("images/icon_pdf.png") no-repeat left 20px top 13px / 18px;
  padding: 10px 30px 10px 45px;
  border-radius: 20px
}

/* 左に1枚 */
.photo_l {
  padding-top: 35%;
  width: 50%;
  position: relative;
  margin: 0 30px 0 0;
}

.photo_l img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  border-radius: 0 60px;
}

/* 右に1枚 */
.photo_r {
  padding-top: 35%;
  width: 50%;
  position: relative;
  margin: 0 0 0 30px;
}

.photo_r img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  border-radius: 0 60px;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}


/* container */
#container {
  width: 100%;
  min-width: 1200px;
}

#contents {
  background: url("images/dot_right.png") repeat-y right top, url("images/dot_left.png") repeat-y left bottom;
}

/* header */
#header {
  margin: 0 auto;
  background: url("images/header.png") repeat-x top left;
}

.header_box {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
  align-items: center;
}

.logo a {
  width: 200px;
}

.menu ul {
  width: 750px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 20px 0 0 0;
}

.menu li a {
  height: 65px;
  width: 150px;
}

.menu li a span {
  opacity: 0;
  pointer-events: none;
}

.menu_01 a {
  background: url("images/menu_01.png") no-repeat center bottom / 145px;

}

.menu_02 a {
  background: url("images/menu_02.png") no-repeat center bottom / 145px;

}

.menu_03 a {
  background: url("images/menu_03.png") no-repeat center bottom / 145px;

}

.menu_04 a {
  background: url("images/menu_04.png") no-repeat center bottom / 145px;

}

.menu_05 a {
  background: url("images/menu_05.png") no-repeat center bottom / 145px;

}

.menu_06 a {
  background: url("images/menu_06.png") no-repeat center bottom / 145px;

}


/* top_img */
.wave_top {
  width: 100%;
  height: 65px;
  background: url("images/wabe_top_white.png") repeat-x top center;
  margin: -20px auto -65px auto;
  position: relative;
  z-index: 2;
}

.wave_bottom {
  width: 100%;
  height: 151px;
  background: url("images/wave_bottom_white.png") repeat-x bottom center;
  margin: -151px auto 0 auto;
  position: relative;
  z-index: 2;
}

.top_illust {
  width: 1200px;
  height: 156px;
  margin: -156px auto 0 auto;
  background: url("images/top_illust.png") no-repeat left top / 1200px;
  position: relative;
  z-index: 3;
}

.top_img {
  padding-top: 40%;
  width: 100%;
  position: relative;
}

.top_img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
}


/* shisetsu_link */
#shisetsu {
  margin: 0 auto 60px auto;
}

.shisetsu_link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 1000px;
  margin: 40px auto 0 auto;
  font-size: 14px;
}

.shisetsu_name {
  font-size: 16px;
  background: url("images/line.png") no-repeat center bottom / 300%;
  padding: 0 0 10px 0;
  margin: 0 auto 10px auto;
}

.shisetsu_link ul {
  list-style: none;
  padding: 0;
}

.shisetsu_link div {
  width: 31%;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  margin: 1%;
  padding: 20px;
  border-radius: 20px;
}

.shisetsu_link a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.shisetsu_photo {
  padding-top: 60%;
  width: 100%;
  position: relative;
  margin: 0 auto 10px auto;
}

.shisetsu_photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  border-radius: 15px;
}

div.shisetsu_link_01 {
  background: rgba(255, 133, 23, 0.1);
  transition: 0.5s;
}

div.shisetsu_link_01:hover {
  opacity: 0.5;
}

div.shisetsu_link_02 {
  background: rgba(225, 120, 130, 0.1);
  transition: 0.5s;
}

div.shisetsu_link_02:hover {
  opacity: 0.5;
}

div.shisetsu_link_03 {
  background: rgba(100, 200, 100, 0.1);
  transition: 0.5s;
}

div.shisetsu_link_03:hover {
  opacity: 0.5;
}

div.shisetsu_link_04 {
  background: rgba(240, 220, 0, 0.1);
  transition: 0.5s;
}

div.shisetsu_link_04:hover {
  opacity: 0.5;
}

div.shisetsu_link_05 {
  background: rgba(90, 90, 200, 0.1);
  transition: 0.5s;
}

div.shisetsu_link_05:hover {
  opacity: 0.5;
}

/*hoshin*/
#hoshin {
  margin: 0 auto 60px auto;
}

#hoshin .inner_box {
  margin: 0 auto 20px auto;
}

#hoshin .inner_box:last-of-type {
  margin: 0 auto;
}

.hoshin_box_01,
.hoshin_box_02 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.hoshin_box_01 .free_box,
.hoshin_box_02 .free_box {
  flex: 1;
}


/* enkaku */
#enkaku {
  margin: 0 auto 60px auto;
}

#enkaku table {
  width: 100%;
  margin: 0 auto;
}

/* info */
#info {
  margin: 0 auto 60px auto;
}

.info_txt {
  text-align-last: center;
  margin: 0px auto 30px auto;
}

.info_box ul {
  padding: 0;
  list-style: none;
}

.info_box li {
  margin: 0 auto 20px auto;
}

.info_box li:last-child {
  margin: 0 auto;
}

.info_box ul a {
  text-decoration: none;
  background: rgba(240, 220, 0, 0.3) url("images/icon_pdf.png") no-repeat left 20px top 13px / 18px;
  padding: 10px 30px 10px 45px;
  display: block;
  border-radius: 20px;
  box-sizing: border-box;
}

.info_box ul a li {
  margin: 0 auto;
}

/* recruit */
#recruit h4 {
  margin: 0 auto 20px auto;
  width: 100%;
  background: url("images/icon_leaf_2.png") no-repeat left top / 30px;
  padding: 0 0 10px 40px;
  box-sizing: border-box;
  font-size: 18px;
  border-bottom: 1px solid rgba(100, 70, 50, 0.5);
}

#recruit .free_box {
  width: 1000px;
  margin: 20px auto 30px auto;
}

/* 260717追加ここから */
.post {
  margin: 0 auto 40px auto;
}

.post:last-of-type {
  margin: 0 auto;
}

/* 260717追加ここまで */

/* footer */
#footer {
  background: url("images/footer.png") repeat-x bottom center / 200%;
  padding: 100px 0 60px 0;
}

.footer_ad {
  background: url("images/back_illust_leaf.png") no-repeat left bottom / 180px, url("images/back_illust_leaf.png") no-repeat right top /180px;
  width: 1200px;
  margin: 0 auto 40px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_logo {
  width: 200px;
  margin: 0 30px 0 0;
}

.footer_ad ul {
  list-style: none;
  padding: 0;
}

.copy {
  text-align: center;
  width: 1000px;
  margin: 0 auto;
  font-size: 15px;
}

/* pagetop */
.pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 5;
  width: 40px;
  height: 40px;
}


@media screen and (max-width:768px) {


  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .inner_box {
    width: 100%;
    margin: 0 auto;
    padding: 0 8%;
  }

  .section_title {
    width: 90%;
    margin: 0 auto 30px;
    background: url("images/line.png") no-repeat left bottom / 200%;
  }

  .section_title p {
    width: 40%;
  }

  .back_illust_01 {
    width: 90%;
    height: 20vw;
    background: url("images/back_illust_01.png") no-repeat center center / 70%;
    margin: 0 auto 3% auto;
  }

  .back_illust_02 {
    width: 90%;
    height: 20vw;
    background: url("images/back_illust_02.png") no-repeat center center / 60%;
    margin: 8% auto 10% auto;
  }

  .back_illust_03 {
    width: 90%;
    height: 20vw;
    background: url("images/back_illust_03.png") no-repeat center center / 60%;
    margin: 8% auto 10% auto;
  }

  /* 左に1枚 */
  /* 右に1枚 */
  .photo_l,
  .photo_r {
    padding-top: 60%;
    width: 100%;
    margin: 0;
  }

  /* container */
  #container {
    min-width: 1px;
  }

  #contents {
    background: url("images/dot_sp.png") repeat-y top center / 100%;
  }

  /* header */
  #header {
    background: url("images/header.png") repeat-x top left / 200%;
  }

  .header_box {
    width: 80%;
    padding: 50px 0 40px 0;
    justify-content: center;

  }

  .logo {
    text-align: center;
  }

  .logo a {
    width: 50%;
  }

  /* menu */
  body.stop {
    overflow: hidden;
  }

  .toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 8;
    width: 40px;
    height: 40px;
    background: url("images/menu_btn_open.png") no-repeat right top / 100%;
    transition: 0.3s;
  }

  .toggle.close {
    background: url("images/menu_btn_close.png") no-repeat right top / 100%;

  }

  .toggle:hover {
    cursor: pointer;
  }

  .menu {
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6;
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: none;
    padding: 0 0 30% 0;
  }

  .menu ul {
    width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20% 0;
  }

  .menu li {
    margin: 0 2%;
    width: 60%;
  }

  .menu li a {
    height: 27vw;
    width: 100%;
  }

  .menu_01 a {
    background: url("images/menu_01.png") no-repeat center bottom / 100%;

  }

  .menu_02 a {
    background: url("images/menu_02.png") no-repeat center bottom / 100%;

  }

  .menu_03 a {
    background: url("images/menu_03.png") no-repeat center bottom / 100%;

  }

  .menu_04 a {
    background: url("images/menu_04.png") no-repeat center bottom / 100%;

  }

  .menu_05 a {
    background: url("images/menu_05.png") no-repeat center bottom / 100%;

  }

  .menu_06 a {
    background: url("images/menu_06.png") no-repeat center bottom / 100%;

  }

  /* top_img */
  .wave_top {
    width: 100%;
    height: 65px;
    background: url("images/wabe_top_white.png") repeat-x top center / 100%;
    margin: -20px auto -65px auto;
    position: relative;
    z-index: 2;
  }

  .wave_bottom {
    width: 100%;
    height: 151px;
    background: url("images/wave_bottom_white.png") repeat-x bottom center / 100%;
    margin: -150px auto 0 auto;
    position: relative;
    z-index: 2;
  }

  .top_img {
    padding-top: 60%;
    width: 100%;
    position: relative;
  }

  .top_illust {
    width: 90%;
    height: 10vw;
    margin: -11vw auto 0 auto;
    background: url("images/top_illust.png") no-repeat left top / 100%;
  }

  /* shisetsu_link */
  #shisetsu {
    margin: 0 auto;
    padding: 8%;
  }

  .shisetsu_link {
    width: 100%;
  }

  .shisetsu_name {
    background: url("images/line.png") no-repeat center bottom / 200%;
  }

  .shisetsu_link div {
    width: 100%;
    margin: 0 0 30px 0;
  }

  .shisetsu_link div:last-of-type {
    margin: 0;
  }

  /*hoshin*/
  #hoshin {
    margin: 0 auto;
  }

  .hoshin_box_01,
  .hoshin_box_02 {
    flex-wrap: wrap;
  }

  .hoshin_box_01 .free_box {
    margin: 20px auto 0 auto;
  }

  .hoshin_box_02 .free_box {
    margin: 20px auto 0 auto;
    order: 2;
  }

  /* enkaku */
  #enkaku {
    margin: 0 auto 60px auto;
  }

  /* info */
  #info {
    margin: 0 auto;
  }

  /* recruit */
  #recruit .free_box {
    width: 100%;
  }


  /* footer */
  #footer {
    padding: 11% 0;
  }

  .footer_ad {
    width: 80%;
    flex-wrap: wrap;
    justify-content: center;
    background: url("images/back_illust_leaf.png") no-repeat top 10% left / 25%, url("images/back_illust_leaf.png") no-repeat right top 10% / 25%;
  }

  .footer_logo {
    width: 100%;
    margin: 0 0 20px 0;
    text-align: center;
  }

  .footer_logo a {
    width: 50%;
  }

  .copy {
    width: 70%;
    font-size: 13px;
  }

}

@media screen and (max-width:480px) {

  .tel a {
    pointer-events: auto;

  }

  #enkaku th,
  #enkaku td {
    width: 100%;
    display: block;
    margin: 0 auto -1px auto;
  }

  #enkaku table table th,
  #enkaku table table td {
    display: table-cell;
  }


}