/*全体*/
body {
    line-height: 1.5;
    color: #484848;
    font-size: 14px;
    font-family: 'Noto Sans JP', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', sans-serif, Meiryo;
}

img{
    vertical-align: bottom;
}

.inner-wide{
	padding:160px 0;
	margin:0 140px;
}

.inner-normal{
	padding:160px 0;
	width:1300px;
	margin:auto;
}

.header-bold-text{
    font-weight: bold;
    font-size: 32px;
	text-align: center;
	margin:0;
}

.normal-text-center{
	text-align: center;
}

/* HTMLのセクション区切り（間を空ける） */
.section10 {
	margin-top:10px;
}

/*header*/

.header-global{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
}

.header-main-area{
    display: flex;
	gap:30px;
    background: #222134;
    align-items: center;
    padding: 25px 100px 25px 50px;
    position: relative;
}

.header-main-area:before{
	content:'';
	position: absolute;
	top:0;
	left:-50px;
	height:100%;
	width:50px;
	clip-path: polygon(100% 0, 0 0, 100% 100%);
	background:#222134;
}

.header-normal-ul{
    display: flex;
    margin: 0;
    list-style: none;
    gap: 30px;
}

.header-normal-li{
    position: relative;
}

.header-normal-li:after{
	content:'';
    position: absolute;
	width:100%;
	height:1px;
	bottom: -4px;
	left: 0;
    background:#E6FF01;
  	transform: scale(0, 1); 
 	transform-origin: left top; 
 	transition: transform .3s; 
}

.header-normal-li:hover:after{
	transform: scale(1, 1); 
}

.header-normal-a{
    text-decoration: none;
	color:#FFF;
}

.header-box-ul{
    display: flex;
    margin: 0;
    list-style: none;
    gap: 15px;
}

.header-box-li{
    position: relative;
    background: #222134;
}

.header-box-li:before{
	position: absolute;
	content:'';
	width:calc(100% + 2px);
	height:calc(100% + 2px);
	background:#FFF;
	top:-1px;
	left:-1px;
	clip-path: polygon(0 0,100% 0,100% calc(100% - 7px),calc(100% - 7px) 100%, 0 100%);
}

