@charset "utf-8";
.prep-hero {
    margin-bottom: 6em;
}
.prep-hero::before {
    content: "";
    display: block;
    width: 100%;
    height: 81rem;
    background: url('../images/prep-bg_top_sp.png');
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
}
.page-inner_bg {
    position: relative;
}
.page-inner_bg::before {
    content: "";
    display: block;
    width: 100%;
    height: 62rem;
    background: url('../images/prep-bg_page-inner_sp.png');
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    position: absolute;
    top: -8em;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.page-inner_bg.--page-about::before {
    top: 41%;
    transform: translate(-50%,-50%);
}
.page-inner_bg.--page-message::before{
    top: 50%;
    transform: translate(-50%,-50%);
}
.prep-hero__content {
    display: flex;
    flex-direction: column;
    gap: 2em;
}
.prep-hero .prep-hero__ttl {
    text-align: center;
}
.prep-hero .prep-hero__ttl span {
    font-family: var(--font-en);
    color: var(--color-main);
    font-style: italic;
    font-weight: 500;
    display: inline-block;
    line-height: 1.2em;
    padding-right: .5em;
}
.prep-hero .prep-hero__ttl span:last-child {
    padding-right: 0;
}
.prep-hero .prep-hero__ttl span.big-sp {
    font-size: 2.5em;
    display: block;
    padding: 0;
}
.prep-hero .prep-hero__lead {
    text-align: center;
    font-size: 2em;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 5%;
}
.prep-hero .prep-hero__cap {
    margin: 1.5em 0 3em 0;
    color: #010101;
}
.prep-hero .prep-hero__cap p {
    font-size: 0.875em;
    text-align: center;
    font-weight: 700;
    line-height: 2em;
}
.prep-hero  .prep-hero__cap-red {
    display: flex;
    justify-content: space-between;
}
.prep-hero .prep-hero__cap-red li {
    width: 11rem;
    height: 11rem;
    background-color: var(--color-main);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0px 0px 1.5em 0px #00000026;
}
.prep-hero .prep-hero__cap-red li span {
    font-size: 0.875em;
    line-height: 1.3em;
    font-weight: 700;
    color: white;
}
.prep-hero__news {
    background-color: white;
    box-shadow: 0px 0px 3.75em 0px #0000001A;
    padding: 2em 1.5em;
    margin: 5em 0 0 0;
}
.prep-hero__news__ttl .ttl--en {
    color: var(--color-main);
    font-size: 3.2rem;
    display: block;
}
.prep-hero__news__ttl .ttl--jp {
    font-size: 0.875em;
    font-weight: 700;
    margin-top: 1em;
    display: block;
}
.prep-hero__news .newslist {
    margin-top: 1.5em;
}
.prep-hero__news .newslist article {
    border-bottom: 1px dashed rgba(1, 1, 1, 0.4);
    padding: .5em 0;
}
.prep-hero__news .newslist-meta {
    display: flex;
    gap: 1em;
    margin-bottom: .5em;
}
.prep-hero__news .newslist-meta__cat span {
    font-size: 0.875em;
    background-color: black;
    color: white;
    padding: 0 .5em;
}
.top-prep__block {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
    margin-bottom: 5em;
}
.top-prep__block__txt .button-red {
    margin-top: 2em;
}
.top-message__block {
    box-shadow: 0px 0px 60px 0px #0000001A;
    background: #F8F8F8;
}
.top-message__block__inner {
    background-color: white;
    padding: 2em;
    display: flex;
    flex-direction: column;
    gap: 3em;
}
.top-message__block .top-message__ttl {
    font-size: 1.5em;
    line-height: 1.5em;
}
.top-message__block .top-message__ttl-sub {
    font-weight: 700;
    position: relative;
    padding-left: 3em;
    margin: 1em 0;
}
.top-message__block .top-message__ttl-sub::before {
    content: "";
    display: block;
    width: 2.5em;
    height: 1px;
    background-color: var(--color-main);
    position: absolute;
    left: 0;
    top: 50%;
}
.top-message__profile {
    line-height: 1.7em;
    margin: 2em 0;
}
/** page **/
.block-lay {
    display: block;
    background-color: #F8F8F8;
    padding: 1.5em;
    margin: 3em 0;
}
.block-lay .block-lay__ttl {
    background-color: #333333;
    padding: 1em 0 1em 3em;
    position: relative;
    margin-bottom: 1.5em;
}
.block-lay .block-lay__ttl::before {
    height: 4px;
    top: calc(50% - 2px);
}
.block-lay .block-lay__ttl span {
    font-size: 1.125em;
    line-height: 1.5em;
    color: white;
}
.block-img__cen figure {
    display: block;
    margin: 3em auto;
}
.prep-anchorlinks {
    margin: 3em 0;
}
.prep-anchorlinks ul {
    display: flex;
    flex-direction: column;
    gap: 1em;
}
.prep-anchorlinks ul li a {
    border-bottom: 1px solid var(--color-main);
    position: relative;
    display: block;
    text-align: center;
    padding-bottom: 1em;
    margin-bottom: 0.625em;
}
.prep-anchorlinks ul li a::before {
    content: "";
    display: block;
    height: 0.625em;
    width: 1.125em;
    background-color: var(--color-main);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    bottom: -0.625em;
    left: 50%;
    transform: translateX(-50%);
}
.prep-anchorlinks ul li a span {
    font-size: 0.875em;
    line-height: 1.7em;
    font-weight: 700;
}
.prep-no__ttl {
    display: flex;
    align-items: center;
    gap: 1em;
    margin-bottom: 3em;
}
.prep-no__ttl .ttl--no {
    display: block;
    background-color: #333;
    color: white;
    font-size: 1.5em;
    font-family: var(--font-en);
    width: 4.8rem;
    height: 4.8rem;
    line-height: 4.8rem;
    text-align: center;
}
.prep-no__ttl .ttl--txt {
    font-size: 1.128em;
    line-height: 1.7em;
}
.prep-page__contact-block {
    background-color: white;
    padding: 2em 1em;
    margin: 4em  0 2em 0;
}
.prep-page__contact-block dl {
    display: flex;
    flex-direction: column;
    gap: 1em;
}
.prep-page__contact-block dl dt {
    padding-left: 2.5em;
    position: relative;
}
.prep-page__contact-block dl dt span {
    font-size: 1.125em;
    font-weight: 700;
}
.prep-message__ttl {
    margin-bottom: 1em;
}
.prep-message__ttl span {
    font-size: 1.5em;
    line-height: 1.5em;
    color: #010101;
}
.prep-message__ttl-sub {
    padding-left: 3em;
    position: relative;
}
.prep-message__ttl-sub::before {
    top: 50%;
    height: 2px;
}
.prep-message__ttl-sub span {
    font-size: 1.125em;
}
.prep-media__lay,.--media__lay {
    display: flex;
    flex-direction: column;
    gap: 3em;
}
.block-lay.--media__lay {
    gap: 2em;
}
.lay-indent p.kpro-txt01 {
    font-size: 1.125em;
    font-weight: bold;
    margin-bottom: 3.2rem;
}
.lay-indent .block-lay p.kpro-txt01 {
    margin-bottom: 1em;
}
.kpro-imglay01 {
    display: flex;
    flex-direction: column;
    gap: 3em;
    margin-top: 3em;
}
.kpro-listlay {
    display: grid;
    gap: 2em;
}
.kpro-listlay dt {
    padding-bottom: .5em;
    margin-bottom: 1em;
    position: relative;
}
.kpro-listlay dt::before {
    content: "";
    display: block;
    width: 1.5em;
    height: 1px;
    background-color: var(--color-main);
    position: absolute;
    bottom: 0;
    left: 0;
}
.kpro-listlay dt span {
    font-weight: 700;
    font-size: 1.125em;
    line-height: 1.7em;
}
.kpro-listlay dd li {
    line-height: 1.7em;
}
/** img-popup **/
#img-popup-sp {
  position: fixed;
  inset: 0;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  box-sizing: border-box;
  z-index: 9999;
}
.img-popup-sp__bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}
.img-popup-sp__inner {
  position: relative;
  max-width: 100%;
  max-height: 100%;
}
#img-popup-sp img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
#img-popup-sp.is-active {
  display: flex;
}
/** sp **/
@media (max-width:768px) {
    .table__scroll {
        overflow-x: auto;
        display: block;
        margin-top: 2em;
    }
    .table__scroll::-webkit-scrollbar {
        width: 1rem;
        height: 1rem;
    }
    .table__scroll .prep-table {
        min-width: 110rem;
    }
    .prep-table th,.prep-table td {
        border-right: 1px solid white;
        border-bottom: 1px solid white;
    }
    .prep-table th {
        writing-mode: vertical-rl;
        text-orientation: upright;
        letter-spacing: 0.5em;
        line-height: 1.6em; 
        background-color: #666666;
        color: white;
        font-weight: 700;
        text-align: center;
        vertical-align: middle;
    }
    .prep-table tbody tr td {
        background-color: #F3F3F3;
        vertical-align: middle;
        text-align: center;
    }
    .prep-table tbody tr:nth-child(even) td {
        background-color: #F8F8F8;
    }
    .prep-table td.th {
        background-color: #CCCCCC !important;
        font-weight: 700;
        padding: 1em;
        vertical-align: middle;
        text-align: center;
    }
    .js-popup-target {
        margin-bottom: 2em;
    }
    .js-popup-target img {
        cursor: pointer;
    }
}
/** pc **/
@media (min-width: 769px) {
    .prep-hero {
        padding-top: 13.5em;
        margin-bottom: 7.5em;
    }
    .prep-hero::before {
        background-image: url('../images/prep-bg_top.png');
        width: 1924px;
        height: 2306px;
    }
    .page-inner_bg {
        margin-top: 10em;
    }
    .page-inner_bg::before {
        width: 1924px;
        height: 1240px;
        background: url('../images/prep-bg_page-inner.png?12');
        background-size: 100% auto;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }
    .page-inner_bg.--page-about,
    .page-inner_bg.--page-message {
        margin-top: 0;
    }
    .page-inner_bg.--page-about::before {
        top: 40%;
    }
    .page-inner_bg.--page-message::before {
        top: auto;
        bottom: 0;
        transform: translate(-50%,0);
    }
   .prep-hero__content {
        flex-direction: row-reverse;
        align-items: stretch;
        justify-content: space-between;
   }
   .prep-hero .prep-hero__ttl {
        width: 47rem;
        padding-left: 5.5em;
        border-left: 1px solid var(--color-main);
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: left;
   }
   .prep-hero .prep-hero__ttl span,
   .prep-hero .prep-hero__ttl span.big-sp {
        display: block;
        font-size: 6em;
   }
   .prep-hero .prep-hero__txt {
        width: 72rem;
   }
   .prep-hero .prep-hero__cap {
        margin: 3em 0 3em 0;
    }
   .prep-hero .prep-hero__lead {
        font-size: 4em;
        text-align: left;
   }
   .prep-hero .prep-hero__cap p {
        font-size: 1.25em;
        text-align: left;
   }
   .prep-hero .prep-hero__cap-red li {
        width: 22.4rem;
        height: 22.4rem;
   }
   .prep-hero .prep-hero__cap-red li span {
        font-size: 1.75em;
   }
   .prep-hero__news {
        padding: 3em 5em;
   }
   .prep-hero__news__ttl .ttl--en {
        font-size: 2.5em;
   }
   .prep-hero__news .newslist article {
        display: flex;
        align-items: center;
        gap: 2em;
        padding: 1.5em 0;
   }
   .prep-hero__news .newslist-meta {
        margin: 0;
   }
   .top-prep__block {
        flex-direction: row;
        gap: 5em;
   }
   .top-prep__block.reverse {
        flex-direction: row-reverse;
   }
   .top-prep__block .top-prep__block__img {
        flex: 0 0 38em;
   }
   .top-message__block {
        margin: 10em 5em;
        padding: 4em;
   }
   .top-message__block__inner {
        padding: 5em;
        flex-direction: row;
        gap: 12.8rem;
   }
   .top-message__block__img {
        flex: 0 0 32rem;
   }
   .top-message__block .top-message__ttl {
        font-size: 2em;
   }
   .top-message__block .top-message__ttl-sub {
    padding-left: 6em;
   }
   .top-message__block .top-message__ttl-sub::before {
        width: 5em;
   }
   .top-message__profile {
        margin: 3em 0;
    }
    /** page **/
    .block-lay {
        padding: 4em;
        margin: 4em 0;
    }
    .block-lay .block-lay__ttl {
        margin-bottom: 2em;
        padding-left: 4.75em;
    }
    .block-lay .block-lay__ttl::before {
        left: 1.75em;
    }
    .block-lay .block-lay__ttl span {
        font-size: 1.5em;
    }
    .block-img__cen figure {
        margin: 4em auto;
        max-width: 68.4rem;
    }
    .prep-anchorlinks {
        margin: 1.5em 0 6em 0;
    }
    .prep-anchorlinks ul {
        flex-direction: row;
        justify-content: center;
        gap: 5em;
    }
    .prep-anchorlinks ul li a {
        padding-bottom: 1.5em;
    }
    .prep-anchorlinks ul li a span {
        font-size: 1.25em;
        line-height: 1.5em;
    }
    .prep-anchorlinks ul li a:hover {
        color: var(--color-main);
    }
    .prep-no__ttl {
        gap: 2em;
        margin-bottom: 4em;
    }
    .prep-no__ttl .ttl--no {
        width: 8rem;
        height: 8rem;
        line-height: 8rem;
        font-size: 2em;
    }
    .prep-no__ttl .ttl--txt {
        font-size: 2em;
    }
    .prep-page__contact-block {
        padding: 3em 4em;
        margin: 5em 0;
    }
    .prep-page__contact-block dl {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .prep-page__contact-block dd {
        flex: 0 0 35rem;
    }
    .prep-message__ttl {
        margin-bottom: 1.5em;
    }
    .prep-message__ttl span {
        font-size: 3em;
    }
    .prep-message__ttl-sub {
        padding-left: 8.5em;
    }
    .prep-message__ttl-sub::before {
        width: 12.3rem;
    }
    .prep-media__lay,.--media__lay {
        flex-direction: row;
        gap: 5em;
    }
    .prep-media__lay.--reverse {
        flex-direction: row-reverse;
    }
    .lay-indent .prep-message__prof-img p {
        font-size: 1em;
    }
    .prep-media__lay-img {
        flex: 0 0 33.6rem;
    }
    .block-lay.--media__lay {
        gap: 3em;
    }
    .--media__lay .block--media__lay-img {
        flex: 0 0 33.2rem;
    }
    .--media__lay .block-lay__ttl {
        margin-bottom: 3em;
    }
    .lay-indent p.kpro-txt01 {
        font-size: 1.25em;
    }
    .kpro-imglay01 {
        flex-direction: row;
        gap: 4.75em;
        margin-top: 4em;
    }
    .kpro-imglay01 figure {
        flex: 0 0 33.6rem;
    }
    .kpro-listlay {
        grid-template-columns: 1fr 1fr;
        row-gap: 4em;
    }
    .kpro-listlay dt {
        padding-bottom: 1em;
        margin-bottom: 2em;
    }
    .kpro-listlay dt::before {
        width: 3em;
    }
    .kpro-listlay dt span {
        font-size: 1.5em;
    }
    .kpro-listlay dd {
        font-size: 1.125em;
    }
    .prep-table th,.prep-table td {
        vertical-align: middle;
        text-align: center;
        border-bottom: 1px solid white;
        border-right: 1px solid white;
    }
    .prep-table thead th {
        background-color: #666666;
        color: white;
        font-size: 1.125em;
        line-height: 1.7em;
        padding: .5em;
    }
    .prep-table thead td {
        font-weight: 700;
        background-color: #CCCCCC;
        padding: .5em 1em;
        line-height: 1.3em;
        white-space: nowrap;
    }
    .prep-table tbody tr td {
        background-color: #F3F3F3;
        padding: .5em;
        line-height: 1.7em;
    }
    .prep-table tbody tr td:nth-child(even) {
        background-color: #F8F8F8;
    }
    .prep-table tbody tr td:nth-child(1) {
        white-space: nowrap;
    }
    .prep-table tbody tr td:nth-child(4) {
        text-align: left;
    }
    #img-popup-sp {
        display: none !important;
    }
}