@charset "utf-8";
/* ============================================================*/
/* ============================================================
   about
=============================================================== */
/* ============================================================ */
.about {}
/* ============================================================*/
/* ============================================================
   mainarea
=============================================================== */
/* ============================================================ */
#mainarea {
  background: url("../images/img_about_catch01.png") no-repeat center 70px, linear-gradient(-8deg, rgba(251, 208, 209, 0.23) 0, rgba(251, 208, 209, 0.23) 8%, rgba(22, 177, 207, 0.23) 100%);
  /*  background: ;*/
  overflow-x: hidden;
  height: 753px;
}
#mainarea .inner {}
@media screen and (max-width: 1586px) {}
@media screen and (max-width: 820px) {
#mainarea {
  background: url("../images/img_about_catch01.png") no-repeat left 70px, linear-gradient(-8deg, rgba(251, 208, 209, 0.23) 0, rgba(251, 208, 209, 0.23) 8%, rgba(22, 177, 207, 0.23) 100%);
	background-size:100%;
  height: 460px;
	}
}
@media screen and (max-width: 767px) {
  #mainarea {
    background: linear-gradient(-8deg, rgba(251, 208, 209, 0.23) 0, rgba(251, 208, 209, 0.23) 8%, rgba(22, 177, 207, 0.23) 100%);
    /*  background: ;*/
    overflow-x: hidden;
    height: auto;
  }
}
/* ----------------------------------------------
   catchBox
------------------------------------------------- */
#mainarea .catchBox {
  padding: 80px 0 0 0;
}
#mainarea .catchBox .img {
  margin-bottom: 40px;
}
#mainarea .catchBox .txts {}
#mainarea .catchBox .txt01 {
  font-size: 3.2rem;
  font-style: italic;
  margin-bottom: 15px;
}
#mainarea .catchBox .txt01 .txtb {
  font-size: 4.2rem;
}
#mainarea .catchBox .txt02 {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 1586px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 820px) {
#mainarea .catchBox .img img{
	width: 50%
}
#mainarea .catchBox .txt01 {
  font-size: 2.4rem;
}
#mainarea .catchBox .txt01 .txtb {
  font-size: 3.2rem;
}
}
@media screen and (max-width: 767px) {
  #mainarea .catchBox {
    padding: 20px 0;
  }
  #mainarea .catchBox .img {
    margin-bottom: 20px;
  }
#mainarea .catchBox .img img{
	width: 100%
}
  #mainarea .catchBox .txts {}
  #mainarea .catchBox .txt01 {
    font-size: 1.8rem;
    font-style: italic;
    margin-bottom: 15px;
    font-feature-settings: "palt";
  }
  #mainarea .catchBox .txt01 .txtb {
    font-size: 2.4rem;
  }
  #mainarea .catchBox .txt02 {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 15px;
  }
}
/* ============================================================*/
/* ============================================================
merit
=============================================================== */
/* ============================================================ */
#merit {
  padding: 65px 0 80px 0;
  background: #FFF;
  position: relative;
}
#merit .h2txt {
  font-size: 3.6rem;
  line-height: 1.2;
  text-align: center;
  font-style: normal;
  font-style: italic;
  padding: 40px 0 45px 0;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
}
#merit .h2txt::before {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 42px;
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background: linear-gradient(-45deg, transparent 0%, transparent 49%, #14b2cf 49%, #14b2cf 51%, transparent 51%, transparent 100%);
}
#merit .h2txt::after {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -48px;
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background: linear-gradient(-45deg, transparent 0%, transparent 49%, #14b2cf 49%, #14b2cf 51%, transparent 51%, transparent 100%);
}

@media screen and (max-width: 820px) {
#merit .h2txt {
  font-size: 3.2rem;
  padding: 40px 0 45px 0;
}
}

