/*! Writen  by SCSS */
.inner_main {
  height: auto;
  aspect-ratio: 16/5.3; }
  @media screen and (max-width: 480px) {
    .inner_main {
      aspect-ratio: 16/8.2; } }
  .inner_main .inner_main_bg {
    background-image: url("../images/main.jpg"); }
    @media screen and (max-width: 480px) {
      .inner_main .inner_main_bg {
        background-image: url("../images/main_sp.jpg"); } }
  .inner_main .page_name {
    top: 30.19%;
    bottom: auto; }
    @media screen and (max-width: 480px) {
      .inner_main .page_name {
        top: 50%; } }

.sec01 {
  padding-bottom: clamp(60px, 8.334vw, 100px); }
  .sec01 .midashi_group {
    margin-bottom: clamp(50px, 8.334vw, 100px); }
  @media screen and (max-width: 480px) {
    .sec01 .sec01_cont01 {
      flex-wrap: wrap;
      gap: 50px 0; } }
  .sec01 .sec01_cont01 a {
    width: 21.25%; }
    @media screen and (max-width: 480px) {
      .sec01 .sec01_cont01 a {
        width: 48%; } }
    body:not(.mobile) .sec01 .sec01_cont01 a:hover .more_image img {
      transform: scale(1.2); }
    body:not(.mobile) .sec01 .sec01_cont01 a:hover .more:before {
      transform: scale(1, 1);
      transition: transform .3s ease-in-out 0.1s; }
    body:not(.mobile) .sec01 .sec01_cont01 a:hover .more:after {
      opacity: 0; }
    .sec01 .sec01_cont01 a .more_ttl {
      font-size: clamp(15px, 2vw, 24px);
      text-align: center;
      margin-bottom: clamp(10px, 1.667vw, 20px);
      line-height: 1; }
    .sec01 .sec01_cont01 a .vertical_line {
      width: 1px;
      margin: 0 auto 20px;
      height: 70px;
      background: #000; }
      @media screen and (max-width: 820px) {
        .sec01 .sec01_cont01 a .vertical_line {
          height: 30px;
          margin: 0 auto 15px; } }
    .sec01 .sec01_cont01 a .more_image {
      overflow: hidden; }
      .sec01 .sec01_cont01 a .more_image img {
        transition: 2s transform ease-in-out 0s; }
    .sec01 .sec01_cont01 a .more_txt {
      text-align: center;
      line-height: 1.63;
      font-size: clamp(13px, 1.693vw, 22px);
      margin: clamp(15px, 1.667vw, 20px) 0 clamp(30px, 5vw, 60px);
      letter-spacing: normal; }
      @media screen and (max-width: 820px) {
        .sec01 .sec01_cont01 a .more_txt {
          margin: 15px 0 30px; } }
      @media screen and (max-width: 480px) {
        .sec01 .sec01_cont01 a .more_txt {
          font-size: 4vw;
          margin: 10px 0 20px; } }
    .sec01 .sec01_cont01 a .more {
      position: relative;
      text-align: center;
      padding-bottom: 10px; }
      .sec01 .sec01_cont01 a .more:before, .sec01 .sec01_cont01 a .more:after {
        content: "";
        position: absolute;
        width: 100%;
        background: #000;
        height: 1px; }
      .sec01 .sec01_cont01 a .more:before {
        left: 0;
        right: 0;
        bottom: 0px;
        transform: scale(0, 1);
        transform-origin: left bottom;
        transition: transform 0s ease-in-out 0s; }
      .sec01 .sec01_cont01 a .more:after {
        inset: 0;
        top: auto; }

.caption_area {
  border-top: 1px solid #CCC; }
