@charset "utf-8";
html {
  font-size: 62.5%;
}
/* ヘッダー　*/
body {
  background-image: url('/onsite-training/assets/img/pickup/reverse-learning/hanten-bg.jpg'); /* 背景画像のパス */
  background-repeat: repeat; /* x軸とy軸の両方で繰り返し */
  background-size: 750px; /* 画像を元のサイズで表示 */
  font-family: Zen Kaku Gothic Antique, Arial, Noto Sans JP, Noto Sans Japanese, Hiragino Kaku Gothic ProN, Meiryo, san-serif, Zen Kaku Gothic Antique, Concert One, cursive;
  background-attachment: fixed;
}
.header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #F3F3F3;
  padding: 25px;
  box-shadow: 5px 3px 9px -6px #777777;
}
.sanno-logo {
  flex: 0 0 25%; /* 幅を25％に固定 */
}
.nav {
  flex: 1; /* 残りのスペースを使用 */
  margin-right: 5%;
}
.nav ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.nav a {
  box-shadow: inset 0 0 0 0 #03075D;
  color: #03075D;
  padding: 0 .25rem;
  margin: 0 -.25rem;
  transition: color .5s ease-in-out, box-shadow .3s ease-in-out;
}
.nav a :hover {
  color: #fff !important;
  box-shadow: inset 200px 0 0 0 #03075D;
  ;
}
.nav a span {
  color: #03075D !important;
  font-family: 'Zen Kaku Gothic Antique';
  letter-spacing: 0.1rem;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
}
.nav li + li {
  padding-left: 10px;
}
.nav li + li:nth-child(2n)::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-image: url('/onsite-training/assets/img/pickup/reverse-learning/hanten-ic-red.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  vertical-align: middle;
}
.nav li + li:nth-child(2n+1)::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-image: url('/onsite-training/assets/img/pickup/reverse-learning/hanten-ic-bleu.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  vertical-align: middle;
}
.sp-view {
  display: none;
}
/* ヘッダー打消し　*/
[id*="anc"] {
  padding-top: 30px; /* ヘッダーの高さに合わせて調整 */
  margin-top: -30px; /* パディング分を打ち消す */
}
/* 背景　*/
.hanten-bg-bleu {
  background-color: #3B8AE3;
}
/* メインコンテンツ　*/
.main {
  padding: 180px 0 0;
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  font-size: 2rem;
  color: #03075D;
  font-weight: 700;
  letter-spacing: 0.2em;
}
/* ボックス　*/
.hanten-top-box {
  display: flex;
  justify-content: center;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.hanten-top-box img {
  width: 65%;
}
.hanten-top-box p {
  font-size: 3rem;
  color: #3B8AE3;
  font-weight: bold;
  text-align: left;
}
.hanten-boeder-box {
  border: solid 2px #01055B;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 20px;
}
.hanten-cv-box {
  margin: 50px auto 0;
  border: solid 2px #01055B;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 20px;
  max-width: 800px;
}
.hanten-line-up-box {
  margin: 45px 0 0 0;
  padding: 50px;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 5px 5px 5px #cfcfcf;
}
.hanten-line-up-box p {
  text-align: left;
}
.hanten-line-up-box-lead {
  font-size: 3.0rem;
  font-weight: bold;
  position: relative;
  padding-left: 110px;
}
.hanten-line-up-box-lead::before {
  content: url('/onsite-training/assets/img/pickup/reverse-learning/hanten-ic-bleu-red.png');
  vertical-align: middle;
  padding-right: 25px;
  position: absolute;
  left: 0;
}
.hanten-line-up-box-target {
  font-weight: bold;
  font-size: 2.5rem;
}
.hanten-line-up-box p + p {
  margin-top: 1rem;
  font-size: 1.6rem;
}
.hanten-line-up-box-inner {
  display: flex;
  flex-wrap: wrap;
}
.hanten-line-up-box-text {
  width: 50%;
}
.hanten-line-up-box-text p:nth-child(1) {
  margin-bottom: 20px;
}
.hanten-line-up-box-text p + p {
  margin-bottom: 20px;
}
.hanten-line-up-box-img {
  padding: 50px 20px;
  width: 50%;
}
.hanten-movie-box {
  margin-top: 20px;
}
/* 見出し　*/
[class*="hanten-heading-level-2"] {
  margin: 65px 0 0 0;
  font-size: 2.8rem;
  font-weight: bold;
  position: relative;
}
.hanten-heading-level-2-red .hanten-icon-left {
  display: inline-block; /* または他の適切な表示方法 */
  width: 70px; /* 画像のサイズに合わせて調整 */
  height: 25px; /* 画像のサイズに合わせて調整 */
  background-image: url('/onsite-training/assets/img/pickup/reverse-learning/hanten-ic-red.png'); /* 画像のパス */
  background-size: contain; /* またはcontainによって画像の表示方法を調整 */
  background-repeat: no-repeat;
  margin-right: 10px;
}
.hanten-heading-level-2-red .hanten-icon-right {
  display: inline-block; /* または他の適切な表示方法 */
  width: 70px; /* 画像のサイズに合わせて調整 */
  height: 25px; /* 画像のサイズに合わせて調整 */
  background-image: url('/onsite-training/assets/img/pickup/reverse-learning/hanten-ic-red.png'); /* 画像のパス */
  background-size: contain; /* またはcontainによって画像の表示方法を調整 */
  background-repeat: no-repeat;
  margin-left: 10px;
}
.hanten-heading-level-2-bleu .hanten-icon-left {
  display: inline-block; /* または他の適切な表示方法 */
  width: 70px; /* 画像のサイズに合わせて調整 */
  height: 25px; /* 画像のサイズに合わせて調整 */
  background-image: url('/onsite-training/assets/img/pickup/reverse-learning/hanten-ic-bleu.png'); /* 画像のパス */
  background-size: contain; /* またはcontainによって画像の表示方法を調整 */
  background-repeat: no-repeat;
  margin-right: 10px;
}
.hanten-heading-level-2-bleu .hanten-icon-right {
  display: inline-block; /* または他の適切な表示方法 */
  width: 70px; /* 画像のサイズに合わせて調整 */
  height: 25px; /* 画像のサイズに合わせて調整 */
  background-image: url('/onsite-training/assets/img/pickup/reverse-learning/hanten-ic-bleu.png'); /* 画像のパス */
  background-size: contain; /* またはcontainによって画像の表示方法を調整 */
  background-repeat: no-repeat;
  margin-left: 10px;
}
/* テキスト　*/
[class*="hanten-heading-level-2"] + p {
  margin: 25px 0 0 0;
}
.hanten-text-red {
  color: #FD6050;
}
.hanten-text-white {
  color: #FFFFFF;
}
.hanten-text-luxury {
  margin: 50px 0 0 0;
  font-size: 3.5rem;
  font-weight: bold;
  color: #FD6050;
}
/* アコーディオン　*/
.hanten-qa-box {
  margin-top: 30px;
  text-align: left;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px 30px 0 30px;
  box-shadow: 5px 5px 5px #cfcfcf;
}
.hanten-qa-box-q {
  font-weight: bold;
  font-size: 2.5rem;
  border-bottom: solid 2px #707070;
  position: relative;
  padding-left: 3rem;
}
.hanten-qa-box-q::before {
  content: "Q";
  vertical-align: middle;
  position: absolute;
  left: 0;
  color: #3B8AE3;
}
.hanten-qa-box-q:hover {
  cursor: pointer;
}
.hanten-qa-box-a {
  position: relative;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 2.0s ease, opacity 1.0s ease; /* 開く動作の持続時間 */
  padding: 0.7rem 1.0rem 3.0rem 3.0rem;
}
.hanten-qa-box-a::before {
  font-size: 2.5rem;
  content: "A";
  vertical-align: middle;
  position: absolute;
  left: 0;
  top:0;
  color: #FD6050;
}
.hanten-qa-box-a.open {
  max-height: 700px; /* 十分に大きな値に設定 */
  opacity: 1;
}
.hanten-qa-box-a.closing {
  transition: max-height 0.7s ease, opacity 0.5s ease; /* 閉じる動作の持続時間 */
}
/* リスト　*/
.hanten-flow-list {
  text-align: left;
}
.hanten-flow-list li {
  position: relative;
  margin: 70px 0 0 0;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 5px 5px 5px #cfcfcf;
}
.hanten-flow-list li + li::before {
  position: absolute;
  top: -50px;
  left: 50%;
  transform:translate(-50%, 0);
  content: url('/onsite-training/assets/img/pickup/reverse-learning/hanten-ic-v-bleu.png');
  vertical-align: middle;
}
/* 吹き出し　*/
.hanten-balloon1-top {
  position: relative;
  display: inline-block;
  margin: 80px 0 0;
  border-radius: 20px;
  padding: 50px;
  min-width: 120px;
  max-width: 100%;
  font-size: 1.6rem;
  background: #FFFFFF;
  text-align: left;
  box-shadow: 5px 5px 5px #cfcfcf;
}
.hanten-balloon1-top:before {
  content: "";
  position: absolute;
  top: -80px;
  left: 50%;
  margin-left: -40px;
  border: 40px solid transparent;
  border-bottom: 40px solid #FFFFFF;
}
.hanten-balloon1-top p {
  margin: 0;
  padding: 0;
}
.hanten-balloon1-top .hanten-balloon1-lead {
  font-size: 3.0rem;
  position: relative;
  padding-left: 60px;
}
.hanten-balloon1-top .hanten-balloon1-lead::before {
  position: absolute;
  margin-left: -60px;
  top: 0;
  content: url('/onsite-training/assets/img/pickup/reverse-learning/hanten-ic-circle.png');
  vertical-align: middle;
  padding-right: 15px;
}
.hanten-balloon1-img-text {
  display: flex;
  flex-wrap: wrap;
  margin: 35px 0 0 0;
}
.hanten-balloon1-img-text p {
  padding: 0 30px 0 0;
  width: 60%;
}
.hanten-balloon1-img-text div {
  width: 40%;
}
.hanten-balloon2 {
  width: 100%;
  margin: 1.5em 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hanten-balloon2-faceicon {
  margin-right: -90px;
  width: 15%;
}
.hanten-balloon2-faceicon img {
  width: 100%;
  height: auto;
}
.hanten-balloon2-chatting {
  width: 85%;
  padding-left: 30px;
}
.hanten-balloon2-says {
  width: 100%;
  display: inline-block;
  position: relative;
  padding: 30px;
  border-radius: 12px;
  background: #ffffff;
  text-align: left;
  box-shadow: 5px 5px 5px #cfcfcf;
}
.hanten-balloon2-says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 45%;
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #ffffff;
}
.hanten-balloon2-says p {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
}
/* ボタン　*/
.hanten-button {
  margin: 2rem auto 0;
  font-weight: bold;
  font-size: 1.8rem;
  width: 90%;
}
.hanten-button__text {
  margin: 0 1rem 0 0; 
}
.hanten-button a {
  background: #FFDC2A;
  align-items: center;
  padding: 2rem 1rem 2rem 3rem;
  color: #333333;
  display: inline-block;
}
.hanten-button a:hover {
  color: #ffffff;
}
.hanten-button02 {
  margin: 10px 0 0;
  font-weight: bold;
  font-size: 2.0rem;
}
.hanten-button02 a {
  width: 50%;
  background: #03075D;
  align-items: center;
  padding: 20px 50px;
  color: #ffffff;
  display: inline-block;
}
.hanten-button02 a:hover {
  opacity: 0.5;
  transition: 0.5s;
}
/* アイコン　*/
.hanten-icon-arrow {
  position: relative;
  display: inline-block;
  padding-left: 12px;
  color: #333;
  text-decoration: none;
}
.hanten-icon-arrow:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 50%;
  left: 2rem;
  margin-top: -6px;
  transition-duration: .25s;
}
.hanten-icon-arrow:hover:before {
  border-color: transparent transparent transparent #ffffff; /* ホバー時のアイコン色を白に変更 */
}
/* 画像　*/
.hanten-img-box {
  margin: 50px 0 0 0;
}
.hanten-img-box-flex {
  display: flex;
  justify-content: space-between;
}
.hanten-img-text-box {
  margin: 30px 10px 0;
  width: 33.33%;
}
.hanten-img-text-box img {
  width: 100%;
}
.hanten-img-text-box p {
  text-align: left;
  margin: 1rem 0.5rem 0;
  letter-spacing: 0.1rem;
}
.hanten-img-box2-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}
.hanten-img-box2 {
  width: calc(100% / 2 - 130px);
}
.hanten-img-box2:nth-child(2n) {
  margin-left: 30px;
}
.hanten-img-box2:nth-child(n+3) {
  margin-top: 20px;
}
.hanten-img-box2 p {
  font-size: 1.8rem;
  font-weight: bold;
}
/* マーカー */
.hanten-text-marker {
  background: linear-gradient(transparent 50%, #ff6 50%);
}
/* フッター */
.hanten-footer {
  background-color: #03075D;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  margin-top: 80px;
  padding: 50px;
  font-size: 1rem;
}
/* 追従リンクのスタイル */
#back-to-top {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #61A0E7;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  transition: background-color 0.5s;
}
#back-to-top:hover{
  background: #FD6050;
}
.pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #03075D;
  border-right: 3px solid #03075D;
  transform: translateY(20%) rotate(-45deg);
}
/* フェードイン */
.fadeIn {
  opacity: 0;
  transform: translateY(200px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.fadeIn01, .fadeIn02, .fadeIn03, .fadeIn04 {
  opacity: 0;
  transform: translateY(200px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.slidein-r, .slidein-l {
  opacity: 0;
  transition: all 1s ease-out;
}
/* 右からスライドイン */
.slidein-r {
  transform: translateX(50px);
}
/* 左からスライドイン */
.slidein-l {
  transform: translateX(-50px);
}
.visible {
  opacity: 1;
  transform: translateY(0);
  transform: translateX(0);
}
/* Hamburger Menu Animation End */
/* タブレット */
@media screen and (min-width:1024px) {
  /* タブレット用レイアウト　1024px以内の範囲に収めるデザインをここに記述する */
}
/* スマートフォン */
@media screen and (max-width:767px) {
  /* スマートフォン用レイアウト　767px以内の範囲に収めるデザインをここに記述する */
  .sp-view {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .sp-header__container {
    display: flex;
    justify-content: space-between;
  }
  /* メインコンテンツ */
  html {
    font-size: 6px;
  }
  .main {
    padding: 30px 0 0;
    font-size: 2.5rem;
  }
  /* ボックス　*/
  .hanten-top-box {
    display: block;
    max-width: 1000px;
    margin: 0 auto;
  }
  .hanten-top-box img {
    margin-bottom: 20px;
  }
  .hanten-top-box p {
    font-size: 2.8rem;
    text-align: center;
  }
  .hanten-heading-level-2-red .hanten-icon-left {
    width: 35px; /* 画像のサイズに合わせて調整 */
    height: 13px; /* 画像のサイズに合わせて調整 */
    margin-right: 5px;
  }
  .hanten-heading-level-2-red .hanten-icon-right {
    width: 35px; /* 画像のサイズに合わせて調整 */
    height: 13px; /* 画像のサイズに合わせて調整 */
    margin-left: 5px;
  }
  .hanten-heading-level-2-bleu .hanten-icon-left {
    width: 35px; /* 画像のサイズに合わせて調整 */
    height: 13px; /* 画像のサイズに合わせて調整 */
    margin-right: 5px;
  }
  .hanten-heading-level-2-bleu .hanten-icon-right {
    width: 35px; /* 画像のサイズに合わせて調整 */
    height: 13px; /* 画像のサイズに合わせて調整 */
    margin-left: 5px;
  }
  .hanten-img-box-flex {
    display: block;
    justify-content: space-between;
  }
  .hanten-img-text-box {
    margin: 30px 10px 0;
    width: 100%;
  }
  .hanten-img-text-box img {
    width: 80%;
  }
  .hanten-balloon1-top {
    padding: 20px;
    font-size: 2.0rem;
  }
  .hanten-balloon1-img-text {
    flex-direction: column-reverse;
    margin: 10px 0 0 0;
  }
  .hanten-balloon1-img-text p {
    width: 100%;
    padding: 0;
  }
  .hanten-balloon1-img-text div {
    width: 80%;
    margin: 0 auto 10px;
  }
  .hanten-img-box2-wrap {
    display: block;
    margin-top: 20px;
    position: relative;
  }
  .hanten-img-box2 {
    width: 100%;
    margin: 20px 0 0 0;
  }
    .hanten-img-box2 img{
    width: 80%;
  }
  .hanten-img-box2:nth-child(2n) {
    margin-left: 0px;
  }
  .hanten-img-box2:nth-child(n+3) {
    margin-top: 20px;
  }
  .hanten-line-up-box {
    padding: 20px 20px 40px;
  }
  .hanten-line-up-box-inner {
    display: block;
  }
  .hanten-line-up-box-text {
    width: 100%;
  }
  .hanten-line-up-box-text p:nth-child(1) {
    margin: 20px 0;
  }
  .hanten-line-up-box-text p + p {
    margin-bottom: 20px;
    font-size: 2.0rem;
  }
  .hanten-line-up-box-img {
    padding: 0px;
    width: 100%;
  }
  .hanten-button02 {
    margin-top: 20px;
  }
  .hanten-button02 a {
    width: 80%;
  }
  .hanten-button a {
    padding: 2rem 1rem 2rem 4rem;
  }
  .hanten-flow-list li:nth-child(1) {
    margin: 20px 0 0 0;
  }
  .hanten-balloon2 {
    min-height: 150px;
  }
  .hanten-balloon2-says {
    padding: 15px;
  }
  .hanten-balloon2-says p {
    font-size: 2.0rem;
  }
  .hanten-balloon1-top .hanten-balloon1-lead {
  padding-left: 8rem;
}
  .hanten-balloon1-top .hanten-balloon1-lead::before {
  position: absolute;
  transform: scale(0.8);
}
.hanten-line-up-box-lead {
  padding-left: 95px;
}
.hanten-line-up-box-lead::before {
  padding: 0;
  transform: scale(0.5);
}
  .hanten-img-arrow {
    width: 20%;
  }
  .hanten-balloon2-faceicon img {
    transform: scale(1.8);
}
  .hanten-qa-box-a {
  padding: 0.7rem 1.0rem 5.0rem 3.0rem;
}
  /* Navbar & Navmenu color */
  .sp-header__container {
    z-index: 1000;
    width: 100%;
    box-shadow: 5px 3px 9px -6px #777777;
    background-color: #F3F3F3;
  }
  .header {
    display: none;
  }
  .sanno-logo__sp {
    display: block;
    width: 70%;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 20px;
  }
  /* Nav items */
  .menu {
    list-style: none;
    position: absolute;
    background-color: #F3F3F3;
    width: 100%;
    height: auto;
    box-shadow: 5px 3px 9px -6px #777777;
    top: 10px;
    margin-top: 52px;
    padding: 0 0 10px 0;
    clear: both;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    transform: scale(1, 0);
    transform-origin: top;
    z-index: 1000;
  }
  /* Hamburger menu button */
  .menu-btn:checked ~ .menu {
    transform: scale(1, 1);
    transform-origin: top;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
  /* Hamburger menbu text */
  .menu a {
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 1.5rem;
    text-transform: capitalize;
    opacity: 0;
    transition: 0.5s;
    color: #03075D;
  }
  .menu li {
    padding: 15px 0;
    text-align: center;
    opacity: 0;
    transition: 0.5s;
  }
  .menu-btn:checked ~ .menu a, .menu-btn:checked ~ .menu li {
    opacity: 1;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
  }
  .menu-btn {
    display: none;
  }
  .menu-icon {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding: 36px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .navicon {
    background: #494949;
    display: block;
    height: 3px;
    width: 30px;
    border-radius: 5px;
    position: relative;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
  .navicon:before, .navicon:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #494949;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
  .navicon:before {
    top: 9px;
  }
  .navicon:after {
    bottom: 9px;
  }
  /* Hamburger Menu Animation Start */
  .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
  }
  .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
  }
  .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
    top: 0;
  }
  .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    bottom: 0;
  }
  .menu-btn:checked ~ .menu-icon .navicon {
    background: rgba(0, 0, 0, 0);
    transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
  /* 右からスライドイン */
  .slidein-r {
    transform: translateX(-30px);
  }
  /* 左からスライドイン */
  .slidein-l {
    transform: translateX(30px);
  }
  .visible {
    opacity: 1;
    transform: translateY(0);
    transform: translateX(0);
  }
}
