@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

/********* CSS Reset *********/

:where(:not(iframe, canvas, img, svg, video):not(svg*)) {
    all: unset;
    display: revert
}

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

ol,
ul {
    list-style: none
}

img {
    max-width: 100%
}

table {
    border-collapse: collapse
}

textarea {
    white-space: revert
}

/********* フェードインアニメーション *********/
/*1.フェードインアニメーションの指定*/
.scrollanime {opacity: 0;} /*一瞬表示されるのを防ぐ*/
.fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;         
    }
    100% {
    opacity: 1;
    transform: translate(0);
    }
}
 
/*2.上下の動きを指定*/
.updown {transform: translateY(-100px);}
.downup {transform: translateY(100px);}
 
/*3.左右の動きを指定*/
.sect02{overflow: hidden;} /*横スクロールバーを隠す*/
.slide-right {transform: translateX(200px);}
.slide-left {transform: translateX(-200px);}


/********* 共通 *********/

body {
    margin: 0;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    overflow-wrap: break-word!important;
    word-break: break-all;
    background: transparent;
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
}

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

.text-align__right {
    text-align: right;
}

.bold {
    font-weight: bold;
}

.container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 40px 0 40px 192px;
}

.container>h2 {
    font-size: 48px;
    transform: translateX(-198px);
    position: relative;
    padding-top: 23px;
    margin-top: 1em;
    font-family: UD Shin Go Conde90 M, "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.container>h2::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 2px;
    width: 64px;
    height: 4px;
    border-radius: 2px;
    background: #0ab4f2;
}

span.h2-border {
    position: absolute;
    top: 0px;
    left: 0;
    width: 64px;
    height: 4px;
    border-radius: 2px;
    background: #000;
    z-index: 1;
}

.container>h2::after {
    content: "";
    position: absolute;
    top: 2px;
    left: -2px;
    width: 64px;
    height: 4px;
    border-radius: 2px;
    background: #e010b9;
}

.container>h1 {
    font-size: 48px;
    transform: translateX(-198px);
    position: relative;
    padding-top: 23px;
}

.container>h1::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 2px;
    width: 64px;
    height: 4px;
    border-radius: 2px;
    background: #0ab4f2;
}

span.h1-border {
    position: absolute;
    top: 0px;
    left: 0;
    width: 64px;
    height: 4px;
    border-radius: 2px;
    background: #000;
    z-index: 1;
}

.container>h1::after {
    content: "";
    position: absolute;
    top: 2px;
    left: -2px;
    width: 64px;
    height: 4px;
    border-radius: 2px;
    background: #e010b9;
}
h5.no-bg__h5::before {
    display: none;
}

p {
    font-size: 16px;
    line-height: 2;
    margin: 2em 0;
}

p.caption {
    font-size: 12px;
}

