/* リセットCSS */
html,
body,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Hiragino Kaku Gothic ProN W3", sans-serif;
    overflow-x: hidden;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

p {
    font-weight: 600;
}

img {
    width: 100%;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.sp-xs {
    display: none;
}

@media(max-width:980px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .sp-xs {
        display: none;
    }
}

@media(max-width:650px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .sp-xs {
        display: block;
    }

    br.sp {
        display: none;
    }

}

/* お問い合わせアイコン */
#contact-wrapper {
    position: fixed;
    z-index: 999;
    right: 7%;
    top: 200px;
    width: 150px;
    aspect-ratio: 1 / 1;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

#contact-wrapper img.human {
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translateX(-50%);
    opacity: 0;
    transition: 0.4s;
}

#contact-wrapper #contact-icon {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 2;
}

#contact-wrapper:hover img.human {
    opacity: 1;
    top: -60%;
}

@media(max-width:980px) {
    #contact-wrapper {
        top: 150px;
        right: 2%;
        width: 100px;
    }
}

@media(max-width:500px) {
    #contact-wrapper {
        width: 85px;
    }
}


/* ヘッダー */
header {
    border-bottom: 10px solid #7fad25;
    /* position: fixed; */
    position: sticky;
    top: 0;
    background: white;
    width: 100%;
    z-index: 999;
}

.header-inner {
    max-width: 1270px;
    width: 100%;
    height: 55px;
    padding: 10px 0;
    margin: 0 auto;
    display: flex;
    gap: 15px;
}

@media(max-width:1270px) {
    .header-inner {
        padding: 10px 1%;
    }
}

@media(max-width:980px) {
    .header-inner {
        padding: 10px 3%;
    }
}

.header-logo {
    display: flex;
}

.header-logo a {
    display: flex;
}

.header-logo a img {
    width: auto;
    height: 35px;
}

.header-contact {
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: #7fad25;
    border-radius: 20px;
}

.header-contact a {
    font-weight: 900;
    color: #fff;
}


/* main */

/* hero-image */
.hero-image {
    background-image: url(./img/main-top.webp?20250825);
    background-repeat: no-repeat;
    background-size: cover;
    height: 340px;
    width: 100%;
    position: relative;
}

@media(max-width:980px) {
    .hero-image {
        height: 400px;
    }
}

@media(max-width:980px) {
    .hero-image {
        height: 310px;
    }
}

.hero-image h1 {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    color: #fff;
    font-size: 3rem;
    font-weight: 900;
    text-align: center;
}

@media(max-width:980px) {
    .hero-image h1 {
        font-size: 2.6rem;
    }
}

@media(max-width:650px) {
    .hero-image h1 {
        font-size: 2.2rem;
    }
}

@media(max-width:650px) {
    .hero-image h1 {
        font-size: 1.9rem;
    }
}

/* product */
.product h2 div {
    background-image: url('./img/hukidashi-1.webp');
}

.product h2 div {
    top: -90%;
    left: 3%;
}

@media(min-width:1270px) {
    .product h2 div {
        top: -80%;
    }
}

@media(max-width:980px) {
    .product h2 div {
        top: -75%;
        left: 3%;
    }
}

@media(max-width:650px) {
    .product h2 div {
        top: -40%;
        left: 3%;
    }
}

@media(max-width:530px) {
    .product h2 div {
        top: -35%;
        left: 3%;
    }
}

.product h3 {
    font-size: 2.8rem;
    font-weight: 900;
    margin-top: 15px;
}

@media(max-width:980px) {
    .product h3 {
        font-size: 2.3rem;
    }
}

@media(max-width:650px) {
    .product h3 {
        font-size: 1.9rem;
    }
}

@media(max-width:500px) {
    .product h3 {
        font-size: 1.5rem;
    }
}

.product .title-description {
    padding: 0 5%;
}

@media(max-width:980px) {
    .product .title-description {
        padding: 0 3%;
    }
}

.product .text-block {
    display: inline-block;
    text-align: left;
}

.product .text-block p {
    font-family: "Yu Gothic", "游ゴシック", sans-serif;
}

.product .product-content {
    margin-top: 15px;
}

