@charset "UTF-8";
/* CSS Document */
/* Scss Document */
/* Scss Document */
.counseling {
  background: #F5F7FF; }

.sab_txt {
  text-align: justify;
  font-size: 1.3rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    .sab_txt {
      font-size: calc( 1.3rem + ( 1vw - 7.68px ) * 0.390625 ); } }
  @media (min-width: 1280px) {
    .sab_txt {
      font-size: 1.5rem; } }
  .sab_txt.line_mb {
    margin-bottom: 20px; }
  .sab_txt.text_align {
    text-align: center; }

.orange {
  color: #FF8443; }

.img_box {
  border: 1px solid #4C4C4C;
  margin-bottom: 2%; }

#ohss .main_txt {
  text-align: center;
  font-size: 1.8rem;
  color: #2C377E;
  margin-bottom: 45px; }
  @media (min-width: 768px) {
    #ohss .main_txt {
      font-size: calc( 1.8rem + ( 1vw - 7.68px ) * 3.125 ); } }
  @media (min-width: 1280px) {
    #ohss .main_txt {
      font-size: 3.4rem; } }
#ohss .sab_txt_title {
  font-size: 1.4rem;
  color: #2C377E;
  margin-bottom: 3%; }
  @media (min-width: 768px) {
    #ohss .sab_txt_title {
      font-size: calc( 1.4rem + ( 1vw - 7.68px ) * 0.390625 ); } }
  @media (min-width: 1280px) {
    #ohss .sab_txt_title {
      font-size: 1.6rem; } }
#ohss .sab_title_txt {
  text-align: center;
  font-size: 1.3rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  margin-bottom: 45px; }
  @media (min-width: 768px) {
    #ohss .sab_title_txt {
      font-size: calc( 1.3rem + ( 1vw - 7.68px ) * 0.390625 ); } }
  @media (min-width: 1280px) {
    #ohss .sab_title_txt {
      font-size: 1.5rem; } }
#ohss .category_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10%; }
  #ohss .category_box .category_btn {
    flex: 0 1 100%;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px; }
    #ohss .category_box .category_btn .btn_txt {
      background: #2C377E;
      font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      font-weight: bold;
      color: #fff;
      text-align: center;
      font-size: 1.2rem;
      padding: 20px 0;
      position: relative; }
      @media (min-width: 768px) {
        #ohss .category_box .category_btn .btn_txt {
          font-size: calc( 1.2rem + ( 1vw - 7.68px ) * 0 ); } }
      @media (min-width: 1280px) {
        #ohss .category_box .category_btn .btn_txt {
          font-size: 1.2rem; } }
      #ohss .category_box .category_btn .btn_txt:after {
        content: "";
        position: absolute;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        width: 6px;
        height: 6px;
        top: 50%;
        right: 20px;
        transform: rotate(45deg) translateY(-50%); }
#ohss .adaptation_box {
  position: relative;
  border: solid 2px #2C377E;
  padding: 10% 4% 3%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"; }
  #ohss .adaptation_box .adaptation_txt {
    font-weight: bold;
    font-size: 1.3rem; }
    @media (min-width: 768px) {
      #ohss .adaptation_box .adaptation_txt {
        font-size: calc( 1.3rem + ( 1vw - 7.68px ) * 0.390625 ); } }
    @media (min-width: 1280px) {
      #ohss .adaptation_box .adaptation_txt {
        font-size: 1.5rem; } }
  #ohss .adaptation_box .adaptation {
    font-size: 1.4rem;
    background: #2C377E;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    width: 40%;
    border-radius: 5px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%); }
    @media (min-width: 768px) {
      #ohss .adaptation_box .adaptation {
        font-size: calc( 1.4rem + ( 1vw - 7.68px ) * 0.78125 ); } }
    @media (min-width: 1280px) {
      #ohss .adaptation_box .adaptation {
        font-size: 1.8rem; } }
    #ohss .adaptation_box .adaptation:before {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 15px 12px 0 12px;
      border-color: #2C377E transparent transparent transparent;
      bottom: -30%;
      left: 50%;
      transform: translateX(-50%); }
#ohss .sab_title {
  text-align: center;
  font-size: 1.6rem;
  color: #2C377E;
  margin-bottom: 45px; }
  @media (min-width: 768px) {
    #ohss .sab_title {
      font-size: calc( 1.6rem + ( 1vw - 7.68px ) * 1.5625 ); } }
  @media (min-width: 1280px) {
    #ohss .sab_title {
      font-size: 2.4rem; } }
