@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
/* Document
* ========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in
*    IE on Windows Phone and in iOS.
*/
html {
    line-height: 1.15; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
* ========================================================================== */
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Edge, Firefox, and Safari.
*/
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
/* Grouping content
* ========================================================================== */
/**
* Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
*/
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
    margin: 0;
}
/**
* Remove the margin on nested lists in Edge 18- and IE.
*/
ol ol,
ol ul,
ul ol,
ul ul {
    margin: 0;
}
/**sec2-2__2list
* 1. Add the correct box sizing in Firefox.
* 2. Correct the inheritance of border color in Firefox.
* 3. Show the overflow in Edge 18- and IE.
*/
hr {
    box-sizing: content-box; /* 1 */
    color: inherit; /* 2 */
    height: 0; /* 1 */
    overflow: visible; /* 3 */
}
/**
* Add the correct display in IE.
*/
main {
	display: block;
	max-width: 1100px;
	box-sizing: border-box;
	margin: auto;
	padding-left: 15px!important;
	padding-right: 15px!important;
}
/**
* 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;
}
/**
* Add the correct text decoration in Edge 18-, IE, and Safari.
*/
abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
}
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
    font-weight: bolder;
	font-size: 1.1em;
	color: #826e50;
}
/**
* 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%;
}
/* Embedded content
* ========================================================================== */
/**
* Remove the border on images within links in IE 10-.
*/
img {
    border-style: none;
}
/**
* Hide the overflow in IE.
*/
svg:not(:root) {
    overflow: hidden;
}
/* Tabular data
* ========================================================================== */
/**
* 1. Correct table border color inheritance in all Chrome, Edge, and Safari.
* 2. Remove text indentation from table contents in Chrome, Edge, and Safari.
*/
table {
    border-color: inherit; /* 1 */
    text-indent: 0; /* 2 */
}
/* Forms
* ========================================================================== */
/**
* Remove the margin on controls in Safari.
*/
button,
input,
select {
    margin: 0;
}
/**
* 1. Show the overflow in IE.
* 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
*/
button {
    overflow: visible; /* 1 */
    text-transform: none; /* 2 */
}
/**
* Correct the inability to style buttons in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
/**
* Correct the padding in Firefox.
*/
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
/**
* Show the overflow in Edge 18- and IE.
*/
input {
    overflow: visible;
}
/**
* 1. Correct the text wrapping in Edge 18- and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
*/
legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    white-space: normal; /* 1 */
}
/**
* 1. Add the correct display in Edge 18- and IE.
* 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
*/
progress {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}
/**
* Remove the inheritance of text transform in Firefox.
*/
select {
    text-transform: none;
}
/**
* 1. Remove the margin in Firefox and Safari.
* 2. Remove the default vertical scrollbar in IE.
*/
textarea {
    margin: 0; /* 1 */
    overflow: auto; /* 2 */
}
/**
* 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 */
}
/**
* 1. Correct the odd appearance in Chrome, Edge, and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}
/**
* Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}
/**
* Correct the text style of placeholders in Chrome, Edge, and Safari.
*/
::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}
/**
* Remove the inner padding in Chrome, Edge, and Safari on macOS.
*/
::-webkit-search-decoration {
    -webkit-appearance: none;
}
/**
* 1. Correct the inability to style upload buttons in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}
/**
* Remove the inner border and padding of focus outlines in Firefox.
*/
::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
/**
* Restore the focus outline styles unset by the previous rule in Firefox.
*/
:-moz-focusring {
    outline: 1px dotted ButtonText;
}
/**
* Remove the additional :invalid styles in Firefox.
*/
:-moz-ui-invalid {
    box-shadow: none;
}
/* Interactive
* ========================================================================== */
/*
* Add the correct display in Edge 18- and IE.
*/
details {
    display: block;
}
/*
* Add the correct styles in Edge 18-, IE, and Safari.
*/
dialog {
    background-color: white;
    border: solid;
    color: black;
    display: block;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    left: 0;
    margin: auto;
    padding: 1em;
    position: absolute;
    right: 0;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
}
dialog:not([open]) {
    display: none;
}
/*
* Add the correct display in all browsers.
*/
summary {
    display: list-item;
}
/* Scripting
* ========================================================================== */
/**
* Add the correct display in IE.
*/
template {
    display: none;
}
/* User interaction
* ========================================================================== */
/**
* Add the correct display in IE 10-.
*/
[hidden] {
    display: none;
}
html {
    font-size: 16px;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    line-height: 1.7;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}
