/* ==========================================================================
  Font
  ========================================================================== */

/* ==========================================================================
  Foundation
  ========================================================================== */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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

    margin: 0;
    padding: 0;

    vertical-align: baseline;
    text-decoration: none;

    border: 0;
}

/* HTML5 display-role reset for older browsers */

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

body
{
    line-height: 1;

    overflow: hidden;
}

ol,
ul
{
    list-style: none;
}

blockquote,
q
{
    quotes: none;
}

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

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

main
{
    display: block;
}

html
{
    font-size: 62.5%;

    overflow: auto;
}

*
{
    box-sizing: border-box;
    padding: 0;

    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    box-shadow: none;

    -webkit-appearance: none;
}

img
{
    display: block;

    width: 100%;
    height: auto;
}

*
{
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;

    box-sizing: border-box;
    padding: 0;

    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    box-shadow: none;

    -webkit-appearance: none;
}

body
{
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
}

/* Windows */

@font-face
{
    font-family: YuGothicM;
    font-weight: normal;

    src: local('YuGothic-Medium'), local('Yu Gothic Medium'), local('YuGothic-Regular'); /* Windows8.1ではMediumがないのでRegularを指定 */
}

@font-face
{
    font-family: YuGothicM;
    font-weight: bold;

    src: local('YoGothic-Bold'), local('Yu Gothic'); /* Chrome用 */
}

img
{
    display: block;

    width: 100%;
    height: auto;
}

*
{
    font-size: 1.4rem;

    color: #000;
}

a
{
    transition: .3s;
}

a:hover
{
    opacity: .7;
}

main,
header,
footer
{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.8rem;

    color: #000;
}

/* ==========================================================================
  Layout
  ========================================================================== */

.l-footer
{
    padding: 24px 20px 16px;

    text-align: center;

    background-color: #1f2021;
}

.l-footer p,
.l-footer span
{
    color: #fff;
}

.l-footer p
{
    font-size: 1.6rem;
    line-height: 1.5;
}

.l-footer span
{
    font-size: 1.5rem;

    display: block;

    margin-top: 24px;
}

.l-header
{
    position: fixed;
    z-index: 999;
    top: 0;

    width: 100%;
}

.l-main__inner
{
    max-width: 1240px;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;
}

/* ==========================================================================
  Object
  ========================================================================== */

/* Components
  ----------------------------------------------------------------- */

.c-breadcrumbs
{
    height: 30px;

    background: #e0e0e0;
}

.c-breadcrumbs ol
{
    display: -ms-flexbox;
    display: flex;

    height: 100%;

    -ms-flex-align: center;

        align-items: center;
}

.c-breadcrumbs ol li,
.c-breadcrumbs ol a
{
    font-size: 1.2rem;
}

.c-breadcrumbs ol a:after
{
    display: inline-block;

    width: 8px;
    height: 8px;
    margin: 0 8px;

    content: '';
    transform: rotate(45deg);

    border-top: 1px solid #06c;
    border-right: 1px solid #06c;
}

.c-lower-heading
{
    display: -ms-flexbox;
    display: flex;

    height: 160px;

    -ms-flex-align: center;

        align-items: center;
}

.c-lower-title
{
    font-size: 4.5rem;
    font-weight: 900;
    line-height: 1.5;

    position: relative;

    width: -webkit-fit-content;

    width: -moz-fit-content;

    width: fit-content;
}

.c-lower-title:after
{
    position: absolute;
    bottom: -8px;

    display: block;

    width: 100%;
    height: 5px;

    content: '';

    background: #06c;
}

/* Project
  ----------------------------------------------------------------- */

.p-header
{
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 100px;

    -ms-flex-pack: justify;

        justify-content: space-between;
}

.p-header h1
{
    width: 116px;
}

.p-header h1 img
{
    width: 100%;
    height: 100%;

    object-fit: contain;
}

.p-header-btn
{
    position: relative;

    width: 43px;
    height: 57px;
    margin: 0 auto;
}

.p-header-btn__wrap
{
    position: relative;
    z-index: 9999999;

    width: 100px;
    height: 100px;

    background: #06c;
}

.p-header-btn__wrap.active
{
    background: #000;
}

.p-header-btn span
{
    position: absolute;
    left: 0;

    width: 100%;
    height: 4px;

    transition: all .5s;

    border-radius: 4px;
    background-color: #fff;
}

.p-header-btn span:nth-of-type(1)
{
    top: 24px;
}

.p-header-btn span:nth-of-type(2)
{
    top: 39px;
}

.p-header-btn span:nth-of-type(3)
{
    bottom: 0;
}

.p-header-btn span:nth-of-type(4)
{
    font-family: 'Teko', sans-serif;
    font-size: 2rem;

    bottom: -8px;
    left: 56%;

    transform: translateX(-50%);

    color: #fff;
    background-color: transparent;
}

