p {
  font-size: 1em;
}

/*  header  */

.banner {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
}

.banner img {
  margin-left: auto;
  margin-right: auto;
}
.banner ul.nav {
  background-color: rgba(31, 31, 31, 0.5);
  color: #fff;
  position: absolute;
  width: 100%;
  top: 0;
}
.banner .nav-link {
  display: inline-block;
  padding: 15px 35px;
  letter-spacing: 0.4px;
  font-weight: 300;
}

.button-banner {
  position: absolute;
  bottom: 0;
  right: 0;
}

.button-link {
  display: block;
  background-color: #00a7e3;
  margin: 2px 0;
  color: #fff;
  padding: 15px 80px;
  font-size: 1.125em;
  position: relative;
}

.button-link.large {
  padding: 20px 80px;
  font-size: 1.25em;
}

.button-link.button-image {
  background-image: url("../images/logo_2026_entry.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  min-height: 57px;
  margin: 2px 0 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.button-link.button-image:hover {
  background-image: url("../images/logo_2026_entry.gif");
  background-color: #fff;
}

.button-link:after {
  content: "";
  position: absolute;
  height: 0px;
  width: 0px;
  top: 0;
  right: 0;
  border-top-width: 0;
  border-right-width: 20px;
  border-bottom-width: 20px;
  border-left-width: 0;
  border-color: transparent #fdd23c transparent transparent;
  border-style: solid;
}
.button-link.button-image:after {
  content: none;
}

.search img {
  vertical-align: bottom;
}

/* main */
#new {
  padding: 35px 20px;
  margin-bottom: 100px;
  text-align: center;
}

#new .tag {
  color: #fff;
  font-size: 0.875em;
  background: #eb4646;
  padding: 3px 55px;
  margin-right: 50px;
  transform: scaleX(0.5);
  letter-spacing: 2.5px;
}

#new .date {
  padding-right: 40px;
  font-weight: 500;
  letter-spacing: 0.4px;
  border-right: 1px solid;
}

#new .new-title {
  margin-left: 20px;
  letter-spacing: 0.2px;
}

#company {
  margin-bottom: 100px;
}

.title-company {
  height: 300px;
  position: relative;
}

.fade-bg {
  position: relative;
}

