@charset "UTF-8";

/* base (reset)
---------------------------------------------------*/
body {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    font-size: 1.0em;
    font-weight: 400;
}
ul,
ol,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
}
ol,
li {
    list-style: none;
}
img {
    border: none;
    line-height: 0;
    font-size: 0;
    vertical-align: middle;
    max-width:100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
/* ---------- */
a {
    margin: 0;
    padding: 0;
    font-size: inherit;
    background: transparent;
}
th,
td {
    font-style: normal;
    font-weight: normal;
    font-size: inherit;
    empty-cells: show;
}
input,
select {
    vertical-align: middle;
}
input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    /*-webkit-appearance: none;*/
    border-radius: 0;
}
pre {
    white-space: -moz-pre-wrap;/* Mozilla */
    white-space: -o-pre-wrap;/* Opera 7 */
    white-space: pre-wrap;/* CSS3 */
    word-wrap: break-word;/* IE 5.5+ */
}


/* color
---------------------------------------------------*/
:root {
    --key-color: #238BC1;
    --praimary-color: #12577D;
    /*--secondary-color: #14577D;*/

    --background-color: #F4F8FA;
    --font-color: #333;
    --white-color: #fff;
    --black-color: #000;
    --pc-size: 1320;
    --sp-size: 375;
    --pc-size-px: 1320px;
    --sp-size-px: 375px;
}

/* Selected Text
---------------------------------------------------*/
::selection {
    background: #191919;
    color: #FFFFFF;
}

/* HTML
---------------------------------------------------*/
html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 62.5%;
    overflow-y: scroll;
}
body {
    position: relative;
    width: 100%;
    line-height: 1;
    color: var(--font-color);
    font-size: 1.0em;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    background-color: var(--white-color);
}
body[data-size="large"] {
    font-size: 1.4em;
}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
:before,
:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}

.sp-no {display:block;}
br.sp-no,span.sp-no {display: inline;}
.pc-no {display:none;}
br.pc-no,span.pc-no {display:none;}

svg {
    display: block;
    width: 100%;
    height: auto;
    fill: var(--black-color);
}
.en {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.arial {
    font-family: "arial", sans-serif;
    font-weight: 400;
    font-style: normal;
}
ul.disc > li {
    list-style: disc;
    margin-left: 1.5em;
}

@media screen and (max-width: 1320px) {
    html {
        font-size: calc(10 / var(--pc-size) * 100vw);
    }
}

/* 820 */
@media screen and (min-width:1px) and (max-width: 820px) {
    html {
        font-size: calc(10 / 375 * 100vw);
    }
    body {
        font-size: calc(10 / 375 * 100vw);
        -webkit-text-size-adjust: 100%;
    }
    .pc-no {display: block;}
    br.pc-no,span.pc-no {display: inline;}
    .sp-no {display: none;}
    br.sp-no,span.sp-no {display: none;}
}


/* link
---------------------------------------------------*/
a {
    text-decoration: none;
}
a:link,
a:visited,
a:active {
    color: var(--font-color);
}
a:hover {
    color: var(--font-color);
}
a.u {
    text-decoration: underline;
    text-underline-offset: 0.2em;
}
a,
.hover {
    transition: opacity 0.5s;
}
.hover:hover {
    opacity: 0.8;
    transition: opacity 0.5s;
}

@media screen and (min-width: 821px) {
    a[href^="tel:"] {
        pointer-events: none;
        cursor: default;
    }
}
/* 820 */
@media screen and (min-width:1px) and (max-width: 820px) {
    .hover:hover {
        opacity: 1;
    }
}

/* clearfix
---------------------------------------------------*/
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: '';
    clear: both;
    height: 0;
}
.clearfix {
    min-height: 1px;
    zoom: 1;
}
* html .clearfix {
    height: auto;
    overflow: hidden;
}


