@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 {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

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

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  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;
}

/* 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;
}

[lang=ja] body,
[lang=ja] html {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.9;
  overflow-wrap: anywhere;
}

@media (max-width: 813px) {
  [lang=ja] body,
  [lang=ja] html {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
  }
}
.l-body {
  min-width: 1300px;
  padding-top: 100px;
  position: relative;
}

@media (max-width: 1339px) {
  .l-body {
    min-width: 1100px;
  }
}
@media (max-width: 813px) {
  .l-body {
    min-width: 0;
    max-width: 100vw;
    padding-top: 56px;
  }
}
/*
	header
 */
.l-header {
  position: fixed;
  top: 0;
  z-index: 5000;
  width: 100%;
}
.l-header__wrapper {
  margin: 0 auto;
  position: relative;
  height: 110px;
}

@media (max-width: 813px) {
  .l-header__wrapper {
    height: 56px;
    width: 100%;
  }
}
/**
	main
 */
.l-inner {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  margin: 120px auto;
}

@media (max-width: 1339px) {
  .l-inner {
    margin: 0;
    margin: 120px 0;
    padding: 0 30px;
  }
}
@media (max-width: 813px) {
  .l-inner {
    margin: 0;
    margin: 60px 0;
    padding: 0 15px;
  }
}
.l-article {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
}
.l-article__text {
  width: 50%;
}
.l-article__bottom {
  margin-bottom: 60px;
}
.l-article__photo img {
  width: 590px;
}
.l-article__center {
  justify-content: center;
}

@media (max-width: 1339px) {
  .l-article__photo img {
    width: 430px;
  }
}
@media (max-width: 813px) {
  .l-article {
    gap: 15px;
  }
  .l-article__text {
    width: 100%;
    order: 1;
  }
  .l-article__photo {
    order: 2;
    text-align: center;
  }
  .l-article__photo img {
    width: 80%;
  }
  .l-article__bottom {
    margin-bottom: 30px;
  }
}
.l-article-center {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.l-inner-heading {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1339px) {
  .l-inner-heading {
    max-width: auto;
    min-width: 1100px;
    padding: 0 30px;
  }
}
@media (max-width: 813px) {
  .l-inner-heading {
    margin: 0;
    padding: 0 15px;
    max-width: auto;
    min-width: auto;
  }
}
/**
	footer
 */
.l-footer {
  width: 100%;
  background: #00578d;
}

@media (max-width: 813px) {
  .l-footer {
    padding: 60px 0 0 0;
  }
}
/**
	buttons
 */
.c-button {
  display: block;
  color: #ffffff;
  background: #00578d;
  text-align: center;
  position: relative;
  border-radius: 5px;
}
.c-button--small {
  width: 300px;
  font-size: 18px;
  padding: 15px 0;
  margin-top: 30px;
}
.c-button--medium {
  width: 400px;
  font-size: 20px;
  padding: 18px 0;
  margin: 60px auto 0 auto;
}
.c-button--top {
  margin: 120px auto 0 auto;
}
.c-button--auto {
  width: auto;
  font-size: 18px;
  padding: 12px 0;
  margin: 10px auto;
}

@media (max-width: 813px) {
  .c-button--small {
    width: 100%;
    font-size: 16px;
    padding: 15px 0;
    margin: 15px 0 0 0;
  }
  .c-button--medium {
    width: 80%;
    font-size: 18px;
    padding: 15px 0;
    margin: 30px auto 0 auto;
  }
  .c-button--top {
    margin: 60px auto 0 auto;
  }
  .c-button--auto {
    width: 80%;
    font-size: 16px;
    padding: 12px 0;
    margin: 10px auto;
  }
  .c-button--auto:last-of-type {
    margin: 10px auto 30px auto;
  }
}
.c-button-white {
  display: inline-block;
  color: #00578d;
  background: #fff;
  border: solid 1px #00578d;
  text-align: left;
  position: relative;
  border-radius: 5px;
  width: 100%;
  font-size: 20px;
  padding: 15px;
}

@media (max-width: 813px) {
  .c-button-white {
    font-size: 16px;
    padding: 15px;
  }
}
.c-button-page-top {
  display: block;
  width: 60px;
  height: 60px;
  position: fixed;
  border: 1px solid #00578d;
  border-radius: 5px;
  background: #ffffff;
  left: 93%;
  bottom: 50px;
  transition: background 0.2s ease-out;
}
.c-button-page-top::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #00578d;
  border-right: 2px solid #00578d;
  transform: rotate(-45deg);
  position: absolute;
  top: 5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  transition: border 0.2s ease-out;
}

@media (max-width: 813px) {
  .c-button-page-top {
    display: block;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    left: auto;
  }
  .c-button-page-top::after {
    width: 10px;
    height: 10px;
  }
}
/**
	headings
 */
.c-heading-2nd {
  background: #00578d;
  height: 240px;
}
.c-heading-2nd__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /**width: 100vw; */
  min-height: 240px;
}
.c-heading-2nd__title {
  font-size: 46px;
  line-height: 1.4;
  color: #ffffff;
}
[lang=ja] .c-heading-2nd__sub {
  font-family: "Oswald", sans-serif;
  letter-spacing: 1.6px;
}
.c-heading-2nd__sub {
  display: block;
  font-size: 20px;
  font-weight: 300;
  color: #e5eef3;
  letter-spacing: 1.6px;
}
.c-heading-2nd__small {
  font-size: 26px;
}

@media (max-width: 813px) {
  .c-heading-2nd {
    height: auto;
  }
  .c-heading-2nd__inner {
    min-height: auto;
    padding: 40px 15px;
  }
  .c-heading-2nd__title {
    font-size: 24px;
  }
  .c-heading-2nd__sub {
    font-size: 15px;
  }
  .c-heading-2nd__small {
    font-size: 16px;
  }
}
.c-heading-h3 {
  font-size: 50px;
  text-align: center;
  color: #00578d;
  line-height: 1.6;
  margin-bottom: 60px;
}
[lang=ja] .c-heading-h3__sub {
  font-family: "Oswald", sans-serif;
  letter-spacing: 1.6px;
}
.c-heading-h3__sub {
  font-size: 22px;
  font-weight: 300;
  display: block;
  color: #4c89af;
}

