@charset "UTF-8";

/* base (reset)
---------------------------------------------------*/
body {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    font-weight: 500;
}
ul,
ol,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
}
ol,
li {
    list-style: none;
}
img {
    border: none;
    line-height: 0;
    font-size: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

/* ---------- */
a {
    margin: 0;
    padding: 0;
    font-size: inherit;
    background: transparent;
}
th,
td {
    font-style: normal;
    font-weight: normal;
    font-size: inherit;
    empty-cells: show;
}
input,
select {
    vertical-align: middle;
}
input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    /*-webkit-appearance: none;*/
    border-radius: 0;
}
pre {
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* CSS3 */
    word-wrap: break-word; /* IE 5.5+ */
}

/* color
---------------------------------------------------*/
:root {
    --main-color: rgba(5, 10, 58, 0.95);
    --primary-color: #0A147D;
    --font-color: #050A3A;
    --background-color: #F0F2F7;
    --white-color: #FFFFFF;
    --yellow-color: #FFFF32;
    --aqua-color: #00FFFF;
    --gray-color: #F2F2F2;
    --hover-color: #0032D2;
    /* font */
    --font-jp: "Noto Sans JP", sans-serif;
    --font-en: "Inter", sans-serif;
    --font-size-n: 16px; /* default */
    --font-size-x: 32px;
    --font-size-xl: 25px;
    --font-size-l: 24px;
    --font-size-ml: 20px;
    --font-size-m: 19px;
    --font-size-sm: 14px;
    --font-size-s: 12px;
    --font-size-ss: 11px;
}

/* 1000px */
@media screen and (max-width: 1000px) {
    :root {
        --font-size-n: 3.4666vw; /* 26px */
        --font-size-x: 6.6666vw; /* 50px */
        --font-size-xl: 5.3333vw; /* 40px */
        --font-size-l: 5.0666vw; /* 38px */
        --font-size-ml: 4.2666vw; /* 32px */
        --font-size-m: 4vw; /* 30px */
        --font-size-sm: 3.0666vw; /* 23px */
        --font-size-s: 2.6666vw; /* 20px */
        --font-size-ss: 2.4vw; /* 18px */
    }
}


/* Selected Text
---------------------------------------------------*/
::selection {
    background: #191919;
    /* Safari */
    color: #FFFFFF;
}

/* HTML
---------------------------------------------------*/
html {
    margin: 0;
    padding: 0;
    min-height: 100%;
    font-size: 62.5%;
    overflow-y: scroll;
}
body {
    position: relative;
    width: 100%;
    line-height: 1;
    color: var(--font-color);
    font-family: var(--font-jp);
    text-transform: initial;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*font-feature-settings: "palt" 1;*/
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-optical-sizing: auto;
    font-size: var(--font-size-n);
    font-weight: 500;
    font-style: normal;
    background-color: var(--main-color);
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.sp-no {
    display: block;
}
br.sp-no {
    display: inline;
}
.pc-no {
    display: none;
}
br.pc-no {
    display: none;
}

/* 1000px */
@media screen and (max-width: 1000px) {
    body {
        min-width: auto;
        min-height: 100%;
        -webkit-text-size-adjust: 100%;
    }
    .pc-no {
        display: block;
    }
    br.pc-no {
        display: inline;
    }
    .sp-no {
        display: none;
    }
    br.sp-no {
        display: none;
    }
}


/* link
---------------------------------------------------*/
a {
    text-decoration: none;
}
a:link,
a:visited,
a:active {
    color: var(--font-color);
}
a:hover {
    color: var(--hover-color);
}
a.u {
    text-decoration: underline;
}
a,
a:hover,
.hover {
    -webkit-transition: opacity 0.5s, color 0.5s;
    transition: opacity 0.5s, color 0.5s;
}
.hover:hover {
    opacity: 0.6;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.hover-scale {
    overflow: hidden;
}
.hover-scale img {
    width: 100%;
    transition: 0.5s
}
a:hover .hover-scale img {
    transform: scale(1.06);
}

/* clearfix
---------------------------------------------------*/
.clearfix {
    min-height: 1px;
    zoom: 1;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: '';
    clear: both;
    height: 0;
}
* html .clearfix {
    height: auto;
    overflow: hidden;
}


/* INPUT
---------------------------------------------------*/
input, button, select, textarea {
    font-family: inherit;
    font-size: 1em;
    color: inherit;
    margin: 0;
}
input, button {
    border: 0;
    line-height: normal;
    vertical-align: inherit;
    *vertical-align: middle;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
    border: 0;
    outline: none;
}
input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="url"],
textarea,
select {
    overflow: hidden;
    outline: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
input:focus{ outline: 0 none black; }

/* ------ */
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
    width: 100%;
    line-height: 1em;
    font-weight: 500;
    background-color: var(--white-color);
    border: 1px solid var(--main-color);
    -webkit-border-radius: 0.2em;
    border-radius: 0.2em;
    padding: 0.9em 1em;
    vertical-align: middle;
}
textarea {
    height: 8em;
    line-height: 1.4em;
    overflow: auto;
    resize: vertical;
}
select {
    width: 100%;
    font-weight: 500;
    background-color: var(--white-color);
    border: 1px solid var(--main-color);
    vertical-align: middle;
    -webkit-border-radius: 0.4em;
    border-radius: 0.4em;
    padding: 0.9em 1em;
    line-height: 1.0em;
}
input:focus,
textarea:focus,
select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 1px var(--aqua-color);
    outline: 2px solid transparent;
}
input[type="submit"]:focus {
    box-shadow: none;
    outline: 0;
}
.select {
    position: relative;
    display: block;
    width: 100%;
}
.select:before {
    position: absolute;
    content: '';
    top: 50%;
    right: 12px;
    transform: translate(0, -50%);
    width: 17px;
    height: 12px;
    background-color: var(--main-color);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    cursor: pointer;
    pointer-events: none;
}
.select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/** placeholder **/
.placeholder {color: #B3B3B3;}
:placeholder-shown {color: #B3B3B3;}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {color: #B3B3B3;}
/* Firefox 18- */
:-moz-placeholder {color: #B3B3B3;}
/* Firefox 19+ */
::-moz-placeholder {color: #B3B3B3;}
/* IE 10+ */
:-ms-input-placeholder {color: #B3B3B3 !important;}

/* 1000px */
@media screen and (max-width: 1000px) {
    input[type="text"],
    input[type="password"],
    input[type="number"],
    input[type="tel"],
    input[type="email"],
    input[type="url"],
    textarea {
        font-size: 16px;
        -webkit-appearance: none;
    }
    select {
        font-size: 16px;
        -webkit-appearance: none;
    }
    .placeholder,
    :placeholder-shown,
    ::-webkit-input-placeholder,
    :-moz-placeholder,
    ::-moz-placeholder,
    :-ms-input-placeholder {
        font-size: 3.125vw;
    }
}

/* .checkbox
-------------------------------------------------------------- */
input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}
.checkbox {
    position: relative;
    display: inline-block;
    padding-left: 2em;
    cursor: pointer;
    transition: 0.5s;
}
.checkbox:after,
.checkbox:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 21px;
    height: 21px;
    background-color: var(--white-color);
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.checkbox:after {
    border: 1px solid var(--main-color);
    z-index: 10;
}
.checkbox:before {
    background-color: var(--main-color);
    background-image: url('../img/common/icon_check.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px 9px;
    border: 1px solid var(--main-color);
    opacity: 0;
    z-index: 20;
}
input[type="checkbox"]:checked + .checkbox:before {
    opacity: 1;
}

/* 1000px */
@media screen and (max-width: 1000px) {
    .checkbox {
        padding-left: 1.8em;
    }
    .checkbox:after,
    .checkbox:before {
        width: 4.6153vw;
        height: 4.6153vw;
        border-radius: 0.5128vw;
    }
    .checkbox:before {
        background-size: 3.3333vw 2.5641vw;
    }
}


/* common
---------------------------------------------------*/
svg {
    display: block;
    width: 100%;
    height: auto;
    fill: var(--main-color);
}
.en {
    font-family: var(--font-en);
    font-weight: 400;
    font-style: normal;
}

.err {
  text-align: center;
  color: #f00;
  padding: 20px 0;
}

/* wrapper
---------------------------------------------------*/
#wrapper {
    position: relative;
    width: 100%;
    background-color: var(--background-color);
    margin: 0 auto;
    padding-top: 100px;
    overflow: hidden;
}
/* contents-wrap */
.contents-wrap {
    position: relative;
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
}
/* contents-block */
.contents-block {
    background-color: var(--white-color);
    border-radius: 9px;
    padding: 54px 48px;
}

/* 1000px */
@media screen and (max-width: 1000px) {
    #wrapper {
        padding-top: 16vw;
    }
    .contents-wrap {
        width: 93.3333vw;
    }
    .contents-block {
        border-radius: 2.4vw;
        padding: 10.6666vw 5.3333vw;
    }
}


/* Header
---------------------------------------------------*/
#Header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--white-color);
    border-top: 4px solid var(--primary-color);
    z-index: 9999;
}
#Header .header-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    width: 96%;
    max-width: 1200px;
    height: 96px;
    margin: 0 auto;
}
#Header .header-inner .logo-wrap .logo {
    width: 270px;
    margin-bottom: 8px;
}
#Header .header-inner .logo-wrap .logo img {
    width: 100%;
}
#Header .header-inner .logo-wrap .name {
    color: #808080;
    font-size: 14px;
}

