abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: 400;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline
}

picture {
    font-size: 0
}

sub,
sup {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 50%
}

ins {
    text-decoration: none
}

ins,
mark {
    background-color: #ff9;
    color: #000
}

mark {
    font-style: italic;
    font-weight: 700
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

* {
    box-sizing: border-box;
    word-wrap: break-word;
    word-break: break-all
}

address {
    font-style: normal
}

html {
    font-size: 10px;
    visibility: hidden;
    opacity: 0;
    transition: visibility .2s cubic-bezier(.39, .575, .565, 1), opacity .2s cubic-bezier(.39, .575, .565, 1)
}

html.wf-active {
    visibility: visible;
    opacity: 1
}

body {
    font-family: Noto Sans JP, sans-serif;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    color: #000;
    line-height: 1.5
}

body.is-open {
    overflow: hidden
}

a {
    color: inherit;
    text-decoration: none;
    transition: opacity .4s;
    backface-visibility: hidden
}

a:hover {
    opacity: .7
}

a[href^="tel:"] {
    pointer-events: none
}

@media(max-width:767px) {
    a[href^="tel:"] {
        pointer-events: auto
    }
}

img {
    vertical-align: bottom
}

@media(max-width:767px) {
    img {
        width: 100%;
        max-width: 100%;
        height: auto
    }
}

button,
input,
select,
textarea {
    font-family: Noto Sans JP, sans-serif;
    background-color: #fff;
    border: none;
    outline: none;
    padding: 0;
    appearance: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    backface-visibility: hidden
}

@media(max-width:767px) {

    button,
    input,
    select,
    textarea {
        border-radius: 0
    }
}

select::-ms-expand {
    display: none
}

button,
input[type=submit] {
    cursor: pointer;
    background-color: transparent
}

button::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
    border: 0
}

input[type=checkbox],
input[type=radio] {
    margin: 0
}

iframe {
    max-width: 100%
}

@media(max-width:767px) {
    iframe {
        width: 100%;
        height: auto
    }
}

#hbook-booking-form-1 {
    width: 1000px;
    margin: 0 auto;
    padding: 60px 100px;
    background: hsla(0, 0%, 63.5%, .1)
}

@media(max-width:767px) {
    #hbook-booking-form-1 {
        width: 100%;
        padding: 5vw
    }
}

#hbook-booking-form-1 label {
    margin-bottom: 8px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500
}

@media(max-width:767px) {
    #hbook-booking-form-1 label {
        font-size: 3.75vw;
        margin-bottom: 1.25vw
    }
}

#hbook-booking-form-1 .hb-title {
    display: table;
    margin: 0 auto 60px;
    font-size: 30px;
    font-size: 3rem;
    color: #ed6c00;
    position: relative
}

@media(max-width:767px) {
    #hbook-booking-form-1 .hb-title {
        margin-bottom: 5vw;
        font-size: 5.25vw
    }
}

#hbook-booking-form-1 .hb-title:after {
    content: "";
    width: 108px;
    height: 2px;
    background: #ed6c00;
    position: absolute;
    left: 50%;
    bottom: -14px;
    transform: translateX(-50%)
}

@media(max-width:767px) {
    #hbook-booking-form-1 .hb-title:after {
        width: 10vw;
        bottom: -1.25vw
    }
}

#hbook-booking-form-1 .hb-search-fields {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start
}

#hbook-booking-form-1 .hb-search-fields .hb-check-dates-wrapper,
#hbook-booking-form-1 .hb-search-fields .hb-people-wrapper {
    width: auto;
    float: none
}

@media(max-width:767px) {

    #hbook-booking-form-1 .hb-search-fields .hb-check-dates-wrapper,
    #hbook-booking-form-1 .hb-search-fields .hb-people-wrapper {
        width: 100%
    }
}

#hbook-booking-form-1 .hb-search-fields .hb-check-dates-wrapper {
    margin-right: 30px
}

@media(max-width:767px) {
    #hbook-booking-form-1 .hb-search-fields .hb-check-dates-wrapper {
        margin-right: 0
    }
}

#hbook-booking-form-1 .hb-search-fields .hb-people-wrapper {
    margin: 0
}

@media(max-width:767px) {
    #hbook-booking-form-1 .hb-search-fields .hb-people-wrapper {
        width: 100%
    }
}

#hbook-booking-form-1 .hb-search-fields .hb-input-datepicker {
    width: 320px;
    height: 40px;
    padding: 0 36px 0 14px;
    border: 1px solid #a2a2a2;
    border-radius: 5px;
    background: #fff url(/cms/wp-content/themes/shirase/images/common/ico-calendar.svg) 98% 50% no-repeat;
    background-size: 24px;
    font-size: 20px;
    font-size: 2rem
}

@media(max-width:767px) {
    #hbook-booking-form-1 .hb-search-fields .hb-input-datepicker {
        width: 100%;
        height: 10vw;
        padding: 0 9vw 0 3.5vw;
        background-size: 6vw;
        font-size: 4.5vw
    }
}

#hbook-booking-form-1 .hb-search-fields .hb-adults {
    width: 100px;
    height: 40px;
    padding: 0 30px 0 14px;
    border: 1px solid #a2a2a2;
    border-radius: 5px;
    background: #fff;
    font-size: 20px;
    font-size: 2rem
}

@media(max-width:767px) {
    #hbook-booking-form-1 .hb-search-fields .hb-adults {
        width: 25vw;
        height: 10vw
    }
}

#hbook-booking-form-1 .hb-search-fields .hb-search-submit-wrapper {
    float: none;
    width: auto;
    margin: 0 auto
}

#hbook-booking-form-1 .hb-search-fields .hb-search-submit-wrapper label {
    display: none
}

#hbook-booking-form-1 .hb-search-fields #hb-form-1-hb-search-form-submit {
    width: 144px;
    height: 40px;
    margin-top: 38px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #ed6c00;
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff
}

@media(max-width:767px) {
    #hbook-booking-form-1 .hb-search-fields #hb-form-1-hb-search-form-submit {
        width: 37.5vw;
        height: 10vw;
        margin-top: 0;
        font-size: 4vw
    }
}

@media(max-width:767px) {
    #hbook-booking-form-1 .hb-search-fields p:not(:last-child) {
        margin-bottom: 5vw
    }
}

#hbook-booking-form-1 .hb-searched-summary {
    width: 100%;
    padding: 0 50px;
    border: 1px solid #a2a2a2;
    border-radius: 5px;
    background: #fff
}

@media(max-width:767px) {
    #hbook-booking-form-1 .hb-searched-summary {
        padding: 0 5vw
    }
}

#hbook-booking-form-1 .hb-searched-summary .hb-check-dates-wrapper,
#hbook-booking-form-1 .hb-searched-summary .hb-people-wrapper {
    width: 100%;
    margin: 0;
    padding: 16px 0;
    float: none;
    font-size: 18px;
    font-size: 1.8rem;
    border-bottom: 1px solid #a2a2a2
}

@media(max-width:767px) {

    #hbook-booking-form-1 .hb-searched-summary .hb-check-dates-wrapper,
    #hbook-booking-form-1 .hb-searched-summary .hb-people-wrapper {
        padding: 2.5vw 0;
        font-size: 3.75vw
    }
}

#hbook-booking-form-1 .hb-searched-summary .hb-check-dates-wrapper span,
#hbook-booking-form-1 .hb-searched-summary .hb-people-wrapper span {
    margin-left: 16px
}

@media(max-width:767px) {

    #hbook-booking-form-1 .hb-searched-summary .hb-check-dates-wrapper span,
    #hbook-booking-form-1 .hb-searched-summary .hb-people-wrapper span {
        margin-left: 2.5vw
    }
}

#hbook-booking-form-1 .hb-searched-summary .hb-change-search-wrapper {
    width: auto;
    padding: 20px 0;
    float: none;
    text-align: center
}

@media(max-width:767px) {
    #hbook-booking-form-1 .hb-searched-summary .hb-change-search-wrapper {
        padding: 2.5vw 0
    }
}

#hbook-booking-form-1 .hb-searched-summary .hb-change-search-wrapper input {
    width: 30%;
    padding: 6px 0;
    background: #333;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem
}

@media(max-width:767px) {
    #hbook-booking-form-1 .hb-searched-summary .hb-change-search-wrapper input {
        width: 50%;
        padding: 1.25vw 0;
        font-size: 3.75vw
    }
}

#hbook-booking-form-1 .hb-search-result-title-section p {
    margin: 40px 0;
    font-size: 16px;
    font-size: 1.6rem
}

@media(max-width:767px) {
    #hbook-booking-form-1 .hb-search-result-title-section p {
        margin: 5vw 0;
        font-size: 3.75vw
    }
}

#hbook-booking-form-1 .hb-accom-choice {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between
}

#hbook-booking-form-1 .hb-accom-choice .hb-accom {
    width: 378px;
    height: 56px;
    min-height: 0;
    margin: 0;
    padding: 0;
    border: 1px solid #a2a2a2;
    position: relative;
    transition: background-color .4s
}

@media(max-width:767px) {
    #hbook-booking-form-1 .hb-accom-choice .hb-accom {
        width: 100%;
        height: 12.5vw
    }
}

#hbook-booking-form-1 .hb-accom-choice .hb-accom br {
    display: none
}

#hbook-booking-form-1 .hb-accom-choice .hb-accom.hb-accom-selected {
    border: none;
    background: #333
}

#hbook-booking-form-1 .hb-accom-choice .hb-accom.hb-accom-selected .hb-accom-title {
    color: #fff
}

#hbook-booking-form-1 .hb-accom-choice .hb-accom.hb-accom-selected .hb-accom-selected-name {
    display: none
}

#hbook-booking-form-1 .hb-accom-choice .hb-accom .hb-accom-title {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: color .4s
}

@media(max-width:767px) {
    #hbook-booking-form-1 .hb-accom-choice .hb-accom .hb-accom-title {
        font-size: 5.25vw
    }
}

#hbook-booking-form-1 .hb-accom-choice .hb-accom .hb-select-accom-wrapper {
    width: 100%;
    height: 100%
}

#hbook-booking-form-1 .hb-accom-choice .hb-accom .hb-select-accom {
    width: 100%;
    height: 100%;
    float: none;
    margin: 0
}

#hbook-booking-form-1 .hb-accom-choice .hb-accom .hb-select-accom input {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9
}

#hbook-booking-form-1 .hb-accom-list {
    margin-bottom: 60px
}

@media(max-width:767px) {
    #hbook-booking-form-1 .hb-accom-list {
        margin-bottom: 5vw
    }
}

#hbook-booking-form-1 .hb-details-fields {
    margin-bottom: 60px
}

@media(max-width:767px) {
    #hbook-booking-form-1 .hb-details-fields {
        margin-bottom: 5vw
    }
}

#hbook-booking-form-1 .hb-details-fields p {
    min-height: 59px;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #a2a2a2;
    position: relative
}

@media(max-width:767px) {
    #hbook-booking-form-1 .hb-details-fields p {
        min-height: 0;
        padding: 5vw 0
    }
}

#hbook-booking-form-1 .hb-details-fields p br {
    display: none
}

#hbook-booking-form-1 .hb-details-fields p label {
    margin: 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2
}

@media(max-width:767px) {
    #hbook-booking-form-1 .hb-details-fields p label {
        width: 100%;
        margin-bottom: 1.25vw;
        font-size: 4vw
    }
}

#hbook-booking-form-1 .hb-details-fields p label br {
    display: block
}

#hbook-booking-form-1 .hb-details-fields p input[type=text] {
    width: 500px;
    height: 38px;
    padding: 6px;
    border-radius: 5px;
    border: 1px solid #a2a2a2
}

@media(max-width:767px) {
    #hbook-booking-form-1 .hb-details-fields p input[type=text] {
        width: 100%;
        height: 10vw;
        padding: 1.25vw
    }
}

#hbook-booking-form-1 .hb-details-fields p .hb-radio-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 442px;
    top: 50%;
    transform: translateY(-50%)
}

@media(max-width:767px) {
    #hbook-booking-form-1 .hb-details-fields p .hb-radio-wrapper {
        width: 50%;
        position: static;
        transform: none
    }
}

@media(max-width:767px) {
    #hbook-booking-form-1 .hb-details-fields p .hb-radio-wrapper:first-of-type {
        justify-content: flex-end;
        padding-right: 2.5vw
    }
}

#hbook-booking-form-1 .hb-details-fields p .hb-radio-wrapper:last-of-type {
    right: 346px
}

@media(max-width:767px) {
    #hbook-booking-form-1 .hb-details-fields p .hb-radio-wrapper:last-of-type {
        justify-content: flex-start;
        padding-left: 2.5vw
    }
}

@media(max-width:767px) {
    #hbook-booking-form-1 .hb-details-fields p .hb-radio-wrapper label {
        width: auto
    }
}

#hbook-booking-form-1 .hb-details-fields p input[type=radio] {
    width: 15px;
    height: 15px;
    margin-right: 8px;
    border: 1px solid #333;
    border-radius: 50%;
    background: #ededed;
    transition: background-color .4s
}

