@charset "UTF-8";
/********************************
/********************************
/********************************

l_common

********************************/
#wrapper {
  min-width: 320px;
  margin: 0 auto;
}

#main,
#footer {
  position: relative;
  overflow: hidden;
}

#main:after,
#footer:after {
  background: url(/import/tenant_1/160.16.85.21/html/images/common/pat_w.png) repeat;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  content: "";
  z-index: -5;
  width: 100%;
  height: 100%;
}

.mb3r {
  margin-bottom: 3rem;
}

.mb2r {
  margin-bottom: 2rem;
}

.mb1r {
  margin-bottom: 1rem;
}

.mb10p {
  margin-bottom: 10%;
}

.mb6p {
  margin-bottom: 6%;
}

.mb100 {
  margin-bottom: 100px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb50 {
  margin-bottom: 50px;
}

.center_p {
  margin-right: auto;
  margin-left: auto;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.lh2 {
  line-height: 2;
}

.lh3 {
  line-height: 3;
}

.onel,
.onel a{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.none {
  display: none;
}

.tab_sm {
  display: none;
}

.left_side {
  padding-right: 2rem;
}

.right_side {
  padding-left: 2rem;
}

figure,
figcaption {
  margin: 0;
  padding: 0;
}

.mct {
  color: #5d3719;
}

.mcp {
  color: #e94961;
}

.mco {
  color: #f07816;
}

.mcy {
  color: #f0ab15;
}

/********** リンク **********/
.btn {
  display: block;
  margin: 0 auto;
  padding: 1em;
  color: #323944;
}

.btn span {
  display: inline-block;
}

.btn2 {
  display: block;
  margin: 0 auto;
  padding: 1em;
}

.btn2 span {
  display: inline-block;
}

.tel a {
  color: #5d3719;
}

.circle_btn {
  position: relative;
  width: 6rem;
  height: 6rem;
}

.circle_btn a {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #ffffff;
  font-family: "HuiFont109", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
  line-height: 120%;
}

.circle_btn a:before {
  border: 2px dotted #fff;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 88%;
  height: 88%;
  border-radius: 50%;
}

.circle_btn:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-45%, -45%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  z-index: -1;
}

.circle_btn.c_blue a {
  background: #2ca1db;
}

.circle_btn.c_green a {
  background: #8bc742;
}

.rotate {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.rotate:hover {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}

[data-element-id] .rotate:hover {
    -webkit-transform: rotate(0);
          transform: rotate(0);
}


/********** 見出し **********/
.icon_tit_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
}

.icon_tit_wrap .pic {
  width: 100px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon_tit_wrap .pic.icon_l {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.icon_tit_wrap .pic.icon_r {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.icon_tit_wrap .pic img {
  height: 50px !important;
  width: auto;
}

.icon_tit_wrap .icon_tit {
  max-width: calc(100% - 200px);
  padding: 0 2rem;
  text-align: center;
  color: #5d3719;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 700;
}

.icon_tit_wrap.leaf .icon_tit,
.icon_tit_wrap.leaf .pic {
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
}

.icon_tit_wrap.leaf .icon_tit.mv,
.icon_tit_wrap.leaf .pic.mv {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.icon_tit_wrap.leaf .pic {
  width: 50px;
  height: 80px;
}

.icon_tit_wrap.leaf .pic img {
  height: 60px !important;
}

@media only screen and (max-width: 1024px) {
  .icon_tit_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .icon_tit_wrap .icon_l,
  .icon_tit_wrap .icon_r {
    width: 60px;
    height: 45px;
    max-width: none;
    margin: 0;
  }
  .icon_tit_wrap .icon_tit {
    padding: 0 1rem;
    max-width: calc(100% - 130px);
  }
  .icon_tit_wrap .pic img {
    height: auto !important;
  }
  .icon_tit_wrap.leaf .icon_tit {
    font-size: 24px;
  }
  .icon_tit_wrap.leaf .pic {
    width: 50px;
    height: 80px;
  }
  .icon_tit_wrap.leaf .pic img {
    height: 60px !important;
  }
}

@media only screen and (max-width: 599px) {
  .icon_tit_wrap.leaf .icon_tit {
    font-size: 20px;
    padding-top: 1rem;
    max-width: calc(100% - 80px);
  }
  .icon_tit_wrap.leaf .pic {
    margin: 0;
    width: 30px;
  }
  .icon_tit_wrap.leaf .pic img {
    height: auto !important;
  }
}

/********** 画像表示 **********/
.ofimg {
  width: 100%;
  overflow: hidden;
}

.ofimg img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  font-family: 'object-fit: cover; object-position: center center;';
}

/********************************
/********************************

m_common

********************************/
@media only screen and (max-width: 1024px) {
  .tab_sm {
    display: block;
  }
  .left_side {
    padding-right: 1rem;
  }
  .right_side {
    padding-left: 1rem;
  }
}

/********************************

s_common

********************************/
@media only screen and (max-width: 599px) {
  .left_side {
    padding-right: 0;
  }
  .right_side {
    padding-left: 0;
  }
}

/********************************
/********************************
/********************************

l_header
********************************/
#header {
  position: relative;
  overflow: hidden;
}

#header:after {
  background: url(/import/tenant_1/160.16.85.21/html/images/common/pat_y.png) repeat;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  content: "";
  z-index: -5;
  width: 100%;
  height: 100%;
}

#header a {
  display: block;
}

#header .h-inner {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

#header .h-inner .text_a,
#header .h-inner .text_b {
  position: absolute;
}

#header .back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 45%;
  margin: 0 auto;
  padding-top: 20px;
  position: relative;
  z-index: 0;
}

#header .logo {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40%;
  z-index: 3;
}

#header .h-parents {
  position: absolute;
  top: 20px;
  left: 0;
}

#header .h-parents .text_a {
  top: 15px;
  left: 40px;
  border-bottom: 1px dashed #5d3719;
  font-size: 19px;
  text-shadow: #ffffff 1px 1px 1px, #ffffff -1px 1px 1px, #ffffff 1px -1px 1px, #ffffff -1px -1px 1px;
}

#header .h-parents .text_b {
  font-size: 16px;
  top: 10px;
  right: 20px;
  line-height: 120%;
  text-shadow: #ffffff 1px 1px 1px, #ffffff -1px 1px 1px, #ffffff 1px -1px 1px, #ffffff -1px -1px 1px;
  padding: 3px 5px;
  border: 3px solid #fff;
}

#header .h-parents .text_b:after {
  position: absolute;
  top: -2px;
  left: -2px;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  content: "";
  border: 1px solid #5d3719;
  z-index: 2;
}

#header .h-recruit {
  position: absolute;
  bottom: 0;
  left: 0;
}

#header .h-recruit .text_a {
  top: 26px;
  right: 52px;
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 3px;
  text-align: center;
}

#header .h-recruit .text_b {
  top: 50px;
  left: 10px;
  font-size: 19px;
}

#header .h-contact {
  position: absolute;
  top: 0;
  right: -70px;
}

#header .h-contact .text_a {
  top: 42px;
  left: 90px;
  font-size: 19px;
}

#header .h-contact .text_a.ab {
color: #fff;
}

#header .h-contact .text_a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  padding-top: 0.5rem;
  padding-right: 0.25rem;
}

#header .h-gokibou {
  position: absolute;
  bottom: 20px;
  right: -20px;
}

#header .h-gokibou .text_a {
  font-size: 16px;
  letter-spacing: -2px;
  position: relative;
  width: 100%;
  margin-left: auto;
}

#header .h-gokibou .text_b {
  position: relative;
  border: 1px solid #5d3719;
  display: block;
  padding: 5px;
  display: inline-block;
  font-weight: bold;
}

#gnav {
  padding-top: 100px;
  position: relative;
}

#gnav:after {
  background: url(/import/tenant_1/160.16.85.21/html/images/common/pat_w.png) repeat;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  content: "";
  z-index: -5;
  width: 100%;
  height: 100%;
}

#gnav .main_li {
  position: relative;
}

#gnav .main_li:before, #gnav .main_li:after {
  position: absolute;
  background: #5d3719;
  display: block;
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  z-index: 2;
}

#gnav .main_li:before {
  top: 6px;
  right: -1px;
}

#gnav .main_li:after {
  bottom: 4px;
  right: -1px;
}

#gnav .main_li li {
  font-family: "HuiFont109", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
}

#gnav .main_li li a {
  display: block;
  width: 100%;
  height: 100%;
}

#gnav .main_li li:not(.h1_li) {
  width: 16.6%;
  text-align: center;
  border-left: 3px solid #5d3719;
  position: relative;
}

#gnav .main_li li:not(.h1_li):before, #gnav .main_li li:not(.h1_li):after {
  position: absolute;
  background: #5d3719;
  display: block;
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  z-index: 2;
}

#gnav .main_li li:not(.h1_li):before {
  top: -6px;
  left: -6px;
}

#gnav .main_li li:not(.h1_li):after {
  bottom: -6px;
  left: -6px;
}

#gnav .main_li li:not(.h1_li) .pic {
  width: 60%;
  margin: 0 auto 1rem;
}

#gnav .main_li li:not(.h1_li) .pic img {
  height: 70px !important;
  width: auto;
}

#gnav .main_li li:not(.h1_li):last-child {
  border-right: 3px solid #5d3719;
}

#gnav .main_li li:not(.h1_li) .pic {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

#gnav .main_li li:not(.h1_li) a:hover .pic {
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}

[data-element-id]#gnav .main_li li:not(.h1_li) a:hover .pic {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

#gnav .main_li li.h1_li {
  width: 100%;
}

#gnav.fixed .main_li li.h1_li{
  display: none;
}

#gnav .main_li li.h1_li .logo {
  width: 35%;
  position: absolute;
  top: -60%;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  z-index: 3;
}

#gnav .main_li li.h1_li .s {
  display: none;
}

#gnav .kg_li,
#gnav .arti_li {
  display: none;
}

[data-element-id] #gnav .kg_li,
[data-element-id] #gnav .arti_li {
display: block;
}


#gnav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  padding-top: 0;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

#gnav.fixed:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 5px;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: -5;
}

