@charset "UTF-8";
/* body
-------------------------------- */
html {
  width: 100%;
  height: 100%;
  position: relative;
}
body {
  font-size: 16px;
  font-family: ryo-gothic-plusn, sans-serif;
  font-style: normal;
  line-height: 1.8;
  overflow-x: hidden;
  color: #333333;
  font-weight: 400;
  position: relative;
}
.hidden body {
  overflow: hidden;
}
#page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.content-wrap {
  flex: 1;
}
#colophon {
  width: 100%;
}
.post,
.page {
  margin: 0 0 0;
}
::placeholder,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-size: 1rem;
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
}
/* logo */
.site_header_logo a img {
  width: 140px;
}
.site_header_logo {
  margin-bottom: 17px;
  padding-top: 17px;
}
/* description */
.site_description h1 {
  margin-bottom: 0.5em;
  font-weight: normal;
}
/* style unset */
address {
  font-style: normal;
  margin: 0 !important;
  line-height: 1.6em;
}
ul,
li > ul,
li > ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  vertical-align: bottom;
}
p {
  margin-top: 0;
  margin-bottom: 0.8em;
  text-align: justify;
  text-justify: inter-ideograph;
}
body.single-info p {
  margin-bottom: 2em;
}
.widget {
  margin: 0;
}
dd {
  margin: 0;
}
a,
a:visited {
  color: #00A0C7;
}
a:hover,
a:focus,
a:active,
.accordion-content a:hover {
  color: #00A0C7;
}
a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all  0.5s ease;
}
a,
a:focus,
button,
input,
input:focus {
  outline: none;
}
.uline-none {
  text-decoration: none;
}
input::-moz-focus-inner,
button::-moz-focus-inner  {
  border: none;
}
blockquote {
  margin: 0;
}
ol {
  margin: 0;
  padding-left: 1em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1em 0;
  font-family: ryo-gothic-plusn, sans-serif;
  font-style: normal;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: transparent;
}
input[type="submit"]:focus {
  outline: none;
}
.t-block {
  display: block;
}
/* title  */
.common-title1 {
  margin-bottom: 40px;
  border-bottom: 2px solid;
  padding-bottom: 0.2em;
}
.common-title2 {
  padding: 0 0.3rem;
}
.common-title3 {
  margin-top: 0 !important;
  line-height: 1.5;
}
.common-title4 {
  line-height: 1.6em;
  letter-spacing: 0.5px;
}
.t-note {
  margin-bottom: 35px;
}
.pop-title {
  margin-top: 0;
  padding-top: 2.5em;
  letter-spacing: 1px;
}
.page-title1 {
  border-bottom: 1px dashed #333333;
  margin-top: 0;
  line-height: 1.5em;
  padding-bottom: 0.5em;
}
.page-title2 {
  margin-top: 0;
  margin-bottom: 1em;
  display: inline-block;
  border-bottom: 1px solid #333333;
  padding: 0.3em;
}
.page-sub-title1 {
  display: flex;
  align-items: center;
}
.t-en {
  display: block;
}
.page-sub-title2 {
  margin-top: 0;
  border-bottom: 1px solid #333333;
}
.fc-name {
  margin-top: 0;
  line-height: 1em;
}
.title-num {
  line-height: 60px;
}
.first-letter {
  text-transform: capitalize;
}
.common-title5 {
  position: relative;
  padding-left: 25px;
}
.common-title5::after,
.common-title5::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 30px;
  top: 1px;
  border-radius: 50px;
}
.common-title5::after {
  left: 0;
  background: #00A0C7;
}
.common-title5::before {
  left: 10px;
  background: #FFCC00;
}
/* font */
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.ta-style1 {
  text-align: left;
}
.font-nomal {
  font-weight: normal;
}
.font-bold {
  font-weight: bold;
}
.ls0 {
  letter-spacing: 0 !important;
}
.ls1 {
  letter-spacing: 1px;
}
.ls2,
.ls5 {
  letter-spacing: 2px;
}
.ls3 {
  letter-spacing: 2.2px;
}
.ls4 {
  letter-spacing: -0.5px;
}
/* line hight */
.lh1 {
  line-height: 1.4em;
}
/* font_size */
h1 {
  font-size: 1.6rem;
}
h2 {
  font-size: 1.5rem;
}
h3 {
  font-size: 1.4rem;
}
h4 {
  font-size: 1.3rem;
}
h5 {
  font-size: 1.2rem;
}
h6 {
  font-size: 1.1rem;
}
.fs8 {
  font-size: 12px;
}
.fs4 {
  font-size: 14px;
}
.fs1,
.fs5,
.fs11 {
  font-size: 16px;
}
.fs2,
.wp-pagenavi a,
.wp-pagenavi span {
  font-size: 18px;
}
.fs3,
.wp-pagenavi .pages,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.single-pn-link .previous-link a,
.single-pn-link .next-link a {
  font-size: 20px;
}
.fs7 {
  font-size: 22px;
}
.fs6 {
  font-size: 50px;
}
.common-tel,
.box-num {
  font-size: 1.42rem;
}
.c2-inner-title,
.title-type3 {
  font-size: 1.3rem;
}
.common-title1,
.common-title3 {
  font-size: 1.2rem;
}
.pop-title,
.f-letter,
.button-wrap div input,
.button-wrap div input a,
.home-btn a,
.page-title1,
.b-inner-link a span:first-of-type {
  font-size: 1.12rem;
}
#menu-privacy_policy a,
#menu-toggle_menu a,
.common-title2,
.page-sub-title2,
.page-title2,
.page-inner-note,
.c-sub-title {
  font-size: 1rem;
}
.t-en {
  font-size: 0.95rem;
}
#menu-toggle_menu > li,
.required,
.domain-cancel,
.m-answers-a,
#contact-btn-wrap a {
  font-size: 0.82rem;
}
.sub-txt1,
#breadcrumb,
.banner-m-txt,
.recruiting-banner a,
.page-top-txt,
.fs9 {
  font-size: 13px;
}
.b-inner-link a div:first-of-type span,
.fs10 {
  font-size: 10px;
}
.tag-list a,
.tag-list li {
  font-size: 8px;
}
.copy-wrap a {
  font-size: 0.6rem;
}
.inner-txt1 {
  font-size: 80%;
}
.inner-txt2 {
  font-size: 70%;
}
.top-info-title h3 {
  margin: 0;
}
/* color */
.color1 {
  color: #00A0C7 !important;
}
.color2 {
  color: #FFCC00 !important;
}
.color3 {
  color: #ffffff !important;
}
.color4 {
  color: #333333 !important;
}
.t-shadow {
  -moz-text-shadow: 1px 1px 1px rgb(23 50 114);
  -webkit-text-shadow: 1px 1px 1px rgb(23 50 114);
  -ms-text-shadow: 1px 1px 1px rgb(23 50 114);
  text-shadow: 1px 1px 1px rgb(23 50 114);
}
/* display */
.d_flex {
  display: flex;
}
.d_block {
  display: block;
}
.d_fluctuation {
  display: block;
}
.disp-none {
  display: none;
}
.pc_cont,
.pc_cont2,
.pc_cont3 {
  display: none !important;
}
.sp-border {
  border-bottom: 1px solid;
}
/* pc_nav */
#pc_nav_wrap {
  display: none;
}
/* link */
.link-space {
  padding-top: 80px;
  margin-top: -80px;
}
/* margin */
.m0 {
  margin: 0 !important;
}
.m0a {
  margin: 0 auto;
}
.mt0 {
  margin-top: 0;
}
.mb0,
.mb-type10 {
  margin-bottom: 0;
}
.cont-mb1 {
  margin-bottom: 80px !important;
}
.cont-mb2 {
  margin-bottom: 80px !important;
}
.cont-mb3 {
  margin-bottom: 100px !important;
}
.cont-mb4 {
  margin-bottom: 60px !important;
}
.cont-mb5,
.cont-mb6,
.mb-type9 {
  margin-bottom: 50px !important;
}
.mb1em {
  margin-bottom: 1em !important;
}
.mb2em {
  margin-bottom: 2em !important;
}
.mb3em {
  margin-bottom: 3em !important;
}
.mb4em {
  margin-bottom: 4em;
}
.mb5em {
  margin-bottom: 5em;
}
.mt1em {
  margin-top: 1em;
}
.mt2em {
  margin-top: 2em;
}
.mt3em {
  margin-top: 3em;
}
.mb-type1,
.mb-type6,
.mb-type7 {
  margin-bottom: 10px !important;
}
.mb-type2,
.mb-type5,
.mb-type8,
.mb-type10 {
  margin-bottom: 30px !important;
}
.mb-type3,
.mb-type4 {
  margin-bottom: 20px !important;
}
.dot-img1 {
  margin-bottom: 40px;
}
/* padding */
.pt1em {
  padding-top: 1em;
}
.pt2em {
  padding-top: 2em;
}
.pt-type1 {
  padding-top: 20px !important;
}
.pt-type2 {
  padding-top: 35px;
}
.pb-type1 {
  padding-bottom: 20px !important;
}
/* table */
table {
  border: 1px solid #00A0C7;
  border-collapse:collapse;
}
table th,
table td {
  padding: 1.2em 1em;
  border-bottom: none;
  display: block;
}
table td {
  border-bottom: solid 1px #00A0C7;
}
table tr:last-of-type td {
  border-bottom: none;
}
table th {
  background: #00A0C7;
  color: #ffffff;
  text-align: left;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 1.8em;
  width: 100%;
}
table tr:not(:last-of-type) th {
  border-bottom: solid 1px #00A0C7;
}
/* minus_indent */
.minus_indent {
  padding-left: 1em;
}
.minus_indent li {
  text-indent: -1em;
}
/* 背景色 */
.bg-c1 {
  background-color: #00A0C7;
}
.bg-c2 {
  background-color: #00A0C7;
}
/* indent */
.t-indent1 {
  padding-left: 1em;
  text-indent: -1em;
}
.ti-style1 {
  text-indent: -1em;
}
.ti-style {
  padding-left: 1em;
}