@media(max-width:767px) {
    #hbook-booking-form-1 .hb-details-fields p input[type=radio] {
        width: 3.75vw;
        height: 3.75vw;
        margin-right: 1.25vw
    }
}

#hbook-booking-form-1 .hb-details-fields p input[type=radio]:checked {
    background: #333
}

#hbook-booking-form-1 .hb-details-fields p .form-error {
    position: absolute;
    left: 206px;
    font-size: 12px;
    font-size: 1.2rem;
    color: red
}

@media(max-width:767px) {
    #hbook-booking-form-1 .hb-details-fields p .form-error {
        top: 5vw;
        left: auto;
        right: 0;
        font-size: 3vw
    }
}

#hbook-booking-form-1 .hb-resa-summary-content {
    width: 100%;
    padding: 0 50px;
    border: 1px solid #a2a2a2;
    border-radius: 5px;
    background: #fff
}

@media(max-width:767px) {
    #hbook-booking-form-1 .hb-resa-summary-content {
        padding: 0 5vw
    }
}

#hbook-booking-form-1 .hb-resa-summary-content div {
    width: 100%;
    padding: 16px 0;
    font-size: 18px;
    font-size: 1.8rem
}

@media(max-width:767px) {
    #hbook-booking-form-1 .hb-resa-summary-content div {
        padding: 2.5vw 0;
        font-size: 3.75vw
    }
}

#hbook-booking-form-1 .hb-resa-summary-content div:not(:last-child) {
    border-bottom: 1px solid #a2a2a2
}

#hbook-booking-form-1 .hb-resa-summary-content div span {
    margin-left: 16px
}

@media(max-width:767px) {
    #hbook-booking-form-1 .hb-resa-summary-content div span {
        margin-left: 2.5vw
    }
}

#hbook-booking-form-1 .hb-resa-summary-content div span small {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 20px;
    margin-left: 14px;
    background: #333;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem
}

@media(max-width:767px) {
    #hbook-booking-form-1 .hb-resa-summary-content div span small {
        width: 10vw;
        height: 5vw;
        margin-left: 2.5vw;
        font-size: 2.5vw
    }
}

#hbook-booking-form-1 .hb-resa-summary-content div .hb-summary-change-accom,
#hbook-booking-form-1 .hb-resa-summary-content div .hb-summary-change-search {
    font-size: 0
}

#hbook-booking-form-1 .hb-confirm-area p {
    font-size: 16px;
    font-size: 1.6rem
}

@media(max-width:767px) {
    #hbook-booking-form-1 .hb-confirm-area p {
        font-size: 3.75vw
    }
}

#hbook-booking-form-1 .hb-confirm-area .hb-confirm-button {
    padding: 20px 0 0
}

@media(max-width:767px) {
    #hbook-booking-form-1 .hb-confirm-area .hb-confirm-button {
        padding: 5vw 0 0
    }
}

#hbook-booking-form-1 .hb-confirm-area .hb-confirm-button input {
    width: 144px;
    height: 40px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #ed6c00;
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff
}

@media(max-width:767px) {
    #hbook-booking-form-1 .hb-confirm-area .hb-confirm-button input {
        width: 37.5vw;
        height: 10vw;
        font-size: 4vw
    }
}

#hbook-booking-form-1 .hb-resa-done-msg {
    margin-bottom: 14px
}

@media(max-width:767px) {
    #hbook-booking-form-1 .hb-resa-done-msg {
        margin-bottom: 2.5vw
    }
}

#cookie-notice {
    background: rgba(0, 0, 0, .7) !important
}

.cookie-notice-container {
    padding: 40px !important
}

@media(max-width:767px) {
    .cookie-notice-container {
        padding: 20px !important
    }
}

#cn-notice-text {
    margin-bottom: 30px;
    font-size: 18px !important;
    line-height: 1.5em
}

@media(max-width:767px) {
    #cn-notice-text {
        text-align: left
    }
}

#cookie-notice #cn-notice-buttons {
    display: flex;
    justify-content: center;
    align-items: stretch
}

#cookie-notice #cn-notice-buttons .cn-button {
    margin: 0 !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 5px;
    padding: 20px !important;
    width: 280px;
    font-size: 18px !important;
    font-weight: 700
}

@media(max-width:767px) {
    #cookie-notice #cn-notice-buttons .cn-button {
        width: 45%;
        padding: 10px !important;
        font-size: 16px !important
    }
}

#cookie-notice #cn-notice-buttons #cn-accept-cookie {
    margin-right: 20px !important;
    background: #ed6c00 !important;
    color: #fff
}

@media(max-width:767px) {
    #cookie-notice #cn-notice-buttons #cn-accept-cookie {
        margin-right: 10px
    }
}

#cookie-notice #cn-notice-buttons #cn-refuse-cookie {
    background: #fff !important;
    color: #000
}

.l-footer {
    width: 100%;
    background: url(/cms/wp-content/themes/shirase/images/common/footer-bg.jpg) 0 0 no-repeat;
    background-size: cover
}

@media(max-width:767px) {
    .l-footer {
        background: url(/cms/wp-content/themes/shirase/images/common/footer-bg-sp.jpg) 0 0 no-repeat;
        background-size: cover
    }
}

.l-footer .c-inner {
    padding-top: 120px;
    padding-bottom: 42px
}

@media(max-width:767px) {
    .l-footer .c-inner {
        padding-top: 12.5vw;
        padding-bottom: 10vw
    }
}

.l-footer__links {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 58px;
    padding: 0 93px
}

@media(max-width:767px) {
    .l-footer__links {
        margin-bottom: 15.5vw;
        padding: 0
    }
}

@media(max-width:767px) {
    .l-footer__links__item:not(:last-child) {
        margin-bottom: 5vw
    }
}

.l-footer__container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    position: relative
}

@media(max-width:767px) {
    .l-footer__container {
        flex-direction: column
    }
}

.l-footer__logo {
    position: absolute;
    left: 0;
    top: 0
}

@media(max-width:767px) {
    .l-footer__logo {
        width: 21.75vw;
        margin: 0 auto 7.25vw;
        position: static
    }
}

.l-footer__nav {
    width: 100%;
    margin-bottom: 30px;
    padding-top: 32px
}

@media(max-width:767px) {
    .l-footer__nav {
        display: none
    }
}

.l-footer__nav__list {
    justify-content: flex-end
}

.l-footer__nav__list,
.l-footer__nav__list li {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}

.l-footer__nav__list li {
    font-size: 16px;
    font-size: 1.6rem;
    justify-content: flex-start
}

.l-footer__nav__list li:not(:last-child):after {
    content: "/";
    margin: 0 14px
}

.l-footer__nav__list li a {
    font-size: 16px;
    font-size: 1.6rem;
    position: relative;
    transition: color .4s cubic-bezier(.87, 0, .13, 1)
}

.l-footer__nav__list li a:hover {
    opacity: 1;
    color: #ed6c00
}

.l-footer__nav__list li a:hover:after {
    transform: scale(1)
}

.l-footer__nav__list li a:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -4px;
    background: #ed6c00;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s cubic-bezier(.87, 0, .13, 1)
}

.l-footer__box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end
}

@media(max-width:767px) {
    .l-footer__box {
        flex-direction: column-reverse;
        justify-content: center
    }
}

.l-footer__privacy {
    margin-right: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    position: relative;
    transition: color .4s cubic-bezier(.87, 0, .13, 1)
}

@media(max-width:767px) {
    .l-footer__privacy {
        margin: 2.5vw 0 0;
        font-size: 3.5vw
    }
}

.l-footer__privacy:hover {
    opacity: 1;
    color: #ed6c00
}

.l-footer__privacy:hover:after {
    transform: scale(1)
}

.l-footer__privacy:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -4px;
    background: #ed6c00;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s cubic-bezier(.87, 0, .13, 1)
}

.l-footer__sns {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start
}

.l-footer__sns__item {
    width: 30px;
    height: 30px
}

.l-footer__sns__item:not(:last-child) {
    margin-right: 8px
}

@media(max-width:767px) {
    .l-footer__sns__item:not(:last-child) {
        margin-right: 3.5vw
    }
}

.l-footer__sns__item img {
    width: 100%;
    height: auto
}

.l-footer__copy {
    width: 100%;
    height: 38px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #ed6c00;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff
}

@media(max-width:767px) {
    .l-footer__copy {
        height: 7.5vw;
        font-size: 2.75vw
    }
}

.l-gotop {
    width: 66px;
    height: 66px;
    background: url(/cms/wp-content/themes/shirase/images/common/ico-gotop.png) 0 0 no-repeat;
    background-size: cover;
    right: -66px;
    position: fixed;
    bottom: 170px;
    transition: right .4s cubic-bezier(.5, 1, .89, 1)
}

@media(max-width:767px) {
    .l-gotop {
        width: 7.5vw;
        height: 7.5vw;
        right: -7.5vw;
        bottom: 12.5vw
    }
}

.l-gotop.is-active {
    right: 40px
}

@media(max-width:767px) {
    .l-gotop.is-active {
        right: 5vw
    }
}

.l-header {
    width: 100%;
    min-width: 1300px;
    height: 100px;
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    z-index: 999;
    background: transparent;
    transition: background-color .4s cubic-bezier(.5, 1, .89, 1)
}

@media(max-width:767px) {
    .l-header {
        min-width: 0;
        height: 16.25vw;
        background: #fff
    }
}

.l-header.is-page,
.l-header.is-scrolled {
    background: #fff
}

.l-header__logo {
    width: 84px;
    position: absolute;
    left: 32px;
    top: 50%;
    transform: translateY(-50%)
}

@media(max-width:767px) {
    .l-header__logo {
        width: 13.75vw;
        left: 3.75%
    }
}

.l-header__logo img {
    width: 100%;
    height: auto
}

.l-header__container {
    margin-right: 28px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-start;
    flex-direction: column-reverse
}

@media(max-width:767px) {
    .l-header__container {
        width: 100%;
        height: 100%;
        margin-right: 0;
        padding-bottom: 16.25vw;
        display: block;
        background: #fff;
        position: fixed;
        right: -100%;
        top: 16.25vw;
        transform: translateX(0);
        transition: transform .4s cubic-bezier(.5, 1, .89, 1);
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        will-change: transform;
        backface-visibility: hidden
    }

    .l-header__container.is-open {
        transform: translateX(-100%)
    }
}

.l-header__menu {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-end;
    margin-bottom: 12px
}

@media(max-width:767px) {
    .l-header__menu {
        width: 100%;
        margin-bottom: 0;
        padding: 10vw 3.75%;
        background: #fff;
        justify-content: flex-start;
        flex-direction: column-reverse
    }
}

.l-header__lang {
    margin-right: 22px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start
}

@media(max-width:767px) {
    .l-header__lang {
        width: 100%;
        margin-right: 0;
        padding-left: 8.125vw
    }
}

.l-header__lang li {
    font-size: 0
}

.l-header__lang li a {
    font-size: 15px;
    font-size: 1.5rem;
    color: #d8d8d8
}

@media(max-width:767px) {
    .l-header__lang li a {
        font-size: 4.75vw
    }
}

.l-header__lang li a.is-active {
    color: #000
}

.l-header__lang li:not(:last-child):after {
    content: "／";
    margin: 0 4px;
    font-size: 15px;
    font-size: 1.5rem;
    color: #d8d8d8
}

@media(max-width:767px) {
    .l-header__lang li:not(:last-child):after {
        font-size: 4.75vw;
        margin: 0 1.25vw
    }
}

.l-header__link {
    font-size: 15px;
    font-size: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start
}

@media(max-width:767px) {
    .l-header__link {
        margin-bottom: 4vw;
        font-size: 4.75vw
    }
}

.l-header__link:before {
    content: ">";
    width: 14px;
    height: 14px;
    margin-right: 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #ed6c00;
    border-radius: 50%;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    color: #fff
}

@media(max-width:767px) {
    .l-header__link:before {
        width: 4.375vw;
        height: 4.375vw;
        margin-right: 3.75vw;
        font-size: 3.5vw
    }
}

@media(max-width:767px) {
    .l-header__nav {
        width: 100%;
        padding: 0 3.75%;
        background: #ed6c00
    }
}

.l-header__nav__list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start
}

@media(max-width:767px) {
    .l-header__nav__list {
        flex-direction: column
    }
}

@media(max-width:767px) {
    .l-header__nav__list li {
        width: 100%;
        height: 20vw
    }
}

.l-header__nav__list li:not(:last-child) {
    margin-right: 32px
}

@media(max-width:767px) {
    .l-header__nav__list li:not(:last-child) {
        margin-right: 0;
        border-bottom: 1px solid #fff
    }
}

.l-header__nav__list li a {
    font-size: 16px;
    font-size: 1.6rem;
    position: relative;
    transition: color .4s cubic-bezier(.87, 0, .13, 1)
}

@media(max-width:767px) {
    .l-header__nav__list li a {
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        font-size: 4.75vw;
        color: #fff
    }
}

.l-header__nav__list li a:hover {
    opacity: 1;
    color: #ed6c00
}

@media(max-width:767px) {
    .l-header__nav__list li a:hover {
        color: #fff
    }
}

.l-header__nav__list li a:hover:after {
    transform: scale(1)
}

