html {
  font-size: 100%;
  /* 16px */
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #727171;
  font-weight: 300;
  letter-spacing: 1px;
}

/* 初期設定解除 */

a {
  text-decoration: none;
  color: #4c4948;
}

a:focus {
  outline: none;
}

p {
  font-size: 1rem;
  padding-bottom: 10px;
}

h1 {
  font-size: 1.3rem;
  font-weight: 400;
  padding-bottom: 20px;
  text-align: center;
}

h2 {
  font-size: 1.1rem;
  font-weight: 400;
  padding-bottom: 5px;
}

img {
  border: none;
  max-width: 100%;
}

ul {
  padding: 0px;
}

li {
  list-style: none;
  font-size: 1rem;
}

dt,
dd {
  padding: 10px 20px;
}

/* ここから個別設定 */

.wrapper {
  max-width: 960px;
  margin: 0 auto;
  padding: 0px 25px;
  line-height: 170%;
}

/* メニュー */

#menu {
  width: 100%;
  padding: 20px 50px;
  margin: 0 auto;
  background-color: #fff;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0px;
  z-index: 100;
}

#menu .top_img {
  width: 25%;
  margin-top: 10px;
}

#menu .icon {
  width: 75%;
}

#menu .icon ul {
  display: flex;
  justify-content: flex-end;
}

#menu .icon ul li {
  text-align: center;
  margin-left: 4%;
}

#menu .icon ul li img {
  margin: auto;
}

/* ヘッダー */

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

#header {
  width: 100%;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  margin-top: 150px;
  margin-bottom: 70px;
}

#header img {
  display: block;
  width: 100%;
  height: auto;
}

/* 新着情報 */

#title {
  width: 100%;
  height: 50px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#title h1 {
  height: 50px;
  line-height: 50px;
}

#title img {
  margin: 0 10px;
}

/* 新着情報　求人情報 */

#main {
  width: 100%;
  margin-bottom: 80px;
}

#main dl {
  display: flex;
  flex-wrap: wrap;
}

#main dt {
  display: flex;
  align-items: center;
  width: 30%;
  background-color: #ededed;
}

#main dt:nth-of-type(even) {
  background-color: #fff;
}

#main dd {
  width: 70%;
  background-color: #ededed;
}

#main dd:nth-of-type(even) {
  background-color: #fff;
}

#main dd a:hover {
  color: #cd4649;
}

.work {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.work_title {
  width: 100%;
}

.work_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 50%;
  text-align: center;
}

.work_box_pink {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fce9e8;
  text-align: center;
  line-height: 100px;
  margin: 0 10px;
}

.work_box_green {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #d2ebf1;
  text-align: center;
  line-height: 100px;
  margin: 0 10px;
}

.work_box_yellow {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #ffeeb9;
  text-align: center;
  margin: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.work_box_pink:hover,
.work_box_green:hover,
.work_box_yellow:hover {
  opacity: 0.8;
}

.work p {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.work_title {
  width: 100%;
}

.tips {
  width: 100%;
  margin-bottom: 80px;
  align-items: center;
  text-align: center;
  word-break: keep-all;
}

.tips img {
  display: block;
  margin: 0 auto;
  padding: 30px 0px 10px 0px;
}

.iju {
  font-size: 0.9rem;
  color: #fff;
  display: inline;
  padding: 0px 10px;
  background-color: #88abda;
  border-radius: 5px;
  height: 25px;
  line-height: 25px;
  margin-left: 10px;
}

.shushoku {
  font-size: 0.9rem;
  color: #fff;
  display: inline;
  padding: 0px 10px;
  background-color: #f29c9f;
  border-radius: 5px;
  height: 25px;
  line-height: 25px;
  margin-left: 10px;
}

/* 掲載のご希望受付中 */

.keisai {
  margin-bottom: 20px;
}

.keisai img {
  margin: 0 auto;
  width: 25%;
}

.keisai img:hover {
  opacity: 0.5;
}

/* のびる */

#nobiru {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

#nobiru img {
  width: 45%;
  height: 45%;
}

#nobiru .sub {
  width: 55%;
  margin-left: 5%;
}

#nobiru .sub span {
  font-size: 1.2rem;
  font-weight: 400;
}

#takenobi {
  height: 120px;
  background-color: #e4e9e1;
  background-image: url(../img/takenobi_back.png);
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#takenobi span img {
  margin-right: 0px;
  width: 70%;
  height: auto;
}

#takenobi .takenobi_sub {
  display: flex;
  flex-flow: column;
  justify-content: center;
}

#takenobi .takenobi_sub h1 {
  padding-bottom: 10px;
  text-align: left;
}

/* アクセス */

#access {
  width: 100%;
  padding: 3% 8% 0% 8%;
  background-color: #e4e9e1;
  display: flex;
}

.access_sub {
  width: 60%;
}

.access_sub h1 {
  text-align: left;
}

