@charset 'UTF-8';
/*! 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.
 */
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;
    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;
    /* 2 */
    text-decoration: underline dotted;
    border-bottom: none;
    /* 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.3;
    /* このままだと全角の下線が出ないため */
    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;
    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'] {
    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 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 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 {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0;
}

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

:root {
    font: 62.5% / 1 sans-serif;
    overflow-y: scroll;
    box-sizing: border-box;

    text-rendering: optimizeLegibility;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

html {
    background-color: #fff;
}

body {
    font-family: 'Roboto','Noto Sans Japanese', 'Noto Sans JP', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Verdana, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.86667;
    word-wrap: break-word;
    color: #333;

    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
            font-smoothing: antialiased;
    text-rendering: auto;
    overflow-wrap: break-word;
}

a {
    transition: all .2s ease;
    text-decoration: none;
    color: inherit;
}

img, svg {
    max-width: 100%;
    height: auto;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    vertical-align: middle;
}

input, textarea, select {
    outline: none;
}

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

textarea {
    resize: vertical;
}

input, textarea {
    /* Google Chrome, Safari, Opera 15+, Android, iOS */
    /* Firefox 19+ */
    /* IE 10+ */
}

input:placeholder-shown, textarea:placeholder-shown {
    opacity: 1;
    color: rgba(160, 160, 160, .7);
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    opacity: 1;
    color: rgba(160, 160, 160, .7);
}

input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
    color: rgba(160, 160, 160, .7);
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    opacity: 1;
    color: rgba(160, 160, 160, .7);
}

.clearfix::after {
    display: table;
    clear: both;
    content: '';
}

ul, ol {
    list-style: none;
}

b, strong {
    font-weight: 700;
}

address {
    font-style: normal;
}

a[target='_blank']::after {
    line-height: 1;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 8px;
    content: '';
    vertical-align: baseline;
    background: url(../images/icon_blank.svg) top left no-repeat;
    background-size: 100% auto;
}

a[href$='.pdf']::after, a[data-pdf]::after {
    line-height: 1;
    display: inline-block;
    width: 14px;
    height: 17px;
    margin-left: 8px;
    content: '';
    vertical-align: text-top;
    background: url(../images/icon_pdf.svg) top left no-repeat;
    background-size: 100% auto;
}

a[href$='.xls']::after, a[href$='.xlsx']::after, a[data-xls]::after, a[data-xlsx]::after {
    line-height: 1;
    display: inline-block;
    width: 14px;
    height: 17px;
    margin-left: 8px;
    content: '';
    vertical-align: text-top;
    background: url(../images/icon_xls.svg) top left no-repeat;
    background-size: 100% auto;
}

a[href$='.doc']::after, a[href$='.docx']::after, a[data-doc]::after, a[data-docx]::after {
    line-height: 1;
    display: inline-block;
    width: 14px;
    height: 17px;
    margin-left: 8px;
    content: '';
    vertical-align: text-top;
    background: url(../images/icon_doc.svg) top left no-repeat;
    background-size: 100% auto;
}

a[href$='.zip']::after, a[data-zip]::after {
    line-height: 1;
    display: inline-block;
    width: 14px;
    height: 17px;
    margin-left: 8px;
    content: '';
    vertical-align: text-top;
    background: url(../images/icon_zip.svg) top left no-repeat;
    background-size: 100% auto;
}

.body-fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}

/*!
 * 
 *         SimpleBar.js - v2.6.1
 *         Scrollbars, simpler.
 *         https://grsmto.github.io/simplebar/
 *         
 *         Made by Adrien Grsmto from a fork by Jonathan Nicol
 *         Under MIT License
 *       
 */
@media screen and (min-width: 768px) {
    .simplebar-track {
        display: none;
    }
    .simplebar-scroll-content, .simplebar-content {
        margin: 0 !important;
        padding: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    [data-simplebar] {
        position: relative;
        z-index: 0;
        overflow: hidden !important;
        max-height: inherit;

        -webkit-overflow-scrolling: touch;
        /* Trigger native scrolling for mobile, if not supported, plugin is used. */
    }
    [data-simplebar='init'] {
        display: -ms-flexbox;
        display: flex;
    }
    .simplebar-scroll-content {
        overflow-x: hidden !important;
        overflow-y: scroll;
        box-sizing: content-box !important;
        min-width: 100% !important;
        max-height: inherit !important;
    }
    .simplebar-content {
        overflow-x: scroll;
        overflow-y: hidden !important;
        box-sizing: border-box !important;
        min-height: 100% !important;
    }
    .table-wrapper .simplebar-content {
        display: -ms-flexbox;
        display: flex;
    }
    .table-wrapper .simplebar-content::after {
        width: 30px;
        min-width: 30px;
        content: '';
    }
    .simplebar-track {
        position: absolute;
        z-index: 1;
        right: 0;
        bottom: -30px;
        width: 11px;
    }
    .simplebar-scrollbar {
        position: absolute;
        right: 2px;
        width: 7px;
        min-height: 10px;
    }
    .simplebar-scrollbar:before {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        content: '';
        transition: opacity .2s linear;
        opacity: 1;
        border-radius: 0;
        background: rgba(51, 51, 51, .5);
    }
    .simplebar-track:hover .simplebar-scrollbar:before, .simplebar-track .simplebar-scrollbar.visible:before {
        transition: opacity 0 linear;
        /* When hovered, remove all transitions from drag handle */
        opacity: 1;
    }
    .simplebar-track.vertical {
        top: 0;
    }
    .table-wrapper .simplebar-track.vertical {
        display: none;
    }
    .simplebar-track.vertical .simplebar-scrollbar:before {
        top: 2px;
        bottom: 2px;
    }
    .simplebar-track.horizontal {
        bottom: 0;
        left: 0;
        width: auto;
        height: 10px;
        border-radius: 100px;
        background: #e9e9e9;
    }
    .simplebar-track.horizontal[style='visibility: hidden;'] .simplebar-scrollbar {
        visibility: hidden !important;
    }
    .simplebar-track.horizontal .simplebar-scrollbar:before {
        right: 0;
        left: 0;
        height: 100%;
        border-radius: 100px;
    }
    .horizontal.simplebar-track .simplebar-scrollbar {
        top: 0;
        right: auto;
        width: auto;
        min-width: 10px;
        height: 10px;
        min-height: 0;
    }
    .table-wrapper[data-simplebar] {
        margin-right: -20px;
        padding-bottom: 20px;
    }
    .table-wrapper[data-simplebar] table {
        min-width: 700px;
    }
    .table-wrapper[data-simplebar] .simplebar-track.horizontal {
        z-index: 999;
    }
    .table-wrapper[data-simplebar] .simplebar-scroll-content {
        z-index: 9;
    }
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
     -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

html {
    position: relative;
}

#global-wrapper {
    overflow: hidden;
    min-width: 1280px;
    min-height: 100vh;
}

@media screen and (max-width: 767px) {
    #global-wrapper {
        min-width: 0;
    }
}

