@charset "UTF-8";

/*
/* Mixin
/*
----------------------------------------------------------------- */


/*
/* Reset
/*
----------------------------------------------------------------- */

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
icenter,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

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

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

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

img {
    line-height: 0;
    vertical-align: bottom;
}

input[type="text"],
input[type="tel"],
input[type="email"] {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}

textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent;
    border-radius: 0;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@font-face {
    font-family: "icon";
    src: url("../fonts/icon.eot");
    src: url("../fonts/icon.eot?#iefix") format("eot"), url("../fonts/icon.woff") format("woff"), url("../fonts/icon.ttf") format("truetype"), url("../fonts/icon.svg#icon") format("svg");
    font-weight: normal;
    font-style: normal;
}

.icon {
    display: inline-block;
    font-family: "icon";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-lg {
    font-size: 1.3333333333333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.icon-2x {
    font-size: 2em;
}

.icon-3x {
    font-size: 3em;
}

.icon-4x {
    font-size: 4em;
}

.icon-5x {
    font-size: 5em;
}

.icon-fw {
    width: 1.2857142857142858em;
    text-align: center;
}

.icon-arrow_down:before {
    content: "\EA01";
}

.icon-arrow_left:before {
    content: "\EA02";
}

.icon-arrow_right:before {
    content: "\EA03";
}

.icon-arrow_up:before {
    content: "\EA04";
}


/*
/* Base
/*
----------------------------------------------------------------- */

html {
    font-size: 62.5%;
    background: #fff;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    color: #000;
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
    body {
        font-size: 1.4rem;
    }
}

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

img {
    max-width: 100%;
}

@media screen and (max-width: 767px) {
    img {
        height: auto;
    }
}

a:link {
    color: #1b41a2;
}

a:visited {
    color: #1b41a2;
}

a {
    color: #1b41a2;
    text-decoration: underline;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

a:hover {
    text-decoration: none;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 768px) {
    a[href^=tel\:] {
        color: #000;
        text-decoration: none;
        pointer-events: none;
    }
}

p {
    line-height: 1.8;
}

b {
    font-weight: bold;
}

strong {
    font-weight: bold;
}

sup {
    font-size: 75%;
    vertical-align: top;
    position: relative;
    top: -.1em;
}

sub {
    font-size: 75%;
    vertical-align: bottom;
    position: relative;
    top: .1em;
}

hr {
    border: 0;
    border-top: 1px solid #ddd;
    margin: 80px 0;
}

@media screen and (max-width: 767px) {
    hr {
        margin: 40px 0;
    }
}

.footer {
    position: relative;
    border-top: 1px solid #ddd;
    padding: 40px 0 30px;
    margin-top: 64px;
}

@media screen and (max-width: 767px) {
    .footer {
        padding: 25px 0;
        margin-top: 40px;
    }
}

.footer__inner {
    max-width: 1280px;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 767px) {
    .footer__inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.footer__copy {
    color: #999;
    font-size: 1.3rem;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
    .footer__copy {
        display: block;
        font-size: 1.2rem;
        text-align: center;
        margin-top: 20px;
    }
}

.footerPamphlet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
}

@media screen and (max-width: 767px) {
    .footerPamphlet {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }
}

.footerPamphlet__item {
    padding: 0 10px;
}

@media screen and (max-width: 767px) {
    .footerPamphlet__item {
        padding-left: 0;
        padding-right: 0;
        margin-top: 10px;
    }
}

.footerPamphlet__link {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.footerPamphlet__link:hover {
    opacity: .7;
}

.footerSns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px -10px 0;
}

@media screen and (max-width: 767px) {
    .footerSns {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 10px -5px 0;
    }
}

.footerSns__item {
    padding: 0 10px;
}

@media screen and (max-width: 767px) {
    .footerSns__item {
        padding: 0 5px;
        margin-top: 10px;
        width: 50%;
    }
}

.footerSns__link {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.footerSns__link:hover {
    opacity: .7;
}

.footerBottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 25px;
}

@media screen and (max-width: 767px) {
    .footerBottom {
        display: block;
    }
}

.footerOther {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -10px;
}

@media screen and (max-width: 767px) {
    .footerOther {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.footerOther__item {
    margin: 10px 20px 0 0;
    font-size: 1.2rem;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
    .footerOther__item {
        margin-right: 15px;
    }
}

.footerOther__link:link {
    color: #000;
}

.footerOther__link:visited {
    color: #000;
}

.header {
    width: 100%;
    border-bottom: 1px solid #aaa;
}

.header__inner {
    height: 134px;
    position: relative;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .header__inner {
        height: 60px;
    }
}

.headerLogo {
    position: absolute;
    left: 50px;
    top: 42px;
}

@media screen and (max-width: 767px) {
    .headerLogo {
        width: 134px;
        left: 20px;
        top: 16px;
    }
}

.headerUnivLogo {
    position: absolute;
    right: 50px;
    top: 25px;
}

@media screen and (max-width: 767px) {
    .headerUnivLogo {
        width: 120px;
        right: 20px;
        top: 18px;
    }
}

.main__inner {
    max-width: 1240px;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
}

@media screen and (max-width: 767px) {
    .main__inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 767px) {
    .main__inner {
        padding-top: 32px;
    }
}

.main.-top .main__inner {
    max-width: 1280px;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 767px) {
    .main.-top .main__inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.wrapper {
    position: relative;
    overflow: hidden;
    min-width: 1200px;
    background: #fff;
}

@media screen and (max-width: 767px) {
    .wrapper {
        min-width: auto;
        overflow: hidden;
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -30px -15px 0;
}

.table-stripe td .row:first-child {
    margin-top: -30px !important;
}

.row--liquid {
    width: 100%;
}

.row--md {
    margin: -50px -25px 0;
}

.row--md>.col,
.row--md>.col-12,
.row--md>.col-11,
.row--md>.col-10,
.row--md>.col-9,
.row--md>.col-8,
.row--md>.col-7,
.row--md>.col-6,
.row--md>.col-5,
.row--md>.col-4,
.row--md>.col-3,
.row--md>.col-2,
.row--md>.col-1 {
    padding: 50px 25px 0;
}

.row--sm {
    margin: -20px -10px 0;
}

.row--sm>.col,
.row--sm>.col-12,
.row--sm>.col-11,
.row--sm>.col-10,
.row--sm>.col-9,
.row--sm>.col-8,
.row--sm>.col-7,
.row--sm>.col-6,
.row--sm>.col-5,
.row--sm>.col-4,
.row--sm>.col-3,
.row--sm>.col-2,
.row--sm>.col-1 {
    padding: 20px 10px 0;
}

@media screen and (max-width: 767px) {
    .row--sp-sm {
        margin: -10px -5px 0;
    }
    .row--sp-sm>.col,
    .row--sp-sm>.col-12,
    .row--sp-sm>.col-11,
    .row--sp-sm>.col-10,
    .row--sp-sm>.col-9,
    .row--sp-sm>.col-8,
    .row--sp-sm>.col-7,
    .row--sp-sm>.col-6,
    .row--sp-sm>.col-5,
    .row--sp-sm>.col-4,
    .row--sp-sm>.col-3,
    .row--sp-sm>.col-2,
    .row--sp-sm>.col-1 {
        padding: 10px 5px 0;
    }
}

@media screen and (max-width: 767px) {
    .row--pc-only {
        display: block;
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    .row--pc-only .col,
    .row--pc-only .col-12,
    .row--pc-only .col-11,
    .row--pc-only .col-10,
    .row--pc-only .col-9,
    .row--pc-only .col-8,
    .row--pc-only .col-7,
    .row--pc-only .col-6,
    .row--pc-only .col-5,
    .row--pc-only .col-4,
    .row--pc-only .col-3,
    .row--pc-only .col-2,
    .row--pc-only .col-1 {
        padding: 0 5px;
        display: block;
    }
}

.row--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.row--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (min-width: 768px) {
    .row--pc-c {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .row--sp-c {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.col,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
    position: relative;
    padding-top: 30px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.col-12 {
    -webkit-box-flex: 100%;
    -ms-flex: 100% 0 0px;
    flex: 100% 0 0;
    max-width: 100%;
}

@media screen and (max-width: 767px) {
    .col-12 {
        -webkit-box-flex: 100%;
        -ms-flex: 100% 0 0px;
        flex: 100% 0 0;
        max-width: 100%;
    }
}

.col-11 {
    -webkit-box-flex: 91.666%;
    -ms-flex: 91.666% 0 0px;
    flex: 91.666% 0 0;
    max-width: 91.666%;
}

@media screen and (max-width: 767px) {
    .col-11 {
        -webkit-box-flex: 100%;
        -ms-flex: 100% 0 0px;
        flex: 100% 0 0;
        max-width: 100%;
    }
}

.col-10 {
    -webkit-box-flex: 83.333%;
    -ms-flex: 83.333% 0 0px;
    flex: 83.333% 0 0;
    max-width: 83.333%;
}

@media screen and (max-width: 767px) {
    .col-10 {
        -webkit-box-flex: 100%;
        -ms-flex: 100% 0 0px;
        flex: 100% 0 0;
        max-width: 100%;
    }
}

.col-9 {
    -webkit-box-flex: 75%;
    -ms-flex: 75% 0 0px;
    flex: 75% 0 0;
    max-width: 75%;
}

@media screen and (max-width: 767px) {
    .col-9 {
        -webkit-box-flex: 100%;
        -ms-flex: 100% 0 0px;
        flex: 100% 0 0;
        max-width: 100%;
    }
}

.col-8 {
    -webkit-box-flex: 66.666%;
    -ms-flex: 66.666% 0 0px;
    flex: 66.666% 0 0;
    max-width: 66.666%;
}

@media screen and (max-width: 767px) {
    .col-8 {
        -webkit-box-flex: 100%;
        -ms-flex: 100% 0 0px;
        flex: 100% 0 0;
        max-width: 100%;
    }
}

.col-7 {
    -webkit-box-flex: 58.333%;
    -ms-flex: 58.333% 0 0px;
    flex: 58.333% 0 0;
    max-width: 58.333%;
}

@media screen and (max-width: 767px) {
    .col-7 {
        -webkit-box-flex: 100%;
        -ms-flex: 100% 0 0px;
        flex: 100% 0 0;
        max-width: 100%;
    }
}

.col-6 {
    -webkit-box-flex: 50%;
    -ms-flex: 50% 0 0px;
    flex: 50% 0 0;
    max-width: 50%;
}

@media screen and (max-width: 767px) {
    .col-6 {
        -webkit-box-flex: 100%;
        -ms-flex: 100% 0 0px;
        flex: 100% 0 0;
        max-width: 100%;
    }
}

.col-5 {
    -webkit-box-flex: 41.666%;
    -ms-flex: 41.666% 0 0px;
    flex: 41.666% 0 0;
    max-width: 41.666%;
}

@media screen and (max-width: 767px) {
    .col-5 {
        -webkit-box-flex: 100%;
        -ms-flex: 100% 0 0px;
        flex: 100% 0 0;
        max-width: 100%;
    }
}

.col-4 {
    -webkit-box-flex: 33.333%;
    -ms-flex: 33.333% 0 0px;
    flex: 33.333% 0 0;
    max-width: 33.333%;
}

@media screen and (max-width: 767px) {
    .col-4 {
        -webkit-box-flex: 100%;
        -ms-flex: 100% 0 0px;
        flex: 100% 0 0;
        max-width: 100%;
    }
}

.col-3 {
    -webkit-box-flex: 25%;
    -ms-flex: 25% 0 0px;
    flex: 25% 0 0;
    max-width: 25%;
}

@media screen and (max-width: 767px) {
    .col-3 {
        -webkit-box-flex: 100%;
        -ms-flex: 100% 0 0px;
        flex: 100% 0 0;
        max-width: 100%;
    }
}

.col-2 {
    -webkit-box-flex: 16.666%;
    -ms-flex: 16.666% 0 0px;
    flex: 16.666% 0 0;
    max-width: 16.666%;
}

@media screen and (max-width: 767px) {
    .col-2 {
        -webkit-box-flex: 100%;
        -ms-flex: 100% 0 0px;
        flex: 100% 0 0;
        max-width: 100%;
    }
}

.col-1 {
    -webkit-box-flex: 8.333%;
    -ms-flex: 8.333% 0 0px;
    flex: 8.333% 0 0;
    max-width: 8.333%;
}

@media screen and (max-width: 767px) {
    .col-1 {
        -webkit-box-flex: 100%;
        -ms-flex: 100% 0 0px;
        flex: 100% 0 0;
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .col-sm-8 {
        -webkit-box-flex: 66.666%;
        -ms-flex: 66.666% 0 0px;
        flex: 66.666% 0 0;
        max-width: 66.666%;
    }
}

@media screen and (max-width: 767px) {
    .col-sm-6 {
        -webkit-box-flex: 50%;
        -ms-flex: 50% 0 0px;
        flex: 50% 0 0;
        max-width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .col-sm-12 {
        -webkit-box-flex: 100%;
        -ms-flex: 100% 0 0px;
        flex: 100% 0 0;
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .col-sm-10 {
        -webkit-box-flex: 83.333%;
        -ms-flex: 83.333% 0 0px;
        flex: 83.333% 0 0;
        max-width: 83.333%;
    }
}

@media screen and (max-width: 767px) {
    .col-sm-5 {
        -webkit-box-flex: 41.666%;
        -ms-flex: 41.666% 0 0px;
        flex: 41.666% 0 0;
        max-width: 41.666%;
    }
}

@media screen and (max-width: 767px) {
    .col-sm-4 {
        -webkit-box-flex: 33.333%;
        -ms-flex: 33.333% 0 0px;
        flex: 33.333% 0 0;
        max-width: 33.333%;
    }
}

@media screen and (max-width: 767px) {
    .col-sm-3 {
        -webkit-box-flex: 25%;
        -ms-flex: 25% 0 0px;
        flex: 25% 0 0;
        max-width: 25%;
    }
}

@media screen and (max-width: 767px) {
    .col-sm-2 {
        -webkit-box-flex: 16.666%;
        -ms-flex: 16.666% 0 0px;
        flex: 16.666% 0 0;
        max-width: 16.666%;
    }
}

@media screen and (max-width: 767px) {
    .col-sm-1 {
        -webkit-box-flex: 8.333%;
        -ms-flex: 8.333% 0 0px;
        flex: 8.333% 0 0;
        max-width: 8.333%;
    }
}

@media screen and (max-width: 767px) {
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media screen and (max-width: 767px) {
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media screen and (max-width: 767px) {
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

.openbtn {
    display: none;
}

.openbtn {
    position: relative;
    /*ボタン内側の基点となるためrelativeを指定*/
    background: #666;
    cursor: pointer;
    width: 100%;
    height: 50px;
}


/*ボタン内側*/

.openbtn span {
    display: inline-block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.openbtn span:nth-of-type(1),
.openbtn span:nth-of-type(3) {
    height: 2px;
    background: #fff;
    width: 30px;
}

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

.openbtn span:nth-of-type(2) {
    top: 7px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    line-height: normal;
}

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


/*activeクラスが付与されると線が回転して×になり、Menu表記をしている2つ目の要素が透過して消える*/

.openbtn.active span:nth-of-type(1) {
    top: 8px;
    left: 50%;
    -webkit-transform: translate(-50%, 6px) rotate(-45deg);
    -ms-transform: translate(-50%, 6px) rotate(-45deg);
    transform: translate(-50%, 6px) rotate(-45deg);
    width: 30px;
}

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

.openbtn.active span:nth-of-type(3) {
    top: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, -6px) rotate(45deg);
    -ms-transform: translate(-50%, -6px) rotate(45deg);
    transform: translate(-50%, -6px) rotate(45deg);
    width: 30px;
}

.assistNav_Head.active {
    display: block;
}

.assistNav {
    margin-top: 64px;
}

@media screen and (max-width: 767px) {
    .assistNav {
        margin-top: 40px;
    }
    .openbtn.top_fix {
        position: fixed;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        background: #666;
        cursor: pointer;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        z-index: 100;
    }
    .assistNav_Head.top_fix_menu {
        position: fixed;
        top: 0px;
        z-index: 99;
        background: #fff;
        padding-bottom: 0px;
    }
    .openbtn span:nth-of-type(1) {
        top: 11px;
    }
    .openbtn span:nth-of-type(2) {
        top: 15px;
    }
    .openbtn span:nth-of-type(3) {
        top: 35px;
    }
    .openbtn.active span:nth-of-type(1) {
        top: 17px;
    }
    .openbtn.active span:nth-of-type(3) {
        top: 30px;
    }
}

.assistNav__inner {
    max-width: 1280px;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 767px) {
    .assistNav__inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.assistNav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #e1e1e1;
    padding: 30px 40px 40px;
}


/*assistNav_Head  始まり*/

.assistNav_Head__inner {
    border-bottom: solid 1px #aaa;
}

@media screen and (min-width:768px) {
    .assistNav_Head__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        max-width: 1280px;
        padding-left: 40px;
        padding-right: 40px;
        margin-left: auto;
        margin-right: auto;
        -webkit-transform: none!important;
        -ms-transform: none!important;
        transform: none!important;
    }
}

.assistNav_Head__list .assistNav_Head__item {
    text-align: center;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    width: calc(100% /7)!important;
    width: auto!important;
}

.assistNav_Head__list .assistNav_Head__item a {
    text-decoration: none;
    font-size: 15px;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 15px 0;
    color: #000;
    position: relative;
}

.assistNav_Head__list .assistNav_Head__item a::before {
    content: "●";
    position: absolute;
    left: 9px;
}

.assistNav_Head__list .assistNav_Head__item a.assistNav__link_1 {
    color: #008500;
}

.assistNav_Head__list .assistNav_Head__item a.assistNav__link_2 {
    color: #e94731;
}

.assistNav_Head__list .assistNav_Head__item a.assistNav__link_3 {
    color: #f4992c;
}

.assistNav_Head__list .assistNav_Head__item a.assistNav__link_4 {
    color: #8fc53e;
}

.assistNav_Head__list .assistNav_Head__item a.assistNav__link_5 {
    color: #e64d79;
}

.assistNav_Head__list .assistNav_Head__item a.assistNav__link_6 {
    color: #717272;
}

.assistNav_Head__list .assistNav_Head__item a.assistNav__link_7 {
    color: #007fc7;
}

.assistNav_Head__list .assistNav_Head__item.active a.assistNav__link_1 {
    background: #008500;
    color: #fff;
}

.assistNav_Head__list .assistNav_Head__item.active a.assistNav__link_2 {
    background: #e94731;
    color: #fff;
}

.assistNav_Head__list .assistNav_Head__item.active a.assistNav__link_3 {
    background: #f4992c;
    color: #fff;
}

.assistNav_Head__list .assistNav_Head__item.active a.assistNav__link_4 {
    background: #8fc53e;
    color: #fff;
}

.assistNav_Head__list .assistNav_Head__item.active a.assistNav__link_5 {
    background: #e64d79;
    color: #fff;
}

.assistNav_Head__list .assistNav_Head__item.active a.assistNav__link_6 {
    background: #717272;
    color: #fff;
}

.assistNav_Head__list .assistNav_Head__item.active a.assistNav__link_7 {
    background: #007fc7;
    color: #fff;
}

.assistNav_Head__list .assistNav_Head__item.active a::before {
    content: "▼";
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    top: 16px;
}

.swiper-container.is-active .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0) !important;
    transform: translate3d(0px, 0, 0) !important;
}

.swiper-container.is-active .swiper-wrapper.assistNav_Head__list .assistNav_Head__item {
    text-align: center;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    margin-right: 0!important;
    width: auto!important;
}

@media screen and (max-width: 767px) {
    .assistNav__list {
        padding: 10px 20px 20px;
    }
    .assistNav_Head__list {
        padding: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .assistNav_Head__list .assistNav_Head__item {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 53px;
        width: 33.3%!important;
    }
    .assistNav_Head__list .assistNav_Head__item a {
        padding: 5px 0;
        font-size: 12px;
        text-align: center;
        height: 53px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .assistNav_Head__list .assistNav_Head__item a::before {
        content: none;
    }
    .assistNav_Head__list .assistNav_Head__item.active a::before {
        content: none;
    }
    .assistNav_Head__list .assistNav_Head__item a span {
        width: 100%;
    }
}


/*assistNav_Head 終わり*/

.assistNav__item {
    padding: 0 18px;
    margin-top: 10px;
    color: #1b41a2;
    font-size: 1.4rem;
    line-height: 1.5;
    position: relative;
}

@media screen and (max-width: 767px) {
    .assistNav__item {
        font-size: 1.2rem;
    }
}

.assistNav__item::after {
    content: '';
    display: block;
    width: 1px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #1b41a2;
}

.assistNav__item:last-child::after {
    display: none;
}

.basicTtl {
    font-size: 2.2rem;
    line-height: 1.5;
    font-weight: bold;
    margin: 48px 0 20px;
}

@media screen and (max-width: 767px) {
    .basicTtl {
        font-size: 1.8rem;
        margin-top: 40px;
        margin-bottom: 16px;
    }
}

.basicTtl.-skyBlue {
    color: #0099ce;
}

.basicTtl.-orange {
    color: #f4992c;
}

.basicTtl.-pink {
    color: #e64d79;
}

.basicTtl:first-child {
    margin-top: 0;
}

.basicTtl strong {
    background: -o-linear-gradient(transparent 70%, #fff100 70%, #fff100 100%, transparent 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fff100), color-stop(100%, #fff100), to(transparent));
    background: linear-gradient(transparent 70%, #fff100 70%, #fff100 100%, transparent 100%);
}

.blackTtl {
    color: #000;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: bold;
    margin: 24px 0 16px;
}

@media screen and (max-width: 767px) {
    .blackTtl {
        font-size: 1.5rem;
    }
}

.borderTtl {
    font-size: 2.2rem;
    line-height: 1.5;
    font-weight: bold;
    border-top: 1px solid #f4992c;
    border-bottom: 1px solid #f4992c;
    padding: 14px 15px;
    margin: 32px 0 16px;
}

@media screen and (max-width: 767px) {
    .borderTtl {
        font-size: 1.8rem;
        padding: 12px;
    }
}

.borderTtl:first-child {
    margin-top: 0;
}

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

.borderTtl.-orange {
    color: #f4992c;
}

.borderTtl__inner {
    display: inline;
    background: -o-linear-gradient(transparent 70%, #fff100 70%, #fff100 100%, transparent 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fff100), color-stop(100%, #fff100), to(transparent));
    background: linear-gradient(transparent 70%, #fff100 70%, #fff100 100%, transparent 100%);
}

.box {
    background: #eee;
    padding: 45px 40px;
    margin: 56px 0;
}

@media screen and (max-width: 767px) {
    .box {
        margin: 32px 0;
        padding: 20px;
    }
}

.box.-orange {
    background: #fdf2e4;
}

.box>*:first-child {
    margin-top: 0;
}

.box>*:last-child {
    margin-bottom: 0;
}

.breadcrumb__inner {
    max-width: 1080px;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .breadcrumb__inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 767px) {
    .breadcrumb__inner {
        margin-top: 15px;
    }
}

.breadcrumbList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.breadcrumbList__item {
    position: relative;
    padding-right: 20px;
    margin-right: 12px;
}

@media screen and (max-width: 767px) {
    .breadcrumbList__item {
        padding-right: 15px;
        margin-right: 6px;
    }
}

.breadcrumbList__item::after {
    content: '>';
    color: #000;
    font-size: 1.2rem;
    position: absolute;
    top: 6px;
    right: 0;
}

@media screen and (max-width: 767px) {
    .breadcrumbList__item::after {
        top: 4px;
    }
}

.breadcrumbList__item:last-child::after {
    display: none;
}

.breadcrumbList__link {
    text-decoration: underline;
    font-size: 1.2rem;
    line-height: 1.5;
}

.breadcrumbList__link:link {
    color: #000;
}

.breadcrumbList__link:visited {
    color: #000;
}

@media screen and (max-width: 767px) {
    .breadcrumbList__link {
        font-size: 1.1rem;
    }
}

.breadcrumbList__link:hover {
    text-decoration: none;
}

.breadcrumbList__item:last-child .breadcrumbList__link {
    text-decoration: none;
}

.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 72px 0 24px;
}

@media screen and (max-width: 767px) {
    .btn {
        margin-top: 40px;
        margin-bottom: 20px;
    }
}

.btn.-marSm {
    margin-top: 32px;
}

@media screen and (max-width: 767px) {
    .btn.-marSm {
        margin-top: 24px;
    }
}

.btn__link {
    display: block;
    min-width: 300px;
    height: 88px;
    padding: 0 45px;
    text-align: center;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: bold;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #000;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    position: relative;
}

.btn__link:link {
    color: #fff;
}

.btn__link:visited {
    color: #fff;
}

@media screen and (max-width: 767px) {
    .btn__link {
        font-size: 1.4rem;
        height: 50px;
        min-width: 240px;
    }
}

.btn__link:hover {
    opacity: .7;
}

.btn.-lg .btn__link {
    min-width: 440px;
}

.btn.-orange .btn__link {
    background: #f4992c;
}

.btn.-blue .btn__link {
    background: #007fc7;
}

.btn__link::before {
    content: '';
    display: block;
    width: 14px;
    height: 10px;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 5px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #fff;
}

.btn__note {
    font-weight: normal;
    font-size: 1.4rem;
    margin-left: 12px;
}

.circleTtl {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 24px 0 12px;
    padding-left: 20px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .circleTtl {
        font-size: 1.5rem;
        padding-left: 18px;
    }
}

.circleTtl:first-child {
    margin-top: 0;
}

.circleTtl::before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 6px;
    background: #000;
}

@media screen and (max-width: 767px) {
    .circleTtl::before {
        width: 12px;
        height: 12px;
        top: 6px;
    }
}

.circleTtl.-orange {
    color: #f4992c;
}

.circleTtl.-orange::before {
    background: #f4992c;
}

.col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px -20px;
}

.col2__cont {
    position: relative;
}

@media screen and (max-width: 767px) {
    .col2 {
        display: block;
        margin: 0;
    }
}

.col2__cont {
    width: 50%;
    padding: 0 20px;
    margin-top: 40px;
}

@media screen and (min-width: 768px) {
    .col2__cont:nth-child(1),
    .col2__cont:nth-child(2) {
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .col2__cont {
        width: auto;
        padding: 0;
    }
    .col2__cont:first-child {
        margin-top: 0;
    }
}

.col2__cont>*:first-child {
    margin-top: 0;
}

.col2__cont>*:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .col2.-spSm .col2__cont {
        margin-top: 24px;
    }
}

.col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px -20px;
}

@media screen and (max-width: 767px) {
    .col3 {
        display: block;
        margin: 0;
    }
}

.col3.-xsm {
    margin-left: -5px;
    margin-right: -5px;
}

.col3__cont {
    width: 33.3333%;
    padding: 0 20px;
    margin-top: 50px;
}

@media screen and (min-width: 768px) {
    .col3__cont:nth-child(1),
    .col3__cont:nth-child(2),
    .col3__cont:nth-child(3) {
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .col3__cont {
        width: auto;
        padding: 0;
    }
}

.col3.-xsm .col3__cont {
    padding-left: 5px;
    padding-right: 5px;
}

@media screen and (max-width: 767px) {
    .col3.-spMd .col3__cont {
        margin-top: 24px;
    }
}

.col3__cont>*:first-child {
    margin-top: 0;
}

.col3__cont>*:last-child {
    margin-bottom: 0;
}

.col5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px -20px;
}

@media screen and (max-width: 767px) {
    .col5 {
        display: block;
        margin: 0;
    }
}

.col5.-xsm {
    margin-left: -5px;
    margin-right: -5px;
}

.col5__cont {
    width: 20%;
    margin-top: 0px;
    position: relative;
}

@media screen and (min-width: 768px) {
    .col5__cont {
        padding-right: 5px;
    }
}

.col5__cont:last-child {
    padding-right: 0;
}

@media screen and (max-width: 767px) {
    .col5__cont {
        width: auto;
        padding: 0;
        margin-top: 30px;
    }
}

.col5.-xsm .col5__cont {
    padding-left: 5px;
    padding-right: 5px;
}

@media screen and (max-width: 767px) {
    .col5.-spMd .col5__cont {
        margin-top: 24px;
    }
}

.col5__cont>*:first-child {
    margin-top: 0;
}

.col5__cont>*:last-child {
    margin-bottom: 0;
}

.figure {
    text-align: center;
    margin: 32px 0;
}

.halfCircleTtl {
    color: #fff;
    font-size: 2.2rem;
    line-height: 1.5;
    font-weight: bold;
    padding: 15px 20px 14px 50px;
    margin: 56px 0 16px;
    background: #000;
    position: relative;
}

@media screen and (max-width: 767px) {
    .halfCircleTtl {
        font-size: 1.8rem;
        padding: 12px 15px 11px 35px;
        margin-top: 32px;
    }
}

.halfCircleTtl:first-child {
    margin-top: 0;
}

.halfCircleTtl.-orange {
    background: #f4992c;
}

.halfCircleTtl.-green {
    background: #8fc53e;
}

.halfCircleTtl::before {
    content: '';
    display: block;
    width: 32px;
    height: 64px;
    border-radius: 0 64px 64px 0;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 767px) {
    .halfCircleTtl::before {
        width: 25px;
        height: 50px;
        border-radius: 0 50px 50px 0;
    }
}

.halfCircleTtl__sm {
    font-size: 70%;
}

.imgBox {
    background: #fff;
    padding: 40px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px 0 0;
}

@media screen and (max-width: 767px) {
    .imgBox {
        padding: 24px 20px;
        display: block;
    }
}

.imgBox__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.imgBox__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 45%;
    margin-left: 40px;
}

@media screen and (max-width: 767px) {
    .imgBox__img {
        width: auto;
        margin-left: 0;
    }
}

.imgBox__img.-sm {
    width: 26%;
}

@media screen and (max-width: 767px) {
    .imgBox__img.-sm {
        width: auto;
    }
}

.imgBox__caption {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: 10px;
}

.markerTtl {
    font-size: 2.2rem;
    line-height: 1.8;
    font-weight: bold;
    margin: 48px 0 20px;
}

@media screen and (max-width: 767px) {
    .markerTtl {
        font-size: 1.8rem;
        margin-top: 40px;
        margin-bottom: 16px;
    }
}

.markerTtl.-marSm {
    margin-top: 24px;
}

.markerTtl.-orange {
    color: #f4992c;
}

.markerTtl.-pink {
    color: #e64d79;
}

.markerTtl.-skyBlue {
    color: #0099ce;
}

.markerTtl:first-child {
    margin-top: 0;
}

.markerTtl__inner {
    background: -o-linear-gradient(transparent 70%, #fff100 70%, #fff100 100%, transparent 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fff100), color-stop(100%, #fff100), to(transparent));
    background: linear-gradient(transparent 70%, #fff100 70%, #fff100 100%, transparent 100%);
}

.note {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-top: 16px;
    text-indent: -1em;
    padding-left: 1em;
}

.para+.note {
    margin-top: -16px;
}

.note::before {
    content: '※';
    display: inline;
}

.pageHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 88px 0 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .pageHead {
        display: block;
        margin-top: 40px;
        margin-bottom: 24px;
    }
}

.pageHead.-marSm {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .pageHead.-marSm {
        margin-top: 32px;
    }
}

.pageHead.-red {
    color: #e94731;
}

.pageHead.-orange {
    color: #f4992c;
}

.pageHead.-green {
    color: #8fc53e;
}

.pageHead.-pink {
    color: #e64d79;
}

.pageHead.-blue {
    color: #007fc7;
}

.pageHead__ttl {
    font-size: 3.6rem;
    line-height: 1.5;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .pageHead__ttl {
        font-size: 2.2rem;
    }
}

.pageHead__ttlSub {
    font-weight: normal;
    font-size: 2rem;
    margin-left: 24px;
}

@media screen and (max-width: 767px) {
    .pageHead__ttlSub {
        display: block;
        font-size: 1.4rem;
        margin-left: 0;
    }
}

.pageHead__label {
    text-align: center;
    font-size: 2rem;
    line-height: 1.2;
    padding: 4px 20px;
    border: 2px solid #000;
    border-radius: 18px;
    margin-left: 32px;
}

@media screen and (max-width: 767px) {
    .pageHead__label {
        display: inline-block;
        font-size: 1.2rem;
        padding: 4px 8px;
        margin: 8px 0 0;
        border-width: 1px;
    }
}

.pageHead.-red .pageHead__label {
    border-color: #e94731;
}

.pageHead.-orange .pageHead__label {
    border-color: #f4992c;
}

.pageHead.-green .pageHead__label {
    border-color: #8fc53e;
}

.pageHead.-pink .pageHead__label {
    border-color: #e64d79;
}

.pageHead.-blue .pageHead__label {
    border-color: #007fc7;
}

.pageIntro {
    font-size: 1.6rem;
    line-height: 1.8;
    padding-left: 150px;
    margin-top: 16px;
}

@media screen and (max-width: 767px) {
    .pageIntro {
        font-size: 1.4rem;
        padding-left: 0;
    }
}

.pageTtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pageTtl__ico {
    max-width: 130px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media screen and (max-width: 767px) {
    .pageTtl__ico {
        max-width: 60px;
    }
}

.pageTtl__txt {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 5.4rem;
    line-height: 1.3;
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    padding-left: 10px;
    padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .pageTtl__txt {
        font-size: 2.4rem;
    }
}

.pageTtl__txt.-red {
    color: #e94731;
    border-bottom: solid 5px #e94731;
}

.pageTtl__txt.-orange {
    color: #f4992c;
    border-bottom: solid 5px #f4992c;
}

.pageTtl__txt.-green {
    color: #8fc53e;
    border-bottom: solid 5px #8fc53e;
}

.pageTtl__txt.-pink {
    color: #e64d79;
    border-bottom: solid 5px #e64d79;
}

.pageTtl__txt.-blue {
    color: #007fc7;
    border-bottom: solid 5px #007fc7;
}

.pageTtl__txt.-brightPink {
    color: #f57298;
    border-bottom: solid 5px #f57298;
}

.pageTtl__txt.-gray {
    color: #727171;
    border-bottom: solid 5px #727171;
}

.pageTtl__txtSmall {
    font-size: 85%;
}

.pageTtl__txtBox {
    display: inline-block;
    padding: 3px 3px 5px;
    background: #f57298;
    color: #fff;
    font-size: 4.8rem;
    line-height: 1;
    margin-left: 8px;
}

@media screen and (max-width: 767px) {
    .pageTtl__txtBox {
        font-size: 2.4rem;
        margin-left: 4px;
    }
}

.pageTtlBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.para {
    font-size: 1.6rem;
    line-height: 1.8;
    margin: 20px 0;
}

@media screen and (max-width: 767px) {
    .para {
        font-size: 1.4rem;
    }
}

.para.-sm {
    font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
    .swipeContents {
        overflow-x: auto;
    }
}

@media screen and (max-width: 767px) {
    .swipeContents__inner {
        width: 1040px;
    }
}

.table {
    width: 100%;
    margin: 60px 0 20px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    background: #fff;
}

@media screen and (max-width: 767px) {
    .table {
        margin: 30px 0 15px;
    }
}

.table th,
.table td {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
    font-size: 1.6rem;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
    .table th,
    .table td {
        font-size: 1.3rem;
    }
}

.table th>*:first-child,
.table td>*:first-child {
    margin-top: 0 !important;
}

.table th>*:last-child,
.table td>*:last-child {
    margin-bottom: 0 !important;
}

.table thead th {
    background: #000;
    color: #000;
    text-align: center;
    font-weight: bold;
}

.table tfoot th,
.table tfoot td {
    background: rgba(0, 0, 0, 0.3);
    color: #000;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: bold;
}

.table tbody th,
.table tbody td {
    background: #fff;
}

.table tbody th {
    font-weight: bold;
    color: #000;
    text-align: left;
}

.table tbody tr:last-child th {
    border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 767px) {
    .table.-spCol {
        border-bottom: 1px solid #ddd;
    }
    .table.-spCol tr,
    .table.-spCol th,
    .table.-spCol td,
    .table.-spCol thead,
    .table.-spCol tbody,
    .table.-spCol tfoot {
        display: block;
        width: 100%;
    }
    .table.-spCol th {
        border-bottom: none;
        font-size: 1.5rem;
        padding: 15px 15px 8px;
    }
    .table.-spCol td {
        padding: 0 15px 15px;
    }
    .table.-spCol tr:last-child th {
        border-bottom: none;
    }
    .table.-spCol tr:last-child td {
        border-bottom: none;
    }
}

.text {
    font-size: 1.6rem;
    line-height: 1.8;
    margin: 35px 0;
}

@media screen and (max-width: 767px) {
    .text {
        font-size: 1.4rem;
        margin-top: 25px;
        margin-bottom: 25px;
    }
}

.voice {
    margin: 64px 0;
}

@media screen and (max-width: 767px) {
    .voice {
        margin: 40px 0;
    }
}

.voice__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.voice__ttlInner {
    background: #000;
    color: #fff;
    font-size: 2.6rem;
    line-height: 1.5;
    font-weight: bold;
    padding: 10px 40px 6px;
    height: 60px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .voice__ttlInner {
        font-size: 1.6rem;
        padding: 9px 16px 5px;
        height: 40px;
    }
}

.voice__ttlInner::after {
    content: '';
    display: block;
    width: 50px;
    height: 60px;
    position: absolute;
    right: -50px;
    bottom: 0;
    border-top: 30px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 30px solid #000;
    border-left: 25px solid #000;
}

@media screen and (max-width: 767px) {
    .voice__ttlInner::after {
        width: 32px;
        height: 40px;
        border-top-width: 20px;
        border-right-width: 16px;
        border-bottom-width: 20px;
        border-left-width: 16px;
        right: -32px;
    }
}

.voice.-orange .voice__ttlInner {
    background: #f4992c;
}

.voice.-orange .voice__ttlInner::after {
    border-bottom-color: #f4992c;
    border-left-color: #f4992c;
}

.voice.-camBlue .voice__ttlInner {
    background: #0096ff;
}

.voice.-camBlue .voice__ttlInner::after {
    border-bottom-color: #0096ff;
    border-left-color: #0096ff;
}

.voice.-camGreen .voice__ttlInner {
    background: #2ca195;
}

.voice.-camGreen .voice__ttlInner::after {
    border-bottom-color: #2ca195;
    border-left-color: #2ca195;
}

.voice.-black .voice__ttlInner {
    background: #000;
}

.voice.--black .voice__ttlInner::after {
    border-bottom-color: #000;
    border-left-color: #000;
}

.voice__contents {
    border: 3px solid #000;
    padding: 40px 45px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 767px) {
    .voice__contents {
        border-width: 2px;
        padding: 25px 20px 32px;
        display: block;
    }
}

.voice.-orange .voice__contents {
    border-color: #f4992c;
}

.voice.-camBlue .voice__contents {
    border-color: #0096ff;
}

.voice.-camGreen .voice__contents {
    border-color: #2ca195;
}

.voice__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
}

.voice__head {
    font-size: 2.2rem;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 20px;
}

.voice__head span {
    line-height: 1.8
}

@media screen and (max-width: 767px) {
    .voice__head {
        font-size: 1.8rem;
    }
}

.voice.-orange .voice__head {
    color: #f4992c;
}

.voice.-camBlue .voice__head {
    color: #0096ff;
}

.voice.-camGreen .voice__head {
    color: #2ca195;
}

.voice__headInner {
    background: -o-linear-gradient(transparent 70%, #fff100 70%, #fff100 100%, transparent 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fff100), color-stop(100%, #fff100), to(transparent));
    background: linear-gradient(transparent 70%, #fff100 70%, #fff100 100%, transparent 100%);
}

.voice__desc {
    font-size: 1.4rem;
    line-height: 1.8;
    margin: 16px 0;
}

.voice__note {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-top: 16px;
    text-indent: -1em;
    padding-left: 1em;
}

.voice__note::before {
    content: '※';
    display: inline;
}

.voice__pic {
    width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media screen and (max-width: 767px) {
    .voice__pic {
        width: auto;
    }
}

.voice__pic.-left {
    margin-right: 40px;
    width: 260px;
}

@media screen and (max-width: 767px) {
    .voice__pic.-left {
        margin: 0 auto 32px;
    }
}

.voice__pic.-right {
    margin-left: 40px;
    width: 260px;
}

@media screen and (max-width: 767px) {
    .voice__pic.-right {
        margin: 32px auto 0;
    }
}

.voice__picCaption {
    margin-top: 12px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 10px 8px;
    font-size: 1.3rem;
    line-height: 1.5;
}

.voice__picCaption strong {
    font-weight: bold;
    font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
    .voice__picCaption strong {
        font-size: 1.7rem;
    }
}

.voiceAuthor {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    display: block;
    padding: 15px 8px;
    font-size: 1.4rem;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
    .voiceAuthor {
        font-size: 1.3rem;
        padding: 12px 5px;
    }
}

.voiceAuthor strong {
    font-weight: bold;
    font-size: 2rem;
}

@media screen and (max-width: 767px) {
    .voiceAuthor strong {
        font-size: 1.7rem;
    }
}

.voiceList {
    padding: 24px 30px;
    margin-top: 32px;
    background: #eee;
}

@media screen and (max-width: 767px) {
    .voiceList {
        padding: 24px 20px;
    }
}

.voiceList.-camBlue {
    background: #cdebff;
}

.voiceList.-camGreen {
    background: #cfefec;
}

.voiceList__item {
    font-size: 1.4rem;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
}

@media screen and (max-width: 767px) {
    .voiceList__item {
        display: block;
        padding: 0;
        font-size: 1.3rem;
    }
}

.voiceList__item:first-child {
    margin-top: 0;
}

.voiceList__term {
    width: 14em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 767px) {
    .voiceList__term {
        width: auto;
    }
}

.voiceList__term::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: url("/guardian/img/common/dots.png") repeat-x left center/4px 2px;
    position: relative;
    top: 9px;
}

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

.voiceList__termTxt {
    padding: 0 10px 0 18px;
    position: relative;
    white-space: nowrap;
}

.voiceList__termTxt::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 6px;
    background: #000;
}

.voiceList__desc {
    padding-left: 10px;
}

@media screen and (max-width: 767px) {
    .voiceList__desc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-left: 18px;
    }
}

@media screen and (max-width: 767px) {
    .voiceList__desc::before {
        display: none;
        content: '';
        display: block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 15px;
        height: 2px;
        background: url("/guardian/img/common/dots.png") repeat-x left center/4px 2px;
        position: relative;
        top: 9px;
    }
}

@media screen and (max-width: 767px) {
    .voiceList__descTxt {
        margin-left: 10px;
    }
}

.exAverage {
    background: #daeef4;
    padding: 30px 50px 40px;
}

@media screen and (max-width: 767px) {
    .exAverage {
        padding: 25px 20px 30px;
    }
}

.exAverage__ttl {
    color: #0099ce;
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.5;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .exAverage__ttl {
        font-size: 1.8rem;
    }
}

.exAverage__ttlNote {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.8;
    margin-top: 5px;
}

.exAverageList {
    margin-top: 24px;
}

.exAverageList__item {
    padding: 0 30px;
    font-size: 1.4rem;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 4px;
}

@media screen and (max-width: 767px) {
    .exAverageList__item {
        padding: 0;
        font-size: 1.3rem;
    }
}

.exAverageList__item:first-child {
    margin-top: 0;
}

.exAverageList__item.-total {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #000;
}

.exAverageList__term {
    padding-right: 12px;
    white-space: nowrap;
}

.exAverageList__term.-bold {
    font-weight: bold;
}

.exAverageList__dots {
    width: 100%;
    background: url("/guardian/img/common/dots.png") repeat-x left center/4px 2px;
    position: relative;
}

.exAverageList__desc {
    padding-left: 12px;
    white-space: nowrap;
}

.exAverageList__desc.-bold {
    font-weight: bold;
}

.exOutline {
    margin-top: 48px;
    padding: 40px 40px;
    background: #fef0c6;
}

@media screen and (max-width: 767px) {
    .exOutline {
        margin-top: 32px;
        padding: 24px 20px 32px;
        display: block;
    }
}

.exOutline__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -20px;
}

@media screen and (max-width: 767px) {
    .exOutline__column {
        display: block;
        margin: 0;
    }
}

.exOutline__column+.exOutline__column {
    margin-top: 50px;
}

@media screen and (max-width: 767px) {
    .exOutline__column+.exOutline__column {
        margin-top: 32px;
    }
}

.exOutline__columnItem {
    padding: 0 25px;
}

@media screen and (max-width: 767px) {
    .exOutline__columnItem {
        width: auto;
        padding: 0;
        margin-top: 32px;
    }
}

@media screen and (max-width: 767px) {
    .exOutline__columnItem:first-child {
        margin-top: 0;
    }
}

.exOutline__columnItem.-left {
    width: 49%;
}

@media screen and (max-width: 767px) {
    .exOutline__columnItem.-left {
        width: auto;
    }
}

.exOutline__columnItem.-right {
    width: 51%;
}

@media screen and (max-width: 767px) {
    .exOutline__columnItem.-right {
        width: auto;
    }
}

.exOutline__mv {
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media screen and (max-width: 767px) {
    .exOutline__mv {
        width: auto;
        max-width: 260px;
        margin: 0 auto;
    }
}

.exOutlineFig {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .exOutlineFig {
        display: block;
        text-align: center;
    }
}

.exOutlineFig__item.-item2 {
    margin-left: 30px;
}

@media screen and (max-width: 767px) {
    .exOutlineFig__item.-item2 {
        margin: 24px 0 0;
    }
}

.exSupport__ttl {
    font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
    .exSupport__ttl {
        font-size: 1.8rem;
    }
}

.exSupport__ttlNum {
    color: #8fc53e;
    font-size: 3rem;
    font-weight: bold;
    margin-right: 10px;
}

@media screen and (max-width: 767px) {
    .exSupport__ttlNum {
        font-size: 2.4rem;
    }
}

.exSupport__label {
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .exSupport__label {
        margin-top: 15px;
    }
}

.exSupport__labelInner {
    position: relative;
    color: #8fc53e;
    font-size: 1.8rem;
    line-height: 1.5;
    padding: 0 30px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .exSupport__labelInner {
        font-size: 1.6rem;
    }
}

.exSupport__labelInner::before {
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    position: absolute;
    left: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%) skew(30deg);
    -ms-transform: translateY(-50%) skew(30deg);
    transform: translateY(-50%) skew(30deg);
    background: #8fc53e;
}

.exSupport__labelInner::after {
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%) skew(-30deg);
    -ms-transform: translateY(-50%) skew(-30deg);
    transform: translateY(-50%) skew(-30deg);
    background: #8fc53e;
}

.exSupport__desc {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 8px;
}

.exSupportTableCap {
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: bold;
    margin-top: 24px;
}

@media screen and (max-width: 767px) {
    .exSupportTableCap {
        font-size: 1.5rem;
    }
}

.exSupportTableCap__sm {
    font-size: 1.4rem;
    margin-left: 10px;
    font-weight: normal;
}

@media screen and (max-width: 767px) {
    .exSupportTableCap__sm {
        font-size: 1.3rem;
    }
}

.exSupportTable {
    width: 100%;
    margin-top: 12px;
    table-layout: fixed;
}

.exSupportTable tbody th,
.exSupportTable tbody td {
    font-size: 1.6rem;
    padding: 15px;
    vertical-align: middle;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

@media screen and (max-width: 767px) {
    .exSupportTable tbody th,
    .exSupportTable tbody td {
        padding: 8px;
        font-size: 1.2rem;
    }
}

.exSupportTable tbody tr:nth-child(even) td {
    background: #cecece;
}

.exSupportTable tbody th {
    background: #e0efc9;
    font-weight: bold;
    text-align: left;
}

.exSupportTable tbody th.head {
    background: #8fc53e;
    text-align: center;
}

.exSupportTable tbody th.center {
    text-align: center;
}

.exSupportTable tbody td {
    border-bottom: 2px solid #fff;
    background: #e3e3e3;
    text-align: center;
}

.exSupportTable__exam {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .exSupportTable__exam {
        font-size: 1.7rem;
    }
}

.exSupportTable.-sm tbody th {
    padding: 5px 10px;
}

@media screen and (max-width: 767px) {
    .exSupportTable.-sm tbody th {
        padding: 8px;
    }
}

.exSupportTable.-sm tbody td {
    padding: 5px 10px;
}

@media screen and (max-width: 767px) {
    .exSupportTable.-sm tbody td {
        padding: 8px 3px;
        font-size: 1.1rem;
    }
}

.BoardingTable {
    width: 100%;
    margin-top: 12px;
    table-layout: fixed;
    border: solid 2px #fff;
}

.BoardingTable tbody th,
.BoardingTable tbody td {
    font-size: 1.6rem;
    padding: 15px;
    vertical-align: middle;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

@media screen and (max-width: 767px) {
    .BoardingTable tbody th,
    .BoardingTable tbody td {
        padding: 8px;
        font-size: 1.2rem;
    }
}

.BoardingTable tbody th,
.BoardingTable tbody td:nth-of-type(2),
.BoardingTable tbody td:nth-of-type(3) {
    background: #d0e0ff;
}

.BoardingTable tbody th.head,
.BoardingTable tbody td:nth-of-type(4),
.BoardingTable tbody td.bg_green {
    background: #e0efc9;
}

.BoardingTable tbody th.center {
    text-align: center;
}

.BoardingTable tbody td {
    border-bottom: 2px solid #fff;
    background: #e3e3e3;
    text-align: center;
}

.BoardingTable__exam {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .BoardingTable__exam {
        font-size: 1.7rem;
    }
}

.BoardingTable.-sm tbody th {
    padding: 5px 10px;
}

@media screen and (max-width: 767px) {
    .BoardingTable.-sm tbody th {
        padding: 8px;
    }
}

.BoardingTable.-sm tbody td {
    padding: 5px 10px;
}

@media screen and (max-width: 767px) {
    .BoardingTable.-sm tbody td {
        padding: 8px 3px;
        font-size: 1.1rem;
    }
}

.Boarding__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.Boarding__box {
    background: #d0e0ff;
    border-radius: 10px;
    padding: 20px;
    width: 45%;
    text-align: center;
    border: solid 2px #fff;
}

.Boarding__box:last-child {
    background: #e0efc9;
}

.Boarding__box strong {
    font-size: 1.4em;
    margin: 0 5px;
}

.exSystem {
    margin-top: 56px;
}

@media screen and (max-width: 767px) {
    .exSystem {
        margin-top: 24px;
    }
}

.exSystem__item {
    border-bottom: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0;
}

@media screen and (max-width: 767px) {
    .exSystem__item {
        display: block;
        padding: 25px 0;
    }
}

.exSystem__item:last-child {
    border-bottom: 0;
}

.exSystem__header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 35%;
}

@media screen and (max-width: 767px) {
    .exSystem__header {
        width: auto;
    }
}

.exSystem__ttl {
    border: 4px solid #8fc53e;
    background: #f2fbe5;
    color: #8fc53e;
    font-size: 2.2rem;
    line-height: 1.5;
    font-weight: bold;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .exSystem__ttl {
        border-width: 2px;
        font-size: 1.8rem;
        height: 60px;
    }
}

.exSystem__ttlNote {
    font-size: 1.2rem;
    line-height: 1.8;
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 12px;
}

.exSystem__ttlNote::before {
    content: '※';
}

.exSystem__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: 30px;
    padding: 15px 0;
}

@media screen and (max-width: 767px) {
    .exSystem__body {
        margin: 20px 0 0;
        padding: 0;
    }
}

.exSystem__desc {
    font-size: 1.4rem;
    line-height: 1.8;
}

.exSystem__note {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-top: 12px;
}

.exSystemFig {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 32px;
}

@media screen and (max-width: 767px) {
    .exSystemFig {
        display: block;
        text-align: center;
    }
}

.exSystemFig__item.-item2 {
    width: 22%;
    margin-left: 20px;
}

@media screen and (max-width: 767px) {
    .exSystemFig__item.-item2 {
        width: auto;
        max-width: 120px;
        margin: 24px auto 0;
    }
}

.exTuition {
    padding: 30px 50px;
    background: #f2fbe5;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .exTuition {
        padding: 25px 20px;
    }
}

.exTuition__ttl {
    color: #8fc53e;
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.5;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .exTuition__ttl {
        font-size: 1.8rem;
    }
}

.exTuition__example {
    font-weight: normal;
    font-size: 1.4rem;
    margin-left: 10px;
}

@media screen and (max-width: 767px) {
    .exTuition__example {
        font-size: 1.2rem;
    }
}

.exTuition__note {
    padding: 0 30px;
    margin-top: 10px;
}

@media screen and (max-width: 767px) {
    .exTuition__note {
        padding: 0;
    }
}

.exTuition__noteInner {
    display: block;
    font-size: 1.2rem;
    line-height: 1.8;
    text-indent: -1em;
    padding-left: 1em;
}

.exTuition__noteInner::before {
    content: '※';
}

.exTuitionList {
    margin-top: 24px;
}

.exTuitionList__item {
    padding: 0 30px;
    font-size: 1.4rem;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 4px;
}

@media screen and (max-width: 767px) {
    .exTuitionList__item {
        font-size: 1.3rem;
        padding: 0;
    }
}

.exTuitionList__item:first-child {
    margin-top: 0;
}

.exTuitionList__item.-total {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #000;
}

.exTuitionList__term {
    padding-right: 12px;
    white-space: nowrap;
}

.exTuitionList__term.-bold {
    font-weight: bold;
}

.exTuitionList__dots {
    width: 100%;
    background: url("/guardian/img/common/dots.png") repeat-x left 9px/4px 2px;
    position: relative;
}

.exTuitionList__desc {
    padding-left: 12px;
    white-space: nowrap;
}

.exTuitionList__desc.-bold {
    font-weight: bold;
}

.exTuitionMemo {
    margin-top: 16px;
}

.exTuitionMemo__txt {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.8;
}

@media screen and (max-width: 767px) {
    .exTuitionMemo__txt {
        font-size: 1.3rem;
    }
}

.exTuitionBtnWrap {
    position: relative;
    height: 100%;
    padding-top: 50px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .exTuitionBtnWrap {
        padding-top: 0;
    }
}

.exTuitionBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.exTuitionBtn__link {
    display: block;
    min-width: 345px;
    height: 88px;
    padding: 0 45px;
    text-align: center;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: bold;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #8fc53e;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    position: relative;
}

.exTuitionBtn__link:link {
    color: #fff;
}

.exTuitionBtn__link:visited {
    color: #fff;
}

@media screen and (max-width: 767px) {
    .exTuitionBtn__link {
        font-size: 1.4rem;
        height: 50px;
        min-width: 240px;
    }
}

.exTuitionBtn__link:hover {
    opacity: .7;
}

.exTuitionBtn__link::before {
    content: '';
    display: block;
    width: 14px;
    height: 10px;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 5px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #fff;
}

.exTuitionBtn__note {
    font-weight: normal;
    font-size: 1.4rem;
    margin-left: 10px;
}

@media screen and (max-width: 767px) {
    .exTuitionBtn__note {
        font-size: 1.2rem;
    }
}

.exTuitionBtnMemo {
    font-size: 1.2rem;
    line-height: 1.8;
    padding-left: 1em;
    text-indent: -1em;
    position: absolute;
    right: 0;
    bottom: 0;
}

.exTuitionBtnMemo::before {
    content: '※';
}

@media screen and (max-width: 767px) {
    .exTuitionBtnMemo {
        position: relative;
        text-align: right;
        margin-top: 16px;
    }
}

.futEmployment {
    margin-top: 48px;
    padding: 48px 40px;
    background: #fdf2e4;
}

@media screen and (max-width: 767px) {
    .futEmployment {
        margin-top: 32px;
        padding: 24px 20px 32px;
        display: block;
    }
}

.futEmploymentOutline {
    background: #f4992c;
    color: #fff;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .futEmploymentOutline {
        padding: 24px 20px 32px;
        display: block;
    }
}

.futEmploymentOutline__body {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media screen and (max-width: 767px) {
    .futEmploymentOutline__body {
        width: auto;
    }
}

.futEmploymentOutline__desc {
    font-size: 1.4rem;
    line-height: 1.8;
}

.futEmploymentOutline__rate {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .futEmploymentOutline__rate {
        display: block;
        margin: 24px 0 0;
    }
}

.futEmploymentOutline__rateTtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 3.2rem;
    text-align: center;
    line-height: 1.2;
    font-weight: bold;
    letter-spacing: 0.2em;
    width: 165px;
    height: 165px;
    border-radius: 50%;
    border: 1px solid #fff;
}

@media screen and (max-width: 767px) {
    .futEmploymentOutline__rateTtl {
        margin: 0 auto;
        width: 120px;
        height: 120px;
        font-size: 2rem;
    }
}

.futEmploymentOutline__rateBody {
    margin-left: 20px;
}

@media screen and (max-width: 767px) {
    .futEmploymentOutline__rateBody {
        margin: 16px 0 0;
    }
}

.futEmploymentOutline__rateNum {
    text-align: center;
    font-size: 7rem;
    line-height: 1.1;
    font-family: "PT Serif", serif;
}

@media screen and (max-width: 767px) {
    .futEmploymentOutline__rateNum {
        font-size: 4.8rem;
    }
}

.futEmploymentOutline__rateNum strong {
    font-size: 10rem;
    font-weight: normal;
}

@media screen and (max-width: 767px) {
    .futEmploymentOutline__rateNum strong {
        font-size: 7.2rem;
    }
}

.futEmploymentOutline__rateNote {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.5;
}

.futEmploymentPoint {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px -40px 0;
}

@media screen and (max-width: 767px) {
    .futEmploymentPoint {
        display: block;
        margin: 32px 0 0;
    }
}

.futEmploymentPoint__item {
    width: 50%;
    padding: 0 40px;
    margin-top: 64px;
}

@media screen and (min-width: 768px) {
    .futEmploymentPoint__item:nth-child(1),
    .futEmploymentPoint__item:nth-child(2) {
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .futEmploymentPoint__item {
        width: auto;
        padding: 0;
        margin-top: 32px;
    }
    .futEmploymentPoint__item:first-child {
        margin-top: 0;
    }
}

.futEmploymentPoint__item.-wide {
    width: 100%;
}

.futEmploymentPoint__desc {
    font-size: 1.4rem;
    line-height: 1.8;
    margin: 20px 0;
}

.futEmploymentPoint__note {
    font-size: 1.2rem;
    line-height: 1.8;
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 12px;
}

.futEmploymentPoint__note::before {
    content: '※';
}

.futEmploymentData {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .futEmploymentData {
        margin-top: 32px;
    }
}

.futEmploymentData__ttl {
    /* color: #f4992c; */
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.5;
    padding: 10px 15px;
    background: #ffdaab;
    margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
    .futEmploymentData__ttl {
        font-size: 1.6rem;
    }
}

.futEmploymentData__num {
    color: #f4992c;
    text-align: center;
    font-size: 4.8rem;
    line-height: 1.1;
    font-weight: bold;
    font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 767px) {
    .futEmploymentData__num {
        font-size: 2.8rem;
    }
}

.futEmploymentData__num strong {
    font-family: "PT Serif", serif;
    font-size: 7.2rem;
    font-weight: normal;
    margin: 0 5px;
}

@media screen and (max-width: 767px) {
    .futEmploymentData__num strong {
        font-size: 4.8rem;
    }
}

.futEmploymentData__note {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 4px;
}

.futEmploymentData__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -8px;
}

@media screen and (max-width: 767px) {
    .futEmploymentData__column {
        display: block;
    }
}

.futEmploymentData__columnItem {
    width: 50%;
    padding: 0 8px;
}

@media screen and (max-width: 767px) {
    .futEmploymentData__columnItem {
        width: 100%;
        margin-top: 24px;
    }
}

@media screen and (max-width: 767px) {
    .futEmploymentData__columnItem:first-child {
        margin-top: 0;
    }
}

.futEmploymentInternShip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -40px;
}

@media screen and (max-width: 767px) {
    .futEmploymentInternShip {
        display: block;
        margin: 32px 0 0;
    }
}

.futEmploymentInternShip__body {
    width: 50%;
    padding: 0 40px;
}

@media screen and (max-width: 767px) {
    .futEmploymentInternShip__body {
        width: auto;
        padding: 0;
    }
}

.futEmploymentInternShip__pic {
    width: 50%;
    padding: 0 40px;
}

@media screen and (max-width: 767px) {
    .futEmploymentInternShip__pic {
        width: auto;
        padding: 0;
        margin-top: 24px;
    }
}

.futOutline {
    margin-top: 48px;
    padding: 40px;
    background: #fef0c6;
}

@media screen and (max-width: 767px) {
    .futOutline {
        margin-top: 32px;
        padding: 24px 20px 32px;
        display: block;
    }
}

.futOutline__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .futOutline__column {
        display: block;
    }
}

.futOutline__column+.futOutline__column {
    margin-top: 40px;
}

.futOutline__columnItem {
    width: 50%;
    padding: 0 25px;
}

@media screen and (max-width: 767px) {
    .futOutline__columnItem {
        width: auto;
        padding: 0;
        margin-top: 32px;
    }
}

@media screen and (max-width: 767px) {
    .futOutline__columnItem:first-child {
        margin-top: 0;
    }
}

.futOutline__mv {
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media screen and (max-width: 767px) {
    .futOutline__mv {
        width: auto;
        max-width: 260px;
        margin: 0 auto;
    }
}

.futOutline__fig {
    text-align: center;
    margin-top: 32px;
}

.futPass__ttl {
    background: #fffbab;
    padding: 18px 15px;
    color: #f4992c;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
    .futPass__ttl {
        padding: 14px 15px;
        font-size: 1.6rem;
    }
}

.futPass__rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 16px;
}

.futPass__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #f4992c;
    font-size: 1.2rem;
    line-height: 1.5;
    width: 100%;
    padding: 0 10px;
}

@media screen and (max-width: 767px) {
    .futPass__label {
        width: 82.4px;
        height: 56px;
        font-size: 1.8rem;
    }
}

.futPass__num {
    color: #f4992c;
    text-align: center;
    font-size: 5.4rem;
    line-height: 1.2;
    font-family: "PT Serif", serif;
    margin-left: 15px;
}

@media screen and (max-width: 767px) {
    .futPass__num {
        font-size: 3.6rem;
        margin-left: 12px;
    }
}

.futPass__num strong {
    font-size: 7.2rem;
    font-weight: normal;
}

@media screen and (max-width: 767px) {
    .futPass__num strong {
        font-size: 5.6rem;
    }
}

.futPass__national {
    color: #f4992c;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.5;
    border: 1px solid #f4992c;
    padding: 8px 15px;
    margin-top: 12px;
}

@media screen and (max-width: 767px) {
    .futPass__national {
        font-size: 1.5rem;
        padding: 5px 15px;
    }
}

.futPass__badge {
    position: absolute;
    top: 56px;
    right: -12px;
    padding: 10px;
    border-radius: 100%;
    background: #ff0062;
    color: #fff;
    font-size: 12px;
    line-height: 1.3;
}

.futPass__badge::after {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(0, 153, 255, 0);
    border-top-width: 19px;
    border-bottom-width: 19px;
    border-left-width: 7px;
    border-right-width: 7px;
    margin-left: -7px;
    border-top-color: #ff0062;
    top: 69%;
    left: -2%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.futPass__txt {
    font-size: 12px;
}

.futSyukatuTtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .futSyukatuTtl__logo {
        width: 130px;
    }
}

.futSyukatuTtl__txt {
    margin-left: 15px;
    font-size: 3rem;
    line-height: 1.2;
    font-weight: bold;
    margin-left: 15px;
}

@media screen and (max-width: 767px) {
    .futSyukatuTtl__txt {
        margin-left: 10px;
        font-size: 2.2rem;
    }
}

.futVoice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 767px) {
    .futVoice {
        display: block;
    }
}

.futVoice__balloon {
    background: #ffca88;
    width: 32%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .futVoice__balloon {
        width: auto;
        padding: 12px;
    }
}

.futVoice__balloon::after {
    content: '';
    display: block;
    width: 48px;
    height: 36px;
    position: absolute;
    right: -48px;
    top: 30px;
    border-top: 18px solid transparent;
    border-right: 24px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 24px solid #ffca88;
}

@media screen and (max-width: 767px) {
    .futVoice__balloon::after {
        width: 18px;
        height: 24px;
        border-top: 12px solid #ffca88;
        border-right: 9px solid transparent;
        border-bottom: 12px solid transparent;
        border-left: 9px solid transparent;
        top: auto;
        right: auto;
        bottom: -24px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.futVoice__balloonInner {
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.5;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .futVoice__balloonInner {
        font-size: 1.6rem;
    }
}

.futVoice__balloonInner strong {
    font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
    .futVoice__balloonInner strong {
        font-size: 2rem;
    }
}

.futVoice__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

@media screen and (max-width: 767px) {
    .futVoice__body {
        margin: 32px 0 0;
    }
}

.futVoice__body>*:first-child {
    margin-top: 0;
}

.realCase_OG .realCase_graph .realCase_qa {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.realCase_OG .realCase_graph .realCase_qa .realCase_qa_item {
    width: 32%;
}

.realCase_OG .realCase_graph .realCase_voice {
    width: 100%;
}

.realCase_OG .realCase_graph .realCase_voice .realCase_voice__body {
    width: 100%;
}

.realCase {
    background: #ebeee8;
    padding: 20px;
    margin: 20px 0 40px;
    position: relative;
    color: #727171;
}

.realCase::before {
    content: "case";
    position: absolute;
    background: #727171;
    display: inline-block;
    border-radius: 41% 59% 48% 52% / 52% 35% 66% 48%;
    width: 4em;
    height: 4em;
    text-align: center;
    top: -5px;
    left: -20px;
    letter-spacing: 0px;
    font-size: 1.5em;
    color: #Fff;
}

.realCase::after {
    content: "01";
    position: absolute;
    top: 27px;
    left: 7px;
    display: inline-block;
    font-size: 33px;
    color: #fff;
    line-height: normal;
}

.realCase:nth-of-type(3):after {
    content: "02";
}

.realCase:nth-of-type(4):after {
    content: "03";
}

.realCase:nth-of-type(5):after {
    content: "04";
}

.realCase__ttl {
    border-bottom: solid 10px #727171;
    font-size: 1.8em;
    margin: 20px auto 30px;
    padding: 0 20px;
    width: 40%;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .realCase__ttl {
        font-size: 1.3em;
        margin: 10px auto 15px;
        padding: 0 15px;
        width: 100%;
    }
    .realCase::before {
        font-size: 1em;
    }
    .realCase::after {
        font-size: 20px;
        top: 15px;
        left: -5px;
    }
}

.realCase__term {
    font-size: 18px;
    font-weight: bold;
}

.realCase_graph {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
}

.realCase_graph .realCase_qa {
    width: 35%;
    padding: 15px 15px 0 0;
}

.realCase_graph .realCase_voice {
    width: 65%;
}

.realCase_graph .realCase_qa .realCase_q {
    font-weight: bold;
    position: relative;
    padding-left: 2.2em;
    line-height: 1.3;
}

.realCase_graph .realCase_qa .realCase_q::before {
    content: "Q";
    background: #036eb8;
    color: #fff;
    border-radius: 100%;
    display: inline-block;
    width: 2em;
    height: 2em;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    line-height: normal;
}

.realCase_graph .realCase_qa .realCase_a {
    padding: 3em 0;
}

.realCase_voice__contents {
    position: relative;
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.realCase_voice__cap {
    position: absolute;
    left: 50%;
    top: -1em;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-weight: bold;
    font-size: 1.5em;
    white-space: nowrap;
}

.realCase_voice__body {
    width: 70%;
    padding-right: 15px;
}

.realCase_voice__head {
    font-weight: bold;
    font-size: 20px;
}

.realCase_voice__desc {
    margin: 10px 0;
}

.realCase_voiceAuthor {
    border-left: 4px solid #727171;
    padding-left: 15px;
    font-size: 14px;
}

.realCase_voiceAuthor strong {
    font-size: 18px;
    font-weight: bold;
}

.realCase_voice__pic {
    width: 30%;
}

@media screen and (max-width: 767px) {
    .realCase_graph .realCase_qa,
    .realCase_graph .realCase_voice,
    .realCase_voice__body,
    .realCase_voice__pic,
    .realCase_OG .realCase_graph .realCase_qa .realCase_qa_item {
        width: 100%;
    }
    .realCase_voice__head {
        font-size: 17px;
    }
}

.groActionBox {
    height: 100%;
    padding: 24px 52px 50px;
    margin-top: 72px;
    background: #f8e0e7;
}

@media screen and (max-width: 767px) {
    .groActionBox {
        padding: 32px 20px 32px;
        margin-top: 40px;
    }
}

.groActionBox__ttl {
    color: #e64d79;
    text-align: center;
    font-size: 3.6rem;
    line-height: 1.5;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .groActionBox__ttl {
        font-size: 2.2rem;
    }
}

.groActionBox__ttl strong {
    font-size: 5.6rem;
    font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 767px) {
    .groActionBox__ttl strong {
        font-size: 3rem;
    }
}

.groActionBox>*:last-child {
    margin-bottom: 0;
}

.groAction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.groAction__ttl {
    font-size: 2.2rem;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
    .groAction__ttl {
        font-size: 1.8rem;
    }
}

.groAction__ttl strong {
    font-weight: normal;
    font-size: 2.8rem;
    background: -o-linear-gradient(transparent 80%, #fff100 80%, #fff100 100%, transparent 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #fff100), color-stop(100%, #fff100), to(transparent));
    background: linear-gradient(transparent 80%, #fff100 80%, #fff100 100%, transparent 100%);
    margin-right: 12px;
}

@media screen and (max-width: 767px) {
    .groAction__ttl strong {
        font-size: 2.2rem;
    }
}

.groAction__num {
    color: #e64d79;
    font-size: 5.2rem;
    line-height: 1.2;
    font-weight: bold;
    font-family: "Noto Serif JP", serif;
    margin-right: 12px;
}

@media screen and (max-width: 767px) {
    .groAction__num {
        font-size: 3.2rem;
    }
}

.groAction__desc {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 16px;
}

.groAction__note {
    font-size: 1.2rem;
    line-height: 1.8;
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 10px;
}

.groAction__note::before {
    content: '※';
}

.groAction__fig {
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .groAction__fig {
        margin-top: 20px;
    }
}

.groAction__figCaption {
    font-size: 1.4rem;
    padding: 15px 20px;
    color: #fff;
    text-align: center;
    background: #e64d79;
}

@media screen and (max-width: 767px) {
    .groAction__figCaption {
        padding: 12px 15px;
    }
}

.groCampus {
    margin-top: 48px;
}

@media screen and (max-width: 767px) {
    .groCampus {
        margin-top: 32px;
    }
}

.groCampus__ttl {
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 3.6rem;
    line-height: 1.5;
    font-weight: bold;
    padding: 18px 15px;
    margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
    .groCampus__ttl {
        padding: 15px;
        font-size: 2.2rem;
    }
}

.groCampus__ttl.-camBlue {
    background: #0096ff;
}

.groCampus__ttl.-camGreen {
    background: #2ca195;
}

.groCampus__body {
    padding: 48px 40px 0;
}

@media screen and (max-width: 767px) {
    .groCampus__body {
        padding: 32px 10px 0;
    }
}

.groCampus__head {
    color: #000;
    font-size: 2.2rem;
    line-height: 1.5;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .groCampus__head {
        font-size: 1.8rem;
    }
}

.groCampus__head.-camBlue {
    color: #0096ff;
}

.groCampus__head.-camGreen {
    color: #2ca195;
}

.groCampus__desc {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 24px;
}

@media screen and (max-width: 767px) {
    .groCampus__desc {
        margin-top: 16px;
    }
}

.groCampusPic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 767px) {
    .groCampusPic {
        display: block;
    }
}

.groCampusPic__item {
    width: 66.1%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 8px;
}

@media screen and (max-width: 767px) {
    .groCampusPic__item {
        width: auto;
        margin: 0 -3px;
    }
}

.groCampusPic__item.-sm {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

@media screen and (max-width: 767px) {
    .groCampusPic__item.-sm {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 6px;
    }
}

@media screen and (max-width: 767px) {
    .groCampusPic__img {
        padding: 0 3px;
    }
}

.groCampusPic__img+.groCampusPic__img {
    margin-top: 8px;
}

@media screen and (max-width: 767px) {
    .groCampusPic__img+.groCampusPic__img {
        margin-top: 0;
    }
}

.groCampusFaculty {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.groCampusFaculty__item {
    font-size: 1.8rem;
    line-height: 1.5;
    padding-left: 20px;
    position: relative;
    margin: 8px 24px 0 0;
}

@media screen and (max-width: 767px) {
    .groCampusFaculty__item {
        font-size: 1.6rem;
    }
}

.groCampusFaculty__item::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 9px;
    background: #000;
}

.groCampusFaculty__item.-skyBlue::before {
    background: #60b0e3;
}

.groCampusFaculty__item.-green::before {
    background: #a2c84d;
}

.groCampusFaculty__item.-red::before {
    background: #d8663f;
}

.groCampusFaculty__item.-blue::before {
    background: #3a6fdb;
}

.groCampusFaculty__item.-perple::before {
    background: #ca8acd;
}

.groCampusFaculty__item.-orange::before {
    background: #ff2a00;
}

.groCampusFaculty__item.-orangeYellow::before {
    background: #eeae49;
}

.groCampusFaculty__item.-yellow::before {
    background: #ffd800;
}

.groCampusFaculty__item.-pink::before {
    background: #ff8bb7;
}

.groMessage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .groMessage {
        display: block;
        margin: 0;
    }
}

.groMessage__header {
    width: 45%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 20px;
}

@media screen and (max-width: 767px) {
    .groMessage__header {
        width: auto;
        max-width: 260px;
        padding: 0;
        margin: 0 auto 32px;
    }
}

.groMessage__body {
    width: 55%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 20px;
}

@media screen and (max-width: 767px) {
    .groMessage__body {
        width: auto;
        padding: 0;
    }
}

.groMessage__bodyTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .groMessage__bodyTop {
        display: block;
    }
}

.groMessage__pic {
    width: 40%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media screen and (max-width: 767px) {
    .groMessage__pic {
        width: 260px;
        margin: 0 auto;
    }
}

.groMessage__lead {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: bold;
    font-family: "Noto Serif JP", serif;
    margin-left: 32px;
}

@media screen and (max-width: 767px) {
    .groMessage__lead {
        font-size: 1.8rem;
        margin: 24px 0 0;
    }
}

.groOutline {
    padding: 48px 40px;
    margin-top: 40px;
    background: #fef0c6;
}

@media screen and (max-width: 767px) {
    .groOutline {
        padding: 32px 20px;
    }
}

.groOutline>*:first-child {
    margin-top: 0;
}

.groOutline>*:last-child {
    margin-bottom: 0;
}

.groPoint {
    background: #f8e0e7;
    padding: 48px 40px;
}

@media screen and (max-width: 767px) {
    .groPoint {
        padding: 32px 20px;
    }
}

.groPoint__ttl {
    color: #e64d79;
    text-align: center;
    font-size: 3.6rem;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
    .groPoint__ttl {
        font-size: 2.2rem;
        margin-bottom: 24px;
    }
}

.groPoint__ttlSub {
    font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
    .groPoint__ttlSub {
        font-size: 1.6rem;
    }
}

.groPoint__desc {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 16px;
}

.groPointColumn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 767px) {
    .groPointColumn {
        display: block;
    }
}

.groPointColumn__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.groPointColumn__fig {
    text-align: center;
    width: 40%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 30px;
}

@media screen and (max-width: 767px) {
    .groPointColumn__fig {
        margin: 32px 0 0;
        width: auto;
    }
}

.groProfile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 48px 0 0;
    padding: 24px 15px;
    border-top: 1px solid #0099ce;
    border-bottom: 1px solid #0099ce;
}

@media screen and (max-width: 767px) {
    .groProfile {
        display: block;
        margin: 24px 0 0;
        padding: 20px 10px;
    }
}

.groProfile__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: 32px;
}

@media screen and (max-width: 767px) {
    .groProfile__body {
        margin: 16px 0 0;
    }
}

.groProfile__label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px;
}

.groProfile__label::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #a6a6a6;
}

.groProfile__labelInner {
    color: #a6a6a6;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: bold;
    margin-right: 10px;
}

.groProfile__desc {
    font-size: 1.3rem;
    line-height: 1.8;
}

.groProfileHeader {
    width: 40%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .groProfileHeader {
        width: auto;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.groProfileHeader__job {
    color: #0099ce;
    font-size: 1.4rem;
    line-height: 1.5;
}

.groProfileHeader__name {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 4px;
}

.groProfileHeader__name strong {
    font-size: 2rem;
    font-weight: bold;
}

.groProfileHeader__logo {
    width: 52px;
    margin-left: 20px;
}

@media screen and (max-width: 767px) {
    .groProfileHeader__logo {
        width: 45px;
    }
}

.groWindow {
    margin: 32px -20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .groWindow {
        margin: 16px 0 0;
        display: block;
    }
}

.groWindow__item {
    width: 33%;
    padding: 0 20px;
}

@media screen and (max-width: 767px) {
    .groWindow__item {
        width: auto;
        padding: 0;
    }
}

.groWindow__contents {
    background: #fff;
    padding: 10px 15px;
    border: solid 2px #ec7379;
    margin: 10px 0;
    text-align: center;
}

.groWindow__term {
    color: #e64d79;
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .groWindow__term {
        font-size: 1.5rem;
    }
}

.groWindow__desc {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 8px;
}

.lifeData {
    padding: 40px 50px;
    background: #e7c1f0;
    margin-top: 48px;
}

@media screen and (max-width: 767px) {
    .lifeData {
        padding: 20px;
        margin-top: 32px;
    }
}

.lifeData__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -25px;
}

@media screen and (max-width: 767px) {
    .lifeData__inner {
        margin: 0;
        display: block;
    }
}

.lifeData__item {
    width: 50%;
    padding: 0 25px;
    margin-top: 50px;
}

@media screen and (max-width: 767px) {
    .lifeData__item {
        width: auto;
        padding: 0;
        margin-top: 20px;
    }
}

@media screen and (min-width: 768px) {
    .lifeData__item:nth-child(1),
    .lifeData__item:nth-child(2) {
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .lifeData__item:first-child {
        margin-top: 0;
    }
}

.lifeIntro {
    background: #eee;
    border-radius: 10px;
    padding: 60px 70px;
    height: 100%;
    min-height: 720px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .lifeIntro {
        min-height: 0;
        padding: 45px 25px;
    }
}

.lifeIntro.-yellow {
    background: #fac87f;
}

.lifeIntro.-orange {
    background: #f6b176;
}

.lifeIntro.-green {
    background: #abcd7d;
}

.lifeIntro__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lifeIntro__letter {
    color: #000;
    font-size: 5.4rem;
    line-height: 1;
    font-weight: bold;
    width: 90px;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    margin-left: 8px;
}

@media screen and (max-width: 767px) {
    .lifeIntro__letter {
        font-size: 3.4rem;
        width: 56px;
        height: 56px;
        margin-left: 5px;
    }
}

.lifeIntro__letter:first-child {
    margin-left: 0;
}

.lifeIntro.-yellow .lifeIntro__letter {
    color: #f5a21d;
}

.lifeIntro.-orange .lifeIntro__letter {
    color: #ee781e;
}

.lifeIntro.-green .lifeIntro__letter {
    color: #6ead18;
}

.lifeIntro__note {
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.5;
    margin-top: 16px;
}

@media screen and (max-width: 767px) {
    .lifeIntro__note {
        font-size: 1.4rem;
    }
}

.lifeIntro__illust {
    text-align: center;
    margin: 24px auto 0;
}

@media screen and (max-width: 767px) {
    .lifeIntro__illust.-illust1 {
        width: 150px;
    }
}

@media screen and (max-width: 767px) {
    .lifeIntro__illust.-illust2 {
        width: 150px;
    }
}

@media screen and (max-width: 767px) {
    .lifeIntro__illust.-illust3 {
        width: 175px;
    }
}

.lifeIntro__desc {
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.8;
    margin-top: 48px;
}

@media screen and (max-width: 767px) {
    .lifeIntro__desc {
        font-size: 1.5rem;
        margin-top: 32px;
    }
}

.lifeQuestion {
    background: #fff;
    padding: 40px 30px 40px;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .lifeQuestion {
        padding: 25px 20px;
    }
}

.lifeQuestion__graph {
    margin-top: 32px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .lifeQuestion__graph {
        margin-top: 24px;
    }
}

.lifeQuestion__note {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: 20px;
    text-indent: -1em;
    padding-left: 1em;
}

.lifeQuestion__note::before {
    content: '※';
    position: relative;
}

.lifeQuestionHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.lifeQuestion.-yellow .lifeQuestionHeader {
    color: #f5a21d;
}

.lifeQuestion.-orange .lifeQuestionHeader {
    color: #ee781e;
}

.lifeQuestion.-green .lifeQuestionHeader {
    color: #6ead18;
}

.lifeQuestionHeader::before {
    content: 'Q';
    display: block;
    font-size: 7.2rem;
    line-height: 1;
    font-weight: bold;
    position: relative;
    left: 0;
    top: -3px;
}

@media screen and (max-width: 767px) {
    .lifeQuestionHeader::before {
        font-size: 3.6rem;
    }
}

.lifeQuestionHeader__body {
    margin-left: 15px;
}

@media screen and (max-width: 767px) {
    .lifeQuestionHeader__body {
        margin-left: 10px;
    }
}

.lifeQuestionHeader__ttl {
    font-size: 3.2rem;
    line-height: 1.3;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .lifeQuestionHeader__ttl {
        font-size: 2rem;
    }
}

.lifeQuestionHeader__ttl.-sm {
    font-size: 2.7rem;
}

@media screen and (max-width: 767px) {
    .lifeQuestionHeader__ttl.-sm {
        font-size: 2rem;
    }
}

.lifeQuestionHeader__note {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    margin-top: 12px;
}

@media screen and (max-width: 767px) {
    .lifeQuestionHeader__note {
        font-size: 1.5rem;
        margin-top: 8px;
    }
}

.lifeQuestionAnswer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 24px;
}

.lifeQuestionAnswer__head {
    background: #ddd;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 12px;
}

@media screen and (max-width: 767px) {
    .lifeQuestionAnswer__head {
        font-size: 1.5rem;
        padding: 25px 8px;
    }
}

.lifeQuestionAnswer__head.-yellow {
    background: #f5a21d;
}

.lifeQuestionAnswer__head.-orange {
    background: #ee791f;
}

.lifeQuestionAnswer__head.-green {
    background: #6ead18;
}

.lifeQuestionAnswer__list {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-left: 20px;
}

@media screen and (max-width: 767px) {
    .lifeQuestionAnswer__list {
        margin-left: 12px;
    }
}

.lifeQuestionAnswer__item {
    font-size: 1.4rem;
    line-height: 1.5;
    padding-left: 16px;
    position: relative;
    margin-top: 8px;
}

@media screen and (max-width: 767px) {
    .lifeQuestionAnswer__item {
        font-size: 1.2rem;
    }
}

.lifeQuestionAnswer__item:first-child {
    margin-top: 0;
}

.lifeQuestionAnswer__item::before {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 6px;
    background: #000;
}

.lifeQuestionAnswer__list.-yellow .lifeQuestionAnswer__item::before {
    background: #f5a21d;
}

.lifeQuestionAnswer__list.-orange .lifeQuestionAnswer__item::before {
    background: #ee791f;
}

.lifeQuestionAnswer__list.-green .lifeQuestionAnswer__item::before {
    background: #6ead18;
}

.selDepartment {
    margin-top: 8px;
}

.selDepartment__item {
    font-size: 1.6rem;
    line-height: 1.5;
    padding-left: 20px;
    position: relative;
    margin-top: 3px;
}

@media screen and (max-width: 767px) {
    .selDepartment__item {
        font-size: 1.4rem;
    }
}

.selDepartment__item:first-child {
    margin-top: 0;
}

.selDepartment__item::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 8px;
    background: #000;
}

.selDepartment.-skyBlue .selDepartment__item::before {
    background: #60b0e3;
}

.selDepartment.-green .selDepartment__item::before {
    background: #a2c84d;
}

.selDepartment.-red .selDepartment__item::before {
    background: #d8663f;
}

.selDepartment.-blue .selDepartment__item::before {
    background: #3a6fdb;
}

.selDepartment.-perple .selDepartment__item::before {
    background: #ca8acd;
}

.selDepartment.-orange .selDepartment__item::before {
    background: #ff2a00;
}

.selDepartment.-orangeYellow .selDepartment__item::before {
    background: #eeae49;
}

.selDepartment.-yellow .selDepartment__item::before {
    background: #ffd800;
}

.selDepartment.-pink .selDepartment__item::before {
    background: #ff8bb7;
}

.selDepartment__link {
    margin-left: 32px;
    color: #0031bd;
    font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
    .selDepartment__link {
        margin-left: 24px;
        font-size: 1.2rem;
    }
}

.selDepartment__link.-marginNone {
    margin-left: 0;
}

.selDepartmentNote {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: 5px;
}

.selFaculty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.selFaculty__ttl {
    width: 37%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 20px;
}

.selFaculty__ttl.-skyBlue {
    background: #d0e7f8;
}

.selFaculty__ttl.-green {
    background: #ebf3d9;
}

.selFaculty__ttl.-red {
    background: #f5e1d9;
}

.selFaculty__ttl.-blue {
    background: #e0e2f2;
}

.selFaculty__ttl.-perple {
    background: #f0dcf1;
}

.selFaculty__ttl.-orange {
    background: #fedfd2;
}

.selFaculty__ttl.-orangeYellow {
    background: #fbe8cd;
}

.selFaculty__ttl.-yellow {
    background: #fbe8cd;
}

.selFaculty__ttl.-pink {
    background: #ffdae5;
}

.selFaculty__ttlTxt {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .selFaculty__ttlTxt {
        font-size: 1.5rem;
    }
}

.selFaculty__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 12px 20px;
}

.selFaculty__desc {
    font-size: 1.4rem;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
    .selFaculty__desc {
        font-size: 1.2rem;
    }
}

.selInterest {
    padding: 0 10px;
}

.selInterest__item {
    color: #ec6a4a;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: bold;
    margin-top: 5px;
    position: relative;
    padding-left: 20px;
}

@media screen and (max-width: 767px) {
    .selInterest__item {
        font-size: 1.2rem;
    }
}

.selInterest__item:first-child {
    margin-top: 0;
}

.selInterest__item::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 4px;
    background: #ec6a4a;
}

.selOutline {
    margin-top: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px;
    background: #fef0c6;
}

@media screen and (max-width: 767px) {
    .selOutline {
        margin-top: 32px;
        padding: 24px 20px 32px;
        display: block;
    }
}

.selOutline__mv {
    width: 46%;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media screen and (max-width: 767px) {
    .selOutline__mv {
        width: auto;
        max-width: 260px;
        margin: 0 auto;
    }
}

.selOutline__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: 40px;
}

@media screen and (max-width: 767px) {
    .selOutline__body {
        margin: 32px 0 0;
    }
}

.selOutline__lead {
    color: #0099ce;
    font-size: 2.2rem;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
    .selOutline__lead {
        font-size: 1.8rem;
        margin-bottom: 24px;
    }
}

.selOutline__desc {
    font-size: 1.4rem;
    line-height: 1.8;
}

.selOutlinePoint {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 64px;
}

@media screen and (max-width: 767px) {
    .selOutlinePoint {
        margin-top: 32px;
        display: block;
    }
}

.selOutlinePoint__illust {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 42%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 15px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .selOutlinePoint__illust {
        width: auto;
        max-width: 200px;
        margin: 0 auto;
    }
}

.selOutlinePoint__list {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border-top: 1px solid #0099ce;
}

@media screen and (max-width: 767px) {
    .selOutlinePoint__list {
        margin-top: 24px;
    }
}

.selOutlinePoint__listItem {
    border-bottom: 1px solid #0099ce;
    padding: 10px;
    color: #0099ce;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .selOutlinePoint__listItem {
        font-size: 1.4rem;
    }
}

.selOutlinePoint__listNum {
    font-size: 2rem;
    margin-right: 10px;
}

@media screen and (max-width: 767px) {
    .selOutlinePoint__listNum {
        font-size: 1.8rem;
    }
}

.selSubject {
    margin-top: 72px;
}

@media screen and (max-width: 767px) {
    .selSubject {
        margin-top: 32px;
    }
}

.selSubject__ttl {
    color: #e94731;
    font-size: 2.8rem;
    line-height: 1.5;
    font-weight: bold;
    border-bottom: 1px solid #e94731;
    padding-bottom: 4px;
}

@media screen and (max-width: 767px) {
    .selSubject__ttl {
        font-size: 2rem;
    }
}

.selSubjectFigure {
    margin-top: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .selSubjectFigure {
        margin-top: 24px;
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .selSubjectFigure__item {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .selSubjectFigure__item.-item1 img {
        width: 240px;
    }
}

.selSubjectFigure__item.-item2 {
    position: relative;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .selSubjectFigure__item.-item2 {
        margin: 40px 0;
    }
}

.selSubjectFigure__item.-item2::before {
    content: '';
    display: block;
    background: url("../img/selection/index_subject_fiugre_4.png") no-repeat;
    background-size: contain;
    width: 40px;
    height: 75%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: -45px;
    top: 50%;
}

@media screen and (max-width: 767px) {
    .selSubjectFigure__item.-item2::before {
        width: 24px;
        height: 40px;
        left: 50%;
        top: -30px;
        -webkit-transform: translate(-50%, 0px) rotate(90deg);
        -ms-transform: translate(-50%, 0px) rotate(90deg);
        transform: translate(-50%, 0px) rotate(90deg);
    }
}

.selSubjectFigure__item.-item2::after {
    content: '';
    display: block;
    background: url("../img/selection/index_subject_fiugre_5.png") no-repeat;
    background-size: contain;
    width: 40px;
    height: 75%;
    position: absolute;
    right: -55px;
    top: 13%;
}

@media screen and (max-width: 767px) {
    .selSubjectFigure__item.-item2::after {
        width: 24px;
        height: 40px;
        right: 50%;
        top: auto;
        bottom: -30px;
        -webkit-transform: translate(50%, 0px) rotate(90deg);
        -ms-transform: translate(50%, 0px) rotate(90deg);
        transform: translate(50%, 0px) rotate(-90deg);
    }
}

@media screen and (max-width: 767px) {
    .selSubjectFigure__item.-item2 img {
        width: 100%;
        max-width: 320px;
    }
}

@media screen and (max-width: 767px) {
    .selSubjectFigure__item.-item3 img {
        width: 240px;
    }
}

.selSubjectFigure__item {
    width: 30%;
}

.selSubjectFigure__item.-item1 {
    padding: 0 23px;
}

.selSubjectFigure__item.-item3 {
    padding: 0 23px;
}

@media screen and (max-width: 767px) {
    .selSubjectFigure__item {
        width: 100%;
    }
    .selSubjectFigure__item img {
        max-width: 320px;
    }
}

.selTable {
    width: 100%;
    height: 100%;
    margin: 60px 0 20px;
    background: #fff;
}

@media screen and (max-width: 767px) {
    .selTable {
        margin: 25px 0;
    }
}

.selTable thead th {
    background: #ec6a4a;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: bold;
    padding: 8px 20px;
    border-right: 3px solid #fff;
}

.selTable thead th:last-child {
    border-right: 0;
}

@media screen and (max-width: 767px) {
    .selTable thead th {
        font-size: 1.6rem;
    }
}

.selTable tbody th,
.selTable tbody td {
    padding: 12px 0;
    vertical-align: middle;
    font-size: 1.6rem;
    line-height: 1.5;
    border-bottom: 1px solid #000;
}

@media screen and (max-width: 767px) {
    .selTable tbody th,
    .selTable tbody td {
        font-size: 1.4rem;
    }
}

.selTable tbody th {
    font-weight: bold;
    color: #000;
    text-align: left;
}

.selTable tbody tr:last-child th {
    border-bottom: 1px solid #ddd;
}

.selTable tbody td {
    height: 100%;
}

.selTable__campus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    background: #eee;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: bold;
    padding: 16px 12px;
}

@media screen and (max-width: 767px) {
    .selTable__campus {
        font-size: 1.4rem;
    }
}

.selTable__campus.-blue {
    color: #21ade5;
    background: #d0e7f8;
}

.selTable__campus.-green {
    color: #368672;
    background: #cce8e1;
}

.supFaculty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 16px;
}

.supFaculty__item {
    font-size: 1.4rem;
    line-height: 1.5;
    position: relative;
    padding-left: 15px;
    margin: 0 15px 4px 0;
}

@media screen and (max-width: 767px) {
    .supFaculty__item {
        font-size: 1.3rem;
    }
}

.supFaculty__item::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 6px;
    background: #000;
}

.supOutline {
    margin-top: 48px;
    padding: 40px 40px 60px;
    background: #fef0c6;
}

@media screen and (max-width: 767px) {
    .supOutline {
        margin-top: 32px;
        padding: 24px 20px 32px;
        display: block;
    }
}

.supOutline__intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .supOutline__intro {
        display: block;
    }
}

.supOutline__mv {
    width: 24%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .supOutline__mv {
        width: auto;
        max-width: 260px;
        margin: 0 auto;
    }
}

.supOutline__introBody {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: 40px;
}

@media screen and (max-width: 767px) {
    .supOutline__introBody {
        margin: 32px 0 0;
    }
}

.supPoint__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    font-size: 1.4rem;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
    .supPoint__item {
        font-size: 1.3rem;
    }
}

.supPoint__num {
    font-weight: bold;
    width: 5.2em;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.supSchedule {
    margin-top: 48px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .supSchedule {
        overflow-x: auto;
    }
}

@media screen and (max-width: 767px) {
    .supSchedule__inner {
        width: 800px;
    }
}

@media screen and (max-width: 767px) {
    .supSchedule {
        margin-top: 32px;
    }
}

.supTable {
    width: 100%;
    margin: 48px 0 24px;
    table-layout: fixed;
}

@media screen and (max-width: 767px) {
    .supTable {
        margin: 25px 0;
    }
}

@media screen and (max-width: 767px) {
    .supTable tr,
    .supTable th,
    .supTable td,
    .supTable thead,
    .supTable tbody,
    .supTable tfoot {
        display: block;
        width: 100%;
    }
}

.supTable tbody th,
.supTable tbody td {
    width: 50%;
    padding: 24px 40px 24px;
    vertical-align: middle;
    background: #83abf4;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .supTable tbody th,
    .supTable tbody td {
        width: auto;
        padding: 20px;
    }
}

.supTable tbody tr:nth-child(even) th,
.supTable tbody tr:nth-child(even) td {
    background: #c1dfff;
}

.supTable tbody th {
    vertical-align: middle;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
}

@media screen and (max-width: 767px) {
    .supTable tbody th {
        border-right: 0;
        border-bottom-width: 2px;
        margin-top: 12px;
    }
}

.supTable tbody td {
    vertical-align: top;
    border-bottom: 4px solid #fff;
}

@media screen and (max-width: 767px) {
    .supTable tbody td {
        border-bottom: 0;
    }
}

.supTable__exam {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .supTable__exam {
        font-size: 1.7rem;
    }
}

.top__ttl {
    font-size: 2.5em;
    border-bottom: #000 solid 1px;
    padding-left: 20px;
}

.top__ttl_desc {
    padding: 2em;
}

.top_box {
    border: solid 10px #000;
    padding: 20px;
    margin-bottom: 2em;
}

.top_box h3 {
    display: inline-block;
    border-bottom: solid 10px #000;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 1em;
}

.top_box.-campus {
    border-color: #ccffcc;
}

.top_box.-campus h3 {
    border-color: #ccffcc;
}

.top_box.-facility {
    border-color: #ffcc99;
}

.top_box.-facility h3 {
    border-color: #ffcc99;
}

.top_box.-learning {
    border-color: #ffcccc;
}

.top_box.-learning h3 {
    border-color: #ffcccc;
}

.top_box_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top_box_inner .top_box_cont {
    width: 46%;
    position: relative;
}

.top_box_inner .top_box_cont:first-of-type .top__pic::after {
    content: "";
    display: inline-block;
    width: 56px;
    height: 151px;
    background: url("../img/top/arrow.jpg") no-repeat;
    position: absolute;
    right: -75px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.top_box_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.3;
    height: 48px;
}

.top_box_head span {
    padding: 10px 20px;
    background: #eee;
    margin-right: 10px;
}

.top_box_head.-after span {
    background: #65a2ff;
}

.top__pic {
    margin-bottom: 20px;
    position: relative;
}

.top__head {
    font-size: 2.2rem;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.3;
}

.top__og {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top__og_box {
    width: 48%;
    border-radius: 15px;
    background: #fff3ba;
    padding: 2em;
}

.top__og_inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top__og_inner .top__og_data {
    width: 50%;
}

.top__og_inner .top__pic {
    width: 50%;
}

.top__og_data h3 {
    margin-top: 15px;
    line-height: 1.6;
}

.top__og_data h3 span {
    font-size: 1.7em;
    font-weight: bold;
}

.top__og_data h3 small {
    font-size: 70%;
    display: block;
}

.top__og_text h4 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 1em 0;
}

@media screen and (max-width: 767px) {
    .top__ttl {
        font-size: 1.4em;
    }
    .top_box_inner .top_box_cont,
    .top__og_box {
        width: 100%;
    }
    .top_box_inner .top_box_cont:first-of-type .top__pic::after {
        content: none;
    }
    /*右矢印消す*/
    .top_box_cont {
        position: relative;
    }
    .top_box_cont:first-of-type {
        padding-bottom: 70px;
    }
    .top_box_cont:first-of-type::after {
        content: "";
        display: inline-block;
        width: 56px;
        height: 151px;
        background: url(../img/top/arrow.jpg) no-repeat;
        position: absolute;
        left: 50%;
        bottom: -30px;
        -webkit-transform: translate(-50%, 0%) rotate(90deg);
        -ms-transform: translate(-50%, 0%) rotate(90deg);
        transform: translate(-50%, 0%) rotate(90deg);
    }
    /*下矢印追加*/
    .top__og_box {
        margin-bottom: 20px;
    }
    .top__og_inner {
        position: relative;
    }
    .top__og_inner .top__og_data {
        width: 100%;
    }
    .top__og_inner .top__pic {
        position: absolute;
        top: 0;
        right: 0;
        width: 44%;
    }
}

.topHero__ttl {
    text-align: center;
}

.topLife {
    max-width: 600px;
    margin: 48px auto 0;
    border: 10px solid #dac1f0;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

@media screen and (max-width: 767px) {
    .topLife {
        border-width: 8px;
        display: block;
        margin-top: 32px;
    }
}

.topLife:hover {
    opacity: .7;
}

.topLife__ico {
    width: 137px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media screen and (max-width: 767px) {
    .topLife__ico {
        margin: 0 auto;
        width: 90px;
    }
}

.topLife__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: 24px;
}

@media screen and (max-width: 767px) {
    .topLife__body {
        margin: 16px 0 0;
    }
}

.topLife__ttl {
    max-width: 240px;
    margin: 0 auto;
}

.topLife__desc {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-top: 16px;
    color: #000;
}

@media screen and (max-width: 767px) {
    .topLife__desc {
        font-size: 1.2rem;
    }
}

.topQuestion {
    margin: 48px -10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .topQuestion {
        display: block;
        margin: 40px 0 0;
    }
}

.topQuestion__content {
    width: 50%;
    padding: 0 10px;
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .topQuestion__content {
        width: auto;
        padding: 0;
        margin-top: 15px;
    }
}

.topQuestionOutline {
    padding: 80px 30px 0;
}

@media screen and (max-width: 767px) {
    .topQuestionOutline {
        padding: 0;
        margin-bottom: 32px;
    }
}

.topQuestionOutline__ttl {
    text-align: center;
    margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
    .topQuestionOutline__ttl {
        max-width: 260px;
        margin: 0 auto 32px;
    }
}

.topQuestionOutline__desc {
    font-size: 1.6rem;
    line-height: 1.8;
}

@media screen and (max-width: 767px) {
    .topQuestionOutline__desc {
        font-size: 1.4rem;
    }
}

.topQuestionOutline__note {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-top: 32px;
}

@media screen and (max-width: 767px) {
    .topQuestionOutline__note {
        margin-top: 24px;
    }
}

.topQuestionData {
    border: 5px solid #ddd;
    padding: 30px 30px 24px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 767px) {
    .topQuestionData {
        border-width: 4px;
        padding: 24px 15px 24px;
    }
}

.topQuestionData.-red {
    border-color: #ffc7be;
}

.topQuestionData.-orange {
    border-color: #ffd19f;
}

.topQuestionData.-green {
    border-color: #bce59d;
}

.topQuestionData.-pink {
    border-color: #ffbfcd;
}

.topQuestionData.-blue {
    border-color: #99c7ff;
}

.topQuestionData__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.topQuestionData__question {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: bold;
    position: relative;
    padding: 17px 0 10px 48px;
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .topQuestionData__question {
        font-size: 1.6rem;
        padding: 12px 0 5px 40px;
    }
}

.topQuestionData__question::before {
    content: 'Q.';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 3.6rem;
}

@media screen and (max-width: 767px) {
    .topQuestionData__question::before {
        font-size: 2.8rem;
    }
}

.topQuestionData__head {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: bold;
    position: relative;
    padding-left: 22px;
    margin: 20px 0 8px;
}

.topQuestionData__head::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 5px;
    background: #000;
}

.topQuestionData.-red .topQuestionData__head {
    color: #e94731;
}

.topQuestionData.-red .topQuestionData__head::before {
    background: #e94731;
}

.topQuestionData.-orange .topQuestionData__head {
    color: #f4992c;
}

.topQuestionData.-orange .topQuestionData__head::before {
    background: #f4992c;
}

.topQuestionData.-green .topQuestionData__head {
    color: #8fc53e;
}

.topQuestionData.-green .topQuestionData__head::before {
    background: #8fc53e;
}

.topQuestionData.-pink .topQuestionData__head {
    color: #e64d79;
}

.topQuestionData.-pink .topQuestionData__head::before {
    background: #e64d79;
}

.topQuestionData.-blue .topQuestionData__head {
    color: #007fc7;
}

.topQuestionData.-blue .topQuestionData__head::before {
    background: #007fc7;
}

.topQuestionData__head.-black {
    color: #000 !important;
}

.topQuestionData__head.-black::before {
    background: #d6d6d6 !important;
}

.topQuestionDataList {
    margin: 8px 0;
}

.topQuestionDataList__item {
    font-size: 1.3rem;
    line-height: 1.8;
    position: relative;
    padding-left: 12px;
    margin-top: 4px;
}

.topQuestionDataList__item:first-child {
    margin-top: 0;
}

.topQuestionDataList__item::before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
    background: #000;
}

.topQuestionDataHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.topQuestionDataHeader__ico {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .topQuestionDataHeader__ico {
        width: 50px;
    }
}

@media screen and (max-width: 767px) {
    .topQuestionDataHeader__ico img {
        max-height: 50px;
    }
}

.topQuestionDataHeader__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: 20px;
}

@media screen and (max-width: 767px) {
    .topQuestionDataHeader__body {
        margin-left: 15px;
    }
}

.topQuestionDataHeader__ttl {
    color: #000;
    font-size: 3.4rem;
    line-height: 1.3;
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .topQuestionDataHeader__ttl {
        font-size: 2.2rem;
    }
}

.topQuestionData.-red .topQuestionDataHeader__ttl {
    color: #e94731;
}

.topQuestionData.-orange .topQuestionDataHeader__ttl {
    color: #f4992c;
}

.topQuestionData.-green .topQuestionDataHeader__ttl {
    color: #8fc53e;
}

.topQuestionData.-pink .topQuestionDataHeader__ttl {
    color: #e64d79;
}

.topQuestionData.-blue .topQuestionDataHeader__ttl {
    color: #007fc7;
}

.topQuestionDataHeader__graph {
    margin-top: 8px;
}

@media screen and (max-width: 767px) {
    .topQuestionDataHeader__graph {
        margin-top: 2px;
    }
}

.topQuestionDataPoint {
    margin-top: 24px;
}

.topQuestionDataPoint__ttl {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 8px;
}

.topQuestionData.-red .topQuestionDataPoint__ttl {
    color: #e94731;
}

.topQuestionData.-orange .topQuestionDataPoint__ttl {
    color: #f4992c;
}

.topQuestionData.-green .topQuestionDataPoint__ttl {
    color: #8fc53e;
}

.topQuestionData.-pink .topQuestionDataPoint__ttl {
    color: #e64d79;
}

.topQuestionData.-blue .topQuestionDataPoint__ttl {
    color: #007fc7;
}

.topQuestionDataPoint__desc {
    font-size: 1.3rem;
    line-height: 1.8;
}

.topQuestionDataMore {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 24px;
}

@media screen and (max-width: 767px) {
    .topQuestionDataMore {
        margin-top: 16px;
    }
}

.topQuestionDataMore__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 180px;
    height: 42px;
    background: #000;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    position: relative;
}

