@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@500;700&display=swap");
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-style: normal;
  font-weight: normal;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section,
address {
  display: block;
}

ul {
  padding-left: 0;
  list-style: none;
}

ol li {
  margin-left: 1.5em;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* -----------------------------------------
追加
------------------------------------------*/
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=button] {
  -webkit-appearance: none;
}

/* iOSでのデフォルト送信・リセットボタンスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

/* -----------------------------------------
モバイル2→PC3カラム
------------------------------------------*/
*, *:before, *:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-size: 1.3rem;
  -webkit-text-size-adjust: 100%;
  line-height: 1.6;
  letter-spacing: 0.01em;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: #333;
}
a:hover {
  opacity: 0.6;
  transition: 0.3s;
}

iframe {
  margin-bottom: -5px;
}

main,
.wrap,
footer .copyArea small,
footer .copyArea ul.sns {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  main,
  .wrap,
  footer .copyArea small,
  footer .copyArea ul.sns {
    width: 85%;
  }
}
@media screen and (min-width: 1000px) {
  main,
  .wrap,
  footer .copyArea small,
  footer .copyArea ul.sns {
    max-width: 1000px;
  }
}
main section,
.wrap section,
footer .copyArea small section,
footer .copyArea ul.sns section {
  padding: 70px 0;
}

body:not(.home) section {
  padding: 0;
}

@media screen and (min-width: 768px) {
  .twocolumn {
    display: flex;
  }
  .twocolumn aside {
    width: 200px;
    padding-left: 50px;
  }
  .twocolumn article {
    flex: 1;
  }
}
/* -----------------------------------------
タイトル
------------------------------------------*/
.TTLarea {
  text-align: center;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .TTLarea {
    margin-bottom: 3em;
  }
}
.TTLarea .TTL {
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-family: "Quicksand", sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .TTLarea .TTL {
    font-size: 3.3rem;
  }
}
.TTLarea .TTLsub {
  font-size: 1.2rem;
}

#ttl2lv {
  padding: 100px 0 0;
}
@media screen and (min-width: 768px) {
  #ttl2lv {
    padding: 120px 0 0;
  }
}

.pcHalf .col:first-child {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .pcHalf {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .pcHalf .col {
    width: 48%;
  }
  .pcHalf .col:first-child {
    margin-bottom: 0;
  }
}

.pcThree {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pcThree::after {
  content: "";
  width: 30%;
}
.pcThree > li,
.pcThree > .col {
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  .pcThree > li,
  .pcThree > .col {
    width: 30%;
  }
}

/* -----------------------------------------
OPEN時に本体（後のレイヤー）は固定
------------------------------------------*/
.overflowHidden {
  overflow: hidden;
}

/* -----------------------------------------
パンくず
------------------------------------------*/
.breadcrumbs {
  width: 90%;
  margin: 0 auto 20px;
  display: block;
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .breadcrumbs {
    width: 85%;
  }
}
@media screen and (min-width: 1000px) {
  .breadcrumbs {
    max-width: 1000px;
  }
}

/* -----------------------------------------
ページナビ
------------------------------------------*/
.wp-pagenavi {
  width: 100%;
  margin: 40px auto;
  text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  color: #333;
  border: 1px solid #999;
  padding: 3px 10px;
}
.wp-pagenavi span.current {
  background: #999;
  color: #fff;
  border: 1px solid #999;
}
.wp-pagenavi a:hover {
  color: #fff;
  background-color: #999;
  border: 1px solid #ccc;
}

.wp-pagenavi-single {
  width: 100%;
  margin: 0 auto;
  display: flex;
  border-bottom: 1px solid #999;
  border-top: 1px solid #999;
  padding: 1em;
}
.wp-pagenavi-single .back, .wp-pagenavi-single .next {
  width: 100%;
}
.wp-pagenavi-single .next {
  text-align: right;
}

.slider-for {
  display: none;
}

.slider-for.slick-initialized {
  display: block;
}

.slider-for .slick-next {
  right: -35px;
}
.slider-for .slick-prev {
  left: -35px;
}

* {
  min-height: 0;
  min-width: 0;
}

.slick-next:before, .slick-prev:before {
  display: none;
}

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

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

.slick-next {
  display: block;
  width: 25px;
  height: 25px;
  border-top: solid 2px #999;
  border-right: solid 2px #999;
  transform: rotate(45deg);
}

.slick-prev {
  display: block;
  width: 25px;
  height: 25px;
  border-top: solid 2px #999;
  border-left: solid 2px #999;
  transform: rotate(-45deg);
}

/* -----------------------------------------
TOP　Topicsリンクボタン(緑の丸に白矢印)
------------------------------------------*/
.arrow_r {
  position: relative;
  display: block;
  width: 2em;
  height: 2em;
  background-color: green;
  border-radius: 50%;
  z-index: 10;
}
.arrow_r::after {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0.65em;
  width: 0.5em;
  height: 0.5em;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}

/* -----------------------------------------
TOPラウンドボタン
------------------------------------------*/
.roundBTN {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.roundBTN a {
  position: relative;
  min-width: 300px;
  font-size: 1.3rem;
  background: #ff8d1e;
  color: #fff;
  padding: 0.3em 2.5em 0.3em 1.5em;
  border: 2px solid #ff8d1e;
  border-radius: 2em;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .roundBTN a {
    font-size: 1.6rem;
  }
}
.roundBTN a::after {
  content: "";
  position: absolute;
  top: 0.9em;
  right: 1.5em;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}
.roundBTN a:hover {
  opacity: 1;
  text-decoration: none;
  background: #fff;
  color: #ff8d1e;
}
.roundBTN a:hover::after {
  border-color: #ff8d1e;
}

/*--------------------------------------
span吹き出し hoverで凹む立体ボタン
無料オーディション
--------------------------------------*/
.entryBTN {
  margin: 40px 0 20px;
  text-align: center;
}
.entryBTN a.wp-element-button {
  min-width: 240px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 0.5em 1em;
  border-radius: 0.7rem;
  color: #555;
  background: #ffe931;
  box-shadow: 0 5px 0 #ccba27;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .entryBTN a.wp-element-button {
    min-width: 320px;
  }
}
@media screen and (min-width: 768px) {
  .entryBTN a.wp-element-button {
    font-size: 1.9rem;
  }
}
.entryBTN a.wp-element-button span {
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  top: -2.5rem;
  left: calc(50% - 100px);
  display: block;
  width: 200px;
  padding: 0.25rem 0;
  color: #555;
  border: 2px solid #555;
  border-radius: 100vh;
  background: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
.entryBTN a.wp-element-button span::before, .entryBTN a.wp-element-button span::after {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
}
.entryBTN a.wp-element-button span::before {
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.entryBTN a.wp-element-button span::after {
  bottom: -7px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.entryBTN a.wp-element-button:hover {
  opacity: 1;
  transform: translate(0, 3px);
}

/*--------------------------------------
span吹き出し hoverで凹む立体ボタン
赤ちゃんモデル
--------------------------------------*/
.entryBTN.babyBTN .wp-block-button {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .entryBTN.babyBTN .wp-block-button {
    width: auto;
  }
}
.entryBTN.babyBTN .wp-block-button a.wp-element-button {
  width: 100%;
  color: #fff;
  background: #ff92c8;
  box-shadow: 0 5px 0 #cc74a0;
}
@media screen and (min-width: 768px) {
  .entryBTN.babyBTN .wp-block-button a.wp-element-button {
    width: auto;
  }
}

input,
select,
textarea,
button {
  font-size: 100%;
  font-family: inherit;
}

input[type=text],
input[type=email],
input[type=number],
input[type=date],
textarea {
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  border: none;
  padding: 0.5em;
}

input[type=number] {
  width: 20%;
}

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

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

input, select, textarea, button {
  font-size: 13px;
  font-family: inherit;
}

input[type=text],
input[type=email],
input[type=number],
input[type=date],
textarea {
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #aaa;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  padding: 0.5em;
  margin-bottom: 0.5em;
}

select {
  box-sizing: border-box;
  border: 1px solid #aaa;
  border-radius: 5px;
  padding: 0.5em;
  margin-bottom: 0.5em;
}

input[name=postal-code1],
input[name=postal-code2],
input[name=text-517],
input[name=text-518],
input[name=text-519],
input[name=text-307] {
  width: 80px;
}
@media screen and (min-width: 768px) {
  input[name=postal-code1],
  input[name=postal-code2],
  input[name=text-517],
  input[name=text-518],
  input[name=text-519],
  input[name=text-307] {
    width: 100px;
  }
}

.wpcf7-list-item {
  display: block;
  margin-bottom: 0.7em;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
  display: inline-block;
}

span.area {
  display: inline-block;
  width: 100px;
}
span.area + .wpcf7-form-control-wrap {
  display: inline-block;
  width: calc(100% - 100px);
}

/* -----------------------------------------
必須
------------------------------------------*/
.pink {
  display: inline-block;
  margin-left: 0.5em;
  width: 3.5em;
  text-align: center;
  font-size: 1.1rem;
  color: #fff;
  background-color: #EE8FB3;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .pink {
    display: block;
    margin-left: 0;
  }
}

p.contact-notes {
  font-size: 1.1rem;
  text-align: justify;
  color: #f568a0;
}

/* -----------------------------------------
------------------------------------------*/
form.wpcf7-form dl {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  form.wpcf7-form dl {
    display: flex;
    flex-wrap: wrap;
  }
}
form.wpcf7-form dl dt {
  font-weight: bold;
  color: #555;
}
@media screen and (min-width: 768px) {
  form.wpcf7-form dl dt {
    width: 200px;
    border-bottom: 1px dotted gray;
    padding: 1em;
  }
}
form.wpcf7-form dl dd {
  padding: 1em;
  border-bottom: 1px dotted gray;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  form.wpcf7-form dl dd {
    width: calc(100% - 200px);
    margin-bottom: 0;
  }
}

/* -----------------------------------------
確認画面
------------------------------------------*/
.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .pcHalf {
  background: #fff;
}
.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview dl {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  padding: 1em;
}
.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview dl dt {
  width: 30%;
  margin-bottom: 1em;
  padding: 1em;
  border-bottom: 1px solid gray;
}
.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview dl dd {
  width: 70%;
  margin-bottom: 1em;
  padding: 1em;
  border-bottom: 1px solid gray;
}

/* -----------------------------------------
確認画面へ
------------------------------------------*/
.Annotation {
  text-align: center;
}

.wpcf7-spinner {
  display: none;
}

.submit_wrap {
  position: relative;
  background-color: #ff8d1e;
  border-radius: 10px;
}
.submit_wrap input[type=submit] {
  width: 100%;
  display: inline-block;
  font-size: 1.5rem;
  background-color: #ff8d1e;
  color: #fff;
  padding: 1em 80px 1em 1.5em;
  border-radius: 10px;
}

.back_wrap {
  margin: 20px 0 0 0;
}
@media screen and (min-width: 1000px) {
  .back_wrap {
    margin: 0 0 0 20px;
  }
}
.back_wrap input[type=submit] {
  width: 100%;
  display: inline-block;
  font-size: 1.5rem;
  padding: 1em 1.5em;
  background: #fff;
  color: #ff8d1e;
  border-radius: 10px;
  border: 1px solid #ff8d1e;
}

/* -----------------------------------------
確認・送信ボタンの注釈
------------------------------------------*/
.btn_wrap {
  margin: 30px 0 60px;
}
@media screen and (min-width: 768px) {
  .btn_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.btn_wrap::before {
  content: "必要事項を入力し「確認ボタン」を押してください";
  font-weight: bold;
  display: inline-block;
  margin: 0 0 1em 0;
}
@media screen and (min-width: 1000px) {
  .btn_wrap::before {
    margin: 0 2em 0 0;
  }
}

.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .btn_wrap::before {
  content: "入力内容を確認の上「送信ボタン」を押してください";
}

/* -----------------------------------------
完了画面
------------------------------------------*/
.mw_wp_form.mw_wp_form_complete {
  background: #fff;
  padding: 5%;
  font-size: 1.5rem;
  border: 1px solid gray;
  margin-bottom: 30px;
}
.mw_wp_form.mw_wp_form_complete h3 {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 0.7em;
  line-height: 1.3;
}

.grecaptcha-badge {
  visibility: hidden;
}

form.wpcf7-form.init label,
form.wpcf7-form.invalid label,
form.custom-wpcf7cp-confirm label {
  font-weight: bold;
}
form.wpcf7-form.init input[type=submit],
form.wpcf7-form.invalid input[type=submit],
form.custom-wpcf7cp-confirm input[type=submit] {
  width: 100%;
  min-width: 200px;
  display: inline-block;
  font-size: 1.5rem;
  background-color: #ff8d1e;
  color: #fff;
  padding: 1em 2.5em;
  border-radius: 10px;
}

div#wpcf7cpcnf table {
  width: 100%;
}
div#wpcf7cpcnf table th, div#wpcf7cpcnf table td {
  margin-bottom: 1em;
  padding: 1em;
  border-bottom: 1px solid gray;
}
div#wpcf7cpcnf table th {
  width: 30%;
}
div#wpcf7cpcnf table th p {
  font-weight: bold;
}
div#wpcf7cpcnf table td {
  width: 70%;
}

