@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&subset=japanese");
@import url(//fonts.googleapis.com/css?family=Noto+Serif+JP:300,400,500,700&amp;subset=japanese);
@import url(//fonts.googleapis.com/css?family=Oswald:300,400,500);
/* =================================================
   unique layout
================================================= */
/* -----------------------------------------------
    変数
----------------------------------------------- */
/* -------------------------------------
   common
------------------------------------- */
#contens-banner #bnr-recruit {
  display: none !important;
}

/* -------------------------------------
   article
------------------------------------- */
#article {
  /* -------------------------------------
       main
    ------------------------------------- */
  /* -------------------------------------
       section
    ------------------------------------- */
}

#article #main {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

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

#article #main a,
#article #main a:link {
  display: block;
  text-decoration: none;
}

#article #main .inner {
  width: 100%;
  position: relative;
  /* -------------------------------------
               slider
            ------------------------------------- */
}

#article #main .inner .figure {
  width: 100%;
}

#article #main .inner .slick_slider {
  margin: 0 !important;
  /* -------------------------------------
                   slider
                */
  /* -------------------------------------
                   slick-arrow
                */
  /* -------------------------------------
                   slick-dots
                */
}

#article #main .inner .slick_slider .slider {
  position: absolute;
  top: 0;
}

#article #main .inner .slick_slider .slider:first-child {
  position: static;
}

#article #main .inner .slick_slider .slick-arrow {
  text-indent: -9999px;
  opacity: 0.1;
  transition: 0.3s;
  display: block;
  width: 60px;
  height: 60px;
  background: #999999;
  border-radius: 100%;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 50%;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.35);
}

#article #main .inner .slick_slider .slick-arrow:after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  margin: 0px auto 0 auto;
  border-top: 5px solid white;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 20%;
}

#article #main .inner .slick_slider .slick-arrow:hover {
  opacity: 0.9;
}

#article #main .inner .slick_slider .slick-arrow.slick-next {
  right: 5px !important;
}

#article #main .inner .slick_slider .slick-arrow.slick-next:after {
  border-right: 5px solid white;
  transform: translate(-68%, -50%) rotate(45deg);
}

#article #main .inner .slick_slider .slick-arrow.slick-prev {
  left: 5px !important;
}

#article #main .inner .slick_slider .slick-arrow.slick-prev:after {
  border-left: 5px solid white;
  transform: translate(-32%, -50%) rotate(-45deg);
}

#article #main .inner .slick_slider .slick-dots {
  bottom: 4px !important;
}

#article #main .inner .slick_slider .slick-dots li {
  text-indent: -9999px;
  width: 12px;
  height: 12px;
  margin: 0 0.6em !important;
  background: #999999;
  background: rgba(153, 153, 153, 0.85);
  border: 1px solid white;
  border-radius: 100%;
  box-sizing: border-box;
}

#article #main .inner .slick_slider .slick-dots li button:before {
  content: "" !important;
}

#article #main .inner .slick_slider .slick-dots li.slick-active {
  background: #ea6000;
  border: 1px solid white;
}

#article #main .inner .slick_slider.show .slider {
  position: static;
}

#article #main:hover .slick-arrow {
  opacity: 0.4;
}

#article .section {
  width: 100%;
  /* -------------------------------------
           section_1
        ------------------------------------- */
  /* -------------------------------------
           detail
        ------------------------------------- */
}

#article .section .inner {
  width: 87.5%;
  padding: 2rem 0 0;
  margin: 0 auto;
}

#article .section .inner img {
  display: block;
  width: 100%;
  height: auto;
}

#article .section.section_1 {
  margin: 0 0 3rem;
}

#article .section.section_1 .inner .h3 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 700;
  font-feature-settings: "pkna";
  letter-spacing: 0.05em;
  text-align: center;
}

#article .section.section_1 .inner .h3 span {
  display: block;
}

#article .section.section_1 .inner .h3.h3_1 {
  color: #ea6000;
  font-size: 1.8rem;
  line-height: 1.25;
  margin: 1rem 0 0;
}

#article .section.section_1 .inner p {
  text-align: center;
  color: black;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 1em 0 0;
}

#article .section.section_1 .inner p.lead {
  margin: 1.4rem 0 0 0;
}

#article .section.detail .inner .h3 {
  font-feature-settings: "pkna";
  color: black;
  text-align: center;
  letter-spacing: 0.125em;
  margin: 0;
}

