.c-icon--mail::before {
    top: -0.25em !important
}
@font-face {
    font-family: "iconfont";
    src: url("../fonts/iconfont.eot?rvwdlm");
    src: url("../fonts/iconfont.eot?rvwdlm#iefix") format("embedded-opentype"), url("../fonts/iconfont.ttf?rvwdlm") format("truetype"), url("../fonts/iconfont.woff?rvwdlm") format("woff"), url("../fonts/iconfont.svg?rvwdlm#iconfont") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block
}
html.js-sp-bg-fixed {
    position: fixed;
    width: 100%
}
html {
    box-sizing: border-box
}
html.js-sp-bg-fixed {
    position: fixed;
    width: 100%
}
*, *:before, *:after {
    box-sizing: inherit
}
html {
    scroll-behavior: auto !important;
    font-size: 15px;
    line-height: 1.7
}
body {
    overflow-wrap: anywhere;
    word-break: normal;
    line-break: strict;
    color: #222;
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Meiryo, sans-serif !important;
    font-weight: 500;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    font-kerning: normal
}
h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 900;
    line-height: 1.4;
    color: inherit
}
ul, ol {
    padding-left: 1em
}
li>ul, li>ol {
    margin-bottom: 0
}
dd {
    margin-left: 0
}
table {
    width: 100%
}
th {
    text-align: left
}
a {
    transition: all .3s ease;
    text-decoration: none !important;
    color: #181e57
}
a:hover {
    opacity: .7;
    text-decoration: underline
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}
[src$=".svg"], [data$=".svg"] {
    width: 100%
}
i, cite, em, address, dfn {
    font-style: normal
}
code, pre {
    font-family: Consolas, Menlo, Courier, monospace
}
code {
    padding: .2em;
    border-radius: 3px;
    font-size: .8em;
    background-color: rgba(0, 0, 0, .06)
}
pre code {
    padding: 0;
    font-size: .8em;
    background-color: inherit
}
h1, h2, h3, h4, h5, h6, ul, ol, dl, blockquote, p, address, hr, table, fieldset, figure, pre {
    margin-top: 0;
    margin-bottom: 0
}
@font-face {
    font-family: "iconfont";
    src: url("../fonts/iconfont.eot?rvwdlm");
    src: url("../fonts/iconfont.eot?rvwdlm#iefix") format("embedded-opentype"), url("../fonts/iconfont.ttf?rvwdlm") format("truetype"), url("../fonts/iconfont.woff?rvwdlm") format("woff"), url("../fonts/iconfont.svg?rvwdlm#iconfont") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block
}
.l-wrapper {
    padding-top: 100px
}
@media(max-width: 991.98px) {
    .l-wrapper {
        padding-top: 50px;
        padding-bottom: 50px
    }
}
.l-wrapper__sidebar {
    display: flex
}
.l-wrapper__sidebar .l-main {
    overflow: hidden;
    padding-top: 20px;
    padding-right: 20px;
    width: 100%
}
.l-wrapper__sidebar .l-sidebar {
    padding-top: 20px
}
@media(max-width: 991.98px) {
    .l-wrapper__sidebar {
        flex-direction: column-reverse
    }
    .l-wrapper__sidebar .l-main {
        padding-top: 0;
        padding-right: 15px;
        padding-left: 15px
    }
    .l-wrapper__sidebar .l-sidebar {
        padding-top: 50px
    }
}
.l-main {
    margin-bottom: 100px
}
.l-inner {
    max-width: 900px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}