.l-header__nav__list li a:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -4px;
    background: #ed6c00;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s cubic-bezier(.87, 0, .13, 1)
}

@media(max-width:767px) {
    .l-header__nav__list li a:after {
        display: none
    }
}

.l-header__nav__list li.is-active a {
    color: #ed6c00
}

@media(max-width:767px) {
    .l-header__nav__list li.is-active a {
        color: #fff
    }
}

.l-header__nav__list li.is-active a:after {
    transform: scale(1)
}

.l-header__contact {
    width: 160px;
    height: 100%;
    background: #ed6c00
}

@media(max-width:767px) {
    .l-header__contact {
        width: 16.25vw;
        height: 16.25vw;
        background: #ed6c00 url(/cms/wp-content/themes/shirase/images/common/ico-mail.svg) 50% no-repeat;
        background-size: 6.25vw 4.625vw
    }
}

.l-header__contact a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff
}

@media(max-width:767px) {
    .l-header__contact a {
        font-size: 0
    }
}

.l-header__btn {
    display: none
}

@media(max-width:767px) {
    .l-header__btn {
        width: 16.25vw;
        height: 16.25vw;
        padding: 4.25vw 0 0 3.25vw;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        background: #fff;
        position: relative
    }

    .l-header__btn:after {
        content: "MENU";
        position: absolute;
        left: 50%;
        bottom: 3.75vw;
        transform: translateX(-50%);
        font-size: 3.25vw;
        line-height: 1;
        white-space: nowrap;
        transition: opacity .4s cubic-bezier(.87, 0, .13, 1)
    }

    .l-header__btn span {
        height: 1px;
        background: #000;
        transition: transform .4s cubic-bezier(.87, 0, .13, 1)
    }

    .l-header__btn span:first-child {
        width: 10vw;
        margin-bottom: 2.5vw
    }

    .l-header__btn span:last-child {
        width: 5vw
    }

    .l-header__btn.is-open:after {
        opacity: 0
    }

    .l-header__btn.is-open span {
        width: 8vw;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%)
    }

    .l-header__btn.is-open span:first-child {
        transform: translate(-50%) rotate(-45deg)
    }

    .l-header__btn.is-open span:last-child {
        transform: translate(-50%) rotate(45deg)
    }
}

.l-main {
    position: relative;
    transition: opacity .4s cubic-bezier(.5, 1, .89, 1)
}

.l-main.is-page {
    padding-top: 100px
}

@media(max-width:767px) {
    .l-main.is-page {
        padding-top: 16.25vw
    }
}

.l-main.is-transition {
    opacity: 0
}

.l-wrapper {
    width: 100%;
    min-width: 1300px;
    position: relative;
    backface-visibility: hidden;
    overflow: hidden
}

@media(max-width:767px) {
    .l-wrapper {
        min-width: 0
    }
}

.c-breadcrumb {
    width: 1280px;
    margin: 0 auto;
    padding-top: 18px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-end
}

@media(max-width:767px) {
    .c-breadcrumb {
        display: none
    }
}

.c-breadcrumb__item {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
    color: #666
}

@media(max-width:767px) {
    .c-breadcrumb__item {
        font-size: 2.25vw;
        line-height: 1.5
    }
}

.c-breadcrumb__item:not(:last-child):after {
    content: "＞"
}

@media(max-width:767px) {
    .c-breadcrumb__item:not(:last-child):after {
        margin: 0 .75vw
    }
}

.c-btn--arrow {
    width: 245px;
    height: 56px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border: 1px solid #c1c1c1;
    background: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    position: relative
}

@media(max-width:767px) {
    .c-btn--arrow {
        width: 52.5vw;
        height: 11.25vw;
        font-size: 3.5vw
    }
}

.c-btn--arrow:after {
    content: "";
    width: 21px;
    height: 5px;
    background: url(/cms/wp-content/themes/shirase/images/common/ico-arrow.svg) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: right .4s cubic-bezier(.85, 0, .15, 1);
    right: 16px
}

@media(max-width:767px) {
    .c-btn--arrow:after {
        width: 4.75vw;
        height: 1.5vw;
        right: 3vw
    }
}

.c-btn--arrow:hover:after {
    right: 10px
}

@media(max-width:767px) {
    .c-btn--arrow:hover:after {
        right: 1.25vw
    }
}

.c-btn--orange {
    width: 618px;
    height: 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #ed6c00;
    font-size: 24px;
    font-size: 2.4rem;
    color: #fff;
    position: relative
}

@media(max-width:767px) {
    .c-btn--orange {
        width: 100%;
        height: 12.5vw;
        font-size: 3.5vw
    }
}

.c-btn--orange:after {
    content: "";
    width: 30px;
    height: 6px;
    background: url(/cms/wp-content/themes/shirase/images/common/ico-arrow01.svg) 0 0 no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: right .4s cubic-bezier(.85, 0, .15, 1)
}

@media(max-width:767px) {
    .c-btn--orange:after {
        width: 4.75vw;
        height: 1.5vw;
        right: 3.75vw
    }
}

.c-btn--orange:hover:after {
    right: 10px
}

@media(max-width:767px) {
    .c-btn--orange:hover:after {
        right: 2.5vw
    }
}

.c-btn--orange span {
    font-size: inherit;
    color: inherit;
    position: relative
}

.c-btn--orange span:after {
    content: "";
    width: 14px;
    height: 14px;
    background: url(/cms/wp-content/themes/shirase/images/common/ico-blank01.svg) 0 0/cover no-repeat;
    position: absolute;
    right: -24px;
    top: 50%;
    transform: translateY(-50%)
}

.c-col--02 {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between
}

@media(max-width:767px) {
    .c-col--02 {
        flex-direction: column
    }
}

.c-col--02__img {
    width: 450px
}

@media(max-width:767px) {
    .c-col--02__img {
        width: 100%;
        margin-bottom: 2.5vw
    }
}

.c-col--02__img img {
    width: 100%;
    height: auto
}

.c-col--02__contents {
    width: 790px
}

@media(max-width:767px) {
    .c-col--02__contents {
        width: 100%
    }
}

.c-contact {
    width: 900px;
    margin: 0 auto;
    padding: 28px 64px;
    border: 1px solid #ed6c00
}

@media(max-width:767px) {
    .c-contact {
        width: 100%;
        padding: 2.5vw 5vw
    }
}

.c-contact__ttl {
    margin-bottom: 5px;
    font-size: 26px;
    font-size: 2.6rem;
    color: #ed6c00
}

@media(max-width:767px) {
    .c-contact__ttl {
        margin-bottom: 1.25vw;
        font-size: 4.5vw
    }
}

.c-contact .c-lead {
    margin-bottom: 18px
}

@media(max-width:767px) {
    .c-contact .c-lead {
        margin-bottom: 2.5vw
    }
}

.c-contact__charge {
    margin-bottom: 4px;
    font-size: 18px;
    font-size: 1.8rem
}

@media(max-width:767px) {
    .c-contact__charge {
        margin-bottom: 1.25vw;
        font-size: 4vw
    }
}

.c-contact__link {
    display: table;
    color: #ed6c00
}

@media(max-width:767px) {
    .c-contact__link {
        font-size: 3.75vw
    }
}

.c-form {
    width: 700px;
    margin: 0 auto
}

@media(max-width:767px) {
    .c-form {
        width: 100%
    }
}

.c-form th {
    width: 25%;
    padding: 15px;
    background: #ed6c00;
    color: #fff;
    vertical-align: middle
}

@media(max-width:767px) {
    .c-form th {
        display: block;
        width: 100%;
        padding: 2.5vw;
        text-align: left
    }
}

.c-form td {
    width: 75%;
    padding: 15px;
    background: #f6f6f6;
    vertical-align: middle
}

@media(max-width:767px) {
    .c-form td {
        display: block;
        width: 100%;
        padding: 2.5vw;
        margin-bottom: 5vw
    }
}

.c-form input[type=email],
.c-form input[type=text],
.c-form textarea {
    width: 100%;
    padding: 7px;
    border: 1px solid #ccc;
    border-radius: 3px;
    resize: none
}

@media(max-width:767px) {

    .c-form input[type=email],
    .c-form input[type=text],
    .c-form textarea {
        padding: 1.25vw
    }
}

.c-form textarea {
    height: 300px
}

@media(max-width:767px) {
    .c-form textarea {
        height: 50vw
    }
}

.c-form input[type=radio] {
    width: 15px;
    height: 15px;
    margin-right: 8px;
    border: 1px solid #333;
    border-radius: 50%;
    background: #ededed;
    transition: background-color .4s
}

@media(max-width:767px) {
    .c-form input[type=radio] {
        width: 3.75vw;
        height: 3.75vw;
        margin-right: 1.25vw
    }
}

.c-form input[type=radio]:checked {
    background: #333
}

.c-form input[type=submit] {
    width: 30%;
    padding: 15px;
    background-color: #ed6c00;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    border: none
}

@media(max-width:767px) {
    .c-form input[type=submit] {
        width: 80%;
        padding: 3.75vw;
        font-size: 4.5vw
    }
}

.c-form__submit {
    padding-top: 30px !important;
    background: #fff !important;
    text-align: center
}

@media(max-width:767px) {
    .c-form__submit {
        padding-top: 3.75vw !important;
        text-align: center !important
    }
}

.c-form__submit__container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse
}

.c-form__agree {
    text-align: center;
    margin-bottom: 40px
}

@media(max-width:767px) {
    .c-form__agree {
        margin-bottom: 7.5vw
    }
}

.c-form__agree .wpcf7-list-item {
    margin: 0
}

.c-form__agree .wpcf7-list-item-label:after,
.c-form__agree .wpcf7-list-item-label:before {
    display: none
}

.c-form__agree input[type=checkbox] {
    width: 15px;
    height: 15px;
    margin: 0 6px;
    border: 1px solid #333;
    background: #ededed;
    transition: background-color .4s
}

@media(max-width:767px) {
    .c-form__agree input[type=checkbox] {
        width: 3.75vw;
        height: 3.75vw;
        margin: 0 1.25vw
    }
}

.c-form__agree input[type=checkbox]:checked {
    background: #333
}

.c-form__agree a {
    color: #ed6c00
}

@media(max-width:767px) {
    .c-iframe {
        width: 100%;
        padding-top: 56.25%;
        position: relative
    }
}

@media(max-width:767px) {
    .c-iframe iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0
    }
}

.c-inner {
    width: 1300px;
    margin: 0 auto;
    padding: 0 10px
}

@media(max-width:767px) {
    .c-inner {
        width: 100%;
        padding: 0 3.75%
    }
}

.c-lead {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6666
}

@media(max-width:767px) {
    .c-lead {
        font-size: 3.75vw;
        line-height: 1.53333
    }
}

.c-lead a {
    color: #ed6c00;
    position: relative
}

.c-lead a[target=_blank]:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 8px;
    background: url(/cms/wp-content/themes/shirase/images/common/ico-blank.svg) 0 0 no-repeat;
    background-size: cover
}

@media(max-width:767px) {
    .c-lead a[target=_blank]:after {
        width: 2.5vw;
        height: 2.5vw;
        margin-left: 1.25vw
    }
}

.c-list--news__list {
    margin-bottom: 15px
}

@media(max-width:767px) {
    .c-list--news__list {
        margin-bottom: 3.75vw
    }
}

.c-list--news__list__item {
    border-bottom: 1px solid #cfcfcf
}

.c-list--news__list__item a {
    padding: 13px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap
}

@media(max-width:767px) {
    .c-list--news__list__item a {
        padding: 2vw 0
    }
}

.c-list--news__list__item__date {
    width: 104px;
    padding-left: 6px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #ed6c00
}

@media(max-width:767px) {
    .c-list--news__list__item__date {
        width: 23.25vw;
        padding-left: 0;
        font-size: 3.75vw
    }
}

.c-list--news__list__item__ttl {
    width: calc(100% - 104px);
    font-size: 16px;
    font-size: 1.6rem
}

@media(max-width:767px) {
    .c-list--news__list__item__ttl {
        width: calc(100% - 23.25vw);
        font-size: 3.75vw
    }
}

.c-list--news__link {
    display: table;
    margin-left: auto;
    font-size: 14px;
    font-size: 1.4rem;
    position: relative
}

@media(max-width:767px) {
    .c-list--news__link {
        margin-right: 0;
        font-size: 3.75vw
    }
}

.c-list--news__link:before {
    left: -28px;
    content: "";
    width: 21px;
    height: 5px;
    background: url(/cms/wp-content/themes/shirase/images/common/ico-arrow.svg) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: left .4s cubic-bezier(.85, 0, .15, 1)
}

@media(max-width:767px) {
    .c-list--news__link:before {
        width: 4.75vw;
        height: 1.5vw;
        left: -6.5vw
    }
}

.c-list--news__link:hover:before {
    left: -20px
}

@media(max-width:767px) {
    .c-list--news__link:hover:before {
        left: -5.25vw
    }
}

.c-list--activity {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between
}

.c-list--activity__item {
    width: 300px
}

@media(max-width:767px) {
    .c-list--activity__item {
        width: 47.3%
    }
}

