@charset "UTF-8";

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

.sp {
    display: none;
}

@media only screen and (max-width: 767px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
}


img {
    max-width: 100%;
    height: auto;
}

/*********************
clearfix
*********************/

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after {
    display: table;
    content: " ";
}

.clearfix:after,
.container:after,
.row:after {
    clear: both;
}


/*********************
COLOR
*********************/

/* font-color */

.color-red {
    color: red;
}

.color-blue {
    color: #0065c8;
}

.color-purple {
    color: #9370db;
}

.color-white {
    color: white;
}

.color-yellow {
    color: #f4d600;
}

.color-orange {
    color: orange;
}

.color-salmon {
    color: #da6e56;
}

.color-green {
    color: #007739;
}

.color-gray {
    color: #999;
}

.marker {
    background: linear-gradient(transparent 50%, #ffff66 50%);
}

.bg-gray {
    background-color: #FAFAFA !important;
}

.bg-white {
    background-color: white !important;
}

.bg-blue {
    background-color: #c5dff1 !important;
}

.bg-paleblue {
    background-color: #eef6ff !important;
}

.bg-yellow {
    background-color: #f5e149 !important;
}

/*********************
BUTTON
*********************/

/* a tag */

a {
    transition: .14s ease-out;
    color: #006ebb;
}

a:hover {
    color: #51bcec;
}


/* button */
a.btn,
span.btn {
    text-decoration: none;
    display: inline-block;
    padding: 20px 30px;
    margin: 10px 0;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    color: white;
    background: #006ebb linear-gradient(to right, #006ebb, #263696);
    border-radius: 3px;
    font-weight: bold;
    font-size: 1.4rem;
    position: relative;
}

span.btn.under {
    background: #EEE;
    color: #666;
    box-shadow: none;
    text-shadow: 1px 1px white;
}

.btn.full {
    width: 100%;
}

a.btn.bullet {
    padding: 15px 40px;
    border-radius: 30px;
}
a.btn.mail {
    padding-left: 60px;
}
a.btn.mail::before {
    position: absolute;
    left: 25px;
    top: calc(50% - 10px);
    background: url(../images/icon-mail.svg) no-repeat;
    display: block;
    content: "";
    width: 20px;
    height: 20px;
}
a.btn.mail::after {
    position: absolute;
    left: 65px;
    top: 0;
    display: block;
    content: "";
    width: 0px;
    height: 100%;
    border-left: 1px dotted #3988bb;
}

a.btn.small {
    padding: .5em 1.5em;
    font-size: .8em;
}

a.btn.blk {
    background: #262626;
}

a.btn:hover {
    opacity: .8;
}

a.outlink {
    text-decoration: none;
}

a.outlink::after {
    content: '';
    width: 18px;
    height: 12px;
    margin-left: 5px;
    display: inline-block;
    background: url(../images/icon-outlink.svg) no-repeat left center;
    background-size: contain;
}

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

    a.btn,
    input.btn,
    span.btn-under {
        display: block;
        width: 100%;
        margin: 15px auto;
        font-size: 1.3rem;
        padding: 10px;
    }
}


/*********************
ELEMENTS
*********************/

html {
    font-size: 62.5%;
}

body,
input,
textarea {
    font-family: 'Zen Kaku Gothic New', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
    position: relative;
}

input,
textarea {
    font-weight: normal;
}

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

    body,
    input,
    textarea {
        font-size: 1.5rem;
    }
}

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

    body,
    input,
    textarea {
        font-size: 1.4rem;
    }

    html {
        height: 100%;
    }

    body {
        height: 100%;
    }
}

@media screen and (max-width: 680px) {
    html {
        height: 100%;
    }

    body {
        height: 100%;
    }
}

/*** title ***/

h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 1.6rem;
}

h2.title {
    margin: 0 0 20px;
    padding: 0;
    line-height: 1.4;
    font-size: 1.8rem;
}
h2.title::before {
    display: inline-block;
    content: "";
    width: 14px;
    height: 14px;
    background: url(../images/star.svg) no-repeat;
    background-size: contain;
    margin-right: .2em;
}