.wpcf7cp-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wpcf7cp-btns button.wpcf7-form-control.wpcf7cp-cfm-edit-btn,
.wpcf7cp-btns button.wpcf7-form-control.wpcf7-submit.wpcf7cp-cfm-submit-btn {
  width: 100%;
  display: inline-block;
  font-size: 1.5rem;
  padding: 1em 1.5em;
  border-radius: 10px;
}
.wpcf7cp-btns button.wpcf7-form-control.wpcf7cp-cfm-edit-btn {
  background: #fff;
  color: #ff8d1e;
  border: 1px solid #ff8d1e;
}
.wpcf7cp-btns button.wpcf7-form-control.wpcf7-submit.wpcf7cp-cfm-submit-btn {
  background-color: #ff8d1e;
  color: #fff;
}

/* -----------------------------------------
h1
------------------------------------------*/
h1#logo {
  width: 43%;
  max-width: 200px;
  position: absolute;
  z-index: 100;
  top: 15px;
  left: 3%;
}
@media screen and (min-width: 768px) {
  h1#logo {
    width: 220px;
    max-width: none;
    position: absolute;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
  }
}

/* -----------------------------------------
ハンバーガーメニューボタン
------------------------------------------*/
#menu {
  position: fixed;
  width: 60px;
  height: 60px;
  top: 10px;
  right: 3%;
  background: #ff8d1e;
  border-radius: 50%;
  z-index: 200;
  margin: 0 0 0 auto;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #menu {
    width: 74px;
    height: 74px;
    top: 20px;
  }
}
#menu p {
  width: 28px;
  height: 19px;
  position: relative;
  text-align: center;
  margin: 15px 16px 35px;
}
@media screen and (min-width: 768px) {
  #menu p {
    width: 32px;
    height: 22px;
    margin: 20px 21px 35px;
  }
}
#menu p span {
  background: #fff;
  display: block;
  height: 2px;
  position: absolute;
  transition: transform 0.3s;
  width: 100%;
}
#menu p span:nth-child(2) {
  top: 8px;
}
@media screen and (min-width: 768px) {
  #menu p span:nth-child(2) {
    top: 10px;
  }
}
#menu p span:nth-child(3) {
  bottom: 0;
}
#menu p:after {
  content: "MENU";
  color: #fff;
  font-size: 1rem;
  font-family: "Quicksand", sans-serif;
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  #menu p:after {
    font-size: 1.2rem;
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
  }
}
#menu.on p span:nth-child(1) {
  top: 6px;
  transform: rotate(45deg);
}
#menu.on p span:nth-child(2) {
  transform: scaleX(0);
}
#menu.on p span:nth-child(3) {
  bottom: 10px;
  transform: rotate(135deg);
}
@media screen and (min-width: 768px) {
  #menu.on p span:nth-child(3) {
    bottom: 13px;
  }
}
#menu.on p:after {
  content: "CLOSE";
}

/* -----------------------------------------
オーバーレイ
------------------------------------------*/
.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.6;
  transition: opacity 0.5s;
  z-index: 100;
}
.overlay.open {
  width: 100vw;
  height: 100vh;
  opacity: 1;
}

/* -----------------------------------------
ハンバーガーメニューOPEN
------------------------------------------*/
#menuOpen {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  background: #ffe560;
  z-index: 150;
  transform: translateX(100%);
  transition: all 0.6s;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 768px) {
  #menuOpen {
    width: 80%;
    max-width: 575px;
  }
}
#menuOpen nav {
  width: 80%;
  margin: 0 auto;
  padding: 100px 0;
}
#menuOpen nav ul.mainmenu > li h3 {
  position: relative;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 0.3em 1em;
  margin-bottom: 0.5em;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  #menuOpen nav ul.mainmenu > li h3 {
    font-size: 1.5rem;
  }
}
#menuOpen nav ul.mainmenu > li h3::after {
  content: "";
  position: absolute;
  top: 0.7em;
  left: auto;
  width: 8px;
  height: 8px;
  margin-left: 0.7em;
  border-bottom: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg);
}
#menuOpen nav ul.mainmenu > li ul {
  margin-bottom: 0.8em;
}
#menuOpen nav ul.mainmenu > li ul li a {
  position: relative;
  display: block;
  padding: 0.3em 0.5em;
  font-size: 1.3rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #menuOpen nav ul.mainmenu > li ul li a {
    font-size: 1.6rem;
  }
}
#menuOpen nav ul.mainmenu > li ul li a::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ff8d1e;
  margin-right: 0.3em;
}
#menuOpen nav ul.mainmenu > li ul li a:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.4);
}
#menuOpen nav ul.mainmenu > li ul li.logiinList {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#menuOpen.on {
  transform: translateX(0);
}