body.single-column {
    font-family: 'Noto Sans JP', sans-serif;
	background-color: #fff;
    color: #000c27;
}
body.single-column .contact {
	color: #fff;
}
body.post-type-archive-column {
	background-color: #000c27;
	color: #fff;
}
img {
    max-width: 100%;
    vertical-align: top;
    border: 0;
    height: auto;
}
dd { margin: 0; }
object,
embed { vertical-align: top; }
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
a {
    color: inherit;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration: none;
}
a:hover { opacity: 0.7; }
:focus { outline: none; }
table {
    border-style: solid;
    border-collapse: collapse;
    border-width: 0;
}
th { white-space: nowrap; }
button {
    font: inherit;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.cf::before, .cf::after {
    content: "";
    display: table;
}
.cf::after { clear: both; }
.pc { display: none; }
.kern { display: inline-block; }
.kern--f { text-indent: -0.4em; }
.kern--r { letter-spacing: -0.4em; }
.ctrl { display: inline-block; }

/* コラム用 */

@font-face {
    font-family: 'preceed_icon';
    src: url("../fonts/preceed_icon.eot?zhfndc");
    src: url("../fonts/preceed_icon.eot?zhfndc#iefix") format("embedded-opentype"), url("../fonts/preceed_icon.ttf?zhfndc") format("truetype"), url("../fonts/preceed_icon.woff?zhfndc") format("woff"), url("../fonts/preceed_icon.svg?zhfndc#preceed_icon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.blogpage {
    margin: 0;
    padding: 0;
    background-color: #eee;
    background-image: linear-gradient(to left bottom, #001e60 0%, #000 100%);
    background-position: left top;
    background-repeat: no-repeat;
    color: #333;
    font-size: 14px;
    font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", serif;
}

@media only screen and (max-width: 910px) {
    .blogpage {
        padding-top: 50px;
    }
}
.global-header .nav-category dt small {
    font-family: 'Oswald', Helvetica, Calibri, sans-serif;
    letter-spacing: 1;
}
.global-header .nav-category dt small::after {
    font-family: 'FontAwesome', sans-serif;
}
.global-header .nav-category dt small::after {
    content: '\F105';
}
.global-header .nav-parent::after, .global-header .nav-category::after, .global-header .nav-category dd::after {
    clear: both;
    display: block;
    content: '';
}
.global-header .nav-parent {
    list-style: none;
    margin: 0;
    padding: 0;
}

.global-header .nav-parent > li {
    display: inline-block;
}

@media only screen and (max-width: 640px) {
    .global-header .nav-parent > li {
        display: block;
    }
}
.global-header .nav-parent > .nav-item.__button-unit.__recruitment1 a::before, .global-header .nav-parent > .nav-item.__button-unit.__recruitment2 a::before {
    font-family: 'preceed_icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.global-header .nav-parent > .nav-item.__button-unit.__recruitment1 a::before {
    content: "\e914";
}

.global-header .nav-parent > .nav-item.__button-unit.__recruitment2 a::before {
    content: "\e915";
}
/* -----------------------------------------
* Global header
----------------------------------------- */
.global-header {
    background: #000C27;
    min-height: 94px;
}

.global-header .content {
    display: table;
    max-width: none;
    width: 100%;
    padding: 0;
}

@media only screen and (max-width: 910px) {
    .global-header .content {
        display: block;
    }
}

.global-header .ci-global {
    display: table-cell;
    margin: 0;
    padding: 25px 50px;
}

@media only screen and (max-width: 1100px) {
    .global-header .ci-global {
        padding-right: 20px;
        padding-left: 30px;
    }
}

@media only screen and (max-width: 910px) {
    .global-header .ci-global {
        display: block;
        padding-bottom: 0;
    }
}

.global-header .ci-global img {
    vertical-align: bottom;
    transition: opacity 0.3s ease-out 0s;
}

.global-header .ci-global img:hover {
    opacity: .7;
}

.global-header nav {
    display: table-cell;
    vertical-align: bottom;
}

@media only screen and (max-width: 910px) {
    .global-header nav {
        display: block;
        margin: 25px 0 0;
    }
}

.global-header .nav-parent {
    display: table;
    margin: 0 0 0 auto;
    vertical-align: bottom;
}

.global-header .nav-parent.__is-only.__footer {
    display: none;
}

@media only screen and (max-width: 1100px) {
    .global-header .nav-parent {
        width: 100%;
        margin: 0;
    }
}

.global-header .nav-parent > .nav-item {
    display: table-cell;
    font-size: 14px;
    vertical-align: bottom;
}

.global-header .nav-parent > .nav-item > a {
    position: relative;
    display: block;
    padding: 38px 30px 27px 20px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease-out 0s;
	font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", serif;
	color: #fff;
}

@media only screen and (max-width: 1100px) {
    .global-header .nav-parent > .nav-item > a {
        padding-right: 20px;
        padding-left: 10px;
    }
}

@media only screen and (max-width: 930px) {
    .global-header .nav-parent > .nav-item > a {
        padding-right: 10px;
    }
}

@media only screen and (max-width: 910px) {
    .global-header .nav-parent > .nav-item > a {
        padding: 0 0 15px;
        text-align: center;
    }
}

.global-header .nav-parent > .nav-item > a::after {
    position: absolute;
    right: 100%;
    bottom: 0;
    left: 0;
    display: block;
    height: 3px;
    background-color: #0070d9;
    transition: right 0.3s ease-out 0s;
}

.global-header .nav-parent > .nav-item.__is-current a,
.global-header .nav-parent > .nav-item a:hover {
    color: #fff;
}

.global-header .nav-parent > .nav-item.__is-current a::after,
.global-header .nav-parent > .nav-item:hover a::after {
    right: 10px;
}

@media only screen and (max-width: 910px) {
    .global-header .nav-parent > .nav-item.__is-current a::after,
    .global-header .nav-parent > .nav-item:hover a::after {
        right: 0;
    }
}

.global-header .nav-parent > .nav-item.__button-unit {
    width: 100px;
}

.global-header .nav-parent > .nav-item.__button-unit a {
    position: relative;
    padding: 53px 0 13px;
    text-align: center;
    color: #fff;
    background: #444444;
    transition: opacity 0.3s ease-out 0s;
}

.global-header .nav-parent > .nav-item.__button-unit a::before {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    color: #fff;
    opacity: .5;
    transition: all 0.3s ease-out 0s;
}

.global-header .nav-parent > .nav-item.__button-unit a::after {
    display: none;
}

.global-header .nav-parent > .nav-item.__button-unit a:hover {
    opacity: .7;
}

.global-header .nav-parent > .nav-item.__button-unit.__recruitment1 a {
    background: #0070d9;
}

.global-header .nav-parent > .nav-item.__button-unit.__recruitment1 a::before {
    top: 13px;
    font-size: 45px;
}

.global-header .nav-parent > .nav-item.__button-unit.__recruitment2 a {
    background: #013d8e;
}

.global-header .nav-parent > .nav-item.__button-unit.__recruitment2 a::before {
    top: 16px;
    font-size: 37px;
}

@media only screen and (max-width: 910px) {
    .global-header .nav-parent > .nav-item.__button-unit {
        width: auto;
    }
    .global-header .nav-parent > .nav-item.__button-unit a {
        padding-top: 13px;
    }
    .global-header .nav-parent > .nav-item.__button-unit a::before {
        display: none;
    }
}

@media only screen and (max-width: 910px) {
    .global-header .nav-parent > .nav-item.__button-unit {
        box-sizing: border-box;
        float: left;
        width: 50%;
        border-top: 1px solid #fff;
        padding: 15px;
    }
    .global-header .nav-parent > .nav-item.__button-unit > a {
        border: 1px solid #4d9be4;
    }
    .global-header .nav-parent > .nav-item.__button-unit.__recruitment1 {
        padding-right: 0;
    }
    .global-header .nav-parent > .nav-item.__button-unit.__recruitment1 > a {
        border-right: none;
    }
    .global-header .nav-parent > .nav-item.__button-unit.__recruitment2 {
        padding-left: 0;
    }
}

.global-header.__is-scrolldown {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-width: 3px 0 0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    z-index: 10000;
    min-height: 78px;
}

.global-header.__is-scrolldown .ci-global {
    padding-top: 12px;
    padding-bottom: 12px;
}

.global-header.__is-scrolldown .ci-global img {
    width: 120px;
}

.global-header.__is-scrolldown .nav-parent > .nav-item > a {
    padding-top: 18px;
    padding-bottom: 17px;
}

.global-header.__is-scrolldown .nav-parent > .nav-item.__button-unit.__recruitment1 a::before {
    top: 0;
    font-size: 0;
    opacity: 0;
}

.global-header.__is-scrolldown .nav-parent > .nav-item.__button-unit.__recruitment2 a::before {
    top: 0;
    font-size: 0;
    opacity: 0;
}

.global-header .nav-category {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    margin: 0;
    border: 1px solid #eee;
    border-width: 1px 0 0;
    padding: 50px;
    background: #fff;
    z-index: 20000;
}

.global-header .nav-category dt, .global-header .nav-category dd {
    float: left;
    margin: 0;
}

@media only screen and (max-width: 910px) {
    .global-header .nav-category dt, .global-header .nav-category dd {
        float: none;
    }
}

.global-header .nav-category dt {
    width: 25.5%;
    line-height: 1;
    text-align: center;
}

.global-header .nav-category dt small {
    position: relative;
    display: block;
    margin: 0 0 10px;
    font-size: 22px;
    color: #0070d9;
    text-transform: uppercase;
}

.global-header .nav-category dt small::after {
    position: absolute;
    right: 0;
    color: #aaa;
}

@media only screen and (max-width: 910px) {
    .global-header .nav-category dt {
        display: none;
    }
}

.global-header .nav-category dd {
    box-sizing: border-box;
    width: 74.5%;
    padding: 0 0 0 90px;
}

@media only screen and (max-width: 910px) {
    .global-header .nav-category dd {
        padding: 0;
    }
}

.global-header .nav-category ul {
    float: left;
    list-style: none;
    width: 220px;
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 910px) {
    .global-header .nav-category ul {
        float: none;
        width: 100%;
    }
}

.global-header .nav-category ul a {
    color: #444444;
    text-decoration: none;
    transition: color 0.3s ease-out 0s;
}

.global-header .nav-category ul a:hover {
    color: #0070d9;
    text-decoration: underline;
}

.global-header .company-signature {
    display: none;
}

@media only screen and (max-width: 910px) {
    .global-header .company-signature {
        display: block;
    }
}

.global-header .drawer {
    display: none;
}

@media only screen and (max-width: 910px) {
    .global-header .drawer {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 60px;
        height: 0;
        margin: 0;
        padding: 58px 0 0;
        overflow: hidden;
        cursor: pointer;
        background: #000c27;
        transition: all 0.3s ease-out 0s;
    }
    .global-header .drawer ins {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        width: 20px;
        height: 18px;
        margin: auto;
    }
    .global-header .drawer span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #fff;
        transition: all 0.3s ease-out 0s;
    }
    .global-header .drawer span:nth-of-type(1) {
        top: 0;
    }
    .global-header .drawer span:nth-of-type(2) {
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .global-header .drawer span:nth-of-type(3) {
        bottom: 0;
    }
}

@media only screen and (max-width: 910px) {
    .global-header .content > nav {
        position: absolute;
        display: none;
        width: 100%;
        right: 0;
        margin: 0;
        overflow: auto;
        background-color: #000c27;
        transition: transform 0.3s ease-out 0s;
        transition-property: transform filter;
        transform: scale(0.975);
        filter: blur(2px);
    }
}

#nav-drawer {
    display: none;
}

#nav-drawer:checked + .global-header .drawer {
    background: #666;
}

#nav-drawer:checked + .global-header .drawer span {
    background: #fff;
}