.page-max-L {
    box-sizing: content-box;
    min-width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

@media screen and (max-width: 767px) {
    .page-max-L {
        min-width: auto;
        padding: 0 20px;
    }
}

.page-max {
    box-sizing: content-box;
    min-width: 1100px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
}

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

.page-max-S {
    box-sizing: content-box;
    min-width: 860px;
    max-width: 860px;
    margin: 0 auto;
    padding: 0 40px;
}

@media screen and (max-width: 767px) {
    .page-max-S {
        min-width: auto;
        padding: 0 20px;
    }
}

.page-max-XS {
    box-sizing: content-box;
    min-width: 800px;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 40px;
}

@media screen and (max-width: 767px) {
    .page-max-XS {
        min-width: auto;
        padding: 0 20px;
    }
}

.page-max-1200 {
    box-sizing: content-box;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

@media screen and (max-width: 767px) {
    .page-max-1200 {
        padding: 0;
    }
    .page-max-1200.sp-side {
        padding: 0 20px;
    }
    .page-max-1200.sp-side-L {
        padding: 0 30px;
    }
}

.page-max-1100 {
    box-sizing: content-box;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
}

@media screen and (max-width: 767px) {
    .page-max-1100 {
        padding: 0;
    }
    .page-max-1100.sp-side {
        padding: 0 20px;
    }
    .page-max-1100.sp-side-L {
        padding: 0 30px;
    }
    .page-max-1100.sp-side-LL {
        padding: 0 40px;
    }
}

.page-max-1040 {
    box-sizing: content-box;
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 40px;
}

@media screen and (max-width: 767px) {
    .page-max-1040 {
        padding: 0;
    }
    .page-max-1040.sp-side {
        padding: 0 20px;
    }
    .page-max-1040.sp-side-L {
        padding: 0 30px;
    }
}

.page-max-860 {
    box-sizing: content-box;
    max-width: 860px;
    margin: 0 auto;
    padding: 0 40px;
}

@media screen and (max-width: 767px) {
    .page-max-860 {
        padding: 0;
    }
    .page-max-860.sp-side {
        padding: 0 20px;
    }
    .page-max-860.sp-side-L {
        padding: 0 30px;
    }
}

.page-max-800 {
    box-sizing: content-box;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 40px;
}

@media screen and (max-width: 767px) {
    .page-max-800 {
        padding: 0;
    }
    .page-max-800.sp-side {
        padding: 0 20px;
    }
    .page-max-800.sp-side-L {
        padding: 0 30px;
    }
}

@media screen and (max-width: 767px) {
    .page-max-none.sp-side {
        padding: 0 20px;
    }
    .page-max-none.sp-side-L {
        padding: 0 30px;
    }
}

#header {
    position: relative;
    height: 100px;
}

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

.header {
    /*a {
		@include clear-a;
	}
	ul {
		@include clear-ul;
	}*/
}

.header-inner {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 1280px;
    height: 100px;
    padding-left: 30px;
    background-color: #fff;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .2);

    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.ccm-toolbar-visible .header-inner {
    top: 48px;
}

@media screen and (max-width: 767px) {
    .header-inner {
        min-width: auto;
        height: 60px;
        padding-right: 75px;
        padding-left: 15px;
    }
}

.header-logo {
    -ms-flex: 1 0;
        flex: 1 0;
}

.header-logo img {
    max-width: 293px;
}

@media screen and (max-width: 767px) {
    .header-logo img {
        max-width: 252px;
    }
}

.header-nav-group {
    display: -ms-flexbox;
    display: flex;

    -ms-flex-align: center;
    align-items: center;
}

.global-nav {
    margin-right: 38px;
}

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

.global-nav nav > ul {
    display: -ms-flexbox;
    display: flex;
}

.global-nav nav > ul > li {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
}

.global-nav nav > ul > li > a {
    line-height: 100px;
    position: relative;
    display: block;
    height: 100px;
    padding: 0 30px;
}

.global-nav nav > ul > li > a::before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    content: '';
    transition: all .4s ease;
    opacity: 0;
    background-color: #892019;
}

.global-nav nav > ul > li > a:hover {
    color: #892019;
}

.global-nav nav > ul > li > a:hover::before {
    opacity: 1;
}

.global-nav nav > ul > li > a:hover + .mega-wrapper {
    display: block;
    animation-name: fade-in;
    animation-duration: .4s;
    animation-timing-function: ease;

    animation-fill-mode: forwards;
}

.global-nav nav > ul > li > a:hover + .mega-wrapper .cover {
    display: block;
}

.global-nav nav > ul > li > a.current::before {
    opacity: 1;
}

.mega-wrapper {
    position: absolute;
    z-index: 10;
    top: 100px;
    left: 0;
    display: none;
    width: 100%;
    opacity: 0;
}

.mega-wrapper:hover {
    display: block;
    opacity: 1;
}

.mega {
    position: relative;
    z-index: 1;
    padding: 28px 0 51px;
    background-color: #f0efef;
}

.mega .column {
    width: calc((100% - (58px * (2 - 1))) / 2 - .1px);
    margin-right: 58px;
}

.mega .column:nth-child(2n) {
    margin-right: 0;
}

.mega .title {
    font-size: 1.8rem;
    line-height: 2.33333;
    margin-bottom: 20px;
    padding-bottom: 15px;
    letter-spacing: .02em;
    color: #892019;
    border-bottom: 1px solid #dbd7d7;
}

.mega .title::before {
    font-family: 'cfk' !important;
    font-size: 1.8rem;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    margin-right: 10px;
    content: '';
    vertical-align: baseline;
    text-transform: none;

    speak: none;
}

.mega:hover + .cover {
    display: block;
}

.mega-inner {
    display: -ms-flexbox;
    display: flex;
    box-sizing: content-box;
    min-width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.cover {
    position: fixed;
    top: 100px;
    left: 0;
    display: none;
    width: 100%;
    width: 100%;
    height: 100vh;
    height: calc(100vh - 100px);
    background-color: rgba(0, 0, 0, .4);
}

.ccm-toolbar-visible .cover {
    top: 148px;
    height: calc(100vh - 148px);
}

.mega-medias {
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.mega-medias > * {
    width: 50%;
}

.mega-media {
    padding: 1px;
}

.mega-media .heading {
    font-size: 1.1rem;
    line-height: 1.18182;
    margin-bottom: 3px;
    color: #892019;
}

.mega-media .heading b {
    font-size: 2rem;
    line-height: 1.2;
    margin-left: 5px;
}

.mega-media .text {
    font-size: 1.4rem;
    line-height: 1.42857;
}

.mega-media dl {
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
    background-color: #fff;
}

.mega-media dd {
    padding: 13px 10px 0 17px;

    -ms-flex: 1;
        flex: 1;
}

.mega-media a:hover {
    color: #892019;
}

.mega-medias-2nd {
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.mega-medias-2nd > * {
    width: calc((100% - (20px * (2 - 1))) / 2 - .1px);
    margin-right: 20px;
}

.mega-medias-2nd > *:nth-child(2n) {
    margin-right: 0;
}

.mega-media-2nd dl {
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
}

.mega-media-2nd dd {
    font-size: 1.3rem;
    font-weight: 500;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;

    -ms-flex: 1;
        flex: 1;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.mega-media-2nd a:hover {
    color: #892019;
}

.mega-listnav {
    margin-top: 17px;
}

.mega-listnav ul {
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.mega-listnav li {
    font-size: 1.4rem;
    font-weight: 500;
    width: calc(100% / 3);
    padding: 18px 13px 17px;
    border-bottom: 1px solid rgba(112, 112, 112, .14);

    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
}

.mega-listnav li::before {
    font-family: 'cfk' !important;
    font-size: .9rem;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    margin-right: 7px;
    content: '';
    vertical-align: middle;
    text-transform: none;
    color: #892019;

    speak: none;
}

.mega-listnav a:hover {
    color: #892019;
}

.header-tool {
    width: 282px;
    height: 100px;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .header-tool {
        display: -ms-flexbox;
        display: flex;
            flex-direction: column-reverse;
        width: auto;
        height: auto;
        padding: 40px 0;

        -ms-flex-direction: column-reverse;
    }
}

.header-tool .top {
    line-height: 40px;
    display: -ms-flexbox;
    display: flex;
    height: 40%;
    background-color: #333;
}

@media screen and (max-width: 767px) {
    .header-tool .top {
        line-height: 1;
            flex-direction: column-reverse;
        height: auto;
        background-color: transparent;

        -ms-flex-direction: column-reverse;
    }
}

.header-tool .bottom {
    display: -ms-flexbox;
    display: flex;
    height: 60%;
    background-color: #892019;

    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .header-tool .bottom {
        height: auto;
    }
}

.header-tool .sub-nav {
    font-size: 1.2rem;
    font-weight: 500;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.header-tool .sub-nav li {
    width: 50%;
    text-align: center;
}

.header-tool .sub-nav li a {
    position: relative;
}

.header-tool .sub-nav li a::before {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    content: '';
    opacity: 0;
    background: #fff;
}

@media screen and (max-width: 767px) {
    .header-tool .sub-nav li a::before {
        content: none;
    }
}

.header-tool .sub-nav li a:hover::before {
    transition: all .3s ease;
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .header-tool .sub-nav li a {
        display: block;
        padding: 14px 0;
    }
}

.header-tool .sub-nav li + li {
    border-left: 1px solid rgba(255, 255, 255, .44);
}

.header-tool .sub-nav .icon-mail {
    font-size: 1.7rem;
    margin-right: 9px;
    vertical-align: middle;
}

.header-tool .sub-nav .icon-diagram {
    font-size: 1.7rem;
    margin-right: 8px;
    vertical-align: middle;
}

.header-tool .search {
    width: 170px;
    padding: 10px 0 10px 17px;
}

@media screen and (max-width: 767px) {
    .header-tool .search {
        width: auto;
        padding: 20px 0 0;
    }
}

.header-tool .search form {
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .header-tool .search .search-inner {
        display: -ms-flexbox;
        display: flex;
    }
}

.header-tool .search input {
    width: 113px;
    vertical-align: text-bottom;
    color: #fff;
    border: 0;
    border-bottom: 1px solid #fff;
    background-color: transparent;
}

@media screen and (max-width: 767px) {
    .header-tool .search input {
        font-size: 16px;
        padding: 15px;
        color: #333;
        border: 1px solid #333;
        border-radius: 0;

        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
        -webkit-appearance: none;
        -webkit-tap-highlight-color: transparent;
    }
}

.header-tool .search .icon-search {
    font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
    .header-tool .search a {
        line-height: 51px;
        display: block;
        width: 50px;
        min-width: 50px;
        text-align: center;
        background-color: #333;
    }
}

.header-tool .lang-switch {
    font-size: 1.2rem;
    font-weight: 700;
    display: -ms-flexbox;
    display: flex;
    width: 112px;
    border-left: 1px solid rgba(255, 255, 255, .3);

    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .header-tool .lang-switch {
        font-size: 1.3rem;
        width: auto;
        border-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .header-tool .lang-switch li {
        -ms-flex: 1;
            flex: 1;
    }
}

@media screen and (max-width: 767px) {
    .header-tool .lang-switch li:not(:first-child) {
        border-left: 1px solid #707070;
    }
}

.header-tool .lang-switch a {
    display: inline-block;
    padding: 0 8px;
    transition: all .3s ease;
    color: #797979;
}

.header-tool .lang-switch a:hover {
    color: #fff;
}

@media screen and (max-width: 767px) {
    .header-tool .lang-switch a {
        width: 100%;
        padding: 14px 0;
        text-align: center;
    }
}

.header-tool .lang-switch .current {
    color: #fff;
}

@media screen and (max-width: 767px) {
    .header-tool .lang-switch {
        background-color: #333;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media screen and (max-width: 767px) {
    .header-nav-group {
        position: fixed;
        z-index: 10;
        top: 60px;
        left: 100vw;
        display: block;
        overflow: auto;
        min-width: 100vw;
        height: calc(100% - 60px);
        padding: 13px 30px 0;
        transition: left .4s ease;
        background-color: #fff;
        /*.header-fixed & {
			top: 60px;
			height: calc(100% - 60px);
		}*/
    }
    .mobile-active .header-nav-group {
        left: 0vw;
    }
}

.global-nav-sp {
    display: none;
}

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

.global-nav-sp .has-child > span {
    position: relative;
    cursor: pointer;
}

.global-nav-sp .has-child > span::after {
    font-family: 'cfk' !important;
    font-size: 1.4rem;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 40px;
    margin: auto;
    content: '';
    text-align: center;
    text-transform: none;
    border-left: 1px solid #c6c6c6;

    speak: none;
}

.global-nav-sp .has-child > span.active::after {
    content: '';
}

.global-nav-sp .has-child > span > a {
    position: relative;
    z-index: 1;
    display: block;
    margin: -22px 0 -22px -26px;
    padding: 22px 0 22px 26px;
}

.global-nav-sp .has-child > span + ul {
    display: none;
}

.global-nav-sp .layer1 > li {
    border-bottom: 1px solid #c6c6c6;
}

.global-nav-sp .layer1 > li > a, .global-nav-sp .layer1 > li > span {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    position: relative;
    display: block;
    padding: 22px 50px 22px 26px;
}

.global-nav-sp .layer1 > li > a::before, .global-nav-sp .layer1 > li > span::before {
    font-family: 'cfk' !important;
    font-size: 1.4rem;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 7px;
    display: -ms-flexbox;
    display: flex;
    content: '';
    text-transform: none;
    color: #892019;

    speak: none;
    -ms-flex-align: center;
    align-items: center;
}

.global-nav-sp .layer2 {
    padding-bottom: 20px;
}

.global-nav-sp .layer2 > li {
    padding-left: 20px;
    background-color: rgba(219, 215, 215, .5);
}

.global-nav-sp .layer2 > li > a, .global-nav-sp .layer2 > li > span {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    position: relative;
    display: block;
    padding: 20px 50px 20px 26px;
    color: #892019;
}

.global-nav-sp .layer2 > li > a::before, .global-nav-sp .layer2 > li > span::before {
    font-family: 'cfk' !important;
    font-size: 1.2rem;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 6px;
    display: -ms-flexbox;
    display: flex;
    content: '';
    text-transform: none;
    color: #892019;

    speak: none;
    -ms-flex-align: center;
    align-items: center;
}

.global-nav-sp .layer2 > li + li {
    border-top: 1px solid #fff;
}

.global-nav-sp .layer2 > li.has-child > span::after {
    color: #892019;
    border-left: 0;
}

.global-nav-sp .layer2 .has-child > span > a {
    margin: -20px 0 -20px -26px;
    padding: 20px 0 20px 26px;
}

.global-nav-sp .layer3 {
    padding-bottom: 20px;
}

.global-nav-sp .layer3 > li {
    background-color: #fff;
}

.global-nav-sp .layer3 > li > a {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.28571;
    position: relative;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;
    min-height: 50px;
    padding: 14px 50px 10px 15px;

    -ms-flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}

.global-nav-sp .layer3 > li > a span {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.16667;
    display: block;
    margin-bottom: 4px;
}

.global-nav-sp .layer3 > li > a::after {
    font-family: 'cfk' !important;
    font-size: 1.2rem;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 40px;
    margin: auto;
    content: '';
    text-align: center;
    text-transform: none;
    color: #892019;

    speak: none;
}

.global-nav-sp .layer3 > li + li {
    border-top: 1px solid rgba(219, 215, 215, .5);
}

.menu-trigger-wrapper {
    display: none;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .menu-trigger-wrapper {
        font-size: 1rem;
        position: absolute;
        top: 0;
        right: 0;
        display: -ms-flexbox;
        display: flex;
        width: 60px;
        height: 60px;
        background-color: rgba(219, 215, 215, .36);

        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.menu-trigger, .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    transition: all .4s;
}

.menu-trigger {
    position: relative;
    width: 27px;
    height: 16px;
}

.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 0;
    background-color: #892019;
}

.menu-trigger span:nth-of-type(1) {
    top: 0;
}

.menu-trigger span:nth-of-type(2) {
    top: 7px;
}

.menu-trigger span:nth-of-type(3) {
    bottom: 0;
    width: 13px;
}

.mobile-active .menu-trigger span:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg);
}

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

.mobile-active .menu-trigger span:nth-of-type(3) {
    width: 100%;
    transform: translateY(-7px) rotate(45deg);
}

#footer {
    min-width: 1280px;
}

@media screen and (max-width: 767px) {
    #footer {
        min-width: auto;
    }
}

.footer {
    /*a {
		@include clear-a;
	}
	ul {
		@include clear-ul;
	}*/
}

.footer-top {
    padding: 80px 0 78px;
    background-color: rgba(219, 215, 215, .5);
    /*.page-max {
		padding: 0 ($psm + 6);
		@include xsp {
			padding: 0 ($psm-sp + 10);
		}
	}*/
}

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

.footer-nav {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -40px;
}

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

.footer-nav .column {
    padding: 4px 40px 0;
    border-left: 1px solid #c6c6c6;
}

@media screen and (max-width: 767px) {
    .footer-nav .column {
        padding: 0;
        border-top: 1px solid #c6c6c6;
        border-left: 0;
    }
}

.footer-nav .column:first-child {
    border-left: 0;
}

@media screen and (max-width: 767px) {
    .footer-nav .column:first-child {
        border-top: 0;
    }
}

.footer-nav .column1 {
    width: 240px;
}

@media screen and (max-width: 767px) {
    .footer-nav .column1 {
        width: auto;
        /*ul {
				display: flex;
				flex-wrap: wrap;
			}
			li { width: calc(50% - 10px); }*/
    }
}

.footer-nav .column2 {
    width: 450px;
}

.footer-nav .column2 ul {
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.footer-nav .column2 li {
    width: 50%;
}

@media screen and (max-width: 767px) {
    .footer-nav .column2 {
        width: auto;
    }
    .footer-nav .column2 ul {
        display: block;
    }
    .footer-nav .column2 li {
        width: auto;
    }
}

.footer-nav .column3 {
    width: 274px;
}

@media screen and (max-width: 767px) {
    .footer-nav .column3 {
        width: auto;
    }
    .footer-nav .column3 ul {
        display: -ms-flexbox;
        display: flex;

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .footer-nav .column3 li {
        width: calc(50% - 10px);
    }
}

.footer-nav .column4 {
    width: 204px;
}

.footer-nav .column4 ul {
    padding-left: 6px;
}

.footer-nav .column4 .nav {
    margin-top: -9px;
}

@media screen and (max-width: 767px) {
    .footer-nav .column4 {
        display: -ms-flexbox;
        display: flex;
        width: auto;
        padding-top: 23px;
    }
    .footer-nav .column4 ul {
        padding-left: 0;
    }
    .footer-nav .column4 .nav {
        width: 50%;
        margin-top: 0;
    }
}

.footer-nav .title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
}

.footer-nav .title::before {
    font-family: 'cfk' !important;
    font-size: 1.4rem;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    margin-right: 5px;
    margin-left: -2px;
    content: '';
    text-transform: none;
    color: #892019;

    speak: none;
}

@media screen and (max-width: 767px) {
    .footer-nav .title {
        padding: 30px 0 0;
    }
}

.footer-nav .title + .title {
    margin-top: 35px;
}

@media screen and (max-width: 767px) {
    .footer-nav .title + .title {
        margin-top: 27px;
        border-top: 1px solid #c6c6c6;
    }
}

.footer-nav .title + .nav {
    margin-top: 18px;
    padding-left: 18px;
}

@media screen and (max-width: 767px) {
    .footer-nav .title + .nav {
        padding-bottom: 21px;
    }
}

.footer-nav .nav {
    font-size: 1.3rem;
    line-height: 2.15385;
}

.footer-nav .nav + .nav {
    margin-top: 28px;
}

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

.footer-nav ul + ul {
    margin-left: 50px;
}

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

.footer-middle {
    padding: 50px 0 48px;
    /*.page-max {
		@include xsp {
			padding: 0 ($psm-sp + 17);
		}
	}*/
}

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

.footer-logo {
    margin-bottom: 30px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .footer-logo {
        margin-bottom: 23px;
    }
}

.footer-logo img {
    max-width: 350px;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .footer-logo img {
        max-width: 295px;
    }
}

.addresses {
    display: -ms-flexbox;
    display: flex;

    -ms-flex-pack: center;
    justify-content: center;
}

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

.addresses address {
    font-size: 1.3rem;
    line-height: 1.69231;
    margin: 0 21px;
}

@media screen and (max-width: 767px) {
    .addresses address {
        margin: 13px 0 0;
    }
}

.addresses a {
    font-weight: 500;
    text-decoration: underline;
    color: #892019;
}

.addresses a:not(:root)::after {
    padding: 0;
    content: none;
}

.footer-bottom {
    background-color: #892019;
}

.copyright {
    font-size: 1.2rem;
    line-height: 1.16667;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    text-align: center;
    color: #fff;

    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.copyright small {
    font-size: 100%;
}

@media screen and (max-width: 767px) {
    .copyright {
        line-height: 1.66667;
    }
}

@font-face {
    font-family: 'cfk';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/cfk.ttf?8fk9ev') format('truetype'), url('../fonts/cfk.woff?8fk9ev') format('woff'), url('../fonts/cfk.svg?8fk9ev#cfk') format('svg');
}

[class^='icon-'], [class*=' icon-'] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'cfk' !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;

    speak: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-left:before {
    content: '';
}

.icon-b-arrow-left:before {
    content: '';
}

.icon-arrow:before {
    content: '';
}

.icon-b-arrow:before {
    content: '';
}

.icon-circle1:before {
    content: '';
}

.icon-circle2:before {
    content: '';
}

.icon-cycle:before {
    content: '';
}

.icon-diagram:before {
    content: '';
}

.icon-mail:before {
    content: '';
}

.icon-minus:before {
    content: '';
}

.icon-plus:before {
    content: '';
}

.icon-search:before {
    content: '';
}

.icon-square-arrow:before {
    content: '';
}

.icon-square-b-arrow:before {
    content: '';
}

.breadcrumb {
    padding: 11px 0;
}

.breadcrumb ol {
    font-size: 1.2rem;
    line-height: 1;
    display: -ms-flexbox;
    display: flex;
    padding: 0 5px;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.breadcrumb li {
    margin-right: 9px;
    padding: 3px 0;
}

.breadcrumb li + li::before {
    font-family: 'cfk' !important;
    font-size: 1rem;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    margin-right: 6px;
    content: '';
    vertical-align: middle;
    text-transform: none;

    speak: none;
}

.breadcrumb a {
    text-decoration: underline;
}

.convbtn-wrapper {
    text-align: center;
}

.convbtn-wrapper + * {
    margin-top: 60px;
}

.convbtn-wrapper + .btn-wrapper {
    margin-top: 60px;
}

.convbtn-wrapper + .convbtn-wrapper {
    margin-top: 13px;
}

.convbtn-wrapper + h2 {
    margin-top: 100px;
}

@media screen and (max-width: 767px) {
    .convbtn-wrapper + * {
        margin-top: 50px;
    }
    .convbtn-wrapper + .btn-wrapper {
        margin-top: 50px;
    }
}

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

.btn-wrapper + * {
    margin-top: 60px;
}

.btn-wrapper + .btn-wrapper {
    margin-top: 13px;
}

.btn-wrapper + .convbtn-wrapper {
    margin-top: 60px;
}

.btn-wrapper + h2 {
    margin-top: 100px;
}

@media screen and (max-width: 767px) {
    .btn-wrapper + * {
        margin-top: 50px;
    }
    .btn-wrapper + .convbtn-wrapper {
        margin-top: 50px;
    }
}

.btn {
    display: inline-block;
    padding: 5px 2em;
    cursor: pointer;
    transition: all .2s ease;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    text-decoration: none;
    color: inherit;
    border: 0;
    background-color: #777;
}

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

.btn[data-disabled], .btn.disabled, .btn:disabled {
    pointer-events: none;
    opacity: .4;
}

.btn[target='_blank']::after, .btn[href$='.pdf']::after, .btn[data-pdf]::after, .btn[href$='.xls']::after, .btn[href$='.xlsx']::after, .btn[data-xls]::after, .btn[data-xlsx]::after, .btn[href$='.doc']::after, .btn[href$='.docx']::after, .btn[data-doc]::after, .btn[data-docx]::after, .btn[href$='.zip']::after, .btn[data-zip]::after {
    content: '';
}

.btn:not(:root):hover {
    text-decoration: none;
}

.btn-normal:not(:root) {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    position: relative;
    min-width: 395px;
    padding: 22px 40px 22px 17px;
    text-align: left;
    color: #333;
    border: 1px solid #dbd7d7;
    background-color: transparent;
}

@media screen and (max-width: 767px) {
    .btn-normal:not(:root) {
        width: 100%;
        min-width: auto;
        padding: 17px 40px 17px 17px;
    }
}

.btn-normal:not(:root)::after {
    font-family: 'cfk' !important;
    font-size: 1.4rem;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    content: '';
    text-transform: none;
    color: #892019;

    speak: none;
    -ms-flex-align: center;
    align-items: center;
}

.btn-normal:not(:root):visited {
    color: inherit;
}

.btn-normal:not(:root):hover {
    color: #892019;
    border: 1px solid #892019;
}

.btn-normal:not(:root)[target='_blank']::after, .btn-normal:not(:root)[href$='.pdf']::after, .btn-normal:not(:root)[data-pdf]::after, .btn-normal:not(:root)[href$='.xls']::after, .btn-normal:not(:root)[href$='.xlsx']::after, .btn-normal:not(:root)[data-xls]::after, .btn-normal:not(:root)[data-xlsx]::after, .btn-normal:not(:root)[href$='.doc']::after, .btn-normal:not(:root)[href$='.docx']::after, .btn-normal:not(:root)[data-doc]::after, .btn-normal:not(:root)[data-docx]::after, .btn-normal:not(:root)[href$='.zip']::after, .btn-normal:not(:root)[data-zip]::after {
    content: '';
}

.convbtn-normal:not(:root), .convbtn-normal-white:not(:root) {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    position: relative;
    min-width: 395px;
    padding: 27px 45px;
    text-align: center;
    color: #fff;
    background-color: #892019;
}

@media screen and (max-width: 767px) {
    .convbtn-normal:not(:root), .convbtn-normal-white:not(:root) {
        width: 100%;
        min-width: auto;
    }
}

.convbtn-normal:not(:root)::after, .convbtn-normal-white:not(:root)::after {
    font-family: 'cfk' !important;
    font-size: 1.8rem;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 18px;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    content: '';
    text-transform: none;
    color: #fff;

    speak: none;
    -ms-flex-align: center;
    align-items: center;
}

.convbtn-normal:not(:root):visited, .convbtn-normal-white:not(:root):visited {
    color: #fff;
}

.convbtn-normal:not(:root):hover, .convbtn-normal-white:not(:root):hover {
    background-color: #333;
}

.convbtn-normal:not(:root).prev::after, .convbtn-normal-white:not(:root).prev::after {
    right: auto;
    left: 18px;
    content: '';
}

.convbtn-normal:not(:root)[target='_blank']::after, .convbtn-normal-white:not(:root)[target='_blank']::after, .convbtn-normal:not(:root)[href$='.pdf']::after, .convbtn-normal-white:not(:root)[href$='.pdf']::after, .convbtn-normal:not(:root)[data-pdf]::after, .convbtn-normal-white:not(:root)[data-pdf]::after, .convbtn-normal:not(:root)[href$='.xls']::after, .convbtn-normal-white:not(:root)[href$='.xls']::after, .convbtn-normal:not(:root)[href$='.xlsx']::after, .convbtn-normal-white:not(:root)[href$='.xlsx']::after, .convbtn-normal:not(:root)[data-xls]::after, .convbtn-normal-white:not(:root)[data-xls]::after, .convbtn-normal:not(:root)[data-xlsx]::after, .convbtn-normal-white:not(:root)[data-xlsx]::after, .convbtn-normal:not(:root)[href$='.doc']::after, .convbtn-normal-white:not(:root)[href$='.doc']::after, .convbtn-normal:not(:root)[href$='.docx']::after, .convbtn-normal-white:not(:root)[href$='.docx']::after, .convbtn-normal:not(:root)[data-doc]::after, .convbtn-normal-white:not(:root)[data-doc]::after, .convbtn-normal:not(:root)[data-docx]::after, .convbtn-normal-white:not(:root)[data-docx]::after, .convbtn-normal:not(:root)[href$='.zip']::after, .convbtn-normal-white:not(:root)[href$='.zip']::after, .convbtn-normal:not(:root)[data-zip]::after, .convbtn-normal-white:not(:root)[data-zip]::after {
    content: '';
}

.convbtn-normal-white:not(:root) {
    color: #892019;
    background-color: #fff;
}

.convbtn-normal-white:not(:root)::after {
    color: #892019;
}

.convbtn-normal-white:not(:root):visited {
    color: #892019;
}

.convbtn-normal-white:not(:root):hover {
    color: #fff;
    background-color: #892019;
}

.convbtn-normal-white:not(:root):hover::after {
    color: #fff;
}

.full-banner .convbtn-normal-white:not(:root), .large-banner .convbtn-normal-white:not(:root) {
    min-width: 296px;
    padding: 23px;
}

@media screen and (max-width: 767px) {
    .full-banner .convbtn-normal-white:not(:root), .large-banner .convbtn-normal-white:not(:root) {
        width: 100%;
        min-width: auto;
    }
}

.pagetop-wrap {
    display: none;
}

@media screen and (max-width: 991px) {
    .pagetop-wrap {
        display: block;
    }
}

.pagetop {
    position: fixed;
    z-index: 1;
    right: 0;
    bottom: 0;
}

.pagetop a {
    line-height: 57px;
    display: block;
    width: 57px;
    height: 57px;
    text-align: center;
    background-color: rgba(0, 0, 0, .7);
}

.pagetop i {
    font-size: 1.8rem;
    display: inline-block;
    transform: rotate(-90deg);
    color: #fff;
}

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

@media screen and (min-width: 768px) {
    .sp-show {
        display: none;
    }
}

.red {
    color: #892019;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.page-section {
    padding-bottom: 100px;
}

.page-article + .page-section, .page-section + .page-section {
    border-top: 1px solid #333;
}

.page-section.large-hr {
    position: relative;
    padding-top: 10px;
    border-top: 0;
}

@media screen and (max-width: 767px) {
    .page-section.large-hr {
        padding-top: 8px;
    }
}

.page-section.large-hr::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 10px;
    margin: auto;
    content: '';
    background: #892019;
}

@media screen and (max-width: 767px) {
    .page-section.large-hr::before {
        height: 8px;
    }
}

.page-section.large-hr::after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 10px;
    margin: auto;
    content: '';
    border-left: 150px solid #333;
}

@media screen and (max-width: 767px) {
    .page-section.large-hr::after {
        height: 8px;
    }
}

.page-section.large-hr > div[class^='page-max-'] > .heading-group2:first-child {
    margin-top: 50px;
}

@media screen and (max-width: 767px) {
    .page-section.large-hr > div[class^='page-max-'] > .heading-group2:first-child {
        margin-top: 60px;
    }
}

.page-section.large-hr-1100::before {
    max-width: 1100px;
}

.page-section.large-hr-1100::after {
    max-width: 1100px;
}

.page-section > div[class^='page-max-'] > .sec-title:first-child {
    margin-top: 62px;
}

.page-section > div[class^='page-max-'] > .simple-about-cards:first-child {
    margin-top: 100px;
}

.page-section > div[class^='page-max-'] > .category-check:first-child, .page-section > div[class^='page-max-'] > .tag-check:first-child {
    margin-top: 40px;
}

.page-section > div[class^='page-max-'] > .h3:first-child {
    margin-top: 60px;
}

.page-section > div[class^='page-max-'] > .recruit-heading-group:first-child {
    margin-top: 47px;
}

.page-section > div[class^='page-max-'] > .people-cards:first-child {
    margin-top: 90px;
}

.page-section > div[class^='page-max-'] > .project-cards:first-child {
    margin-top: 100px;
}

.page-section > div[class^='page-max-'] > .convbtn-wrapper:first-child {
    margin-top: 80px;
}

.page-section > div[class^='page-max-'] > .h3-select:first-child {
    margin-top: 40px;
}

.page-section > div[class^='page-max-'] > .guidemap:first-child {
    margin-top: 100px;
}

@media screen and (max-width: 767px) {
    .page-section > div[class^='page-max-'] > .simple-about-cards:first-child {
        margin-top: 60px;
    }
    .page-section > div[class^='page-max-'] > .h3:first-child {
        margin-top: 46px;
    }
    .page-section > div[class^='page-max-'] > .recruit-heading-group:first-child {
        margin-top: 54px;
    }
    .page-section > div[class^='page-max-'] > .people-cards:first-child {
        margin-top: 60px;
    }
    .page-section > div[class^='page-max-'] > .project-cards:first-child {
        margin-top: 60px;
    }
    .page-section > div[class^='page-max-'] > .convbtn-wrapper:first-child {
        margin-top: 50px;
    }
    .page-section > div[class^='page-max-'] > .guidemap:first-child {
        margin-top: 60px;
    }
}

.hr {
    border: 0;
    border-bottom: 1px solid #c6c6c6;
}

.hr + .sec-title {
    margin-top: 62px;
}

.recruit-heading-group {
    text-align: center;
}

.recruit-heading-group + * {
    margin-top: 55px;
}

.recruit-heading-group + .people-cards {
    margin-top: 55px;
}

.recruit-heading-group + .project-cards {
    margin-top: 55px;
}

.recruit-heading-group + .people-slider {
    margin-top: 0;
}

.recruit-heading-group + .alternates {
    margin-top: 0;
}

.recruit-heading-group + .about-cards {
    margin-top: 36px;
}

@media screen and (max-width: 767px) {
    .recruit-heading-group + * {
        margin-top: 40px;
    }
    .recruit-heading-group + .people-cards {
        margin-top: 40px;
    }
    .recruit-heading-group + .project-cards {
        margin-top: 40px;
    }
    .recruit-heading-group + .people-slider {
        margin-top: 46px;
    }
    .recruit-heading-group + .about-cards {
        margin-top: 28px;
    }
}

.recruit-heading-group .annotate {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.22727;
    margin-bottom: -12px;
}

@media screen and (max-width: 767px) {
    .recruit-heading-group .annotate {
        font-size: 1.6rem;
        line-height: 1.1875;
        margin-bottom: -6px;
    }
}

.recruit-section .recruit-heading-group .annotate {
    font-size: 2.6rem;
    line-height: 1.23077;
    margin-bottom: -2px;
}

@media screen and (max-width: 767px) {
    .recruit-section .recruit-heading-group .annotate {
        font-size: 1.6rem;
        line-height: 1.5;
        margin-bottom: -9px;
    }
}

.recruit-heading-group .title {
    font-size: 9.4rem;
    font-weight: 700;
    font-style: italic;
    line-height: 1.20213;
    letter-spacing: -.02em;
    color: #892019;
}

@media screen and (max-width: 767px) {
    .recruit-heading-group .title {
        font-size: 5.6rem;
        line-height: 1.19643;
    }
}

.recruit-heading-group .lead {
    font-weight: 500;
    margin-top: 11px;
}

@media screen and (max-width: 767px) {
    .recruit-heading-group .lead {
        margin-top: 35px;
    }
}

.select {
    position: relative;
    overflow: hidden;
    border: 1px solid #c6c6c6;
    border-radius: 4px;
    background-color: #fff;
}

.select::before {
    font-family: 'cfk' !important;
    font-size: .9rem;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 18px;
    content: '';
    transform: translateY(-50%) rotate(90deg);
    text-transform: none;
    color: rgba(160, 160, 160, .5);

    speak: none;
}

.select select {
    width: 100%;
    padding: 13px 40px 13px 14px;
    border: 0;
}

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

.select select:not([multiple])::-ms-expand {
    display: none;
}

.select select:not([multiple]) {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.select select.placeholder {
    color: rgba(160, 160, 160, .7);
}

.select option {
    font-weight: 500;
    color: #333;
}

.h3-select {
    display: -ms-flexbox;
    display: flex;

    -ms-flex-align: center;
    align-items: center;
}

.h3-select + * {
    margin-top: 40px;
}

.h3-select + .h2 {
    margin-top: 40px;
}

.h3-select .select {
    min-width: 216px;
    margin-left: 47px;
}

@media screen and (max-width: 767px) {
    .h3-select {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .h3-select .select {
        min-width: auto;
        margin-left: 34px;

        -ms-flex: 1;
            flex: 1;
    }
}

.h2 {
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.61905;
    position: relative;
    padding: 14px 10px 13px;
    border-bottom: 1px solid #dbd7d7;
}

.h2 + * {
    margin-top: 30px;
}

.h2 + .information {
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .h2 + * {
        margin-top: 20px;
    }
    .h2 + .information {
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .h2 {
        font-size: 1.8rem;
        line-height: 1.66667;
        padding: 16px 0 13px;
    }
}

.h2::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 150px;
    height: 3px;
    content: '';
    background-color: #892019;
}

@media screen and (max-width: 767px) {
    .h2::before {
        width: 90px;
    }
}

.h2::after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: calc(100% - 151px);
    height: 3px;
    content: '';
    background-color: #dbd7d7;
}

@media screen and (max-width: 767px) {
    .h2::after {
        width: calc(100% - 91px);
    }
}

.link-medias {
    overflow: hidden;
}

.link-medias .inner {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -20px;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .link-medias .inner {
        margin-bottom: -10px;
    }
}

.link-medias .link-media {
    width: calc((100% - (20px * (2 - 1))) / 2 - .1px);
    margin-right: 20px;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .link-medias .link-media {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.link-medias .link-media:nth-child(2n) {
    margin-right: 0;
}

.link-media {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 53px 30px 30px;
    transition: all .2s ease;
    border-left: 5px solid #892019;
    background: #f0efef;
}

.link-media::after {
    position: absolute;
    top: 0;
    left: -5px;
    display: block;
    width: calc(100% + 5px);
    height: 100%;
    content: '';
    transition: inherit;
    opacity: 0;
    border: 5px solid #892019;
}

.link-media:hover {
    background: #fff;
}

.link-media:hover:after {
    opacity: 1;
}

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

.link-media:not(:root):hover {
    text-decoration: none;
}

.link-media figure {
    margin-right: 24px;
}

@media screen and (max-width: 767px) {
    .link-media figure {
        margin: 0;
    }
    .link-media figure img {
        width: 100%;
    }
}

.link-media dl {
    position: relative;
    color: #892019;

    -ms-flex: 1;
        flex: 1;
}

.link-media dl::before {
    font-family: 'cfk' !important;
    font-size: 1.8rem;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    position: absolute;
    top: 0;
    right: -27px;
    content: '';
    text-transform: none;

    speak: none;
}

@media screen and (max-width: 767px) {
    .link-media dl::before {
        top: 3px;
        right: -3px;
    }
}

.link-media dt {
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.17647;
    margin: 2px 0 10px;
}

@media screen and (max-width: 767px) {
    .link-media dt {
        margin: 18px 0 15px;
    }
}

.link-media dd {
    font-size: 1.4rem;
    line-height: 1.85714;
    letter-spacing: .02em;
}

.technology-cards {
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.technology-cards + .hr {
    margin-top: 80px;
}

.technology-cards + .guidemap {
    margin-top: 80px;
}

@media screen and (max-width: 767px) {
    .technology-cards + .hr {
        margin-top: 70px;
    }
    .technology-cards + .guidemap {
        margin-top: 40px;
    }
}

.technology-cards .technology-card {
    width: calc((100% - (1px * (3 - 1))) / 3 - .1px);
    margin-right: 1px;
    margin-bottom: 1px;
}

.technology-cards .technology-card:nth-child(3n) {
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .technology-cards .technology-card {
        width: 100%;
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .sp-side .technology-cards {
        margin-right: -20px;
        margin-left: -20px;
    }
}

.technology-card {
    background-color: #892019;
}

.technology-card a {
    display: block;
    height: 100%;
}

.technology-card a:hover .title, .technology-card a:hover .content {
    color: #892019;
    background-color: #fff;
}

.technology-card a:hover .read-more {
    color: #892019;
}

.technology-card a:hover .read-more span::before {
    height: 1px;
    background-color: #892019;
}

.technology-card a:hover .read-more span::after {
    color: inherit;
}

.technology-card figure {
    position: relative;
}

.technology-card .title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 24px 40px;
    transition: all .2s ease;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
}

.technology-card img {
    width: 100%;
}

.technology-card .content {
    padding: 27px 40px 40px 40px;
    transition: all .2s ease;
    color: #fff;
}

.technology-card .text {
    font-size: 1.4rem;
    line-height: 1.71429;
    position: relative;
    margin-bottom: 10px;
}

.technology-card .read-more span {
    width: 100%;
}

.heading-group2 {
    text-align: center;
}

.heading-group2 + * {
    margin-top: 50px;
}

.heading-group2 + .topics-cards {
    margin-top: 50px;
}

.heading-group2 + .h3 {
    margin-top: 30px;
    margin-bottom: -30px;
}

@media screen and (max-width: 767px) {
    .heading-group2 + * {
        margin-top: 50px;
    }
    .heading-group2 + .topics-cards {
        margin-top: 37px;
    }
    .heading-group2 + .h3 {
        margin-top: 45px;
        margin-bottom: -24px;
    }
}

.heading-group2 h2 {
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1.20588;
    margin-bottom: 5px;
    color: #892019;
}

.heading-group2 p {
    font-weight: 500;
}

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

.input {
    width: 100%;
    padding: 13px 14px;
    border: 1px solid #c6c6c6;
    border-radius: 4px;
}

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

.input + .input {
    margin-left: 1em;
}

.input[size='1'] {
    width: 3em;
}

@media screen and (max-width: 767px) {
    .input[size='1'] {
        width: 3em;
    }
}

.input[size='2'] {
    width: 4em;
}

@media screen and (max-width: 767px) {
    .input[size='2'] {
        width: 3em;
    }
}

.input[size='3'] {
    width: 5em;
}

@media screen and (max-width: 767px) {
    .input[size='3'] {
        width: 3em;
    }
}

.input[size='4'] {
    width: 6em;
}

@media screen and (max-width: 767px) {
    .input[size='4'] {
        width: 4em;
    }
}

.input[size='5'] {
    width: 7em;
}

@media screen and (max-width: 767px) {
    .input[size='5'] {
        width: 5em;
    }
}

.input[size='6'] {
    width: 8em;
}

@media screen and (max-width: 767px) {
    .input[size='6'] {
        width: 6em;
    }
}

.input[size='7'] {
    width: 9em;
}

@media screen and (max-width: 767px) {
    .input[size='7'] {
        width: 7em;
    }
}

.input[size='8'] {
    width: 10em;
}

@media screen and (max-width: 767px) {
    .input[size='8'] {
        width: 8em;
    }
}

.input[size='9'] {
    width: 11em;
}

@media screen and (max-width: 767px) {
    .input[size='9'] {
        width: 100%;
    }
}

.input[size='10'] {
    width: 12em;
}

@media screen and (max-width: 767px) {
    .input[size='10'] {
        width: 100%;
    }
}

.input[size='11'] {
    width: 13em;
}

@media screen and (max-width: 767px) {
    .input[size='11'] {
        width: 100%;
    }
}

.input[size='12'] {
    width: 14em;
}

@media screen and (max-width: 767px) {
    .input[size='12'] {
        width: 100%;
    }
}

.input[size='13'] {
    width: 15em;
}

@media screen and (max-width: 767px) {
    .input[size='13'] {
        width: 100%;
    }
}

.input[size='14'] {
    width: 16em;
}

@media screen and (max-width: 767px) {
    .input[size='14'] {
        width: 100%;
    }
}

.input[size='15'] {
    width: 17em;
}

@media screen and (max-width: 767px) {
    .input[size='15'] {
        width: 100%;
    }
}

.input[size='16'] {
    width: 18em;
}

@media screen and (max-width: 767px) {
    .input[size='16'] {
        width: 100%;
    }
}

.input[size='17'] {
    width: 19em;
}

@media screen and (max-width: 767px) {
    .input[size='17'] {
        width: 100%;
    }
}

.input[size='18'] {
    width: 20em;
}

@media screen and (max-width: 767px) {
    .input[size='18'] {
        width: 100%;
    }
}

.input[size='19'] {
    width: 21em;
}

@media screen and (max-width: 767px) {
    .input[size='19'] {
        width: 100%;
    }
}

.input[size='20'] {
    width: 22em;
}

@media screen and (max-width: 767px) {
    .input[size='20'] {
        width: 100%;
    }
}

.textarea {
    width: 100%;
    padding: 13px 14px;
    border: 1px solid #c6c6c6;
    border-radius: 4px;
}

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

.radio {
    display: none;
}

.radio + label {
    line-height: 40px;
    position: relative;
    display: inline-block;
    margin-right: 2em;
    padding-left: 23px;
}

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

.radio + label::before {
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 17px;
    height: 17px;
    content: '';
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 100%;
    background-color: #fff;
}

.radio:checked + label::before {
    border: 0;
    background-color: #892019;
}

.radio:checked + label::after {
    position: absolute;
    top: 16px;
    left: 6px;
    display: block;
    width: 5px;
    height: 5px;
    content: '';
    border-radius: 100%;
    background-color: #fff;
}

.form-group + * {
    margin-top: 70px;
}

.form-group .form-group-item {
    display: -ms-flexbox;
    display: flex;
}

.form-group .form-group-item + .form-group-item {
    margin-top: 35px;
}

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

.form-group .form-group-item dt {
    width: 170px;
    padding: 10px 20px 0 0;
}

@media screen and (max-width: 767px) {
    .form-group .form-group-item dt {
        width: 100%;
        padding: 0;
    }
}

.form-group .form-group-item dd {
    -ms-flex: 1;
        flex: 1;
}

.form-group .form-group-item dd > * + * {
    margin-top: 10px;
}

.form-group .form-group-item dd .character {
    margin: 0 1em;
}

.form-group .form-group-item dd .character:first-child {
    margin: 0 1em 0 0;
}

.form-group .form-group-item dd .character:last-child {
    margin: 0 0 0 1em;
}

.form-group .form-group-item dd .ymd {
    display: -ms-flexbox;
    display: flex;
    margin: -5px 0;

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.form-group .form-group-item dd .ymd .ymd-year, .form-group .form-group-item dd .ymd .ymd-month, .form-group .form-group-item dd .ymd .ymd-day {
    padding: 5px 0;
}

.form-group .form-group-item dd .ymd .select {
    display: inline-block;
    width: 90px;
    vertical-align: middle;
}

.form-group .form-group-item dd .ymd .character {
    margin: 0 1em;
}

#sec-about-cfk {
    padding: 100px 0 60px;
}

@media screen and (max-width: 767px) {
    #sec-about-cfk {
        padding: 50px 0 100px;
    }
    #sec-about-cfk .page-max {
        padding-right: 30px;
        padding-left: 30px;
    }
}

#sec-cfk-topics {
    padding: 68px 0 65px;
}

@media screen and (max-width: 767px) {
    #sec-cfk-topics {
        padding: 50px 0 60px;
    }
    #sec-cfk-topics .page-max-L {
        padding-right: 30px;
        padding-left: 30px;
    }
    #sec-cfk-topics .lead p {
        text-align: center;
    }
}

#sec-information {
    padding: 97px 0 100px;
}

@media screen and (max-width: 767px) {
    #sec-information {
        padding: 67px 0 100px;
    }
    #sec-information .page-max-S {
        padding-right: 30px;
        padding-left: 30px;
    }
}

.top-section.theme-red {
    position: relative;
    z-index: 0;
    background-color: #892019;
}

.top-section.theme-red::before {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    display: block;
    width: calc((360 / 1366) * 100%);
    margin: auto;
    content: '';
    background-color: #333;
}

.topmv {
    position: relative;
}

@media screen and (max-width: 767px) {
    .topmv .image {
        padding-bottom: 137px;
        background: #333;
    }
}

.topmv .title {
    position: absolute;
    z-index: 1;
    top: calc(180 / 1366 * 100vw);
    left: 0;
    min-width: 700px;
    padding: 44px 40px 47px 83px;
    pointer-events: none;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
}

@media screen and (max-width: 767px) {
    .topmv .title {
        top: auto;
        bottom: 0;
        width: 100%;
        min-width: auto;
        min-height: 177px;
        padding: 23px 30px 50px;
    }
}

.topmv h1 {
    font-family: 'Noto Serif JP', serif;
    font-size: 5rem;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 27px;
}

@media screen and (max-width: 767px) {
    .topmv h1 {
        font-size: 2.8rem;
        margin: 0 0 17px;
    }
}

.topmv p {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6;
}

@media screen and (max-width: 767px) {
    .topmv p {
        font-size: 1.5rem;
        line-height: 1.73333;
    }
}

.topmv-slider .slick-dots {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 53px;
    left: 0;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .topmv-slider .slick-dots {
        bottom: 13px;
    }
}

.topmv-slider .slick-dots li {
    padding: 8px;
    cursor: pointer;
}

.topmv-slider .slick-dots li button {
    display: block;
    width: 14px;
    height: 14px;
    cursor: pointer;
    text-indent: -9999px;
    border: 0;
    border-radius: 100%;
    background-color: #fff;
}

.topmv-slider .slick-dots li.slick-active button {
    background-color: #a71914;
}

.topmv-slider-item img {
    width: 100%;
}

.heading-group {
    text-align: center;
}

.heading-group + * {
    margin-top: 53px;
}

.heading-group + .about-medias {
    margin-top: 53px;
}

.heading-group + .topics-cards {
    margin-top: 36px;
}

@media screen and (max-width: 767px) {
    .heading-group + .information {
        margin-top: 40px;
    }
    .heading-group + .topics-cards {
        margin-top: 20px;
    }
}

.heading-group .title {
    font-size: 5rem;
    font-weight: 700;
    line-height: 1.22;
    margin-bottom: 14px;
    letter-spacing: .03em;
}

@media screen and (max-width: 767px) {
    .heading-group .title {
        font-size: 4rem;
        line-height: 1.2;
        letter-spacing: 0;
    }
}

.heading-group .annotate {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
}

.heading-group hr {
    display: block;
    width: 140px;
    margin: 27px auto 40px;
    border: 0;
    border-top: 2px solid #892019;
}

.large-banner .heading-group hr {
    margin: 15px auto 31px;
}

@media screen and (max-width: 767px) {
    .large-banner .heading-group hr {
        margin: 25px auto 23px;
    }
}

@media screen and (max-width: 767px) {
    .heading-group hr {
        margin: 25px auto 23px;
    }
}

.heading-group .lead {
    display: -ms-flexbox;
    display: flex;
    max-width: 800px;
    margin-top: -9px;
    margin-right: auto;
    margin-left: auto;

    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .heading-group .lead {
        margin-top: 0;
    }
}

.heading-group .lead p {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.73333;
    text-align: left;
}

.large-banner .heading-group .lead p {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .heading-group .lead p {
        line-height: 1.86667;
    }
}

.heading-group.theme-white {
    color: #fff;
}

.heading-group.theme-white hr {
    border-top: 2px solid #fff;
}

.information + * {
    margin-top: 24px;
}

.information + .see-more {
    margin-top: 24px;
}

.information dl {
    display: -ms-flexbox;
    display: flex;
    letter-spacing: .02em;

    -ms-flex-align: center;
    align-items: center;
}

.information dl:nth-child(odd) {
    background-color: rgba(219, 215, 215, .3);
}

@media screen and (max-width: 767px) {
    .information dl {
        position: relative;
        display: block;
        padding: 20px 58px 15px 20px;
    }
}

.information dt {
    font-size: 1.3rem;
    line-height: 1.15385;
    padding-left: 22px;
}

@media screen and (max-width: 767px) {
    .information dt {
        margin-bottom: 6px;
        padding-left: 0;
    }
}

.information dd {
    font-size: 1.4rem;
    line-height: 1.3;
    overflow: hidden;
    padding: 21px 0 21px 25px;

    -ms-flex: 1;
        flex: 1;
}

@media screen and (max-width: 767px) {
    .information dd {
        font-size: 1.5rem;
        line-height: 1.73333;
        padding: 0;
        letter-spacing: .02em;
    }
}

.information dd a {
    position: relative;
    display: block;
    overflow: hidden;
    padding-right: 58px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.information dd a span {
    text-decoration: underline;
}

.information dd a:hover {
    color: #892019;
}

@media screen and (max-width: 767px) {
    .information dd a {
        position: static;
        padding: 0;
        white-space: normal;
    }
}

.information dd a::before {
    font-family: 'cfk' !important;
    font-size: 1.4rem;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    content: '';
    transition: all .2s ease;
    vertical-align: middle;
    text-transform: none;
    opacity: .18;
    color: #892019;

    speak: none;
    -ms-flex-align: center;
    align-items: center;
}

.information dd a:hover::before {
    opacity: 1;
}

.see-more {
    text-align: right;
}

@media screen and (max-width: 767px) {
    .see-more {
        text-align: center;
    }
}

.see-more a {
    display: inline-block;
}

.see-more dl {
    display: -ms-flexbox;
    display: flex;
}

.see-more dt {
    font-size: 1.2rem;
    font-weight: 700;
    display: -ms-flexbox;
    display: flex;
    min-width: 62px;
    padding: 18px 0;
    transition: all .2s ease;
    letter-spacing: .03em;
    border-right: 2px solid transparent;

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.see-more dd {
    font-size: 1.6rem;
    font-weight: 700;
    position: relative;
    width: 211px;
    padding: 15px 35px 15px 0;
    transition: all .2s ease;
    text-align: right;
}

@media screen and (max-width: 767px) {
    .see-more dd {
        width: 230px;
    }
}

.see-more dd::after {
    font-family: 'cfk' !important;
    font-size: 1.8rem;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 7px;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    content: '';
    text-transform: none;

    speak: none;
    -ms-flex-align: center;
    align-items: center;
}

.see-more.theme-black dt {
    color: #892019;
    border-bottom: 2px solid #892019;
}

.see-more.theme-black dd {
    border-bottom: 2px solid #333;
}

.see-more.theme-black dd::after {
    color: #892019;
}

.see-more.theme-black a:hover dd {
    color: #892019;
    border-bottom: 2px solid #892019;
}

.see-more.theme-white dt {
    opacity: .6;
    color: #fff;
    border-bottom: 2px solid #fff;
}

.see-more.theme-white dd {
    color: #fff;
    border-bottom: 2px solid #fff;
}

.see-more.theme-white dd::after {
    color: #fff;
}

.see-more.theme-white a:hover dt {
    opacity: 1;
}

.about-medias + * {
    margin-top: 44px;
}

.about-medias + .see-more {
    margin-top: 44px;
}

.about-medias > * + * {
    margin-top: 60px;
}

@media screen and (max-width: 767px) {
    .about-medias > * + * {
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .about-medias {
        margin-right: -30px;
        margin-left: -30px;
    }
}

.about-media {
    position: relative;
    box-shadow: 0 3px 30px rgba(0, 0, 0, .15);
}

@media screen and (max-width: 767px) {
    .about-media img {
        width: 100%;
    }
}

.about-media .content {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;
    width: 400px;
    height: 100%;
    padding: 45px 50px 56px 50px;
    transition: all .2s ease;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);

    -ms-flex-direction: column;
}

.about-media .content:hover {
    background-color: #892019;
}

.about-media .content:hover .read-more span::before {
    height: 2px;
    opacity: .6;
}

@media screen and (max-width: 767px) {
    .about-media .content {
        width: 100%;
        padding: 20px 40px 35px 40px;
    }
}

.about-media .title p {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .03em;
}

.about-media .title dl {
    position: relative;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-align: center;
    align-items: center;
}

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

.about-media .title dl::before {
    position: absolute;
    left: -50px;
    display: block;
    width: 15px;
    height: 60px;
    margin: auto;
    content: '';
    background-color: #892019;
}

@media screen and (max-width: 767px) {
    .about-media .title dl::before {
        top: 12px;
        left: -40px;
    }
}

.about-media .title dt {
    font-size: 7.2rem;
    font-weight: 700;
    line-height: 1.19444;
}

.about-media .title dd {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.36;
    padding-left: 26px;
    letter-spacing: .03em;
}

@media screen and (max-width: 767px) {
    .about-media .title dd {
        padding-left: 0;
    }
    .about-media .title dd br {
        display: none;
    }
}

.about-media .text {
    margin-top: auto;
    margin-bottom: 37px;
}

@media screen and (max-width: 767px) {
    .about-media .text {
        margin-bottom: 15px;
    }
}

.about-media .read-more span {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .about-media:nth-child(even) .content {
        right: 0;
        left: auto;
    }
    .about-media:nth-child(even) .title p {
        text-align: right;
    }
    .about-media:nth-child(even) .title dl {
            flex-direction: row-reverse;

        -ms-flex-direction: row-reverse;
    }
    .about-media:nth-child(even) .title dl::before {
        right: -50px;
        left: auto;
    }
    .about-media:nth-child(even) .title dd {
        margin-right: auto;
        padding-right: 26px;
        padding-left: 0;
    }
}

.read-more {
    text-align: right;
}

.read-more a, .read-more span {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    display: inline-block;
    width: 276px;
    padding: 17px 32px;
    text-align: right;
}

.read-more a::after, .read-more span::after {
    font-family: 'cfk' !important;
    font-size: 1.8rem;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 4px;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    content: '';
    text-transform: none;

    speak: none;
    -ms-flex-align: center;
    align-items: center;
}

.read-more a::before, .read-more span::before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    content: '';
}

.read-more a:hover::before, .read-more span:hover::before {
    height: 2px;
}

.read-more.theme-red {
    color: #892019;
}

.read-more.theme-red a::before, .read-more.theme-red span::before {
    background-color: #892019;
}

.read-more.theme-red a::after, .read-more.theme-red span::after {
    color: #892019;
}

.read-more.theme-white {
    color: #fff;
}

.read-more.theme-white a::before, .read-more.theme-white span::before {
    background-color: #fff;
}

.read-more.theme-white a::after, .read-more.theme-white span::after {
    color: #fff;
}

.top-topics-cards {
    display: -ms-flexbox;
    display: flex;
}

.top-topics-cards + * {
    margin-top: 44px;
}

.top-topics-cards + .see-more {
    margin-top: 24px;
}

@media screen and (max-width: 767px) {
    .top-topics-cards + .see-more {
        margin-top: 47px;
    }
}

.top-topics-cards > * {
    width: calc(100% / 4);
}

@media screen and (max-width: 767px) {
    .top-topics-cards {
        display: block;
    }
    .top-topics-cards > * {
        width: 100%;
    }
    .top-topics-cards > * + * {
        margin-top: 2px;
    }
}

.top-topics-card {
    position: relative;
    transition: all .2s ease;
    background-color: #fff;
}

.top-topics-card:hover {
    color: #892019;
    background-color: #f0efef;
}

.top-topics-card > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .top-topics-card img {
        width: 100%;
    }
}

.top-topics-card .content {
    margin-top: 17px;
    padding: 0 23px 19px 21px;
    border-left: 9px solid rgba(219, 215, 215, .48);
}

@media screen and (max-width: 767px) {
    .top-topics-card .content {
        margin-top: 20px;
        padding: 0 28px 20px 21px;
    }
}

.top-topics-card .date {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.15385;
    margin-bottom: 17px;
    padding-top: 3px;
    color: #797979;
}

@media screen and (max-width: 767px) {
    .top-topics-card .date {
        font-size: 1.4rem;
        line-height: 1.21429;
        margin-bottom: 13px;
        padding-top: 0;
    }
}

.top-topics-card .title {
    font-size: 1.6rem;
    font-size: 700;
    line-height: 1.5;
    margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
    .top-topics-card .title {
        font-size: 1.7rem;
        line-height: 1.64706;
        margin-bottom: 7px;
    }
}

.top-topics-card .text {
    font-size: 1.3rem;
    line-height: 1.69231;
    margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
    .top-topics-card .text {
        font-size: 1.4rem;
        line-height: 1.57143;
        margin-bottom: 9px;
    }
}

.top-topics-card .tags {
    position: relative;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.top-topics-card .tags li {
    font-size: 1.2rem;
    line-height: 1.83333;
    margin-right: 11px;
    color: #892019;
}

.news-ticker-wrapper {
    position: relative;
}

.news-ticker {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .news-ticker {
        position: static;
    }
}

@media screen and (max-width: 767px) {
    .news-ticker .page-max-L {
        padding: 0;
    }
}

.news-ticker .inner {
    position: relative;
    overflow: hidden;
    padding: 22px 93px 23px 81px;
    color: #fff;
    background-color: #892019;
}

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

.news-ticker .title {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.15385;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    width: 81px;
    margin: auto;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, .3);

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .news-ticker .title {
        font-size: 1.5rem;
        line-height: 1.2;
        position: static;
        display: block;
        width: 100%;
        padding: 16px 25px;
        text-align: left;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .3);
    }
}