.topQuestionDataMore__link:link {
    color: #fff;
}

.topQuestionDataMore__link:visited {
    color: #fff;
}

@media screen and (max-width: 767px) {
    .topQuestionDataMore__link {
        width: 150px;
        font-size: 1.6rem;
    }
}

.topQuestionData.-red .topQuestionDataMore__link {
    background: #e94731;
}

.topQuestionData.-orange .topQuestionDataMore__link {
    background: #f4992c;
}

.topQuestionData.-green .topQuestionDataMore__link {
    background: #8fc53e;
}

.topQuestionData.-pink .topQuestionDataMore__link {
    background: #e64d79;
}

.topQuestionData.-blue .topQuestionDataMore__link {
    background: #007fc7;
}

.topQuestionDataMore__link:hover {
    opacity: .7;
}

.topQuestionDataMore__link::before {
    content: '';
    display: block;
    width: 16px;
    height: 10px;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 5px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #fff;
}

div.swipe {
  margin-top: 1rem !important; }
  @media only screen and (max-width: 768px) {
    div.swipe {
      overflow-x: scroll;
      width: 100%;
      position: relative; }
      div.swipe table {
        width: 900px; } }
  div.swipe .swipe-icon {
    position: absolute;
    top: 120px;
    left: 50%;
    margin-left: -75px;
    margin-top: -75px;
    width: 150px;
    height: 150px;
    background: #333;
    text-align: center;
    opacity: 0.3;
    filter: alpha(opacity=30); }
    div.swipe .swipe-icon img {
      width: 91px;
      padding-top: 16px; }


