@charset "UTF-8";

/* top */
#top {
  padding: 0;
  position: relative;
  height: 100vh;
}
#top img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: right;
}
#top h1 {
  z-index: 2;
  position: absolute;
  top: 35%;
  left: 5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  text-align: center;
  font-size: clamp(1.5rem, 2vw + 1rem, 3rem);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 5px 4px 17px #1c4e6a;
  text-align: left;
}

.is-layer-dot {
  position: relative;

  &:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background-color: rgb(128 128 128 / 10%);
    /* background-image: radial-gradient(#000 10%, transparent 0), radial-gradient(#000 10%, transparent 0); */
    background-position: 0 0, 10px 10px;
    background-size: 4px 4px;
  }
}


/* news */
#news {
  height: auto;
  margin-top: -5rem;
}
.news-area {
  background-color: white;
  padding: 1em;
  margin: 0em;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  height: auto;
  margin-top: -6em;
}
#news h2 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #053776;
}
#news dl {
  display: flex;
  margin-top: 1em;
}
#news dt {
  padding-right: 1em;
  color: #878585;
  font-weight: 600;
}
#news dd {
  margin-bottom: 0;
  /* overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; */
}
/* menu-area */
#menu-area {
}
.section-title {
  margin-bottom: 2rem;
  position: relative;
}
.section-title h3 {
  display: block;
  font-weight: 700;
  font-size: clamp(2rem, 8vw + 1rem, 3.125rem);
  background: linear-gradient(to top, #053776, #2172a6);
  -webkit-background-clip: text;
  color: transparent;
  line-height: 1;
  letter-spacing: .2rem;
  -webkit-text-stroke: .5px hsla(0, 0%, 100%, 0.5);
  text-stroke: .5px hsla(0, 0%, 100%, 0.5);
  font-family: "proxima-nova", sans-serif;
}

.section-title .trance-title {
  font-family: "proxima-nova",sans-serif;
  margin-top: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  opacity: .1;
}
.section-title .trance-title p {
  font-size: clamp(2.5rem, 5vw + 1rem, 7.5rem);
  background: linear-gradient(to top, #053776, #2172a6);
  -webkit-background-clip: text;
  color: transparent;
  line-height: 1;
  letter-spacing: 1rem;
  width: 100%;
  font-weight: bold;
}

.section-title span {
  font-size: clamp(2.5rem, 8vw + 1rem, 7.5rem);
}
.section-title p {
  margin-top: 1rem;
  letter-spacing: .3rem;
  line-height: 1.8;
  font-size: 1rem;
  padding: 0 1rem;
}
.section-title .ja {
  letter-spacing: .3rem;
  line-height: 2;
  font-size: clamp(1rem, 2vw + 1rem, 1.25rem);
  font-weight: bold;
  background: linear-gradient(to top, #000000, #053776);
  -webkit-background-clip: text;
  color: transparent;
}
.menu-box {
  position: relative;
  /* border: 1px solid #f0f0f0; */
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
.menu-box:hover {
  opacity: 1;
  border-color: #c8e6e9;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.menu-box:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.menu-box img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.menu-box p {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  background-color: hsla(0, 0%, 100%, 0.5);
  width: 100%;
  padding: .5rem 0;
  font-size: clamp(1.125rem, 2vw + 1rem, 1.5rem);
  font-weight: 700;
  color: rgba(0, 0, 0, 0.6);
}
.menu-area a {
}

/* company */
#company {
  height: auto;
}

#table01 {
  color: #000;
  /* position: absolute; */
}

#table01 tr {
  border-bottom: 1px solid #b5b1b1;
}

#table01 th,
#table01 td {
  padding: 10px 0;
  border: none;
  font-size: 1rem;
  line-height: 1.8;
}

#table01 th {
  width: 20%;
}

/* sp */
@media only screen and (max-width: 480px) {

  #table01 th,
  #table01 td {
    width: 100%;
    display: block;
  }

  #table01 th {
    width: 100%;
    padding: 10px 0;
    font-weight: 700;
  }

  #table01 td {
    padding-top: 0;
    font-size: 1rem;
  }
}