@media(max-width:767px) {
    .c-list--activity__item:not(:nth-child(-n+2)) {
        margin-top: 5vw
    }
}

.c-list--activity__item__container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start
}

.c-list--activity__item__img {
    height: 196px;
    margin-bottom: 16px;
    overflow: hidden;
    position: relative
}

@media(max-width:767px) {
    .c-list--activity__item__img {
        height: 25vw;
        margin-bottom: 2.5vw
    }
}

.c-list--activity__item__img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.c-list--activity__item__date {
    font-size: 16px;
    font-size: 1.6rem;
    color: #a2a2a2;
    line-height: 1
}

@media(max-width:767px) {
    .c-list--activity__item__date {
        font-size: 3.25vw
    }
}

.c-list--activity__item__ttl {
    font-size: 16px;
    font-size: 1.6rem
}

@media(max-width:767px) {
    .c-list--activity__item__ttl {
        font-size: 3.25vw
    }
}

.c-list--cat,
.c-list--cat li:not(:last-child) {
    margin-right: 8px
}

.c-list--cat a {
    padding: 0 14px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    background: #00beed;
    border-radius: 5px;
    vertical-align: bottom
}

@media(max-width:767px) {
    .c-list--cat a {
        padding: 0 2.25vw;
        border-radius: .625vw;
        font-size: 2.5vw
    }
}

.c-list--faq__item {
    border-bottom: 1px solid #f1f1f1
}

.c-list--faq__item dd,
.c-list--faq__item dt {
    font-size: 16px;
    font-size: 1.6rem
}

@media(max-width:767px) {

    .c-list--faq__item dd,
    .c-list--faq__item dt {
        font-size: 3.75vw
    }
}

.c-list--faq__item dt {
    padding: 18px 28px 18px 0;
    cursor: pointer;
    position: relative
}

@media(max-width:767px) {
    .c-list--faq__item dt {
        padding: 2.5vw 6.25vw 2.5vw 0
    }
}

.c-list--faq__item dt:after,
.c-list--faq__item dt:before {
    content: "";
    width: 15px;
    height: 1px;
    background: #ed6c00;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform .4s cubic-bezier(.85, 0, .15, 1)
}

@media(max-width:767px) {

    .c-list--faq__item dt:after,
    .c-list--faq__item dt:before {
        width: 3.75vw;
        right: 3vw
    }
}

.c-list--faq__item dt:after {
    transform: translateY(-50%) rotate(90deg)
}

.c-list--faq__item dt.is-open:after {
    transform: translateY(-50%) rotate(0deg)
}

.c-list--faq__item dd {
    display: none;
    padding: 18px
}

@media(max-width:767px) {
    .c-list--faq__item dd {
        padding: 2.5vw
    }
}

.c-list--img {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start
}

.c-list--img__item {
    width: 33.333333%
}

.c-list--img__item img {
    width: 100%;
    height: auto
}

.c-list--btn {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center
}

@media(max-width:767px) {
    .c-list--btn {
        flex-direction: column
    }
}

@media(max-width:767px) {
    .c-list--btn__item {
        width: 100%
    }
}

.c-list--btn__item:not(:last-child) {
    margin-right: 25px
}

@media(max-width:767px) {
    .c-list--btn__item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 2.5vw
    }
}

.c-list--btn__item .c-btn--arrow {
    width: 394px
}

@media(max-width:767px) {
    .c-list--btn__item .c-btn--arrow {
        width: 100%
    }
}

.c-list--col2 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start
}

@media(max-width:767px) {
    .c-list--col2 {
        flex-direction: column
    }
}

.c-list--col2__item {
    width: 600px
}

@media(max-width:767px) {
    .c-list--col2__item {
        width: 100%
    }
}

.c-list--col2__item:nth-child(odd) {
    margin-right: 80px
}

@media(max-width:767px) {
    .c-list--col2__item:nth-child(odd) {
        margin-right: 0
    }
}

.c-list--col2__item:not(:nth-child(-n+2)) {
    margin-top: 54px
}

@media(max-width:767px) {
    .c-list--col2__item:not(:nth-child(-n+2)) {
        margin-top: 0
    }
}

@media(max-width:767px) {
    .c-list--col2__item:not(:last-child) {
        margin-bottom: 5vw
    }
}

.c-list--col2__item__img {
    margin-bottom: 21px
}

@media(max-width:767px) {
    .c-list--col2__item__img {
        margin-bottom: 2.5vw
    }
}

.c-list--col2__item__ttl {
    margin-bottom: 7px;
    font-size: 26px;
    font-size: 2.6rem
}

@media(max-width:767px) {
    .c-list--col2__item__ttl {
        margin-bottom: 1.25vw;
        font-size: 4.25vw
    }
}

.c-list--col2__item__lead {
    font-size: 16px;
    font-size: 1.6rem
}

@media(max-width:767px) {
    .c-list--col2__item__lead {
        font-size: 3.75vw
    }
}

.c-list--type01__item:not(:last-child) {
    margin-bottom: 60px
}

@media(max-width:767px) {
    .c-list--type01__item:not(:last-child) {
        margin-bottom: 5vw
    }
}

.c-list--type01__item>dt {
    margin-bottom: 10px;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 700
}

@media(max-width:767px) {
    .c-list--type01__item>dt {
        margin-bottom: 1.25vw;
        font-size: 4.25vw
    }
}

.c-list--type01__item dd {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.8
}

@media(max-width:767px) {
    .c-list--type01__item dd {
        font-size: 3.5vw
    }
}

.c-list--type01__item dd dl {
    margin-top: 20px
}

@media(max-width:767px) {
    .c-list--type01__item dd dl {
        margin-top: 1.25vw
    }
}

.c-list--type01__item dd dl div {
    counter-increment: cnt
}

.c-list--type01__item dd dl div:not(:last-child) {
    margin-bottom: 40px
}

@media(max-width:767px) {
    .c-list--type01__item dd dl div:not(:last-child) {
        margin-bottom: 2.5vw
    }
}

.c-list--type01__item dd dl dt {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700
}

@media(max-width:767px) {
    .c-list--type01__item dd dl dt {
        font-size: 3.75vw
    }
}

.c-list--type01__item dd dl dt:before {
    content: "(" counter(cnt) ")";
    display: marker
}

.c-list--type01__item ul {
    margin-top: 20px;
    padding-left: 20px
}

@media(max-width:767px) {
    .c-list--type01__item ul {
        margin-top: 1.25vw;
        padding-left: 3.75vw
    }
}

.c-list--type01__item li {
    list-style-type: decimal
}

.c-list--type01__item li ul {
    margin-bottom: 20px
}

@media(max-width:767px) {
    .c-list--type01__item li ul {
        margin-bottom: 1.25vw
    }
}

.c-list--type01__item address {
    display: inline
}

.c-list--type01__item a {
    color: #ed6c00
}

.c-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center
}

.c-pagination__item {
    margin: 0 5px
}

@media(max-width:767px) {
    .c-pagination__item {
        margin: 0 1.25vw
    }
}

.c-pagination__item a,
.c-pagination__item span {
    width: 35px;
    height: 35px;
    border: 1px solid #000;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-size: 1.6rem;
    position: relative
}

@media(max-width:767px) {

    .c-pagination__item a,
    .c-pagination__item span {
        width: 10vw;
        height: 10vw;
        font-size: 3.25vw
    }
}

.c-pagination__item.is-active span {
    background: #ed6c00;
    border: none;
    color: #fff
}

.c-pagination__item--prev {
    margin-right: 3px
}

@media(max-width:767px) {
    .c-pagination__item--prev {
        margin-right: 2.5vw
    }
}

.c-pagination__item--prev a {
    border: none
}

.c-pagination__item--prev a:after {
    content: "<"
}

.c-pagination__item--next {
    margin-left: 3px
}

@media(max-width:767px) {
    .c-pagination__item--next {
        margin-left: 2.5vw
    }
}

.c-pagination__item--next a {
    border: none
}

.c-pagination__item--next a:after {
    content: ">"
}

.c-sections__item:not(:last-child) {
    margin-bottom: 100px
}

@media(max-width:767px) {
    .c-sections__item:not(:last-child) {
        margin-bottom: 10vw
    }
}

.c-ttl--type01 {
    display: table;
    margin: 0 auto;
    padding-top: 36px;
    color: #ed6c00;
    font-size: 60px;
    font-size: 6rem;
    text-align: center;
    position: relative
}

@media(max-width:767px) {
    .c-ttl--type01 {
        padding-top: 10vw;
        font-size: 8.75vw
    }
}