#article .section.detail .inner .h3.h3_1 {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 2rem;
}

#article .section.detail .inner .h3.h3_2 {
  padding: 1em 0;
  border: 1px solid #999;
  box-sizing: border-box;
}

#article .section.detail .inner .h4 {
  font-feature-settings: "pkna";
  color: black;
  letter-spacing: 0.125em;
  margin: 0 0 1rem;
}

#article .section.detail .inner .h4.h4_1 {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}

#article .section.detail .inner p {
  font-size: 1.2rem;
  padding: 0 0 0.75em 0;
}

#article .section.detail .inner p.lead {
  margin: 1.4rem 0 0 0;
}

#article .section.detail .inner .notice {
  display: block;
  font-size: 1.0rem;
  line-height: 1.25 !important;
  margin: 0.5rem 0 0 0;
}

#article .section.detail .inner .nav {
  padding: 0 0 2rem;
  margin: 0 auto 2rem;
  border-bottom: 1px solid #cccccc;
}

#article .section.detail .inner .nav ul li {
  margin: 0 auto 0.5rem;
}

#article .section.detail .inner .nav ul li:last-of-type {
  margin: 0 auto;
}

#article .section.detail .inner .nav ul li a,
#article .section.detail .inner .nav ul li a:link {
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: bold;
  padding: 0.5em 0 0.35em;
  background: #f2f2f2;
  border: 1px solid #999999;
}

#article .section.detail .inner .link {
  display: flex;
  justify-content: flex-end;
  margin: 1.4rem 0 0 0;
}

#article .section.detail .inner .link a,
#article .section.detail .inner .link a:link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  width: auto;
  padding: 0.6rem 1.2rem;
  box-sizing: border-box;
  position: relative;
}

#article .section.detail .inner .link a:before,
#article .section.detail .inner .link a:link:before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 1.2rem 0 0;
  border: 1px solid #999;
}

#article .section.detail .inner .link a:after,
#article .section.detail .inner .link a:link:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  box-sizing: border-box;
  transform: rotate(45deg);
  position: absolute;
  z-index: 1;
  bottom: 0.8rem;
  left: 1.6rem;
}

#article .section.detail .inner .table {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 0.5rem 0 2.0rem 0;
  border-top: 1px solid #989898;
}

#article .section.detail .inner .table .th,
#article .section.detail .inner .table .td {
  font-size: 1.2rem;
  box-sizing: border-box;
  border-bottom: 1px solid #989898;
}

#article .section.detail .inner .table .th {
  width: 30.35714%;
  padding: 1.4rem 0.5rem 0.3rem 0;
}

#article .section.detail .inner .table .td {
  color: #000;
  width: 69.64286%;
  padding: 1.4rem 0 0.3rem 0;
}

#article .section.detail .inner .table .td ul {
  padding: 0 0 0.75em 1.5em;
}

#article .section.detail .inner .item {
  padding: 0 0 2.0rem 0;
}