h3 {
    font-size: 40px;
    position: relative;
    font-family: UD Shin Go Conde90 M, "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

h3 span {
    font-size: 11px;
    color: #FF00CE;
    display: block;
    position: absolute;
    width: 96px;
    padding-right: 10px;
    top: 25px;
    left: -96px;
    font-family: 'Roboto';
}

h4 {
    font-size: 32px;
    position: relative;
    margin-bottom: 1em;
    margin-top: 2em;
    font-family: UD Shin Go Conde90 M, "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.container>h4::before {
    content: "";
    position: absolute;
    top: 24px;
    left: -96px;
    width: 64px;
    height: 1px;
    background: #000;
}

.container>h5 {
    position: relative;
    font-size: 16px;
    padding-top: 20px;
    font-family: UD Shin Go Conde90 M, "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.container>h5::before {
    content: "";
    height: 100px;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 348px;
    transform: translateX(-50vw);
    width: 98%;
    width: -webkit-calc(100% - 20px);
    width: calc(30px + 50vw);
    background: -moz-linear-gradient(left, #4AF8FF, #FFFF3B 34%);
    background: -webkit-linear-gradient(left, #4AF8FF, #FFFF3B 34%);
    background: linear-gradient(to right, #4AF8FF, #FFFF3B 34%);
}

.secondary-btn {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    background: #000;
    padding: 6px 50px 6px 40px;
    border-radius: 40px;
    position: relative;
    display: inline-block;
    appearance: none;
    cursor: pointer;
    border: none;
}

.secondary-btn::before {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    border: 4px solid transparent;
    border-left: 13px solid #fff;
    transform: translateY(-50%);
}

.primary-btn {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    padding: 10px 50px 10px 40px;
    border-radius: 40px;
    position: relative;
    background: -moz-linear-gradient(left, #0C0438, #FF00E2 80%);
    background: -webkit-linear-gradient(left, #0C0438, #FF00E2 80%);
    background: linear-gradient(to right, #0C0438, #FF00E2 80%);
    display: inline-block;
    appearance: none;
    cursor: pointer;
    border: none;
}

.primary-btn:hover {
    background: -moz-linear-gradient(left, #A30E75, #FF00E2 80%);
    background: -webkit-linear-gradient(left, #A30E75, #FF00E2 80%);
    background: linear-gradient(to right, #A30E75, #FF00E2 80%);
}

.primary-btn::before {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    border: 4px solid transparent;
    border-left: 13px solid #fff;
    transform: translateY(-50%);
}

p.float-image__right {
    float: right;
    padding-left: 40px;
    margin-top: 0;
    max-width: 488px;
}

.full-width {
    position: relative;
    height: 20.3vw;
}

.full-width__img {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100%;
    background: #ddd;
    left: 368px;
    transform: translateX(-50vw);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

h4.special-h4 {
    margin-top: 2.5em;
}


/*** ページトップヘ戻るボタン ***/

p.to-top__btn {
    max-width: 1120px;
    width: 100%;
    display: block;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}

p.to-top__btn a {
    position: absolute;
    width: 48px;
    height: 48px;
    background: #CECECE;
    bottom: 0;
    right: 0px;
    border-radius: 130px;
    display: block;
    opacity: 0.5;
}

p.to-top__btn a::before,
p.to-top__btn a::after {
    content: "";
    position: absolute;
    top: 21px;
    width: 18px;
    height: 3px;
    background: #585858;
}

p.to-top__btn a::before {
    transform: rotate(50deg);
    left: 50%;
    margin-left: -4px;
}

p.to-top__btn a::after {
    transform: rotate( -50deg);
    right: 50%;
    margin-right: -4px;
}


/*** Grid system ***/


/* 全体で12 カラム、.containerが右側10カラム。.col-Xは.container内のX/10カラム */

.row {
    display: flex;
    margin: 50px -16px 60px;
}

.row>div {
    padding: 0 16px;
}

.col-4 {
    width: 40%;
}

.col-6 {
    width: 60%;
}

.col-5 {
    width: 50%;
}

.col-2_3 {
    width: 33.333%;
}


/*** グローバルナビ ***/

nav.global-navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 100px;
    z-index: 10;
}

nav.global-navigation::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: -1;
    opacity: 0.5;
    display: none;
}

.global-navigation__link a {
    text-decoration: none;
    color: #000;
    margin-left: 20px;
    font-size: 14px;
    line-height: 3;
    display: inline-block;
    font-family: 'Roboto';
}

.global-navigation__link a:last-child {
    /* font-size: 16px; */
    /* font-weight: bold; */
}

a.global-navigation__main-logo {
    background: url(../img/logo.svg)no-repeat left top/auto;
    width: 164px;
    height: 81px;
    margin-top: 40px;
    /* margin-top: 19px; */
    /* margin-bottom: 12px; */
}

.global-navigation__link {
    margin-top: 40px;
}

.on-image .global-navigation__link a {
    color: #fff;
}

.global-navigation__sp-btn-wrapper {
    display: none;
}

.global-navigation__sp-btn {
    display: none;
}


/*** 左下ページ内リンク ***/

nav.bottom-navigation {position: fixed;bottom: 40px;left: 100px;width: 200px;z-index: 10;}

nav.bottom-navigation ul {
    margin: 0;
    padding: 0;
}

nav.bottom-navigation a {text-decoration: none;color: #000;font-size: 12px;line-height: 4.4;display: inline-block;position: relative;font-family: 'Roboto';}

nav.bottom-navigation a.current {
    background: -moz-linear-gradient(left, #A30E75, #FF00E2 80%);
    background: -webkit-linear-gradient(left, #A30E75, #FF00E2 80%);
    background: linear-gradient(to right, #A30E75, #FF00E2 80%);
}

nav.bottom-navigation a:hover::before {content: "";width: 100%;bottom: 11px;left: 0;height: 1px;background: #000;position: absolute;}


/*** フッター ***/

footer p {
    margin: 0 auto;
    font-size: 12px;
    font-weight: bold;
    padding: 0 100px;
}

footer p .policy {
    text-decoration: none;
    color: #000;
    margin-left: 20px;
}

footer {
    padding-top: 90px;
    padding-bottom: 15px;
}


/*** 表 ***/

.table .tr {
    display: flex;
    border-bottom: 1px solid #ddd;
    text-decoration: none;
    color: #000;
}

.table a.tr:hover {
    background: -moz-linear-gradient(left, #4AF8FF, #FFFF3B 34%);
    background: -webkit-linear-gradient(left, #4AF8FF, #FFFF3B 34%);
    background: linear-gradient(to right, #4AF8FF, #FFFF3B 34%);
}

.table .th p {
    font-size: 16px;
    padding-top: 3px;
    margin: 1em 0;
}

.table .th {
    width: 192px;
    padding-right: 10px;
}

.table a.tr .th p {
    font-weight: bold;
}

.table .td p {
    font-size: 18px;
    margin: 1em 0;
}

.table .td {
    width: 98%;
    width: -webkit-calc(100% - 192px);
    width: calc(100% - 192px);
}

.table a.tr .td {
    padding-right: 30px;
    position: relative;
}

.table a.tr .td::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 3px solid transparent;
    border-left: 12px solid #000;
}


/*** フォーム用表 ***/

.form-table .tr {
    display: flex;
    text-decoration: none;
    color: #000;
}

.form-table a.tr:hover {
    background: -moz-linear-gradient(left, #4AF8FF, #FFFF3B 34%);
    background: -webkit-linear-gradient(left, #4AF8FF, #FFFF3B 34%);
    background: linear-gradient(to right, #4AF8FF, #FFFF3B 34%);
}

.form-table .th p {
    font-size: 16px;
    padding-top: 3px;
    margin: 1em 0;
    font-weight: bold;
    display: inline-block;
}

.form-table .th {
    width: 192px;
    padding-right: 10px;
    text-align: left;
}

.form-table .th.required p {
    position: relative;
}

.form-table .th.required p::before {
    content: "*";
    position: absolute;
    top: -1px;
    right: -11px;
    color: red;
    font-size: 18px;
}

.form-table a.tr .th p {
    font-weight: bold;
}

.form-table .td p {
    font-size: 18px;
    margin: 1em 0;
}

.form-table .td {
    width: 98%;
    width: -webkit-calc(100% - 192px);
    width: calc(100% - 192px);
}

.form-table .td textarea {
    width: 100%;
    font-size: 16px;
    padding: 6px;
}

.form-table .td input {
    width: 384px;
    font-size: 16px;
    padding: 6px;
}

.form-table .td select {
    width: 384px;
    font-size: 16px;
    padding: 6px;
}

.form-table a.tr .td {
    padding-right: 30px;
    position: relative;
}

.form-table a.tr .td::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 3px solid transparent;
    border-left: 12px solid #000;
}

.form-button .primary-btn {
    width: 210px;
    margin-left: 192px;
    padding-top: 20px;
    padding-bottom: 20px;
}


/*** フォーム ***/

.form-comfarm-btn .secondary-btn,
.form-comfarm-btn .primary-btn {
    margin-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    min-width: 170px;
}


/*** 年表 ***/

.history-table__line {
    display: flex;
    position: relative;
    padding-left: 146px;
}

.history-table__y p {
    font-size: 22px;
    margin: 3px 0 0;
}

.history-table__m p {
    font-size: 22px;
    margin: 3px 0 0;
    text-align: right;
    padding-right: 42px;
}

.history-table__content p {
    font-size: 18px;
    line-height: 2.6;
    margin: 2px 0;
}

.history-table__y {
    width: 77px;
    position: absolute;
    top: 0;
    left: 0;
}

.history-table__m {
    width: 71px;
    position: absolute;
    top: 0;
    left: 71px;
}

.history-table__m::before {
    content: "";
    position: absolute;
    top: 20px;
    right: 18px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #000;
}

.history-table {
    overflow: hidden;
    position: relative;
}

.history-table::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 120px;
    width: 1px;
    height: 100%;
    background: #CCCCCC;
}


/*** メインビジュアル・タイトル ***/

.main-visual__breadcrumbs {
    max-width: 1120px;
    margin: 160px auto 0;
    position: relative;
    z-index: 2;
}

.main-visual__breadcrumbs p {
    margin-bottom: 1em;
    line-height: 1;
}

.main-visual__breadcrumbs a,
.main-visual__breadcrumbs span {
    font-size: 12px;
    text-decoration: none;
    color: #000;
    margin: 0 10px;
}

.main-visual__breadcrumbs a:first-child {
    margin-left: 0;
}

.main-visual h1 {
    max-width: 1120px;
    margin: 50px auto 0;
    font-size: 80px;
    position: relative;
    z-index: 2;
    padding-top: 118px;
    font-family: 'Roboto';
    font-weight: normal;
}

.main-visual h1 span {
    display: block;
    background-size: auto 100%;
    background-position: left;
    background-repeat: no-repeat;
    height: 180px;
    position: absolute;
    top: 0;
    left: -50px;
    text-indent: -9999px;
    width: 100%;
    z-index: -1;
}

.main-visual {
    height: 600px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.main-visual__bg {
    position: absolute;
    top: 0;
    height: 100%;
    left: 50%;
    transform: translateX(-368px);
    width: 88%;
    width: -webkit-calc(50vw + 368px);
    width: calc(50vw + 368px);
    z-index: 1;
    background-position: center left;
    background-size: cover;
    border-left: 1px solid #fff;
    background-color: #fff;
}


/*** 大リードブロック ***/

.large-read .large-read__strong {
    font-size: 72px;
    line-height: 1.44444;
    margin-top: -150px;
    margin-bottom: 0.6em;
    font-family: UD Shin Go Conde90 M, "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.large-read .large-read__text {
    font-size: 18px;
    line-height: 2.5;
    margin-bottom: 0;
}

.large-read {
    position: relative;
}

@media screen and (min-width: 1001px) {
    .secondary-btn:hover {
        background: #666;
    }
    .sp-only {
        display: none;
    }
    /*** ページトップヘ戻るボタン ***/
    p.to-top__btn a:hover {
        opacity: 0.3;
    }
    /*** グローバルナビ ***/

    .global-navigation__link-inner {
        background-color: rgba(255,255,255,.65);
        height: 48px;
        border-radius: 24px;
        padding: 4px 30px 0 10px;
    }

    .global-navigation__link a:hover {
        border-bottom: 2px solid #000;
    }
    .on-image .global-navigation__link a:hover {
        border-bottom-color: #fff;
    }
    /*** 左下ページ内リンク ***/
    /*** フッター ***/
    footer p .policy:hover {
        text-decoration: underline;
    }
    /*** メインビジュアル・タイトル ***/
    .main-visual__breadcrumbs a:hover {
        border-bottom: 1px solid #000;
    }
}

@media screen and (max-width: 1400px) {
    /*** グローバルナビ ***/
    nav.global-navigation {
        padding: 0 20px;
    }
    /*** 左下ページ内リンク ***/
    nav.bottom-navigation {
        left: 20px;
    }
}

@media screen and (max-width: 1300px) {
    .container {
        max-width: 900px;
    }
    /*** ページトップヘ戻るボタン ***/
    p.to-top__btn {
        max-width: 900px;
    }
    /*** フッター ***/
    footer p {
        max-width: 900px;
    }
    /*** メインビジュアル・タイトル ***/
    .main-visual h1 {
        max-width: 900px;
    }
    .main-visual__breadcrumbs {
        max-width: 900px;
    }
    .main-visual__bg {
        width: -webkit-calc(50vw + 258px);
        width: calc(50vw + 258px);
        transform: translateX(-258px);
    }
    .full-width__img {
        left: 258px;
    }
}

@media screen and (max-width: 1000px) {
    .pc-only {
        display: none;
    }
    .container {
        padding: 30px 24px 30px;
        overflow-x: hidden;
    }
    .container>h1 {
        transform: none;
        font-size: 30px;
        line-height: 1.5;
    }
    .container>h2 {
        transform: none;
        font-size: 30px;
    }
    h3 {
        font-size: 32px;
    }
    h3 span {
        left: 0;
        top: -19px;
        width: 100%;
    }
    .container>h4::before {
        left: -76px;
    }
    h4 {
        margin-top: 1.2em;
        margin-bottom: 0.5em;
        font-size: 25px;
    }
    p.float-image__right {
        margin-top: 2em;
        float: none;
        padding-left: 0;
        max-width: none;
    }
    p.float-image__right img {
        width: 100%;
    }
    p {
        margin: 1em 0;
    }
    .full-width__img {
        left: -24px;
        transform: none;
    }
    .full-width {
        height: 31vw;
    }
    footer p {
        padding: 10px 24px;
    }
    /*** ページトップヘ戻るボタン ***/
    p.to-top__btn a {
        right: 24px;
    }
    /*** Grid system ***/
    .row {
        display: block;
        margin-bottom: 40px;
    }
    .row>div {
        width: 100%;
        margin-bottom: 40px;
    }
    /*** グローバルナビ ***/
    .global-navigation__link {
        position: fixed;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.8);
        width: 100vw;
        height: 130vh;
        margin: 0;
        padding-top: 80px;
        display: none;
        z-index: 1;
    }
    .open .global-navigation__link {
        display: block;
    }
    a.global-navigation__main-logo {
        width: 80px;
        height: 40px;
        background-size: contain;
        margin-top: 20px;
        position: relative;
        z-index: 2;
    }
    .open a.global-navigation__main-logo {
        background-image: url(../img/logo__w.svg);
    }
    nav.global-navigation {
        padding: 0 24px;
    }
    nav.global-navigation::before {
        opacity: 0.8;
    }
    .global-navigation__link a {
        color: #fff!important;
        display: block;
        font-size: 22px;
        margin: 0;
        padding: 0 24px;
    }
    .global-navigation__link a:last-child {
        /* margin-top: 31px; */
        /* font-size: 22px; */
    }
    
    .global-navigation__sp-btn-wrapper {
        display: block;
        background-color: rgba(255,255,255,.65);
        padding: 10px 10px 8px;
        margin-top: 16px;
    }

    .global-navigation__sp-btn {
        display: block;
        width: 40px;
        border-top: 2px solid #000;
        height: 30px;
        position: relative;
        z-index: 2;
    }
    .global-navigation__sp-btn::before {
        content: "";
        position: absolute;
        top: 10px;
        left: 0;
        width: 100%;
        height: 2px;
        background: #000;
    }
    .open .global-navigation__sp-btn::before {
        background: #fff;
    }
    .global-navigation__sp-btn::after {
        content: "";
        position: absolute;
        top: 22px;
        left: 0;
        width: 40%;
        height: 2px;
        background: #000;
    }
    /*** 左下ページ内リンク ***/
    nav.bottom-navigation {
        display: none;
    }
    /*** 表 ***/
    .table .th {
        width: 100px;
    }
    .table .td {
        width: -webkit-calc(100% - 100px);
        width: calc(100% - 100px);
    }
    /*** フォーム用表 ***/
    .form-table .tr {
        display: block;
    }
    .form-table .td select {
        width: 100%;
    }
    .form-table .td {
        width: 100%;
    }
    .form-table .td input {
        width: 100%;
    }
    .form-table .th {
        width: 100%;
    }
    .form-table .th p {
        margin: 0;
    }
    .form-table .td p {
        margin-top: 2px;
    }
    .form-button .primary-btn {
        margin-left: 0;
    }
    /*** フォーム ***/
    .form-comfarm-btn .secondary-btn,
    .form-comfarm-btn .primary-btn {
        min-width: 0;
        margin-right: 20px;
    }
    /*** 年表 ***/
    .history-table__y+.history-table__m+.history-table__content {
        margin-top: 40px;
    }
    .history-table__line {
        padding-left: 81px;
    }
    .history-table__m {
        left: 19px;
    }
    .history-table__m p {
        font-size: 18px;
        margin-top: -1px;
    }
    .history-table__m::before {
        right: 24px;
        top: 13px;
    }
    .history-table__content p {
        line-height: 1.8;
    }
    .history-table::before {
        left: 62px;
        top: 65px;
    }
    .history-table__y+.history-table__m {
        margin-top: 40px;
    }
    /*** メインビジュアル・タイトル ***/
    .main-visual__bg {
        width: 100%;
        transform: translateY(-1px);
        left: 0;
        top: 118px;
        height: 61vw;
    }
    .main-visual__breadcrumbs {
        padding: 0 24px;
        margin-top: 80px;
    }
    .main-visual h1 {
        font-size: 46px;
        padding: 0 24px 0 40px;
        margin-top: 62vw;
    }
    .main-visual h1 span {
        left: 24px;
        top: -62px;
        background-size: contain;
        height: 110px;
        width: 90%;
        width: -webkit-calc(100% - 48px);
        width: calc(100% - 48px);
    }
    .main-visual {
        height: auto;
    }
    /*** 大リードブロック ***/
    .large-read .large-read__strong {
        font-size: 32px;
        margin-top: 0;
    }
    .large-read .large-read__text {
        line-height: 2;
        font-size: 15px;
    }
}


/********* TOP *********/

.top-video__wrap {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.top-video__wrap video {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
}


/********* COMPANY *********/

.company__access__map-caption {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.company__access__map-caption::before {
    content: "";
    background: -moz-linear-gradient(left, #4AF8FF, #FFFF3B 34%);
    background: -webkit-linear-gradient(left, #4AF8FF, #FFFF3B 34%);
    background: linear-gradient(to right, #4AF8FF, #FFFF3B 34%);
    height: 370px;
    position: absolute;
    bottom: 0;
    z-index: -1;
    left: 368px;
    transform: translateX(-50vw);
    width: 98%;
    width: -webkit-calc(100% - 20px);
    width: calc(560px + 50vw);
}

iframe.company__access__map {
    width: 100%;
    height: 480px;
}

p.company__access__tours-btn {
    padding-right: 288px;
    position: relative;
}

p.company__access__tours-btn .secondary-btn {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

@media screen and (max-width: 1300px) {
    .company__access__map-caption::before {
        right: 0;
        left: auto;
        transform: none;
    }
}

@media screen and (max-width: 1000px) {
    iframe.company__access__map {
        height: 60vw;
    }
    .company__access__map-caption::before {
        width: 100vw;
        right: -24px;
    }
    p.company__access__tours-btn {
        padding: 0;
    }
    p.company__access__tours-btn .secondary-btn {
        position: relative;
        margin: 20px auto 0;
        display: block;
        transform: none;
        width: 280px;
    }
}


/********* JOIN OUR TEAM *********/

#join-our-team .main-visual h1 span {
    top: -9px;
    height: 220px;
} 
#join-our-team .news .table {
    margin-bottom: 30px;
}

#join-our-team .occupation p.occupation__btn {
    text-align: center;
}

#join-our-team .occupation p.occupation__btn .primary-btn {
    font-size: 24px;
    width: 448px;
}

#join-our-team .occupation .row {
    flex-wrap: wrap;
    margin: 35px -16px 45px
}

#join-our-team .occupation .row > div{
    padding-top: 15px;
    padding-bottom: 15px;
}

#join-our-team .occupation .row a {
    text-decoration: none;
    color: #000;
    display: block;
}

#join-our-team .occupation .row a:hover {
    opacity: 0.7;
}

#join-our-team .occupation .row a p {
    font-size: 20px;
    line-height: 1.6;
    margin-top: 10px;
    position: relative;
    margin-bottom: 0;
    padding-right: 23px;
}

#join-our-team .occupation .row a p::before {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 13px;
    border: 4px solid transparent;
    border-left: 13px solid #000;
}

#join-our-team .occupation .row a p span {
    font-size: 16px;
    display: block;
}

#join-our-team .company .row h4 {
    font-size: 32px;
    margin: 0 0 16px;
}

p.performance__graf::before {
    content: "";
    background: -moz-linear-gradient(left, #4AF8FF, #FFFF3B 34%);
    background: -webkit-linear-gradient(left, #4AF8FF, #FFFF3B 34%);
    background: linear-gradient(to right, #4AF8FF, #FFFF3B 34%);
    height: 370px;
    position: absolute;
    bottom: -30px;
    z-index: -1;
    left: 0;
    width: 100vw;
}

p.performance__graf {
    position: relative;
}

#join-our-team .performance {
    overflow-x: hidden;
}

#join-our-team .business__content {
    position: relative;
    margin-top: 20px;
}

#join-our-team .business__content::before {
    content: "";
    background: -moz-linear-gradient(left, #4AF8FF, #FFFF3B 34%);
    background: -webkit-linear-gradient(left, #4AF8FF, #FFFF3B 34%);
    background: linear-gradient(to right, #4AF8FF, #FFFF3B 34%);
    height: 370px;
    position: absolute;
    top: -20px;
    z-index: -1;
    left: 368px;
    transform: translateX(-50vw);
    width: 98%;
    width: -webkit-calc(100% - 20px);
    width: calc(560px + 50vw);
}

@media screen and (max-width: 1300px) {
    #join-our-team .business__content::before {
        left: auto;
        transform: none;
        right: 0;
    }
}

@media screen and (max-width: 1000px) {
     #join-our-team .main-visual h1 span {
        top: -62px;
        height: 110px;
    } 
    #join-our-team .main-visual__bg {
        background-image: url(../img/mv__join-our-team__sp.jpg)!important;
    }
    #join-our-team .company .row h4 {
        font-size: 24px;
    }
    p.performance__graf {
        margin-bottom: 20px;
    }
    p.performance__graf::before {
        height: 32vw;
        bottom: 0px;
        left: -24px;
    }
    #join-our-team .occupation .row a p {
        font-size: 24px;
    }
    #join-our-team .occupation .row a p::before {
        bottom: 14px;
    }
    #join-our-team .occupation p.occupation__btn .primary-btn {
        width: 100%;
        font-size: 20px;
    }
    #join-our-team .business__content::before {
        right: -24px;
        width: 100vw;
    }
    #join-our-team .performance img {
        width: 100%;
    }
}


/********* PRIVACY POLICY *********/

#privacy-policy .policy ol {
    list-style: decimal;
    padding-left: 2.2em;
    line-height: 2;
}


/********* INTERVIEW DETAIL *********/

#interview-detail .main-visual {
    height: 840px;
}

#interview-detail .main-visual h1 {
    padding-top: 0;
    padding-bottom: 118px;
}

#interview-detail .main-visual h1 span {
    top: auto;
    bottom: 0;
}

#interview-detail .other-interview__text .title {
    font-size: 24px;
    margin: 0.2em 0 0.1em;
    line-height: 1.4;
    font-weight: bold;
}

