main *,
main *::before,
main *::after{ box-sizing: border-box;}
html {
  color: #333; }
body{
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, system-ui, sans-serif;
  font-weight: 300;
  text-align: center;
}

a {
  color: #00388C; }
a[href^="tel:"] {
  pointer-events: none; }

p { margin-bottom: 1em;line-height: 1.7;font-size: 16px; text-align: left;}

img {
  max-width: 100%;
  height: auto; }

.mb10{ margin-bottom: 10px !important;}
.mb20{ margin-bottom: 20px !important;}
.mb30{ margin-bottom: 30px !important;}
.mb40{ margin-bottom: 40px !important;}
.pt0{padding-top: 0 !important;}
.pb0{padding-bottom: 0 !important;}


section h2{
  font-size: 30px;
  letter-spacing: .15em;
  font-weight: normal;
  line-height: 1.7;
  text-align: center;
}
section h2::after{
  content: "";
  display: block;
  border-bottom: 3px solid #2C4198;
  width: 115px;
  margin: 20px auto 55px;
}
section h3{
  text-align: center;
  font-size: 23px;
}

section .inner{
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 90px 0;
}

#bread {
  width: 100%;
  max-width: 1000px;
  padding: 10px 50px;
  margin: 0 auto;
  text-align: left;
  font-size: 12px;
  box-sizing: border-box;
}
#bread a{ text-decoration: none;}
#bread a:after {
  content: ">";
  margin: 0 .5em; }

p.lead {
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
}

.bg-gray {
  background-color: #F0F0EF;
}

/* 1000px以上のモニター */
@media screen and (min-width: 1000px) {
  .sp {display: none;}
  .tab {display: none;}
  .pc {display: block;}
  .br_pc:before {
    content: "\A" ;
    white-space: pre ;
  }
  .br_tab:before,
  .br_sp:before {
    content: none;
  }
}

@media screen and (max-width: 999px) {
  #bread {
    display: none;
  }
  main {
    margin-top: 87px;
  }
}

/* タブレット */
@media screen and (min-width: 600px) and (max-width: 999px) {
  .sp {display: none;}
  .pc {display: none;}
  .tab {display: block;}
  .br_tab:before {
    content: "\A" ;
    white-space: pre ;
  }
  .br_pc:before,
  .br_sp:before {
    content: none;
  }

  section .inner {
    padding: 50px 0;
  }
}

/* 599px以下（スマホ） */
@media screen and (max-width: 599px) {
  .tab {display: none;}
  .pc {display: none;}
  .sp {display: block;}
  .br_pc:before,
  .br_tab:before{
    content: none;
  }
  .br_sp:before {
    content: "\A" ;
    white-space: pre ;
  }

  section .inner {
    width: 100%;
    padding: 40px 15px;
  }
  section h2 {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 1.3;
  }
  section h2::after {
    width: 80px;
    margin: 15px auto 30px;
  }
  section h3{ font-size: 1.2rem}
}



/* ==========================================================================
   mv
   ========================================================================== */