/*
/* Reset
/*
----------------------------------------------------------------- */

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

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

.wid0 {
    width: 0%;
}

.wid1 {
    width: 1%;
}

.wid2 {
    width: 2%;
}

.wid3 {
    width: 3%;
}

.wid4 {
    width: 4%;
}

.wid5 {
    width: 5%;
}

.wid6 {
    width: 6%;
}

.wid7 {
    width: 7%;
}

.wid8 {
    width: 8%;
}

.wid9 {
    width: 9%;
}

.wid10 {
    width: 10%;
}

.wid11 {
    width: 11%;
}

.wid12 {
    width: 12%;
}

.wid13 {
    width: 13%;
}

.wid14 {
    width: 14%;
}

.wid15 {
    width: 15%;
}

.wid16 {
    width: 16%;
}

.wid17 {
    width: 17%;
}

.wid18 {
    width: 18%;
}

.wid19 {
    width: 19%;
}

.wid20 {
    width: 20%;
}

.wid21 {
    width: 21%;
}

.wid22 {
    width: 22%;
}

.wid23 {
    width: 23%;
}

.wid24 {
    width: 24%;
}

.wid25 {
    width: 25%;
}

.wid26 {
    width: 26%;
}

.wid27 {
    width: 27%;
}

.wid28 {
    width: 28%;
}