#menuOpen .logo {
  position: absolute;
  top: 20px;
  left: 10%;
  width: 160px;
  display: block;
}
#menuOpen ul.sns {
  margin: 2em auto;
  display: flex;
  justify-content: center;
  gap: 2em;
}
#menuOpen ul.sns li img {
  width: 28px;
}

/* -----------------------------------------
ログインアラート
------------------------------------------*/
.logging_in {
  position: relative;
  display: inline-block;
  background-color: red;
  color: #fff;
  padding: 0.5em;
  border-radius: 10px;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .logging_in {
    font-size: 1.2rem;
    padding: 0.5em 1em;
  }
}
.logging_in:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -17px;
  margin-top: -9px;
  border: 8px solid rgba(0, 0, 0, 0);
  border-right: 10px solid red;
}

/* -----------------------------------------
SNSアイコン
------------------------------------------*/
body.home #SNSlist {
  position: absolute;
  top: 50%;
  left: 3%;
  transform: translateY(-50%);
  z-index: 10;
}
@media screen and (min-width: 768px) {
  body.home #SNSlist {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
  }
}
body.home #SNSlist ul li {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  body.home #SNSlist ul li {
    margin-bottom: 20px;
  }
}
body.home #SNSlist ul li a img {
  width: 26px;
  filter: drop-shadow(0 0 3px #B2B2B2);
}
@media screen and (min-width: 768px) {
  body.home #SNSlist ul li a img {
    width: 42px;
  }
}
body.home #SNSlist ul li a:hover {
  opacity: 1;
}

body:not(.home) #SNSlist {
  display: none;
  position: absolute;
  top: 50%;
  left: 3%;
  transform: translateY(-50%);
  z-index: 10;
}
@media screen and (min-width: 690px) {
  body:not(.home) #SNSlist {
    display: block;
  }
}
body:not(.home) #SNSlist ul li {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  body:not(.home) #SNSlist ul li {
    margin-bottom: 15px;
  }
}
body:not(.home) #SNSlist ul li a img {
  width: 26px;
  filter: drop-shadow(0 0 3px #B2B2B2);
}
@media screen and (min-width: 768px) {
  body:not(.home) #SNSlist ul li a img {
    width: 32px;
  }
}
body:not(.home) #SNSlist ul li a:hover {
  opacity: 1;
}

/* -----------------------------------------
固定ボタン
------------------------------------------*/
#fixBTN {
  position: fixed;
  bottom: 10px;
  left: 3%;
  width: 94%;
  z-index: 90;
}
@media screen and (min-width: 800px) {
  #fixBTN {
    width: auto;
    bottom: auto;
    top: 0;
    left: 1%;
  }
}
@media (min-width: 900px) {
  #fixBTN {
    left: 4%;
  }
}
#fixBTN ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 800px) {
  #fixBTN ul {
    justify-content: flex-start;
  }
}
#fixBTN ul li {
  width: 48%;
}
@media screen and (min-width: 800px) {
  #fixBTN ul li {
    width: auto;
    margin-right: 7px;
  }
}
@media (min-width: 1070px) {
  #fixBTN ul li {
    margin-right: 10px;
  }
}
#fixBTN ul li a {
  display: flex;
  align-items: center;
  text-align: center;
  border-radius: 1.2em;
  padding: 0.5em;
}
@media screen and (min-width: 800px) {
  #fixBTN ul li a {
    display: block;
    width: 90px;
    min-height: 77px;
    padding: 0.5em 0.7em 0;
    border-radius: 0;
    border-bottom-right-radius: 11px;
    border-bottom-left-radius: 11px;
  }
}
@media (min-width: 1070px) {
  #fixBTN ul li a {
    width: 110px;
    min-height: 77px;
  }
}
#fixBTN ul li a img {
  width: 20%;
  display: inline-block;
  height: 22px;
}
@media screen and (min-width: 800px) {
  #fixBTN ul li a img {
    width: auto;
    height: 33px;
    margin-bottom: 0.3em;
  }
}
#fixBTN ul li a p {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.2;
  width: 80%;
}
@media screen and (min-width: 800px) {
  #fixBTN ul li a p {
    font-size: 1rem;
    width: auto;
  }
}
@media (min-width: 1070px) {
  #fixBTN ul li a p {
    font-size: 1.2rem;
    width: auto;
  }
}
#fixBTN ul li a p br {
  display: none;
}
@media screen and (min-width: 800px) {
  #fixBTN ul li a p br {
    display: block;
  }
}
#fixBTN ul li a:hover {
  opacity: 1;
  transform: scale(1.1);
}
#fixBTN ul li:nth-child(1) a {
  background-color: #fabf14;
}
#fixBTN ul li:nth-child(2) a {
  background-color: #ff92c8;
}
#fixBTN ul li:nth-child(3) {
  display: none;
}
@media screen and (min-width: 800px) {
  #fixBTN ul li:nth-child(3) {
    display: block;
  }
}
#fixBTN ul li:nth-child(3) a {
  background-color: #4dc0e2;
}
#fixBTN ul li:nth-child(3) a p {
  line-height: 2.5;
}

.handle {
  position: absolute;
  position: absolute;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
  top: -40px;
}
.handle a {
  display: block;
  width: 74px;
  height: 74px;
  background: #f7f5f2;
  border-radius: 50%;
  text-align: center;
  line-height: 6;
  font-size: 1.1rem;
}
.handle a:hover {
  opacity: 1;
}
.handle a::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 50%;
  width: 15px;
  height: 15px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: translateX(-50%) rotate(-45deg);
}

/* -----------------------------------------
フッター
------------------------------------------*/
.add_col address {
  margin-bottom: 2em;
}
.add_col address .logo {
  width: 200px;
  display: block;
  margin-bottom: 1em;
}
.add_col address dl {
  font-size: 1.2rem;
  display: flex;
}
.add_col address dl dt {
  width: 4em;
}
.add_col address dl dd {
  width: calc(100% - 4em);
}

footer {
  position: relative;
  background-color: #f7f5f2;
  margin-top: 100px;
}
footer .footInner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  footer .footInner {
    display: flex;
    justify-content: space-between;
  }
}
footer .footInner .add_col {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  footer .footInner .add_col {
    display: block;
    width: 50%;
  }
}
footer .footInner .add_col nav {
  display: none;
}
@media screen and (min-width: 768px) {
  footer .footInner .add_col nav {
    display: block;
  }
}
footer .footInner .add_col nav h3 {
  display: none;
}
footer .footInner .add_col nav ul.mainmenu {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
footer .footInner .add_col nav ul.mainmenu > li {
  margin: 0 1em 1em 0;
  width: calc(50% - 1em);
  padding-bottom: 1em;
  border-bottom: 1px solid #333;
}
footer .footInner .add_col nav ul.mainmenu > li:nth-child(even) {
  margin: 0 0 1em 1em;
}
footer .footInner .add_col nav ul.mainmenu > li > ul > li {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.3em;
}
footer .footInner .add_col nav ul.mainmenu > li > ul > li a {
  color: #555;
}
footer .copyArea {
  background-color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  footer .copyArea {
    text-align: right;
  }
}
footer .copyArea ul.sns {
  display: flex;
  justify-content: center;
  gap: 1em;
  padding-top: 2em;
}
@media screen and (min-width: 768px) {
  footer .copyArea ul.sns {
    justify-content: right;
  }
}
footer .copyArea ul.sns li img {
  width: 30px;
  filter: drop-shadow(0 0 2px #B2B2B2);
}
footer .copyArea small {
  display: block;
  padding: 1.5em 0 50px;
  font-family: "Quicksand", sans-serif;
}
@media screen and (min-width: 768px) {
  footer .copyArea small {
    padding: 1.5em 0 1em;
  }
}

/* -----------------------------------------
フッターのログインアラート
------------------------------------------*/
footer .logging_in {
  font-size: 1rem;
  color: red;
  background-color: transparent;
  padding: 0.1em 0.2em;
  margin: 0.4em 0;
  border-radius: 5px;
  border: 1px solid red;
}
footer .logging_in:before {
  border: 0;
}

/* -----------------------------------------
Twitterの囲み
------------------------------------------*/
.twitterWrap {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 75%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .twitterWrap {
    width: 100%;
    align-items: flex-end;
  }
}

/* -----------------------------------------
メインイメージ
------------------------------------------*/
#key_visual {
  position: relative;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 5;
}
#key_visual img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (orientation: portrait) {
  #key_visual img.mo {
    display: block;
    width: 100vw;
  }
  #key_visual img.pc {
    display: none;
  }
}
@media screen and (orientation: landscape) {
  #key_visual img.mo {
    display: none;
  }
  #key_visual img.pc {
    display: block;
    height: 100vh;
  }
}

