@charset "UTF-8";
/*---------------------------
basic setting
---------------------------*/
@media screen and (min-width: 769px) {
  .sp {
    display: none !important; } }
@media screen and (max-width: 768px) {
  .pc {
    display: none !important; } }
/*---------------------------
タイトル設定
---------------------------*/
.title {
  color: #181878;
  text-align: center;
  font-size: 2rem;
  font-weight: normal;
  margin-top: 80px;
  font-weight: bold;
  line-height: 0.7; }
  @media (max-width: 768px) {
    .title {
      font-size: 8vw;
      line-height: 0.7;
      margin-top: 40px; } }
  .title .small {
    font-size: 40%;
    letter-spacing: 0.1em; }
    @media (max-width: 768px) {
      .title .small {
        font-size: 50%; } }

/*ボタンのスタイル*/
.btn {
  display: inline-block;
  color: #45b035;
  border: 1px solid #45b035;
  text-align: center;
  margin: 1em auto 0;
  padding: 0.5em 3em;
  font-size: 0.9rem;
  transition: 1.5s;
  letter-spacing: 0.1em; }
  .btn .icon {
    font-size: 90%; }
  @media (max-width: 768px) {
    .btn {
      font-size: 0.8rem;
      margin-top: 50px; } }
  .btn:link, .btn:visited {
    color: #45b035; }
  .btn:hover {
    background: #45b035;
    border-color: #45b035;
    color: #fff; }

/*---------------------------
mv
---------------------------*/
.mv {
  margin-top: 80px;
  position: relative;
  animation: ease-in top_anime1 2s backwards;
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  @media (max-width: 768px) {
    .mv {
      margin-top: 60px; } }
  @media (max-width: 768px) {
    .mv {
      display: block;
      position: relative; } }
  .mv .mvimg {
    width: 55%;
    height: auto; }
    @media (max-width: 768px) {
      .mv .mvimg {
        width: 100%; } }
  .mv .mv_text {
    width: 33%;
    margin-right: 3%; }
    @media (max-width: 768px) {
      .mv .mv_text {
        width: 60%;
        position: absolute;
        left: 0;
        background-color: rgba(255, 255, 255, 0.7);
        top: 50%;
        transform: translateY(-50%);
        margin: auto;
        padding: 5%; } }
    .mv .mv_text .subject {
      background-color: #181878;
      text-align: center;
      color: #fff;
      font-size: 2vw;
      padding: 0.5em 0;
      font-weight: bold; }
      @media (max-width: 768px) {
        .mv .mv_text .subject {
          font-size: 3vw; } }
    .mv .mv_text .copy {
      margin-top: 1.0vw;
      font-feature-settings: "palt";
      font-size: 4.1vw;
      font-weight: 700;
      height: auto;
      line-height: 1.4;
      color: #181878; }
      @media (max-width: 768px) {
        .mv .mv_text .copy {
          font-size: 6vw;
          margin: 0.3em 0; } }
    .mv .mv_text .btn {
      width: 100%;
      margin: 1.0vw 0  0;
      letter-spacing: 0.2em;
      border-width: 2px;
      font-weight: bold;
      padding: 0.5em 0;
      font-size: 1.3vw; }
      @media (max-width: 768px) {
        .mv .mv_text .btn {
          font-size: 2vw; } }
@keyframes top_anime1 {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 0; }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
/*---------------------------
アニメーション設定
---------------------------*/
.anime {
  opacity: 0; }

.anime_img {
  width: 47.5%;
  z-index: 1; }
  @media (max-width: 768px) {
    .anime_img {
      display: block;
      width: 100%; } }

@media (max-width: 768px) {
  .anime_img.left {
    margin-right: 0; } }

@media (max-width: 768px) {
  .anime_img.right {
    margin-left: 0; } }

.anime.on {
  animation: ease-in fade-in1 2s forwards; }

@keyframes fade-in1 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*---------------------------
top_news
---------------------------*/
.top_news {
  margin: 50px auto 0;
  background-color: #f0f7fd; }
  @media (max-width: 768px) {
    .top_news {
      margin-top: 0;
      display: block; } }
  .top_news .topNews_cts {
    font-size: 0.9rem;
    width: 80%;
    margin: auto; }
    @media (max-width: 768px) {
      .top_news .topNews_cts {
        width: 100%;
        font-size: 0.6rem; } }
    .top_news .topNews_cts .box {
      height: 8em;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      position: relative;
      letter-spacing: 0.1em; }
      @media (max-width: 768px) {
        .top_news .topNews_cts .box {
          height: 12em;
          display: block;
          padding: 2em; } }
      .top_news .topNews_cts .box .date {
        font-size: 1rem;
        margin: 0; }
      .top_news .topNews_cts .box .category {
        font-size: 0.7rem;
        border: 1px solid #231815;
        padding: 0.1em 0.7em;
        margin: 0 0.5em;
        letter-spacing: 0; }
      .top_news .topNews_cts .box .article_title {
        font-size: 1rem;
        line-height: 1.3; }
        @media (max-width: 768px) {
          .top_news .topNews_cts .box .article_title {
            margin-top: 0.5em; } }
      .top_news .topNews_cts .box a {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: #231815; }
        .top_news .topNews_cts .box a:link, .top_news .topNews_cts .box a:visited {
          color: #231815; }
        .top_news .topNews_cts .box a:hover {
          color: orange; }
      .top_news .topNews_cts .box .wrap {
        display: flex; }

/*---------------------------
top_pickup
---------------------------*/
.top_pickup {
  padding: 0; }
  .top_pickup .slick-slide:not(.slick-active) {
    opacity: 0.2; }
  .top_pickup .topPickup_cts {
    margin-top: 40px; }
    .top_pickup .topPickup_cts article {
      margin: 0 3%; }
      .top_pickup .topPickup_cts article .box {
        position: relative;
        font-size: 1rem; }
        .top_pickup .topPickup_cts article .box img {
          width: 100%;
          height: 15vw;
          object-fit: cover; }
          @media (max-width: 768px) {
            .top_pickup .topPickup_cts article .box img {
              height: 40vw; } }
        .top_pickup .topPickup_cts article .box .date {
          letter-spacing: 0.1em;
          margin-top: 0.5em; }
        .top_pickup .topPickup_cts article .box .category {
          font-size: 0.8rem;
          border: 1px solid #231815;
          display: inline-block;
          padding: 0.2em 0.7em;
          margin: 0.5em 0; }
        .top_pickup .topPickup_cts article .box .text {
          line-height: 1.2;
          padding-right: 1em; }
        .top_pickup .topPickup_cts article .box a {
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          color: #231815; }
  .top_pickup .btn_box {
    margin-top: 60px;
    text-align: center; }
    @media (max-width: 768px) {
      .top_pickup .btn_box {
        margin-top: 0px; } }
    .top_pickup .btn_box .btn {
      font-size: 1rem; }

/*---------------------------
sec01
---------------------------*/
.sec01 {
  margin: 15vw 0;
  position: relative; }
  @media (max-width: 768px) {
    .sec01 {
      margin: 75vw 0 40vw; } }
  .sec01 .sec_img {
    position: absolute;
    top: -3.9vw;
    right: 0;
    width: 52vw;
    height: auto; }
    @media (max-width: 768px) {
      .sec01 .sec_img {
        width: 83vw;
        top: -42vw; } }
  .sec01 .box {
    background-color: #181878;
    padding: 1.7vw 0; }
    @media (max-width: 768px) {
      .sec01 .box {
        padding: 17vw 5vw 10vw; } }
    .sec01 .box .sec_title {
      color: #fff;
      font-size: min(2.8vw, 2.8rem);
      font-weight: bold; }
      @media (max-width: 768px) {
        .sec01 .box .sec_title {
          font-size: 8vw; } }
    .sec01 .box .square_list {
      margin-top: 1vw; }
      @media (max-width: 768px) {
        .sec01 .box .square_list {
          margin-top: 4vw; } }
      .sec01 .box .square_list li:before {
        background-color: #45b035; }
      .sec01 .box .square_list li a {
        color: #fff;
        font-size: 1vw; }
        @media (max-width: 768px) {
          .sec01 .box .square_list li a {
            font-size: 5vw; } }
    .sec01 .box .btn {
      margin-top: 3vw;
      color: #fff;
      border-color: #fff;
      padding: 0.3em 5em;
      font-size: 1rem; }
      @media (max-width: 768px) {
        .sec01 .box .btn {
          padding: 0.3em 3em;
          margin-top: 4vw; } }

/*---------------------------
sec02
---------------------------*/
.sec02 {
  padding: 25px 0 10vw;
  overflow-x: hidden; }
  @media (max-width: 768px) {
    .sec02 {
      background-color: #181878;
      padding: 0 0 7vw; } }
  .sec02 .sec02_in {
    position: relative; }
    @media (max-width: 768px) {
      .sec02 .sec02_in {
        width: 95%;
        margin-left: 0; } }
    .sec02 .sec02_in .sec_title {
      background-color: #181878;
      padding: 0.5em;
      color: #fff;
      font-size: 2rem;
      font-weight: bold;
      line-height: 0.7;
      position: relative; }
      @media (max-width: 768px) {
        .sec02 .sec02_in .sec_title {
          padding: 5%; } }
      .sec02 .sec02_in .sec_title:after {
        width: 100%;
        height: 100%;
        display: block;
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: -100%;
        margin: auto;
        background-color: #181878; }
        @media (max-width: 768px) {
          .sec02 .sec02_in .sec_title:after {
            content: none; } }
      .sec02 .sec02_in .sec_title .small {
        font-size: 40%;
        letter-spacing: 0.2em; }
    .sec02 .sec02_in .box {
      margin-top: 2em;
      padding-left: 1em;
      font-size: 1rem;
      letter-spacing: 0.1em; }
      @media (max-width: 768px) {
        .sec02 .sec02_in .box {
          background-color: #fff;
          margin-top: 0;
          padding: 7vw 5%; } }
      .sec02 .sec02_in .box .division {
        font-size: 1.2rem;
        font-weight: bold; }
        @media (max-width: 768px) {
          .sec02 .sec02_in .box .division {
            font-size: 3.7vw; } }
      .sec02 .sec02_in .box .square_list {
        margin-top: 0.7em; }
        .sec02 .sec02_in .box .square_list li {
          margin-bottom: 0.5em; }
          .sec02 .sec02_in .box .square_list li a {
            color: #231815; }
            @media (max-width: 768px) {
              .sec02 .sec02_in .box .square_list li a {
                font-size: 3.2vw; } }
          .sec02 .sec02_in .box .square_list li:before {
            background-color: #45b035; }
      .sec02 .sec02_in .box .btn {
        font-size: 1rem;
        padding: 0.3em 4em;
        margin-top: 0.5em; }
        @media (max-width: 768px) {
          .sec02 .sec02_in .box .btn {
            font-size: 3vw; } }
      @media (max-width: 768px) {
        .sec02 .sec02_in .box .sec_img {
          width: 100%;
          height: auto;
          margin-top: 7vw;
          margin-left: -1em; } }
    .sec02 .sec02_in .img_box {
      position: absolute;
      top: -25px;
      right: 0;
      width: min(30vw, 500px); }
      .sec02 .sec02_in .img_box .sec_img {
        width: 100%;
        height: auto; }

/*---------------------------
sec03
---------------------------*/
.sec03 {
  margin-top: 40px; }
  .sec03 .title {
    margin-top: 0; }
  .sec03 .box {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 60px auto 0; }
    @media (max-width: 768px) {
      .sec03 .box {
        width: 100%; } }
    .sec03 .box a {
      position: relative;
      z-index: 1;
      margin: 0 auto;
      display: flex;
      align-items: center;
      width: 30%;
      color: #fff;
      font-size: 1rem;
      padding: 0.7em 1em;
      letter-spacing: 0.1em;
      transition: all 1s; }
      @media (max-width: 768px) {
        .sec03 .box a {
          width: 45%;
          font-size: 3vw; } }
      .sec03 .box a:hover {
        color: #181878; }
      .sec03 .box a:before {
        transform: skewX(-20deg);
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #181878;
        z-index: -1;
        border: 2px solid #181878;
        letter-spacing: 0.1em;
        transition: all 1s; }
      .sec03 .box a:hover:before {
        background: #fff;
        border-color: #181878;
        color: #181878; }
      .sec03 .box a:nth-child(n+4) {
        margin-top: 0.7em; }
      @media (max-width: 768px) {
        .sec03 .box a:nth-child(n+3) {
          margin-top: 2em; } }
      .sec03 .box a .icon {
        width: 7%;
        height: auto;
        margin-right: 0.7em; }

/*---------------------------
sec04
---------------------------*/
.sec04 {
  margin-top: 160px;
  position: relative; }
  .sec04 .sec_img {
    width: 57vw;
    height: auto; }
    @media (max-width: 768px) {
      .sec04 .sec_img {
        width: 100%; } }
  .sec04 .text_box {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 5%;
    position: absolute;
    left: 45%;
    top: 50%;
    text-align: left;
    transform: translateY(-50%);
    margin: auto; }
    @media (max-width: 768px) {
      .sec04 .text_box {
        padding: 10vw;
        left: auto;
        right: 0; } }
    .sec04 .text_box .title {
      margin-top: 0;
      text-align: left;
      margin-bottom: 0.5em; }
    .sec04 .text_box nav a {
      letter-spacing: 0.1em;
      line-height: 1.3; }
      @media (max-width: 768px) {
        .sec04 .text_box nav a {
          font-size: 3vw; } }
    @media (max-width: 768px) {
      .sec04 .text_box .btn {
        margin-top: 5vw; } }

/*---------------------------
sec05
---------------------------*/
.sec05 {
  padding: 120px 0; }
  .sec05 .title {
    margin-top: 0;
    margin-bottom: 1em; }
  .sec05 .News_cts .box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #231815;
    padding: 2em 1%; }
    @media (max-width: 768px) {
      .sec05 .News_cts .box {
        display: block;
        padding: 1.5em 0; } }
    .sec05 .News_cts .box .date {
      font-size: 0.9rem;
      margin: 0;
      width: 12em; }
    .sec05 .News_cts .box .category {
      font-size: 0.9rem;
      padding: 0.1em 0.7em;
      margin: 0 0.5em;
      letter-spacing: 0;
      width: 17em; }
    .sec05 .News_cts .box .article_title {
      font-size: 1rem;
      line-height: 1.3; }
      @media (max-width: 768px) {
        .sec05 .News_cts .box .article_title {
          margin-top: 0.7em; } }
    .sec05 .News_cts .box a {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      color: #231815; }
      .sec05 .News_cts .box a:link, .sec05 .News_cts .box a:visited {
        color: #231815; }
      .sec05 .News_cts .box a:hover {
        color: orange; }
    .sec05 .News_cts .box .wrap {
      display: flex;
      align-items: center; }
  .sec05 .btn_box {
    margin-top: 60px;
    text-align: center; }
    @media (max-width: 768px) {
      .sec05 .btn_box {
        margin-top: 0; } }

/*---------------------------
sec06
---------------------------*/
.sec06 {
  margin-top: 80px;
  padding-bottom: 80px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row-reverse; }
  @media (max-width: 768px) {
    .sec06 {
      display: block; } }
  .sec06 .sec_img {
    width: 57vw;
    height: auto; }
    @media (max-width: 768px) {
      .sec06 .sec_img {
        width: 100%; } }
  .sec06 .text_box {
    margin-right: 5vw;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: right; }
    @media (max-width: 768px) {
      .sec06 .text_box {
        margin-top: 2em;
        text-align: center; } }
    .sec06 .text_box .title {
      text-align: right;
      margin-bottom: 0.5em;
      margin-top: 0; }
      @media (max-width: 768px) {
        .sec06 .text_box .title {
          text-align: center; } }
    .sec06 .text_box .text {
      color: #181878; }
