@charset "UTF-8";
/*設定読み込み
-------------------------------*/
/*共通
-------------------------------*/
.clearfix:after {
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  content: ".";
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/ /*/ /*MAC IE5*/
  height: auto;
  overflow: hidden;
  /**/
}

a {
  text-decoration: none;
  color: #505050;
}

a:hover {
  transition: 0.2s ease-in-out;
}

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

.clear {
  clear: both;
}

/*コンテンツ幅設定*/
/*レスポンシブ設定*/
body {
  padding: 0;
  margin: 0 auto;
  border: 0 none;
  color: #505050;
}

.right {
  float: right;
}

.left {
  float: left;
}

.sp-zone {
  display: none;
}
@media screen and (max-width: 780px) {
  .sp-zone {
    display: block;
  }
}

.pc-zone {
  display: block;
}
@media screen and (max-width: 780px) {
  .pc-zone {
    display: none;
  }
}

/* ヘッダーに適用 */
header {
  width: 100%;
}

.header__element-menu ul li a {
  line-height: 1em;
}

.header__element-menu ul li {
  line-height: 1em;
}

.header {
  width: 100%;
  margin: 0px auto 0px auto;
  padding-top: 20px;
  padding-bottom: 15px;
  background: #ffffff;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-size: 16px;
  color: #505050;
}
.header a {
  display: block;
  color: #505050;
}
.header a img {
  max-width: 100%;
  height: auto;
}
.header__element {
  width: 90%;
  max-width: 1080px;
  margin: auto;
}
.header__element-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  align-items: end;
  margin-bottom: 20px;
}
.header__element-flex h1 {
  width: 50%;
  max-width: 270px;
}
.header__element-flex-tel {
  width: 50%;
  max-width: 190px;
}
.header__element-flex-tel .telborder {
  width: 100%;
  border: 1px solid #00b351;
  border-radius: 9999px;
  padding: 5px 0;
}
.header__element-flex-tel a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  align-items: center;
  justify-content: center;
}
.header__element-flex-tel a .txt {
  font-size: 12px;
}
.header__element-flex-tel a .icon {
  display: block;
  width: 42px;
  margin-left: 10px;
}
.header__element-flex-tel .telnom {
  margin-top: 5px;
}
.header__element-flex-tel .telnom a {
  font-size: 18px;
  font-weight: bold;
  color: #00b351;
}
.header__element-menu {
  width: 100%;
  margin: auto;
}
.header__element-menu ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center !important;
  width: 100%;
}
.header__element-menu ul li {
  width: 16.6666666667%;
  text-align: center;
  position: relative;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 15px;
  letter-spacing: 1px;
  /*
  &:after {
      content: "•";
      @include patblr;
      color: #808080;
      left: auto;
      right: -6px;
      transform: translate(0%, -50%);
      -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
      font-size: 24px;
      z-index: 9;
    }
    */
}
.header__element-menu ul li:first-child.current {
  /*
  &:after {
    color: #808080;
    z-index: 5;
  }
  */
}
.header__element-menu ul li.hovermenu ul {
  position: absolute;
  top: auto;
  left: 92%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  padding: 15px 15px;
  background: #ffffff;
  border-radius: 10px;
  width: 175%;
  bottom: -105px;
  display: block;
  font-size: 13px;
  box-shadow: 0px 0px 15px -5px #999;
  z-index: 19;
}
.header__element-menu ul li.hovermenu ul li {
  width: 100%;
  margin-bottom: 15px;
  text-align: left;
  padding-bottom: 0px;
  padding: 0;
}
.header__element-menu ul li.hovermenu ul li:last-child {
  margin-bottom: 0;
}
.header__element-menu ul li.hovermenu ul li::after {
  display: none;
}
.header__element-menu ul li.hovermenu ul li a::before {
  content: "▶︎";
  font-size: 12px;
  color: #00b351;
  margin-right: 5px;
}
.header__element-menu ul li.hovermenu ul li.current {
  background: #ffffff;
}
.header__element-menu ul li.hovermenu ul li.current::before {
  display: none;
}
.header__element-menu ul li.hovermenu ul li.current a {
  color: #505050;
}
.header__element-menu ul li.hovermenu ul li.current a::before {
  color: #00b351;
}
.header__element-menu ul li.hovermenu ul li.current a:hover {
  color: #00b351;
}
.header__element-menu ul li:after {
  display: none;
}
.header__element-menu ul li:last-child:after {
  content: "";
  display: none;
}
.header__element-menu ul li a {
  width: 100%;
  display: block;
}
.header__element-menu ul li a:hover {
  color: #00b351;
}
.header__element-menu ul li.current {
  min-width: 175px;
  padding-right: 0;
}
.header__element-menu ul li span {
  display: block;
  color: #00b351;
  font-size: 13px;
  margin-top: 5px;
  font-weight: normal;
  letter-spacing: 0;
}
.header .hovermenu ul {
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
}
.header .hovermenu:hover ul {
  pointer-events: initial;
  opacity: 1;
}

#visiting-nursing-pagezone .header__element-menu ul li:nth-child(3) {
  background: #00b351;
  color: #fff;
}
#visiting-nursing-pagezone .header__element-menu ul li:nth-child(3) span {
  color: #fff;
}
#visiting-nursing-pagezone .header__element-menu ul li:nth-child(3):before {
  display: none;
  /*
  content: "•";
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  left: -6px;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  font-size: 27px;
  z-index: 9;
  */
}
#visiting-nursing-pagezone .header__element-menu ul li:nth-child(3):after {
  display: none;
  content: "•";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  left: auto;
  right: -6px;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  font-size: 24px;
  z-index: 9;
}

#group-home-pagezone .header__element-menu ul li:nth-child(3) {
  background: #00b351;
  color: #fff;
}
#group-home-pagezone .header__element-menu ul li:nth-child(3) span {
  color: #fff;
}
#group-home-pagezone .header__element-menu ul li:nth-child(3):before {
  display: none;
  content: "•";
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  left: -6px;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  font-size: 27px;
  z-index: 9;
}
#group-home-pagezone .header__element-menu ul li:nth-child(3):after {
  content: "•";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  left: auto;
  right: -6px;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  font-size: 24px;
  z-index: 9;
}

.pagewrap {
  width: 100%;
  margin: auto auto 200px auto;
  color: #505050;
}
.pagewrap .blead {
  display: flex;
  justify-content: left;
  margin: auto auto 95px auto;
  width: 90%;
  max-width: 1080px;
}
.pagewrap .blead li {
  font-size: 14px;
  margin-right: 10px;
}
.pagewrap .blead li a {
  display: block;
}
.pagewrap h1 {
  margin-bottom: 100px;
  text-align: center;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-size: 30px;
}
.pagewrap h1 span {
  font-family: "ab-gagaku-b", sans-serif;
  color: #00b351;
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
}

