@charset "UTF-8";
/*濃いブラウン*/
/*薄いブラウン*/
/*ブラウンの影色*/
/*ブラウンのボーダー色*/
/*ブラウンの中間色*/
/*キャリア相談の青*/
/*キャリア相談の影色*/
/*登録のオレンジ*/
/*登録の濃い影色*/
/*濃い青*/
/*薄い青*/
/*青のボーダー色*/
/*青の中間色*/
/*黄色*/
/*オレンジ*/
/*ダルマの赤*/
body#top main header {
  text-align: left;
  background-image: url(../../images/top/main_fig.png);
  background-repeat: no-repeat;
  background-position: right 8% top 80px;
}
@media screen and (max-width: 767px) {
  body#top main header {
    background-position: center bottom;
    background-size: contain;
  }
}
body#top main header .wrapper {
  padding: 60px 0 100px 0;
}
@media screen and (max-width: 767px) {
  body#top main header .wrapper {
    padding: 30px 0 400px 0;
  }
}
body#top main header h1 {
  font-size: clamp(3rem, 1.622rem + 3.676vw, 6.4rem) !important;
  color: #0E5BA5;
  font-weight: 800;
  line-height: 1.8;
  margin-bottom: 30px;
}
body#top main header p.copy {
  font-size: clamp(2.6rem, 2.438rem + 0.432vw, 3rem) !important;
  font-weight: 600;
  margin-bottom: 0;
}
body#top main header p.summary {
  font-size: clamp(2.2rem, 2.038rem + 0.432vw, 2.6rem) !important;
  margin-bottom: 30px;
}
body#top main header .container {
  position: relative;
}
body#top main header .container p.anniversary_ico {
  position: absolute;
  top: 20px;
  right: 2%;
}
@media screen and (max-width: 767px) {
  body#top main header .container p.anniversary_ico {
    top: -20px;
  }
  body#top main header .container p.anniversary_ico img {
    width: 100px;
  }
}
body#top main article {
  overflow: hidden;
}

#future {
  background-image: url(../images/body_bg_brown.jpg);
  background-repeat: repeat;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  margin-left: -600px;
  margin-right: -600px;
  padding-left: 600px;
  padding-right: 600px;
  padding-bottom: 60px;
  overflow: hidden;
  padding-top: 100px;
}
#future h2 {
  font-size: clamp(3rem, 2.838rem + 0.432vw, 3.4rem) !important;
  color: #603813;
  font-weight: 600;
  margin-bottom: 50px;
}
#future h2::after {
  display: block;
  content: "";
  width: 180px;
  height: 2px;
  background-color: #FFFFFF;
  margin: 30px auto 0 auto;
}
#future #future_intro {
  text-align: left;
  margin-bottom: 30px;
}
#future #future_intro .bg_box_white {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
@media screen and (max-width: 767px) {
  #future #future_intro dl {
    text-align: center;
  }
}
#future #future_intro dl dt {
  margin-bottom: 20px;
  color: #603813;
}
#future #future_intro dl dd {
  font-size: clamp(1.4rem, 1.319rem + 0.216vw, 1.6rem) !important;
  color: #603813;
  font-weight: 400;
  margin-bottom: 1em;
}
#future #future_intro h3 {
  font-size: clamp(2.2rem, 2.038rem + 0.432vw, 2.6rem) !important;
  color: #FFFFFF;
  font-weight: 600;
  margin-bottom: 10px;
}
#future #future_intro p.lead {
  font-size: clamp(1.6rem, 1.519rem + 0.216vw, 1.8rem) !important;
  color: #FFFFFF;
  margin-bottom: 20px;
}
#future #future_intro p.summary {
  font-size: clamp(1.8rem, 1.719rem + 0.216vw, 2rem) !important;
  color: #FFFFFF;
  font-weight: 600;
}
#future #forte {
  text-align: left;
}
@media screen and (max-width: 767px) {
  #future #forte {
    text-align: center;
  }
}
#future #forte .round_box {
  background: #FFEDB5;
  background: linear-gradient(60deg, rgb(255, 237, 181) 0%, rgb(255, 255, 255) 100%, rgb(255, 255, 255) 100%);
  margin-bottom: 50px;
}
#future #forte .round_box p.copy {
  font-size: clamp(2.2rem, 2.038rem + 0.432vw, 2.6rem) !important;
  font-weight: 600;
  margin-bottom: 10px;
}
#future #forte .round_box p.lead {
  font-size: clamp(3.2rem, 2.957rem + 0.649vw, 3.8rem) !important;
  color: #DD3F21;
  font-weight: 700;
  margin-bottom: 20px;
}
#future #forte .round_box .concept_fig {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#future #forte .round_box .concept_fig .concept {
  position: relative;
  color: #603813;
  background-color: #FFFFFF;
  border: solid 1px #603813;
  width: 9em;
  height: 9em;
  border-radius: 50%;
  font-weight: 600;
  line-height: 1.6;
}
#future #forte .round_box .concept_fig .concept span {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 9em;
  text-align: center;
}
#future #forte .round_box .concept_fig .match {
  font-size: clamp(3.4rem, 3.238rem + 0.432vw, 3.8rem) !important;
  color: #603813;
  font-weight: 100;
  padding: 20px;
}