/* wrapper
---------------------------------------------------*/
#wrapper {
    position: relative;
    width: 100%;
    background-color: var(--white-color);
    margin: 0 auto;
    overflow: hidden;
}
.body-container {
    width: min(1000px, calc(1000 / var(--pc-size) * 100vw));
    margin: 0 auto;
}
.contents-wrap {
    width: 98%;
    max-width: min(1320px, calc(1320 / var(--pc-size) * 100vw));
    margin: 0 auto;
}

/* 820 */
@media screen and (min-width:1px) and (max-width: 820px) {
    .body-container {
        width: calc(320 / var(--sp-size) * 100vw);
    }
    .contents-wrap {
        width: calc(355 / var(--sp-size) * 100vw);
    }
}


/* headerGlobal
---------------------------------------------------*/
.headerGlobal {
    position: relative;
    padding-top: min(80px, calc(80 / var(--pc-size) * 100vw));
    padding-bottom: min(55px, calc(55 / var(--pc-size) * 100vw));
}
.headerGlobal-inner {
    position: relative;
    width: min(1300px, calc(1300 / var(--pc-size) * 100vw));
    margin: 0 auto;
}
.headerGlobal-logo {
    width: min(840px, calc(840 / var(--pc-size) * 100vw));
    margin: 0 auto;
}
.headerGlobal-logo img {
    width: 100%;
}
.headerGlobal-heading {
    text-align: center;
    line-height: 1.4;
    color: var(--praimary-color);
    font-size: 4.0rem;
    font-weight: 500;
    margin-top: min(32px, calc(32 / var(--pc-size) * 100vw));
}
.headerGlobal-nav {
    display: none;
    position: fixed;
    top: min(140px, calc(140 / var(--pc-size) * 100vw));
    left: calc(50% + min(340px, calc(340 / 1300 * 100vw)));
    width: min(300px, calc(300 / var(--pc-size) * 100vw));
    background-color: var(--white-color);
    border: 2px solid var(--key-color);
    border-radius: 1.0rem;
    padding: min(24px, calc(24 / var(--pc-size) * 100vw)) min(18px, calc(18 / var(--pc-size) * 100vw));
    z-index: 99999;
}
.headerGlobal-nav-list {
    padding-bottom: 1.8rem;
}
.headerGlobal-nav-list + .headerGlobal-nav-list {
    border-top: 2px solid var(--key-color);
    padding-top: 1.8rem;
    padding-bottom: 0;
}
.headerGlobal-nav-list li a {
    display: block;
    line-height: 1.1;
    color: var(--key-color);
    font-size: 2.8rem;
    font-weight: 500;
    padding: 1.6rem 0 1.6rem 4.2rem;
}
.headerGlobal-nav-list li a .en {
    line-height: 1.2;
    font-size: 2.8rem;
    font-weight: 600;
}
.headerGlobal-nav-list li a br + .en {
    font-size: 2.0rem;
    font-weight: 500;
}
.headerGlobal-nav-list.link li a {
    padding-top: 1.0rem;
    padding-bottom: 1.0rem;
}
.headerGlobal-nav-list.link li a .en {
    font-size: 2.6rem;
    font-weight: 600;
}