.mv {
}
.mv-inner {
  width: 100%;
  height: 0;
  padding-top: 28.0528053%;
  display: flex;
  align-items: center;
  background: #E9E9F1 url(/guidance/images/s_compass/regular_mv.jpg) 50% 50% no-repeat;
  background-size: cover;
  position: relative;
}
.mv-ttl {
  color: #1c246d;
  font-size: 35px;
  font-weight: normal;
  letter-spacing: 3px;
  line-height: 1.6;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255,255,255,.7);
  padding: 30px 10px;
}
@media screen and (max-width: 999px) {
  .mv-inner {
    padding-top: 266px;
  }
  .mv-ttl {
    font-size: 30px;
    padding: 10px;
  }
}
@media screen and (max-width: 599px) {
  .mv-inner {
    background: #E9E9F1 url(/guidance/images/s_compass/regular_mv_sp.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
  .mv-ttl {
    font-size: 24px;
     padding: 30px 10px;
  }
}
/* ==========================================================================
   catch
   ========================================================================== */
.catch .lead-main {
  font-size: 18px;
  width: 75%;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .catch .lead-main {
    font-size: 14px;
    width: 100%;
  }
}
/* ==========================================================================
   about-s-compass
   ========================================================================== */
.about-s-compass {
  background-color: #E9E9F1;
}
.about-s-compass .lead-main {
  font-size: 16px;
  text-align: center;
}
.about-s-compass .explanation-box {
  border-top: 2px dotted #34397C;
  border-bottom: 2px dotted #34397C;
  margin: 50px 30px 0;
}
.about-s-compass .explanation-box-inner {
  padding: 20px 8vw;
}
.about-s-compass .explanation-box .ttl {
  text-align: left;
  font-size: 20px;
  font-weight: normal;
}
.about-s-compass .explanation-box .ttl span {
  color: #34397c;
}
.about-s-compass .explanation-box p {
  margin-top: 15px;
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .about-s-compass .lead-main {
    font-size: 14px;
  }
  .about-s-compass .explanation-box {
    margin-left: 0;
    margin-right: 0;
  }
  .about-s-compass .explanation-box-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .about-s-compass .explanation-box .ttl,
  .about-s-compass .explanation-box p {
    font-size: 14px;
  }
}
/* ==========================================================================
   about-s-compass
   ========================================================================== */
.possible-to .lead-main {
  width: 75%;
  margin: 0 auto 30px;
}
.possible-to .lead-main small {
  font-size: 13px;
}
.possible-to .ttl-bd {
  font-weight: normal;
  color: #1c246d;
  font-size: 20px;
  border-top: 2px dotted #1C246D;
  border-bottom: 2px dotted #1C246D;
  padding: 15px;
  margin: 0 30px;
}
.possible-to .inner-full {
  background: url(/guidance/images/s_compass/step_bg.png) 50% 23% no-repeat;
}
.possible-to .step-list-one {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 100px;
}
.possible-to .step-list-one .item {
  max-width: 280px;
  width: 33%;
  text-align: center;
  margin: 0 15px;
}
.possible-to .step-list-one .item .fig {
  margin: 0 auto 20px;
  width: 100%;
  max-width: 240px;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.possible-to .step-list-one .item .box{
  position: relative;
  background: #FFF;
  border-style: solid;
  border-width: 1px;
  max-width: 280px;
  min-height: 180px;
  padding: 20px 15px;
  text-align: left;
}
.possible-to .step-list-one .item .box::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  top: -13px;
  transform: translateX(-50%);
  border-right: 13px solid transparent;
  border-bottom: 13px solid #ca8888;
  border-left: 13px solid transparent;
}
.possible-to .step-list-one .item .box::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  top: -12px;
  transform: translateX(-50%);
  border-right: 13px solid transparent;
  border-bottom: 13px solid #fff;
  border-left: 13px solid transparent;
}
.possible-to .step-list-one .item .box p {
  margin: 0;
}
.possible-to .step-list-one .item:nth-child(1) .box,
.possible-to .step-list-two .item:nth-child(1) {
  border-color: #8A9F55;
}
.possible-to .step-list-one .item:nth-child(1) .box::before {
  border-bottom-color: #8A9F55;
}
.possible-to .step-list-one .item:nth-child(2) .box,
.possible-to .step-list-two .item:nth-child(2) {
  border-color: #D7BA41;
}
.possible-to .step-list-one .item:nth-child(2) .box::before {
  border-bottom-color: #D7BA41;
}
.possible-to .step-list-one .item:nth-child(3) .box,
.possible-to .step-list-two .item:nth-child(3) {
  border-color: #C56780;
}
.possible-to .step-list-one .item:nth-child(3) .box::before {
  border-bottom-color: #C56780;
}

.possible-to .step-list-two {
  display: flex;
  justify-content: center;
}
.possible-to .step-list-two .item {
  max-width: 280px;
  width: 33%;
  text-align: center;
  margin: 0 15px;
  background: #FFF;
  border-style: solid;
  border-width: 1px;
  margin-top: 60px;
  padding: 20px;
}
.possible-to .step-list-two .item ul {
  margin-top: 30px;
}
.possible-to .step-list-two .item li {
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 5px;
  line-height: 1.4;
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  .possible-to .lead-main {
    font-size: 14px;
    width: 100%;
  }
  .possible-to .lead-main small {
    font-size: 10px;
  }
  .possible-to .ttl-bd {
    margin: 0;
    font-size: 16px;
    padding: 10px;
    line-height: 1.6;
  }
  .possible-to .inner-full {
    background: url(/guidance/images/s_compass/step_bg2.png) 67px 50% no-repeat;
    background-size: contain;
    margin: 30px 0 50px;
  }
  .possible-to .step-list-one {
    flex-direction: column;
    margin: 0;
    padding: 30px 0 50px;
  }
  .possible-to .step-list-one .item {
    width: 100%;
    max-width: none;
    margin: 0 0 30px;
    display: flex;
    justify-content: space-between;
  }
  .possible-to .step-list-one .item .fig {
    width: 130px;
    height: auto;
    margin: 0;
  }
  .possible-to .step-list-one .item .box {
    width: calc(100% - 130px - 20px);
    min-height: auto;
    max-width: none;
    padding: 15px;
  }
  .possible-to .step-list-one .item .box::before,
  .possible-to .step-list-one .item .box::after {
    display: none;
  }
  .possible-to .step-list-one .item .box p {
    font-size: 14px;
    margin-bottom: 0;
  }
  .possible-to .step-list-two {
    flex-direction: column;
  }
  .possible-to .step-list-two .item {
    width: 100%;
    max-width: none;
    margin: 30px 0 0;
  }
  .possible-to .step-list-two .item .ttl img {
    width: 100px;
  }
  .possible-to .step-list-two .item ul {
    margin-top: 20px;
  }
  .possible-to .step-list-two .item li {
    font-size: 14px;
  }
}
/* ==========================================================================
   message
   ========================================================================== */
