<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";


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

    0. anker--common
    1. anker--detail
    2. anker--merit
    3. anker--other

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





/* anker--common
----------------------------------------------------------------*/




/* anker--detail
----------------------------------------------------------------*/

.edit-area.detail {
    background-color: #F7F7F7;
    padding: 100px 0;
}
.edit-area.detail .inner {}
.edit-area.detail .box {}
.edit-area.detail .box .t_center {
    text-align: center;
    margin-bottom: 40px;
}
.edit-area.detail .box .t_center img {
    max-width: 400px;
}
.edit-area.detail .box .h_style04 {
    color: #90B90C;
    margin-bottom: 0;
}
.edit-area.detail .box .h_style04 .sizel {
    font-size: 30px;
}
.edit-area.detail .box p {
    max-width: 840px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 30px;
}

@media screen and (max-width: 767px) {
    .edit-area.detail {
    padding: 60px 0;
}
    .edit-area.detail .inner {}
    .edit-area.detail .box {}
    .edit-area.detail .box .t_center {
    margin-bottom: 32px;
}
    .edit-area.detail .box .t_center img {
    width: 70%;
}
    .edit-area.detail .box .h_style04 {
    margin-bottom: 0;
}
    .edit-area.detail .box .h_style04 .sizel {
    font-size: 20px;
    text-align: left;
    line-height: 30px;
}
    .edit-area.detail .box p {
    font-size: 14px;
    line-height: 29px;
}
}







/* anker--merit
----------------------------------------------------------------*/