/* コンテンツfadein
--------------------------------- */
.fadeIn_up {
	opacity: 0;
	transform: translate(0, 10%);
	transition: 1s;
}
.fadeIn_up.is-show {
	transform: translate(0, 0);
	opacity: 1;
}

/* パンくず
-------------------------------- */
#breadcrumb ul li {
  display: inline-block;
}
.bread-break {
  margin: 0 0.5em;
}
.bread {
  margin-bottom: 1em;
  padding-top: 0.8em;
}
#breadcrumb ul {
  padding: 0;
}

/* common btn
-------------------------------- */

/* contents style
-------------------------------- */
.cw-type1 {
  width: 90%;
}
.cw-type3,
.cw-type4,
.cw-type9,
.cw-type8 {
  width: 90%;
  margin: 0 auto;
}
.cw-type10 {
  width: 80%;
  margin: 0 auto;
}
.cw-type5 {
  width: 46%;
  margin-left: 5%;
}
.cw-type6 {
  width: 90%;
}
.cw-type7 {
  width: 100%;
}
.cw-type11 {
  margin: 0 auto;
}

/* top
-------------------------------- */
.b-inner-link a {
  width: 100%;
  margin-bottom: 30px;
  padding-top: 21px;
  padding-bottom: 21px;
}
.txts-cont {
  letter-spacing: 0;
}
.cont-txt {
  margin-bottom: calc(30 / 375 * 100vw);
}
.inner-link a {
  width: 100%;
  display: block;
  margin-left: auto;
  text-align: center;
  border-bottom: 4px solid #00A0C7;
  padding-bottom: 5px;
}
.zgzg-line1 {
  width: 131px;
}
.zgzg-line2 {
  width: 110px;
}
.zgzg-wrap {
  line-height: 1.2;
  text-align: center;
  width: 131px;
  margin-bottom: 20px;
  display: inline-block;
  letter-spacing: 0.5px;
}
.zgzg-wrap.style-change .zgzg-line1 {
  width: 188px;
}
.zgzg-wrap.style-change {
  width: 188px;
}
.inner-link.link-left a {
  margin-left: 0;
}
.ver-dot {
  width: 4px;
}
.img-cont {
margin-bottom: 35px;
}
.change-conts {
display: flex;
flex-wrap: wrap;
}
.change-conts div:first-of-type {
order: 2;
}
.change-conts div:last-of-type {
order: 1;
}
.c-line-adj {
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-inner-link a div:first-of-type span {
  margin-right: 0.3em;
}

/* お知らせ */
.top-info-item {
  width: 100%;
  background: #F4F4F4;
  padding: 1em;
  margin-bottom: 1em;
  text-align: center;
}
.info-txt {
  padding-top: 1em;
}
.link-btn a {
  display: block;
  width: 200px;
  margin-left: auto;
  text-align: right;
  font-size: 18px;
  color: #333333;
}
.top-info-txts {
  display: inline-block;
  text-align: left;
}
.cont-inner-txt {
  letter-spacing: 2px;
}
.list-type3 {
  margin: 0 auto;
  padding-top: 2em;
}
.item-type3 {
  max-width: 500px;
  margin: 0 auto;
}
.item-type3:first-of-type {
  margin-bottom: 5em;
}
.item-type3 img {
  max-width: 250px;
  margin: 0 auto;
  display: block;
  width: 90%;
}
.b-inner-link a {
  display: block;
  background: #00A0C7;
  width: 100%;
  padding: 1em 0;
  border-radius: 20px;
  border: 4px solid #00A0C7;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
}
.b-inner-link a:hover {
  background: #ffffff;
  color: #00A0C7;
}
.b-inner-link a span:first-of-type {
  display: block;
  font-weight: bold;
}
.recruiting-video {
  width: 100%;
  height: 263px;
  margin: 0 auto;
}

/* info
-------------------------------- */

/* footer
-------------------------------- */
.copy {
  margin: 0;
}
footer {
  width: 100%;
  height: auto;
}
.f-menu-wrap a {
  color: #ffffff;
}
#f-inner-cont2 .fm-inner1 {
  display: none;
}
.copy-wrap {
  text-align: center;
  padding: 0.8em 0;
}
.site_footer_logo {
  width: 280px;
}
.site_footer_logo img {
  margin-bottom: 1em;
}
#f-inner-cont1 {
  text-align: left;
  width: 300px;
  margin: 0 auto 2em;
}
.fm-inner2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fmi-link a {
  display: block;
  align-items: center;
}
#footer-cont {
  letter-spacing: 0;
}
#contact-btn-wrap {
  position: fixed;
  z-index: 9;
  bottom: 20px;
  right: 90px;
}
#contact-btn-wrap a {
  width: 220px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  text-decoration: none;
  color: #00A0C7;
  text-align: center;
  display: block;
  position: relative;
  border: 3px solid #00A0C7;
  font-weight: bold;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#contact-btn-wrap i {
  padding-left: 0.3em;
}
.fmi-link a {
  display: flex;
  background: #ffffff;
  width: 300px;
  height: 100px;
  justify-content: center;
  border-radius: 20px;
}
.ginkuji {
  width: 263px;
}
.fmi-link a:hover {
  filter: invert();
}
.inner-link3 a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 40px !important;
  border: 1px solid #ffffff;
  border-radius: 10px !important;
  margin-top: 12px !important;
}
.inner-link3 a:hover {
  color: #00A0C7 !important;
  background: #ffffff;
}
.kujira-shiro {
  display: block;
  margin: 0 auto;
  width: 190px;
}
#footer-cont {
  padding-top: 30px;
  padding-bottom: 50px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 20px;
  width: 90%;
}

