@charset "UTF-8";
/* CSS Document */

.flow p {
  font-size: 14px;
  line-height: 1.8; 
  }
  .flow .inner_sm {
    padding: 0 30px; }
  .flow .Btn-Primary {
    background-color: #EF9300;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    border-radius: 4px;
    padding: 1em;
    display: inline-block;
    min-width: 310px;
    text-align: center;
    position: relative;
    transition: all .3s;
    line-height: initial; }
    .flow .Btn-Primary:hover {
      background-color: #E17603; }
    .flow .Btn-Primary::after {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f0da";
      position: absolute;
      top: 50%;
      right: 1em;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%); }
  .flow .sec_ttl {
    background: linear-gradient(74deg, #004e98 0%, #004e98 70%, transparent 70%, transparent 100%);
    color: #fff;
    position: absolute;
    top: -50px;
    width: 100%; }
    .flow .sec_ttl .row {
      padding: 1.3em 30px;
      width: 100%; }
    .flow .sec_ttl span {
      font-size: 16px; }
    .flow .sec_ttl h2 {
      font-size: 30px;
      font-weight: 900;
      margin: 0; }
  .flow #main_visual .main_title p {
    font-size: 16px; }
  .flow #sec_01 {
    padding: 50px 0 60px; }
    .flow #sec_01 .lead {
      font-size: 16px;
      line-height: 1.8;
      margin-bottom: 40px; }
  .flow #sec_02 {
    background: #EDF4FE;
    position: relative;
    margin-top: 50px;
    padding: 80px 0 60px; }
    .flow #sec_02 .point {
      margin-bottom: 60px; }
    .flow #sec_02 .flow_wrapper {
      position: relative; }
      .flow #sec_02 .flow_wrapper::before {
        content: "";
        width: 2px;
        height: 100%;
        background: #004E98;
        position: absolute;
        top: 0;
        left: 60px; }
      .flow #sec_02 .flow_wrapper li {
        background: #fff;
        box-shadow: 3px 6px 10px #004E981A;
        padding: 50px 22px 34px;
        position: relative;
        margin-bottom: 54px; }
        .flow #sec_02 .flow_wrapper li .step {
          position: absolute;
          background: #004e98;
          font-family: "AvenirNext";
          font-style: italic;
          text-align: center;
          color: #EDF4FE;
          display: block;
          width: 177px;
          padding: .2em 0;
          top: -22px;
          left: 0;
          font-size: 20px;
          font-weight: 600; }
        .flow #sec_02 .flow_wrapper li h3 {
          color: #004e98;
          font-size: 20px;
          font-weight: bold;
          text-align: center;
          margin-bottom: 1em; }
        .flow #sec_02 .flow_wrapper li .col-md-5 {
          margin-bottom: 20px;
          padding: 0 25px; }
        .flow #sec_02 .flow_wrapper li .text-link {
          font-size: 14px;
          color: #004E98;
          text-decoration: underline; }
          .flow #sec_02 .flow_wrapper li .text-link::before {
            content: "▶︎"; }
        .flow #sec_02 .flow_wrapper li .bg-sub {
          background: #EDF4FE;
          border-radius: 6px;
          padding: 20px;
          margin-bottom: 15px; }
          .flow #sec_02 .flow_wrapper li .bg-sub > div {
            font-weight: bold;
            margin-bottom: 1em; }
          .flow #sec_02 .flow_wrapper li .bg-sub p {
            margin: 0; }
        .flow #sec_02 .flow_wrapper li .small {
          font-size: 12px;
          margin: 0; }
  .flow .banner_wrapper {
    padding: 40px 0; }
  .flow #sec_03 .inner {
    position: relative; }
    .flow #sec_03 .inner .row {
      position: absolute;
      bottom: 30px;
      width: 100%;
      left: 50%;
      transform: translateX(-50%);
      padding: 0 40px;
      margin: 0; }
      .flow #sec_03 .inner .row .col-6 {
        padding: 0 5px; }
  .flow #sec_rec {
    background: #EDF4FE;
    position: relative;
    margin-top: 90px;
    padding: 90px 0 45px; }