@media screen and (max-width: 767px) {
  #merit {
    padding: 30px 0;
  }
  #merit .h2txt {
    font-size: 2.8rem;
    padding: 40px 0 45px 0;
    margin-bottom: 30px;
    position: relative;
  }
}
/* ----------------------------------------------
   meritWrap
------------------------------------------------- */
#merit .meritWrap {
  display: flex;
  justify-content: space-between;
}
#merit .meritWrap .meritbox {
  width: 31%;
  border-radius: 10px;
  box-shadow: 4px 9px 6px 0px rgba(0, 0, 0, 0.12);
  padding: 0 10px 30px 10px;
}
#merit .meritWrap .meritbox .ttlimg {
  margin-bottom: 18px;
}
#merit .meritWrap .meritbox .img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
#merit .meritWrap .meritbox .ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.0rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 14px;
  font-feature-settings: "palt";
}
#merit .meritWrap .meritbox .txt {
  font-size: 1.4rem;
  list-style: 2.0;
  font-weight: 500;
  padding: 0 20px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 820px) {
#merit .meritWrap .meritbox .ttl {
  font-size: 1.6rem;
  font-feature-settings: "palt";
}
#merit .meritWrap .meritbox .txt {
  padding: 0 0px;
  font-feature-settings: "palt";
}
	
}
@media screen and (max-width: 767px) {
  #merit .meritWrap {
    flex-wrap: wrap
  }
  #merit .meritWrap .meritbox {
    width: 100%;
    padding: 0 10px 30px 10px;
    margin-bottom: 15px;
  }
  #merit .meritWrap .meritbox .ttlimg {
    margin-bottom: 18px;
      padding: 10px 0 0 0
  }
  #merit .meritWrap .meritbox .ttlimg img {
    width: auto;
    height: auto;
      margin: 0 auto;
  }
  #merit .meritWrap .meritbox .img  {
    margin-bottom: 12px;
      width: 70%;
          margin: 0 auto 15px auto;
  }
  #merit .meritWrap .meritbox .img img{
      margin: 0 auto;
  }
  #merit .meritWrap .meritbox .ttl {
    font-size: 1.8rem;
    margin-bottom: 14px;
    list-style: 1.3;
  }
  #merit .meritWrap .meritbox .txt {
    font-size: 1.4rem;
    padding: 0 20px;
  }
}
/* ============================================================*/
/* ============================================================
search
=============================================================== */
/* ============================================================ */
#search {
  background: url("../images/bg_about_search01.png")repeat-x center top, #FFF;
}
#search .inner {
  padding: 77px 0;
}
#search .h2txt02 {
  font-size: 3.6rem;
  font-style: italic;
  color: #FFF;
  margin-bottom: 34px;
  text-align: center;
}
@media screen and (max-width: 820px) {
#search .h2txt02 {
  font-size: 3.2rem;
  margin-bottom: 34px;
}
	
	
}
@media screen and (max-width: 767px) {
#search {
  background: url("../images/bg_about_search01.png")repeat-x center top/auto 54%, #FFF;
}
#search .inner {
  padding: 40px 0;
}
#search .h2txt02 {
  font-size: 2.8rem;
  margin-bottom: 34px; 
}
    
}
/* ----------------------------------------------
 ttlBox
---------------------------------------------- */
#search .searchlinks {
  width: 880px;
  border-radius: 10px;
  padding: 20px 18px;
  background: url("../images/bg_linkline01.png") no-repeat center center, var(--white);
  margin: 0 auto 55px;
}
#search .searchlinks ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
#search .searchlinks ul li {
  border-left: 1px #c5c5c5 solid;
  margin-bottom: 40px;
}
#search .searchlinks ul li:nth-child(4), #search .searchlinks ul li:nth-child(5), #search .searchlinks ul li:nth-child(6) {
  margin-bottom: 0px;
}
#search .searchlinks 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;
}
#search .searchlinks 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;
}
#search .searchlinks 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;
}
#search .searchlinks 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;
}
#search .searchlinks 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;
}
#search .searchlinks 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;
}
#search .searchlinks ul li a {
  display: block;
  width: 100%;
  text-decoration: none;
  font-size: 1.8rem;
  color: var(--black);
}
#search .searchlinks ul li a:hover {
  background: rgba(20, 178, 207, 0.2)
}
#search .searchlinks ul li a .linkbox {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
}
#search .searchlinks ul li:nth-child(2) a .linkbox, #search .searchlinks ul li:nth-child(5) a .linkbox {
  padding-left: 73px;
}
#search .searchlinks ul li:nth-child(3) a .linkbox, #search .searchlinks ul li:nth-child(6) a .linkbox {
  padding-left: 70px;
}
#search .searchlinks ul li a .linkbox .wrap {
  display: flex;
  align-items: baseline;
}
#search .searchlinks ul li span {
  color: var(--skyblue);
  font-size: 2.4rem;
}
@media screen and (max-width: 1586px) {}
@media screen and (max-width: 1024px) {
#search .searchlinks {
  width:100%;
  padding: 20px 18px;
  margin: 0 auto 55px;
}
#search .searchlinks ul li a .linkbox .wrap {
  width:100%;
}
#search .searchlinks ul li:first-child {
  width: 32%;
}
#search .searchlinks ul li:nth-child(2) {
  width: 32%;
}
#search .searchlinks ul li:nth-child(3) {
  width: 32%;
}
#search .searchlinks ul li:nth-child(4) {
  width: 32%;
}
#search .searchlinks ul li:nth-child(5) {
  width: 32%;
}
#search .searchlinks ul li:nth-child(6) {
  width: 32%;
}
	
}
@media screen and (max-width: 820px) {
#search .searchlinks {
  width:100%;
  padding: 15px;
  margin: 0 auto 55px;
}
#search .searchlinks ul li a .linkbox .wrap {
  width:100%;
}
#search .searchlinks ul li:first-child {
  width: 33%;
}
#search .searchlinks ul li:nth-child(2) {
  width: 33%;
}
#search .searchlinks ul li:nth-child(3) {
  width: 33%;
}
#search .searchlinks ul li:nth-child(4) {
  width: 33%;
}
#search .searchlinks ul li:nth-child(5) {
  width: 33%;
}
#search .searchlinks ul li:nth-child(6) {
  width: 33%;
}
	#search .searchlinks ul li a {
  font-size: 1.4rem;
}
#search .searchlinks ul li span {
  font-size: 1.8rem;
}
#search .searchlinks ul li:nth-child(2) a .linkbox, #search .searchlinks ul li:nth-child(5) a .linkbox {
  padding-left: 65px;
}
#search .searchlinks ul li:nth-child(3) a .linkbox, #search .searchlinks ul li:nth-child(6) a .linkbox {
  padding-left: 65px;
}
}
@media screen and (max-width: 767px) {
  #search .searchlinks {
    width: 100%;
  background:var(--white);
  }
  #search .searchlinks ul {}
  #search .searchlinks ul li {
    width: 100%;
    border-left: 0;
    margin-bottom: 0px;
      border-bottom: 1px rgba(187,187,187,1.00) solid;
  }
  #search .searchlinks ul li:nth-child(4), #search .searchlinks ul li:nth-child(5), #search .searchlinks ul li:nth-child(6) {
    margin-bottom: 0px;
  }
