@charset "UTF-8";
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* ================================================
BASE：基本設定
================================================ */
html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, verdana, sans-serif;
}

.ie6 * {
  zoom: 1;
}

#wrapper {
  margin: 0;
  padding: 0;
  min-width: 1200px;
  background-image: url('../images/bg_main.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  overflow: hidden;
  text-align: center;
}

#main {
  margin: 0 auto;
  padding-bottom: 46px;
  width: 1200px;
  text-align: left;
}

h2 {
  margin: 0;
}

a {
  color: #d13432;
  text-decoration: none;
}

img {
  border: none;
  vertical-align: top;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}

.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  margin: 0;
  padding: 0;
}

/* ------------------------------------------------------------------------
    #header
------------------------------------------------------------------------  */
#header {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  width: 960px;
  height: 976px;
}

#header .logo {
  position: absolute;
  top: 27px;
  left: 0;
  right: 0;
  width: 156px;
  height: 45px;
  margin: auto;
  z-index: 2;
}

#header h1.ttl {
  width: 613px;
  height: 474px;
  position: absolute;
  top: 257px;
  left: 177px;
  z-index: 2;
}

#header .member {
  position: absolute;
  top: 303px;
  left: 16px;
  width: 157px;
  height: 98px;
}

#header .catch {
  position: absolute;
  top: 268px;
  left: 192px;
  width: 445px;
  height: 143px;
}

#header .btn {
  position: absolute;
  bottom: -125px;
  left: 125px;
  z-index: 10;
}

.logo_title {
  width: 261px;
  height: 166px;
  position: absolute;
  top: 157px;
  right: 0;
  left: 52.3%;
  z-index: 2;
  transform: translateX(-50%);
  margin: auto;
}

#header .ttl_sub {
  width: 313px;
  height: 175px;
  position: absolute;
  bottom: 49px;
  left: 323px;
  z-index: 2;
}
#header .ttl_chara {
  display: block;
  position: absolute;
  top: 98px;
  left: -30px;
  width: 1253px;
  height: 914px;
  background-image: url("../images/title_chara_01.png");
  background-size: 1253px 914px;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 1;
}
#header .ttl_ribbon {
  width: 1227px;
  height: 160px;
  position: absolute;
  top: 745px;
  left: -134px;
  z-index: 6;
}

/* ------------------------------------------------------------------------
    cv_button
------------------------------------------------------------------------  */
.cv_button {
  max-width: 910px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 18px 0 15px;
  transform: translateX(-10px);
}

.cv_button .btn_play,
.cv_button .btn_login{
  text-align: center;
}

.cv_button .btn_play a{
  display: inline-block;
}
.cv_button .btn_group:nth-of-type(1){
  margin-left: 35px;
}
#content .cv_button{
  margin-top: 35px;
  margin-bottom: 22px;
}

/* ------------------------------------------------------------------------
    #flow
------------------------------------------------------------------------  */
#flow {
  position: relative;
  margin-top: 73px;
}


/* ------------------------------------------------------------------------
    #job
------------------------------------------------------------------------  */
#job{
  margin-top: 37px;
}

#job .job-title img{
  width: 100%;
  height: auto;
}

#job .choice-img.choice-img02{
  margin-top: -16px;
  padding-left: 22px;
}

#job .choice-img.choice-img03{
  margin-top: 2px;
  padding-left: 48px;
}

#job .list-choice{
  position: relative;
  text-align: center;
}

#job .list-choice .choice-group{
  position: relative;
}

#job .list-choice .slide-group{
  position: absolute;
  top: 180px;
  left: 182px;
  max-width: 837px;
  margin: 0 auto;
}

#job .tabs {
  position: relative;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  z-index: 10;
}

#job .tabs .tab.active {
  position: relative;
  z-index: 12;
}
#job .tabs .tab:not(.active) {
  transform: translateY(13px);
}

#job .tabs .tab img.off{
  position: relative;
  display: block;
}

#job .tabs .tab img.on{
  display: none;
}

#job .tabs .tab.active img.on{
  display: block;
}

#job .tabs .tab.active img.off{
  display: none;
}

#job .tab-content {
  display: none;
}
#job .tab-content.active {
  display: block;
}

#job .controls a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
}

#job .controls a.prev {
  left: -41px;
}

#job .controls a.next {
  right: -41px;
}

#job .slide-group.blue .controls a img.control-blue,
#job .slide-group.brown .controls a img.control-brown{
  display: block;
}

#job .slide-group.blue .controls a img.control-brown,
#job .slide-group.brown .controls a img.control-blue{
  display: none;
}

#job .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  gap: 10px;
  margin-top: 9px;
}

#job .slick-dots li button {
  display: block;
  padding: 0;
  border: none;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background-color: #d4d4d4;
  box-shadow: 1.414px 1.414px 3px 0px rgba(68, 44, 22, 0.3),inset -0.643px -0.766px 0px 0px rgba(0, 0, 0, 0.2);
  text-indent: -9999px;
  cursor: pointer;
}

#job .slide-group.blue .slick-dots li.slick-active button{
  background-color: #00264D;
}

#job .slide-group.brown .slick-dots li.slick-active button{
  background-color: #550a07;
}



/* ------------------------------------------------------------------------
    #footer
------------------------------------------------------------------------  */
#footer {
  text-align: center;
  line-height: 1.5;
  background-color: #fff;
  padding-top: 30px;
}