@media screen and (min-width: 768px) {
  .flow p {
    font-size: 18px; }
    .flow .Btn-Primary {
      min-width: 500px;
      font-size: 28px; }
    .flow #main_visual .main_title p {
      font-size: 18px; }
    .flow .sec_ttl .row {
      align-items: center;
      max-width: 1140px;
      margin: auto;
      padding: 40px 0; }
    .flow .sec_ttl span, .flow .sec_ttl h2 {
      width: auto; }
    .flow .sec_ttl span {
      font-size: 22px; }
    .flow .sec_ttl h2 {
      font-size: 50px; }
    .flow #sec_01 {
      padding: 70px 0 90px; }
      .flow #sec_01 .lead {
        font-size: 22px;
        margin-bottom: 54px; }
    .flow #sec_02 {
      padding: 150px 0 130px; }
      .flow #sec_02 .point {
        max-width: 900px;
        margin: 0 auto 145px; }
      .flow #sec_02 .flow_wrapper li {
        margin-bottom: 60px;
        padding: 60px; }
        .flow #sec_02 .flow_wrapper li h3 {
          text-align: left;
          font-size: 32px;
          margin-bottom: .8em; }
        .flow #sec_02 .flow_wrapper li .text-link {
          font-size: 18px; }
        .flow #sec_02 .flow_wrapper li .row {
          flex-direction: row-reverse; }
          .flow #sec_02 .flow_wrapper li .row .col-md-5 {
            padding: 0 35px;
            margin: 0; }
        .flow #sec_02 .flow_wrapper li .bg-sub {
          max-width: 500px; }
          .flow #sec_02 .flow_wrapper li .bg-sub p {
            font-size: 16px; }
        .flow #sec_02 .flow_wrapper li .small {
          font-size: 14px;
          max-width: 500px; }
    .flow .banner_wrapper {
      padding: 100px 0; }
      .flow .banner_wrapper .inner {
        max-width: 900px; }
    .flow #sec_03 .inner .row {
      width: 85%;
      bottom: 70px;
      padding: 0; }
      .flow #sec_03 .inner .row .col-6 {
        padding: 0 30px; }
        .flow #sec_03 .inner .row .col-6 a {
          transition: .2s; }
          .flow #sec_03 .inner .row .col-6 a:hover {
            transform: scale(1.05); }
    .flow #sec_rec {
      margin-top: 180px;
      padding: 150px 0; } }
/*===================================
	#main_visual
===================================*/
#main_visual {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  background: #004e98; }

/* line 67, style.scss */
#main_visual .bg_abs {
  width: 50%; }

/* line 69, style.scss */
#main_visual .bg_abs img {
  width: auto;
  height: 100%; }

/* line 74, style.scss */
#main_visual .main_title {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  color: #FFF; }

/* line 80, style.scss */
#main_visual .main_title > div {
  font-size: 40px;
  font-weight: 900; }

#main_visual .main_title h1 {
  font-size: 62px;
  font-weight: 900;
  margin-bottom: 30px;
  line-height: 1.3; }

/* line 86, style.scss */
#main_visual .main_title p {
  line-height: 1.8;
  margin-bottom: 0; }

/* line 90, style.scss */
#main_visual .main_title .ttl_en {
  letter-spacing: 0.1em;
  margin-bottom: 0.2em; }

@media (max-width: 1199px) {
  /* line 97, style.scss */
  #main_visual {
    overflow-x: clip; }

  /* line 100, style.scss */
  #main_visual .main_title .ttl_en {
    font-size: 14px; }

  /* line 103, style.scss */
  #main_visual .main_title > div {
    font-size: 26px; }

  #main_visual .main_title h1 {
    font-size: 48px;
    margin-bottom: 20px; }

  /* line 107, style.scss */
  #main_visual .bg_abs img {
    height: auto; } }
@media (max-width: 767px) {
  /* line 113, style.scss */
  #main_visual {
    background: linear-gradient(270deg, #004e98 80%, #fff 20%);
    background: -moz-linear-gradient(270deg, #004e98 80%, #fff 20%);
    background: -webkit-linear-gradient(270deg, #004e98 80%, #fff 20%);
    flex-direction: column; }

  /* line 118, style.scss */
  #main_visual .bg_abs {
    width: 90%;
    margin-left: auto; }

  /* line 122, style.scss */
  #main_visual .main_title {
    position: relative;
    left: auto;
    transform: none;
    margin: 60px 0 40px; }

  /* line 129, style.scss */
  .ttl_box {
    margin-bottom: 20px; }

  /* line 131, style.scss */
  .ttl_box h2 {
    font-size: 26px; }

  /* line 134, style.scss */
  .ttl_box .ttl_en {
    font-size: 12px; } }
/*===================================
	sec_rec（.recommend_flow）
===================================*/
.recommend_flow {
  padding: 60px 0 0; }