#gnav.fixed .inner {
  padding: 1rem 0;
}

#gnav.fixed .main_li li.h1_li,
#gnav.fixed .main_li li {
  width: 16.6666%;
}

#gnav.fixed .main_li li.h1_li .pic,
#gnav.fixed .main_li li .pic {
  margin: 0 auto 5px;
}

#gnav.fixed .main_li li.h1_li .pic img,
#gnav.fixed .main_li li .pic img {
  height: 35px !important;
  width: auto;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

#gnav.fixed .main_li li.h1_li {
  border-left: 3px solid #5d3719;
  position: relative;
  text-align: center;
}

#gnav.fixed .main_li li.h1_li:before, #gnav.fixed .main_li li.h1_li:after {
  position: absolute;
  background: #5d3719;
  display: block;
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  z-index: 2;
}

#gnav.fixed .main_li li.h1_li:before {
  top: -3px;
  left: -6px;
}

#gnav.fixed .main_li li.h1_li:after {
  bottom: -3px;
  left: -6px;
}

#gnav.fixed .main_li li.h1_li .s {
  display: inline;
  text-align: center;
}

#gnav.fixed .main_li li.h1_li a:hover .pic {
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}

#gnav.fixed .main_li li.h1_li .logo {
  position: relative;
  width: 60%;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

/********************************
/********************************

m_header

********************************/
@media only screen and (max-width: 1024px) {
  #header .h-recruit,
  #header .h-parents {
    display: none;
  }
  #header .h-contact {
    top: 0;
    right: 8%;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transform-origin: top center;
    transform-origin: top right;
  }
  #header .h-gokibou {
    bottom: 5px;
    right: 5%;
  }
  #header .h-gokibou .text_a,
  #header .h-gokibou .text_b {
    font-size: 14px;
  }
  #header .back {
    margin: 0 auto 0 1rem;
    width: 40%;
    padding-top: 50px;
    position: relative;
  }
  #header .back .sp_logo {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 65%;
  }
  #gnav {
    padding-top: 0;
  }
  #gnav .inner {
    padding: 0;
  }
  #gnav .main_li:after, #gnav .main_li:before {
    display: none;
  }
  #gnav .main_li .h1_li,
  #gnav .main_li li:not(.h1_li) {
    width: 46%;
    border-left: none;
    margin: 0 2% 2rem;
  }
  #gnav .main_li .h1_li a,
  #gnav .main_li li:not(.h1_li) a {
    text-align: center;
  }
  #gnav .main_li .h1_li:last-child,
  #gnav .main_li li:not(.h1_li):last-child {
    border-right: none;
  }
  #gnav .main_li .h1_li:before, #gnav .main_li .h1_li:after,
  #gnav .main_li li:not(.h1_li):before,
  #gnav .main_li li:not(.h1_li):after {
    display: none;
  }
  #gnav .main_li li:not(.h1_li) {
    border-bottom: 3px solid #5d3719;
  }
  #gnav .main_li li.h1_li {
    width: 80%;
    margin: 0 auto 1rem;
    text-align: center;
  }
  #gnav .main_li li.h1_li .logo {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    margin: auto;
  }
  
  
  #gnav .kg_li,
  #gnav .arti_li {
    display: block;
  }
  #gnav .kg_li a,
  #gnav .arti_li a {
    font-family: "HuiFont109", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO" !important;
  }
}

/********************************

s_header

********************************/
@media only screen and (max-width: 599px) {
  #header .pic {
    width: 100%;
  }
  #header .h-gokibou,
  #header .h-contact {
    display: none;
  }
  #header .back {
    padding-top: 5px;
    width: 40%;
    margin: auto;
  }
  #gnav .main_li li a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #gnav .main_li li.h1_li .logo {
    width: 80%;
  }
  #gnav .main_li .h1_li,
  #gnav .main_li li:not(.h1_li) {
    width: 80%;
    margin: 0 auto 1rem;
  }
  #gnav .main_li li:not(.h1_li) .pic {
    margin: 0 auto;
  }
  #gnav .main_li li:not(.h1_li) .pic img {
    height: 40px !important;
  }
}

/********************************
/********************************
/********************************

l_index

********************************/
.t-recruit .ofimg {
  position: relative;
}

.t-recruit .ofimg img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.t-recruit .ofimg:before {
  content: "";
  display: block;
  padding-top: 46%;
}

.t-recruit .bnr_wrapper {
  overflow: hidden;
  position: relative;
}

.t-recruit .bnr_wrapper:before {
  position: absolute;
  content: "";
  background: url(/import/tenant_1/160.16.85.21/html/images/top/mv-frame.png) center center/cover no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  display: block;
}

.t-recruit .pic1 {
  position: absolute;
  bottom: 5px;
  right: 10px;
  width: 25%;
  z-index: 3;
}

.t-recruit .pic1:after {
  position: absolute;
  bottom: 40%;
  right: 60%;
  background: #ffffff;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  content: "";
  display: block;
  z-index: -1;
}

.t-recruit .pic2 {
  position: absolute;
  bottom: -2px;
  left: -6px;
  width: 101%;
  z-index: 2;
}

.t-recruit .txt1 {
  position: absolute !important;
  color: #5d3719;
  top: 10%;
  right: 4%;
}

.t-recruit .txt2 {
  position: absolute !important;
  color: #e94961;
  bottom: 30%;
  right: 14%;
  z-index: 4;
  text-shadow: #fff 1px 1px 5px, #fff -1px 1px 5px, #fff 1px -1px 5px, #fff -1px -1px 5px, #fff 2px 2px 5px, #fff -2px 2px 5px, #fff 2px -2px 5px, #fff -2px -2px 5px, #fff 3px 3px 5px, #fff -3px 3px 5px, #fff 3px -3px 5px, #fff -3px -3px 5px, #fff 4px 4px 5px, #fff -4px 4px 5px, #fff 4px -4px 5px, #fff -4px -4px 5px, #fff 5px 5px 5px, #fff -5px 5px 5px, #fff 5px -5px 5px, #fff -5px -5px 5px;
}

.t-recruit .txt3 {
  position: absolute;
  bottom: 0;
  left: 20%;
  z-index: 6;
}

.t-recruit .txt3 a {
  display: block;
}

.t-recruit .t_1 {
  font-size: 72px;
  color: white;
  text-shadow: #e94961 1px 1px 5px, #e94961 -1px 1px 5px, #e94961 1px -1px 5px, #e94961 -1px -1px 5px, #e94961 2px 2px 5px, #e94961 -2px 2px 5px, #e94961 2px -2px 5px, #e94961 -2px -2px 5px, #e94961 3px 3px 5px, #e94961 -3px 3px 5px, #e94961 3px -3px 5px, #e94961 -3px -3px 5px, #e94961 4px 4px 5px, #e94961 -4px 4px 5px, #e94961 4px -4px 5px, #e94961 -4px -4px 5px, #e94961 5px 5px 5px, #e94961 -5px 5px 5px, #e94961 5px -5px 5px, #e94961 -5px -5px 5px;
}

.t-recruit .t_2 {
  font-size: 18px;
  border: 1px solid #fff;
  color: #ffffff;
  padding: .5rem;
  margin-left: 1rem;
  border-radius: 8px;
  font-weight: bold;
}

@media only screen and (max-width: 1024px) {
  .t-recruit .txt1 {
    top: 8%;
    right: 6%;
    font-size: 20px;
    text-shadow: #ffffff 1px 1px 2px,
  #ffffff -1px 1px 2px,
  #ffffff 1px -1px 2px,
  #ffffff -1px -1px 2px;
  }
  .t-recruit .t_1 {
    font-size: 40px;
  }
  .t-recruit .t_2 {
    font-size: 10px;
    padding: .25rem;
  }
  .t-recruit .txt2 {
    bottom: 34%;
    right: 17%;
    font-size: 16px;
    letter-spacing: -2px;
  }
  .t-recruit .txt3 {
    position: absolute;
    bottom: 4%;
    left: 5%;
    z-index: 6;
  }
}

@media only screen and (max-width: 599px) {
    .t-recruit .txt1 {
font-size: 18px;
}
  .t-recruit .t_1 {
    font-size: 20px;
  }
  .t-recruit .pic1:after {
    display: none;
  }
  .t-recruit .txt2 {
    display: none;
  }
  .t-recruit .bg {
    width: 100%;
  }
}

