@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

article, footer, header, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html,body,div,span,iframe,h1,h2,h3,h4,h5,p,a,img,ul,li,i,table,tr,th,td,tbody,footer,header,main,nav,section {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    list-style: none;
    text-decoration: none;
    -webkit-overflow-scrolling: touch;
}

.clearfix::after, html::after, body::after, header::after, nav::after, section::after, main::after, iframe::after, ul::after, article::after, footer::after, {
    display: block;
    clear: both;
    content: "";
}

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body, button, input, select, textarea { font-family: "segoe UI", 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, sans-serif; color: #2F2F2F; letter-spacing: .05em; } /*color: #222;*/

body {
    width: 100%;
    min-width: 854px;
    min-height: 480px;
}

p {
    orphans: 3;
    widows: 3;
    letter-spacing: 0.07em;
}
strong {
    background: linear-gradient(transparent 60%, #fff099 40%);
}

.header-navi-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    right: 20px;
    top: 15px;
}
.l-header {
    display: block;
    width: 100%;
}
nav {
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    color: #fff;
}
.header-navi {
    height: 90px;
    background: linear-gradient( 90deg, rgba(52, 33, 224, 0.5), rgba(237, 83, 207, 0.5));
    padding-left: 24%;
}
.header-navi-caption {
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
    padding: 15px;
    letter-spacing: .2em;
    text-shadow: 0 0 2px #fff, 0 0 6px #fff;
    line-height: 1.5;
}
.header-navi-list * {
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.header-navi-list li {
    display: inline-block;
    margin: 15px;
    overflow: hidden;
    font-size: 1.1rem;
    color: #fff;
    line-height: 1;
    width: 80px;
    text-align: center;
}
.header-navi-list a {
    padding: 0.3em 0;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-shadow: 0 0 1px #fff, 0 0 5px #fff;
}
.header-navi-list a:before,
.header-navi-list a:after {
    position: absolute;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.header-navi-list a:before {
    bottom: 100%;
    display: block;
    height: 3px;
    width: 100%;
    content: "";
    background-color: #e67e22;
}
.header-navi-list a:after {
    padding: 0.7em 0;
    font-size: 10px;
    position: absolute;
    bottom: 100%;
    left: 0;
    content: attr(data-hover);
    color: white;
    white-space: nowrap;
}
.header-navi-list li:hover a,
.header-navi-list .current a {
    transform: translateY(100%);
}
section.l-content-video {
    text-align: center;
    height: 100vh;
}
video {
    display: inline-block;
}
#bg-video{
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background: url('poster.jpg') no-repeat;
    background-size: cover;
}
.wrap{
    height: 100vh;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(4, 40, 64, 0.9));
    padding-top: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* 左右中央寄せ */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* 上下中央寄せ */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#over-video {
    width: 90vw;
    position: relative; /*必ず必要*/
    z-index: 2; /*必ず必要*/
    display: flex;
    justify-content: center;
    align-items: center;
    text-align:center;
    margin: auto;
}
h2 {
    font-size: 1.9rem;
}
h4 {
    font-size: 1.25rem;
}
.header-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 24%;
    height: 90%;
    background: #151515;
    background-size: cover;
    text-align: center;
}
.header-logo img {
    display: inline-block;
    width: 60px;
    margin: 15px;
}
.l-wrapper {
    margin: 0 auto;
}
.profile-content {
    background: linear-gradient( 90deg, rgba(4, 1, 32, 0.9), rgba(6, 0, 46, 0.9)),
    url(../images/profileBg.webp);
    background-size: cover;
    padding: 160px 0;
    color: #fff;
    text-align: center;
}
.profile-content {
    display: block;
    position: relative;
    width: 100%;
    padding: 20% 0;
}
h2.profile-title {
    display: block;
    position: relative;
    margin-bottom: 140px;
    text-align: center;
    font-size: 2.3rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-shadow: 0 0 1px #fff, 0 0 10px #fff;
}
h2.profile-title:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    display: inline-block;
    width: 60px;
    height: 3px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-image: linear-gradient(to right, #97FF6C, #FBFF79);
}
.profile-content-item {
    display: inline-block;
    width: 40%;
    max-width: 381px;
    vertical-align: top;
    margin-bottom: 45px;
}
.profile-content-item-left {
    display: block;
    min-width: 381px;
    margin-bottom: 15px;
}
ul.profile-content-sns-list {
    display: flex;
    float: left;
} .profile-content-sns-list li {
    display: inline-block;
    margin-right: 10px;
}

