@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Oswald:wght@700&display=swap");

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

html {
    line-height: 1;
}

ol,
ul,
li {
    list-style: none;
}

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

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

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

a img {
    border: none;
}

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

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a,
button {
    text-decoration: none;
    -webkit-transition: opacity .4s ease, color .4s ease, background-color .4s ease;
    transition: opacity .4s ease, color .4s ease, background-color .4s ease;
    color: #000;
}

a:hover,
button:hover {
    opacity: .5;
}

@media screen and (max-width: 812px) {

    a:hover,
    button:hover {
        opacity: 1;
    }
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

img {
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
}

table {
    width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    -webkit-appearance: none;
    border: none;
    font-family: inherit;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
    outline: 0;
}

textarea {
    resize: vertical;
}

::-webkit-input-placeholder {
    color: #cccccc;
}

:-ms-input-placeholder {
    color: #cccccc;
}

::-ms-input-placeholder {
    color: #cccccc;
}

::placeholder {
    color: #cccccc;
}

/* IE */
:-ms-input-placeholder {
    color: #cccccc;
}

/* Edge */
::-ms-input-placeholder {
    color: #cccccc;
}

html {
    font-size: 62.5%;
    font-family: 'Noto Sans JP', sans-serif;
}

body {
    -webkit-text-size-adjust: 100%;
    overflow: auto;
    color: #000;
    position: relative;
    margin-top: 104px;
}

@media screen and (min-width: 813px) {
    body {
        min-width: 1200px;
    }
}

@media screen and (max-width: 812px) {
    body {
        margin-top: 16vw;
    }
}

/* ---------------------------------------
  .wrap
-----------------------------------------*/
.wrap {
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 812px) {
    .wrap {
        width: 100%;
        padding-left: 4vw;
        padding-right: 4vw;
    }
}

/* ---------------------------------------
  header
-----------------------------------------*/
header {
    background-color: #fff200;
    padding: 30px 0;
    width: 100%;
    height: 104px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
}

@media screen and (max-width: 812px) {
    header {
        padding: 3vw 0;
        height: 16vw;
    }
}

@media screen and (min-width: 813px) {
    header .wrap {
        max-width: 1117px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

header .wrap.pc_none {
    display: none !important;
}

@media screen and (max-width: 812px) {
    header .wrap.pc_none {
        display: block !important;
    }
}

@media screen and (min-width: 813px) {
    header h1 {
        width: 203px;
    }
}

@media screen and (max-width: 812px) {
    header h1 {
        width: 60vw;
        margin: 0 auto;
    }
}

@media screen and (max-width: 812px) {
    header .entry {
        width: 80vw;
        margin: 5vw auto 0;
    }
}

/* ---------------------------------------
  footer
-----------------------------------------*/
footer {
    background: url(../img/bg_footer.jpg) no-repeat center/cover;
}

@media screen and (min-width: 813px) {
    footer {
        height: 251px;
    }
}

@media screen and (max-width: 812px) {
    footer {
        padding: 10vw 0;
    }
}

footer .wrap {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 812px) {
    footer img {
        width: 75vw;
    }
}

/* ---------------------------------------
  main
-----------------------------------------*/
main {
    display: block;
}

/* ---------------------------------------
  #entry
-----------------------------------------*/
@media screen and (max-width: 812px) {
    #entry {
        background-color: #fff200;
        padding: 2.5vw 0;
    }
}

/* ---------------------------------------
  .infowrap
-----------------------------------------*/
.infowrap {
    position: relative;
}

@media screen and (max-width: 812px) {
    .infowrap {
        margin-top: 12vw;
    }
}

.infowrap .wrap {
    position: relative;
}

@media screen and (min-width: 813px) {
    .infowrap .wrap {
        width: 930px;
        padding-left: 50px;
    }
}

.infowrap .ttlwrap .eng {
    padding: 30px 0 15px 40px;
    border-left: solid 1px #000;
    font-size: 2.0rem;
    font-weight: 900;
    letter-spacing: 4px;
}

@media screen and (max-width: 812px) {
    .infowrap .ttlwrap .eng {
        padding: 2.5vw 0 1.25vw 3.3vw;
        font-size: 3vw;
    }
}

.infowrap .ttlwrap h2 {
    font-size: 3.5rem;
    font-weight: 900;
    text-align: center;
    padding: 25px 0;
    border: solid 1px #000;
    border-right-width: 18px;
    letter-spacing: 5px;
}

@media screen and (min-width: 813px) {
    .infowrap .ttlwrap h2 {
        width: 600px;
    }
}

@media screen and (max-width: 812px) {
    .infowrap .ttlwrap h2 {
        font-size: 4vw;
        padding: 2vw;
        border-right-width: 1px;
    }
}

.infowrap .main_content {
    border: solid 1px #000;
    border-top: none;
    padding: 80px 0 40px 50px;
    position: relative;
}

@media screen and (min-width: 813px) {
    .infowrap .main_content {
        width: 930px;
        margin-top: -42.6px;
    }

    .infowrap .main_content::before {
        content: '';
        width: 275px;
        height: 1px;
        background-color: #000;
        position: absolute;
        right: 0;
        top: 0;
    }
}

@media screen and (max-width: 812px) {
    .infowrap .main_content {
        padding: 6.6vw 4vw 3.3vw;
    }
}

.infowrap .schedule {
  position: relative;
}

.infowrap .schedule:nth-of-type(n+2) {
    margin-top: 40px;
}

@media screen and (max-width: 812px) {
    .infowrap .schedule:nth-of-type(n+2) {
        margin-top: 5vw;
    }
}

.infowrap .schedule.end::before {
  content:  '';
  width: 724px;
  height: 70px;
  background: url(../img/img_end2.png) no-repeat center / cover;
  position: absolute;
  top:  50%;
  left:  89px;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 812px) {
  .infowrap .schedule.end::before {
    width: 100%;
    height: 100%;
    background-image: url(../img/img_end_sp2.png);
    left: 0;
  }
}


.infowrap .point {
    position: absolute;
    z-index: -1;
}

/* ---------------------------------------
  #online
-----------------------------------------*/
@media screen and (min-width: 813px) {
    #online {
        margin-top: 60px;
    }
}

#online .schedule {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

@media screen and (max-width: 812px) {
    #online .schedule {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 813px) {
    #online .schedule .zoom {
        margin-left: 10px;
        margin-bottom: 22px;
    }
}