#search .searchlinks 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;
}
#search .searchlinks 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;
}
#search .searchlinks 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;
}
#search .searchlinks 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;
}
#search .searchlinks 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;
}
#search .searchlinks 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;
}
  #search .searchlinks ul li a {
    width: 100%;
    padding: 20px 20px 20px 63px;
  }
  #search .searchlinks ul li a .linkbox {
    padding-left: 0;
  }
#search .searchlinks ul li:nth-child(2) a .linkbox, #search .searchlinks ul li:nth-child(5) a .linkbox {
  padding-left: 0;
}
#search .searchlinks ul li:nth-child(3) a .linkbox, #search .searchlinks ul li:nth-child(6) a .linkbox {
  padding-left: 0;
}

  #search .searchlinks ul li a .linkbox .wrap {
      width: 100%;
      display: flex;
     justify-content: flex-start;
  }
  #search .searchlinks ul li a .linkbox .wrap div{

  }
  #search .searchlinks ul li span {
    font-size: 2.0rem;
  }
}
/* ----------------------------------------------
slick-slider
---------------------------------------------- */
#search .slidwprap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 53px;
}
#search .linksbtn a {
  margin: 0 auto;
  width: 510px;
}
@media screen and (max-width: 767px) {
  #search .linksbtn a {
    width: 100%;
  }
}
/* ----------------------------------------------
slidBox
---------------------------------------------- */
#search .slidBox {
  width: 32%;
  border-radius: 10px;
  margin: 0 6px;
}
#search .slidBox .img {
  border-radius: 10px 10px 0 0;
  height: 180px;
  font-size: 0;
  padding-top: 1px;
  overflow: hidden;
}
#search .slidBox .img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
#search .slidBox .txts {
  padding: 18px 18px 30px 18px;
  background: #efefef;
  border-radius: 0 0 10px 10px;
}
#search .slidBox .txts .lead {
  font-size: 1.6rem;
  margin-bottom: 10px;
  line-height: 1.5;
}
#search .slidBox .txts .company {
  font-size: 1.4rem;
  margin-bottom: 0px;
}
#search .slidBox .txts .name {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
#search .slidBox .txts .spec {
  margin-bottom: 12px;
}
#search .slidBox .txts ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#search .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;
}
#search .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) {
#search .slidBox .btn01 a {
  width: 100%;
  height: 45px;
}
	
	
}
@media screen and (max-width: 767px) {
  #search .slidBox {
    width: 70%;
    border-radius: 10px;
    margin: 0 6px;
  }
  #search .slidBox .img {
    border-radius: 10px 10px 0 0;
    height: 180px;
    font-size: 0;
    padding-top: 1px;
    overflow: hidden;
  }
  #search .slidBox .img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
  }
  #search .slidBox .txts {
    padding: 18px 18px 30px 18px;
    background: #efefef;
    border-radius: 0 0 10px 10px;
  }
  #search .slidBox .txts .lead {
    font-size: 1.6rem;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  #search .slidBox .txts .company {
    font-size: 1.4rem;
    margin-bottom: 0px;
  }
  #search .slidBox .txts .name {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  #search .slidBox .txts .spec {
    margin-bottom: 12px;
  }
  #search .slidBox .txts ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #search .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%;
    text-align: center;
  }
  #search .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 {
  background: #FFF;
}
#audition .maintxt {
  background: url("../images/bg_about_audition01.jpg") no-repeat 94% center;
  background-size: cover;
  height: 362px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 68px;
}
#audition .maintxt .h2txt02 {
  font-size: 3.6rem;
  font-style: italic;
  color: #FFF;
  margin-bottom: 34px;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 3px;
  padding: 30px 0 0 0;
}
#audition .inner {
  padding-bottom: 55px;
}
#audition .inner .ttl {
  display: flex;
  justify-content: center;
  margin-bottom: 55px;
}
#audition .ttl .h3txt02 {
  font-size: 3.0rem;
  line-height: 1.4;
}
#audition .ttl .img {
  padding: 9px 0 0 24px;
}
#audition .imgs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
#audition .txt01 {
  font-size: 3.0rem;
  text-align: center;
  line-height: 1.8;
}
#audition .txt01 .topdot {
  background-image: radial-gradient(circle at center, var(--pink) 20%, transparent 20%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
  padding-top: .2em; /* 縦方向の位置調整 */
}
@media screen and (max-width: 1024px) {
#audition .imgs div{
 width: 32%;
}
	
	
}
@media screen and (max-width: 767px) {
#audition .maintxt {
  background: url("../images/bg_about_audition01.jpg") no-repeat 94% center;
  height: 280px;
  margin-bottom: 66px;
}
#audition .maintxt .h2txt02 {
  font-size: 2.8rem;
  margin-bottom: 34px;
  letter-spacing: 3px;
  padding: 30px 0 0 0;
}
#audition .inner {
  padding-bottom: 66px;
}
#audition .inner .ttl {
  flex-wrap: wrap;
  margin-bottom: 30px;
    width: 100%;
}
#audition .ttl .h3txt02 {
  font-size: 2.2rem;
  line-height: 1.4;
}
#audition .ttl .img {
  padding: 9px 0 0 24px;
}
#audition .imgs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
#audition .txt01 {
  font-size: 2.2rem;
  line-height: 1.8;
}
    
}
/* ----------------------------------------------
point
---------------------------------------------- */
#audition .point {
  background: url("../images/bg_about_point.png") no-repeat 94% center, #FFF;
  background-size: cover;
  padding: 109px 0 92px 0;
  position: relative;
}
#audition .point::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%, var(--pink) 49%, var(--pink) 51%, transparent 51%, transparent 100%);
}
#audition .point::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%);
}
@media screen and (max-width: 767px) {
#audition .point {
  padding: 70px 0 0px 0;
}
    
}


