@charset "utf-8";

@media screen and (min-width: 961px) {
	/* お見舞い_pc　20230110追加 */
    .sympathy {
        position: relative;
        /* top: 114px;  */
    }
}
@media screen and (min-width: 769px) and (max-width: 960px) {
	/* お見舞い_タブレット　20230110追加 */
    .sympathy {
        position: relative;
        /* top: 160px;  */
    }
}
@media screen and (max-width: 768px) {
	/* お見舞い_sp　20230110追加 */
    .sympathy {
        position: relative;
        /* top: 100px;  */
    }
}

.contents .topMv {
    width: 100%;
    margin: auto;
    padding: 16.6% 13.75% 3.1% 0;
    background: url(/wp-content/themes/cas/img/mv/mv_top.png) left center no-repeat;
    background-size: 100% 100%;
    position: relative;
    text-align: right;
}
.contents .topMv__copy {
    /* font-size: 80px; */
    font-size: clamp(2.813rem, 4.7vw + 1rem, 5rem);
}
.contents .topMv__copy--en {
    /* font-size: 24px; */
    font-size: clamp(0.813rem, 0.5vw + 1rem, 1.438rem);
}
.contents .topMv__copy--small {
    font-size: 16px;
}
.contents .topMv__text {
    text-align: left;
    display: inline-block;
}
.heading02--En {
    font-size: 18px;
    padding-bottom: 28px;
}
.aboutSection {
    margin-top: 80px;
    padding-bottom: 80px;
}
.contents .heading02 {
    padding-bottom: 0;
}
.contents .aboutSection .btnlink--toUnder {
    font-size: 24px;
}
.contents .aboutSection__lead {
    margin-bottom: 48px;
}
.contents .aboutSection .sectionInner {
    position: relative;
}
.contents .aboutSection .aboutSection__Col:nth-child(2) {
    position: absolute;
    top: 10px;
    right: 0;
}
.contents .aboutSection .flexInnerWrap {
    margin-top: 20px;
}
.contents .topNewscenterBlock {
    margin-top: 30px;
    border-bottom: 1px solid #C5C7C8;
}
.contents .topNewscenterBlock:last-child {
    border-bottom: none;
    margin-bottom: 80px;
}
.contents .topNewscenterBlock__listlink {
    margin-top: 20px;
}
.contents .recruitBlock .flexWrap__col {
    margin-bottom: 0;
}
.contents .recruitBlock .recruitBlock__bnr {
    display: block;
    height: 200px;
    padding: 134px 0 0 20px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}
.contents .recruitBlock .recruitBlock__bnr--newgrad {
    background: url(/wp-content/themes/cas/img/top/top_recruit_01.png) no-repeat;
}
.contents .recruitBlock .recruitBlock__bnr--career {
    background: url(/wp-content/themes/cas/img/top/top_recruit_02.png) no-repeat;
}
.contents .snsBlock {
    padding-bottom: 80px;
}
.contents .snsBlock__col {
    max-width: 472px;
}
.contents .snsBlock__col.flexWrap__col {
    margin-bottom: 0;
}
.contents .snsBlock__bnr {
    display: block;
    height: 82px;
    border: 1px solid #C5C7C8;
}
.contents .snsBlock__bnr span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    height: 100%;
}
.contents .snsBlock__bnr span img {
    display: inline-block;
    margin-right: 18px;
    max-width: 32px;
}
.contents .snsBlock__bnr:hover {
	text-decoration: none;
}
.contents .serviceBlock__bnrs {
    margin-top: 20px;
}
.contents .serviceBlock__bnrs .flexWrap__col {
    width: auto;
}
.contents .serviceBlock__menu {
    background: #fff;
    padding: 30px 97px;
    display: flex;
    justify-content: center;
}
.contents .serviceBlock__menu__col {
    width: 50%;
}
.contents .serviceBlock__menu__col:not(:first-child) {
    margin-left: 20px;
}
.contents .serviceBlock__menu__heading {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    padding-bottom: 9px;
}
.contents .serviceBlock__menu__inner:not(:last-child) {
    padding-bottom: 20px;
}
.contents .serviceBlock__menu__heading img {
    margin-right: 16px;
}
.contents .serviceBlock__menu__list__item {
    padding: 0;
}
.contents .serviceBlock__menu__list__item a {
    font-size: 16px;
    padding-top: 9px;
    padding-bottom: 8px;
    border-bottom: 1px solid #E4E5E6;
    text-indent: 1em;
}
.contents .serviceBlock__menu__list__item .textlink--outer {
    display: block;
}
.contents .serviceBlock__menu__list__item .textlink--outer::after {
    position: absolute;
    right: 1em;
    top: 0;
    bottom: 0;
    margin: auto;
}