.wid29 {
    width: 29%;
}

.wid30 {
    width: 30%;
}

.wid31 {
    width: 31%;
}

.wid32 {
    width: 32%;
}

.wid33 {
    width: 33%;
}

.wid34 {
    width: 34%;
}

.wid35 {
    width: 35%;
}

.wid36 {
    width: 36%;
}

.wid37 {
    width: 37%;
}

.wid38 {
    width: 38%;
}

.wid39 {
    width: 39%;
}

.wid40 {
    width: 40%;
}

.wid41 {
    width: 41%;
}

.wid42 {
    width: 42%;
}

.wid43 {
    width: 43%;
}

.wid44 {
    width: 44%;
}

.wid45 {
    width: 45%;
}

.wid46 {
    width: 46%;
}

.wid47 {
    width: 47%;
}

.wid48 {
    width: 48%;
}

.wid49 {
    width: 49%;
}

.wid50 {
    width: 50%;
}

.wid51 {
    width: 51%;
}

.wid52 {
    width: 52%;
}

.wid53 {
    width: 53%;
}

.wid54 {
    width: 54%;
}

.wid55 {
    width: 55%;
}

.wid56 {
    width: 56%;
}

.wid57 {
    width: 57%;
}

.wid58 {
    width: 58%;
}

.wid59 {
    width: 59%;
}