#company .section-title {
  position: relative;
}
#company .section-title img {
  position: absolute;
  top: 0;
  right: 0;
  width: 22vw;
}


/* lead */
#lead {
  height: auto;
}
#lead img {
  aspect-ratio: 16/9;
  box-shadow: 7px 7px 0px 0px hsla(0, 0%, 0%, 0.4);
}
.lead-img-box {
  display: flex;
}
.lead-right {
  width: 50%;
  margin-top: 2rem;
}
.lead-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width:768px) {
  .lead-left {
    display: none;
  }
  .lead-right {
    width: 100%;
    margin-top: 0;
  }
}
.lead-left :nth-child(1) {
  margin-left: -30%;
}
.lead-left :nth-child(2) {
  margin-right: -30%;
}
.lead-left img {
 width: 50%;
}
/* base */
#base {
}
#base .base-left {}
#base .base-left .base-img {
  box-shadow: 10px 10px 0px 0px hsla(0, 0%, 0%, 0.4);
  margin-bottom: 2rem;
}
#base .base-left .base-img img{}

.base-img {}

.base-img img {
  aspect-ratio: 16/9;
}
#base .base-right .base-txt {
  font-size: clamp(1rem, 2vw + 1rem, 1.125rem);
}
.base-left {
  display: block;
  position: relative;
  margin: 0 auto;
}
.base-name {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  box-sizing: border-box;
  padding: 0 12px;
  margin: 0;
  height: 30px;
  line-height: 30px;
  font-size: clamp(1rem, 2vw + 1rem, 1.125rem);
  letter-spacing: 0.1em;
  color: #000;
  background: rgb(255 255 255 / 80%);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
}

.base-name:before {
  position: absolute;
  content: '';
  top: 0;
  left: -7px;
  border: none;
  height: 38px;
  width: 7px;
  background: rgb(255 255 255 / 80%);
  border-radius: 5px 0 0 5px;
}

.base-name:after {
  position: absolute;
  content: '';
  bottom: -7px;
  left: -5px;
  border: none;
  height: 7px;
  width: 5px;
  background: #4d99ca;
  border-radius: 5px 0 0 5px;
}




/* history */
#history {

}

.timeline {
  list-style: none;
}
@media screen and (max-width:768px) {
  .timeline {
    padding-left: 0;
  }
}

.timeline>li {
  margin-bottom: 60px;
}

.timeline-date {
  font-weight: bold;
}
#history .section-title {
  height: 70%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#history .section-title h3 {
  letter-spacing: .5rem;
}

/* for Desktop */
@media (min-width : 640px) {
  .timeline>li {
    overflow: hidden;
    margin: 0;
    position: relative;
    margin-bottom: 1rem;
    width: auto;
    margin: 0 auto;
  }

  .timeline-date {
    width: 110px;
    float: left;
    margin-top: 20px;
    font-weight: bold;
    font-size: clamp(1rem, 2vw + 1rem, 1.125rem);
  }

  .timeline-content {
    width: 80%;
    float: left;
    border-left: 3px #e5e5d1 solid;
    padding-left: 30px;
  }

  .timeline-content p {
    text-align: left;
    line-height: 2em;
    font-size: clamp(1rem, 2vw + 1rem, 1.125rem);
    margin-top: 15px;
  }

  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #55b0f0;
    position: absolute;
    left: 106px;
    top: 24px;
    border-radius: 100%;
  }
}
@media screen and (max-width:768px) {
  .timeline-content p {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 1px;
  }
}



/* message */
#message {

}

#message .ceo-img {
  margin-top: 1rem;
}

#message .ceo-img img {
  aspect-ratio: 16/9;
}

#message .border-box h3 .tag {
  font-size: clamp(1.125rem, 2vw + 1rem, 1.25rem);
}
#message .message-txt {
  font-size: clamp(1rem, 2vw + 1rem, 1.125rem);
  line-height: 2;
}




/* gallery slider */
#gallery {}

