/* CSS Document */
/*---------ヘッダー透過---------------------------*/
header:not(.scrolled) .header__container{
    background: rgba(255,255,255,0);
}

/*========================
サービス案内
========================*/
/*---------見出しの位置調整---------------------------*/
.blurtxt_wrap {
    margin: 0 auto min(30vw,70px);
}
.blurtxt_wrap .h2_faq {
    top: auto;
    font-size: min(8.5vw,36px);
    bottom: min(3vw,15px);
}
/*---------右上の四角---------------------------*/
body{
    overflow: hidden;/*はみ出し防止*/
}
.art_servicehead .blurtxt_wrap::after{
    content: "";
    display: block;
    width: 25.7vw;
    height: min(33.3vw,500px);
    background: #e9e9e9;
    position: absolute;
    right: -4vw;
    top: calc(-120px - 20px);
    -ms-filter: blur(4px);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    transform: skewX(15deg);
    z-index: -1;
}
.art_servicehead .blurtxt{
    text-align: left;
}
/*========================
サービス案内
========================*/
.art_servicehead{
    margin-bottom: min(20vw,120px);
}
.service_list{
    display: flex;
    justify-content: center;
    width: min(90%,1200px);
    margin: 0 auto;
    flex-wrap: wrap;
}
.service_item {
    width: calc(100% / 3);
    margin-bottom: min(13vw,80px);
}
.service_img_wrap {
    margin-bottom: min(12vw,65px);
    padding-right: 18px;
    position: relative;
    transition: transform ease 200ms, opacity ease 200ms;
    transition-delay: 200ms;
    transform: translateY(30px);
    opacity:0;
}
.service_img_wrap.moved{
    transform: translateY(0);    
    opacity:1;
}
.service_img {
    filter: drop-shadow(18px 15px 0px #ce132f);
    position: relative;
    z-index: 2;
}
.service_img img{
    clip-path: polygon(0 0, 88% 0, 100% 100%, 12% 100%);    
}
.service_img::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    border: 3px solid #ce132f;
    width: calc(89% - 6px);
    aspect-ratio: 25/17;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: skewX(10.8deg);
}
.service_img_wrap::after {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: #ce132f;
    position: absolute;
    bottom: -35px;
    left: calc(50% + 25px);
    clip-path: polygon(0 0, 100% 100%, 90% 0);
}
.service_m_cont {
    padding-left: 12.5%;
    text-align: center;
    padding-right: 18px;
}
.service_m_name {
    font-size: min(7vw,28px);
    line-height: 120%;
    margin-bottom: min(3vw,18px);
    position: relative;
    transition: all ease 200ms;
    transform: scaleX(0);
    transform-origin: left;
}
.service_m_name::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #d6132f;
    transition: all ease 200ms;
    transition-delay: 200ms;
}
.service_m_name.moved {
    transform: scaleX(1);
}
.service_m_name.moved::before{
    transform: scaleX(0);
    transform-origin: right;
}
.service_m_txt {
    margin-bottom: min(4vw,30px);
}
.anchor_link_wrap{
    width: min(100%,280px);
    margin: 0 auto;
    transition: all ease 300ms;
}
.link_btn.anchor_link {    
    font-size: min(5vw,22px);
    width: 100%;
    border-radius: 40px;
    background: #fff;
    color: #d6132f;
    border-width: 3px;
    box-shadow: 5px 5px 0 0;
    padding: min(4vw,1em) min(4.5vw,1.2em) min(4vw,1em) 0;
    position: relative;
}
.anchor_link_wrap:hover{
    transform: translate(5px,5px);
}
.link_btn.anchor_link:hover{
    box-shadow: 0px 0px 0 0;
    background-color: #d6132f;
    color: #fff;
    border-color: #d6132f;
}
.link_btn.anchor_link::after{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 1em;
}
@media screen and (max-width: 800px) {
.service_item {
    width: min(90%,500px);
}
}

