@media (max-width: 768px) {

}

@media (max-width: 1080px) {

}

@media (max-width: 1290px) {

}

.container {
  font-family: "Noto Sans JP", sans-serif;
}

.sub-title {
  margin-top: 40px;
  font-weight: bold;
}

nav {
  opacity: .9;
}

.header-img {
  height: 400px;
}

@media (max-width: 768px) {
  .header-img {
    height: 200px;
  }
}

.btn-circle {
  border-radius: 999px;
}

#officer-comment {
  line-height: 2.2;
  letter-spacing: .05em;
  font-size: 16px;
}

#officer-info {
  font-size: 12px;
  letter-spacing: .1em;
}

#officer-name {
  font-size: 16px;
  letter-spacing: .1em;
}

.slider img {
  width:100%;
  height:auto;
}

.slider {
  margin-bottom: 80px;
  mask-image: linear-gradient(to right, transparent, black 1.5em, black calc(100% - 1.5em), transparent);
}

.box1 {
  padding: 28px;
  margin: 10px 0;
  border: solid 1.5px rgb(224, 224, 224);
  border-radius: 15px;
  box-shadow: 10px 10px 10px #e0e0e0;
}

.box2 {
  padding: 0.5em 1em;
  margin: 2em 0;
  font-weight: bold;
  color: #0097a7;/*文字色*/
  background: #FFF;
  border: solid 3px #0097a7;/*線*/
  border-radius: 15px;/*角の丸み*/
}

.box3 {
  padding: 0.5em 1em;
  margin: 2em 0;
  color: #2c2c2f;
  background: #cde4ff;/*背景色*/
}

.box4 {
  padding: 0px;
  width: auto;
  color: #0097a7;
  background: #FFF;
  border-right: solid 1.5px rgb(212, 212, 212);
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: .05em;
  box-shadow: 10px 10px 10px #e0e0e0;
}
.box4 h5 {
  padding: 16px 16px 0;
}
.box4 p {
  padding: 8px 16px 16px;
}

.slick-track {
  padding: 80px 0;
  display: flex;
  justify-content: space-around;
}
.slick-slide {
  height: auto;
}
.slick-slide div {
  height: 100%;
}

.fade-item {
  transform: translateY(20px);
  opacity: 0;
  transition: .5s;
}
.fade-item.show {
  transform: translateY(0);
  opacity: 1;
}

.smoothText {
  overflow: hidden;
  display: block;
}

/* アニメーションで傾斜がついている文字列を水平に戻す*/
.smoothTextTrigger{
  transition: 2s ease-in-out;
  transform: translate3d(0,100%,0) skewY(12deg);
  transform-origin: left;
  display: block;
}
.smoothTextTrigger.smoothTextAppear{
    transform: translate3d(0,0,0) skewY(0);
}

.top-message {
  max-width: 995px;
  margin: auto;
}
.officerImg {
  height: 230px;
  border-radius: 8px;
}
.textRight {
  text-align: right;
}

/* 通常のボタン色 */
.btn-emerald,
.btn-emerald.disabled, .btn-emerald:disabled {
  color: #fff;
  background-color:#0097a7;
  border-color: #0097a7;
  box-shadow: 1px 5px 10px 1px #e0e0e0;
}
/* hover時（マウスカーソルを重ねた時）の色（通常より濃いor暗めの色を指定）*/
.btn-emerald:hover {
  color: #0097a7;
  background-color: #fff;
  border-color: #fff;
}
.emerald {
  color: #0097a7;
}
.bg-emerald {
  color: #fff;
  background-color:#0097a7;
}
.bg-gray {
  color: #fff;
  background-color: #7D7D7D;
}

.bg-lightgray {
  color: #2c2c2f;
  background-color: #ECEFF0;
}

.black {
  color: #2c2c2f;
}
.barleft {
  border-left:solid 5px #0097a7;
  padding-left: .5rem
}
.w-70 {
  width: 70% !important;
}

.btn-ogl {
  padding: 50px 50px;
  background-color: #0097a7;
  color: #fff;
  border-radius: 10px;/*角の丸み*/
  font-size: 2rem;
  display: inline-block;
  text-decoration: none;
  transition: all .3s;
  width: 460px;
  border:2px solid #fff;
}
.btn-ogl:hover {
  background-color: #fff;
  border-color: #0097a7;
  color: #0097a7;
  border:2px solid #0097a7;
}
  
.btn-ogl2 {
  padding: 20px 40px;
  background-color: #0097a7;
  color: #fff;
  border-radius: 10px;/*角の丸み*/
  font-size: 1.2rem;
  display: inline-block;
  text-decoration: none;
  transition: all .3s;
  border:2px solid #fff;
}
.btn-ogl2:hover {
  background-color: #fff;
  border-color: #0097a7;
  color: #0097a7;
  border:2px solid #0097a7;
}

.bg-img-mt {
	width: 100;
	text-align: contain;
  background-size: contain;
  background-repeat: no-repeat;
}

.philosophy-text {
  font-size: 16px;
  margin: 120px 0;
  line-height: 1.8;
  letter-spacing: .15em;
}

