@charset "UTF-8";

/* shukatsu LP 2022*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  /*font: inherit;*/
  font-family: 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic Pro', 'YuGothic', 'Meiryo', verdana, 'Osaka', 'MS PGothic', Sans-Serif;
  font-size: 100%;
  /*vertical-align: top;*/
  color: #231815;
}

html {
  /*line-height: 1*/
}

ol, ul {
  list-style: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle
}

q, blockquote {
  quotes: none
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none
}

img{
  max-width: 100%;
}

a img {
  border: none
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block
}

p {
  font-size: 16px;
  line-height: 27px;
  padding-bottom: 15px;
}

h1 {
  font-size: 36px;
  font-weight: 300;
  line-height: 68px
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 20px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

.modal_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
}
ul.modal_btn  li{
  color: #fff;
}


.btn.primary {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 1px;
  color: #fff;
  background-color: #ea5432;
  padding: 10px;
  text-decoration: none;
  line-height: 1.5;
  border-radius: 20px;
  font-weight: 600;
}
a.btn.primary{
   color: #fff;
}
.btn.primary:hover {
  background-color: #f38066
}


.view-more {
  margin-top: 70px
}

a.text-link {
  color: #fff;
  margin-left: 30px;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase
}

a.text-link:focus {
  color: #fff
}

a.text-link:after {
  font-family: FontAwesome;
  content: "\f105";
  opacity: 0;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms
}

a.text-link:hover {
  color: #fff
}

a.text-link:hover:after {
  opacity: 1;
  margin-left: 10px
}

.has-padding {
  padding: 120px 0;/*padding: 40px 0*/
}
@media screen and (min-width:641px) and ( max-width:769px) {
.has-padding {
  padding: 80px 0;/*padding: 40px 0*/
}
}
@media screen and (max-width: 640px) {
  .has-padding {
    padding: 60px 0/* padding: 30px 0*/
  }
}

html{
  padding: 0;
}
body {
  padding: 0px 0 0;
  /*overflow-x: hidden;*/
}
html, body {
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  margin: 0;
  color: #000;
  -webkit-text-size-adjust: 100%
}

main.shukatsu{
  overflow: hidden;
}

.group:after {
  display: table;
  clear: both;
  content: ''
}

.no-padding {
  padding: 0
}
.no-margin {
  margin: 0
}
a {
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}
a:hover {
  text-decoration: none;
  color: rgba(35, 24, 21, .8);/**/
}
ul, ol {
  margin: 0;
  padding: 0
}
ul li {
  list-style: none
}
input, textarea {
  outline: none
}
.bold {
  font-weight: 600
}

.fixed {
  position: fixed;
  z-index: 999
}

/* GLOBAL MENU グローバルメニュー
------------------------------*/
.header-nav-wrapper {
  position: relative;
  background: #98d5e5;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  min-height: 60px;
}

.header-nav-wrapper .logo {
  display: inline-block;
  max-width: 140px;
  padding: 0;
  text-align: center;
}
.header-nav-wrapper .primary-nav-wrapper {
  height: 100%;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  display: flex;
  align-items: center;
}

.header-nav-wrapper nav {
  display: inline-block;
  margin-right: 0px;
  padding: 0px 0 0px;
}
.header-nav-wrapper nav ul {
  display: inline-block
}
.header-nav-wrapper nav ul li {
  display: inline-block;
  padding: 10px 20px 10px 10px;
  letter-spacing: 1px;
  background: #fff;
  border: solid 2px #2e2a2b;
  margin: 3px;
  border-radius: 2rem;
  position: relative;
  font-weight: 600;
}

.header-nav-wrapper nav ul li a {
  text-decoration: none;
}

.header-nav-wrapper nav ul li:hover {
  opacity: .8;
}

.header-nav-wrapper nav ul li::after{
    position: absolute;
  top: 50%;
  right: .4em;
  content: '';
  margin-top: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 9px solid #2e2a2b;
  transition: all .2s;
}

.header-nav-wrapper nav ul li:hover::after{
  top: 60%;
}

.header-nav-wrapper .is-visible {
  visibility: visible;
  opacity: 1
}