@media (max-width: 813px) {
  [lang=ja] .c-heading-h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 26px;
    font-weight: normal;
  }
  .c-heading-h3 {
    margin-bottom: 15px;
  }
  .c-heading-h3__sub {
    display: block;
    font-size: 14px !important;
  }
}
.c-heading-h4 {
  font-size: 30px;
  line-height: 1;
  color: #00578d;
  margin-bottom: 30px;
  position: relative;
}
.c-heading-h4--none {
  margin-bottom: 0;
}

@media (max-width: 1339px) {
  .c-heading-h4 {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .c-heading-h4--none {
    margin-bottom: 0;
  }
}
@media (max-width: 813px) {
  .c-heading-h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.c-heading-h5 {
  color: #00578d;
  text-align: center;
  font-weight: bold;
  font-size: 34px;
  margin-bottom: 60px;
  line-height: 1.4;
}

@media (max-width: 813px) {
  .c-heading-h5 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.c-heading-h6 {
  color: #00578d;
  text-align: left;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 20px;
  padding: 0 0 20px 20px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  line-height: 1;
}
.c-heading-h6::before {
  position: absolute;
  left: 0;
  width: 5px;
  height: 25px;
  background-color: #00578d;
  content: "";
}
.c-heading-h6--border {
  border: 0;
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
}
.c-heading-h6--top0 {
  margin-top: 0;
}

@media (max-width: 813px) {
  .c-heading-h6 {
    font-size: 16px;
    padding: 0 0 15px 15px;
    margin: 0 0 15px 0;
    line-height: 1.4;
  }
  .c-heading-h6::before {
    height: 20px;
  }
  .c-heading-h6--border {
    padding: 0 0 0 15px;
  }
}
.c-heading-read {
  color: #00578d;
  text-align: left;
  font-weight: bold;
  font-size: 34px;
  letter-spacing: 0.2rem;
  margin-bottom: 30px;
}

@media (max-width: 813px) {
  .c-heading-read {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.c-heading-guide {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}
.c-heading-guide__container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.c-heading-guide__item {
  font-size: 16px;
  position: relative;
  padding: 0 60px 0 0;
}
.c-heading-guide__item::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 1px #333333;
  border-right: solid 1px #333333;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
}
.c-heading-guide__item:last-of-type::before {
  display: none;
}

@media (max-width: 813px) {
  .c-heading-guide__item {
    font-size: 12px;
    padding: 0 30px 0 0;
  }
  .c-heading-guide__item::before {
    content: "";
    width: 5px;
    height: 5px;
    top: 50%;
    bottom: 50%;
    right: 12px;
    margin: auto;
  }
}
.c-icon {
  position: absolute;
  display: inline-block;
}
.c-icon__arrow {
  position: absolute;
  width: 8px;
  height: 8px;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  transform: rotate(45deg);
}
.c-icon__arrow::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.c-icon__arrow--blue {
  width: 8px;
  height: 8px;
}
.c-icon__arrow--blue::after {
  width: 8px;
  height: 8px;
  border-top: 1px solid #00578d;
  border-right: 1px solid #00578d;
}
.c-icon__arrow--black {
  width: 8px;
  height: 8px;
  right: 30px;
}
.c-icon__arrow--black::after {
  width: 8px;
  height: 8px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
}
.c-icon__arrow-left {
  position: absolute;
  width: 8px;
  height: 8px;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  transform: rotate(225deg);
}
.c-icon__arrow-left::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.c-icon__arrow-left--black {
  width: 8px;
  height: 8px;
  right: 30px;
}
.c-icon__arrow-left--black::after {
  width: 8px;
  height: 8px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
}
.c-icon__arrow-under {
  position: absolute;
  width: 8px;
  height: 8px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(135deg);
}
.c-icon__arrow-under::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #00578d;
  border-right: 1px solid #00578d;
}
.c-icon__arrow-circle {
  background-color: #00578d;
  border-radius: 100px;
  position: absolute;
  padding: 5px;
}
.c-icon__arrow-circle span {
  display: block;
  width: 11px;
  height: 11px;
  background: url(../images/svg/arrow_white.svg) no-repeat transparent;
}
.c-icon__arrow-circle--card {
  bottom: 10px;
  right: 10px;
}
.c-icon__arrow-circle--header {
  bottom: 0;
  right: 0;
}
.c-icon__blank-window {
  content: "";
  top: 0;
  bottom: 0;
  margin: auto 0 auto 8px;
  width: 16px;
  height: 16px;
  background: url(../images/svg/icon_blank_open_white.svg) no-repeat transparent;
}
.c-icon__blank-window--black {
  background: url(../images/svg/icon_blank_open_black.svg) no-repeat transparent;
}
.c-icon__blank-window--right {
  right: 30px;
}
.c-icon__blank-window--blue {
  background: url(../images/svg/icon_blank_open_blue.svg) no-repeat transparent;
}
.c-icon__pdf {
  content: "";
  top: 0;
  bottom: 0;
  margin: auto 0 auto 8px;
  width: 27px;
  height: 27px;
  background: url(../images/svg/icon_pdf.svg) no-repeat transparent;
}
.c-icon--center {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0 !important;
  margin: auto;
}

@media (max-width: 813px) {
  .c-icon__arrow {
    right: 15px;
  }
  .c-icon__blank-window {
    width: 13px;
    height: 13px;
  }
  .c-icon__blank-window--right {
    right: 15px;
  }
  .c-icon__blank-window--blue {
    top: auto;
    bottom: 10%;
  }
  .c-icon__pdf {
    width: 20px;
    height: 20px;
    bottom: 10%;
    top: auto;
    margin: auto 0 auto 8px;
  }
}
.c-icon-none {
  display: none;
}

@media (max-width: 813px) {
  .c-icon {
    display: inline-block;
  }
}
.c-icon-category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  border: 1px solid #00578d;
  color: #00578d;
  font-size: 16px;
  padding: 0 10px;
  height: 30px;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 5px;
}
.c-icon-category--purple {
  color: #21138c;
  border: 1px solid #21138c;
}
.c-icon-category--red {
  color: #c03121;
  border: 1px solid #c03121;
}
.c-icon-category--light-blue {
  color: #007bc7;
  border: 1px solid #007bc7;
}
.c-icon-category--transform {
  transform: scaleX(0.8);
  transform-origin: top left;
  white-space: nowrap;
}

@media (max-width: 813px) {
  .c-icon-category {
    font-size: 12px;
    padding: 0 10px;
    margin: 5px 0;
    height: 22px;
  }
  .c-icon-category--transform {
    transform: scaleX(1);
  }
}
/**
	card
 */
.c-card {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}
.c-card__business {
  width: calc(50% - 15px);
  display: flex;
  align-items: center;
  border: 1px solid #00578d;
  border-radius: 15px;
  padding: 20px 30px 20px 20px;
  position: relative;
}
.c-card__business--photo {
  width: 200px;
  height: 190px;
  margin: 0 30px 0 0;
  flex-shrink: 0;
  /**max-width: fit-content;*/
}
.c-card__business--photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-card__business--photo--left img {
  object-position: 30% 50%;
}
.c-card__corporate {
  width: 300px;
}
.c-card__corporate--photo {
  border: 2px solid;
  border-color: #e5e5e5;
  border-radius: 15px;
}
.c-card__corporate--text {
  text-align: center;
  margin: 10px 0;
  font-weight: 500;
  position: relative;
  font-size: 20px;
}
.c-card__corporate--text-bottom {
  margin-bottom: 30px;
}
.c-card--wide {
  gap: 60px;
}

@media (max-width: 1339px) {
  .c-card__corporate {
    width: auto;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-card__corporate--text {
    font-size: 18px;
  }
  .c-card__business--photo {
    height: 160px;
  }
  .c-card--wide {
    gap: 30px;
  }
}
@media (max-width: 813px) {
  .c-card {
    gap: 15px;
    text-align: center;
  }
  .c-card__business {
    width: 100%;
    display: block;
    border: 1px solid #00578d;
    border-radius: 15px;
    padding: 15px 15px 30px 15px;
  }
  .c-card__business--photo {
    width: 100%;
    margin: 0 0 15px 0;
    height: 150px;
  }
  .c-card__corporate {
    width: auto;
    flex: none;
    max-width: fit-content;
  }
  .c-card__corporate--photo {
    width: 80%;
  }
  .c-card__corporate--text {
    font-size: 16px;
  }
  .c-card__corporate--text-bottom {
    margin-bottom: 10px;
  }
}
/**
	table
 */
.c-table-basic {
  width: 100%;
}
.c-table-basic th,
.c-table-basic td {
  border-top: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
  padding: 30px 0;
  vertical-align: middle;
}
.c-table-basic th {
  width: 500px;
  min-width: 150px;
  text-align: left;
  font-weight: bold;
}

@media (max-width: 813px) {
  .c-table-basic th,
  .c-table-basic td {
    padding: 20px 0;
  }
  .c-table-basic th {
    min-width: 90px;
    width: auto;
  }
}
/**
	link
 */
.c-link {
  text-decoration: underline;
}
.c-link:hover {
  text-decoration: none;
}
.c-link--none {
  text-decoration: none;
}
.c-link--none:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.c-link--blue {
  color: #00578d;
}
.c-link--hoverblue:hover {
  color: #00578d;
}
.c-link--arrow {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-top: 10px;
}
.c-link--arrow::after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #00578d;
  border-right: 1px solid #00578d;
  transform: rotate(45deg);
}
.c-link--blank {
  position: relative;
  padding-right: 35px;
}

.c-link-image {
  transition: opacity 0.2s ease-out;
}
.c-link-image:hover {
  opacity: 0.7;
}

.c-link-menu {
  position: relative;
  display: inline-block;
  line-height: 1;
}
.c-link-menu::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 0%;
  height: 3px;
  transition: width 0.2s ease-out;
}
.c-link-menu:hover::after {
  width: 100%;
}
.c-link-menu--disabled {
  position: relative;
}
.c-link-menu--disabled::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #aaaaaa;
  transition: width 0.2s ease-out;
}