.p-page-header+.container>.l-inner {
    margin-top: -30px
}
.l-sidebar {
    flex-shrink: 0;
    margin-right: 20px;
    padding: 30px 20px;
    min-width: 310px;
    max-width: 310px;
    background-color: #f7f7f7
}
@media(max-width: 991.98px) {
    .l-sidebar {
        width: 100%;
        max-width: none
    }
}
.c-heading--logo {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 3px solid #2c3691;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c3691
}
.c-heading--logo::before {
    content: "";
    margin-right: 10px;
    width: 29px;
    height: 29px;
	background-image: url(../img/cambodia-atlas_mark_transparent.png);
    background-size: contain;
    background-repeat: no-repeat
}
@media(max-width: 991.98px) {
    .c-heading--logo {
        font-size: 24px;
        font-size: 1.5rem
    }
}
.c-heading--underline {
    position: relative;
    line-height: 1.25;
    font-family: "Shippori Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", "HG明朝E", Meiryo, serif;
    font-size: 50px;
    font-size: 3.125rem;
    font-weight: 700;
    color: #2c3691
}
/* bottom 固定だと font-size が小さい／見出しブロックが低いとき線が本文に食い込む → 1行目の下に追従 */
.c-heading--underline::before {
    content: "";
    position: absolute;
    bottom: auto;
    top: calc(1.25em + 6px);
    top: calc(1lh + 6px);
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #d5af71;
    background: linear-gradient(90deg, rgb(213, 175, 113) 0%, rgba(255, 255, 255, 0) 100%)
}
.c-heading--underline span {
    display: block;
    margin-top: 10px;
    font-size: 20px;
    font-size: 1.25rem
}
@media(max-width: 991.98px) {
    .c-heading--underline {
        font-size: 32px;
        font-size: 2rem
    }
}
.c-heading--underline2 {
    position: relative;
    font-family: "Shippori Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", "HG明朝E", Meiryo, serif;
    font-size: 50px;
    font-size: 3.125rem;
    font-weight: 700;
    text-align: center;
    color: #2c3691
}
.c-heading--underline2::before {
    display: none
}
.c-heading--underline2 span {
    display: block;
    margin-top: 10px;
    font-size: 20px;
    font-size: 1.25rem
}
@media(max-width: 991.98px) {
    .c-heading--underline2 {
        font-size: 32px;
        font-size: 2rem
    }
}
.c-heading--centerd {
    position: relative;
    padding-bottom: 50px;
    text-align: center;
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 700;
    color: #181e57
}
.c-heading--centerd::before {
    content: "";
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 50px;
    height: 5px;
    background-color: #e93232
}
.c-heading--centerd span {
    display: block;
    font-family: "Work Sans", "Noto Sans JP", "游ゴシック", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Meiryo, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    color: #d5af71
}
@media(max-width: 991.98px) {
    .c-heading--centerd {
        font-size: 24px;
        font-size: 1.5rem
    }
}
.c-h2, h2.wp-block-heading {
    position: relative;
    margin-bottom: 20px;
    margin-top: 40px;
    padding: 15px 15px 15px 28px;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 700;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #f7f7f7
}
.c-h2::before, h2.wp-block-heading::before {
    content: "";
    position: absolute;
    top: 0;
    left: 12px;
    display: block;
    margin: 12px 0;
    width: 6px;
    height: calc(100% - 24px);
    background-color: #2c3691
}
.c-h3, h3.wp-block-heading {
    margin-bottom: 20px;
    padding: 0 0 5px;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    border-bottom: 3px solid #181e57
}
.c-h4, h4.wp-block-heading {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700
}
.c-title {
    font-weight: 500
}
.c-title i {
    margin-right: 8px;
    color: #181e57
}
.c-label {
    display: inline-block;
    padding: 4px 10px 5px;
    font-size: 11px;
    font-size: .6875rem;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    border-radius: 30px;
    border: 1px solid #d5af71;
    background-color: #fff;
    color: #d5af71
}
.c-label--theme-fill {
    border: 1px solid #181e57;
    background-color: #181e57;
    color: #fff
}
.c-label--theme {
    border: 1px solid #181e57;
    color: #181e57
}
.c-label--pink {
    border-color: #ee7d84;
    color: #ee7d84
}
.c-label--org {
    border-color: #ffbe00;
    color: #ffbe00
}
.c-label--grn {
    border-color: #2bb135;
    color: #2bb135
}
.c-label--ltgrn {
    border-color: #7eb801;
    color: #7eb801
}
.c-label--gray {
    border-color: #ddd;
    background-color: #f7f7f7;
    color: #222
}
.c-label--red {
    border: 0;
    background-color: #e93232;
    color: #fff
}
.c-label-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    list-style: none;
    padding: 0
}
.c-input[type=text], .c-input[type=tel], .c-input[type=number], .c-input[type=email], .c-input[type=url], .c-input[type=date], .c-input[type=password] {
    transition: all .3s ease;
    padding: 7px 9px !important;
    width: 100%;
    border-radius: 8px !important;
    border: 1px solid #ccc !important;
    -webkit-appearance: none;
    appearance: none
}
.c-input:focus {
    outline: none;
    border-color: #181e57 !important;
    box-shadow: 0px 0px 0px 1px #181e57
}
textarea.c-input {
    padding: 7px 9px;
    width: 100%;
    border-radius: 5px;
    height: 150px;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    appearance: none
}
textarea.c-input::placeholder {
    color: #ccc
}
.c-input--s {
    width: 80px !important
}
@media(max-width: 991.98px) {
    .c-input--s {
        width: 60px !important
    }
}
.c-input--sm {
    width: 100px !important
}
.c-input--m {
    width: 120px !important
}
.c-input--ml {
    width: 150px !important
}
.c-input--l {
    width: 300px !important
}
@media(max-width: 991.98px) {
    .c-input--l {
        width: 100% !important
    }
}
.c-checkbox {
    --background: #fff;
    --border: #ccc;
    --border-hover: #a6a6a6;
    --border-active: #181E57;
    --tick: #fff;
    cursor: pointer;
    position: relative;
    display: flex;
    --stroke: var(--tick);
    line-height: 1
}
.c-checkbox span {
    position: relative
}
.c-checkbox span+span {
    margin-top: -1px;
    margin-left: 8px
}
.c-checkbox input, .c-checkbox svg {
    width: 15px;
    height: 15px;
    display: block
}
.c-checkbox input {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    outline: none;
    background: var(--background);
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border-radius: 4px;
    transition: box-shadow .3s;
    box-shadow: inset 0 0 0 var(--s, 1px) var(--b, var(--border))
}
.c-checkbox input:hover {
    --s: 2px;
    --b: var(--border-hover)
}
.c-checkbox input:checked {
    --b: var(--border-active);
    --s: 11px
}
.c-checkbox input:checked+svg {
    animation: bounce .4s linear forwards .2s
}
.c-checkbox svg {
    --scale: 0;
    pointer-events: none;
    fill: none;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: var(--stroke, var(--border-active));
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    transform: scale(var(--scale, 1)) translateZ(0)
}
@keyframes bounce {
    50% {
        transform: scale(1.2)
    }
    75% {
        transform: scale(0.9)
    }
    100% {
        transform: scale(1)
    }
}
.c-radio input[type=radio] {
    display: none
}
.c-radio input[type=radio]:checked+label {
    color: #000
}
.c-radio input[type=radio]:checked+label::after {
    opacity: 1
}
.c-radio label {
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
    padding-left: 2rem;
    transition: all .3s ease
}
.c-radio label::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #dcdcdc;
    border-radius: 50%
}
.c-radio label::after {
    opacity: 0;
    transition: all .3s ease;
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 14px;
    height: 14px;
    background: #d5af71;
    border-radius: 50%
}
.c-zip {
    display: flex;
    align-items: center
}
.c-zip .c-input {
    margin: 0 5px
}
.c-zip__1 {
    width: 60px !important
}
.c-zip__2 {
    width: 100px !important
}
.c-select {
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #222
}
.c-select select {
    width: 100%;
    cursor: pointer;
    text-indent: .01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 8px 40px 8px 15px;
    color: #222
}
.c-select select::-ms-expand {
    display: none
}
.c-select::before {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    padding: 0;
    content: "";
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    border-top: 6px solid #ccc;
    pointer-events: none
}
.c-card {
    overflow: hidden;
    display: block;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #ddd;
    background-color: #f7f7f7
}
.c-card p {
    margin-bottom: 0
}
.c-card__image {
    aspect-ratio: 3/2;
    flex-shrink: 0;
    display: block;
    margin-bottom: 10px
}
.c-card__image img {
    object-fit: cover;
    width: 100%;
    height: 100%
}
.c-card__body {
    padding: 0 15px 15px 15px;
    height: 100%;
    font-weight: 700
}
.c-card__title {
    position: relative;
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4;
    color: #181e57
}
.c-card__text {
    font-size: 14px;
    font-size: .875rem
}
.c-card dl {
    display: flex;
    flex-wrap: wrap;
    color: #181e57
}
.c-card dl+dl {
    margin-top: 5px
}
.c-card dl .c-icon {
    color: #d5af71
}
.c-card dl dt {
    margin-bottom: 0;
    padding-right: 10px;
    width: 35%;
    border-right: 1px solid #ccc;
    font-size: 14px;
    font-size: .875rem
}
.c-card dl dd {
    margin-bottom: 0;
    padding-left: 10px;
    width: 65%;
    font-size: 14px;
    font-size: .875rem
}
.c-card dl dd span {
    font-size: 11px;
    font-size: .6875rem
}
.c-card--row {
    display: flex;
    align-items: flex-start
}
.c-card--row>.c-label-list {
    display: none
}
.c-card--row .c-card__image {
    margin-right: 30px;
    width: 210px
}
.c-card--row .c-card__body {
    padding: 0
}
@media(max-width: 991.98px) {
    .c-card--row {
        display: block
    }
    .c-card--row>.c-label-list {
        display: flex
    }
    .c-card--row .c-card__image {
        margin-right: 0;
        width: 100%
    }
    .c-card--row .c-card__body .c-label-list {
        display: none
    }
}
.c-card--2 .c-card__image {
    margin-bottom: 0
}
.c-card--2 .c-card__body {
    padding: 5px 10px 10px
}
.c-card--2 .c-card__body .c-label-list {
    align-items: flex-start;
    gap: 3px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ddd
}
.c-card--2 .c-card__body .c-label-list .p-ellipsis {
    font-size: 11px;
    font-size: .6875rem
}
.c-card--2 .c-card__body .c-label {
    padding: 3px 5px;
    font-size: 10px;
    font-size: .625rem
}
.c-card--2 .c-card__body .p-property-info {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    list-style: none;
    margin: 0;
    padding: 0
}
.c-card--2 .c-card__body .p-property-info .c-icon {
    color: #d5af71
}
.c-card--2 .c-card__body .p-property-info li {
    line-height: 1;
    font-size: 13px;
    font-size: .8125rem
}
.c-card--2 .c-card__body .p-property-info li span:not(.c-icon) {
    font-size: 11px;
    font-size: .6875rem
}
.c-card .c-label-list {
    margin-bottom: 8px
}
.c-card-list.row {
    row-gap: 20px
}
.c-panel {
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #ddd;
    background-color: #f7f7f7
}
.c-panel p {
    margin-bottom: 0
}
@media(max-width: 991.98px) {
    .c-panel {
        padding: 15px
    }
}
@font-face {
    font-family: "iconfont";
    src: url("../fonts/iconfont.eot");
    src: url("../fonts/iconfont.eot?#iefix") format("eot"), url("../fonts/iconfont.woff") format("woff"), url("../fonts/iconfont.ttf") format("truetype"), url("../fonts/iconfont.svg#iconfont") format("svg");
    font-weight: normal;
    font-style: normal
}
.c-icon:before {
    font-family: "iconfont";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: -0.1em;
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-decoration: none;
    text-transform: none;
    speak: none
}
.c-icon--arrow-r:before {
    content: ""
}
.c-icon--arrow2-l:before {
    content: ""
}
.c-icon--bag:before {
    content: ""
}
.c-icon--calc:before {
    content: ""
}
.c-icon--fb:before {
    content: ""
}
.c-icon--grid:before {
    content: ""
}
.c-icon--insta:before {
    content: ""
}
.c-icon--line:before {
    content: ""
}
.c-icon--mail:before {
    content: ""
}
.c-icon--major:before {
    content: ""
}
.c-icon--pen:before {
    content: ""
}
.c-icon--phone:before {
    content: ""
}
.c-icon--pin:before {
    content: ""
}
.c-icon--search:before {
    content: ""
}
.c-icon--user:before {
    content: ""
}
.c-icon--x:before {
    content: ""
}
.c-frame {
    padding: 50px 40px;
    border-radius: 20px;
    border: 1px solid #ddd
}
.c-frame--fill {
    background-color: #fff
}
@media(max-width: 767.98px) {
    .c-frame {
        padding: 30px 15px;
        border-radius: 15px
    }
}
.c-frame--2 {
    padding: 0;
    border-radius: 5px
}
.c-frame--2 .c-frame__head {
    position: relative;
    padding: 10px;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #ccc;
    background-color: #f7f7f7
}
.c-frame--2 .c-frame__head .p-button {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    padding: 6px 12px;
    font-size: 14px;
    font-size: .875rem
}
@media(max-width: 767.98px) {
    .c-frame--2 .c-frame__head .p-button {
        right: 10px;
        font-size: 12px;
        font-size: .75rem
    }
    .c-frame--2 .c-frame__head .p-button i {
        display: none
    }
    .c-frame--2 .c-frame__head .p-button span {
        display: none
    }
}
.c-frame--2 .c-frame__body {
    padding: 15px
}
.c-sq-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    border: 1px solid #ccc;
    width: 40px;
    height: 40px;
    background-color: #fff
}
.c-sq-btn:after {
    font-family: "iconfont";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: -0.1em;
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-decoration: none;
    text-transform: none;
    speak: none
}
.c-sq-btn:after {
    content: ""
}
.c-sq-btn:hover {
    opacity: 1
}
.c-sq-btn--plus {
    position: relative
}
.c-sq-btn--plus::before, .c-sq-btn--plus::after {
    position: absolute;
    content: "";
    display: block;
    transition: all .4s;
    background: #222;
    left: 50%;
    top: 50%;
    width: 50%;
    height: 2px;
    transform: translate(-50%, -50%);
    border-radius: 5px
}
.c-sq-btn--plus::before {
    transform: translate(-50%, -50%) rotate(90deg)
}
.c-sq-btn--plus.is-active::before {
    transform: translate(-50%, -50%) rotate(0deg)
}
html.js-sp-bg-fixed {
    position: fixed;
    width: 100%
}
.wpcf7-spinner {
    display: block !important;
    margin: 15px auto !important
}
.p-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    padding: 0 0 0 20px;
    width: 100%;
    height: 100px;
    background-color: #181e57
}
.p-header .p-logo {
    width: auto;
    min-width: 224px;
    line-height: 1
}
.p-header .p-logo a {
    display: block
}
.p-header .p-contact-button {
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    padding: 0 30px;
    height: 100%;
    background-color: #d5af71;
    font-weight: 700;
    font-size: 20px;
    font-size: 1.25rem;
    color: #fff
}
.p-header .p-contact-button .c-icon {
    font-size: 24px;
    font-size: 1.5rem
}
.p-header .p-contact-button--red {
    background-color: #e93232
}
.p-header .p-search-button {
    cursor: pointer;
    position: relative;
    display: none;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    width: 50px;
    height: 100%;
    color: #fff
}
.p-header .p-search-button .c-icon {
    font-size: 22px;
    font-size: 1.375rem
}
.p-header .p-search-menu {
    overflow: scroll;
    transition: all .3s ease;
    pointer-events: none;
    opacity: 0;
    position: fixed;
    top: 50px;
    padding: 15px;
    width: 100%;
    height: calc(100% - 50px);
    background-color: #f7f7f7
}
.p-header .p-sp-menu {
    overflow: scroll;
    transition: all .3s ease;
    pointer-events: none;
    opacity: 0;
    position: fixed;
    top: 50px;
    width: 100%;
    height: calc(100% - 50px)
}
.p-header .p-menu {
    display: flex;
    align-items: center;
    margin-left: auto;
    width: 100%
}
.p-header .p-menu .p-gnav {
    margin-left: auto
}
.p-header .p-menu .p-button {
    margin-left: 30px;
    padding: 8px 20px;
    max-width: 200px
}
.p-header .p-menu-button {
    transition: all .3s ease;
    display: none;
    background-color: #e93232
}
.p-header .p-menu-button.is-active {
    background-color: #f7f7f7
}
.p-header .p-menu-button.is-active .p-hamburger span {
    background-color: #181e57
}
.p-header .p-menu-button.is-active .p-hamburger span:nth-of-type(1) {
    transform: translateY(6px) rotate(-45deg)
}
.p-header .p-menu-button.is-active .p-hamburger span:nth-of-type(2) {
    opacity: 0
}
.p-header .p-menu-button.is-active .p-hamburger span:nth-of-type(3) {
    transform: translateY(-7px) rotate(45deg)
}
.p-header .p-menu-button .p-hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 25px;
    height: 15px
}
.p-header .p-menu-button .p-hamburger span {
    transition: all .3s;
    width: 25px;
    height: 2px;
    border-radius: 2px;
    background-color: #fff
}
.p-header .p-menu-button .p-hamburger:hover {
    opacity: 1
}
@media(max-width: 1199.98px) {
    .p-header {
        padding-left: 0;
        height: 50px
    }
    .p-header .p-sp-menu.is-active {
        pointer-events: auto;
        opacity: 1
    }
    .p-header .p-menu-button {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 5px;
        width: 50px;
        height: 100%
    }
    .p-header .p-logo {
        max-width: 185px
    }
    .p-header .p-search-menu.is-active {
        pointer-events: auto;
        opacity: 1
    }
    .p-header .p-search-button {
        display: flex
    }
    .p-header .p-search-button .p-close {
        transition: all .3s ease;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        width: 50px;
        height: 100%;
        background-color: #f7f7f7
    }
    .p-header .p-search-button .p-close::before, .p-header .p-search-button .p-close::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 25px;
        height: 2px;
        background-color: #181e57
    }
    .p-header .p-search-button .p-close::before {
        transform: translateX(-50%) translateY(-50%) rotate(-45deg)
    }
    .p-header .p-search-button .p-close::after {
        transform: translateX(-50%) translateY(-50%) rotate(45deg)
    }
    .p-header .p-search-button.is-active .p-close {
        opacity: 1
    }
    .p-header .p-contact-button {
        margin-left: 0;
        padding: 0;
        width: 50px
    }
    .p-header .p-contact-button span:not(.c-icon) {
        display: none
    }
    .p-header .p-contact-button .c-icon {
        margin-right: 0 !important;
        font-size: 24px;
        font-size: 1.5rem
    }
    .p-header .p-contact-button .c-icon:before {
        top: -0.3em
    }
    .p-header .p-banner-list img {
        display: block;
        margin: 0 auto
    }
}
.p-footer {
    padding: 50px 0 30px;
    background-color: #181e57;
    color: #fff
}
.p-footer a {
    color: #fff
}
.p-footer ul, .p-footer li {
    list-style: none;
    margin: 0;
    padding: 0
}
.p-footer__contents {
    display: flex;
    justify-content: center;
    margin-bottom: 50px
}
.p-footer__company .p-logo {
    display: block;
    margin-bottom: 15px;
    max-width: 224px
}
.p-footer__company .p-sns {
    display: flex;
    gap: 15px;
    margin-bottom: 15px
}
.p-footer__company .p-sns li {
    font-size: 18px;
    font-size: 1.125rem
}
.p-footer__company p {
    font-size: 14px;
    font-size: .875rem
}
.p-footer__nav {
    display: flex;
    gap: 50px;
    margin-left: 50px;
    padding-left: 50px;
    border-left: 1px dotted #fff
}
.p-footer__nav ul li {
    margin-bottom: 5px
}
.p-footer .p-copy {
    text-align: center;
    font-size: 12px;
    font-size: .75rem
}
.p-footer .p-pagetop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 998;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #e93232;
    color: #fff
}
.p-footer .p-pagetop .c-icon {
    transform: rotate(90deg);
    font-size: 22px;
    font-size: 1.375rem
}
.p-footer .p-pagetop .c-icon:before {
    top: -0.15em
}
@media(max-width: 991.98px) {
    .p-footer {
        padding: 30px 0 30px
    }
    .p-footer__contents {
        flex-direction: column-reverse
    }
    .p-footer__company .p-logo {
        margin: 0 auto 15px
    }
    .p-footer__company .p-sns {
        justify-content: center
    }
    .p-footer__company p {
        text-align: center
    }
    .p-footer__nav {
        justify-content: center;
        margin-left: 0;
        margin-bottom: 30px;
        padding-left: 0;
        padding-bottom: 30px;
        border-left: 0;
        border-bottom: 1px dotted #fff
    }
    .p-footer__nav ul li {
        margin-bottom: 5px
    }
    .p-footer .p-pagetop {
        right: 15px
    }
}
.p-sidebar__item {
    margin-bottom: 30px
}
.p-sidebar .p-banner-list {
    list-style: none;
    margin: 0;
    padding: 0
}
.p-sidebar .p-banner-list li {
    list-style: none;
    margin: 0;
    padding: 0
}
.p-sidebar .p-banner-list li+li {
    margin-top: 15px
}
@media(max-width: 991.98px) {
    .p-sidebar .p-banner-list img {
        display: block;
        margin: 0 auto
    }
}
.p-mv-slider {
    margin: 0 -10px
}
.p-mv-slider img {
    width: 100%
}
.p-mv-slider .p-item {
    overflow: hidden;
    aspect-ratio: 1090/400;
    margin: 0 10px;
    border-radius: 20px
}
.p-mv-slider .swiper-pagination {
    position: static;
    margin-top: 5px
}
.p-mv-slider .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    opacity: 1
}
.p-mv-slider .swiper-pagination .swiper-pagination-bullet-active {
    background: #e93232
}
.p-mv-slider .swiper .swiper-button-prev, .p-mv-slider .swiper .swiper-button-next {
    transform: translateY(-50%);
    margin-top: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(24, 30, 87, .8)
}
.p-mv-slider .swiper .swiper-button-prev::after, .p-mv-slider .swiper .swiper-button-next::after {
    font-family: "iconfont";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: -0.1em;
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-decoration: none;
    text-transform: none;
    speak: none;
    font-size: 14px;
    font-size: .875rem;
    top: 0;
    color: #fff
}
.p-mv-slider .swiper .swiper-button-prev::after, .p-mv-slider .swiper .swiper-button-next::after {
    content: ""
}
.p-mv-slider .swiper .swiper-button-prev {
    left: 20px;
    right: auto
}
.p-mv-slider .swiper .swiper-button-next {
    left: auto;
    right: 20px
}
.p-mv-slider .swiper .swiper-button-next::after {
    transform: rotate(180deg)
}
@media(max-width: 991.98px) {
    .p-mv-slider {
        margin: 0 -30px
    }
    .p-mv-slider .p-item {
        aspect-ratio: 375/500;
        border-radius: 0
    }
}
.home .p-feature {
    display: flex;
    gap: 2.0833333333%;
    margin: 0
}
.home .p-feature__item {
    padding: 2.0833333333%;
    width: 33.3333333333%
}
.home .p-feature__item .p-title {
    line-height: 1;
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    font-size: 1.9444444444vw;
    color: #181e57
}
.home .p-feature__item .p-title span {
    display: block;
    margin-top: 5px;
    font-family: "Work Sans", "Noto Sans JP", "游ゴシック", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Meiryo, sans-serif;
    font-size: 24px;
    font-size: 1.6666666667vw;
    color: #ccc
}
.home .p-feature__item p {
    margin-bottom: 30px;
    font-weight: 700;
    text-align: center;
    line-height: 1.4
}
.home .p-feature__item figure {
    aspect-ratio: 255/177;
    margin: 30px auto;
    width: 80%
}
.home .p-feature__item figure img {
    object-fit: contain;
    width: 100%;
    height: 100%
}
.home .p-feature__item .p-button {
    margin: 0 auto;
    padding-right: 10px;
    padding-left: 10px;
    white-space: nowrap
}
@media(max-width: 991.98px) {
    .home .p-feature {
        flex-direction: column;
        gap: 15px
    }
    .home .p-feature__item {
        padding: 30px 15px;
        width: 100%
    }
    .home .p-feature__item .p-title {
        font-size: 24px;
        font-size: 1.5rem
    }
    .home .p-feature__item .p-title span {
        font-size: 18px;
        font-size: 1.125rem
    }
}
.p-section {
    margin: 80px 0
}
.p-section:last-child {
    margin-bottom: 0
}
@media(max-width: 991.98px) {
    .p-section {
        margin: 40px 0
    }
}
.p-gnav {
    margin-left: auto;
    height: 100%;
    font-weight: 700;
    font-size: 15px;
    font-size: .9375rem
}
.p-gnav ul, .p-gnav li {
    list-style: none;
    margin: 0;
    padding: 0
}
.p-gnav ul.p-gnav__menu {
    display: flex;
    height: 100%
}
.p-gnav ul.p-gnav__menu>li {
    height: 100%
}
.p-gnav ul.p-gnav__menu>li.is-active>a, .p-gnav ul.p-gnav__menu>li:hover>a {
    opacity: 1
}
.p-gnav ul.p-gnav__menu>li.is-active>a::before, .p-gnav ul.p-gnav__menu>li:hover>a::before {
    width: 100%
}
.p-gnav ul.p-gnav__menu>li>a {
    white-space: nowrap;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1vw;
    height: 100%;
    color: #fff
}
.p-gnav ul.p-gnav__menu>li>a::before {
    transition: all .3s ease;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 0;
    height: 5px;
    background-color: #e93232
}
.p-gnav .has-child {
    position: relative
}
.p-gnav .has-child>div {
    pointer-events: none;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    padding-top: 13px;
    width: 230px
}
.p-gnav .has-child>div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    background: #181e57;
    height: 13.8888888889px;
    width: 25px;
    clip-path: polygon(50% 0, 100% 100%, 0 100%)
}
.p-gnav .has-child ul {
    overflow: hidden;
    border-radius: 10px
}
.p-gnav .has-child ul li {
    border-bottom: 1px solid #fff
}
.p-gnav .has-child ul li:last-child {
    border-bottom: 0
}
.p-gnav .has-child ul a {
    position: relative;
    display: block;
    padding: 15px 30px 15px 15px;
    background-color: #181e57;
    color: #fff
}
.p-gnav .has-child ul a:hover {
    opacity: .9 !important
}
.p-gnav .has-child ul a::before {
    font-family: "iconfont";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: -0.1em;
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-decoration: none;
    text-transform: none;
    speak: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px
}
.p-gnav .has-child ul a::before {
    content: ""
}
.p-gnav .has-child.is-open>div {
    transition: opacity .3s ease;
    pointer-events: auto;
    opacity: 1
}
@media(max-width: 1199.98px) {
    .p-gnav {
        display: none
    }
}
.p-sp-menu {
    background-color: #f7f7f7
}
.p-sp-menu ul, .p-sp-menu li {
    list-style: none;
    margin: 0;
    padding: 0
}
.p-sp-menu__inner>ul>li {
    border-bottom: 1px dotted #ccc
}
.p-sp-menu__inner>ul>li>a {
    display: block;
    padding: 15px;
    font-weight: 700
}
.p-sp-menu .has-child>div {
    display: none
}
.p-sp-menu .has-child li {
    border-bottom: 1px dotted #ccc
}
.p-sp-menu .has-child li a {
    display: block;
    padding: 10px 15px 10px 30px;
    background-color: #efefef
}
.p-sp-menu .has-child li:first-child {
    border-top: 1px dotted #ccc
}
.p-sp-menu .has-child li:last-child {
    border-bottom: 0
}
.p-sp-menu .has-child>a {
    position: relative
}
.p-sp-menu .has-child>a .p-plus {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    display: block;
    width: 15px;
    height: 2px;
    background-color: #181e57;
    border-radius: 2px;
    line-height: 1;
    color: #181e57
}
.p-sp-menu .has-child>a .p-plus::after {
    content: "";
    transform: rotate(90deg);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    border-radius: 2px
}
.p-sp-menu .has-child>a.is-open .p-plus::after {
    content: none
}
.p-button {
    outline: none;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all .3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 15px 30px;
    width: 100%;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    background-color: #181e57;
    cursor: pointer;
    appearance: none;
    border: 0;
    border-radius: 10px;
    max-width: 230px;
    font-weight: 700;
    color: #fff
}
.p-button:disabled, .p-button.is-disabled {
    pointer-events: none;
    opacity: .3
}
.p-button--gold {
    background-color: #d5af71
}
.p-button--green {
    background-color: #2bb135
}
.p-button--m {
    max-width: 150px
}
.p-button--s {
    padding: 10px 20px;
    width: fit-content;
    font-size: 15px;
    font-size: .9375rem
}
.p-button--arrow::before {
    font-family: "iconfont";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: -0.1em;
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-decoration: none;
    text-transform: none;
    speak: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px
}
.p-button--arrow::before {
    content: ""
}
.p-button--mw-none {
    max-width: none
}
.p-button--wfit {
    max-width: 100%;
    width: fit-content
}
.p-button--arrow {
    padding-right: 50px;
    padding-left: 50px
}
.p-button--arrow.p-button--s {
    padding-right: 30px;
    padding-left: 30px
}
.p-button--arrow.p-button--s:after {
    top: calc(50% - 4px) !important;
    right: 10px;
    font-size: 12px;
    font-size: .75rem
}

