.download {
    font-size: min(calc((18/1040)*100vw), 18px);
    padding-bottom: 30px;
}
.download p {
    line-height: 2;
}
.download .head {
    margin-top: min(calc((30/1040)*100vw), 30px);
    margin-bottom: -10px;
    text-align: center;
}
@media screen and (max-width: 768px), print {
    .download {
      font-size:  calc((24/750)*100vw);
      padding-bottom: calc((70/750)*100vw);
    }
    .download .head {
      margin-top: calc((40/750)*100vw);
    }
}
.service-header {
    margin-top: min(calc((30/1040)*100vw), 30px);
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px 0 14px;
    background: #fff;
    font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
}
.service-header::before {
    content: "";
    display: block;
    width: 100%;
    height: calc((2/750)*100vw);
    background-image: linear-gradient(90deg, #18c8a5 0%, #91f44f 100%);
    position: absolute;
    bottom: 0;
  }
.service-title {
    display: flex;
    align-items: center;
}
.icon {
    width: 30px;
    height: 30px;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.icon img {
    width: 100%;
}
.service-title h2 {
    margin: 0;
    font-size: min(calc((22/1040)*100vw), 22px);
    font-weight: 600;
    color: #0d6b59;
    letter-spacing: 1px;
}
.divider {
    width: 1px;
    height: 24px;
    background: #cfcfcf;
    margin: 0 20px;
}
.service-desc {
    font-size: min(calc((14/1040)*100vw), 14px);
    color: #8a8a8a;
}
.brochure-list{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: flex-start;
    flex-wrap: wrap;
    margin-top: min(calc((25/1040)*100vw), 25px);
}
.brochure-card{
    position:relative;
    display:flex;
    align-items:center;
    width: 48%;
    text-decoration:none;
    color:#222;
    background:#fff;
    transition:.3s;
}
.brochure-card:hover{
    opacity: .6;
}
.brochure-card::before{
    content:"";
    position:absolute;
    top:50%;
    right:5px;
    width:12px;
    height:12px;
    border-top:2px solid #006b55;
    border-right:2px solid #006b55;
    transform:translateY(-50%) rotate(45deg);
}
.brochure-image{
    flex-shrink:0;
}
.brochure-image img{
    display:block;
    width:120px;
    height:120px;
    margin-right: 30px;
    object-fit:cover;
    border-radius:8px;
}
.brochure-content{
    flex:1;
}
.brochure-category{
    display:block;
    margin-bottom:4px;
    font-size: min(calc((14/1040)*100vw), 14px);
    font-weight:600;
    color:#006b55;
}
.brochure-content h3{
    margin-bottom:6px;
    color:#006b55;
    font-size: min(calc((20/1040)*100vw), 20px);
    font-weight:600;
    line-height:1.5;
}
.brochure-content p{
    font-size: min(calc((16/1040)*100vw), 16px);
    color:#222;
    line-height:1.8;
}
.list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: min(calc((15/1040)*100vw), 15px) 0 0;
    padding: 0;
}
.list li {
    width: 33.3%;
    margin: 0;
    padding: 15px 0 5px;
    list-style: none;
}
.list li:last-child {
    width: 66.6%;
}
.list li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-self: center;
    position: relative;
    color: #006b55;
    font-size: min(calc((17/1040)*100vw), 17px);
    font-weight: 700;
}
.list li img {
    width: 30px;
    margin-right: 15px;
}
.list li p {
    width: calc(100% - 45px);
}
.spacer {
    margin-top: min(calc((60/1040)*100vw), 60px);
}
.no-border {
    border-bottom: none;
    padding-bottom: 0;
}
@media screen and (max-width: 768px), print {
    .icon {
        width: calc((56/750)*100vw);
        height: calc((56/750)*100vw);
    }
    .service-header {
        flex-wrap: wrap;
    }
    .service-title h2 {
        font-size: calc((32/750)*100vw);
    }
    .divider {
        display: none;
    }
    .service-desc {
        font-size: calc((21/750)*100vw);
        margin: 5px 0 0 0;
    }
    .brochure-list{
        margin-top: calc((5/750)*100vw);
    }
    .brochure-card{
        flex-wrap: wrap;
        width: 100%;
        margin-top: calc((35/750)*100vw);
    }
    .brochure-card:hover{
        opacity: .6;
    }
    .brochure-card::before{
        right:3px;
        width:8px;
        height:8px;
    }
    .brochure-image{
        flex-shrink:0;
    }
    .brochure-image img{
        display:block;
        width:calc((185/750)*100vw);
        height:calc((185/750)*100vw);
        margin-right: calc((25/750)*100vw);
    }
    .brochure-content{
        flex:1;
    }
    .brochure-category{
        font-size: calc((20/750)*100vw);
    }
    .brochure-content h3{
        font-size: calc((30/750)*100vw);
    }
    .brochure-content p{
        font-size: calc((24/750)*100vw);
    }
    .list {
        margin: calc((15/750)*100vw) 0 0;
        padding: 0;
    }
    .list li {
        width: 100%;
        padding: calc((25/750)*100vw) 0 calc((5/750)*100vw);
    }
    .list li:last-child {
        width: 100%;
    }
    .list li a {
        font-size: calc((28/750)*100vw);
    }
    .list li img {
        width: calc((56/750)*100vw);
        margin-right: calc((15/750)*100vw);
    }
    .list li p {
        width: calc(100% - 45px);
    }
    .list li a::before{
        right:3px;
        width:8px;
        height:8px;
    }
    .spacer {
        margin-top: calc((70/750)*100vw);
    }
}
.doc dl {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: stretch;
    margin: 0;
}
.doc dl dd {
    width: 48%;
    border: 1px solid #006b55;
    padding: 0;
    margin: min(calc((25/1040)*100vw), 25px) 0 0;
}
.doc dl dd .text {
    padding: min(calc((15/1040)*100vw), 15px) 3.5% min(calc((25/1040)*100vw), 25px);
    background: #F8F8F8;
}
.text p {
    font-size: min(calc((16/1040)*100vw), 16px);
    line-height: 2;
    text-align: center;
}
.doc ul li {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: -5px;
}
.doc ul li a::before {
    width: 0;
    height: 0;
    display: none;
}
.doc dl dd a.btn {
    display: block;
    background: linear-gradient(
        90deg,
        #11c2a1 0%,
        #76d13e 100%
    );
    color: #fff;
    padding: 5px 5px 6px;
    text-align: center;
    font-size: min(calc((14/1040)*100vw), 14px);
    width: 86%;
    max-width: 280px;
    margin: 15px auto 5px;
    border-radius: 50px;
}
.doc dl dd a.btn span {
    position: relative;
}
.doc dl dd a.btn span::before{
    content:"";
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    right:-20px;
    width:16px;
    height:16px;
    background: url(../img/download.png) center center no-repeat;
    background-size: contain;
}
.back-to-top{
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 30px;
    border-radius: 999px;
    background: #006b55;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    opacity: 0;
    pointer-events: none;
    transition:
        opacity .45s ease,
        transform .45s ease;
}
.back-to-top.show{
    opacity: 1;
    pointer-events: auto;
}
.back-to-top::before{
    content: "▲";
    font-size: 10px;
}
@media screen and (max-width: 768px), print {
    .doc dl dd {
        width: 100%;
        margin: calc((30/750)*100vw) 0 0;
    }
    .doc dl dd .text {
        padding: calc((30/750)*100vw) 3.5% calc((35/750)*100vw);
        background: #F8F8F8;
    }
    .text p {
        font-size: calc((24/750)*100vw);
        margin-bottom: -5px;
    }
    .doc dl dd a.btn {
        font-size: calc((22/750)*100vw);
        width: 86%;
    }
    .doc dl dd a.btn::before{
        right:10px;
        width:8px;
        height:8px;
    }
    .back-to-top{
        right: 15px;
        bottom: 20px;
    }
    .back-to-top.show{
        opacity: 1;
        pointer-events: auto;
    }
    .back-to-top::before{
        content: "▲";
        font-size: calc((10/750)*100vw);
    }
}