.recommend_flow .ttl_box {
  color: #004e98;
  border-bottom: solid 4px #004e98; }

.recommend_flow .ttl_box .ttl_en {
  font-size: 22px;
  font-style: italic; }

.recommend_flow .ttl_box h2 {
  font-size: 2.75rem;
  font-weight: bold; }

.recommend_flow .ttl_box .ttl_boxR a {
  position: relative;
  margin-right: 14px;
  color: #004e98;
  font-size: 1.2rem;
  font-weight: bold; }

.recommend_flow .ttl_box .ttl_boxR a::after {
  background-color: #004e98;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transition: .5s all;
  width: 0; }

.recommend_flow .ttl_box .ttl_boxR a:hover::after {
  width: 100%; }

.recommend_flow_list {
/*  display: flex;*/
	width: 90%;
  margin: 0 auto;
  padding-bottom: 3rem; }

.recommend_flow_list .slick-list {
  padding-bottom: 10px; }

.recommend_flow_list .col {
  width: 25%;
  padding: 0 .5rem; }

.recommend_flow_list .card {
  border: 0;
  box-shadow: 0 4px 5px rgba(0, 78, 152, 0.1);
  height: 100%; }

.recommend_flow_list .card a {
  height: 100%; }

.recommend_flow_list .card a:hover .card_img_cover {
  position: relative;
  overflow: hidden;
  transition-duration: 0.3s; }

.recommend_flow_list .card a:hover .card_img_cover img.card-top-img {
  transform: scale(1.1);
  transition-duration: 0.3s; }

.recommend_flow_list .card a:hover .card_img_cover::after {
  content: "";
  background-color: #004E98;
  opacity: .40;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.recommend_flow_list .card .card-body {
  line-height: 1.8;
  padding: 1rem 1rem; }

.recommend_flow_list .card .kyuryo {
  color: #ef5a00;
  font-size: 1rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }

.recommend_flow_list .card .kinmuchi {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }

.recommend_flow_list .card .kinmuchi i {
  color: #004e98; }

.recommend_flow_list .card h5 {
  color: #004e98;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.recommend_flow_list .card .syokusyu {
  /*	margin: .5rem 0 0;*/
  padding: .5rem 0 0; }

.recommend_flow_list .card .syokusyu span {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #42b3c0;
  border-radius: 4px;
  padding: .2em .5em;
  margin: 0; }

.recommend_flow_list .card .cardbott {
  font-size: 14px;
  line-height: 1.1;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-left: 1.2em;
  position: relative;
  /*	height: 2.3em;*/ }

.recommend_flow_list .card .cardbott::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1ad";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1em; }

.recommend_flow_list .card .card-footer {
  font-size: 14px;
  background-color: #FFFFFF;
  /*	margin-top: auto;*/
  /*高さおかしくなる*/ }

.recommend_flow_list .card .card-footer .row {
  justify-content: flex-start;
  align-items: flex-start; }

.recommend_flow .slick-prev {
  width: 40px;
  height: 40px;
  left: -60px; }

.recommend_flow .slick-prev::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f137";
  color: #004e98;
  opacity: 1;
  font-size: 1.8rem; }

.recommend_flow .slick-next {
  width: 40px;
  height: 40px;
  right: -60px; }

.recommend_flow .slick-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f138";
  color: #004e98;
  opacity: 1;
  font-size: 1.8rem; }

.recommend_flow_list .slick-dots li button:before {
  content: "";
  background-color: #004e98;
  width: 20px;
  height: 6px; }

.recommend_flow_list .slick-dots {
  padding: 20px 0;
  margin: 0 0 0 10%;
  width: 80%; }

@media (max-width: 767px) {
  #sec_rec .slick-dots li {
    width: 14px; }

  #sec_rec .slick-dots li button {
    width: 14px; }

  .recommend_flow {
    padding: 40px 0 0; }

  .recommend_flow .ttl_box .ttl_en {
    font-size: 18px; }

  .recommend_flow .ttl_box h2 {
    font-size: 2rem; }

  .recommend_flow .ttl_box .ttl_boxR a {
    margin-right: 0;
    font-size: 1rem; }

  .recommend_flow_list {
    width: 100%; }

  .recommend_flow_list .col {
    width: 50%; }

  .recommend_flow_list .card .kyuryo,
  .recommend_flow_list .card .kinmuchi,
  .recommend_flow_list .card .syokusyu span {
    font-size: 12px; }

  .recommend_flow_list .card h5 {
    font-size: 14px;
    line-height: 1.5; }

  .recommend_flow .slick-prev {
    width: 40px;
    height: 40px;
    top: calc(100% - 20px);
    left: 0; }

  .recommend_flow .slick-next {
    width: 40px;
    height: 40px;
    top: calc(100% - 20px);
    right: 0; }

  .recommend_flow_list .slick-dots {
    bottom: -18px; } }

/*# sourceMappingURL=test%20.css.map */


