@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
}

.inner {
  width: 98%;
  max-width: 1100px;
  margin: 0px auto;
}

/* visual */

.visual {
  position: relative;
}

.visual div {
  text-align: center;
}

/* visual_end */

/* catch */

.catch {
  background: #ffff67;
  margin-top: -145px;
  padding-top: 190px;
}

.catch h2 {
  text-align: center;
  margin-bottom: 30px;
}

.catch h2 span {
  display: inline-block;
  background: #fff;
  padding: 5px;
  width: 98%;
  max-width: 1100px;
  font-size: 1.3em;
}

.catch h3 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.5em;
}

.catch div {
  width: 98%;
  max-width: 1100px;
  margin: 20px auto;
  font-size: 1.3em;
}

.catch ul {
  width: 98%;
  max-width: 1300px;
  margin: 20px auto;
  display: flex;
  justify-content: space-around;
  list-style: none;
}

/* catch_end */

/* point */

.point {
  margin-top: -100px;
  padding-top: 150px;
  background: #fff;
  margin-bottom: 180px;
}

.point h2 {
  font-size: 2.2em;
  text-align: center;
  margin-bottom: 30px;
}

.point ol {
  width: 98%;
  max-width: 1100px;
  margin: 20px auto;
  display: flex;
  list-style: none;
  justify-content: space-between;
}

.point ol li {
  width: 215px;
  margin-right: 20px;
  counter-increment: calc-ex9;
}

.point ol li dl dt {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 15px;
  display: flex;
  line-height: 120%;
  align-items: flex-end;
}

.point ol li dl dt:before {
  content: counter(calc-ex9) ".";
  font-weight: normal;
  font-size: 2.8em;
  margin-right: 10px;
  vertical-align: bottom;
  color: #979797;
  line-height: 83%;
}

.point ol li dl dd {
  height: 15.5em;
}

/* point_end */

/* work */

.work {
  background: #edfff0;
  padding-bottom: 50px;
  margin-bottom: 60px;
}

.work .title_space {
  position: relative;
  display: flex;
  margin-bottom: 65px;
}

.work h2 {
  font-size: 2.5em;
  writing-mode: vertical-rl;
  letter-spacing: 4px;
  padding: 30px 150px 30px 30px;
  background: #fff;
  border: 2px solid #000;
  background: url(../../../../../uploads/img/recruit/work_title.jpg) no-repeat 95% 95% #fff;
  margin-top: -100px;
  margin-right: 30px;
  line-height: 140%;
}

.work .title_space p {
  margin-top: 80px;
  font-weight: 600;
  font-size: 1.2em;
}

.work .work_section {
  list-style: none;
  display: flex;
  justify-content: space-around;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.work .work_section li {
  text-align: center;
}

.work .work_section li label {
  display: block;
  cursor: pointer;
  transition: 350ms;
}

.work .work_section li label:hover span {
  border: 2px solid var(--site_color);
  color: var(--site_color);
}

.work .work_section li span {
  display: block;
  font-size: 0.875rem;
  margin-top: 5px;
  border: 2px solid #000;
  background: #fff;
  padding: 3px;
  border-radius: 20px;
  font-weight: 600;
  transition: 350ms;
}

.work .work_section_detail {
  width: 800px;
  margin: 40px auto;
  border: 2px dotted #ccc;
  padding: 15px 20px;
  background: #fff;
}

.work .work_section_detail li article {
  display: flex;
  justify-content: space-around;
}

.work .work_section_detail li article figure {
  width: 35%;
}

.work .work_section_detail li article figure img {
  width: 100%;
}

.work .work_section_detail li article figcaption {
  width: 60%;
}

.work .work_section_detail li article figcaption h3 {
  text-align: center;
  font-size: 1.3em;
}

.work input[type=radio] {
  display: none;
}

.work .tab_panel {
  display: none;
}

.work #tab1:checked ~ .work_section label[for=tab1] span {
  border: 2px solid var(--site_color);
  color: var(--site_color);
}

.work #tab2:checked ~ .work_section label[for=tab2] span {
  border: 2px solid var(--site_color);
  color: var(--site_color);
}

.work #tab3:checked ~ .work_section label[for=tab3] span {
  border: 2px solid var(--site_color);
  color: var(--site_color);
}

.work #tab4:checked ~ .work_section label[for=tab4] span {
  border: 2px solid var(--site_color);
  color: var(--site_color);
}