.informationarchive {
  width: 90%;
  margin: auto;
  max-width: 1080px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.informationarchive__list {
  width: 100%;
  max-width: 890px;
}
.informationarchive__list-item {
  margin-bottom: 10px;
}
.informationarchive__list-item a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: left;
}
.informationarchive__list-item a .categoryicon {
  display: block;
  width: 50%;
  max-width: 100px;
  text-align: center;
  background: #aede03;
  border-radius: 999px;
  color: #ffffff;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-size: 14px;
  padding: 8px 0;
  margin-right: 7px;
}
.informationarchive__list-item a .title {
  display: flex;
  justify-content: left;
  margin-top: 7px;
  padding-bottom: 25px;
  position: relative;
  overflow: hidden;
  width: calc(100% - 110px);
}
.informationarchive__list-item a .title:after {
  content: "・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・";
  width: 100%;
  bottom: -10px;
  left: -10px;
  position: absolute;
  color: #aede03;
  font-size: 30px;
  letter-spacing: -15px;
}
.informationarchive__list-item a .title .time {
  display: block;
  margin-right: 20px;
  margin-left: 15px;
}
.informationarchive__list-item .nolink {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: left;
}
.informationarchive__list-item .nolink .categoryicon {
  display: block;
  width: 50%;
  max-width: 100px;
  text-align: center;
  background: #aede03;
  border-radius: 999px;
  color: #ffffff;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-size: 14px;
  padding: 8px 0;
  margin-right: 7px;
}
.informationarchive__list-item .nolink .title {
  display: flex;
  justify-content: left;
  margin-top: 7px;
  padding-bottom: 25px;
  position: relative;
  overflow: hidden;
  width: calc(100% - 110px);
}
.informationarchive__list-item .nolink .title:after {
  content: "・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・";
  width: 100%;
  bottom: -10px;
  left: -10px;
  position: absolute;
  color: #aede03;
  font-size: 30px;
  letter-spacing: -15px;
}
.informationarchive__list-item .nolink .title .time {
  display: block;
  margin-right: 20px;
  margin-left: 15px;
}
.informationarchive__old {
  font-size: 18px;
}
.informationarchive__old ul li {
  margin-top: 20px;
}
.informationarchive__old ul li a {
  display: block;
}
.information__single {
  font-size: 14px;
  width: 90%;
  max-width: 1080px;
  line-height: 2em;
  margin: auto auto 200px auto;
}
.information__single img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.information__single--mainphoto .photo {
  margin-bottom: 55px;
}
.information__single--mainphoto .photo img {
  width: 100%;
  height: auto;
}
.information__single--information {
  width: 100%;
  max-width: 900px;
  margin: auto auto 130px auto;
}
.information__single--information .category {
  background: #aede03;
  color: #fff;
  padding: 7px 15px;
  border-radius: 999px;
  display: inline-block;
  list-style: 1em;
  margin-bottom: 10px;
  font-weight: bold;
}
.information__single--information h2 {
  font-weight: bold;
  margin-bottom: 25px;
  font-size: 26px;
  line-height: 1.5em;
}
.information__single--information h2 span {
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1em;
}
.information__single--information .read {
  margin-bottom: 30px;
}
.information__single--content {
  width: 100%;
  max-width: 900px;
  margin: auto;
}

/*wp-pagenavi base*/
.wp-pagenavi {
  clear: both;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 130px;
}

.wp-pagenavi a, .wp-pagenavi span {
  color: #999;
  background-color: #FFF;
  border: solid 1px #e0e0d2;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  border-radius: 3px;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #999;
  border-color: #999;
}

.wp-pagenavi span.current {
  color: #FFF;
  background-color: #00b351;
  border-color: #00b351;
  font-weight: bold;
}

.wp-pagenavi a, .wp-pagenavi span:first-child, .wp-pagenavi a.last {
  display: none;
}

.wp-pagenavi a, .wp-pagenavi span.page.larger {
  display: inline-block;
}

.servise-content a {
  display: block;
}
.servise-content__tab {
  width: 100%;
  max-width: 1080px;
  margin: auto auto 60px auto;
}
.servise-content__tab__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.servise-content__tab__list__item {
  width: 100%;
}
.servise-content__tab__list__item a {
  width: 100%;
  position: relative;
  padding: 15px 0;
  background: #f0faf0;
  color: #505050;
  text-align: center;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-display: block;
  font-size: 24px;
  border-radius: 5px;
}
.servise-content__tab__list__item a .on {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
  background: #00b351;
  color: #ffffff;
  font-family: "ab-gagaku-b", sans-serif;
  font-size: 26px;
  display: block;
  width: 100%;
  padding: 15px 0;
  border-radius: 5px;
}
.servise-content__tab__list__item a .off {
  transition: 0.3s;
}
.servise-content__tab__list__item a:hover .on {
  opacity: 1;
}
.servise-content__tab__list__item a:hover .off {
  opacity: 0;
}
.servise-content__tab__list__item a.onbtn .on {
  opacity: 1;
}
.servise-content__tab__list__item a.onbtn .off {
  opacity: 0;
}
.servise-content__tab__list__item a.onbtn:hover .on {
  opacity: 1;
}
.servise-content .first-img-area {
  margin-bottom: 85px;
}
.servise-content__titleicon {
  width: 30%;
  max-width: 50px;
  margin: auto;
}
.servise-content__section {
  padding-bottom: 85px;
  color: #505050;
}
.servise-content__section h2 {
  font-size: 24px;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: bold;
  margin-bottom: 60px;
  text-align: center;
}
.servise-content__section h2 span {
  color: #aede03;
  display: block;
  font-size: 26px;
  font-family: "ab-gagaku-b", sans-serif;
  margin-bottom: 7px;
}
.servise-content__section.greenzone h2 {
  padding-top: 50px;
}
.servise-content__section .read {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  line-height: 1.7em;
  text-align: center;
  margin-bottom: 115px;
}
.contactpage {
  font-weight: bold;
  max-width: 900px;
  width: 100%;
  margin: auto auto 250px auto;
}
.contactpage .caption {
  display: block;
  margin-bottom: 40px;
  font-size: 14px;
}
.contactpage__mail {
  margin-bottom: 100px;
}
.contactpage__mail dl {
  display: flex;
  align-items: start;
  font-size: 20px;
  margin-bottom: 30px;
}
.contactpage__mail dl:last-child {
  margin-bottom: 0px;
}
.contactpage__mail dl dt {
  width: 100%;
  max-width: 210px;
  align-items: start;
}
.contactpage__mail dl dt p {
  display: flex;
}
.contactpage__mail dl dt span {
  display: inline-block;
  margin-left: 10px;
}
.contactpage__mail dl dd {
  width: 100%;
}
.contactpage__mail dl dd input {
  width: 96%;
  border: 1px solid #808080;
  border-radius: 10px;
  padding: 1% 2%;
  min-height: 40px;
}
.contactpage__mail dl dd textarea {
  width: 96%;
  border: 1px solid #808080;
  border-radius: 10px;
  padding: 1% 2%;
  min-height: 160px;
  font-size: 14px;
  font-weight: 400;
}
.contactpage__mail__box p {
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  max-width: 560px;
  line-height: 1.5em;
  margin: auto;
}
.contactpage__mail__box p.line {
  text-decoration: underline;
}
.contactpage__mail__box .doui {
  text-align: center;
  font-size: 20px;
  margin-top: 55px;
  margin-bottom: 50px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contactpage__mail__box .doui span {
  font-size: 30px;
  display: inline-block;
  margin-right: 10px;
}
.contactpage__mail__box .contact__link {
  font-weight: bold;
  font-size: 20px;
  width: 100%;
  max-width: 560px;
  margin: auto;
  background: #00b351;
  color: #ffffff;
  padding: 20px 0;
  border: 1px solid #00b351;
  border-radius: 5px;
  transition: 0.3s;
  display: block;
  text-align: center;
}
.contactpage__mail__box .contact__link:hover {
  background: #ffffff;
  color: #00b351;
}

#topcontent section .top-content-wp .cont-wrap-area#sarvice {
  padding-top: 50px;
}

