@charset "UTF-8";
/* ==========================================================================
   Foundation
   ========================================================================== */
/* General elements */
body {
    word-wrap: break-word;
    overflow-wrap: break-word;
    color: #3C4E65;
    background-color: #DBE6E8;
    font-family: system-ui, 'Hiragino Sans', 'YuGothic', 'Meiryo', sans-serif;
    font-size: 1rem; }

hr {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 0;
    border: 0;
    border-top: 1px solid #B2C4C7; }

a {
    text-decoration: none;
    color: inherit; }

select,
input,
textarea {
    width: 100%;
    color: #3C4E65;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    padding: 10px;
    border-radius: 4px;
    border: solid 1px #B2C4C7;
    background-color: #FAFBFC; }

textarea {
    min-height: 150px; }

input[readonly] {
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: transparent; }

select.focus,
select.focus option {
    border: 1px solid #4A79A9;
    background-color: #CBE7EF; }

select.selected,
select.selected option {
    border: 1px solid #4A79A9;
    background-color: #FAFBFC; }

select.default:focus,
input[required]:valid,
textarea[required]:valid {
    border: 1px solid #4A79A9; }

input[required]:focus,
textarea[required]:focus,
input:focus,
textarea:focus {
    border: 1px solid #4A79A9;
    background-color: #CBE7EF; }

input[readonly]:focus {
    border: none;
    background-color: transparent; }

label:hover {
    cursor: pointer; }

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked),
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: relative;
    left: 0;
    right: 0;
    display: none; }

img {
    vertical-align: bottom;
    max-width: 100%; }

h1 {
    font-size: 2rem; }

h2 {
    font-size: 1.6rem; }

h3 {
    font-size: 1.3rem; }

h4 {
    font-size: 1.1rem; }

h5 {
    font-size: 1rem; }

h6 {
    font-size: 1rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: normal;
    font-weight: normal; }

ol {
    counter-reset: item; }

li {
    list-style: none; }

iframe {
    width: 100%; }

summary {
    cursor: pointer;
    list-style-type: none;
    color: transparent;
    outline: none; }

/*!
* ress.css • v1.2.2
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
# Global selectors
# ================================================================= */
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: scroll;
    /* All browsers without overlaying scrollbars */
    -webkit-text-size-adjust: 100%;
    /* iOS 8+ */ }

*,
::before,
::after {
    background-repeat: no-repeat;
    /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
    -webkit-box-sizing: inherit;
    box-sizing: inherit; }

::before,
::after {
    text-decoration: inherit;
    /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
    vertical-align: inherit; }

* {
    padding: 0;
    /* Reset `padding` and `margin` of all elements */
    margin: 0; }

/* # =================================================================
# General elements
# ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
    display: none;
    height: 0; }

hr {
    overflow: visible;
    /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block; }

summary {
    display: list-item;
    /* Add the correct display in all browsers */ }

small {
    font-size: 80%;
    /* Set font-size to 80% in `small` elements */ }

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

abbr[title] {
    border-bottom: 1px dotted;
    /* Add a bordered underline effect in all browsers */
    text-decoration: none;
    /* Remove text decoration in Firefox 40+ */ }

a {
    background-color: transparent;
    /* Remove the gray background on active links in IE 10 */
    -webkit-text-decoration-skip: objects;
    /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
    outline-width: 0;
    /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    /* Specify the font family of code elements */ }

b,
strong {
    font-weight: bolder;
    /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
    font-style: italic;
    /* Address styling not present in Safari and Chrome */ }

/* Address styling not present in IE 8/9 */
mark {
    background-color: #ff0;
    color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }

sub {
    bottom: -0.25em; }

sup {
    top: -0.5em; }

/* # =================================================================
# Forms
# ================================================================= */
input {
    border-radius: 0; }

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
    cursor: pointer; }

/* Replace pointer cursor in disabled elements */
[disabled] {
    cursor: default; }

[type="number"] {
    width: auto;
    /* Firefox 36+ */ }

[type="search"] {
    -webkit-appearance: textfield;
    /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    /* Safari 8 */ }

textarea {
    overflow: auto;
    /* Internet Explorer 11+ */
    resize: vertical;
    /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
    font: inherit;
    /* Specify font inheritance of form elements */ }

optgroup {
    font-weight: bold;
    /* Restore the font weight unset by the previous rule. */ }

button {
    overflow: visible;
    /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: 0;
    padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    outline: 1px dotted ButtonText; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* Correct the inability to style clickable types in iOS */ }

button,
select {
    text-transform: none;
    /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
    background-color: transparent;
    border-style: none;
    color: inherit; }

/* Style select like a standard input */
select {
    -moz-appearance: none;
    /* Firefox 36+ */
    -webkit-appearance: none;
    /* Chrome 41+ */ }

select::-ms-expand {
    display: none;
    /* Internet Explorer 11+ */ }

select::-ms-value {
    color: currentColor;
    /* Internet Explorer 11+ */ }

legend {
    border: 0;
    /* Correct `color` not being inherited in IE 8/9/10/11 */
    color: inherit;
    /* Correct the color inheritance from `fieldset` elements in IE */
    display: table;
    /* Correct the text wrapping in Edge and IE */
    max-width: 100%;
    /* Correct the text wrapping in Edge and IE */
    white-space: normal;
    /* Correct the text wrapping in Edge and IE */ }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* Correct the inability to style clickable types in iOS and Safari */
    font: inherit;
    /* Change font properties to `inherit` in Chrome and Safari */ }

[type="search"] {
    -webkit-appearance: textfield;
    /* Correct the odd appearance in Chrome and Safari */
    outline-offset: -2px;
    /* Correct the outline style in Safari */ }

/* # =================================================================
# Specify media element style
# ================================================================= */
img {
    border-style: none;
    /* Remove border when inside `a` element in IE 8/9/10 */ }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
    vertical-align: baseline; }

svg:not(:root) {
    overflow: hidden;
    /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
    display: inline-block;
    /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
# Accessibility
# ================================================================= */
/* Hide content from screens but not screenreaders */

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
    cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
    cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
    cursor: default; }

/* # =================================================================
# Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
    background-color: #b3d4fc;
    /* Required when declaring ::selection */
    color: #000;
    text-shadow: none; }

::selection {
    background-color: #b3d4fc;
    /* Required when declaring ::selection */
    color: #000;
    text-shadow: none; }

/* ==========================================================================
   Layout
   ========================================================================== */
/* Base
   ----------------------------------------------------------------- */
/***********************************************************
【Footer】
***********************************************************/
/*Conversion link*/
.p-footerConversion {
    position: relative;
    z-index: 1; }

.p-footerConversion:before,
.p-footerConversion:after {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: -1; }

.p-footerConversion:before {
    left: 0;
    background-color: #43A7C4; }

.p-footerConversion:after {
    right: 0;
    background-color: #4A79A9; }

[class*='p-footerConversion_link'] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
    overflow: hidden;
    position: relative;
    z-index: 1; }

[class*='p-footerConversion_link']:before,
[class*='p-footerConversion_link']:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block; }