/*** g-navi */
#g-navi .g-navi-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

/* menu-page */
#g-navi ul.menu-page {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 40px;
}
#g-navi ul.menu-page > li:not(:last-of-type) {
    margin-right: 30px;
}
#g-navi ul.menu-page > li.home {
    display: none;
}
#g-navi ul.menu-page > li > a,
#g-navi ul.menu-page > li > span {
    color: var(--main-color);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 38px 0;
    cursor: pointer;
}
#g-navi ul.menu-page > li > a:hover,
#g-navi ul.menu-page > li.is-active > a,
#g-navi ul.menu-page > li > span:hover,
#g-navi ul.menu-page > li.is-active > span {
    color: var(--hover-color);
}

/* has-child */
#g-navi ul.menu-page > li.has-child > a,
#g-navi ul.menu-page > li.has-child > span {
    position: relative;
    padding-right: 16px;
}
#g-navi ul.menu-page > li.has-child > a::after,
#g-navi ul.menu-page > li.has-child > span::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 12px;
    height: 10px;
    background-color: var(--primary-color);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    transition: 0.5s;
}
/*#g-navi ul.menu-page > li.has-child > a:hover::after,*/
#g-navi ul.menu-page > li.has-child.is-active > a::after,
/*#g-navi ul.menu-page > li.has-child > span:hover::after,*/
#g-navi ul.menu-page > li.has-child.is-active > span::after {
    background-color: var(--hover-color);
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
}

/* sub-menu-wrapper */
#g-navi .sub-menu-wrapper {
    display: none;
    position: absolute;
    top: 96px;
    left: 0;
    width: 100%;
    height: calc(100vh - 96px);
    pointer-events: none;
}
#g-navi .sub-menu-block {
    pointer-events: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1280px;
    background-color: rgba(255, 255, 255, 0.92);
    padding: 0 38px;
    margin: 0 auto;
}
#g-navi .sub-menu-block .sub-menu {
    width: 21.175%;
    max-width: 238px;
    border-bottom: 1px solid #A8B3B9;
}
#g-navi .sub-menu-block .sub-menu:not(:nth-child(4n)) {
    margin-right: 5.1%;
}
#g-navi .sub-menu-block .sub-menu:nth-last-child(-n+4) {
    border-bottom-width: 0;
}
#g-navi .sub-menu-block .sub-menu:nth-child(-n+4) {
    border-bottom-width: 1px;
}

#g-navi .sub-menu-block .sub-menu a {
    display: block;
    padding: 20px 4px 25px 4px;
}
#g-navi .sub-menu-block .sub-menu .title {
    position: relative;
    line-height: 1.68em;
    color: var(--primary-color);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 12px;
}
#g-navi .sub-menu-block .sub-menu .title::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 7px;
    height: 12px;
    background-image: url('../img/common/icon_navi_arrow.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#g-navi .sub-menu-block .sub-menu .txt {
    line-height: 1.75em;
    color: var(--primary-color);
    font-size: 11px;
}

