@charset "UTF-8";


/*common*/
html{
	font-size:62.5%;
  scroll-behavior: smooth;
}

img {
  width: 90%;
}

.text-center {
  text-align: center;
}

.wrap {
  max-width: 980px;
  margin: 0 auto;
  padding: 40px 20px;
}

h1,h3,p,li,a,small {
  font-family: 'fot-tsukuardgothic-std',Meiryo,sans-serif;
  color: #000;
}

#top,#recruit,#work,#person,#secret,#map,#office,#partner,#true {
  display: block;
  padding-top: 105px;
  margin-top: -70px;
}

#work {
  padding-top: 140px;  
}

/*common_sp*/
h1 {
  font-size: 2.2em;
}

h2 {
  text-align: center;
  font-family: 'HG創英角ｺﾞｼｯｸUB',"Hiragino Kaku Gothic ProN","Helvetica Neue", Arial, "Hiragino Sans",  "BIZ UDPGothic", Meiryo, sans-serif;
  color: #ffc000;
  font-size: 2.8em;
  text-stroke: 1px #7167cb;
  -webkit-text-stroke: 1px #7167cb;
  margin-bottom: 50px;
}

h3 {
  font-size: 2.4em;
  margin-bottom: 40px;
}

h4 {
  font-size: 1.8em;
  font-family: 'HG創英角ｺﾞｼｯｸUB',"Hiragino Kaku Gothic ProN","Helvetica Neue", Arial, "Hiragino Sans",  "BIZ UDPGothic", Meiryo, sans-serif;
  color: #ffc000;
  margin-bottom: 10px;
}

p {
  font-size: 1.6em;
  letter-spacing: 0.05em;
  line-height: 1.6em;
  text-align: justify;
}

/*top_sp*/
.header {
  height: 100vh;
  width:100vw;
  background-image: url(../images/hero_sp.jpg);
  background-size: cover;
  background-position: top;
}

.top {
  background-color: #ffc000;
  position: fixed;
  z-index: 5;
  top: 0;
  width: 100vw;
  height: 70px;
}

.top--logo {
  position: fixed;
  z-index: 5;
  width: 100px;
  margin: 16px 0 0 20px;
}

.top--text {
  position: absolute;
  top: 32px;
  left: 123px;
}

/*humburger-menu_sp*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 5;
  right: 20px;
  top: 14px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}

.hamburger span {
  display: block;
  position: absolute;
  width: 35px;
  height: 4px;
  left: 6px;
  background: #7167cb;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 8px;
}
.hamburger span:nth-child(2) {
  top: 16px;
}
.hamburger span:nth-child(3) {
  top: 24px;
}
.hamburger span:nth-child(4) {
  top: 32px;
}

.hamburger.active span:nth-child(1),
.hamburger.active span:nth-child(2) {
  top : 15px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(3),
.hamburger.active span:nth-child(4) {
  top: 15px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  top  : 0;
  left : 0;
  color: #ffc000;
  background: #ffc000;
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100vw;
  height: 100vh;
}

.fa-external-link-alt {
  margin-left: 30px;
  color: #555;
}

nav.globalMenuSp ul {
  margin: 70px auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  font-size: 2.6em;
  list-style-type: none;
  padding-bottom: 25px;
}

@media screen and (min-height:650px) {
nav.globalMenuSp ul {
  margin: 100px auto;
}
  
nav.globalMenuSp ul li {
  font-size: 2.6em;
  padding-bottom: 30px;
}
}

nav.globalMenuSp ul li:last-of-type {
  padding-top: 25px;
  padding-bottom: 28px;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  width: 85%;
  margin: 15px auto 0;
}

nav.globalMenuSp ul li:hover{
  color: #7167cb;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #000;
  text-decoration :none;
}

nav.globalMenuSp.active {
  transform: translateX(0%);
}

/*btn_sp*/
.header-btn{
  z-index: 5;
  position: fixed;
  top: 77vh;
  right: 20px;
  background: #7167cb;
  color: #ffc000;
  width: 80px;
  height: 80px;
  font-size: 2.0em;
  line-height: 79px;
  text-transform: uppercase;
  border-radius: 50%;
  text-align: center;
}

.header-btn:focus,
.header-btn:hover{
  line-height: 72px;
  box-sizing: border-box;
  border: solid 3px #ffc000;
}

.header-btn:active {
  background: #6044aa;
  border: solid 3px #dfa000;
  transform: translateY(4px);
  -webkit-transform: translateY(4px);
}