h3.title {
    position: relative;
    margin: 0 0 20px 0;
    padding-left: 15px;
    font-size: 1.9rem;
}

h3.title::before {
    position: absolute;
    left: 0;
    top: calc(.5em);
    height: 8px;
    width: 8px;
    content: "";
    display: block;
    background: #51bded;
    border-radius: 50%;
}

.page-tfa h3.title::before {
    background: #b87eed;
}

.page-bfa h3.title::before {
    background: #7dd3a4;
}

h3.title span {
    font-size: .7em;
    display: block;
}

h3.title-circle {
    position: relative;
    color: #3988bb;
    font-size: 22px;
    margin: 0 0 1em 0;
    padding: 0 0 0 1.4em;
}

h3.title-circle::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0.3em;
    width: 1.1em;
    height: 1.1em;
    margin: auto;
    border: 0.23em solid #74b4de;
    border-radius: 50%;
    box-sizing: border-box;
}

h3.title-border {
    position: relative;
    color: #3988bb;
    display: inline-block;
    margin: 0 0 1em;
    padding: 0 55px;
}

h3.title-border::before,
h3.title-border::after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 35px;
    height: 1px;
    background-color: #79b1dc;
}

h3.title-border::before {
    left: 0;
}

h3.title-border::after {
    right: 0;
}

h4 {
    margin: 0;
    padding: 0;
    font-size: 1em;
}

h4.title-circle {
    position: relative;
    font-weight: 500;
    font-size: 18px;
    margin: 0 0 1em 0;
    padding: 0 0 0 1.4em;
}

h4.title-circle::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0.3em;
    width: 1.1em;
    height: 1.1em;
    margin: auto;
    border: 0.23em solid #bfd3eb;
    border-radius: 50%;
    box-sizing: border-box;
}

h4.title-circle.border,
h4.title.border {
    border-bottom: 2px solid #bfd3eb;
    margin-bottom: 1em;
    padding-bottom: .3em;
}

h4.title.border {
    color: #3988bb;
}

#section-problem h4.title-circle::before {
    border: 0.23em solid #f2b38d;
}

#section-problem h4.title-circle.border {
    border-bottom: 2px solid #f2b38d;
}

hr.hr-sp {
    display: none;
}

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

    h3.title-circle {
        font-size: 20px;
    }

    h3.title {
        margin: 0 0 20px 0;
    }
}

@media screen and (max-width: 680px) {
    h2.title {
        margin: 0 0 15px;
        padding: 0;
        line-height: 1.4;
        font-size: 1.6rem;
    }
    h3.title-circle {
        font-size: 18px;
    }
}

h5.title {
    font-size: 1.1em;
    font-weight: 500;
    margin: 0 0 .3em;
    padding: 0;
    color: #0065c8;
}

th {
    text-align: left;
}

dt {
    font-weight: bold;
}

dl,
dt,
dd {
    margin: 0;
}

em {
    font-style: normal;
    font-weight: bolder;
}

figure {
    margin: 0;
    padding: 0;
}

p.paragraph {
    margin: 0 0 3em;
    padding: 0;
    line-height: 1.8;
}

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

ul.list li {
    position: relative;
    margin-bottom: 6px;
    font-size: .94em;
    font-weight: 400;
}

ul.list li::after {
    position: absolute;
    content: "";
    height: 6px;
    width: 6px;
    background: #51bded;
    top: 1.2em;
    left: .8em;
}

ul.list-disc,
ol {
    margin-left: 1em;
}

ul.list-disc li {
    list-style: disc;
    list-style-position: outside;
    margin-bottom: .5em;
    margin-left: .3em;
}

ul.list-disc li:last-child {
    margin-bottom: 0;
}

ol li {
    list-style-position: outside;
    margin-bottom: 1em;
}

