@charset "UTF-8";
.sub-mv{
    width: 100%;
    height: auto;
     background-image: url("../image/bg-sub-mv.png");
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center;
    padding: 70px 0 120px;
}
.sub-mv hgroup{
    display: inline-flex;
flex-direction: column;
align-items: flex-start;
gap: 10px;
    margin-bottom: 6px;
}
.sub-mv hgroup p{
    color: #FFF000;
font-family: "Barlow Semi Condensed", sans-serif;
font-size: 80px;
font-style: normal;
font-weight: 800;
line-height: 110%; /* 88px */
}
.sub-mv hgroup h2{
color: #FFF;
font-size: 24px;
font-style: normal;
font-weight: 900;
line-height: 150%; /* 36px */
}
@media screen and (max-width:768px) {
.sub-mv{
     background-image: url("../image/sp-bg-sub-mv.png");
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center;
    padding: 40px 0 95px;
}
.sub-mv hgroup{
    display: flex;
    align-items: center;
gap: 0;
    width: 100%;
    margin: 0 auto 20px;
}
.sub-mv hgroup p{
font-size: 6rem;
line-height: 120%;
}
.sub-mv hgroup h2{
text-align: center;
font-size: 1.8rem;
font-style: normal;
font-weight: 900;
line-height: 120%; /* 21.6px */
    }
}
.page-list-inner{
    position: relative;
    padding-top: 1px;
    background: #F9F9F9;
padding-bottom: 80px;
}
.page-list-inner.page-policy-inner{
    padding-bottom: 120px;
}
@media screen and (max-width:768px) {
    .page-list-inner{
padding-bottom: 40px;
}
.page-list-inner.page-policy-inner{
    padding-bottom: 60px;
}
}
.page-news-list{
    border-radius: 40px;
background: #FFF;
    padding: 8%;
    margin-top: -100px; 
    position: relative;
    z-index: 2;
    margin-bottom: 60px;
}
@media screen and (max-width:768px) {
    .page-news-list{
    border-radius: 20px;
background: #FFF;
    padding: 40px 6.6%;
    margin-top: -80px; 
    position: relative;
    z-index: 2;
            margin-bottom: 30px;
}
}
.page-news-list::before,.page-policy::before{
     content: "";
    position: absolute;
    top: 140px;
    left: -40px;
    background-image: url("../image/bg-message-under.svg");
    background-repeat: no-repeat;
    background-size: contain;
        width: 80px;
height: 80px;
aspect-ratio: 1/1;
}
.page-news-list::after{
     content: "";
    position: absolute;
    bottom: 40px;
    right: -40px;
    background-image: url("../image/bg-top-mv-after.svg");
    background-repeat: no-repeat;
    background-size: contain;
        width: 80px;
height: 80px;
aspect-ratio: 1/1;
}
.page-news-list.single-decoration{
    padding: 60px 8% 80px;
        margin-bottom: 60px;

}
.page-news-list.single-decoration::after,.page-policy::after{
     content: "";
    position: absolute;
    bottom: -40px;
    right: -40px;
    background-image: url("../image/bg-top-mv-after.svg");
    background-repeat: no-repeat;
    background-size: contain;
        width: 80px;
height: 80px;
aspect-ratio: 1/1;
}
@media screen and (max-width:768px) {
.page-news-list::before,.page-policy::before{
     content: "";
    position: absolute;
    top: 110px;
    left: -6%;
    background-image: url("../image/bg-message-under.svg");
    background-repeat: no-repeat;
    background-size: cover;
        width: 31px;
height: 40px;
}
.page-news-list::after{
     content: "";
    position: absolute;
    bottom: 30px;
    right: -6%;
    background-image: url("../image/bg-top-mv-after.svg");
    background-repeat: no-repeat;
    background-size: cover;
        width: 31px;
height: 40px;
    }
.page-news-list.single-decoration{
    padding: 30px 6.6% 40px 6.6%;
    margin-bottom: 25px;

}
.page-news-list.single-decoration::after,.page-policy::after{
     content: "";
    position: absolute;
    bottom: 30px;
    right: -6%;
    background-image: url("../image/bg-top-mv-after.svg");
    background-repeat: no-repeat;
    background-size: cover;
        width: 31px;
height: 40px;
}
}
.single-decoration.page-policy{
    border-radius: 40px;
    background: #FFF;
        padding: 60px 8% 80px;
    margin-top: -100px;
    position: relative;
    z-index: 2;
    margin-bottom: 0;
}
@media screen and (max-width:768px) {
.single-decoration.page-policy{
    border-radius: 20px;
    background: #FFF;
    padding: 30px 6.6% 40px 6.6%;
    margin-top: -80px;
}
}
.page-news-list ul{
    display: flex;
flex-direction: column;
    align-items: flex-start;
    border-top: 1px solid #80C0E6;
    width: 100%;
}
.page-news-list ul li{
        width: 100%;
    border-bottom: 1px solid #80C0E6;

}
.page-news-list ul li a{
            display: flex;
    justify-content: flex-start;
    align-items: flex-start;
        gap: 40px;
    padding: 23px 0;
color: #333;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
}
.page-news-list ul li a:hover{
opacity: 0.7;
}
.page-news-list ul li a span{
    display: block;
    width: 12.5%;
    color: #0081CC;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 24px */
}
@media screen and (max-width:768px) {
.page-news-list ul li a{
            display: flex;
    flex-direction: column;
        gap: 3px;
    padding: 10px 0 15px;
font-size: 1.4rem;
}
.page-news-list ul li a span{
    width: 100%;
font-size: 1.4rem;
}
}
.singlepage .news-time{
    display: block;
    color: #0081CC;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 24px */
    margin-bottom: 20px;
}
.singlepage h1{
    width: 100%;
    color: #333;
font-size: 32px;
font-style: normal;
font-weight: 900;
line-height: 120%; /* 38.4px */
    padding-bottom: 20px;
    border-bottom: 2px solid #80C0E6;
}
@media screen and (max-width:768px) {
.singlepage .news-time{
font-size: 1.4rem;
    margin-bottom: 15px;
}
.singlepage h1{
font-size: 2.4rem;
font-style: normal;
    padding-bottom: 15px;
    border-bottom: 2px solid #80C0E6;
        letter-spacing: 0;
}
}
.singlepage-detail-content{
    width: 100%;
    padding-top: 40px;
}
.singlepage-detail-content h2{
    color: #0081CC;
font-size: 24px;
font-style: normal;
font-weight: 900;
line-height: 150%; /* 36px */
    margin-bottom: 20px;
}
.singlepage-detail-content h3{
    color: #0081CC;
font-size: 20px;
font-style: normal;
font-weight: 900;
line-height: 150%; /* 36px */
    margin-bottom: 20px;
}
.singlepage-detail-content p{
    color: #333;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 36px */
    margin-bottom: 1em;
}
.singlepage-detail-content img{
    margin-top: 1em;
}
@media screen and (max-width:768px) {
.singlepage-detail-content{
    padding-top: 20px;
}
.singlepage-detail-content h2{
font-size: 2rem;
line-height: 120%;
    margin-bottom: 15px;
}
.singlepage-detail-content h3{
font-size: 1.8rem;
line-height: 120%;
    margin-bottom: 15px;
}
.singlepage-detail-content p{
font-size: 1.6rem;
}
}
/* 新着情報一覧へボタン全体の配置 */
/* 全体のコンテナ */
.link-btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px; /* 矢印とテキストの間隔 */
    width: 100%;
}
.link-btn-arrow {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}
/* 共通：矢印の円形ボタン (ページャーと同じ設定) */
.link-btn-arrow a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #5AC8FF;
    transition: all 0.3s ease;
    text-decoration: none;
}

