@charset 'UTF-8';

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,900&display=swap&subset=japanese');

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700&display=swap');

@import url('https://fonts.googleapis.com/css?family=Overpass:300,400,600,700,800,900&display=swap');

/*
	文字の設定
	$color テキストカラー
	$fontSize フォントサイズ
	$fontWeight　フォントの太さ
	$letterSpacing letter-spacing　単位はem
	$lineHeight line-height 単位はpx

*/

/*++++++++++++++++++++++++++++++++++
サイズや色の定義
++++++++++++++++++++++++++++++++++*/

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');

html
{
    line-height: 1.15;
    /* 1 */

    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body
{
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1
{
    font-size: 2em;

    margin: .67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr
{
    /* 1 */
    overflow: visible;

    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre
{
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a
{
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title]
{
    /* 1 */
            text-decoration: underline;
            text-decoration: underline dotted;

    border-bottom: none;
    /* 2 */

    -webkit-text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong
{
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp
{
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small
{
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup
{
    font-size: 75%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

sub
{
    bottom: -.25em;
}

sup
{
    top: -.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img
{
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea
{
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */

    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input
{
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select
{
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type='button'],
[type='reset'],
[type='submit']
{
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner
{
    padding: 0;

    border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring
{
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset
{
    padding: .35em .75em .625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend
{
    /* 2 */
    display: table;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */

    white-space: normal;
    /* 1 */

    color: inherit;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress
{
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea
{
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type='checkbox'],
[type='radio']
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button
{
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type='search']
{
    /* 1 */
    outline-offset: -2px;

    -webkit-appearance: textfield;
    /* 2 */
}

[type='search']::-webkit-search-decoration
{
    -webkit-appearance: none;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button
{
    /* 1 */
    font: inherit;

    -webkit-appearance: button;
    /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details
{
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary
{
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template,
[hidden]
{
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

/*----------------------------------------
	Fonts
----------------------------------------*/

/*----------------------------------------
	Common
----------------------------------------*/

body
{
    font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;

    overflow-x: hidden;

    color: #000;
    background-color: #f9f9f9;

    -webkit-font-smoothing: antialiased;
}

a
{
    font-weight: 400;

    -webkit-transition: all .3s ease;
            transition: all .3s ease;
    text-decoration: none;

    color: #000;
}

a:hover
{
    opacity: .6;
}

img
{
    vertical-align: bottom;
}

html
{
    font-size: 100%;
    /* 10px*/
}

*
{
    position: relative;

    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea
{
    font-size: 1.4rem;
    font-weight: normal;
    font-style: normal;
    /* 14px*/
    line-height: 1;

    color: #000;
}

img
{
    vertical-align: bottom;
}

.clearfix:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '.';
}

/* IE7,MacIE5 */

.clearfix
{
    display: inline-block;
}

/* WinIE6 below, Exclude MacIE5 \*/

* html .clearfix
{
    height: 1%;
}

.clearfix
{
    display: block;
}

ul,
li
{
    list-style: none !important;
}

a
{
    -webkit-transition: all .3s ease;
            transition: all .3s ease;
    text-decoration: none;

    color: #000;
}

.pc_none
{
    display: none;
}

.sp_none
{
    display: block;
}

/*----------------------------------------
	Reset CSS
----------------------------------------*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
time,
mark,
audio,
video
{
    margin: 0;
    padding: 0;

    vertical-align: baseline;

    border: 0;
    outline: 0;
}

header,
footer,
article,
section,
aside,
hgroup,
nav,
menu,
figure,
figcaption,
time
{
    display: block;
}

li
{
    list-style: none;
}

ol li
{
    list-style: decimal;
}

img
{
    font-size: 0;
    line-height: 0;

    vertical-align: top;

    border: 0;
}

table
{
    border-spacing: 0;
    border-collapse: collapse;
}

caption,
th
{
    text-align: left;
}

hr
{
    display: block;

    height: 1px;
    margin: 1em 0;
    padding: 0;

    border: 0;
    border-top: 1px solid #ccc;
}

input,
select
{
    vertical-align: middle;
}

input,
textarea
{
    margin: 0;
    padding: 0;
}

footer.is--examinee
{
    width: 1320px;
    margin: 0 auto;
    margin-bottom: 67px;

    border-top: 1px solid #d0d0d0;
    background: #fafafa;
}

footer.is--examinee .fotter_inner
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
            justify-content: flex-start;
}

footer.is--examinee .fotter_inner .inner_left
{
    width: 80%;
    padding: 20px 30px;
}

footer.is--examinee .fotter_inner .inner_left ul
{
    margin-bottom: 60px;
}

footer.is--examinee .fotter_inner .inner_left ul li
{
    font-size: 15px;
    font-weight: bold;

    display: inline-block;

    margin-right: 70px;
}

footer.is--examinee .fotter_inner .inner_left ul li a
{
    position: relative;

    display: block;
}

footer.is--examinee .fotter_inner .inner_left ul li a:after
{
    position: absolute;
    top: 3px;
    right: -26px;

    display: inline-block;

    width: 11px;
    height: 11px;

    content: '';

    background: url('/site/assets/images/common/arrow_bk.svg') 0 0 no-repeat;
    background-size: 11px;
}

footer.is--examinee .fotter_inner .inner_right
{
    padding: 20px 30px 20px 20px;

    border-left: 1px solid #d0d0d0;
}

footer.is--examinee .fotter_inner .inner_right p
{
    font-size: 15px;
}

footer.is--examinee .fotter_inner .inner_right p a
{
    display: block;
}

footer.is--examinee .fotter_inner .inner_right p a:after
{
    position: absolute;
    top: 3px;
    right: -26px;

    display: inline-block;

    width: 11px;
    height: 11px;

    content: '';

    background: url('/site/assets/images/common/arrow_bk.svg') 0 0 no-repeat;
    background-size: 11px;
}

footer.is--examinee .fotter_inner .copyright
{
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;

    letter-spacing: .1em;
}

footer.is--examinee .fotter_inner .copyright.sp_visible
{
    display: block;
}

footer.is--examinee .fotter_inner .copyright.pc_visible
{
    display: none;
}

body.fixed
{
    position: fixed;
    right: 0;
    left: 0;
}

header.is--examinee
{
    position: fixed;
    z-index: 999;
    top: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    overflow: hidden;
    overflow: visible;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 20px 30px;

    -webkit-transition: .8s;
            transition: .8s;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

header.is--examinee .drawer-menu_wrapper
{
    position: relative;

    overflow-x: hidden;

    height: 100%;
}

header.is--examinee .drawer-menu_wrapper .examinee-menu-trigger
{
    z-index: 100;
    z-index: 0;

    display: inline-block;

    width: 80px;

    cursor: pointer;
    -webkit-transition: -webkit-transform .5s;
            transition: -webkit-transform .5s;
            transition:         transform .5s;
            transition:         transform .5s, -webkit-transform .5s;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    vertical-align: middle;
}

header.is--examinee .drawer-menu_wrapper .examinee-menu-trigger img
{
    width: 100%;
}

header.is--examinee .drawer-menu_wrapper .examinee-menu-trigger.active
{
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}

header.is--examinee .drawer-menu_wrapper nav
{
    position: fixed;
    z-index: 10;
    z-index: 1;
    top: 0;
    left: 0;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 440px;
    height: 100vh;
    padding-top: 85px;

    -webkit-transition: all .5s;
            transition: all .5s;
    -webkit-transform: translate(-440px);
        -ms-transform: translate(-440px);
            transform: translate(-440px);

    background-color: rgba(55, 55, 64, .95);

    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
}

header.is--examinee .drawer-menu_wrapper nav.open
{
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
}

header.is--examinee .drawer-menu_wrapper nav .examinee-menu-close
{
    position: absolute;
    z-index: 2;
    top: 78px;
    right: 40px;

    width: 25px;

    cursor: pointer;
}

header.is--examinee .drawer-menu_wrapper nav .examinee-menu-close:hover
{
    -webkit-transform: rotateZ(90deg);
        -ms-transform: rotate(90deg);
            transform: rotateZ(90deg);

    opacity: 1;
}

header.is--examinee .drawer-menu_wrapper nav .examinee-menu-close img
{
    width: 100%;
}

header.is--examinee .drawer-menu_wrapper nav .nav_title
{
    font-family: 'Marcellus', serif;
    font-size: 22px;

    padding: 0 60px 85px;

    letter-spacing: .1em;

    color: #fff;
}

header.is--examinee .drawer-menu_wrapper nav ul
{
    width: 304px;
    margin: 0 auto;
}

header.is--examinee .drawer-menu_wrapper nav ul li a
{
    font-size: 16px;

    position: relative;

    display: block;

    padding: 20px 25px;

    color: #fff;
    border-bottom: 1px solid #fff;
}

header.is--examinee .drawer-menu_wrapper nav ul li a:after
{
    position: absolute;
    top: 50%;
    right: 20px;

    display: inline-block;

    width: 8px;
    height: 8px;

    content: '';
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    background: url('/site/assets/images/page/ico-btnArrow.svg') 0 0 no-repeat;
    background-size: 8px;
}

header.is--examinee h1
{
    width: 363px;
    margin: 0 auto;
}

header.is--examinee h1 a img
{
    width: 100%;
}

header.is--examinee .right_nav
{
    position: absolute;
    right: 30px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

header.is--examinee .right_nav .nav_inner
{
    padding-right: 20px;
}

header.is--examinee .right_nav .nav_inner .top
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-bottom: 14px;

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
            align-items: baseline;
}

header.is--examinee .right_nav .nav_inner .top ul
{
    padding-right: 33px;
}

header.is--examinee .right_nav .nav_inner .top ul li
{
    display: inline-block;

    padding-right: 17px;
}

header.is--examinee .right_nav .nav_inner .top ul li a
{
    font-size: 11px;
}

header.is--examinee .right_nav .nav_inner .top .language
{
    padding-right: 12px;
}

header.is--examinee .right_nav .nav_inner .top .language p
{
    font-size: 13px;

    display: inline-block;

    padding-right: 8px;

    color: #000;
}

header.is--examinee .right_nav .nav_inner .top .language p.selected
{
    color: #909090;
}

header.is--examinee .right_nav .nav_inner .top .language span
{
    font-size: 11px;
    font-weight: bold;

    padding-right: 5px;

    vertical-align: middle;
}

header.is--examinee .right_nav .nav_inner .top .search
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 13px;
    height: 13px;

    cursor: pointer;
}

header.is--examinee .right_nav .nav_inner .top .search img
{
    width: 100%;
}

header.is--examinee .right_nav .nav_inner .top .modal
{
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;

    display: none;

    width: 100%;
    height: 100vh;
}

header.is--examinee .right_nav .nav_inner .top .modal .modal__bg
{
    position: absolute;

    overflow-y: hidden;

    width: 100%;
    height: 100vh;

    background: rgba(36, 36, 46, .9);

    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
}

header.is--examinee .right_nav .nav_inner .top .modal .modal__content
{
    position: relative;

    padding: 0 30px;
}

header.is--examinee .right_nav .nav_inner .top .modal .modal__content .modal_logo
{
    width: 363px;
    margin-top: 30px;
}

header.is--examinee .right_nav .nav_inner .top .modal .modal__content .modal_logo img
{
    width: 100%;
}

header.is--examinee .right_nav .nav_inner .top .modal .modal__content .js-modal-close
{
    position: absolute;
    top: 20px;
    right: 40px;

    display: block;
}

header.is--examinee .right_nav .nav_inner .top .modal .modal__content .js-modal-close:hover
{
    -webkit-transform: rotateZ(90deg);
        -ms-transform: rotate(90deg);
            transform: rotateZ(90deg);

    opacity: 1;
}

header.is--examinee .right_nav .nav_inner .top .modal .modal__content .js-modal-close img
{
    width: 25px;
}

header.is--examinee .right_nav .nav_inner .top .modal .modal__content .modal_search_box
{
    width: 100%;
    margin: 90px 0 30px;
}

header.is--examinee .right_nav .nav_inner .top .modal .modal__content .modal_search_box .box_searchInput
{
    font-size: 22px;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 90px;
    padding: 30px 30px 30px 100px;

    border: none;
}

header.is--examinee .right_nav .nav_inner .top .modal .modal__content .modal_search_box .box_searchInput::-webkit-input-placeholder
{
    color: #ccc;
}

header.is--examinee .right_nav .nav_inner .top .modal .modal__content .modal_search_box .box_searchInput::-moz-placeholder
{
    color: #ccc;
}

header.is--examinee .right_nav .nav_inner .top .modal .modal__content .modal_search_box .box_searchInput::-ms-input-placeholder
{
    color: #ccc;
}

header.is--examinee .right_nav .nav_inner .top .modal .modal__content .modal_search_box .box_searchInput::placeholder
{
    color: #ccc;
}

header.is--examinee .right_nav .nav_inner .top .modal .modal__content .modal_search_box .box_btn
{
    position: absolute;
    top: 50%;
    left: 50px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    border: none;
    background: none;
}

header.is--examinee .right_nav .nav_inner .top .modal .modal__content .modal_search_box .box_btn .box_btn_icon
{
    width: 25px;
}

header.is--examinee .right_nav .nav_inner .top .modal .modal__content .modal_search_tags .tags_wrap
{
    position: relative;

    width: 100%;
}

header.is--examinee .right_nav .nav_inner .top .modal .modal__content .modal_search_tags .tags_wrap h3
{
    font-family: 'Marcellus', serif;
    font-size: 30px;
    font-weight: normal;

    z-index: 1;

    width: 100%;
    margin-bottom: 30px;

    text-align: center;
    letter-spacing: .05em;
}

header.is--examinee .right_nav .nav_inner .top .modal .modal__content .modal_search_tags .tags_wrap .tags_inner
{
    padding: 40px 60px 50px;

    background: #fff;
}

header.is--examinee .right_nav .nav_inner .top .modal .modal__content .modal_search_tags .tags_wrap .tags_inner .tags_contents
{
    margin-bottom: 40px;

    text-align: center;
}

header.is--examinee .right_nav .nav_inner .top .modal .modal__content .modal_search_tags .tags_wrap .tags_inner .tags_contents div
{
    font-size: 14px;

    display: inline-block;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 5px 10px 0;
    padding: 8px 30px;

    cursor: pointer;

    border-radius: 100px;
    background: #f4f4f4;
}

header.is--examinee .right_nav .nav_inner .top .modal .modal__content .modal_search_tags .tags_wrap .tags_inner .tags_contents div.selected
{
    color: #fff;
    background: #24242e;
}

header.is--examinee .right_nav .nav_inner .top .modal .modal__content .modal_search_tags .tags_wrap .tags_inner .modal_search_tags_btn
{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;

    cursor: pointer;
    text-align: center;
}

header.is--examinee .right_nav .nav_inner .top .modal .modal__content .modal_search_tags .tags_wrap .tags_inner .modal_search_tags_btn .btn_icon
{
    width: 16px;
    padding-left: 20px;
}

header.is--examinee .right_nav .nav_inner .bottom
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
}

header.is--examinee .right_nav .nav_inner .bottom .meganav
{
    position: relative;
}

header.is--examinee .right_nav .nav_inner .bottom .meganav .meganav_item
{
    display: inline-block;

    margin-right: 38px;
}

header.is--examinee .right_nav .nav_inner .bottom .meganav .meganav_item a
{
    font-size: 15px;
}

header.is--examinee .right_nav .nav_inner .bottom .meganav .meganav_item .meganav_child
{
    position: absolute;
    top: 250%;
    left: 50%;

    display: none;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    min-width: -webkit-max-content;
    min-width:    -moz-max-content;
    min-width:         max-content;
    padding: 20px 45px 20px 30px;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    background: rgba(36, 36, 46, .9);

    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
}

header.is--examinee .right_nav .nav_inner .bottom .meganav .meganav_item .meganav_child ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

header.is--examinee .right_nav .nav_inner .bottom .meganav .meganav_item .meganav_child ul li
{
    padding-right: 50px;
}

header.is--examinee .right_nav .nav_inner .bottom .meganav .meganav_item .meganav_child ul li:last-child
{
    padding-right: 0;
}

header.is--examinee .right_nav .nav_inner .bottom .meganav .meganav_item .meganav_child ul li a
{
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;

    position: relative;

    display: block;

    color: #fff;
}

header.is--examinee .right_nav .nav_inner .bottom .meganav .meganav_item .meganav_child ul li a:after
{
    position: absolute;
    top: 50%;
    right: -18px;

    display: inline-block;

    width: 1rem;
    height: 1rem;

    content: '';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    background: url('/site/assets/images/common/arrow.svg') 0 0 no-repeat;
}

header.is--examinee .right_nav .nav_inner .bottom .meganav .meganav_item .meganav_child .nav_cource_btn
{
    margin-top: 20px;
}

header.is--examinee .right_nav .nav_inner .bottom .meganav .meganav_item .meganav_child .nav_cource_btn p
{
    font-size: 13px;
    font-weight: 600;

    margin-bottom: 15px;

    color: #fff;
}

header.is--examinee .right_nav .nav_inner .bottom .meganav .meganav_item .meganav_child .nav_cource_btn .nav_cource_btn_inner
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}

header.is--examinee .right_nav .nav_inner .bottom .meganav .meganav_item .meganav_child .nav_cource_btn .nav_cource_btn_inner .nav_cource_items
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 160px;
    margin-right: 15px;
    padding: 10px;

    background: #fff;
}

header.is--examinee .right_nav .nav_inner .bottom .meganav .meganav_item .meganav_child .nav_cource_btn .nav_cource_btn_inner .nav_cource_items:last-child
{
    margin-right: 0;
}

header.is--examinee .right_nav .nav_inner .bottom .meganav .meganav_item .meganav_child .nav_cource_btn .nav_cource_btn_inner .nav_cource_items a
{
    font-size: 12px;

    display: block;
}

header.is--examinee .right_nav .nav_inner .bottom .meganav .meganav_item .meganav_child .nav_cource_btn .nav_cource_btn_inner .nav_cource_items a svg
{
    height: 22px;
    padding-right: 15px;

    vertical-align: middle;
}

header.is--examinee .right_nav .nav_inner .bottom .header_btn
{
    position: relative;

    width: 118px;
    height: 25px;
    margin-right: 6px;

    background: #24242e;
}

header.is--examinee .right_nav .nav_inner .bottom .header_btn a
{
    font-size: 10px;
    line-height: 25px;

    display: block;

    height: 100%;

    text-align: center;

    color: #fff;
}

header.is--examinee .right_nav .nav_inner .bottom .header_btn a img
{
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    width: 60px;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

header.is--examinee .right_nav .nav_inner .bottom .header_btn:last-child
{
    margin-right: 0;
}

header.is--examinee .right_nav .kyushu-u_logo
{
    width: 51px;
}

header.is--examinee .right_nav .kyushu-u_logo img
{
    width: 100%;
}

header.is--examinee.hide
{
    margin-top: -40px;

    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
}

header.is--examinee.on
{
    margin-top: 0;

    background: rgba(255, 255, 255, .3);
    -webkit-box-shadow: 0 3px 4px 1px rgba(0, 0, 0, .02);
            box-shadow: 0 3px 4px 1px rgba(0, 0, 0, .02);

    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
}

/*++++++++++++++++++++++++++++++++++
sp menu
++++++++++++++++++++++++++++++++++*/

.pc_visible
{
    display: none;
}

.pc_visible .sp_menu_inner
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.pc_visible .sp_menu_inner h1
{
    width: 48.667vw;
    margin: 0 auto;
}

.pc_visible .sp_menu_inner h1 img
{
    width: 100%;
}

.pc_visible .sp_menu_inner .kyushu-u_logo
{
    width: 12vw;
}

.pc_visible .sp_menu_inner .kyushu-u_logo img
{
    width: 100%;
}

.pc_visible .sp_menu_inner .burger-btn
{
    position: relative;
    z-index: 3;

    display: block;

    border: none;
}

.pc_visible .sp_menu_inner .burger-btn.close
{
    position: absolute;
    top: 0;

    height: 4.533vw;
}

.pc_visible .sp_menu_inner .burger-btn.close .bar
{
    display: block;
}

.pc_visible .sp_menu_inner .burger-btn.close .bar_top
{
    width: 6.667vw !important;

    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;
    -webkit-transform: translate(0, 2.667vw) rotate(45deg);
        -ms-transform: translate(0, 2.667vw) rotate(45deg);
            transform: translate(0, 2.667vw) rotate(45deg);
}

.pc_visible .sp_menu_inner .burger-btn.close .bar_mid
{
    -webkit-transition: opacity .3s;
            transition: opacity .3s;

    opacity: 0;
}

.pc_visible .sp_menu_inner .burger-btn.close .bar_bottom
{
    width: 6.667vw !important;

    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;
    -webkit-transform: translate(0, -1.6vw) rotate(-45deg);
        -ms-transform: translate(0, -1.6vw) rotate(-45deg);
            transform: translate(0, -1.6vw) rotate(-45deg);
}

.pc_visible .sp_menu_inner .burger-btn.close img
{
    display: none;
}

.pc_visible .sp_menu_inner .burger-btn .bar
{
    position: absolute;
    left: 0;

    display: block;
    display: none;

    height: 1px;

    background-color: #000;
}

.pc_visible .sp_menu_inner .burger-btn .bar.bar_top
{
    top: 0;

    width: 10.667vw;
}

.pc_visible .sp_menu_inner .burger-btn .bar.bar_mid
{
    top: 50%;

    width: 13.333vw;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.pc_visible .sp_menu_inner .burger-btn .bar.bar_bottom
{
    bottom: 0;

    width: 8vw;
}

.pc_visible .sp_menu_inner .burger-btn img
{
    width: 40px;
    margin-top: -20px;
}

.pc_visible .sp_menu_inner .nav-wrapper
{
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;

    display: none;

    width: 100vw;
    height: 100vh;
}

.pc_visible .sp_menu_inner .nav-wrapper .header-nav
{
    z-index: 2;

    display: block;
    overflow: scroll;

    width: 100%;
    height: 100%;

    background: rgba(255, 255, 255, .6);

    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
            align-items: flex-start;
}

.pc_visible .sp_menu_inner .nav-wrapper .header-nav .gnav-list
{
    width: 80vw;
    margin: 0 auto 10.667vw;
    padding-top: 28vw;
}

.pc_visible .sp_menu_inner .nav-wrapper .header-nav .gnav-list .nav-item
{
    font-size: 4.8vw;

    border-bottom: .133vw solid #000;
}

.pc_visible .sp_menu_inner .nav-wrapper .header-nav .gnav-list .nav-item a
{
    position: relative;

    display: block;

    padding: 6vw 0;
}

.pc_visible .sp_menu_inner .nav-wrapper .header-nav .gnav-list .nav-item a:after
{
    position: absolute;
    top: 50%;
    right: 0;

    display: inline-block;

    width: 3.6vw;
    height: 3.6vw;

    content: '';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    background: url('/site/assets/images/common/arrow_bk.svg') 0 0 no-repeat;
}

.pc_visible .sp_menu_inner .nav-wrapper .header-nav .other_nav_ist
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-bottom: 12.533vw;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}

.pc_visible .sp_menu_inner .nav-wrapper .header-nav .other_nav_ist p
{
    font-size: 3.2vw;

    margin-right: 8vw;
}

.pc_visible .sp_menu_inner .nav-wrapper .header-nav .other_nav_ist p:last-child
{
    margin-right: 0;
}

.pc_visible .sp_menu_inner .nav-wrapper .header-nav .other_nav_ist p a
{
    font-weight: bold;
}

.pc_visible .sp_menu_inner .nav-wrapper .header-nav .language
{
    margin-bottom: 10.667vw;

    text-align: center;
}

.pc_visible .sp_menu_inner .nav-wrapper .header-nav .language p
{
    font-size: 3.467vw;

    display: inline-block;

    color: #909090;
}

.pc_visible .sp_menu_inner .nav-wrapper .header-nav .language p.selected
{
    color: #000;
}

.pc_visible .sp_menu_inner .nav-wrapper .header-nav .language p:first-child:after
{
    padding: 0 5.867vw;

    content: '/';
}

.pc_visible .sp_menu_inner .nav-wrapper .header-nav .language p:last-child
{
    padding-right: 0;
}

.pc_visible .sp_menu_inner .nav-wrapper .header-nav .search_sp
{
    position: relative;

    max-width: 89.333vw;
    margin: 0 auto 10.667vw;
}

.pc_visible .sp_menu_inner .nav-wrapper .header-nav .search_sp .box
{
    width: 100%;
}

.pc_visible .sp_menu_inner .nav-wrapper .header-nav .search_sp .box .box_searchInput
{
    font-size: 3.2vw;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 12vw;
    padding: 2.667vw;

    border: none;
    border-radius: .4vw;
}

.pc_visible .sp_menu_inner .nav-wrapper .header-nav .search_sp .box .box_btn
{
    position: absolute;
    top: 50%;
    right: 4vw;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    border: none;
    background: none;
}

.pc_visible .sp_menu_inner .nav-wrapper .header-nav .search_sp .box .box_btn .box_btn_icon
{
    width: 4vw;
}

.pc_visible .sp_menu_inner .nav-wrapper .header-nav .btn_area
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 89.333vw;
    margin: 0 auto 50px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}

.pc_visible .sp_menu_inner .nav-wrapper .header-nav .btn_area .btn_item
{
    width: 100%;
    height: 13.333vw;
    margin-right: 2.667vw;

    border-radius: .4vw;
    background: #24242e;
}

.pc_visible .sp_menu_inner .nav-wrapper .header-nav .btn_area .btn_item:last-child
{
    margin-right: 0;
}

.pc_visible .sp_menu_inner .nav-wrapper .header-nav .btn_area .btn_item a
{
    line-height: 13.333vw;

    display: block;

    padding: 0 3.333vw;

    text-align: center;

    color: #fff;
}

.pc_visible .sp_menu_inner .nav-wrapper .header-nav .btn_area .btn_item a img
{
    width: 23.667vw;

    vertical-align: middle;
}

#modal
{
    font-size: 1rem;

    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;

    display: none;

    width: 100%;
    height: 100vh;
}

#modal .modal__bg
{
    position: absolute;

    overflow-y: hidden;

    width: 100%;
    height: 100vh;

    background: rgba(36, 36, 46, .9);

    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
}

#modal .modal__content
{
    position: relative;

    padding: 0 30px;
}

#modal .modal__content .modal_logo
{
    width: 363px;
    margin-top: 30px;
}

#modal .modal__content .modal_logo img
{
    width: 100%;
}

#modal .modal__content .js-modal-close
{
    position: absolute;
    top: 20px;
    right: 40px;

    display: block;
}

#modal .modal__content .js-modal-close:hover
{
    -webkit-transform: rotateZ(180deg);
        -ms-transform: rotate(180deg);
            transform: rotateZ(180deg);

    opacity: 1;
}

#modal .modal__content .js-modal-close img
{
    width: 25px;
}

#modal .modal__content .modal_search_box
{
    width: 100%;
    margin: 90px 0 30px;
}

#modal .modal__content .modal_search_box .box_searchInput
{
    font-size: 22px;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 90px;
    padding: 30px 30px 30px 100px;

    border: none;
}

#modal .modal__content .modal_search_box .box_searchInput::-webkit-input-placeholder
{
    color: #ccc;
}

#modal .modal__content .modal_search_box .box_searchInput::-moz-placeholder
{
    color: #ccc;
}

#modal .modal__content .modal_search_box .box_searchInput::-ms-input-placeholder
{
    color: #ccc;
}

#modal .modal__content .modal_search_box .box_searchInput::placeholder
{
    color: #ccc;
}

#modal .modal__content .modal_search_box .box_btn
{
    position: absolute;
    top: 50%;
    left: 50px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    border: none;
    background: none;
}

#modal .modal__content .modal_search_box .box_btn .box_btn_icon
{
    width: 25px;
}

#modal .modal__content .modal_search_tags .tags_wrap
{
    position: relative;

    width: 100%;
}

#modal .modal__content .modal_search_tags .tags_wrap h3
{
    font-family: 'Marcellus', serif;
    font-size: 30px;
    font-weight: normal;

    z-index: 1;

    width: 100%;
    margin-bottom: 30px;

    text-align: center;
    letter-spacing: .05em;
}

#modal .modal__content .modal_search_tags .tags_wrap .tags_inner
{
    padding: 40px 60px 50px;

    background: #fff;
}

#modal .modal__content .modal_search_tags .tags_wrap .tags_inner .tags_contents
{
    margin-bottom: 40px;

    text-align: center;
}

#modal .modal__content .modal_search_tags .tags_wrap .tags_inner .tags_contents div
{
    display: inline-block;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 5px 10px 0;
    padding: 8px 30px;

    cursor: pointer;

    border-radius: 100px;
    background: #f4f4f4;
}

#modal .modal__content .modal_search_tags .tags_wrap .tags_inner .tags_contents div.selected
{
    color: #fff;
    background: #24242e;
}

#modal .modal__content .modal_search_tags .tags_wrap .tags_inner .modal_search_tags_btn
{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;

    cursor: pointer;
    text-align: center;
}

#modal .modal__content .modal_search_tags .tags_wrap .tags_inner .modal_search_tags_btn .btn_icon
{
    width: 16px;
    padding-left: 20px;
}

.is-fixed #examinee
{
    overflow: hidden;

    height: 100%;
}

#examinee .bg video
{
    position: fixed;
    z-index: -999;
    top: 0;
    left: 0;

    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
}

#examinee ul.text_slider
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 10px 0;

    background: #24242e;
}

#examinee ul.text_slider li
{
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    line-height: 1;

    padding-right: 30px;

    white-space: nowrap;

    color: #7c7c7c;
}

#examinee main
{
    width: 1320px;
    margin: 130px auto 0;

    background: #fafafa;
}

#examinee main .mainvisual
{
    position: relative;
}

#examinee main .mainvisual .slider
{
    width: 100%;
    margin-bottom: 160px;
}

#examinee main .mainvisual .slider.slick-initialized
{
    opacity: 1;
}

#examinee main .mainvisual .slider img,
#examinee main .mainvisual .slider video,
#examinee main .mainvisual .slider frame
{
    width: 100%;
    height: auto;
}

#examinee main .mainvisual .slider.slick-slide li
{
    position: relative;

    overflow: hidden;

    height: 0;
    padding-bottom: 56.25%;
}

#examinee main .mainvisual .slider .slick-dots
{
    position: absolute;
    bottom: 60px;
    left: 50%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

#examinee main .mainvisual .slider .slick-dots li
{
    display: inline-block;

    width: 110px;
    padding-right: 30px;

    cursor: pointer;
}

#examinee main .mainvisual .slider .slick-dots li:last-child
{
    padding-right: 0;
}

#examinee main .mainvisual .slider .slick-dots li.slick-active img
{
    visibility: hidden;
}

#examinee main .mainvisual .slider .slick-dots li:first-child.slick-active
{
    width: 110px;

    background: url('/site/assets/images/examinee/slide_icon01_active.png') 0 0 no-repeat;
    background-size: 110px;
}

#examinee main .mainvisual .slider .slick-dots li:nth-child(2).slick-active
{
    width: 110px;

    background: url('/site/assets/images/examinee/slide_icon02_active.png') 0 0 no-repeat;
    background-size: 110px;
}

#examinee main .mainvisual .slider .slick-dots li:nth-child(3).slick-active
{
    width: 110px;

    background: url('/site/assets/images/examinee/slide_icon03_active.png') 0 0 no-repeat;
    background-size: 110px;
}

#examinee main .mainvisual .slider .slick-dots li:last-child.slick-active
{
    width: 110px;

    background: url('/site/assets/images/examinee/slide_icon04_active.png') 0 0 no-repeat;
    background-size: 110px;
}

#examinee main .mainvisual .mv_logo
{
    position: absolute;
    top: 84px;
    left: 102px;

    width: 467px;
}

#examinee main .mainvisual .mv_logo img
{
    width: 100%;
}

#examinee main .mainvisual .mv_scroll
{
    position: absolute;
    right: 55px;
    bottom: 50px;

    width: 12px;
}

#examinee main .mainvisual .mv_scroll img
{
    width: 100%;
}

#examinee main .examinee_contents
{
    width: 1120px;
    margin: 0 auto;
}

#examinee main .examinee_contents h2
{
    font-family: 'Marcellus', serif;
    font-size: 60px;
    font-weight: normal;

    width: 100%;
    margin-bottom: 60px;

    text-align: center;
    letter-spacing: .05em;
}

#examinee main .examinee_contents h2 span
{
    font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    font-size: 20px;

    display: block;

    padding-top: 5px;
}

#examinee main .examinee_contents__news
{
    width: 1080px;
    margin: 0 auto;
    padding-bottom: 200px;
}

#examinee main .examinee_contents__news .tab-area
{
    cursor: pointer;
    text-align: center;
}

#examinee main .examinee_contents__news .tab-area .tab
{
    font-size: 16px;
    font-weight: bold;

    display: inline-block;

    padding-right: 50px;

    color: #c0c0c0;
}

#examinee main .examinee_contents__news .tab-area .tab:after
{
    position: absolute;
    right: 16px;

    content: '・';

    color: #8e8e8e;
}

#examinee main .examinee_contents__news .tab-area .tab:last-child:after
{
    display: none;
}

#examinee main .examinee_contents__news .tab-area .tab.active
{
    color: #000;
}

#examinee main .examinee_contents__news .content-area
{
    margin-bottom: 30px;
}

#examinee main .examinee_contents__news .content-area .content
{
    display: none;
}

#examinee main .examinee_contents__news .content-area .content.show
{
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: -10px;
    margin-top: 50px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

#examinee main .examinee_contents__news .content-area .content_item
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 50%;
    padding: 10px;

    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
}

  #examinee main .examinee_contents__news .content-area .content_noitem {
    padding: 0.714vw;
    font-size: 1.071vw;
    text-align: center;
    width: 100%;
  }


#examinee main .examinee_contents__news .content-area .content_item .content_item_inner a
{
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 120px;

    border-radius: 3px;
    background: #fff;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

#examinee main .examinee_contents__news .content-area .content_item .content_item_inner a:after
{
    position: absolute;
    top: 20px;
    right: 20px;

    display: inline-block;

    width: 13px;
    height: 13px;

    content: '';

    opacity: .4;
    background: url('/site/assets/images/common/arrow_bk.svg') 0 0 no-repeat;
    background-size: 13px;
}

#examinee main .examinee_contents__news .content-area .content_item .content_item_inner a .img-area
{
    height: 120px;
}

#examinee main .examinee_contents__news .content-area .content_item .content_item_inner a .img-area img
{
    height: 100%;
}

#examinee main .examinee_contents__news .content-area .content_item .content_item_inner a .txt-area
{
    padding: 0 55px 0 20px;

    text-align: left;
}

#examinee main .examinee_contents__news .content-area .content_item .content_item_inner a .txt-area span
{
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 500;

    display: block;

    margin-bottom: 10px;
}

#examinee main .examinee_contents__news .content-area .content_item .content_item_inner a .txt-area p
{
    font-size: 15px;
    font-weight: normal;
    line-height: 1.8;

    display: -webkit-box;
    overflow: hidden;

    letter-spacing: .05em;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#examinee main .examinee_contents__news .view_btn
{
    margin-right: 40px;

    text-align: right;
}

#examinee main .examinee_contents__news .view_btn a
{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;

    position: relative;

    list-style: .05em;
}

#examinee main .examinee_contents__news .view_btn a:after
{
    position: absolute;
    top: 50%;
    right: -35px;

    display: inline-block;

    width: 16px;
    height: 16px;

    content: '';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    background: url('/site/assets/images/common/arrow_bk.svg') 0 0 no-repeat;
    background-size: 16px;
}

#examinee main .examinee_contents__study
{
    padding-bottom: 200px;
}

#examinee main .examinee_contents__study .study_field
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -10px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

#examinee main .examinee_contents__study .study_field .study_field_items
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 48%;
    margin: 1%;

    -webkit-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
}

#examinee main .examinee_contents__study .study_field .study_field_items a
{
    position: relative;

    display: block;
}

#examinee main .examinee_contents__study .study_field .study_field_items a:after
{
    position: absolute;
    top: 28px;
    right: 22px;

    display: inline-block;

    width: 25px;
    height: 25px;

    content: '';

    background: url('/site/assets/images/common/arrow_bk.svg') 0 0 no-repeat;
    background-size: 25px;
}

#examinee main .examinee_contents__study .study_field .study_field_items a h3
{
    font-size: 32px;

    margin-bottom: 60px;
    padding: 60px 0 0;

    text-align: center;
    letter-spacing: .1em;
}

#examinee main .examinee_contents__study .study_field .study_field_items a p
{
    font-size: 15px;
    line-height: 1.7;

    padding: 0 35px 30px;

    text-align: justify;
}

#examinee main .examinee_contents__study .study_field .study_field_items:first-child
{
    background: #ffbe40;
}

#examinee main .examinee_contents__study .study_field .study_field_items:first-child a:before
{
    position: absolute;
    top: 30px;
    left: 35px;

    display: block;

    width: 123px;
    height: 92px;

    content: '';

    background: url('/site/assets/images/examinee/examinee_syudy_icon01.png') 0 0 no-repeat;
    background-size: 123px;
}

#examinee main .examinee_contents__study .study_field .study_field_items:first-child a h3
{
    padding-left: 30px;
}

#examinee main .examinee_contents__study .study_field .study_field_items:nth-child(2)
{
    background: #8dc1fe;
}

#examinee main .examinee_contents__study .study_field .study_field_items:nth-child(2) a:before
{
    position: absolute;
    top: 30px;
    left: 35px;

    display: block;

    width: 135px;
    height: 73px;

    content: '';

    background: url('/site/assets/images/examinee/examinee_syudy_icon02.png') 0 0 no-repeat;
    background-size: 135px;
}

#examinee main .examinee_contents__study .study_field .study_field_items:nth-child(2) a h3
{
    padding-left: 20px;
}

#examinee main .examinee_contents__study .study_field .study_field_items:nth-child(3)
{
    background: #b893e8;
}

#examinee main .examinee_contents__study .study_field .study_field_items:nth-child(3) a:before
{
    position: absolute;
    top: 30px;
    left: 35px;

    display: block;

    width: 141px;
    height: 86px;

    content: '';

    background: url('/site/assets/images/examinee/examinee_syudy_icon03.png') 0 0 no-repeat;
    background-size: 141px;
}

#examinee main .examinee_contents__study .study_field .study_field_items:nth-child(3) a h3
{
    padding-left: 30px;
}

#examinee main .examinee_contents__study .study_field .study_field_items:nth-child(4)
{
    background: #8fe7d3;
}

#examinee main .examinee_contents__study .study_field .study_field_items:nth-child(4) a:before
{
    position: absolute;
    top: 30px;
    left: 35px;

    display: block;

    width: 129px;
    height: 98px;

    content: '';

    background: url('/site/assets/images/examinee/examinee_syudy_icon04.png') 0 0 no-repeat;
    background-size: 129px;
}

#examinee main .examinee_contents__study .study_field .study_field_items:nth-child(4) a h3
{
    padding-left: 30px;
}

#examinee main .examinee_contents__others
{
    padding-bottom: 200px;
}

#examinee main .examinee_contents__others .others_top
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    border-bottom: 1px solid #d0d0d0;
}

#examinee main .examinee_contents__others .others_top .top_items
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 550px;
    padding: 40px 50px;
}

#examinee main .examinee_contents__others .others_top .top_items:first-child
{
    border-right: 1px solid #d0d0d0;
}

#examinee main .examinee_contents__others .others_top .top_items h3
{
    font-family: 'Marcellus', serif;
    font-size: 40px;
    font-weight: normal;

    width: 100%;
    margin-bottom: 36px;

    text-align: center;
    letter-spacing: .1em;
}

#examinee main .examinee_contents__others .others_top .top_items h3 span
{
    font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    font-size: 20px;

    display: block;

    padding-top: 8px;
}

#examinee main .examinee_contents__others .others_top .top_items img
{
    width: 450px;
    margin-bottom: 30px;
}

#examinee main .examinee_contents__others .others_top .top_items p
{
    font-size: 16px;

    padding: 0 20px 50px;
}

#examinee main .examinee_contents__others .others_top .top_items .items_btn
{
    line-height: 80px;

    width: 384px;
    height: 80px;
    margin: 0 auto;

    border-radius: 2px;
    background: #24242e;
}

#examinee main .examinee_contents__others .others_top .top_items .items_btn a.page-btn
{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;

    position: relative;

    display: block;

    text-align: center;
    letter-spacing: .05em;

    color: #fff;
}

#examinee main .examinee_contents__others .others_top .top_items .items_btn a.page-btn:after
{
    position: absolute;
    top: 50%;
    right: 20px;

    display: inline-block;

    width: 14px;
    height: 14px;

    content: '';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    background: url('/site/assets/images/page/ico-btnArrow.svg') 0 0 no-repeat;
    background-size: 14px;
}

#examinee main .examinee_contents__others .others_bottom
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
            align-items: flex-end;
}

#examinee main .examinee_contents__others .others_bottom .bottom_items
{
    width: 340px;
    padding: 50px 28px;

    border-right: 1px solid #d0d0d0;
}

#examinee main .examinee_contents__others .others_bottom .bottom_items:last-child
{
    border: 0;
}

#examinee main .examinee_contents__others .others_bottom .bottom_items:last-child h3
{
    margin-bottom: 56px;
}

#examinee main .examinee_contents__others .others_bottom .bottom_items h3
{
    font-family: 'Marcellus', serif;
    font-size: 29px;
    font-weight: normal;

    width: 100%;
    margin-bottom: 40px;

    text-align: center;
    letter-spacing: .1em;
}

#examinee main .examinee_contents__others .others_bottom .bottom_items h3 span
{
    font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    font-size: 14px;

    display: block;

    padding-top: 8px;
}

#examinee main .examinee_contents__others .others_bottom .bottom_items .items_btn
{
    line-height: 60px;

    width: 286px;
    height: 60px;
    margin: 0 auto;

    border-radius: 2px;
    background: #24242e;
}

#examinee main .examinee_contents__others .others_bottom .bottom_items .items_btn a.page-btn
{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;

    position: relative;

    display: block;

    text-align: center;
    letter-spacing: .05em;

    color: #fff;
}

#examinee main .examinee_contents__others .others_bottom .bottom_items .items_btn a.page-btn:after
{
    position: absolute;
    top: 50%;
    right: 20px;

    display: inline-block;

    width: 14px;
    height: 14px;

    content: '';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    background: url('/site/assets/images/page/ico-btnArrow.svg') 0 0 no-repeat;
    background-size: 14px;
}

#examinee main .examinee_contents__form
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding-bottom: 200px;
}

#examinee main .examinee_contents__form .form_contact
{
    margin-right: 20px;
}

#examinee main .examinee_contents__form .form_contact a
{
    position: relative;

    display: block;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 713px;
    height: 202px;
    padding: 30px 20px;

    background: #8dc1fe;
}

#examinee main .examinee_contents__form .form_contact a:after
{
    position: absolute;
    top: 28px;
    right: 30px;

    display: inline-block;

    width: 25px;
    height: 25px;

    content: '';

    background: url('/site/assets/images/common/arrow_bk.svg') 0 0 no-repeat;
    background-size: 25px;
}

#examinee main .examinee_contents__form .form_contact a h3
{
    font-size: 24px;
    font-weight: 500;

    margin-bottom: 20px;
}

#examinee main .examinee_contents__form .form_contact a p
{
    font-size: 13px;
    font-weight: bold;
    line-height: 1.64;
}

#examinee main .examinee_contents__form .form_contact a p.pc_visible
{
    display: block;
}

#examinee main .examinee_contents__form .form_document a
{
    position: relative;

    display: block;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 386px;
    height: 202px;
    padding: 30px 20px;

    background: #a7efdf;
}

#examinee main .examinee_contents__form .form_document a:after
{
    position: absolute;
    top: 28px;
    right: 30px;

    display: inline-block;

    width: 25px;
    height: 25px;

    content: '';

    background: url('/site/assets/images/common/arrow_bk.svg') 0 0 no-repeat;
    background-size: 25px;
}

#examinee main .examinee_contents__form .form_document a h3
{
    font-size: 24px;
    font-weight: 500;

    margin-bottom: 20px;
}

#examinee main .examinee_contents__link
{
    padding-bottom: 190px;
}

#examinee main .examinee_contents__link h3
{
    font-size: 24px;

    margin-bottom: 66px;

    letter-spacing: .1em;
}

#examinee main .examinee_contents__link .link_contents
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}

#examinee main .examinee_contents__link .link_contents .link_items
{
    width: 280px;
    padding: 0 25px;
}

#examinee main .examinee_contents__link .link_contents .link_items a
{
    position: relative;

    display: block;
}

#examinee main .examinee_contents__link .link_contents .link_items a:after
{
    position: absolute;
    top: 20px;
    right: 20px;

    display: inline-block;

    width: 16px;
    height: 16px;

    content: '';

    background: url('/site/assets/images/page/ico-btnArrow.svg') 0 0 no-repeat;
    background-size: 16px;
}

#examinee main .examinee_contents__link .link_contents .link_items a span
{
    font-size: 18px;

    position: absolute;
    top: 50%;
    left: 50%;

    width: 100%;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    letter-spacing: .1em;

    color: #fff;
}

#examinee main .examinee_contents__link .link_contents .link_items a img
{
    width: 100%;
}

#examinee.is--en .mainvisual .slider .slick-dots li:first-child.slick-active
{
    width: 110px;

    background: url('/site/assets/images/examinee/slide_icon01_active_en.png') 0 0 no-repeat;
    background-size: 110px;
}

#examinee.is--en .mainvisual .slider .slick-dots li:nth-child(2).slick-active
{
    width: 110px;

    background: url('/site/assets/images/examinee/slide_icon02_active_en.png') 0 0 no-repeat;
    background-size: 110px;
}

#examinee.is--en .mainvisual .slider .slick-dots li:nth-child(3).slick-active
{
    width: 110px;

    background: url('/site/assets/images/examinee/slide_icon03_active_en.png') 0 0 no-repeat;
    background-size: 110px;
}

#examinee.is--en .mainvisual .slider .slick-dots li:last-child.slick-active
{
    width: 110px;

    background: url('/site/assets/images/examinee/slide_icon04_active_en.png') 0 0 no-repeat;
    background-size: 110px;
}

@media (max-width: 749px)
{
    .pc_none
    {
        display: block;
    }

    .sp_none
    {
        display: none;
    }

    footer.is--examinee
    {
        width: 90%;
    }

    footer.is--examinee .fotter_inner
    {
        display: block;
    }

    footer.is--examinee .fotter_inner .inner_left
    {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 100%;
        padding: 30px 30px 0;
    }

    footer.is--examinee .fotter_inner .inner_left ul
    {
        margin-bottom: 0;
    }

    footer.is--examinee .fotter_inner .inner_left ul li
    {
        font-size: 13px;

        display: block;

        margin-right: 0;
        margin-bottom: 25px;
    }

    footer.is--examinee .fotter_inner .inner_left ul li a:after
    {
        top: 0;
        right: 0;

        width: 8px;
        height: 8px;

        background-size: 8px;
    }

    footer.is--examinee .fotter_inner .inner_right
    {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 100%;
        padding: 0 30px;

        border-left: 0;
    }

    footer.is--examinee .fotter_inner .inner_right p
    {
        font-size: 13px;
    }

    footer.is--examinee .fotter_inner .inner_right p a:after
    {
        top: 0;
        right: 0;

        width: 8px;
        height: 8px;

        background-size: 8px;
    }

    footer.is--examinee .fotter_inner .copyright
    {
        padding: 30px;
    }

    footer.is--examinee .fotter_inner .copyright.sp_visible
    {
        display: none;
    }

    footer.is--examinee .fotter_inner .copyright.pc_visible
    {
        font-size: 8px;
        line-height: 1.2;

        display: block;
    }

    header.is--examinee .right_nav .nav_inner .top .modal
    {
        display: none;
    }

    header.is--examinee.sp_visible
    {
        display: none;
    }

    .pc_visible
    {
        display: block;

        padding: 9.333vw 5.333vw 0;
    }

    #modal
    {
        display: none;
    }

    #examinee ul.text_slider li
    {
        font-size: 14px;
    }

    #examinee main
    {
        width: 90%;
        margin: 40px auto 0;
    }

    #examinee main .mainvisual .slider
    {
        margin-bottom: 60px;
    }

    #examinee main .mainvisual .slider .slick-dots
    {
        bottom: 10px;
        left: 0;

        width: 100%;

        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        text-align: center;
    }

    #examinee main .mainvisual .slider .slick-dots li
    {
        width: 60px;
        padding-right: 10px;
    }

    #examinee main .mainvisual .slider .slick-dots li:first-child.slick-active
    {
        width: 60px;

        background-size: 60px;
    }

    #examinee main .mainvisual .slider .slick-dots li:nth-child(2).slick-active
    {
        width: 60px;

        background-size: 60px;
    }

    #examinee main .mainvisual .slider .slick-dots li:nth-child(3).slick-active
    {
        width: 60px;

        background-size: 60px;
    }

    #examinee main .mainvisual .slider .slick-dots li:last-child.slick-active
    {
        width: 60px;

        background-size: 60px;
    }

    #examinee main .mainvisual .mv_logo
    {
        top: 30px;
        left: 30px;

        width: 200px;
    }

    #examinee main .mainvisual .mv_scroll
    {
        display: none;
    }

    #examinee main .examinee_contents
    {
        width: 100%;
    }

    #examinee main .examinee_contents h2
    {
        font-size: 35px;

        margin-bottom: 30px;
    }

    #examinee main .examinee_contents h2 span
    {
        font-size: 16px;

        padding-top: 8px;
    }

    #examinee main .examinee_contents__news
    {
        width: 100%;
        padding-bottom: 80px;
    }

    #examinee main .examinee_contents__news .tab-area .tab
    {
        font-size: 13px;

        display: inline;

        padding: 0 5px;
    }

    #examinee main .examinee_contents__news .tab-area .tab:after
    {
        display: none;
    }

    #examinee main .examinee_contents__news .content-area
    {
        margin-bottom: 7.2vw;
        padding: 0 20px;
    }

    #examinee main .examinee_contents__news .content-area .content.show
    {
        width: 100%;
        margin: 8.933vw auto 0;
    }

    #examinee main .examinee_contents__news .content-area .content_item
    {
        max-width: 89.333vw;
        margin: 0 auto;
        padding: 1.333vw 0;

        -webkit-flex-basis: 89.333vw;
        -ms-flex-preferred-size: 89.333vw;
                flex-basis: 89.333vw;
    }

    #examinee main .examinee_contents__news .content-area .content_item .content_item_inner a
    {
        height: 20.267vw;

        border-radius: .4vw;
    }

    #examinee main .examinee_contents__news .content-area .content_item .content_item_inner a:after
    {
        display: none;
    }

    #examinee main .examinee_contents__news .content-area .content_item .content_item_inner a .img-area
    {
        height: 20.267vw;
    }

    #examinee main .examinee_contents__news .content-area .content_item .content_item_inner a .txt-area
    {
        padding: 0 4vw;
    }

    #examinee main .examinee_contents__news .content-area .content_item .content_item_inner a .txt-area span
    {
        font-size: 3.2vw;

        margin-bottom: 1.333vw;
    }

    #examinee main .examinee_contents__news .content-area .content_item .content_item_inner a .txt-area p
    {
        font-size: 3.467vw;

        -webkit-line-clamp: 1;
    }

    #examinee main .examinee_contents__news .content-area .content_item:nth-child(n + 4)
    {
        display: none;
    }

    #examinee main .examinee_contents__news .view_btn
    {
        margin-right: 0;

        text-align: center;
    }

    #examinee main .examinee_contents__news .view_btn a
    {
        font-size: 3.467vw;
    }

    #examinee main .examinee_contents__news .view_btn a:after
    {
        right: -4vw;

        width: 2.667vw;
        height: 2.667vw;

        background-size: 2.667vw;
    }

    #examinee main .examinee_contents__study
    {
        padding-bottom: 80px;
    }

    #examinee main .examinee_contents__study .study_field
    {
        display: block;

        margin: 0;
        padding: 0 20px;
    }

    #examinee main .examinee_contents__study .study_field .study_field_items
    {
        max-width: 100%;
        margin-bottom: 10px;
        padding: 0;
    }

    #examinee main .examinee_contents__study .study_field .study_field_items a:after
    {
        top: 20px;
        right: 20px;

        width: 15px;
        height: 15px;

        background-size: 15px;
    }

    #examinee main .examinee_contents__study .study_field .study_field_items a h3
    {
        font-size: 20px;

        margin-bottom: 20px;
        padding: 30px 0 0;
    }

    #examinee main .examinee_contents__study .study_field .study_field_items a p
    {
        font-size: 13px;
        line-height: 1.6;

        padding: 0 20px 30px;
    }

    #examinee main .examinee_contents__study .study_field .study_field_items:first-child a:before
    {
        top: 10px;
        left: 10px;

        width: 100px;
        height: 75px;

        background-size: 100px;
    }

    #examinee main .examinee_contents__study .study_field .study_field_items:first-child a h3
    {
        padding-left: 0;
    }

    #examinee main .examinee_contents__study .study_field .study_field_items:nth-child(2) a:before
    {
        top: 15px;
        left: 10px;

        width: 110px;
        height: 59px;

        background-size: 110px;
    }

    #examinee main .examinee_contents__study .study_field .study_field_items:nth-child(2) a h3
    {
        padding-left: 0;
    }

    #examinee main .examinee_contents__study .study_field .study_field_items:nth-child(3) a:before
    {
        top: 12px;
        left: 10px;

        width: 110px;
        height: 70px;

        background-size: 110px;
    }

    #examinee main .examinee_contents__study .study_field .study_field_items:nth-child(3) a h3
    {
        padding-left: 0;
    }

    #examinee main .examinee_contents__study .study_field .study_field_items:nth-child(4) a:before
    {
        top: 10px;
        left: 10px;

        width: 100px;
        height: 75px;

        background-size: 100px;
    }

    #examinee main .examinee_contents__study .study_field .study_field_items:nth-child(4) a h3
    {
        padding-left: 0;
    }

    #examinee main .examinee_contents__others
    {
        padding-bottom: 80px;
    }

    #examinee main .examinee_contents__others .others_top
    {
        display: block;

        border-bottom: 0;
    }

    #examinee main .examinee_contents__others .others_top .top_items
    {
        width: 100%;
        margin-bottom: 60px;
        padding: 0 20px;
    }

    #examinee main .examinee_contents__others .others_top .top_items:first-child
    {
        border-right: 0;
    }

    #examinee main .examinee_contents__others .others_top .top_items h3
    {
        font-size: 35px;

        margin-bottom: 30px;
    }

    #examinee main .examinee_contents__others .others_top .top_items h3 span
    {
        font-size: 16px;

        padding-top: 8px;
    }

    #examinee main .examinee_contents__others .others_top .top_items img
    {
        width: 100%;
        margin-bottom: 20px;
    }

    #examinee main .examinee_contents__others .others_top .top_items p
    {
        font-size: 14px;
        line-height: 1.4;

        padding: 0 0 20px;
    }

    #examinee main .examinee_contents__others .others_top .top_items .items_btn
    {
        line-height: 60px;

        width: 100%;
        height: 60px;
    }

    #examinee main .examinee_contents__others .others_top .top_items .items_btn a.page-btn
    {
        font-size: 13px;
    }

    #examinee main .examinee_contents__others .others_top .top_items .items_btn a.page-btn:after
    {
        right: 20px;

        width: 10px;
        height: 10px;

        background-size: 10px;
    }

    #examinee main .examinee_contents__others .others_bottom
    {
        display: block;
    }

    #examinee main .examinee_contents__others .others_bottom .bottom_items
    {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 100%;
        margin-bottom: 60px;
        padding: 0 20px;

        border-right: 0;
    }

    #examinee main .examinee_contents__others .others_bottom .bottom_items:last-child h3
    {
        margin-bottom: 7.467vw;
    }

    #examinee main .examinee_contents__others .others_bottom .bottom_items:last-child
    {
        margin-bottom: 0;
    }

    #examinee main .examinee_contents__others .others_bottom .bottom_items h3
    {
        font-size: 9.333vw;

        margin-bottom: 7.467vw;

        text-align: center;
    }

    #examinee main .examinee_contents__others .others_bottom .bottom_items .items_btn
    {
        line-height: 60px;

        width: 100%;
        height: 60px;
    }

    #examinee main .examinee_contents__others .others_bottom .bottom_items .items_btn a.page-btn
    {
        font-size: 13px;
    }

    #examinee main .examinee_contents__others .others_bottom .bottom_items .items_btn a.page-btn:after
    {
        right: 20px;

        width: 10px;
        height: 10px;

        background-size: 10px;
    }

    #examinee main .examinee_contents__form
    {
        display: block;

        padding: 0 20px 80px;
    }

    #examinee main .examinee_contents__form .form_contact
    {
        margin-right: 0;
        margin-bottom: 10px;
    }

    #examinee main .examinee_contents__form .form_contact a
    {
        width: 100%;
        height: 100%;
        padding: 30px;
    }

    #examinee main .examinee_contents__form .form_contact a:after
    {
        top: 30px;
        right: 30px;

        width: 20px;
        height: 20px;

        background-size: 20px;
    }

    #examinee main .examinee_contents__form .form_contact a h3
    {
        font-size: 20px;

        margin-bottom: 20px;
    }

    #examinee main .examinee_contents__form .form_contact a p.pc_visible
    {
        display: none;
    }

    #examinee main .examinee_contents__form .form_document a
    {
        width: 100%;
        height: 100%;
        padding: 30px;
    }

    #examinee main .examinee_contents__form .form_document a:after
    {
        top: 30px;
        right: 30px;

        width: 20px;
        height: 20px;

        background-size: 20px;
    }

    #examinee main .examinee_contents__form .form_document a h3
    {
        font-size: 20px;

        margin-bottom: 0;
    }

    #examinee main .examinee_contents__link
    {
        padding-bottom: 80px;
    }

    #examinee main .examinee_contents__link h3
    {
        font-size: 20px;

        margin-bottom: 30px;

        text-align: center;
    }

    #examinee main .examinee_contents__link .link_contents
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        margin: 0 -5px;
        padding: 0 20px;

        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    #examinee main .examinee_contents__link .link_contents .link_items
    {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        max-width: 50%;
        padding: 5px;

        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
                flex-basis: 50%;
    }

    #examinee main .examinee_contents__link .link_contents .link_items a:after
    {
        top: 10px;
        right: 10px;

        width: 10px;
        height: 10px;

        background-size: 10px;
    }

    #examinee main .examinee_contents__link .link_contents .link_items a span
    {
        font-size: 12px;
        font-weight: bold;
    }

    #examinee.is--en .mainvisual .slider .slick-dots li:first-child.slick-active
    {
        width: 60px;

        background-size: 60px;
    }

    #examinee.is--en .mainvisual .slider .slick-dots li:nth-child(2).slick-active
    {
        width: 60px;

        background-size: 60px;
    }

    #examinee.is--en .mainvisual .slider .slick-dots li:nth-child(3).slick-active
    {
        width: 60px;

        background-size: 60px;
    }

    #examinee.is--en .mainvisual .slider .slick-dots li:last-child.slick-active
    {
        width: 60px;

        background-size: 60px;
    }
}

@media (min-width: 750px) and (max-width: 1440px)
{
    footer.is--examinee
    {
        width: 94.286vw;
        margin-bottom: 4.653vw;
    }

    footer.is--examinee .fotter_inner .inner_left
    {
        padding: 1.389vw 2.083vw;
    }

    footer.is--examinee .fotter_inner .inner_left ul
    {
        margin-bottom: 4.167vw;
    }

    footer.is--examinee .fotter_inner .inner_left ul li
    {
        font-size: 1.042vw;

        margin-right: 4.861vw;
    }

    footer.is--examinee .fotter_inner .inner_left ul li a:after
    {
        top: .208vw;
        right: -1.806vw;

        width: .764vw;
        height: .764vw;

        background-size: .764vw;
    }

    footer.is--examinee .fotter_inner .inner_right
    {
        padding: 1.389vw 2.083vw 1.389vw 1.389vw;
    }

    footer.is--examinee .fotter_inner .inner_right p
    {
        font-size: 1.042vw;
    }

    footer.is--examinee .fotter_inner .inner_right p a:after
    {
        top: .208vw;
        right: -1.806vw;

        width: .764vw;
        height: .764vw;

        background-size: .764vw;
    }

    footer.is--examinee .fotter_inner .copyright
    {
        font-size: .694vw;
    }

    header.is--examinee
    {
        padding: 2.083vw;
    }

    header.is--examinee .drawer-menu_wrapper .examinee-menu-trigger
    {
        width: 3.071vw;
        height: 3.214vw;
    }

    header.is--examinee .drawer-menu_wrapper nav
    {
        width: 31.429vw;
        padding-top: 6.071vw;

        -webkit-transform: translate(-31.429vw);
            -ms-transform: translate(-31.429vw);
                transform: translate(-31.429vw);
    }

    header.is--examinee .drawer-menu_wrapper nav .examinee-menu-close
    {
        top: 5.571vw;
        right: 2.857vw;

        width: 1.786vw;
    }

    header.is--examinee .drawer-menu_wrapper nav .nav_title
    {
        font-size: 1.571vw;

        padding: 0 4.286vw 6.071vw;
    }

    header.is--examinee .drawer-menu_wrapper nav ul
    {
        width: 21.714vw;
    }

    header.is--examinee .drawer-menu_wrapper nav ul li a
    {
        font-size: 1.143vw;

        padding: 1.429vw 1.786vw;
    }

    header.is--examinee .drawer-menu_wrapper nav ul li a:after
    {
        right: 1.429vw;

        width: .571vw;
        height: .571vw;

        background-size: .571vw;
    }

    header.is--examinee h1
    {
        width: 25.929vw;
    }

    header.is--examinee .right_nav
    {
        right: 2.143vw;
    }

    header.is--examinee .right_nav .nav_inner
    {
        padding-right: 1.429vw;
    }

    header.is--examinee .right_nav .nav_inner .top
    {
        margin-bottom: 1vw;
    }

    header.is--examinee .right_nav .nav_inner .top ul
    {
        padding-right: 2.357vw;
    }

    header.is--examinee .right_nav .nav_inner .top ul li
    {
        padding-right: 1.214vw;
    }

    header.is--examinee .right_nav .nav_inner .top ul li a
    {
        font-size: .786vw;
    }

    header.is--examinee .right_nav .nav_inner .top .language
    {
        padding-right: .857vw;
    }

    header.is--examinee .right_nav .nav_inner .top .language p
    {
        font-size: .929vw;

        padding-right: .571vw;
    }

    header.is--examinee .right_nav .nav_inner .top .search
    {
        width: .929vw;
        height: .929vw;
    }

    header.is--examinee .right_nav .nav_inner .top .modal .modal__content
    {
        padding: 0 2.143vw;
    }

    header.is--examinee .right_nav .nav_inner .top .modal .modal__content .modal_logo
    {
        width: 25.929vw;
        margin-top: 2.143vw;
    }

    header.is--examinee .right_nav .nav_inner .top .modal .modal__content .js-modal-close
    {
        top: 1.429vw;
        right: 2.857vw;
    }

    header.is--examinee .right_nav .nav_inner .top .modal .modal__content .js-modal-close img
    {
        width: 1.786vw;
    }

    header.is--examinee .right_nav .nav_inner .top .modal .modal__content .modal_search_box
    {
        margin: 6.429vw 0 2.143vw;
    }

    header.is--examinee .right_nav .nav_inner .top .modal .modal__content .modal_search_box .box_searchInput
    {
        font-size: 1.571vw;

        height: 6.429vw;
        padding: 2.143vw 2.143vw 2.143vw 7.143vw;
    }

    header.is--examinee .right_nav .nav_inner .top .modal .modal__content .modal_search_box .box_btn
    {
        left: 3.571vw;
    }

    header.is--examinee .right_nav .nav_inner .top .modal .modal__content .modal_search_box .box_btn .box_btn_icon
    {
        width: 1.786vw;
    }

    header.is--examinee .right_nav .nav_inner .top .modal .modal__content .modal_search_tags .tags_wrap h3
    {
        font-size: 2.143vw;

        margin-bottom: 2.143vw;
    }

    header.is--examinee .right_nav .nav_inner .top .modal .modal__content .modal_search_tags .tags_wrap .tags_inner
    {
        padding: 2.857vw 4.286vw 3.571vw;
    }

    header.is--examinee .right_nav .nav_inner .top .modal .modal__content .modal_search_tags .tags_wrap .tags_inner .tags_contents
    {
        margin-bottom: 2.857vw;
    }

    header.is--examinee .right_nav .nav_inner .top .modal .modal__content .modal_search_tags .tags_wrap .tags_inner .tags_contents div
    {
        font-size: 1vw;

        margin: 0 .357vw .714vw 0;
        padding: .571vw 2.143vw;

        border-radius: 7.143vw;
    }

    header.is--examinee .right_nav .nav_inner .top .modal .modal__content .modal_search_tags .tags_wrap .tags_inner .modal_search_tags_btn
    {
        font-size: .972vw;
    }

    header.is--examinee .right_nav .nav_inner .top .modal .modal__content .modal_search_tags .tags_wrap .tags_inner .modal_search_tags_btn .btn_icon
    {
        width: 1.111vw;
        padding-left: 1.389vw;
    }

    header.is--examinee .right_nav .nav_inner .bottom .meganav .meganav_item
    {
        margin-right: 2.639vw;
    }

    header.is--examinee .right_nav .nav_inner .bottom .meganav .meganav_item a
    {
        font-size: 1.042vw;
    }

    header.is--examinee .right_nav .nav_inner .bottom .meganav .meganav_item .meganav_child
    {
        padding: 1.389vw 3.125vw 1.389vw 2.083vw;
    }

    header.is--examinee .right_nav .nav_inner .bottom .meganav .meganav_item .meganav_child ul li
    {
        padding-right: 3.472vw;
    }

    header.is--examinee .right_nav .nav_inner .bottom .meganav .meganav_item .meganav_child ul li a
    {
        font-size: .903vw;
    }

    header.is--examinee .right_nav .nav_inner .bottom .meganav .meganav_item .meganav_child ul li a:after
    {
        right: -1.25vw;
    }

    header.is--examinee .right_nav .nav_inner .bottom .meganav .meganav_item .meganav_child .nav_cource_btn
    {
        margin-top: 1.389vw;
    }

    header.is--examinee .right_nav .nav_inner .bottom .meganav .meganav_item .meganav_child .nav_cource_btn p
    {
        font-size: .903vw;

        margin-bottom: 1.042vw;
    }

    header.is--examinee .right_nav .nav_inner .bottom .meganav .meganav_item .meganav_child .nav_cource_btn .nav_cource_btn_inner .nav_cource_items
    {
        width: 11.111vw;
        margin-right: 1.042vw;
        padding: .694vw;
    }

    header.is--examinee .right_nav .nav_inner .bottom .meganav .meganav_item .meganav_child .nav_cource_btn .nav_cource_btn_inner .nav_cource_items a
    {
        font-size: .833vw;
    }

    header.is--examinee .right_nav .nav_inner .bottom .meganav .meganav_item .meganav_child .nav_cource_btn .nav_cource_btn_inner .nav_cource_items a svg
    {
        height: 1.528vw;
        padding-right: 1.042vw;
    }

    header.is--examinee .right_nav .nav_inner .bottom .header_btn
    {
        width: 8.194vw;
        height: 1.736vw;
        margin-right: .417vw;
    }

    header.is--examinee .right_nav .nav_inner .bottom .header_btn a
    {
        font-size: .694vw;
        line-height: 1.736vw;
    }

    header.is--examinee .right_nav .kyushu-u_logo
    {
        width: 3.542vw;
    }

    #modal .modal__content
    {
        padding: 0 2.083vw;
    }

    #modal .modal__content .modal_logo
    {
        width: 25.208vw;
        margin-top: 2.083vw;
    }

    #modal .modal__content .js-modal-close
    {
        top: 1.389vw;
        right: 2.778vw;
    }

    #modal .modal__content .js-modal-close img
    {
        width: 1.736vw;
    }

    #modal .modal__content .modal_search_box
    {
        margin: 6.25vw 0 2.083vw;
    }

    #modal .modal__content .modal_search_box .box_searchInput
    {
        font-size: 1.528vw;

        height: 6.25vw;
        padding: 2.083vw 2.083vw 2.083vw 6.944vw;
    }

    #modal .modal__content .modal_search_box .box_btn .box_btn_icon
    {
        width: 1.736vw;
    }

    #modal .modal__content .modal_search_tags .tags_wrap h3
    {
        font-size: 2.083vw;

        margin-bottom: 2.083vw;
    }

    #modal .modal__content .modal_search_tags .tags_wrap .tags_inner
    {
        padding: 2.778vw 4.167vw 3.472vw;
    }

    #modal .modal__content .modal_search_tags .tags_wrap .tags_inner .tags_contents
    {
        margin-bottom: 2.778vw;
    }

    #modal .modal__content .modal_search_tags .tags_wrap .tags_inner .tags_contents div
    {
        margin: 0 .347vw .694vw 0;
        padding: .556vw 2.083vw;

        border-radius: 6.944vw;
    }

    #modal .modal__content .modal_search_tags .tags_wrap .tags_inner .modal_search_tags_btn
    {
        font-size: .972vw;
    }

    #modal .modal__content .modal_search_tags .tags_wrap .tags_inner .modal_search_tags_btn .btn_icon
    {
        width: 1.111vw;
        padding-left: 1.389vw;
    }

    #examinee ul.text_slider
    {
        padding: .714vw 0;
    }

    #examinee ul.text_slider li
    {
        font-size: 1.214vw;

        padding-right: 2.143vw;
    }

    #examinee main
    {
        width: 94.286vw;
        margin: 120px auto 0;
    }

    #examinee main .mainvisual .slider
    {
        margin-bottom: 11.429vw;
    }

    #examinee main .mainvisual .slider .slick-dots
    {
        bottom: 4.286vw;
    }

    #examinee main .mainvisual .slider .slick-dots li
    {
        width: 7.857vw;
        padding-right: 2.143vw;
    }

    #examinee main .mainvisual .slider .slick-dots li:first-child.slick-active
    {
        width: 7.857vw;

        background-size: 7.857vw;
    }

    #examinee main .mainvisual .slider .slick-dots li:nth-child(2).slick-active
    {
        width: 7.857vw;

        background-size: 7.857vw;
    }

    #examinee main .mainvisual .slider .slick-dots li:nth-child(3).slick-active
    {
        width: 7.857vw;

        background-size: 7.857vw;
    }

    #examinee main .mainvisual .slider .slick-dots li:last-child.slick-active
    {
        width: 7.857vw;

        background-size: 7.857vw;
    }

    #examinee main .mainvisual .mv_logo
    {
        top: 6vw;
        left: 7.286vw;

        width: 33.357vw;
    }

    #examinee main .mainvisual .mv_scroll
    {
        right: 3.929vw;
        bottom: 3.571vw;

        width: .857vw;
    }

    #examinee main .examinee_contents
    {
        width: 80vw;
    }

    #examinee main .examinee_contents h2
    {
        font-size: 4.286vw;

        margin-bottom: 4.286vw;
    }

    #examinee main .examinee_contents h2 span
    {
        font-size: 1.429vw;

        padding-top: .357vw;
    }

    #examinee main .examinee_contents__news
    {
        width: 77.143vw;
        padding-bottom: 14.286vw;
    }

    #examinee main .examinee_contents__news .tab-area .tab
    {
        font-size: 1.143vw;

        padding-right: 3.571vw;
    }

    #examinee main .examinee_contents__news .tab-area .tab:after
    {
        right: 1.143vw;
    }

    #examinee main .examinee_contents__news .content-area
    {
        margin-bottom: 2.143vw;
    }

    #examinee main .examinee_contents__news .content-area .content.show
    {
        margin: -.714vw;
        margin-top: 3.571vw;
    }

    #examinee main .examinee_contents__news .content-area .content_item
    {
        padding: .714vw;
    }

    #examinee main .examinee_contents__news .content-area .content_item .content_item_inner a
    {
        height: 8.571vw;

        border-radius: .214vw;
    }

    #examinee main .examinee_contents__news .content-area .content_item .content_item_inner a:after
    {
        top: 1.429vw;
        right: 1.429vw;

        width: .929vw;
        height: .929vw;

        background-size: .929vw;
    }

    #examinee main .examinee_contents__news .content-area .content_item .content_item_inner a .img-area
    {
        height: 8.571vw;
    }

    #examinee main .examinee_contents__news .content-area .content_item .content_item_inner a .txt-area
    {
        padding: 0 3.929vw 0 1.429vw;
    }

    #examinee main .examinee_contents__news .content-area .content_item .content_item_inner a .txt-area span
    {
        font-size: .929vw;

        margin-bottom: .714vw;
    }

    #examinee main .examinee_contents__news .content-area .content_item .content_item_inner a .txt-area p
    {
        font-size: 1.071vw;
    }

    #examinee main .examinee_contents__news .view_btn
    {
        margin-right: 2.857vw;
    }

    #examinee main .examinee_contents__news .view_btn a
    {
        font-size: 1vw;
    }

    #examinee main .examinee_contents__news .view_btn a:after
    {
        right: -2.5vw;

        width: 1.143vw;
        height: 1.143vw;

        background-size: 1.143vw;
    }

    #examinee main .examinee_contents__study
    {
        padding-bottom: 14.286vw;
    }

    #examinee main .examinee_contents__study .study_field
    {
        margin: 0 -.714vw;
    }

    #examinee main .examinee_contents__study .study_field .study_field_items a:after
    {
        top: 2vw;
        right: 1.571vw;

        width: 1.786vw;
        height: 1.786vw;

        background-size: 1.786vw;
    }

    #examinee main .examinee_contents__study .study_field .study_field_items a h3
    {
        font-size: 2.286vw;

        margin-bottom: 4.286vw;
        padding: 4.286vw 0 0;
    }

    #examinee main .examinee_contents__study .study_field .study_field_items a p
    {
        font-size: 1.071vw;

        padding: 0 2.5vw 2.143vw;
    }

    #examinee main .examinee_contents__study .study_field .study_field_items:first-child a:before
    {
        top: 2.143vw;
        left: 2.5vw;

        width: 8.786vw;
        height: 6.571vw;

        background-size: 8.786vw;
    }

    #examinee main .examinee_contents__study .study_field .study_field_items:first-child a h3
    {
        padding-left: 2.143vw;
    }

    #examinee main .examinee_contents__study .study_field .study_field_items:nth-child(2) a:before
    {
        top: 2.143vw;
        left: 2.5vw;

        width: 9.643vw;
        height: 5.214vw;

        background-size: 9.643vw;
    }

    #examinee main .examinee_contents__study .study_field .study_field_items:nth-child(2) a h3
    {
        padding-left: 1.429vw;
    }

    #examinee main .examinee_contents__study .study_field .study_field_items:nth-child(3) a:before
    {
        top: 2.143vw;
        left: 2.5vw;

        width: 10.071vw;
        height: 6.143vw;

        background-size: 10.071vw;
    }

    #examinee main .examinee_contents__study .study_field .study_field_items:nth-child(3) a h3
    {
        padding-left: 2.143vw;
    }

    #examinee main .examinee_contents__study .study_field .study_field_items:nth-child(4) a:before
    {
        top: 2.143vw;
        left: 2.5vw;

        width: 9.214vw;
        height: 7vw;

        background-size: 9.214vw;
    }

    #examinee main .examinee_contents__study .study_field .study_field_items:nth-child(4) a h3
    {
        padding-left: 2.143vw;
    }

    #examinee main .examinee_contents__others
    {
        padding-bottom: 14.286vw;
    }

    #examinee main .examinee_contents__others .others_top .top_items
    {
        width: 39.286vw;
        padding: 2.857vw 3.571vw;
    }

    #examinee main .examinee_contents__others .others_top .top_items h3
    {
        font-size: 2.857vw;

        margin-bottom: 2.571vw;
    }

    #examinee main .examinee_contents__others .others_top .top_items h3 span
    {
        font-size: 1.429vw;

        padding-top: .571vw;
    }

    #examinee main .examinee_contents__others .others_top .top_items img
    {
        width: 32.143vw;
        margin-bottom: 2.143vw;
    }

    #examinee main .examinee_contents__others .others_top .top_items p
    {
        font-size: 1.143vw;

        padding: 0 1.429vw 3.571vw;
    }

    #examinee main .examinee_contents__others .others_top .top_items .items_btn
    {
        line-height: 5.714vw;

        width: 27.429vw;
        height: 5.714vw;

        border-radius: .143vw;
    }

    #examinee main .examinee_contents__others .others_top .top_items .items_btn a.page-btn
    {
        font-size: 1vw;
    }

    #examinee main .examinee_contents__others .others_top .top_items .items_btn a.page-btn:after
    {
        right: 1.429vw;

        width: 1vw;
        height: 1vw;

        background-size: 1vw;
    }

    #examinee main .examinee_contents__others .others_bottom .bottom_items
    {
        width: 24.286vw;
        padding: 3.571vw 2vw;
    }

    #examinee main .examinee_contents__others .others_bottom .bottom_items:last-child h3
    {
        margin-bottom: 4vw;
    }

    #examinee main .examinee_contents__others .others_bottom .bottom_items h3
    {
        font-size: 2.071vw;

        margin-bottom: 2.857vw;
    }

    #examinee main .examinee_contents__others .others_bottom .bottom_items h3 span
    {
        font-size: 1vw;

        padding-top: .571vw;
    }

    #examinee main .examinee_contents__others .others_bottom .bottom_items .items_btn
    {
        line-height: 4.286vw;

        width: 20.429vw;
        height: 4.286vw;

        border-radius: .143vw;
    }

    #examinee main .examinee_contents__others .others_bottom .bottom_items .items_btn a.page-btn
    {
        font-size: 1vw;
    }

    #examinee main .examinee_contents__others .others_bottom .bottom_items .items_btn a.page-btn:after
    {
        right: 1.429vw;

        width: 1vw;
        height: 1vw;

        background-size: 1vw;
    }

    #examinee main .examinee_contents__form
    {
        padding-bottom: 14.286vw;
    }

    #examinee main .examinee_contents__form .form_contact
    {
        margin-right: 1.429vw;
    }

    #examinee main .examinee_contents__form .form_contact a
    {
        width: 50.929vw;
        height: 14.429vw;
        padding: 2.143vw 1.429vw;
    }

    #examinee main .examinee_contents__form .form_contact a:after
    {
        top: 2vw;
        right: 2.143vw;

        width: 1.786vw;
        height: 1.786vw;

        background-size: 1.786vw;
    }

    #examinee main .examinee_contents__form .form_contact a h3
    {
        font-size: 1.714vw;

        margin-bottom: 1.429vw;
    }

    #examinee main .examinee_contents__form .form_contact a p
    {
        font-size: .929vw;
    }

    #examinee main .examinee_contents__form .form_document a
    {
        width: 27.571vw;
        height: 14.429vw;
        padding: 2.143vw 1.429vw;
    }

    #examinee main .examinee_contents__form .form_document a:after
    {
        top: 2vw;
        right: 2.143vw;

        width: 1.786vw;
        height: 1.786vw;

        background-size: 1.786vw;
    }

    #examinee main .examinee_contents__form .form_document a h3
    {
        font-size: 1.714vw;

        margin-bottom: 1.429vw;
    }

    #examinee main .examinee_contents__link
    {
        padding-bottom: 13.571vw;
    }

    #examinee main .examinee_contents__link h3
    {
        font-size: 1.714vw;

        margin-bottom: 4.714vw;
    }

    #examinee main .examinee_contents__link .link_contents .link_items
    {
        width: 20vw;
        padding: 0 1.786vw;
    }

    #examinee main .examinee_contents__link .link_contents .link_items a:after
    {
        top: 1.429vw;
        right: 1.429vw;

        width: 1.143vw;
        height: 1.143vw;

        background-size: 1.143vw;
    }

    #examinee main .examinee_contents__link .link_contents .link_items a span
    {
        font-size: 1.286vw;
    }

    #examinee.is--en .mainvisual .slider .slick-dots li:first-child.slick-active
    {
        width: 7.857vw;

        background-size: 7.857vw;
    }

    #examinee.is--en .mainvisual .slider .slick-dots li:nth-child(2).slick-active
    {
        width: 7.857vw;

        background-size: 7.857vw;
    }

    #examinee.is--en .mainvisual .slider .slick-dots li:nth-child(3).slick-active
    {
        width: 7.857vw;

        background-size: 7.857vw;
    }

    #examinee.is--en .mainvisual .slider .slick-dots li:last-child.slick-active
    {
        width: 7.857vw;

        background-size: 7.857vw;
    }
}
