.l-container {
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
}

.c-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

.c-button {
    -webkit-appearance: none;
    appearance: none;
}

.c-button:disabled,
fieldset:disabled .c-button {
    cursor: not-allowed;
}

.p-detail a[target=_blank]:not(.c-zoomButton)::after,
.p-newsList__inner::after,
.p-outlineTable a[target=_blank]::after,
.p-featureAnchor__link::after,
.p-footerRelation__link::after,
.p-footerNav__title::after,
.p-headerNav__link[target=_blank]::after,
.p-headerMenu__accordion::after,
.p-headerMenu__single[target=_blank]::after,
.c-pagenation__preview::before,
.c-pagenation__next::before,
.c-pagetop::after,
.c-breadcrumb__item:nth-child(n+2)::before,
.c-returnLink::after,
.c-button--arrow .c-button__inner::after,
.c-button--link .c-button__inner::after {
    font-family: "iconfont" !important;
    speak: never;
    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;
}

@font-face {
    font-family: "iconfont";
    src: url("../font/iconfont.ttf") format("truetype"), url("../font/iconfont.woff") format("woff"), url("../font/iconfont.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -webkit-tap-highlight-color: transparent;
    /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: inherit;
    /* 2 */
}

address {
    font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: inherit;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
    vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    outline: 0;
    border-radius: 0;
    text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
    -webkit-appearance: checkbox;
    appearance: checkbox;
}

[type=radio] {
    -webkit-appearance: radio;
    appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
    cursor: default;
}

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
    display: none;
}

/**
 * Remove padding
 */
option {
    padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
    margin: 0;
    padding: 0;
    min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
    outline-offset: -2px;
    /* 1 */
}

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

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

/**
 * Clickable labels
 */
label[for] {
    cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
    outline: none;
}

/* Table */
/* ============================================ */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption {
    text-align: left;
}

td,
th {
    vertical-align: top;
    padding: 0;
}

th {
    text-align: left;
    font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

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

input::-ms-clear {
    display: none;
}

input::-ms-reveal {
    display: none;
}

input[type=password]::-webkit-credentials-auto-fill-button {
    margin: 0;
    width: 0;
    background-color: transparent;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

html {
    font-size: 10px;
    font-family: "Noto Sans JP", sans-serif;
    text-rendering: optimizeLegibility;
    line-height: 1.4;
    background: #fff;
    color: #111;
}

body {
    display: flex;
    min-height: 100vh;
    font-size: 1.5rem;
}

button:hover,
button:active,
input:hover,
input:active,
a:hover,
a:active {
    outline: none;
}

img {
    max-width: 100%;
}

.mediaQueries::before {
    display: none;
    content: "desktop";
}

.l-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 100px;
}

.l-container--middle {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
}

.l-container--small {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
}

.l-header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
}

.l-main {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    padding-bottom: 300px;
    overflow: hidden;
}

.l-footer {
    flex: 0 0 auto;
}

.c-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 280px;
    min-height: 60px;
    background-color: #014099;
    color: #fff;
    font-weight: 500;
    position: relative;
    overflow: hidden;
}

.c-button::before,
.c-button::after {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.c-button::before {
    content: "";
    background-color: #fff;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: 400ms ease-out;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-delay: 0;
}

.c-button::after {
    white-space: pre;
    content: attr(data-text);
    position: absolute;
    color: #1a3c6e;
    -webkit-clip-path: polygon(0 0, 0 100%, 0 100%, 0 0%);
    clip-path: polygon(0 0, 0 100%, 0 100%, 0 0%);
    transition: 400ms ease-out;
    transition-property: -webkit-clip-path;
    transition-property: clip-path;
    transition-property: clip-path, -webkit-clip-path;
    transition-delay: 0;
}

.c-button:hover::before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.c-button:hover::after {
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0% 100%, 0 0%);
    clip-path: polygon(100% 0, 100% 100%, 0% 100%, 0 0%);
}

.c-button::after {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.c-button--large {
    max-width: 360px;
    min-height: 60px;
}

.c-button--small {
    max-width: 280px;
    min-height: 50px;
}

.c-button--border {
    background-color: #fff;
    color: #111;
    border-radius: 2px;
    border: 2px solid #014099;
}

.c-button--border::before {
    background-color: #014099;
}

.c-button--border::after {
    color: #fff;
}

.c-button--white {
    background-color: transparent;
    color: #fff;
    border-radius: 2px;
    border: 2px solid #fff;
}

.c-button--white::before {
    background-color: #fff;
}

.c-button--white::after {
    color: #014099;
}

.c-button--arrow,
.c-button--link {
    position: relative;
}

.c-button--arrow .c-button__inner::after,
.c-button--link .c-button__inner::after {
    position: absolute;
    top: calc(50% - 4px);
    right: 24px;
    font-size: 1rem;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    transition: 400ms ease-out;
    transition-property: color;
    transition-delay: 0;
}

.c-button--arrow:hover .c-button__inner::after,
.c-button--link:hover .c-button__inner::after {
    color: #014099;
}

.c-button--arrow .c-button__inner::after {
    content: "";
    font-size: 1.5rem;
    top: calc(50% - 6px);
}

.c-button--link .c-button__inner::after {
    content: "";
    font-size: 1.5rem;
    top: calc(50% - 6px);
}

.c-button--border.c-button--arrow .c-button__inner::after,
.c-button--border.c-button--link .c-button__inner::after {
    color: #014099;
}

.c-button--border.c-button--arrow:hover .c-button__inner::after,
.c-button--border.c-button--link:hover .c-button__inner::after {
    color: #fff;
}

.c-button--line {
    max-width: 320px;
    text-align: center;
    line-height: 1.8;
    padding-top: 21px;
    padding-bottom: 21px;
}

.c-button--line::after {
    content: attr(data-text) "\a"attr(data-text2);
}

.p-contact .c-button {
    max-width: 320px;
}

.p-resourceInfo .c-button {
    max-width: 360px;
    min-height: 80px;
}

.c-arrowLink {
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    padding-bottom: 6px;
    position: relative;
    overflow: hidden;
}

.c-arrowLink::before {
    position: absolute;
    z-index: 2;
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #014099;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: 400ms ease-out;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-delay: 0;
}

.c-arrowLink:hover::before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.c-arrowLink::after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    margin-left: 16px;
    background: url("../image/icon_round.svg") no-repeat;
    background-color: #fff;
    border-radius: 50%;
}

.c-returnLink {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    padding-left: 18px;
    position: relative;
    overflow: hidden;
}

.c-returnLink::before {
    position: absolute;
    z-index: 2;
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #111;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: 400ms ease-out;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-delay: 0;
}

.c-returnLink:hover::before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.c-returnLink::after {
    position: absolute;
    top: calc(50% - 6px);
    left: 0;
    font-size: 1.5rem;
    content: "";
    -webkit-transform: rotate(180deg) scale(0.8);
    transform: rotate(180deg) scale(0.8);
}

.c-table {
    width: 100%;
    font-weight: 700;
}

.c-table th,
.c-table td {
    border: 1px solid #d9e1ed;
    padding: 28px 40px;
}

.c-table th {
    background: #eaf5fb;
}

.c-scrollTable {
    width: 100%;
    overflow-x: scroll;
    font-weight: 700;
    word-break: keep-all;
}

.c-scrollTable__table {
    width: 100%;
}

.c-scrollTable__table th,
.c-scrollTable__table td {
    border: 1px solid #d9e1ed;
    padding: 28px 40px;
}

.c-scrollTable__table th {
    background: #eaf5fb;
}

.c-infoTable {
    width: 100%;
    border-top: 1px solid #dddddd;
}

.c-infoTable th,
.c-infoTable td {
    border-bottom: 1px solid #dddddd;
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 1.8;
}

.c-infoTable th {
    font-weight: 400;
    padding-left: 40px;
    padding-right: 48px;
}

.c-annotationList__item {
    margin-top: 8px;
    display: flex;
    font-size: 1.2rem;
}

.c-annotationList__item::before {
    content: "※";
}

.c-list__item {
    display: flex;
    line-height: 1.8;
}

.c-list__item::before {
    flex-shrink: 0;
    content: "";
    display: block;
    margin-top: 10px;
    margin-right: 10px;
    width: 6px;
    height: 6px;
    background-color: #bcb7b7;
    border-radius: 50%;
}

.c-list__item+.c-list__item {
    margin-top: 6px;
}

.c-breadcrumb {
    margin-bottom: 120px;
    position: relative;
}

.c-breadcrumb::before,
.c-breadcrumb::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    width: 20px;
    height: 100%;
    pointer-events: none;
}

.c-breadcrumb::after {
    left: 0;
    background: linear-gradient(to right, #fff 0%, #fff 5px, rgba(255, 255, 255, 0) 100%);
}

.c-breadcrumb::after {
    right: 0;
    background: linear-gradient(to left, #fff 0%, #fff 5px, rgba(255, 255, 255, 0) 100%);
}

.c-breadcrumb__content {
    display: flex;
    justify-content: flex-end;
}

.c-breadcrumb__inner {
    position: relative;
    overflow-x: hidden;
    z-index: 0;
    display: flex;
}

.c-breadcrumb__item {
    position: relative;
    color: #111;
    vertical-align: middle;
    line-height: 1;
    white-space: nowrap;
}

.c-breadcrumb__item+.c-breadcrumb__item {
    padding-left: 26px;
}

.c-breadcrumb__link {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.2rem;
    color: #666666;
    display: block;
    position: relative;
    overflow: hidden;
}

.c-breadcrumb__link::before {
    position: absolute;
    z-index: 2;
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #666666;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: 400ms ease-out;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-delay: 0;
}

.c-breadcrumb__link:hover::before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.c-breadcrumb__item:nth-child(n+2)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    font-size: 1rem;
    -webkit-transform: translateY(-50%) scale(0.8);
    transform: translateY(-50%) scale(0.8);
    color: #c7c4c4;
}

.c-breadcrumb__item:last-child {
 
}

.c-pagetop {
    position: fixed;
    right: 32px;
    bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    font-size: 0;
    color: #fff;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #707070;
}

.c-pagetop::after {
    position: absolute;
    top: calc(50% - 5px);
    
    display: block;
    content: "＞";
    font-size: 12px;
    color: #014099;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.c-pagenation {
    margin-top: 80px;
    font-weight: 500;
}

.c-pagenation__list {
    display: flex;
    justify-content: center;
}

.c-pagenation__item+.c-pagenation__item {
    margin-left: 10px;
}

.c-pagenation__item {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    line-height: 1;
    min-width: 40px;
    min-height: 40px;
}

.c-pagenation__item>a,
.c-pagenation__item button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.c-pagenation__item--active {
    color: #014099;
    font-weight: 700;
    pointer-events: none;
}

.c-pagenation__item--disabled {
    opacity: 0.6;
    pointer-events: none;
}

.c-pagenation__preview,
.c-pagenation__next {
    display: block;
    margin-top: 6px;
}

.c-pagenation__preview::before,
.c-pagenation__next::before {
    display: block;
    content: "";
    font-size: 1rem;
    color: #666666;
}

.c-pagenation__preview::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.c-keyVisual {
    position: relative;
    padding-top: 230px;
    padding-bottom: 140px;
    background-color: #69a6e3;
    margin-bottom: 26px;
}

.c-keyVisual__title {
    position: relative;
    z-index: 2;
}

.c-keyVisual__text {
    position: relative;
    display: block;
    margin-top: -1px;
    padding-left: 60px;
    font-size: 4rem;
    font-weight: 700;
    color: #1a3c6e;
}

.c-keyVisual__text::before {
    content: attr(data-en);
    display: block;
    margin-bottom: 3px;
    line-height: 1.5;
    font-family: Arial, sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a3c6e;
}

.c-keyVisual__text::after {
    position: absolute;
    content: "";
    display: block;
    width: 30px;
    height: 4px;
    top: calc(0.28em + 50% - 2px);
    left: 0;
    background-color: #1a3c6e;
}

.c-keyVisual__img {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 912px;
    width: 76%;
}

.c-heading {
    font-size: 3.4rem;
    font-weight: 700;
}

.c-heading span {
    position: relative;
    display: block;
    margin-top: 8px;
    padding-left: 20px;
    color: #014099;
    font-family: Arial, sans-serif;
    font-size: 1.5rem;
}

.c-heading span::before {
    position: absolute;
    content: "";
    display: block;
    top: calc(50% - 1px);
    left: 0;
    width: 10px;
    height: 2px;
    background-color: #014099;
}

.c-borderHeading {
    font-size: 2.4rem;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 2px solid #d9e1ed;
    line-height: 1.7;
}

.c-subHeading {
    font-size: 2.8rem;
    font-weight: 700;
}

.c-pageTitle {
    position: relative;
    margin-top: 136px;
    margin-bottom: 24px;
    padding-bottom: 24px;
}

.c-pageTitle::after {
    position: absolute;
    content: "";
    display: block;
    width: 32px;
    height: 2px;
    background-color: #014099;
    bottom: 0;
    left: 0;
}

.c-pageTitle__caption {
    display: block;
    font-weight: 700;
    color: #014099;
}

.c-pageTitle__text {
    display: block;
    margin-top: 4px;
    font-size: 3.6rem;
    font-weight: 700;
}

.c-pageTransition {
    margin-top: 20%;
}

.c-pageTransition__title {
    font-size: 2.8rem;
    font-weight: 700;
}

.c-pageTransition__inner {
    margin-top: 40px;
}

.c-pageTransition__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: -40px;
    margin-left: -10px;
    margin-right: -10px;
}