/* ========================================
   記事ページ - ボタングループ
======================================== */

/* 戻るボタン */
.p-button--back {
    width: fit-content;
    background-color: #d4af37;
    color: #fff !important;
    border: 2px solid #d4af37;
    transition: all 0.3s ease;
    padding: 15px 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    font-size: 16px;
}

.p-button--back:hover {
    background-color: #b8962e;
    border-color: #b8962e;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(212, 175, 55, 0.4);
}

/* 公開セミナーボタン */
.p-button--seminar {
    width: fit-content;
    background-color: transparent;
    color: #d4af37 !important;
    border: 2px solid #d4af37;
    transition: all 0.3s ease;
    padding: 15px 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    font-size: 16px;
}

.p-button--seminar:hover {
    background-color: #d4af37;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(212, 175, 55, 0.4);
}

/* ボタングループ */
.p-button-group {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 20px auto;
    max-width: 400px;
}

.p-button-group .p-button {
    width: 100%;
}

/* ビザ詳細フッター等：PCは横並び、SPは縦並び（.p-button-group と併用） */
.p-button-group.p-button-group--contact-row {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    max-width: none;
    width: 100%;
    margin: 30px auto 20px;
    box-sizing: border-box;
}

.p-button-group.p-button-group--contact-row .p-button {
    width: auto;
    flex: 0 1 auto;
    max-width: none;
    white-space: nowrap;
}

/* モバイル対応（768px以下で縦並び） */
@media (max-width: 768px) {
    .p-button-group {
        flex-direction: column;
        max-width: 100%;
        align-items: center;     /* ★追加：中央寄せ */
    }
    
    .p-button-group .p-button {
        max-width: 300px;        /* ★追加：ボタンの最大幅を制限 */
    }

    .p-button-group.p-button-group--contact-row {
        flex-direction: column;
        align-items: center;
    }

    .p-button-group.p-button-group--contact-row .p-button {
        width: 100%;
        max-width: min(100%, 400px);
        white-space: nowrap;
    }
}