@media screen and (max-width: 767px) {
    .news-ticker-slider {
        padding: 17px 25px 20px 25px;
    }
}

.news-ticker-slider-item dl {
    display: -ms-flexbox;
    display: flex;
    padding-left: 30px;
}

@media screen and (max-width: 767px) {
    .news-ticker-slider-item dl {
        display: block;
        padding-left: 0;
    }
}

.news-ticker-slider-item dt {
    font-size: 1.3rem;
    line-height: 1.15385;
    padding-right: 33px;
    letter-spacing: .02em;
}

.news-ticker-slider-item dd {
    font-size: 1.4rem;
    line-height: 1;
    overflow: hidden;
    white-space: nowrap;
    letter-spacing: .02em;
    text-overflow: ellipsis;
}

@media screen and (max-width: 767px) {
    .news-ticker-slider-item dd {
        line-height: 1.71429;
        margin-top: 9px;
        white-space: normal;
    }
}

.news-ticker-slider-item dd a[target='_blank']::after {
    background: url(../images/icon_blank_white.svg) top left no-repeat;
    background-size: 100% auto;
}

.news-ticker-slider-arrows {
    position: absolute;
    top: 0;
    right: -3px;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    margin: auto;

    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .news-ticker-slider-arrows {
        right: 0;
        bottom: auto;
        margin: 0;
    }
}