.t-article .article_wrap {
  border-top: 3px dotted #5d3719;
  border-bottom: 3px dotted #5d3719;
  padding: 1rem 0;
  margin-bottom: 1rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.t-news dl {
  margin-bottom: 1rem;
}

.t-news dt {
  width: 100%;
  border-radius: 10px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-family: "HuiFont109", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
    background: #5d3719;
    color: #fff;
}

.t-news dd {
  width: 100%;
  padding-left: 1rem;
}

.t-news .ヒーローズ保育園 dt {
  background: #009AE3;
  color: #fff;
}

.t-news .ヒーローズ保育園 .date {
  color: #009AE3;
}

.t-news .ヒーローズにしのみや保育園 dt {
  background: #ED8000;
  color: #5d3719;
}

.t-news .ヒーローズにしのみや保育園 .date {
  color: #ED8000;
}

.t-news .ヒーローズ旭保育園 dt {
  background: #88BD1F;
  color: #5d3719;
}

.t-news .ヒーローズ旭保育園 .date {
  color: #88BD1F;
}

.t-news .キッズ1ハート旭保育所 dt,.t-news .キッズ1ハート旭保育所の空き状況 dt {
  background: #1DA539;
  color: #fff;
}

.t-news .キッズ1ハート旭保育所 .date {
  color: #1DA539;
}

.t-blog li {
  position: relative;
  margin-bottom: 1rem;
}

.t-blog li a {
  display: block;
}

.t-blog li .ofimg {
  position: relative;
}

.t-blog li .ofimg img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.t-blog li .ofimg:before {
  content: "";
  display: block;
  padding-top: 80%;
}

.t-blog li dt {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
/*   height: 2rem; */
  top: 0;
  left: 0;
  padding: 5px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "HuiFont109", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO" !important;
  letter-spacing: -3px;
  line-height: 110%;
}

.t-blog li .ヒーローズ保育園 dt,.t-blog li .ヒーローズ保育園（給食） dt{
  background: #009AE3;
  color: #fff;
}

.t-blog li .ヒーローズ保育園 .date,.t-blog li .ヒーローズ保育園（給食） .date {
  color: #009AE3;
}

.t-blog li .ヒーローズにしのみや保育園 dt,.t-blog li .ヒーローズにしのみや保育園（給食） dt {
  background: #ED8000;
  color: #5d3719;
}

.t-blog li .ヒーローズにしのみや保育園 .date,.t-blog li .ヒーローズにしのみや保育園（給食） .date {
  color: #ED8000;
}

.t-blog li .ヒーローズ旭保育園 dt,.t-blog li .キッズ1ハート旭・ヒーローズ旭（給食） dt {
  background: #88BD1F;
  color: #5d3719;
}

.t-blog li .ヒーローズ旭保育園 .date,.t-blog li .キッズ1ハート旭・ヒーローズ旭（給食） .date {
  color: #88BD1F;
}

.t-blog li .キッズ1ハート旭保育所 dt {
  background: #1DA539;
  color: #fff;
}

.t-blog li .キッズ1ハート旭保育所 .date {
  color: #1DA539;
}

@media only screen and (max-width: 1024px) {

  .t-article .t-news,
  .t-article .t-blog {
      width: 96%;
  }
    .t-article .t-news {
      margin-bottom: 3rem;
    }
    
  .t-article .article_wrap {
    height: auto !important;
  }
  .t-news dt {
    -webkit-box-pack: flex-center;
        -ms-flex-pack: flex-center;
            justify-content: flex-center;
    margin-bottom: 5px;
  }
  .t-news dt br {
    display: none;
  }

}

@media only screen and (max-width: 599px) {
  .t-news {
    padding-bottom: 60px;
  }
}

.t-intro li {
  margin: 0 2.5% 50px;
}

.t-intro li .ofimg {
  position: relative;
}

.t-intro li .ofimg img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.t-intro li .ofimg:before {
  content: "";
  display: block;
  padding-top: 63%;
}

.t-intro li .frame {
  position: relative;
  margin-bottom: 2rem;
}

.t-intro li .frame_img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.t-intro li .place {
  position: absolute;
  width: 25%;
  z-index: 3;
}

.t-intro li .place .txt {
  position: absolute !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 18px;
  line-height: 120%;
  font-weight: 700;
  width: 75%;
  text-align: center;
}

.t-intro li .title {
  width: 100%;
  margin-bottom: 1rem;
  border-bottom: 1px dotted #5d3719;
  display: block;
}

.t-intro li .info dl {
  margin-bottom: 5px;
}

.t-intro li .info dt {
  width: 30%;
  background: #5d3719;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  padding: 5px;
}

.t-intro li .info dd {
  width: 70%;
  padding-left: 1rem;
}

@media only screen and (max-width: 1024px) {
  .t-intro li .place {
    width: 30%;
  }
  .t-intro li .place .txt {
    font-size: 14px;
  }
  .t-intro li .info .w65,
  .t-intro li .info .w35 {
    width: 100%;
  }
  .t-intro li .info .w65 .circle_btn,
  .t-intro li .info .w35 .circle_btn {
    margin: auto;
  }
  .t-intro li .info dl {
    margin-bottom: 1rem;
  }
  .t-intro li .info dt {
    width: 100%;
    margin-bottom: 5px;
  }
  .t-intro li .info dd {
    width: 100%;
    padding: 0;
  }
}

@media only screen and (max-width: 599px) {
  .t-intro .heightLine-tinth {
    height: auto !important;
  }
}

.t-contact_bnr .c_bnr {
  width: 90%;
  margin: auto;
  position: relative;
  background: #ffeb00;
  border-radius: 10px;
  box-shadow:5px 5px 0px 1px #eeeeee;
}

.t-contact_bnr .c_bnr a {
  padding: 2rem;
  display: block;
}

.t-contact_bnr .c_bnr a:before {
  border: 3px dotted #5d3719;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  border-radius: 10px;
}

.t-contact_bnr .box_1 {
  width: 60%;
}

.t-contact_bnr .box_1 .h {
  border-bottom: 3px dotted #5d3719;
  margin-bottom: 1rem;
  padding-bottom: .5rem;
}

.t-contact_bnr .box_1 .icon_tit_wrap {
  margin-bottom: 0;
}

.t-contact_bnr .box_1 .icon_tit_wrap .pic {
  width: 30px;
  height: auto;
}

.t-contact_bnr .box_1 .icon_tit_wrap .pic img {
  height: auto !important;
}

.t-contact_bnr .box_1 .icon_tit {
  max-width: calc(100% - 20px);
  padding: 0;
}

.t-contact_bnr .box_2 {
  width: 25%;
  padding: 0 1rem;
}

.t-contact_bnr .box_2 dt {
  position: relative;
  background: #5d3719;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  padding: .5rem 1rem;
  margin-bottom: 1rem;
}

.t-contact_bnr .box_2 dt:before, .t-contact_bnr .box_2 dt:after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 0 32px 18px;
  border-color: transparent transparent transparent #ffea00;
}

.t-contact_bnr .box_2 dt:before {
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.t-contact_bnr .box_2 dt:after {
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}

.t-contact_bnr .box_3 {
  width: 15%;
}

@media only screen and (max-width: 1024px) {
  .t-contact_bnr .box_1 {
    width: 100%;
    margin-bottom: 1rem;
  }
    .t-contact_bnr .box_1 .h {
      text-align: center;
    }
  .t-contact_bnr .box_1 .icon_tit_wrap .pic {
    width: 100%;
  }
  .t-contact_bnr .box_2 {
    width: 80%;
  }
  .t-contact_bnr .box_3 {
    width: 20%;
  }
}

@media only screen and (max-width: 599px) {
  .t-contact_bnr .box_1 .h {
    font-size: 18px;
  }
  .t-contact_bnr .box_1 .icon_tit {
    font-size: 16px;
  }
  .t-contact_bnr .box_2 {
    width: 100%;
    margin-bottom: 1rem;
  }
  .t-contact_bnr .box_3 {
    width: 40%;
    margin: auto;
  }
}

/********************************
/********************************
/********************************

l_footer

********************************/
#footer .playing_space {
  position: relative;
}

#footer .playing_space:after {
  display: block;
  content: "";
  padding-top: 150px;
}

#footer .playing_space .play1 {
  position: absolute;
  width: 13%;
  bottom: 50px;
  left: 0;
}

#footer .playing_space .play2 {
  position: absolute;
  width: 11.8%;
  bottom: -20px;
  left: 10%;
}

#footer .playing_space .play3 {
  position: absolute;
  width: 17.6%;
  bottom: -15px;
  left: 25%;
}

#footer .playing_space .play4 {
  position: absolute;
  width: 15.3%;
  bottom: -40px;
  right: 45%;
}

#footer .playing_space .play5 {
  position: absolute;
  width: 19.6%;
  bottom: -10px;
  right: 27%;
}

#footer .playing_space .play6 {
  position: absolute;
  width: 14.7%;
  bottom: -30px;
  right: 15%;
}

#footer .playing_space .play7 {
  position: absolute;
  width: 24.3%;
  bottom: -10px;
  right: 0;
}

#footer .f-nav_wrap {
  position: relative;
  overflow: hidden;
}

#footer .f-nav_wrap:after {
  background: url(/import/tenant_1/160.16.85.21/html/images/common/pat_y.png) repeat;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  content: "";
  z-index: -4;
  width: 100%;
  height: 100%;
}

#footer .f-nav_wrap .f-h {
  position: relative;
  margin-bottom: 1rem;
}

#footer .f-nav_wrap .f-h:after {
  position: absolute;
  border-bottom: 3px dotted #5d3719;
  content: "";
  width: calc(100% - 7em);
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#footer .f-nav_wrap .f-logo {
  padding: 2rem 2rem 0 0;
}

#footer .f-nav_wrap .f-logo a {
  display: block;
}

#footer .f-nav_wrap .tit {
  margin-bottom: 1rem;
}

#footer .f-nav_wrap .tit .icon {
  width: 50px;
  margin-right: 1rem;
}

#footer .f-nav_wrap dd li {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 1rem;
  text-indent: -1.5rem;
  font-size: 14px;
}

#footer .f-nav_wrap .copy {
  font-size: 12px;
  text-align: center;
}

/********************************
/********************************

m_footer

********************************/
@media only screen and (max-width: 1024px) {
  #footer .playing_space:after {
    padding-top: 60px;
  }
  #footer .w25 {
    width: 100%;
  }
  #footer .w25 .f-logo {
    width: 50%;
    margin: 2rem auto;
    padding: 0;
  }
  #footer .w75 {
    width: 100%;
  }
}

/********************************

s_footer

********************************/
@media only screen and (max-width: 599px) {
  #footer .playing_space:after {
    padding-top: 40px;
  }
  #footer .pic {
    width: 100%;
  }
  #footer .f-nav_wrap .gr331 {
    margin-bottom: 2rem;
  }
  #footer .f-nav_wrap .tit .icon {
    margin: 0 1rem 0 0;
  }
}

/********************************
/********************************
/********************************

l_underpage

********************************/
.main_visual .inner {
  padding: 0;
  position: relative;
  overflow: hidden;
}

.main_visual .inner .over {
  position: absolute;
  z-index: 2;
  top: 5px;
  left: -20px;
  width: 55%;
}

.main_visual .inner:after {
  position: absolute;
  content: "";
  background: url(/upload/tenant_1/75ed4434021dfc5ee3d1fb8f29de628d.png) center center/cover no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  display: block;
}

.main_visual .h {
  position: absolute !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 85%;
  text-align: center;
  z-index: 5;
  text-shadow: #fff 1px 1px 5px, #fff -1px 1px 5px, #fff 1px -1px 5px, #fff -1px -1px 5px, #fff 2px 2px 5px, #fff -2px 2px 5px, #fff 2px -2px 5px, #fff -2px -2px 5px, #fff 3px 3px 5px, #fff -3px 3px 5px, #fff 3px -3px 5px, #fff -3px -3px 5px, #fff 4px 4px 5px, #fff -4px 4px 5px, #fff 4px -4px 5px, #fff -4px -4px 5px, #fff 5px 5px 5px, #fff -5px 5px 5px, #fff 5px -5px 5px, #fff -5px -5px 5px;
}

