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

body {
    line-height: 1
}

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

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

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

ins {
    text-decoration: none
}

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

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

del {
    text-decoration: line-through
}

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

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

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

input,
select {
    vertical-align: middle
}

@font-face {
    font-display: swap;
    font-family: NotoSansJP;
    font-style: normal;
    font-weight: 300;
    src: url(../font/NotoSansJP-Light.woff2) format("woff2"), url(../font/NotoSansJP-Light.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: NotoSansJP;
    font-style: normal;
    font-weight: 400;
    src: url(../font/NotoSansJP-Regular.woff2) format("woff2"), url(../font/NotoSansJP-Regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: NotoSansJP;
    font-style: normal;
    font-weight: 700;
    src: url(../font/NotoSansJP-Bold.woff2) format("woff2"), url(../font/NotoSansJP-Bold.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: NotoSansJP;
    font-style: normal;
    font-weight: 900;
    src: url(../font/NotoSansJP-Black.woff2) format("woff2"), url(../font/NotoSansJP-Black.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: "NotoSerifJP";
    font-style: normal;
    font-weight: 700;
    src: url(../font/NotoSerifJP-Regular.woff2) format("woff2"), url(../font/NotoSerifJP-Regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: "NotoSerifJP";
    font-style: normal;
    font-weight: 700;
    src: url(../font/NotoSerifJP-Bold.woff2) format("woff2"), url(../font/NotoSerifJP-Bold.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: "NotoSerifJP";
    font-style: normal;
    font-weight: 900;
    src: url(../font/NotoSerifJP-Black.woff2) format("woff2"), url(../font/NotoSerifJP-Black.woff) format("woff")
}

body {
    color: #555;
    font-family: NotoSansJP, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, メイリオ, Meiryo, sans-serif;
    font-weight: 400;
    letter-spacing: .06em;
    line-height: 2
}

body.is-open {
    overflow: hidden
}

figure {
    line-height: 0
}

img {
    width: 100%
}

a {
    color: #555;
    text-decoration: none
}

* {
    box-sizing: border-box
}

.u-fade-up {
    opacity: 0;
    -webkit-transform: translateX(40px);
    transform: translateX(40px)
}

.u-fade-up.is-active {
    -webkit-animation: fadeUp 2s cubic-bezier(.25, 1, .5, 1) 1 forwards;
    animation: fadeUp 2s cubic-bezier(.25, 1, .5, 1) 1 forwards
}

@-webkit-keyframes fadeUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40%,
    to {
        opacity: 1
    }
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40%,
    to {
        opacity: 1
    }
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    40%,
    to {
        opacity: 1
    }
}

.u-slidein-left {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.u-slidein-left.is-active {
    -webkit-animation: slideInLeft 2s cubic-bezier(.25, 1, .5, 1) 1 forwards;
    animation: slideInLeft 2s cubic-bezier(.25, 1, .5, 1) 1 forwards
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    40%,
    to {
        opacity: 1
    }
}

.u-slidein-right {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.u-slidein-right.is-active {
    -webkit-animation: slideInRight 2s cubic-bezier(.25, 1, .5, 1) 1 forwards;
    animation: slideInRight 2s cubic-bezier(.25, 1, .5, 1) 1 forwards
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    40%,
    to {
        opacity: 1
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    40%,
    to {
        opacity: 1
    }
}

.l-header {
    min-width: 1100px;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
    width: 100%;
    z-index: 1000
}

.l-header__inner {
    padding-left: 25px;
    padding-right: 25px
}

.l-header__wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative
}

.l-header__hamburger {
    cursor: pointer;
    display: none;
    height: 4vw;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6vw
}

.l-header__hamburger-line {
    background-color: #133c80;
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%
}

.l-header__hamburger-line:first-of-type {
    top: 0
}

.l-header__hamburger-line:nth-of-type(2) {
    top: 50%
}

.l-header__hamburger-line:nth-of-type(3) {
    top: 100%
}

.l-header__logo-link {
    align-items: center;
    color: #555;
    display: flex;
    font-family: 游明朝, Yu Mincho, YuMincho, Hiragino Mincho Pro, serif;
    font-size: 30px;
    max-width: 180px
}

.l-header__nav {
    flex-grow: 1;
    justify-content: flex-end
}

.l-header__list,
.l-header__nav {
    align-items: center;
    display: flex;
    height: 100%;
    margin-right: 20px
}

.l-header__item {
    height: 100%;
    text-align: right
}

.l-header__item:not(:last-of-type) {
    margin-right: 20px
}

.l-header__link {
    color: #fff;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: .2em;
    position: relative
}

.l-header__link:before {
    background: #fff;
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    right: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: 0
}

.l-header__link:hover:before {
    left: 0;
    width: 100%
}

.l-header__line,
.l-header__tel {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center
}

.l-header__tel {
    border-left: 1px solid #c6c6c6;
    padding-left: 20px
}

.l-header__tel-number {
    align-items: center;
    display: flex;
    font-size: 20px
}

.l-header__tel-icon {
    color: #fff;
    font-size: 80%;
    margin-right: .2em
}

.l-header__tel-text {
    color: #fff;
    font-family: "NotoSerifJP", 游明朝, Yu Mincho, YuMincho, Hiragino Mincho Pro, serif;
    font-weight: 700;
    line-height: 1;
    margin-bottom: .2em
}

.l-header__tel-sales {
    color: #fff;
    font-size: 10px;
    line-height: 1.6
}

.l-header__button {
    align-items: center;
    background-color: #133c80;
    color: #fff;
    display: flex;
    padding: .8em 1em;
    transition: .3s
}

.l-header__button--line {
    background-color: #06c755
}

.l-header__button--line .l-header__button-icon {
    font-size: 20px
}

.l-header__button:hover {
    opacity: .7
}

.l-header__button:not(:last-of-type) {
    margin-right: 10px
}

.l-header__button-icon {
    font-size: 20px;
    margin-right: .4em
}

.l-header__button-text {
    color: #fff;
    font-weight: 600;
    line-height: 1
}

.l-body {
    min-width: 1100px;
    position: relative
}

.l-body.is-open {
    overflow: hidden
}

.l-body.is-open:after {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.l-float {
    bottom: 0;
    display: none;
    justify-content: space-between;
    left: 0;
    position: fixed;
    transition: .3s;
    width: 100%;
    z-index: 9000
}

.l-float.is-footer {
    opacity: 0;
    visibility: hidden
}

.l-float__item {
    align-items: center;
    background-color: #fff;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    padding: .8em .4em;
    width: 33.3%
}

.l-float__item:first-of-type {
    background-color: #133c80
}

.l-float__item:nth-of-type(2) {
    background-color: #85a1d1
}

.l-float__item:nth-of-type(3) {
    background-color: #06c755
}

.l-float__icon {
    color: #fff;
    margin-right: .4em
}

.l-float__icon--line {
    width: 30px
}

.l-float__text {
    color: #fff;
    font-size: 3vw;
    font-weight: 700;
    line-height: 1.2em;
    white-space: nowrap
}

.l-main {
    margin-top: -60px
}

.l-flex,
.l-main {
    overflow-x: hidden
}

.l-flex {
    display: flex
}

.l-aside {
    background-color: #222;
    padding-top: 10px;
    width: 20%
}

.l-aside.is-open {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.l-aside__sp {
    display: none
}

.l-aside__close {
    border-bottom: 1px solid #000;
    height: 10vw;
    position: relative
}

.l-aside__ttl {
    border-bottom: 1px solid #000;
    color: #fff;
    font-size: 20px;
    padding: 1em
}

.l-aside__item-first[open]>.l-aside__list,
.l-aside__item-second[open]>.l-aside__list,
.l-aside__item-third[open]>.l-aside__list {
    -webkit-animation: fadeIn .5s ease;
    animation: fadeIn .5s ease
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.l-aside__link {
    border-bottom: 1px solid #000;
    display: block;
    padding: 20px;
    width: 100%
}

.l-aside__link--first {
    background-color: #222;
    color: #fff;
    font-size: 17px
}

.l-aside__link--second {
    background-color: #464646;
    color: #fff;
    font-size: 13px
}

.l-aside__link--third {
    background-color: #e6e6e6;
    color: #555;
    font-size: 13px
}

.l-footer {
    background-color: #133c80;
    padding-bottom: 20px;
    padding-top: 60px
}

.l-footer__wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 60px
}

.l-footer__logo-link {
    margin-bottom: 10px;
    max-width: 180px
}

.l-footer__nav {
    flex: 1
}

.l-footer__list {
    display: flex;
    justify-content: flex-end
}

.l-footer__item {
    margin-right: 2%
}

.l-footer__link {
    color: #fff;
    font-size: 12px
}

.l-footer__info {
    align-items: center;
    color: #fff;
    display: flex;
    text-align: center
}

.l-footer__icon {
    font-size: 75%;
    margin-right: .4em
}

.l-footer__center {
    padding-bottom: 10px;
    text-align: center
}

.l-footer__copylight {
    color: #fff;
    font-size: 12px;
    text-align: center
}

.l-hamburger {
    background-color: #133c80;
    height: 100vh;
    left: 0;
    opacity: 0;
    overflow-y: scroll;
    padding-bottom: 3%;
    padding-top: 3%;
    position: fixed;
    top: 0;
    transition: .3s;
    visibility: hidden;
    width: 100%;
    z-index: 9999
}

.l-hamburger.is-open {
    opacity: 1;
    transition: .3s;
    visibility: visible
}

.l-hamburger__wrapper {
    align-items: center;
    display: flex;
    margin-bottom: 10%;
    position: relative
}

.l-hamburger__close {
    cursor: pointer;
    height: 4vw;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6vw
}

.l-hamburger__line {
    background-color: #fff;
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 100%
}

.l-hamburger__line:first-of-type {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.l-hamburger__line:nth-of-type(2) {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.l-hamburger__logo {
    max-width: 181px
}

.l-hamburger__list {
    list-style-type: none;
    margin-bottom: 10%
}

.l-hamburger__item {
    text-align: center
}

.l-hamburger__link {
    color: #fff;
    display: inline-block;
    font-size: 4vw;
    font-weight: 700;
    padding: .3em 0;
    width: 100%
}

.l-hamburger__btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%
}

.l-hamburger__btn:not(:last-of-type) {
    margin-bottom: 5%
}

.c-ttl {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.c-ttl--left {
    align-items: flex-start
}

.c-ttl__main {
    color: #133c80;
    font-family: "NotoSerifJP", 游明朝, Yu Mincho, YuMincho, Hiragino Mincho Pro, serif;
    font-size: 32px;
    letter-spacing: .15em;
    line-height: 1.2em;
    margin-top: -10px
}

.c-ttl__main--white {
    color: #fff
}

.c-ttl__sub {
    color: #133c80;
    font-family: Homemade Apple, cursive;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: .3em;
    letter-spacing: .18em;
    opacity: .4
}

.c-ttl__sub--white {
    color: #fff
}

.c-btn {
    align-items: center;
    border: 2px solid #fff;
    display: flex;
    justify-content: center;
    padding: .6em 0
}

.c-btn--white {
    background-color: #fff
}

.c-btn--line {
    background-color: #06c755;
    border-color: #06c755
}

.c-btn--mail {
    background-color: #85a1d1;
    border-color: #85a1d1
}

.c-btn__icon {
    color: #133c80;
    margin-right: .4em
}

.c-btn__icon--white {
    color: #fff
}

.c-btn__text {
    color: #fff;
    font-size: 16px;
    font-weight: 700
}

.c-btn__text--white {
    color: #fff
}

.c-inner,
.l-footer__inner,
.l-hamburger__inner,
.p-archive01__inner,
.p-contact__inner,
.p-greeting01__inner,
.p-news__inner,
.p-table__inner,
.p-two__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
    padding-left: 20px;
    padding-right: 20px
}

.p-news {
    background-color: #e2eaf7;
    padding-bottom: 100px;
    padding-top: 80px
}

.p-news__wrapper {
    display: flex;
    width: 100%
}

.p-news__ttl {
    padding-top: 30px;
    width: 25%
}

.p-news__list {
    background-color: #fff;
    list-style-type: none;
    padding: 30px;
    width: 75%
}

.p-news__item {
    border-bottom: 1px solid #eaeaea
}

.p-news__item:first-of-type {
    border-top: 1px solid #eaeaea
}

.p-news-item__link {
    color: #555;
    display: flex;
    padding: 15px 1em
}

.p-news-item__meta {
    align-items: center;
    display: flex
}

.p-news-item__icon {
    color: #133c80;
    margin-right: .4em
}

.p-news-item__time {
    color: #133c80;
    font-size: 14px;
    font-weight: 700;
    margin-right: 1em
}

.p-news-item__label {
    background-color: #133c80;
    border-radius: 1000px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    margin-right: 2em;
    padding: 5px 0;
    text-align: center;
    width: 8em
}

.p-news-item__title {
    font-size: 14px;
    font-weight: 700
}

.p-visual {
    height: 100vh;
    position: relative
}

.p-visual__news {
    align-items: center;
    background-color: #133c80;
    bottom: 0;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: .8em 2em;
    position: absolute;
    right: 0;
    width: 100%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.p-visual__news:hover {
    background-color: #1e4a96;
}

.p-visual__news-content {
    display: flex;
    align-items: center;
}

.p-visual__news-btn {
    background: none;
    border: none;
    color: #fff;
    padding: 0.3em 0.6em;
    font-size: 12px;
    cursor: pointer;
    transition: opacity 0.3s ease;
    opacity: 0.7;
    text-decoration: underline;
    font-weight: normal;
}

.p-visual__news-btn:hover {
    opacity: 1;
}

.p-visual__news-ttl {
    font-family: Homemade Apple, cursive;
    margin-bottom: -.4em;
    margin-right: 2em;
    opacity: .4
}

.p-visual__news-date {
    margin-right: 1em
}

.p-visual__ttl {
    color: #fff;
    display: flex;
    flex-direction: column;
    font-family: "NotoSerifJP", 游明朝, Yu Mincho, YuMincho, Hiragino Mincho Pro, serif;
    left: 75%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap
}

.p-visual__ttl-sub {
    font-size: 22px;
    letter-spacing: .1em
}

.p-visual__ttl-main {
    font-size: 32px;
    letter-spacing: .1em;
    letter-spacing: .2em;
    line-height: 1.8
}

.p-visual__list {
    height: 100%;
    list-style-type: none
}

.p-visual__item {
    height: 100%;
    line-height: 0;
    padding-top: 50%;
    position: relative;
    transition-timing-function: ease-in-out
}

.p-visual__img,
.p-visual__pic {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.p-visual__img {
    -o-object-fit: cover;
    object-fit: cover
}

.p-visual__pagination .swiper-pagination-bullet {
    background-color: transparent;
    border: 1px solid #fff;
    opacity: 1
}

.p-visual__pagination .swiper-pagination-bullet-active {
    background-color: #fff
}

.p-broken01 {
    background-color: #f7f7f7;
    padding-bottom: 100px;
    padding-top: 80px
}

.p-broken01__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px
}

.p-broken01__ttl {
    margin-bottom: 60px
}

.p-broken01__item {
    margin-bottom: 30px
}

.p-broken01-item {
    align-items: center;
    display: flex;
    max-width: calc(50% + 525px);
    position: relative
}

.p-broken01-item__fig {
    height: 250px;
    position: relative;
    width: 45%;
    z-index: 2
}

.p-broken01-item__img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.p-broken01-item__body {
    flex: 1;
    padding: 50px 40px;
    position: relative;
    width: 55%;
    z-index: 1
}

.p-broken01-item:nth-of-type(odd) {
    flex-direction: row;
    margin-left: 0;
    margin-right: auto
}

.p-broken01-item:nth-of-type(2n) {
    flex-direction: row-reverse;
    margin-left: auto;
    margin-right: 0
}

.p-broken01-item__ttl {
    display: flex;
    justify-content: space-between
}

.p-broken01-item__ttl-main {
    color: #133c80;
    font-family: "NotoSerifJP", 游明朝, Yu Mincho, YuMincho, Hiragino Mincho Pro, serif;
    font-size: 28px;
    margin-bottom: 20px
}

.p-broken01-item__text:not(:last-of-type) {
    margin-bottom: 30px
}

.p-broken02 {
    padding-bottom: 40px;
    padding-top: 80px
}

.p-broken02__ttl {
    margin-bottom: 60px
}

.p-broken02__list {
    display: flex;
    list-style-type: none
}

.p-broken02__item {
    width: 33.3%
}

.p-broken02-item {
    display: flex;
    flex: 1;
    flex-direction: column;
    position: relative
}

.p-broken02-item:nth-of-type(2) .p-broken02-item__body {
    background-color: #0e3a7f
}

.p-broken02-item__fig {
    margin-left: auto;
    margin-right: auto;
    padding-top: 45%;
    position: relative;
    width: 80%;
    z-index: 2
}

.p-broken02-item__pic {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.p-broken02-item__img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%
}

.p-broken02-item__body {
    background-color: #133c80;
    flex: 1;
    margin-top: -20%;
    padding: 25% 40px 50px;
    position: relative;
    width: 100%
}

.p-broken02-item__ttl {
    color: #fff;
    font-family: "NotoSerifJP", 游明朝, Yu Mincho, YuMincho, Hiragino Mincho Pro, serif;
    font-size: 19px;
    margin-bottom: 20px;
    text-align: center
}

.p-broken02-item__text {
    color: #fff
}

.p-greeting01 {
    padding-bottom: 100px;
    padding-top: 80px
}

.p-greeting01__inner {
    max-width: 1500px;
    padding: 0
}

.p-greeting01__ttl {
    margin-bottom: 60px
}

.p-greeting01__wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: 0;
    max-width: calc(66.66667% + 366.66667px)
}

.p-greeting01__wrapper:not(:last-of-type) {
    margin-bottom: 50px
}

.p-greeting01__body {
    width: 37%
}

.p-greeting01__gallery {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 60%
}

.p-greeting01__img {
    height: 100%;
    width: 30%
}

.p-greeting01__img:nth-of-type(2) {
    margin-top: 10%
}

.p-greeting01-body__subttl {
    color: #133c80;
    font-family: Homemade Apple, cursive;
    font-size: 32px;
    letter-spacing: .18em;
    opacity: .4
}

.p-greeting01-body__ttl {
    font-family: "NotoSerifJP", 游明朝, Yu Mincho, YuMincho, Hiragino Mincho Pro, serif;
    font-size: 20px;
    letter-spacing: .1em;
    margin-bottom: 30px
}

.p-greeting01-body__text {
    margin-bottom: 30px
}

.p-greeting01-body__signature {
    text-align: right
}

.p-archive01 {
    padding-bottom: 30px;
    padding-top: 80px;
    position: relative
}

.p-archive01:before {
    background-color: #133c80;
    content: "";
    height: 50%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.p-archive01__ttl {
    margin-bottom: 60px
}

.p-archive01__tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    gap: 10px;
    flex-wrap: wrap
}

.p-archive01__tab-btn {
    background-color: rgba(255, 255, 255, 0.2);
    border: 2px solid #fff;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    padding: 10px 20px;
    transition: all 0.3s ease;
    border-radius: 25px;
    font-weight: 500;
    position: relative;
    z-index: 1
}

.p-archive01__tab-btn:hover {
    background-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px)
}

.p-archive01__tab-btn.is-active {
    background-color: #fff;
    color: #133c80;
    font-weight: 600
}

.p-archive01__list {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none
}

.p-archive01__item {
    margin-bottom: 30px;
    width: 30%;
    transition: opacity 0.3s ease, transform 0.3s ease
}

.p-archive01__item.is-hidden {
    display: none
}

.p-archive01__item:not(:nth-of-type(3n)) {
    margin-right: 5%
}

.p-archive01__more {
    text-align: center;
    margin-top: 30px
}

.p-archive01__more-btn {
    background: linear-gradient(135deg, #133c80 0%, #2960b3 100%);
    border: none;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 40px;
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(19, 60, 128, 0.3)
}

.p-archive01__more-btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s
}

.p-archive01__more-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(19, 60, 128, 0.4)
}

.p-archive01__more-btn:hover:before {
    left: 100%
}

.p-archive01__list {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none
}

.p-archive01__item {
    margin-bottom: 30px;
    width: 30%
}

.p-archive01__item:not(:nth-of-type(3n)) {
    margin-right: 5%
}

.p-archive01-item {
    background-color: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .16)
}

.p-archive01-item.is-preparing .p-archive01-item__label {
    background-color: #5b5b5b;
    border-color: #5b5b5b
}

.p-archive01-item.is-clickable {
    cursor: pointer
}

.p-archive01-item.is-clickable .p-archive01-item__pic {
    overflow: hidden;
    position: relative
}

.p-archive01-item.is-clickable .p-archive01-item__pic::after {
    background: rgba(0, 0, 0, .18);
    content: "";
    inset: 0;
    opacity: 0;
    position: absolute;
    transition: opacity .2s ease
}

.p-archive01-item.is-clickable .p-archive01-item__pic img {
    transition: transform .3s ease
}

.p-archive01-item.is-clickable:hover .p-archive01-item__pic::after {
    opacity: 1
}

.p-archive01-item.is-clickable:hover .p-archive01-item__pic img {
    transform: scale(1.03)
}

.p-archive01-item__placeholder {
    aspect-ratio: 16/10;
    background: repeating-linear-gradient(135deg, rgba(19, 60, 128, .08), rgba(19, 60, 128, .08) 12px, rgba(19, 60, 128, .16) 12px, rgba(19, 60, 128, .16) 24px);
    border: 1px dashed rgba(19, 60, 128, .35);
    border-radius: 4px;
    display: grid;
    place-items: center;
    width: 100%
}

.p-archive01-item__placeholder-text {
    color: #133c80;
    font-size: 14px;
    letter-spacing: .08em
}

.p-archive01-item__body {
    padding: 20px
}

.p-archive01-item__labels {
    list-style-type: none;
    margin-bottom: 5px
}

.p-archive01-item__label {
    background-color: #133c80;
    border: 1px solid #133c80;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 0 .8em
}

.p-archive01-item__period {
    color: #a7a7a7;
    font-size: 14px
}

.p-archive01-item__click-hint {
    align-items: center;
    color: #133c80;
    display: inline-flex;
    font-size: 12px;
    gap: 6px;
    letter-spacing: .02em;
    margin-top: 10px
}

.p-archive01-item__click-hint::after {
    content: "→";
    font-size: 12px
}

.p-two {
    padding-bottom: 100px;
    padding-top: 80px
}

.p-two__ttl {
    margin-bottom: 60px
}

.p-two__list {
    display: flex;
    justify-content: space-between;
    list-style-type: none
}

.p-two__item {
    width: 48%
}

.p-two-item__ttl {
    font-family: "NotoSerifJP", 游明朝, Yu Mincho, YuMincho, Hiragino Mincho Pro, serif;
    font-size: 24px;
    padding-bottom: 10px;
    position: relative
}

.p-table {
    background-color: #f7f7f7;
    padding-bottom: 100px;
    padding-top: 80px
}

.p-table__ttl {
    margin-bottom: 60px;
    text-align: left
}

.p-table__wrapper {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px
}

.p-table__pic {
    width: 40%
}

.p-table__table {
    border-collapse: collapse;
    margin-right: 3%
}

.p-table__data,
.p-table__head {
    padding: .2em 0;
    text-align: left
}

.p-table__head {
    min-width: 120px
}

.p-contact {
    background-color: #e2eaf7;
    background-image: url(../image/contact_back.webp);
    padding-bottom: 40px;
    padding-top: 80px
}

.p-contact__copylight {
    color: #fff;
    font-size: 12px;
    margin-top: 40px;
    text-align: center
}

.p-contact__wrapper {
    background-color: #fff;
    padding: 50px 20px
}

.p-contact__ttl {
    margin-bottom: 60px
}

.p-contact__separator {
    border-bottom: 1px solid #c6c6c6;
    margin: 60px auto;
    width: 80%
}

.p-contact__form {
    margin-left: auto;
    margin-right: auto;
    max-width: 739px
}

.p-contact__record {
    align-items: flex-start;
    display: flex;
    width: 100%
}

.p-contact__data,
.p-contact__head {
    text-align: left
}

.p-contact__head {
    align-items: center;
    display: flex;
    font-weight: 700;
    padding: 1em 0;
    vertical-align: middle;
    width: 35%
}

.p-contact__head i {
    display: inline-block;
    font-size: 1rem
}

.p-contact__head i>span.required {
    background-color: #133c80;
    color: #fff;
    display: block;
    font-size: 12px;
    font-style: normal;
    margin-left: .6em;
    padding: .2em .8em
}

.p-contact__head i>span.optional {
    display: none
}

.p-contact__data {
    display: flex;
    flex-wrap: wrap;
    padding: 1em 0;
    width: 65%
}

.p-contact__data .error_blank {
    color: red;
    margin-top: .2em
}

.p-contact__label {
    align-items: center;
    cursor: pointer;
    display: flex;
    padding: .2em 0;
    width: 50%
}

.p-contact__label-check {
    margin-right: .4em
}

.p-contact__input,
.p-contact__textarea {
    background-color: #f7f7f7;
    border: none;
    border-radius: 3px;
    font-size: 16px;
    padding: .6em 1em;
    width: 100%
}

.p-contact__input:focus,
.p-contact__textarea:focus {
    outline: 2px solid #133c80
}

.p-contact__input {
    height: 2.5em
}

.p-contact__policy {
    border: 1px solid #c6c6c6;
    font-size: 16px;
    height: 14em;
    margin-bottom: 30px;
    margin-top: 30px;
    overflow: scroll;
    padding: 2em
}

.p-contact__policy-ttl {
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center
}

.p-contact__agree,
.p-contact__policy-text:not(:last-of-type) {
    margin-bottom: 30px
}

.p-contact__agree {
    display: block
}

.p-contact__agree .error_check {
    color: red;
    display: none;
    margin-top: .2em
}

.p-contact__agree-flex {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center
}

.p-contact__agree-check {
    margin-right: .4em
}

.p-contact__agree-center {
    text-align: center
}

.p-contact__submit {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background-color: #12449a;
    border: none;
    border-radius: 0;
    color: inherit;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 272px;
    padding: .6em 2em;
    text-align: center;
    width: 100%
}

.p-contact-block {
    text-align: center
}

.p-contact-block__ttl {
    color: #133c80;
    font-size: 20px
}

.p-contact-block__link {
    align-items: center;
    display: flex;
    font-size: 36px;
    justify-content: center
}

.p-contact-block__icon {
    color: #133c80;
    font-size: 70%;
    margin-right: .2em
}

.p-contact-block__number {
    color: #133c80;
    font-family: Arial;
    font-weight: 700
}

.p-contact-block__sales {
    color: #133c80
}

.p-contact-block__text {
    margin-bottom: 30px
}

.p-buttons {
    background-color: #eaeaea;
    padding-bottom: 50px;
    padding-top: 50px
}

.p-buttons__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
    padding-left: 20px;
    padding-right: 20px
}

.p-buttons__wrapper {
    display: flex;
    justify-content: center;
    width: 100%
}

.p-buttons__btn {
    background-color: #222;
    border-radius: 4px;
    color: #fff;
    display: block;
    max-width: 452px;
    padding: 1.2em;
    position: relative;
    text-align: center;
    transition: .3s;
    width: 50%
}

.p-buttons__btn:after {
    background-image: url(../images/right_arrow_white.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 100%;
    position: absolute;
    right: 4%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .3s;
    width: 1.5em
}

.p-buttons__btn:hover {
    color: #a7a7a7
}

.p-buttons__btn:hover:after {
    right: 2%
}

.p-buttons__btn:first-of-type {
    margin-right: 1%
}

.p-buttons__btn:nth-of-type(2) {
    margin-left: 1%
}

.p-movies {
    background-color: #eaeaea;
    flex: 1;
    padding-bottom: 50px;
    padding-top: 50px;
    position: relative
}

.p-movies.is-not-login:before {
    content: "動画を閲覧するには\aログインしてください";
    font-size: 20px;
    font-weight: 700;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: pre;
    z-index: 2000
}

.p-movies.is-not-login:after {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background: hsla(0, 0%, 100%, .8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000
}

.p-movies__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 950px;
    padding-left: 20px;
    padding-right: 20px
}

.p-movies__wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px
}

.p-movies__ttl {
    font-size: 30px
}

.p-movies__btn-top {
    display: block
}

.p-movies__btn-bottom {
    display: none
}

.p-movies__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style-type: none
}

.p-movies__item {
    margin-bottom: 2%;
    width: 32%
}

.p-movies-item {
    display: flex;
    flex-direction: column
}

.p-movies-item__video {
    padding: 56.25% 0 0;
    position: relative
}

.p-movies-item__video iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.p-movies-item__body {
    background-color: #fff;
    flex: 1;
    padding: 1.2em
}

.p-movies-item__label {
    margin-bottom: .4em
}

.p-movies-item__ttl {
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: .6em
}

.p-movies-item__pgh {
    font-size: 12px;
    margin-bottom: 1em
}

.p-movies-item__meta {
    align-items: center;
    color: #98a6b5;
    display: flex;
    font-size: 11px;
    font-weight: 700
}

.p-movies-item__icon {
    background-image: url(../images/ico_clock.svg);
    background-position: 50%;
    background-size: contain;
    display: inline-block;
    height: 1em;
    margin-right: .4em;
    width: 1em
}

.p-bread {
    background-color: #fff
}

.p-bread__inner {
    padding-left: 20px;
    padding-right: 20px
}

.p-bread__list {
    display: flex;
    list-style-type: none
}

.p-bread__item:not(:last-of-type) .p-bread__link:after {
    color: #a7a7a7;
    content: ">";
    font-size: 10px;
    padding-left: 1em;
    padding-right: 1em
}

.p-bread__link {
    color: #555;
    font-size: 11px
}

.page_navi {
    font-size: 14px;
    text-align: center
}

.page_navi li {
    display: inline;
    list-style: none
}

.page_navi li.current span {
    background: #000;
    color: #fff
}

.page_navi li a,
.page_navi li.current span {
    display: inline-block;
    height: 3em;
    padding: .8em;
    width: 3em
}

.page_navi li a {
    border: 1px solid #777;
    color: #333;
    text-decoration: none;
    transition: .5s
}

.page_navi li a:hover {
    opacity: .5
}

#wpmem_login legend,
#wpmem_reg legend {
    display: none
}

#wpmem_login,
#wpmem_msg,
#wpmem_reg,
.wpmem_msg {
    width: 100% !important
}

#wpmem_login button,
#wpmem_login input:not([type=checkbox]),
#wpmem_reg button,
#wpmem_reg input,
#wpmem_reg select,
#wpmem_reg textarea {
    background-color: #222;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 20px;
    padding: .8em;
    width: 100%
}

#wpmem_login .button_div input[type=submit],
#wpmem_reg .button_div[type=submit] {
    margin-top: 5%
}

#wpmem_login .button_div {
    text-align: center !important
}

.register_links {
    list-style-type: none
}

.u-inline-block {
    display: inline-block
}

.u-sp-hidden {
    display: none
}

.u-pc-hidden,
.u-tab-hidden {
    display: inline
}

.u-primary,
.u-strong {
    color: #133c80
}

.u-bold {
    font-weight: 700
}

.u-ta-right {
    text-align: right
}

.u-caution {
    color: red
}

.c-subttl,
.p-broken01-item__ttl-sub {
    color: #133c80;
    font-family: Homemade Apple, cursive;
    font-size: 32px;
    letter-spacing: .18em;
    opacity: .4
}

.l-map__inner {
    height: 300px;
    position: relative;
    width: 100%
}

.l-map__inner iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media screen and (max-width:768px) {
    body {
        font-size: 4vw
    }

    .l-header {
        min-width: 0;
        padding-bottom: 3%;
        padding-top: 3%
    }

    .l-header__inner {
        padding-left: 5%;
        padding-right: 5%
    }

    .l-header__wrapper {
        justify-content: center
    }

    .l-header__hamburger {
        display: block
    }

    .l-header__logo-link {
        font-size: 6vw;
        width: 50vw
    }

    .l-header__button,
    .l-header__list,
    .l-header__tel {
        display: none
    }

    .l-body {
        min-width: 0
    }

    .l-float {
        display: flex
    }

    .l-aside {
        height: 100vh;
        left: auto;
        overflow-y: scroll;
        position: fixed;
        right: 0;
        top: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        transition: .3s;
        width: 60%;
        z-index: 9999
    }

    .l-aside__sp {
        display: block
    }

    .l-aside__close:after,
    .l-aside__close:before {
        background-color: #fff;
        content: "";
        height: 2px;
        position: absolute;
        right: 8%;
        top: 30%;
        width: 4.5vw
    }

    .l-aside__close:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .l-aside__close:after {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    .l-aside__ttl {
        text-align: center
    }

    .l-aside__link--first,
    .l-aside__ttl {
        font-size: 4.5vw
    }

    .l-aside__link--second,
    .l-aside__link--third {
        font-size: 4vw
    }

    .l-footer {
        padding-bottom: 5%;
        padding-top: 10%
    }

    .l-footer__logo-link {
        font-size: 7vw;
        margin-bottom: 0;
        max-width: 50vw
    }

    .l-footer__list {
        flex-direction: column;
        justify-content: flex-start
    }

    .l-footer__item {
        margin-bottom: 10%;
        margin-right: 0
    }

    .l-footer__link {
        font-size: 3vw
    }

    .l-footer__copylight {
        font-size: 1vw
    }

    .c-ttl {
        margin-bottom: 5%;
        width: 100%
    }

    .c-ttl__main {
        font-size: 6vw
    }

    .c-btn__text {
        font-size: 4vw
    }

    .c-inner,
    .l-footer__inner,
    .l-hamburger__inner,
    .p-archive01__inner,
    .p-contact__inner,
    .p-greeting01__inner,
    .p-news__inner,
    .p-table__inner,
    .p-two__inner {
        padding-left: 5%;
        padding-right: 5%
    }

    .p-news {
        padding-bottom: 15%;
        padding-top: 15%
    }

    .p-news__wrapper {
        align-items: center;
        flex-direction: column
    }

    .p-news__ttl {
        margin-bottom: 10%;
        padding-top: 0;
        text-align: center;
        width: 100%
    }

    .p-news__list {
        width: 100%
    }

    .p-news-item__link {
        flex-direction: column
    }

    .p-news-item__time {
        font-size: 3.5vw
    }

    .p-news-item__label {
        font-size: 3vw
    }

    .p-news-item__title {
        font-size: 4vw;
        font-weight: 400
    }

    .p-visual__news {
        padding: .8em 1em;
        cursor: pointer;
        transition: background-color 0.3s ease;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.3em;
    }

    .p-visual__news:hover {
        background-color: #1e4a96;
    }

    .p-visual__news-content {
        width: 100%;
    }

    .p-visual__news-meta {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        font-size: 3vw;
        line-height: 1.2
    }

    .p-visual__news-btn {
        align-self: flex-end;
        /* font-size: 11px; */
        padding: 0.2em 0.4em;
    }

    .p-visual__ttl {
        left: 60%;
        top: 35%
    }

    .p-visual__ttl-sub {
        font-size: 4vw
    }

    .p-visual__ttl-main {
        font-size: 6vw
    }

    .p-broken01 {
        padding-bottom: 20%;
        padding-top: 20%
    }

    .p-broken01__item,
    .p-broken01__ttl {
        margin-bottom: 10%
    }

    .p-broken01-item {
        flex-direction: column;
        max-width: 100%
    }

    .p-broken01-item__fig {
        margin-left: auto;
        margin-right: auto;
        width: 100%
    }

    .p-broken01-item__body {
        min-height: 0;
        padding: 10% 5% 5%;
        width: 100%
    }

    .p-broken01-item:nth-of-type(2n),
    .p-broken01-item:nth-of-type(odd) {
        flex-direction: column;
        margin-left: auto;
        margin-right: auto
    }

    .p-broken01-item__ttl {
        flex-direction: column-reverse;
        font-size: 5vw;
        margin-bottom: 5%;
        text-align: center
    }

    .p-broken01-item__ttl-main {
        font-size: 8vw;
        margin-bottom: 0;
        margin-top: -5%
    }

    .p-broken01-item__ttl-sub {
        font-size: 4.75vw
    }

    .p-broken01-item__text:not(:last-of-type) {
        margin-bottom: 5%
    }

    .p-broken02 {
        padding-bottom: 20%;
        padding-top: 20%
    }

    .p-broken02__ttl {
        margin-bottom: 10%
    }

    .p-broken02__list {
        flex-direction: column
    }

    .p-broken02__item {
        margin-bottom: 10%;
        width: 100%
    }

    .p-broken02-item {
        max-width: 100%
    }

    .p-broken02-item__fig {
        margin-left: auto;
        margin-right: auto;
        padding-top: 60%;
        width: 90%
    }

    .p-broken02-item__body {
        min-height: 0;
        padding: 25% 5% 10%;
        width: 100%
    }

    .p-broken02-item__ttl {
        font-size: 5vw;
        margin-bottom: 5%;
        text-align: center
    }

    .p-greeting01 {
        padding-bottom: 15%;
        padding-top: 15%
    }

    .p-greeting01__inner {
        padding-left: 5%;
        padding-right: 5%
    }

    .p-greeting01__ttl {
        margin-bottom: 15%
    }

    .p-greeting01__wrapper:not(:last-of-type) {
        margin-bottom: 10%
    }

    .p-greeting01__wrapper {
        flex-direction: column-reverse
    }

    .p-greeting01__body {
        width: 100%
    }

    .p-greeting01__gallery {
        margin-bottom: 10%;
        width: 100%
    }

    .p-greeting01-body__ttl {
        font-size: 5vw;
        margin-bottom: 5%
    }

    .p-greeting01-body__text {
        margin-bottom: 5%
    }

    .p-archive01:before {
        height: 20%
    }

    .p-archive01 {
        padding-bottom: 5%;
        padding-top: 15%
    }

    .p-archive01__ttl {
        margin-bottom: 10%
    }

    .p-archive01__tabs {
        flex-direction: row;
        gap: 5px;
        margin-bottom: 10%
    }

    .p-archive01__tab-btn {
        font-size: 12px;
        padding: 8px 12px;
        border-radius: 20px
    }

    .p-archive01__list {
        flex-direction: column
    }

    .p-archive01__item {
        width: 100%
    }

    .p-archive01__item:not(:nth-of-type(3n)) {
        margin: 0 0 10%
    }

    .p-archive01__more-btn {
        font-size: 14px;
        padding: 12px 30px
    }

    .p-archive01-item__pic {
        margin-bottom: 2%
    }

    .p-archive01-item__labels {
        margin-bottom: 1%
    }

    .p-archive01-item__label,
    .p-archive01-item__period {
        font-size: 3vw
    }

    .p-archive01-item__click-hint {
        font-size: 3vw;
        margin-top: 6px
    }

    .p-two {
        padding-bottom: 25%;
        padding-top: 20%
    }

    .p-two__ttl {
        margin-bottom: 15%
    }

    .p-two__list {
        flex-direction: column
    }

    .p-two__item {
        width: 100%
    }

    .p-two__item:not(:last-of-type) {
        margin-bottom: 10%
    }

    .p-two-item__ttl {
        font-size: 4.5vw
    }

    .p-table {
        padding-bottom: 20%;
        padding-top: 20%
    }

    .p-table__ttl {
        margin-bottom: 15%
    }

    .p-table__wrapper {
        flex-direction: column-reverse;
        margin-bottom: 15%
    }

    .p-table__pic {
        margin-bottom: 10%;
        width: 100%
    }

    .p-table__data,
    .p-table__head {
        display: block;
        width: 100%
    }

    .p-table__data {
        border-bottom: none;
        border-top: none;
        padding-left: 1em
    }

    .p-contact {
        padding-bottom: 20%;
        padding-top: 20%
    }

    .p-contact__wrapper {
        padding: 10% 5%
    }

    .p-contact__ttl {
        margin-bottom: 20%
    }

    .p-contact__separator {
        margin-bottom: 15%;
        margin-top: 15%
    }

    .p-contact__record {
        flex-direction: column
    }

    .p-contact__head {
        padding: .5em 0;
        width: 100%
    }

    .p-contact__head i>span.required {
        font-size: 2.5vw
    }

    .p-contact__data {
        display: block;
        padding: 0 0 .8em;
        width: 100%
    }

    .p-contact__label {
        width: 100%
    }

    .p-contact__policy {
        font-size: 3.5vw;
        margin-bottom: 10%;
        margin-top: 10%
    }

    .p-contact__agree,
    .p-contact__policy-text:not(:last-of-type),
    .p-contact__policy-ttl {
        margin-bottom: 10%
    }

    .p-contact-block__ttl,
    .p-contact__submit {
        font-size: 4vw
    }

    .p-contact-block__link {
        font-size: 8vw
    }

    .p-contact-block__text {
        margin-bottom: 10%;
        margin-top: 5%;
        text-align: left
    }

    .p-buttons {
        padding-bottom: 5%;
        padding-top: 5%
    }

    .p-buttons__inner {
        padding-left: 5%;
        padding-right: 5%
    }

    .p-buttons__wrapper {
        flex-direction: column
    }

    .p-buttons__btn {
        font-size: 3.5vw;
        margin-left: auto;
        margin-right: auto;
        max-width: none;
        width: 90%
    }

    .p-buttons__btn:after {
        right: 2.5%;
        width: 1.2em
    }

    .p-buttons__btn:first-of-type {
        margin-bottom: 5%;
        margin-right: auto
    }

    .p-buttons__btn:nth-of-type(2) {
        margin-left: auto
    }

    .p-movies.is-not-login:before {
        font-size: 4vw;
        top: 10%
    }

    .p-movies {
        padding-bottom: 5%;
        padding-top: 5%
    }

    .p-movies__inner {
        padding-left: 5%;
        padding-right: 5%
    }

    .p-movies__wrapper {
        margin-bottom: 5%
    }

    .p-movies__ttl {
        font-size: 6vw
    }

    .p-movies__btn-top {
        display: none
    }

    .p-movies__btn-bottom {
        display: block
    }

    .p-movies__item {
        margin-bottom: 5%;
        width: 100%
    }

    .p-movies-item__ttl {
        font-size: 4.5vw
    }

    .p-movies-item__pgh {
        font-size: 3.5vw
    }

    .p-movies-item__meta {
        font-size: 3vw
    }

    .p-bread__inner {
        padding-left: 5%;
        padding-right: 5%
    }

    .p-bread__item:not(:last-of-type) .p-bread__link:after,
    .p-bread__link {
        font-size: 3vw
    }

    .page_navi {
        font-size: 4.5vw
    }
}

@media screen and (min-width:769px)and (max-width:1170px) {
    .l-header__button:not(:last-of-type) {
        margin-right: 10px
    }

    .l-header__button {
        margin-right: 20px
    }

    .l-hamburger__close {
        height: 20px;
        width: 30px
    }

    .l-hamburger__list {
        margin-bottom: 5%
    }

    .l-hamburger__link {
        font-size: 16px
    }

    .l-hamburger__btn {
        max-width: 300px
    }

    .l-hamburger__btn:not(:last-of-type) {
        margin-bottom: 20px
    }

    .p-visual__ttl-sub {
        font-size: 22px
    }

    .p-visual__ttl-main {
        font-size: 26px
    }

    .p-greeting01__wrapper {
        max-width: calc(100% - 20px)
    }

    .p-movies__item {
        margin-bottom: 4%;
        width: 48%
    }

    .u-tab-hidden {
        display: none
    }
}

@media screen and (min-width:1170px) {
    .u-sp-hidden {
        display: inline
    }

    .u-pc-hidden {
        display: none
    }
}

/* Modal Styles - Simple Design */
.c-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.c-modal.is-active {
    opacity: 1;
    visibility: visible;
}

.c-modal__content {
    background-color: #fff;
    width: 90%;
    max-width: 500px;
    max-height: 70vh;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    transform: translateY(10px);
    transition: transform 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.c-modal.is-active .c-modal__content {
    transform: translateY(0);
}

.c-modal__header {
    padding: 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.c-modal__title {
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    color: #333;
}

.c-modal__close {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    padding: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    transition: color 0.3s ease;
}

.c-modal__close:hover {
    color: #333;
}

.c-modal__body {
    padding: 20px;
    overflow-y: auto;
    max-height: calc(70vh - 60px);
}

.c-news-modal__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.c-news-modal__item {
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
}

.c-news-modal__item:last-child {
    border-bottom: none;
}

.c-news-modal__date {
    font-size: 13px;
    color: #666;
    margin-bottom: 6px;
}

.c-news-modal__content {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    color: #333;
}

.c-modal__content--work {
    max-width: 860px;
}

.c-work-modal__period {
    font-size: 13px;
    color: #666;
    margin: 0 0 8px;
}

.c-work-modal__desc {
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 16px;
    color: #333;
}

.c-work-modal__desc.is-hidden {
    display: none;
}

.c-work-modal__images {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.c-work-modal__images.is-single {
    grid-template-columns: 1fr;
}

.c-work-modal__image {
    position: relative;
}

.c-work-modal__label {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 2px;
}

.c-work-modal__image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

/* Responsive styles for modal */
@media screen and (max-width: 768px) {
    .c-modal__content {
        width: 95%;
        max-height: 75vh;
    }
    
    .c-modal__header {
        padding: 15px;
    }
    
    .c-modal__title {
        font-size: 16px;
    }
    
    .c-modal__body {
        padding: 15px;
    }
    
    .c-news-modal__item {
        padding: 12px 0;
    }
    
    .c-news-modal__date {
        font-size: 12px;
    }
    
    .c-news-modal__content {
        font-size: 13px;
    }

    .c-modal__content--work {
        max-width: 95%;
    }

    .c-work-modal__images {
        grid-template-columns: 1fr;
    }

    .c-work-modal__label {
        font-size: 11px;
    }
}