.p-category-link {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0
}
.p-category-link li {
    background-color: #fff;
    border: 1px solid #d5af71;
    border-radius: 30px;
    text-align: center
}
.p-category-link li a {
    display: block;
    padding: 5px 20px;
    color: #d5af71
}
.p-category-link li.is-active {
    background-color: #d5af71;
    border: 0
}
.p-category-link li.is-active a {
    color: #fff
}
@media(max-width: 991.98px) {
    .p-category-link {
        gap: 5px
    }
    .p-category-link li {
        font-size: 14px;
        font-size: .875rem
    }
    .p-category-link li a {
        display: block;
        padding: 3px 15px
    }
}
.p-cta {
    background-color: #0762a3;
    background-image: radial-gradient(#4086b8 7%, transparent 16%), radial-gradient(#4086b8 7%, transparent 16%);
    background-position: 0 0, 6px 6px;
    background-size: 12px 12px;
    color: #fff
}
.p-cta__title {
    position: relative;
    margin-bottom: 30px;
    font-size: 24px;
    font-size: 1.5rem
}
.p-cta__title span {
    display: block;
    margin: 0 auto;
    width: fit-content;
    text-align: center
}
.p-cta__title span::after {
    content: "";
    display: block;
    width: 100%;
    height: 7px;
    background-image: url(../img/line_horizontal.png);
    background-size: 170px
}
.p-cta .p-button {
    margin: 0 auto 30px;
    padding: 20px 30px;
    max-width: 340px;
    font-size: 20px;
    font-size: 1.25rem
}
.p-cta .p-button::before {
    right: 20px
}
.p-cta p {
    text-align: center
}
.p-cta__tel {
    margin-top: 10px
}
.p-cta__tel .p-tel {
    position: relative;
    padding-bottom: 10px;
    padding-left: 40px;
    font-size: 60px;
    font-size: 3.75rem;
    font-weight: 900;
    line-height: 1;
    color: #fff
}
.p-cta__tel .p-tel::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: block;
    width: 29px;
    height: 45px;
    background-image: url(../img/img_tel.png);
    background-size: cover
}
.p-cta__tel small {
    display: block;
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    font-size: .75rem
}
@media(max-width: 991.98px) {
    .p-cta__title {
        font-size: 20px;
        font-size: 1.25rem
    }
    .p-cta__tel .p-tel {
        position: relative;
        padding-bottom: 7px;
        padding-left: 25px;
        font-size: 36px;
        font-size: 2.25rem
    }
    .p-cta__tel .p-tel::before {
        width: 17.5px;
        height: 27px
    }
}
.p-faq {
    position: relative;
    padding: 15px 0
}
.p-faq:last-child::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    background-image: url(../img/line_horizontal4.png);
    background-size: 101px
}
.p-faq::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    background-image: url(../img/line_horizontal4.png);
    background-size: 101px
}
.p-faq__q, .p-faq__a {
    position: relative
}
.p-faq__q::before, .p-faq__a::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    display: block;
    width: 36.5px;
    height: 41px;
    background-image: url(../img/img_q.png);
    background-size: contain;
    background-repeat: no-repeat
}
.p-faq__q {
    cursor: pointer;
    padding: 10px 0 10px 50px;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    color: #fff
}
.p-faq__a {
    padding: 10px 0 10px 50px;
    color: #fff
}
.p-faq__a::before {
    background-image: url(../img/img_a.png)
}
.p-news-item {
    display: flex;
    align-items: flex-start;
    padding: 20px 0;
    border-bottom: 1px dotted #ccc
}
.p-news-item:last-child {
    border-bottom: 0
}
.p-news-item__picture {
    aspect-ratio: 1/1;
    flex-shrink: 0;
    overflow: hidden;
    margin-right: 15px;
    width: 100px;
    border-radius: 10px
}
.p-news-item__picture img {
    object-fit: cover;
    width: 100%;
    height: 100%
}
.p-news-item__meta {
    display: flex;
    margin-bottom: 10px
}
.p-news-item__date {
    display: block;
    margin-right: 10px;
    font-size: 14px;
    font-size: .875rem;
    color: #999
}
.p-news-item__title {
    font-weight: 700
}
.p-news-item a {
    color: #181e57
}
.p-news_column-single .p-news-item {
    display: block;
    padding: 50px 0 0
}
.p-news_column-single .p-news-item__header {
    margin-bottom: 30px;
    border-bottom: 1px dotted #ddd
}
.p-news_column-single .p-news-item__title {
    margin-bottom: 10px;
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 700;
    color: #181e57
}
.p-news_column-single .p-news-item .p-news_column-single__body p {
    margin-bottom: 15px
}
.p-news_column-single .p-news-item .p-news_column-single__body .wp-block-gallery {
    margin-bottom: 15px
}
.p-news_column-single .p-news-item__footer {
    margin-top: 50px
}
.p-news_column-single .p-news-item__footer .p-sns-list {
    margin-bottom: 15px;
    padding: 30px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}
