@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@media (max-width: 480px) {
  #visual {
    min-width: 100%; } }
@media (max-width: 480px) {
  #visual .visual {
    max-width: 100%; } }
#visual .visual img {
  width: 100%;
  display: block; }
#visual .visual .slick-slide {
  opacity: .5; }
  #visual .visual .slick-slide.slick-active {
    opacity: 1; }
#visual .visual .slide-arrow {
  width: 40px;
  height: 80px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2; }
  @media (max-width: 480px) {
    #visual .visual .slide-arrow {
      width: 20px;
      height: 40px; } }
  #visual .visual .slide-arrow.prev-arrow {
    left: 13%; }
    @media (max-width: 480px) {
      #visual .visual .slide-arrow.prev-arrow {
        left: 10px; } }
  #visual .visual .slide-arrow.next-arrow {
    right: 13%; }
    @media (max-width: 480px) {
      #visual .visual .slide-arrow.next-arrow {
        right: 10px; } }

.top_contents {
  background: url(../img/background-img02.png) no-repeat, url(../img/background-img03.png) no-repeat;
  background-size: 670px, 710px;
  background-position: right top, left bottom;
  padding: 70px 0; }
  @media (max-width: 480px) {
    .top_contents {
      background-size: 90%, 90%;
      padding: 50px 10px 40px; } }
  .top_contents .section_inner {
    max-width: 1020px;
    margin: 0 auto;
    background: url(../img/background-img01.png) no-repeat;
    background-size: 650px;
    background-position: left center; }
    @media (max-width: 480px) {
      .top_contents .section_inner {
        background-size: 90%;
        background-position: center; } }
    .top_contents .section_inner .txt01 {
      width: 384px;
      max-width: 80%;
      margin-bottom: 30px; }
      @media (max-width: 480px) {
        .top_contents .section_inner .txt01 {
          margin-bottom: 20px; } }
    .top_contents .section_inner p {
      line-height: 2.2;
      padding-right: 10px; }
      @media (max-width: 480px) {
        .top_contents .section_inner p {
          line-height: 1.8;
          padding-right: 0; } }
    .top_contents .section_inner .content_inner .images {
      width: 500px;
      max-width: 100%; }
    .top_contents .section_inner .content_inner .msg {
      width: 480px;
      max-width: 100%; }
      @media (max-width: 480px) {
        .top_contents .section_inner .content_inner .msg {
          margin-bottom: 30px; } }

.top_navi {
  background: url(../img/background-ptn01.jpg) no-repeat;
  background-size: 100%;
  background-position: top;
  padding: 100px 0; }
  @media (max-width: 480px) {
    .top_navi {
      padding: 40px 10px; } }
  .top_navi .top_navi_inner {
    max-width: 1020px;
    margin: 0 auto; }
    .top_navi .top_navi_inner .img img {
      border-radius: 20px; }
    .top_navi .top_navi_inner .inner {
      background: #fff;
      width: 600px;
      padding: 50px 90px 0 0;
      position: relative;
      top: -120px;
      margin-bottom: -120px;
      max-width: 90%; }
      @media (max-width: 480px) {
        .top_navi .top_navi_inner .inner {
          top: -70px;
          margin-bottom: -50px;
          padding: 30px 20px 0 0; } }
      .top_navi .top_navi_inner .inner .top_navi_title {
        color: #ef7d24;
        font-size: 2em;
        font-weight: bold;
        background: url(../img/midashi2.png) no-repeat;
        background-size: 66px;
        background-position: bottom left;
        padding: 0 0 8px;
        margin: 0 0 10px; }
        @media (max-width: 480px) {
          .top_navi .top_navi_inner .inner .top_navi_title {
            font-size: 20px; } }
      .top_navi .top_navi_inner .inner p {
        line-height: 2; }
        @media (max-width: 480px) {
          .top_navi .top_navi_inner .inner p {
            line-height: 1.8; } }

.top_info {
  background: url(../img/background-img04-pc.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0; }
  @media (max-width: 480px) {
    .top_info {
      background: url(../img/background-img04-sp.jpg) no-repeat;
      background-size: cover;
      background-position: center;
      padding: 30px 10px; } }
  .top_info .top_info_inner {
    max-width: 1020px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (max-width: 480px) {
      .top_info .top_info_inner {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .top_info .top_info_inner .inner {
      background: rgba(255, 255, 255, 0.9);
      border-radius: 10px;
      padding: 50px 40px;
      width: 510px;
      max-width: 100%; }
      @media (max-width: 480px) {
        .top_info .top_info_inner .inner {
          width: 80%;
          padding: 30px 15px; } }
      .top_info .top_info_inner .inner .top_info_title {
        color: #ef7d24;
        font-size: 2em;
        font-weight: bold;
        background: url(../img/midashi.png) no-repeat;
        background-size: 66px;
        background-position: bottom center;
        text-align: center;
        padding: 0 0 8px;
        margin: 0 0 10px; }
        @media (max-width: 480px) {
          .top_info .top_info_inner .inner .top_info_title {
            font-size: 20px; } }
      .top_info .top_info_inner .inner .btn-ptn1 {
        text-align: center; }
        @media (max-width: 480px) {
          .top_info .top_info_inner .inner .btn-ptn1 a {
            min-width: 100%;
            padding: 0 10px; } }