.c-ttl--type01:before {
    content: "";
    width: 98px;
    height: 36px;
    background: url(/cms/wp-content/themes/shirase/images/common/ico-ship01.svg) 0 0 no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

@media(max-width:767px) {
    .c-ttl--type01:before {
        width: 25.5vw;
        height: 9vw
    }
}

.c-ttl--type01 span {
    display: block;
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem
}

@media(max-width:767px) {
    .c-ttl--type01 span {
        font-size: 3.5vw
    }
}

.c-ttl--type01.u-fjalla {
    padding-top: 56px;
    font-size: 83px;
    font-size: 8.3rem;
    line-height: 1
}

@media(max-width:767px) {
    .c-ttl--type01.u-fjalla {
        padding-top: 12.5vw;
        font-size: 14.5vw
    }
}

.c-ttl--type01.u-fjalla span {
    padding-top: 10px
}

@media(max-width:767px) {
    .c-ttl--type01.u-fjalla span {
        padding-top: 1.5vw
    }
}

.c-ttl--type02 {
    display: table;
    padding: 14px 146px 18px 0;
    background: url(/cms/wp-content/themes/shirase/images/common/ico-ship02.png) 100% 0 no-repeat;
    background-size: contain;
    font-size: 88px;
    font-size: 8.8rem;
    color: #ed6c00;
    line-height: 1
}

@media(max-width:767px) {
    .c-ttl--type02 {
        padding: 2.25vw 24.25vw 3.25vw 0;
        font-size: 15.375vw;
        background: url(/cms/wp-content/themes/shirase/images/common/ico-ship02-sp.png) 100% 0 no-repeat;
        background-size: contain
    }
}

.c-ttl--type02 span {
    display: block;
    padding-top: 10px;
    font-size: 20px;
    font-size: 2rem;
    text-align: center
}

@media(max-width:767px) {
    .c-ttl--type02 span {
        padding-top: 1.5vw;
        font-size: 3.5vw
    }
}

.c-ttl--type03 {
    padding: 12px 0 12px 116px;
    font-size: 30px;
    font-size: 3rem;
    border-bottom: 1px solid #ed6c00;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    position: relative
}

@media(max-width:767px) {
    .c-ttl--type03 {
        padding: 1.75vw 0 1.75vw 14.25vw;
        font-size: 3.75vw
    }
}

.c-ttl--type03:before {
    content: "";
    width: 98px;
    height: 34px;
    background: url(/cms/wp-content/themes/shirase/images/common/ico-ship01.svg) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

@media(max-width:767px) {
    .c-ttl--type03:before {
        width: 12.25vw;
        height: 4.25vw
    }
}

.c-ttl--type03 span {
    margin-left: 10px;
    padding-top: 8px;
    font-size: 20px;
    font-size: 2rem
}

@media(max-width:767px) {
    .c-ttl--type03 span {
        margin: 0;
        padding: 0;
        font-size: 3vw
    }
}

.c-ttl--type04 {
    display: table;
    margin: 0 auto;
    font-size: 30px;
    font-size: 3rem;
    color: #ed6c00
}

@media(max-width:767px) {
    .c-ttl--type04 {
        font-size: 5.25vw
    }
}

.c-ttl--type05 {
    display: table;
    margin-left: auto;
    padding-top: 14px;
    font-size: 172px;
    font-size: 17.2rem;
    line-height: 1
}

@media(max-width:767px) {
    .c-ttl--type05 {
        padding-top: 2.5vw;
        font-size: 15.5vw
    }
}

.c-ttl--type05 span {
    display: block;
    padding-top: 18px;
    text-align: center;
    font-size: 32px;
    font-size: 3.2rem
}

@media(max-width:767px) {
    .c-ttl--type05 span {
        padding-top: 2.5vw;
        font-size: 4vw
    }
}

.p-mainvisual {
    position: relative
}

.p-mainvisual__bnr {
    width: 235px;
    position: absolute;
    right: 160px;
    top: 100px
}

@media(max-width:767px) {
    .p-mainvisual__bnr {
        width: 33vw;
        right: 0;
        top: 16.25vw
    }
}

.p-mainvisual img {
    width: 100%;
    height: auto
}

.p-page {
    padding: 34px 0 100px;
    font-size: 16px;
    font-size: 1.6rem
}

@media(max-width:767px) {
    .p-page {
        padding: 7.5vw 0 12.5vw;
        font-size: 3.125vw
    }
}

.p-page--challenge .c-ttl--type01 {
    margin-bottom: 37px
}

@media(max-width:767px) {
    .p-page--challenge .c-ttl--type01 {
        margin-bottom: 5vw
    }
}

.p-page--challenge__list {
    margin-bottom: 76px
}

@media(max-width:767px) {
    .p-page--challenge__list {
        margin-bottom: 10vw
    }
}

.p-page--challenge__list__item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center
}

.p-page--challenge__list__item dd,
.p-page--challenge__list__item dt {
    font-size: 37px;
    font-size: 3.7rem
}

@media(max-width:767px) {

    .p-page--challenge__list__item dd,
    .p-page--challenge__list__item dt {
        font-size: 4vw
    }
}

.p-page--challenge__list__item dt {
    width: 260px
}

@media(max-width:767px) {
    .p-page--challenge__list__item dt {
        width: 32%
    }
}

.p-page--challenge__list__item dd:before {
    content: "："
}

.p-page--challenge__list__item span {
    font-size: 27px;
    font-size: 2.7rem
}

@media(max-width:767px) {
    .p-page--challenge__list__item span {
        font-size: 3.25vw
    }
}

.p-page--challenge .c-col--02 {
    margin-bottom: 80px
}

@media(max-width:767px) {
    .p-page--challenge .c-col--02 {
        margin-bottom: 5vw;
        flex-direction: column-reverse
    }
}

.p-page--challenge .c-col--02__contents {
    width: 690px
}

@media(max-width:767px) {
    .p-page--challenge .c-col--02__contents {
        width: 100%
    }
}

.p-page--challenge .c-col--02__contents .c-lead {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2
}

@media(max-width:767px) {
    .p-page--challenge .c-col--02__contents .c-lead {
        font-size: 3.75vw
    }
}

.p-page--challenge .c-col--02__contents .c-lead strong {
    display: block;
    margin-top: 70px;
    font-size: 20px;
    font-size: 2rem
}

@media(max-width:767px) {
    .p-page--challenge .c-col--02__contents .c-lead strong {
        margin-top: 5vw;
        font-size: 4.25vw
    }
}

.p-page--challenge .c-col--02__contents .c-lead a {
    border-bottom: 1px solid #ed6c00
}

.p-page--challenge .c-col--02__img {
    width: 510px
}

@media(max-width:767px) {
    .p-page--challenge .c-col--02__img {
        width: 100%
    }
}

.p-page--challenge .c-ttl--type03 {
    margin-bottom: 24px
}

@media(max-width:767px) {
    .p-page--challenge .c-ttl--type03 {
        margin-bottom: 2.5vw
    }
}

.p-page--challenge__container {
    margin-bottom: 76px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start
}

@media(max-width:767px) {
    .p-page--challenge__container {
        margin-bottom: 10vw
    }
}

.p-page--challenge__container__contents {
    width: 50%;
    margin-bottom: 20px
}

@media(max-width:767px) {
    .p-page--challenge__container__contents {
        width: 100%;
        margin-bottom: 5vw
    }
}

.p-page--challenge__container__contents__list>li:not(:last-child) {
    margin-bottom: 35px
}

@media(max-width:767px) {
    .p-page--challenge__container__contents__list>li:not(:last-child) {
        margin-bottom: 2.5vw
    }
}

.p-page--challenge__container__img {
    width: 50%;
    margin-bottom: 20px;
    padding-left: 92px
}

@media(max-width:767px) {
    .p-page--challenge__container__img {
        width: 100%;
        margin-bottom: 5vw;
        padding-left: 0
    }
}

.p-page--challenge__container__img__ttl {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.8rem
}

@media(max-width:767px) {
    .p-page--challenge__container__img__ttl {
        margin-bottom: 1.25vw;
        font-size: 4.25vw
    }
}

.p-page--challenge__container__img__list li {
    width: 424px
}

@media(max-width:767px) {
    .p-page--challenge__container__img__list li {
        width: 100%
    }
}

.p-page--challenge__container__img__list li:not(:last-child) {
    margin-bottom: 22px
}

@media(max-width:767px) {
    .p-page--challenge__container__img__list li:not(:last-child) {
        margin-bottom: 2.5vw
    }
}

.p-page--challenge__container__img img {
    display: block;
    margin-bottom: 8px
}

.p-page--challenge__container__img .c-lead {
    text-align: right;
    font-size: 15px;
    font-size: 1.5rem
}

@media(max-width:767px) {
    .p-page--challenge__container__img .c-lead {
        font-size: 3.75vw
    }
}

.p-page--challenge__container__conditions {
    width: 100%
}

.p-page--challenge__container__ttl {
    font-size: 20px;
    font-size: 2rem;
    color: #ed6c00
}

@media(max-width:767px) {
    .p-page--challenge__container__ttl {
        font-size: 4.5vw
    }
}

.p-page--challenge__container__list {
    font-size: 16px;
    font-size: 1.6rem
}

@media(max-width:767px) {
    .p-page--challenge__container__list {
        font-size: 3.75vw
    }
}

.p-page--challenge__container__list li {
    padding-left: 16px;
    text-indent: -16px
}

@media(max-width:767px) {
    .p-page--challenge__container__list li {
        padding-left: 3.75vw;
        text-indent: -3.75vw
    }
}

.p-page--about {
    padding-bottom: 0
}

.p-page--about .c-ttl--type05 {
    margin-bottom: 100px
}

@media(max-width:767px) {
    .p-page--about .c-ttl--type05 {
        margin-bottom: 12.5vw
    }
}

.p-page--about__ttl {
    font-size: 42px;
    font-size: 4.2rem;
    color: #ed6c00
}

@media(max-width:767px) {
    .p-page--about__ttl {
        font-size: 10vw
    }
}

.p-page--about__subttl {
    margin-bottom: 10px;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 500
}

@media(max-width:767px) {
    .p-page--about__subttl {
        font-size: 5.75vw;
        margin-bottom: 2.5vw
    }
}

.p-page--about .c-lead {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.875
}

@media(max-width:767px) {
    .p-page--about .c-lead {
        font-size: 3.75vw;
        line-height: 1.666666
    }
}

.p-page--about .c-sections {
    margin-bottom: 100px
}

@media(max-width:767px) {
    .p-page--about .c-sections {
        margin-bottom: 10vw
    }
}

.p-page--about .c-sections__item:not(:last-child) {
    margin-bottom: 0
}

.p-page--about .c-sections__item--about {
    position: relative
}

@media(max-width:767px) {
    .p-page--about .c-sections__item--about {
        margin-bottom: 12.5vw !important
    }
}

.p-page--about .c-sections__item--about .c-inner {
    margin-bottom: 100px
}

@media(max-width:767px) {
    .p-page--about .c-sections__item--about .c-inner {
        margin-bottom: 7.5vw
    }
}

.p-page--about .c-sections__item--about__container {
    width: 50%
}

@media(max-width:767px) {
    .p-page--about .c-sections__item--about__container {
        width: 100%
    }
}

.p-page--about .c-sections__item--about__img {
    width: 46.375%;
    max-width: 742px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1
}

@media(max-width:767px) {
    .p-page--about .c-sections__item--about__img {
        width: 100%;
        margin-bottom: 10vw;
        padding: 0 3.75%;
        position: static
    }
}

.p-page--about .c-sections__item--about__img img {
    width: 100%;
    height: auto
}

.p-page--about .c-sections__item--about__history {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start
}

@media(max-width:767px) {
    .p-page--about .c-sections__item--about__history {
        padding: 0 3.75%
    }
}

.p-page--about .c-sections__item--about__history__img {
    margin-right: 52px
}

@media(max-width:767px) {
    .p-page--about .c-sections__item--about__history__img {
        display: none
    }
}

.p-page--about .c-sections__item--about__history__contents {
    width: 642px
}

@media(max-width:767px) {
    .p-page--about .c-sections__item--about__history__contents {
        width: 100%
    }
}

.p-page--about .c-sections__item--about__history__contents strong {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500
}

@media(max-width:767px) {
    .p-page--about .c-sections__item--about__history__contents strong {
        display: block;
        margin-bottom: 2.5vw;
        font-size: 5vw
    }
}

.p-page--about .c-sections__item--about__history__list {
    width: 450px;
    margin-bottom: 64px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start
}

@media(max-width:767px) {
    .p-page--about .c-sections__item--about__history__list {
        width: 100%;
        margin-bottom: 5vw
    }
}

.p-page--about .c-sections__item--about__history__list li {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2
}

@media(max-width:767px) {
    .p-page--about .c-sections__item--about__history__list li {
        font-size: 3.25vw
    }
}

.p-page--about .c-sections__item--about__history__list li:nth-child(odd) {
    width: 196px
}

@media(max-width:767px) {
    .p-page--about .c-sections__item--about__history__list li:nth-child(odd) {
        width: 37.5vw
    }
}

@media(max-width:767px) {
    .p-page--about .c-sections__item--about__history__list li:nth-child(2n) {
        width: calc(100% - 37.5vw)
    }
}

@media(max-width:767px) {
    .p-page--about .c-sections__item--about__history__origin {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start
    }
}

@media(max-width:767px) {
    .p-page--about .c-sections__item--about__history__origin__txt {
        width: calc(100% - 41.25vw)
    }
}

.p-page--about .c-sections__item--about__history__origin__img {
    display: none
}

@media(max-width:767px) {
    .p-page--about .c-sections__item--about__history__origin__img {
        width: 36.25vw;
        padding-top: 12vw;
        margin-left: 5vw;
        display: block
    }
}

.p-page--about .c-sections__item--about__history__origin__img img {
    width: 100%;
    height: auto
}

.p-page--about .c-sections__item--state {
    margin-bottom: 96px !important
}

@media(max-width:767px) {
    .p-page--about .c-sections__item--state {
        margin-bottom: 12.5vw !important
    }
}

.p-page--about .c-sections__item--state__brightest {
    margin-bottom: 65px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start
}

@media(max-width:767px) {
    .p-page--about .c-sections__item--state__brightest {
        margin-bottom: 7.5vw
    }
}

.p-page--about .c-sections__item--state__brightest__contents {
    width: 828px;
    padding-left: 186px
}

@media(max-width:767px) {
    .p-page--about .c-sections__item--state__brightest__contents {
        width: 100%;
        padding-left: 0
    }
}

.p-page--about .c-sections__item--state__brightest__img {
    width: calc(100% - 828px);
    position: relative
}

@media(max-width:767px) {
    .p-page--about .c-sections__item--state__brightest__img {
        display: none
    }
}

.p-page--about .c-sections__item--state__brightest__img img {
    position: absolute;
    right: 0;
    top: 0
}

.p-page--about .c-sections__item--state__record {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start
}

.p-page--about .c-sections__item--state__record__contents {
    width: 50%
}

@media(max-width:767px) {
    .p-page--about .c-sections__item--state__record__contents {
        width: 100%;
        margin-bottom: 7.5vw
    }
}

.p-page--about .c-sections__item--state__record__contents .c-lead:first-of-type {
    margin-bottom: 62px
}

@media(max-width:767px) {
    .p-page--about .c-sections__item--state__record__contents .c-lead:first-of-type {
        margin-bottom: 7.5vw
    }
}

.p-page--about .c-sections__item--state__record__img {
    width: 50%;
    position: relative
}

@media(max-width:767px) {
    .p-page--about .c-sections__item--state__record__img {
        width: 100%
    }
}

.p-page--about .c-sections__item--state__record__img img {
    position: absolute;
    left: 70px;
    top: 0;
    z-index: 9
}

@media(max-width:767px) {
    .p-page--about .c-sections__item--state__record__img img {
        position: static
    }
}

.p-page--about .c-sections__item--depart__second {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start
}

.p-page--about .c-sections__item--depart__second .p-page--about__ttl {
    width: 426px
}

@media(max-width:767px) {
    .p-page--about .c-sections__item--depart__second .p-page--about__ttl {
        width: 100%
    }
}

.p-page--about .c-sections__item--depart__second__contents {
    width: calc(100% - 426px)
}

@media(max-width:767px) {
    .p-page--about .c-sections__item--depart__second__contents {
        width: 100%
    }
}

.p-page--about .c-sections__item--depart__img {
    margin-bottom: 100px
}

@media(max-width:767px) {
    .p-page--about .c-sections__item--depart__img {
        margin-bottom: 12.5vw
    }
}

.p-page--about .c-sections__item--depart__reconstruction {
    margin-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start
}

@media(max-width:767px) {
    .p-page--about .c-sections__item--depart__reconstruction {
        margin-bottom: 12.5vw
    }
}

.p-page--about .c-sections__item--depart__reconstruction__contents {
    width: 50%
}

@media(max-width:767px) {
    .p-page--about .c-sections__item--depart__reconstruction__contents {
        width: 100%
    }
}

.p-page--about .c-sections__item--depart__reconstruction__contents .c-lead:first-of-type {
    margin-bottom: 60px
}

@media(max-width:767px) {
    .p-page--about .c-sections__item--depart__reconstruction__contents .c-lead:first-of-type {
        margin-bottom: 0
    }
}

@media(max-width:767px) {
    .p-page--about .c-sections__item--depart__reconstruction__contents img {
        display: block;
        margin: 10vw 0
    }
}

.p-page--about .c-sections__item--depart__reconstruction__img {
    width: 50%;
    text-align: right
}

@media(max-width:767px) {
    .p-page--about .c-sections__item--depart__reconstruction__img {
        display: none
    }
}

.p-page--about .c-sections__item--depart__move {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start
}

.p-page--about .c-sections__item--depart__move__img {
    width: 430px
}

@media(max-width:767px) {
    .p-page--about .c-sections__item--depart__move__img {
        display: none
    }
}

.p-page--about .c-sections__item--depart__move__contents {
    width: calc(100% - 430px)
}

@media(max-width:767px) {
    .p-page--about .c-sections__item--depart__move__contents {
        width: 100%
    }
}

.p-page--about .c-sections__item--depart__move__contents .c-lead:first-of-type {
    margin-bottom: 62px
}

@media(max-width:767px) {
    .p-page--about .c-sections__item--depart__move__contents .c-lead:first-of-type {
        margin-bottom: 0
    }
}

@media(max-width:767px) {
    .p-page--about .c-sections__item--depart__move__contents__box {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
        margin-bottom: 10vw
    }
}

@media(max-width:767px) {
    .p-page--about .c-sections__item--depart__move__contents__box img {
        width: 36.5vw;
        margin-right: 4.75vw
    }
}

@media(max-width:767px) {
    .p-page--about .c-sections__item--depart__move__contents__txt {
        width: calc(100% - 41.25vw)
    }
}

.p-page--about__foot img {
    width: 100%;
    height: auto
}

.p-page--news .c-ttl--type01 {
    margin-bottom: 62px
}

@media(max-width:767px) {
    .p-page--news .c-ttl--type01 {
        margin-bottom: 5vw
    }
}

.p-page--news .c-list--news {
    width: 900px;
    margin: 0 auto 54px
}

@media(max-width:767px) {
    .p-page--news .c-list--news {
        width: 100%;
        margin-bottom: 5vw
    }
}

.p-page--news .c-list--news__list__item a {
    padding: 18px 0
}

@media(max-width:767px) {
    .p-page--news .c-list--news__list__item a {
        padding: 2vw 0
    }
}

.p-page--share .c-ttl--type01 {
    margin-bottom: 34px
}

@media(max-width:767px) {
    .p-page--share .c-ttl--type01 {
        margin-bottom: 5vw
    }
}

.p-page--share .c-lead {
    margin-bottom: 40px;
    text-align: center
}

@media(max-width:767px) {
    .p-page--share .c-lead {
        margin-bottom: 5vw
    }
}

.p-page--share__sns {
    margin-bottom: 77px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center
}

@media(max-width:767px) {
    .p-page--share__sns {
        margin-bottom: 10vw
    }
}

.p-page--share__sns__item:not(:last-child) {
    margin-right: 20px
}

@media(max-width:767px) {
    .p-page--share__sns__item:not(:last-child) {
        margin-right: 2.5vw
    }
}

@media(max-width:767px) {
    .p-page--share__sns__item img {
        width: 7.5vw;
        height: 7.5vw
    }
}

.p-page--share__list__item {
    padding: 54px 0;
    border-bottom: 1px solid #f1f1f1
}

@media(max-width:767px) {
    .p-page--share__list__item {
        padding: 5vw 0
    }
}

.p-page--share__list__item dt {
    margin-bottom: 14px;
    font-size: 18px;
    font-size: 1.8rem
}

@media(max-width:767px) {
    .p-page--share__list__item dt {
        margin-bottom: 1.25vw;
        font-size: 4vw
    }
}

.p-page--share__list__item dd {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.875
}

@media(max-width:767px) {
    .p-page--share__list__item dd {
        font-size: 3.25vw
    }
}

.p-page--share__list__item dd ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start
}