/* ----------------------------------------------
point
---------------------------------------------- */

#audition .point .h3txt02 {
  font-size: 3.6rem;
  font-style: italic;
  margin-bottom: 60px;
  text-align: center;
}
#audition .point .pointbox {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 60px;
}
#audition .point .pointbox .txts {
  padding: 45px 58px;
  background: #FFF;
  width: 630px;
  flex-shrink: 0;
  font-feature-settings: "palt";
  position: relative;
}
#audition .point .pointbox .txts::before {
  position: absolute;
  top: -22px;
  left: 60px;
  transform: translateX(-50%);
  margin-left: 0px;
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: linear-gradient(-45deg, transparent 0%, transparent 49%, var(--pink) 49%, var(--pink) 51%, transparent 51%, transparent 100%);
}
#audition .point .pointbox .txts .ttl {
  font-size: 3.0rem;
  margin-bottom: 28px;
  line-height: 1.5;
  justify-content: flex-start;
}
#audition .point .pointbox .txts .txt {
  font-size: 1.6rem;
  line-height: 1.8;
}
#audition .point .pointbox .img {
  width: 570px;
  flex-shrink: 0
}
#audition .point .pointbox01 .img {
  margin-right: -200px
}
#audition .point .pointbox02 .img {
  margin-left: -200px
}
#audition .pointbtn a {
  margin: 0 auto;
  width: 510px;
  background: url("../images/ico_arrow03.png") no-repeat 94% center, var(--pink);
}
@media screen and (max-width: 1024px) {
#audition .point .pointbox .txts {
  padding: 45px 20px;
  width: 60%;
}
#audition .point .pointbox .img {
  width: 40%;
}
#audition .point .pointbox .txts .ttl {
  font-size: 2.4rem;
  margin-bottom: 20px;
}
#audition .point .pointbox02 .img {
  margin-left: 0px
}
#audition .point .pointbox01 .img {
  margin-right: 0px
}
	
}
@media screen and (max-width: 820px) {
#audition .point .pointbox .txts .ttl {
  font-size: 2.0rem;
	}
}
@media screen and (max-width: 767px) {
#audition .point .h3txt02 {
  font-size: 2.8rem;
  margin-bottom: 60px;
}
#audition .point .pointbox {
  flex-wrap: wrap;
  margin-bottom: 60px;
}
#audition .point .pointbox .txts {
  padding: 25px 15px;
  width: 100%;
}
#audition .point .pointbox .txts::before {
  top: -40px;
  left: 50px;
}
#audition .point .pointbox .txts .ttl {
  font-size: 2.0rem;
  margin-bottom: 20px;
     font-feature-settings: "palt";
}
#audition .point .pointbox .txts .txt {
  font-size: 1.6rem;
  line-height: 1.8;
}
#audition .point .pointbox .img {
  width: 100%;
}
#audition .point .pointbox01 .img {
  margin-right: 0px
}
#audition .point .pointbox02 .txt {
    order: 1;
}
#audition .point .pointbox02 .img {
  margin-left: 0px;
    order: 2;
}
  #audition .pointbtn a {
    width: 100%;
    background: url("../images/ico_arrow03.png") no-repeat 94% center, var(--pink);
  }
}
/* ============================================================*/
/* ============================================================
frankness
=============================================================== */
/* ============================================================ */
#frankness {
  padding: 65px 0 120px 0;
  background: #FFF;
  position: relative;
}
#frankness .h2txt {
  font-size: 3.6rem;
  line-height: 1.2;
  text-align: center;
  font-style: normal;
  font-style: italic;
  padding: 40px 0 45px 0;
  font-weight: 700;
  margin-bottom: 97px;
  position: relative;
}
#frankness .h2txt::before {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 42px;
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background: linear-gradient(-45deg, transparent 0%, transparent 49%, #14b2cf 49%, #14b2cf 51%, transparent 51%, transparent 100%);
}
#frankness .h2txt::after {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -48px;
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background: linear-gradient(-45deg, transparent 0%, transparent 49%, #14b2cf 49%, #14b2cf 51%, transparent 51%, transparent 100%);
}
@media screen and (max-width: 767px) {
#frankness {
  padding: 40px 0;
}
#frankness .h2txt {
  font-size:2.8rem;
  padding: 40px 0 45px 0;
  margin-bottom: 97px;
}
    
    
    
}
/* ----------------------------------------------
point
---------------------------------------------- */
.franknesBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.franknesBox .img {
  width: 430px;
  flex-shrink: 0;
  position: relative;
}
.franknesBox .img .h3txt01 {
  position: absolute;
  top: -70px;
  left: -50px;
  width: 229px;
  height: 99px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.44rem;
  background: url("../images/bg_about_frankness_h3.png") no-repeat left top;
}
.franknesBox .img .h3txt01 span {
  display: block;
  margin: -15px 0 0 -15px
}
.franknesBox .txts {
  width: 526px;
  flex-shrink: 0;
}
.franknesBox .txts01 {
  width: 100%;
}
.franknesBox .prof {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.franknesBox .ttl {
  font-size: 2.6rem;
  margin-bottom: 35px;
  font-feature-settings: "palt";
}
.franknesBox .h4txt {
  font-size: 2.0rem;
  margin-bottom: 20px;
  padding-left: 45px;
  position: relative;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start
}
.franknesBox .h4txt::before {
  position: absolute;
  top: 0px;
  left: 15px;
  transform: translateX(-50%);
  margin-left: 0px;
  content: "";
  display: block;
  width: 30px;
  height: 56px;
  background: linear-gradient(-63deg, transparent 0%, transparent 49%, #14b1cf 49%, #14b1cf 54%, transparent 51%, transparent 100%);
}
.franknesBox .txt {
  font-size: 1.6rem;
}
.franknesBox.franknesBox01 {
  margin-bottom: 150px
}
.franknesBox.franknesBox02 {
  margin-bottom: 150px
}
@media screen and (max-width: 1024px) {
.franknesBox .img {
  width: 48%;
}
.franknesBox .txts {
  width: 50%
}	
}
	@media screen and (max-width: 820px) {

.franknesBox .prof {
  font-size: 1.6rem;
}
.franknesBox .ttl {
  font-size: 2.2rem;
}
.franknesBox .h4txt {
  font-size: 1.8rem;
}
		
	}
	
@media screen and (max-width: 767px) {
.franknesBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.franknesBox .img {
  width: 100%;
	margin-bottom: 15px;
}
.franknesBox .img .h3txt01 {
  position: absolute;
  top: -70px;
  left: 0px;
  width: 229px;
  height: 99px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.44rem;
  background: url("../images/bg_about_frankness_h3.png") no-repeat left top;
}
.franknesBox .img .h3txt01 span {
  display: block;
  margin: -15px 0 0 -15px
}
.franknesBox .txts {
  width: 100%;
}
.franknesBox .txts01 {
  width: 100%;
}
.franknesBox .prof {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.franknesBox .ttl {
  font-size: 2.0rem;
  margin-bottom: 35px;
}
.franknesBox .h4txt {
  font-size: 1.8rem;
  margin-bottom: 20px;
  padding-left: 45px;
  height: 60px;
}
.franknesBox .h4txt::before {
  position: absolute;
  top: 0px;
  left: 15px;
  transform: translateX(-50%);
  margin-left: 0px;
  content: "";
  display: block;
  width: 30px;
  height: 56px;
  background: linear-gradient(-63deg, transparent 0%, transparent 49%, #14b1cf 49%, #14b1cf 54%, transparent 51%, transparent 100%);
}
.franknesBox .txt {
  font-size: 1.6rem;
}
.franknesBox.franknesBox01 {
  margin-bottom: 70px
}
    .franknesBox.franknesBox02 .txts{
        order:2;
        
    }
    .franknesBox.franknesBox02 .img{
        order:1;
    }
    .franknesBox.franknesBox02 .txts01{
        order:3;
        
    }
}