.main_visual .ofimg {
  position: relative;
}

.main_visual .ofimg img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.main_visual .ofimg:before {
  content: "";
  display: block;
  padding-top: 45%;
}

.breadclumb {
  background: #ffcede;
  position: relative;
}

.breadclumb p {
  color: #e94961;
  font-size: 14px;
  margin-right: 1rem;
}

.breadclumb p a {
  color: #e94961;
  text-decoration: underline;
}

.breadclumb .inner {
  padding: .5rem 240px .5rem 0;
  position: relative;
}

.breadclumb .inner .over {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 22%;
  z-index: 5;
}

.breadclumb .home {
  width: 1.5rem;
  margin: 0 1rem 0 0;
}

.breadclumb .arrow {
  width: .9rem;
  margin: 0 1rem 0 0;
}

.breadclumb .arrow img {
  vertical-align: middle;
}

.breadclumb:after {
  position: absolute;
  content: "";
  background: url(/import/tenant_1/160.16.85.21/html/images/common/header_gnav/bc_bottom.png) bottom center/contain repeat-x;
  width: 100%;
  height: 100%;
  bottom: -3px;
  left: 0;
  z-index: -1;
  display: block;
}

.dire_wrap {
  position: relative;
}

.dire_wrap .pic_side {
  width: 30%;
  padding-right: 3rem;
  position: relative;
}

.dire_wrap .pic_side .ofimg {
  position: relative;
}

.dire_wrap .pic_side .ofimg img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.dire_wrap .pic_side .ofimg:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.dire_wrap .pic_side .ofimg:after {
  position: absolute;
  content: "";
  background: url(/import/tenant_1/160.16.85.21/html/images/company/over1.png) center center/cover no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  display: block;
}

.dire_wrap .pic_side .ofimg.over2:after {
  background: url(/import/tenant_1/160.16.85.21/html/images/company/over2.png) center center/cover no-repeat;
}

.dire_wrap .txt_side {
  width: 70%;
  position: relative;
  padding-top: 100px;
}

.dire_wrap .name_plate {
  position: absolute;
  z-index: 7;
  left: 17%;
  top: 0;
}

.dire_wrap .name_plate .name {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "HuiFont109", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO" !important;
  width: 100%;
  text-align: center;
}

.dire_wrap .name_plate .name span {
  padding-right: 1rem;
}

.dire_wrap .name_plate .name [data-ruby] {
  position: relative;
}

.dire_wrap .name_plate .name [data-ruby]:before {
  content: attr(data-ruby);
  position: absolute;
  top: -1.5rem;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0.6em;
  letter-spacing: -2px;
  width: 100%;
}

.dire_wrap .name_plate .name rt {
  display: none;
}

.deco {
  position: absolute;
  z-index: 6;
}

.page_menu li {
  position: relative;
  font-family: "HuiFont109", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO" !important;
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 3px solid #5d3719;
}

.page_menu li a {
  display: block;
}

.page_menu li:before, .page_menu li:after {
  position: absolute;
  width: 9px;
  height: 9px;
  background: #5d3719;
  border-radius: 50%;
  content: "";
  display: block;
  bottom: -6px;
}

.page_menu li:before {
  left: -6px;
}

.page_menu li:after {
  right: -6px;
}

.news_wrap {
  position: relative;
  background: #ebe8e8;
  padding: 2rem;
  border-radius: 10px;
  width: 95%;
  margin-left: auto;
}

.news_wrap .h {
  position: relative;
  padding-left: 80px;
  margin-bottom: 2rem;
}

.news_wrap .h .s {
  position: absolute;
  display: block;
  top: -60px;
  left: 40px;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  letter-spacing: 2px;
}