.p-search-panel {
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid #ddd;
    background-color: #fff
}
.p-search-panel__inner {
    padding: 0 15px 20px
}
.p-search-panel__title {
    margin-bottom: 10px;
    padding: 10px;
    background-color: #181e57;
    border-bottom: 5px solid #e93232;
    text-align: center;
    font-weight: 700;
    color: #fff
}
.p-search-panel .p-search-item+.p-search-item {
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px dotted #ddd
}
.p-search-panel .p-search-item__title {
    margin-bottom: 5px;
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 700
}
.p-search-panel .p-search-item__title .c-icon {
    color: #d5af71
}
.p-search-panel .c-select select {
    padding: 5px 40px 5px 15px;
    font-size: 14px;
    font-size: .875rem
}
.p-search-panel .c-checkbox {
    padding: 10px 0;
    font-weight: 700;
    font-size: 15px;
    font-size: .9375rem
}
.p-search-panel .p-button {
    margin-top: 15px
}
.p-search-menu .p-search-panel {
    overflow: hidden
}
.p-rate-panel {
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid #ddd;
    background-color: #fff
}
.p-rate-panel__inner {
    padding: 10px 15px 20px
}
.p-rate-panel__title {
    margin-bottom: 10px;
    padding: 10px;
    background-color: #181e57;
    border-bottom: 5px solid #e93232;
    text-align: center;
    font-weight: 700;
    color: #fff
}
.p-rate-panel .p-rate {
    display: flex;
    border-radius: 10px;
    background-color: #333;
    font-size: 14px;
    font-size: .875rem;
    color: #fff
}
.p-rate-panel .p-rate div {
    padding: 12px 5px;
    width: 33.3333333333%;
    border-right: 1px dotted #fff;
    text-align: center
}
.p-rate-panel .p-rate div:last-child {
    border-right: 0
}
.p-rate-panel .p-rate__result {
    font-weight: 700;
    color: #0fc100
}
.p-rate-panel .p-rate__result span {
    margin-left: 2px;
    font-size: 11px;
    font-size: .6875rem
}
.p-pagenation {
    margin-top: 50px;
    margin-bottom: 50px
}
.p-pagenation div.page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1;
    font-size: 15px;
    font-size: .9375rem
}
.p-pagenation div.page-numbers a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff
}
.p-pagenation div.page-numbers a:hover {
    opacity: .7;
    text-decoration: none
}
.p-pagenation div.page-numbers a.page-numbers {
    background-color: #181e57;
    min-width: 42px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin: 5px
}
.p-pagenation div.page-numbers a.prev, .p-pagenation div.page-numbers a.next {
    position: relative
}
.p-pagenation div.page-numbers a.prev::before {
    font-family: "iconfont";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: -0.1em;
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-decoration: none;
    text-transform: none;
    speak: none;
    top: 0
}
.p-pagenation div.page-numbers a.prev::before {
    content: ""
}
.p-pagenation div.page-numbers a.next:before {
    transform: rotate(180deg);
    font-family: "iconfont";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: -0.1em;
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-decoration: none;
    text-transform: none;
    speak: none;
    top: 0
}
.p-pagenation div.page-numbers a.next:before {
    content: ""
}
.p-pagenation div.page-numbers span {
    display: flex;
    justify-content: center;
    align-items: center
}
.p-pagenation div.page-numbers span.current {
    background-color: #fff;
    color: #181e57;
    min-width: 42px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid #181e57;
    margin: 0 5px
}
@media(max-width: 991.98px) {
    .p-pagenation {
        margin-top: 30px;
        margin-bottom: 30px
    }
}
.p-breadcrumb {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 8px 15px;
    font-size: 12px;
    font-size: .75rem;
    color: #222
}
.l-wrapper__sidebar .p-breadcrumb {
    margin-bottom: 30px;
    padding: 0
}
.p-breadcrumb a {
    color: #222
}
.p-breadcrumb .c-icon {
    margin: 0 5px;
    font-size: 10px;
    font-size: .625rem
}
@media(max-width: 991.98px) {
    .p-breadcrumb {
        white-space: nowrap;
        overflow: scroll;
        padding-right: 15px
    }
    .l-wrapper__sidebar .p-breadcrumb {
        margin-bottom: 15px;
        padding: 8px 0
    }
}
.p-property+.p-property {
    margin-top: 30px
}
.p-property>.p-button-group {
    display: none
}
.p-property__header {
    margin-bottom: 20px
}
.p-property__header .p-button-group {
    flex-shrink: 0;
    margin-left: auto
}
.p-property__header .p-button-group .p-button {
    white-space: nowrap
}
.p-property__header__title {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px
}
.p-property__header .p-property-tag dl {
    display: flex;
    align-items: center
}
.p-property__header .p-property-tag dl dt {
    flex-shrink: 0;
    font-size: 12px;
    font-size: .75rem;
    color: #181e57
}
.p-property__header .p-property-tag dl dd {
    margin-bottom: 0;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #ccc
}
.p-property__title>.c-label {
    margin-bottom: 5px
}
.p-property__title .p-title {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
    color: #181e57
}
.p-property__title .p-title span {
    font-size: 16px;
    font-size: 1rem
}
.p-property__title>.c-label {
    display: block;
    width: fit-content
}
.p-property__summary {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px
}
.p-property__thumb {
    aspect-ratio: 3/2;
    margin-right: 30px;
    width: 100%;
    max-width: 400px
}
.p-property__thumb img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 10px
}
@media(max-width: 991.98px) {
    .p-property>.p-button-group {
        display: flex;
        flex-direction: column;
        margin-top: 15px
    }
    .p-property>.p-button-group .p-button {
        max-width: none
    }
    .p-property>.p-button-group .p-button+.p-button {
        margin-top: 10px;
        margin-left: 0
    }
    .p-property__header .p-button-group {
        display: none
    }
    .p-property__header .p-property-tag dl {
        display: block
    }
    .p-property__header .p-property-tag dl dt {
        margin-bottom: 5px
    }
    .p-property__header .p-property-tag dl dd {
        margin-left: 0;
        padding-left: 0;
        border-left: 0
    }
    .p-property__summary {
        display: block
    }
    .p-property__thumb {
        margin: 0 auto 15px
    }
}
@media(max-width: 991.98px) {
    .p-property-single {
        padding-bottom: 0
    }
}
.p-property-single .p-property__header {
    margin-bottom: 0;
    padding: 30px 0 80px;
    background-color: #f7f7f7
}
.p-property-single .p-property__title .p-title {
    margin-bottom: 15px;
    font-size: 30px;
    font-size: 1.875rem
}
.p-property-single .p-property__title .p-title span {
    font-size: 20px;
    font-size: 1.25rem
}
.p-property-single__content {
    margin-top: -50px
}
.p-property-single__side {
    position: relative;
    padding: 15px 30px 30px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 10px 10px
}
.p-property-single__side::before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    display: block;
    width: calc(100% + 2px);
    height: 5px;
    background-color: #181e57
}
.p-property-single__side .p-table th, .p-property-single__side .p-table td {
    font-size: 14px;
    font-size: .875rem
}
.p-property-single__side .p-sns-list {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 0
}
.p-property-single__side .p-sns-list .p-sns {
    list-style: none;
    margin: 0;
    padding: 0
}
.p-property-single__side .p-sns-list .p-sns a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #000;
    font-size: 24px;
    font-size: 1.5rem;
    color: #fff
}
.p-property-single__side .p-sns-list .p-sns--fb a {
    background-color: #1877f2
}
.p-property-single__side .p-sns-list .p-sns--line a {
    background-color: #4cc764
}
.p-property-single__side .p-sns-list .c-icon--x::before {
    top: -0.2em
}
.p-property-single__side .p-sns-list .c-icon--line::before {
    top: -0.15em
}
.p-property-single__image {
    margin-bottom: 15px
}
.p-property-single__image .swiper-slide {
    aspect-ratio: 3/2;
    border-radius: 10px;
    overflow: hidden
}
.p-property-single__image .swiper-slide img {
    object-fit: cover;
    width: 100%;
    height: 100%
}
.p-property-single__thumb {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 12px;
    margin: 0 0 30px;
    padding: 0
}
.p-property-single__thumb li {
    list-style: none;
    margin: 0;
    padding: 0;
    width: calc(20% - 10px)
}
.p-property-single__thumb li a {
    aspect-ratio: 3/2;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    border: 2px solid rgba(0, 0, 0, 0)
}
.p-property-single__thumb li a.is-active {
    border: 2px solid #e93232
}
.p-property-single__thumb li a img {
    object-fit: cover;
    width: 100%;
    height: 100%
}
@media(max-width: 991.98px) {
    .p-property-single__thumb {
        gap: 6px
    }
    .p-property-single__thumb li {
        width: calc(20% - 5px)
    }
}
.p-property-single__desc .p-button {
    margin: 30px auto 0;
    padding: 10px 15px;
    width: 120px;
    border-radius: 30px
}
.p-property-single__desc__content {
    position: relative;
    height: auto;
    max-height: 120px;
    overflow: hidden;
    transition: max-height .4s
}
.p-property-single__desc__content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    transition: 1s;
    background: linear-gradient(to bottom, transparent 0%, #ffffff 100%)
}
.p-property-single__desc__content.is-open:after {
    z-index: -1;
    opacity: 0
}
.p-property-single__desc__content p+p {
    margin-top: 20px
}
@media(max-width: 991.98px) {
    .p-property-single__desc {
        margin-bottom: 30px
    }
}
.p-property-single__type [class^=col-] {
    margin-bottom: 20px
}
.p-property-single__type .c-card__image {
    position: relative
}
.p-property-single__type .c-card__image .c-label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-weight: 700;
    font-size: 20px;
    font-size: 1.25rem
}
.acf-map {
    width: 100%;
    height: 400px
}
.acf-map img {
    max-width: inherit !important
}
.p-recruit+.p-recruit {
    margin-top: 30px
}
.p-recruit>.p-button-group {
    display: none
}
.p-recruit__header {
    margin-bottom: 20px
}
.p-recruit__header .p-button-group {
    flex-shrink: 0;
    margin-left: auto
}
.p-recruit__header .p-button-group .p-button {
    white-space: nowrap
}
.p-recruit__header__title {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px
}
.p-recruit__header .p-recruit-tag dl {
    display: flex;
    align-items: center
}
.p-recruit__header .p-recruit-tag dl dt {
    font-size: 14px;
    font-size: .875rem;
    color: #181e57
}
.p-recruit__header .p-recruit-tag dl dd {
    margin-bottom: 0;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #ccc
}
.p-recruit__title {
    padding-right: 15px
}
.p-recruit__title .p-title {
    margin-bottom: 5px;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
    color: #181e57
}
.p-recruit__title .p-title span {
    font-size: 16px;
    font-size: 1rem
}
.p-recruit__title .p-recruit-tag {
    margin-bottom: 5px
}
.p-recruit__title .p-recruit-tag dt {
    font-size: 14px;
    font-size: .875rem
}
.p-recruit__title .p-recruit-location {
    display: flex;
    list-style: none;
    gap: 10px;
    margin: 0;
    padding: 0
}
.p-recruit__title .p-recruit-location li {
    margin: 0;
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 700;
    color: #181e57
}
.p-recruit__title .p-recruit-location li .c-icon {
    color: #d5af71
}
.p-recruit__summary {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px
}
.p-recruit__summary p {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10
}
.p-recruit__thumb {
    aspect-ratio: 3/2;
    margin-right: 30px;
    width: 100%;
    max-width: 400px
}
.p-recruit__thumb img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 10px
}
@media(max-width: 991.98px) {
    .p-recruit>.p-button-group {
        display: flex;
        flex-direction: column;
        margin-top: 15px
    }
    .p-recruit>.p-button-group .p-button {
        max-width: none
    }
    .p-recruit>.p-button-group .p-button+.p-button {
        margin-top: 10px;
        margin-left: 0
    }
    .p-recruit__header .p-button-group {
        display: none
    }
    .p-recruit__header .p-recruit-tag dl {
        display: block
    }
    .p-recruit__header .p-recruit-tag dl dt {
        margin-bottom: 5px
    }
    .p-recruit__header .p-recruit-tag dl dd {
        margin-left: 0;
        padding-left: 0;
        border-left: 0
    }
    .p-recruit__title {
        padding-right: 0
    }
    .p-recruit__summary {
        display: block
    }
    .p-recruit__thumb {
        margin: 0 auto 15px
    }
}
.p-recruit-single .p-recruit__header {
    margin-bottom: 0;
    padding: 30px 0 80px;
    background-color: #f7f7f7
}
.p-recruit-single .p-recruit__header .container {
    display: flex;
    align-items: center
}
.p-recruit-single .p-recruit__header .container .p-recruit__title {
    margin-right: 30px
}
.p-recruit-single .p-recruit__header .container .p-button {
    margin-left: auto
}
.p-recruit-single .p-recruit__title .p-title {
    margin-bottom: 10px;
    font-size: 30px;
    font-size: 1.875rem
}
.p-recruit-single .p-recruit__title .p-title span {
    font-size: 20px;
    font-size: 1.25rem
}
.p-recruit-single .p-recruit__title .p-recruit-tag {
    margin-bottom: 10px
}
.p-recruit-single .p-recruit__title .p-recruit-tag dt {
    font-size: 14px;
    font-size: .875rem
}
.p-recruit-single .p-recruit__title .p-recruit-location {
    display: flex;
    list-style: none;
    gap: 10px;
    margin: 0;
    padding: 0
}
.p-recruit-single .p-recruit__title .p-recruit-location li {
    margin: 0;
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 700;
    color: #181e57
}
.p-recruit-single .p-recruit__title .p-recruit-location li .c-icon {
    color: #d5af71
}
.p-recruit-single__content {
    margin-top: -50px
}
.p-recruit-single__content__dl {
    display: flex;
    margin-bottom: 30px
}
.p-recruit-single__content__dl dt {
    padding-top: 15px;
    width: 18%;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    color: #2c3691
}
.p-recruit-single__content__dl dd {
    width: 82%;
    margin-left: 50px;
    padding: 15px 0 15px 50px;
    border-left: 2px solid #efefef
}
.p-recruit-single__main {
    margin-top: 50px
}
.p-recruit-single__image {
    margin-bottom: 15px
}
.p-recruit-single__image .swiper-slide {
    aspect-ratio: 3/2;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ddd;
    box-sizing: border-box
}
.p-recruit-single__image .swiper-slide img {
    object-fit: cover;
    width: 100%;
    height: 100%
}
@media(max-width: 991.98px) {
    .p-recruit-single {
        padding-bottom: 0
    }
    .p-recruit-single .p-recruit__header .container {
        display: block
    }
    .p-recruit-single .p-recruit__header .container .p-recruit__title {
        margin-right: 0
    }
    .p-recruit-single .p-recruit__header .container .p-button {
        display: none
    }
    .p-recruit-single__content__dl {
        display: block;
        margin-bottom: 30px
    }
    .p-recruit-single__content__dl dt {
        padding-top: 15px;
        width: 100%;
        font-size: 20px;
        font-size: 1.25rem;
        font-weight: 700;
        color: #2c3691
    }
    .p-recruit-single__content__dl dd {
        width: 100%;
        margin: 5px 0 0 0;
        padding: 15px 0 15px 0;
        border-left: 0;
        border-top: 2px solid #efefef
    }
    .p-recruit-single__main {
        margin-top: 0
    }
    .p-recruit-single__image {
        margin-bottom: 0
    }
}
.swiper-pagination {
    position: static;
    margin-top: 5px
}
.swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    opacity: 1
}
.swiper-pagination .swiper-pagination-bullet-active {
    background: #e93232
}
.swiper .swiper-button-prev, .swiper .swiper-button-next {
    transform: translateY(-50%);
    margin-top: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(24, 30, 87, .8)
}
.swiper .swiper-button-prev::after, .swiper .swiper-button-next::after {
    font-family: "iconfont";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: -0.1em;
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-decoration: none;
    text-transform: none;
    speak: none;
    font-size: 14px;
    font-size: .875rem;
    top: 0;
    color: #fff
}
.swiper .swiper-button-prev::after, .swiper .swiper-button-next::after {
    content: ""
}
.swiper .swiper-button-prev {
    left: 20px;
    right: auto
}
.swiper .swiper-button-next {
    left: auto;
    right: 20px
}
.swiper .swiper-button-next::after {
    transform: rotate(180deg)
}
.p-recruit-info-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 997;
    padding: 10px 0;
    width: 100%;
    background-color: #f7f7f7
}
.p-recruit-info-footer .container {
    display: flex;
    align-items: center
}
.p-recruit-info-footer .container .c-label-list {
    margin-right: 15px
}
.p-recruit-info-footer .container dl {
    display: flex;
    align-items: center;
    margin-right: 15px
}
.p-recruit-info-footer .container dl dt {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.4
}
.p-recruit-info-footer .container dl dd {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0 0 0 10px;
    padding-left: 10px;
    border-left: 1px solid #ccc;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.4
}
.p-recruit-info-footer .container .p-button {
    margin-left: auto
}
@media(max-width: 991.98px) {
    .p-recruit-info-footer .container {
        display: block
    }
    .p-recruit-info-footer .container .c-label-list {
        display: none
    }
    .p-recruit-info-footer .container dl {
        display: none
    }
    .p-recruit-info-footer .container .p-button {
        margin: 0 auto;
        padding: 10px
    }
}
caption {
    caption-side: top;
    text-align: center
}
@media(max-width: 991.98px) {
    .table-responsive {
        overflow-x: scroll !important
    }
    .table-responsive .p-table th, .table-responsive .p-table td {
        white-space: nowrap !important
    }
}
@media(max-width: 991.98px) {
    .table-responsive .p-table--fixed {
        table-layout: auto
    }
}
.p-table {
    line-height: 1.4
}
.p-table a {
    text-decoration: underline !important;
    color: #222
}
.p-table th, .p-table td {
    padding: 10px 15px
}
.p-table--1 th, .p-table--1 td {
    padding: 10px 0
}
.p-table--1 th {
    padding-right: 10px;
    color: #181e57
}
.p-table--1 tbody tr {
    border-bottom: 1px dotted #ddd
}
.p-table--1 tbody tr:last-child {
    border-bottom: 0
}
.p-table--1 tbody tr:last-child th {
    border-bottom: 0
}
.p-table--1 tbody td {
    text-align: left;
    color: #181e57
}
.p-table--1 tbody td:first-child {
    text-align: left
}
.p-table--1 tbody th {
    width: 30%;
    border-bottom: 1px dotted #ddd;
    text-align: left;
    color: #181e57
}
.p-table--2 thead th {
    background-color: #181e57;
    text-align: center;
    color: #fff
}
.p-table--2 thead th:last-child {
    border-right: 0
}
.p-table--2 tbody tr {
    border-bottom: 1px dotted #ddd
}
.p-table--2 tbody tr:nth-child(even) td {
    background-color: #f7faff
}
.p-table--2 tbody tr:last-child {
    border-bottom: 0
}
.p-table--2 tbody tr:last-child th {
    border-bottom: 0
}
.p-table--2 tbody td {
    background-color: #fff;
    text-align: center;
    color: #181e57
}
.p-table--2 tbody td:first-child {
    text-align: left
}
.p-table--2 tbody th {
    width: 30%;
    border-bottom: 1px dotted #ddd;
    background-color: #181e57;
    text-align: center;
    color: #fff
}
.p-table--3 th, .p-table--3 td {
    padding: 20px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5
}
.p-table--3 th {
    white-space: nowrap;
    background-color: #f7f7f7
}
.p-table-rounded .p-table--3 tr:last-child th, .p-table-rounded .p-table--3 tr:last-child td {
    border-bottom: 0
}
.p-table-rounded .p-table--3 td:last-child {
    border-right: 0
}
.p-table-rounded {
    overflow: hidden;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 0px 1px #ddd
}
.p-page-header {
    aspect-ratio: 1440/200;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../img/bg_page-header.jpg);
    background-size: cover;
    background-position: center
}
.p-page-header__title {
    text-align: center;
    text-transform: capitalize;
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 700;
    color: #181e57
}
.p-page-header__title span {
    display: block;
    margin-top: 5px;
    font-size: 24px;
    font-size: 1.5rem;
    font-family: "Work Sans", "Noto Sans JP", "游ゴシック", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Meiryo, sans-serif;
    font-weight: 700;
    color: #d5af71
}
@media(max-width: 991.98px) {
    .p-page-header {
        aspect-ratio: auto;
        height: 150px
    }
    .p-page-header__title {
        font-size: 26px;
        font-size: 1.625rem
    }
    .p-page-header__title span {
        margin-top: 2px;
        font-size: 22px;
        font-size: 1.375rem
    }
}
.p-page-content.c-frame {
    background-color: #fff
}
.p-page-content p {
    margin-bottom: 20px
}
.p-page-content .p-picture {
    display: block;
    margin-bottom: 20px
}
.p-page-content .p-picture img {
    object-fit: cover;
    width: 100%;
    height: 100%
}
.p-page-content .p-picture--4-3 {
    aspect-ratio: 4/3
}
.p-page-content .p-picture--3-2 {
    aspect-ratio: 3/2
}
.p-page-content .p-picture--16-9 {
    aspect-ratio: 16/9
}
.p-page-content .p-picture--9-16 {
    aspect-ratio: 9/16
}
.p-anchor {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 0
}
.p-anchor li {
    margin: 0;
    padding-right: 20px;
    border-right: 2px solid #2c3691;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700
}
.p-anchor li:last-child {
    border: 0
}
.p-anchor li a {
    color: #2c3691
}
/* ビザ詳細ページ等：概要本文の直下に置く画像（ブロックfigureは text-align では中央にならないため flex + img の margin で中央寄せ） */
.p-section--about .p-about__figure {
    margin: 0 auto 56px;
    max-width: 560px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}
