@charset "utf-8";

@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(//use.fontawesome.com/releases/v5.0.6/css/all.css);

/*
	font-family:"FontAwesome";
	font-family:"Font Awesome 5 Free";
*/


/*========================================
 Base／固定
========================================*/
body {
    font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #F8F9FA;
}


/*===== FontSize 早見表(必要なもののみ残す) 　※ 16pxは1remで記載 ※ =====*/
html {
    --12px:calc(12 / 16 * 1rem);
    --13px:calc(13 / 16 * 1rem);
    --14px:calc(14 / 16 * 1rem);
    --15px:calc(15 / 16 * 1rem);
    --20px:calc(20 / 16 * 1rem);
    --24px:calc(24 / 16 * 1rem);
    --30px:calc(30 / 16 * 1rem);
}


/* topへ戻る */
footer #totop{
    width:40px;
    height:40px;
    padding:0;
    text-indent:-9999px;
    background-color:#0079c7;
    border-radius:100%;
    position:fixed;
    bottom:10px;
    right:0;
    z-index:800;
    display:none;
    cursor:pointer;
}
footer #totop a {display:block;}
footer #totop::after{
    content:"\f106";
    font-family:"FontAwesome";
    font-size:40px;
    line-height:35px;
    text-indent:0;
    text-align:center;
    color:#fff;
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
}



/*========================================
 カスタム用 ／PC&SP
========================================*/
body:before {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    content:"";
    z-index: -5;
    background: url(../images/bg_ptn.png) repeat,
	url(../images/bg.webp) no-repeat;
    background-size:100px, cover;
    
}
.wrapper {
    max-width: 1080px;
    width: 100%;
}
.center {text-align: center;}
img {
    width: 100%;
    height: auto;
}