.contact-message {
  font-weight: 550;
  font-size: 1.5rem;
  line-height: 40px;
  letter-spacing: 6px;
}

.bg-img-pp {
	background-image: url(/img/recruit/people.png);
	width: 100%;
	background-size: cover;
	background-color:rgba(255,255,255,0.6);
	background-blend-mode:lighten;
  background-position: bottom;
	font-size: 32px;
	text-align: center;
	line-height: 100px;
}

.bg-img-sc {
	background-image: url(/img/recruit/society.png);
	/* width: 100%; */
  height: 100%;
	background-size: cover;
	background-color:rgba(255,255,255,0.8);
	background-blend-mode:lighten;
  background-position: center;
	text-align: center;
}


.playbutton {
  mask-image: url(/img/recruit/playbutton.png);
  border: 5px solid #0097a7;
  border-radius: 15px;/*角の丸み*/
}
.playbutton:hover{
  background-image: url(/img/recruit/playbutton_onclick.png);
}

/* .pcview {
} */
.spview {
	display: none;
}


table {
  color: #2c2c2f;
  background-color: #ECEFF0;
  border-collapse:  collapse;     /* セルの線を重ねる */
}
th {
  width: 30%;
  padding: 10px 20px;
  font-weight: bolder;
  border-bottom: solid 1px;
  border-color: #CCCCCC; /* 枠線指定 */
}
td {
  width: 70%;
  border-bottom: solid 1px;
  border-color: #CCCCCC; /* 枠線指定 */
}

.arrow {
  position:relative;
  height:16px;
  width:16px;
  background-color:#2c2c2f;
  /* vertical-align: middle; */
}

.arrow::before {
  position:absolute;
  content:"";
  border:solid 16px transparent;
  border-left:solid 16px #2c2c2f;
  top:-8px;
  left:12px;
}

.arrow-down {
  position:relative;
  height:16px;
  width:16px;
  background-color:#2c2c2f;
}

.arrow-down::before {
  position:absolute;
  content:"";
  border:solid 16px transparent;
  border-top:solid 16px #2c2c2f;
  top:8px;
  left:-8px;
}
.my-auto {
  margin-bottom: auto!important;
  margin-top: auto!important;
  margin-left: auto!important;
  margin-right: auto!important;
}

.box5 {
  padding: 0px;
  margin: 0px;
  font-weight: bold;
  border: solid 1px #707070;
  border-radius: 15px;/*角の丸み*/
}
.box5 p {
  padding: 0px;
  margin: 0px;
}

.dummybutton {
  text-align: center;
  padding: 5px 15px;
  background-color: #0097a7;
  color: #fff;
  border-radius: 15px;/*角の丸み*/
  font-size: 25px;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  width: 200px;
  border:2px solid #fff;
}

.vert-mid {
  display: table-cell;
  vertical-align: middle;
}

.bottomline {
  border-bottom: solid 1px; border-color: #CCCCCC;
}

.wave-wrap {
  background-repeat: repeat;
  width: 100%;
  padding: 0;
  align-items: flex-end;
}
.waves {
  position: relative;
  width: 100%;
  max-height: 40px;
  height: 40px;
  min-height: 20px;
  z-index: 999;
}
.parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 10s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 13s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 16s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 23s;
}    
.wave-logo {
  position: absolute;
  z-index: auto;
  width: 130px;
  right: 30px;
  bottom: 7px;
  animation-name: logowave;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 2s;
}

@-moz-keyframes logowave {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, -8px);
  }
}
@-webkit-keyframes logowave {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, -8px);
  }
}
@-o-keyframes logowave {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, -8px);
  }
}
@keyframes logowave {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, -8px);
  }
}
@-moz-keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@-webkit-keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@-o-keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}

/* 募集要項 */
.half-box{
  width: 60%;
}



.feature-text {
  min-height: 120px;
}

.featureImg {
  width: 80%;
  padding-top: 2rem;
}

.person-text {
  margin-top: 128px;
  margin-left: 15%;
  letter-spacing: .05em;
}

@media (min-width: 480px) {
  .philosophy-text {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .philosophy-text {
    font-size: 25px;
  }
}
@media (min-width: 1024px) {
  .philosophy-text {
    font-size: 2rem;
  }
}

@media (max-width: 575.98px) {
  .box1 {
    padding: 10px;
    margin: 0 0 20px 0;
  }
  .box4 {
    padding: 10px;
    margin: 0 0 20px 0;
  }
  .feature-text {
    min-height: 110px;
  }
  .featureImg {
    padding-top: 1rem;
  }
  .person-text {
    margin-left: 0px;
  }
}

@media (max-width: 768px) {
	.pcview {
		display: none;
	}
	.spview {
		display: block;
	}
}

@media (max-width: 991.98px) {
	.top-message {
    padding: 0px;
  }
  .btn-ogl {
    font-size:1.5rem;
    padding: 30px 30px;
    width : 260px;
  }
  .box4 {
    margin: 18px;
    height: auto;
  }
}