#nav-drawer:checked + .global-header .drawer span:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
}

#nav-drawer:checked + .global-header .drawer span:nth-of-type(2) {
    opacity: 0;
}

#nav-drawer:checked + .global-header .drawer span:nth-of-type(3) {
    transform: translateY(-8px) rotate(45deg);
}

@media only screen and (max-width: 910px) {
    #nav-drawer:checked + .global-header nav {
        transform: scale(1);
        filter: blur(0);
    }
}

@media only screen and (max-width: 910px) {
    .global-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        border-width: 3px 0 0;
        z-index: 10000;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
        min-height: 58px;
    }
    .global-header .content {
        position: relative;
        height: 0;
        padding: 58px 0 0;
    }
    .global-header .ci-global {
        position: absolute;
        top: 11px;
        left: 15px;
        width: 104px;
        padding: 0;
    }
    .global-header .ci-global img {
        width: 100%;
        height: auto;
    }
    .global-header .nav-parent {
        display: block;
    }
    .global-header .nav-parent .nav-item {
        display: block;
    }
    .global-header .nav-parent .nav-item > a {
        position: relative;
        display: block;
        border: 1px solid #fff;
        border-width: 1px 0 0;
        padding: 10px 19px;
        background-color: #666;
        color: #fff;
        text-align: left;
    }
    .global-header .nav-parent .nav-item > a::after {
        position: absolute;
        top: 0;
        right: 15px !important;
        bottom: 0;
        left: auto;
        height: 16px;
        margin: auto;
        background-color: transparent;
        color: #fff;
        font-size: 16px;
        font-family: 'FontAwesome', sans-serif;
        line-height: 1;
        content: '\F105';
    }
    .global-header .nav-parent .nav-item > a:hover {
        color: #fff;
        background: rgba(255, 255, 255, 0.3);
    }
    .global-header .nav-parent .nav-item.js-parent-nav > a::after {
        width: 10px;
        height: 10px;
        background: transparent url(https://www.preceed.co.jp/wp/wp-content/themes/preceed_co_jp_2019/assets/img/common/icon_plus_ffffff_01@2x.png) left top no-repeat;
        background-size: cover;
        transition: transform 0.3s ease-out 0s;
        content: '';
    }
    .global-header .nav-parent .nav-item.js-parent-nav.__js-is-active > a::after {
        transform: rotate(225deg);
    }
    .global-header .nav-category {
        position: static;
        list-style: none;
        margin: 0;
        border: none;
        padding: 0;
    }
    .global-header .nav-category dd {
        width: 100%;
    }
    .global-header .nav-category .nav-item > a {
        background-color: #0867c0;
        transition: opacity 0.3s ease-out 0s;
    }
    .global-header .nav-category .nav-item > a:hover {
        text-decoration: none;
        background: #0867c0;
        opacity: .7;
        color: #fff;
    }
    .global-header .nav-item:hover .nav-category {
        display: none;
    }
    .company-signature {
        padding: 55px 15px;
        color: #fff;
    }
    .company-signature .ci-aside {
        max-width: 190px;
        margin: 0 auto;
    }
    .company-signature .ci-aside a {
        height: 57px;
        color: #fff;
    }
    .company-signature .ci-aside a::before {
        height: 57px;
        background-image: url("https://www.preceed.co.jp/wp/wp-content/themes/preceed_co_jp_2019/assets/img/common/logo_02@2x.png");
    }
    .company-signature address {
        margin: 50px 0 0;
        text-align: center;
    }
    .company-signature nav {
        margin: 28px 0 0;
        text-align: center;
    }
    .company-signature nav ul {
        margin: 0;
        vertical-align: baseline;
    }
    .company-signature nav li {
        margin: 0 0 0 20px;
    }
    .company-signature nav li:first-child {
        margin: 0;
    }
    .company-signature nav a {
        color: #fff;
    }
    .company-signature nav a::before {
        margin-right: .5em;
    }
}