.c-pageTransition__link {
    transition: 400ms ease-out;
    transition-property: opacity;
    transition-delay: 0;
}

.c-pageTransition__link:hover {
    opacity: 0.6;
}

.c-pageTransition__item {
    width: calc(25% - 20px);
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 10px;
}

.c-pageTransition__text {
    margin-top: 16px;
    font-weight: 700;
    padding-bottom: 12px;
}

.c-pageTransition__link--active .c-pageTransition__text {
    position: relative;
    color: #014099;
}

.c-pageTransition__link--active .c-pageTransition__text::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    width: 15px;
    height: 2px;
    background-color: #014099;
}

.p-businessDetail .c-pageTransition .c-pageTransition__img {
    position: relative;
    /* height: 140px; */
    /* background-color: #fbfbfb; */
    /* border-radius: 2px; */
}

.p-businessDetail .c-pageTransition .c-pageTransition__img img {
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* -webkit-transform: translate(-50%, -50%); */
    /* transform: translate(-50%, -50%); */
    display: block;
    /* width: 154px; */
}

.c-card {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -60px;
    margin-right: -30px;
    margin-left: -30px;
}

.c-card__inner {
    position: relative;
    width: calc(50% - 60px);
    margin-top: 60px;
    margin-right: 30px;
    margin-left: 30px;
    padding: 30px;
    border: 2px solid #e5ebf5;
    border-radius: 2px;
}

.c-card__inner::after {
    position: absolute;
    bottom: 30px;
    right: 30px;
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url("../image/icon_round.svg") center no-repeat;
}

.c-card__title {
    display: inline-block;
    padding-bottom: 4px;
    align-items: center;
    font-weight: 700;
    font-size: 2rem;
    position: relative;
    overflow: hidden;
}

.c-card__title::before {
    position: absolute;
    z-index: 2;
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #014099;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: 400ms ease-out;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-delay: 0;
}

.c-card__title:hover::before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.c-card__content {
    margin-top: 24px;
}

.c-card__category {
    background-color: #eaf5fb;
    font-size: 1.2rem;
    padding: 10px 8px;
}

.c-card__detail {
    margin-top: 20px;
    line-height: 1.8;
}

.c-card__tagList {
    margin-top: 19px;
    margin-left: -5px;
    margin-right: 45px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 2px;
}

.c-card__tag {
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 3px 7px;
    border: 1px solid #eeeeee;
    border-radius: 2px;
    font-size: 1rem;
}

.c-zoomButton {
    display: flex;
    align-items: center;
    margin-top: 8px;
    font-size: 1.2rem;
    line-height: 1;
}

.c-zoomButton::after {
    content: "";
    display: inline-block;
    margin-left: 6px;
    width: 16px;
    height: 16px;
    background: url("../image/icon_zoom.svg") no-repeat center/100%;
}

.p-header {
    position: relative;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
    transition: 400ms ease-out;
    transition-property: padding-top, padding-bottom;
    transition-delay: 0;
}

.p-header__inner {
    max-width: calc(1340px + 60px);
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
}

.p-header--scroll {
    padding-top: 10px;
    padding-bottom: 10px;
}

.p-headerHamburger {
    position: relative;
    overflow: hidden;
    width: 28px;
    height: 20px;
}

.p-headerHamburger__line {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #111;
    top: calc(50% - 1px);
    transition: 400ms ease-out;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-delay: 0;
}

.p-headerHamburger__line:first-of-type {
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px);
}

.p-headerHamburger__line:last-of-type {
    -webkit-transform: translateY(9px);
    transform: translateY(9px);
}

.p-header--menuOpen .p-headerHamburger__line:first-of-type {
    -webkit-transform: rotate(45deg) translateY(0px);
    transform: rotate(45deg) translateY(0px);
}

.p-header--menuOpen .p-headerHamburger__line:nth-of-type(2) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.p-header--menuOpen .p-headerHamburger__line:last-of-type {
    -webkit-transform: rotate(-45deg) translateY(0px);
    transform: rotate(-45deg) translateY(0px);
}

.p-headerLogo {
    display: flex;
    align-items: center;
}

.p-headerLogo__img {
    height: 60px;
}

.p-headerLogo__text {
    margin-left: 12px;
    font-size: 1.5rem;
    font-weight: 700;
}

.p-headerMega {
    display: none;
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    width: 100%;
}

.p-headerMega__inner {
    display: flex;
    min-height: 190px;
    padding-top: 32px;
    padding-bottom: 32px;
}

.p-headerMega__left {
    display: flex;
    align-items: center;
    width: 25%;
    padding-right: 20px;
    border-right: 1px solid #dddddd;
}

.p-headerMega__topLink {
    position: relative;
    overflow: hidden;
}

.p-headerMega__topLink::before {
    position: absolute;
    z-index: 2;
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #014099;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: 400ms ease-out;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-delay: 0;
}

.p-headerMega__topLink:hover::before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.p-headerMega__textEN {
    display: block;
    font-family: Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #555555;
}

.p-headerMega__textJA {
    display: flex;
    align-items: center;
    margin-top: 6px;
    font-size: 2.8rem;
    font-weight: 700;
    color: #1a3c6e;
}

.p-headerMega__textJA::after {
    content: "";
    display: block;
    margin-left: 16px;
    width: 32px;
    height: 32px;
    background: url("../image/icon_round.svg") center no-repeat;
}

.p-headerMega__right {
    align-self: center;
    width: 75%;
}

.p-headerMega__list {
    display: flex;
    flex-wrap: wrap;
    padding-left: 40px;
    margin-top: -10px;
    margin-right: -15px;
    margin-left: -15px;
}

.p-headerMega__item {
    position: relative;
    overflow: hidden;
    width: 230px;
    margin-top: 20px;
    margin-right: 15px;
    margin-left: 15px;
}

.p-headerMega__item::before {
    position: absolute;
    z-index: 2;
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #014099;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: 400ms ease-out;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-delay: 0;
}

.p-headerMega__item:hover::before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.p-headerMega__item::after {
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #dddddd;
}

.p-headerMega__link {
    display: flex;
    justify-content: space-between;
    padding-bottom: 8px;
}

.p-headerMega__link::after {
    content: "";
    display: block;
    margin-left: 16px;
    width: 20px;
    height: 20px;
    background: url("../image/icon_round.svg") center no-repeat;
}

.p-headerMenu {
    overflow-y: scroll;
    display: none;
    position: fixed;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
}

.p-headerMenu__inner {
    padding: 64px 20px 20px;
}

.p-headerMenu__detail+.p-headerMenu__detail {
    margin-top: 36px;
}

.p-headerMenu__list {
    display: none;
}

.p-headerMenu__accordion {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 700;
}

.p-headerMenu__accordion::after {
    content: "";
    font-size: 1.2rem;
    margin-right: 8px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: 400ms ease-out;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-delay: 0;
}

.p-headerMenu__accordion--open::after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.p-headerMenu__single {
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 700;
}

.p-headerMenu__single[target=_blank]::after {
    content: "";
    -webkit-transform: rotate(0);
    transform: rotate(0);
    margin-right: auto;
    margin-left: 0;
    font-size: 1.2rem;
    margin-left: 4px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.p-headerMenu__caption {
    margin-top: 60px;
    font-size: 1.2rem;
    text-align: center;
}

.p-headerMenu__download {
    margin-top: 24px;
    max-width: 287px;
    margin-right: auto;
    margin-left: auto;
}

.p-headerMenu__list {
    margin-top: 24px;
}

.p-headerMenu__link {
    display: flex;
    justify-content: space-between;
    padding-bottom: 8px;
    border-bottom: 1px solid #dddddd;
}

.p-headerMenu__link::after {
    content: "";
    display: block;
    margin-left: 16px;
    width: 20px;
    height: 20px;
    background: url("../image/icon_round.svg") center no-repeat;
}

.p-headerMenu__item+.p-headerMenu__item {
    margin-top: 16px;
}

.p-headerNav__list {
    display: flex;
    align-items: center;
}

.p-headerNav__item {
    font-size: 1.4rem;
}

.p-headerNav__item:not(:first-of-type) {
    margin-left: 50px;
}

.p-headerNav__link {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 500;
    position: relative;
    overflow: hidden;
}

.p-headerNav__link::before {
    position: absolute;
    z-index: 2;
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #111;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: 400ms ease-out;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-delay: 0;
}

.p-headerNav__link:hover::before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.p-headerNav__link::before {
    width: 40px;
    bottom: 0px;
    left: calc(50% - 20px);
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
    pointer-events: none;
}

.p-headerNav__item--square .p-headerNav__link {
    z-index: 1;
    overflow: hidden;
    border: 2px solid #014099;
    color: #014099;
    background-color: #fff;
    font-weight: 700;
    line-height: 1;
    border-radius: 2px;
    padding: 10px 28px;
}

.p-headerNav__item--square .p-headerNav__link::before {
    z-index: -1;
    width: 100%;
    height: 100%;
    bottom: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    left: 0;
    background-color: #014099;
}

.p-headerNav__item--square .p-headerNav__link::after {
    z-index: 2;
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px 28px;
    color: #fff;
    -webkit-clip-path: polygon(0 0, 0 100%, 0 100%, 0 0%);
    clip-path: polygon(0 0, 0 100%, 0 100%, 0 0%);
    transition: 400ms ease-out;
    transition-property: -webkit-clip-path;
    transition-property: clip-path;
    transition-property: clip-path, -webkit-clip-path;
    transition-delay: 0;
}

.p-headerNav__item--square .p-headerNav__link:hover::before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.p-headerNav__item--square .p-headerNav__link:hover::after {
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0% 100%, 0 0%);
    clip-path: polygon(100% 0, 100% 100%, 0% 100%, 0 0%);
}

.p-headerNav__link--active::before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.p-headerNav__link[target=_blank] {
    display: flex;
    align-items: center;
}

.p-headerNav__link[target=_blank]::after {
    /* content: ""; */
    font-size: 1rem;
    margin-left: 8px;
}

.p-footerContent {
    padding-top: 80px;
    padding-bottom: 124px;
}

.p-footerContent__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: -60px;
}

.p-footerContent__brand {
    flex-shrink: 0;
    margin-right: 48px;
    margin-top: 60px;
}

.p-footerContent__address {
    margin-top: 22px;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.8;
}

.p-footerContent__contact {
    margin-top: 24px;
}

.p-footerContent__relation {
    margin-top: 60px;
}

.p-footerContent__links {
    margin-top: 12px;
}

.p-footerLogo {
    display: flex;
    align-items: center;
}

.p-footerLogo__img {
    max-width: 230px;
}

.p-footerLogo__text {
    margin-left: 8px;
    color: #fff;
    font-weight: 700;
}

.p-footerNav {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    margin-right: -24px;
    margin-left: -24px;
}

.p-footerNav__group {
    display: flex;
    margin-top: 48px;
    margin-bottom: 24px;
}

.p-footerNav__item {
    max-width: 500px;
    margin-right: 24px;
    margin-left: 24px;
}

.p-footerNav__title {
    font-weight: 700;
}

.p-footerNav__detail {
    margin-top: 18px;
}

.p-footerNav__list--column {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 24px;
    column-gap: 24px;
    display: block;
}

.p-footerNav__list--column .p-footerNav__link {
    margin-top: 0px;
    padding-bottom: 16px;
    max-width: 150px;
    -webkit-column-break-inside: avoid;
    break-inside: avoid-column;
}

.p-footerNav__link {
    margin-top: 16px;
    display: block;
    font-size: 1.2rem;
}

.p-footerNav__link a {
    display: block;
}

.p-footerRelation {
    color: #fff;
}

.p-footerRelation__title {
    font-weight: 700;
}

.p-footerRelation__link {
    display: block;
    margin-top: 16px;
    font-size: 1.2rem;
}

.p-footerRelation__link::after {
    display: inline-block;
    content: "";
    font-size: 1rem;
    margin-left: 10px;
}

.p-footerSite__inner {
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* justify-content: space-between; */
    /* align-items: center; */
    padding-top: 3%;
    padding-bottom: 3%;
    text-align: center;
}

.p-footerSite__link {
    margin-top: 24px;
    margin-right: 10px;
    margin-left: 10px;
}

.p-footerSite__list {
    display: flex;
    flex-wrap: wrap;
}

.p-footerSite__list+.p-footerSite__list {
    margin-top: 16px;
}

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

.p-footerSite__item+.p-footerSite__item {
    margin-left: 40px;
}

.p-footerSite__mark {
    margin-top: 24px;
    display: flex;
    align-items: flex-start;
    margin-right: 40px;
    margin-left: auto;
}

.p-footerSite__mark img {
    display: block;
    max-width: 50px;
    max-height: 64px;
}

.p-footerSite__markLogo+.p-footerSite__markLogo {
    margin-left: 26px;
}

.p-footerSite__copy {
    /* margin-right: 10px; */
    /* margin-left: 10px; */
}

.p-resourceInfo {
    padding-top: 80px;
    padding-bottom: 100px;
}

.p-resourceInfo__inner {
    background-color: rgba(255, 255, 255, 0.95 / 59%);
    padding: 60px 24px 84px;
}

.p-resourceInfo__title {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
}

.p-resourceInfo__text {
    text-align: center;
    line-height: 1.8;
    margin-top: 40px;
}

.p-resourceInfo__link {
    margin-top: 40px;
    text-align: center;
}

.top .l-main {
    padding-bottom: 0;
}

.p-topCase {
    padding-top: 160px;
    padding-bottom: 160px;
}

.p-topCase__title {
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 4.4rem;
    font-weight: 700;
    color: #1a3c6e;
}