ul.list-disc-small {
    margin-left: 1em;
    font-size: 0.86em;
}

ul.list-disc-small li {
    list-style: circle;
    list-style-position: outside;
    margin-bottom: 1em;
}

ol.list {
    list-style-type: none;
    margin-left: 0;
    margin-top: 0;
    counter-reset: li;
}

ol.list li {
    position: relative;
    margin: 0 0 1em;
    padding-left: 2em;
    list-style: none;
}

ol.list li:before {
    counter-increment: li;
    content: counter(li)'.';
    font-weight: bold;
    position: absolute;
    width: 1.5em;
    left: 0;
    text-align: right;
}

img.img100 {
    width: 100%;
}

img.crop {
    width: 100%;
    object-fit: cover;
}

img.circle {
    border-radius: 50%;
}

table.data {
    width: 100%;
    background: white;
    border: 1px solid #eee;
}

table.data tr {
    border-bottom: 1px solid #eee;
}

table.data tr:last-child {
    border-bottom: none;
}

table.data td,
table.data th {
    padding: 1em;
    border-right: 1px dashed #DDD;
}

table.data th {
    font-weight: bold;
    background: #fcfcfc;
    font-size: .9em;
}

table.data thead th {
    background: #666;
    color: white;
    border-right: 1px solid #CCC;
    text-align: center;
}

table.data th:last-child,
table.data td:last-child {
    border-right: none;
}

table.data td {
    text-align: left;
}

hr {
    height: 0;
    margin: 0;
    padding: 0;
    border: none;
}

hr.style01 {
    margin: 0 auto;
    display: block;
    border: 1px solid black;
    height: 5px;
    width: 90%;
}

hr.style02 {
    margin: 4em auto;
    display: block;
    border: 1px solid black;
    height: 5px;
    width: 100%;
}

@media screen and (min-width: 681px) {
    table.data tbody tr:nth-child(odd) th {
        background: #f9f9f9;
    }

    table.data tbody tr:nth-child(odd) td {
        background: #fafafa;
    }
}

@media screen and (max-width: 680px) {
    hr.style02 {
        margin: 2em auto;
    }

    table.data td,
    table.data th {
        text-align: left;
    }

    table.data.sp-row thead {
        display: none;
    }

    table.data.sp-row td,
    table.data.sp-row th {
        display: block;
    }

    table.data.sp-row th {
        border-right: none;
        background: #f9f9f9;
        border-bottom: 1px solid #EEE;
    }

    table.data.sp-row td {
        border-right: none;
        background: #fff;
    }
}


/*********************
LAYOUT
*********************/

.lh0 {
    line-height: 0;
}

.lh18 {
    line-height: 1.8;
}
.lh20 {
    line-height: 2;
}

/*********************
DESIGN
*********************/

.en {
    font-family: 'Roboto', sans-serif;
}

.jp {
    font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, "メイリオ", Meiryo, sans-serif;
}

.style-round {
    border-radius: 7px;
}

.style-shadow {
    box-shadow: 1px 3px 15px rgba(0, 0, 0, .1);
}

.minimum-area {
    min-height: 550px;
}
.minimum-area.high {
    min-height: 850px;
}


.bg-secondary {
    background: #f9f9f9 !important;
}

.font-small {
    font-size: .85em;
}

.font-large {
    font-size: 1.2em;
}

.font-xlarge {
    font-size: 1.4em;
}

.strong {
    font-weight: bold;
}

.font-mincho {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* box */

.box {
    padding: 1.8em 2.4em;
    background: #FAFAFA;
    width: 100%;
}

.box-line {
    border: 1px solid #DADADA;
    padding: 1.8em 2.4em;
}

.box-line.blue {
    border: 1px solid #c5dff1;
}

.box-line.blue.strong {
    border: 4px solid #3988bb;
}

.box.white {
    background: white;
}

.box.black {
    background: black;
}

#section-problem .box {
    background: white;
}

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

    .box,
    .box-line {
        width: 100%;
        padding: 1em;
    }
}