.header__element-menu ul li:first-child.current {
  background: #fff;
}

.header__element-menu ul li:first-child.current a {
  color: #505050;
}

.header__element-menu ul li.current {
  background: #00b351;
}

.header__element-menu ul li.current a {
  color: #fff;
}

.header__element-menu ul li.current a span {
  color: #fff;
}

.header__element-menu ul li.current:before {
  content: "•";
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  left: -6px;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  font-size: 27px;
  z-index: 9;
}

.header__element-menu ul li.current:after {
  color: #fff;
  font-size: 25px;
}

#visiting-nursing-pagezone .header__element-menu ul li.current a {
  color: #fff;
}

#visiting-nursing-pagezone .header__element-menu ul li.current a span {
  color: #fff;
}

#visiting-nursing-pagezone .header__element-menu ul li.current:before {
  content: "•";
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  left: -6px;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  font-size: 27px;
  z-index: 9;
}

#visiting-nursing-pagezone .header__element-menu ul li.current:after {
  color: #fff;
  font-size: 25px;
}

#visiting-nursing-pagezone .header__element-menu ul li.hovermenu ul li.current a {
  color: #505050;
}

#visiting-nursing-pagezone .header__element-menu ul li.hovermenu ul li.current a:hover {
  color: #00b351;
}

.header__element-menu ul li:first-child.current a {
  color: #505050 !important;
}

.header__element-menu ul li:first-child.current a span {
  color: #00b351 !important;
}

.foot-right-item ul li {
  padding-bottom: 136px !important;
  line-height: 1.4rem;
  font-size: 14px;
}

.foot-right-item ul .tol {
  padding-bottom: 40px !important;
}

.foot-right-item ul.minus {
  margin-left: -70px;
}

.foot-left-item p {
  line-height: 1.7rem;
}

.servise-content__section#section__a {
  padding-bottom: 0px;
}

.main-texit .texit-p.scription {
  position: relative;
  margin-left: 20px;
  font-size: 16px;
  line-height: 2em;
  margin-bottom: 30px;
}
.main-texit .texit-p.scription:last-child {
  margin-bottom: 0px;
}
.main-texit .texit-p.scription:before {
  content: "●";
  position: absolute;
  top: 0;
  left: -20px;
}
.main-texit .texit-p.scription span {
  display: block;
  margin-top: 10px;
  margin-left: 17px;
  position: relative;
  font-size: 14px;
  line-height: 1.5em;
}
.main-texit .texit-p.scription span:before {
  content: "→";
  position: absolute;
  top: 0;
  left: -17px;
}

.station-single-wp .single-img-area {
  justify-content: left;
}
.station-single-wp .single-img-area img {
  width: 24.2%;
  margin-right: 1%;
  margin-bottom: 1%;
}
.station-single-wp .single-img-area img:nth-child(4) {
  margin-right: 0px;
}

.backbtn {
  padding: 10px 0;
  width: 60%;
  max-width: 500px;
  text-align: center;
  display: block;
  margin: 100px auto auto auto;
  border: 1px solid #00b351;
  border-radius: 10px;
  color: #00b351;
  transition: 0.3s;
  font-weight: bold;
}
.backbtn:hover {
  background: #00b351;
  color: #ffffff;
}

.item-texit__infomation {
  margin-bottom: 30px;
}
.item-texit__infomation p {
  margin-left: 20px;
}

@media only screen and (max-width: 680px) {
  .map-flrex-area {
    width: 100%;
    display: block;
    margin-bottom: 20%;
  }
}
.map-flrex-area .imgarea {
  width: 48%;
}
.map-flrex-area .imgarea img {
  width: 100% !important;
  height: auto;
}
@media only screen and (max-width: 680px) {
  .map-flrex-area .imgarea {
    width: 100%;
  }
}
.map-flrex-area .iframearea {
  width: 48%;
  position: relative;
  padding-top: 35%;
}
@media only screen and (max-width: 680px) {
  .map-flrex-area .iframearea {
    width: 100%;
    padding-top: 75%;
  }
}
.map-flrex-area .iframearea iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.contactpage__mail__box .doui span.last label {
  text-align: center;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contactpage__mail__box .doui span.last label .wpcf7-list-item-label {
  font-size: 20px;
}
.contactpage__mail__box .doui span.last label input {
  font-size: 30px;
  display: inline-block;
  margin-right: 10px;
}
.contactpage__mail__box .confirmation {
  font-weight: bold;
  font-size: 20px;
  width: 100%;
  max-width: 560px;
  margin: auto;
  background: #00b351;
  color: #ffffff;
  padding: 20px 0;
  border: 1px solid #00b351;
  border-radius: 5px;
  transition: 0.3s;
  display: block;
  text-align: center;
}

.header__element-menu ul li.current:before {
  display: none;
}

#recruit-content {
  margin-bottom: 200px;
}