.p-page--share__list__item dd ul:not(:last-child) {
    margin-bottom: 30px
}

@media(max-width:767px) {
    .p-page--share__list__item dd ul:not(:last-child) {
        margin-bottom: 2.5vw
    }
}

.p-page--share__list__item dd ul li {
    width: 25%
}

@media(max-width:767px) {
    .p-page--share__list__item dd ul li {
        width: 100%
    }
}

.p-page--challenging__list {
    width: 900px;
    margin: 0 auto 100px
}

@media(max-width:767px) {
    .p-page--challenging__list {
        width: 100%;
        margin-bottom: 10vw
    }
}

.p-page--challenging .c-ttl--type01:first-of-type {
    margin-bottom: 80px
}

@media(max-width:767px) {
    .p-page--challenging .c-ttl--type01:first-of-type {
        margin-bottom: 10vw
    }
}

.p-page--challenging .c-ttl--type01:last-of-type {
    margin-bottom: 40px
}

@media(max-width:767px) {
    .p-page--challenging .c-ttl--type01:last-of-type {
        margin-bottom: 5vw
    }
}

.p-page--challenging .c-ttl--type01 br {
    display: none
}

@media(max-width:767px) {
    .p-page--challenging .c-ttl--type01 br {
        display: block
    }
}

.p-page--challenging .c-ttl--type04 {
    margin-bottom: 18px
}

@media(max-width:767px) {
    .p-page--challenging .c-ttl--type04 {
        margin-bottom: 2.5vw
    }
}

.p-page--challenging .c-list--news {
    margin-bottom: 100px
}

@media(max-width:767px) {
    .p-page--challenging .c-list--news {
        margin-bottom: 10vw
    }
}

.p-page--challenging .c-list--activity {
    margin-bottom: 38px
}

@media(max-width:767px) {
    .p-page--challenging .c-list--activity {
        margin-bottom: 12.5vw
    }
}

.p-page--challenging .c-btn--arrow {
    margin: 0 auto
}

.p-page--event .c-inner>.c-lead {
    margin-bottom: 60px;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center
}

@media(max-width:767px) {
    .p-page--event .c-inner>.c-lead {
        margin-bottom: 7.5vw;
        font-size: 4vw
    }
}

.p-page--event .c-ttl--type01 {
    margin-bottom: 24px
}

@media(max-width:767px) {
    .p-page--event .c-ttl--type01 {
        margin-bottom: 5vw
    }
}

.p-page--event .c-ttl--type03 {
    margin-bottom: 30px
}

@media(max-width:767px) {
    .p-page--event .c-ttl--type03 {
        margin-bottom: 2.5vw
    }
}

.p-page--event .c-list--img {
    margin-bottom: 24px
}

@media(max-width:767px) {
    .p-page--event .c-list--img {
        margin-bottom: 2.5vw
    }
}

.p-page--event .c-lead {
    font-size: 16px;
    font-size: 1.6rem
}

@media(max-width:767px) {
    .p-page--event .c-lead {
        font-size: 3.75vw
    }
}

.p-page--event .c-sections {
    margin-bottom: 120px
}

@media(max-width:767px) {
    .p-page--event .c-sections {
        margin-bottom: 10vw
    }
}

@media(max-width:767px) {
    .p-page--event .c-sections__item .c-col--02__contents {
        margin-bottom: 2.5vw
    }
}

.p-page--event .c-sections__item--premium .c-col--02__contents {
    width: 440px
}

@media(max-width:767px) {
    .p-page--event .c-sections__item--premium .c-col--02__contents {
        width: 100%
    }
}

.p-page--event .c-sections__item--premium .c-col--02__img {
    width: 790px
}

@media(max-width:767px) {
    .p-page--event .c-sections__item--premium .c-col--02__img {
        width: 100%
    }
}

.p-page--event .c-sections__item--challenging .c-lead {
    margin-bottom: 38px
}

@media(max-width:767px) {
    .p-page--event .c-sections__item--challenging .c-lead {
        margin-bottom: 5vw
    }
}

.p-page--event .c-sections__item--visit .c-lead {
    margin-bottom: 70px
}

@media(max-width:767px) {
    .p-page--event .c-sections__item--visit .c-lead {
        margin-bottom: 5vw
    }
}

@media(max-width:767px) {
    .p-page--event .c-sections__item--visit .c-col--02 {
        flex-direction: column-reverse
    }
}

.p-page--event .c-sections__item--visit .c-btn--orange {
    margin: 0 auto 30px
}

@media(max-width:767px) {
    .p-page--event .c-sections__item--visit .c-btn--orange {
        margin-bottom: 3.75vw
    }
}

.p-page--event .c-sections__item--visit .c-btn--arrow {
    width: 394px;
    margin: 0 auto
}

@media(max-width:767px) {
    .p-page--event .c-sections__item--visit .c-btn--arrow {
        width: 100%
    }
}

@media(max-width:767px) {
    .p-page--event .c-sections__item--volunteer .c-lead {
        margin-bottom: 5vw
    }
}

@media(max-width:767px) {
    .p-page--event .c-sections__item--volunteer .c-col--02 {
        flex-direction: column-reverse
    }
}

.p-page--event .c-sections__item--volunteer .c-btn--arrow {
    width: 394px;
    margin: 180px 100px 0 auto
}

@media(max-width:767px) {
    .p-page--event .c-sections__item--volunteer .c-btn--arrow {
        width: 100%;
        margin: 0
    }
}

.p-page--event .c-sections__item--calendar__container {
    margin-bottom: 50px;
    text-align: center;
    overflow-x: hidden
}

@media(max-width:767px) {
    .p-page--event .c-sections__item--calendar__container {
        margin-bottom: 5vw;
        padding-top: 100vw;
        position: relative
    }
}

.p-page--event .c-sections__item--calendar__container iframe {
    vertical-align: bottom
}

@media(max-width:767px) {
    .p-page--event .c-sections__item--calendar__container iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }
}

.p-page--event .c-sections__item--calendar .c-btn--orange {
    margin: 0 auto 40px
}

@media(max-width:767px) {
    .p-page--event .c-sections__item--calendar .c-btn--orange {
        margin-bottom: 5vw
    }
}

.p-page--event .c-sections__item--calendar .c-btn--arrow {
    width: 394px;
    margin: 0 auto
}

@media(max-width:767px) {
    .p-page--event .c-sections__item--calendar .c-btn--arrow {
        width: 100%
    }
}

.p-page--event .c-btn--orange {
    margin: 0 auto 30px
}

@media(max-width:767px) {
    .p-page--event .c-btn--orange {
        margin-bottom: 5vw
    }
}

.p-page--event .c-btn--arrow {
    width: 420px;
    margin: 0 auto 100px
}

@media(max-width:767px) {
    .p-page--event .c-btn--arrow {
        width: 100%;
        margin-bottom: 10vw
    }
}

.p-page--club .c-ttl--type01 {
    margin-bottom: 34px
}

@media(max-width:767px) {
    .p-page--club .c-ttl--type01 {
        margin-bottom: 5vw
    }
}

.p-page--club .c-lead {
    margin-bottom: 40px;
    text-align: center
}

@media(max-width:767px) {
    .p-page--club .c-lead {
        margin-bottom: 5vw
    }
}

.p-page--club h3 {
    width: 900px;
    margin: 0 auto 20px;
    font-size: 24px;
    font-size: 2.4rem
}

@media(max-width:767px) {
    .p-page--club h3 {
        width: 100%;
        margin-bottom: 5vw;
        font-size: 4.75vw
    }
}

.p-page--club__terms {
    width: 900px;
    height: 300px;
    margin: 0 auto 40px;
    padding: 20px;
    background: #f6f6f6;
    overflow-x: scroll
}

@media(max-width:767px) {
    .p-page--club__terms {
        width: 100%;
        height: 50vw;
        margin-bottom: 7.5vw;
        padding: 5vw
    }
}

.p-page--club__terms p:not(:last-child) {
    margin-bottom: 20px
}

@media(max-width:767px) {
    .p-page--club__terms p:not(:last-child) {
        margin-bottom: 5vw
    }
}

.p-page--access .c-inner {
    width: 1020px
}

@media(max-width:767px) {
    .p-page--access .c-inner {
        width: 100%
    }
}

.p-page--access .c-ttl--type01 {
    margin-bottom: 80px
}

@media(max-width:767px) {
    .p-page--access .c-ttl--type01 {
        margin-bottom: 7.5vw
    }
}

.p-page--access__map {
    margin-bottom: 40px
}

@media(max-width:767px) {
    .p-page--access__map {
        margin-bottom: 5vw
    }
}

@media(max-width:767px) {
    .p-page--access__map__container {
        padding-top: 56.25%;
        position: relative
    }
}

@media(max-width:767px) {
    .p-page--access__map iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }
}

.p-page--access__map a {
    font-size: 16px;
    font-size: 1.6rem
}

@media(max-width:767px) {
    .p-page--access__map a {
        font-size: 3.75vw
    }
}

.p-page--access__list {
    margin-bottom: 80px
}

@media(max-width:767px) {
    .p-page--access__list {
        margin-bottom: 10vw
    }
}

.p-page--access__list__item:not(:last-child) {
    margin-bottom: 40px
}

@media(max-width:767px) {
    .p-page--access__list__item:not(:last-child) {
        margin-bottom: 5vw
    }
}

.p-page--access__list__item dt {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 10px
}

@media(max-width:767px) {
    .p-page--access__list__item dt {
        margin-bottom: 2.5vw;
        font-size: 5vw
    }
}

.p-page--access__list__item dd {
    font-size: 18px;
    font-size: 1.8rem
}

@media(max-width:767px) {
    .p-page--access__list__item dd {
        font-size: 4vw
    }
}