/* menu */
#menu {
    position: fixed;
    top: min(80px, calc(80 / var(--pc-size) * 100vw));
    left: calc(50% + min(580px, calc(580 / 1300 * 100vw)));
    width: min(60px, calc(60 / var(--pc-size) * 100vw));
    height: min(60px, calc(60 / var(--pc-size) * 100vw));
    background-color: var(--key-color);
    border: 2px solid var(--key-color);
    border-radius: 0.5rem;
    cursor: pointer;
    z-index: 999;
}
#menu .menu-trigger {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: min(30px, calc(30 / var(--pc-size) * 100vw));
    height: min(30px, calc(30 / var(--pc-size) * 100vw));
    z-index: 10;
}
#menu .menu-trigger,
#menu .menu-trigger span {
    transition: transform 0.5s;
    box-sizing: border-box;
}
#menu .menu-trigger span {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: min(6px, calc(6 / var(--pc-size) * 100vw));
    background-color: #fff;
}
#menu .menu-trigger span:nth-of-type(1) {
    top: 0;
}
#menu .menu-trigger span:nth-of-type(2) {
    top: calc(50% - min(3px, calc(3 / var(--pc-size) * 100vw)));
}
#menu .menu-trigger span:nth-of-type(2)::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: min(6px, calc(6 / var(--pc-size) * 100vw));
    background-color: var(--white-color);
    transition: transform 0.15s;
}
#menu .menu-trigger span:nth-of-type(3) {
    top: auto;
    bottom: 0;
}
.is-active #menu {
    background-color: var(--white-color);
}
.is-active #menu .menu-trigger span {
    background-color: var(--key-color);
}
.is-active #menu .menu-trigger span:nth-of-type(1) {
    transform: translate(50%) scale(0);
}
.is-active #menu .menu-trigger span:nth-of-type(2) {
    transform: rotate(45deg);
}
.is-active #menu .menu-trigger span:nth-of-type(2)::after {
    transform: rotate(90deg);
    background-color: var(--key-color);
}
.is-active #menu .menu-trigger span:nth-of-type(3) {
    transform: translate(-50%) scale(0);
}

/* 820 */
@media screen and (min-width:1px) and (max-width: 820px) {
    .headerGlobal {
        padding-top: calc(10 / var(--sp-size) * 100vw);
        padding-bottom: calc(36 / var(--sp-size) * 100vw);
    }
    .headerGlobal-inner {
        width: calc(355 / var(--sp-size) * 100vw);
        padding-top: calc(80 / var(--sp-size) * 100vw);
    }
    .headerGlobal-logo {
        width: 100%;
    }
    .headerGlobal-heading {
        line-height: 1.4;
        font-size: 1.8rem;
        margin-top: calc(16 / var(--sp-size) * 100vw);
    }
    .headerGlobal-nav {
        top: calc(70 / var(--sp-size) * 100vw);
        left: calc(10 / var(--sp-size) * 100vw);
        width: calc(355 / var(--sp-size) * 100vw);
        padding: calc(24 / var(--sp-size) * 100vw) calc(18 / var(--sp-size) * 100vw) calc(24 / var(--sp-size) * 100vw);
    }
    .headerGlobal-nav-list li a {
        font-size: 2.8rem;
        padding: 1.6rem 0 1.6rem 5.4rem;
    }

    /* menu */
    #menu {
        top: calc(10 / var(--sp-size) * 100vw);
        right: calc(10 / var(--sp-size) * 100vw);
        left: auto;
        width: calc(60 / var(--sp-size) * 100vw);
        height: calc(60 / var(--sp-size) * 100vw);
    }
    #menu .menu-trigger {
        width: calc(30 / var(--sp-size) * 100vw);
        height: calc(30 / var(--sp-size) * 100vw);
    }
    #menu .menu-trigger span {
        height: calc(6 / var(--sp-size) * 100vw);
    }
    #menu .menu-trigger span:nth-of-type(2) {
        top: calc(50% - calc(3 / var(--sp-size) * 100vw));
    }
    #menu .menu-trigger span:nth-of-type(2)::after {
        height: calc(6 / var(--sp-size) * 100vw);
    }
}