.product .product-content .group p {
    font-family: "Yu Gothic", "游ゴシック", sans-serif;
}

.product-content img.product {
    width: 30%;
}

@media(max-width:980px) {
    .product-content img.product {
        width: 55%;
    }

    .product-content img.product.two {
        width: 60%;
    }
}

@media(max-width:650px) {
    .product-content img.product {
        width: 30%;
    }

    .product-content img.product.two {
        width: 50%;
    }
}

.product-content img.yazirushi {
    width: 9%;
}

.product-content .main-product-image-top {
    position: relative;
}

@media(max-width:980px) {
    .product-content .main-product-image-top {
        display: flex;
    }
}

@media(max-width:650px) {
    .product-content .main-product-image-top {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 25px;
        margin-bottom: 25px;
    }
}

@media(max-width:980px) {
    .product-content .main-product-image-top .sp.left {
        order: 1;
        display: grid;
        align-items: center;
    }

    .product-content .main-product-image-top .main-img {
        order: 2;
    }

    .product-content .main-product-image-top .sp.right {
        order: 3;
        display: grid;
        align-items: center;
    }
}

@media(max-width:650px) {
    .product-content .main-product-image-top .main-img {
        order: 1;
        grid-column: 1 / span 2;
    }

    .product-content .main-product-image-top .sp.left {
        order: 2;
    }

    .product-content .main-product-image-top .sp.right {
        order: 3;
    }
}

.main-product-image-top .group {
    position: absolute;
    width: 18%;
}

@media(max-width:980px) {
    .main-product-image-top .group {
        position: static;
        width: 100%;
    }
}

@media(max-width:980px) {
    .main-product-image-top .group img {
        width: 60%;
    }

    .main-product-image-top .group.human img {
        width: 35%;
    }

    .main-product-image-top .group.human {
        text-align: end;
    }
}

@media(max-width:650px) {
    .main-product-image-top .group img {
        display: block;
        margin: 30px auto;
    }
}

@media(max-width:500px) {
    .main-product-image-top .group img {
        width: 70%;
    }
}

.main-product-image-top .group:nth-child(2) {
    top: 0;
    left: 12%;
}

.main-product-image-top .group:nth-child(3) {
    bottom: 0%;
    left: 12%;
}

.main-product-image-top .group:nth-child(5) {
    top: 25%;
    right: 12%;
}

.main-product-image-top .group:nth-child(6) {
    bottom: -10%;
    right: 12%;
}

.product-content .main-product-image-bottom {
    position: relative;
    margin-top: 25px;
}

@media(max-width:980px) {
    .product-content .main-product-image-bottom {
        display: flex;
    }
}