.edit-area.merit {
    padding: 100px 0;
}
.edit-area.merit .inner {}
.edit-area.merit .h_style04 {}
.edit-area.merit .photo-set {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 0 auto;
    margin-left: calc( ( 100% - 1080px ) / 2 );
    align-items: center;
    position: relative;
    margin-bottom: 40px;
}
.edit-area.merit .photo-set .photo-side {
    position: relative;
    padding: 10px 0 10px 10px;
    width: 54%;
}
.edit-area.merit .photo-set .photo-side:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: #9fc239;
    background: -moz-linear-gradient(-45deg, #9fc239 0%, #3ac0ba 100%);
    background: -webkit-linear-gradient(-45deg, #9fc239 0%, #3ac0ba 100%);
    background: linear-gradient(135deg, #9fc239 0%, #3ac0ba 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9fc239', endColorstr='#3ac0ba', GradientType=1);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.edit-area.merit .photo-set .photo-side img {
    /* max-width: 730px; */
    width: 100%;
    height: 590px;
}
.edit-area.merit .photo-set .text-side {
    position: relative;
    width: 36%;
}
.edit-area.merit .photo-set .text-side .box {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.edit-area.merit .photo-set .text-side .sub {
    color: #ADADAD;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.edit-area.merit .photo-set .text-side .h_style05 {
    margin-bottom: 20px;
}
.edit-area.merit .photo-set .text-side .p_style01 {}
.edit-area.merit .photo-set .text-side ul {
    margin-top: 20px;
    width: 80%;
}
.edit-area.merit .photo-set .text-side ul li {
    font-size: 10px;
    color: #90B90C;
    border: solid 1px #90B90C;
    display: inline-block;
    padding: 8px 14px;
    border-radius: 100px;
    margin: 0 8px 8px 0;
}


.edit-area.merit .photo-set:nth-of-type(even) {
    margin-left: 0;
    margin-right: calc( ( 100% - 1080px ) / 2 );
}
.edit-area.merit .photo-set:nth-of-type(even) .photo-side {
    padding: 10px 10px 10px 0;
}
.edit-area.merit .photo-set:nth-of-type(even) .photo-side:after {}
.edit-area.merit .photo-set:nth-of-type(even) .text-side {
    position: absolute;
    right: 0;
}

.edit-area.merit .photo-set:nth-of-type(odd) {}
.edit-area.merit .photo-set:nth-of-type(odd) .photo-side {
    order: 2;
}



/* ~1100px */
@media screen and (max-width: 1100px) {
    .edit-area.merit {}
    .edit-area.merit .inner {}
    .edit-area.merit .h_style04 {}
    .edit-area.merit .photo-set {
    margin: 0;
    flex-direction: column;
}
    .edit-area.merit .photo-set .photo-side {
    width: 96%;
    margin: 0 0 40px auto;
}
    .edit-area.merit .photo-set .photo-side:after {}
    .edit-area.merit .photo-set .photo-side img {
    height: 240px;
}
    .edit-area.merit .photo-set .text-side {
    width: 94%;
    margin: 0 auto 80px;
}
    .edit-area.merit .photo-set .text-side .box {}
    .edit-area.merit .photo-set .text-side .sub {}
    .edit-area.merit .photo-set .text-side .h_style05 {}
    .edit-area.merit .photo-set .text-side .p_style01 {}
    .edit-area.merit .photo-set .text-side ul {}
    .edit-area.merit .photo-set .text-side ul li {}

    .edit-area.merit .photo-set:nth-of-type(even) {
    margin: 0 auto;
}
    .edit-area.merit .photo-set:nth-of-type(even) .photo-side {
    margin: 0 auto 40px 0;
}
    .edit-area.merit .photo-set:nth-of-type(even) .photo-side:after {}
    .edit-area.merit .photo-set:nth-of-type(even) .text-side {
    position: static;
    right: auto;
}

    .edit-area.merit .photo-set:nth-of-type(odd) {}
    .edit-area.merit .photo-set:nth-of-type(odd) .photo-side {
    order: unset;
}
}

/* ~sp */
@media screen and (max-width: 767px) {
    .edit-area.merit {
    padding: 60px 0;
}
    .edit-area.merit .inner {}
    .edit-area.merit .h_style04 {
    width: 90%;
    margin: 0 auto 20px;
}
    .edit-area.merit .photo-set {}
    .edit-area.merit .photo-set .photo-side {
    width: 92%;
}
    .edit-area.merit .photo-set .photo-side:after {}
    .edit-area.merit .photo-set .photo-side img {}
    .edit-area.merit .photo-set .text-side {
    width: 90%;
    margin-bottom: 40px;
}
    .edit-area.merit .photo-set .text-side .box {}
    .edit-area.merit .photo-set .text-side .sub {
    font-size: 16px;
}
    .edit-area.merit .photo-set .text-side .h_style05 {
    margin-bottom: 8px;
}
    .edit-area.merit .photo-set .text-side .p_style01 {}
    .edit-area.merit .photo-set .text-side ul {
    width: 100%;
    font-size: 0;
}
    .edit-area.merit .photo-set .text-side ul li {
    margin: 0 6px 6px 0;
}

    .edit-area.merit .photo-set:nth-of-type(even) {}
    .edit-area.merit .photo-set:nth-of-type(even) .photo-side {}
    .edit-area.merit .photo-set:nth-of-type(even) .photo-side:after {}
    .edit-area.merit .photo-set:nth-of-type(even) .text-side {}

    .edit-area.merit .photo-set:nth-of-type(odd) {}
    .edit-area.merit .photo-set:nth-of-type(odd) .photo-side {
    margin-bottom: 30px;
}
}













/* anker--other
----------------------------------------------------------------*/

.edit-area.other {
    padding: 100px 0;
    background-color: #F7F7F7;
}
.edit-area.other .inner {}
.edit-area.other ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.edit-area.other ul li {
    width: 23%;
}
.edit-area.other ul li a {
    display: block;
    color: #90B90C;
    text-decoration: none;
}
.edit-area.other ul li img {
    display: block;
    width: 100%;
    margin-bottom: 12px;
}
.edit-area.other ul li span {
    position: relative;
    padding-left: 20px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    display: block;
}
.edit-area.other ul li span:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: solid 2px #90B90C;
    border-right: solid 2px #90B90C;
    transform: rotate(45deg);
    position: absolute;
    top: 8px;
    left: 0;
    transition: all .3s;
}



.edit-area.other ul li a:hover {
    filter: brightness(106%);
}
.edit-area.other ul li a:hover span:before {
    left: 6px;
}

/* ~sp */
@media screen and (max-width: 767px) {
    .edit-area.other {
    padding: 60px 0;
}
    .edit-area.other .inner {}
    .edit-area.other ul {
    flex-direction: column;
}
    .edit-area.other ul li {
        width: 100%;
        margin-bottom: 30px;
    }
    .edit-area.other ul li:last-of-type {
        margin-bottom: 0;
    }
    .edit-area.other ul li a {}
    .edit-area.other ul li img {}
    .edit-area.other ul li span {}    
}







</pre></body></html>