.slider {
  width: 94%;
  margin: 0 auto;
}
.slider p {
  font-size: clamp(1rem, 2vw + 1rem, 1.125rem);
  margin-top: 2rem;
}
.slider img {
  width: 60vw;
  height: auto;
}
@media screen and (max-width:420px) {
  .slider img {
    width: 71vw;
    height: auto;
  }
  .slider p {
    width: 69vw;
    margin-top: 1rem;
  }
}

.slider .slick-slide {
  transform: scale(0.8);
  transition: all .5s;
  opacity: 0.5;
}

.slider .slick-slide.slick-center {
  transform: scale(1);
  opacity: 1;
}


/*矢印の設定*/

.slick-prev,
.slick-next {
  position: absolute;
  top: 42%;
  cursor: pointer;
  outline: none;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  height: 15px;
  width: 15px;
}

.slick-prev {
  left: -1.5%;
  transform: rotate(-135deg);
}

.slick-next {
  right: -1.5%;
  transform: rotate(45deg);
}


.slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
  padding: 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background: #ccc;
}

.slick-dots .slick-active button {
  background: #333;
}


/* interview */
.interview-box {
  background-color: rgb(186 186 186 / 20%);
  backdrop-filter: blur(2px);
  border-radius: 8px;
  border: none;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid #fff;
  margin-bottom: 2rem;
  padding: 1rem 2rem;
}
.interview-box img {
  margin-top: 2rem;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.hako h3 {
  font-size: clamp(1.188rem, 2vw + 1rem, 1.375rem);
  line-height: 1.5;
  font-weight: bold;
}
.hako p {
  line-height: 2;
  padding-top: 1rem;
  font-size: clamp(1rem, 2vw + 1rem, 1.125rem);
}
@media screen and (max-width:576px) {
  .menu-box img {
    height: 10vh;
    object-fit: cover;
  }
  .menu-box p {
    background-color: hsla(0, 0%, 100%, 0.2);
    height: 100%;
  }
}


/* concept */
#concept .one {
  box-sizing: border-box;
  width: 100%;
  background: #f3f3f3;
  padding: 4em 8em;
  color: black;
  margin-top: 1rem;
  background-color: rgb(186 186 186 / 20%);
  backdrop-filter: blur(2px);
  border-radius: 8px;
  border: none;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid #fff;
}
.one .section dt {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  font-size: clamp(1rem, 2vw + 1rem, 1.125rem);
}
.one .section dd {
  margin-bottom: 2rem;
  line-height: 1.8;
  font-size: clamp(1rem, 2vw + 1rem, 1.125rem);
}
.concept-box img {
  aspect-ratio: 16/9;
  object-fit: cover;
}
#concept .message-txt {
  font-size: clamp(1rem, 2vw + 1rem, 1.125rem);
}
#concept .message-txt span {
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width:768px) {
  #concept .message-txt {
    font-size: 17px;
    line-height: 2;
    letter-spacing: 1px;
  }
  #concept .message-txt span {
    font-size: 20px;
  }
}

/* recruit */
#entry .list {
  background: #F2FDF9;
}

#entry .list .container {
  margin: 0 auto;
  padding: 2rem;
}

#entry .list .card {
  border: none;
}

#entry .list .card-body {
  padding: 2rem;
}

#entry .list .form-group {
  margin: 0 0 2rem 0;
  padding: 0 0 2rem 0;
  border-bottom: 1px #F2FDF9 solid;
  box-sizing: border-box;
}

@media all and (max-width: 575px) {
  #entry .list .form-group {
    margin: 0 0 1rem 0;
    padding: 0 0 1rem 0;
  }
}

#entry .list .form-group>div {
  padding: 0;
}

#entry .list .form-group:last-of-type {
  margin-bottom: 0;
  padding: 0;
  border-bottom: none;
}

#entry .list .form-group:last-of-type>div {
  margin: auto;
  text-align: center;
}

#entry .list select {
  padding-right: 1rem;
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 99% 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

#entry .list .sent fieldset {
  display: none;
}