@media screen and (max-width: 812px) {
    #online .schedule .zoom {
        margin: 2vw auto 0;
    }

    #online .schedule .zoom img {
        width: 35vw;
    }
}

#online .schedule.end::before {
  content:  '';
  width: 724px;
  height: 70px;
  background: url(../img/img_end1.png) no-repeat center / cover;
  position: absolute;
  top:  50%;
  left:  90px;
  transform: translateY(-50%);
  z-index: 1;
}

@media screen and (max-width: 812px) {
  #online .schedule.end::before {
    width: 100%;
    height: 100%;
    background-image: url(../img/img_end_sp1.png);
    background-size: 100% auto;
    left: 0;
  }
}

#online .point {
    top: 0;
    left: -103px;
}

@media screen and (max-width: 812px) {
    #online .point {
        width: 19.8vw;
        left: -8.5vw;
    }
}

/* ---------------------------------------
  #event
-----------------------------------------*/
@media screen and (min-width: 813px) {
    #event {
        margin-top: 100px;
    }
}

#event .point {
    top: -18px;
    left: -114px;
}

@media screen and (max-width: 812px) {
    #event .point {
        width: 19vw;
        left: -9.5vw;
    }
}

/* ---------------------------------------
  #test
-----------------------------------------*/
@media screen and (min-width: 813px) {
    #test {
        margin-top: 85px;
    }
}

#test .point {
    top: -6px;
    left: -96px;
}

@media screen and (max-width: 812px) {
    #test .point {
        width: 23.1vw;
        left: -8vw;
    }
}

/* ---------------------------------------
  #test_detail
-----------------------------------------*/
#test_detail {
    margin-top: 50px;
}