.p-section--about .p-about__figure img {
    display: block;
    width: 100%;
    max-width: 480px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
    float: none
}
/* WPの alignleft / aligncenter 等で float が付いても上書き */
.p-section--about .p-about__figure img.alignleft,
.p-section--about .p-about__figure img.alignright,
.p-section--about .p-about__figure img.aligncenter {
    float: none;
    margin-left: auto;
    margin-right: auto
}
@media(max-width: 991.98px) {
    .p-anchor {
        gap: 8px;
        padding-left: 8px;
        padding-right: 8px;
        box-sizing: border-box
    }
    .p-anchor li {
        padding-right: 8px;
        font-size: 15px;
        font-size: 0.9375rem;
        font-weight: 600
    }
}
@media(max-width: 576px) {
    .p-anchor {
        gap: 5px;
        padding-left: 4px;
        padding-right: 4px
    }
    .p-anchor li {
        padding-right: 5px;
        border-right-width: 1px;
        font-size: 13px;
        font-size: 0.8125rem;
        font-weight: 600
    }
}
.about .p-main {
    margin-bottom: 0
}
.about .p-section {
    margin: 0;
    padding: 80px 0
}
.about .p-anchor {
    margin: 50px 0 0
}
/* 元 /about/（html 15px 時: centerd 英字 1rem=15px、underline 系子 span は 1.25rem=18.75px）。px+rem 二段指定は後勝ちで 16px/20px になりがちなので about 内は px 一本 */
.about .c-heading--centerd span {
    font-size: 15px;
    font-weight: 500
}
.about .c-heading--underline span,
.about .c-heading--underline2 span {
    font-size: 18.75px
}
.about .p-section--about {
    padding: 0
}
.about .p-section--about .p-about-merit {
    padding: 50px 0;
    background-image: url(../img/bg_about_cm2h.jpg);
    background-size: cover;
    background-position: top center
}
.about .p-section--about .p-about-merit .p-about {
    display: flex;
    align-items: center;
    margin-bottom: 50px
}
.about .p-section--about .p-about-merit .p-about__logo {
    margin: 0;
    flex-shrink: 0;
    max-width: min(100%, 280px)
}
.about .p-section--about .p-about-merit .p-about__logo img {
    display: block;
    width: 100%;
    height: auto
}
.about .p-section--about .p-about-merit .p-about__logo--photo {
    max-width: min(100%, 320px)
}
.about .p-section--about .p-about-merit .p-about__logo--photo img {
    border-radius: 10px
}
.about .p-section--about .p-about-merit .p-about__body {
    margin-left: 30px;
    flex: 1;
    min-width: 0
}
.about .p-section--about .p-about-merit .p-about__body .c-heading {
    margin-bottom: 30px
}
/* flex内で h2 が横幅いっぱいに広がり、::before の黄線が見出し文字より長くなるのを防ぐ */
.about .p-section--about .p-about-merit .p-about__body .c-heading--underline {
    width: fit-content;
    max-width: 100%;
    box-sizing: border-box
}
/* 第1ブロック #about の英字（p-about-merit 無しの固定ページでも効くよう #about に直付け。ブロックエディタの色指定に負けないよう important） */
.about #about.p-section--about .c-heading--underline span,
.about #about.p-section--about .c-heading--underline strong {
    display: block;
    margin-top: 10px;
    font-family: "Work Sans", "Noto Sans JP", "游ゴシック", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Meiryo, sans-serif;
    font-size: 18.75px !important;
    font-weight: 500 !important;
    color: #d5af71 !important
}
.about #about.p-section--about .c-heading--underline::before {
    top: calc(1.25em + 10px);
    top: calc(1lh + 10px)
}
.about .p-section--about .p-about-merit .p-about__body p {
    font-size: 20px;
    font-size: 1.25rem
}
.about .p-section--about .p-about-merit .p-merit__list {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    padding: 0
}
.about .p-section--about .p-about-merit .p-merit__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    padding: 30px 15px;
    width: calc(33.3333333333% - 30px);
    border-radius: 20px;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
    text-align: center
}
.about .p-section--about .p-about-merit .p-merit__item .p-title {
    margin-bottom: 10px;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    color: #181e57
}
.about .p-section--about .p-about-merit .p-merit__item p {
    font-family: "Work Sans", "Noto Sans JP", "游ゴシック", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Meiryo, sans-serif;
    font-weight: 500;
    line-height: 1.4;
    color: #999
}
/* 観光ビザ #who：#about 内メリットカードと同型 */
.about #about .p-tourist-who {
    margin-bottom: 40px
}
.about #who .p-merit__list {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    padding: 0;
    margin: 0
}
.about .p-visa-flow__methods {
    margin-bottom: 45px
}
.about .p-visa-flow__documents {
    margin-bottom: 45px
}
.about #who .p-merit__item {
    margin: 0;
    padding: 30px 15px;
    width: calc(33.3333333333% - 30px);
    border-radius: 20px;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
    text-align: center
}
.about #who .p-merit__item .p-title {
    margin-bottom: 10px;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    color: #181e57
}
.about #who .p-merit__item p {
    font-family: "Work Sans", "Noto Sans JP", "游ゴシック", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Meiryo, sans-serif;
    font-weight: 500;
    line-height: 1.4;
    color: #999
}
/* ビザ詳細：リード・表・箇条書き・FAQ（.about 固定ページ用） */
.about .p-visa-lead {
    margin: 0 0 20px;
    line-height: 1.75
}
.about .c-frame .p-note {
    margin-top: 15px
}
.about .p-table-rounded--scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}
.about .p-visa-subsection {
    margin-bottom: 24px
}
.about .p-visa-subsection:last-of-type {
    margin-bottom: 0
}
.about .p-visa-subsection__title {
    margin: 0 0 12px;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    color: #181e57
}
.about .p-visa-bullet-list {
    margin: 0;
    padding-left: 1.25em;
    line-height: 1.7
}
.about .p-visa-bullet-list li {
    margin-bottom: 8px
}
.about .p-visa-bullet-list li:last-child {
    margin-bottom: 0
}
.about .p-visa-bullet-list--tight li {
    margin-bottom: 10px
}
/* ビザ詳細 FAQ（details／トップページの .p-faq ブロックとは別） */
.about .p-faq-list {
    margin: 30px 0 0;
    padding: 0
}
.about .p-faq-item {
    margin: 0;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden
}
.about .p-faq-item + .p-faq-item {
    margin-top: 15px
}
.about .p-faq-item summary {
    display: block;
    position: relative;
    cursor: pointer;
    padding: 18px 44px 18px 20px;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    color: #181e57;
    list-style: none
}
.about .p-faq-item summary::-webkit-details-marker {
    display: none
}
.about .p-faq-item summary::marker {
    content: ""
}
.about .p-faq-item summary::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -6px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #181e57;
    border-bottom: 2px solid #181e57;
    transform: rotate(45deg);
    transition: transform .2s ease
}
.about .p-faq-item[open] summary::after {
    margin-top: -2px;
    transform: rotate(-135deg)
}
.about .p-faq-item__body {
    padding: 0 20px 20px;
    line-height: 1.8;
    color: #333
}
.about .p-faq-item__body p {
    margin: 0
}
.about .p-section--about .p-service {
    padding: 50px 0 80px;
    background-size: auto auto;
    background-color: #fff;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgb(228, 232, 241) 5px, rgb(228, 232, 241) 10px)
}
.about .p-section--about .p-service__list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    list-style: none;
    padding: 0
}
.about .p-section--about .p-service__item {
    display: flex;
    margin: 0;
    width: calc(50% - 15px);
    border: 3px solid #181e57;
    border-radius: 10px
}
.about .p-section--about .p-service__item .p-item-num {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
    font-size: 11px;
    font-size: .6875rem;
    font-family: "Work Sans", "Noto Sans JP", "游ゴシック", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Meiryo, sans-serif;
    background-color: #181e57;
    line-height: 1;
    text-align: center;
    color: #d5af71
}
.about .p-section--about .p-service__item .p-item-num span {
    display: block;
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 700;
	color: #fff;
    white-space: nowrap   /* 追加：数字を横並びに */
}
.about .p-section--about .p-service__item .p-item-num::before {
    content: "";
    position: absolute;
    right: -5px;
    display: block;
    width: 5px;
    height: 100%;
    background-image: url(../img/img_triangle.png);
    background-repeat: repeat-y;
    background-size: 5px
}
.about .p-section--about .p-service__item .p-item-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px 15px 15px 20px
}
.about .p-section--about .p-service__item .p-item-body .p-title {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.125rem;
    color: #181e57
}
.about .p-section--about .p-service__item .p-item-body p {
    line-height: 1.4
}
/* CM2H・会員限定サービス（c-frame#services）：左ラベルで Service が途中改行しない */
#services.c-frame .p-service__item {
    min-height: 153px;
    box-sizing: border-box
}
#services.c-frame .p-service__item .p-item-num {
    flex-shrink: 0;
    white-space: nowrap;
    min-width: 5.5em;
    box-sizing: border-box
}
/* CM2H：会員限定サービスの題名を主役に（短いゴールドライン＋左にゴールド模様） */
#services.c-frame .p-service__item .p-item-body .p-title {
    position: relative;
    margin-bottom: 0;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: 0.02em;
    padding-left: 0;
    display: inline-block;
    max-width: 100%;
    box-sizing: border-box
}
#services.c-frame .p-service__item .p-item-body .p-title::before {
    content: none;
    display: none
}
#services.c-frame .p-service__item .p-item-body .p-title::after {
    content: "";
    display: block;
    width: 100%;
    max-width: 100%;
    height: 4px;
    margin-top: 9px;
    margin-bottom: 12px;
    border-radius: 3px;
    background: repeating-linear-gradient(45deg, rgba(213, 175, 113, 0.95) 0 2px, rgba(213, 175, 113, 0.15) 2px 4px)
}
@media screen and (max-width: 767.98px) {
    #services.c-frame .p-service__item .p-item-body .p-title {
        font-size: 17px
    }
}
/* 一般ビザ：延長タイプの概要カード（下の詳細ブロック border-left と同色） */
#services .p-service__item--ext-eb {
    border-color: #1a237e
}
#services .p-service__item--ext-eb .p-item-num {
    background-color: #1a237e
}
#services .p-service__item--ext-eb .p-item-body .p-title {
    color: #1a237e
}
#services .p-service__item--ext-er {
    border-color: #1b5e20
}
#services .p-service__item--ext-er .p-item-num {
    background-color: #1b5e20
}
#services .p-service__item--ext-er .p-item-body .p-title {
    color: #1b5e20
}
#services .p-service__item--ext-es {
    border-color: #bf360c
}
#services .p-service__item--ext-es .p-item-num {
    background-color: #bf360c
}
#services .p-service__item--ext-es .p-item-body .p-title {
    color: #bf360c
}
#services .p-service__item--ext-eg {
    border-color: #4a148c
}
#services .p-service__item--ext-eg .p-item-num {
    background-color: #4a148c
}
#services .p-service__item--ext-eg .p-item-body .p-title {
    color: #4a148c
}
/* 一般ビザ：延長タイプ概要カード内「→詳細へ」をボックス右下に */
.about.p-visa-detail--business #services .p-service__item {
    align-items: stretch
}
.about.p-visa-detail--business #services .p-service__item .p-item-body {
    flex: 1;
    justify-content: flex-start;
    min-width: 0
}
.about.p-visa-detail--business #services .p-service__item .p-item-body > p {
    margin-bottom: 0
}
.about.p-visa-detail--business #services .p-item-detail-link {
    display: block;
    margin-top: auto;
    align-self: flex-end;
    padding-top: 12px;
    text-align: right;
    line-height: 1.3;
    text-decoration: underline !important
}
/* ビザ一覧ページ（/visa/）：概要・比較ブロックは可読幅を広げて表の収まりを改善 */
.about #visa-overview > .container > .l-inner,
.about #visa-comparison > .container > .l-inner {
    max-width: 1180px;
    width: 100%
}
/* 表はセル1行。PC〜タブレットではラッパー横スクロールなし（枠の広さで賄う） */
.about #visa-overview .p-table-rounded,
.about #visa-comparison .p-table-rounded {
    overflow-x: visible
}
.about #visa-overview .p-table--3 th,
.about #visa-overview .p-table--3 td,
.about #visa-comparison .p-table--3 th,
.about #visa-comparison .p-table--3 td {
    white-space: nowrap;
    vertical-align: middle
}
@media screen and (max-width: 767px) {
    /* SP：ビザ一覧の概要・比較だけ横余白を抑え、表示エリアを広く */
    .about #visa-overview > .container,
    .about #visa-comparison > .container {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box
    }
    .about #visa-overview > .container > .l-inner,
    .about #visa-comparison > .container > .l-inner {
        max-width: 100%;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0
    }
    /* c-frame の左右15pxを表エリアでは相殺し、横幅いっぱいに近づける */
    .about #visa-overview .c-frame,
    .about #visa-comparison .c-frame {
        padding-left: 12px;
        padding-right: 12px
    }
    .about #visa-overview .p-table-rounded,
    .about #visa-comparison .p-table-rounded {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin-left: -12px;
        margin-right: -12px;
        width: calc(100% + 24px);
        max-width: none;
        box-sizing: border-box
    }
    .about #visa-overview .p-table--3 th,
    .about #visa-overview .p-table--3 td,
    .about #visa-comparison .p-table--3 th,
    .about #visa-comparison .p-table--3 td {
        padding: 14px 10px;
        font-size: 14px;
        font-size: .875rem
    }
}
/* 観光ビザ詳細：基本情報〜延長の表をビザ一覧と同仕様（セル1行・広い枠・SP横スクロール） */
.about.p-visa-detail--tourist .p-visa-tourist-basic {
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}
/* PC：取得・申請の流れ・延長ブロックもビザ一覧の概要・比較と同じ可読幅 */
.about.p-visa-detail--tourist #flow > .container > .l-inner,
.about.p-visa-detail--tourist #extension > .container > .l-inner {
    max-width: 1180px;
    width: 100%
}
.about.p-visa-detail--tourist .p-table-rounded {
    overflow-x: visible
}
.about.p-visa-detail--tourist .p-table--3 th,
.about.p-visa-detail--tourist .p-table--3 td {
    white-space: nowrap;
    vertical-align: middle
}
@media screen and (max-width: 767px) {
    .about.p-visa-detail--tourist #about .p-about-merit > .container,
    .about.p-visa-detail--tourist #flow > .container,
    .about.p-visa-detail--tourist #extension > .container {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box
    }
    .about.p-visa-detail--tourist #about .p-about-merit > .container > .l-inner.p-visa-tourist-basic,
    .about.p-visa-detail--tourist #flow > .container > .l-inner,
    .about.p-visa-detail--tourist #extension > .container > .l-inner {
        max-width: 100%;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0
    }
    .about.p-visa-detail--tourist #about .c-frame,
    .about.p-visa-detail--tourist #flow .c-frame,
    .about.p-visa-detail--tourist #extension .c-frame {
        padding-left: 12px;
        padding-right: 12px
    }
    .about.p-visa-detail--tourist .p-table-rounded {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin-left: -12px;
        margin-right: -12px;
        width: calc(100% + 24px);
        max-width: none;
        box-sizing: border-box
    }
    .about.p-visa-detail--tourist .p-table--3 th,
    .about.p-visa-detail--tourist .p-table--3 td {
        padding: 14px 10px;
        font-size: 14px;
        font-size: .875rem
    }
}
/* 一般ビザ詳細：基本情報〜各表をビザ一覧・観光詳細と同仕様（セル1行・広い枠・SP横スクロール） */
.about.p-visa-detail--business .p-visa-business-basic {
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}
.about.p-visa-detail--business #subtypes > .container > .l-inner,
.about.p-visa-detail--business #flow > .container > .l-inner,
.about.p-visa-detail--business #documents > .container > .l-inner,
.about.p-visa-detail--business #workpermit > .container > .l-inner,
.about.p-visa-detail--business #workpermit > .p-service > .container > .l-inner {
    max-width: 1180px;
    width: 100%
}
.about.p-visa-detail--business .p-table-rounded {
    overflow-x: visible
}
.about.p-visa-detail--business .p-table--3 th,
.about.p-visa-detail--business .p-table--3 td {
    white-space: nowrap;
    vertical-align: middle
}
@media screen and (max-width: 767px) {
    .about.p-visa-detail--business #about .p-about-merit > .container,
    .about.p-visa-detail--business #subtypes > .container,
    .about.p-visa-detail--business #flow > .container,
    .about.p-visa-detail--business #documents > .container,
    .about.p-visa-detail--business #workpermit > .container,
    .about.p-visa-detail--business #workpermit > .p-service > .container,
    .about.p-visa-detail--business #services > .p-service > .container {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box
    }
    .about.p-visa-detail--business #about .p-about-merit > .container > .l-inner.p-visa-business-basic,
    .about.p-visa-detail--business #about .p-about-merit > .container > .p-visa-business-basic,
    .about.p-visa-detail--business #subtypes > .container > .l-inner,
    .about.p-visa-detail--business #flow > .container > .l-inner,
    .about.p-visa-detail--business #documents > .container > .l-inner,
    .about.p-visa-detail--business #workpermit > .container > .l-inner,
    .about.p-visa-detail--business #workpermit > .p-service > .container > .l-inner {
        max-width: 100%;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0
    }
    .about.p-visa-detail--business #about .c-frame,
    .about.p-visa-detail--business #subtypes .c-frame,
    .about.p-visa-detail--business #flow .c-frame,
    .about.p-visa-detail--business #documents .c-frame,
    .about.p-visa-detail--business #workpermit .c-frame,
    .about.p-visa-detail--business #services .c-frame {
        padding-left: 12px;
        padding-right: 12px
    }
    .about.p-visa-detail--business .p-table-rounded {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin-left: -12px;
        margin-right: -12px;
        width: calc(100% + 24px);
        max-width: none;
        box-sizing: border-box
    }
    .about.p-visa-detail--business .p-table--3 th,
    .about.p-visa-detail--business .p-table--3 td {
        padding: 14px 10px;
        font-size: 14px;
        font-size: .875rem
    }
}
@media(max-width: 991.98px) {
    .about.p-visa-detail--business .table-responsive .p-table th,
    .about.p-visa-detail--business .table-responsive .p-table td {
        white-space: nowrap !important
    }
}
/* ビザ一覧：各ビザの詳細（番号なし＋詳しく見るリンク） */
.about .p-section--about .p-visa-detail-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0
}
.about .p-section--about .p-visa-detail-item {
    width: calc(50% - 15px);
    margin: 0;
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #fff
}
.about .p-section--about .p-visa-detail-list--3col .p-visa-detail-item {
    width: calc(33.333% - 20px)
}
.about .p-section--about .p-visa-detail-item .p-visa-detail__body .p-title {
    margin-bottom: 15px;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    color: #181e57;
    padding-bottom: 10px;
    border-bottom: 2px solid #d5af71
}
.about .p-section--about .p-visa-detail-item .p-visa-detail__body p {
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 0.875rem
}
.about .p-section--about .p-visa-detail-item .p-visa-detail__body .p-button {
    display: inline-block
}
.about .p-section--about .p-about__body .p-note {
    margin-top: 15px;
    font-size: 13px;
    font-size: 0.8125rem;
    color: #666
}
@media(max-width: 991.98px) {
    .about .p-section--about .p-visa-detail-item {
        width: 100%
    }
}
.about .p-section--flow {
    background-image: url(../img/bg_about_flow.jpg);
    background-size: cover;
    background-position: top center
}
.about .p-section--flow .c-heading {
    margin-bottom: 30px
}
.about .p-section--flow .p-flow {
    list-style: none;
    padding: 0
}
.about .p-section--flow .p-flow__item::after {
    content: "";
    display: block;
    margin: 10px auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 15px 0 15px;
    border-color: #e93232 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
}
.about .p-section--flow .p-flow__item:last-child::after {
    content: none
}
.about .p-section--flow .p-flow__item>div {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #fff
}
.about .p-section--flow .p-flow__item .p-item-num {
    flex-shrink: 0;
    min-width: 8rem;
    margin-right: 30px;
    padding-right: 30px;
    border-right: 1px dotted #ddd;
    font-size: 18px;
    font-size: 1.125rem;
    font-family: "Work Sans", "Noto Sans JP", "游ゴシック", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Meiryo, sans-serif;
    text-align: center;
    line-height: 1;
    color: #d5af71
}
.about .p-section--flow .p-flow__item .p-item-num span {
    display: block;
    white-space: nowrap;
    font-size: 70px;
    font-size: 4.375rem;
    font-family: "Shippori Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", "HG明朝E", Meiryo, serif;
    font-weight: 700;
    color: #181e57
}
.about .p-section--flow .p-flow__item .p-item-body .p-title {
    margin-bottom: 10px;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700;
    color: #181e57
}
.about .p-section--apply {
    background-color: #f7faff
}
.about .p-section--apply .p-cm2h-apply-list {
    margin: 0;
    padding-left: 1.25em;
    line-height: 1.7
}
@media(max-width: 991.98px) {
    .about .p-section {
        padding: 30px 0
    }
    .about .p-anchor {
        margin: 30px 0 0
    }
    .about .p-section--about {
        padding: 0
    }
    .about .p-section--about .p-about-merit {
        padding: 30px 0
    }
    .about .p-section--about .p-about-merit .p-about {
        flex-direction: column-reverse;
        margin-bottom: 30px
    }
    .about .p-section--about .p-about-merit .p-about__body {
        margin-left: 0
    }
    .about .p-section--about .p-about-merit .p-about__logo {
        margin-top: 24px;
        margin-left: auto;
        margin-right: auto;
        max-width: 220px
    }
    .about .p-section--about .p-about-merit .p-about__logo--photo {
        max-width: min(100%, 260px)
    }
    .about .p-section--about .p-about-merit .p-about__body .c-heading {
        text-align: center;
        font-size: 32px;
        font-size: 2rem
    }
    .about .p-section--about .p-about-merit .p-about__body .c-heading--underline {
        margin-left: auto;
        margin-right: auto
    }
    .about .p-section--about .p-about-merit .p-about__body .c-heading--underline::before {
        background: #fff;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(213, 175, 113) 50%, rgba(255, 255, 255, 0) 100%)
    }
    .about .p-section--about .p-about-merit .p-about__body p {
        font-size: 18px;
        font-size: 1.125rem
    }
    .about .p-section--about .p-about-merit .p-merit__list {
        flex-direction: column;
        gap: 15px
    }
    .about .p-section--about .p-about-merit .p-merit__item {
        width: 100%
    }
    .about .p-section--about .p-about-merit .p-merit__item .p-title {
        font-size: 18px;
        font-size: 1.125rem
    }
    .about #who .p-merit__list {
        flex-direction: column;
        gap: 15px
    }
    .about #who .p-merit__item {
        width: 100%
    }
    .about #who .p-merit__item .p-title {
        font-size: 18px;
        font-size: 1.125rem
    }
    .about .p-section--about .p-service {
        padding: 30px 0 30px
    }
    .about .p-section--about .p-service__list {
        flex-direction: column
    }
    .about .p-section--about .p-service__item {
        width: 100%
    }
    .about .p-section--flow {
        background-image: url(../img/bg_about_flow.jpg);
        background-size: cover;
        background-position: top center
    }
    .about .p-section--flow .c-heading {
        margin-bottom: 30px
    }
    .about .p-section--flow .p-flow {
        list-style: none;
        padding: 0
    }
    .about .p-section--flow .p-flow__item::after {
        content: "";
        display: block;
        margin: 10px auto;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 18px 15px 0 15px;
        border-color: #e93232 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
    }
    .about .p-section--flow .p-flow__item:last-child::after {
        content: none
    }
    .about .p-section--flow .p-flow__item>div {
        flex-direction: column;
        margin: 0;
        padding: 30px;
        border: 1px solid #ddd;
        border-radius: 10px;
        background-color: #fff
    }
    .about .p-section--flow .p-flow__item .p-item-num {
        margin-right: 0;
        padding-right: 0;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-right: 0;
        border-bottom: 1px dotted #ddd
    }
    .about .p-section--flow .p-flow__item .p-item-num span {
        white-space: nowrap;
        font-size: 50px;
        font-size: 3.125rem
    }
    .about .p-section--flow .p-flow__item .p-item-body .p-title {
        text-align: center;
        font-size: 20px;
        font-size: 1.25rem
    }
}
.p-sns-list {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 0
}
.p-sns-list .p-sns {
    list-style: none;
    margin: 0;
    padding: 0
}
.p-sns-list .p-sns a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #000;
    font-size: 24px;
    font-size: 1.5rem;
    color: #fff
}
.p-sns-list .p-sns--fb a {
    background-color: #1877f2
}
.p-sns-list .p-sns--line a {
    background-color: #4cc764
}
.p-sns-list .c-icon--x::before {
    top: -0.2em
}
.p-sns-list .c-icon--line::before {
    top: -0.15em
}
.p-form dl {
    display: flex
}
.p-form dl:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}
.p-form dt, .p-form dd {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-size: .9375rem
}
.p-form dt {
    padding-right: 30px;
    width: 30%
}
.p-form dt span {
    margin-left: 5px;
    color: #e93232
}
.p-form dd {
    width: 70%
}
.p-form__row {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc
}
.p-form__row dt {
    padding-top: 7px;
    width: 25%
}
.p-form__row dd {
    width: 75%
}
.p-form__2col {
    display: flex;
    gap: 10px
}
.p-form__2col>div {
    display: flex;
    align-items: center
}
.p-form__2col>div .p-select-cf7 {
    margin-right: 5px
}
.p-form__3col {
    display: flex;
    gap: 15px
}
.p-form__3col>div {
    display: flex;
    align-items: center
}
.p-form__3col>div .p-select-cf7 {
    margin-right: 5px
}
@media(max-width: 991.98px) {
    .p-form dl {
        display: block
    }
    .p-form dt, .p-form dd {
        width: 100%
    }
    .p-form dt {
        margin-bottom: 10px;
        padding: 0
    }
}
.p-form--confirm dl dt {
    padding-top: 0
}
.p-form--confirm dl dd {
    position: relative;
    padding-right: 100px
}
.p-form--confirm dl dd .p-button {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding: 5px;
    font-size: 12px;
    font-size: .75rem;
    border-radius: 5px;
    max-width: none;
    min-width: 0;
    width: 80px
}
.p-select-cf7 {
    position: relative;
    max-width: none !important;
    width: fit-content
}
.p-select-cf7 select {
    -webkit-appearance: none;
    appearance: none;
    padding: 8px 40px 8px 15px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color: #fff
}
.p-select-cf7::before {
    position: absolute;
    top: 18px;
    right: 15px;
    z-index: 1;
    width: 0;
    height: 0;
    padding: 0;
    content: "";
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    border-top: 6px solid #ccc;
    pointer-events: none
}
.p-checkbox-cf7 {
    display: flex;
    justify-content: center;
    align-items: center
}
.p-checkbox-cf7 input[type=checkbox] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #181e57;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    position: relative
}
.p-checkbox-cf7 input[type=checkbox] :active, .p-checkbox-cf7 input[type=checkbox] :focus, .p-checkbox-cf7 input[type=checkbox] :hover {
    outline: 0
}
.p-checkbox-cf7 .wpcf7-list-item {
    margin: 0
}
.p-checkbox-cf7 .wpcf7-list-item::after {
    opacity: 0;
    transition: all .3s ease;
    content: "";
    display: block;
    position: absolute;
    border-left: 2px solid #181e57;
    border-bottom: 2px solid #181e57;
    width: 13px;
    height: 7px;
    transform: rotate(-45deg);
    left: 3.5px;
    top: 5px
}
.p-checkbox-cf7 .wpcf7-list-item.is-checked::after {
    opacity: 1
}
.p-checkbox-cf7 span {
    display: block;
    text-align: left
}
.p-checkbox-cf7 .wpcf7-form-control-wrap {
    margin-right: 8px
}
.p-checkbox-cf7 .wpcf7-form-control-wrap, .p-checkbox-cf7 .wpcf7-form-control, .p-checkbox-cf7 .wpcf7-list-item {
    width: 20px;
    height: 20px
}
.wpcf7-radio .wpcf7-list-item.first {
    margin: 0
}
.wpcf7-radio .wpcf7-list-item-label {
    cursor: pointer;
    display: flex
}
.wpcf7-radio input[type=radio] {
    opacity: 0;
    position: absolute
}
.wpcf7-radio .wpcf7-list-item-label::before {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 100%;
    content: "";
    height: 1.2em;
    margin-bottom: auto;
    margin-right: .5em;
    margin-top: auto;
    transition: background-color .5s;
    width: 1.2em
}
.wpcf7-radio input[type=radio]:checked+.wpcf7-list-item-label::before {
    background-color: #181e57;
    box-shadow: inset 0 0 0 3px #fff
}
.wpcf7-field-groups .wpcf7-field-group {
    display: flex;
    align-items: center;
    margin: 0 0 15px 0
}
.wpcf7-field-groups input[type=file] {
    color: #1f2937;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 0;
    width: 300px;
    background: #fff
}
.wpcf7-field-groups ::file-selector-button, .wpcf7-field-groups ::-webkit-file-upload-button {
    background-color: #f7f7f7;
    border: none;
    cursor: pointer;
    border-right: 1px solid #ddd;
    padding: 5px 15px;
    margin-right: 10px
}
.wpcf7-field-groups button {
    outline: none;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 10px;
    padding: 0;
    width: 35px;
    height: 35px;
    cursor: pointer;
    appearance: none;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #e5e5e5;
    font-size: 18px;
    font-size: 1.125rem
}
.p-link-bar-list {
    list-style: none;
    padding: 0
}
.p-link-bar-list>li {
    position: relative
}
.p-link-bar-list>li+li {
    margin-top: 15px
}
.p-link-bar-list>li a {
    display: block;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 12px;
    background-color: #fcfcfc;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    color: #222
}
.p-link-bar-list>li .c-sq-btn {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%)
}