/* 矢印アイコン本体 */
.link-btn-arrow span {
    display: block;
    width: 20px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: transform 0.3s ease;
}

/* 各矢印の画像（既存のパスを使用） */
.link-btn-arrow .arrow-prev {
    background-image: url("../image/link-btn-arrow-left.svg");
}
.link-btn-arrow .arrow-next {
    background-image: url("../image/link-btn-arrow.svg");
}
@media screen and (max-width:768px) {
   .link-btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px; /* 矢印とテキストの間隔 */
    width: 100%;
}
.link-btn-arrow {
    width: 40px;
    height: 40px;
}
/* 共通：矢印の円形ボタン (ページャーと同じ設定) */
.link-btn-arrow a {
    width: 40px;
    height: 40px;
}

/* 矢印アイコン本体 */
.link-btn-arrow span {
    width: 15px;
height: 12px;
aspect-ratio: 5/4;
}

/* 各矢印の画像（既存のパスを使用） */
.link-btn-arrow .arrow-prev {
    background-image: url("../image/link-btn-arrow-left.svg");
}
.link-btn-arrow .arrow-next {
    background-image: url("../image/link-btn-arrow.svg");
}
 
}
/* 中央のテキストリンク */
.link-btn-text {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.link-btn-text a {
   display: flex;
width: 280px;
height: 60px;
padding: 0;
justify-content: center;
align-items: center;
gap: 16px;
    border-radius: 30px;
background: #0081CC;
    color: #FFF;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 1; /* 27px */
    position: relative;
    transition: opacity 0.3s ease;
}
.link-btn-text a span{
    display: flex;
    align-items: center;
    width: 12px;
height: 12px;
flex-shrink: 0;
    transition: transform 0.3s ease;
}
@media screen and (max-width:768px) {
  .link-btn-text {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.link-btn-text a {
width: 200px;
height: auto;
padding: 16px 0 17px 0;
gap: 10px;
font-size: 1.6rem;
font-style: normal;
}
}
/* --- ホバーアクション --- */
/* 前へ：左に動く */
.link-btn-arrow.prev:hover .arrow-prev {
    transform: translateX(-5px);
}

/* 次へ：右に動く */
.link-btn-arrow.next:hover .arrow-next {
    transform: translateX(5px);
}

/* テキスト：少し薄くする */
.link-btn-text a:hover {
    opacity: 0.7;
}
/* 右に5px移動させる（数値はお好みで調整してください） */
.link-btn-text a:hover span {
    /* 右に5px移動させる（数値はお好みで調整してください） */
    transform: translateX(5px);
}/* スマホ対応：少し小さくする場合 */
@media screen and (max-width: 768px) {
}
.policy-list{
    display: flex;
flex-direction: column;
align-items: flex-start;
gap: 40px;
    list-style: none; 
  counter-reset: number; 
  padding-left: 0;
}
.policy-list li {
        display: flex;
flex-direction: column;
align-items: flex-start;
gap: 20px;
counter-increment: number;
}
.policy-list li strong::before {
  content: counter(number) "."; 
color:  #5AC8FF;
font-size: 24px;
font-style: normal;
font-weight: 900;
line-height: 150%; /* 36px */  
    margin-right: 2px; 
    flex-shrink: 0; 
}
.policy-list li .policy-title {
    color: #5AC8FF;
font-size: 24px;
font-style: normal;
font-weight: 900;
line-height: 150%; /* 36px */
}
.policy-list li .policy-text {
color: #333;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 36px */
}
.page-policy .policy-contact{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 30px;
    border-radius: 10px;
background: #DEF4FF;
    padding: 31px 40px 30px 40px;
}
.policy-contact-left p.policy-name{
    color: #0081CC;
font-size: 24px;
font-style: normal;
font-weight: 900;
line-height: 150%; /* 36px */
    margin-bottom: 10px;
}
.policy-contact-left p.policy-address{
color: #0081CC;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 24px */
}
ul.policy-contact-right{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}
ul.policy-contact-right li{
margin-bottom: 0;
}
ul.policy-contact-right li a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}
ul.policy-contact-right li a img{
width: 20px;
height: 20px;
aspect-ratio: 1/1;
}
ul.policy-contact-right li a span{
color: #0081CC;
font-family: "Barlow Semi Condensed", sans-serif;

font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 36px */
}
@media screen and (max-width:768px) {
.policy-list{
gap: 20px;
}
.policy-list li {
gap: 15px;
margin-bottom: 0;
}
.policy-list li strong::before {
font-size: 2rem;
line-height: 120%;
}
.policy-list li .policy-title {
font-size: 2rem;
line-height: 120%;
letter-spacing: 0;
}
.policy-list li .policy-text {
font-size: 1.6rem;
}
.page-policy .policy-contact{
        width: 100%;
    flex-direction: column;
    gap: 10px;
    padding: 20px 22px 24px 22px;
}
.policy-contact-left p.policy-name{
font-size: 2rem;
}
.policy-contact-left p.policy-address{
font-size: 1.4rem;
}
ul.policy-contact-right{
    gap: 3px;
}
ul.policy-contact-right li{
margin-bottom: 0;
}
ul.policy-contact-right li a{
    gap: 5px;
}
ul.policy-contact-right li a span{
color: #0081CC;
font-family: "Barlow Semi Condensed", sans-serif;

font-size: 1.8rem;
line-height: 130%; 
}
}
.singlepage-detail-content a{
   color: #0081CC;
    text-decoration: underline;
    text-decoration-color: #0081CC;
    text-underline-offset: 4px;
}
.singlepage-detail-content a:hover{
    opacity: 0.7;
    text-decoration-thickness: 2px;
    transition: all 0.3s ease;
}