@media (min-aspect-ratio: 3/4) {
  #key_visual img.mo {
    display: block;
    width: 85%;
    height: 100vh;
    margin: 0 auto;
  }
}
@media (min-aspect-ratio: 1/1) {
  #key_visual img.mo {
    display: none;
  }
  #key_visual img.pc {
    display: block;
    height: 100vh;
  }
}
@media screen and (orientation: portrait) and (min-width: 1000px) and (min-height: 1000px) {
  #key_visual img.mo {
    display: none;
  }
  #key_visual img.pc {
    display: block;
    height: 100vh;
  }
}
@media screen and (orientation: landscape) and (max-height: 850px) {
  #key_visual img.pc {
    display: block;
    height: 90vh;
    width: 65%;
    margin: 0 auto;
    padding: 40px 0 0;
  }
}
@media screen and (orientation: landscape) and (max-height: 900px) {
  #key_visual img.pc {
    display: block;
    height: 90vh;
    width: 85%;
    margin: 0 auto;
    padding: 40px 0 0;
  }
}
@media screen and (orientation: landscape) and (min-width: 1500px) and (min-height: 700px) {
  #key_visual img.pc {
    display: block;
    height: 90vh;
    width: 60%;
    max-width: 1400px;
    margin: 0 auto;
  }
}
@media screen and (orientation: landscape) and (min-width: 1800px) and (min-height: 900px) {
  #key_visual img.pc {
    display: block;
    height: 90vh;
    width: 75%;
    max-width: 1400px;
    margin: 0 auto;
  }
}
/* -----------------------------------------
ファーストビュー スライダー
------------------------------------------*/
#topSlider {
  position: absolute;
  bottom: 7%;
  left: 50%;
  transform: translateX(-50%);
  margin: 30px auto 0;
  max-width: 900px;
  width: 70%;
  z-index: 10;
}
@media screen and (min-width: 800px) {
  #topSlider {
    width: 75%;
    bottom: 0;
  }
}
@media screen and (min-width: 480px) {
  /* 中央以外のスライド */
  .slider-for img {
    transform: scale(0.75);
    transition: transform 0.5s;
    width: 100%;
    display: inline-block;
  }
  /* 中央のスライド */
  .slick-center img {
    height: auto;
    transform: scale(1);
  }
}
@media screen and (orientation: landscape) and (max-height: 800px) {
  #topSlider {
    max-width: 750px;
  }
}
@media screen and (orientation: landscape) and (max-height: 700px) {
  #topSlider {
    max-width: 680px;
  }
}
@media screen and (orientation: landscape) and (max-width: 1024px) and (max-height: 600px) {
  #topSlider {
    max-width: 530px;
  }
}
/* -----------------------------------------
NEWSエンターテインメントってどんな所？
------------------------------------------*/
.whatTTL {
  position: relative;
  text-align: center;
  margin-bottom: 2em;
}
.whatTTL span {
  display: inline-block;
  font-weight: bold;
  line-height: 1.3;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .whatTTL span {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .whatTTL span br {
    display: none;
  }
}
.whatTTL::before, .whatTTL::after {
  position: relative;
  display: inline-block;
  content: "";
  background: #333;
  width: 3px;
  height: 1.5em;
  margin: 0 1em;
  margin-top: -0.2em;
  vertical-align: middle;
  border-radius: 5px;
}
.whatTTL::before {
  transform: rotate(-35deg);
}
.whatTTL::after {
  transform: rotate(35deg);
}

#what .photogallery {
  max-width: 500px;
  margin: 0 auto;
}
#what ul.pcHalf {
  width: 85%;
  margin: 0 auto;
}
#what a:hover {
  opacity: 1;
}
#what a:hover img {
  transform: scale(1.1);
  transition: 0.3s;
}

/* -----------------------------------------
CONTACT
------------------------------------------*/
#contact .pcHalf {
  width: 85%;
  max-width: 740px;
  margin: 0 auto;
  text-align: center;
}
#contact .pcHalf .contactTEL {
  color: #ff8d1e;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 0.5em;
}
#contact .pcHalf .contactTEL a {
  color: #ff8d1e;
  font-size: 2.9rem;
  font-family: "Quicksand", sans-serif;
}
#contact .pcHalf .contactTEL a:hover {
  opacity: 1;
}

.balloon {
  width: 100%;
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 0.7em;
  font-size: 1.5rem;
  font-weight: bold;
  background-color: #ffe560;
  border-radius: 1.3em;
  text-align: center;
}
.balloon::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ffe560;
}

.defaultTpl {
  /* -----------------------------------------
  メインタイトル 左に写真・右にテキスト
  ------------------------------------------*/
  /* -----------------------------------------
  左右に吹き出し線
  ------------------------------------------*/
  /* -----------------------------------------
  黄色背景の吹き出し
  ------------------------------------------*/
  /* -----------------------------------------
  アンダーラインタイトル
  ------------------------------------------*/
  /* -----------------------------------------
  プレーン オレンジ文字
  ------------------------------------------*/
}
.defaultTpl p,
.defaultTpl ul {
  margin-bottom: 0.5em;
}
.defaultTpl strong {
  font-weight: bold;
}
.defaultTpl .has-small-font-size {
  font-size: 1.1rem !important;
}
.defaultTpl .tac {
  text-align: center;
}
.defaultTpl .mainTTLarea {
  margin-bottom: 40px;
}
.defaultTpl .mainTTLarea h2 {
  font-size: 2.3rem;
  font-weight: bold;
  color: #ff8d1e;
  line-height: 1.3;
  margin-bottom: 0.7em;
}
@media screen and (min-width: 768px) {
  .defaultTpl .mainTTLarea h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 600px) {
  .defaultTpl .mainTTLarea figure.wp-block-media-text__media {
    text-align: center;
    margin: 0 auto 2em;
  }
  .defaultTpl .mainTTLarea figure.wp-block-media-text__media img {
    width: 60%;
  }
  .defaultTpl .mainTTLarea .wp-block-media-text__content {
    padding: 0;
  }
  .defaultTpl .mainTTLarea h2 br {
    display: none;
  }
}
.defaultTpl .lineTTL {
  display: flex;
  justify-content: center;
  position: relative;
  text-align: center;
  margin-bottom: 1em;
  color: #555;
  font-weight: bold;
  line-height: 1.3;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .defaultTpl .lineTTL {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .defaultTpl .lineTTL {
    font-size: 2.1rem;
  }
}
.defaultTpl .lineTTL::before, .defaultTpl .lineTTL::after {
  position: relative;
  display: inline-block;
  content: "";
  background: #555;
  width: 2px;
  height: 1.5em;
  margin: 0 1em;
  margin-top: -0.2em;
  vertical-align: middle;
  border-radius: 5px;
}
.defaultTpl .lineTTL::before {
  transform: rotate(-35deg);
}
.defaultTpl .lineTTL::after {
  transform: rotate(35deg);
}
@media screen and (min-width: 768px) {
  .defaultTpl .lineTTL br {
    display: none;
  }
}
.defaultTpl .balloonTTL {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 0.7em 2em;
  font-size: 1.5rem;
  font-weight: bold;
  background-color: #ffe560;
  border-radius: 1.3em;
  text-align: center;
}
.defaultTpl .balloonTTL::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ffe560;
}
.defaultTpl .ulineTTL {
  position: relative;
  margin-bottom: 1em;
  color: #555;
  font-weight: bold;
  line-height: 1.3;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .defaultTpl .ulineTTL {
    font-size: 2.1rem;
  }
}
.defaultTpl .ulineTTL::before {
  content: "";
  position: absolute;
  bottom: -0.5em;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  height: 3px;
  background-color: #ff8d1e;
}
.defaultTpl .orTTL {
  color: #ff8d1e;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .defaultTpl .orTTL {
    font-size: 2.1rem;
  }
}

