@charset "UTF-8";
.div-main {
  width: 100%;
  margin-top: -5rem;
  margin-bottom: 10rem;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .div-main {
      margin: 0 0 5rem; } }
  .div-main-slider-item {
    width: 80rem;
    height: 45rem !important;
    border-radius: 6rem;
    border: .8rem solid #fff;
    background-position: 50% 50%;
    background-size: cover;
    margin: 0 2.5rem 0; }
    @media only screen and (max-width: 767px) {
      .div-main-slider-item {
        width: 95vw;
        height: 60vh !important;
        border-radius: 3rem;
        margin: 0 1rem; } }
    .div-main-slider-item.slick-active {
      margin-top: 5rem; }
      @media only screen and (max-width: 767px) {
        .div-main-slider-item.slick-active {
          margin: 0; } }
  .div-main-catch {
    position: absolute;
    width: 85rem;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    left: 50%;
    bottom: 5rem;
    margin-left: -42.5rem;
    z-index: 5; }
    @media only screen and (max-width: 767px) {
      .div-main-catch {
        width: auto;
        left: auto;
        right: .5rem;
        bottom: 2.5rem; } }
    .div-main-catch p {
      font-size: 4rem;
      font-weight: 700;
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      @media only screen and (max-width: 767px) {
        .div-main-catch p {
          font-size: 3.5rem; } }
      .div-main-catch p strong {
        background: #ec695e;
        color: #fff;
        border-radius: 1rem;
        padding: 0 1.8rem;
        margin-bottom: 2rem; }
        @media only screen and (max-width: 767px) {
          .div-main-catch p strong {
            border-radius: .5rem;
            margin-bottom: 1rem; } }

.section-welcome {
  width: 90rem;
  background-image: url("../../img/top/wel_bg.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 1;
  padding: 0 4rem 9rem 4rem;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .section-welcome {
      width: 95vw;
      background: #fff;
      border-radius: 5rem;
      padding: 0 2.5rem .5rem; } }
  .section-welcome-header {
    position: relative;
    top: -5rem;
    margin-bottom: -4rem; }
    @media only screen and (max-width: 767px) {
      .section-welcome-header {
        top: 0;
        margin-bottom: 2rem; } }
    .section-welcome-header-ttl {
      display: flex;
      justify-content: center;
      align-items: baseline;
      font-size: 8rem;
      line-height: 1.2;
      font-weight: 900;
      color: #3871af; }
      @media only screen and (max-width: 767px) {
        .section-welcome-header-ttl {
          font-size: 5.5rem;
          padding-top: 7rem;
          position: relative; } }
      .section-welcome-header-ttl:before, .section-welcome-header-ttl:after {
        content: "";
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: 50% 100%; }
        @media only screen and (max-width: 767px) {
          .section-welcome-header-ttl:before, .section-welcome-header-ttl:after {
            position: absolute; } }
      .section-welcome-header-ttl:after {
        background-image: url("../../img/top/wel_illust2.png");
        width: 6.8rem;
        height: 8.4rem; }
        @media only screen and (max-width: 767px) {
          .section-welcome-header-ttl:after {
            left: 50%;
            height: 9.9rem;
            top: -3rem; } }
      .section-welcome-header-ttl:before {
        background-image: url("../../img/top/wel_illust1.png");
        width: 8.5rem;
        height: 9.9rem; }
        @media only screen and (max-width: 767px) {
          .section-welcome-header-ttl:before {
            right: 50%;
            top: -2.3rem; } }
      .section-welcome-header-ttl b {
        color: #7bb9df; }
  .section-welcome-inner > p {
    font-size: 1.6rem;
    text-align: center;
    font-weight: 500;
    padding-bottom: 4rem; }
    @media only screen and (max-width: 767px) {
      .section-welcome-inner > p {
        padding-bottom: 2rem; } }
  .section-welcome-inner .dl-btn {
    display: flex;
    justify-content: center; }
    @media only screen and (max-width: 767px) {
      .section-welcome-inner .dl-btn {
        flex-direction: column;
        justify-content: center; } }
    .section-welcome-inner .dl-btn div {
      width: 34rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      border-radius: 3rem;
      padding: 3.6rem 2rem;
      margin: 0 2rem; }
      @media only screen and (max-width: 767px) {
        .section-welcome-inner .dl-btn div {
          width: 100%;
          margin: 0 0 2rem;
          padding: 2.5rem 1.5rem; } }
      .section-welcome-inner .dl-btn div.want {
        background: rgba(236, 105, 94, 0.1); }
        .section-welcome-inner .dl-btn div.want dt {
          border-color: #ec695e;
          margin: 2rem 0; }
        .section-welcome-inner .dl-btn div.want dd figure {
          width: 26.6rem; }
          @media only screen and (max-width: 767px) {
            .section-welcome-inner .dl-btn div.want dd figure {
              width: 21.3rem; } }
        .section-welcome-inner .dl-btn div.want dd a {
          background: #ec695e; }
          @media only screen and (min-width: 1025px) {
            .section-welcome-inner .dl-btn div.want dd a:hover {
              background: #fbb03b; } }
      .section-welcome-inner .dl-btn div.company {
        background: rgba(56, 113, 175, 0.1); }
        .section-welcome-inner .dl-btn div.company dt {
          border-color: #3871af; }
        .section-welcome-inner .dl-btn div.company dd figure {
          width: 24rem; }
          @media only screen and (max-width: 767px) {
            .section-welcome-inner .dl-btn div.company dd figure {
              width: 19.2rem; } }
        .section-welcome-inner .dl-btn div.company dd a {
          background: #132b51; }
          @media only screen and (min-width: 1025px) {
            .section-welcome-inner .dl-btn div.company dd a:hover {
              background: #3871af; } }
      .section-welcome-inner .dl-btn div dt {
        font-size: 3.2rem;
        line-height: 1.2;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-bottom: .7rem solid;
        flex-shrink: 0; }
        @media only screen and (max-width: 767px) {
          .section-welcome-inner .dl-btn div dt {
            font-size: 2.8rem; } }
        .section-welcome-inner .dl-btn div dt span {
          font-size: 1.8rem;
          margin-bottom: 0.5rem; }
          @media only screen and (max-width: 767px) {
            .section-welcome-inner .dl-btn div dt span {
              font-size: 1.6rem; } }
      .section-welcome-inner .dl-btn div dd {
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 1rem; }
        .section-welcome-inner .dl-btn div dd figure {
          height: 21rem;
          display: flex;
          justify-content: center;
          align-items: center;
          margin-bottom: 1rem; }
          @media only screen and (max-width: 767px) {
            .section-welcome-inner .dl-btn div dd figure {
              height: 16.8rem; } }
        .section-welcome-inner .dl-btn div dd p {
          font-size: 1.5rem;
          text-align: left;
          padding-bottom: 1.5rem;
          margin-bottom: auto; }
        .section-welcome-inner .dl-btn div dd a {
          width: 24rem;
          height: 6rem;
          font-size: 1.5rem;
          font-weight: 700;
          color: #fff;
          display: flex;
          justify-content: center;
          align-items: center;
          border: .5rem solid #fff;
          border-radius: 5rem;
          position: relative;
          margin: 0 auto; }
          .section-welcome-inner .dl-btn div dd a span {
            position: absolute;
            right: 1.5rem;
            top: 50%;
            margin-top: -.5em;
            font-size: 2rem;
            font-weight: 600;
            line-height: 1; }
  .section-welcome-btn {
    width: 23rem;
    height: 5rem;
    position: absolute;
    right: 3rem;
    bottom: 3rem;
    background: #3871af;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5rem;
    font-weight: 700;
    transition: all .5s;
    z-index: 2; }
    @media only screen and (max-width: 767px) {
      .section-welcome-btn {
        position: relative;
        margin: auto auto 0;
        right: auto;
        bottom: auto; } }
    .section-welcome-btn span {
      position: absolute;
      right: 1.5rem;
      top: 50%;
      font-size: 2rem;
      line-height: 2;
      margin-top: -1em; }
.section-news {
  max-width: 110rem;
  margin: 0 auto 15rem;
  padding: 10rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .section-news {
      padding: 5rem 1rem;
      flex-direction: column; } }
  .section-news-header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-shrink: 0;
    padding-right: 5rem; }
    @media only screen and (max-width: 767px) {
      .section-news-header {
        justify-content: center;
        align-items: center;
        padding: 0 0 1.5rem; } }
    .section-news-header-illust {
      width: 7.7rem;
      margin-bottom: .3rem; }
    .section-news-header-ttl {
      font-size: 1.6rem;
      line-height: 1.2; }
    .section-news-header-en {
      font-size: 6rem;
      font-weight: 700;
      line-height: 1;
      color: #fdd32b; }
      @media only screen and (max-width: 767px) {
        .section-news-header-en {
          font-size: 4.8rem; } }
  .section-news-btn {
    flex-shrink: 0;
    margin-left: 2rem; }
    @media only screen and (max-width: 767px) {
      .section-news-btn {
        margin: 1rem 0 0; } }
    .section-news-btn a {
      width: 5rem;
      height: 5rem;
      border-radius: 50%;
      border: 0.2rem solid #fdd32b;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fdd32b; }
      .section-news-btn a span {
        font-weight: 700; }
      @media only screen and (max-width: 767px) {
        .section-news-btn a {
          width: 20rem;
          border-radius: 5rem;
          background: #fdd32b;
          position: relative; }
          .section-news-btn a:before {
            content: "一覧を見る";
            color: #132b51;
            font-weight: 700; }
          .section-news-btn a span {
            font-size: 1.8rem;
            color: #fff;
            position: absolute;
            right: 1.5rem;
            top: 50%;
            line-height: 1;
            margin-top: -.5em; } }
      .section-news-btn a:hover {
        background: #fdd32b;
        color: #fff; }
  .section-news-inner {
    width: 100%;
    padding-top: 1.5rem; }
    .section-news-inner div {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #fff;
      border-radius: 5rem;
      padding: 2.5rem 4rem;
      position: relative;
      transition: all .5s;
      cursor: pointer;
      margin-bottom: 1.5rem; }
      @media only screen and (min-width: 1025px) {
        .section-news-inner div:hover {
          background: rgba(253, 211, 43, 0.3); } }
      @media only screen and (max-width: 767px) {
        .section-news-inner div {
          flex-direction: column;
          justify-content: flex-start;
          align-items: flex-start;
          padding: 1.5rem 3.5rem; } }
      .section-news-inner div dt {
        width: 6em;
        flex-shrink: 0;
        text-align: center;
        display: flex;
        align-items: center;
        font-size: 1.6rem;
        font-weight: 700;
        margin-right: 2rem;
        color: #fdd32b; }
        @media only screen and (max-width: 767px) {
          .section-news-inner div dt {
            width: auto;
            justify-content: flex-start; } }
      .section-news-inner div dd {
        width: 100%;
        font-size: 1.5rem;
        font-weight: 700; }
        .section-news-inner div dd > a {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          z-index: 10; }
.section-about {
  background: #fff;
  position: relative;
  z-index: 1;
  z-index: 1;
  margin: 0 auto; }
  .section-about:after {
    content: "";
    width: 100%;
    height: 15rem;
    position: absolute;
    left: 0;
    top: -14.5rem;
    background-image: url("../../img/common/bg_nami.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1; }
    @media only screen and (max-width: 767px) {
      .section-about:after {
        height: 8rem;
        top: -7.5rem; } }
  .section-about-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: -15rem;
    margin-bottom: -10rem; }
    .section-about-header-illust {
      width: 11rem; }
    .section-about-header-en {
      color: #de6c11;
      font-size: 8.6rem;
      line-height: 1;
      font-weight: 700; }
      @media only screen and (max-width: 767px) {
        .section-about-header-en {
          font-size: 7.2rem; } }
    .section-about-header-ttl {
      font-size: 1.6rem;
      line-height: 1.2; }
  .section-about-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4rem 5rem 2rem; }
    @media only screen and (max-width: 767px) {
      .section-about-inner {
        flex-direction: column;
        padding: 0 2rem 4rem; } }
    .section-about-inner-fig {
      width: 41rem;
      height: 41rem;
      border-radius: 50%;
      overflow: hidden;
      border: 0.6rem solid #f4f0e9;
      flex-shrink: 0;
      margin-right: 5rem; }
      @media only screen and (max-width: 767px) {
        .section-about-inner-fig {
          width: 28rem;
          height: 28rem;
          margin: 0 0 2rem; } }
    .section-about-inner-txt > p {
      font-size: 1.6rem;
      text-align: left;
      font-weight: 500;
      padding-bottom: 1.5rem; }
      .section-about-inner-txt > p strong {
        font-size: 2.8rem; }
        @media only screen and (max-width: 767px) {
          .section-about-inner-txt > p strong {
            font-size: 2.4rem; } }
    .section-about-inner-txt-btn {
      padding-top: 2rem; }
      .section-about-inner-txt-btn a {
        width: 29rem;
        height: 6.4rem;
        font-size: 1.6rem;
        background: #de6c11;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5rem;
        font-weight: 700;
        border: 0.5rem solid #f4f0e9;
        transition: all .5s;
        position: relative;
        z-index: 2;
        margin: 0 auto; }
        @media only screen and (min-width: 1025px) {
          .section-about-inner-txt-btn a:hover {
            background: #fbb03b; } }
        @media only screen and (max-width: 767px) {
          .section-about-inner-txt-btn a {
            position: relative;
            margin: auto auto 0;
            right: auto;
            bottom: auto; } }
        .section-about-inner-txt-btn a span {
          position: absolute;
          right: 1.5rem;
          top: 50%;
          font-weight: 600;
          font-size: 2rem;
          line-height: 2;
          margin-top: -1em; }
.section-service {
  background: #fbb03b;
  position: relative;
  z-index: 1;
  padding-bottom: 6rem;
  margin-bottom: 10rem; }
  .section-service:before {
    content: "";
    width: 100%;
    height: 15rem;
    background: url("../../img/common/bg_nami.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: scaleY(-1);
    position: absolute;
    left: 0;
    top: -.5rem;
    z-index: -1; }
    @media only screen and (max-width: 767px) {
      .section-service:before {
        height: 8rem; } }
  .section-service:after {
    content: "";
    width: 100%;
    height: 6rem;
    background: url("../../img/common/bg_curve_o.svg");
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: -5.9rem; }
    @media only screen and (max-width: 767px) {
      .section-service:after {
        height: 4rem;
        bottom: -3.9rem; } }
  .section-service-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 6rem 0 4rem; }
    @media only screen and (max-width: 767px) {
      .section-service-header {
        padding: 0 0 2.5rem; } }
    .section-service-header-illust {
      width: 12rem;
      margin-bottom: 2rem; }
    .section-service-header-en {
      color: #fff;
      font-size: 8.6rem;
      line-height: 1;
      font-weight: 700; }
      @media only screen and (max-width: 767px) {
        .section-service-header-en {
          font-size: 7.2rem; } }
    .section-service-header-ttl {
      font-size: 1.6rem;
      line-height: 1.2;
      color: #ec6941; }
    .section-service-header > p {
      padding-top: 4rem;
      font-weight: 600;
      color: #fff;
      font-size: 1.8rem; }
      @media only screen and (max-width: 767px) {
        .section-service-header > p {
          font-size: 1.6rem;
          padding: 3rem 1.5rem 0; } }
  .section-service-inner {
    max-width: 90rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .section-service-inner .slick-arrow {
        top: 12rem; } }
    .section-service-inner .article-service {
      width: 50%;
      max-width: 33rem;
      margin: 0 3rem 6rem;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-direction: column; }
      @media only screen and (max-width: 767px) {
        .section-service-inner .article-service {
          width: 100%; } }
      .section-service-inner .article-service-fig {
        width: 25rem;
        height: 25rem;
        border: .8rem solid #fff;
        border-radius: 50%;
        overflow: hidden;
        margin: 0 auto 2rem;
        background-position: 50% 50%;
        background-size: cover; }
      .section-service-inner .article-service-header {
        text-align: center;
        padding-bottom: 2.5rem; }
        .section-service-inner .article-service-header-num {
          font-size: 1.6rem;
          color: #ec6941;
          font-weight: 700; }
        .section-service-inner .article-service-header-ttl {
          font-size: 2.4rem;
          color: #fff; }
      .section-service-inner .article-service-inner p {
        font-size: 1.5rem;
        color: #fff;
        font-weight: 500;
        text-align: left; }
      .section-service-inner .article-service-btn {
        padding-top: 2rem;
        margin-top: auto; }
        .section-service-inner .article-service-btn a {
          width: 20rem;
          height: 4.8rem;
          background: #3871af;
          border: .3rem solid #fff;
          color: #fff;
          font-size: 1.5rem;
          font-weight: 700;
          border-radius: 5rem;
          display: flex;
          justify-content: center;
          align-items: center;
          margin: 0 auto; }
          @media only screen and (min-width: 1025px) {
            .section-service-inner .article-service-btn a:hover {
              background: #132b51; } }
  .section-service-btn {
    padding-top: 2rem; }
    .section-service-btn a {
      width: 29rem;
      height: 6.4rem;
      font-size: 1.6rem;
      background: #ec695e;
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 5rem;
      font-weight: 700;
      border: .5rem solid #fff;
      transition: all .5s;
      position: relative;
      z-index: 2;
      margin: 0 auto; }
      @media only screen and (min-width: 1025px) {
        .section-service-btn a:hover {
          background: #fff;
          color: #ec695e;
          border-color: #ec695e; } }
      @media only screen and (max-width: 767px) {
        .section-service-btn a {
          position: relative;
          margin: auto auto 0;
          right: auto;
          bottom: auto; } }
      .section-service-btn a span {
        position: absolute;
        right: 1.5rem;
        font-weight: 600;
        top: 50%;
        font-size: 2rem;
        line-height: 2;
        margin-top: -1em; }