/* Footer
---------------------------------------------------*/
.footerGlobal {
    position: relative;
    padding-top: min(90px, calc(90 / var(--pc-size) * 100vw));
}
.footerGlobal-bnr {
    margin-bottom: min(48px, calc(48 / var(--pc-size) * 100vw));
}
.footerGlobal-bnr > p {
    text-align: center;
    line-height: 1.3;
    font-size: 2.0rem;
    margin-bottom: 1.6rem;
}
.footerGlobal-bnr-list {
    display: flex;
    justify-content: center;
    gap: min(60px, calc(60 / var(--pc-size) * 100vw));
}
.footerGlobal-bnr-list li {
    width: min(348px, calc(348 / var(--pc-size) * 100vw));
}
.footerGlobal-bnr-list li img {
    width: 100%;
}
.footerGlobal-sns {
    margin-bottom: min(40px, calc(40 / var(--pc-size) * 100vw));
}
.footerGlobal-sns-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: min(12px, calc(12 / var(--pc-size) * 100vw));
}
.footerGlobal-sns-bnr {
    width: min(621px, calc(621 / var(--pc-size) * 100vw));
}
.footerGlobal-sns-bnr img {
    width: 100%;
}
.footerGlobal-sns-list {
    display: flex;
    justify-content: center;
    gap: min(20px, calc(20 / var(--pc-size) * 100vw));
}
.footerGlobal-sns-list li {
    width: min(80px, calc(80 / var(--pc-size) * 100vw));
}
.footerGlobal-sns-list li img {
    width: 100%;
}
.footerGlobal-schedule {
    margin-bottom: min(57px, calc(57 / var(--pc-size) * 100vw));
}
.footerGlobal-schedule-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.2rem 4.0rem;
}
.footerGlobal-schedule-list li {
    text-align: center;
    line-height: 1.75;
    color: var(--praimary-color);
    font-size: 1.6rem;
}
.footerGlobal-schedule-list li:first-child {
    width: 100%;
}
.footerGlobal-nav {
    width: 100%;
    background-color: #DFEEFD;
}
.footerGlobal-nav-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.footerGlobal-nav-list li {
    position: relative;
    padding: 1.8rem 3.0rem;
}
.footerGlobal-nav-list li:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    translate: 0 -50%;
    width: 1px;
    height: 1.6rem;
    background-color: #14577D;
}
.footerGlobal-nav-list li a {
    text-align: center;
    line-height: 1.5;
    color: #14577D;
    font-size: 1.6rem;
    font-weight: 500;
}
.footerGlobal .copyright {
    text-align: center;
    line-height: 1.5;
    font-size: 1.2rem;
    background-color: var(--white-color);
    padding-top: min(20px, calc(20 / var(--pc-size) * 100vw));
    padding-bottom: min(20px, calc(20 / var(--pc-size) * 100vw));
}
.footerGlobal .copyright .name {
    font-size: 1.6rem;
    margin-bottom: 0.2rem;
}

/* 820 */
@media screen and (min-width:1px) and (max-width: 820px) {
    .footerGlobal {
        padding-top: calc(90 / var(--sp-size) * 100vw);
    }
    .footerGlobal-bnr {
        margin-bottom: calc(40 / var(--sp-size) * 100vw);
    }
    .footerGlobal-bnr > p {
        line-height: 1.8;
        font-size: 1.4rem;
        margin-bottom: 0.8rem;
    }
    .footerGlobal-bnr-list {
        flex-direction: column;
        gap: calc(20 / var(--sp-size) * 100vw);
        width: calc(348 / var(--sp-size) * 100vw);
        margin: 0 auto;
    }
    .footerGlobal-bnr-list li {
        width: 100%;
    }
    .footerGlobal-sns {
        margin-bottom: calc(40 / var(--sp-size) * 100vw);
    }
    .footerGlobal-sns-wrap {
        flex-direction: column;
        row-gap: calc(10 / var(--sp-size) * 100vw);
    }
    .footerGlobal-sns-bnr {
        width: calc(355 / var(--sp-size) * 100vw);
    }
    .footerGlobal-sns-list {
        display: flex;
        justify-content: center;
        gap: calc(40 / var(--sp-size) * 100vw);
    }
    .footerGlobal-sns-list li {
        width: calc(80 / var(--sp-size) * 100vw);
    }
    .footerGlobal-schedule {
        margin-bottom: calc(37 / var(--sp-size) * 100vw);
    }
    .footerGlobal-schedule-list {
        flex-direction: column;
        gap: 0.2rem;
    }
    .footerGlobal-nav {
        padding: calc(40 / var(--sp-size) * 100vw) calc(20 / var(--sp-size) * 100vw) calc(80 / var(--sp-size) * 100vw);
    }
    .footerGlobal-nav-list {
        align-items: flex-start;
        flex-direction: column;
        row-gap: 1.2rem;
    }
    .footerGlobal-nav-list li {
        position: relative;
        width: 100%;
        padding: 0 0 0 3.0rem;
    }
    .footerGlobal-nav-list li::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        translate: 0 -50%;
        width: 1.0rem;
        height: 1px;
        background-color: #14577D;
    }
    .footerGlobal-nav-list li::after {
        display: none;
    }
    .footerGlobal-nav-list li a {
        text-align: left;
        display: block;
    }
    .footerGlobal .copyright {
        font-size: 1.0rem;
        padding-top: calc(10 / var(--sp-size) * 100vw);
        padding-bottom: calc(20 / var(--sp-size) * 100vw);
    }
    .footerGlobal .copyright .name {
        font-size: 1.4rem;
    }
}

