@charset "utf-8";
/* ============================================================*/
/* ============================================================
   headline
=============================================================== */
/* ============================================================ */
.h1txt {}
.h1txt a {}
.h2txt {
  font-size: 3.6rem;
  line-height: 1.2;
  text-align: center;
  font-style: normal;
  position: relative;
  padding: 58px 0 63px 0;
  font-weight: 700;
}
.h2txt::before {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 45px;
  content: "";
  display: block;
  width: 57px;
  height: 57px;
  background: linear-gradient(-45deg, transparent 0%, transparent 49%, #60b4ce 49%, #60b4ce 51%, transparent 51%, transparent 100%);
}
.h2txt::after {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -57px;
  content: "";
  display: block;
  width: 57px;
  height: 57px;
  background: linear-gradient(-45deg, transparent 0%, transparent 49%, #60b4ce 49%, #60b4ce 51%, transparent 51%, transparent 100%);
}
.h3txt {
  font-size: 3.0rem;
  line-height: 1.2;
  text-align: center;
  font-style: normal;
  color: #14b1cf;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .h1txt {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.2;
    padding: 0 0 0 22px;
  }
  .h2txt {
    font-size: 2.8rem;
    line-height: 1.2;
    padding: 31px 0 40px 0;
  }
  .h2txt::before {
    margin-left: 30px;
    width: 30px;
    height: 30px;
  }
  .h2txt::after {
    margin-left: -30px;
    width: 30px;
    height: 30px;
  }
  .h3txt {
    font-size: 2.4rem;
  }
}
/* ============================================================*/
/* ============================================================
   mainarea
=============================================================== */
/* ============================================================ */
#mainarea {
  background: url("../images/bg_mainimg.png") no-repeat center top;
  background-size: 100%;
  overflow-x: hidden
}
#mainarea .inner {
  padding: 0 0 100px;
}
@media screen and (max-width: 1586px) {}
@media screen and (max-width: 1024px) {
  #mainarea {
    background: url("../images/bg_mainimg.png") no-repeat center top;
    background-size: 200%;
  }
  #mainarea .inner {
    padding: 0 0 60px;
  }
  .headsp {
    padding: 60px 0 0 0;
  }
}
@media screen and (max-width: 767px) {}
/* ----------------------------------------------
   catchBox
------------------------------------------------- */
#mainarea .catchBox {
  display: flex;
  justify-content: space-between;
  padding: 30px 0 0 0;
}
#mainarea .catchBox .txt {
  flex-shrink: 0;
  margin-bottom: 20px;
}
#mainarea .catchBox .btn {}
#mainarea .catchBox .btn01 a {
  font-style: italic;
}
#mainarea .catchBox .btn01 a span {
  display: inline-block;
  margin-left: -15px;
}
#mainarea .catchBox .img {
	width: 52%;
  flex-shrink: 0;
  padding: 30px 0 0 0;
}
@media screen and (max-width: 1024px) {
#mainarea .catchBox {
  padding: 30px 0 0px 0;
}
  #mainarea .catchBox .catch {
    width: 45%;
	  padding-bottom: 20px
  }
  #mainarea .catchBox .img {
    width: 53%;
	  display: flex;
	  align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  #mainarea .catchBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 0 0 0;
  }
  #mainarea .catchBox .catch {
    width: 100%;
	  padding-bottom: 20px
  }
  #mainarea .catchBox .txt {
    flex-shrink: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  #mainarea .catchBox .btn {}
  #mainarea .catchBox .btn01 a {
    font-style: italic;
    margin: 0 auto;
  }
  #mainarea .catchBox .btn01 a span {
    display: inline-block;
    margin-left: -15px;
  }
  #mainarea .catchBox .img {
    width: 100%;
    flex-shrink: 0;
    padding: 30px 0 0 0;
  }
}
/* ----------------------------------------------
  linkBox
---------------------------------------------- */
#mainarea .linkBox {
  background: url("../images/bg_linkBox01.png") repeat left top, #4b4b4b;
  border-radius: 10px;
  padding: 50px 58px;
}
@media screen and (max-width: 1586px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 767px) {
  #mainarea .linkBox {
    background: url("../images/bg_linkBox01.png") repeat left top, #4b4b4b;
    border-radius: 10px;
    padding: 30px 15px;
  }
}
/* ----------------------------------------------
 ttlBox
---------------------------------------------- */
#mainarea .linkBox .ttlBox {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  margin-bottom: 25px;
}
#mainarea .linkBox .ttlBox .ttl01 {
  font-size: 3.0rem;
  margin-right: 23px;
}
#mainarea .linkBox .ttlBox .ttl02 {
  font-size: 3.0rem;
  border: 2px var(--white) solid;
  padding: 4px 22px 7px 15px;
  position: relative;
}
#mainarea .linkBox .ttlBox .ttl02::before {
  content: "";
  width: 2px;
  height: 32px;
  background: #525252;
  display: inline-block;
  position: absolute;
  top: 22px;
  right: -2px;
}
#mainarea .linkBox .ttlBox .ttl02::after {
  position: absolute;
  content: "";
  background: url("../images/bg_ttlBox01.png") no-repeat center center;
  width: 60px;
  height: 45px;
  top: 4px;
  bottom: 0;
  right: -52px;
  margin: 0;
}
@media screen and (max-width: 1586px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 767px) {
  #mainarea .linkBox .ttlBox {
    margin-bottom: 25px;
    flex-wrap: wrap;
  }
  #mainarea .linkBox .ttlBox .ttl01 {
    width: 100%;
    text-align: center;
    font-size: 2.4rem;
    margin-right: 0px;
    margin-bottom: 10px
  }
  #mainarea .linkBox .ttlBox .ttl02 {
    font-size: 2.8rem;
    padding: 4px 15px 7px 25px;
    width: 90%;
    text-align: center;
  }
  #mainarea .linkBox .ttlBox .ttl02::before {
    top: 10px;
  }
  #mainarea .linkBox .ttlBox .ttl02::after {
    background-size: 40px;
    width: 40px;
    top: 2px;
    right: -27px;
  }
}
/* ----------------------------------------------
 ttlBox
---------------------------------------------- */
#mainarea .linkBox .subtxt {
  color: var(--white);
  text-align: center;
  margin-bottom: 17px;
  font-size: 2.0rem;
}
#mainarea .linkBox .subtxt span {
  color: var(--skyblue);
  font-size: 2.8rem;
}
@media screen and (max-width: 1586px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 767px) {
  #mainarea .linkBox .subtxt {
    margin-bottom: 17px;
    font-size: 1.6rem;
  }
  #mainarea .linkBox .subtxt span {
    font-size: 2.2rem;
  }
}
/* ----------------------------------------------
 ttlBox
---------------------------------------------- */
#mainarea .linkBox .links {
  border-radius: 10px;
  padding: 20px 18px;
  background: url("../images/bg_linkline01.png") no-repeat center center, var(--white);
  margin-bottom: 40px;
}
#mainarea .linkBox .links ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
#mainarea .linkBox .links ul li {
  border-left: 1px #c5c5c5 solid;
  margin-bottom: 40px;
}
#mainarea .linkBox .links ul li:nth-child(4), #mainarea .linkBox .links ul li:nth-child(5), #mainarea .linkBox .links ul li:nth-child(6) {
  margin-bottom: 0px;
}
#mainarea .linkBox .links ul li:first-child {
  width: 274px;
  background: url("../images/ico_links01.png") no-repeat left center, url("../images/ico_arrow01.png") no-repeat 95% center;
  border-left: 0px;
}
#mainarea .linkBox .links ul li:nth-child(2) {
  width: 294px;
  background: url("../images/ico_links02.png") no-repeat 15px center, url("../images/ico_arrow01.png") no-repeat 95% center;
}
#mainarea .linkBox .links ul li:nth-child(3) {
  width: 272px;
  background: url("../images/ico_links03.png") no-repeat 13px center, url("../images/ico_arrow01.png") no-repeat right center;
}
#mainarea .linkBox .links ul li:nth-child(4) {
  width: 274px;
  background: url("../images/ico_links04.png") no-repeat left center, url("../images/ico_arrow01.png") no-repeat 95% center;
  border-left: 0px;
}
#mainarea .linkBox .links ul li:nth-child(5) {
  width: 294px;
  background: url("../images/ico_links05.png") no-repeat 15px center, url("../images/ico_arrow01.png") no-repeat 95% center;
}
#mainarea .linkBox .links ul li:nth-child(6) {
  width: 272px;
  background: url("../images/ico_links06.png") no-repeat 13px center, url("../images/ico_arrow01.png") no-repeat right center;
}
#mainarea .linkBox .links ul li a {
  display: block;
  width: 100%;
  text-decoration: none;
  font-size: 1.8rem;
  color: var(--black);
}
#mainarea .linkBox .links ul li a:hover {
  background: rgba(20, 178, 207, 0.2)
}
#mainarea .linkBox .links ul li a .linkbox {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
}
#mainarea .linkBox .links ul li:nth-child(2) a .linkbox, #mainarea .linkBox .links ul li:nth-child(5) a .linkbox {
  padding-left: 73px;
}
#mainarea .linkBox .links ul li:nth-child(3) a .linkbox, #mainarea .linkBox .links ul li:nth-child(6) a .linkbox {
  padding-left: 70px;
}
#mainarea .linkBox .links ul li a .linkbox .wrap {
  display: flex;
  align-items: baseline;
}
#mainarea .linkBox .links ul li span {
  color: var(--skyblue);
  font-size: 2.4rem;
}
.wrap {
  width: auto;
}
#mainarea .linkBox .links ul li a .linkbox .wrap {
  width: 100%;
  display: flex;
  align-items: baseline;
}
#mainarea .linkBox .links ul li span {
  color: var(--skyblue);
  font-size: 2.4rem;
}
@media screen and (max-width: 1586px) {}
@media screen and (max-width: 1024px) {
  #mainarea .linkBox .links {
    background: var(--white);
  }
  #mainarea .linkBox .links ul li:first-child {
    width: 50%;
    background: url("../images/ico_links01.png") no-repeat left center, url("../images/ico_arrow01.png") no-repeat 95% center;
    border-left: 0px;
  }
  #mainarea .linkBox .links ul li:nth-child(2) {
    width: 50%;
    background: url("../images/ico_links02.png") no-repeat 15px center, url("../images/ico_arrow01.png") no-repeat 95% center;
  }
  #mainarea .linkBox .links ul li:nth-child(3) {
    width: 50%;
    background: url("../images/ico_links03.png") no-repeat left center, url("../images/ico_arrow01.png") no-repeat 95% center;
    border-left: 0px;
  }
  #mainarea .linkBox .links ul li:nth-child(4) {
    width: 50%;
    background: url("../images/ico_links04.png") no-repeat 15px center, url("../images/ico_arrow01.png") no-repeat 95% center;
    border-left: 1px #c5c5c5 solid;
  }
  #mainarea .linkBox .links ul li:nth-child(5) {
    width: 50%;
    background: url("../images/ico_links05.png") no-repeat left center, url("../images/ico_arrow01.png") no-repeat 95% center;
    border-left: 0px;
  }
  #mainarea .linkBox .links ul li:nth-child(6) {
    width: 50%;
    background: url("../images/ico_links06.png") no-repeat 15px center, url("../images/ico_arrow01.png") no-repeat 95% center;
  }
  #mainarea .linkBox .links ul li:nth-child(4) {
    margin-bottom: 40px;
  }
  #mainarea .linkBox .links ul li a .linkbox {
    height: 60px;
    padding-left: 73px;
  }
  #mainarea .linkBox .links ul li:nth-child(2) a .linkbox, #mainarea .linkBox .links ul li:nth-child(5) a .linkbox {
    padding-left: 73px;
  }
  #mainarea .linkBox .links ul li:nth-child(3) a .linkbox, #mainarea .linkBox .links ul li:nth-child(6) a .linkbox {
    padding-left: 73px;
  }
}
@media screen and (max-width: 767px) {
  #mainarea .linkBox .links {
    padding: 15px;
    margin-bottom: 40px;
    background: var(--white);
  }
  #mainarea .linkBox .links ul {}
  #mainarea .linkBox .links ul li {
    width: 100%;
    border-left: 0;
    margin-bottom: 0px;
    border-bottom: 1px rgba(187, 187, 187, 1.00) solid;
  }
  #mainarea .linkBox .links ul li:nth-child(4), #mainarea .linkBox .links ul li:nth-child(5), #mainarea .linkBox .links ul li:nth-child(6) {
    margin-bottom: 0px;
  }
  #mainarea .linkBox .links ul li:first-child {
    width: 100%;
    background: url("../images/ico_links01.png") no-repeat left center, url("../images/ico_arrow01.png") no-repeat right center;
    border-left: 0px;
  }
  #mainarea .linkBox .links ul li:nth-child(2) {
    width: 100%;
    background: url("../images/ico_links02.png") no-repeat left center, url("../images/ico_arrow01.png") no-repeat right center;
  }
  #mainarea .linkBox .links ul li:nth-child(3) {
    width: 100%;
    background: url("../images/ico_links03.png") no-repeat left center, url("../images/ico_arrow01.png") no-repeat right center;
  }
  #mainarea .linkBox .links ul li:nth-child(4) {
    width: 100%;
    background: url("../images/ico_links04.png") no-repeat left center, url("../images/ico_arrow01.png") no-repeat right center;
    border-left: 0px;
  }
  #mainarea .linkBox .links ul li:nth-child(5) {
    width: 100%;
    background: url("../images/ico_links05.png") no-repeat left center, url("../images/ico_arrow01.png") no-repeat right center;
  }
  #mainarea .linkBox .links ul li:nth-child(6) {
    width: 100%;
    background: url("../images/ico_links06.png") no-repeat left center, url("../images/ico_arrow01.png") no-repeat right center;
  }
  #mainarea .linkBox .links ul li a {
    width: 100%;
    padding: 20px 20px 20px 63px;
  }
  #mainarea .linkBox .links ul li a .linkbox {
    padding-left: 0;
  }
  #mainarea .linkBox .links ul li:nth-child(2) a .linkbox, #mainarea .linkBox .links ul li:nth-child(5) a .linkbox {
    padding-left: 0;
  }
  #mainarea .linkBox .links ul li:nth-child(3) a .linkbox, #mainarea .linkBox .links ul li:nth-child(6) a .linkbox {
    padding-left: 0;
  }
  #mainarea .linkBox .links ul li a .linkbox .wrap {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    font-size: 1.6rem;
  }
  #mainarea .linkBox .links ul li a .linkbox .wrap div {}
  #mainarea .linkBox .links ul li span {
    font-size: 2.0rem;
  }
}
/* ----------------------------------------------
slick-slider
---------------------------------------------- */
#mainarea .slidwprap {
  margin-bottom: 53px;
}
#mainarea .linkBox .slick-list {
  overflow: visible !important;
}
#mainarea .linksbtn a {
  margin: 0 auto;
  width: 510px;
}
#mainarea .linkBox .slick-overlay {
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
}
#mainarea .linkBox .slick-overlay::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
  z-index: 11;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}
