@charset "utf-8";
/*---------------------------------
requirement.css
---------------------------------*/
/* setting
---------------------------------*/
html, body {
    height: auto;
}

body {
    min-width: auto;
    letter-spacing: 0;
}
.notice {
    color: #E91C24;
}
/* header
---------------------------------*/
.header-requirement {
    background-color: #fff;
    height: 17vw;
    position: sticky;
    top: 0;
    z-index: 10;
}

.header-requirement__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}

.header-requirement__logo {
    width: 38.93vw;
    margin-left: 2.66vw;
}

.header-requirement__logo > a > img:last-child {
    display: none;
}

.header-requirement__button {
    width: 21.33vw;
    height: 100%;
    background-color: #4C6DFE;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-requirement__hamburger {
    width: 4.8vw;
    height: 4.266vw;
    position: relative;
}

.header-requirement__hamburger::before,
.header-requirement__hamburger::after {
    content: "";
}

.header-requirement__hamburger::before,
.header-requirement__hamburger::after,
.header-requirement__hamburger > span {
    height: 0.533vw;
    width: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
}

.header-requirement__hamburger::before {
    top: 0;
}

.header-requirement__hamburger::after {
    bottom: 0;
}

.header-requirement__hamburger > span {
    top: calc(50% - 0.2665vw);
}

.header-requirement__button__text {
    color: #fff;
    font-size: 1.4rem;
    margin-top: 1.33vw;
    line-height: 1;
}

.header-requirement__nav {
    display: none;
    position: absolute;
    top: 17vw;
    left: 0;
    width: 100%;
}

.header-requirement__nav__list {
    display: flex;
    flex-wrap: wrap;
}

.header-requirement__nav__list > li {
    width: 50%;
    position: relative;
}

.header-requirement__nav__list > li > a {
    display: block;
    font-weight: 400;
    padding: 5.333vw 4vw;
    text-decoration: none;
    position: relative;
}

.header-requirement__nav__list > li:nth-of-type(1) > a {
    color: #fff;
    background-color: #372EB2;
    border-right: 1px solid #fff;
    font-size: 3.733vw;
}

.header-requirement__nav__list > li:nth-of-type(1) svg {
    fill: #fff;
}

.header-requirement__nav__list > li:nth-of-type(2) > a {
    background-color: #FFF903;
    color: #372EB2;
    font-size: 3.733vw;
}

.header-requirement__nav__list > li:nth-of-type(2) svg {
    fill: #372EB2;
}

.header-requirement__nav__list > li:nth-of-type(3) {
    width: 100%;
}

.header-requirement__nav__list > li:nth-of-type(3) > a {
    color: #372EB2;
    background-color: #DEEBFE;
    border-top: 1px solid #fff;
    font-size: 4.266vw;
}

.header-requirement__nav__sp > li {
    border-top: 1px solid #fff;
}

.header-requirement__nav__sp > li > a {
    background-color: #32B5F2;
    padding: 4.8vw 4vw;
    display: block;
    position: relative;
    font-size: 4.266vw;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}

.header-requirement__nav__sp > li > a svg {
    fill: #fff;
}

.header-requirement__nav__pc {
    display: none;
}

.header-requirement.is-active {
    background-color: #4C6DFE;
}

.header-requirement.is-active .header-requirement__logo img:first-child {
    display: none;
}

.header-requirement.is-active .header-requirement__logo img:last-child {
    display: block;
}

.header-requirement__button.is-active .header-requirement__hamburger > span {
    display: none;
}

.header-requirement__button.is-active .header-requirement__hamburger::before {
    transform: rotate(45deg);
    top: 50%;
}

.header-requirement__button.is-active .header-requirement__hamburger::after {
    transform: rotate(-45deg);
    top: 50%;
}

