/*----------------------------------------
専用CSS：guidance.css
多言語TOP
パーフェクトガイド
-------------------------------------------*/

/* 多言語TOP ------------------------------------------- */



/* バナーエリア/////////////////////////////////////////// */
/* パーフェクトガイドバナー///////////// */
#guidanceBnr {
  position: relative;
  border: #b8daff solid 1px;
}
#schooljaBnr,#schoolskillBnr {
  position: relative;
}
#guidanceBnr p ,#schooljaBnr p, #schoolskillBnr p,#voiceBnr p{
  /*color: #ffffff;  文字色 */
  font-weight: bold;
}
.guidanceBnr img ,.schooljaBnr img,.schoolskillBnr img{
  width: 100%; /* divの幅に対する割合 */
}

.guidanceBnr-en{
  line-height: 0.95em;
  font-feature-settings: "palt";
}
.schoolTtl,a.schoolTtl{
  font-size: 1.3em;
  font-weight: bold;
  color: white;
}

#voiceBnr{
  background-color: #dcad1f;
  font-size: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.2rem;
  text-align: center;
}


/* バナーPC----- */
@media (min-width: 769px) {/* // タブレット(md), 768px 以上 */
  .guidanceBnr p {
    color: white;
    font-size: 2rem;
    position: absolute;
    left: 38%;
    top: 30%;
    transform: translate(-50%,-50%);
  }
  #nav-guidanceLang{
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
}


/* バナーSP-----*/
@media (max-width: 768px) {/* // タブレット(md), 768px 以下 */
 .guidanceBnr p {
  color: white;
  font-size: 1.25rem;
  position: absolute;
  left: 40%;
  top: 30%;
  transform: translate(-50%,-50%);
}
}


.schooljaBnr p ,.schoolskillBnr p {
  color: white;
  font-size: 1.25rem;
  position: absolute;
  left: 50%;
  top: 35%;
  transform: translate(-50%,-50%);
}


/* クイズボタンSTART///////////////////////// */
.btnQuize,
a.btnQuize,
button.btnQuize {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-custom01,a.btn-custom02,a.btn-custom03 {
  margin-bottom: 0.5rem;
  padding: 0;
  border-radius: 0.75rem;
}

a.btn-custom01:before,a.btn-custom02:before ,a.btn-custom03:before  {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate3d(0, 0.75rem, -1rem);
  transform: translate3d(0, 0.75rem, -1rem);

  border: 2px solid #000;
  border-radius: inherit;
  background: #ccc100;
  -webkit-box-shadow: 0 0.6rem 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.6rem 0 0 rgba(0, 0, 0, 0.2);
}

a.btn-custom01:after {
   /* アイコンBEFORE01 */
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: calc(50% - 1rem);
  left: 1.5rem;
  margin: 0;
  padding: 0;
  content: "\f599";
}
a.btn-custom01:hover:after,a.btn-custom01:active:after {
  /* アイコンAFTER01 */
  content: "\f58c";
}


a.btn-custom02:after {
  /* アイコンBEFORE02 */
 font-family: "Font Awesome 5 Free";
 font-size: 2rem;
 font-weight: normal;
 line-height: 1;
 position: absolute;
 top: calc(50% - 1rem);
 left: 1.5rem;
 margin: 0;
 padding: 0;
 /* content: "\f588"; */
 background-image: url(../multi/img/schoolSelect.png);
}
a.btn-custom02:hover:after,a.btn-custom02:active:after{
   /* アイコンAFTER02 */
   content: "\f586";
}


a.btn-custom03:after {
  /* アイコンBEFORE03 */
 font-family: "Font Awesome 5 Free";
 font-size: 2rem;
 font-weight: normal;
 line-height: 1;
 position: absolute;
 top: calc(50% - 1rem);
 left: 1.5rem;
 margin: 0;
 padding: 0;
 content: "\f585";
}
a.btn-custom03:hover:after,a.btn-custom03:active:after {
  /* アイコンAFTER02 */
  content: "\f58a";
}


.btn-custom01-front,.btn-custom02-front .btn-custom03-front{
  position: relative;
  display: block;
  padding: 1.5rem 5rem 1.5rem 5rem;

  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #000;
  border-radius: inherit;
  background: #fff100;
}

.fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}

a.btn-custom01:hover,a.btn-custom02:hover,a.btn-custom03:hover {
  -webkit-transform: translate(0, 0.25rem);
  transform: translate(0, 0.25rem);
  background: #fff100;
}

a.btn-custom01:hover:before,a.btn-custom02:hover:before,a.btn-custom03:hover:before{
  -webkit-transform: translate3d(0, 0.5rem, -1rem);
  transform: translate3d(0, 0.5rem, -1rem);
  -webkit-box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
}

a.btn-custom01:active,a.btn-custom02:active ,a.btn-custom03:active  {
  -webkit-transform: translate(0rem, 0.75rem);
  transform: translate(0rem, 0.75rem);
}

a.btn-custom01:active:before,a.btn-custom02:active:before,a.btn-custom03:active:before {
  -webkit-transform: translate3d(0, 0, -1rem);
  transform: translate3d(0, 0, -1rem);
  -webkit-box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
}



/* クイズボタンEND///////////////////////// */

/* 他言語ボタン //////////*/
#flg{
}

.flagKorea a{
 
}


/* 言語選択ナビ------------------------------------------------------------------------- */
#navLang{
  font-family: var(--fontKosugi);

}

#navbarSupportedContent{
  -ms-flex-pack: center !important;
  justify-content: center !important;
  }


 

/* パーフェクトガイドTOP--------------------------------------------------------------- */
.list-group-item {
  padding: 0.75rem 0.75rem;
}
/* 右カラムバックグラウンド */
.bg-prettyPink{
    background-color: #fdd5d5;
}

.bg-prettyYe{
    background-color: #fbfcaf;
}
/* テキストカラー */
.ttl-brown {
    position: relative;
    top: 10%;
    left: 5%;
    text-align: center;
    font-size: 1.25rem;
    color: black;
    font-family: 'Kosugi Maru', sans-serif;
    color: #663200;
}

/* 画像を半分のみ表示 */

img#leftHalf-41{
    width: 590px;
    height:700px;
    object-fit: cover; 
	object-position: right;
  }

  .imgscale-70{
     transform: scale(0.75);
  }
 



/*------------------------------------------------------------------
メディアクエリ：
---------------------------------------------------------------------*/

/* // モバイル〜横向きモバイル(sm), 576px 以下　基本的に使わない*/

@media (max-width: 576px) {
 
}

/* // タブレット(md), 768px 以下 */

@media (max-width: 768px) {
  #ttlCenter h2{
   border-left: none;
  }

  
}


/* // デスクトップ(lg)・ワイド(xl), 1200px 以上 */

/* メインスライドのbg */
@media (min-width: 1200px) {
  #mainImg {
      -ms-flex-pack: center !important;
      justify-content: center !important;
      background-color: var(--dark);
  }
  #mainImg img {
      max-width: 1140px;
      margin: 0 auto;
  }
}