@media screen and (max-width: 812px) {
    #test_detail {
        margin-top: 12vw;
    }
}

@media screen and (min-width: 813px) {
    #test_detail .wrap {
        width: 870px;
    }
}

#test_detail .content:nth-child(n+2) {
    margin-top: 50px;
}

@media screen and (max-width: 812px) {
    #test_detail .content:nth-child(n+2) {
        margin-top: 12vw;
    }
}

#test_detail .content h3 {
    width: 273px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    background-color: #fff200;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin: 0 auto 20px;
}

@media screen and (max-width: 812px) {
    #test_detail .content h3 {
        width: 75vw;
        height: 10vw;
        line-height: 10vw;
        border-radius: 5vw;
        font-size: 4vw;
        margin: 0 auto 5vw;
    }
}

#test_detail .content h3::before {
    content: '';
    width: 506px;
    height: 1px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    background-color: #000;
}

@media screen and (max-width: 812px) {
    #test_detail .content h3::before {
        width: 92vw;
    }
}

#test_detail .content .txt {
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.8;
}

@media screen and (max-width: 812px) {
    #test_detail .content .txt {
        font-size: 3.5vw;
    }
}

#test_detail .content .txt span {
    font-size: 1.8rem;
}

@media screen and (max-width: 812px) {
    #test_detail .content .txt span {
        font-size: 3vw;
    }
}

@media screen and (min-width: 813px) {
    #test_detail .content .img {
        padding-top: 30px;
    }
}

#test_detail .content+.inquiry {
    margin-top: 50px;
}

@media screen and (max-width: 812px) {
    #test_detail .content+.inquiry {
        margin-top: 20vw;
    }
}

/* ---------------------------------------
  .inquiry
-----------------------------------------*/
.inquiry .ttl {
    text-align: center;
}

@media screen and (max-width: 812px) {
    .inquiry .ttl img {
        width: 40vw;
    }
}

.inquiry .mail {
    text-align: center;
    margin-top: -15px;
}

@media screen and (max-width: 812px) {
    .inquiry .mail img {
        width: 70vw;
    }
}

/* ---------------------------------------
  .instagram
-----------------------------------------*/
.instagram .ttl {
    text-align: center;
}

@media screen and (max-width: 812px) {
    .instagram .ttl img {
        width: 40vw;
    }
}

.instagram .insta {
    text-align: center;
    margin-top: 22px;
}

@media screen and (max-width: 812px) {
    .instagram .insta {
        margin-top: 5vw;
    }
}

@media screen and (max-width: 812px) {
    .instagram .insta img {
        width: 50vw;
    }
}

/* ---------------------------------------
  .ttl_blue
-----------------------------------------*/
.ttl_blue {
    text-align: center;
    margin-bottom: 62px;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 812px) {
    .ttl_blue {
        margin-bottom: 5vw;
    }
}

.ttl_blue h2 {
    font-size: 3.5rem;
    color: #37a5c9;
    letter-spacing: 15px;
    position: relative;
    display: inline-block;
    line-height: 1.5;
}

@media screen and (max-width: 812px) {
    .ttl_blue h2 {
        font-size: 6vw;
        letter-spacing: 10px;
    }
}

.ttl_blue h2::before {
    content: '';
    width: 100%;
    height: 18px;
    background-color: #fff200;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
}

@media screen and (max-width: 812px) {
    .ttl_blue h2::before {
        height: 3vw;
    }
}

/* ---------------------------------------
  #why
-----------------------------------------*/
#why {
    margin-top: 75px;
    padding-top: 180px;
    background: url(../img/bg_why.png) no-repeat center top/contain;
}

@media screen and (max-width: 812px) {
    #why {
        margin-top: 6.25vw;
        padding-top: 15vw;
    }
}

#why .txt {
    font-size: 2.3rem;
    text-align: center;
    line-height: 1.8;
}

@media screen and (max-width: 812px) {
    #why .txt {
        font-size: 4.5vw;
    }
}

#why .txt:nth-child(n+2) {
    margin-top: 45px;
}

@media screen and (max-width: 812px) {
    #why .txt:nth-child(n+2) {
        margin-top: 5vw;
    }
}