/* PC版でロゴサイズを維持 */
.p-header .p-logo {
    width: auto !important; /* widthの制限を解除 */
    min-width: 224px;
}

.p-header .p-logo img {
	width: auto !important;
    min-width: 185px !important;
    height: auto !important;
}

/* タブレット・モバイル対応（1200px以下） */
@media(max-width: 1199.98px) {
	.p-header .p-logo {
		max-width: 185px !important;
		min-width: auto;
	}
	
	.p-header .p-logo img {
		width: 185px !important;
		height: auto !important;
	}
	
	.p-logo .logo-text {
		gap: 2px;
	}
	
	.p-logo .logo-line1 {
		font-size: 11px !important;
	}
	
	.p-logo .logo-line2 {
		font-size: 11px !important;
	}
	
	.p-header .p-logo a {
		gap: 10px !important;
	}
}

/* 小さなモバイル対応（768px以下） */
@media(max-width: 767.98px) {
	.p-header .p-logo {
		max-width: 185px !important;
	}
	
	.p-header .p-logo img {
		width: 185px !important;
		height: auto !important;
	}
	
	.p-logo .logo-text {
		display: none !important; /* 小さな画面ではテキストを非表示 */
	}
}

/* =============================================
   インタビュー特集 追加スタイル
   ============================================= */

