@charset "UTF-8";

/* --------------------------------------------------------------------------
ABOUT
-------------------------------------------------------------------------- */
@media all and (min-width: 768px), print {
    .about-section {
    }
    .about-section__inner {
    }
    .about-section__body {
    }
    .about-content {
    }
    
    .about-flow {
        position: relative;
        max-width: calc(1040 / var(--font) * 1rem);
        margin-inline: auto;
        margin-top: calc(34 / var(--font) * 1rem);
    }
    .about-flow::before {
        content: "";
        display: block;
        width: calc(156 / var(--font) * 1rem);
        height: calc(152 / var(--font) * 1rem);
        background: url("../img/top/about_illust.png") center center no-repeat;
        background-size: contain;
        position: absolute;
        bottom: 0;
        right: 0;
        margin-right: calc(20 / var(--font) * 1rem);
        margin-bottom: calc(10 / var(--font) * 1rem);
    }
    .about-flow__inner {
    }
    .about-flow-header {
        font-size: calc(18 / var(--font) * 1rem);
        letter-spacing: calc(100 / 1000 * 1em);
        font-weight: bold;
        background-color: #f7f7f7;
        padding: calc(18 / var(--font) * 1rem) calc(29 / var(--font) * 1rem);
        border-radius: calc(16 / var(--font) * 1rem);
        margin-bottom: calc(30 / var(--font) * 1rem);
    }
    .about-flow-header__label {
    }
    .about-flow-figure {
        display: flex;
        gap: 0 calc(10 / var(--font) * 1rem);
        margin-left: calc(20 / var(--font) * 1rem);
    }
    .about-flow-figure-item {
        display: flex;
        align-items: center;
        gap: 0 calc(10 / var(--font) * 1rem);
    }
    .about-flow-figure-item + .about-flow-figure-item::before {
        content: "";
        display: block;
        width: calc(14 / var(--font) * 1rem);
        height: calc(16 / var(--font) * 1rem);
        background-color: #c4a558;
        clip-path: polygon(0 0, 0% 100%, 100% 50%);
    }
    .about-flow-figure-item__inner {
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(50 / var(--font) * 1rem);
        height: calc(200 / var(--font) * 1rem);
        background-color: #fff3d5;
        position: relative;
        border-radius: 9999px;
    }
    .about-flow-figure-num {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        width: calc(30 / var(--font) * 1rem);
        height: calc(30 / var(--font) * 1rem);
        display: flex;
        justify-content: center;
        font-size: calc(18 / var(--font) * 1rem);
        line-height: 1;
        font-weight: bold;
        color: #fff;
        background: #ffc22e;
        border-radius: 50%;
        letter-spacing: calc(60 / 1000 * 1em);
        padding-top: calc(4 / var(--font) * 1rem);
        font-family: var(--f-zen-maru);
    }
    .about-flow-figure-text {
        writing-mode: vertical-rl;
        font-size: calc(15 / var(--font) * 1rem);
        letter-spacing: calc(140 / 1000 * 1em);
        font-weight: bold;
        font-family: var(--f-zen-maru);
    }
    .about-flow-img {
        max-width: calc(1040 / var(--font) * 1rem);
        width:100%;
        margin-top: calc(34 / var(--font) * 1rem);
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 980px) {
    .about-flow::before {
        display: none;
    }
    .about-flow-figure {
        justify-content: center;
        margin-left: 0;
    }
    .about-flow-figure-item {
        position: relative;
    }
    .about-flow-figure-item:nth-last-of-type(1)::after {
        content: "";
        display: block;
        width: calc(106 / var(--font) * 1rem);
        height: calc(102 / var(--font) * 1rem);
        background: url("../img/top/about_illust.png") center center no-repeat;
        background-size: contain;
        position: absolute;
        bottom: 0;
        right: 0;
        margin-right: calc(-80 / var(--font) * 1rem);
        margin-bottom: calc(-48 / var(--font) * 1rem);
        z-index: 1;
    }
}
@media all and (max-width: 767px) {
    .about-section {
    }
    .about-section__inner {
    }
    .about-section__body {
    }
    .about-content {
    }
    .about-flow {
        position: relative;
        margin-top: calc(24 / var(--font) * 1rem);
        padding-bottom: calc(40 / var(--font) * 1rem);
    }
    .about-flow__inner {
    }
    .about-flow-header {
        font-size: calc(14 / var(--font) * 1rem);
        letter-spacing: calc(100 / 1000 * 1em);
        font-weight: bold;
        background-color: #f7f7f7;
        padding: calc(15 / var(--font) * 1rem) calc(20 / var(--font) * 1rem);
        border-radius: calc(8 / var(--font) * 1rem);
        margin-bottom: calc(20 / var(--font) * 1rem);
    }
    .about-flow-header__label {
    }
    .about-flow-figure {
        display: flex;
        flex-direction: column;
        gap: calc(5 / var(--font) * 1rem) 0;
    }
    .about-flow-figure-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: calc(5 / var(--font) * 1rem) 0;
    }
    .about-flow-figure-item + .about-flow-figure-item::before {
        content: "";
        display: block;
        width: calc(13 / var(--font) * 1rem);
        height: calc(7 / var(--font) * 1rem);
        background-color: #c4a558;
        clip-path: polygon(50% 100%, 0 0, 100% 0);
    }
    .about-flow-figure-item:nth-last-of-type(1)::after {
        display: none;
    }
    .about-flow-figure-item__inner {
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(280 / var(--font) * 1rem);
        height: calc(35 / var(--font) * 1rem);
        background-color: #fff3d5;
        position: relative;
        border-radius: 9999px;
    }
    .about-flow-figure-item:nth-last-of-type(1) .about-flow-figure-item__inner::after {
        content: "";
        display: block;
        width: calc(109 / var(--font) * 1rem);
        height: calc(106 / var(--font) * 1rem);
        background: url("../img/top/about_illust.png") center center no-repeat;
        background-size: contain;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 1;
        margin-bottom: calc(-45 / var(--font) * 1rem);
        margin-right: calc(-28 / var(--font) * 1rem);
    }
    .about-flow-figure-num {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: calc(21 / var(--font) * 1rem);
        height: calc(21 / var(--font) * 1rem);
        display: flex;
        justify-content: center;
        font-size: calc(13 / var(--font) * 1rem);
        line-height: 1;
        font-weight: bold;
        color: #fff;
        background: #ffc22e;
        border-radius: 50%;
        letter-spacing: calc(60 / 1000 * 1em);
        padding-top: calc(4 / var(--font) * 1rem);
        font-family: var(--f-zen-maru);
        margin-left: calc(7 / var(--font) * 1rem);
    }
    .about-flow-figure-text {
        font-size: calc(13 / var(--font) * 1rem);
        letter-spacing: calc(140 / 1000 * 1em);
        font-weight: bold;
        font-family: var(--f-zen-maru);
    }
    .about-flow-img {
        width:100%;
        margin-top: calc(34 / var(--font) * 1rem);
        margin-left: auto;
        margin-right: auto;
    }
}