.wid60 {
    width: 60%;
}

.wid61 {
    width: 61%;
}

.wid62 {
    width: 62%;
}

.wid63 {
    width: 63%;
}

.wid64 {
    width: 64%;
}

.wid65 {
    width: 65%;
}

.wid66 {
    width: 66%;
}

.wid67 {
    width: 67%;
}

.wid68 {
    width: 68%;
}

.wid69 {
    width: 69%;
}

.wid70 {
    width: 70%;
}

.wid71 {
    width: 71%;
}

.wid72 {
    width: 72%;
}

.wid73 {
    width: 73%;
}

.wid74 {
    width: 74%;
}

.wid75 {
    width: 75%;
}

.wid76 {
    width: 76%;
}

.wid77 {
    width: 77%;
}

.wid78 {
    width: 78%;
}

.wid79 {
    width: 79%;
}

.wid80 {
    width: 80%;
}

.wid81 {
    width: 81%;
}

.wid82 {
    width: 82%;
}

.wid83 {
    width: 83%;
}

.wid84 {
    width: 84%;
}

.wid85 {
    width: 85%;
}

.wid86 {
    width: 86%;
}

.wid87 {
    width: 87%;
}

.wid88 {
    width: 88%;
}

.wid89 {
    width: 89%;
}

.wid90 {
    width: 90%;
}

