@charset "UTF-8";


/*-------------------------------------------

    0. anker--reset
    1. anker--title
    2. anker--type01
    3. anker--type02
    4. anker--type03

    -------------------------------------------*/


/* anker--reset
----------------------------------------------------------------*/





/* anker--type01
----------------------------------------------------------------*/

.edit-area.type01 {
    margin-bottom: 110px;
}
.edit-area.type01 .inner {}
.edit-area.type01 h2 {
    margin: 0 auto 70px;
    text-align: center;
}
.edit-area.type01 .h-style01:after {
    right: 0;
    margin: 0 auto;
}

.edit-area.type01 .photo-set {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc( ( (100% - 1080px) / 2 ) + 1080px );
    margin-bottom: 90px;
}

.edit-area.type01 .photo-set:nth-of-type(odd) {
    margin: 0 0 90px auto;
}

.edit-area.type01 .photo-set .photo-side {
    width: 60%;
}
.edit-area.type01 .photo-set:nth-of-type(odd) .photo-side {
    order: 2;
}

.edit-area.type01 .photo-set .photo-side img {
    width: 100%;
}
.edit-area.type01 .photo-set .text-side {
    width: 32%;
}
.edit-area.type01 .photo-set .text-side h3 {
    font-weight: 500;
    font-size: 30px;
    color: #b20000;
    margin-bottom: 34px;
    line-height: 1.6;
}
.edit-area.type01 .photo-set .text-side p {
    font-weight: normal;
    font-size: 18px;
    line-height: 2;
}

/* ~sp */
@media screen and (max-width: 767px) {
    .edit-area.type01 {
    margin-bottom: 70px;
}
    .edit-area.type01 .inner {}
    .edit-area.type01 h2 {
    margin-bottom: 36px;
}
    .edit-area.type01 .h-style01:after {}
    .edit-area.type01 .photo-set {
    width: 100%;
    flex-direction: column;
    margin-bottom: 50px;
}
    .edit-area.type01 .photo-set:nth-of-type(even) {
    margin-bottom: 50px;
}
    .edit-area.type01 .photo-set .photo-side {
    width: 100%;
    margin-bottom: 20px;
}
    .edit-area.type01 .photo-set:nth-of-type(even) .photo-side {
    order: 0;
}
    .edit-area.type01 .photo-set .photo-side img {}
    .edit-area.type01 .photo-set .text-side {
    width: 90%;
    margin: 0 auto;
}
    .edit-area.type01 .photo-set .text-side h3 {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 1.4;
}
    .edit-area.type01 .photo-set .text-side p {
    font-size: 16px;
    line-height: 1.8;
}
}












/* anker--type02
----------------------------------------------------------------*/

.edit-area.type02 {
    padding-bottom: 180px;
    position: relative;
    margin-bottom: 110px;
}
.edit-area.type02:before,
.edit-area.type02:after {
    content: "";
    width: 0;
    height: calc(100% - 260px);
    position: absolute;
    bottom: 0;
    z-index: 0;
}
.edit-area.type02:before {
    width: 30%;
    left: 0;
    background-color: #F3F4F5;
}
.edit-area.type02:after {
    width: 70%;
    right: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../../common/img/parts/gradient-pattern01.svg);
    background-size: cover;
}
.edit-area.type02 .inner {
    z-index: 1;
}
.edit-area.type02 h2 {
    width: calc( ( (100% - 1080px) / 2 ) + 1080px );
    margin: 0 0 36px auto;
}
.edit-area.type02 .slider-outer.mySwiper {
    position: relative;
    width: calc( ( (100% - 1080px) / 2 ) + 1080px );
    margin: 0 0 0 auto;
    overflow: hidden;
    padding-bottom: 80px;
    margin-bottom: 120px;
}
.edit-area.type02 .slider-outer.mySwiper .swiper-wrapper {
    width: calc( ( 100vw / 3.2 ) * 4 );
}
.edit-area.type02 .slider-outer.mySwiper .swiper-slide {
width: calc( 100vw / 3.2 ) !important;
}
.edit-area.type02 .slider-outer.mySwiper .swiper-pagination {
    top: auto;
    bottom: 0;
    max-width: 1080px;
    background-color: #FFF;
}
.edit-area.type02 .slider-outer.mySwiper .swiper-pagination-progressbar-fill {
    background-color: #000;
}
/* .edit-area.type02 .slider:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
} */
.edit-area.type02 .swiper-wrapper .item {
    width: calc( 100vw / 3.2 );
    /* float: left; */
    display: inline-block;
    padding: 0 10px;
    box-sizing: border-box;
}
.edit-area.type02 .swiper-wrapper .item img {
    width: 100%;
}
.edit-area.type02 .swiper-wrapper .item dl {
    background: #FFF;
    padding: 24px 36px;
    box-sizing: border-box;
}
.edit-area.type02 .swiper-wrapper .item dl dt {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 14px;
    border-bottom: solid 1px #DCDCDC;
    margin-bottom: 20px;
}
.edit-area.type02 .swiper-wrapper .item dl dd {
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
}


/* hover */
@media screen and (min-width: 1024px) {}

/* ~ipad pro */
@media screen and (max-width: 1024px) {}

/* ~sp */
@media screen and (max-width: 767px) {
    .edit-area.type02 {
    padding-bottom: 90px;
    margin-bottom: 90px;
}
    .edit-area.type02:before,
    .edit-area.type02:after {}
    .edit-area.type02:before {}
    .edit-area.type02:after {}
    .edit-area.type02 .inner {}
    .edit-area.type02 h2 {
    width: 95%;
}
    .edit-area.type02 .slider-outer.mySwiper {
    width: 95%;
    padding-bottom: 40px;
    margin-bottom: 60px;
}
    .edit-area.type02 .slider-outer.mySwiper .swiper-wrapper {
    width: calc( ( 100vw / 1.2 ) * 4 );
    padding-bottom: 0px;
}
    .edit-area.type02 .slider-outer.mySwiper .swiper-slide {
    width: calc( 100vw / 1.2 ) !important;
}
    .edit-area.type02 .slider .item img {}
    .edit-area.type02 .slider .item dl {}
    .edit-area.type02 .slider .item dl dt {}
    .edit-area.type02 .slider .item dl dd {}
}











/* anker--type03
----------------------------------------------------------------*/

.edit-area.type03 {
    margin-bottom: 66px;
}
.edit-area.type03 .btn-style01 {
    max-width: 425px;
    margin: 0 auto;
}
.edit-area.type03 .btn-style01 a {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #b20000;
    border: solid 2px #b12323;
    padding: 28px 0;
}

.edit-area.type03 .btn-style01 a:hover {
    opacity: .7;
}


/* ~sp */
@media screen and (max-width: 767px) {
    .edit-area.type03 {}
    .edit-area.type03 .btn-style01 {
    width: 90%;
}
    .edit-area.type03 .btn-style01 a {
    padding: 24px;
}
}