.p-page--access__list__item li {
    line-height: 2
}

.p-page--access__list__item a {
    color: #ed6c00
}

.p-page--access__container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between
}

@media(max-width:767px) {
    .p-page--access__container {
        flex-direction: column-reverse
    }
}

.p-page--staff .c-inner {
    width: 1020px
}

@media(max-width:767px) {
    .p-page--staff .c-inner {
        width: 100%
    }
}

.p-page--staff .c-inner>.c-lead {
    margin-bottom: 60px;
    text-align: center
}

@media(max-width:767px) {
    .p-page--staff .c-inner>.c-lead {
        margin-bottom: 7.5vw
    }
}

.p-page--staff .c-ttl--type01 {
    margin-bottom: 24px
}

@media(max-width:767px) {
    .p-page--staff .c-ttl--type01 {
        margin-bottom: 5vw
    }
}

.p-page--staff .c-list--btn {
    margin-bottom: 80px
}

@media(max-width:767px) {
    .p-page--staff .c-list--btn {
        margin-bottom: 7.5vw
    }
}

.p-page--staff .c-sections__item .c-ttl--type03 {
    margin-bottom: 40px
}

@media(max-width:767px) {
    .p-page--staff .c-sections__item .c-ttl--type03 {
        margin-bottom: 2.5vw
    }
}

.p-page--staff .c-sections__item .c-lead {
    margin-bottom: 40px
}

@media(max-width:767px) {
    .p-page--staff .c-sections__item .c-lead {
        margin-bottom: 5vw;
        font-size: 3.5vw
    }
}

.p-page--staff__list__item:not(:last-child) {
    margin-bottom: 60px
}

@media(max-width:767px) {
    .p-page--staff__list__item:not(:last-child) {
        margin-bottom: 7.5vw
    }
}

.p-page--staff__list__item dt {
    margin-bottom: 10px;
    font-size: 22px;
    font-size: 2.2rem
}

@media(max-width:767px) {
    .p-page--staff__list__item dt {
        margin-bottom: 2.5vw;
        font-size: 4vw
    }
}

.p-page--staff__list__item dd {
    font-size: 18px;
    font-size: 1.8rem
}

@media(max-width:767px) {
    .p-page--staff__list__item dd {
        font-size: 3.5vw
    }
}

.p-page--staff__list__item ul {
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 34px
}

@media(max-width:767px) {
    .p-page--staff__list__item ul {
        padding-left: 24px
    }
}

.p-page--staff__list__item li {
    line-height: 2
}

.p-page--boarding .c-ttl--type01 {
    margin-bottom: 50px
}

@media(max-width:767px) {
    .p-page--boarding .c-ttl--type01 {
        margin-bottom: 6.25vw
    }
}

.p-page--boarding .c-sections {
    margin-bottom: 200px
}

@media(max-width:767px) {
    .p-page--boarding .c-sections {
        margin-bottom: 7.5vw
    }
}

.p-page--boarding .c-sections__item .c-ttl--type03 {
    margin-bottom: 40px
}

@media(max-width:767px) {
    .p-page--boarding .c-sections__item .c-ttl--type03 {
        margin-bottom: 2.5vw
    }
}

.p-page--boarding .c-sections__item .c-list--type01 {
    margin-top: 40px
}

@media(max-width:767px) {
    .p-page--boarding .c-sections__item .c-list--type01 {
        margin-top: 2.5vw
    }
}

.p-page--boarding .c-sections__item .c-btn--orange {
    margin: 0 auto 30px
}

@media(max-width:767px) {
    .p-page--boarding .c-sections__item .c-btn--orange {
        margin-bottom: 2.5vw
    }
}

.p-page--boarding .c-sections__item .c-btn--arrow {
    width: 394px;
    margin: 0 auto
}

@media(max-width:767px) {
    .p-page--boarding .c-sections__item .c-btn--arrow {
        width: 100%
    }
}

.p-page--boarding .c-sections__item--apply .c-lead {
    margin-bottom: 60px
}

@media(max-width:767px) {
    .p-page--boarding .c-sections__item--apply .c-lead {
        margin-bottom: 5vw
    }
}

.p-page--detail .c-ttl--type01 {
    margin-bottom: 80px
}

@media(max-width:767px) {
    .p-page--detail .c-ttl--type01 {
        margin-bottom: 10vw
    }
}

.p-page--detail__wrap {
    width: 900px;
    margin: 0 auto
}

@media(max-width:767px) {
    .p-page--detail__wrap {
        width: 100%
    }
}

.p-page--detail__ttl {
    padding-bottom: 20px;
    border-bottom: 1px solid #ed6c00;
    font-size: 30px;
    font-size: 3rem
}

@media(max-width:767px) {
    .p-page--detail__ttl {
        padding-bottom: 2.5vw;
        font-size: 4.5vw
    }
}

.p-page--detail__head {
    margin-bottom: 26px
}

@media(max-width:767px) {
    .p-page--detail__head {
        margin-bottom: 3.75vw
    }
}

.p-page--detail__body {
    margin-bottom: 62px
}

@media(max-width:767px) {
    .p-page--detail__body {
        margin-bottom: 10vw
    }
}

.p-page--detail__body p {
    padding: 10px 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.875
}

@media(max-width:767px) {
    .p-page--detail__body p {
        padding: 2.5vw 0;
        font-size: 3.75vw
    }
}

.p-page--detail__body h5 {
    padding: 10px 0;
    font-size: 26px;
    font-size: 2.6rem;
    color: #ed6c00
}

@media(max-width:767px) {
    .p-page--detail__body h5 {
        padding: 2.5vw 0;
        font-size: 4.25vw
    }
}

.p-page--detail__body img {
    padding: 2px
}

@media(max-width:767px) {
    .p-page--detail__body img {
        width: 100%;
        height: auto;
        padding: 2.5vw 0
    }
}

.p-page--detail__body a {
    color: #ed6c00
}

@media(max-width:767px) {
    .p-page--detail .c-list--btn {
        flex-direction: row
    }
}

@media(max-width:767px) {
    .p-page--detail .c-list--btn__item {
        width: 40vw
    }
}

.p-page--detail .c-list--btn__item:not(:last-child) {
    margin-right: 50px
}

@media(max-width:767px) {
    .p-page--detail .c-list--btn__item:not(:last-child) {
        margin-right: 5vw;
        margin-bottom: 0
    }
}

.p-page--detail .c-list--btn__item:first-child .c-btn--arrow:after {
    left: 16px;
    background: url(/cms/wp-content/themes/shirase/images/common/ico-arrow02.svg) 0 0 no-repeat;
    background-size: contain;
    transition: left .4s cubic-bezier(.85, 0, .15, 1)
}

@media(max-width:767px) {
    .p-page--detail .c-list--btn__item:first-child .c-btn--arrow:after {
        left: 3vw
    }
}

.p-page--detail .c-list--btn__item:first-child .c-btn--arrow:hover:after {
    left: 10px
}

@media(max-width:767px) {
    .p-page--detail .c-list--btn__item:first-child .c-btn--arrow:hover:after {
        left: 1.25vw
    }
}

.p-page--detail .c-btn--arrow {
    width: 210px
}

@media(max-width:767px) {
    .p-page--detail .c-btn--arrow {
        width: 100%
    }
}

.p-page--privacy .c-inner {
    width: 1020px
}

@media(max-width:767px) {
    .p-page--privacy .c-inner {
        width: 100%
    }
}

.p-page--privacy .c-inner>.c-lead {
    margin-bottom: 60px
}

@media(max-width:767px) {
    .p-page--privacy .c-inner>.c-lead {
        margin-bottom: 7.5vw
    }
}

.p-page--privacy .c-ttl--type01 {
    margin-bottom: 24px
}

@media(max-width:767px) {
    .p-page--privacy .c-ttl--type01 {
        margin-bottom: 5vw
    }
}

.p-page--contact .c-ttl--type01 {
    margin-bottom: 80px
}

.p-page--contact .c-lead {
    display: table;
    margin-inline: auto;
    margin-bottom: 40px;
}

.p-page--404 .c-ttl--type01 {
    margin-bottom: 40px
}

@media(max-width:767px) {
    .p-page--404 .c-ttl--type01 {
        margin-bottom: 5vw
    }
}

.p-page--404 .c-lead {
    margin-bottom: 40px;
    text-align: center
}

@media(max-width:767px) {
    .p-page--404 .c-lead {
        margin-bottom: 5vw
    }
}

.p-page--404 .c-btn--arrow {
    margin: 0 auto
}

.p-top-challenge {
    background: url(/cms/wp-content/themes/shirase/images/top/top-sec02-bg01.jpg) 0 0 no-repeat;
    background-size: cover
}

@media(max-width:767px) {
    .p-top-challenge {
        background: url(/cms/wp-content/themes/shirase/images/top/top-sec02-bg01-sp.jpg) 0 0 no-repeat;
        background-size: cover
    }
}

.p-top-challenge .c-inner {
    padding-top: 52px;
    padding-bottom: 44px
}

@media(max-width:767px) {
    .p-top-challenge .c-inner {
        padding-top: 10vw;
        padding-bottom: 9.5vw
    }
}

.p-top-challenge__ttl {
    display: table;
    margin: 0 auto 10px;
    font-size: 112px;
    font-size: 11.2rem;
    text-align: center;
    color: #fff;
    position: relative;
    line-height: 1
}

@media(max-width:767px) {
    .p-top-challenge__ttl {
        font-size: 14vw;
        margin-bottom: 4vw
    }
}

.p-top-challenge__ttl span {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 700;
    position: absolute;
    right: -174px;
    bottom: 20px
}

@media(max-width:767px) {
    .p-top-challenge__ttl span {
        display: block;
        position: static;
        padding-top: 1.25vw;
        text-align: center;
        font-size: 3.75vw;
        font-weight: 700
    }
}

@media(max-width:767px) {
    .p-top-challenge__ttl span br {
        display: none
    }
}

.p-top-challenge__link {
    display: table;
    margin: 0 auto 10px;
    padding: 8px 42px;
    background: #ed6c00;
    border-radius: 22px;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    text-align: center
}

@media(max-width:767px) {
    .p-top-challenge__link {
        font-size: 3.5vw;
        padding: 1.25vw 2.75vw
    }
}

.p-top-challenge__schedule {
    display: table;
    margin: 0 auto
}

.p-top-challenge__schedule__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start
}

.p-top-challenge__schedule__item:last-child {
    display: none
}

@media(max-width:767px) {
    .p-top-challenge__schedule__item:last-child {
        display: inline-flex
    }
}

@media(max-width:767px) {
    .p-top-challenge__schedule__item:not(:last-child) {
        display: none
    }
}

.p-top-challenge__schedule__item__cat {
    width: 160px;
    height: 34px;
    margin-right: 28px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff
}

@media(max-width:767px) {
    .p-top-challenge__schedule__item__cat {
        display: none
    }
}

.p-top-challenge__schedule__item__date {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start
}

.p-top-challenge__schedule__item__date p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    font-size: 40px;
    font-size: 4rem;
    color: #fff
}

@media(max-width:767px) {
    .p-top-challenge__schedule__item__date p {
        font-size: 6.375vw
    }
}

.p-top-challenge__schedule__item__date p:first-of-type {
    width: 270px
}

@media(max-width:767px) {
    .p-top-challenge__schedule__item__date p:first-of-type {
        width: auto
    }
}

.p-top-challenge__schedule__item__date p:last-of-type:before {
    content: "";
    width: 26px;
    height: 8px;
    margin: 0 8px;
    background: url(/cms/wp-content/themes/shirase/images/common/ico-arrow01.svg) 0 0 no-repeat;
    background-size: contain
}

@media(max-width:767px) {
    .p-top-challenge__schedule__item__date p:last-of-type:before {
        width: 6vw;
        height: 1.5vw;
        margin: 0 1.25vw;
        background-size: cover
    }
}

.p-top-challenge__schedule__item__date span {
    padding-top: 14px;
    font-size: 20px;
    font-size: 2rem
}

@media(max-width:767px) {
    .p-top-challenge__schedule__item__date span {
        margin-left: 1.25vw;
        padding-top: 1.25vw;
        font-size: 3.75vw
    }
}

.p-top-event {
    position: relative
}

.p-top-event:after {
    content: "";
    width: 100%;
    padding-top: 38.36%;
    background: #f2f2f2;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1
}

@media(max-width:767px) {
    .p-top-event:after {
        padding-top: 284.5vw
    }
}

.p-top-event .c-inner {
    padding-top: 22px;
    padding-bottom: 100px
}

@media(max-width:767px) {
    .p-top-event .c-inner {
        padding-top: 12.5vw;
        padding-bottom: 12.5vw
    }
}

.p-top-event .c-ttl--type01 {
    margin-bottom: 16px
}

@media(max-width:767px) {
    .p-top-event .c-ttl--type01 {
        margin-bottom: 3vw
    }
}

.p-top-event .c-lead {
    margin-bottom: 34px;
    text-align: center
}

@media(max-width:767px) {
    .p-top-event .c-lead {
        margin-bottom: 7.5vw;
        text-align: left
    }
}

.p-top-event__list {
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between
}