/* common-btn
-------------------------------- */
.inner-link2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 4px solid #00A0C7;
  border-radius: 20px;
  height: 70px;
  width: 100%;
  margin: 0 auto;
}
.inner-link2 a:hover {
  color: #ffffff !important;
  background: #00A0C7;
}
#page-top a {
  width: 60px;
}
.up-arrow {
  width: 15px;
  display: block;
  margin: 0 auto;
}

/* header
-------------------------------- */
.home header {
  position: relative;
  padding-bottom: 30px;
  background: #00A0C7;
}
nav a {
  text-decoration: none;
}
#fix-menu-wrap {
  position: fixed;
  width: 100%;
  z-index: 10;
  height: 60px;
  transition: all  0.3s ease;
  background: #ffffff;
  box-shadow: 0px 1px 50px -2px rgb(0 0 0 / 20%);
  top: 0;
}
.header-img-wrap {
  padding-top: 60px;
}
#fix-menu-wrap.exception-style .pc-logo,
.pc-logo {
  display: none;
}
#fix-menu {
  margin: 0 auto;
}
#head-back {
  position: absolute;
  position: fixed;
  width: 100%;
  height: 60px;
  z-index: 2;
  top: 0;
  left: 0;
}
.b-arrow {
  display: block;
  line-height: 0;
  width: 100%;
}
#kon-l {
  display: none;
}
.site_header_logo {
  position: relative;
}
.site_header_logo img {
  position: absolute;
  top: 7px;
}
#fix-menu-wrap.exception-style {
  background: #ffffff;
  box-shadow: 0px 1px 50px -2px rgb(0 0 0 / 20%);
}
#fix-menu-wrap.exception-style #exception-logo {
  display: block;
}
.bread {
  margin-bottom: 50px !important;
  padding-top: 15px;
}
.pl-destination {
  padding-top: 70px;
  margin-top: -70px;
}
.content-wrap {
  padding-top: 60px;
}
.home .content-wrap,
.single .content-wrap,
.archive .content-wrap,
.page-id-58 .content-wrap,
.page-id-56 .content-wrap,
.page-id-126 .content-wrap,
.page-id-3 .content-wrap,
.page-id-119 .content-wrap,
.page-id-115 .content-wrap,
.page-id-117 .content-wrap,
.page-id-51 .content-wrap {
  padding-top: 0 !important;
}
.home .page_header_wrap {
  margin-top: 0 !important;
}
.recruiting-banner {
  background: #00A0C7;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
}
.recruiting-banner img {
  height: 25px;
  margin-right: 10px;
  display: none;
}
.recruiting-banner a {
  background: #fff;
  display: block;
  margin-left: 10px;
  border-radius: 10px;
  border: 2px solid #00A0C7;
  width: 132px;
  text-align: center;
  height: 43px;
}
.recruiting-banner .pc_cont {
  display: none !important;
}
.recruiting-banner .sp_cont {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.recruiting-banner a:hover {
  background: #00A0C7;
  color: #ffffff !important;
  border: 2px solid #ffffff;
}
.banner-txt {
  line-height: 1.5;
}
.banner-txt span:last-of-type {
  display: none;
}
.dot-img1 img {
  width: 30px;
  display: block;
  margin: 0 auto;
  margin-top: -15px;
}
.recruiting-banner .fa-paper-plane {
  padding-left: 0.3em;
  padding-right: 0;
}

/* スライダー */
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px !important;
}
.swiper-pagination-bullet {
  width: 8px !important;
  height: 8px !important;
  border-radius: 100% !important;
  background-color: #00A0C7 !important;
  border: 1px solid #ffffff !important;
  opacity: 1 !important;
}
.swiper-pagination-bullet-active {
  background: #ffffff !important;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 8% !important;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 8% !important;
}
.swiper-button-next,
.swiper-button-prev {
  color: #00A0C7 !important;
  z-index: 1 !important;
  top: 60% !important;
}
.swiper-pagination {
  left: 50% !important;
  transform: translateX(-50%) !important;
  -webkit-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  z-index: 1 !important;
  bottom: -4px !important;
  width: auto !important;
}
.header-img img {
  width: 100%;
}
.header-slider {
  overflow: hidden !important;
}
.swiper-slide img {
  width: 100%;
}