#access img {
  display: block;
  margin: 5 10px;
  width: 30%;
  height: 30%;
}

.video_main {
  width: 100%;
  padding: 3% 5%;
  background-color: #e4e9e1;
  display: flex;
  justify-content: space-between;
}

.video {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: calc(56.25% / 2);
}

.video iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 98% !important;
  height: 98% !important;
}

/* 情報 */

#info {
  width: 100%;
  background-color: #7b7873;
  color: #fff;
  padding: 3%;
  display: flex;
  justify-content: flex-start;
}

.kaigisho {
  width: 30%;
}

#info a {
  color: #fff;
}

#info a:hover {
  color: #cd4649;
}

#info .kaigisho p {
  display: flex;
}

#info .kaigisho p img {
  margin-left: -50px;
  margin-right: 10px;
}

#info .kaigisho p span {
  font-size: 1.3rem;
}

#info ul li {
  font-size: 0.8rem;
}

#info .kaigisho ul li img:last-child {
  margin-top: 10px;
  width: 70%;
}

#info .kaigisho ul:nth-child(1) {
  margin-right: auto;
  padding-left: 50px;
}

.info_link {
  width: 70%;
  display: flex;
}

.info_link ul {
  margin-left: 5%;
  width: 35%;
}

.info_link ul:nth-child(1) {
  width: 25%;
}

/*--------------------------------
// レスポンシブル
----------------------------------*/

@media screen and (max-width: 600px) {
  .wrapper {
    width: 100%;
    margin: 0 auto;
  }

  #header {
    margin-top: 170px;
    margin-bottom: 20px;
  }

  dd {
    padding: 0px 20px 8px 0px;
  }

  /* メニュー */
  #menu {
    padding: 0px 5px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  #menu .top_img {
    display: block;
    width: 40%;
    margin: 5px auto;
  }

  #menu .icon {
    width: 100%;
  }

  #menu .icon ul {
    display: flex;
    justify-content: space-between;
  }

  #menu .icon ul li img {
    width: 40px;
  }

  #menu .icon ul li a {
    font-size: 0.5rem;
  }

  /* ヘッダー */
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  /* 新着情報の求人情報*/
  .work {
    display: block;
  }

  .work_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }

  .work_box_pink {
    width: 23vw;
    height: 23vw;
    line-height: 23vw;
  }

  .work_box_green {
    width: 23vw;
    height: 23vw;
    line-height: 23vw;
  }

  .work_box_yellow {
    width: 23vw;
    height: 23vw;
    line-height: 5vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .tips {
    display: block;
  }

  .tips img {
    margin: 0 auto;
    width: 40px;
  }

  /* 新着情報 */
  #main dl {
    display: block;
  }

  #main dt {
    width: 100%;
    background-color: #ededed;
  }

  #main dt:nth-of-type(even) {
    background-color: #fff;
  }

  #main dd {
    width: 100%;
    background-color: #ededed;
    padding: 0px 20px 8px 20px;
  }

  #main dd:nth-of-type(even) {
    background-color: #fff;
  }

  /* のびる */
  #nobiru {
    width: 100%;
    display: block;
    margin-bottom: 50px;
  }

  #nobiru img {
    width: 100%;
    margin-bottom: 20px;
  }

  #nobiru .sub {
    width: 100%;
    margin-left: 0%;
  }

  #nobiru .sub span {
    font-size: 1.2rem;
    font-weight: 400;
  }

  /* 掲載のご希望受付中 */
  .keisai {
    margin-bottom: 10px;
  }

  .keisai img {
    margin: 0 auto;
    width: 75%;
  }

  /* たけのび バナー*/
  #takenobi {
    height: 180px;
    background-image: url(../img/takenobi_back.png);
    margin-bottom: 40px;
    display: block;
  }

  #takenobi span img {
    margin-right: 0px;
    width: 50%;
    margin: 0 auto;
  }

  #takenobi .takenobi_sub {
    display: block;
  }

  #takenobi .takenobi_sub img {
    margin: 0 auto;
  }

  #takenobi .takenobi_sub h1 {
    padding-bottom: 10px;
    text-align: center;
  }

  /* アクセス */
  #access {
    width: 100%;
    padding: 3% 10% 3% 10%;
    background-color: #e4e9e1;
    display: block;
  }

  .access_sub {
    width: 100%;
  }

  .access_sub h1 {
    text-align: left;
  }

  #access img {
    margin: 10px auto 20px auto;
    width: 70%;
  }

  .video_main {
    height: 450px;
    display: block;
    justify-content: center;
  }

  .video {
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 40px;
  }

  .video iframe {
    width: 100% !important;
    height: 100% !important;
  }

  /* 情報 */
  #info {
    display: block;
  }

  .kaigisho {
    width: 100%;
  }

  .info_link {
    width: 100%;
    display: block;
  }

  .info_link ul {
    width: 100%;
  }

  .info_link ul:nth-child(1) {
    width: 100%;
  }
}