@media (max-width: 813px) {
  .c-link--arrow {
    padding-left: 14px;
  }
  .c-link--arrow::after {
    width: 6px;
    height: 6px;
  }
  .c-link--blank {
    padding-right: 30px;
  }
}
/**
	list
 */
.c-list {
  padding-left: 1em;
}
.c-list li {
  list-style: auto;
  margin-left: 1em;
  padding-left: 0.5em;
}
.c-list__top {
  margin-top: 30px;
}
.c-list__bottom {
  margin-bottom: 30px;
}

.c-list-dot {
  padding-left: 1em;
}
.c-list-dot li {
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
}
.c-list-dot li::before {
  content: "・";
  margin-right: 5px;
}
.c-list-dot__top {
  margin-top: 30px;
}
.c-list-dot__bottom {
  margin-bottom: 30px;
}
.c-list-dot__none {
  padding-left: 0;
}

@media (max-width: 813px) {
  .c-list__top {
    margin-top: 15px;
  }
  .c-list__bottom {
    margin-bottom: 15px;
  }
  .c-list-dot__top {
    margin-top: 15px;
  }
  .c-list-dot__bottom {
    margin-bottom: 15px;
  }
}
/**
	unit
 */
.c-unit {
  margin-bottom: 60px;
}
.c-unit__border {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 120px;
  margin-bottom: 120px;
}