#entry .list input::-webkit-input-placeholder {
  color: #CCC;
  font-weight: normal;
}

#entry .list input::-moz-placeholder {
  color: #CCC;
  font-weight: normal;
}

#entry .list input:-ms-input-placeholder {
  color: #CCC;
  font-weight: normal;
}

#entry .list textarea::-moz-placeholder {
  color: #CCC;
  font-weight: normal;
}

#entry .list textarea::-webkit-input-placeholder {
  color: #CCC;
  font-weight: normal;
}

#entry .list textarea:-ms-input-placeholder {
  color: #CCC;
  font-weight: normal;
}

#entry .list .card-block {
  padding: 26px;
}

#entry .list .card-block h2 {
  margin-bottom: 20px;
}

#entry .list .card-block p {
  line-height: 1.8;
}

#entry .list .card-block p:last-child {
  margin-bottom: 40px;
}

#entry .list label {
  margin: 0;
}

#entry .list label.control-label-mb {
  margin-bottom: 0.25rem;
}

@media all and (max-width: 991px) {
  #entry .list label {
    margin: 0 0 0.5rem;
  }
}

#entry .list .must {
  display: inline-block;
  color: #fff;
  background: #D62C1A;
  font-size: 16px;
  margin-left: 8px;
  padding: 4px 6px;
  border-radius: 5px;
  vertical-align: top;
}

#entry .list .btn {
  display: inline-block;
  margin: 0 auto;
  padding: 12px 1rem;
  width: auto;
  font-size: 1rem;
}

#entry .list .btn a {
  font-size: 1rem;
  color: #FFFFFF;
}

.formError {
  top: 38px !important;
  left: 0 !important;
  width: 100%;
}

.formError .formErrorContent {
  width: 100px;
  font-size: 16px;
  color: #D62C1A;
}

.formError+.form-control {
  border-color: #D62C1A;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.formError+.form-control:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ed7669;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ed7669;
}

#entry .list-complete .card-block {
  padding: 2rem;
}

#entry .list-complete h2 {
  font-size: clamp(1.5rem, 2vw + 1rem, 1.875rem);
}

#entry .border-box .border-box--data {
  color: #000;
}

#entry .border-box h3 {
  color: #fff;
}

#entry .btn {
  display: inline-block;
  margin: 0 auto;
  padding: 12px 1rem;
  width: auto;
  font-size: 1rem;
  color: #FFFFFF;
  background-color: var(--mainback);
  border: none;
  padding: 12px 0;
}
#entry .btn:hover {
  background-color: var(--subback);
}

.btn:hover {
  color: #FFFFFF;
  background-color: ver(--subback);
}

.card {
  box-sizing: border-box;
  width: 100%;
  background: #f3f3f3;
  padding: 2em;
  color: black;
  margin-top: 1rem;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(2px);
  border-radius: 8px;
  border: none;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid #fff;
}




/* media queri */
@media screen and (max-width:850px) {
  #concept .one {
    margin-top: 3rem;
  }
}
@media screen and (max-width:768px) {
  #concept .one {
    margin-top: 3rem;
    padding: 2em;
  }
  .interview-box img {
    margin-top: 1rem;
  }
  #entry .list .card-body {
    padding: 0;
  }
  .card {
    padding: 1em;
  }
}

@media screen and (max-width:576px) {
  #company {
    padding-top: 4rem;
  }
  .timeline>li {
    margin-bottom: 20px;
  }
  .sp-padding {
    padding: 0;
  }
  #lead .section-title p {
    margin-top: 2rem;
    padding: 0;
    line-height: 2;
  }
  #base .base-right .base-txt {
    padding: 2rem 0;
    padding-top: 0;
  }
  .concept-box img {
    margin-top: 2rem;
  }
  .site-header {
    margin-top: 0;
  }
}

.slick-slider {
  padding-left: 0;
}

table.formTable td, table.formTable th {
	font-family: 'proxima-nova' !important;
}
table.formTable td {
	font-family: 'proxima-nova' !important;
}