/* header */
.header {
    margin: 2rem auto;
    width:90%;
}
.headerImage {
    max-width: 1080px;
    width:100%;
    border-radius: 20px;
}
.headerTitle {
    position: relative;
    margin: 1.5rem auto;
    padding: 1rem 0;
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 3px;
    color: #fff;
    text-shadow: -1px -1px 0 #61488f, -1px 1px 0 #61488f, 1px -1px 0 #61488f, 3px 3px 0 #61488f;
    font-weight: bold;
    text-align: center;
    word-break: auto-phrase;
    border-top: 2px dotted #fff;
    border-bottom: 2px dotted #fff;
}
.headerTitle span {
    display: inline-block;
    margin-top: .5em;
    font-size: 1.2rem;
}
.logoTitle {
    margin: 2rem auto;
    padding: .5rem 1rem .2rem;
    text-align: center;
    background:rgba(255, 255, 255, 0.8);
    border-radius:20px;
}
.logoTitle img {
    max-width:800px;
    height:auto;
    filter: drop-shadow(4px 4px 4px #ffffff)
        drop-shadow(-4px -4px 4px #ffffff);
}

/* メインコンテンツ */
.mainContent {
    width:90%;
}
.attention {
    padding-left: 0;
    list-style: none;
    font-size: .85rem;
    line-height:1.6;
}
.point {
    font-weight: bold;
    background: linear-gradient(transparent 70%, #f3e15d 70%);
}

/* lead */
.leadSection {
    font-size: 1rem;
    line-height: 1.6;
    text-align: center;
}
.leadSection {
    margin: 2rem auto 3rem;
    color: #fff;
}
.leadText {
    margin-bottom: 0;
    font-weight: bold;
    letter-spacing: 1px;
    text-shadow: 1px 1px 3px #61488f;
    word-break: auto-phrase;
}
.leadSection span {
    margin-bottom:1em;
    background: linear-gradient(transparent 70%, #d37a99 70%);
}

.announcementSection {
    margin: 2rem auto 0;
    font-size: .95rem;
}

/* Card */
.infoCard {
    padding: 1.5rem;
    margin-bottom: 3rem;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    color: #333;
}

.infoCardTitle {
    margin: 0 auto 1.5rem;
    padding: .3rem .5rem;
    font-size: .95rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 1px;
    background: linear-gradient(to right, #FF7788, #2288DD);
    color: #fff;
}
.infoCardLead {
    margin-bottom: 2rem;
    font-size: .95rem;
    line-height: 1.4;
}

.infoItem {
    margin-bottom: 2rem;
    font-size: .85rem;
    line-height: 1.4;
}
.infoItem:last-child {
    margin-bottom:0;
}
.infoItemTitle {
    margin-bottom: 2rem;
    padding-left: .8rem;
    border-left: 5px solid #fe7788;
    font-size: 1rem;
    font-weight: bold;
}
.infoItemDate {
    padding: .4em;
    background: #fff;
}
.infoItemText {
    margin-bottom: 1.5rem;
    font-size: .85rem;
    line-height: 1.6;
}

.dataList {
    margin-bottom: 1.5rem;
    display: block;
    width: 100%;
    font-size:.85rem;
}
.dataCap {
    padding: .5em 0;
    width: 100%;
    border:none;
    border-bottom: 1px solid #ff7889;
    color: #ff7889;
}
.dataText {
    margin: 0;
    padding: .5rem 0;
    width: 100%;
} 
.nextText {
    text-align: center;
    margin-top: 1rem;
    font-size: 1rem;
}

/* btn */
.btnWrap {
    margin: 1.5rem auto;
    text-align: center;
}
.btnWrap:last-child {margin-bottom:0;}

.button {
    display: inline-block;
    position: relative;
    padding: .8em 2rem .8rem 1.5rem;
    text-decoration: none;
    font-weight: bold;
    font-size: .85rem;
    line-height: 1.4;
    border-radius: 99px;
    text-align: center;
    color: #fff;
    width: 100%;
    background: linear-gradient(to right, #FF7788, #2288DD);
    border: 1px solid #fff;
    cursor: pointer;
    transition: all 0.2s;
}
.button::before {
	position: absolute;
    content: "\f105";
	font-family: "FontAwesome";
	font-weight: 700;
	top: 50%;
	right: 1rem;
	transform: translatey(-50%);
}
.button:hover {
    opacity: 0.8;
    transform: translateY(-2px);
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}

/*画像表示*/
.imgItem {
    margin: 2rem auto;
    max-width: 500px;
}
.imgLogo {
    margin: 2rem auto;
}
.imgLogo img {
    filter: drop-shadow(2px 2px 2px #ffffff) drop-shadow(-2px -2px 2px #ffffff);
}

/* footer */
footer {
    margin: 2rem auto;
}
.otherText {
    padding-top: 1.5rem;
    border-top: 2px dotted #fff;
    font-size: 1rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.otherText::before,
.otherText::after {
    width: 1px;
    height: 1.2rem;
    background-color: #ffffff;
    content: '';
}
.otherText::before {
    transform: rotate(-35deg);
    margin-right: 1em;
}
.otherText::after {
    transform: rotate(35deg);
    margin-left: 1em;
}
.copyright {
    text-align: center;
    font-size: .85rem;
    color: #fff;
}


/* スライダーのコンテナ */
#sliderContainer {
    position: relative;
    border-radius: 20px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    overflow: hidden; /* はみ出した画像を見えなくする */
    -webkit-transform: translateZ(0); /* Safariでの角丸表示崩れ対策 */
    transform: translateZ(0); /* Safariでの角丸表示崩れ対策 */
}
.sliderImageContainer {
    width: 100%;
}
.sliderImageContainer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}
.sliderTrack {
    display: flex;
}
.slide {
    flex: 0 0 100%; /* 各スライドがコンテナの幅いっぱいになるように */
    min-width: 100%;
}

/* PC/スマホ表示切り替え */
#slider-mobile {
    display: block;
}
#slider-pc {
    display: none;
}

/* ドットインジケーター */
#dotsContainer {
    position: absolute;
    bottom: .5rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.5rem;
}
.dot {
     width: 0.75rem;
     height: 0.75rem;
     background-color: rgb(0 0 0 / 10%);
     border-radius: 9999px;
     cursor: pointer;
     transition: background-color 0.3s;
}
.dot.active {
    background-color: #2288dd;
}


/* PC */
@media screen and (min-width: 768px) {

    .sp {display: none;}
    
    
    .headerTitle {
        font-size: 1.8rem;
        line-height: 1.6;
    }
    .headerTitle span {
        font-size:1.4rem;
    }
    .logoTitle {
        padding: 1rem;
    }
    
    .leadText {
        font-size: 1.3rem;
    }
    
    .infoCard {
        padding: 4rem 6rem;
    }
    .infoCardTitle {
        font-size: 1.2rem;
        text-align: center;
    }
    .infoCardLead {
        font-size: 1rem;
        line-height: 1.6;
    }
    .infoItem {
        margin-bottom: 3rem;
        font-size: 1rem;
    }
    .infoItemTitle {
        font-size: 1.1rem;
    }
    
    .dataList {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        align-content: space-around;
        border-top:1px solid #ff7889;
        font-size: 1rem;
    }
    .dataCap {
        padding: .8rem 1em;
        width:8em;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        background: #ffacb7;
    }
    .dataText {
        padding: .8rem;
        width: calc(100% - 8em);
        border-bottom:1px solid #ff7889;
    }
    
    .button {
        max-width: 500px;
        font-size: 1rem;
    }
    
    /*スライダー*/
    #slider-pc {
        display: block;
    }
    #slider-mobile {
        display: none;
    }
}


/* スマホ */
@media screen and (max-width: 767px) {

    .pc {display: none;}


}