/* ---------------------------------------------------
  共通パーツ
----------------------------------------------------- */
@font-face {
    font-family: 'Noto_Sans_JP';
    src: url(fonts/Noto_Sans_JP/static/NotoSansJP-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Noto_Sans_JP-Bold';
    src: url(fonts/Noto_Sans_JP/static/NotoSansJP-Bold.ttf) format('truetype');
}

@font-face {
    font-family: 'Zen_Kaku_Gothic_New';
    src: url(fonts/Zen_Kaku_Gothic_New/ZenKakuGothicNew-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Zen_Kaku_Gothic_New-Bold';
    src: url(fonts/Zen_Kaku_Gothic_New/ZenKakuGothicNew-Bold.ttf) format('truetype');
}

@font-face {
    font-family: 'Red_Hat_Display';
    src: url(fonts/Red_Hat_Display/RedHatDisplay-VariableFont_wght.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url(fonts/Roboto/static/Roboto-Medium.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url(fonts/Roboto/static/Roboto-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto-Light';
    src: url(fonts/Roboto/static/Roboto-Light.ttf) format('truetype');
}




/* ------------------------------------------------
  base
------------------------------------------------- */
html,
body {
    overflow-x: hidden;
}

body {
    line-height: 1.9;
    font-family: 'Roboto', 'Noto_Sans_JP', sans-serif;
    font-weight: 300;
}

/* text
----------------------------------------------------- */
.strong {
    font-family: 'Roboto-Regular', "Noto_Sans_JP-Bold", sans-serif;
    font-weight: 600;
}

.bold {
    font-family: 'Roboto-Regular', 'Noto_Sans_JP', sans-serif;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.thiny {
    color: #7c7c7c;
    letter-spacing: 0em;
}

.bigger {
    font-size: 20px;
}

.close {
    letter-spacing: 0.05em;
}

.underline {
    text-decoration: underline;
    color: #000;
}

.copyright {
    width: 100%;
    color: #7c7c7c;
    font-size: 16px;
}

.italic {
    font-style: italic;
}

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


@media screen and (max-width:480px) {
    body {
        font-size: 14px;
    }

    .bold {
        font-family: 'Roboto-Medium', 'Noto_Sans_JP', sans-serif;
        font-weight: 500;
        letter-spacing: 0.01em;
    }
}

/* -------------------------------------------------
  container
---------------------------------------------------- */
.container {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 20px;
}

@media screen and (min-width:768px) {
    .container._small {
        max-width: 750px;
    }
}

/* ------------------------------------------------
  section
  ------------------------------------------------- */
.section {
    background: #fff;
    color: #000;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
    .section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

/*------------------------------------------------- 
  header
------------------------------------------------ */
.header {
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    color: #000;
    z-index: 10;
}

.logo {
    margin-left: 20px;
}

.logo__main {
    display: block;
    color: #000;
    line-height: 1;
    letter-spacing: 0.01em;
    font-size: 20px;
    font-family: 'Red_Hat_Display';
    font-weight: 600;
}

.logo__sub {
    display: block;
    color: #000;
    letter-spacing: 0.01em;
    line-height: 1.6;
    font-size: 12px;
    font-family: 'Roboto-Light';
    font-weight: 300;
}

@media screen and (min-width: 960px) {
    .header {
        height: 100px;
    }

    .logo__main {
        font-size: 35px;
    }

    .logo__sub {
        font-size: 24px;
    }

}

/* languages */
.navigation-languages {
    display: block;
    position: fixed;
    z-index: 999;
    top: 15px;
    right: 60px;
}

.page-langs.page-langs--langs {
    color: #7c7c7c;
    font-family: 'Roboto-Light';
    font-weight: 400;
}

.page-langs.page-langs--langs:first-child {
    padding-right: 5px;
}

.page-langs.page-langs--langs._current {
    color: #000;
    font-family: 'Roboto-Regular';
    font-weight: 300;
    text-decoration: underline;
}

.page-langs.page-langs--langs+.page-langs.page-langs--langs {
    padding-left: 7px;
    border-left: 1px solid #7c7c7c;
}

@media screen and (min-width: 768px) {
    .navigation-languages {
        top: 13px;
        right: 70px;
    }
}

@media screen and (min-width: 960px) {
    .navigation-languages {
        top: 35px;
        right: 40px;
    }
}


/*--------------------------------------------------
  navSP
---------------------------------------------------  */
#navSP {
    display: block;
    position: fixed;
    z-index: 999;
    top: 0;
    right: -120%;
    width: 80%;
    height: 100vh;
    background: #fff;
    transition: all 0.6s;
}

#navSP.panelactive {
    right: 0;
}

.navSP__list {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
}

.navSP__item {
    font-size: 18px;
    color: #000;
    font-family: 'Roboto-Regular';
    font-weight: 300;
    padding: 8% 0 8% 0;
}

.navSP__link {
    display: inline-block;
    font-size: 18px;
    text-decoration: none;
    color: #7c7c7c;
    font-family: 'Roboto-Light';
    font-weight: 300;
    white-space: nowrap;
}

#navSP.panelactive #navSP__wrapper {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
}


/* --------------------------------------------------
  hamburger 
-----------------------------------------------------*/
.openbtn {
    display: block;
    position: fixed;
    top: 4px;
    right: 5px;
    z-index: 9999;
    cursor: pointer;
    width: 50px;
    height: 50px;
}

.openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 1.5px;
    background-color: #000;
    width: 45%;
}

.openbtn span:nth-of-type(1) {
    top: 15px;
}

.openbtn span:nth-of-type(2) {
    top: 23px;
}

.openbtn span:nth-of-type(3) {
    top: 31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

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

.openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

@media screen and (min-width: 768px) {
    .openbtn {
        top: 5px;
        right: 10px;
    }
}

@media screen and (min-width: 960px) {
    #navSP {
        display: none;
    }

    .openbtn {
        display: none;
    }
}


/*-------------------------------------------------
  navPC
------------------------------------------------- */
#navPC {
    display: none;
}

@media screen and (min-width:960px) {
    #navPC {
        display: block;
        margin-right: 140px;
    }

    .navPC__list {
        margin: 0;
        padding: 0;
    }

    .navPC__item {
        display: inline-block;
        padding: 10px 13px 10px 13px;
        color: #000;
        font-family: 'Roboto-Regular';
        font-weight: 300;
    }

    .navPC__link {
        display: block;
        text-decoration: none;
        color: #7c7c7c;
        font-family: 'Roboto-Light';
        font-weight: 300;
    }
}


/* ---------------------------------------------------
  heading
---------------------------------------------------- */
.headingL,
.headingM,
.headingS {
    font-family: 'Red_Hat_Display', 'Zen_Kaku_Gothic_New-Bold', sans-serif;
}

.headingL {
    text-align: center;
    margin-top: 30px;
    font-weight: 600;
}

.headingL--top {
    margin-top: 0;
}

.headingL .main {
    display: block;
    font-size: 35px;
    letter-spacing: 0.02em;
}

.headingM {
    text-align: center;
}

.headingM .main {
    display: block;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.headingM .sub {
    display: block;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #7c7c7c;
}

.headingS {
    font-size: 22px;
    font-weight: 700;
    margin-top: 30px;
    font-weight: 600;
}

.headingSS {
    text-align: center;
    letter-spacing: 0.01em;
    font-family: 'Roboto-Light';
    font-weight: 300;
}

.headingSS .main {
    position: relative;
    display: block;
    font-size: 25px;
}

.headingSS .main::before,
.headingSS .main::after {
    position: absolute;
    content: "";
    top: 55%;
    background-color: #000;
    height: 1px;
    width: 110px;
}

.headingSS .main::before {
    left: 0;
}

.headingSS .main::after {
    right: 0;
}


@media screen and (min-width: 768px) {
    .headingL {
        margin-top: 50px;
    }

    .headingL .main {
        font-size: 60px;
    }

    .headingL .sub {
        font-size: 35px;
    }

    .headingM .main,
    .headingSS .main {
        font-size: 48px;
    }

    .headingM .sub,
    .headingM .sub {
        font-size: 24px;
    }

    .headingS {
        margin-top: 50px;
        font-size: 35px;
    }

    .headingSS .sub {
        font-size: 24px;
    }

    .headingSS .medium {
        font-size: 24px;
    }

    .headingSS .main::before,
    .headingSS .main::after {
        width: 400px;
    }
}

/* -----------------------------------------
  pageIntro
--------------------------------------------- */
.pageIntro__catch {
    font-family: 'Red_Hat_Display', 'Zen_Kaku_Gothic_New-Bold', sans-serif;
    font-size: 22px;
    margin-top: 30px;
    font-weight: 600;
    text-align: center;
}

.pageIntro__catch--eng {
    letter-spacing: 0.01em;
}

.pageIntro__txt {
    margin-top: 15px;
    text-align: center;
    font-size: 13px;
}

@media screen and (min-width: 768px) {
    .pageIntro__catch {
        margin-top: 50px;
        font-size: 35px;
        letter-spacing: 0.06em;
    }

    .pageIntro__catch>br {
        display: none;
    }

    .pageIntro__txt {
        font-size: 18px;
    }

    .pageIntro__catch--eng {
        letter-spacing: 0.03em;
    }
}

/* ----------------------------------------
  button
------------------------------------------- */
.centerBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 30px;
}

.centerBtn .btn+.btn {
    margin-top: 15px;
}

.centerBtn--small {
    margin: 0 20px 30px 20px;
}

.btn {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    padding: 0.4em;
    width: 100%;
    max-width: 400px;
    transition: .4s;
    cursor: pointer;
    letter-spacing: 0.01em;
    font-family: 'Red_Hat_Display';
    font-weight: 400;
}

/* default */
.btn--default {
    position: relative;
    background: transparent;
    border: 1px #000 solid;
    color: #000;
    font-size: 20px;
}

.btn--default:hover {
    background: #7c7c7c;
    color: #fff;
}

.btn--default:active {
    background: #fff;
    color: #000;
}

/* アイコンのスタイル */
.btn--default::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 27px;
    width: 10px;
    height: 10px;
    margin: auto;
    border-top: 1.5px solid #000;
    border-right: 1.5px solid #000;
    transform: rotate(45deg);
    box-sizing: border-box;
}

