@charset "UTF-8";

#mv_outer {
    background: #fff;
}


.entry_body>div.pb20, main section.pb20, main>div.pb20, #primary>div.pb20, aside>section.pb20, aside>div.pb20 {
    padding-bottom: 60px;
}

#concept2 + .contents_box01 {
    position: relative;
    padding-bottom: 0;
}



#org1 + .width_full .content_wrapper .inner_item_img a,
#org2 + .width_full .content_wrapper .inner_item_img a,
#org3 + .width_full .content_wrapper .inner_item_img a,
#org4 + .width_full .content_wrapper .inner_item_img a,
#org5 + .width_full .content_wrapper .inner_item_img a,
#org6 + .width_full .content_wrapper .inner_item_img a,
#org7 + .width_full .content_wrapper .inner_item_img a {
    pointer-events: none;
}
#org1 + .width_full .content_wrapper,
#org2 + .width_full .content_wrapper,
#org3 + .width_full .content_wrapper,
#org4 + .width_full .content_wrapper,
#org5 + .width_full .content_wrapper,
#org6 + .width_full .content_wrapper,
#org7 + .width_full .content_wrapper {
    padding: 0;
}


#org1 + .contents_box01,
#org2 + .contents_box01,
#org3 + .contents_box01,
#org4 + .contents_box01,
#org5 + .contents_box01,
#org6 + .contents_box01,
#org7 + .contents_box01 {
    margin-top: -7rem;
    z-index: 0;
}

@media (max-width: 768px) {
#org1 + .contents_box01,
#org2 + .contents_box01,
#org3 + .contents_box01,
#org4 + .contents_box01,
#org5 + .contents_box01,
#org6 + .contents_box01,
#org7 + .contents_box01 {
    margin-top: 0rem;
}
}


#service + .composite_box01 .inner_item {
    position: relative;
    padding-top: 3rem;
}
#service + .composite_box01 .heading {
    position: initial;
}

#service + .composite_box01 .heading.block_header_4 p {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 2%;
    left: 50%;
    font-weight: bold;
}

#service + .composite_box01:not(.block_images_13) .inner_item:nth-of-type(1):nth-last-of-type(3), #service + .composite_box01:not(.block_images_13) .inner_item:nth-of-type(2):nth-last-of-type(2), #service + .composite_box01:not(.block_images_13) .inner_item:nth-of-type(3):nth-last-of-type(1){
    width: 26%;
    margin-left: 11%;
}

#service + .heading.block_header_4 .h {
    padding: 0 2%;
}

.contents_btn01 .content_wrapper>a {
    background: none;
    color: #000;
    position: relative;
border-bottom: 1px solid #707070;
    text-align: center;
}

.contents_btn01 .content_wrapper>a::before,
.contents_btn01 .content_wrapper>a::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.contents_btn01 .content_wrapper {
    text-align: right;
}
.contents_btn01 a:hover {
    background: none;
    opacity: 0.6;
}

.contents_btn01 a:hover span{
    /*letter-spacing: 0.1em;*/
transition: 0.3s;
}

.contents_btn01 a span {
text-align: left;
transition: 0.3s;
 display: inline-block;
}

.contents_btn01 .content_wrapper>a::before {
    content: none;
}





/*-------event-------*/
.block_news_1 li p:nth-of-type(1):before {
       border-top: 1px solid #707070;
    border-right: 1px solid #707070;
}


/*----gallery-----*/
#gallery + .widget_gallery01 {
    background-image: none !important;
}

@media (min-width: 768px) {
#gallery + .widget_gallery01 .slick-track {
    justify-content: space-between;
    width: 100% !important;
}
}


/*-----blog----*/
#blog + .block_news_2 li {
    background: var(--i_sub2_color);
}

#blog + .block_news_2 {
    background-image: none !important;
}

#blog + .block_news_2 li p:nth-of-type(1):before, 
#blog + .widget_news02 li p:nth-of-type(1):before {
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
}

#blog + .block_news_2 ul li a:hover {
    background: #848484;
    color: #fff
}

#blog + .block_news_2 ul li a:hover p:nth-of-type(1):before, 
#blog + .block_news_2 ul li a:hover p:nth-of-type(1):before {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}




/*--------access-------*/
#access + .widget_shop01 .wrapper_item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    #access + .widget_shop01 .inner_item_img a{
        display: block;
        text-align: center;
    }
#access + .widget_shop01 .inner_item_txt .heading.block_header_4 {
    display: none !important;
}
#access + .widget_shop01 dl:nth-of-type(1) {
    border-top: none;
}

@media (max-width: 768px) {
    #access + .widget_shop01 .inner_item_img {
        width: 100% !important;
    }
    #access + .widget_shop01 .inner_item_txt {
        width: 100% !important;
    }
}


.contents_faq01 dt{
  position: relative;
    padding-right: 5rem;
margin-bottom: 0 !important;
  cursor: pointer;
}

.contents_faq01 dt:after {
  content: "";
  position: absolute;
  left: 97%;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #707070;
  border-right: solid 2px #707070;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.contents_faq01 dt.on:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.contents_faq01 dt:before, .contents_faq01 dd:before {
    background: none;
    color: #707070;
    font-weight: bold;
}


@media (max-width: 768px) {
    .contents_faq01 dt:after {
        left: 92%;
    }
}
.composite_box01 .inner_item_img img {
    object-fit: scale-down;
}
.composite_box01.block_images_1 a+.inner_item_txt {
	margin-top: 0px;
}
.contents_faq01 .wrapper_item {
    margin-bottom: 40px;
    font-weight: 600;
}