/* .wrapper {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    /* border: solid; 
    height: 150vh;
} */

* {
    margin: 0;
    padding: 0;
    /* overflow-x: hidden; */
    box-sizing: border-box;
}

* ::-webkit-scrollbar {
    display: none;
}



body {
    background-color: #F5F5F5;
}

.fake-header {
    height: 70px;
    /* border: solid; */

}

.bread {
    background-color: #F5F5F5;
    color: #2f2f2f;
    z-index: 9;
    font-size: 1rem;
    padding-top: 80px;
    padding-left: 2%;
    padding-bottom: 8px;
    letter-spacing: 0.2rem;
    font-family: source-han-serif-japanese, serif;
    font-weight: 4;
    font-style: normal;

}

.top-img {
    position: relative;
}

.kasou-top-img {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.top-img img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 150px;
    overflow-x: hidden;
}

.top-img p {
    position: absolute;
    font-size: 70%;
}

.kasou-top-logo {
    display: flex;
    justify-content: center;
    transform: translateY(-70%);
}

.kasou-top-logo img {
    width: 3.5vw;
    min-width: 25px;
    height: 2.5vw;
    min-height: 25px;
    margin: 0 auto;
    /* position: absolute; */
    /* left: 48.2%;
    transform: translate(0%, -65%); */
    display: inline-block;
}

.haikei {
    z-index: -1;
    width: 100%;
    background-attachment: fixed;
    position: fixed;
    -webkit-filter: opacity(39%);
    filter: opacity(39%);
    display: inline-block;
    pointer-events: none;
    overflow-x: hidden;
}

.haikei img {
    overflow-x: hidden;
}

.kasou-top-img p {
    /* text-align: center; */
    position: absolute;
    top: 50%;
    left: 50%;
    /* -ms-transform: translate(-50%,-50%); 
  -webkit-transform: translate(-50%,-50%);  */
    transform: translate(-49%, -50%);
    /* margin: 0;
    padding: 0; */
    /* font-size: 2.5rem; */
    font-size: 3vw;
    color: white;
    z-index: 2;
    /* width: -webkit-fit-content;
    width: -moz-fit-content; */
    width: fit-content;
    letter-spacing: 0.45rem;
    font-family: source-han-serif-japanese, serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    line-height: 1.1em;
}

@media screen and (max-width: 1000px) {
    .kasou-top-img p {
        font-size: 3.5vw;
    }
}

.wrapper {
    max-width: 1000px;
    width: 80%;
    margin: 0 auto;
    /* border: solid; */
    /* height: 150vh; */
    position: relative;

}

.wrapper-body {
    margin-top: 80px;
    position: absolute;
}

/* 緑の枠のcss */

.le-box {
    border: solid 3px #2fa89a;
    background-color: #ffffff6e;

    width: 65%;
    /* height: 100px; */
    margin: 0 auto;
    position: relative;
    padding-top: 2%;
    padding-bottom: 2%;

}

/* .le-box-contents {
    width: auto;
    margin: 0 auto;
    position: relative; */
/* } */

.le-box-contents {
    margin: 0 auto;
    font-size: 1.25rem;
    letter-spacing: 2.5px;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 200;
    font-style: normal;
    line-height: 2rem;

}

.le-box-name {
    text-align: left;
    white-space: nowrap;
}

/* 基本的な文章のCSS */

.le-contents {
    font-size: 1rem;
    padding: 60px 5% 60px 5%;
    background-color: #ffffff6e;
    letter-spacing: 0.1em;
    line-height: 2.3em;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    color: #2f2f2f;

}


.le-contents::first-letter {
    color: #2fa89a;
    font-size: 1.5rem;
    letter-spacing: 4px;
}



.le-text::first-letter {
    color: #2fa89a;
    font-size: 1.5rem;
    letter-spacing: 4px;
}

.big-letter {
    color: #2fa89a;
    font-size: 1.5rem;
    letter-spacing: 4px;
}

/* 文章の最初の文字がひらがなだった時のためのCCS */

.le-contents-hira {
    font-size: 1rem;
    padding: 60px 5% 60px 5%;
    background-color: #ffffff6e;
    letter-spacing: 0.1em;
    line-height: 2.3em;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    color: #2f2f2f;
}



.hira-first {
    margin-left: -4px;
    color: #2fa89a;
    font-size: 1.5rem;
    letter-spacing: -2px;

}

#header {
    z-index: 100;
    background-attachment: fixed;
    position: fixed;
}

/* .image img{ */
/* width: 40%;
    height: auto;
    display: inline-block; */

/* 写真を中央に置くCSS */

.image {
    text-align: center;
}

