@charset "utf-8";
/* ====================================================
kanazawa
==================================================== */
/* adjust
==================================================== */
body {
  min-width: 1160px;
}
.yearold_bg {
  padding: 115px 0 120px;
}
.yearold_bg.index_bg {
  background: url(/library/anshin/img/7pj/yearold_bg01_renew.png);
  background-size: cover;
  min-width: 960px;
  position: relative;
}
.yearold_bg.index_bg::before {
  background: url(/library/anshin/7pj/kanazawa/img/index_left_decoration.png) center / contain no-repeat;
  content: "";
  display: block;
  height: 2787px;
  position: absolute;
  top: 0;
  left: 0;
  width: 199px;
  z-index: 1;
}
.yearold_bg.index_bg::after {
  background: url(/library/anshin/7pj/kanazawa/img/index_right_decoration.png) center / contain no-repeat;
  content: "";
  display: block;
  height: 2803px;
  max-width: 248px;
  position: absolute;
  top: 0;
  right: 0;
  width: 248px;
  z-index: 1;
}
/* index_inner
==================================================== */
.index_inner {
  width: 800px;
  margin: 0 auto;
}
/* index_header
==================================================== */
.index_subtitle {
  width: 165px;
  margin: 0 auto;
  text-align: center;
}
.index_subtitle img {
  max-width: 100%;
}
.index_title {
  width: 502px !important;
  margin: 24px auto 0 !important;
}
.index_title img {
  max-width: 100%;
}
/* index_text
==================================================== */
.index_text {
  font-size: 2rem;
  font-weight: 600;
  margin-top: 40px;
  line-height: 2.5;
  text-align: center;
}
.index_text > em {
  font-size: 2.4rem;
  color: #4ab89d;
}
.index_text > span {
  display: inline-block;
  background: url(/library/anshin/7pj/kanazawa/img/index_textline.png) repeat-x center bottom;
}
/* index_content_wrap
==================================================== */
.index_content_wrap {
  margin-top: 50px;
}
.index_content_wrap:first-child {
  margin-top: 20px;
}
.index_content_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.index_content_picture {
  width: 248px;
}
.index_content_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 269px;
}
.index_content_text > img {
  width: 100%;
}
.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.index_content_btn {
  margin-top: 20px;
}
.index_content_illust {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* index_pickup_wrap
==================================================== */
.index_pickup_wrap {
  background: #fff;
  border: solid 4px #1f8c42;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 80px auto 0;
  padding: 35px 70px;
  width: 800px;
  position: relative;
  z-index: 1;
}
.index_pickup_text01 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 15px;
}
.index_pickup_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.index_pickup_content a {
  font-size: 1.8rem;
  font-weight: bold;
  color: #1f8c42;
  line-height: 2;
  width: 310px;
}
.index_pickup_content a:hover {
  text-decoration: none;
}
.index_pickup_content span {
  position: relative;
}
.index_pickup_content span::before {
  background: #1f8c42;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
}
.index_pickup_text02 {
  margin-top: 10px;
  text-align: left;
}
/* index_prof_wrap
==================================================== */
.index_prof_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
.index_prof_illust {
  width: 160px;
}
.index_prof_text {
  font-size: 1.6rem;
  text-align: left;
  width: 611px;
}
.index_prof_text em {
  color: #4bb89d;
  font-size: 1.8rem;
  margin-bottom: 5px;
}
/* youtube
==================================================== */
#modal-content {
  width: 80%;
  margin: 0;
  padding: 0;
  background: #fff;
  position: fixed;
  display: none ;
  z-index: 99999;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
#modal-content .inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
#modal-content .inner #player {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#modal-overlay {
  z-index: 9999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}