.message {
  background-color: #E9E9F1;
}
.message .signature {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 60px;
}
.message .signature  img {
  margin-left: 30px;
}
@media screen and (max-width: 599px) {
  .message .signature {
    flex-direction: column;
    align-items: flex-end;
    margin-top: 30px;
  }
  .message .signature  img {
    margin-top: 10px;
    margin-left: 0;
  }
}
/* ==========================================================================
   school-introduction
   ========================================================================== */
.school-introduction .school-list {
  display: flex;
  flex-wrap: wrap;
}
.school-introduction .school-list .item {
  width: 48.5%;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 30px;
}
.school-introduction .school-list .item img {
  max-width: none;
  width: 100%;
}
.school-introduction .school-list .item:nth-child(odd) {
  margin-right: 3%;
}
.school-introduction .school-list .ttl-school {
  color: #ffffff;
  font-size: 25px;
  font-weight: normal;
  padding: 15px 10px;
}
.school-introduction .school-list .in {
  padding: 20px 30px;
}
.school-introduction .school-list .ttl-head {
  color: #1c246d;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.4;
  text-align: left;
}
.school-introduction .school-list .txt {
  font-size: 15px;
  margin-top: 5px;
}
.school-introduction .school-list .link-school {
  text-align: right;
  font-size: 18px;
  margin-bottom: 0;
}
.school-introduction .school-list .link-school a {
  text-decoration: underline;
  color: #333333;
}
.school-introduction .school-list .kabu {
  border-color: #5D77A7;
}
.school-introduction .school-list .kabu .ttl-school {
  background-color: #5D77A7;
}
.school-introduction .school-list .fudo {
  border-color: #00A2C9;
}
.school-introduction .school-list .fudo .ttl-school {
  background-color: #00A2C9;
}
.school-introduction .school-list .fx {
  border-color: #C46680;
}
.school-introduction .school-list .fx .ttl-school {
  background-color: #C46680;
}
.school-introduction .school-list .mutualfund {
  border-color: #83A048;
}
.school-introduction .school-list .mutualfund .ttl-school {
  background-color: #83A048;
}
.school-introduction .school-list .kyouyouschool {
  border-color: #82658F;
}
.school-introduction .school-list .kyouyouschool .ttl-school {
  background-color: #82658F;
}
.school-introduction .school-list .retirement {
  border-color: #E2724D;
}
.school-introduction .school-list .retirement .ttl-school {
  background-color: #E2724D;
}
.school-introduction .school-list .note_txt {
  margin-top: 0.5em;
  font-size: 12px;
}
@media screen and (max-width: 599px) {
  .school-introduction .school-list {
    flex-direction: column;
  }
  .school-introduction .school-list .item {
    width: 100%;
  }
  .school-introduction .school-list .item:nth-child(odd) {
    margin-right: 0;
  }
  .school-introduction .school-list .ttl-school {
    font-size: 18px;
    padding: 10px;
  }
  .school-introduction .school-list .in {
    padding: 15px;
  }
  .school-introduction .school-list .ttl-head {
    font-size: 14px;
  }
  .school-introduction .school-list .txt,
  .school-introduction .school-list .link-school {
    font-size: 13px;
  }
}