.height100 {
    height: 100%;
}

.box-height-wrapper {
    display: -wbkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*********************
HEADER
*********************/

#head-wrapper h1 img.logo {
    width: 100%;
}

#head-wrapper h1 {
    margin: 0px 30px 0 0;
    padding: 0;
    width: 240px;
}

#head-wrapper h1 img.logo {
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 1400px) {
    #head-wrapper h1 {
        margin: 5px 50px 0 0;
        width: 200px;
    }
}

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

    header#top-head {
        position: absolute;
        padding: 15px 25px 0 25px;
        width: 94%;
        margin: 0 auto;
        height: 85px;
        background: #FFF;
        border-radius: 0 0 5px 5px;
        box-shadow: 0 0 15px rgba(0, 0, 0, .1);
        z-index: 10;
        top: 0;
        left: 3%;
    }

    #head-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 0;
    }

    #nav-toggle {
        display: none;
    }

    main.main {
        position: relative;
    }

    .first-content {
        padding-top: 100px;
    }
}

@media screen and (max-width: 1240px) {
    header#top-head {
        margin: 0;
        padding: 0;
        position: relative;
        height: auto;
        z-index: 500;
    }

    #head-wrapper {
        width: 100%;
        display: block;
    }

    #head-wrapper h1 {
        line-height: 0;
        margin-top: 12px;
        margin-left: 15px;
        max-width: 150px;
    }

    /* Toggle Button */
    #nav-toggle {
        display: block;
        cursor: pointer;
        z-index: 1001;
        position: absolute;
        top: 18px;
        right: 19px;
    }

    #nav-toggle div {
        position: relative;
    }

    #nav-toggle span {
        display: block;
        position: absolute;
        background: black;
        height: 2px;
        width: 100%;
        left: 0;
        transition: .2s ease-in-out;
    }

    #nav-toggle {
        width: 22px;
        height: 20px;
        display: block;
    }

    #nav-toggle span:nth-child(1) {
        top: 0;
    }

    #nav-toggle span:nth-child(2) {
        top: 9px;
    }

    #nav-toggle span:nth-child(3) {
        top: 18px;
    }

    /* open */
    body.open {
        overflow: hidden;
    }

    .open #nav-toggle span {
        background: #999;
    }

    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        transform: rotate(-45deg);
    }

    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }

    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        transform: rotate(45deg);
    }

    #head-wrapper {
        width: 100%;
        height: 54px;
        position: absolute;
        z-index: 999;
        background: white;
        top: 0;
        /*position: fixed;*/
        margin-top: 0;
    }

    #header,
    .head-inner {
        width: 100%;
        padding: 0;
    }

    main.main {
        padding-top: 56px;
    }
}


/*********************
NAVIGATION
*********************/

#head-global-nav {
    font-weight: 600;
}

ul.header-nav-child li a::before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #f40000;
    border-right: 2px solid #f40000;
    position: absolute;
    top: calc(50% - 4px);
    right: 5px;
    transform: rotate(45deg);
    transition: .3s;
}

ul.header-nav-child li a:hover::before {
    border-top: 2px solid #f40000;
    border-right: 2px solid #f40000;
}