/* menu-contents */
#g-navi ul.menu-contents {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
#g-navi ul.menu-contents > li:not(:last-of-type){
    margin-right: 12px;
}
#g-navi ul.menu-contents li.contact {
    width: 166px;
}
#g-navi ul.menu-contents li.member,
#g-navi ul.menu-contents li.login {
    width: 116px;
}

/* btnMenu */
#btnMenu {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 96px;
    cursor: pointer;
    z-index: 99;
}
#btnMenu .menu-trigger {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 45px;
    height: 30px;
    z-index: 10;
}
#btnMenu .menu-trigger,
#btnMenu .menu-trigger span {
    transition: all 0.5s;
}
#btnMenu .menu-trigger span {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 6px;
    background-color: var(--primary-color);
}
#btnMenu .menu-trigger span:nth-of-type(1) {
    width: 100%;
    top: 0;
}
#btnMenu .menu-trigger span:nth-of-type(2) {
    top: calc(50% - 3px);
}
#btnMenu .menu-trigger span:nth-of-type(2):after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: var(--primary-color);
    transition: all 0.15s;
}
#btnMenu .menu-trigger span:nth-of-type(3) {
    top: auto;
    bottom: 0;
}
#btnMenu.is-active .menu-trigger span {
    background-color: var(--white-color);
}
#btnMenu.is-active .menu-trigger span:nth-of-type(1) {
    transform: translate(50%) scale(0);
}
#btnMenu.is-active .menu-trigger span:nth-of-type(2) {
    transform: rotate(140deg);
}
#btnMenu.is-active .menu-trigger span:nth-of-type(2)::after {
    background-color: var(--white-color);
    transform: rotate(80deg);
}
#btnMenu.is-active .menu-trigger span:nth-of-type(3) {
    transform: translate(-50%) scale(0);
}

/* 1200 */
@media screen and (max-width: 1200px) {
    #Header .header-inner .logo-wrap .logo {
        width: 240px;
    }
    #g-navi ul.menu-page {
        margin-right: 20px;
    }
    #g-navi ul.menu-page > li:not(:last-of-type) {
        margin-right: 16px;
    }
    #g-navi ul.menu-contents > li:not(:last-of-type){
        margin-right: 8px;
    }
    #g-navi ul.menu-contents li.contact {
        width: 166px;
    }
    #g-navi ul.menu-contents li.member,
    #g-navi ul.menu-contents li.login {
        width: 100px;
    }
}

/* 1000 */
@media screen and (max-width: 1000px) {
    #Header {
        border-top-width: 0.8vw;
    }
    #Header .header-inner {
        width: 93.3333vw;
        height: 15.2vw;
    }
    #Header .header-inner .logo-wrap .logo {
        width: 52.5333vw;
        margin-bottom: 1.2vw;
    }
    #Header .header-inner .logo-wrap .name {
        color: #808080;
        font-size: 2.6666vw;
    }

    /*** g-navi */
    #g-navi {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: var(--main-color);
        z-index: 99;
    }
    #g-navi .g-navi-inner {
        display: block;
        max-height: 100%;
        overflow-y: auto;
        padding: 20.2666vw 0 8vw;
    }
    #g-navi .g-navi-inner::-webkit-scrollbar {
        width: 4px;
    }
    #g-navi .g-navi-inner::-webkit-scrollbar-track {
        border-radius: 4px;
        box-shadow: inset 0 0 2px rgba(0, 0, 0, .1);
    }
    #g-navi .g-navi-inner::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .5);
        border-radius: 4px;
        box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
    }

    /* menu-page */
    #g-navi ul.menu-page {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        margin-right: 0;
        margin-bottom: 8vw;
    }
    #g-navi ul.menu-page > li {
        width: 100%;
    }
    #g-navi ul.menu-page > li.home {
        display: block;
        order: 1;
    }
    #g-navi ul.menu-page > li.news {
        order: 2;
    }
    #g-navi ul.menu-page > li.plan {
        order: 4;
    }
    #g-navi ul.menu-page > li.cases {
        order: 3;
    }
    #g-navi ul.menu-page > li.schedule {
        display: none;
    }
    #g-navi ul.menu-page > li:not(:last-of-type) {
        margin-right: 0;
        margin-bottom: 2vw;
    }
    #g-navi ul.menu-page > li > a,
    #g-navi ul.menu-page > li > span {
        display: block;
        text-align: center;
        color: var(--white-color);
        font-size: 4vw;
        font-weight: 500;
        padding: 5.3333vw 0;
    }

    /* has-child */
    #g-navi ul.menu-page > li.has-child > a,
    #g-navi ul.menu-page > li.has-child > span {
        padding-right: 0;
    }
    #g-navi ul.menu-page > li.has-child > a::after,
    #g-navi ul.menu-page > li.has-child > span::after {
        display: none;
    }

    /* sub-menu-wrapper */
    #g-navi .sub-menu-wrapper {
        display: block;
        position: static;
        width: 100%;
        height: auto;
        pointer-events: auto;
    }
    #g-navi .sub-menu-block {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
        background-color: transparent;
        padding: 0;
    }
    #g-navi .sub-menu-block .sub-menu {
        width: auto;
        max-width: none;
        border-bottom-width: 0;
        padding: 0 0.5em;
        margin: 0.5em 0;
    }
    #g-navi .sub-menu-block .sub-menu:not(:nth-child(4n)) {
        margin-right: 0;
    }
    #g-navi .sub-menu-block .sub-menu:nth-child(-n+4) {
        border-bottom-width: 0;
    }
    #g-navi .sub-menu-block .sub-menu:not(:last-child) {
        border-right: 1px solid #A8B3B9;
    }
    #g-navi .sub-menu-block .sub-menu a {
        text-align: center;
        padding: 0;
    }
    #g-navi .sub-menu-block .sub-menu .title {
        line-height: 1.2em;
        color: var(--white-color);
        font-size: 3.4666vw;
        font-weight: 500;
        margin-bottom: 0;
    }
    #g-navi .sub-menu-block .sub-menu .title::after {
        display: none;
    }
    #g-navi .sub-menu-block .sub-menu .txt {
        display: none;
    }

    /* menu-contents */
    #g-navi ul.menu-contents {
        display: block;
    }
    #g-navi ul.menu-contents > li {
        margin: 0 auto;
    }
    #g-navi ul.menu-contents > li:not(:last-of-type) {
        margin: 0 auto 4.5333vw;
    }
    #g-navi ul.menu-contents li.contact,
    #g-navi ul.menu-contents li.member,
    #g-navi ul.menu-contents li.login {
        width: 58.6666vw;
    }
    #g-navi ul.menu-contents li.member,
    #g-navi ul.menu-contents li.login {
        width: 58.6666vw;
    }
    #g-navi ul.menu-contents li .btn-link.gray a {
        color: var(--white-color);
        background-color: var(--primary-color);
        border-color: var(--primary-color);
    }

    #g-navi ul.menu-contents li .btn-link.gray a:hover,
    #g-navi ul.menu-contents li .btn-link.yellow a:hover {
        color: var(--white-color);
        background-color: var(--hover-color);
    }


    /* btnMenu */
    #btnMenu {
        display: block;
        width: 12.6666vw;
        height: 15.2vw;
    }
    #btnMenu .menu-trigger {
        width: 5.8666vw;
        height: 5.3333vw;
    }
    #btnMenu .menu-trigger span {
        height: 0.8vw;
    }
    #btnMenu .menu-trigger span:nth-of-type(2) {
        top: calc(50% - 0.4vw);
    }
    #btnMenu .menu-trigger span:nth-of-type(2):after {
        height: 0.8vw;
    }
    #btnMenu.is-active .menu-trigger {
        width: 8vw;
    }
}