.wid91 {
    width: 91%;
}

.wid92 {
    width: 92%;
}

.wid93 {
    width: 93%;
}

.wid94 {
    width: 94%;
}

.wid95 {
    width: 95%;
}

.wid96 {
    width: 96%;
}

.wid97 {
    width: 97%;
}

.wid98 {
    width: 98%;
}

.wid99 {
    width: 99%;
}

.wid100 {
    width: 100%;
}

.fancybox-button--zoom {
    display: none !important;
}

.fancybox-content.site-search {
    background: transparent;
}

.fancybox-close-small svg {
    color: #fff;
}

body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    -o-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
    -o-transition: opacity .25s ease, visibility 0s ease .25s;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
    -o-transition: opacity .25s ease 0s, visibility 0s ease 0s;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}


/* Fix iOS */

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}


/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}


/* Fix IE11 */

.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 99998;
}


/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}


/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}


/* Caption */

.fancybox-caption {
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}


/* Loading indicator */

.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* Transition effects */

.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}


/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}


/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}


/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}


/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}


/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}


/* Styling for Small-Screen Devices */

@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }
    .fancybox-slide--image {
        padding: 6px 0;
    }
    .fancybox-close-small {
        right: -6px;
    }
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }
    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }
}


/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}


/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}


/* Styling for Small-Screen Devices */