@media only screen and (min-width: 911px) {
    .global-header .forsp { display: none; }
}

.mainttl {
	text-align: center;
	color: #cdb99a;
}
.bread {
    list-style: none;
    max-width: 1110px;
    margin: 0 auto;
    padding: 0;
    font-size: 12px;
}
.bread li {
    display: inline-block;
    padding: 15px 0;
}
.bread li::before {
    font-family: FontAwesome,sans-serif;
    margin: 0 15px;
    color: #999;
    content: '\F105';
}
.bread li:first-child::before {
    display: none;
}
.bread li a {
    text-decoration: none;
    color: #fff;
}
.bread li.__is-current {
    color: #ffe2b5;
}
.bloglist, .blogpost {
    margin-bottom: 24px;
}
.bloglist .bloglist-inner {
    max-width: 900px;
    margin: 0 auto;
}
.bloglist .main {
    box-sizing: border-box;
    width: 100%;
    padding: 20px 29px;
    border: 1px solid transparent;
    border-radius: 4px;
    position: relative;
    z-index: 0;
    background-color: #fff;
}

.bloglist .bloglink {
    text-decoration: none;
    display: block;
    color: #333;
    padding: 1.5%;
    margin-bottom: 3%;
    transition: all 0.3s ease-in-out;
}
.bloglist .bloglink:hover {
    background-color: #f5f8fa;
    transition: all 0.3s ease-in-out;
    color: #333;
}
.bloglist .bloglink::after {
    clear: both;
    content: "";
    display: block;
}
.bloglist .blogcard {
    position: relative;
    height: 100%;
}
.bloglist .blogcard::after {
    clear: both;
    content: "";
    display: block;
}
.bloglist .blogcard .blogimg {
    width: 38%;
    float: left;
    margin-top: 3px;
    position: relative;
    margin-right: 1.6%;
}
.bloglist .blogcard .blogimg img {
    width: 100%;
    height: auto;
}
.bloglist .blogcard .blogimg .cat {
    position: absolute;
    top: 0.3em;
    left: 0.3em;
    border: 1px solid #eee;
    font-size: 11px;
    color: #fff;
    background-color: rgba(51, 51, 51, 0.7);
    padding: 1px 5px;
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bloglist .blogcard .blogtxt {
    margin-left: 40%;
    padding-bottom: 1.2em;
}
.bloglist .blogcard .blogtxt .ttl {
    font-size: 18px;
    margin: 0 0 5px 0;
    line-height: 1.6;
    font-weight: 700;
}
.bloglist .blogcard .blogtxt .exc {
    line-height: 1.3;
    overflow: hidden;
}
.bloglist .blogcard .blogtxt .date {
    bottom: 0;
    position: absolute;
    right: 0;
    text-align: right;
    line-height: 1;
    margin: 0;
}
@media screen and (max-width: 910px) {
    .blogpage .bread {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .bloglist .main {
        padding: 15px 10px;
    }
    .bloglist .blogcard .blogtxt .ttl {
        font-size: 15px;
        margin: 0 0 5px 0;
        line-height: 1.3;
        font-weight: 700;
    }
    .bloglist .blogcard .blogtxt .exc {
        display: none;
    }
}

.blogpost .blogpost-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.blogpost .main {
    box-sizing: border-box;
    width: 67.4%;
    margin: 0 .5%;
    padding: 20px 29px;
    border: 1px solid transparent;
    border-radius: 4px;
    position: relative;
    z-index: 0;
    background-color: #fff;
}
.blogpost .sidebar {
    box-sizing: border-box;
    padding: 1.5%;
    width: 30%;
    margin: 0 .5%;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
}



.blogpost .sidebar .widget_ttl {
    margin-top: 40px;
}

.blogpost .sidebar .side_banner {
    position: sticky;
    top: 100px;
}

.blogpost .sidebar .side_new ul li:not(:last-child) {
    margin-bottom: 15px;
}
.blogpost .sidebar .side_new ul li a {
    display: flex;
    align-items: center;
}
.blogpost .sidebar .side_new ul li a .blogimg {
    width: 35%;
    margin-right: 5%;
    flex-shrink: 0;
}
.blogpost .sidebar .side_new ul li a .bloginfo p {
    margin: 0;
    line-height: 1.4;
}
.blogpost .sidebar .side_new ul li a .bloginfo .sidettl {
    font-size: 0.9em;
    font-weight: 700;
}
.blogpost .sidebar .side_new ul li a .bloginfo .date {
    font-size: 0.9em;
    color: #b7b7b7;
}

.blogpost .cat .item {
    background-color: #001a53;
    color: #fff;
    padding: 7px 10px;
    font-weight: 700;
}
.blogpost .ttl {
    font-size: 26px;
    margin: 16px 0;
    line-height: 1.3;
}
.blogpost .eyecatch {
    margin-bottom: 50px;
}

@media screen and (max-width: 910px) {
    .blogpost .blogpost-inner {
        display: block;
    }
    .blogpost .main, .blogpost .sidebar {
        width: 100%;
        margin: 0;
    }
    .blogpost .sidebar .side_banner {
        position: static;
    }
}
@media screen and (max-width: 480px) {
    .blogpost .main {
        padding: 15px 10px;
    }
    .blogpost .ttl {
        font-size: 18px;
    }
    .blogpost .eyecatch {
        margin-bottom: 30px;
    }
}

/* 投稿関連 */

.post_content h1 {
    margin: 0.7em 0 0.7em;
    font-size: 2rem;
    line-height: 1.5;
}
.post_content h2 {
    margin: 1.5em 0 0.7em;
    font-size: 1.8rem;
    line-height: 1.3;
    padding-bottom: 0.4em;
}
.post_content h3 {
    margin: 1.2em 0 0.7em;
    font-size: 1.6rem;
    line-height: 1.3;
}
.post_content .yarpp-related h3 {
    margin: 2em 0 0.7em;
    font-size: 1.6rem;
    line-height: 1.3;
}
.post_content h4 {
    margin: 1.5em 0 0.7em;
    font-size: 1.5rem;
}

.post_content p {
    margin: 0 0 1.5em;
}
.post_content > p {
    line-height: 1.93;
}
.post_content p a {
    color: #0070d9;
    transition: 1s;
	text-decoration: underline;
}
.post_content p a:hover {
    opacity: 0.5;
}
.post_content iframe {
    max-width: 100%;
}

/*表*/
.post_content table {
    width: 100%;
    margin-bottom: 1.5em;
    border: 2px solid #e0e0e0;
	table-layout: fixed;
}

/*表をレスポンシブに*/
.post_content table.tb-responsive {
    display: block;
    overflow-x: auto;
    width: 100%;
    white-space: nowrap;

    -webkit-overflow-scrolling: touch;
}

.post_content table caption {
    margin: 0 0 7px;
    color: #9fa6b4;
    font-size: 0.75em;
    letter-spacing: 1px;
}
.post_content tr:not(:last-child) {
    border-bottom: 2px solid #e0e0e0;
}
.post_content td {
    padding: 7px;
    border-right: 2px solid #e0e0e0;
    word-break: break-all;
	white-space: break-spaces;
}
.post_content td:last-child,
.post_content th:last-child {
    border-right: 0;
}
.post_content th {
    padding: 7px;
    border-right: 2px solid #e0e0e0;
    border-bottom: 2px solid #e0e0e0;
    background: #1c3262;
	white-space: break-spaces;
	color: #fff;
}
.post_content tfoot {
    border-top: 2px dotted #c5c7ca;
    background: #f8f9fa;
}
.post_content table.is-style-stripes {
    border: none;
}

/*引用*/
.post_content blockquote {
    box-sizing: border-box;
    position: relative;
    margin: 1.5em 0;
    padding: 13px 15px 13px 50px;
    border: solid 2px #464646;
    color: #464646;
}
.post_content blockquote:before {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 15px;
    font-size: 2.7rem;
    vertical-align: middle;
    line-height: 1;
    content: '“';
    color: #001a53;
}
.post_content blockquote p {
    margin: 10px 0;
    padding: 0;
    line-height: 1.7;
}
.post_content blockquote cite {
    display: block;
    color: #888;
    font-size: 0.9em;
    text-align: right;
}
.post_content blockquote ul,
.post_content blockquote ol {
    border: none;
    padding: 5px 0 5px 22px;
    margin: 0;
    background: transparent;
}

/*リスト*/
.post_content ul,
.post_content ol {
    margin-bottom: 1.5em;
    padding: 1em 1em 1em 2.5em;
    border: solid 2px #e8e8e8;
    border-radius: 3px;
}
.post_content ul {
    list-style-type: disc;
}
.post_content li {
    padding: 5px 0;
}
.post_content li ul li,
.post_content li ol li {
    padding: 0;
}
.post_content ol {
    list-style-type: decimal;
}
.post_content ul li ul,
.post_content ul li ol,
.post_content ol li ul,
.post_content ol li ol {
    margin: 0;
    padding: 0.5em 0 0.5em 1.3em;
    border: none;
}

/*定義リスト*/
.post_content dd {
    margin-bottom: 1.5em;
    margin-left: 0;
    color: #787878;
    font-size: 0.9em;
}

/*画像*/
.post_content img {
    max-width: 100%;
    height: auto;
}
.post_content .size-auto,
.post_content .size-full,
.post_content .size-large,
.post_content .size-medium,
.post_content .size-thumbnail {
    max-width: 100%;
    height: auto;
}
.post_content .aligncenter,
.post_content img.aligncenter {
    clear: both;
    margin-right: auto;
    margin-left: auto;
}
.post_content img.aligncenter {
    display: block;
}

/*ギャラリー*/
.post_content .gallery {
    margin: 1em 0;
}
.post_content .gallery-item {
    display: inline-block;
    margin: 10px 0;
    vertical-align: middle;
}
.post_content .gallery-item img {
    box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.26), 0 0 4px rgba(0, 0, 0, 0.12);
    transition: 0.3s ease-in-out;
}
.post_content .gallery-item img:hover {
    box-shadow: 0 18px 22px -6px rgba(0, 0, 0, 0.3);
}
.post_content .gallery-icon {
    text-align: center;
}
.post_content .gallery-columns-1 .gallery-item {
    width: 100%;
    margin-right: 0;
}
.post_content .gallery-columns-2 .gallery-item {
    width: 49%;
    margin-right: 1%;
}
.post_content .gallery-columns-3 .gallery-item {
    width: 32%;
    margin-right: 1%;
}
.post_content .gallery-columns-4 .gallery-item {
    width: 24%;
    margin-right: 1%;
}
.post_content .gallery-columns-5 .gallery-item {
    width: 19%;
    margin-right: 1%;
}
.post_content .gallery-columns-6 .gallery-item {
    width: 15%;
    margin-right: 1.5%;
}

.post_content .gallery-item .gallery-caption {
    color: #F0F0F0;
    font-size: 0.75em;
    margin: 5px 0;
    text-align: center;
}

/*キャプション*/
.post_content .wp-caption {
    max-width: 100%;
    margin: 0 0 1.5em;
    padding: 8px;
    border: #eaedf2 2px solid;
    box-sizing: border-box;
}
.post_content .wp-caption.aligncenter {
    margin: 0 auto 1em;
}
.post_content .wp-caption img {
    max-width: 100%;
    width: 100%;
    margin-bottom: 0;
}
.post_content .wp-caption p.wp-caption-text {
    margin: 10px 0 0;
    font-size: 0.85em;
    text-align: center;
}

/*コード*/
.post_content code,
.post_content .haiiro {
    padding: 0.2em 0.3em;
    margin: 0 0.1em;
    border-radius: 5px;
    background: #f1f2f3;
    color: #404040;
    font-size: 0.9em;
}
.post_content pre {
    margin: 0 0 1.5em;
    padding: 1em;
    border: solid 1px #eaedf2;
    background: #f3f6fc;
    color: #54687c;
    white-space: pre-wrap;
}
.post_content pre code {
    padding: 0;
    background: transparent;
}

.post_content div#toc_container {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
	background: none;
}
.post_content #toc_container ul,
.post_content #toc_container ol {
    border: none;
}
.post_content #toc_container p.toc_title {
    text-align: left;
    font-size: 1.5em;
}

