@charset "UTF-8";
/* CSS Document */
/* Scss Document */
/* Scss Document */
.copy_title {
  font-size: 1.6rem;
  margin-bottom: 5%;
  text-align: center;
  color: #2C377E; }
  @media (min-width: 768px) {
    .copy_title {
      font-size: calc( 1.6rem + ( 1vw - 7.68px ) * 1.5625 ); } }
  @media (min-width: 1280px) {
    .copy_title {
      font-size: 2.4rem; } }

#step_bg .main_txt {
  text-align: center;
  font-size: 1.8rem;
  color: #2C377E;
  margin-bottom: 45px; }
  @media (min-width: 768px) {
    #step_bg .main_txt {
      font-size: calc( 1.8rem + ( 1vw - 7.68px ) * 3.125 ); } }
  @media (min-width: 1280px) {
    #step_bg .main_txt {
      font-size: 3.4rem; } }
  #step_bg .main_txt.mb_10 {
    margin-bottom: 10px; }
#step_bg .sab_title {
  text-align: center;
  font-size: 1.6rem;
  color: #2C377E;
  margin-bottom: 45px; }
  @media (min-width: 768px) {
    #step_bg .sab_title {
      font-size: calc( 1.6rem + ( 1vw - 7.68px ) * 1.5625 ); } }
  @media (min-width: 1280px) {
    #step_bg .sab_title {
      font-size: 2.4rem; } }
#step_bg .step_wrap {
  background: #fff;
  padding: 5%; }
  #step_bg .step_wrap .img_box {
    flex: 0 1 100%;
    width: 100%;
    max-width: 100%;
    margin-bottom: 2%; }
  #step_bg .step_wrap .txt_wrap {
    flex: 0 1 100%;
    width: 100%;
    max-width: 100%; }
    #step_bg .step_wrap .txt_wrap .number {
      font-size: 2rem;
      font-family: YuMincho, "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", serif;
      color: #2C377E; }
      @media (min-width: 768px) {
        #step_bg .step_wrap .txt_wrap .number {
          font-size: calc( 2rem + ( 1vw - 7.68px ) * 1.3671875 ); } }
      @media (min-width: 1280px) {
        #step_bg .step_wrap .txt_wrap .number {
          font-size: 2.7rem; } }
    #step_bg .step_wrap .txt_wrap .step_title {
      font-size: 1.6rem;
      font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      color: #2C377E;
      margin: -10px 0 2% 0; }
      @media (min-width: 768px) {
        #step_bg .step_wrap .txt_wrap .step_title {
          font-size: calc( 1.6rem + ( 1vw - 7.68px ) * 0.5859375 ); } }
      @media (min-width: 1280px) {
        #step_bg .step_wrap .txt_wrap .step_title {
          font-size: 1.9rem; } }
    #step_bg .step_wrap .txt_wrap .contents_txt {
      font-size: 1.3rem;
      font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      text-align: justify; }
      @media (min-width: 768px) {
        #step_bg .step_wrap .txt_wrap .contents_txt {
          font-size: calc( 1.3rem + ( 1vw - 7.68px ) * 0.390625 ); } }
      @media (min-width: 1280px) {
        #step_bg .step_wrap .txt_wrap .contents_txt {
          font-size: 1.5rem; } }
    #step_bg .step_wrap .txt_wrap .btn {
      margin: 3% 0; }
  #step_bg .step_wrap:last-child {
    margin-bottom: 10%; }
#step_bg .triangle {
  margin: 2% auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 25px 0 25px;
  border-color: #2C377E transparent transparent transparent; }