.p-header-btn span:nth-of-type(5)
{
    font-family: 'Teko', sans-serif;
    font-size: 2rem;

    bottom: -8px;
    left: 56%;

    transform: translateX(-50%);

    opacity: 0;
    color: #fff;
    background-color: transparent;
}

.p-header-btn.active span:nth-of-type(1)
{
    transform: translateY(10px) rotate(-45deg);
}

.p-header-btn.active span:nth-of-type(2)
{
    opacity: 0;
}

.p-header-btn.active span:nth-of-type(3)
{
    transform: translateY(-20px) rotate(45deg);
}

.p-header-btn.active span:nth-of-type(4)
{
    opacity: 0;
}

.p-header-btn.active span:nth-of-type(5)
{
    opacity: 1;
}

.p-header-menu
{
    position: absolute;
    z-index: 9999;

    width: 100vw;
    padding: 140px 20px;

    transition: .5s;
    transform: translateY(-100%);

    background: #06c;
}

.p-header-menu ul
{
    display: -ms-flexbox;
    display: flex;

    max-width: 770px;
    margin: 0 auto;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
}

.p-header-menu ul li:first-of-type
{
    width: 100%;
}

.p-header-menu ul li:first-of-type a
{
    font-family: 'Teko', sans-serif;
    font-size: 6rem;
    line-height: 1;

    width: -webkit-fit-content;

    width: -moz-fit-content;

    width: fit-content;

    letter-spacing: 3px;

    color: #fff;
    border-bottom: 3px solid #fff;
}

.p-header-menu ul li:not(:first-of-type)
{
    width: 48%;
}

.p-header-menu ul li:not(:first-of-type) a
{
    font-size: 4.4rem;
    font-weight: 900;

    color: #fff;
}

.p-header-menu ul li + li
{
    margin-top: 60px;
}

.p-header-menu.active
{
    transform: translateY(0);
}

.p-header-page .p-header-btn__wrap
{
    position: absolute;
    right: 0;
}

.p-contact-contents
{
    padding-top: 93px;
    padding-bottom: 100px;

    background: #f5f5f5;
}

.p-contact-form
{
    max-width: 680px;
    margin: 0 auto;
}

.p-contact-form table
{
    width: 100%;
}

.p-contact-form table tr
{
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    margin-bottom: 40px;

    -ms-flex-pack: justify;

        justify-content: space-between;
}

.p-contact-form table tr th,
.p-contact-form table tr td
{
    width: 50%;
}

.p-contact-form table tr th
{
    text-align: left;
}

.p-contact-form table tr td input,
.p-contact-form table tr td textarea
{
    width: 100%;
    height: 50px;
    padding: 8px 16px;

    background: #fff;
}

.p-contact-form table tr td textarea
{
    height: 140px;
}

.p-contact-required
{
    margin-right: 16px;

    color: #06c;
}

.p-contact-check
{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 50px auto 0;
}

.p-contact-check label
{
    display: inline-block;

    margin-right: 20px;
}

.p-contact-check label input
{
    display: none;
}

.p-contact-check label input + span
{
    position: relative;

    padding-left: 44px;
}

.p-contact-check label input + span::before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 30px;
    height: 30px;

    content: '';

    border: 1px solid #cdd6dd;
    background: #fff;
}

.p-contact-check label input:checked + span::after
{
    position: absolute;
    top: 8px;
    left: 6px;

    display: block;

    width: 20px;
    height: 14px;

    content: '';

    background: url(../images/contact/check.svg) no-repeat;
    background-size: contain;
}

.p-contact-submit
{
    position: relative;

    width: -webkit-fit-content;

    width: -moz-fit-content;

    width: fit-content;
    margin: 32px auto 0;
}

.p-contact-submit:after
{
    position: absolute;
    top: 50%;
    right: 20px;

    display: block;

    width: 12px;
    height: 10px;

    content: '';
    transform: translateY(-50%);

    background: url('../images/contact/btn-arrow.svg') no-repeat;
    background-size: contain;
}

.p-contact-submit input[type='submit']
{
    font-weight: bold;

    display: block;

    width: 400px;
    height: 54px;
    padding: 10px;

    cursor: pointer;
    transition: .3s;

    color: #fff;
    border: none;
    background-color: #000;

    -webkit-appearance: none;

       -moz-appearance: none;

            appearance: none;
}

.p-contact-submit input[type='submit']:hover
{
    opacity: .7;
}

.error
{
    font-size: 1.2rem;

    margin-top: 8px;

    color: #06c;
}

.p-facility-contents
{
    padding-top: 80px;
}

.p-facility-txt p
{
    font-weight: 600;
    line-height: 1.5;

    text-align: center;
}