.post_content .wellread_posts {
    border: 3px solid #fdb900;
    padding: 30px;
    margin: 50px 0;
}
.post_content .wellread_posts h3 {
    font-size: 1.2rem;
    border-left: 0;
    padding: 0;
    margin: 0 0 15px;
}
.post_content .wellread_posts a {
    display: block;
    color: #fff;
    transition: 1s;
	font-weight: 700;
}
.post_content .wellread_posts a:hover {
    opacity: 0.5;
}

.header .header__toptext {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #0070d9;
    padding: 0 0 2px 23px;
}
#fixed_line {
    z-index: 100;
    display: block;
    position: fixed;
    top: 160px;
    right: 0px;
    width: 65px;
    opacity: 1;
}
#fixed_line ul li {
    margin-bottom: 10px;
}
#fixed_line ul li a {
    transition: 0.5s;
}
#fixed_line ul li a:hover{
    opacity: 0.6;
}

.eyecatch, .bnr {
	margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
    .fixed_line_wrapper { display: none; }
    #fixed_line {
        top: 100px;
        width: 40px;
    }
    .header .header__toptext { display: none; }
	
	.fan_hikaku { font-size: 2.5vw; }
	.eyecatch { margin-bottom: 0; }
	.post_content h1 { font-size: 1.5rem; }
}
@media screen and (min-width: 480px) {
	.single-column .main {
		padding: 0 0 0 70px;
	}
	.pc {
		display: inline;
	}
}

.elementor a.btn_main {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	font-size: 1em;
	margin: auto;
	padding: 1.2rem 2rem;
	border-radius: 100vw;
	color: #fff;
	font-weight: 700;
	background-image: linear-gradient(90deg, #002578 40%, #0a41bd 100%);
}
.elementor a.btn_main:hover {
	background-position: right center;
	background-size: 200% auto;
	-webkit-animation: pulse 2s infinite;
	animation: shad26 1.5s infinite;
	color: #fff;
	opacity: 1;
}
@keyframes shad26 {
	0% {box-shadow: 0 0 0 0 #002578;}
	70% {box-shadow: 0 0 0 10px rgb(0 37 120 / 0%);}
	100% {box-shadow: 0 0 0 0 rgb(0 37 120 / 0%);}
}