@media(max-width:767px) {
    .p-top-event__list {
        margin-bottom: 10vw
    }
}

@media(max-width:767px) {
    .p-top-event__list__item {
        width: 100%
    }
}

.p-top-event__list__item:nth-child(-n+2) {
    margin-bottom: 38px
}

@media(max-width:767px) {
    .p-top-event__list__item:nth-child(-n+2) {
        margin-bottom: 0
    }
}

@media(max-width:767px) {
    .p-top-event__list__item:not(:last-child) {
        margin-bottom: 5vw
    }
}

.p-top-event__list__item a {
    display: block;
    width: 100%;
    height: 100%
}

.p-top-event__list__item a:hover .p-top-event__list__item__ttl:after {
    right: 12px
}

@media(max-width:767px) {
    .p-top-event__list__item a:hover .p-top-event__list__item__ttl:after {
        right: 2vw
    }
}

.p-top-event__list__item__ttl {
    width: 100%;
    padding: 15px 0 15px 20px;
    background: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    position: relative
}

@media(max-width:767px) {
    .p-top-event__list__item__ttl {
        padding: 1.875vw 10vw 1.875vw 4.25vw;
        font-size: 3.5vw
    }
}

.p-top-event__list__item__ttl:after {
    right: 26px;
    content: "";
    width: 21px;
    height: 5px;
    background: url(/cms/wp-content/themes/shirase/images/common/ico-arrow.svg) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: right .4s cubic-bezier(.85, 0, .15, 1)
}

@media(max-width:767px) {
    .p-top-event__list__item__ttl:after {
        width: 4.75vw;
        height: 1.5vw;
        right: 2.5vw
    }
}

.p-top-event__list__item__ttl span {
    display: block;
    color: #ed6c00
}

.p-top-event .c-btn--arrow {
    margin: 0 auto 64px
}

@media(max-width:767px) {
    .p-top-event .c-btn--arrow {
        margin-bottom: 10vw
    }
}

.p-top-event__bnrs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    flex-wrap: wrap;
    margin: auto;
    align-items: flex-start;
    justify-content: center
}

@media(max-width:767px) {

    .p-top-event__bnrs {
        display: block;
    }

    .p-top-event__bnrs__item {
        width: 100%
    }
}

.p-top-event__bnrs__item:first-child {
    grid-column: 1 / 3;
    justify-self: center;
    margin-right: 0;
}

.p-top-event__bnrs__item:not(:first-child) {
    grid-column: span 1;
    margin: auto;
    margin-top: 30px;
}

.p-top-event__bnrs__item:not(:last-child) {
}

.p-top-event__bnrs__item:first-child {
    margin-right: 0;
}

@media(max-width:767px) {
    .p-top-event__bnrs__item:not(:last-child) {
        margin: 0 0 5vw
    }
}

.p-top-news .c-inner {
    padding-top: 100px;
    padding-bottom: 64px
}

@media(max-width:767px) {
    .p-top-news .c-inner {
        padding-top: 10.25vw;
        padding-bottom: 5.625vw
    }
}

.p-top-news__container {
    margin-bottom: 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center
}

@media(max-width:767px) {
    .p-top-news__container {
        margin-bottom: 3.5vw
    }
}

.p-top-news .c-ttl--type02 {
    margin-right: 60px
}

@media(max-width:767px) {
    .p-top-news .c-ttl--type02 {
        margin-right: 0;
        margin-bottom: 2vw
    }
}

.p-top-news .c-list--news {
    width: 756px
}

.p-top-activity .c-inner {
    padding-top: 64px;
    padding-bottom: 100px
}

@media(max-width:767px) {
    .p-top-activity .c-inner {
        padding-top: 5.625vw;
        padding-bottom: 12.5vw
    }
}

.p-top-activity .c-ttl--type01 {
    margin-bottom: 42px
}

@media(max-width:767px) {
    .p-top-activity .c-ttl--type01 {
        margin-bottom: 6.25vw
    }
}

.p-top-activity .c-list--activity {
    margin-bottom: 38px
}

@media(max-width:767px) {
    .p-top-activity .c-list--activity {
        margin-bottom: 12.5vw
    }
}

.p-top-activity .c-btn--arrow {
    margin: 0 auto
}

.p-top-about__container {
    background: url(/cms/wp-content/themes/shirase/images/top/top-sec07-bg01.jpg) 0 0 no-repeat;
    background-size: cover
}

@media(max-width:767px) {
    .p-top-about__container {
        background: url(/cms/wp-content/themes/shirase/images/top/top-sec07-bg01-sp.jpg) 0 0 no-repeat;
        background-size: cover
    }
}

.p-top-about .c-inner {
    padding-top: 152px;
    padding-bottom: 132px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-end
}

@media(max-width:767px) {
    .p-top-about .c-inner {
        padding-top: 30.25vw;
        padding-bottom: 64.75vw
    }
}

.p-top-about .c-ttl--type02 {
    margin-bottom: 36px
}

@media(max-width:767px) {
    .p-top-about .c-ttl--type02 {
        margin: 0 auto 2.5vw
    }
}

.p-top-about__list__item:not(:last-child) {
    margin-bottom: 14px
}

@media(max-width:767px) {
    .p-top-about__list__item:not(:last-child) {
        margin-bottom: 3.75vw
    }
}

.p-top-about__list__item .c-btn--arrow {
    width: 354px;
    height: 56px;
    padding-left: 42px;
    justify-content: flex-start
}

@media(max-width:767px) {
    .p-top-about__list__item .c-btn--arrow {
        width: 52.5vw;
        height: 11.25vw;
        margin: 0 auto;
        padding-left: 9.25vw
    }
}

.p-top-about .c-lead {
    margin-bottom: 38px
}

@media(max-width:767px) {
    .p-top-about .c-lead {
        margin-bottom: 3.75vw
    }
}

@media(max-width:767px) {
    .p-top-about .c-lead br {
        display: none
    }
}

.p-top-about__thumb {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start
}

@media(max-width:767px) {
    .p-top-about__thumb {
        display: block;
        white-space: nowrap;
        overflow-x: scroll;
        font-size: 0;
        -webkit-overflow-scrolling: touch
    }
}

.p-top-about__thumb__item {
    width: 20%
}

@media(max-width:767px) {
    .p-top-about__thumb__item {
        display: inline-block;
        width: 33.25vw
    }
}

.p-top-about__thumb__item img {
    width: 100%;
    height: auto
}

.u-cf:after {
    display: block;
    clear: both;
    content: ""
}

@media(min-width:768px) {
    .u-sp {
        display: none !important
    }
}

@media(max-width:767px) {
    .u-pc {
        display: none !important
    }
}

.u-fjalla {
    font-family: Fjalla One, Noto Sans JP, sans-serif;
    font-weight: 400
}

.u-mb--10 {
    margin-bottom: 10px
}

@media(max-width:767px) {
    .u-mb--10 {
        margin-bottom: 1.25vw
    }
}

.u-mb--20 {
    margin-bottom: 20px
}

@media(max-width:767px) {
    .u-mb--20 {
        margin-bottom: 2.5vw
    }
}

.u-mb--30 {
    margin-bottom: 30px
}

@media(max-width:767px) {
    .u-mb--30 {
        margin-bottom: 3.75vw
    }
}

.u-mb--40 {
    margin-bottom: 40px
}

@media(max-width:767px) {
    .u-mb--40 {
        margin-bottom: 5vw
    }
}

.u-mb--50 {
    margin-bottom: 50px
}

@media(max-width:767px) {
    .u-mb--50 {
        margin-bottom: 6.25vw
    }
}

.u-mb--60 {
    margin-bottom: 60px
}

@media(max-width:767px) {
    .u-mb--60 {
        margin-bottom: 7.5vw
    }
}

.u-mb--70 {
    margin-bottom: 70px
}

@media(max-width:767px) {
    .u-mb--70 {
        margin-bottom: 8.75vw
    }
}

.u-mb--80 {
    margin-bottom: 80px
}

@media(max-width:767px) {
    .u-mb--80 {
        margin-bottom: 10vw
    }
}

.u-mb--90 {
    margin-bottom: 90px
}

@media(max-width:767px) {
    .u-mb--90 {
        margin-bottom: 11.25vw
    }
}

.u-mb--100 {
    margin-bottom: 100px
}

@media(max-width:767px) {
    .u-mb--100 {
        margin-bottom: 12.5vw
    }
}

.u-mb--110 {
    margin-bottom: 110px
}

@media(max-width:767px) {
    .u-mb--110 {
        margin-bottom: 13.75vw
    }
}

.u-mb--120 {
    margin-bottom: 120px
}

@media(max-width:767px) {
    .u-mb--120 {
        margin-bottom: 15vw
    }
}

.u-mb--130 {
    margin-bottom: 130px
}

@media(max-width:767px) {
    .u-mb--130 {
        margin-bottom: 16.25vw
    }
}

.u-mb--140 {
    margin-bottom: 140px
}

@media(max-width:767px) {
    .u-mb--140 {
        margin-bottom: 17.5vw
    }
}

.u-mb--150 {
    margin-bottom: 150px
}

@media(max-width:767px) {
    .u-mb--150 {
        margin-bottom: 18.75vw
    }
}

.u-mb--160 {
    margin-bottom: 160px
}

@media(max-width:767px) {
    .u-mb--160 {
        margin-bottom: 20vw
    }
}

.u-mb--170 {
    margin-bottom: 170px
}

@media(max-width:767px) {
    .u-mb--170 {
        margin-bottom: 21.25vw
    }
}

.u-mb--180 {
    margin-bottom: 180px
}

@media(max-width:767px) {
    .u-mb--180 {
        margin-bottom: 22.5vw
    }
}

.u-mb--190 {
    margin-bottom: 190px
}

@media(max-width:767px) {
    .u-mb--190 {
        margin-bottom: 23.75vw
    }
}

.u-mb--200 {
    margin-bottom: 200px
}

@media(max-width:767px) {
    .u-mb--200 {
        margin-bottom: 25vw
    }
}

.u-mt--10 {
    margin-top: 10px
}

@media(max-width:767px) {
    .u-mt--10 {
        margin-top: 1.25vw
    }
}

.u-mt--20 {
    margin-top: 20px
}

@media(max-width:767px) {
    .u-mt--20 {
        margin-top: 2.5vw
    }
}

.u-mt--30 {
    margin-top: 30px
}

@media(max-width:767px) {
    .u-mt--30 {
        margin-top: 3.75vw
    }
}

.u-mt--40 {
    margin-top: 40px
}

@media(max-width:767px) {
    .u-mt--40 {
        margin-top: 5vw
    }
}

.u-mt--50 {
    margin-top: 50px
}

@media(max-width:767px) {
    .u-mt--50 {
        margin-top: 6.25vw
    }
}

.u-mt--60 {
    margin-top: 60px
}

@media(max-width:767px) {
    .u-mt--60 {
        margin-top: 7.5vw
    }
}

.u-mt--70 {
    margin-top: 70px
}

@media(max-width:767px) {
    .u-mt--70 {
        margin-top: 8.75vw
    }
}

.u-mt--80 {
    margin-top: 80px
}

@media(max-width:767px) {
    .u-mt--80 {
        margin-top: 10vw
    }
}

.u-mt--90 {
    margin-top: 90px
}

@media(max-width:767px) {
    .u-mt--90 {
        margin-top: 11.25vw
    }
}

.u-mt--100 {
    margin-top: 100px
}

@media(max-width:767px) {
    .u-mt--100 {
        margin-top: 12.5vw
    }
}

.u-mt--110 {
    margin-top: 110px
}

@media(max-width:767px) {
    .u-mt--110 {
        margin-top: 13.75vw
    }
}

.u-mt--120 {
    margin-top: 120px
}

@media(max-width:767px) {
    .u-mt--120 {
        margin-top: 15vw
    }
}

.u-mt--130 {
    margin-top: 130px
}

@media(max-width:767px) {
    .u-mt--130 {
        margin-top: 16.25vw
    }
}

.u-mt--140 {
    margin-top: 140px
}

@media(max-width:767px) {
    .u-mt--140 {
        margin-top: 17.5vw
    }
}

.u-mt--150 {
    margin-top: 150px
}

@media(max-width:767px) {
    .u-mt--150 {
        margin-top: 18.75vw
    }
}

.u-mt--160 {
    margin-top: 160px
}

@media(max-width:767px) {
    .u-mt--160 {
        margin-top: 20vw
    }
}

.u-mt--170 {
    margin-top: 170px
}

@media(max-width:767px) {
    .u-mt--170 {
        margin-top: 21.25vw
    }
}

.u-mt--180 {
    margin-top: 180px
}

@media(max-width:767px) {
    .u-mt--180 {
        margin-top: 22.5vw
    }
}

.u-mt--190 {
    margin-top: 190px
}

@media(max-width:767px) {
    .u-mt--190 {
        margin-top: 23.75vw
    }
}

.u-mt--200 {
    margin-top: 200px
}

@media(max-width:767px) {
    .u-mt--200 {
        margin-top: 25vw
    }
}

.u-noto {
    font-family: Noto Sans JP, sans-serif;
    font-weight: 500
}