/* -----------------------------------------
コース紹介
------------------------------------------*/
body.ikusei .ark-block-tab .arkb-tabList {
  -moz-column-gap: 0.7em;
       column-gap: 0.7em;
}
body.ikusei .ark-block-tab .arkb-tabList button.arkb-tabList__button {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1em 2em;
  border-radius: 10px 10px 0 0;
  color: #555;
  background-color: #f7f5f2;
}
body.ikusei .ark-block-tab .arkb-tabList button.arkb-tabList__button[aria-selected=true] {
  color: #fff;
  background-color: #ff8d1e;
}
body.ikusei .ark-block-tab .arkb-tabList__button[aria-selected=true] {
  border-bottom-color: transparent;
}
body.ikusei .ark-block-tab .wp-block-media-text .wp-block-media-text__content {
  padding: 0 8% 0 0;
}
body.ikusei .ark-block-tab .wp-block-media-text__media {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  body.ikusei .ark-block-tab .wp-block-media-text__media {
    margin-bottom: 0;
  }
}
body.ikusei .ark-block-tab h2 {
  font-size: 2.3rem;
  font-weight: bold;
  color: #ff8d1e;
  line-height: 1.3;
  margin-bottom: 0.2em;
}
@media screen and (min-width: 768px) {
  body.ikusei .ark-block-tab h2 {
    font-size: 2.8rem;
  }
}
body.ikusei .ark-block-tab h3 {
  font-size: 1.4rem;
  color: #555;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  body.ikusei .ark-block-tab h3 {
    font-size: 1.8rem;
  }
}
body.ikusei .ark-block-tab figure.wp-block-table {
  overflow-x: scroll;
  padding-bottom: 10px;
  border: 0;
}
@media screen and (min-width: 768px) {
  body.ikusei .ark-block-tab figure.wp-block-table {
    overflow-x: auto;
    padding-bottom: 0;
  }
}
body.ikusei .ark-block-tab figure.wp-block-table table {
  width: 100%;
  min-width: 600px;
}
@media screen and (min-width: 768px) {
  body.ikusei .ark-block-tab figure.wp-block-table table {
    min-width: auto;
  }
}
body.ikusei .ark-block-tab figure.wp-block-table table thead {
  border: 0;
  background-color: #ff8d1e;
  color: #fff;
  font-weight: bold;
}
body.ikusei .ark-block-tab figure.wp-block-table table tr td {
  font-size: 1.3rem;
  border-color: #e9e9e9;
}
body.ikusei .ark-block-tab figure.wp-block-table table tr td:first-child {
  width: 20%;
  color: #555;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  background-color: #f7f5f2;
}
body.ikusei .ark-block-tab figure.wp-block-table table tr td:first-child strong {
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
}
@media screen and (min-width: 768px) {
  body.ikusei .ark-block-tab figure.wp-block-table table tr td:first-child strong {
    display: inline-block;
  }
}
body.ikusei .ark-block-tab figure.wp-block-table table tr td:first-child br {
  display: none;
}
@media screen and (min-width: 768px) {
  body.ikusei .ark-block-tab figure.wp-block-table table tr td:first-child br {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  body.ikusei .ark-block-tab figcaption {
    display: none;
  }
}

/* -----------------------------------------
会社概要
プライバシーポリシー
リクルート
------------------------------------------*/
body.about main .is-layout-flex,
body.policy main .is-layout-flex,
body.recruit_instructor main .is-layout-flex {
  justify-content: space-between;
}
body.about main h2,
body.policy main h2,
body.recruit_instructor main h2 {
  font-size: 1.75rem;
  font-weight: bold;
  color: #fff;
  background: #ffba78;
  padding: 0.2em 1em;
  text-align: center;
  margin-bottom: 1em;
}
body.about main dl dt span,
body.policy main dl dt span,
body.recruit_instructor main dl dt span {
  font-weight: bold;
  font-size: 1.5rem;
  color: #555;
}
body.about main dl dd a,
body.policy main dl dd a,
body.recruit_instructor main dl dd a {
  font-weight: bold;
  font-size: 1.4rem;
}
body.about main .tateList dt.ark-block-dl__dt,
body.policy main .tateList dt.ark-block-dl__dt,
body.recruit_instructor main .tateList dt.ark-block-dl__dt {
  border-left: 5px solid #ff8d1e;
}
body.about main .tateList dt.ark-block-dl__dt span,
body.policy main .tateList dt.ark-block-dl__dt span,
body.recruit_instructor main .tateList dt.ark-block-dl__dt span {
  color: #ff8d1e;
  font-size: 1.8rem;
}
body.about main .tateList blockquote,
body.policy main .tateList blockquote,
body.recruit_instructor main .tateList blockquote {
  background-color: #f7f5f2;
  padding: 1em;
}
body.about main .kakomi,
body.policy main .kakomi,
body.recruit_instructor main .kakomi {
  border: 1px solid #e9e9e9;
  padding: 2em;
}
body.about main .kakomi h3,
body.policy main .kakomi h3,
body.recruit_instructor main .kakomi h3 {
  font-weight: bold;
  font-size: 1.5rem;
  color: #555;
  margin-bottom: 0.7em;
}
body.about main .kakomi h3:last-of-type,
body.policy main .kakomi h3:last-of-type,
body.recruit_instructor main .kakomi h3:last-of-type {
  margin-top: 1em;
}

/* -----------------------------------------
お仕事の依頼goyomei
------------------------------------------*/
body.goyomei main .arkb-buttons--1.ark-block-buttons {
  margin: 20px 0;
  font-weight: bold;
}
body.goyomei main .arkb-buttons--1.ark-block-buttons a:hover {
  opacity: 1;
}
body.goyomei main .tel {
  font-size: 3rem;
  font-weight: bold;
  color: #ff8d1e;
}
body.goyomei main .tel a {
  color: #ff8d1e;
  font-family: "Quicksand", sans-serif;
}

/* -----------------------------------------
アクセス
------------------------------------------*/
body.access main .tel {
  font-size: 3rem;
  font-weight: bold;
  color: #ff8d1e;
}
body.access main .tel a {
  color: #ff8d1e;
  font-family: "Quicksand", sans-serif;
}
body.access main .accessMAP {
  margin-bottom: 30px;
}
body.access main .accessMAP h2 {
  font-size: 2.3rem;
  font-weight: bold;
  margin-top: 0.3em;
}
body.access main .accessMAP h3 {
  background: #ffba78;
  padding: 0.2em 1em;
  margin-bottom: 0.5em;
}
body.access main .accessMAP p {
  margin-bottom: 0.3em;
}
body.access main .accessMAP a {
  color: #ff8d1e;
  font-size: 2rem;
  font-weight: bold;
  font-family: "Quicksand", sans-serif;
}
body.access main .accessMAP .urawa a {
  font-size: 1.6rem;
}
body.access main li.wp-social-link.wp-social-link-twitter.wp-block-social-link {
  background-color: #000;
  position: relative;
}
body.access main li.wp-social-link.wp-social-link-twitter.wp-block-social-link a.wp-block-social-link-anchor {
  position: relative;
}
body.access main li.wp-social-link.wp-social-link-twitter.wp-block-social-link a.wp-block-social-link-anchor svg {
  display: none;
}
body.access main li.wp-social-link.wp-social-link-twitter.wp-block-social-link a.wp-block-social-link-anchor::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url(https://news-enter.com/wp-content/themes/enter2308fix/images/snsicon/X_white.png);
  background-size: contain;
  vertical-align: middle;
}

/* -----------------------------------------
入会の流れ
------------------------------------------*/
body.nyukai main .ark-block-step.is-style-default .ark-block-step__number {
  background-color: #ff8d1e;
}
body.nyukai main .ark-block-step__title {
  color: #ff8d1e;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  body.nyukai main .ark-block-step__title {
    font-size: 2.4rem;
  }
}
body.nyukai main dl.ark-block-dl {
  padding: 1em 1em 0 1em;
  border: 2px solid #e9e9e9;
}
body.nyukai main dl.ark-block-dl .ark-block-dl__dt {
  margin-top: 0;
  margin-bottom: 0.5em;
  border: none;
}
body.nyukai main dl.ark-block-dl .ark-block-dl__dt span {
  color: #ff8d1e;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  body.nyukai main dl.ark-block-dl .ark-block-dl__dt span {
    font-size: 2rem;
  }
}
body.nyukai main dl.ark-block-dl .ark-block-dl__dd {
  padding: 0 0 1.5em 2em;
}
body.nyukai main a.ark-block-button__link {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  body.nyukai main a.ark-block-button__link {
    font-size: 2rem;
  }
}
body.nyukai main a.ark-block-button__link:hover {
  opacity: 1;
}
body.nyukai main [class*=is-style-ark-list-icon] > li:before {
  background-color: #555;
}
body.nyukai main .tel {
  font-size: 1.4rem;
  color: #555;
  margin-top: 0;
}
body.nyukai main .tel a {
  color: #555;
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "Quicksand", sans-serif;
}

