@charset "UTF-8";
@import url(vendor/common.css);

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 100;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 200;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 300;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 400;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Bold");
    font-weight: bold;
}

@font-face {
    font-family: "Helvetica Neue";
    src: local("Helvetica Neue Regular");
    font-weight: 100;
}

@font-face {
    font-family: "Helvetica Neue";
    src: local("Helvetica Neue Regular");
    font-weight: 200;
}

/* version */
html {
    font-size: 62.5%;
    overflow-x: hidden;
}

body {
    background: #fff;
    font-family: "Noto Sans", serif;
    font-size: 16px;
    font-size: 1.6em;
    line-height: 1.4;
    color: #333333;
    height: auto !important;
    overflow: hidden;
}

main {
    overflow: hidden;
}

figure {
    margin: 0;
    text-align: center;
}

figure figcaption {
    margin-top: 0.5em;
    text-align: left;
}

a {
    color: #333333;
    text-decoration: underline;
}

a:hover {
    color: #333333;
    text-decoration: none;
}

.highlight a {
    color: #333333;
}

.highlight a:hover {
    color: #333333;
}

img {
    vertical-align: middle;
}

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

p {
    margin: 0.5em 0 1em;
}

p:first-child {
    margin-top: 0;
}

p:last-child {
    margin-bottom: 0;
}

ol,
ul {
    margin: 0 0 1em;
    padding: 0 0 0 2.5em;
    line-height: 1.6;
}

ol:last-child,
ul:last-child {
    margin-bottom: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin: 0.5em 0;
    padding-left: 2em;
}

ol ol:last-child,
ol ul:last-child,
ul ol:last-child,
ul ul:last-child {
    margin-bottom: 0.5em;
}

ul.list-unstyled {
    padding-left: 0;
    list-style: none;
}

ul.list-unstyled ol,
ul.list-unstyled ul {
    padding-left: 2em;
}

ul.list-inline {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -7px;
    font-size: 0px;
    font-size: 0rem;
    margin-bottom: 16px;
}

ul.list-inline>li {
    display: inline;
    padding-left: 7px;
    padding-right: 7px;
    white-space: nowrap;
    font-size: 16px;
    font-size: 1.6rem;
}

dl {
    margin: 0 0 1em;
    line-height: 1.6;
}

dl:last-child {
    margin-bottom: 0;
}

dl dt {
    font-weight: bold;
}

dl dd {
    margin-left: 0;
    margin-bottom: 0.5em;
}

dl dd:last-child {
    margin-bottom: 0;
}

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

td,
th {
    padding: 0;
}

main section {
    margin-bottom: 10%;
}

main section.highlight:last-child {
    margin-bottom: 0;
    padding-bottom: 10%;
}

.sp-mask {
    transition: none !important;
}

.highlight {
    padding: 4% 0;
    background: rgba(99, 136, 224, 0.05);
    color: #333333;
}

body:not(.home) .column_main .highlight {
    padding-left: 4%;
    padding-right: 4%;
}

#swipebox-overlay {
    z-index: 10000002 !important;
}

@media (min-width: 768px) {
    p {
        margin: 0.5em 0 1em;
    }

    dl.dl-horizontal {
        overflow: hidden;
    }

    dl.dl-horizontal dt {
        float: left;
        clear: left;
        margin-right: 1em;
    }

    dl.dl-horizontal dd {
        float: left;
    }

    main section {
        margin-bottom: 7%;
    }

    main section:last-child {
        margin-bottom: 9%;
    }

    main section.highlight:last-child {
        margin-bottom: 0;
        padding-bottom: 8%;
    }
}

@media (max-width: 767px) {
    .tile:not(.sp-tile)>* {
        height: auto !important;
    }
}

@media (min-width: 768px) {
    .gutters .row.row_inline {
        letter-spacing: -0.4em;
    }

    .gutters .row.row_inline>.col {
        letter-spacing: normal;
        vertical-align: top;
        display: inline-block;
        float: none;
        margin-bottom: 5%;
    }

    .gutters .row.row_inline .span_1:nth-child(12n + 1) {
        margin-left: 0;
    }

    .gutters .row.row_inline .span_2:nth-child(6n + 1) {
        margin-left: 0;
    }

    .gutters .row.row_inline .span_3:nth-child(4n + 1) {
        margin-left: 0;
    }

    .gutters .row.row_inline .span_4:nth-child(3n + 1) {
        margin-left: 0;
    }

    .gutters .row.row_inline .span_5:nth-child(2n + 1) {
        margin-left: 0;
    }

    .gutters .row.row_inline .span_6:nth-child(2n + 1) {
        margin-left: 0;
    }

    .gutters .row.row_inline .span_7 {
        width: 57.5%;
    }

    .gutters .row.row_inline .span_8 {
        width: 66%;
    }

    .gutters .row.row_inline .span_9 {
        width: 74.5%;
    }

    .gutters .row.row_inline .span_10 {
        width: 83%;
    }

    .gutters .row.row_inline .span_11 {
        width: 91.5%;
    }

    .gutters .row.row_inline .span_12 {
        width: 100%;
    }
}

main .column_main,
main .column_sub {
    overflow: hidden;
    min-height: 100px;
}

main .column_main .widget_header,
main .column_sub .widget_header {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0.5em;
    margin-bottom: 0;
}

main .column_main .widget_header+*:not(.calendar_wrap),
main .column_sub .widget_header+*:not(.calendar_wrap) {
    padding: 0;
    margin: 0 auto 1em;
}

main .column_main .widget_header+.epress_search,
main .column_main .widget_header+.textwidget,
main .column_sub .widget_header+.epress_search,
main .column_sub .widget_header+.textwidget {
    padding: 10px 0;
}

main .column_main .widget_wrap .menu,
main .column_main .widget_wrap>ul,
main .column_sub .widget_wrap .menu,
main .column_sub .widget_wrap>ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

main .column_main .widget_wrap .menu ul,
main .column_main .widget_wrap>ul ul,
main .column_sub .widget_wrap .menu ul,
main .column_sub .widget_wrap>ul ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

main .column_main .widget_wrap .menu li,
main .column_main .widget_wrap>ul li,
main .column_sub .widget_wrap .menu li,
main .column_sub .widget_wrap>ul li {
    padding: 0.5em 0.7em;
    border-bottom: 1px solid #ccc;
}

main .column_main .widget_wrap .menu li:last-child,
main .column_main .widget_wrap>ul li:last-child,
main .column_sub .widget_wrap .menu li:last-child,
main .column_sub .widget_wrap>ul li:last-child {
    border-bottom: 0;
}

main .column_main .widget_wrap .menu li a,
main .column_main .widget_wrap>ul li a,
main .column_sub .widget_wrap .menu li a,
main .column_sub .widget_wrap>ul li a {
    display: block;
    text-decoration: none;
}

main .column_main .widget_wrap .menu li a:hover,
main .column_main .widget_wrap>ul li a:hover,
main .column_sub .widget_wrap .menu li a:hover,
main .column_sub .widget_wrap>ul li a:hover {
    text-decoration: underline;
}

main .column_main .widget_wrap ul>li.page_item,
main .column_sub .widget_wrap ul>li.page_item {
    border-bottom: #ccc solid 1px;
}

main .column_main .widget_wrap ul>li.page_item.page_item_has_children,
main .column_sub .widget_wrap ul>li.page_item.page_item_has_children {
    padding: 0.5em 0.7em 0.2em !important;
}

main .column_main .widget_wrap ul>li.page_item .children,
main .column_sub .widget_wrap ul>li.page_item .children {
    border-top: #eee solid 1px;
    margin: 0.5em 0 0 !important;
}

main .column_main .widget_wrap ul>li.page_item .children li,
main .column_sub .widget_wrap ul>li.page_item .children li {
    font-weight: normal;
    border-bottom: #eee solid 1px;
    font-size: 96%;
    padding: 0.5em 0.7em 0.5em 1em;
    position: relative;
}

main .column_main .widget_wrap ul>li.page_item .children li:before,
main .column_sub .widget_wrap ul>li.page_item .children li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 5px;
    height: 5px;
    background: rgba(54, 46, 43, 0.4);
    border-radius: 2.5px;
}

main .column_main .widget_wrap ul>li.page_item .children li li:before,
main .column_sub .widget_wrap ul>li.page_item .children li li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 5px;
    height: 5px;
    background: rgba(54, 46, 43, 0.15);
    border-radius: 0;
}

@media (max-width: 900px) {

    .gutters .span_3.column_sub,
    .gutters .span_9.column_main {
        float: none;
        width: 100%;
        margin-left: 0;
    }
}

@media (min-width: 600px) and (max-width: 900px) {
    .gutters .span_3.column_sub .sidebar {
        letter-spacing: -0.4em;
    }

    .gutters .span_3.column_sub .sidebar .widget_wrap {
        letter-spacing: normal;
        display: inline-block;
        vertical-align: top;
        width: 49%;
        margin-left: 2%;
    }

    .gutters .span_3.column_sub .sidebar .widget_wrap:nth-child(2n + 1) {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 1000px;
    }
}

@media (min-width: 1024px) {
    .container {
        padding: 0 10px;
    }
}

.article_button {
    margin-top: 5%;
}

@media (min-width: 768px) {

    .article_detail:not(.reverse) .col.span_12+.span_4,
    .article_list:not(.reverse) .col.span_12+.span_4 {
        margin-left: 0;
    }

    .article_detail.reverse .col.span_12,
    .article_list.reverse .col.span_12 {
        margin-left: 0;
    }
}

.sidebar {
    visibility: hidden;
}

.sidebar>.widget_wrap {
    visibility: visible;
}

.gutters .col.span_12+.span_12 {
    margin-left: 0;
}

.sitemap {
    padding: 0;
    margin: 0;
    border-top: 1px solid #ccc;
}

.sitemap li {
    list-style: none;
    padding: 10px 0 10px 15px;
    border-bottom: 1px solid #ccc;
}

.sitemap li>ul {
    padding: 0;
    border-top: #ccc solid 1px;
}

.sitemap li>ul>li {
    border-bottom: 1px solid #ccc;
    position: relative;
}

.sitemap li>ul>li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 25px;
    width: 6px;
    height: 6px;
    background: #ccc;
    border-radius: 3px;
}

.sitemap li>ul>li:last-child {
    border-bottom: none;
    padding: 10px 0 0 15px;
}

.sitemap li>ul>li .children>li {
    padding: 10px 0 0 15px;
}

.sitemap li>ul>li .children>li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 25px;
    width: 6px;
    height: 6px;
    background: #ccc;
    border-radius: 0;
}

.sitemap a {
    font-size: 16px;
    font-size: 1.6rem;
    text-decoration: none;
}

.sitemap a:hover {
    text-decoration: underline;
}

@media (min-width: 768px) {
    .sitemap a {
        font-size: 22px;
        font-size: 2.2rem;
    }
}

.parallax_h1 {
    height: 250px;
    position: relative;
}

.parallax_h1:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.3);
}

.parallax_h1 h1 {
    color: #fff;
}

.parallax_h1 h1:after,
.parallax_h1 h1:before {
    background: #fff;
}

@media (min-width: 768px) {
    .parallax_h1 {
        height: 450px;
    }
}

.map_wide #map_canvas,
.map_wide iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.map_wide img {
    max-width: none;
}

.slick-track {
    margin: 0 auto;
}

.col dl p {
    line-height: 1.4;
    margin: 0;
}

.col p {
    line-height: 1.8;
    letter-spacing: 0.08em;
}

.container {
    padding: 0 10px;
}

@media (min-width: 1020px) {
    .container {
        padding: 0;
    }
}

.container .container {
    padding: 0;
}

#fb-root,
.fb-page {
    font-family: "lucida grande", tahoma, verdana, arial,
        "hiragino kaku gothic pro", meiryo, "ms pgothic", sans-serif !important;
}

#swipebox-overlay {
    background: rgba(13, 13, 13, 0.8);
}

img.wp-edited-image[width] {
    width: auto !important;
}

img.wp-edited-image[height] {
    height: auto !important;
}

img.wp-edited-image.aligncenter {
    margin: 0 auto 10px;
    display: block;
}

img.wp-edited-image.alignright {
    margin: auto 0 auto auto;
    display: block;
}

header {
    position: relative;
    z-index: 100;
    width: 100%;
    background: #fff;
    color: #333333;
}

header .row {
    margin: 0 3%;
}

@media (max-width: 767px) {
    header .container .row {
        margin: 0;
    }
}

header .title {
    margin: 0;
    padding: 10px 0;
    line-height: 1;
}

header .title a {
    display: inline-block;
}

header .title img,
header .title object {
    width: 123px;
    height: 40px;
    max-width: none;
}

@media (max-width: 600px) {

    header .title img,
    header .title object {
        width: 123px;
        height: 40px;
        min-height: 45px;
    }
}

header .global_nav>ul {
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #b3b3b3;
}

@media (min-width: 768px) {
    header .global_nav>ul {
        left: auto;
        width: 50%;
        max-width: 400px;
    }
}

header .global_nav>ul>li {
    border-bottom: 1px solid #b3b3b3;
}

header .global_nav>ul>li a {
    display: block;
    padding: 1em;
    text-decoration: none;
    color: #fff;
    background: rgba(99, 136, 224, 0.9);
}

header .global_nav>ul>li a:hover {
    color: #fff;
}

header .global_nav>ul>li a:active {
    background: #6388e0;
    color: #fff;
}

header .global_nav>ul>li>a {
    background: rgba(99, 136, 224, 0.9);
}

header .global_nav .menu_icon {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    z-index: 100;
}

header .global_nav .menu_icon a {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    transition: transform 0.3s;
    overflow: hidden;
}

header .global_nav .menu_icon a:after,
header .global_nav .menu_icon a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 4px;
    background: #6388e0;
    transition: transform 0.5s;
}

header .global_nav .menu_icon a:before {
    top: 0;
}

header .global_nav .menu_icon a:after {
    bottom: 0;
}

header .global_nav .menu_icon a span {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 4px;
    background: #6388e0;
    transition: transform 0.5s;
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
}

header .global_nav .menu_icon a.close:not(.fix) {
    background: none;
}

header .global_nav .menu_icon a.close:not(.fix):before {
    top: 50%;
    transform: translate(0, -50%) rotate(45deg);
    background: #6388e0;
}

header .global_nav .menu_icon a.close:not(.fix):after {
    bottom: 50%;
    transform: translate(0, 50%) rotate(-45deg);
    background: #6388e0;
}

header .global_nav .menu_icon a.close:not(.fix) span {
    transform: translate(100%, -50%);
}

header .global_nav>ul {
    transform-origin: center top;
    visibility: hidden;
    transition: transform 0.3s;
    transform: rotateX(90deg);
}

header.menu_open .global_nav>ul {
    visibility: visible;
    transform: rotateX(0deg);
}

#google_translate_element,
.translate_gt {
    position: absolute;
    top: 50%;
    right: 15%;
    margin-top: -12px;
}

.translate_gt {
    margin-top: -14px;
}

@media (min-width: 1024px) {
    header .row {
        table-layout: fixed;
        display: table;
        width: 94%;
    }
}

@media (min-width: 1024px) and (max-width: 999px) {
    header .row {
        margin: auto;
        width: 100%;
    }
}

@media (min-width: 1024px) {
    header .container {
        max-width: none;
    }

    header .container .row {
        width: auto;
    }

    header .global_nav,
    header .title {
        margin: 0;
        vertical-align: middle;
        height: 110px;
        display: table-cell;
    }

    header .title {
        max-width: none;
        max-width: none;
        padding: 10px 0;
    }

    header .global_nav {
        text-align: right;
        width: 100%;
        padding: 0;
        padding: 0 0 15px;
        vertical-align: bottom;
    }

    header .global_nav>ul {
        position: static;
        display: inline-block;
        width: auto;
        border: none;
        background: none;
        visibility: visible;
        font-size: 0px;
        font-size: 0rem;
        transform: none;
        text-align: left;
        overflow: visible;
        max-width: none;
    }

    header .global_nav>ul>li {
        display: inline-block;
        vertical-align: middle;
        border: none;
        line-height: 1.5;
        border-left: 1px;
        font-size: 16px;
        font-size: 1.6rem;
    }

    header .global_nav>ul>li:not(.gnav_search) {
        text-align: center;
    }

    header .global_nav>ul>li:not(.gnav_search)>a {
        position: relative;
    }

    header .global_nav>ul>li:not(:first-child)>a:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 1px;
        height: 50%;
        background: #333333;
    }

    header .global_nav>ul>li>a {
        display: inline-block;
        vertical-align: middle;
        color: #333333;
        text-decoration: none;
        background: transparent;
        text-align: center;
        transition: 0.3s;
        border-bottom: 2px solid transparent;
        padding: 0.3em 1.5em;
    }
}

@media (min-width: 1024px) and (max-width: 900px) {
    header .global_nav>ul>li>a {
        padding: 0.3em 0.5em;
    }
}

@media (min-width: 1024px) {
    header .global_nav>ul>li>a:hover {
        border-bottom: 2px solid #6388e0;
        color: #6388e0;
    }

    header .global_nav>ul>li>a:active {
        background: none;
    }

    header .global_nav>ul>li>a span {
        display: block;
        font-size: 14px;
        font-size: 1.4rem;
    }

    header .global_nav .menu_icon {
        display: none;
    }

    #google_translate_element,
    .translate_gt {
        position: static;
        float: right;
        margin-top: 3px;
        margin-left: 1em;
    }

    .translate_gt {
        margin-top: 0;
    }
}

@media (max-width: 1023px) {

    header .global_nav>ul>li a>span,
    header .global_nav>ul>li a>br {
        display: none;
    }
}

.hdr_info_wrap {
    display: none;
    display: block;
    position: absolute;
    top: 50%;
    left: auto;
    right: calc(10% + 20px);
    transform: translateY(-50%);
    margin: auto;
}

@media (min-width: 640px) {
    .hdr_info_wrap {
        right: 10%;
    }
}

.hdr_info_wrap .hdr_info_sp a {
    position: relative;
    display: block;
    background: #6388e0;
    border-radius: 50%;
    width: 34px;
    height: 34px;
}