/* Footer
---------------------------------------------------*/
/* page-to-top */
#page-to-top {
    text-align: center;
    background-color: var(--primary-color);
    padding: 19px 20px;
    cursor: pointer;
    transition: background-color 0.5s;
}
#page-to-top span {
    position: relative;
    display: inline-block;
    color: var(--aqua-color);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1em;
    padding-right: 24px;
    transition: color 0.5s;
}
#page-to-top span::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 15px;
    height: 8px;
    background-image: url('../img/common/icon_top.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: background-image 0.5s;
}
#page-to-top:hover {
    background-color: var(--hover-color);
}
#page-to-top:hover span {
    color: var(--white-color);
}
#page-to-top:hover span::after {
    background-image: url('../img/common/icon_top_white.svg');
}

/* Footer */
#Footer {
    background-color: var(--main-color);
    margin-top: 48px;
}
#Footer .footer-inner {
    width: 96%;
    max-width: 1200px;
    padding: 73px 0 30px;
    margin: 0 auto;
}
/* footer-wrap */
#Footer .footer-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
/* logo-wrap */
#Footer .logo-wrap {
    width: 40%;
    padding-top: 22px;
}
#Footer .logo-wrap .logo a {
    display: block;
}
#Footer .logo-wrap .logo img {
    width: 270px;
}
#Footer .logo-wrap .logo .name {
    color: var(--white-color);
    font-size: 14px;
    margin-top: 8px;
}
#Footer .logo-wrap .logo .name span {
    margin-right: 0.2em;
}
/* sns */
#Footer .logo-wrap ul.sns {
    display: -webkit-flex;
    display: flex;
    margin-top: 38px;
}
#Footer .logo-wrap ul.sns > li:not(:last-of-type) {
    margin-right: 27px;
}
#Footer .logo-wrap ul.sns > li > a {
    display: block;
}
#Footer .logo-wrap ul.sns > li .icon img {
    width: 27px;
}
/* navigation */
#Footer .footer-wrap .navigation {
    display: -webkit-flex;
    display: flex;
    width: 60%;
}
#Footer .navigation ul.menu-page {
    width: 33.33%;
    border-right: 1px solid #29ABE2;
    padding: 8px 30px 12px;
}
#Footer .navigation ul.menu-page:first-of-type {
    border-left: 1px solid #29ABE2;
}
#Footer .navigation ul.menu-page > li:not(:last-of-type) {
    margin-bottom: 32px;
}
#Footer .navigation ul.menu-page > li > a {
    color: var(--white-color);
    font-size: 15px;
    letter-spacing: 0.08em;
}
#Footer .navigation ul.menu-page li a:hover {
    color: var(--aqua-color);
}
#Footer .navigation ul.sub-menu {
    margin-top: 18px;
}
#Footer .navigation ul.sub-menu > li:not(:last-of-type) {
    margin-bottom: 14px;
}
#Footer .navigation ul.sub-menu > li > a {
    color: #ccc;
    font-size: 12px;
    letter-spacing: 0.04em;
}

/* menu-contents */
#Footer .navigation ul.menu-contents {
    width: 28.62%;
    margin-left: 4.72%;
}
#Footer .navigation ul.menu-contents li:not(:last-of-type){
    margin-bottom: 12px;
}
#Footer .navigation ul.menu-contents .balloon {
    position: relative;
    background-color: var(--white-color);
    border-radius: 5px;
    padding: 10px 0;
    margin-bottom: 13px;
}
#Footer .navigation ul.menu-contents .balloon::after {
    position: absolute;
    content: '';
    top: calc(100% - 1px);
    left: 50%;
    transform: translate(-50%, 0);
    width: 20px;
    height: 10px;
    background-color: var(--white-color);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}
#Footer .navigation ul.menu-contents .balloon p {
    text-align: center;
    line-height: 1.46em;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

/* copyright-wrap */
#Footer .copyright-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 42px;
}
#Footer .copyright-wrap .logo-jwave a {
    display: block;
}
#Footer .copyright-wrap .logo-jwave a img {
    width: 120px;
}
#Footer .copyright-wrap .copyright {
    color: #29ABE2;
    font-size: 12px;
}