/* -----------------------------------------
スクールの特徴
------------------------------------------*/
body.tokucho main .tokucyo {
  text-align: center;
}
body.tokucho main .tokucyo p {
  display: inline-block;
  background-color: #ff8d1e;
  color: #fff;
  padding: 0.5em 1em;
  border-radius: 20px;
  text-align: center;
}
body.tokucho main .wp-block-media-text.alignwide.has-media-on-the-right {
  margin-top: 0;
  margin-bottom: 2.5em;
}

/* -----------------------------------------
無料オーディション
赤ちゃんモデル募集
資料請求
------------------------------------------*/
body.request_document #menu,
body.request_document #ttl2lv,
body.request_document #fixBTN,
body.request_document #SNSlist,
body.request_document footer,
body.usually_audition #menu,
body.usually_audition #ttl2lv,
body.usually_audition #fixBTN,
body.usually_audition #SNSlist,
body.usually_audition footer,
body.baby #menu,
body.baby #ttl2lv,
body.baby #fixBTN,
body.baby #SNSlist,
body.baby footer {
  display: none;
}

body.request_document main,
body.usually_audition main,
body.baby main {
  padding: 100px 0 40px;
}
body.request_document main .imgTTLarea,
body.usually_audition main .imgTTLarea,
body.baby main .imgTTLarea {
  margin-bottom: 40px;
}
body.request_document main .imgTTLarea figure,
body.usually_audition main .imgTTLarea figure,
body.baby main .imgTTLarea figure {
  margin-bottom: 1em;
}
body.request_document main .is-layout-flex,
body.usually_audition main .is-layout-flex,
body.baby main .is-layout-flex {
  justify-content: space-between;
}
body.request_document main .is-layout-flex .formTTL,
body.usually_audition main .is-layout-flex .formTTL,
body.baby main .is-layout-flex .formTTL {
  font-size: 1.75rem;
  font-weight: bold;
  padding: 0.2em 1em;
  text-align: center;
  margin-bottom: 1em;
}

body.baby main .balloonTTL {
  background-color: #ffd3e9;
}
body.baby main .balloonTTL::before {
  border-top: 15px solid #ffd3e9;
}
body.baby main .tel {
  font-size: 1.8rem;
  color: #ff92c8;
  margin-top: 0;
}
body.baby main .tel a {
  color: #ff92c8;
  font-size: 2.7rem;
  font-weight: bold;
  font-family: "Quicksand", sans-serif;
}

/* -----------------------------------------
タクソノミー一覧 モバイル プルダウン
------------------------------------------*/
.selectBOX {
  position: relative;
  margin-bottom: 40px;
}
.selectBOX > a {
  display: block;
  transition: all 0.3s;
  height: 2.8em;
  padding: 0.4em 3.6em 0.4em 1.5em;
  border: none;
  border-radius: 25px;
  background-color: #e9e9e9;
  color: #333;
  line-height: 2;
}
.selectBOX > a:hover {
  opacity: 1;
}
.selectBOX::before {
  display: inline-block;
  right: 0;
  width: 2.8em;
  height: 2.8em;
  border-radius: 0 25px 25px 0;
  background-color: #333333;
}
.selectBOX::after {
  position: absolute;
  top: 50%;
  right: 1.45em;
  transform: translate(50%, -50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.selectBOX::before, .selectBOX::after {
  position: absolute;
  content: "";
  pointer-events: none;
}
.selectBOX ul.selectBOXtab {
  position: absolute;
  left: 3em;
  top: 2.4em;
  z-index: 10;
  background: #efefef;
  width: 70%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  box-shadow: 0 0.5em 2em 0 rgba(0, 0, 0, 0.3);
}
.selectBOX ul.selectBOXtab > li a {
  padding: 0.4em 3.6em 0.4em 1.5em;
  height: 3em;
  display: block;
  font-weight: bold;
  line-height: 2;
}
.selectBOX ul.selectBOXtab > li a:hover {
  color: #fff;
  background: #999;
  opacity: 1;
}
.selectBOX ul.selectBOXtab > li:not(:last-child) {
  border-bottom: solid 1px #ccc;
}

/*hoverしたら表示*/
.selectBOX:hover > ul,
.selectBOX:active > ul {
  visibility: visible;
  opacity: 1;
}

/* -----------------------------------------
タクソノミー一覧 PC横スクロール
------------------------------------------*/
.slidewrap {
  overflow-x: scroll;
  margin-bottom: 20px;
}

.catLST {
  display: flex;
  margin: 0 auto 25px;
  text-align: center;
}
.catLST li {
  flex: 0 0 30%;
  margin-right: 2em;
}
@media screen and (min-width: 500px) {
  .catLST li {
    flex: 0 0 15%;
  }
}
@media screen and (min-width: 670px) {
  .catLST li {
    flex: 0 0 15%;
  }
}
.catLST li a {
  width: 100%;
  position: relative;
  display: inline-block;
  background-color: #e9e9e9;
  font-size: 1.5rem;
  padding: 0.3em 1em;
  border-radius: 15px;
}
.catLST li a::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
}
.catLST li a:hover {
  opacity: 1;
}
.catLST li a:hover::after {
  transition: 0.3s;
  border-top: 15px solid #e9e9e9;
}
.catLST li a.current {
  background-color: #333;
  color: #fff;
}
.catLST li a.current::after {
  border-top: 15px solid #333;
}

/* -----------------------------------------
トップのスライダー
------------------------------------------*/
body.home .slick_pick {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  body.home .slick_pick {
    width: 100%;
  }
}
body.home .slick_pick .slick-slide {
  margin: 10px;
}

/* -----------------------------------------
アーカイブとタクソノミーのflexbox
------------------------------------------*/
body:not(.home) ul.stageinfoLIST {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}
body:not(.home) ul.stageinfoLIST > li {
  padding: 1em;
  width: calc(50% - 20px);
  margin-left: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  body:not(.home) ul.stageinfoLIST > li {
    width: calc(33.3333333333% - 20px);
  }
}
@media screen and (min-width: 950px) {
  body:not(.home) ul.stageinfoLIST > li {
    width: calc(25% - 20px);
  }
}

/* -----------------------------------------
NEWアイコン
------------------------------------------*/
.mediawork_NEW {
  display: inline-block;
  position: relative;
  height: 2em;
  line-height: 2em;
  text-align: center;
  padding: 0 1.5em;
  margin-bottom: 0.3em;
  font-size: 1rem;
  font-weight: bold;
  background: #f57a78; /*塗りつぶし色*/
  color: #FFF;
  box-sizing: border-box;
}
.mediawork_NEW::before, .mediawork_NEW::after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}
.mediawork_NEW::before {
  top: 0;
  left: 0;
  border-width: 1em 0px 1em 0.7em;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
.mediawork_NEW::after {
  top: 0;
  right: 0;
  border-width: 1em 0.7em 1em 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
.mediawork_NEW:empty {
  display: none;
}

/* -----------------------------------------
リストのデザイン
------------------------------------------*/
ul.stageinfoLIST li {
  position: relative;
}
ul.stageinfoLIST li img {
  margin-bottom: 1em;
  width: 250px;
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
@media screen and (min-width: 768px) {
  ul.stageinfoLIST li img {
    height: 200px;
  }
}
ul.stageinfoLIST li .talentNAME {
  display: flex;
  justify-content: space-between;
  padding: 0 0.5em 0.5em;
}
ul.stageinfoLIST li .talentNAME a {
  font-size: 1.5rem;
  font-weight: bold;
  color: #4dc0e2;
}
ul.stageinfoLIST li ul.stageinfo_loop {
  padding: 0 0.5em;
}
ul.stageinfoLIST li ul.stageinfo_loop li {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 0.7em;
}
ul.stageinfoLIST li ul.stageinfo_loop li .txt {
  text-align: justify;
  font-size: 1.1rem;
  color: #666;
  margin: 0.3em 0;
}

/* -----------------------------------------
名前の色
------------------------------------------*/
ul.stageinfoLIST li.tv .talentNAME a {
  color: #fabf14;
}
ul.stageinfoLIST li.movie .talentNAME a {
  color: #4dc0e2;
}
ul.stageinfoLIST li.cm .talentNAME a {
  color: #ff7ba6;
}
ul.stageinfoLIST li.steel .talentNAME a {
  color: #a285bb;
}
ul.stageinfoLIST li.web .talentNAME a {
  color: #7ac843;
}
ul.stageinfoLIST li.vp .talentNAME a {
  color: #5171da;
}
ul.stageinfoLIST li.butai .talentNAME a {
  color: #ff6469;
}
ul.stageinfoLIST li.radio .talentNAME a {
  color: #ff8d1e;
}

/* -----------------------------------------
カテゴリーアイコンの色
------------------------------------------*/
.term_icon {
  position: absolute;
  top: 1em;
  left: 1em;
  z-index: 5;
  display: inline-block;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  padding: 0.1em 1em;
  background-color: #ccc;
}
.term_icon.tv {
  background-color: #fabf14;
}
.term_icon.movie {
  background-color: #4dc0e2;
}
.term_icon.cm {
  background-color: #ff7ba6;
}
.term_icon.steel {
  background-color: #a285bb;
}
.term_icon.web {
  background-color: #7ac843;
}
.term_icon.vp {
  background-color: #fefefe;
}
.term_icon.butai {
  background-color: #ff6469;
}
.term_icon.radio {
  background-color: #ff8d1e;
}

.PRINTtalentPHOTO,
#screentop {
  display: none;
}

.talent-slider .slick-dots {
  width: 40px;
  display: flex;
  flex-flow: column;
  gap: 10px;
  top: 40%;
  right: 0;
  z-index: 50;
}
.talent-slider .slick-dots li {
  width: 30px;
  height: 30px;
}
.talent-slider .slick-dots li button {
  font-size: initial;
  color: initial;
  background: initial;
  width: 100%;
  height: 100%;
  background: gray;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
}
.talent-slider .slick-dots li button::before {
  content: none;
}

.talent-slider .slick-dots li.slick-active button {
  background: #000;
}

#NewtalentBox {
  margin: 50px auto;
  padding: 0 20px;
}

@media screen and (min-width: 850px) {
  #NewtalentBox {
    display: flex;
    padding: 0;
  }
  #NewtalentBox .talentPHOTO {
    flex: 1;
    margin-right: 50px;
  }
  #NewtalentBox .talentINFO {
    width: 400px;
  }
}
.talentINFO .talunfoTTL {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border-bottom: 5px solid #8D8078;
}
.talentINFO .nameArea {
  display: flex;
  align-items: center;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #000;
}
.talentINFO .nameArea p {
  font-size: 12px;
  margin-right: 20px;
}
.talentINFO .nameArea p.namae {
  font-size: 19px;
}
.talentINFO .profAREA {
  margin-bottom: 40px;
}
.talentINFO .profAREA div {
  font-size: 12px;
  width: 100%;
  padding: 0.5em 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dotted #000;
  line-height: 1.3;
}
.talentINFO .profAREA div dd {
  width: 75%;
}