@media (min-width: 768px){
    .header-requirement {
        height: 60px;
    }
        
    .header-requirement__logo {
        width: 196px;
    }
        
    .header-requirement__button {
        display: none;
    }
    
    .header-requirement__nav {
        display: flex;
        position: relative;
        top: 0;
        justify-content: flex-end;
    }
    
    .header-requirement__nav__list > li {
        width: auto;
        padding-right: 24px;
    }
    
    .header-requirement__nav__list > li > a {
        padding: 0;
    }
    
    .header-requirement__nav__list > li > a::before {
        content: "";
        position: absolute;
        bottom: 3px;
        width: 0;
        height: 1px;
        background: #333;
        transition: .4s;
        transform: translateX(-50%);
        left: 50%;
    }

    .header-requirement__nav__list > li > a:hover::before {
        width: 100%;
    }


    .header-requirement__nav__list > li:nth-of-type(3) {
        width: auto;
    }

    .header-requirement__nav__list > li:nth-of-type(1) > a,
    .header-requirement__nav__list > li:nth-of-type(2) > a,
    .header-requirement__nav__list > li:nth-of-type(3) > a {
        color: inherit;
        background: none;
        border: none;
        font-size: 1.5rem;
    }

    .header-requirement__nav__list > li:nth-of-type(1) svg,
    .header-requirement__nav__list > li:nth-of-type(2) svg,
    .header-requirement__nav__list > li:nth-of-type(3) svg {
        display: none;
    }
    
    .header-requirement__nav__sp {
        display: none;
    }

    .header-requirement__nav__pc {
        display: block;
        position: relative;
        width: 200px;
    }
}

.l-header_customers {
  position: relative;
  transition: all 0.3s ease;
  border-radius: 0 0 10px 10px;
  width: 200px;
  background-color: #33b6f3;
  position: absolute;
  top: -17px;
  right: 0;
  z-index: 100;
  text-align: center;
  padding: 5px;
  cursor: pointer;
}

.l-header_customers:hover {
    transition: all 0.3s;
}

.l-header_customers .c-btn_icon {
    --icon_width: 33px;
    --icon_height: 33px;
}

.l-header_customers a:hover{
    text-decoration: none;
}

@keyframes fade-out {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.l-header_customers:hover .info {
    display: block;
    animation-name: fade-in;
    animation-duration: .5s;
}
  
.l-header_customers .info {
    margin: 3px auto 6px;
    width: 164px;
    display: none;
    animation-name: fade-out;
    animation-duration: .5s;
}
  
.l-header_customers .info li a {
    display:block;
    float:left;
    font-size: 12px;
}

.l-header_customers .info li{
    display: table-cell;
    position: relative;
    transition: all 0.3s ease;
}

.l-header_customers .info li:nth-of-type(1){
    border-right: 1px solid #c1caf3;
}

.l-header_customers .info li:nth-of-type(1) a{
    margin-right: 8px;
}

.l-header_customers .info li:nth-of-type(2) a{
    margin-left: 8px;
}

.l-header_customers .info li a:hover::before {
    right: 48%;
    animation: nav_border_right 0.3s ease forwards;
}

.l-header_customers .info li a:hover::after {
    left: 52%;
    animation: nav_border_left 0.3s ease forwards;
}
  
.l-header_customers .info li a:hover::after,
.l-header_customers .info li a:hover::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #ffffff;
}

.l-header_customers a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #fff;
    font-size: 14px;
    position: relative;
}

.l-header_customers a:hover .c-btn_icon svg{
    transform: translateX(3px);
}

.l-header_customers .info a .c-btn_icon {
    fill: #fff;
    --icon_width: 13px;
    --icon_height: 13px;
}

.l-header_customers .info a .c-btn_icon svg {
    right: 26px !important;
    transition: all 0.3s ease;
}

.l-header_customers a .c-btn_icon svg {
    right: 18px !important;
    transition: all 0.3s ease;
}
.l-header_customers a .c-btn_icon svg {
    position: absolute;
    top: 0;
    right: var(--icon_rightPos);
    bottom: 0;
    left: var(--icon_leftPos);
    margin: auto;
    width: var(--icon_width);
    height: var(--icon_height);
}

.l-header_customers .c-btn_icon._row > svg {
    margin-right: -7px;
    fill: #fff;
    margin-top: -7px;
}
  
/* footer
---------------------------------*/
.l-footer--pc .l-footer_main__inner {
    max-width: 1200px;
    width: 100%;
}

.l-footer--pc .l-footer_pagetop {
    bottom: 30px;
}