@media screen and (max-width: 1000px) {
    /* page-to-top */
    #page-to-top {
        padding: 4.0666vw 3vw;
        cursor: pointer;
        transition: background-color 0.5s;
    }
    #page-to-top span {
        font-size: 3.6vw;
        padding-right: 5.3333vw;
    }
    #page-to-top span::after {
        width: 3.7333vw;
        height: 2vw;
    }

    /* Footer */
    #Footer {
        margin-top: 10.1333vw;
    }
    #Footer .footer-inner {
        width: 100%;
        padding: 7.4666vw 0;
    }
    /* footer-wrap */
    #Footer .footer-wrap {
        display: block;
    }
    /* logo-wrap */
    #Footer .logo-wrap {
        width: 100%;
        text-align: center;
        padding-top: 0;
    }
    #Footer .logo-wrap .logo img {
        width: 52.5333vw;
    }
    #Footer .logo-wrap .logo .name {
        font-size: 2.6666vw;
        margin-top: 1.3333vw;
    }

    /* sns */
    #Footer .logo-wrap ul.sns {
        -webkit-justify-content: center;
        justify-content: center;
        margin-top: 5.6vw;
        margin-bottom: 6vw;
    }
    #Footer .logo-wrap ul.sns > li:not(:last-of-type) {
        margin-right: 6vw;
    }
    #Footer .logo-wrap ul.sns > li .icon img {
        width: 6vw;
    }
    /* navigation */
    #Footer .footer-wrap .navigation {
        display: block;
        width: 100%;
    }
    #Footer .navigation ul.menu-page {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
        width: 100%;
        border-right-width: 0;
        border-bottom: 1px solid #29ABE2;
        padding: 2.6666vw 0;
    }
    #Footer .navigation ul.menu-page:first-of-type {
        border-left-width: 0;
        border-top: 1px solid #29ABE2;
    }
    #Footer .navigation ul.menu-page > li {
        width: 100%;
    }
    #Footer .navigation ul.menu-page:first-of-type > li {
        width: 33.33%;
    }
    #Footer .navigation ul.menu-page > li:not(:last-of-type) {
        margin-bottom: 0;
    }
    #Footer .navigation ul.menu-page > li > a {
        display: block;
        text-align: center;
        font-size: 3.7333vw;
        padding: 2.1333vw 0;
    }
    #Footer .navigation ul.sub-menu {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
        margin-top: 0;
    }
    #Footer .navigation ul.sub-menu > li {
        padding: 0 0.5em;
        margin: 1.6vw 0;
    }
    #Footer .navigation ul.sub-menu > li:not(:last-of-type) {
        margin-bottom: 1.6vw;
        border-right: 1px solid #ccc;
    }
    #Footer .navigation ul.sub-menu > li > a {
        font-size: 3.2vw;
        letter-spacing: 0.08em;
    }

    /* menu-contents */
    #Footer .navigation ul.menu-contents {
        width: 53.0666vw;
        margin: 6.2666vw auto 0;
    }
    #Footer .navigation ul.menu-contents li:not(:last-of-type){
        margin-bottom: 2.6666vw;
    }
    #Footer .navigation ul.menu-contents .balloon {
        border-radius: 2.4vw;
        padding: 2vw 0;
        margin-bottom: 3.2vw;
    }
    #Footer .navigation ul.menu-contents .balloon::after {
        width: 4.2666vw;
        height: 2.1333vw;
    }
    #Footer .navigation ul.menu-contents .balloon p {
        font-size: 3.4666vw;
        font-weight: 700;
        letter-spacing: 0.06em;
    }

    /* copyright-wrap */
    #Footer .copyright-wrap {
        display: block;
        margin-top: 9.3333vw;
    }
    #Footer .copyright-wrap .logo-jwave a {
        text-align: center;
        margin-bottom: 3.7333vw;
    }
    #Footer .copyright-wrap .logo-jwave a img {
        width: 29.7333vw;
    }
    #Footer .copyright-wrap .copyright {
        text-align: center;
        font-size: 2.6666vw;
    }
}



/* breadcrumbs
---------------------------------------------------*/
#breadcrumbs {
    padding: 16px;
}
#breadcrumbs ol {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
}
#breadcrumbs ol li {
    position: relative;
    font-size: 11px;
}
#breadcrumbs ol li:not(:last-child) {
    padding-right: 1em;
    margin-right: 1em;
}
#breadcrumbs ol li:not(:last-child)::after {
    position: absolute;
    content: '';
    top: 42%;
    right: 0;
    width: 0.5em;
    height: 0.5em;
    border-top: 1px solid #72ADB1;
    border-right: 1px solid #72ADB1;
    transform: rotate(45deg) translate(0, -50%);
}
#breadcrumbs ol li a {
    color: #72ADB1;
}
#breadcrumbs ol li a:hover {
    color: var(--hover-color);
    text-decoration: underline;
}
#breadcrumbs ol li a.inv {
    pointer-events: none;
}

/* 1000 */
@media screen and (max-width: 1000px) {
    #breadcrumbs {
        padding: 3.2vw 1.6vw;
    }
    #breadcrumbs ol li {
        font-size: 2.4vw;
    }
}


/* pagination
---------------------------------------------------*/
/* pagination */
.pagination {
    margin-top: 100px;
}
.pagination ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.pagination ul li {
    margin: 10px 5px 0;
}
.pagination ul li a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 28px;
    height: 28px;
    color: var(--main-color);
    font-size: var(--font-size-s);
    background-color: var(--white-color);
    border: 1px solid #CDCED8;
    border-radius: 50%;
    transition: 0.5s;
}
.pagination ul li a.is-current {
    color: var(--white-color);
    background-color: var(--main-color);
    border-color: var(--main-color);
}
.pagination ul li a:hover {
    border-color: var(--main-color);
}
/* 1000 */
@media screen and (max-width: 1000px) {
    .pagination {
        margin-top: 21.3333vw;
    }
    .pagination ul li {
        margin: 2.1333vw 1.0666vw 0;
    }
    .pagination ul li a {
        width: 6vw;
        height: 6vw;
    }
}


/* title
---------------------------------------------------*/
.page-title {
    text-align: center;
    margin-bottom: 50px;
}
.page-title .ttl-page {
    line-height: 1.75em;
    font-size: var(--font-size-x);
    font-weight: 700;
    letter-spacing: 0.12em;
    margin-bottom: 10px;
}
.page-title .explain {
    line-height: 1.75em;
    font-size: var(--font-size-sm);
}