.pagewrap .contactpage__mail.multistep {
  max-width: 820px;
  margin: auto;
}
.pagewrap .contactpage__mail.multistep dl {
  align-items: start;
  border-bottom: 1px solid #808080;
}
.pagewrap .contactpage__mail.multistep dl input {
  width: 96%;
  border: none !important;
  border-radius: 0px;
  padding: 0% 2% 1% 2%;
  min-height: 40px;
}
.pagewrap .contactpage__mail.multistep dl textarea {
  width: 96%;
  border: none !important;
  border-radius: 0px;
  padding: 0% 2% 1% 2%;
  min-height: 40px;
}

.btnbackor p {
  display: flex;
  justify-content: center;
}
.btnbackor p input {
  font-weight: bold;
  font-size: 20px;
  width: 45%;
  max-width: 200px;
  margin: 100px 10px auto 10px;
  background: #00b351;
  color: #ffffff;
  padding: 10px 0;
  border: 1px solid #00b351;
  border-radius: 5px;
  transition: 0.3s;
  display: block;
  text-align: center;
}

.contact-thanks {
  min-height: 300px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.contact-thanks p {
  font-size: 16px;
  line-height: 2em;
  font-weight: bold;
  color: #00b351;
  text-align: center;
}

.foot-right-item ul li a:hover {
  color: #00b351;
}

.view__flexarea {
  display: flex;
  justify-content: right;
}

.recruit-content .view-more {
  margin-left: 10px;
  max-width: 135px;
}
.recruit-content .view-more a {
  padding: 10px 0;
  text-align: center;
  border-radius: 999px;
  background: #00b351;
  border: 1px solid #00b351;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  font-size: 14px;
}
.recruit-content .view-more a:before {
  content: "＞";
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  left: 90%;
  transform: translate(-50%, -50%) scale(0.8, 1.3);
  -webkit-transform: translate(-50%, -50%) scale(0.8, 1.3);
  -ms-transform: translate(-50%, -50%) scale(0.8, 1.3);
}
.recruit-content .view-more a:hover {
  background: #ffffff;
  color: #00b351;
}

.topics-item {
  align-items: start;
}

.step-cont-area .step-flex .flexarea {
  display: flex;
  align-items: center;
}
.step-cont-area .step-flex .flexarea .step-box {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 18px;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  color: #00b351;
  display: inline-block;
  padding: 20px;
  background: #fff;
  border: 1px solid #00b351;
  border-radius: 10px;
  margin-right: 15px;
}
.step-cont-area .step-flex .flexarea .step-box02 {
  padding: 10px 50px;
}
.step-cont-area #step-item1 .step-box02 {
  margin-left: 15px;
}
.step-cont-area #step-item1 .step-box:nth-child(2) {
  padding: 10px 50px;
}
.step-cont-area #step-item2 {
  display: block;
}
.step-cont-area #step-item2 .step-box {
  margin-top: auto;
  margin-bottom: auto;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  display: inline-block;
  padding: 30px 40px;
  background: #fff;
  border: 1px solid #00b351;
  border-radius: 10px;
  margin-right: 15px;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}
.step-cont-area #step-item2 .step-box p {
  margin-top: 0;
  width: 230px;
  text-align: left;
  font-size: 100%;
  line-height: 1.5em;
}
.step-cont-area #step-item2 .step-box p.box02 {
  width: 310px;
}
.step-cont-area #step-item2 .step-box p span {
  display: block;
  padding: 10px 0;
  background: #f0faf0;
  font-size: 20px;
  width: 230px;
  border-radius: 15px;
  margin-bottom: 5px;
  text-align: center;
  color: #00b351;
}
.step-cont-area #step-item2 .step-box .plus {
  display: block;
  margin: 20px;
}
.step-cont-area .flex-area {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.step-cont-area #step-item3 .flex-area {
  display: flex;
  font-size: 20px;
  font-weight: bold;
  align-items: center;
  margin-bottom: 20px;
}
.step-cont-area #step-item4 .flex-area {
  margin-top: 20px;
}
.step-cont-area #step-item4 .flex-area .greenbox {
  padding: 15px;
}
.step-cont-area #step-item4 .flex-area.box01 {
  margin-right: 30px;
}
.step-cont-area #step-item4 .flex-area.box02 .greenbox {
  padding: 35px 15px !important;
}
.step-cont-area .greenbox {
  margin-top: auto;
  margin-bottom: auto;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  display: inline-block;
  padding: 10px 20px !important;
  background: #aede03;
  color: #fff;
  border-radius: 10px;
  margin-right: 15px;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  margin: 0 10px;
}

.pdflink {
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  display: inline-block;
  padding: 15px 0;
  width: 90%;
  font-size: 20px;
  max-width: 600px;
  background: #00b351;
  color: #fff;
  border-radius: 9999px;
  margin-right: 15px;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  margin: 20px auto;
}

.dayli-content-area .map-area {
  display: block;
  width: 90%;
  max-width: 500px;
  margin: 65px auto auto;
  text-align: center;
}
.dayli-content-area .map-area img {
  width: 100%;
  margin-bottom: 25px;
}

.station-item .st-title {
  font-size: 18px !important;
}

.station-flex-area {
  gap: 30px;
}

.sarvice-flex-area {
  gap: 15px;
}

.sarvice-flex-area .item-img {
  width: 90%;
  margin: auto;
}

@media only screen and (max-width: 680px) {
  body {
    line-height: 1.5em;
  }
}
.servise-content__section h2 span {
  margin-bottom: 15px;
}