#mainarea .linkBox .slick-overlay::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  z-index: 11;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}
@media screen and (max-width: 1586px) {
  #mainarea .linkBox .slick-overlay::before {
    width: 15%;
  }
  #mainarea .linkBox .slick-overlay::after {
    width: 15%;
  }
}
@media screen and (max-width: 1280px) {
  #mainarea .linkBox .slick-overlay::before {
    width: 10%;
  }
  #mainarea .linkBox .slick-overlay::after {
    width: 10%;
  }
}
@media screen and (max-width: 1024px) {
  #mainarea .linkBox .slick-overlay::before {
    width: 10%;
  }
  #mainarea .linkBox .slick-overlay::after {
    width: 10%;
  }
}
@media screen and (max-width: 767px) {
  #mainarea .slick-slider {
    margin-bottom: 53px;
    margin-left: -15px;
    margin-right: -15px;
  }
  #mainarea .linkBox .slick-list {
    overflow: hidden !important;
  }
  #mainarea .linksbtn a {
    margin: 0 auto;
    width: 90%;
  }
  #mainarea .linkBox .slick-overlay {
    display: none;
  }
}
/* ----------------------------------------------
slidBox
---------------------------------------------- */
#mainarea .slidBox {
  width: 300px;
  border-radius: 10px;
  margin: 0 6px;
}
#mainarea .slidBox .img {
  border-radius: 10px 10px 0 0;
  height: 240px;
  font-size: 0;
  padding-top: 1px;
  overflow: hidden;
}
#mainarea .slidBox .img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
#mainarea .slidBox .txts {
  padding: 18px 18px 30px 18px;
  background: #efefef;
  border-radius: 0 0 10px 10px;
}
#mainarea .slidBox .txts .lead {
  font-size: 1.6rem;
  margin-bottom: 10px;
  line-height: 1.5;
}
#mainarea .slidBox .txts .company {
  font-size: 1.4rem;
  margin-bottom: 0px;
}
#mainarea .slidBox .txts .name {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
#mainarea .slidBox .txts .spec {
  margin-bottom: 12px;
}
#mainarea .slidBox .txts ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#mainarea .slidBox .txts ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--skyblue);
  font-size: 1.4rem;
  border: 1px var(--skyblue) solid;
  background: var(--white);
  margin-bottom: 10px;
  width: 100%;
  padding: 3px;
  text-align: center;
}
#mainarea .slidBox .btn01 a {
  margin: 0 auto;
  width: 235px;
  height: 45px;
  font-style: normal;
  background: url("../images/ico_arrow03.png") no-repeat 94% center, var(--black);
  font-size: 1.6rem;
}
@media screen and (max-width: 1586px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 767px) {
  #mainarea .slidBox {
    width: 70%;
    border-radius: 10px;
    margin: 0 6px;
  }
  #mainarea .slidBox .img {
    border-radius: 10px 10px 0 0;
    height: 180px;
    font-size: 0;
    padding-top: 1px;
    overflow: hidden;
  }
  #mainarea .slidBox .img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
  }
  #mainarea .slidBox .txts {
    padding: 18px 18px 30px 18px;
    background: #efefef;
    border-radius: 0 0 10px 10px;
  }
  #mainarea .slidBox .txts .lead {
    font-size: 1.6rem;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  #mainarea .slidBox .txts .company {
    font-size: 1.4rem;
    margin-bottom: 0px;
  }
  #mainarea .slidBox .txts .name {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  #mainarea .slidBox .txts .spec {
    margin-bottom: 12px;
  }
  #mainarea .slidBox .txts ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #mainarea .slidBox .txts ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--skyblue);
    font-size: 1.4rem;
    border: 1px var(--skyblue) solid;
    background: var(--white);
    margin-bottom: 10px;
    text-align: center;
  }
  #mainarea .slidBox .btn01 a {
    margin: 0 auto;
    width: 100%;
    height: 45px;
    font-style: normal;
    background: url("../images/ico_arrow03.png") no-repeat 94% center, var(--black);
    font-size: 1.6rem;
  }
}
/* ============================================================*/
/* ============================================================
  audition
=============================================================== */
/* ============================================================ */
#audition {
  padding: 0 0 185px 0;
}
@media screen and (max-width: 1586px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 767px) {
  #audition {
    padding: 0 0 100px 0;
  }
}
/* ----------------------------------------------
main
---------------------------------------------- */
#audition .main {
  width: auto;
  padding: 50px 0 99px 0;
  background: url(../images/bg_audition03.png) no-repeat 15% 105px / auto, url(../images/bg_audition04.png) no-repeat right 322px / 10%, #efefef;
}
#audition .main .inner {
  position: relative;
}
#audition .main .inner .maintit {
  background: var(--white);
  font-size: 3.6rem;
  width: fit-content;
  padding: 10px 70px 20px;
  transform: skewX(-15deg);
  margin: -110px auto 0 auto;
  text-align: center;
  z-index: 100;
  font-feature-settings: "palt";
}
#audition .main .inner .maintit span {
  font-size: 4.4rem;
  border-bottom: double 3px #000;
  padding-bottom: 0;
}
@media screen and (max-width: 1586px) {}
@media screen and (max-width: 1024px) {}