#why .img {
    margin-top: 110px;
}

@media screen and (max-width: 812px) {
    #why .img {
        margin-top: 10vw;
    }
}

/* ---------------------------------------
  #voice
-----------------------------------------*/
#voice {
    margin-top: 50px;
}

@media screen and (min-width: 813px) {
    #voice .ttl_blue h2 {
        font-size: 4.7rem;
        line-height: 1.2;
    }
}

@media screen and (min-width: 813px) {
    #voice .wrap {
        width: 884px;
    }
}

#voice .caption {
    font-size: 2.7rem;
    line-height: 1.5;
    color: #37a5c9;
    text-align: center;
}

@media screen and (max-width: 812px) {
    #voice .caption {
        font-size: 4vw;
    }
}

#voice .voicewrap .img {
    position: relative;
}

#voice .voicewrap .img .icon {
    position: absolute;
    left: -74px;
    top: -90px;
    z-index: 1;
}

@media screen and (max-width: 812px) {
    #voice .voicewrap .img .icon {
        width: 15vw;
        left: -4vw;
        top: -10.4vw;
    }
}

#voice .voicewrap .voice_list {
    margin-top: 23px;
}

#voice .voicewrap .voice_list li {
    font-size: 2.0rem;
    position: relative;
    padding-left: 75px;
    min-height: 48px;
    line-height: 48px;
}

#voice .voicewrap .voice_list li:nth-child(n+2) {
    margin-top: 15px;
}

@media screen and (max-width: 812px) {
    #voice .voicewrap .voice_list li:nth-child(n+2) {
        margin-top: 5vw;
    }
}

@media screen and (max-width: 812px) {
    #voice .voicewrap .voice_list li {
        font-size: 3.5vw;
        line-height: 1.8;
        padding-left: 13vw;
    }
}

#voice .voicewrap .voice_list li::before {
    content: '';
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 0;
}

@media screen and (min-width: 813px) {
    #voice .voicewrap .voice_list li::before {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 812px) {
    #voice .voicewrap .voice_list li::before {
        top: 0;
        width: 10vw;
        height: 10vw;
    }
}

#voice .voicewrap .ttl_message {
    position: relative;
    padding-bottom: 47px;
    margin-top: 50px;
}

@media screen and (max-width: 812px) {
    #voice .voicewrap .ttl_message {
        margin-top: 12vw;
        padding-bottom: 8vw;
    }
}

#voice .voicewrap .ttl_message::before {
    content: '';
    display: block;
    width: 440px;
    height: 73px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../img/ttl_voice.png) no-repeat center/cover;
}

@media screen and (max-width: 812px) {
    #voice .voicewrap .ttl_message::before {
        width: 100%;
        height: 14vw;
    }
}

#voice .voicewrap .ttl_message p {
    font-size: 2.8rem;
    text-align: center;
}

@media screen and (max-width: 812px) {
    #voice .voicewrap .ttl_message p {
        font-size: 4.5vw;
    }
}

#voice .voicewrap.newstaff {
    margin-top: 60px;
    position: relative;
}

@media screen and (max-width: 812px) {
    #voice .voicewrap.newstaff {
        margin-top: 12vw;
    }
}

#voice .voicewrap.newstaff .voice_list li:nth-child(odd)::before {
    background: url(../img/icon_voice_01.jpg) no-repeat center/cover;
}

#voice .voicewrap.newstaff .voice_list li:nth-child(even)::before {
    background: url(../img/icon_voice_02.jpg) no-repeat center/cover;
}

#voice .voicewrap.newstaff .ttl_message+.voice_list li:nth-child(odd)::before {
    background: url(../img/icon_voice_02.jpg) no-repeat center/cover;
}

#voice .voicewrap.newstaff .ttl_message+.voice_list li:nth-child(even)::before {
    background: url(../img/icon_voice_01.jpg) no-repeat center/cover;
}

#voice .voicewrap.newstaff .point {
    position: absolute;
    bottom: 77px;
    right: -50px;
}