@media (max-width: 1000px) {
  .Btn-navi {
    background: #00b351;
  }
  .navi {
    left: 0%;
    opacity: 0;
    transition: 0.5s;
    pointer-events: none;
    background: #f0faf0;
  }
  .navi a {
    color: #00b351;
  }
  .navi.open {
    opacity: 1;
    pointer-events: initial;
    width: 100%;
  }
  .header__element-menu {
    display: none;
  }
}
@media (max-width: 1000px) and (max-width: 768px) {
  .header .header__element-flex {
    display: block;
    margin: 0;
  }
  .header .header__element-flex h1 {
    width: 50%;
    margin: auto;
  }
  .header .header__element-flex .header__element-flex-tel {
    display: none;
  }
}
@media (max-width: 1000px) {
  #topcontent {
    font-size: 1.5vw;
  }
  #topcontent a {
    font-size: 1.5vw;
  }
}
@media (max-width: 1000px) and (max-width: 768px) {
  #topcontent {
    font-size: 3vw;
  }
  #topcontent a {
    font-size: 3vw;
  }
}
@media (max-width: 1000px) and (max-width: 1000px) {
  #topcontent .top-content-wp .cont-wrap-area {
    padding-top: 15%;
  }
}
@media (max-width: 1000px) {
  #topcontent .cont-title-area {
    margin-bottom: 10%;
  }
  #topcontent .cont-title-area .gren-title {
    font-size: 3.5vw;
  }
  #topcontent .cont-title-area .section-title {
    font-size: 5vw;
  }
  #topcontent .gren-icon-area img {
    margin: 10% auto;
  }
  #topcontent .cont-wrap-area#message .message-texit {
    margin-top: 0;
  }
  #topcontent .cont-wrap-area#sarvice {
    padding-top: 10%;
  }
  #topcontent .cont-wrap-area#sarvice .sarvice-flex-area {
    margin-top: 0;
    display: block;
  }
  #topcontent .cont-wrap-area#sarvice .sarvice-item {
    width: 90%;
    border-radius: 5%;
    padding: 5%;
    margin-bottom: 5%;
  }
  #topcontent .cont-wrap-area#sarvice .sarvice-item:last-child {
    margin-bottom: 0;
  }
  #topcontent .cont-wrap-area#sarvice .sarvice-item .sv-gren {
    font-size: 3.5vw;
    margin-top: 0px;
    margin-bottom: 2%;
  }
}
@media (max-width: 1000px) and (max-width: 480px) {
  #topcontent .cont-wrap-area#sarvice .sarvice-item .sv-gren {
    font-size: 5vw;
  }
}
@media (max-width: 1000px) {
  #topcontent .cont-wrap-area#sarvice .sarvice-item .sv-title {
    font-size: 3.5vw;
    margin-bottom: 5%;
  }
}
@media (max-width: 1000px) and (max-width: 480px) {
  #topcontent .cont-wrap-area#sarvice .sarvice-item .sv-title {
    font-size: 5vw;
  }
}
@media (max-width: 1000px) {
  #topcontent .cont-wrap-area#sarvice .sarvice-item .sv-texit {
    margin-top: 5%;
    margin-bottom: 5%;
    line-height: 1.5em;
  }
  #topcontent .cont-wrap-area#station {
    padding-top: 0;
  }
  #topcontent .cont-wrap-area#station .station-flex-area {
    margin-top: 0px;
    display: block;
  }
  #topcontent .cont-wrap-area#station .station-item {
    width: 100%;
    margin-bottom: 5%;
  }
  #topcontent .cont-wrap-area#station .station-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0px;
  }
  #topcontent .cont-wrap-area#station .station-item .st-texit-flex {
    align-items: center;
    justify-content: center;
    margin-bottom: 5%;
  }
  #topcontent .cont-wrap-area#station .station-item .st-texit-flex .st-gren {
    font-size: 3vw;
    margin: 0;
  }
  #topcontent .cont-wrap-area#station .station-item .st-texit-flex .st-title {
    font-size: 4vw;
    margin: 0 0 0 3%;
  }
  #topcontent .cont-wrap-area#station .station-item .st-texit {
    width: 100%;
    margin: auto;
    margin-top: 5%;
    margin-bottom: 5%;
  }
  #topcontent .cont-wrap-area#link {
    padding-top: 0%;
  }
  #topcontent .cont-wrap-area#link .link-area {
    margin-top: 0px;
    padding-bottom: 20%;
  }
  #topcontent .top-information-section {
    padding-top: 0;
  }
  #topcontent .top-information-section .info-list-area {
    margin-top: 0;
    margin-bottom: 10%;
  }
  #topcontent .top-information-section .info-list-area ul li {
    margin-bottom: 5%;
  }
  #topcontent .top-information-section .info-list-area ul li:last-child {
    margin-bottom: 0;
  }
  #topcontent .top-information-section .info-list-area ul li a {
    display: block;
  }
  #topcontent .top-information-section .info-list-area ul li a .category {
    width: auto;
    display: inline-block;
    font-size: 3vw;
    margin-bottom: 0%;
    padding: 1% 5%;
  }
  #topcontent .top-information-section .info-list-area ul li a .info-cont {
    width: 100%;
    display: block;
    font-size: 3vw;
    padding: 2% 0;
  }
  #topcontent .top-information-section .info-list-area ul li a .info-cont .days {
    width: 100%;
  }
  #topcontent .top-information-section .info-list-area ul li.nolink {
    display: block;
  }
  #topcontent .top-information-section .info-list-area ul li.nolink .category {
    width: auto;
    display: inline-block;
    font-size: 3vw;
    margin-bottom: 0%;
    padding: 1% 5%;
  }
  #topcontent .top-information-section .info-list-area ul li.nolink .info-cont {
    width: 100%;
    display: block;
    font-size: 3vw;
    padding: 2% 0;
  }
  #topcontent .top-information-section .info-list-area ul li.nolink .info-cont .days {
    width: 100%;
  }
  #topcontent .top-information-section .view-more a {
    margin: auto;
    max-width: 35%;
  }
}
@media (max-width: 1000px) and (max-width: 480px) {
  #topcontent .cont-title-area {
    margin-bottom: 10%;
  }
  #topcontent .cont-title-area .gren-title {
    font-size: 5vw;
    margin-bottom: 3%;
  }
  #topcontent .cont-title-area .section-title {
    font-size: 7vw;
  }
  #topcontent .view-more a {
    margin: auto;
    max-width: 35%;
  }
  #topcontent .top-links-section .link-area a {
    width: 55%;
  }
}

@media (max-width: 1000px) {
  header {
    font-size: 1.5vw;
  }
  header a {
    font-size: 1.5vw;
  }
  header .navi__title {
    width: 50%;
    margin: auto auto 10%;
  }
  header ul li a {
    padding-bottom: 1%;
    border-bottom: 1px solid #aede03;
    margin: auto auto 3.5%;
    font-weight: bold;
    letter-spacing: 3px;
    font-size: 2vw;
    line-height: 1.7em;
  }
  header ul li a span {
    display: block;
    color: #333;
    font-size: 3vw;
    font-weight: bold;
    line-height: 1.5em;
  }
  header .navi.open .header__element-flex-tel {
    width: 90%;
    max-width: 90%;
    margin: 15% auto auto;
  }
  header .navi.open .header__element-flex-tel .telnom {
    margin-top: 5%;
  }
}
@media (max-width: 768px) {
  header {
    font-size: 3vw;
  }
  header a {
    font-size: 3vw;
  }
}

@media (max-width: 1000px) {
  footer {
    font-size: 1.5vw;
  }
  footer a {
    font-size: 1.5vw;
  }
  footer .footer-content-area {
    display: block;
  }
  footer .footer-content-area .foot-right-item {
    display: none;
  }
  footer .footer-content-area .foot-left-item {
    text-align: center;
    padding-top: 10%;
    margin: auto;
  }
  footer .footer-content-area .foot-left-item p {
    font-size: 3.5vw;
    line-height: 1.7em;
  }
  footer .footer-content-area .foot-left-item .f14 {
    font-size: 3vw;
    padding-top: 5%;
    padding-bottom: 5%;
    font-weight: 500;
  }
}
@media (max-width: 768px) {
  footer {
    font-size: 3vw;
  }
  footer a {
    font-size: 3vw;
  }
  footer .footer-section .copyright {
    font-size: 2.5vw;
  }
}