.profile_snsIcon {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 0 40px;
  gap: 20px;
}
.profile_snsIcon li a img {
  width: 45px;
  height: auto;
  margin-right: 10px;
}

.mediaTTL {
  position: relative;
  font-weight: bold;
  padding: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #000;
  display: flex;
  justify-content: space-between;
}

.mediaJiseki {
  padding: 0.5em 0;
}
.mediaJiseki .yearNumber {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0.2em;
}
.mediaJiseki .yearNumber::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f138";
  margin-right: 0.5em;
}
.mediaJiseki ul {
  margin-bottom: 1em;
}
.mediaJiseki ul li {
  margin-bottom: 0.3em;
}
.mediaJiseki ul li .station_name {
  display: flex;
  justify-content: space-between;
}
.mediaJiseki ul li p {
  font-size: 1.2rem;
  line-height: 1.3;
}
.mediaJiseki ul li p.name {
  flex: 1;
}
.mediaJiseki ul li p.station {
  width: 6em;
  padding-right: 0.3em;
}

.youtube_wrap {
  width: 100%;
  margin: 0.3em auto 0.7em;
}
.youtube_wrap .youtube_inner {
  padding-top: 56.25%;
  position: relative;
  height: 0;
  overflow: hidden;
}
.youtube_wrap .youtube_inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ------------------------------
絞り込み検索
-------------------------------- */
.refineSearch,
.refineSearch * {
  box-sizing: border-box;
}

.refineSearch {
  background-color: #E9E9E9;
  padding: 10px;
  border-radius: 15px;
  font-size: 90%;
}
.refineSearch dl {
  width: 100%;
  margin-bottom: 10px;
}
.refineSearch dl div {
  background: #fff;
  padding: 0.5em 1em;
  display: flex;
  align-items: baseline;
  border: 2px solid #E9E9E9;
}

@media screen and (min-width: 850px) {
  .refineSearch dl {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
  }
  .refineSearch dl div {
    width: 50%;
    padding: 0.75em 1em;
  }
}
.refineSearch dl div:last-child {
  width: 100%;
}

.refineSearch dl div dt {
  width: 20%;
}

.refineSearch dl div dd {
  width: 80%;
}

.refineSearch dl div dd span {
  margin-right: 20px;
}

.refineSearch dl div dd input[type=text],
.refineSearch dl div dd select {
  padding: 0.3em;
}

.refineSearch input[type=text].freeword {
  width: 100%;
}

.refineSearch input[type=submit] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

.refineSearch input[type=submit]::-webkit-search-decoration {
  display: none;
}

.refineSearch input[type=submit]:focus {
  outline-offset: -2px;
}

.refineSearch input[type=submit] {
  width: 100%;
  display: inline-block;
  background-color: #EA7DA8;
  color: #fff;
  padding: 0.7em;
  border-radius: 20px;
  font-size: 17px;
}

.refineSearch input[type=reset] {
  display: inline-block;
  background-color: #fff;
  color: #999;
  padding: 0.7em;
  border: 1px solid #999;
  border-radius: 20px;
  font-size: 10px;
}

.submitWrap {
  display: flex;
  justify-content: space-between;
}

.submitWrap input[type=submit] {
  width: 70%;
}

.submitWrap input[type=reset] {
  width: 25%;
}

@media screen and (min-width: 850px) {
  .refineSearch input[type=reset] {
    font-size: 13px;
  }
  .submitWrap input[type=submit] {
    width: 83%;
  }
  .submitWrap input[type=reset] {
    width: 15%;
  }
}
#navigationBox {
  margin: 40px auto;
  width: 90%;
  display: flex;
  justify-content: space-between;
}
#navigationBox a {
  display: flex;
  flex-flow: column;
  align-items: center;
}
#navigationBox a .nv_info {
  order: 2;
}
#navigationBox a .nv_info h4 {
  font-weight: bold;
}
#navigationBox a .nv_info p {
  font-size: 1rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  #navigationBox a .nv_info p {
    font-size: 1.1rem;
  }
}
#navigationBox a .nv_image {
  order: 1;
  width: 80px;
  height: auto;
}
#navigationBox .nv_left,
#navigationBox .nv_right {
  width: 50%;
  display: flex;
}
#navigationBox .nv_left {
  padding-left: 40px;
  background: transparent url("../img/tal_left.png") center left no-repeat;
  justify-content: flex-start;
}
#navigationBox .nv_right {
  padding-right: 40px;
  background: transparent url("../img/tal_right.png") center right no-repeat;
  justify-content: flex-end;
}

.nv_right div {
  padding-right: 0;
}

.snsQR {
  display: none;
}

.old_jisseki {
  font-size: 11px;
}

.old_jisseki p {
  line-height: 1.5;
}

.box.hide li.list:nth-child(n+3),
.btn p.hide {
  display: none;
}

.btn p {
  cursor: pointer;
  text-align: center;
  width: 97%;
  padding: 0.25em;
  font-size: 11px;
  margin-bottom: 2em;
  background: #F2F2F2;
}

.btn p i {
  margin-right: 0.35em;
}

#talentProfile {
  padding: 10px 0 0;
}
@media screen and (min-width: 768px) {
  #talentProfile {
    padding: 120px 0 0;
  }
}

/* ------------------------------
06 - profile
-------------------------------- */
#profile {
  margin-top: 35px;
}

#talentList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}
#talentList .t_wrap {
  width: calc(50% - 20px);
  margin-left: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 540px) {
  #talentList .t_wrap {
    width: calc(33.3333333333% - 20px);
  }
}
@media screen and (min-width: 690px) {
  #talentList .t_wrap {
    width: calc(25% - 20px);
  }
}
@media screen and (min-width: 850px) {
  #talentList .t_wrap {
    width: calc(20% - 20px);
  }
}
@media screen and (min-width: 980px) {
  #talentList .t_wrap {
    width: calc(16.6666666667% - 20px);
  }
}