#interview-detail .other-interview .row a {
    text-decoration: none;
    color: #000;
}

#interview-detail .other-interview .row a:hover {
    opacity: 0.7;
}

#interview-detail .other-interview__text .job {
    font-size: 12px;
    margin: 0 0 0em;
    font-family: 'Roboto';
}

#interview-detail .other-interview__text .name {
    font-weight: bold;
    font-size: 16px;
    margin: 0;
}

.main-visual__interview-profile {
    max-width: 1120px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}

.main-visual__interview-profile>div {
    background: #fff;
    border: 1px solid #000;
    width: 645px;
    display: flex;
    padding: 30px;
}

p.main-visual__interview-profile__name {
    font-size: 32px;
    width: 35%;
    margin: -0.1em 0 0;
    line-height: 1.4;
}

p.main-visual__interview-profile__name span {
    display: block;
    font-size: 0.55em;
}

p.main-visual__interview-profile__name__tetail {
    width: 65%;
    font-size: 14px;
    margin: 0;
}
#interview-detail .main-visual h1.art-director span {background-size: auto 73%;}
@media screen and (max-width: 1300px) {
    .main-visual__interview-profile {
        max-width: 900px;
    }
}

@media screen and (max-width: 1000px) {
    #interview-detail .main-visual h1 {
        margin-top: 58vw;
    }
    #interview-detail .main-visual {
        height: auto;
    }
    .main-visual__interview-profile {
        margin: 0;
        padding: 0 24px;
    }
    .main-visual__interview-profile>div {
        width: 100%;
        display: block;
        padding: 20px;
    }
    p.main-visual__interview-profile__name {
        width: 100%;
        margin: 0 0 0.3em;
    }
    p.main-visual__interview-profile__name__tetail {
        width: 100%;
    }
    #interview-detail .main-visual h1.art-director span {background-size: contain;}
    #interview-detail .main-visual h1.art-director {padding-bottom: 90px;}
}


