@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap);
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
dialog,
div,
dl,
dt,
em,
fieldset,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    font-size: 1em;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

html {
    font-size: 62.5%
}

body {
    -webkit-text-size-adjust: 100%
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
input,
option,
select,
table,
textarea {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700
}

input,
option,
select,
table,
textarea {
    line-height: 1.1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

 :focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

img {
    vertical-align: top
}

a {
    text-decoration: none
}

form label {
    cursor: pointer
}

.text-center {
    text-align: center;
}

#__bs_notify__ {
    opacity: .3!important;
    font-size: 5px!important;
    line-height: 100%!important;
    padding: 0 5px 0 5px!important;
    border-radius: 0!important
}

.c-dev-title1 {
    background: #000;
    color: #fff;
    line-height: 1;
    padding: 6px 0 6px 15px;
    font-size: 1.6rem;
    margin: 60px 0 20px 0
}

.c-dev-title2 {
    background: #888;
    color: #fff;
    line-height: 1;
    padding: 6px 0 6px 30px;
    font-size: 1.3rem;
    margin: 50px 0 10px 0
}

.c-dev-message1 {
    top: 0;
    left: 0;
    background: red;
    color: #fff;
    z-index: 9999;
    position: fixed;
    line-height: 1;
    padding: 3px 6px;
    opacity: .6;
    font-size: 8px
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    width: 100%;
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

@media (min-width:768px) {
    .sp-only {
        display: none!important
    }
}

@media screen and (max-width:767px) {
    .pc-only {
        display: none!important
    }
}

img {
    max-width: 100%;
    height: auto
}

.l-breadcrumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1025px;
    margin: 10px auto 0;
}

@media screen and (max-width:767px) {
    .l-breadcrumb {
        padding: 16px 20px 0
    }
}

.l-breadcrumb li+li {
    position: relative
}

.l-breadcrumb li+li:before {
    margin: 0 1px;
    content: "＞";
    position: relative;
    display: inline-block;
    font-size: 1rem;
    line-height: 2rem
}

@media screen and (max-width:767px) {
    .l-breadcrumb li+li:before {
        font-size: 1.3rem;
        top: 1px
    }
}

.l-breadcrumb a,
.l-breadcrumb span {
    font-size: 1.2rem;
    line-height: 2rem;
    color: #717171
}

@media screen and (max-width:767px) {
    .l-breadcrumb a,
    .l-breadcrumb span {
        font-size: 1rem
    }
}

@media screen and (min-width:768px) {
    .l-breadcrumb a:hover {
        opacity: 1;
        text-decoration: underline
    }
}

.c-footer iframe {
    width: 100%;
    height: 100%;
    border: none
}

.c-footer1 {
    padding: 24px 0 19px;
    background: #250103;
    background: -webkit-linear-gradient(90deg, #250103 0, #784043 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #250103), to(#784043));
    background: -webkit-linear-gradient(left, #250103 0, #784043 100%);
    background: linear-gradient(90deg, #250103 0, #784043 100%)
}

@media screen and (max-width:767px) {
    .c-footer1 {
        padding: 12px 0 15px
    }
}

.c-footer1__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 100%;
    max-width: 1038px;
    margin: 0 auto
}

@media screen and (max-width:1024px) {
    .c-footer1__inner {
        padding: 0 15px
    }
}

@media screen and (max-width:767px) {
    .c-footer1__inner {
        display: block
    }
}

.c-footer1__left {
    padding-top: 17px;
    width: 278px;
    text-align: center
}

@media screen and (max-width:1024px) {
    .c-footer1__left {
        width: 200px;
        padding-right: 30px
    }
}

@media screen and (max-width:767px) {
    .c-footer1__left {
        padding-right: 11px;
        padding-top: 0;
        margin-right: 0;
        width: 100%
    }
}

@media screen and (max-width:767px) {
    .c-footer1__left img {
        width: 246px
    }
}

.c-footer1__left a {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media screen and (min-width:768px) {
    .c-footer1__left a:hover {
        opacity: .8
    }
}

.c-footer1__right {
    padding-right: 47px;
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: calc(100% - 278px)
}

@media screen and (max-width:1024px) {
    .c-footer1__right {
        padding-right: 0;
        width: calc(100% - 200px)
    }
}

@media screen and (max-width:767px) {
    .c-footer1__right {
        margin-bottom: 24px
    }
}

.c-footer1__right ul {
    position: relative
}

.c-footer1__right ul:nth-child(2) {
    margin: 0 31px 0 55px
}

@media screen and (max-width:1024px) {
    .c-footer1__right ul:nth-child(2) {
        margin: 0 20px
    }
}

@media screen and (max-width:767px) {
    .c-footer1__right ul:nth-child(2) {
        margin: 0
    }
}

@media screen and (max-width:767px) {
    .c-footer1__right ul:last-child li:last-child {
        border-bottom: 1px solid #fff
    }
}

@media screen and (max-width:767px) {
    .c-footer1__right {
        display: block;
        width: 100%
    }
}

.c-footer1__right a {
    font-size: 1.325rem;
    line-height: 2.2rem;
    color: #fff;
    padding-left: 14px;
    position: relative;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    letter-spacing: .15px
}

@media screen and (min-width:768px) {
    .c-footer1__right a:hover {
        opacity: .8;
        text-decoration: underline
    }
}

@media screen and (max-width:767px) {
    .c-footer1__right a {
        padding: .5px 0 0 20px;
        border-top: 1px dashed #fff;
        display: block;
        background: url(../img/common/icon_menu_sp2.svg) no-repeat right center/2.4%;
        font-size: 1.6rem;
        line-height: 2;
        letter-spacing: -1px
    }
}

@media screen and (max-width:767px) {
    .c-footer1__right a.c-footer1__mainlink {
        border-top: 1px solid #fff;
        padding-left: 10px;
        border-bottom: none;
        background: url(../img/common/icon_menu_sp.svg) no-repeat right center/2.4%
    }
}

.c-footer1__mainlink:before {
    font-size: 1.4rem;
    content: "＞";
    color: #fff;
    position: absolute;
    left: 0;
    top: -3px
}

@media screen and (max-width:767px) {
    .c-footer1__mainlink:before {
        content: ""
    }
}

.c-footer2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media screen and (max-width:767px) {
    .c-footer2 {
        display: block
    }
}

.c-footer2__info {
    width: 568px
}

@media screen and (max-width:1024px) {
    .c-footer2__info {
        width: 50%
    }
}

@media screen and (max-width:767px) {
    .c-footer2__info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }
}

.c-footer2__info__tit {
    margin-bottom: 12px;
    padding: 4px 0;
    width: 117px;
    background-color: #fff;
    text-align: center;
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: 2.5px
}

@media screen and (max-width:767px) {
    .c-footer2__info__tit {
        margin-bottom: 5px;
        width: 135px;
        font-size: 1.6rem;
        line-height: 1.4rem;
        letter-spacing: 1.6px;
        padding: 6px 0;
    }
}

@media all and (-ms-high-contrast:none) {
    .c-footer2__info__tit {
        padding: 7px 0 1px
    }
}

.c-footer2__info__address {
    font-size: 1.3rem;
    color: #000;
    letter-spacing: -.23px
}

@media screen and (max-width:767px) {
    .c-footer2__info__address {
        letter-spacing: -.5px;
        font-size: 1.2rem;
        line-height: 1.5;
    }
}

.c-footer2__info__txt {
    font-size: 1.7rem;
    color: #000;
    line-height: 2.7rem
}

@media screen and (max-width:767px) {
    .c-footer2__info__txt {
        font-size: 1.4rem;
        line-height: 1.8;
        letter-spacing: -.6px
    }
}

@media screen and (max-width:767px) {
    .c-footer2__info__txt span {
        position: relative;
        display: block;
        left: -6px
    }
}

.c-footer2__info__txt a {
    color: #000
}

.c-footer2__info1,
.c-footer2__info2 {
    padding: 22px 20px 19px 50px
}

@media screen and (max-width:767px) {
    .c-footer2__info1,
    .c-footer2__info2 {
        padding: 9px 17px 4px;
        width: 50%
    }
}

.c-footer2__info1 {
    background-color: #ffac9a
}

.c-footer2__info1 .c-footer2__info__tit {
    color: #000
}

.c-footer2__info2 {
    background-color: #ebc500;
    padding: 19px 20px 44px 50px
}

@media screen and (max-width:767px) {
    .c-footer2__info2 {
        padding: 9px 17px 4px
    }
}

.c-footer2__info2 .c-footer2__info__tit {
    color: #000
}

@media screen and (max-width:767px) {
    .c-footer2__info2 .c-footer2__info__txt {
        letter-spacing: -.2px
    }
}

.c-footer2__maps {
    width: calc(100% - 568px)
}

@media screen and (max-width:1024px) {
    .c-footer2__maps {
        width: 50%
    }
}

@media screen and (max-width:767px) {
    .c-footer2__maps {
        width: 100%;
        height: 165px
    }
}

.c-footer__copyright {
    padding: 18px 0 14px;
    background: #250103;
    background: -webkit-linear-gradient(90deg, #250103 0, #784043 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #250103), to(#784043));
    background: -webkit-linear-gradient(left, #250103 0, #784043 100%);
    background: linear-gradient(90deg, #250103 0, #784043 100%);
    color: #fff;
    text-align: center;
    font-size: .85rem;
    line-height: 1.4rem
}

@media screen and (max-width:767px) {
    .c-footer__copyright {
        padding: 8px 0;
        font-size: .65rem;
        line-height: 1rem
    }
}

@media screen and (max-width:767px) {
    main {
        padding-top: 55px;
    }
    .c-header {
        height: 55px;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background-color: #fff;
        z-index: 100;
    }
}

@media screen and (max-width:1024px) {
    .c-header>.l-container {
        padding: 15px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%
    }
}

@media screen and (max-width:767px) {
    .c-header>.l-container {
        height: 100%;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 0
    }
}

.c-header__logo {
    width: 394px;
    margin: 36px 0 0 -45px
}

@media screen and (max-width:1024px) {
    .c-header__logo {
        margin: 0 0;
        width: 300px
    }
}

@media screen and (max-width:767px) {
    .c-header__logo {
        padding-left: 16px;
        padding-right: 14px;
        margin: 2px auto 0 0;
        max-width: calc(100% - 106px)
    }
}

.c-header__logo a {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media screen and (min-width:768px) {
    .c-header__logo a:hover {
        opacity: .8
    }
}

.c-header__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: -22px -23px 0 0
}

@media screen and (max-width:1024px) {
    .c-header__box {
        margin: -30px 0 0 0;
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .c-header__box {
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        visibility: hidden;
        opacity: 0;
        display: block;
        margin: 0 0;
        background-color: #000;
        height: 100vh;
        overflow: auto;
        position: fixed;
        z-index: 999;
        top: -90px;
        left: 0;
        width: 100%;
        -webkit-transform: scaleY(.8);
        -ms-transform: scaleY(.8);
        transform: scaleY(.8);
        padding-bottom: 40px;
    }
}

@media screen and (max-width:767px) {
    .c-header__box.is-active {
        top: 0;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
        visibility: visible
    }
    .c-header__box.is-active .c-header__btnclose {
        display: block
    }
}

.c-header__link {
    display: none
}

@media screen and (max-width:767px) {
    .c-header__link {
        height: 100%;
        width: 54px;
        text-align: center;
        background-color: #888;
        color: #fff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 13px;
        line-height: 18px
    }
}

.c-header__btnopen {
    display: none
}

@media screen and (max-width:767px) {
    .c-header__btnopen {
        display: block;
        height: 100%;
        width: 52px;
        background: url(../img/common/icon_menu.svg) no-repeat center/60%
    }
}

.c-header__btnclose {
    display: none
}

@media screen and (max-width:767px) {
    .c-header__btnclose {
        width: 40px;
        height: 40px;
        position: fixed;
        top: 10px;
        right: 10px;
        z-index: 2
    }
}

@media screen and (max-width:767px) {
    .c-header__btnclose:after,
    .c-header__btnclose:before {
        content: "";
        display: block;
        position: fixed;
        height: 2px;
        width: 40px;
        background-color: #fff;
        right: 10px;
        top: 30px
    }
}

.c-header__btnclose:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.c-header__btnclose:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.c-header__address {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:767px) {
    .c-header__address {
        z-index: 1;
        position: relative;
        padding: 60px 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.c-header__address__txt {
    color: #000;
    font-size: 1.1rem;
    font-weight: 700
}

@media screen and (max-width:767px) {
    .c-header__address__txt {
        color: #fff
    }
}

.c-header__address__bnt {
    font-size: 1rem;
    border: 1px solid #6a6d72;
    color: #6a6d72;
    padding: 0 10px;
    margin: 0 0 0 7px;
    font-weight: 700;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media screen and (min-width:768px) {
    .c-header__address__bnt:hover {
        opacity: .5
    }
}

@media all and (-ms-high-contrast:none) {
    .c-header__address__bnt {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        line-height: 1;
        padding: 8px 10px 4px
    }
}

.c-header__nav {
    width: 100%;
    margin: 21px 0 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (max-width:767px) {
    .c-header__nav {
        display: block;
        margin: 0 0
    }
}

.c-header__nav1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 15px 0 0
}

@media screen and (max-width:767px) {
    .c-header__nav1 {
        display: block;
        margin: 0 0
    }
}

.c-header__nav1 li {
    border-left: 1px solid #31161C;
    border-right: 1px solid #31161C;
    margin: 0 0 0 -1px;
    position: relative;
}

@media screen and (max-width:767px) {
    .c-header__nav1 li {
        padding: 0 0 25px;
        margin: 0 0;
        border: none
    }
}

.c-header__nav1 li a {
    font-size: 1.4rem;
    color: #31161C;
    display: block;
    padding: 4px 0 1px 0;
    letter-spacing: 1.1px;
    width: 223px;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
}

@media screen and (min-width:768px) {
    .c-header__nav1 li a:hover {
        text-decoration: underline;
    }
}

@media screen and (max-width:1024px) {
    .c-header__nav1 li a {
        padding: 0 2vw;
        width: auto;
    }
}

@media screen and (max-width:767px) {
    .c-header__nav1>li>a {
        width: calc(90% - 80px);
        height: 40px;
    }
    .c-header__nav1 li a {
        margin: auto;
        display: block;
        padding: 16px 0 0;
        color: #fff;
        text-align: center;
        font-size: 1.6rem;
        position: relative;
    }
    .c-header__nav1>li.has-child:after {
        position: absolute;
        content: "";
        width: 20px;
        height: 2px;
        background-color: #fff;
        right: 20px;
        top: 26px;
    }
    .c-header__nav1>li.has-child:before {
        position: absolute;
        content: "";
        width: 20px;
        height: 2px;
        background-color: #fff;
        right: 20px;
        top: 26px;
        transform: rotate(90deg);
        transition: .6s;
    }
    .c-header__nav1>li.has-child.active-sp:before {
        transform: rotate(0deg);
    }
}

.sp-navi {
    display: none;
    position: absolute;
    top: 27px;
    z-index: 10;
    opacity: 0;
    background-color: #fff;
    /* border-left: none; */
    box-shadow: 0 10px 10px rgb(0 0 0 / 5%);
    transition: 0.6s;
}

.sp-navi li {
    border: 0;
}

.sp-navi li a {
    text-align: left;
    padding: 10px;
    transition: .6s;
}

.sp-navi li a:hover {
    background-color: #31161C;
    color: #fff;
    text-decoration: none;
}

.c-header__nav1 li.active .sp-navi {
    display: block;
}

.active .sp-navi {
    opacity: 1;
}

@media screen and (max-width:767px) {
    .c-header__nav1>li:hover .sp-navi {
        display: none;
    }
    .sp-navi {
        position: relative;
        z-index: 1;
        opacity: 1;
        background: none;
        /* border-left: none; */
        box-shadow: 0;
        transition: none;
        padding-bottom: 20px;
        top: 10px;
    }
    .sp-navi>li {
        border: 0;
        padding-bottom: 4px;
    }
    .sp-navi>li a {
        text-align: center;
        padding: 6px 0;
        line-height: 1;
        transition: .6s;
        font-size: 1.2rem
    }
    .sp-navi>li a:hover {
        background: none;
        text-decoration: none;
    }
}

.c-header__nav2__bnt {
    width: 165px;
    line-height: 25px;
    background: url(../img/common/bg.jpg);
    text-align: center;
    font-size: 1.1rem;
    color: #fff;
    display: block;
    letter-spacing: 3px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media screen and (min-width:768px) {
    .c-header__nav2__bnt:hover {
        opacity: .8
    }
}

@media screen and (max-width:767px) {
    .c-header__nav2__bnt {
        margin: 0px auto;
        width: 69%;
        font-size: 1.6rem;
        background: no-repeat;
    }
}

@media all and (-ms-high-contrast:none) {
    .c-header__nav2__bnt {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        line-height: 1;
        padding: 9px 0 5px
    }
}

body {
    min-width: 1300px;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 22px;
    color: #000
}

@media screen and (max-width:767px) {
    body {
        min-width: 100%
    }
}

body.is-hidden {
    overflow-y: hidden
}

body.fixed {
    position: fixed;
}

.l-container {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto
}

@media screen and (max-width:767px) {
    .l-container {
        width: 100%!important;
        padding: 0 15px
    }
}

.l-container1 {
    width: 1000px
}

@media screen and (min-width:768px) {
    a {
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }
    a:hover {
        opacity: .8;
        -ms-filter: "alpha(opacity=80)"
    }
    a:hover img {
        opacity: .8;
        -ms-filter: "alpha(opacity=80)"
    }
    a img {
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }
}

.c-side {
    width: 100%;
    max-width: 220px;
    position: sticky;
    top: 20px;
}

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

.c-side__title {
    margin-bottom: 16px;
    padding: 8px 10px 6px;
    border-radius: 999px;
    background-color: #999;
    text-align: center;
    font-weight: 700;
    font-size: 1.488rem;
    line-height: 1;
    color: #fff;
    letter-spacing: 2px
}

.c-side__title.archive {
    margin-top: 40px;
}

.c-side__item {
    padding-bottom: 0
}

.c-side__menu a {
    position: relative;
    padding-left: 19px;
    font-weight: 700;
    font-size: 1.346rem;
    line-height: 2.906rem;
    color: #999
}

.c-side__menu a:before {
    content: "▶︎";
    position: absolute;
    top: -6px;
    left: 1px
}

.c-side__menu.archive-list a:after {
    content: "年";
}

@media screen and (min-width:768px) {
    .c-side__link:hover {
        text-decoration: underline
    }
}

.slick-btn {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer
}

@media screen and (max-width:767px) {
    .slick-btn {
        display: none!important
    }
}

.slick-btn img {
    width: 100%;
    height: 100%
}

.slick-btn__prev {
    left: -48px
}

@media screen and (max-width:767px) {
    .slick-btn__prev {
        left: 0
    }
}

.slick-btn__next {
    right: -48px
}

@media screen and (max-width:767px) {
    .slick-btn__next {
        right: 0
    }
}

.c-btn1 {
    width: 100%;
    max-width: 220px;
    background: #656550;
}

.c-btn1:nth-of-type(2) {
    margin-top: 20px!important;
}

.c-btn1__text {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    line-height: 20px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 7px 0 6px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media screen and (max-width:767px) {
    .c-btn1__text {
        padding: 6px 0 4px;
        font-size: 1.4rem
    }
}

@media screen and (min-width:768px) {
    .c-btn1__text:hover {
        background: #8c2d23!important
    }
}

@media all and (-ms-high-contrast:none) {
    .c-btn1__text {
        padding: 10px 0 3px
    }
}

.c-btn1.bg1 {
    background: #85B2B2
}

.c-btn1.bg2 {
    background: #D3BB1D
}

.c-btn1.bg3 {
    background: #90C658
}

.c-title1 {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 2rem;
    line-height: 44px;
    letter-spacing: .13em
}

@media screen and (max-width:767px) {
    .c-title1 {
        margin-bottom: 10px;
        font-size: 1.8rem;
        line-height: 1.4
    }
}

.c-title2 {
    font-family: 'Noto Serif JP', serif;
    font-weight: 300;
    font-size: 2.3rem;
    line-height: 41px;
    letter-spacing: .12em;
    text-align: center;
    text-indent: 5px
}

@media screen and (max-width:767px) {
    .c-title2 {
        margin: 20px 0 30px;
        font-size: 1.8rem;
        line-height: 1.4
    }
}

.c-title3 {
    font-weight: 600;
    font-size: 1.7rem;
    line-height: 23px;
    letter-spacing: .04em
}

@media screen and (max-width:767px) {
    .c-title3 {
        margin-bottom: 10px;
        font-size: 1.8rem;
        line-height: 1.4
    }
}

.c-title4 {
    font-weight: 700;
    font-size: 2.1rem;
    line-height: 37px;
    letter-spacing: .2em
}

@media screen and (max-width:767px) {
    .c-title4 {
        margin-bottom: 10px;
        font-size: 1.8rem;
        line-height: 1.4
    }
}

.c-title5 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    font-weight: 400;
    font-size: 3.118rem;
    line-height: 5.294rem;
    color: #656550;
    letter-spacing: 5.2px
}

@media screen and (max-width:767px) {
    .c-title5 {
        letter-spacing: 2px;
        font-size: 2.2rem;
        line-height: 1.3;
        margin-bottom: 15px;
        font-weight: 700
    }
}

.c-title5 span {
    padding-right: 25px;
    margin-top: -2px;
    letter-spacing: .4px;
    text-align: center;
    display: block;
    font-size: 1.417rem;
    line-height: 5.294rem;
    font-weight: 500
}

@media screen and (max-width:767px) {
    .c-title5 span {
        margin-top: 10px;
        padding-right: 0;
        font-size: 1.4rem;
        line-height: 1.5
    }
}

.c-title6 {
    text-align: center;
    font-weight: 700;
    font-size: 2.126rem;
    line-height: 2.409rem;
    color: #656550;
    letter-spacing: 3.2px
}

@media screen and (max-width:767px) {
    .c-title6 {
        letter-spacing: 2px;
        font-size: 2.2rem;
        line-height: 1.3;
        margin-bottom: 15px
    }
}

.c-title6--style1 {
    font-size: 1.772rem;
    line-height: 2.622rem
}

@media screen and (max-width:767px) {
    .c-title6--style1 {
        font-size: 2.2rem;
        line-height: 1.3
    }
}

.c-title6--color1 {
    color: #bbb
}

.c-title7 {
    /* text-align: center; */
    font-weight: 700;
    font-size: 1.772rem;
    line-height: 4.8rem;
    color: #656550;
    letter-spacing: .9px;
    margin-top: 50px;
}

@media screen and (max-width:767px) {
    .c-title7 {
        letter-spacing: 2px;
        font-size: 2.2rem;
        line-height: 1.3;
        margin-bottom: 15px;
        margin-top: 20px;
    }
}

.c-title7 span {
    margin-right: -13px;
    display: inline-block;
    letter-spacing: -3px;
    font-family: 'Noto Serif JP', serif;
    font-size: 4.11rem;
    line-height: 4.8rem
}

.c-title8 {
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    font-weight: 700;
    font-size: 2.126rem;
    line-height: 5.102rem;
    color: #909074
}

.c-title8 span {
    display: inline-block;
    font-size: 3.472rem;
    line-height: 5.102rem
}

@media screen and (max-width:767px) {
    .c-title8 span {
        letter-spacing: 2px;
        font-size: 2.2rem;
        line-height: 1.3
    }
}

@media screen and (max-width:767px) {
    .c-title8 {
        letter-spacing: 2px;
        font-size: 2.2rem;
        line-height: 1.3;
        margin-bottom: 15px
    }
}

.c-title9 {
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    font-weight: 600;
    font-size: 2.622rem;
    line-height: 4.305rem;
    color: #656550;
    letter-spacing: 4.8px
}

@media screen and (max-width:767px) {
    .c-title9 {
        letter-spacing: 2px;
        font-size: 2.2rem;
        line-height: 1.3;
        margin-bottom: 15px
    }
}

.c-title10 {
    font-weight: 600;
    font-size: 1.913rem;
    line-height: 2.126rem;
    color: #000
}

@media screen and (max-width:767px) {
    .c-title10 {
        margin-bottom: 10px;
        font-size: 1.8rem;
        line-height: 1.4
    }
}

.c-title11 {
    position: relative;
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    font-size: 1.772rem;
    line-height: 4.075rem;
    font-weight: 200;
    padding-top: 20px;
    margin-bottom: 30px
}

@media screen and (max-width:767px) {
    .c-title11 {
        margin-bottom: 10px;
        font-size: 1.8rem;
        line-height: 1.4
    }
}

.c-title11:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 431px;
    height: 6px;
    max-width: 100%;
    background: url(../img/common/u-line1.svg) no-repeat center center;
    background-size: 431px 6px
}

.c-text1 {
    font-size: 1.4rem;
    line-height: 1.8
}

.c-text2 {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1px;
}

@media screen and (max-width:767px) {
    .c-text2 {
        font-size: 1.4rem
    }
}

.c-text2--style1 {
    line-height: 2.126rem
}

.c-text3 {
    font-family: 'Noto Serif JP', serif;
    font-size: 2.622rem;
    line-height: 4.819rem
}

@media screen and (max-width:767px) {
    .c-text3 {
        font-size: 2.4rem
    }
}

.c-text4 {
    font-family: 'Noto Serif JP', serif;
    font-size: 3.181rem;
    line-height: 4.915rem
}

@media screen and (max-width:767px) {
    .c-text4 {
        font-size: 2.8rem
    }
}

.c-text5 {
    font-size: 1.314rem;
    line-height: 2.004rem
}

@media screen and (max-width:767px) {
    .c-text5 {
        font-size: 1.023rem;
        line-height: 1.328rem
    }
}

.c-text6 {
    font-size: 1.134rem;
    line-height: 1.417rem
}

@media screen and (max-width:767px) {
    .c-text6 {
        font-size: 1.314rem;
        line-height: 1.417rem
    }
}

.c-text7 {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1px
}

@media screen and (max-width:767px) {
    .c-text7 {
        font-size: 1.346rem;
        line-height: 2.409rem
    }
}

.c-text7--style1 {
    font-size: 1.417rem
}

.c-text8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.c-text2.width-link {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
    align-items: flex-start;
}

.c-text8.width-link {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
    align-items: flex-start;
}

.width-link .c-text8__item {
    width: 100%;
    text-align: left;
}

.c-text8__item {
    display: inline-block
}

.c-text8__item a {
    font-weight: 500;
    font-size: 1.417rem;
    line-height: 3.331rem;
    color: #3f73f5;
    display: inline-block;
    position: relative;
    padding-left: 10px;
    letter-spacing: -.8px
}

.p-policy1 p a:before,
.p-policy2 p a:before,
.p-policy3 p a:before {
    content: "";
    width: 9px;
    height: 9px;
    position: absolute;
    border-radius: 50%;
    top: 11px;
    left: 0;
    background-color: #3f73f5
}

section .p-policy1 p a,
section .p-policy2 p a,
section .p-policy3 p a {
    display: inline-block;
    padding-left: 10px;
    margin-left: 16px;
}

@media screen and (max-width:767px) {
    .c-text8__item a {
        font-weight: 500;
        font-size: 1.417rem;
        line-height: 3.331rem;
        color: #3f73f5;
        letter-spacing: 0
    }
}

@media screen and (min-width:768px) {
    .c-text8__item a:hover {
        text-decoration: underline
    }
}

.c-text8--style1 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.c-text8--style1 p a {
    padding-left: 0
}

.c-text8--style1 p a:before {
    display: none
}

.c-text8--style2 {
    text-align: center;
    line-height: 2.126rem;
    color: #000
}

.c-text9 {
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 2.1rem;
    color: #c1272d
}

.c-textbox {
    background-color: #f7f7f7;
    padding: 0 15px;
    text-align: center
}

@media screen and (max-width:767px) {
    .c-textbox {
        padding: 20px
    }
}

.c-textbox__inner {
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1005px
}

@media screen and (max-width:1024px) {
    .c-textbox__inner {
        width: 100%
    }
}

.c-textbox__text:nth-child(1) {
    width: 20%
}

@media screen and (max-width:1023px) {
    .c-textbox__text:nth-child(1) {
        width: 20%
    }
}

@media screen and (max-width:767px) {
    .c-textbox__text:nth-child(1) {
        width: 100%
    }
}

.c-textbox__text:nth-child(1) a {
    background-color: #8c2d23
}

.c-textbox__text:nth-child(2) {
    width: 27.5%
}

@media screen and (max-width:1023px) {
    .c-textbox__text:nth-child(2) {
        width: 27.5%
    }
}

@media screen and (max-width:767px) {
    .c-textbox__text:nth-child(2) {
        width: 100%
    }
}

.c-textbox__text:nth-child(2) a {
    background-color: #928185
}

.c-textbox__text:nth-child(3) {
    width: 25%
}

@media screen and (max-width:1023px) {
    .c-textbox__text:nth-child(3) {
        width: 25%
    }
}

@media screen and (max-width:767px) {
    .c-textbox__text:nth-child(3) {
        width: 100%
    }
}

.c-textbox__text:nth-child(3) a {
    background-color: #ffac9a
}

.c-textbox__text:nth-child(4) {
    width: 27.5%
}

@media screen and (max-width:1023px) {
    .c-textbox__text:nth-child(4) {
        width: 27.5%
    }
}

@media screen and (max-width:767px) {
    .c-textbox__text:nth-child(4) {
        width: 100%
    }
}

.c-textbox__text:nth-child(4) a {
    background-color: rgb(235, 211, 53)
}

.c-textbox__text:nth-child(5) {
    width: 32%
}

@media screen and (max-width:1023px) {
    .c-textbox__text:nth-child(5) {
        width: 32%
    }
}

@media screen and (max-width:767px) {
    .c-textbox__text:nth-child(5) {
        width: 100%
    }
}

.c-textbox__text:nth-child(5) a {
    background-color: #909074
}

.c-textbox__text:nth-child(6) {
    width: 32%
}

@media screen and (max-width:1023px) {
    .c-textbox__text:nth-child(6) {
        width: 32%
    }
}

@media screen and (max-width:767px) {
    .c-textbox__text:nth-child(6) {
        width: 100%
    }
}

.c-textbox__text:nth-child(6) a {
    background-color: #666640
}


/**/

.c-textbox__text:nth-child(7) {
    width: 36%
}

@media screen and (max-width:1023px) {
    .c-textbox__text:nth-child(7) {
        width: 36%
    }
}

@media screen and (max-width:767px) {
    .c-textbox__text:nth-child(7) {
        width: 100%
    }
}

.c-textbox__text:nth-child(7) a {
    background-color: #5e201e
}

.c-textbox__text a {
    color: #fff;
    font-size: 2rem;
    line-height: 2.622rem;
    letter-spacing: -1px;
    display: block;
    padding: 54px 0 57px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (max-width:1023px) {
    .c-textbox__text a {
        font-size: 1.6rem
    }
}

@media screen and (max-width:767px) {
    .c-textbox__text a {
        padding: 19px 0 15px;
        line-height: 2.622rem;
        letter-spacing: 0
    }
}

.c-textbox1 {
    margin-top: 40px;
    padding: 14px 25px 27px;
    border: 1px solid #787878
}

@media screen and (max-width:767px) {
    .c-textbox1 {
        padding: 15px 15px
    }
}

.c-textbox1__title {
    margin-bottom: 4px;
    font-weight: 700;
    font-size: 1.559rem;
    line-height: 4.413rem;
    color: #000;
    letter-spacing: 2.8px
}

@media screen and (max-width:767px) {
    .c-textbox1__title {
        margin-bottom: 10px;
        font-size: 1.8rem;
        line-height: 1.4
    }
}

.c-textbox1 .c-text1 {
    position: relative;
    padding-left: 18px
}

@media screen and (max-width:767px) {
    .c-textbox1 .c-text1 {
        font-size: 1.276rem;
        line-height: 2.126rem
    }
}

.c-textbox1 .c-text1:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 7px;
    background-color: #000;
    width: 8px;
    height: 8px;
    border-radius: 50%
}

.c-textlist dl {
    padding-top: 13px;
    padding-bottom: 23.5px;
    border-top: 1px solid #000;
    /* display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox; */
    display: block;
    /* -webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap */
}

.c-textlist dl:last-of-type {
    border-bottom: 1px solid #000;
}

@media screen and (max-width:767px) {
    .c-textlist dl {
        padding: 10px 0
    }
}

.c-textlist dd,
.c-textlist dt {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.8;
    color: #000;
    letter-spacing: .6px;
    padding-right: 50px;
}

.c-textlist dt {
    font-size: 1.6rem;
    line-height: 1.8;
    width: 100%;
    position: relative;
    font-weight: 700;
    cursor: pointer;
}

@media screen and (max-width:767px) {
    .c-textlist dt {
        padding-bottom: 40px;
        padding-right: 0;
        width: 100%
    }
    .c-textlist dd {
        padding-right: 0;
    }
}

.c-textlist dt:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(../img/common/arrow.svg) no-repeat center/16px;
    top: 0;
    right: 0;
    transition: .6s;
    transform: rotate( 90deg);
    border-radius: 6px;
    padding: 10px;
}

.c-textlist dt:after:hover {
    opacity: .6;
}

.c-textlist dt.active:after {
    transform: rotate(-90deg);
}

@media screen and (max-width:767px) {
    .c-textlist dt:after {
        -webkit-transform: rotate(90deg) translateX(-50%);
        -ms-transform: rotate(90deg) translateX(-50%);
        transform: rotate(90deg) translateX(-50%);
        left: 50%;
        top: auto;
        bottom: 0
    }
}

.c-textlist dd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 700;
    margin-top: 20px;
    display: none;
}

@media screen and (max-width:767px) {
    .c-textlist dd {
        padding-top: 10px;
        padding-left: 0;
        -webkit-box-flex: 100%;
        -webkit-flex: 100%;
        -ms-flex: 100%;
        flex: 100%
    }
}

.c-textbox2 {
    overflow: hidden
}

.c-textbox2__row {
    margin-left: -25px;
    margin-right: -25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:767px) {
    .c-textbox2__row {
        margin-right: 0;
        margin-left: 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.c-textbox2__col {
    width: 50%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 50px
}

@media screen and (max-width:767px) {
    .c-textbox2__col {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 30px
    }
}

.c-textbox2__title {
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 20px;
    font-size: 2.055rem;
    line-height: 4.413rem
}

@media screen and (max-width:767px) {
    .c-textbox2__title {
        margin-bottom: 10px;
        font-size: 1.8rem;
        line-height: 1.4
    }
}

.c-textbox2__text {
    font-size: 1.4rem;
    line-height: 1.8
}

.c-textbox3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width:767px) {
    .c-textbox3 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.c-textbox3__col1 {
    color: #3fa9f5;
    padding-right: 75px;
    font-weight: 500
}

@media screen and (max-width:767px) {
    .c-textbox3__col1 {
        margin-bottom: 10px;
        padding-right: 0;
        width: 100%
    }
}

.c-textbox3__col1 a {
    font-size: 1.4rem;
    line-height: 1.8;
    color: #3fa9f5
}

.c-textbox3__col2 {
    border-left: 1px solid #000;
    padding-left: 20px;
    font-weight: 700
}

@media screen and (max-width:767px) {
    .c-textbox3__col2 {
        padding-top: 10px;
        width: 100%;
        border-left: 0;
        padding-left: 0;
        border-top: 1px solid #000
    }
}

.c-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.c-pagination__page {
    padding: 0 6.5px;
    font-weight: 500;
    font-size: 1.701rem;
    line-height: 2.126rem;
    color: #000;
    letter-spacing: 4.9px
}

@media screen and (max-width:767px) {
    .c-pagination__page {
        padding: 0 10px;
        letter-spacing: 2px
    }
}

.c-pagination__page a {
    color: inherit;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media screen and (min-width:768px) {
    .c-pagination__page a:hover {
        color: #3fa9f5
    }
}

.c-pagination__page.is-current {
    color: #3fa9f5
}

.c-pagination__page.is-short {
    letter-spacing: 6px;
    padding: 0 4px 0 5px
}

@media screen and (max-width:767px) {
    .c-pagination__page.is-short {
        padding: 0 7px
    }
}

.c-pagination__page.is-custom {
    padding-left: 19px;
    padding-right: 18px
}

@media screen and (max-width:767px) {
    .c-pagination__page.is-custom {
        padding-left: 7px;
        padding-right: 7px
    }
}

.c-pagination__next,
.c-pagination__prev {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.c-pagination__next a,
.c-pagination__prev a {
    position: relative;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    display: inline-block;
    width: 7px;
    height: 18px;
    background: url(../img/common/arrow-left.svg) no-repeat center
}

.c-pagination__prev {
    padding-right: 22px
}

@media screen and (max-width:767px) {
    .c-pagination__prev {
        padding-right: 15px
    }
}

.c-pagination__next {
    padding-left: 19px
}

@media screen and (max-width:767px) {
    .c-pagination__next {
        padding-left: 15px
    }
}

.c-pagination__next a {
    background-image: url(../img/common/arrow-right.svg)
}

.c-img1 {
    position: relative;
    width: 100%;
    max-width: 1005px;
    margin: 0 auto
}

.c-img1 img {
    position: relative;
    z-index: 1
}

.c-img1__title {
    position: absolute;
    bottom: 24px;
    left: 82px;
    z-index: 2;
    font-weight: 400;
    font-size: 1.134rem;
    line-height: 2.622rem;
    color: #fff
}

@media screen and (max-width:767px) {
    .c-img1__title {
        bottom: 5px;
        left: 15px
    }
}

.c-img1__title span {
    padding-left: 4px;
    margin-bottom: 6px;
    display: block;
    letter-spacing: .4px
}

.c-img1__title .name {
    padding-left: 4px;
    margin-bottom: 0;
    display: block;
    letter-spacing: .4px;
    font-size: 22px;
    font-family: 'Noto Serif JP', serif;
    line-height: 1;
}

@media screen and (max-width:767px) {
    .c-img1__title span {
        margin-bottom: 3px
    }
    .c-img1__title .name {
        padding-left: 3px;
    }
}

.c-img1__title img {
    height: 22px
}

@media screen and (max-width:767px) {
    .c-img1__title img {
        height: 19px
    }
}

.c-img2 {
    background-color: #f7f7f7
}

@media screen and (max-width:767px) {
    .c-img2 {
        padding: 20px
    }
}

.c-img2__inner {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 45px 0 0 102px;
    position: relative;
    width: 100%;
    max-width: 736px;
    height: 237px;
    background: url(../img/common/c-img2.jpg) no-repeat center/cover;
    margin: 0 auto
}

@media screen and (max-width:767px) {
    .c-img2__inner {
        height: 212px;
        padding: 20px
    }
}

.c-img2__icon {
    width: 77px;
    bottom: 52px;
    right: 84px;
    position: absolute
}

@media screen and (max-width:767px) {
    .c-img2__icon {
        width: 57px;
        bottom: 80px;
        right: 23px
    }
}

.c-img2__title {
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 2.599rem;
    line-height: 4.549rem;
    color: #fff;
    letter-spacing: 5.5px
}

@media screen and (max-width:767px) {
    .c-img2__title {
        margin-bottom: 20px;
        font-size: 2rem;
        line-height: 1.5;
        letter-spacing: 2px
    }
}

.c-img2__title span {
    top: 3px;
    margin-left: 14px;
    font-size: 3.8rem;
    display: inline-block;
    letter-spacing: 8.5px;
    position: relative
}

@media screen and (max-width:767px) {
    .c-img2__title span {
        display: block;
        margin-left: 0;
        font-size: 3.3rem;
        line-height: 1;
        letter-spacing: 2px
    }
}

.c-img2__text1 {
    margin-bottom: 15px;
    padding: 1px 0 0;
    width: 132px;
    text-align: center;
    border: 1px solid #fff;
    font-weight: 700;
    font-size: 1.774rem;
    line-height: 3rem;
    color: #fff;
    letter-spacing: 3.5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (max-width:767px) {
    .c-img2__text1 {
        letter-spacing: 0
    }
}

.c-img2__text2 {
    letter-spacing: .6px;
    font-weight: 400;
    font-size: 1.314rem;
    line-height: 2.004rem;
    color: #fff
}

@media screen and (max-width:767px) {
    .c-img2__text2 {
        letter-spacing: 0
    }
}

.c-imgtext1 {
    background-color: #f7f7f7
}

.c-imgtext1__inner {
    width: 100%;
    margin: 0 auto;
    max-width: 1005px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media screen and (max-width:767px) {
    .c-imgtext1__inner {
        padding: 20px 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.c-imgtext1__text {
    padding: 43px 75px 40px 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media screen and (max-width:1024px) {
    .c-imgtext1__text {
        padding: 40px 40px 40px 0
    }
}

@media screen and (max-width:767px) {
    .c-imgtext1__text {
        padding: 20px 0 0
    }
}


/* .c-imgtext1 .c-text7 {
font-weight: 700
} */

.c-imgtext1 .c-text7.is-indent {
    text-indent: 14px
}

.c-imgtext1 .c-text7.is-last {
    margin-top: 26px
}

.c-imgtext1__img {
    width: 243px
}

@media screen and (max-width:767px) {
    .c-imgtext1__img {
        width: 100%;
        text-align: center
    }
}

.c-imgtext1--style1 {
    background-color: transparent
}

.c-imgtext1--style1 .c-imgtext1__inner {
    max-width: 1010px
}

@media screen and (max-width:767px) {
    .c-imgtext1--style1 .c-imgtext1__inner {
        padding-bottom: 0
    }
}

.c-imgtext1--style1 .c-imgtext1__text {
    padding-top: 0
}

@media screen and (max-width:1024px) {
    .c-imgtext1--style1 .c-imgtext1__text {
        padding-right: 40px
    }
}

@media screen and (max-width:767px) {
    .c-imgtext1--style1 .c-imgtext1__text {
        padding: 20px 0 0
    }
}

.c-imgtext1--style1 .c-imgtext1__img {
    padding-top: 33px
}

@media screen and (max-width:767px) {
    .c-imgtext1--style1 .c-imgtext1__img {
        padding-top: 0
    }
}

.c-imgtext2 {
    position: relative;
    width: 945px;
    margin: 0 auto
}

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

.c-imgtext2__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -7px;
    margin-right: -7px;
    position: relative
}

@media screen and (max-width:767px) {
    .c-imgtext2__row {
        margin-left: 0;
        margin-right: 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.c-imgtext2__row:nth-child(odd) {
    left: -27px
}

@media screen and (max-width:767px) {
    .c-imgtext2__row:nth-child(odd) {
        left: 0
    }
}

.c-imgtext2__row:nth-child(even) {
    right: -27px
}

@media screen and (max-width:767px) {
    .c-imgtext2__row:nth-child(even) {
        right: 0
    }
}

.c-imgtext2__item {
    width: 33.333%;
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 14px
}

@media screen and (max-width:767px) {
    .c-imgtext2__item {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }
}

.c-imgtext2__img {
    display: block;
    position: relative;
    text-decoration: none;
    width: 306px;
    overflow: hidden;
}

.c-imgtext2__img img {
    height: 197px;
    max-width: 200%;
    transform: translate(0, 0);
}

@media screen and (max-width:767px) {
    .c-imgtext2__img {
        width: 100%;
    }
    .c-imgtext2__img img {
        height: auto;
        max-width: inherit;
    }
}

.c-imgtext2__img.current {
    pointer-events: none;
}

@media screen and (max-width:767px) {
    .c-imgtext2__img {
        height: 140px;
        overflow: hidden;
    }
    .c-imgtext2__img img {
        width: 100%;
        position: relative;
        top: 0;
    }
}

.c-imgtext2__img figcaption,
.c-imgtext2__img p {
    font-family: 'Noto Serif JP', serif;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 1.63rem;
    line-height: 2.571rem;
    width: 47.5%
}

.c-imgtext2__color1 {
    background-color: #8c2d23
}

.c-imgtext2__color2 {
    background-color: #ffac9a
}

.c-imgtext2__color3 {
    background-color: #928185
}

.c-imgtext2__color4 {
    background-color: #909074
}

.c-imgtext2__color5 {
    background-color: rgb(235, 211, 53)
}

.c-imgtext2__color6 {
    background-color: #666640
}

.p-student-voice__sc02 .c-imgtext2__img {
    margin-bottom: 0!important;
}

.p-student-voice__sc02 .c-imgtext2__img .c-imgtext2__color1 {
    background-color: #8c2d23
}

.p-student-voice__sc02 .c-imgtext2__img .c-imgtext2__color2 {
    background-color: #ffac9a
}

.p-student-voice__sc02 .c-imgtext2__img .c-imgtext2__color3 {
    background-color: #928185
}

.p-student-voice__sc02 .c-imgtext2__img .c-imgtext2__color4 {
    background-color: #909074
}

.p-student-voice__sc02 .c-imgtext2__img .c-imgtext2__color5 {
    background-color: rgb(235, 211, 53)
}

.p-student-voice__sc02 .c-imgtext2__img .c-imgtext2__color6 {
    background-color: #666640
}

.c-imgtext2--style1 .c-imgtext2__item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.c-imgtext2--style1 .c-imgtext2__item {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.c-imgtext2--style1 .c-imgtext2__item__img {
    display: inline-block;
    width: calc(100% - 336px)
}

@media screen and (max-width:767px) {
    .c-imgtext2--style1 .c-imgtext2__item__img {
        width: calc(100% - 101px)
    }
}

.c-imgtext2--style1 .c-imgtext2__color1 {
    font-family: 'Noto Serif JP', serif;
    position: relative;
    font-size: 2.622rem;
    line-height: 4.305rem;
    font-weight: 600;
    width: 336px;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    text-align: center
}

@media screen and (max-width:767px) {
    .c-imgtext2--style1 .c-imgtext2__color1 {
        font-size: 1.6rem;
        line-height: 1.5;
        -webkit-box-flex: unset;
        -webkit-flex: unset;
        -ms-flex: unset;
        flex: unset;
        width: 101px
    }
}

.c-imgtext3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.c-imgtext3__img {
    padding-top: 4px;
    width: 220px
}

@media screen and (max-width:767px) {
    .c-imgtext3__img {
        margin-bottom: 13px;
        padding-top: 0;
        width: 100%;
        text-align: center
    }
}

.c-imgtext3__text {
    padding-left: 59px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media screen and (max-width:767px) {
    .c-imgtext3__text {
        padding-left: 0;
        -webkit-box-flex: 100%;
        -webkit-flex: 100%;
        -ms-flex: 100%;
        flex: 100%
    }
}

.c-imgtext3 .c-text1 {
    letter-spacing: .3px
}

@media screen and (max-width:767px) {
    .c-imgtext3 .c-text1 {
        letter-spacing: 0
    }
}

.c-imgtext3 .c-text1 strong {
    letter-spacing: .6px
}

@media screen and (max-width:767px) {
    .c-imgtext3 .c-text1 strong {
        letter-spacing: 0
    }
}

.c-imgtext3 .c-text1+.c-text1 {
    margin-top: 23px
}

@media screen and (max-width:767px) {
    .c-imgtext3 .c-text1+.c-text1 {
        margin-top: 30px
    }
}

.c-list1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px
}

@media screen and (max-width:767px) {
    .c-list1 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0
    }
}

.c-list1__item {
    width: calc(100% / 4);
    padding: 0 15px
}

@media screen and (max-width:767px) {
    .c-list1__item {
        width: 100%;
        padding: 0
    }
    .c-list1__item:not(:last-child) {
        margin-bottom: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

@media screen and (max-width:767px) and (max-width:767px) {
    .c-list1__item:not(:last-child) {
        margin-bottom: 1px
    }
}

@media screen and (max-width:767px) {
    .c-list1__item:nth-child(1) .c-list1__img img {
        left: 8px
    }
    .c-list1__item:nth-child(1) .c-title1,
    .c-list1__item:nth-child(1) a,
    .c-list1__item:nth-child(1) a:active,
    .c-list1__item:nth-child(1) a:focus,
    .c-list1__item:nth-child(1) a:hover,
    .c-list1__item:nth-child(1) a:link,
    .c-list1__item:nth-child(1) a:visited {
        color: #5fb2b2
    }
    .c-list1__item:nth-child(1) .c-title1 span::after,
    .c-list1__item:nth-child(1) a span::after,
    .c-list1__item:nth-child(1) a:active span::after,
    .c-list1__item:nth-child(1) a:focus span::after,
    .c-list1__item:nth-child(1) a:hover span::after,
    .c-list1__item:nth-child(1) a:link span::after,
    .c-list1__item:nth-child(1) a:visited span::after {
        background: #5fb2b2
    }
}

@media screen and (max-width:767px) {
    .c-list1__item:nth-child(2) {
        margin-bottom: 10px
    }
    .c-list1__item:nth-child(2) .c-list1__img img {
        left: 13px;
        top: 4px
    }
    .c-list1__item:nth-child(2) .c-title1,
    .c-list1__item:nth-child(2) a,
    .c-list1__item:nth-child(2) a:active,
    .c-list1__item:nth-child(2) a:focus,
    .c-list1__item:nth-child(2) a:hover,
    .c-list1__item:nth-child(2) a:link,
    .c-list1__item:nth-child(2) a:visited {
        color: rgb(235, 211, 53)
    }
    .c-list1__item:nth-child(2) .c-title1 span::after,
    .c-list1__item:nth-child(2) a span::after,
    .c-list1__item:nth-child(2) a:active span::after,
    .c-list1__item:nth-child(2) a:focus span::after,
    .c-list1__item:nth-child(2) a:hover span::after,
    .c-list1__item:nth-child(2) a:link span::after,
    .c-list1__item:nth-child(2) a:visited span::after {
        background: rgb(235, 211, 53)
    }
}

@media screen and (max-width:767px) {
    .c-list1__item:nth-child(3) .c-list1__img img {
        left: 7px;
        top: -7px
    }
    .c-list1__item:nth-child(3) .c-title1,
    .c-list1__item:nth-child(3) a,
    .c-list1__item:nth-child(3) a:active,
    .c-list1__item:nth-child(3) a:focus,
    .c-list1__item:nth-child(3) a:hover,
    .c-list1__item:nth-child(3) a:link,
    .c-list1__item:nth-child(3) a:visited {
        color: #90C658
    }
    .c-list1__item:nth-child(3) .c-title1 span::after,
    .c-list1__item:nth-child(3) a span::after,
    .c-list1__item:nth-child(3) a:active span::after,
    .c-list1__item:nth-child(3) a:focus span::after,
    .c-list1__item:nth-child(3) a:hover span::after,
    .c-list1__item:nth-child(3) a:link span::after,
    .c-list1__item:nth-child(3) a:visited span::after {
        background: #90C658
    }
}

.c-list1__item:nth-child(4) {
    margin-top: 11px
}

@media screen and (max-width:767px) {
    .c-list1__item:nth-child(4) {
        text-align: center;
        width: calc(100% - 10px);
        margin: 16px auto 0;
    }
}

.c-list1__img {
    display: none
}

@media screen and (max-width:767px) {
    .c-list1__img {
        display: block;
        min-width: 149px
    }
}

.c-list1__img img {
    position: relative
}

@media screen and (max-width:767px) {
    .c-list1__content {
        padding-left: 18px;
        width: calc(100% - 149px)
    }
}

.c-list1__txt {
    margin: 7px 0 44px
}

@media screen and (max-width:767px) {
    .c-list1__txt {
        margin: 0;
        font-size: 1rem;
        line-height: 15.6px;
        font-weight: 600
    }
}

@media screen and (max-width:767px) {
    .c-list1 .c-btn1 {
        display: none
    }
}

@media screen and (max-width:767px) {
    .c-list1 .c-title1 {
        font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
        font-size: 1.3rem;
        font-weight: 700;
        line-height: normal;
        margin: 6px 0 3px
    }
    .c-list1 .c-title1 span {
        position: relative;
        font-size: 16px;
        font-family: 'Noto Serif JP', serif;
    }
    .c-list1 .c-title1 span::after {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        height: 1px;
        width: 100%
    }
}

.c-list2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    position: relative;
    justify-content: center;
}

@media screen and (max-width:767px) {
    .c-list2 {
        display: block!important;
        margin: 0
    }
}

.c-list2__item {
    width: calc(100% / 4);
    padding: 0 15px
}

@media screen and (max-width:767px) {
    .c-list2__item {
        width: 100%!important;
        padding: 0;
        display: none!important
    }
    .c-list2__item:not(:last-child) {
        margin-bottom: 16px
    }
    .c-list2__item:nth-child(1),
    .c-list2__item:nth-child(2) {
        display: -webkit-box!important;
        display: -webkit-flex!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
}

.c-list2__img {
    position: relative;
    max-height: 164px;
    overflow: hidden;
}

@media screen and (max-width:767px) {
    .c-list2__img {
        min-width: 165px;
        max-width: 190px;
    }
    .c-list2__img img {
        height: 100%
    }
}

@media screen and (max-width:575px) {
    .c-list2__img {
        min-width: 165px;
        max-width: 175px;
    }
}

.c-list2__img img {
    width: 100%
}

.c-list2__content a,
.c-list15__content a {
    color: #000;
}

@media screen and (max-width:767px) {
    .c-list2__content {
        padding-left: 18px
    }
}

.c-list2__tag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 60px;
    padding: 0 10px;
    font-size: 1.4rem;
    color: #fff;
    height: 22px;
    background: #8c2d23;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0
}

@media screen and (max-width:767px) {
    .c-list2__tag {
        width: inherit;
        font-size: .85rem;
        height: 14px
    }
}

@media all and (-ms-high-contrast:none) {
    .c-list2__tag {
        padding-top: 4px
    }
}

.c-list2__tag.bg1 {
    background: #D3BB1D
}

.c-list2__tag.bg2 {
    background: #ffac9a
}

.c-list2__tag.bg3 {
    background: #909074
}

.c-list2__tag.bg4 {
    background: #666640
}

.c-list2 .c-title3 {
    margin: 18px 0 6px;
    min-height: 46px
}

@media screen and (max-width:767px) {
    .c-list2 .c-title3 {
        font-size: 1rem;
        letter-spacing: 0;
        font-weight: 700;
        line-height: 14px;
        min-height: auto;
        margin: -1px 0 6px
    }
}

@media screen and (max-width:767px) {
    .c-list2__txt {
        font-size: 1rem;
        line-height: 18px
    }
}

.c-list2__date {
    font-weight: 600;
    margin-top: 14px;
    letter-spacing: -.03em
}

@media screen and (max-width:767px) {
    .c-list2__date {
        font-size: .85rem;
        margin-top: -3px
    }
}

.c-list2 .slick-btn {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer
}

@media screen and (max-width:767px) {
    .c-list2 .slick-btn {
        display: none!important
    }
}

.c-list2 .slick-btn img {
    width: 100%;
    height: 100%
}

.c-list2 .slick-btn__prev {
    left: -48px
}

@media screen and (max-width:767px) {
    .c-list2 .slick-btn__prev {
        left: 0
    }
}

.c-list2 .slick-btn__next {
    right: -48px
}

@media screen and (max-width:767px) {
    .c-list2 .slick-btn__next {
        right: 0
    }
}

.c-list3 {
    background: #909074
}

.c-list3__item {
    border-bottom: 1px solid #fff;
    padding: 7px 0 2px
}

.c-list3__text {
    line-height: 20px;
    color: #fff
}

.c-list4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -12px
}

@media screen and (max-width:767px) {
    .c-list4 {
        max-width: 374px;
        margin: 0 auto;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.c-list4__item {
    width: calc(100% / 3);
    padding: 0 12px
}

.p-top7 .c-list4__item {
    margin-top: 20px;
}

@media screen and (max-width:767px) {
    .c-list4__item {
        width: 100%;
        padding: 0;
        margin-bottom: 10px
    }
    .c-list4__item:nth-child(1) {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }
    .c-list4__item:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .c-list4__item:nth-child(3) {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 18px
    }
}

a.c-list4__text {
    display: inline-block;
}

.c-list4__text img {
    width: 100%
}

.c-item5__link {
    color: #000
}

.c-item5__img img {
    width: 100%;
    height: 149px;
    overflow: hidden;
}

.c-item5__content {
    padding: 18px 0 0
}

@media screen and (max-width:767px) {
    .c-item5__content {
        padding: 10px 0 0
    }
}

.c-item5 .c-title3 {
    margin-bottom: 10px
}

@media screen and (max-width:767px) {
    .c-item5 .c-title3 {
        letter-spacing: .1em;
        font-size: 1.4rem;
        margin-bottom: 5px
    }
}

.c-item5 .c-text1 {
    letter-spacing: .028em
}

.c-item5.max-width {
    max-width: 292px;
    margin: 0 auto
}

.c-list5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -14px
}

@media screen and (max-width:767px) {
    .c-list5 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -7.5px
    }
}

.c-list5 .c-item5 {
    width: calc(100% / 4);
    padding: 0 14px;
    margin-bottom: 22px
}

@media screen and (max-width:767px) {
    .c-list5 .c-item5 {
        width: 50%;
        padding: 0 7.5px;
        margin-bottom: 15px
    }
}

@media screen and (max-width:767px) {
    .c-item6 {
        max-width: 380px;
        margin: 0 auto
    }
}

.c-item6__link {
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:767px) {
    .c-item6__link {
        display: block
    }
}

.c-item6__img img {
    width: 100%;
    min-width: 235px;
}

.c-item6__img {
    max-width: calc(100% / 3)
}

@media screen and (max-width:767px) {
    .c-item6__img img {
        min-width: 100%;
    }
    .c-item6__img {
        max-width: 100%;
    }
}

.c-item6__content {
    width: calc(100% - 235px);
    padding-left: 30px
}

@media screen and (max-width:767px) {
    .c-item6__content {
        width: 100%;
        padding-left: 0
    }
}

.c-item6 .c-title1 {
    margin: -4px 0 17px;
    letter-spacing: .16em;
    line-height: normal
}

@media screen and (max-width:767px) {
    .c-item6 .c-title1 {
        margin: 10px 0
    }
}

.c-item6.max-width {
    max-width: 820px;
    margin: 0 auto
}

@media screen and (max-width:767px) {
    .c-item6.max-width {
        max-width: 380px
    }
}

.c-list6 .c-item6:not(:last-child) {
    margin-bottom: 31px
}

.c-item7 {
    max-width: 380px;
    margin: 0 auto
}

.c-item7__link {
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-item7__img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

@media screen and (max-width:767px) {
    .c-item7__img {
        margin-top: 13px
    }
}

.c-item7__img img {
    width: 100%
}

.c-item7__content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

@media screen and (max-width:767px) {
    .c-item7__content {
        width: 100%;
        padding-left: 0
    }
}

.c-item7 .c-title9 {
    text-indent: 6px
}

@media screen and (max-width:767px) {
    .c-item7 .c-title9 {
        margin: 10px 0 15px
    }
}

.c-item7 .c-text1 {
    min-height: 105px;
    margin: 15px 0
}

@media screen and (max-width:767px) {
    .c-item7 .c-text1 {
        margin: 0;
        min-height: auto
    }
}

.c-list7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width:767px) {
    .c-list7 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.c-list7 .c-item7 {
    margin: 0 26px;
    position: relative;
    left: 13px
}

@media screen and (max-width:767px) {
    .c-list7 .c-item7 {
        width: 100%;
        left: 0;
        margin: 0
    }
    .c-list7 .c-item7:not(:last-child) {
        margin: 0 0 20px
    }
}

.c-item8 {
    max-width: 950px;
    margin: 0 auto;
    border-bottom: 1px dashed #666
}

@media screen and (max-width:767px) {
    .c-item8 {
        max-width: 380px;
        border-bottom: none
    }
}

.c-item8__link {
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:767px) {
    .c-item8__link {
        display: block
    }
}

.c-item8__img {
    width: 221px
}

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

.c-item8__img img {
    width: 100%;
    position: relative
}

.c-item8__content {
    width: calc(100% - 221px);
    padding-left: 42px
}

@media screen and (max-width:767px) {
    .c-item8__content {
        width: 100%;
        padding-left: 0
    }
}

.c-item8 .c-title10 {
    margin: 0 0 4px
}

@media screen and (max-width:767px) {
    .c-item8 .c-title10 {
        margin: 10px 0!important
    }
}

.c-list8 .c-item8:not(:last-child) {
    margin-bottom: 15px
}

@media screen and (max-width:767px) {
    .c-list8 .c-item8:not(:last-child) {
        margin-bottom: 10px!important
    }
}

.c-list8 .c-item8:not(:first-child) .c-title10 {
    position: relative;
    top: 3px;
    margin: 0 0 6px
}

@media screen and (max-width:767px) {
    .c-list8 .c-item8:not(:first-child) .c-title10 {
        top: 0;
        margin: 0 0 4px
    }
}

.c-list8 .c-item8:nth-child(7) {
    margin-bottom: 18px
}

.c-item9 .c-text9 {
    margin-bottom: 2px;
    padding-left: 10px
}

@media screen and (max-width:767px) {
    .c-item9 .c-text9 {
        padding-left: 0
    }
}

.c-item9__link {
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 21px 34px 0
}

@media screen and (max-width:767px) {
    .c-item9__link {
        display: block;
        padding: 15px 15px 0
    }
}

.c-item9__img {
    width: 403px
}

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

.c-item9__img img {
    width: 100%;
    position: relative
}

.c-item9__content {
    width: calc(100% - 403px);
    padding: 0 50px 0 65px
}

@media screen and (max-width:767px) {
    .c-item9__content {
        width: 100%;
        padding: 0
    }
}

.c-item9 .c-text2 {
    margin: 26px 0 15px
}

@media screen and (max-width:767px) {
    .c-item9 .c-text2 {
        margin: 15px 0 10px!important
    }
}

.c-item9 .c-text1 {
    position: relative;
    left: -3px
}

@media screen and (max-width:767px) {
    .c-item9 .c-text1 {
        left: 0
    }
}

.c-item9.max-width {
    max-width: 950px;
    margin: 0 auto
}

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

.c-list9 {
    max-width: 950px;
    margin: 0 auto;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 5px 0 10px
}

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

.c-list9 .c-item9:not(:last-child) {
    margin-bottom: 15px
}

@media screen and (max-width:767px) {
    .c-list9 .c-item9:not(:last-child) {
        margin-bottom: 10px!important
    }
}

.c-list9 .c-item9:not(:first-child) .c-title10 {
    position: relative;
    top: 3px;
    margin: 0 0 6px
}

@media screen and (max-width:767px) {
    .c-list9 .c-item9:not(:first-child) .c-title10 {
        top: 0;
        margin: 0 0 4px
    }
}

.c-list9 .c-item9:nth-child(7) {
    margin-bottom: 18px
}

.c-list9 .slick-btn {
    width: 52px;
    height: 52px;
    top: 50%
}

@media screen and (max-width:767px) {
    .c-list9 .slick-btn {
        display: block!important;
        width: 30px;
        height: 30px;
        top: 49%
    }
}

.c-list9 .slick-btn__next {
    right: -28px
}

@media screen and (max-width:767px) {
    .c-list9 .slick-btn__next {
        right: 0
    }
}

.c-list9 .slick-btn__prev {
    left: -28px
}

@media screen and (max-width:767px) {
    .c-list9 .slick-btn__prev {
        left: 0
    }
}

.c-item10__link {
    color: #000
}

.c-item10__img iframe {
    width: 100%;
    height: 180px
}

@media screen and (max-width:767px) {
    .c-item10__img iframe {
        height: 250px
    }
}

.c-item10 .c-title3 {
    margin: 15px 0 3px
}

@media screen and (max-width:767px) {
    .c-item10 .c-title3 {
        margin: 5px 0 10px
    }
}

.c-item10 .c-text1 {
    position: relative;
    left: -3px
}

@media screen and (max-width:767px) {
    .c-item10 .c-text1 {
        left: 0
    }
}

.c-item10.max-width {
    max-width: 321px;
    margin: 0 auto
}

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

.c-list10 {
    max-width: 1024px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

@media screen and (max-width:767px) {
    .c-list10 {
        max-width: 100%;
        display: block
    }
}

.c-list10 .c-item10 {
    width: calc(100% / 3);
    padding: 0 10px
}

@media screen and (max-width:767px) {
    .c-list10 .c-item10 {
        width: 100%;
        padding: 0
    }
    .c-list10 .c-item10:not(:last-child) {
        margin-bottom: 20px
    }
}

.c-list11 {
    max-width: 945px;
    margin: 0 auto;
    position: relative;
    padding: 88px 0 0 106px
}

@media screen and (max-width:767px) {
    .c-list11 {
        max-width: 440px;
        padding: 40px 0 0 60px
    }
}

.c-list11::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 76px;
    height: 100%;
    background: url(../img/school-life/img10.png) no-repeat
}

@media screen and (max-width:767px) {
    .c-list11::before {
        width: 28px;
        background: url(../img/school-life/img10-sp.png) no-repeat;
        background-size: contain;
    }
}

.c-list11 .c-item8:not(:last-child) {
    margin-bottom: 3px
}

.c-list11 .c-item8:not(:first-child) .c-title10 {
    margin: 12px 0 5px
}

.c-list11 .c-item8:nth-child(3) {
    margin-bottom: 2px
}

.c-list11 .c-item8:nth-child(5) {
    margin-bottom: 1px
}

.c-list11 .c-item8:nth-child(6) {
    margin-bottom: 2px
}

.c-list11 .c-item8:nth-child(10),
.c-list11 .c-item8:nth-child(11),
.c-list11 .c-item8:nth-child(9) {
    margin-bottom: 2px
}

.c-list11 .c-item8__content {
    padding-left: 33px
}

@media screen and (max-width:767px) {
    .c-list11 .c-item8__content {
        padding-left: 0
    }
}

.c-list11 .c-title10 {
    margin: 17px 0 2px
}

.c-list12 {
    max-width: 796px;
    margin: 0 auto
}

@media screen and (max-width:767px) {
    .c-list12 {
        max-width: 374px;
        display: block
    }
}

.c-list12 .c-list4__item {
    width: 50%
}

@media screen and (max-width:767px) {
    .c-list12 .c-list4__item {
        width: 100%
    }
}

.c-list12 .c-list4__item:nth-child(2) {
    position: relative;
    left: 2px
}

.c-list13 {
    position: relative;
    max-width: 950px;
    background-color: #ececec;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 3px
}

@media screen and (max-width:767px) {
    .c-list13 {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 20px
    }
}

.c-list13__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.c-list13__item {
    width: 20%;
    padding: 0 10px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 40px
}

@media screen and (max-width:767px) {
    .c-list13__item {
        width: 50%;
        margin-bottom: 20px
    }
}

.c-list13__item a {
    display: block;
    text-decoration: none
}

.c-list13__img {
    margin-bottom: 20px;
    height: 100px;
    overflow: hidden;
    max-height: 140px;
}

@media screen and (max-width:767px) {
    .c-list13__img {
        margin-bottom: 10px;
        height: 100%;
    }
}

.c-list13__img img {
    width: 100%
}

.c-list13__title {
    font-size: 1.417rem;
    line-height: 2.126rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px
}

.c-list13__desc {
    font-size: 1.205rem;
    line-height: 1.772rem;
    text-align: justify;
    color: #000
}

.c-listimg1 {
    position: relative
}

.c-listimg1__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-listimg1__item {
    width: 170px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    text-align: center
}

.c-listimg1__img {
    border-radius: 50%;
    overflow: hidden
}

.c-list14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -3.5px
}

@media screen and (max-width:767px) {
    .c-list14 {
        margin: 0 -7.5px
    }
}

.c-list14__item {
    width: calc(100% / 6);
    padding: 0 3.5px 20px
}

@media screen and (max-width:767px) {
    .c-list14__item {
        width: 50%;
        padding: 0 7.5px 20px
    }
}

@media all and (-ms-high-contrast:none) {
    .c-list14__item {
        width: calc(99.99% / 6)
    }
}

@media all and (-ms-high-contrast:none) and (max-width:767px) {
    .c-list14__item {
        width: 50%
    }
}

.c-list14__title {
    margin-bottom: 17px;
    font-weight: 700;
    font-size: 1.417rem;
    line-height: 2.126rem;
    color: #000
}

@media screen and (max-width:767px) {
    .c-list14__title {
        margin-bottom: 10px
    }
}

.c-list14__link {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    display: block
}

@media screen and (min-width:768px) {
    .c-list14__link:hover {
        opacity: .8
    }
}

.c-list14__link img {
    width: 100%
}

.c-list15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
    position: relative;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.c-list15__item {
    width: calc(100% / 3);
    padding: 0 10px;
    margin-bottom: 36px
}

@media screen and (max-width:767px) {
    .c-list15__item {
        width: 50%;
        margin-bottom: 20px!important
    }
}

@media all and (-ms-high-contrast:none) {
    .c-list15__item {
        width: calc(99.99% / 3)
    }
}

@media all and (-ms-high-contrast:none) and (max-width:767px) {
    .c-list15__item {
        width: 50%
    }
}

.c-list15__item:nth-child(4),
.c-list15__item:nth-child(5),
.c-list15__item:nth-child(6) {
    margin-bottom: 30px
}

.c-list15__img {
    position: relative;
    max-height: 146px;
    overflow: hidden;
}

@media screen and (max-width:767px) {
    .c-list15__img {
        max-height: 180px;
    }
}

@media screen and (max-width:600px) {
    .c-list15__img {
        max-height: 146px;
    }
}

.c-list15__img img {
    width: 100%
}

.c-list15__tag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 80px;
    padding: 0 8px;
    font-size: 1.2rem;
    color: #fff;
    height: 22px;
    background: #8c2d23;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0
}

@media screen and (max-width:767px) {
    .c-list15__tag {
        width: inherit;
        font-size: .85rem;
        height: 14px
    }
}

@media all and (-ms-high-contrast:none) {
    .c-list15__tag {
        padding-top: 4px
    }
}

.c-list15__tag.bg1 {
    background: #D3BB1D
}

.c-list15__tag.bg2 {
    background: #ffac9a
}

.c-list15__tag.bg3 {
    background: #909074
}

.c-list15__tag.bg4 {
    background: #666640
}

.c-list15 .c-title3 {
    font-size: 1.488rem;
    line-height: 20.55px;
    margin: 12px 0 4px;
    min-height: 46px
}

.c-list15__date {
    font-weight: 600;
    margin-top: 12px;
    letter-spacing: -.03em
}

.c-list15 .slick-btn {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer
}

@media screen and (max-width:767px) {
    .c-list15 .slick-btn {
        display: none!important
    }
}

.c-list15 .slick-btn img {
    width: 100%;
    height: 100%
}

.c-list15 .slick-btn__prev {
    left: -48px
}

@media screen and (max-width:767px) {
    .c-list15 .slick-btn__prev {
        left: 0
    }
}

.c-list15 .slick-btn__next {
    right: -48px
}

@media screen and (max-width:767px) {
    .c-list15 .slick-btn__next {
        right: 0
    }
}

.c-item11 .c-item8__content {
    padding-left: 60px
}

@media screen and (max-width:767px) {
    .c-item11 .c-item8__content {
        padding-left: 0;
        margin-top: 20px
    }
}

.c-item11 .c-text1 {
    margin-top: -3px
}

@media screen and (max-width:767px) {
    .c-item11 .c-text1 {
        margin-top: 0
    }
}

.c-item11 .c-text1__alignright {
    display: block;
    text-align: right;
    font-weight: 700;
    letter-spacing: .055em;
    margin-top: 23px
}

.name {
    font-size: 26px;
    font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width:767px) {
    .c-item11 .c-text1__alignright {
        margin-top: 20px
    }
}

.c-list16 {
    max-width: 750px;
    margin: 0 auto
}

.c-list16__img {
    text-align: center;
    display: inline-block;
    width: 100%;
}

.c-list16__ct {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -21.5px
}

@media screen and (max-width:767px) {
    .c-list16__ct {
        margin: 0 -10px
    }
}

.c-list16__item {
    width: calc(100% / 2);
    padding: 0 21.5px;
    margin-bottom: 23px
}

@media screen and (max-width:767px) {
    .c-list16__item {
        padding: 0 10px;
        margin-bottom: 20px
    }
}

.c-list16__text {
    font-size: 1.6rem;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 2px
}

.c-list17 {
    max-width: 100%;
    margin: 0 auto 40px;
}

.c-list17 li {
    font-size: 16px;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px #dedede solid;
}

.c-list17 li:first-of-type {
    margin-top: 0;
}

.c-list17 span {
    display: inline-block;
    width: 140px;
    margin-right: 16px;
    color: #000;
}

.c-line1 {
    width: 100%;
    height: 8px;
    background: url(../img/common/line1.png) repeat-x left center/contain
}

@media screen and (max-width:767px) {
    .c-line1 {
        background-size: cover
    }
}

.c-line1--style1 {
    height: 6px;
    background: url(../img/common/line2.png) no-repeat center/contain
}

@media screen and (max-width:767px) {
    .c-mv2 .c-line1 {
        background: url(../img/common/line-mv.jpg) repeat-x 47% center/cover
    }
}

.c-mv2__title {
    position: relative;
    top: -8px;
    left: 31px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 400;
    font-size: 4.192rem;
    line-height: 5.294rem;
    color: #fff;
    letter-spacing: 7px
}

@media screen and (max-width:767px) {
    .c-mv2__title {
        top: 7px;
        left: 21px;
        letter-spacing: 5px;
        font-size: 3rem
    }
}

.c-mv2__inner {
    width: 100%;
    height: 281px;
    background: url(../img/common/mv.jpg) no-repeat center/cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width:767px) {
    .c-mv2__inner {
        height: 247px
    }
}

.c-mv1::before {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    height: 8px;
    background: url(../img/common/line1.png);
    z-index: 1
}

.c-mv1 .slick-dots {
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:767px) {
    .c-mv1 .slick-dots {
        bottom: 14px;
        left: 3px
    }
}

.c-mv1 .slick-dots li {
    width: 88px;
    height: 11px;
    border: 1px solid #fff;
    margin: 0 5px;
    cursor: pointer
}

@media screen and (max-width:767px) {
    .c-mv1 .slick-dots li {
        width: 35px;
        height: 7px;
        margin: 0 2px
    }
}

.c-mv1 .slick-dots li.slick-active {
    background: #fff
}

.c-mv1 .slick-dots button {
    display: none
}

.c-link {
    text-decoration: none;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: #00f
}

@media screen and (min-width:768px) {
    .c-link:hover {
        text-decoration: underline
    }
}

@media screen and (max-width:767px) {
    .c-mv3 .c-line1 {
        background: url(../img/common/line-mv.jpg) repeat-x 47% center/cover
    }
}

.c-mv3__inner {
    position: relative;
    height: 332px;
    overflow-y: hidden;
    background: url(../img/common/c-mv3.jpg) no-repeat center/cover
}

@media screen and (max-width:767px) {
    .c-mv3__inner {
        height: 120px!important;
    }
}

.c-mv3__title {
    position: absolute;
    bottom: -14px;
    width: 100%;
    text-align: center
}

@media screen and (max-width:767px) {
    .c-mv3__title {
        bottom: -5px
    }
}

.c-mv3__title img {
    width: 81.8%
}

.c-mv4__title {
    font-weight: 500;
    font-size: 3.042rem;
    line-height: 2;
    color: #000;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center
}

@media screen and (max-width:767px) {
    .c-mv4__title {
        font-size: 2rem;
        line-height: 1.5
    }
}

.c-mv4__top {
    height: 60px;
    background-color: #8c2d23;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

@media screen and (max-width:767px) {
    .c-mv4__top {
        padding-bottom: 20px;
        height: auto
    }
}

.c-mv4__top1 {
    padding: 9px 19px 0 26px;
    font-weight: 700;
    font-size: 2.897rem;
    line-height: 4.793rem;
    color: #fff;
    letter-spacing: 5.2px
}

@media screen and (max-width:767px) {
    .c-mv4__top1 {
        width: 100%;
        padding: 10px 0 0 20px
    }
}

.c-mv4__top2,
.c-mv4__top3 {
    padding: 27px 0 0 15px;
    font-weight: 500;
    font-size: 1.417rem;
    line-height: 2.108rem;
    color: #fff;
    position: relative
}

@media screen and (max-width:767px) {
    .c-mv4__top2,
    .c-mv4__top3 {
        margin-left: 20px;
        font-size: 1.4rem;
        margin-bottom: 5px;
        margin-right: 0;
        margin-left: 20px;
        width: 100%;
        padding: 1rem;
        border-left: 1px solid #fff
    }
}

.c-mv4__top2 strong,
.c-mv4__top3 strong {
    font-weight: 700
}

.c-mv4__top2:before,
.c-mv4__top3:before {
    content: "";
    background-color: #fff;
    position: absolute;
    height: 42px;
    width: 1px;
    left: 0;
    top: 9px
}

@media screen and (max-width:767px) {
    .c-mv4__top2:before,
    .c-mv4__top3:before {
        display: none
    }
}

.c-mv4__top2 {
    margin-right: 166px
}

@media screen and (max-width:767px) {
    .c-mv4__top2 {
        margin-right: 0
    }
}

.c-mv4__images {
    position: relative
}

.c-mv4__images img {
    width: 100%
}

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

.c-modal .c-btn1__text {
    cursor: pointer
}

.c-modal__inner {
    width: calc(100% - 30px);
    max-width: 900px
}

.c-modal__top {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 22px 10px 19px;
    letter-spacing: 8px;
    font-weight: 700;
    font-size: 2.622rem;
    line-height: 2.126rem;
    color: #fff;
    text-align: center;
    background: url(../img/common/bg_modal.jpg) no-repeat center/cover
}

@media screen and (max-width:767px) {
    .c-modal__top {
        padding: 10px 10px
    }
}

.c-modal__text1 {
    margin-bottom: 21px;
    font-weight: 500;
    font-size: 1.63rem;
    line-height: 2.126rem;
    color: #000
}

.c-modal__text2 {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.8;
    color: #000
}

.c-modal__body {
    padding: 106px 71px 10px 73px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fff;
    height: calc(90vh);
    max-height: 500px;
    overflow: auto;
}

@media screen and (max-width:767px) {
    .c-modal__body {
        padding: 61px 20px 20px;
    }
}

.c-modal__img {
    width: 311px
}

.c-modal__img img:last-of-type {
    margin-top: 20px
}

@media screen and (max-width:767px) {
    .c-modal__img {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        margin: 0 auto 20px
    }
    .c-modal__img img {
        width: 100%;
    }
}

.c-modal__content {
    padding-top: 49px;
    padding-left: 47px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media screen and (max-width:767px) {
    .c-modal__content {
        -webkit-box-flex: 100%;
        -webkit-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        padding-top: 0;
        padding-left: 0
    }
}

.c-modal__detail {
    margin-top: 91px;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #000
}

@media screen and (max-width:767px) {
    .c-modal__detail {
        margin-top: 20px
    }
}

.c-modal__detail dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.c-modal__detail dl+dl {
    margin-top: 6px
}

.c-modal__detail dd,
.c-modal__detail dt {
    border-bottom: 1px solid #000
}

.c-modal__detail dt {
    width: 80px
}

.c-modal__detail dt.noborder {
    border-bottom: none
}

.c-modal__detail dd {
    width: calc(100% - 80px)
}

.c-modal .c-btn1 {
    margin-top: 23px;
    max-width: 100%;
    width: 100%;
    text-align: center;
    background: 0 0
}

.c-modal .c-btn1__text {
    display: inline-block;
    width: 146px;
    background: #656550
}

.c-tab__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width:767px) {
    .c-tab__link {
        padding-left: 15px;
        padding-right: 15px
    }
}

.c-tab__title {
    padding: 13px 0 6px;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 2.445rem;
    color: #000;
    width: 50%;
    max-width: 444px;
    background-color: rgb(235, 211, 53);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    text-align: center;
    cursor: pointer;
    letter-spacing: .5px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media screen and (max-width:767px) {
    .c-tab__title {
        line-height: 1.2;
        font-size: 1.6rem
    }
}

.c-tab__title span {
    font-size: 1.61rem;
    font-weight: 500
}

@media screen and (max-width:767px) {
    .c-tab__title span {
        font-size: 1.2rem
    }
}

@media screen and (min-width:768px) {
    .c-tab__title:hover {
        background-color: #f8db1c
    }
}

@media screen and (min-width:768px) {
    .c-tab__title.is-active:hover {
        background-color: rgb(235, 211, 53)
    }
}

.c-tab__title.is-bg2 {
    background-color: #ffac9a
}

@media screen and (min-width:768px) {
    .c-tab__title.is-bg2:hover {
        background-color: #fa9c87
    }
}

@media screen and (min-width:768px) {
    .c-tab__title.is-bg2.is-active:hover {
        background-color: #ffac9a
    }
}

.c-tab__content {
    border-top: 4px solid rgb(235, 211, 53);
    background-color: rgba(235, 211, 53, .1);
    display: none
}

.c-tab__content.is-active {
    display: block
}

.c-tab__content.is-bg2 {
    border-top: 4px solid rgb(255, 172, 154);
    background-color: rgba(255, 172, 154, .1);
}

.c-other {
    width: calc(100% - 30px);
    position: relative;
    max-width: 840px;
    margin: 0 auto
}

.c-other__text1 {
    position: relative;
    text-align: center;
    font-weight: 500;
    font-size: 1.63rem;
    line-height: 2.126rem;
    color: #000
}

.c-other__text1:after,
.c-other__text1:before {
    content: "";
    position: absolute;
    width: calc(50% - 84px);
    height: 2px;
    background-color: #000;
    top: calc(50% - 1px);
    left: 3px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.c-other__text1:after {
    left: auto;
    right: 0
}

.c-other__top {
    width: 678px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

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

.c-other__top1 {
    padding: 19px 0 16px;
    text-align: center;
    width: 100%;
    background-color: #f3a796;
    position: relative
}

.c-other__top1:after,
.c-other__top1:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 6px 8px 6px 0;
    border-color: transparent #000 transparent transparent;
    border-style: solid;
    top: calc(50% + 1px);
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.c-other__top1:after {
    left: auto;
    right: 0;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #000
}

.c-other__top2 {
    padding: 19px 0 16px;
    text-align: center;
    font-weight: 700;
    font-size: 1.843rem;
    line-height: 2.126rem;
    color: #000;
    width: calc(100% - 165px);
    background-color: #e1cb3c
}

@media screen and (max-width:767px) {
    .c-other__top2 {
        width: 50%
    }
}

.c-other__top3 {
    padding: 19px 0 16px;
    background-color: #c30d23;
    width: 165px;
    text-align: center;
    font-weight: 700;
    font-size: 1.843rem;
    line-height: 2.126rem;
    color: #fff
}

@media screen and (max-width:767px) {
    .c-other__top3 {
        width: 50%
    }
}

.c-other__icon {
    padding-left: 40px;
    top: 66px;
    right: -140px;
    background: url(../img/common/box-icon.svg) no-repeat left 3px/24%;
    font-weight: 700;
    font-size: 1.417rem;
    line-height: 1.913rem;
    color: #c30d23;
    position: absolute;
    z-index: 2;
    width: 140px
}

@media screen and (max-width:767px) {
    .c-other__icon {
        padding-top: 23px;
        padding-left: 0;
        top: 112px;
        right: 0;
        background: 0 0;
        font-weight: 700;
        font-size: 1.3rem;
        line-height: 1.913rem;
        color: #c30d23;
        z-index: 5;
        width: 50%;
        text-align: center
    }
}

@media screen and (max-width:767px) {
    .c-other__icon:after {
        width: 20px;
        height: 14px;
        content: "";
        position: absolute;
        top: 8px;
        right: 50%;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        background: url(../img/common/box-icon.svg) no-repeat center/contain
    }
}

@media all and (-ms-high-contrast:none) {
    .c-other__icon {
        background: url(../img/common/box-icon.svg) no-repeat -39px 0/113px
    }
}

.c-other__bottom {
    margin-top: 35px;
    text-align: center;
    font-weight: 700;
    font-size: 1.818rem;
    line-height: 2.727rem;
    color: #000;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

@media screen and (max-width:767px) {
    .c-other__bottom {
        margin-top: 25px;
        width: 100%;
        text-align: left;
        font-size: 1.6rem
    }
}

@media all and (-ms-high-contrast:none) {
    .c-other__bottom {
        display: inline-block
    }
}

.c-other__link {
    color: #c30d23;
    position: relative
}

.c-other__link:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #c30d23;
    top: auto;
    left: 0;
    bottom: 0;
    position: absolute
}

@media screen and (min-width:768px) {
    .c-other__link:hover:after {
        display: none
    }
}

.c-other__box {
    padding: 52px 15px 20px;
    right: -2px;
    width: 490px;
    bottom: -27px;
    position: absolute;
    text-align: center;
    font-weight: 700;
    font-size: 1.417rem;
    line-height: 2.126rem;
    color: #000;
    background: url(../img/common/box-bg.svg) no-repeat center/contain
}

@media screen and (max-width:767px) {
    .c-other__box {
        margin-top: 77px;
        padding: 20px 20px;
        background: 0 0;
        width: 100%;
        right: 0;
        bottom: 0;
        position: relative;
        text-align: left
    }
}

@media screen and (max-width:767px) {
    .c-other__box:after {
        content: "";
        width: 100%;
        height: 100%;
        border: 1px solid #000;
        border-radius: 10px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0
    }
}

@media screen and (max-width:767px) {
    .c-other__box:before {
        z-index: 2;
        content: "";
        width: 45px;
        height: 30px;
        top: -28px;
        right: 120px;
        position: absolute;
        background: url(../img/common/box-bg_sp.png) no-repeat center top
    }
}


/*.p-about .c-mv2__inner {
    background-image: url(../img/about/mv.jpg)
}*/

.p-about .c-btn1 {
    margin: 0 auto
}

@media screen and (max-width:767px) {
    .p-about .c-btn1__text {
        padding: 6px 0 7px
    }
}

.p-about .l-container {
    width: 100%;
    max-width: 1000px
}

@media screen and (max-width:767px) {
    .p-about .l-container {
        padding: 0 15px 0 20px
    }
}

.p-about .c-text2 {
    letter-spacing: .7px
}

.p-about .c-text2+.c-text2 {
    margin-top: 27px;
    letter-spacing: .45px
}

.p-about .c-text2+.c-text3 {
    margin-top: 42px
}

@media screen and (max-width:767px) {
    .p-about .c-text2+.c-text3 {
        margin-top: 44px
    }
}

@media screen and (max-width:767px) {
    .p-about .c-text2 {
        letter-spacing: .1px
    }
}

.p-about .c-text3+.c-text2 {
    margin-top: 33px;
    letter-spacing: .2px
}

@media screen and (max-width:767px) {
    .p-about .c-text3+.c-text2 {
        margin-top: 34px
    }
}

.p-about1 {
    padding: 64px 0 63px
}

.p-common {
    padding: 0 0 63px
}

@media screen and (max-width:767px) {
    .p-about1 {
        padding: 1px 0 33px
    }
    .p-common {
        padding: 0 0 33px
    }
}

.p-about1 .c-textbox {
    margin: 94px 0 61px
}

@media screen and (max-width:767px) {
    .p-about1 .c-textbox {
        margin: 40px 0 41px
    }
}

.page-activities .c-modal {
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, .7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.page-activities .c-modal__wrapper {
    position: absolute;
    min-height: 100vh;
    padding: 40px 0;
    width: 100%
}

@media screen and (max-width:767px) {
    .page-activities .c-modal__wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.page-activities .c-modal__inner {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding-bottom: 30px;
}

.page-activities .c-modal__inner iframe {
    width: 100%;
    min-height: 560px;
}

@media screen and (max-width:767px) {
    .page-activities .c-modal__inner iframe {
        width: 100%;
        min-height: calc(100vh - 200px);
    }
}

@media screen and (max-width:767px) {
    .page-activities .c-modal__inner {
        left: 0;
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        position: relative
    }
}

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

.p-activities1 {
    padding: 49px 0 0
}

@media screen and (max-width:767px) {
    .p-activities1 {
        padding: 40px 0 0
    }
}

.p-activities1 .c-text1 {
    margin-bottom: 53px
}

@media screen and (max-width:767px) {
    .p-activities1 .c-text1 {
        margin-bottom: 35px
    }
}

.p-activities1 .c-imgtext2 {
    margin-bottom: 81px
}

@media screen and (max-width:767px) {
    .p-activities1 .c-imgtext2 {
        margin-bottom: 40px
    }
}

.p-activities1 .c-list14 {
    margin-bottom: 53px
}

@media screen and (max-width:767px) {
    .p-activities1 .c-list14 {
        margin-bottom: 35px
    }
}

.p-activities1 .c-title9 {
    margin-bottom: 13px
}

@media screen and (max-width:767px) {
    .p-activities1 .c-title9 {
        margin-bottom: 15px
    }
}

.p-activities1 .c-title1 {
    margin-bottom: 24px
}

@media screen and (max-width:767px) {
    .p-activities1 .c-title1 {
        margin-bottom: 10px
    }
}

.p-activities2 {
    padding-bottom: 60px
}

@media screen and (max-width:767px) {
    .p-activities2 {
        padding-bottom: 40px
    }
}

.p-activities2 .c-title1 {
    margin-bottom: 29px
}

@media screen and (max-width:767px) {
    .p-activities2 .c-title1 {
        margin-bottom: 10px
    }
}

.p-activities2 .c-list14 {
    margin-bottom: 26px
}

@media screen and (max-width:767px) {
    .p-activities2 .c-list14 {
        margin-bottom: 20px
    }
}

.p-activities2 .c-list14__title {
    margin-bottom: 16px;
}

.p-activities2 .c-list14__item {
    padding-bottom: 26px
}

.p-activities .l-container {
    max-width: 945px
}

.p-activities .c-btn1 {
    margin: 0 auto
}

.p-activities .c-btn1__text {
    font-size: 1.6rem
}

@media screen and (max-width:767px) {
    .p-activities .c-btn1__text {
        padding: 6px 0 7px
    }
}

.p-blog .l-container {
    max-width: 945px
}

.p-blog .l-side {
    margin-bottom: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    position: relative;
    align-items: flex-start;
}

@media screen and (max-width:767px) {
    .p-blog .l-side {
        display: block;
        margin-bottom: 50px
    }
}

.p-blog .c-list15 {
    margin-bottom: 83px
}

@media screen and (max-width:767px) {
    .p-blog .c-list15 {
        margin-bottom: 20px
    }
}

.p-blog .c-pagination {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width:767px) {
    .p-blog .c-pagination {
        margin-bottom: 50px;
        padding-left: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.p-blog__list {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 20px
}

@media screen and (max-width:767px) {
    .p-blog__list {
        padding-left: 0
    }
}

.p-blog__list article {
    padding-bottom: 40px;
}

.p-blog article+.c-pagination {
    padding-left: 0;
    justify-content: center;
    padding-top: 30px;
    border-top: 1px solid #e9e9e9;
}

.p-blog__list article .category {
    background-color: #656550;
    text-align: center;
    padding: 20px 0;
    font-size: 20px;
    color: #fff;
}

.p-blog__list article .entry-date {
    margin-top: 16px;
}

.p-blog__list article h1 {
    margin: 30px 0;
    font-size: 30px;
}

.p-blog__list article .blog-text p {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.8;
}

.p-blog__list article .blog-text .wp-block-image {
    margin-top: 16px;
}

@media screen and (max-width:767px) {
    .p-blog__list article h1 {
        font-size: 20px;
        line-height: 1.5;
        margin: 10px 0;
    }
    .p-blog__list article .category {
        font-size: 18px;
    }
}

.p-blog1 {
    padding: 48px 0 60px
}

@media screen and (max-width:767px) {
    .p-blog1 {
        padding: 40px 0
    }
}

.p-blog1 .c-imgtext2 {
    margin-bottom: 89px
}

@media screen and (max-width:767px) {
    .p-blog1 .c-imgtext2 {
        margin-bottom: 40px
    }
}

.p-blog .c-imgtext2__color1 {
    background-color: #656550;
    letter-spacing: 4px
}

.p-blog .c-imgtext2__color1.news {
    background-color: #8c2d23;
}

@media screen and (max-width:767px) {
    .p-blog .c-imgtext2__color1 {
        letter-spacing: 0
    }
}

.p-blog .c-title5 {
    margin-bottom: 55px
}

@media screen and (max-width:767px) {
    .p-blog .c-title5 {
        margin-bottom: 15px
    }
}

.p-blog .c-btn1 {
    margin: 0 auto
}

.p-blog .c-btn1__text {
    font-size: 1.6rem
}

@media screen and (max-width:767px) {
    .p-blog .c-btn1__text {
        padding: 6px 0 7px
    }
}

.p-career-list1 {
    padding: 41px 0 127px
}

@media screen and (max-width:767px) {
    .p-career-list1 {
        padding: 40px 0
    }
}

.p-career-list .c-title5 {
    margin-bottom: 55px
}

@media screen and (max-width:767px) {
    .p-career-list .c-title5 {
        margin-bottom: 15px
    }
}

.p-career-list .c-btn1 {
    margin: 69px auto 0
}

@media screen and (max-width:767px) {
    .p-career-list .c-btn1 {
        margin: 50px auto 0
    }
}

@media screen and (max-width:767px) {
    .p-career-list .c-btn1__text {
        padding: 6px 0 7px
    }
}

.p-cheer-team__sc01 {
    padding-top: 50px;
    padding-bottom: 90px
}

@media screen and (max-width:767px) {
    .p-cheer-team__sc01 {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.p-cheer-team__sc01 .l-container {
    width: 945px;
    max-width: 100%
}

@media screen and (max-width:767px) {
    .p-cheer-team__sc01 .c-imgtext2__item {
        margin-bottom: 0
    }
}

.p-cheer-team__sc02 {
    padding-bottom: 70px
}

@media screen and (max-width:767px) {
    .p-cheer-team__sc02 {
        padding-bottom: 35px
    }
}

.p-cheer-team__sc02 .l-container {
    width: 945px;
    max-width: 100%
}

.p-cheer-team__sc02 .c-title9 {
    margin-bottom: 20px
}

@media screen and (max-width:767px) {
    .p-cheer-team__sc02 .c-title9 {
        margin-bottom: 15px
    }
}

.p-cheer-team__sc02 .c-text1 {
    text-align: justify;
    margin-bottom: 20px
}

.p-cheer-team__sc02 .c-item10.max-width {
    max-width: 386px
}

.p-cheer-team__sc02 .c-item10__img iframe {
    height: 220px;
    border: 5px solid #f1f1f1
}

.p-cheer-team__sc03 {
    padding-bottom: 40px
}

.p-cheer-team__sc03 .c-title9 {
    margin-bottom: 20px
}

@media screen and (max-width:767px) {
    .p-cheer-team__sc03 .c-title9 {
        margin-bottom: 15px
    }
}

.p-cheer-team__sc03 .l-container {
    width: 945px;
    max-width: 100%
}

.p-cheer-team__sc04 {
    padding-bottom: 60px
}

@media screen and (max-width:767px) {
    .p-cheer-team__sc04 {
        padding-bottom: 30px
    }
}

.p-cheer-team__sc04 .c-btn1 {
    margin: 50px auto 0
}

@media screen and (max-width:767px) {
    .p-cheer-team__sc04 .c-btn1 {
        margin: 25px auto 0
    }
}

.p-cheer-team__sc04 .c-btn1__text {
    font-size: 1.6rem;
    line-height: 2.026rem;
    letter-spacing: -.025rem
}

.p-festival .l-container {
    max-width: 945px
}

.p-festival .c-btn1 {
    margin: 0 auto
}

.p-festival .c-btn1__text {
    font-size: 1.6rem
}

@media screen and (max-width:767px) {
    .p-festival .c-btn1__text {
        padding: 6px 0 7px
    }
}

.p-festival .c-title11 {
    font-size: 2.339rem;
    line-height: 4.075px;
    padding-top: 36px;
    margin-bottom: 41px;
    letter-spacing: 2.5px
}

@media screen and (max-width:767px) {
    .p-festival .c-title11 {
        margin-bottom: 20px;
        font-size: 1.8rem;
        line-height: 1.4;
        padding-top: 15px
    }
}

.p-festival1 {
    padding: 50px 0 81px
}

@media screen and (max-width:767px) {
    .p-festival1 {
        padding: 40px 0
    }
}

.p-festival1 .c-textbox2 {
    margin-bottom: 19px
}

.p-festival1 .c-textbox2__title {
    letter-spacing: 2.7px;
    margin-bottom: 14px
}

@media screen and (max-width:767px) {
    .p-festival1 .c-textbox2__title {
        margin-bottom: 10px
    }
}

.p-festival1 .c-textbox2__text {
    margin-bottom: 23px
}

@media screen and (max-width:767px) {
    .p-festival1 .c-textbox2__text {
        margin-bottom: 20px
    }
}

.p-festival .c-imgtext2 {
    margin-bottom: 56px
}

@media screen and (max-width:767px) {
    .p-festival .c-imgtext2 {
        margin-bottom: 40px
    }
}

.p-festival2 {
    padding-bottom: 60px
}

@media screen and (max-width:767px) {
    .p-festival2 {
        padding-bottom: 40px
    }
}

.p-festival2__content {
    padding-bottom: 28px;
    margin-bottom: 47px;
    background-color: #f7f7f7
}

@media screen and (max-width:767px) {
    .p-festival2__content {
        padding-bottom: 10px;
        margin-bottom: 40px
    }
}

.p-festival-detail1 {
    padding: 51px 0 60px
}

@media screen and (max-width:767px) {
    .p-festival-detail1 {
        padding: 40px 0
    }
}

.p-festival-detail .p-festival__text {
    margin-top: -8px;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 1.205rem;
    line-height: 1.772rem;
    color: #000
}

@media screen and (max-width:767px) {
    .p-festival-detail .p-festival__text {
        margin-top: 0
    }
}

.p-festival-detail .p-festival__title {
    margin-bottom: 18px;
    letter-spacing: 2.5px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 2.055rem;
    line-height: 4.413rem;
    color: #000
}

@media screen and (max-width:767px) {
    .p-festival-detail .p-festival__title {
        margin-bottom: 10px;
        font-size: 1.8rem;
        line-height: 1.4
    }
}

.p-festival-detail .p-festival__img {
    width: 276px;
    padding-top: 13px
}

@media screen and (max-width:767px) {
    .p-festival-detail .p-festival__img {
        padding-top: 0;
        margin-bottom: 10px;
        width: 100%;
        text-align: center
    }
}

.p-festival-detail .p-festival__content {
    padding-left: 88px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media screen and (max-width:767px) {
    .p-festival-detail .p-festival__content {
        padding-left: 0
    }
}

.p-festival-detail .p-festival__video {
    margin: 0 auto 42px;
    /* border: 5px solid #f1f1f1; */
    padding-top: 22.6%;
    max-width: 389px;
    width: 100%;
    height: 0;
    position: relative
}

@media screen and (max-width:767px) {
    .p-festival-detail .p-festival__video {
        padding-top: 56.25%;
        margin: 0 auto 30px
    }
}

.p-festival-detail .p-festival__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.p-festival-detail .p-festival__videoimg {
    margin-bottom: 44px;
    text-align: center
}

.p-festival__videoimg iframe {
    max-width: 100%;
}

.p-festival-detail .l-container {
    max-width: 945px
}

.p-festival-detail .c-btn1 {
    margin: 0 auto
}

.p-festival-detail .c-btn1__text {
    font-size: 1.6rem
}

@media screen and (max-width:767px) {
    .p-festival-detail .c-btn1__text {
        padding: 6px 0 7px
    }
}

.p-festival-detail .c-mv4 {
    margin-bottom: 33px
}

@media screen and (max-width:767px) {
    .p-festival-detail .c-mv4 {
        margin-bottom: 40px
    }
}

.p-festival-detail .c-title11 {
    margin-bottom: 19px;
    padding-top: 12px
}

@media screen and (max-width:767px) {
    .p-festival-detail .c-title11 {
        margin-bottom: 15px;
        padding-top: 15px
    }
}

.p-festival-detail .c-listimg1 {
    margin-top: 23px;
    margin-bottom: 34px
}

@media screen and (max-width:767px) {
    .p-festival-detail .c-listimg1 {
        margin-top: 20px;
        margin-bottom: 30px
    }
}

.p-festival-detail .c-list13 {
    margin: 51px auto 43px;
    padding-right: 11px;
    padding-bottom: 8px
}

@media screen and (max-width:767px) {
    .p-festival-detail .c-list13 {
        margin: 40px auto;
        padding-right: 0;
        padding-bottom: 0
    }
}

.p-festival-detail .c-list13__item {
    margin-bottom: 27px
}

@media screen and (max-width:767px) {
    .p-festival-detail .c-list13__item {
        margin-bottom: 20px
    }
}

.p-greetings .l-container {
    width: 100%;
    max-width: 1000px
}

@media screen and (max-width:767px) {
    .p-greetings .l-container {
        padding: 0 20px
    }
}

.p-greetings1 {
    padding: 40px 0 68px
}

@media screen and (max-width:767px) {
    .p-greetings1 {
        padding: 30px 0
    }
}

.p-greetings1 .c-img2 {
    margin: 144px 0 82px
}

@media screen and (max-width:767px) {
    .p-greetings1 .c-img2 {
        margin: 40px 0
    }
}

.p-greetings1 .c-btn1 {
    margin: 0 auto
}

@media screen and (max-width:767px) {
    .p-greetings1 .c-btn1__text {
        padding: 6px 0 7px
    }
}

.p-greetings1 .c-title5 {
    margin-bottom: 59px
}

@media screen and (max-width:767px) {
    .p-greetings1 .c-title5 {
        margin-bottom: 15px
    }
}

.p-greetings1 .c-img1 {
    margin-bottom: 64px
}

@media screen and (max-width:767px) {
    .p-greetings1 .c-img1 {
        margin-bottom: 30px
    }
}

.p-greetings1 .c-text2+.c-text2 {
    margin-top: 27px
}

@media screen and (max-width:767px) {
    .p-greetings1 .c-text2+.c-text2 {
        margin-top: 15px
    }
}

.p-greetings1 .c-text2+.c-text3 {
    margin-top: 19px
}

@media screen and (max-width:767px) {
    .p-greetings1 .c-text2+.c-text3 {
        margin-top: 15px
    }
}

.p-greetings1 .c-text3+.c-text2 {
    margin-top: 34px
}

.p-greetings1 p {
    font-size: 1.6rem;
    line-height: 2;
}

@media screen and (max-width:767px) {
    .p-greetings1 p {
        font-size: 1.4rem;
        line-height: 2;
    }
}

@media screen and (max-width:767px) {
    .p-greetings1 .c-text3+.c-text2 {
        margin-top: 15px
    }
}

.p-history1 {
    padding: 40px 0 21px
}

@media screen and (max-width:767px) {
    .p-history1 {
        padding: 30px 0
    }
}

.p-history1 .c-title5 {
    margin-bottom: 20px
}

@media screen and (max-width:767px) {
    .p-history1 .c-title5 {
        margin-bottom: 15px
    }
}

.p-history1 .c-btn1 {
    margin: 0 auto
}

@media screen and (max-width:767px) {
    .p-history1 .c-btn1__text {
        padding: 6px 0 7px
    }
}

.p-history__list {
    margin-bottom: 70px
}

@media screen and (max-width:767px) {
    .p-history__list {
        margin-bottom: 30px
    }
}

.p-history__list dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 2;
    color: #000;
    letter-spacing: 1.3px;
    margin-top: 8px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 8px;
}

.p-history__list dl:first-of-type {
    margin-top: 0;
}

.p-history__list dl.is-break {
    margin-top: 10px
}

@media screen and (max-width:767px) {
    .p-history__list dl {
        padding-bottom: 15px
    }
}

.p-history__list dt {
    width: 95px;
    font-weight: bold;
}

@media screen and (max-width:767px) {
    .p-history__list dt {
        margin-bottom: 5px;
        padding-right: 0;
        width: 100%
    }
}

.p-history__list dd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    letter-spacing: 0
}

@media screen and (max-width:767px) {
    .p-history__list dd {
        -webkit-box-flex: 100%;
        -webkit-flex: 100%;
        -ms-flex: 100%;
        flex: 100%
    }
}

.p-history__list .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:767px) {
    .p-history__list .row {
        width: 100%
    }
}

.p-history__list .row .date {
    width: 89px
}

@media screen and (max-width:767px) {
    .p-history__list .row .date {
        width: 70px
    }
}

.p-history__list .row .text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    letter-spacing: 1px;
}

.p-policy .l-container {
    max-width: calc(1025px * 2 / 3)
}

.p-policy .c-text8--style1 {
    /* text-align: left; */
    /* -webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start; */
    /* align-items: flex-start */
    align-items: center;
}

.p-policy1 {
    padding: 41px 0 0
}

@media screen and (max-width:767px) {
    .p-policy1 {
        padding: 40px 0 0
    }
}

.p-policy1 .c-title5 {
    margin-bottom: 44px
}

@media screen and (max-width:767px) {
    .p-policy1 .c-title5 {
        margin-bottom: 15px
    }
}

.p-policy1 .c-text2+.c-text8 {
    margin-top: 8px
}

.p-policy1 .c-text8+.c-title8 {
    margin-top: 38px;
    margin-bottom: -5px
}

@media screen and (max-width:767px) {
    .p-policy1 .c-text8+.c-title8 {
        margin-bottom: 15px;
        margin-top: 30px
    }
}

.p-policy2 {
    padding: 31px 0 31px
}

@media screen and (max-width:767px) {
    .p-policy2 {
        padding: 40px 0
    }
}

.p-policy2 .c-title8 {
    margin-bottom: 12px
}

@media screen and (max-width:767px) {
    .p-policy2 .c-title8 {
        margin-bottom: 15px
    }
}

.p-policy2 .c-text2+.c-text2 {
    margin-top: 24px
}

@media screen and (max-width:767px) {
    .p-policy2 .c-text2+.c-text2 {
        margin-top: 20px
    }
}

.p-policy2__list1 {
    margin-top: 32px;
    margin-bottom: 25px
}

.p-policy2__list1 .c-text2,
.p-policy2__list2 .c-text2 {
    margin-bottom: 4px
}

.p-policy3 {
    padding-bottom: 86px
}

@media screen and (max-width:767px) {
    .p-policy3 {
        padding-bottom: 40px
    }
}

@media screen and (max-width:767px) {
    .p-policy3 .c-text8 {
        margin-bottom: 15px
    }
}

.p-policy3 .c-text8+.c-title8 {
    margin-top: 27px
}

.p-policy .c-btn1 {
    margin: 43px auto 0
}

@media screen and (max-width:767px) {
    .p-policy .c-btn1 {
        margin: 50px auto 0
    }
}

@media screen and (max-width:767px) {
    .p-policy .c-btn1__text {
        padding: 6px 0 7px
    }
}

.p-related-business1 {
    padding: 41px 0 161px
}

@media screen and (max-width:767px) {
    .p-related-business1 {
        padding: 40px 0
    }
}

.p-related-business1 .c-title5 {
    margin-bottom: 118px
}

@media screen and (max-width:767px) {
    .p-related-business1 .c-title5 {
        margin-bottom: 15px
    }
}

.p-related-business1 .c-text2 {
    line-height: 2.126rem
}

.p-related-business1 .c-title7 {
    margin-bottom: -6px;
    margin-top: 32px
}

@media screen and (max-width:767px) {
    .p-related-business1 .c-title7 {
        margin-top: 20px;
        margin-bottom: 15px
    }
}

.p-related-business1 .c-title7.last {
    margin-top: 42px;
    margin-bottom: 0
}

@media screen and (max-width:767px) {
    .p-related-business1 .c-title7.last {
        margin-top: 20px
    }
}

.p-related-business1 .c-title7.last+.c-text2 {
    margin-bottom: 7px;
    letter-spacing: -1px
}

@media screen and (max-width:767px) {
    .p-related-business1 .c-title7.last+.c-text2 {
        letter-spacing: 0
    }
}

.p-related-business1 .c-text8+.c-title7 {
    letter-spacing: 2.5px
}

.p-related-business1 .c-text8+.c-title7 span {
    letter-spacing: .5px;
    margin-right: -22px
}

@media screen and (max-width:767px) {
    .p-related-business1 .c-text8+.c-title7 {
        letter-spacing: .9px
    }
}

.p-related-business .c-btn1 {
    margin: 115px auto 0
}

@media screen and (max-width:767px) {
    .p-related-business .c-btn1 {
        margin: 50px auto 0
    }
}

@media screen and (max-width:767px) {
    .p-related-business .c-btn1__text {
        padding: 6px 0 7px
    }
}

.p-school-life .l-container {
    width: 945px;
    max-width: 100%
}

.p-school-life .c-imgtext2__color1 {
    background-color: rgb(235, 211, 53)
}

.p-school-life__sc01 {
    padding-top: 50px;
    padding-bottom: 50px
}

@media screen and (max-width:767px) {
    .p-school-life__sc01 {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media screen and (max-width:767px) {
    .p-school-life__sc01 .c-imgtext2__item {
        margin-bottom: 0
    }
}

.p-school-life__sc02 .c-tab__content#daily {
    padding-top: 88px;
    padding-bottom: 135px
}

@media screen and (max-width:767px) {
    .p-school-life__sc02 .c-tab__content#daily {
        padding-top: 44px;
        padding-bottom: 75px
    }
}

.p-school-life__sc02 .c-tab__content#daily .c-list8 {
    margin-bottom: 102px
}

@media screen and (max-width:767px) {
    .p-school-life__sc02 .c-tab__content#daily .c-list8 {
        margin-bottom: 50px
    }
}

.p-school-life__sc02 .c-tab__content#daily .c-btn1 {
    margin: 0 auto;
    max-width: 215px
}

.p-school-life__sc02 .c-tab__content#daily .c-btn1__text {
    padding: 12px 0;
    font-size: 1.63rem;
    line-height: 2.216rem;
    font-weight: 700;
    background-color: rgb(235, 211, 53);
    color: #000
}

.p-school-life__sc02 .c-tab__content#daily .c-btn1__text:hover {
    background-color: rgb(235, 211, 53)!important;
    color: #000
}

.p-school-life__sc02 .c-tab__content#calendar {
    padding-bottom: 80px
}

@media screen and (max-width:767px) {
    .p-school-life__sc02 .c-tab__content#calendar {
        padding-bottom: 40px
    }
}

.p-school-life__sc02 .c-tab__content#calendar .c-list8 {
    margin-bottom: 0
}

.p-school-life__sc03 {
    padding-top: 70px;
    padding-bottom: 60px
}

@media screen and (max-width:767px) {
    .p-school-life__sc03 {
        padding-top: 35px;
        padding-bottom: 30px
    }
}

.p-school-life__sc03 .c-list4.c-list12 {
    margin-bottom: 108px
}

@media screen and (max-width:767px) {
    .p-school-life__sc03 .c-list4.c-list12 {
        margin-bottom: 54px
    }
}

.p-school-life__sc03 .c-btn1 {
    margin: 0 auto
}

.p-school-life__sc03 .c-btn1__text {
    font-size: 1.6rem;
    line-height: 2.026rem
}

.p-school-life__sc03-row1 {
    margin-bottom: 90px
}

@media screen and (max-width:767px) {
    .p-school-life__sc03-row1 {
        margin-bottom: 45px
    }
}

.p-school-life__sc03-row1 .c-title9 {
    margin-bottom: 40px
}

@media screen and (max-width:767px) {
    .p-school-life__sc03-row1 .c-title9 {
        margin-bottom: 15px
    }
}

.p-school-life__sc03-row2 {
    margin-bottom: 45px
}

@media screen and (max-width:767px) {
    .p-school-life__sc03-row2 .c-textlist dt:after {
        bottom: 5px;
        -webkit-transform: translateX(-50%) rotate(90deg);
        -ms-transform: translateX(-50%) rotate(90deg);
        transform: translateX(-50%) rotate(90deg)
    }
    .p-school-life__sc03-row2 .c-textlist dt.active:after {
        bottom: 5px;
        -webkit-transform: translateX(-50%) rotate(-90deg);
        -ms-transform: translateX(-50%) rotate(-90deg);
        transform: translateX(-50%) rotate(-90deg)
    }
}

.p-school-life__sc03-row2 .c-title9 {
    margin-bottom: 35px
}

@media screen and (max-width:767px) {
    .p-school-life__sc03-row2 .c-title9 {
        margin-bottom: 15px
    }
}

.p-school-songs .l-container {
    width: 100%;
    max-width: 1005px
}

.p-school-songs1 {
    padding: 40px 0 87px
}

@media screen and (max-width:767px) {
    .p-school-songs1 {
        padding: 30px 0
    }
}

.p-school-songs1 .c-title5 {
    margin-bottom: 86px
}

@media screen and (max-width:767px) {
    .p-school-songs1 .c-title5 {
        margin-bottom: 15px
    }
}

.p-school-songs1 .c-title6 {
    margin-bottom: 31px
}

@media screen and (max-width:767px) {
    .p-school-songs1 .c-title6 {
        margin-bottom: 15px
    }
}

.p-school-songs1__img1 {
    margin-top: 63px;
    text-align: center;
    padding-right: 22px
}

@media screen and (max-width:767px) {
    .p-school-songs1__img1 {
        padding-right: 0;
        margin-top: 30px
    }
}

.p-school-songs1__img1 img {
    max-width: 732px
}

.p-school-songs1__img1+.c-title6 {
    margin-top: 73px
}

@media screen and (max-width:767px) {
    .p-school-songs1__img1+.c-title6 {
        margin-top: 30px
    }
}

.p-school-songs1__img2 {
    margin-bottom: 17px;
    padding-left: 6px
}

@media screen and (max-width:767px) {
    .p-school-songs1__img2 {
        margin-bottom: 25px;
        padding-left: 0
    }
}

.p-school-songs1__img2 img {
    max-width: 853px
}

.p-school-songs2 .c-title6 {
    margin-bottom: 43px
}

@media screen and (max-width:767px) {
    .p-school-songs2 .c-title6 {
        margin-bottom: 15px
    }
}

.p-school-songs2 .c-text7+.c-text7 {
    margin-top: 75px
}

@media screen and (max-width:767px) {
    .p-school-songs2 .c-text7+.c-text7 {
        margin-top: 30px
    }
}

.p-school-songs2 .c-text7.u-right {
    margin-top: 25px;
    letter-spacing: 2px
}

.p-school-songs2 .c-imgtext1 {
    margin-top: 55px;
    margin-bottom: 71px
}

@media screen and (max-width:767px) {
    .p-school-songs2 .c-imgtext1 {
        margin-top: 30px;
        margin-bottom: 30px
    }
}

.p-school-songs2 .c-imgtext1 .c-text7+.c-text7 {
    margin-top: 0
}

@media screen and (max-width:767px) {
    .p-school-songs2 .c-imgtext1 .c-text7+.c-text7 {
        margin-top: 0
    }
}

.p-school-songs2 .c-imgtext1 .c-text7.is-last {
    margin-top: 26px
}

.p-school-songs2 .c-imgtext1+.c-imgtext1 {
    margin-bottom: 49px
}

@media screen and (max-width:767px) {
    .p-school-songs2 .c-imgtext1+.c-imgtext1 {
        margin-bottom: 30px
    }
}

.p-school-songs3 {
    padding-bottom: 28px
}

@media screen and (max-width:767px) {
    .p-school-songs3 {
        padding-bottom: 30px
    }
}

.p-school-songs3 .c-title6+.c-text2 {
    margin-top: 31px;
    margin-bottom: 27px
}

@media screen and (max-width:767px) {
    .p-school-songs3 .c-title6+.c-text2 {
        margin-top: 15px;
        margin-bottom: 15px
    }
}

@media screen and (max-width:767px) {
    .p-school-songs3__img1,
    .p-school-songs3__img2 {
        background-color: #f7f7f7;
        padding: 20px 10px
    }
}

.p-school-songs3__img1 {
    margin-bottom: 50px
}

@media screen and (max-width:767px) {
    .p-school-songs3__img1 {
        margin-bottom: 30px
    }
}

.p-school-songs3__img2 {
    margin-top: 38px;
    margin-bottom: 80px
}

@media screen and (max-width:767px) {
    .p-school-songs3__img2 {
        margin-top: 30px;
        margin-bottom: 30px
    }
}

.p-school-songs .c-btn1 {
    margin: 0 auto
}

@media screen and (max-width:767px) {
    .p-school-songs .c-btn1__text {
        padding: 6px 0 7px
    }
}

.p-sessho-kai .l-container {
    max-width: 820px
}

.p-sessho-kai__text {
    margin-bottom: 21px;
    font-weight: 500;
    font-size: 1.63rem;
    line-height: 1.5;
    color: #000;
    letter-spacing: 1px
}

.p-sessho-kai .c-text2 {
    line-height: 2.126rem
}

.p-sessho-kai .c-btn1 {
    margin: 0 auto
}

@media screen and (max-width:767px) {
    .p-sessho-kai .c-btn1 {
        margin: 0 auto
    }
}

@media screen and (max-width:767px) {
    .p-sessho-kai .c-btn1__text {
        padding: 6px 0 7px
    }
}

.p-sessho-kai .c-other {
    margin: 63px 0 0
}

@media screen and (max-width:767px) {
    .p-sessho-kai .c-other {
        margin: 40px 0 0;
        width: 100%
    }
}

.p-sessho-kai .c-other__box {
    right: -51px
}

@media screen and (max-width:767px) {
    .p-sessho-kai .c-other__box {
        right: 0
    }
}

.p-sessho-kai .c-list6 {
    margin-top: 88px;
    margin-bottom: 34px
}

@media screen and (max-width:767px) {
    .p-sessho-kai .c-list6 {
        margin-top: 40px;
        margin-bottom: 40px
    }
}

.p-sessho-kai1 {
    padding: 34px 0 60px
}

@media screen and (max-width:767px) {
    .p-sessho-kai1 {
        padding: 40px 0
    }
}

.p-sessho-kai__title {
    text-align: center;
    margin-bottom: 82px
}

@media screen and (max-width:767px) {
    .p-sessho-kai__title {
        margin-bottom: 40px
    }
}

.p-sessho-kai__title img {
    max-width: 300px
}

.p-sessho-kai__title .text {
    text-align: center;
    display: block;
    margin-bottom: 21px;
    font-weight: 500;
    font-size: 1.63rem;
    line-height: 1.5;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
}

.p-sessho-kai__video {
    margin: 87px auto 49px;
    /* border: 5px solid #f1f1f1; */
    padding-top: 46.65%;
    max-width: 693px;
    width: 100%;
    height: 0;
    position: relative
}

@media screen and (max-width:767px) {
    .p-sessho-kai__video {
        padding-top: 56.25%;
        margin: 40px auto
    }
}

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

.p-student-council .l-container {
    max-width: 945px
}

.p-student-council__title {
    margin-bottom: 39px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    font-size: 3.472rem;
    line-height: 4.305rem;
    color: #000;
    text-align: center
}

@media screen and (max-width:767px) {
    .p-student-council__title {
        margin-bottom: 10px
    }
}

.p-student-council__title span {
    margin-left: -8px;
    display: inline-block;
    font-size: 1.701rem;
    letter-spacing: -3.3px
}

@media screen and (max-width:767px) {
    .p-student-council__title span {
        margin-left: 0;
        letter-spacing: 0;
        display: block;
        width: 100%;
        text-align: center
    }
}

.p-student-council1 {
    padding: 48px 0 55px
}

@media screen and (max-width:767px) {
    .p-student-council1 {
        padding: 40px 0
    }
}

.p-student-council1 .c-item8 {
    margin-top: 24px
}

@media screen and (max-width:767px) {
    .p-student-council1 .c-item8 {
        margin-top: 0
    }
}

.p-student-council1 .c-text1 {
    font-weight: 500
}

.p-student-council1 .c-imgtext2 {
    margin-bottom: 75px
}

@media screen and (max-width:767px) {
    .p-student-council1 .c-imgtext2 {
        margin-bottom: 40px
    }
}

.p-student-council1 .c-imgtext2__color1 {
    background-color: #ffac9a
}

.p-student-council2 .c-title9 {
    margin-bottom: 37px
}

@media screen and (max-width:767px) {
    .p-student-council2 .c-title9 {
        margin-bottom: 15px
    }
}

.p-student-council3 {
    padding: 57px 0 60px
}

@media screen and (max-width:767px) {
    .p-student-council3 {
        padding: 40px 0
    }
}

.p-student-council3 .c-title9 {
    margin-bottom: 37px
}

@media screen and (max-width:767px) {
    .p-student-council3 .c-title9 {
        margin-bottom: 15px
    }
}

.p-student-council .c-btn1 {
    margin: 48px auto 0
}

.p-student-council .c-btn1__text {
    font-size: 1.6rem
}

@media screen and (max-width:767px) {
    .p-student-council .c-btn1__text {
        padding: 6px 0 7px
    }
}

.p-student-voice .l-container {
    width: 945px;
    max-width: 100%
}

.p-student-voice__sc01 {
    padding-top: 80px;
    padding-bottom: 45px
}

@media screen and (max-width:767px) {
    .p-student-voice__sc01 {
        padding-top: 40px;
        padding-bottom: 25px
    }
}

.p-student-voice__sc01 .c-title9 {
    margin-bottom: 15px
}

.p-student-voice__sc01 .c-text1 {
    font-weight: 500
}

.p-student-voice__sc01 .c-text2 {
    text-align: center;
    line-height: 2.126rem;
    font-weight: 700;
    /* margin-bottom: 90px */
    margin-bottom: 20px
}

.p-student-voice__sc01 .c-text2+p {
    margin-bottom: 40px;
}

@media screen and (max-width:767px) {
    .p-student-voice__sc01 .c-text2 {
        margin-bottom: 20px
    }
}

.p-student-voice__sc01 .c-textbox2__text {
    font-weight: 500
}

.p-student-voice__sc01 .c-textbox2__col {
    margin-bottom: 80px
}

@media screen and (max-width:767px) {
    .p-student-voice__sc01 .c-textbox2__col {
        margin-bottom: 20px
    }
}

.p-student-voice__sc02 {
    background-color: #f7f7f7;
    padding-top: 20px;
    padding-bottom: 6px
}

.p-student-voice__sc03 {
    padding-top: 70px;
    padding-bottom: 70px
}

@media screen and (max-width:767px) {
    .p-student-voice__sc03 {
        padding-top: 35px;
        padding-bottom: 35px
    }
}

.p-student-voice__sc03 .c-btn1 {
    text-align: center;
    margin: 0 auto
}

.p-student-voice__sc03 .c-btn1__text {
    font-size: 1.4rem;
    line-height: 2.026rem
}

.p-teidan-fukashi .l-container {
    width: 810px;
    max-width: 100%
}

.p-teidan-fukashi__top {
    text-align: center;
    padding-top: 35px;
    padding-bottom: 70px
}

@media screen and (max-width:767px) {
    .p-teidan-fukashi__top {
        padding-top: 20px;
        padding-bottom: 35px
    }
}

.p-teidan-fukashi__top .c-txt1 {
    display: block;
    text-align: center;
    font-size: 1.63rem;
    line-height: 1.5;
    margin-bottom: 10px
}

@media screen and (max-width:767px) {
    .p-teidan-fukashi__top .c-txt1 {
        font-size: 1.3rem
    }
}

@media screen and (max-width:767px) {
    .p-teidan-fukashi__top img {
        width: 80%
    }
}

.p-teidan-fukashi__sc01 .c-item7 {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.p-teidan-fukashi__sc01 .c-item7 .c-text1 {
    text-align: justify
}

.p-teidan-fukashi__sc01 .c-title9 {
    margin-bottom: 20px
}

@media screen and (max-width:767px) {
    .p-teidan-fukashi__sc01 .c-title9 {
        margin-bottom: 15px
    }
}

.p-teidan-fukashi__row1 {
    padding-top: 70px;
    padding-bottom: 90px
}

@media screen and (max-width:767px) {
    .p-teidan-fukashi__row1 {
        padding-top: 35px;
        padding-bottom: 45px
    }
}

.p-festival__content .c-text1--tr {
    margin-top: 40px;
    text-align: right;
}

.p-teidan-fukashi__row1 .c-text1--tr {
    margin-top: 40px;
    text-align: right
}

@media screen and (max-width:767px) {
    .p-teidan-fukashi__row1 .c-text1--tr {
        margin-top: 20px
    }
}

.p-teidan-fukashi__row2 {
    padding-bottom: 62px
}

@media screen and (max-width:767px) {
    .p-teidan-fukashi__row2 {
        padding-bottom: 32px
    }
}

.p-teidan-fukashi__row2 .c-btn1 {
    margin: 0 auto
}

.p-teidan-fukashi__video {
    text-align: center;
    width: 695px;
    height: 395px;
    max-width: 100%;
    /* border: 5px solid #f1f1f1; */
    margin: 42px auto 36px;
    position: relative
}

@media screen and (max-width:767px) {
    .p-teidan-fukashi__video {
        height: 0;
        padding-top: 56.25%
    }
}

.p-teidan-fukashi__video iframe {
    display: block;
    width: 100%;
    height: 100%
}

@media screen and (max-width:767px) {
    .p-teidan-fukashi__video iframe {
        position: absolute;
        top: 0;
        left: 0
    }
}

.p-top2 {
    padding: 18px 0 10px
}

@media screen and (max-width:767px) {
    .p-top2 {
        padding: 14px 0 6px
    }
}

.p-top2__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width:767px) {
    .p-top2__box {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.p-top2__tit {
    font-size: 1.7rem;
    letter-spacing: 1px;
    margin: 2px 0 0 2px
}

@media screen and (max-width:767px) {
    .p-top2__tit {
        font-size: 1.14rem;
        margin: 0;
        position: relative;
        left: 1px
    }
}

.p-top2__news {
    color: #1753ff;
    font-size: 1.2rem;
    margin: 2px 0 0 26px;
    font-weight: 600;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width:767px) {
    .p-top2__news {
        font-size: 1rem;
        margin: 1px 0 0 18px;
        letter-spacing: .02em
    }
}

.p-top2__news dd {
    margin: 0 0 0 23px
}

.p-top2__news dd a {
    color: #1753ff;
    letter-spacing: .3px
}

@media screen and (min-width:768px) and (min-width:768px) {
    .p-top2__news dd a:hover:hover {
        opacity: .5;
        -webkit-transition: .3s;
        transition: .3s
    }
}

@media screen and (max-width:767px) {
    .p-top2__news dd a {
        letter-spacing: .07em
    }
}

.p-top3 {
    background: #f7f7f7;
    padding: 34px 0 64px
}

@media screen and (max-width:767px) {
    .p-top3 {
        background: 0 0;
        padding: 0 0 30px
    }
}

.p-top3__tit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 0 7px
}

@media screen and (max-width:767px) {
    .p-top3__tit {
        /* display: none */
    }
}

.p-top3__tit1 {
    width: 123px;
    height: 123px;
    background: url(../img/top/bg1.png) center;
    color: #fff;
    font-size: 2.1rem;
    text-align: center;
    display: block;
    letter-spacing: 6px;
    padding: 33px 0 0;
    line-height: 29px
}

@media screen and (max-width:767px) {
    .p-top3__tit1 {
        width: 100px;
        height: 100px;
        background: url(../img/top/bg1.png) center;
        background-size: cover;
        color: #fff;
        font-size: 1.5rem;
        text-align: center;
        display: block;
        letter-spacing: 6px;
        padding: 23px 0 0;
        line-height: 29px
    }
}

.p-top3__tit1 .p-top3__text1 {
    position: relative;
    left: 3px
}

.p-top3__tit2 {
    font-family: 'Noto Serif JP', serif;
    font-size: 2.6rem;
    color: #7e6f5a;
    font-weight: 600;
    display: block;
    margin: 0 32px 0 36px;
    line-height: 43px;
    letter-spacing: 5px;
    text-align: center
}

@media screen and (max-width:767px) {
    .p-top3__tit2 {
        font-size: 2rem;
        margin: 0 20px;
    }
}

.p-top3__tit3 {
    display: block;
    width: 724px;
    position: relative;
    top: 1px
}

@media screen and (max-width:767px) {
    .p-top3__tit3 {
        margin: 20px;
    }
}

.p-top3__box {
    margin-top: 43px
}

@media screen and (max-width:767px) {
    .p-top3__box {
        margin-top: 0
    }
}

.p-top__line {
    position: relative
}

.p-top__line::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 432px;
    height: 6px;
    background: url(../img/common/line2.png) no-repeat center left 1px;
    z-index: 1
}

@media screen and (max-width:767px) {
    .p-top__line::before {
        width: 172px;
        background: url(../img/common/line2_sp.png) no-repeat center left 1px
    }
}

.p-top__line .c-title2 {
    text-align: center;
    margin: 30px 0;
}

@media screen and (max-width:767px) {
    .p-top__line .c-title2 {
        margin-bottom: 30px;
        font-size: 1.76rem;
        letter-spacing: .1em;
        text-indent: 0;
    }
}

.p-top__line .c-btn1 {
    position: relative;
    left: 3px;
    margin: 40px auto;
}

@media screen and (max-width:767px) {
    .p-top__line .c-btn1 {
        left: 1px;
        max-width: 131px;
        margin: 20px auto 0
    }
}

@media screen and (max-width:767px) {
    .p-top__line .c-list2 .slick-track {
        width: 100%!important
    }
}

.p-top4 {
    position: relative;
    padding: 17px 0 15px
}

@media screen and (max-width:767px) {
    .p-top4 {
        padding: 30px 0;
    }
}

.p-top5 {
    background: #f7f7f7;
    padding: 16px 0 10px
}

@media screen and (max-width:767px) {
    .p-top5 {
        padding: 30px 0;
    }
}

@media screen and (max-width:767px) {
    .p-top5 .c-title2 {
        margin-bottom: 30px
    }
}


/* .p-top5 .c-btn1 {
margin-top: 19px
}

@media screen and (max-width:767px) {
.p-top5 .c-btn1 {
    margin-top: 7px
}
} */

.p-top6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0
}

@media screen and (max-width:767px) {
    .p-top6 {
        display: block;
        padding: 0
    }
}

.p-top6__left {
    width: 37%;
    max-width: 471px;
    background: url(../img/top/img10.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 67px 0 56px;
    position: relative
}

@media screen and (max-width:767px) {
    .p-top6__left {
        width: 100%;
        max-width: 100%;
        /* background: url(../img/top/img10_sp.jpg) no-repeat center; */
        background-size: cover;
        padding: 11px 0 8px
    }
}

.p-top6__left::before {
    content: "";
    position: absolute;
    top: 30px;
    right: 81px;
    width: 112px;
    height: 115px;
    background: url(../img/top/img11.png) no-repeat center
}

@media screen and (max-width:767px) {
    .p-top6__left::before {
        width: 62px;
        height: 64px;
        background-size: 62px 64px;
        top: 53px;
        right: 21px
    }
}

.p-top6__content1 {
    position: relative;
    left: -3px
}

.p-top6__tit1 {
    width: 132px;
    border: 1px solid #fff;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: .2em;
    padding: 6px 0 4px;
    text-indent: 4px
}

@media screen and (max-width:767px) {
    .p-top6__tit1 {
        font-size: 1.2rem;
        width: 89px;
        padding: 5px 0 4px;
        line-height: 1;
        position: relative;
        left: -9px
    }
    .p-top6__tit1--sp {
        font-size: 1.6rem;
        letter-spacing: .23em;
        font-weight: 700;
        position: relative;
        left: 5px;
        top: 2px
    }
}

@media all and (-ms-high-contrast:none) {
    .p-top6__tit1 {
        padding: 8px 0 2px
    }
}

@media screen and (max-width:767px) {
    .p-top6__ct1 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.p-top6__tit2 {
    font-weight: 700;
    margin: 10px 0 27px
}

@media screen and (max-width:767px) {
    .p-top6__tit2 {
        margin: 18px 0 14px
    }
}

.p-top6__tit2__small {
    font-size: 2.4rem;
    line-height: 42px;
    letter-spacing: .25em;
    display: block;
    position: relative;
    left: 0;
    margin-bottom: 15px
}

.p-top6__tit2__big {
    font-size: 3.55rem;
    letter-spacing: .23em;
    display: block
}

@media screen and (max-width:767px) {
    .p-top6__tit2__big {
        font-size: 3rem;
        text-align: center;
        position: relative;
        left: 2px
    }
}

.p-top6__txt {
    line-height: 20px;
    letter-spacing: .015em;
    position: relative;
    left: 2px
}

@media screen and (max-width:767px) {
    .p-top6__txt {
        text-align: center;
        line-height: 15px;
        font-size: 1rem
    }
}

.p-top6__right {
    color: #fff;
    background: #656550;
    padding: 31px 82px 10px 49px;
    width: calc(100% - 471px)
}

@media screen and (max-width:767px) {
    .p-top6__right {
        width: 100%;
        padding: 10px 15px 22px
    }
}

.p-top6__tit3 {
    font-size: 2.1rem;
    line-height: 37px;
    letter-spacing: .23em;
    font-weight: 700;
    margin-bottom: 20px
}

@media screen and (max-width:767px) {
    .p-top6__tit3 {
        font-size: 1.8rem;
        text-align: center;
        letter-spacing: .2em;
        text-indent: 4px;
        margin-bottom: 2px
    }
}

.p-top6__list3 .p-top6__item {
    padding: 5px 0 5px;
    position: relative;
    border-bottom: 1px solid #fff
}

@media screen and (max-width:767px) {
    .p-top6__list3 .p-top6__item {
        font-size: 1rem;
        letter-spacing: .05em;
        padding: 2px 0
    }
}

@media screen and (max-width:767px) {
    .p-top6__list3 .p-top6__item:nth-child(4),
    .p-top6__list3 .p-top6__item:nth-child(5),
    .p-top6__list3 .p-top6__item:nth-child(6) {
        display: none
    }
}

.p-top6__list3 .p-top6__date {
    margin-right: 13px
}

@media screen and (max-width:767px) {
    .p-top6__list3 .p-top6__date {
        margin-right: 11px
    }
}

.p-top6__list3 .p-top6__title {
    color: #fff
}

@media screen and (max-width:767px) {
    .p-top6__list3 .p-top6__title {
        letter-spacing: .08em
    }
}

.p-top7 {
    padding: 42px 0 28px
}

@media screen and (max-width:767px) {
    .p-top7 {
        padding: 28px 23px 20px
    }
}

.p-top7__video {
    max-width: 616px;
    margin: 0 auto;
    background: #f1f1f1;
    padding: 8px 8px 0;
    position: relative;
    left: -12px
}

.p-top7__video iframe {
    width: 100%;
    height: 336px
}

.c-item10__img {
    left: 0;
    padding: 0 0 56.25% 0;
    height: 0px;
    position: relative;
    width: 100%;
}

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

@media screen and (max-width:767px) {
    .p-top7__video {
        left: 0;
        padding: 0 0 56.25% 0;
        height: 0px;
        position: relative;
        width: 100%;
    }
    .p-top7__video iframe {
        position: absolute;
        top: 9px;
        left: 16px;
        width: calc(100% - 32px);
        height: calc(100% - 18px);
    }
}

.common-area {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 50px;
}

.p-top7 .c-list4 {
    flex-wrap: wrap;
    margin: 30px auto 0;
    max-width: 1193px
}

@media screen and (max-width:767px) {
    .p-top7 .c-list4 {
        max-width: 374px;
        position: relative;
        left: 1px
    }
}

.u-center {
    text-align: center
}

.u-right {
    text-align: right
}

.u-white {
    color: #fff
}

.u-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.u-blue {
    color: #00f
}

.mt-5 {
    margin-top: 40px;
}

.top-page {
    display: none;
}

.home .top-page {
    display: inline;
}


/*追記*/

.p-activities1 .c-imgtext2__color1 {
    background-color: #928185;
}

.p-cheer-team .c-imgtext2__color1 {
    background-color: #666640;
}

.c-imgtext2__img.current {
    opacity: .4;
}

.mt-10 {
    margin-top: 80px;
}

.p-policy1 .c-text2+.c-text8 {
    margin-top: 8px;
}

.p-policy .c-text8 {
    align-items: flex-start;
    text-align: left;
    font-size: 16px;
    letter-spacing: 1px;
}

.p-policy .c-text8.text-center {
    align-items: center;
    text-align: center;
}

.p-policy .c-title8 {
    text-align: left;
    letter-spacing: 1px;
}

.p-policy .c-text2 strong {
    font-size: 18px;
}

.p-policy .c-text2 {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1px;
}

.p-policy p a {
    font-weight: 500;
    font-size: 16px;
    line-height: 2;
    color: #3f73f5;
    display: inline-block;
    position: relative;
    /* padding-left: 10px; */
    letter-spacing: 1px;
}

.qa-box {
    writing-mode: vertical-rl;
    position: fixed;
    right: 0;
    top: 50vh;
    z-index: 2;
    transition: .6s;
}

.qa-box.off {
    right: -38px;
}

.qa-box a {
    color: #fff;
    background-color: #c30d23;
    display: inline-block;
    padding: 16px 8px;
    border-radius: 8px 0 0 8px;
    font-size: 16px;
    font-weight: bold;
    max-height: 100px;
    height: 100%;
    text-align: center;
    transition: .6s;
}

.qa-box:hover a {
    padding: 16px 16px;
}

p.toggle-sw {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 10px 14px;
    background-color: #eee;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    transition: .6s;
}

.p-history1 .c-btn1.mt-10 {
    margin-top: 80px;
}

p.toggle-sw:hover {
    opacity: .6;
}

p.toggle-sw:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(../img/common/arrow.svg) no-repeat center/16px;
    top: 0;
    right: 0;
    transition: .6s;
    transform: rotate( 90deg);
    padding: 13px;
}

p.toggle-sw.active:after {
    transform: rotate( -90deg);
}

.p-history__list {
    display: none;
}

.shomei {
    width: 240px;
}

body.modal {
    min-width: 100%;
}

.slick-track div {
    min-width: 260px;
}

.walk-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.walk-flex .col {
    width: calc(50% - 15px);
    text-align: center;
    margin-bottom: 50px;
}

.walk-flex .col p {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
}

.walk-flex .col p.desc {
    font-size: 14px;
    text-align: left;
    font-weight: normal;
    margin-top: 10px;
}

.p-teidan-fukashi .walk .l-container {
    width: 100%;
    max-width: 1140px;
}

@media (max-width:767px) {
    .walk-flex .col {
        width: 100%;
        margin-bottom: 20px;
    }
    .walk-flex .col p {
        font-size: 14px;
        margin-bottom: 10px;
        font-weight: bold;
    }
}

.has-text-align-center {
    text-align: center;
    width: 100%;
}

.table {
    margin-top: 20px;
    width: 100%;
    overflow: scroll;
}

.table table {
    width: 860px;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    border-spacing: 0;
}

.table table td {
    border: 1px solid #333;
    padding: 10px;
}

.l-container.w-full {
    width: 100%;
    max-width: 1140px;
}

.home .p-top3 .p-top3__box .c-list1__img a {
    max-width: 157px;
    display: block;
}

.home .p-top3 .p-top3__box .c-list1__img a img {
    left: 0;
    top: 10px
}

table.has-fixed-layout {
    width: 100%;
    border-spacing: 0;
}

table.has-fixed-layout td {
    padding: 4px 8px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

table.has-fixed-layout td:last-of-type {
    border-right: 1px solid #ccc;
}

table.has-fixed-layout tr:last-of-type td {
    border-bottom: 1px solid #ccc;
}

li.blocks-gallery-item {
    margin-top: 16px;
}