#top_pickup {
  text-align: left;
}
#top_pickup .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#top_pickup .title {
  font-size: clamp(2.4rem, 2.319rem + 0.216vw, 2.6rem) !important;
  color: #603813;
  font-weight: 600;
  margin-bottom: 20px;
}
#top_pickup .title span {
  font-size: clamp(1.8rem, 1.719rem + 0.216vw, 2rem) !important;
  color: #FFFFFF;
  display: inline-block;
  padding: 5px 15px !important;
  margin-right: 0.5em;
  margin-bottom: 10px;
}
#top_pickup dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #top_pickup dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin-bottom: 10px;
  }
}
#top_pickup dl dt {
  margin-right: 1em;
}
#top_pickup dl dt::after {
  display: inline-block;
  content: "　：";
}
@media screen and (max-width: 767px) {
  #top_pickup dl dt::after {
    display: none;
  }
}

#counseling {
  background-image: repeating-linear-gradient(135deg, #292a5e, #292a5e 1px, #2e3192 1px, #2e3192 4px);
  padding: 60px 0;
}
#counseling h2 {
  font-size: clamp(2.9rem, 2.738rem + 0.432vw, 3.3rem) !important;
  color: #0E5BA5;
  font-weight: 600;
  margin-bottom: 20px;
}
#counseling h2 img {
  margin-top: -50px;
  margin-right: 10px;
}
#counseling p.copy {
  font-size: clamp(2.6rem, 2.438rem + 0.432vw, 3rem) !important;
  font-weight: 600;
  margin-bottom: 0.5em;
}
#counseling p.copy strong {
  font-weight: inherit;
  border-bottom: solid 5px #FFE9D2;
}
#counseling p.lead {
  font-size: clamp(1.8rem, 1.719rem + 0.216vw, 2rem) !important;
  font-weight: 600;
  margin-bottom: 20px;
}
#counseling p.example {
  color: #0E5BA5;
}
#counseling p.example span {
  display: inline-block;
  text-align: center;
  width: 18em;
  border: solid 1px #0E5BA5;
  border-radius: 8px;
  padding: 3px;
  background-color: #FFFFFF;
  margin: 0 0.5em 10px 0;
}
#counseling p.conclusion {
  font-size: clamp(1.8rem, 1.719rem + 0.216vw, 2rem) !important;
  color: #0E5BA5;
  font-weight: 500;
}
#counseling figure {
  width: 300px;
  margin: 0 auto;
}

#feature {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #feature {
    margin-top: 50px;
  }
}
#feature h2 {
  font-size: clamp(2.2rem, 1.714rem + 1.297vw, 3.4rem) !important;
  color: #603813;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #feature h2 {
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
#feature ul li {
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#feature ul li dl {
  text-align: left;
}
@media screen and (max-width: 767px) {
  #feature ul li dl {
    margin-bottom: 20px;
  }
}
#feature ul li dl dt {
  font-size: clamp(2.2rem, 2.038rem + 0.432vw, 2.6rem) !important;
  color: #603813;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 10px;
}
#feature ul li .box_btn.basic a {
  width: 16em;
}

#job_news, #news {
  text-align: left;
  margin-bottom: 30px;
}
#job_news h2, #news h2 {
  font-size: clamp(2.4rem, 2.238rem + 0.432vw, 2.8rem) !important;
  font-weight: 600;
  margin-bottom: 20px;
}
#job_news #view_time, #news #view_time {
  padding-right: 0.5em;
}
#job_news dl, #news dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#job_news dl dt, #news dl dt {
  width: 6em;
  margin-bottom: 10px;
  font-weight: normal;
}
#job_news dl dd, #news dl dd {
  width: calc(100% - 6em);
  margin-bottom: 10px;
}
#job_news a, #news a {
  text-decoration: underline;
}
/*# sourceMappingURL=top.css.map */