#ohss .ohss_wrap {
  margin-bottom: 60px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"; }
  #ohss .ohss_wrap .ohss_nomal {
    font-size: 1.6rem;
    margin-bottom: 20px;
    border-bottom: solid 1px #2C377E;
    padding-bottom: 10px;
    font-weight: bold; }
    @media (min-width: 768px) {
      #ohss .ohss_wrap .ohss_nomal {
        font-size: calc( 1.6rem + ( 1vw - 7.68px ) * 0 ); } }
    @media (min-width: 1280px) {
      #ohss .ohss_wrap .ohss_nomal {
        font-size: 1.6rem; } }
    #ohss .ohss_wrap .ohss_nomal .attensiton {
      font-size: 1.1rem;
      display: block; }
      @media (min-width: 768px) {
        #ohss .ohss_wrap .ohss_nomal .attensiton {
          font-size: calc( 1.1rem + ( 1vw - 7.68px ) * 0.1953125 ); } }
      @media (min-width: 1280px) {
        #ohss .ohss_wrap .ohss_nomal .attensiton {
          font-size: 1.2rem; } }
  #ohss .ohss_wrap .point_txt {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 1%; }
    @media (min-width: 768px) {
      #ohss .ohss_wrap .point_txt {
        font-size: calc( 1.4rem + ( 1vw - 7.68px ) * 0.390625 ); } }
    @media (min-width: 1280px) {
      #ohss .ohss_wrap .point_txt {
        font-size: 1.6rem; } }
  #ohss .ohss_wrap .wi_48px {
    margin-bottom: 5%; }
  #ohss .ohss_wrap .flex_wrap {
    margin-bottom: 5%; }
    #ohss .ohss_wrap .flex_wrap .img_box {
      flex: 0 1 100%;
      width: 100%;
      max-width: 100%;
      margin-bottom: 2%; }
#ohss .btn {
  width: 100%;
  max-width: 335px;
  margin: 0 auto; }
  #ohss .btn a.gl_btn {
    border: solid 1px #2C377E;
    background: #2C377E;
    padding: 15px; }
    #ohss .btn a.gl_btn .next {
      position: relative;
      right: 0; }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  .main_txt {
    margin-bottom: 80px; }

  .sab_txt {
    margin-bottom: 70px; }

  #ohss .category_box .category_btn {
    flex: 0 1 19%;
    width: 19%;
    max-width: 19%;
    margin-bottom: 0; }
    #ohss .category_box .category_btn .btn_txt {
      display: grid;
      place-content: center;
      height: 100%;
      box-sizing: border-box;
      font-weight: inherit;
      transition: 0.3s;
      border: solid 1px #2C377E; }
      #ohss .category_box .category_btn .btn_txt:hover {
        transition: 0.3s;
        background: #fff;
        color: #2C377E; }
        #ohss .category_box .category_btn .btn_txt:hover:after {
          border-top: solid 2px #2C377E;
          border-right: solid 2px #2C377E; }
  #ohss .sab_title_txt {
    margin-bottom: 50px; }
  #ohss .adaptation_box {
    padding: 5% 3% 3%; }
    #ohss .adaptation_box .adaptation {
      width: 25%;
      height: 60px;
      line-height: 60px;
      top: -30px; }
      #ohss .adaptation_box .adaptation:before {
        bottom: -20%; }
  #ohss .sab_title {
    margin-bottom: 30px; }
  #ohss .ohss_wrap {
    margin-bottom: 100px; }
    #ohss .ohss_wrap .sab_txt_title {
      margin-bottom: 1%; }
    #ohss .ohss_wrap .wi_48px {
      width: 48%;
      margin-bottom: 3%; }
    #ohss .ohss_wrap .flex_wrap {
      margin-bottom: 1%; }
      #ohss .ohss_wrap .flex_wrap .img_box {
        flex: 0 1 48%;
        width: 48%;
        max-width: 48%;
        margin-bottom: 2%; }
  #ohss .btn a.gl_btn {
    padding: 10px 0; }
    #ohss .btn a.gl_btn:hover {
      background: #fff;
      color: #2C377E; }
  #ohss .btn:hover a .arrow:before {
    background: #2C377E; }
  #ohss .btn:hover a .arrow:after {
    background: #2C377E; } }
/*------------------------------
		901px以上
------------------------------*/
/*------------------------------
		1281px以上
------------------------------*/