.news_wrap .h .s:before, .news_wrap .h .s:after {
  position: absolute;
  display: block;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

.news_wrap .h .s:before {
  content: url(/import/tenant_1/160.16.85.21/html/images/heroes/news_tit_l.png);
  left: -40px;
  bottom: -10px;
}

.news_wrap .h .s:after {
  content: url(/import/tenant_1/160.16.85.21/html/images/heroes/news_tit_r.png);
  right: -30px;
  bottom: -10px;
}

.news_wrap dl {
  border-bottom: 2px dashed #231815;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.news_wrap dt {
  width: 80%;
  padding-right: 2rem;
}

.news_wrap dt a {
  color: #231815;
}

.news_wrap dd {
  width: 20%;
  color: #231815;
}

.news_wrap .deco_1 {
  top: -38px;
  right: 20px;
}

.news_wrap:after {
  position: absolute;
  content: "";
  background: url(/import/tenant_1/160.16.85.21/html/images/heroes/news_bg.png) bottom left repeat-y;
  width: 100%;
  height: 100%;
  top: 0;
  left: -27px;
  z-index: -1;
  display: block;
}

.news_wrap:after .deco_1 {
  top: 0;
}

.news_wrap:after .deco_2 {
  bottom: 10%;
}

/********************************
/********************************

m_underpage

********************************/
@media only screen and (max-width: 1024px) {
  .main_visual .h {
    font-size: 28px;
  }
  .breadclumb .inner {
    padding: .5rem 0;
  }
  .breadclumb .inner .over {
    bottom: 100%;
    width: 15%;
  }
  .dire_wrap .pic_side {
    width: 50%;
    padding-right: 0;
    margin: 0 auto 2rem 10%;
  }
  .dire_wrap .name_plate {
    left: 45%;
    top: -1.5rem;
  }
  .dire_wrap .txt_side {
    width: 80%;
    margin: auto;
    padding-top: 0;
  }
}

/********************************

s_underpage

********************************/
@media only screen and (max-width: 599px) {
  .main_visual .h {
    font-size: 20px;
  }
  .dire_wrap .name_plate {
    position: relative;
    left: 0;
    margin: auto;
  }
  .dire_wrap .name_plate .name {
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .dire_wrap .pic_side {
    width: 80%;
  }
  .dire_wrap .txt_side {
    width: 100%;
  }
  .news_wrap {
    padding: 1rem;
  }
  .news_wrap .h {
    padding-left: 30px;
  }
  .news_wrap .h .s {
    left: 0;
    top: -50px;
  }
  .news_wrap dt {
    width: 100%;
  }
  .news_wrap dd {
    width: 100%;
  }
  .news_wrap .deco_1 {
    top: -22px;
    right: 6px;
    width: 40%;
  }
  .news_wrap:after {
    width: 30px;
    left: -25px;
  }
}

/********************************
/********************************
/********************************

l_company

********************************/
.company01 .dire_wrap .deco_1 {
  top: 1%;
  left: 1%;
}

.company01 .dire_wrap .deco_2 {
  bottom: 20%;
  right: 15%;
}

.company01 .dire_wrap .deco_3 {
  bottom: 0;
  left: 0;
}

.company01 .dire_wrap .deco_4 {
  top: 0;
  right: 3%;
}

.company02 .dire_wrap {
margin-bottom: 100px;
}

.company02 .dire_wrap:last-of-type {
  margin-bottom: 0;
}

.company02 .dire_wrap.box1 .deco_1 {
  top: 1%;
  left: 1%;
}

.company02 .dire_wrap.box1 .deco_2 {
  bottom: 20%;
  right: 15%;
}

.company02 .dire_wrap.box1 .deco_3 {
  bottom: -50%;
  left: 0;
}

.company02 .dire_wrap.box1 .deco_4 {
  bottom: 0;
  right: -20%;
}

.company02 .dire_wrap .txt_side {
  padding-left: 100px;
}

.company02 .dire_wrap .flag {
  position: absolute;
  top: 30px;
  left: 0;
}

.company02 .dire_wrap .flag .no {
  position: absolute;
  top: 15px;
  left: 28px;
  z-index: 2;
  font-size: 24px;
  color: #ffffff;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

.company02 .dire_wrap.box2 .deco_1 {
  top: 20%;
  left: 0;
}

.company02 .dire_wrap.box2 .deco_2 {
  bottom: -10%;
  left: -30%;
}

.company02 .dire_wrap.box2 .deco_3 {
  top: 0;
  right: 0;
}

.company02 .dire_wrap.box2 .deco_4 {
  bottom: 0;
  right: 0;
}

.company02 .dire_wrap.box2 .pic_side {
  margin-left: 10%;
}

.company02 .dire_wrap.box2 .txt_side {
  width: 60%;
}

.company03 .inner {
  position: relative;
}

.company03 .deco_1 {
  top: 50px;
  left: -10%;
}

.company03 .deco_2 {
  top: 50px;
  right: -10%;
}

.company03 .deco_3 {
  bottom: 50px;
  left: -10%;
}

.company03 .deco_4 {
  bottom: 50px;
  right: -10%;
}

.point_list li {
  width: 50%;
  margin: 0 auto 1rem;
  border-bottom: 3px dotted #5d3719;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 1rem;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.point_list li .icon_tit {
  width: calc(100% - 100px);
  max-width: unset;
  padding: 1rem 0 0;
}

.point_list li .pic {
  width: 50px;
}

/********************************
/********************************

m_company

********************************/
@media only screen and (max-width: 1024px) {
  .company .dire_wrap .pic_side,
  .company02 .dire_wrap.box2 .pic_side{
    margin: 0 auto 2rem;
  }

  .company02 .dire_wrap .flag {
    top: -30px;
  }

  .company02 .dire_wrap.box1 .deco_3 {
    bottom: -250px;
    left: -20px;
  }
  .company02 .dire_wrap.box2 .txt_side {
    width: 80%;
  }
  .company03 .deco_1 {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    top: 100px;
    left: 0;
  }
  .company03 .deco_2 {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    top: 100px;
    right: 0;
  }
  .company03 .deco_3 {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    bottom: 50px;
    left: 0;
  }
  .company03 .deco_4 {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    bottom: 50px;
    right: 0;
  }
  .point_list {
    padding: 150px 0;
  }
  .point_list li {
    width: 80%;
  }
}

/********************************

s_company

********************************/
@media only screen and (max-width: 599px) {
  .company01 .dire_wrap .deco_4 {
    top: 80px;
  }
  .company02 .dire_wrap.box1 .deco_2 {
    bottom: 30%;
    right: -15%;
  }
  .company02 .dire_wrap.box1 .deco_3 {
    bottom: -300px;
  }
  .company02 .dire_wrap.box1 .deco_4 {
    right: -30px;
  }
  .company02 .dire_wrap.box2 .deco_2 {
    bottom: 0;
    left: -30px;
  }
  .company02 .dire_wrap.box2 .deco_4 {
    bottom: -12%;
  }
  .company02 .dire_wrap.box2 .txt_side {
    width: 100%;
  }
  .company03 .deco_1 {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    top: 100px;
    left: -30px;
  }
  .company03 .deco_2 {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    top: 100px;
    right: -30px;
  }
  .company03 .deco_3 {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    bottom: 50px;
    left: -30px;
  }
  .company03 .deco_4 {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    bottom: 50px;
    right: -30px;
  }
  .point_list {
    padding: 120px 0;
  }
  .point_list li {
    width: 100%;
  }
}

/********************************
/********************************
/********************************

l_explain

********************************/
.explain .dire_wrap .name_plate {
  top: -6%;
}

.explain .dire_wrap .name_plate .name span {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: .5rem;
}

.explain .dire_wrap .txt_side {
  padding-top: 130px;
}

.explain .dire_wrap .deco_1 {
  bottom: 0;
  left: 0;
}

.explain .dire_wrap .deco_2 {
  bottom: 30%;
  right: 15%;
}

.explain .dire_wrap .deco_3 {
  top: 0;
  left: -30px;
}

.explain .dire_wrap .deco_4 {
  top: 0;
  right: 0;
}

.explain .exp03 .dire_wrap .txt_side {
  padding-top: 60px;
}

.explain .exp03 .dire_wrap .deco_1 {
  bottom: auto;
  top: 0;
}

.explain .exp03 .dire_wrap .deco_2 {
  bottom: 10%;
  right: 25%;
}

.explain .exp03 .h {
  margin: 0 0 1rem 50px;
}

.explain .exp03 .h span {
  position: relative;
}

.explain .exp03 .h span:before, .explain .exp03 .h span:after {
  position: absolute;
  display: block;
}

.explain .exp03 .h span:before {
  content: url(/import/tenant_1/160.16.85.21/html/images/heroes/tit_exp_l.png);
  left: -50px;
  bottom: -10px;
}

.explain .exp03 .h span:after {
  content: url(/import/tenant_1/160.16.85.21/html/images/heroes/tit_exp_r.png);
  right: -50px;
  bottom: -10px;
}

.explain .exp04 dl {
  border-bottom: 2px dashed #231815;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.explain .exp04 dt {
  width: 15%;
  padding-right: 2rem;
  color: #231815;
  font-weight: bold;
}

.explain .exp04 dd {
  width: 85%;
  color: #231815;
}

.explain .exp04 dd a {
  color: #e94961;
}

.explain .exp04 dd.tel a {
  color: #231815;
}

.explain .exp05 .gmap {
  position: relative;
  padding-bottom: 40%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.explain .exp05 .gmap iframe,
.explain .exp05 .gmap object,
.explain .exp05 .gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.explain .exp05 dt .pic {
  display: inline-block;
  width: 34px;
  margin-right: 0.5rem;
}

.explain .exp05 dt .pic img {
  vertical-align: baseline;
}

.explain .exp05 dd {
  padding-left: 34px;
}

.explain .exp05 dl.bus dt {
  color: #61c8fb;
}

.explain .exp05 dl.train dt {
  color: #009ae3;
}

.explain .ext_link a {
  text-decoration: underline;
  color: #231815;
}

.explain .ext_link .pic {
  display: inline-block;
  width: 34px;
  margin-right: 0.5rem;
}

.explain .ext_link .pic img {
  vertical-align: middle;
}

.explain .exp07 dl:first-child {
  border-right: 3px dashed #6ecc4a;
}

.explain .exp07 dt {
  color: #6ecc4a;
}

.explain .exp07 dt .pic {
  display: inline-block;
  width: 24px;
  margin-right: 0.5rem;
}

.explain .exp07 dt .pic img {
  vertical-align: baseline;
}

.explain .exp07 dd {
  padding-left: 34px;
}

.explain .exp07 dd a {
  color: #231815;
  text-decoration: underline;
}

.explain .exp11 dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.explain .exp11 dt .pic {
  display: inline-block;
  width: 34px;
  margin-right: 0.5rem;
  margin-left: 0;
}

.explain .exp11 dt .pic img {
  vertical-align: baseline;
}

.explain .exp11 dd {
  padding-left: 34px;
}

.explain .exp11 dd .box1 dl {
  margin-bottom: 1rem;
}

.explain .exp11 dd .box1 dt {
  color: #5d3719 !important;
  width: 20%;
  padding-right: 1rem;
  font-weight: bold;
}

.explain .exp11 dd .box1 dd {
  width: 80%;
}

.explain .exp11 dd .box2 {
  border-radius: 10px;
  background: #ffffff;
  border: 2px dashed #231815;
  padding: 1rem;
  margin-bottom: 1rem;
}

.explain .exp11 dd .box2 dl {
  margin-bottom: 0.5rem;
}

.explain .exp11 dd .box2 dt {
  width: 40%;
  color: #231815 !important;
  padding-right: 1rem;
}

.explain .exp11 dd .box2 dd {
  width: 60%;
  color: #231815 !important;
  text-align: right;
}

.explain .exp11 dl.month dt {
  color: #009ae3;
}

.explain .exp11 dl.temporary dt {
  color: #e45513;
}

.annual_wrap .dire_wrap {
  margin-bottom: 2rem;
}

.annual_wrap .deco_season {
  top: 0;
  left: 0;
}

.annual_wrap .deco_season_txt {
  top: 1.5rem;
  left: 2rem;
  color: #ffffff;
  font-size: 24px;
}

.annual_wrap .deco_5 {
  bottom: 1rem;
  left: 1rem;
}

.annual_wrap .deco_6 {
  top: 3rem;
  right: 4rem;
}

.annual_wrap .txt_side {
  padding-top: 30px !important;
}

.annual_wrap .txt_side li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.25em;
  font-size: 18px;
}

.annual_wrap .txt_side li:before {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  background-size: contain;
  width: 1em;
  height: 1em;
  z-index: 1;
}

.annual_wrap .bottom_img {
  position: relative;
}

.annual_wrap .bottom_img:after {
  position: absolute;
  content: "";
  background: url(/import/tenant_1/160.16.85.21/html/images/heroes/line.png) top left/contain repeat-x;
  width: 1000px;
  height: 9px;
  top: 60%;
  left: 0;
  z-index: -1;
  display: block;
}

.annual_wrap .bottom_img .w25 {
  margin-left: auto;
}

.annual_wrap .bottom_img .pic {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}

.annual_wrap .bottom_img .pic.ofimg {
  position: relative;
}

.annual_wrap .bottom_img .pic.ofimg img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.annual_wrap .bottom_img .pic.ofimg:before {
  content: "";
  display: block;
  padding-top: 70%;
}

.annual_wrap .dire_wrap:nth-of-type(even) .deco_season {
  right: 0;
  left: auto;
  top: auto;
  bottom: 0;
}

.annual_wrap .dire_wrap:nth-of-type(even) .deco_season_txt {
  top: auto;
  bottom: 1.5rem;
  left: auto;
  right: 2rem;
}

.annual_wrap .dire_wrap:nth-of-type(even) .deco_5 {
  top: 1rem;
  right: auto;
  bottom: auto;
  left: 4rem;
}

.annual_wrap .dire_wrap:nth-of-type(even) .deco_6 {
  top: 5rem;
  right: -1rem;
  bottom: auto;
  left: auto;
}

.annual_wrap .dire_wrap:nth-of-type(even) .txt_side {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.annual_wrap .dire_wrap:nth-of-type(even) .pic_side {
  padding: 0 0 0 3rem;
}

.annual_wrap .dire_wrap:nth-of-type(even) .bottom_img .w25 {
  margin: 0 auto 0 0;
}

.annual_wrap .dire_wrap:nth-of-type(even) .bottom_img .pic {
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

.annual_wrap .dire_wrap:nth-of-type(1) .txt_side li:before {
  background: url(/import/tenant_1/160.16.85.21/html/images/heroes/sp_li.png) no-repeat;
}

.annual_wrap .dire_wrap:nth-of-type(2) .txt_side li:before {
  background: url(/import/tenant_1/160.16.85.21/html/images/heroes/su_li.png) no-repeat;
}

.annual_wrap .dire_wrap:nth-of-type(3) .txt_side li:before {
  background: url(/import/tenant_1/160.16.85.21/html/images/heroes/fa_li.png) no-repeat;
}

.annual_wrap .dire_wrap:nth-of-type(4) .txt_side li:before {
  background: url(/import/tenant_1/160.16.85.21/html/images/heroes/wi_li.png) no-repeat;
}

.time_wrap .box {
  margin: 0 auto;
  margin-bottom: 3rem;
  max-width: 700px;
}

.time_wrap .box .w25 {
  padding-right: 3rem;
  width: 32%;
}

.time_wrap .box .txt_side {
  width: 68%;
}

.time_wrap .box dl {
  width: 100%;
}

.time_wrap .box dt {
  display: block;
  width: 100%;
  position: relative;
  border-bottom: 3px dashed #5d3719;
  padding-bottom: 1rem;
}

.time_wrap .box dt .time {
  position: relative;
  display: block;
  width:24%;
  padding-right: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.time_wrap .box dt .time:before {
  position: absolute;
  display: block;
  top: -18px;
  left: -23px;
  content: "";
  background: url(/import/tenant_1/160.16.85.21/html/images/common/tit6_l.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 31px;
  z-index: 1;
}

.time_wrap .box dt .t {
  width: 73%;
}

.time_wrap .box dd {
  padding: 1rem;
  color: #231815;
}

.time_wrap .box dd li {
  width: 98%;
  margin: 0 1% .5rem;
  color: #231815;
}

.time_wrap .box dd .divided li {
  width: 98%;
}

.exp_bnr {
  width: 60%;
  margin: auto;
  position: relative;
}

.exp_bnr a {
  position: relative;
  border-radius: 10px;
  padding: 3rem;
  background: #f0812f;
  display: block;
  text-align: center;
}

.exp_bnr a:before {
  border: 3px dotted #fff;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  border-radius: 10px;
}

.exp_bnr .no {
  position: relative;
  display: inline-block;
  padding-left: 1.25em;
  color: #fff;
}

.exp_bnr .no:after {
  position: absolute;
  display: block;
  top: .35em;
  left: 0;
  content: "";
  background: url(/import/tenant_1/160.16.85.21/html/images/recruit/tel.png) no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  z-index: 1;
}

.exp_bnr .deco_9 {
  top: -10px;
  left: -10px;
}

.exp_bnr .deco_10 {
  bottom: -10px;
  right: -10px;
}

.exp_bnr div {
  color: #ffffff;
}

.flow_li li {
  width: 26%;
  margin: 0 auto 6%;
  position: relative;
  background: #ffffff;
  border-radius: 10px;
  border: 2px dotted #f0ab15;
  padding: 1rem 1rem 1rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.flow_li li .no {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
  z-index: 2;
}

.flow_li li:before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  background: url(/import/tenant_1/160.16.85.21/html/images/kids1asahi/no_bg.png) no-repeat;
  background-size: contain;
  width: 71px;
  height: 65px;
  z-index: 1;
}

.flow_li li:after {
  position: absolute;
  top: 50%;
  right: -40px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15.5px 0 15.5px 16px;
  border-color: transparent transparent transparent #5d3719;
}

.flow_li li:last-child:after {
  display: none;
}

.flow_contact a {
  border-radius: 10px;
  font-weight: bold;
  display: inline-block;
  padding: 1rem 3rem;
  background: #f0ab15;
  color: #ffffff;
}

/********************************
/********************************

m_explain

********************************/
@media only screen and (max-width: 1024px) {
  .explain .exp01 .inner {
    padding-bottom: 50px;
  }
  .explain .dire_wrap .txt_side {
    padding-top: 0;
  }
  .explain .dire_wrap .pic_side {
  margin: 0 auto 2rem;
  }
  
  
  .explain .exp03 .dire_wrap .txt_side {
    padding-top: 0;
  }
  .explain .exp04 dt {
    width: 20%;
  }
  .explain .exp04 dd {
    width: 80%;
  }
  .explain .exp05 .gmap {
    padding-bottom: 60%;
  }
  .explain .exp11 dd .box1 dt,
  .explain .exp11 dd .box1 dd,
  .explain .exp11 dd .box2 dt,
  .explain .exp11 dd .box2 dd {
    width: 100%;
    padding: 0;
  }
  .annual_wrap .pic_side {
    padding: 0 !important;
  }
  .annual_wrap .bottom_img {
    margin-top: 3rem;
  }
  .annual_wrap .bottom_img .w25 {
    width: 45%;
  }
  .annual_wrap .bottom_img:after {
    width: 560px;
  }
  .annual_wrap .dire_wrap:nth-of-type(even) .bottom_img .w25 {
    margin: 0 0 0 auto;
  }
  .annual_wrap .dire_wrap:nth-of-type(even) .txt_side {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .time_wrap .box dt .time {
    width: 100%;
    padding: 0;
  }
  .time_wrap .box dt .t {
    width: 100%;
  }
  .exp_bnr {
    width: 80%;
  }
  .flow_li li {
    width: 60%;
    margin-bottom: 5rem;
  }
  .flow_li li:after {
    bottom: -3rem;
    left: 50%;
    top: auto;
    right: auto;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
            transform: translate(-50%, 0) rotate(90deg);
  }
}

/********************************

s_explain

********************************/
@media only screen and (max-width: 599px) {
  .explain .exp04 dt {
    width: 100%;
    padding-right: 0;
  }
  .explain .exp04 dd {
    width: 100%;
  }
  .explain .exp05 .gmap {
    padding-bottom: 80%;
  }
  .explain .exp07 dl:first-child {
    border-right: none;
    border-bottom: 3px dashed #6ecc4a;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
  .annual_wrap .txt_side li {
    margin: 0 0 5px 1rem;
  }
  .annual_wrap .bottom_img .w25 {
    width: 60%;
    margin-right: 1rem;
  }
  .annual_wrap .bottom_img:after {
    width: 340px;
  }
  .time_wrap .box .w25 {
    padding-right: 0;
    width: 60%;
    margin: 0 auto 2rem;
  }
  .time_wrap .box .txt_side {
    width: 100%;
  }
  .time_wrap .box dt {
    padding-left: 30px;
  }
  .time_wrap .box dt .t {
    width: 100%;
  }
  .time_wrap .box dd li {
    width: 98%;
  }
  .exp_bnr {
    width: 90%;
  }
  .exp_bnr a {
    padding: 2rem;
  }
  
  .exp_bnr .no {
   font-size: 22px; 
  }
  .flow_li li {
    width: 75%;
  }
}

/********************************
/********************************
/********************************

l_contact

********************************/
.bdb_h {
  margin-bottom: 3rem;
}

.bdb_h span {
  padding: 0 2rem;
  border-bottom: 3px dashed #5d3719;
  padding-bottom: 1rem;
}

.contact_form dl {
  width: 100%;
  margin-bottom: 2em;
  border-bottom: 2px dashed #aaaaaa;
}

.contact_form dt {
  width: 25%;
}

.contact_form dt .label {
  font-weight: bold;
  color: #231815;
}

.contact_form dt .require {
  position: relative;
  font-size: 0.7em;
  color: #fff;
  z-index: 2;
  font-weight: bold;
  margin-left: 2rem;
}

.contact_form dt .require:after {
  position: absolute;
  display: block;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  background: url(/import/tenant_1/160.16.85.21/html/images/contact/p1.png) no-repeat;
  background-size: contain;
  width: 43px;
  height: 26px;
  z-index: -1;
}

.contact_form dd {
  width: 70%;
  margin-left: 5%;
}

.contact_form dd * {
  color: #231815;
}

.contact_form dd .inputtext {
  padding: .5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: #ccc;
}

.contact_form dd label {
  margin-right: 1em;
}

.contact_form .btn_wrap li {
  padding: 0;
  margin: 0 2rem;
}

.contact_form .btn_wrap li .btn {
  position: relative;
  padding: 1rem 2rem;
  display: block;
  background: #e94961;
  border-radius: 10px;
  color: #ffffff;
}

.contact_form .btn_wrap li .btn:before {
  border: 1px dotted #fff;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  border-radius: 10px;
}

.contact_form .btn_wrap li .btn:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-49%, -48%);
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
  z-index: -1;
}

.contact_form .btn:hover {
  cursor: pointer;
  opacity: .6;
}

.contact_form.confirm dt {
  padding-top: 0;
  width: 40%;
}

.contact_form.confirm dt:after {
  content: "：";
}

.contact_form dd {
  width: 60%;
  padding-left: 1rem;
}

.p_p_dl > dl {
  margin-bottom: 3rem;
}

.p_p_dl > dl > dt {
  border-bottom: 2px dashed #5d3719;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.p_p_dl > dl > dd {
  color: #231815;
}

.p_p_dl > dl > dd .h {
  color: #231815;
  font-weight: bold;
}

.p_p_dl > dl > dd dl {
  border-bottom: 1px dotted #231815;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.p_p_dl > dl > dd dt {
  width: 15%;
  padding-right: 2rem;
  color: #231815;
  font-weight: bold;
}

.p_p_dl > dl > dd dd {
  width: 85%;
  color: #231815;
}

.p_p_dl > dl > dd dd a {
  color: #e94961;
}

.p_p_dl > dl > dd dd.tel a {
  color: #231815;
}

/********************************
/********************************

m_contact

********************************/
@media only screen and (max-width: 1024px) {
  .contact_form dt {
    width: 100%;
    margin: 0;
    padding: 0 0 .5em 0;
  }
  .contact_form dd {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
  .contact_form.confirm dt {
    width: 100%;
  }
  .p_p_dl > dl > dd dt {
    width: 25%;
    padding-right: 1rem;
  }
  .p_p_dl > dl > dd dd {
    width: 75%;
  }
}

/********************************

s_contact

********************************/
@media only screen and (max-width: 599px) {
  .p_p_dl > dl > dd dt {
    width: 100%;
    padding-right: 0;
  }
  .p_p_dl > dl > dd dd {
    width: 100%;
  }
}

/********************************
/********************************
/********************************

l_parents

********************************/
.radius_boxes .box {
  background: #ffffff;
  border-radius: 10px;
  border: 2px dashed #ccc;
  padding: 2rem;
}

.pdf_li {
  margin-bottom: 1rem;
}

.pdf_li li {
  padding-right: 1rem;
  margin-bottom: 1rem;
}

.pdf_li a {
  position: relative;
  padding-left: 2rem;
}

.pdf_li a span {
  text-decoration: underline;
}

.pdf_li a:before {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  background: url(/import/tenant_1/160.16.85.21/html/images/for-parents/pdf_icon.png) no-repeat;
  background-size: contain;
  width: 24px;
  height: 30px;
  z-index: 1;
}

/********************************
/********************************

m_parents

********************************/
/********************************

s_parents

********************************/
@media only screen and (max-width: 599px) {
  .radius_boxes .box {
    padding: 1rem;
  }
}

/********************************
/********************************
/********************************

l_recruit

********************************/
.recruit01 .txt_side {
  width: 75%;
  margin-bottom: 3rem;
  padding-top: 100px;
}

.recruit01 .pic_side {
  width: 25%;
  padding-left: 2rem;
}

.recruit01 .box {
  margin-top: -100px;
}

.recruit01 .box.change .pic_side {
  padding: 0 2rem 0 0;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.recruit01 .dl_wrap dl {
  border-bottom: 2px dashed #231815;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.recruit01 .dl_wrap dt {
  width: 20%;
  padding-right: 1rem;
}

.recruit01 .dl_wrap dd {
  width: 80%;
}

.rec_bnr {
  width: 90%;
  margin: auto;
  position: relative;
  padding: 2rem 5rem 2rem 2rem;
  background: #e94961;
  border-radius: 10px;
}

.rec_bnr:before {
  border: 3px dotted #fff;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 1.5rem);
  height: calc(100% - 1.5rem);
  border-radius: 10px;
}

.rec_bnr:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-49%, -47%);
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
  z-index: -1;
}

.rec_bnr .tel {
  position: relative;
  font-size: 48px;
  padding-left: 1.25em;
}

.rec_bnr .tel a {
  color: #ffffff;
}

.rec_bnr .tel:after {
  position: absolute;
  display: block;
  top: .35em;
  left: 0;
  content: "";
  background: url(/import/tenant_1/160.16.85.21/html/images/recruit/tel.png) no-repeat;
  background-size: contain;
  width: 48px;
  height: 40px;
  z-index: 1;
}

.rec_bnr small {
  color: #ffffff;
}

.rec_bnr .btn_wrap a {
  position: relative;
  padding: 1rem;
  display: block;
  background: #fff;
  border-radius: 10px;
  color: #e94961;
  display: inline-block;
}

.rec_bnr .btn_wrap a:before {
  border: 1px dotted #e94961;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  border-radius: 10px;
}

.rec_bnr .btn_wrap a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-48%, -40%);
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
  z-index: -1;
}

.rec_bnr .ribbon_abs {
  position: absolute;
  top: -1rem;
  left: -2rem;
  z-index: 2;
}

.rec_bnr .deco_1 {
  right: -1rem;
  top: -1rem;
}

.ribbon_h_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 68px;
  width: 448px;
  margin: 0 auto 2rem;
}

.ribbon_h_wrap .h {
  color: #ffffff;
  text-align: center;
}

.ribbon_h_wrap .ribbon {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 400px;
  height: 0;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-top: 65px solid #e00012;
  z-index: -1;
}

.ribbon_h_wrap .ribbon:after {
  position: absolute;
  top: -65px;
  left: -24px;
  display: block;
  content: "";
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 400px;
  height: 0;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-top: 65px solid #e00012;
  z-index: -1;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.ribbon_h_wrap .ribbon_shadow {
  position: absolute;
  top: 3px;
  left: 3px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 400px;
  height: 0;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-top: 65px solid #dbd4ad;
  z-index: -2;
}

.ribbon_h_wrap .ribbon_shadow:after {
  position: absolute;
  top: -63px;
  left: -20px;
  display: block;
  content: "";
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 400px;
  height: 0;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-top: 65px solid #dbd4ad;
  z-index: -2;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.ribbon_h_wrap.yellow {
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  width: 188px;
  height: 40px;
  margin-left: 0;
}

.ribbon_h_wrap.yellow .h {
  color: #5d3719;
}

.ribbon_h_wrap.yellow .ribbon {
  width: 140px;
  height: 0;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-top: 40px solid #fff000;
}

.ribbon_h_wrap.yellow .ribbon:after {
  width: 140px;
  height: 0;
  top: -40px;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-top: 40px solid #fff000;
}

/********************************
/********************************

m_recruit

********************************/
@media only screen and (max-width: 1024px) {
  .ribbon_h_wrap {
    width: 285px;
  }
  .ribbon_h_wrap .ribbon {
    width: 250px;
  }
  .ribbon_h_wrap .ribbon:after {
    width: 250px;
  }
  .ribbon_h_wrap .ribbon_shadow {
    width: 250px;
  }
  .ribbon_h_wrap .ribbon_shadow:after {
    width: 250px;
  }
  .rec_bnr .w60 {
    width: 100%;
    margin-bottom: 1rem;
  }
  .rec_bnr .w40 {
    width: 100%;
  }
  .rec_bnr .tel {
    font-size: 36px;
  }
  .rec_bnr .tel:after {
    width: 36px;
  }
  .rec_bnr .btn_wrap a {
    padding: 1rem 2rem;
  }
  .rec_bnr .deco_1 {
    top: auto;
    bottom: -1rem;
  }
}

/********************************

s_recruit

********************************/
@media only screen and (max-width: 599px) {
  .recruit01 .box.change .pic_side {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .recruit01 .txt_side {
    width: 100%;
  }
  .recruit01 .pic_side {
    width: 80%;
    margin: 0 auto 2rem;
    padding: 0 !important;
  }
  .recruit01 .dl_wrap dt,
  .recruit01 .dl_wrap dd {
    width: 100%;
  }
  .rec_bnr {
    padding: 1.5rem;
  }
  .rec_bnr .tel {
    font-size: 22px;
  }
  .rec_bnr .tel:after {
    width: 28px;
  }
  .rec_bnr .btn_wrap {
    font-size: 16px;
  }
  .rec_bnr .btn_wrap a {
    padding: 1rem;
  }
  .rec_bnr .deco_1 {
    width: 25%;
  }
}

/********************************
/********************************
/********************************

l_faq

********************************/
.faq01 dl {
  margin-bottom: 3rem;
}

.faq01 dt {
  position: relative;
}

.faq01 dt .q {
  position: relative;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  font-family: "HuiFont109", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
  line-height: 120%;
  background: #e00012;
  font-size: 30px;
  margin: 0 2rem 0 0;
}

.faq01 dt .q:before {
  border: 2px dotted #fff;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 88%;
  height: 88%;
  border-radius: 50%;
}

.faq01 dt .q:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-42%, -42%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  z-index: -1;
}

.faq01 dt .t {
  border-bottom: 2px dashed #5d3719;
  width: calc(100% - 6rem);
  padding-bottom: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 3rem;
}

.faq01 dt:after {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  font-weight: 900;
  font-size: 24px;
  color: #e00012;
}

.faq01 dt.action:after {
  content: "\f068";
  color: #a0a0a0;
}

.faq01 dt:hover {
  opacity: .6;
  cursor: pointer;
}

.faq01 dd {
  position: relative;
  margin-left: 6rem;
  padding: 2rem 2rem 2rem 8rem;
  background: #fff2e9;
}

.faq01 dd .a {
  position: absolute;
  font-size: 30px;
  color: #ed9100;
  display: block;
  top: 30px;
  left: 60px;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  letter-spacing: 2px;
}

.faq01 dd .a:after, .faq01 dd .a:before {
  position: absolute;
  display: block;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

.faq01 dd .a:before {
  content: url(/import/tenant_1/160.16.85.21/html/images/faq/tit_l.png);
  left: -40px;
  bottom: -10px;
}

.faq01 dd .a:after {
  content: url(/import/tenant_1/160.16.85.21/html/images/faq/tit_r.png);
  right: -30px;
  bottom: -10px;
}

.faq01 dd a {
  color: #e94961;
  text-decoration: underline;
}

/********************************

s_faq

********************************/
@media only screen and (max-width: 599px) {
  .faq01 dt .q {
    margin-right: 0;
    margin-bottom: .5rem;
  }
  .faq01 dt .t {
    width: 100%;
  }
  .faq01 dd {
    margin-left: 0;
    padding: 5rem 1rem 1rem;
  }
}

/********************************
/********************************
/********************************

l_article

********************************/
.article01 .main_area {
  width: 100%;
}

.article01 .main_area .t-blog.article_wrap li {
  margin-left: 2% !important;
}

.article01 .main_area .t-news dl {
  border-bottom: 2px dashed #5d3719;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.article01 .main_area .t-news .date {
  color: #5d3719;
}

.article01 .main_area .detail_wrap .head {
  padding: 0 2rem 1rem;
  border-bottom: 2px dashed #5d3719;
}

.article01 .main_area .detail_wrap .title {
  width: 100%;
}

.article01 .main_area .detail_wrap .date {
  width: 6em;
}

.article01 .main_area .detail_wrap .cat {
  width: calc(100% - 7em);
  margin-bottom: 1rem;
}

.article01 .main_area .detail_wrap .cat span {
  border-radius: 1rem;
  padding: 0.5rem 2rem;
  background: #5d3719;
  color: #fff;
}

.article01 .main_area .detail_wrap .ヒーローズ保育園 .cat span {
  background: #009AE3;
  color: #fff;
}

.article01 .main_area .detail_wrap .ヒーローズ保育園 .date {
  color: #009AE3;
}

.article01 .main_area .detail_wrap .ヒーローズにしのみや保育園 .cat span {
  background: #ED8000;
  color: #5d3719;
}

.article01 .main_area .detail_wrap .ヒーローズにしのみや保育園 .date {
  color: #ED8000;
}

.article01 .main_area .detail_wrap .ヒーローズ旭保育園 .cat span {
  background: #88BD1F;
  color: #5d3719;
}

.article01 .main_area .detail_wrap .ヒーローズ旭保育園 .date {
  color: #88BD1F;
}

.article01 .main_area .detail_wrap .キッズ1ハート旭保育所 .cat span {
  background: #1DA539;
  color: #fff;
}

.article01 .main_area .detail_wrap .キッズ1ハート旭保育所 .date {
  color: #1DA539;
}

.article01 .main_area .detail_wrap .content {
  padding: 1rem 2rem;
}

.article01 .main_area .detail_wrap .btn_wrap a {
  position: relative;
  padding: 1rem 5rem;
  display: block;
  background: #a0a0a0;
  border-radius: 10px;
  color: #ffffff;
  display: inline-block;
}

.article01 .main_area .detail_wrap .btn_wrap a:before {
  border: 1px dotted #fff;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  border-radius: 10px;
}

.article01 .main_area .detail_wrap .btn_wrap a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-48%, -40%);
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
  z-index: -1;
}

.article01 .side {
  width: 100%;
  margin-top: 100px;
}
.article01 .cat_dl{
  width: 45%;
}

.article01 .cat_dl dt {
  position: relative;
  margin-bottom: .5rem;
}

.article01 .cat_dl dt .pic {
  width: 70px;
  padding-top: 3rem;
}

.article01 .cat_dl dt .s {
  position: absolute;
  top: 2rem;
  right: 3rem;
}

.article01 .cat_dl dt .s:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  background: url(/import/tenant_1/160.16.85.21/html/images/blog/cloud1.png) no-repeat;
  background-size: contain;
  width: 190px;
  height: 100px;
  z-index: -1;
}

.article01 .cat_dl.archive .pic {
  margin-left: auto;
}

.article01 .cat_dl.archive .s {
  right: 6rem;
}

.article01 .cat_dl.archive .s:before {
  background: url(/import/tenant_1/160.16.85.21/html/images/blog/cloud2.png) no-repeat;
}

.article01 .cat_dl dd {
  letter-spacing: -2px;
  border-bottom: 2px dashed #5d3719;
  padding-bottom: .75rem;
  margin-bottom: .75rem;
}

/********** l_pager **********/
.list-pager {
  width: 50%;
  margin: 0 auto;
}

.list-pager li,
.list-pager li a,
.list-pager li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.list-pager li span,
.list-pager li a,
.list-pager li a span,
.list-pager li a a,
.list-pager li span span,
.list-pager li span a {
  width: 100%;
}

.list-pager li.prev a .pic,
.list-pager li.next a .pic,
.list-pager li a.prev a .pic,
.list-pager li a.next a .pic,
.list-pager li span.prev a .pic,
.list-pager li span.next a .pic {
  width: 20px;
  height: 20px;
}

.list-pager li.current,
.list-pager li a.current,
.list-pager li span.current {
  position: relative;
  color: #fff;
}

.list-pager li.current:after,
.list-pager li a.current:after,
.list-pager li span.current:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  background: url(/import/tenant_1/160.16.85.21/html/images/blog/current.png) no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  z-index: -1;
}

/********************************
/********************************

m_article

********************************/
@media only screen and (max-width: 1024px) {
  .article01 .main_area {
    width: 100%;
    margin-bottom: 100px;
  }
  .article01 .main_area .article_wrap li {
    width: 29%;
  }
  .article01 .side {
    width: 100%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
            padding-right: 0;
    margin-top:0px;
            

  }
  .article01 .cat_dl {
    margin: 0 auto 3rem;
  }
  .article01 .cat_dl dt .pic {
    margin: 0 auto;
    padding-top: 6rem;
    padding-bottom: 1rem;
  }
  .article01 .cat_dl .s {
    top: 2rem !important;
    left: 50%;
    right: auto !important;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  /********** pager **********/
  .list-pager {
    width: 80%;
  }
}

/********************************

s_article

********************************/
@media only screen and (max-width: 599px) {
  .article01 .main_area {
    width: 100%;
  }
  .article01 .main_area .article_wrap li {
    width: 96%;
    margin-bottom: 3rem;
  }
  .article01 .main_area .detail_wrap .head,
  .article01 .main_area .detail_wrap .content {
    padding: 1rem;
  }
  .article01 .main_area .detail_wrap .date,
  .article01 .main_area .detail_wrap .cat {
    width: 100%;
    margin-bottom: 1rem;
  }
  .article01 .cat_dl {
    width: 85%;
  }
  /********** pager **********/
  .list-pager {
    width: 100%;
  }
}

/********************************
/********************************
/********************************

l_A-BiSU組込み用

********************************/
[data-element-id] .tab_sm {
  display: block;
}

[data-element-id] footer .totop a {
  right: 0;
  bottom: 100px;
  left: 90%;
}

[data-element-id] #wrapper {
  padding-top: 0 !important;
}

[data-element-id]#header .h-inner .text_a, [data-element-id]#header .h-inner .text_b {
  position: relative;
  transform: translate(0,0);
  color: #5d3719;
  top: 0;
  left: 0;
}

[data-element-id] #gnav.fixed {
  position: relative;
}

[data-element-id]#gnav.fixed .main_li li.h1_li,
[data-element-id]#gnav.fixed .main_li li {
  width: 20%;
}