#footer ul {
  margin: 0;
  padding: 0;
}

#footer ul li {
  font-size: 10px;
  font-size: 1rem;
}

#footer .footer_logo {
  padding: 17px 0;
  text-align: center;
}

/* ------------------------------------------------------------------------
    #enjoy
------------------------------------------------------------------------  */
#enjoy01 {
  margin-top: -72px;
}
.enjoy .enjoy-title img{
  width: 100%;
  height: auto;
}
.enjoy .slide-group{
  position: relative;
}
.enjoy .wrap{
  width: 1242px;
}
.enjoy .list-choice{
  padding-top: 2px;
  transform: translateX(-9px);
}
.enjoy .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  gap: 20px;
  margin-top: 15px;
  padding-right: 20px;
}

.enjoy .slick-dots li button {
  display: block;
  padding: 0;
  border: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: #d4d4d4;
  box-shadow: 1.414px 1.414px 3px 0px rgba(68, 44, 22, 0.3),inset -0.643px -0.766px 0px 0px rgba(0, 0, 0, 0.2);
  text-indent: -9999px;
  cursor: pointer;
}

.enjoy .slick-dots li.slick-active:nth-of-type(1) button{
  background-color: #fb3247;
}

.enjoy .slick-dots li.slick-active:nth-of-type(2) button{
  background-color: #037700;
}
.enjoy .slick-dots li.slick-active:nth-of-type(3) button{
  background-color: #d02c00;
}
.enjoy .slide-button a{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50.8%;
  transform: translateY(-50%);
}
.enjoy .slide-button a.prev{
  left: 45px;
}
.enjoy .slide-button a.next{
  right: 66px;
}
.enjoy .choice02{
  position: relative;
}
.enjoy .choice-img02{
  margin-left: 37px;
}
.enjoy-btn{
  text-align: center;
  position: absolute;
  bottom: 31px;
  left: 49.1%;
  transform: translate(-50%);
}
.enjoy-btn a{
  display: inline-block;
}
.enjoy-btn a:hover{
  opacity: .7;
}
.enjoy-btn-01{
  text-align: center;
  position: absolute;
  top: 265px;
  left: 23.6%;
  transform: translate(-50%);
}
.enjoy-btn-01 a{
  display: inline-block;
}
.enjoy-btn-01 a:hover{
  opacity: .7;
}
.enjoy-btn-02{
  text-align: center;
  position: absolute;
  top: 265px;
  left: 43.2%;
  transform: translate(-50%);
}
.enjoy-btn-02 a{
  display: inline-block;
}
.enjoy-btn-02 a:hover{
  opacity: .7;
}
#enjoy02 {
  margin-top: 32px;
}

/* cvWrap ============================= */
#cvArea {
  height: 160px;
}

#cvWrap.on {
  position: fixed;
  top: 0;
}

#cvWrap.on.fixed {
  position: absolute;
  top: 0;
}

#cvWrap {
  position: relative;
  width: 100%;
  min-width: 1020px;
  height: 160px;
  z-index: 100;
  background-color: #ffffff;
}

#job .js-slide .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 41.5%;
  transform: translateY(-50%);
  font-size: 0;
  width: 94px;
  height: 114px;
  border: none;
  padding: 0;
  margin: 0;
  z-index: 1;
  cursor: pointer;
}

#job .js-slide .slick-arrow.slick-prev {
  left: -41px;
  background: url('../images/job_arrow_left_01.png') center/contain no-repeat;
}

#job .js-slide .slick-arrow.slick-next {
  right: -39px;
  background: url('../images/job_arrow_right_01.png') center/contain no-repeat;
}

#job #tab2 .js-slide .slick-arrow.slick-prev {
  background: url('../images/job_arrow_left_02.png') center/contain no-repeat;
}

#job #tab2 .js-slide .slick-arrow.slick-next {
  background: url('../images/job_arrow_right_02.png') center/contain no-repeat;
}

@media (min-width: 1025px) {
  #cvArea,
  #cvWrap {
    height: 89px;
  }

  .cv_button {
    max-width: 535px;
    padding: 1px 0 5px 20px;
  }

  #cvWrap.on.fixed .cv_button {
    padding: 1px 0 5px 34px;
  }

  .cv_button .btn_group:nth-of-type(1) {
    margin-left: 25px;
  }
}

@media (max-width: 1200px) {
  html, body,
  #cvWrap {
    min-width: 1200px;
  }

  .cv_button {
    max-width: 80%;
  }
}

.onlySP {
  display: none;
}

.onlyPC {
  display: inline-block;
}

@media (max-width: 1024px) {
  .onlySP {
    display: inline-block;
  }

  .onlyPC {
    display: none;
  }
}

@media (max-width: 1525px) {
  #wrapper{
    background-size: inherit;
  }
}

.flow-text {
  margin: 0 -33px;
}

.flow-intro {
  position: relative;
  margin-top: -4px;
}

.flow-intro > img {
  margin: 0 auto;
  display: block;
}

.flow-intro-btn {
  position: absolute;
  right: 230px;
  top: 71px;
  display: flex;
  gap: 8px;
}

.flow-note {
  position: absolute;
  right: 357px;
  bottom: 27px;
}

@media (max-width: 1200px) {
  .flow-text {
    margin: 0;
  }
}