@media screen and (max-width: 812px) {
    #voice .voicewrap.newstaff .point {
        width: 16.8vw;
        right: 0;
        bottom: 52vw;
    }
}

#voice .voicewrap.mama {
    margin-top: 150px;
}

@media screen and (max-width: 812px) {
    #voice .voicewrap.mama {
        margin-top: 12.5vw;
    }
}

#voice .voicewrap.mama .voice_list li:nth-child(odd)::before {
    background: url(../img/icon_voice_03.jpg) no-repeat center/cover;
}

#voice .voicewrap.mama .voice_list li:nth-child(even)::before {
    background: url(../img/icon_voice_04.jpg) no-repeat center/cover;
}

#voice .voicewrap.mama .ttl_message+.voice_list li:nth-child(odd)::before {
    background: url(../img/icon_voice_04.jpg) no-repeat center/cover;
}

#voice .voicewrap.mama .ttl_message+.voice_list li:nth-child(even)::before {
    background: url(../img/icon_voice_03.jpg) no-repeat center/cover;
}

/* ---------------------------------------
  #staff
-----------------------------------------*/
#staff {
    margin-top: 135px;
    padding: 80px 0 70px;
    background: url(../img/bg_staff_01.png) repeat-x center top #f9eef4;
}

@media screen and (max-width: 812px) {
    #staff {
        margin-top: 11.25vw;
        padding: 15vw 0 5.8vw;
    }
}

@media screen and (min-width: 813px) {
    #staff .wrap {
        width: 1050px;
    }
}

@media screen and (max-width: 812px) {
    #staff .ttl_blue h2 {
        font-size: 5vw;
    }
}

#staff .caption {
    font-size: 3.0rem;
    text-align: center;
}

@media screen and (max-width: 812px) {
    #staff .caption {
        font-size: 4.8vw;
    }
}

#staff .list_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 100px;
}

@media screen and (max-width: 812px) {
    #staff .list_wrap {
        margin-top: 8.3vw;
    }
}

#staff .list_wrap .clm {
    position: relative;
}

@media screen and (min-width: 813px) {
    #staff .list_wrap .clm:nth-child(n+3) {
        margin-top: 180px;
    }
}

@media screen and (max-width: 812px) {
    #staff .list_wrap .clm {
        width: 100%;
    }

    #staff .list_wrap .clm:nth-child(n+2) {
        margin-top: 10vw;
    }
}

#staff .list_wrap .clm .image {
    text-align: center;
}

#staff .list_wrap .clm .text {
    background-color: #fff;
    padding: 55px 25px 0;
    font-size: 1.5rem;
    line-height: 1.8;
    margin-top: 48px;
    position: relative;
}

@media screen and (min-width: 813px) {
    #staff .list_wrap .clm .text {
        width: 420px;
    }
}

@media screen and (max-width: 812px) {
    #staff .list_wrap .clm .text {
        padding: 8vw;
    }
}

#staff .list_wrap .clm .text .ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: -36px;
    left: -33px;
}

@media screen and (max-width: 812px) {
    #staff .list_wrap .clm .text .ttl {
        left: 0;
        top: -6vw;
    }
}

#staff .list_wrap .clm .text .ttl .number {
    display: inline-block;
    width: 66px;
    height: 66px;
    border-radius: 33px;
    line-height: 66px;
    text-align: center;
    font-size: 2.9rem;
    background-color: rgba(255, 242, 0, 0.7);
}

@media screen and (max-width: 812px) {
    #staff .list_wrap .clm .text .ttl .number {
        width: 10vw;
        height: 10vw;
        border-radius: 5vw;
        line-height: 10vw;
        font-size: 5vw;
    }
}

#staff .list_wrap .clm .text .ttl h3 {
    margin-left: 33px;
    font-size: 3.2rem;
    font-weight: bold;
    color: #37a5c9;
}

@media screen and (max-width: 812px) {
    #staff .list_wrap .clm .text .ttl h3 {
        margin-left: 3vw;
        font-size: 6vw;
    }
}

@media screen and (min-width: 813px) {
    #staff .list_wrap .clm .pointimg {
        position: absolute;
    }
}