/* page top
-------------------------------- */
#page-top {
  position: fixed;
  z-index: 9;
  bottom: 20px;
  right: 15px;
}

/* 固定ページ
-------------------------------- */
/* header */
.page_header_wrap {
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 59px;
  background-position: top 0;
  margin-top: 60px;
}
.page_header_title_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 100%;
}
.page_header_wrap {
  background: url(../images/page-header-sp.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 120px !important;
  position: relative;
}
body.page-id-56 .page_header_wrap,
body.single-talent .page_header_wrap {
  height: auto !important;
  background: none;
}
/* 404 */
.error_img {
  width: 100%;
  margin: 0 auto;
  padding-top: 3em;
  margin-bottom: 3em;
}
.pt-type3 {
  padding-top: 67px;
}
/* プライバシーポリシー */
.privacy-policy_h_title {
  width: 281px;
}
.overview {
  margin-bottom: 4em;
}
.privacy-policy-page dd {
  margin-bottom: 4em;
  padding-left: 0.9em;
}
.privacy-policy-page .a_btn1 {
  margin: 2em auto 0;
}
/* くじらの仕事 */
.t-box {
  background: #F4F4F4;
  padding: 1em;
}
.item-type1 i {
  padding-right: 0.5em;
}
.list-type1 {
  border: 1px solid #333333;
  padding: 1em;
  margin-bottom: 1em;
  width: 100%;
}
.list-wrap-type1 .txt1 {
  display: inline-block;
  text-align: center;
}
.bb-dashed {
  border-bottom: 1px dashed #333333;
  padding-bottom: 0.3em;
  margin-bottom: 2em;
}
.t-title2 {
  background: #ffffff;
  border-bottom: 1px solid #00A0C7;
}
.table-style2 th,
.table-style2 td {
  width: 100%;
  display: block;
}
.link-right {
  text-align: right;
}
.link-left {
  text-align: left;
}
.link-center {
  text-align: center;
}
.page-logo {
  width: 80%;
}
/* 会社情報 */
.map-img {
  border: 1px solid #eeeeee;
}
/* 新人タレント募集 */
.voice-num {
  position: relative;
  padding: 0.8em;
  color: #fff;
  border-radius: 10px;
  background: #00A0C7;
  margin-bottom: 1.5em;
  width: auto;
  text-align: center;
  font-weight: bold;
  display: inline-block;
}
.page-id-56 .voice-num {
  width: 150px;
}
.voice-num:after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #00A0C7 transparent transparent transparent;
}
.item-type2 .txt-desc {
  border: 1px dashed #00A0C7;
  padding: 1em;
  margin-bottom: 3em;
}
.blowing {
  background: #E8E8E8;
  display: flex;
  padding: 20px;
  justify-content: center;
  align-items: center;
}
.blowing-img {
  width: 80px;
  margin-right: 10px;
}
.blowing-txt p {
  letter-spacing: -0.5px;
}