.p-facility-row
{
    display: -ms-flexbox;
    display: flex;

    margin-top: 46px;
}

.p-facility-row__img
{
    width: calc(100% / 3);
    height: 300px;
}

.p-facility-row__img img
{
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.p-facility-access
{
    margin-top: 66px;
}

.p-facility-layout
{
    display: -ms-flexbox;
    display: flex;

    margin-top: 66px;

    -ms-flex-pack: justify;

        justify-content: space-between;
}

.p-facility-layout__list
{
    width: 45%;
    padding-right: 20px;
}

.p-facility-layout__list > div
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    -ms-flex-align: baseline;
        align-items: baseline;
}

.p-facility-layout__list > div dt
{
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;

    width: 30%;
    margin-top: 30px;
}

.p-facility-layout__list > div dd
{
    width: 70%;
    margin-top: 30px;
}

.p-facility-layout__map
{
    position: relative;

    overflow: hidden;

    width: 55%;
    height: 0;
    margin-bottom: 65px;
    padding-bottom: 56.25%;
}

.p-facility-layout__map iframe,
.p-facility-layout__map object,
.p-facility-layout__map embed
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.p-faq-contents
{
    padding: 80px 0 54px;

    background: #f5f5f5;
}

.p-faq-contents dt
{
    position: relative;
    z-index: 10;

    display: -ms-flexbox;

    display: flex;

    width: 70%;

    -ms-flex-align: center;

        align-items: center;
}

.p-faq-contents dt:not(:first-of-type)
{
    margin-top: 58px;
}

.p-faq-contents dt::after
{
    position: absolute;
    z-index: 0;
    top: -6px;
    left: 0;

    display: block;

    width: var(--width);
    height: var(--height);
    margin: 10px auto;

    content: '';
    transform: skewX(calc(90deg + var(--angle)));

    background-color: var(--color);
    box-shadow: 0 3px 20px rgba(0, 0, 0, .16);

    --width: 100%;
    --height: 100%;
    --angle: 70deg;
    --color: #06c;
}

.p-faq-contents dt p
{
    font-size: 3.2rem;
    font-weight: 700;

    position: relative;
    z-index: 5;

    padding: 10px;

    color: #fff;
}

.p-faq-contents dt p::before
{
    font-family: 'Teko', sans-serif;
    font-size: 4.6rem;
    font-weight: 700;

    z-index: 5;

    margin-right: 8px;
    margin-left: 30px;

    content: 'Q.';

    color: #fff;
}

.p-faq-contents dd
{
    position: relative;
    z-index: 9;

    display: -ms-flexbox;

    display: flex;

    width: 95%;
    margin-top: -10px;
    margin-right: 0;
    margin-left: auto;

    -ms-flex-align: center;

        align-items: center;
}

.p-faq-contents dd::after
{
    position: absolute;
    z-index: 0;
    top: -6px;
    left: -8px;

    display: block;

    width: var(--width);
    height: var(--height);
    margin: 10px auto;

    content: '';
    transform: skewX(calc(90deg + var(--angle)));

    background-color: var(--color);
    box-shadow: 0 3px 20px rgba(0, 0, 0, .16);

    --width: 100%;
    --height: 100%;
    --angle: 70deg;
    --color: #fff;
}

.p-faq-contents dd p
{
    font-size: 2.4rem;
    font-weight: 700;

    position: relative;
    z-index: 5;

    display: -ms-flexbox;

    display: flex;

    padding: 54px 18px 10px 10px;

    -ms-flex-align: center;

        align-items: center;
}

.p-faq-contents dd p::before
{
    font-family: 'Teko', sans-serif;
    font-size: 4.6rem;
    font-weight: 700;

    z-index: 5;

    margin-right: 8px;
    margin-left: 30px;

    content: 'A.';

    color: #06c;
}

.p-home-mv
{
    height: 100vh;
/*    background: url('../images/top/mv.jpg') no-repeat center center;
    background-size: cover;
*/
position:relative;
}
.p-home-mv ul{
list-style-type:none;
}
.p-home-mv li{
width:100%;
height:100%;
display:flex;
justify-content:center;
align-items:center;
position:absolute;
top:0;
left:0;
overflow:hidden;
opacity:0;
}
.p-home-mv li img{
/* max-width:initial; */
max-width: 100%;
max-height:initial;
width:auto;
/* height:100vh; */
height: auto;
}
.p-home-mv li.w100 img{
width:100vw;
height:auto;
max-width: 100%;
}

.p-home-mv__wrap
{
    display: -ms-flexbox;
    display: flex;

    height: 100%;

    -ms-flex-align: center;

        align-items: center;
}

.p-home-mv__wrap h2
{
    font-size: 5.7rem;
    font-weight: 900;

    position: relative;
    z-index: 3;

    color: #fff;
}