.hdr_info_wrap .hdr_info_sp a img {
    max-width: 17px;
    max-height: 19px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

@media (min-width: 1024px) {
    .hdr_info_wrap {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
    }

    .hdr_info_wrap .hdr_info {
        position: absolute;
        right: 10px;
        top: 35px;
        right: 3%;
    }
}

footer {
    position: relative;
}

footer nav {
    text-align: center;
}

footer nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer nav ul li+li {
    border-top: 1px solid #b3b3b3;
}

footer nav a {
    display: block;
    padding: 0.7em 0;
    text-decoration: none;
}

footer nav a:hover {
    text-decoration: underline;
}

footer .footer_copyright_wrap {
    text-align: center;
}

footer .footer_copyright_wrap p {
    padding: 1em 0.3em;
}

@media (min-width: 768px) {
    footer .row:not(:last-child) {
        margin-bottom: 5px;
    }

    footer nav {
        text-align: center;
        padding: 0.7em 0 0;
    }

    footer nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 0px;
        font-size: 0rem;
        white-space: normal;
    }

    footer nav ul>li {
        display: inline;
        padding-left: 0;
        padding-right: 0;
        white-space: nowrap;
        font-size: 16px;
        font-size: 1.6rem;
    }

    footer nav ul li {
        line-height: 1.5;
        white-space: normal;
    }

    footer nav ul li+li {
        border: 0;
    }

    footer nav ul li:not(:first-child):before {
        content: "|";
        margin-right: 0.3em;
        margin-left: 0.3em;
    }

    footer nav a {
        display: inline;
        padding: 0;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    footer nav ul li.tablet-break:after {
        content: "\A";
        white-space: pre;
    }

    footer nav ul li.tablet-break+li:before {
        display: none;
    }
}

/*
 * フッターパターンA(footer pattern A)
 */
footer {
    background: #6388e0;
    color: #fff;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #fff;
}

@media (min-width: 768px) {
    footer .container .row .col {
        float: none;
        width: 100%;
    }

    footer .container .row nav ul {
        display: inline-block;
    }

    footer .container .row nav a {
        display: inline-block;
        padding: 0.3em;
    }
}

.slider-pro.contents {
    overflow: hidden;
    margin: 0 auto !important;
}

.slider-pro.contents .sp-caption-container {
    width: 90%;
    margin: 0 auto;
    padding: 10px;
}

.slider-pro.contents .sp-caption-container h3 {
    margin: 0 0 15px;
    font-size: 14px;
    font-size: 1.4rem;
}

.slider-pro.contents .sp-caption-container h3:last-child {
    margin-bottom: 0;
}

.slider-pro.contents .sp-caption-container p {
    font-size: 13px;
    font-size: 1.3rem;
}

.slider-pro.contents.sp-horizontal .sp-previous-arrow {
    left: 10px;
    margin-top: 180px;
}

.slider-pro.contents.sp-horizontal .sp-next-arrow {
    right: 10px;
    margin-top: 180px;
}

.slider-pro.contents .sp-next-arrow:after,
.slider-pro.contents .sp-next-arrow:before,
.slider-pro.contents .sp-previous-arrow:after,
.slider-pro.contents .sp-previous-arrow:before {
    background-color: #6388e0;
}

@media (max-width: 767px) {
    .slider-pro.contents .sp-arrow {
        width: 10px;
        height: 15px;
    }
}

@media (min-width: 768px) {
    .slider-pro.contents .sp-caption-container {
        width: 450px;
        min-height: 40px;
        margin: 10px auto 0;
        border-right: 1px dashed #999;
        border-left: 1px dashed #999;
    }

    .slider-pro.contents .sp-arrow {
        width: 10px;
        height: 15px;
    }

    .slider-pro.contents.sp-horizontal .sp-previous-arrow {
        left: 50%;
        margin-top: 187.5px;
        margin-left: -230px;
    }

    .slider-pro.contents.sp-horizontal .sp-next-arrow {
        right: 50%;
        margin-top: 187.5px;
        margin-right: -230px;
    }
}

.slider-pro.center {
    overflow: hidden;
    width: 100%;
}

.slider-pro.center .sp-button {
    border: none;
    background: #d2d2d2;
}

.slider-pro.center .sp-selected-button {
    background: #6388e0;
}

.slider-pro.center.sp-horizontal .sp-arrows {
    left: 0;
    right: 0;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.slider-pro.center.sp-horizontal .sp-previous-arrow {
    left: 10px;
}

.slider-pro.center.sp-horizontal .sp-next-arrow {
    right: 10px;
}

.slider-pro.center .sp-previous-arrow,
.slider-pro.center .sp-next-arrow {
    width: 30px;
    height: 30px;
    background-color: rgba(99, 136, 224, 0.7);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 8px;
}

.slider-pro.center .sp-previous-arrow {
    background-image: url(/wp-content/uploads/arrow_left_wh.png);
}

.slider-pro.center .sp-next-arrow {
    background-image: url(/wp-content/uploads/arrow_right_wh.png);
}

.slider-pro.center .sp-next-arrow:after,
.slider-pro.center .sp-next-arrow:before,
.slider-pro.center .sp-previous-arrow:after,
.slider-pro.center .sp-previous-arrow:before {
    display: none;
}

.slider-pro.center .sp-layer {
    line-height: 1.2;
    white-space: normal !important;
    font-size: 20px;
    font-size: 2rem;
    color: #333333;
}

.slider-pro.center .sp-layer small {
    font-size: 14px;
    font-size: 1.4rem;
}

@media (min-width: 768px) {
    .slider-pro.center .sp-layer {
        font-size: 22px;
        font-size: 2.2rem;
    }

    .slider-pro.center .sp-padding {
        padding: 35px;
    }
}

@media (min-width: 1100px) {
    .slider-pro.center.sp-horizontal .sp-previous-arrow {
        left: -15px;
    }

    .slider-pro.center.sp-horizontal .sp-next-arrow {
        right: -15px;
    }
}

.slider-pro.wide {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto 10px;
}

.slider-pro.wide .sp-buttons {
    position: absolute;
    z-index: 2;
    bottom: 10px;
    right: 10px;
    width: auto;
    padding-top: 0;
    text-align: right;
}

.slider-pro.wide .sp-button {
    border: none;
    background: #d2d2d2;
}

.slider-pro.wide .sp-selected-button {
    background: #6388e0;
}

.slider-pro.wide .sp-previous-arrow,
.slider-pro.wide .sp-next-arrow {
    z-index: 2;
}

.slider-pro.wide .sp-next-arrow:after,
.slider-pro.wide .sp-next-arrow:before,
.slider-pro.wide .sp-previous-arrow:after,
.slider-pro.wide .sp-previous-arrow:before {
    color: #fff;
}

.slider-pro.wide .hps-slider-mask {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slider-pro.wide .hps-slider-mask.stripe {
    background-color: rgba(255, 255, 255, 0.2);
    background-image: url(/wp-content/uploads/mask_stripe.png);
}

.slider-pro.wide .hps-slider-copy {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 50px;
    color: #333333;
    text-align: left;
    font-size: 12px;
    font-size: 1.2rem;
}

.slider-pro.wide .hps-slider-copy .lead {
    margin: 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    text-align: center;
    color: #333333;
}

.slider-pro.wide.disable-arrows .hps-slider-copy {
    padding: 0 10px;
}

.slider-pro.wide .hps-slider-scroll {
    display: none;
}

@media (max-width: 767px) {
    .slider-pro.wide.sp-disable-arrows .hps-slider-copy {
        padding: 0 10px;
    }
}

@media (min-width: 768px) {
    .slider-pro.wide .sp-buttons {
        bottom: 20px;
        right: 25px;
    }

    .slider-pro.wide .sp-button {
        width: 18px;
        height: 18px;
        margin: 0 10px;
    }

    .slider-pro.wide .hps-slider-copy {
        text-align: center;
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 1.8;
    }

    .slider-pro.wide .hps-slider-copy .lead {
        font-size: 46px;
        font-size: 4.6rem;
    }

    .slider-pro.wide .hps-slider-scroll {
        display: block;
        position: absolute;
        left: 0;
        bottom: 15px;
        width: 100%;
        text-align: center;
    }

    .slider-pro.wide .hps-slider-scroll a {
        display: inline-block;
        width: 100px;
        padding-bottom: 45px;
        background: url(/wp-content/uploads/arrow_down_white.png) center bottom no-repeat;
        text-align: center;
        color: #fff;
        font-size: 12px;
        font-size: 1.2rem;
        text-decoration: none;
    }

    .slider-pro.wide .hps-slider-scroll.text-black a {
        background: url(/wp-content/uploads/arrow_down_black.png) center bottom no-repeat;
        color: #000;
    }
}

@media (min-width: 1024px) {
    .slider-pro.wide .hps-slider-scroll {
        display: block;
        bottom: 45px;
    }
}

@media (max-width: 767px) {
    .bf-af .row:not(:last-child) {
        margin-bottom: 10%;
    }

    .bf-af .before {
        padding-bottom: 16%;
        background: url(/wp-content/uploads/arrow_down.svg) center bottom no-repeat;
        background-size: 20%;
        background-size: 45px auto;
    }

    .bf-af .after:not(:last-child) {
        margin-bottom: 10%;
    }
}

@media (min-width: 768px) {
    .bf-af {
        display: table;
        table-layout: fixed;
        width: 100%;
    }

    .bf-af .before,
    .bf-af .after {
        display: table-cell;
        vertical-align: top;
    }

    .bf-af .before span {
        display: block;
        position: relative;
    }

    .bf-af .before span:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        height: 100%;
        background: url(/wp-content/uploads/arrow_right.svg) center center no-repeat;
        background-size: 100%;
    }

    .bf-af.col2 .before {
        width: 55%;
        padding-right: 10%;
    }

    .bf-af.col2 .after {
        width: 45%;
    }

    .bf-af.col2 .before span:after {
        width: 10%;
        right: -16%;
    }

    .bf-af.col4 .before:nth-child(1) {
        width: 24%;
        padding-left: 0;
        padding-right: 2%;
    }

    .bf-af.col4 .after:nth-child(2) {
        width: 26%;
        padding-left: 3%;
        padding-right: 1%;
    }

    .bf-af.col4 .before:nth-child(3) {
        width: 26%;
        padding-left: 1%;
        padding-right: 3%;
    }

    .bf-af.col4 .after:nth-child(4) {
        width: 24%;
        padding-left: 2%;
        padding-right: 0;
    }

    .bf-af.col4 .before span:after {
        width: 13%;
        right: -18%;
    }
}

.bread_wrap {
    margin-bottom: 2%;
}

.bread {
    overflow: hidden;
    margin: 0;
    font-size: 12px;
    font-size: 1.2rem;
}

.bread ul {
    padding: 1em 0;
    margin: 0 auto;
    float: none;
}

.bread ul li {
    list-style: none;
    position: relative;
    float: left;
    padding-right: 2em;
    margin-right: 1.5em;
}

.bread ul li a {
    text-decoration: none;
    color: #333333;
}

.bread ul li a:hover {
    color: #333333;
    text-decoration: none;
}

.bread ul li:after {
    content: "";
    display: block;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    width: 7px;
    height: 7px;
    transform: translate(0, -50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: 0;
}

.bread ul li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.bread ul li:last-child:after {
    content: none;
}

.button,
.inquiry .wpcf7-submit {
    display: inline-block;
    min-width: 0px;
    margin: 0;
    padding: 1em 1em;
    border: 0;
    border-radius: 4px;
    line-height: 1;
    background: #6388e0;
    color: #fff;
    text-align: center;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: 0.3s;
}

.button:hover,
.inquiry .wpcf7-submit:hover {
    background: #ced4d2;
    color: #6388e0;
}

.highlight .button,
.highlight .inquiry .wpcf7-submit,
.inquiry .highlight .wpcf7-submit {
    color: #fff;
}

.highlight .button:hover,
.highlight .inquiry .wpcf7-submit:hover,
.inquiry .highlight .wpcf7-submit:hover {
    color: #6388e0;
}

.button.block,
.inquiry .block.wpcf7-submit {
    display: block;
    min-width: 0;
}

.button.inverse,
.inquiry .inverse.wpcf7-submit {
    border: 0;
    border-radius: 4px;
    background: #000;
    color: #fff;
}

.button.inverse:hover,
.inquiry .inverse.wpcf7-submit:hover {
    background: #1a1a1a;
    color: #fff;
}

.button.cancel,
.inquiry .cancel.wpcf7-submit {
    background: #888;
    color: #fff;
}

.button.cancel:hover,
.inquiry .cancel.wpcf7-submit:hover {
    background: #6f6f6f;
}

.button.large,
.inquiry .large.wpcf7-submit {
    padding: 1em 2em;
    font-size: 16px;
    font-size: 1.6rem;
}

.button+.button,
.inquiry .wpcf7-submit+.button,
.inquiry .button+.wpcf7-submit,
.inquiry .wpcf7-submit+.wpcf7-submit {
    margin-left: 0.5em;
}

.button span,
.inquiry .wpcf7-submit span {
    line-height: 1;
    padding-left: 20px;
    background: url(/wp-content/uploads/btn_icon.png) left center no-repeat;
    background-size: auto 14px;
}

.feature {
    color: #fff;
}

.feature h3 {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-size: 2.2rem;
}

.feature img {
    width: 100%;
}

.feature .col {
    display: table;
    table-layout: fixed;
}

.feature .col:not(:last-child) {
    margin-bottom: 0;
}

.feature .col:nth-child(1) {
    background: #49afe6;
}

.feature .col:nth-child(2) {
    background: #8ed95d;
}

.feature .col:nth-child(3) {
    background: #f6aa48;
}

.feature .col:nth-child(4) {
    background: #f98282;
}

.feature .col .textbox {
    display: table-cell;
    width: 70%;
    padding: 1em 3%;
    vertical-align: middle;
}

.feature .col figure {
    display: table-cell;
    width: 30%;
    vertical-align: middle;
}

.feature .col figure:first-child img {
    text-align: left;
}

.feature .col figure:last-child img {
    text-align: right;
}

@media (min-width: 768px) {
    .feature h3 {
        margin: 10px 0 15px;
        font-size: 26px;
        font-size: 2.6rem;
    }

    .feature .col {
        display: block;
        table-layout: auto;
    }

    .feature .col .textbox {
        display: block;
        width: auto;
        height: 250px;
        padding: 10px;
        font-size: 13px;
        font-size: 1.3rem;
    }

    .feature .col figure {
        display: inline;
        width: auto;
        vertical-align: middle;
    }
}

.grid {
    display: block;
    margin: 0;
}

.grid.row,
.grid .row,
.grid.col,
.grid .col {
    margin: 0;
}

.has-child-grid .grid {
    display: -moz-flex;
    display: flex;
    -moz-justify-content: center;
    justify-content: center;
    -moz-align-items: stretch;
    align-items: stretch;
}

.has-child-grid .grid .col {
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
}

.has-child-grid .grid .col.span_12 {
    padding: 20px 0;
}

.grid .grid-arrow {
    position: relative;
    overflow: hidden;
}

.grid .grid-arrow:after {
    content: "";
    display: block;
    position: absolute;
    right: -15px;
    bottom: -15px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    transform: rotate(45deg);
    transition: 0.3s;
}

.grid p {
    margin: 0;
    padding: 0.2em 0;
}

.grid a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.grid a>[style^="background-image"],
.grid a img {
    transition: 0.3s;
}

.grid a:hover>[style^="background-image"],
.grid a:hover img {
    opacity: 0.6;
}

.grid .grid-bg1 {
    background-color: #e74c3c;
}

.grid .grid-bg1:hover {
    background-color: #eb6d60;
}

.grid .grid-bg1:hover .grid-arrow:after {
    background-color: #df2e1b;
}

.grid .grid-bg2 {
    background-color: #3498db;
}

.grid .grid-bg2:hover {
    background-color: #57aae1;
}

.grid .grid-bg2:hover .grid-arrow:after {
    background-color: #2383c4;
}

.grid .grid-bg3 {
    background-color: #f1c40f;
}

.grid .grid-bg3:hover {
    background-color: #f3cd36;
}

.grid .grid-bg3:hover .grid-arrow:after {
    background-color: #cba50c;
}

.grid .grid-bg4 {
    background-color: #1abc9c;
}

.grid .grid-bg4:hover {
    background-color: #1fe0ba;
}

.grid .grid-bg4:hover .grid-arrow:after {
    background-color: #15987e;
}

.grid .grid-bg5 {
    background-color: #9b59b6;
}

.grid .grid-bg5:hover {
    background-color: #ac75c2;
}

.grid .grid-bg5:hover .grid-arrow:after {
    background-color: #8646a0;
}

.grid .grid-bg6 {
    background-color: #34495e;
}

.grid .grid-bg6:hover {
    background-color: #435d78;
}

.grid .grid-bg6:hover .grid-arrow:after {
    background-color: #253544;
}

.grid .grid-bg7 {
    background-color: #2ecc71;
}

.grid .grid-bg7:hover {
    background-color: #4cd787;
}

.grid .grid-bg7:hover .grid-arrow:after {
    background-color: #26ab5f;
}

.ie .grid .grid-arrow:after {
    display: none;
}

@media (min-width: 768px) {
    .grid {
        display: -moz-flex;
        display: flex;
        -moz-justify-content: center;
        justify-content: center;
        -moz-align-items: stretch;
        align-items: stretch;
    }

    .grid .col {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: column;
        flex-direction: column;
        -moz-justify-content: center;
        justify-content: center;
        text-align: center;
    }

    .grid .col.span_12 {
        padding: 0;
    }

    .grid .col.has-child-grid>* {
        -moz-flex-grow: 1;
        flex-grow: 1;
    }

    .grid p {
        margin: 0;
        padding: 0.2em 0;
    }
}

.guide figure {
    margin-bottom: 1em;
}

.guide figure img {
    width: auto;
    max-width: 100%;
}

.guide .message .contents_link {
    text-align: center;
}

@media (min-width: 768px) {
    .guide {
        position: relative;
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        margin-top: -1em;
    }

    .guide figure {
        flex: 1;
        margin-bottom: 0;
        min-width: 0;
    }

    .guide .message {
        flex: 3;
        padding-left: 2%;
        padding-bottom: 45px;
    }

    .guide .message.text-only {
        padding-bottom: 0;
    }

    .guide .message h2 {
        margin-bottom: 1em;
    }

    .guide .message .contents_link {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
    }

    .guide.reverse {
        flex-direction: row-reverse;
    }

    .guide.reverse .message {
        padding-left: 0;
        padding-right: 2%;
    }

    .ie .guide {
        display: table;
    }

    .ie .guide figure {
        display: table-cell;
        width: 23.5%;
        vertical-align: middle;
    }

    .ie .guide .message {
        display: table-cell;
        width: 74.5%;
        padding-left: 2%;
        vertical-align: middle;
    }

    .ie .guide.reverse .message {
        padding-left: 2%;
        padding-right: 0;
    }
}

/* お問い合わせフォーム(form liên lạc) */
.inquiry fieldset {
    margin: 0;
    padding: 20px 10px;
    border: 0;
    background: rgba(99, 136, 224, 0.05);
}

.inquiry fieldset .row {
    margin: 0;
}

.inquiry dl {
    margin: 0;
    padding: 0;
}

.inquiry dt {
    font-weight: normal;
}

.inquiry dt.col:not(:last-child) {
    margin-bottom: 1em;
}

.inquiry dd {
    margin: 0;
    padding: 0;
}

.inquiry dd:last-child {
    padding-bottom: 0;
}

.inquiry dd .confirm {
    padding: 0 0 1em 1em;
    border-bottom: 1px dashed #ccc;
}

.inquiry input[type="text"],
.inquiry input[type="url"],
.inquiry input[type="email"],
.inquiry input[type="tel"],
.inquiry input[type="date"],
.inquiry input[type="number"],
.inquiry select,
.inquiry textarea {
    width: 100%;
    padding: 5px;
    color: #000;
    font-size: 16px;
    font-size: 1.6rem;
}

.inquiry input[type="number"] {
    width: 65px;
    text-align: center;
}

.inquiry input[type="file"] {
    width: 100%;
    box-sizing: border-box;
}

.inquiry input.p-postal-code {
    width: 100px;
}

.inquiry input.p-region {
    width: 100px;
}

.inquiry input.p-locality {
    width: 150px;
}

.inquiry input.p-street-address {
    width: 100%;
}

.inquiry input.p-extended-address {
    width: 100%;
}

.inquiry .submit {
    display: block;
    overflow: hidden;
    margin: 1em auto;
    text-align: center;
}

.inquiry .submit .button,
.inquiry .submit .wpcf7-submit,
.inquiry .submit .wpcf7-submit {
    display: block;
    margin: 0 auto 10px;
    padding: 1em 1em;
    border-radius: 0;
    max-width: 280px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
    border: 1px solid #6388e0;
    color: #fff;
    background: #6388e0;
}

.inquiry .submit .button:hover,
.inquiry .submit .wpcf7-submit:hover,
.inquiry .submit .wpcf7-submit:hover {
    border: 1px solid #6388e0;
    color: #6388e0;
    background: #fff;
}

.inquiry .submit .wpcf7-spinner {
    display: block;
    margin: 0 auto;
}

.inquiry .required {
    color: #f00;
}

.inquiry label {
    display: block;
    margin-bottom: 0.5em;
}

@media (min-width: 768px) {
    .inquiry {
        max-width: 780px;
        margin-right: auto;
        margin-left: auto;
    }

    .inquiry fieldset {
        margin: 0;
        padding: 60px;
        border: 0;
    }

    .inquiry dt {
        clear: both;
        padding: 6px 0;
    }

    .inquiry dd {
        padding-bottom: 1.5em;
    }

    .inquiry dd .confirm {
        min-height: 1.5em;
        padding: 6px 0 0;
        border: 0;
        line-height: 1.4;
    }

    .inquiry input[type="text"],
    .inquiry input[type="url"],
    .inquiry input[type="email"],
    .inquiry input[type="tel"],
    .inquiry input[type="date"],
    .inquiry input[type="text"],
    .inquiry select {
        width: 60%;
    }

    .inquiry input[type="number"] {
        width: 65px;
    }

    .inquiry input.p-postal-code {
        width: 100px;
    }

    .inquiry input.p-region {
        width: 100px;
    }

    .inquiry input.p-locality {
        width: 150px;
    }

    .inquiry input.p-street-address {
        width: 100%;
    }

    .inquiry input.p-extended-address {
        width: 100%;
    }

    .inquiry textarea {
        width: 100%;
    }

    .inquiry .submit {
        margin: 60px 0 0;
    }

    .inquiry label {
        display: inline-block;
        margin-top: 6px;
        margin-bottom: 0;
        margin-right: 0.8em;
    }

    .gutters .inquiry dt.col {
        margin-left: 0;
    }
}

.movie {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: 56.25%;
}

.movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.movie.ar16to9 {
    padding-top: 56.25%;
}

.movie.ar4to3 {
    padding-top: 75%;
}

.news .news_bg {
    background: rgba(99, 136, 224, 0.05);
}

.news.typeC .news_bg {
    padding: 1em;
}

.news h2 {
    color: #333333;
}

.news dl {
    margin: 0;
    overflow-y: auto;
    max-height: 300px;
}

.news dl dt {
    margin: 0.5em 0 0;
    padding: 0 1em;
    font-weight: normal;
}

.news dl dd {
    margin: 0.5em 0;
    padding: 0 1em 0.5em;
    border-bottom: 1px solid #ccc;
}

.news dl dd a {
    text-decoration: none;
}

.news dl dd a:hover {
    text-decoration: underline;
}

@media (min-width: 768px) {
    .news.typeA>div {
        display: table;
        width: 100%;
        margin: 0 auto;
    }

    .news.typeA>div .heading {
        display: table-cell;
        width: 23.5%;
        vertical-align: middle;
    }

    .news.typeA h2 {
        margin: 0;
        padding: 0;
    }

    .news.typeA h2:after {
        display: none;
    }

    .news.typeA .content {
        display: table-cell;
        overflow: hidden;
        width: 74.5%;
        padding-left: 2%;
        vertical-align: middle;
    }

    .news.typeC .news_bg {
        height: 540px;
        padding: 20px;
    }

    .news.typeC dl {
        max-height: 500px;
    }

    .news dl {
        overflow-y: auto;
        max-height: 200px;
    }

    .news dl dt {
        width: 100px;
        clear: left;
        float: left;
        margin: 0;
        padding: 1em 0 1em 1em;
    }

    .news dl dd {
        margin: 0;
        padding: 1em 0 1em 0;
    }

    .news dl dt+dd {
        padding-left: 120px;
    }
}

.parallax {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.parallax.ios {
    background-attachment: scroll;
}

.parallax .parallax_contents {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.parallax .parallax_contents h1,
.parallax .parallax_contents .h1 {
    margin: 0;
    padding: 1em 0;
}

.qa h3.question {
    font-size: 16px;
    font-size: 1.6rem;
    border: none;
}

.qa .question {
    position: relative;
    margin-bottom: 1em;
    padding: 1em 50px 1em 1em;
    background-color: rgba(99, 136, 224, 0.05);
    font-weight: normal;
}

.qa .question:after {
    content: none;
}

.qa .question:before {
    content: none;
}

.qa .question:hover {
    background: rgba(86, 126, 221, 0.05);
}

.qa .question.open:after {
    transform: rotate(0);
}

.qa .answer {
    padding: 0 0 0 1em;
}

.qa .answer:not(:last-child) {
    margin-bottom: 2em;
}

.qa.qa-open .question {
    padding-right: 1em;
    cursor: default;
}

.qa.qa-open .question:hover {
    background-color: rgba(99, 136, 224, 0.05);
}

.qa.qa-open .question:after {
    display: none;
}

.qa.qa-open .answer {
    display: block;
}

.highlight .qa .question {
    background: rgba(120, 152, 228, 0.05);
}

.highlight .qa .question:hover {
    background: rgba(108, 142, 226, 0.05);
}

.highlight .qa.qa-open .question:hover {
    background: rgba(120, 152, 228, 0.05);
}

.shopinfo figure {
    max-width: 80%;
    margin: 0 auto;
}

.shopinfo address {
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    font-style: normal;
}

.shopinfo dl {
    margin: 2em 0;
    line-height: 1.4;
}

.shopinfo dl:first-child {
    margin-top: 0;
}

.shopinfo dl dt {
    margin: 0 0 0.2em 0;
    font-weight: normal;
}

.shopinfo dl dt:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 3px;
    margin-right: 0.3em;
    vertical-align: middle;
    background: #6388e0;
}

.shopinfo dl dd {
    margin: 0 0 0.5em 1em;
    padding: 0;
}

.shopinfo .map_container {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 90%;
}

.shopinfo .map_container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.shopinfo .map_container+p {
    margin-top: 2em;
}

.map_wide {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 90%;
}

.map_wide iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body.scroll .googlemap {
    pointer-events: none;
}

@media (min-width: 768px) {
    .shopinfo figure {
        max-width: 100%;
    }

    .shopinfo address {
        margin-bottom: 15px;
        text-align: left;
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 1;
    }

    .shopinfo dl.dl-horizontal {
        margin: 10px 0;
    }

    .shopinfo dl.dl-horizontal dd {
        margin-bottom: 0.3em;
    }

    .shopinfo .map_container {
        padding-top: 70%;
    }

    .shopinfo .span_12 .map_container,
    .shopinfo .span12 .map_container {
        padding-top: 50%;
    }

    .map_wide {
        padding-top: 420px;
    }
}

.sns_icons {
    display: table;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0px;
    font-size: 0rem;
    margin: auto;
}

.sns_icons>li {
    display: inline;
    padding-left: 0;
    padding-right: 0;
    white-space: nowrap;
    font-size: 16px;
    font-size: 1.6rem;
}

.sns_icons li {
    display: inline-block;
}

.sns_icons li:not(:last-child) {
    margin-right: 10px;
}

.sns_icons a {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
    width: 34px;
    height: 34px;
    background-repeat: no-repeat;
    background-size: contain;
}

.sns_icons a.icon_facebook {
    background-image: url(/wp-content/uploads/icon_facebook.png);
}

.sns_icons a.icon_twitter {
    background-image: url(/wp-content/uploads/icon_twitter.png);
}

.sns_icons a.icon_line {
    background-image: url(/wp-content/uploads/icon_line.png);
}

.sns_icons a.icon_google {
    background-image: url(/wp-content/uploads/icon_google.png);
}

.sns_icons a.icon_instagram {
    background-image: url(/wp-content/uploads/icon_instagram.png);
}

footer .sns_icons {
    margin-top: 1.5em;
}

@media (min-width: 768px) {
    .sns_icons {
        margin: 0;
    }

    .sns_icons.center {
        margin: auto;
    }

    .sns_icons li:not(:last-child) {
        margin-right: 20px;
    }

    .sns_icons a {
        width: 68px;
        height: 68px;
    }

    footer .sns_icons {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .sp_image_cols:not(.sp_col2):not(.sp_col3) .col:not(:last-child) {
        margin-bottom: 1em;
    }

    .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure {
        overflow: hidden;
    }

    .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure img {
        float: left;
        width: 32%;
        margin-bottom: 10px;
        vertical-align: middle;
    }

    .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure figcaption {
        float: right;
        width: 66%;
        margin-top: 0;
        vertical-align: middle;
    }

    .sp_image_cols.sp_col2 .col {
        width: 49%;
    }

    .sp_image_cols.sp_col2 .col:nth-child(odd) {
        clear: both;
        float: left;
    }

    .sp_image_cols.sp_col2 .col:nth-child(even) {
        float: right;
    }

    .sp_image_cols.sp_col3 .col {
        float: left;
        width: 32%;
    }

    .sp_image_cols.sp_col3 .col:nth-child(3n + 1) {
        clear: both;
        margin-right: 2%;
    }

    .sp_image_cols.sp_col3 .col:nth-child(3n) {
        float: right;
    }

    .sp_image_left {
        overflow: hidden;
    }

    .sp_image_left .col:first-child {
        display: inline-block;
        float: left;
        width: 32%;
        margin-right: 2%;
        margin-bottom: 0.5em;
    }

    .sp_image_left .col:last-child {
        float: none;
    }

    .sp_image_right {
        overflow: hidden;
    }

    .sp_image_right .col:first-child {
        display: inline-block;
        float: right;
        width: 32%;
        margin-left: 2%;
        margin-bottom: 0.5em;
    }

    .sp_image_right .col:last-child {
        float: none;
    }
}

.step .row,
.step-h .col {
    position: relative;
    padding: 1em;
    background: rgba(99, 136, 224, 0.05);
}

.step .row:not(:last-child):after,
.step-h .col:not(:last-child):after,
.step-h .row.continue .col:last-child:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 0;
    background: url("/wp-content/uploads/arrow_down.svg") center center no-repeat;
    background-size: 45px auto;
}

@media (max-width: 767px) {

    .step .row:not(:last-child),
    .step-h .col:not(:last-child),
    .step-h .row.continue .col:last-child {
        margin-bottom: 18%;
    }

    .step .row:not(:last-child):after,
    .step-h .col:not(:last-child):after,
    .step-h .row.continue .col:last-child:after {
        padding-top: 20%;
    }

    .step-h .row.continue {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .step .row {
        display: table;
        table-layout: fixed;
        width: 100%;
        padding: 2em;
    }

    .step .row .col {
        float: none;
        display: table-cell;
        vertical-align: middle;
    }

    .step .row .col:not(:first-child) {
        padding-left: 2%;
    }

    .step .row:not(:last-child) {
        margin-bottom: 80px;
    }

    .step .row:not(:last-child):after {
        top: 100%;
        padding-top: 60px;
        margin: 10px 0;
    }

    .step h3:last-child {
        margin-bottom: 0;
        font-size: 16px;
        font-size: 1.6rem;
        border: none;
    }

    .step h3:last-child:after,
    .step h3:last-child:before {
        content: none;
    }

    .step .row:not(:last-child):after,
    .step-h .col:not(:last-child):after,
    .step-h .row.continue .col:last-child:after {
        background-size: auto 100%;
    }

    .step-h.gutters .col {
        margin: 0;
    }

    .step-h .col {
        padding: 0;
        background: none;
    }

    .step-h .col:not(:last-child) {
        position: relative;
        margin-right: 4%;
    }

    .step-h .col:not(:last-child):after {
        display: none;
    }

    .step-h .col:not(:last-child) figure span {
        display: inline-block;
        position: relative;
        width: 100%;
    }

    .step-h .col:not(:last-child) figure span:after {
        content: "";
        display: block;
        width: 28px;
        height: 100%;
        position: absolute;
        right: -30px;
        top: 0;
        background: url("/wp-content/uploads/arrow_right.svg") center center no-repeat;
        background-size: contain;
    }

    .step-h .span_3 {
        width: 22%;
    }

    .step-h .span_4 {
        width: 30.66666666%;
    }

    .step-h .span_6 {
        width: 48%;
    }
}

@media (min-width: 1024px) {
    .step-h .col:not(:last-child) figure span:after {
        right: -34px;
    }
}

table {
    margin: 0 auto;
}

table td,
table th {
    padding: 0.7em 1em;
}

@media (max-width: 767px) {

    table td,
    table th {
        padding: 0.7em 0.3em;
    }
}

table th {
    text-align: center;
    font-weight: normal;
}

.table-default {
    width: 100%;
}

.table-default caption {
    margin-bottom: 0.5em;
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
}

.table-default td,
.table-default th {
    border: 1px solid #6388e0;
}

.table-default th {
    background: rgba(99, 136, 224, 0.7);
    color: #fff;
}

.table-default td {
    background: transparent;
}

.table-menu {
    width: 100%;
}

.table-menu caption {
    margin-bottom: 0.5em;
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
}

.table-menu td,
.table-menu th {
    padding: 0.7em 1em;
    border-top: 1px solid #6388e0;
    border-bottom: 1px solid #6388e0;
}

@media (max-width: 767px) {

    .table-menu td,
    .table-menu th {
        padding: 0.7em 0.3em;
    }
}

.table-menu tbody th {
    text-align: left;
}

.table-menu td:last-child {
    text-align: right;
    white-space: nowrap;
}

.table-schedule {
    width: 100%;
}

.table-schedule caption {
    margin-bottom: 0.5em;
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
}

.table-schedule td,
.table-schedule th {
    border: 1px solid #6388e0;
    padding: 0.7em 1em;
    text-align: center;
}

@media (max-width: 767px) {

    .table-schedule td,
    .table-schedule th {
        padding: 0.7em 0.3em;
    }
}

.table-schedule thead th {
    background: rgba(99, 136, 224, 0.7);
    color: #fff;
}

.table-schedule tbody th {
    background: transparent;
}

.table-schedule td {
    background: transparent;
}

.table-summary {
    border-top: 1px solid #6388e0;
    width: 100%;
}

.table-summary caption {
    margin-bottom: 0.5em;
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
}

.table-summary td,
.table-summary th {
    padding: 1em;
    border-bottom: 1px solid #6388e0;
}

.table-summary th {
    text-align: left;
    font-weight: normal;
    width: 20%;
}

@media (max-width: 767px) {
    .responsive-stack {
        display: block;
    }

    .responsive-stack thead {
        display: none;
    }

    .responsive-stack tbody,
    .responsive-stack td,
    .responsive-stack th,
    .responsive-stack tr {
        display: block;
    }

    .responsive-stack td,
    .responsive-stack th {
        width: 100% !important;
    }

    .responsive-stack tr:not(:last-child) td,
    .responsive-stack tr:not(:last-child) th {
        border-bottom: 0;
    }

    .responsive-stack tr:last-child :not(:last-child) {
        border-bottom: 0;
    }
}

@media (max-width: 767px) {
    .responsive-list {
        display: block;
    }

    .responsive-list thead {
        display: none;
    }

    .responsive-list tbody,
    .responsive-list td,
    .responsive-list th,
    .responsive-list tr {
        display: block;
    }

    .responsive-list tr:not(:last-child) td {
        border-bottom: 0;
    }

    .responsive-list td {
        position: relative;
        padding-left: 40%;
        white-space: normal;
        text-align: left;
    }

    .responsive-list td:first-child {
        border-bottom: 0;
    }

    .responsive-list td:last-child {
        border-top: 0;
    }

    .responsive-list td:not(:first-child):not(:last-child) {
        border-top: 0;
        border-bottom: 0;
    }

    .responsive-list td:before {
        content: attr(data-title);
        position: absolute;
        top: 6px;
        left: 6px;
        width: 35%;
        padding-right: 10px;
        white-space: normal;
        text-align: left;
        font-weight: bold;
    }
}

@media (max-width: 767px) {
    .responsive-scroll-container {
        display: block;
        width: 100%;
        min-height: 0.01%;
        overflow-x: scroll;
    }

    .responsive-scroll-container .responsive-scroll-inner {
        width: 798px;
        padding: 0 15px 15px;
    }

    .responsive-scroll-container table {
        width: 768px;
        margin: 0;
    }
}

@media (max-width: 767px) {

    table.combine tbody tr:last-child td,
    table.combine tbody tr:last-child th {
        border-bottom: 0;
    }
}

table.table-default.typeA tr td,
table.table-default.typeA tr th {
    border: 0;
}

table.table-default.typeA tr:nth-child(odd) th {
    background: #6388e0;
}

table.table-default.typeA tr:nth-child(odd) td {
    background: rgba(99, 136, 224, 0.05);
}

table.table-default.typeA tr:nth-child(even) th {
    background: #8ea8e8;
}

table.table-default.typeA tr:nth-child(even) td {
    background: rgba(142, 168, 232, 0.05);
}

table.table-default.typeB {
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
}

table.table-default.typeB tbody td,
table.table-default.typeB tbody th {
    background: transparent;
    color: #333333;
    border: 0;
    border-bottom: 1px dashed #6388e0;
}

table.table-default.typeB tbody tr {
    position: relative;
}

table.table-default.typeB tbody td {
    transform: translateX(2px);
}

table.table-default.typeC th {
    background: rgba(99, 136, 224, 0.7);
    color: #fff;
}

table.table-default.typeC td,
table.table-default.typeC th {
    border: 0;
}

table.table-default.typeC td:not(:last-child),
table.table-default.typeC th:not(:last-child) {
    border-bottom: 2px #fff solid;
}

table.table-default.typeC tr {
    position: relative;
}

table.table-default.typeC td {
    transform: translateX(2px);
}

.highlight table.table-default.typeC td,
.highlight table.table-default.typeC th {
    border: 0;
}

.highlight table.table-default.typeC td:not(:last-child),
.highlight table.table-default.typeC th:not(:last-child) {
    border-bottom: 2px rgba(99, 136, 224, 0.05) solid;
}

._table_line .news dl {
    border-top: 1px dotted #a6a6a6;
    max-height: none;
}

._table_line .news dl dt {
    width: 230px;
    padding-left: 20px;
}

._table_line .news dl dt+dd {
    border-bottom: 1px dotted #a6a6a6;
    padding-left: 230px;
}

.wide_image img {
    width: 100%;
    vertical-align: top;
}

@media (min-width: 768px) {
    .wide_image div {
        margin: 0 auto;
    }
}

h1:not(.title) {
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
    color: #fff;
    background: #6388e0;
    margin: 0 0 0.5em 0;
    padding: 1.2em 0;
    position: relative;
}

@media (max-width: 767px) {
    h1:not(.title) {
        font-size: 24px;
        font-size: 2.4rem;
    }
}

h2 {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
    color: #333333;
    margin: 0 0 0.8em 0;
    position: relative;
    word-wrap: break-word;
    position: relative;
    padding-bottom: 16px;
    letter-spacing: 0;
    line-height: 1.64286;
    text-align: center;
    z-index: 4;
}

@media (max-width: 767px) {
    h2 {
        font-size: 20px;
        font-size: 2rem;
    }
}

h2:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    background: #333333;
    position: absolute;
    z-index: -1;
}

h3 {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #333333;
    margin: 0 0 0.4em 0;
    padding-left: 12px;
    position: relative;
    word-wrap: break-word;
}

@media (max-width: 767px) {
    h3 {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

h3::before {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 0.8em;
    top: 0.28em;
    left: 0;
    background: #6388e0;
}

h4 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #333333;
    margin: 0 0 0.4em 0;
    padding-left: 12px;
    position: relative;
    word-wrap: break-word;
}

@media (max-width: 767px) {
    h4 {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

h4::before {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 2px;
    left: 0;
    top: 0.7em;
    background: #6388e0;
}

.widget_wrap .widget_header {
    font-size: 16px;
    font-size: 1.6rem;
    color: #333333;
    padding: 0.7em 0 0.7em 1em;
    background: rgba(99, 136, 224, 0.05);
}

.widget_wrap .widget_header a {
    text-decoration: none;
}

.widget_wrap .widget_header a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .widget_wrap .widget_header {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

.main_visual {
    position: relative;
    table-layout: fixed;
}

.main_visual .main_visual_slick,
.main_visual .slick-track {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100% !important;
}

.main_visual .slick-track {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.main_visual .slick-list {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
}

.main_visual .main_visual_slick {
    position: relative;
    margin: 0 auto;
}

.main_visual .main_visual_slick li:not([id^="slick-slide"]) {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
}

.main_visual .main_visual_slick li:not([id^="slick-slide"]):not(.slick-active) {
    transition-delay: 0.5s !important;
}

.main_visual .main_visual_slick li:not([id^="slick-slide"]) img {
    position: absolute;
    left: -300%;
    right: -300%;
    margin: auto;
    top: 0;
    height: 100%;
}

.main_visual .main_visual_copy {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    z-index: 53;
}

.main_visual .main_visual_copy>li {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.main_visual .main_visual_copy>li img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 56%;
    max-width: 560px;
    max-height: 560px;
    z-index: 52;
}

.main_visual .main_visual_arrow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    z-index: 53;
}

.main_visual .main_visual_arrow .slick-prev {
    left: 25px;
}

.main_visual .main_visual_arrow .slick-next {
    right: 25px;
}

.main_visual .main_visual_arrow .slick-prev:before,
.main_visual .main_visual_arrow .slick-next:before {
    font-size: 30px;
    font-size: 3rem;
}

@media (max-width: 750px) {
    .main_visual .main_visual_arrow .slick-prev {
        left: 10px;
    }

    .main_visual .main_visual_arrow .slick-next {
        right: 10px;
    }

    .main_visual .main_visual_arrow .slick-prev:before,
    .main_visual .main_visual_arrow .slick-next:before {
        font-size: 20px;
        font-size: 2rem;
    }
}

@media (max-width: 750px) {
    .main_visual .main_visual_copy>li img {
        width: 90%;
    }
}

.main_visual .main_visual_slick {
    padding-top: 65% !important;
}

@media (min-width: 1000px) {
    .main_visual .main_visual_slick {
        padding-top: 0 !important;
        height: 650px !important;
    }
}

@media (min-width: 1920px) {
    .main_visual .main_visual_slick {
        padding-top: 33.85417% !important;
    }
}

@media (max-width: 750px) {
    .main_visual .main_visual_slick {
        padding-top: 33.85417% !important;
    }
}

.slick-dots li button {
    margin: 0 auto;
    background: #ccc;
}

.slick-dots li.slick-active button {
    background: #6388e0;
}

.slide_scroll {
    position: absolute;
    bottom: 1%;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 45px;
    background: url(/wp-content/uploads/icon_scroll.png) center bottom no-repeat;
    z-index: 55;
    color: #fff;
    text-decoration: none;
}

.slide_scroll:hover {
    color: #fff;
}

.epress_search {
    padding: 3px;
    width: 100%;
    z-index: 1;
}

.epress_search form {
    overflow: hidden;
    border: 4px solid #6388e0;
    display: -moz-flex;
    display: flex;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -moz-align-items: stretch;
    align-items: stretch;
}

.epress_search input[type="text"],
.epress_search input[type="submit"] {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.epress_search input[type="text"] {
    color: #000;
    margin: 0 0.3em;
    width: 70%;
}

.epress_search input[type="submit"] {
    cursor: pointer;
    padding: 0.6em 1em;
    color: #fff;
    width: 30%;
    background: rgba(99, 136, 224, 0.7);
}

@media (min-width: 1024px) {
    .epress_search input[type="submit"] {
        min-width: 65px;
    }
}

@media (max-width: 1023px) {
    header .global_nav>ul>li.gnav_search {
        position: static;
    }

    header .global_nav>ul>li.gnav_search>a {
        display: none !important;
    }

    header .global_nav>ul>li.gnav_search .epress_search {
        display: block !important;
        position: static !important;
        width: 100% !important;
        background: rgba(99, 136, 224, 0.9);
    }

    header .global_nav>ul>li.gnav_search .epress_search input[type="text"],
    header .global_nav>ul>li.gnav_search .epress_search input[type="submit"] {
        line-height: 1;
    }
}

/*
 * ヘッダーナビのデザイン(design của header navi)
 */
.epress_search form {
    background: #fff;
}

/*
  * ヘッダの検索表示タイプ(type hiển thị tìm kiếm của header)
  */
header .global_nav>ul>li.gnav_search {
    position: relative;
}

header .global_nav>ul>li.gnav_search a {
    color: transparent !important;
    display: inline-block;
    vertical-align: middle;
    background: url("/wp-content/uploads/search.png") no-repeat center center;
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
    width: 30px;
    height: 30px;
}

header .global_nav>ul>li.gnav_search a:hover {
    border-bottom: 0;
}

header .global_nav>ul>li.gnav_search .epress_search {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
}

@media (min-width: 1024px) {
    header .global_nav>ul>li.gnav_search .epress_search {
        width: 230px;
    }

    header .global_nav>ul>li.gnav_search .epress_search input[type="submit"] {
        font-size: 12px;
        font-size: 1.2rem;
        padding: 0.5em;
    }
}

.article_list {
    padding: 0.5em;
    position: relative;
    overflow: hidden;
}

@media (min-width: 768px) {
    .article_list {
        padding: 1em;
    }
}

.article_list:nth-child(even) {
    color: #333333;
    background: rgba(99, 136, 224, 0.05);
}

.article_list:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: transparent;
    transform: translate(-10px, -10px) rotate(45deg);
    transition: 0.3s;
}

.article_list:hover:before {
    background: #6388e0;
}

.article_list .case_arrow {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    position: relative;
    height: 245px;
}

@media (max-width: 767px) {
    .article_list .case_arrow {
        height: 80px;
    }
}

.article_list .case_arrow:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin: auto;
    width: 70px;
    height: 70px;
    border-top: 5px solid #6388e0;
    border-right: 5px solid #6388e0;
    transform: translate(0, -50%) rotate(45deg);
    transform-origin: left top;
    transition: 0.2s;
}

@media (max-width: 767px) {
    .article_list .case_arrow:after {
        left: 0;
        bottom: 25%;
        border-top: 5px solid #6388e0;
        border-right: 5px solid #6388e0;
        transform: translate(0, -50%) rotate(135deg);
        transform-origin: center;
    }
}

.article_list .span_12 {
    margin: 2% 0;
}

.pagination>* {
    display: inline-block;
    padding: 0.5em;
    border: 1px solid #ccc;
}

.pagination a {
    text-decoration: none;
    background: rgba(99, 136, 224, 0.05);
    transition: 0.3s;
}

.pagination a:hover {
    background: #fff;
}

.article_single01 .article_single01_02 {
    margin-top: 10px;
}

.article_single01 .article_single01_02 img {
    opacity: 1;
    transition: opacity 0.3s;
}

.article_single01 .article_single01_02 img:hover {
    cursor: pointer;
    opacity: 0.7;
}

.article_single01 .ofi {
    background: rgba(99, 136, 224, 0.05);
}

.article_single01 .more {
    display: block;
    text-align: center;
}

.article_single02 .article_single02_01 img {
    opacity: 1;
    transition: opacity 0.3s;
}

.article_single02 .article_single02_01 img:hover {
    cursor: pointer;
    opacity: 0.7;
}

.article_single02 .ofi {
    background: rgba(99, 136, 224, 0.05);
}

.article_single02 .more {
    display: block;
    text-align: center;
}

@media (min-width: 768px) {
    .article_single03 .article_single03_02 .span_6 {
        width: 45%;
        margin-left: 10%;
    }

    .article_single03 .article_single03_02 .span_6:first-child {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .article_single03 .article_single03_02 .span_12 {
        margin-left: 0;
        margin-top: 20px;
    }
}

.article_single03 .article_single03_02 img {
    opacity: 1;
    transition: opacity 0.3s;
}

.article_single03 .article_single03_02 img:hover {
    cursor: pointer;
    opacity: 0.7;
}

.article_single03 .case_arrow {
    position: relative;
}

@media (max-width: 767px) {
    .article_single03 .case_arrow {
        margin-bottom: 10%;
    }
}

.article_single03 .case_arrow:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 108%;
    margin: auto;
    width: 35px;
    height: 35px;
    border-top: 3px solid #6388e0;
    border-right: 3px solid #6388e0;
    transform: translate(0, -50%) rotate(45deg);
    transform-origin: left top;
    transition: 0.2s;
}

@media (max-width: 767px) {
    .article_single03 .case_arrow:after {
        left: 0;
        right: 0;
        top: 105%;
        width: 20px;
        height: 20px;
        transform: translate(0, -50%) rotate(135deg);
        transform-origin: center;
    }
}

.article_single03 .ofi {
    background: rgba(99, 136, 224, 0.05);
}

.article_single03 .more {
    display: block;
    text-align: center;
}

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

.article_single04 .article_single04_01_img1 .ofi {
    padding-top: 75%;
}

.article_single04 .article_single04_01_img2 .ofi {
    padding-top: 15%;
}

.article_single04 .article_single04_01_img3 .ofi {
    padding-top: 10.8%;
}

.article_single04 .article_single04_01_img4 .ofi {
    padding-top: 8.4%;
}

.article_single04 .article_single04_01_img5 .ofi {
    padding-top: 6.9%;
}

.article_single04 .article_single04_01_img6 .ofi {
    padding-top: 5.8%;
}

.article_single04 .article_single04_01_nav {
    margin-top: 15px;
}

.article_single04 .article_single04_01_nav .ofi {
    padding-top: 11.1%;
}

.article_single04 .article_single04_01_nav .slick-track {
    width: 100% !important;
    transform: none !important;
    left: 0 !important;
}

.article_single04 .article_single04_01_nav li {
    margin-left: 0.8%;
    width: calc(96% / 6) !important;
}

.article_single04 .article_single04_01_nav li:nth-child(1) {
    margin-left: 0;
}

.article_single04.article_container .article_single04_01_img1 .ofi {
    padding-top: 74.5%;
}

.article_single04.article_container .article_single04_01_img2 .ofi {
    padding-top: 18.7%;
}

.article_single04.article_container .article_single04_01_img3 .ofi {
    padding-top: 14.9%;
}

.article_single04.article_container .article_single04_01_img4 .ofi {
    padding-top: 12.5%;
}

.article_single04.article_container .article_single04_01_img5 .ofi {
    padding-top: 10.7%;
}

.article_single04.article_container .article_single04_01_img6 .ofi {
    padding-top: 9.4%;
}

.article_single04.article_container .article_single04_01_nav {
    margin-top: 15px;
}

.article_single04.article_container .article_single04_01_nav .ofi {
    padding-top: 12%;
}

.article_single04.article_container .article_single04_01_nav .slick-track {
    width: 100% !important;
    transform: none !important;
    left: 0 !important;
}

.article_single04.article_container .article_single04_01_nav li {
    margin-left: 0.8%;
    width: calc(96% / 6) !important;
}

.article_single04.article_container .article_single04_01_nav li:nth-child(1) {
    margin-left: 0;
}

.article_single04 .article_single04_02 {
    margin-top: 10px;
}

.article_single04 .article_single04_02 img {
    opacity: 1;
    transition: opacity 0.3s;
}

.article_single04 .article_single04_02 img:hover {
    cursor: pointer;
    opacity: 0.7;
}

.article_single04 .slick-next,
.article_single04 .slick-prev {
    z-index: 1;
}

.article_single04 .slick-next:before,
.article_single04 .slick-prev:before {
    content: none;
}

.article_single04 .slick-next:after,
.article_single04 .slick-prev:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin: auto;
    width: 35px;
    height: 35px;
    border-top: 3px solid #6388e0;
    transition: 0.2s;
    z-index: 1;
}

.article_single04 .slick-prev {
    left: 0;
}

.article_single04 .slick-prev:after {
    left: 0;
    border-left: 3px solid #6388e0;
    transform: translate(0, -50%) rotate(-45deg);
    transform-origin: right top;
}

.article_single04 .slick-next {
    right: 0;
}

.article_single04 .slick-next:after {
    right: 0;
    border-right: 3px solid #6388e0;
    transform: translate(0, -50%) rotate(45deg);
    transform-origin: left top;
}

.article_single04 .ofi {
    background: rgba(99, 136, 224, 0.05);
    height: auto !important;
}

.article_single04 .more {
    display: block;
    text-align: center;
}

@media (min-width: 768px) {
    .article_list_case02 .article_list_case02_01 {
        width: 67%;
    }

    .article_list_case02 .article_list_case02_02 {
        width: 31%;
    }

    .article_list_case02.article_single01 .article_single01_02 {
        margin-top: 0;
    }
}

.article_container .article_single01_02 {
    margin-top: 10px;
}

.article_container .article_single01_02 img {
    opacity: 1;
    transition: opacity 0.3s;
}

.article_container .article_single01_02 img:hover {
    cursor: pointer;
    opacity: 0.7;
}

.article_detail {
    background: rgba(99, 136, 224, 0.05);
    padding: 4%;
    margin-bottom: 4%;
    font-size: 15px;
    font-size: 1.5rem;
}

.article_detail .article_date {
    margin-bottom: 1em;
}

.article_detail .article_thumbnail {
    float: left;
    margin: 0 2% 2% 0;
}

.article_detail .article_content {
    float: none;
    width: 100%;
    margin-left: 0;
}

.article_detail .case_arrow {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    position: relative;
    height: 245px;
}

@media (max-width: 767px) {
    .article_detail .case_arrow {
        height: 80px;
    }
}

.article_detail .case_arrow:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin: auto;
    width: 70px;
    height: 70px;
    border-top: 5px solid #6388e0;
    border-right: 5px solid #6388e0;
    transform: translate(0, -50%) rotate(45deg);
    transform-origin: left top;
    transition: 0.2s;
}

@media (max-width: 767px) {
    .article_detail .case_arrow:after {
        left: 0;
        bottom: 25%;
        border-top: 5px solid #6388e0;
        border-right: 5px solid #6388e0;
        transform: translate(0, -50%) rotate(135deg);
        transform-origin: center;
    }
}

.article_detail .span_12 {
    margin: 2% 0;
}

.epress_social {
    letter-spacing: -0.4em;
    text-align: right;
    padding: 2%;
}

.epress_social>* {
    letter-spacing: normal;
    vertical-align: top;
    display: inline-block;
    margin-right: 10px;
}

.epress_pager {
    overflow: hidden;
    margin-bottom: 5%;
}

.epress_pager .epress_pager_prev {
    float: left;
}

.epress_pager .epress_pager_prev a {
    display: block;
    position: relative;
    padding-left: 15px;
    text-decoration: none;
}

.epress_pager .epress_pager_prev a:before,
.epress_pager .epress_pager_prev a:after {
    content: "";
    display: block;
    position: absolute;
    left: 2px;
    margin: auto;
    width: 8px;
    height: 1px;
    background: #333333;
    transition: 0.2s;
}

.epress_pager .epress_pager_prev a:before {
    transform: translateY(-50%) rotate(-45deg);
    top: calc(50% - 2px);
}

.epress_pager .epress_pager_prev a:after {
    transform: translateY(-50%) rotate(-135deg);
    top: calc(50% + 3px);
}

.epress_pager .epress_pager_prev a:hover {
    text-decoration: underline;
}

.epress_pager .epress_pager_prev a:hover:before {
    left: 0;
}

.epress_pager .epress_pager_prev a:hover:after {
    left: 0;
}

.epress_pager .epress_pager_next {
    float: right;
}

.epress_pager .epress_pager_next a {
    display: block;
    position: relative;
    padding-right: 15px;
    text-decoration: none;
}

.epress_pager .epress_pager_next a:before,
.epress_pager .epress_pager_next a:after {
    content: "";
    display: block;
    position: absolute;
    right: 2px;
    margin: auto;
    width: 8px;
    height: 1px;
    background: #333333;
    transform-origin: center;
    transition: 0.2s;
}

.epress_pager .epress_pager_next a:before {
    transform: translateY(-50%) rotate(45deg);
    top: calc(50% - 2px);
}

.epress_pager .epress_pager_next a:after {
    transform: translateY(-50%) rotate(135deg);
    top: calc(50% + 3px);
}

.epress_pager .epress_pager_next a:hover {
    text-decoration: underline;
}

.epress_pager .epress_pager_next a:hover:before {
    right: 0;
}

.epress_pager .epress_pager_next a:hover:after {
    right: 0;
}

#commentform {
    background: transparent;
    padding: 2% 5%;
    border: 1px solid #333;
}

#commentform #comment {
    width: 100%;
}

#commentform #submit {
    background: #6388e0;
    color: #fff;
    border: 0;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 3px 10px;
    margin: 0 auto;
    display: table;
}

#commentform input[type="submit"] {
    background: #6388e0;
    color: #fff;
    border: 0;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0.3em 1em;
    margin: 0 auto;
    display: table;
    border-radius: 5px;
}

@media (min-width: 768px) {
    #commentform #submit {
        font-size: 18px;
        font-size: 1.8rem;
    }

    #commentform input[type="submit"] {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

#biz_calendar,
#biz_calendar1,
#biz_calendar2 {
    max-width: none;
    margin: 2% auto 0;
    font-family: inherit;
    padding: 0.3em 1em;
    background: rgba(99, 136, 224, 0.05);
    font-size: 18px;
    font-size: 1.8rem;
}