.news-ticker-slider-arrows .slick-arrow {
    line-height: 1;
}

.news-ticker-slider-arrows .slick-prev {
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.news-ticker-slider-arrows button {
    line-height: 1;
    padding: 13px 20px;
    cursor: pointer;
    border: 0;
    background-color: transparent;
}

@media screen and (max-width: 767px) {
    .news-ticker-slider-arrows button {
        padding: 18px 18px;
    }
}

.news-ticker-slider-arrows .icon {
    font-size: .9rem;
    vertical-align: middle;
    pointer-events: none;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .news-ticker-slider-arrows .icon {
        font-size: 1.3rem;
    }
}

.full-banner {
    position: relative;
    z-index: 0;
}

.full-banner .bg {
    font-family: 'object-fit: cover;';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    -o-object-fit: cover;
       object-fit: cover;
}

.full-banner .inner {
    padding: 99px 0 103px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .full-banner .inner {
        padding: 50px 0 60px;
    }
}

.full-banner .inner .btn {
    margin-top: 54px;
}

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

.kv {
    position: relative;
    border-bottom: 10px solid #892019;
}

@media screen and (max-width: 767px) {
    .kv {
        border-bottom-width: 8px;
    }
}

.kv::before {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: block;
    width: 150px;
    height: 10px;
    content: '';
    background-color: #333;
}

@media screen and (max-width: 767px) {
    .kv::before {
        bottom: -8px;
        width: 100px;
        height: 8px;
    }
}

.kv img {
    width: 100%;
}

.kv .title {
    font-weight: 700;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
}

.kv .title h1 {
    font-size: 5.0rem;
    line-height: 1.22;
    margin: 0 0 10px;
    letter-spacing: .03em;
}

@media screen and (max-width: 767px) {
    .kv .title h1 {
        font-size: 4.0rem;
        line-height: 1.2;
        letter-spacing: 0;
    }
}

.kv .title p {
    font-size: 1.5rem;
    line-height: 1.46667;
}

.summary {
    font-weight: 500;
    padding: 48px 0;
    background-color: #f0efef;
}

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

.summary .inner {
    display: -ms-flexbox;
    display: flex;

    -ms-flex-pack: center;
    justify-content: center;
}

.sec-title {
    text-align: center;
}

.sec-title + * {
    margin-top: 60px;
}

.sec-title h2 {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.42857;
    margin-bottom: 16px;
    letter-spacing: .02em;
}

.sec-title hr {
    width: 140px;
    margin: 0 auto;
    border: 0;
    border-bottom: 2px solid #892019;
}

.about-cards2 {
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.about-cards2 + .hr {
    margin-top: 80px;
}

.about-cards2 + .guidemap {
    margin-top: 80px;
}

@media screen and (max-width: 767px) {
    .about-cards2 + .hr {
        margin-top: 70px;
    }
    .about-cards2 + .guidemap {
        margin-top: 40px;
    }
}

.about-cards2 .about-card2 {
    width: calc((100% - (1px * (3 - 1))) / 3 - .1px);
    margin-right: 1px;
    margin-bottom: 1px;
}

.about-cards2 .about-card2:nth-child(3n) {
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .about-cards2 .about-card2 {
        width: 100%;
        margin-right: 0;
    }
}

.sp-side .about-cards2 {
    margin-right: -20px;
    margin-left: -20px;
}

.about-card2 a {
    display: block;
    height: 100%;
}

.about-card2 a:hover .content {
    color: #892019;
    background-color: #fff;
}

.about-card2 a:hover .content::before {
    content: none;
}

.about-card2 a:hover .read-more {
    color: #892019;
}

.about-card2 a:hover .read-more span::before {
    height: 1px;
    background-color: #892019;
}

.about-card2 a:hover .read-more span::after {
    color: inherit;
}

.about-card2 img {
    width: 100%;
}

.about-card2 .content {
    position: relative;
    margin-top: -80px;
    padding: 15px 40px 40px 40px;
    transition: all .2s ease;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
}

.about-card2 .content::before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: calc(100% - 80px);
    content: '';
    background-color: #892019;
}

.about-card2 .title {
    position: relative;
    margin-bottom: 18px;
}

.about-card2 .title p {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.15385;
    margin-bottom: -3px;
    letter-spacing: .03em;
}

.about-card2 .title dl {
    display: -ms-flexbox;
    display: flex;
}

.about-card2 .title dt {
    font-size: 6.0rem;
    font-weight: 700;
    line-height: 1.2;
    margin-right: 15px;
}

.about-card2 .title dd {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.5;
    padding: 8px 0;
    letter-spacing: .03em;
}

.about-card2 .text {
    font-size: 1.4rem;
    line-height: 1.71429;
    position: relative;
    margin-bottom: 22px;
}

.about-card2 .read-more span {
    width: 100%;
}

.img-guidemaps + .guidemap {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .img-guidemaps + .guidemap {
        margin-top: 30px;
    }
}

.img-guidemaps .inner {
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.img-guidemaps .inner .img-guidemap {
    width: calc((100% - (40px * (2 - 1))) / 2 - .1px);
    margin-right: 40px;
    margin-bottom: 40px;
}

.img-guidemaps .inner .img-guidemap:nth-child(2n) {
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .img-guidemaps .inner .img-guidemap {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.img-guidemap {
    position: relative;
}

.img-guidemap .title {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.36364;
    position: absolute;
    z-index: 1;
    top: 50%;
    padding: 10px 0 10px 20px;
    transform: translateY(-50%);
    letter-spacing: .02em;
    color: #fff;
    border-left: 10px solid #892019;
}

.img-guidemap img {
    transition: all .2s ease;
}

@media screen and (max-width: 767px) {
    .img-guidemap img {
        width: 100%;
    }
}

.img-guidemap a {
    display: block;
}

.img-guidemap a:hover img {
    opacity: .6;
}

.guidemap ul {
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.guidemap li {
    width: calc((100% - (10px * (3 - 1))) / 3 - .1px);
    margin-right: 10px;
    margin-bottom: 10px;
}

.guidemap li:nth-child(3n) {
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .guidemap li {
        width: 100%;
        margin-right: 0;
    }
}

.guidemap a {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.46667;
    position: relative;
    display: block;
    padding: 18px 45px 18px 18px;
    transition: all .2s ease;
    border: 1px solid #dbd7d7;
}

.guidemap a:hover {
    color: #892019;
    border: 1px solid #892019;
}

@media screen and (max-width: 767px) {
    .guidemap a {
        padding: 13px 45px 13px 11px;
    }
}

.guidemap a::before {
    font-family: 'cfk' !important;
    font-size: 1.4rem;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 16px;
    content: '';
    transform: translateY(-50%);
    text-transform: none;
    color: #892019;

    speak: none;
}

.under-kv {
    position: relative;
    height: 360px;
    text-align: right;
    background: #892019;
}

.under-kv + * {
    margin-top: 60px;
}

@media screen and (max-width: 767px) {
    .under-kv + * {
        margin-top: 40px;
    }
}

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

.under-kv figure {
    position: relative;
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .under-kv figure {
        display: block;
    }
    .under-kv figure img {
        width: 100%;
    }
}

.under-kv figure::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 228px;
    height: 100%;
    content: '';
    background-color: rgba(0, 0, 0, .3);
}

@media screen and (max-width: 767px) {
    .under-kv figure::before {
        display: none;
    }
}

.under-kv .title {
    font-weight: 700;
    position: absolute;
    top: calc(50% - 12px);
    left: 98px;
    transform: translateY(-50%);
    text-align: left;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .under-kv .title {
        position: static;
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        text-align: center;
    }
}

.under-kv .title p {
    font-size: 1.8rem;
    line-height: 1.22222;
    letter-spacing: .03em;
}

@media screen and (max-width: 767px) {
    .under-kv .title p {
        font-size: 1.3rem;
        line-height: 1.15385;
        position: absolute;
        top: -82px;
        width: 100%;
    }
}

.under-kv .title dl {
    display: -ms-flexbox;
    display: flex;

    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .under-kv .title dl {
        display: block;
    }
}

.under-kv .title dt {
    font-size: 9.5rem;
    line-height: 1.2;
    padding-right: 30px;
}

@media screen and (max-width: 767px) {
    .under-kv .title dt {
        font-size: 6.0rem;
        line-height: 1.2;
        position: absolute;
        z-index: 1;
        top: -68px;
        width: 100%;
        padding-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .under-kv .title dd {
        position: relative;
    }
    .under-kv .title dd::before {
        position: absolute;
        top: -40px;
        left: 0;
        display: block;
        width: 100%;
        height: 40px;
        content: '';
        background-color: rgba(0, 0, 0, .3);
    }
}

.under-kv .title h1 {
    font-size: 3.4rem;
    line-height: 1.41176;
    margin: 0;
    letter-spacing: .03em;
}

@media screen and (max-width: 767px) {
    .under-kv .title h1 {
        font-size: 2.2rem;
        line-height: 1.54545;
        padding: 20px;
    }
}

.simple-about-cards .inner {
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.simple-about-cards .simple-about-card {
    width: calc((100% - (1px * (3 - 1))) / 3 - .1px);
    margin-right: 1px;
    margin-bottom: 1px;
}

.simple-about-cards .simple-about-card:nth-child(3n) {
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .simple-about-cards .simple-about-card {
        width: calc((100% - (1px * (2 - 1))) / 2 - .1px);
    }
    .simple-about-cards .simple-about-card:nth-child(3n) {
        margin-right: 1px;
    }
    .simple-about-cards .simple-about-card:nth-child(2n) {
        margin-right: 0;
    }
}

.simple-about-card {
    position: relative;
    padding-bottom: 10px;
}

.simple-about-card .title {
    font-weight: 700;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px 20px 5px;
    color: #fff;
    border-bottom: 10px solid #892019;
    background-color: rgba(0, 0, 0, .5);
}

@media screen and (max-width: 767px) {
    .simple-about-card .title {
        padding: 6px 14px 7px;
    }
}

.simple-about-card .title p {
    font-size: 1.0rem;
    line-height: 1.3;
    letter-spacing: .03em;
}

@media screen and (max-width: 767px) {
    .simple-about-card .title p {
        font-size: .8rem;
        line-height: 1.25;
    }
}

.simple-about-card .title dl {
    display: -ms-flexbox;
    display: flex;

    -ms-flex-align: center;
    align-items: center;
}

.simple-about-card .title dt {
    font-size: 4.6rem;
    line-height: 1.21739;
    padding-right: 17px;
}

@media screen and (max-width: 767px) {
    .simple-about-card .title dt {
        font-size: 3.0rem;
        line-height: 1.23333;
        padding-right: 7px;
    }
}

.simple-about-card .title dd {
    font-size: 1.8rem;
    line-height: 1.33333;
    letter-spacing: .03em;
}

@media screen and (max-width: 767px) {
    .simple-about-card .title dd {
        font-size: 1.1rem;
        line-height: 1.63636;
    }
}

.simple-about-card a:hover .title {
    transition: all .2s ease;
    color: #892019;
    border-color: #fff;
    background-color: #fff;
}

.page-tag + * {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .page-tag + * {
        margin-top: 37px;
    }
}

.page-tag ul {
    display: -ms-flexbox;
    display: flex;
    padding: 2px 0 0 14px;
    border-left: 6px solid rgba(219, 215, 215, .48);

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.page-tag li {
    font-size: 1.4rem;
    line-height: 2;
    margin-right: 13px;
    color: #892019;
}

.page-tag a {
    color: inherit;
}

.h3 {
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1.47368;
    position: relative;
    padding-left: 30px;
}

.h3 + .topics-cards {
    margin-top: 52px;
}

@media screen and (max-width: 767px) {
    .h3 + .topics-cards {
        margin-top: 37px;
    }
}

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

.h3::before {
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    content: '';
    background: url(../images/icon_h3@2x.png) top left no-repeat;
    background-size: 100% auto;
}

@media screen and (max-width: 767px) {
    .h3::before {
        top: 7px;
    }
}

.category-check + .tag-check, .tag-check + .tag-check {
    margin-top: 36px;
}

.category-check + .topics-cards, .tag-check + .topics-cards {
    margin-top: 60px;
}

@media screen and (max-width: 767px) {
    .category-check + .topics-cards, .tag-check + .topics-cards {
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .category-check, .tag-check {
        margin: 0 -10px;
    }
}

@media screen and (max-width: 767px) {
    .category-check .group, .tag-check .group {
        border-top: 1px solid #c6c6c6;
        border-bottom: 1px solid #c6c6c6;
    }
}

.category-check .title, .tag-check .title {
    display: -ms-flexbox;
    display: flex;
}

.category-check .title .check-clear, .tag-check .title .check-clear {
    margin-bottom: 20px;
    margin-left: 25px;
    padding-left: 25px;
    border-left: 1px solid #c6c6c6;
}

@media screen and (max-width: 767px) {
    .category-check .title, .tag-check .title {
        position: relative;
        padding: 16px 50px 16px 10px;
        cursor: pointer;
    }
    .category-check .title::before, .tag-check .title::before {
        font-family: 'cfk' !important;
        font-size: 1.4rem;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        line-height: 40px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        display: block;
        width: 50px;
        height: 40px;
        margin: auto;
        content: '';
        text-align: center;
        text-transform: none;
        border-left: 1px solid #c6c6c6;

        speak: none;
    }
    .category-check .title.active::before, .tag-check .title.active::before {
        content: '';
    }
}

.check-clear {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2;
    transition: all .1s ease;
}

.check-clear .icon {
    font-size: 1.7rem;
    display: inline-block;
    margin-left: 5px;
    transform: translateY(2px);
    color: #892019;
}

.check-clear:hover {
    text-decoration: underline;
    color: #892019;
}

@media screen and (max-width: 767px) {
    .check-clear {
        margin: 17px 10px 17px 0;
        text-align: right;
    }
}

@media screen and (max-width: 767px) {
    .check-btns {
        display: none;
        padding-bottom: 10px;
    }
}

.check-btns ul {
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .check-btns ul {
        padding: 10px 10px 5px;
        background-color: rgba(219, 215, 215, .5);
    }
}

.check-btns li {
    width: calc((100% - (5px * (5 - 1))) / 5 - .1px);
    margin-right: 5px;
    margin-bottom: 5px;
}

.check-btns li:nth-child(5n) {
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .check-btns li {
        width: calc((100% - (5px * (2 - 1))) / 2 - .1px);
    }
    .check-btns li:nth-child(5n) {
        margin-right: 5px;
    }
    .check-btns li:nth-child(2n) {
        margin-right: 0;
    }
}

.check-btn {
    display: none;
}

.check-btn + .label {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2;
    display: block;
    padding: 3px 5px;
    cursor: pointer;
    transition: all .1s ease;
    text-align: center;
    border: 1px solid #c6c6c6;
    border-radius: 3px;
    background-color: #fff;
}

@media screen and (min-width: 768px) {
    .check-btn + .label br {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .check-btn + .label {
        font-size: 1.3rem;
        line-height: 1.38462;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        min-height: 50px;

        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.check-btn:hover + .label, .check-btn + .label:hover {
    color: #892019;
    border: 1px solid #892019;
}

.check-btn:checked + .label {
    color: #fff;
    border: 1px solid #a0a0a0;
    background-color: #a0a0a0;
}

.tag-check .title h3 {
    min-width: 201px;
}

@media screen and (max-width: 767px) {
    .check-tags {
        display: none;
        margin-bottom: 10px;
        padding: 10px;
        background-color: rgba(219, 215, 215, .5);
    }
}

.check-tags ul {
    display: -ms-flexbox;
    display: flex;
    padding: 15px 13px 15px;
    border: 1px solid #c6c6c6;
    border-radius: 3px;
    background-color: #fff;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .check-tags ul {
        padding: 9px 5px;
    }
}

.check-tags li {
    margin: 0 13px;
}

.check-tag {
    display: none;
}

.check-tag + .label {
    font-size: 1.3rem;
    line-height: 2.30769;
    cursor: pointer;
    transition: all .1s ease;
    text-decoration: underline;
    color: #666;
}

@media screen and (max-width: 767px) {
    .check-tag + .label {
        line-height: 3.07692;
    }
}

.check-tag:hover + .label, .check-tag + .label:hover {
    color: #892019;
}

.check-tag:checked + .label {
    text-decoration: none;
    color: #892019;
}

.topics-cards + .h3 {
    margin-top: 42px;
}

.topics-cards + .see-more {
    margin-top: 6px;
}

.topics-cards + .convbtn-wrapper {
    margin-top: 60px;
}

@media screen and (max-width: 767px) {
    .topics-cards + .convbtn-wrapper {
        margin-top: 40px;
    }
}

.topics-cards .inner {
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.topics-cards .inner .topics-card {
    width: calc((100% - (40px * (4 - 1))) / 4 - .1px);
    margin-right: 40px;
    margin-bottom: 40px;
}

.topics-cards .inner .topics-card:nth-child(4n) {
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .topics-cards .inner .topics-card {
        width: 100%;
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .topics-cards.sp-2col .inner .topics-card {
        width: calc((100% - (20px * (2 - 1))) / 2 - .1px);
        margin-right: 20px;
        padding-bottom: 39px;
    }
    .topics-cards.sp-2col .inner .topics-card:nth-child(4n) {
        margin-right: 20px;
    }
    .topics-cards.sp-2col .inner .topics-card:nth-child(2n) {
        margin-right: 0;
    }
    .topics-cards.sp-2col .inner .topics-card .content {
        margin-top: 11px;
    }
    .topics-cards.sp-2col .inner .topics-card .date {
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 1.16667;
        margin-bottom: 10px;
    }
    .topics-cards.sp-2col .inner .topics-card .title {
        font-size: 1.4rem;
        line-height: 1.57143;
        margin-bottom: 6px;
    }
    .topics-cards.sp-2col .inner .topics-card .text {
        font-size: 1.2rem;
        line-height: 1.66667;
        margin-bottom: 9px;
    }
}

.topics-card {
    padding-bottom: 40px;
    border-bottom: 1px solid #c6c6c6;
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    .topics-card {
        padding-bottom: 35px;
    }
}

.topics-card img {
    transition: all .2s ease;
}

@media screen and (max-width: 767px) {
    .topics-card img {
        width: 100%;
    }
}

.topics-card .content {
    margin-top: 15px;
}

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

.topics-card .date {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.15385;
    margin-bottom: 10px;
    transition: all .2s ease;
    color: #797979;
}

@media screen and (max-width: 767px) {
    .topics-card .date {
        font-size: 1.4rem;
        line-height: 1.21429;
        margin-bottom: 15px;
    }
}

.topics-card .title {
    font-size: 1.6rem;
    font-size: 700;
    line-height: 1.75;
    margin-bottom: 9px;
}

@media screen and (max-width: 767px) {
    .topics-card .title {
        font-size: 1.7rem;
        line-height: 1.47059;
        margin-bottom: 13px;
    }
}

.topics-card .text {
    font-size: 1.4rem;
    line-height: 1.85714;
    margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
    .topics-card .text {
        line-height: 1.57143;
        margin-bottom: 18px;
    }
}

.topics-card a {
    transition: all .2s ease;
}

.topics-card a:hover {
    color: #892019;
}

.topics-card a:hover img {
    opacity: .6;
}

.topics-card a:hover .date {
    color: inherit;
}

.topics-card .tags {
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
    border-left: 6px solid rgba(219, 215, 215, .48);

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.topics-card .tags li {
    font-size: 1.2rem;
    line-height: 1.83333;
    margin-right: 11px;
    color: #892019;
}

@media screen and (max-width: 767px) {
    .recruit-page-nav {
        display: none;
    }
}

.recruit-page-nav ul {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    display: -ms-flexbox;
    display: flex;
    color: #892019;

    -ms-flex-pack: center;
    justify-content: center;
}

.recruit-page-nav a {
    display: inline-block;
    padding: 34px 21px 32px;
    transition: all .2s ease;
    border-bottom: 1px solid #fff;
}

.recruit-page-nav a:hover, .recruit-page-nav a.current {
    border-bottom: 1px solid #892019;
}

#sec-recruit-mv {
    padding-bottom: 70px;
}

@media screen and (max-width: 767px) {
    #sec-recruit-mv {
        padding-bottom: 82px;
    }
}

.recruit-mv {
    position: relative;
    margin-bottom: 106px;
}

@media screen and (max-width: 767px) {
    .recruit-mv {
        margin-bottom: 35px;
    }
}

.recruit-mv .title {
    position: absolute;
    top: calc(177 / 1366 * 100vw);
    right: 0;
    left: 0;
    width: 100%;
    max-width: 1616px;
    margin: auto;
    padding-right: 90px;
    padding-left: 90px;
}

@media screen and (max-width: 767px) {
    .recruit-mv .title {
        top: 30px;
        padding-right: 30px;
        padding-left: 30px;
    }
}

.recruit-mv h1 {
    margin: 0;
}

.recruit-mv h1 img {
    width: calc(500 / 1366 * 100vw);
}

@media screen and (max-width: 1296px) {
    .recruit-mv h1 img {
        width: 500px;
    }
}

@media screen and (max-width: 767px) {
    .recruit-mv h1 img {
        width: 265px;
    }
}

.recruit-mv figure {
    text-align: right;
}

@media screen and (max-width: 767px) {
    .recruit-mv figure {
        padding-top: 120px;
    }
}

.recruit-mv img {
    width: calc((818 / 1366) * 100%);
}

@media screen and (max-width: 767px) {
    .recruit-mv img {
        width: 100%;
    }
}

.message {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.875;
}

.message p + p {
    margin-top: 14px;
}

@media screen and (max-width: 767px) {
    .message p + p {
        margin-top: 26px;
    }
}

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

#sec-people {
    padding-bottom: 143px;
}

#sec-people .recruit-heading-group {
    position: relative;
    text-align: right;
}

@media screen and (max-width: 767px) {
    #sec-people .recruit-heading-group {
        text-align: center;
    }
}

#sec-people .recruit-heading-group .annotate {
    padding-right: 10px;
}

@media screen and (max-width: 767px) {
    #sec-people .recruit-heading-group .annotate {
        padding-right: 0;
    }
}

#sec-people .recruit-heading-group .inner {
    position: absolute;
    right: 0;
    bottom: 48px;
}

@media screen and (max-width: 767px) {
    #sec-people .recruit-heading-group .inner {
        position: static;
    }
}

.people-slider {
    display: -ms-flexbox;
    display: flex;
    margin-left: -93px;
}

.people-slider + * {
    margin-top: 23px;
}

.people-slider + .read-more {
    margin-top: 23px;
}

@media screen and (max-width: 767px) {
    .people-slider + * {
        margin-top: 43px;
    }
    .people-slider + .read-more {
        margin-top: 43px;
        text-align: center;
    }
}

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

.people-slider > * {
    width: 362px;
    min-width: 362px;
    margin-right: 20px;
}

@media screen and (max-width: 767px) {
    .people-slider > * {
        width: 100%;
        min-width: auto;
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .people-slider-item + .people-slider-item {
        margin-top: 20px;
    }
}

.people-slider-item a {
    position: relative;
    display: block;
}

.people-slider-item a::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    margin: -10px;
    content: '';
    transition: all .2s ease;
    opacity: 0;
    border: 10px solid #892019;
}

@media screen and (max-width: 767px) {
    .people-slider-item a::before {
        content: none;
    }
}

.people-slider-item a::after {
    font-family: 'cfk' !important;
    font-size: 5.7rem;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    position: absolute;
    right: -10px;
    bottom: -10px;
    content: '';
    transition: all .2s ease;
    text-transform: none;
    opacity: 0;
    color: #892019;
    background: radial-gradient(#fff 0, #fff 60%, transparent 60%);

    speak: none;
}

@media screen and (max-width: 767px) {
    .people-slider-item a::after {
        font-size: 4.0rem;
        right: 0;
        bottom: -2px;
        opacity: 1;
    }
}

.people-slider-item a:hover .profile {
    opacity: 1;
}

.people-slider-item a:hover::before {
    opacity: 1;
}

.people-slider-item a:hover::after {
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .people-slider-item figure {
        padding-right: 60px;
    }
    .people-slider-item figure img {
        width: 100%;
    }
}

.people-slider-item .profile {
    position: absolute;
    bottom: 28px;
    left: 0;
    width: 100%;
    padding: 15px 26px 8px;
    transition: all .2s ease;
    opacity: 0;
    background-color: rgba(255, 255, 255, .9);
}

@media screen and (max-width: 767px) {
    .people-slider-item .profile {
        right: 0;
        bottom: 40px;
        left: auto;
        width: auto;
        padding: 19px 38px 8px 21px;
        opacity: 1;
        background-color: #fff;
    }
}

.people-slider-item .profile .division {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.42857;
    margin-bottom: 2px;
}

@media screen and (max-width: 767px) {
    .people-slider-item .profile .division {
        font-size: 1.2rem;
        line-height: 1.5;
        margin-bottom: 4px;
    }
}

.people-slider-item .profile .joined {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.42857;
    margin-bottom: 9px;
    color: #892019;
}

@media screen and (max-width: 767px) {
    .people-slider-item .profile .joined {
        font-size: 1.2rem;
        line-height: 1.5;
        margin-bottom: 11px;
    }
}

.people-slider-item .profile .name {
    font-size: 2.2rem;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
    .people-slider-item .profile .name {
        font-size: 1.8rem;
        line-height: 1.5;
    }
}

.people-slider-item .profile .name span {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.21429;
    margin-left: 17px;
}

@media screen and (max-width: 767px) {
    .people-slider-item .profile .name span {
        font-size: 1.2rem;
        line-height: 1.16667;
        margin-left: 10px;
    }
}

.alternates {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 130px 0 102px;
    background-color: rgba(219, 215, 215, .5);
}

.alternates + * {
    margin-top: 3px;
}

.alternates + .read-more {
    margin-top: 3px;
}

@media screen and (max-width: 767px) {
    .alternates + * {
        margin-top: 43px;
    }
    .alternates + .read-more {
        margin-top: 43px;
        text-align: center;
    }
}

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

.alternates .bg1 {
    position: absolute;
    z-index: -1;
    top: 0;
    left: -240px;
}

@media screen and (max-width: 767px) {
    .alternates .bg1 {
        left: -30px;
        width: 90%;
    }
}

.alternates .bg2 {
    position: absolute;
    z-index: -1;
    top: 628px;
    right: 0;
}

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

.alternate {
    display: -ms-flexbox;
    display: flex;
        flex-direction: row-reverse;
    margin-right: -233px;
    margin-left: -100px;

    -ms-flex-direction: row-reverse;
}

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

.alternate + .alternate {
    margin-top: 108px;
}

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

.alternate .alternate-image {
    width: 800px;
}

@media screen and (max-width: 767px) {
    .alternate .alternate-image {
        position: relative;
        left: 20px;
        width: auto;
        margin-right: -65px;
    }
    .alternate .alternate-image img {
        width: 100%;
    }
}

.alternate .alternate-card {
    position: relative;
    width: 580px;
    min-height: 444px;
    margin-top: 213px;
    margin-right: -147px;
    background-color: #fff;
    box-shadow: 0 3px 30px rgba(0, 0, 0, .16);
}

@media screen and (max-width: 767px) {
    .alternate .alternate-card {
        left: -20px;
        width: auto;
        min-height: auto;
        margin-top: -58px;
        margin-right: 0;
    }
}

.alternate .alternate-card a {
    position: relative;
    display: -ms-flexbox;
    display: flex;
}

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

.alternate .alternate-card a::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    margin: -10px;
    content: '';
    transition: all .2s ease;
    opacity: 0;
    border: 10px solid #892019;
}

.alternate .alternate-card a:hover::before {
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .alternate .alternate-card a:hover::before {
        opacity: 0;
    }
}

.alternate .alternate-card figure {
    width: 220px;
    min-width: 220px;
}

.alternate .alternate-card figure img {
    font-family: 'object-fit: cover;';
    height: 100%;

    -o-object-fit: cover;
       object-fit: cover;
}

@media screen and (max-width: 767px) {
    .alternate .alternate-card figure {
        position: absolute;
        top: 0;
        left: 0;
        width: 110px;
        min-width: auto;
        height: 150px;
    }
}

.alternate .alternate-card .content {
    position: relative;
    overflow: hidden;
    padding: 0 31px 77px 31px;
}

.alternate .alternate-card .content dl {
    font-size: 2rem;
    font-weight: 700;
    display: -ms-flexbox;
    display: flex;
    margin-right: -31px;
    margin-bottom: 20px;
    padding: 36px 5px 35px;
    color: #892019;
    border-bottom: 1px solid #892019;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .alternate .alternate-card .content dl {
        font-size: 1.5rem;
        margin-bottom: 16px;
        margin-left: 79px;
        padding: 17px 28px 18px;
    }
}

.alternate .alternate-card .content dt {
    font-style: italic;
    line-height: 1.2;
    margin-right: 34px;
}

@media screen and (max-width: 767px) {
    .alternate .alternate-card .content dt {
        line-height: 1.2;
        margin-right: 14px;
    }
}

.alternate .alternate-card .content dd {
    line-height: 1;
    letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
    .alternate .alternate-card .content dd {
        line-height: 1.46667;
    }
}

.alternate .alternate-card .title {
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 1.47368;
    margin-bottom: 21px;
    letter-spacing: .03em;
}

@media screen and (max-width: 767px) {
    .alternate .alternate-card .title {
        font-size: 2.4rem;
        line-height: 1.5;
        margin-bottom: 30px;
        margin-left: 79px;
        padding-left: 25px;
    }
}

.alternate .alternate-card .text {
    font-size: 1.4rem;
    line-height: 1.71429;
}

.alternate .alternate-card .link {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    position: absolute;
    right: 0;
    bottom: 20px;
    padding: 20px 77px 20px 0;
    text-align: right;
    color: #892019;
}

@media screen and (max-width: 767px) {
    .alternate .alternate-card .link {
        font-size: 1.4rem;
        line-height: 1.21429;
        padding: 11px 51px 12px 0;
    }
}

.alternate .alternate-card .link::after {
    font-family: 'cfk' !important;
    font-size: 5.7rem;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    position: absolute;
    top: 3px;
    right: -1px;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    content: '';
    text-transform: none;
    color: #892019;

    speak: none;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .alternate .alternate-card .link::after {
        font-size: 4.0rem;
        top: 1px;
    }
}

.alternate:nth-child(even) {
        flex-direction: row;
    margin-right: -100px;
    margin-left: -233px;

    -ms-flex-direction: row;
}

@media screen and (max-width: 767px) {
    .alternate:nth-child(even) {
        margin-right: 0;
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .alternate:nth-child(even) .alternate-image {
        right: 20px;
        left: auto;
        margin-right: 0;
        margin-left: -65px;
    }
}

.alternate:nth-child(even) .alternate-card {
    margin-left: -147px;
}

@media screen and (max-width: 767px) {
    .alternate:nth-child(even) .alternate-card {
        right: -20px;
        left: auto;
        margin-left: 0;
    }
}

.alternate:nth-child(even) .alternate-card a {
        flex-direction: row-reverse;

    -ms-flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
    .alternate:nth-child(even) .alternate-card figure {
        right: 0;
        left: auto;
    }
}

.alternate:nth-child(even) .alternate-card .content dl {
    margin-right: auto;
    margin-left: -31px;
    padding-left: 31px;
}

@media screen and (max-width: 767px) {
    .alternate:nth-child(even) .alternate-card .content dl {
        margin-right: 79px;
    }
}

@media screen and (max-width: 767px) {
    .alternate:nth-child(even) .alternate-card .title {
        margin-right: 79px;
        margin-left: 0;
        padding-right: 25px;
        padding-left: 0;
    }
}

#sec-project {
    padding-bottom: 97px;
}

@media screen and (max-width: 767px) {
    #sec-project {
        padding-bottom: 138px;
    }
}

#sec-project .recruit-heading-group {
    position: relative;
    text-align: left;
}

@media screen and (max-width: 767px) {
    #sec-project .recruit-heading-group {
        text-align: center;
    }
}