@media screen and (max-width: 820px) {
#audition .main .inner .maintit {
  font-size: 3.0rem;
}
#audition .main .inner .maintit span {
  font-size: 3.8rem;
}
}

@media screen and (max-width: 767px) {
  #audition .main {
    padding: 30px 0;
    background: url(../images/bg_audition03.png) no-repeat 15% 105px / auto, url(../images/bg_audition04.png) no-repeat right 322px / 10%, #efefef;
  }
  #audition .main .inner .maintit {
    font-size: 2.4rem;
    padding: 10px 20px;
    transform: skewX(-5deg);
  }
  #audition .main .inner .maintit span {
    font-size: 3.0rem;
  }
}
/* ----------------------------------------------
mainbox 
---------------------------------------------- */
#audition .main .inner .mainbox {
  display: flex;
  justify-content: space-between
}
#audition .main .inner .mainbox .img {
  flex-shrink: 0;
  width: 658px;
  margin-left: -220px;
}
#audition .main .inner .mainbox .img img {
  width: 658px;
}
#audition .main .inner .txts {
  padding-left: 30px;
  width: max-content;
  display: flex;
  align-items: start;
  flex-direction: column;
  margin: 122px 0 0 auto;
}
#audition .main .inner .txts .subtit {
  font-size: 3.0rem;
  text-align: left;
}
#audition .main .inner .txts .subtit .blu_big {
  font-size: 4.4rem;
  color: #14b1cf;
  font-style: italic;
}
#audition .main .inner .txts .txt {
  text-align: left;
  margin-top: 35px;
}
#audition .main .inner .txts .btn01 a {
  background: url(../images/ico_arrow03.png) no-repeat 94% center, #f04645;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