.image img {
    width: 40%;
    height: auto;
    display: inline-block;
    /*  box-shadow: 4px 7px 5px -1px #3f3f3f44;  */
    border-radius: 2px;
    background: linear-gradient(145deg, #cacaca, #f0f0f0);
    box-shadow: 3px 3px 7px #929292,
        3px 3px 7px #ffffff;

}

.executive-img {
    text-align: center;
}

.executive-img img {

    width: 60%;
    height: auto;
    display: inline-block;
    /*  box-shadow: 4px 7px 5px -1px #3f3f3f44;  */
    border-radius: 2px;
    background: linear-gradient(145deg, #cacaca, #f0f0f0);
    box-shadow: 3px 3px 7px #929292,
        3px 3px 7px #ffffff;
}

/* 小見出しがある文章に使うCSS */
.le-content-table {
    margin-top: 30px;
    font-size: 1rem;
    padding: 60px 5% 60px 5%;
    background-color: #ffffff6e;
    letter-spacing: 0.1em;
    line-height: 2.3em;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}

.le-table-title {
    text-align: start;
    font-size: 1.4rem;
    /* margin-left: 12px; */
}

.table-number {
    vertical-align: top;
}

/* 真ん中に丸が2個あるタイプ */

.le-announce-title {
    /* text-align: center; */
    font-size: 1.4rem;
    /* margin: 0 auto; */
}

.table-sircle {
    color: #2fa89a;
    font-size: 12px;
    text-align: center;
    vertical-align: top;

}

.yallow-sircle {
    color: #f4e767;
    font-size: 10px;
    text-align: center;
    vertical-align: top;
}

.yallow-sircle-2 {
    color: #f4e767;
    font-size: 7px;
    text-align: center;
    vertical-align: top;
}

.perticipation-title {
    text-decoration: underline;
    color: #2f2f2f;
    font-size: 1.23rem;
}

.perticipation-title:hover {
    opacity: 0.5;
    transition: 0.2s;
}


/* コロナ用 */
.le-announce {
    font-size: 1rem;
    padding: 60px 5% 60px 5%;
    background-color: #f5f5f580;
    letter-spacing: 0.1em;
    line-height: 2.3em;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    overflow-x: hidden;
}

.intro-program {
    font-size: 1.14rem;
    margin-left: 40px;
    margin-bottom: 15px;
}

/* お問い合わせ用 */
.contact-sircle {
    color: #79d2db;
    font-size: 10px;
    vertical-align: top;
}

/* お問い合わせの文字を大きくする */
.le-contact-title {
    font-size: 1.28rem;
}

#contact-koho {
    font-size: 1.2rem;
}


.le-mail-adress {
    color: #2fa89a;
}

.le-mail-adress:hover {
    color: #79d2db;
    transition: 0.25s;
}

/* img {
    pointer-events: none;
} */

.links {
    color: #2fa89a;
    text-decoration: none;
}

.links:hover {
    color: #79d2db;
    transition: 0.25s;

}


.jump-to-contact {
    color: #79d2db;
}

.jump-to-contact:hover {
    color: #2fa89a;
    transition: 0.25s;

}

.le-link-title {
    text-align: start;
    font-size: 1.4rem;
    margin: 0 auto;
    text-align: left;
}

.le-sns {
    color: #2f2f2f;
    position: relative;
    text-decoration: none;

}

.le-sns::before {
    content: '';
    position: absolute;
    bottom: 0%;
    left: 0px;
    width: 100%;
    height: 3px;
    background: #f4e767;
    display: block;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform 0.4s cubic-bezier(1, 0, 0, 1)
}

.le-sns:hover::before {
    transform-origin: left top;
    transform: scale(1, 1)
}

.note-icon {
    transform: translateY(2px) translateX(-7px);
    margin-right: -7px;

}

.le-br-height {
    line-height: 1.4rem;
}

.le-card {
    font-size: 1rem;
    padding: 2% 5px 2% 5px;
    background-color: #f5f5f580;
    overflow-x: hidden;
    letter-spacing: 0.1em;
    line-height: 2.3em;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    /* display: flex;
    flex-wrap: wrap;
    justify-content: center; */
}

.policy-top {
    max-width: 60vw;
    min-width: 30vw;
    position: relative;
    padding: 0.25em 3em;
    margin: 0 auto;
    /* top: 10px; */
    background: none;
    text-align: center;


}

.policy-top-title {
    font-size: 1.4rem;
    transform: translate(0.8px);
    letter-spacing: 0.1em;
    line-height: 2.3em;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}

.policy-top:before,
.policy-top:after {
    position: absolute;
    top: 0;
    content: '';
    width: 30px;
    height: 100%;
    display: inline-block;
    box-sizing: border-box;
}

.policy-top:before {
    border-left: solid 5px #2fa89a;
    border-top: solid 5px #2fa89a;
    border-bottom: solid 5px #2fa89a;
    left: 0;
}

.policy-top:after {
    border-top: solid 5px #2fa89a;
    border-right: solid 5px #2fa89a;
    border-bottom: solid 5px #2fa89a;
    right: 0;
}

.policy-title {
    padding: 0.3em 1em;
    margin: 1em 0;
    color: #232323;
    font-size: 1.2rem;
    background: linear-gradient(-135deg, #A1EFF7, #71D1C5);
    border-left: solid 13px #f4e767;
}

.policy-dot {
    vertical-align: top;
}



.button14 a {
    text-align: right;
    display: flex;
    /* justify-content:flex-end ; */
    align-items: center;
    padding: 0.3em 1em;
    width: 280px;
    height: 50px;
    color: #2f2f2f;
    font-size: 15px;
    font-weight: 400;
    background-image: linear-gradient(150deg, #71d1c6cb, #79d1dba9);
    border-radius: 50vh;
    transition: 0s;
    text-decoration: none;

}


.button14 a::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #f4e767;
    border-right: 2px solid #f4e767;
    transform: rotate(45deg);
    transition: 3s;
}

.button14 a:hover {
    text-decoration: none;
    background-image: linear-gradient(120deg, #79d2db, #71D1C5);
    box-shadow: 3px 3px 7px #929292,
        3px 3px 7px #ffffff;
    transition: 0.3s;
    transition: all 0.5s;

}

.btn-wrapper {
    width: 280px;
    text-align: right;
    /* margin-right: 30px; */
    margin-left: auto;
}


.button15 a {
    text-align: center;
    display: flex;
    /* justify-content:flex-end ; */
    align-items: center;
    padding: 0.2em 1em;
    width: 240px;
    height: 50px;
    color: #2f2f2f;
    font-size: 15px;
    font-weight: 400;
    background-image: linear-gradient(150deg, #71d1c6cb, #79d1dba9);
    border-radius: 50vh;
    transition: 0s;
    text-decoration: none;
    margin-top: 20px;
    margin-bottom: 20px;
    transition: all 0.5s
}


.button15 a::after {
    content: '';
    width: 10px;
    height: 10px;
    margin-left: 5px;
    border-top: 2px solid #f4e767;
    border-right: 2px solid #f4e767;
    transform: rotate(45deg);
    transition: 3s;
    /* text-align: right; */
}

.button15 a:hover {
    text-decoration: none;
    background-image: linear-gradient(120deg, #79d2db, #71D1C5);
    box-shadow: 3px 3px 7px #929292,
        3px 3px 7px #ffffff;
    transition: 0.3s;
    transition: all 0.5s;

}

.button16 a {
    text-align: center;
    display: flex;
    /* justify-content:flex-end ; */
    align-items: center;
    padding: 0.2em 1em;
    width: 190px;
    height: 50px;
    color: #2f2f2f;
    font-size: 15px;
    font-weight: 400;
    background-image: linear-gradient(150deg, #71d1c6cb, #79d1dba9);
    border-radius: 50vh;
    transition: 0s;
    text-decoration: none;
    margin-top: 15px;
    margin-bottom: 20px;
    transition: all 0.3s
}


.button16 a::after {
    content: '';
    width: 10px;
    height: 10px;
    /* margin-left: 20px; */
    border-top: 2px solid #f4e767;
    border-right: 2px solid #f4e767;
    transform: rotate(45deg);
    transition: 3s;
    position: relative;
    left: 3px;
}

.button16 a:hover {
    text-decoration: none;
    background-image: linear-gradient(120deg, #79d2db, #71D1C5);
    box-shadow: 3px 3px 7px #929292,
        3px 3px 7px #ffffff;
    transition: 0.3s;
    transition: all 0.5s;

}

.button17 a {
    text-align: center;
    display: flex;
    /* justify-content:flex-end ; */
    align-items: center;
    padding: 0.2em 1em;
    width: 240px;
    height: 50px;
    color: #2f2f2f;
    font-size: 15px;
    font-weight: 400;
    background-image: linear-gradient(150deg, #71d1c6cb, #79d1dba9);
    border-radius: 50vh;
    transition: 0s;
    text-decoration: none;
    margin-top: 15px;
    margin-bottom: 20px;
    transition: all 0.3s;

}


.button17 a::after {
    content: '';
    width: 10px;
    height: 10px;
    /* margin-left: 20px; */
    border-top: 2px solid #f4e767;
    border-right: 2px solid #f4e767;
    transform: rotate(45deg);
    transition: 3s;
    position: relative;
    left: 6px;
}

.button17 a:hover {
    text-decoration: none;
    background-image: linear-gradient(120deg, #79d2db, #71D1C5);
    box-shadow: 3px 3px 7px #929292,
        3px 3px 7px #ffffff;
    transition: 0.5s;
}

/* btn-wrapper18{
    margin: 0 auto;
    width: 100%; 
    
/* } */



.button18 a {
    text-align: center;
    display: flex;
    /* justify-content:flex-end ; */
    align-items: center;
    padding: 0.2em 1em;
    width: 260px;
    height: 50px;
    color: #2f2f2f;
    font-size: 15px;
    font-weight: 400;
    background-image: linear-gradient(150deg, #71d1c6cb, #79d1dba9);
    border-radius: 50vh;
    transition: 0s;
    text-decoration: none;
    margin-top: 15px;
    /* margin-bottom: 20px; */
    transition: all 0.3s;
    /* margin: 0 auto; */
}

.button18 a:hover {
    text-decoration: none;
    background-image: linear-gradient(120deg, #79d2db, #71D1C5);
    box-shadow: 3px 3px 7px #929292,
        3px 3px 7px #ffffff;
    transition: 0.5s;
}


.button18 a::after {
    content: '';
    width: 10px;
    height: 10px;
    /* margin-left: 20px; */
    border-top: 2px solid #f4e767;
    border-right: 2px solid #f4e767;
    transform: rotate(45deg);
    transition: 3s;
    position: relative;
    /* left: 6px; */
}

.button19 a {
    text-align: center;
    display: flex;
    /* justify-content:flex-end ; */
    align-items: center;
    padding: 0.2em 1em;
    width: 340px;
    height: 50px;
    color: #2f2f2f;
    font-size: 15px;
    font-weight: 400;
    background-image: linear-gradient(150deg, #71d1c6cb, #79d1dba9);
    border-radius: 50vh;
    transition: 0s;
    text-decoration: none;
    margin-top: 15px;
    /* margin-bottom: 20px; */
    transition: all 0.3s;
    /* margin: 0 auto; */
}

.button19 a:hover {
    text-decoration: none;
    background-image: linear-gradient(120deg, #79d2db, #71D1C5);
    box-shadow: 3px 3px 7px #929292,
        3px 3px 7px #ffffff;
    transition: 0.5s;
}


.button19 a::after {
    content: '';
    width: 10px;
    height: 10px;
    /* margin-left: 20px; */
    border-top: 2px solid #f4e767;
    border-right: 2px solid #f4e767;
    transform: rotate(45deg);
    transition: 3s;
    position: relative;
    /* left: 6px; */

}

.button20 a{
    /* text-align: center; */
    display: flex;
    justify-content:center;
    align-items: center;
    padding: 0.2em 1em;
    max-width: 520px;
    margin: 0 auto;
    height: 50px;
    color: #2f2f2f;
    font-size: 15px;
    font-weight: 400;
    background-image: linear-gradient(150deg, #71d1c6cb, #79d1dba9);
    border-radius: 50vh;
    text-decoration: none;
    margin-top: 15px;
    /* margin-bottom: 20px; */
    transition: all 0.3s;
    /* margin: 0 auto */
    
}

.button21 a{
    /* text-align: center; */
    display: flex;
    justify-content:center;
    align-items: center;
    padding: 0.2em 1em;
    max-width: 520px;
    margin: 0 auto;
    height: 50px;
    color: #2f2f2f;
    font-size: 15px;
    font-weight: 400;
    background-image: linear-gradient(150deg, #71d1c6cb, #79d1dba9);
    border-radius: 50vh;
    text-decoration: none;
    margin-top: 15px;
    /* margin-bottom: 20px; */
    transition: all 0.3s;
    /* margin: 0 auto */
}

.button22 a{
    /* text-align: center; */
    display: flex;
    justify-content:center;
    align-items: center;
    padding: 0.2em 1em;
    max-width: 520px;
    margin: 0 auto;
    height: 50px;
    color: #2f2f2f;
    font-size: 15px;
    font-weight: 400;
    background-image: linear-gradient(150deg, #71d1c6cb, #79d1dba9);
    border-radius: 50vh;
    text-decoration: none;
    margin-top: 15px;
    /* margin-bottom: 20px; */
    transition: all 0.3s;
    /* margin: 0 auto */
}

.button20 a:hover{
    text-decoration: none;
    background-image: linear-gradient(120deg, #79d2db, #71D1C5);
    box-shadow: 3px 3px 7px #929292,
        3px 3px 7px #ffffff;
    transition: 0.5s;
}

.button21 a:hover{
    text-decoration: none;
    background-image: linear-gradient(120deg, #79d2db, #71D1C5);
    box-shadow: 3px 3px 7px #929292,
        3px 3px 7px #ffffff;
    transition: 0.5s;
}

.button22 a:hover{
    text-decoration: none;
    background-image: linear-gradient(120deg, #79d2db, #71D1C5);
    box-shadow: 3px 3px 7px #929292,
        3px 3px 7px #ffffff;
    transition: 0.5s;
}

.button20 a::after {
    content: '';
    width: 10px;
    height: 10px;                              
    /* margin-left: 20px; */
    border-top: 2px solid #f4e767;
    border-right: 2px solid #f4e767;
    transform: rotate(45deg);
    transition: 3s;
    margin-left: 50px;
}

.button21 a::after {
    content: '';
    width: 10px;
    height: 10px;
    /* margin-left: 20px; */
    border-top: 2px solid #f4e767;
    border-right: 2px solid #f4e767;
    transform: rotate(45deg);
    transition: 3s;
    position: sticky;
    /* left: 370px; */
    right: 0;
}

.button22 a::after {
    content: '';
    width: 10px;
    height: 10px;
    /* margin-left: 20px; */
    border-top: 2px solid #f4e767;
    border-right: 2px solid #f4e767;
    transform: rotate(45deg);
    transition: 3s;
    margin-left: 15px;
}



.btn-wrapper15 {
    width: 280px;
    text-align: left;
    /* margin-right: 30px; */
    /* margin-left: auto; */
}

.live-button{
    width: 70%;
    margin: 0 auto;
}


.le-theme {
    text-align: center;
}

.le-theme-content {
    text-align: center;
    font-family: iroha-31nire-stdn, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.3rem;
    line-height: 2.4rem;
    font-size: 1rem;
    text-shadow: 2px 2px 3px #f5f5f5;

}

strong {
    position: relative;
}

strong::after {
    content: "";
    position: absolute;
    bottom: -0.125rem;
    left: -0.5rem;
    right: -0.5rem;
    height: 0.85rem;
    z-index: -1;
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/664131/underline.svg");
    background-repeat: no-repeat;
    background-size: cover;
    color: #2FA89A;
    transform: skewY(-8deg);


}

p>strong {
    font-weight: 400;
}

p>strong::after {
    bottom: -0.2rem;
    height: 0.5rem;
    left: -0.25rem;
    right: -0.25rem;
}

.le-theme-content span {
    font-size: 1.6rem;
    /* border-bottom: dotted 4px #79D2DB; */
    position: relative;
    letter-spacing: 1rem;
    font-family: source-han-serif-japanese, serif;
    font-weight: 600;
    font-style: normal;
    /* margin-top: -100px; */
    color: #2FA89A;

}

.logo-wrapper {
    width: 100%;
    text-align: center;
}

.logo-image {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    /* align-items: baseline; */
    padding: 10px;
    margin-bottom: 30px;
}

.theme-logo {
    padding-bottom: 10px;
    width: 200px;
    height: auto;


}

.theme-logo-process {
    margin-left: 30px;
    width: 500px;
    height: auto;

}

.le-youtube {
    /* text-align: center;
 width: 100%; 
 height: 56.25%; 
    /* background-repeat: no-repeat; */
    /* overflow-x: hidden;
    overflow-y: hidden;
    position:relative; */
    position: relative;
    width: 90%;
    height: 0;
    padding-top: 50%;
    margin-left: auto;
    margin-right: auto;

}

.le-youtube+p {
    margin-top: 20px;
}

p+.le-youtube {
    margin-top: 20px;
}

.recruit-movie {
    position: relative;
    width: 90%;
    height: 0;
    padding-top: 50%;
    margin-left: auto;
    margin-right: auto;
}

.le-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.waku {
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.wakuwaku {
    padding-top: 10px;
    width: 325px;
    height: 260px;
    border: solid 0.8px #2f2f2f;
    background-color: #ffffff67;
    margin: 2.5px;

}

.wakuwaku09 {
    width: 325px;
    height: 270px;
    /*border: solid 1px #2f2f2f; */
    /* background-color: #f0f0f067; */
    margin: 2.5px;


}

@media screen and (max-width: 1249px) {
    .wakuwaku09 {
        display: none;
    }
}





.card-number {
    color: #2fa89a;
    font-family: arial;
    font-weight: 550;
    font-size: 5em;
    height: 80px;
    text-align: center;
    padding-top: 10px;
    vertical-align: middle;
}

.card-title {
    /* font-family: dnp-shuei-gothic-kin-std, sans-serif;
    font-weight: 500;
    font-style: normal; */
    font-size: 1.2rem;
    line-height: 1.2rem;
    padding-top: 10px;
    padding-right: 10px;
    vertical-align: middle;
    /* padding-bottom: 13px; */
}

.card-content {
    /* width: 200px; */
    height: 150px;
    /* font-family: dnp-shuei-gothic-kin-std, sans-serif;
    font-weight: 500;
    font-style: normal; */
    font-size: 14px;
    line-height: 1.1rem;
    letter-spacing: 2px;
    /* padding-left: 10px; */
    padding-right: 10px;
    vertical-align: top;
    text-align: justify;
}

.pictgram {
    text-align: center;
    width: 110px;
    height: 178px;
    color: black;
    vertical-align: top;
    /* padding-top: 20px; */
    /* padding: 10px; */
}


.pictgram img {
    width: 110px;
    height: 110px;
}

.pictgram08 {
    color: black;
    margin-top: 5px;
}

.centences {
    text-align: justify;
    /* width: %; */

}

.indention {
    margin-top: 15px;

}



.fontawsome {
    font-size: 90px;
    /* vertical-align: top; */
    transform: translateY(-8px);
    color: black;
    margin-top: 15px;

}

.warning {
    /* text-align: center; */
    margin-left: 5px;
    font-size: 100%;
    text-decoration: underline;

}

.blue-box {
    width: 400px;
    height: 210px;
    background-color: #DAEAEC;
    margin: 3%;
    box-shadow: 3px 3px 7px #929292,
        3px 3px 7px #ffffff;
    outline: 1px solid rgb(255, 255, 255);
    outline-offset: -8px;
    padding: 25px 15px;
    padding-left: 20px;
    display: inline-block;
    justify-content: flex-start;
    overflow-x: hidden;

}

.blue-card {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    /* font-family: dnp-shuei-gothic-kin-std, sans-serif;
    font-weight: 500;
    font-style: normal; */
    font-size: 14px;
    line-height: 1rem;
    letter-spacing: 2px;
    align-items: center;
}


.blue-pictogram {
    width: 110px;
    padding: 5px;
    margin: auto 0;
    text-align: center;
}

.blue-fontawsome {
    font-size: 70px;
    text-align: center;
    color: black;
}

.blue-pictogram img {
    width: 90px;
    height: auto;

}

.blue-table {

    width: 230px;
    height: auto;
    margin: 0 auto;
    /* text-align: center; */
}

.blue-title {
    height: 40px;
    width: 230px;
    font-size: 1.3rem;
    line-height: 1.3rem;
    vertical-align: bottom;
    padding-bottom: 10px;
}

.blue-content {
    vertical-align: top;
    height: 110px;
    text-align: justify;

}

.blue-box06 {
    width: 400px;
    height: 210px;
    margin: 3%;
}

@media screen and (max-width: 1149px) {
    .blue-box06 {
        display: none;
    }
}


/* .blue-content td {
 padding-top: 10px; 
} */

.executive-name {
    text-align: right;
    /* margin-top: 20px; */
}

.signiture {
    width: 180px;
    /* margin-left: -40px; */
    margin-top: 10px;
}

.theme-color {
    text-align: center;
    width: 100%;
    margin-top: 15px;

}

.theme-color img {

    width: 60%;

}

.theme-color-line {
    background: linear-gradient(transparent 70%, #2fa89aa6 70%);
    text-shadow: 1px 1px 0.8px #f0f0f0;

}

.line-blue {
    background: linear-gradient(transparent 50%, #6cbdff 50%);
    text-shadow: 1px 1px 0.8px #f0f0f0;
    width: 1rem;
}

.line-green {
    background: linear-gradient(transparent 50%, #85f7be 50%);
    text-shadow: 1px 1px 0.8px #f0f0f0;
}

/* ここからよくある質問 */

details {
    overflow-x: hidden;

}

summary {
    width: 100%;
    list-style: none;
    position: relative;
    padding: 10px 60px 10px 30px;
    cursor: pointer;
    background-image: linear-gradient(120deg, #71d1c6cb, #79d1dba9);
    overflow-x: hidden;
}

@media not all and (min-width: 800px) {
    summary {
        padding: 20px 50px 20px 20px;
    }
}

summary::-webkit-details-marker {
    display: none;
}

summary:hover,
details[open] summary {
    background-image: linear-gradient(120deg, #79d2db, #71D1C5);
    box-shadow: 3px 3px 7px #929292,
        3px 3px 7px #ffffff;
    transition: 1s;
}

summary::after {
    content: '+';
    position: absolute;
    top: 45%;
    right: 30px;
    transform: translateY(-50%);
    transition: transform 0.8s;
    font-size: 30px;
}


details[open] summary::after {
    transform: translateY(-25%) rotate(45deg);
}

.answer {
    padding-top: 20px;
    padding-left: 20px;
}

@media not all and (min-width: 800px) {
    summary::after {
        right: 20px;
        font-size: 20px;
    }

    .answer {
        padding-top: 20px;
        padding-left: 20px;
    }
}

*/ details[open] .answer {
    animation: fadein 1s ease;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

details {
    /* margin-bottom: 10px; */
    margin-right: auto;
    margin-left: auto;
    width: 80%;
}

@media not all and (min-width: 640px) {
    details {
        width: 100%;
    }
}

details:first-of-type {
    margin-top: 30px;
}

summary:focus {
    outline: none;
}

.questions-table {
    width: 90%;
    border: solid 1px #2fa89a;
    text-align: center;
    border-collapse: collapse;
    margin-left: 1.2rem;
    display: inline-block;
    box-sizing: inherit;
    display: table;
}

.questions-table tbody {
    display: table-row-group;
    vertical-align: middle;
    border-top-color: inherit;
    border-right-color: inherit;
    border-bottom-color: inherit;
    border-left-color: inherit;
    background-color: #f0f0f06b;
}



.questions-table td {
    border: solid 2px #2fa89a;
    padding: 5px;
    text-align: center;
    /* display: inline-block;   */
    /* display: table-cell; 
    vertical-align: inherit; */
}

.questions-table p {
    text-align: center;

}



.table-head {
    background-color: #2fa89ad3;
    /* border-bottom: double #2fa89a; */
    /* color: #fdfdfd;  */
}

.blank {
    background-color: rgba(196, 196, 196, 0.596);
}


.perticipation-table {
    width: 100%;
    border: solid 1px #2fa89a;
    text-align: center;
    border-collapse: collapse;
    margin-left: 2.7px;
    display: inline-block;
    box-sizing: inherit;
    display: table;
}

.perticipation-table tbody {
    display: table-row-group;
    vertical-align: middle;
    border-top-color: inherit;
    border-right-color: inherit;
    border-bottom-color: inherit;
    border-left-color: inherit;
    background-color: #f0f0f06b;
}

.doc-list {
    margin-left: 1.5rem;
}


.perticipation-table td {
    border: solid 2px #2fa89a;
    padding: 5px;
    text-align: center;
    /* display: inline-block;   */
    /* display: table-cell; 
    vertical-align: inherit; */
}

.perticipation-table p {
    text-align: center;

}

.document {
    padding: 0 20px;
}

/* ここまで */

.perticipation-photo {
    width: 390px;
    height: auto;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 10px;
}

.perticipation-photo img {
    width: 100%;
    box-shadow: 3px 3px 7px #929292,
        3px 3px 7px #ffffff;
}

.perticipation-contents {
    padding-right: 3%;
    padding-left: 55px;
}


.perticipation-exp,
.perticipation-exp-hira {
    margin-top: 10px;
    width: 350px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: justify;
}


.perticipation-exp::first-letter {
    color: #79d2db;
    font-size: 1.5rem;
    text-shadow: 1px 1px 0.5px #444444;
}

.perticipation-exp-hira::first-letter {
    color: #79d2db;
    font-size: 1.8rem;
    text-shadow: 1px 1px 0.5px #444444;
}

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

    .perticipation-exp,
    .perticipation-exp-hira {
        width: 100%;
    }
}

.perticipation-wrapper {
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.indent {
    padding-left: 3em;
    text-indent: -1em;
}

.company-table {
    font-size: 1.2rem;
}

.under-table {
    text-align: justify;
    margin-left: 1.3rem;
    width: 97%;

}

.access-img {
    width: 65%;
}

.access-img img {
    margin-top: 30px;
    width: 100%;
}

.sitemap-wrapper {
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.sitemap-img-wrapper {
    width: 300px;
}

.sitemap-img,
.sitemap-img img {
    width: 300px;
    height: 200px;
    /* border: solid; */
    box-shadow: 3px 3px 7px #929292,
        3px 3px 7px #ffffff;
}

.sitemap-links-wrapper {
    /* margin-top: -5px; */
    margin-left: 30px;
    width: 55%;
    /* height: 200px; */
    /* border: solid; */
}

.sitemap-line {
    margin-top: 40px;
    width: 100%;
    size: 0.5;
    color: #2f2f2f7a;
    border-style: dashed;
}


.sitemap-title {
    text-decoration: underline;
    color: #2f2f2f;
    font-size: 1.4rem;
}

.sitemap-title:hover {
    opacity: 0.5;
    transition: 0.2s;
}

.sitemap-links {
    color: #79d2db;
    font-size: 1.1rem;
}

.sitemap-links:hover {
    color: #2fa89a;
    transition: 0.25s;

}

.sitemap-margin {
    height: 40px;
}

@media screen and (max-width: 1249px) {
    .covid-photo {
        display: none;
    }
}


@media screen and (max-width: 1018px) {
    .sitemap-img {
        display: none;
    }

    .sitemap-margin {
        height: 0px;
    }
}

@media screen and (max-width: 1018px) {
    .sitemap-links-wrapper {
        width: 100%;
    }
}

.perticipation-title a {
    color: inherit;
}

.sitemap-title a {
    color: inherit;
}

.covid-table {
    font-size: 1.2rem;
}


.arearandom-topcontents-theme {
    position: relative;
    padding: 3%;
    text-align: center;
    background: #F9EE8A;
    text-shadow: 1px 1px 1px white;
    width: 86%;
    margin-left: 8%;

}

.arearandom-topcontents-theme:before {
    position: absolute;
    top: -12px;
    left: -15px;
    width: 100%;
    height: 97%;
    content: '';
    border: 2px solid #000;
}

.program-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-left: 15px;
    letter-spacing: 0.5rem;
}

.arearondom-sub-contents {
    text-align: center;
    margin-top: 30px;
    font-size: 1.1rem;
    letter-spacing: 0.2rem;
}

.program-img {
    width: 100%;
    text-align: center;
}

.program-img img {
    width: 60%;
    height: auto;
    display: inline-block;
    box-shadow: 4px 7px 5px -1px #3f3f3f44;
    border-radius: 2px;
    background: linear-gradient(145deg, #cacaca, #f0f0f0);
    box-shadow: 3px 3px 7px #929292,
        3px 3px 7px #ffffff;
}

.midnight-img-wrapper {
    display: flex;
    width: 100%;
    text-align: center;
    /* flex: space-between; */
    justify-content: space-around;
}

.midnight-img {
    width: 40%;
    justify-content: center;
}

.midnight-img img {
    width: 100%;
    height: auto;
    display: inline-block;
    box-shadow: 4px 7px 5px -1px #3f3f3f44;
    border-radius: 2px;
    background: linear-gradient(145deg, #cacaca, #f0f0f0);
    box-shadow: 3px 3px 7px #929292,
        3px 3px 7px #ffffff;
}

.feature_centence {
    padding: 50px 5%;
}

.feature_centence::first-letter {
    color: #2fa89a;
    font-size: 1.5rem;
    letter-spacing: 0px;
}


.banner-wrapper {
    font-size: 1rem;
    padding: 2% 5px 2% 5px;
    background-color: #f5f5f580;
    overflow-x: hidden;
    letter-spacing: 0.1em;
    line-height: 2.3em;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    /* display: flex;
        flex-wrap: wrap;
        justify-content: center; */
}

.banner-wrapper-body {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -8px;
}

.perticipation-banner,
.perticipation-banner-fake {
    width: 25vw;
    margin: 2vw 3vw;
}

.perticipation-banner img:hover {
    transition: transform 0.5s;
    border-radius: 5px;
    transform: scale(1.05, 1.05);
    box-shadow: 3px 3px 7px #258378,
        3px 3px 7px #ffffff;
}

.perticipation-banner img {
    width: 100%;
    transition: all 0.5s;
}

.slick-dots {
    /* position: absolute; */
    position: relative;
    /* bottom: -25px; */
    bottom: 15px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}


.yallow-line {
    background: linear-gradient(transparent 70%, #f4e767 70%);
    text-shadow: 1px 1px 0.8px #f0f0f0;

}

.program-dot {
    /* font-size: 1.2rem; */
    text-indent: -1.25rem;
    margin-left: 1.3rem;
}

.program-emphasis {
    font-size: 1.2rem;
    font-weight: 550;
}

.quatation {
    letter-spacing: 0.2rem;
}

.pamphlet-wrap {
    position: relative;
    width: 60%;
    padding-top: 100%;
    overflow: auto;
    /* -webkit-overflow-scrolling: touch; */
    margin: 0 auto;
}

.pamphlet-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

.pamphlet-link {
    width: 100%;
}

.survey-code {
    width: 350px;
}

.live-timetable-wrap {
    /* width: 300px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.live-timetable {
    width: 250px;
    margin-right: 40px;
    text-align: center;
    transition: all 0.5s;
    margin: 0 auto;
}

.live-timetable img:hover {
    /* opacity: 60%; */
    transition: all 0.5s;
    transform: scale(1.1, 1.1);
}

.live-timetable img {
    width: 250px;
    box-shadow: 4px 7px 5px -1px #3f3f3f44;
    border-radius: 2px;
    background: linear-gradient(145deg, #cacaca, #f0f0f0);
    box-shadow: 3px 3px 7px #929292,
        3px 3px 7px #ffffff;
}

.meal {
    font-size: 1.43rem;
    color: #f4e767;
}

.le-store {
    font-size: 1.3rem;
    color: #f4e767;

}

/* .canpus-list{
    margin-left: 1rem;
} */

.list-number {
    vertical-align: top;
}

.massage-img-wrapper {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    vertical-align: top;
    align-items: center;
}


.massage-img {
    width: 100%;
    align-items: center;
    vertical-align: middle;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.massage-img img {
    width: 300px;
    /* height: 300px; */
    margin: 40px;
    /* display: block; */
    display: inline-block;
}

.choose-wrapper {
    margin-left: 20px;
}

.how-to-choose {
    font-size: 1.1rem;
    text-shadow: 1px 1px 2.4px #f4e767;
}

.interview{
    width: 60%;
    margin: 0 auto;
    padding-top: 30px;
}

.interview-wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.interview-wrap iframe {
    position: absolute;
    top: 0;
     left: 0;
     width: 100%;
    height: 100%;

}

.sports-pdf{
    width: 90%;
    aspect-ratio: 16/9;
    margin-left: 5%;
}

.encyclopedia-pdf-width iframe{
    width: 100%;
    height: 100%;
}

.btn-wrapper1 {
    /* width: 280px; */
    /* text-align: center; */
    /* margin-right: 30px; */
    /* margin-top: 10px; */
    max-width: 488px;
    margin-top: 10px;
    margin-left: 14px;
    margin: 10px auto 0;

}
.button14-1 a {
    display: flex;
    /* justify-content:flex-end ; */
    align-items: center;
    padding: 0.3em 3em;
    /* width:380px; */
    /* height: 40px; */
    color: #2f2f2f;
    font-size: 16px;
    font-weight: 400;
    background-image: linear-gradient(150deg, #71d1c6cb, #79d1dba9);
    border-radius: 50vh;
    transition: all 0.5s;
    text-decoration: none;
}

.button14-1 a::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #f4e767;
    border-right: 2px solid #f4e767;
    transform: rotate(45deg);
    transition: 0.7s;
    margin-left: 10px;
}

.button14-1 a:hover {
    text-decoration: none;
    background-image: linear-gradient(120deg, #79d2db, #71D1C5);
    box-shadow: 3px 3px 7px #929292,
        3px 3px 7px #ffffff;
    transition: 0.5s;

}

.live-schedule{
    /* margin-left: 60px; */
    width: 70vw;
    max-width: 520px;
    margin: 0 auto;
    text-align: center;

}

.how-to-vote{
    text-align: center;
    font-size: 1.25rem;
}

.box17{
    position: relative;
    padding: 1.5em 3em;
    border-top: solid 2px #2fa89a;
    border-bottom: solid 2px #2fa89a;
}
.box17:before, .box17:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #2fa89a;
}
.box17:before {left: 10px;}
.box17:after {right: 10px;}
.box17 p {
    margin: 0; 
    padding: 0;
}

.comedy-result{
width: 50%;
margin-top: 15px;
margin-bottom: 10px;
}

.comedy-result img{
    width: 100%;
}
/* 最新 */

/*ホバーエフェクト*/
.zoom-in-img img {
    transform: scale(1);
    transition: .3s ease-in-out;
}

.zoom-in-img:hover img {
    transform: scale(1.3);
}


.zoom-in-img {
    max-width: 270px;
    /* height:213px; */
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
    cursor: pointer;
}

*/

/* .zoom-in-img img {
    width: 100%;
    height: 100%;
  }
  /*ホバーエフェクト*/
.zoom-in-img img {
    width: 270px;
    transform: scale(1);
    transition: .3s ease-in-out;
}

.zoom-in-img:hover img {
    transform: scale(1.3);
    width: 280px;
}

.hover {
    position: relative;
    width: 270px;
    /* height:213px; */
    overflow: hidden;
}

.hover .hover-img {
    margin: 0;
    padding: 0;
    /* filter: blur(2px); */
}

.hover-img img {
    width: 100%;
    height: 100%;

}

.hover .hover-text {
    position: absolute;
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.65);
    /*要素の大きさを0にしt表示させない*/
    transform: scale(0);
    /*ホバーの動き方*/
    transition: .35s ease-in-out;
    text-align: center;
}

.hover .hover-text .text1 {
    font-size: 22px;
    padding: 10px 20px;
}

/*ホバーエフェクト*/
.hover:hover .hover-text {
    /*要素の大きさを1にして表示*/
    transform: scale();
    /* width: 280px; */

}



/* ここから過去の明大祭の様子 */

.photo_con,
.timetable_con {
    position: relative;
    text-align: center;
    width: auto;
    /* margin-top: 3rem; */
    padding-bottom: 20px;
    height: auto;
}


.photo-show {
    /*    height: 800px; 表示したい大きさ*/
    height: 36vw;
    max-height: 460px;
    /* height: 60vh; */
    margin-right: auto;
    margin-left: auto;
    margin-top: 2rem;
    margin-bottom: 20px;
    /*縦余白30pxは任意*/
    position: relative;
    width: 80%;
    /*表示したい大きさ、height と合わせる*/
}

.photo-show img {
    /*    animation: show ease 92s infinite;*/
    -webkit-animation-name: show;
    animation-name: show;
    animation-iteration-count: infinite;
    animation-duration: 65s;
    /*    -webkit-animation: show ease 92s infinite;*/
    -weblit-animation-name: show;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 65s;
    height: auto;
    max-width: 100%;
    opacity: 0;
    position: absolute;
    box-shadow: 3px 3px 7px #929292,
        3px 3px 7px #ffffff;
    /*画像を全て重ねる*/
}

.holding-form {
    /* font-size: 0; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    padding: 0 30px;
}

.holding-form p {
    width: 50%;
    display: inline-block;
    text-align: center;
    font-size: 0.9rem;
}

.photo_con,
.timetable_con a {
    /* max-width: 30vw; */
    text-decoration: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    /* -moz-touch-callout: none; */
    -moz-user-select: none;
    /* touch-callout: none; */
    -ms-user-select: none;
    user-select: none;
    cursor: pointer !important;
}

.photo_con a img {
    width: 20%;
    height: auto;
    display: inline-block;
    margin: 0.3vw;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    /* -moz-touch-callout: none; */
    -moz-user-select: none;
    /* touch-callout: none; */
    -ms-user-select: none;
    user-select: none;
    cursor: pointer !important;
}

.timetable_con a img {
    /* width: 20%; */
    height: auto;
    display: inline-block;
    margin: 0.3vw;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    /* -moz-touch-callout: none; */
    -moz-user-select: none;
    /* touch-callout: none; */
    -ms-user-select: none;
    user-select: none;
    cursor: pointer !important;

}

.photo_con a:nth-of-type(2) img,
.photo_con a:nth-of-type(6) img,
.photo_con a:nth-of-type(10) img,
.photo_con a:nth-of-type(14) img,
.photo_con a:nth-of-type(18) img,
.photo_con a:nth-of-type(22) img {
    margin-right: 1.2vw;
}

/*アニメーション*/
@keyframes show {
    0% {
        opacity: 0;
    }

    2% {
        opacity: 1;
    }

    10% {
        opacity: 1;
    }

    20% {
        opacity: 0;
    }
}

@-webkit-keyframes show {
    0% {
        opacity: 0;
    }

    2% {
        opacity: 1;
    }

    10% {
        opacity: 1;
    }

    20% {
        opacity: 0;
    }
}

/*各画像のアニメーションの開始時間をずらす*/
.photo-show img:nth-of-type(1) {
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
}

.photo-show img:nth-of-type(2) {
    animation-delay: 3s;
    -webkit-animation-delay: 3s;
}

.photo-show img:nth-of-type(3) {
    animation-delay: 6s;
    -webkit-animation-delay: 6s;
}

.photo-show img:nth-of-type(4) {
    animation-delay: 9s;
    -webkit-animation-delay: 9s;
}

.photo-show img:nth-of-type(5) {
    animation-delay: 12s;
    -webkit-animation-delay: 12s;
}

.photo-show img:nth-of-type(6) {
    animation-delay: 15s;
    -webkit-animation-delay: 15s;
}

.photo-show img:nth-of-type(7) {
    animation-delay: 18s;
    -webkit-animation-delay: 18s;
}

.photo-show img:nth-of-type(8) {
    animation-delay: 21s;
    -webkit-animation-delay: 21s;
}

.photo-show img:nth-of-type(9) {
    animation-delay: 24s;
    -webkit-animation-delay: 24s;
}

.photo-show img:nth-of-type(10) {
    animation-delay: 27s;
    -webkit-animation-delay: 27s;
}

.photo-show img:nth-of-type(11) {
    animation-delay: 30s;
    -webkit-animation-delay: 30s;
}

.photo-show img:nth-of-type(12) {
    animation-delay: 33s;
    -webkit-animation-delay: 33s;
}

.photo-show img:nth-of-type(13) {
    animation-delay: 36s;
    -webkit-animation-delay: 36s;
}

.photo-show img:nth-of-type(14) {
    animation-delay: 39s;
    -webkit-animation-delay: 39s;
}

.photo-show img:nth-of-type(15) {
    animation-delay: 42s;
    -webkit-animation-delay: 42s;
}

.photo-show img:nth-of-type(16) {
    animation-delay: 45s;
    -webkit-animation-delay: 45s;
}

.photo-show img:nth-of-type(17) {
    animation-delay: 48s;
    -webkit-animation-delay: 48s;
}

.photo-show img:nth-of-type(18) {
    animation-delay: 51s;
    -webkit-animation-delay: 51s;
}

.photo-show img:nth-of-type(19) {
    animation-delay: 54s;
    -webkit-animation-delay: 54s;
}

.photo-show img:nth-of-type(20) {
    animation-delay: 57s;
    -webkit-animation-delay: 57s;
}


/* ここからスクローストップ */

:root {

    --white: #636363;
    --grey-light: #71D1C5;
    --grey: #71D1C5;
    --black: #9262d1;
    --black-blue: #71D1C5;
    --black-blue-light: #71D1C5;
    --black-blue-light-2: #71D1C5;
    --black-blue-light-3: #71D1C5;
    --black-light: #71D1C5;

}


/* #Progress
================================================== */

.progress-wrap {
    position: fixed;
    right: 4vw;
    bottom: 80px;
    height: 60px;
    width: 60px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2.5px rgba(77, 74, 74, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    content: '\f106';
    font-weight: 900;
    text-align: center;
    line-height: 60px;
    font-size: 28px;
    color: var(--white);
    left: 0;
    top: 0;
    height: 50px;
    width: 60px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;

}

.progress-wrap:hover::after {
    opacity: 0.5;
}

.progress-wrap::before {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    content: '\f106';
    font-weight: 900;
    text-align: center;
    line-height: 46px;
    font-size: 28px;
    opacity: 0;
    /* background-image: linear-gradient(298deg, var(--red), var(--yellow)); */
    /* -webkit-background-clip: text; */
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 50px;
    width: 60px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::before {
    opacity: 1;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: var(--grey);
    stroke-width: 5;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

/* ==================================================
スライダーのためのcss
/* =================================== */
.slider {
    /*横幅94%で左右に余白を持たせて中央寄せ*/
    width: 90%;
    margin: 0 auto;
}

.slider img {
    width: 40vw;
    /*スライダー内の画像を60vwにしてレスポンシブ化*/
    height: auto;
    max-width: 600px;
}

.slider .slick-slide {
    transform: scale(0.8);
    /*左右の画像のサイズを80%に*/
    transition: all .5s;
    /*拡大や透過のアニメーションを0.5秒で行う*/
    opacity: 0.5;
    /*透過50%*/
}

.slider .slick-slide.slick-center {
    transform: scale(1);
    /*中央の画像のサイズだけ等倍に*/
    opacity: 1;
    /*透過なし*/
}

*/
/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.le-slick-prev,
.le-slick-next {
    position: absolute;
    /*絶対配置にする*/
    top: 21%;
    cursor: pointer;
    /*マウスカーソルを指マークに*/
    outline: none;
    /*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid rgb(65, 62, 62);
    /*矢印の色*/
    border-right: 2px solid rgb(65, 62, 62);
    /*矢印の色*/
    height: 15px;
    width: 15px;
}

.le-slick-prev {
    /*戻る矢印の位置と形状*/
    left: 20%;
    transform: rotate(-135deg);
}

.le-slick-next {
    /*次へ矢印の位置と形状*/
    right: 20%;
    transform: rotate(45deg);
}