@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}


/* Slider */

.slick-loading .slick-list {
    background: #fff url("/img/common/ajax-loader.gif") center center no-repeat;
}


/* Icons */

@font-face {
    font-family: "slick";
    src: slick-font-url("slick.eot");
    src: slick-font-url("slick.eot?#iefix") format("embedded-opentype"), slick-font-url("slick.woff") format("woff"), slick-font-url("slick.ttf") format("truetype"), slick-font-url("slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}


/* Arrows */

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 66px;
    width: 66px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

@media screen and (max-width: 767px) {
    .slick-prev,
    .slick-next {
        width: 40px;
        height: 40px;
    }
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: .6;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev::before,
.slick-next::before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.slick-prev {
    left: 50%;
    z-index: 5;
}

.topSlider .slick-prev,
.newsSlider .slick-prev {
    -webkit-transform: translate(-365px, -50%);
    -ms-transform: translate(-365px, -50%);
    transform: translate(-365px, -50%);
}

@media screen and (max-width: 767px) {
    .topSlider .slick-prev,
    .newsSlider .slick-prev {
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        left: 10px;
    }
}

.focusSlider .slick-prev {
    -webkit-transform: translate(-320px, -50%);
    -ms-transform: translate(-320px, -50%);
    transform: translate(-320px, -50%);
}

@media screen and (max-width: 767px) {
    .focusSlider .slick-prev {
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        left: 10px;
    }
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev::before {
    content: '';
    display: block;
    width: 66px;
    height: 66px;
    position: relative;
    left: 0;
    top: 0;
    background: url("/img/common/arrow_circle_left.png") no-repeat 0 0/cover;
}

@media screen and (max-width: 767px) {
    .slick-prev::before {
        width: 40px;
        height: 40px;
    }
}

.slick-next {
    right: 50%;
    z-index: 5;
}

.topSlider .slick-next,
.newsSlider .slick-next {
    -webkit-transform: translate(365px, -50%);
    -ms-transform: translate(365px, -50%);
    transform: translate(365px, -50%);
}

@media screen and (max-width: 767px) {
    .topSlider .slick-next,
    .newsSlider .slick-next {
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        right: 10px;
    }
}

.focusSlider .slick-next {
    -webkit-transform: translate(320px, -50%);
    -ms-transform: translate(320px, -50%);
    transform: translate(320px, -50%);
}

@media screen and (max-width: 767px) {
    .focusSlider .slick-next {
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        right: 10px;
    }
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

@media screen and (max-width: 767px) {
    .slick-next {
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        right: 10px;
    }
}

.slick-next::before {
    content: '';
    display: block;
    width: 66px;
    height: 66px;
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: translate();
    -ms-transform: translate();
    transform: translate();
    background: url("/img/common/arrow_circle_right.png") no-repeat 0 0/cover;
}

@media screen and (max-width: 767px) {
    .slick-next::before {
        width: 40px;
        height: 40px;
    }
}


/* Dots */

.slick-dots {
    position: absolute;
    bottom: -50px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .slick-dots {
        bottom: -35px;
    }
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 6px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 10px;
    width: 10px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    background: #4d4d4d;
    border-radius: 5px;
    cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li.slick-active button {
    background: #fff;
    border: 2px solid #4d4d4d;
}


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}