#sec-project .recruit-heading-group .annotate {
    padding-left: 10px;
}

@media screen and (max-width: 767px) {
    #sec-project .recruit-heading-group .annotate {
        padding-left: 0;
    }
}

#sec-project .recruit-heading-group .inner {
    position: absolute;
    z-index: 1;
    top: 70px;
    left: 0;
}

@media screen and (max-width: 767px) {
    #sec-project .recruit-heading-group .inner {
        top: auto;
        right: 0;
        bottom: -143px;
        left: 0;
        margin: auto;
    }
}

#sec-project .read-more {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
}

#sec-recruit-about-cfk {
    padding-bottom: 150px;
}

@media screen and (max-width: 767px) {
    #sec-recruit-about-cfk {
        padding-bottom: 138px;
    }
}

.about-cards {
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.about-cards + * {
    margin-top: 23px;
}

.about-cards + .read-more {
    margin-top: 23px;
}

@media screen and (max-width: 767px) {
    .about-cards + * {
        margin-top: 43px;
    }
    .about-cards + .read-more {
        margin-top: 43px;
        text-align: center;
    }
}

@media screen and (min-width: 1280px) {
    .about-cards {
        margin-right: calc((50vw - 50%) * -1);
        margin-left: calc((50vw - 50%) * -1);
    }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
    .about-cards {
        margin-right: -90px;
        margin-left: -90px;
    }
}

.about-cards > .about-card {
    width: calc((100% - (2px * (3 - 1))) / 3 - .1px);
    margin-right: 2px;
}

.about-cards > .about-card:nth-child(3n) {
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .about-cards > .about-card {
        right: 0;
        width: 100%;
    }
    .about-cards > .about-card + .about-card {
        margin-top: 2px;
    }
}

.about-card a {
    display: block;
    height: 100%;
}

.about-card a:hover .content {
    color: #892019;
    background-color: #fff;
}

.about-card a:hover .content::before {
    content: none;
}

.about-card img {
    width: 100%;
}

.about-card .content {
    position: relative;
    margin-top: -60px;
    padding: 15px 33px 25px 37px;
    transition: all .2s ease;
    color: #fff;
    background-color: rgba(0, 0, 0, .44);
}

.about-card .content::before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: calc(100% - 60px);
    content: '';
    background-color: #892019;
}