#talentList {
  margin-top: 35px;
}
#talentList .t_wrap {
  padding: 1em;
  border: 2px solid #e9e9e9;
  border-radius: 15px;
}
#talentList .t_wrap .t_ruby {
  text-align: center;
  font-size: 1rem;
  margin-top: 1em;
}
#talentList .t_wrap .t_ruby.lady {
  color: #f568a0;
}
#talentList .t_wrap .t_ruby.men {
  color: #3fa8f4;
}
#talentList .t_wrap .t_name {
  text-align: center;
}
#talentList .t_wrap .t_name a {
  display: inline-block;
  color: #E4007E;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
}
#talentList .t_wrap .t_name a.lady {
  color: #f568a0;
}
#talentList .t_wrap .t_name a.men {
  color: #3fa8f4;
}
#talentList .t_wrap .t_birth, #talentList .t_wrap .t_info {
  font-size: 1.2rem;
}

.talent li {
  border-left: 1px solid #eee;
  border-right: 2px solid #eee;
  text-align: center;
}

.talent li img {
  margin: 0px auto;
  text-align: center;
}

.talent li .talentbox p {
  text-align: left;
}

.talentbox h3 {
  font-size: 12px;
  font-weight: bold;
  margin: 10px 0px;
}

.talentbox p {
  font-size: 10px;
  font-weight: bold;
  margin: 5px 20px;
}

/* ------------------------------
11 - talentList
-------------------------------- */
.sort .navi_b li.s_all {
  border: none;
}

.imgcenter {
  text-align: center;
  width: 80px;
  height: 80px;
  margin: 0px auto;
}

.allbox {
  margin-top: 30px;
}

.center {
  text-align: center;
}

/* -----------------------------------------
ページナビ
------------------------------------------*/
.pagination {
  padding: 20px 0;
  position: relative;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 15px;
}
.pagination span {
  display: inline-block;
  border: 1px solid #999;
  color: #333;
  background-color: #fff;
  width: auto;
  margin: 2px 2px 2px 0;
  padding: 5px 9px 5px 9px;
  text-decoration: none;
  border-radius: 0;
}
.pagination span.current {
  padding: 5px 9px 5px 9px;
  border-radius: 0;
  background-color: #999;
  border: 1px solid #999;
  color: #fff;
}
.pagination a {
  display: inline-block;
  border: 1px solid #999;
  color: #333;
  background-color: #fff;
  width: auto;
  margin: 2px 2px 2px 0;
  padding: 5px 9px 5px 9px;
  text-decoration: none;
  border-radius: 0;
}
.pagination a:hover {
  background-color: #999;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #fff;
}
.pagination a.current {
  padding: 5px 9px 5px 9px;
  border-radius: 0;
  background-color: #999;
  border: 1px solid #999;
  color: #fff;
}

/* -----------------------------------------
トップページ TOPICS
------------------------------------------*/
#topics .topicsList li {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 15px;
}
#topics .topicsList li time {
  font-size: 1.5rem;
  font-weight: bold;
  color: #555;
  margin-right: 3em;
}
#topics .topicsList li .categoryIcon {
  margin-right: 3em;
}
#topics .topicsList li .postTTL {
  font-size: 1.5rem;
}
@media screen and (min-width: 1000px) {
  #topics .topicsList li .postTTL {
    font-size: 1.6rem;
  }
}

article .topicsList li {
  border-bottom: 2px solid #e9e9e9;
  padding-bottom: 2em;
  margin-bottom: 40px;
}
article .topicsList .icontime {
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
}
article .topicsList time {
  font-size: 1.65rem;
  font-weight: bold;
  color: #555;
  margin-right: 3em;
}
article .topicsList .categoryIcon {
  margin-right: 3em;
}
article .topicsList .postTTL {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  article .topicsList .postTTL {
    font-size: 2.2rem;
  }
}

body.single .postTTL {
  border-bottom: 2px solid #e9e9e9;
  padding-bottom: 0.5em;
}
body.single .txt {
  margin-bottom: 50px;
}
body.single .txt p {
  text-align: justify;
  margin-bottom: 0.75em;
}
body.single .txt h2 {
  position: relative;
  padding: 9px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #ff92c8;
  border: 2px solid #ff92c8;
  margin-bottom: 1em;
}
body.single .txt h3 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1em;
}
body.single .txt h3::before {
  content: "\f00c";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #ff92c8;
  padding-right: 0.5em;
}
body.single .txt strong {
  font-weight: bold;
  margin-bottom: 0.5em;
}

aside ul.ArchiveList {
  margin-bottom: 2em;
}
aside ul.ArchiveList li {
  text-indent: 1em;
}
aside .ArchiveTTL {
  background-color: #e9e9e9;
  padding: 0.3em 1em;
  margin-bottom: 0.5em;
}

.categoryIcon span {
  display: inline-block;
  width: 110px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 0.1em 1em;
}
.categoryIcon span.mibunrui {
  background-color: #999;
}
.categoryIcon span.news {
  background-color: #4dc0e2;
}
.categoryIcon span.topics {
  background-color: #fabf14;
}
.categoryIcon span.shutuen {
  background-color: #f568a0;
}
.categoryIcon span.tsushin {
  background-color: #a285bb;
}

.wp-pagenavi-single .categoryIcon span {
  width: auto;
  padding: 0.1em 0.5em;
  font-size: 1.1rem;
  margin-bottom: 0.3em;
}
.wp-pagenavi-single h4 {
  font-weight: 500;
  line-height: 1.3;
}

/* -----------------------------------------
タクソノミー一覧 PC縦並びに書き換え
------------------------------------------*/
body.post-type-archive-instructor .catLST li.all a {
  background-color: #333;
  color: #fff;
}

.catLST.ins {
  flex-flow: column;
}
.catLST.ins li {
  width: 100%;
  margin-right: 0;
  margin-bottom: 1em;
  flex: none;
}
.catLST.ins li a::after {
  content: none;
}
.catLST.ins li a:hover {
  opacity: 1;
  background-color: #999;
  color: #fff;
}

.termTTL {
  display: inline-block;
  color: #fff;
  font-size: 1.2rem;
  background-color: #333;
  padding: 0.3em 2em;
  border-radius: 15px;
  margin-top: 1em;
}

/* -----------------------------------------
2カラム
------------------------------------------*/
@media screen and (min-width: 768px) {
  body.post-type-archive-instructor .twocolumn,
  body.tax-ins_cat .twocolumn {
    flex-flow: row-reverse;
  }
}

/* -----------------------------------------
写真と講師紹介のflex
------------------------------------------*/
@media screen and (min-width: 768px) {
  .instructorList .flex {
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
  }
  .instructorList .flex .col {
    width: 55%;
  }
  .instructorList .flex figure {
    width: 35%;
  }
}
/* -----------------------------------------
リストのデザイン
------------------------------------------*/
.instructorList li {
  border-bottom: 2px solid #e9e9e9;
  padding-bottom: 2em;
  margin-bottom: 40px;
}
.instructorList li .postTTL {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .instructorList li .postTTL {
    font-size: 2.2rem;
  }
}
.instructorList li .txt {
  text-align: justify;
}
.instructorList li .txt p {
  margin-bottom: 0.5em;
}
.instructorList li figure {
  width: 53%;
  margin: 0 auto 40px;
}
@media screen and (min-width: 768px) {
  .instructorList li figure {
    margin: 0 20px 20px 0;
  }
}
.instructorList li figure img {
  box-shadow: 20px 20px 0 #f7f5f2;
}

/* -----------------------------------------
背景グラデ＋MOREボタン
------------------------------------------*/
.text_wrapper {
  position: relative;
  height: auto;
  overflow: hidden;
}

.show_more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  padding-top: 30px;
  text-align: center;
  line-height: 30px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 70%);
  cursor: pointer;
}
.show_more::before {
  content: "MORE";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #333;
  width: 8em;
  height: 2em;
  border-radius: 10px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 2;
}
.show_more::after {
  content: "";
  z-index: 10;
  position: absolute;
  top: 0.6em;
  left: calc(50% - 2.5em);
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  transition: all 0.5s;
  transform: rotate(135deg);
}

.open .show_more {
  background: transparent;
}

.active .show_more::before {
  content: "CLOSE";
}
.active .show_more::after {
  top: 1em;
  transform: rotate(-45deg);
}

/* -----------------------------------------
MOREボタンがoverflow: hidden;のため調整
------------------------------------------*/
.text_wrapper p:last-of-type {
  margin-bottom: 40px !important;
}

/* -----------------------------------------
カテゴリーアイコンの色
------------------------------------------*/
.ins_term_icon {
  min-width: 100px;
  display: inline-block;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  padding: 0.1em 1em;
  margin-bottom: 1em;
  background-color: #4dc0e2;
}/*# sourceMappingURL=style.css.map */