.modal-close {
  color: #fff;
  font-size: 6rem;
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 9999;
}
.modal-close:hover {
  cursor: pointer;
  opacity: .7;
}
/* ====================================================
syudy
==================================================== */
/* adjust
==================================================== */
.yearold_bg.syudy1_bg {
  background: url(/library/anshin/img/7pj/yearold_bg01_renew.png);
  background-size: cover;
  min-width: 960px;
  padding-top: 80px;
  padding-bottom: 140px;
  position: relative;
}
.yearold_bg.syudy1_bg::before {
  background: url(/library/anshin/7pj/kanazawa/img/study1_left_decoration.png) center / contain no-repeat;
  content: "";
  display: block;
  height: 3396px;
  position: absolute;
  top: 0;
  left: 0;
  width: 199px;
  z-index: 1;
}
.yearold_bg.syudy1_bg::after {
  background: url(/library/anshin/7pj/kanazawa/img/study1_right_decoration.png) center / contain no-repeat;
  content: "";
  display: block;
  height: 3396px;
  position: absolute;
  top: 0;
  right: 0;
  width: 248px;
  z-index: 1;
}
.yearold_bg.syudy2_bg {
  background: url(/library/anshin/img/7pj/yearold_bg01_renew.png);
  background-size: cover;
  min-width: 960px;
  padding-top: 80px;
  padding-bottom: 140px;
  position: relative;
}
.yearold_bg.syudy2_bg::before {
  background: url(/library/anshin/7pj/kanazawa/img/study2_left_decoration.png) center / contain no-repeat;
  content: "";
  display: block;
  height: 3782px;
  position: absolute;
  top: 0;
  left: 0;
  width: 199px;
  z-index: 1;
}
.yearold_bg.syudy2_bg::after {
  background: url(/library/anshin/7pj/kanazawa/img/study2_right_decoration.png) center / contain no-repeat;
  content: "";
  display: block;
  height: 3734px;
  position: absolute;
  top: 0;
  right: 0;
  width: 248px;
  z-index: 1;
}
.yearold_bg.syudy3_bg {
  background: url(/library/anshin/img/7pj/yearold_bg01_renew.png);
  background-size: cover;
  min-width: 960px;
  padding-top: 80px;
  padding-bottom: 140px;
  position: relative;
}
.yearold_bg.syudy3_bg::before {
  background: url(/library/anshin/7pj/kanazawa/img/study3_left_decoration.png) center / contain no-repeat;
  content: "";
  display: block;
  height: 3906px;
  position: absolute;
  top: 0;
  left: 0;
  width: 199px;
}
.yearold_bg.syudy3_bg::after {
  background: url(/library/anshin/7pj/kanazawa/img/study3_right_decoration.png) center / contain no-repeat;
  content: "";
  display: block;
  height: 3883px;
  position: absolute;
  top: 0;
  right: 0;
  width: 248px;
}
.yearold_header_totop.syudy_header_back a {
  background: url(/library/anshin/7pj/img/flag_totop_header.png) center / contain no-repeat;
  height: 21px;
  width: 168px;
}
.yearold_header_totop.syudy_header_back a:hover {
  background: url(/library/anshin/7pj/img/flag_totop_header_hover.png) center / contain no-repeat;
}
.study_inner {
  background: url(/library/anshin/7pj/kanazawa/img/study_bg01.png) top / contain no-repeat;
  width: 700px;
}
/* syudy_header
==================================================== */
.syudy_subtitle {
  margin-top: 30px;
  text-align: center;
}
.syudy_title {
  margin-top: 35px;
  text-align: center;
}
.syudy_catch {
  margin-top: 30px;
  text-align: center;
}
/* syudy_text
==================================================== */
p.syudy_text {
  font-size: 1.8rem;
  margin-top: 45px;
  line-height: 2;
  text-align: left;
}
.syudy_text_link {
  border-bottom: solid 1px #333;
}
.syudy_text_link:hover {
  opacity: .7;
  color: #333;
  text-decoration: none;
}
.syudy_img {
  margin-top: 45px;
  text-align: center;
}
.study_illust {
  position: relative;
}
.study_illust::before {
  content: "";
  display: block;
  position: absolute;
}
.study_illust.illust01::before {
  background: url(/library/anshin/7pj/kanazawa/img/study1_illust01.png) center / contain no-repeat;
  height: 164px;
  bottom: -70px;
  right: -60px;
  width: 135px;
}
.study_illust.illust02::before {
  background: url(/library/anshin/7pj/kanazawa/img/study1_illust02.png) center / contain no-repeat;
  height: 120px;
  bottom: -30px;
  left: -120px;
  width: 180px;
}
.study_illust.illust03::before {
  background: url(/library/anshin/7pj/kanazawa/img/study2_illust01.png) center / contain no-repeat;
  height: 144px;
  bottom: 405px;
  left: -110px;
  width: 918px;
}
.study_illust.illust04::before {
  background: url(/library/anshin/7pj/kanazawa/img/study4_illust01.png) center / contain no-repeat;
  height: 489px;
  bottom: -30px;
  left: -70px;
  width: 854px;
}
/* study_pager
==================================================== */
ul.study_pager {
  border-top: solid 2px #4bb89d;
  border-bottom: solid 2px #4bb89d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px auto 0;
  padding: 30px;
  width: 800px;
}
ul.study_pager a {
  display: block;
  position: relative;
}
ul.study_pager a::before {
  content: "";
  display: block;
  height: 33px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 21px;
}
ul.study_pager_all {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
ul.study_pager_all li:first-child a {
  padding-left: 35px;
}
ul.study_pager_all li:first-child a::before {
  background: url(/library/anshin/7pj/kanazawa/img/study_icon01.png) center / contain no-repeat;
  left: 0;
}
ul.study_pager_all li:last-child a {
  padding-right: 35px;
}
ul.study_pager_all li:last-child a::before {
  background: url(/library/anshin/7pj/kanazawa/img/study_icon02.png) center / contain no-repeat;
  right: 0;
}
ul.study_pager_prev a {
  padding-left: 35px;
}
ul.study_pager_prev a::before {
  background: url(/library/anshin/7pj/kanazawa/img/study_icon01.png) center / contain no-repeat;
  left: 0;
}
ul.study_pager_next {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
ul.study_pager_next a {
  padding-right: 35px;
}
ul.study_pager_next a::before {
  background: url(/library/anshin/7pj/kanazawa/img/study_icon02.png) center / contain no-repeat;
  right: 0;
}
/* update202110
==================================================== */
.index_gaiya_wrap {
  background: #f2e8bc;
  border-radius: 10px;
  font-weight: bold;
  margin-top: 50px;
  padding: 20px;
  text-align: center;
}
.index_gaiya_text01 {
  font-size: 18px;
}
.index_gaiya_text02 {
  font-size: 12px;
}