.nav-toggle {
  position: absolute;
  z-index: 999999;
  top: 35%;
  left: 50%;
  padding: 10px 35px 16px 0;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.nav-toggle:focus {
  outline: none
}
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
  position: absolute;
  display: block;
  width: 35px;
  height: 3px;
  content: '';
  cursor: pointer;
  border-radius: 1px;
  background: #222;/*#fff;*/
}
.nav-toggle span:before {
  top: -10px
}
.nav-toggle span:after {
  bottom: -10px
}
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out
}
.nav-toggle.active span {
  background-color: transparent
}
.nav-toggle.active span:before, .nav-toggle.active span:after {
  top: 0
}
.nav-toggle.active span:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.nav-toggle.active span:after {
  top: 10px;
  -webkit-transform: translatey(-10px) rotate(-45deg);
  transform: translatey(-10px) rotate(-45deg)
}
.navicon {
  position: absolute;
  top: 0;
  right: 0;
  visibility: hidden;
  width: 25px;
  height: 26px;
  padding: 36px 52px;/*padding: 52px;*/
  z-index: 999;
}

.navicon::after {
    display: block;
    content: "MENU";
    position: relative;
    top: 5px;
    color: #222;/*color: #fff;*/
    font-size: 12px;
    letter-spacing: 1px;
    width: 60px;
    left: -20px;
    font-weight: 600;
}

ul.primary-nav li .gmenu{
width: 150px;/*width: 150px;*/
}

.primary-nav-wrapper.open {
  visibility: visible;
  opacity: 1
}

.pc_menu{display: block;}

.sp_menu{display: none;}

@media screen and (max-width: 1200px) {

  ul.primary-nav li .gmenu{
width: 247px;
}

.pc_menu{display: none;}

.sp_menu{display: inline;}

}

@media screen and (max-width: 1200px) {
.header-nav-wrapper nav {
    width: 100%;
    padding: 0px 0 0;
    text-align: center
  }

  .header-nav-wrapper nav ul {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
  }

  .header-nav-wrapper nav ul li  {
    font-size: 1.6rem;
    display: block;
    padding: 30px 0;
    background: transparent;
    border: none;
  }

  .header-nav-wrapper nav ul li::after{
    display: none
  }

  .header-nav-wrapper nav ul li a {
    display: block;
  }

  .header-nav-wrapper nav ul li a:before {
    display: none
  }
  .primary-nav-wrapper {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #98d5e5
  }
  .navicon {
    visibility: visible
  }

}

@media screen and (max-width: 480px) {
  .navicon {
    padding: 36px 35px;
    background-color: transparent
  }
}

@media screen and (max-width: 375px) {
  .header-nav-wrapper nav ul li  {
    font-size: 1.1rem;
  }
  }

/* ----------------------------------------------
 hero 出だし
---------------------------------------------- */
.hero {
  position: relative;
  display: table;
  width: 100%;
  height: 480px;
  padding: 65px 0 0;
  background-image: url(../img/kV_bg_books.png);
  background-size: 433px 200px;
    background-repeat: repeat-x;
    background-position: center;
    animation: loop 20s linear infinite;
    background-color: #98d5e5;
}

@keyframes loop {
    from {
        background-position: 0 70%;
    }
    to {
        background-position: -2000px 70%;
    }
}

.hero-bg{
  position: relative;
  max-width: 768px;
  margin: 0px auto 0px;
}

.hero h1{
  max-width: 600px;
  margin: 30px auto 0;
  position: relative;
  padding: 0 20px;
}

.hero h2{
  position: absolute;
  top: 7%;
  right: 1%;
  width: 18%;
  transform: rotate(15deg);
}

.hero h3{
  width: 100%;
  margin:  10px auto;
  z-index: 3;
  text-align: center;
}

.hero .kv_2persons{
  width: 40%;
}

.hero .kv_left_woman{
  position: absolute;
  top: 35%;
  left: 1%;
  width: 35%;
  z-index: 2;
}

.hero .kv_right_man{
  position: absolute;
  top: 35%;
  right: 1%;
  width: 35%;
  z-index: 2;
}


/* copy anime */
.rotate-center {
  -webkit-animation: rotate-center 0.6s ease-in-out both;
          animation: rotate-center 0.6s ease-in-out both;
}

/* ----------------------------------------------
 * Generated by Animista on 2022-3-6 10:49:16
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------
 */
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@media screen and (max-width: 666px) {

.hero {
  display: table;
  width: 100%;
  height: 300px;
  background-size: 217px 100px;
}

@keyframes loop {
    from {
        background-position: 0 70%;
    }
    to {
        background-position: -2000px 70%;
    }
}

.hero-bg{
  margin: 0px auto 0px;
}

.hero h3{
  margin: 0px auto 20px;
}

.hero .kv_left_woman{
  position: absolute;
  top: 46%;
  left: 1%;
  width: 33%;
  z-index: 1;
}

.hero .kv_right_man{
  position: absolute;
  top: 46%;
  right: 1%;
  width: 33%;
  z-index: 1;
}


}