@media screen and (min-device-width: 767px) {
  /* @media screen and (min-width:767px){ */
  /* =================================================
   unique layout
================================================= */
  /* -----------------------------------------------
    変数
----------------------------------------------- */
  /* -------------------------------------
   common
------------------------------------- */
  #footer {
    margin: 20px 0 0 0;
  }
  /* -------------------------------------
   article
------------------------------------- */
  #article {
    /* -------------------------------------
       main
    ------------------------------------- */
    /* -------------------------------------
       section
    ------------------------------------- */
  }
  #article #main {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  #article #main:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    background: white;
    display: block;
    width: 100%;
    height: 20px;
    opacity: 0.3;
  }
  #article #main .inner {
    width: 960px;
    margin: 0 auto;
    /* -------------------------------------
               slider
            ------------------------------------- */
  }
  #article #main .inner .slick_slider {
    display: block;
    position: relative;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    /* -------------------------------------
                   slider
                */
    /* -------------------------------------
                   slick-arrow
                */
    /* -------------------------------------
                   slick-dots
                */
  }
  #article #main .inner .slick_slider .slick-list {
    overflow: visible !important;
  }
  #article #main .inner .slick_slider .slider {
    width: 960px !important;
    background: white;
    position: absolute;
    top: 0;
  }
  #article #main .inner .slick_slider .slider img {
    opacity: 0.4;
    transition: 0.5s;
  }
  #article #main .inner .slick_slider .slider.slick-current img {
    opacity: 1;
  }
  #article #main .inner .slick_slider .slick-arrow {
    opacity: 0.4;
  }
  #article #main .inner .slick_slider .slick-arrow:hover {
    opacity: 1;
  }
  #article #main .inner .slick_slider .slick-arrow.slick-next {
    right: -30px !important;
  }
  #article #main .inner .slick_slider .slick-arrow.slick-prev {
    left: -30px !important;
  }
  #article #main .inner .slick_slider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 16px !important;
  }
  #article #main .inner .slick_slider .slick-dots li {
    width: 16px;
    height: 16px;
    margin: 0 10.66667px !important;
  }
  #article #main .inner .slick_slider .slick-dots li.slick-active {
    width: 20px;
    height: 20px;
  }
  #article #main:hover .slick-arrow {
    opacity: 1;
  }
  #article .section {
    width: 100%;
    /* -------------------------------------
           section_1
        ------------------------------------- */
    /* -------------------------------------
           detail
        ------------------------------------- */
  }
  #article .section .inner {
    width: 960px;
    padding: 40px 0 0;
  }
  #article .section.section_1 {
    margin: 0 auto 80px;
  }
  #article .section.section_1 .inner {
    padding: 80px 0 0 0;
  }
  #article .section.section_1 .inner .h3.h3_1 {
    font-size: 3rem;
    line-height: 1;
    margin: 0;
  }
  #article .section.section_1 .inner p {
    font-size: 1.4rem;
    line-height: 1.75;
    padding: 0;
  }
  #article .section.section_1 .inner p.lead {
    font-feature-settings: "pkna";
    letter-spacing: 0.05em;
    margin: 40px 0 0 0;
  }
  #article .section.detail {
    margin: 0 0 40px;
  }
  #article .section.detail .inner {
    width: 920px;
  }
  #article .section.detail .inner .h3.h3_1 {
    font-size: 2.4rem;
    margin: 0 0 40px;
  }
  #article .section.detail .inner .h3.h3_2 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem;
    line-height: 1.5;
    height: 150px;
    padding: 0;
    box-sizing: border-box;
  }
  #article .section.detail .inner .h4 {
    margin: 40px 0 10px;
  }
  #article .section.detail .inner .h4.h4_1 {
    font-size: 1.6rem;
  }
  #article .section.detail .inner p {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 0;
  }
  #article .section.detail .inner p.lead {
    text-align: center;
    line-height: 1.75;
    margin: 40px 0 0 0;
  }
  #article .section.detail .inner .notice {
    font-size: 1.2rem;
    line-height: 1.5 !important;
  }
  #article .section.detail .inner .notice:first-of-type {
    margin: 0.5rem 0 0;
  }
  #article .section.detail .inner .nav {
    padding: 0 0 60px;
    margin: 0 auto 60px;
  }
  #article .section.detail .inner .nav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #article .section.detail .inner .nav ul li {
    margin: 0 5px 10px;
  }
  #article .section.detail .inner .nav ul li:last-of-type {
    margin: 0 5px 10px;
  }
  #article .section.detail .inner .nav ul li a,
  #article .section.detail .inner .nav ul li a:link {
    font-size: 1.4rem;
    line-height: 1.5;
    width: 210px;
    height: 100%;
    padding: 10px 0 8px;
    box-sizing: border-box;
  }
  #article .section.detail .inner .nav ul li a:hover {
    color: white;
    background: #ea6000;
    border: 1px solid #ea6000;
  }
  #article .section.detail .inner .table {
    width: 920px;
    margin: 40px 0 20px;
  }
  #article .section.detail .inner .table .th,
  #article .section.detail .inner .table .td {
    font-size: 1.6rem;
    padding: 30px 0 28px;
  }
  #article .section.detail .inner .table .th p,
  #article .section.detail .inner .table .td p {
    font-size: 1.6rem;
  }
  #article .section.detail .inner .table .th {
    width: 220px;
    padding-left: 1.0em;
  }
  #article .section.detail .inner .table .td {
    font-weight: bold;
    width: 700px;
  }
  #article .section.detail .inner .table .td p {
    font-weight: bold;
  }
  #article .section.detail .inner .table .td ul {
    padding: 0 0 0.75em 1.5em;
  }
  #article .section.detail .inner .table .td ul:last-of-type {
    padding: 0 0 0 1.5em;
  }
  #article .section.detail .inner .item {
    padding: 0 0 40px 0;
  }
}
