@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

/**
* Render the `main` element consistently in IE.
* html5
*/
main,
picture,
figure,
article,
aside,
audio,
canvas,
footer,
header,
nav,
section,
time,
video {
  display: block;
}

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

img {
  width: 100%;
  max-width: 100%;
  line-height: 1;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}

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

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

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

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

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

html, body {
  height: 100%;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-feature-settings: "palt" 1;
  font-weight: 400;
  /* regular */
  letter-spacing: 0.04em;
}

html {
  scroll-padding-top: 61px;
}

body {
  color: #333333;
  line-height: 1.75;
  font-size: 1.4rem;
  position: relative;
  width: 100%;
  scroll-behavior: smooth;
}

/* リンクの設定 */
a {
  transition: 0.3s ease-in;
}

.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

.u-text-left {
  text-align: left;
}

.u-text-sb {
  font-weight: 600;
}

.c-text--note {
  line-height: 1.5;
  font-size: 1.2rem;
}

.c-text--ss {
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 600;
}

.c-text--s {
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 600;
}

.c-text--m {
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: 600;
}

.c-text--l {
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 600;
}

.c-text--ll {
  line-height: 1.5;
  font-size: 2.4rem;
  font-weight: 600;
}

.c-text--paragraph {
  display: block;
  margin-bottom: 12px;
}

.c-text-head__text {
  color: #ffffff;
  margin-top: 16px;
}

.c-text-intro {
  margin-bottom: 70px;
}

.c-text--red {
  color: #CA0915;
}

.c-text--blue {
  color: #005bac;
}

.c-text--indent {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}

.c-text--indent.indent--dot {
  text-indent: -0.8em;
  padding-left: 0.8em;
}