#audition .linksbtn a {
  margin: 0 auto;
  width: 510px;
}
@media screen and (max-width: 1586px) {}
@media screen and (max-width: 1024px) {

#audition .main .inner .mainbox .img {
  width: 50%;
	flex-shrink: 0;
  margin-left: -90px;
}
#audition .main .inner .mainbox .img img {
  width: 100%;

}
#audition .main .inner .txts {
  padding-left: 30px;
  margin: 50px 0 0 auto;
}
}
@media screen and (max-width: 960px) {
	
#audition .main .inner .txts .subtit {
  font-size: 2.4rem;
}
#audition .main .inner .txts .subtit .blu_big {
  font-size: 3.8rem;

}
#audition .linksbtn {
  width: 100%;
}
#audition .linksbtn a {
  width: 100%;
}
}

@media screen and (max-width: 820px) {
	
#audition .main .inner .txts .subtit {
  font-size: 2.2rem;
}
#audition .main .inner .txts .subtit .blu_big {
  font-size: 3.4rem;

}

}
@media screen and (max-width: 767px) {
  #audition .main .inner .mainbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
  }
  #audition .main .inner .mainbox .img {
    flex-shrink: 0;
    width: 100%;
    margin-left: 0px;
  }
  #audition .main .inner .txts {
    padding-left: 0px;
    margin: 15px 0 0 auto;
    text-align: center;
    padding-bottom: 60px;
  }
  #audition .main .inner .txts .subtit {
    font-size: 2.0rem;
  }
  #audition .main .inner .txts .subtit .blu_big {
    font-size: 2.8rem;
  }
  #audition .main .inner .txts .txt {
    text-align: left;
    margin-top: 20px;
  }
  #audition .main .inner .txts .btn {
    width: 100%;
  }
  #audition .main .inner .txts .btn01 a {
    background: url(../images/ico_arrow03.png) no-repeat 98% center, #f04645;
    margin-top: 20px;
    width: 100%;
    font-size: 1.6rem;
  }
  #audition .linksbtn {
    width: 100%;
  }
}
/* ----------------------------------------------
event
---------------------------------------------- */
#audition .event {
  background: url(../images/bg_audition02.png) no-repeat top / cover;
  padding: 118px 0;
}
#audition .event .inner {}
#audition .event .inner .tit {
  background-color: var(--white);
  font-size: 3.2rem;
  padding: 10px 34px;
  width: fit-content;
  transform: skewX(-15deg);
  margin: -140px auto 0 auto;
}
#audition .event .inner .flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 84px;
}
#audition .event .inner .flex .flex_box {
  color: var(--white);
  font-size: 2.0rem;
  font-weight: bold;
  width: 290px;
  height: 132px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: url(../images/bg_eventBox.png) no-repeat top / 100%;
}
#audition .comment {
  background-color: #efefef;
  padding: 56px 0 50px 0;
}
#audition .comment .txt {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
#audition .companies {}
#audition .companies .tit {
  background-color: #14b1cf;
  color: var(--white);
  font-size: 2.0rem;
  font-weight: bold;
  width: fit-content;
  padding: 5px 14px;
  margin: -14px auto 40px;
}
@media screen and (max-width: 1586px) {}
@media screen and (max-width: 1024px) {}