.about-card .title {
    position: relative;
    margin-bottom: 24px;
}

.about-card .title p {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: -3px;
    letter-spacing: .03em;
}

.about-card .title dl {
    display: -ms-flexbox;
    display: flex;

    -ms-flex-align: center;
    align-items: center;
}

.about-card .title dt {
    font-size: 7.2rem;
    font-weight: 700;
    line-height: 1;
    margin-right: 15px;
}

.about-card .title dd {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.36;
    letter-spacing: .03em;
}

.about-card .text {
    font-size: 1.4rem;
    line-height: 1.71429;
    position: relative;
    min-height: 72px;
    padding-right: 50px;
}

.about-card .text::after {
    font-family: 'cfk' !important;
    font-size: 5.7rem;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    position: absolute;
    top: 0;
    right: -33px;
    content: '';
    text-transform: none;
    color: #fff;
    background: radial-gradient(#892019 0, #892019 60%, transparent 60%);

    speak: none;
}

#sec-workplace {
    padding-bottom: 126px;
}

@media screen and (max-width: 767px) {
    #sec-workplace {
        padding-bottom: 100px;
    }
}

.guidemap-cards {
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.guidemap-cards > .guidemap-card {
    width: calc((100% - (40px * (2 - 1))) / 2 - .1px);
    margin-right: 40px;
}

.guidemap-cards > .guidemap-card:nth-child(2n) {
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .guidemap-cards > .guidemap-card {
        width: 100%;
        margin-right: 0;
    }
    .guidemap-cards > .guidemap-card + .guidemap-card {
        margin-top: 74px;
    }
}

@media screen and (max-width: 767px) {
    .guidemap-card img {
        width: 100%;
    }
}

.guidemap-card .content {
    position: relative;
    margin: -40px 30px 0;
    background-color: #fff;
    box-shadow: 0 3px 30px rgba(0, 0, 0, .16);
}

@media screen and (max-width: 767px) {
    .guidemap-card .content {
        margin: -50px 20px 0;
    }
}

.guidemap-card .title {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.46429;
    padding: 23px 0 23px 40px;
}

@media screen and (max-width: 767px) {
    .guidemap-card .title {
        font-size: 2.6rem;
        line-height: 1.46154;
        padding: 32px 0 26px 20px;
    }
}

.guidemap-card .title a {
    position: relative;
    display: block;
    padding: 8px 0;
}

@media screen and (max-width: 767px) {
    .guidemap-card .title a {
        padding: 1px 0;
    }
}

.guidemap-card .title a::after {
    font-family: 'cfk' !important;
    font-size: 5.7rem;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    position: absolute;
    top: 3px;
    right: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    content: '';
    text-transform: none;
    color: #892019;

    speak: none;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .guidemap-card .title a::after {
        font-size: 4.0rem;
    }
}

.guidemap-card .text {
    font-size: 1.5rem;
    line-height: 1.6;
    padding: 0 40px 29px 40px;
}

@media screen and (max-width: 767px) {
    .guidemap-card .text {
        font-size: 1.5rem;
        line-height: 1.73333;
        padding: 0 20px 29px 20px;
    }
}

.guidemap-card .ghost-list {
    overflow: hidden;
}

.guidemap-card .ghost-list ul {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1px -1px 0;
    border-top: 1px solid #dbd7d7;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.guidemap-card .ghost-list li {
    width: 50%;
    border-right: 1px solid #dbd7d7;
    border-bottom: 1px solid #dbd7d7;
}

.guidemap-card .ghost-list a {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: block;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 23px 40px 23px 24px;
    transition: all .2s ease;
    color: #892019;

    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .guidemap-card .ghost-list a {
        font-size: 1.5rem;
        line-height: 1.46667;
    }
}

.guidemap-card .ghost-list a::after {
    font-family: 'cfk' !important;
    font-size: 1.8rem;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    content: '';
    text-transform: none;
    color: #892019;

    speak: none;
    -ms-flex-align: center;
    align-items: center;
}

.guidemap-card .ghost-list a:hover {
    background-color: #f0efef;
}

.guidemap-card .fill-list ul {
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.guidemap-card .fill-list li {
    width: 50%;
}

.guidemap-card .fill-list a {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.45;
    position: relative;
    display: block;
    display: -ms-flexbox;
    display: flex;
    height: 140px;
    padding: 20px 45px;
    color: #fff;

    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .guidemap-card .fill-list a {
        font-size: 1.5rem;
        line-height: 1.46667;
        height: 90px;
        padding: 15px 42px 15px 32px;
    }
}

.guidemap-card .fill-list a::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 16px;
    height: 100%;
    content: '';
    transition: all .2s ease;
    background-color: rgba(0, 0, 0, .3);
}

@media screen and (max-width: 767px) {
    .guidemap-card .fill-list a::before {
        width: 11px;
    }
}

.guidemap-card .fill-list a:hover::before {
    width: 100%;
}

.guidemap-card .fill-list a::after {
    font-family: 'cfk' !important;
    font-size: 1.8rem;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 14px;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    content: '';
    text-transform: none;
    color: #fff;

    speak: none;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .guidemap-card .fill-list a::after {
        font-size: 1.3rem;
        right: 16px;
    }
}

.guidemap-card .fill-list a.theme-red {
    background-color: #892019;
}

.guidemap-card .fill-list a.theme-green {
    background-color: #3a6c6a;
}

.middle-banner {
    padding: 44px 0 47px;
    background-color: rgba(237, 230, 216, .5);
}

.middle-banner .inner {
    position: relative;
    z-index: 0;
    background-color: #fff;
}

.middle-banner .inner a {
    display: block;
    transition: all .3s ease;
}

.middle-banner .inner a:hover {
    opacity: .6;
}

.middle-banner .inner .content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;
    padding: 0 50px;
    text-align: left;

    -ms-flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .middle-banner .inner .content {
        width: 50%;
        min-width: 168px;
        padding: 0 20px;
        background-color: #fff;
    }
}

.middle-banner .inner .title {
    font-size: 4rem;
    font-weight: 900;
    font-style: italic;
    line-height: 1.2;
    color: #892019;
}

@media screen and (max-width: 767px) {
    .middle-banner .inner .title {
        font-size: 2.8rem;
        line-height: 1;
    }
}

.middle-banner .inner .annotate {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: .02em;
}

@media screen and (max-width: 767px) {
    .middle-banner .inner .annotate {
        font-size: 1.5rem;
        line-height: 1.46667;
        margin-top: 10px;
    }
}

.middle-banner .inner figure {
    text-align: right;
}

@media screen and (max-width: 767px) {
    .middle-banner .inner figure img {
        width: auto;
        height: 150px;
    }
}

#sec-message {
    padding-bottom: 138px;
}

@media screen and (max-width: 767px) {
    #sec-message {
        padding-bottom: 140px;
    }
}

.message-media {
    padding: 0 30px;
}

.message-media::after {
    display: table;
    clear: both;
    content: '';
}

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

.message-media .media-title {
    float: left;
    width: calc(617 / 1040 * 100%);
}

@media screen and (max-width: 767px) {
    .message-media .media-title {
        float: none;
        width: auto;
    }
}

.message-media .image {
    float: right;
    width: calc(362 / 1040 * 100%);
}

@media screen and (max-width: 767px) {
    .message-media .image {
        float: none;
        width: auto;
        padding: 27px 20px 0;
    }
}

.message-media .image figcaption {
    font-size: 1.3rem;
    line-height: 1.53846;
    margin-top: 12px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .message-media .image figcaption {
        margin-top: 14px;
        text-align: right;
    }
}

.message-media .image figcaption span {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.25;
    margin-left: 12px;
}

@media screen and (max-width: 767px) {
    .message-media .image img {
        width: 100%;
    }
}

.message-media .text {
    float: left;
    width: calc(617 / 1040 * 100%);
    padding-top: 40px;
}

@media screen and (max-width: 767px) {
    .message-media .text {
        float: none;
        width: auto;
        padding-top: 38px;
    }
}

.message-media .text p {
    font-size: 1.6rem;
    line-height: 1.875;
}

@media screen and (max-width: 767px) {
    .message-media .text p {
        font-size: 1.5rem;
        line-height: 1.86667;
    }
}

.message-media .recruit-heading-group {
    text-align: left;
}

.message-media .recruit-heading-group .annotate {
    padding-left: 33px;
}

@media screen and (max-width: 767px) {
    .message-media .recruit-heading-group {
        text-align: center;
    }
    .message-media .recruit-heading-group .annotate {
        padding-left: 0;
    }
}

.message-media .read-more {
    display: inline-block;
    padding-top: 24px;
}

@media screen and (max-width: 767px) {
    .message-media .read-more {
        display: block;
        padding-top: 18px;
    }
    .message-media .read-more a {
        width: 100%;
    }
}