/* ttl-section */
.ttl-section {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 34px;
}
.ttl-section.center {
    -webkit-justify-content: center;
    justify-content: center;
}
.ttl-section .title {
    line-height: 1.75em;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 0.1em;
}
.ttl-section .title .b {
    font-weight: 700;
}
.ttl-section .explain {
    line-height: 1.75em;
    color: #808080;
    font-size: 12px;
    margin-left: 30px;
}
.ttl-section .more {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}
.ttl-section .more a {
    font-size: 14px;
    font-weight: 700;
    padding-right: 15px;
    transition: color 0.5s;
}
.ttl-section .more a::after {
    position: absolute;
    content: '';
    top: 60%;
    right: 0;
    transform: translate(0, -50%);
    width: 5px;
    height: 9px;
    background-image: url('../img/common/icon_more.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transition: background-image 0.5s;
}
.ttl-section .more a:hover {
    color: var(--hover-color);
}
.ttl-section .more a:hover::after {
    background-image: url('../img/common/icon_more_blue.svg');
}

/* 1000 */
@media screen and (max-width: 1000px) {
    .page-title {
        margin-bottom: 10.6666vw;
    }
    .page-title .ttl-page {
        letter-spacing: 0.12em;
        margin-bottom: 2.1333vw;
    }

    /* ttl-section */
    .ttl-section {
        display: block;
        margin-bottom: 5.3333vw;
    }
    .ttl-section .title {
        font-size: 4vw;
    }
    .ttl-section.center {
        text-align: center;
    }
    .ttl-section .explain {
        font-size: 3.2vw;
        margin-left: 0;
    }
    .ttl-section .more {
        top: 0;
        transform: translate(0, 0);
    }
    .ttl-section .more a {
        font-size: 2.6666vw;
        padding-right: 2.6666vw;
    }
    .ttl-section .more a::after {
        width: 0.9333vw;
        height: 1.4666vw;
    }

}



/* btn
---------------------------------------------------*/
/* btn-submit */
.btn-submit {
    text-align: center;
}
.btn-submit input[type="submit"] {
    position: relative;
    display: inline-block;
    width: 100%;
    line-height: 1;
    text-align: center;
    color: var(--white-color);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1em;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    border-radius: 2em;
    padding: 23px 1em;
    overflow: hidden;
    z-index: 2;
    transition: color 0.5s, background-color 0.5s;
}
/* icon */
.btn-submit.arrow input[type="submit"] {
    background-image: url('../img/common/icon_link_white.svg');
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 7px 12px;
    transition: color 0.5s, background-color 0.5s, background-image 0.5s;
}
/* disabled */
.btn-submit.disabled input[type="submit"] {
    opacity: 0.3;
    pointer-events: none;
}

/* hover */
.btn-submit input[type="submit"]:hover {
    color: var(--main-color);
    background-color: var(--white-color);
}
.btn-submit.arrow input[type="submit"]:hover {
    background-image: url('../img/common/icon_link.svg');
}

/* btn-link */
.btn-link {
    text-align: center;
}
.btn-link a,
.btn-link span {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: var(--main-color);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.1em;
    background-color: var(--white-color);
    border: 1px solid var(--main-color);
    border-radius: 2em;
    padding: 15px 1em;
    overflow: hidden;
    z-index: 2;
    transition: color 0.5s, background-color 0.5s;
    cursor: pointer;
}
/* colors */
.btn-link.yellow a,
.btn-link.yellow span {
    background-color: var(--yellow-color);
}
.btn-link.blue a,
.btn-link.blue span {
    color: var(--white-color);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.btn-link.gray a,
.btn-link.gray span {
    background-color: var(--gray-color);
}
/* icon */
.btn-link.mail a,
.btn-link.mail span {
    background-image: url('../img/common/icon_mail.svg');
    background-repeat: no-repeat;
    background-position: left 23px center;
    background-size: 18px 14px;
    transition: color 0.5s, background-color 0.5s, background-image 0.5s;
    padding-left: 48px;
}
.btn-link.arrow a,
.btn-link.arrow span {
    background-image: url('../img/common/icon_link.svg');
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 7px 12px;
    transition: color 0.5s, background-color 0.5s, background-image 0.5s;
}
.btn-link.login a,
.btn-link.login span {
    background-image: url('../img/common/icon_login.svg');
    background-repeat: no-repeat;
    background-position: left 42px center;
    background-size: 21px 21px;
    transition: color 0.5s, background-color 0.5s, background-image 0.5s;
}
.btn-link.play a,
.btn-link.play span {
    color: var(--white-color);
    background-color: var(--main-color);
    background-image: url('../img/common/icon_play_white.svg');
    background-repeat: no-repeat;
    background-position: left 85px center;
    background-size: 19px 19px;
    transition: color 0.5s, background-color 0.5s, background-image 0.5s;
}

/* hover */
.btn-link a:hover,
.btn-link span:hover,
a:hover .btn-link span {
    color: var(--white-color);
    background-color: var(--main-color);
}
.btn-link.yellow a:hover,
.btn-link.yellow span:hover {
    color: var(--white-color);
    background-color: var(--main-color);
}
.btn-link.blue a:hover,
.btn-link.blue span:hover {
    color: var(--white-color);
    background-color: var(--hover-color);
}
.btn-link.gray a:hover,
.btn-link.gray span:hover {
    color: var(--white-color);
    background-color: var(--main-color);
}
.btn-link.mail a:hover,
.btn-link.mail span:hover {
    background-image: url('../img/common/icon_mail_white.svg');
}
.btn-link.arrow a:hover,
.btn-link.arrow span:hover {
    background-image: url('../img/common/icon_link_white.svg');
}
.btn-link.login a:hover,
.btn-link.login span:hover {
    color: var(--white-color);
    background-color: var(--hover-color);
    background-image: url('../img/common/icon_login_white.svg');
}
.btn-link.play a:hover,
.btn-link.play span:hover {
    color: var(--main-color);
    background-color: var(--white-color);
    background-image: url('../img/common/icon_play.svg');
}

/* fixed-button */
#fixed-button {
    position: fixed;
    top: 20%;
    right: 0;
    z-index: 999;
}
#fixed-button .btn-contact a {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 58px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: center;
    color: var(--main-color);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.08em;
    background-color: var(--yellow-color);
    background-image: url('../img/common/icon_mail.svg');
    background-repeat: no-repeat;
    background-position: center top 21px;
    background-size: 18px 14px;
    border: 1px solid var(--main-color);
    border-right-width: 0;
    border-radius: 6px 0 0 6px;
    padding: 42px 0 24px 0;
    overflow: hidden;
    z-index: 2;
    transition: color 0.5s, background-color 0.5s, background-image 0.5s;
}
/* hover */
#fixed-button .btn-contact a:hover {
    color: var(--white-color);
    background-color: var(--main-color);
    background-image: url('../img/common/icon_mail_white.svg');
}