@media screen and (max-width: 960px) {
#audition .event .inner .flex .flex_box {
  font-size: 1.8rem;
  width: 32%;
  height: 110px;
}
#audition .comment .txt {
  font-size: 2.2rem;
}
}
@media screen and (max-width: 820px) {
#audition .event .inner .flex .flex_box {
  font-size: 1.6rem;
  width: 32%;
  height: 110px;
}
#audition .comment .txt {
  font-size: 2.0rem;
}
}



@media screen and (max-width: 767px) {
  #audition .event {
    padding: 118px 0 60px 0;
  }
  #audition .event .inner {}
  #audition .event .inner .tit {
    background-color: var(--white);
    font-size: 2.0rem;
    padding: 5px 15px;
    width: fit-content;
    transform: skewX(-5deg);
    margin: -140px auto 0 auto;
    text-align: center;
  }
  #audition .event .inner .flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
  }
  #audition .event .inner .flex .flex_box {
    width: 100%;
    font-size: 1.8rem;
    height: 134px;
    display: flex;
    margin-bottom: 15px;
    padding: 15px 0;
    background-size: auto auto;
  }
  #audition .comment {
    background-color: #efefef;
    padding: 30px 0 50px 0;
  }
  #audition .comment .txt {
    font-size: 2.0rem;
    line-height: 1.4;
  }
}
/* ----------------------------------------------
companies
---------------------------------------------- */
#audition .companies {}
#audition .companiesBox {}
#audition .slider {
  overflow: visible;
}
#audition .slider div {
  height: 180px;
}
#audition .slider div img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 1586px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 767px) {
  #audition .slider {
    overflow: hidden;
    width: 100%;
  }
  #audition .slider div {
    height: 140px;
  }
}
/* ============================================================*/
/* ============================================================
 voice
=============================================================== */
/* ============================================================ */
#voice {
  padding: 110px 0 120px 0;
  background: url("../images/bg_voice01.png") no-repeat right top, url("../images/bg_voice02.png") no-repeat 99% 604px, url("../images/bg_voice03.png") no-repeat 3% 650px, url("../images/bg_voice04.png") no-repeat left bottom, #14b1cf;
  position: relative;
}
#voice::before {
  position: absolute;
  top: -57px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 57px;
  content: "";
  display: block;
  width: 57px;
  height: 57px;
  background: linear-gradient(-45deg, transparent 0%, transparent 49%, #60b4ce 49%, #60b4ce 51%, transparent 51%, transparent 100%);
}
#voice::after {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 0px;
  content: "";
  display: block;
  width: 57px;
  height: 57px;
  background: linear-gradient(-45deg, transparent 0%, transparent 49%, var(--white) 49%, var(--white) 51%, transparent 51%, transparent 100%);
}
#voice .h2txt02 {
  font-size: 4.4rem;
  font-weight: 700;
  color: var(--skyblue);
  background: var(--white);
  padding: 10px 70px;
  text-align: center;
  margin-bottom: 40px;
  width: fit-content;
  margin-inline: auto;
  transform: skewX(-15deg);
}
#voice .h3txt02 {
  font-size: 3.4rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 30px;
  line-height: 1.8;
  text-align: center;
}
#voice .btn01 {
  margin-bottom: 58px;
}
#voice .btn01 a {
  width: 510px;
  background: url("../images/ico_arrow03.png") no-repeat 94% center, var(--black);
  font-size: 1.6rem;
  margin: 0 auto;
}
@media screen and (max-width: 1586px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 960px) {
#voice .h2txt02 {
  font-size: 3.8rem;
  padding: 10px 50px;
  margin-bottom: 40px;
}
#voice .h3txt02 {
  font-size: 2.8rem;
  margin-bottom: 30px;
}
}