.p-topCase__title span {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: #555555;
}

.p-topCase__link {
    margin-top: 60px;
    text-align: center;
}

.p-topCaseList {
    margin-top: 80px;
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 60px;
    padding-left: 60px;
    padding-bottom: 104px;
}

.p-topCaseList__item {
    display: flex !important;
    flex-direction: column;
    height: 100%;
}

.p-topCaseList__inner {
    margin-right: 15px;
    margin-left: 15px;
    display: flex;
    flex-direction: column;
}

.p-topCaseList__index {
    font-family: Arial, sans-serif;
    font-size: 1.6rem;
    color: #1a3c6e;
    font-weight: 700;
}

.p-topCaseList__index::after {
    content: "";
    display: block;
    margin-top: 10px;
    width: 24px;
    height: 2px;
    background-color: #ff6600;
}

.p-topCaseList__index span {
    font-size: 2rem;
    margin-left: 4px;
}

.p-topCaseList__title {
    margin-top: 24px;
    font-size: 2rem;
    font-weight: 700;
    min-height: 56px;
}

.p-topCaseList__category {
    margin-top: 16px;
    padding: 8px;
    font-size: 1.2rem;
    background-color: #eaf5fb;
}

.p-topCaseList__text {
    margin-top: 24px;
    line-height: 1.8;
    flex-grow: 1;
}

.p-topCaseList__tagList {
    margin-top: 12px;
    margin-right: -4px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 2px;
}

.p-topCaseList__tag {
    margin-top: 4px;
    margin-left: 4px;
    margin-right: 4px;
    padding: 4px 8px;
    border: 1px solid #eeeeee;
    font-size: 1rem;
}

.p-topCaseList .slick-track {
    display: flex;
}

.p-topCaseList .slick-slide {
    height: auto !important;
}

.p-topCaseList .slick-slide>div {
    height: 100%;
}

.p-topCaseList .slick-arrow {
    position: absolute;
    font-size: 0;
    width: 36px;
    height: 36px;
    background: url("../image/icon_round_gray.svg");
}

.p-topCaseList .slick-next {
    bottom: 0;
    right: 0;
}