#biz_calendar p,
#biz_calendar1 p,
#biz_calendar2 p {
    margin: 0;
    line-height: 170%;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
}

#biz_calendar p span.boxholiday,
#biz_calendar1 p span.boxholiday,
#biz_calendar2 p span.boxholiday {
    background-color: #ffb0c3;
    padding-left: 25px;
    margin-right: 10px;
}

#biz_calendar p span.boxeventday,
#biz_calendar1 p span.boxeventday,
#biz_calendar2 p span.boxeventday {
    background-color: #64bdeb;
    padding-left: 25px;
    margin-right: 10px;
}

#biz_calendar table.bizcal,
#biz_calendar1 table.bizcal,
#biz_calendar2 table.bizcal {
    margin: 10px 0;
    width: 100%;
    table-layout: fixed;
    border: none;
    line-height: 1.6;
    cursor: default;
    vertical-align: middle;
    font-size: 18px;
    font-size: 1.8rem;
    border-collapse: collapse;
    border-spacing: 1px;
    background: transparent;
}

#biz_calendar table.bizcal tr:not(:first-child)>*:not(.holiday):not(.eventday):not(.today),
#biz_calendar1 table.bizcal tr:not(:first-child)>*:not(.holiday):not(.eventday):not(.today),
#biz_calendar2 table.bizcal tr:not(:first-child)>*:not(.holiday):not(.eventday):not(.today) {
    background: #fff;
}