@media screen and (max-width: 820px) {
#voice .h2txt02 {
  font-size: 3.4rem;
}
#voice .h3txt02 {
  font-size: 2.4rem;
}
}


@media screen and (max-width: 767px) {
  #voice {
    padding: 110px 0 60px 0;
  }
  #voice::before {
    position: absolute;
    top: -57px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 31px;
    content: "";
    display: block;
    width: 57px;
    height: 57px;
    background: linear-gradient(-45deg, transparent 0%, transparent 49%, #60b4ce 49%, #60b4ce 51%, transparent 51%, transparent 100%);
  }
  #voice::after {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -25px;
    content: "";
    display: block;
    width: 57px;
    height: 57px;
    background: linear-gradient(-45deg, transparent 0%, transparent 49%, #FFF 49%, #FFF 51%, transparent 51%, transparent 100%);
  }
  #voice .h2txt02 {
    font-size: 2.4rem;
    padding: 10px 20px;
    margin-bottom: 40px;
    transform: skewX(-5deg);
  }
  #voice .h3txt02 {
    font-size: 2.0rem;
    margin-bottom: 30px;
  }
  #voice .btn01 a {
    width: 100%;
    background: url("../images/ico_arrow03.png") no-repeat 98% center, var(--black);
    font-size: 1.6rem;
    margin: 0 auto;
  }
}
/* ----------------------------------------------
voicelist
---------------------------------------------- */
#voice .voicelist {}
#voice .voicelist ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#voice .voicelist ul::after {
display: block;
content:"";
  width: 31%;
}
#voice .voicelist ul li {
  width: 31%;
  margin-bottom: 30px
}
@media screen and (max-width: 1586px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 767px) {
  #voice .voicelist {}
  #voice .voicelist ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #voice .voicelist ul li {
    width: 100%;
    margin-bottom: 20px
  }
}
/* ----------------------------------------------
voiceBox
---------------------------------------------- */
#voice .voiceBox {
	height: 100%;
}
#voice .voiceBox .img {
  border-radius: 10px 10px 0 0;
  height: 188px;
  font-size: 0;
  padding-top: 1px;
  overflow: hidden;
}
#voice .voiceBox .img img {
  width: 100%;
  height: 188px;
  object-fit: cover;
}
#voice .voiceBox .txts {
  padding: 27px 19px 75px 19px;
  background: var(--white);
  border-radius: 0 0 10px 10px;
	position: relative;
}
#voice .voiceBox .txts .almamater, #voice .voiceBox .txts .joboffer {
  font-size: 1.6rem;
  margin-bottom: 0px;
  color: var(--skyblue);
}
#voice .voiceBox .txts .joboffer {
  margin-bottom: 7px;
}
#voice .voiceBox .txts .date {
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: #606060;
}
#voice .voiceBox .txts .txt {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
#voice .voiceBox .txts .btn03 {
	position: absolute;
	bottom:27px;
	left: 0;
	right: 0;
	margin: auto;
	
}
#voice .voiceBox .txts .btn03 a {
  margin: 0 auto;
}
@media screen and (max-width: 1586px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 767px) {}
/* ============================================================*/
/* ============================================================
 news
=============================================================== */
/* ============================================================ */
#news {
  padding: 95px 0 117px 0;
}
#news .h2txt {
  margin-bottom: 32px;
}
@media screen and (max-width: 1586px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 767px) {
  #news {
    padding: 60px 0;
  }
  #news .h2txt {
    margin-bottom: 32px;
  }
}
/* ----------------------------------------------
newslist
---------------------------------------------- */
#news .newslist {
  margin-bottom: 60px;
}
#news.newslist ul {}
.newslist ul li {
  display: flex;
  border-bottom: 1px #dadada solid;
  padding: 15px 0;
}
#news .newslist ul li .date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #14b1cf;
  width: 112px;
  font-size: 1.4rem;
  flex-shrink: 0;
}
#news .newslist ul li .ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.6rem;
}
#news .newslist ul li .ttl a {
  display: block;
  color: var(--black);
}
#news .newslist ul li .ttl a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1586px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 767px) {
  #news .newslist {
    margin-bottom: 40px;
  }
  #news .newslist ul {}
  #news.newslist ul li {
    padding: 15px 0;
    flex-wrap: wrap;
  }
  #news .newslist ul li .date {
    width: 30%;
    font-size: 1.4rem;
    margin-bottom: 10px;
    flex-shrink: 0;
  }
  #news .newslist ul li .ttl {
    font-size: 1.6rem;
  }
}
/* ----------------------------------------------
btn
---------------------------------------------- */
#news .btn01 a {
  width: 510px;
  background: url("../images/ico_arrow03.png") no-repeat 94% center, var(--black);
  margin: 0 auto;
}
@media screen and (max-width: 1586px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 767px) {
  #news .btn01 a {
    width: 80%;
    height: 50px;
    border-radius: 25px;
    background: url("../images/ico_arrow03.png") no-repeat 94% center, var(--black);
    font-size: 1.6rem;
    margin: 0 auto;
  }
}
/* ============================================================*/
/* ============================================================
journal
=============================================================== */
/* ============================================================ */
#journal {
  padding: 80px 0 131px 0;
  background: url("../images/bg_journal01.png") no-repeat right top, #efefef;
}
#journal .h2txt {
  margin-bottom: 37px;
}
#journal .subtxt {
  text-align: center;
  margin-bottom: 60px;
  font-size: 2.0rem;
}
@media screen and (max-width: 1586px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 767px) {
  #journal {
    padding: 60px 0;
  }
  #journal .h2txt {
    margin-bottom: 32px;
  }
  #journal .subtxt {
    margin-bottom: 40px;
    font-size: 1.8rem;
  }
}
/* ----------------------------------------------
catlist
---------------------------------------------- */
#journal .catlist {
  padding: 32px 0;
  border-radius: 10px;
  background: #14b1cf;
  color: var(--white);
  margin-top: 24px;
  margin-bottom: 76px;
}
#journal .catlist ul {
  display: flex;
  justify-content: center;
}
#journal .catlist ul li {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
}
#journal .catlist ul li a {
  color: var(--white);
}
#journal .catlist ul li::before {
  content: "";
  display: block;
  width: 48px;
  height: 54px;
  background: linear-gradient(-45deg, transparent 0%, transparent 49%, var(--white) 49%, var(--white) 51%, transparent 51%, transparent 100%);
  margin: 0 15px;
}
#journal .catlist ul li:first-child::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background: var(--transparent);
  margin: 0px;
}
@media screen and (max-width: 1586px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 767px) {
  #journal .catlist {
    padding: 15px 0;
    margin-top: 24px;
    margin-bottom: 76px;
  }
  #journal .catlist ul {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #journal .catlist ul li {
    font-size: 1.8rem;
    width: 100%;
  }
  #journal .catlist ul li a {
    display: block;
    background: url("../images/ico_arrow03.png") no-repeat 94% center;
    font-size: 1.8rem;
    padding: 15px;
    border-bottom: 1px var(--white) solid;
    width: 100%;
  }
  #journal .catlist ul li::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background: var(--transparent);
    margin: 0px;
  }
  #journal .catlist ul li:first-child::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background: var(--transparent);
    margin: 0px;
  }
}
/* ----------------------------------------------
pagelist
---------------------------------------------- */
#journal .pagelist {
  margin-top: 35px;
  margin-bottom: 42px;
}
#journal .pagelist ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#journal .pagelist li {
  width: 23.5%;
  margin-bottom: 28px;
}
@media screen and (max-width: 1586px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 767px) {
  #journal .pagelist {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #journal .pagelist ul {}
  #journal .pagelist li {
    width: 100%;
    margin-bottom: 10px;
  }
}
/* ----------------------------------------------
listBox
---------------------------------------------- */
#journal .listBox {}
#journal .listBox .img {
  border-radius: 10px 10px 0 0;
  height: 180px;
  font-size: 0;
  padding-top: 1px;
  overflow: hidden;
}
#journal .listBox .img img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
#journal .listBox .txts {
  padding: 14px 14px 16px 14px;
  background: var(--white);
  border-radius: 0 0 10px 10px;
}
#journal .listBox .txts .cat {
  display: inline-block;
  font-size: 1.2rem;
  margin-bottom: 10px;
  background: var(--skyblue);
}
#journal .listBox .txts .cat a {
  display: block;
  padding: 5px 3px;
  color: var(--white);
}
#journal .listBox .txts .ttl {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
}
#journal .listBox .txts .ttl a {
  color: #000;
}
#journal .listBox .txts .tag {}
#journal .listBox .txts .tag a {
  color: var(--skyblue);
  text-decoration: underline;
  margin: 0 7px 2px 0;
  font-size: 1.2rem;
}
@media screen and (max-width: 1586px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 767px) {}
/* ----------------------------------------------
btn
---------------------------------------------- */
#journal .btn01 a {
  width: 510px;
  background: url("../images/ico_arrow03.png") no-repeat 94% center, var(--black);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #journal .btn01 a {
    width: 80%;
    height: 50px;
    border-radius: 25px;
    background: url("../images/ico_arrow03.png") no-repeat 94% center, var(--black);
    font-size: 1.6rem;
    margin: 0 auto;
  }
}
/* ============================================================*/
/* ============================================================
publish
=============================================================== */
/* ============================================================ */
#publish {
  padding: 66px 0 97px 0;
}
#publish .h2txt {
  margin-bottom: 30px;
}