@charset "UTF-8";
/* ==========================================================================//
//
// [基本設定]
//
// ========================================================================== */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  /* 1 */
  overflow: visible;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 2 */
}

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

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

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

  -webkit-text-decoration: underline dotted;
  /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  /* 1 */
  margin: 0;
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 2 */
}

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  /* 2 */
  display: table;
  box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 1 */
  color: inherit;
  /* 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

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

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

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

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

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

@-webkit-keyframes bound {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes bound {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

/* ==========================================================================//
//
// [デフォルトスタイル]
//
// ========================================================================== */
html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  display: -webkit-box;
  display: flex;
  color: #292e34;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  flex-direction: column;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-overflow-scrolling: touch;
  line-break: strict;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

body > * {
  flex-shrink: 0;
}

body.is-resize * {
  -webkit-transition: none !important;
  transition: none !important;
}

*:not(hr):not(legend),
*::before,
*::after {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
figcaption {
  margin: 0;
}

ul,
ol,
dl,
dt,
dd,
blockquote {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

a,
button {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  outline: none;
}

@media screen and (min-width: 768px) {
  a:hover,
  button:hover {
    opacity: 0.7;
  }
}

a {
  color: #2959ad;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a[href^="tel"] {
    cursor: default;
    pointer-events: none;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

svg {
  display: inline-block;
}

picture {
  display: block;
}

i {
  font-style: normal;
}

table {
  width: 100%;
  border-spacing: 0;
}

th {
  font-weight: normal;
}

td {
  text-align: center;
}

input {
  border-radius: 0;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
  pointer-events: none;
}

[type=number] {
  width: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

textarea {
  overflow: auto;
  border-radius: 0;
  vertical-align: top;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea,
small {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

button,
select {
  text-transform: none;
}

button,
input,
select,
textarea {
  border-style: none;
  color: inherit;
  background-color: transparent;
}

input:not([type="checkbox"]),
input:not([type="radio"]),
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
  background: none;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  display: table;
  max-width: 100%;
  border: none;
  color: inherit;
  white-space: normal;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
  appearance: button;
}

[type="search"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  outline-offset: -0.02rem;
}

input,
textarea,
select {
  display: inline-block;
  width: 100%;
  padding: 0;
  border: none;
  background: #fff;
}

textarea {
  height: auto;
  resize: none;
}

:placeholder-shown {
  color: #999;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  opacity: 1;
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

/* ==========================================================================//
//
// [css only ie]
//
// ========================================================================== */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .p-list-interveiw__question-icon {
    margin-top: -0.28em!important;
  }
  .p-list-interveiw__question-icon.question-icon {
    margin-top: -0.26em!important;
  }
  .p-list-interveiw__question-icon.question-icon_last {
    margin-top: -0.31em!important;
  }
  .jp-text.c-heading-05__text::before, .jp-text.c-heading-05__text::after {
    top: 0.4em!important;
  }
}
/* ==========================================================================//
//
// [レイアウト]
//
// ========================================================================== */
.p-anchor-link {
  display: -webkit-box;
  display: flex;
  margin: 120px -5px 0;

  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .p-anchor-link {
    margin: 80px -10px 0;

    -webkit-box-pack: center;
    justify-content: center;
  }
}

.p-anchor-link__item {
  width: 50%;
  margin-top: 10px;
  padding: 0 5px;
}
@media only screen and (max-width: 480px) {
  .en_csr .p-anchor-link__item {
    width: 100%;
  }
  .en_csr .p-anchor-link__item .c-button--anchor {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-anchor-link__item {
    width: 255px;
    margin-top: 40px;
    padding: 0 10px;
  }
  .p-anchor-link__item__width {
    width: 340px;
  }
  .p-anchor-link__item__width .c-button {
    max-width: 320px;
  }
}

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

@media screen and (min-width: 768px) {
  .l-block {
    max-width: 100vw;
  }
}

@media screen and (min-width: 1040px) {
  .l-block {
    padding-right: calc((100% - 1000px) / 2);
    padding-left: calc((100% - 1000px) / 2);
  }
}

.l-footer {
  overflow: hidden;
  position: relative;
  margin-top: auto;
  padding-top: 27px;
  padding-bottom: 23px;
  background-color: #f2f2f2;
}

@media screen and (min-width: 768px) {
  .l-footer {
    padding-top: 47px;
    padding-bottom: 50px;
  }
}

.l-footer::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: -85vw;
  left: -25vw;
  width: 100vw;
  height: 200vw;
  background-color: #ededed;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  .l-footer::after {
    top: -117vw;
    left: -50vw;
    -webkit-transform: rotate(65deg);
    transform: rotate(65deg);
  }
}

.l-row {
  display: -webkit-box;
  display: flex;
  flex-direction: row;

  -webkit-box-flex: 1;
  flex: 1 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-wrap: wrap;
}

* + .l-row {
  margin: 60px -20px -26px;
}

@media screen and (min-width: 768px) {
  * + .l-row {
    margin: 100px -20px -64px;
  }
}

.l-col,
.l-col-1,
.l-col-2,
.l-col-2-4,
.l-col-3,
.l-col-4,
.l-col-5,
.l-col-6,
.l-col-7,
.l-col-8,
.l-col-9,
.l-col-10,
.l-col-11,
.l-col-12 {
  display: -webkit-box;
  display: flex;
  padding-right: 20px;
  padding-bottom: 26px;
  padding-left: 20px;

  -webkit-box-flex: 0;
  flex: 0 0 auto;
}

@media screen and (min-width: 768px) {
  .l-col,
  .l-col-1,
  .l-col-2,
  .l-col-2-4,
  .l-col-3,
  .l-col-4,
  .l-col-5,
  .l-col-6,
  .l-col-7,
  .l-col-8,
  .l-col-9,
  .l-col-10,
  .l-col-11,
  .l-col-12 {
    padding-bottom: 64px;
  }
}

.l-row--gutter-middle {
  margin-right: -10px;
  margin-left: -10px;
}

.l-row--gutter-middle .l-col,
.l-row--gutter-middle .l-col-1,
.l-row--gutter-middle .l-col-2,
.l-row--gutter-middle .l-col-2-4,
.l-row--gutter-middle .l-col-3,
.l-row--gutter-middle .l-col-4,
.l-row--gutter-middle .l-col-5,
.l-row--gutter-middle .l-col-6,
.l-row--gutter-middle .l-col-7,
.l-row--gutter-middle .l-col-8,
.l-row--gutter-middle .l-col-9,
.l-row--gutter-middle .l-col-10,
.l-row--gutter-middle .l-col-11,
.l-row--gutter-middle .l-col-12 {
  padding-right: 10px;
  padding-left: 10px;
}

.l-row--gutter-narrow {
  margin-right: -1px;
  margin-left: -1px;
}

.l-row--gutter-narrow .l-col,
.l-row--gutter-narrow .l-col-1,
.l-row--gutter-narrow .l-col-2,
.l-row--gutter-narrow .l-col-2-4,
.l-row--gutter-narrow .l-col-3,
.l-row--gutter-narrow .l-col-4,
.l-row--gutter-narrow .l-col-5,
.l-row--gutter-narrow .l-col-6,
.l-row--gutter-narrow .l-col-7,
.l-row--gutter-narrow .l-col-8,
.l-row--gutter-narrow .l-col-9,
.l-row--gutter-narrow .l-col-10,
.l-row--gutter-narrow .l-col-11,
.l-row--gutter-narrow .l-col-12 {
  padding-right: 1px;
  padding-left: 1px;
}

@media screen and (max-width: 767px) {
  .l-row--offset {
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .l-row--offset .l-col,
  .l-row--offset .l-col-1,
  .l-row--offset .l-col-2,
  .l-row--offset .l-col-2-4,
  .l-row--offset .l-col-3,
  .l-row--offset .l-col-4,
  .l-row--offset .l-col-5,
  .l-row--offset .l-col-6,
  .l-row--offset .l-col-7,
  .l-row--offset .l-col-8,
  .l-row--offset .l-col-9,
  .l-row--offset .l-col-10,
  .l-row--offset .l-col-11,
  .l-row--offset .l-col-12 {
    padding-right: 0;
    padding-left: 0;
  }
}

.l-row--sitemap .l-col-12,
.l-row--sitemap .l-col-4-md {
  display: block;
}

.l-col {
  max-width: 100%;

  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-basis: 0;
}

.l-col-1 {
  max-width: 8.33333%;

  flex-basis: 8.33333%;
}

.l-col-2 {
  max-width: 16.66667%;

  flex-basis: 16.66667%;
}

.l-col-2-4 {
  max-width: 20%;

  flex-basis: 20%;
}

.l-col-3 {
  max-width: 25%;

  flex-basis: 25%;
}

.l-col-4 {
  max-width: 33.33333%;

  flex-basis: 33.33333%;
}

.l-col-5 {
  max-width: 41.66667%;

  flex-basis: 41.66667%;
}

.l-col-6 {
  max-width: 50%;

  flex-basis: 50%;
}

.l-col-7 {
  max-width: 58.33333%;

  flex-basis: 58.33333%;
}

.l-col-8 {
  max-width: 66.66667%;

  flex-basis: 66.66667%;
}

.l-col-9 {
  max-width: 75%;

  flex-basis: 75%;
}

.l-col-10 {
  max-width: 83.33333%;

  flex-basis: 83.33333%;
}

.l-col-11 {
  max-width: 91.66667%;

  flex-basis: 91.66667%;
}

.l-col-12 {
  max-width: 100%;

  flex-basis: 100%;
}

@media screen and (min-width: 768px) {
  .l-col-md,
  .l-col-1-md,
  .l-col-2-md,
  .l-col-2-4-md,
  .l-col-3-md,
  .l-col-4-md,
  .l-col-5-md,
  .l-col-6-md,
  .l-col-7-md,
  .l-col-8-md,
  .l-col-9-md,
  .l-col-10-md,
  .l-col-11-md,
  .l-col-12-md {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }
  .l-col-md {
    max-width: 100%;

    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-basis: 0;
  }
  .l-col-1-md {
    max-width: 8.33333%;

    flex-basis: 8.33333%;
  }
  .l-col-2-md {
    max-width: 16.66667%;

    flex-basis: 16.66667%;
  }
  .l-col-2-4-md {
    max-width: 20%;

    flex-basis: 20%;
  }
  .l-col-3-md {
    max-width: 25%;

    flex-basis: 25%;
  }
  .l-col-4-md {
    max-width: 33.33333%;

    flex-basis: 33.33333%;
  }
  .l-col-5-md {
    max-width: 41.66667%;

    flex-basis: 41.66667%;
  }
  .l-col-6-md {
    max-width: 50%;

    flex-basis: 50%;
  }
  .l-col-7-md {
    max-width: 58.33333%;

    flex-basis: 58.33333%;
  }
  .l-col-8-md {
    max-width: 66.66667%;

    flex-basis: 66.66667%;
  }
  .l-col-9-md {
    max-width: 75%;

    flex-basis: 75%;
  }
  .l-col-10-md {
    max-width: 83.33333%;

    flex-basis: 83.33333%;
  }
  .l-col-11-md {
    max-width: 91.66667%;

    flex-basis: 91.66667%;
  }
  .l-col-12-md {
    max-width: 100%;

    flex-basis: 100%;
  }
}

.l-col__in {
  -webkit-box-flex: 1;
  flex: 1 1;
}

.l-header {
  position: relative;
  z-index: 10;
  height: 64px;
}

@media screen and (min-width: 768px) {
  .l-header {
    height: 70px;
  }
}

.l-main {
  overflow: hidden;
}

.l-section {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .l-section {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.l-section:last-child {
  margin-bottom: 142px;
}

@media screen and (min-width: 768px) {
  .l-section:last-child {
    margin-bottom: 134px;
  }
}

.l-section > :first-child {
  margin-top: 0;
}

.l-section--bg-gas {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  .l-section--bg-gas {
    padding-bottom: calc(320/750*100vw);
    background: url("/assets/image/business/businessfield/bg_gas_01.jpg") no-repeat bottom center;
    background-size: contain;
  }
}

@media screen and (min-width: 768px) {
  .l-section--bg-gas {
    height: 620px;
    background: url("/assets/image/business/businessfield/bg_gas_01.jpg") no-repeat top 110px center;
    background-size: cover;
  }
}

.l-section--bg-gas__inner {
  background-color: rgba(255, 255, 255, 0.96);
}

@media screen and (min-width: 768px) {
  .l-section--bg-gas__inner {
    padding: 0 50px 50px;
  }
}

.l-section--products {
  margin-top: 90px;
  margin-bottom: 0 !important;
}

@media screen and (min-width: 768px) {
  .l-section--products {
    margin-top: 213px;
  }
}

.l-section--careers {
  margin-top: 135px;
  margin-bottom: 0 !important;
}

@media screen and (min-width: 768px) {
  .l-section--careers {
    margin-top: 160px;
  }
}

.l-trigger {
  margin-top: 35px;
  text-align: center;
  letter-spacing: -0.5em;
}

@media screen and (min-width: 768px) {
  .l-trigger {
    margin-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .l-trigger > [class] {
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .l-trigger > [class] + [class] {
    margin-top: 35px;
  }
}

/* ==========================================================================//
//
// [プラグイン]
//
// ========================================================================== */
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp__button {
  opacity: 0.75;
  display: block;
  float: right;
  overflow: visible;
  position: relative;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  background: 0 0;
  -webkit-appearance: none;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  box-shadow: none;
}

.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  opacity: 0.9;
  outline: 0;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  width: 44px;
  height: 44px;
  background: url(/assets/image/plugin/photoswipe/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(/assets/image/plugin/photoswipe/default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: 0 0;
  }
}

.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
  position: absolute;
  top: 50%;
  width: 70px;
  height: 100px;
  margin-top: -50px;
  background: 0 0;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  position: absolute;
  top: 35px;
  width: 32px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.3);
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  opacity: 0;
  display: block;
  position: absolute;
  z-index: 1600;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;

  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  display: block;
  position: absolute;
  z-index: 1620;
  top: 56px;
  right: 44px;
  width: auto;
  border-radius: 2px;
  background: #fff;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);

  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
}

.pswp__share-tooltip a:hover {
  color: #000;
  text-decoration: none;
}

.pswp__share-tooltip a:first-child {
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: "";
  display: block;
  position: absolute;
  top: -12px;
  right: 15px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  pointer-events: none;

  -webkit-pointer-events: none;
  -moz-pointer-events: none;
}

a.pswp__share--facebook:hover {
  color: #fff;
  background: #3e5c9a;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3e5c9a;
}

a.pswp__share--twitter:hover {
  color: #fff;
  background: #55acee;
}

a.pswp__share--pinterest:hover {
  color: #ce272d;
  background: #ccc;
}

a.pswp__share--download:hover {
  background: #ddd;
}

.pswp__counter {
  opacity: 0.75;
  position: absolute;
  top: 0;
  left: 0;
  height: 44px;
  padding: 0 10px;
  color: #fff;
  font-size: 13px;
  line-height: 44px;
}

.pswp__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 44px;
}

.pswp__caption small {
  color: #bbb;
  font-size: 11px;
}

.pswp__caption__center {
  max-width: 420px;
  margin: 0 auto;
  padding: 10px;
  color: #ccc;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
}

.pswp__caption--empty {
  display: none;
}

.pswp__caption--fake {
  visibility: hidden;
}

.pswp__preloader {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 50%;
  width: 44px;
  height: 44px;
  margin-left: -22px;
  direction: ltr;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;

  will-change: opacity;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  background: url(/assets/image/plugin/photoswipe/preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 0.5s linear infinite;
  animation: clockwise 0.5s linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  opacity: 0.75;
  position: absolute;
  top: 15px;
  left: 15px;
  width: 14px;
  height: 14px;
  margin: 0;
  background: 0 0;
}

.pswp--css_animation .pswp__preloader__cut {
  overflow: hidden;
  position: relative;
  width: 7px;
  height: 14px;
}

.pswp--css_animation .pswp__preloader__donut {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  margin: 0;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  background: 0 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    float: right;
    position: relative;
    top: auto;
    left: auto;
    margin: 0;
  }
}

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.pswp__ui {
  opacity: 1;
  visibility: visible;
  z-index: 1550;
  -webkit-font-smoothing: auto;
}

.pswp__top-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 44px;
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);

  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__caption,
.pswp__top-bar {
  background-color: rgba(0, 0, 0, 0.5);
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
  background-color: rgba(0, 0, 0, 0.3);
}

.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
  opacity: 0.001;
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: 0 0;
}
@media screen and (min-width: 768px) {
  .pswp--item {
    pointer-events: none;
  }
}

/*!
	Modaal - accessible modals - v0.4.3
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-accessible-hide {
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
}

.modaal-overlay {
  opacity: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-wrapper {
  opacity: 1;
  display: block;
  overflow: auto;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  -webkit-overflow-scrolling: touch;
}

.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  padding: 0;
  border: none;
  background: transparent;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  opacity: 1;
  display: none;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 80px 25px;
  text-align: center;
  vertical-align: middle;
}

.modaal-fullscreen .modaal-inner-wrapper {
  display: block;
  padding: 0;
  vertical-align: top;
}

.modaal-container {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  border-radius: 0;
  color: #000;
  text-align: left;
  background: #fff;
  cursor: auto;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.modaal-container.is_loading {
  overflow: hidden;
  width: 100px;
  height: 100px;
}

.modaal-fullscreen .modaal-container {
  overflow: auto;
  max-width: none;
  height: 100%;
}

.modaal-close {
  opacity: 1;
  position: fixed;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modaal-close:focus,
.modaal-close:hover {
  background: #fff;
  outline: none;
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
  background: #b93d0c;
}

.modaal-close span {
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
}

.modaal-close:before,
.modaal-close:after {
  content: " ";
  display: block;
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  top: 10px;
  right: 10px;
  background: #afb7bc;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  font-size: 0;
  text-align: center;
}

.modaal-confirm-btn {
  display: inline-block;
  margin: 0 10px;
  border: none;
  font-size: 14px;
  vertical-align: middle;
  background: transparent;
  cursor: pointer;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  border-radius: 3px;
  color: #fff;
  background: #555;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  color: #2f2f2f;
  text-decoration: none;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
  opacity: 0 !important;
  width: 1px !important;
  height: 1px !important;
}

.modaal-instagram iframe {
  opacity: 0;
  width: 1000px !important;
  max-width: 800px !important;
  margin: -6px !important;
  border-radius: 0 !important;
  -webkit-animation: instaReveal 1s linear forwards;
  animation: instaReveal 1s linear forwards;
  box-shadow: none !important;
}

.modaal-image .modaal-inner-wrapper {
  padding-right: 140px;
  padding-left: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  opacity: 1;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
  background: #fff;
  outline: none;
}

.modaal-gallery-control:focus:before,
.modaal-gallery-control:focus:after,
.modaal-gallery-control:hover:before,
.modaal-gallery-control:hover:after {
  background: #afb7bc;
}

.modaal-gallery-control span {
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
}

.modaal-gallery-control:before,
.modaal-gallery-control:after {
  content: " ";
  display: block;
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before,
.modaal-gallery-prev:after {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  position: relative;
  margin: auto 50px;
}

.modaal-video-container {
  overflow: hidden;
  position: relative;
  max-width: 100%;
  max-width: 1300px;
  height: 0;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 56.25%;
  background: #000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  display: block;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    height: 731px;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-right: 25px;
    padding-left: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transform: none;
    transform: none;
  }
  .modaal-gallery-control:before,
  .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    right: 20px;
    left: auto;
  }
  .modaal-gallery-prev {
    right: auto;
    left: 20px;
  }
}

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}

.modaal-loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin: -100px 0 0 -100px;
  background: none;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
}

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.modaal-loading-spinner > div {
  position: absolute;
  width: 24px;
  height: 24px;
  margin-top: 4px;
  margin-left: 4px;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div,
.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div,
.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.37s;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div,
.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.62s;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.87s;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp {
  display: none;
  overflow: hidden;
  position: absolute;
  z-index: 1500;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: 0;

  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--animate_opacity {
  opacity: 0.001;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);

  will-change: opacity;
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.pswp__bg {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);

  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pswp__container,
.pswp__zoom-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  touch-action: none;
}

.pswp__container,
.pswp__img {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.pswp__bg {
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);

  will-change: opacity;
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.pswp__img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
}

.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
  background: #fff;
}

.pswp--ie .pswp__img {
  top: 0;
  left: 0;
  width: 100% !important;
  height: auto !important;
}

.pswp__error-msg {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -8px;
  color: #ccc;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.pswp__error-msg a {
  color: #ccc;
  text-decoration: underline;
}
/* Slider */
.slick-slider {
  display: block;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  touch-action: pan-y;
}

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

/* ==========================================================================//
//
// [コンポーネント]
//
// ========================================================================== */
.c-breadcrumb {
  display: none;
}

@media screen and (min-width: 768px) {
  .c-breadcrumb {
    display: block;
    padding: 17px 20px;
    background-color: #ededed;
  }
}

@media screen and (min-width: 1000px) {
  .c-breadcrumb {
    padding: 17px 40px;
  }
}

.c-breadcrumb__list {
  display: -webkit-box;
  display: flex;

  -webkit-box-pack: end;
  justify-content: flex-end;
}

.c-breadcrumb__item {
  font-size: 1.1rem;
  line-height: 1.4;
}

.c-breadcrumb__item::before {
  content: ">";
  margin: 0 9px;
  font-family: "Cabin", sans-serif;
}

.c-breadcrumb__item:first-child::before {
  content: none;
}

.c-breadcrumb__item-link {
  color: rgba(53, 59, 69, 0.5);
}

.c-breadcrumb__item:first-child .c-breadcrumb__item-link {
  font-family: "Cabin", sans-serif;
}

.c-breadcrumb__item:last-child .c-breadcrumb__item-link {
  color: #353b45;
  pointer-events: none;
}

.c-button,
.c-button--outline,
.c-button--large {
  display: -webkit-box;
  display: flex;
  position: relative;
  width: 100%;
  max-width: 240px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 25px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  letter-spacing: normal;
  background: -webkit-gradient(linear, left top, right top, from(#689ad8), to(#2959ad));
  background: linear-gradient(to right, #689ad8 0%, #2959ad 100%);

  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .c-button,
  .c-button--outline,
  .c-button--large {
    display: -webkit-inline-box;
    display: inline-flex;
    padding: 5px 40px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .c-button:hover,
  .c-button--outline:hover,
  .c-button--large:hover {
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .c-button::before,
  .c-button--outline::before,
  .c-button--large::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #d98e36;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right top;
    transform-origin: right top;
  }
}

@media screen and (min-width: 768px) {
  .c-button:hover::before,
  .c-button--outline:hover::before,
  .c-button--large:hover::before {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
}

.c-button::after,
.c-button--outline::after,
.c-button--large::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 12px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  background: url(/assets/image/ico/ico_arrow_right_03.svg) no-repeat center;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .c-button::after,
  .c-button--outline::after,
  .c-button--large::after {
    right: 20px;
    width: 10px;
    height: 10px;
  }
}

.c-button__text {
  display: -webkit-inline-box;
  display: inline-flex;
  z-index: 1;
}

.c-button--outline {
  padding: 16px 24px;
  border: 1px solid #fff;
  font-weight: 500;
  background: none;
}

@media screen and (min-width: 768px) {
  .c-button--outline {
    padding: 15px 40px;
  }
}

@media screen and (min-width: 768px) {
  .c-button--outline::before {
    background-color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .c-button--outline:hover {
    color: #d98e36;
  }
}

@media screen and (min-width: 768px) {
  .c-button--outline:hover::after {
    background-image: url(/assets/image/ico/ico_arrow_right_05.svg);
  }
}

.c-button--large {
  max-width: 400px;
  height: 80px;
}

.c-button--anchor {
  height: 60px;
  padding-right: 8px;
  padding-left: 8px;
  line-height: 1.46;
}

@media screen and (min-width: 768px) {
  .c-button--anchor {
    padding: 40px 20px;
  }
}

.c-button--anchor::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.c-button--anchor__icon {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

@media screen and (min-width: 768px) {
  .c-button--anchor__icon {
    position: relative;
    z-index: 1;
    width: 40px;
    height: 40px;
  }
}

.c-button--anchor .c-button__text {
  -webkit-box-flex: 1;
  flex: 1 1;
}

@media screen and (min-width: 768px) {
  .c-button--anchor .c-button__text {
    display: inline;
    padding-right: 20px;
    font-size: 1.7rem;
    text-align: center;
  }
}

.c-button--label {
  width: auto;
  max-width: none;
  height: auto;
  padding: 12px 15px;
  background: -webkit-gradient(linear, right top, left top, from(#689ad8), to(#2959ad));
  background: linear-gradient(to left, #689ad8 0%, #2959ad 100%);
}

@media screen and (min-width: 768px) {
  .c-button--label {
    padding: 20px;
  }
}

.c-button--label::after {
  display: none;
}

.c-button--label__in {
  position: relative;
  z-index: 1;
  width: 100%;
}

.c-button--label__body {
  display: -webkit-box;
  display: flex;
}

.c-button--label__title {
  padding-right: 15px;
  font-size: 1.7rem;
}

@media screen and (min-width: 768px) {
  .c-button--label__title {
    margin-top: 0.3em;
    padding-right: 20px;
    font-size: 2.4rem;
  }
}

.c-button--label__detail {
  padding-left: 14px;
  border-left: 1px solid #fff;
  font-size: 1.2rem;
  line-height: 1.56;

  -webkit-box-flex: 1;
  flex: 1 1;
}

@media screen and (min-width: 768px) {
  .c-button--label__detail {
    padding-left: 20px;
    font-size: 1.8rem;
  }
}

.c-button--label__more {
  position: relative;
  margin-top: 17px;
  padding-right: 15px;
  font-size: 1rem;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .c-button--label__more {
    margin-top: 30px;
    font-size: 1.4rem;
  }
}

.c-button--label__more::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  background: url(/assets/image/ico/ico_arrow_right_03.svg) no-repeat center;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .c-button--label__more::after {
    width: 10px;
    height: 10px;
  }
}

.c-figure {
  text-align: center;

  -webkit-box-flex: 1;
  flex: 1 1;
}

* + .c-figure {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  * + .c-figure {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-figure--scroll {
    display: block;
    overflow-x: scroll;
    position: relative;

    -webkit-overflow-scrolling: touch;
  }
  .c-figure--scroll .c-figure__image {
    max-width: 1000px;
  }
  .c-figure--scroll:before {
    content: "※枠内の図は左右にスクロールできます";
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 1.2rem;
  }
  .en-scroll.c-figure--scroll:before {
    content: "SCROLL←→";
  }
}

@media screen and (max-width: 767px) {
  .c-figure--offset {
    margin-right: -20px;
    margin-left: -20px;
  }
}

.c-heading-01 {
  padding: 0 20px 5px;
  border-bottom: 1px solid #ededed;
  color: #005096;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-heading-01 {
    padding-bottom: 10px;
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 1000px) {
  .c-heading-01 {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.c-heading-01__in {
  display: inline-block;
  position: relative;
}

.c-heading-01__in::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(#689ad8), to(#2959ad));
  background: linear-gradient(to left, #689ad8 0%, #2959ad 100%);
}

@media screen and (min-width: 768px) {
  .c-heading-01__in::after {
    bottom: -11px;
  }
}

.c-heading-01 {
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  .c-heading-01 {
    margin-top: 40px;
  }
}

.c-heading-01 + [class] {
  margin-top: 32px;
}

@media screen and (min-width: 768px) {
  .c-heading-01 + [class] {
    margin-top: 70px;
  }
}

.c-heading-02 {
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-heading-02 {
    font-size: 2.6rem;
  }
}

.c-heading-02::after {
  content: "";
  display: block;
  width: 45px;
  height: 7px;
  margin: 4px auto 0;
  background: url(/assets/image/ico/ico_heading_bar_01_sp.svg) no-repeat center;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .c-heading-02::after {
    width: 27px;
    height: 7px;
    margin-top: 8px;
    background-image: url(/assets/image/ico/ico_heading_bar_01_pc.svg);
  }
}

* + .c-heading-02 {
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  * + .c-heading-02 {
    margin-top: 100px;
  }
}

.c-heading-02 + [class] {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .c-heading-02 + [class] {
    margin-top: 40px;
  }
}

.c-heading-03 {
  position: relative;
  padding-left: 25px;
  color: #005096;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .c-heading-03 {
    padding-left: 30px;
    font-size: 2.2rem;
  }
}

.c-heading-03::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 15px;
  height: 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(#689ad8), to(#2959ad));
  background: linear-gradient(#689ad8 0%, #2959ad 100%);
}

@media screen and (min-width: 768px) {
  .c-heading-03::after {
    width: 20px;
    height: 20px;
  }
}

* + .c-heading-03 {
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  * + .c-heading-03 {
    margin-top: 100px;
  }
}

.c-heading-03 + [class] {
  margin-top: 10px;
}

.c-heading-04 {
  color: #292e34;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-heading-04 {
    font-size: 2rem;
  }
}

.c-heading-04__in {
  display: inline-block;
  position: relative;
  padding-top: 7px;
}

@media screen and (min-width: 768px) {
  .c-heading-04__in {
    padding-top: 15px;
  }
}

.c-heading-04__in::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(#689ad8), to(#2959ad));
  background: linear-gradient(to left, #689ad8 0%, #2959ad 100%);
}

* + .c-heading-04 {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  * + .c-heading-04 {
    margin-top: 30px;
  }
}

.c-heading-04 + [class] {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .c-heading-04 + [class] {
    margin-top: 30px;
  }
}

.c-heading-05 {
  color: #00387b;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.25;
}

.c-heading-05__text {
  display: block;
  position: relative;
  padding-left: 18px;
}

.c-heading-05__text:hover {
  color: #d37200;
}

.c-heading-05__text::before,
.c-heading-05__text::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 8px;
  height: 8px;
  background-size: cover;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (min-width: 768px) {
  .c-heading-05__text::before,
  .c-heading-05__text::after {
    width: 10px;
    height: 10px;
  }
}

.c-heading-05__text::before {
  opacity: 1;
  background-image: url(/assets/image/ico/ico_arrow_right_01.svg);
}

.c-heading-05:hover .c-heading-05__text::before {
  opacity: 0;
}

.c-heading-05__text::after {
  opacity: 0;
  background-image: url(/assets/image/ico/ico_arrow_right_04.svg);
}

.c-heading-05:hover .c-heading-05__text::after {
  opacity: 1;
}

.c-link,
.c-link--pdf,
.c-link--excel,
.c-link--word,
.c-link--window,
.c-link[href$=".pdf"],
.c-link[href$=".doc"],
.c-link[href$=".docx"],
.c-link[href$=".xls"],
.c-link[href$=".xlsx"],
.c-link[href^="http"],
.c-link[href^="//"] {
  position: relative;
  color: #2959ad;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .c-link,
  .c-link--pdf,
  .c-link--excel,
  .c-link--word,
  .c-link--window,
  .c-link[href$=".pdf"],
  .c-link[href$=".doc"],
  .c-link[href$=".docx"],
  .c-link[href$=".xls"],
  .c-link[href$=".xlsx"],
  .c-link[href^="http"],
  .c-link[href^="//"] {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}

@media screen and (min-width: 768px) {
  .c-link:hover,
  .c-link--pdf:hover,
  .c-link--excel:hover,
  .c-link--word:hover,
  .c-link--window:hover {
    opacity: 1;
    color: #d37200;
    text-decoration: none;
  }
}

.c-link::after,
.c-link--pdf::after,
.c-link--excel::after,
.c-link--word::after,
.c-link--window::after,
.c-link[href$=".pdf"]::after,
.c-link[href$=".doc"]::after,
.c-link[href$=".docx"]::after,
.c-link[href$=".xls"]::after,
.c-link[href$=".xlsx"]::after,
.c-link[href^="http"]::after,
.c-link[href^="//"]::after {
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: middle;
  /*要調整*/
  background: no-repeat center;
  background-size: contain;
}

.c-link--pdf::after,
.c-link--excel::after,
.c-link--word::after,
.c-link--window::after,
.c-link--pdf[href$=".pdf"]::after,
.c-link--excel[href$=".pdf"]::after,
.c-link--word[href$=".pdf"]::after,
.c-link--window[href$=".pdf"]::after,
.c-link[href$=".pdf"]::after,
.c-link--pdf[href$=".doc"]::after,
.c-link--excel[href$=".doc"]::after,
.c-link--word[href$=".doc"]::after,
.c-link--window[href$=".doc"]::after,
.c-link[href$=".doc"]::after,
.c-link--pdf[href$=".docx"]::after,
.c-link--excel[href$=".docx"]::after,
.c-link--word[href$=".docx"]::after,
.c-link--window[href$=".docx"]::after,
.c-link[href$=".docx"]::after,
.c-link--pdf[href$=".xls"]::after,
.c-link--excel[href$=".xls"]::after,
.c-link--word[href$=".xls"]::after,
.c-link--window[href$=".xls"]::after,
.c-link[href$=".xls"]::after,
.c-link--pdf[href$=".xlsx"]::after,
.c-link--excel[href$=".xlsx"]::after,
.c-link--word[href$=".xlsx"]::after,
.c-link--window[href$=".xlsx"]::after,
.c-link[href$=".xlsx"]::after,
.c-link--pdf[href^="http"]::after,
.c-link--excel[href^="http"]::after,
.c-link--word[href^="http"]::after,
.c-link--window[href^="http"]::after,
.c-link[href^="http"]::after,
.c-link--pdf[href^="//"]::after,
.c-link--excel[href^="//"]::after,
.c-link--word[href^="//"]::after,
.c-link--window[href^="//"]::after,
.c-link[href^="//"]::after {
  content: "";
  width: 14px;
  height: 18px;
}

@media screen and (min-width: 768px) {
  .c-link--pdf::after,
  .c-link--excel::after,
  .c-link--word::after,
  .c-link--window::after,
  .c-link--pdf[href$=".pdf"]::after,
  .c-link--excel[href$=".pdf"]::after,
  .c-link--word[href$=".pdf"]::after,
  .c-link--window[href$=".pdf"]::after,
  .c-link[href$=".pdf"]::after,
  .c-link--pdf[href$=".doc"]::after,
  .c-link--excel[href$=".doc"]::after,
  .c-link--word[href$=".doc"]::after,
  .c-link--window[href$=".doc"]::after,
  .c-link[href$=".doc"]::after,
  .c-link--pdf[href$=".docx"]::after,
  .c-link--excel[href$=".docx"]::after,
  .c-link--word[href$=".docx"]::after,
  .c-link--window[href$=".docx"]::after,
  .c-link[href$=".docx"]::after,
  .c-link--pdf[href$=".xls"]::after,
  .c-link--excel[href$=".xls"]::after,
  .c-link--word[href$=".xls"]::after,
  .c-link--window[href$=".xls"]::after,
  .c-link[href$=".xls"]::after,
  .c-link--pdf[href$=".xlsx"]::after,
  .c-link--excel[href$=".xlsx"]::after,
  .c-link--word[href$=".xlsx"]::after,
  .c-link--window[href$=".xlsx"]::after,
  .c-link[href$=".xlsx"]::after,
  .c-link--pdf[href^="http"]::after,
  .c-link--excel[href^="http"]::after,
  .c-link--word[href^="http"]::after,
  .c-link--window[href^="http"]::after,
  .c-link[href^="http"]::after,
  .c-link--pdf[href^="//"]::after,
  .c-link--excel[href^="//"]::after,
  .c-link--word[href^="//"]::after,
  .c-link--window[href^="//"]::after,
  .c-link[href^="//"]::after {
    width: 17px;
    height: 27px;
  }
}

.c-link--pdf::after,
.c-link--pdf[href$=".pdf"]::after,
.c-link--excel[href$=".pdf"]::after,
.c-link--word[href$=".pdf"]::after,
.c-link--window[href$=".pdf"]::after,
.c-link[href$=".pdf"]::after {
  background-image: url("/assets/image/ico/ico_pdf_01_blue.svg");
  background-size: 17px 20px;
}

.c-link--pdf:hover::after,
.c-link--pdf[href$=".pdf"]:hover::after,
.c-link--excel[href$=".pdf"]:hover::after,
.c-link--word[href$=".pdf"]:hover::after,
.c-link--window[href$=".pdf"]:hover::after,
.c-link[href$=".pdf"]:hover::after {
  background-image: url("/assets/image/ico/ico_pdf_01_orange.svg");
}

.c-link--excel::after,
.c-link--pdf[href$=".xls"]::after,
.c-link--excel[href$=".xls"]::after,
.c-link--word[href$=".xls"]::after,
.c-link--window[href$=".xls"]::after,
.c-link[href$=".xls"]::after,
.c-link--pdf[href$=".xlsx"]::after,
.c-link--excel[href$=".xlsx"]::after,
.c-link--word[href$=".xlsx"]::after,
.c-link--window[href$=".xlsx"]::after,
.c-link[href$=".xlsx"]::after {
  background-image: url("/assets/image/ico/ico_excel_01_blue.svg");
  background-size: 17px 20px;
}

.c-link--excel:hover::after,
.c-link--pdf[href$=".xls"]:hover::after,
.c-link--excel[href$=".xls"]:hover::after,
.c-link--word[href$=".xls"]:hover::after,
.c-link--window[href$=".xls"]:hover::after,
.c-link[href$=".xls"]:hover::after,
.c-link--pdf[href$=".xlsx"]:hover::after,
.c-link--excel[href$=".xlsx"]:hover::after,
.c-link--word[href$=".xlsx"]:hover::after,
.c-link--window[href$=".xlsx"]:hover::after,
.c-link[href$=".xlsx"]:hover::after {
  background-image: url("/assets/image/ico/ico_excel_01_orange.svg");
}

.c-link--pdf[href$=".doc"]::after,
.c-link--excel[href$=".doc"]::after,
.c-link--word[href$=".doc"]::after,
.c-link--window[href$=".doc"]::after,
.c-link[href$=".doc"]::after,
.c-link--pdf[href$=".docx"]::after,
.c-link--excel[href$=".docx"]::after,
.c-link--word[href$=".docx"]::after,
.c-link--window[href$=".docx"]::after,
.c-link[href$=".docx"]::after {
  background-image: url("/assets/image/ico/ico_word_01_blue.svg");
  background-size: 17px 20px;
}

.c-link--pdf[href$=".doc"]:hover::after,
.c-link--excel[href$=".doc"]:hover::after,
.c-link--word[href$=".doc"]:hover::after,
.c-link--window[href$=".doc"]:hover::after,
.c-link[href$=".doc"]:hover::after,
.c-link--pdf[href$=".docx"]:hover::after,
.c-link--excel[href$=".docx"]:hover::after,
.c-link--word[href$=".docx"]:hover::after,
.c-link--window[href$=".docx"]:hover::after,
.c-link[href$=".docx"]:hover::after {
  background-image: url("/assets/image/ico/ico_word_01_orange.svg");
}

.c-link--pdf[href^="http"]::after,
.c-link--excel[href^="http"]::after,
.c-link--word[href^="http"]::after,
.c-link--window[href^="http"]::after,
.c-link[href^="http"]::after,
.c-link--pdf[href^="//"]::after,
.c-link--excel[href^="//"]::after,
.c-link--word[href^="//"]::after,
.c-link--window[href^="//"]::after,
.c-link[href^="//"]::after {
  background-image: url("/assets/image/ico/ico_window_01_blue.svg");
}

.c-link--pdf[href^="http"]:hover::after,
.c-link--excel[href^="http"]:hover::after,
.c-link--word[href^="http"]:hover::after,
.c-link--window[href^="http"]:hover::after,
.c-link[href^="http"]:hover::after,
.c-link--pdf[href^="//"]:hover::after,
.c-link--excel[href^="//"]:hover::after,
.c-link--word[href^="//"]:hover::after,
.c-link--window[href^="//"]:hover::after,
.c-link[href^="//"]:hover::after {
  background-image: url("/assets/image/ico/ico_window_01_orange.svg");
}

.c-link--more {
  position: relative;
  padding-right: 16px;
  color: #2959ad;
  font-family: "Cabin", sans-serif;
}

@media screen and (min-width: 768px) {
  .c-link--more {
    padding-right: 20px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}

@media screen and (min-width: 768px) {
  .c-link--more:hover {
    opacity: 1;
    color: #d37200;
  }
}

.c-link--more::before,
.c-link--more::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  background: no-repeat center;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .c-link--more::before,
  .c-link--more::after {
    width: 10px;
    height: 10px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}

.c-link--more::before {
  background-image: url("/assets/image/ico/ico_arrow_right_01.svg");
}

.c-link--more::after {
  opacity: 0;
  background-image: url("/assets/image/ico/ico_arrow_right_04.svg");
}

@media screen and (min-width: 768px) {
  .c-link--more:hover::before {
    opacity: 0;
  }
}

@media screen and (min-width: 768px) {
  .c-link--more:hover::after {
    opacity: 1;
  }
}

.c-list {
  line-height: 2;
  counter-reset: order order-notes;
  /*
  &__item--order-notes {
    @extend .c-list__item;
    counter-increment: order-notes;
    &::before {
      content: '※'counter(order-notes);
    }
  }
  &__item[data-attr]::before {
    content: attr(data-attr);
  }
  //位置
  &__item--center {
    margin-left: auto;
    margin-right: auto;
  }
  &__item--right {
    margin-left: auto;
  }
  //サイズ
  &--small {
    @extend .c-list;
    line-height: 1.4;
    font-size: 1rem;
    @include mq-up() {
      font-size: 1.2rem;
    }
  }
  */
}

.c-list__item,
.c-list__item--link,
.c-list__item--notes,
.c-list__item--dot,
.c-list__item--order {
  display: table;
}

.c-list__item::before,
.c-list__item--link::before,
.c-list__item--notes::before,
.c-list__item--dot::before,
.c-list__item--order::before {
  display: table-cell;
  vertical-align: baseline;
  white-space: nowrap;
}

.c-list__item--link {
  font-size: 1.3rem;
}

@media screen and (min-width: 768px) {
  .c-list__item--link {
    font-size: 1.5rem;
  }
}

.c-list__item--notes {
  font-size: 1.2rem;
}

.c-list__item--notes::before {
  content: attr(data-mark);
  padding-right: 1em;
}

@media screen and (min-width: 768px) {
  .c-list__item--notes::before {
    padding-right: 0.5em;
  }
}

.c-list__item--dot::before {
  content: url(/assets/image/ico/ico_dot_01_sp.svg);
  padding-right: 3px;
}

@media screen and (min-width: 768px) {
  .c-list__item--dot::before {
    content: url(/assets/image/ico/ico_dot_01_pc.svg);
    padding-right: 6px;
  }
}

.c-list__item--order {
  counter-increment: order;
}

.c-list__item--order::before {
  content: counter(order) ".";
  padding-right: 0.5em;
}

* + .c-list {
  margin-top: 10px;
}

.c-list__item + .c-list__item,
.c-list__item--link + .c-list__item,
.c-list__item--notes + .c-list__item,
.c-list__item--dot + .c-list__item,
.c-list__item--order + .c-list__item,
.c-list__item + .c-list__item--link,
.c-list__item--link + .c-list__item--link,
.c-list__item--notes + .c-list__item--link,
.c-list__item--dot + .c-list__item--link,
.c-list__item--order + .c-list__item--link,
.c-list__item + .c-list__item--notes,
.c-list__item--link + .c-list__item--notes,
.c-list__item--notes + .c-list__item--notes,
.c-list__item--dot + .c-list__item--notes,
.c-list__item--order + .c-list__item--notes,
.c-list__item + .c-list__item--dot,
.c-list__item--link + .c-list__item--dot,
.c-list__item--notes + .c-list__item--dot,
.c-list__item--dot + .c-list__item--dot,
.c-list__item--order + .c-list__item--dot,
.c-list__item + .c-list__item--order,
.c-list__item--link + .c-list__item--order,
.c-list__item--notes + .c-list__item--order,
.c-list__item--dot + .c-list__item--order,
.c-list__item--order + .c-list__item--order {
  margin-top: 1em;
}

.c-pagetop {
  opacity: 0;
  display: inline-block;
  visibility: hidden;
  position: fixed;
  z-index: 5;
  right: 8px;
  bottom: 23px;
  width: 23px;
  height: 60px;
  background: url(/assets/image/ico/ico_pagetop_01_sp.svg) no-repeat center;
  background-size: contain;
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
}

@media screen and (min-width: 768px) {
  .c-pagetop {
    opacity: 0;
    visibility: hidden;
    right: 30px;
    bottom: 60px;
    width: 40px;
    height: 200px;
    background-image: url(/assets/image/ico/ico_pagetop_01_pc.svg);
  }
}

.c-pagetop.is-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (min-width: 768px) {
  .c-pagetop:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.c-tag,
.c-tag--blue {
  display: inline-block;
  min-width: 60px;
  padding: 1px 5px;
  border: 1px solid transparent;
  border-radius: 15px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;

  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .c-tag,
  .c-tag--blue {
    min-width: 80px;
    padding: 3px 5px;
    font-size: 1.2rem;
  }
}

.c-tag--blue {
  background-color: #689ad8;
}

.c-text {
  line-height: 2;
}

* + .c-text {
  margin-top: 10px;
}

* + .c-text--margin-large {
  margin-top: 2em;
}

.c-text + .l-row,
.c-text + .p-box,
.c-text + .p-box--white,
.c-text + .p-box--offset {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .c-text + .l-row,
  .c-text + .p-box,
  .c-text + .p-box--white,
  .c-text + .p-box--offset {
    margin-top: 40px;
  }
}

/* ==========================================================================//
//
// [プロジェクト]
//
// ========================================================================== */
.p-box,
.p-box--white,
.p-box--offset {
  padding: 15px;
  background-color: #f4f9fc;
}

@media screen and (min-width: 768px) {
  .p-box,
  .p-box--white,
  .p-box--offset {
    padding: 30px;
  }
}

.p-box .p-box,
.p-box--white .p-box,
.p-box--offset .p-box,
.p-box .p-box--white,
.p-box--white .p-box--white,
.p-box--offset .p-box--white,
.p-box .p-box--offset,
.p-box--white .p-box--offset,
.p-box--offset .p-box--offset {
  padding: 10px;
}

@media screen and (min-width: 768px) {
  .p-box .p-box,
  .p-box--white .p-box,
  .p-box--offset .p-box,
  .p-box .p-box--white,
  .p-box--white .p-box--white,
  .p-box--offset .p-box--white,
  .p-box .p-box--offset,
  .p-box--white .p-box--offset,
  .p-box--offset .p-box--offset {
    padding: 20px;
  }
}

.p-box--white {
  background-color: #fff;
}

* + .p-box,
* + .p-box--white,
* + .p-box--offset {
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  * + .p-box,
  * + .p-box--white,
  * + .p-box--offset {
    margin-top: 100px;
  }
}

* + .p-box .p-box,
* + .p-box--white .p-box,
* + .p-box--offset .p-box,
* + .p-box .p-box--white,
* + .p-box--white .p-box--white,
* + .p-box--offset .p-box--white,
* + .p-box .p-box--offset,
* + .p-box--white .p-box--offset,
* + .p-box--offset .p-box--offset {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  * + .p-box .p-box,
  * + .p-box--white .p-box,
  * + .p-box--offset .p-box,
  * + .p-box .p-box--white,
  * + .p-box--white .p-box--white,
  * + .p-box--offset .p-box--white,
  * + .p-box .p-box--offset,
  * + .p-box--white .p-box--offset,
  * + .p-box--offset .p-box--offset {
    margin-top: 15px;
  }
}

.p-box * + .c-heading-03,
.p-box--white * + .c-heading-03,
.p-box--offset * + .c-heading-03 {
  margin-top: 35px;
}

@media screen and (min-width: 768px) {
  .p-box * + .c-heading-03,
  .p-box--white * + .c-heading-03,
  .p-box--offset * + .c-heading-03 {
    margin-top: 65px;
  }
}

@media screen and (max-width: 767px) {
  .p-box--offset {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.p-businessfield-top {
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-businessfield-top::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #f4f9fc;
  }
}

.p-businessfield-top + .p-businessfield-top {
  margin-top: 75px;
}

@media screen and (min-width: 768px) {
  .p-businessfield-top + .p-businessfield-top {
    margin-top: 90px;
  }
}

.p-businessfield-top__figure {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-businessfield-top__figure {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 62.4%;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-businessfield-top__figure--01 {
    height: 272px;
  }
}

@media screen and (min-width: 768px) {
  .p-businessfield-top__figure--01 {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .p-businessfield-top__figure--02 {
    height: 200px;
  }
}

@media screen and (min-width: 768px) {
  .p-businessfield-top__figure--02 {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .p-businessfield-top__figure--03 {
    height: 183px;
  }
}

.p-businessfield-top__figure-image {
  width: 100%;
  height: 100%;

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

@media screen and (min-width: 768px) {
  .p-businessfield-top__figure-image--02 {
    -o-object-position: left center;
    object-position: left center;
  }
}

.p-businessfield-top__main {
  position: relative;
  z-index: 1;
  padding-top: 20px;
}

@media screen and (min-width: 768px) {
  .p-businessfield-top__main {
    height: 100%;
    margin-right: calc((100% - ((62.4vw - (100vw - 1000px)/2))));
    margin-right: 24.5vw;
    padding: 36px 50px 50px 0;
    background-color: #f4f9fc;
  }
}

.p-businessfield-top__subtitle {
  padding-top: 5px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.ln15 {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-businessfield-top__subtitle {
    padding-top: 15px;
    font-size: 1.8rem;
  }
}

.p-businessfield-top .c-text {
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .p-businessfield-top .c-text {
    line-height: 2.18;
  }
}

@media screen and (min-width: 768px) {
  .p-businessfield-top .c-text {
    margin-top: 25px;
  }
}

.p-businessfield-top .l-trigger {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .p-businessfield-top .l-trigger {
    overflow: hidden;
    margin-top: 45px;
  }
  .p-businessfield-top .l-trigger .c-button,
  .p-businessfield-top .l-trigger .c-button--outline,
  .p-businessfield-top .l-trigger .c-button--large {
    float: right;
  }
}

.p-card {
  display: -webkit-box;
  display: flex;
  width: 100%;
  padding: 22px 15px;
  background-color: #f4f9fc;
}

@media screen and (min-width: 768px) {
  .p-card {
    padding: 26px 30px;
  }
}

.p-card__in {
  display: block;
  width: 100%;
  color: #292e34;
}

@media screen and (min-width: 768px) {
  a.p-card__in:hover .p-card__trigger-button {
    color: #d37200;
  }
}

@media screen and (min-width: 768px) {
  a.p-card__in:hover .p-card__trigger-button::before {
    opacity: 0;
  }
}

@media screen and (min-width: 768px) {
  a.p-card__in:hover .p-card__trigger-button::after {
    opacity: 1;
  }
}

.p-card__title {
  margin-top: -22px;
}

@media screen and (min-width: 768px) {
  .p-card__title {
    margin-top: -26px;
  }
}

.p-card__figure {
  position: relative;
  width: 100%;
  height: 42.4vw;
}

@media screen and (min-width: 768px) {
  .p-card__figure {
    height: 229px;
  }
}

.p-card__figure + [class] {
  margin-top: 14px;
}

@media screen and (min-width: 768px) {
  .p-card__figure + [class] {
    margin-top: 25px;
  }
}

.p-card__figure-image {
  width: 100%;
  height: 100%;

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

.p-card__subtitle {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-card__subtitle {
    font-size: 1.6rem;
  }
}

.p-card__subtitle + [class] {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .p-card__subtitle + [class] {
    margin-top: 20px;
  }
}

.p-card__trigger {
  margin-top: 20px;
  text-align: right;
}

/*　カテゴリートップ専用のリンクパーツです */
@media screen and (min-width: 768px) {
  .p-category-top__header {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }
}

.p-category-top__header::before {
  content: "";
  display: block;
  height: 93px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .p-category-top__header::before {
    content: none;
  }
}

@media screen and (min-width: 768px) {
  .p-category-top__header--business01 {
    background-image: url("/assets/image/business/bg_01.jpg");
  }
}

.p-category-top__header--business01::before {
  background-image: url("/assets/image/business/bg_01.jpg");
}

@media screen and (min-width: 768px) {
  .p-category-top__header--business02 {
    background-image: url("/assets/image/business/bg_02.jpg");
  }
}

.p-category-top__header--business02::before {
  background-image: url("/assets/image/business/bg_02.jpg");
}

@media screen and (min-width: 768px) {
  .p-category-top__header--business03 {
    background-image: url("/assets/image/business/bg_03.jpg");
  }
}

.p-category-top__header--business03::before {
  background-image: url("/assets/image/business/bg_03.jpg");
}

.p-category-top__header--products01 {
  background-image: url("/assets/image/products/bg_01.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.p-category-top__header--products01::before {
  content: none;
}

.p-category-top__header--products02 {
  background-image: url("/assets/image/products/bg_02.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.p-category-top__header--products02::before {
  content: none;
}

@media screen and (min-width: 768px) {
  .p-category-top__header--profile01 {
    background-image: url("/assets/image/profile/bg_01.jpg");
  }
}

.p-category-top__header--profile01::before {
  background-image: url("/assets/image/profile/bg_01.jpg");
}

@media screen and (min-width: 768px) {
  .p-category-top__header--profile02 {
    background-image: url("/assets/image/profile/bg_02.jpg");
  }
}

.p-category-top__header--profile02::before {
  background-image: url("/assets/image/profile/bg_02.jpg");
}

@media screen and (min-width: 768px) {
  .p-category-top__header--profile03 {
    background-image: url("/assets/image/profile/bg_03.jpg");
  }
}

.p-category-top__header--profile03::before {
  background-image: url("/assets/image/profile/bg_03.jpg");
}

@media screen and (min-width: 768px) {
  .p-category-top__header--profile04 {
    background-image: url("/assets/image/profile/bg_04.jpg");
  }
}

.p-category-top__header--profile04::before {
  background-image: url("/assets/image/profile/bg_04.jpg");
}

.p-category-top__inner {
  margin: -50px 20px 0;
}

@media screen and (min-width: 768px) {
  .p-category-top__inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-category-top__header--ir01 .p-category-top__inner {
    margin: 0;
    padding: 15px 20px 40px;
  }
}

.p-category-top__main {
  padding: 10px 15px 15px;
  background-color: rgba(244, 249, 252, 0.9);
}

@media screen and (min-width: 768px) {
  .p-category-top__main {
    padding: 30px 50px;
  }
}

.p-category-top__main .c-text {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  .p-category-top__main .c-text {
    min-height: 71px;
    font-size: 1.8rem;
    line-height: 1.78;
  }
}

.p-category-top__main .c-heading-02 + [class] {
  margin-top: 15px;
}

.p-category-top__trigger {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .p-category-top__trigger {
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) {
  .p-category-top__trigger-button {
    float: right;
  }
}

@media screen and (max-width: 767px) {
  .p-category-top--products01 .p-category-top__inner,
  .p-category-top--products02 .p-category-top__inner {
    margin: 0;
    padding: 20px;
  }
}

.p-category-top--products01 .p-category-top__trigger,
.p-category-top--products02 .p-category-top__trigger {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .p-category-top--products01 .p-category-top__trigger,
  .p-category-top--products02 .p-category-top__trigger {
    margin-top: 50px;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .p-category-top--products01 .p-category-top__trigger-button,
  .p-category-top--products02 .p-category-top__trigger-button {
    float: none;
    max-width: 400px;
    height: 80px;
  }
}

.p-category-top--products03 {
  position: relative;
  height: 100px;
  background: url("/assets/image/products/bg_03_sp.jpg") no-repeat center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .p-category-top--products03 {
    height: 200px;
    background: url("/assets/image/products/bg_03_pc.jpg") no-repeat center;
    background-size: cover;
  }
}

.p-category-top--products03 .p-category-top__trigger {
  position: absolute;
  top: -30px;
  width: 100%;
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .p-category-top--products03 .p-category-top__trigger {
    top: -40px;
    text-align: center;
  }
}

.p-category-top--products03 .p-category-top__trigger-button {
  height: 60px;
  line-height: 1.46;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-category-top--products03 .p-category-top__trigger-button {
    float: none;
    max-width: 400px;
    height: 80px;
  }
}

.p-category-top-company {
  margin: 40px 35px 0;
  padding: 18px 0 20px;
  color: #fff;
  background-color: #d98e36;
}

@media screen and (min-width: 768px) {
  .p-category-top-company {
    display: -webkit-box;
    display: flex;
    max-width: 1000px;
    margin: 50px auto 0;
    padding: 37px 34px 35px 50px;
    flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
  }
}

@media screen and (min-width: 768px) {
  .p-category-top-company__main {
    -webkit-box-flex: 1;
    flex-grow: 1;
  }
}

.p-category-top-company__figure {
  max-width: 202px;
  margin: 22px auto 0;
}

@media screen and (min-width: 768px) {
  .p-category-top-company__figure {
    width: 404px;
    max-width: none;
    margin: 0;
  }
}

.p-category-top-company__title {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1.666px;
}

@media screen and (min-width: 768px) {
  .p-category-top-company__title {
    font-size: 3rem;
    font-weight: normal;
    line-height: 1.33;
    text-align: left;
    letter-spacing: 2.7px;
  }
}

.p-category-top-company__text {
  margin-top: 6px;
  color: #fffbd9;
  font-size: 1.1rem;
  line-height: 1.45;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-category-top-company__text {
    margin-top: 15px;
    font-size: 1.8rem;
    line-height: 1.44;
    text-align: left;
  }
}

.p-category-top-company__trigger {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .p-category-top-profile {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 40px;
  }
}

.p-category-top-profile__inner {
  padding: 16px 0 24px;
  background: url("/assets/image/profile/bg_05_sp.jpg") no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .p-category-top-profile__inner {
    display: -webkit-box;
    display: flex;
    height: 200px;
    padding: 0 40px 0 56px;
    background: url("/assets/image/profile/bg_05_pc.jpg") no-repeat;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}

.p-category-top-profile__title {
  color: #fff;
}

.p-category-top-profile__title:after {
  width: 14px;
  height: 1px;
  margin: 5px auto 0;
  border-bottom: 1px solid #2959ad;
  background: none;
}

@media screen and (min-width: 768px) {
  .p-category-top-profile__title:after {
    width: 27px;
    margin: 10px 0 0;
  }
}

@media screen and (min-width: 768px) {
  .p-category-top-profile__trigger {
    margin-top: 0 !important;
  }
  .p-category-top-profile__trigger .c-button,
  .p-category-top-profile__trigger .c-button--outline,
  .p-category-top-profile__trigger .c-button--large {
    width: 240px;
  }
}

.p-category-top-careers-header {
  min-height: 290px;
  padding: 54px 0 50px;
  text-align: center;
  background: url("/assets/image/careers/bg_01_sp.jpg") no-repeat center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .p-category-top-careers-header {
    display: -webkit-box;
    display: flex;
    position: relative;
    height: 440px;
    padding: 0;
    background: url("/assets/image/careers/bg_01_pc.jpg") no-repeat center;
    background-size: cover;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
}

.p-category-top-careers-header__in {
  display: inline-block;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .p-category-top-careers-header__in {
    padding-top: 80px;
  }
}

.p-category-top-careers-header__title {
  color: #fff;
  font-size: 3rem;
  line-height: 1.67;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-category-top-careers-header__title {
    padding: 0 40px;
    font-size: 5rem;
  }
}

.p-category-top-careers-header__trigger {
  margin-top: 36px;
  text-align: center;
}

.p-category-top-careers-header__trigger-button {
  font-family: "Cabin", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.23;
  letter-spacing: 0.1em;
  background: #d98e36;
}

@media screen and (min-width: 768px) {
  .p-category-top-careers-header__trigger-button {
    width: 240px;
  }
  .p-category-top-careers-header__trigger-button:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .p-category-top-careers-entry {
    margin-right: -20px;
    margin-left: -20px;
    background: url("/assets/image/careers/bg_02_sp.jpg") no-repeat center;
    background-size: cover;
  }
}

@media screen and (min-width: 768px) {
  .p-category-top-careers-entry {
    position: relative;
    min-height: 240px;
    background: url("/assets/image/careers/bg_02_pc.jpg") no-repeat center;
    background-size: cover;
  }
}

.p-category-top-careers-entry__inner {
  padding: 15px 20px 26px;
}

@media screen and (min-width: 768px) {
  .p-category-top-careers-entry__inner {
    padding: 30px 413px 30px 50px;
  }
}

.p-category-top-careers-entry__title {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .p-category-top-careers-entry__title {
    text-align: left;
  }
}

.p-category-top-careers-entry__title:after {
  width: 45px;
  height: 0;
  margin-top: 5px;
  border-bottom: 1px solid #fff;
  background: none;
}

@media screen and (min-width: 768px) {
  .p-category-top-careers-entry__title:after {
    width: 27px;
    margin-top: 8px;
    margin-left: 0;
  }
}

.p-category-top-careers-entry__text {
  margin-top: 35px !important;
  color: #fff;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-category-top-careers-entry__text {
    margin-top: 17px !important;
  }
}

.p-category-top-careers-entry__figure {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .p-category-top-careers-entry__figure {
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.p-category-top-careers-entry__figure-image {
  width: 100%;
}

.p-category-top-careers-entry__trigger {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .p-category-top-careers-entry__trigger {
    margin-top: 30px;
  }
}

.p-category-top-careers-entry__trigger-button {
  font-family: "Cabin", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.23;
  letter-spacing: 0.1em;
  background: #d98e36;
}

@media screen and (min-width: 768px) {
  .p-category-top-careers-entry__trigger-button::before {
    background-color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .p-category-top-careers-entry__trigger-button:hover {
    color: #d98e36;
  }
}

@media screen and (min-width: 768px) {
  .p-category-top-careers-entry__trigger-button:hover::after {
    background-image: url(/assets/image/ico/ico_arrow_right_05.svg);
  }
}

.p-category-top-careers-card {
  position: relative;
  min-height: 160px;
  margin-right: -20px;
  margin-left: -20px;
}

@media screen and (min-width: 768px) {
  .p-category-top-careers-card {
    width: 50%;
    min-height: 320px;
    margin: 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .p-category-top-careers-card__wrap {
    display: -webkit-box;
    display: flex;
    margin-right: -20px;
    margin-left: -20px;
  }
}

.p-category-top-careers-card:first-child {
  background: url("/assets/image/careers/bg_03_sp.jpg") no-repeat center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .p-category-top-careers-card:first-child {
    background: url("/assets/image/careers/bg_03_pc.jpg") no-repeat center;
    background-size: cover;
  }
}

.p-category-top-careers-card:last-child {
  margin-top: 85px;
  background: url("/assets/image/careers/bg_04_sp.jpg") no-repeat center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .p-category-top-careers-card:last-child {
    margin-top: 0;
    background: url("/assets/image/careers/bg_04_pc.jpg") no-repeat center;
    background-size: cover;
  }
}

.p-category-top-careers-card__inner {
  padding: 20px;
}

@media screen and (min-width: 768px) {
  .p-category-top-careers-card__inner {
    padding: 30px 0 0 50px;
  }
}

.p-category-top-careers-card__title {
  text-align: left;
}

.p-category-top-careers-card__title::after {
  width: 45px;
  height: 0;
  margin-top: 5px;
  margin-left: 0;
  border-bottom: 1px solid #2959ad;
  background: none;
}

@media screen and (min-width: 768px) {
  .p-category-top-careers-card__title::after {
    width: 27px;
    margin-top: 8px;
  }
}

.p-category-top-careers-card__trigger {
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-category-top-careers-card__trigger {
    bottom: 50px;
    text-align: center;
  }
}

.p-category-top-careers-bottom {
  position: relative;
  height: 96px;
  background: url("/assets/image/careers/bg_05_sp.jpg") no-repeat center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .p-category-top-careers-bottom {
    height: 200px;
    background: url("/assets/image/careers/bg_05_pc.jpg") no-repeat center;
    background-size: cover;
  }
}

.p-category-top-careers-bottom__trigger {
  position: absolute;
  top: -30px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-category-top-careers-bottom__trigger {
    top: -40px;
    text-align: center;
  }
}

.p-category-top-careers-bottom__trigger-button {
  height: 60px;
  line-height: 1.46;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-category-top-careers-bottom__trigger-button {
    max-width: 400px;
    height: 80px;
  }
}

.p-category-top-products-bottom {
  position: relative;
  height: 96px;
  background: url("/assets/image/products/bg_04.jpg") no-repeat center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .p-category-top-products-bottom {
    height: 200px;
  }
}

.p-category-top-products-bottom__trigger {
  position: absolute;
  top: -30px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-category-top-products-bottom__trigger {
    top: -40px;
    text-align: center;
  }
}

.p-category-top-products-bottom__trigger-button {
  height: 60px;
  line-height: 1.46;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-category-top-products-bottom__trigger-button {
    max-width: 400px;
    height: 80px;
  }
}

@media screen and (max-width: 767px) {
  .p-category-top-ir + .p-category-top-ir {
    margin-top: 40px;
  }
}

.p-category-top-ir__header {
  padding: 15px 20px 40px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .p-category-top-ir__header {
    padding: 20px 40px 40px;

    -webkit-box-flex: 1;
    flex: 1 1;
  }
}

.p-category-top-ir__header--ir01 {
  background-image: url("/assets/image/ir/bg_01.jpg");
}

@media screen and (min-width: 768px) {
  .p-category-top-ir__header--ir01 {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (min-width: 1040px) {
  .p-category-top-ir__header--ir01 {
    padding-right: calc((100vw - 1000px) / 2);
    padding-left: calc((100vw - 1000px) / 2);
  }
}

.p-category-top-ir__header--ir02 {
  background-image: url("/assets/image/ir/bg_02.jpg");
}

@media screen and (min-width: 768px) {
  .p-category-top-ir__header--ir02 {
    padding-right: 30px;
  }
}

@media screen and (min-width: 1040px) {
  .p-category-top-ir__header--ir02 {
    padding-left: calc((100vw - 1000px) / 2);
  }
}

.p-category-top-ir__header--ir03 {
  background-image: url("/assets/image/ir/bg_03.jpg");
}

@media screen and (min-width: 768px) {
  .p-category-top-ir__header--ir03 {
    padding-left: 30px;
  }
}

@media screen and (min-width: 1040px) {
  .p-category-top-ir__header--ir03 {
    padding-right: calc((100vw - 1000px) / 2);
  }
}

@media screen and (min-width: 768px) {
  .p-category-top-ir__wrap {
    display: -webkit-box;
    display: flex;
  }
}

.p-category-top-ir__wrap + [class] {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .p-category-top-ir__wrap + [class] {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-category-top-ir__wrap .p-category-top-ir {
    display: -webkit-box;
    display: flex;
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .p-category-top-ir__title {
    text-align: left;
  }
}

.p-category-top-ir__title::after {
  width: 45px;
  height: 0;
  margin-top: 5px;
  border-bottom: 1px solid #2959ad;
  background: none;
}

@media screen and (min-width: 768px) {
  .p-category-top-ir__title::after {
    width: 27px;
    margin-top: 8px;
    margin-left: 0;
  }
}

.p-category-top-ir__main {
  padding: 10px 15px;
  background-color: rgba(244, 249, 252, 0.9);
}

@media screen and (min-width: 768px) {
  .p-category-top-ir__main {
    margin-top: 30px !important;
    padding: 30px 27px;
  }
}

.p-category-top-ir__main .c-text {
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-category-top-ir__main .c-text {
    font-size: 1.6rem;
  }
}

.p-category-top-ir__trigger {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .p-category-top-ir__trigger {
    margin-top: 20px;
    text-align: right;
  }
}

.p-category-top-ir__item {
  position: relative;
  padding-left: 18px;
  font-size: 1.5rem;
  line-height: 1.63;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  .p-category-top-ir__item {
    font-size: 2rem;
    line-height: calc(29/20);
  }
}

.p-category-top-ir__item + .p-category-top-ir__item {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .p-category-top-ir__item + .p-category-top-ir__item {
    margin-top: 30px;
  }
}

.p-category-top-ir__item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  background: url("/assets/image/ico/ico_arrow_right_01.svg") no-repeat center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .p-category-top-ir__item:before {
    top: 10px;
    width: 10px;
    height: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-category-top-ir-navi {
    padding: 0 15px;
  }
}

@media screen and (min-width: 768px) {
  .p-category-top-ir-navi__list {
    display: -webkit-box;
    display: flex;
    margin: 0 -10px -20px;

    flex-wrap: wrap;
  }
}

.p-category-top-ir-navi__item {
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-category-top-ir-navi__item {
    width: 33.33%;
    padding: 0 10px 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-category-top-ir-navi__item + .p-category-top-ir-navi__item {
    margin-top: 10px;
  }
}

.p-category-top-ir-navi__item:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 12px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
}

@media screen and (min-width: 768px) {
  .p-category-top-ir-navi__item:before {
    top: 34px;
    left: 32px;
    width: 38px;
    height: 38px;
    margin-top: 0;
  }
}

.p-category-top-ir-navi__item:nth-child(1):before {
  background: url("/assets/image/ir/ico_01.svg") no-repeat left center;
  background-size: contain;
}

.p-category-top-ir-navi__item:nth-child(2):before {
  background: url("/assets/image/ir/ico_02.svg") no-repeat left center;
  background-size: contain;
}

.p-category-top-ir-navi__item:nth-child(3):before {
  background: url("/assets/image/ir/ico_03.svg") no-repeat left center;
  background-size: contain;
}

.p-category-top-ir-navi__item:nth-child(4):before {
  background: url("/assets/image/ir/ico_04.svg") no-repeat left center;
  background-size: contain;
}

.p-category-top-ir-navi__item:nth-child(5):before {
  background: url("/assets/image/ir/ico_05.svg") no-repeat left center;
  background-size: contain;
}

.p-category-top-ir-navi__item:nth-child(6):before {
  background: url("/assets/image/ir/ico_06.svg") no-repeat left center;
  background-size: contain;
}

.p-category-top-ir-navi__link {
  position: relative;
  max-width: none;
  padding-left: 55px;
  text-align: left;

  -webkit-box-pack: left;
  justify-content: left;
}

@media screen and (min-width: 768px) {
  .p-category-top-ir-navi__link {
    height: 100px;
    padding-right: 50px;
    padding-left: 84px;
    font-size: 2rem;
    line-height: 1.45;
  }
}

.p-contact {
  margin-top: 34px !important;
}

@media screen and (min-width: 768px) {
  .p-contact {
    margin-top: 55px !important;
  }
}

.p-contact__list {
  display: -webkit-box;
  display: flex;
  flex-direction: column;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

@media screen and (min-width: 768px) {
  .p-contact__list {
    margin: 0 -25px;
    flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .p-contact__item {
    width: calc(33.33% - 50px);
    margin: 0 25px;
  }
}

.p-contact__item:nth-child(n + 2) {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .p-contact__item:nth-child(n + 2) {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-contact__item:nth-child(n + 4) {
    margin-top: 30px;
  }
}

.p-contact__box {
  display: -webkit-box;
  display: flex;
  height: 100%;
  padding: 30px 10px;
  background-color: #f4f9fc;
  flex-direction: column;

  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.p-contact__box-title {
  position: relative;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
}

.p-contact__box-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.p-contact__item--tel .p-contact__box-title {
  padding-left: 39px;
}

@media screen and (min-width: 768px) {
  .p-contact__item--tel .p-contact__box-title {
    padding-left: 35px;
  }
}

.p-contact__item--tel .p-contact__box-title::before {
  width: 25px;
  height: 33px;
  background: url("/assets/image/ico/ico_tellphone_01.svg") no-repeat center left/cover;
}

@media screen and (min-width: 768px) {
  .p-contact__item--tel .p-contact__box-title::before {
    width: 23px;
    height: 30px;
  }
}

.p-contact__item--fax .p-contact__box-title {
  padding-left: 50px;
}

@media screen and (min-width: 768px) {
  .p-contact__item--fax .p-contact__box-title {
    padding-left: 45px;
  }
}

.p-contact__item--fax .p-contact__box-title::before {
  width: 32px;
  height: 33px;
  background: url("/assets/image/ico/ico_fax_01.svg") no-repeat center left/contain;
}

@media screen and (min-width: 768px) {
  .p-contact__item--fax .p-contact__box-title::before {
    width: 28px;
    height: 29px;
  }
}

.p-contact__item--mail .p-contact__box-title {
  padding-left: 45px;
}

@media screen and (min-width: 768px) {
  .p-contact__item--mail .p-contact__box-title {
    padding-left: 40px;
  }
}

.p-contact__item--mail .p-contact__box-title::before {
  width: 28px;
  height: 18px;
  background: url("/assets/image/ico/ico_email_01.svg") no-repeat center left/contain;
}

@media screen and (min-width: 768px) {
  .p-contact__item--mail .p-contact__box-title::before {
    width: 26px;
    height: 16px;
  }
}

.p-contact__key {
  display: inline-block;
  margin-top: 23px;
  color: #005096;
  font-size: 2.7rem;
  font-weight: bold;
  letter-spacing: 0.09em;
}

@media screen and (min-width: 768px) {
  .p-contact__key {
    margin-top: 30px;
    font-size: 2.4rem;
  }
}

.p-contact__item--mail .p-contact__key {
  margin-top: 33px;
  font-size: 2.3rem;
  letter-spacing: inherit;
}

@media screen and (min-width: 768px) {
  .p-contact__item--mail .p-contact__key {
    font-size: 2.1rem;
  }
}

.p-contact__key-strong {
  font-size: 3.5rem;
}

@media screen and (min-width: 768px) {
  .p-contact__key-strong {
    font-size: 3.2rem;
  }
}

.p-contact__key-number {
  color: #292e34;
  font-size: 1.4rem;
  font-weight: normal;
  display: inline;
}
@media only screen and (max-width: 400px) {
  .p-contact__key-number {
    display: inline-block;
  }
.p-contact__key-link {
    display: block;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .p-contact__key-number {
    font-size: 1.6rem;
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  .p-contact__key-link {
    display: block;
    pointer-events: none;
    text-align: center;
  }
}
.p-csr__text {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-csr__text {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.p-csr__figure {
  margin-top: 19px;
}

@media screen and (min-width: 768px) {
  .p-csr__figure {
    width: 62%;
    margin: 32px auto 0;
  }
}

.p-easyguide-bottom {
  height: 311px;
  background: url(/assets/image/easyguide/bg_easyguide_02.png) no-repeat center bottom;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .p-easyguide-bottom {
    height: 508px;
    background-image: url(/assets/image/easyguide/bg_easyguide_02_pc.png);
  }
}

.p-easyguide-bottom__title {
  padding: 30px 0 0 10px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .p-easyguide-bottom__title {
    padding: 110px 0 0 65px;
    font-size: 2.4rem;
    line-height: 1.6;
  }
}

@media screen and (min-width: 768px) {
  .p-easyguide-future-card {
    width: 50%;
    padding: 0 20px;
  }
}

.p-easyguide-future-card__inner {
  padding: 20px 20px 12px;
  border-radius: 2px;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .p-easyguide-future-card__inner {
    min-height: 393px;
    padding: 30px 30px 0;
    border-radius: 4px;
  }
}

@media screen and (max-width: 767px) {
  .p-easyguide-future-card + .p-easyguide-future-card {
    margin-top: 15px;
  }
}

.p-easyguide-future-card__text {
  margin-top: 10px;
  color: #042033;
  font-size: 1.4rem;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .p-easyguide-future-card__text {
    margin-top: 20px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.p-easyguide-future-card__figure {
  overflow: hidden;
  height: 40vw;
}

@media screen and (min-width: 768px) {
  .p-easyguide-future-card__figure {
    height: 226px;
  }
}

.p-easyguide-future-card__figure-image {
  width: 100%;
  height: 100%;

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

.p-easyguide-future {
  padding-top: 95px;
  background-color: #f7fcff;
}

@media screen and (min-width: 768px) {
  .p-easyguide-future {
    padding-top: 160px;
  }
}

.p-easyguide-future__head {
  padding: 0 2.66666vw;
}

@media screen and (min-width: 768px) {
  .p-easyguide-future__head {
    margin-right: 50px;
    margin-left: 50px;
    padding: 0 3.66vw;
  }
}

.p-easyguide-future .p-easyguide-title {
  margin-right: 10px;
  margin-bottom: -22.5px;
  margin-left: 10px;
}

@media screen and (min-width: 768px) {
  .p-easyguide-future .p-easyguide-title {
    max-width: 1166px;
    margin: 0 auto -30px;
  }
}

.p-easyguide-future--category01 {
  background: url("/assets/image/easyguide/bg_03_01.jpg") no-repeat top center;
}

@media screen and (max-width: 767px) {
  .p-easyguide-future--category01 {
    background-size: auto 505px;
  }
}

.p-easyguide-future--category02 {
  background: url("/assets/image/easyguide/bg_03_02.jpg") no-repeat top center;
}

@media screen and (max-width: 767px) {
  .p-easyguide-future--category02 {
    background-size: auto 505px;
  }
}

.p-easyguide-future--category03 {
  background: url("/assets/image/easyguide/bg_03_03.jpg") no-repeat top center;
}

@media screen and (max-width: 767px) {
  .p-easyguide-future--category03 {
    background-size: auto 505px;
  }
}

.p-easyguide-future > section {
  padding: 55px 30px 60px;
}

@media screen and (min-width: 768px) {
  .p-easyguide-future > section {
    max-width: 100vw;
    padding: 110px 0 50px;
  }
}

@media screen and (min-width: 1306px) {
  .p-easyguide-future > section {
    padding-right: calc((100% - 1266px) / 2);
    padding-left: calc((100% - 1266px) / 2);
  }
}

.p-easyguide-future > section:last-child {
  padding-bottom: 100px;
}

@media screen and (min-width: 768px) {
  .p-easyguide-future > section:last-child {
    padding-bottom: 75px;
  }
}

@media screen and (min-width: 768px) {
  .p-easyguide-future__inner {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
  }
}

.p-easyguide-future__title {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.09em;
}

@media screen and (min-width: 768px) {
  .p-easyguide-future__title {
    font-size: 4rem;
  }
}

.p-easyguide-future__flex {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .p-easyguide-future__flex {
    display: -webkit-box;
    display: flex;
    margin: 20px -20px 0;
  }
}

.p-easyguide-header {
  position: relative;
  height: 132vw;
  background: url("/assets/image/easyguide/bg_easyguide_01.png") no-repeat bottom center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .p-easyguide-header {
    height: 56vw;
    background-image: url("/assets/image/easyguide/bg_easyguide_01_pc.png");
  }
}

.p-easyguide-header__in {
  padding: 8.66vw 0;
}

@media screen and (min-width: 768px) {
  .p-easyguide-header__in {
    padding: 6.222vw 0 0;
  }
}

.p-easyguide-header__head-text {
  color: #fff;
  font-size: 3.46vw;
}

@media screen and (min-width: 768px) {
  .p-easyguide-header__head-text {
    font-size: 2.2rem;
  }
}

.p-easyguide-header__head-title {
  margin: 12px 0 0 0;
  color: #fff;
  font-size: 7.73vw;
  font-weight: normal;
  line-height: 1.28;
}

@media screen and (min-width: 768px) {
  .p-easyguide-header__head-title {
    margin-top: 15px;
    margin-left: -6px;
    font-size: 4rem;
    line-height: 1;
  }
}

.p-easyguide-header__head-strong {
  font-size: 9.06vw;
}

@media screen and (min-width: 768px) {
  .p-easyguide-header__head-strong {
    font-size: 5rem;
  }
}

.p-easyguide-header__head-name {
  font-size: 9.06vw;
  letter-spacing: 0.09em;
}

@media screen and (min-width: 768px) {
  .p-easyguide-header__head-name {
    font-size: 5rem;
  }
}

.p-easyguide-header__head-read {
  margin-top: 14px;
  color: #042033;
  font-size: 3.2vw;
  line-height: 1.92;
  letter-spacing: 0.2em;
}

@media screen and (min-width: 768px) {
  .p-easyguide-header__head-read {
    margin-top: 25px;
    font-size: 1.4rem;
  }
}

.p-easyguide-header__place-item {
  position: absolute;
}

.p-easyguide-header__place-item--car {
  top: 70%;
  left: 4%;
}

@media screen and (min-width: 768px) {
  .p-easyguide-header__place-item--car {
    top: 60%;
    left: 16%;
  }
}

.p-easyguide-header__place-item--apartment {
  top: 78%;
  left: 23%;
}

@media screen and (min-width: 768px) {
  .p-easyguide-header__place-item--apartment {
    top: 56%;
    left: 31%;
  }
}

.p-easyguide-header__place-item--house {
  top: 68%;
  left: 43%;
}

@media screen and (min-width: 768px) {
  .p-easyguide-header__place-item--house {
    top: 57%;
    left: 42%;
  }
}

.p-easyguide-header__place-item--hospital {
  top: 76%;
  left: 68%;
}

@media screen and (min-width: 768px) {
  .p-easyguide-header__place-item--hospital {
    top: 51%;
    left: 60%;
  }
}

.p-easyguide-header__place-link {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  background: url("/assets/image/ico/ico_glass_01.svg") no-repeat center/contain;
}

.p-easyguide-header__place-link.is-active {
  opacity: 1;
  z-index: 2;
  background-image: url("/assets/image/ico/ico_glass_hover_01.svg");
}

.p-easyguide-header__place-link.is-active .p-easyguide-header__point-list {
  display: block;
}

.p-easyguide-header__point-list {
  display: none;
  position: absolute;
  bottom: calc(100% + 25px);
  left: calc(50% - 120px);
  width: 240px;
  padding: 10px 14px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 5px 20px rgba(4, 32, 51, 0.28);
}

@media screen and (min-width: 768px) {
  .p-easyguide-header__point-list {
    margin: auto;
  }
}

.p-easyguide-header__point-list::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% - 1px);
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 18px 9px 0 9px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

@media screen and (min-width: 768px) {
  .p-easyguide-header__point-list::before {
    right: 0;
    left: 0;
    margin: auto;
  }
}

.p-easyguide-header__place-item--car .p-easyguide-header__point-list {
  left: calc(50% - 150px);
  width: 300px;
}

@media screen and (max-width: 767px) {
  .p-easyguide-header__place-item--car .p-easyguide-header__point-list {
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-easyguide-header__place-item--car .p-easyguide-header__point-list::before {
    right: auto;
    left: 8%;
  }
}

@media screen and (max-width: 767px) {
  .p-easyguide-header__place-item--apartment .p-easyguide-header__point-list {
    left: -115%;
  }
}

@media screen and (max-width: 767px) {
  .p-easyguide-header__place-item--apartment .p-easyguide-header__point-list::before {
    right: auto;
    left: 38%;
  }
}

@media screen and (max-width: 767px) {
  .p-easyguide-header__place-item--hospital .p-easyguide-header__point-list {
    right: -85%;
    left: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-easyguide-header__place-item--hospital .p-easyguide-header__point-list::before {
    right: 30%;
    left: auto;
  }
}

.p-easyguide-header__point-item {
  display: -webkit-box;
  display: flex;

  -webkit-box-align: center;
  align-items: center;
}

.p-easyguide-header__point-item + .p-easyguide-header__point-item {
  border-top: 1px solid #c7c7c7;
}

.p-easyguide-header__point-image {
  margin-right: 13px;
}

.p-easyguide-header__point-text {
  color: #042033;
  font-weight: bold;
  line-height: 1.79;
}

@media screen and (min-width: 768px) {
  .p-easyguide-header__point-text {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-easyguide-history-main__list {
    display: -webkit-box;
    display: flex;
    margin: 0 -25px;
    padding: 0 135px;
  }
}

.p-easyguide-history-main__list + .p-easyguide-history-main__list {
  margin-top: 45px;
}

@media screen and (min-width: 768px) {
  .p-easyguide-history-main__list + .p-easyguide-history-main__list {
    margin-top: 75px;
  }
}

.p-easyguide-history-main__item {
  display: -webkit-box;
  display: flex;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-easyguide-history-main__item {
    display: block;
    width: 33.33333%;
    padding: 0 25px;
  }
}

.p-easyguide-history-main__item + .p-easyguide-history-main__item {
  margin-top: 28px;
}

@media screen and (min-width: 768px) {
  .p-easyguide-history-main__item + .p-easyguide-history-main__item {
    margin-top: 0;
  }
}

.p-easyguide-history-main__item::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -25px;
  left: 65px;
  width: 10px;
  height: 21px;
  background: url(/assets/image/ico/ico_arrow_blue_01.svg) no-repeat center;
  background-size: contain;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media screen and (min-width: 768px) {
  .p-easyguide-history-main__item::before {
    top: 70px;
    right: -12px;
    bottom: auto;
    left: auto;
    width: 20px;
    height: 42px;
    -webkit-transform: none;
    transform: none;
  }
}

.p-easyguide-history-main__item:last-child::before {
  content: none;
}

.p-easyguide-history-main__figure {
  position: relative;
  width: 150px;

  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .p-easyguide-history-main__figure {
    width: 100%;
  }
}

.p-easyguide-history-main__figure-image {
  width: 100%;
  border-radius: 4px;
}

.p-easyguide-history-main__figure-caption {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px 15px;
  border-radius: 4px 0 4px 0;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  background-color: #d98e36;
}

.p-easyguide-history-main__caption {
  margin-left: 8px;
  padding-top: 15px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .p-easyguide-history-main__caption {
    margin-top: 17px;
    margin-left: 5px;
    padding-top: 0;
    font-size: 1.4rem;
  }
}

.p-easyguide-history-main__caption-item {
  position: relative;
  padding-left: 15px;
}

@media screen and (min-width: 768px) {
  .p-easyguide-history-main__caption-item {
    padding-left: 25px;
  }
}

.p-easyguide-history-main__caption-item:before {
  content: "◆";
  position: absolute;
  top: 0;
  left: 0;
  color: #d98e36;
  font-size: 1.1rem;
}

@media screen and (min-width: 768px) {
  .p-easyguide-history-main__caption-item:before {
    font-size: 1.6rem;
  }
}

.p-easyguide-history-main__caption-item + .p-easyguide-history-main__caption-item {
  margin-top: 12px;
}

.p-easyguide-history-summary {
  min-height: 75px;
  margin: -20px -20px -10px;
  padding: 25px 0 35px 70px;
  border-radius: 5px;
  line-height: 1.2;
  background-color: #eaeaea;
}

@media screen and (min-width: 768px) {
  .p-easyguide-history-summary {
    min-height: 220px;
    margin: -40px 0 -90px;
    padding: 56px 135px;
    font-size: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .p-easyguide-history--phase01 .p-easyguide-history-summary {
    margin-bottom: -90px;
  }
}

@media screen and (min-width: 768px) {
  .p-easyguide-history--phase02 .p-easyguide-history-summary {
    margin-bottom: -70px;
  }
}

@media screen and (min-width: 768px) {
  .p-easyguide-history--phase03 .p-easyguide-history-summary {
    margin-bottom: -90px;
  }
}

.p-easyguide-history-summary__item {
  letter-spacing: 0.09em;
}

.p-easyguide-history-summary__item:before {
  content: "◆";
  display: inline-block;
  margin-right: 10px;
}

@media screen and (min-width: 768px) {
  .p-easyguide-history-summary__item:before {
    position: relative;
    top: -0.1em;
    margin-right: 8px;
    font-size: 1.2rem;
  }
}

.p-easyguide-history-summary__item + .p-easyguide-history-summary__item {
  margin-top: 10px;
}

.p-easyguide-history {
  padding: 40px 2.66666vw 60px;
}

@media screen and (min-width: 768px) {
  .p-easyguide-history {
    max-width: 100vw;
    padding: 170px 3.66vw;
  }
}

.p-easyguide-history .p-easyguide-title {
  margin: 0 10px;
}

@media screen and (min-width: 768px) {
  .p-easyguide-history .p-easyguide-title {
    margin: 0 50px;
  }
}

.p-easyguide-history > section {
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  .p-easyguide-history > section {
    padding: 0;
  }
}

.p-easyguide-history__title {
  display: -webkit-box;
  display: flex;
  position: relative;
  z-index: 1;
  height: 40px;
  padding-left: 47px;
  color: #042033;
  font-size: 3.2rem;
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: 0.05em;

  -webkit-box-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .p-easyguide-history__title {
    height: 80px;
    margin: 0 93px;
    padding-left: 95px;
    font-size: 5rem;
  }
}

.p-easyguide-history__title span {
  margin-left: 15px;
  font-size: 1.5rem;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .p-easyguide-history__title span {
    margin-left: 60px;
    font-size: 2rem;
  }
}

.p-easyguide-history__title span em {
  font-family: "Cabin", sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  letter-spacing: 0.045em;
}

@media screen and (min-width: 768px) {
  .p-easyguide-history__title span em {
    font-size: 4rem;
  }
}

.p-easyguide-history--phase01 {
  margin-top: 50px;
}

.p-easyguide-history--phase01 .p-easyguide-history__title {
  background: url("/assets/image/easyguide/ico_02_01@2x.png") no-repeat left center;
  background-size: 40px 40px;
}

@media screen and (min-width: 768px) {
  .p-easyguide-history--phase01 .p-easyguide-history__title {
    margin-top: 70px;
    background-size: 80px 80px;
  }
}

.p-easyguide-history--phase02 {
  margin-top: 50px;
}

.p-easyguide-history--phase02 .p-easyguide-history__title {
  background: url("/assets/image/easyguide/ico_02_02@2x.png") no-repeat left center;
  background-size: 40px 40px;
}

@media screen and (min-width: 768px) {
  .p-easyguide-history--phase02 .p-easyguide-history__title {
    margin-top: 70px;
    background-size: 80px 80px;
  }
}

.p-easyguide-history--phase03 {
  margin-top: 50px;
}

.p-easyguide-history--phase03 .p-easyguide-history__title {
  background: url("/assets/image/easyguide/ico_02_03@2x.png") no-repeat left center;
  background-size: 40px 40px;
}

@media screen and (min-width: 768px) {
  .p-easyguide-history--phase03 .p-easyguide-history__title {
    margin-top: 70px;
    background-size: 80px 80px;
  }
}

.p-easyguide-navi__list {
  display: -webkit-box;
  display: flex;
}

.p-easyguide-navi__item {
  width: 33.33%;
}

.p-easyguide-navi__item + .p-easyguide-navi__item {
  border-left: 1px solid #fff;
}

.p-easyguide-navi__link {
  min-height: 75px;
  padding: 10px 0 0;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;

  -webkit-box-align: start;
  align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .p-easyguide-navi__link {
    max-width: none;
    min-height: 100px;
    padding: 0 20px 10px;
    font-size: 2rem;
    line-height: 1.1;

    -webkit-box-align: center;
    align-items: center;
  }
}

.p-easyguide-navi__link:after {
  top: auto;
  right: calc(50% - 4.5px);
  bottom: 13px;
  width: 9px;
  height: 10px;
  background: url("/assets/image/ico/ico_arrow_right_03.svg") no-repeat center right;
  background-size: contain;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media screen and (min-width: 768px) {
  .p-easyguide-navi__link:after {
    right: calc(50% - 6.5px);
    bottom: 18px;
    width: 11px;
    height: 13px;
  }
}

.p-easyguide-resouces-point {
  position: relative;
  margin-top: 30px;
  padding: 0 20px 20px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 10px 10px 1px rgba(200, 203, 210, 0.3);
}

@media screen and (min-width: 768px) {
  .p-easyguide-resouces-point {
    margin-top: 45px;
    padding: 0 40px 40px;
    box-shadow: 20px 20px 1px rgba(200, 203, 210, 0.3);
  }
}

.p-easyguide-resouces-point::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: calc(100% - 1px);
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 0 14px 28px 14px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}

.p-easyguide-resouces-point--gray {
  background-color: #eaeaea;
  box-shadow: 10px 10px 1px rgba(234, 234, 234, 0.2);
}

@media screen and (min-width: 768px) {
  .p-easyguide-resouces-point--gray {
    box-shadow: 20px 20px 1px rgba(234, 234, 234, 0.2);
  }
}

.p-easyguide-resouces-point--knowledge::before {
  content: none;
}

.p-easyguide-resouces-point--knowledge .p-easyguide-resouces-point__title {
  display: -webkit-inline-box;
  display: inline-flex;
  font-size: 1.6rem;

  -webkit-box-align: center;
  align-items: center;
}

.p-easyguide-resouces-point--knowledge .p-easyguide-resouces-point__title::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 16px;
  margin-right: 15px;
  background: url(/assets/image/easyguide/ico_knowledge_01.svg) no-repeat center;
  background-size: contain;

  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .p-easyguide-resouces-point--knowledge .p-easyguide-resouces-point__title::before {
    width: 29px;
    height: 24px;
    margin-right: 25px;
  }
}

.p-easyguide-resouces-point__title {
  display: inline-block;
  padding: 13px 11px;
  border-radius: 0 0 4px 4px;
  color: #fff;
  font-size: 1.6rem;
  background-color: #d98e36;
}

@media screen and (min-width: 768px) {
  .p-easyguide-resouces-point__title {
    min-width: 180px;
    padding: 13px 24px;
    text-align: center;
  }
}

.p-easyguide-resouces-point__title-main {
  margin-left: 3px;
  font-family: "Cabin", sans-serif;
  font-size: 1.7rem;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .p-easyguide-resouces-point__title-main {
    margin-left: 5px;
    font-size: 2.7rem;
  }
}

.p-easyguide-resouces-point__title-sub {
  font-size: 1.4rem;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .p-easyguide-resouces-point__title-sub {
    font-size: 1.6rem;
  }
}

.p-easyguide-resouces-point__subtitle {
  margin-top: 17px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .p-easyguide-resouces-point__subtitle {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 768px) {
  .p-easyguide-resouces-point__inner {
    display: -webkit-box;
    display: flex;

    flex-wrap: wrap;
  }
}

.p-easyguide-resouces-point__body {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .p-easyguide-resouces-point__body {
    margin-top: 35px;
  }
}

.p-easyguide-resouces-point__figure {
  margin-top: 25px;
  text-align: center;
}

@media screen and (min-width: 1338px) {
  .p-easyguide-resouces-point__figure {
    margin: -30px 0 0 0;
  }
}

@media screen and (min-width: 1431px) {
  .p-easyguide-resouces-point__figure {
    margin: -30px 15px -20px 70px;
  }
}

.p-easyguide-resouces-point__figure-image {
  width: 80%;
}

@media screen and (min-width: 768px) {
  .p-easyguide-resouces-point__figure-image {
    width: 100%;
    max-width: 334px;
  }
}

.p-easyguide-resources-numlist {
  display: -webkit-box;
  display: flex;
  margin-top: 20px;
  margin-right: -12px;
  margin-left: -12px;
  counter-reset: number;

  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .p-easyguide-resources-numlist {
    margin-top: 50px;
  }
}

.p-easyguide-resources-numlist__item {
  position: relative;
  width: 50%;
  margin-top: 30px;
  padding: 0 12px;
}

@media screen and (min-width: 768px) {
  .p-easyguide-resources-numlist__item {
    width: 25%;
    padding: 0 20px;
  }
}

.p-easyguide-resources-numlist__item:nth-child(1),
.p-easyguide-resources-numlist__item:nth-child(2) {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .p-easyguide-resources-numlist__item:nth-child(1),
  .p-easyguide-resources-numlist__item:nth-child(2),
  .p-easyguide-resources-numlist__item:nth-child(3),
  .p-easyguide-resources-numlist__item:nth-child(4) {
    margin-top: 0;
  }
}

.p-easyguide-resources-numlist__item::before {
  content: counter(number);
  display: -webkit-box;
  display: flex;
  position: absolute;
  top: 0;
  left: 5vw;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  color: #fff;
  font-size: 1.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#689ad8), to(#2959ad));
  background: linear-gradient(#689ad8, #2959ad);
  counter-increment: number;

  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .p-easyguide-resources-numlist__item::before {
    left: 2vw;
    width: 40px;
    height: 40px;
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 768px) {
  .p-easyguide-resources-numlist__item + .p-easyguide-resources-numlist__item::after {
    content: "";
    display: block;
    position: absolute;
    top: 90px;
    left: -10px;
    width: 10px;
    height: 20px;
    background: url("/assets/image/ico/ico_arrow_blue_01.svg") no-repeat center/cover;
  }
}

.p-easyguide-resources-numlist__figure-image {
  width: 100%;
}

.p-easyguide-resources-numlist__figcaption {
  margin-top: 15px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.54;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-easyguide-resources-uselist {
    display: -webkit-box;
    display: flex;
    margin: 25px -20px -25px;

    -webkit-box-pack: center;
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .p-easyguide-resources-uselist__item {
    width: 25%;
    padding: 0 10px 25px;
  }
}

.p-easyguide-resources-uselist__item + .p-easyguide-resources-uselist__item {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .p-easyguide-resources-uselist__item + .p-easyguide-resources-uselist__item {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-easyguide-resources-uselist--wide .p-easyguide-resources-uselist__item {
    width: 400px;
  }
}

.p-easyguide-resources-uselist__figure {
  display: -webkit-box;
  display: flex;
  text-align: center;

  -webkit-box-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .p-easyguide-resources-uselist__figure {
    display: block;
  }
}

.p-easyguide-resources-uselist__figure-image {
  width: 100%;
  max-width: 80px;

  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .p-easyguide-resources-uselist__figure-image {
    width: 45%;
    max-width: 160px;
  }
}

.p-easyguide-resources-uselist__figcaption {
  margin-left: 18px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .p-easyguide-resources-uselist__figcaption {
    margin-top: 8px;
    margin-left: 0;
    font-size: 1.6rem;
    line-height: 1.7;
    text-align: center;
  }
}

.p-easyguide-resources-uselist__figure-in {
  display: -webkit-box;
  display: flex;
  margin: 0 -5px;

  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .p-easyguide-resources-uselist__figure-in {
    -webkit-box-pack: center;
    justify-content: center;
  }
}

.p-easyguide-resources-uselist__figure-in .p-easyguide-resources-uselist__figure-image {
  margin: 0 5px;
}

@media screen and (min-width: 768px) {
  .p-easyguide-resources-uselist__figure-in .p-easyguide-resources-uselist__figure-image {
    margin: 0 10px;
  }
}

.p-easyguide-resources-uselist__figure-in + .p-easyguide-resources-uselist__figcaption {
  margin-left: 10px;
}

@media screen and (min-width: 768px) {
  .p-easyguide-resources-uselist__figure-in + .p-easyguide-resources-uselist__figcaption {
    margin: 0¥;
  }
}

.p-easyguide-resources > section {
  position: relative;
  padding: 0 2.66666vw;
  background: repeat-y center top;
  background-size: 100%;
}

@media screen and (min-width: 768px) {
  .p-easyguide-resources > section {
    max-width: 100vw;
    padding: 0 3.66vw;
  }
}

.p-easyguide-resources > section::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 50px;
  background: no-repeat center bottom;
  background-size: 100%;
}

@media screen and (min-width: 768px) {
  .p-easyguide-resources > section::after {
    bottom: -10px;
    height: 100px;
  }
}

@media screen and (min-width: 1266px) {
  .p-easyguide-resources > section::after {
    background-position: center 0;
  }
}

.p-easyguide-resources > .p-easyguide-resources__youso {
  background-image: url(/assets/image/easyguide/bg_section_01.png);
}

@media screen and (min-width: 768px) {
  .p-easyguide-resources > .p-easyguide-resources__youso {
    background-image: url(/assets/image/easyguide/bg_section_01_pc.png);
  }
}

.p-easyguide-resources > .p-easyguide-resources__youso::after {
  background-image: url(/assets/image/easyguide/bg_section_01_bottom.png);
}

@media screen and (min-width: 768px) {
  .p-easyguide-resources > .p-easyguide-resources__youso::after {
    background-image: url(/assets/image/easyguide/bg_section_01_bottom_pc.png);
  }
}

.p-easyguide-resources > .p-easyguide-resources__youso .p-easyguide-resources__contents {
  padding: 60px 10px 110px;
  background-color: #eff0f7;
}

@media screen and (min-width: 768px) {
  .p-easyguide-resources > .p-easyguide-resources__youso .p-easyguide-resources__contents {
    padding: 183px 50px 200px;
  }
}

.p-easyguide-resources > .p-easyguide-resources__gas {
  background-image: url(/assets/image/easyguide/bg_section_02.png);
}

@media screen and (min-width: 768px) {
  .p-easyguide-resources > .p-easyguide-resources__gas {
    background-image: url(/assets/image/easyguide/bg_section_02_pc.png);
  }
}

.p-easyguide-resources > .p-easyguide-resources__gas::after {
  background-image: url(/assets/image/easyguide/bg_section_02_bottom.png);
}

@media screen and (min-width: 768px) {
  .p-easyguide-resources > .p-easyguide-resources__gas::after {
    background-image: url(/assets/image/easyguide/bg_section_02_bottom_pc.png);
  }
}

.p-easyguide-resources > .p-easyguide-resources__gas .p-easyguide-resources__contents {
  position: relative;
  padding: 10px 10px 130px;
}

@media screen and (min-width: 768px) {
  .p-easyguide-resources > .p-easyguide-resources__gas .p-easyguide-resources__contents {
    padding-top: 1px;
    padding-bottom: 210px;
  }
}

.p-easyguide-resources > .p-easyguide-resources__metals {
  background-image: url(/assets/image/easyguide/bg_section_03.png);
}

@media screen and (min-width: 768px) {
  .p-easyguide-resources > .p-easyguide-resources__metals {
    background-image: url(/assets/image/easyguide/bg_section_03_pc.png);
  }
}

.p-easyguide-resources > .p-easyguide-resources__metals::after {
  content: none;
}

.p-easyguide-resources > .p-easyguide-resources__metals .p-easyguide-resources__contents {
  padding: 10px 10px 70px;
}

@media screen and (min-width: 768px) {
  .p-easyguide-resources > .p-easyguide-resources__metals .p-easyguide-resources__contents {
    padding-top: 1px;
    padding-bottom: 150px;
  }
}

.p-easyguide-resources__inner {
  padding: 0 10px;
}

@media screen and (min-width: 768px) {
  .p-easyguide-resources__inner {
    padding: 0 123px;
  }
}

.p-easyguide-resources__title {
  margin-top: 30px;
  font-size: 2.5rem;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .p-easyguide-resources__title {
    margin-top: 65px;
    font-size: 4rem;
  }
}

.p-easyguide-resources__title + .p-easyguide-resources__subtitle {
  margin-top: 13px;
}

@media screen and (min-width: 768px) {
  .p-easyguide-resources__title + .p-easyguide-resources__subtitle {
    margin-top: 30px;
  }
}

.p-easyguide-resources__title-num {
  font-size: 3.8rem;
}

@media screen and (min-width: 768px) {
  .p-easyguide-resources__title-num {
    font-size: 5.8rem;
  }
}

.p-easyguide-resources__title-key {
  font-size: 3.5rem;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .p-easyguide-resources__title-key {
    font-size: 5.6rem;
  }
}

.p-easyguide-resources__subtitle {
  margin-top: 35px;
  margin-bottom: 10px;
  padding: 0 0 5px 23px;
  border-bottom: 1px solid #c8c9d3;
  font-size: 1.5rem;
  letter-spacing: 0.09em;
  background: url("/assets/image/ico/ico_square_01.svg") no-repeat top 1px left/15px;
}

@media screen and (min-width: 768px) {
  .p-easyguide-resources__subtitle {
    margin-top: 70px;
    padding: 0 0 15px 40px;
    font-size: 2.6rem;
    background-size: 30px;
  }
}

.p-easyguide-resources__subtitle + .c-text {
  padding-left: 23px;
}

@media screen and (min-width: 768px) {
  .p-easyguide-resources__subtitle + .c-text {
    padding-left: 40px;
  }
}

.p-easyguide-resources__read {
  margin-top: 10px;
  font-size: 1.3rem;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .p-easyguide-resources__read {
    margin-top: 20px;
    padding-left: 43px;
    font-size: 1.6rem;
  }
}

.p-easyguide-title {
  display: -webkit-box;
  display: flex;
  position: relative;
  z-index: 1;
  height: 45px;
  border-radius: 45px;
  color: #fff;
  font-size: 1.7rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.09em;
  background-image: linear-gradient(120deg, #689ad8 15%, #2959ad 108%);

  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .p-easyguide-title {
    height: 60px;
    padding-left: 83px;
    border-radius: 30px;
    font-size: 3rem;

    -webkit-box-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .p-faq {
    display: -webkit-box;
    display: flex;
    margin: 0 -10px;
  }
}

.p-faq__item {
  display: -webkit-box;
  display: flex;
  padding: 15px;
  background-color: #f4f9fc;
  flex-direction: column;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

@media screen and (min-width: 768px) {
  .p-faq__item {
    margin: 0 10px;
    padding: 30px 20px;

    -webkit-box-flex: 1;
    flex: 1 1;
  }
}

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

@media screen and (min-width: 768px) {
  .p-faq__item + .p-faq__item {
    margin-top: 0;
  }
}

.p-faq__question {
  padding: 3px 5px 13px 35px;
  border-radius: 2px;
  font-size: 1.5rem;
  line-height: 1.6;
  background: url("/assets/image/ico/ico_question_q_01.svg") no-repeat 4px 0/23px;
  background-color: #fff;
  box-shadow: 0 3px 20px 5px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 768px) {
  .p-faq__question {
    padding: 24px 27px 24px 80px;
    font-size: 2rem;
    background: url("/assets/image/ico/ico_question_q_01.svg") no-repeat 27px 13px/37px;
    background-color: #fff;
  }
}

.p-faq__answer {
  margin-top: 12px;
  padding-left: 35px;
  font-size: 1.4rem;
  line-height: 1.6;
  background: url("/assets/image/ico/ico_question_a_01.svg") no-repeat 4px 0/23px;
}

@media screen and (min-width: 768px) {
  .p-faq__answer {
    margin-top: 0;
    padding: 28px 27px 0 80px;
    font-size: 1.5rem;
    line-height: 2;
    background: url("/assets/image/ico/ico_question_a_01.svg") no-repeat 27px 10px/37px;
  }
}

@media screen and (min-width: 768px) {
  .p-faq--one-column .p-faq__answer {
    display: -webkit-box;
    display: flex;
  }
}

.p-faq__answer-body {
  -webkit-box-flex: 1;
  flex: 1 1;
}

.p-faq__extra {
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .p-faq__extra {
    margin-top: auto;
    padding-top: 30px;
  }
}

.p-faq--one-column .p-faq__extra {
  margin-left: -35px;
}

@media screen and (min-width: 768px) {
  .p-faq--one-column .p-faq__extra {
    width: 53%;
    margin: 0 0 0 30px;
    padding-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-faq__extra-figure {
    margin-left: 0;
  }
}

.p-faq__extra-image {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-faq__extra-image {
    max-width: 454px;
  }
}

.p-flag,
.p-flag--reverse {
  display: -webkit-box;
  display: flex;
  margin-right: -8px;
  margin-left: -8px;
  flex-direction: row-reverse;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
}

@media screen and (min-width: 768px) {
  .p-flag,
  .p-flag--reverse {
    margin-right: -19px;
    margin-left: -19px;
  }
}

.p-flag__body {
  padding-right: 8px;
  padding-left: 8px;

  -webkit-box-flex: 1;
  flex: 1 1;
}

@media screen and (min-width: 768px) {
  .p-flag__body {
    padding-right: 19px;
    padding-left: 19px;
  }
}

.p-flag__figure {
  max-width: calc(44.66666vw + 16px);
  padding-right: 8px;
  padding-left: 8px;

  -webkit-box-flex: 1;
  flex: auto;
}

@media screen and (min-width: 768px) {
  .p-flag__figure {
    max-width: calc(42.3892% + 38px);
    padding-right: 19px;
    padding-left: 19px;
  }
}

.p-flag__figure--small {
  max-width: calc(37.33333vw + 16px);
}

@media screen and (min-width: 768px) {
  .p-flag__figure--small {
    max-width: calc(30.8285% + 38px);
  }
}

.p-flag__figure__image {
  width: 100%;
}

.p-flag--reverse {
  flex-direction: row;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}

* + .p-flag,
* + .p-flag--reverse {
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  * + .p-flag,
  * + .p-flag--reverse {
    margin-top: 100px;
  }
}

@media screen and (min-width: 768px) {
  .p-flag-iodine {
    display: -webkit-box;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .p-flag-iodine__body {
    width: 36%;
    margin-right: 2.9%;

    flex-shrink: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-flag-iodine__figure {
    width: 60.1%;
    margin-top: -38px;
  }
}

.p-footer {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .p-footer {
    display: -ms-grid;
    display: grid;

    -ms-grid-rows: auto auto;
    -ms-grid-columns: 225px 1fr;
    grid-template: "menu menu" auto "logo utility" auto / 225px 1fr;
  }
}

.p-footer__logo {
  font-size: 0;
}

@media screen and (min-width: 768px) {
  .p-footer__logo {
    margin-bottom: 90px;

    grid-area: logo;
  }
}

.p-footer__logo-link {
  display: inline-block;
}

.p-footer__logo-image {
  width: 165px;
}

@media screen and (min-width: 768px) {
  .p-footer__logo-image {
    width: 225px;
  }
}

.p-footer__menu {
  margin: 10px 0 0;
  padding-top: 20px;
  border-top: 1px solid #fff;
}

@media screen and (min-width: 768px) {
  .p-footer__menu {
    display: -webkit-box;
    display: flex;
    position: relative;
    margin: 0 0 70px;
    padding-top: 0;
    border-top: none;

    grid-area: menu;
  }
}

.p-footer__menu-item {
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-footer__menu-item {
    padding-right: 34px;

    -webkit-box-flex: 1;
    flex: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__menu-item:nth-child(8) {
    padding-right: 0;

    -webkit-box-flex: 0;
    flex: none;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__menu-item--about {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__menu-item--csr {
    position: absolute;
    z-index: 2;
    bottom: 3em;
    left: 0;
  }
}

.p-footer__menu-title {
  cursor: pointer;
}

.p-footer__menu-title--toggle .p-footer__menu-title-link::after {
  content: none;
}

.p-footer__menu-title--language .p-footer__menu-title-link {
  color: #49535a;
  font-family: "Cabin", sans-serif;
  font-weight: bold;
}

.p-footer__menu-title--language .p-footer__menu-title-link::after {
  content: none;
}

.p-footer__menu-title-link {
  display: block;
  position: relative;
  padding: 10px 20px 10px 0;
  color: #005096;
  font-size: 1.4rem;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .p-footer__menu-title-link {
    display: inline-block;
    padding: 0;
    font-size: 1.5rem;
    font-weight: 500;
  }
}

.p-footer__menu-title-link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  background: url(/assets/image/ico/ico_arrow_right_01.svg) no-repeat center;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .p-footer__menu-title-link::after {
    content: none;
  }
}

.p-footer__menu-toggle {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  right: -10px;
  width: 40px;
  height: 40px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-footer__menu-toggle {
    display: none;
  }
}

.p-footer__menu-toggle::before,
.p-footer__menu-toggle::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  background: no-repeat center;
  background-size: contain;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-footer__menu-toggle::before {
  opacity: 0;
  background-image: url(/assets/image/ico/ico_toggle_close_01.svg);
}

.p-footer__menu-toggle::after {
  background-image: url(/assets/image/ico/ico_toggle_open_01.svg);
}

.p-footer__menu-toggle.is-active::before {
  opacity: 1;
}

.p-footer__menu-toggle.is-active::after {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .p-footer__submenu {
    overflow: hidden;
    position: relative;
    max-height: 0;
    margin: 0 -20px;
    -webkit-transition: max-height 0.3s;
    transition: max-height 0.3s;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__submenu {
    display: -webkit-box;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__submenu:before {
    content: "";
    position: absolute;
    bottom: calc(100% - 20px);
    left: 13px;
    width: 0;
    height: 0;
    margin-left: 0;
    border: solid transparent;
    border-width: 21px;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    pointer-events: none;
  }
}

.p-footer__submenu-list {
  margin: 10px 0;
  padding: 10px 0 30px;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .p-footer__submenu-list {
    margin: 15px 0 0;
    padding: 0 34px 0 0;
    background: none;

    -webkit-box-flex: 1;
    flex: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__submenu-list:last-child {
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__submenu-list-item + .p-footer__submenu-list-item {
    margin-top: 15px;
  }
}

.p-footer__submenu-list-link {
  display: block;
  position: relative;
  padding: 10px 40px 10px 35px;
  color: #292e34;
  font-size: 1.3rem;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .p-footer__submenu-list-link {
    display: inline-block;
    padding: 0;
  }
}

.p-footer__submenu-list-link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  background: url(/assets/image/ico/ico_arrow_right_02.svg) no-repeat center;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .p-footer__submenu-list-link::after {
    content: none;
  }
}

.p-footer__utility {
  margin: 10px 0 0;
  padding-top: 20px;
  border-top: 1px solid #fff;
}

@media screen and (min-width: 768px) {
  .p-footer__utility {
    margin: 0 0 90px;
    padding-top: 0;
    padding-left: 20px;
    border-top: none;

    grid-area: utility;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__logo {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-footer__menu {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .p-footer__utility {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}

.p-footer__utility-list {
  display: -webkit-box;
  display: flex;
  margin: 0 -25px -16px;

  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .p-footer__utility-list {
    margin: 0;
    justify-content: flex-start;
  }
}

.p-footer__utility-list-item {
  margin: 0 25px 16px;
  font-size: 1.2rem;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .p-footer__utility-list-item {
    margin: 0 0 16px;
    padding: 0 20px;
    border-right: 1px solid #042033;
    line-height: 1;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__utility-list-item:last-child {
    border-right: none;
  }
}

.p-footer__utility-list-link {
  display: inline-block;
  position: relative;
  color: #292e34;
}

.p-footer__copyright {
  margin-top: 30px;
  color: #8d929a;
  font-family: "Cabin", sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-footer__copyright {
    display: -webkit-box;
    display: flex;
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    height: 50px;
    margin-top: 0;
    color: #fff;
    background-color: #8d929a;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px 20px 0;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

@media screen and (min-width: 768px) {
  .p-header {
    display: -webkit-box;
    display: flex;
    padding: 0 20px;

    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 1000px) {
  .p-header {
    padding: 0 40px;
  }
}

.p-header::after {
  content: "";
  display: block;
  position: absolute;
  top: 63px;
  left: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(#689ad8), to(#2959ad));
  background: linear-gradient(to left, #689ad8 0%, #2959ad 100%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (min-width: 768px) {
  .p-header::after {
    content: none;
  }
}

.p-header__logo {
  display: -webkit-box;
  display: flex;
  position: relative;
  z-index: 10;
  height: 30px;

  -webkit-box-align: end;
  align-items: flex-end;
}

@media screen and (min-width: 768px) {
  .p-header__logo {
    height: auto;
    margin: 21px 0 16px;

    flex-shrink: 0;
  }
}

.p-header__logo-image {
  width: 217px;
}

@media screen and (min-width: 768px) {
  .p-header__logo-image {
    width: 165px;
  }
}

@media screen and (min-width: 1000px) {
  .p-header__logo-image {
    width: 224px;
  }
}

@media screen and (max-width: 767px) {
  .p-header__menu {
    overflow: auto;
    max-height: 0;
    margin: 17px -20px 0;
  }
}

@media screen and (min-width: 768px) {
  .p-header__menu {
    display: block;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.4;
  }
}

@media screen and (min-width: 768px) {
  .p-header__menu-list {
    display: -webkit-box;
    display: flex;
    height: 100%;
  }
}

.p-header__menu-in {
  margin: 0 20px 0;
  padding-top: 20px;
  border-top: 1px solid #fff;
}

@media screen and (min-width: 768px) {
  .p-header__menu-in {
    height: 100%;
    margin: 0;
    padding-top: 0;
    border-top: none;
  }
}

.p-header__menu-item {
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-header__menu-item {
    position: static;
    margin: 0;
  }
}

@media screen and (min-width: 1366px) {
  .p-header__menu-item {
    margin: 0 7px;
  }
}

.p-header__menu-title {
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .p-header__menu-title {
    display: -webkit-box;
    display: flex;
    height: 100%;

    -webkit-box-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .p-header__menu-title--top {
    display: none;
  }
}

.p-header__menu-title--language {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-header__menu-title--language {
    display: -webkit-box;
    display: flex;
  }
}

.p-header__menu-title--language .p-header__menu-title-link {
  color: #49535a;
  font-family: "Cabin", sans-serif;
}

@media screen and (min-width: 768px) {
  .p-header__menu-title--language .p-header__menu-title-link {
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-header__menu-title--toggle .p-header__menu-title-link {
    overflow: hidden;
    position: relative;
  }
}

.p-header__menu-title--toggle .p-header__menu-title-link::after {
  content: none;
}

.p-header__menu-title-link {
  display: block;
  position: relative;
  margin: 0 -20px;
  padding: 10px 40px 10px 20px;
  color: #005096;
  font-size: 1.4rem;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .p-header__menu-title-link {
    display: -webkit-box;
    display: flex;
    height: 100%;
    margin: 0;
    padding: 0 0.3vw;
    color: #042033;
    font-size: 1.3rem;
    font-weight: 500;

    -webkit-box-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 1000px) {
  .p-header__menu-title-link {
    padding: 0 1vw;
  }
}

@media screen and (min-width: 1366px) {
  .p-header__menu-title-link {
    padding: 0 25px;
  }
}

.p-header__menu-title-link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  background: url(/assets/image/ico/ico_arrow_right_01.svg) no-repeat center;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .p-header__menu-title-link::after {
    content: none;
  }
}

.p-header__menu-toggle {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  right: -10px;
  width: 40px;
  height: 40px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-header__menu-toggle {
    display: none;
  }
}

.p-header__menu-toggle::before,
.p-header__menu-toggle::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  background: no-repeat center;
  background-size: contain;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-header__menu-toggle::before {
  opacity: 0;
  background-image: url(/assets/image/ico/ico_toggle_close_01.svg);
}

.p-header__menu-toggle::after {
  background-image: url(/assets/image/ico/ico_toggle_open_01.svg);
}

.p-header__menu-toggle.is-active::before {
  opacity: 1;
}

.p-header__menu-toggle.is-active::after {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .p-header__submenu {
    overflow: hidden;
    position: relative;
    height: 0;
    margin: 0 -20px;
    -webkit-transition: max-height 0.3s;
    transition: max-height 0.3s;
  }
}

@media screen and (min-width: 768px) {
  .p-header__submenu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .p-header__submenu:before {
    content: "";
    position: absolute;
    bottom: calc(100% - 20px);
    left: 13px;
    width: 0;
    height: 0;
    margin-left: 0;
    border: solid transparent;
    border-width: 21px;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    pointer-events: none;
  }
}

@media screen and (min-width: 768px) {
  .p-header__submenu:before {
    content: "";
    display: block;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 50px;
    background: -webkit-gradient(linear, left top, right top, from(#689ad8), to(#2959ad));
    background: linear-gradient(to right, #689ad8 0%, #2959ad 100%);
  }
}

@media screen and (min-width: 768px) {
  .p-header__submenu::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(118, 118, 118, 0.7);
    pointer-events: none;
  }
}

.p-header__submenu-list {
  margin: 10px 0;
  padding: 10px 0 30px;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .p-header__submenu-list {
    display: -webkit-box;
    display: flex;
    position: relative;
    z-index: 2;
    max-width: 100vw;
    margin: 0;
    padding: 50px 0;

    flex-wrap: wrap;
  }
}

@media screen and (min-width: 1040px) {
  .p-header__submenu-list {
    padding-right: calc((100% - 1000px) / 2);
    padding-left: calc((100% - 1000px) / 2);
  }
}

@media screen and (min-width: 768px) {
  .p-header__submenu-list-item {
    position: relative;
    width: 33.33333%;
    padding: 0 30px 30px;
  }
}

@media screen and (min-width: 768px) {
  .p-header__submenu-list-item--full {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .p-header__submenu-list-item--harf {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .p-header__submenu-list-item--full .p-header__childmenu-list {
    display: -webkit-box;
    display: flex;
    margin: 8px -15px -8px;

    flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .p-header__submenu-list-item--full .p-header__childmenu-list-item,
  .p-header__submenu-list-item--full .p-header__childmenu-list-item + .p-header__childmenu-list-item {
    width: 25%;
    margin: 0;
    padding: 0 15px 8px;
  }
}

@media screen and (min-width: 768px) {
  .p-header__submenu-list-item--intaview {
    position: absolute;
    top: 50px;
    right: 0;
    width: 66.66666%;
  }
}

@media screen and (min-width: 768px) {
  .p-header__submenu-list-item--intaview .p-header__childmenu-list {
    display: -webkit-box;
    display: flex;
    margin: 8px -15px -8px;

    flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .p-header__submenu-list-item--intaview .p-header__childmenu-list-item,
  .p-header__submenu-list-item--intaview .p-header__childmenu-list-item + .p-header__childmenu-list-item {
    width: 50%;
    margin: 0;
    padding: 0 15px 8px;
  }
}

@media screen and (min-width: 1000px) {
  .p-header__submenu-list-item--intaview .p-header__childmenu-list-item,
  .p-header__submenu-list-item--intaview .p-header__childmenu-list-item + .p-header__childmenu-list-item {
    width: 34%;
    min-width: 300px;
  }
}

.p-header__submenu-list-link {
  display: block;
  position: relative;
  padding: 10px 40px 10px 35px;
  color: #292e34;
  font-size: 1.3rem;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .p-header__submenu-list-link {
    display: inline-block;
    padding: 0 0 5px;
    color: #005096;
    font-size: 1.8rem;
    font-weight: bold;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}

@media screen and (min-width: 768px) {
  .p-header__submenu-list-link::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #005096;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
}

.p-header__submenu-list-link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  background: url(/assets/image/ico/ico_arrow_right_02.svg) no-repeat center;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .p-header__submenu-list-link::after {
    content: none;
  }
}

@media screen and (min-width: 768px) {
  .p-header__submenu-list-link:hover {
    opacity: 1;
    color: #d98e36;
  }
}

@media screen and (min-width: 768px) {
  .p-header__submenu-list-link:hover::before {
    background-color: #d98e36;
  }
}

/* .p-header__childmenu-list {
  display: none;
} */

@media screen and (min-width: 768px) {
  .p-header__childmenu-list {
    display: block;
    margin-top: 5px;
    margin-left: 2px;
  }
}

@media screen and (min-width: 768px) {
  .p-header__childmenu-list--float {
    position: absolute;
    z-index: 2;
    top: calc(1.8em + 8px);
    left: 30px;
  }
}

@media screen and (min-width: 768px) {
  .p-header__childmenu-list-item + .p-header__childmenu-list-item {
    margin-top: 8px;
  }
}

@media screen and (min-width: 768px) {
  .p-header__childmenu-list-link {
    color: #393939;
    font-size: 1.6rem;
    line-height: 1.4;
  }
}

.p-header__menu-trigger,
.p-header__menu-trigger::before,
.p-header__menu-trigger::after,
.p-header__menu-trigger-mark {
  display: inline-block;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.p-header__menu-trigger {
  position: absolute;
  z-index: 10;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 25px;
}

@media screen and (min-width: 768px) {
  .p-header__menu-trigger {
    display: none;
  }
}

.p-header__menu-trigger::before,
.p-header__menu-trigger::after,
.p-header__menu-trigger-mark {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2959ad;
}

.p-header__menu-trigger::before,
.p-header__menu-trigger::after {
  content: "";
}

.p-header__menu-trigger::before {
  top: 0;
}

.p-header__menu-trigger::after {
  bottom: 0;
}

.p-header__menu-trigger-mark {
  top: 0;
  bottom: 0;
  margin: auto;
}

.p-header__utility {
  margin: 25px 20px 100px;
  padding-top: 20px;
  border-top: 1px solid #fff;
}

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

.p-header__utility-list {
  display: -webkit-box;
  display: flex;
  margin: 0 -20px -16px;

  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}

.p-header__utility-list-item {
  margin: 0 20px 16px;
  font-size: 1.2rem;
  line-height: 1.4;
}

.p-header__utility-list-link {
  display: inline-block;
  position: relative;
  color: #292e34;
}

.p-header__language {
  display: -webkit-box;
  display: flex;
  margin: 10px 20px;
}

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

.p-header__language-item + .p-header__language-item {
  margin-left: 10px;
}

.p-header__language-item-link {
  display: inline-block;
  padding: 3px 10px;
  border: 1px solid transparent;
  border-radius: 21px;
  color: rgba(73, 83, 90, 0.5);
  font-family: "Cabin", sans-serif;
  font-size: 1.2;
  font-size: 1.3rem;
  font-weight: bold;
  background-color: #fff;
}

.p-header__language-item-link.is-active {
  border-color: #707070;
  color: rgba(73, 83, 90, 0.8);
  background: none;
}

#header.is-active .p-header {
  background-color: #e2e8f0;
}

@media screen and (min-width: 768px) {
  #header.is-active .p-header {
    background-color: rgba(255, 255, 255, 0.8);
  }
}

#header.is-active .p-header::after {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .is-loaded .p-header__menu {
    -webkit-transition: max-height 0.3s;
    transition: max-height 0.3s;
  }

  .p-header__childmenu-list {
    overflow: hidden;
    position: relative;
    height: 0;
    margin: 0 -20px;
    -webkit-transition: max-height 0.3s;
    transition: max-height 0.3s;
  }

  .p-header__childmenu-list-link {
    display: block;
    position: relative;
    padding: 10px 40px 10px 75px;
    color: #8D929A;
    font-size: 1.3rem;
    line-height: 1.4;
  }

  .p-header__childmenu-list-link::after  {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 25px;
    bottom: 0;
    width: 8px;
    height: 8px;
    margin: auto;
    background: url(/assets/image/ico/ico_arrow_right_02.svg) no-repeat center;
    background-size: contain;
  }

  .p-header__submenu-list-item {
    position: relative;
  }

  .p-header__submenu-list-title::after {
    display: none;
  }

  .p-header__submenu-list-item > .p-header__menu-toggle {
    right: 10px;
  }

  .p-header__childmenu-list-item > .p-header__childmenu-list-link::after {
    right: 45px;
    background: url(/assets/image/ico/ico_arrow_right_06.svg) no-repeat center;
  }

  .p-header__submenu-list .p-header__menu-toggle::before {
    background-image: url(/assets/image/ico/ico_toggle_close_02.svg);
  }

  .p-header__submenu-list .p-header__menu-toggle::after {
    background-image: url(/assets/image/ico/ico_toggle_open_02.svg);
  }
}

@media screen and (max-width: 767px) {
  #header.is-active .p-header__menu {
    max-height: calc(100vh - 64px);
  }
}

#header.is-active .p-header__menu-trigger::before {
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
}

#header.is-active .p-header__menu-trigger .p-header__menu-trigger-mark {
  opacity: 0;
}

#header.is-active .p-header__menu-trigger::after {
  -webkit-transform: translateY(-12px) rotate(45deg);
  transform: translateY(-12px) rotate(45deg);
}

@media screen and (max-width: 767px) {
  #header.is-active .p-header__logo-image {
    width: 165px;
  }
}

@media screen and (min-width: 768px) {
  .is-loaded .p-header__submenu {
    -webkit-transition: visibility 0.3s, opacity 0.3s;
    transition: visibility 0.3s, opacity 0.3s;
  }
}

@media screen and (min-width: 768px) {
  .p-header__menu-item:hover .p-header__submenu {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (min-width: 768px) {
  .p-header__menu-item:hover .p-header__menu-title--toggle .p-header__menu-title-link {
    opacity: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(104, 154, 216, 0.2)), to(rgba(41, 89, 173, 0.2)));
    background: linear-gradient(rgba(104, 154, 216, 0.2) 0%, rgba(41, 89, 173, 0.2) 100%);
  }
}

@media screen and (min-width: 768px) {
  .p-header__menu-item:hover .p-header__menu-title--toggle .p-header__menu-title-link::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -23px;
    left: 0;
    width: 100%;
    height: 33px;
    background: -webkit-gradient(linear, left bottom, left top, from(#689ad8), to(#2959ad));
    background: linear-gradient(to top, #689ad8 0%, #2959ad 100%);
  }
}

.p-interveiw-figure {
  overflow: hidden;
  position: relative;
  height: 200px;
}

@media screen and (min-width: 768px) {
  .p-interveiw-figure {
    height: 400px;
  }
}

.p-interveiw-figure__image {
  position: absolute;
  left: 0;
  width: 100%;
}

/* .page-rd .p-interveiw-figure__image {
  top: 50%;
  transform: translate(0,-50%);
} */

@media screen and (min-width: 768px) {
  .p-interveiw-figure__image--engineering {
    margin-top: -10vw;
  }
}

@media screen and (min-width: 768px) {
  .p-interveiw-figure__image--industrial-tech {
    margin-top: -12vw;
  }
}

.p-interveiw-figure__image--mining {
  margin-top: -23vw;
}

/* .p-interveiw-figure__image--production {
  margin-top: -10vw;
} */

@media screen and (min-width: 768px) {
  .p-interveiw-figure__image--production-sp {
    display: none;
  }
}
.p-interveiw-figure__image--production-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-interveiw-figure__image--production-pc {
    display: block;
  }
}

.p-interveiw-figure__image--rd {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .p-interveiw-figure__image--sales {
    margin-top: -15vw;
  }
}

.p-interveiw-message {
  position: relative;
}

.p-interveiw-message__head {
  display: -webkit-box;
  display: flex;

  -webkit-box-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .p-interveiw-message__head {
    -webkit-box-align: start;
    align-items: flex-start;
  }
}

.p-interveiw-message__figure {
  width: 100px;
}

@media screen and (min-width: 768px) {
  .p-interveiw-message__figure {
    width: 200px;
  }
}

.p-interveiw-message__title {
  margin-left: 13px;
  padding-bottom: 10px;
  border-bottom: 2px solid #689ad8;
  color: #005096;

  -webkit-box-flex: 1;
  flex: 1 1;
}

@media screen and (min-width: 768px) {
  .p-interveiw-message__title {
    display: -webkit-box;
    display: flex;
    width: calc(100% - 200px);
    margin: -20px 0 0 28px;

    -webkit-box-align: center;
    align-items: center;
  }
}

.p-interveiw-message__title-main {
  font-family: "Cabin", sans-serif;
  font-size: 30px;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .p-interveiw-message__title-main {
    font-size: 4rem;
  }
}

.p-interveiw-message__title-sub {
  font-size: 1.3rem;
  line-height: 1.54;
}

@media screen and (min-width: 768px) {
  .p-interveiw-message__title-sub {
    margin-left: 23px;
    font-size: 1.4rem;
  }
}

.p-interveiw-message__body {
  margin-top: 14px;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .p-interveiw-message__body {
    position: absolute;
    top: 32px;
    left: 228px;
    width: calc(100% - 220px);
  }
}

.p-interveiw-mv {
  color: #fff;
  background: -webkit-gradient(linear, right top, left top, from(#689ad8), to(#2959ad));
  background: linear-gradient(to left, #689ad8 0%, #2959ad 100%);
}

@media screen and (min-width: 768px) {
  .p-interveiw-mv {
    background: url("/assets/image/careers/interview/engineering/bg_01.jpg") no-repeat center center/cover;
  }
}

@media screen and (min-width: 768px) {
  .p-interveiw-mv__in {
    display: -webkit-box;
    display: flex;
    width: 100%;
    max-width: 1000px;
    height: 300px;
    margin: 0 auto;
    flex-direction: row-reverse;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
  }
}

@media screen and (min-width: 768px) {
  .p-interveiw-mv__figure {
    overflow: hidden;
    width: 60%;
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .p-interveiw-mv__image {
    width: 100%;
    height: 300px;

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

.p-interveiw-mv__name {
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  font-size: 2rem;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .p-interveiw-mv__name {
    padding-bottom: 30px;
    font-size: 3.4rem;
  }
}

@media screen and (min-width: 768px) {
  .p-interveiw-mv__body {
    width: 40%;
  }
}

.p-interveiw-mv__body-in {
  padding: 28px 20px;
}

@media screen and (min-width: 768px) {
  .p-interveiw-mv__body-in {
    padding: 28px 40px 28px 0;
  }
}

.p-interveiw-mv__detail {
  display: -webkit-box;
  display: flex;
  margin-top: 12px;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .p-interveiw-mv__detail {
    margin-top: 20px;
    flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

@media screen and (min-width: 768px) {
  .p-interveiw-mv__text {
    font-size: 1.8rem;
    line-height: 1.56;
  }
}

.p-interveiw-mv__text + .p-interveiw-mv__text {
  margin-left: 28px;
}

@media screen and (min-width: 768px) {
  .p-interveiw-mv__text + .p-interveiw-mv__text {
    margin: 5px 0 0 0;
  }
}

.p-interveiw-schedule__title {
  padding-bottom: 10px;
  border-bottom: 2px solid #689ad8;
  color: #005096;
}

@media screen and (min-width: 768px) {
  .p-interveiw-schedule__title {
    display: -webkit-box;
    display: flex;

    -webkit-box-align: center;
    align-items: center;
  }
}

.p-interveiw-schedule__title-main {
  font-family: "Cabin", sans-serif;
  font-size: 30px;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .p-interveiw-schedule__title-main {
    font-size: 4rem;
  }
}

.p-interveiw-schedule__title-sub {
  font-size: 1.3rem;
  line-height: 1.54;
}

@media screen and (min-width: 768px) {
  .p-interveiw-schedule__title-sub {
    margin-left: 23px;
    font-size: 1.4rem;
  }
}

.p-interveiw-schedule__in {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .p-interveiw-schedule__in {
    display: -webkit-box;
    display: flex;
    margin-top: 37px;
  }
}

.p-interveiw-schedule__item {
  display: -webkit-box;
  display: flex;
  min-height: 3.6em;
}

@media screen and (min-width: 768px) {
  .p-interveiw-schedule__item {
    min-height: 2.7em;
  }
}

.p-interveiw-schedule__item + .p-interveiw-schedule__item {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .p-interveiw-schedule__item + .p-interveiw-schedule__item {
    margin-top: 25px;
  }
}

.p-interveiw-schedule__body {
  -webkit-box-flex: 1;
  flex: 1 1;
}

.p-interveiw-schedule__icon {
  width: 20px;
  margin-right: 9px;
}

@media screen and (min-width: 768px) {
  .p-interveiw-schedule__icon {
    width: 40px;
    margin-right: 20px;
  }
}

.p-interveiw-schedule__time {
  width: 45px;
  margin-top: 3px;
  color: #005096;
  font-family: "Cabin", sans-serif;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-interveiw-schedule__time {
    width: 80px;
    margin-top: 8px;
    font-size: 2rem;
  }
}

.p-interveiw-schedule__info {
  line-height: 1.5;

  -webkit-box-flex: 1;
  flex: 1 1;
}

@media screen and (min-width: 768px) {
  .p-interveiw-schedule__info {
    margin-top: 5px;
    font-size: 1.8rem;
  }
}

.p-interveiw-schedule__figure {
  padding: 5px 15px 0;
}

@media screen and (min-width: 768px) {
  .p-interveiw-schedule__figure {
    width: 330px;
    margin-left: 80px;
    padding: 0;
  }
}

.p-interview-top {
  display: -webkit-box;
  display: flex;
  flex-direction: column;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

@media screen and (min-width: 768px) {
  .p-interview-top {
    margin: 0 -20px 170px;
    flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .p-interview-top__item {
    width: 50%;
    padding: 0 20px;
  }
}

.p-interview-top__item + .p-interview-top__item {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .p-interview-top__item + .p-interview-top__item {
    margin-top: 120px;
  }
}

@media screen and (min-width: 768px) {
  .p-interview-top__item:nth-child(2) {
    margin-top: 0;
  }
}

.p-interview-top__title-text {
  display: inline-block;
  margin-left: 35px;
  padding-bottom: 4px;
  border-bottom: 3px solid #d98e36;
  color: #005096;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-interview-top__title-text {
    margin-left: 50px;
    padding-bottom: 10px;
    border-bottom-width: 4px;
    font-size: 2.2rem;
  }
  .p-interview-top__item:nth-child(4n+3) .p-interview-top__title-text,
  .p-interview-top__item:nth-child(4n+4) .p-interview-top__title-text {
    margin: 0 0 0 100px;
  }
}

.p-interview-top__figure {
  margin-right: 35px;
}

@media screen and (min-width: 768px) {
  .p-interview-top__figure {
    margin-right: 50px;
  }
  .p-interview-top__item:nth-child(4n+3) .p-interview-top__figure,
  .p-interview-top__item:nth-child(4n+4) .p-interview-top__figure {
    margin: 0 0 0 50px;
  }
}

.p-interview-top__image {
  width: 100%;
}

.p-interview-top__button-area {
  width: 300px;
  margin: -35px 0 0 auto;
}

@media screen and (min-width: 768px) {
  .p-interview-top__button-area {
    width: 90%;
    max-width: 430px;
    margin: -50px 0 0 auto;
  }
  .p-interview-top__item:nth-child(4n+3) .p-interview-top__button-area,
  .p-interview-top__item:nth-child(4n+4) .p-interview-top__button-area {
    margin: -50px auto 0 0;
  }
}

.p-interview-top__button {
  width: 100%;
}

.p-list-define {
  color: #292e34;
  line-height: 2;
}

.p-list-define__item {
  display: -webkit-box;
  display: flex;
}

.p-list-define__ttl,
.p-list-define__data {
  padding: 10px 15px;
  border-bottom: 2px solid #fff;
  text-align: left;
  background-color: #e2e8f0;
}

@media screen and (min-width: 768px) {
  .p-list-define__ttl,
  .p-list-define__data {
    padding: 20px 30px;
    border-bottom-width: 4px;
  }
}

.p-list-define__ttl {
  position: relative;
  width: 43%;
  font-weight: bold;
}

.p-list-define__ttl::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  height: calc(100% - 20px);
  margin: auto;
  background-color: #005096;
}

@media screen and (min-width: 768px) {
  .p-list-define__ttl::after {
    height: calc(100% - 40px);
  }
}

@media screen and (min-width: 768px) {
  .p-list-define__ttl {
    width: 21%;
  }
  .p-list-define__en .p-list-define__ttl {
    width: 35%;
  }
}

.p-list-define--outline .p-list-define__ttl {
  width: 9em;
}

@media screen and (min-width: 768px) {
  .p-list-define--outline .p-list-define__ttl {
    width: 15em;
  }
}

.p-list-define--history .p-list-define__ttl {
  width: 8em;
}

@media screen and (min-width: 768px) {
  .p-list-define--history .p-list-define__ttl {
    width: 12em;
  }
}

.p-list-define--requirements .p-list-define__ttl {
  width: 11em;
}

@media screen and (min-width: 768px) {
  .p-list-define--requirements .p-list-define__ttl {
    width: 12em;
  }
}

.p-list-define--schedule .p-list-define__ttl {
  width: 7em;
}

@media screen and (min-width: 768px) {
  .p-list-define--schedule .p-list-define__ttl {
    width: 7.5em;
  }
}

.p-list-define__data {
  -webkit-box-flex: 1;
  flex: 1 1;
}

* + .p-list-define {
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  * + .p-list-define {
    margin-top: 100px;
  }
}

.p-list-define__role {
  display: -webkit-box;
  display: flex;
}

.p-list-define__data-title {
  min-width: 6.8em;
}

.p-list-interveiw {
  margin-top: 30px !important;
  padding: 12px 15px 26px;
  border: 1px solid #005096;
}

@media screen and (min-width: 768px) {
  .p-list-interveiw {
    margin-top: 50px !important;
    padding: 32px 30px;
  }
}

.p-list-interveiw__item + .p-list-interveiw__item {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .p-list-interveiw__item + .p-list-interveiw__item {
    margin-top: 65px;
  }
}

.p-list-interveiw__question {
  display: -webkit-box;
  display: flex;
  color: #005096;
  font-size: 1.7rem;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .p-list-interveiw__question {
    font-size: 2.2rem;
  }
}

.p-list-interveiw__question-icon {
  margin-top: 1px;
  margin-right: 0.2em;
  font-family: "Cabin", sans-serif;
}

@media screen and (min-width: 768px) {
  .p-list-interveiw__question-icon {
    margin-top: -0.2em;
    font-size: 3rem;
  }
}

.p-list-interveiw__question-text {
  font-weight: bold;

  -webkit-box-flex: 1;
  flex: 1 1;
}

.p-list-interveiw__answer {
  display: -webkit-box;
  display: flex;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .p-list-interveiw__answer {
    margin-top: 12px;
  }
}

.p-list-interveiw__answer-icon {
  display: -webkit-inline-box;
  display: inline-flex;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #fff;
  font-size: 1.6rem;
  background-color: #d98e36;

  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .p-list-interveiw__answer-icon {
    width: 50px;
    height: 50px;
    margin-top: 5px;
    font-size: 2.8rem;
  }
}

.p-list-interveiw__answer-info {
  margin-left: 7px;

  -webkit-box-flex: 1;
  flex: 1 1;
}

@media screen and (min-width: 768px) {
  .p-list-interveiw__answer-info {
    margin-left: 15px;
  }
}

.p-list-interveiw__answer-text {
  line-height: 2;
}

.p-list-interveiw__answer-figure {
  margin-left: -32px;
}

@media screen and (min-width: 768px) {
  .p-list-interveiw__answer-figure {
    margin: 45px auto 0 -65px;
  }
}

@media screen and (min-width: 768px) {
  .p-list-interveiw__answer-image {
    width: 72%;
  }
}

.p-list-location {
  margin-right: -20px;
  margin-left: -20px;
}

@media screen and (min-width: 768px) {
  .p-list-location {
    margin-right: 0;
    margin-left: 0;
  }
}

.p-list-location__box {
  line-height: 1.96;
}

.p-list-location__item {
  position: relative;
  padding: 20px 80px 20px 20px;
  background-color: #f4f9fc;
}

@media screen and (min-width: 768px) {
  .p-list-location__item {
    padding: 30px 80px 30px 30px;
  }
}

.p-list-location__item + .p-list-location__item {
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .p-list-location__item + .p-list-location__item {
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .p-list-location__head {
    display: -webkit-box;
    display: flex;
    padding-right: 0;
  }
}

.p-list-location__address {
  letter-spacing: 0.1em;

  -webkit-box-flex: 1;
  flex: 1 1;
}

@media screen and (min-width: 768px) {
  .p-list-location__map {
    width: 36%;
    margin-left: 50px;
    padding-left: 5px;
  }
}

.p-list-location__map .c-link,
.p-list-location__map .c-link--pdf,
.p-list-location__map .c-link--excel,
.p-list-location__map .c-link--word,
.p-list-location__map .c-link--window {
  text-decoration: none;
}

.p-list-location__toggle-button {
  display: block;
  position: absolute;
  top: 22px;
  right: 20px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-list-location__toggle-button {
    top: 37px;
  }
}

.p-list-location__toggle-button::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 4px;
  background: url("/assets/image/ico/ico_toggle_blue_open_01.svg") no-repeat center/100%;
}

.p-list-location__toggle-button::after {
  content: "MORE";
  font-size: 1.2rem;
}

.p-list-location__toggle-button.is-active::before {
  background-image: url("/assets/image/ico/ico_toggle_white_close_01.svg");
}

.p-list-location__toggle-button.is-active::after {
  content: "CLOSE";
}

.p-list-location__body {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.3s;
  transition: max-height 0.3s;
}

.p-list-location__body-in {
  margin-top: 20px;
  padding: 15px;
}

@media screen and (min-width: 768px) {
  .p-list-location__body-in {
    display: -webkit-box;
    display: flex;
    margin-top: 40px;
    padding: 30px;
  }
}

@media screen and (min-width: 768px) {
  .p-list-location__detail {
    -webkit-box-flex: 1;
    flex: 1 1;
  }
}

.p-list-location__contact + .p-list-location__contact {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .p-list-location__contact + .p-list-location__contact {
    margin-top: 40px;
  }
}

.p-list-location__contact-title {
  margin-bottom: 3px;
  font-weight: bold;
}

.p-list-location__contact-title::after {
  content: "";
  display: block;
  width: 95px;
  height: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(#2959ad), to(#689ad8));
  background: linear-gradient(#2959ad, #689ad8);
}

@media screen and (min-width: 768px) {
  .p-list-location__contact-link {
    display: inline-block;
    color: inherit;
    pointer-events: none;
  }
}

.p-list-location__figure {
  margin-top: 50px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-list-location__figure {
    width: 36%;
    margin-top: 0;
  }
}

.p-list-location__image {
  width: 72%;
}

@media screen and (min-width: 768px) {
  .p-list-location__image {
    width: 100%;
  }
}

.p-list-products {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-list-products--fix {
    display: -webkit-box;
    display: flex;
    height: 422px;
    margin-left: 25px;
    flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

.p-list-products__item {
  display: -webkit-box;
  display: flex;
}

@media screen and (min-width: 768px) {
  .p-list-products__item {
    -webkit-box-flex: 1;
    flex: 1 1;
  }
}

.p-list-products__item + .p-list-products__item {
  margin-top: 22px;
}

@media screen and (min-width: 768px) {
  .p-list-products__item + .p-list-products__item {
    margin-top: 26px;
  }
}

.p-list-products__in {
  display: -webkit-box;
  display: flex;
  position: relative;
  padding: 30px;
  background-color: #f4f9fc;

  -webkit-box-flex: 1;
  flex: 1 1;
}

.p-list-products__in::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 30px;
  width: 80px;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(#689ad8), to(#2959ad));
  background: linear-gradient(to left, #689ad8 0%, #2959ad 100%);
}

@media screen and (min-width: 768px) {
  a.p-list-products__in:hover .p-list-products__trigger-button {
    color: #d37200;
  }
}

@media screen and (min-width: 768px) {
  a.p-list-products__in:hover .p-list-products__trigger-button::before {
    opacity: 0;
  }
}

@media screen and (min-width: 768px) {
  a.p-list-products__in:hover .p-list-products__trigger-button::after {
    opacity: 1;
  }
}

.p-list-products__body {
  -webkit-box-flex: 1;
  flex: 1 1;
}

.p-list-products__title {
  color: #292e34;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .p-list-products__title {
    font-size: 2rem;
  }
}

.p-list-products__subtitle {
  color: #292e34;
  font-size: 1.2rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .p-list-products__subtitle {
    font-size: 1.6rem;
  }
}

  .lh15 {
    line-height: 1.5;
  }
.p-list-products .p-list-products__subtitle {
  margin-top: 15px;
}

.p-list-products__trigger-button {
  margin-left: 20px;

  flex-shrink: 0;
  -ms-grid-row-align: center;
  align-self: center;
}

.p-mainvisual {
  display: -webkit-box;
  display: flex;
  position: relative;
  height: 125.333vw;
  max-height: 470px;
  margin-top: -64px;
  padding-top: 64px;
  color: #fff;
  background-size: 100%;
  -webkit-box-align: center;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .p-mainvisual {
    display: -webkit-box;
    display: flex;
    position: relative;
    height: 125.333vw;
    max-height: 470px;
    margin-top: -64px;
    padding-top: 64px;
    color: #fff;
    background: url(/assets/image/img/img_mainvisual_01_sp.png) no-repeat center top fixed;
    background-size: 100%;
    -webkit-box-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .p-mainvisual {
    max-width: 100vw;
    height: 100vh;
    max-height: none;
    margin-top: -70px;
    padding-top: 70px;
    background-image: url(/assets/image/img/img_mainvisual_01_pc.png);
    background-size: cover;
    background-position: right 35% top;
  }
}

.p-mainvisual::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 20px;
  bottom: 28px;
  width: 5px;
  height: 50px;
  background: url(/assets/image/ico/ico_down_01.svg) no-repeat center;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .p-mainvisual::after {
    right: 40px;
    bottom: 43px;
    width: 10px;
    height: 100px;
    -webkit-animation: bound 0.5s ease infinite alternate;
    animation: bound 0.5s ease infinite alternate;
  }
}

.p-mainvisual__in {
  width: 100%;
}

.p-mainvisual__title {
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .p-mainvisual__title {
    font-size: 4rem;
    line-height: 1.4;
  }
}

.p-mainvisual__text {
  margin-top: 30px;
  font-size: 1.4rem;
  line-height: 2.1;
}

@media screen and (min-width: 768px) {
  .p-mainvisual__text {
    margin-top: 25px;
    font-size: 1.8rem;
    line-height: 2;
  }
}

@media screen and (min-width: 768px) {
  .p-mainvisual,
  .p-mainvisual__in,
  .p-mainvisual::after {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 1.5s ease-out, visibility 1.5s ease-out, -webkit-transform 1.5s ease-out;
    transition: opacity 1.5s ease-out, visibility 1.5s ease-out, -webkit-transform 1.5s ease-out;
    transition: opacity 1.5s ease-out, visibility 1.5s ease-out, transform 1.5s ease-out;
    transition: opacity 1.5s ease-out, visibility 1.5s ease-out, transform 1.5s ease-out, -webkit-transform 1.5s ease-out;
  }
}

@media screen and (min-width: 768px) {
  .p-mainvisual::after {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
  }
}

@media screen and (min-width: 768px) {
  .p-mainvisual__in {
    -webkit-transition-delay: 0.75s;
    transition-delay: 0.75s;
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
}

.p-mainvisual.is-inview {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 768px) {
  .p-mainvisual.is-inview .p-mainvisual__in,
  .p-mainvisual.is-inview::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

.p-media {
  display: -webkit-box;
  display: flex;
  padding: 45px 20px;
  flex-direction: column;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

@media screen and (min-width: 768px) {
  .p-media {
    max-width: 100vw;
    margin: 100px 0;
    padding: 0;
    flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
}

.p-media__content {
  padding: 10px 0 0;

  -webkit-box-ordinal-group: 3;
  order: 2;
}

@media screen and (min-width: 768px) {
  .p-media__content {
    display: -webkit-box;
    display: flex;
    padding: 0 0 0 30px;
    flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-flex: 470;
    flex: 470 1;
  }
}

.p-media__title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .p-media__title {
    font-size: 2.6rem;
  }
}

.p-media__subtitle {
  margin-top: 5px;
  color: #84acce;
  font-family: "Cabin", sans-serif;
  font-size: 1.3rem;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .p-media__subtitle {
    font-size: 1.6rem;
  }
}

.p-media__body {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .p-media__body {
    display: -webkit-box;
    display: flex;
    height: 100%;
    margin-top: 0;
    padding: 20px 0;
    flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    justify-content: center;
  }
}

.p-media__text {
  font-size: 1.3rem;
  line-height: 1.9;
}

@media screen and (min-width: 768px) {
  .p-media__text {
    font-size: 1.8rem;
    letter-spacing: -0.03em;
  }
}

.p-media__trigger {
  margin-top: 20px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-media__trigger {
    margin-top: auto;
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .p-media__figure {
    -webkit-box-flex: 683;
    flex: 683 1;
  }
}

.p-media__figure-in {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 156px;
  height: 41.6vw;
}

@media screen and (min-width: 768px) {
  .p-media__figure-in {
    max-width: 683px;
    height: 300px;
  }
}

.p-media__figure-image {
  width: 100%;
  height: 100%;

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

@media screen and (min-width: 768px) {
  .p-media--left {
    padding: 0 20px 0 0;
  }
}

@media screen and (min-width: 1040px) {
  .p-media--left {
    padding-right: calc((100% - 1000px) / 2);
    padding-left: calc((100% - 1366px) / 2);
  }
}

.p-media--left .p-media__figure {
  margin-left: -20px;
}

@media screen and (min-width: 768px) {
  .p-media--left .p-media__figure {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-media--right {
    padding: 0 0 0 20px;
  }
}

@media screen and (min-width: 1040px) {
  .p-media--right {
    padding-right: calc((100% - 1366px) / 2);
    padding-left: calc((100% - 1000px) / 2);
  }
}

.p-media--right .p-media__figure {
  margin-right: -20px;
}

@media screen and (min-width: 768px) {
  .p-media--right .p-media__figure {
    margin-right: 0;
    text-align: right;

    -webkit-box-ordinal-group: 4;
    order: 3;
  }
}

@media screen and (min-width: 768px) {
  .p-media--right .p-media__content {
    padding: 0 30px 0 0;
  }
}

@media screen and (min-width: 768px) {
  .p-media--middle .p-media__content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.p-media--about {
  margin: 35px 0 50px;
  padding: 18px 20px;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#eda44f), color-stop(23.79%, #d98e36), to(#cc7818));
  background: linear-gradient(#eda44f 0%, #d98e36 23.79%, #cc7818 100%);
}

@media screen and (min-width: 768px) {
  .p-media--about {
    position: relative;
    margin-bottom: 0;
    padding: 35px 0 35px 20px;
    background: none;

    -webkit-box-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 1040px) {
  .p-media--about {
    padding-right: calc((100% - 1366px) / 2);
    padding-left: calc((100% - 1000px) / 2);
  }
}

@media screen and (min-width: 768px) {
  .p-media--about::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - ((100% - 1000px) / 2));
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#eda44f), color-stop(23.79%, #d98e36), to(#cc7818));
    background: linear-gradient(#eda44f 0%, #d98e36 23.79%, #cc7818 100%);
  }
}

.p-media--about .p-media__content {
  padding: 0;
}

@media screen and (min-width: 768px) {
  .p-media--about .p-media__content {
    z-index: 2;
    padding: 0 10px 0 0;

    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-flex: 393;
    flex: 393 1;
  }
}

.p-media--about .p-media__body {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .p-media--about .p-media__body {
    display: block;
    height: auto;
    margin-top: 0;
  }
}

.p-media--about .p-media__figure {
  margin: 35px 0 -35px -20px;
  text-align: right;

  -webkit-box-ordinal-group: 4;
  order: 3;
}

@media screen and (min-width: 768px) {
  .p-media--about .p-media__figure {
    z-index: 2;
    margin: 0;

    -webkit-box-flex: 768;
    flex: 768 1;
  }
}

.p-media--about .p-media__figure-in {
  height: auto;
}

@media screen and (min-width: 768px) {
  .p-media--about .p-media__figure-in {
    max-width: 768px;
  }
}

.p-media--about .p-media__figure-image {
  width: auto;
  height: auto;

  -o-object-fit: none;
  object-fit: none;
}

.p-media--about .p-media__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .p-media--about .p-media__title {
    font-size: 4rem;
  }
}

.p-media--about .p-media__text {
  color: #fffbd9;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .p-media--about .p-media__trigger {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-media__content,
  .p-media__figure {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 1.5s ease-out, visibility 1.5s ease-out, -webkit-transform 1.5s ease-out;
    transition: opacity 1.5s ease-out, visibility 1.5s ease-out, -webkit-transform 1.5s ease-out;
    transition: opacity 1.5s ease-out, visibility 1.5s ease-out, transform 1.5s ease-out;
    transition: opacity 1.5s ease-out, visibility 1.5s ease-out, transform 1.5s ease-out, -webkit-transform 1.5s ease-out;
  }
}

@media screen and (min-width: 768px) {
  .p-media__content,
  .p-media__figure {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
}

@media screen and (min-width: 768px) {
  .p-media.is-inview .p-media__content,
  .p-media.is-inview .p-media__figure {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media screen and (min-width: 768px) {
  .p-message__figure {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
}

.p-news {
  margin-top: 35px;
  padding-top: 24px;
  padding-bottom: 95px;
  color: #fff;
  line-height: 1.4;
  background-color: #353b45;
}

@media screen and (min-width: 768px) {
  .p-news {
    margin-top: 100px;
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 768px) {
  .p-news__in {
    display: -webkit-box;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .p-news__head {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #8d929a;

    flex-shrink: 0;
  }
}

.p-news__title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .p-news__title {
    font-size: 2.6rem;
  }
}

.p-news__subtitle {
  font-family: "Cabin", sans-serif;
  font-size: 1.3rem;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .p-news__subtitle {
    margin-top: 5px;
    font-size: 1.6rem;
  }
}

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

@media screen and (min-width: 768px) {
  .p-news__content {
    margin-top: 0;

    -webkit-box-flex: 1;
    flex: 1 1;
  }
}

.p-news__item {
  display: -webkit-box;
  display: flex;
}

.p-news__item + .p-news__item {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .p-news__item + .p-news__item {
    margin-top: 45px;
  }
}

.p-news__date {
  width: 5em;
  font-family: "Cabin", sans-serif;
  font-size: 1.2rem;
  font-weight: bold;

  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .p-news__date {
    width: 6em;
    font-size: 1.8rem;
  }
}

.p-news__body {
  -webkit-box-flex: 1;
  flex: 1 1;
}

@media screen and (min-width: 768px) {
  .p-news__body {
    display: -webkit-box;
    display: flex;
  }
}

.p-news__tag {
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .p-news__tag {
    margin-right: 20px;

    flex-shrink: 0;
  }
}

.p-news__text {
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .p-news__text {
    margin-top: 0;

    -webkit-box-flex: 1;
    flex: 1 1;
  }
}

.p-news__link {
  display: block;
  position: relative;
  color: #fff;
}

.p-news__link--pdf {
  padding-right: 20px;
}

@media screen and (min-width: 768px) {
  .p-news__link--pdf {
    padding-right: 25px;
  }
}

.p-news__link--pdf::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  height: 18px;
  background: url("/assets/image/ico/ico_pdf_01_white.svg") no-repeat center;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .p-news__link--pdf::after {
    width: 18px;
    height: 22px;
  }
}

.p-news__trigger {
  margin-top: 30px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-news__trigger {
    margin-top: 55px;
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  .p-news__in,
  .p-news__trigger {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 1.5s ease-out, visibility 1.5s ease-out, -webkit-transform 1.5s ease-out;
    transition: opacity 1.5s ease-out, visibility 1.5s ease-out, -webkit-transform 1.5s ease-out;
    transition: opacity 1.5s ease-out, visibility 1.5s ease-out, transform 1.5s ease-out;
    transition: opacity 1.5s ease-out, visibility 1.5s ease-out, transform 1.5s ease-out, -webkit-transform 1.5s ease-out;
  }
}

@media screen and (min-width: 768px) {
  .p-news__in,
  .p-news__trigger {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
}

@media screen and (min-width: 768px) {
  .p-news.is-inview .p-news__in,
  .p-news.is-inview .p-news__trigger {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.p-news--ir {
  margin-top: -80px;
  padding-top: 24px;
  padding-bottom: 30px;
  color: #292e34;
  background-color: #ededed;
}

@media screen and (min-width: 768px) {
  .p-news--ir {
    margin-top: 100px;
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 768px) {
  .p-news--ir .p-news__head {
    padding-right: 28px;
  }
}

.p-news--ir .p-news__title {
  position: relative;
  text-align: center;
}

.p-news--ir .p-news__title::after {
  content: "";
  display: block;
  width: 45px;
  height: 0;
  margin: 7px auto 0;
  border-bottom: 1px solid #2959ad;
}

@media screen and (min-width: 768px) {
  .p-news--ir .p-news__title::after {
    width: 27px;
    margin-top: 8px;
    margin-left: 0;
  }
}

.p-news--ir .p-news__link {
  color: #292e34;
}

.p-news--ir .p-news__link--pdf::after {
  background: url("/assets/image/ico/ico_pdf_01_black.svg") no-repeat center;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .p-news--ir .p-news__in,
  .p-news--ir .p-news__trigger {
    opacity: 1;
    visibility: visible;
    -webkit-transition: none;
    transition: none;
  }
}

@media screen and (min-width: 768px) {
  .p-news--ir .p-news__in {
    -webkit-transform: none;
    transform: none;
  }
}

@media screen and (min-width: 768px) {
  .p-news--ir .p-news__trigger {
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transform: none;
    transform: none;
  }
}

.p-person {
  margin: 30px -20px;
  background: url("/assets/image/ir/notice/bg_notice_01.jpg") no-repeat top 0 left 0/355px, url("/assets/image/ir/notice/bg_notice_02.jpg") no-repeat bottom 0 right 0/355px;
}

@media screen and (min-width: 768px) {
  .p-person {
    background: url("/assets/image/ir/notice/bg_notice_01.jpg") no-repeat top 0 left 0/935px, url("/assets/image/ir/notice/bg_notice_02.jpg") no-repeat bottom 0 right 0/935px;
  }
}

.p-person__in {
  padding: 80px 0;
}

@media screen and (min-width: 768px) {
  .p-person__in {
    padding: 75px 183px;
  }
}

.p-person__main {
  display: -webkit-box;
  display: flex;
  min-height: 165px;
  padding: 30px;
  font-size: 1.4rem;
  background-color: rgba(255, 255, 255, 0.9);

  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .p-person__main {
    width: 100%;
    max-width: 1000px;
    min-height: 330px;
    margin: 0 auto;
    padding: 50px;
    font-size: 2.8rem;
  }
}

.p-person__item + .p-person__item {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .p-person__item + .p-person__item {
    margin-top: 55px;
  }
}

.p-person__list {
  padding-left: 0;
  list-style-type: none;
  counter-reset: item;
}

.p-person__item {
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.p-person__item::before {
  content: counter(item) ".";
  padding-right: 0.5em;
  counter-increment: item;
}

.p-rd {
  margin-top: 0 !important;
}

@media screen and (min-width: 768px) {
  .p-rd {
    margin-top: 70px !important;
  }
}

.p-rd__main {
  padding: 133px 20px 30px;
  background: url("/assets/image/business/rd/bg_rd_01.jpg") no-repeat top left/375px, url("/assets/image/business/rd/bg_rd_02.jpg") no-repeat top 312px right/375px;
}

@media screen and (min-width: 768px) {
  .p-rd__main {
    padding: 262px 20px 100px;
    background: url("/assets/image/business/rd/bg_rd_01@2x.jpg") no-repeat top left/auto 523px, url("/assets/image/business/rd/bg_rd_02@2x.jpg") no-repeat bottom right/auto 270px;
  }
}

.p-rd__main-message {
  padding: 30px 25px 20px;
  letter-spacing: 0.1em;
  background-color: rgba(255, 255, 255, 0.9);
}

@media screen and (min-width: 768px) {
  .p-rd__main-message {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 100px 100px 100px;
  }
}

.p-rd__picture {
  position: relative;
  z-index: -1;
  margin-top: -160px;
  background: url("/assets/image/business/rd/bg_rd_03.jpg") no-repeat top left/375px;
}

@media screen and (min-width: 768px) {
  .p-rd__picture {
    margin-top: 80px;
    background: url("/assets/image/business/rd/bg_rd_03@2x.jpg") no-repeat top 80px left/auto 523px;
  }
}

.p-rd__picture-in {
  position: relative;
  padding: 160px 0 83px;
}

@media screen and (min-width: 768px) {
  .p-rd__picture-in {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0 110px;
  }
}

.p-rd__picture-figure--sub {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-rd__picture-figure--sub {
    display: block;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    width: 40%;
  }
}

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

.p-sitemap__text {
  color: #042033;
}

.p-sitemap__list {
  padding-left: 18px;
  line-height: 2;
}

.p-sitemap > .p-sitemap__list {
  margin-top: 1em;
}

.p-sitemap__list .p-sitemap__list {
  padding-left: 25px;
  font-size: 1.4rem;
  line-height: 2.5;
}

.p-sitemap > .p-sitemap__list > .p-sitemap__item {
  margin-top: 0.8em;
}

.p-sitemap__text:hover {
  color: #d37200;
}

.p-table {
  overflow-x: auto;
}

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

.p-table__main {
  width: 640px;
  margin-top: 20px;
  border-bottom: 1px solid  #8d929a;
  border-collapse: collapse;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .p-table__main {
    width: 100%;
    border-bottom: 0;
    font-size: 1.6rem;
  }
}

.p-table--shareholder .p-table__main {
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-table--shareholder .p-table__main {
    font-size: 1.6rem;
  }
}

.p-table__thead {
  color: #fff;
  background-color: #8d929a;
}

.p-table__thead .p-table__th {
  padding: 18px 25px;
}

@media screen and (min-width: 768px) {
  .p-table__thead .p-table__th {
    padding: 18px 30px;
  }
}

.p-table__tbody {
  background-color: #f4f9fc;
}

.p-table__tbody .p-table__th,
.p-table__tbody .p-table__td {
  padding: 30px 25px;
}

@media screen and (min-width: 768px) {
  .p-table__tbody .p-table__th,
  .p-table__tbody .p-table__td {
    padding: 30px;
  }
}

.p-table__tr {
  border-top: 1px solid  #8d929a;
}

.p-table__th,
.p-table__td {
  text-align: left;
}

.p-table__th {
  font-weight: bold;
}

.p-table__thead .p-table__th + .p-table__th {
  border-left: 1px solid #fff;
}

.p-table__th:last-child {
  border-right: 1px solid #8d929a;
}

.p-table__td {
  border-left: 1px solid  #8d929a;
}

.p-table__td:last-child {
  border-right: 0;
}

/* ==========================================================================//
//
// [汎用]
//
// ========================================================================== */
@media screen and (max-width: 767px) {
  .u-left-md--down {
    text-align: left !important;
  }
}

@media screen and (max-width: 999px) {
  .u-left-lg--down {
    text-align: left !important;
  }
}

@media screen and (max-width: 1365px) {
  .u-left-xl--down {
    text-align: left !important;
  }
}

@media screen and (max-width: 767px) {
  .u-center-md--down {
    text-align: center !important;
  }
}

@media screen and (max-width: 999px) {
  .u-center-lg--down {
    text-align: center !important;
  }
}

@media screen and (max-width: 1365px) {
  .u-center-xl--down {
    text-align: center !important;
  }
}

@media screen and (max-width: 767px) {
  .u-right-md--down {
    text-align: right !important;
  }
}

@media screen and (max-width: 999px) {
  .u-right-lg--down {
    text-align: right !important;
  }
}

@media screen and (max-width: 1365px) {
  .u-right-xl--down {
    text-align: right !important;
  }
}

.u-left {
  text-align: left !important;
}

@media screen and (min-width: 768px) {
  .u-left-md {
    text-align: left !important;
  }
}

@media screen and (min-width: 1000px) {
  .u-left-lg {
    text-align: left !important;
  }
}

@media screen and (min-width: 1366px) {
  .u-left-xl {
    text-align: left !important;
  }
}

.u-center {
  text-align: center !important;
}

@media screen and (min-width: 768px) {
  .u-center-md {
    text-align: center !important;
  }
}

@media screen and (min-width: 1000px) {
  .u-center-lg {
    text-align: center !important;
  }
}

@media screen and (min-width: 1366px) {
  .u-center-xl {
    text-align: center !important;
  }
}

.u-right {
  text-align: right !important;
}

@media screen and (min-width: 768px) {
  .u-right-md {
    text-align: right !important;
  }
}

@media screen and (min-width: 1000px) {
  .u-right-lg {
    text-align: right !important;
  }
}

@media screen and (min-width: 1366px) {
  .u-right-xl {
    text-align: right !important;
  }
}

.u-break {
  word-break: break-all !important;
}

.u-color-white {
  color: #fff !important;
}

.u-bgcolor-white {
  background-color: #fff !important;
}

.u-color-black {
  color: #000 !important;
}

.u-bgcolor-black {
  background-color: #000 !important;
}

.u-bgcolor-transparent {
  background-color: transparent !important;
}

.u-bgcolor-current {
  background-color: currentColor !important;
}

.u-bg-none {
  background: none !important;
}

@media screen and (max-width: 767px) {
  .u-dn-md--down {
    display: none !important;
  }
}

@media screen and (max-width: 999px) {
  .u-dn-lg--down {
    display: none !important;
  }
}

@media screen and (max-width: 1365px) {
  .u-dn-xl--down {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-db-md--down {
    display: block !important;
  }
}

@media screen and (max-width: 999px) {
  .u-db-lg--down {
    display: block !important;
  }
}

@media screen and (max-width: 1365px) {
  .u-db-xl--down {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .u-di-md--down {
    display: inline !important;
  }
}

@media screen and (max-width: 999px) {
  .u-di-lg--down {
    display: inline !important;
  }
}

@media screen and (max-width: 1365px) {
  .u-di-xl--down {
    display: inline !important;
  }
}

@media screen and (max-width: 767px) {
  .u-dib-md--down {
    display: inline-block !important;
  }
}

@media screen and (max-width: 999px) {
  .u-dib-lg--down {
    display: inline-block !important;
  }
}

@media screen and (max-width: 1365px) {
  .u-dib-xl--down {
    display: inline-block !important;
  }
}

.u-dn {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .u-dn-md {
    display: none !important;
  }
}

@media screen and (min-width: 1000px) {
  .u-dn-lg {
    display: none !important;
  }
}

@media screen and (min-width: 1366px) {
  .u-dn-xl {
    display: none !important;
  }
}

.u-db {
  display: block !important;
}

@media screen and (min-width: 768px) {
  .u-db-md {
    display: block !important;
  }
}

@media screen and (min-width: 1000px) {
  .u-db-lg {
    display: block !important;
  }
}

@media screen and (min-width: 1366px) {
  .u-db-xl {
    display: block !important;
  }
}

.u-di {
  display: inline !important;
}

@media screen and (min-width: 768px) {
  .u-di-md {
    display: inline !important;
  }
}

@media screen and (min-width: 1000px) {
  .u-di-lg {
    display: inline !important;
  }
}

@media screen and (min-width: 1366px) {
  .u-di-xl {
    display: inline !important;
  }
}

.u-dib {
  display: inline-block !important;
}

@media screen and (min-width: 768px) {
  .u-dib-md {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1000px) {
  .u-dib-lg {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1366px) {
  .u-dib-xl {
    display: inline-block !important;
  }
}

@media screen and (max-width: 767px) {
  .u-fz-10-md--down {
    font-size: 1rem !important;
  }
}

@media screen and (max-width: 999px) {
  .u-fz-10-lg--down {
    font-size: 1rem !important;
  }
}

@media screen and (max-width: 1365px) {
  .u-fz-10-xl--down {
    font-size: 1rem !important;
  }
}

@media screen and (max-width: 767px) {
  .u-fz-11-md--down {
    font-size: 1.1rem !important;
  }
}

@media screen and (max-width: 999px) {
  .u-fz-11-lg--down {
    font-size: 1.1rem !important;
  }
}

@media screen and (max-width: 1365px) {
  .u-fz-11-xl--down {
    font-size: 1.1rem !important;
  }
}

@media screen and (max-width: 767px) {
  .u-fz-12-md--down {
    font-size: 1.2rem !important;
  }
}

@media screen and (max-width: 999px) {
  .u-fz-12-lg--down {
    font-size: 1.2rem !important;
  }
}

@media screen and (max-width: 1365px) {
  .u-fz-12-xl--down {
    font-size: 1.2rem !important;
  }
}

@media screen and (max-width: 767px) {
  .u-fz-13-md--down {
    font-size: 1.3rem !important;
  }
}

@media screen and (max-width: 999px) {
  .u-fz-13-lg--down {
    font-size: 1.3rem !important;
  }
}

@media screen and (max-width: 1365px) {
  .u-fz-13-xl--down {
    font-size: 1.3rem !important;
  }
}

@media screen and (max-width: 767px) {
  .u-fz-14-md--down {
    font-size: 1.4rem !important;
  }
}

@media screen and (max-width: 999px) {
  .u-fz-14-lg--down {
    font-size: 1.4rem !important;
  }
}

@media screen and (max-width: 1365px) {
  .u-fz-14-xl--down {
    font-size: 1.4rem !important;
  }
}

@media screen and (max-width: 767px) {
  .u-fz-15-md--down {
    font-size: 1.5rem !important;
  }
}

@media screen and (max-width: 999px) {
  .u-fz-15-lg--down {
    font-size: 1.5rem !important;
  }
}

@media screen and (max-width: 1365px) {
  .u-fz-15-xl--down {
    font-size: 1.5rem !important;
  }
}

@media screen and (max-width: 767px) {
  .u-fz-16-md--down {
    font-size: 1.6rem !important;
  }
}

@media screen and (max-width: 999px) {
  .u-fz-16-lg--down {
    font-size: 1.6rem !important;
  }
}

@media screen and (max-width: 1365px) {
  .u-fz-16-xl--down {
    font-size: 1.6rem !important;
  }
}

@media screen and (max-width: 767px) {
  .u-fz-17-md--down {
    font-size: 1.7rem !important;
  }
}

@media screen and (max-width: 999px) {
  .u-fz-17-lg--down {
    font-size: 1.7rem !important;
  }
}

@media screen and (max-width: 1365px) {
  .u-fz-17-xl--down {
    font-size: 1.7rem !important;
  }
}

@media screen and (max-width: 767px) {
  .u-fz-18-md--down {
    font-size: 1.8rem !important;
  }
}

@media screen and (max-width: 999px) {
  .u-fz-18-lg--down {
    font-size: 1.8rem !important;
  }
}

@media screen and (max-width: 1365px) {
  .u-fz-18-xl--down {
    font-size: 1.8rem !important;
  }
}

@media screen and (max-width: 767px) {
  .u-fz-19-md--down {
    font-size: 1.9rem !important;
  }
}

@media screen and (max-width: 999px) {
  .u-fz-19-lg--down {
    font-size: 1.9rem !important;
  }
}

@media screen and (max-width: 1365px) {
  .u-fz-19-xl--down {
    font-size: 1.9rem !important;
  }
}

@media screen and (max-width: 767px) {
  .u-fz-20-md--down {
    font-size: 2rem !important;
  }
}

@media screen and (max-width: 999px) {
  .u-fz-20-lg--down {
    font-size: 2rem !important;
  }
}

@media screen and (max-width: 1365px) {
  .u-fz-20-xl--down {
    font-size: 2rem !important;
  }
}

@media screen and (max-width: 767px) {
  .u-fz-21-md--down {
    font-size: 2.1rem !important;
  }
}

@media screen and (max-width: 999px) {
  .u-fz-21-lg--down {
    font-size: 2.1rem !important;
  }
}

@media screen and (max-width: 1365px) {
  .u-fz-21-xl--down {
    font-size: 2.1rem !important;
  }
}

@media screen and (max-width: 767px) {
  .u-fz-22-md--down {
    font-size: 2.2rem !important;
  }
}

@media screen and (max-width: 999px) {
  .u-fz-22-lg--down {
    font-size: 2.2rem !important;
  }
}

@media screen and (max-width: 1365px) {
  .u-fz-22-xl--down {
    font-size: 2.2rem !important;
  }
}

@media screen and (max-width: 767px) {
  .u-fz-23-md--down {
    font-size: 2.3rem !important;
  }
}

@media screen and (max-width: 999px) {
  .u-fz-23-lg--down {
    font-size: 2.3rem !important;
  }
}

@media screen and (max-width: 1365px) {
  .u-fz-23-xl--down {
    font-size: 2.3rem !important;
  }
}

@media screen and (max-width: 767px) {
  .u-fz-24-md--down {
    font-size: 2.4rem !important;
  }
}

@media screen and (max-width: 999px) {
  .u-fz-24-lg--down {
    font-size: 2.4rem !important;
  }
}

@media screen and (max-width: 1365px) {
  .u-fz-24-xl--down {
    font-size: 2.4rem !important;
  }
}

@media screen and (max-width: 767px) {
  .u-fz-25-md--down {
    font-size: 2.5rem !important;
  }
}

@media screen and (max-width: 999px) {
  .u-fz-25-lg--down {
    font-size: 2.5rem !important;
  }
}

@media screen and (max-width: 1365px) {
  .u-fz-25-xl--down {
    font-size: 2.5rem !important;
  }
}

@media screen and (max-width: 767px) {
  .u-fz-26-md--down {
    font-size: 2.6rem !important;
  }
}

@media screen and (max-width: 999px) {
  .u-fz-26-lg--down {
    font-size: 2.6rem !important;
  }
}

@media screen and (max-width: 1365px) {
  .u-fz-26-xl--down {
    font-size: 2.6rem !important;
  }
}

@media screen and (max-width: 767px) {
  .u-fz-27-md--down {
    font-size: 2.7rem !important;
  }
}

@media screen and (max-width: 999px) {
  .u-fz-27-lg--down {
    font-size: 2.7rem !important;
  }
}

@media screen and (max-width: 1365px) {
  .u-fz-27-xl--down {
    font-size: 2.7rem !important;
  }
}

@media screen and (max-width: 767px) {
  .u-fz-28-md--down {
    font-size: 2.8rem !important;
  }
}

@media screen and (max-width: 999px) {
  .u-fz-28-lg--down {
    font-size: 2.8rem !important;
  }
}

@media screen and (max-width: 1365px) {
  .u-fz-28-xl--down {
    font-size: 2.8rem !important;
  }
}

@media screen and (max-width: 767px) {
  .u-fz-29-md--down {
    font-size: 2.9rem !important;
  }
}

@media screen and (max-width: 999px) {
  .u-fz-29-lg--down {
    font-size: 2.9rem !important;
  }
}

@media screen and (max-width: 1365px) {
  .u-fz-29-xl--down {
    font-size: 2.9rem !important;
  }
}

@media screen and (max-width: 767px) {
  .u-fz-30-md--down {
    font-size: 3rem !important;
  }
}

@media screen and (max-width: 999px) {
  .u-fz-30-lg--down {
    font-size: 3rem !important;
  }
}

@media screen and (max-width: 1365px) {
  .u-fz-30-xl--down {
    font-size: 3rem !important;
  }
}

.u-fz-10 {
  font-size: 1rem !important;
}

@media screen and (min-width: 768px) {
  .u-fz-10-md {
    font-size: 1rem !important;
  }
}

@media screen and (min-width: 1000px) {
  .u-fz-10-lg {
    font-size: 1rem !important;
  }
}

@media screen and (min-width: 1366px) {
  .u-fz-10-xl {
    font-size: 1rem !important;
  }
}

.u-fz-11 {
  font-size: 1.1rem !important;
}

@media screen and (min-width: 768px) {
  .u-fz-11-md {
    font-size: 1.1rem !important;
  }
}

@media screen and (min-width: 1000px) {
  .u-fz-11-lg {
    font-size: 1.1rem !important;
  }
}

@media screen and (min-width: 1366px) {
  .u-fz-11-xl {
    font-size: 1.1rem !important;
  }
}

.u-fz-12 {
  font-size: 1.2rem !important;
}

@media screen and (min-width: 768px) {
  .u-fz-12-md {
    font-size: 1.2rem !important;
  }
}

@media screen and (min-width: 1000px) {
  .u-fz-12-lg {
    font-size: 1.2rem !important;
  }
}

@media screen and (min-width: 1366px) {
  .u-fz-12-xl {
    font-size: 1.2rem !important;
  }
}

.u-fz-13 {
  font-size: 1.3rem !important;
}

@media screen and (min-width: 768px) {
  .u-fz-13-md {
    font-size: 1.3rem !important;
  }
}

@media screen and (min-width: 1000px) {
  .u-fz-13-lg {
    font-size: 1.3rem !important;
  }
}

@media screen and (min-width: 1366px) {
  .u-fz-13-xl {
    font-size: 1.3rem !important;
  }
}

.u-fz-14 {
  font-size: 1.4rem !important;
}

@media screen and (min-width: 768px) {
  .u-fz-14-md {
    font-size: 1.4rem !important;
  }
}

@media screen and (min-width: 1000px) {
  .u-fz-14-lg {
    font-size: 1.4rem !important;
  }
}

@media screen and (min-width: 1366px) {
  .u-fz-14-xl {
    font-size: 1.4rem !important;
  }
}

.u-fz-15 {
  font-size: 1.5rem !important;
}

@media screen and (min-width: 768px) {
  .u-fz-15-md {
    font-size: 1.5rem !important;
  }
}

@media screen and (min-width: 1000px) {
  .u-fz-15-lg {
    font-size: 1.5rem !important;
  }
}

@media screen and (min-width: 1366px) {
  .u-fz-15-xl {
    font-size: 1.5rem !important;
  }
}

.u-fz-16 {
  font-size: 1.6rem !important;
}

@media screen and (min-width: 768px) {
  .u-fz-16-md {
    font-size: 1.6rem !important;
  }
}

@media screen and (min-width: 1000px) {
  .u-fz-16-lg {
    font-size: 1.6rem !important;
  }
}

@media screen and (min-width: 1366px) {
  .u-fz-16-xl {
    font-size: 1.6rem !important;
  }
}

.u-fz-17 {
  font-size: 1.7rem !important;
}

@media screen and (min-width: 768px) {
  .u-fz-17-md {
    font-size: 1.7rem !important;
  }
}

@media screen and (min-width: 1000px) {
  .u-fz-17-lg {
    font-size: 1.7rem !important;
  }
}

@media screen and (min-width: 1366px) {
  .u-fz-17-xl {
    font-size: 1.7rem !important;
  }
}

.u-fz-18 {
  font-size: 1.8rem !important;
}

@media screen and (min-width: 768px) {
  .u-fz-18-md {
    font-size: 1.8rem !important;
  }
}

@media screen and (min-width: 1000px) {
  .u-fz-18-lg {
    font-size: 1.8rem !important;
  }
}

@media screen and (min-width: 1366px) {
  .u-fz-18-xl {
    font-size: 1.8rem !important;
  }
}

.u-fz-19 {
  font-size: 1.9rem !important;
}

@media screen and (min-width: 768px) {
  .u-fz-19-md {
    font-size: 1.9rem !important;
  }
}

@media screen and (min-width: 1000px) {
  .u-fz-19-lg {
    font-size: 1.9rem !important;
  }
}

@media screen and (min-width: 1366px) {
  .u-fz-19-xl {
    font-size: 1.9rem !important;
  }
}

.u-fz-20 {
  font-size: 2rem !important;
}

@media screen and (min-width: 768px) {
  .u-fz-20-md {
    font-size: 2rem !important;
  }
}

@media screen and (min-width: 1000px) {
  .u-fz-20-lg {
    font-size: 2rem !important;
  }
}

@media screen and (min-width: 1366px) {
  .u-fz-20-xl {
    font-size: 2rem !important;
  }
}

.u-fz-21 {
  font-size: 2.1rem !important;
}

@media screen and (min-width: 768px) {
  .u-fz-21-md {
    font-size: 2.1rem !important;
  }
}

@media screen and (min-width: 1000px) {
  .u-fz-21-lg {
    font-size: 2.1rem !important;
  }
}

@media screen and (min-width: 1366px) {
  .u-fz-21-xl {
    font-size: 2.1rem !important;
  }
}

.u-fz-22 {
  font-size: 2.2rem !important;
}

@media screen and (min-width: 768px) {
  .u-fz-22-md {
    font-size: 2.2rem !important;
  }
}

@media screen and (min-width: 1000px) {
  .u-fz-22-lg {
    font-size: 2.2rem !important;
  }
}

@media screen and (min-width: 1366px) {
  .u-fz-22-xl {
    font-size: 2.2rem !important;
  }
}

.u-fz-23 {
  font-size: 2.3rem !important;
}

@media screen and (min-width: 768px) {
  .u-fz-23-md {
    font-size: 2.3rem !important;
  }
}

@media screen and (min-width: 1000px) {
  .u-fz-23-lg {
    font-size: 2.3rem !important;
  }
}

@media screen and (min-width: 1366px) {
  .u-fz-23-xl {
    font-size: 2.3rem !important;
  }
}

.u-fz-24 {
  font-size: 2.4rem !important;
}

@media screen and (min-width: 768px) {
  .u-fz-24-md {
    font-size: 2.4rem !important;
  }
}

@media screen and (min-width: 1000px) {
  .u-fz-24-lg {
    font-size: 2.4rem !important;
  }
}

@media screen and (min-width: 1366px) {
  .u-fz-24-xl {
    font-size: 2.4rem !important;
  }
}

.u-fz-25 {
  font-size: 2.5rem !important;
}

@media screen and (min-width: 768px) {
  .u-fz-25-md {
    font-size: 2.5rem !important;
  }
}

@media screen and (min-width: 1000px) {
  .u-fz-25-lg {
    font-size: 2.5rem !important;
  }
}

@media screen and (min-width: 1366px) {
  .u-fz-25-xl {
    font-size: 2.5rem !important;
  }
}

.u-fz-26 {
  font-size: 2.6rem !important;
}

@media screen and (min-width: 768px) {
  .u-fz-26-md {
    font-size: 2.6rem !important;
  }
}

@media screen and (min-width: 1000px) {
  .u-fz-26-lg {
    font-size: 2.6rem !important;
  }
}

@media screen and (min-width: 1366px) {
  .u-fz-26-xl {
    font-size: 2.6rem !important;
  }
}

.u-fz-27 {
  font-size: 2.7rem !important;
}

@media screen and (min-width: 768px) {
  .u-fz-27-md {
    font-size: 2.7rem !important;
  }
}

@media screen and (min-width: 1000px) {
  .u-fz-27-lg {
    font-size: 2.7rem !important;
  }
}

@media screen and (min-width: 1366px) {
  .u-fz-27-xl {
    font-size: 2.7rem !important;
  }
}

.u-fz-28 {
  font-size: 2.8rem !important;
}

@media screen and (min-width: 768px) {
  .u-fz-28-md {
    font-size: 2.8rem !important;
  }
}

@media screen and (min-width: 1000px) {
  .u-fz-28-lg {
    font-size: 2.8rem !important;
  }
}

@media screen and (min-width: 1366px) {
  .u-fz-28-xl {
    font-size: 2.8rem !important;
  }
}

.u-fz-29 {
  font-size: 2.9rem !important;
}

@media screen and (min-width: 768px) {
  .u-fz-29-md {
    font-size: 2.9rem !important;
  }
}

@media screen and (min-width: 1000px) {
  .u-fz-29-lg {
    font-size: 2.9rem !important;
  }
}

@media screen and (min-width: 1366px) {
  .u-fz-29-xl {
    font-size: 2.9rem !important;
  }
}

.u-fz-30 {
  font-size: 3rem !important;
}

@media screen and (min-width: 768px) {
  .u-fz-30-md {
    font-size: 3rem !important;
  }
}

@media screen and (min-width: 1000px) {
  .u-fz-30-lg {
    font-size: 3rem !important;
  }
}

@media screen and (min-width: 1366px) {
  .u-fz-30-xl {
    font-size: 3rem !important;
  }
}

.u-nomral {
  font-weight: normal !important;
}

.u-bold {
  font-weight: bold !important;
}

.u-hidden {
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.u-ls {
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .u-m-0-md--down {
    margin: 0 !important;
  }
}

@media screen and (max-width: 999px) {
  .u-m-0-lg--down {
    margin: 0 !important;
  }
}

@media screen and (max-width: 1365px) {
  .u-m-0-xl--down {
    margin: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-0-md--down {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 999px) {
  .u-mb-0-lg--down {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 1365px) {
  .u-mb-0-xl--down {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-0-md--down {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 999px) {
  .u-ml-0-lg--down {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 1365px) {
  .u-ml-0-xl--down {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-0-md--down {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 999px) {
  .u-mr-0-lg--down {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 1365px) {
  .u-mr-0-xl--down {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-0-md--down {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 999px) {
  .u-mt-0-lg--down {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 1365px) {
  .u-mt-0-xl--down {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-5-md--down {
    margin-top: 5px !important;
  }
}

@media screen and (max-width: 999px) {
  .u-mt-5-lg--down {
    margin-top: 5px !important;
  }
}

@media screen and (max-width: 1365px) {
  .u-mt-5-xl--down {
    margin-top: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-10-md--down {
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 999px) {
  .u-mt-10-lg--down {
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 1365px) {
  .u-mt-10-xl--down {
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-15-md--down {
    margin-top: 15px !important;
  }
}

@media screen and (max-width: 999px) {
  .u-mt-15-lg--down {
    margin-top: 15px !important;
  }
}

@media screen and (max-width: 1365px) {
  .u-mt-15-xl--down {
    margin-top: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-20-md--down {
    margin-top: 20px !important;
  }
}

@media screen and (max-width: 999px) {
  .u-mt-20-lg--down {
    margin-top: 20px !important;
  }
}

@media screen and (max-width: 1365px) {
  .u-mt-20-xl--down {
    margin-top: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-25-md--down {
    margin-top: 25px !important;
  }
}

@media screen and (max-width: 999px) {
  .u-mt-25-lg--down {
    margin-top: 25px !important;
  }
}

@media screen and (max-width: 1365px) {
  .u-mt-25-xl--down {
    margin-top: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-30-md--down {
    margin-top: 30px !important;
  }
}

@media screen and (max-width: 999px) {
  .u-mt-30-lg--down {
    margin-top: 30px !important;
  }
}

@media screen and (max-width: 1365px) {
  .u-mt-30-xl--down {
    margin-top: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-35-md--down {
    margin-top: 35px !important;
  }
}

@media screen and (max-width: 999px) {
  .u-mt-35-lg--down {
    margin-top: 35px !important;
  }
}

@media screen and (max-width: 1365px) {
  .u-mt-35-xl--down {
    margin-top: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-40-md--down {
    margin-top: 40px !important;
  }
}

@media screen and (max-width: 999px) {
  .u-mt-40-lg--down {
    margin-top: 40px !important;
  }
}

@media screen and (max-width: 1365px) {
  .u-mt-40-xl--down {
    margin-top: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-45-md--down {
    margin-top: 45px !important;
  }
}

@media screen and (max-width: 999px) {
  .u-mt-45-lg--down {
    margin-top: 45px !important;
  }
}

@media screen and (max-width: 1365px) {
  .u-mt-45-xl--down {
    margin-top: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-50-md--down {
    margin-top: 50px !important;
  }
}

@media screen and (max-width: 999px) {
  .u-mt-50-lg--down {
    margin-top: 50px !important;
  }
}

@media screen and (max-width: 1365px) {
  .u-mt-50-xl--down {
    margin-top: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-55-md--down {
    margin-top: 55px !important;
  }
}

@media screen and (max-width: 999px) {
  .u-mt-55-lg--down {
    margin-top: 55px !important;
  }
}

@media screen and (max-width: 1365px) {
  .u-mt-55-xl--down {
    margin-top: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-60-md--down {
    margin-top: 60px !important;
  }
}

@media screen and (max-width: 999px) {
  .u-mt-60-lg--down {
    margin-top: 60px !important;
  }
}

@media screen and (max-width: 1365px) {
  .u-mt-60-xl--down {
    margin-top: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-65-md--down {
    margin-top: 65px !important;
  }
}

@media screen and (max-width: 999px) {
  .u-mt-65-lg--down {
    margin-top: 65px !important;
  }
}

@media screen and (max-width: 1365px) {
  .u-mt-65-xl--down {
    margin-top: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-70-md--down {
    margin-top: 70px !important;
  }
}

@media screen and (max-width: 999px) {
  .u-mt-70-lg--down {
    margin-top: 70px !important;
  }
}

@media screen and (max-width: 1365px) {
  .u-mt-70-xl--down {
    margin-top: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-75-md--down {
    margin-top: 75px !important;
  }
}

@media screen and (max-width: 999px) {
  .u-mt-75-lg--down {
    margin-top: 75px !important;
  }
}

@media screen and (max-width: 1365px) {
  .u-mt-75-xl--down {
    margin-top: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-80-md--down {
    margin-top: 80px !important;
  }
}

@media screen and (max-width: 999px) {
  .u-mt-80-lg--down {
    margin-top: 80px !important;
  }
}

@media screen and (max-width: 1365px) {
  .u-mt-80-xl--down {
    margin-top: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-85-md--down {
    margin-top: 85px !important;
  }
}

@media screen and (max-width: 999px) {
  .u-mt-85-lg--down {
    margin-top: 85px !important;
  }
}

@media screen and (max-width: 1365px) {
  .u-mt-85-xl--down {
    margin-top: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-90-md--down {
    margin-top: 90px !important;
  }
}

@media screen and (max-width: 999px) {
  .u-mt-90-lg--down {
    margin-top: 90px !important;
  }
}

@media screen and (max-width: 1365px) {
  .u-mt-90-xl--down {
    margin-top: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-95-md--down {
    margin-top: 95px !important;
  }
}

@media screen and (max-width: 999px) {
  .u-mt-95-lg--down {
    margin-top: 95px !important;
  }
}

@media screen and (max-width: 1365px) {
  .u-mt-95-xl--down {
    margin-top: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-100-md--down {
    margin-top: 100px !important;
  }
}

@media screen and (max-width: 999px) {
  .u-mt-100-lg--down {
    margin-top: 100px !important;
  }
}

@media screen and (max-width: 1365px) {
  .u-mt-100-xl--down {
    margin-top: 100px !important;
  }
}

.u-m-0 {
  margin: 0 !important;
}

@media screen and (min-width: 768px) {
  .u-m-0-md {
    margin: 0 !important;
  }
}

@media screen and (min-width: 1000px) {
  .u-m-0-lg {
    margin: 0 !important;
  }
}

@media screen and (min-width: 1366px) {
  .u-m-0-xl {
    margin: 0 !important;
  }
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 768px) {
  .u-mb-0-md {
    margin-bottom: 0 !important;
  }
}

@media screen and (min-width: 1000px) {
  .u-mb-0-lg {
    margin-bottom: 0 !important;
  }
}

@media screen and (min-width: 1366px) {
  .u-mb-0-xl {
    margin-bottom: 0 !important;
  }
}

.u-ml-0 {
  margin-left: 0 !important;
}

@media screen and (min-width: 768px) {
  .u-ml-0-md {
    margin-left: 0 !important;
  }
}

@media screen and (min-width: 1000px) {
  .u-ml-0-lg {
    margin-left: 0 !important;
  }
}

@media screen and (min-width: 1366px) {
  .u-ml-0-xl {
    margin-left: 0 !important;
  }
}

.u-mr-0 {
  margin-right: 0 !important;
}

@media screen and (min-width: 768px) {
  .u-mr-0-md {
    margin-right: 0 !important;
  }
}

@media screen and (min-width: 1000px) {
  .u-mr-0-lg {
    margin-right: 0 !important;
  }
}

@media screen and (min-width: 1366px) {
  .u-mr-0-xl {
    margin-right: 0 !important;
  }
}

.u-mt-0 {
  margin-top: 0 !important;
}

@media screen and (min-width: 768px) {
  .u-mt-0-md {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1000px) {
  .u-mt-0-lg {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1366px) {
  .u-mt-0-xl {
    margin-top: 0 !important;
  }
}

.u-mt-5 {
  margin-top: 5px !important;
}

@media screen and (min-width: 768px) {
  .u-mt-5-md {
    margin-top: 5px !important;
  }
}

@media screen and (min-width: 1000px) {
  .u-mt-5-lg {
    margin-top: 5px !important;
  }
}

@media screen and (min-width: 1366px) {
  .u-mt-5-xl {
    margin-top: 5px !important;
  }
}

.u-mt-10 {
  margin-top: 10px !important;
}

@media screen and (min-width: 768px) {
  .u-mt-10-md {
    margin-top: 10px !important;
  }
}

@media screen and (min-width: 1000px) {
  .u-mt-10-lg {
    margin-top: 10px !important;
  }
}

@media screen and (min-width: 1366px) {
  .u-mt-10-xl {
    margin-top: 10px !important;
  }
}

.u-mt-15 {
  margin-top: 15px !important;
}

@media screen and (min-width: 768px) {
  .u-mt-15-md {
    margin-top: 15px !important;
  }
}

@media screen and (min-width: 1000px) {
  .u-mt-15-lg {
    margin-top: 15px !important;
  }
}

@media screen and (min-width: 1366px) {
  .u-mt-15-xl {
    margin-top: 15px !important;
  }
}

.u-mt-20 {
  margin-top: 20px !important;
}

@media screen and (min-width: 768px) {
  .u-mt-20-md {
    margin-top: 20px !important;
  }
}

@media screen and (min-width: 1000px) {
  .u-mt-20-lg {
    margin-top: 20px !important;
  }
}

@media screen and (min-width: 1366px) {
  .u-mt-20-xl {
    margin-top: 20px !important;
  }
}

.u-mt-25 {
  margin-top: 25px !important;
}

@media screen and (min-width: 768px) {
  .u-mt-25-md {
    margin-top: 25px !important;
  }
}

@media screen and (min-width: 1000px) {
  .u-mt-25-lg {
    margin-top: 25px !important;
  }
}

@media screen and (min-width: 1366px) {
  .u-mt-25-xl {
    margin-top: 25px !important;
  }
}

.u-mt-30 {
  margin-top: 30px !important;
}

@media screen and (min-width: 768px) {
  .u-mt-30-md {
    margin-top: 30px !important;
  }
}

@media screen and (min-width: 1000px) {
  .u-mt-30-lg {
    margin-top: 30px !important;
  }
}

@media screen and (min-width: 1366px) {
  .u-mt-30-xl {
    margin-top: 30px !important;
  }
}

.u-mt-35 {
  margin-top: 35px !important;
}

@media screen and (min-width: 768px) {
  .u-mt-35-md {
    margin-top: 35px !important;
  }
}

@media screen and (min-width: 1000px) {
  .u-mt-35-lg {
    margin-top: 35px !important;
  }
}

@media screen and (min-width: 1366px) {
  .u-mt-35-xl {
    margin-top: 35px !important;
  }
}

.u-mt-40 {
  margin-top: 40px !important;
}

@media screen and (min-width: 768px) {
  .u-mt-40-md {
    margin-top: 40px !important;
  }
}

@media screen and (min-width: 1000px) {
  .u-mt-40-lg {
    margin-top: 40px !important;
  }
}

@media screen and (min-width: 1366px) {
  .u-mt-40-xl {
    margin-top: 40px !important;
  }
}

.u-mt-45 {
  margin-top: 45px !important;
}

@media screen and (min-width: 768px) {
  .u-mt-45-md {
    margin-top: 45px !important;
  }
}

@media screen and (min-width: 1000px) {
  .u-mt-45-lg {
    margin-top: 45px !important;
  }
}

@media screen and (min-width: 1366px) {
  .u-mt-45-xl {
    margin-top: 45px !important;
  }
}

.u-mt-50 {
  margin-top: 50px !important;
}

@media screen and (min-width: 768px) {
  .u-mt-50-md {
    margin-top: 50px !important;
  }
}

@media screen and (min-width: 1000px) {
  .u-mt-50-lg {
    margin-top: 50px !important;
  }
}

@media screen and (min-width: 1366px) {
  .u-mt-50-xl {
    margin-top: 50px !important;
  }
}

.u-mt-55 {
  margin-top: 55px !important;
}

@media screen and (min-width: 768px) {
  .u-mt-55-md {
    margin-top: 55px !important;
  }
}

@media screen and (min-width: 1000px) {
  .u-mt-55-lg {
    margin-top: 55px !important;
  }
}

@media screen and (min-width: 1366px) {
  .u-mt-55-xl {
    margin-top: 55px !important;
  }
}

.u-mt-60 {
  margin-top: 60px !important;
}

@media screen and (min-width: 768px) {
  .u-mt-60-md {
    margin-top: 60px !important;
  }
}

@media screen and (min-width: 1000px) {
  .u-mt-60-lg {
    margin-top: 60px !important;
  }
}

@media screen and (min-width: 1366px) {
  .u-mt-60-xl {
    margin-top: 60px !important;
  }
}

.u-mt-65 {
  margin-top: 65px !important;
}

@media screen and (min-width: 768px) {
  .u-mt-65-md {
    margin-top: 65px !important;
  }
}

@media screen and (min-width: 1000px) {
  .u-mt-65-lg {
    margin-top: 65px !important;
  }
}

@media screen and (min-width: 1366px) {
  .u-mt-65-xl {
    margin-top: 65px !important;
  }
}

.u-mt-70 {
  margin-top: 70px !important;
}

@media screen and (min-width: 768px) {
  .u-mt-70-md {
    margin-top: 70px !important;
  }
}

@media screen and (min-width: 1000px) {
  .u-mt-70-lg {
    margin-top: 70px !important;
  }
}

@media screen and (min-width: 1366px) {
  .u-mt-70-xl {
    margin-top: 70px !important;
  }
}

.u-mt-75 {
  margin-top: 75px !important;
}

@media screen and (min-width: 768px) {
  .u-mt-75-md {
    margin-top: 75px !important;
  }
}

@media screen and (min-width: 1000px) {
  .u-mt-75-lg {
    margin-top: 75px !important;
  }
}

@media screen and (min-width: 1366px) {
  .u-mt-75-xl {
    margin-top: 75px !important;
  }
}

.u-mt-80 {
  margin-top: 80px !important;
}

@media screen and (min-width: 768px) {
  .u-mt-80-md {
    margin-top: 80px !important;
  }
}

@media screen and (min-width: 1000px) {
  .u-mt-80-lg {
    margin-top: 80px !important;
  }
}

@media screen and (min-width: 1366px) {
  .u-mt-80-xl {
    margin-top: 80px !important;
  }
}

.u-mt-85 {
  margin-top: 85px !important;
}

@media screen and (min-width: 768px) {
  .u-mt-85-md {
    margin-top: 85px !important;
  }
}

@media screen and (min-width: 1000px) {
  .u-mt-85-lg {
    margin-top: 85px !important;
  }
}

@media screen and (min-width: 1366px) {
  .u-mt-85-xl {
    margin-top: 85px !important;
  }
}

.u-mt-90 {
  margin-top: 90px !important;
}

@media screen and (min-width: 768px) {
  .u-mt-90-md {
    margin-top: 90px !important;
  }
}

@media screen and (min-width: 1000px) {
  .u-mt-90-lg {
    margin-top: 90px !important;
  }
}

@media screen and (min-width: 1366px) {
  .u-mt-90-xl {
    margin-top: 90px !important;
  }
}

.u-mt-95 {
  margin-top: 95px !important;
}

@media screen and (min-width: 768px) {
  .u-mt-95-md {
    margin-top: 95px !important;
  }
}

@media screen and (min-width: 1000px) {
  .u-mt-95-lg {
    margin-top: 95px !important;
  }
}

@media screen and (min-width: 1366px) {
  .u-mt-95-xl {
    margin-top: 95px !important;
  }
}

.u-mt-100 {
  margin-top: 100px !important;
}

@media screen and (min-width: 768px) {
  .u-mt-100-md {
    margin-top: 100px !important;
  }
}

@media screen and (min-width: 1000px) {
  .u-mt-100-lg {
    margin-top: 100px !important;
  }
}

@media screen and (min-width: 1366px) {
  .u-mt-100-xl {
    margin-top: 100px !important;
  }
}

.ac_max-height {
  max-height: 9999px !important;
  height:auto !important;
  display:none;
}
.ac_max-height.mh_auto {
  max-height: 9999px !important;
  display:block !important;
}
@media screen and (min-width: 768px) {
.p-footer__submenu {
display: flex !important;
}
}

/* 202505 */
.p-category-top-careers-entry__list {
  margin-top: 25px;
  text-align: center;
}
.p-category-top-careers-entry__item + .p-category-top-careers-entry__item {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-category-top-careers-entry__inner {
    padding: 30px 50px;
  }
  .p-category-top-careers-entry__list {
    margin-top: 20px;
    display: flex;
  }
  .p-category-top-careers-entry__item + .p-category-top-careers-entry__item {
    margin-top: 0;
    margin-left: 40px;
  }
}