@charset "utf-8";

/**************************************************/
/*                                                */
/*                  ベーススタイル　              */
/*                                                */
/**************************************************/

html {
  font-size: 62.5%;
  height: 100%;
  width: 100%;
}

body {
  background: #000;
  color: #fff;
  font-size: 1.6em;
  font-family:"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,"ヒラギノ角ゴ Pro","HiraKakuPro",sans-serif;
}

input,
select,
textarea,
button {
  font-size: 1em;
  font-family:"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,"ヒラギノ角ゴ Pro","HiraKakuPro",sans-serif;
  border: none;
}

img {
  height: auto;
  max-width: 100%;
}

a {
  color: #fff;
  transition: 0.2s linear;
}

a:hover {
  color: #fff;
}

@font-face {
  font-family: "carnac";
  src: url("/font/Carnac_Light/Hoftype - Carnac-Light.otf") ;
}


/**************************************************/
/*                                                */
/*                  ユーティリティ                */
/*                                                */
/**************************************************/

  .cf::before,
  .cf::after {
    clear: both;
    content: "";
    display: block;
  }

.fl {
  float: left;
}

.fr {
  float: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.red {
  color: #c33;
}

.gray {
  color: #ccc;
}

.form-error {
  background: #ffe0e0 !important;
}

.fs-small {
  font-size: 1.4rem;
}

.w20 {
  width: 20%;
}
.w30 {
  width: 30%;
}
.w50 {
  width: 50%;
}
.w70 {
  width: 70%;
}
.w100 {
  width: 100%;
}

/**************************************************/
/*                                                */
/*            　 レイアウト（骨組み）　　         */
/*                                                */
/**************************************************/

#wrapper {
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.l-header {
  height: 110px;
  margin: 0 auto;
  position: relative;
}

.l-footer {
  height: 35px;
  text-align: center;
}

.l-main {
  display: block;
  margin: 0 auto 120px;
}


/* ================================================
 * ヘッダー
 * ================================================*/

.logo {
  padding-top: 40px;
}

#home .logo { /* トップページ非表示 */
  display: none;
}


.top-logo-test img { /* テスト用 */
  margin-top: 120px;
  width: 280px;
}


/* ================================================
 * フッター
 * ================================================*/

small {
  color: #999;
  font-size: 1.2rem;
  line-height: 35px;
}

/*-- ページトップ --*/
#page-top {
  bottom: 50px;
  cursor: pointer;
  display: none;
  position: fixed;
}
  #page-top::after,
  #page-top:hover::after {
    content: "";
    position: absolute;
    transform: rotate(-45deg);
  }
  #page-top::after {
    border-right:	2px solid #fff;
    border-top:	2px solid #fff;
  }


/**************************************************/
/*                                                */
/*            　その他（共通の装飾） 　　         */
/*                                                */
/**************************************************/

.colum {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/**************************************************/
/*                                                */
/*            　　　トップページ 　　　　         */
/*                                                */
/**************************************************/

.top-contents {
  width: 100%;
}

.top-contents .list {
  margin: 0 0 .5em 2em;
}

.top-contents .indent {
  line-height: 1.8;
  margin-left: 1em;
}

/*-- タイトル --*/
.top-ttl {
  display: table-cell;
  font-family: 'carnac';
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.4em;
  text-align: center;
  text-indent: 0.4em;
  vertical-align: middle;
}

#about .top-ttl,
#company .top-ttl {
  background: url(../images/ttl_circle_01.jpg) no-repeat;
  background-size: 100%;
}

#contact .top-ttl,
#services .top-ttl {
  background: url(../images/ttl_circle_02.jpg) no-repeat;
  background-size: 100%;
}

#gallery .top-ttl {
  background: url(../images/ttl_circle_03.jpg) no-repeat;
  background-size: 100%;
}

/*-- 背景 --*/
#about,
#company {
  background: url(../images/bak_circle_01.jpg) no-repeat;
  background-position: right bottom;
}

#contact,
#services {
  background: url(../images/bak_circle_02.jpg) no-repeat;
  background-position: right bottom;
}

#gallery {
  background: url(../images/bak_circle_03.jpg) no-repeat;
  background-position: right bottom;
}

/* ================================================
 * top-visual
 * ================================================*/