li.profile-content-sns-item i {
    color: #97FF6C;
    font-size: 1.2rem;
    opacity: .8;
    filter: alpha(opacity=35);
    transition: opacity .5s;
} li.profile-content-sns-item i:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    transition: opacity .5s;
}
.profile-content-contactBtn {
    display: inline-block;
    float: right;
    min-width: 65px;
}
li.header-navi-contactBtn {
    padding: 22px 25px 0;
}

.header-navi-contactBtn a, .profile-content-contactBtn a {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    background: #FF2079;
    color: white;
    border: solid 1px #FF2079;
    border-radius: 3px;
    transition: .4s;
}
.header-navi-contactBtn a:hover, .profile-content-contactBtn a:hover {
    background: none;
    color: #FF2079;
}

.contactBtn a {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #FF2079;
    border: solid 1px #FF2079;
    border-radius: 3px;
    transition: .4s;

}.contactBtn a:hover {
    background: #FF2079;
    color: white;
}
h3.profile-content-title {
    margin-bottom: 30px;
}
.profile-content-info {
    display: inline-block;
    width: 60%;
    text-align: left;
    padding-left: 30px;
} .profile-content-title-ja {
    font-size: 1.8rem;
    font-weight: 500;
} .profile-content-title-position {
    font-size: 1rem;
    padding-left: 10px;
} .profile-content-title-en {
    display: block;
    font-size: 1rem;
    letter-spacing: .2em;
}
.profile-content-text{
    font-size: 0.9rem;
    line-height: 1.9;
    margin-bottom: 60px;
}
h4.profile-content-subTitle {
    font-size: 1rem;
    margin-bottom: 5px;
}
ul.profile-content-subTitle-list {
    font-size: 0.9rem;
    line-height: 1.9;
    margin-bottom: 30px;
}
ul.profile-content-subTitle-list li {
    padding-bottom: 5px;
    opacity: 1;
    transition: all 1s ease 0s;
}
.list1 li.is-hidden, .list2 li.is-hidden {
    opacity: 0;
    height: 0;
    margin: 0;
    display: none;
}
.more1, .more2 {
    text-align: center;
    margin: -30px 0px 30px;
}
button {
    background-color: #ffffff;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    height: 25px;
    line-height: 25px;
    width: 100px;
    font-size: 0.8rem;
}

.video-content {
    display: block;
    background-image: url(../images/videoBg.webp);
    background-size: cover;
    color: #fff;
}
.video-content-tltle {
    display: block;
    position: relative;
    text-align: left;
    font-size: 2.3rem;
    font-weight: 700;
    letter-spacing: .2em;
    top: -42px;
    padding: 0 5%;
}
ul.video-content-list {
    display: flex;
    width: 100%;
    max-width: 980px;
    margin: -10px auto;
    padding-bottom: 42px;
    text-align: center;
}
li.video-content-item {
    margin-right: 30px;
    display: inline-block;
    width: 320px;
}

section.l-content-request {
    padding: 120px 0;
}
h2.request-title {
    display: inline-block;
    position: relative;
    text-align: center;
    font-size: 2.3rem;
    font-weight: 700;
    letter-spacing: .1em;
}
h2.request-title:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    display: inline-block;
    width: 60px;
    height: 3px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-image: linear-gradient(to right, #6951FF, #6AFDDA);
}

.request-content .swiper-slide-inner {
    justify-content: center;
}
h4.request-info-title {
    font-size: 1.1rem;
    font-weight: 600;
    padding: 5px;
    text-align: left;
    letter-spacing: 0.1em;
}
.request-info-title i {
    font-size: 1rem;
    padding-right: 15px;
}
.request-info {
    display: flex;
}
.request-info-text {
    padding: 10px;
    width: 320px;
}
.request-info img {
    height: 132px;
}
.request-info-text span {
    display: block;
    font-size: 0.9rem;
    text-align: left;
}
.request-text {
    padding: 120px 0 60px;
    font-size: 1.1rem;
    font-weight: 600;
}
.request-text i{
    color: #2F2F2F;
}
.request-content .swiper-wrapper {
    align-items: stretch;
}