/* --------------------------------------------------------------------------
KATSUYO
-------------------------------------------------------------------------- */
@media all and (min-width: 768px), print {
    .katsuyo-section {
    }
    .katsuyo-section__inner {
    }
    .katsuyo-section__body {
    }
    .katsuyo-content {
    }
    .katsuyo-img {
        max-width: calc(896 / var(--font) * 1rem);
        margin-inline: auto;
        margin-top: calc(34 / var(--font) * 1rem);
    }

    .ly-block.katsuyo01,
    .ly-block.katsuyo02 {
        margin-top: calc(80 / var(--font) * 1rem);
    }
    .katsuyo-btn-list {
        margin-top: calc(40 / var(--font) * 1rem);
    }
    .katsuyo-btn-list-item {
      max-width: calc(380 / var(--font) * 1rem);
      width: 100%;
      margin: 0 auto 0;
    }
    .katsuyo-btn-list-item + .katsuyo-btn-list-item {
      margin-top: calc(24 / var(--font) * 1rem);
    }

    .katsuyo-bnr {
        display: block;
        max-width: calc(1040 / var(--font) * 1rem);
        margin-inline: auto;
        margin-top: calc(80 / var(--font) * 1rem);
    }
    .katsuyo-bnr__inner {
        display: flex;
        align-items: center;
        border-radius: calc(20 / var(--font) * 1rem);
        overflow: hidden;
        border: #999999 solid calc(1 / var(--font) * 1rem);
    }
    .katsuyo-bnr-img {
        max-width: calc(520 / var(--font) * 1rem);
        flex-shrink: 0;
        overflow: hidden;
    }
    .katsuyo-bnr-img img {
        transition: var(--transition-all);
    }
    .katsuyo-bnr:hover .katsuyo-bnr-img img {
        transform: scale(1.1);
    }
    .katsuyo-bnr-content {
        position: relative;
        padding: calc(40 / var(--font) * 1rem);
        width: 100%;
    }
    .katsuyo-bnr-content::before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: calc(24 / var(--font) * 1rem);
        height: calc(24 / var(--font) * 1rem);
        background: url(/assets_v2/img/common/link_ico_arrow.svg) no-repeat center / contain;
        margin-right: calc(40 / var(--font) * 1rem);
    }
    .katsuyo-bnr-title {
        font-size: calc(22 / var(--font) * 1rem);
        letter-spacing: calc(60 / 1000 * 1em);
        font-weight: bold;
        font-family: var(--f-zen-maru);
        margin-bottom: calc(28 / var(--font) * 1rem);
    }
    .katsuyo-bnr-text {
        font-size: calc(16 / var(--font) * 1rem);
        line-height: calc(28.8 / 16);
    }
}
@media (max-width: 1024px) {
    .katsuyo-bnr {
    }
    .katsuyo-bnr__inner {
    }
    .katsuyo-bnr-img {
        max-width: calc(360 / var(--font) * 1rem);
    }
    .katsuyo-bnr-img img {
        object-fit: cover;
        height: calc(220 / var(--font) * 1rem);
    }
    .katsuyo-bnr-content {
        padding-inline: calc(30 / var(--font) * 1rem);
    }
    .katsuyo-bnr-content::before {
        margin-right: calc(20 / var(--font) * 1rem);
    }
}
@media all and (max-width: 767px) {
    .katsuyo-section {
    }
    .katsuyo-section__inner {
    }
    .katsuyo-section__body {
    }
    .katsuyo-content {
    }
    .katsuyo-btn-list {
    }
    .katsuyo-btn-list-item {
      max-width: calc(240 / var(--font) * 1rem);
      width: 100%;
      margin: 0 auto 0;
    }
    .katsuyo-btn-list-item + .katsuyo-btn-list-item {
      margin-top: calc(16 / var(--font) * 1rem);
    }
    .katsuyo-img {
        margin-top: calc(24 / var(--font) * 1rem);
    }

    .katsuyo-bnr {
        display: block;
        margin-top: calc(40 / var(--font) * 1rem);
    }
    .katsuyo-bnr__inner {
        border-radius: calc(20 / var(--font) * 1rem);
        overflow: hidden;
        border: #999999 solid calc(1 / var(--font) * 1rem);
    }
    .katsuyo-bnr-img {
        overflow: hidden;
        max-width: 100%;
    }
    .katsuyo-bnr-img img {
        height: auto;
    }
    .katsuyo-bnr-content {
        position: relative;
        padding-block: calc(20 / var(--font) * 1rem);
        padding-inline: calc(20 / var(--font) * 1rem) calc(44 / var(--font) * 1rem);
        width: 100%;
    }
    .katsuyo-bnr-content::before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: calc(16 / var(--font) * 1rem);
        height: calc(16 / var(--font) * 1rem);
        background: url(/assets_v2/img/common/link_ico_arrow.svg) no-repeat center / contain;
        margin-right: calc(14 / var(--font) * 1rem);
    }
    .katsuyo-bnr-title {
        font-size: calc(16 / var(--font) * 1rem);
        letter-spacing: calc(60 / 1000 * 1em);
        font-weight: bold;
        font-family: var(--f-zen-maru);
        margin-bottom: calc(12 / var(--font) * 1rem);
    }
    .katsuyo-bnr-text {
        font-size: calc(14 / var(--font) * 1rem);
        line-height: calc(28.8 / 16);
    }
}