@media screen and (min-width: 1241px) {
    #head-global-nav>ul>li#gnav-top {
        display: none;
    }

    #head-global-nav {
        display: flex;
    }

    #head-global-nav>ul {
        display: flex;
        padding: 0;
    }

    #head-global-nav>ul>li.header-nav-list-item {
        padding: 0 6px;
        font-size: 14px;
    }

    body.page-bfa #head-global-nav>ul>li.header-nav-list-item:nth-of-type(1) span,
    body.page-tfa #head-global-nav>ul>li.header-nav-list-item:nth-of-type(2) span,
    body.page-solution #head-global-nav>ul>li.header-nav-list-item:nth-of-type(3) a,
    body.page-event #head-global-nav>ul>li.header-nav-list-item:nth-of-type(4) a {
        color: #f40000;
    }

    /* mega-parent */
    #head-global-nav>ul>li.header-nav-list-item .megamenu-parent {
        position: relative;
        display: block;
        cursor: pointer;
        background: #f0f0f0;
        border-radius: 30px;
        transition: .3s;
    }

    #head-global-nav>ul>li.header-nav-list-item .megamenu-parent::after {
        position: absolute;
        display: block;
        content: "";
        top: 13px;
        right: 12px;
        width: 7px;
        height: 7px;
        border-bottom: 2px solid #f40000;
        border-right: 2px solid #f40000;
        transform: rotate(45deg);
    }

    #head-global-nav>ul>li.header-nav-list-item span.header-nav-list-title:hover,
    #head-global-nav>ul>li.header-nav-list-item span.header-nav-list-title.is-active {
        background: #f40000;
        color: white !important;
    }

    #head-global-nav>ul>li.header-nav-list-item .megamenu-parent:hover::after,
    #head-global-nav>ul>li.header-nav-list-item span.header-nav-list-title.is-active::after {
        border-bottom: 2px solid #FFF;
        border-right: 2px solid #FFF;
    }

    #head-global-nav>ul>li.header-nav-list-item a,
    #head-global-nav>div#header-nav-search i {
        display: block;
        cursor: pointer;
        color: #000;
    }

    #head-global-nav>ul>li.header-nav-list-item a.navi {
        position: relative;
        text-decoration: none;
        padding: 5px 8px;
        margin: 0;
    }

    #head-global-nav>ul>li.header-nav-list-item span.header-nav-list-title {
        position: relative;
        text-decoration: none;
        padding: 8px 28px 8px 20px;
        margin: 0;
    }

    #head-global-nav>ul>li.header-nav-list-item a.navi::before {
        position: absolute;
        content: "";
        display: block;
        height: 1px;
        background-color: #f40000;
        bottom: -8px;
        left: calc(50% - 20px);
        width: 0;
        transition: all 0.2s ease;
    }

    #head-global-nav>ul>li.header-nav-list-item a.navi:hover::before {
        width: 40px;
    }

    #head-global-nav>ul>li.header-nav-list-item a:hover {
        color: #f40000;
    }

    #head-global-nav>ul>li#gnavi-contact {
        padding-left: 10px;
    }

    #head-global-nav #header-nav-search {
        width: 17px;
        padding: 0;
        margin-top: 17px;
        margin-left: 17px;
        margin-right: 46px;
    }

    #head-global-nav #header-nav-search i {
        width: 100%;
        content: url("../images/search.svg");
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    #head-global-nav #header-nav-search i:hover {
        opacity: .6;
    }

    /** megamenu **/
    #backdrop {
        position: fixed;
        z-index: 10;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        visibility: hidden;
        background: rgba(0, 0, 0, 0.3);
        opacity: 0;
        transition: opacity .4s ease;
        width: 100%;
        height: 100%;
    }

    #backdrop.is-active {
        visibility: visible;
        opacity: 1;
        display: block;
    }

    .child-inner-content {
        display: flex;
        flex-wrap: wrap;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        z-index: 1;
        top: 85px;
        left: calc(50% - 600px);
        width: 1200px;
        box-sizing: border-box;
        padding: 20px 30px 50px;
        border-radius: 5px;
        background: white;
        transition: all .3s;
    }

    ul.header-nav-child li {
        padding: 0 15px;
        width: 20%;
    }

    ul.header-nav-child li a {
        text-decoration: none;
        position: relative;
        display: block;
        padding: 16px 0;
        padding-right: 20px;
        font-size: 13px;
        border-bottom: 1px dotted #c3c3c3;
        transition: all .3s;
    }

    ul.header-nav-child li a:hover {
        border-bottom: 1px dotted #f40000;
    }

    .header-nav-list-item.bfa ul.header-nav-child li {
        padding: 0 15px;
        width: 33.33%;
    }
    .header-nav-list-item.bfa ul.header-nav-child li a {
        padding: 30px 0;
    }

    span.header-nav-list-title.is-active+ul.header-nav-child,
    #header-nav-search i.is-active+#header-nav-search-inner {
        opacity: 1;
        visibility: visible;
        top: 90px;
        height: auto;
    }

    /* search */
    #header-nav-search-inner-SP {
        display: none;
    }

    #header-nav-search-inner {
        padding: 24px 0;
    }

    .header-nav-search-input {
        display: flex;
        margin: 0 auto;
        font-size: 15px;
        width: 586px;
    }

    .header-nav-search-input .input {
        max-width: 440px;
        padding-right: 20px;
        border: 1px solid #e0e0e0;
        border-radius: 3px 0 0 3px;
        background: none;
        font-size: 15px;
    }

    .header-nav-search-input .submit {
        position: relative;
        width: 75px;
        border: 0;
        border-radius: 0 3px 3px 0;
        background: #0065c8;
        color: #fff;
        text-align: center;
        flex: 0 0 auto;
    }
}