[data-element-id]#gnav.fixed .main_li li.h1_li .pic img,
[data-element-id]#gnav.fixed .main_li li .pic img {
  height: 70px !important;
}

[data-element-id]#gnav.fixed .main_li li.h1_li a:hover .pic {
  transform: rotate(0);
}
[data-element-id]#gnav.fixed .main_li li.h1_li {
  width: 100%;
  text-align: left;
  border-left: none;
}

[data-element-id] #gnav .main_li li.h1_li .logo {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  width: 35%;
  margin: 0 auto 1rem;
  }

[data-element-id]#gnav .main_li li:not(.h1_li) .pic {
  width: 100%;
  margin: 0 auto 1rem;
}

[data-element-id]#gnav .main_li li.h1_li .s{
  display: block;
  text-align: center;
}

[data-element-id] .t-blog .flex > div {
  width: 48%;
  margin: auto;
}

[data-element-id] .t-blog .flex > div > li {
  width: 100%;
}

[data-element-id].main_visual .inner:after {
  display: none;
}

[data-element-id].t-recruit .bnr_wrapper:before {
  display: none;
}

[data-element-id].t-intro li .frame_img,
[data-element-id].t-intro li .place{
  position: relative;
}

[data-element-id].company02 .dire_wrap .flag .no {
  position: relative;
  transform: rotate(0);
  color: #5d3719;
  top: -6rem;
}