.request-content .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-bottom: 25px;
}

.request-content .swiper-button-prev,
.request-content .swiper-button-next {
    display: none;
    width: 20px;
    height: 32.58px;
    fill: #666;
    stroke: none;
    stroke-width: 0;
    background-image: none;
    z-index: 10000;
}

.request-content .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0;
    text-align: left;
}
.request-content .swiper-pagination-bullet-active {
    background: #666;
}

section.l-content-record {
    background: #f3f3f3;
    background-size: cover;
    border-bottom: 4px solid;
    border-image-slice: 1;
    border-width: 4px;
    border-image-source: linear-gradient(to right, #3416E0, #ED53CF);
    padding-bottom: 30px;
}
h2.record-tittle {
    display: block;
    position: relative;
    text-align: right;
    font-size: 2.3rem;
    font-weight: 700;
    letter-spacing: .2em;
    top: -42px;
    padding: 0 5%;
}
.record-content {
    display: flex;
    width: 80%;
    margin: -54px auto;
}
.record-content-item {
    display: inline-block;
    text-align: center;
    width: 30%;
    background: #333;
    padding: 20px;
    max-width: 380px;
    z-index: 1;
    margin-top: 10px;
}
.record-content-item iframe {
    background: #fff;
}
.record-content-info {
    display: inline-block;
    width: 70%;
} .record-content-text {
    padding: 20px 30px 30px;
    font-size: 0.9rem;
    line-height: 1.8;
    font-weight: 500;
}
.fa-angle-down {
    font-size: 4rem;
}
section.l-content-request, section.l-content-youtube {
    text-align: center;
    background: #fff;
    background-image :
    repeating-linear-gradient(to bottom,          /* 横線 */
       transparent 12px,
       rgba(153, 153, 153, 0.10) 13px,  rgba(153, 153, 153, 0.10) 13px,
       transparent 14px,  transparent 25px,
       rgba(153, 153, 153, 0.10) 26px,  rgba(153, 153, 153, 0.10) 26px,
       transparent 27px,  transparent 38px,
       rgba(153, 153, 153, 0.10) 39px,  rgba(153, 153, 153, 0.10) 39px,
       transparent 40px,  transparent 51px,
       rgba(153, 153, 153, 0.10) 52px,  rgba(153, 153, 153, 0.10) 52px,
       transparent 53px,  transparent 64px,
       rgba(153, 153, 153, 0.10) 65px,  rgba(153, 153, 153, 0.10) 65px),
    repeating-linear-gradient(to right,          /* 縦線 */
       transparent 12px,
       rgba(153, 153, 153, 0.10) 13px,  rgba(153, 153, 153, 0.10) 13px,
       transparent 14px,  transparent 25px,
       rgba(153, 153, 153, 0.10) 26px,  rgba(153, 153, 153, 0.10) 26px,
       transparent 27px,  transparent 38px,
       rgba(153, 153, 153, 0.10) 39px,  rgba(153, 153, 153, 0.10) 39px,
       transparent 40px,  transparent 51px,
       rgba(153, 153, 153, 0.10) 52px,  rgba(153, 153, 153, 0.10) 52px,
       transparent 53px,  transparent 64px,
       rgba(153, 153, 153, 0.10) 65px,  rgba(153, 153, 153, 0.10) 65px);
    text-align: center;
}
h2.youtube-text {
    padding: 120px 20px;
    font-size: 1.1rem;
    font-weight: 600;
}
.youtube-item {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 400px;
    height: 20rem;
    margin: 30px auto;
    padding:10px;
    background: #555;
    border-radius: 10px;
}
.youtube-item iframe{
  width: 100%;
  height: 100%;
  margin-bottom: 60px;
}
.youtube-item::before{
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%,0) rotate(-135deg);
  border-top: solid 5px #555;
  border-left: solid 5px #555;
}
.youtube-subscribe {
    display: block;
    padding: 60px;
}
p.youtube-subscribe-text {
    padding: 15px;
}
section.l-content-instagram {
    background: rgba(255, 255, 255, 0.8);
    background-size: cover;
    text-align: center;
    padding: 10px 0;
}
}
h2.instagram-text {
    padding: 15px 20px 90px;
    font-size: 1.1rem;
    font-weight: 600;
}
.l-content-instagram-feed {
    display: block;
    text-align: center;
}
.home_instagram_feed {
    border: none;
    overflow: hidden;
    width: 100%;
    margin: 10px auto;
}
a.instafeed-link {
    display: inline-block;
    margin: 2px;
    width: 12%;
}
img.instafeed-img {
    width: 100%;
}
button.home_instagram_button {
    width: 50%;
    background: #FFF;
}