#biz_calendar table.bizcal th,
#biz_calendar1 table.bizcal th,
#biz_calendar2 table.bizcal th {
    text-align: center;
    border-width: 0;
    padding: 0.5em 0.2em;
    color: #333333;
    background-color: #dedede;
}

#biz_calendar table.bizcal th:first-child,
#biz_calendar1 table.bizcal th:first-child,
#biz_calendar2 table.bizcal th:first-child {
    color: red;
}

#biz_calendar table.bizcal th:nth-last-of-type(1),
#biz_calendar1 table.bizcal th:nth-last-of-type(1),
#biz_calendar2 table.bizcal th:nth-last-of-type(1) {
    color: blue;
}

#biz_calendar table.bizcal td,
#biz_calendar1 table.bizcal td,
#biz_calendar2 table.bizcal td {
    text-align: center;
    border: 1px solid rgba(0, 57, 122, 0.3);
    padding: 0.5em 0.2em;
    color: #333333;
}

#biz_calendar table.bizcal .calmonth,
#biz_calendar1 table.bizcal .calmonth,
#biz_calendar2 table.bizcal .calmonth {
    text-align: left;
    font-weight: bold;
    padding: 2px 7px;
    border: none;
}

#biz_calendar table.bizcal .calbtn,
#biz_calendar1 table.bizcal .calbtn,
#biz_calendar2 table.bizcal .calbtn {
    border: none;
    cursor: pointer;
}