.gotop{
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 99;
  text-align: center;
  width: 6rem;
  height: 6rem;
}
.gotop a{
  display: block;
  background: #8bc742;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #ffffff;
  font-family: "HuiFont109", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
  line-height: 120%;
}
.gotop a:before{
  border: 2px dotted #fff;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 88%;
  height: 88%;
  border-radius: 50%;
}
.gotop a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6.5px 10px 6.5px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  top:12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.gotop a br{
  display: none;
}

@media only screen and (max-width: 599px) {
  .gotop a br{
    display: block;
  }
  .gotop a{
    padding: 0.5rem;
    width: 81%;
    height: 80%;
    line-height: 100%;
  }
  .gotop a:after {
    top: 7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 6px 5px;
    border-color: transparent transparent #ffffff transparent;
  }
  .gotop{
    width: 4rem;
    height: 4rem;
    bottom: 60px;
  }
}




/* 2021-10.29 */
.kenkousengen{
 width: 50%;
 margin: 40px auto 20px;

    padding: 1.5em 1em;
    font-weight: bold;
    background: #FFF;
    border: solid 3px #5d3719;
    border-radius: 10px;
}

.kenkousengen01 {
  font-size: 22px;
  text-align: center !important;
  margin-bottom: 30px;
  font-weight: bold;
}