/* ----------------------------------------------
 yohaku
---------------------------------------------- */
.yohaku {
  padding: 40px 0;
}
@media screen and (min-width:641px) and ( max-width:769px) {
.yohaku {
  padding: 20px 0;
}
}
@media screen and (max-width: 640px) {
  .yohaku {
    padding: 10px 0;
  }
}
/* ----------------------------------------------
 start 準備スタート！
---------------------------------------------- */

.start{
  padding: 20px 0 20px;
}
@media screen and (min-width:641px) and ( max-width:769px) {

}
@media screen and (max-width: 640px) {
  .start {
    padding: 20px 0 20px;
  }
}

.start h2{
  text-align: center;
  width: 30%;
  margin: auto;
}
.start h3{
  text-align: center;
  font-weight: 600;
  line-height: 2;
}

@media screen and (max-width: 666px) {
  .start h2{
  width: 60%;
}

  }

/* circle */
.circle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;/**/
    overflow: hidden
}

@media screen and (max-width: 767px) {
    .circle {
      width: 90px;
      height: 90px;/**/
    }
}

.circle-rotate {
    top: 0;
    left: 0;
    transform-origin: center center;
    -webkit-animation: circle-rotate 30s linear 0s infinite forwards;
    animation: circle-rotate 30s linear 0s infinite forwards;
    width: 100%
}

.circle-angle {
    position: absolute;
    width: 30px;
}

.circle-angle_2-3 {
    position: absolute;
    width: 40px;
}

.circle-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    overflow: hidden
}

.circle-top .circle-angle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%)
}

@media screen and (max-width: 768px) {

}

.circle-rotate {
    width: 100%
}

@media screen and (max-width: 768px) {
    .circle-angle,.circle-angle_2-3  {
       width:35px;
    }
}

@-webkit-keyframes circle-rotate {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes circle-rotate {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}
/* circle */

.start .col-md-6{
  margin-bottom: 10px;
}

.bg_start{
  position: relative;
  background: #b4e5f2;
  border-radius: 30px 0 10px 0;
  -webkit-border-radius: 60px 0 60px 0;
  padding: 10px;
}

.title_start{
  display: flex;
  align-items: center;
}

.title_start h4{
  font-size: 20px;
  font-weight: 700;
  margin-left: 10px;
}

.start_guide{
  position: relative;
  margin: 10px 0 10px 20px;
}

.start_guide p{
  font-weight: 600;
}

.start_guide .start_book{
  padding: 0 10px 0 0;
}

.start_guide .start_book h5 {
  font-size: 18px;
  background: #fff;
  padding: 10px;
  text-align: center;
  margin: 0 auto 10px;
  font-weight: 600;
  border: solid 1px #36cae8;
  outline: solid 3px #36cae8;
  outline-offset: 2px;
  overflow: hidden;
}

.start_guide .start_book .books{
  display: flex;
  justify-content: center;
}

.start_guide .start_book .books .start_book_recommend{
  width: 50%;
  padding: 5px 5px;
  text-align: center;
}

.start_guide .start_book .books .start_book_recommend img{
  width: 70%;
}

.start_guide .start_book .books .start_book_recommend p{
  font-size: 13px;
  padding: 5px 0px;
  line-height: 1.6;

}
@media screen and (max-width: 666px) {
  .start_guide .start_book .books .start_book_recommend img{
  width: 100%;
}
}

.start_flow{
  position: relative;
}

.start_flow .start_flow_img{
  /*position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);*/
}

.start_flow .naitei_2person{
  position: absolute;
  top: 70%;
  left: 15%;
  width: 75%;
}
/* ----------------------------------------------
 recommend_1 すぐ見つかる！おすすめの就活書
---------------------------------------------- */

.recommend_1{
  padding: 20px 0 20px;
  margin-bottom: 20px;
  text-align: center;
}

.recommend_1 h2{
  text-align: center;
  width: 25%;
  margin: 0px auto 0;
}

.recommend_1 h3{
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 2;
  margin: 2rem auto 1rem;
  border: solid 1px #f5e803;/*border: solid 2px #2fbbdb;*/
  border-radius: 6px;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  background-color: #fff100;
  box-shadow: 3px 3px 10px 0px rgb(255 255 255 / 20%) inset, -3px -3px 10px 0px rgb(0 0 0 / 20%) inset;
}

.recommend_1 h3 .icon_hand{
  position: absolute;
  right: -5%;
  top: 50%;
  width: 30px;
  transform: rotate(-15deg);
}

.recommend_1 p.lead{
  text-align: center;
  font-weight: 600;
  line-height: 1.8;
  padding: 0 10px 10px;
}

@media screen and (max-width: 666px) {
  .recommend_1 h2{
  width: 65%;
}
.recommend_1 p.lead{
  font-size: 1rem;
}
  }

@media screen and (max-width: 375px) {
  .recommend_1 h3{
  font-size: 24px;
}

.recommend_1 p.lead{
  font-size: .95rem;
}
  }


/*--------------------------------------------------------------
 list タイプ別
--------------------------------------------------------------*/

#wrapper {
  max-width: 960px;
  margin: 0 auto;
  color: #7d7d7d;
  padding-bottom: 60px;
}