#biz_calendar table.bizcal .holiday,
#biz_calendar1 table.bizcal .holiday,
#biz_calendar2 table.bizcal .holiday {
    background-color: #ffb0c3;
    color: red;
}

#biz_calendar table.bizcal .eventday,
#biz_calendar1 table.bizcal .eventday,
#biz_calendar2 table.bizcal .eventday {
    background-color: #64bdeb;
    color: #ffffff;
}

#biz_calendar table.bizcal .eventday a,
#biz_calendar1 table.bizcal .eventday a,
#biz_calendar2 table.bizcal .eventday a {
    color: #ffffff;
}

#biz_calendar table.bizcal .today,
#biz_calendar1 table.bizcal .today,
#biz_calendar2 table.bizcal .today {
    font-weight: bold;
    text-decoration: underline;
    color: #333333;
}

#biz_calendar table.bizcal .today a,
#biz_calendar1 table.bizcal .today a,
#biz_calendar2 table.bizcal .today a {
    font-weight: bold;
    color: #333333;
}

#biz_calendar table.bizcal img,
#biz_calendar1 table.bizcal img,
#biz_calendar2 table.bizcal img {
    vertical-align: middle;
    box-shadow: none;
    margin: 0;
}

#biz_calendar table.bizcal .down-img,
#biz_calendar1 table.bizcal .down-img,
#biz_calendar2 table.bizcal .down-img {
    text-align: right;
}

#biz_calendar table.bizcal .today-img,
#biz_calendar1 table.bizcal .today-img,
#biz_calendar2 table.bizcal .today-img {
    text-align: center;
}

#biz_calendar table.bizcal .up-img,
#biz_calendar1 table.bizcal .up-img,
#biz_calendar2 table.bizcal .up-img {
    text-align: left;
}

#biz_calendar table.bizcal td,
#biz_calendar table.bizcal th {
    padding: 0.5em 0.2em;
}

.column_sub #biz_calendar,
.column_sub #biz_calendar1,
.column_sub #biz_calendar2 {
    font-size: 12px;
    font-size: 1.2rem;
}

.column_sub #biz_calendar p span.boxholiday,
.column_sub #biz_calendar1 p span.boxholiday,
.column_sub #biz_calendar2 p span.boxholiday {
    background-color: #ffb0c3;
    padding-left: 25px;
    margin-right: 10px;
}

.column_sub #biz_calendar p span.boxeventday,
.column_sub #biz_calendar1 p span.boxeventday,
.column_sub #biz_calendar2 p span.boxeventday {
    background-color: #64bdeb;
    padding-left: 25px;
    margin-right: 10px;
}

.column_sub #biz_calendar table.bizcal,
.column_sub #biz_calendar1 table.bizcal,
.column_sub #biz_calendar2 table.bizcal {
    font-size: 12px;
    font-size: 1.2rem;
}

.column_sub #biz_calendar table.bizcal td,
.column_sub #biz_calendar table.bizcal th,
.column_sub #biz_calendar1 table.bizcal td,
.column_sub #biz_calendar1 table.bizcal th,
.column_sub #biz_calendar2 table.bizcal td,
.column_sub #biz_calendar2 table.bizcal th {
    padding: 0.3em 0.2em;
}

@media (max-width: 767px) {

    #biz_calendar,
    #biz_calendar1,
    #biz_calendar2 {
        font-size: 12px;
        font-size: 1.2rem;
    }

    #biz_calendar p span.boxholiday,
    #biz_calendar1 p span.boxholiday,
    #biz_calendar2 p span.boxholiday {
        background-color: #ffb0c3;
        padding-left: 25px;
        margin-right: 10px;
    }

    #biz_calendar p span.boxeventday,
    #biz_calendar1 p span.boxeventday,
    #biz_calendar2 p span.boxeventday {
        background-color: #64bdeb;
        padding-left: 25px;
        margin-right: 10px;
    }

    #biz_calendar table.bizcal,
    #biz_calendar1 table.bizcal,
    #biz_calendar2 table.bizcal {
        font-size: 12px;
        font-size: 1.2rem;
    }

    #biz_calendar table.bizcal td,
    #biz_calendar table.bizcal th,
    #biz_calendar1 table.bizcal td,
    #biz_calendar1 table.bizcal th,
    #biz_calendar2 table.bizcal td,
    #biz_calendar2 table.bizcal th {
        padding: 0.3em 0.2em;
    }
}

.calendar_wrap {
    position: relative;
    padding: 4em 1.8em 2em;
    display: inline-block;
    background: rgba(99, 136, 224, 0.05);
    font-size: 10px;
    font-size: 1rem;
}

.calendar_wrap caption {
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    margin: auto;
}

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

.calendar_wrap table thead th {
    background: rgba(99, 136, 224, 0.7);
    color: #fff;
    border: 1px solid #6388e0;
    border-bottom: none;
}

.calendar_wrap table tfoot {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
}

.calendar_wrap table tfoot #prev a {
    width: 26px;
    height: 25px;
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
    display: block;
    position: absolute;
    top: 0;
    left: 40px;
}

.calendar_wrap table tfoot #prev a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 1px solid #333333;
    transition: 0.2s;
}

.calendar_wrap table tfoot #prev a:after {
    transform: translate(0, -50%) rotate(-45deg);
    border-left: 1px solid #333333;
    left: 15%;
}

.calendar_wrap table tfoot #prev a:hover:after {
    left: 2%;
}

.calendar_wrap table tfoot #next a {
    width: 26px;
    height: 25px;
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
    display: block;
    position: absolute;
    top: 0;
    right: 40px;
}

.calendar_wrap table tfoot #next a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 1px solid #333333;
    transition: 0.2s;
}

.calendar_wrap table tfoot #next a:after {
    transform: translate(0, -50%) rotate(45deg);
    border-right: 1px solid #333333;
    right: 15%;
}

.calendar_wrap table tfoot #next a:hover:after {
    right: 2%;
}

.calendar_wrap table tbody td {
    text-align: center;
    background: #fff;
    border: 1px solid #6388e0;
}

@media (min-width: 768px) {
    .column_sub .calendar_wrap {
        padding: 40px 5px 5px;
        width: 100%;
        margin: 0 auto 1em;
    }

    .column_sub .calendar_wrap caption {
        top: 10px;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .column_sub .calendar_wrap table {
        width: 100%;
    }

    .column_sub .calendar_wrap table th,
    .column_sub .calendar_wrap table td {
        padding: 0.5em 0.2em;
    }

    .column_sub .calendar_wrap table tfoot #prev a {
        width: 18px;
        height: 18px;
        top: 0;
        left: 20px;
    }

    .column_sub .calendar_wrap table tfoot #next a {
        width: 18px;
        height: 18px;
        top: 0;
        right: 20px;
    }
}

@media (max-width: 767px) {
    .calendar_wrap {
        padding: 40px 5px 5px;
        width: 100%;
    }

    .calendar_wrap caption {
        top: 10px;
    }

    .calendar_wrap table {
        width: 100%;
    }

    .calendar_wrap table th,
    .calendar_wrap table td {
        padding: 0.5em 0.2em;
    }

    .calendar_wrap table tfoot #prev a {
        width: 12px;
        height: 12px;
        top: 0;
        left: 20px;
    }

    .calendar_wrap table tfoot #next a {
        width: 12px;
        height: 12px;
        top: 0;
        right: 20px;
    }
}

/*
 * ボタン矢印(mũi tên button)
 */
.add_arrow {
    display: block;
    position: relative;
}

.add_arrow:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 5%;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translate(0, -50%) rotate(45deg);
    transition: 0.2s;
}

.add_arrow:hover {
    border: 1px solid #6388e0;
    color: #6388e0;
    background: #fff;
}

.add_arrow:hover:after {
    right: 4%;
    border-color: #6388e0;
}

/*
 * moreボタン雛形 (hình dạng button more)
 */
.more {
    display: block;
    overflow: hidden;
    margin: auto;
}

.more a {
    display: block;
    border: 1px solid #6388e0;
    color: #fff;
    background: #6388e0;
    padding: 0.6em;
    margin: 0 auto 1px;
    max-width: 280px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
    font-size: 14px;
    font-size: 1.4rem;
}

@media (min-width: 768px) {
    .more a {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

/*
 * ボタンエフェクト(button effect)
 */
@media (min-width: 768px) {
    .effect01 {
        overflow: hidden;
        position: relative;
    }

    .effect01:before {
        content: "";
        position: absolute;
        display: block;
        width: 140%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: -1;
        background: #6388e0;
        opacity: 0.3;
        transform: translateX(-120%) skewX(15deg);
        transition: transform 0.3s;
    }

    .effect01:hover {
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
    }

    .effect01:hover:before {
        transform: translateX(-15%) skewX(15deg);
    }
}

header .global_nav>ul>li.has_under>a {
    position: relative;
}

header .global_nav>ul>li.has_under>a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 6%;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translate(0, -50%) rotate(135deg);
    transition: 0.2s;
}

header .global_nav>ul>li.has_under>a.menu_under_open:after {
    transform: translate(0, 0) rotate(-45deg);
}

header .global_nav>ul>li>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
}

header .global_nav>ul>li>ul>li {
    border-bottom: 1px solid #b3b3b3;
}

@media (max-width: 1023px) {
    header .global_nav>ul>li>ul>li a {
        background: rgba(82, 123, 221, 0.9);
    }
}

@media (min-width: 1024px) {
    header .global_nav>ul>li.has_under {
        position: relative;
    }

    header .global_nav>ul>li.has_under>a {
        padding-right: 1.5em;
    }

    header .global_nav>ul>li.has_under>a:after {
        border-color: #333333;
        width: 6px;
        height: 6px;
    }

    header .global_nav>ul>li.has_under>a:after {
        transform: translate(0, -50%) rotate(135deg);
    }

    header .global_nav>ul>li.has_under>a.menu_under_open:after {
        transform: translate(0) rotate(-45deg);
    }

    header .global_nav>ul>li.has_under>ul {
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        margin: auto;
        top: 100%;
        letter-spacing: -0.4em;
        background: rgba(99, 136, 224, 0.9);
        z-index: 52;
    }

    header .global_nav>ul>li.has_under>ul>li {
        letter-spacing: normal;
        display: inline-block;
        vertical-align: middle;
        width: 25%;
        width: 100%;
        text-align: center;
        border-bottom: 0;
        padding: 0;
    }

    header .global_nav>ul>li.has_under>ul>li a {
        background: transparent;
        padding: 1em;
        overflow-wrap: break-word;
    }
}

.pagetop {
    position: fixed;
    bottom: 5%;
    right: 5%;
    z-index: 100;
}

.pagetop a {
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 50%;
    background: rgba(99, 136, 224, 0.9);
}

@media (min-width: 768px) {
    .pagetop a {
        width: 70px;
        height: 70px;
    }
}

.pagetop a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: translate(-50%, -20%) rotate(45deg);
    transition: 0.2s;
}

footer.high .pagetop {
    position: absolute;
    bottom: auto;
    right: 5%;
    top: 0;
    margin: 0;
    transform: translateY(-95%);
}

/*
 * ページトップのデザインタイプ(type design của top page)
 */
/*
==========================
下層section余白
==========================
*/
body:not(.home) .column_main section:not(:last-child) {
    margin-bottom: 13%;
}

@media (max-width: 767px) {
    body:not(.home) .column_main section:not(:last-child) {
        margin-bottom: 6rem;
    }
}

[href^="tel"] {
    text-decoration: none !important;
    display: inline-block;
}

@media (min-width: 767px) {
    [href^="tel"] {
        pointer-events: none !important;
    }
}

/*
==========================
フッターナビの折り返しの位置が見栄え悪いという品質の指摘対策
==========================
*/
footer .container {
    max-width: none;
}

@media screen and (max-width: 767px) {
    footer .share_button {
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 1em;
        display: flex;
        justify-content: center;
    }
}

/*
  ==========================
  下層1カラム snsシェアボタンの調整
  ==========================
  */
@media screen and (max-width: 767px) {
    footer .share_button {
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 1em;
        display: flex;
        justify-content: center;
    }

    footer .share_button li:nth-of-type(2) {
        margin: 10px;
    }
}

/*
  ==========================
 レスポンス時、下層のボタンの文字が折り返してもボタンの高さを揃える
  ==========================
  */