/* 1000px */
@media screen and (max-width: 1000px) {
    /* btn-submit */
    .btn-submit input[type="submit"] {
        font-size: 3.7333vw;
        padding: 4.8vw 0.5em;
    }

    /* btn-link */
    .btn-link a,
    .btn-link span {
        font-size: 3.7333vw;
        padding: 3.4666vw 0.5em;
    }

    /* icon */
    .btn-link.mail a,
    .btn-link.mail span {
        background-position: left 14.4vw center;
        background-size: 4.1333vw 3.2vw;
        padding-left: 8.9333vw;
    }
    .btn-link.arrow a,
    .btn-link.arrow span {
        background-position: right 4.2666vw center;
        background-size: 1.6vw 2.6666vw;
    }
    .btn-link.login a,
    .btn-link.login span {
        background-position: left 8.9333vw center;
        background-size: 4.5333vw 4.5333vw;
    }
    .btn-link.play a,
    .btn-link.play span {
        color: var(--white-color);
        background-position: left 18.1333vw center;
        background-size: 4.1333vw 4.1333vw;
    }

    /* fixed-button */
    #fixed-button {
        top: auto;
        bottom: 0;
        left: 0;
        right: auto;
        width: 100%;
        background-color: var(--main-color);
        padding: 2.6666vw 3.3333vw;
        opacity: 1;
        transition: transform 0.5s;
    }
    #fixed-button.is-hide {
        transform: translate(0, 100%);
    }
    .is-menu-open #fixed-button {
        transform: translate(0, 100%);
    }
    #fixed-button .btn-contact a {
        width: 100%;
        -ms-writing-mode: initial;
        writing-mode: initial;
        font-size: 4vw;
        background-position: left 22.1333vw center;
        background-size: 4.8vw 3.7333vw;
        border-width: 1px;
        border-radius: 0.8vw;
        padding: 4vw 0 4vw 29.0666vw;
        margin: 0 auto;
    }
    /* hover */
    #fixed-button .btn-contact a:hover {
        background-color: var(--hover-color);
    }

}