/* page-top
---------------------------------------------------*/
#page-top {
    position: fixed;
    right: 30px;
    bottom: 40px;
    width: min(149px, calc(149 / var(--pc-size) * 100vw));
    aspect-ratio: 1 / 1;
    cursor: pointer;
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s;
}
#page-top img {
    width: 100%;
}
#page-top.is-view {
    opacity: 1;
    pointer-events: auto;
}
@media screen and (min-width: 769px) {
    #page-top {
        top: auto !important;
    }
}
/*  820  */
@media screen and (max-width: 820px) {
    #page-top {
        left: calc(135 / var(--sp-size) * 100vw);
        right: auto;
        bottom: calc(20 / var(--sp-size) * 100vw);
        width: calc(105 / var(--sp-size) * 100vw);
    }
    #page-top.is-static {
        position: absolute;
        top: 0;
        bottom: auto;
    }
}


/* common parts
---------------------------------------------------*/
.ttl-section {
    text-align: center;
    line-height: 1.6;
    color: var(--praimary-color);
    font-size: 2.0rem;
    font-weight: 500;
    margin-bottom: 3.0rem;
}
.ttl-section span {
    line-height: 1.2;
    font-size: 4.0rem;
    font-weight: 600;
}

/* btn */
.btn-link.-center {
    text-align: center;
}
.btn-link.-right {
    text-align: right;
}
.btn-link a,
.btn-link > span {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: min(400px, calc(400 / var(--pc-size) * 100vw));
    height: min(60px, calc(60 / var(--pc-size) * 100vw));
    line-height: 1;
    text-align: center;
    color: var(--white-color);
    font-size: 2.4rem;
    font-weight: 700;
    background-color: #13577D;
    border: 1px solid #13577D;
    border-radius: 4em;
    z-index: 10;
    filter: drop-shadow(0.3rem 0.3rem 0.6rem rgba(0,0,0,0.16));
}
.btn-link .arrow {
    position: absolute;
    top: 50%;
    right: min(20px, calc(20 / var(--pc-size) * 100vw));
    translate: 0 -50%;
    width: min(28px, calc(28 / var(--pc-size) * 100vw));
    aspect-ratio: 1 / 1;
    border: 1px solid var(--white-color);
    border-radius: 50%;
}
.btn-link .arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: min(8px, calc(8 / var(--pc-size) * 100vw));
    aspect-ratio: 8 / 10;
    background-color: var(--white-color);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.btn-link .arrow.-down::after {
    width: min(10px, calc(10 / var(--pc-size) * 100vw));
    aspect-ratio: 10 / 8;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}
/* .-white */
.btn-link.-white a,
.btn-link.-white > span {
    color: var(--praimary-color);
    background-color: #F8F9FB;
    border-color: var(--praimary-color);
}
.btn-link.-white .arrow {
    border-color: var(--praimary-color);
}
.btn-link.-white .arrow::after {
    background-color: var(--praimary-color);
}
/* .-border-key */
.btn-link.-border-key a,
.btn-link.-border-key > span {
    color: var(--key-color);
    background-color: #FEFEFE;
    border-color: var(--key-color);
}
.btn-link.-border-key .arrow {
    border-color: var(--key-color);
}
.btn-link.-border-key .arrow::after {
    background-color: var(--key-color);
}