.c-text--indent.indent--example {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.c-button {
  line-height: 1.5;
  font-size: 1.6rem;
  display: block;
  padding: 13px 20px;
  border: 1px solid #005bac;
  color: #005bac;
  border-radius: 5px;
  position: relative;
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
}

.c-button.button--white {
  border-color: #ffffff;
  color: #ffffff;
}

.c-button.button--bg-blue {
  background-color: #005bac;
  color: #ffffff;
}

.c-button .c-icon--arrow,
.c-button .c-icon--arrow.arrow--white {
  width: 20px;
  height: 5px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.c-button .c-icon--arrow::after,
.c-button .c-icon--arrow.arrow--white::after {
  right: auto;
  left: 0;
}

.c-button.button--noline {
  border: none;
  display: block;
  max-width: none;
  padding: 8px 0;
  font-size: 1.8rem;
  font-weight: 600;
}

.c-button--search {
  width: 30px;
  margin-right: 5px;
  padding: 13px 5px 11px;
  position: relative;
}

.c-button--search-image {
  display: block;
}

.c-button-nav {
  display: block;
  width: 100%;
  color: #ffffff;
  padding: 28px 30px;
  position: relative;
}

.c-button-nav__image {
  aspect-ratio: 81/25;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.c-button-nav__image img {
  object-fit: cover;
  width: auto;
  height: 100%;
}

.c-button-nav .link--text {
  position: relative;
  z-index: 1;
}

.c-button-nav .c-icon--arrow.arrow--white {
  width: 20px;
  height: 5px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.c-button-nav .c-icon--arrow.arrow--white::after {
  right: auto;
  left: 0;
}

.p-card .c-button {
  max-width: 480px;
}

.p-card .c-button .c-icon--arrow--card {
  width: 20px;
  height: 5px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.p-card .c-button .c-icon--arrow--card::after {
  right: auto;
  left: 0;
}

.c-title {
  /* 記事 */
  /* 下層 */
}

.c-title-article {
  margin-bottom: 30px;
}

.c-title-head--jp {
  color: #ffffff;
  font-weight: 400;
}

.c-title-head--en {
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  line-height: 1.25;
  font-size: 4rem;
}

.c-title-head__catch {
  color: #ffffff;
  margin-top: 40px;
  line-height: 1.25;
}

.c-title-head--sub {
  color: #ffffff;
}

.c-title--band {
  background-color: #EEEFF5;
  color: #005bac;
  padding: 5px 15px;
  margin-bottom: 20px;
}

.c-title--line {
  border-bottom: 1px solid #EEEFF5;
  color: #005bac;
  padding-bottom: 16px;
  margin-bottom: 30px;
  position: relative;
}

.c-title--line::after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background-color: #005bac;
  position: absolute;
  bottom: -1px;
  left: 0;
}

/*card*/
.p-card .c-title--band {
  background: -moz-linear-gradient(left, #005bac, #0066B3, #4C94CA);
  background: -webkit-linear-gradient(left, #005bac, #0066B3, #4C94CA);
  background: linear-gradient(to right, #005bac, #0066B3, #4C94CA);
  color: #ffffff;
  padding: 11.5px 15px;
  margin: 0 0 30px;
  text-align: center;
}

.p-card .c-title-head--jp {
  font-weight: 600;
}

.p-card.card--home .c-title-head--jp {
  font-weight: 400;
}

.c-icon--arrow {
  position: relative;
}

.c-icon--arrow::after {
  display: inline-block;
  width: 20px;
  height: 5px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -2.5px;
  background: url("/assets/img/icon_link_blue.svg") no-repeat;
  background-size: contain;
}

.c-icon--arrow.arrow--white::after {
  background: url("../img/icon_link_white.svg") no-repeat;
}

.c-icon--arrow-faq {
  position: relative;
}

.c-icon--arrow-faq::after {
  display: inline-block;
  width: 14px;
  height: 14px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -7px;
  background: url("/assets/img/icon_arrow_faq.svg") no-repeat;
  background-size: contain;
}

.c-icon--external {
  position: relative;
}

.c-icon--external::before {
  width: 20px;
  height: 20px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -10px;
  background: url("/assets/img/icon_external_blue_arrow.svg") no-repeat;
  background-size: contain;
  margin-top: -9px;
}

.c-icon--external::after {
  width: 20px;
  height: 20px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
  background: url("/assets/img/icon_external_blue_box.svg") no-repeat;
  background-size: contain;
}

.c-icon--pdf {
  position: relative;
}

.c-icon--pdf::after {
  width: 12px;
  height: 15px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 6px;
  margin-top: -7.5px;
  background: url("/assets/img/icon_pdf_blue.svg") no-repeat;
  background-size: contain;
}

.c-icon--tag {
  line-height: 1;
  font-size: 1.2rem;
  vertical-align: middle;
  margin-left: 6px;
  border-radius: 4px;
  padding: 0.5px 7px 1.5px;
  color: #ffffff;
  font-weight: 600;
}

.c-icon--tag.tag--new {
  background-color: #D15757;
}

.c-icon--tag.tag--oil {
  background-color: #4582B1;
}

.c-icon--tag.tag--car {
  background-color: #C1A269;
}

.c-icon--tag.tag--electric {
  background-color: #79A2C1;
}

.c-icon--tag.tag--estate {
  background-color: #8172A2;
}

.c-icon--tag.tag--life {
  background-color: #8D6F8D;
}

.c-icon--tag.tag--office {
  background-color: #72A89A;
}

.c-icon--tag.tag--ss {
  background-color: #ffffff;
  color: #005bac;
  border: 1px solid #005bac;
  padding: 0.5px 26px 1.5px;
}

.c-icon--new {
  line-height: 1;
  font-size: 1.2rem;
  vertical-align: middle;
  margin-left: 6px;
  background-color: #D15757;
  border-radius: 4px;
  padding: 1px 7px;
  color: #ffffff;
}

.c-icon--pdf-news {
  width: 12px;
  vertical-align: middle;
  margin-left: 6px;
}

.c-icon--arrow--card {
  position: relative;
}

.c-icon--arrow--card::after {
  display: inline-block;
  width: 20px;
  height: 5px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -2.5px;
  background: url("/assets/img/icon_link_blue.svg") no-repeat;
  background-size: contain;
}

.c-nav {
  /* fixed_nav */
  /* nav_bottom */
  /* pager */
}

.c-nav__button {
  color: white;
}

.c-nav-item {
  border-bottom: 1px solid #247AC6;
  display: none;
}

.c-nav-item__link {
  color: #BFD9EC;
  padding: 12.5px 20px 12.5px 42px;
  display: block;
  position: relative;
}

.c-nav-item__link::before {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 20px;
  background-color: #247AC6;
  transform: translateY(-50%);
}

.c-nav__link {
  color: #ffffff;
  display: block;
  text-align: center;
  padding: 22.5px 20px;
  width: 100%;
  border-bottom: 1px solid #247AC6;
}

.c-nav-list--main {
  border-top: 1px solid #247AC6;
}

.c-nav-list--main .c-nav__link {
  text-align: left;
  position: relative;
}

.c-nav-list--sub {
  display: flex;
  flex-wrap: wrap;
}

.c-nav-list--sub .c-nav__link {
  width: 50%;
  position: relative;
}

.c-nav-list--sub .c-nav__link:nth-of-type(even)::before {
  content: "";
  display: block;
  width: 1px;
  height: 35px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #247AC6;
}

.c-nav-list--foot .c-nav__link {
  line-height: 1.5;
  font-size: 1.2rem;
  padding: 6px 0;
  border-bottom: none;
}

.c-nav__toggle {
  width: 100%;
}

.c-nav__toggle .c-nav__link:focus {
  color: #ffffff;
}

.c-nav__toggle .c-nav__link::before, .c-nav__toggle .c-nav__link::after {
  content: "";
  display: block;
  width: 14px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 20px;
  background-color: #ffffff;
  transform: translateY(-50%);
  transform-origin: center center;
}

.c-nav__toggle .c-nav__link::after {
  transform: translateY(-50%) rotate(90deg);
}

.c-nav__toggle.is-open .c-nav-item {
  display: block;
}

.c-nav__toggle.is-open .c-nav__link::after {
  transform: translateY(-50%);
}

.c-nav-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  z-index: 99;
  width: 100%;
}

.c-nav-fixed__link {
  width: 50%;
  background: -moz-linear-gradient(left, #005bac, #0066B3, #4C94CA);
  background: -webkit-linear-gradient(left, #005bac, #0066B3, #4C94CA);
  background: linear-gradient(to right, #005bac, #0066B3, #4C94CA);
  padding: 21px 0;
  position: relative;
}

.c-nav-fixed__link .link--text {
  line-height: 1.5;
  font-size: 1.2rem;
  text-align: center;
  color: #ffffff;
  display: block;
  padding-left: 10px;
}

.c-nav-fixed__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.c-nav-fixed__link::after {
  width: 20px;
  height: 20px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
  background: url("/assets/img/icon_external_white.svg") no-repeat;
  background-size: contain;
}

.c-nav-fixed__link.link--ss::before {
  width: 22.5px;
  height: 25px;
  background: url(../img/icon_ss.svg) center center/contain no-repeat;
}

.c-nav-fixed__link.link--card {
  background: -moz-linear-gradient(left, #009DE6, #009DE6, #16CAFF);
  background: -webkit-linear-gradient(left, #009DE6, #009DE6, #16CAFF);
  background: linear-gradient(to right, #009DE6, #009DE6, #16CAFF);
}

.c-nav-fixed__link.link--card::before {
  width: 26px;
  height: 16px;
  background: url(../img/icon_card.svg) center center/contain no-repeat;
}

.c-nav-fixed__idexkun {
  position: fixed;
  bottom: 94px;
  left: 0;
  display: flex;
  z-index: 99;
  width: 205px;
  height: 50px;
  padding-top: 25px;
}

.c-nav-fixed__idexkun::before {
  content: "";
  display: block;
  width: 65px;
  height: 65px;
  position: absolute;
  top: 0;
  left: 10px;
  background: url(../img/img_topicon.webp) top left/contain no-repeat;
  transform: scale(-1, 1);
}

.c-nav-fixed__idexkun::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: calc(50% + 23px);
  right: 14px;
  border-top: 1px solid #005bac;
  border-right: 1px solid #005bac;
  transform: rotate(45deg) translateY(-50%);
}

.c-nav-fixed__idexkun .link--idexkun {
  background-color: rgba(191, 217, 236, 0.85);
  border-radius: 0 999px 999px 0;
  color: #005bac;
  padding: 10px 30px 10px 80px;
  display: block;
  width: 205px;
  line-height: 1.25;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
}

.c-nav-bottom {
  background-color: #EEEFF5;
  padding: 80px 0 100px;
}

.c-nav-bottom__container {
  width: 335px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.c-nav-bottom__container .c-button {
  margin-top: 40px;
  max-width: 324px;
}

.c-nav-bottom__title {
  margin-bottom: 20px;
  text-align: center;
}

.c-nav-bottom__button {
  color: #005bac;
  font-weight: 600;
  margin-bottom: 20px;
  display: inline-block;
}

.c-nav-bottom__button.c-icon--arrow::after {
  right: -25px;
}

.c-nav-bottom-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
}

.c-nav-pager {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.c-nav-pager__number {
  font-weight: 600;
  width: 30px;
  text-align: center;
}

.c-nav-pager__number.is-active {
  color: #005bac;
}

.c-nav-pager__number + .c-nav-pager__number {
  margin-left: 8px;
}

.c-nav-pager__arrow {
  padding: 0 5px;
  border: none;
  max-width: none;
  margin: 0 8px;
  width: 30px;
}

.c-nav-pager__arrow .c-icon--arrow {
  right: 5px;
}

.c-nav-pager__arrow.arrow--prev {
  transform: scale(-1, 1);
}

.c-nav-fixed__idexkun.is-stop {
  position: absolute;
}

/* card */
.footer--card .c-nav__link {
  border-bottom: none;
  padding: 17.5px 20px;
}

.c-gnav {
  background-color: #005bac;
  padding-top: 100px;
  padding-bottom: 28px;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  overflow-y: scroll;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform-origin: center;
  transform: scale(0.5);
  transition: 0.3s ease-in;
}

.c-gnav__search {
  color: #ffffff;
  margin-bottom: 2px;
}

.c-gnav .c-nav-list--foot {
  margin-top: 40px;
}

.l-header.is-open .c-gnav {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.p-card .l-header .c-nav-list--main {
  border-top: none;
}

.p-card .l-header .c-nav-list--main .c-button {
  font-size: 1.4rem;
  color: #333333;
  max-width: 225px;
  margin: 20px auto 0;
  padding: 3.5px 8px;
  border-color: #333333;
}

.p-card .l-header .c-nav-list--foot {
  margin-top: 50px;
}

.p-card .l-header .c-nav-item__link {
  line-height: 1.5;
  font-size: 1.6rem;
  color: #005bac;
  text-align: center;
  font-weight: 600;
}

.p-card .l-header .c-nav-item__link::before {
  display: none;
}

.p-card .l-header .c-nav__link {
  color: #333333;
}

.p-card .l-header .c-gnav {
  background-color: #ffffff;
  padding-top: 90px;
}

.p-card .l-header .c-gnav__search {
  color: #333333;
}

.c-list {
  /* news */
  /* privacy・customer_harassment・solicitation_policy・social_media */
  /* note */
}

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

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

.c-list--dot, .c-list--diamond {
  position: relative;
  padding-left: 20px;
}

.c-list--dot::before, .c-list--diamond::before {
  content: "";
  display: block;
  position: absolute;
}

.c-list--dot::before {
  width: 3px;
  height: 3px;
  top: 11px;
  left: 8px;
  border-radius: 50%;
  background-color: #333333;
}

.c-list--diamond {
  margin-bottom: 3px;
}

.c-list--diamond::before {
  width: 10px;
  height: 10px;
  top: 8px;
  left: 4px;
  background-color: #005bac;
  transform: rotate(45deg);
}

.c-list-news {
  border-bottom: 1px solid #EEEFF5;
  margin-bottom: 40px;
}

.c-list-news__item {
  padding: 25px 0;
  border-top: 1px solid #EEEFF5;
}

.c-list-news__time {
  display: inline-block;
  vertical-align: middle;
}

.c-list-news__text {
  font-weight: 600;
}

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

.c-list-policy__title {
  padding-bottom: 6px;
  margin-bottom: 20px;
}

.c-list-policy__subtitle {
  margin-bottom: 15px;
  text-indent: -1.9em;
  padding-left: 1.9em;
}

.c-list-policy__heading {
  margin-top: 8px;
}

.c-list-policy__link {
  margin-top: 5px;
  margin-bottom: 5px;
}

.c-list-summary {
  margin-top: 5px;
}

.c-list-summary__item {
  text-indent: -1.1em;
  padding-left: 1.1em;
  margin-bottom: 5px;
}

.c-list-summary__item.item--num-c {
  text-indent: -1.35em;
  padding-left: 1.35em;
}

.c-list-summary__item.item--num-p {
  text-indent: -2.125em;
  padding-left: 2.125em;
}

.c-list-summary__item.c-list--dot {
  padding-left: calc(4px + 1.1em);
  text-indent: calc(-17px + 1.1em);
  margin-bottom: 0;
}

.c-list-note {
  margin-top: 18px;
}

.c-list-note__text {
  text-indent: -1.35em;
  padding-left: 1.35em;
}

.c-list-note__text.note--num {
  text-indent: -3.25em;
  padding-left: 3.25em;
  margin-bottom: 5px;
}

.c-table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  text-align: left;
  margin-top: 30px;
}

.c-table__wrapper {
  overflow-x: auto;
  width: calc(100% + 20px);
  -webkit-overflow-scrolling: touch;
}

.c-table__header, .c-table__data {
  border: 1px solid #333333;
  vertical-align: middle;
  padding: 20px;
}

.c-table__header.table--fixed, .c-table__data.table--fixed {
  position: sticky;
  left: 0;
  background-color: #ffffff;
  z-index: 2;
}

.c-table__header.table--fixed::before, .c-table__data.table--fixed::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 1px solid #333333;
}

.c-table__header.table--fixed::after, .c-table__data.table--fixed::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-right: 1px solid #333333;
}

.c-table__header.table--fixed:first-of-type, .c-table__data.table--fixed:first-of-type {
  background-color: #EEEFF5;
}

.c-table__header .data-list, .c-table__data .data-list {
  margin: 8px 0;
  border-top: 1px solid #333333;
}

.c-table__header .data-list__item, .c-table__data .data-list__item {
  border-bottom: 1px solid #333333;
  padding: 7px 0;
}

.c-table__header .data--link, .c-table__data .data--link {
  text-decoration: underline;
}

.c-table__header .data--note, .c-table__data .data--note {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}

.c-table__header {
  background-color: #EEEFF5;
  color: #005bac;
}

.c-archive {
  max-width: 300px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

.c-archive-link {
  display: block;
  background-color: #ffffff;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.16);
  max-width: 300px;
  position: relative;
}

.c-archive-link:nth-of-type(odd) {
  margin-left: 0;
}

.c-archive-link__image {
  width: 100%;
  aspect-ratio: 5/3;
  overflow: hidden;
}

.c-archive-link__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .3s ease;
}

.c-archive-link__info {
  padding: 10px 20px 40px;
}

.c-archive-link__time {
  line-height: 2.04167;
  font-size: 1.2rem;
  color: #929292;
  margin-bottom: 10px;
}

.c-archive-link__term {
  margin-bottom: 10px;
}

.c-archive-link__term .term--title {
  line-height: 1.25;
  font-size: 1.2rem;
}

.c-archive-link__title {
  margin-bottom: 6px;
}

.c-archive-link__name {
  line-height: 2.04167;
  font-size: 1.2rem;
  color: #929292;
}

.c-archive-link__more {
  padding: 0 25px 0 0;
  border: none;
  border-radius: 0;
  width: auto;
  max-width: none;
  margin: 0;
  font-size: 1.4rem;
  position: absolute;
  bottom: 10px;
  right: 20px;
}

.c-archive-link__more .c-icon--arrow {
  right: 0;
}

.c-archive-link + .c-archive-link {
  margin-top: 50px;
}

.c-archive-card__link {
  display: block;
  border: 1px solid #005bac;
  border-radius: 5px;
  text-align: center;
  padding: 30px 20px;
}

.c-archive-card__link + .c-archive-card__link {
  margin-top: 50px;
}

.c-archive-card__image {
  margin: 0 auto;
  position: relative;
  max-width: 295px;
}

.c-archive-card__catch {
  margin-bottom: 15px;
  color: #005bac;
}

.c-archive-card__title {
  margin-bottom: 15px;
}

.c-archive-card-list {
  margin-bottom: 15px;
}

.c-archive-card-list__text {
  margin-bottom: 20px;
}

.c-archive-card__more {
  color: #005bac;
  position: relative;
}

.c-archive-card__more::after {
  top: 32px;
  right: 50%;
  transform: translateX(50%);
}

.c-archive-card__text {
  margin-bottom: 15px;
}

.c-article {
  margin-top: 100px;
}

.c-article-info {
  display: flex;
  margin-bottom: 10px;
}

.c-article-info__time {
  color: #929292;
}

.c-article-info__name {
  position: relative;
  padding-left: 40px;
}

.c-article-info__name::before {
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 20px;
  background-color: #929292;
  transform: translateY(-50%);
}

.c-article__title {
  padding-bottom: 10px;
  border-bottom: 1px solid #929292;
}

.c-article__container {
  max-width: 680px;
  margin: 60px auto 0;
}

.c-article__container img {
  display: block;
  width: 100% !important;
  max-width: 400px !important;
  margin: 0 auto;
}

.c-article__container h2 {
  margin-top: 60px;
  font-size: 2.0rem;
}

.c-article__container h3 {
  font-size: 1.8rem;
}

.c-article__container h4 {
  font-size: 1.6rem;
}

.c-article__container h5 {
  font-size: 1.6rem;
}

.c-article__container h6 {
  font-size: 1.5rem;
}

.c-article__container small {
  display: block;
  text-align: center;
  margin-top: 10px;
}

.c-article__container .note-video-clip {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.c-article-head {
  width: 100%;
  height: 200px;
}

.c-article-head img {
  object-fit: cover;
  width: auto;
  height: 200px;
}

.c-article-body {
  padding: 60px 0 30px;
}

.c-article-body__content {
  margin-top: 50px;
}

.c-article-body__content + .c-article-body__content {
  margin-top: 50px;
}

.c-search {
  margin: 25px auto 0;
  max-width: 300px;
  position: absolute;
  width: 335px;
  height: 42px;
  bottom: -58px;
  right: 20px;
}

.c-search #___gcse_0 {
  border: 1px solid #333333;
  border-radius: 5px;
  position: relative;
  width: 100%;
  background-color: #ffffff;
}

.c-search form.gsc-search-box {
  margin-bottom: 0 !important;
}

.c-search table.gsc-search-box {
  margin-bottom: 0 !important;
}

.c-search table.gsc-search-box td.gsc-input {
  padding-right: 0 !important;
}

.c-search .gsc-input-box {
  border-color: transparent !important;
  padding: 0 !important;
  border-radius: 5px;
}

.c-search .gsc-search-button-v2 {
  border-color: #005bac !important;
  background-color: #005bac !important;
  border-radius: 3px !important;
  width: 40px !important;
  margin: 5px 5px 5px 0 !important;
  padding: 7.5px 25px 7.5px 13px !important;
}

.c-search #gsc-i-id1 {
  background: none !important;
}

.c-search.is-hidden {
  display: none;
}

/* 検索結果 */
.gsc-above-wrapper-area,
.gsc-wrapper {
  max-width: none !important;
}

.c-background:before, .c-background:after {
  content: "";
  display: block;
  position: fixed;
  z-index: 0;
}

.c-background.background--base:before {
  width: 256px;
  height: 305px;
  top: 370px;
  right: 0;
  background: url(../img/gradation_top_bluegreen.webp) top right/contain no-repeat;
}

.c-background.background--business:before {
  width: 692px;
  height: 441px;
  top: 350px;
  right: -180px;
  background: url(../img/gradation_top_purple.webp) top right/contain no-repeat;
}

.c-background.background--sustainability:before {
  width: 687px;
  height: 700px;
  top: 0;
  right: -414px;
  background: url(../img/gradation_top_green.webp) top right/contain no-repeat;
}

.c-background.background--sustainability:after {
  width: 344px;
  height: 165px;
  bottom: 0;
  left: -78px;
  background: url(../img/gradation_bottom_green.webp) bottom left/contain no-repeat;
}

.cookie-consent {
  position: fixed;
  display: fixed;
  justify-content: center;
  align-items: center;
  bottom: 0;
  width: 100vw;
  font-size: 1.2rem;
  color: #fff;
  background: #313131;
  padding: 5px;
  box-sizing: border-box;
  visibility: hidden;
  z-index: 9999;
}

.cookie-consent-in {
  padding: 25px 35px;
  line-height: 1.8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.cookie-consent.is-show {
  visibility: visible;
}

.cookie-close {
  position: sticky;
  top: 0;
  height: 0;
  margin: 10px 30px 0 0;
  /* 右余白10から修正 */
  text-align: right;
}

.cookie-close .btn-close {
  height: 16px;
}

.cookie-agree, .cookie-reject {
  color: #333333;
  background: #ffffff;
  padding: 10px 20px;
  margin-left: 20px;
  min-width: 80px;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  white-space: nowrap;
  /* 230926追記 */
}

.cookie-agree:hover, .cookie-reject:hover {
  cursor: pointer;
}

.policy-link {
  text-decoration: underline;
  color: #ffffff;
}

.policy-link a:hover {
  opacity: 0.5;
}

/* パッと消える */
.cc-hide1 {
  display: none;
}

/* ゆっくり消える */
.cc-hide2 {
  animation: hide 1s linear 0s;
  animation-fill-mode: forwards;
}

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

/* メディアクエリ */

.c-link {
  color: #005bac;
  text-decoration: underline;
}

.c-link-zoom__frame {
  overflow: hidden;
  aspect-ratio: 5/3;
}

.c-link-zoom__img {
  transition: transform .3s ease;
}

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

.c-inquiry__heading {
  font-weight: 600;
}

.c-inquiry__sign {
  margin-top: 20px;
  text-align: right;
}

.c-inquiry + .c-inquiry__sign {
  margin-top: 50px;
}

.l-wrapper {
  width: 100%;
  overflow: hidden;
}

.l-main.main--image {
  background-position: top center;
  background-size: 1280px auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.p-search .l-main {
  padding-top: 60px;
}

.l-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
  z-index: 1;
}

.l-head {
  background: -moz-linear-gradient(left, #005bac, #0066B3, #4C94CA);
  background: -webkit-linear-gradient(left, #005bac, #0066B3, #4C94CA);
  background: linear-gradient(to right, #005bac, #0066B3, #4C94CA);
  padding-top: 60px;
}

.l-head__inner {
  height: 190px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.l-head.head--main .l-head__inner {
  height: 490px;
}

.l-main.main--image .l-head {
  background: -moz-linear-gradient(right, rgba(0, 91, 172, 0.7), rgba(0, 102, 179, 0.7), rgba(76, 148, 202, 0.7));
  background: -webkit-linear-gradient(right, rgba(0, 91, 172, 0.7), rgba(0, 102, 179, 0.7), rgba(76, 148, 202, 0.7));
  background: linear-gradient(to left, rgba(0, 91, 172, 0.7), rgba(0, 102, 179, 0.7), rgba(76, 148, 202, 0.7));
}

.l-section {
  padding: 100px 0 140px;
  background-color: #ffffff;
}

.p-card .l-section {
  padding: 50px 0 100px;
}

.l-breadcrumb {
  position: absolute;
  width: 100%;
  max-width: 1280px;
  top: 72px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 5%;
  z-index: 99;
}

.l-breadcrumb-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.l-breadcrumb-list__item {
  line-height: 1.5;
  font-size: 1.2rem;
  position: relative;
  color: #ffffff;
}

.l-breadcrumb-list__item-link {
  color: #ffffff;
}

.l-breadcrumb-list__item-link::after,
.l-breadcrumb-list__item-link .nolink--arrow::after {
  content: "＞";
  display: inline-block;
  margin: 0 10px;
  color: #ffffff;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  transition: 0.3s ease-in;
}

.l-header__container {
  background-color: #ffffff;
  transition: 0.3s ease-in;
  padding: 10px 0;
  border-bottom: 1px solid #EEEFF5;
}

.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l-header__link {
  display: block;
  width: 82px;
  cursor: pointer;
}

.l-header__button {
  position: relative;
  width: 40px;
  height: 40px;
}

.l-header__button .button--line {
  display: block;
  width: 24px;
  height: 2px;
  background: #005bac;
  position: absolute;
  transition: all 0.3s ease-in-out;
  top: calc(50% - 0.5px);
  left: calc(50% - 12px);
}

.l-header__button .button--line:nth-of-type(1) {
  top: calc(50% - 8.5px);
  transition: 0.2s ease 0.2s;
}

.l-header__button .button--line:nth-of-type(3) {
  top: calc(50% + 8.5px);
  transition: 0.2s ease 0.2s;
}

.l-header.is-open .l-header__container {
  background-color: #005bac;
  border-color: #247AC6;
}

.l-header.is-open .l-header-nav {
  display: none;
}

.l-header.is-open .l-header__button {
  animation: smallbig 0.6s forwards;
  transition-delay: 0.2s;
}

@keyframes smallbig {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0);
  }
}

.l-header.is-open .l-header__button .button--line {
  background-color: #ffffff;
}

.l-header.is-open .l-header__button .button--line:nth-of-type(1) {
  transform: translateY(8.5px) rotate(45deg);
}

.l-header.is-open .l-header__button .button--line:nth-of-type(2) {
  opacity: 0;
}

.l-header.is-open .l-header__button .button--line:nth-of-type(3) {
  transform: translateY(-9px) rotate(-45deg);
}

.l-header.is-open .c-button--search {
  display: none;
}

.p-card .l-header .c-nav-item__link {
  padding: 12.5px 20px;
}

.p-card .l-header__link {
  width: 188px;
}

.p-card .l-header__logo {
  display: flex;
  justify-content: space-between;
}

.p-card .l-header__logo img {
  width: 77px;
}

.p-card .l-header__logo .logo--text {
  font-weight: 600;
}

.p-card .l-header.is-open .l-header__container {
  background-color: #ffffff;
}

.p-card .l-header.is-open .l-header__button .button--line {
  background-color: #005bac;
}

.l-footer {
  background-color: #005bac;
  padding-top: 40px;
  position: relative;
  z-index: 1;
  /* card */
}

.l-footer-foot {
  padding: 30px 0 10px;
}

.l-footer-foot .c-nav-list--foot {
  margin-bottom: 60px;
}

.l-footer-foot__logo {
  width: 140px;
  margin: 0 auto 17px;
  display: block;
}

.l-footer-foot .c-nav__link {
  font-weight: 400;
}

.l-footer__copyright {
  display: block;
  text-align: center;
  line-height: 1.75;
  font-size: 1rem;
  color: #ffffff;
}

.l-footer.footer--card {
  padding-top: 25px;
}

.l-footer.footer--card .l-footer-nav {
  justify-content: flex-end;
}

.l-footer.footer--card .l-footer-foot .c-nav__link {
  padding: 10px 20px;
}

@media screen and (min-width: 361px) {
  html, body {
    margin: 0;
  }
  .u-hidden-xs-up {
    display: none !important;
  }
}

@media screen and (min-width: 500px) {
  html, body {
    margin: 0;
  }
  .c-article-head {
    height: auto;
  }
  .c-article-head img {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 768px) {
  html, body {
    margin: 0;
  }
  .u-hidden-sm-up {
    display: none !important;
  }
  .c-text--s {
    font-size: 1.8rem;
  }
  .c-text--m {
    font-size: 2.0rem;
  }
  .c-text--l {
    font-size: 2.6rem;
  }
  .c-text--ll {
    font-size: 3.2rem;
  }
  .c-button-nav {
    width: 324px;
    padding: 36px 30px;
  }
  .c-title--line::after {
    width: 300px;
  }
  .c-nav-fixed {
    bottom: auto;
    left: auto;
    top: 100px;
    right: 0;
    flex-direction: column;
    align-items: center;
    width: 60px;
  }
  .c-nav-fixed__link {
    width: 60px;
    height: 160px;
    border-radius: 5px 0 0 5px;
  }
  .c-nav-fixed__link .link--text {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding-left: 0;
    transition: 0.3s ease-in;
  }
  .c-nav-fixed__link::before {
    transform: translateX(-50%);
    top: 14px;
    left: 50%;
    transition: 0.3s ease-in;
  }
  .c-nav-fixed__link::after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: 14px;
    transform: translateX(-50%);
    transition: 0.3s ease-in;
  }
  .c-nav-fixed__link.link--ss .link--text {
    top: 48px;
  }
  .c-nav-fixed__link.link--ss::before {
    left: 55%;
  }
  .c-nav-fixed__link.link--card {
    margin-top: 6px;
    height: 140px;
  }
  .c-nav-fixed__link.link--card .link--text {
    top: 39px;
    text-align: left;
    line-height: 1.25;
  }
  .c-nav-fixed__idexkun {
    bottom: 42px;
  }
  .c-nav-bottom__container {
    width: 662px;
  }
  .c-nav-bottom-list {
    gap: 20px 14px;
  }
  .c-table {
    margin-right: 0;
  }
  .c-table__wrapper {
    width: 100%;
  }
  .c-table__header.table--fixed::before, .c-table__header.table--fixed::after, .c-table__data.table--fixed::before, .c-table__data.table--fixed::after {
    display: none;
  }
  .c-table__header .data-list, .c-table__data .data-list {
    margin: 8px 0;
    border-top: 1px solid #333333;
  }
  .c-table__header .data-list__item, .c-table__data .data-list__item {
    border-bottom: 1px solid #333333;
    padding: 7px 0;
  }
  .c-archive {
    max-width: 650px;
  }
  .c-archive-link {
    margin-left: 50px;
  }
  .c-archive-link:nth-of-type(2) {
    margin-top: 0;
  }
  .c-article__container h2 {
    font-size: 2.6rem;
  }
  .c-article__container h3 {
    font-size: 2.0rem;
  }
  .c-article__container h4 {
    font-size: 1.8rem;
  }
  .c-article__container h5 {
    font-size: 1.6rem;
  }
  .c-article__container h6 {
    font-size: 1.5rem;
  }
  .c-article__container a {
    color: #005bac;
    text-decoration: underline;
    display: inline-block;
    word-break: break-all;
  }
  .c-article-body.body--high {
    padding: 100px 0;
  }
  .c-article-body__content + .c-article-body__content {
    margin-top: 100px;
  }
  .c-background.background--base:before {
    width: calc(256px + 309px);
    height: calc(305px + 368px);
    top: 70px;
  }
  .c-background.background--business:before {
    width: calc(692px + 294px);
    height: calc(441px + 186px);
    top: 160px;
    right: 0;
  }
  .c-background.background--sustainability:before {
    right: -207px;
  }
  .c-background.background--sustainability:after {
    left: 0;
  }
  .l-inner {
    width: 100%;
    max-width: 1080px;
    padding: 0 40px;
  }
  .l-head__inner {
    max-width: 1280px;
  }
  .p-card .l-section {
    padding: 70px 0 150px;
  }
  .l-breadcrumb {
    padding: 0 40px;
  }
  .l-header__inner {
    padding: 0 20px;
    max-width: 1280px;
  }
  .l-header__link {
    width: 96px;
  }
  .l-header__menu {
    display: flex;
    align-items: center;
  }
  .l-header-nav {
    margin-right: 12px;
  }
  .l-header-nav__link {
    font-weight: 600;
    line-height: 1.25;
    font-size: 1.2rem;
    position: relative;
  }
  .l-header-nav__link + .l-header-nav__link {
    margin-left: 13px;
  }
  .l-header-nav__link::after {
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    bottom: -4px;
    left: 0;
    background: -moz-linear-gradient(right, #005bac, #0066B3, #4C94CA);
    background: -webkit-linear-gradient(right, #005bac, #0066B3, #4C94CA);
    background: linear-gradient(to left, #005bac, #0066B3, #4C94CA);
    transition: .3s;
  }
}

@media screen and (min-width: 1080px) {
  html, body {
    margin: 0;
  }
  html {
    scroll-padding-top: 46px;
  }
  .u-hidden-cont-up {
    display: none !important;
  }
  .c-button--search {
    padding: 0 7px;
    margin-left: 15px;
  }
  .c-title-head--en {
    font-size: 9.2rem;
  }
  .c-title-head--sub {
    max-width: 1080px;
    padding: 0 40px;
  }
  .c-nav-item {
    border-bottom: none;
    display: block;
    padding-top: 8px;
  }
  .c-nav-item__link {
    padding: 6px 0 6px 22px;
  }
  .c-nav-item__link::before {
    left: 0;
  }
  .c-nav__link {
    text-align: left;
    padding: 0 0 4px;
  }
  .c-nav__container {
    width: 220px;
  }
  .c-nav__container:nth-of-type(3) .c-nav__link,
  .c-nav__container:nth-of-type(3) .c-nav__toggle {
    margin-bottom: 50px;
  }
  .c-nav__container:nth-of-type(3) .c-nav__toggle .c-nav__link {
    margin-bottom: 0;
  }
  .c-nav-list--main {
    width: 780px;
    border-top: none;
    display: flex;
    justify-content: space-between;
  }
  .c-nav-list--sub {
    width: 150px;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .c-nav-list--sub .c-nav__link {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
    border-bottom: none;
  }
  .c-nav-list--sub .c-nav__link:nth-of-type(even)::before {
    display: none;
  }
  .c-nav-list--foot {
    width: 220px;
  }
  .c-nav__toggle .c-nav__link::before, .c-nav__toggle .c-nav__link::after {
    display: none;
  }
  .c-nav-bottom__container {
    width: 1000px;
  }
  .footer--card {
    justify-content: flex-end;
  }
  .c-gnav .c-nav-list--main {
    width: auto;
    justify-content: center;
  }
  .c-gnav .c-nav__container + .c-nav__container {
    margin-left: 100px;
  }
  .c-gnav .c-nav-list--sub {
    flex-direction: row;
    justify-content: center;
    width: auto;
    margin-top: 40px;
  }
  .c-gnav .c-nav-list--sub .c-nav__link {
    width: auto;
  }
  .c-gnav .c-nav-list--sub .c-nav__link + .c-nav__link {
    margin-left: 60px;
  }
  .c-gnav .c-nav-list--foot {
    margin-top: 90px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: auto;
  }
  .c-gnav .c-nav-list--foot .c-nav__link {
    width: auto;
    padding: 0;
  }
  .c-gnav .c-nav-list--foot .c-nav__link + .c-nav__link {
    margin-left: 40px;
  }
  .p-card .l-header .c-nav-list--main .c-button {
    font-size: 1.2rem;
    margin: 0 0 0 15px;
    width: 190px;
  }
  .p-card .l-header .c-nav-list--foot {
    margin-top: 50px;
  }
  .p-card .l-header .c-nav__container {
    display: flex;
    justify-content: flex-end;
    width: auto;
  }
  .p-card .l-header .c-nav-item__link {
    font-size: 1.3rem;
    color: #333333;
    text-align: left;
    padding: 6px 0 6px 0;
  }
  .p-card .l-header .c-nav-item__link + .c-nav-item__link {
    margin-left: 25px;
  }
  .p-card .l-header .c-gnav {
    width: 750px;
    height: auto;
    padding: 0;
    top: 8px;
    left: calc(50% + 16% - 20px);
    transform: translateX(-50%);
    overflow-y: visible;
    z-index: 999;
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
  }
  .p-card .l-header .c-gnav__inner {
    padding: 0;
  }
  .c-archive {
    max-width: 1000px;
  }
  .c-archive-link:nth-of-type(3) {
    margin-top: 0;
  }
  .c-archive-link:nth-of-type(odd) {
    margin-left: 50px;
  }
  .c-archive-link:nth-of-type(3n-2) {
    margin-left: 0;
  }
  .c-archive-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
  }
  .c-archive-card__link {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc((100% - 40px) / 2);
  }
  .c-archive-card__link:nth-of-type(2) {
    margin-top: 0;
  }
  .c-article-body {
    padding: 100px 0;
  }
  .c-search {
    bottom: -58px;
    right: 20px;
  }
  .c-background.background--base:before {
    width: 874px;
    height: 1042px;
    top: 0;
  }
  .c-background.background--business:before {
    width: 1280px;
    height: 813px;
    top: 0;
  }
  .c-background.background--sustainability:before {
    right: 0;
  }
  .l-breadcrumb {
    padding: 0 20px;
  }
  .l-header-nav__link {
    line-height: 1.25;
    font-size: 1.5rem;
  }
  .l-header-nav__link + .l-header-nav__link {
    margin-left: 20px;
  }
  .p-card .l-header__logo img {
    width: 96px;
  }
  .p-card .l-header__logo .logo--text {
    font-weight: 600;
    font-size: 1.2rem;
  }
  .l-footer-nav {
    display: flex;
    justify-content: space-between;
  }
  .l-footer-foot {
    border-top: 1px solid #247AC6;
    padding: 10px 0;
  }
  .l-footer-foot__inner {
    max-width: 1280px;
    padding: 0 20px;
  }
  .l-footer-foot__container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .l-footer-foot .c-nav-list--foot {
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 500px;
  }
  .l-footer-foot .c-nav-list--foot .c-nav__link {
    padding: 0;
    width: auto;
  }
  .l-footer-foot .c-nav-list--foot .c-nav__link:nth-of-type(-n + 2) {
    margin-bottom: 8px;
  }
  .l-footer-foot .c-nav-list--foot .c-nav__link:nth-of-type(2), .l-footer-foot .c-nav-list--foot .c-nav__link:nth-of-type(3), .l-footer-foot .c-nav-list--foot .c-nav__link:nth-of-type(4), .l-footer-foot .c-nav-list--foot .c-nav__link:nth-of-type(5), .l-footer-foot .c-nav-list--foot .c-nav__link:nth-of-type(6) {
    margin-left: 20px;
  }
  .l-footer-foot__logo {
    width: 148px;
    margin: 0;
  }
  .l-footer.footer--card .l-footer__inner {
    padding: 0 20px;
    max-width: 1280px;
  }
  .l-footer.footer--card .l-footer-foot {
    border: none;
  }
  .l-footer.footer--card .l-footer-foot__logo {
    margin-top: 20px;
  }
  .l-footer.footer--card .l-footer-foot .c-nav-list--foot {
    width: 750px;
  }
  .l-footer.footer--card .l-footer-foot .c-nav__link {
    padding: 0;
  }
  .l-footer.footer--card .l-footer-nav .c-nav__link {
    padding: 0;
    width: auto;
  }
  .l-footer.footer--card .l-footer-nav .c-nav__link + .c-nav__link {
    margin-left: 40px;
  }
  .l-footer.footer--card .c-nav-list--foot .c-nav__link:nth-of-type(3) {
    margin-left: 20px;
  }
}

@media screen and (min-width: 1280px) {
  html, body {
    margin: 0;
  }
  .u-hidden-md-up {
    display: none !important;
  }
  .p-card .l-header .c-gnav {
    left: calc(50% + 260px);
  }
  .l-main.main--image {
    background-size: 100% auto;
  }
}

@media screen and (min-width: 1920px) {
  html, body {
    margin: 0;
  }
  .u-hidden-lg-up {
    display: none !important;
  }
}

@media screen and (max-width: 360px) {
  html, body {
    margin: 0;
  }
  .l-inner {
    padding: 0 2%;
  }
}

@media screen and (max-width: 767px) {
  html, body {
    margin: 0;
  }
  .u-hidden-sm-down {
    display: none !important;
  }
  .cookie-consent-in {
    flex-direction: column;
    padding: 15px 25px;
  }
  .cookie-text {
    margin-bottom: 1em;
  }
  .cookie-close {
    margin: 10px 10px 0 0;
    /* 230926追記 */
  }
}

@media screen and (max-width: 1079px) {
  html, body {
    margin: 0;
  }
  .u-hidden-cont-down {
    display: none !important;
  }
}

@media screen and (max-width: 1279px) {
  html, body {
    margin: 0;
  }
  .u-hidden-md-down {
    display: none !important;
  }
}

@media screen and (max-width: 1919px) {
  html, body {
    margin: 0;
  }
  .u-hidden-lg-down {
    display: none !important;
  }
}

@media (hover: hover) {
  .c-button:hover, .c-button-nav:hover {
    background-color: #005bac;
    color: #ffffff;
  }
  .c-button:hover .c-icon--arrow::after, .c-button-nav:hover .c-icon--arrow::after {
    background-image: url("../img/icon_link_white.svg");
    animation: arrowAnime .5s ease-in-out forwards;
  }
  .c-button:hover .c-icon--white::after, .c-button-nav:hover .c-icon--white::after {
    background-image: url("../img/icon_link_blue.svg");
    animation: arrowAnime .5s ease-in-out forwards;
  }
  @keyframes arrowAnime {
    0% {
      transform: translateX(0);
      opacity: 1;
    }
    49% {
      transform: translateX(20px);
      opacity: 1;
    }
    50% {
      transform: translateX(20px);
      opacity: 0;
    }
    51% {
      transform: translateX(-20px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
  .c-button:hover.c-icon--external::before {
    width: 20px;
    height: 20px;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -10px;
    background: url("/assets/img/icon_external_white_arrow.svg") no-repeat;
    background-size: contain;
    transform: translate(2px, -2px);
    transition: transform .3s;
  }
  .c-button:hover.c-icon--external::after {
    width: 20px;
    height: 20px;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -10px;
    background: url("/assets/img/icon_external_white_box.svg") no-repeat;
    background-size: contain;
  }
  .c-button:hover.c-icon--pdf {
    color: #ffffff;
    border-color: #005bac;
  }
  .c-button:hover.c-icon--pdf::after {
    width: 12px;
    height: 15px;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 6px;
    margin-top: -7.5px;
    background: url("/assets/img/icon_pdf_white.svg") no-repeat;
    background-size: contain;
  }
  .c-button-nav:hover .c-link__img {
    transform: scale(1.1);
  }
  .c-button.button--noline:hover {
    background-color: transparent;
    color: rgba(0, 91, 172, 0.8);
  }
  .c-button.button--noline:hover .c-icon--arrow::after {
    background-image: url("../img/icon_link_blue.svg");
  }
  .c-button.button--bg-blue:hover {
    background-color: #ffffff;
    color: #005bac;
  }
  .c-button.button--bg-blue:hover .c-icon--arrow::after {
    background-image: url("../img/icon_link_blue.svg");
  }
  .p-card .c-button:hover .c-icon--arrow--card::after {
    width: 20px;
    height: 5px;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -2.5px;
    background: url("/assets/img/icon_link_white.svg") no-repeat;
    background-size: contain;
    animation: arrowAnime .5s ease-in-out forwards;
  }
  .c-nav-fixed__link:hover {
    width: 70px;
  }
  .c-nav-fixed__link:hover .link--text {
    left: calc(50% - 10px);
  }
  .c-nav-fixed__link:hover::before {
    left: calc(50% - 10px);
  }
  .c-nav-fixed__link:hover::after {
    left: calc(50% - 10px);
  }
  .c-nav-fixed__link:hover.link--ss::before {
    left: calc(55% - 10px);
  }
  .c-nav-pager__number:hover {
    color: #247AC6;
  }
  .c-nav-pager__arrow:hover {
    background-color: transparent;
  }
  .c-nav-pager__arrow:hover .c-icon--arrow::after {
    width: 20px;
    height: 5px;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -2.5px;
    background: url("/assets/img/icon_link_blue.svg") no-repeat;
    background-size: contain;
  }
  .p-card .l-header .c-nav-list--main .c-button:hover {
    color: #ffffff;
  }
  .c-archive-link:hover .c-archive-link__image img {
    transform: scale(1.1);
  }
  .c-archive-link:hover .c-archive-link__info,
  .c-archive-link:hover .c-archive-link__time,
  .c-archive-link:hover .c-archive-link__name {
    color: #005bac;
  }
  .c-archive-link:hover .c-archive-link__more {
    background-color: transparent;
    color: #005bac;
  }
  .c-archive-link:hover .c-archive-link__more .c-icon--arrow::after {
    width: 20px;
    height: 5px;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -2.5px;
    background: url("/assets/img/icon_link_blue.svg") no-repeat;
    background-size: contain;
    animation: arrowAnime .5s ease-in-out forwards;
  }
  .c-link-zoom:hover .c-link-zoom__img {
    transform: scale(1.1);
  }
  .l-header-nav__link:hover {
    color: #005bac;
  }
  .l-header-nav__link:hover::after {
    width: 100%;
  }
}