@media (max-width: 813px) {
  .c-unit {
    margin-bottom: 60px;
  }
  .c-unit__border {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}
.c-unit-wide {
  margin-bottom: 100px;
}

@media (max-width: 813px) {
  .c-unit-wide {
    margin-bottom: 60px;
  }
}
.c-unit-xwide {
  margin-bottom: 120px;
}

@media (max-width: 813px) {
  .c-unit-xwide {
    margin-bottom: 60px;
  }
}
.c-unit-slim {
  margin-bottom: 30px;
}

@media (max-width: 813px) {
  .c-unit-slim {
    margin-bottom: 30px;
  }
}
/**
	images
 */
img {
  max-width: 100%;
}

.c-images--bottom {
  margin-bottom: 30px;
}
.c-images--top {
  margin-top: 30px;
}
.c-images--top-wide {
  margin-top: 60px;
}

.c-images-radius {
  border-radius: 5px;
}

@media (max-width: 813px) {
  .c-images {
    width: 100%;
  }
  .c-images--bottom {
    margin-bottom: 15px;
  }
  .c-images--top {
    margin-top: 15px;
  }
  .c-images--top-wide {
    margin-top: 30px;
  }
  .c-images--80 {
    width: 80%;
  }
}
/**
	text
 */
.c-text--blue {
  color: #00578d;
}
.c-text--center {
  text-align: center;
}
.c-text--right {
  text-align: right;
}
.c-text--left {
  text-align: left;
}
.c-text--xlarge {
  font-size: 30px;
}
.c-text--large {
  font-size: 20px;
}
.c-text--small {
  font-size: 16px;
}
.c-text--narrow {
  line-height: 1.4;
}
.c-text--top {
  margin-top: 30px;
}
.c-text--top-wide {
  margin-top: 60px;
}
.c-text--bottom {
  margin-bottom: 30px;
}
.c-text--bottom-wide {
  margin-bottom: 60px;
}
.c-text--indent {
  display: block;
  padding-left: 1em;
}
.c-text--sp {
  display: none;
}

@media (max-width: 813px) {
  .c-text--xlarge {
    font-size: 20px;
  }
  .c-text--large {
    font-size: 18px;
  }
  .c-text--small {
    font-size: 14px;
  }
  .c-text--top {
    margin-top: 15px;
  }
  .c-text--top-wide {
    margin-top: 30px;
  }
  .c-text--bottom {
    margin-bottom: 15px;
  }
  .c-text--bottom-wide {
    margin-bottom: 30px;
  }
  .c-text--sp {
    display: block;
  }
}
/**
	top
 */
.p-top-visual {
  position: relative;
  margin-bottom: 40px;
  height: calc(100vh - 100px);
}
.p-top-visual__copy {
  z-index: 100;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 650px);
  margin: auto;
  width: 369px;
  height: 477px;
  mask-image: url(/assets/images/svg/text_main-copy.svg);
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 100%;
  background: url(/assets/images/top/bg_copy-background.jpg) no-repeat;
  mix-blend-mode: multiply;
}
.p-top-visual__image {
  width: 100%;
}
.p-top-visual__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 100;
  margin: auto;
}
.p-top-pager__container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border-radius: 50px;
  background: #ffffff;
  padding: 0 20px;
}
.p-top-pager__pagination {
  display: inline-block;
  height: 8px;
  line-height: 0;
}
.p-top-pager__pagination .swiper-pagination-bullet {
  display: inline-block;
  background: #bbbbbb;
}
.p-top-pager__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000000;
}
.p-top-pager__button {
  position: relative;
  display: block;
  width: 32px;
  height: 36px;
  padding-left: 10px;
  margin-left: 6px;
  border-left: 1px solid #bbbbbb;
}
.p-top-pager__stop {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 18px;
  height: 36px;
}
.p-top-pager__stop::after {
  content: "";
  display: block;
  width: 8px;
  height: 10px;
  border-right: 2px solid #bbbbbb;
  border-left: 2px solid #bbbbbb;
}
.p-top-pager__stop.js-play::after {
  border: 0;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #bbbbbb;
}

@media (max-width: 1339px) {
  .p-top-visual {
    max-height: 600px;
    width: 100%;
  }
  .p-top-visual__copy {
    left: calc(50% - 500px);
    transform: scale(0.8);
  }
}
@media (max-width: 813px) {
  .p-top-visual {
    position: relative;
    margin-bottom: 0;
    height: 340px;
    width: 100%;
  }
  .p-top-visual__copy {
    left: 20px;
    top: 60px;
    bottom: auto;
    width: 163px;
    height: 186px;
    mask-image: url(/assets/images/svg/text_main-copy_sp.svg);
    background-size: 163px 186px;
  }
  .p-top-visual__image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .p-top-visual__image.mv_01 {
    background-image: url(/assets/images/top/mv_01s.jpg);
  }
  .p-top-visual__image.mv_02 {
    background-image: url(/assets/images/top/mv_02s.jpg);
  }
  .p-top-visual__image.mv_03 {
    background-image: url(/assets/images/top/mv_03s.jpg);
  }
  .p-top-visual__image.mv_04 {
    background-image: url(/assets/images/top/mv_04s.jpg);
  }
  .p-top-visual__image.mv_05 {
    background-image: url(/assets/images/top/mv_05s.jpg);
  }
  .p-top-visual__image.mv_06 {
    background-image: url(/assets/images/top/mv_06s.jpg);
  }
  .p-top-visual__image.mv_07 {
    background-image: url(/assets/images/top/mv_07s.jpg);
  }
  .p-top-visual__image.mv_08 {
    background-image: url(/assets/images/top/mv_08s.jpg);
  }
  .p-top-visual__image img {
    display: none;
  }
  .p-top-pager {
    bottom: 10px;
  }
  .p-top-pager__container {
    height: 32px;
    border-radius: 32px;
    padding: 0 14px;
  }
  .p-top-pager__pagination {
    height: 6px;
  }
  .p-top-pager__pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .p-top-pager__button {
    width: 24px;
    height: 24px;
    padding-left: 8px;
    margin-left: 6px;
  }
  .p-top-pager__stop {
    width: 14px;
    height: 24px;
  }
  .p-top-pager__stop::after {
    width: 6px;
    height: 8px;
  }
}
.p-top-text {
  text-align: center;
  font-size: 22px;
  margin: 60px 0;
}