/* .-back */
.btn-link.-back a,
.btn-link.-back > span {
    width: min(380px, calc(380 / var(--pc-size) * 100vw));
    height: min(96px, calc(96 / var(--pc-size) * 100vw));
    color: var(--key-color);
    font-size: 2.8rem;
    font-weight: 500;
    background-color: #F7F8F9;
    border-width: 2px;
    border-color: var(--key-color);
}
.btn-link.-back .icon {
    display: inline-block;
    width: min(32px, calc(32 / var(--pc-size) * 100vw));
    aspect-ratio: 32 / 22;
    background-image: url('../img/common/icon_back.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-left: 2.4rem;
}
/* .-next */
.btn-link.-next a,
.btn-link.-next > span {
    flex-direction: column;
    width: min(400px, calc(400 / var(--pc-size) * 100vw));
    height: min(96px, calc(96 / var(--pc-size) * 100vw));
    color: var(--key-color);
    font-size: 2.0rem;
    font-weight: 500;
    background-color: var(--white-color);
    border-width: 2px;
    border-color: var(--key-color);
    padding: 0 4.5rem;
}
.btn-link.-next small {
    display: inline-block;
    line-height: 1.5;
    color: var(--font-color);
    font-size: 1.4rem;
    margin-top: 0.2em;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.btn-link.-next .arrow {
    right: min(10px, calc(10 / var(--pc-size) * 100vw));
    border-color: var(--key-color);
}
.btn-link.-next .arrow::after {
    background-color: var(--key-color);
}

/* 820 */
@media screen and (min-width:1px) and (max-width: 820px) {
    .ttl-section {
        font-size: 1.6rem;
        font-weight: 500;
        margin-bottom: 1.6rem;
    }
    .ttl-section span {
        font-size: 2.4rem;
    }
    /* btn */
    .btn-link a,
    .btn-link > span {
        width: calc(320 / var(--sp-size) * 100vw);
        height: calc(52 / var(--sp-size) * 100vw);
        font-size: 1.8rem;
    }
    .btn-link .arrow {
        right: calc(20 / var(--sp-size) * 100vw);
        width: calc(20 / var(--sp-size) * 100vw);
    }
    .btn-link .arrow::after {
        width: calc(6 / var(--sp-size) * 100vw);
        aspect-ratio: 6 / 8;
    }
    .btn-link .arrow.-down::after {
        width: calc(8 / var(--sp-size) * 100vw);
        aspect-ratio: 8 / 6;
        clip-path: polygon(0 0, 50% 100%, 100% 0);
    }

    /* .-back */
    .btn-link.-back a,
    .btn-link.-back > span {
        width: calc(335 / var(--sp-size) * 100vw);
        height: calc(48 / var(--sp-size) * 100vw);
        font-size: 1.8rem;
    }
    .btn-link.-back .icon {
        width: calc(25 / var(--sp-size) * 100vw);
    }
    /* .-next */
    .btn-link.-next a,
    .btn-link.-next > span {
        width: calc(335 / var(--sp-size) * 100vw);
        height: calc(89 / var(--sp-size) * 100vw);
        font-size: 1.7rem;
        padding: 0 3.5rem;
    }
    .btn-link.-next small {
        font-size: 1.2rem;
        margin-top: 0.4em;
    }
    .btn-link.-next .arrow {
        right: calc(10 / var(--sp-size) * 100vw);
    }
}

/* breadcrumbs
---------------------------------------------------*/
#breadcrumbs {
    padding: 0.5rem 0;
    margin: 0 12.0rem;
}
#breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
#breadcrumbs ol li {
    position: relative;
    line-height: 1.5;
    font-size: 1.6rem;
}
#breadcrumbs ol li:not(:last-child) {
    padding-right: 2em;
    margin-right: 1em;
}
#breadcrumbs ol li:not(:last-child)::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    translate: 0 -50%;
    width: 1.1rem;
    height: 1.6rem;
    background-color: #666;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