section.l-content-contact {
    padding: 120px 0;
    text-align: center;
    background: #fff;
}
h2.contact-title {
    display: inline-block;
    position: relative;
    text-align: center;
    font-size: 2.3rem;
    font-weight: 700;
    letter-spacing: .1em;
}
h2.contact-title:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    display: inline-block;
    width: 60px;
    height: 3px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #FF2079;
}
ul.contact-sns-list {
    display: flex;
    width: 100%;
    max-width: 344px;
    margin: 60px auto 100px;
    text-align: center;
}
.contact-sns-item i {
    position: relative;
    display: block;
    float: left;
    color: #585858;
    font-size: 1.8rem;
    opacity: .2;
    filter: alpha(opacity=35);
    margin: 0 25px;
    transition: opacity .5s;
}.contact-sns-item i:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    transition: opacity .5s;
}
i.fa-twitter { color: #1DA1F2;}
i.fa-facebook-f { color: #4267B2;}
i.fa-youtube { color: #FE0000;}
i.fa-instagram {
    background: linear-gradient(to right, #3416E0, #ED53CF);
    -webkit-background-clip: text;
    color: transparent;
}
.contact-form-item {
    display: block;
}
input, textarea {
    margin: 15px 0;
    line-height: 1.1;
    padding: 10px 15px;
    width: 60%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    border: 0.5px solid #d0d0d0;
}
input:focus, textarea:focus { border-color: #fff;}
textarea {
    height: 9rem;
    line-height: 1.1rem;
    resize: vertical;
}
.contact-form-text {
    padding: 30px 0 60px;
}

.send {
    width: 100px;
    height: 40px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 1.2rem;
    text-align: center;
    display: block;
    margin: auto;
    letter-spacing: .2em;
    border: solid 1px #FF2079;
    color: #FF2079;
    border-radius: 3px;
    transition: .4s;
}.send:hover {
    background: #FF2079;
    color: white;
}
.send[disabled] {
    color: #fff;
    background: #d0d0d0;
    border: solid 1px #d0d0d0;
    cursor: not-allowed;
}
.required { color:red;
 } .required:before {
    content: "*";
    vertical-align: top;
}

footer {
    background-color: #585858;
    padding: 100px 0 30px;
    border-top: 9px solid;
    border-image-slice: 1;
    border-width: 9px;
    border-image-source: linear-gradient(to right, #3416E0, #ED53CF);
}
h2.footer-sponsor-title {
    text-align: center;
    color: #fff;
    text-shadow: 0 0 4px #fff, 0 0 10px #fff;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: .02em;
}
ul.footer-sponsor-list {
    display: flex;
    width: 100%;
    max-width: 650px;
    margin: 60px auto 150px;
    text-align: center;
}
.footer-sponsor-item img {
    position: relative;
    display: block;
    float: left;
    width: 80px;
    height: 50px;
    opacity: .35;
    filter: alpha(opacity=35);
    margin: 0 25px;
    transition: opacity .5s;
}.footer-sponsor-link img:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    transition: opacity .5s;
}
.footercopy-text {
    color: #fff;
    font-size: 0.75rem;
    text-align: center;
}
#page_top i.fa-chevron-circle-up {
    color: #EC53CE;
    font-size: 5rem;
    background: -webkit-linear-gradient(45deg, #3416DF, #EC53CE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: fixed;
    bottom: 90px;
    right: 60px;
}
#page_top a:hover {
    opacity: 0.5;
    filter: alpha(opacity=100);
    transition: opacity .5s;
}

section.l-content-privacy {
    display: block;
    padding: 120px 5%;
}
.privacy-content {
    text-align: center;
}
.l-header-privacy {
    display: flex;
    height: 80px;
}
nav.header-navi-privacy {
    height: 80px;
    background: linear-gradient( 90deg, rgba(52, 33, 224, 0.7), rgba(237, 83, 207, 0.7));
}
.header-navi-caption-item {
    display: flex;
}
.header-navi-caption-item a{
    display: inline-block;
    height: 60px;
    margin: 10px 10px 10px 60px;
}

img.logo-privacy {
    display: inline-block;
    width: 50px;
}
h2.privacy-content-title {
    display: inline-block;
    position: relative;
    text-align: center;
    font-size: 2.3rem;
    font-weight: 700;
    letter-spacing: .1em;
    margin-bottom: 120px;
}
h2.privacy-content-title:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    display: inline-block;
    width: 60px;
    height: 3px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-image: linear-gradient(to right, #3416DF, #EC53CE);
}
p.privacy-content-text {
    text-align: left;
    font-size: 1rem;
    margin-bottom: 30px;
}
h3.privacy-content-subTitle i {
    padding-right: 5px;
}
h3.privacy-content-subTitle {
    text-align: left;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 5px;
}
p.privacy-content-date {
    text-align: right;
    font-size: 1rem;
    margin-bottom: 30px;}
.header-navi-caption-privacy {
    visibility: visible;
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: .2em;
    text-shadow: 0 0 2px #fff, 0 0 6px #fff;
    line-height: 1.5;
    margin-left: -30px;
}


@media screen and (max-width: 1000px) {
    body {
        min-width: 0px;
    }
    .header-logo img {
        width: 30px;
        margin: 15px;
    }
    .header-navi-caption {
        font-size: 0.8rem;
        font-weight: 500;
        padding: 15px;
    }
    .header-navi {
        height: 60px;
    }
    ul.header-navi-list {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 10;
        opacity: 0.9;
    }
    li.header-navi-item {
        background: #333;
    }
    a.header-navi-text {
        display: block;
        padding: 10px 25px 0;
        font-size: 10px;
        text-align: right;
    }
    section.l-content-video {
        height: 35vh;
    }
    #over-video {
        position: absolute;
        top: 10vh;
    }
    .profile-content {
        padding: 15% 0;
    }
    ul.video-content-list {
        display: block;
    }
    li.video-content-item {
        margin: 15px auto;
        width: 100%;
    }
    h2.profile-title {
        margin-bottom: 60px;
    }
    ul.profile-content-sns-list {
        display: block;
        float: none;
        margin-bottom: 20px;
    }
    li.profile-content-sns-item i {
        font-size: 1.4rem;
    }
    .profile-content-sns-list li {
        margin: 10px;
    }
    .profile-content-contactBtn {
        float: none;
    }
    .profile-content-item {
        width: 95%;
    }
    .profile-content-item-left {
        min-width: 0;
    }
    .profile-content-item-left img {
        width: 100%;
    }
    .profile-content-info {
        width: 100%;
        padding: 20px;
    }
    ul.request-list {
        display: block;
    }
    li.request-item {
        width: 45%;
        margin-bottom: 40px;
    }
    li.request-item img {
        width: 100%;
    }
    .request-text {
        padding: 120px 15px;
    }
    .request-info-text {
        padding: 10px;
        width: 225px;
    }
    .record-content {
        width: 100%;
    }
    .record-content-item {
        display: none;
    }
    .record-content-info {
        width: 100%;
    }
    .record-content-text {
        padding: 40px 15px;
        font-size: 0.9rem;
        line-height: 1.9em;
    }
    .contactBtn a {
        font-size: 1.5rem;
        width: 60%;
    }
    input, textarea {
        width: 90%;
    }
    a.instafeed-link {
        width: 20%;
    }
    .contact-form-text {
        padding: 60px 30px;
    }
    ul.footer-sponsor-list {
        display: block;
    }
    .footer-sponsor-item img {
        display: inline-block;
        float: none;
        width: 40%;
        margin: 30px auto;
    }
    #page_top i.fa-chevron-circle-up {
        font-size:4rem;
        bottom: 40px;
        right: 20px;
    }
}
@media (min-width: 920px) {
  .request-content .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .request-content .swiper-slide {
    width: 40%;
    padding: 20px;
    margin: 0 auto;
  }
  .request-content .swiper-button-prev,
  .request-content .swiper-button-next,
  .request-content .swiper-pagination {
    display: none;
  }
}
