@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: 10px; }
  .sab_txt.text_align {
    text-align: center; }

.orange {
  color: #FF8443; }

#cause .main_txt {
  text-align: center;
  font-size: 1.8rem;
  color: #2C377E;
  margin-bottom: 45px; }
  @media (min-width: 768px) {
    #cause .main_txt {
      font-size: calc( 1.8rem + ( 1vw - 7.68px ) * 3.125 ); } }
  @media (min-width: 1280px) {
    #cause .main_txt {
      font-size: 3.4rem; } }
#cause .top_img_wrap {
  margin-bottom: 14%; }
#cause .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"; }
  #cause .adaptation_box .adaptation_txt {
    font-weight: bold;
    font-size: 1.3rem; }
    @media (min-width: 768px) {
      #cause .adaptation_box .adaptation_txt {
        font-size: calc( 1.3rem + ( 1vw - 7.68px ) * 0.390625 ); } }
    @media (min-width: 1280px) {
      #cause .adaptation_box .adaptation_txt {
        font-size: 1.5rem; } }
  #cause .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) {
      #cause .adaptation_box .adaptation {
        font-size: calc( 1.4rem + ( 1vw - 7.68px ) * 0.78125 ); } }
    @media (min-width: 1280px) {
      #cause .adaptation_box .adaptation {
        font-size: 1.8rem; } }
    #cause .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%); }
#cause .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) {
    #cause .sab_title_txt {
      font-size: calc( 1.3rem + ( 1vw - 7.68px ) * 0.390625 ); } }
  @media (min-width: 1280px) {
    #cause .sab_title_txt {
      font-size: 1.5rem; } }
#cause .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%; }
  #cause .category_box .category_btn {
    flex: 0 1 100%;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px; }
    #cause .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) {
        #cause .category_box .category_btn .btn_txt {
          font-size: calc( 1.2rem + ( 1vw - 7.68px ) * 0 ); } }
      @media (min-width: 1280px) {
        #cause .category_box .category_btn .btn_txt {
          font-size: 1.2rem; } }
      #cause .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%); }
#cause .sab_title {
  text-align: center;
  font-size: 1.6rem;
  color: #2C377E;
  margin-bottom: 45px; }
  @media (min-width: 768px) {
    #cause .sab_title {
      font-size: calc( 1.6rem + ( 1vw - 7.68px ) * 1.5625 ); } }
  @media (min-width: 1280px) {
    #cause .sab_title {
      font-size: 2.4rem; } }
#cause .cause_wrap {
  margin-bottom: 60px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"; }
  #cause .cause_wrap .sab_txt_title {
    font-size: 1.4rem;
    color: #2C377E;
    margin-bottom: 3%; }
    @media (min-width: 768px) {
      #cause .cause_wrap .sab_txt_title {
        font-size: calc( 1.4rem + ( 1vw - 7.68px ) * 0.390625 ); } }
    @media (min-width: 1280px) {
      #cause .cause_wrap .sab_txt_title {
        font-size: 1.6rem; } }
  #cause .cause_wrap .cause_nomal {
    font-size: 1.6rem;
    margin-bottom: 20px;
    border-bottom: solid 1px #2C377E;
    padding-bottom: 10px;
    font-weight: bold; }
    @media (min-width: 768px) {
      #cause .cause_wrap .cause_nomal {
        font-size: calc( 1.6rem + ( 1vw - 7.68px ) * 0 ); } }
    @media (min-width: 1280px) {
      #cause .cause_wrap .cause_nomal {
        font-size: 1.6rem; } }
    #cause .cause_wrap .cause_nomal .attensiton {
      font-size: 1.1rem;
      display: block; }
      @media (min-width: 768px) {
        #cause .cause_wrap .cause_nomal .attensiton {
          font-size: calc( 1.1rem + ( 1vw - 7.68px ) * 0.1953125 ); } }
      @media (min-width: 1280px) {
        #cause .cause_wrap .cause_nomal .attensiton {
          font-size: 1.2rem; } }
  #cause .cause_wrap .flex_wrap {
    margin-bottom: 10%; }
    #cause .cause_wrap .flex_wrap .medical_box {
      border: solid 1px #2C377E;
      flex: 0 1 100%;
      width: 100%;
      max-width: 100%;
      margin-bottom: 4%; }
      #cause .cause_wrap .flex_wrap .medical_box .txt_wrap {
        font-size: 1.6rem;
        background: #2C377E;
        color: #fff;
        text-align: center;
        width: 100%;
        padding: 10px 0; }
        @media (min-width: 768px) {
          #cause .cause_wrap .flex_wrap .medical_box .txt_wrap {
            font-size: calc( 1.6rem + ( 1vw - 7.68px ) * 0 ); } }
        @media (min-width: 1280px) {
          #cause .cause_wrap .flex_wrap .medical_box .txt_wrap {
            font-size: 1.6rem; } }
      #cause .cause_wrap .flex_wrap .medical_box .txt {
        font-size: 1.4rem;
        padding: 2% 2.5%; }
        @media (min-width: 768px) {
          #cause .cause_wrap .flex_wrap .medical_box .txt {
            font-size: calc( 1.4rem + ( 1vw - 7.68px ) * 0 ); } }
        @media (min-width: 1280px) {
          #cause .cause_wrap .flex_wrap .medical_box .txt {
            font-size: 1.4rem; } }