@-webkit-keyframes fade-bg {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
@-moz-keyframes fade-bg {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
@-o-keyframes fade-bg {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
@keyframes fade-bg {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}

.fade-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}

.box-fade-bg.wow.animated .fade-bg:before {
  animation: fade-bg 2s ease-out;
  -webkit-animation: fade-bg 2s ease-out;
  -moz-animation: fade-bg 2s ease-out;
  -o-animation: fade-bg 2s ease-out;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}

.title-company h2 {
  font-size: 2em;
  line-height: 1.625em;
  letter-spacing: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-family: "源ノ明朝", "MS PMincho", serif;
}

.description-company {
  margin-top: 30px;
  line-height: 2em;
  letter-spacing: 1.3px;
}

.gallery-comp {
  max-width: 1440px;
  margin: 100px auto 0;
  justify-content: space-around;
}

.gallery-comp-left {
  max-width: 63%;
}

.gallery-comp-right a:hover {
  color: inherit;
}

.border-left-gallery {
  position: relative;
}

.gallery-comp-content {
  padding-top: 70px;
  padding-left: 30px;
  background-repeat: no-repeat;
  -webkit-background-size: 2px 100%;
  -moz-background-size: 2px 100%;
  background-size: 2px 100%;
  background-image: -webkit-linear-gradient(bottom, #03a3e6 0%, #f3cf46 100%),
    -webkit-linear-gradient(bottom, #03a3e6 0%, #f3cf46 100%);
  background-image: -moz-linear-gradient(bottom, #03a3e6 0%, #f3cf46 100%),
    -moz-linear-gradient(bottom, #03a3e6 0%, #f3cf46 100%);
  background-image: -o-linear-gradient(bottom, #03a3e6 0%, #f3cf46 100%),
    -o-linear-gradient(bottom, #03a3e6 0%, #f3cf46 100%);
  background-image: linear-gradient(to bottom, #03a3e6 0%, #f3cf46 100%),
    linear-gradient(to bottom, #03a3e6 0%, #f3cf46 100%);
  position: absolute;
  top: -45px;
  left: 30px;
}

.gallery-comp-content p {
  margin: 0;
  letter-spacing: 1.6px;
  font-size: 16px;
}

.gallery-comp .nav-tabs,
.gallery-comp .nav-tabs .nav-item {
  margin-bottom: 13px;
}

.box-gallery {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  width: 390px;
  height: 200px;
}

.box-gallery img {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.box-gallery .title-box-gallery {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5em;
  width: 100%;
  text-align: center;
  letter-spacing: 1.6px;
  font-family: "源ノ明朝", "MS PMincho", serif;
}

.box-gallery .content-box-gallery {
  display: none;
}

.box-gallery.box-green.active,
.box-gallery.box-green:hover {
  background: url("../images/hover_bg_green.png") no-repeat center;
  background-size: contain;
}

.box-gallery.box-blue.active,
.box-gallery.box-blue:hover {
  background: url("../images/hover_bg_blue.png") no-repeat center;
  background-size: contain;
}

.box-gallery.box-pink.active,
.box-gallery.box-pink:hover {
  background: url("../images/hover_bg_pink.png") no-repeat center;
  background-size: contain;
}

.gallery-comp-content h3 {
  font-size: 1.5em;
  letter-spacing: 1.6px;
  font-family: "源ノ明朝", "MS PMincho", serif;
}

#group {
  background: url("../images/recruit/bg_paint.png") no-repeat center;
  background-size: cover;
  clear: both;
}

#group .col-lg-3 {
  padding: 0 10px;
}

.group-title {
  padding-top: 155px;
  margin-bottom: 80px;
}

.group-title h2 {
  margin-bottom: 30px;
  letter-spacing: 4px;
  font-family: "源ノ明朝", "MS PMincho", serif;
}

#group .group-title h2 {
  margin-bottom: 8px;
}

.group-title p {
  line-height: 1.75em;
  letter-spacing: 1.6px;
}

.group-text {
  padding: 10px 0 25px;
}

.group-button {
  margin-top: 70px;
  padding-bottom: 150px;
}

.group-button a {
  font-size: 0.875em;
  border: 1px solid;
  padding: 18px 0;
  width: 300px;
  height: 60px;
  background: #fff;
}

.group-button a:hover {
  background: #333;
}

.group-button a:first-child {
  margin-right: 70px;
}

.container-group-2 {
  display: flex;
  position: relative;
  max-width: 1440px;
  margin: auto;
}

#group-2,
#qa,
#new {
  background-position: 0 0, 0 100%;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 2px;
  -moz-background-size: 100% 2px;
  background-size: 100% 2px;
  background-image: -webkit-linear-gradient(left, #03a3e6 0%, #f3cf46 100%),
    -webkit-linear-gradient(left, #03a3e6 0%, #f3cf46 100%);
  background-image: -moz-linear-gradient(left, #03a3e6 0%, #f3cf46 100%),
    -moz-linear-gradient(left, #03a3e6 0%, #f3cf46 100%);
  background-image: -o-linear-gradient(left, #03a3e6 0%, #f3cf46 100%),
    -o-linear-gradient(left, #03a3e6 0%, #f3cf46 100%);
  background-image: linear-gradient(to right, #03a3e6 0%, #f3cf46 100%),
    linear-gradient(to right, #03a3e6 0%, #f3cf46 100%);
}

.group-2-wrap {
  background-image: url("../images/recruit/bg_block_01.jpg");
  background-repeat: no-repeat;
  background-position: center;
  height: 1000px;
}

.group-2-content {
  background-color: rgba(234, 249, 252, 0.8);
  padding: 100px 130px 75px 100px;
  opacity: 0.8;
  margin-top: 295px;
}

.content-group-2-img {
  margin-left: 125px;
  margin-top: 20px;
  font-family: "源ノ明朝", "MS PMincho", serif;
}

.fade-content {
  position: relative;
  transition: 0.8s cubic-bezier(0, 0, 0.5, 0.3);
}

.position {
  transition: opacity 0.8s ease 2s, top 0.5s ease 2s, bottom 0.5s ease 2s;
  opacity: 0;
  top: 0;
  position: absolute;
}

.fade-content.wow.animated .content-group-3.position {
  opacity: 1;
  top: 245px;
}

.fade-content.wow.animated .position {
  opacity: 1;
  top: 10px;
}

.content-group-2-img p,
.content-group-2-img h3 {
  margin-bottom: 5px;
  letter-spacing: 1.6px;
}

.group-2-content h2 {
  font-size: 2em;
  line-height: 1.625em;
  margin-bottom: 40px;
  letter-spacing: 4px;
  font-family: "源ノ明朝", "MS PMincho", serif;
}

.group-2-content p {
  line-height: 1.75em;
  letter-spacing: 1.6px;
  /*padding-right: 24px;*/
}

.group-2-img {
  margin-top: 180px;
  position: absolute;
  right: 0;
}

#group-3 {
  height: 800px;
  background: #e5f4fd;
}

.wrap-group-3 {
  position: relative;
  padding-top: 140px;
}

.wrap-group-3 .img-group-3,
.wrap-group-3 .content-group-3 {
  position: absolute;
}

.img-group-3 {
  z-index: 2;
}

.content-group-3 {
  right: 0;
  top: 235px;
  padding: 60px 50px 0 210px;
  background: #fff;
}

.content-group-3 .title-content {
  border-bottom: 1px solid;
  padding-bottom: 20px;
  margin-bottom: 30px;
  letter-spacing: 1.6px;
}

.content-group-3 > p {
  letter-spacing: 1.6px;
}

.content-group-3 .title-content h2 {
  line-height: 1.625em;
  letter-spacing: 4px;
  font-family: "源ノ明朝", "MS PMincho", serif;
}

.content-group-3 .group-button {
  margin: 0 auto 55px;
  padding-bottom: 0;
}

.content-group-3 .group-button a {
  width: 240px;
  height: 50px;
  padding: 13px 0;
}

#qa {
  padding: 140px 0;
}

.title-qa {
  font-size: 2em;
  height: 192px;
  position: relative;
}

.title-qa h2 {
  font-family: "源ノ明朝", "MS PMincho", serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

#qa .group-button {
  padding-bottom: 0;
}

#qa .group-button a {
  margin: auto;
  width: 240px;
  height: 50px;
  padding: 13px 0;
}

.wrap-qa {
  margin-bottom: 70px;
}

.question,
.answer {
  padding: 25px 40px;
  display: flex;
}

.question {
  color: #2091c6;
  font-size: 1.25em;
  border-bottom: 2px solid;
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
}

.question:hover,
.question:focus {
  color: #2091c6;
}

.answer {
  background: #f5f5f5;
}

.question span,
.answer span {
  font-size: 2em;
  font-family: "源ノ明朝", "MS PMincho", serif;
}

.question p {
  font-family: "源ノ明朝", "MS PMincho", serif;
}

.answer p {
  line-height: 1.75em;
}

.wrap-qa p {
  padding-top: 10px;
  margin: 0;
  letter-spacing: 1.6px;
}

#guide {
  background: #e5f4fd;
  padding: 100px 0;
}

.wrap-guide {
  margin: auto;
}

.box-title {
  padding: 30px 0;
  margin-bottom: 25px;
  font-size: 1.5em;
}

.box-button {
  padding: 0;
}

.button-link.guide {
  padding: 20px 0;
  text-align: center;
  font-size: 1.25em;
  background-color: #fff;
  color: #00abeb;
  letter-spacing: 4px;
  border: none;
}

.button-link.hover-img {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.button-banner .button-link.hvr-fade:hover,
.button-banner .button-link.hvr-fade:focus,
.button-banner .button-link.hvr-fade:active,
.hvr-fade:hover,
.hvr-fade:focus,
.hvr-fade:active,
.button-link.hover-img:hover {
  background-color: #fdd23c;
  color: #fff;
}

.button-banner .button-link {
  border: none;
}

#qa .question .plus-min:before {
  background: #2091c6;
  height: 13px;
  width: 2px;
}

#qa .question .plus-min:after {
  background: #2091c6;
  width: 13px;
  height: 2px;
}

#qa .question .plus-min.clicked:after {
  width: 0;
}

/**********/

#svg-animation .st0 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 950;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 150;
  stroke-dashoffset: 1500;
}
#svg-animation {
  width: 85%;
  padding-right: 60px;
  z-index: -1;
}

#svg-animation image {
  width: 100%;
  height: 100%;
}

#svg-animation-2 .st0 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 950;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 150;
  stroke-dashoffset: 1500;
}
#svg-animation-2 {
  width: 85%;
  padding-right: 60px;
  z-index: -1;
}

#svg-animation-2 image {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .gallery-comp-left {
    max-width: 100%;
  }
}