.project-cards .inner {
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.project-cards .inner .project-card {
    width: calc((100% - (60px * (2 - 1))) / 2 - .1px);
    margin-right: 60px;
    margin-bottom: 60px;
}

.project-cards .inner .project-card:nth-child(2n) {
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .project-cards .inner .project-card {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }
}

.project-card a img {
    transition: all .3s ease;
}

.project-card a:hover img {
    opacity: .6;
}

.project-card figure {
    border-left: 40px solid #e9e6e6;
}

@media screen and (max-width: 767px) {
    .project-card figure {
        border-left: 0;
    }
    .project-card figure img {
        width: 100%;
    }
}

.project-card .story {
    position: relative;
    margin-top: -40px;
}

@media screen and (max-width: 767px) {
    .project-card .story {
        margin-top: -22px;
        padding-right: 20px;
    }
}

.project-card dl {
    font-size: 2rem;
    font-weight: 700;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 325px;
    padding: 25px 30px 25px 0;
    color: #892019;
    background-color: rgba(255, 255, 255, .9);

    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .project-card dl {
        font-size: 1.5rem;
        width: 100%;
        padding: 15px 20px 15px 0;
    }
}

.project-card dt {
    font-style: italic;
    line-height: 1.2;
    margin-right: 22px;
}

@media screen and (max-width: 767px) {
    .project-card dt {
        line-height: 1.2;
        margin-right: 17px;
    }
}

.project-card dd {
    line-height: 1.45;
    letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
    .project-card dd {
        line-height: 1.46667;
    }
}

.project-card .title {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    padding: 22px 0 17px;
    letter-spacing: .03em;
    border-top: 1px solid #892019;
}

@media screen and (max-width: 767px) {
    .project-card .title {
        font-size: 1.8rem;
        line-height: 1.66667;
        padding: 16px 0 12px;
    }
}

.project-card .content {
    display: -ms-flexbox;
    display: flex;

    -ms-flex-align: end;
    align-items: flex-end;
}

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

.project-card .text {
    -ms-flex: 1;
        flex: 1;
}

@media screen and (max-width: 767px) {
    .project-card .text {
        margin-bottom: 6px;
    }
}

.project-card .link {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    width: 170px;
    margin-left: auto;
    padding: 20px 77px 20px 0;
    text-align: right;
    color: #892019;
}

@media screen and (max-width: 767px) {
    .project-card .link {
        font-size: 1.4rem;
        line-height: 1.21429;
        position: relative;
        padding: 12px 52px 11px 0;
    }
}

.project-card .link::after {
    font-family: 'cfk' !important;
    font-size: 5.7rem;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    position: absolute;
    top: 3px;
    right: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    content: '';
    text-transform: none;
    color: #892019;

    speak: none;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .project-card .link::after {
        font-size: 4.0rem;
    }
}

.project-mv {
    background-color: #f0efef;
}

.project-mv + * {
    margin-top: 46px;
}

@media screen and (max-width: 767px) {
    .project-mv + * {
        margin-top: 33px;
    }
}

.project-mv figure {
    position: relative;
    min-width: 1190px;
    margin-right: calc((50vw - 50%) * -1);
    padding-bottom: 30px;
    border-bottom: 1px solid #892019;
}

.project-mv figure img {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .project-mv figure {
        min-width: auto;
        padding-bottom: 0;
        border-bottom: 0;
    }
}

.project-mv .titles {
    position: absolute;
    bottom: 62px;
    left: -130px;
}

@media screen and (max-width: 767px) {
    .project-mv .titles {
        position: static;
        margin-top: -40px;
        margin-left: -30px;
    }
}

.project-mv .story dl {
    font-size: 2.2rem;
    font-weight: 700;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 10px;
    padding: 20px 35px 20px 40px;
    color: #892019;
    border-top: 1px solid #892019;
    background-color: rgba(255, 255, 255, .9);

    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .project-mv .story dl {
        font-size: 1.6rem;
        padding: 16px 20px 19px 20px;
    }
}

.project-mv .story dt {
    font-style: italic;
    line-height: 1.22727;
    padding-right: 16px;
}

@media screen and (max-width: 767px) {
    .project-mv .story dt {
        line-height: 1.1875;
        padding-right: 10px;
    }
}

.project-mv .story dd {
    line-height: 1.5;
    letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
    .project-mv .story dd {
        line-height: 1.5;
    }
}

.project-mv .title h1 {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.46875;
    display: inline-block;
    margin: 0;
    padding: 37px 80px 35px 80px;
    letter-spacing: .03em;
    border-top: 1px solid #892019;
    background-color: rgba(255, 255, 255, .9);
}

@media screen and (max-width: 767px) {
    .project-mv .title h1 {
        font-size: 2.2rem;
        line-height: 1.5;
        padding: 23px 64px 21px 20px;
    }
}

.project-mv .text {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2;
    padding: 30px 0 35px;
    color: #892019;
}

@media screen and (max-width: 767px) {
    .project-mv .text {
        font-size: 1.5rem;
        line-height: 1.86667;
        margin: 0 -10px;
        padding: 22px 0 45px;
    }
}

.people-cards .inner {
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.people-cards .inner .people-card {
    width: calc((100% - (40px * (3 - 1))) / 3 - .1px);
    margin-right: 40px;
    margin-bottom: 40px;
}

.people-cards .inner .people-card:nth-child(3n) {
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .people-cards .inner .people-card {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .people-cards.sp-2col .inner .people-card {
        width: calc((100% - (20px * (2 - 1))) / 2 - .1px);
        margin-right: 20px;
        margin-bottom: 40px;
    }
    .people-cards.sp-2col .inner .people-card:nth-child(3n) {
        margin-right: 20px;
    }
    .people-cards.sp-2col .inner .people-card:nth-child(2n) {
        margin-right: 0;
    }
}

.people-card {
    padding-bottom: 7px;
}

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

.people-card a img {
    transition: all .3s ease;
    opacity: 1;
}

.people-card a:hover img {
    opacity: .6;
}

.people-card figure {
    position: relative;
}

@media screen and (max-width: 767px) {
    .people-card figure img {
        width: 100%;
    }
}

.people-card .word {
    font-size: 1.8rem;
    line-height: 2.25;
    position: absolute;
    bottom: 18px;
}

.people-card .word span {
    font-size: 1.8rem;
    line-height: 2.25;
    padding: 7px 7px 7px 10px;
    background-color: rgba(255, 255, 255, .9);
}

.people-card .profile {
    margin-top: 10px;
}

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

.people-card .division {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
}

.people-card .joined {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 8px;
    color: #892019;
}

.people-card .name {
    font-size: 1.6rem;
    line-height: 1.5;
}

.people-card .name span {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.16667;
    margin-left: 10px;
}

@media screen and (max-width: 767px) {
    .people-cards.sp-2col .people-card {
        padding-bottom: 40px;
        border-bottom: 1px solid #c6c6c6;
    }
    .people-cards.sp-2col .people-card .word {
        font-size: 1.2rem;
        line-height: 1.66667;
        position: static;
        margin-top: 9px;
    }
    .people-cards.sp-2col .people-card .word span {
        font-size: 1.2rem;
        line-height: 1.66667;
        padding: 0;
    }
    .people-cards.sp-2col .people-card .profile {
        margin-top: 9px;
    }
    .people-cards.sp-2col .people-card .division {
        font-size: 1.0rem;
        line-height: 1.5;
        margin-bottom: 3px;
    }
    .people-cards.sp-2col .people-card .joined {
        font-size: 1.0rem;
        line-height: 1.5;
        margin-bottom: 5px;
    }
    .people-cards.sp-2col .people-card .name {
        font-size: 1.4rem;
        line-height: 1.42857;
    }
    .people-cards.sp-2col .people-card .name span {
        font-size: 1.0rem;
        line-height: 1.3;
        display: block;
        margin-left: 0;
    }
}

.people-mv {
    position: relative;
}

.people-mv + * {
    margin-top: 37px;
}

@media screen and (max-width: 767px) {
    .people-mv + * {
        margin-top: 40px;
    }
}

.people-mv .content {
    position: absolute;
    bottom: 40px;
}

@media screen and (max-width: 767px) {
    .people-mv .content {
        line-height: 0;
        position: static;
    }
}

.people-mv .word {
    font-size: 4.4rem;
    font-weight: 400;
    line-height: 1.59091;
    margin: 0;
    margin-bottom: 38px;
}

@media screen and (max-width: 767px) {
    .people-mv .word {
        font-size: 2.6rem;
        line-height: 1.69231;
        margin-bottom: 28px;
    }
}

.people-mv .annotate {
    font-size: 2.0rem;
    font-weight: 700;
    font-style: italic;
    line-height: 1.2;
    margin-bottom: 6px;
    letter-spacing: -.02em;
    color: #892019;
}

@media screen and (max-width: 767px) {
    .people-mv .annotate {
        font-size: 1.6rem;
        line-height: 1.1875;
        margin-bottom: 15px;
    }
}

.people-mv .profile {
    display: inline-block;
    min-width: 440px;
    padding: 40px 40px 40px 0;
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    .people-mv .profile {
        min-width: auto;
        padding: 0;
    }
}

.people-mv .profile-inner {
    overflow: hidden;
    padding-left: 40px;
    border-left: 5px solid #892019;
}

@media screen and (max-width: 767px) {
    .people-mv .profile-inner {
        padding-left: 18px;
    }
}

.people-mv .division {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.86667;
    margin-bottom: 2px;
}

.people-mv .joined {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.86667;
    margin-bottom: 17px;
    color: #892019;
}

@media screen and (max-width: 767px) {
    .people-mv .joined {
        margin-bottom: 4px;
    }
}

.people-mv .name {
    font-size: 3.4rem;
    line-height: 1.47059;
    margin-bottom: -5px;
}

@media screen and (max-width: 767px) {
    .people-mv .name {
        font-size: 2.6rem;
        line-height: 1.46154;
        margin-bottom: -2px;
    }
}

.people-mv .name span {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.21429;
}

.people-mv figure {
    text-align: right;
}

.people-mv figure img {
    width: calc((878 / 1366) * 100%);
}

@media screen and (max-width: 767px) {
    .people-mv figure img {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .people-mv figure {
        margin-bottom: 20px;
        padding-left: 30px;
    }
}

.page-title {
    background-color: #f0efef;
}

.page-title + * {
    margin-top: 38px;
}

.page-title + .page-nav {
    margin-top: 38px;
}

.page-title + .page-date {
    margin-top: 25px;
}

.page-title + .page-tag {
    margin-top: 33px;
}

@media screen and (max-width: 767px) {
    .page-title + * {
        margin-top: 30px;
    }
    .page-title + .page-nav {
        margin-top: 30px;
    }
    .page-title + .page-tag {
        margin-top: 39px;
    }
}

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

.page-title .inner {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    min-height: 140px;
    padding: 44px 0 49px 50px;

    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .page-title .inner {
        min-height: 100px;
        padding: 32px 0 24px 30px;
    }
}

.page-title .inner::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: calc((120 / 140) * 100%);
    content: '';
    border-top: 30px solid #333;
    background-color: #892019;
}

@media screen and (max-width: 767px) {
    .page-title .inner::before {
        width: 13px;
        height: 100%;
    }
}

.page-title h1 {
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1.46875;
    margin: 0;
}

@media screen and (max-width: 767px) {
    .page-title h1 {
        font-size: 2.2rem;
        font-weight: 700;
        line-height: 1.5;
    }
}

.page-date + * {
    margin-top: 25px;
}

.page-date + .page-article {
    margin-top: 25px;
}

@media screen and (max-width: 767px) {
    .page-date + * {
        margin-top: 16px;
    }
    .page-date + .page-article {
        margin-top: 16px;
    }
}

.page-nav:not(:root) + * {
    margin-top: 36px;
}

@media screen and (max-width: 767px) {
    .page-nav:not(:root) + * {
        margin-top: 31px;
    }
}

.page-nav:not(:root) ul {
    margin-left: 0;
}

.page-nav:not(:root) ul li {
    margin-left: 0;
    text-indent: 0;
}

.page-nav:not(:root) ul li::before {
    content: none;
}

.page-nav:not(:root) ul li + li {
    margin-top: 0;
}

.page-nav:not(:root) ul {
    display: -ms-flexbox;
    display: flex;
    padding: 0 40px;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media screen and (max-width: 767px) {
    .page-nav:not(:root) ul {
        padding: 0;

        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media screen and (max-width: 767px) {
    .page-nav:not(:root) ul li {
        margin-top: 6px;
        margin-right: 20px;
        margin-bottom: 6px;
    }
}

.page-nav:not(:root) ul li + li {
    margin-left: 52px;
}

@media screen and (max-width: 767px) {
    .page-nav:not(:root) ul li + li {
        margin-top: 6px;
        margin-left: 0;
    }
}

.page-nav:not(:root) ul li a {
    transition: all .2s ease;
    color: inherit;
}

.page-nav:not(:root) ul li a::before {
    font-family: 'cfk' !important;
    font-size: 2rem;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    display: inline-block;
    margin-right: 7px;
    content: '';
    transition: inherit;
    vertical-align: middle;
    text-transform: none;
    color: #f0efef;
    background: radial-gradient(#892019 0, #892019 60%, transparent 60%);

    speak: none;
}

.page-nav:not(:root) ul li a:hover span {
    text-decoration: underline;
    color: #4c6abc;
}

.page-nav:not(:root) ul li a:hover::before {
    color: #892019;
    background: radial-gradient(#fff 0, #fff 60%, transparent 60%);
}

.page-article + * {
    margin-top: 100px;
}

.page-article + .page-section {
    margin-top: 78px;
}

@media screen and (max-width: 767px) {
    .page-article + .page-section {
        margin-top: 48px;
    }
}

.page-article .page-max-800 > h2, .page-article .page-max-800 > .column-blocks, .page-article .page-max-800 > .link-medias, .page-article .page-max-800 > .page-nav {
    margin-right: -150px;
    margin-left: -150px;
}

@media screen and (max-width: 767px) {
    .page-article .page-max-800 > h2, .page-article .page-max-800 > .column-blocks, .page-article .page-max-800 > .link-medias, .page-article .page-max-800 > .page-nav {
        margin-right: 0;
        margin-left: 0;
    }
}

.page-article h2 {
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.61905;
    position: relative;
    padding: 14px 10px 13px;
    border-bottom: 1px solid #dbd7d7;
}

.page-article h2 + * {
    margin-top: 27px;
}

.page-article h2 + p {
    margin-top: 27px;
}

.page-article h2 + .siege {
    margin-top: 30px;
}

.page-article h2 + .column-blocks {
    margin-top: 30px;
}

.page-article h2 + h3 {
    margin-top: 30px;
}

.page-article h2 + .link-medias {
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .page-article h2 + * {
        margin-top: 18px;
    }
    .page-article h2 + p {
        margin-top: 18px;
    }
    .page-article h2 + .siege {
        margin-top: 20px;
    }
    .page-article h2 + .column-blocks {
        margin-top: 20px;
    }
    .page-article h2 + h3 {
        margin-top: 20px;
    }
    .page-article h2 + .link-medias {
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .page-article h2 {
        font-size: 1.8rem;
        line-height: 1.66667;
        padding: 16px 0 13px;
    }
}

.page-article h2::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 150px;
    height: 3px;
    content: '';
    background-color: #892019;
}

@media screen and (max-width: 767px) {
    .page-article h2::before {
        width: 90px;
    }
}

.page-article h2::after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: calc(100% - 151px);
    height: 3px;
    content: '';
    background-color: #dbd7d7;
}

@media screen and (max-width: 767px) {
    .page-article h2::after {
        width: calc(100% - 91px);
    }
}

.page-article h3 {
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1.47368;
    position: relative;
    padding-left: 30px;
}

.page-article h3 + * {
    margin-top: 20px;
}

.page-article h3 + .img-center, .page-article h3 + .over-img-center {
    margin-top: 29px;
}

.page-article h3 + h4 {
    margin-top: 22px;
}

.page-article h3 + p {
    margin-top: 16px;
}

.page-article h3 + .btn-wrapper {
    margin-top: 29px;
}

.page-article h3 + .convbtn-wrapper {
    margin-top: 29px;
}

@media screen and (max-width: 767px) {
    .page-article h3 + * {
        margin-top: 14px;
    }
    .page-article h3 + .img-center, .page-article h3 + .over-img-center {
        margin-top: 14px;
    }
    .page-article h3 + h4 {
        margin-top: 14px;
    }
    .page-article h3 + p {
        margin-top: 14px;
    }
    .page-article h3 + ul {
        margin-top: 21px;
    }
    .page-article h3 + ol {
        margin-top: 18px;
    }
    .page-article h3 + .linklist {
        margin-top: 22px;
    }
    .page-article h3 + .linklist-btn {
        margin-top: 24px;
    }
    .page-article h3 + .btn-wrapper {
        margin-top: 17px;
    }
    .page-article h3 + .convbtn-wrapper {
        margin-top: 17px;
    }
}

@media screen and (max-width: 767px) {
    .page-article h3 {
        font-size: 1.7rem;
        line-height: 1.64706;
    }
}

.page-article h3::before {
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    content: '';
    background: url(../images/icon_h3@2x.png) top left no-repeat;
    background-size: 100% auto;
}

@media screen and (max-width: 767px) {
    .page-article h3::before {
        top: 7px;
    }
}

.page-article h4 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.625;
    color: #892019;
}

.page-article h4 + * {
    margin-top: 18px;
}

.page-article h4 + p {
    margin-top: 18px;
}

.page-article h4 + .table-wrapper {
    margin-top: 12px;
}

@media screen and (max-width: 767px) {
    .page-article h4 + * {
        margin-top: 26px;
    }
    .page-article h4 + p {
        margin-top: 9px;
    }
}

.page-article p + * {
    margin-top: 47px;
}

.page-article p + h3 {
    margin-top: 47px;
}

.page-article p + p {
    margin-top: 20px;
}

.page-article p + .figcaption {
    margin-top: 10px;
}

.page-article p + .qa {
    margin-top: 33px;
}

.page-article p + .img-center, .page-article p + .over-img-center {
    margin-top: 55px;
}

.page-article p + h2 {
    margin-top: 95px;
}

@media screen and (max-width: 767px) {
    .page-article p + * {
        margin-top: 28px;
    }
    .page-article p + h3 {
        margin-top: 28px;
    }
    .page-article p + .qa {
        margin-top: 15px;
    }
}

.page-article a {
    text-decoration: none;
    color: #4c6abc;
}

.page-article a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .page-article a:hover {
        text-decoration: none;
    }
}

.page-article a:visited {
    color: #9ba3b9;
}

.page-article ul {
    margin-left: 33px;
}

.page-article ul + * {
    margin-top: 52px;
}

.page-article ul + h3 {
    margin-top: 52px;
}

.page-article ul + .ccm-ui {
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    .page-article ul {
        margin-left: 5px;
    }
}

.page-article ul li {
    line-height: 1.6;
    margin-left: 17px;
    text-indent: -17px;
}

.page-article ul li::before {
    font-family: 'cfk' !important;
    font-size: .6rem;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    margin-right: 11px;
    content: '';
    vertical-align: middle;
    text-transform: none;
    color: #892019;

    speak: none;
}

.page-article ul li ul {
    margin-top: 8px;
    margin-left: 18px;
}

.page-article ul li li {
    margin-left: 16px;
    text-indent: -16px;
}

.page-article ul li li::before {
    font-size: .5rem;
    content: '';
}

.page-article ul li + li {
    margin-top: 8px;
}

.page-article ol {
    display: table;
    margin-left: 30px;
    /*+ * {margin-top: 37px;}
		+ h4 {margin-top: 37px;}

		@include xsp {
			+ * {margin-top: 40px;}
			+ h4 {margin-top: 40px;}
		}*/
}

.page-article ol + * {
    margin-top: 50px;
}

.page-article ol + h3 {
    margin-top: 50px;
}

@media screen and (max-width: 767px) {
    .page-article ol + * {
        margin-top: 37px;
    }
    .page-article ol + h3 {
        margin-top: 37px;
    }
}

@media screen and (max-width: 767px) {
    .page-article ol {
        margin-left: 5px;
    }
}

.page-article ol li {
    line-height: 1.6;
    display: table-row;
    counter-increment: table-ol;
}

.page-article ol li::before {
    display: table-cell;
    padding-right: .4em;
    content: counter(table-ol) '.';
    text-align: right;
}

.page-article ol li ol {
    margin-top: 8px;
    margin-left: 15px;
    counter-reset: table-ol;
}

.page-article ol li li::before {
    padding-left: .6em;
}

.page-article ol li + li::before {
    padding-top: 8px;
}

.column-blocks {
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.column-blocks + * {
    margin-top: 50px;
}

.column-blocks + h2 {
    margin-top: 50px;
}

@media screen and (max-width: 767px) {
    .column-blocks + * {
        margin-top: 60px;
    }
    .column-blocks + .column-blocks {
        margin-top: 4px;
    }
    .column-blocks + h2 {
        margin-top: 60px;
    }
}

.column-blocks.column3 + .column4 {
    margin-top: 7px;
}

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

.column-block {
    margin-bottom: 50px;
    border-bottom: 1px solid #c6c6c6;
}

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

.column-block figure {
    text-align: center;
}

.column2 .column-block {
    width: calc((100% - (40px * (2 - 1))) / 2 - .1px);
    margin-right: 40px;
    padding-bottom: 44px;
}

@media screen and (max-width: 767px) {
    .column2 .column-block {
        width: 100%;
        margin-right: 0;
        padding-bottom: 33px;
    }
}

.column2 .column-block:nth-child(2n) {
    margin-right: 0;
}

.column2 .column-block h3 {
    margin-top: 15px;
}

@media screen and (max-width: 767px) {
    .column2 .column-block h3 {
        margin-top: 12px;
    }
}

.column3 .column-block {
    width: calc((100% - (40px * (3 - 1))) / 3 - .1px);
    margin-right: 40px;
    padding-bottom: 48px;
}

@media screen and (max-width: 767px) {
    .column3 .column-block {
        width: 100%;
        margin-right: 0;
        padding-bottom: 36px;
    }
}

.column3 .column-block:nth-child(3n) {
    margin-right: 0;
}

.column3 .column-block figure::after {
    display: block;
    width: 26px;
    height: 4px;
    margin: 20px auto 0;
    content: '';
    background-color: #892019;
}

@media screen and (max-width: 767px) {
    .column3 .column-block figure {
        margin-right: 30px;
        margin-left: 30px;
        text-align: center;
    }
}

.column3 .column-block h3 {
    font-size: 1.7rem;
    line-height: 1.17647;
    margin-top: 22px;
    padding-left: 0;
}

.column3 .column-block h3::before {
    content: none;
}

@media screen and (max-width: 767px) {
    .column3 .column-block h3 {
        margin-right: 30px;
        margin-left: 30px;
    }
}

.column3 .column-block h3 + .text {
    margin-top: 21px;
}

@media screen and (max-width: 767px) {
    .column3 .column-block .text {
        margin-right: 30px;
        margin-left: 30px;
    }
}

@media screen and (max-width: 767px) {
    .column3 .column-block .figcaption {
        margin-right: 30px;
        margin-left: 30px;
    }
}

.column4 .column-block {
    width: calc((100% - (40px * (4 - 1))) / 4 - .1px);
    margin-right: 40px;
    padding-bottom: 37px;
}

@media screen and (max-width: 767px) {
    .column4 .column-block {
        width: calc((100% - (20px * (2 - 1))) / 2 - .1px);
        margin-right: 20px;
    }
}

.column4 .column-block:nth-child(4n) {
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .column4 .column-block:nth-child(2n) {
        margin-right: 0;
    }
}

.column4 .column-block figure::after {
    display: block;
    width: 26px;
    height: 4px;
    margin: 20px auto 0;
    content: '';
    background-color: #892019;
}

@media screen and (max-width: 767px) {
    .column4 .column-block figure::after {
        width: 20px;
        height: 3px;
        margin: 15px auto 0;
    }
}

.column4 .column-block h3 {
    font-size: 1.6rem;
    line-height: 1.1875;
    margin-top: 23px;
    padding-left: 0;
}

@media screen and (max-width: 767px) {
    .column4 .column-block h3 {
        font-size: 1.4rem;
        line-height: 1.21429;
        margin-top: 17px;
    }
}

.column4 .column-block h3::before {
    content: none;
}

@media screen and (max-width: 767px) {
    .column4 .column-block .text {
        font-size: 1.3rem;
        line-height: 1.69231;
        margin-top: 17px;
    }
}

.column4 .column-block .figcaption {
    margin-top: 13px;
}

.column-block figcaption {
    margin-top: 10px;
}

.column-block figcaption, .column-block .figcaption {
    font-size: 1.2rem;
    line-height: 1.66667;
}

.table-wrapper {
    overflow: hidden;
}

.table-wrapper + * {
    margin-top: 50px;
}

.table-wrapper + h4 {
    margin-top: 50px;
}

.table-wrapper + h2 {
    margin-top: 100px;
}

.table-wrapper table {
    width: 100%;
    margin-left: -1px;
    border-collapse: separate;
    border-top: 2px solid #892019;
}

.table-wrapper table tr > * {
    border-top: 1px solid #fff;
}

.table-wrapper table tr th {
    border-left: 1px solid #fff;
}

.table-wrapper table tr td {
    border-left: 1px solid #fff;
}

.table-wrapper table thead tr:first-child > * {
    border-top: 3px solid #fff;
}

.table-wrapper table thead th, .table-wrapper table thead td {
    background-color: #e9e6e6;
}

.table-wrapper table tbody tr:first-child > * {
    border-top: 3px solid #fff;
}

.table-wrapper table tbody th {
    vertical-align: top;
    background-color: #e9e6e6;
}

.table-wrapper table tbody td {
    vertical-align: top;
    background-color: #f0efef;
}

.table-wrapper table th, .table-wrapper table td {
    font-size: 1.5rem;
    font-weight: inherit;
    line-height: 1.86667;
    padding: 11px 15px;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .table-wrapper table tbody:first-child {
        display: block;
    }
    .table-wrapper table tbody:first-child tr, .table-wrapper table tbody:first-child th, .table-wrapper table tbody:first-child td {
        display: block;
    }
    .table-wrapper table tbody:first-child th, .table-wrapper table tbody:first-child td {
        width: 100% !important;
        text-align: left !important;
    }
    .table-wrapper table tbody:first-child td {
        padding-left: 23px;
    }
    .table-wrapper table tbody:first-child tr:first-child > * {
        border-top: 1px solid #fff;
    }
    .table-wrapper table tbody:first-child tr:first-child > *:first-child {
        border-top: 3px solid #fff;
    }
}

.table-wrapper table.font-small tr th, .table-wrapper table.font-small tr td {
    font-size: 1.3rem;
    line-height: 1.92308;
}

.img-fleft + *, .over-img-fleft + * {
    margin-top: 75px;
}

.img-fleft + .img-fleft, .over-img-fleft + .img-fleft, .img-fleft + .over-img-fleft, .over-img-fleft + .over-img-fleft {
    margin-top: 75px;
}

.img-fleft + .img-right, .over-img-fleft + .img-right {
    margin-top: 75px;
}

.img-fleft + h3, .over-img-fleft + h3 {
    margin-top: 80px;
}

.img-fleft + h2, .over-img-fleft + h2 {
    margin-top: 100px;
}

@media screen and (max-width: 767px) {
    .img-fleft + *, .over-img-fleft + * {
        margin-top: 53px;
    }
    .img-fleft + .img-fleft, .over-img-fleft + .img-fleft, .img-fleft + .over-img-fleft, .over-img-fleft + .over-img-fleft {
        margin-top: 53px;
    }
    .img-fleft + .img-right, .over-img-fleft + .img-right {
        margin-top: 53px;
    }
    .img-fleft + h3, .over-img-fleft + h3 {
        margin-top: 50px;
    }
    .img-fleft + h2, .over-img-fleft + h2 {
        margin-top: 95px;
    }
}

.img-fleft .inner::after, .over-img-fleft .inner::after {
    display: table;
    clear: both;
    content: '';
}

.img-fleft figure, .over-img-fleft figure {
    display: table;
    float: left;
    margin: 5px 40px 20px 0;
}

.firefox .img-fleft figure, .firefox .over-img-fleft figure {
    display: block;
}

@media screen and (max-width: 767px) {
    .firefox .img-fleft figure, .firefox .over-img-fleft figure {
        display: table;
    }
}

.siege .img-fleft figure, .siege .over-img-fleft figure {
    margin-right: 30px;
}

@media screen and (max-width: 767px) {
    .siege .img-fleft figure, .siege .over-img-fleft figure {
        margin-right: auto;
    }
}

@media screen and (max-width: 767px) {
    .img-fleft figure, .over-img-fleft figure {
        float: none;
        margin: 0 auto 22px;
    }
}

.img-fleft figure a::before, .over-img-fleft figure a::before {
    content: none;
}

.img-fleft figure a::after, .over-img-fleft figure a::after {
    content: none;
}

.img-fleft figure img, .over-img-fleft figure img {
    width: 100%;
}

.img-fleft figcaption, .over-img-fleft figcaption {
    font-size: 1.2rem;
    line-height: 1.66667;
    display: table-caption;
    width: 100%;
    margin-top: 9px;
    caption-side: bottom;
}

@media screen and (max-width: 767px) {
    .img-fleft figcaption, .over-img-fleft figcaption {
        width: auto;
    }
}

.img-fleft .text, .over-img-fleft .text {
    /*margin-bottom: 65px;
		@include xsp {
			margin-bottom: 45px;
		}*/
}

.img-fright + *, .over-img-fright + * {
    margin-top: 75px;
}

.img-fright + .img-fleft, .over-img-fright + .img-fleft, .img-fright + .over-img-fleft, .over-img-fright + .over-img-fleft {
    margin-top: 75px;
}

.img-fright + .img-right, .over-img-fright + .img-right {
    margin-top: 75px;
}

.img-fright + h3, .over-img-fright + h3 {
    margin-top: 80px;
}

.img-fright + h2, .over-img-fright + h2 {
    margin-top: 100px;
}

@media screen and (max-width: 767px) {
    .img-fright + *, .over-img-fright + * {
        margin-top: 53px;
    }
    .img-fright + .img-fleft, .over-img-fright + .img-fleft, .img-fright + .over-img-fleft, .over-img-fright + .over-img-fleft {
        margin-top: 53px;
    }
    .img-fright + .img-right, .over-img-fright + .img-right {
        margin-top: 53px;
    }
    .img-fright + h3, .over-img-fright + h3 {
        margin-top: 50px;
    }
    .img-fright + h2, .over-img-fright + h2 {
        margin-top: 95px;
    }
}

.img-fright .inner::after, .over-img-fright .inner::after {
    display: table;
    clear: both;
    content: '';
}

.img-fright figure, .over-img-fright figure {
    display: table;
    float: right;
    margin: 5px 0 20px 40px;
}

.firefox .img-fright figure, .firefox .over-img-fright figure {
    display: block;
}

@media screen and (max-width: 767px) {
    .firefox .img-fright figure, .firefox .over-img-fright figure {
        display: table;
    }
}

.siege .img-fright figure, .siege .over-img-fright figure {
    margin-left: 30px;
}

@media screen and (max-width: 767px) {
    .siege .img-fright figure, .siege .over-img-fright figure {
        margin-left: auto;
    }
}

@media screen and (max-width: 767px) {
    .img-fright figure, .over-img-fright figure {
        float: none;
        margin: 0 auto 22px;
    }
}

.img-fright figure a::before, .over-img-fright figure a::before {
    content: none;
}

.img-fright figure a::after, .over-img-fright figure a::after {
    content: none;
}

.img-fright figure img, .over-img-fright figure img {
    width: 100%;
}

.img-fright figcaption, .over-img-fright figcaption {
    font-size: 1.2rem;
    line-height: 1.66667;
    display: table-caption;
    width: 100%;
    margin-top: 9px;
    caption-side: bottom;
}

@media screen and (max-width: 767px) {
    .img-fright figcaption, .over-img-fright figcaption {
        width: auto;
    }
}

.img-fright .text, .over-img-fright .text {
    /*margin-bottom: 65px;
		@include xsp {
			margin-bottom: 45px;
		}*/
}

.page-article .page-max-800 .over-img-fleft figure {
    margin-left: -150px;
}

@media screen and (max-width: 767px) {
    .page-article .page-max-800 .over-img-fleft figure {
        display: block;
        margin-right: -20px;
        margin-left: -20px;
    }
}

@media screen and (max-width: 767px) {
    .page-article .page-max-800 .over-img-fleft figcaption {
        display: block;
        padding-right: 20px;
        padding-left: 20px;
    }
}

.page-article .page-max-800 .over-img-fright figure {
    margin-right: -150px;
}

@media screen and (max-width: 767px) {
    .page-article .page-max-800 .over-img-fright figure {
        display: block;
        margin-right: -20px;
        margin-left: -20px;
    }
}

@media screen and (max-width: 767px) {
    .page-article .page-max-800 .over-img-fright figcaption {
        display: block;
        padding-right: 20px;
        padding-left: 20px;
    }
}

.img-center + *, .over-img-center + * {
    margin-top: 130px;
}

.img-center + h2, .over-img-center + h2 {
    margin-top: 130px;
}

.img-center + h3, .over-img-center + h3 {
    margin-top: 70px;
}

.img-center + p, .over-img-center + p {
    margin-top: 32px;
}

@media screen and (max-width: 767px) {
    .img-center + *, .over-img-center + * {
        margin-top: 95px;
    }
    .img-center + h2, .over-img-center + h2 {
        margin-top: 100px;
    }
    .img-center + h3, .over-img-center + h3 {
        margin-top: 95px;
    }
}

.img-center figure, .over-img-center figure {
    display: table;
    margin: 0 auto;
    /*.firefox & {
			display: block;
			@include xsp {
				display: table;
			}
		}*/
}

.img-center figure img, .over-img-center figure img {
    width: 100%;
}

.img-center figcaption, .over-img-center figcaption {
    font-size: 1.2rem;
    line-height: 1.66667;
    display: table-caption;
    margin-top: 9px;
    caption-side: bottom;
    /*width: 100%;//ff
		@include xsp {
			width: auto;//ff
		}*/
}

.img-center .text, .over-img-center .text {
    margin-top: 34px;
}

@media screen and (max-width: 767px) {
    .img-center .text, .over-img-center .text {
        margin-top: 21px;
    }
}

.page-article .page-max-800 .over-img-center {
    margin-right: -150px;
    margin-left: -150px;
}

@media screen and (max-width: 767px) {
    .page-article .page-max-800 .over-img-center {
        margin-right: 0;
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .page-article .page-max-800 .over-img-center figure {
        display: block;
        margin-right: -20px;
        margin-left: -20px;
    }
}

@media screen and (max-width: 767px) {
    .page-article .page-max-800 .over-img-center figcaption {
        display: block;
        padding-right: 20px;
        padding-left: 20px;
    }
}

.siege {
    padding: 31px 40px;
    border: 10px solid #e9e6e6;
}

.siege + * {
    margin-top: 50px;
}

.siege + h3 {
    margin-top: 50px;
}

@media screen and (max-width: 767px) {
    .siege + * {
        margin-top: 60px;
    }
    .siege + h3 {
        margin-top: 60px;
    }
}

@media screen and (max-width: 767px) {
    .siege {
        padding: 22px 22px 40px;
        border-width: 8px;
    }
}

.siege h3 + * {
    margin-top: 16px;
}

.siege h3 + h4 {
    margin-top: 16px;
}

.linklist + * {
    margin-top: 105px;
}

.linklist + h2 {
    margin-top: 105px;
}

@media screen and (max-width: 767px) {
    .linklist + * {
        margin-top: 97px;
    }
    .linklist + h2 {
        margin-top: 97px;
    }
}

.linklist ul {
    margin-left: 0;
    margin-left: 35px;
}

.linklist ul li {
    margin-left: 0;
    text-indent: 0;
}

.linklist ul li::before {
    content: none;
}

.linklist ul li + li {
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    .linklist ul {
        margin-left: 9px;
    }
}

.linklist a {
    position: relative;
    display: inline-block;
    padding-left: 18px;
}

.linklist a::before {
    font-family: 'cfk' !important;
    font-size: 1rem;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    position: absolute;
    top: 9px;
    left: 0;
    content: '';
    vertical-align: middle;
    text-transform: none;
    color: #892019;

    speak: none;
}

.linklist ul li + li {
    margin-top: 8px;
}

.linklist-btn + * {
    margin-top: 53px;
}

.linklist-btn + h3 {
    margin-top: 53px;
}

@media screen and (max-width: 767px) {
    .linklist-btn + * {
        margin-top: 40px;
    }
    .linklist-btn + .linklist-btn {
        margin-top: 40px;
    }
    .linklist-btn + h3 {
        margin-top: 63px;
    }
}

.linklist-btn ul {
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.linklist-btn ul li {
    margin-left: 0;
    text-indent: 0;
}

.linklist-btn ul li::before {
    content: none;
}

.linklist-btn ul li + li {
    margin-top: 0;
}

.linklist-btn li {
    font-size: 1.4rem;
    font-weight: 500;
}

.linklist-btn a {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 15px 18px 12px 29px;
    transition: all .2s ease;
    color: inherit;
    border-bottom: 1px solid #dbd7d7;

    -ms-flex-align: center;
    align-items: center;
}

.linklist-btn a:visited {
    color: inherit;
}

.linklist-btn a:hover {
    color: #4c6abc;
    border-bottom: 1px solid #f0efef;
    background-color: #f0efef;
}

.linklist-btn a::before {
    font-family: 'cfk' !important;
    font-size: 1rem;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    position: absolute;
    top: 4px;
    bottom: 0;
    left: 12px;
    display: -ms-flexbox;
    display: flex;
    content: '';
    vertical-align: middle;
    text-transform: none;
    color: #892019;

    speak: none;
    -ms-flex-align: center;
    align-items: center;
}

.linklist-btn a:not(:root):hover {
    text-decoration: none;
}

.linklist-btn.column2 li {
    width: calc((100% - (19px * (2 - 1))) / 2 - .1px);
    margin-right: 19px;
}

@media screen and (max-width: 767px) {
    .linklist-btn.column2 li {
        width: 100%;
        margin-right: 0;
    }
}

.linklist-btn.column2 li:nth-child(2n) {
    margin-right: 0;
}

.linklist-btn.column3 li {
    width: calc((100% - (19px * (3 - 1))) / 3 - .1px);
    margin-right: 19px;
}

@media screen and (max-width: 767px) {
    .linklist-btn.column3 li {
        width: 100%;
        margin-right: 0;
    }
}

.linklist-btn.column3 li:nth-child(3n) {
    margin-right: 0;
}

.linklist-btn.column4 li {
    width: calc((100% - (19px * (4 - 1))) / 4 - .1px);
    margin-right: 19px;
}

@media screen and (max-width: 767px) {
    .linklist-btn.column4 li {
        width: 100%;
        margin-right: 0;
    }
}

.linklist-btn.column4 li:nth-child(4n) {
    margin-right: 0;
}

.qa {
    border-top: 2px solid #353d6e;
}

.qa + * {
    margin-top: 100px;
}

.qa + .qa {
    margin-top: 10px;
}

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

.qa.qa-hover {
    border-color: #4c6abc;
}

.qa.qa-hover dl {
    border-color: #4c6abc;
}

.qa.qa-hover dt {
    color: #4c6abc;
}

.qa.qa-hover dt::before {
    color: #4c6abc;
}

.qa.qa-open dt::after {
    content: '';
}

.qa dl {
    border: 1px solid #dbd7d7;
    border-top: 0;
}

.qa dt {
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.64706;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .qa dt {
        font-size: 1.6rem;
        line-height: 1.5;
    }
}

.qa dt::before {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.23333;
    display: inline-block;
    padding: 24px 13px 14px 23px;
    content: 'Q.';
    color: #353d6e;
}

@media screen and (max-width: 767px) {
    .qa dt::before {
        font-size: 2.6rem;
        line-height: 1.23077;
        padding: 10px 8px 14px 14px;
    }
}

.qa dt::after {
    font-family: 'cfk' !important;
    font-size: 1.4rem;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    display: -ms-flexbox;
    display: flex;
    width: 69px;
    margin: 20px 0 18px;
    content: '';
    text-transform: none;
    border-left: 1px solid #dbd7d7;

    speak: none;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
}

@media screen and (max-width: 767px) {
    .qa dt::after {
        width: 50px;
        margin: 18px 0 18px;
    }
}

.qa dt .q-title {
    display: -ms-flexbox;
    display: flex;
    min-height: 89px;
    padding: 14px 20px 19px 0;

    -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .qa dt .q-title {
        min-height: auto;
        padding: 17px 10px 14px 0;
    }
}

.qa dd {
    display: none;
    background-color: rgba(137, 32, 25, .05);
}

.qa .answer {
    display: -ms-flexbox;
    display: flex;
}

.qa .answer::before {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.23333;
    display: inline-block;
    padding: 24px 13px 14px 23px;
    content: 'A.';
    color: #892019;
}

@media screen and (max-width: 767px) {
    .qa .answer::before {
        font-size: 2.6rem;
        line-height: 1.23077;
        padding: 14px 8px 14px 14px;
    }
}

.qa .answer .inner {
    padding: 33px 36px 50px 0;
}

@media screen and (max-width: 767px) {
    .qa .answer .inner {
        padding: 27px 8px 17px 0;
    }
}

.qa .answer .title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
}

.qa .answer p + p {
    margin-top: 10px;
}

.googlemap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.googlemap + * {
    margin-top: 40px;
}

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

ul.idea-list li {
    margin-left: 28px;
    text-indent: -28px;
}

ul.idea-list li::before {
    font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif !important;
    font-size: 1.4rem;
    font-weight: bold;
    margin-right: 0;
    content: '一、';
}

.large-banner {
    padding: 60px 0;
    background-color: rgba(237, 230, 216, .5);
}

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

.large-banner .inner {
    position: relative;
    z-index: 0;
    padding: 38px 0 50px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .large-banner .inner {
        padding: 35px 30px 30px;
    }
}

.large-banner .inner .bg {
    font-family: 'object-fit: cover;';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    -o-object-fit: cover;
       object-fit: cover;
}

.large-banner .inner .btn {
    margin-top: 18px;
}

@media screen and (max-width: 767px) {
    .large-banner .inner .btn {
        margin-top: 32px;
    }
}

.page-article .search-result {
    margin-top: 10px;
}

.page-article .search-result .url + h3 {
    margin-top: 40px;
}

.page-article .search-result h3 + .text {
    margin-top: 6px;
}

.page-article .search-result .text + .url {
    margin-top: 5px;
}

.page-article .search-result h3 {
    font-size: 1.7rem;
    line-height: 1.64706;
    padding-left: 0;
}

.page-article .search-result h3 a {
    color: #333;
}

.page-article .search-result h3::before {
    display: none;
}

@media screen and (max-width: 767px) {
    .page-article .search-result h3 {
        font-size: 1.7rem;
        line-height: 1.52941;
    }
}

.page-article .search-result .url {
    font-size: 1.3rem;
}

.page-article .search-result .url a {
    color: #4c6abc;
}

.page-article .pagination {
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;

    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.page-article .pagination li {
    margin-left: 0;
    text-indent: 0;
}

.page-article .pagination li::before {
    content: none;
}

.page-article .pagination li + li {
    margin-top: 0;
}

.page-article .pagination li {
    margin: 0 5px;
}

.page-article .pagination li > span, .page-article .pagination li > a {
    display: inline-block;
    padding: 10px;
}

.page-article .pagination .sr-only {
    display: none;
}

.page-article .pagination li.active span {
    font-weight: bold;
}

@media print {
    html div.ccm-page {
        padding-top: 0 !important;
    }
    html .ccm-toolbar-visible .header-inner {
        top: 0 !important;
    }
    html #ccm-account-menu-container, html #ccm-page-controls-wrapper {
        display: none !important;
    }
    .header-inner {
        position: static !important;
    }
}