/*recruit_sp*/
.semiCircle {
  box-sizing:content-box;
  padding: 75px 20px 0;
  position: relative;
  border-bottom: solid 1px #777;
  background-color: #fff;
  text-align: center;
}

.semiCircle::before {
  position: absolute;
  content: '';
  left: 50%;
  width: 60px;
  height: 30px;
  border-radius: 0 0 50px 50px;
  transform: translateX(-50%) translateY(50%);
  bottom: -15px;
  border: solid 1px #777;
  border-top: solid 1px #fff;
  background-color: #fff;
  outline: none;
}

.semiCircle h2 {
  margin-bottom: 35px 
}

.scroll p {
  transform: translateY(25px);
  margin-top: 40px;
  color: #444;
  font-size: 1.4em;
  text-transform: uppercase;
  text-align: center;
}

.scroll i {
  transform: translateY(25px);
  color: #888;
  font-size: 2.6em;
  -webkit-animation:blink 1.8s ease-in-out infinite alternate;
  -moz-animation:blink 1.8s ease-in-out infinite alternate;
  animation:blink 1.8s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

/*work_sp*/
.work-wrap {
  text-align: center;
  padding: 100px 20px 40px;
  max-width: 980px;
  margin: 0 auto;
}

.work-wrap img {
  margin-bottom: 8px;
  width: 90%;
  max-width: 960px;
}

.work-wrap ul {
  display: flex;
  width: 100%;
  margin-bottom: 40px;
}

.work-wrap li {
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  width: 25%;
}

/*person_sp*/
.parson-card {
  position: relative;
  width: 100%;
  height: 90vw;
}

.person__text--1 {
  position: absolute;
  top: 85px;
  left: 31%
}

.person__text--2 {
  position: absolute;
  top: 85px;
  left: 10%;
}

.parson-card h3 {
  font-size: 2.3em;
  margin-bottom: 10px;
}

.parson img {
  width: 100%;
  position: absolute;
  z-index: -10;
  top: 0;
}

.parson__p:not(:last-of-type) {
  margin-bottom: 30px;  
}

#parson--space {
  margin-bottom: 50px;
}


@media screen and (max-width:360px) {
  .parson-card h3 {
    font-size: 2em;
    margin-bottom: 10px;
  }
  
  .person__text--1,
  .person__text--2 {
  top: 70px;
  }
  
  .person__text--1 {
  left: 28%;
  }
}

/*secret_sp*/
.secret-cards {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  display: -ms-flexbox;
  display: flex;
  scrollbar-width: none;
}

.secret-cards::-webkit-scrollbar {
    width: 0;
    display: none;
}

.secret-cards-item {
  width: 100%;
  min-width: 100%;
  margin-bottom: 30px;
}

.secret-cards-item:not(:last-child) {
  margin-right: 50px;
}

.secret__flex {
  display: flex;
}

.secret__sign {
  font-size: 2.0em;
  color: #000;
  text-align: center;
  width: 100%;
}