/* 投稿一覧ページ
-------------------------------- */
.ul-list1 {
  display: flex;
  flex-wrap: wrap;
}
.list-item1 {
  background: #F4F4F4;
  padding: 0.8em;
}
.list-item1 {
  width: calc(94% / 2);
}
.list-item1 {
  margin: 0 1%;
  margin-bottom: 2%;
  text-align: center;
}
.info-cats a {
  color: #ffffff !important;
  background: #00A0C7;
  padding: 0.5em;
  border: 1px solid #00A0C7;
}
.info-cats a:hover {
  color: #00A0C7 !important;
  background: #ffffff;
}
.info-cats {
  margin-top: 1em;
}
/* ページネーション */
.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #00A0C7;
  width: 95%;
  padding-top: 30px;
  margin: 0 auto;
  position: relative;
  height: 80px;
}
#page_archive .wp-pagenavi {
  border-top: none;
}
.wp-pagenavi a {
  text-decoration: none;
}
.wp-pagenavi a,
.wp-pagenavi span {
  font-weight: bold;
}
.nextpostslink .fa-arrow-right {
  padding: 0;
}
.wp-pagenavi a,
.wp-pagenavi span {
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  width: 30px;
  position: absolute;
  border: 3px solid #00A0C7;
  border-radius: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-pagenavi .previouspostslink {
  left: 10px;
}
.wp-pagenavi .nextpostslink {
  right: 10px;
}
.wp-pagenavi .extend:last-of-type {
  display: none;
}
/* タレント一覧 */
.tag-list ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin-top: 10px;
  padding-top: 8px;
}
.tag-list li {
  position: relative;
}
.tag-list a {
  text-decoration: none;
  color: #333333;
  font-weight: bold;
}
.tag-list li {
  width: auto;
  display: inline-block;
  padding: 4px;
  padding-left: 14px;
  line-height: 1;
  color: #333333;
  border: 1px solid #333333;
  position: relative;
  border-radius: 25px 8px 8px 25px;
}
.tag-list li:hover {
  color: #00A0C7;
  border: 1px solid #00A0C7;
}
.tag-list li:hover a {
  color: #00A0C7;
}
.tag-list li::after {
  content: '●';
  left: 3px;
  top: 4.5px;
  position: absolute;
}
.tag-list li:not(:last-of-type) {
  margin-right: 8px;
}
.single-talent .tag-list li:not(:last-of-type) {
  margin-bottom: 0.5em;
  margin-right: 0;
}
.single-talent .tag-list ul {
  display: block;
  width: 60px;
}
.single-talent .tag-list li {
  width: 60px;
}