.battery {
	padding-top: 2em;
	padding-bottom: 2em;
}
.battery a {
	display: block;
	margin: auto;
	padding: 1em;
	text-align: center;
	border: 1px solid #c5c7c8;
	font-size: 90%;
	color: #6f6f6f;
	width: 80%;
	max-width: 800px;
}
.battery a:hover {
	text-decoration: none;
}
@media screen and (max-width: 768px) {
    .js-accordion-content-sp {
        display: none;
    }

    .contents .topMv {
        max-width: none;
        margin: auto;
        padding: 75.75% 20px 15%;
        background: url(/wp-content/themes/cas/img/mv/mv_top-sp.png) top no-repeat;
        background-size: cover;
        text-align: center;
    }
    .contents .topMv__copy {
        font-size: 60px;
    }
    .contents .topMv__copy--en {
        font-size: 20px;
    }
    .contents .topMv__text {
        text-align: center;
    }
    .heading02--En {
        font-size: 18px;
        padding-bottom: 28px;
    }

    .aboutSection {
        margin-top: 40px;
        padding-bottom: 40px;
    }
    .contents .aboutSection__lead {
        margin-bottom: 28px;
    }
    .contents .aboutSection__Col:nth-child(2) {
        text-align: right;
    }
    .contents .aboutSection .aboutSection__Col:nth-child(2) {
        position: static;
    }
    .contents .aboutSection .btnlink--toUnder {
        font-size: 18px;
    }

    .contents .topNewscenterBlock .flexWrap__col > a:nth-child(1) {
        width: 32.5%;
        height: 100%;
    }
    .contents .topNewscenterBlock .flexWrap__col > div:nth-child(2) {
        width: 67.5%;
        margin-left: 16px;
    }
    .contents .serviceBlock__menu {
        padding: 30px 20px;
        display: block;
    }
    .contents .serviceBlock__menu__heading {
        position: relative;
    }
    .contents .serviceBlock__menu__heading::after {
        display: inline-block;
        content: '';
        width: 8px;
        height: 8px;
        border: 1px solid #5c5a5a;
        border-bottom: none;
        border-left: none;
        margin: auto;
        position: absolute;
        top: 0;
        right: -20px;
        bottom: 12px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .contents .js-accordion-trigger-sp.open .serviceBlock__menu__heading::after {
        bottom: 6px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .contents .serviceBlock__menu__heading img {
        width: auto;
        margin-right: 16px;
    }
    .contents .serviceBlock__menu__col {
        width: auto;
    }
    .contents .serviceBlock__menu__col:not(:first-child) {
        margin-left: 0;
        margin-top: 30px;
    }
    .contents .serviceBlock__menu__list__item a {
        padding-right: 35px;
        text-indent: 0;
    }
    .contents .serviceBlock__menu__list__item .textlink--outer::after {
        right: 0;
    }
    .contents .serviceBlock__bnrs .flexWrap__col {
        width: auto;
        margin-bottom: 16px;
    }
    .contents .serviceBlock__bnrs .flexWrap__col a {
        height: 100%;
        display: block;
        font-size: 0;
    }
    .contents .recruitBlock .recruitBlock__bnr {
        height: 114px;
        background-size: cover;
        padding-top: 63px;
        padding-left: 17px;
    }
    .contents .recruitBlock .flexWrap__col {
        margin-bottom: 20px;
    }
    .contents .snsBlock__bnr span img {
        width: 32px;
    }
    .contents .snsBlock {
        padding-bottom: 40px;
    }
    .contents .snsBlock__col.flexWrap__col {
        margin-bottom: 18px;
    }
    
    .battery a {
        width: 80%;
        max-width: 300px;
    }
}


/*スライダー調整

.xo-slider .swiper-wrapper {
    align-items: baseline;
}

.swiper-container .swiper-pagination {
    margin-top: 38px;
    padding-bottom: 20px;
    position: unset;
}

.swiper-container .swiper-button-next {
    right: 39%;
}

.swiper-container .swiper-button-prev {
    left: 39%;
}

.swiper-container .swiper-button-next:after {
    content: url(/wp-content/themes/cas/img/top/icon-next.png);
}

.swiper-container .swiper-button-prev:after {
    content: url(/wp-content/themes/cas/img/top/icon-prev.png);
}

.swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
    bottom: 2%;
    top: auto;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #6F6F6F;
}

.swiper-slide.mime-type-image.swiper-slide-active {
    width: 62%!important;
    transition: 0.3s ease-in-out;
}

@media screen and (max-width: 1040px) {
    .swiper-container .swiper-button-next {
        right: 35%;
    }
    
    .swiper-container .swiper-button-prev {
        left: 35%;
    }
    
}

@media screen and (max-width: 768px) {
    .swiper-container .swiper-button-next {
        right: 14%;
    }
    
    .swiper-container .swiper-button-prev {
        left: 14%;
    }
}*/

/* スライダー改修

.xo-slider {
    margin-top: 48px;
}*/

.contents .sectionBlock.serviceBlock {
    overflow: hidden;
	padding-top:110px;
}


/* .xo-slider .swiper-container {
    overflow: visible!important;
}

.swiper-slide.mime-type-image.swiper-slide-prev {
    width: 57%;
    display: flex;
    align-items: flex-end;
}

.swiper-slide.mime-type-image.swiper-slide-next {
    width: 57%;
    display: flex;
    align-items: flex-end;
}

.xo-slider-template-simple .swiper-wrapper {
    height: 280px;
} */



@media screen and (max-width: 768px) {
	
	/* .contents .sectionBlock.serviceBlock {
	    padding-top:40px;
    }

    .xo-slider .swiper-container {
        overflow: hidden!important;
    }


    .swiper-slide.mime-type-image.swiper-slide-active {
        margin-right: 8px!important;;
    }

.swiper-slide.mime-type-image.swiper-slide-prev {
    width: 56%;
    margin-right: 8px!important;;
}

.swiper-slide.mime-type-image.swiper-slide-next {
    width: 56%;
}

.xo-slider {
    margin: 0 -20px;
}

.xo-slider-template-simple .swiper-wrapper {
    height: 94px;
}

.swiper-container .swiper-pagination {
    margin-top: 20px;
}

.swiper-container .swiper-button-next {
    right: 16%;
}

.swiper-container .swiper-button-prev {
    left: 16%;
} */


}