/********* BUSINESS *********/

.row.ip-produce {
    margin-top: 0;
}
section#business__project h3 span {
    top: 19px;
}
div.ip-produce__title {
    font-size: 24px;
    line-height: 1.4;
    margin: 0.8em 0 0.6em;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: auto 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

div.ip-produce__title span {
    font-size: 16px;
    display: block;
}

div.ip-produce__title img {
    width: auto;
    height: 40px;
}

p.ip-produce__text {
    margin: 00 0;
    line-height: 1.8;
}

p.ip-produce__sns {
    margin-top: 1em;
    line-height: 1.8;
}

p.ip-produce__sns a {
    margin-right: 1.3em;
}

p.ip-produce__sns a img {
    vertical-align: middle;
}

img.ip-produce__icon {
    width: 28px;
    height: auto;
}

p.game-contents__title {
    font-size: 24px;
    line-height: 1.4;
    margin: 0.4em 0 0.2em;
}

p.game-contents__title span {
    font-size: 16px;
    display: block;
}

p.game-contents__text {
    margin: .8em 0 0;
    line-height: 1.8;
}

.container>h5.project__inspix-world {
    background: url(../img/business__game-contents__title.png)no-repeat center right/contain;
    height: 50px;
    text-indent: -9999px;
}

.container>h5.project__inspix-world::before {
    height: 100%;
    right: 541px;
}

.uniqueness h4::before {
    display: none;
}

.uniqueness-image {
    display: flex;
    justify-content: space-between;
    margin-top: -20px;
    margin-bottom: 40px;
}

.uniqueness-image p {
    font-size: 14px;
    margin: 0;
    line-height: 1.6;
}

.uniqueness-image h4 {
    font-size: 20px;
    margin: 0 0 6px;
}
.uniqueness-image h4 img {
    height: 17px;
    width: auto;
}

.uniqueness-image>div {
    width: 32%;
    border: 3px solid #ddd;
    padding: 15px;
}

.uniqueness-image>div:nth-of-type(1) {
    border-color: #01b9b9;
}

.uniqueness-image>div:nth-of-type(2) {
    border-color: #ff02ce;
}

.uniqueness-image>div:nth-of-type(3) {
    border-color: #ff8b04;
}

.uniqueness-image>div:nth-of-type(1) h4 {
    color: #01b9b9;
}

.uniqueness-image>div:nth-of-type(2) h4 {
    color: #ff02ce;
}

.uniqueness-image>div:nth-of-type(3) h4 {
    color: #ff8b04;
}

h5.business__project-h5 {
    /* margin-bottom: -1.5em; */
    margin-top: 1em;
    font-size: 24px;
}

h5.business__project-h5::before {
    display: none;
}
h5.business__project-h5::after {
    content: "";
    position: absolute;
    top: 38px;
    left: -96px;
    width: 64px;
    height: 1px;
    background: #000;
}
h4.business__project-h4 {
    padding: 0.5em 0;
}

h4.business__project-h4::after {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    right: 0;
    width: 98%;
    width: -webkit-calc(560px + 50vw);
    width: calc(560px + 50vw);
    background: -moz-linear-gradient(left, #4AF8FF, #FFFF3B 34%);
    background: -webkit-linear-gradient(left, #4AF8FF, #FFFF3B 34%);
    background: linear-gradient(to right, #4AF8FF, #FFFF3B 34%);
}

h4.business__project-h4::before {
    display: none;
}
#business h5.no-bg__h5 {
    margin-bottom: 0.9em;
    margin-top: 1.4em;
    font-size: 18px;
}
@media screen and (max-width: 1300px) {
    .container>h5::before {
        right: 0;
        left: auto;
        transform: none;
    }
    p.ip-produce__title {
        background-size: 89px auto;
    }
}

@media screen and (max-width: 1000px) {
    section#business__project h3 span{top:-19px}
    section#business__project h3 span br{display: none;}
    .container>h5.project__inspix-world::before {
        right: 100%;
    }
    .container>h5::before {
        width: 100vw;
        right: -24px;
    }
    .uniqueness-image {
        display: block;
    }
    .uniqueness-image>div {
        width: 100%;
        margin-bottom: 10px;
        padding: 10px 15px;
    }
    h4.business__project-h4::after {
        width: 16px;
        left: -24px;
        transform: none;
    }
    
    h5.business__project-h5::after {
        left: -76px;
    }
}

/* WordPress ブロックエディター用 */
img {
    height: auto;
}

.wp-block-image {
  margin: 2em 0;
}

.wp-block-image img {
  height: auto;
}

.alignright {
    float: right;
    margin: 0 0 2em;
    padding-left: 40px;
    max-width: 488px;
}

.alignleft {
    float: left;
    margin: 0 0 2em;
    padding-right: 40px;
    max-width: 488px;
}

/* NEWSカテゴリー表示 */
nav.news-navigation {
    position: fixed;
    bottom: 40px;
    left: 100px;
    width: 200px;
    z-index: 10;
}

@media screen and (max-width: 1300px) {
    nav.news-navigation {
        left: 20px;
    }
}

nav.news-navigation ul {
    margin: 0;
    padding: 0;
}

nav.news-navigation a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    line-height: 2.8;
    display: inline-block;
    position: relative;
    font-family: 'Roboto';
    background: #000;
    width: 130px;
    text-align: left;
    border-radius: 60px;
    margin-top: 11px;
    padding: 0 20px;
}

nav.news-navigation a.current,
nav.news-navigation-inline a.current {
    background: -moz-linear-gradient(left, #A30E75, #FF00E2 80%);
    background: -webkit-linear-gradient(left, #A30E75, #FF00E2 80%);
    background: linear-gradient(to right, #A30E75, #FF00E2 80%);
}

nav.news-navigation a:hover {
    text-decoration: none!important;
    border: none!important;
    background: -moz-linear-gradient(left, #A30E75, #FF00E2 80%);
    background: -webkit-linear-gradient(left, #A30E75, #FF00E2 80%);
    background: linear-gradient(to right, #A30E75, #FF00E2 80%);
}

nav.news-navigation a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    border: 3px solid transparent;
    border-left: 8px solid #fff;
    transform: translateY(-2px);
}
nav.news-navigation-inline {
    display: none;
}

@media screen and (max-width: 1000px) {
    nav.news-navigation {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    nav.news-navigation-inline {
        display: block;
        margin-bottom: 20px;
    }

    nav.news-navigation-inline ul {
        display: flex;
        flex-wrap: wrap;
        margin: -5px;
        padding: 0;
        justify-content: space-between;
    }

    nav.news-navigation-inline ul li {
        padding: 0px;
        width: 49%;
        box-sizing: border-box;
    }

    nav.news-navigation-inline ul li a {
        height: 34px;
        text-decoration: none;
        color: #fff;
        font-size: 12px;
        line-height: 3.1;
        display: inline-block;
        position: relative;
        font-family: 'Roboto';
        background: #000;
        width: 100%;
        text-align: left;
        border-radius: 60px;
        margin-top: 11px;
        padding: 0 17px;
    }

nav.news-navigation-inline ul li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 7px;
    border: 3px solid transparent;
    border-left: 6px solid #fff;
    transform: translateY(-2px);
}

    nav.news-navigation-inline ul li a::before {
        right: 10px;
    }
}

.news-category-label {
    display: inline-block;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    height: 20px;
    border-radius: 10px;
    line-height: 20px;
    font-size: 11px;
    padding: 0 10px;
    margin-left: 15px;
    margin-bottom: 5px;
    vertical-align: middle;
}

@media screen and (max-width: 1000px) {
    .news-category-label {
        margin-left: 0;
    }
}

/* FAQ */

.faq-hr {
    position: relative;
    padding-top: 0px;
}

.faq-hr::before {
    content: "";
    background: -moz-linear-gradient(left,#4af8ff,#ffff3b 34%);
    background: -webkit-linear-gradient(left,#4af8ff,#ffff3b 34%);
    background: linear-gradient(to right,#4af8ff,#ffff3b 34%);
    height: 80px;
    position: absolute;
    top: 0;
    z-index: -1;
    right: 0;
    width: 98%;
    width: -webkit-calc(100% - 20px);
    width: calc(560px + 50%);
}

@media screen and (max-width: 1000px) {
    .faq-hr {
        padding-top: 40px;
    }

    .faq-hr::before {
        width: 100%;
    }
}

.faq-category {
    display: flex;
    margin: 45px 0 0;
}

@media screen and (max-width: 1000px) {
    .faq-category {
        display: block;
        margin: 45px 0 0;
    }
}

.faq-category h5 {
    font-size: 16px;
    line-height: 2;
    margin: 0;
}

.faq-category p {
    margin: 0 0 0 2em;
}

@media screen and (max-width: 1000px) {
    .faq-category p {
        margin: 0;
    }
}

.faq-list button {
    position: relative;
    background-color: #F5F5F5;
    font-size: 16px;
    line-height: 2;
    padding: 20px 20px 20px 97px;
    margin-top: 13px;
    border: 0;
    width: 100%;
    text-align: left;
}

@media screen and (max-width: 1000px) {
    .faq-list button {
        padding: 15px 30px 15px 82px;
    }
}

.faq-list button::before {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 63px;
    height: 100%;
    background-color: #000;
    color: #fff;
    font-size: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
    content: 'Q';
    font-family: 'Roboto', sans-serif;
}

.faq-list button::after {
    position: absolute;
    right: 21px;
    top: calc(50% - 16px);
    content: '＞';
    transform: rotate(-90deg);
    color: #A70EAF;
}


@media screen and (max-width: 1000px) {
    .faq-list button::after {
        right: 10px;
    }
}

.faq-list button.open::after {
    transform: rotate(90deg);
    color: #000;
}

.faq-list dd {
    padding: 20px 20px 20px 97px;
    margin: 0;
    line-height: 1.8;
}
@media screen and (max-width: 1000px) {
    .faq-list dd {
        padding: 20px 0 20px 0;
    }
}

.faq-list dd[aria-hidden="true"] {
    display: none;
}

/* CONTACT */


.contact-hr {
    position: relative;
    margin-top: 50px;
}

@media screen and (max-width: 1000px) {
    .contact-hr {
        margin-top: 0;
    }
}

.contact-hr::before {
    content: "";
    background: -moz-linear-gradient(left,#4af8ff,#ffff3b 34%);
    background: -webkit-linear-gradient(left,#4af8ff,#ffff3b 34%);
    background: linear-gradient(to right,#4af8ff,#ffff3b 34%);
    height: 80px;
    position: absolute;
    top: 0;
    z-index: -1;
    right: 0;
    width: 98%;
    width: -webkit-calc(100% - 20px);
    width: calc(560px + 50%);
}

@media screen and (max-width: 1000px) {
    .contact-hr::before {
        width: 100%;
    }
}

.contact-type-list {
    display: flex;
    flex-wrap: wrap;
    margin: -30px -10px;
    align-items: stretch;
    padding: 0;
}

.contact-type-list > li {
    padding: 30px 10px;
    width: 33.3333%;
}

@media screen and (max-width: 1000px) {
    .contact-type-list > li {
        padding: 30px 10px;
        width: 100%;
    }
}

.contact-type-panel {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    background-color: #F5F5F5;
    height: 100%;
}

.contact-type-panel-image {
    position: relative;
}

.contact-type-panel-image img {
    display: block;
}

.contact-type-title {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    font-size: 32px;
    margin: 0;
    background-color: rgba(0,0,0,.315);
}

@media screen and (max-width: 1300px) {
    .contact-type-title {
        padding: 0 10px;
        font-size: 28px;
    }
}

.contact-type-text {
    padding: 30px 20px;
}

.contact-type-text p {
    margin: 0;
    line-height: 1.5;
}

.contact-type-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact-type-links > li {
    padding: 25px 0;
    border-top: 1px solid #CCCCCC;
}

.contact-type-links > li:first-child {
    border-top: 0;
    padding-top: 0;
}

.contact-type-links > li:last-child {
    padding-bottom: 0;
}

.contact-type-links > li a {
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    position: relative;
}

.contact-type-links > li a::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	border: 4px solid transparent;
	border-left: 13px solid #000000;
	transform: translateY(-50%);
}

@media screen and (max-width: 1300px) {
    .contact-type-links > li a {
        padding-right: 20px;
    }
    .contact-type-links > li a::after {
        right: 0;
    }
}

@media screen and (max-width: 1000px) {
    .contact-type-links > li a {
        padding-right: 0;
    }
    .contact-type-links > li a::after {
        right: 20px;
    }
}

/* BUSINESS */
.game-contents video {
    width: 100%;
}