@charset "UTF-8";
/** breakPoint **/
*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

* {
  scroll-behavior: auto !important;
}

* {
  margin: 0;
  padding: 0;
}

.u-pc {
  display: block !important;
}

.u-sp {
  display: none !important;
}
.btn-download__wrapper {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 24px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.btn-download {
  color: #fff;
  background-color: #e95377;
  border: none;
  border-radius: 13px;
  padding: 15px;
  cursor: pointer;
  transition: all 0.5s;
  width: 390px;
}
.btn-download-register {
  background-color: #f08300;
  width: 390px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .btn-download__wrapper {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .btn-download {
    border-radius: 5px;
    padding: 5px;
    width: 245px;
  }
  .btn-download-register {
    width: 245px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .u-pc {
    display: none !important;
  }
  .u-sp {
    display: block !important;
  }
}
.u-inner {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .u-inner {
    max-width: 100%;
    padding: 0 20px;
  }
}

.u-ml10 {
  margin-left: 10px;
}

.u-ml20 {
  margin-left: 20px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt50 {
  margin-top: 50px;
}

a {
  color: inherit;
  text-decoration: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
}

.l-header {
  padding: 20px;
  position: relative;
  background: linear-gradient(to bottom, #9fd9f6, #fff);
  /* デフォルトのbuttonスタイルをリセット */
  /* 以下、ハンバーガーボタン */
  /* 以下、ハンバーガーメニュー */
  /* メニューオープン時 */
}
.l-header.guidance {
  background: linear-gradient(to bottom, #9fd9f6, #fff 15vh);
}
@media screen and (max-width: 768px) {
  .l-header.guidance {
    background: linear-gradient(to bottom, #9fd9f6, #fff 10vh);
  }
}
.l-header__inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding-left: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.l-header__inner.guidance {
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    padding-left: 0;
    justify-content: center;
  }
}
.l-header__top {
  width: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(50% - 350px);
}
@media screen and (max-width: 768px) {
  .l-header__top {
    display: none;
  }
}
@media screen and (min-width: 800px) {
  .l-header__top {
    left: calc(50% - 400px);
  }
}
@media screen and (min-width: 900px) {
  .l-header__top {
    left: calc(50% - 450px);
  }
}
@media screen and (min-width: 1000px) {
  .l-header__top {
    left: calc(50% - 500px);
  }
}
@media screen and (min-width: 1100px) {
  .l-header__top {
    width: 70px;
    left: calc(50% - 550px);
  }
}
@media screen and (min-width: 1200px) {
  .l-header__top {
    left: calc(50% - 600px);
  }
}
.l-header__logo {
  width: 70%;
  max-width: 820px;
}
.l-header__logo-sp {
  width: 80%;
}
@media screen and (max-width: 450px) {
  .l-header__logo-sp {
    width: 60%;
  }
}
.l-header__box {
  width: 20%;
  max-width: 210px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-header__box {
    display: none;
  }
}
.l-header__box.contact {
  width: 30%;
  max-width: 300px;
}
.l-header__ico1 {
  width: 50%;
  max-width: 100px;
  margin-right: 10px;
}
.l-header__ico2 {
  width: 50%;
  max-width: 100px;
  margin-right: 10px;
}
.l-header__ico3 {
  width: 50%;
  max-width: 100px;
}
.l-header button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  margin: 0;
  outline: none;
  padding: 0;
  vertical-align: middle;
}
.l-header .button-wrapper {
  position: absolute;
  top: 10px;
  right: 10px;
}
.l-header .burger-btn {
  position: relative;
  background: #fff;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  z-index: 3;
  border: 1px solid #333;
}
.l-header .bar {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  background: #333;
  width: 45%;
}
.l-header .bar_top {
  top: 15px;
}
.l-header .bar_mid {
  top: 23px;
}
.l-header .bar_bottom {
  top: 31px;
}
.l-header .burger-btn.close .bar_top {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
.l-header .burger-btn.close .bar_mid {
  opacity: 0;
}
.l-header .burger-btn.close .bar_bottom {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
.l-header .nav-wrapper {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.5s;
  z-index: 2;
  display: none;
}
.l-header .nav-wrapper.fade {
  display: block;
}
.l-header .header-nav {
  width: 100vw;
  height: 100vh;
  background-color: #8fc31f;
  z-index: 2;
}
.l-header .nav-list {
  color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.l-header .nav-item {
  margin-right: 0;
  margin-bottom: 40px;
}
.l-header .nav-wrapper.fade {
  visibility: visible;
  opacity: 1;
}
.l-header .noscroll {
  overflow: hidden;
}
.l-header .burger-btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header .burger-btn {
    display: block;
  }
}
.l-header__bar {
  background: #8fc31f;
  padding: 15px 0;
  position: relative;
}
.l-header__bar.recruit {
  background: #2ea7e0;
}
.l-header__bar.visit {
  background: #ee86a8;
}
.l-header__bar.contact {
  background: #009e3b;
}
.l-header__search {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.l-header__search.contact {
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .l-header__search {
    margin-left: 10px;
    margin-right: 75px;
  }
}
.l-header__back {
  width: 70px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(50% - 600px);
}
@media screen and (max-width: 1210px) {
  .l-header__back {
    right: calc(50% - 350px);
  }
}
@media screen and (max-width: 768px) {
  .l-header__back {
    width: 60px;
    right: 5px;
  }
}

.l-mv {
  position: relative;
  padding: 20px 0;
  background: linear-gradient(to bottom, #fff, #9fd9f6, #fff);
}
.l-mv.recruit__mv {
  background: linear-gradient(to bottom, #fff, #fce4d6, #fff);
}
.l-mv.visit__mv {
  background: linear-gradient(to bottom, #fff, #fce4d6, #fff);
}
@media screen and (max-width: 768px) {
  .l-mv {
    background: none;
  }
}
.l-mv__map {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .l-mv__map {
    display: none;
  }
}
.l-mv__search {
  position: absolute;
  top: 30px;
  left: calc(50% - 350px);
}
@media screen and (max-width: 768px) {
  .l-mv__search {
    position: initial;
    top: auto;
    left: auto;
  }
}

.search_container {
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .search_container {
    margin: auto;
  }
}

.search_container input[type="text"] {
  border: none;
  height: 1.8em;
}

.search_container input[type="text"]:focus {
  outline: 0;
}

.search_container {
  background-color: #fff;
  border: 1px solid #9fa0a0;
  padding: 7px 7px;
  border-radius: 10px;
  height: 3em;
  width: 300px;
  overflow: hidden;
}

.search_container input[type="submit"] {
  cursor: pointer;
  font-weight: bold;
  border: none;
  background: #8fc31f;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 3.5em;
  height: 3em;
  outline: none;
}
.search_container input[type="submit"].recruit {
  background: #2ea7e0;
}
.search_container input[type="submit"].visit {
  background: #ee86a8;
}

.search_container ::-webkit-input-placeholder {
  color: #9fa0a0;
}

.l-sp-menu {
  padding: 20px;
  display: none;
}
@media screen and (max-width: 768px) {
  .l-sp-menu {
    display: block;
  }
}
.l-sp-menu ul {
  display: none;
}
.l-sp-menu span {
  display: block;
  cursor: pointer;
}
.l-sp-menu li {
  cursor: pointer;
}
.l-sp-menu__wrap {
  border-top: 3px solid #000;
}
.l-sp-menu__wrap:last-child {
  border-bottom: 3px solid #000;
}
.l-sp-menu__title {
  font-size: 24px;
  padding-left: 5px;
  position: relative;
}
.l-sp-menu__title::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 20%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 15px;
  height: 15px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.l-sp-menu__title.open:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 30%;
}
.l-sp-menu__subtitle {
  border-top: 2px solid #000;
  font-size: 20px;
  padding-left: 10px;
}
.l-sp-menu__item {
  border-top: 1px solid #000;
  font-size: 16px;
  padding-left: 15px;
}

.search {
  background: beige;
  margin-bottom: 40px;
}
.search__title {
  padding: 10px 0;
  text-align: center;
  color: green;
  font-weight: 700;
  font-size: 1.8rem;
}
.search__title.recruit {
  color: #e95377;
}
.search__title.visit {
  color: #e95377;
}
.search__city,
.search__station {
  margin-bottom: 10px;
}
.search__checks {
  padding: 8px 0 8px 0;
  display: none;
}
@media screen and (max-width: 768px) {
  .search__checks {
    display: block;
  }
}
.search__detail {
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .search__detail {
    border-top: 1px solid gray;
    padding-top: 10px;
  }
}
.search__detail-ttl {
  width: 20%;
  border: 1px solid gray;
  border-radius: 5px;
  margin-bottom: 15px;
}
.search__detail-checks {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .search__detail-checks--close {
    display: none;
  }
}
.search__detail-title {
  margin-bottom: 10px;
  display: block;
  position: relative;
}
.search__detail-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 20%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 15px;
  height: 15px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.search__detail-title:before {
  content: "●";
  color: green;
  margin-right: 3px;
}
.search__detail-title.recruit:before {
  content: "●";
  color: #2ea7e0;
  margin-right: 3px;
}
.search__detail-input {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  background: #fff;
}
.search__detail-group {
  margin-bottom: 15px;
  border-top: 1px solid gray;
  padding-top: 15px;
}
.search__detail-range {
  padding: 10px 0 10px 10px;
}

.result__count {
  display: flex;
  border: 1px solid gray;
  border-radius: 8px;
  text-align: center;
  width: 40%;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .result__count {
    width: 100%;
  }
}
.result__count p {
  font-size: 16px;
  padding: 10px 20px;
}
.result__count p span {
  font-size: 2rem;
  margin: 0 4px;
}
.result__count button {
  background: green;
  border: 0px;
  border-radius: 8px;
  flex-grow: 1;
  color: #fff;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .result__count button {
    font-size: 18px;
  }
}
.result__count button.recruit {
  background: #2ea7e0;
}
.result__count button.visit {
  background: #ee86a8;
}

.c-search-row {
  background: #fff;
  border: 1px solid gray;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-search-row {
    justify-content: space-between;
    display: grid;
    grid-template-columns: 135px 90px;
    background: none;
    border: none;
    border-radius: 0;
    border-top: 1px solid gray;
    padding-top: 10px;
  }
}
.c-search-row__head {
  font-size: 1.8rem;
  padding: 10px 0px;
  line-height: 1;
  flex: 0 0 20%;
  text-align: center;
  background: green;
  color: #fff;
}
.c-search-row__head.recruit {
  background: #2ea7e0;
}
.c-search-row__head.visit {
  background: #ee86a8;
}
@media screen and (max-width: 768px) {
  .c-search-row__head {
    display: inline-block;
    border-radius: 5px;
    width: 135px;
  }
}
.c-search-row__input {
  padding-left: 100px;
  font-size: 1.2rem;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .c-search-row__input {
    padding-left: 0;
  }
}
.c-search-row__input button {
  height: 100%;
  padding: 2px 15px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-search-row__input button {
    padding: 0;
    width: 100%;
    justify-content: center;
  }
}
.c-search-row__input button:after {
  content: "";
  margin-left: 5px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 1px solid;
  border-color: transparent transparent #565656 #565656;
  transform: rotate(-45deg);
  position: relative;
  top: -1px;
}
.c-search-row__input-toggle {
  text-align: right;
  padding: 10px 0px;
  display: none;
}
@media screen and (max-width: 768px) {
  .c-search-row__input-toggle {
    display: block;
  }
}

.c-search-checks__list {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid gray;
  border-right: 1px solid gray;
}
.c-search-checks__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-search-checks__input {
  flex: 0 0 33.3%;
  border-left: 1px solid gray;
  border-top: 1px solid gray;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .c-search-checks__input {
    flex: 0 0 100%;
  }
}
.c-search-checks__input label {
  display: block;
}
.c-search-checks__input label span {
  padding: 5px 10px;
  display: inline-block;
  background: lightgray;
  border-right: 1px solid gray;
  margin-right: 10px;
}

.c-toggle-btn:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid;
  border-color: transparent transparent #565656 #565656;
  transform: rotate(-45deg);
  position: relative;
  top: -5px;
}

.header {
  background: linear-gradient(to bottom, #9fd9f6, #fff);
  padding: 50px 30px 0 30px;
}
.header__img {
  max-width: 1200px;
  margin: auto;
}
.header__img img {
  width: 100%;
}

.main {
  margin-top: 50px;
  margin-bottom: 170px;
}
.main.guidance {
  margin-top: 20px;
}
.main__mv {
  margin-left: auto;
  margin-right: auto;
}
.main__mv img {
  width: 100%;
}
.main__btn {
  margin: 80px auto 180px auto;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .main__btn {
    /*width: 200px;*/
    margin: 80px auto 80px auto;
    width: 80%;
  }
}
.main__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.main__text {
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main__text {
    font-size: 16px;
  }
}
.main__link {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}
.main__ico {
  width: 300px;
  margin-right: 30px;
}
.main__ico img {
  width: 100%;
}
.main__ico:last-child {
  margin-right: 0;
}
.main__agree {
  width: 70%;
  margin: 50px auto;
}

.footer {
  background-color: green;
  margin: 150px 20px 20px 20px;
  padding: 30px;
  position: relative;
}
.footer::before {
  content: "";
  background-image: url(../images/footer@.png);
  background-size: cover;
  background-repeat: repeat-x;
  width: 100%;
  height: 120px;
  position: absolute;
  top: -120px;
  left: 0;
  right: 0;
}
@media screen and (min-width: 1010px) {
  .footer::before {
    background-size: contain;
  }
}
.footer__inner {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}
.footer__list {
  display: flex;
  justify-content: center;
  color: white;
}
.footer__item {
  border-right: 2px solid white;
  margin-right: 30px;
  padding-right: 30px;
  display: inline;
}
@media screen and (max-width: 873px) {
  .footer__item {
    margin-right: 15px;
    padding-right: 15px;
  }
}
.footer__item:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.footer__item-sp {
  border-top: 2px solid #fff;
  text-align: center;
  padding: 5px 0;
  display: flex;
  justify-content: space-between;
}
.footer__item-sp:first-child {
  justify-content: center;
}
.footer__item-sp span {
  display: inline-block;
  margin: auto;
  width: 50%;
}
.footer__item-sp:last-child {
  border-bottom: 2px solid #fff;
}
.footer__item-border {
  width: 50%;
  border-right: 1px solid #fff;
}

.list-box {
  border: 1px solid #8fc31f;
  background: linear-gradient(to bottom, #caed7e, #fff 7%);
  border-radius: 10px;
  margin: 10px;
  padding: 10px;
}
.list-box.recruit {
  border: 1px solid #2ea7e0;
  background: linear-gradient(to bottom, #a7dcf6, #fff 7%);
}
.list-box .recruit-ico {
  width: 150px;
  display: inline-block;
}
.list-box.visit {
  border: 1px solid #ee86a8;
  background: linear-gradient(to bottom, #f7c9dd, #fff 7%);
}
.list-box.visitDetail {
  border: none;
  background: linear-gradient(to bottom, #f7c9dd, #fff 7%);
}
.list-box .visit-ico {
  width: 150px;
  display: inline-block;
}
.list-box__title {
  border-bottom: 3px solid #8fc31f;
  padding-top: 10px;
  font-size: 22px;
  font-weight: 500;
}
.list-box__title.recruit {
  border-bottom: 3px solid #2ea7e0;
  font-size: 28px;
  padding-top: 2px;
}
.list-box__title.visit {
  border-bottom: 3px solid #ee86a8;
  font-size: 28px;
  padding-top: 2px;
}
.list-box__title.visitDetail {
  font-size: 22px;
  border-bottom: 3px solid #ee86a8;
}
.list-box__subtitle {
  margin-left: 20px;
  font-size: 16px;
  font-weight: normal;
}
.list-box__inner {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}
@media screen and (max-width: 1108px) {
  .list-box__inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .list-box__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.list-box__tel {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.list-box .tel-arrow {
  margin-left: 5px;
  margin-top: 3px;
  width: 30px;
}
.list-box .phoneNum {
  margin-left: 5px;
  color: #0075c2;
  font-size: 20px;
}
.list-box .telBox {
  display: flex;
  align-items: center;
}
.list-box__buttonWrap {
  margin-top: 20px;
}
.list-box__buttonGreen {
  font-size: 20px;
  font-weight: 500;
  padding: 5px;
  color: #8fc31f;
  border: 1px solid #8fc31f;
  border-radius: 5px;
}
.list-box__buttonWhite {
  font-size: 20px;
  font-weight: 500;
  padding: 5px;
  margin-left: 10px;
  color: #fff;
  background-color: #8fc31f;
  border-radius: 5px;
}

.info__title {
  margin-top: 5px;
  position: relative;
  padding-left: 1em;
}
.info__title::before {
  margin-top: 13px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  content: "";
  background: #8fc31f;
}
.info .-red {
  color: red;
  font-size: 18px;
}
.info .-border {
  border: 1px solid red;
  border-radius: 5px;
  padding: 3px 5px;
}

.icon-box {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.icon-box.recruit {
  justify-content: flex-end;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .icon-box.recruit {
    justify-content: flex-start;
  }
}
.icon-box.recruit-list {
  justify-content: flex-start;
  margin-left: 50px;
}
.icon-box__item {
  margin-left: 2px;
  width: 70px;
}

.icon-title {
  font-size: 18px;
  font-weight: normal;
  border-bottom: 2px solid #8fc31f;
}

.icon-titleSmall {
  font-size: 16px;
  font-weight: normal;
  border-bottom: 2px solid #8fc31f;
}

.recruitlistBox {
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .recruitlistBox {
    flex-direction: column;
  }
}
.recruitlistBox__left {
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (max-width: 768px) {
  .recruitlistBox__left {
    width: 100%;
  }
}
.recruitlistBox__text {
  margin-bottom: 55px;
}
.recruitlistBox__right {
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (max-width: 768px) {
  .recruitlistBox__right {
    width: 100%;
  }
}

.recruitInfo__list {
  margin-top: 5px;
  position: relative;
  padding-left: 1em;
  padding-right: 5px;
  border-top: 1px solid #2ea7e0;
  display: flex;
}
.recruitInfo__list::before {
  margin-top: 13px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  content: "";
  background: #2ea7e0;
}
.recruitInfo__title {
  width: 20%;
}
.recruitInfo__item {
  margin-top: 5px;
  position: relative;
  padding-left: 1em;
  padding-right: 5px;
  border-top: 1px solid #2ea7e0;
  display: flex;
}
.recruitInfo__item::before {
  margin-top: 13px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  content: "";
  background: #2ea7e0;
}
.recruitInfo__item.tel {
  align-items: center;
}

.listAdd-icon {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.listAdd-icon img {
  width: 100%;
}

.btnBox {
  text-align: center;
}
.btnBox__list {
  display: inline-block;
  width: 170px;
}
.btnBox__detail {
  margin-left: 10px;
  display: inline-block;
  width: 250px;
}
.btnBox__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 300;
}
.btnBox__tel .phoneNum {
  font-size: 24px;
  font-weight: 400;
}

.visitlistBox {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.visitInfo {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .visitInfo {
    flex-direction: column;
  }
}
.visitInfo__item {
  display: flex;
}
.visitInfo__title {
  margin-top: 5px;
  position: relative;
  padding-left: 1em;
  padding-right: 5px;
}
.visitInfo__title::before {
  margin-top: 13px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  content: "";
  background: #ee86a8;
}
.visitInfo__map {
  position: relative;
}
@media screen and (max-width: 768px) {
  .visitInfo__map {
    margin-left: 13px;
  }
}
.visitInfo__map::before {
  position: absolute;
  content: url(../images/map-icon.svg);
  width: 10px;
  left: -13px;
  top: 2px;
}

.table {
  border-top: 1px solid #bbb8b8;
  border-bottom: 1px solid #bbb8b8;
  padding: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  border-collapse: collapse;
}
.table.contact {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.table__title {
  width: 15%;
  background: #fff9e6;
  border-right: 1px solid #bbb8b8;
}
.table__subtitle {
  width: 15%;
  background: #fff9e6;
  padding: 10px;
  border-right: 1px solid #bbb8b8;
  border-bottom: 1px solid #bbb8b8;
}
.table__text {
  padding: 15px;
  border-bottom: 1px solid #bbb8b8;
}
.table__contactTitle {
  background: #fff9e6;
  border-bottom: 1px solid #bbb8b8;
  padding: 10px;
  font-weight: normal;
  position: relative;
}
.table__contactTitle::after {
  position: absolute;
  content: url(../images/contact-icon.svg);
  width: 30px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.table__contactText {
  padding: 5px;
  background: #fff9e6;
  border-bottom: 1px solid #bbb8b8;
}
.table__input {
  width: 100%;
  height: 30px;
  border: none;
  border-radius: 2px;
}
.table__small {
  font-size: 12px;
}
.table__textarea {
  width: 100%;
  border: none;
  border-radius: 2px;
}

/*# sourceMappingURL=index.css.map */
