/*==================================================================== unique
*/
.welfare {
  padding: 100px 0 0; }
  @media only screen and (max-width: 768px) {
    .welfare {
      padding: 40px 0 0; } }
  .welfare .inr {
    max-width: 1400px;
    margin: 0 auto;
    width: 95%; }
    .welfare .inr .head01 {
      text-align: center;
      color: #6190B8; }
    .welfare .inr > p {
      text-align: center;
      margin-top: 20px;
      letter-spacing: .1em; }
      @media only screen and (max-width: 768px) {
        .welfare .inr > p {
          margin-top: 10px; } }
    .welfare .inr .welfareList {
      margin-top: 20px; }
      @media only screen and (max-width: 768px) {
        .welfare .inr .welfareList {
          margin-top: 10px; } }
      .welfare .inr .welfareList ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-right: -1%; }
        @media only screen and (max-width: 768px) {
          .welfare .inr .welfareList ul {
            margin-right: -2%; } }
        .welfare .inr .welfareList ul li {
          width: 24%;
          margin-right: 1%;
          margin-top: 20px; }
          @media only screen and (max-width: 768px) {
            .welfare .inr .welfareList ul li {
              width: 48%;
              margin-right: 2%;
              margin-top: 10px; } }
          .welfare .inr .welfareList ul li a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            color: #fff;
            text-align: center;
            position: relative;
            padding: 30px 0 20px;
            cursor: pointer;
            height: 100%; }
            .welfare .inr .welfareList ul li a::before {
              content: '';
              display: inline-block;
              width: 0;
              height: 0;
              border: 35px solid transparent;
              border-top: 35px solid rgba(255, 255, 255, 0.2);
              border-left: 35px solid rgba(255, 255, 255, 0.2);
              position: absolute;
              right: 0;
              bottom: 0;
              -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
            .welfare .inr .welfareList ul li a::after {
              content: '';
              display: inline-block;
              width: 0;
              height: 0;
              border: 10px solid transparent;
              border-top: 10px solid #fff;
              border-left: 10px solid #fff;
              position: absolute;
              right: 10px;
              bottom: 10px;
              -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
            .welfare .inr .welfareList ul li a:hover::after {
              border: 35px solid transparent;
              border-top: 35px solid #fff;
              border-left: 35px solid #fff;
              position: absolute;
              right: 1px;
              bottom: 1px; }
            .welfare .inr .welfareList ul li a img {
              margin-bottom: 10px; }
            .welfare .inr .welfareList ul li a p {
              font-size: 1.15em;
              font-weight: bold;
              letter-spacing: .2em;
              width: 99%;
              margin: auto; }
          .welfare .inr .welfareList ul li:first-child a {
            background-color: #C76C49; }
            .welfare .inr .welfareList ul li:first-child a img {
              max-width: 50px; }
          .welfare .inr .welfareList ul li:nth-child(2) a {
            background-color: #C6A4C6; }
            .welfare .inr .welfareList ul li:nth-child(2) a img {
              max-width: 60px; }
          .welfare .inr .welfareList ul li:nth-child(3) a {
            background-color: #75B1C7; }
            .welfare .inr .welfareList ul li:nth-child(3) a img {
              max-width: 40px; }
          .welfare .inr .welfareList ul li:nth-child(4) a {
            background-color: #6190B8; }
            .welfare .inr .welfareList ul li:nth-child(4) a img {
              max-width: 40px; }
          .welfare .inr .welfareList ul li:nth-child(5) a {
            background-color: #8CBC92; }
            .welfare .inr .welfareList ul li:nth-child(5) a img {
              max-width: 40px; }
          .welfare .inr .welfareList ul li:nth-child(6) a {
            background-color: #EEB764; }
            .welfare .inr .welfareList ul li:nth-child(6) a img {
              max-width: 60px; }
          .welfare .inr .welfareList ul li:last-child a {
            background-color: #F3994F; }
            .welfare .inr .welfareList ul li:last-child a img {
              max-width: 45px; }

.step {
  background-color: rgba(230, 170, 19, 0.1);
  margin-top: 80px; }
  @media only screen and (max-width: 768px) {
    .step {
      margin-top: 40px; } }
  .step .inr .head01 {
    text-align: center;
    color: #6190B8; }
  .step .inr > p {
    margin-top: 20px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .step .inr > p {
        margin-top: 10px; } }
  .step .inr .stepList {
    padding-left: 18%;
    background: url(../images/step_bg.png) no-repeat 0 100%/contain;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .step .inr .stepList {
        padding-left: 15%;
        margin-top: 20px;
        background-image: url(../images/step_bg_sp.png); } }
    .step .inr .stepList ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 40px; }
      @media only screen and (max-width: 768px) {
        .step .inr .stepList ul li {
          margin-top: 30px; } }
      .step .inr .stepList ul li .pic {
        width: 50%; }
        @media only screen and (max-width: 768px) {
          .step .inr .stepList ul li .pic {
            width: 100%;
            position: relative; } }
        .step .inr .stepList ul li .pic img {
          width: 100%; }
        .step .inr .stepList ul li .pic p {
          position: absolute;
          background-color: #6190B8;
          color: #fff;
          border-radius: 50%;
          width: 70px;
          height: 70px;
          line-height: 70px;
          top: -20px;
          left: -10px;
          text-align: center;
          font-size: .9em;
          padding: 0; }
      .step .inr .stepList ul li .txt {
        width: 50%;
        background-color: #fff;
        padding: 20px 0; }
        @media only screen and (max-width: 768px) {
          .step .inr .stepList ul li .txt {
            width: 100%;
            padding: 10px 0; } }
        .step .inr .stepList ul li .txt h4 {
          width: 90%;
          margin: 0 auto;
          text-align: center;
          background-color: #6190B8;
          color: #fff;
          font-family: "Josefin Sans", sans-serif;
          padding: 10px 0;
          font-size: 1.4em;
          line-height: 1;
          letter-spacing: .1em;
          font-weight: bold; }
          @media only screen and (max-width: 768px) {
            .step .inr .stepList ul li .txt h4 {
              font-size: 1.2em;
              padding: 5px 0;
              width: 95%; } }
        .step .inr .stepList ul li .txt p {
          width: 90%;
          margin: 10px auto 0; }
          @media only screen and (max-width: 768px) {
            .step .inr .stepList ul li .txt p {
              margin: 5px auto 0;
              width: 95%; } }

.remodal {
  border: 20px solid;
  padding: 0 !important;
  max-width: 1200px !important;
  color: inherit !important; }
  .remodal .modalInr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .remodal .modalInr .txt {
      width: 50%;
      padding: 40px 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media only screen and (max-width: 768px) {
        .remodal .modalInr .txt {
          width: 100%;
          padding: 10px 5px; } }
      .remodal .modalInr .txt .title {
        border-top: 1px solid;
        border-bottom: 1px solid;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .remodal .modalInr .txt .title .imgWrap {
          width: 25%;
          border-right: 1px solid;
          padding: 20px 0; }
          @media only screen and (max-width: 768px) {
            .remodal .modalInr .txt .title .imgWrap {
              padding: 10px 0; } }
          .remodal .modalInr .txt .title .imgWrap img {
            margin: 0 auto; }
        .remodal .modalInr .txt .title .titleWrap {
          width: 75%;
          padding: 20px 0; }
          @media only screen and (max-width: 768px) {
            .remodal .modalInr .txt .title .titleWrap {
              padding: 10px 0; } }
          .remodal .modalInr .txt .title .titleWrap h5 {
            font-size: 1.4em;
            letter-spacing: .1em; }
            @media only screen and (max-width: 768px) {
              .remodal .modalInr .txt .title .titleWrap h5 {
                font-size: 1.2em; } }
      .remodal .modalInr .txt p {
        font-size: .9em;
        text-align: left;
        margin-top: 30px;
        line-height: 1.6em; }
        @media only screen and (max-width: 768px) {
          .remodal .modalInr .txt p {
            margin-top: 10px;
            font-size: 1em; } }
      .remodal .modalInr .txt .remodal-close {
        position: relative !important;
        width: 60% !important;
        height: auto !important;
        margin: 60px auto 0 !important;
        display: block;
        max-width: 320px;
        padding: 10px 0;
        border-radius: 30px;
        position: relative;
        font-size: .9em;
        font-weight: bold;
        color: #fff;
        border: 1px solid; }
        @media only screen and (max-width: 768px) {
          .remodal .modalInr .txt .remodal-close {
            margin: 20px auto 0 !important; } }
        .remodal .modalInr .txt .remodal-close::after {
          position: absolute;
          top: 50%;
          right: 20px;
          display: block;
          width: 0.5em;
          height: 0.5em;
          content: "";
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
          margin-top: -0.25em;
          border-right: 1px solid #fff;
          border-bottom: 1px solid #fff; }
        .remodal .modalInr .txt .remodal-close::before {
          display: none !important; }
        .remodal .modalInr .txt .remodal-close:hover {
          background-color: #fff !important; }
          .remodal .modalInr .txt .remodal-close:hover::after {
            border-right: 1px solid;
            border-bottom: 1px solid;
            right: 5px; }
    .remodal .modalInr .pic {
      width: 50%;
      background: no-repeat 50% 50% /cover; }
      @media only screen and (max-width: 768px) {
        .remodal .modalInr .pic {
          width: 100%;
          height: 200px; } }
  .remodal#modal01 {
    border-color: #C76C49 !important; }
    .remodal#modal01 .modalInr .txt .title {
      border-top-color: #C76C49;
      border-bottom-color: #C76C49; }
      .remodal#modal01 .modalInr .txt .title .imgWrap {
        border-right-color: #C76C49; }
        .remodal#modal01 .modalInr .txt .title .imgWrap img {
          max-width: 60px; }
          @media only screen and (max-width: 768px) {
            .remodal#modal01 .modalInr .txt .title .imgWrap img {
              max-width: 30px; } }
        .remodal#modal01 .modalInr .txt .title .imgWrap .titleWrap h5 {
          color: #C76C49; }
    .remodal#modal01 .modalInr .txt .remodal-close {
      background-color: #C76C49;
      border-color: #C76C49; }
      .remodal#modal01 .modalInr .txt .remodal-close:hover {
        color: #C76C49; }
        .remodal#modal01 .modalInr .txt .remodal-close:hover::after {
          border-right-color: #C76C49;
          border-bottom-color: #C76C49; }
    .remodal#modal01 .modalInr .pic {
      background-image: url(../images/welfare01.jpg); }
  .remodal#modal02 {
    border-color: #C6A4C6 !important; }
    .remodal#modal02 .modalInr .txt .title {
      border-top-color: #C6A4C6;
      border-bottom-color: #C6A4C6; }
      .remodal#modal02 .modalInr .txt .title .imgWrap {
        border-right-color: #C6A4C6; }
        .remodal#modal02 .modalInr .txt .title .imgWrap img {
          max-width: 60px; }
          @media only screen and (max-width: 768px) {
            .remodal#modal02 .modalInr .txt .title .imgWrap img {
              max-width: 40px; } }
      .remodal#modal02 .modalInr .txt .title .titleWrap h5 {
        color: #C6A4C6; }
    .remodal#modal02 .modalInr .txt .remodal-close {
      background-color: #C6A4C6;
      border-color: #C6A4C6; }
      .remodal#modal02 .modalInr .txt .remodal-close:hover {
        color: #C6A4C6; }
        .remodal#modal02 .modalInr .txt .remodal-close:hover::after {
          border-right-color: #C6A4C6;
          border-bottom-color: #C6A4C6; }
    .remodal#modal02 .modalInr .pic {
      background-image: url(../images/welfare02.jpg); }
  .remodal#modal03 {
    border-color: #75B1C7 !important; }
    .remodal#modal03 .modalInr .txt .title {
      border-top-color: #75B1C7;
      border-bottom-color: #75B1C7; }
      .remodal#modal03 .modalInr .txt .title .imgWrap {
        border-right-color: #75B1C7; }
        .remodal#modal03 .modalInr .txt .title .imgWrap img {
          max-width: 40px; }
          @media only screen and (max-width: 768px) {
            .remodal#modal03 .modalInr .txt .title .imgWrap img {
              max-width: 30px; } }
      .remodal#modal03 .modalInr .txt .title .titleWrap h5 {
        color: #75B1C7; }
    .remodal#modal03 .modalInr .txt .remodal-close {
      background-color: #75B1C7;
      border-color: #75B1C7; }
      .remodal#modal03 .modalInr .txt .remodal-close:hover {
        color: #75B1C7; }
        .remodal#modal03 .modalInr .txt .remodal-close:hover::after {
          border-right-color: #75B1C7;
          border-bottom-color: #75B1C7; }
    .remodal#modal03 .modalInr .pic {
      background-image: url(../images/welfare03.jpg); }
  .remodal#modal04 {
    border-color: #6190B8 !important; }
    .remodal#modal04 .modalInr .txt .title {
      border-top-color: #6190B8;
      border-bottom-color: #6190B8; }
      .remodal#modal04 .modalInr .txt .title .imgWrap {
        border-right-color: #6190B8; }
        .remodal#modal04 .modalInr .txt .title .imgWrap img {
          max-width: 50px; }
          @media only screen and (max-width: 768px) {
            .remodal#modal04 .modalInr .txt .title .imgWrap img {
              max-width: 30px; } }
      .remodal#modal04 .modalInr .txt .title .titleWrap h5 {
        color: #6190B8; }
    .remodal#modal04 .modalInr .txt .remodal-close {
      background-color: #6190B8;
      border-color: #6190B8; }
      .remodal#modal04 .modalInr .txt .remodal-close:hover {
        color: #6190B8; }
        .remodal#modal04 .modalInr .txt .remodal-close:hover::after {
          border-right-color: #6190B8;
          border-bottom-color: #6190B8; }
    .remodal#modal04 .modalInr .pic {
      background-image: url(../images/welfare04.jpg); }
  .remodal#modal05 {
    border-color: #8CBC92 !important; }
    .remodal#modal05 .modalInr .txt .title {
      border-top-color: #8CBC92;
      border-bottom-color: #8CBC92; }
      .remodal#modal05 .modalInr .txt .title .imgWrap {
        border-right-color: #8CBC92; }
        .remodal#modal05 .modalInr .txt .title .imgWrap img {
          max-width: 40px; }
          @media only screen and (max-width: 768px) {
            .remodal#modal05 .modalInr .txt .title .imgWrap img {
              max-width: 20px; } }
      .remodal#modal05 .modalInr .txt .title .titleWrap h5 {
        color: #8CBC92; }
    .remodal#modal05 .modalInr .txt .remodal-close {
      background-color: #8CBC92;
      border-color: #8CBC92; }
      .remodal#modal05 .modalInr .txt .remodal-close:hover {
        color: #8CBC92; }
        .remodal#modal05 .modalInr .txt .remodal-close:hover::after {
          border-right-color: #8CBC92;
          border-bottom-color: #8CBC92; }
    .remodal#modal05 .modalInr .pic {
      background-image: url(../images/welfare05.jpg); }
  .remodal#modal06 {
    border-color: #EEB764 !important; }
    .remodal#modal06 .modalInr .txt .title {
      border-top-color: #EEB764;
      border-bottom-color: #EEB764; }
      .remodal#modal06 .modalInr .txt .title .imgWrap {
        border-right-color: #EEB764; }
        .remodal#modal06 .modalInr .txt .title .imgWrap img {
          max-width: 60px; }
          @media only screen and (max-width: 768px) {
            .remodal#modal06 .modalInr .txt .title .imgWrap img {
              max-width: 35px; } }
      .remodal#modal06 .modalInr .txt .title .titleWrap h5 {
        color: #EEB764; }
    .remodal#modal06 .modalInr .txt .remodal-close {
      background-color: #EEB764;
      border-color: #EEB764; }
      .remodal#modal06 .modalInr .txt .remodal-close:hover {
        color: #EEB764; }
        .remodal#modal06 .modalInr .txt .remodal-close:hover::after {
          border-right-color: #EEB764;
          border-bottom-color: #EEB764; }
    .remodal#modal06 .modalInr .pic {
      background-image: url(../images/welfare06.jpg); }
  .remodal#modal07 {
    border-color: #F3994F !important; }
    .remodal#modal07 .modalInr .txt .title {
      border-top-color: #F3994F;
      border-bottom-color: #F3994F; }
      .remodal#modal07 .modalInr .txt .title .imgWrap {
        border-right-color: #F3994F; }
        .remodal#modal07 .modalInr .txt .title .imgWrap img {
          max-width: 40px; }
          @media only screen and (max-width: 768px) {
            .remodal#modal07 .modalInr .txt .title .imgWrap img {
              max-width: 30px; } }
      .remodal#modal07 .modalInr .txt .title .titleWrap h5 {
        color: #F3994F; }
    .remodal#modal07 .modalInr .txt .remodal-close {
      background-color: #F3994F;
      border-color: #F3994F; }
      .remodal#modal07 .modalInr .txt .remodal-close:hover {
        color: #F3994F; }
        .remodal#modal07 .modalInr .txt .remodal-close:hover::after {
          border-right-color: #F3994F;
          border-bottom-color: #F3994F; }
    .remodal#modal07 .modalInr .pic {
      background-image: url(../images/welfare07.jpg); }