#step_bg .menulist_wrap ul li a {
  background: #fff;
  margin-bottom: 2%;
  display: block;
  padding: 20px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: bold;
  color: #2C377E; }
  #step_bg .menulist_wrap ul li a .flex_wrap {
    justify-content: flex-start;
    align-items: center;
    position: relative; }
    #step_bg .menulist_wrap ul li a .flex_wrap .icon_box {
      flex: 0 1 12%;
      width: 12%;
      max-width: 12%;
      margin-right: 20px; }
    #step_bg .menulist_wrap ul li a .flex_wrap .icon_txt {
      font-size: 1.4rem;
      flex: 0 1 auto;
      width: auto;
      max-width: auto; }
      @media (min-width: 768px) {
        #step_bg .menulist_wrap ul li a .flex_wrap .icon_txt {
          font-size: calc( 1.4rem + ( 1vw - 7.68px ) * 0.390625 ); } }
      @media (min-width: 1280px) {
        #step_bg .menulist_wrap ul li a .flex_wrap .icon_txt {
          font-size: 1.6rem; } }
    #step_bg .menulist_wrap ul li a .flex_wrap:before {
      position: absolute;
      content: "";
      border-top: solid 1px #2C377E;
      border-right: solid 1px #2C377E;
      height: 7px;
      width: 7px;
      right: 10px;
      top: 50%;
      transform: rotate(45deg) translateY(-50%); }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  #step_bg .main_txt {
    margin-bottom: 80px;
    position: relative; }
    #step_bg .main_txt:before {
      content: '';
      position: absolute;
      display: block;
      left: 0;
      right: 0;
      bottom: -30px;
      width: 90px;
      height: 1px;
      margin: auto;
      background: #2C377E; }
    #step_bg .main_txt.mb_10 {
      margin-bottom: 80px; }
  #step_bg .step_wrap {
    padding: 4% 5%; }
    #step_bg .step_wrap .img_box {
      flex: 0 1 45%;
      width: 45%;
      max-width: 45%;
      margin-bottom: 2%; }
    #step_bg .step_wrap .txt_wrap {
      flex: 0 1 52%;
      width: 52%;
      max-width: 52%; }
      #step_bg .step_wrap .txt_wrap .number {
        text-align: center; }
      #step_bg .step_wrap .txt_wrap .step_title {
        text-align: center;
        margin: -12px 0 2% 0; }
      #step_bg .step_wrap .txt_wrap .btn {
        margin: 4% 0 3%; }
  #step_bg .menulist_wrap ul {
    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; }
    #step_bg .menulist_wrap ul li {
      flex: 0 1 31%;
      width: 31%;
      max-width: 31%; }
      #step_bg .menulist_wrap ul li a {
        margin-bottom: 8%;
        font-weight: inherit;
        border: solid 2px #fff; }
        #step_bg .menulist_wrap ul li a .flex_wrap {
          justify-content: space-between;
          text-align: center; }
          #step_bg .menulist_wrap ul li a .flex_wrap .icon_box {
            flex: 0 1 100%;
            width: 100%;
            max-width: 100%;
            margin: 0 auto 5%; }
          #step_bg .menulist_wrap ul li a .flex_wrap .icon_txt {
            flex: 0 1 100%;
            width: 100%;
            max-width: 100%; }
          #step_bg .menulist_wrap ul li a .flex_wrap:before {
            top: auto;
            bottom: 12px;
            transform: rotate(45deg) translateY(0); }
        #step_bg .menulist_wrap ul li a:hover {
          opacity: 1;
          border: solid 2px #2C377E; } }
/*------------------------------
		901px以上
------------------------------*/
@media screen and (min-width: 901px) {
  #philosophy .pride_wrap {
    margin-bottom: 10%;
    position: relative; }
    #philosophy .pride_wrap .back_img {
      margin-bottom: 0;
      width: 80%; }
    #philosophy .pride_wrap .w1280 {
      position: absolute;
      top: 0;
      left: 50%;
      height: 100%;
      transform: translateX(-50%); }
      #philosophy .pride_wrap .w1280 .txt_wrap {
        top: 50%;
        position: absolute;
        right: 0;
        transform: translateY(-50%); }
        #philosophy .pride_wrap .w1280 .txt_wrap li {
          margin: 0 0 2% auto;
          width: 500px;
          font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
          color: #2C377E;
          font-size: 1.3rem;
          background: #fff;
          height: 0;
          line-height: 0;
          padding: 6% 4%;
          text-align: justify; } }
        @media screen and (min-width: 901px) and (min-width: 768px) {
          #philosophy .pride_wrap .w1280 .txt_wrap li {
            font-size: calc( 1.3rem + ( 1vw - 7.68px ) * 0.5859375 ); } }
        @media screen and (min-width: 901px) and (min-width: 1280px) {
          #philosophy .pride_wrap .w1280 .txt_wrap li {
            font-size: 1.6rem; } }
@media screen and (min-width: 901px) {
          #philosophy .pride_wrap .w1280 .txt_wrap li .lh_55 {
            line-height: 0; } }
/*------------------------------
		1281px以上
------------------------------*/
