@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;
}/*# sourceMappingURL=basic.css.map */