.secret__flex-item {
  color: #BEBEED;
  font-size: 2.5em;
  position: relative;
  top: 6px;
  -webkit-animation:blink 1.3s ease-in-out infinite alternate;
  -moz-animation:blink 1.3s ease-in-out infinite alternate;
  animation:blink 1.3s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

/*map_sp*/
.map__img {
  width: 85%;
  margin: 0 0 40px;
}

/*office_sp*/
.office {
  text-align: center;
}

.office-img {
  width: 100%;
  max-width: 960px;
}

.office__sign {
  font-size: 2.0em;
  color: #000;
  text-align: right;
  margin-top: 30px;
}

.office--link {
  height: 1.2em;
  width: 1.2em;
  margin-left: 9px;
  margin-bottom: 4px;
}

/*partner_sp*/
.partner-container {
  display: flex;
  flex-wrap: wrap;
}

.partner-container img {
  width: 100%;
}

.partner-container>li {
  align-items: center;
  margin: 0 1.5% 15px;
  width: 17%;
}

/*under-btn_sp*/
.under-btn {
  display: inline-block;
  background: #7167cb;
  color: #ffc000;
  width: 100%;
  height: 60px;
  font-size: 2.8em;
  line-height: 2.0em;
  text-transform: uppercase;
  text-align: center;
  margin: 0px 0 60px;
}

.under-btn:focus,
.under-btn:hover{
  line-height: 1.85em;
  box-sizing: border-box;
  border: solid 3px #ffc000;
}

.under-btn:active {
  background: #6044aa;
  border: solid 3px #dfa000;
  box-sizing: border-box;
  transform: translateY(4px);
  -webkit-transform: translateY(4px);
}

/*footer_sp*/
.footer {
  background-color: #ffc000;
  padding: 30px 20px; 
}

.footer>ul {
  display: flex;
  margin-bottom: 15px;
}

.footer li {
  font-size: 1.2em;
  width: 33%;
}

small {
  font-size: 0.8em;
}


/* true_sp */
.true-hero {
  height: 100vh;
  padding: 0 20px;
}

.true-hero h1 {
  width: 100%;
  font-size: 2.4em;
  line-height: 1.8;
  position: absolute;
  top: 50vh;
  transform: translateY(-50%);
  left: 50%;
  transform: translateX(-50%);
}

.true-hero>.true-scroll {
  position: absolute;
  top: 90vh;
  color: #bebeed;
  font-size: 3em;
  -webkit-animation:blink 1.8s ease-in-out infinite alternate;
  -moz-animation:blink 1.8s ease-in-out infinite alternate;
  animation:blink 1.8s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}


.true-h2 {
  color: #000;
  font-family: 'fot-tsukuardgothic-std',Meiryo,sans-serif;  
  text-stroke: 1px #7167cb00;
  -webkit-text-stroke: 1px #7167cb00;
  font-size: 2.8em;
}

.true-text {
  padding: 40px 20px 100px;
}

.true-text p:not(:last-of-type) {
  margin-bottom: 40px;
}

.true-text img {
  padding: 30px 0 70px;
  width: 100%
}

.footer p {
  text-align: center;
  margin: 0 auto 8px;
  font-size: 1.2em;
}

/*pc*/

@media screen and (min-width:900px) {


  /*common*/

  img {
    width: 90%;
  }

  .wrap {
    max-width: 980px;
    margin: 0 auto;
    padding: 60px 60px;
  }

  h1,h3,p,li,a,small {
    font-family: 'fot-tsukuardgothic-std',Meiryo,sans-serif;
    color: #000;
  }

  /*common_pc*/
  h1 {
    font-size: 5.0em;
  }

  h2 {
    font-size: 4.0em;
    margin-bottom: 70px;
  }

  h3 {
    font-size: 2.4em;
    margin-bottom: 40px;
  }

  h4 {
    font-size: 1.8em;
    margin-bottom: 10px;
  }

  /*top_pc*/
  .header {
    background-image: url(../images/hero_pc.jpg);
    background-size: cover;
    background-position: center;
  }

  .top--logo {
    width: 110px;
  }

  .top--text {
    position: absolute;
    top: 34px;
    left: 132px;
  }

  /*btn_pc*/
  .header-btn{
    top: 70vh;
    right: 80px;
    width: 120px;
    height: 120px;
    font-size: 2.8em;
    line-height: 116px;
  } 
  
  .header-btn:focus,
  .header-btn:hover{
    line-height: 110px;
  }

  .header-btn:active {
    transform: translateY(6px);
    -webkit-transform: translateY(6px);
  }
  
  /*recruit_pc*/
  .semiCircle {
    padding: 110px 60px 0;
  }

  .recruit__text {
    width: 800px;
    margin: 0 auto;
  }

  .semiCircle h2 {
    margin-bottom: 50px;
  }
  
  .scroll {
    margin-top: 70px;
    transform: translateY(23px)
  }
  
  .scroll p {
    font-size: 1.6em;
  }

  .scroll i {
    margin-top: 2px;
    font-size: 2.5em;
    -webkit-animation:blink 1.7s ease-in-out infinite alternate;
    -moz-animation:blink 1.7s ease-in-out infinite alternate;
    animation:blink 1.7s ease-in-out infinite alternate;
  }

  /*work_pc*/
  .work-wrap {
    padding: 100px 60px 50px;
  }

  .work-wrap li {
    font-size: 1.2em;
    letter-spacing: 0.07em;
    line-height: 1.2;
  }
  
  /*person_sp*/
  .person__flex {
    display: flex;
  }
  
  .even {
    flex-direction: row-reverse;
  }
  
  .person__flex-item {
    margin: 0 auto;
    justify-content: space-between;
    width: 45%;
    height: auto;
  }
  
  .parson-card {
    position: relative;
  }

  .parson-card h3 {
    font-size: 2.4em;
    margin-bottom: 10px;
  }

  .person__text--1 {
    position: absolute;
    top: 110px;
    left: 11vw;
  }

  .person__text--2 {
    position: absolute;
    top: 110px;
    left: 3vw;
  }

  .parson img {
    position: absolute;
    top: 20px;
  }

  #parson--space {
    margin-bottom: 70px;
  }

  /*secret_pc*/
  .secret-cards {
    width: 800px;
    margin: 0 auto;
    display: inherit;
  }

  .secret-cards-item:not(:last-of-type) {
    margin: 0 0 70px;
  }

  .secret-cards-item h3 {
    border: solid 4px #FDE6B4;
    border-radius: 5px;
    max-width: 270px;
    margin: 10px auto 40px;
    padding: 5px 0 8px;
  }
  
  .secret__flex {
    display: none;
  }
  
  /*map_pc*/
  .map-flex {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-flow: row-reverse;
  }
  
  .map-flex-item {
    width: 45%;
    margin: 0;
  }
  
  /*office_pc*/
  .office {
    text-align: center;
  }

  .office-img {
    margin-bottom: 0;
    width: 100%;
    max-width: 960px;
  }

  .office__sign {
    max-width: 960px;
    font-size: 2.0em;
    color: #000;
    text-align: right;
    margin: 30px 0 0;
  }

  .office--link {
    height: 1.3em;
    width: 1.3em;
  }
  
  /*partner_pc*/
  .partner-container img {
    max-width: 800px;
  }

  .partner-container>li {
    margin: 0 1% 15px;
    width: 18%;
  }

  /*under-btn_pc*/
  .under-btn {
    display: block;
    width: 360px;
    margin: 0px auto 60px;
  }
  
  /*footer_pc*/
  .footer>ul {
    max-width: 360px;
    display: flex;
    margin: 0 auto 15px;
  }

  .footer li {
    font-size: 1.4em;
    width: 33%;
  }
  
  .footer small {
    font-size: 1em;
  }
  
  /*true_pc*/
  .true-text p {
    margin: 0 auto 70px;
    max-width: 800px;
    text-align: center;
  }
  
  .true-text p:last-of-type {
    margin-bottom: 0px;
  }
}