@media (max-width: 1000px) {
  .page-wrapcontent {
    font-size: 1.5vw;
  }
  .page-wrapcontent a {
    font-size: 1.5vw;
  }
}
@media (max-width: 768px) {
  .page-wrapcontent {
    width: 90%;
    margin: auto;
    font-size: 3vw;
  }
  .page-wrapcontent a {
    font-size: 3vw;
  }
  .page-wrapcontent .cont-title-area .gren-title {
    font-size: 3.5vw;
  }
  .page-wrapcontent .cont-title-area .section-title {
    margin-bottom: 10%;
    font-size: 5vw;
    line-height: 1.7em;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .page-wrapcontent .cont-title-area .section-title {
    font-size: 7vw;
  }
  .page-wrapcontent .cont-title-area .section-title .gren-title {
    font-size: 5vw;
  }
}
@media (max-width: 768px) {
  .page-wrapcontent .cont-subtitle-area {
    padding-top: 0%;
    margin-bottom: 5%;
  }
  .page-wrapcontent .cont-subtitle-area .gren-title {
    font-size: 3.5vw;
    margin-bottom: 15px;
  }
  .page-wrapcontent .cont-subtitle-area .section-title {
    margin-bottom: 10%;
    font-size: 5vw;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .page-wrapcontent .cont-subtitle-area .section-title {
    font-size: 7vw;
  }
  .page-wrapcontent .cont-subtitle-area .section-title .gren-title {
    font-size: 5vw;
  }
}
@media (max-width: 768px) {
  .page-wrapcontent .blead {
    margin: auto auto 10% auto;
  }
  .page-wrapcontent .blead li {
    font-size: 3vw;
  }
  .page-wrapcontent img {
    width: auto !important;
    max-width: 100%;
    height: auto;
  }
  .page-wrapcontent .gren-icon-area img {
    margin: 10% auto;
  }
  .page-wrapcontent#service-group {
    width: 100%;
  }
  .page-wrapcontent#service-group .servise-content__tab__list {
    display: block;
  }
  .page-wrapcontent#service-group .servise-content__tab__list .servise-content__tab__list__item {
    width: 90%;
    margin: auto auto 5% auto;
  }
  .page-wrapcontent#service-group .servise-content__tab__list .servise-content__tab__list__item:last-child {
    margin-bottom: 0;
  }
  .page-wrapcontent#service-group .first-img-area {
    margin-bottom: 10%;
  }
  .page-wrapcontent#recruit-content {
    width: 100%;
  }
  .page-wrapcontent#recruit-content .servise-content__tab__list {
    display: block;
  }
  .page-wrapcontent#recruit-content .servise-content__tab__list .servise-content__tab__list__item {
    width: 90%;
    margin: auto auto 5% auto;
  }
  .page-wrapcontent#recruit-content .servise-content__tab__list .servise-content__tab__list__item:last-child {
    margin-bottom: 0;
  }
  .page-wrapcontent#recruit-content .first-img-area {
    margin-bottom: 10%;
  }
  .page-wrapcontent#recruit-content .servise-content__section {
    padding-bottom: 20%;
  }
  .page-wrapcontent#recruit-content .servise-content__section h2 {
    margin-bottom: 10%;
    font-size: 5vw;
  }
  .page-wrapcontent#recruit-content .servise-content__section h2 span {
    font-size: 3.5vw;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .page-wrapcontent#recruit-content .servise-content__section h2 {
    font-size: 7vw;
  }
  .page-wrapcontent#recruit-content .servise-content__section h2 span {
    font-size: 5vw;
  }
}
@media (max-width: 768px) {
  .page-wrapcontent#recruit-content .servise-content__section.greenzone h2 {
    padding-top: 0;
  }
  .page-wrapcontent#recruit-content .servise-content__section .read {
    width: 90%;
    margin: auto auto 0;
  }
  .page-wrapcontent#recruit-content .cont-subtitle-area {
    padding-bottom: 0px;
    padding-top: 20%;
  }
  .page-wrapcontent#recruit-content .cont-subtitle-area .gren-title {
    font-size: 3.5vw;
    margin-bottom: 15px;
  }
  .page-wrapcontent#recruit-content .cont-subtitle-area .section-title {
    margin-bottom: 10%;
    font-size: 5vw;
  }
  .page-wrapcontent#recruit-content .cont-subtitle-area span {
    font-size: 3.5vw;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .page-wrapcontent#recruit-content .cont-subtitle-area .section-title {
    font-size: 7vw;
  }
  .page-wrapcontent#recruit-content .cont-subtitle-area .section-title .gren-title {
    font-size: 5vw;
  }
}
@media (max-width: 768px) {
  .page-wrapcontent#recruit-content .step-cont-area .step-flex {
    display: flex;
    padding: 2%;
    align-items: center;
  }
  .page-wrapcontent#recruit-content .step-cont-area .item-box p {
    font-size: 3.5vw;
  }
  .page-wrapcontent#recruit-content .step-cont-area .item-box p br {
    display: none;
  }
  .page-wrapcontent#recruit-content .step-cont-area .item-texit p {
    font-size: 3.5vw;
    margin-top: 0px;
  }
  .page-wrapcontent#recruit-content .step-cont-area .item-texit p br {
    display: none;
  }
  .page-wrapcontent#recruit-content .step-cont-area .item-texit p br.sp-zone {
    display: none;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .page-wrapcontent#recruit-content .step-cont-area img {
    padding: 2%;
    height: 75%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .page-wrapcontent#recruit-content #topicscontent .cont-subtitle-area {
    padding-top: 0%;
  }
  .page-wrapcontent#recruit-content #topicscontent .cont-subtitle-area .gren-title {
    font-size: 3.5vw;
    margin-bottom: 15px;
  }
  .page-wrapcontent#recruit-content #topicscontent .cont-subtitle-area .section-title {
    margin-bottom: 10%;
    font-size: 5vw;
  }
  .page-wrapcontent#recruit-content #topicscontent .cont-subtitle-area span {
    font-size: 3.5vw;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .page-wrapcontent#recruit-content #topicscontent .cont-subtitle-area .section-title {
    font-size: 7vw;
  }
  .page-wrapcontent#recruit-content #topicscontent .cont-subtitle-area .section-title .gren-title {
    font-size: 5vw;
  }
}
@media (max-width: 768px) {
  .page-wrapcontent#recruit-content #topicscontent .topics-item {
    margin-bottom: 5%;
  }
  .page-wrapcontent#recruit-content #topicscontent .topics-item :last-child {
    padding-bottom: 0%;
    margin-bottom: 0%;
  }
  .page-wrapcontent#recruit-content #topicscontent .topics-texit {
    margin-top: 5%;
    width: 100%;
  }
  .page-wrapcontent#recruit-content .nursing-texit .nursing-texit-title {
    font-size: 3.5vw;
    margin-bottom: 5%;
  }
  .page-wrapcontent#recruit-content .topics-item {
    display: block;
  }
  .page-wrapcontent#recruit-content .loca-content {
    display: block;
  }
  .page-wrapcontent#recruit-content .loca-content .loca-item img {
    width: 100% !important;
  }
  .page-wrapcontent#overview-content {
    width: 100%;
  }
  .page-wrapcontent#overview-content .over-corp-section .map-flrex-area {
    display: block;
  }
  .page-wrapcontent#overview-content .cont-title-area {
    margin-top: 0px;
    margin-bottom: 10%;
  }
  .page-wrapcontent#overview-content .cont-subtitle-area {
    padding-top: 0%;
    margin-bottom: 5%;
  }
  .page-wrapcontent#overview-content .cont-subtitle-area .gren-title {
    font-size: 3.5vw;
    margin-bottom: 15px;
  }
  .page-wrapcontent#overview-content .cont-subtitle-area .section-title {
    margin-bottom: 10%;
    font-size: 5vw;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .page-wrapcontent#overview-content .cont-subtitle-area .section-title {
    font-size: 7vw;
  }
  .page-wrapcontent#overview-content .cont-subtitle-area .section-title .gren-title {
    font-size: 5vw;
  }
}
@media (max-width: 768px) {
  .page-wrapcontent#overview-content .philosophy-area {
    margin-top: 0%;
  }
  .page-wrapcontent#overview-content .over-massage-section {
    padding: 20% 0;
  }
  .page-wrapcontent#overview-content .over-massage-section .over-messa-flex {
    display: block;
    margin: auto;
    width: 90%;
  }
  .page-wrapcontent#overview-content .over-massage-section .over-messa-flex .messa-left {
    margin-bottom: 10%;
  }
  .page-wrapcontent#overview-content .over-massage-section .over-messa-flex .messa-right p {
    margin-top: 3%;
  }
  .page-wrapcontent#overview-content .corp-item-area {
    width: 90%;
    margin-top: 0;
    margin-bottom: 10%;
  }
  .page-wrapcontent#overview-content .map-flrex-area {
    width: 90%;
  }
  .page-wrapcontent#overview-content .map-flrex-area img {
    margin-bottom: 5%;
  }
  .page-wrapcontent#overview-content .map-flrex-area iframe {
    width: 100%;
  }
  .page-wrapcontent#overview-content .over-biz-section {
    padding: 20% 0;
  }
  .page-wrapcontent#overview-content .over-biz-section .over-content-wp {
    width: 90%;
    margin: auto;
  }
  .page-wrapcontent#overview-content .over-biz-section .over-content-wp .over-biz-texit {
    width: 100%;
    margin-bottom: 5%;
  }
  .page-wrapcontent#station-content {
    padding-bottom: 5%;
  }
  .page-wrapcontent#station-content .over-content-wp {
    width: 100%;
  }
  .page-wrapcontent#station-content .cont-subtitle-area {
    padding-bottom: 0%;
  }
  .page-wrapcontent#station-content .map-flrex-area {
    display: block;
  }
  .page-wrapcontent#station-content .map-flrex-area iframe {
    margin-top: 10%;
    width: 100%;
  }
  .page-wrapcontent#station-content .station-item-area {
    margin-top: 5%;
  }
  .page-wrapcontent .recruit-first-section .recruit-content-wp .cont-title-area {
    padding-top: 0px;
    padding-bottom: 10%;
  }
  .page-wrapcontent .recruit-item-section {
    padding-top: 0px;
    width: 90%;
    margin: auto auto 10% auto;
  }
  .page-wrapcontent .recruit-item-section:last-child {
    margin-bottom: 0;
  }
  .page-wrapcontent .recruit-item-section .recruit-item-title {
    display: block;
    margin-bottom: 5%;
  }
  .page-wrapcontent .recruit-item-section .recruit-item-title .title {
    font-size: 5vw;
    padding: 0 0 5%;
  }
  .page-wrapcontent .recruit-item-section .recruit-item-title .category {
    display: inline-block;
    font-size: 3vw;
  }
  .page-wrapcontent .recruit-item-section .view-more {
    width: 35%;
    margin: 0 auto;
  }
  .page-wrapcontent .recruit-item-area .item-flex {
    display: block;
    margin-bottom: 5%;
    padding-bottom: 1%;
    border-bottom: 1px solid #aede03;
  }
  .page-wrapcontent .recruit-item-area .item-flex .space {
    width: 100%;
    margin-bottom: 1%;
    float: none;
    padding-left: 0;
    font-weight: bold;
  }
  .page-wrapcontent .recruit-item-area .item-flex .left {
    width: 100%;
    margin-bottom: 1%;
    float: none;
    padding-left: 0;
    font-weight: bold;
  }
  .page-wrapcontent .recruit-item-area .item-flex .right {
    width: 100%;
    float: none;
  }
}
@media (max-width: 480px) {
  .page-wrapcontent .blead {
    margin: auto auto 10% auto;
  }
  .page-wrapcontent .blead li {
    font-size: 3vw;
  }
  .page-wrapcontent h1.cont-title-area {
    padding-top: 0 !important;
    padding-bottom: 0% !important;
  }
  .page-wrapcontent h1.cont-title-area .section-title {
    margin-bottom: 10%;
    font-size: 7vw;
  }
  .page-wrapcontent h1.cont-title-area .gren-title {
    font-size: 5vw;
    margin-bottom: 5%;
  }
}