.header-box-a{
	color:#FFF;
	background: #222134;
    display: block;
    text-align: center;
    padding: 5px 0;
	clip-path: polygon(0 0,100% 0,100% calc(100% - 7px),calc(100% - 7px) 100%, 0 100%);
    width: 100px;
    margin: 0 auto;
    font-size: 12px;
	line-height: 1.2;
    text-decoration: none;
	position:relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.header-box-a:before{
	content:'';
	position: absolute;
	top:0;
	left:0;
	width:7px;
	height:7px;
	clip-path: polygon(100% 0, 0 0, 0 100%);
	background:#E6FF01;

}

.header-box-a:hover{
    color: #222134;
    background: #FFF;
}


.header-sp-link,
.global-header-navi-sp-btn,
.spmenu-modal-overray{
	display:none;
}


/*mv*/

.mv{
    background: #E6FF01;
    padding-bottom: 100px;
}

.mv-main-area{
    position: relative;
}

.mv-logo{
    position: absolute;
    height: auto;
    top: 30px;
    left: 100px;
}

.swiper-container{
    width: 1400px;
    margin: 0 0 0 auto;	
}

.swiper-container:before{
    position: absolute;
	display:block;
	content:'';
	height:100%;
    width: 425px;
	top:0;
	left:0;
    z-index: 2;
	background:#E6FF01;
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.mv-text-area{
	position: absolute;
    bottom: 0;
    width: 1300px;
    margin: auto;
    text-align: left;
    z-index: 10;
    left: calc((100% - 1300px) / 2);
	color:#2BA3FF;
}

.mv-keyvisual-text{
    font-family: 'futura-pt-bold', sans-serif;
    font-size: 150px;
    line-height: 0.86;
    margin-bottom: 60px;
}

.mv-title-text {
    font-size: 32px;
    margin: 0;
    font-weight: bold;
    letter-spacing: 4.8px;
}

.mv-sub-title-text{
    font-family: "din-2014", sans-serif;
    letter-spacing: 2.1px;
    margin: 10px 0;
    font-size: 14px;
}

.mv-about-text {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
}

/*スクラム会記事*/

.scrumRepo{
	position: relative;
}

.scrumRepo:before{
	position: absolute;
    display: block;
    content: '';
    height: 270px;
    width: 100px;
    top: 0;
    right: 0;
    z-index: 0;
    background: #E6FF01;
	clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.scrumRepo:after{
	position: absolute;
    display: block;
    content: '';
    height: 270px;
    width: 100px;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: #E8ECEF;
	clip-path: polygon(0 0, 0 100%, 100% 100%);
}


.pickup-area{
    display: flex;
    gap: 1%;
    width: 100%;
    margin-top: 50px;
}

.pickup-panel {
    width: calc(97% / 4);
	position: relative;
    height: auto;
    overflow: hidden;
    clip-path: polygon(100% 0, 100% 88%, 91% 100%, 0 100%, 0 0);
}

.pickup-panel:before{
	content:'';
	position: absolute;
	width: 9%;
    height: 12%;
	background:#E6FF01;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
	z-index: 1;
    top: 0;
    left: 0;
}

.scrum-a {
    display: contents;
	color: #FFF;
}

.scrum-time-area {
	position: absolute;
    margin: 0;
    color: #FFF;
    left: 20px;
    top: 40px;
    font-size: 10px;
}

.scrum-category {
    margin-right: 10px;
    border-right: 1px solid;
    padding-right: 10px;
}

.scrum-title{
    position: absolute;
    top: 60px;
    left: 20px;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}

.scrum-thumb {
    width: -webkit-fill-available;
    height: 100%;
    vertical-align: top;
    filter: brightness(60%);
	transition: 0.3s all;
}

.pickup-panel:hover .scrum-thumb{
	transform: scale(1.1);
}

.author-area{
    position: absolute;
    left: 20px;
    bottom: 20px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.author-img {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    vertical-align: bottom;
}

.author-img-none{
  background: #fff;
}

.author-name {
    margin: 0;
    font-size: 10px;
}

/*プロフィール*/
.profile-panel-area{
	margin-top:50px;
	margin-bottom:50px;
}

.profile{
	background:#E8ECEF;
}

.button-navy{
	display: block;
    max-width: 380px;
    background: #222134;
    color: #FFF;
    text-align: center;
    padding: 20px 0;
	margin: auto;
	position: relative;
    clip-path: polygon(100% 0, 100% 64%, 94% 100%, 0 100%, 0 0);
    transition: all 0.3s;
}

.button-navy:before{
	content: '';
    position: absolute;
    width: 6%;
    height: 36%;
    background: #E6FF01;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    z-index: 1;
    top: 0;
    left: 0;
}

.button-navy:hover{
    opacity: 0.6;
}

/*記事一覧*/

.contents-list{
	position: relative;
}

.contents-list:before{
	position: absolute;
    display: block;
    content: '';
    height: 270px;
    width: 100px;
    top: 0;
    right: 0;
    z-index: 0;
    background: #E8ECEF;
	clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.contents-list-group{
    display: flex;
    gap: 80px;
	justify-content: space-between;
}

.contents-list-main {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: calc(100% - 380px);
}

.blog-contents-box {
	padding: 40px 25px 25px;
    filter: drop-shadow(0px 3px 6px #00000029);
    position: relative;
}

.blog-contents-box:before {
	content: "";
	width:32px;
	height:32px;
	position: absolute;
	top:0;
	left:0;
	background:#E6FF01;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.blog-contents-box:after{
    background-color: #FFF;
    clip-path: polygon(100% 0, 100% 90%, 97% 100%, 0 100%, 0 0);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
	transition: 0.3s all;
}

.blog-contents-box:hover:after{
    background-color: #DADCDE;
}


.category-time-group {
    display: flex;
    gap: 24px;
    margin-bottom: 12px;
    font-size: 10px;
}

.blog-category{
    position: relative;
}

.blog-category:after{
	content: '';
    position: absolute;
    width: 1px;
    height: 80%;
    background: #484848;
    right: -12px;
    top: 10%;
}

.blog-title {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #707070;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.blog-author-area {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}

.blog-author-img {
    width: 30px;
    height: 30px;
    border-radius: 15px;
}

/*サイドバー*/

.contents-list-side {
    width: 300px;
}

.side-contents{
	padding: 30px 25px 20px;
    margin-bottom: 25px;
	position: relative;
	background: #707070;
	clip-path: polygon(22px 0, 100% 0, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0 100%, 0 22px);
}

.side-contents:before{
	position: absolute;
	content: '';
	width: calc(100% - 2px);
 	height: calc(100% - 2px);
	background: #FFF;
	top: 1px;
	left: 1px;
	clip-path: polygon(22px 0, 100% 0, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0 100%, 0 22px);
	z-index: -1;
}

.widget-search{
    margin-bottom: 40px;
    position: relative;
}

.input-search{
    width: 100%;
    border: 1px solid #222134;
    border-radius: 24px;
    padding: 15px 30px;
    font-size: 14px;
    color: #484848;
}

.search-button{
	width: 24px;
    height: 24px;
    position: absolute;
    top: 12px;
    right: 22px;
    padding: 0;
    background: transparent;
}

.search-icon{
	width:100%;
	height: auto;
}

summary {
  display: block;
  list-style: none;
}

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

.side-contents .details-summary{
    padding: 5px;
    position: relative;
}

.side-contents .details-summary:after{
    position: absolute;
    content: '';
    background-image: url(https://recruit.dos-osaka.co.jp/freshersblog/img/ganshin_plus.png);
    width: 12px;
    height: 12px;
    top: 40%;
    right: 14px;
    background-size: contain;
    background-repeat: no-repeat;
}

.side-contents .details-summary.is-active:after{
	background-image: url(https://recruit.dos-osaka.co.jp/freshersblog/img/ganshin_minus.png);
    top: 50%;
}

.side-contents .category-box-title {
    padding: 10px 5px;
    display: block;
    position: relative;
}

.side-contents .category-box-title:before{
    background: #E8ECEF;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
	transform: scale(0, 1);
    transform-origin: left top;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
}

.side-contents .category-box-title:hover:before{
    transform: scale(1, 1);
}

.side-contents-title{
	font-size: 16px;
    color: #222134;
    font-weight: bold;
    border-bottom: 1px solid #555555;
    padding-bottom: 15px;
}

.side-contents-ul {
    padding: 0 5px;
}

.details-content .side-contents-li:first-child{
	border-top: 1px solid #C2C2C2;
}

.side-contents-li {
    position: relative;
    padding: 5px 0;
    border-bottom: 1px solid #C2C2C2;
}

.side-contents-li:last-child{
    border-bottom:none;
}

.side-contents-li:after{
    position: absolute;
    content: '';
    top: 36%;
    right: 10px;
    background-image: url(https://recruit.dos-osaka.co.jp/freshersblog/img/ganshin_link.png);
    width: 6px;
    height: 13px;
}

.side-contents-a {
    display: block;
    width: auto;
    padding: 10px 40px 10px 10px;
    transition: all 0.3s ease;
	position: relative;
}

.side-contents-a:after{
	background: #E8ECEF;
  	position: absolute;
  	top: 0;
  	left: 0;
  	content: '';
  	width: 100%;
  	height: 100%;
  	transform: scale(0, 1);
  	transform-origin: left top;
  	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  	z-index: -1;
}

.side-contents-a:hover::after {
  transform: scale(1, 1);
}


.new-contents-author {
	display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 10px;
    font-size: 10px;
}


.new-contents-author .blog-author-img {
    width: 25px;
    height: 25px;
}

/*フッター*/

footer{
	background:#222134;
	position: relative;
}

footer:before{
	content:'';
	position: absolute;
	top:-270px;
	left:0;
	width: 100px;
	height: 270px;
	z-index: -1;
	background:#222134;
	clip-path: polygon(100% 100%, 0 0, 0 100%);
}

.inner-footer{
    padding-bottom: 15px;
}

.footer-top{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #FFF;
    padding-bottom: 80px;
}

.footer-logo-area-p{
	color:#7b7c7d;
	font-size:12px;
    margin: 20px 0 0 0;
}

.footer-link-area{
    display: flex;
    gap: 40px;
}

.footer-link-box{
	width: 240px;
}

.footer-link-title {
    border-bottom: 1px solid #FFF;
    margin-bottom: 15px;
    font-size: 18px;
    color: #FFF;
	width: 100%;
}

.footer-link-title p{
    padding: 0 10px 15px 10px;
}

.footer-link-top-wide {
    margin-top: 1.5em;
}

.footer-link-ul{
    margin: 0;
    padding: 0 10px;
}

.footer-link-li {
    list-style: none;
	width: 100%;
    display: block;
    margin-bottom: 1em;
}

.footer-link-a{
	color:#FFF;
	text-decoration: none;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.footer-link-a:hover{
	opacity: 0.6;
}

.footer-bottom{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.footer-bottom-ul {
    padding: 0;
    display: flex;
    gap: 2em;
	width:auto;
}

.footer-bottom-li {
    font-size: 12px;
	width:auto;
}

.copyright {
	color:#7b7c7d;
    font-size: 10px;
}

.pcNone{
	display:none;
}

/******************
	レスポンシブ
*******************/

@media (max-width: 1700px) {

/*mv*/

.swiper-container {
    width: 1200px;
}

.swiper-slide-img {
    width: 100%;
}

.swiper-container:before {
    height: 101%;
    width: 370px;
}

.mv-keyvisual-text{
    font-size: 140px;
    margin-bottom: 30px;
}

.mv-title-text {
    font-size: 28px;
}

}

@media (max-width: 1500px) {

.inner-normal{
    width: 1000px;
}

.inner-wide{
    margin: 0 80px;
}

.swiper-container {
	width: 1000px;
}

.swiper-container:before{
	width: 300px;
}

.header-main-area{
    padding: 15px 50px 15px 20px;
}

.mv-keyvisual-text {
	font-size: 100px;
	margin-bottom: 15px;
}

.mv-title-text {
	font-size: 18px;
}

.mv-about-text {
    font-size: 14px;
}

.mv-text-area{
	width: 1000px;
    left: calc((100% - 1000px) / 2);
}

/*フッター*/

.footer-logo-area{
	width: 20%;
}

.footer-link-area {
    width: 75%;
	justify-content: space-between;
}

.footer-link-box {
    width: calc(98% / 3);
}

.footer-logo{
	width:100%;
}

.footer-link-title{
    font-size: clamp(14px, 2vw, 16px);
}

.footer-link-a{
    font-size: clamp(10px, 2vw, 14px);
}

}

@media (max-width: 1300px) {

.mv-logo{
    left: 30px;
	width: 170px;
}

.header-normal-ul {
    gap: 15px;
}

}

@media (max-width: 1200px) {
.pcNone{
	display:block;
}

.smpcNone{
	display:none;
}

/*ヘッダー*/
.header-global{
    width: 100%;
}

.header-main-area{
	justify-content: flex-end;
}

.mv{
	margin-top:68px;
}

.mv-logo{
	width: 15%;
	top: auto;
	min-width: 150px;
}

.header-main-area {
	padding: 15px 30px 15px 30px;
}

}

@media (max-width: 1100px) {

.inner-normal {
	width: 700px;
}

.mv-text-area {
	width: 700px;
	left: 80px;
}

.swiper-container {
	width: 100%;
}

/*スクラム会記事パネル*/
.scrum-time-area {
top: 10px;
}

.scrum-title{
top: 25px;
font-size: 14px;
}

/*記事一覧*/

.contents-list-group{
	gap: 30px;
}

.contents-list-main{
    width: calc(100% - 230px);
}

.contents-list-side {
    width: 200px;
}

/*フッター*/
.footer-top{
    flex-direction: column;
    gap: 40px;
}

.footer-logo-area {
	width: 100%;
}

.footer-logo {
	width: fit-content;
}

.footer-link-area {
	width: 100%;
}

}

@media (max-width: 1000px) {

.header-normal-ul,
.header-box-ul{
	display:none;
}

.header-sp-link,
.global-header-navi-sp-btn{
	display:block;
}

.header-sp-link{
    background: #2BA3FF;
    color: #FFF;
    font-size: 10px;
    padding: 5px 15px;
    clip-path: polygon(7% 0, 100% 0, 100% 68%, 93% 100%, 0 100%, 0 32%);
}

.global-header-navi-sp-btn{
	position: relative;
    top: 0;
    right: 0;
    display: block;
    width: 24px;
    height: 24px;
    background: none;
    border: none;
    cursor: pointer;
}

.global-header-navi-sp-btn-icon{
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 24px;
    height: 2px;
    background:#FFF;
}

.global-header-navi-sp-btn-icon:before {
    position: absolute;
    top: -9px;
    left: 0;
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    background:#FFF;
}

.global-header-navi-sp-btn-icon:after {
    position: absolute;
    bottom: -9px;
    left: 0;
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    background:#FFF;
}

 .header-main-area {
   padding: 15px 15px 15px 25px;
 }


.spmenu-modal-overray{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #222134;
}

.modal-close{
    position: absolute;
    top: 15px;
        right: 10px;
        display: block;
        width: 24px;
        height: 17px;
        background: none;
        border: none;
}

.modal-close-icon:before{
        position: absolute;
        top: 8px;
        left: 0;
        content: "";
        display: block;
        width: 26px;
        height: 2px;
        background: #fff;
        transform: rotate(34deg);
}

.modal-close-icon:after{
        position: absolute;
        top: 8px;
        left: 0;
        content: "";
        display: block;
        width: 26px;
        height: 2px;
        background: #fff;
        transform: rotate(-34deg);
}

.spmenu-modal-overray-main-area{
    display: flex;
    align-items: center;
    height: 100%;
    margin: auto;
    width: 100%;
    justify-content: center;
	flex-direction: column;
	gap: 40px;
}


.spmenu-modal-navi{
	width: 100%;
}

.header-normal-ul-sp{
	margin:0 45px;
}

.header-normal-li-sp{
	width: 100%;
    border-bottom: solid 1px #FFF;
    position: relative;
}


.header-normal-li-sp:last-child{
    border-bottom:none;
}

.header-normal-li-sp:after{
	position: absolute;
    content: '';
    background-image: url(https://recruit.dos-osaka.co.jp/img01/linkimg_03.webp);
    top: 40%;
    right: 10px;
    width: 8px;
    height: 15px;
}

.header-normal-a-sp{
	color: #FFF;
	padding: 15px 0 15px 1em;
	display: block;
	font-size: 16px;
}

.header-box-ul-sp{
	width: calc(100% - 90px);
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.header-box-li-sp{
	position: relative;
    background: #222134;
}

.header-box-li-sp:before{
    position: absolute;
    content: '';
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: #FFF;
    top: -1px;
    left: -1px;
	clip-path: polygon(0 0,100% 0,100% calc(100% - 12px),calc(100% - 12px) 100%, 0 100%);
}

.header-box-a-sp{
	color: #FFF;
    background: #222134;
    display: block;
    text-align: center;
    padding: 15px 0;
	clip-path: polygon(0 0,100% 0,100% calc(100% - 12px),calc(100% - 12px) 100%, 0 100%);
	width: 100%;
    margin: 0 auto;
    font-size: 16px;
    text-decoration: none;
    position: relative;
}

.header-box-a-sp:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    clip-path: polygon(100% 0, 0 0, 0 100%);
    background: #E6FF01;
}

.mv{
	margin-top:55px;
}

}

@media (max-width: 800px) {

.inner-normal,
.inner-wide{
	width: auto;
	padding: 80px 25px;
    margin:0;
}

.mv-text-area {
	width: auto;
	left: 25px;
}

.mv-keyvisual-text {
	font-size: 50px;
}

.mv-title-text {
	font-size: 20px;
}

.mv-sub-title-text{
    font-size: 10px;
	margin: 5px 0;
}
/*プロフィール*/
.profile-panel-area{
	margin-top:30px;
	margin-bottom:30px;
}

/*カテゴリ*/
.category-area {
    padding-bottom: 50px;
    border-bottom: 1px solid;
    margin-bottom: 50px;
}

.category-box{
    position: relative;
    background: #707070;
    text-align: center;
	clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%, 0 100%);
	margin: 30px auto 0;
	max-width:280px;
	width: 70%;
	padding: 15px 25px;
}

.category-box:before{
	position: absolute;
	content: '';
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	background: #FFF;
	top: 1px;
	left: 1px;
	clip-path: polygon(22px 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%,0 22px);
	z-index: -1;
}

.category-box:after{
	position: absolute;
	content: '';
	background:#E6FF01;
	top:0;
	left:0;
	width:22px;
	height:22px;
	clip-path: polygon(100% 0px, 0px 0px, 0px 100%);
}

.category-box-title{
	font-weight: bold;
	padding-bottom: 15px;
}

summary {
  display: block;
  list-style: none;
}

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


.details-summary{
    position: relative;
}

.details-summary:after{
	position: absolute;
	content: '';
	background-image: url(https://recruit.dos-osaka.co.jp/freshersblog/img/ganshin_plus.png);
	width: 12px;
	height: 12px;
	top: 5px;
	right: -5px;
	background-size: contain;
	background-repeat: no-repeat
}

.details-summary.is-active:after{
	background-image: url(https://recruit.dos-osaka.co.jp/freshersblog/img/ganshin_minus.png);
	top: 10px;
}

.category-li-sp {
    padding: 15px 0;
    list-style: none;
    border-top: 1px solid #C2C2C2;
}

.category-li-sp:first-child{
	margin-top:15px;
}

/*スクラム会*/

.header-bold-text{
    font-size: 20px;
}

.pickup-area{
	flex-wrap: wrap;
    justify-content: center;
	gap: 20px;
}
.scrum-time-area {
    top: 40px;
}
.pickup-panel {
    width: calc(97% / 2);
	max-width: 450px;
}
.scrum-title{
    top: 60px;
    font-size: 20px;
}

.scrumRepo:before,
.scrumRepo:after,
.contents-list:before,
footer:before
{
    height: 70px;
    width: 25px;
}

footer:before{
	top: -70px;
}

/*記事一覧*/
.contents-list-side {
    display: none;
}

.contents-list-main{
	width: 100%;
}

.smpcNone{
	display:block;
}

.tbNone{
	display:none;
}

}

@media (max-width: 500px) {
/*mv*/

.mv-text-area{
	bottom: -60px;
}

.swiper-container:before{
	width: 140px;
 	height: 300px;
	top: auto;
	bottom: 0;
}

/*スクラム会*/
.pickup-panel {
    width: 100%;
}

/*フッター*/

.footer-logo{
	width: 180px;
}

.footer-logo-area-p{
	font-size:8px;
	margin: 10px 0 0 0;
}

.footer-link-area{
    flex-direction: column;
	width: auto;
	padding:0 15px;
	gap: 24px;
}

.footer-link-box {
    width: 100%;
}

.footer-top{
    padding-bottom: 50px;
}

.footer-bottom{
	flex-direction: column;
}

.footer-bottom-ul{
	flex-direction: column;
	gap:0;
}

.footer-link-li{
    margin-bottom: 0.5em;
}

.copyright{
    margin-top: 20px;
    color: #7b7c7d;
    font-size: 10px;
    text-align: right;
}

.inner-footer {
    padding-bottom: 25px;
}

.tbNone{
	display:block;
}

.spNone{
	display:none;
}

}

@media (max-width: 380px) {
.mv-logo {
        min-width: 115px;
}

}

@media (max-width: 350px) {

.mv-keyvisual-text {
	font-size: 35px;
	margin-bottom: 10px;
}

.mv-logo {
	width: 28%;
	top: auto;
	min-width: auto;
	height: auto;
}

}