h1 {
  margin: 50px 0 70px;
}

.alpha:hover {
    opacity: 0.7;
}
.active {
  /*background: #d2d2d2;*/
  text-decoration: underline;
}

#btn {
  overflow: hidden;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#btn li {
  float: left;
  cursor: pointer;
  text-align: center;
  line-height: 1.2;
  font-weight: 600;
}

.btn_recommend{
  width: auto;
  padding: 0px;
  margin: 10px;
}

#animationList li {
  height: auto;
  color: #222;
  padding-bottom: 20px;
  min-height: 500px;
}

#animationList h4{
  font-size: 16px;
  line-height: 1.4;
  margin-top: 10px;
  padding-bottom: 0;
  font-weight: 600;
}

#animationList p{
  font-size: 14px;
  line-height: 1.4;
  margin-top: 10px;
  padding-bottom: 0;
}

#animationList p.icon_recommend_1{
  font-size: 13px;
  line-height: 1.4;
  margin-top: 10px;
  border: solid 2px #2fbbdb;
  border-radius: 6px;
  display: inline-block;
  padding: 3px 5px 1px;
  font-weight: 600;
  color: #2fbbdb;
}

.goto_takahashi_web{
    color: #ee1c25;
    text-decoration: underline;
    margin: 10px 0px;
    border: solid 1px #ee1c25;
    padding: 5px 10px 5px!important;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    line-height: 20px;
    font-size: 15px!important;
    display: inline-block;
    text-decoration: none;
    letter-spacing: -.05em;
}

.goto_takahashi_web:hover{
  color: #fff;
  background-color: #ee1c25;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
#btn {
  flex-wrap: inherit;
}
#animationList p{
  font-size: 15px;
}
}

@media screen and (max-width: 767px) {
#btn {
  flex-wrap: wrap;
}
.btn_recommend{
  width: 50%;
  padding: 5px;
  margin: 0;
}

#animationList h4, #animationList p{
  font-size: 14px;
}

}

@media screen and (max-width: 375px) {
#animationList .col-6 {
  width: 49%;
}

.goto_takahashi_web{
    color: #ee1c25;
    padding: 5px 5px 5px!important;
    font-size: 14px!important;
}
}