.box-video-and-power {
  margin-top: 60px;
}
.box-video-and-power h3.type {
  background: #1c236d;
  color: #fff;
  margin-bottom: 0;
  padding: 10px;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.7;
}
.box-video-and-power .content {
  border: 1px solid #1c236d;
  border-top: none;
  padding: 40px 40px 10px;
}
.box-video-and-power .video {
  margin-bottom: 30px;
}
.box-video-and-power .power-box {
  text-align: left;
}
.box-video-and-power .power-box .ttl {
  text-align: center;
  color: #1c236d;
  font-size: 25px;
  margin-bottom: 1em;
  line-height: 1.7;
}
.box-video-and-power .power-box .ttl::after {
  content: initial;
}
.box-video-and-power .power-box .txt {
  margin-bottom: 3em;
}
.box-video-and-power a.btn01 {
  text-align: center;
  background: #EA5621;
  box-shadow: 0 2px 4px rgba(0,0,0,.15);
  width: 80%;
  max-width: 410px;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 22px;
  padding: 12px 20px;
  position: relative;
  display: block;
  margin: 0 auto 30px;
  text-decoration: none;
}
.box-video-and-power a.btn01::after {
  content: '';
  padding: 9px;
  background: url(/images/common/arrow02.svg) left center/contain no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6px;
}
@media screen and (max-width: 599px) {
  .box-video-and-power {
    margin-top: 30px;
  }
  .box-video-and-power h3.type {
    font-size: 16px;
    letter-spacing: .08em;
  }
  .box-video-and-power .content {
    padding: 20px 10px 10px;
  }
  .box-video-and-power .power-box .ttl {
    font-size: 18px;
  }
  .box-video-and-power .power-box .ttl span {
    font-size: 15px;
  }
  .box-video-and-power .power-box .txt {
    font-size: 11px;
  }
  .box-video-and-power a.btn01 {
    font-size: 16px;
  }
}


.video_wrap{
  max-width: 760px;
  margin:0 auto;
}
.video {
  margin: 0 auto;
  width: 100%;
  position:relative;
  padding-top:56.25%;
}
.video iframe {
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

/* ==========================================================================
howto_movie
========================================================================== */
.howto_movie .heading_tb_line {
  margin-bottom: 1.5em;
  padding: 0.5em 0;
  border-top: 1px dashed #1b2669;
  border-bottom: 1px dashed #1b2669;
  color: #1b2669;
  font-weight: normal;
  font-size: 30px;
  text-align: center;
  line-height: 1.6;
}
.howto_movie .heading_tb_line::after {
  content: none;
}
.howto_movie .howto_movie_lead {
  margin-bottom: 2em;
  font-size: 20px;
  text-align: left;
  line-height: 1.8;
}
.howto_movie .video_wrap {
  max-width: 780px;
  margin:0 auto 60px;
}
.howto_movie .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin:0 auto;
}
.howto_movie .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 599px) {
  .howto_movie .heading_tb_line {
    font-size: 18px;
  }
  .howto_movie .howto_movie_lead {
    font-size: 16px;
  }
}

/* ------------------------------
webseminar_box
------------------------------ */
.webseminar_box {
  border: 15px solid #b4b9d9;
  padding: 40px 5%;
  box-sizing: border-box;
}
.webseminar_box * {
  box-sizing: border-box;
}
.webseminar_box h2 {
  margin-bottom: 0.7em;
  font-size: 30px;
  text-align: center;
  letter-spacing: normal;
  line-height: 1.6;
}
.webseminar_box h2::after {
  content: none;
}
.webseminar_box h2 .ttl_marker {
  background: linear-gradient(transparent 50%, rgba(234, 85, 32, 0.15) 50%);
}
.webseminar_box .txt_bold {
  font-weight: bold;
}
.webseminar_box .webseminar_box_lead {
  margin-bottom: 2.2em;
  font-size: 16px;
  text-align: left;
  letter-spacing: normal;
}
.webseminar_box .webseminar_box_lead .strong {
  color: #ea5520;
  font-size: 18px;
  font-weight: bold;
}
.webseminar_box .seminar_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 705px;
  margin: 0 auto;
}
.webseminar_box .seminar_list li {
  width: 30%;
}
.webseminar_box .seminar_list li:nth-child(n + 4) {
  margin-top: 25px;
}
.webseminar_box .seminar_list li img {
  width: 100%;
  height: auto;
}
.webseminar_box .btn_webseminar {
  display: block;
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 30px auto 0;
  padding: 1em 35px 1em 1em;
  background: linear-gradient(to right,  #ea5520 0%,#e3485c 40%);
  border-radius: 9999px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
}
.webseminar_box .btn_webseminar::before {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  content: '';
}
.webseminar_box .btn_webseminar::after {
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: '';
}
.webseminar_box .btn_webseminar:hover {
  opacity: 0.8;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .webseminar_box {
    padding: 25px 4% 30px;
  }
  .webseminar_box h2 {
    font-size: 20px;
  }
  .webseminar_box .webseminar_box_lead {
    font-size: 14px;
  }
  .webseminar_box .webseminar_box_lead .strong {
    font-size: 16px;
  }
  .webseminar_box .seminar_list li:nth-child(n + 4) {
    margin-top: 10px;
  }
  .webseminar_box .btn_webseminar {
    padding: 1.4em 25px 1.4em 1em;
    font-size: 14px;
  }
  .webseminar_box .btn_webseminar::before {
    right: 10px;
    width: 16px;
    height: 16px;
  }
  .webseminar_box .btn_webseminar::after {
    right: 17px;
    width: 5px;
    height: 5px;
  }
}