@media screen and (max-width: 1400px) {
    .child-inner-content {
        left: 0;
        width: 100%;
    }

    ul.header-nav-child li {
        padding: 0 15px;
        width: 20%;
    }
}

@media screen and (max-width: 1240px) {
    #head-global-nav {
        position: relative;
        display: block;
        background: rgba(255, 255, 255, .97);
        transition: all .2s ease-out;
        overflow-y: auto;
        left: 0;
        top: 54px;
        width: 100%;
        height: 0;
        z-index: 100;
        opacity: 0;
    }

    .open #head-global-nav {
        right: 0;
        top: 54px;
        position: fixed;
        height: 100%;
        opacity: 1;
    }

    nav#head-global-nav li.header-nav-list-item {
        display: block;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #DDD;
    }

    #head-global-nav>ul {
        width: 100%;
        border-top: 1px solid #DDD;
    }

    #head-global-nav ul li#gnav-top {
        display: block;
    }

    nav#head-global-nav br {
        display: none;
    }

    nav#head-global-nav li a,
    nav#head-global-nav li span.megamenu-parent {
        position: relative;
        text-decoration: none;
        font-size: 15px;
        padding: 15px 20px;
        margin: 0;
        display: block;
        width: 100%;
        cursor: pointer;
        background: #fafafa;
    }

    /* submenu */
    ul.header-nav-child {
        visibility: hidden;
        opacity: 0;
        height: 0;
        transition: all .5s;
        display: flex;
        flex-wrap: wrap;
        background: #efefef;
    }

    ul.header-nav-child li {
        border-top: 1px solid #f0f0f0;
        border-right: 1px solid #f0f0f0;
        width: 33.33%;
        padding: 0;
    }

    nav#head-global-nav ul.header-nav-child li a {
        padding-right: 50px;
        background: white;
        font-size: 12px;
        height: 100%;
    }

    nav#head-global-nav li a::before,
    ul.header-nav-child li a::before {
        content: "";
        width: 6px;
        height: 6px;
        border-top: 2px solid #0073e5;
        border-right: 2px solid #0073e5;
        position: absolute;
        top: calc(50% - 4px);
        right: 12px;
        transform: rotate(45deg);
    }

    span.header-nav-list-title.is-active+ul.header-nav-child {
        opacity: 1;
        visibility: visible;
        height: auto;
        transition: all .3s;
    }

    nav#head-global-nav li span.megamenu-parent::before,
    nav#head-global-nav li span.megamenu-parent::after {
        display: block;
        position: absolute;
        margin: 0 20px 0 7px;
        padding: 0;
        background: #f40000;
        content: "";
        top: 50%;
        right: -6px;
        width: 12px;
        height: 2px;
        margin-top: -2px;
        transition: all .2s;
    }

    nav#head-global-nav li span.megamenu-parent::before {
        transform: rotate(90deg);
    }

    nav#head-global-nav li span.megamenu-parent.is-active::before {
        transform: rotate(180deg);
    }

    #header-nav-search-inner {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        box-sizing: border-box;
        padding: 16px 20px 52px;
    }

    /* search */
    #header-nav-search {
        display: none;
    }

    #header-nav-search-inner-SP {
        padding: 24px 12px;
        border-top: 1px solid #c3c3c3;
        border-bottom: 1px solid #c3c3c3;
    }

    .header-nav-search-input {
        display: flex;
        font-size: 15px;
    }

    .header-nav-search-input input {
        padding: 8px;
    }

    .header-nav-search-input .input {
        padding-right: 20px;
        border: 1px solid #e0e0e0;
        border-radius: 4px 0 0 4px;
        background: none;
        font-size: 15px;
    }

    .header-nav-search-input .submit {
        position: relative;
        width: 75px;
        border: 0;
        border-radius: 0 4px 4px 0;
        background: #0065c8;
        color: #fff;
        text-align: center;
        flex: 0 0 auto;
    }
}