.work #tab5:checked ~ .work_section label[for=tab5] span {
  border: 2px solid var(--site_color);
  color: var(--site_color);
}

.work #tab6:checked ~ .work_section label[for=tab6] span {
  border: 2px solid var(--site_color);
  color: var(--site_color);
}

.work #tab1:checked ~ .work_section_detail #panel1 {
  display: block;
}

.work #tab2:checked ~ .work_section_detail #panel2 {
  display: block;
}

.work #tab3:checked ~ .work_section_detail #panel3 {
  display: block;
}

.work #tab4:checked ~ .work_section_detail #panel4 {
  display: block;
}

.work #tab5:checked ~ .work_section_detail #panel5 {
  display: block;
}

.work #tab6:checked ~ .work_section_detail #panel6 {
  display: block;
}

/* work_end */

/* entry */

.entry h2 {
  font-size: 2.5em;
  writing-mode: vertical-rl;
  letter-spacing: 4px;
  padding: 60px 170px 60px 60px;
  background: #fff;
  border: 2px solid #000;
  background: url(../../../../../uploads/img/recruit/entry_title.jpg) no-repeat 95% 95% #fff;
}

.entry h3 {
  margin: 50px 0;
  text-align: center;
  font-size: 2em;
}

.entry ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
}

/* entry_end */

@media (min-width: 769px) {
  .visual article {
    position: absolute;
    top: 0;
    right: 0;
    writing-mode: vertical-rl;
    text-align: left;
    vertical-align: top;
    background: #fff;
    padding: 40px;
  }

  .visual article h1 {
    font-size: 3em;
    margin-left: 20px;
    letter-spacing: 15px;
  }

  .visual article p {
    font-size: 1.3em;
    margin-top: 2.5em;
    letter-spacing: 8px;
    line-height: 230%;
  }
}

@media (max-width: 768px) {
  .inner {
    width: 98%;
    max-width: 100%;
  }

  .visual article h1 {
    font-size: 2em;
    margin-left: 20px;
    text-align: center;
  }

  .visual article p {
    font-size: 1em;
    margin-top: 1em;
    text-align: center;
    line-height: 230%;
  }

  .catch {
    margin-top: 30px;
    padding: 30px 15px;
  }

  .catch h2 span {
    font-size: 1.2rem;
    max-width: 95%;
  }

  .catch ul {
    flex-wrap: wrap;
  }

  .catch ul li {
    width: 45%;
  }

  .catch div {
    font-size: 1em;
  }

  .point ol {
    width: 100%;
    max-width: 100%;
    display: block;
  }

  .point ol li {
    width: 100%;
    margin: 15px 0;
  }

  .point ol li dl dt:before {
    font-size: 1.4em;
  }

  .point ol li dl dd {
    height: auto;
  }

  .point ol li figure {
    text-align: center;
    margin-bottom: 15px;
  }

  .work {
    padding: 10px 10px 30px 10px;
  }

  .work .title_space {
    position: relative;
    display: block;
    margin-bottom: 65px;
  }

  .work h2 {
    font-size: 1.8em;
    writing-mode: horizontal-tb;
    letter-spacing: 4px;
    padding: 30px 40px 30px 30px;
    background: #fff;
    border: 2px solid #000;
    background: url(../../../../../uploads/img/recruit/work_title.jpg) no-repeat 95% 95% #fff;
    margin-top: -100px;
    margin-right: 30px;
    line-height: 140%;
  }

  .work .title_space p {
    margin-top: 30px;
    font-weight: 600;
    font-size: 1.2em;
  }

  .work .work_section_detail {
    width: 90%;
  }

  .work .work_section_detail li article {
    display: block;
  }

  .work .work_section_detail li article figure {
    width: 100%;
  }

  .work .work_section_detail li article figure img {
    width: 100%;
  }

  .work .work_section_detail li article figcaption {
    width: 100%;
  }

  .work .work_section li {
    width: 30%;
    margin-bottom: 20px;
  }

  .entry h2 {
    font-size: 2em;
    writing-mode: horizontal-tb;
    letter-spacing: 4px;
    padding: 40px 102px 40px 40px;
    background: #fff;
    border: 2px solid #000;
    background: url(../../../../../uploads/img/recruit/entry_title.jpg) no-repeat 95% 95% #fff;
  }

  .entry h3 {
    font-size: 1.5em;
  }

  .entry ul {
    flex-wrap: wrap;
  }

  .entry ul li {
    width: 48%;
  }
}