/* エピソード番号バッジ */
.p-news-item__episode {
  font-size: 11px;
  color: #d5af71;
  font-weight: 700;
  background: rgba(213, 175, 113, 0.1);
  padding: 2px 10px;
  border-radius: 3px;
  white-space: nowrap;
}

/* 記事一覧にカード未表示時のメッセージ */
.p-no-posts {
  text-align: center;
  color: #999;
  padding: 60px 0;
  font-size: 15px;
}

/* 個別記事：アイキャッチ画像 */
.p-news-item__hero {
  margin: 20px 0 30px;
}
.p-news-item__hero img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

/* 個別記事：前後ナビゲーション */
.p-interview-nav {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 30px 0;
  padding: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.p-interview-nav__prev,
.p-interview-nav__next {
  display: block;
  max-width: 48%;
  color: #222;
  transition: color 0.2s;
}
.p-interview-nav__prev:hover,
.p-interview-nav__next:hover {
  color: #d5af71;
}
.p-interview-nav__next {
  text-align: right;
  margin-left: auto;
}
.p-interview-nav__label {
  display: block;
  font-size: 12px;
  color: #999;
  margin-bottom: 4px;
}
.p-interview-nav__title {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

/* インタビュー質問ブロック（Q&Aの質問部分を視覚的に区別） */
.interview-question {
  background: #f7f5f0;
  padding: 16px 20px;
  border-left: 4px solid #d5af71;
  border-radius: 4px;
}
.interview-question p {
  margin-bottom: 0 !important;
}

/* インタビューリード文（記事冒頭の概要ボックス） */
.interview-lead {
  background: #f7f7f7;
  padding: 20px 24px;
  border-radius: 8px;
  margin-bottom: 32px;
}

/* ===== インタビュー記事：サブタイトル ===== */
.interview-subtitle {
    margin: 0 0 10px;
    padding: 16px 0
}
.interview-subtitle p {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.8;
    color: #181e57;
    font-weight: 700;
    margin: 0
}
@media(max-width: 767.98px) {
    .interview-subtitle {
        margin-bottom: 8px;
        padding: 12px 0
    }
    .interview-subtitle p {
        font-size: 19px;
        font-size: 1.1875rem
    }
}
