@charset "UTF-8";
/* =======================================================

	早わかり ひょうしん

======================================================= */
.guide .sec_1 figure {
  position: relative; }
  @media only screen and (max-width: 768px), print and (min-width: 2cm) {
    .guide .sec_1 figure > img {
      object-fit: cover;
      width: 100%;
      height: 220px; } }
  .guide .sec_1 figure h1 {
    position: absolute;
    width: 340px;
    bottom: 55px;
    left: calc(50% - 430px); }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .guide .sec_1 figure h1 {
        width: 200px;
        bottom: 20px;
        left: 20px; } }
.guide .sec_1__lead {
  background: linear-gradient(90deg, #e7380d 0%, #F39202 100%);
  padding: 60px 0;
  text-align: center; }
  @media only screen and (max-width: 768px), print and (min-width: 2cm) {
    .guide .sec_1__lead {
      padding: 40px 0; } }
  .guide .sec_1__lead p {
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    color: #fff;
    display: inline-block;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .guide .sec_1__lead p {
        font-size: 1.6rem; } }
    .guide .sec_1__lead p::before {
      content: "";
      width: 124px;
      height: 106px;
      position: absolute;
      right: -165px;
      top: calc(50% - 53px);
      background: url("../img/guide/pic_search.png") no-repeat center/contain;
      z-index: -1; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        .guide .sec_1__lead p::before {
          width: 62px;
          height: 53px;
          right: -25px;
          top: -25px; } }
.guide .sec_2__ttl {
  background: url("../img/guide/pic_01.png") no-repeat 90% bottom/438px auto;
  padding-left: 80px;
  padding-top: 55px; }
  @media only screen and (max-width: 768px), print and (min-width: 2cm) {
    .guide .sec_2__ttl {
      background: url("../img/guide/pic_01.png") no-repeat 100% bottom/280px auto;
      padding-left: 30px;
      padding-top: 60px;
      padding-bottom: 15px; } }
  .guide .sec_2__ttl .ff_en {
    position: relative;
    top: 0.1em;
    margin: 0 0 0 0.05em; }
  .guide .sec_2__ttl span {
    display: inline-block;
    letter-spacing: 0.05em;
    margin: 0 0.02em; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .guide .sec_2__ttl span {
        line-height: 1; } }
.guide .sec_2 .box_point {
  background-color: #FFFAF2;
  border: solid 3px #E7380D;
  border-radius: 30px;
  padding: 35px 50px 50px; }
  @media only screen and (max-width: 768px), print and (min-width: 2cm) {
    .guide .sec_2 .box_point {
      border-radius: 15px;
      padding: 15px 20px 30px;
      border-width: 2px; } }
  .guide .sec_2 .box_point .txt_point {
    font-size: 3.4rem;
    font-weight: 500;
    padding-left: 65px;
    color: #E7380D;
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    position: relative;
    line-height: 1; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .guide .sec_2 .box_point .txt_point {
        font-size: 2.4rem;
        padding-left: 45px; } }
    .guide .sec_2 .box_point .txt_point::before {
      content: "";
      width: 45px;
      height: 45px;
      background: url("../img/guide/icon_check.svg") no-repeat center/contain;
      position: absolute;
      left: 0;
      top: calc(50% - 12.5px); }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        .guide .sec_2 .box_point .txt_point::before {
          width: 30px;
          height: 30px;
          top: calc(50% - 10.5px); } }
    .guide .sec_2 .box_point .txt_point span {
      font-size: 6.4rem;
      display: inline-block;
      margin-left: 0.15em;
      position: relative;
      top: 0.11em; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        .guide .sec_2 .box_point .txt_point span {
          font-size: 3.8rem;
          top: 0.09em; } }
  .guide .sec_2 .box_point h2 {
    font-size: 3.0rem;
    font-weight: 600;
    line-height: 1.4;
    margin: 0.9em 0 0.6em; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .guide .sec_2 .box_point h2 {
        font-size: 2.2rem; } }
  .guide .sec_2 .box_point hr {
    border-color: #707070;
    margin: 3em 0 1em; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .guide .sec_2 .box_point hr {
        margin: 2em 0 1.2em; } }
  @media only screen and (max-width: 768px), print and (min-width: 2cm) {
    .guide .sec_2 .box_point figure {
      margin-top: 20px; } }