/* archive-list
---------------------------------------------------*/
ul.archive-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
}
ul.archive-list > li {
    position: relative;
    width: 29.61%;
    max-width: 327px;
}
ul.archive-list > li:not(:nth-child(3n)) {
    margin-right: 5.585%;
}
ul.archive-list > li:not(:nth-child(-n+3)) {
    margin-top: 64px;
}
ul.archive-list > li a {
    cursor: pointer;
}
ul.archive-list > li .icon-new {
    position: absolute;
    top: -22px;
    left: -12px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 54px;
    height: 54px;
    color: var(--white-color);
    font-size: var(--font-size-sm);
    font-weight: 600;
    background: rgb(255,129,0);
    background: linear-gradient(45deg, rgba(255,129,0,1) 0%, rgba(255,186,0,1) 100%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 2;
}
ul.archive-list li .figure {
    width: 100%;
    border-radius: 3px;
    margin-bottom: 20px;
}
ul.archive-list li .figure img {
    width: 100%;
}
ul.archive-list li .caption-block {
    margin-bottom: 32px;
}
ul.archive-list li .caption-block .caption {
    margin-bottom: 10px;
}
ul.archive-list li .caption-block .caption p {
    line-height: 1.75em;
    font-size: var(--font-size-sm);
}
ul.archive-list li .caption-block .caption p.title {
    font-size: var(--font-size-n);
}
ul.archive-list li .modify {
    font-size: var(--font-size-s);
    margin-bottom: 18px;
}
ul.archive-list li ul.tag-list {
    display: -webkit-flex;
    display: flex;
}
ul.archive-list li ul.tag-list li {
    color: #999;
    font-size: var(--font-size-ss);
}
ul.archive-list li ul.tag-list li:not(:last-child) {
    margin-right: 1em;
}
ul.archive-list li .btn-link a {
    font-size: var(--font-size-n);
    border-width: 2px;
    padding: 21px 1em;
}

/* 1000 */
@media screen and (max-width: 1000px) {
    ul.archive-list {
        display: block;
        margin-top: 6.4vw;
    }
    ul.archive-list > li {
        width: 100%;
        max-width: none;
    }
    ul.archive-list > li:not(:nth-child(3n)) {
        margin-right: 0;
    }
    ul.archive-list > li:not(:nth-child(-n+3)) {
        margin-top: 13.3333vw;
    }
    ul.archive-list > li:not(:first-child) {
        margin-top: 13.3333vw;
    }
    ul.archive-list > li .icon-new {
        top: -4.6666vw;
        left: -2.5333vw;
        width: 11.4666vw;
        height: 11.4666vw;
    }
    ul.archive-list li .figure {
        border-radius: 0.8vw;
        margin-bottom: 2.6666vw;
    }
    ul.archive-list li .caption-block {
        margin-bottom: 6.9333vw;
    }
    ul.archive-list li .caption-block .caption {
        height: auto !important;
        margin-bottom: 2.1333vw;
    }
    ul.archive-list li .modify {
        margin-bottom: 3.7333vw;
    }
    ul.archive-list li .btn-link a {
        padding: 4.5333vw 1em;
    }
}

/* json processing */
.archive-list .archive-box.is-hide {
    display: none;
}
.archive-list .archive-box.is-show {
    display: block;
}
ul.archive-list > li.archive-box {
    margin-right: 5.585%;
    margin-top: 64px;
}
ul.archive-list > li.end {
    margin-right: 0;
}
ul.archive-list > li.first-line {
    margin-top: 0;
}

.archive-list .archive-box.out-page {
    display: none;
}
.archive-list .archive-box.in-page {
    display: block;
}

/* 1000 */
@media screen and (max-width: 1000px) {
    ul.archive-list > li {
        margin-right: 0;
        margin-top: 13.3333vw;
    }
    ul.archive-list > li.first-line {
        margin-top: 13.3333vw;
    }
    ul.archive-list > li.first-line:first-of-type {
        margin-top: 0;
    }
}


/* tbl-form
---------------------------------------------------*/
dl.tbl-form {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    width: 96%;
    max-width: 684px;
    padding: 0 23px;
    margin: 0 auto;
}
dl.tbl-form + dl.tbl-form {
    margin-top: 28px;
}
dl.tbl-form:last-of-type {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 38px;
    margin-bottom: 55px;
}
dl.tbl-form dt {
    width: 28.68%;
    text-align: right;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin-right: 3.96%;
}
dl.tbl-form dt .required {
    display: inline-block;
    color: var(--white-color);
    font-size: var(--font-size-s);
    letter-spacing: 0.12em;
    background-color: #ED1C24;
    border-radius: 4px;
    padding: 0.35em 0.65em;
    margin-left: 1em;
}
dl.tbl-form dd {
    width: 67.36%;
}
.error-txt {
    line-height: 1.75em;
    color: #ED1C24;
    font-size: var(--font-size-sm);
    margin-bottom: 0.5em;
}
.agreement {
    text-align: center;
    font-weight: 700;
}
.agreement a {
    text-align: center;
    text-decoration: underline;
}

/* 1000 */
@media screen and (max-width: 1000px) {
    dl.tbl-form {
        display: block;
        width: 100%;
        max-width: none;
        padding: 0;
    }
    dl.tbl-form + dl.tbl-form {
        margin-top: 6vw;
    }
    dl.tbl-form:last-of-type {
        padding-bottom: 8vw;
        margin-bottom: 11.7333vw;
    }
    dl.tbl-form dt {
        width: 100%;
        text-align: left;
        margin-right: 0;
        margin-bottom: 2.6666vw;
    }
    dl.tbl-form dt .required {
        border-radius: 1.0666vw;
    }
    dl.tbl-form dd {
        width: 100%;
    }
}


/* Slider
---------------------------------------------------*/
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*---------------------------------------*/
/* Slider */
.slick-loading .slick-list {
    background: #fff;
}
/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    outline: none;
    background: var(--white-color);
    border: 1px solid var(--main-color);
    border-radius: 50%;
    filter: drop-shadow(0px 2px 0px rgba(0,0,0,0.2));
    z-index: 1;
    transition: border 0.5s;
}
.slick-prev {
    left: 20px;
}
.slick-next {
    right: 20px;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    border-color: var(--hover-color);
}
.slick-prev:before,
.slick-next:before {
    display: block;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 9px;
    height: 17px;
    background-image: url('../img/common/icon_next.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transition: background-image 0.5s;
}
.slick-prev:before {
    transform: translate(-50%, -50%) rotate(180deg);
}
.slick-next:before {
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
    background-image: url('../img/common/icon_next_blue.svg');
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

/* Dots */
.slick-dots {
    position: absolute;
    bottom: -30px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}
.slick-dots li {
    position: relative;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #ccc;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li.slick-active button {
    background-color: #ddd;
}

/* 1000px */
@media screen and (max-width: 1000px) {
    /* Arrows */
    .slick-prev,
    .slick-next {
        width: 9.375vw;
        height: 9.375vw;
    }
    .slick-prev {
        left: 3.125vw;
    }
    .slick-next {
        right: 3.125vw;
    }
    .slick-prev:before,
    .slick-next:before {
        width: 1.875vw;
        height: 3.4375vw;
    }

    /* Dots */
    .slick-dots {
        bottom: -6.25vw;
    }
    .slick-dots li {
        width: 1.875vw;
        height: 1.875vw;
        margin: 0 1.5625vw;
    }
    .slick-dots li button {
        width: 1.875vw;
        height: 1.875vw;
    }
}


/* colorbox
---------------------------------------------------*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:var(--main-color); opacity: 0.95; filter: alpha(opacity = 95);}
#colorbox{outline:0;box-shadow: 0 0 60px 8px rgba(0,0,0,.2);}
#cboxContent{overflow:visible; background:#fff;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{background:#fff;}
#cboxLoadingGraphic{/*background:url(images/loading.gif) no-repeat center center;*/}
#cboxLoadingOverlay{background:#fff;}
#cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
#cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:0; background:url(./images/controls.png) no-repeat 0 0; z-index: 99}
#cboxClose {
    position:absolute;
    top:53px;
    right:36px;
    border:0;
    padding:0;
    margin:0;
    overflow:visible;
    text-indent:-9999px;
    width:40px;
    height:3px;
    background: transparent;
    z-index: 99;
    transition: 0.5s;
}
#cboxClose:hover{opacity: 0.6}
#cboxClose::before,
#cboxClose::after {
    position:absolute;
    content: '';
    top: calc(50% - 3px);
    left: 0;
    width:100%;
    height:100%;
    background-color:var(--white-color);
}
#cboxClose::before {
    transform: rotate(140deg);
}
#cboxClose:after {
    transform: rotate(40deg);
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

#cboxPrevious{background-position:0 0; right:44px;}
#cboxPrevious:hover{background-position:0 -25px;}
#cboxNext{background-position:-25px 0; right:22px;}
#cboxNext:hover{background-position:-25px -25px;}
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
.cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
.cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
.cboxSlideshow_off #cboxSlideshow{background-position:-100px 0; right:44px;}
.cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}

/* transparent */
#cboxOverlay{background:transparent;}
#colorbox{box-shadow: none;}
.cboxIframe {background: transparent;}
#cboxContent{background:var(--main-color);}
#cboxLoadedContent{background:transparent;}
#cboxLoadingOverlay{background:transparent;}

/* 1000 */
@media screen and (max-width: 1000px) {
    #cboxClose {
        top: 8vw;
        right: 2.2666vw;
        width: 8vw;
        height: 0.8vw;
    }
}