.recommend_1_coment{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.recommend_1_coment img{
  width:68%;
}

.recommend_1_coment .last{
  margin-top: auto;
}

/* ----------------------------------------------
 recommend_2 比べて探す！就活書
---------------------------------------------- */

.recommend_2{
  padding: 20px 0 20px;
  text-align: center;
}

.recommend_2 h2{
  text-align: center;
  width: 25%;
  margin: 0px auto 20px;
}

.recommend_2 h3{
  background: #98d5e5;
  color: #fff;
  font-size: 30px;
  line-height: 1.75;
  font-weight: bold;
  text-align: center;
  border-radius: 3rem;
  padding: 17px 0;
  margin: 24px 0;
}

@media screen and (max-width: 666px) {
  .recommend_2 h2{
  width: 65%;
}
  }

.recommend_2 .col-md-6{
  margin-bottom: 20px;
}
.book_info{
  text-align: left;
  border: solid 1px #ccc;
  padding: 10px;
  /*display: block;*/
  display: flex;
  position: relative;
  flex-direction: column;
  position: relative;
}

.book_image{
  width: 68%;/**/
  padding: 10px 0px 0;
  margin: auto;
}

.book_guide{
  width: 100%;
  padding: 10px 0;
  margin: auto;
}

.book_link_area{
  width: 98%;
  padding: 10px;
  /*margin: auto;*/
  text-align: center;
  margin-top: auto;
}

.book_link_area p{
  padding-bottom: 0px;
}

/*.book_image{
  width: 20%;
  padding: 10px;
}
.book_guide{
  width: 60%;
  padding: 10px;
}
.book_link_area{
  width: 20%;
  padding: 10px;
  text-align: center;
}
*/

.book_guide h4{
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  margin: 10px 0;
  letter-spacing: -.05em;
}

.book_guide h4 span{
  letter-spacing: -.1em;
}

.book_guide p{
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 10px;
  letter-spacing: -.01em;
}

.special_icon{
  position: absolute;
  top: -20px;
  left: -25px;
  width: 80px;
}

.book_guide_inner{}
.book_info_info{}


.book_info_info p.price{
  font-size: 0.9rem;
  color: #0068b7;
  font-weight: 600;
  padding-bottom: 10px;
  line-height: 1.6;
}

.book_info_info p.page_info{
  font-size: 0.8rem;
  color: #0068b7;
  font-weight: 600;
  padding-bottom: 5px;
  line-height: 1.6;
}

.book_info_info_icon{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 330px;
  margin: auto;
}

.book_info_info_icon img{
    margin: 0 10px 10px 0;
    max-width: 100px;
    max-height: 48px;
}


@media screen and (max-width: 767px) {
  .book_info{
  padding: 10px;
  margin-bottom: 20px;
  display: block;
}

.book_info_info_icon{
  display: flex;
  align-items: center;
  justify-content: center;
}

.special_icon{
  position: absolute;
  top: -22px;
  left: -11px;
  width: 90px;
}

.book_image{
  width: 78%;
  margin: auto;
}

.book_guide{
  width: 98%;
  padding: 10px;
  margin: auto;
}

.book_link_area{
  width: 98%;
  padding: 10px;
  margin: auto;
}

  }

/* ----------------------------------------------
 recommend_2 比べて探す！就活書 全12冊を表示する
---------------------------------------------- */
/*アコーディオン*/
 .accordion-area{
    width: 100%;
    margin:0 auto 40px;
}

.accordion-area li{
    margin: 10px 0;
}

.accordion-area section {
  border: 3px solid #98d5e5;
}

/*アコーディオンタイトル*/
.title_book_anothers {
    position: relative;
    cursor: pointer;
    font-size:18px;
    font-weight: 600;
    padding: 1% 3% 1% 50px;
    transition: all .5s ease;
}

.title_book_anothers span{
  font-size:16px;
}


/*アイコンの＋と×*/
.title_book_anothers::before,
.title_book_anothers::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
}
.title_book_anothers::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
}
.title_book_anothers::after{
    top:48%;
    left: 15px;
    transform: rotate(90deg);
}

/*　closeというクラスがついたら形状変化　*/
.title_book_anothers.close::before{
  transform: rotate(45deg);
}

.title_book_anothers.close::after{
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;/*はじめは非表示*/
    margin:0 ;
    padding: 0 10px;
}


/* ----------------------------------------------
 recommend_3 就活手帳なら、コレ！
---------------------------------------------- */

.recommend_3{
  padding: 20px 0 40px;
  text-align: center;
}

.recommend_3 h2{
  text-align: center;
  width: 25%;
  margin: 20px auto 30px;
}

@media screen and (max-width: 666px) {
  .recommend_3 h2{
  width: 65%;
}
  }

.note_guide{
  border: solid 1px #ccc;
  padding: 20px 20px;
  margin-bottom: 20px;
}

.lead_note{
  padding: 0 20px 20px;
  position: relative;
  display: flex;
  align-items: center;
}

.lead_note p.lead{
  font-weight: 600;
  text-align: left;
}

.lead_note p.guide{
  text-align: left;
}