.guide .sec_3__ttl {
  padding-left: 314px;
  position: relative;
  width: 1000px;
  margin: 110px auto 0;
  padding-bottom: 20px; }
  @media only screen and (max-width: 768px), print and (min-width: 2cm) {
    .guide .sec_3__ttl {
      padding-left: 175px;
      margin: 90px auto 0; } }
  .guide .sec_3__ttl::before {
    content: "";
    width: 492px;
    height: 286px;
    background: url("../img/guide/pic_02.png") no-repeat center bottom/contain;
    position: absolute;
    left: -30px;
    bottom: 0; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .guide .sec_3__ttl::before {
        width: 295px;
        height: 172px; } }
  .guide .sec_3__ttl span {
    display: inline-block;
    letter-spacing: 0.05em;
    margin: 0 0.02em; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .guide .sec_3__ttl span {
        line-height: 1; } }
.guide .sec_3 .box_number {
  background: linear-gradient(160deg, #E7380D 50%, #F39202 100%);
  padding: 5px 0 70px; }
.guide .sec_3 .list_number {
  margin-top: 35px; }
  @media only screen and (max-width: 768px), print and (min-width: 2cm) {
    .guide .sec_3 .list_number {
      margin-top: 25px; } }
  .guide .sec_3 .list_number ul {
    display: flex;
    flex-wrap: wrap;
    gap: 35px; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .guide .sec_3 .list_number ul {
        gap: 15px; } }
    .guide .sec_3 .list_number ul li {
      width: 310px;
      transform: scale(1.2) rotate(10deg);
      opacity: 0;
      transition: 0.6s ease; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        .guide .sec_3 .list_number ul li {
          width: calc(50% - 7.5px); } }
      .guide .sec_3 .list_number ul li.col2 {
        width: 655px; }
        @media only screen and (max-width: 768px), print and (min-width: 2cm) {
          .guide .sec_3 .list_number ul li.col2 {
            width: 100%; } }
      .guide .sec_3 .list_number ul li.col3 {
        width: 1000px; }
        @media only screen and (max-width: 768px), print and (min-width: 2cm) {
          .guide .sec_3 .list_number ul li.col3 {
            width: 100%; } }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        .guide .sec_3 .list_number ul li.has_ul {
          width: 100%; } }
      .guide .sec_3 .list_number ul li.active {
        transform: scale(1) rotate(0deg);
        opacity: 1; }
.guide .box_message {
  border-radius: 16px;
  margin-top: 55px;
  padding: 55px 50px 40px;
  border: solid 3px #E7380D;
  background-color: #fff; }
  .guide .box_message h3 {
    color: #E7380D;
    font-size: 2.8rem;
    text-align: center;
    font-weight: 600;
    line-height: 1.4;
    position: relative;
    z-index: 1;
    margin-bottom: 0.9em; }
    .guide .box_message h3::before {
      content: "";
      width: 270px;
      height: 60px;
      position: absolute;
      left: 50%;
      top: -42px;
      background: url("../img/about/txt_forstudent.svg") no-repeat center/contain;
      z-index: -1; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        .guide .box_message h3::before {
          width: 340px;
          left: -20px; } }
.guide .box_about {
  border-radius: 16px;
  margin: 40px 0;
  padding-top: 10px; }
  .guide .box_about__inner {
    padding: 0 50px 50px; }
  .guide .box_about .list_kanousei {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 2em 0 1.6em; }
    .guide .box_about .list_kanousei li {
      color: #E7380D;
      border: solid 2px #E7380D;
      font-size: 2.2rem;
      width: calc((100% - 45px)/4);
      text-align: center;
      font-weight: 500;
      padding: 0.4em 1em 0.5em;
      line-height: 1.4; }
  .guide .box_about .txt_kanousei {
    text-align: center; }
    .guide .box_about .txt_kanousei span {
      font-size: 2.4rem;
      font-weight: 600;
      line-height: 1.7;
      letter-spacing: 0.08em;
      color: #E7380D;
      background: linear-gradient(transparent 70%, rgba(245, 162, 0, 0.25) 0%); }

/*# sourceMappingURL=guide.css.map */