@media screen and (min-width: 781px) and (max-width: 1100px) {
    ul.header-nav-child li:nth-of-type(3n) {
        border-right: none;
    }
}

@media screen and (max-width: 780px) {
    ul.header-nav-child li {
        width: 50%;
    }

    ul.header-nav-child li:nth-of-type(2n) {
        border-right: none;
    }
}


/*********************
FOOTER
*********************/

#footer {
    background: #262626;
    color: white;
}

#footer dl {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.2rem;
    margin-bottom: 40px;
    color: #CCC;
}

#footer dl dt {
    width: 7em;
    color: #EEE;
}

#footer dl dd {
    width: calc(100% - 7em);
}

#footer dl dt,
#footer dl dd {
    margin-bottom: 5px;
}

.footer-copyright {
    display: block;
    font-size: 12px;
    padding: 4px 0;
    color: #999;
}

@media all and (max-width: 680px) {
    #footer dl {
        font-size: 1rem;
        margin-bottom: 20px;
    }
}

/* to_top */

#pageTop {
    position: fixed;
    right: 20px;
    bottom: 58px;
    width: 58px;
    height: 58px;
    text-align: center;
    z-index: 12;
    margin: 0;
}

#pageTop a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    background-color: rgba(31, 31, 31, 0.25);
    text-decoration: none;
    border: 1px solid white;
    color: white;
    font-size: 12px;
    text-align: center;
    border-radius: 50%;
}

#pageTop a::after {
    content: "";
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: calc(50% - 4px);
    right: calc(50% - 4px);
    transform: rotate(-45deg);
}

@media all and (max-width: 580px) {
    #pageTop {
        width: 40px;
        height: 40px;
    }

    #pageTop a {
        padding-top: 10px;
    }
}

/* subnavi */
.subnavi-wrapper {
    position: relative;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    background: #263696;
    z-index: 9;
}

.subnavi-wrapper.is-fixed {
    position: fixed;
    top: 0;
}

.subnavi-wrapper ul {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 1150px;
    margin: 0 auto;
    padding: 5px 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
    font-weight: 500;
}

.subnavi-wrapper ul::-webkit-scrollbar {
    display: none;
}

.subnavi-wrapper ul li a {
    position: relative;
    display: block;
    font-weight: bold;
    color: white;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    margin-right: 2em;
    padding: 10px 5px;
    font-size: 1.4rem;
}

.subnavi-wrapper ul li a:hover {
    opacity: .6;
}

.subnavi-wrapper ul li a::before {
    content: "";
    width: 1px;
    height: 10px;
    border-right: 1px solid rgba(255, 255, 255, .4);
    position: absolute;
    left: -15px;
    top: calc(50% - 5px);
}

.subnavi-wrapper ul li.current a {
    border-bottom: 1px solid #fff;
}

.subnavi-wrapper ul li.contact a {
    color: #263696;
    background: #FFF;
    padding: 5px 20px;
    border-radius: 4px;
}