@media (max-width: 1000px) {
  .pagewrap {
    font-size: 1.5vw;
  }
  .pagewrap a {
    font-size: 1.5vw;
  }
}
@media (max-width: 768px) {
  .pagewrap {
    font-size: 3vw;
  }
  .pagewrap a {
    font-size: 3vw;
  }
  .pagewrap h1 {
    margin-bottom: 10%;
    font-size: 5vw;
  }
  .pagewrap h1 span {
    font-size: 3.5vw;
  }
  .pagewrap .blead {
    margin: auto auto 10% auto;
  }
  .pagewrap .blead li {
    font-size: 3vw;
  }
  .pagewrap .informationarchive {
    display: block;
    margin-top: 0;
    margin-bottom: 10%;
  }
  .pagewrap .informationarchive__list li {
    margin-bottom: 10%;
  }
  .pagewrap .informationarchive__list li:last-child {
    margin-bottom: 0;
  }
  .pagewrap .informationarchive__list li a {
    display: block;
  }
  .pagewrap .informationarchive__list li a .categoryicon {
    width: auto;
    display: inline-block;
    font-size: 3vw;
    margin-bottom: 0%;
    padding: 1% 5%;
  }
  .pagewrap .informationarchive__list li a .title {
    width: 100%;
    display: block;
    font-size: 3vw;
    padding: 2% 0;
  }
  .pagewrap .informationarchive__list li a .title .time {
    width: 100%;
    margin-left: 0px;
  }
  .pagewrap .informationarchive__list li .nolink {
    display: block;
  }
  .pagewrap .informationarchive__list li .nolink .categoryicon {
    width: auto;
    display: inline-block;
    font-size: 3vw;
    margin-bottom: 0%;
    padding: 1% 5%;
  }
  .pagewrap .informationarchive__list li .nolink .title {
    width: 100%;
    display: block;
    font-size: 3vw;
    padding: 2% 0;
  }
  .pagewrap .informationarchive__list li .nolink .title .time {
    width: 100%;
  }
  .pagewrap .informationarchive__old h2 {
    font-size: 4.5vw;
    padding-bottom: 1%;
    border-bottom: 1px solid #aede03;
  }
  .pagewrap .informationarchive__old ul li {
    font-size: 3.5vw;
    padding-bottom: 1%;
    margin-bottom: 5%;
    border-bottom: 1px solid #efefef;
  }
  .pagewrap .information__single--mainphoto .photo {
    margin-bottom: 10%;
  }
  .pagewrap .information__single--information {
    margin: auto auto 20% auto;
  }
  .pagewrap .information__single--information .category {
    padding: 1% 5%;
    margin-bottom: 5%;
  }
  .pagewrap .information__single--information h2 {
    font-size: 5vw;
    margin-bottom: 10%;
  }
  .pagewrap .information__single--information h2 span {
    font-size: 3.5vw;
  }
  .pagewrap .information__single--information .read {
    margin-bottom: 5%;
  }
  .pagewrap .information__single--content p {
    margin-bottom: 3%;
  }
}
@media (max-width: 480px) {
  .pagewrap h1 {
    margin-bottom: 10%;
    font-size: 7vw;
  }
  .pagewrap h1 span {
    font-size: 5vw;
    margin-bottom: 5%;
  }
}
.pagewrap .contactpage__mail {
  width: 90%;
}
@media (max-width: 768px) {
  .pagewrap .contactpage__mail .caption {
    margin-bottom: 10%;
    font-size: 3vw;
  }
  .pagewrap .contactpage__mail dl {
    display: block;
    font-size: 3vw;
    margin-bottom: 10%;
  }
  .pagewrap .contactpage__mail dl dt {
    width: 100%;
    max-width: 100%;
    margin-bottom: 3%;
  }
}
.pagewrap .contactpage__mail__box {
  width: 90%;
  margin: auto;
}

