@charset "UTF-8";
body.wrapper {
  min-height: 100vh;
  position: relative;
  padding-bottom: 120px;
  box-sizing: border-box;
}

header {
  width: 100%;
  border-bottom: 5px solid #30b48f;
}
@media (min-width: 681px) {
  header {
    padding: 30px 0;
  }
}
header .header_inner {
  position: relative;
  width: 95%;
  max-width: 1187px;
  margin: 0 auto;
  padding: 10px 0;
}
header .header_inner .bind-logo {
  width: 120px;
}
@media (max-width: 680px) {
  header .header_inner .bind-logo {
    width: 100px;
    margin: 0 auto;
  }
}
header .header_inner .bind-logo img {
  width: 100%;
}
@media (min-width: 681px) {
  header .header_inner .menu_btn {
    display: none;
  }
}
@media (max-width: 680px) {
  header .header_inner .menu_btn {
    position: absolute;
    top: 15%;
    right: 0;
    -webkit-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
    transform: translateY(-15%);
    font-size: 40px;
  }
}
@media (min-width: 681px) {
  header .header_inner .header_right {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0;
    letter-spacing: -0.4em;
  }
}
@media (max-width: 680px) {
  header .header_inner .header_right {
    display: none;
    position: absolute;
    top: 67px;
    z-index: 100;
    width: 100%;
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.6));
  }
}
header .header_inner .header_right .global_menu {
  font-size: 0;
  letter-spacing: -0.4em;
}
@media (max-width: 680px) {
  header .header_inner .header_right .global_menu {
    letter-spacing: 0;
  }
}
header .header_inner .header_right .global_menu .menu-item {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
  color: #aaa;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.055em;
}
@media (max-width: 680px) {
  header .header_inner .header_right .global_menu .menu-item {
    display: block;
    background-color: #fff;
    border-bottom: 1px solid #000;
    margin-right: 0;
  }
}
header .header_inner .header_right .global_menu .menu-item a {
  color: #000;
  text-decoration: none;
}
header .header_inner .header_right .global_menu .menu-item a:hover {
  color: #30b48f;
}
@media (max-width: 680px) {
  header .header_inner .header_right .global_menu .menu-item a {
    display: block;
    padding: 1.5em 1em;
  }
}