#cause .question_wrap {
  margin-bottom: 60px; }
  #cause .question_wrap .question {
    font-size: 1.6rem;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    text-align: center;
    font-weight: bold;
    margin-bottom: 10%; }
    @media (min-width: 768px) {
      #cause .question_wrap .question {
        font-size: calc( 1.6rem + ( 1vw - 7.68px ) * 0.390625 ); } }
    @media (min-width: 1280px) {
      #cause .question_wrap .question {
        font-size: 1.8rem; } }
#cause .btn {
  width: 100%;
  max-width: 335px;
  margin: 0 auto; }
  #cause .btn a.gl_btn {
    border: solid 1px #2C377E;
    background: #2C377E;
    padding: 15px; }
    #cause .btn a.gl_btn .next {
      position: relative;
      right: 0; }

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

  #cause .top_img_wrap {
    margin-bottom: 10%; }
  #cause .adaptation_box {
    padding: 5% 4% 3%; }
    #cause .adaptation_box .adaptation {
      width: 25%; }
  #cause .sab_title_txt {
    margin-bottom: 50px; }
  #cause .category_box .category_btn {
    flex: 0 1 19%;
    width: 19%;
    max-width: 19%;
    margin-bottom: 0; }
    #cause .category_box .category_btn .btn_txt {
      display: grid;
      place-content: center;
      height: 100%;
      box-sizing: border-box;
      font-weight: inherit;
      border: solid 1px #2C377E; }
      #cause .category_box .category_btn .btn_txt:hover {
        transition: 0.3s;
        background: #fff;
        color: #2C377E; }
        #cause .category_box .category_btn .btn_txt:hover:after {
          border-top: solid 2px #2C377E;
          border-right: solid 2px #2C377E; }
  #cause .sab_title {
    margin-bottom: 80px;
    position: relative; }
    #cause .sab_title:before {
      content: '';
      position: absolute;
      display: block;
      left: 0;
      right: 0;
      bottom: -30px;
      width: 90px;
      height: 1px;
      margin: auto;
      background: #2C377E; }
  #cause .cause_wrap {
    margin-bottom: 100px; }
    #cause .cause_wrap .sab_txt_title {
      margin-bottom: 1%; }
    #cause .cause_wrap .flex_wrap {
      margin-bottom: 10%; }
      #cause .cause_wrap .flex_wrap .medical_box {
        flex: 0 1 48%;
        width: 48%;
        max-width: 48%;
        margin-bottom: 3%; }
  #cause .question_wrap {
    margin-bottom: 100px; }
    #cause .question_wrap .question {
      margin-bottom: 7%; }
  #cause .btn a.gl_btn {
    padding: 10px 0; }
    #cause .btn a.gl_btn:hover {
      background: #fff;
      color: #2C377E; }
  #cause .btn:hover a .arrow:before {
    background: #2C377E; }
  #cause .btn:hover a .arrow:after {
    background: #2C377E; } }
/*------------------------------
		901px以上
------------------------------*/
/*------------------------------
		1281px以上
------------------------------*/