.p-topCaseList .slick-prev {
    bottom: 0%;
    right: 46px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.p-topCaseList .slick-dots {
    width: 210px;
    position: absolute;
    bottom: 18px;
    right: 106px;
    display: flex;
    overflow: hidden;
}

.p-topCaseList .slick-dots li {
    font-size: 0;
    height: 2px;
    background-color: #eeeeee;
    cursor: pointer;
}

.p-topCaseList .slick-dots .dots-active-slider {
    display: block;
    position: absolute;
    height: 2px;
    background-color: #014099;
    transition: 400ms ease-out;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-delay: 0;
}

.p-topHero {
    position: relative;
    line-height: 1;
}

.p-topHero__item {
    position: relative;
    padding-top: 44.44%;
}

.p-topHero__item a {
    transition: 400ms ease-out;
    transition-property: opacity;
    transition-delay: 0;
}

.p-topHero__item a:hover {
    opacity: 0.8;
}

.p-topHero img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.p-topHero .slick-dots {
    position: absolute;
    bottom: 14px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.p-topHero .slick-dots li {
    font-size: 0;
    width: 24px;
    height: 14px;
    margin: 0 4px;
    padding: 6px 0;
    background-clip: content-box;
    background-color: #ddd;
    cursor: pointer;
}

.p-topHero .slick-dots .slick-active {
    background-color: #014099;
}

.p-topHero__scroll {
    position: absolute;
    bottom: 20px;
    right: 6%;
    font-family: Arial, sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
}

.p-topHero__bar {
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    width: 1px;
    height: 80px;
    background-color: #fff;
    overflow: hidden;
}

@-webkit-keyframes scrollAnim {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@keyframes scrollAnim {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.p-topHero__bar::after {
    content: "";
    display: block;
    width: 1px;
    height: 80px;
    background-color: #014099;
    -webkit-animation: scrollAnim 3s infinite;
    animation: scrollAnim 3s infinite;
}

.p-topImportant {
    margin-top: 80px;
}

.p-topImportant__inner {
    background-color: #f9f9f9;
    padding: 30px 60px;
}

.p-topImportant__inner+.p-topImportant__inner {
    margin-top: 24px;
}

.p-topImportant__link:hover {
    text-decoration: underline;
}

.p-topImportant__link[href$=pdf] {
    position: relative;
    padding-right: 28px;
    display: -webkit-inline-box;
}

.p-topImportant__link[href$=pdf]::after {
    position: absolute;
    right: 0px;
    top: calc(50% - 9px);
    content: "";
    width: 16px;
    height: 18px;
    background-image: url("../image/icon_pdf.svg");
    background-size: 16px 18px;
}

.p-topImportant__text,
.p-topImportant__link {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.p-topNearshore {
    padding-top: 106px;
    padding-bottom: 120px;
}

.p-topNearshore__title {
    font-size: 2.4rem;
    font-weight: 700;
}

.p-topNearshore__subHeading {
    margin-top: 24px;
    display: flex;
    align-items: center;
}

.p-topNearshore__subHeading img {
    max-width: 30px;
}

.p-topNearshore__subHeading span {
    font-size: 1.8rem;
    font-weight: 700;
    margin-left: 8px;
}

.p-topNearshore__inner {
    margin-top: 34px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.p-topNearshore__link {
    display: block;
    width: 26%;
    max-width: 280px;
}

.p-topNearshore__detail {
    width: 71%;
    line-height: 1.8;
}

.p-topNews {
    padding-top: 120px;
    padding-bottom: 160px;
}

.p-topNews__title {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 40px;
}

.p-topNews__link {
    margin-top: 60px;
    text-align: right;
}

.p-topRecruit {
    position: relative;
}

.p-topRecruit::before {
    z-index: -2;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 56%;
    height: 100%;
    background: url("https://sikou-jp.com/template/default/static/image/img_top_recruit.png") left no-repeat;
    background-size: cover;
}

.p-topRecruit::after {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    content: "";
    width: 52%;
    height: 100%;
    background-color: #014099;
    -webkit-clip-path: polygon(60px 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(60px 0, 100% 0%, 100% 100%, 0% 100%);
}

.p-topRecruit__inner {
    max-width: 1420px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 150px;
    padding-bottom: 84px;
}

.p-topRecruit__title {
    align-self: flex-end;
    font-size: 7.2rem;
    font-family: Arial, sans-serif;
    color: #014099;
    font-weight: 700;
    text-shadow: 0 0 40px #fff;
    line-height: 1;
}

.p-topRecruit__title span {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.8rem;
    font-weight: 500;
}

.p-topRecruit__content {
    margin-right: 104px;
    text-align: center;
}

.p-topRecruit__heading {
    color: #fff;
    font-size: 4.8rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.p-topRecruit__detail {
    margin-top: 24px;
    color: #fff;
    line-height: 1.8;
    font-size: 2rem;
}

.p-topRecruit__link {
    margin-top: 60px;
}

.p-topService {
    padding-top: 160px;
    padding-bottom: 160px;
    background: url("../image/img_top_service_bg.png");
    background-size: cover;
}

.p-topService__title {
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 4.4rem;
    color: #fff;
    font-weight: 700;
}

.p-topService__title span {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
}

.p-topService__heading {
    margin-top: 5%;
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.8;
    text-align: center;
}

.p-topService__text {
    line-height: 1.8;
    color: #fff;
    margin-top: 24px;
}

.p-topService__list {
    margin-top: 60px;
}

.p-topService__link {
    margin-top: 80px;
    text-align: center;
}

.p-topServiceList__inner {
    display: flex;
    flex-wrap: wrap;
    margin-top: -20px;
    margin-right: -10px;
    margin-left: -10px;
}

.p-topServiceList__item {
    width: calc(25% - 20px);
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 10px;
    background-color: #fff;
}

.p-topServiceList__link {
    display: block;
    padding: 10px 10px 24px 10px;
    transition: 400ms ease-out;
    transition-property: opacity;
    transition-delay: 0;
}

.p-topServiceList__link:hover {
    opacity: 0.6;
}

.p-topServiceList__img {
    display: block;
    /* max-width: 200px; */
    margin-right: auto;
    margin-left: auto;
}

.p-topServiceList__text {
    margin-top: 8%;
    text-align: center;
    font-weight: 700;
}

.p-topVision {
    position: relative;
    margin-top: 80px;
    margin-bottom: 160px;
}

.p-topVision::before {
    position: absolute;
    z-index: -1;
    content: "";
    width: 34%;
    height: 304px;
    background-color: #014099;
	display: none;
}

.p-topVision__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.p-topVision__img {
    margin-top: 40px;
    width: 50%;
    max-width: 540px;
}

.p-topVision__detail {
    margin-top: 100px;
    width: 42%;
}

.p-topVision__title {
    font-size: 5.6rem;
    color: #1a3c6e;
    font-weight: 700;
    font-family: Arial, sans-serif;
    line-height: 1;
}

.p-topVision__title span {
    display: block;
    margin-top: 16px;
    font-size: 2rem;
    color: #111;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.8;
}

.p-topVision__text {
    line-height: 1.8;
    margin-top: 40px;
}

.p-topVision__link {
    margin-top: 60px;
}

.p-business__caption {
    margin-top: 80px;
    line-height: 1.8;
}

.p-businessContent {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}

.p-businessContent__card {
    width: 73.5%;
}

.p-businessContent__tag {
    width: 14%;
}

.p-businessCard__inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 40px 140px 40px 40px;
    border: 2px solid #e5ebf5;
    outline: none;
}

.p-businessCard__inner::after {
    position: absolute;
    top: 50%;
    right: 40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    width: 40px;
    height: 40px;
    background: url("../image/icon_round.svg") center no-repeat;
}

.p-businessCard__inner+.p-businessCard__inner {
    margin-top: 40px;
}

.p-businessCard__img {
    width: 200px;
}

.p-businessCard__content {
    width: calc(100% - 200px - 40px);
    margin-left: 40px;
}

.p-businessCard__title {
    margin-top: 20px;
    font-size: 2.4rem;
    font-weight: 700;
}

.p-businessCard__text {
    margin-top: 24px;
    line-height: 1.8;
}

.p-businessTag__item {
    color: #cccccc;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.p-businessTag__item::before {
    flex-shrink: 0;
    content: "";
    display: block;
    margin-right: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.p-businessTag__item+.p-businessTag__item {
    margin-top: 8px;
}

.p-businessTag__item--active {
    color: #111;
}

.p-businessTag__item--active::before {
    background-color: #379ad6;
}

.p-businessDetail__caption {
    margin-top: 40px;
    line-height: 1.8;
}

.p-businessDetail__img {
    margin-top: 60px;
}

.p-businessDetail__content {
    margin-top: 160px;
}

.p-businessDetail__service {
    margin-top: 160px;
}

.p-businessDetail__service .c-subHeading {
    margin-bottom: 40px;
}

.p-businessDetail__card {
    margin-right: -20px;
    margin-left: -20px;
    margin-top: -40px;
}

.p-businessDetail__card .c-card__inner {
    width: calc(50% - 40px);
    margin-top: 40px;
    margin-right: 20px;
    margin-left: 20px;
}

.p-businessDetail__other {
    margin-top: 40px;
}

.p-businessDetailOther {
    background-color: #f8f8f8;
    padding: 40px;
}

.p-businessDetailOther__title {
    font-size: 2rem;
    font-weight: 700;
}

.p-businessDetailOther__list {
    margin-top: 24px;
}

.p-businessDetailOther .c-list__item {
    margin-top: 6px;
}

.p-businessDetailContent__img {
    margin-top: 24px;
}

.p-businessDetailContent__list {
    margin-top: 84px;
}

.p-businessDetailList {
    padding: 60px 60px 80px;
    background-color: #f8f8f8;
    border-radius: 2px;
}

.p-businessDetailList__item+.p-businessDetailList__item {
    margin-top: 60px;
}

.p-businessDetailList__title {
    font-size: 2rem;
    font-weight: 700;
    display: flex;
}

.p-businessDetailList__title::before {
    margin-top: 10px;
    flex-shrink: 0;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 16px;
    background-color: #cccccc;
}

.p-businessDetailList__detail {
    margin-top: 20px;
    line-height: 1.8;
    padding-left: 24px;
}

.p-case__caption {
    margin-top: 60px;
    line-height: 1.8;
}

.p-case__container {
    margin-top: 160px;
}

.p-case__title {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 40px;
}

.p-case__item+.p-case__item {
    margin-top: 80px;
}

.p-caseDetail__heading {
    margin-bottom: 80px;
}

.p-caseDetail__business {
    display: inline-block;
    padding: 6px 12px;
    background-color: #014099;
    border-radius: 2px;
    color: #fff;
    font-size: 1.2rem;
}

.p-caseDetail__title {
    margin-top: 32px;
}

.p-caseDetail__category {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.p-caseDetail__client {
    padding: 6px 0px 6px 12px;
    border-left: 4px solid #eaf5fb;
}

.p-caseDetail__tagList {
    margin-top: -4px;
    margin-left: 24px;
    margin-right: -4px;
    display: flex;
    flex-wrap: wrap;
}

.p-caseDetail__tag {
    margin-top: 4px;
    margin-left: 4px;
    margin-right: 4px;
    padding: 4px 7px 3px;
    border: 1px solid #eeeeee;
    font-size: 1rem;
    border-radius: 2px;
}

.p-caseDetail__content>* {
    margin-top: 60px;
}

.p-caseDetail__content .c-borderHeading+* {
    margin-top: 24px;
}

.p-caseDetailImage__title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
}

.p-caseDetailImage__content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 10px;
}

.p-feature__section+.p-feature__section {
    margin-top: 240px;
}

.p-featureAbout__container {
    position: relative;
    margin-top: 88px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.p-featureAbout__img {
    z-index: -1;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.p-featureAbout__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.p-featureAbout__content {
    max-width: 540px;
    padding: 60px;
    background-color: #fff;
}

.p-featureAbout__title {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.8;
}

.p-featureAbout__detail {
    margin-top: 40px;
    line-height: 1.8;
}

.p-featureAnchor {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    margin-top: -20px;
}

.p-featureAnchor__link {
    position: relative;
    width: calc(50% - 20px);
    display: block;
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 12px 38px 12px 14px;
    border: 1px solid #e5ebf5;
    border-radius: 2px;
    transition: 400ms ease-out;
    transition-property: background-color;
    transition-delay: 0;
}

.p-featureAnchor__link::after {
    position: absolute;
    right: 24px;
    top: 18px;
    display: block;
    margin-right: 0;
    margin-left: auto;
    content: "";
    font-size: 1rem;
    -webkit-transform: scale(0.8) rotate(90deg);
    transform: scale(0.8) rotate(90deg);
    color: #666666;
}

.p-featureAnchor__link span {
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: #1a3c6e;
    margin-right: 4px;
}

.p-featureAnchor__link:hover {
    background-color: #daebfc;
}

.p-featureBusiness {
    position: relative;
    padding-top: 80px;
    padding-bottom: 46px;
}

.p-featureBusiness__container {
    display: grid;
    grid-template-areas: "image title""image inner";
    grid-template-columns: 44% 48%;
    -webkit-column-gap: 8%;
    column-gap: 8%;
}

.p-featureBusiness__img {
    grid-area: image;
    max-width: 480px;
}

.p-featureBusiness__img::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
    display: block;
    width: 30%;
    height: 100%;
    background-color: #014099;
}

.p-featureBusiness__title {
    grid-area: title;
}

.p-featureBusiness__inner {
    grid-area: inner;
    margin-top: 20px;
}

.p-featureBusiness__content {
    margin-top: 60px;
}

.p-featureBusiness__subHeading {
    width: 100%;
    max-width: 260px;
}

.p-featureBusiness__detail {
    margin-top: 24px;
    line-height: 1.8;
}

.p-featureBusiness__link {
    margin-top: 60px;
}

.p-featureService__heading {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.p-featureService__caption {
    width: 45%;
    line-height: 1.8;
}

.p-featureService__anchor {
    width: 50%;
}

.p-featureService__content {
    display: grid;
    grid-template-columns: 45% 48%;
    -webkit-column-gap: 7%;
    column-gap: 7%;
    grid-template-areas: "detail image""link image";
    padding-top: 80px;
    padding-bottom: 80px;
}

.p-featureService__img {
    grid-area: image;
    max-width: 540px;
}

.p-featureService__detail {
    grid-area: detail;
    margin-top: 40px;
    margin-left: 60px;
}

.p-featureService__title {
    display: flex;
    align-items: center;
    font-family: Arial, sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
}

.p-featureService__title span {
    font-size: 3.6rem;
    color: #014099;
    margin-right: 16px;
}

.p-featureService__link {
    grid-area: link;
    margin-top: 40px;
    margin-left: 60px;
}

.p-featureService__text {
    margin-top: 24px;
    line-height: 1.8;
}

.p-featureService__inner:first-of-type {
    margin-top: 80px;
}

.p-featureService__inner:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.p-featureService__inner:nth-of-type(odd) .p-featureService__content {
    grid-template-areas: "image detail""image link";
}

.p-featureService__inner:nth-of-type(odd) .p-featureService__detail,
.p-featureService__inner:nth-of-type(odd) .p-featureService__link {
    margin-left: 0;
    margin-right: 60px;
}

.p-featureStrength__anim {
    margin-top: 80px;
    min-height: 380px;
}

.p-featureStrength__list {
    margin-top: 120px;
    max-width: 960px;
}

.p-featureStrength__item+.p-featureStrength__item {
    margin-top: 60px;
}

.p-featureStrength__title {
    display: flex;
    align-items: center;
    font-size: 2.8rem;
    font-weight: 700;
}

.p-featureStrength__title span {
    font-family: Arial, sans-serif;
    font-size: 3.6rem;
    margin-top: 6px;
    margin-right: 16px;
    color: #379ad6;
}

.p-featureStrength__detail {
    margin-top: 24px;
    line-height: 1.8;
}

.p-featureDetail__text {
    line-height: 1.8;
}

.p-featureDetail__img {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.p-featureDetail__define {
    margin-top: 60px;
    padding: 60px 80px 60px;
    border-radius: 2px;
    background-color: #f8f8f8;
}

.p-featureDetail__defineTitle {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: 40px;
}

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

.p-featureDetail__other {
    margin-top: 80px;
}

.p-featureDetail__otherImage {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.p-quality__defineTitle {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 40px;
}

.p-qualityList {
    counter-reset: counter;
}

.p-qualityList__item {
    counter-increment: counter;
    font-size: 2rem;
    font-weight: 700;
    display: flex;
    line-height: 1.8;
}

.p-qualityList__item::before {
    content: counter(counter) ".";
    margin-right: 16px;
}

.p-qualityList__item+.p-qualityList__item {
    margin-top: 16px;
}

.p-compliance__defineTitle {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 40px;
}

.p-complianceList__item {
    display: flex;
}

.p-complianceList__item:before {
    flex-shrink: 0;
    content: "";
    display: block;
    margin-right: 10px;
    margin-top: 13px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #cccccc;
}

.p-complianceList__item+.p-complianceList__item {
    margin-top: 40px;
}

.p-complianceList__title {
    font-size: 2rem;
    font-weight: 700;
}

.p-complianceList__detail {
    margin-top: 10px;
}

.p-company__title {
    font-size: 3.4rem;
    font-weight: 700;
}

.p-companyNav {
    margin-top: 80px;
}

.p-companyNav__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: -120px;
    margin-right: -25px;
    margin-left: -25px;
}

.p-companyNav__item {
    width: calc(25% - 50px);
    /* margin-top: 120px; */
    margin-right: 25px;
    margin-left: 25px;
}

.p-companyNav__img {
    overflow: hidden;
}

.p-companyNav__img img {
    transition: 400ms ease-out;
    transition-property: opacity;
    transition-delay: 0;
}

.p-companyNav__item:hover .p-companyNav__img img {
    opacity: 0.6;
}

.p-companyNav__detail {
    margin-top: 32px;
}

.p-companyNav__title {
    font-size: 2rem;
    font-weight: 700;
}

.p-companyNav__text {
    margin-top: 24px;
    line-height: 1.8;
}

.p-greeting__text {
    margin-top: 80px;
    line-height: 1.8;
}

.p-greetingTop {
    position: relative;
}

.p-greetingTop__title {
    position: absolute;
    left: 90px;
    top: 120px;
    font-size: 2.8rem;
    font-weight: 700;
}

.p-greetingTop__name {
    position: absolute;
    bottom: 40px;
    left: 90px;
    line-height: 1.68;
}

.p-outline__time {
    text-align: right;
    margin-bottom: 16px;
}

.p-outlineTable dl {
    display: flex;
}

.p-outlineTable dt {
    width: 180px;
    font-weight: 400;
}

.p-outlineTable dd {
    line-height: 1.8;
}

.p-outlineTable a[target=_blank]::after {
    display: inline-block;
    vertical-align: middle;
    content: "";
    font-size: 1rem;
    margin-left: 8px;
}

.p-history__caption {
    margin-top: 40px;
    line-height: 1.8;
}

.p-history__line {
    margin-top: 164px;
}

.p-historyLine {
    position: relative;
}

.p-historyLine__header {
    z-index: 2;
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.p-historyLine__title {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
}

.p-historyLine__title--world {
    width: 32%;
    color: #666666;
}

.p-historyLine__title--dis {
    width: 60%;
    color: #014099;
}

.p-historyLine__group {
    position: relative;
    padding-bottom: 60px;
}

.p-historyLine__group::before {
    z-index: -1;
    position: absolute;
    content: "";
    display: block;
    width: 2px;
    background-color: #eaeaea;
    top: 0;
    bottom: 0;
    left: 36.66%;
}

.p-historyLine__group:last-of-type::before {
    bottom: 86px;
}

.p-historyLine__group:last-of-type::after {
    z-index: -2;
    position: absolute;
    content: "";
    display: block;
    top: 86px;
    bottom: 0;
    left: 36.55%;
    background: url("../image/icon_history_dots.svg") round;
    width: 4px;
}

.p-historyLine__year {
    font-size: 2.8rem;
    font-family: "Inter", Arial, sans-serif;
    font-weight: 500;
    margin-left: 33.33%;
    background-color: #fff;
}

.p-historyLine__content {
    position: relative;
}

.p-historyLine__event {
    position: relative;
    margin-top: 16px;
    padding: 18px 24px;
    border-radius: 4px;
}

.p-historyLine__event--dis {
    width: 60%;
    margin-left: 40%;
    display: flex;
    background-color: #eaf2ff;
}

.p-historyLine__event--dis::before {
    position: absolute;
    content: "";
    width: 14px;
    height: 16px;
    background: url("../image/icon_history_balloon_dis.svg") center no-repeat;
    top: 20px;
    left: 2px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.p-historyLine__event--dis::after {
    position: absolute;
    top: 24px;
    left: -5.4%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    width: 10px;
    height: 10px;
    background-color: #014099;
    border-radius: 50%;
}

.p-historyLine__event--world {
    width: 32%;
    background-color: #f5f5f5;
    font-size: 1.2rem;
}

.p-historyLine__event--world::before {
    position: absolute;
    content: "";
    width: 14px;
    height: 16px;
    background: url("../image/icon_history_balloon_world.svg") center no-repeat;
    top: 20px;
    right: 2px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.p-historyLine__event--world::after {
    position: absolute;
    top: 24px;
    right: -14.8%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid #379ad6;
    background-color: #fff;
    border-radius: 50%;
}

.p-historyLine__img {
    margin-top: 10px;
}

.p-historyLine__img--dis {
    width: 60%;
    margin-left: 40%;
}

.p-historyLine__img--world {
    position: absolute;
    bottom: -10px;
    left: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    width: 28%;
}

.p-historyLine__month {
    flex-shrink: 0;
    width: calc(1.5rem * 3);
    margin-right: 16px;
    text-align: right;
    font-weight: 500;
}

.p-policy__title {
    font-size: 3.4rem;
    text-align: center;
    color: #014099;
    font-weight: 700;
}

.p-policy__caption {
    margin-top: 64px;
    text-align: center;
    line-height: 2;
}

.p-policy__section {
    margin-top: 160px;
}

.p-policy__subHeading {
    margin-bottom: 40px;
}

.p-policyPilar__anim {
    width: 510px;
    margin-top: 40px;
    height: 476px;
    margin-right: auto;
    margin-left: auto;
}

.p-policySdgs__container {
    display: flex;
}

.p-policySdgs__container+.p-policySdgs__container {
    margin-top: 40px;
}

.p-policySdgs__img {
    width: 164px;
}

.p-policySdgs__content {
    width: calc(100% - 164px - 40px);
    margin-left: 40px;
    padding-top: 20px;
}

.p-policySdgs__title {
    font-size: 2rem;
    font-weight: 700;
}

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

.p-policyVision__container {
    display: flex;
    justify-content: space-between;
}

.p-policyVision__content {
    width: calc(100% - 400px);
    padding-left: 60px;
}

.p-policyVision__img {
    width: 400px;
}

.p-policyVision__inner {
    padding: 40px;
    border-radius: 2px;
    padding: 40px 28px;
}

.p-policyVision__inner+.p-policyVision__inner {
    margin-top: 16px;
}

.p-policyVision__inner--vision {
    background-color: rgba(1, 64, 153, 0.05);
}

.p-policyVision__inner--vision .p-policyVision__title {
    color: #014099;
}

.p-policyVision__inner--mission {
    background-color: rgba(55, 152, 212, 0.05);
}

.p-policyVision__inner--mission .p-policyVision__title {
    color: #3798d4;
}

.p-policyVision__inner--values {
    background-color: rgba(255, 102, 0, 0.05);
}

.p-policyVision__inner--values .p-policyVision__title,
.p-policyVision__inner--values .p-policyVision__subTitle {
    color: #ff6600;
}

.p-policyVision__title {
    display: flex;
    align-items: baseline;
    font-family: Arial, sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
}

.p-policyVision__title span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    margin-left: 16px;
}

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

.p-policyVision__subTitle {
    font-weight: 700;
}

.p-policyVision__subTitle+.p-policyVision__subText {
    margin-top: 16px;
}

.p-policyVision__subText+.p-policyVision__subTitle {
    margin-top: 40px;
}

.p-entity__img {
    margin-top: 60px;
}

.p-guide__content {
    margin-top: 80px;
}

.p-guide__map {
    margin-top: 2%;
}

.p-guide__map iframe {
    width: 100%;
    height: 360px;
}

.p-guideContent {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}

.p-guideContent__img {
    max-width: 360px;
}

.p-guideContent__content {
    width: calc(100% - 360px - 60px);
    margin-left: 60px;
}

.p-guideContent__title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 30px;
}

.p-newsList__item:last-of-type .p-newsList__inner {
    border-bottom: 1px solid #cccccc;
}

.p-newsList__link {
    display: block;
    transition: 400ms ease-out;
    transition-property: background-color;
    transition-delay: 0;
}

.p-newsList__link:hover {
    background-color: #f5f5f5;
}

.p-newsList__link:hover .p-newsList__inner::after {
    opacity: 1;
}

.p-newsList__link:hover .p-newsList__text::before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.p-newsList__link[href$=pdf] .p-newsList__text {
    position: relative;
    padding-right: 28px;
}

.p-newsList__link[href$=pdf] .p-newsList__text::after {
    position: absolute;
    right: 0px;
    top: calc(50% - 9px);
    content: "";
    width: 16px;
    height: 18px;
    background-image: url("../image/icon_pdf.svg");
    background-size: 16px 18px;
}

.p-newsList__inner {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 108px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #cccccc;
}

.p-newsList__inner::after {
    position: absolute;
    top: 50%;
    right: 40px;
    content: "";
    font-size: 1rem;
    -webkit-transform: scale(0.8) translateY(-50%);
    transform: scale(0.8) translateY(-50%);
    opacity: 0;
    transition: 400ms ease-out;
    transition-property: opacity;
    transition-delay: 0;
}

.p-newsList__date {
    margin-right: 30px;
    flex-shrink: 0;
    font-family: Arial, sans-serif;
}

.p-newsList__category {
    margin-right: 24px;
    flex-shrink: 0;
    display: flex;
    font-size: 1.4rem;
    line-height: 1;
    width: 90px;
    height: 28px;
    align-items: center;
    justify-content: center;
    border: 1px solid #111;
    border-radius: 2px;
}

.p-newsList__category--news {
    color: #014099;
    border-color: #014099;
}

.p-newsList__category--recruit {
    color: #379ad6;
    border-color: #379ad6;
}

.p-newsList__category--other {
    color: #666666;
    border-color: #666666;
}

.p-newsList__text {
    margin-right: 93px;
    line-height: 1.8;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    position: relative;
    overflow: hidden;
}

.p-newsList__text::before {
    position: absolute;
    z-index: 2;
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #014099;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: 400ms ease-out;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-delay: 0;
}

.p-newsList__text:hover::before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.p-newsDetail__header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.p-newsDetail__category {
    margin-right: 32px;
    display: flex;
    font-size: 1.4rem;
    line-height: 1;
    width: 90px;
    height: 28px;
    align-items: center;
    justify-content: center;
    border: 1px solid #111;
    border-radius: 2px;
}

.p-newsDetail__category--news {
    color: #014099;
    border-color: #014099;
}

.p-newsDetail__category--recruit {
    color: #379ad6;
    border-color: #379ad6;
}

.p-newsDetail__category--other {
    color: #666666;
    border-color: #666666;
}

.p-newsDetail__date {
    font-family: Arial, sans-serif;
}

.p-newsDetail__title {
    width: 100%;
    margin-top: 32px;
}

.p-newsDetail__content {
    margin-top: 60px;
}

.p-newsDetail__return {
    margin-top: 160px;
}

.p-contact__section {
    margin-top: 160px;
}

.p-contact__borderHeading {
    margin-top: 60px;
}

.p-contact__address {
    margin-top: 24px;
}

.p-contact__mail {
    margin-top: 40px;
    display: flex;
}

.p-contact__mail .c-button+.c-button {
    margin-left: 24px;
}

.p-resources__caption {
    line-height: 1.8;
}

.p-resources__section {
    margin-top: 160px;
}

.p-resourcesCompany__container {
    margin-top: 40px;
    padding: 80px 100px 80px 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #f8f8f8;
}

.p-resourcesCompany__img {
    width: 42%;
    max-width: 335px;
}

.p-resourcesCompany__detail {
    margin-top: 28px;
}

.p-resourcesCompany__inner {
    width: 49%;
}

.p-resourcesCompany__title {
    font-size: 2rem;
    font-weight: 700;
}

.p-resourcesCompany__text {
    margin-top: 24px;
}

.p-resourcesCompany__link {
    position: relative;
    max-width: 280px;
    margin-top: 64px;
}

.p-resourcesCompany__link::after {
    position: absolute;
    top: 50%;
    right: 24px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    margin-left: 4px;
    width: 16px;
    height: 18px;
    background-image: url("../image/icon_pdf.svg");
    background-size: 16px 18px;
    pointer-events: none;
}

.p-resourcesSolution__caption {
    margin-top: 40px;
    line-height: 1.8;
}

.p-resourcesSolution__container {
    margin-top: 60px;
    margin-right: -30px;
    margin-left: -30px;
    display: flex;
}

.p-resourcesSolution__inner {
    display: flex;
    flex-direction: column;
    width: calc(33.33% - 60px);
    margin-right: 30px;
    margin-left: 30px;
}

.p-resourcesSolution__detail {
    flex-grow: 1;
    margin-top: 40px;
    line-height: 1.8;
}

.p-resourcesSolution__title {
    font-weight: 700;
}

.p-resourcesSolution__text {
    margin-top: 16px;
}

.p-resourcesSolution__link {
    position: relative;
    max-width: 280px;
    margin-top: 40px;
}

.p-resourcesSolution__link::after {
    position: absolute;
    top: 50%;
    right: 24px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    margin-left: 4px;
    width: 16px;
    height: 18px;
    background-image: url("../image/icon_pdf.svg");
    background-size: 16px 18px;
    pointer-events: none;
}

.p-announcement {
    line-height: 1.8;
}

.p-announcement__return {
    margin-top: 160px;
}

.p-404 {
    padding-top: 160px;
}

.p-404__detail {
    margin-top: 60px;
    max-width: 860px;
    line-height: 1.8;
}

.p-404__link {
    margin-top: 160px;
    text-align: center;
}

.p-404__link .c-button {
    max-width: 500px;
    min-height: 80px;
}

.p-404__recruit {
    margin-top: 160px;
}

.p-404__recruit .p-topRecruit__inner {
    padding: 82px 24px 28px;
}

.p-404__recruit .p-topRecruit__title {
    font-size: 6rem;
}

.p-404__recruit .p-topRecruit__title span {
    font-size: 2.4rem;
}

.p-404__recruit .p-topRecruit__content {
    margin-right: 66px;
}

.p-404__recruit .p-topRecruit__heading {
    font-size: 4rem;
    letter-spacing: 0.02em;
}

.p-404__recruit .p-topRecruit__detail {
    margin-top: 18px;
    font-size: 1.8rem;
    line-height: 2;
}

.p-404__recruit .p-topRecruit__link {
    margin-top: 24px;
    margin-bottom: 40px;
}

.p-404__recruitCaption {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 24px;
}

.p-detail>*:first-child {
    margin-top: 0 !important;
}

.p-detail>*:last-child {
    margin-bottom: 0 !important;
}

.p-detail .wp-block-heading-h2 {
    margin: 160px 0 40px;
    font-size: 2.8rem;
    font-weight: 700;
}

.p-detail .wp-block-heading-h3 {
    margin: 80px 0 24px;
    font-size: 2.4rem;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 2px solid #d9e1ed;
    line-height: 1.7;
}

.p-detail .wp-block-heading-h4 {
    margin: 60px 0 10px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
}

.p-detail .wp-block-paragraph {
    margin: 40px 0;
    line-height: 1.8;
}

.p-detail .has-text-align-center {
    text-align: center !important;
}

.p-detail .has-text-align-right {
    text-align: right !important;
}

.p-detail .wp-block-image {
    margin: 60px 0;
}

.p-detail .wp-block-image img {
    height: auto;
}

.p-detail ul:not(.p-businessDetailList) {
    margin: 24px 0;
}

.p-detail ul:not(.p-businessDetailList)>li {
    display: flex;
    line-height: 1.8;
}

.p-detail ul:not(.p-businessDetailList)>li::before {
    flex-shrink: 0;
    content: "";
    display: block;
    margin-top: 10px;
    margin-right: 10px;
    width: 6px;
    height: 6px;
    background-color: #bcb7b7;
    border-radius: 50%;
}

.p-detail ul:not(.p-businessDetailList)>li::before+li {
    margin-top: 6px;
}

.p-detail ul:not(.p-businessDetailList).is-style-column {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.p-detail ul:not(.p-businessDetailList).is-style-column>* {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
}

.p-detail ol {
    margin: 24px 0;
    counter-reset: counter;
    text-indent: -3em;
    padding-left: 3em;
}

.p-detail ol>li {
    counter-increment: counter;
    line-height: 1.8;
}

.p-detail ol>li::before {
    content: "（"counter(counter) "）";
}

.p-detail ol.is-style-column {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.p-detail ol.is-style-column>* {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
}

.p-detail ol ul:not(.p-businessDetailList),
.p-detail ol .wp-block-paragraph {
    margin-top: 0;
    margin-bottom: 0;
    text-indent: 0;
}

.p-detail a {
    line-height: 1.8;
    text-decoration: underline;
}

.p-detail a[target=_blank]:not(.c-zoomButton) {
    margin-right: 6px;
}

.p-detail a[target=_blank]:not(.c-zoomButton)::after {
    display: inline-block;
    content: "";
    font-size: 1rem;
    margin-left: 8px;
}

.p-detail a[href$=pdf] {
    margin-right: 6px;
}

.p-detail a[href$=pdf]::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    width: 16px;
    height: 18px;
    background-image: url("../image/icon_pdf.svg");
    background-size: 16px 18px;
}

.p-detail .wp-block-group {
    margin-top: 32px;
    padding: 40px 60px;
    border-radius: 12px;
    background-color: #f8f8f8;
}

.p-detail .wp-block-group>*:first-child {
    margin-top: 0 !important;
}

.p-detail .wp-block-group>*:last-child {
    margin-bottom: 0 !important;
}

.p-detail .c-zoomButton {
    justify-content: flex-end;
    text-decoration: none;
}

.p-announcement__content.p-detail .wp-block-heading-h2:first-child {
    margin-left: -28px;
    margin-bottom: 60px;
}

.p-announcement__content.p-detail .wp-block-heading-h2:not(:first-child) {
    font-size: 2.4rem;
    margin-bottom: 16px;
}

.p-announcement__content.p-detail .wp-block-heading-h2+.wp-block-paragraph {
    margin-top: 16px;
}

.p-announcement__content.p-detail .wp-block-paragraph+.wp-block-heading-h2 {
    margin-top: 80px;
}

.p-announcement__content.p-detail .wp-block-heading-h3 {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 32px;
}

.p-announcement__content.p-detail .wp-block-heading-h3+.wp-block-heading-h4 {
    margin-top: 32px;
}

.p-announcement__content.p-detail .wp-block-heading-h4+.wp-block-paragraph {
    margin-top: 16px;
}

.p-announcement__content.p-detail ul>li::before {
    content: "・";
    background-color: transparent;
    width: auto;
    height: auto;
    margin-right: 0;
    margin-top: 0;
}

@media screen and (min-width: 800px) {
    .c-zoomButton {
        display: none;
    }

    .top .l-content {
        padding-top: 80px;
    }

    .top .p-header {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .hp-mobileBreak {
        display: none;
    }
}

@media screen and (min-width: 800px) and (max-width: 1000px) {
    .p-topRecruit__content {
        margin-right: 0;
    }

    .p-businessContent__tag {
        width: 20%;
    }

    .p-businessCard__img {
        width: 160px;
    }

    .p-businessCard__content {
        width: calc(100% - 160px - 40px);
    }

    .p-greetingTop__title {
        top: 100px;
    }

    .p-announcement__content.p-detail .wp-block-heading-h2:first-child {
        margin-left: 0;
    }
}

@media screen and (max-width: 1100px) {
    .p-header {
        padding-top: 21px;
        padding-bottom: 21px;
    }

    .p-header--scroll {
        padding-top: 11px;
        padding-bottom: 11px;
    }

    .p-headerLogo__img {
        height: 30px;
    }

    .p-headerLogo__text {
        margin-left: 10px;
        font-size: 1.1rem;
    }

    .p-headerNav__item:not(:first-of-type) {
        margin-left: 12px;
    }

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

    .p-headerNav__item--square .p-headerNav__link {
        padding: 7px 12px;
    }

    .p-headerNav__item--square .p-headerNav__link::after {
        padding: 8px 12px;
    }
}

@media screen and (max-width: 799px) {
    .l-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .mediaQueries::before {
        content: "mobile";
    }

    .l-content {
        padding-top: 50px;
    }

    .l-container--middle {
        padding-left: 20px;
        padding-right: 20px;
    }

    .l-container--small {
        padding-left: 20px;
        padding-right: 20px;
    }

    .l-main {
        padding-bottom: 160px;
    }

    .c-button {
        width: 100%;
        max-width: 100%;
    }

    .c-button--large {
        max-width: 100%;
    }

    .c-button--small {
        max-width: 100%;
    }

    .p-contact .c-button {
        max-width: 100%;
    }

    .p-resourceInfo .c-button {
        max-width: 100%;
        min-height: 60px;
    }

    .c-arrowLink {
        font-size: 1.4rem;
    }

    .c-infoTable th,
    .c-infoTable td {
        display: block;
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }

    .c-infoTable th {
        border-bottom: none;
        padding-top: 30px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    .c-infoTable td {
        padding-top: 12px;
        padding-right: 0px;
        padding-bottom: 30px;
        padding-left: 0px;
    }

    .c-annotationList__item {
        font-size: 1.4rem;
    }

    .c-list__item {
        font-size: 1.4rem;
    }

    .c-list__item::before {
        margin-top: 8px;
        width: 8px;
        height: 8px;
    }

    .c-breadcrumb {
        margin-bottom: 80px;
    }

    .c-breadcrumb__content {
        justify-content: flex-start;
    }

    .c-breadcrumb__item:last-child {
        padding-right: 16px;
    }

    .c-pagetop {
        right: 10px;
        bottom: 60px;
    }

    .c-keyVisual {
        padding-top: 120px;
        padding-bottom: 64px;
        margin-bottom: 24px;
    }

    .c-keyVisual__text {
        padding-left: 28px;
        font-size: 2.4rem;
    }

    .c-keyVisual__text::before {
        font-size: 1.1rem;
    }

    .c-keyVisual__text::after {
        top: calc(0.45em + 50% - 2px);
        width: 20px;
        height: 3px;
    }

    .c-keyVisual__img {
        width: 100%;
    }

    .c-heading {
        font-size: 2.4rem;
    }

    .c-heading span {
        margin-top: 4px;
        font-size: 1.2rem;
    }

    .c-borderHeading {
        font-size: 2rem;
    }

    .c-subHeading {
        font-size: 2.4rem;
        line-height: 1.8;
    }

    .c-pageTitle {
        margin-top: 80px;
    }

    .c-pageTitle__caption {
        font-size: 1.4rem;
    }

    .c-pageTitle__text {
        font-size: 2.8rem;
    }

    .c-pageTransition {
        margin-top: 160px;
    }

    .c-pageTransition__title {
        font-size: 2.4rem;
    }

    .c-pageTransition__inner {
        margin-top: 30px;
    }

    .c-pageTransition__list {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .c-pageTransition__item {
        width: 100%;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .c-pageTransition__item+.c-pageTransition__item {
        margin-top: 60px;
    }

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

    .c-card {
        margin-top: 0px;
        margin-right: 0px;
        margin-left: 0px;
    }

    .c-card__inner {
        position: relative;
        width: 100%;
        margin-top: 0px;
        margin-right: 0px;
        margin-left: 0px;
        padding: 39px 27px 85px;
    }

    .c-card__inner::after {
        position: absolute;
        bottom: 40px;
        right: 28px;
    }

    .c-card__inner+.c-card__inner {
        margin-top: 24px;
    }

    .c-card__title {
        position: static;
        font-size: 1.8rem;
        line-height: 1.33;
    }

    .c-card__title::before {
        display: none;
    }

    .c-card__content {
        margin-top: 21px;
    }

    .c-card__category {
        font-size: 1.2rem;
        padding: 6px 8px;
    }

    .c-card__detail {
        margin-top: 18px;
    }

    .c-card__tagList {
        margin-top: 16px;
        margin-left: -6px;
        margin-right: -6px;
    }

    .c-card__tag {
        margin-top: 6px;
        margin-left: 6px;
        margin-right: 6px;
    }

    .p-header {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .p-header__inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .p-footerContent {
        background: #004a8c url("../image/img_footer_sp.png") center 100%/auto no-repeat;
        padding-top: 60px;
        padding-bottom: 48px;
        background-size: 100% auto;
        background-position: bottom center;
    }

    .p-footerContent__inner {
        margin-top: 0;
        flex-wrap: wrap;
    }

    .p-footerContent__brand {
        flex-shrink: 1;
        margin-right: 0;
        margin-top: 0;
    }

    .p-footerContent__address {
        margin-top: 40px;
        font-size: 1.5rem;
        line-height: 1.8;
    }

    .p-footerContent__contact {
        margin-top: 16px;
    }

    .p-footerContent__contact .c-button {
        min-height: 48px;
        max-width: 180px;
    }

    .p-footerContent__contact .c-button__inner::after {
        font-size: 1rem;
        right: 20px;
        top: calc(50% - 4px);
    }

    .p-footerContent__relation {
        margin-top: 30px;
    }

    .p-footerContent__links {
        width: 100%;
        margin-top: 52px;
    }

    .p-footerLogo__img {}

    .p-footerLogo__text {
        font-size: 1.8rem;
        margin-left: 4px;
    }

    .p-footerNav {
        margin-right: 0;
        margin-left: 0;
    }

    .p-footerNav__group {
        flex-wrap: wrap;
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
    }

    .p-footerNav__item {
        max-width: 100%;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .p-footerNav__title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .p-footerNav__title a {
        pointer-events:;
    }

    /*.p-footerNav__title::after {
    content: "";
    font-size: 1rem;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-right: 8px;
    transition: 400ms ease-out;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-delay: 0;
}

.p-footerNav__title--open::after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}*/

    .p-footerNav__detail {
        display: none;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .p-footerNav__list {
        padding-top: 24px;
        padding-bottom: 24px;
        padding-left: 12px;
    }

    .p-footerNav__list--column {
        -webkit-column-count: 1;
        column-count: 1;
        min-width: auto;
        height: auto;
    }

    .p-footerNav__list--column .p-footerNav__link {
        padding-bottom: 0px;
        max-width: 100%;
    }

    .p-footerNav__link+.p-footerNav__link {
        margin-top: 24px;
    }

    .p-footerNav__link {
        margin-top: 0;
        font-size: 1.5rem;
    }

    .p-footerRelation__link {
        margin-top: 12px;
        font-size: 1.5rem;
        line-height: 1.8;
    }

    .p-footerSite__inner {
        padding-top: 24px;
        padding-bottom: 28px;
    }

    .p-footerSite__link {
        display: flex;
        width: 100%;
    }

    .p-footerSite__list {
        width: 50%;
    }

    .p-footerSite__list+.p-footerSite__list {
        margin-top: 0;
    }

    .p-footerSite__item {
        width: 100%;
    }

    .p-footerSite__item+.p-footerSite__item {
        margin-left: 0;
        margin-top: 8px;
    }

    .p-footerSite__mark {
        width: 26%;
        margin-right: 10px;
        margin-left: 10px;
    }

    .p-footerSite__mark img {
        max-width: 38px;
        max-height: 48px;
    }

    .p-footerSite__markLogo+.p-footerSite__markLogo {
        margin-left: 20px;
    }

    .p-footerSite__copy {
        margin-left: 0px;
        align-self: flex-end;
        justify-self: flex-end;
        font-size: 12px;
        /* -webkit-transform: scale(0.8); */
        /* transform: scale(0.8); */
        /* -webkit-transform-origin: right center; */
        /* transform-origin: right center; */
    }

    .p-resourceInfo {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .p-resourceInfo__inner {
        padding: 60px 24px;
    }

    .p-resourceInfo__title {
        font-size: 2rem;
    }

    .p-resourceInfo__text {
        margin-top: 24px;
    }

    .p-resourceInfo__link {
        margin-top: 48px;
    }

    .p-topCase {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .p-topCase__title {
        font-size: 3.6rem;
    }

    .p-topCase__title span {
        margin-top: 6px;
    }

    .p-topCaseList {
        margin-top: 60px;
        margin-right: 0;
        margin-left: 0;
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 96px;
    }

    .p-topCaseList__inner {
        margin-right: 0;
        margin-left: 0;
    }

    .p-topCaseList__category {
        margin-top: 24px;
    }

    .p-topCaseList__tagList {
        margin-top: 20px;
    }

    .p-topCaseList .slick-dots {
        left: 0;
        right: auto;
        width: calc(100% - 106px);
    }

    .p-topHero__item {
        padding-top: 50%;
    }

    .p-topHero img {
        width: auto;
        height: 100%;
    }

    .p-topHero .slick-dots {
        bottom: 2px;
    }

    .p-topImportant {
        margin-top: 40px;
    }

    .p-topImportant__inner {
        padding: 24px;
    }

    .p-topNearshore {
        padding-top: 80px;
        padding-bottom: 160px;
    }

    .p-topNearshore__title {
        font-size: 2rem;
    }

    .p-topNearshore__subHeading img {
        max-width: 30px;
        vertical-align: baseline;
    }

    .p-topNearshore__subHeading span {
        font-size: 1.5rem;
    }

    .p-topNearshore__link {
        width: 100%;
        max-width: 335px;
        padding-right: 24px;
        padding-left: 24px;
        margin-right: auto;
        margin-left: auto;
    }

    .p-topNearshore__detail {
        width: 100%;
        margin-top: 24px;
    }

    .p-topNews {
        padding-top: 80px;
        padding-bottom: 120px;
    }

    .p-topNews__title {
        font-size: 2rem;
        margin-bottom: 24px;
    }

    .p-topNews__link {
        margin-top: 36px;
        text-align-last: left;
    }

    .p-topRecruit::before {
        width: 100%;
        height: 240px;
    }

    .p-topRecruit::after {
        top: auto;
        bottom: 0;
        width: 100%;
        height: calc(100% - 240px + 60px);
        -webkit-clip-path: polygon(0 60px, 100% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(0 60px, 100% 0%, 100% 100%, 0% 100%);
    }

    .p-topRecruit__inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .p-topRecruit__inner {
        flex-wrap: wrap;
        padding-top: 116px;
        padding-bottom: 60px;
    }

    .p-topRecruit__title {
        font-size: 4rem;
    }

    .p-topRecruit__title span {
        margin-top: 6px;
        font-size: 1.5rem;
    }

    .p-topRecruit__content {
        margin-top: 92px;
        margin-right: 0;
        width: 100%;
    }

    .p-topRecruit__heading {
        font-size: 2.8rem;
    }

    .p-topRecruit__detail {
        font-size: 1.5rem;
    }

    .p-topRecruit__link {
        margin-top: 40px;
    }

    .p-topService {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .p-topService__title {
        font-size: 3.6rem;
    }

    .p-topService__title span {
        margin-top: 4px;
    }

    .p-topService__heading {
        margin-top: 12%;
        font-size: 2rem;
    }

    .p-topService__text {
        margin-top: 40px;
    }

    .p-topService__list {
        margin-top: 32px;
    }

    .p-topService__link {
        margin-top: 60px;
    }

    .p-topServiceList__inner {
        margin-top: -16px;
        margin-right: -8px;
        margin-left: -8px;
    }

    .p-topServiceList__item {
        width: calc(50% - 16px);
        margin-top: 16px;
        margin-right: 8px;
        margin-left: 8px;
    }

    .p-topServiceList__link {
        padding: 8px 8px 24px 8px;
    }

    .p-topServiceList__img {
        display: block;
        max-width: 140px;
        margin-right: auto;
        margin-left: auto;
    }

    .p-topServiceList__text {
        font-size: 1.4rem;
    }

    .p-topVision::before {
        width: calc(100% - 40px);
        height: 180px;
        bottom: 0;
        right: 40px;
    }

    .p-topVision__img {
        margin-top: 60px;
        margin-bottom: 40px;
        width: 100%;
        height: 180px;
        order: 2;
    }

    .p-topVision__img img {
        position: relative;
        bottom: 40px;
        right: 0;
        width: 100%;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .p-topVision__detail {
        margin-top: 0;
        width: 100%;
    }

    .p-topVision__title {
        font-size: 4rem;
    }

    .p-topVision__title span {
        margin-top: 20px;
    }

    .p-topVision__text {
        padding-right: 20px;
    }

    .p-topVision__link {
        margin-top: 36px;
    }

    .p-business__caption {
        margin-top: 40px;
    }

    .p-businessContent__card {
        width: 100%;
    }

    .p-businessCard__inner {
        justify-content: center;
        padding: 32px 28px 86px;
    }

    .p-businessCard__inner::after {
        top: auto;
        right: 28px;
        bottom: 40px;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

    .p-businessCard__inner+.p-businessCard__inner {
        margin-top: 24px;
    }

    .p-businessCard__img {
        width: 150px;
    }

    .p-businessCard__content {
        width: 100%;
        margin-left: 0;
        margin-top: 16px;
    }

    .p-businessCard__title {
        margin-top: 0;
        font-size: 1.8rem;
    }

    .p-businessCard__text {
        margin-top: 16px;
    }

    .p-businessDetail__content {
        margin-top: 80px;
    }

    .p-businessDetail__service {
        margin-top: 80px;
    }

    .p-businessDetail__card {
        margin-right: 0px;
        margin-left: 0px;
        margin-top: 0px;
    }

    .p-businessDetail__card .c-card__inner {
        width: 100%;
        margin-top: 0px;
        margin-right: 0px;
        margin-left: 0px;
    }

    .p-businessDetail__card .c-card__inner+.c-card__inner {
        margin-top: 24px;
    }

    .p-businessDetailOther {
        padding: 40px 28px;
    }

    .p-businessDetailOther__title {
        font-size: 1.8rem;
    }

    .p-businessDetailContent__list {
        margin-top: 40px;
    }

    .p-businessDetailList {
        padding: 40px 28px;
    }

    .p-businessDetailList__item+.p-businessDetailList__item {
        margin-top: 32px;
    }

    .p-businessDetailList__title {
        font-size: 1.8rem;
    }

    .p-businessDetailList__title::before {
        margin-top: 8px;
    }

    .p-businessDetailList__detail {
        margin-top: 16px;
    }

    .p-case__caption {
        margin-top: 38px;
    }

    .p-case__container {
        margin-top: 72px;
    }

    .p-case__title {
        font-size: 2rem;
        line-height: 1.8;
        margin-bottom: 18px;
    }

    .p-case__item+.p-case__item {
        margin-top: 56px;
    }

    .p-caseDetail__heading {
        margin-bottom: 60px;
    }

    .p-caseDetail__title {
        margin-top: 24px;
    }

    .p-caseDetail__category {
        margin-top: 8px;
        display: block;
    }

    .p-caseDetail__client {
        padding: 5px 0px 6px 11px;
        font-size: 1rem;
    }

    .p-caseDetail__tagList {
        margin-top: 3px;
        margin-left: -4px;
    }

    .p-caseDetailImage__title {
        font-size: 1.5rem;
    }

    .p-caseDetailImage__content {
        margin-top: 7px;
    }

    .p-feature__section+.p-feature__section {
        margin-top: 120px;
    }

    .p-featureAbout__container {
        margin-top: 40px;
        padding-top: 0;
        padding-bottom: 0%;
    }

    .p-featureAbout__img {
        position: static;
        height: auto;
    }

    .p-featureAbout__content {
        margin-top: 40px;
        padding: 0;
    }

    .p-featureAbout__title {
        font-size: 2rem;
    }

    .p-featureAbout__detail {
        margin-top: 32px;
    }

    .p-featureAnchor {
        margin-right: 0px;
        margin-left: 0px;
        margin-top: 0px;
    }

    .p-featureAnchor__link {
        width: 100%;
        margin-top: 0;
        margin-right: 0;
        margin-left: 0;
    }

    .p-featureAnchor__link+.p-featureAnchor__link {
        margin-top: 12px;
    }

    .p-featureBusiness {
        padding-top: 0;
        padding-bottom: 0;
    }

    .p-featureBusiness__container {
        grid-template-areas: "title""image""inner";
        grid-template-columns: 1fr;
    }

    .p-featureBusiness__img {
        position: relative;
        margin-top: 92px;
        max-width: 100%;
    }

    .p-featureBusiness__img::before {
        width: 125px;
        height: calc(100% + 64px);
        left: -20px;
        top: -32px;
    }

    .p-featureBusiness__inner {
        margin-top: 0;
    }

    .p-featureBusiness__content {
        margin-top: 72px;
    }

    .p-featureBusiness__detail {
        margin-top: 32px;
    }

    .p-featureService__heading {
        margin-top: 40px;
    }

    .p-featureService__caption {
        width: 100%;
    }

    .p-featureService__anchor {
        width: 100%;
        margin-top: 24px;
    }

    .p-featureService__content {
        padding-top: 60px;
        padding-bottom: 60px;
        grid-template-columns: 100%;
        grid-template-areas: "detail""image""link";
    }

    .p-featureService__img {
        margin-top: 32px;
        max-width: 100%;
    }

    .p-featureService__detail {
        margin-top: 0;
        margin-left: 0;
    }

    .p-featureService__title {
        font-size: 2rem;
    }

    .p-featureService__title span {
        margin-right: 8px;
        font-size: 3.2rem;
    }

    .p-featureService__link {
        margin-left: 0;
    }

    .p-featureService__inner:first-of-type {
        margin-top: 60px;
    }

    .p-featureService__inner:nth-of-type(odd) .p-featureService__content {
        grid-template-columns: 100%;
        grid-template-areas: "detail""image""link";
    }

    .p-featureService__inner:nth-of-type(odd) .p-featureService__detail,
    .p-featureService__inner:nth-of-type(odd) .p-featureService__link {
        margin-right: 0;
    }

    .p-featureStrength__anim {
        margin-top: 40px;
        min-height: 120px;
    }

    .p-featureStrength__list {
        margin-top: 60px;
    }

    .p-featureStrength__title {
        font-size: 2rem;
    }

    .p-featureStrength__title span {
        margin-top: 4px;
        margin-right: 8px;
        font-size: 2.4rem;
    }

    .p-featureDetail__img {
        margin-top: 60px;
    }

    .p-featureDetail__define {
        margin-top: 60px;
        padding: 60px 28px;
    }

    .p-featureDetail__defineTitle {
        font-size: 2rem;
        margin-bottom: 32px;
    }

    .p-quality__defineTitle {
        font-size: 2.4rem;
        margin-bottom: 32px;
    }

    .p-qualityList__item {
        font-size: 1.8rem;
    }

    .p-qualityList__item+.p-qualityList__item {
        margin-top: 8px;
    }

    .p-compliance__defineTitle {
        font-size: 2.4rem;
        margin-bottom: 32px;
    }

    .p-complianceList__item:before {
        margin-top: 10px;
    }

    .p-complianceList__title {
        font-size: 1.8rem;
    }

    .p-company__title {
        font-size: 2.4rem;
    }

    .p-companyNav__list {
        margin-top: 0px;
        margin-right: 0px;
        margin-left: 0px;
    }

    .p-companyNav__item {
        width: 100%;
        margin-top: 0px;
        margin-right: 0px;
        margin-left: 0px;
    }

    .p-companyNav__item+.p-companyNav__item {
        margin-top: 60px;
    }

    .p-companyNav__detail {
        margin-top: 40px;
    }

    .p-companyNav__title {
        font-size: 2rem;
    }

    .p-companyNav__text {
        margin-top: 16px;
    }

    .p-greeting__text {
        margin-top: 60px;
    }

    .p-greetingTop__title {
        position: static;
        margin-top: 40px;
        font-size: 2rem;
    }

    .p-greetingTop__name {
        position: static;
        margin-top: 16px;
    }

    .p-outline__time {
        margin-bottom: 48px;
    }

    .p-outlineTable dl {
        margin-top: 30px;
        flex-wrap: wrap;
    }

    .p-outlineTable dt {
        width: 100%;
    }

    .p-history__heading {
        font-size: 2rem;
    }

    .p-history__line {
        margin-top: 80px;
    }

    .p-historyLine__group {
        padding-bottom: 40px;
    }

    .p-historyLine__group::before {
        left: 34px;
    }

    .p-historyLine__group:last-of-type::after {
        left: 34px;
    }

    .p-historyLine__year {
        margin-left: 4px;
    }

    .p-historyLine__event {
        padding: 18px 16px;
    }

    .p-historyLine__event .c-annotationList__item {
        font-size: 1.2rem;
    }

    .p-historyLine__event--dis {
        font-size: 1.2rem;
        width: calc(100% - 60px);
        margin-left: 60px;
    }

    .p-historyLine__event--dis::before {
        top: 18px;
    }

    .p-historyLine__event--dis::after {
        top: 22px;
        left: -25px;
    }

    .p-historyLine__event--world {
        width: calc(100% - 60px);
        margin-left: 60px;
    }

    .p-historyLine__event--world::before {
        left: 2px;
        top: 18px;
        -webkit-transform: translateX(-100%) rotate(180deg);
        transform: translateX(-100%) rotate(180deg);
    }

    .p-historyLine__event--world::after {
        top: 22px;
        left: -25px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .p-historyLine__img--dis {
        width: calc(100% - 60px);
        margin-left: 60px;
    }

    .p-historyLine__img--world {
        position: static;
        width: calc(100% - 60px);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        margin-left: 60px;
    }

    .p-historyLine__month {
        width: calc(1.2rem * 3);
        margin-right: 8px;
    }

    .p-policy__title {
        font-size: 2rem;
    }

    .p-policy__caption {
        margin-top: 32px;
        line-height: 1.8;
        text-align: left;
    }

    .p-policy__section {
        margin-top: 80px;
    }

    .p-policy__subHeading {
        font-size: 2rem;
        margin-bottom: 24px;
    }

    .p-policyPilar__anim {
        width: auto;
        margin-top: 60px;
        height: 312px;
    }

    .p-policySdgs__container {
        flex-wrap: wrap;
        justify-content: center;
    }

    .p-policySdgs__container+.p-policySdgs__container {
        margin-top: 60px;
    }

    .p-policySdgs__img {
        width: 150px;
    }

    .p-policySdgs__content {
        width: 100%;
        margin-left: 0;
        padding-top: 16px;
    }

    .p-policySdgs__title {
        font-size: 1.8rem;
    }

    .p-policySdgs__text {
        margin-top: 16px;
        font-size: 1.5rem;
    }

    .p-policyVision__container {
        flex-wrap: wrap;
    }

    .p-policyVision__content {
        width: 100%;
        margin-top: 40px;
        padding-left: 0;
    }

    .p-policyVision__img {
        width: 100%;
        padding-right: 28px;
        padding-left: 28px;
    }

    .p-policyVision__img img {
        width: 100%;
    }

    .p-policyVision__inner+.p-policyVision__inner {
        margin-top: 24px;
    }

    .p-guide__content {
        margin-top: 40px;
    }

    .p-guide__map {
        margin-top: 24px;
    }

    .p-guide__map iframe {
        height: 200px;
    }

    .p-guideContent__img {
        order: 2;
        margin-top: 40px;
    }

    .p-guideContent__content {
        width: 100%;
        margin-left: 0;
    }

    .p-newsList__inner {
        flex-wrap: wrap;
        padding-top: 24px;
        padding-bottom: 24px;
        min-height: 100%;
    }

    .p-newsList__inner::after {
        display: none;
    }

    .p-newsList__date {
        margin-right: 16px;
    }

    .p-newsList__category {
        margin-right: 16px;
        width: 80px;
        height: 24px;
        font-size: 1.2rem;
    }

    .p-newsList__detail {
        width: 100%;
    }

    .p-newsList__text {
        display: inline-block;
        margin-top: 24px;
        margin-right: 0;
        -webkit-line-clamp: 3;
    }

    .p-newsDetail__category {
        margin-right: 16px;
        width: 80px;
        height: 24px;
        font-size: 1.2rem;
    }

    .p-newsDetail__title {
        margin-top: 24px;
    }

    .p-newsDetail__return {
        margin-top: 120px;
    }

    .p-contact__section {
        margin-top: 80px;
    }

    .p-contact__mail {
        margin-top: 32px;
        flex-wrap: wrap;
    }

    .p-contact__mail .c-button+.c-button {
        margin-left: 0;
        margin-top: 24px;
    }

    .p-resources__section {
        margin-top: 80px;
    }

    .p-resourcesCompany__container {
        padding: 60px 28px;
    }

    .p-resourcesCompany__img {
        width: 100%;
        max-width: 100%;
    }

    .p-resourcesCompany__detail {
        margin-top: 16px;
    }

    .p-resourcesCompany__inner {
        width: 100%;
    }

    .p-resourcesCompany__title {
        font-size: 1.8rem;
    }

    .p-resourcesCompany__text {
        margin-top: 16px;
    }

    .p-resourcesCompany__link {
        max-width: 100%;
        margin-top: 48px;
    }

    .p-resourcesSolution__caption {
        margin-top: 24px;
    }

    .p-resourcesSolution__container {
        flex-wrap: wrap;
        margin-right: 0;
        margin-left: 0;
    }

    .p-resourcesSolution__inner {
        width: 100%;
        margin-right: 28px;
        margin-left: 28px;
    }

    .p-resourcesSolution__inner+.p-resourcesSolution__inner {
        margin-top: 80px;
    }

    .p-resourcesSolution__detail {
        margin-top: 24px;
    }

    .p-resourcesSolution__link {
        max-width: 100%;
        margin-top: 32px;
    }

    .p-404 {
        padding-top: 120px;
    }

    .p-404__detail {
        margin-top: 40px;
    }

    .p-404__link {
        margin-top: 60px;
    }

    .p-404__recruit {
        margin-top: 80px;
    }

    .p-404__recruit .p-topRecruit {
        margin-right: -20px;
        margin-left: -20px;
    }

    .p-404__recruit .p-topRecruit__inner {
        padding: 116px 20px 60px;
    }

    .p-404__recruit .p-topRecruit__title {
        font-size: 4rem;
    }

    .p-404__recruit .p-topRecruit__title span {
        font-size: 1.5rem;
    }

    .p-404__recruit .p-topRecruit__content {
        margin-right: 0;
    }

    .p-404__recruit .p-topRecruit__heading {
        font-size: 2.8rem;
        letter-spacing: 0.01em;
    }

    .p-404__recruit .p-topRecruit__detail {
        font-size: 1.5rem;
        line-height: 1.8;
    }

    .p-404__recruit .p-topRecruit__link {
        margin-top: 48px;
        margin-bottom: 0px;
    }

    .p-404__recruitCaption {
        font-size: 1.8rem;
    }

    .p-detail .wp-block-heading-h2 {
        margin-top: 80px;
        font-size: 2.4rem;
        line-height: 1.8;
    }

    .p-detail .wp-block-heading-h3 {
        margin-top: 60px;
        font-size: 2rem;
    }

    .p-detail .wp-block-heading-h4 {
        font-size: 1.5rem;
    }

    .p-detail .wp-block-paragraph {
        margin: 24px 0;
    }

    .p-detail ul:not(.p-businessDetailList)>li {
        font-size: 1.4rem;
    }

    .p-detail ul:not(.p-businessDetailList)>li::before {
        margin-top: 8px;
        width: 8px;
        height: 8px;
    }

    .p-detail ul:not(.p-businessDetailList).is-style-column {
        margin-left: 0;
        margin-right: 0;
    }

    .p-detail ul:not(.p-businessDetailList).is-style-column>* {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .p-detail ol.is-style-column {
        margin-left: 0;
        margin-right: 0;
    }

    .p-detail ol.is-style-column>* {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .p-detail ol ul:not(.p-businessDetailList),
    .p-detail ol .wp-block-paragraph {
        margin-left: -2em;
    }

    .p-announcement__content.p-detail .wp-block-heading-h2:first-child {
        margin-left: 0;
        margin-bottom: 40px;
    }

    .p-announcement__content.p-detail .wp-block-heading-h3 {
        margin-top: 60px;
        margin-bottom: 40px;
    }

    .p-announcement__content.p-detail .wp-block-heading-h4+.wp-block-paragraph {
        margin-top: 24px;
    }

    .p-announcement__content.p-detail .wp-block-heading-h4 {
        font-size: 1.8rem;
        margin-top: 40px;
    }

    .p-announcement__content.p-detail ul>li::before {
        width: auto;
        height: auto;
        margin-right: 0;
        margin-top: 0;
    }

    .hp-pcBreak {
        display: none !important;
    }
}


/*cert*/
.permit_wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.permit_wrap .box {
    float: left;
    width: calc(100% / 4 - 6%);
    margin-left: 3%;
    margin-right: 3%;
    margin-top: 5%;
}

.permit_wrap .box.PC_ml {
    margin-left: 5px;
}

.permit_wrap .box2 {
    float: left;
    margin-left: 7%;
    margin-bottom: 10px;
}

.permit_wrap .box_yoko {
    float: left;
    width: 20%;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 3%;
    margin-bottom: 10px;
}

.permit_wrap .box img {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.permit_wrap .box_yoko img {
    margin-bottom: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.permit_wrap .box_yoko.noshadow img {
    box-shadow: none;
}

.permit_text {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.2em;
}

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

    .permit_wrap .box {
        width: 29.3333%;
        margin-left: 2%;
        margin-right: 2%;
		height:220px;
    }

    .permit_wrap .box.PC_ml {
        margin-left: 2%;
    }

    .permit_wrap .box_yoko {
        width: 40%;
        margin-left: 6%;
        margin-right: 2%;
    }

    .SP_pl {
        padding-left: 10%;
    }

    .SP_box_pl {
        padding-left: 18%;
    }

    .permit_text {
        font-size: 10px;
    }
}

.news .wrap .pv40 {
    padding: 4% 0;
}

.news .newlist {
    border-top: 1px solid #d4d4de;
}

.news .newlist>li {
    padding: 1.2em 0;
    text-align: left;
    border-bottom: 1px solid #d4d4de;
}

.news .newlist>li,
.newlist>li>div {
    overflow: hidden;
}

.news .newlist>li>time {
    padding-left: 0;
}

.news .newlist p {
    margin-bottom: 0;
}

.news .newlist p+p {
    padding-top: .5em;
}

.news .newlist+p {
    line-height: 0;
    margin-bottom: 0;
    padding: 20px 0;
}

.newlist>li {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.newlist>li>time,
.newlist>li>div {
    display: table-cell;
    text-align: left;
    padding: .8em 0;
}

.newlist>li>time {
    width: 10em;
    text-align: left;
    padding: .8em .178em .8em 1em;
}

.newlist>li>time,
.newlist>li a {
    color: #51516e !important;
}

.newlist>li a {
    text-decoration: underline;
}

.newsPage h3 {
    font-size: 3rem;
    padding: 1em 0;
    font-weight: 500;
}

.newsPage .content {}

.newsPage .content p {
    line-height: 2;
    margin-bottom: 2%;
}

/* .contact-form
================================================== */
.contact-form {
    padding: 35px 0 60px;
}

.contact-form__txt {}

@media all and (min-width: 768px) {
    .contact-form {
        padding: 40px 0 120px;
        border-bottom: 1px solid #d7e0e0;
    }

    .contact-form__txt {
        text-align: center;
    }
}


/*  .c-form01
================================================== */
.c-form01:before {
    content: '';
    display: block;
    background: url(https://sikou-jp.com/template/default/static/image/img_flow01_sp.jpg) no-repeat center/contain;
    max-width: 335px;
    height: 37px;
    margin: 0 auto 10px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.c-form01 tr {
    border-bottom: 1px solid #d7e0e0;
}

.c-form01 th,
.c-form01 td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
}

.c-form01 th {
    padding: 12px 0;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: left;
}

.c-form01 td {
    padding-bottom: 18px;
}

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

.c-form01__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 35px;
    height: 16px;
    margin-left: 10px;
    background: #989898;
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.0;
}

.c-form01__label.is-required {
    background: #014099;
}

.c-form01 input[type="text"],
.c-form01 input[type="tel"],
.c-form01 input[type="number"],
.c-form01 input[type="email"],
.c-form01 button,
.c-form01 select,
.c-form01 textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 50px;
    padding: 5px 10px;
    font-size: 1.6rem;
    background: #f8f8f8;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: inherit;
}

.c-form01 input[type="text"]::-webkit-input-placeholder,
.c-form01 input[type="tel"]::-webkit-input-placeholder,
.c-form01 input[type="number"]::-webkit-input-placeholder,
.c-form01 input[type="email"]::-webkit-input-placeholder,
.c-form01 button::-webkit-input-placeholder,
.c-form01 select::-webkit-input-placeholder,
.c-form01 textarea::-webkit-input-placeholder {
    color: #989898;
}

.c-form01 input[type="text"]::-moz-placeholder,
.c-form01 input[type="tel"]::-moz-placeholder,
.c-form01 input[type="number"]::-moz-placeholder,
.c-form01 input[type="email"]::-moz-placeholder,
.c-form01 button::-moz-placeholder,
.c-form01 select::-moz-placeholder,
.c-form01 textarea::-moz-placeholder {
    color: #989898;
}

.c-form01 input[type="text"]:-ms-input-placeholder,
.c-form01 input[type="tel"]:-ms-input-placeholder,
.c-form01 input[type="number"]:-ms-input-placeholder,
.c-form01 input[type="email"]:-ms-input-placeholder,
.c-form01 button:-ms-input-placeholder,
.c-form01 select:-ms-input-placeholder,
.c-form01 textarea:-ms-input-placeholder {
    color: #989898;
}

.c-form01 input[type="text"]::-ms-input-placeholder,
.c-form01 input[type="tel"]::-ms-input-placeholder,
.c-form01 input[type="number"]::-ms-input-placeholder,
.c-form01 input[type="email"]::-ms-input-placeholder,
.c-form01 button::-ms-input-placeholder,
.c-form01 select::-ms-input-placeholder,
.c-form01 textarea::-ms-input-placeholder {
    color: #989898;
}

.c-form01 input[type="text"]::placeholder,
.c-form01 input[type="tel"]::placeholder,
.c-form01 input[type="number"]::placeholder,
.c-form01 input[type="email"]::placeholder,
.c-form01 button::placeholder,
.c-form01 select::placeholder,
.c-form01 textarea::placeholder {
    color: #989898;
}

.c-form01 button {
    cursor: pointer;
}

.c-form01 textarea {
    height: 150px;
    resize: vertical;
}

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

.c-form01__postcode-prefix {
    max-width: 26px;
    -ms-flex-preferred-size: 26px;
    flex-basis: 26px;
    padding-top: 13px;
}

.c-form01__postcode-input {
    max-width: calc(100% - 26px);
    -ms-flex-preferred-size: calc(100% - 26px);
    flex-basis: calc(100% - 26px);
}

.c-form01__address {
    margin-top: 15px;
}

.c-form01__local {
    margin-top: 15px;
}

.c-form01__area-btn {
    margin-top: 30px;
}

.c-form01__area-btn .c-form01__btn {
    position: relative;
    background: #014099;
    color: #fff;
    font-size: 1.3rem;
    max-width: 270px;
    margin: 0 auto;
    text-align: center;
}

.c-form01__area-btn .c-form01__btn:before {
    position: absolute;
    display: block;
    content: '';
    margin: auto;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.c-form01__area-btn .c-form01__btn+.c-form01__btn {
    margin-top: 10px;
}

.c-form01__area-btn .c-form01__btn.is-back {
    background: #989898;
}

.c-form01__area-btn .c-form01__btn.is-back:before {
    right: auto;
    left: 10px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.c-form01__agree {
    margin-top: 30px;
}

.c-form01__agree-txt {
    text-align: center;
}

.c-form01__agree-txt a {
    color: #014099;
    text-decoration: underline;
}

@media all and (max-width: 767px) {
    .contact-form{
        padding-bottom: 0;
    }
    .c-form01__agree-txt{
        font-size: 14px;
    }

    .c-form01 table,
    .c-form01 thead,
    .c-form01 tbody,
    .c-form01 tr,
    .c-form01 th,
    .c-form01 td {
        display: block;
    }

    .c-form01 th {
        border-bottom: 0;
    }

    .c-form01 tr+tr th {
        border-top: 0;
    }
}

@media all and (min-width: 768px) {
    .c-form01:before {
        background: url(https://sikou-jp.com/template/default/static/image/img_flow01_pc.jpg) no-repeat center/contain;
        max-width: 688px;
        height: 55px;
        margin: 0 auto 50px;
    }

    .c-form01__wrap {
        border: 8px solid #d7e0e0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 60px 75px 75px;
    }

    .c-form01 th,
    .c-form01 td {
        table-layout: auto;
        padding: 30px 0;
    }

    .c-form01 th {
        vertical-align: top;
        padding-left: 5px;
        font-size: 1.6rem;
        width: 290px;
        padding: 35px 0 25px;
    }

    .c-form01 td {
        max-width: calc(100% - 290px);
        padding-right: 10px;
    }

    .c-form01__th {
        position: relative;
    }

    .c-form01__label {
        position: absolute;
        width: 51px;
        height: 20px;
        margin-left: 0;
        font-size: 1.2rem;
        top: 7px;
        right: 70px;
    }

    .c-form01 input[type="text"],
    .c-form01 input[type="tel"],
    .c-form01 input[type="number"],
    .c-form01 input[type="email"],
    .c-form01 button,
    .c-form01 select,
    .c-form01 textarea {
        height: 48px;
        padding: 5px 15px;
        font-size: 1.6rem;
    }

    .c-form01 textarea {
        padding: 15px;
        height: 200px;
    }

    .c-form01__radio {
        overflow: hidden;
    }

    .c-form01__postcode-prefix {
        padding-top: 10px;
    }

    .c-form01__postcode-input {
        max-width: 300px;
    }

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

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

    .c-form01__area-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 40px;
    }

    .c-form01__area-btn .c-form01__btn {
        max-width: 280px;
        height: 60px;
        margin: 0 10px;
        font-size: 1.5rem;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .c-form01__area-btn .c-form01__btn:before {
        right: 20px;
        width: 8px;
        height: 8px;
    }

    .c-form01__area-btn .c-form01__btn+.c-form01__btn {
        margin-top: 0;
    }

    .c-form01__area-btn .c-form01__btn.is-back:before {
        left: 20px;
    }

    .c-form01__area-btn .c-form01__btn:hover {
        opacity: .7;
    }

    .c-form01__agree {
        margin-top: 50px;
    }
}

@media all and (min-width: 768px) and (max-width: 767px) {

    .c-form01 table,
    .c-form01 thead,
    .c-form01 tbody,
    .c-form01 tr,
    .c-form01 th,
    .c-form01 td {
        display: block;
    }

    .c-form01 th {
        border-bottom: 0;
    }

    .c-form01 tr+tr th {
        border-top: 0;
    }
}

/*  .c-form01 .mwform-radio-field
================================================ */
.c-form01 .mwform-radio-field {
    font-size: 1.3rem;
    display: block;
}

.c-form01 .mwform-radio-field+.mwform-radio-field {
    margin-top: 15px;
}

.c-form01 .mwform-radio-field label {
    display: block;
}

.c-form01 .mwform-radio-field input {
    display: none;
}

.c-form01 .mwform-radio-field .mwform-radio-field-text {
    cursor: pointer;
    position: relative;
    display: block;
    padding-left: 40px;
}

.c-form01 .mwform-radio-field .mwform-radio-field-text::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 2px;
    left: 0;
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid #d7e0e0;
    border-radius: 50%;
}

.c-form01 .mwform-radio-field input:checked+.mwform-radio-field-text::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 3px;
    left: 1px;
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    border: 6px solid #fff;
    border-radius: 50%;
    background: #1879d2;
}

@media all and (min-width: 768px) {
    .c-form01 .mwform-radio-field {
        font-size: 1.6rem;
        float: left;
        margin: 0 23px 10px 0;
        width: calc(50% - 23px);
    }

    .c-form01 .mwform-radio-field+.mwform-radio-field {
        margin-top: 0;
    }

    .c-form01 .mwform-radio-field .mwform-radio-field-text {
        padding-left: 35px;
    }

    .c-form01 .mwform-radio-field .mwform-radio-field-text::before {
        top: 4px;
    }

    .c-form01 .mwform-radio-field input:checked+.mwform-radio-field-text::after {
        top: 5px;
    }
}

.horizontal-item+.horizontal-item {
    margin-left: 0 !important;
}

.error {
    clear: both;
}

/*  .c-form01-flow
================================================ */
.mw_wp_form_confirm .c-form01__postcode-prefix {
    padding-top: 0;
}

.mw_wp_form_confirm .c-form01:before {
    background: url(https://sikou-jp.com/template/default/static/image/img_flow02_sp.jpg) no-repeat center/contain;
}

@media all and (min-width: 768px) {
    .mw_wp_form_confirm .c-form01:before {
        background: url(https://sikou-jp.com/template/default/static/image/img_flow02_pc.jpg) no-repeat center/contain;
    }
}

.mw_wp_form_complete .c-form01:before {
    background: url(https://sikou-jp.com/template/default/static/image/img_flow03_sp.jpg) no-repeat center/contain;
}

@media all and (min-width: 768px) {
    .mw_wp_form_complete .c-form01:before {
        background: url(https://sikou-jp.com/template/default/static/image/img_flow03_pc.jpg) no-repeat center/contain;
    }
}

/*  .c-form01-thanks
================================================ */
.c-form01-thanks {
    padding: 50px 0;
    text-align: center;
    display: none;
}

.c-form01-thanks__txt {
    margin-bottom: 10px;
}

@media all and (min-width: 768px) {
    .c-form01-thanks {
        padding: 100px 0;
    }

    .c-form01-thanks__txt {
        margin-bottom: 30px;
    }
}

.mw_wp_form .error {
    font-size: 93%;
    color: #B70000;
    display: none;
}