@media (min-width: 768px) {
    .btn_group.row {
        display: flex;
    }

    .btn_group.row p {
        height: 100%;
    }

    .btn_group.row p a {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/*
  ==========================
 IEで検索ボックスの外枠がsubmitボタンとズレるのを解消
  ==========================
  */
@media all and (min-width: 1024px) and (-ms-high-contrast: none) {
    .epress_search form {
        height: 33px;
    }
}

/*
  ==========================
  contactフォームのボタンが左にずれるを解消
  ==========================
  */
.wpcf7 .ajax-loader {
    display: block;
}

/*
==========================
contactフォームのボタンを画像化
==========================
*/
/*
==========================
検索窓調整（search）
==========================
*/
.epress_search form {
    border-color: #6388e0;
    background: #6388e0;
}

.epress_search form input[type="text"] {
    background: #fff;
}

.epress_search form input[type="submit"] {
    background: #6388e0;
}

/*
====================================================
お問い合わせフォームの周りをborderで囲む＆入力欄の高さ出し
====================================================
*/
.inquiry fieldset {
    border: solid 2px #6388e0;
}

.inquiry input[type="text"],
.inquiry input[type="url"],
.inquiry input[type="email"],
.inquiry input[type="tel"],
.inquiry input[type="date"],
.inquiry input[type="number"],
.inquiry select,
.inquiry textarea {
    padding: 10px;
}

/*
====================================================
ipadのみTELアイコン消す
====================================================
*/
@media (max-width: 1023px) and (min-width: 521px) {
    .hdr_info_wrap .hdr_info .sp-only02 a:first-child {
        display: none;
    }
}

/*
==========================
chromeで画像がぼやけるのを補正
==========================
*/
img {
    image-rendering: -webkit-optimize-contrast;
}

/*
==========================
infoテーブルth左寄せ指示（default）
==========================
*/
table tr th {
    text-align: left;
}

/*
  ==========================
  infoテーブルth中央寄せ指示
  ==========================
  */
table.th_center tr th {
    text-align: center;
}

/*
  ==========================
  footer リンクを区切る線の色指定
  ==========================
  */
footer nav ul li:not(:first-child):before {
    color: rgba(255, 255, 255, 0.3);
}

footer nav ul li+li {
    border-color: rgba(255, 255, 255, 0.25);
}

/*
  ==========================
  footer リンクを区切る線の色指定
  ==========================
  */
/*
  ==========================
  リンクの付くテキストに青色を付ける
  ==========================
  */
.color_link {
    color: blue !important;
}

/*
  ==========================
  テーブルスクロール時の調整
  ==========================
  ①js上書き
  ----------------------------------------------------------------
  $('table.responsive-scroll').wrap(
    '<div><div class="responsive-scroll-container"><div class="responsive-scroll-inner"></div></div><p class="sp-only text-center text-small">※横スクロールで全体を表示します。</p></div>'
  );
  ↓
  ↓
  $('table.responsive-scroll').wrap(
    '<div><div class="responsive-scroll-container"><div class="responsive-scroll-inner"></div></div></div>'
  );
  ----------------------------------------------------------------
  ②<table class="table-default responsive-scroll">の上に下記テキスト配置
  ----------------------------------------------------------------
  <p class="sp-only text-center">※横スクロールで全体を表示します。</p>
  */
.responsive-scroll-container .responsive-scroll-inner {
    width: 100% !important;
    padding: 0;
}

table.responsive-scroll {
    width: 100% !important;
}

@media (max-width: 767px) {
    table.responsive-scroll th {
        min-width: 80px;
        width: 12%;
    }
}

@media (max-width: 767px) {
    table.responsive-scroll td {
        word-break: keep-all !important;
        white-space: nowrap;
    }
}

/*----------------------------------------------------------------
  ファックス番号をたっぶできないように調整
  ----------------------------------------------------------------*/
.fax a {
    pointer-events: none;
}

/*----------------------------------------------------------------
  フォーム下の余白が開きすぎるので調整
  ----------------------------------------------------------------*/
.wpcf7-form section {
    margin-bottom: 0 !important;
}

/*----------------------------------------------------------------
  サイトマップの調整
  ----------------------------------------------------------------*/
.column_main .sitemap {
    margin-bottom: 0;
}

.column_main .sitemap+.sitemap {
    border-top: 0;
}

/*----------------------------------------------------------------
  投稿ページ詳細にあるbgの色調整
  ----------------------------------------------------------------*/
.article_detail {
    background: rgba(99, 136, 224, 0.05);
}

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

.text-left {
    text-align: left;
}

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

.lead {
    color: #6388e0;
    font-size: 20px;
    font-size: 2rem;
}

.text-xxlarge {
    font-size: 24px;
    font-size: 2.4rem;
}

.text-xlarge {
    font-size: 20px;
    font-size: 2rem;
}

.text-large {
    font-size: 16px;
    font-size: 1.6rem;
}

.text-small {
    font-size: 12px;
    font-size: 1.2rem;
}

.text-xsmall {
    font-size: 10px;
    font-size: 1rem;
}

.text-white {
    color: #fff !important;
}

.text-black {
    color: #000 !important;
}

.text-red {
    color: #f00 !important;
}

.text-primary {
    color: #6388e0 !important;
}

@media (max-width: 767px) {

    .sp-hide,
    .pc-only,
    .tablet-only {
        display: none !important;
    }

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

    .sp-text-left {
        text-align: left;
    }

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

@media (min-width: 768px) {
    .lead {
        font-size: 28px;
        font-size: 2.8rem;
    }

    .text-xxlarge {
        font-size: 36px;
        font-size: 3.6rem;
    }

    .text-xlarge {
        font-size: 28px;
        font-size: 2.8rem;
    }

    .text-large {
        font-size: 20px;
        font-size: 2rem;
    }

    .text-small {
        font-size: 12px;
        font-size: 1.2rem;
    }

    .text-xsmall {
        font-size: 10px;
        font-size: 1rem;
    }

    .pc-hide,
    .sp-only {
        display: none !important;
    }

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

    .pc-text-left {
        text-align: left;
    }

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

@media (min-width: 768px) and (max-width: 1023px) {
    .tablet-hide {
        display: none !important;
    }
}

@media (min-width: 1024px) {
    .tablet-only {
        display: none !important;
    }
}

@media (max-width: 1023px) {

    .sp-hide02,
    .pc-only02,
    .tablet-only02 {
        display: none !important;
    }
}

@media (min-width: 1024px) {

    .pc-hide02,
    .sp-only02 {
        display: none !important;
    }
}

@media (max-width: 750px) {

    .sp-hide03,
    .pc-only03,
    .tablet-only03 {
        display: none !important;
    }
}

@media (min-width: 751px) {

    .pc-hide03,
    .sp-only03 {
        display: none !important;
    }
}

.arial {
    font-family: "Arial", arial !important;
}

.arial_n {
    font-family: "Arial Narrow", arial !important;
}

.color_pri {
    color: #6388e0;
}

.mt0 {
    margin-top: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.m-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.inverse h2,
.inverse h3,
.inverse h4,
.inverse p {
    color: #fff;
}

.inverse h2:after {
    background: #fff;
}

.inverse h2 small,
.inverse h2 span {
    color: #fff;
}

.link-tel {
    text-decoration: none;
}

@media (min-width: 768px) {
    .link-tel {
        pointer-events: none;
        cursor: default;
    }
}

@font-face {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("../css/fonts/NotoSansJP-VariableFont_wght.ttf") format("woff2"),
        url("../css/fonts/NotoSansJP-VariableFont_wght.ttf") format("truetype");
}

@font-face {
    font-family: "Tenor Sans";
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("../css/fonts/TenorSans-Regular.ttf") format("woff2"),
        url("../css/fonts/TenorSans-Regular.ttf") format("truetype");
}

body:not(.home):not(.front-page) {
    /* 래퍼에서 세로 스크롤 절대 금지 */
    /* 헤더/시간열 */
    /* 파스텔 톤 배경 (저채도) */
    /* 平生 */
    /* 柳井 */
    /* 田布施 */
    /* 그 외(久賀/大畠 등) */
    /* 보기 좋게 약간의 라운드(옵션) */
    /* 오버플로우가 없는 경우 아이콘 숨김(안전망) */
    /* 테이블 기본 */
    /* 열 헤더/시간열 */
    /* 배경색 구분 클래스 */
    /* 青(スケジュール枠) */
    /* 黄色(上級/年長) */
    /* 반응형(선택) */
    font-family: "Noto Sans", serif;
    /* ===============================================
  # メリット・デメリット
  =============================================== */
    /*=========
faq
=========*/
    /*=========
accordion
=========*/
    /*=========
faq
=========*/
    /* ===============================================
# qaここまで
=============================================== */
}

body:not(.home):not(.front-page) body {
    background: #6388e0;
}

body:not(.home):not(.front-page) main {
    margin-top: 0;
}

body:not(.home):not(.front-page) .title {
    top: 20px;
}

body:not(.home):not(.front-page) h1 {
    background: #eaeefa;
    padding: 50px 0;
}

body:not(.home):not(.front-page) .scroll-hint,
body:not(.home):not(.front-page) .js-scroll {
    position: relative;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
}

body:not(.home):not(.front-page) .bg_header {
    background: #f3f5f7;
    font-weight: 700;
}

body:not(.home):not(.front-page) .th_time {
    width: 10.5rem;
    text-align: left;
    white-space: nowrap;
}

body:not(.home):not(.front-page) .bg_soft_blue {
    background: #e9f2fb !important;
    color: #163b5b !important;
}

body:not(.home):not(.front-page) .bg_soft_green {
    background: #eaf5ee !important;
    color: #1e4b2d !important;
}

body:not(.home):not(.front-page) .bg_soft_yellow {
    background: #fff7dc !important;
    color: #5b4a00 !important;
}

body:not(.home):not(.front-page) .bg_soft_rose {
    background: #f6eef2 !important;
    color: #553345 !important;
}

body:not(.home):not(.front-page) .schedule_table td,
body:not(.home):not(.front-page) .schedule_table th {
    border-radius: 4px;
}

body:not(.home):not(.front-page) .scroll-hint:not(.is-scrollable) .scroll-hint-icon {
    display: none !important;
}

body:not(.home):not(.front-page) .schedule_table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 14px;
}

body:not(.home):not(.front-page) .schedule_table th,
body:not(.home):not(.front-page) .schedule_table td {
    border: 1px solid #d9d9d9;
    padding: 8px 10px;
    text-align: center;
    vertical-align: middle;
    background: #fff;
    /* 기본 흰색 */
}

body:not(.home):not(.front-page) .schedule_table .bg_gray {
    background: #cfcfcf;
    font-weight: 700;
    text-align: center;
}

body:not(.home):not(.front-page) .schedule_table .th_time {
    width: 10.5rem;
    text-align: center;
    white-space: nowrap;
}

body:not(.home):not(.front-page) .schedule_table .bg_blue {
    background: #cfe0f2;
}

body:not(.home):not(.front-page) .schedule_table .bg_yellow {
    background: #fff066;
}

@media (max-width: 768px) {
    body:not(.home):not(.front-page) .schedule_table {
        font-size: 12px;
    }

    body:not(.home):not(.front-page) .schedule_table .th_time {
        width: 8.5rem;
    }
}

body:not(.home):not(.front-page) .fee_table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 14px;
    background: #fff;
}

@media (max-width: 600px) {
    body:not(.home):not(.front-page) .fee_table {
        width: 600px;
    }
}

body:not(.home):not(.front-page) .fee_table th,
body:not(.home):not(.front-page) .fee_table td {
    border: 1px solid #e5e7eb;
    padding: 10px 12px;
    text-align: center;
    vertical-align: middle;
}

body:not(.home):not(.front-page) .fee_table .bg_header {
    background: #f3f5f7;
    font-weight: 700;
}

body:not(.home):not(.front-page) .fee_table .course {
    text-align: center;
    white-space: nowrap;
    width: 10.5rem;
}

@media (max-width: 768px) {
    body:not(.home):not(.front-page) .fee_table {
        font-size: 12px;
    }

    body:not(.home):not(.front-page) .fee_table .course {
        width: 8.2rem;
    }
}

body:not(.home):not(.front-page) .header_button a {
    background-color: #fff;
}

body:not(.home):not(.front-page) .header_button a:hover {
    background-color: #f0f0f0;
}

body:not(.home):not(.front-page) section {
    margin-bottom: 0 !important;
}

body:not(.home):not(.front-page) .anchor {
    margin-top: -120px;
    padding-top: 120px;
}

body:not(.home):not(.front-page) footer .row {
    margin-bottom: 0 !important;
}

body:not(.home):not(.front-page) header .row {
    margin-bottom: 0 !important;
}

body:not(.home):not(.front-page) .bread_wrap .row {
    margin-bottom: 0;
}

body:not(.home):not(.front-page) .table-default th {
    color: #fff;
}

body:not(.home):not(.front-page) h1,
body:not(.home):not(.front-page) h2,
body:not(.home):not(.front-page) h3,
body:not(.home):not(.front-page) h4,
body:not(.home):not(.front-page) h5,
body:not(.home):not(.front-page) h6,
body:not(.home):not(.front-page) p,
body:not(.home):not(.front-page) ul,
body:not(.home):not(.front-page) li,
body:not(.home):not(.front-page) ol,
body:not(.home):not(.front-page) dl,
body:not(.home):not(.front-page) dd,
body:not(.home):not(.front-page) dt,
body:not(.home):not(.front-page) tr,
body:not(.home):not(.front-page) th,
body:not(.home):not(.front-page) td {
    color: #333333;
}

body:not(.home):not(.front-page) ul,
body:not(.home):not(.front-page) li,
body:not(.home):not(.front-page) ol {
    list-style: none;
}

body:not(.home):not(.front-page) video {
    width: 100%;
}

body:not(.home):not(.front-page) section {
    margin-bottom: 0;
}

body:not(.home):not(.front-page) #s09 h2 {
    -webkit-text-fill-color: unset;
}

body:not(.home):not(.front-page) h1 {
    background-size: cover;
    /* 그라데이션 방향 설정 (예: 왼쪽에서 오른쪽) */
    background-image: linear-gradient(to right, #9dbaef, #6477ca);
    /* 배경을 텍스트 영역으로 잘라냄 */
    -webkit-background-clip: text;
    background-clip: text;
    /* 텍스트 자체의 색상을 투명하게 만들어 배경이 보이게 함 */
    -webkit-text-fill-color: transparent;
    font-family: "Noto Sans", serif;
    font-weight: 500;
    font-size: clamp(24px, 2.34261vw, 32px);
    line-height: normal;
    position: relative;
}

@media (max-width: 767px) {
    body:not(.home):not(.front-page) h1 {
        font-size: clamp(24px, 3.65059vw, 28px) !important;
    }
}

body:not(.home):not(.front-page) h1::after {
    z-index: -1;
    content: "";
    background: #eaeefa;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

body:not(.home):not(.front-page) h2 {
    margin-bottom: clamp(25px, 2.56223vw, 35px);
    position: relative;
    padding-bottom: 15px;
    padding-top: 0;
    color: #333333;
    font-size: clamp(22px, 2.04978vw, 28px);
    /* 그라데이션 방향 설정 (예: 왼쪽에서 오른쪽) */
    background-image: linear-gradient(to right, #9dbaef, #6477ca);
    /* 배경을 텍스트 영역으로 잘라냄 */
    -webkit-background-clip: text;
    background-clip: text;
    /* 텍스트 자체의 색상을 투명하게 만들어 배경이 보이게 함 */
    -webkit-text-fill-color: transparent;
}

body:not(.home):not(.front-page) h2::before {
    background: #6388e0;
}

body:not(.home):not(.front-page) h3 {
    margin-bottom: clamp(20px, 2.19619vw, 30px);
}

body:not(.home):not(.front-page) .u_center {
    text-align: center;
}

body:not(.home):not(.front-page) .re_center {
    text-align: center;
}

@media (max-width: 767px) {
    body:not(.home):not(.front-page) .re_center {
        text-align: start;
    }
}

body:not(.home):not(.front-page) .u_start {
    text-align: start;
}

body:not(.home):not(.front-page) .u_end {
    text-align: end;
}

body:not(.home):not(.front-page) .row {
    margin-bottom: clamp(60px, 5.85652vw, 80px);
}

body:not(.home):not(.front-page) p {
    font-size: clamp(14px, 1.1713vw, 16px);
}

body:not(.home):not(.front-page) .under_grid_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 60px;
    -moz-column-gap: clamp(20px, 2.19619vw, 30px);
    column-gap: clamp(20px, 2.19619vw, 30px);
}

@media (max-width: 767px) {
    body:not(.home):not(.front-page) .under_grid_box {
        grid-template-columns: 1fr;
        row-gap: 30px;
    }
}

body:not(.home):not(.front-page) .under_grid_box .under_col {
    display: grid;
    row-gap: 0;
    grid-template-rows: subgrid;
    grid-row: span 2;
}

body:not(.home):not(.front-page) .text_flex {
    display: flex;
    -moz-column-gap: 6px;
    column-gap: 6px;
}

body:not(.home):not(.front-page) .text_flex p {
    padding: 0;
    margin: 0;
}

body:not(.home):not(.front-page) .text_flex i {
    position: relative;
    top: 6px;
}

body:not(.home):not(.front-page) .table-schedule th {
    color: #fff;
}

body:not(.home):not(.front-page) .table-schedule th,
body:not(.home):not(.front-page) .table-schedule td {
    border: 1px solid #6388e0 !important;
}

body:not(.home):not(.front-page) h3 {
    background-image: linear-gradient(to right, #9dbaef, #6477ca);
    /* 배경을 텍스트 영역으로 잘라냄 */
    -webkit-background-clip: text;
    background-clip: text;
    /* 텍스트 자체의 색상을 투명하게 만들어 배경이 보이게 함 */
    -webkit-text-fill-color: transparent;
}

body:not(.home):not(.front-page) h3::before {
    background: #6388e0;
}

body:not(.home):not(.front-page) .inner_box {
    max-width: calc(800px + 12%);
    width: 100%;
    margin: 0 auto;
}

body:not(.home):not(.front-page) .inner_box .wrap {
    padding: 6%;
    background: #eaeefa;
}

body:not(.home):not(.front-page) .text_14 {
    font-size: 14px !important;
}

body:not(.home):not(.front-page) .text_16 {
    font-size: clamp(14px, 1.1713vw, 16px) !important;
}

body:not(.home):not(.front-page) .text_18 {
    font-size: clamp(16px, 1.31772vw, 18px) !important;
}

body:not(.home):not(.front-page) .text_20 {
    font-size: clamp(18px, 1.46413vw, 20px) !important;
}

body:not(.home):not(.front-page) .text_22 {
    font-size: clamp(20px, 1.61054vw, 22px) !important;
}

body:not(.home):not(.front-page) .text_24 {
    font-size: clamp(20px, 1.75695vw, 24px) !important;
}

body:not(.home):not(.front-page) .text_28 {
    font-size: clamp(22px, 2.04978vw, 28px) !important;
}

body:not(.home):not(.front-page) .u_mb0 {
    margin-bottom: 0px !important;
}

body:not(.home):not(.front-page) .u_mb10 {
    margin-bottom: 10px !important;
}

body:not(.home):not(.front-page) .u_mb20 {
    margin-bottom: 20px !important;
}

body:not(.home):not(.front-page) .u_mb30 {
    margin-bottom: clamp(25px, 2.19619vw, 30px) !important;
}

body:not(.home):not(.front-page) .re_mb30 {
    margin-bottom: clamp(10px, 2.19619vw, 30px) !important;
}

body:not(.home):not(.front-page) .u_mb40 {
    margin-bottom: clamp(35px, 2.92826vw, 40px) !important;
}

body:not(.home):not(.front-page) .u_mb60 {
    margin-bottom: clamp(40px, 4.39239vw, 60px) !important;
}

body:not(.home):not(.front-page) .u_mb80 {
    margin-bottom: clamp(60px, 5.85652vw, 80px) !important;
}

body:not(.home):not(.front-page) .u_mb120 {
    margin-bottom: clamp(80px, 8.78477vw, 120px) !important;
}

body:not(.home):not(.front-page) .table-schedule {
    margin-bottom: clamp(15px, 1.46413vw, 20px);
}

body:not(.home):not(.front-page) .table-schedule thead th {
    background: #6388e0;
}

body:not(.home):not(.front-page) .table-schedule td,
body:not(.home):not(.front-page) .table-schedule th {
    border: 1px solid #d2d2d2;
}

body:not(.home):not(.front-page) .pdf_download a {
    max-width: 360px;
    width: 100%;
    height: clamp(50px, 4.83163vw, 66px);
    border-radius: 50vh;
    text-decoration: none;
    margin: 0 auto;
    font-weight: 500;
    display: flex;
    font-family: "Noto Sans", serif;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    background: #6388e0;
    border: 1px solid #6388e0;
    position: relative;
    transition: 0.4s;
    font-size: clamp(14px, 1.1713vw, 16px);
    padding: 0 20px;
}

body:not(.home):not(.front-page) .pdf_download a::after {
    content: "\f1c1";
    display: flex;
    align-items: center;
    justify-self: center;
    font-family: "Font Awesome 5 Free";
    border-radius: 50%;
    position: absolute;
    top: 50%;
    justify-content: space-around;
    right: 22px;
    color: #fff;
    font-size: 20px;
    transform: translateY(-50%);
    transition: 0.4s;
}

body:not(.home):not(.front-page) .pdf_download a:hover {
    color: #6388e0;
    background: #fff;
    border: 1px solid #6388e0;
}

body:not(.home):not(.front-page) .pdf_download a:hover::after {
    content: "\f1c1";
    display: flex;
    align-items: center;
    justify-self: center;
    font-family: "Font Awesome 5 Free";
    border-radius: 50%;
    position: absolute;
    top: 50%;
    justify-content: space-around;
    right: 17px;
    color: #6388e0;
    font-size: 20px;
    transform: translateY(-50%);
    transition: 0.4s;
}

@media (min-width: 768px) {
    body:not(.home):not(.front-page) .udr_mm_wrap {
        display: flex;
        gap: 20px;
    }

    body:not(.home):not(.front-page) .udr_mm_wrap>* {
        width: 100%;
    }
}

@media (max-width: 767px) {
    body:not(.home):not(.front-page) .udr_mm_wrap>*:not(:last-child) {
        margin-bottom: 30px;
    }
}

body:not(.home):not(.front-page) .udr_mm {
    background-color: rgba(99, 136, 224, 0.1);
}

body:not(.home):not(.front-page) .udr_mm .mm_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 10px 0;
    background-color: #6388e0;
    color: #fff;
    font-weight: 600;
}

body:not(.home):not(.front-page) .udr_mm ul {
    list-style-type: disc;
    margin: 0;
    padding: 1em 0.5em;
}

body:not(.home):not(.front-page) .udr_mm ul li {
    padding: 0.3em 0.3em 0.3em 0;
}

@media (max-width: 767px) {
    body:not(.home):not(.front-page) .udr_mm ul li {
        font-size: 1.4rem;
    }
}

body:not(.home):not(.front-page) .udr_mm ul li::marker {
    color: #6388e0;
    font-size: 1.1em;
}

body:not(.home):not(.front-page) .udr_mm_not {
    background-color: rgba(99, 136, 224, 0.1);
}

body:not(.home):not(.front-page) .udr_mm_not .mm_ttl {
    background-color: #6388e0;
    color: #333333;
}

body:not(.home):not(.front-page) .udr_mm_not ul li {
    color: #333333;
    display: flex;
    -moz-column-gap: 5px;
    column-gap: 5px;
}

body:not(.home):not(.front-page) .udr_mm_not ul li span {
    color: #6388e0;
}

body:not(.home):not(.front-page) .udr_mm_not ul li::marker {
    color: #333333;
}

body:not(.home):not(.front-page) .table-default th,
body:not(.home):not(.front-page) .table-default td {
    font-size: clamp(14px, 1.1713vw, 16px);
}

body:not(.home):not(.front-page) .text_flex_area .text_flex2 {
    display: flex;
    -moz-column-gap: 8px;
    column-gap: 8px;
}

body:not(.home):not(.front-page) .text_flex_area .text_flex2 span {
    color: #6388e0;
}

body:not(.home):not(.front-page) .col.span_5 {
    text-align: center;
}

body:not(.home):not(.front-page) .w_100 img {
    width: 100%;
}

body:not(.home):not(.front-page) .accordion_area .accordion_one .ac_header {
    border-top: 1px solid #ccc;
    padding: 35px;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition: 0.2s;
}

body:not(.home):not(.front-page) .accordion_area .accordion_one:last-child {
    border-bottom: 1px solid #ccc;
}

body:not(.home):not(.front-page) .accordion_area .accordion_one .ac_header .i_box {
    position: absolute;
    top: 50%;
    right: 2rem;
    width: 20px;
    height: 20px;
    margin-top: -10px;
}

body:not(.home):not(.front-page) .accordion_area .accordion_one .ac_header .i_box:before,
body:not(.home):not(.front-page) .accordion_area .accordion_one .ac_header .i_box:after {
    position: absolute;
    content: "";
    margin: auto;
    box-sizing: border-box;
    vertical-align: middle;
}

body:not(.home):not(.front-page) .accordion_area .accordion_one .ac_header .i_box:before {
    border-top: 2px solid #333333;
    width: 20px;
    height: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

body:not(.home):not(.front-page) .accordion_area .accordion_one .ac_header .i_box:after {
    border-left: 2px solid #333333;
    width: 0;
    height: 20px;
    top: 0;
    bottom: 0;
    right: 9px;
    transition: 0.3s;
}

body:not(.home):not(.front-page) .accordion_area .accordion_one .ac_header.open .i_box:after {
    height: 0;
}

body:not(.home):not(.front-page) .accordion_area .accordion_one .ac_inner {
    display: none;
    padding: 0px 35px 35px;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    body:not(.home):not(.front-page) .accordion_area .accordion_one .ac_header {
        padding: 1.5rem 3rem 1.5rem 1rem;
    }

    body:not(.home):not(.front-page) .accordion_area .accordion_one .ac_header .i_box {
        right: 0.8rem;
        width: 15px;
        height: 15px;
        margin-top: -7px;
    }

    body:not(.home):not(.front-page) .accordion_area .accordion_one .ac_header .i_box:before {
        width: 15px;
    }

    body:not(.home):not(.front-page) .accordion_area .accordion_one .ac_header .i_box:after {
        height: 15px;
        right: 7px;
    }

    body:not(.home):not(.front-page) .accordion_area .accordion_one .ac_inner {
        padding: 0 1.5rem 1.5rem 1rem;
    }
}

body:not(.home):not(.front-page) .p-faq__headinner {
    display: block;
    padding-left: 35px;
    position: relative;
    line-height: 1.5;
}

body:not(.home):not(.front-page) .p-faq__headinner::before {
    position: absolute;
    left: 0;
    content: "Q";
    color: #6388e0;
    font-size: 2.4rem;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
}

body:not(.home):not(.front-page) .p-faq__headinner p.p-faq__q-txt {
    font-size: 18px;
}

@media screen and (max-width: 736px) {
    body:not(.home):not(.front-page) .p-faq__headinner {
        padding-left: 25px;
    }

    body:not(.home):not(.front-page) .p-faq__headinner::before {
        font-size: 18px;
    }

    body:not(.home):not(.front-page) .p-faq__headinner p.p-faq__q-txt {
        font-size: 14px;
    }
}

body:not(.home):not(.front-page) .p-faq__bodyinner {
    display: block;
    padding-left: 35px;
    position: relative;
    line-height: 1.5;
}

body:not(.home):not(.front-page) .p-faq__bodyinner::before {
    position: absolute;
    left: 0;
    content: "A";
    color: #6388e0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
}

body:not(.home):not(.front-page) .p-faq__bodyinner p.p-faq__a-txt {
    font-size: 16px;
}

@media (max-width: 767px) {
    body:not(.home):not(.front-page) .p-faq__bodyinner {
        padding-left: 25px;
    }

    body:not(.home):not(.front-page) .p-faq__bodyinner::before {
        font-size: 18px;
    }

    body:not(.home):not(.front-page) .p-faq__bodyinner p.p-faq__a-txt {
        font-size: 14px;
    }
}

.pagetop a {
    background: #eaeefa;
    color: #333333;
}

.pagetop a::after {
    border-top: 2px solid #6388e0;
    border-left: 2px solid #6388e0;
}

.a_link {
    color: #6388e0 !important;
    font-weight: bold;
    line-height: 2.125;
    transition: 0.4s;
    text-decoration: underline !important;
}

.a_link:hover {
    opacity: 0.7;
    transition: 0.4s;
}

.Qa-Box {
    width: 100%;
    margin: 0 auto;
}

.Qa-Box .Qa dt,
.Qa-Box .Qa dd {
    display: flex;
    align-items: baseline;
    margin: 15px 0;
    padding: 15px;
}

.Qa-Box .Qa dt p,
.Qa-Box .Qa dd p {
    margin: 0;
    padding-left: 15px;
}

.Qa-Box .Qa dt {
    background: #fff;
}

.Qa-Box .Qa dt::before {
    content: "Q";
    background: #6388e0;
    color: #fff;
    padding: 4px 10px;
}

.Qa-Box .Qa dt p {
    font-weight: bold;
}

.Qa-Box .Qa dd::before {
    content: "A";
    background: #eaf5ee;
    color: #6388e0;
    padding: 4px 10px;
}

@media screen and (max-width: 960px) {
    .Qa-Box {
        width: 95%;
    }
}

.flex_box_nores {
    display: flex;
    -moz-column-gap: clamp(10px, 2.19619vw, 30px);
    column-gap: clamp(10px, 2.19619vw, 30px);
    justify-content: space-between;
}

.flex_box_nores .flex_col {
    width: 50%;
}

.flex_box_nores .flex_col img {
    width: 100%;
}

.fax {
    pointer-events: none !important;
}

.yt-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    /* 구형 브라우저면 padding-hack 사용 */
    overflow: hidden;
    background: #000;
}

.yt-wrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.js-scroll {
    overflow-x: auto;
    /* tableタグのはみ出た要素を隠す */
    white-space: nowrap;
    /* テキストの折り返しなし */
}

@media (max-width: 600px) {
    .js-scroll table {
        border-collapse: collapse;
        width: 600px;
    }
}

.step_box3 {
    position: relative;
}

.step_box3 .step_flex {
    width: 99%;
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    position: relative;
    margin: 0 auto 40px;
}

@media (max-width: 425px) {
    .step_box3 .step_flex {
        flex-direction: column;
    }
}

.step_box3 .step_flex::after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(194, 225, 245, 0) !important;
    border-top-color: #6388e0 !important;
    border-width: 30px !important;
    margin-left: -30px !important;
    z-index: 20 !important;
}

.step_box3 .step_flex .step_area {
    background: #6388e0;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

@media (max-width: 425px) {
    .step_box3 .step_flex .step_area {
        padding: 0 20px;
    }
}

.step_box3 .step_flex .step_area p {
    color: #fff;
}

.step_box3 .step_flex .step_area p .s_s {
    font-size: 20px;
}

.step_box3 .step_flex .step_area p .s_b {
    font-size: 24px;
}

.step_box3 .step_flex .content_area {
    padding: 30px 20px;
    background: #fff;
    width: 100%;
}

.step_box3 .step_flex .content_area .color_r {
    color: #6388e0;
}

.step_box3 .step_flex:last-child::after {
    display: none;
}

.grid_box_2column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: clamp(30px, 3.29429vw, 45px);
    column-gap: clamp(30px, 3.29429vw, 45px);
}

@media (max-width: 767px) {
    .grid_box_2column {
        grid-template-columns: 1fr;
        row-gap: clamp(30px, 5.86701vw, 45px);
    }
}

.grid_box_2column .grid_col {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
}

.grid_box_2column .main_button a {
    margin: 0 auto;
}

.table-default thead tr th {
    text-align: center;
    font-weight: bold;
}

.table-default tbody th,
.table-default tbody td {
    background: rgba(99, 136, 224, 0.3);
    color: #333333 !important;
    text-align: center;
}

.table-default tbody td:last-of-type {
    background: #fff;
    text-align: start;
}

section {
    margin: 0;
}

body,
main {
    overflow: unset;
}

@media (max-width: 767px) {
    .pc_only {
        display: none;
    }
}

.sp_only {
    display: none;
}

@media (max-width: 767px) {
    .sp_only {
        display: block;
    }
}

@media (max-width: 425px) {
    .pc_only_425 {
        display: none;
    }
}

.sp_only_425 {
    display: none;
}

@media (max-width: 425px) {
    .sp_only_425 {
        display: block;
    }
}

.title_en {
    color: #6388e0;
    font-family: "Tenor Sans", serif;
    font-weight: 400;
    font-size: clamp(16px, 1.31772vw, 18px);
    line-height: normal;
    letter-spacing: 0.02em;
    padding: 0;
    margin: 0;
}

@media (max-width: 767px) {
    .title_en {
        font-size: clamp(16px, 2.34681vw, 18px);
    }
}

.title_jp {
    font-family: "Noto Sans", serif;
    font-weight: 500;
    font-size: clamp(28px, 3.07467vw, 42px);
    line-height: normal;
    letter-spacing: 0.04em;
    color: #333333;
    text-align: start;
    padding: 0;
    margin: 0;
}

.title_jp::before {
    display: none;
}

@media (max-width: 767px) {
    .title_jp {
        font-size: clamp(24px, 4.69361vw, 36px);
    }
}

.content {
    font-family: "Noto Sans", serif;
    font-weight: 400;
    font-size: clamp(14px, 1.1713vw, 16px);
    line-height: 1.875;
    color: #333333;
    padding: 0;
    margin: 0;
    letter-spacing: 0.02m;
}

@media (max-width: 767px) {
    .content {
        font-size: clamp(14px, 2.08605vw, 16px);
    }
}

.main_button a {
    position: relative;
    display: flex;
    align-items: center;
    height: 60px;
    width: 290px;
    padding-left: clamp(20px, 26vw, 26px);
    font-size: 16px;
    font-weight: 400;
    font-family: "Noto Sans", serif;
    border-radius: 50vh;
    background: #fff;
    color: #637cd3;
    border: 1px solid #8fa8e4;
    text-align: start;
    overflow: hidden;
    transition: 0.4s all;
    text-decoration: none;
}

.main_button a::after {
    content: "\f061";
    position: absolute;
    top: 50%;
    right: 18.5px;
    padding: 6px 10px;
    background: linear-gradient(-45deg, #6970bc, #92b5ed);
    transform: translateY(-50%);
    border-radius: 50%;
    color: #fff;
    opacity: 1;
    transition: all 0.3s ease;
    z-index: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
}

.main_button a:hover {
    background: #eaeefa;
    color: #637cd3;
    border: 1px solid #8fa8e4;
}

html body main section {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    header .global_nav>ul>li>a {
        padding: 0.3em clamp(10px, 1.1713vw, 16px);
        font-weight: 400;
        font-size: clamp(13px, 1.1713vw, 16px);
    }
}

.gnav_search a::before {
    display: none !important;
}

@media (min-width: 767px) {
    header .global_nav {
        vertical-align: middle;
        padding: 0;
    }
}

@media (min-width: 1024px) {
    header .global_nav>ul {
        padding-right: clamp(110px, 10.2489vw, 140px);
    }
}

@media (max-width: 1023px) {
    .header_button {
        display: none;
    }
}

.header_button a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(130px, 11.71303vw, 160px);
    height: clamp(120px, 10.98097vw, 150px);
    row-gap: 10px;
    text-decoration: none;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(-45deg, #6970bc, #92b5ed);
    transition: 0.4s all;
    border-bottom-left-radius: 50px;
}

.header_button a:hover {
    opacity: 0.7;
}

.header_button a img {
    width: 32px;
    height: 26px;
    -o-object-fit: contain;
    object-fit: contain;
}

.header_button a span {
    font-family: "Noto Sans", serif;
    font-weight: 400;
    color: #fff;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0.02em;
}

.hdr_info_wrap .hdr_info_sp a {
    border-radius: 4px;
    background: linear-gradient(-45deg, #6970bc, #92b5ed);
}

@media (max-width: 767px) {
    header .container {
        padding: 0 6%;
    }
}

header .global_nav .menu_icon {
    right: 6%;
}

@media (min-width: 640px) {
    .hdr_info_wrap {
        right: 12%;
    }
}

#s_slider {
    overflow: hidden;
    position: relative;
    padding-bottom: clamp(60px, 13.17716vw, 180px);
}

#s_slider::after {
    content: "";
    background: url(/wp-content/uploads/top_bg001.png) no-repeat;
    background-size: cover;
    width: 45.10417vw;
    height: 44.84375vw;
    bottom: -5.20833vw;
    left: -8.33333vw;
    position: absolute;
}

@media (max-width: 767px) {
    #s_slider::after {
        width: 78.22686vw;
        height: 78.22686vw;
        left: -20.8605vw;
    }
}

@media (max-width: 600px) {
    #s_slider {
        padding: 0 6% 60px;
    }
}

#s_slider .inner {
    display: grid;
    grid-template-columns: 490fr 930fr;
    position: relative;
    z-index: 1;
}