.p-home-mv__wrap h2::after
{
    position: relative;
    z-index: -1;
    bottom: 32px;

    display: block;

    width: var(--width);
    height: var(--height);
    margin: 10px auto;

    content: '';
    transform: skewX(calc(90deg + var(--angle)));

    background-color: var(--color);

    --width: 100%;
    --height: 40px;
    --angle: 70deg;
    --color: #06c;
}

.p-home-mv__sns
{
    position: absolute;
    top: 40%;
    right: 20px;

    transform: translateY(-50%);
}

.p-home-mv__sns::after
{
    position: relative;
    top: 26px;
    right: -18px;

    display: block;

    width: 1px;
    height: 160px;

    content: '';

    background: #fff;
}

.p-home-mv__sns a
{
    display: block;

    width: 40px;
    height: 40px;
}

.p-home-mv__sns a img
{
    width: 100%;
    height: 100%;

    object-fit: contain;
}

.p-home-mv__sns a + a
{
    margin-top: 40px;
}

.p-home-ttl__underline
{
    font-family: 'Teko', sans-serif;
    font-size: 6rem;
    font-weight: 700;

    position: relative;

    padding-bottom: 16px;
}

.p-home-ttl__underline::after
{
    position: absolute;
    bottom: 8px;
    left: 0;

    display: inline-block;

    width: 100px;

    content: '';

    border-bottom: 6px solid #06c;
}

.p-home-ttl__underline-jp
{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 4.5rem;
    font-weight: 900;
}

.p-home-ttl__underline-jp::after
{
    bottom: 0;
}

.p-home-sec2
{
    display: -ms-flexbox;
    display: flex;

    padding-top: 58px;
    padding-bottom: 80px;

    -ms-flex-pack: justify;

        justify-content: space-between;
}

.p-home-sec2__news,
.p-home-sec2__result
{
    width: calc(100% / 2 - 16px);
}

.p-home-sec2__news-heading
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-pack: justify;

        justify-content: space-between;
    -ms-flex-align: end;
        align-items: flex-end;
}

.p-home-sec2__news-heading a
{
    font-size: 1.6rem;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-align: center;

        align-items: center;
}

.p-home-sec2__news-heading a::before
{
    display: block;

    width: 14px;
    height: 12px;
    margin-right: 8px;

    content: '';

    background: url('../images/top/news-arrow.svg');
    background-size: contain;
}

.p-home-sec2__news ul
{
    margin-top: 10px;
    padding: 0 16px;
}

.p-home-sec2__news ul li
{
    padding: 22px 0;

    border-bottom: 1px solid;
}

.p-home-sec2__news ul li a
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-align: baseline;

        align-items: baseline;
}

.p-home-sec2__news ul li a time
{
    font-size: 1.6rem;
    font-weight: 700;

    width: 90px;
    min-width: 90px;
    margin-right: 20px;
}

.p-home-sec2__news ul li a h4
{
    line-height: 1.5;

    text-decoration: underline;

    color: #1565c0;

}
/* .p-home-sec2__news ul li a p
{
    width: 50%;
    margin-left: 30px;
} */

.p-home-sec2__result-box
{
    margin-top: 24px;
    padding: 21px 30px 50px;

    background: #eee;
}

.p-home-sec2__result-box time
{
    font-size: 5rem;
    font-weight: 700;
}

.p-home-sec2__result-box time span
{
    font-size: 2.4rem;
}
.p-home-sec2__result-ttl{
margin-top:10px;
font-size:21px;
font-weight:bold;
}

.p-home-sec2__result-item
{
    display: -ms-flexbox;
    display: flex;

    max-width: 525px;
    margin-top: 24px;
    padding: 32px;

    background: #fff;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .16);

    -ms-flex-pack: justify;

        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
}

.p-home-sec2__result-name
{
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;

    text-align: center;
}

.p-home-sec2__result-score
{
    font-size: 6rem;
    font-weight: 700;
}

.p-home-sec2__result-win
{
    color: #06c;
}