@media (min-width: 768px){
    .l-footer--pc {
        width: 100%;
    }
}

@media (min-width: 1023px){
    .l-footer--pc {
        min-width: auto;
        width: auto;
    }
}

/* requirement__inner
---------------------------------*/
.requirement__inner {
    padding-left: 4vw;
    padding-right: 4vw;
    max-width: 1110px;
    margin: 0 auto;
    width: 100%;
}

@media (min-width: 768px){
    .requirement__inner {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* requirement__pagetitle__01
---------------------------------*/
.requirement__pagetitle__01 {
    background-color: #3350A2;
    padding: 2.66vw 0;
}

.requirement__pagetitle__hdg__01 {
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 8px;
    line-height: 1.5;
}

.requirement__pagetitle__hdg__main {
    font-size: 5.33vw;
}

.requirement__pagetitle__hdg__sub {
    font-weight: 400;
    font-size: 3.733vw;
}

@media (min-width: 768px) {
    .requirement__pagetitle__01 {
        padding: 30px 0;
    }

    .requirement__pagetitle__hdg__main {
        font-size: 3rem;
    }
    
    .requirement__pagetitle__hdg__sub {
        font-size: 1.7rem;
    }
}

@media (min-width: 1024px) {
    .requirement__pagetitle__hdg__01 {
        flex-direction: row;
        align-items: center;
        gap: 30px;
    }
}

/* requirement__breadcrumb
---------------------------------*/
.requirement__breadcrumb {
    background-color: #F0F4F8;
    padding: 2.133vw 0;
}

.requirement__breadcrumb__list > li {
    font-size: 3.2vw;
    display: inline-flex;
    margin-right: 5.333vw;
    position: relative;
    color: inherit;
}

.requirement__breadcrumb__list > li:last-child {
    margin-right: 0;
}

.requirement__breadcrumb__list > li:last-child::after {
    content: none;
}

.requirement__breadcrumb__list > li::after {
    content: "";
    position: absolute;
    right: -3.733vw;
    top: 50%;
    width: 2.133vw;
    height: 2.133vw;
    border-right: 0.266vw solid #4C6DFE;
    border-bottom: 0.266vw solid #4C6DFE;
    transform: translateY(-50%) rotate(-45deg);
}

.requirement__breadcrumb__list > li > a {
    font-weight: 400;
    color: #372EB2;
}

@media (min-width: 768px) {
    .requirement__breadcrumb {
        padding: 8px 0;
    }
    
    .requirement__breadcrumb__list > li {
        font-size: 1.4rem;
        margin-right: 30px;
    }
    
    .requirement__breadcrumb__list > li::after {
        right: -20px;
        width: 8px;
        height: 8px;
        border-right-width: 1px;
        border-bottom-width: 1px;
    }
}

/* requirement__contents
---------------------------------*/
.requirement__contents {
    margin: 7.466vw auto 21.33vw;
}

@media (min-width: 768px) {
    .requirement__contents {
        margin: 57px auto 120px;
    }
     
}

/* requirement__anchor
---------------------------------*/
.requirement__anchor {
    display: flex;
    flex-wrap: wrap;
    gap: 2.4vw;
}

.requirement__anchor > li {
    width: calc(50% - 1.2vw);
}

.requirement__anchor > li > a {
    border-radius: 2.133vw;
    border: 0.266vw solid #D5DCEA;
    display: flex;
    font-size: 3.2vw;
    font-weight: 500;
    line-height: 1.5;
    padding: 0 6.5vw 0 2.66vw;
    position: relative;
    align-items: center;
    min-height: 13.86vw;
    height: 100%;
    text-decoration: none;
    transition: .4s;
}

.requirement__anchor > li > a::after {
    content: "";
    position: absolute;
    right: 2.66vw;
    top: 50%;
    width: 2.133vw;
    height: 2.133vw;
    border-right: 0.266vw solid #3350A2;
    border-bottom: 0.266vw solid #3350A2;
    transform: translateY(-50%) rotate(45deg);
}

.requirement__anchor > li > a:hover {
    background-color: #4C6DFE;
    color: #fff;
}

.requirement__anchor > li > a:hover::after {
    border-right-color: #fff;
    border-bottom-color: #fff;
}

@media (min-width: 768px) {
    .requirement__anchor {
        gap: 13px;
    }
    
    .requirement__anchor > li {
        width: calc(25% - 10px);
    }
    
    .requirement__anchor > li > a {
        border-radius: 8px;
        border-width: 1px;
        font-size: 1.4rem;
        padding: 0 35px 0 20px;
        min-height: 52px;
    }
    
    .requirement__anchor > li > a::after {
        right: 20px;
        width: 10px;
        height: 10px;
        border-right-width: 1px;
        border-bottom-width: 1px;
    }
}

/* requirement__sub__anchor
---------------------------------*/
.requirement__sub__anchor {
    margin-top: 10.66vw;
    display: flex;
    flex-wrap: wrap;
    gap: 2.66vw 2.133vw;
}

.requirement__sub__anchor > li > a {
    display: block;
    background-color: #F0F4F8;
    border-radius: 9.333vw;
    color: inherit;
    font-size: 3.2vw;
    padding: 1.6vw 11.2vw 1.6vw 4.26vw;
    position: relative;
    text-decoration: none;
    transition: .4s;
}

.requirement__sub__anchor > li > a::before,
.requirement__sub__anchor > li > a::after {
    content: "";
    position: absolute;
}

.requirement__sub__anchor > li > a::before {
    width: 4.8vw;
    height: 4.8vw;
    background-color: #3350A2;
    border-radius: 50%;
    transform: translateY(-50%);
    top: 50%;
    right: 4.266vw;
}

.requirement__sub__anchor > li > a::after {
    width: 2.133vw;
    height: 2.133vw;
    border-right: 0.533vw solid #fff;
    border-bottom: 0.533vw solid #fff;
    right: 5.6vw;
    top: calc(50% - 1.6vw);
    transform: rotate(45deg);
}

.requirement__sub__anchor > li > a:hover {
    background-color: #DEEFFF;
}

@media (min-width: 768px) {
    .requirement__sub__anchor {
        margin-top: 60px;
        gap: 20px 16px;
    }
    
    .requirement__sub__anchor > li > a {
        border-radius: 35px;
        font-size: 1.4rem;
        padding: 6px 42px 6px 16px;
    }
        
    .requirement__sub__anchor > li > a::before {
        width: 18px;
        height: 18px;
        right: 16px;
    }
    
    .requirement__sub__anchor > li > a::after {
        width: 8px;
        height: 8px;
        border-right-width: 2px;
        border-bottom-width: 2px;
        right: 21px;
        top: calc(50% - 6px);
    }
}

/* requirement__wrap
---------------------------------*/
.requirement__wrap {
    margin-top: 10.66vw;
}

.requirement__wrap :where(a) {
    color: #4C6DFE;
    text-decoration: underline;
    font-weight: inherit;
}

.requirement__wrap :where(a:hover) {
    text-decoration: none;
}

.requirement__wrap > .list__note__01 {
    margin-top: 0;
}

@media (min-width: 768px) {
    .requirement__wrap {
        margin-top: 60px;
    }
}

/* requirement__item
---------------------------------*/
.requirement__item {
    margin-top: 21.33vw;
}

.requirement__item::before {
    content: "";
    display: block;
    height: 21.33vw;
    margin-top: -21.33vw;
    visibility: hidden;
}

.requirement__item:first-child {
    margin-top: 0;
}

@media (min-width: 768px) {
    .requirement__item {
        margin-top: 80px;
    }

    .requirement__item::before {
        height: 60px;
        margin-top: -60px;
    }    
}

/* requirement__item__block
---------------------------------*/
.requirement__item__block {
    margin-top: 16vw;
}

.requirement__item__block::before {
    content: "";
    display: block;
    height: 16vw;
    margin-top: -16vw;
    visibility: hidden;
}

@media (min-width: 768px) {
    .requirement__item__block {
        margin-top: 60px;
    }

    .requirement__item__block::before {
        height: 60px;
        margin-top: -60px;
    }
}

/* requirement__past__block
---------------------------------*/
.requirement__past__block {
    margin-top: 16vw;
    background: #F0F4F8;
}

.requirement__past__block > .requirement__wrap {
    padding: 5.333vw;
    margin-top: 0;
}

@media (min-width: 768px) {
    .requirement__past__block {
        margin-top: 60px;
    }

    .requirement__past__block > .requirement__wrap {
        padding: 50px;
    }
}

/* requirement__past__button
---------------------------------*/
.requirement__past__button {
    background-color: #D5DCEA;
    text-align: center;
    font-size: 5.333vw;
    font-weight: 700;
    padding: 4vw;
    position: relative;
    width: 100%;
}

.requirement__past__button::before,
.requirement__past__button::after {
    content: "";
    position: absolute;
    background-color: #333;
    top: 50%;
    transform: translateY(-50%);
    transition: .4s;
}

.requirement__past__button::before {
    width: 4.266vw;
    height: 0.533vw;
    right: 4vw;

}

.requirement__past__button::after {
    height: 4.266vw;
    width: 0.533vw;
    right: 5.866vw;
}

.requirement__past__button.is-open::before {
    transform: rotate(180deg);
}

.requirement__past__button.is-open::after {
    content: none;
}

.requirement__past__button + .requirement__wrap {
    display: none;
}

@media (min-width: 768px) {
    .requirement__past__button {
        font-size: 2rem;
        padding: 20px;
    }
    
    .requirement__past__button::before {
        width: 20px;
        height: 2px;
        right: 30px;
    
    }
    
    .requirement__past__button::after {
        height: 20px;
        width: 2px;
        right: 39px;
    }
    
}
/* hdg__lv2__01
---------------------------------*/
.hdg__lv2__01 {
    font-size: 6.4vw;
    padding-bottom: 2.133vw;
    border-bottom: 2px solid #D5DCEA;
}

.hdg__lv2__01 + .requirement__item__block {
    margin-top: 8.533vw;
}

@media (min-width: 768px) {
    .hdg__lv2__01 {
        font-size: 2.8rem;
        padding-bottom: 8px;
    }

    .hdg__lv2__01 + .requirement__item__block {
        margin-top: 32px;
    }
}

/* hdg__lv3__01
---------------------------------*/
.hdg__lv3__01 {
    font-size: 5.333vw;
    padding-left: 2.133vw;
    border-left: 2.133vw solid #D5DCEA;
}

@media (min-width: 768px) {
    .hdg__lv3__01 {
        font-size:2.4rem;
        padding-left: 8px;
        border-left-width: 8px;
    }
}

/* requirement__image
---------------------------------*/
.requirement__image {
    margin-top: 5.333vw;
    text-align: center;
}

@media (min-width: 768px) {
    .requirement__image {
        margin-top: 20px;
    }
}

/* table__wrap
---------------------------------*/
.table__wrap {
    margin-top: 8vw;
}

.table__wrap:has(.table__02) {
    margin-top: 4.266vw;
}

.table__wrap._scroll {
    overflow-x: auto;
}

.table__wrap._scroll > .table__01,
.table__wrap._scroll > .table__02 {
    white-space: nowrap;
}

@media (min-width: 768px) {
    .table__wrap {
        margin-top: 32px;
    }

    .table__wrap:has(.table__02) {
        margin-top: 32px;
    }
    
    .table__wrap._scroll > .table__01,
    .table__wrap._scroll > .table__02 {
        white-space: normal;
    }
}

/* table__01
---------------------------------*/
.table__01 {
    width: 100%;
    line-height: 1.5;
}

.table__01 .wid30 {
    width: 30%;
}

.table__01 .wid20 {
    width: 20%;
}

.table__01 .wid25 {
    width: 25%;
}

.table__01 .wid33 {
    width: 33%;
}

.table__01 .align-center {
    text-align: center;
}

.table__01 > thead > tr > th {
    background-color: #372EB2;
    color: #fff;
    font-size: 4.266vw;
    border-right: 1px solid #fff;
    font-weight: 500;
}

.table__01 > thead > tr > th:last-child {
    border-right: none;
}

.table__01 > tbody > tr > th {
    background-color: #F0F4F8;
    font-size: 3.733vw;
    border-right: 1px solid #D5DCEA;
    border-bottom: 1px solid #D5DCEA;
}

.table__01 > tbody > tr > th em,
.table__01 > tbody > tr > td em {
    color: #372EB2;
    font-weight: 700;
}

.table__01 > tbody > tr > td {
    font-size: 3.733vw;
    border-right: 1px solid #D5DCEA;
    border-bottom: 1px solid #D5DCEA;
}

.table__01 > tbody > tr > td:last-child {
    border-right: none;
}

.table__01 th,
.table__01 td {
    text-align: left;
    padding: 2.66vw;
}

.td__block {
    margin-top: 5.333vw;
}

.td__block:first-child {
    margin-top: 0;
}

.td__block > *:first-child {
    margin-top: 0;
}

.td__block strong {
    color: #E00168;
}

@media (min-width: 768px) {    
    .table__01 > thead > tr > th {
        font-size: 1.6rem;
    }
    
    .table__01 > tbody > tr > th {
        font-size: 1.6rem;
    }
    
    .table__01 > tbody > tr > td {
        font-size: 1.6rem;
    }
    
    .table__01 th,
    .table__01 td {
        padding: 12px;
    }
    
    .td__block {
        margin-top: 20px;
    }
}

/* table__02
---------------------------------*/
.table__02 {
    width: 100%;
    line-height: 1.5;
	margin-left:20px;
}

.table__02 > caption {
    font-weight: 700;
    font-size: 3.733vw;
    margin-bottom: 2.133vw;
    text-align: left;
}

.table__02 > thead > tr > th {
    background-color: #D5DCEA;
    font-size: 3.733vw;
    border-right: 1px solid #fff;
    padding: 3.466vw 2.133vw;
}

.table__02 > thead > tr > th:last-child {
    border-right: none;
}

.table__02 > tbody > tr > td {
    font-size: 3.733vw;
    border-right: 1px solid #D5DCEA;
    border-bottom: 1px solid #D5DCEA;
    padding: 2.133vw;
}

.table__02 > tbody > tr > td:last-child {
    border-right: none;
}

.table__02 th,
.table__02 td {
    text-align: center;
}

@media (min-width: 768px) {
    .table__02 {
        max-width: 640px;
    }
    
    .table__02._wide {
        max-width: 960px;
    }

    .table__02 > caption {
        font-size: 1.6rem;
        margin-bottom: 8px;
    }
    
    .table__02 > thead > tr > th {
        font-size: 1.6rem;
        border-right: 1px solid #fff;
        padding: 12px 6px;
    }
        
    .table__02 > tbody > tr > td {
        font-size: 1.6rem;
        padding: 6px;
    }
}

/* list__dots__01
---------------------------------*/
.list__dots__01 {
    margin-top: 2.133vw;
}

.list__dots__01 > li {
    font-size: 3.733vw;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.5;
}

.list__dots__01 > li::before {
    content: "・";
}

.list__dots__01 > li > s, 
.list__dots__01 > li:has(>s)::before {
    color: #B3B3B3;
}

@media (min-width: 768px) {
    .list__dots__01 {
        margin-top: 8px;
    }
    
    .list__dots__01 > li {
        font-size: 1.6rem;
    }
}

/* list__note__01
---------------------------------*/
.list__note__01 {
    margin-top: 5.333vw;
}

.list__note__01 > li {
    font-size: 3.733vw;
    padding-left: calc(1em + 6px);
    text-indent: calc(-1em - 6px);
    line-height: 1.5;
    margin-top: 3.2vw;
}

.list__note__01 > li:first-child {
    margin-top: 0;
}

.list__note__01 > li strong {
    color: #E91C24;
    font-weight: inherit;
}

.list__note__01 > li > s, 
.list__note__01 > li:has(>s)::before {
    color: #B3B3B3;
}

.list__note__01 > li .mark {
    margin-right: 6px;
}

@media (min-width: 768px) {
    .list__note__01 {
        margin-top: 20px;
    }
    
    .list__note__01 > li {
        font-size: 1.4rem;
        margin-top: 12px;
    }
}

/* list__bullet__01
---------------------------------*/
.list__bullet__01 {
    margin-top: 5.333vw;
}

.list__bullet__01 > li {
    font-size: 3.733vw;
    padding-left: calc(1em + 4px);
    line-height: 1.5;
    margin-top: 4.266vw;
    position: relative;
}

.list__bullet__01 > li:first-child {
    margin-top: 0;
}

.list__bullet__01 > li::before {
    content: "●";
    color: #3350A2;
    position: absolute;
    left: 0;
    top: 0;
}

.list__bullet__01 > li.icon-red > strong,
.list__bullet__01 > li:not(.icon-blue):has(> strong)::before {
    color: #E91C24;
    font-weight: inherit;
}

.list__bullet__01 > li > s,
.list__bullet__01 > li:not(.icon-blue):has(> s)::before {
    color: #B3B3B3;
}

@media (min-width: 768px) {
    .list__bullet__01 {
        margin-top: 32px;
    }
    
    .list__bullet__01 > li {
        font-size: 1.6rem;
        margin-top: 16px;
    }
}

/* list__num__01
---------------------------------*/
.list__num__01 {
    margin-top: 5.333vw;
    list-style-position: inside;
}

.list__num__01 > li {
    font-size: 4.266vw;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.5;
    list-style-type: decimal;
}

.list__num__01 > li > s, 
.list__num__01 > li:has(>s)::marker {
    color: #B3B3B3;
}

@media (min-width: 768px) {
    .list__num__01 {
        margin-top: 20px;
    }
    
    .list__num__01 > li {
        font-size: 1.6rem;
    }
}

/* list__block
---------------------------------*/
.list__block  {
    margin-top: 4.266vw;
}

.list__block:first-of-type {
    margin-top: 0;
}

.list__block > *:first-child {
    margin-top: 2.133vw;
}

.list__block .list__note__01 > li {
    margin-top: 0;
}

@media (min-width: 768px) {
    .list__block  {
        margin-top: 16px;
    }

    .list__block > *:first-child {
        margin-top: 8px;
    }
}

/* requirement__item__button
---------------------------------*/
.requirement__item__button {
    margin: 8.533vw auto 0;
    width: 93.91%;
}

@media (min-width: 768px) {
    .requirement__item__button {
        margin: 32px auto 0 0;
        max-width: 324px;
    } 
}

/* button__01
---------------------------------*/
.button__01 {
    display: block;
    text-decoration: none;
    border-radius: 2.133vw;
    border: 0.266vw solid #D5DCEA;
    font-size: 3.733vw;
    font-weight: 500;
    line-height: 1.5;
    padding: 4.266vw 5.33vw;
    position: relative;
    transition: .4s;
    color: #372EB2;
}

.button__01::after {
    content: "";
    position: absolute;
    right: 5.33vw;
    top: 50%;
    width: 2.133vw;
    height: 2.133vw;
    border-right: 0.266vw solid #3350A2;
    border-bottom: 0.266vw solid #3350A2;
    transform: translateY(-50%) rotate(-45deg);
}

.button__01:hover {
    text-decoration: none;
    background-color: #4C6DFE;
    color: #fff;
}

.button__01:hover::after {
    border-right-color: #fff;
    border-bottom-color: #fff;
}

@media (min-width: 768px) {
    .button__01 {
        border-radius: 8px;
        border-width: 1px;
        font-size: 1.4rem;
        padding: 16px 20px;
    }
    
    .button__01::after {
        right: 20px;
        top: 50%;
        width: 10px;
        height: 10px;
        border-right-width: 1px;
        border-bottom-width: 1px;
    }
}

/* requirement__text
---------------------------------*/
.requirement__text {
    font-size: 4.266vw;
    line-height: 1.5;
    margin-top: 5.333vw;
}

.requirement__text strong {
    color: #E91C24;
    font-weight: inherit;
}

@media (min-width: 768px) {
    .requirement__text {
        font-size: 1.6rem;
        margin-top: 20px;
    }
}

/* requirement__button-list
---------------------------------*/
.requirement__button-list {
    margin-top: 16vw;
    display: flex;
    flex-direction: column;
    gap: 10.666vw;
}

.requirement__button-list > li > a {
    display: block;
    text-decoration: none;
    border-radius: 2.133vw;
    color: #fff;
    text-align: center;
    font-size: 5.333vw;
    font-weight: 700;
    padding: 5.333vw;
    position: relative;
    background: linear-gradient(to right, #4c6dfd 1%,#6651da 100%);
    transition: .4s;
}

.requirement__button-list > li > a::after {
    content: "";
    position: absolute;
    right: 3.733vw;
    top: 50%;
    width: 2.666vw;
    height: 2.666vw;
    border-right: 0.533vw solid #fff;
    border-bottom: 0.533vw solid #fff;
    transform: translateY(-50%) rotate(-45deg);
    transition: .4s;
}

.requirement__button-list > li > a:hover {
    background: linear-gradient(to left, #4c6dfd 1%,#6651da 100%);
    transform: translateY(3px);
}

.requirement__button-list > li > a:hover::after {
    transform: translate(3px, -50%) rotate(-45deg);
}

@media (min-width: 768px) {
    .requirement__button-list {
        margin-top: 80px;
        flex-direction: row;
        justify-content: center;
        gap: 40px;
    }

    .requirement__button-list > li {
        max-width: 420px;
        width: 100%;
    }
    
    .requirement__button-list > li > a {
        border-radius: 8px;
        font-size: 2.4rem;
        padding: 20px;
    }
    
    .requirement__button-list > li > a::after {
        right: 16px;
        width: 10px;
        height: 10px;
        border-right-width: 2px;
        border-bottom-width: 2px;
    }
}

/* relation__desc
---------------------------------*/
.relation__desc {
    margin: 16vw auto 0;
    max-width: 980px;
}

.relation__desc > div {
    display: flex;
    flex-direction: column;
}

.relation__desc > div > dt {
    background-color: #3350A2;
    padding: 4vw;
    display: flex;
    justify-content: center;
}

.relation__desc > div > dt > .text {
    font-weight: 700;
    color: #fff;
    font-size: 4.8vw;
}

.relation__desc > div > dd {
    background-color: #F0F4F8;
    padding: 4vw;
}

@media (min-width: 768px) {
    .relation__desc {
        margin-top: 120px;
    }
    
    .relation__desc > div {
        flex-direction: row;
    }
    
    .relation__desc > div > dt {
        width: 25%;
        padding: 10px;
    }

    .relation__desc > div > dt > .text {
        align-self: center;
        font-size: 1.8rem;
    }
    
    .relation__desc > div > dd {
        padding: 20px;
        flex: 1;
    }
}

/* relation__link
---------------------------------*/
.relation__link {
    display: flex;
    flex-direction: column;
    gap: 4.266vw;
}

.relation__link > li > a {
    position: relative;
    text-decoration: none;
    color: #3350A2;
    font-size: 4.266vw;
    font-weight: 700;
    padding-left: 6.666vw;
}

.relation__link > li > a:hover {
    text-decoration: underline;
}

.relation__link > li > a::before,
.relation__link > li > a::after {
    content: "";
    position: absolute;
}

.relation__link > li > a::before {
    background-color: #3350A2;
    width: 5.333vw;
    height: 5.333vw;
    left: 0;
    top: 1.066vw;
    border-radius: 50%;
}

.relation__link > li > a::after {
    left: 1.066vw;
    top: 2.666vw;
    width: 2.133vw;
    height: 2.133vw;
    border-right: 0.533vw solid #fff;
    border-bottom: 0.533vw solid #fff;
    transform: rotate(-45deg);
}

@media (min-width: 768px) {
    .relation__link {
        flex-wrap: wrap;
        flex-direction: row;
        gap: 16px 30px;
    }
    
    .relation__link > li > a {
        font-size: 1.6rem;
        padding-left: 25px;
    }
        
    .relation__link > li > a::before {
        width: 20px;
        height: 20px;
        top: 3px;
    }
    
    .relation__link > li > a::after {
        left: 4px;
        top: 9px;
        width: 8px;
        height: 8px;
        border-right-width: 2px;
        border-bottom-width: 2px;
    }
}

/* Utilities
---------------------------------*/
.u-sp {
    display: block;
}

.u-pc {
    display: none;
}

@media (min-width: 768px) {
    .u-sp {
        display: none;
    }
    
    .u-pc {
        display: block;
    }
}