@media (max-width: 813px) {
  .p-top-text {
    font-size: 16px;
    margin: 15px 0;
  }
}
.p-top-corporate {
  overflow: hidden;
  background: #e5eef3;
}
.p-top-corporate__container {
  display: flex;
}
.p-top-corporate__unit {
  background: #fff;
  padding: 52px 60px 52px 30px;
  border-radius: 15px 0 0 15px;
  width: 710px;
}
.p-top-corporate__btnunit {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.p-top-corporate__btn {
  width: calc(50% - 5px);
}
.p-top-corporate__photo {
  border-radius: 0 15px 15px 0;
}
.p-top-corporate__heading {
  margin-top: 40px;
}

@media (max-width: 1339px) {
  .p-top-corporate__unit {
    width: 65%;
  }
  .p-top-corporate__photo {
    width: 100%;
    height: 535px;
    object-fit: cover;
  }
}
@media (max-width: 813px) {
  .p-top-corporate__container {
    display: block;
  }
  .p-top-corporate__unit {
    border-radius: 15px 15px 0 0;
    padding: 30px 15px;
    width: 100%;
  }
  .p-top-corporate__btnunit {
    display: block;
  }
  .p-top-corporate__btn {
    width: 100%;
    margin-bottom: 10px;
  }
  .p-top-corporate__photo {
    width: 100%;
    height: 270px;
    border-radius: 0 0 15px 15px;
  }
}
.p-top-sustainability {
  overflow: hidden;
  background: url(/assets/images/top/bg_sustainability.jpg) no-repeat;
  background-size: cover;
}
.p-top-sustainability img {
  border-radius: 15px 15px 0 0;
}
.p-top-sustainability__unit {
  display: flex;
  gap: 30px;
  justify-content: center;
}
.p-top-sustainability__text {
  padding: 30px 15px;
  background: #fff;
  border-radius: 0 0 15px 15px;
  position: relative;
}

@media (max-width: 1339px) {
  .p-top-sustainability__unit {
    gap: 0;
  }
  .p-top-sustainability__item {
    flex: 0 0 calc(25% - 15px);
    max-width: calc(25% - 15px);
    margin-right: 15px;
  }
}
@media (max-width: 813px) {
  .p-top-sustainability {
    background-position: center;
  }
  .p-top-sustainability__unit {
    flex-wrap: wrap;
    gap: 15px;
  }
  .p-top-sustainability__text {
    padding: 15px;
  }
  .p-top-sustainability__item {
    flex: none;
    max-width: fit-content;
    width: 80%;
    margin: 0;
  }
  .p-top-sustainability__item img {
    width: 100%;
  }
}
.p-header {
  height: 100px;
  background: #ffffff;
  min-width: 1100px;
}
.p-header__container {
  height: 100px;
  display: block;
  background: #ffffff;
  z-index: 1000;
}
.p-header__title {
  display: block;
  overflow: hidden;
  text-indent: -999em;
  height: 27px;
  width: 341px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 40px;
  background: url(../images/svg/logo_tokai-holdings.svg) no-repeat transparent;
  background-size: 100%;
}
.p-header__inner-link {
  display: block;
  width: 100%;
  height: 100%;
}
.p-header__sub {
  display: none;
  position: absolute;
  left: 0;
  top: 2.5em;
  width: 300px;
  border-radius: 5px;
  z-index: 3;
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
.p-header__sub a {
  display: block;
  padding: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.p-header__sub a.last {
  border-bottom: none;
}
.p-header__sub a:hover {
  opacity: 1;
}

@media (max-width: 1339px) {
  .p-header__title {
    width: 320px;
    left: 20px;
    background-size: 100%;
  }
}
@media (max-width: 813px) {
  .p-header {
    min-width: auto;
    height: 60px;
  }
  .p-header__container {
    height: 60px;
  }
  .p-header__title {
    height: 20px;
    width: 230px;
    left: 15px;
    background-size: contain;
    background: url(../images/svg/logo_tokai-holdings.svg) no-repeat contain;
  }
}
.p-header-nav {
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 30px;
}
.p-header-nav__menu {
  display: inline-block;
  margin-left: 30px;
  position: relative;
}

@media (max-width: 813px) {
  .p-header-nav {
    display: none;
  }
}
.p-header-menu-button {
  display: none;
}

@media (max-width: 813px) {
  .p-header-menu-button {
    display: block;
    width: 42px;
    height: 42px;
    background: transparent;
    right: 8px;
    top: 8px;
    background: #00578d;
    position: absolute;
    border-radius: 5px;
    z-index: 999;
  }
  .p-header-menu-button__icon {
    display: block;
    background: #ffffff;
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transition: background 0.2s ease-out;
    margin: auto;
    width: 20px;
    height: 2px;
  }
  .p-header-menu-button__icon::before, .p-header-menu-button__icon::after {
    content: "";
    position: absolute;
    background: #ffffff;
    transition: all 0.2s ease-out;
    width: 20px;
    height: 2px;
  }
  .p-header-menu-button__icon::before {
    top: -8px;
  }
  .p-header-menu-button__icon::after {
    bottom: -8px;
  }
  .p-header-menu-button__icon.js-opened {
    height: 0;
  }
  .p-header-menu-button__icon.js-opened::before, .p-header-menu-button__icon.js-opened::after {
    top: 0;
    bottom: 0;
    background-color: #ffffff;
  }
  .p-header-menu-button__icon.js-opened::before {
    transform: rotate(405deg);
  }
  .p-header-menu-button__icon.js-opened::after {
    transform: rotate(-405deg);
  }
}
.p-footer {
  color: #fff;
}
.p-footer__container {
  margin: 0 auto;
}

@media (max-width: 813px) {
  .p-footer__container {
    width: 100%;
    margin: 0 auto;
  }
}
.p-footer-nav__menu-inner {
  display: flex;
  flex-wrap: nowrap;
  gap: 80px;
  justify-content: center;
  padding: 80px 0;
}
.p-footer-nav__heading {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1.6;
  position: relative;
}
.p-footer-nav__link {
  font-size: 16px;
  line-height: 2;
}

@media (max-width: 1339px) {
  .p-footer-nav__menu-inner {
    gap: 40px;
  }
}
@media (max-width: 813px) {
  .p-footer-nav {
    order: 1;
  }
  .p-footer-nav__menu-inner {
    display: block;
    padding: 0 15px;
    flex-wrap: wrap;
  }
  .p-footer-nav__menu-unit {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5eef3;
  }
  .p-footer-nav__heading {
    font-size: 16px;
  }
  .p-footer-nav__container {
    display: flex;
    flex-wrap: wrap;
  }
  .p-footer-nav__link {
    font-size: 14px;
    width: 50%;
  }
}
.p-footer-other {
  order: 3;
  padding: 30px;
  border-top: solid 1px #4c89af;
}
.p-footer-other__policy {
  font-size: 14px;
  display: flex;
  gap: 30px;
  justify-content: center;
}

@media (max-width: 813px) {
  .p-footer-other {
    height: auto;
    padding: 0 15px 60px 15px;
    border-top: none;
  }
  .p-footer-other__policy {
    display: block;
    line-height: 2.5;
  }
}
.p-footer-copyright {
  background: #fff;
  color: #333333;
  font-size: 14px;
  text-align: center;
  line-height: 2;
  padding: 30px;
}
.p-footer-copyright img {
  width: 340px;
}

@media (max-width: 1339px) {
  .p-footer-copyright {
    font-size: 12px;
  }
  .p-footer-copyright img {
    width: 280px;
  }
}
@media (max-width: 813px) {
  .p-footer-copyright {
    font-size: 9px;
  }
  .p-footer-copyright img {
    width: 240px;
  }
}
/**
	news
 */
.p-news {
  border-bottom: solid 1px #e5e5e5;
}
.p-news a {
  display: grid;
  grid-template-columns: 135px 1fr;
  position: relative;
  padding: 40px 60px 34px 0;
  border-top: solid 1px #e5e5e5;
}
.p-news a > span {
  justify-self: start;
  margin-left: 0;
}
.p-news a > p {
  margin-top: 8px;
}
.p-news a > time {
  grid-row: 1/3;
  align-self: center;
  font-size: 18px;
  font-weight: bold;
}
.p-news a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: rotate(45deg);
}
.p-news a.pdf::after {
  border: 0;
  transform: rotate(0);
  width: 27px;
  height: 27px;
  background: url(/assets/images/svg/icon_pdf.svg) no-repeat transparent;
}
.p-news a._blank::after {
  border: 0;
  transform: rotate(0);
  width: 16px;
  height: 16px;
  background: url(/assets/images/svg/icon_blank_open_black.svg) no-repeat transparent;
}
.p-news a.none::after {
  display: none;
}
.p-news a.none:hover p {
  text-decoration: none;
}
.p-news a:hover p {
  text-decoration: underline;
}
.p-news.js-no-news {
  border: 0;
}
.p-news.js-no-news::after {
  content: "該当するニュースがありません";
  display: block;
  width: 100%;
  text-align: center;
  margin: 30px 0;
}

@media (max-width: 813px) {
  .p-news a {
    display: block;
    padding: 20px 30px 16px 0;
    grid-template-columns: 90px auto;
  }
  .p-news a > span {
    grid-column: 2/3;
  }
  .p-news a > p {
    grid-column: 1/3;
    margin-top: 3px;
    line-height: 1.6;
  }
  .p-news a > time {
    grid-column: 1/2;
    margin-bottom: 0;
    font-size: 14px;
    position: relative;
    display: block;
  }
  .p-news a.pdf::after {
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    right: 0;
  }
  .p-news a._blank::after {
    right: 3px;
    width: 12px;
    height: 12px;
    background: url(/assets/images/svg/icon_blank_open_black.svg) no-repeat transparent;
  }
}
.p-news-title {
  border-bottom: 1px solid #e5e5e5;
  font-size: 30px;
  margin-bottom: 60px;
  padding-bottom: 30px;
}

@media (max-width: 813px) {
  .p-news-title {
    font-size: 18px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    line-height: 1.6;
  }
}
.p-news-photo {
  text-align: center;
  margin-bottom: 30px;
}
.p-news-photo div {
  margin-top: 30px;
  font-weight: bold;
}

@media (max-width: 813px) {
  .p-news-photo {
    margin-bottom: 15px;
  }
  .p-news-photo div {
    margin-top: 15px;
  }
}
.p-news-detail time {
  font-size: 18px;
  font-weight: bold;
  margin-right: 30px;
}
.p-news-detail p {
  margin: 60px 0;
}
.p-news-detail p a {
  text-decoration: underline;
  color: #00578d;
}
.p-news-detail p a:hover {
  color: #333333;
}
.p-news-detail img {
  max-width: 100%;
}

@media (max-width: 813px) {
  .p-news-detail time {
    font-size: 14px;
    margin-right: 15px;
  }
  .p-news-detail p {
    margin: 30px 0;
  }
}
.p-news-pager {
  width: 100%;
  margin-top: 100px;
}
.p-news-pager__container {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 1;
}
.p-news-pager__item {
  cursor: pointer;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin: 0 5px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  position: relative;
}
.p-news-pager__item a {
  display: block;
}
.p-news-pager__item a:active {
  background: #00578d;
}
.p-news-pager__item--border0 {
  border: 0;
}
.p-news-pager__item.js-active {
  cursor: default;
  border: 0;
  background: #00578d;
  color: #ffffff;
}
.p-news-pager__item.js-active:hover {
  background-color: #00578d;
}
.p-news-pager__item {
  transition: background-color 0.2s ease-out;
}
.p-news-pager__item:hover {
  background-color: #eeeeee;
}

@media (max-width: 813px) {
  .p-news-pager {
    width: 100%;
    margin-top: 50px;
    overflow: scroll;
  }
  .p-news-pager__container {
    display: block;
    font-size: 14px;
    text-align: center;
  }
  .p-news-pager__item {
    display: inline-block;
    overflow: hidden;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin: 0 3px 10px;
  }
}
.p-news-categories {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.p-news-categories__radio-button {
  display: inline-block;
  flex: 1 1 250px;
}
.p-news-categories__radio-button input {
  display: none;
}
.p-news-categories__radio-button label {
  display: inline-block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 6px;
  background: #dddddd;
  color: #333333;
  font-size: 18px;
  white-space: nowrap;
  transition: opacity 0.2s ease-out;
}
.p-news-categories__radio-button label:hover {
  opacity: 0.7;
}
.p-news-categories__radio-button input:checked + label {
  cursor: default;
  background: #00578d;
  color: #ffffff;
}
.p-news-categories__radio-button input:checked + label:hover {
  opacity: 1;
}

@media (max-width: 1339px) {
  .p-news-categories label {
    font-size: 16px;
  }
}
@media (max-width: 813px) {
  .p-news-categories {
    display: none;
  }
}
.p-news-select {
  display: none;
}

@media (max-width: 813px) {
  .p-news-select {
    display: inline-flex;
    align-items: center;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
  }
  .p-news-select::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #333333;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: "";
    pointer-events: none;
  }
  .p-news-select select {
    width: 100%;
    appearance: none;
    height: 2.8em;
    padding: 5px;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    color: #333333;
    font-size: 14px;
    cursor: pointer;
  }
}
/**
	menu
 */
.p-menu {
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 50px;
}
.p-menu__container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 40px;
}
.p-menu__category {
  position: relative;
}
.p-menu__children {
  display: none;
  position: absolute;
  left: 0;
  top: 3em;
  width: 300px;
  border-radius: 5px;
  z-index: 3;
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
.p-menu__menu-item {
  padding: 10px 0;
}
.p-menu__menu-item--child {
  padding: 0;
}
.p-menu__menu-item--child:last-of-type a {
  border: 0;
}
.p-menu__menu-item--child a {
  display: block;
  padding: 30px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.p-menu__menu-item--child a:hover {
  color: #00578d;
}
.p-menu__menu-item__hover a {
  position: relative;
  display: inline-block; /* これがないとリンク範囲が全幅になる */
}
.p-menu__menu-item__hover a::after {
  background-color: #00578d;
  bottom: 0px; /* 要素の下端からの距離 */
  content: ""; /* 要素に内容を追加 */
  height: 2px; /* 下線の高さ */
  left: 0;
  position: absolute;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
  width: 100%;
}
.p-menu__menu-item__hover a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.p-menu__menu-item--current {
  padding: 0;
  position: relative;
  display: inline-block;
  line-height: 1;
  color: #f16a30;
}
.p-menu__menu-item--current::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #f16a30;
}

@media (max-width: 1339px) {
  .p-menu__container {
    gap: 20px;
  }
}
@media (max-width: 813px) {
  .p-menu {
    position: static;
    right: auto;
    top: auto;
    bottom: auto;
    margin: auto;
    font-size: 16px;
    display: none;
    overflow: auto;
    height: 100dvh;
    background: #ffffff;
    z-index: -999;
  }
  .p-menu__wrapper {
    height: 100%;
    display: block;
    overflow-y: scroll;
    overscroll-behavior: contain;
    padding-bottom: 100px;
  }
  .p-menu__container {
    display: block;
  }
  .p-menu__category {
    background: #e5eef3;
    display: block;
    margin-bottom: 1px;
    position: relative;
  }
  .p-menu__children {
    display: block;
    position: static;
    left: auto;
    top: auto;
    width: auto;
    border-radius: 0;
    z-index: auto;
    background-color: transparent;
    box-shadow: none;
  }
  .p-menu__children a {
    display: block;
    padding: 0;
    border-bottom: 0;
    position: static;
  }
  .p-menu__children a.last {
    border-bottom: none;
  }
  .p-menu__children a:hover {
    opacity: 1;
  }
  .p-menu__menu-item {
    display: block;
    padding: 8px 8px 8px 25px;
    position: relative;
    color: #00578d;
    font-weight: bold;
  }
  .p-menu__menu-item--child {
    display: block;
    background: #ffffff;
    padding-left: 45px;
    font-weight: normal;
    color: #333333;
    border-bottom: solid 1px #e5e5e5;
  }
  .p-menu__menu-item--child:last-of-type {
    border: 0;
  }
  .p-menu__menu-item .c-icon {
    display: block;
  }
  .p-menu__menu-item__hover a {
    position: static;
    width: 100%;
  }
  .p-menu__menu-item__hover a::after {
    display: none;
  }
}
.p-menu-2nd {
  width: 100%;
}
.p-menu-2nd__container {
  display: flex;
  gap: 60px;
  justify-content: center;
  color: #00578d;
}
.p-menu-2nd__item {
  font-size: 20px;
  border-bottom: 1px solid #00578d;
  position: relative;
  padding-right: 25px;
}
.p-menu-2nd__item a {
  display: block;
}

@media (max-width: 813px) {
  .p-menu-2nd__container {
    gap: 30px;
    flex-wrap: wrap;
    row-gap: 15px;
  }
  .p-menu-2nd__item {
    font-size: 16px;
    padding-right: 25px;
  }
}
.p-groups-vision__container {
  background: url(../images/group/photo_vision_01.jpg) no-repeat center;
  height: 600px;
  position: relative;
}
.p-groups-vision__text {
  width: 100%;
  text-align: center;
  font-size: 30px;
  color: #00578d;
  letter-spacing: 2px;
  line-height: 2.5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

@media (max-width: 813px) {
  .p-groups-vision__container {
    background-size: cover;
    height: 220px;
  }
  .p-groups-vision__text {
    font-size: 16px;
    line-height: 1.8;
    padding: 0 15px;
  }
}
.p-groups-mission__unit {
  padding: 40px;
  background: #e5eef3;
  border-radius: 15px;
  text-align: left;
  width: 100%;
  display: grid;
  gap: 30px;
}
.p-groups-mission__container {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  row-gap: 60px;
}
.p-groups-mission__item {
  display: grid;
  width: calc(50% - 15px);
  grid-template-rows: 90px 1fr;
  row-gap: 30px;
}
.p-groups-mission__title {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  color: #00578d;
}
.p-groups-mission__title span {
  display: block;
  font-size: 22px;
}
.p-groups-mission__photo {
  align-self: end;
}

@media (max-width: 1339px) {
  .p-groups-mission__title {
    font-size: 30px;
  }
}
@media (max-width: 813px) {
  .p-groups-mission__unit {
    padding: 20px;
  }
  .p-groups-mission__item {
    width: 100%;
    grid-template-rows: auto;
    row-gap: 15px;
  }
  .p-groups-mission__title {
    font-size: 20px;
  }
  .p-groups-mission__title span {
    font-size: 16px;
  }
}
.p-groups-history__container {
  display: grid;
  grid-template-columns: 120px 240px 1fr;
  column-gap: 40px;
  padding: 30px 0 30px 60px;
  position: relative;
  border-top: solid 1px #e5e5e5;
}
.p-groups-history__container::before {
  position: absolute;
  content: "";
  top: 50px;
  left: 32px;
  border-left: 2px solid #333333;
  transition: height 0.5s 0.5s cubic-bezier(1, 0, 0, 1);
  height: 100%;
  z-index: 999;
}
.p-groups-history__container::after {
  position: absolute;
  content: "";
  top: 45px;
  left: 28px;
  width: 10px;
  height: 10px;
  background-color: #333333;
  border-radius: 50%;
}
.p-groups-history__container--last::before {
  height: 50%;
}
.p-groups-history__age {
  font-weight: bold;
  text-align: justify;
  text-align-last: justify;
}
.p-groups-history__age-right {
  text-align: right;
  text-align-last: auto;
}
.p-groups-history__age-left {
  text-align: left;
  text-align-last: auto;
}

@media (max-width: 813px) {
  .p-groups-history__container {
    display: block;
    margin: 0;
    padding: 20px 0 20px 30px;
  }
  .p-groups-history__container::before {
    top: 2rem;
    left: 0.5rem;
  }
  .p-groups-history__container::after {
    top: 2rem;
    left: 0.3rem;
    width: 8px;
    height: 8px;
    background-color: #333333;
    border-radius: 50%;
  }
  .p-groups-history__age {
    width: 92px;
  }
  .p-groups-history__age-right {
    text-align: left;
  }
}
.p-profile-unit {
  padding: 40px;
  background: #e5eef3;
  border-radius: 15px;
  text-align: left;
  width: 100%;
}
.p-profile-unit__container {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.p-profile-unit__item {
  width: calc(50% - 15px);
}

@media (max-width: 1339px) {
  .p-profile-unit__half {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 813px) {
  .p-profile-unit {
    padding: 20px;
    flex-wrap: wrap;
  }
  .p-profile-unit__container {
    gap: 15px;
  }
  .p-profile-unit__item {
    width: 100%;
  }
  .p-profile-unit__half {
    flex: none;
    max-width: 100%;
  }
}
.p-profile-map iframe {
  width: 610px;
  height: 100%;
}

@media (max-width: 1339px) {
  .p-profile-map iframe {
    width: 100%;
  }
}
@media (max-width: 813px) {
  .p-profile-map {
    width: 100%;
    position: relative;
    padding-top: 90%;
  }
  .p-profile-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.p-sustainability-caption {
  font-size: 14px;
  text-align: right;
  margin-top: 10px;
}

@media (max-width: 813px) {
  .p-sustainability-caption {
    width: 80%;
    margin: 5px auto 0 auto;
    font-size: 12px;
  }
}
.p-sdgs-unit {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  margin-bottom: 60px;
}
.p-sdgs-unit__text {
  width: 785px;
}

@media (max-width: 813px) {
  .p-sdgs-unit {
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
}
.p-sdgs-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.p-sdgs-card__item {
  display: flex;
  gap: 30px;
  background: #e5eef3;
  border-radius: 5px;
  padding: 30px;
  align-items: center;
}
.p-sdgs-card__photo {
  width: 166px;
  flex-shrink: 0;
}

@media (max-width: 813px) {
  .p-sdgs-card {
    grid-template-columns: auto;
    gap: 15px;
  }
  .p-sdgs-card__item {
    padding: 15px;
    gap: 15px;
  }
  .p-sdgs-card__photo {
    flex: 1;
  }
  .p-sdgs-card__text {
    flex: 2;
  }
}
@media (max-width: 813px) {
  .p-business__large-photo {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
}
/**
	utility
 */
.u-anker {
  font-size: 0;
  line-height: 0;
  position: relative;
  z-index: -999;
}
.u-anker::before {
  content: "";
  display: block;
  height: 110px;
  margin-top: -110px;
  visibility: hidden;
}

.u-scrollLock {
  overflow: hidden;
}

@media (max-width: 813px) {
  .u-anker::before {
    height: 54px;
    margin-top: -54px;
  }
}

/*# sourceMappingURL=style.css.map */