.lead_note p.lead span,
.lead_note p.guide span {
    background:linear-gradient(transparent 60%, #ff6 60%);
    font-weight: 600;
}

.note_guide .note_slide{
  padding: 0 10px 20px;
}

.note_guide .note_slide .swiperThumbnail_1,
.note_guide .note_slide .swiperThumbnail_2{
  margin-top: 10px;
  width: 80%;
}

.swiper-slide-thumb-active{
  border: solid 1px #98d5e5;
}

.swiper-button-next,
.swiper-button-prev {
    --swiper-navigation-color: #98d5e5;
}

.note_guide h3{
  font-weight: 600;
}

.note_guide p.price{
  font-size: 0.9rem;
  color: #0068b7;
  font-weight: 600;
  padding-bottom: 10px;
  line-height: 1.6;
}


.note_guide p.guide{
  font-size: 1rem;
  padding: 0 10px 10px;
  line-height: 1.6;
  text-align: left;
}

@media screen and (max-width: 820px) {
.lead_note{
  display: block;
}
.note_guide p.komidashi{
  font-size: 15px;
}
}

/* ----------------------------------------------
 recommend_3 swiper
---------------------------------------------- */
.slider-thumbnail .swiper-wrapper .swiper-slide {
    position: relative;
    padding-top: 43px;
    width: 45px!important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    overflow: hidden;
}

/* ----------------------------------------------
 bnr_area
---------------------------------------------- */

.bnr_area{}
.bnr__detail-label {
    display: inline-block;
    padding: 5px 10px;
    border: 2px solid #00a0e9;
    color: #00a0e9;
    text-align: left;
    letter-spacing: 0.075em;
    font-size: 1.2rem;
    font-weight: 600;
}

.bnr_area h2{
  margin: 20px 0;
  font-size: 21px;
  position: relative;
  padding-bottom: 5px;
  border-bottom: solid 2px #00a0e9;
}

/* pagetop ページのTOPへ戻る
------------------------------*/
.pagetop{
  text-align: center;
  padding: 0 0;
  margin-bottom: -20px;
}


/* footer フッター
------------------------------*/
footer{
  text-align:center;
  background-color: #00133D;
  color: #fff;
  padding: 60px 0 10px;
}

footer h4{
  color: #fff;
}
footer ul.sns_list{
  display: flex;
  justify-content: center;
}
footer ul.sns_list li{
  padding: 20px 20px;
}

footer p{
  color: #fff;
}

footer p a{
  color: #fff;
}

footer .goto_takahashi{
  border: solid 1px #fff;
  padding: 10px;
  margin: 10px auto 10px;
  max-width: 600px;
  color: #fff;
  text-decoration: none;
}

footer .footer-links{
  margin-bottom: 10px;
}

footer .footer-links ul{
  display: flex;
  justify-content: center;
}

footer .footer-links li{
  padding: 5px 5px;
  width: colc();
  color: #fff;
  font-size: 14px;
}

footer .footer-links li:first-child::before {
    position: relative;
    top: 5px;
    display: inline-block;
    margin: 0 17px;
    width: 1px;
    height: 20px;
    background-color: #00133D;
    content: "";
}

footer .footer-links li:before {
    position: relative;
    top: 5px;
    display: inline-block;
    margin: 0 17px;
    width: 1px;
    height: 20px;
    background-color: #fff;
    content: "";
}

footer .footer-links li a{
  color: #fff;
  text-decoration: none;
}

footer .footer-links li a:hover{
  color: rgba(255, 255, 255, .8);
}

footer p.copyright {
  font-size: 14px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  footer .footer-links ul{
  display: block;
  justify-content: center;
}

footer .footer-links li:first-child::before,
footer .footer-links li:before {
  display: none;
}
}



.is-open {
  top: -20px;
  opacity: 1
}

.pc_br{
  display: block;
}

.pc_only{
  display: block;
}

.sp_only{
  display: none;
}

.pc_inline{
    display: inline;
  }
.sp_br{
    display: none;
  }
.sp_inline{
    display: none;
  }

.sp-tablet_only{
  display: none!important;
}

@media screen and (max-width: 820px) {
.pc_only{
  display: none;
}

.sp_only{
  display: block;
}
  }

@media screen and (max-width: 1200px) {
.sp-tablet_only{
  display: block!important;
}
  }

@media screen and (max-width: 480px) {
  .pc_br{
  display: none;
}
.pc_inline{
    display: none;
  }
  .sp_br{
    display: block;
  }
  .sp_inline{
    display: inline;
  }
}

/**/
header {
    position: fixed;
    width: 100%;
    z-index: 25;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  /*display: none;*/
  right: 15px;
  bottom: 15px;
  z-index: 1;
  color: #cda45e;
  text-decoration: none;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  color: #cda45e;
  transition: all 0.4s;
  border: 2px solid #cda45e;
}

.back-to-top i:hover {
  background: #cda45e;
  color: #fff;
}


/*#jikobunseki,#spi,#mensetsu,#ippan,#entry {
  margin-top: -60px;
  padding-top: 60px;
}*/