.btn--default:hover:after {
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
}

/* primary */
.btn--primary {
    position: relative;
    border: 1px #000 solid;
    background: #000;
    color: #fff;
    font-size: 20px;
}

.btn--primary:hover {
    background: #7c7c7c;
    color: #fff;
}

.btn--primary::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 27px;
    width: 10px;
    height: 10px;
    margin: auto;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    transform: rotate(45deg);
    box-sizing: border-box;
}

.btn--primary::after:hover {
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
}

@media screen and (min-width:768px) {

    .btn--default,
    .btn--primary {
        font-size: 20px;
    }

    .centerBtn {
        flex-direction: row;
        margin-top: 50px;
    }

    .centerBtn .btn+.btn {
        margin-top: 0;
        margin-left: 20px;
    }
}

/* ----------------------------------------------
  table
----------------------------------------------- */
.table {
    margin-top: 30px;
    width: 100%;
    table-layout: fixed;
}

tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #7c7c7c;
}

tr:first-child {
    padding-top: 0;
}

th {
    font-weight: normal;
    vertical-align: middle;
    font-size: 14px;
    width: 25%;
}

.table__label {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 0.2em 1em;
}

td {
    display: block;
    width: 75%;
}

/* for long th */
@media screen and (min-width:768px) {
    th {
        width: 40%;
    }

    td {
        width: 60%;
    }
}