#subNav .subNav-arrow span {
    display: none;
}

#subNav.arrow-active .subNav-arrow span {
    position: relative;
    display: block;
    text-decoration: none;
    width: 13px;
    color: white;
    height: 100%;
    border-left: 1px solid #999;
    background: #666;
}

#subNav.arrow-active .subNav-arrow span::before {
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: calc(50% - 3px);
    right: 4px;
    transform: rotate(45deg);
}

@media all and (max-width: 960px) {
    .subnavi-wrapper ul {
        justify-content: left;
    }

    .subnavi-wrapper ul li:first-of-type {
        padding-left: 10px;
    }
}

@media all and (max-width: 920px) {
    .subnavi-wrapper ul li a {
        font-size: 1.2rem;
    }
}

@media all and (max-width: 880px) {
    .subnavi-wrapper {
        display: flex;
    }

    .subnavi-wrapper .sp-contact {
        display: block;
    }
}

/*********************
PAGINATION
*********************/
nav.pagination {
    width: 100%;
}

nav.pagination ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
}

nav.pagination li {
    position: relative;
}

nav.pagination a,
nav.pagination .num span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 34px;
    padding: 0 12px;
    text-decoration: none;
}

nav.pagination .num span {
    border-radius: 17px;
    background: #0065c8;
    color: white;
    width: 34px;
    height: 34px;
    margin: 0 5px;
}

nav.pagination li.prev,
nav.pagination li.next {
    font-size: 1.2rem;
}

nav.pagination li.prev::before,
nav.pagination li.next::before {
    position: absolute;
    content: "";
    display: block;
    border-top: 1px solid #0065c8;
    width: 7px;
    height: 7px;
    top: 13px;
}

nav.pagination li.prev::before {
    border-left: 1px solid #0065c8;
    transform: rotate(-45deg);
    left: -3px;
}

nav.pagination li.next::before {
    border-right: 1px solid #0065c8;
    transform: rotate(45deg);
    right: -3px;
}


/*********************
SWIPER
*********************/
.swiper {
    position: relative;
    overflow: visible;
}

.swiper-button-prev,
.swiper-button-next {
    display: block;
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: white;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    position: absolute;
    top: calc(50% - 10px);
    z-index: 3;
    transition: .3s;
    cursor: pointer;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    transform: scale(1.2);
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0;
}

.swiper-button-prev {
    left: -20px;
}

.swiper-button-next {
    right: -20px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    top: 16px;
    left: 16px;
}

.swiper-button-prev::after {
    transform: rotate(-135deg);
}

.swiper-button-next::after {
    transform: rotate(45deg);
}

.swiper-scrollbar {
    height: 4px;
    background: #EEE;
    border-radius: 4px;
    margin-top: 20px;
}

.swiper-scrollbar-drag {
    height: 4px;
    background: #CCC;
    border-radius: 4px;
}

.swiper-slide {
    height: auto;
}

.swiper-slide__box {
    height: 100%;
}

@media screen and (min-width: 1261px) {
    .content-wrapper.full .swiper-button-prev {
        left: 5vw;
    }
    
    .content-wrapper.full .swiper-button-next {
        right: 5vw;
    }
}
@media screen and (max-width: 767px) {
    .swiper-button-prev, .swiper-button-next {
        top: calc(50% - 40px);
    }

    .swiper-button-prev {
        left: -10px;
    }
    
    .swiper-button-next {
        right: -10px;
    }
}

/*********************
COMING SOON
*********************/




/*********************
ERROR
*********************/
.list-card-wrapper .apology {
    width: 100%;
    padding: 0 1em;
    margin: 80px 0;
    text-align: center;
}

@media all and (max-width: 990px) {
    .list-card-wrapper .apology {
        margin: 50px 0;
    }
}

@media all and (max-width: 767px) {
    .list-card-wrapper .apology {
        margin: 40px 0;
        text-align: left;
    }
}