@media screen and (min-height:900px) {
  .top {
    height: 130px
  }
  
  .top--logo {
  width: 200px;
  margin: 25px 0 0 60px;
  }
  
  .top--text {
    font-size: 3em;
    position: absolute;
    top: 58px;
    left: 270px;
  }
  
  /*humburger-menu_pc*/
  .hamburger {
  top: 14px;
  right: 60px;
  width: 60px;
  height: 75px;
  }
  
  .hamburger span {
    display: block;
    position: absolute;
    width:80px;
    height: 9px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition   : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
  }

  .hamburger span:nth-child(1) {
    top: 20px;
  }
  .hamburger span:nth-child(2) {
    top: 40px;
  }
  .hamburger span:nth-child(3) {
    top: 60px;
  }
  .hamburger span:nth-child(4) {
    top: 80px;
  }

  .hamburger.active span:nth-child(1),
  .hamburger.active span:nth-child(2) {
    top : 40px;
    left: -15px;
  }

  .hamburger.active span:nth-child(3),
  .hamburger.active span:nth-child(4) {
    top: 40px;
    left: -15px;
    }
  
  nav.globalMenuSp ul {
  margin: 130px auto;
  }
  
  nav.globalMenuSp ul li {
  font-size: 2.8em;
  padding-bottom: 40px;
  }
  
  /*btn_pc*/
  .header-btn{
    top: 80vh;
    right: 10vh;
    width: 120px;
    height: 120px;
    font-size: 2.8em;
    line-height: 116px;
  } 
  
  .header-btn:focus,
  .header-btn:hover{
    line-height: 110px;
  }
}

@media screen and (min-width:1700px) {
    .person__text--1 {
    left: 7.3vw;
  }

  .person__text--2 {
    left: 2.3vw; 
  }
}



/*tab*/

@media screen and (min-width:700px) and (max-width:920px) {
  .secret-cards {
    width: 100%;
    margin: 0 auto;
    display: inherit;
  }
  
  .recruit__text {
    width: 100%;
    margin: 0 auto;
  }
  
  .parson-card h3 {
    font-size: 2em;
    margin-bottom: 10px;
  }
  
  .person__text--1 {
    top: 90px;
    left: 8.5vw;
  }

  .person__text--2 {
    top: 90px;
    left: 3vw; 
  }
}


