@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

.only-sp {
    display: block;
}

.only-pc {
    display: none;
}

.wrapper {
    background-color: #fff;
}

.fr-pagetop {
    z-index: 99;
}

.main_inner {
    background-color: #fff;
    padding: 0;
    padding-bottom: 50px;

    font-family: ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, Hiragino Sans, Noto Sans CJK JP, Osaka, Meiryo, メイリオ, MS PGothic, ＭＳ Ｐゴシック, YuGothic, Yu Gothic, Hiragino Sans GB, Helvetica Neue, HelveticaNeue, Helvetica, Noto Sans, Roboto, Arial, Arial Unicode MS, sans-serif;
    font-size: 12px;
    font-weight: 300;
}

.body-index .main_inner {
    max-width: none;
    padding-bottom: 0;
}

.body-index .fr-globalFooter {
    margin-top: 0 !important;
}

.col-2 {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.col-left,
.col-right {
    padding: 0px;
    position: relative;
}

.top-keyVisual {
    position: sticky;
    top: 0;
    height: 80vh;
    overflow: hidden;
}

.key-text {
    position: absolute;
    display: block;
    z-index: 5;
    top: 50%;
    left: 40%;
    transform: translateY(-50%) translateX(-40%);
}

.key-text img {
    margin-bottom: 10px;
}

.key-bg {
    position: relative;
    z-index: 1;
}

.slider-bg01 {
    background: url(https://www.plst.com/jp/ja/special-feature/style100/images/2405/kv_img01.jpg);
}

.slider-bg02 {
    background: url(https://www.plst.com/jp/ja/special-feature/style100/images/2405/kv_img02.jpg);
}

.slider-bg03 {
    background: url(https://www.plst.com/jp/ja/special-feature/style100/images/2405/kv_img03.jpg);
}

.slider-bg04 {
    background: url(https://www.plst.com/jp/ja/special-feature/style100/images/2405/kv_img04.jpg);
}

.slider-bg05 {
    background: url(https://www.plst.com/jp/ja/special-feature/style100/images/2405/kv_img05.jpg);
}

.slider-bg06 {
    background: url(https://www.plst.com/jp/ja/special-feature/style100/images/2405/kv_img06.jpg);
}

.slider-bg07 {
    background: url(https://www.plst.com/jp/ja/special-feature/style100/images/2405/kv_img07.jpg);
}

.slider-bg08 {
    background: url(https://www.plst.com/jp/ja/special-feature/style100/images/2405/kv_img08.jpg);
}

.slider-bg li {
    width: 100%;
    /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height: 100vh;
    /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    background-repeat: no-repeat;
    /*背景画像をリピートしない*/
    background-position: top;
    background-size: cover;
    /*背景画像が.slider-item全体を覆い表示*/
}

.top-contents {
    max-width: 500px;
    padding-top: 30px;
    margin: 0 auto;
}

.body-index h2,
.body-index h3 {
    text-align: center;
    margin-bottom: 5px;
    font-weight: 100;
}

.body-index h2 {
    font-size: 1.5em;
}

.body-index h3 {
    font-size: 1.2em;
    margin-top: 35px;
}

.body-index p {
    padding: 0 1em;
    margin-bottom: 20px;
}

.type-links {
    display: flex;
    margin: 0 auto;
    margin: 0 auto 0.5em auto;
}

.type-links a,
.mg_chart_item{
    padding: 10px;
    /* filter: drop-shadow(3px 3px 5px #b6b6b6); */
}

.mg_chartimg {
    position: relative;
    margin-bottom: 50px;
}

.mg_chart_container {
    position: absolute;
    width: 100%;
    bottom: 25px;
    display: inline-flex;
    align-items: flex-end;
    justify-content: space-around;
    left: 0;
}

.mg_chart_item{
    width: 28%;
}

.link-bunner {
    margin-bottom: 20px;
}

.link-bunner_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.link-bunner_inner a {
    max-width: 300px;
    margin: 0 1em;
    filter: drop-shadow(3px 5px 3px #d5d5d5);
}

.list-note{
    margin: 10px 0 10px 1em;
    text-align: left;
}

.list-note li{
text-indent: -1em;
margin-bottom: 0.5em;
}

.list-note li:before {
content: "※";
}

.bottun-container{
    margin: 50px auto 100px auto;
    position: relative;
    text-align: center;
  }

  .button{
    background-color: #fff;
    color: #000;
    font-size: 1.2em;
    padding: 1.5em;
    border: 1px solid #000;
    cursor: pointer;
    transition-duration: 0.3s;
  }

  .button.pdficon{
    padding-right: 4em;
  }

  .button.pdficon::after{
    content: '';
    width: 2em;
    height: 2em;
    margin: 0 0.5em;
    position: absolute;
    top: -0.3em;
    background-image: url("https://www.plst.com/jp/ja/special-feature/common/images/pdficon.png");
    background-size: contain;
    background-repeat: no-repeat;
  }

/* pc style */

@media screen and (min-width: 768px) {

    .only-sp {
        display: none;
    }

    .only-pc {
        display: block;
    }

    .main_inner {
        font-size: 14px;
    }

    .col-2 {
        flex-direction: row;
    }

    .col-left,
    .col-right {
        width: 50%;
    }

    .top-keyVisual {
        height: 100vh;
    }

    .mg_chart_container {
        bottom: 6%;
    }

}

/* sp style */

@media screen and (max-width: 400px) {}