.kenkousengen02{
  font-size: 17px;
  text-align: center !important;
  font-weight: bold;
}


@media only screen and (max-width: 1024px) {
.kenkousengen {
    width: 72%;
    margin: 45px auto 15px;
    padding: 1.5em 1em;
    font-weight: bold;
    background: #FFF;
    border: solid 3px #5d3719;
    border-radius: 10px;
}
}

@media only screen and (max-width: 599px) {
  .kenkousengen {
    width: 90%;
    margin: 45px auto 13px;
    padding: 1em 1em;
    font-weight: bold;
    background: #FFF;
    border: solid 3px #5d3719;
    border-radius: 10px;
}

.kenkousengen01 {
    font-size: 16px;
    text-align: center !important;
    margin-bottom: 25px;
    font-weight: bold;
}

.kenkousengen02 {
    font-size: 12px;
    text-align: center !important;
    font-weight: bold;
}
}

.asahiimg{
  top: 11% !important;
}

.main_visual .asahinoofimg01:before {
    content: "";
    display: block;
    padding-top: 55%;
}

.asahiirast01{
  position: absolute;
    bottom: 0;
    width: 14% !important;
    z-index: 5;
    left: 210px;
}


@media only screen and (max-width: 1024px) {
.asahiirast01{
position: absolute;
    right: 0;
    bottom: 0 !important;
    width: 22%;
    z-index: 5;
}

}


@media only screen and (max-width: 599px) {
.asahiirast01{
position: absolute;
    right: 66px;
}
}

.r-bnr {
  width: 45%;
  margin: 20px auto 0;
}
.r-bnr img {
  width: 100%;
}

@media (max-width: 599px){
  .r-bnr {
    width: 100%;
    margin: 20px auto 50px;
  }
}

/**2025/02/20**/
.hoiku_com {
  width: 60%;
  margin: auto;
}
.hoiku_com img {
  width: 100%;
}
.mt20 {
  margin-top: 20px;
}

@media (max-width: 599px){
  .hoiku_com {
    width: 100%;
  }
}

/**2025/06/13**/
.o-banner {
    width: 100%;
    height: 300px;
    position: relative;
    background: url('/upload/tenant_1/2e93f87e707a0990b56880bab71d62ce.webp') no-repeat center/cover;
    border-radius: 12px;
    overflow: hidden;
    font-family: 'Arial', sans-serif;
    margin: 0 auto 50px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    border: 3px solid #009ae3;
}
.o-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}

.o-banner .overlay:after {
  display: none;
}

.o-banner .overlay div {
    font-size: 28px;
    color: #009ae3;
    margin: 0 0 15px;
    font-weight: bold;
    text-align: center;
}
.o-banner .overlay div span {
  font-size: 18px;
}
.o-banner p {
    font-size: 22px;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
}

@media (max-width: 1024px){
  .o-banner {
    width: 95%;
  }
  .o-banner .overlay div {
    font-size: 26px;
  }
  .o-banner .overlay div span {
    display: block;
  }
  .o-banner p {
    font-size: 20px;
  }
}

@media (max-width: 599px){
  .o-banner {
    width: 90%;
    height: 200px;
  }
  .o-banner .overlay div {
    font-size: 20px;
  }
  .o-banner .overlay div span {
    font-size: 16px;
  }
  .o-banner p {
    font-size: 14px;
  }
}

.lunchmenu {
  width: 100%;
  display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.lunchmenu img {
  width: 100%;
}

.kondate{
  width: 20%;
    background: #f3ad89;
    padding: 15px 0px;
    border-radius: 30px;
    margin: 0 1%;
}

.kondate p{
  text-align:  center;
}



@media (max-width: 599px){
  .kondate{
  width: 48%;
  }
}