.p-home-sec3
{
    padding: 32px 0 62px;

    background: url('../images/top/about_bg.jpg') no-repeat center center, rgba(0,0,0,.5);
    background-size: cover;
    position: relative;
}
.p-home-sec3::after {
    content: '';
    background-color: rgba(0,0,0,.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
  }
.p-home-sec3 h2
{
    position: relative;
    z-index: 5;
    font-family: 'Teko', sans-serif;
    font-size: 8rem;

    display: -ms-flexbox;

    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;

    text-align: center;
    letter-spacing: 3px;

    color: #fff;

    -ms-flex-pack: center;

        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}

.p-home-sec3 h2 span
{
    position: relative;
    z-index: 5;
    font-size: 2rem;
    font-weight: 700;

    display: -ms-flexbox;

    display: flex;

    width: -webkit-fit-content;

    width: -moz-fit-content;

    width: fit-content;
    margin-top: 8px;

    color: #fff;

    -ms-flex-align: center;

        align-items: center;
}

.p-home-sec3 h2 span:before,
.p-home-sec3 h2 span:after
{
    position: relative;
    z-index: 5;
    display: block;

    width: 115px;
    height: 3px;
    margin: 0 16px;

    content: '';

    background: #fff;
}

.p-home-sec3__box
{
    position: relative;
    z-index: 5;
    overflow: auto;

    max-width: 1000px;
    height: 440px;
    margin: 64px auto 0;
}

.p-home-sec3__box p
{
    position: relative;
    z-index: 5;
    font-weight: 700;
    line-height: 2;

    color: #fff;
}

.p-home-sec3__member
{
    position: relative;
    z-index: 5;
    display: -ms-flexbox;
    display: flex;

    width: -webkit-fit-content;

    width: -moz-fit-content;

    width: fit-content;
    margin: 80px auto 0;
}

.p-home-sec3__member-item
{
    position: relative;
    z-index: 5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
}

.p-home-sec3__member-item h3,
.p-home-sec3__member-item p
{
    position: relative;
    z-index: 5;
    font-size: 2rem;

    color: #fff;
}

.p-home-sec3__member-item p
{
    position: relative;
    z-index: 5;
    margin-top: 24px;
}

.p-home-sec3__member-item + .p-home-sec3__member-item
{
    position: relative;
    z-index: 5;
    margin-left: 40px;
}

.p-home-sec4
{
    padding-top: 80px;
    padding-bottom: 80px;
}

.p-home-sec4__item
{
    display: -ms-flexbox;
    display: flex;

    width: calc(100% / 3 - 20px);
    height: 80px;

    border: 1px solid #1f2021;

    -ms-flex-align: center;

        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
}

.p-home-sec4__item:nth-of-type(n + 4)
{
    margin-top: 40px;
}

.p-home-sec4__item p
{
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
}

.p-home-sec4__item-wrap
{
    display: -ms-flexbox;
    display: flex;

    max-width: 800px;
    margin: 0 auto;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
}

.p-join-contents
{
    margin: 52px 0 170px;
    padding: 40px 33px;

    border: 10px solid #e0e0e0;
}

.p-join-contents h3
{
    font-size: 4.5rem;
    font-weight: 700;

    color: #06c;
}

.p-join-contents p
{
    font-size: 2.4rem;

    margin-top: 26px;
}

.p-member-contents
{
    padding-top: 80px;
    padding-bottom: 210px;

    background: url('../images/member/bg.png') no-repeat;
    background-position: bottom right;
    background-size: 30%;
}

.p-member__box
{
    max-width: 700px;
    margin: 0 auto;
    padding: 45px 120px;

    border: 10px solid #bdbdbd;
    background: #fff;
}

.p-member__box:nth-of-type(2)
{
    margin-top: 40px;
}

.p-member__box h1
{
    font-size: 3.2rem;
    font-weight: 900;

    padding-bottom: 12px;

    border-bottom: 5px solid #06c;
}

.p-member__box dl
{
    margin-top: 24px;
}

.p-member__box dl dt,
.p-member__box dl dd
{
    font-family: 'Teko', sans-serif;
/*
    width: 48%;
*/
}

.p-member__box dl dt
{
    line-height: 30px;

    height: 30px;

    text-align: center;

    color: #fff;
    background: #06c;
}

.p-member__box dl dd ol
{
/*
    width: 90%;
    max-width: 400px;
*/
width:100%;
}

.p-member__box dl dd ol li
{
    font-size: 2.4rem;
}

.p-member__box dl dd ol li + li
{
    margin-top: 12px;
}

.p-member__box dl > div
{
    display: -ms-flexbox;
    display: flex;

    margin-top: 12px;

    -ms-flex-pack: justify;

        justify-content: space-between;
    -ms-flex-align: baseline;
        align-items: baseline;
}

.p-staff-contents
{
    width: 100vw;

    background: url('../images/staff/bg.png') no-repeat;
    background-position-x: center;
    background-size: cover;
}

.p-staff-box
{
    /*width: calc(100% / 3 - 36px);*/
    width:32%;
}
.p-staff-box:nth-child(3n+2),.p-staff-box:nth-child(3n){
margin-left:2%;
}

.p-staff-box:nth-of-type(n + 4)
{
    margin-top: 80px;
}

.p-staff-box__img
{
    width: 100%;
    height: 375px;
}

.p-staff-box__img img
{
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.p-staff-box dl
{
    margin-top: 12px;
}

.p-staff-box dl .p-staff-box__wrap-s
{
    display: -ms-flexbox;
    display: flex;

    margin-top: 14px;

    -ms-flex-align: baseline;

        align-items: baseline;
}

.p-staff-box dl .p-staff-box__wrap-s dt
{
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 22px;

    width: 44px;
    height: 22px;
    margin-right: 16px;

    text-align: center;

    color: #fff;
    background: #06c;
}

.p-staff-box dl .p-staff-box__wrap-s dd
{
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
}

.p-staff-box dl .p-staff-box__wrap-l dt
{
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 22px;

    width: 70px;
    height: 22px;
    margin-top: 32px;
    margin-right: 16px;

    text-align: center;

    color: #fff;
    background: #06c;
}

.p-staff-box dl .p-staff-box__wrap-l dd
{
    font-size: 1.3rem;
    line-height: 1.5;

    margin-top: 12px;
}

.p-staff-box__flex
{
    display: -ms-flexbox;
    display: flex;

    padding-top: 80px;
    padding-bottom: 130px;
/*
    -ms-flex-pack: justify;

        justify-content: space-between;
*/
	justify-content:flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

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

.p-vision-contents ul
{
    max-width: 860px;
    margin: 0 auto;
}

.p-vision-contents ul li
{
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.4;

    position: relative;

    border-bottom: 3px solid #06c;
}

.p-vision-contents ul li:first-of-type
{
    padding-bottom: 24px;
    padding-left: 46px;
}

.p-vision-contents ul li:not(:first-of-type)
{
    padding: 24px 0 24px 46px;
}

.p-vision-contents ul li span
{
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;

    display: inline-block;
}

.p-vision-contents ul li:before
{
    position: absolute;
    left: 0;

    display: block;

    width: 29px;
    height: 29px;
    margin-top: 8px;
    margin-right: 16px;

    content: '';

    background: url('../images/vision/list.svg');
    background-size: contain;
}

.p-work
{
    background: url('../images/work/map.png') no-repeat;
    background-position: bottom right;
    background-size: 48%;
}

.p-work-contents
{
    padding-top: 80px;
    padding-bottom: 38px;
}

.p-work-list
{
    max-width: 900px;
    margin: 0 auto;
}

.p-work-list > div
{
    display: -ms-flexbox;
    display: flex;

    padding: 20px;

    border-bottom: 1px dashed #e57373;

    -ms-flex-align: start;

        align-items: flex-start;
}

.p-work-list > div dt
{
    font-size: 2.4rem;
    font-weight: 700;

    width: 20%;
}

.p-work-list > div dd
{
    font-size: 1.8rem;
    line-height: 1.5;

    width: 80%;
}

.p-work span
{
    font-size: 1.6rem;

    display: block;

    max-width: 900px;
    margin: 10px auto 0;

    color: #707070;
}

.p-news__list a{
   flex-wrap: wrap;
}
.p-news__list a time{
    width: 40%;
}

.p-news__list-ttl{
    width: 40%;
}
.p-news__list a p{
    width: 100%;
    margin-top: 20px;
}

/* Utility
  ----------------------------------------------------------------- */

/* plugin
  ----------------------------------------------------------------- */

@media screen and (min-width: 768px)
{
    .u-hidden-pc
    {
        display: none;
    }
}

@media screen and (max-width: 1024px)
{
    .p-home-sec2__result-box
    {
        padding: 21px 24px 50px;
    }

    .p-home-sec2__result-item
    {
        padding: 32px 0;

        -ms-flex-pack: center;

            justify-content: center;
    }

    .p-home-sec2__result-item
    {
        max-width: 350px;
        margin: 24px auto 0;

        -ms-flex-wrap: wrap;

            flex-wrap: wrap;
    }

    .p-home-sec2__result-name
    {
        width: 50%;
    }

    .p-home-sec2__result-name:nth-of-type(2)
    {
        -ms-flex-order: 4;
            order: 4;
    }

    .p-home-sec2__result-score
    {
        text-align: center;
    }

    .p-home-sec2__result-score:nth-of-type(1),
    .p-home-sec2__result-score:nth-of-type(3)
    {
        width: 50%;
        margin: 8px 0;
    }

    .p-home-sec2__result-score:nth-of-type(2)
    {
        width: 100%;
        margin: 8px 0;
    }

    .p-home-sec2__result-score:nth-of-type(3)
    {
        -ms-flex-order: 5;
            order: 5;
    }

    .p-staff-box__img
    {
        height: 280px;
    }
}

@media screen and (max-width: 768px)
{
    main,
    header,
    footer
    {
        font-size: 1.6rem;
    }

    .l-footer p
    {
        font-size: 1.4rem;
    }

    .l-footer span
    {
        font-size: 1.2rem;
    }

    .l-main__inner
    {
        padding-right: 16px;
        padding-left: 16px;
    }

    .c-lower-title
    {
        font-size: 3.5rem;
    }

    .p-header
    {
        height: 60px;
    }

    .p-header h1
    {
        width: 69px;
    }

    .p-header-btn__wrap
    {
        width: 60px;
        height: 60px;
    }

    .p-header-btn
    {
        width: 40px;
        height: 36px;
    }

    .p-header-btn span:nth-of-type(1)
    {
        top: 10px;
    }

    .p-header-btn span:nth-of-type(2)
    {
        top: 21px;
    }

    .p-header-btn span:nth-of-type(4)
    {
        bottom: -6px;
    }

    .p-header-btn span:nth-of-type(5)
    {
        bottom: -6px;
    }

    .p-header-btn.active span:nth-of-type(3)
    {
        transform: translateY(-12px) rotate(45deg);
    }

    .p-header-menu
    {
        padding: 80px 20px;
    }

    .p-header-menu ul li:first-of-type a
    {
        font-size: 4rem;
    }

    .p-header-menu ul li:not(:first-of-type)
    {
        width: 100%;
    }

    .p-header-menu ul li:not(:first-of-type) a
    {
        font-size: 2.8rem;
    }

    .p-header-menu ul li + li
    {
        margin-top: 24px;
    }

    .p-contact-contents
    {
        padding-top: 70px;
        padding-bottom: 80px;
    }

    .p-contact-form table tr
    {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .p-contact-form table tr th,
    .p-contact-form table tr td
    {
        width: 100%;
    }

    .p-contact-form table tr td input,
    .p-contact-form table tr td textarea
    {
        margin-top: 10px;
    }

    .p-contact-submit input[type='submit']
    {
        width: 300px;
    }

    .p-facility-contents
    {
        padding-top: 60px;
    }

    .p-facility-row__img
    {
        height: 150px;
    }

    .p-facility-layout
    {
        -ms-flex-direction: column;
            flex-direction: column;

        margin-top: 30px;
    }

    .p-facility-layout__list
    {
        width: 100%;
    }

    .p-facility-layout__list > div
    {
        -ms-flex-direction: column;
            flex-direction: column;
    }

    .p-facility-layout__list > div dt
    {
        width: 100%;
    }

    .p-facility-layout__list > div dd
    {
        width: 100%;
        margin-top: 10px;
    }

    .p-facility-layout__map
    {
        width: 100%;
        height: 300px;
        margin-top: 30px;
    }

    .p-faq-contents
    {
        padding: 60px 0 54px;
    }

    .p-faq-contents dt
    {
        width: 90%;
    }

    .p-faq-contents dt p
    {
        font-size: 2.2rem;
    }

    .p-faq-contents dt p::before
    {
        font-size: 3.6rem;
    }

    .p-faq-contents dd p
    {
        font-size: 1.8rem;
        line-height: 1.4;

        margin-left: -26px;
        padding: 44px 18px 10px 10px;
    }

    .p-home-mv
    {
        background-position-x: 20%;
    }

    .p-home-mv__wrap h2
    {
        font-size: 3.7rem;
    }

    .p-home-mv__sns
    {
        top: 80px;
        right: 10px;
		transform: translateY(0px);
    }

    .p-home-mv__sns::after
    {
        top: 12px;

        height: 80px;
    }

    .p-home-mv__sns a
    {
        width: 32px;
        height: 32px;
    }

    .p-home-mv__sns a + a
    {
        margin-top: 32px;
    }

    .p-home-ttl__underline
    {
        font-size: 5rem;
    }

    .p-home-ttl__underline-jp
    {
        font-size: 3.5rem;
    }

    .p-home-sec2
    {
        -ms-flex-direction: column;
            flex-direction: column;
    }

    .p-home-sec2__news,
    .p-home-sec2__result
    {
        width: 100%;
    }

    .p-home-sec2__result
    {
        margin-top: 40px;
    }

    .p-home-sec2__result-box time
    {
        font-size: 4rem;
    }

    .p-home-sec2__result-name
    {
        font-size: 1.8rem;
    }

    .p-home-sec2__result-score
    {
        font-size: 5rem;
    }

    .p-home-sec3 h2
    {
        font-size: 6rem;
    }

    .p-home-sec3 h2 span:before,
    .p-home-sec3 h2 span:after
    {
        width: 34px;
        width: 70px;
        margin: 0 8px;
    }

    .p-home-sec3__member-item h3,
    .p-home-sec3__member-item p
    {
        font-size: 1.6rem;
    }

    .p-home-sec3__member-item p
    {
        margin-top: 16px;
    }

    .p-home-sec3__member-item + .p-home-sec3__member-item
    {
        margin-left: 32px;
    }

    .p-home-sec4
    {
        padding-top: 48px;
    }

    .p-home-sec4__item
    {
        width: 100%;
        max-width: 400px;
        margin: 32px auto 0;
    }

    .p-home-sec4__item:nth-of-type(n + 4)
    {
        margin-top: 32px;
    }

    .p-join-contents
    {
        margin: 40px 0 80px;
        padding: 30px 20px;
    }

    .p-join-contents h3
    {
        font-size: 3rem;
        line-height: 1.2;
    }

    .p-join-contents p
    {
        font-size: 2rem;
        line-height: 1.2;
    }

    .p-member-contents
    {
        padding-top: 60px;

        background-size: 60%;
    }

    .p-member__box
    {
        padding: 45px 20px;
    }

    .p-member__box h1
    {
        font-size: 2.8rem;
    }

    .p-member__box dl dt
    {
        line-height: 25px;

        height: 25px;
    }

    .p-member__box dl dd ol li
    {
        font-size: 1.8rem;
    }

    .p-staff-box
    {
        width: 90%;
        max-width: 400px;
        margin: 0 auto;
        margin-top: 60px;
    }

    .p-staff-box:nth-of-type(n + 4)
    {
        margin-top: 60px;
    }
    .p-staff-box:nth-child(3n+2),.p-staff-box:nth-child(3n){
	margin-left:auto;
	}

    .p-vision-contents
    {
        padding-top: 60px;
        padding-bottom: 80px;
    }

    .p-vision-contents ul li
    {
        font-size: 2.2rem;
    }

    .p-vision-contents ul li:first-of-type
    {
        padding-left: 30px;
    }

    .p-vision-contents ul li:not(:first-of-type)
    {
        padding: 24px 0 24px 30px;
    }

    .p-vision-contents ul li span
    {
        font-size: 1.8rem;
    }

    .p-vision-contents ul li:before
    {
        width: 20px;
        height: 20px;
        margin-right: 8px;
    }

    .p-work
    {
        background-size: 80%;
    }

    .p-work-contents
    {
        padding-top: 60px;
    }

    .p-work-list > div
    {
        -ms-flex-direction: column;
            flex-direction: column;
    }

    .p-work-list > div dt
    {
        font-size: 2rem;

        width: 100%;
    }

    .p-work-list > div dd
    {
        font-size: 1.6rem;

        width: 100%;
        margin-top: 10px;
    }

    .p-work span
    {
        font-size: 1.4rem;
    }

    .u-hidden-sp
    {
        display: none;
    }
    .p-home-sec2__news ul li a{
        display: block;
    }
    .p-news__list-ttl{
        width: 100%;
        margin-top: 10px;
    }
    .p-home-sec2__news ul li a p
    {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }

}

.p-home-sec2__news{
width:100%;
}

.p-home-sec3_2{
background: url('../images/top/about_bg.jpg') no-repeat bottom,#000;
background-size:100% auto,cover;
color:#fff;
padding:30px;
}
.p-home-sec3_2 h2{
font-family: 'Teko', sans-serif;
font-size: 8rem;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
text-align: center;
letter-spacing:3px;
color: #fff;
-ms-flex-pack:center;
justify-content:center;
-ms-flex-align:center;
align-items:center;
}
.p-home-sec3_2 h2 span{
font-size: 2rem;
font-weight: 700;
display: -ms-flexbox;
display: flex;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
margin-top: 8px;
color: #fff;
-ms-flex-align: center;
align-items: center;
}
.p-home-sec3_2 h2 span::before, .p-home-sec3_2 h2 span::after {
    position: relative;
    z-index: 5;
    display: block;
    width: 115px;
    height: 3px;
    margin: 0 16px;
    content: '';
    background: #fff;
}
.p-home-sec3_2 h2+p{
max-width: 1000px;
margin: 64px auto 0;
color:#fff;
font-weight: 700;
line-height: 2;
color: #fff;
}
.p-home-sec3_2>div{
margin-top:80px;
display:flex;
justify-content:center;
align-items:flex-start;
flex-wrap:wrap;
}
.p-home-sec3_2>div div:nth-child(n+2){
margin-left:40px;
}
.p-home-sec3_2>div h3{
font-size: 2rem;
color: #fff;
}
.p-home-sec3_2>div ul{
list-style-type:none;
}
.p-home-sec3_2>div ul li{
font-size: 2rem;
color: #fff;
margin-top:24px;
}

@media(max-width:768px){
.p-home-sec3_2 h2{
font-size: 6rem;
}
.p-home-sec3_2 h2 span:before,
.p-home-sec3_2 h2 span:after{
width: 70px;
 margin: 0 8px;
}
.p-home-sec3_2>div div{
margin:0!important;
width:50%;
}
.p-home-sec3_2>div h3{
font-size:1.6rem;
}
.p-home-sec3_2>div ul li{
font-size:1.6rem;
margin-top:16px;
}
}