@charset "utf-8";
/**
/* トップページ CSS
----------------------------------------------- */
/*　　ABOUT US　　*/
.frontWrap .about-us-guide {
  background: url(../image/bg_1.png) no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding: 95px 0 370px 0;
}
.frontWrap .about-us-guide .about-us-grid {
  margin-bottom: 160px;
}
.frontWrap .about-us-guide .comment p {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.12em;
}
@media only screen and (max-width: 767px) {
  .frontWrap .about-us-guide {
    padding: 15% 0 40% 0;
  }
  .frontWrap .about-us-guide .about-us-grid {
    margin-bottom: 15%;
  }
  .frontWrap .about-us-guide .comment p {
    font-size: 4vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .frontWrap .about-us-guide {
    padding: 70px 0 260px 0;
  }
  .frontWrap .about-us-guide .about-us-grid {
    margin-bottom: 100px;
  }
  .frontWrap .about-us-guide .comment p {
    font-size: 16px;
  }
}
/*　　シェアハウス　　*/
.house-guide {
  padding: 0;
  margin-top: -196px;
}
.house-guide .guide-ttl {
  color: #ffffff;
  margin-bottom: 70px;
}
.house-guide .imgArea img {
  width: 100%;
}
.house-guide .house-box {
  background: url(../image/bg_4.png) bottom center no-repeat;
  background-size: cover;
  padding: 114px 0 116px 0;
}
.house-guide .house-box ul li {
  text-align: center;
  margin-bottom: 70px;
}
.house-guide .house-box ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .house-guide {
    margin-top: -27%;
  }
  .house-guide .guide-ttl {
    margin-bottom: 8%;
  }
  .house-guide .house-box {
    padding: 10% 0;
  }
  .house-guide .house-box ul li {
    margin-bottom: 8%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .house-guide {
    margin-top: -130px;
  }
  .house-guide .guide-ttl {
    margin-bottom: 50px;
  }
  .house-guide .house-box {
    padding: 50px 0 60px 0;
  }
  .house-guide .house-box ul li {
    margin-bottom: 40px;
  }
}
/*　　コンテンツ　　*/
.frontWrap .contents-guide:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 60%;
  left: 0;
  top: 10%;
  background: url(../image/bg_2.png) no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.frontWrap .contents-guide,
.frontWrap .schedule-guide,
.frontWrap .news-guide {
  padding: 0;
  position: relative;
}
.frontWrap .schedule-guide .schedule-grid {
  background: rgba(0, 33, 53, 0.5);
  padding: 128px 50px 60px 50px;
}
.frontWrap .news-guide .news-grid {
  background: rgba(0, 33, 53, 0.5);
  padding: 60px 50px 105px 50px;
}
.movie-guide .movie {
  position: relative;
  width: 100%;
  margin: auto;
}
.movie-guide .movie iframe {
  width: 100%;
  height: 600px;
}
@media only screen and (max-width: 767px) {
  .frontWrap .contents-guide:before {
    height: 80%;
    top: 5%;
  }
  .frontWrap .schedule-guide .schedule-grid {
    padding: 15% 5% 5% 5%;
  }
  .frontWrap .news-guide .news-grid {
    padding: 5% 5% 10% 5%;
  }
  .movie-guide .movie {
    padding-top: 56.25%;
  }
  .movie-guide .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .frontWrap .contents-guide:before {
    height: 60%;
    top: 10%;
  }
  .frontWrap .schedule-guide .schedule-grid {
    padding: 70px 20px 40px 20px;
  }
  .frontWrap .news-guide .news-grid {
    padding: 40px 20px 60px 20px;
  }
  .movie-guide .movie {
    padding-top: 56.25%;
    margin-bottom: 5%;
  }
  .movie-guide .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}
/*　　オーディション　　*/
.frontWrap .audition-guide {
  background: url(../image/bg_3.png) bottom center no-repeat;
  background-size: cover;
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .frontWrap .audition-guide {
    padding: 15% 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .frontWrap .audition-guide {
    padding: 60px 0;
  }
}
/**
/* テリオスタとは CSS
----------------------------------------------- */
.teriostaWrap .about-guide {
  padding: 100px 0 50px 0;
}
.teriostaWrap .about-guide .about-items {
  position: relative;
}
.teriostaWrap .about-guide .imageArea {
  overflow: hidden;
  width: 70%;
  height: 500px;
}
.teriostaWrap .about-guide .imageArea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.teriostaWrap .about-guide .contentArea {
  position: absolute;
  width: 70%;
  z-index: 2;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.teriostaWrap .about-guide h2 {
  text-align: center;
  margin-bottom: 30px;
}
.teriostaWrap .about-guide h2 span {
  display: inline-block;
  background: rgba(2, 16, 25, 0.9);
  border: 3px solid #ffffff;
  font-size: 25px;
  line-height: 1.4;
  padding: 15px 30px;
}
.teriostaWrap .about-guide .box {
  background: rgba(2, 16, 25, 0.9);
  text-align: center;
  padding: 40px 30px;
}
.teriostaWrap .about-guide .box p {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
.teriostaWrap .concept-guide {
  padding: 50px 0 100px 0;
}
.teriostaWrap .concept-guide .concept-items {
  position: relative;
}
.teriostaWrap .concept-guide .imageArea {
  overflow: hidden;
  width: 100%;
  height: 500px;
}
.teriostaWrap .concept-guide .imageArea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.teriostaWrap .concept-guide .contentArea {
  position: absolute;
  width: 50%;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.teriostaWrap .concept-guide h2 {
  text-align: center;
  margin-bottom: 30px;
}
.teriostaWrap .concept-guide h2 span {
  display: inline-block;
  background: rgba(2, 16, 25, 0.6);
  border: 3px solid #ffffff;
  font-size: 25px;
  line-height: 1.4;
  padding: 15px 60px;
}
.teriostaWrap .concept-guide .box {
  background: rgba(2, 16, 25, 0.9);
  text-align: center;
  padding: 40px 30px;
}
.teriostaWrap .concept-guide .box p {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
.teriostaWrap .concept-guide .block_btn {
  margin-top: 60px;
}
.teriostaWrap .concept-guide .block_btn li {
  width: 45%;
  margin: 0 2.5%;
}
@media only screen and (max-width: 767px) {
  .teriostaWrap .about-guide {
    padding: 10% 0 5% 0;
  }
  .teriostaWrap .about-guide .imageArea {
    width: 100%;
    height: auto;
    margin-bottom: 5%;
  }
  .teriostaWrap .about-guide .contentArea {
    position: relative;
    width: 100%;
    top: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(0%);
  }
  .teriostaWrap .about-guide h2 {
    margin-bottom: 5%;
  }
  .teriostaWrap .about-guide h2 span {
    width: 100%;
    border: 2px solid #ffffff;
    font-size: 4.5vw;
    padding: 3%;
  }
  .teriostaWrap .about-guide .box {
    text-align: left;
    padding: 5%;
  }
  .teriostaWrap .about-guide .box p {
    font-size: 3.8vw;
  }
  .teriostaWrap .concept-guide {
    padding: 5% 0 10% 0;
  }
  .teriostaWrap .concept-guide .imageArea {
    width: 100%;
    height: auto;
    margin-bottom: 5%;
  }
  .teriostaWrap .concept-guide .contentArea {
    position: relative;
    width: 100%;
    top: auto;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(0%);
  }
  .teriostaWrap .concept-guide h2 {
    margin-bottom: 5%;
  }
  .teriostaWrap .concept-guide h2 span {
    width: 100%;
    border: 2px solid #ffffff;
    font-size: 4.5vw;
    padding: 3%;
  }
  .teriostaWrap .concept-guide .box {
    text-align: left;
    padding: 5%;
  }
  .teriostaWrap .concept-guide .box p {
    font-size: 3.8vw;
  }
  .teriostaWrap .concept-guide .block_btn {
    margin-top: 15%;
  }
  .teriostaWrap .concept-guide .block_btn li {
    width: 90%;
    margin: 0 0 5% 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .teriostaWrap .about-guide {
    padding: 60px 0 30px 0;
  }
  .teriostaWrap .about-guide .imageArea {
    width: 70%;
    height: 400px;
  }
  .teriostaWrap .about-guide .contentArea {
    width: 70%;
  }
  .teriostaWrap .about-guide h2 {
    text-align: center;
    margin-bottom: 20px;
  }
  .teriostaWrap .about-guide h2 span {
    border: 2px solid #ffffff;
    font-size: 20px;
    padding: 10px 30px;
  }
  .teriostaWrap .about-guide .box {
    padding: 30px 20px;
  }
  .teriostaWrap .about-guide .box p {
    font-size: 16px;
  }
  .teriostaWrap .concept-guide {
    padding: 30px 0 60px 0;
  }
  .teriostaWrap .concept-guide .imageArea {
    height: 400px;
  }
  .teriostaWrap .concept-guide .contentArea {
    width: 60%;
    right: 20px;
  }
  .teriostaWrap .concept-guide h2 {
    margin-bottom: 20px;
  }
  .teriostaWrap .concept-guide h2 span {
    border: 2px solid #ffffff;
    font-size: 20px;
    padding: 10px 60px;
  }
  .teriostaWrap .concept-guide .box {
    padding: 30px 20px;
  }
  .teriostaWrap .concept-guide .box p {
    font-size: 16px;
  }
  .teriostaWrap .concept-guide .block_btn {
    margin-top: 60px;
  }
  .teriostaWrap .concept-guide .block_btn li {
    width: 45%;
    margin: 0 1.5%;
  }
}
/**
/* オーディション CSS
----------------------------------------------- */
.auditionWrap .audition-guide {
  background: url(../image/bg1.png) bottom center no-repeat;
  background-size: cover;
  padding: 160px 0;
}
.auditionWrap .audition-guide .guide-ttl {
  color: #ffffff;
  margin-bottom: 55px;
}
.auditionWrap .audition-guide .movie {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: auto;
  margin-bottom: 30px;
}
.auditionWrap .audition-guide .movie iframe {
  width: 100%;
  height: 315px;
}
.auditionWrap .audition-guide .comment p {
  color: #ffffff;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.12em;
}
@media only screen and (max-width: 767px) {
  .auditionWrap .audition-guide {
    padding: 15% 0;
  }
  .auditionWrap .audition-guide .guide-ttl {
    margin-bottom: 8%;
  }
  .auditionWrap .audition-guide .movie {
    padding-top: 56.25%;
    margin-bottom: 5%;
  }
  .auditionWrap .audition-guide .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .auditionWrap .audition-guide .comment p {
    font-size: 4vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .auditionWrap .audition-guide {
    padding: 80px 0;
  }
  .auditionWrap .audition-guide .guide-ttl {
    margin-bottom: 45px;
  }
  .auditionWrap .audition-guide .movie {
    margin-bottom: 20px;
  }
  .auditionWrap .audition-guide .comment p {
    font-size: 16px;
  }
}
/*　　応募について　　*/
.application-guide {
  background: #001f32 url(../image/bg2.png) bottom center no-repeat;
  background-size: cover;
  padding: 108px 0 82px 0;
}
.application-guide .guide-ttl {
  color: #ffffff;
  margin-bottom: 70px;
}
.application-guide .application-box {
  background: rgba(2, 16, 25, 0.6);
  color: #ffffff;
  padding: 80px 55px;
}
.application-guide .application-box h3 {
  font-size: 25px;
  line-height: 1.4;
  letter-spacing: 0.3em;
  text-align: center;
  margin-bottom: 50px;
}
.application-guide .application-box h3 span {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  background: #001f32;
  border: 3px solid #ffffff;
  padding: 15px;
}
.application-guide .application-box ul {
  margin-bottom: 90px;
}
.application-guide .application-box ul li {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.12em;
  margin-bottom: 20px;
}
.application-guide .application-box .period {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.3em;
  text-align: center;
}
.application-guide .application-box .period span {
  display: inline-block;
  font-size: 43px;
}
.application-guide .notes-box {
  border: 2px solid #829099;
  color: #ffffff;
  margin-top: 50px;
}
.application-guide .notes-box h3 {
  border-bottom: 2px solid #829099;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 0.3em;
  text-align: center;
  padding: 15px;
}
.application-guide .notes-box p {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding: 20px;
}
.application-guide .notes-box p a {
  color: #ffffff;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .application-guide {
    padding: 15% 0 10% 0;
  }
  .application-guide .guide-ttl {
    margin-bottom: 8%;
  }
  .application-guide .application-box {
    padding: 8% 5%;
  }
  .application-guide .application-box h3 {
    font-size: 4.5vw;
    margin-bottom: 8%;
  }
  .application-guide .application-box h3 span {
    padding: 3%;
  }
  .application-guide .application-box ul {
    margin-bottom: 15%;
  }
  .application-guide .application-box ul li {
    font-size: 4.1vw;
    margin-bottom: 5%;
  }
  .application-guide .application-box .period {
    font-size: 7.6vw;
  }
  .application-guide .application-box .period span {
    font-size: 6.3vw;
  }
  .application-guide .notes-box {
    margin-top: 8%;
  }
  .application-guide .notes-box h3 {
    font-size: 4.2vw;
    padding: 3%;
  }
  .application-guide .notes-box p {
    font-size: 3.5vw;
    padding: 5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .application-guide {
    padding: 80px 0 60px 0;
  }
  .application-guide .guide-ttl {
    margin-bottom: 50px;
  }
  .application-guide .application-box {
    padding: 60px 30px;
  }
  .application-guide .application-box h3 {
    font-size: 20px;
    margin-bottom: 35px;
  }
  .application-guide .application-box h3 span {
    padding: 15px;
  }
  .application-guide .application-box ul {
    margin-bottom: 60px;
  }
  .application-guide .application-box ul li {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .application-guide .application-box .period {
    font-size: 42px;
  }
  .application-guide .application-box .period span {
    font-size: 30px;
  }
  .application-guide .notes-box {
    margin-top: 30px;
  }
  .application-guide .notes-box h3 {
    font-size: 20px;
    padding: 10px;
  }
  .application-guide .notes-box p {
    font-size: 13px;
    padding: 15px;
  }
}
/*　　選考フロー　　*/
.flow-guide {
  background: #042438;
}
.flow-guide .guide-ttl {
  color: #ffffff;
  margin-bottom: 58px;
}
.flow-guide .flow-list .flow-items {
  width: 26.5%;
  color: #ffffff;
}
.flow-guide .flow-list .flow-items .no {
  color: rgba(255, 255, 255, 0.3);
  font-size: 42px;
  line-height: 1;
  margin-bottom: 20px;
}
.flow-guide .flow-list .flow-items .icon {
  margin-bottom: 40px;
}
.flow-guide .flow-list .flow-items h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.3em;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .flow-guide {
    padding: 15% 0;
  }
  .flow-guide .guide-ttl {
    margin-bottom: 5%;
  }
  .flow-guide .flow-list .flow-items {
    width: 100%;
    margin-bottom: 10%;
  }
  .flow-guide .flow-list .flow-items:last-child {
    margin-bottom: 0;
  }
  .flow-guide .flow-list .flow-items .no {
    font-size: 6.2vw;
    margin-bottom: 3%;
  }
  .flow-guide .flow-list .flow-items .icon {
    text-align: center;
    margin-bottom: 5%;
  }
  .flow-guide .flow-list .flow-items .icon img {
    width: 48%;
  }
  .flow-guide .flow-list .flow-items h3 {
    font-size: 4.4vw;
    margin-bottom: 4%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .flow-guide .guide-ttl {
    margin-bottom: 40px;
  }
  .flow-guide .flow-list .flow-items {
    width: 26.5%;
  }
  .flow-guide .flow-list .flow-items .no {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .flow-guide .flow-list .flow-items .icon {
    margin-bottom: 30px;
  }
  .flow-guide .flow-list .flow-items h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
/*　　優遇事項　　*/
.preferential-guide {
  background: #ffffff;
  padding: 115px 0 95px 0;
}
.preferential-guide .guide-ttl {
  color: #042438;
  margin-bottom: 70px;
}
.preferential-guide .preferential-list dl {
  background: #ececec;
  width: 23%;
  padding: 20px;
  margin-right: 2.66%;
  margin-top: 23px;
}
.preferential-guide .preferential-list dl:nth-child(4n),
.preferential-guide .preferential-list dl:last-child {
  margin-right: 0;
}
.preferential-guide .preferential-list dl dt {
  margin-bottom: 24px;
}
.preferential-guide .preferential-list dl dt img {
  max-width: 104px;
}
.preferential-guide .preferential-list dl dd {
  color: #001f32;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 767px) {
  .preferential-guide {
    padding: 15% 0 10% 0;
  }
  .preferential-guide .guide-ttl {
    margin-bottom: 6%;
  }
  .preferential-guide .preferential-list dl {
    width: 48%;
    padding: 5%;
    margin-right: 4%;
    margin-top: 4%;
  }
  .preferential-guide .preferential-list dl:nth-child(2n),
  .preferential-guide .preferential-list dl:last-child {
    margin-right: 0;
  }
  .preferential-guide .preferential-list dl dt {
    margin-bottom: 8%;
  }
  .preferential-guide .preferential-list dl dt img {
    width: 60%;
  }
  .preferential-guide .preferential-list dl dd {
    font-size: 3.6vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .preferential-guide {
    padding: 70px 0 50px 0;
  }
  .preferential-guide .guide-ttl {
    margin-bottom: 40px;
  }
  .preferential-guide .preferential-list dl {
    width: 23.5%;
    padding: 15px 10px;
    margin-right: 2%;
    margin-top: 15px;
  }
  .preferential-guide .preferential-list dl dt {
    margin-bottom: 15px;
  }
  .preferential-guide .preferential-list dl dt img {
    max-width: 82px;
  }
  .preferential-guide .preferential-list dl dd {
    font-size: 14px;
  }
}
/*　　お問い合わせ　　*/
.bottom-contact {
  background: url(../image/bottom_bg.png) top center no-repeat;
  background-size: cover;
  padding: 80px 0;
}
.bottom-contact .guide-ttl {
  color: #ffffff;
}
.bottom-contact .contact-box {
  background: #ffffff;
  color: #042438;
  padding: 50px 20px 40px 20px;
}
.bottom-contact .contact-box .mail {
  margin-bottom: 20px;
}
.bottom-contact .contact-box .mail a {
  font-family: "Poppins", sans-serif;
  color: #042438;
  font-size: 39px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
.bottom-contact .contact-box .text {
  font-size: 16px;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 767px) {
  .bottom-contact {
    padding: 15% 0 10% 0;
  }
  .bottom-contact .contact-box {
    padding: 10% 3% 8% 3%;
  }
  .bottom-contact .contact-box .mail {
    margin-bottom: 5%;
  }
  .bottom-contact .contact-box .mail a {
    font-size: 5vw;
  }
  .bottom-contact .contact-box .text {
    font-size: 3.4vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bottom-contact {
    padding: 60px 0;
  }
  .bottom-contact .contact-box {
    padding: 40px 20px 30px 20px;
  }
  .bottom-contact .contact-box .mail {
    margin-bottom: 15px;
  }
  .bottom-contact .contact-box .mail a {
    font-size: 32px;
  }
  .bottom-contact .contact-box .text {
    font-size: 14px;
  }
}
/**
/* よくあるご質問 CSS
----------------------------------------------- */
.frontWrap .faq-guide {
  background: #10496c;
}
.faq-guide .faq-list .faq-items {
  margin-bottom: 27px;
}
.faq-guide .faq-list .faq-items:last-child {
  margin-bottom: 0;
}
.faq-guide .faq-list .faq-items .dl_table {
  width: 100%;
  display: table;
}
.faq-guide .faq-list .faq-items .dl_table dt,
.faq-guide .faq-list .faq-items .dl_table dd {
  display: table-cell;
  vertical-align: top;
}
.faq-guide .faq-list .faq-items .question {
  position: relative;
  background-color: #ffffff;
  padding: 16px 30px;
  cursor: pointer;
}
.faq-guide .faq-list .faq-items .question dt,
.faq-guide .faq-list .faq-items .question dd {
  vertical-align: middle;
}
.faq-guide .faq-list .faq-items .question:after {
  font-family: "Font Awesome 5 Free";
  content: "\2b";
  position: absolute;
  right: 20px;
  top: 25%;
  transition: all 0.2s ease-in-out;
  display: block;
  color: #042438;
  font-size: 26px;
  font-weight: 700;
}
.faq-guide .faq-list .faq-items .question.open:after {
  transform: rotate(45deg);
}
.faq-guide .faq-list .faq-items .question dt,
.faq-guide .faq-list .faq-items .answer dt {
  width: 40px;
}
.faq-guide .faq-list .faq-items .question dt span,
.faq-guide .faq-list .faq-items .answer dt span {
  display: block;
  font-family: "audiowide";
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 700;
  font-style: oblique;
  line-height: 1.2;
}
.faq-guide .faq-list .faq-items .question dd,
.faq-guide .faq-list .faq-items .answer dd {
  width: calc(100% - 40px);
  padding-left: 30px;
}
.faq-guide .faq-list .faq-items .question dt span {
  color: #042438;
}
.faq-guide .faq-list .faq-items .question dd {
  color: #042438;
  font-size: 18px;
  font-weight: 700;
}
.faq-guide .faq-list .faq-items .answer {
  display: none;
  padding: 30px 0 10px 30px;
}
.faq-guide .faq-list .faq-items .answer dt span {
  color: #ffffff;
}
.faq-guide .faq-list .faq-items .answer dd {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .faq-guide .faq-list .faq-items {
    margin-bottom: 5%;
  }
  .faq-guide .faq-list .faq-items .question {
    padding: 3%;
  }
  .faq-guide .faq-list .faq-items .question:after {
    right: 3%;
    top: 25%;
    font-size: 4.6vw;
  }
  .faq-guide .faq-list .faq-items .question dt,
  .faq-guide .faq-list .faq-items .answer dt {
    width: 8%;
  }
  .faq-guide .faq-list .faq-items .question dt span,
  .faq-guide .faq-list .faq-items .answer dt span {
    font-size: 6vw;
  }
  .faq-guide .faq-list .faq-items .question dd,
  .faq-guide .faq-list .faq-items .answer dd {
    width: calc(100% - 8%);
    padding-left: 5%;
  }
  .faq-guide .faq-list .faq-items .question dd {
    font-size: 3.8vw;
  }
  .faq-guide .faq-list .faq-items .answer {
    padding: 3% 0 2% 3%;
  }
  .faq-guide .faq-list .faq-items .answer dd {
    font-size: 3.5vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .faq-guide .faq-list .faq-items {
    margin-bottom: 20px;
  }
  .faq-guide .faq-list .faq-items .question {
    padding: 15px 20px;
  }
  .faq-guide .faq-list .faq-items .question:after {
    right: 15px;
    font-size: 22px;
  }
  .faq-guide .faq-list .faq-items .question dt,
  .faq-guide .faq-list .faq-items .answer dt {
    width: 30px;
  }
  .faq-guide .faq-list .faq-items .question dt span,
  .faq-guide .faq-list .faq-items .answer dt span {
    font-size: 30px;
  }
  .faq-guide .faq-list .faq-items .question dd,
  .faq-guide .faq-list .faq-items .answer dd {
    width: calc(100% - 30px);
    padding-left: 15px;
  }
  .faq-guide .faq-list .faq-items .question dd {
    font-size: 16px;
  }
  .faq-guide .faq-list .faq-items .answer {
    padding: 20px 0 10px 20px;
  }
  .faq-guide .faq-list .faq-items .answer dd {
    font-size: 14px;
  }
}
/**
/* 所属タレント CSS
----------------------------------------------- */
/*一覧*/
.talentWrap {
  background: url(../image/talent/bg.png) top center no-repeat;
  background-size: cover;
}
.talent-list .talent-items {
  width: 27%;
  text-align: center;
  margin-right: 9.5%;
  margin-bottom: 50px;
}
.talent-list .talent-items:nth-child(3n) {
  margin-right: 0;
}
.talent-list .talent-items .imgArea {
  margin-bottom: 20px;
}
.talent-list .talent-items .imgArea img {
  width: 94%;
  max-width: 269px;
}
.talent-list .talent-items .position {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 16px;
}
.talent-list .talent-items .name a {
  background: url(../image/talent/box.png) bottom center no-repeat;
  background-size: cover;
  display: block;
  border: 2px solid #ffffff;
  font-family: "Noto Serif JP", serif;
  font-size: 25px;
  font-weight: 600;
  border-radius: 13px;
  padding: 20px 10px 28px 10px;
}
.talent-list .talent-items .graduates {
  margin-top: -20px;
}
.talent-list .talent-items .graduates span {
  background: #ffffff;
  display: inline-block;
  color: #002a44;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.12em;
  border-radius: 30px;
  padding: 4px 30px 3px 30px;
}
.about-us-guide .talent-grid .block_btn {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .talent-list .talent-items {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10%;
  }
  .talent-list .talent-items .imgArea {
    margin-bottom: 5%;
  }
  .talent-list .talent-items .imgArea img {
    width: 60%;
  }
  .talent-list .talent-items .position {
    font-size: 3.8vw;
    margin-bottom: 3%;
  }
  .talent-list .talent-items .name a {
    font-size: 4.5vw;
    border-radius: 13px;
    padding: 4% 3% 5% 3%;
  }
  .talent-list .talent-items .graduates {
    margin-top: -5%;
  }
  .talent-list .talent-items .graduates span {
    font-size: 3.8vw;
    padding: 4px 15% 3px 15%;
  }
  .about-us-guide .talent-grid .block_btn {
    margin-top: 8%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .talent-list .talent-items {
    width: 31.3333%;
    margin-right: 3%;
    margin-bottom: 40px;
  }
  .talent-list .talent-items .imgArea {
    margin-bottom: 15px;
  }
  .talent-list .talent-items .position {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .talent-list .talent-items .name a {
    font-size: 20px;
    padding: 10px 5px 20px 5px;
  }
  .talent-list .talent-items .graduates {
    margin-top: -17px;
  }
  .talent-list .talent-items .graduates span {
    font-size: 15px;
    padding: 4px 25px 3px 25px;
  }
  .about-us-guide .talent-grid .block_btn {
    margin-top: 20px;
  }
}
/*詳細*/
.talent-header-view {
  background-color: rgba(0, 21, 34, 0.8);
  width: 94%;
  max-width: 1200px;
  margin: auto;
  padding: 120px 0 60px 0;
}
.talent-header-view .view-ttl {
  text-align: center;
  padding: 40px 0 0 0;
}
.talent-header-view h1 {
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 15px;
}
.talent-header-view .kana {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}
.single-talent-guide .talent-body .imgArea {
  position: relative;
}
.single-talent-guide .talent-body .glass-icon {
  position: absolute;
  cursor: zoom-in;
}
.single-talent-guide .talent-body .talent-picture {
  width: 38%;
}
.single-talent-guide .talent-body .talent-picture .glass-icon {
  top: 10px;
  left: 0;
}
.single-talent-guide .talent-body .contentArea {
  width: 55%;
}
.single-talent-guide .talent-body .contentArea h2 {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-bottom: 37px;
}
.single-talent-guide .talent-body .character-box {
  background: url(../image/talent/character-box.png) top center no-repeat;
  background-size: cover;
  border: 2px solid #ffffff;
  border-radius: 13px;
  padding: 36px 40px 30px 40px;
  margin-bottom: 67px;
  box-shadow: 0px 0px 29px rgba(15, 26, 40, 0.6);
}
.single-talent-guide .talent-body .character-box h3 {
  position: relative;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.single-talent-guide .talent-body .character-box h3:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: calc(100% - 200px);
  height: 1px;
  top: 50%;
  right: 0;
  background-color: rgba(255, 255, 255, 0.4);
}
.single-talent-guide .talent-body .character-box .position {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
.single-talent-guide .talent-body .character-box .comment p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.single-talent-guide .talent-body .img-box {
  width: 90%;
  margin: auto;
  margin-bottom: 40px;
}
.single-talent-guide .talent-body .img-box .glass-icon {
  bottom: 10px;
  right: 10px;
}
.single-talent-guide .talent-body .img-box .img img {
  width: 100%;
  border: 6px solid #ffffff;
  box-shadow: 13px 0px 32px rgba(39, 51, 107, 0.68);
}
.single-talent-guide .talent-body .img-box h3 {
  position: relative;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.single-talent-guide .talent-body .img-box h3:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: calc(100% - 100px);
  height: 1px;
  top: 50%;
  right: 0;
  background-color: rgba(255, 255, 255, 0.4);
}
.single-talent-guide .talent-body .yotube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 80px;
}
.single-talent-guide .talent-body .yotube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 10px solid #ffffff;
  box-shadow: 13px 0px 32px rgba(39, 51, 107, 0.68);
}
.single-talent-guide .sns-btn {
  margin-top: 100px;
}
.single-talent-guide .sns-btn li {
  width: 45%;
  margin: 0 2.5%;
}
/*zoom*/
.zoom-img {
  position: fixed;
  z-index: 10000;
  inset: 0px;
  width: 100%;
  height: 100%;
  padding-block: 4rem;
  padding-inline: 0px;
  background-color: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(1rem);
  transition: all 300ms ease-in 0s;
  overscroll-behavior: contain;
  overflow-y: scroll;
  touch-action: none;
}
.zoom-img .img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  -webkit-justify-content: center;
  justify-content: center;
}
.zoom-keyimg .img img,
.zoom-room .img img {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 70%;
  height: auto;
  object-fit: cover;
}
.zoom-img.open {
  opacity: 1;
  pointer-events: initial;
}
.zoom-img.close {
  opacity: 0;
  pointer-events: none;
}
.zoom-img .closeWrap {
  position: fixed;
  inset: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .talent-header-view {
    width: 100%;
    padding: 80px 0 8% 0;
  }
  .talent-header-view .view-ttl {
    padding: 10% 0 0 0;
  }
  .talent-header-view h1 {
    font-size: 6vw;
    margin-bottom: 3%;
  }
  .talent-header-view .kana {
    font-size: 4vw;
  }
  .single-talent-guide .talent-body .talent-picture {
    width: 100%;
    margin-bottom: 10%;
  }
  .single-talent-guide .talent-body .talent-picture .glass-icon {
    top: 0;
    width: 12%;
  }
  .single-talent-guide .talent-body .contentArea {
    width: 100%;
  }
  .single-talent-guide .talent-body .contentArea h2 {
    font-size: 7vw;
    text-align: center;
    margin-bottom: 5%;
  }
  .single-talent-guide .talent-body .character-box {
    padding: 5%;
    margin-bottom: 10%;
  }
  .single-talent-guide .talent-body .character-box h3 {
    font-size: 4.6vw;
    margin-bottom: 5%;
  }
  .single-talent-guide .talent-body .character-box h3:before {
    width: calc(100% - 50%);
  }
  .single-talent-guide .talent-body .character-box .position {
    font-size: 4vw;
    margin-bottom: 2%;
  }
  .single-talent-guide .talent-body .character-box .comment p {
    font-size: 3.6vw;
  }
  .single-talent-guide .talent-body .img-box {
    width: 100%;
    margin-bottom: 8%;
  }
  .single-talent-guide .talent-body .img-box .glass-icon {
    bottom: 5%;
    right: 3%;
    width: 12%;
  }
  .single-talent-guide .talent-body .img-box .img img {
    border: 4px solid #ffffff;
  }
  .single-talent-guide .talent-body .img-box h3 {
    font-size: 4.6vw;
    margin-bottom: 3%;
  }
  .single-talent-guide .talent-body .img-box h3:before {
    width: calc(100% - 25%);
  }
  .single-talent-guide .talent-body .yotube {
    margin-top: 10%;
  }
  .single-talent-guide .talent-body .yotube iframe {
    border: 6px solid #ffffff;
  }
  .single-talent-guide .sns-btn {
    margin-top: 15%;
  }
  .single-talent-guide .sns-btn li {
    width: 90%;
    margin: 0 0 5% 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .talent-header-view {
    width: 100%;
    padding: 80px 0 40px 0;
  }
  .talent-header-view .view-ttl {
    padding: 40px 0 0 0;
  }
  .talent-header-view h1 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .talent-header-view .kana {
    font-size: 18px;
  }
  .single-talent-guide .talent-body .talent-picture .glass-icon {
    top: 0;
    width: 40px;
  }
  .single-talent-guide .talent-body .contentArea h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .single-talent-guide .talent-body .character-box {
    padding: 25px 20px 20px 20px;
    margin-bottom: 40px;
  }
  .single-talent-guide .talent-body .character-box h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .single-talent-guide .talent-body .character-box h3:before {
    width: calc(100% - 170px);
  }
  .single-talent-guide .talent-body .character-box .position {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .single-talent-guide .talent-body .character-box .comment p {
    font-size: 13px;
  }
  .single-talent-guide .talent-body .img-box {
    margin-bottom: 30px;
  }
  .single-talent-guide .talent-body .img-box .glass-icon {
    bottom: 10px;
    right: 10px;
  }
  .single-talent-guide .talent-body .img-box .img img {
    border: 4px solid #ffffff;
  }
  .single-talent-guide .talent-body .img-box h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .single-talent-guide .talent-body .img-box h3:before {
    width: calc(100% - 90px);
  }
  .single-talent-guide .talent-body .yotube {
    margin-top: 40px;
  }
  .single-talent-guide .talent-body .yotube iframe {
    border: 8px solid #ffffff;
  }
  .single-talent-guide .sns-btn {
    margin-top: 60px;
  }
  .single-talent-guide .sns-btn li {
    width: 45%;
    margin: 0 1.5%;
  }
}
/**
/* 下層ページ共通 CSS
----------------------------------------------- */
.common-guide .entry h2 {
  font-size: 28px;
  line-height: 1.4;
  font-feature-settings: "palt";
  margin-bottom: 30px;
}
.common-guide .entry h3 {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 30px;
}
.common-guide .entry h4 {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.common-guide .entry ol {
  list-style: decimal;
  margin-left: 20px;
  margin-bottom: 30px;
}
.common-guide .entry ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 30px;
}
.common-guide .entry ol li,
.common-guide .entry ul li {
  font-size: 16px;
  line-height: 2;
}
.common-guide .entry p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .common-guide .entry h2 {
    font-size: 4.8vw;
    margin-bottom: 6%;
  }
  .common-guide .entry h3 {
    font-size: 4.4vw;
    margin-bottom: 3%;
  }
  .common-guide .entry h4 {
    font-size: 4vw;
    margin-bottom: 3%;
  }
  .common-guide .entry ol {
    margin-bottom: 6%;
  }
  .common-guide .entry ul {
    margin-bottom: 6%;
  }
  .common-guide .entry ol li,
  .common-guide .entry ul li {
    font-size: 3.6vw;
  }
  .common-guide .entry p {
    font-size: 3.6vw;
    margin-bottom: 6%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .common-guide .entry h2 {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .common-guide .entry h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .common-guide .entry h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .common-guide .entry ol {
    margin-bottom: 20px;
  }
  .common-guide .entry ul {
    margin-bottom: 20px;
  }
  .common-guide .entry ol li,
  .common-guide .entry ul li {
    font-size: 14px;
  }
  .common-guide .entry p {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
/**
/* 一覧共通 CSS
----------------------------------------------- */
.post-list .post-items {
  margin-bottom: 30px;
}
.post-list .post-items:last-child {
  margin-bottom: 0;
}
.post-list .post-items .imgArea {
  height: 167px;
  margin-bottom: 30px;
  overflow: hidden;
}
.post-list .post-items .flex {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #0d405f;
  padding-bottom: 20px;
}
.post-list .post-items .flex .imgArea {
  width: 245px;
  margin-bottom: 0;
}
.post-list .post-items .imgArea img {
  width: 100%;
  object-fit: cover;
}
.post-list .post-items .flex .contentArea {
  width: calc(100% - 230px);
  padding-left: 40px;
}
.post-list .post-items .post-date {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
}
.post-list .post-items h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
.post-list .post-items .flex h3 {
  font-size: 18px;
}
.post-list .post-items .post-txt {
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .post-list .post-items {
    margin-bottom: 5%;
  }
  .post-list .post-items .imgArea {
    margin-bottom: 5%;
  }
  .post-list .post-items .flex {
    padding-bottom: 5%;
  }
  .post-list .post-items .flex .imgArea {
    width: 40%;
  }
  .post-list .post-items .flex .contentArea {
    width: calc(100% - 40%);
    padding-left: 5%;
  }
  .post-list .post-items .post-date {
    font-size: 3.4vw;
    margin-bottom: 2%;
  }
  .post-list .post-items h3 {
    font-size: 3.6vw;
  }
  .post-list .post-items .flex h3 {
    font-size: 3.8vw;
  }
  .post-list .post-items .post-txt {
    font-size: 3.6vw;
    margin-top: 3%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .post-list .post-items {
    margin-bottom: 15px;
  }
  .post-list .post-items .imgArea {
    margin-bottom: 30px;
  }
  .post-list .post-items .flex {
    padding-bottom: 15px;
  }
  .post-list .post-items .flex .contentArea {
    width: calc(100% - 200px);
    padding-left: 30px;
  }
  .post-list .post-items .post-date {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .post-list .post-items h3 {
    font-size: 14px;
  }
  .post-list .post-items .flex h3 {
    font-size: 16px;
  }
  .post-list .post-items .post-txt {
    font-size: 14px;
    margin-top: 10px;
  }
}
/**
/* 最新情報 CSS
----------------------------------------------- */
.news-slider {
  padding-bottom: 100px;
}
.news-slider .slick-dots {
  bottom: 0px;
}
.news-guide .slick-dots li button:before {
  color: #ffffff;
}
.news-guide .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #ffffff;
}
.news-slider .post-items {
  margin: 0 15px;
}
@media only screen and (max-width: 767px) {
  .news-slider {
    text-align: center;
    padding-bottom: 15%;
  }
  .news-guide .slick-dots li {
    margin: 0 2px;
  }
  .news-slider .post-items {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .news-slider {
    padding-bottom: 60px;
  }
  .news-slider .slick-dots {
    bottom: -10px;
  }
  .news-slider .post-items {
    margin: 0 5px;
  }
}
/**
/* 配信スケジュール CSS
----------------------------------------------- */
.schedule-slider {
  padding-bottom: 100px;
}
.schedule-slider .slick-dots {
  bottom: 0px;
}
.schedule-guide .slick-dots li button:before {
  color: #ffffff;
}
.schedule-guide .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #ffffff;
}
.schedule-slider .post-items {
  margin: 0 15px;
}
.post-list .post-items .delivery-name {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
.post-list .post-items .flex .delivery-name {
  font-size: 15px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .schedule-slider {
    text-align: center;
    padding-bottom: 15%;
  }
  .schedule-guide .slick-dots li {
    margin: 0 2px;
  }
  .schedule-slider .post-items {
    margin: 0;
  }
  .post-list .post-items .delivery-name {
    font-size: 3.4vw;
  }
  .post-list .post-items .flex .delivery-name {
    font-size: 3.6vw;
    margin-top: 3%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .schedule-slider {
    padding-bottom: 60px;
  }
  .schedule-slider .slick-dots {
    bottom: -10px;
  }
  .schedule-slider .post-items {
    margin: 0 5px;
  }
  .post-list .post-items .delivery-name {
    font-size: 13px;
  }
  .post-list .post-items .flex .delivery-name {
    font-size: 15px;
    margin-top: 10px;
  }
}
/**
/* 投稿詳細 CSS
----------------------------------------------- */
.single-guide .entry-header {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.single-guide .entry-header .entry-deta {
  font-size: 14px;
}
.single-guide .entry-header .h2_ttl {
  font-size: 28px;
  margin-top: 5px;
}
.single-guide .entry-body {
  margin-bottom: 100px;
}
.single-guide .entry-body h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}
.single-guide .entry-body h2:first-letter {
  font-size: 30px;
}
.single-guide .entry-body h3 {
  border-left: 5px solid #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  padding-left: 12px;
  margin-bottom: 20px;
}
.single-guide .entry-body h4 {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.single-guide .entry-body p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 40px;
}
.single-guide .entry-body ol {
  list-style: decimal;
  margin-left: 20px;
}
.single-guide .entry-body ul {
  list-style: disc;
  margin-left: 20px;
}
.single-guide .entry-body ol li,
.single-guide .entry-body ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
.single-guide .entry-body figcaption {
  font-size: 90%;
  color: #888888;
}
.alignleft {
  display: inline;
  float: left;
}
.alignright {
  display: inline;
  float: right;
}
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0 1.6em 0 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0 0 0 1.6em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
}
@media only screen and (max-width: 767px) {
  .single-guide .entry-header {
    padding-bottom: 3%;
    margin-bottom: 5%;
  }
  .single-guide .entry-header .entry-deta {
    font-size: 3.26vw;
  }
  .single-guide .entry-header .h2_ttl {
    font-size: 4.4vw;
    margin-top: 5px;
  }
  .single-guide .entry-body {
    margin-bottom: 5%;
  }
  .single-guide .entry-body h2 {
    font-size: 4.4vw;
    margin-bottom: 3%;
  }
  .single-guide .entry-body h2:first-letter {
    font-size: 5vw;
  }
  .single-guide .entry-body h3 {
    font-size: 4vw;
    padding-left: 12px;
    margin-bottom: 3%;
  }
  .single-guide .entry-body h4 {
    font-size: 3.8vw;
    margin-bottom: 3%;
  }
  .single-guide .entry-body p {
    font-size: 3.4vw;
    margin-bottom: 5%;
  }
  .single-guide .entry-body ol li,
  .single-guide .entry-body ul li {
    font-size: 3.4vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .single-guide .entry-header {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .single-guide .entry-header .entry-deta {
    font-size: 14px;
  }
  .single-guide .entry-header .h2_ttl {
    font-size: 24px;
    margin-top: 5px;
  }
  .single-guide .entry-body {
    margin-bottom: 40px;
  }
  .single-guide .entry-body h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .single-guide .entry-body h2:first-letter {
    font-size: 24px;
  }
  .single-guide .entry-body h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .single-guide .entry-body h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .single-guide .entry-body p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .single-guide .entry-body ol li,
  .single-guide .entry-body ul li {
    font-size: 14px;
  }
}
/**
/* お問い合わせ CSS
----------------------------------------------- */
.page-guide .form-grid {
  width: 90%;
  max-width: 900px;
  margin: auto;
}
.page-guide .form-grid .p-text {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
.form-box table tr th {
  width: 270px;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 0;
  text-align: left;
  vertical-align: middle;
}
.page-guide .form-grid .form-box table tr th.required p::after,
.page-guide .form-grid .form-box table tr th.any p::after {
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  padding: 1px 10px 0px 10px;
  border-radius: 3px;
}
.page-guide .form-grid .form-box table tr th.required p::after {
  content: "必須";
  background: #ff1a00;
}
.page-guide .form-grid .form-box table tr th.any p::after {
  content: "任意";
  background: #999;
}
.form-box table tr td {
  font-size: 16px;
  padding: 15px 0;
}
@media only screen and (max-width: 767px) {
  .page-guide .form-grid .p-text {
    font-size: 4vw;
    margin-bottom: 5%;
  }
  .form-box table tr th,
  .form-box table tr td {
    display: block;
  }
  .form-box table tr th {
    width: 100%;
    font-size: 3.8vw;
    padding: 0 0 3% 0;
  }
  .page-guide .form-grid .form-box table tr th.required p::after,
  .page-guide .form-grid .form-box table tr th.any p::after {
    font-size: 3.2vw;
    margin-left: 5%;
    padding: 1px 6px 0px 6px;
  }
  .form-box table tr td {
    font-size: 3.6vw;
    padding: 0 0 8% 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .page-guide .form-grid .p-text {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .form-box table tr th {
    width: 230px;
    font-size: 16px;
    padding: 10px 0;
  }
  .page-guide .form-grid .form-box table tr th.required p::after,
  .page-guide .form-grid .form-box table tr th.any p::after {
    font-size: 11px;
    padding: 1px 8px 0px 8px;
  }
  .form-box table tr td {
    font-size: 15px;
    padding: 10px 0;
  }
}
/**
/* Forms CSS
----------------------------------------------- */
input[type="date"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
textarea,
select {
  border: none;
  background: #ffffff;
  font-size: 14px;
  padding: 1em;
  width: 100%;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 1em 2em 1em 1em;
}
.your-profession {
  position: relative;
}
.your-profession::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 2px solid #3a3a3a;
  border-right: 2px solid #3a3a3a;
}
input[type="date"]::placeholder,
input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
textarea::placeholder {
  color: #c9c9c9;
}
input[type="date"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #c9c9c9;
}
input[type="date"]::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="url"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #c9c9c9;
}
textarea {
  height: 200px;
}
.submit_btn {
  text-align: center;
  padding-top: 40px;
}
input[type="submit"] {
  background: rgba(0, 31, 50, 0.75);
  border: 4px solid #ffffff;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 3;
  text-align: center;
  width: 100%;
  max-width: 380px;
  cursor: pointer;
  border-radius: 50px;
}
@media only screen and (max-width: 735px) {
  input[type="date"],
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  input[type="url"],
  textarea,
  select {
    font-size: 3.6vw;
    padding: 0.8em;
  }
  textarea {
    height: 55.5555555556vw;
  }
  .submit_btn {
    padding-top: 5%;
  }
  input[type="submit"] {
    width: 100%;
    max-width: inherit;
    font-size: 4vw;
    border: 3px solid #ffffff;
  }
}
@media only screen and (min-width: 736px) and (max-width: 1024px) {
  .submit_btn {
    padding-top: 30px;
  }
  input[type="submit"] {
    border: 3px solid #ffffff;
    font-size: 18px;
    max-width: 320px;
  }
}
/**
/* エラーページ CSS
----------------------------------------------- */
.error-guide .page-grid .entry p {
  font-size: 18px;
  text-align: center;
}
.error-guide .entry .error_url {
  padding: 30px 0;
}
.error-guide .entry .block_btn {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .error-guide .page-grid .entry p {
    font-size: 3.4vw;
  }
  .error-guide .entry .error_url {
    padding: 5% 0;
  }
  .error-guide .entry .block_btn {
    margin-top: 8%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .error-guide .page-grid .entry p {
    font-size: 16px;
  }
  .error-guide .entry .error_url {
    padding: 20px 0;
  }
  .error-guide .entry .block_btn {
    margin-top: 40px;
  }
}
