@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    color: color: rgb(105, 104, 104);
/* 	font-family: "A-OTF フォーク Pro"; */
	font-family: 'Montserrat', sans-serif !important;
	z-index: -1;
    position: relative;
}
ol, ul {
	list-style: none;
}
a {
    text-decoration: none !important;
    color: rgb(105, 104, 104) !important;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ==============================
ここから
============================== */
footer p a{
    color: #fff !important;
}
img {
	vertical-align: bottom;
}
h2 {
    font-size: 1.8rem;
    text-align: left;
	letter-spacing: 0.6rem;
	width: 90%;
    margin: auto;
}
h3 {
    font-size: 1.7rem;
    text-align: center;
    font-weight: 900;
}
.animation{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
}
a:hover {
	opacity:0.8;
}
/* FVスタイル */
.video-container {
  position: relative;
  width: 100%;
  height: 100vh;
}

/* 背景動画のスタイル */
.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* 動画をコンテナに合わせて拡大縮小 */
  z-index: -1; /* 背景に配置 */
}

/* 中央に配置するPNG画像のスタイル */
.central-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* 完全に中央に配置 */
  width: 90%;
  z-index: 1; /* 動画より前面に表示 */
}
/* ========================================
===========================================
===========================================
   アニメーション
===========================================
======================================== */
.element {
  /* 最初は非表示 */
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1s, opacity 1s, visibility 1s;
}
/* フェードイン時に入るクラス */
.is-fadein {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
/* よこから */
.element2 {
  /* 最初は非表示 */
  transform: translateX(-120px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1s, opacity 1s, visibility 1s;
}
/* フェードイン時に入るクラス */
.is-fadein2 {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
/* ============================
============================
   オーディジョンの流れ
============================
============================ */
.audition {
    position: relative;
}
.slide-anime {
    position: absolute;
    top: -7%;
    width: 35%;
}
.keyframe00 {
    width: 32%;
    animation-name: anim_po;
    position: absolute;
    top: 80%;
    right: 0%;
}
@keyframes anim_po {
  0% {
    top: 0px;
  }
  100% {
    top: 20px;
  }
}
.keyframe01{
width:30%;
  animation-name: anim_po2;
  position: absolute;
	right:0%;
	bottom:13%;
}
@keyframes anim_po2 {
  0% {
    bottom: 0px;
  }
  100% {
    bottom: 100px;
  }
}
/* ============================
============================
   待遇
============================
============================ */
.treatment {
    padding: 2rem 0;
	position: relative;
}
.treatment p {
    text-align: center;
}
.treatment h2 {
    margin-bottom: 2rem;
}
.treatment h3 {
    margin: 2rem 0;
}
.treat-in {
    width: 70%;
    margin: auto;
}
.treat-in p {
    text-align: left;
	padding-bottom: 1rem;
}
.keyframe0{
width:13%;
  animation-name: anim_po;
  position: absolute;
  top:20%;
}
@keyframes anim_po {
  0% {
    top: 0px;
  }
  100% {
    top: 20px;
  }
}
.keyframe1{
width:13%;
  animation-name: anim_po1;
  position: absolute;
  bottom:20%;
	right:0;
}
@keyframes anim_po1 {
  0% {
    bottom: 0px;
  }
  100% {
    bottom: 20px;
  }
}
/* ============================
============================
   注意事項
============================
============================ */
.caution {
    background-color: #fff2f6;
    border: 2px solid #eea4b7;
    padding: 3rem;
    border-radius: 15px;
	width: 90%;
    margin: auto;
}
.caution h2 {
    margin-bottom: 2rem;
}
.caution p {
    padding-bottom: 1rem;
	line-height: 1.5rem;
}
/* ============================
============================
  CTAボタン
============================
============================ */
.cta-area {
    margin: 4rem 0;
    text-align: center;
}
a.btn_10 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 75%;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	background-image: linear-gradient(to right, #27acd9 0%, #b4e12b 100%);
	border-radius: 100vh;
	color: #fff !important;
	border: 2px solid #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	transition: 0.5s;
}
a.btn_10:hover {
	color: #fff;
	background-image: linear-gradient(to left, #27acd9 0%, #b4e12b 100%);
}
/* ============================
============================
   よくあるご質問
============================
============================ */
.qq {
	padding-bottom: 5rem;
	margin-top: 2rem;
}
.q-title {
    width: 80%;
    margin: auto;
	margin-bottom: 2rem;
}
.qq h3 {
    font-size: 1.1rem;
    text-align: left;
    font-weight: 900;
}
/*全体*/
.hidden_box {
    margin: 2em 0;/*前後の余白*/
    padding: 0;
	width: 80%;
    margin: auto;
	background-color: #fff2f6;
    border: 2px solid #eea4b7;
    margin-bottom: 1rem;
}

/*ボタン装飾*/
.hidden_box label {
    padding: 15px;
    font-weight: bold;
    cursor :pointer;
	width: 100%;
}

/*ボタンホバー時*/
.hidden_box label:hover {
    background: #ffdce5;
}
/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}
/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
	background-color: #fff;
    padding: 15px;
}
/* ==============================
=================================
HPフォーム
==============================
============================== */
.form {
    margin-top: 5rem;
	position:relative;
}
.form h2 {
    margin-bottom: 2rem;
}
.contact-form {
    background-color: #F06602;
    color: #fff;
    padding: 5rem 0;
    text-align: center;
}
.form-in {
    width: 80%;
    margin: auto;
    background-color: #fff;
}
.hp-form {
	width:63%;
	margin:auto;
}
table {
	width:100%;
	text-align:center;
}
.trtr {
    border-bottom: 2px solid #ffd7e2;
}
.thth {
	color:black;
	text-align: left;
    width: 26%;
    padding: 2em 0;

}
.thth span {
    background-color: #ff5454;
    color: #fff;
    padding: 0.2rem 0.5rem;
    font-size: 0.8rem;
    margin-left: 1rem;
    border-radius: 10px;
}
.tdtd {
    width: 52%;
    text-align: left;
}
.tdtd textarea {
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
    background-color: #fff2f6;
    border: 1px solid #fd5a84;
    border-radius: 5px;
}
.tdtd input {
    background-color: #fff2f6;
    border: 1px solid #fd5a84;
    border-radius: 5px;
	width: 100%;
}
.tdtdtdtd {
    padding-bottom:2rem;
}
.thth2 {
	color:black;
	position:absolute;
	margin-top:3rem;
	text-align: left;
}
.hp-form-btn input {
    background-color: #fd5a84;
    color: #fff;
    padding: 1rem 2rem;
    border: none;
    border: 4px solid #fff2f6;
}
.hp-form-btn input:hover {
    background-color: #fff2f6;
    color: #fd5a84;
	font-weight:bold;
    border: 4px solid #fd5a84;
}
.hp-form-btn {
	margin-top:3rem;
	padding-bottom:3rem;
	margin-left: 4rem;
	text-align:center;
}
.tdtd select {
    background-color: #E4E4E4;
    width: 42%;
}
.file1 {
    margin-bottom: 1rem;
    margin-top: 1.7rem;
}
.wpcf7 input[type="file"] {
    padding: 1rem;
}
footer {
    background-color: #e787a07d;
}
footer p {
    text-align: center;
    padding: 1rem 0;
    color: #fff;
    text-shadow: 1px 2px 7px #fff;
	font-size: 0.8rem;
}
.keyframe2{
width:13%;
  animation-name: anim_po3;
  position: absolute;
  top:20%;
	right: 3%;
}
@keyframes anim_po3 {
  0% {
    top: 20%;
  }
  100% {
    top: 22%;
  }
}
.slide-anime2 {
    position: absolute;
    top: -13%;
    width: 35%;
}

/*==================================================
スライダーのためのcss
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:94%;
    margin:0 auto;
}
.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}
/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin:0 10px;
}
/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}
.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
	z-index: 100;
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
	z-index: 100;
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
  margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
  margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}
/*==================================================
24.04.17
===================================*/
.lp-mov {
    margin-top: 3rem;
}
.lii iframe {
    aspect-ratio: 16 / 9;
}
.eo-event-cat-all {
    cursor: pointer;
    padding: 1rem 0;
    border-bottom: 2px solid #ededed;
	font-weight: 200;
}