@charset "UTF-8";
/* CSS Document */
/*----------------------------
リセット
-----------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
body * {
  box-sizing: border-box;
}
ol, ul {
  list-style: none;
}
li {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*==============================
共通
=============================*/
.pc {
  display: none;
}
img {
  vertical-align: bottom;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  opacity: 0.8;
  transition: all 0.2s ease-out 0s;
}
img {
  width: 100%;
  height: auto;
}
body {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Arial, Helvetica, 'ＭＳ Ｐゴシック', sans-serif !important;
  font-weight: 400;
  letter-spacing: 0.2ex;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  text-align: justify;
}
/*==============================
フォント設定
=============================*/
html * {
  font-size: 18px;
}
/*==============================
ヘッド
=============================*/
.hed-ttl {
  max-width: 260px;
  margin: 20px auto 20px;
}
.nav {
  background-color: #e84282;
  color: #fff;
}
.nav-box {
  margin: 0 auto;
  width: 1000px;
  display: flex;
  justify-content: space-around;
}
.nav-list {
  text-align: center;
}
.nav-list a {
  color: #fff;
  display: block;
  padding: 20px 0;
  font-size: 1rem;
}
.nav-list span {
  display: block;
  font-size: 0.6rem;
}
.hed-bnr {
  position: relative;
}
.hed-bnr_txt {
  position: absolute;
  top: 14vw;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 3rem;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-weight: bold;
}
p.hed-bnr_txt {}
#hed-copy {
  max-width: 1000px;
  background-color: #fff;
  margin: -10vw auto 50px;
  z-index: 1;
  padding: 50px 160px;
  position: relative;
  text-align: center;
  box-shadow: 2px 2px 4px 2px rgb(0 0 0 / 20%);
}
.hed-copy_ttl dt {
  font-size: 30px;
  color: #e84382;
  margin: 0 0 30px;
  font-weight: bold;
}
#hed-copy dd {
  line-height: 2;
  margin: 0;
}
.ceo-info_ttl {
  font-size: 30px;
  color: #e84382;
  margin: 60px 0 30px;
  font-weight: bold;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
.ceo-info_box {
  display: flex;
  justify-content: space-between;
}
.ceo-info_box_txt {
  width: 45%;
  text-align: justify;
  font-size: 1rem;
  position: relative;
}
.ceo-info_box_img {
  width: 50%;
}
.ceo-info_box_txt2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.fade-img {
  position: relative;
  /* width: 250px; */
  height: 640px;
  overflow: hidden;
}
.fade-img img {
  position: absolute;
}
.fade-img:after {
  content: "";
  width: 100vw;
  height: 100vw;
  background-color: #000;
  opacity: 0.2;
  display: block;
  position: absolute;
  top: 0;
}
/*============================
#results
============================*/
#results {
  background-color: #e295b5;
  padding: 30px 0;
}
.results_ttl {
  text-align: center;
  color: #fff;
  font-size: 30px;
  margin: 0 0 0px;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
.results_ttlsb {
  text-align: center;
  color: #fff;
  margin: 0 0 30px;
}
.results-box_wrap {
  position: relative;
  max-width: 1000px;
  margin: 0 auto 0;
  overflow: hidden;
}
.results-box {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
}
.results-box_date {
  background-color: #eee;
  width: 20%;
  font-size: 25px;
  padding: 20px 0 0 50px;
}
.results-box_txt dl {
  display: flex;
  flex-wrap: wrap;
}
.results-box_txt dt {
  width: 10%;
  margin: 0 0 10px;
}
.results-box_txt dd {
  width: 90%;
  font-size: 1rem;
}
.results-box_txt {
  width: 80%;
  padding: 20px 50px;
}
.results-box_line {
  position: absolute;
  width: 2px;
  height: 3500px;
  background-color: #000;
  left: 59px;
  top: 30px;
}
.results-box_date:before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #000;
  display: inline-block;
  border-radius: 50%;
  margin: 0 10px 0 0;
}
.results-box_date.d2018 {
  background-color: #e1e1e1;
}
.results-box_date.d2019 {
  background-color: #ccc;
}
.results-box_date.d2020 {
  background-color: #b3b0b0;
}
/*============================
#recruit
============================*/
#recruit {}
.recruit_ttl {
  text-align: center;
  font-size: 30px;
  color: #e84382;
  margin: 40px 0 0;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-weight: bold;
}
.recruit_box {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 40px auto;
  justify-content: space-between;
}
.recruit_list {
  width: 45%;
}
.recruit_list a {
  display: block;
  border: solid 1px #ccc;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 2px 2px 3px 0px rgb(0 0 0 / 20%);
}
.recruit_name {
  background-color: #e84382;
  color: #fff;
  text-align: center;
  padding: 5px 0;
}
.recruit_info {
  padding: 10px;
}
.recruit_info_new {
  display: inline-block;
  background-color: #f00;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  margin: 0 10px 0 0;
}
.recruit_info_txt {
  font-weight: bold;
}
.recruit_motto {
  background-color: #0dc0be;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}
.com-img {}
.com-img_list {
  display: flex;
  margin: 80px 0 0;
}
.com-img_list li {
  width: 33.33%;
}
.com-img_list li img {
  /* width: 100%; */
}
/*============================
#company-info
============================*/
#company-info {
  position: relative;
  padding: 110px 0;
}
.company-info_ttl {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 30px;
  color: #e84382;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-weight: bold;
}
.company-info_txt {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 0 auto;
}
.company-info_txt tr {
  border-bottom: solid 1px #e84382;
}
.company-info_txt td {
  padding: 40px 0;
}
.company-info_txt th {
  width: 20%;
}
.design01 {
  position: absolute;
  top: 0;
  width: 50%;
  right: 0;
}
.design02 {
  position: absolute;
  bottom: 0;
  width: 60%;
}
/*============================
#access
============================*/
#access {}
.access_hed {
  background: url(.././img/img-hedbnr.jpg) center center;
  display: flex;
  background-size: cover;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2rem;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-weight: bold;
}
.access_map {}
.access_map iframe {
  width: 100%;
  vertical-align: bottom;
}
.access_info {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
  justify-content: space-between;
  padding: 50px 0;
}
.access_info_img {
  width: 48%;
}
.access_info_txt {
  width: 45%;
  margin: 50px 0 0;
}
.zipcode {}
.address {}
.tel {
  margin: 10px 0;
}
.address2 {
  color: #e84382;
}
/*============================
#footer
============================*/
#footer {
  background-color: #545454;
}
.ft_innner {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  padding: 30px 0;
  align-items: center;
  justify-content: space-around;
}
.ft_company {}
.ft_company_logo {
  margin: 0 0 20px;
}
.ft_ad {}
.ft_link {}
.ft_link li {
  margin: 0 0 10px;
}
.ft_link a:before {
  content: "";
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ffffff;
  position: absolute;
  left: -10px;
  top: 5px;
}
.ft_link a {
  color: #fff;
  position: relative;
  padding: 0 0px 0 0;
}
.reserv {
  background-color: #e84382;
  color: #fff;
  text-align: center;
  font-size: 0.8rem;
}
/*----------------------------
リキッド
-----------------------------*/
@media screen and (max-width: 768px) {
  /*==============================
共通
=============================*/
  .pc {}
  img {}
  img {
    width: 100%;
    height: auto;
  }
  body {}
  header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
  }
  /*==============================
フォント設定
=============================*/
  html * {
    font-size: 14px;
  }
  /*==============================
ヘッド
=============================*/
  .hed-ttl {
    width: 30%;
    margin: 10px auto;
  }
  .nav {}
  .nav-box {
    width: 100%;
    justify-content: space-between;
  }
  .nav-list {
    border-right: solid 1px #fff;
    width: 20%;
  }
  .nav-list a {
    font-size: 12px;
    padding: 6px 0;
  }
  .nav-list span {
    display: none;
  }
  .nav-list:last-child {
    border: none;
  }
  .hed-bnr {
    margin: 80px 0 0;
  }
  .hed-bnr_txt {}
  p.hed-bnr_txt {
    font-size: 16px;
    top: 20vw;
  }
  #hed-copy {
    padding: 5%;
    margin: -30px 20px 20px;
  }
  .hed-copy_ttl dt {
    margin: 0 0 5%;
    font-size: 20px;
  }
  #hed-copy dd {
    text-align: revert;
    line-height: 1.8;
    text-align: justify;
  }
  .ceo-info_ttl {
    margin: 5% 0;
    font-size: 20px;
  }
  .ceo-info_box {
    display: block;
  }
  .ceo-info_box_txt {
    width: 100%;
  }
  .ceo-info_box_img {
    width: 100%;
  }
  .ceo-info_box_txt2 {
    position: initial;
    text-align: right;
    margin: 20px 0 10px;
  }
  .fade-img {
    height: 50vw;
  }
  .fade-img img {}
  .fade-img:after {}
  /*============================
#results
============================*/
  #results {}
  .results_ttl {
    font-size: 20px;
  }
  .results_ttlsb {}
  .results-box_wrap {
    width: 90%;
  }
  .results-box {}
  .results-box_date {
    padding: 20px 0 0 5px;
    font-size: 14px;
  }
  .results-box_txt dl {}
  .results-box_txt dt {
    width: 20%;
    margin: 5% 0 0;
  }
  .results-box_txt dd {
    font-size: 12px;
  }
  .results-box_txt {
    padding: 5%;
  }
  .results-box_line {
    left: 9px;
  }
  .results-box_date:before {
    width: 10px;
    height: 10px;
    margin: 0 5px 0 0;
  }
  .results-box_date.d2018 {}
  .results-box_date.d2019 {}
  .results-box_date.d2020 {}
  /*============================
#recruit
============================*/
  #recruit {}
  .recruit_ttl {
    font-size: 20px;
  }
  .recruit_box {
    padding: 0 5%;
    margin: 5% 0;
  }
  .recruit_list {
    width: 100%;
    margin: 0 0 5%;
  }
  .recruit_list a {}
  .recruit_name {}
  .recruit_info {}
  .recruit_info_new {}
  .recruit_info_txt {}
  .recruit_motto {}
  .com-img {}
  .com-img_list {
    margin: 0;
  }
  .com-img_list li {}
  .com-img_list li img {}
  /*============================
#company-info
============================*/
  #company-info {
    padding: 10vw 0;
  }
  .company-info_ttl {}
  .company-info_txt {
    margin: 0 5%;
  }
  .company-info_txt tr {}
  .company-info_txt td {
    padding: 5% 0;
    font-size: 0.8rem;
  }
  .company-info_txt th {
    width: 30%;
    text-align: center;
    font-size: 0.8rem;
  }
  .design01 {}
  .design02 {}
  /*============================
#access
============================*/
  #access {}
  .access_hed {
    height: 30vw;
    font-size: 20px;
  }
  .access_map {}
  .access_map iframe {
    height: 60vw;
  }
  .access_info {
    padding: 5% 15% 0;
  }
  .access_info_img {
    width: 100%;
  }
  .access_info_txt {
    width: 100%;
    margin: 5% 0;
  }
  .zipcode {}
  .address {}
  .tel {}
  .address2 {}
  /*============================
#footerSS
============================*/
  #footer {}
  .ft_innner {
    width: 100%;
  }
  .ft_company {}
  .ft_company_logo {
    width: 60%;
  }
  .ft_ad {
    margin: 5% 0 05%;
  }
  .ft_link {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
  }
  .ft_link li {
    margin: 0 8% 0 0;
  }
  .ft_link li:last-child {
    margin-right: 0;
  }
  .ft_link a:before {}
  .ft_link a {}
  .reserv {}
}