@media (max-width: 600px) {
    #s_slider .inner {
        overflow: hidden;
    }
}

#s_slider .inner .grid_col {
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(300px, 25.52083vw, 490px);
}

#s_slider .inner .grid_col img {
    width: clamp(180px, 12.5vw, 240px);
}

@media (max-width: 600px) {
    #s_slider .inner .grid_col {
        display: none;
    }
}

@media (max-width: 600px) {
    #s_slider .owl-carousel {
        width: 113.33333vw;
        height: 83.33333vw;
    }
}

#s_slider .owl-carousel .owl-item img {
    display: block;
    width: clamp(662px, 48.22917vw, 926px);
    /*   height: clamp(500px, 36.45833vw, 700px); */
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 600px) {
    #s_slider .owl-carousel .owl-item img {
        width: 113.33333vw;
        height: 83.33333vw;
    }
}

#s_slider .owl-theme .owl-dots,
#s_slider .owl-theme .owl-nav {
    text-align: end;
    padding-right: 50px;
}

@media (max-width: 767px) {

    #s_slider .owl-theme .owl-dots,
    #s_slider .owl-theme .owl-nav {
        text-align: center;
        padding-right: 0;
    }
}

#s_slider .owl-theme .owl-nav [class*="owl-"]:hover {
    background: #fff;
}

#s_slider .mv_sp {
    display: none;
    margin-top: clamp(35px, 8.33333vw, 50px);
    max-width: 70%;
    width: 100%;
}

@media (max-width: 600px) {
    #s_slider .mv_sp {
        display: inherit;
        position: relative;
        z-index: 1;
    }
}

#s_slider .mv_sp img {
    width: 100%;
}

.epress_search input[type="submit"] {
    font-size: clamp(12px, 1.02489vw, 14px);
}

#s01 {
    padding-bottom: clamp(40px, 8.05271vw, 110px);
    position: relative;
    z-index: 1;
}

#s01 .inner {
    padding: 0 3.125vw 0 13.02083vw;
}

@media (max-width: 769px) {
    #s01 .inner {
        padding: 0 6%;
    }
}

#s01 .inner .flex_area {
    display: flex;
    -moz-column-gap: 8.33333vw;
    column-gap: 8.33333vw;
}

@media (max-width: 767px) {
    #s01 .inner .flex_area {
        flex-direction: column-reverse;
        row-gap: clamp(30px, 5.86701vw, 45px);
    }
}

#s01 .inner .flex_area .text_area {
    max-width: 610px;
}

#s01 .inner .flex_area .text_area .title_en {
    margin-bottom: clamp(5px, 1.0981vw, 15px);
}

#s01 .inner .flex_area .text_area .title_jp {
    margin-bottom: clamp(30px, 2.92826vw, 40px);
}

#s01 .inner .flex_area .text_area .content.c1 {
    margin-bottom: clamp(15px, 1.46413vw, 20px);
}

#s01 .inner .flex_area .text_area .content.c2 {
    margin-bottom: clamp(20px, 2.19619vw, 30px);
}