.p-footerConversion_link-1:before {
    background: #43a7c4;
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, #43a7c4), to(#9097cf));
    background: linear-gradient(to right, #43a7c4 1%, #9097cf 100%);
    z-index: -1; }

.p-footerConversion_link-1:after {
    z-index: -2;
    background: #43A7C4; }

.p-footerConversion_link-2:before {
    background: #269f9a;
    background: -webkit-gradient(linear, left top, right top, from(#269f9a), to(#4a79a9));
    background: linear-gradient(to right, #269f9a 0%, #4a79a9 100%);
    z-index: -1; }

.p-footerConversion_link-2:after {
    z-index: -2;
    background: #4A79A9; }

[class*='p-footerConversion_link']:hover:before {
    opacity: 0; }

.p-footerConversion_link-1 {
    background: #43a7c4;
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, #43a7c4), to(#9097cf));
    background: linear-gradient(to right, #43a7c4 1%, #9097cf 100%); }

.p-footerConversion_link-1:hover {
    background: #43A7C4; }

.p-footerConversion_link-2 {
    background: #269f9a;
    background: -webkit-gradient(linear, left top, right top, from(#269f9a), to(#4a79a9));
    background: linear-gradient(to right, #269f9a 0%, #4a79a9 100%); }

.p-footerConversion_link-2:hover {
    background: #4A79A9; }

.p-footerConversion_box {
    text-align: center; }

.p-footerConversion_note,
.p-footerConversion_text {
    color: #fff;
    display: block; }

.p-footerConversion_note {
    font-size: .6rem; }

.p-footerConversion_text {
    font-size: 1rem; }

/*Layout*/
.p-footerContent {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0 2%; }

.p-footerContent_item-1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / 4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    padding: 5px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.p-footerContent_item-2 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 2;
    grid-row: 2 / 2; }

.p-footerContent_item-3 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 2;
    grid-row: 2 / 2; }

.p-footerContent_item-4 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
    -ms-grid-row: 2;
    grid-row: 2 / 2; }

.p-footerContent_item-5 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 4 /5;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    padding: 5px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.p-footerContent_item-6 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 4 / 5;
    -ms-grid-row: 2;
    grid-row: 2 / 2; }

.p-footerContent_item-7 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5;
    -ms-grid-row: 3;
    grid-row: 3 / 3; }

.p-footerContent_item-form {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2; }

.p-footerContent-3column {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0 2%; }

.p-footerContent-3column_item-1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 2;
    grid-row: 2 / 2; }

.p-footerContent-3column_item-2 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 2;
    grid-row: 2 / 2; }

.p-footerContent-3column_item-3 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
    -ms-grid-row: 2;
    grid-row: 2 / 2; }

/*Logo*/
.p-footerLogo {
    text-align: center; }

.p-footerLogo_link {
    display: block;
    width: 180px;
    margin: auto; }

.p-footerLogo_img {
    width: auto;
    height: 30px; }

.p-footerLogo_link:hover {
    opacity: .7; }

/* Favorite list */
.p-favoriteList {
    background-color: #3C4E65;
    color: #fff;
    padding: 5px 10px 10px;
    border-radius: 5px;
    font-size: .8rem; }

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

.p-favoriteList_tab-borderBottom,
.p-favoriteList_tab {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 5px 10px; }

.p-favoriteList_tab-project,
.p-favoriteList_tab-event,
.p-favoriteList_tab-tips {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 10px; }

.p-favoriteList_tab-borderBottom,
.p-favoriteList_tab-project,
.p-favoriteList_tab-event {
    border-bottom: 1px solid #233752; }

.p-favoriteList_link {
    width: 100%;
    text-align: center;
    background-color: #43A7C4;
    border-radius: 4px;
    padding: 8px 5px;
    color: #fff;
    display: block; }

.p-favoriteList_link:hover {
    background-color: #269F9A; }

.p-favoriteList_label {
    padding-left: 5px; }

.p-favoriteList_number {
    color: #43A7C4;
    font-size: 1.8rem;
    font-family: 'Rajdhani', sans-serif;
    display: inline-block; }

/* Catch copy text */
.p-footerSupport {
    background-color: #DBE6E8; }

.p-footerSupport-text {
    padding: 10px 0;
    font-size: .8rem;
    text-align: center; }

/*Copyright*/
.p-copyright {
    padding: 10px 20px;
    margin: 20px auto 0;
    background-color: #3C4E65;
    color: #fff;
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%; }

.p-copyright_left,
.p-copyright_right {
    font-family: 'Rajdhani';
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    font-size: .8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.p-copyright_left {
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

.p-copyright_right {
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

.p-copyright_logo {
    padding-left: 10px;
    width: 110px;
    height: 22px; }

.p-copyright_link:hover {
    opacity: .7; }

/*Back to top*/
.p-backToTop_link {
    position: fixed;
    right: 10px;
    bottom: 20px;
    border-radius: 100px;
    width: 70px;
    height: 70px;
    border: 2px solid #43A7C4;
    background-color: #fff;
    color: #43A7C4;
    text-decoration: none;
    display: block;
    font-size: .8rem;
    z-index: 4;
    cursor: pointer;
    -webkit-filter: drop-shadow(0 2px 2px rgba(20, 30, 44, 0.2));
    filter: drop-shadow(0 2px 2px rgba(20, 30, 44, 0.2)); }

.p-backToTop_link:hover {
    border: 2px solid #fff;
    background-color: #43A7C4;
    color: #fff; }

.p-backToTop_link_group {
    position: absolute;
    left: 50%;
    top: 40%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%; }

.p-backToTop_link_icon, .p-backToTop_link_text {
    display: block;
    text-align: center;
    line-height: 100%; }

.p-backToTop_link_icon {
    display: block !important;
    text-align: center;
    line-height: 60%;
    font-size: 1.8rem; }

#page-top {
    display: none; }

/***********************************************************
【Header】
***********************************************************/
.p-header {
    background-color: #FAFBFC;
    position: sticky;
    bottom: 100vh;
    height: 60px;
}

.p-header-top {
    background-color: transparent;
    top: 0; }

.p-header-fixed {
    position: fixed;
    background-color: #FAFBFC;
    -webkit-box-shadow: 0 2px 2px rgba(20, 30, 44, 0.2);
    box-shadow: 0 2px 2px rgba(20, 30, 44, 0.2);
    top: 0; }

.p-header-hide {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 0; }

/*Logo*/
.p-headerLogo {
    font-size: .8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: 16%;
    flex-basis: 16%; }

.p-headerLogo_size,
.p-headerLogo_link {
    width: 150px;
    height: auto; }

.p-headerLogo_link:hover {
    opacity: .7; }

.p-headerLogo_img {
    vertical-align: middle;
    width: 100%;
    height: auto; }

/*Form*/
.p-headerText-form {
    font-size: .6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

/***********************************************************
【Main Contents】
***********************************************************/
/*Content*/
.p-mainContent {
    padding-top: 40px;
    padding-bottom: 100px; }

.c-pageBg-general {
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 4px;
    width: 100%; }

.c-pageBg-secondary {
    margin-top: 60px; }

/*Header space*/
.c-header-MarginTop-entry {
    padding-top: 20px; }

/***********************************************************
【Sidebar】
***********************************************************/
/*Banner*/
.p-serviceBanner_tab {
    padding-bottom: 10px; }

.p-serviceBanner_link {
    display: block;
    border: 1px solid #B2C4C7;
    border-radius: 4px;
    overflow: hidden; }

.p-serviceBanner_link:hover {
    border: 1px solid #269F9A; }

.p-serviceBanner_tab_img {
    width: 100%; }

.p-serviceBanner_tab_img:hover {
    opacity: .7; }

.p-serviceBanner_tab_link a {
    background-color: #FFF; }

/*Hotword*/
.p-projectHotwordNav {
    margin-top: 60px; }

.p-projectHotwordNav_tabs {
    padding-top: 5px; }

.p-projectHotwordNav_tab {
    padding-bottom: 10px; }

.p-projectHotwordNav_link {
    text-align: center;
    padding: 15px;
    border: 1px solid #4A79A9;
    background-color: #EFF3F4;
    color: #4A79A9;
    display: block;
    border-radius: 4px;
    margin: auto; }

.p-projectHotwordNav_link:hover {
    border: 1px solid #269F9A;
    background-color: #fff;
    color: #269F9A; }

/*Latest project*/
.p-latestProjectNav {
    margin-top: 60px; }

.p-latestProjectNav_tabs {
    padding-top: 5px; }

.p-latestProjectNav_tab {
    padding-bottom: 10px; }

.p-latestProjectNav_link {
    color: #3C4E65;
    border-radius: 4px;
    background-color: #EFF3F4;
    border: 1px solid #4A79A9;
    padding: 24px 10px 10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

.p-latestProjectNav_link:hover {
    background-color: #fff;
    border: 1px solid #269F9A; }

.p-latestProjectNav_label {
    background-color: #DBE6E8;
    padding: 3px 15px;
    border-radius: 30px;
    font-size: .6rem;
    margin: 0 5px 2px 0; }

.p-latestProjectNav_text {
    font-size: .8rem;
    margin-top: 5px; }

/*Tips*/
.p-latestTipsNav {
    margin-top: 60px; }

.p-latestTipsNav_tabs {
    padding-top: 5px; }

.p-latestTipsNav_tab {
    padding-bottom: 10px; }

.p-latestTipsNav_link {
    color: #3C4E65;
    border-radius: 4px;
    background-color: #EFF3F4;
    border: 1px solid #4A79A9;
    padding: 10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

.p-latestTipsNav_link:hover {
    background-color: #fff;
    border: 1px solid #269F9A; }

.p-latestTipsNav_label {
    background-color: #DBE6E8;
    padding: 3px 15px;
    border-radius: 30px;
    font-size: .6rem;
    margin: 0 5px 2px 0; }

.p-latestTipsNav_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 5px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

.p-latestTipsNav_img {
    -o-object-fit: contain;
    object-fit: contain;
    margin-top: 4px;
    margin-right: 5px;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    width: 30%; }

.p-latestTipsNav_text {
    font-size: .8rem;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%; }

/*Category skill*/
.p-projectSkillNav {
    margin-top: 60px; }

.p-projectSkillNav_tabs {
    padding-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.p-projectSkillNav_tab {
    padding-right: 5px;
    padding-bottom: 5px; }

.p-projectSkillNav_link {
    background-color: #EFF3F4;
    padding: 3px 10px;
    border: 1px solid #4A79A9;
    display: inline-block;
    border-radius: 4px;
    font-size: .6rem;
    position: relative; }

.p-projectSkillNav_link:hover {
    border: 1px solid #269F9A;
    color: #269F9A;
    background-color: #fff; }

/***********************************************************
【Layout wrapper】
***********************************************************/
/* Layout */
.l-wrapper {
    display: -ms-grid;
    display: grid;
    min-height: 100vh;
    overflow: hidden; }

.l-header {
    width: 100%;
    z-index: 10; }

.l-footer {
    width: 100%;
    margin-top: auto;
    position: relative; }

.l-primary {
    -ms-flex-preferred-size: 71%;
    flex-basis: 71%; }

.l-secondary {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }

/***********************************************************
【IE11 Only】
***********************************************************/
/*Base*/
.ie11 .l-wrapper {
    display: block; }

.ie11 .l-primary {
    max-width: 71%; }

.ie11 .l-secondary {
    max-width: 25%; }

.ie11 .p-headerLogo {
    max-width: 16%; }

.ie11 .p-globalNav {
    max-width: 84%; }

.ie11 .p-headerLogo_img {
    height: 30px; }

.ie11 .copyright_logo {
    width: 100px; }

/*Grid*/
.ie11 .c-grid_item-1-1 {
    max-width: 100%; }

.ie11 .c-grid_item-7-8 {
    max-width: 87.25%; }

.ie11 .c-grid_item-5-6 {
    max-width: 83%; }

.ie11 .c-grid_item-4-5 {
    max-width: 79.6%; }

.ie11 .c-grid_item-6-8,
.ie11 .c-grid_item-3-4 {
    max-width: 74.5%; }

.ie11 .c-grid_item-2-3 {
    max-width: 66%; }

.ie11 .c-grid_item-5-8 {
    max-width: 61.75%; }

.ie11 .c-grid_item-3-5 {
    max-width: 59%; }

.ie11 .c-grid_item-1-2, .ie11 .c-grid_item-2-4,
.ie11 .c-grid_item-3-6, .ie11 .c-grid_item-4-8 {
    max-width: 49%; }

.ie11 .c-grid_item-2-5 {
    max-width: 39%; }

.ie11 .c-grid_item-3-8 {
    max-width: 36.25%; }

.ie11 .c-grid_item-1-3,
.ie11 .c-grid_item-2-6 {
    max-width: 32%; }

.ie11 .c-grid_item-1-4,
.ie11 .c-grid_item-2-8 {
    max-width: 23.5%; }

.ie11 .c-grid_item-1-5 {
    max-width: 18.4%; }

.ie11 .c-grid_item-1-6 {
    max-width: 15%; }

.ie11 .c-grid_item-1-7 {
    max-width: 12.77%; }

.ie11 .c-grid_item-1-8 {
    max-width: 10.75%; }

.ie11 .c-grid_item-noPadding-1-1 {
    max-width: 100%; }

.ie11 .c-grid_item-noPadding-7-8 {
    max-width: 87.5%; }

.ie11 .c-grid_item-noPadding-5-6 {
    max-width: 83.333%; }

.ie11 .c-grid_item-noPadding-4-5 {
    max-width: 80%; }

.ie11 .c-grid_item-noPadding-3-4 {
    max-width: 75%; }

.ie11 .c-grid_item-noPadding-2-3 {
    max-width: 66.66%; }

.ie11 .c-grid_item-noPadding-5-8 {
    max-width: 62.5%; }

.ie11 .c-grid_item-noPadding-3-5 {
    max-width: 60%; }

.ie11 .c-grid_item-noPadding-1-2, .ie11 .c-grid_item-noPadding-2-4,
.ie11 .c-grid_item-noPadding-3-6, .ie11 .c-grid_item-noPadding-4-8 {
    max-width: 50%; }

.ie11 .c-grid_item-noPadding-2-5 {
    max-width: 40%; }

.ie11 .c-grid_item-noPadding-3-8 {
    max-width: 37.5%; }

.ie11 .c-grid_item-noPadding-1-3,
.ie11 .c-grid_item-noPadding-2-6 {
    max-width: 33.33%; }

.ie11 .c-grid_item-noPadding-1-4,
.ie11 .c-grid_item-noPadding-2-8 {
    max-width: 25%; }

.ie11 .c-grid_item-noPadding-1-5 {
    max-width: 20%; }

.ie11 .c-grid_item-noPadding-1-6 {
    max-width: 16.66%; }

.ie11 .c-grid_item-noPadding-1-7 {
    max-width: 14.28%; }

.ie11 .c-grid_item-noPadding-1-8 {
    max-width: 12.5%; }

/*Definition list*/
.ie11 [class*='c-table_title'] {
    max-width: 15%; }

.ie11 [class*='c-table_description'] {
    max-width: 85%; }

.ie11 .c-table_title-half {
    max-width: 15%; }

.ie11 .c-table_description-half {
    max-width: 35%; }

.ie11 [class*='c-table_title-headline'] {
    max-width: 20%; }

.ie11 [class*='c-table_description-headline'] {
    max-width: 80%; }

.ie11 .c-table_title-headline-half {
    max-width: 20%; }

.ie11 .c-table_description-headline-half {
    max-width: 30%; }

.ie11 .c-table-transparent_title {
    max-width: 30%; }

.ie11 .c-table-transparent_description {
    max-width: 70%; }

.ie11 [class*='c-table_title-card'] {
    max-width: 15%; }

.ie11 [class*='c-table_description-card'] {
    max-width: 85%; }

.ie11 .c-table_title-card-half {
    max-width: 15%; }

.ie11 .c-table_description-card-half {
    max-width: 35%; }

.ie11 .c-table_title-card-event {
    max-width: 30%; }

.ie11 .c-table_description-card-event {
    max-width: 70%; }

.ie11 .c-table-card-transparent_title {
    max-width: 30%; }

.ie11 .c-table-card-transparent_description {
    max-width: 70%; }

/*Page*/
.ie11 .p-guide-tabs:after,
.ie11 .p-beginner-tabs:after {
    content: none; }

.ie11 .p-guide_img,
.ie11 .p-beginner_img {
    height: 100%; }

/*Board*/
.ie11 .p-recommendWord_title {
    max-width: 16%; }

.ie11 .p-engineerEntry_grid-agent {
    max-width: 44%; }

/*Search*/
.ie11 [class*='p-tabbarPanel_list_item'] {
    padding-right: 0; }

/* ==========================================================================
   Object
   ========================================================================== */
/* Component もう一つ階層作るか考え中
   ----------------------------------------------------------------- */
/***********************************************************
【Board】いずれ分割したい
***********************************************************/
/*Common*/
.c-board_innerBg {
    padding: 30px 20px;
    background-color: #FAFBFC;
    border-radius: 4px; }

/*Recommend word*/
.p-recommendWord {
    background: -webkit-gradient(linear, left top, right top, from(#269f9a), to(#4a79a9));
    background: linear-gradient(to right, #269f9a 0%, #4a79a9 100%);
    padding: 30px 0; }

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

.p-recommendWord_title {
    color: #fff;
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: 16%;
    flex-basis: 16%; }

.p-recommendWord_title::after {
    content: "："; }

.p-recommendWord_tab {
    display: inline-block;
    padding: 2px 0; }

.p-recommendWord_link {
    background-color: #fff;
    color: #4A79A9;
    text-decoration: none;
    border-radius: 4px;
    padding: 6px 10px;
    font-size: .8rem;
    min-width: 60px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.p-recommendWord_link:hover {
    color: #269F9A;
    background-color: #233752; }

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

/*Service guide*/
.p-serviceGuide {
    position: relative; }

.p-serviceGuide:before,
.p-serviceGuide:after {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: -1; }

.p-serviceGuide:before {
    left: 0;
    background-color: #269F9A; }

.p-serviceGuide:after {
    right: 0;
    background-color: #EFF3F4; }

.p-serviceGuide_box {
    padding: 10px 40px; }

.p-serviceGuide_img-link:hover {
    opacity: .7; }

/*Service guide project*/
.p-pageBg-guide {
    background-color: #EFF3F4;
    padding: 30px 20px;
    border-radius: 4px;
    width: 100%; }
.p-pageBg-guide .p-guide-tabs {
    margin-top: 20px;
    margin-bottom: 0; }
.p-pageBg-guide .p-guide-tab:before,
.p-pageBg-guide .p-guide_img:hover {
    background-color: #FAFBFE; }
.p-pageBg-guide .p-guide_img {
    background-color: #FAFBFD; }

.p-beginner-tabs,
.p-guide-tabs {
    counter-reset: number; }

.p-beginner-tab,
.p-guide-tab {
    position: relative; }

.p-beginner-tab:before,
.p-guide-tab:before {
    counter-increment: number;
    content: counter(number);
    width: 30px;
    height: 30px;
    border-radius: 30px;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 2;
    color: #43A7C4;
    background-color: #EFF3F4;
    border: 2px solid #43A7C4;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: bold; }

/*Valuecheck*/
.p-valuecheck {
    background-image: url(/img/board/sky.png);
    background-position: center;
    background-size: cover;
    padding: 20px 0; }

.p-valuecheck_box {
    padding: 10px 0;
    text-align: center; }

.p-valuecheck_list {
    text-align: left;
    padding-top: 20px; }

/*Anxiety*/
.p-anxiety {
    background-color: #EFF3F4;
    padding: 20px 0; }

.p-anxiety_box {
    padding: 10px 0;
    text-align: center; }

.p-anxiety_list {
    text-align: left;
    padding-top: 20px;
    width: 380px;
    margin: auto; }

/*Independence consultation*/
.p-independence {
    position: relative; }

.p-independence:before,
.p-independence:after {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: -1; }

.p-independence:before {
    left: 0;
    background-color: #C0530B; }

.p-independence:after {
    right: 0;
    background-color: #EFF3F4; }

.p-independence_box {
    padding: 10px 20px; }

/*Engineer entry*/
.p-engineerEntry {
    background: url(/img/board/logo-blur.png) no-repeat center center, -webkit-gradient(linear, left top, right top, from(#269f9a), to(#4a79a9));
    background: url(/img/board/logo-blur.png) no-repeat center center, linear-gradient(to right, #269f9a 0%, #4a79a9 100%);
    padding: 20px 0; }

.p-engineerEntry_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

.p-engineerEntry_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

.p-engineerEntry_grid-results {
    margin-right: -50px; }

[class*='p-engineerEntry_circle'] {
    width: 160px;
    height: 160px;
    border: 2px solid #fff;
    border-radius: 160px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.p-engineerEntry_text-1 {
    color: #fff;
    font-size: 3rem;
    line-height: 80%;
    padding-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }

.p-engineerEntry_text-2 {
    color: #fff;
    font-size: 4.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    line-height: 100%; }

.p-engineerEntry_text-3 {
    color: #fff;
    font-size: .6rem;
    padding-top: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: auto; }

.p-engineerEntry_text-yen {
    width: 24px;
    height: auto; }

.p-engineerEntry_text-percentage {
    width: 18px;
    height: auto; }

.p-engineerEntry_link {
    display: block;
    padding: 15px 10px;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    width: 100%;
    text-align: center;
    background-color: #233752;
    color: #fff;
    position: relative; }

.p-engineerEntry_link:before {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    font-family: "Font Awesome 5 Free";
    content: "\f35a";
    color: #fff;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-weight: 900; }

.p-engineerEntry_link:hover {
    background-color: #3C4E65; }

.p-engineerEntry_grid-agent {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 30px;
    -ms-flex-preferred-size: 44%;
    flex-basis: 44%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.p-engineerEntry_img-agent {
    display: none; }

.p-engineerEntry_img-unit {
    padding-left: 5px; }

/*Free entry*/
.p-freeEntry {
    background-color: #fafbfc;
    /*#EFF3F4*/
    padding: 20px 0; }

.p-freeEntry_box {
    padding: 10px 0;
    text-align: center; }
.p-freeEntry_box .c-board_innerBg {
    background-color: #EFF3F4; }

.p-freeEntry_list {
    text-align: left;
    padding-top: 20px;
    width: 400px;
    margin: auto; }

/*Business partner*/
.p-businessPartner {
    background-color: #fff;
    padding: 20px 0; }

.p-businessPartner_box {
    padding: 10px 0;
    text-align: center; }

.p-businessPartner_text {
    text-align: right; }

/***********************************************************
【Breadcrumb】
***********************************************************/
/*Header*/
.p-breadcrumbNav_head {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #EFF3F4; }

/*Footer*/
.p-breadcrumbNav_foot {
    padding-top: 10px;
    padding-bottom: 10px; }

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

.p-breadcrumbNav_tab {
    display: inline-block;
    padding-left: 10px;
    font-size: .7rem; }

.p-breadcrumbNav_tab:before {
    display: inline;
    content: '>';
    padding-right: 10px; }

.p-breadcrumbNav_tab:first-child {
    padding-left: 0; }

.p-breadcrumbNav_tab:first-child:before {
    display: none; }

.p-breadcrumbNav_link {
    color: #4A79A9; }

.p-breadcrumbNav_link:hover {
    color: #269F9A; }

/***********************************************************
【Button】使い道が今の所ないので削除するかも
***********************************************************/
/***********************************************************
【Card】
***********************************************************/
/*Base Background*/
.c-card,
.c-card-stop,
.c-card-over,
.c-card-close {
    background-color: #fff;
    padding: 30px 20px 20px;
    position: relative;
    border-radius: 4px; }

.c-card .c-text_price,
.c-card .c-text_year,
.c-card .c-text_date,
.c-card .c-text_day {
    color: #EA6464; }

/*Layout block*/
.c-card_block {
    z-index: 1; }

/*Title & Favolite*/
.c-card_block-title {
    margin-bottom: 10px; }

.c-card_block-favorite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }

/*Status label layout*/
.c-status_group {
    position: absolute;
    top: -5px;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.c-status_group-headline {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.c-status_group-news {
    position: absolute;
    top: 0;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 3; }

.c-status_group-news-ticker {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 3; }

.c-status_group_item {
    position: relative;
    padding-left: 5px; }

.c-status_group_item-new {
    position: relative;
    padding-left: 10px; }

/*Title*/
[class*='c-card_title'] {
    line-height: 120%; }

.c-card_title {
    font-size: 1.2rem; }

.c-card_title-small {
    font-size: 1rem; }

.c-card_title-news {
    font-size: .8rem;
    padding-top: 3px; }

.c-card_title_link {
    color: #2667A7; }

.c-card_title_link:hover {
    color: #269F9A; }

/*Image*/
.c-card_img {
    position: relative;
    z-index: 1;
    display: block;
    border-radius: 2px;
    overflow: hidden; }

/*Text*/
.c-card_text-small {
    font-size: .7rem; }

/*Favorite link*/
[class*='p-favorite_link-card'] {
    color: #43A7C4;
    border: 1px solid #43A7C4;
    border-radius: 20px;
    padding: 2px 4px;
    display: block;
    width: auto;
    font-size: .6rem;
    text-align: center; }

[class*='p-favorite_link-card']:hover {
    background-color: #43A7C4;
    color: #fff; }

[class*='p-favorite_link-card-right'] {
    width: 100px;
    margin: 0 0 0 auto; }

/*Category link*/
.c-category_tabs {
    position: relative; }

.c-category_tab {
    margin: 2px 0;
    display: inline-block; }

[class*='c-category_link'] {
    padding: 3px 17px;
    border: 1px solid #4A79A9;
    border-radius: 20px;
    font-size: .6rem;
    color: #4A79A9;
    display: block; }

[class*='c-category_link']:hover {
    background-color: #fff;
    border-color: #269F9A;
    color: #269F9A; }

.c-category_link-detail {
    font-size: .8rem; }

/*Tips & Event share link*/
.c-share_tab {
    margin: 2px 0;
    display: inline-block; }

[class*='c-share_link-tips'] {
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #4A79A9;
    color: #4A79A9;
    font-size: .8rem;
    background-color: #fff;
    vertical-align: middle; }

[class*='c-share_link-tips']:hover {
    background-color: #CBE7EF; }

.c-share_link-tips-index {
    padding: 1px 10px;
    width: 50px;
    height: auto; }

.c-share_link-tips-details {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 5px; }

.c-share_link-twitter {
    border: 1px solid #529BE5;
    color: #529BE5;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.c-share_link-facebook {
    border: 1px solid #4D68B2;
    color: #4D68B2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

/*Details link & submit*/
/*link*/
.p-card-detail_link,
.p-card-detail_link-small {
    border: 1px solid #4A79A9;
    background-color: transparent;
    color: #4A79A9;
    display: inline-block;
    padding: 12px 10px;
    border-radius: 4px;
    font-size: .8rem;
    text-align: center;
    width: 100%; }

.p-card-detail_link {
    max-width: 180px; }

.p-card-detail_link:hover,
.p-card-detail_link-small:hover {
    border: 1px solid #269F9A;
    background-color: #CCE6E5;
    color: #269F9A; }

/*submit*/
.p-card-detail_submit,
.p-card-detail_submit-small {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 12px 10px;
    font-size: .8rem;
    overflow: inherit;
    position: relative;
    z-index: 1;
    border: 1px solid #269F9A;
    border-radius: 4px; }

.p-card-detail_submit {
    max-width: 180px; }

.p-card-detail_submit:before,
.p-card-detail_submit-small:before,
.p-card-detail_submit:after,
.p-card-detail_submit-small:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 3px; }

.p-card-detail_submit:before,
.p-card-detail_submit-small:before {
    z-index: -1;
    background: #269F9A; }

.p-card-detail_submit:after,
.p-card-detail_submit-small:after {
    z-index: -2;
    background: -webkit-gradient(linear, left top, right top, from(#269f9a), to(#4a79a9));
    background: linear-gradient(to right, #269f9a 0%, #4a79a9 100%); }

.p-card-detail_submit:hover:before,
.p-card-detail_submit-small:hover:before {
    opacity: 0; }

[class*='p-card-detail_link-small'],
[class*='p-card-detail_submit-small'] {
    padding: 10px 5px;
    font-size: .6rem; }

/*Card stop ver*/
.c-card-stop {
    background-color: #B2C4C7; }
.c-card-stop .p-favorite_link-card,
.c-card-stop .p-favorite_link-card-right {
    color: #EFF3F4;
    border: 1px solid #EFF3F4; }
.c-card-stop .c-category_link,
.c-card-stop .p-card-detail_link,
.c-card-stop .p-card-detail_link-small {
    background-color: #DBE6E8; }
.c-card-stop .p-card-detail_link:hover,
.c-card-stop .p-card-detail_link-small:hover {
    border: 1px solid #269F9A;
    background-color: #CCE6E5;
    color: #269F9A; }
.c-card-stop .c-category_link:hover {
    background-color: #4A79A9;
    border-color: #4A79A9;
    color: #fff; }
.c-card-stop .p-card-detail_submit,
.c-card-stop .p-card-detail_submit-small,
.c-card-stop .p-card-detail_submit:hover,
.c-card-stop .p-card-detail_submit-small:hover {
    border: 1px solid #7A8995;
    background-color: #7A8995;
    color: #DBE6E8; }
.c-card-stop .c-card_img:before {
    background: rgba(20, 30, 44, 0.8);
    color: #B2C4C7;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    content: "中止"; }
.c-card-stop .c-table-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    border-top: none; }
.c-card-stop .c-table-card:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: rgba(178, 196, 199, 0.4); }
.c-card-stop .c-text_year {
    color: #3C4E65; }
.c-card-stop .c-text_date {
    color: #3C4E65; }

/*Card close ver*/
/*Card over capacity ver*/
.c-card-over,
.c-card-close {
    background-color: #627078; }
.c-card-over .c-card_title_link,
.c-card-close .c-card_title_link {
    color: #CBE7EF; }
.c-card-over .c-card_title_link:hover,
.c-card-close .c-card_title_link:hover {
    color: #269F9A; }
.c-card-over .c-text_date-home,
.c-card-over .c-card_text,
.c-card-over section,
.c-card-close .c-text_date-home,
.c-card-close .c-card_text,
.c-card-close section {
    color: #B2C4C7; }
.c-card-over .p-favorite_link-card,
.c-card-over .p-favorite_link-card-right,
.c-card-close .p-favorite_link-card,
.c-card-close .p-favorite_link-card-right {
    color: #EFF3F4;
    border: 1px solid #EFF3F4; }
.c-card-over .c-category_link,
.c-card-over .p-card-detail_link,
.c-card-over .p-card-detail_link-small,
.c-card-close .c-category_link,
.c-card-close .p-card-detail_link,
.c-card-close .p-card-detail_link-small {
    background-color: #DBE6E8; }
.c-card-over .p-card-detail_link:hover,
.c-card-over .p-card-detail_link-small:hover,
.c-card-close .p-card-detail_link:hover,
.c-card-close .p-card-detail_link-small:hover {
    border: 1px solid #269F9A;
    background-color: #CCE6E5;
    color: #269F9A; }
.c-card-over .c-category_link:hover,
.c-card-close .c-category_link:hover {
    background-color: #4A79A9;
    border-color: #4A79A9;
    color: #fff; }
.c-card-over .p-card-detail_submit,
.c-card-over .p-card-detail_submit-small,
.c-card-over .p-card-detail_submit:hover,
.c-card-over .p-card-detail_submit-small:hover,
.c-card-close .p-card-detail_submit,
.c-card-close .p-card-detail_submit-small,
.c-card-close .p-card-detail_submit:hover,
.c-card-close .p-card-detail_submit-small:hover {
    border: 1px solid #7A8995;
    background: #7A8995;
    color: #DBE6E8; }
.c-card-over .c-card_img:before,
.c-card-close .c-card_img:before {
    background: rgba(20, 30, 44, 0.8);
    color: #B2C4C7;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    content: "終了"; }
.c-card-over .c-table-card,
.c-card-close .c-table-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    border-top: none; }
.c-card-over .c-table-card:before,
.c-card-close .c-table-card:before {
    display: inline-block;
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: rgba(20, 30, 44, 0.6); }
.c-card-over .c-text_year,
.c-card-close .c-text_year {
    color: #3C4E65; }
.c-card-over .c-text_date,
.c-card-close .c-text_date {
    color: #3C4E65; }
.c-card-over .c-table-card-transparent_title,
.c-card-over .c-table-card-transparent_description,
.c-card-close .c-table-card-transparent_title,
.c-card-close .c-table-card-transparent_description {
    color: #B2C4C7; }

.c-card-over .c-card_img:before {
    content: "受付終了"; }

/***********************************************************
【Container】
***********************************************************/
/* Container */
[class*='c-container'] {
    width: auto;
    width: 1200px;
    margin: auto; }

.c-container-header,
.c-container-header-entry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 60px;
    position: relative; }

.c-container-footer {
    padding-top: 40px;
    padding-bottom: 40px; }

.c-container-2column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.c-container-slim {
    width: 920px;
    margin: auto;
    padding-left: 0;
    padding-right: 0; }

/***********************************************************
【form】
***********************************************************/
/*Layout*/
.c-form {
    padding-top: 20px; }

.c-form_marginTop {
    margin-top: 20px; }

.c-form_marginTop-pageBg {
    margin-top: 10px;
    padding-top: 20px; }

.p-container-footer-form {
    padding-top: 20px; }

.c-form_confirm {
    padding: 15px 0;
    width: 100%;
    border-bottom: 1px solid #B2C4C7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }

[class*='p-form_box'] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.p-form_box-border {
    border: 1px solid #B2C4C7;
    padding: 20px;
    border-radius: 4px; }

.p-form_box-bg {
    background-color: #EFF3F4;
    padding: 20px;
    border-radius: 4px;
    margin-top: 10px; }

.p-form_box-upload {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin-top: 10px; }

.c-form_vertical,
.p-form_verticalGrid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative; }

/*Title*/
.p-formTitle_h1 {
    font-size: .8rem;
    z-index: 2; }

.p-form_innerTitle {
    font-size: 1.2rem; }

.c-form_title {
    padding-left: 10px;
    font-size: .7rem; }

.c-form_title-experience {
    font-size: .7rem; }

.c-form_note {
    color: #7A8995; }

.p-form_smallText {
    line-height: 160%;
    display: inline-block; }

.p-form_resumeText {
    padding-top: 3px; }

.p-form_uploadText {
    width: 100%;
    word-wrap: anywhere; }

[class*='p-form_selectGroup'] {
    width: 100%; }

.p-form_selectGroup_item {
    display: inline-block;
    padding: 2px 30px 2px 0;
    width: 32%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-all;
    vertical-align: top; }

.p-checkbox-eZineProject {
    background-color: #fff;
    border: 1px solid #43A7C4;
    padding: 2px;
    font-size: .7rem;
    cursor: pointer;
    border-radius: 2px;
    color: #43A7C4; }

.p-checkbox-eZineProject:hover,
.p-checkbox-eZineProject-check:checked + ul li .p-checkbox-eZineProject:hover {
    background-color: #4A79A9;
    border: 1px solid #4A79A9;
    color: #fff; }

.p-checkbox-eZineProject-check:checked + ul li .p-checkbox-eZineProject {
    background-color: #43A7C4;
    border: 1px solid #43A7C4;
    color: #fff; }

.p-checkbox-eZineProject-check:checked ~ .p-selectGroup-ezineProject {
    height: auto;
    overflow: auto;
    opacity: 1;
    margin-top: 5px;
    padding: 10px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #B2C4C7; }

.p-checkbox-eZineProject-check {
    display: none; }

.p-form_selectGroup-eZineProject {
    height: 0;
    overflow: hidden;
    opacity: 0; }

.p-checkbox-eZineProject-check:checked ~ .p-form_selectGroup-eZineProject {
    height: auto;
    overflow: auto;
    opacity: 1;
    margin-top: 5px;
    padding: 10px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #B2C4C7; }

.p-checkbox-small {
    display: block; }

/*Validation */
[class*='p-form_validation'] {
    position: absolute;
    top: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding: 6px 10px;
    background-color: #fff;
    border-radius: 4px;
    font-size: .6rem;
    width: auto;
    min-width: 240px;
    z-index: 4;
    text-align: center;
    display: none; }

[class*='p-form_validation']:after,
[class*='p-form_validation']:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    border: solid transparent;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }

[class*='p-form_validation']:after {
    border-top-color: #fff;
    border-width: 6px; }

[class*='p-form_validation-error'] {
    border: 1px solid #EA6464;
    color: #EA6464; }

[class*='p-form_validation-error']:before {
    border-top-color: #EA6464;
    border-width: 8px; }

[class*='p-form_validation-done'] {
    border: 1px solid #269F9A;
    color: #269F9A; }

[class*='p-form_validation-done']:before {
    border-top-color: #269F9A;
    border-width: 8px; }

.p-form_validation-error-half {
    min-width: 180px; }

/* Nav */
.p-experienceNav {
    padding: 20px 0 10px;
    position: relative; }

.p-experienceNav_tabs-right {
    position: absolute;
    right: 0; }

[class*='p-experienceNav_tab'] {
    display: inline-block;
    padding: 2px 0; }

[class*='p-experienceNav_submit'] {
    border: 1px solid #43A7C4;
    color: #43A7C4;
    text-decoration: none;
    display: block;
    font-size: .8rem;
    border-radius: 4px;
    padding: 4px 20px; }

.p-experienceNav_submit-active {
    border: 1px solid #43A7C4;
    background-color: #43A7C4;
    color: #fff; }

.p-experienceNav_submit-off {
    border: 1px solid #B2C4C7;
    background-color: #B2C4C7;
    color: #fff; }

.p-experienceNav_submit-active:hover,
.p-experienceNav_submit-off:hover,
.p-experienceNav_submit:hover {
    background-color: #4A79A9;
    border: 1px solid #4A79A9;
    color: #fff; }

.c-formExperienceControl-1:checked ~ .p-experienceNav .p-formExperienceControl-1,
.c-formExperienceControl-2:checked ~ .p-experienceNav .p-formExperienceControl-2,
.c-formExperienceControl-3:checked ~ .p-experienceNav .p-formExperienceControl-3,
.p-formCareerControl:checked ~ .p-form_selectList .p-form_selectList_item .p-form-radio-career,
.p-formSkillControl:checked ~ .p-form_selectList .p-form_selectList_item .p-form-radio-skill {
    border: 1px solid #43A7C4;
    background-color: #43A7C4;
    color: #fff; }

.c-formExperienceControl-1:checked ~ .p-experienceNav .p-formExperienceControl-1:hover,
.c-formExperienceControl-2:checked ~ .p-experienceNav .p-formExperienceControl-2:hover,
.c-formExperienceControl-3:checked ~ .p-experienceNav .p-formExperienceControl-3:hover,
.p-formCareerControl:checked ~ .p-form_selectList .p-form_selectList_item .p-form-radio-career:hover,
.p-formSkillControl:checked ~ .p-form_selectList .p-form_selectList_item .p-form-radio-skill:hover {
    background-color: #4A79A9;
    border: 1px solid #4A79A9;
    color: #fff; }

/*label*/
.c-label-round {
    border-radius: 100px;
    padding: 4px 10px;
    font-size: .6rem;
    text-align: center;
    min-width: 50px;
    z-index: 4; }

.c-label-required {
    border: 1px solid #EA6464;
    color: #EA6464; }

.c-label-optional {
    border: 1px solid #B2C4C7;
    color: #7A8995; }

.c-label-upload {
    border: 1px solid #4A79A9;
    color: #4A79A9; }

/*form item*/
.c-form-text,
.c-form-select {
    position: relative;
    border-radius: 4px;
    border: 1px solid #B2C4C7;
    background-color: #FAFBFC; }

.c-form-select_box {
    display: block;
    position: relative; }

.c-form-select_box:before {
    z-index: 2;
    position: absolute;
    right: 15px;
    top: 50%;
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #3C4E65;
    pointer-events: none;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }

.c-form-file-upload {
    display: none; }

.c-upload-text {
    padding-left: 10px; }

/*Button*/
[class*='p-formButton'] {
    display: block;
    padding: 15px 10px;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    width: 100%;
    text-align: center; }

.p-formButton-select {
    background-color: #4A79A9;
    color: #fff; }

.p-formButton-clear {
    background-color: #B2C4C7;
    color: #fff; }

.p-formButton-select:hover,
.p-formButton-clear:hover {
    background-color: #3C4E65;
    color: #fff; }

.p-formButton-previous {
    border: 1px solid #B2C4C7;
    color: #B2C4C7; }

.p-formButton-previous:hover {
    border: 1px solid #4A79A9;
    color: #4A79A9; }

.p-formButton-unanswered {
    background-color: #B2C4C7;
    color: #fff; }

.p-formButton-next,
.p-formButton-submit {
    color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 1; }

.p-formButton-next:before,
.p-formButton-submit:before,
.p-formButton-next:after,
.p-formButton-submit:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block; }

.p-formButton-next:before {
    z-index: -1;
    background-color: #4A79A9; }

.p-formButton-submit:before {
    z-index: -1;
    background: #269F9A; }

.p-formButton-next:after,
.p-formButton-submit:after {
    z-index: -2;
    background: -webkit-gradient(linear, left top, right top, from(#269f9a), to(#4a79a9));
    background: linear-gradient(to right, #269f9a 0%, #4a79a9 100%); }

.p-formButton-next:hover:before,
.p-formButton-submit:hover:before {
    opacity: 0; }

.p-formButton-questionnaire {
    width: 60%;
    margin: auto; }

.p-formButton-home {
    border: 1px solid #4A79A9;
    color: #4A79A9;
    width: 60%;
    margin: auto; }

.p-formButton-home:hover {
    background-color: #4A79A9;
    color: #fff; }

.p-formButton-download_link {
    background-color: #43A7C4;
    color: #fff;
    border-radius: 100px;
    padding: 10px;
    font-size: .8rem; }

.p-formButton-download_link:hover {
    background-color: #4A79A9; }

/***********************************************************
【Select Radio Button】
***********************************************************/
.c-form-checkbox {
    word-break: break-all; }

[type="checkbox"]:checked + .c-form-checkbox,
[type="checkbox"]:not(:checked) + .c-form-checkbox,
[type="radio"]:checked + .c-form-radio,
[type="radio"]:not(:checked) + .c-form-radio {
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    line-height: 140%;
    display: inline-block; }

[type="checkbox"]:checked + .c-form-checkbox,
[type="radio"]:checked + .c-form-radio,
.c-form-checkbox:hover,
.c-form-radio:hover {
    color: #4A79A9; }

[type="checkbox"]:not(:checked) + .c-form-checkbox:after,
[type="radio"]:not(:checked) + .c-form-radio:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }

[type="checkbox"]:checked + .c-form-checkbox:after,
[type="radio"]:checked + .c-form-radio:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

[type="checkbox"]:checked + .c-form-checkbox:before,
[type="checkbox"]:not(:checked) + .c-form-checkbox:before,
[type="radio"]:checked + .c-form-radio:before,
[type="radio"]:not(:checked) + .c-form-radio:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    background-color: #DBE6E8;
    border-radius: 2px; }

[type="checkbox"]:checked + .c-form-checkbox:after,
[type="checkbox"]:not(:checked) + .c-form-checkbox:after,
[type="radio"]:checked + .c-form-radio:after,
[type="radio"]:not(:checked) + .c-form-radio:after {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #4A79A9;
    position: absolute;
    top: 5px;
    left: 3px;
    border-radius: 2px; }

[type="radio"]:checked + .c-form-radio:before,
[type="radio"]:not(:checked) + .c-form-radio:before,
[type="radio"]:checked + .c-form-radio:after,
[type="radio"]:not(:checked) + .c-form-radio:after {
    border-radius: 100%; }

[type="checkbox"]:checked + .p-searchItemSelect-skill {
    color: #4C9165; }

[type="checkbox"]:checked + .p-searchItemSelect-skill:after,
[type="checkbox"]:not(:checked) + .p-searchItemSelect-skill:after {
    background-color: #4C9165; }

[type="checkbox"]:checked + .p-searchItemSelect-skill {
    color: #4C9165; }

[type="checkbox"]:checked + .p-searchItemSelect-position:after,
[type="checkbox"]:not(:checked) + .p-searchItemSelect-position:after {
    background-color: #827BA2; }

[type="checkbox"]:checked + .p-searchItemSelect-position {
    color: #827BA2; }

[type="checkbox"]:checked + .p-searchItemSelect-area:after,
[type="checkbox"]:not(:checked) + .p-searchItemSelect-area:after {
    background-color: #43A7C4; }

[type="checkbox"]:checked + .p-searchItemSelect-area {
    color: #43A7C4; }

[type="checkbox"]:checked + .p-searchItemSelect-preference:after,
[type="checkbox"]:not(:checked) + .p-searchItemSelect-preference:after {
    background-color: #C4AF6C; }

[type="checkbox"]:checked + .p-searchItemSelect-preference {
    color: #C4AF6C; }

.p-searchItemSelect-skill:hover {
    color: #4C9165; }

.p-searchItemSelect-position:hover {
    color: #827BA2; }

.p-searchItemSelect-area:hover {
    color: #43A7C4; }

.p-searchItemSelect-preference:hover {
    color: #C4AF6C; }

/***********************************************************
【Marketing tags】
***********************************************************/
/*Gyron*/
.awesomplete > ul {
    border: none !important;
    border-radius: 4px !important; }

/* 自動選択時に表示される枠の装飾 */
.awesomplete > ul > li[aria-selected="true"] {
    background: #4A79A9 !important;
    color: #fff !important; }

/* 背景ブルー、文字白、（選択時） */
.awesomplete > ul > li[aria-selected="false"] {
    background: #fafbfc !important;
    color: #2667A7 !important; }

/* 背景白、文字ブルー、（未選択時） */
.awesomplete > ul > li:hover {
    background: #CBE7EF !important;
    color: #2667A7 !important; }

/*背景薄ブルー、文字ブルー*/
.awesomplete mark {
    background: #DBE6E8 !important;
    color: #2667A7 !important; }

/* 背景薄ブルー、文字ブルー、手前の背景色(通常) */
.awesomplete li:hover mark {
    background: inherit !important;
    color: #2667A7 !important; }

/*背景白、文字ブルー*/
.awesomplete li[aria-selected="true"] mark {
    background: #EFF3F4 !important; }

/* 背景薄グレー、手前の背景色(選択時) */
.awesomplete > ul > li:first-child,
.awesomplete > ul > li:first-child:hover,
.awesomplete > ul > li[aria-selected="true"]:first-child,
.awesomplete > ul > li[aria-selected="false"]:first-child {
    border-radius: 4px 4px 0 0 !important; }

.awesomplete > ul > li:last-child,
.awesomplete > ul > li:last-child:hover,
.awesomplete > ul > li[aria-selected="true"]:last-child,
.awesomplete > ul > li[aria-selected="false"]:last-child {
    border-radius: 0 0 4px 4px !important; }

/***********************************************************
【Grid item】
***********************************************************/
/* Parent */
.c-grid {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 1; }

[class*='c-grid-'] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }

.c-grid-horizontal-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

/*横中央揃え*/
.c-grid-horizontal-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

/*横左揃え*/
.c-grid-horizontal-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

/*横右揃え*/
.c-grid-vertical-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

/*縦中央揃え*/
.c-grid-vertical-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

/*縦上揃え*/
.c-grid-vertical-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }

/*縦下揃え*/
.c-grid-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }

/*左右順番通常*/
.c-grid-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

/*左右順番反転*/
.c-grid-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

/*上下順番通常*/
.c-grid-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }

/*上下順番反転*/
.c-grid-column-top {
    -ms-flex-line-pack: start;
    align-content: flex-start; }

/*複数列上揃え*/
.c-grid-column-center {
    -ms-flex-line-pack: center;
    align-content: center; }

/*複数列中央揃え*/
.c-grid-column-bottom {
    -ms-flex-line-pack: end;
    align-content: flex-end; }

/*複数列下揃え*/
/* Children */
[class*='c-grid_item'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 30px; }

.c-grid_item-1-1 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

.c-grid_item-7-8 {
    -ms-flex-preferred-size: 87.25%;
    flex-basis: 87.25%; }

/*87.5%*/
.c-grid_item-5-6 {
    -ms-flex-preferred-size: 83%;
    flex-basis: 83%; }

/*83.333%*/
.c-grid_item-4-5 {
    -ms-flex-preferred-size: 79.6%;
    flex-basis: 79.6%; }

/*80%*/
.c-grid_item-6-8,
.c-grid_item-3-4 {
    -ms-flex-preferred-size: 74.5%;
    flex-basis: 74.5%; }

/*75%*/
.c-grid_item-2-3 {
    -ms-flex-preferred-size: 66%;
    flex-basis: 66%; }

/*66.66%*/
.c-grid_item-5-8 {
    -ms-flex-preferred-size: 61.75%;
    flex-basis: 61.75%; }

/*62.5%*/
.c-grid_item-3-5 {
    -ms-flex-preferred-size: 59%;
    flex-basis: 59%; }

/*60%*/
.c-grid_item-1-2, .c-grid_item-2-4,
.c-grid_item-3-6, .c-grid_item-4-8 {
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%; }

/*50%*/
.c-grid_item-2-5 {
    -ms-flex-preferred-size: 39%;
    flex-basis: 39%; }

/*40%*/
.c-grid_item-3-8 {
    -ms-flex-preferred-size: 36.25%;
    flex-basis: 36.25%; }

/*37.5%*/
.c-grid_item-1-3,
.c-grid_item-2-6 {
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%; }

/*33.33%*/
.c-grid_item-1-4,
.c-grid_item-2-8 {
    -ms-flex-preferred-size: 23.5%;
    flex-basis: 23.5%; }

/*25%*/
.c-grid_item-1-5 {
    -ms-flex-preferred-size: 18.4%;
    flex-basis: 18.4%; }

/*20%*/
.c-grid_item-1-6 {
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%; }

/*16.66%*/
.c-grid_item-1-7 {
    -ms-flex-preferred-size: 12.77%;
    flex-basis: 12.77%; }

/*14.28%*/
.c-grid_item-1-8 {
    -ms-flex-preferred-size: 10.75%;
    flex-basis: 10.75%; }

/*12.5%*/
/* No spaceing Children */
[class*='c-grid_item-noPadding'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0; }

.c-grid_item-noPadding-1-1 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

.c-grid_item-noPadding-7-8 {
    -ms-flex-preferred-size: 87.5%;
    flex-basis: 87.5%; }

/*87.5%*/
.c-grid_item-noPadding-5-6 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%; }

/*83.333%*/
.c-grid_item-noPadding-4-5 {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%; }

/*80%*/
.c-grid_item-noPadding-3-4 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }

/*75%*/
.c-grid_item-noPadding-2-3 {
    -ms-flex-preferred-size: 66.66%;
    flex-basis: 66.66%; }

/*66.66%*/
.c-grid_item-noPadding-5-8 {
    -ms-flex-preferred-size: 62.5%;
    flex-basis: 62.5%; }

/*62.5%*/
.c-grid_item-noPadding-3-5 {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%; }

/*60%*/
.c-grid_item-noPadding-1-2, .c-grid_item-noPadding-2-4,
.c-grid_item-noPadding-3-6, .c-grid_item-noPadding-4-8 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

/*50%*/
.c-grid_item-noPadding-2-5 {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%; }

/*40%*/
.c-grid_item-noPadding-3-8 {
    -ms-flex-preferred-size: 37.5%;
    flex-basis: 37.5%; }

/*37.5%*/
.c-grid_item-noPadding-1-3,
.c-grid_item-noPadding-2-6 {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%; }

/*33.33%*/
.c-grid_item-noPadding-1-4,
.c-grid_item-noPadding-2-8 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }

/*25%*/
.c-grid_item-noPadding-1-5 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; }

/*20%*/
.c-grid_item-noPadding-1-6 {
    -ms-flex-preferred-size: 16.66%;
    flex-basis: 16.66%; }

/*16.66%*/
.c-grid_item-noPadding-1-7 {
    -ms-flex-preferred-size: 14.28%;
    flex-basis: 14.28%; }

/*14.28%*/
.c-grid_item-noPadding-1-8 {
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%; }

/*12.5%*/
/* Tablet size Children */

/* Mobile size Children */

/***********************************************************
【Label】
***********************************************************/
[class*='c-newLabel'] {
    font-size: .8rem;
    text-align: center;
    color: #fff;
    font-family: 'Rajdhani', sans-serif;
    display: block;
    position: relative;
    z-index: 1;
    padding: 4px 0; }

[class*='c-newLabel']:before,
[class*='c-newLabel']:after {
    background-color: #EA6464;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    z-index: -1; }

/*
.c-newLabel-details {
    font-size: 1rem;
    display: inline;
}
.c-newLabel-details:before,
.c-newLabel-details:after {
    width: 40px;
    height: 40px;
}
*/
[class*='c-newLabel']:after {
    -webkit-transform: translate(-50%, -50%) rotate(20deg);
    -ms-transform: translate(-50%, -50%) rotate(20deg);
    transform: translate(-50%, -50%) rotate(20deg); }

[class*='c-newLabel']:before {
    -webkit-transform: translate(-50%, -50%) rotate(70deg);
    -ms-transform: translate(-50%, -50%) rotate(70deg);
    transform: translate(-50%, -50%) rotate(70deg); }

.c-wantedLabel,
.c-recommendedLabel,
.c-fewLabel,
.c-closeLabel,
.c-stopLabel,
.c-addLabel,
.c-specialLabel,
.c-anytimeLabel {
    background-color: #3C4E65;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 4px 10px;
    font-size: .6rem;
    display: inline-block; }

.c-wantedLabel {
    background-color: #E38D5F; }

/*急募*/
.c-recommendedLabel {
    background-color: #4C9165; }

/*オススメ*/
.c-fewLabel {
    background-color: #827BA2; }

/*あと数席*/
.c-closeLabel {
    background-color: #368EA0; }

/*受付終了*/
.c-stopLabel {
    background-color: #394550; }

/*開催中止*/
.c-addLabel {
    background-color: #B96060; }

/*追加開催*/
.c-specialLabel {
    background-color: #E38D5F; }

/*特別開催*/
.c-anytimeLabel {
    background-color: #4A79A9; }

/*随時募集*/

/***********************************************************
【Link】
***********************************************************/
/*Common*/
[class*='c-link'] {
    display: block;
    padding: 12px 10px;
    border-radius: 4px;
    text-align: center;
    line-height: 120%;
    width: 100%; }

.c-link_border,
[class*='c-link_border-header'],
.c-link_border-secondary,
.c-link_border-widthAuto,
.c-link_border-center,
.c-link_round,
.c-link-submit,
.c-link-internal,
.c-favorite-submit {
    font-size: .8rem; }

[class*='c-link_border'] {
    border: 1px solid #4A79A9;
    background-color: transparent;
    color: #4A79A9; }

[class*='c-link_border']:hover {
    border: 1px solid #269F9A;
    background-color: #fff;
    color: #269F9A; }

.c-link_border {
    max-width: 180px; }

.c-link_border-center {
    max-width: 180px;
    margin: auto; }

.c-link_border-widthAuto {
    width: auto;
    display: inline-block;
    padding: 12px 10px; }

.c-link_border-header,
.c-link_border-header-project {
    padding: 15px;
    margin: auto; }

.c-link_border-header-project {
    width: 50%; }

.c-link_border-primary {
    padding: 15px;
    width: 50%;
    margin: auto; }

.c-link_border-secondary {
    padding: 15px;
    margin: auto; }

/*Rounded*/
.c-link_round {
    padding: 6px 20px;
    border: 1px solid #4A79A9;
    color: #4A79A9;
    border-radius: 20px;
    width: auto;
    max-width: inherit;
    vertical-align: middle;
    max-width: 180px;
    display: inline-block; }

.c-link_round:hover {
    background-color: #4A79A9;
    border-color: #4A79A9;
    color: #fff; }

/*Submit*/
[class*='c-link-submit'] {
    color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 1; }

[class*='c-link-submit']:before,
[class*='c-link-submit']:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block; }

[class*='c-link-submit']:before {
    z-index: -1;
    background: #269F9A; }

[class*='c-link-submit']:after {
    z-index: -2;
    background: -webkit-gradient(linear, left top, right top, from(#269f9a), to(#4a79a9));
    background: linear-gradient(to right, #269f9a 0%, #4a79a9 100%); }

[class*='c-link-submit']:hover:before {
    opacity: 0; }

.c-link-submit,
.c-link-submit-headline {
    max-width: 180px; }

.c-link-submit-widthAuto {
    width: auto;
    display: inline-block;
    padding: 12px 30px; }

[class*='c-link-internal'] {
    border: 1px solid #43A7C4;
    background-color: #fff;
    color: #43A7C4;
    max-width: 180px; }

[class*='c-link-internal']:hover {
    border: 1px solid #fff;
    background-color: #43A7C4;
    color: #fff; }

.c-link-internal-widthAuto {
    width: auto; }

/*Favorite*/
.c-favorite-submit {
    border: 1px solid #43A7C4;
    background-color: transparent;
    color: #43A7C4;
    border-radius: 100px;
    padding: 6px 10px;
    display: inline-block;
    width: auto;
    font-size: .8rem;
    text-align: center;
    line-height: 120%;
    max-width: 180px; }

.c-favorite-submit:hover {
    border: 1px solid #fff;
    background-color: #43A7C4;
    color: #fff; }

/*Width*/
.c-link-widthFull {
    width: 100%; }

.c-link-widthHuge {
    width: 80%; }

.c-link-widthLarge {
    width: 60%; }

.c-link-widthMedium {
    width: 50%; }

.c-link-widthSmall {
    width: 40%; }

.c-link-widthTiny {
    width: 33%; }

.c-link-widthNano {
    width: 25%; }

/***********************************************************
【List】
***********************************************************/
.c-list {
    position: relative; }

/*Unordered list*/
[class*='c-list_item'] {
    position: relative;
    margin-bottom: 6px;
    text-indent: initial;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    line-height: 140%;
    padding: 1px 0 1px 16px; }

[class*='c-list_item']:before {
    position: absolute;
    left: 2px;
    top: 8px;
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    background-color: #3C4E65;
    border-radius: 8px;
    z-index: 2; }

[class*='c-list_item']:last-child {
    margin-bottom: 0; }

/*Ordered list*/
.c-list_item-counter {
    margin-bottom: 20px; }

.c-list_item-counter:before,
.c-list_item-counter-addLink:before {
    counter-increment: item;
    content: counter(item);
    left: -2px;
    top: 3px;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    color: #fff;
    font-size: .8rem;
    font-family: 'Rajdhani', sans-serif;
    line-height: 16px;
    text-align: center; }

.c-list_item-counter-addLink:before {
    top: 9px; }

.c-list_item-counter-addLink .c-list_link {
    width: calc(100% + 20px);
    padding: 6px 5px 6px 20px;
    margin-left: -20px; }

/*Add link list*/
.c-list_item-addLink,
.c-list_item-counter-addLink {
    padding: 0 0 0 16px; }

.c-list_item-addLink:before {
    top: 15px; }

.c-list_item-addLink:hover:before,
.c-list_item-counter-addLink:hover:before {
    background-color: #269F9A; }

/*Add border list*/
.c-list_item-addBorder {
    padding-bottom: 8px;
    border-bottom: 1px solid #B2C4C7; }

.c-list_item-addBorder:last-child {
    padding-bottom: 0;
    border-bottom: none; }

/*Link*/
[class*='c-list_link'] {
    color: #3C4E65;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% + 16px);
    line-height: 140%;
    padding: 9px 5px 9px 16px;
    z-index: 1;
    margin-left: -16px; }
[class*='c-list_link'] .fas {
    padding-left: 5px; }

[class*='c-list_link']:hover {
    color: #269F9A;
    background-color: #FAFBFC; }

.c-list_link-footer:hover,
.c-list_link-entry:hover {
    background-color: #fff; }

/***********************************************************
【List decoration】
***********************************************************/
/* List color */
.c-listDecoration-green:before,
.c-listDecoration-green:hover:before {
    background-color: #269F9A; }

.c-listDecoration-viridian:before,
.c-listDecoration-viridian:hover:before {
    background-color: #4C9165; }

.c-listDecoration-ochre:before,
.c-listDecoration-ochre:hover:before {
    background-color: #C4AF6C; }

.c-listDecoration-orange:before,
.c-listDecoration-orange:hover:before {
    background-color: #E38D5F; }

.c-listDecoration-cyan:before,
.c-listDecoration-cyan:hover:before {
    background-color: #43A7C4; }

.c-listDecoration-brown:before,
.c-listDecoration-brown:hover:before {
    background-color: #AC8B7A; }

.c-listDecoration-maroon:before,
.c-listDecoration-maroon:hover:before {
    background-color: #B96060; }

.c-listDecoration-navy:before,
.c-listDecoration-navy:hover:before {
    background-color: #3C4E65; }

/* Link text color */
.c-listDecoration-green:hover [class*='_link'] {
    color: #269F9A; }

.c-listDecoration-viridian:hover [class*='_link'] {
    color: #4C9165; }

.c-listDecoration-ochre:hover [class*='_link'] {
    color: #C4AF6C; }

.c-listDecoration-orange:hover [class*='_link'] {
    color: #E38D5F; }

.c-listDecoration-cyan:hover [class*='_link'] {
    color: #43A7C4; }

.c-listDecoration-brown:hover [class*='_link'] {
    color: #AC8B7A; }

.c-listDecoration-maroon:hover [class*='_link'] {
    color: #B96060; }

.c-listDecoration-navy:hover [class*='_link'] {
    color: #3C4E65; }

/*old color: #269F9A;*/
/***********************************************************
【Project】
***********************************************************/
/*Header*/
.p-megaMenu-list_item {
    padding: 0 0 0 16px;
    margin-bottom: 0;
    position: relative;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border-bottom: 1px solid #fff; }

.p-megaMenu-list_item:last-child {
    border: none; }

.p-megaMenu_list_description,
.c-list_link:hover .p-megaMenu_list_description {
    color: #3C4E65; }

/*Header Phone*/
.p-phone-list_item {
    margin-bottom: 3px; }

/*Faq page*/
.p-faq-list_item {
    margin-bottom: 3px; }

/*Form error*/
.p-error-list_item {
    color: #EA6464;
    border-bottom-color: #F4DEDE; }

.p-error-list_item:before {
    background-color: #EA6464; }

/*Footer*/
.p-footer-list_item {
    margin-bottom: 0; }

/*Footer form*/
.p-form-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.p-form-list_item,
.p-form-list_item-wide {
    display: inline-block;
    width: 160px;
    padding-right: 30px;
    margin-bottom: 0; }

.p-form-list_item-wide {
    width: 260px; }

.p-form-list_item:last-child {
    padding-right: 0; }

/***********************************************************
【Global navigation PC】
***********************************************************/
.p-globalNav {
    -ms-flex-preferred-size: 84%;
    flex-basis: 84%; }

.p-globalNav_tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }

[class*='p-globalNav_tab'] {
    font-size: .8rem;
    min-width: 80px;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11%;
    flex: 0 0 11%;
    height: 60px;
    position: relative; }

[class*='p-globalNav_link'] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

[class*='p-globalNav_text'] {
    position: relative; }

[class*='p-globalNav_link']:hover {
    color: #269F9A;
    background-color: #EFF3F4; }

/* Gnav count favorite */
.p-globalNav_tab-count {
    line-height: 1; }

.p-globalNav_text-count {
    padding-top: 6px; }

.p-globalNav_item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    font-size: .6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.p-globalNav_number {
    color: #43A7C4;
    font-size: 2.2rem;
    font-family: 'Rajdhani', sans-serif;
    display: block; }

/* Gnav project */
.p-globalNav_tab-project {
    background-color: rgba(203, 231, 239, 0.5); }

/* Gnav favorite */
.p-globalNav_tab-favorite {
    background-color: #43A7C4;
    color: #fff; }

.p-globalNav_link-favorite:hover {
    background-color: #269F9A;
    color: #fff; }

/* Gnav project,Gnav event,Gnav tips*/
.p-globalNav_tab-project:hover,
.p-globalNav_tab-event:hover,
.p-globalNav_tab-tips:hover {
    background-color: #EFF3F4; }

/* Gnav beginner*/
.p-globalNav_tab-beginner {
    min-width: 110px; }

.p-globalNav_text-beginner {
    text-indent: 10px; }

.p-icon-beginner {
    width: 12px;
    height: 12px;
    background-image: url("/img/svg/common/beginner.svg");
    position: absolute;
    top: 3px;
    left: 0; }

/* Gnav client*/
.p-globalNav_tab-client {
    min-width: 110px; }

.p-globalNav_link-client {
    border-left: 2px solid #233752;
    border-right: 2px solid #233752;
    border-bottom: 2px solid #233752; }

.p-globalNav_link-client:hover {
    color: #269F9A;
    border-left: 2px solid #269F9A;
    border-right: 2px solid #269F9A;
    border-bottom: 2px solid #269F9A; }

/* Gnav entry*/
.p-globalNav_link-entry {
    height: 100%;
    color: #fff;
    overflow: hidden;
    z-index: 1; }

.p-globalNav_link-entry:before,
.p-globalNav_link-entry:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block; }

.p-globalNav_link-entry:before {
    z-index: -1;
    background-color: #233752; }

.p-globalNav_link-entry:after {
    z-index: -2;
    background: -webkit-gradient(linear, left top, right top, from(#269f9a), to(#4a79a9));
    background: linear-gradient(to right, #269f9a 0%, #4a79a9 100%); }

.p-globalNav_link-entry:hover:before {
    opacity: 0; }

.p-globalNav_link-entry:hover {
    color: #fff; }

/*-- Header mega menu --*/
/* Mega menu    */
.c-megaMenu {
    position: absolute;
    top: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #EFF3F4;
    padding: 20px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: auto;
    border-radius: 4px;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: none;
    -webkit-filter: drop-shadow(0 3px 2px rgba(20, 30, 44, 0.2));
    filter: drop-shadow(0 3px 2px rgba(20, 30, 44, 0.2)); }

.safari .c-megaMenu {
    will-change: filter; }

.p-globalNav_tab-project:hover .p-megaMenu-project,
.p-globalNav_tab-event:hover .p-megaMenu-event,
.p-globalNav_tab-tips:hover .p-megaMenu-tips {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.p-megaMenu-project {
    width: 700px;
    z-index: 3; }

.p-megaMenu-event {
    width: 350px;
    z-index: 2; }

.p-megaMenu-tips {
    width: 350px;
    z-index: 1; }

.p-megaMenu_box {
    width: 100%; }

.p-megaMenu_block-half {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%; }

.p-megaMenu_block-third {
    width: 32%; }

.p-megaMenu_block-quarter {
    width: 23%; }

.p-megaMenu_list {
    text-align: left;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .8rem; }

.p-megaMenu_list_title {
    font-size: 1rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    list-style-image: url(data:0); }

.p-megaMenu_list_description {
    font-size: .6rem;
    display: block; }

.p-megaMenu_bottom {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-top: 20px; }

/***********************************************************
【Global navigation SP】
***********************************************************/
/*Logo*/
.p-spLogo {
    font-size: .8rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px 0; }

.p-spLogo_link {
    width: 50%; }

.p-spLogo_link:hover {
    opacity: .7; }

.p-spLogo_img {
    vertical-align: middle;
    height: 30px; }

/*-- Accodion menu --*/
/*list on off*/
.p-treeMenu_block,
.p-treeMenu_list-child,
.p-treeMenu_list-grandchild {
    background-color: #fff;
    overflow: hidden;
    height: 0;
    padding: 0;
    opacity: 0; }

.p-treeMenu_check:checked + .p-treeMenu_list-child {
    height: auto;
    padding: 10px 10px 0;
    opacity: 1; }

.p-treeMenu_check:checked ~ .p-treeMenu_block {
    height: auto;
    padding: 10px;
    opacity: 1; }

.p-treeMenu_check-child:checked + .p-treeMenu_list-grandchild {
    height: auto;
    opacity: 1; }

/*list*/
.p-treeMenu {
    width: 100%;
    margin-bottom: 40px; }

/*list item*/
.p-treeMenu_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

[class*='p-treeMenu_list_item'] {
    position: relative;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

.p-treeMenu_list_item-child,
.p-treeMenu_list_item-grandchild {
    text-align: left;
    border-bottom: 1px solid #B2C4C7;
    margin-bottom: 0; }

.p-treeMenu_list_item-child:last-child,
.p-treeMenu_list_item-grandchild:last-child {
    border-bottom: none; }

.p-treeMenu_list_item-half {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

/*link*/
[class*='p-treeMenu_link'] {
    padding: 10px;
    display: block;
    background-color: #F9FAFB;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.p-treeMenu_link-1,
.p-treeMenu_link-3,
.p-treeMenu_link-5 {
    background-color: #F9FAFB; }

.p-treeMenu_link-2,
.p-treeMenu_link-4 {
    background-color: #EFF3F4; }

.p-treeMenu_link-child {
    background-color: #fff;
    padding: 10px 10px 10px 15px; }

[class*='p-treeMenu_link']:hover {
    background-color: #fff; }

.p-treeMenu_link-5 {
    padding: 10px; }

.p-treeMenu_link-6 {
    background-color: #43A7C4;
    color: #fff;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .6rem; }

.p-treeMenu_link-7 {
    background-color: #4A79A9;
    color: #fff;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .6rem; }

.p-treeMenu_link-6:hover {
    background-color: #269F9A; }

.p-treeMenu_link-7:hover {
    background-color: #233752; }

.p-treeMenu_link-8 {
    color: #fff;
    background-color: transparent; }

.p-treeMenu_link-8:before,
.p-treeMenu_link-8:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block; }

.p-treeMenu_link-8:before {
    z-index: -1;
    background-color: #269F9A; }

.p-treeMenu_link-8:after {
    z-index: -2;
    background: -webkit-gradient(linear, left top, right top, from(#269f9a), to(#4a79a9));
    background: linear-gradient(to right, #269f9a 0%, #4a79a9 100%); }

.p-treeMenu_link-8:hover {
    background-color: transparent; }

.p-treeMenu_link-8:hover:before {
    opacity: 0; }

.p-treeMenu_link-article {
    padding: 10px;
    display: block;
    background-color: #fff;
    border: 1px solid #4A79A9;
    color: #4A79A9;
    border-radius: 4px; }

.p-treeMenu_link-article:hover {
    background-color: #CCE6E5;
    border: 1px solid #269F9A;
    color: #269F9A; }

/*icon*/
.p-icon-beginner-sp {
    width: 12px;
    height: 12px;
    background-image: url("/img/svg/common/beginner.svg");
    position: absolute;
    top: 50%;
    left: 3px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }

/*open close*/
.p-treeMenu_button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    background-color: #DBE6E8;
    width: 40px;
    height: 40px;
    text-align: center; }

.p-treeMenu_button:hover {
    background-color: #4A79A9;
    color: #fff; }

/*open close child*/
.p-treeMenu_button-child {
    padding: 10px;
    display: block;
    background-color: #fff;
    position: relative;
    text-align: left; }

.p-treeMenu_button-child:hover {
    background-color: #F9FAFB; }

.p-treeMenu_button-icon {
    position: absolute;
    top: 50%;
    right: 5px;
    padding: 10px;
    background-color: #DBE6E8;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }

.p-treeMenu_button-icon:before {
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.p-treeMenu_button-child:hover .p-treeMenu_button-icon {
    background-color: #4A79A9;
    color: #fff; }

/*-- Header drawer menu --*/
.p-drawerNav {
    display: none; }

/***********************************************************
【Slider】
***********************************************************/
/*Slider1*/
.p-formSlide {
    width: 100%;
    overflow: auto;
    position: relative; }

[class*='-formSlide_item'] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-height: 0;
    opacity: 0;
    overflow-y: hidden;
    position: absolute; }

.c-formSlideControl-1:checked ~ .p-formSlide .c-formSlide_item-1,
.c-formSlideControl-2:checked ~ .p-formSlide .c-formSlide_item-2,
.c-formSlideControl-3:checked ~ .p-formSlide .c-formSlide_item-3,
.c-formSlideControl-4:checked ~ .p-formSlide .c-formSlide_item-4,
.c-formSlideControl-5:checked ~ .p-formSlide .c-formSlide_item-5,
.c-formSlideControl-6:checked ~ .p-formSlide .c-formSlide_item-6,
.c-formSlideControl-7:checked ~ .p-formSlide .c-formSlide_item-7 {
    max-height: initial;
    opacity: 1;
    position: relative;
    overflow: hidden; }

/*Slider2*/
.p-formSlide-experience {
    width: 100%;
    overflow: auto;
    position: relative; }

.c-formExperienceControl-1:checked ~ .p-formSlide-experience .c-formSlide_item-project1,
.c-formExperienceControl-2:checked ~ .p-formSlide-experience .c-formSlide_item-project2,
.c-formExperienceControl-3:checked ~ .p-formSlide-experience .c-formSlide_item-project3 {
    max-height: initial;
    opacity: 1;
    position: relative; }

/*Slider3*/
.p-form_selectList {
    padding-top: 20px; }

.p-form_selectList_item {
    display: inline-block; }

.p-formSlide-careerSkill {
    width: 100%;
    overflow: auto;
    position: relative; }

.p-formCareerControl:checked ~ .p-formSlide-careerSkill .c-formSlide_item-career,
.p-formSkillControl:checked ~ .p-formSlide-careerSkill .c-formSlide_item-skill {
    max-height: initial;
    opacity: 1;
    position: relative; }

/*Slider4 add JS*/
.c-formSlide_on {
    display: block; }

.c-formSlide_off {
    display: none; }

/***********************************************************
【Definition list】
***********************************************************/
/*Basic*/
.c-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #B2C4C7; }

[class*='c-table_title'] {
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
    background-color: #DBE6E8;
    padding: 12px 10px;
    border-bottom: 1px solid #B2C4C7;
    color: #233752;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: .7rem;
    text-indent: initial; }

[class*='c-table_description'] {
    -ms-flex-preferred-size: 85%;
    flex-basis: 85%;
    padding: 12px 10px;
    border-bottom: 1px solid #B2C4C7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #FAFBFC;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-indent: initial; }

/*Half size*/
.c-table_title-half {
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%; }

.c-table_description-half {
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%; }

/*Headline*/
.c-table-headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #B2C4C7;
    word-wrap: anywhere; }

[class*='c-table_title-headline'] {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    padding: 10px 10px;
    font-size: .7rem; }

[class*='c-table_description-headline'] {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    padding: 10px 10px; }

.c-table_title-headline-half {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; }

.c-table_description-headline-half {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%; }

/*Details*/
.c-table-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #B2C4C7;
    word-wrap: anywhere; }

.c-table_description-detail {
    display: initial; }

/*Transparent bg*/
.c-table-transparent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.c-table-transparent_title {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    padding: 16px 10px 12px;
    border-bottom: 1px solid #B2C4C7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: .7rem;
    text-indent: initial; }

.c-table-transparent_description {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    padding: 12px 10px;
    border-bottom: 1px solid #B2C4C7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-indent: initial; }

/*Card*/
.c-table-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #B2C4C7; }

/*Card Project*/
[class*='c-table_title-card'] {
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
    padding: 8px 10px;
    font-size: .6rem; }

[class*='c-table_description-card'] {
    -ms-flex-preferred-size: 85%;
    flex-basis: 85%;
    padding: 8px 10px;
    font-size: .8rem; }

.c-table_title-card-half {
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%; }

.c-table_description-card-half {
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%; }

/*Card Event*/
.c-table_title-card-event {
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%; }

.c-table_description-card-event {
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%; }

/*Card transparent bg*/
.c-table-card-transparent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.c-table-card-transparent_title {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    padding: 2px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: .6rem; }

.c-table-card-transparent_description {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    padding: 2px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: .8rem; }

/***********************************************************
【Text】
***********************************************************/
/*Rajdhani font*/
.c-text_capacity-detail,
.c-text_price-detail,
.c-text_number,
.c-text_capacity,
.c-text_price,
.c-text_date,
.c-text_date-home,
.c-text_time,
.c-text_year {
    font-family: 'Rajdhani', sans-serif; }

.c-text_capacity-detail,
.c-text_price-detail {
    font-size: 2rem; }

.c-text_number {
    font-size: 1.8rem; }

.c-text_capacity,
.c-text_price,
.c-text_date,
.c-text_time {
    font-size: 1.4rem; }

.c-text_year {
    font-size: .8rem;
    padding-top: 3px;
    padding-right: 2px; }

.c-text_date-home {
    font-size: 1rem; }

.c-text_day {
    font-size: .7rem;
    padding-top: 2px;
    margin-left: -2px; }

/*Text space*/
.p-mainContent_text-marginTop {
    margin-top: 20px; }

.p-mainContent_text-marginBottom {
    margin-bottom: 10px; }

/*Text link*/
.c-text_link {
    color: #4A79A9; }

.c-text_link:hover {
    color: #269F9A; }

/* Text size */
.c-text_small {
    font-size: .7rem; }

/***********************************************************
【Title】
***********************************************************/
/*Page title*/
.c-headline_h1 {
    font-size: 2.6rem;
    position: relative;
    padding-left: 20px;
    line-height: 120%; }

.c-headline_h1:before {
    content: "";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 80%;
    border-radius: 3px;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: -webkit-gradient(linear, left top, left bottom, from(#269F9A), to(#4A79A9));
    background: linear-gradient(to bottom, #269F9A, #4A79A9); }

/*Outer title*/
.c-outerTitle-h1,
.c-outerTitle-h2,
.c-outerTitle-h3,
.c-outerTitle-h4,
.c-outerTitle-h5,
.c-outerTitle-h6 {
    position: relative;
    padding-left: 40px;
    line-height: 120%;
    display: inline-block; }

.c-outerTitle-h1:before,
.c-outerTitle-h2:before,
.c-outerTitle-h3:before,
.c-outerTitle-h4:before,
.c-outerTitle-h5:before,
.c-outerTitle-h6:before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }

.c-outerTitle-h1 {
    padding-left: 36px; }

.c-outerTitle-h1:before {
    background-image: url("/img/svg/title/outer-h1.svg");
    width: 28px;
    height: 28px; }

.c-outerTitle-h2 {
    padding-left: 32px; }

.c-outerTitle-h2:before {
    background-image: url("/img/svg/title/outer-h2.svg");
    width: 24px;
    height: 24px; }

.c-outerTitle-h3 {
    padding-left: 28px; }

.c-outerTitle-h3:before {
    background-image: url("/img/svg/title/outer-h3.svg");
    width: 20px;
    height: 20px; }

.c-outerTitle-h4 {
    padding-left: 22px; }

.c-outerTitle-h4:before {
    background-image: url("/img/svg/title/outer-h4.svg");
    width: 14px;
    height: 14px; }

.c-outerTitle-h5 {
    padding-left: 16px; }

.c-outerTitle-h5:before {
    background-image: url("/img/svg/title/outer-h5.svg");
    width: 10px;
    height: 10px; }

.c-outerTitle-h6 {
    padding-left: 12px; }

.c-outerTitle-h6:before {
    background-image: url("/img/svg/title/outer-h6.svg");
    width: 6px;
    height: 6px; }

/*Inner title*/
.c-innerTitle-blueGreen,
.c-innerTitle-grayGray,
.c-innerTitle-orangeRed {
    position: relative;
    padding: 5px 0;
    line-height: 120%;
    width: 100%; }

.c-innerTitle-blueGreen:after,
.c-innerTitle-grayGray:after,
.c-innerTitle-orangeRed:after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    border-radius: 1px;
    position: absolute;
    left: 0;
    bottom: 0; }

.c-innerTitle-blueGreen:after {
    background: -webkit-gradient(linear, left top, right top, from(#269F9A), to(#4A79A9));
    background: linear-gradient(to right, #269F9A, #4A79A9); }

.c-innerTitle-grayGray:after {
    background: -webkit-gradient(linear, left top, right top, from(#DBE6E8), to(#B2C4C7));
    background: linear-gradient(to right, #DBE6E8, #B2C4C7); }

.c-innerTitle-orangeRed:after {
    background: -webkit-gradient(linear, left top, right top, from(#E38D5F), to(#EA6464));
    background: linear-gradient(to right, #E38D5F, #EA6464); }

/*Title space*/
.p-mainContent_title-marginTop {
    margin-top: 40px; }

.p-mainContent_title-marginTop-small {
    margin-top: 20px; }

.p-mainContent_title-marginBottom {
    margin-bottom: 10px; }

.c-text_block {
    color: #4b4b4b;
    background: rgba(0, 0, 0, 0.05);
    padding: 14px 10px 20px 28px;
    border-color: #d2cab9;
    margin: 0 0 20px 0; }

/* Project もう一つ階層作るか考え中
   ----------------------------------------------------------------- */
/***********************************************************
【Alert】古いブラウザ用
***********************************************************/
.p-alert {
    z-index: 11;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    /*
    cursor: pointer;
    background-color: rgba(178, 196, 199, .8);
    */ }

.p-alert-legacy {
    display: block;
    position: fixed;
    top: 25%;
    left: 20%;
    width: 60%;
    height: 50%;
    background-color: #fafbfc;
    text-align: center;
    padding: 40px 10px 40px;
    z-index: 12;
    border-radius: 4px;
    -webkit-filter: drop-shadow(0 2px 2px rgba(20, 30, 44, 0.2));
    filter: drop-shadow(0 2px 2px rgba(20, 30, 44, 0.2));
    cursor: auto; }

.p-display-on {
    display: block !important; }

.p-alertLogo_img {
    display: block;
    width: 150px;
    height: auto;
    margin: auto; }

.p-alert_title {
    display: block;
    font-size: 1.2rem;
    line-height: 120%;
    padding: 20px 0 10px;
    color: #EA6464; }

.p-alert_link,
.p-alert_link-close {
    display: inline-block;
    margin-top: 20px;
    padding: 15px 20px;
    border-radius: 4px;
    width: 40%;
    color: #fff; }

.p-alert_link {
    background-color: #4A79A9; }
.p-alert_link:hover {
    background-color: #269F9A; }

.p-alert_link-close {
    background-color: #B2C4C7; }
.p-alert_link-close:hover {
    background-color: #7A8995; }

/***********************************************************
【Animation】mouse on hover
***********************************************************/
/*Link button*/
[class*='p-globalNav_link'],
.p-globalNav_tab-project,
.p-sortNav_link,
.p-sortNav_link-active,
.p-sortNav_link-circle,
.p-breadcrumbNav_link,
.p-projectSkillNav_link,
.p-paginationNav_link,
.p-paginationNav_link-active,
.p-paginateNav_link,
.p-searchBox_button-close,
.p-searchBox_button-open,
.p-searchResult_addWord,
.p-backToTop_link,
.p-content_link,
.p-recommendWord_link,
.p-engineerEntry_link,
.p-serviceBanner_link,
.p-guide_img,
.p-beginner_img,
.p-formButton-select,
.p-formButton-clear,
.p-formButton-download_link,
.p-formButton-previous,
.p-formButton-unanswered,
.p-formButton-home,
.p-experienceNav_submit,
.p-searchResult_submit,
.p-searchButton-submit,
.p-searchResultButton-close,
.p-card-news_link,
.p-card-news-ticker_link,
.p-card-detail_link,
.p-card-detail_link-small,
.c-button-round-addClose,
[class*='c-list_item']:before,
[class*='c-list_link'],
.c-form-checkbox,
.c-form-radio,
.c-text_link,
.c-share_link-tips-index,
.c-share_link-tips-details,
[class*='c-panelLabel-'],
[class*='c-link_border'],
.c-link_round,
.c-link-internal,
.c-favorite-submit,
.c-privacy_link,
.c-text_link,
.c-category_link,
.c-category_link-detail,
.c-card_title_link {
    -webkit-transition: background-color .5s, color .5s, border .5s;
    transition: background-color .5s, color .5s, border .5s; }

/*Gradation*/
.c-link-submit:before,
.c-link-submit-headline:before,
.c-link-submit-widthAuto:before,
.p-formButton-next:before,
.p-formButton-submit:before,
.p-globalNav_link-entry:before,
.p-entryButton:before,
.p-card-detail_submit:before,
.p-card-detail_submit-small:before,
.p-projectSkill_submit:before,
.p-footerConversion_link-1:before,
.p-footerConversion_link-2:before {
    -webkit-transition: .5s;
    transition: .5s; }

/*Image*/
.p-headerLogo_link,
.p-headerLogo_img,
.p-spLogo_link,
.p-spLogo_img,
.p-footerLogo_link,
.p-footerLogo_img,
.p-copyright_link,
.p-copyright_logo,
.p-preferenceIcon_link,
.p-preferenceIcon_img,
.p-serviceBanner_tab_img,
.p-serviceGuide_img-link {
    opacity: 1;
    -webkit-transition: .5s;
    transition: .5s; }

/*Sidebar Image*/
.p-serviceBanner_tab_img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

.p-serviceBanner_tab_img:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1 !important; }

/***********************************************************
【Animation】item click
***********************************************************/
.p-searchTabbar,
.p-faq_block-question,
.p-faq_block-answer {
    -webkit-transition: .5s;
    transition: .5s; }

/* Form */
.p-checkbox-eZineProject,
.p-form_selectGroup-eZineProject,
[type="checkbox"]:checked + .c-form-checkbox:after,
[type="checkbox"]:not(:checked) + .c-form-checkbox:after,
[type="radio"]:checked + .c-form-radio:after,
[type="radio"]:not(:checked) + .c-form-radio:after {
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }

/***********************************************************
【Animation】auto
***********************************************************/
/* Header */
.p-header-top {
    -webkit-transition: .3s;
    transition: .3s;
}

/* SP Navigation */

/* Slider */
[class*='-formSlide_item'] {
    -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); }

/***********************************************************
【Card】project
***********************************************************/
/*Card wrapper*/
.p-article-home {
    position: relative;
    padding-top: 60px; }

.p-article-home:first-child {
    padding-top: 0; }

.p-article-project,
.p-article-event,
.p-article-tips {
    padding: 10px 0 0; }

.p-article-news {
    padding: 20px 0 10px; }

/*layout*/
.p-card-project {
    margin-bottom: 20px;
    width: 100%; }

.p-card-event {
    margin-bottom: 20px; }

.p-card-event-home {
    padding: 15px 20px 10px;
    margin-bottom: 20px; }

.p-card-tips {
    padding: 20px;
    margin-bottom: 20px; }

.p-card-tips-home {
    padding: 15px 20px;
    margin-bottom: 20px; }

.p-card-news {
    padding: 20px 0;
    margin-bottom: 10px;
    position: relative;
    z-index: 1; }

.p-card-news-ticker {
    padding: 10px 20px 10px 10px;
    position: relative;
    z-index: 1;
    border-radius: 0 4px 4px 0;
    height: 42px; }

/*Project*/
.p-card_block-project-1 {
    text-align: center;
    margin-top: 10px; }

/*Event*/
.p-card_block-event-1 {
    margin-top: 10px; }

.p-card_block-event-2 {
    margin-top: 10px; }

.p-card_block-eventHome-1 {
    padding-top: 10px; }

.p-card_block-eventHome-2 {
    padding-top: 5px; }

.p-card_block-eventHome-3 {
    padding-top: 5px; }

.p-card_block-eventHome-5 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.p-table-card-transparent_title-area {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

.p-table-card-transparent_description-area {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

/*Tips*/
.p-card_block-tips-1 {
    padding-top: 10px; }

.p-card_block-tips-2 {
    text-align: right; }

.p-card_block-tips-3 {
    padding-top: 5px;
    text-align: center; }

.p-card_block-tipsHome-1 {
    padding-top: 5px; }

.p-card_block-tipsHome-2 {
    padding-top: 10px; }

.p-card_block-tipsHome-3 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

/*News*/
.p-card_block-news-1 {
    margin-top: 0; }

.p-card_block-news-2 {
    margin-top: 10px; }

/*News time*/
.p-card_time {
    font-family: 'Rajdhani', sans-serif;
    z-index: 2;
    position: relative;
    font-size: .8rem;
    display: block;
    padding-top: 3px;
    padding-right: 10px; }

/*News link*/
.p-card-news-ticker_link,
.p-card-news_link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2667A7;
    padding-left: 10px;
    padding-right: 10px; }

.p-card-news_link:hover {
    background-color: #CCE6E5;
    border-radius: 4px;
    color: #269F9A; }

.p-card-news-ticker_link {
    height: 42px;
    color: #2667A7; }

.p-card-news-ticker_link:hover {
    background-color: #CCE6E5;
    border-radius: 0 4px 4px 0;
    color: #269F9A; }

/*Event label*/
.p-event-beginner_label,
.p-event-independence_label,
.p-event-event_label,
.p-event-others_label {
    padding: 3px 17px;
    border-radius: 20px;
    font-size: .6rem;
    color: #fff;
    display: inline-block; }

.p-event-beginner_label {
    background-color: #C4AF6C; }

.p-event-independence_label {
    background-color: #B47F9F; }

.p-event-event_label {
    background-color: #368EA0; }

.p-event-others_label {
    background-color: #AC8B7A; }

/***********************************************************
【Detail Page】
***********************************************************/
/*Headline*/
.p-detail_block-event-1 {
    margin-top: 10px; }

/*Page title*/
.c-detailStatus_new {
    background-color: #EA6464;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 6px 20px;
    font-size: .8rem;
    width: auto;
    display: inline-block; }

/*Contents*/
.p-preferenceIcon_link {
    padding: 2px;
    color: #4a79a9; }

.p-preferenceIcon_link:hover {
    padding: 2px;
    color: #269F9A; }

.p-preferenceIcon_img {
    font-size: 50px;
    border-radius: 4px; }

.p-preferenceIcon_link:hover .p-preferenceIcon_img {
    background-color: #fff; }

.p-preferenceIcon_text {
    display: none; }

.p-detail_entry {
    margin: auto;
    text-align: center;
    padding: 30px 0; }

.p-detail_attention {
    background-color: #FAFBFC;
    padding: 20px;
    border-radius: 4px; }

.p-detail_attention_text {
    font-size: .8rem; }

.c-detail_img {
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: block; }

.c-detail_img img {
    width: 100%;
    height: auto; }

.p-event_title-instructor {
    border-bottom: 1px solid #B2C4C7;
    padding-bottom: 5px; }

/*Link*/
.p-content_link {
    color: #4A79A9; }

.p-content_link:hover {
    color: #269F9A; }

/*Headline icon*/
.p-headlineIcon {
    padding-right: 5px; }

/*Alert*/
[class*='p-detail_text-alert'] {
    color: #43A7C4;
    background-color: #fff;
    border: 1px solid #43A7C4;
    text-align: center;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 20px;
    font-size: .8rem; }

.p-detail-tips_box-1 {
    padding-top: 40px;
    width: 100%; }

/***********************************************************
【Page title】
***********************************************************/
.c-headline {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #FAFBFC; }

.c-headline_box {
    width: 100%;
    padding-top: 20px;
    position: relative; }

.c-headline_box-addThumbnail {
    position: relative;
    padding-top: 20px; }

.c-headline_img {
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: block; }
.c-headline_img img {
    width: 100%; }

.c-headline-event .c-text_year,
.c-headline-event .c-text_date,
.c-headline-event .c-text_day {
    color: #EA6464; }

.c-headline-stop .c-headline_img:before {
    background: rgba(20, 30, 44, 0.8);
    display: inline-block;
    color: #B2C4C7;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    content: "中止しました"; }

.c-headline-close .c-headline_img:before {
    background: rgba(20, 30, 44, 0.8);
    display: inline-block;
    color: #B2C4C7;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    content: "終了しました"; }

.c-headline-over .c-headline_img:before {
    background: rgba(20, 30, 44, 0.8);
    display: inline-block;
    color: #B2C4C7;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    content: "受付終了"; }

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

[class^="p-icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.p-icon-b-to-b:before {
    content: "\e000"; }

.p-icon-b-to-c:before {
    content: "\e001"; }

.p-icon-clean-office:before {
    content: "\e002"; }

.p-icon-cutting-edge:before {
    content: "\e003"; }

.p-icon-half-remote:before {
    content: "\e004"; }

.p-icon-high-rate:before {
    content: "\e005"; }

.p-icon-large-scale:before {
    content: "\e006"; }

.p-icon-late-morning:before {
    content: "\e007"; }

.p-icon-long-term-project:before {
    content: "\e008"; }

.p-icon-new-project:before {
    content: "\e009"; }

.p-icon-no-dress-code:before {
    content: "\e010"; }

.p-icon-not-24365:before {
    content: "\e011"; }

.p-icon-popular-with-women:before {
    content: "\e012"; }

.p-icon-remote:before {
    content: "\e013"; }

.p-icon-small-scale:before {
    content: "\e014"; }

.p-icon-stable-operation:before {
    content: "\e015"; }

.p-icon-start-up:before {
    content: "\e016"; }

.p-icon-station-close:before {
    content: "\e017"; }

.p-icon-welcome-expert:before {
    content: "\e018"; }

.p-icon-welcome-inexperienced:before {
    content: "\e019"; }

.p-icon-welcome-young:before {
    content: "\e020"; }

/***********************************************************
【Key Visual】いずれ分割したい
***********************************************************/
.p-keyVisual {
    width: 100%;
    padding-top: 6%;
    padding-bottom: 6%; }

.p-keyVisual-top {
    background-image: url("/img/home/home-keyVisual-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #DBE6E8;
    background-position: bottom center;
    background-attachment: fixed;
    padding-top: 80px;
    padding-bottom: 20px;
    z-index: 1;
    margin-top: -60px; }

.safari .p-keyVisual-top {
    background-image: url("/img/home/home-keyVisual-bg.jpg"); }

.p-keyVisualContent-top {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 0 20px; }

.p-keyVisualContent-top_item-1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2; }

.p-keyVisualContent-top_item-2 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3 / 5;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.p-keyVisualContent-top_item-3 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
    grid-column: 5 / 8;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.p-keyVisualContent-top_item-4 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 3;
    grid-column: 6 / 9;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.p-keyVisualContent-top_item-5 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1 / 7;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 8; }

.p-keyVisualContent-top_item-6 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 8;
    grid-column: 1 /9;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
    z-index: 7; }

.p-keyVisualContent-top_item-7 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 8;
    grid-column: 1 / 9;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4 / 5; }

.p-keyVisual-top_img {
    width: 100%;
    display: block;
    height: auto; }

/***********************************************************
【Entry Link】いずれ分割したい
***********************************************************/
.p-entryLink-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.p-entryLink_bg {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px 10px;
    text-align: center;
    border-radius: 4px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%; }

.p-entryLink_title {
    font-size: .8rem;
    position: relative;
    z-index: 2;
    padding-bottom: 4px; }

.p-entryLink_title:before {
    content: "";
    border-top: 1px solid #B2C4C7;
    display: block;
    width: 100%;
    position: absolute;
    bottom: -2px;
    z-index: -1; }

.p-entryLink_text {
    font-size: .7rem;
    padding: 10px; }

.p-entryButton {
    text-align: center;
    border-radius: 4px;
    padding: 20px 10px;
    display: block;
    text-decoration: none;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1; }

.p-entryButton:before,
.p-entryButton:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block; }

.p-entryButton:before {
    z-index: -1;
    border: 2px solid #3C4E65;
    background-color: #EA6464; }

.p-entryButton:after {
    z-index: -2;
    border: 2px solid #141E2C;
    background: -webkit-gradient(linear, left top, right top, from(#269f9a), to(#4a79a9));
    background: linear-gradient(to right, #269f9a 0%, #4a79a9 100%); }

.p-entryButton:hover:before {
    opacity: 0; }

.p-entryButton_annotated {
    font-size: .6rem;
    display: block;
    color: #fff; }

.p-entryButton:hover .p-entryButton_annotated {
    color: #fff; }

.p-entryButton_entry {
    font-size: 1.2rem;
    display: block;
    color: #fff; }

/***********************************************************
【Chart List】いずれ分割したい
***********************************************************/
.p-chartGraph-donut {
    width: 100%;
    height: auto; }

.p-chartGraph-donut-project {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.p-chartGraph-donut_canvas {
    width: 100%;
    height: 100%; }

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

.p-chartList_title {
    font-size: 1.2rem; }

.p-chartList_tabs {
    padding-left: 15px; }

.p-chartList_tabs-skill {
    padding-top: 10px;
    padding-left: 15px; }

.p-chartList_tab {
    font-size: 1rem;
    position: relative;
    line-height: 120%;
    padding-bottom: 5px; }

.p-chartList_tab:before {
    padding-right: 0;
    position: absolute;
    left: -14px;
    top: 6px;
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    background-color: #4A79A9;
    border-radius: 8px; }

.p-chartList_tab:nth-child(2):before,
.p-chartList_tab:nth-child(8):before,
.p-chartList_tab:nth-child(14):before {
    background-color: #4380A6; }

.p-chartList_tab:nth-child(3):before,
.p-chartList_tab:nth-child(9):before,
.p-chartList_tab:nth-child(15):before {
    background-color: #3D87A3; }

.p-chartList_tab:nth-child(4):before,
.p-chartList_tab:nth-child(10):before,
.p-chartList_tab:nth-child(16):before {
    background-color: #368EA0; }

.p-chartList_tab:nth-child(5):before,
.p-chartList_tab:nth-child(11):before,
.p-chartList_tab:nth-child(17):before {
    background-color: #2E969D; }

.p-chartList_tab:nth-child(6):before,
.p-chartList_tab:nth-child(12):before,
.p-chartList_tab:nth-child(18):before {
    background-color: #299B9B; }

.p-chartList_tab:nth-child(7):before,
.p-chartList_tab:nth-child(13):before,
.p-chartList_tab:nth-child(19):before {
    background-color: #269F9A; }

/***********************************************************
【News ticker】いずれ分割したい
***********************************************************/
.p-news-ticker_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    background-color: #B2C4C7;
    text-align: right;
    border-radius: 4px 0 0 4px;
    font-size: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px 10px;
    font-family: 'Rajdhani', sans-serif;
    height: 42px; }

/*Slider Anim*/
.p-news-ticker {
    position: relative; }

.p-news-ticker_block {
    position: relative;
    width: 100%;
    height: 42px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 0 4px 4px 0; }
.p-news-ticker_block > .p-news-ticker_list {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }

/***********************************************************
【Mobile】スマホ用専用レイアウト・マウスオンを記述予定
***********************************************************/

/***********************************************************
【Sort Navigation】
***********************************************************/
.p-sortNav {
    padding-top: 20px;
    position: relative; }

.p-sortNav_tabs-right {
    margin-left: 10px;
    vertical-align: top; }

[class*='p-sortNav_tab'] {
    display: inline-block;
    padding: 2px 0; }

[class*='p-sortNav_link'] {
    border: 1px solid #4A79A9;
    color: #4A79A9;
    text-decoration: none;
    font-size: .7rem;
    border-radius: 4px;
    min-width: 90px;
    padding: 12px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.p-sortNav_link-active {
    border: 1px solid #4A79A9;
    background-color: #4A79A9;
    color: #fff; }

.p-sortNav_link-active,
.p-sortNav_link {
    height: 42px; }

.p-sortNav_link-active:hover,
.p-sortNav_link:hover {
    background-color: #269F9A;
    border: 1px solid #269F9A;
    color: #fff; }

.p-sortNav_link-circle {
    border-radius: 100px;
    width: 40px;
    min-width: 40px;
    height: 40px;
    font-size: .6rem;
    position: relative; }

.p-sortNav_block-up, .p-sortNav_block-down {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%; }

.p-sortNav_block-up {
    top: 40%; }

.p-sortNav_block-down {
    top: 55%; }

.p-sortNav_icon,
.p-sortNav_text {
    display: block !important;
    text-align: center;
    line-height: 90%; }

.p-sortNav_icon {
    font-size: 1.4rem; }

.p-sortNav_block-down .p-sortNav_icon {
    line-height: 70%; }

/***********************************************************
【Number】
***********************************************************/
/*Guide & Beginner*/
[class*='p-page-verticalLine'] {
    position: relative; }

[class*='p-page-verticalLine']:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background-color: #B2C4C7; }

.p-page-verticalLine-cyan:before {
    background-color: #43A7C4; }

.p-number_order {
    width: 60px;
    height: 60px;
    background-color: #DBE6E8;
    border: 2px solid #43A7C4;
    color: #43A7C4;
    border-radius: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 2.6rem;
    position: relative;
    z-index: 3;
    margin: auto;
    font-family: 'Rajdhani', sans-serif;
    font-weight: normal; }

/***********************************************************
【Step bar】
***********************************************************/
.p-form_step {
    width: 96%;
    margin: auto; }

/*step*/
[class*='p-step_group'] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    padding-bottom: 10px; }

[class*='p-step_group']:after {
    background-color: #B2C4C7;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 2px;
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    z-index: -1; }

[class*='p-step_group-done']:before {
    background-color: #4A79A9;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 2px;
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 1; }

.p-step_group-done0-project:before {
    width: 20%; }

.p-step_group-done1-project:before {
    width: 40%; }

.p-step_group-done2-project:before {
    width: 60%; }

.p-step_group-done3-project:before {
    width: 80%; }

.p-step_group-done1:before {
    width: 25%; }

.p-step_group-done2:before {
    width: 50%; }

.p-step_group-done3:before {
    width: 75%; }

/*number*/
.p-step_number {
    text-align: center;
    position: relative; }

[class*='p-step_confirm'],
[class*='p-step_favorite'],
[class*='p-step_entry'] {
    width: 60px;
    height: 60px;
    background-color: #DBE6E8;
    border: 2px solid #B2C4C7;
    color: #B2C4C7;
    border-radius: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 2.6rem;
    position: relative;
    z-index: 3;
    margin: auto; }

[class*='p-step_confirm'] {
    border: 2px solid #B2C4C7;
    color: #B2C4C7;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.p-step_favorite-done,
.p-step_entry-done {
    border: 2px solid #4A79A9;
    color: #4A79A9; }

.p-step_favorite-current,
.p-step_entry-current {
    background-color: #fff;
    border: 2px solid #4A79A9;
    color: #4A79A9; }

.p-step_entry-current-required {
    background-color: #fff;
    border: 2px solid #EA6464;
    color: #EA6464; }

.p-step_confirm-current {
    background-color: #fff;
    border: 2px solid #269F9A;
    color: #269F9A; }
.p-step_confirm-current [class*='c-checkmark']:before,
.p-step_confirm-current [class*='c-checkmark']:after {
    background-color: #269F9A; }

/*checkmark*/
[class*='c-checkmark']:before {
    position: absolute;
    width: 3px;
    height: 24px;
    background-color: #B2C4C7;
    left: 30px;
    top: 12px;
    border-radius: 3px;
    content: "";
    display: block; }

[class*='c-checkmark']:after {
    position: absolute;
    width: 14px;
    height: 3px;
    background-color: #B2C4C7;
    left: 19px;
    top: 33px;
    border-radius: 3px;
    content: "";
    display: block; }

.c-checkmark-current:before {
    background-color: #269F9A; }

.c-checkmark-current:after {
    background-color: #269F9A; }

/*label*/
[class*='c-label-step'] {
    border: none;
    background-color: #4A79A9;
    color: #fff;
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 80px; }

.c-label-step-required {
    background-color: #EA6464; }

.c-label-step-confirm {
    background-color: #269F9A; }

/***********************************************************
【Page】
***********************************************************/
.c-page {
    position: relative; }

.p-mainContent_block-paddingTop {
    padding-top: 30px; }

.p-mainContent_block-paddingBottom {
    padding-bottom: 30px; }

/*Project*/
.p-project_block-marginBottom {
    margin-bottom: 20px; }

/*News*/
.p-news_block-marginTop {
    margin-top: 60px; }

/*Guide*/
.p-guide-tabs {
    position: relative;
    margin-bottom: 40px; }

.p-guide-tabs:after {
    background-color: #43A7C4;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 2px;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1; }

.p-guide_img {
    background-color: #EFF3F4;
    border-radius: 4px; }

.p-guide_img:hover {
    background-color: #fff; }

/*Beginner*/
.p-page-beginner {
    padding-bottom: 0;
    background-image: url("/img/beginner/beginner-office-bg.png");
    background-position: bottom right;
    background-size: contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }

.p-beginner-tabs {
    margin-top: 20px;
    position: relative; }

.p-beginner-tabs:after {
    background-color: #43A7C4;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 2px;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1; }

.p-beginner_img {
    background-color: #EFF3F4;
    border-radius: 4px; }

.p-beginner_img:hover {
    background-color: #fff; }

.p-beginner_text {
    padding-bottom: 20px; }

.p-beginner_text:last-child {
    padding-bottom: 60px; }

.p-beginner_lists {
    margin-top: 20px;
    padding: 10px;
    border: 2px solid #DBE6E8;
    border-radius: 4px; }

/*Guide & Beginner*/
.p-page-balloon {
    position: relative; }

.p-page-balloon:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 30px 0;
    border-color: transparent #fff transparent transparent; }

.p-page_block-guide-1 {
    margin: auto;
    text-align: center;
    padding-top: 30px; }

/*Policy*/
.p-page_block-policy-1 {
    margin-top: 20px; }

.p-page_block-policy-2 {
    margin-top: 10px; }

.p-page_block-policy-3 {
    margin-top: 20px; }

/*Faq*/
.p-faq_block {
    margin-bottom: 10px; }

.p-faq_block-question,
.p-faq_block-answer {
    position: relative; }

.p-faq_block-question {
    cursor: pointer;
    color: #3C4E65;
    background-color: #fff;
    border-radius: 4px;
    width: 100%;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.p-faq_block-question:hover,
.p-faq_input:checked ~ .p-faq_block-question:hover {
    color: #269F9A; }

.p-faq_block-answer {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0; }

.p-faq_typo-question,
.p-faq_typo-answer {
    font-family: 'Rajdhani', sans-serif;
    font-size: 2rem; }

.p-faq_typo-question {
    color: #4A79A9; }

.p-faq_typo-answer {
    color: #269F9A; }

.p-faq_text-question,
.p-faq_text-answer {
    padding-left: 12px;
    padding-right: 10px;
    display: inline-block; }

.p-faq_text-answer {
    padding-top: 9px; }

.p-faq-arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0, -50%) rotate(0);
    -ms-transform: translate(0, -50%) rotate(0);
    transform: translate(0, -50%) rotate(0);
    color: #3C4E65; }

.p-faq_input {
    display: none; }

.p-faq_input:checked ~ .p-faq_block-question .p-faq-arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: -5px; }

.p-faq_input:checked ~ .p-faq_block-question {
    border-radius: 4px 4px 0 0;
    background-color: #EFF3F4;
    color: #4A79A9; }

.p-faq_input:checked ~ .p-faq_block-answer {
    height: auto;
    padding: 2px 20px 5px;
    opacity: 1;
    border-top: 1px solid #B2C4C7;
    border-width: 90%;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #EFF3F4; }

.p-faq_list {
    position: relative;
    padding: 10px 0 10px 30px; }

/*Sitemap*/
.p-sitemap-paddingBottom {
    padding-bottom: 75px; }

/*Entry*/
.c-privacy_link {
    color: #4A79A9; }

.c-privacy_link:hover {
    color: #269F9A; }

/*404*/
.p-page_block-error-1 {
    padding-top: 10px;
    padding-bottom: 20px; }

.p-page_block-error-2 {
    margin-top: 20px; }

/***********************************************************
【Pagination】番号がある場合
***********************************************************/
.p-paginationNav {
    position: relative; }

.p-paginationNav-tips {
    padding: 10px;
    background-color: #DBE6E8;
    width: 100%;
    border-radius: 4px 4px 0 0; }
.p-paginationNav-tips .p-paginationNav_link {
    background-color: #FAFBFC;
    width: 38px; }
.p-paginationNav-tips .p-paginationNav_link-active {
    width: 38px; }

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

.p-paginationNav_tab,
.p-paginationNav_tab-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 2px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    /*Rajdhani文字の太さはよく考えないと駄目だ*/
    text-align: center; }

[class*='p-paginationNav_link'] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    width: 44px;
    border: 1px solid #4A79A9;
    color: #4A79A9;
    border-radius: 4px; }

.p-paginationNav_link-active {
    background-color: #4A79A9;
    color: #fff; }

.p-paginationNav_link-active:hover,
.p-paginationNav_link:hover {
    background-color: #269F9A;
    border: 1px solid #269F9A;
    color: #fff; }

.p-paginationNav_icon {
    font-size: .6rem; }

/***********************************************************
【Paginate】番号がない場合
***********************************************************/
.p-paginateNav {
    position: relative;
    margin-top: 20px; }

.p-paginateNav_tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }

[class*='p-paginateNav_tab-'] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 2px;
    -webkit-box-align: 32%;
    -ms-flex-align: 32%;
    align-items: 32%;
    width: 32%;
    font-size: .8rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center; }

.p-paginateNav_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    width: 100%;
    border: 1px solid #4A79A9;
    color: #4A79A9;
    border-radius: 4px; }

.p-paginateNav_link:hover {
    background-color: #fff;
    border: 1px solid #269F9A;
    color: #269F9A; }

.p-paginateNav_icon {
    font-size: .6rem;
    padding: 0 5px; }

/***********************************************************
【Programming code language】
***********************************************************/
.p-projectSkill {
    position: relative;
    padding: 30px 0 60px;
    background-color: #EFF3F4; }
.p-projectSkill p {
    line-height: 180%; }
.p-projectSkill .c-link-internal {
    min-width: auto;
    width: 100%;
    padding: 12px 0; }

.p-code {
    position: relative;
    padding: 0 20px;
    background-color: #3C4E65;
    border-radius: 4px;
    color: #fff; }

.p-projectSkill_appendix {
    margin-top: 20px; }

.p-projectSkill_submit {
    display: inline-block;
    border-radius: 4px;
    text-decoration: none;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 15px 10px;
    font-size: 1rem;
    overflow: hidden;
    position: relative;
    z-index: 1; }

.p-projectSkill_submit:before,
.p-projectSkill_submit:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block; }

.p-projectSkill_submit:before {
    z-index: -1;
    background: #269F9A; }

.p-projectSkill_submit:after {
    z-index: -2;
    background: -webkit-gradient(linear, left top, right top, from(#269f9a), to(#4a79a9));
    background: linear-gradient(to right, #269f9a 0%, #4a79a9 100%); }

.p-projectSkill_submit:hover:before {
    opacity: 0; }

/*project skill sample code*/
.kwd {
    color: #E38D5F !important; }

.typ {
    color: #269F9A !important; }

.pln {
    color: #B2C4C7 !important; }

.pun {
    color: #7A8995 !important; }

/***********************************************************
【Search】いずれ分割したい
***********************************************************/
/***********************************************************
【Text Search Form】いずれ分割したい
***********************************************************/
[class*='p-searchTextForm'] {
    padding-top: 20px; }

.p-searchInput {
    width: 100%;
    border: 2px solid #4A79A9;
    border-radius: 4px;
    padding: 15px 20px;
    background-color: #fff;
    position: relative; }

.p-searchInput_tabs {
    padding-top: 10px; }

.p-searchInput_tab {
    list-style: none;
    display: inline-block;
    padding: 2px 2px 2px 0; }

[class*='p-searchResultButton'] {
    width: auto;
    text-align: left;
    text-decoration: none;
    font-size: .8rem;
    background-color: #fff; }

.p-searchResultButton {
    border: 1px solid #4A79A9;
    color: #4A79A9; }

.p-searchResultButton-skill {
    border: 1px solid #4C9165;
    color: #4C9165; }

.p-searchResultButton-position {
    border: 1px solid #827BA2;
    color: #827BA2; }

.p-searchResultButton-area {
    border: 1px solid #43A7C4;
    color: #43A7C4; }

.p-searchResultButton-preference {
    border: 1px solid #C4AF6C;
    color: #C4AF6C; }

.p-searchResultButton-close {
    border: 1px solid #3C4E65;
    background-color: #3C4E65;
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-size: .6rem; }

.p-searchResultButton:hover {
    background-color: #4A79A9;
    color: #fff; }

.p-searchResultButton-skill:hover {
    background-color: #4C9165;
    color: #fff; }

.p-searchResultButton-position:hover {
    background-color: #827BA2;
    color: #fff; }

.p-searchResultButton-area:hover {
    background-color: #43A7C4;
    color: #fff; }

.p-searchResultButton-preference:hover {
    background-color: #C4AF6C;
    color: #fff; }

.p-searchResultButton-close:hover {
    background-color: #141E2C; }

.c-button-round {
    border-radius: 100px;
    padding: 4px 12px;
    display: block; }

.c-button-round-addClose {
    border-radius: 100px;
    padding: 4px 4px 4px 8px;
    display: block;
    cursor: pointer; }

.p-searchButton-submit {
    padding: 12px 10px;
    background-color: #4A79A9;
    color: #fff;
    border-style: none;
    height: auto;
    display: block;
    margin: auto;
    width: 50%;
    border-radius: 4px; }

.p-searchButton-submit:hover,
.p-searchButton-submit:focus {
    background-color: #269F9A; }

[class*='p-searchResult_text'] {
    padding-left: 20px;
    padding-bottom: 5px;
    position: relative;
    line-height: 120%; }

.p-searchResult_text-top {
    line-height: inherit;
    padding-top: 10px;
    padding-left: 0; }

.p-searchResult_count {
    color: #4A79A9;
    font-size: 2.2rem; }

.p-searchResult_close {
    width: auto;
    display: inline-block; }

.p-search_icon {
    padding-left: 5px; }

/*.p-searchInput_textForm{padding-bottom: 10px;}*/
.p-searchResult_text_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0; }

.p-searchResult_note {
    font-size: .8rem;
    line-height: 120%;
    display: block; }

/***********************************************************
【Search Box Area】いずれ分割したい
***********************************************************/
.p-searchBox {
    position: relative;
    padding: 10px 0; }

.p-searchBox_group {
    position: relative; }

.p-searchBox_Button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.p-searchBox_button-open,
.p-searchBox_button-close {
    background-color: #CBE7EF; }

.p-searchTabbar {
    opacity: 0;
    height: 0;
    overflow: hidden; }

.p-searchTextForm {
    width: 100%;
    position: relative; }

.p-searchTabbar_parent .p-searchTabbar,
.c-searchTabbar-open:checked ~ .p-searchTabbar {
    height: 100%;
    opacity: 1;
    padding: 20px 0 0; }

.c-searchTabbar-open:checked ~ .p-searchInput_textForm .p-searchResult_form_block,
.c-searchTabbar-open:checked ~ .p-searchInput_textForm .p-searchResult_text_block {
    display: none; }

.c-searchTabbar-open:checked ~ .p-searchInput_textForm .p-searchBox_Button {
    position: absolute;
    bottom: 0;
    right: 0; }

.c-searchTabbar-open:checked ~ .p-searchInput_textForm .p-searchBox_Button .p-searchBox_button-close,
.c-searchTabbar-close:checked ~ .p-searchInput_textForm .p-searchBox_Button .p-searchBox_button-open {
    background-color: #fff; }

.c-searchTabbar-open:checked ~ .p-searchInput_textForm .p-searchBox_Button .p-searchBox_button-close:hover,
.c-searchTabbar-close:checked ~ .p-searchInput_textForm .p-searchBox_Button .p-searchBox_button-open:hover {
    background-color: #43A7C4; }

.p-searchBox_button-open,
.p-searchBox_button-close {
    border-radius: 100px;
    width: 70px;
    height: 70px;
    border: 2px solid #43A7C4;
    background-color: #CBE7EF;
    color: #43A7C4;
    text-decoration: none;
    display: block;
    font-size: .8rem;
    cursor: pointer;
    position: relative; }

.p-searchBox_button-open:hover,
.p-searchBox_button-close:hover {
    border: 2px solid #fff;
    background-color: #43A7C4;
    color: #fff; }

.p-searchBox_button-close {
    margin-right: 5px; }

.p-searchBox_button-close_group,
.p-searchBox_button-open_group {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%; }

.p-searchBox_button-close_group {
    top: 45%; }

.p-searchBox_button-open_group {
    top: 55%; }

.p-searchBox_button_icon,
.p-searchBox_button_text {
    display: block;
    text-align: center;
    line-height: 110%; }

.p-searchBox_button_icon {
    display: block !important;
    text-align: center;
    line-height: 70% !important;
    font-size: 1.8rem; }

/***********************************************************
【Search Result】いずれ分割したい
***********************************************************/
.p-searchResult_form_block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.p-searchResult_submit,
.p-searchResult_addWord {
    padding: 10px 20px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: #7A8995;
    color: #fff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: .8rem;
    height: 42px; }

.p-searchResult_addWord:hover,
.p-searchResult_addWord:focus {
    background-color: #3C4E65; }

.p-searchResult_submit {
    background-color: #4A79A9; }

.p-searchResult_submit:hover {
    background-color: #269F9A; }

.p-searchResult_text {
    position: relative;
    line-height: 120%; }

.p-searchResult_text:before {
    content: "";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 100%;
    border-radius: 3px;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: #fff; }

.p-searchResult_condition {
    font-size: 1.2rem;
    padding-bottom: 10px; }

.p-searchResult_result {
    font-size: 1.2rem; }

.p-form-search {
    background-color: #fff;
    height: 42px;
    border-radius: 4px; }

/***********************************************************
【Tab menu panel】いずれ分割したい
***********************************************************/
.p-tabbarButton_tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none; }

.p-tabbarButton_tab,
[class*='p-tabbarButton_tab-'] {
    text-align: center;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    position: relative; }

.c-panelControl-1:checked ~ .p-tabbarButton .c-panelTabbar_tab-1 .p-panelControl,
.c-panelControl-2:checked ~ .p-tabbarButton .c-panelTabbar_tab-2 .p-panelControl,
.c-panelControl-3:checked ~ .p-tabbarButton .c-panelTabbar_tab-3 .p-panelControl,
.c-panelControl-4:checked ~ .p-tabbarButton .c-panelTabbar_tab-4 .p-panelControl {
    background-color: #4A79A9;
    color: #fff; }

.c-panelControl-1:checked ~ .p-tabbarButton .c-panelTabbar_tab-1 .p-panelControl-skill {
    background-color: #4C9165;
    color: #fff; }

.c-panelControl-2:checked ~ .p-tabbarButton .c-panelTabbar_tab-2 .p-panelControl-position {
    background-color: #827BA2;
    color: #fff; }

.c-panelControl-3:checked ~ .p-tabbarButton .c-panelTabbar_tab-3 .p-panelControl-area {
    background-color: #43A7C4;
    color: #fff; }

.c-panelControl-4:checked ~ .p-tabbarButton .c-panelTabbar_tab-4 .p-panelControl-preference {
    background-color: #C4AF6C;
    color: #fff; }

.p-panelControl:after,
.p-panelControl-skill:after,
.p-panelControl-position:after,
.p-panelControl-area:after,
.p-panelControl-preference:after {
    display: none; }

.c-panelControl-1:checked ~ .p-tabbarButton .c-panelTabbar_tab-1 .p-panelControl:after,
.c-panelControl-2:checked ~ .p-tabbarButton .c-panelTabbar_tab-2 .p-panelControl:after,
.c-panelControl-3:checked ~ .p-tabbarButton .c-panelTabbar_tab-3 .p-panelControl:after,
.c-panelControl-4:checked ~ .p-tabbarButton .c-panelTabbar_tab-4 .p-panelControl:after,
.c-panelControl-1:checked ~ .p-tabbarButton .c-panelTabbar_tab-1 .p-panelControl-skill:after,
.c-panelControl-2:checked ~ .p-tabbarButton .c-panelTabbar_tab-2 .p-panelControl-position:after,
.c-panelControl-3:checked ~ .p-tabbarButton .c-panelTabbar_tab-3 .p-panelControl-area:after,
.c-panelControl-4:checked ~ .p-tabbarButton .c-panelTabbar_tab-4 .p-panelControl-preference:after {
    display: block;
    height: 15px;
    width: 100%;
    position: absolute;
    top: -5px;
    left: 0;
    content: "";
    border-radius: 4px 4px 0 0; }

.c-panelControl-1:checked ~ .p-tabbarButton .c-panelTabbar_tab-1 .p-panelControl:after,
.c-panelControl-2:checked ~ .p-tabbarButton .c-panelTabbar_tab-2 .p-panelControl:after,
.c-panelControl-3:checked ~ .p-tabbarButton .c-panelTabbar_tab-3 .p-panelControl:after,
.c-panelControl-4:checked ~ .p-tabbarButton .c-panelTabbar_tab-4 .p-panelControl:after {
    background-color: #4A79A9; }

.c-panelControl-1:checked ~ .p-tabbarButton .c-panelTabbar_tab-1 .p-panelControl-skill:after {
    background-color: #4C9165; }

.c-panelControl-2:checked ~ .p-tabbarButton .c-panelTabbar_tab-2 .p-panelControl-position:after {
    background-color: #827BA2; }

.c-panelControl-3:checked ~ .p-tabbarButton .c-panelTabbar_tab-3 .p-panelControl-area:after {
    background-color: #43A7C4; }

.c-panelControl-4:checked ~ .p-tabbarButton .c-panelTabbar_tab-4 .p-panelControl-preference:after {
    background-color: #C4AF6C; }

[class*='c-panelLabel'] {
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #DBE6E8;
    cursor: pointer;
    border-radius: 4px 4px 0 0;
    height: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.c-panelLabel-1,
.c-panelLabel-3 {
    background-color: #3C4E65; }

.c-panelLabel-2,
.c-panelLabel-4 {
    background-color: #233752; }

.p-tabbarButton_tab-open,
.p-tabbarButton_tab-close {
    display: none; }

.p-tabbarPanel_grid {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start; }

.p-tabbarPanel_title {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.1rem;
    padding-bottom: 5px; }

.p-tabbarPanel_list {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

[class*='p-tabbarPanel_list_item'] {
    padding-bottom: 15px;
    width: 24.5%;
    display: inline-block;
    vertical-align: top;
    padding-right: 5px; }

.p-tabbarPanel_list_item-1-3 {
    width: 32%; }

.p-tabbarPanel_list_item-1-2 {
    width: 49%; }

.p-tabbarPanel_list_item-1-1 {
    width: 100%; }

.c-panelControl-1:checked ~ .p-tabbarPanel .p-tabbarPanel_section .c-tabbarPanel_box-1,
.c-panelControl-1:checked ~ .p-tabbarPanel .p-tabbarPanel_section .p-tabbarPanel_box-skill,
.c-panelControl-2:checked ~ .p-tabbarPanel .p-tabbarPanel_section .c-tabbarPanel_box-2,
.c-panelControl-2:checked ~ .p-tabbarPanel .p-tabbarPanel_section .p-tabbarPanel_box-position,
.c-panelControl-3:checked ~ .p-tabbarPanel .p-tabbarPanel_section .c-tabbarPanel_box-3,
.c-panelControl-3:checked ~ .p-tabbarPanel .p-tabbarPanel_section .p-tabbarPanel_box-area,
.c-panelControl-4:checked ~ .p-tabbarPanel .p-tabbarPanel_section .c-tabbarPanel_box-4,
.c-panelControl-4:checked ~ .p-tabbarPanel .p-tabbarPanel_section .p-tabbarPanel_box-preference {
    max-height: none;
    opacity: 1;
    padding: 20px;
    border: 2px solid #4A79A9; }

.c-panelControl-1:checked ~ .p-tabbarPanel .p-tabbarPanel_section .p-tabbarPanel_box-skill {
    border: 2px solid #4C9165; }

.c-panelControl-2:checked ~ .p-tabbarPanel .p-tabbarPanel_section .p-tabbarPanel_box-position {
    border: 2px solid #827BA2; }

.c-panelControl-3:checked ~ .p-tabbarPanel .p-tabbarPanel_section .p-tabbarPanel_box-area {
    border: 2px solid #43A7C4; }

.c-panelControl-4:checked ~ .p-tabbarPanel .p-tabbarPanel_section .p-tabbarPanel_box-preference {
    border: 2px solid #C4AF6C; }

[class*='-tabbarPanel_box-'] {
    max-height: 0;
    opacity: 0;
    overflow-y: hidden;
    background-color: #FAFBFC;
    border-radius: 0 0 4px 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }

.p-panelControl-skill:hover {
    background-color: #4C9165;
    color: #fff; }

.p-panelControl-position:hover {
    background-color: #827BA2;
    color: #fff; }

.p-panelControl-area:hover {
    background-color: #43A7C4;
    color: #fff; }

.p-panelControl-preference:hover {
    background-color: #C4AF6C;
    color: #fff; }

/***********************************************************
【Tips】
***********************************************************/
.p-pageBg_tips-details {
    padding: 50px 40px; }

.p-tips_headline {
    display: inline-block;
    width: 100%; }

.p-tips_text_meta {
    margin: 10px 0 30px; }

[class*="p-tips_text_meta"] {
    font-size: .6rem;
    line-height: 130% !important; }

.p-tips_text_meta-date {
    font-size: .8rem;
    font-family: 'Rajdhani', sans-serif; }

.p-tips_text_meta-week {
    margin-left: -5px; }

.p-tips_text_meta-category {
    padding-left: 10px; }

.p-tips_text_meta-category_link {
    color: #4A79A9; }

.p-tips_text_meta-alert {
    color: #43A7C4;
    text-align: right; }

.p-tips_headline h1,
.p-tips_section h1 {
    font-size: 2rem;
    position: relative;
    padding-left: 20px;
    line-height: 120%;
    margin-bottom: 20px; }

.p-tips_headline h1:before,
.p-tips_section h1:before {
    content: "";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 100%;
    border-radius: 3px;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: -webkit-gradient(linear, left top, left bottom, from(#269F9A), to(#4A79A9));
    background: linear-gradient(to bottom, #269F9A, #4A79A9); }

.p-tips_section {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px; }
.p-tips_section h2 {
    font-size: 1.5rem;
    padding: 5px 0;
    margin-bottom: 20px;
    line-height: 150%;
    width: 100%;
    position: relative; }
.p-tips_section h2:after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    border-radius: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, right top, from(#269F9A), to(#4A79A9));
    background: linear-gradient(to right, #269F9A, #4A79A9); }
.p-tips_section h3 {
    font-size: 1.25rem;
    margin-top: 40px;
    display: inherit;
    width: 100%; }
.p-tips_section h4 {
    font-size: 1.15rem;
    margin-top: 40px;
    display: inherit;
    width: 100%; }
.p-tips_section h5 {
    font-size: 1rem;
    margin-top: 30px;
    display: inherit;
    width: 100%; }
.p-tips_section h6 {
    font-size: .8rem;
    margin-top: 30px; }
.p-tips_section p {
    line-height: 240%; }
.p-tips_section h3 code,
.p-tips_section h4 code,
.p-tips_section h5 code {
    vertical-align: middle; }
.p-tips_section h3 ~ p, .p-tips_section h3 ~ img,
.p-tips_section h4 ~ p, .p-tips_section h4 ~ img,
.p-tips_section h5 ~ p, .p-tips_section h5 ~ img,
.p-tips_section h6 ~ p, .p-tips_section h6 ~ img {
    margin-top: 10px; }
.p-tips_section img + h3,
.p-tips_section img + h4,
.p-tips_section img + h5,
.p-tips_section img + h6 {
    margin-top: 10px;
    width: auto; }
.p-tips_section div {
    margin-bottom: 40px; }
.p-tips_section div:after {
    content: "";
    display: block;
    clear: both; }
.p-tips_section img {
    border-radius: 4px; }
.p-tips_section a {
    color: #38a1db;
    -webkit-transition: .5s;
    transition: .5s; }
.p-tips_section a:hover {
    color: #4A79A9;
    text-decoration: underline; }
.p-tips_section ul, .p-tips_section ol {
    margin: 20px 0;
    padding-left: 30px;
    counter-reset: number-counter;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
.p-tips_section ul ul,
.p-tips_section ul ol,
.p-tips_section ol ul,
.p-tips_section ol ol {
    margin: 10px 0 0; }
.p-tips_section li {
    position: relative;
    margin-bottom: 6px;
    text-indent: initial;
    display: inline-block;
    width: 100%;
    line-height: 200%;
    padding: 1px 0 1px 16px; }
.p-tips_section ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    background-color: #3C4E65;
    position: absolute;
    left: 2px;
    top: 12px;
    border-radius: 50%;
    z-index: 2; }
.p-tips_section ol li:before {
    content: counter(number-counter);
    counter-increment: number-counter;
    height: 16px;
    width: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #3C4E65;
    color: #fff;
    font-size: .6rem;
    line-height: 1;
    position: absolute;
    left: -2px;
    top: 7px;
    border-radius: 50%;
    z-index: 2; }
.p-tips_section ul li ul li:before {
    background-color: transparent;
    border: 1px solid #3C4E65; }
.p-tips_section ul li ol li:before {
    content: counter(number-counter);
    counter-increment: number-counter;
    height: 16px;
    width: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #3C4E65;
    color: #fff;
    font-size: .6rem;
    line-height: 1;
    position: absolute;
    left: -2px;
    top: 7px;
    border-radius: 50%;
    z-index: 2; }
.p-tips_section ol li ol li:before {
    background-color: transparent;
    border: 1px solid #3C4E65;
    color: #3C4E65; }
.p-tips_section ol li ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    background-color: #3C4E65;
    position: absolute;
    left: 2px;
    top: 12px;
    border-radius: 50%;
    z-index: 2; }
.p-tips_section ul li ul li ul li:before {
    background-color: #7A8995;
    border-radius: inherit;
    border: none; }
.p-tips_section ul li ul li ol li:before {
    content: counter(number-counter);
    counter-increment: number-counter;
    height: 16px;
    width: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #3C4E65;
    color: #fff;
    font-size: .6rem;
    line-height: 1;
    position: absolute;
    left: -2px;
    top: 7px;
    border-radius: 50%;
    z-index: 2;
    background-color: #7A8995;
    border: none;
    color: #fff; }
.p-tips_section ul li ol li ol li:before {
    background-color: #7A8995;
    border: none;
    color: #fff; }
.p-tips_section ul li ol li ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    background-color: #3C4E65;
    position: absolute;
    left: 2px;
    top: 12px;
    border-radius: 50%;
    z-index: 2;
    background-color: #7A8995;
    border-radius: inherit;
    border: none; }
.p-tips_section ol li ul li ul li:before {
    background-color: #7A8995;
    border-radius: inherit;
    border: none; }
.p-tips_section ol li ul li ol li:before {
    content: counter(number-counter);
    counter-increment: number-counter;
    height: 16px;
    width: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #3C4E65;
    color: #fff;
    font-size: .6rem;
    line-height: 1;
    position: absolute;
    left: -2px;
    top: 7px;
    border-radius: 50%;
    z-index: 2;
    background-color: #7A8995;
    border: none;
    color: #fff; }
.p-tips_section ol li ol li ol li:before {
    background-color: #7A8995;
    border: none;
    color: #fff; }
.p-tips_section ol li ol li ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    background-color: #3C4E65;
    position: absolute;
    left: 2px;
    top: 12px;
    border-radius: 50%;
    z-index: 2;
    background-color: #7A8995;
    border-radius: inherit;
    border: none; }
.p-tips_section table {
    margin: 40px 0;
    width: 100%;
    overflow: auto;
    border-spacing: 0;
    border-collapse: collapse; }
.p-tips_section th, .p-tips_section td {
    padding: 6px 12px;
    border: 1px solid #B2C4C7; }
.p-tips_section th {
    background-color: #EFF3F4;
    width: 20%; }
.p-tips_section [type="checkbox"],
.p-tips_section [type="checkbox"]:checked {
    display: inline-block;
    width: auto; }
.p-tips_section h3 + table,
.p-tips_section h4 + table,
.p-tips_section h5 + table,
.p-tips_section h6 + table {
    margin: 20px 0 40px; }
.p-tips_section hr {
    margin: 40px 0; }
.p-tips_section blockquote {
    position: relative;
    border-left: 4px solid #B2C4C7;
    padding-left: 10px;
    color: #7A8995;
    margin: 20px 0 20px 20px; }
.p-tips_section code {
    background-color: #EFF3F4;
    padding: 4px;
    font-size: 0.8rem; }
.p-tips_section pre {
    width: 100%;
    display: block;
    background-color: #EFF3F4;
    padding: 20px;
    border-radius: 4px;
    white-space: pre-wrap; }
.p-tips_section pre code {
    background-color: transparent; }
.p-tips_section p ~ pre {
    margin: 30px 0; }

.p-tips_layout-center img {
    margin: 0 auto 20px;
    width: 60%;
    display: block; }

.p-tips_layout-right img {
    float: right;
    width: 32%;
    clear: right;
    margin-left: 20px;
    margin-bottom: 20px; }

.p-tips_layout-left img {
    float: left;
    width: 32%;
    clear: left;
    margin-right: 20px;
    margin-bottom: 20px; }

.p-tips_paginationNav-container {
    padding: 0;
    width: 100%; }
.p-tips_paginationNav-container .p-paginationNav {
    margin: 40px 0;
    padding: 20px 0;
    border-top: 1px solid #B2C4C7;
    border-bottom: 1px solid #B2C4C7; }
.p-tips_paginationNav-container .p-paginationNav_link {
    background-color: #FAFBFC;
    width: 38px; }
.p-tips_paginationNav-container .p-paginationNav_link-active {
    width: 38px; }
.p-tips_paginationNav-container .p-paginationNav_link:hover {
    color: #269f9a; }

.p-tips_share-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.p-tips_share-title {
    padding-right: 20px; }

/***********************************************************
【Footer CTA Button】
***********************************************************/
.p-tips-details .p-backToTop_link {
    bottom: 90px; }

.p-tips-details .c-container-footer {
    padding-bottom: 90px; }

.p-cta_footer {
    background-color: rgba(35, 55, 82, 0.8);
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 12px 0;
    z-index: 4; }

.p-cta_footer_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    color: #fff; }

.p-cta_footer_link:before,
.p-cta_footer_link:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block; }

.p-cta_footer_link:before {
    background: #269f9a;
    background: -webkit-gradient(linear, left top, right top, from(#269f9a), to(#4a79a9));
    background: linear-gradient(to right, #269f9a 0%, #4a79a9 100%);
    z-index: -1;
    -webkit-transition: .5s;
    transition: .5s; }

.p-cta_footer_link:hover:before {
    opacity: 0; }

.p-cta_footer_link:after {
    background: #4A79A9;
    z-index: -2; }

.p-cta_footer_link {
    background: #269f9a;
    background: -webkit-gradient(linear, left top, right top, from(#269f9a), to(#4a79a9));
    background: linear-gradient(to right, #269f9a 0%, #4a79a9 100%); }

.p-cta_footer_link:hover {
    background: #4A79A9; }

.p-pageBg_cta {
    text-align: center;
    margin: 100px auto 0;
    padding: 30px 40px; }
.p-pageBg_cta h4 {
    margin-bottom: 10px; }
.p-pageBg_cta p {
    margin-bottom: 20px; }
.p-pageBg_cta a {
    width: 240px;
    margin: auto; }

/* Utility
   ----------------------------------------------------------------- */
/***********************************************************
【Utility】
***********************************************************/
/*Font*/
.u-font_rajdhani {
    font-family: 'Rajdhani', sans-serif; }

/*Gradation*/
.u-bgGradation-bluePink {
    background: -webkit-gradient(linear, left top, right top, from(#CBE7EF), to(#F4DEDE));
    background: linear-gradient(to right, #CBE7EF 0%, #F4DEDE 100%); }

/*Display*/
.u-pc-only {
    display: inline-block; }

.u-pc-only-tb-none {
    display: inline-block; }

.u-tb-only {
    display: none; }

.u-sp-only {
    display: none; }

/*Line-height*/
.u-text_lineHeight-wide {
    line-height: 200%; }

.u-text_lineHeight-narrow {
    line-height: 120%; }

/*Form のみなので移動するかも*/
.u-position-relative {
    position: relative; }

/*消したい*/
.u-text_alignLeft {
    text-align: left !important; }

.u-text_alignRight {
    text-align: right !important; }

.u-text_alignCenter {
    text-align: center !important; }

/*margin*/
.u-marginBottom-zero {
    margin-top: 0; }

.u-marginTop-tiny {
    margin-top: 10px; }

.u-marginTop-small {
    margin-top: 20px; }

.u-marginTop-medium {
    margin-top: 30px; }

.u-marginTop-large {
    margin-top: 60px; }

.u-marginTop-huge {
    margin-top: 80px; }

.u-marginBottom-zero {
    margin-bottom: 0; }

.u-marginBottom-tiny {
    margin-bottom: 10px; }

.u-marginBottom-small {
    margin-bottom: 20px; }

.u-marginBottom-medium {
    margin-bottom: 30px; }

.u-marginBottom-large {
    margin-bottom: 60px; }

.u-marginBottom-huge {
    margin-bottom: 80px; }

.u-marginLeft-zero {
    margin-left: 0; }

.u-marginLeft-tiny {
    margin-left: 10px; }

/*padding*/
.u-paddingTop-zero {
    padding-top: 0; }

.u-paddingTop-tiny {
    padding-top: 10px; }

.u-paddingTop-small {
    padding-top: 20px; }

.u-paddingTop-medium {
    padding-top: 30px; }

.u-paddingTop-large {
    padding-top: 60px; }

.u-paddingTop-huge {
    padding-top: 80px; }

.u-paddingBottom-zero {
    padding-bottom: 0; }

.u-paddingBottom-tiny {
    padding-bottom: 10px; }

.u-paddingBottom-small {
    padding-bottom: 20px; }

.u-paddingBottom-medium {
    padding-bottom: 30px; }

.u-paddingBottom-large {
    padding-bottom: 60px; }

.u-paddingBottom-huge {
    padding-bottom: 80px; }

/***********************************************************
【color】
***********************************************************/
/*Text color*/
.u-text-white {
    color: #fff; }

.u-text-snow {
    color: #fafbfc; }

.u-text-gainsboro {
    color: #EFF3F4; }

.u-text-lightGray {
    color: #DBE6E8; }

.u-text-silver {
    color: #B2C4C7; }

.u-text-slateGray {
    color: #7A8995; }

.u-text-gray {
    color: #768189; }

.u-text-charcoal {
    color: #627078; }

.u-text-navy {
    color: #3C4E65; }

.u-text-darkNavy {
    color: #233752; }

.u-text-black {
    color: #141E2C; }

.u-text-deepBlue {
    color: #2667A7; }

.u-text-blue {
    color: #4A79A9; }

.u-text-gradationColor1 {
    color: #4380A6; }

.u-text-gradationColor2 {
    color: #3D87A3; }

.u-text-gradationColor3 {
    color: #368EA0; }

.u-text-gradationColor4 {
    color: #2E969D; }

.u-text-gradationColor5 {
    color: #299B9B; }

.u-text-green {
    color: #269F9A; }

.u-text-cyan {
    color: #43A7C4; }

.u-text-coral {
    color: #EA6464; }

.u-text-lilac {
    color: #9097CF; }

.u-text-lightBlue {
    color: #CBE7EF; }

.u-text-lightRed {
    color: #F4DEDE; }

.u-text-lightGreen {
    color: #CCE6E5; }

.u-text-ochre {
    color: #C4AF6C; }

.u-text-orange {
    color: #E38D5F; }

.u-text-violet {
    color: #827BA2; }

.u-text-purple {
    color: #B47F9F; }

.u-text-olive {
    color: #76956F; }

.u-text-brown {
    color: #AC8B7A; }

.u-text-maroon {
    color: #B96060; }

.u-text-viridian {
    color: #4C9165; }

/*Background color*/
.u-bg-white {
    background-color: #fff; }

.u-bg-snow {
    background-color: #fafbfc; }

.u-bg-gainsboro {
    background-color: #EFF3F4; }

.u-bg-lightGray {
    background-color: #DBE6E8; }

.u-bg-silver {
    background-color: #B2C4C7; }

.u-bg-slateGray {
    background-color: #7A8995; }

.u-bg-gray {
    background-color: #768189; }

.u-bg-charcoal {
    background-color: #627078; }

.u-bg-navy {
    background-color: #3C4E65; }

.u-bg-darkNavy {
    background-color: #233752; }

.u-bg-black {
    background-color: #141E2C; }

.u-bg-deepBlue {
    background-color: #2667A7; }

.u-bg-blue {
    background-color: #4A79A9; }

.u-bg-gradationColor1 {
    background-color: #4380A6; }

.u-bg-gradationColor2 {
    background-color: #3D87A3; }

.u-bg-gradationColor3 {
    background-color: #368EA0; }

.u-bg-gradationColor4 {
    background-color: #2E969D; }

.u-bg-gradationColor5 {
    background-color: #299B9B; }

.u-bg-green {
    background-color: #269F9A; }

.u-bg-cyan {
    background-color: #43A7C4; }

.u-bg-coral {
    background-color: #EA6464; }

.u-bg-lilac {
    background-color: #9097CF; }

.u-bg-lightBlue {
    background-color: #CBE7EF; }

.u-bg-lightRed {
    background-color: #F4DEDE; }

.u-bg-lightGreen {
    background-color: #CCE6E5; }

.u-bg-ochre {
    background-color: #C4AF6C; }

.u-bg-orange {
    background-color: #E38D5F; }

.u-bg-violet {
    background-color: #827BA2; }

.u-bg-purple {
    background-color: #B47F9F; }

.u-bg-olive {
    background-color: #76956F; }

.u-bg-brown {
    background-color: #AC8B7A; }

.u-bg-maroon {
    background-color: #B96060; }

.u-bg-viridian {
    background-color: #4C9165; }

/*Background Gradation color*/
.gradationColor1 {
    background: #43a7c4;
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, #43a7c4), to(#9097cf));
    background: linear-gradient(to right, #43a7c4 1%, #9097cf 100%); }

.gradationColor2 {
    background: #269f9a;
    background: -webkit-gradient(linear, left top, right top, from(#269f9a), to(#4a79a9));
    background: linear-gradient(to right, #269f9a 0%, #4a79a9 100%); }

/*List img color*/

@media (max-width: 1280px) {
    body {
        font-size: .9rem; }
    .p-anxiety_list {
        width: 340px; }
    [class*='c-container'] {
        width: 1000px; }
    .c-container-slim {
        width: 860px;
        padding-left: 0;
        padding-right: 0; }
    [class*='p-globalNav_tab'] {
        font-size: .7rem;
        min-width: 60px; }
    .p-globalNav_tab-beginner {
        min-width: 90px; }
    .p-globalNav_tab-client,
    .p-globalNav_tab-entry {
        min-width: 100px; }
    .c-headline_h1 {
        font-size: 2rem; }
    .c-headline_h1:before {
        height: 90%; } }

@media (max-width: 1024px) {
    body {
        font-size: .8rem; }
    h1 {
        font-size: 1.8rem; }
    h2 {
        font-size: 1.4rem; }
    h3 {
        font-size: 1.2rem; }
    h4 {
        font-size: 1rem; }
    h5 {
        font-size: .8rem; }
    h6 {
        font-size: .8rem; }
    .p-favoriteList {
        padding: 5px; }
    [class*='p-favoriteList_tab'] {
        font-size: .8rem;
        padding: 0; }
    .p-backToTop_link {
        width: 50px;
        height: 50px;
        font-size: .6rem; }
    .p-backToTop_link_icon {
        font-size: 1.2rem; }
    .p-headerLogo_size,
    .p-headerLogo_link {
        width: 130px; }
    .ie11 .c-grid_item-tablet-1-1 {
        max-width: 100%; }
    .ie11 .c-grid_item-tablet-7-8 {
        max-width: 87.5%; }
    .ie11 .c-grid_item-tablet-5-6 {
        max-width: 83%; }
    .ie11 .c-grid_item-tablet-4-5 {
        max-width: 79.6%; }
    .ie11 .c-grid_item-tablet-3-4 {
        max-width: 74.5%; }
    .ie11 .c-grid_item-tablet-2-3 {
        max-width: 66%; }
    .ie11 .c-grid_item-tablet-5-8 {
        max-width: 61.75%; }
    .ie11 .c-grid_item-tablet-3-5 {
        max-width: 59%; }
    .ie11 .c-grid_item-tablet-1-2, .ie11 .c-grid_item-tablet-2-4,
    .ie11 .c-grid_item-tablet-3-6, .ie11 .c-grid_item-tablet-4-8 {
        max-width: 49%; }
    .ie11 .c-grid_item-tablet-2-5 {
        max-width: 39%; }
    .ie11 .c-grid_item-tablet-3-8 {
        max-width: 36.25%; }
    .ie11 .c-grid_item-tablet-1-3,
    .ie11 .c-grid_item-tablet-2-6 {
        max-width: 32%; }
    .ie11 .c-grid_item-tablet-1-4,
    .ie11 .c-grid_item-tablet-2-8 {
        max-width: 23.5%; }
    .ie11 .c-grid_item-tablet-1-5 {
        max-width: 18.4%; }
    .ie11 .c-grid_item-tablet-1-6 {
        max-width: 15%; }
    .ie11 .c-grid_item-tablet-1-7 {
        max-width: 12.77%; }
    .ie11 .c-grid_item-tablet-1-8 {
        max-width: 10.75%; }
    .ie11 .c-table-card-transparent_title {
        max-width: 20%; }
    .ie11 .c-table-card-transparent_description {
        max-width: 80%; }
    .p-beginner-tab:before,
    .p-guide-tab:before {
        width: 20px;
        height: 20px;
        border-radius: 20px;
        top: -6px;
        left: -6px;
        border: 1px solid #43A7C4;
        font-size: 12px; }
    [class*='p-engineerEntry_circle'] {
        width: 120px;
        height: 120px;
        border-radius: 120px; }
    .p-engineerEntry_text-2 {
        font-size: 4.2rem; }
    .p-engineerEntry_note {
        height: 12px;
        width: auto; }
    .p-engineerEntry_link {
        margin-top: 10px; }
    .p-breadcrumbNav_head, .p-breadcrumbNav_foot {
        padding-top: 6px;
        padding-bottom: 6px; }
    .p-breadcrumbNav_tab {
        font-size: .6rem; }
    .c-status_group {
        right: 0; }
    [class*='p-favorite_link-card-right'] {
        width: 90px; }
    .p-card-detail_link,
    .p-card-detail_submit {
        padding: 10px 5px; }
    [class*='c-container'] {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%; }
    .c-container-slim {
        width: 100%; }
    .c-container-footer {
        padding-top: 20px;
        padding-bottom: 20px; }
    [class*='p-form_validation'] {
        min-width: 220px; }
    .p-form_validation-error-half {
        min-width: 140px; }
    [class*='c-grid_item-tablet'] {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0; }
    .c-grid_item-tablet-1-1 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
    .c-grid_item-tablet-7-8 {
        -ms-flex-preferred-size: 87.5%;
        flex-basis: 87.5%; }
    /*87.5%*/
    .c-grid_item-tablet-5-6 {
        -ms-flex-preferred-size: 83%;
        flex-basis: 83%; }
    /*83.333%*/
    .c-grid_item-tablet-4-5 {
        -ms-flex-preferred-size: 79.6%;
        flex-basis: 79.6%; }
    /*80%*/
    .c-grid_item-tablet-3-4 {
        -ms-flex-preferred-size: 74.5%;
        flex-basis: 74.5%; }
    /*75%*/
    .c-grid_item-tablet-2-3 {
        -ms-flex-preferred-size: 66%;
        flex-basis: 66%; }
    /*66.66%*/
    .c-grid_item-tablet-5-8 {
        -ms-flex-preferred-size: 61.75%;
        flex-basis: 61.75%; }
    /*62.5%*/
    .c-grid_item-tablet-3-5 {
        -ms-flex-preferred-size: 59%;
        flex-basis: 59%; }
    /*60%*/
    .c-grid_item-tablet-1-2, .c-grid_item-tablet-2-4,
    .c-grid_item-tablet-3-6, .c-grid_item-tablet-4-8 {
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%; }
    /*50%*/
    .c-grid_item-tablet-2-5 {
        -ms-flex-preferred-size: 39%;
        flex-basis: 39%; }
    /*40%*/
    .c-grid_item-tablet-3-8 {
        -ms-flex-preferred-size: 36.25%;
        flex-basis: 36.25%; }
    /*37.5%*/
    .c-grid_item-tablet-1-3,
    .c-grid_item-tablet-2-6 {
        -ms-flex-preferred-size: 32%;
        flex-basis: 32%; }
    /*33.33%*/
    .c-grid_item-tablet-1-4,
    .c-grid_item-tablet-2-8 {
        -ms-flex-preferred-size: 23.5%;
        flex-basis: 23.5%; }
    /*25%*/
    .c-grid_item-tablet-1-5 {
        -ms-flex-preferred-size: 18.4%;
        flex-basis: 18.4%; }
    /*20%*/
    .c-grid_item-tablet-1-6 {
        -ms-flex-preferred-size: 15%;
        flex-basis: 15%; }
    /*16.66%*/
    .c-grid_item-tablet-1-7 {
        -ms-flex-preferred-size: 12.77%;
        flex-basis: 12.77%; }
    /*14.28%*/
    .c-grid_item-tablet-1-8 {
        -ms-flex-preferred-size: 10.75%;
        flex-basis: 10.75%; }
    /*12.5%*/
    .c-wantedLabel,
    .c-recommendedLabel,
    .c-fewLabel,
    .c-closeLabel,
    .c-stopLabel,
    .c-addLabel,
    .c-specialLabel,
    .c-anytimeLabel {
        padding: 4px 5px; }
    [class*='c-link'] {
        padding: 10px 5px; }
    .c-link_round {
        padding: 6px 14px; }
    .c-list_item:before,
    .c-list_item-addLink:before {
        left: 4px;
        width: 6px;
        height: 6px;
        border-radius: 6px; }
    .c-list_item:before {
        top: 7px; }
    .c-list_item-addLink:before {
        top: 15px; }
    .c-list_item-counter:before {
        top: 1px; }
    .c-list_item-counter-addLink:before {
        top: 7px; }
    .p-form-list_item {
        width: 130px; }
    .p-form-list_item-wide {
        width: 200px; }
    .p-globalNav_tabs {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        list-style-image: url(data:0); }
    [class*='p-globalNav_tab'] {
        font-size: .6rem;
        min-width: 66px; }
    .p-globalNav_tab-count,
    .p-globalNav_tab-beginner {
        min-width: 80px; }
    .p-icon-beginner {
        top: 2px; }
    .p-globalNav_tab-project {
        position: static; }
    .p-megaMenu-project {
        left: 40%; }
    [class*='c-table_title'] {
        font-size: .6rem;
        padding: 10px; }
    [class*='c-table_description'] {
        padding: 10px; }
    .c-table-card-transparent_title {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%; }
    .c-table-card-transparent_description {
        -ms-flex-preferred-size: 80%;
        flex-basis: 80%; }
    .p-alert_link,
    .p-alert_link-close {
        padding: 15px 10px;
        width: 46%; }
    [class*='p-card-'] {
        padding-left: 10px;
        padding-right: 10px; }
    .p-card-news-ticker {
        padding: 12px 20px 13px 10px; }
    .p-card_block-event-1 {
        margin-top: 10px; }
    .p-card_block-event-2 {
        margin-top: 10px;
        margin-bottom: 10px; }
    .p-card_time {
        padding-top: 0;
        width: 70px; }
    .c-datail {
        padding: 20px 10px; }
    .p-keyVisualContent-top {
        grid-gap: 0 10px; }
    .p-keyVisualContent-top_item-1 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-column: 1 / 4;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2; }
    .p-keyVisualContent-top_item-2 {
        -ms-grid-column: 4;
        -ms-grid-column-span: 2;
        grid-column: 4 / 6;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2; }
    .p-keyVisualContent-top_item-3 {
        -ms-grid-column: 6;
        -ms-grid-column-span: 3;
        grid-column: 6 / 9;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2; }
    .p-keyVisualContent-top_item-4 {
        -ms-grid-column: 7;
        -ms-grid-column-span: 2;
        grid-column: 7 / 9;
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        grid-row: 1 / 4; }
    .p-keyVisualContent-top_item-5 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 8;
        grid-column: 1 / 9;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3 / 4; }
    .p-keyVisualContent-top_item-6 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 8;
        grid-column: 1 /9;
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        grid-row: 4 / 5; }
    .p-keyVisualContent-top_item-7 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 8;
        grid-column: 1 / 9;
        -ms-grid-row: 5;
        -ms-grid-row-span: 1;
        grid-row: 5 / 6; }
    .p-sortNav_tabs-right {
        bottom: auto;
        margin-left: 5px; }
    .p-beginner_text,
    .p-beginner_text:last-child {
        padding-bottom: 15px; }
    .p-sitemap-paddingBottom {
        padding-bottom: 67px; }
    [class*='p-paginationNav_link'] {
        height: 28px;
        width: 30px; }
    .p-searchBox_button-open,
    .p-searchBox_button-close {
        width: 50px;
        height: 50px;
        font-size: .6rem; }
    .p-searchBox_button_text {
        font-size: .6rem; }
    .p-searchBox_button_icon {
        line-height: 50% !important; }
    .p-searchBox_button_icon {
        font-size: 1.4rem; }
    .p-pageBg_tips-details {
        padding: 30px; }
    .p-tips_headline h1,
    .p-tips_section h1 {
        font-size: 1.4rem; }
    .p-tips_headline h2,
    .p-tips_section h2 {
        font-size: 1.2rem; }
    .p-tips_headline h3,
    .p-tips_section h3 {
        font-size: 1.05rem; }
    .p-tips_headline h4,
    .p-tips_section h4 {
        font-size: 1rem; }
    .p-tips_headline h5,
    .p-tips_section h5 {
        font-size: .9rem; }
    .p-tips_headline pre,
    .p-tips_section pre {
        padding: 10px; }
    .p-tips_headline code,
    .p-tips_section code {
        font-size: .6rem; }
    .p-tips_headline table,
    .p-tips_section table {
        font-size: .6rem; }
    .u-pc-only-tb-none {
        display: none; }
    .u-tb-only {
        display: inline-block; } }

@media (max-width: 960px) {
    body {
        font-size: .7rem; }
    .p-page-beginner {
        background-size: cover; } }

@media (max-width: 768px) {
    body {
        font-size: .8rem; }
    h1 {
        font-size: 1.6rem; }
    h2 {
        font-size: 1.3rem; }
    h3 {
        font-size: 1.2rem; }
    h4 {
        font-size: 1.1rem; }
    h5 {
        font-size: .9rem; }
    h6 {
        font-size: .8rem; }
    code {
        font-size: .6rem; }
    [class*='p-footerConversion_link'] {
        height: 80px; }
    .p-footerSupport,
    .p-footerLogo,
    .p-footerContent_item-1,
    .p-footerContent_item-2,
    .p-footerContent_item-3,
    .p-footerContent_item-4,
    .p-footerContent_item-5,
    .p-footerContent_item-6,
    .p-copyright_right {
        display: none; }
    .p-copyright {
        display: block;
        border-radius: 0;
        margin: 0; }
    .p-copyright_left {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
    .p-header {
        background-color: #EFF3F4;
        height: auto; }
    .p-header-fixed {
        background-color: #FAFBFC; }
    .p-headerLogo_size,
    .p-headerLogo_link {
        width: 120px; }
    .p-headerText-form {
        font-size: .5rem;
        padding-left: 10px;
        -webkit-box-pack: baseline;
        -ms-flex-pack: baseline;
        justify-content: baseline; }
    .p-mainContent {
        padding-top: 20px;
        padding-bottom: 20px; }
    .c-pageBg-general {
        padding: 0;
    }
    .c-pageBg-secondary {
        margin-top: 30px; }
    .c-header-MarginTop-entry {
        padding-top: 20px; }
    .p-projectHotwordNav,
    .p-latestProjectNav,
    .p-latestTipsNav,
    .p-projectSkillNav {
        margin-top: 30px; }
    .l-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
    .l-wrapper main {
        width: 100%; }
    .l-primary,
    .l-secondary {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
    .p-mainContent .l-secondary {
        display: none; }
    .ie11 .l-primary,
    .ie11 .l-secondary {
        max-width: 100%; }
    .ie11 .p-globalNav {
        max-width: auto; }
    .ie11 .c-grid_item-mobile-1-1 {
        max-width: 100%; }
    .ie11 .c-grid_item-mobile-7-8 {
        max-width: 87.5%; }
    .ie11 .c-grid_item-mobile-5-6 {
        max-width: 83%; }
    .ie11 .c-grid_item-mobile-4-5 {
        max-width: 79.6%; }
    .ie11 .c-grid_item-mobile-3-4 {
        max-width: 74.5%; }
    .ie11 .c-grid_item-mobile-2-3 {
        max-width: 66%; }
    .ie11 .c-grid_item-mobile-5-8 {
        max-width: 61.75%; }
    .ie11 .c-grid_item-mobile-3-5 {
        max-width: 59%; }
    .ie11 .c-grid_item-mobile-1-2, .ie11 .c-grid_item-mobile-2-4,
    .ie11 .c-grid_item-mobile-3-6, .ie11 .c-grid_item-mobile-4-8 {
        max-width: 49%; }
    .ie11 .c-grid_item-mobile-2-5 {
        max-width: 39%; }
    .ie11 .c-grid_item-mobile-3-8 {
        max-width: 36.25%; }
    .ie11 .c-grid_item-mobile-1-3,
    .ie11 .c-grid_item-mobile-2-6 {
        max-width: 32%; }
    .ie11 .c-grid_item-mobile-1-4,
    .ie11 .c-grid_item-mobile-2-8 {
        max-width: 23.5%; }
    .ie11 .c-grid_item-mobile-1-5 {
        max-width: 18.4%; }
    .ie11 .c-grid_item-mobile-1-6 {
        max-width: 15%; }
    .ie11 .c-grid_item-mobile-1-7 {
        max-width: 12.77%; }
    .ie11 .c-grid_item-mobile-1-8 {
        max-width: 10.75%; }
    .ie11 [class*='c-table_title'],
    .ie11 [class*='c-table_description'],
    .ie11 .c-table-transparent_title,
    .ie11 .c-table-transparent_description {
        max-width: 100%; }
    .ie11 .c-table_title-headline,
    .ie11 .c-table_title-headline-half,
    .ie11 .c-table_title-card-event,
    .ie11 .c-table-card-transparent_title {
        max-width: 30%; }
    .ie11 .c-table_description-headline,
    .ie11 .c-table_description-headline-half,
    .ie11 .c-table_description-card-event,
    .ie11 .c-table-card-transparent_description {
        max-width: 70%; }
    .c-board_title {
        text-align: left; }
    .c-board_innerBg {
        padding: 20px 10px; }
    .p-recommendWord {
        padding: 20px 0; }
    .p-recommendWord_box {
        display: block; }
    .p-recommendWord_title {
        font-size: .8rem; }
    .p-recommendWord_link {
        padding: 4px 10px;
        font-size: .6rem;
        height: 24px; }
    .p-serviceGuide:before,
    .p-serviceGuide:after {
        width: 100%; }
    .p-serviceGuide_box {
        padding: 20px 0 30px; }
    .p-serviceGuide_link {
        margin: auto; }
    .p-pageBg-guide {
        padding: 20px 10px; }
    .p-beginner-tab:before,
    .p-guide-tab:before {
        width: 14px;
        height: 14px;
        border-radius: 14px;
        top: -2px;
        left: -2px;
        border: 1px solid #43A7C4;
        font-size: 10px; }
    .p-anxiety_list {
        width: 100%; }
    .p-independence:before,
    .p-independence:after {
        width: 100%; }
    .p-independence_box {
        padding: 10px; }
    .p-engineerEntry {
        padding: 10px 0 40px;
        background-size: contain; }
    [class*='p-engineerEntry_circle'] {
        width: 100%;
        height: auto;
        border-radius: 4px;
        padding: 5px 10px;
        margin: 0 auto 10px; }
    .p-engineerEntry_circle-1 {
        width: 40%;
        border: none;
        background-color: rgba(255, 255, 255, 0.2); }
    .p-engineerEntry_text-1 {
        font-size: 2.4rem; }
    .p-engineerEntry_text-2 {
        font-size: 3.8rem; }
    .p-engineerEntry_note {
        height: auto; }
    .p-engineerEntry_link {
        padding: 20px 10px;
        font-size: .8rem; }
    .p-engineerEntry_grid {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end; }
    .p-engineerEntry_grid-results,
    .p-engineerEntry_grid-month {
        -ms-flex-preferred-size: auto;
        flex-basis: auto; }
    .p-engineerEntry_grid-results {
        margin-right: 0; }
    .p-engineerEntry_grid-agent {
        display: none; }
    .p-engineerEntry_img-agent {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto 10px; }
    .p-freeEntry_list {
        width: 100%; }
    [class*='p-breadcrumbNav'] {
        display: none; }
    .c-card {
        padding: 20px 10px 10px; }
    .c-card_block-title {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
    .c-card_block-favorite {
        display: none; }
    .c-status_group {
        right: -2px; }
    .c-status_group-news {
        right: -2px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); }
    .c-card_title {
        font-size: 1rem; }
    .c-card_title-small,
    .c-card_title-news {
        font-size: .7rem;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0; }
    .c-card section {
        font-size: .7rem; }
    .c-card_text {
        font-size: .7rem; }
    .c-card_text-small {
        font-size: .6rem; }
    .c-share_link-tips-details {
        width: 30px;
        height: 30px;
        font-size: 1rem; }
    .p-card-detail_link,
    .p-card-detail_submit {
        font-size: .6rem;
        width: 120px; }
    .p-card-detail_link,
    .p-card-detail_link-small {
        background-color: #CBE7EF; }
    .c-card-stop,
    .c-card-over,
    .c-card-close {
        padding: 20px 10px 10px; }
    [class*='c-container'] {
        padding-left: 10px;
        padding-right: 10px; }
    .c-container-header {
        min-height: 50px;
        padding-right: 50px; }
    .c-container-header-entry {
        min-height: 50px; }
    .c-container-footer {
        padding: 0; }
    .c-container-2column {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-column-gap: inherit; }
    .c-container-mobile {
        padding-left: 0;
        padding-right: 0; }
    .c-form_title {
        padding-left: 0;
        padding-right: 5px;
        color: #7A8995; }
    .c-form_entered {
        padding-top: 5px; }
    .c-form_marginTop {
        margin-top: 10px; }
    .p-form_verticalGrid {
        padding-bottom: 5px; }
    .p-form_box {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start; }
    .p-form_box-bg,
    .p-form_box-border {
        padding: 10px; }
    .c-form_confirm {
        padding: 10px 5px; }
    .c-form_note {
        text-align: right; }
    .p-form_secondarySpace {
        padding-top: 10px; }
    .p-form_selectGroup {
        padding-top: 10px; }
    .p-form_selectGroup_item {
        padding-right: 0;
        padding-bottom: 10px;
        width: 48%; }
    select:invalid + [class*='p-form_validation-error'],
    input:invalid + [class*='p-form_validation-error'],
    input:invalid + [class*='p-form_validation-error'] {
        padding: 6px 4px; }
    select:invalid + .p-form_validation-error-half,
    input:invalid + .p-form_validation-error-half,
    input:invalid + .p-form_validation-error-half {
        min-width: 120px; }
    .p-form_validation-error-half {
        min-width: 120px; }
    .p-experienceNav {
        padding: 10px 0 5px; }
    [class*='p-experienceNav_submit'] {
        padding: 2px 6px;
        font-size: .6rem; }
    .c-form-text,
    .c-form-select {
        padding: 5px; }
    .c-label-round {
        padding: 2px 10px;
        min-width: auto; }
    [class*='p-formButton'] {
        padding: 10px;
        font-size: .8rem; }
    .p-formButton-questionnaire,
    .p-formButton-home {
        width: 100%; }
    .p-formButton-download_link {
        font-size: .6rem; }
    [class*='c-grid_item-mobile'] {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0; }
    .c-grid_item-mobile-1-1 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
    .c-grid_item-mobile-7-8 {
        -ms-flex-preferred-size: 87.5%;
        flex-basis: 87.5%; }
    /*87.5%*/
    .c-grid_item-mobile-5-6 {
        -ms-flex-preferred-size: 83%;
        flex-basis: 83%; }
    /*83.333%*/
    .c-grid_item-mobile-4-5 {
        -ms-flex-preferred-size: 79.6%;
        flex-basis: 79.6%; }
    /*80%*/
    .c-grid_item-mobile-3-4 {
        -ms-flex-preferred-size: 74.5%;
        flex-basis: 74.5%; }
    /*75%*/
    .c-grid_item-mobile-2-3 {
        -ms-flex-preferred-size: 66%;
        flex-basis: 66%; }
    /*66.66%*/
    .c-grid_item-mobile-5-8 {
        -ms-flex-preferred-size: 61.75%;
        flex-basis: 61.75%; }
    /*62.5%*/
    .c-grid_item-mobile-3-5 {
        -ms-flex-preferred-size: 59%;
        flex-basis: 59%; }
    /*60%*/
    .c-grid_item-mobile-1-2, .c-grid_item-mobile-2-4,
    .c-grid_item-mobile-3-6, .c-grid_item-mobile-4-8 {
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%; }
    /*50%*/
    .c-grid_item-mobile-2-5 {
        -ms-flex-preferred-size: 39%;
        flex-basis: 39%; }
    /*40%*/
    .c-grid_item-mobile-3-8 {
        -ms-flex-preferred-size: 36.25%;
        flex-basis: 36.25%; }
    /*37.5%*/
    .c-grid_item-mobile-1-3,
    .c-grid_item-mobile-2-6 {
        -ms-flex-preferred-size: 32%;
        flex-basis: 32%; }
    /*33.33%*/
    .c-grid_item-mobile-1-4,
    .c-grid_item-mobile-2-8 {
        -ms-flex-preferred-size: 23.5%;
        flex-basis: 23.5%; }
    /*25%*/
    .c-grid_item-mobile-1-5 {
        -ms-flex-preferred-size: 18.4%;
        flex-basis: 18.4%; }
    /*20%*/
    .c-grid_item-mobile-1-6 {
        -ms-flex-preferred-size: 15%;
        flex-basis: 15%; }
    /*16.66%*/
    .c-grid_item-mobile-1-7 {
        -ms-flex-preferred-size: 12.77%;
        flex-basis: 12.77%; }
    /*14.28%*/
    .c-grid_item-mobile-1-8 {
        -ms-flex-preferred-size: 10.75%;
        flex-basis: 10.75%; }
    /*12.5%*/
    [class*='c-link_border'] {
        background-color: #CBE7EF; }
    [class*='c-link'] {
        font-size: .6rem;
        width: auto; }
    .c-link_border,
    .c-link-submit,
    .c-link-internal {
        min-width: 140px; }
    .c-link_round {
        padding: 4px 10px; }
    .c-link_border-primary {
        padding: 12px 10px;
        width: 50%;
        font-size: .7rem;
        background-color: #fafbfc; }
    .c-link_border-secondary {
        padding: 10px; }
    .c-link-submit-headline {
        margin: auto; }
    .c-favorite-submit {
        padding: 4px 10px;
        font-size: .6rem;
        max-width: 140px; }
    .c-list_item:before {
        top: 8px; }
    .c-list_item-addLink:before {
        top: 15px; }
    .c-list_item-counter:before {
        top: 2px; }
    .c-list_item-counter-addLink:before {
        top: 8px; }
    .p-form-list {
        display: block;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset; }
    .p-form-list_item,
    .p-form-list_item-wide {
        width: 100%;
        padding-left: 20px;
        padding-right: 0; }
    .p-form-list_item:before,
    .p-form-list_item-wide:before {
        left: 10px; }
    .c-list_link-entry {
        padding-left: 22px; }
    .p-globalNav {
        padding-right: 0;
        -ms-flex-preferred-size: auto;
        flex-basis: auto; }
    [class*="p-globalNav_tab"] {
        height: 50px; }
    .p-globalNav_tab-favorite,
    .p-globalNav_tab-project,
    .p-globalNav_tab-guide,
    .p-globalNav_tab-event,
    .p-globalNav_tab-tips,
    .p-globalNav_tab-beginner,
    .p-globalNav_tab-client {
        display: none; }
    /*Drawer menu Area*/
    .p-drawerNav {
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        z-index: 10;
        background-color: #fff; }
    .p-drawerNav_open {
        display: inline-block;
        width: 50px;
        height: 50px;
        vertical-align: middle;
        cursor: pointer; }
    /*Bg*/
    .p-drawerNav_close {
        display: none;
        position: fixed;
        z-index: 99;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #B2C4C7;
        opacity: 0; }
    .p-drawerNav_close:hover {
        cursor: pointer; }
    .p-drawerNav_submit-top,
    .p-drawerNav_submit-bottom {
        padding: 10px;
        display: block;
        background-color: #F9FAFB;
        border: 1px solid #B0BAC6;
        color: #B0BAC6;
        text-align: center; }
    .p-drawerNav_submit-bottom {
        margin: 10px 0; }
    .p-drawerNav_submit-top:hover,
    .p-drawerNav_submit-bottom:hover {
        border: 1px solid #3C4E65;
        color: #3C4E65; }
    /*Content*/
    .p-drawerNav_content {
        overflow: auto;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        width: 70%;
        max-width: 240px;
        height: 100%;
        background-color: #EFF3F4;
        -webkit-transform: translateX(-105%);
        -ms-transform: translateX(-105%);
        transform: translateX(-105%);
        padding: 10px; }
    /*Hamburger icon*/
    .p-hamburgerButton,
    .p-hamburgerButton:before,
    .p-hamburgerButton:after {
        width: 28px;
        height: 2px;
        background-color: #4A79A9;
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .p-hamburgerButton:before {
        top: -8px;
        opacity: 1; }
    .p-hamburgerButton:after {
        top: 10px;
        opacity: 1; }
    /*On check hamburger*/
    .p-drawerNav_input:checked ~ .p-drawerNav_open .p-hamburgerButton {
        height: 0; }
    .p-drawerNav_input:checked ~ .p-drawerNav_open .p-hamburgerButton:before {
        -webkit-transform: rotate(45deg) translate3d(2px, 18px, 0);
        transform: rotate(45deg) translate3d(2px, 18px, 0);
        top: -14px;
        left: 40%; }
    .p-drawerNav_input:checked ~ .p-drawerNav_open .p-hamburgerButton:after {
        -webkit-transform: rotate(-45deg) translate3d(2px, -18px, 0);
        transform: rotate(-45deg) translate3d(2px, -18px, 0);
        top: 14px;
        left: 40%; }
    .p-drawerNav_input:checked ~ .p-drawerNav_close {
        display: block;
        opacity: .5; }
    .p-drawerNav_input:checked ~ .p-drawerNav_content {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%); }
    .p-form_selectList,
    .c-formSlide_item-career {
        display: none; }
    .p-formSkillControl ~ .p-formSlide-careerSkill .c-formSlide_item-skill {
        max-height: initial;
        opacity: 1;
        position: relative; }
    .c-table {
        border-top: 1px solid #fff; }
    [class*='c-table_title'] {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 4px 10px;
        border-bottom: none; }
    [class*='c-table_description'] {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 6px 10px;
        border-bottom: none; }
    .c-table_title-headline,
    .c-table_title-headline-half {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
        border-bottom: 1px solid #B2C4C7;
        padding: 5px 10px; }
    .c-table_description-headline,
    .c-table_description-headline-half {
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
        border-bottom: 1px solid #B2C4C7;
        padding: 5px 10px; }
    .c-table-detail {
        border-top: none; }
    .c-table-transparent_title {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 10px 0 0;
        border-bottom: none;
        color: #7A8995; }
    .c-table-transparent_description {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 5px 0 10px; }
    .c-table_title-card-event {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
        border-bottom: 1px solid #B2C4C7; }
    .c-table_description-card-event {
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
        border-bottom: 1px solid #B2C4C7; }
    .c-table-card-transparent_title {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%; }
    .c-table-card-transparent_description {
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%; }
    .c-text_capacity-detail,
    .c-text_price-detail {
        font-size: 1.4rem; }
    .c-text_number {
        font-size: 1rem; }
    .c-text_capacity,
    .c-text_price,
    .c-text_date,
    .c-text_time {
        font-size: 1rem; }
    .c-text_date-home {
        font-size: .8rem; }
    .c-text_year {
        font-size: .6rem; }
    .c-text_day {
        font-size: .6rem; }
    .p-mainContent_text-marginTop {
        margin-top: 10px; }
    .p-mainContent_text-marginBottom {
        margin-bottom: 5px; }
    .c-headline_h1 {
        font-size: 1.6rem; }
    .c-headline_h1:before {
        height: 100%; }
    .c-outerTitle-h1:before,
    .c-outerTitle-h2:before,
    .c-outerTitle-h3:before,
    .c-outerTitle-h4:before,
    .c-outerTitle-h5:before,
    .c-outerTitle-h6:before {
        top: 4px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; }
    .c-outerTitle-h1 {
        padding-left: 32px; }
    .c-outerTitle-h1:before {
        width: 24px;
        height: 24px; }
    .c-outerTitle-h2 {
        padding-left: 28px; }
    .c-outerTitle-h2:before {
        width: 19px;
        height: 19px; }
    .c-outerTitle-h3 {
        padding-left: 22px; }
    .c-outerTitle-h3:before {
        width: 16px;
        height: 16px; }
    .c-outerTitle-h4 {
        padding-left: 16px; }
    .c-outerTitle-h4:before {
        width: 13px;
        height: 13px; }
    .c-outerTitle-h5 {
        padding-left: 12px; }
    .c-outerTitle-h5:before {
        width: 8px;
        height: 8px; }
    .c-outerTitle-h6 {
        padding-left: 6px; }
    .c-outerTitle-h6:before {
        width: 4px;
        height: 4px; }
    .p-mainContent_title-marginTop {
        margin-top: 20px; }
    .p-mainContent_title-marginTop-small {
        margin-top: 10px; }
    .p-mainContent_title-marginBottom {
        margin-bottom: 5px; }
    .p-alert-legacy {
        position: fixed;
        top: 25%;
        left: 5%;
        width: 90%;
        height: 50%;
        padding: 20px 10px;
        z-index: 1000;
        border-radius: 4px; }
    .p-alertLogo_img {
        width: 120px; }
    .p-alert_title {
        font-size: 1rem;
        padding: 10px 0 5px; }
    .p-alert_link,
    .p-alert_link-close {
        display: block;
        margin-top: 10px;
        width: 100%;
        padding: 10px 15px; }
    [class*='p-treeMenu_link-'],
    .p-treeMenu_block,
    .p-treeMenu_list-child,
    .p-treeMenu_list-grandchild,
    .p-treeMenu_list_item-grandchild {
        -webkit-transition: .5s;
        transition: .5s; }
    .p-treeMenu_button,
    .p-treeMenu_button-icon,
    .p-treeMenu_button-child {
        -webkit-transition: .5s;
        transition: .5s; }
    .p-drawerNav_submit-top,
    .p-drawerNav_submit-bottom,
    .p-drawerNav_close,
    .p-drawerNav_content,
    .p-hamburgerButton,
    .p-hamburgerButton:before,
    .p-hamburgerButton:after {
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out; }
    .p-article-home {
        padding-top: 30px; }
    .p-card-project,
    .p-card-event,
    .p-card-event-home,
    .p-card-tips,
    .p-card-tips-home {
        margin-bottom: 15px; }
    .p-card-project {
        padding-top: 25px; }
    .p-card-tips,
    .p-card-tips-home {
        padding: 10px; }
    .p-card-news {
        margin-bottom: 5px; }
    .p-card-news-ticker {
        border-radius: 0 0 4px 4px;
        padding: 12px 10px 11px; }
    .p-card_block-eventHome-1 {
        padding-top: 0; }
    .p-card_block-eventHome-2,
    .p-card_block-eventHome-3,
    .p-card_block-eventHome-4,
    .p-card_block-tips-1,
    .p-card_block-tipsHome-1,
    .p-card_block-tipsHome-2 {
        padding-top: 5px; }
    .p-card_block-news-2 {
        margin-top: 10px; }
    .p-card-news-ticker_link:hover {
        border-radius: 0 0 4px 4px; }
    .p-detail_block-event-2 {
        margin-top: 10px; }
    .p-detail_block-tips-1 {
        margin-top: 10px; }
    .p-detail_attention {
        padding: 10px; }
    .p-detail_attention_text {
        font-size: .6rem; }
    .c-detailStatus_new {
        padding: 8px 20px;
        font-size: .6rem; }
    .p-preferenceIcon_img {
        width: 40px; }
    .c-datail section {
        margin-top: 10px; }
    .c-detail_img {
        margin-top: 10px; }
    .p-event_space-instructor {
        padding: 5px 0 0; }
    .p-event_img-instructor {
        margin-top: 0; }
    [class*='p-detail_text-alert'] {
        font-size: .6rem;
        margin-bottom: 10px;
        padding: 5px 10px;
        text-align: left; }
    .c-headline {
        padding: 20px 0; }
    .c-headline_box,
    .c-headline_box-addThumbnail {
        padding-top: 10px; }
    .p-keyVisualContent-top_item-1 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 5;
        grid-column: 1 / 6;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2;
        z-index: 5; }
    .p-keyVisualContent-top_item-2 {
        display: none !important; }
    .p-keyVisualContent-top_item-3 {
        display: none !important; }
    .p-keyVisualContent-top_item-4 {
        -ms-grid-column: 4;
        -ms-grid-column-span: 5;
        grid-column: 4 / 9;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1 / 3;
        z-index: 1; }
    .p-keyVisualContent-top_item-5 {
        z-index: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 8;
        grid-column: 1 /9;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / 3; }
    .p-keyVisualContent-top_item-6 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 8;
        grid-column: 1 /9;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3 / 4; }
    .p-keyVisualContent-top_item-7 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 8;
        grid-column: 1 / 9;
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        grid-row: 4 / 5; }
    .p-keyVisual-top {
        background-image: url("/img/home/home-keyVisual-bg-md.webp");
        background-size: contain;
        background-position: top center;
        background-attachment: scroll;
        padding-top: 20px;
        margin-top: 0; }
    .safari .p-keyVisual-top {
        background-image: url("/img/home/home-keyVisual-bg-md.jpg"); }
    .p-news-ticker_title {
        border-radius: 4px 4px 0 0;
        height: auto;
        font-size: .8rem;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 5px 10px; }
    .p-card-news-ticker .p-card_time {
        padding-top: 2px; }
    .p-sortNav {
        padding-top: 10px; }
    [class*='p-sortNav_link'] {
        min-width: 60px;
        padding: 8px 6px; }
    .p-sortNav_link-active,
    .p-sortNav_link {
        height: 38px; }
    .p-sortNav_link-circle {
        min-width: auto;
        padding: 0;
        width: 36px;
        min-width: 36px;
        height: 36px; }
    .p-page-balloon:before {
        left: -10px;
        border-width: 0 15px 15px 0; }
    .p-number_order {
        width: 40px;
        height: 40px;
        border-radius: 40px;
        font-size: 1.8rem;
        border-width: 1px; }
    [class*='p-page-verticalLine']:before {
        width: 1px; }
    .p-form_step {
        width: 90%; }
    [class*='p-step_group']:before,
    [class*='p-step_group']:after {
        top: 20px; }
    [class*='p-step_group']:after,
    [class*='p-step_group-done']:before {
        height: 1px; }
    [class*='p-step_confirm'],
    [class*='p-step_favorite'],
    [class*='p-step_entry'] {
        width: 40px;
        height: 40px;
        border-radius: 40px;
        font-size: 1.8rem;
        border-width: 1px; }
    [class*='c-checkmark']:before {
        width: 2px;
        height: 12px;
        left: 21px;
        top: 12px; }
    [class*='c-checkmark']:after {
        width: 6px;
        height: 2px;
        left: 16px;
        top: 22px; }
    [class*='c-label-step'] {
        width: 60px; }
    [class*='c-label-step'].c-label-round {
        padding: 2px 0; }
    .p-project_block-marginBottom {
        margin-bottom: 10px; }
    .p-news_block-marginTop {
        margin-top: 20px; }
    .p-guide-tabs {
        margin-top: 10px; }
    .p-mainContent_block-paddingTop,
    .p-mainContent_block-paddingTop-mobile {
        padding-top: 20px; }
    .p-guide-tabs {
        margin-bottom: 20px; }
    .p-beginner-tabs {
        margin-top: 10px; }
    .p-guide-tabs:after,
    .p-beginner-tabs:after {
        height: 1px; }
    .p-page-beginner {
        background-image: none; }
    .p-beginner_text {
        padding-bottom: 15px; }
    .p-beginner_text:last-child {
        padding-bottom: 0; }
    .p-beginner_lists {
        padding: 10px 5px 5px;
        border: none;
        background-color: #EFF3F4; }
    .p-mainContent_block-paddingTop {
        padding-top: 20px; }
    .p-page-balloon:before {
        left: -10px;
        border-width: 0 15px 15px 0; }
    .p-page_block-policy-3 {
        margin-top: 10px;
        margin-left: -20px; }
    .p-faq_block-question {
        padding: 5px 10px; }
    .p-faq_input:checked ~ .p-faq_block-answer {
        padding: 2px 10px 5px; }
    .p-faq-arrow {
        right: 10px; }
    .p-sitemap-paddingBottom {
        padding-bottom: 0; }
    .p-page_block-error-1 {
        padding-top: 0;
        padding-bottom: 10px; }
    .p-page_block-error-2 {
        margin-top: 10px; }
    .p-paginationNav_tab {
        display: none; }
    .p-paginationNav_tab:first-of-type,
    .p-paginationNav_tab:last-of-type,
    .p-paginationNav_tab:nth-of-type(2),
    .p-paginationNav_tab:nth-last-of-type(2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    [class*='p-paginationNav_link'] {
        height: 40px;
        width: 50px; }
    .p-paginateNav {
        margin-top: 10px; }
    [class*='p-paginateNav_tab-'] {
        font-size: .6rem; }
    .p-paginateNav_tab-current {
        width: 64%; }
    .p-paginateNav_tab-previous {
        width: 16%; }
    .p-paginateNav_tab-next {
        width: 16%; }
    .p-paginateNav_link {
        height: 40px; }
    .p-code {
        padding: 0 10px; }
    .p-projectSkill .c-link-internal {
        padding: 10px 5px; }
    .p-searchBox {
        padding: 10px 0 0; }
    .p-searchBox_group {
        padding-bottom: 60px; }
    .p-searchBox_Button {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 100%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
    .p-searchBox_button-open,
    .p-searchBox_button-close {
        width: 50%;
        height: 40px;
        border-radius: 0;
        margin-right: 0;
        border-width: 1px; }
    .p-searchBox_button-open:hover,
    .p-searchBox_button-close:hover {
        border-width: 1px;
        border: 2px solid #43A7C4; }
    .p-searchBox_button_text {
        font-size: .7rem; }
    .p-searchBox_button_icon {
        font-size: 1.2rem; }
    .p-searchResult_result,
    .p-searchResult_condition {
        font-size: 1rem; }
    .p-searchResult_event {
        padding-bottom: 5px;
        display: inline-block; }
    .p-searchTextForm {
        width: 100%; }
    .c-searchTabbar-open:checked ~ .p-searchTabbar {
        padding: 10px 0 0; }
    .c-searchTabbar-open:checked ~ .p-searchTextForm {
        padding-top: 10px; }
    .p-searchResult_addWord {
        font-size: .7rem;
        padding: 5px 20px; }
    .p-pageBg_tips-details {
        border-radius: 0;
        padding: 20px;
        margin-bottom: 20px; }
    .p-container_tips-details {
        padding: 0; }
    .p-tips_paginationNav-container {
        padding: 0; }
    .p-tips_text_meta-category {
        display: block;
        padding-left: 0;
        margin-top: 6px; }
    .p-cta_footer_text {
        font-size: 10px; }
    .p-cta_footer_link {
        font-size: .6rem; }
    .p-tips-details .p-backToTop_link {
        bottom: 70px; }
    .p-tips-details .c-container-footer {
        padding-bottom: 0; }
    .p-tips-details .p-copyright {
        padding-bottom: 60px; }
    .p-tips-details .p-copyright_left {
        height: 30px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
    .p-pageBg_cta {
        margin: 20px 0 0; }
    .p-pageBg_cta h4 {
        font-size: 1rem; }
    .u-pc-only {
        display: none; }
    .u-sp-only {
        display: block; } }

@media screen {
    [hidden~="screen"] {
        display: inherit; }
    [hidden~="screen"]:not(:active):not(:focus):not(:target) {
        position: absolute !important;
        clip: rect(0 0 0 0) !important; } }

@media (max-width: 480px) {
    .p-headerLogo_size,
    .p-headerLogo_link {
        width: 100px; }
    .p-headerText-form {
        padding-left: 0; }
    .p-engineerEntry_circle-1 {
        width: 50%; }
    .p-engineerEntry_text-2 {
        font-size: 3rem; }
    .p-engineerEntry_grid-agent {
        display: none; }
    .p-engineerEntry_note {
        height: 12px;
        width: auto; }
    .c-container-header-entry {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        padding-top: 10px;
        padding-bottom: 10px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
    .c-container-header-entry .p-headerLogo {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
    .c-headline_h1 {
        font-size: 1.2rem;
        padding-left: 15px; }
    .p-card-news {
        padding: 20px 5px;
        margin-bottom: 5px; }
    .p-card-news-ticker {
        border-radius: 0 0 4px 4px;
        padding: 12px 10px 11px; }
    [class*='p-paginationNav_link'] {
        height: 28px;
        width: 34px; } }

@media all and (max-width: 1024px) {
    .c-form-checkbox,
    .c-form-radio {
        font-size: .8rem; }
    [type="checkbox"]:checked + .c-form-checkbox,
    [type="checkbox"]:not(:checked) + .c-form-checkbox,
    [type="radio"]:checked + .c-form-radio,
    [type="radio"]:not(:checked) + .c-form-radio {
        padding-left: 18px; }
    [type="checkbox"]:checked + .c-form-checkbox:before,
    [type="checkbox"]:not(:checked) + .c-form-checkbox:before,
    [type="radio"]:checked + .c-form-radio:before,
    [type="radio"]:not(:checked) + .c-form-radio:before {
        width: 12px;
        height: 12px;
        top: 3px; }
    [type="checkbox"]:checked + .c-form-checkbox:after,
    [type="checkbox"]:not(:checked) + .c-form-checkbox:after,
    [type="radio"]:checked + .c-form-radio:after,
    [type="radio"]:not(:checked) + .c-form-radio:after {
        width: 8px;
        height: 8px;
        top: 5px;
        left: 2px; }
    .p-entryLink_bg {
        padding: 20px 10px; }
    .p-entryButton_entry {
        font-size: .9rem; }
    .p-chart-top {
        padding: 10px 0; }
    .p-chartList_title {
        font-size: .8rem; }
    .p-chartList_tab {
        font-size: .8rem; }
    .p-news-ticker {
        padding-bottom: 20px; }
    .p-searchInput {
        padding: 10px; }
    .p-searchResult_text-top {
        padding-left: 10px; }
    [class*='c-panelLabel'] {
        font-size: .8rem; }
    .p-tabbarPanel_title {
        font-size: 1rem; }
    [class*='p-tabbarPanel_list_item'] {
        padding-bottom: 10px; } }

@media all and (max-width: 768px) {
    .p-entryLink_bg {
        padding: 10px 5px; }
    .p-entryLink_title {
        font-size: .6rem; }
    .p-entryLink_text {
        padding: 10px 0;
        font-size: .6rem; }
    .p-entryButton {
        padding: 10px 5px; }
    .p-chartList_tabs-skill {
        padding-bottom: 20px; }
    .p-news-ticker {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 5px;
        padding-bottom: 20px; }
    .p-news-ticker_block {
        border-radius: 0 0 4px 4px; }
    [class*="p-searchResultButton"] {
        font-size: .7rem; }
    .p-searchResult_note {
        padding-bottom: 5px;
        font-size: .6rem; } }

@media all and (max-width: 480px) {
    .p-news-ticker_list .p-card_time {
        width: auto;
        margin-top: 0;
        padding-top: 0;
        letter-spacing: -.02rem;
        padding-left: 0; } }

@media handheld {
    a:hover {
        color: inherit;
        background-color: inherit; } }

@media handheld and (orientation: landscape) {
    .c-container-header-entry,
    .p-container-footer-form {
        max-width: 920px; } }

@media all and (max-width: 767px) {
    .p-tabbarButton_tab,
    [class*='p-tabbarButton_tab-'] {
        position: static; }
    /*Open & Close Button*/
    .p-tabbarButton_tab-open,
    .p-tabbarButton_tab-close {
        display: inline; }
    .p-panelControl-open {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
    .c-panelControl-1:checked ~ .p-tabbarButton .c-panelTabbar_tab-1 .p-panelControl:after,
    .c-panelControl-2:checked ~ .p-tabbarButton .c-panelTabbar_tab-2 .p-panelControl:after,
    .c-panelControl-3:checked ~ .p-tabbarButton .c-panelTabbar_tab-3 .p-panelControl:after,
    .c-panelControl-4:checked ~ .p-tabbarButton .c-panelTabbar_tab-4 .p-panelControl:after,
    .c-panelControl-1:checked ~ .p-tabbarButton .c-panelTabbar_tab-1 .p-panelControl-skill:after,
    .c-panelControl-2:checked ~ .p-tabbarButton .c-panelTabbar_tab-2 .p-panelControl-position:after,
    .c-panelControl-3:checked ~ .p-tabbarButton .c-panelTabbar_tab-3 .p-panelControl-area:after,
    .c-panelControl-4:checked ~ .p-tabbarButton .c-panelTabbar_tab-4 .p-panelControl-preference:after,
    .c-navControl:checked ~ .p-tabbarButton .p-panelControl-open {
        display: none; }
    .p-panelControl-close {
        display: block;
        max-height: 0;
        overflow-y: hidden;
        background-color: #3C4E65;
        color: #fff;
        -webkit-transition: max-height 200ms;
        transition: max-height 200ms;
        letter-spacing: 1px;
        font-size: .8rem;
        position: relative; }
    .p-panelControl-close:before {
        z-index: 2;
        position: absolute;
        right: 15px;
        top: 50%;
        content: "\f057";
        font-family: "Font Awesome 5 Free";
        pointer-events: none;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        color: #EFF3F4;
        font-size: 1rem;
        font-weight: 900; }
    .c-navControl:checked ~ .p-tabbarButton .p-panelControl-close {
        min-height: 50px;
        opacity: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
    .p-panelControl-open:hover,
    .p-panelControl-close:hover {
        cursor: pointer; }
    .c-navControl:checked ~ .p-tabbarButton .c-panelTabbar_tab-1,
    .c-navControl:checked ~ .p-tabbarButton .c-panelTabbar_tab-2,
    .c-navControl:checked ~ .p-tabbarButton .c-panelTabbar_tab-3,
    .c-navControl:checked ~ .p-tabbarButton .c-panelTabbar_tab-4,
    .c-navControl:checked ~ .p-tabbarButton .p-tabbarButton_tab-skill,
    .c-navControl:checked ~ .p-tabbarButton .p-tabbarButton_tab-position,
    .c-navControl:checked ~ .p-tabbarButton .p-tabbarButton_tab-area,
    .c-navControl:checked ~ .p-tabbarButton .p-tabbarButton_tab-preference {
        max-height: 50px;
        opacity: 1;
        margin-bottom: 1px; }
    .p-tabbarButton_tab-open:before {
        z-index: 2;
        position: absolute;
        right: 15px;
        top: 50%;
        content: "\f358";
        font-family: "Font Awesome 5 Free";
        pointer-events: none;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        color: #EFF3F4;
        font-size: 1rem;
        font-weight: 900; }
    .c-navControl:checked ~ .p-tabbarButton .p-tabbarButton_tab-open:before {
        display: none; }
    .p-tabbarButton_tabs {
        position: relative;
        display: block; }
    .p-tabbarButton_tab,
    [class*='p-tabbarButton_tab-'] {
        max-height: 0;
        overflow-y: hidden;
        -webkit-transition: max-height 200ms;
        transition: max-height 200ms; }
    [class*='c-panelLabel'] {
        padding: 12px 0;
        border-radius: 0;
        background-color: #EFF3F4;
        color: inherit;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
    .c-panelControl-1:checked ~ .p-tabbarButton .c-panelTabbar_tab-1,
    .c-panelControl-2:checked ~ .p-tabbarButton .c-panelTabbar_tab-2,
    .c-panelControl-3:checked ~ .p-tabbarButton .c-panelTabbar_tab-3,
    .c-panelControl-4:checked ~ .p-tabbarButton .c-panelTabbar_tab-4,
    .c-panelControl-1:checked ~ .p-tabbarButton .p-tabbarButton_tab-skill,
    .c-panelControl-2:checked ~ .p-tabbarButton .p-tabbarButton_tab-position,
    .c-panelControl-3:checked ~ .p-tabbarButton .p-tabbarButton_tab-area,
    .c-panelControl-4:checked ~ .p-tabbarButton .p-tabbarButton_tab-preference {
        max-height: 50px;
        opacity: 1;
        color: #4A79A9; }
    [class*='c-panelTabbar_tab'] {
        color: #4A79A9; }
    .p-tabbarButton_tab-skill {
        color: #4C9165; }
    .p-tabbarButton_tab-position {
        color: #827BA2; }
    .p-tabbarButton_tab-area {
        color: #43A7C4; }
    .p-tabbarButton_tab-preference {
        color: #C4AF6C; }
    .c-panelControl-1:checked ~ .p-tabbarPanel .p-tabbarPanel_section .c-tabbarPanel_box-1,
    .c-panelControl-1:checked ~ .p-tabbarPanel .p-tabbarPanel_section .p-tabbarPanel_box-skill,
    .c-panelControl-2:checked ~ .p-tabbarPanel .p-tabbarPanel_section .c-tabbarPanel_box-2,
    .c-panelControl-2:checked ~ .p-tabbarPanel .p-tabbarPanel_section .p-tabbarPanel_box-position,
    .c-panelControl-3:checked ~ .p-tabbarPanel .p-tabbarPanel_section .c-tabbarPanel_box-3,
    .c-panelControl-3:checked ~ .p-tabbarPanel .p-tabbarPanel_section .p-tabbarPanel_box-area,
    .c-panelControl-4:checked ~ .p-tabbarPanel .p-tabbarPanel_section .c-tabbarPanel_box-4,
    .c-panelControl-4:checked ~ .p-tabbarPanel .p-tabbarPanel_section .p-tabbarPanel_box-preference {
        padding: 20px 10px 10px; }
    .p-tabbarPanel_title {
        padding-bottom: 0;
        font-size: .9rem; }
    [class*='p-tabbarPanel_list_item'] {
        width: 49%; } }