@media (max-width: 768px) {
  .privacy-content-area {
    margin-bottom: 20%;
    width: 100%;
  }
  .privacy-content-area .cont-title-area {
    margin-top: 0px;
    margin-bottom: 10%;
  }
}

@media (max-width: 768px) {
  .regulation-btns .btn {
    width: 100%;
    margin-bottom: 5%;
  }
}

@media (max-width: 768px) {
  #guidelines01-pagezone .regulation-content-area {
    margin-bottom: 20%;
    width: 100%;
    padding-bottom: 0px;
  }
  #guidelines01-pagezone .regulation-content-area .cont-title-area {
    margin-top: 0px;
    margin-bottom: 10%;
  }
}

@media (max-width: 768px) {
  #guidelines02-pagezone .regulation-content-area {
    margin-bottom: 20%;
    width: 100%;
    padding-bottom: 0px;
  }
  #guidelines02-pagezone .regulation-content-area .cont-title-area {
    margin-top: 0px;
    margin-bottom: 10%;
  }
}

@media (max-width: 768px) {
  #guidelines03-pagezone .regulation-content-area {
    margin-bottom: 20%;
    width: 100%;
    padding-bottom: 0px;
  }
  #guidelines03-pagezone .regulation-content-area .cont-title-area {
    margin-top: 0px;
    margin-bottom: 10%;
  }
}

@media (max-width: 768px) {
  .step-cont-area .item-texit img {
    height: auto;
    width: auto;
  }
  .step-cont-area #step-item2 .step-box {
    display: block;
  }
  .step-cont-area #step-item2 .step-box p {
    width: auto;
  }
  .step-cont-area #step-item2 .step-box p.box02 {
    width: auto;
  }
  .step-cont-area #step-item2 .step-box p span {
    width: auto;
  }
  .step-cont-area .step-flex .flexarea {
    display: block;
    margin: 20px 0;
  }
  .step-cont-area .step-flex .flexarea .step-box {
    padding: 20px 50px;
    width: 100%;
    margin-right: 0;
  }
  .step-cont-area #step-item1 .step-box:nth-child(2) {
    padding: 20px 50px;
    margin-left: 0;
  }
  .step-cont-area #step-item3 .flex-area {
    display: block;
    font-size: 110%;
    text-align: center;
    margin-top: 15px;
  }
  .step-cont-area .greenbox {
    margin: 10px 0;
  }
  .step-cont-area #step-item4 .flex-area.box01 {
    margin-right: 0;
  }
  .step-cont-area .flex-area .greenbox {
    margin-right: 10px;
  }
  .step-cont-area #step-item4 .flex-area.box02 .greenbox {
    padding: 15px;
  }
  .step-cont-area .step-flex.item-texit {
    text-align: center;
  }
  .step-cont-area #step-item4 .step-flex.item-texit {
    display: flex;
  }
  .step-cont-area #step-item4 .step-flex.item-texit {
    margin-left: 0px;
  }
}
.step-cont-area .step-flex .flexarea .step-box {
  padding: 20px 0px;
  width: 180px;
}

.step-cont-area .step-flex .flexarea .step-box02 {
  padding: 10px 0px;
  width: 180px;
}

.step-cont-area #step-item4 .flex-area .greenbox {
  padding: 21.2px 26px !important;
}

.step-cont-area #step-item4 .flex-area.box02 .greenbox {
  padding: 40.4px 26px !important;
}/*# sourceMappingURL=media_new.css.map */