main .content .content__inner {
  position: relative;
  width: 95%;
  max-width: 1187px;
  margin: 0 auto;
}
main .content .content__inner h3 {
  font-size: 32px;
  padding: 30px 0;
  text-align: center;
}
main .content .content__inner h3 span {
  display: block;
  font-size: 16px;
  font-weight: normal;
}
main .content_information {
  background-color: rgba(217, 224, 99, 0.64);
}
main .content_information .info_list {
  width: 1008px;
  margin: 0 auto 65px;
  font-size: 0;
  letter-spacing: -0.4em;
}
@media (max-width: 1007px) {
  main .content_information .info_list {
    width: 756px;
  }
}
@media (max-width: 755px) {
  main .content_information .info_list {
    width: 504px;
  }
}
@media (max-width: 680px) {
  main .content_information .info_list {
    width: 100%;
  }
}
main .content_information .info_list .list__item {
  display: inline-block;
  position: relative;
  width: 250px;
  height: 250px;
  margin-right: 2px;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  vertical-align: top;
  letter-spacing: normal;
}
@media (max-width: 680px) {
  main .content_information .info_list .list__item {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
}
main .content_information .info_list .list__item:nth-child(n+5) {
  display: none;
}
main .content_information .info_list .list__item:last-child {
  margin-right: 0;
}
@media (max-width: 1007px) {
  main .content_information .info_list .list__item:nth-child(n+4) {
    display: none;
  }
}
@media (max-width: 755px) {
  main .content_information .info_list .list__item:nth-child(n+3) {
    display: none;
  }
}
main .content_information .info_list .list__item a {
  display: block;
  text-decoration: none;
  color: #000;
  height: 100%;
}
main .content_information .info_list .list__item a .text__wrap {
  padding: 15px;
}
main .content_information .info_list .list__item a .text__wrap .news_date {
  padding-bottom: 10px;
  font-size: 14px;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
}
main .content_information .info_list .list__item a .text__wrap .news_title {
  max-height: 12em;
  overflow: hidden;
  font-size: 20px;
  line-height: 1.5em;
}
main .content_information .info_list .list__item a:hover {
  border-radius: 10px;
  background-color: #30b48f;
  color: #fff;
}
main .content_information .info_list .list__item a:hover .news_date {
  border-bottom: 1px solid #fff;
}
main .content_information .btnMore {
  text-align: center;
  padding-bottom: 30px;
}
main .content_information .btnMore a {
  font-size: 1.5em;
  padding: 0.5em 5em;
  border: 3px solid #30b48f;
  border-radius: 50px;
  background-color: #fff;
  display: inline-block;
  text-decoration: none;
  color: #30b48f;
}
main .content_information .btnMore a:hover {
  background-color: #30b48f;
  color: #fff;
}
main .content_media {
  margin-bottom: 5em;
}
main .content_media .content__twitter {
  width: 47%;
  margin: 0 1%;
  height: 700px;
  display: inline-block;
}
@media (max-width: 680px) {
  main .content_media .content__twitter {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
}
main .content_media .content__twitter p {
  text-align: center;
}
main .content_media .content__twitter .timeline {
  width: 300px;
  margin: auto;
}
main .content_media .content__youtube {
  width: 47%;
  margin: 0 1%;
  height: 700px;
  display: inline-block;
  position: absolute;
}
@media (max-width: 680px) {
  main .content_media .content__youtube {
    width: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
  }
}
main .content_media .content__youtube .ytin {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 1.5em;
}
main .content_media .content__youtube .ytin iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

footer {
  width: 100%;
  background-color: #30b48f;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  position: absolute;
  /*←絶対位置*/
  bottom: 0;
  /*下に固定*/
}

/*--------------------------------------------
第二階層ページ用共通スタイル
--------------------------------------------*/
.content .content__inner h2 {
  text-align: center;
  font-size: 32px;
  padding: 30px 0;
}
.content .content__inner h2 span {
  display: block;
  font-size: 16px;
  font-weight: normal;
}
.content .content__inner h4 {
  font-size: 22px;
  padding: 20px 0;
}
.content .content__inner .flex__container {
  display: flex;
  flex-flow: row wrap;
}

.error .error_img {
  text-align: center;
  margin-top: 20px;
}
.error .error_img img {
  width: 20%;
}

/*--------------------------------------------
アクセスページ用スタイル
--------------------------------------------*/
@media (max-width: 680px) {
  body.second_floor.access main .content__inner .flex__container {
    display: block;
  }
}
@media (max-width: 680px) {
  body.second_floor.access main .map_left iframe {
    width: 100%;
  }
}
@media (min-width: 681px) {
  body.second_floor.access main .map_left iframe {
    width: 500px;
  }
}
body.second_floor.access main .map_right {
  padding-left: 2em;
}
@media (max-width: 680px) {
  body.second_floor.access main .map_right {
    padding-left: 0;
  }
}
body.second_floor.access main .map_right p {
  line-height: 1.68em;
}
body.second_floor.access main .map_right ul {
  padding-left: 1.5em;
}

/*--------------------------------------------
会社概要ページ用スタイル
--------------------------------------------*/
@media (min-width: 681px) {
  body.second_floor.about main .aboutTable {
    width: 800px;
  }
}
@media (max-width: 680px) {
  body.second_floor.about main .aboutTable {
    width: 90%;
  }
}
body.second_floor.about main .aboutTable .aboutTableUnit {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ccc;
  border-top: none;
}
body.second_floor.about main .aboutTable dt {
  background: #ddd;
  width: 30%;
  padding: 1em;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
  font-weight: bold;
}
body.second_floor.about main .aboutTable dd {
  padding: 1em;
  margin: 0;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  width: 70%;
  background: #fff;
  box-sizing: border-box;
}

/*--------------------------------------------
求人ページ用スタイル
--------------------------------------------*/
@media (min-width: 681px) {
  body.second_floor.recruit main .recruitTable {
    width: 800px;
  }
}
@media (max-width: 680px) {
  body.second_floor.recruit main .recruitTable {
    width: 90%;
  }
}
body.second_floor.recruit main .recruitTable .recruitDescription {
  text-align: center;
  margin-bottom: 2em;
  line-height: 1.5em;
}
body.second_floor.recruit main .recruitTable .recruitTableList {
  margin-bottom: 2em;
  border: 1px solid #dddddd;
}
body.second_floor.recruit main .recruitTable .recruitTableList h4 {
  text-align: center;
  background-color: #dddddd;
}
body.second_floor.recruit main .recruitTable .recruitTableList ul {
  list-style: none;
  text-align: center;
}
body.second_floor.recruit main .recruitTable .recruitTableList ul li {
  padding: 1em;
  display: inline-flex;
}
body.second_floor.recruit main .recruitTable .recruitTableList ul li a {
  text-decoration: none;
  color: #000000;
}
body.second_floor.recruit main .recruitTable .recruitTableList ul li a:visited {
  color: #000000;
}
body.second_floor.recruit main .recruitTable .recruitTableList ul li a:hover {
  text-decoration: underline;
}
body.second_floor.recruit main .recruitTable .recruitTableUnit {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ccc;
  border-top: none;
  margin-bottom: 4em;
}
body.second_floor.recruit main .recruitTable dt {
  background: #ddd;
  width: 30%;
  padding: 1em;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
  font-weight: bold;
}
body.second_floor.recruit main .recruitTable dd {
  padding: 1em;
  margin: 0;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  width: 70%;
  background: #fff;
  box-sizing: border-box;
}

/*--------------------------------------------
会社概要ページ用スタイル
--------------------------------------------*/
@media (min-width: 681px) {
  body.second_floor.works main .worksList {
    width: 800px;
  }
}
@media (max-width: 680px) {
  body.second_floor.works main .worksList {
    width: 90%;
  }
}
body.second_floor.works main .worksList h3 {
  border: 3px solid #30b48f;
  font-size: 24px;
  padding: 15px 0;
  margin-bottom: 20px;
}
body.second_floor.works main .worksList ul {
  margin-bottom: 50px;
  padding-left: 1.5em;
  line-height: 1.5em;
}

/*--------------------------------------------
お知らせページ用スタイル
--------------------------------------------*/
body.second_floor.info main .content_informationlist {
  background-color: none;
}
body.second_floor.info main .content_informationlist .info_list {
  width: 1008px;
  margin: 0 auto 65px;
  font-size: 0;
  letter-spacing: -0.4em;
}
@media (max-width: 1007px) {
  body.second_floor.info main .content_informationlist .info_list {
    width: 756px;
  }
}
@media (max-width: 755px) {
  body.second_floor.info main .content_informationlist .info_list {
    width: 504px;
  }
}
@media (max-width: 680px) {
  body.second_floor.info main .content_informationlist .info_list {
    width: 100%;
  }
}
body.second_floor.info main .content_informationlist .info_list .list__item {
  display: block;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  vertical-align: top;
  letter-spacing: normal;
  margin-bottom: 20px;
}
body.second_floor.info main .content_informationlist .info_list .list__item .text__wrap {
  padding: 15px;
}
body.second_floor.info main .content_informationlist .info_list .list__item .text__wrap .news_date {
  padding-bottom: 10px;
  font-size: 14px;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
}
body.second_floor.info main .content_informationlist .info_list .list__item .text__wrap .news_title {
  max-height: 12em;
  overflow: hidden;
  font-size: 20px;
  line-height: 1.5em;
  margin-bottom: 1em;
}
body.second_floor.info main .content_informationlist .info_list .list__item .text__wrap .news_description {
  font-size: 16px;
  line-height: 1.5em;
}

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