/*========================
サービス案内
========================*/
.art_self {
    position: relative;
    justify-content: space-between;
}
.self_inr{
    background: #ce132f;
    padding-bottom: min(15vw,140px);
}
.art_self:nth-of-type(2n-1) .self_inr{
    background: linear-gradient(to bottom, rgba(214,239,249,1) 0%,rgba(214,239,249,0) 71vw);
}
.self_head {
    margin-bottom: min(13vw,90px);
}
.self_head_inr {
    position: relative;
    justify-content: space-between;
}
.art_self:nth-of-type(2n-1) .self_head_inr {
    flex-direction: row-reverse;
}
.self_img_wrap {
    width: 57%;
/*    aspect-ratio: 1/1;*/
    max-height: 610px;
    transition: clip-path ease 300ms;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    margin-top: max(-80px,-6vw);
}
.art_self:nth-of-type(2n-1) .self_img_wrap {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.art_self:nth-of-type(n) .self_img_wrap.moved {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.self_img {
    overflow: hidden;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
}
.art_self:nth-of-type(2n-1) .self_img {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%);
}

@media screen and (min-width: 1101px){
.art_self:nth-of-type(2n-1) .self_ttl_wrap {
    padding-left: calc(calc(100% - 1100px)/2);
}
}
.art_self:nth-of-type(2n-1) .self_ttl_wrap {
    margin-top: min(11vw,120px);
    padding-right: 0;
}
.self_ttl_wrap.moved {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.self_ttl_wrap {
    width: 41%;
    margin-top: min(11vw,110px);
    padding-right: 2.5%;
    transition: clip-path ease 300ms;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
:where(.art_selfwipe) .self_ttl_wrap {
    width: 43%;
}
.self_subttl {
    width: fit-content;
    line-height: 120%;
    letter-spacing: 3.5px;
    background: #fff;
    font-weight: bold;
    margin-bottom: min(2vw,12px);
    padding: min(1.5vw,8px) min(3.5vw,17px);
    font-size: min(3vw,24px);
}
.self_ttl {
    margin-bottom: min(7vw,45px);
}
.self_ttl_inr{
    width: fit-content;
    line-height: 120%;
    letter-spacing: 2.5px;
    font-size: min(7.5vw,52px);
    background: #fff;
    padding: min(2vw,10px) min(4vw,15px);
    margin-bottom: min(2.5vw,15px);
}
.self_txt {
    line-height: 200%;
}
@media screen and (max-width:860px) {
.self_ttl_wrap {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
}
.self_img_wrap {
    width: 95%;
    aspect-ratio: auto;
}
.art_self:nth-of-type(n) .self_img{
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
}

/*---------背景色---------------------------*/

.art_self:nth-of-type(2n-1) .self_subttl,
.art_self:nth-of-type(2n-1) .self_ttl_inr{
    background: #ce132f;
    color: #fff;
}
.art_self:nth-of-type(2n){
    background: #fff;
    color: #ce132f;
}

/*========================
各コンテンツ
========================*/
.self_contents {
    width: 100%;
    padding: 0 5%;
    margin: 0 auto min(20vw,140px);
    transition: all ease 200ms;
}
.self_contents:last-child {
    margin-bottom: 0;
}
.self_contents.move {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.self_contents.moved {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.self_c_ttl {
    font-size: min(7.5vw,43px);
    letter-spacing: min(1vw,6px);
    line-height: 120%;
    margin-bottom: min(6vw,25px);
    text-align: center;
}
/*========================
SERVICE　テーブル
========================*/
.self_tbl {
    width: min(100%,870px);
    margin: 0 auto;
}
.tr:not(:last-child) {
    border-bottom: 1px solid #c3c3c3;
}
.tr .th, .tr .td {
    padding: min(5vw,1.5em) min(4vw,1em) min(5vw,1.5em) 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    font-size: 112.5%;
}
.tr .th {
    width: 8em;
    min-width: 8em;
    font-weight: bold;
}
.self_tbl .tr{
    flex-wrap: nowrap;
}
.self_tbl .taglist {
    padding: 5px 8px;
    line-height: 100%;
    background: #f3e521;    
    margin: 4px;
}
.self_tbl .taglist:nth-of-type(4n-3){
    background:#f3e521;
}
.self_tbl .taglist:nth-of-type(4n-2){
    background:#ce132f;
    color: #fff;
}
.self_tbl .taglist:nth-of-type(4n-1){
    background:#008945;
    color: #fff;
}
.self_tbl .taglist:nth-of-type(4n){
    background:#0071b3;
    color: #fff;
}
/*========================
スライダー
========================*/
.slider_wrap {
    width: min(96%,1190px);
    margin: min(8vw,50px) auto 0;
    padding-bottom: min(8vw,50px);
}
.service_slide{
    position: relative;
    padding: min(5vw,20px) min(5vw,35px) min(5vw,20px) min(5vw,25px);
}
.slide_num {
    font-size: min(12vw,45px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    line-height: 100%;
    letter-spacing: 3.5px;
    font-weight: bold;
    transition: opacity 200ms ease,transform 200ms ease;
    transition-delay: 600ms;
    opacity: 0;
    transform: translateY(30px);
}
.slider_wrap.moved .slide_num{
    opacity: 1;
    transform: translateY(0);    
}
.slide_img {
    margin-bottom: min(2.5vw,15px);
    overflow: hidden;
}
.slider_wrap.move .slide_img img{
    transition: opacity 300ms ease,transform 300ms ease,filter 300ms ease;
    transition-delay: 300ms;
    opacity: 0;
    transform: scale(1.4);
    filter: blur(10px);
}
.slider_wrap.moved .slide_img img{
    opacity: 1;
    transform: scale(1);
    filter: blur(0);  
}
.slide_name {
    font-weight: bold;
    font-size: min(5.5vw,20px);
    line-height: 160%;
    margin-bottom: min(2vw,10px);
}
.slide_txt {
    line-height: 200%;
}
/*---------UI---------------------------*/
.slider_wrap .slick-dots li button:before {
    font-size: min(3vw,15px) !important;
}
.slider_wrap .slick-dots li.slick-active button:before{
    color: #ce132f;
    opacity: 1;
}
.slider_wrap.bg_red .slick-dots li.slick-active button:before{
    color: #fff;
    opacity: 1;
}
.slider_wrap .slick-arrow {
    width: auto;
    height: auto;
    transition: all ease 200ms;
}
.slider_wrap .slick-arrow:hover{
    opacity: 0.75;
}
.slider_wrap .slick-prev{
    left:calc(-2% - min(5vw,45px));
}
.slider_wrap .slick-next{
    right:calc(-2% - min(5vw,45px));    
}
.slider_wrap .slick-arrow:before {
    content:"";
    background: #ce132f url(../img/common/ico_arw_slide.svg) no-repeat center / 100% 100%;
    display: block;
    width: min(5vw,45px);
    aspect-ratio: 1/1;
    opacity: 1;
    border-radius: 50%;
}
.slider_wrap.bg_red .slick-arrow:before{
    background: #fff url(../img/common/ico_arw_slide_red.svg) no-repeat center / 100% 100%;    
}
.slider_wrap .slick-next:before{
    transform: rotate(180deg);
}
@media screen and (max-width:650px) {
.slider_wrap .slick-arrow,
.slider_wrap .slick-arrow:hover{
    background: #d6132f;
    width: 7vw;
    height: 80px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 0 10px 10px 0;
}
.slider_wrap .slick-next,
.slider_wrap .slick-next:hover{    
    border-radius: 10px 0 0 10px;
}
.slider_wrap.bg_red .slick-arrow,
.slider_wrap.bg_red .slick-arrow:hover{
    background: #fff;
        
    }
}
/*========================
拭き上げ場サービス
========================*/
.wipe_s_head {
    margin-bottom: min(4vw,35px);
    justify-content: space-between;
    align-items: flex-end;
    transition: all ease 200ms;
}
.wipe_s_head.move{
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.wipe_s_head.moved{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.wipe_service_list {
    width: min(100%,1100px);
    margin: min(10vw,100px) auto 0;
}
.wipe_service_item {
    margin-bottom: min(10vw,105px);
}

.wipe_ttl_wrap {
    align-items: flex-end;
}
.wipe_num {
    font-style: italic;
    font-weight: bold;
    line-height: 100%;
    font-size: min(13vw,100px);
    margin-right: min(6vw,35px);
}
.wipe_ttl {
    line-height: 120%;
    font-size: min(6vw,32px);
    margin-bottom: min(3vw,20px);
    position: relative;
}
.wipe_ttl::before {
    content: "";
    display: block;
    width: 100%;
    height: calc(min(6vw,32px) + 2px);
    background: #d6132f;
    transition: all ease 200ms;
    transition-delay: 300ms;
    transform: scale(1,1);
    transform-origin: top right;
    position: absolute;
    top: 0;
    right: 0;
}
.wipe_s_head.moved .wipe_ttl::before{
    transform: scale(0,1);
}
.wipe_txt {
    width: calc(100% - min(7vw,60px) - min(6vw,35px) - min(58.5vw,290px));
    margin-bottom: 20px;
}
.wipe_photo_list {
    display: flex;
    justify-content: center;
}
.wipe_photo {
    padding: 0 2px;
    overflow: hidden;
}
.wipe_photo img{
    transition: all ease 300ms;
    transition-delay: 300ms;
    transform: scale(1.4);
    filter: blur(10px);
    opacity: 0;
}
.wipe_photo_list.moved .wipe_photo img{
    transform: scale(1);
    filter: blur(0);
    opacity: 1;
}
@media screen and (max-width:800px) {
.wipe_ttl_wrap {
    align-items: center;
}
.wipe_ttl {
    margin-bottom: 0;
}
.wipe_txt {
    width: 100%;
    margin: min(3vw,20px) 0 0;
}
}