@media(max-width:650px) {
    .product-content .main-product-image-bottom {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:980px) {
    .product-content .main-product-image-bottom .sp.left {
        order: 1;
    }

    .product-content .main-product-image-bottom .main-img {
        order: 2;
        display: grid;
        align-items: center;
        justify-items: center;
    }

    .product-content .main-product-image-bottom .sp.right {
        order: 3;
        display: grid;
        align-items: center;
    }
}

@media(max-width:650px) {
    .product-content .main-product-image-bottom .main-img {
        order: 1;
        grid-column: 1 / span 2;
    }

    .product-content .main-product-image-bottom .sp.left {
        order: 2;
    }

    .product-content .main-product-image-bottom .sp.right {
        order: 3;
    }
}

.main-product-image-bottom .group {
    position: absolute;
    width: 18%;
}

@media(max-width:980px) {
    .main-product-image-bottom .group {
        position: static;
        width: 100%;
    }
}

@media(max-width:980px) {
    .main-product-image-bottom .group img {
        width: 60%;
    }

    .main-product-image-bottom .group.human img {
        width: 55%;
    }
}

@media(max-width:650px) {
    .main-product-image-bottom .group img {
        display: block;
        margin: 30px auto;
    }
}

.main-product-image-bottom .group:nth-child(2) {
    top: 0;
    left: 12%;
}

.main-product-image-bottom .group:nth-child(4) {
    top: 0;
    right: 12%;
}


/* point */
.point {
    background-color: #7fad25;
    margin-top: 45px;
}

.point h2 span {
    font-size: 3.4rem;
}

@media(max-width:980px) {
    .point h2 span {
        font-size: 2.9rem;
    }
}

@media(max-width:650px) {
    .point h2 span {
        font-size: 2.5rem;
    }
}

@media(max-width:500px) {
    .point h2 span {
        font-size: 2.1rem;
    }
}

.point h2 div {
    background-image: url('./img/hukidashi-6.webp');
}

.point h2 div {
    top: -50%;
    left: 3%;
}

@media(max-width:650px) {
    .point h2 div {
        top: -60%;
    }
}

.point h3 {
    font-size: 2.8rem;
    font-weight: 900;
    margin-top: 15px;
}

@media(max-width:980px) {
    .point h3 {
        font-size: 2.3rem;
    }
}

@media(max-width:650px) {
    .point h3 {
        font-size: 1.9rem;
    }
}

@media(max-width:500px) {
    .point h3 {
        font-size: 1.5rem;
    }
}

.point-content {
    position: relative;
    padding: 0 5%;
    padding-bottom: 20px;
}

@media(max-width:980px) {
    .point-content {
        padding: 0 3%;
        padding-bottom: 20px;
    }
}

@media(max-width:650px) {
    .point-content {
        padding-bottom: 50px;
    }
}

.point-content .group {
    position: absolute;
    z-index: 1;
}

.point-content .group.human {
    width: 19%;
}

.point-content .group.hukidashi {
    width: 13%;
}

.point-content .group:nth-child(2).human {
    bottom: -6%;
    left: 0;
}

.point-content .group:nth-child(3).human {
    bottom: -13%;
    right: 0;
}

@media(max-width:650px) {
    .point-content .group:nth-child(3).human {
        bottom: -7%;
    }
}

.point-content .group:nth-child(4).hukidashi {
    top: 10%;
    right: 7%;
}

@media(max-width:650px) {
    .point-content .group:nth-child(4).hukidashi {
        top: 22%;
        right: 3%;
    }
}

.point-content .group:nth-child(5).hukidashi {
    top: 10%;
    right: 7%;
}

@media(max-width:650px) {
    .point-content .group:nth-child(5).hukidashi {
        top: 22%;
        right: 3%;
    }
}

/* lineup */
.lineup {
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.lineup h2 div {
    background-image: url('./img/hukidashi-8.webp');
}

.lineup h2 div {
    top: -65%;
    left: 3%;
}

.lineup-content {
    border-right: 15px solid #7fad25;
    border-left: 15px solid #7fad25;
    padding-bottom: 90px;
}

@media(max-width:980px) {
    .lineup-content {
        padding-bottom: 45px;
    }
}
@media(max-width:650px) {
    .lineup-content {
    border: none;
}
}

.lineup-items {
    display: grid;
    align-items: end;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 60px;
    padding: 15px 5%;
}

@media(max-width:980px) {
    .lineup-items {
        grid-template-columns: repeat(1, 1fr);
        column-gap: 0;
        row-gap: 85px;
        padding: 15px 3%;
    }
}

@media(max-width:980px) {
    .lineup-items .group {
        overflow: auto;
    }
}

.lineup-items .group .item-description {
    margin-bottom: 10px;
    font-family: "a-otf-ud-shin-go-pr6n, sans-serif";
}

.lineup-items .group .table-description {
    font-size: .6rem;
    text-align: end;
    font-family: "a-otf-ud-shin-go-pr6n, sans-serif";
}

@media(max-width:980px) {
    .lineup-items .group .table-wrap {
        overflow-x: auto;
    }
}

.lineup-items .group table {
    border-collapse: collapse;
    width: 100%;
}

@media(max-width:980px) {
    .lineup-items .group table {
        min-width: 100vw;
    }
}

.lineup-items .group .margin {
    margin-bottom: 35px;
}

.lineup-items .group table th {
    background-color: #a0a0a0;
    font-size: .7rem;
    padding: 3px 5px;
}

@media(max-width:980px) {
    .lineup-items .group table th {
        white-space: nowrap;
    }
}

.lineup-items .group table td {
    font-size: .7rem;
    text-align: center;
    padding: 3px 5px;
}

@media(max-width:980px) {
    .lineup-items .group table td {
        white-space: nowrap;
    }
}


/* example */
.example {
    background-color: #7fad25;
}

.example h2 div {
    background-image: url('./img/hukidashi-9.webp');
}

.example h2 div {
    top: -50%;
    left: 3%;
}

.example .title-description {
    padding: 0 5%;
}

@media(max-width:980px) {
    .example .title-description {
        padding: 0 3%;
    }
}

.example-content {
    border-right: 15px solid #fff;
    border-left: 15px solid #fff;
    padding-bottom: 90px;
}

@media(max-width:980px) {
    .example-content {
        padding-bottom: 45px;
    }
}
@media(max-width:650px) {
    .example-content {
        border: none;
    }
}

.example-content h3 {
    display: inline-block;
    background-color: #fff;
    padding: 0 5px;
    font-weight: 800;
    font-size: 1.3rem;
    font-family: "Yu Gothic", "游ゴシック", sans-serif;
}

@media(max-width:980px) {
    .example-content h3 {
        font-size: 1.2rem;
    }
}

@media(max-width:500px) {
    .example-content h3 {
        font-size: 1.1rem;
    }
}

.example-content .group {
    padding: 0 11%;
    margin-top: 60px;
}

@media(max-width:980px) {
    .example-content .group {
        padding: 0 3%;
    }
}

.example-content .group:first-of-type {
    margin-top: 30px;
}

.example-content .group div {
    text-align: left;
}

.example-content .group div p {
    font-size: 1.2rem;
    font-family: "Yu Gothic", "游ゴシック", sans-serif;
}

@media(max-width:500px) {
    .example-content .group div p {
        font-size: 1rem;
    }
}

.example-content .group .example-flex {
    display: flex;
    gap: 65px;
    margin-top: 15px;
}

@media(max-width:980px) {
    .example-content .group .example-flex {
        gap: 45px;
    }
}

@media(max-width:500px) {
    .example-content .group .example-flex {
        flex-direction: column;
    }
}


/* order */
.order {
    background-color: #073180;
}

.order h2 div {
    background-image: url('./img/hukidashi-10.webp');
}

.order h2 div {
    top: -50%;
    left: 3%;
}

.order .title-description {
    padding: 0 5%;
}

@media(max-width:980px) {
    .order .title-description {
        padding: 0 3%;
    }
}

.order .title-description span {
    font-size: 1.7rem;
    display: inline-block;
    margin-bottom: 5px;
}

@media(max-width:980px) {
    .order .title-description span {
        font-size: 1.4rem;
    }
}

@media(max-width:500px) {
    .order .title-description span {
        font-size: 1.2rem;
    }
}

.order .order-content {
    padding-bottom: 90px;
}

@media(max-width:980px) {
    .order .order-content {
        padding-bottom: 45px;
    }
}

.order-content .achievement {
    position: relative;
    padding: 0 5%;
}

@media(max-width:980px) {
    .order-content .achievement {
        padding: 0 3%;
    }
}

.order-content .achievement .number {
    font-size: 2.8rem;
    font-weight: 800;
}

@media(max-width:980px) {
    .order-content .achievement .number {
        font-size: 2.2rem;
    }
}

@media(max-width:500px) {
    .order-content .achievement .number {
        font-size: 1.8rem;
    }
}

.order-content .achievement .number span {
    font-size: 6rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    text-shadow:
        0.6px 0 currentColor, -0.6px 0 currentColor,
        0 0.6px currentColor, 0 -0.6px currentColor,
        0.6px 0.6px currentColor, -0.6px 0.6px currentColor,
        0.6px -0.6px currentColor, -0.6px -0.6px currentColor,
        0.3px 0 currentColor, -0.3px 0 currentColor,
        0 0.3px currentColor, 0 -0.3px currentColor;
}

@media(max-width:980px) {
    .order-content .achievement .number span {
        font-size: 5rem;
    }
}

@media(max-width:500px) {
    .order-content .achievement .number span {
        font-size: 3.8rem;
    }
}

.order-content .achievement .type {
    border: 1px solid #fff;
    padding: 3px 5px;
    margin-top: 10px;
    font-weight: 800;
    font-size: 1.3rem;
    display: inline-block;
}

@media(max-width:980px) {
    .order-content .achievement .type {
        font-size: 1.2rem;
    }
}

@media(max-width:500px) {
    .order-content .achievement .type {
        font-size: 1.1rem;
    }
}

.order-content .achievement .hukidashi {
    position: absolute;
    top: -40%;
    left: 5%;
    width: 17%;
}

@media(max-width:500px) {
    .order-content .achievement .hukidashi {
        top: 0;
        left: 3%;
        width: 13%;
    }
}

.order-content .achievement .human {
    position: absolute;
    top: 0;
    right: 5%;
    width: 13%;
}

@media(max-width:500px) {
    .order-content .achievement .human {
        right: 3%;
    }
}

.order-content .group {
    padding: 0 5%;
    margin-top: 30px;
}

@media(max-width:980px) {
    .order-content .group {
        padding: 0 3%;
        margin-top: 50px;
    }
}

.order-content .group h3 {
    font-weight: 900;
    font-size: 3.2rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    text-shadow:
        0.5px 0 currentColor, -0.5px 0 currentColor,
        0 0.5px currentColor, 0 -0.5px currentColor,
        0.5px 0.5px currentColor, -0.5px 0.5px currentColor,
        0.5px -0.5px currentColor, -0.5px -0.5px currentColor;
}

@media(max-width:980px) {
    .order-content .group h3 {
        font-size: 2.5rem;
    }
}

@media(max-width:500px) {
    .order-content .group h3 {
        font-size: 2.2rem;
    }
}

.order-content .group h3 span {
    font-size: 1.3rem;
    font-weight: 700;
    display: block;
    text-shadow: none;
}

@media(max-width:980px) {
    .order-content .group h3 span {
        font-size: 1.2rem;
    }
}

.order-content .flow {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 60px;
    column-gap: 50px;
    padding: 0 5%;
    margin-top: 40px;
}

@media(max-width:980px) {
    .order-content .flow {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 0px;
        column-gap: 0px;
        padding: 0 3%;
    }
}

.order-content .flow.two {
    row-gap: 10px;
}

@media(max-width:980px) {
    .order-content .flow.two {
        row-gap: 0;
    }
}

.order-content .flow div.box {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #fff;
    margin: 0 auto;
    width: 150px;
    aspect-ratio: 1 / 1;
}

@media(max-width:980px) {
    .order-content .flow div.box {
        width: 200px;
    }
}

@media(max-width:500px) {
    .order-content .flow div.box {
        width: 170px;
    }
}

.order-content .flow div.box.yazirushi {
    position: relative;
}

@media(max-width:980px) {
    .order-content .flow div.box.yazirushi {
        margin-top: 115px;
    }
}

@media(max-width:500px) {
    .order-content .flow div.box.yazirushi {
        margin-top: 80px;
    }
}

.order-content .flow div.box.yazirushi img {
    position: absolute;
    left: -50%;
    transform: translateX(-25%);
    width: 30%;
    aspect-ratio: 1 / 1;
}

@media(max-width:980px) {
    .order-content .flow div.box.yazirushi img {
        top: -45%;
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
        width: 25%;
    }
}

@media(max-width:500px) {
    .order-content .flow div.box.yazirushi img {
        top: -35%;
    }
}

.order-content .flow div.box p {
    font-size: 1.5rem;
    font-weight: 900;
}

@media(max-width:500px) {
    .order-content .flow div.box p {
        font-size: 1.3rem;
    }
}

.order-content .flow div.text {
    grid-column: 3 / span 2;
}

@media(max-width:980px) {
    .order-content .flow div.text {
        grid-column: 1 / span 1;
        margin-top: 35px;
    }
}

.order-content .flow.two div.text {
    grid-column: 1 / span 4;
}

@media(max-width:980px) {
    .order-content .flow.two div.text {
        grid-column: 1 / span 1;
    }
}

.order-content .flow div.text p {
    font-size: 1.2rem;
}

@media(max-width:500px) {
    .order-content .flow div.text p {
        font-size: 1.1rem;
    }
}

.order-content .flow div.text p.-yellow {
    font-size: 1.4rem;
    margin-bottom: 5px;
}

@media(max-width:500px) {
    .order-content .flow div.text p.-yellow {
        font-size: 1.3rem;
    }
}


/* inquiry */
.inquiry {
    background: linear-gradient(to bottom,
            white 0%,
            white 85%,
            rgb(207, 208, 208) 100%);

}

.inquiry h2 div {
    background-image: url(./img/hukidashi-12.webp);
}

.inquiry h2 div {
    top: -50%;
    left: 3%;
}

.inquiry .inquiry-content {
    position: relative;
    padding-bottom: 50px;
}

.inquiry-content .form-wrap {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
    margin-top: 35px;
}

@media(max-width:980px) {
    .inquiry-content .form-wrap {
        max-width: 495px;
        margin-left: 0;
    }
}

.inquiry-content .form-wrap form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.inquiry-content .form-wrap form .box {
    display: flex;
    align-items: start;
    gap: 15px;
    width: 100%;
}

.inquiry-content .form-wrap form .box .item {
    width: 100%;
    height: 25px;
}

.inquiry-content .form-wrap form .box textarea {
    width: 100%;
    height: 185px;
}

.inquiry-content .form-wrap form .box label {
    min-width: 265px;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1;
}

@media(max-width:650px) {
    .inquiry-content .form-wrap form .box label {
        font-size: 1rem;
    }
}

@media(max-width:420px) {
    .inquiry-content .form-wrap form .box label {
        min-width: 220px;
    }
}

.inquiry-content .form-wrap form label::before {
    content: "必須";
    background-color: #ff0000;
    color: #fff;
    margin-right: 5px;
    padding: 0px 7px;
    border-radius: 5px;
}

.inquiry-content .form-wrap form .button {
    background-color: #ff0000;
    color: #fff;
    border-color: transparent;
    font-size: 1.3rem;
    font-weight: 900;
    border-radius: 5px;
    padding: 0 25px;
}

@media(max-width:980px) {
    .inquiry-content .form-wrap form .button {
        margin-top: 20px;
    }
}

.inquiry-content .group.human {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 19%;
}

@media(max-width:650px) {
    .inquiry-content .group.human {
        width: 11%;
    }
}


/* main 共通 */
.container {
    max-width: 1270px;
    width: 100%;
    margin: 0 auto;
}

@media(max-width:1270px) {
    .container {
        padding: 0 3%;
    }
}

h2 {
    margin: 0 7%;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 5px;
    font-size: 3rem;
    font-weight: 900;
    position: relative;
}

@media(max-width:980px) {
    h2 {
        margin-left: 0;
        margin-right: 0;
        font-size: 2.5rem;
    }
}

@media(max-width:650px) {
    h2 {
        font-size: 2.1rem;
    }
}

@media(max-width:500px) {
    h2 {
        font-size: 1.7rem;
    }
}

h2 div {
    display: inline-block;
    position: absolute;
    width: 105px;
    aspect-ratio: 1 / 1;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 5;
}

@media(max-width:980px) {
    h2 div {
        width: 85px;
    }
}

@media(max-width:650px) {
    h2 div {
        width: 70px;
    }
}

@media(max-width:500px) {
    h2 div {
        width: 60px;
    }
}

h2.border-blue {
    border-bottom: 3px solid #073180;
}

h2.border-white {
    border-bottom: 3px solid #fff;
}

h2.border-black {
    border-bottom: 3px solid #000;
}

.title-description {
    font-size: 1.3rem;
    font-weight: 900;
}

@media(max-width:980px) {
    .title-description {
        font-size: 1.1rem;
    }
}

@media(max-width:650px) {
    .title-description {
        font-size: 1rem;
    }
}

.tac {
    text-align: center;
}

.-blue {
    color: #073180;
}

.-white {
    color: #fff;
}

.-black {
    color: #000;
}

.-yellow {
    color: #ffff00;
}

.-green {
    color: #7fad25;
}