/* ----------------------------------------------------------
General Settings
---------------------------------------------------------- */
/* ----------------------------------------------------------
Style for PCs
---------------------------------------------------------- */
@media screen and (min-width: 1025px) {
  /* Header */
  header {
    width: 100%;
    height: 150px;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19400;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  }
  /* Pagetitle */
  .pagetitle {
    width: 100%;
    height: auto;
    display: block;
    background-image: url(../img/header/topbg_contents.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
  }
  .pagetitle .ptbody {
    width: 100%;
    max-width: 1600px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 250px 5% 0px;
    margin: 0 auto;
  }
  .ptbody .pt01 {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .ptbody .pt01 h2 {
    order: 2;
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    color: var(--color-black);
  }
  .ptbody .pt01 p {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0px;
    color: var(--color-1st);
    font-family: var(--font-min);
    margin-bottom: 5px;
    order: 1;
  }
  .ptbody .pt02 {
    width: 50%;
  }
  .ptbody .pt02 ul {
    width: fit-content;
    height: auto;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    margin-left: auto;
    margin-top: auto;
  }
  .ptbody .pt02 ul li {
    font-size: 12px;
    line-height: 1.25em;
    color: var(--color-black);
  }
  .ptbody .pt02 ul li:after {
    content: ">";
    margin-right: 0.5em;
    margin-left: 0.5em;
  }
  .ptbody .pt02 ul li:last-child:after {
    content: "";
    margin-right: 0;
  }
  .ptbody .pt02 ul li a {
    color: var(--color-black);
    text-decoration: none;
  }
  .ptbody .pt02 ul li a:hover {
    color: var(--color-1st);
    text-decoration: underline;
  }
  /* Access */
  .accessbase {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .accba01 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--color-white);
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 30px;
  }
  .accba02 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    background-color: var(--color-white);
    overflow: hidden;
    border-radius: 15px;
  }
  .accmmcc {
    width: 45%;
    height: auto;
    display: block;
    padding: 45px 5%;
  }
  .acc_text01 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4em;
    margin: 0 0 0.5em 0;
  }
  .acc_phone {
    width: fit-content;
    height: 50px;
    display: block;
    font-size: 26px;
    font-family: var(--font-min);
    font-weight: 500;
    line-height: 45px;
    margin: 0 0 5px 0;
  }
  .acc_phone a {
    width: 100%;
    height: 50px;
    display: block;
    color: var(--color-1st);
    padding-left: 50px;
    text-decoration: none;
    background-image: url(../img/header/ic-tel_b.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 40px;
  }
  .acc_text02 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4em;
    margin: 0 0 0 0;
  }
  .mapmm, .mapmm iframe {
    width: 100%;
    height: 500px;
    display: block;
  }
  /* Staff Voice */
  ul.staffvoice {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }
  ul.staffvoice li {
    width: 30.3333333333%;
    height: auto;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--color-ccc);
    border-radius: 15px;
    margin: 0 1.5% 50px;
    overflow: hidden;
  }
  ul.staffvoice li .stv_img {
    width: 100%;
    height: auto;
    display: block;
  }
  ul.staffvoice li .stv_cc {
    width: 100%;
    height: auto;
    display: block;
    padding: 25px;
  }
  ul.staffvoice li .stv_cc h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5em;
    font-family: var(--font-min);
    color: var(--color-1st);
    margin-bottom: 10px;
  }
  ul.staffvoice li .stv_cc h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25em;
    font-family: var(--font-min);
    color: var(--color-black);
    margin-bottom: 10px;
  }
  ul.staffvoice li .stv_cc p {
    margin: 0;
  }
  /* Maintenance */
  ul.maintenancelist {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
  }
  ul.maintenancelist li {
    flex: 1;
    height: auto;
    display: block;
    overflow: hidden;
    border-radius: 20px;
    margin: 0 1%;
    background: rgb(229, 229, 229);
    background: linear-gradient(0deg, rgba(229, 229, 229, 1) 0%, rgba(255, 255, 255, 1) 49%);
  }
  ul.maintenancelist li .mlimg {
    width: 100%;
    height: auto;
    display: block;
  }
  ul.maintenancelist li .mlcc {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 25px 25px 40px 25px;
  }
  ul.maintenancelist li .mlcc h3 {
    font-size: 24px;
    font-family: var(--font-min);
    font-weight: 600;
    line-height: 1.5em;
    color: var(--color-black);
    margin-bottom: 0px;
  }
  ul.maintenancelist li .mlcc h4 {
    font-size: 12px;
    font-family: var(--font-min);
    font-weight: 600;
    line-height: 1.5em;
    color: var(--color-1st);
    margin-bottom: 10px;
  }
  ul.maintenancelist li .mlcc p {
    margin: 0;
  }
  /* Corporate */
  .corpline_title {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  .corpline_title .corpt_01 {
    width: 75%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .corpline_title .corpt_01 h2 {
    font-size: 28px;
    font-family: var(--font-min);
    font-weight: 600;
    line-height: 1.25em;
    color: var(--color-black);
    margin-bottom: 10px;
    order: 2;
  }
  .corpline_title .corpt_01 h3 {
    font-size: 14px;
    font-family: var(--font-min);
    font-weight: 400;
    line-height: 1.25em;
    color: var(--color-1st);
    margin-bottom: 5px;
    order: 1;
  }
  .corpline_title .corpt_01 p {
    margin-bottom: 0px;
    order: 3;
  }
  .corpline_title .corpt_02 {
    width: 20%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .corpline_title .corpt_02 img {
    overflow: hidden;
    border-radius: 20px;
  }
  .corporate_01_list {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .corporate_01_list li {
    width: 49%;
    height: auto;
    display: flex;
    justify-content: space-between;
    padding: 3%;
    background-color: var(--color-f8);
    border-radius: 20px;
    margin: 0.5%;
  }
  .corporate_01_list li .corp01li_img {
    width: 30%;
    height: auto;
    display: block;
    order: 2;
  }
  .corporate_01_list li .corp01li_img img {
    overflow: hidden;
    border-radius: 10px;
  }
  .corporate_01_list li .corp01li_cc {
    width: 65%;
    height: auto;
    display: block;
    order: 1;
  }
  .corporate_01_list li .corp01li_cc h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5em;
    font-family: var(--font-min);
    color: var(--color-1st);
    margin-bottom: 5px;
  }
  .corporate_01_list li .corp01li_cc p {
    margin: 0;
  }
    
    
    
    
    
    
  /* Archives */
  /* リストレイアウト */
  .archiveslist {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 5%;
    justify-content: space-between;
    padding: 0;
    list-style: none;
    margin: 0;
  }
  .archiveslist li {
    flex: 0 1 45%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
  }
  /* タイトル */
  .archiveslist li h4 {
    font-size: 20px;
    font-family: var(--font-min);
    font-weight: 600;
    line-height: 1.5em;
    color: var(--color-1st);
    margin-bottom: 10px;
  }
  /* コンテンツ共通ラッパー */
  .content-block {
    width: 100%;
    aspect-ratio: 16 / 9; /* iframeとpで共通の高さ */
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }
  /* iframe埋め込み */
  .ytmm {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .ytmm iframe {
    width: 100%;
    height: 100%;
    border: 0;
  }
  /* テキスト表示（中止など） */
  .content-block p {
    white-space: pre-line;
    text-align: center;
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6; /* ← 調整点 */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; /* 高さ揃えるため */
  }
    
    
    
    .tournament-results{
        width: 100%;
        height: auto;
        padding: 20px 0 0;
    }
    
    .tournament-results h5{
       font-size: 14px;
    font-weight: 700;
    line-height: 1.3em;
    color: var(--color-black);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 10px;
    }
    
     .tournament-results p{
    margin-bottom: 5px;
    line-height: 1.2em;
    }
    
    
    
     .tournament-results p.nwp_bn a {
    width: fit-content;
    height: 25px;
    display: block;
    font-size: 10px;
    line-height: 25px;
    text-align: center;
    color: var(--color-white);
    background-color: var(--color-1st);
    border-radius: 3px;
    padding: 0 30px 0 10px;
    background-image: url(../img/header/ic-ar_h_w.svg);
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: auto 60%;
    transition: .4s all;
    margin:15px 0 0;
    text-decoration: none;
  }
    
     .tournament-results p.nwp_bn a:hover {
    background-color: var(--color-4th);
  }
    
    
  /* Text button　通常ブルー
----------------------------------------------------------------*/
  .ind_txtbn {
    width: 250px;
    height: 40px;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
    overflow: hidden;
  }
  .ind_txtbn a {
    width: 100%;
    height: auto;
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    color: var(--color-white);
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    background-image: url(../img/header/ic-ar_h_w.svg);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: auto 50%;
    transition: .4s all;
  }
  .ind_txtbn a:hover {
    background-color: var(--color-4th) !important;
  }
  .txtbnmm {
    width: 100%;
    max-width: 1600px;
    height: auto;
    display: block;
    padding: 60px 8% 0;
    margin: 0 auto;
  }
  .txtbnmm, cabo-bn {
    width: 100%;
    max-width: 1600px;
    height: auto;
    display: block;
    padding: 0 8%;
    margin: 0 auto;
  }
  .txtbnmm .ind_txtbn {
    background: rgb(79, 124, 171);
    background: linear-gradient(90deg, rgba(79, 124, 171, 1) 0%, rgba(0, 52, 106, 1) 100%);
  }
}
/* ----------------------------------------------------------
Style for iPad Pro
---------------------------------------------------------- */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* Pagetitle */
  .pagetitle {
    width: 100%;
    height: auto;
    display: block;
    background-image: url(../img/header/topbg_contents.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
  }
  .pagetitle .ptbody {
    width: 100%;
    max-width: 1600px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 140px 5% 0px;
  }
  .ptbody .pt01 {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .ptbody .pt01 h2 {
    order: 2;
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    color: var(--color-black);
  }
  .ptbody .pt01 p {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0px;
    color: var(--color-1st);
    font-family: var(--font-min);
    margin-bottom: 5px;
    order: 1;
  }
  .ptbody .pt02 {
    width: 50%;
  }
  .ptbody .pt02 ul {
    width: fit-content;
    height: auto;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    margin-left: auto;
    margin-top: auto;
  }
  .ptbody .pt02 ul li {
    font-size: 12px;
    line-height: 1.25em;
    color: var(--color-black);
  }
  .ptbody .pt02 ul li:after {
    content: ">";
    margin-right: 0.5em;
    margin-left: 0.5em;
  }
  .ptbody .pt02 ul li:last-child:after {
    content: "";
    margin-right: 0;
  }
  .ptbody .pt02 ul li a {
    color: var(--color-black);
    text-decoration: none;
  }
  .ptbody .pt02 ul li a:hover {
    color: var(--color-1st);
    text-decoration: underline;
  }
  /* Access */
  .accessbase {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .accba01 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--color-white);
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 30px;
  }
  .accba02 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--color-white);
    overflow: hidden;
    border-radius: 15px;
  }
  .accmmcc {
    width: 100%;
    height: auto;
    display: block;
    padding: 45px 5%;
  }
  .acc_text01 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4em;
    margin: 0 0 0.5em 0;
  }
  .acc_text01 br {
    display: none !important;
  }
  .acc_phone {
    width: fit-content;
    height: 50px;
    display: block;
    font-size: 26px;
    font-family: var(--font-min);
    font-weight: 500;
    line-height: 45px;
    margin: 0 0 5px 0;
  }
  .acc_phone a {
    width: 100%;
    height: 50px;
    display: block;
    color: var(--color-1st);
    padding-left: 50px;
    text-decoration: none;
    background-image: url(../img/header/ic-tel_b.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 40px;
  }
  .acc_text02 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4em;
    margin: 0 0 0 0;
  }
  .mapmm, .mapmm iframe {
    width: 100%;
    height: 500px;
    display: block;
  }
  /* Staff Voice */
  ul.staffvoice {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }
  ul.staffvoice li {
    width: 30.3333333333%;
    height: auto;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--color-ccc);
    border-radius: 15px;
    margin: 0 1.5% 50px;
    overflow: hidden;
  }
  ul.staffvoice li .stv_img {
    width: 100%;
    height: auto;
    display: block;
  }
  ul.staffvoice li .stv_cc {
    width: 100%;
    height: auto;
    display: block;
    padding: 25px;
  }
  ul.staffvoice li .stv_cc h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5em;
    font-family: var(--font-min);
    color: var(--color-1st);
    margin-bottom: 10px;
  }
  ul.staffvoice li .stv_cc h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25em;
    font-family: var(--font-min);
    color: var(--color-black);
    margin-bottom: 10px;
  }
  ul.staffvoice li .stv_cc p {
    margin: 0;
  }
  /* Maintenance */
  ul.maintenancelist {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
  }
  ul.maintenancelist li {
    flex: 1;
    height: auto;
    display: block;
    overflow: hidden;
    border-radius: 20px;
    margin: 0 1%;
    background: rgb(229, 229, 229);
    background: linear-gradient(0deg, rgba(229, 229, 229, 1) 0%, rgba(255, 255, 255, 1) 49%);
  }
  ul.maintenancelist li .mlimg {
    width: 100%;
    height: auto;
    display: block;
  }
  ul.maintenancelist li .mlcc {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 25px 25px 40px 25px;
  }
  ul.maintenancelist li .mlcc h3 {
    font-size: 24px;
    font-family: var(--font-min);
    font-weight: 600;
    line-height: 1.5em;
    color: var(--color-black);
    margin-bottom: 0px;
  }
  ul.maintenancelist li .mlcc h4 {
    font-size: 12px;
    font-family: var(--font-min);
    font-weight: 600;
    line-height: 1.5em;
    color: var(--color-1st);
    margin-bottom: 10px;
  }
  ul.maintenancelist li .mlcc p {
    margin: 0;
  }
  /* Corporate */
  .corpline_title {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  .corpline_title .corpt_01 {
    width: 75%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .corpline_title .corpt_01 h2 {
    font-size: 28px;
    font-family: var(--font-min);
    font-weight: 600;
    line-height: 1.25em;
    color: var(--color-black);
    margin-bottom: 10px;
    order: 2;
  }
  .corpline_title .corpt_01 h3 {
    font-size: 14px;
    font-family: var(--font-min);
    font-weight: 400;
    line-height: 1.25em;
    color: var(--color-1st);
    margin-bottom: 5px;
    order: 1;
  }
  .corpline_title .corpt_01 p {
    margin-bottom: 0px;
    order: 3;
  }
  .corpline_title .corpt_02 {
    width: 20%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .corpline_title .corpt_02 img {
    overflow: hidden;
    border-radius: 20px;
  }
  .corporate_01_list {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .corporate_01_list li {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    padding: 3%;
    background-color: var(--color-f8);
    border-radius: 20px;
    margin: 0 0 10px 0;
  }
  .corporate_01_list li .corp01li_img {
    width: 30%;
    height: auto;
    display: block;
    order: 2;
  }
  .corporate_01_list li .corp01li_img img {
    overflow: hidden;
    border-radius: 10px;
  }
  .corporate_01_list li .corp01li_cc {
    width: 65%;
    height: auto;
    display: block;
    order: 1;
  }
  .corporate_01_list li .corp01li_cc h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5em;
    font-family: var(--font-min);
    color: var(--color-1st);
    margin-bottom: 5px;
  }
  .corporate_01_list li .corp01li_cc p {
    margin: 0;
  }


    
    
   /* Archives */
  /* リストレイアウト */
  .archiveslist {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 5%;
    justify-content: space-between;
    padding: 0;
    list-style: none;
    margin: 0;
  }
  .archiveslist li {
    flex: 0 1 45%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
  }
  /* タイトル */
  .archiveslist li h4 {
    font-size: 20px;
    font-family: var(--font-min);
    font-weight: 600;
    line-height: 1.5em;
    color: var(--color-1st);
    margin-bottom: 10px;
  }
  /* コンテンツ共通ラッパー */
  .content-block {
    width: 100%;
    aspect-ratio: 16 / 9; /* iframeとpで共通の高さ */
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }
  /* iframe埋め込み */
  .ytmm {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .ytmm iframe {
    width: 100%;
    height: 100%;
    border: 0;
  }
  /* テキスト表示（中止など） */
  .content-block p {
    white-space: pre-line;
    text-align: center;
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6; /* ← 調整点 */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; /* 高さ揃えるため */
  }
    
    
          .tournament-results{
        width: 100%;
        height: auto;
        padding: 20px 0 0;
    }
    
    .tournament-results h5{
       font-size: 14px;
    font-weight: 700;
    line-height: 1.3em;
    color: var(--color-black);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 10px;
    }
    
     .tournament-results p{
    margin-bottom: 5px;
    line-height: 1.2em;
    }
    
    
    
     .tournament-results p.nwp_bn a {
    width: fit-content;
    height: 25px;
    display: block;
    font-size: 10px;
    line-height: 25px;
    text-align: center;
    color: var(--color-white);
    background-color: var(--color-1st);
    border-radius: 3px;
    padding: 0 30px 0 10px;
    background-image: url(../img/header/ic-ar_h_w.svg);
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: auto 60%;
    transition: .4s all;
    margin:15px 0 0;
    text-decoration: none;
  }
    
     .tournament-results p.nwp_bn a:hover {
    background-color: var(--color-4th);
  }
    
    
    
    
    
    
  /* Text button　通常ブルー
----------------------------------------------------------------*/
  .ind_txtbn {
    width: 250px;
    height: 40px;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
    overflow: hidden;
  }
  .ind_txtbn a {
    width: 100%;
    height: auto;
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    color: var(--color-white);
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    background-image: url(../img/header/ic-ar_h_w.svg);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: auto 50%;
    transition: .4s all;
  }
  .ind_txtbn a:hover {
    background-color: var(--color-4th) !important;
  }
  .txtbnmm {
    width: 100%;
    max-width: 1600px;
    height: auto;
    display: block;
    padding: 60px 8% 0;
    margin: 0 auto;
  }
  .txtbnmm, cabo-bn {
    width: 100%;
    max-width: 1600px;
    height: auto;
    display: block;
    padding: 0 8%;
    margin: 0 auto;
  }
  .txtbnmm .ind_txtbn {
    background: rgb(79, 124, 171);
    background: linear-gradient(90deg, rgba(79, 124, 171, 1) 0%, rgba(0, 52, 106, 1) 100%);
  }
}
/* ----------------------------------------------------------
Style for Smartphone
---------------------------------------------------------- */
@media screen and (max-width: 768px) {
  /* Pagetitle */
  .pagetitle {
    width: 100%;
    height: auto;
    display: block;
    background-image: url(../img/header/topbg_contents.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
  }
  .pagetitle .ptbody {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 120px 5% 0px;
  }
  .ptbody .pt01 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
  }
  .ptbody .pt01 h2 {
    order: 2;
    font-size: 14px;
    font-weight: 400;
    line-height: 1em;
    color: var(--color-black);
  }
  .ptbody .pt01 p {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0px;
    color: var(--color-1st);
    font-family: var(--font-min);
    margin-bottom: 5px;
    order: 1;
  }
  .ptbody .pt02 {
    width: 100%;
  }
  .ptbody .pt02 ul {
    width: fit-content;
    height: auto;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    margin-left: auto;
    margin-top: auto;
  }
  .ptbody .pt02 ul li {
    font-size: 12px;
    line-height: 1.25em;
    color: var(--color-black);
  }
  .ptbody .pt02 ul li:after {
    content: ">";
    margin-right: 0.5em;
    margin-left: 0.5em;
  }
  .ptbody .pt02 ul li:last-child:after {
    content: "";
    margin-right: 0;
  }
  .ptbody .pt02 ul li a {
    color: var(--color-black);
    text-decoration: none;
  }
  .ptbody .pt02 ul li a:hover {
    color: var(--color-1st);
    text-decoration: underline;
  }
  /* Access */
  .accessbase {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .accba01 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    background-color: var(--color-white);
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 30px;
  }
  .accba02 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    background-color: var(--color-white);
    overflow: hidden;
    border-radius: 15px;
  }
  .accmmcc {
    width: 100%;
    height: auto;
    display: block;
    padding: 45px 5%;
  }
  .acc_text01 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4em;
    margin: 0 0 0.5em 0;
  }
  .acc_text01 br {
    display: none !important;
  }
  .acc_phone {
    width: fit-content;
    height: 50px;
    display: block;
    font-size: 26px;
    font-family: var(--font-min);
    font-weight: 500;
    line-height: 45px;
    margin: 0 0 5px 0;
  }
  .acc_phone a {
    width: 100%;
    height: 50px;
    display: block;
    color: var(--color-1st);
    padding-left: 50px;
    text-decoration: none;
    background-image: url(../img/header/ic-tel_b.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 40px;
  }
  .acc_text02 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4em;
    margin: 0 0 0 0;
  }
  .mapmm, .mapmm iframe {
    width: 100%;
    height: 500px;
    display: block;
  }
  /* Staff Voice */
  ul.staffvoice {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  ul.staffvoice li {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--color-ccc);
    border-radius: 10px;
    padding: 0 0 25px 0;
    margin: 0 0 25px 0;
  }
  ul.staffvoice li .stv_img {
    width: 40%;
    height: auto;
    display: block;
  }
  ul.staffvoice li .stv_img img {
    overflow: hidden;
    border-radius: 10px;
  }
  ul.staffvoice li .stv_cc {
    width: 55%;
    height: auto;
    display: block;
    padding: 0px;
  }
  ul.staffvoice li .stv_cc h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5em;
    font-family: var(--font-min);
    color: var(--color-1st);
    margin-bottom: 10px;
  }
  ul.staffvoice li .stv_cc h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25em;
    font-family: var(--font-min);
    color: var(--color-black);
    margin-bottom: 10px;
  }
  ul.staffvoice li .stv_cc p {
    margin: 0;
  }
  /* Maintenance */
  ul.maintenancelist {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  ul.maintenancelist li {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    border-radius: 20px;
    margin: 0 0 20px 0;
    background: rgb(229, 229, 229);
    background: linear-gradient(0deg, rgba(229, 229, 229, 1) 0%, rgba(255, 255, 255, 1) 49%);
  }
  ul.maintenancelist li .mlimg {
    width: 100%;
    height: auto;
    display: block;
  }
  ul.maintenancelist li .mlcc {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 25px 25px 40px 25px;
  }
  ul.maintenancelist li .mlcc h3 {
    font-size: 24px;
    font-family: var(--font-min);
    font-weight: 600;
    line-height: 1.5em;
    color: var(--color-black);
    margin-bottom: 0px;
  }
  ul.maintenancelist li .mlcc h4 {
    font-size: 12px;
    font-family: var(--font-min);
    font-weight: 600;
    line-height: 1.5em;
    color: var(--color-1st);
    margin-bottom: 10px;
  }
  ul.maintenancelist li .mlcc p {
    margin: 0;
  }
  /* Corporate */
  .corpline_title {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .corpline_title .corpt_01 {
    width: 75%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .corpline_title .corpt_01 h2 {
    font-size: 20px;
    font-family: var(--font-min);
    font-weight: 600;
    line-height: 1.25em;
    color: var(--color-black);
    margin-bottom: 10px;
    order: 2;
  }
  .corpline_title .corpt_01 h3 {
    font-size: 12px;
    font-family: var(--font-min);
    font-weight: 500;
    line-height: 1.25em;
    color: var(--color-1st);
    margin-bottom: 5px;
    order: 1;
  }
  .corpline_title .corpt_01 p {
    margin-bottom: 0px;
    order: 3;
  }
  .corpline_title .corpt_02 {
    width: 20%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .corpline_title .corpt_02 img {
    overflow: hidden;
    border-radius: 5px;
  }
  .corporate_01_list {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .corporate_01_list li {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 30px 0 30px 0;
    border-bottom: 1px dotted var(--color-999);
  }
  .corporate_01_list li:last-child {
    padding: 30px 0 0 0;
    border-bottom: none;
  }
  .corporate_01_list li .corp01li_img {
    width: 50%;
    height: auto;
    display: block;
    margin: 0 auto;
    order: 1;
  }
  .corporate_01_list li .corp01li_img img {
    overflow: hidden;
    border-radius: 10px;
  }
  .corporate_01_list li .corp01li_cc {
    width: 100%;
    height: auto;
    display: block;
    padding-top: 25px;
    order: 2;
  }
  .corporate_01_list li .corp01li_cc h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5em;
    font-family: var(--font-min);
    color: var(--color-1st);
    margin-bottom: 5px;
  }
  .corporate_01_list li .corp01li_cc p {
    margin: 0;
  }

    
    
    
    
   /* Archives */
  /* リストレイアウト */
  .archiveslist {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 5%;
    justify-content: space-between;
    padding: 0;
    list-style: none;
    margin: 0;
  }
  .archiveslist li {
    width: 100%;

    display: flex;
    flex-direction: column;
    box-sizing: border-box;
  }
  /* タイトル */
  .archiveslist li h4 {
    font-size: 20px;
    font-family: var(--font-min);
    font-weight: 600;
    line-height: 1.5em;
    color: var(--color-1st);
    margin-bottom: 10px;
  }
  /* コンテンツ共通ラッパー */
  .content-block {
    width: 100%;
    aspect-ratio: 16 / 9; /* iframeとpで共通の高さ */
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }
  /* iframe埋め込み */
  .ytmm {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .ytmm iframe {
    width: 100%;
    height: 100%;
    border: 0;
  }
  /* テキスト表示（中止など） */
  .content-block p {
    white-space: pre-line;
    text-align: center;
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6; /* ← 調整点 */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; /* 高さ揃えるため */
  }
    
        .tournament-results{
        width: 100%;
        height: auto;
        padding: 20px 0 0;
    }
    
    .tournament-results h5{
       font-size: 14px;
    font-weight: 700;
    line-height: 1.3em;
    color: var(--color-black);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 10px;
    }
    
     .tournament-results p{
    margin-bottom: 5px;
    line-height: 1.2em;
    }
    
    
    
     .tournament-results p.nwp_bn a {
    width: fit-content;
    height: 25px;
    display: block;
    font-size: 10px;
    line-height: 25px;
    text-align: center;
    color: var(--color-white);
    background-color: var(--color-1st);
    border-radius: 3px;
    padding: 0 30px 0 10px;
    background-image: url(../img/header/ic-ar_h_w.svg);
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: auto 60%;
    transition: .4s all;
    margin:15px 0 0;
    text-decoration: none;
  }
    
     .tournament-results p.nwp_bn a:hover {
    background-color: var(--color-4th);
  }
    
    
  /* Text button　通常ブルー
----------------------------------------------------------------*/
  .ind_txtbn {
    width: 250px;
    height: 40px;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
    overflow: hidden;
  }
  .ind_txtbn a {
    width: 100%;
    height: auto;
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    color: var(--color-white);
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    background-image: url(../img/header/ic-ar_h_w.svg);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: auto 50%;
    transition: .4s all;
  }
  .ind_txtbn a:hover {
    background-color: var(--color-4th) !important;
  }
  .txtbnmm {
    width: 100%;
    max-width: 1600px;
    height: auto;
    display: block;
    padding: 30px 8% 0;
    margin: 0 auto;
  }
  .txtbnmm, cabo-bn {
    width: 100%;
    max-width: 1600px;
    height: auto;
    display: block;
    padding: 0 8%;
    margin: 0 auto;
  }
  .txtbnmm .ind_txtbn {
    background: rgb(79, 124, 171);
    background: linear-gradient(90deg, rgba(79, 124, 171, 1) 0%, rgba(0, 52, 106, 1) 100%);
  }
}