/* 投稿詳細ページ
-------------------------------- */
.single-content {
  padding-top: 1em;
  margin-bottom: 2em;
}
.single-pn-link {
  border-top: 1px solid #00A0C7;
}
.single-pn-link a {
  text-decoration: none;
}
body.single .single-content img {
  width: auto;
}
body.single .s-list-photo img {
  width: 100%;
}
.recruiting-video {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
}
.recruiting-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-pn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #00A0C7;
  width: 95%;
  padding-top: 30px;
  margin: 0 auto;
  position: relative;
  height: 80px;
}
.single-pn-link .previous-link a,
.single-pn-link .next-link a {
  width: 30px;
  position: absolute;
  border: 3px solid #00A0C7;
  border-radius: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 30px;
}
.single-pn-link .previous-link a {
  left: 10px;
}
.single-pn-link .next-link a {
  right: 10px;
}
/* タレント */
.youtube iframe,
.prof-voice .wp-audio-shortcode,
.prof-voice video,
.pv-sub .wp-audio-shortcode  {
  width: 100% !important;
  height: 400px;
  vertical-align: bottom;
}
.exc-pv .youtube iframe {
  height: 165;
}
.prof-voice video {
  height: 160px;
}
.prof-wrap {
  background: #CEF5FF;
  padding: 20px 15px;
}
.inner-txt1 {
  line-height: 1.5;
  margin-top: 0.8em;
}
.inner-txt2 {
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.s-inner-cont1 {
  border-bottom: 1px solid #00A0C7;
}
.s-inner-cont1,
.s-list-photo,
.s-list-txts {
    padding: 0 15px;
  }
.prof-career {
  border-top: 1px solid #00A0C7;
  margin-top: 1em;
  padding-top: 1em;
}
.s-list-txts {
  margin-top: 30px;
}
.pn-center-link {
  margin-top: -25px;
}
.prof-f-name {
  line-height: 1;
}
.s-inner-cont1.sp_cont.nt-wrap {
  display: flex !important;
  justify-content: space-between;
  align-items: flex-end;
}
.b-emp1 {
  font-weight: bold;
  background: #D2F5FF;
}
.d-s-list2-last {
  margin-bottom: 50px !important;
}
.d-s-list1-last {
  margin-bottom: 50px !important;
}
.d-s-list1 dt {
    font-weight: normal;
    width: 85px;
    display: inline-block;
}
.d-s-list1 dd,
.d-s-list2 dd {
    display: inline-block;
}
.d-s-list2 dd {
    display: inline-block;
}
.d-s-list2 dt,
.d-s-list3 dt,
.d-s-list4 dt {
  font-weight: normal;
}
.d-s-list3 dd {
  padding-left: 1em;
}
.d-s-list3-last {
  margin-top: 1em !important;
}
.d-s-list4 {
  margin-bottom: 1rem !important;
}
.d-s-list4 dt {
  border-bottom: 1px dashed #333333;
  line-height: 1.5em;
  padding-bottom: 0.5em;
  margin-bottom: 0.5rem;
}
.d-s-list4 dd {
  padding: 0.5rem;
}
.pc-cont {
  display: none;
}
.pv-sub {
  margin-bottom: 2.5em;
}
.sv-blue {
  color: #00A0C7;
}
.sv-title1 {
  display: inline-block;
  margin-bottom: 0.5em;
}

.s-type1 > div {
  margin-bottom: 0.8em;
  margin-left: -0.5em;
}
.s-type1 > div > span:first-of-type {
  display: block;
}
.s-type1 > div > span:last-of-type {
  padding-left: 1.5em;
  display: block;
}

.single-photos ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.single-photos2 ul,
.single-photos4 ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.single-photos2 ul .photo-item9,
.single-photos4 ul .photo-item1 {
  width: 48%;
  max-width: 241px;
  margin-bottom: 3%;
}
.single-photos2 ul .photo-item9:first-of-type,
.single-photos4 ul .photo-item1:first-of-type {
  margin-right: 3%;
}
.single-photos2 ul .photo-item10 {
  width: 100%;
  max-width: 500px;
}
.single-photos4 ul .photo-item2 {
  width: 48%;
  max-width: 241px;
}
.single-photos ul .photo-item1,
.single-photos ul .photo-item3,
.single-photos ul .photo-item7 {
  width: 48%;
}
.single-photos ul .photo-item5 {
  max-width: 500px;
  margin: 0 auto;
}
.single-photos ul .photo-item5:first-of-type {
  margin-bottom: 1em;
}
.single-photos ul .photo-item1:nth-child(4),
.single-photos ul .photo-item3:nth-child(1),
.single-photos ul .photo-item7:nth-child(3) {
  width: 66.5%;
}
.single-photos ul .photo-item1:nth-child(3),
.single-photos ul .photo-item3:nth-child(2),
.single-photos ul .photo-item7:nth-child(4) {
  width: 29.5%;
}
.single-photos ul .photo-item2 {
  width: 48%;
}
.single-photos ul .photo-item6 {
  width: 100%;
  max-width: 767px;
}
.single-photos ul .photo-item4 {
  width: 100%;
  padding: 1em;
  max-width: 767px;
}
.flier-wrap ul li {
  border: 1px solid #eeeeee;
}
.flier-wrap ul li:first-of-type {
  margin-bottom: 1em;
}
body.single .single-content .tategazou {
  width: 70%;
  max-width: 20rem;
}
.photo-item8 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
body.single .single-content .tategazou2 {
  width: 90%;
  max-width: 20rem;
  display: inline-block;
}
.irr-photo-list2 ul {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

@media screen and (min-width:375px){
  /* text */
  .ls1 {
    letter-spacing: calc(1 / 375 * 100vw);
  }
  .ls2,
  .ls5 {
    letter-spacing: calc(2 / 375 * 100vw);
  }
  .ls3 {
    letter-spacing: calc(2.2 / 375 * 100vw);
  }
  .ls4 {
    letter-spacing: calc(-0.5 / 375 * 100vw);
  }
  /* font-size */
  .fs6 {
    font-size: calc(50 / 375 * 100vw);
  }
  .common-title1,
  .common-title3,
  .fs7 {
    font-size: calc(22 / 375 * 100vw);
  }
  .c2-inner-title,
  .title-type3,
  .button-wrap div input,
  .button-wrap div input a,
  .home-btn a,
  .page-title1,
  .b-inner-link a span:first-of-type,
  .fs3,
  .wp-pagenavi .pages,
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink,
  .single-pn-link .previous-link a,
  .single-pn-link .next-link a {
    font-size: calc(20 / 375 * 100vw);
  }
  .common-title,
  .common-title2,
  .page-sub-title2,
  .page-title2,
  .fs2,
  .wp-pagenavi a,
  .wp-pagenavi span {
    font-size: calc(18 / 375 * 100vw);
  }
  .page-inner-note,
  .c-sub-title {
    font-size: calc(17 / 375 * 100vw);
  }
  body,
  .t-en,
  #contact-btn-wrap a,
  .fs1,
  .fs5,
  .fs11 {
    font-size: calc(16 / 375 * 100vw);
  }
  .required,
  .domain-cancel,
  .m-answers-a,
  .fs4 {
    font-size: calc(14 / 375 * 100vw);
  }
  .logos p,
  .sub-txt1,
  .b-inner-link a div:first-of-type span,
  .page-top-txt,
  .fs9 {
    font-size: calc(13 / 375 * 100vw);
  }
  .fs10 {
    font-size: calc(10 / 375 * 100vw);
  }
  .recruiting-banner,
  .fs8 {
    font-size: calc(12 / 375 * 100vw);
  }
  .temperature,
  .case-txt,
  .copy-wrap a {
    font-size: calc(9 / 375 * 100vw);
  }
  .tag-list a,
  .tag-list li {
    font-size: calc(8 / 375 * 100vw);
  }
  #menu-privacy_policy a,
  #menu-toggle_menu a,
  .copy {
    font-size: 1rem;
  }
  #menu-toggle_menu > li,
  #breadcrumb {
    font-size: 0.82rem;
  }
  /* title */
  .common-title1 {
    margin-bottom: calc(40 / 375 * 100vw);
    line-height: 1.5;
  }
  .pt-type2 {
    padding-top: calc(35 / 375 * 100vw);
  }
  .i5s_only {
    display: none;
  }
  .i5s_ex {
    display: inline-block;
  }
  .t-note {
    margin-bottom: calc(35 / 375 * 100vw);
  }
  .title-num {
    line-height: calc(60 / 375 * 100vw);
  }
  .common-title5 {
    padding-left: calc(25 / 375 * 100vw);
  }
  .common-title5::after,
  .common-title5::before {
    width: calc(3 / 375 * 100vw);
    height: calc(30 / 375 * 100vw);
    top: calc(1 / 375 * 100vw);
    border-radius: calc(50 / 375 * 100vw);
  }
  .common-title5::before {
    left: calc(10 / 375 * 100vw);
  }
  /* link */
  .link-space {
    padding-top: calc(80 / 375 * 100vw);
    margin-top: calc(-80 / 375 * 100vw);
  }
  /* margin */
  .mb-type1,
  .mb-type6,
  .mb-type7 {
    margin-bottom: calc(10 / 375 * 100vw) !important;
  }
  .mb-type2,
  .mb-type5,
  .mb-type8,
  .mb-type10 {
    margin-bottom: calc(30 / 375 * 100vw) !important;
  }
  .mb-type3,
  .mb-type4 {
    margin-bottom: calc(20 / 375 * 100vw) !important;
  }
  .cont-mb1 {
    margin-bottom: calc(80 / 375 * 100vw) !important;
  }
  .cont-mb2 {
    margin-bottom: calc(100 / 375 * 100vw) !important;
  }
  .cont-mb3 {
    margin-bottom: calc(100 / 375 * 100vw) !important;
  }
  .cont-mb4 {
    margin-bottom: calc(80 / 375 * 100vw) !important;
  }
  .cont-mb5,
  .cont-mb6,
  .mb-type9 {
    margin-bottom: calc(50 / 375 * 100vw) !important;
  }
  .dot-img1 {
    margin-bottom: calc(40 / 375 * 100vw);
  }
  /* padding */
  .pt-type1 {
    padding-top: calc(20 / 375 * 100vw) !important;
  }
  .pb-type1 {
    padding-bottom: calc(20 / 375 * 100vw) !important;
  }

  /* header
  -------------------------------- */
  /* スライダー */
  .swiper-pagination {
    bottom: calc(-4 / 375 * 100vw) !important;
  }
  .swiper-pagination-bullet {
    width: calc(8 / 375 * 100vw) !important;
    height: calc(8 / 375 * 100vw) !important;
  }
  .home header {
    padding-bottom: calc(30 / 375 * 100vw);
  }
  .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
      margin-left: calc(10 / 375 * 100vw) !important;
      margin-right: calc(10 / 375 * 100vw) !important;
  }
  .dot-img1 img {
    width: calc(30 / 375 * 100vw);
    margin-top: calc(-15 / 375 * 100vw);
  }
  .recruiting-banner {
    height: calc(70 / 375 * 100vw);
  }
  .recruiting-banner a {
    margin-left: calc(20 / 375 * 100vw);
    border-radius: calc(10 / 375 * 100vw);
    height: calc(43 / 375 * 100vw);
  }

  /* contents style
  -------------------------------- */

  /* top
  -------------------------------- */
  .b-inner-link a {
    margin-bottom: calc(30 / 375 * 100vw);
    padding-top: calc(21 / 375 * 100vw);
    padding-bottom: calc(21 / 375 * 100vw);
    border-radius: calc(20 / 375 * 100vw);
  }
  .cont-txt {
      margin-bottom: calc(30 / 375 * 100vw);
  }
  .inner-link a {
      padding-bottom: calc(5 / 375 * 100vw);
  }
  .zgzg-line1 {
      width: calc(131 / 375 * 100vw);
  }
  .zgzg-line2 {
    width: calc(110 / 357 * 100vw);
  }
  .zgzg-wrap {
      width: calc(131 / 375 * 100vw);
      margin-bottom: calc(20 / 375 * 100vw);
  }
  .zgzg-wrap.style-change .zgzg-line1 {
    width: calc(188 / 375 * 100vw);
  }
  .zgzg-wrap.style-change {
    width: calc(188 / 375 * 100vw);
  }
  .ver-dot {
      width: calc(4 / 375 * 100vw);
  }
  .img-cont {
    margin-bottom: calc(35 / 375 * 100vw);
  }
  .recruiting-video {
    height: calc(263 / 375 * 100vw);
  }

  /* footer
  -------------------------------- */
  #contact-btn-wrap {
    right: calc(90 / 375 * 100vw);
  }
  #contact-btn-wrap a {
      width: calc(250 / 375 * 100vw);
      height: calc(50 / 375 * 100vw);
      line-height: calc(50 / 375 * 100vw);
      border-radius: calc(10 / 375 * 100vw);
  }
  .fmi-link a {
    width: calc(300 / 375 * 100vw);
    height: calc(100 / 375 * 100vw);
    border-radius: calc(20 / 375 * 100vw);
  }
  .ginkuji {
      width: calc(263 / 375 * 100vw);
  }
  .inner-link3 a {
    height: calc(40 / 375 * 100vw) !important;
    border-radius: calc(10 / 375 * 100vw) !important;
    margin-top: calc(12 / 375 * 100vw) !important;
  }
  .kujira-shiro {
      width: calc(190 / 375 * 100vw);
  }
  #footer-cont {
      padding-top: calc(30 / 375 * 100vw);
      padding-bottom: calc(50 / 375 * 100vw);
      margin-bottom: calc(20 / 375 * 100vw);
  }
  #f-inner-cont1 {
    width: calc(300 / 375 * 100vw);
  }

  /* common-btn
  -------------------------------- */
  .inner-link2 a {
    border-radius: calc(20 / 375 * 100vw);
    height: calc(70 / 375 * 100vw);
  }
  #page-top a {
    width: calc(60 / 375 * 100vw);
  }
  .up-arrow {
      width: calc(15 / 375 * 100vw);
  }

  /* 固定ページ
  -------------------------------- */
  /* header */
  .page_header_wrap {
    margin-top: 60px;
    height: calc(120 / 375 * 100vw) !important;
  }
  .bread {
    margin-bottom: calc(50 / 375 * 100vw) !important;
    padding-top: calc(15 / 375 * 100vw);
  }
  .content-wrap {
    padding-top: calc(60 / 375 * 100vw);
  }
  /* 新人タレント募集 */
  .voice-num {
    padding: calc(15 / 375 * 100vw);
    border-radius: calc(10 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
  .page-id-56 .voice-num {
    width: calc(150 / 375 * 100vw);
}
  .voice-num:after {
    bottom: calc(-9 / 375 * 100vw);
    left: calc(20 / 375 * 100vw);
  }
  .item-type2 .txt-desc {
    padding: calc(20 / 375 * 100vw);
    margin-bottom: calc(60 / 375 * 100vw);
  }
  .blowing {
    padding-top: calc(20 / 375 * 100vw);
    padding-bottom: calc(20 / 375 * 100vw);
    padding-left: calc(25 / 375 * 100vw);
    padding-right: calc(25 / 375 * 100vw);
  }
  .blowing-img {
    width: calc(80 / 375 * 100vw);
    margin-right: calc(10 / 375 * 100vw);
  }
  .item-type2 .txt-desc {
    padding: calc(20 / 375 * 100vw);
  }

  /* 投稿一覧ページ
  -------------------------------- */
  /* ページネーション */
  .wp-pagenavi {
    padding-top: calc(30 / 375 * 100vw);
    height: calc(100 / 375 * 100vw);
  }
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: calc(30 / 375 * 100vw);
  }
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    width: calc(50 / 375 * 100vw);
    height: calc(50 / 375 * 100vw);
  }
  .wp-pagenavi .previouspostslink {
    left: calc(10 / 375 * 100vw);
  }
  .wp-pagenavi .nextpostslink {
    right: calc(10 / 375 * 100vw);
  }
  /* タレント一覧 */
  .tag-list ul {
    margin-top: calc(10 / 375 * 100vw);
    padding-top: calc(8 / 375 * 100vw);
  }
  .tag-list li {
    padding: calc(5 / 375 * 100vw);
    padding-left: calc(17 / 375 * 100vw);
  }
  .tag-list li:not(:last-of-type) {
    margin-right: calc(8 / 375 * 100vw);
  }
  .single-talent .tag-list li:not(:last-of-type) {
    margin-right: calc(8 / 375 * 100vw);
    margin-bottom: 0;
  }
  .tag-list li::after {
      left: calc(3 / 375 * 100vw);
      top: calc(5.5 / 375 * 100vw);
  }
  .single-talent .tag-list li {
    width: auto;
    display: inline-block;
  }
  .single-talent .tag-list ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
  }

  /* 投稿詳細ページ
  -------------------------------- */
  /* タレント */
  .youtube iframe,
  .prof-voice .wp-audio-shortcode {
    height: calc(400 / 375 * 100vw);
  }
  .pv-sub .wp-audio-shortcode {
    height: calc(180 / 375 * 100vw);
  }
  .prof-voice video {
    height: calc(190 / 375 * 100vw);
  }
  .exc-pv .youtube iframe {
    height: calc(190 / 375 * 100vw);
  }
  .prof-wrap {
    padding-top: calc(20 / 375 * 100vw);
    padding-bottom: calc(20 / 375 * 100vw);
    padding-left: calc(15 / 375 * 100vw);
    padding-right: calc(15 / 375 * 100vw);
  }
  .s-list-txts {
    margin-top: calc(30 / 375 * 100vw);
  }
  .s-inner-cont1,
  .s-list-photo,
  .s-list-txts {
    padding-left: calc(15 / 375 * 100vw);
    padding-right: calc(15 / 375 * 100vw);
  }
  .single-pn-link {
    padding-top: calc(30 / 375 * 100vw);
    height: calc(80 / 375 * 100vw);
  }
  .single-pn-link .previous-link a,
  .single-pn-link .next-link a {
    width: calc(30 / 375 * 100vw);
    height: calc(30 / 375 * 100vw);
    top: calc(30 / 375 * 100vw);
  }
  .single-pn-link .previous-link a {
    left: calc(10 / 375 * 100vw);
  }
  .single-pn-link .next-link a {
    right: calc(10 / 375 * 100vw);
  }
  .pn-center-link {
    margin-top: calc(-25 / 375 * 100vw);
  }
  .d-s-list1-last {
    margin-bottom: calc(50 / 375 * 100vw) !important;
  }
  .d-s-list1 dt {
      width: calc(85/ 375 * 100vw);
  }
}

@media screen and (min-width:414px){
}