.top-circle {
  height: 500px;
  margin-top: 10px;
  position: relative;
  width: 100%;
}

.circle {
  height: 100px;
  width: 100px;
}

.circle.circle-1 {
  left: -100px;
  position: absolute;
  top: 20%;
}

.circle.circle-2 {
  left: 305px;
  position: absolute;
  top: 20%;
}

.circle.circle-3 {
  left: 710px;
  position: absolute;
  top: 20%;
}

.circle.circle-4 {
  left: 1115px;
  position: absolute;
  top: 20%;
}

.circle.circle-5 {
  left: 1520px;
  position: absolute;
  top: 20%;
}

.circle.circle-6 {
  left: 1925px;
  position: absolute;
  top: 20%;
}

.circle.circle-7 {
  left: 2330px;
  position: absolute;
  top: 20%;
}

.circle .bar {
  border-radius: 100%;
  border-top: 20px solid;
  height: 400px;
  margin: -50px 0 0 -50px;
  mix-blend-mode: screen;
  position: absolute;
  transition: all 1500ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  width: 400px;
}
.circle .bar:nth-child(1) {
  animation: rotateRing 4000ms linear infinite;
  border-color: #d38b3c;
  filter: drop-shadow(0px 0px 20px #d38b3c);
}
.circle .blue:nth-child(1) {
  border-color: #a32e80;
  filter: drop-shadow(0px 0px 20px #a32e80);
}
.circle .green:nth-child(1) {
  border-color: #5fb3c8;
  filter: drop-shadow(0px 0px 20px #5fb3c8);
}

.circle .bar:nth-child(2) {
  animation: rotateRing 4000ms linear infinite;
  border-color: #d08640;
  filter: drop-shadow(0px 0px 20px #d08640);
}
.circle .blue:nth-child(2) {
  border-color: #9d3c86;
  filter: drop-shadow(0px 0px 20px #9d3c86);
}
.circle .green:nth-child(2) {
  border-color: #66b4c2;
  filter: drop-shadow(0px 0px 20px #66b4c2);
}

.circle .bar:nth-child(3) {
  animation: rotateRing 4000ms linear infinite;
  border-color: #c6704e;
  filter: drop-shadow(0px 0px 20px #c6704e);
}
.circle .blue:nth-child(3) {
  border-color: #915193;
  filter: drop-shadow(0px 0px 20px #915193);
}
.circle .green:nth-child(3) {
  border-color: #74b8b5;
  filter: drop-shadow(0px 0px 20px #74b8b5);
}

.circle .bar:nth-child(4) {
  animation: rotateRing 4000ms linear infinite;
  border-color: #bd5c5d;
  filter: drop-shadow(0px 0px 20px #bd5c5d);
}
.circle .blue:nth-child(4) {
  border-color: #8072a5;
  filter: drop-shadow(0px 0px 20px #8072a5);
}
.circle .green:nth-child(4) {
  border-color: #87bda4;
  filter: drop-shadow(0px 0px 20px #87bda4);
}

.circle .bar:nth-child(5) {
  animation: rotateRing 4500ms linear infinite;
  border-color: #b2456c;
  filter: drop-shadow(0px 0px 20px #b2456c);
}
.circle .blue:nth-child(5) {
  border-color: #738db4;
  filter: drop-shadow(0px 0px 20px #738db4);
}
.circle .green:nth-child(5) {
  border-color: #99c295;
  filter: drop-shadow(0px 0px 20px #99c295);
}

.circle .bar:nth-child(6) {
  animation: rotateRing 9000ms linear infinite;
  border-color: #a9337a;
  filter: drop-shadow(0px 0px 20px #a9337a);
}
.circle .blue:nth-child(6) {
  border-color: #64a7c3;
  filter: drop-shadow(0px 0px 20px #64a7c3);
}
.circle .green:nth-child(6) {
  border-color: #aac688;
  filter: drop-shadow(0px 0px 20px #aac688);
}

.circle .bar:nth-child(7) {
  animation: rotateRing 10000ms linear infinite;
  border-color: #a62c7d;
  filter: drop-shadow(0px 0px 20px #a62c7d);
}
.circle .blue:nth-child(7) {
  border-color: #5fb2c8;
  filter: drop-shadow(0px 0px 20px #5fb2c8);
}
.circle .green:nth-child(7) {
  border-color: #afc782;
  filter: drop-shadow(0px 0px 20px #afc782);
}

.circle.switch .bar:nth-child(1) {
  height: 200px;
  margin: -100px 0 0 -100px;
  width: 200px;
}
.circle.switch .bar:nth-child(2) {
  height: 210px;
  margin: -105px 0 0 -105px;
  width: 210px;
}
.circle.switch .bar:nth-child(3) {
  height: 230px;
  margin: -115px 0 0 -115px;
  width: 230px;
}
.circle.switch .bar:nth-child(4) {
  height: 260px;
  margin: -130px 0 0 -130px;
  width: 260px;
}
.circle.switch .bar:nth-child(5) {
  height: 300px;
  margin: -150px 0 0 -150px;
  width: 300px;
}
.circle.switch .bar:nth-child(6) {
  height: 350px;
  margin: -175px 0 0 -175px;
  width: 350px;
}
.circle.switch .bar:nth-child(7) {
  height: 410px;
  margin: -205px 0 0 -205px;
  width: 410px;
}

@keyframes rotateRing {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}

/*上下の動き*/

.animation{
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.duration1 {
  animation-duration: 2.2s;
}

.duration2 { 
  animation-duration: 2.6s;
}

.duration3 {
  animation-duration: 3.0s;
}

.keyframe1{
  animation-name: anim_v;
}

@keyframes anim_v {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, 100px);
  }
}

/* ================================================
 * top-about
 * ================================================*/


/* ================================================
 * top-gallery
 * ================================================*/

/*Instagramボタン*/
.instagram {
  font-family: 'carnac';
  margin: 50px 50px 0 0;
  letter-spacing: 0.2em;
  text-align: right;
}

.insta-btn {
  letter-spacing: 0.2em;
  font-family: 'carnac';
  color: #FFF;
  border-radius: 7px;
  position: relative;
  display: inline-block;
  height: 50px;
  width: 200px;
  text-align: center;
  line-height: 50px;
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
  text-decoration:none;
}
  .insta-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
    background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  }

.insta-btn span {
  display:inline-block;
  font-size: 2.0rem;
  position: relative;
  transition: .5s
}

.insta-btn:hover span{
  -webkit-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  transform: rotateX(360deg);
}

.insta-img {
  margin-right: 12px;
  vertical-align: middle;
  width: 13%;
}

/* ================================================
 * top-services
 * ================================================*/


/* ================================================
 * top-company
 * ================================================*/

#company {
  position: relative;
}

.icon-email,
.icon-phone {
  padding-right: 6px;
  vertical-align: middle;
}

.icon-phone {
  margin-left: 40px;
}

.google-map {
  margin-top: 40px;
}

.recruit-btn {
  font-family: 'carnac';
  font-weight: 400;
  letter-spacing: 10px;
}

/* ================================================
 * top-contact
 * ================================================*/

.contact-info {
  margin-bottom: 30px;
}

.top-btn-wrap a {
  display: block;
  margin: 0 auto;
  text-decoration: none;
}

/**************************************************/
/*                                                */
/*            　　下層ページ（共通）　　　        */
/*                                                */
/**************************************************/

.main-inner {
  margin: 60px auto 0;
}

.page-ttl {
  color: #fff;
  font-family: 'carnac';
  letter-spacing: 8px;
  text-align: center;
  text-indent: 8px;
}

/*-- ボタン --*/
.btn-wrap {
  text-align: center;
  margin-top: 40px;
}

.btn-wrap a {
  text-decoration: none;
}

.btn {
  background: linear-gradient(to right, #c48547, #ab3f81);
  background: -moz-linear-gradient(left, #c48547, #ab3f81);
  background: -webkit-linear-gradient(left, #c48547, #ab3f81);
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  font-size: 1.8rem;
  height: 54px;
  line-height: 54px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  transition: 0.7s;
  width: 300px;
}
  .btn::before {
    border-right: 2px solid #eee;
    border-top: 2px solid #eee;
    content: '';
    display: inline-block;
    height: 10px;
    position: absolute;
    top: calc(50% - 10px/2);
    transform: rotate(45deg);
    width: 10px;
  }

.btn:hover {
  background: linear-gradient(to right, #60B0C7, #A32E7F);
  background: -moz-linear-gradient(left, #60B0C7, #A32E7F);
  background: -webkit-linear-gradient(left, #c60B0C7, #aA32E7F);
  color: #fff;
  text-shadow: 0 0 10px #fff,0 0 15px #fff;
}

/**************************************************/
/*                                                */
/*            　　 　採用ページ   　　　　        */
/*                                                */
/**************************************************/

/* ================================================
 * 共通
 * ================================================*/

/*-- サブナビ --*/
.recruit-sub-nav {
  background: #333;
  border-radius: 20px;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.recruit-sub-nav li {
  font-family: 'carnac';
  font-size: 1.8rem;
  letter-spacing: 0.25em;
  text-align: center;
  text-indent: 0.25em;
}

.recruit-sub-nav li a {
  display: block;
  text-decoration: none;
}

.recruit-sub-nav li a:hover {
  color: #fff;
  text-shadow: 0 0 10px #fff,0 0 15px #fff;
}
  .sub-nav-line::before {
    content: "";
    display: block;
    background: #000;
    position: absolute;
    transform: skew(-30deg);
    -o-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
  }

/*-- タイトル --*/
.en {
  background: -webkit-linear-gradient(0deg, #afc683, #60b3c7, #a52d7d, #d38b3c);
  display: block;
  font-family: 'carnac';
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: left;
  text-indent: 0.5em;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*IE用（タイトルグラデなし）*/
@media all and (-ms-high-contrast: none){
  .en {
    color: #fff;
  }
}

.ja {
  color: #ccc;
  display: block;
  font-size: 1.8rem;
  font-weight: normal;
  margin-top: 20px;
  text-align: center;
}

.entry-info
.entry-thanks {
  line-height: 1.6;
}

/* ================================================
 * recruit-concept
 * ================================================*/

.concept-copy {
  font-size: 3.0rem;
  font-weight: normal;
  line-height: 2;
  margin-top: 100px;
  text-align: center;
}

/* ================================================
 * recruit-works
 * ================================================*/

.works-main-ttl {
  font-size: 4.4rem;
  height: auto;
  margin: 0 385px 0 auto;
  width: 210px;
}

.works-flow-wrap {
  position: relative;
  margin-top: 50px;
}
  .works-flow-wrap::before { /* 中央縦線 */
    border-left: 2px solid #999;
    content: '';
    margin-top: -2px;
    position: absolute;
    top: 25px;
  }

  .works-ttl::before { /* 横線 */
    background-color: #999;
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    margin-top: 10px;
  }

  .works-ttl::after { /* 丸 */
    content: '';
    height: 25px;
    position: absolute;
    width: 25px;
    z-index: 1;
  }
  .works-flow:nth-child(3n+1) .works-ttl::after{
    background: url(../images/works_circle_1.png) no-repeat;
    background-size: 25px;
  }
  .works-flow:nth-child(3n+2) .works-ttl::after{
    background: url(../images/works_circle_2.png) no-repeat;
    background-size: 25px;
  }
  .works-flow:nth-child(3n+3) .works-ttl::after{
    background: url(../images/works_circle_3.png) no-repeat;
    background-size: 25px;
  }

.works-info {
  line-height: 1.5;
  margin-top: 1em;
}

.flow-img {
  margin-top: 1em;
}

/* ================================================
 * recruit-application
 * ================================================*/

.condition-box .mt {
  margin-top: .5em;
}

.text-indent {
  text-indent: 2em;
}

/* ================================================
 * recruit-entry
 * ================================================*/

#entry {
  color: #333;
}

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

.entry-flow-1 {
  color: #2c8500;
}

.entry-flow-2 {
  color: #006699;
}

.entry-flow-3 {
  color: #cc3366;
}

/*-- flow矢印 --*/
  #entry-form .entry-flow li::after{
    content: '';
    display: inline-block;
    width: 53px;
    height: 34px;
    background-size: contain;
    vertical-align: middle;
  }
  .entry-flow-1::after {
    background-image: url(../images/arrow_1.png);
    background-repeat: no-repeat;
  }
  .entry-flow-2::after {
    background-image: url(../images/arrow_2.png);
    background-repeat: no-repeat;
  }
  .entry-flow-3::after {
    background-image: url(../images/arrow_3.png);
    background-repeat: no-repeat;
  }

.flow-current {
  border-bottom: solid 2px;
  font-weight: bold;
}

.flow-other {
  color: #333;
  opacity: .5;
}

/*必須マーク*/
.entry_form_caption {
  color: #c30;
  font-size: 1.4rem;
  padding-bottom: 10px;
}

.entry_form_caption span,
#entry dl dt span {
  color: #c30;
  margin-left: 2px;
}

#entry dl{
  border-top: 1px solid #ccc;
  clear: both;
  font-size: 1.6rem;
  margin: 0 auto;
  line-height: 1.8;
  padding: 20px 0;
}

  #entry dl:first-of-type{
  border-top: none;
  }

.entry-note {
  color: #666;
  font-size: 1.4rem;
  margin-left: 15px;
}

#entry input,
#entry select,
#entry textarea {
  padding: 6px 10px;
}

#entry select{
  background-color: #fff;
  margin-right: 5px;
}

/* ラジオボタン */
#entry input[type="radio"] {
  display: none;
}

#entry input[type="radio"] + label{
  cursor: pointer;
  display: inline-block;
  line-height: 1.4em;
  margin-right: 2em;
  padding-left: 1.8em;
  position: relative;
  transition: all 0.3s ease-in-out;
}
  #entry input[type="radio"] + label::before,
  #entry input[type="radio"] + label::after{
    border-radius: 50%;
    content: '';
    color: white;
    font-size: 2.0rem;
    height: 1em;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all .3s ease;
    width: 1em;
  }
  #entry input[type="radio"] + label::before {
    box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 1em white;
    border: 2px solid #555;
    transition: all .3s ease;
  }

  #entry input[type="radio"] + label:hover::before {
    box-shadow: inset 0 0 0 0.3em white, inset 0 0 0 1em #c6c6c6;
    transition: all .3s ease;
  }

  #entry input[type="radio"]:checked + label::before {
    box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 1em #555;
    transition: all .3s ease;
  }

.privacy-link {
  margin: 30px 0 50px;
  text-align: center;
}

.privacy-link a {
  color: #5B82A7;
}

.privacy-link img {
  padding: 0 2px;
}

/**************************************************/
/*                                                */
/*         　エントリーフォーム確認ページ　　   　*/
/*                                                */
/**************************************************/

.recruit_confirm dd {
  background: #fff;
  color: #555;
  padding: 10px;
}

.recruit_confirm dd+dd {
  margin-top: 10px;
}

.reset {
  background: linear-gradient(to right, #5fb3c8, #b0c782);
  background: -moz-linear-gradient(left, #5fb3c8, #b0c782);
  background: -webkit-linear-gradient(left, #5fb3c8, #b0c782);
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: normal;
  height: 50px;
  margin: 8px 20px 0 0;
  transition: .3s ease-in-out;
  width: 160px;
  -webkit-transition: .3s ease-in-out;
}
  .reset:hover {
    background: linear-gradient(to right, #60B0C7, #A32E7F);
    background: -moz-linear-gradient(left, #60B0C7, #A32E7F);
    background: -webkit-linear-gradient(left, #c60B0C7, #aA32E7F);
    color: #fff;
    text-shadow: 0 0 10px #fff,0 0 15px #fff;
  }

/**************************************************/
/*                                                */
/*           プライバシーポリシーページ　　   　  */
/*                                                */
/**************************************************/

.privacy-ttl {
  font-size: 1.8rem;
  margin-bottom: 5px;
}

.privacy-box {
  line-height: 1.6;
  padding: 15px 0;
}

.privacy-box li {
  list-style: none;
  margin: 10px 0 0 30px;
}

.privacy-box .indent {
  text-indent: 1em;
}
.privacy-adress {
  line-height: 1.5;
  margin-top: 10px;
}

/**************************************************/
/*                                                */
/*         　　   404エラーページ　   　   　     */
/*                                                */
/**************************************************/

.page-ttl-num {
  font-family: 'Yu Gothic Medium', sans-serif;
  font-size: 4.3rem;
}

.notfound-text {
  line-height: 2.0;
  margin-bottom: 50px;
}