#breadcrumbs ol li a {
    color: #aaa;
}
#breadcrumbs ol li:last-child a {
    color: #666;
}
#breadcrumbs ol li a.inv {
    pointer-events: none;
}

/* < 768 */
@media screen and (max-width: 768px) {
    #breadcrumbs {
        margin: 0 2.0rem;
    }
    #breadcrumbs ol {
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
    #breadcrumbs ol li {
        font-size: 1.0rem;
        flex-grow: 1;
    }
    #breadcrumbs ol li:first-child {
        white-space: nowrap;
    }
    #breadcrumbs ol li:not(:last-child) {
        padding-right: 1.5em;
        margin-right: 0.5em;
    }
    #breadcrumbs ol li:not(:last-child)::after {
        width: 0.6rem;
        height: 0.8rem;
    }
}

/* contents-index-list
---------------------------------------------------*/
.contents-index-list li {
    margin-bottom: 1.0rem;
}
.contents-index-list .contents-title-wrap {
    position: relative;
    display: flex;
    z-index: 1;
}
.contents-index-list .contents-title-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 1.5rem;
    width: 7.0rem;
    aspect-ratio: 1 / 1;
    background-color: var(--white-color);
    border: 1px solid var(--key-color);
    border-radius: 50%;
    z-index: -1;
    pointer-events: none;
}
.contents-index-list .contents-title-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    height: 6.8rem;
    border-top: 2px solid var(--key-color);
    border-left: 2px solid var(--key-color);
    transform: skewX(-40deg);
    transform-origin: right top;
    z-index: -1;
    pointer-events: none;
}
.contents-index-list .contents-title-wrap .number {
    position: relative;
    width: 9.5rem;
    color: var(--key-color);
    z-index: 1;
    margin-top: -1.4rem;
    padding-top: 2.8rem;
}
.contents-index-list .contents-title-wrap .number:has(.type) {
    padding-top: 0;
}
.contents-index-list .contents-title-wrap .number .type {
    line-height: 1.4;
    font-size: 2.0rem;
    font-weight: 500;
}
.contents-index-list .contents-title-wrap .number .num {
    line-height: 1.2;
    font-size: 3.2rem;
    font-weight: 600;
}
.contents-index-list .contents-title-wrap .subject {
    align-self: center;
    width: calc(100% - 9.5rem);
    min-height: 7.0rem;
    line-height: 1.45;
    color: #13567D;
    font-size: 1.6rem;
    font-weight: 700;
    padding-top: 1.8rem;
}
.contents-index-list .contents-title-wrap .subject small {
    line-height: 1.2;
    font-size: 1.2rem;
}

/* is-close */
.contents-index-list li:has(.is-close) {
    position: relative;
    min-height: 9.5rem;
    margin-bottom: 0.5rem;
    pointer-events: none;
}
.contents-index-list li > p.is-close {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 102%;
    height: 100%;
    color: #13567D;
    font-size: 2.2rem;
    font-weight: 700;
    background-color: rgba(234, 239, 247, 0.8);
    border-radius: 1.0rem;
    z-index: 10;
}

/* 820 */
@media screen and (min-width:1px) and (max-width: 820px) {
    .contents-index-list .contents-title-wrap::before {
        width: 6.0rem;
    }
    .contents-index-list .contents-title-wrap::after {
        top: 0;
        right: 0;
        width: 78%;
        height: 6.2rem;
    }
    .contents-index-list .contents-title-wrap .subject {
        min-height: 6.0rem;
        font-size: 1.6rem;
        font-weight: 500;
        padding-top: 1.8rem;
        padding-right: 1.0rem;
    }
    .contents-index-list .contents-title-wrap .subject small {
        line-height: 1.45;
        font-size: 1.6rem;
    }
    /* is-close */
    .contents-index-list li > p.is-close {
        width: 100%;
    }
}