.table__link {
    text-decoration: underline;
}

.table__link i {
    margin-left: -7px;
}

.table__link:hover {
    color: #7c7c7c;
}

@media screen and (max-width: 480px) {
    tr {
        display: block;
    }

    th {
        font-size: 11px;
    }

    th+td {
        margin-top: 10px;
    }

    td {
        width: 100%;
    }
}

/* ---------------------------------------------
  video
---------------------------------------------- */
.videoLayout {
    max-width: 100%;
    margin-top: 30px;
}

video {
    max-width: 100%;
}

.sp-video {
    display: block;
}

.pc-video {
    display: none;
}

@media screen and (min-width: 768px) {
    .sp-video {
        display: none;
    }

    .pc-video {
        display: block;
    }
}

/* ---------------------------------------------
  video(youtube)
----------------------------------------------- */
.youtube__padding-top {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-top: 30px;
}

.youtube__padding-top iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/* -----------------------------------------------
  link
 -------------------------------------------------*/
.news__link {
    text-decoration: underline;
    word-break: break-all;
}

/* -----------------------------------------
  footer
------------------------------------------ */
.footer {
    display: flex;
    align-items: center;
    padding: 3% 3% 3% 3%;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background: #000;
    color: #fff;
    font-weight: 300;
}

.icon__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.icon__item {
    display: inline-block;
}

.icon__item a {
    display: block;
    padding: 10px;
}

.icon__item i {
    font-size: 2.5em;
    color: #fff;
}