@media screen and (max-width: 812px) {
    #staff .list_wrap .clm .pointimg {
        margin-top: -5vw;
        position: relative;
        text-align: center;
    }
}

@media screen and (min-width: 813px) {
    #staff .list_wrap .clm.clm1 .text {
        padding-bottom: 35px;
    }

    #staff .list_wrap .clm.clm1 .pointimg {
        left: 68px;
        bottom: -127px;
    }

    #staff .list_wrap .clm.clm1 .pointimg img {
        width: 288px;
    }

    #staff .list_wrap .clm.clm2 .text {
        padding-bottom: 30px;
        margin-top: 25px;
    }

    #staff .list_wrap .clm.clm2 .pointimg {
        left: 43px;
        bottom: -80px;
    }

    #staff .list_wrap .clm.clm2 .pointimg img {
        width: 364px;
    }

    #staff .list_wrap .clm.clm3 .text {
        padding-bottom: 65px;
    }

    #staff .list_wrap .clm.clm3 .pointimg {
        left: -64px;
        bottom: -204px;
    }

    #staff .list_wrap .clm.clm3 .pointimg img {
        width: 451px;
    }

    #staff .list_wrap .clm.clm4 .text {
        margin-top: 41px;
        padding-bottom: 40px;
    }

    #staff .list_wrap .clm.clm4 .pointimg {
        left: 124px;
        bottom: -152px;
    }

    #staff .list_wrap .clm.clm4 .pointimg img {
        width: 293px;
    }
}

@media screen and (max-width: 812px) {
    #staff .list_wrap .clm.clm1 .pointimg img {
        width: 60vw;
    }

    #staff .list_wrap .clm.clm2 .pointimg img {
        width: 70vw;
    }

    #staff .list_wrap .clm.clm3 .pointimg {
        margin-top: -16vw;
    }

    #staff .list_wrap .clm.clm4 .pointimg img {
        width: 60vw;
    }
}

#staff .txt_summary {
    margin-top: 228px;
    padding: 50px 0;
    background: url(../img/bg_staff_02.png) no-repeat top center/cover;
    position: relative;
}

@media screen and (min-width: 813px) {
    #staff .txt_summary {
        width: 974px;
    }
}

@media screen and (max-width: 812px) {
    #staff .txt_summary {
        margin-top: 10vw;
        padding: 5vw 0;
    }
}

#staff .txt_summary::after {
    content: '';
    display: block;
    width: 100%;
    height: 15px;
    background: url(../img/bg_staff_02_bottom.png) no-repeat bottom center/contain;
    position: absolute;
    bottom: 0;
    left: 0;
}

#staff .txt_summary p {
    text-align: center;
    font-size: 2.0rem;
    line-height: 1.7;
}

@media screen and (max-width: 812px) {
    #staff .txt_summary p {
        font-size: 3vw;
    }
}

#staff .txt_summary p span {
    position: relative;
    z-index: 1;
    padding: 0 25px 0 15px;
}

@media screen and (max-width: 812px) {
    #staff .txt_summary p span {
        padding: 0 1.5vw;
    }
}

#staff .txt_summary p span::before {
    content: '';
    width: 100%;
    height: 16px;
    background-color: #fff200;
    position: absolute;
    bottom: -5px;
    left: 0px;
    z-index: -1;
}

@media screen and (max-width: 812px) {
    #staff .txt_summary p span::before {
        height: 2vw;
    }
}

/* ---------------------------------------
  #info
-----------------------------------------*/
#info {
    padding: 90px 0 100px;
}

@media screen and (max-width: 812px) {
    #info {
        padding: 7.5vw 0 8.3vw;
    }
}

#info .inquiry+.instagram {
    margin-top: 95px;
}

@media screen and (max-width: 812px) {
    #info .inquiry+.instagram {
        margin-top: 7.9vw;
    }
}

.pc_none {
    display: none;
}

@media screen and (max-width: 812px) {
    .pc_none {
        display: block;
    }
}

@media screen and (max-width: 812px) {
    .sp_none {
        display: none;
    }
}