#s01 .inner .flex_area .text_area .content.c3 {
    margin-bottom: clamp(35px, 3.66032vw, 50px);
}

#s01 .inner .flex_area .text_area .flex_box {
    display: flex;
    align-items: center;
    -moz-column-gap: 60px;
    column-gap: 60px;
    margin-bottom: clamp(20px, 2.19619vw, 30px);
}

@media (max-width: 769px) {
    #s01 .inner .flex_area .text_area .flex_box {
        -moz-column-gap: 40px;
        column-gap: 40px;
    }
}

@media (max-width: 425px) {
    #s01 .inner .flex_area .text_area .flex_box {
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

#s01 .inner .flex_area .text_area .flex_box figure {
    position: relative;
}

#s01 .inner .flex_area .text_area .flex_box figure::after {
    content: "";
    border-left: 1px dashed #6388e0;
    width: 1px;
    height: 80%;
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
}

@media (max-width: 769px) {
    #s01 .inner .flex_area .text_area .flex_box figure::after {
        right: -20px;
    }
}

@media (max-width: 425px) {
    #s01 .inner .flex_area .text_area .flex_box figure::after {
        right: -10px;
    }
}

#s01 .inner .flex_area .text_area .flex_box figure:last-of-type::after {
    display: none;
}

#s01 .inner .flex_area .text_area .flex_box .box1 {
    max-width: 160px;
    width: 100%;
}

#s01 .inner .flex_area .text_area .flex_box .box1 img {
    width: 100%;
}

#s01 .inner .flex_area .text_area .flex_box .box2 {
    max-width: 170px;
    width: 100%;
}

#s01 .inner .flex_area .text_area .flex_box .box2 img {
    width: 100%;
}

#s01 .inner .flex_area .text_area .flex_box .box3 {
    max-width: 135px;
    width: 100%;
    text-align: start;
}


#s01 .inner .flex_area .text_area .flex_box .box3 img {
    width: 90%;
}
@media (max-width: 767px) {
 #s01 .inner .flex_area .text_area .flex_box .box3 img {
    width: 100%;
}
}
@media (max-width: 425px) {
 #s01 .inner .flex_area .text_area .flex_box .box3 img {
    width: 90%;
}
}
#s01 .inner .flex_area .img_area {
    max-width: 870px;
    width: 100%;
}

#s01 .inner .flex_area .img_area img {
    width: 100%;
}

@media (max-width: 767px) {
    #s01 .main_button a {
        margin: 0 auto;
    }
}

main {
    overflow: hidden;
}

#s02 {
    padding-left: 3.125vw;
    position: relative;
}

#s02::after {
    content: "";
    background: url(/wp-content/uploads/top_bg002.png) no-repeat;
    background-size: cover;
    width: 45.15625vw;
    height: 45.15625vw;
    position: absolute;
    right: -15.625vw;
    top: -20.83333vw;
}

#s02::before {
    content: "";
    background: url(/wp-content/uploads/top_bg002.png) no-repeat;
    background-size: cover;
    width: 45.15625vw;
    height: 45.15625vw;
    position: absolute;
    left: -15.625vw;
    bottom: -31.25vw;
}

#s02 .grid_box {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 466fr 120fr 774fr 190fr 324fr;
}

@media (max-width: 767px) {
    #s02 .grid_box {
        grid-template-columns: 466fr 60fr 774fr 95fr 324fr;
    }
}

#s02 .grid_box .img_2 {
    padding-top: 4.16667vw;
}

#s02 .grid_box .img_3 {
    padding-top: 12.5vw;
}

#s02 .grid_box img {
    width: 100%;
}

#s03 {
    padding: clamp(120px, 17.56955vw, 240px) 0 0 0;
}

#s03 .inner {
    max-width: calc(1180px + 12%);
    width: 100%;
    margin: 0 auto;
    padding: 0 6%;
}

#s03 .inner .title_jp {
    text-align: center;
    margin-bottom: clamp(45px, 4.39239vw, 60px);
}

#s03 .inner .title_jp::after {
    content: "Problem";
    color: #6388e0;
    opacity: 0.17;
    position: absolute;
    font-family: "Tenor Sans", serif;
    bottom: -10px;
    left: 50%;
    font-size: clamp(80px, 10.98097vw, 150px);
    transform: translateX(-50%);
}

@media (max-width: 767px) {
    #s03 .inner .title_jp::after {
        font-size: 15.64537vw;
    }
}

@media (max-width: 425px) {
    #s03 .inner .title_jp::after {
        font-size: 18.82353vw;
        top: -9.41176vw;
        bottom: unset;
    }
}

#s03 .inner .title_jp span {
    position: relative;
    z-index: 1;
}

#s03 .inner .title_jp span .color_main {
    color: #6388e0;
}

#s03 .inner .grid_box {
    display: grid;
    grid-template-columns: 450fr 235fr 380fr;
    -moz-column-gap: 3.125vw;
    column-gap: 3.125vw;
}

@media (max-width: 767px) {
    #s03 .inner .grid_box {
        display: block;
    }
}

@media (max-width: 767px) {

    #s03 .inner .grid_box .sub_img,
    #s03 .inner .grid_box .sub_img2 {
        display: none;
    }
}

#s03 .inner .grid_box img {
    width: 100%;
}

@media (max-width: 767px) {
    #s03 .inner .grid_box .main_img {
        max-width: clamp(240px, 41.72099vw, 320px);
        width: 100%;
        margin: 20px auto 0;
    }
}

@media (max-width: 767px) {
    #s03 .inner .sp_only {
        max-width: 420px;
        width: 100%;
        margin: 0 auto;
    }
}

#s03 .inner .sp_only .sub_sp1 {
    margin-bottom: 20px;
}

#s03 .inner .sp_only img {
    width: 100%;
}

#s04 {
    background: url(/wp-content/uploads/top_bg006.jpg) no-repeat center center;
    background-size: cover;
    padding: clamp(45px, 5.85652vw, 80px) 0;
    position: relative;
}

#s04::after {
    content: "";
    background: url(/wp-content/uploads/top_img011.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 36px;
}

@media (max-width: 600px) {
    #s04::after {
        width: 20vw;
        height: 6vw;
        bottom: -5.66667vw;
    }
}

@media (max-width: 767px) {
    #s04 {
        background: url(/wp-content/uploads/sp_top_bg006.jpg) no-repeat center center;
        background-size: cover;
    }
}

#s04 .inner {
    padding: 0 6%;
}

#s04 .inner .title_jp {
    text-align: center;
    font-size: clamp(24px, 2.48902vw, 34px);
    color: #fff;
}

#s05 {
    background: #f3f7ff;
    padding: clamp(70px, 13.90922vw, 190px) 0 clamp(40px, 6.95461vw, 95px);
}

#s05 .inner {
    max-width: calc(1660px + 6%);
    padding-right: 6%;
}

#s05 .inner .grid_box {
    display: grid;
    grid-template-columns: 920fr 655fr;
    -moz-column-gap: 4.6875vw;
    column-gap: 4.6875vw;
}

@media (max-width: 767px) {
    #s05 .inner .grid_box {
        grid-template-columns: 1fr;
        row-gap: clamp(30px, 5.86701vw, 45px);
    }
}

#s05 .inner .grid_box #main_video {
    position: relative;
    z-index: 2;
}

#s05 .inner .grid_box #main_video video {
    height: auto !important;
    width: 100% !important;
}

#s05 .inner .grid_box .text_area {
    max-width: 655px;
    width: 100%;
}

@media (max-width: 767px) {
    #s05 .inner .grid_box .text_area {
        padding-left: 6%;
    }
}

#s05 .inner .grid_box .text_area .title_en {
    margin-bottom: clamp(10px, 1.0981vw, 15px);
}

#s05 .inner .grid_box .text_area .title_jp {
    margin-bottom: clamp(20px, 2.19619vw, 30px);
}

#s05 .inner .grid_box .text_area .grid_catch {
    display: flex;
    align-items: center;
    -moz-column-gap: 6px;
    column-gap: 6px;
    margin-bottom: clamp(20px, 2.19619vw, 30px);
}

#s05 .inner .grid_box .text_area .grid_catch img {
    width: clamp(35px, 3.29429vw, 45px);
    height: auto;
}

#s05 .inner .grid_box .text_area .grid_catch span {
    /* 그라데이션 방향 설정 (예: 왼쪽에서 오른쪽) */
    background-image: linear-gradient(to right, #9dbaef, #6477ca);
    /* 배경을 텍스트 영역으로 잘라냄 */
    -webkit-background-clip: text;
    background-clip: text;
    /* 텍스트 자체의 색상을 투명하게 만들어 배경이 보이게 함 */
    -webkit-text-fill-color: transparent;
    font-family: "Noto Sans", serif;
    font-weight: 500;
    font-size: clamp(20px, 1.75695vw, 24px);
    line-height: normal;
}

#s05 .inner .grid_box .text_area .content {
    margin-bottom: clamp(20px, 2.19619vw, 30px);
}

#s05 .inner .grid_box .text_area .main_button {
    margin-top: clamp(25px, 2.56223vw, 35px);
}

@media (max-width: 767px) {
    #s05 .inner .grid_box .text_area .main_button a {
        margin: 0 auto;
    }
}

#s05 .marquee_wrap {
    white-space: nowrap;
    width: 100%;
    margin-top: clamp(40px, 7.32064vw, 100px);
}

#s05 .marquee_wrap .marquee_track {
    display: inline-flex;
    white-space: nowrap;
    will-change: transform;
}

#s05 .marquee_wrap .marquee_track .marquee_item {
    font-family: "Tenor Sans", serif;
    font-weight: 400;
    line-height: 1;
    font-size: clamp(80px, 8.78477vw, 120px);
    color: #6388e0;
    opacity: 0.17;
    font-family: "Tenor Sans", serif;
    padding-right: 3rem;
    white-space: nowrap;
    display: inline-block;
}

#s06 {
    padding: clamp(70px, 9.51684vw, 130px) 0 clamp(60px, 13.90922vw, 160px);
}

#s06 .inner {
    max-width: calc(1405px + 12%);
    width: 100%;
    margin: 0 auto;
    padding: 0 6%;
}

#s06 .inner .title_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: clamp(30px, 3.29429vw, 45px);
    column-gap: clamp(30px, 3.29429vw, 45px);
    margin-bottom: clamp(30px, 3.29429vw, 45px);
}

#s06 .inner .title_flex .main_button a {
    width: 250px;
    height: 60px;
}

@media (max-width: 767px) {
    #s06 .main_button a {
        margin: 0 auto;
    }
}

#s06 .owl-carousel {
    height: 350px;
}

@media (max-width: 767px) {
    #s06 .owl-carousel {
        margin-bottom: 30px;
    }
}

#s06 .owl-carousel .owl-item img {
    display: block;
    width: 450px;
    height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
}

#s07 {
    position: relative;
    padding: 0 0 clamp(110px, 13.90922vw, 190px);
}

#s07::after {
    width: 99.32292vw;
    height: 39.84375vw;
    background: url(/wp-content/uploads/top_bg004.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
}

@media (max-width: 767px) {
    #s07::after {
        width: 1907px;
        height: 756px;
    }
}

#s07 .inner {
    position: relative;
    z-index: 1;
    max-width: calc(1320px + 16%);
    padding: 0 8%;
    margin: 0 auto;
}

@media (max-width: 767px) {
    #s07 .inner {
        padding: 0 6%;
        max-width: 100%;
    }
}

#s07 .inner .grid_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-content: center;
    -moz-column-gap: clamp(40px, 5.85652vw, 80px);
    column-gap: clamp(40px, 5.85652vw, 80px);
}

@media (max-width: 767px) {
    #s07 .inner .grid_box {
        grid-template-columns: 1fr;
        row-gap: clamp(20px, 3.91134vw, 30px);
    }
}

#s07 .inner .grid_box .grid_wrap {
    position: relative;
}

#s07 .inner .grid_box .grid_wrap::after {
    content: "";
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    background: url(/wp-content/uploads/top_bg005.png) no-repeat;
    background-size: cover;
    width: 41.35417vw;
    height: 18.22917vw;
}

@media (max-width: 767px) {
    #s07 .inner .grid_box .grid_wrap::after {
        height: 250px;
        width: 567px;
    }
}

@media (max-width: 425px) {
    #s07 .inner .grid_box .grid_wrap::after {
        top: 25%;
    }
}

#s07 .inner .grid_box .grid_col {
    z-index: 1;
    transition: 0.4s all;
    background: #fff;
    text-decoration: none;
    padding: 80px 6% 70px;
    border-radius: 20px;
    position: relative;
    display: block;
}

#s07 .inner .grid_box .grid_col::after {
    content: "";
    background: url(/wp-content/uploads/arrow_002.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 37px;
    transform: translateY(-50%);
    width: 17px;
    height: 12px;
    transition: 0.4s all;
}

@media (max-width: 850px) {
    #s07 .inner .grid_box .grid_col::after {
        transform: unset;
        bottom: 31px;
        top: unset;
    }
}

#s07 .inner .grid_box .grid_col::before {
    position: absolute;
    top: 50%;
    right: 28px;
    width: 35px;
    height: 35px;
    background: #eaeefa;
    transform: translateY(-50%);
    content: "";
    border-radius: 50%;
    transition: 0.4s all;
}

@media (max-width: 850px) {
    #s07 .inner .grid_box .grid_col::before {
        transform: unset;
        bottom: 20px;
        top: unset;
    }
}

#s07 .inner .grid_box .grid_col:hover::after {
    background: url(/wp-content/uploads/arrow_001.png) no-repeat;
    background-size: contain;
}

#s07 .inner .grid_box .grid_col:hover::before {
    background: #6388e0;
}

#s07 .inner .grid_box .grid_col .title_en {
    text-align: center;
}

#s07 .inner .grid_box .grid_col .title_jp {
    text-align: center;
}

#s08 {
    margin-bottom: 0 !important;
    padding: 0 0 clamp(80px, 13.90922vw, 190px);
}

#s08 .inner {
    max-width: calc(1405px + 12%);
    width: 100%;
    margin: 0 auto;
    padding: 0 6%;
}

#s08 .inner .title_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: clamp(30px, 3.29429vw, 45px);
    column-gap: clamp(30px, 3.29429vw, 45px);
    margin-bottom: clamp(30px, 3.29429vw, 45px);
}

#s08 .inner .title_flex .main_button a {
    width: 250px;
    height: 60px;
}

@media (max-width: 767px) {
    #s08 .main_button a {
        margin: 40px auto 0;
    }
}

.news dl {
    border-top: 1px solid #c5c5c5;
}

.news dl dd {
    border-bottom: 1px solid #c5c5c5;
}

#s09 {
    margin-bottom: 0 !important;
    background: url(/wp-content/uploads/top_bg007.jpg) no-repeat center center;
    background-size: cover;
    padding: clamp(70px, 10.2489vw, 140px) 0;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

@media (max-width: 767px) {
    #s09 {
        background: url(/wp-content/uploads/sp_top_bg007.jpg) no-repeat center center;
        background-size: cover;
    }
}

#s09 .inner {
    max-width: calc(1200px + 12%);
    width: 100%;
    margin: 0 auto;
    padding: 0 6%;
}

#s09 .inner .flex_box {
    display: flex;
    -moz-column-gap: clamp(30px, 3.29429vw, 45px);
    column-gap: clamp(30px, 3.29429vw, 45px);
    justify-content: space-between;
}

@media (max-width: 767px) {
    #s09 .inner .flex_box {
        flex-direction: column;
        row-gap: clamp(30px, 5.86701vw, 45px);
    }
}

#s09 .inner .flex_box .text_area {
    max-width: 650px;
    width: 100%;
}

#s09 .inner .flex_box .text_area .title_en {
    color: #fff;
    margin-bottom: 5px;
}

#s09 .inner .flex_box .text_area .title_jp {
    color: #fff;
    margin-bottom: clamp(10px, 1.0981vw, 15px);
}

#s09 .inner .flex_box .text_area .content {
    color: #fff;
    margin-bottom: clamp(20px, 2.19619vw, 30px);
}

#s09 .inner .flex_box .text_area .tel_flex {
    display: flex;
    align-items: center;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

#s09 .inner .flex_box .text_area .tel_flex .tel_head {
    color: #fff;
    width: 72px;
    height: 36spx;
    border-radius: 5px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: "Tenor Sans", serif;
    font-weight: normal;
    font-size: 24px;
    letter-spacing: 0.04em;
    line-height: normal;
}

#s09 .inner .flex_box .text_area .tel_flex .tel_body {
    justify-content: center;
    color: #fff;
    font-family: "Tenor Sans", serif;
    font-weight: normal;
    font-size: 34px;
    letter-spacing: 0.04em;
    line-height: normal;
}

#s09 .inner .cta_button a {
    width: 250px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    text-decoration: none;
    position: relative;
    row-gap: 12px;
    border: 1px solid #fff;
    border-radius: 50%;
}

@media (max-width: 767px) {
    #s09 .inner .cta_button a {
        margin: 0 auto;
    }
}

#s09 .inner .cta_button a * {
    position: relative;
    z-index: 1;
}

#s09 .inner .cta_button a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(90deg, #68b8ed 0%, #3d95fa 50%, #68b8ed);
    box-shadow: inset 0 0 32px #fff;
    z-index: 0;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

#s09 .inner .cta_button a img {
    width: 46px;
    height: 34px;
}

#s09 .inner .cta_button a span {
    color: #fff;
}

#s09:hover .cta_button a::after {
    opacity: 1 !important;
}

html body footer {
    background: #5b70ba;
}

html body footer .container .row nav a {
    font-family: "Noto Sans", serif;
    font-weight: 400;
    font-size: 14px;
    color: #f2f4f3;
}

footer .footer_copyright_wrap p {
    border-top: 1px solid #677abe;
    padding: 16px 6%;
    font-weight: 400;
    font-size: 14px !important;
    color: #f2f4f3 !important;
    font-family: "Noto Sans", serif;
}

@media (min-width: 768px) {
    footer nav {
        text-align: center;
        padding: 16px 0;
    }
}

.share_button {
    margin: 0;
}

/* 2026 01 19追加 */

#s04::after {
    bottom: -51px;
    width: 216px;
    height: 51px;
}

@media (max-width: 1023px) {
    #s04::after {
        bottom: -47px;
        width: 180px;
        height: 47px;
    }
}

@media (max-width: 767px) {
    #s04::after {
        bottom: -39px;
        width: 160px;
        height: 39px;
    }
}

#s07 .inner .grid_box .grid_col .title_jp {
    font-size: clamp(24px, 2.48902vw, 34px);
}

#s03 {
    padding: clamp(120px, 17.56955vw, 190px) 0 0 0;
}

@media (min-width: 767px) {
    #s02 .grid_box {
        position: relative;
        z-index: 1;
        display: grid;
        grid-template-columns: 490fr 120fr 770fr 130fr 344fr;
    }
}
