@charset "UTF-8";
/*
 * foundation
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.cdnfonts.com/css/din-alternate");
@import url("https://fonts.cdnfonts.com/css/impact");
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  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] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* 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 */
  -moz-appearance: none;
       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 */
}

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

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

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

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

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

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

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

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

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

/*
 * Remove outline for editable content.
 */
[contenteditable]: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 {
  font-size: 62.5%;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
}
html.body-fixed {
  overflow: hidden;
  height: 100%;
}

body {
  overflow-x: hidden;
  background-color: #fafafa;
}

@media screen and (max-width: 1680px) {
  html {
    font-size: 0.595vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.555vw;
  }
}
h1 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 1.6rem;
  }
}

h2 {
  font-size: 4rem;
}
h3 {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 1.8rem;
    font-weight: 500;
  }
}

a,
li,
p,
th,
td {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  a,
  li,
  p,
  th,
  td {
    line-height: 1.6;
  }
}

p {
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 1.6rem;
  }
}

a:hover {
  opacity: 0.6;
  transition: all 0.3s;
}

img, video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* スムーススクロールの追加 */
html {
  scroll-behavior: smooth;
}

/* 既存のanchorlinkクラスを強化 */
.anchorlink {
  padding-top: 9rem;
  margin-top: -9rem;
  scroll-margin-top: 9rem; /* この行を追加 */
}

/* ==============================================
   ローディングエフェクト CSS（1秒版）
   ============================================== */
/* ローディング画面 */
.loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #0061B3; /* プライマリーカラー */
  z-index: 9999; /* 最前面に表示 */
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease-out, visibility 0.5s ease-out; /* 短縮 */
}

/* フェードアウト時のスタイル */
.loading-screen.fade-out {
  opacity: 0;
  visibility: hidden;
}

/* ローディング画面のコンテンツ */
.loading-screen__content {
  text-align: center;
  animation: fadeInUp 0.6s ease-out; /* 短縮 */
}

/* ロゴコンテナ */
.loading-screen__logo {
  max-width: 40rem;
  width: 80vw;
  margin: 0 auto;
}

/* ロゴ画像 */
.loading-screen__logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1); /* 白色に変換 */
  animation: logoFadeIn 0.8s ease-out; /* 短縮 */
}

/* 会社名 */
.loading-screen__company-name {
  margin-top: 2rem;
}

.loading-screen__company-name p {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0;
  animation: companyNameFadeIn 0.8s ease-out 0.2s both; /* 短縮・遅延調整 */
}

/* モバイル対応 */
@media screen and (max-width: 768px) {
  .loading-screen__logo {
    max-width: 25rem;
    width: 70vw;
  }
  .loading-screen__company-name p {
    font-size: 1.6rem;
  }
}
/* アニメーション：フェードインアップ */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* アニメーション：ロゴフェードイン */
@keyframes logoFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* アニメーション：会社名フェードイン */
@keyframes companyNameFadeIn {
  0% {
    opacity: 0;
    transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ローディング中はスクロールを無効化 */
body.loading {
  overflow: hidden;
  height: 100vh;
}

/* オプション：ローディングドット（短縮版） */
.loading-screen__dots {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  gap: 0.8rem;
}

.loading-screen__dot {
  width: 0.8rem;
  height: 0.8rem;
  background-color: #fff;
  border-radius: 50%;
  animation: loadingDots 1s infinite ease-in-out; /* 短縮 */
}

.loading-screen__dot:nth-child(1) {
  animation-delay: 0s;
}

.loading-screen__dot:nth-child(2) {
  animation-delay: 0.2s; /* 短縮 */
}

.loading-screen__dot:nth-child(3) {
  animation-delay: 0.4s; /* 短縮 */
}

@keyframes loadingDots {
  0%, 60%, 100% {
    opacity: 0.3;
    transform: scale(1);
  }
  30% {
    opacity: 1;
    transform: scale(1.3);
  }
}
/*
  * layout
  */
.l-footer {
  background-color: #0061B3;
  padding: 19rem 0 9rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding-top: 6rem;
  }
}
.l-footer::before {
  position: absolute;
  content: "";
  background-image: url(../img/common/img_triangle01.png);
  width: 35.9rem;
  height: 37.4rem;
  top: 0;
  left: 0;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .l-footer::before {
    height: 11.5rem;
    width: 11rem;
    z-index: 0;
  }
}
.l-footer::after {
  position: absolute;
  content: "";
  background-image: url(../img/common/img_triangle02.png);
  width: 35.9rem;
  height: 37.4rem;
  bottom: 0;
  right: 0;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .l-footer::after {
    height: 11.5rem;
    width: 11rem;
  }
}
.l-footer__wrapper {
  margin-top: 6rem;
}
.l-footer__menu {
  display: flex;
  justify-content: center;
  gap: 7.5rem;
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .l-footer__menu {
    flex-wrap: wrap;
    -moz-column-gap: 0;
         column-gap: 0;
    justify-content: flex-start;
  }
}
.l-footer__menu-item {
  width: 50%;
  text-align: center;
}
.l-footer__menu-item a {
  font-weight: bold;
  color: #fff;
}
.l-footer__logo {
  margin: 0 auto;
  width: 62.6rem;
  height: 15.7rem;
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    width: 20rem;
    height: 5rem;
  }
}
.l-footer__name {
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .l-footer__name {
    margin-top: 1.2rem;
  }
}
.l-footer__name p {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-footer__name p {
    font-size: 1.6rem;
  }
}
.l-footer__2column {
  display: flex;
  justify-content: space-between;
  margin-top: 16rem;
}
@media screen and (max-width: 768px) {
  .l-footer__2column {
    flex-direction: column;
    margin-top: 2.5rem;
  }
}
.l-footer__2column-box {
  width: 53rem;
}
@media screen and (max-width: 768px) {
  .l-footer__2column-box {
    width: 100%;
    margin-top: 2.5rem;
  }
}
.l-footer__2column-image {
  width: 53rem;
  height: 34.2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .l-footer__2column-image {
    width: 100%;
    height: auto;
  }
}
.l-footer__2column-button {
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.l-footer__2column-button::before {
  content: "";
  width: 1.5rem;
  height: 0.1rem;
  background-color: #0061B3;
  position: absolute;
  right: 0;
  top: 1.6rem;
  z-index: 1;
}
.l-footer__2column-logo {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1rem;
  margin: 2rem 0;
}
.l-footer__2column-logo-jicqa {
  width: 15rem;
  height: auto;
  padding: 1rem;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .l-footer__2column-logo-jicqa {
    width: 10rem;
  }
}
.l-footer__2column-logo-jicqa img {
  height: auto;
  -o-object-fit: unset;
     object-fit: unset;
}
.l-footer__2column-logo-jab {
  width: 15rem;
  height: auto;
  padding: 1rem;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .l-footer__2column-logo-jab {
    width: 10rem;
  }
}
.l-footer__2column-logo-jab img {
  height: auto;
  -o-object-fit: unset;
     object-fit: unset;
}
.l-footer__heading {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}
.l-footer__text {
  color: #fff;
  margin-bottom: 1.5rem;
}
.l-footer__copywright {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 19rem;
}
.l-footer__bnr-image {
  position: relative;
  z-index: 1;
}

.l-header {
  position: fixed;
  z-index: 1002;
  background-color: #0061B3;
  width: 100vw;
  height: 9rem;
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 8rem;
  }
}
.l-header__inner {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}
.l-header__logo {
  width: 10.6rem;
  height: 2.7rem;
  margin-left: 3.7rem;
  margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    width: 9.6rem;
    height: 2.4rem;
    margin-left: 1rem;
  }
}
.l-header__wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.l-header__menu {
  display: flex;
  gap: 3rem;
}
.l-header__menu-item a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}
.l-header__button {
  height: 100%;
  width: 20rem;
  background-color: #fff;
}
.l-header__button-text p {
  color: #0061B3;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.375;
}
.l-header__button.-yellow {
  background-color: #FEF001;
}
.l-header__button-inner {
  display: flex;
  height: 100%;
  align-items: center;
  gap: 1.2rem;
  justify-content: center;
}
.l-header__button-icon {
  width: 3rem;
  height: 3.5rem;
}
.l-header__button-icon.-guidline {
  width: 4.1rem;
  height: 3.3rem;
}

/* ハンバーガーメニューのスタイル */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  position: relative;
  z-index: 1003;
  /* ヘッダーより上に表示 */
  margin-right: 1rem;
}

@media screen and (max-width: 768px) {
  .hamburger {
    display: flex;
  }
}
.hamburger span {
  display: block;
  height: 0.3rem;
  background: #fff;
  margin: 0.3rem 0;
  transition: all 0.3s ease;
  border-radius: 0.2rem;
}

.hamburger span:nth-child(1) {
  width: 100%;
}

.hamburger span:nth-child(2) {
  width: 100%;
}

.hamburger span:nth-child(3) {
  width: 80%;
  /* 一番下の線を少し短く */
}

/* ハンバーガーメニューがアクティブな時のアニメーション */
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(0.8rem, 0.8rem);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(0.6rem, -0.6rem);
  width: 100%;
}

/* モバイルメニュー */
.mobile-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  background: #0061B3;
  z-index: 1001;
  /* ヘッダーより上、ハンバーガーボタンより下 */
  transition: left 0.3s ease;
  overflow-y: auto;
  padding-top: 9rem;
}

.mobile-menu.active {
  left: 0;
}

.mobile-menu-item {
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.2);
}

.mobile-menu-item a {
  display: block;
  padding: 2rem 3rem;
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
}

.mobile-menu-item a:hover {
  background: rgba(255, 255, 255, 0.1);
  padding-left: 4rem;
}

.mobile-menu-item a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.4rem;
  height: 100%;
  background: #FEF001;
  transform: scaleY(0);
  transition: transform 0.3s ease;
}

.mobile-menu-item a:hover::before {
  transform: scaleY(1);
}

/* 特別なメニューアイテム（採用情報、ガイドライン） */
.mobile-menu-special {
  margin-top: 3rem;
  padding: 0 3rem;
}

.mobile-menu-special-item {
  margin-bottom: 1.5rem;
  border-radius: 1rem;
  overflow: hidden;
}

.mobile-menu-special-item a {
  background-color: #fff;
  padding: 1.5rem 2rem;
  border-bottom: none;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0061B3;
  transition: all 0.3s ease;
}

.mobile-menu-special-item a:hover {
  background-color: rgba(255, 255, 255, 0.9);
  padding-left: 2rem;
}

.mobile-menu-special-item a::before {
  display: none;
}

.mobile-menu-special-item.-yellow a {
  background-color: #FEF001;
  color: #0061B3;
}

.mobile-menu-special-item.-yellow a:hover {
  background-color: rgba(254, 240, 1, 0.9);
}

/* ホバーエフェクトの例外 */
.mobile-menu-item a:hover,
.mobile-menu-special-item a:hover {
  opacity: 1;
}

.l-container {
  width: 128rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-container {
    width: 90%;
  }
}
.l-container.-type02 {
  width: 124rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-container.-type02 {
    width: 90%;
  }
}
.l-container.-type03 {
  width: 110rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-container.-type03 {
    width: 90%;
  }
}

/*
   * object
   */
.c-title__white {
  color: #fff;
  font-size: 10rem;
  text-align: center;
}
.c-title__white span {
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .c-title__white span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .c-title__white {
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .c-title__white-rubi {
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
}
.c-title__blue02 {
  color: #0061B3;
  font-size: 10rem;
  text-align: center;
}
.c-title__blue02 span {
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .c-title__blue02 span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .c-title__blue02 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .c-title__blue02-rubi {
    font-size: 1.8rem;
    color: #0061B3;
    font-weight: bold;
    text-align: center;
  }
}
.c-title__heading {
  position: relative;
}
.c-title__heading.-type01 {
  border-bottom: solid 0.1rem #0061B3;
  padding-bottom: 0.7rem;
  margin-bottom: 5rem;
}
.c-title__heading.-type01 h3 {
  font-size: 3.2rem;
  color: #0061B3;
  font-weight: bold;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-title__heading.-type01 h3 {
    font-size: 2rem;
  }
}
.c-title__heading.-type01 h3::before {
  content: "";
  width: 100%;
  height: 0.6rem;
  background-color: #0061B3;
  position: absolute;
  left: 0;
  bottom: -1rem;
}
.c-title__heading.-type02 {
  border-bottom: solid 0.1rem #fff;
  padding-bottom: 0.7rem;
  margin-bottom: 5rem;
}
.c-title__heading.-type02 h3 {
  font-size: 3.2rem;
  color: #fff;
  font-weight: bold;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-title__heading.-type02 h3 {
    font-size: 2rem;
    padding-bottom: 1.4rem;
  }
}
.c-title__heading.-type02 h3::before {
  content: "";
  width: 100%;
  height: 0.6rem;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -1rem;
}
.c-title__heading.-type03 {
  border-bottom: solid 0.1rem #fff;
  padding: 1rem 4.5rem;
  margin-bottom: 5rem;
  background-color: #0061B3;
}
@media screen and (max-width: 768px) {
  .c-title__heading.-type03 {
    padding: 1rem 1.3rem;
  }
}
.c-title__heading.-type03 h3 {
  font-size: 2.4rem;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-title__heading.-type03 h3 {
    font-size: 1.6rem;
  }
}
.c-title__heading.-type04 {
  border-bottom: solid 0.1rem #fff;
  padding: 1rem 4.5rem;
  margin-bottom: 5rem;
  background-color: #0061B3;
}
@media screen and (max-width: 768px) {
  .c-title__heading.-type04 {
    padding: 1rem 1.3rem;
  }
}
.c-title__heading.-type04 h4 {
  font-size: 2.4rem;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-title__heading.-type04 h4 {
    font-size: 2rem;
  }
}
.c-title__heading.-type05 {
  border-bottom: solid 0.1rem #fff;
  padding: 1rem 4.5rem;
  margin-bottom: 5rem;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .c-title__heading.-type05 {
    padding: 1rem 1.3rem;
  }
}
.c-title__heading.-type05 h4 {
  font-size: 2.4rem;
  color: #0061B3;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-title__heading.-type05 h4 {
    font-size: 2rem;
  }
}
.c-title__heading-sub {
  font-size: 8rem;
  color: #fff;
  opacity: 0.2;
  position: absolute;
  right: 0;
  font-weight: 700;
  bottom: -4rem;
}
@media screen and (max-width: 768px) {
  .c-title__heading-sub {
    font-size: 5rem;
    bottom: -2rem;
  }
}
.c-title__heading-sub.-type02 {
  color: #0061B3;
}
.c-title__mvv h3 {
  font-size: 3.2rem;
  color: #0061B3;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-title__mvv h3 {
    font-size: 2.6rem;
    line-height: 1.2;
    letter-spacing: 0.5rem;
  }
}
.c-title__pageheading {
  margin-bottom: 13rem;
}
@media screen and (max-width: 768px) {
  .c-title__pageheading {
    margin-bottom: 6rem;
  }
}
.c-title__pageheading-heading {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .c-title__pageheading-heading {
    margin-bottom: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .c-title__pageheading-heading.-welfare {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .c-title__pageheading-heading.-welfare h3 {
    font-size: 2rem;
    color: #000;
    font-weight: 700;
    text-align: left;
  }
}
.c-title__pageheading h3 {
  font-size: 2.6rem;
  font-weight: 500;
  color: #0061B3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-title__pageheading h3 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
  }
}
.c-title__pageheading-text p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-title__pageheading-text p {
    text-align: left;
  }
}
.c-title__pageheading-text.-welfare p {
  text-align: left;
}
.c-title__bg {
  top: 12rem;
  position: fixed;
  z-index: -1;
}
.c-title__bg p {
  writing-mode: vertical-rl;
  text-orientation: sideways;
  color: #DEDEDE;
  font-size: 25rem;
  font-family: "Impact", sans-serif;
  margin-left: -10rem;
}
@media screen and (max-width: 768px) {
  .c-title__bg p {
    margin-left: -5rem;
    font-size: 15rem;
    color: rgba(234, 234, 234, 0.9176470588);
  }
}

.c-table__news {
  width: 100%;
  margin-bottom: 15rem;
}
@media screen and (max-width: 768px) {
  .c-table__news {
    margin-bottom: 7.2rem;
  }
}
.c-table__news table {
  width: 100%;
  table-layout: fixed;
}
.c-table__news table tbody tr {
  min-height: 7.2rem;
}
.c-table__news table tbody tr th {
  background-color: #0061B3;
  color: #fff;
  font-weight: 400;
  text-align: center;
  width: 16rem;
  vertical-align: middle;
  border: #707070 0.1rem solid;
  border-bottom: #fff 0.1rem solid;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .c-table__news table tbody tr th {
    width: 8.6rem;
    padding: 0 1.5rem;
    overflow-wrap: break-word;
  }
}
.c-table__news table tbody tr td {
  font-weight: 400;
  border: #707070 0.1rem solid;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  vertical-align: middle;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .c-table__news table tbody tr td {
    padding-left: 2rem;
    padding-right: 2rem;
    width: 26.3rem;
  }
}
.c-table__news table tbody tr:nth-child(odd) td {
  background-color: #F0F0F0;
}
.c-table__news.-type02.c-table__news {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .c-table__news.-type02.c-table__news {
    margin-top: 6rem;
  }
}
.c-table__news.-type02.c-table__news table tbody tr {
  height: auto;
}
.c-table__news.-type02.c-table__news table tbody tr:nth-child(odd) td {
  background-color: #fafafa;
}
.c-table__news.-type02.c-table__news table tbody tr th {
  text-align: left;
  width: 17.2rem;
  padding-left: 2rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .c-table__news.-type02.c-table__news table tbody tr th {
    width: 9rem;
  }
}
.c-table__news.-type02.c-table__news table tbody tr td {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.c-list__qanda-item {
  margin-bottom: 3rem;
}
.c-list__qanda-question {
  background-color: #0061B3;
  padding: 3.5rem 2rem 3.5rem 10rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-list__qanda-question {
    padding: 2.5rem 4.5rem 2.5rem 8.5rem;
  }
}
.c-list__qanda-question-text {
  position: relative;
}
.c-list__qanda-question-text::before {
  content: "Q";
  font-size: 2.9rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  background-color: #fff;
  color: #0061B3;
  position: absolute;
  border-radius: 2.5rem;
  left: -7.5rem;
  top: -1.5rem;
}
@media screen and (max-width: 768px) {
  .c-list__qanda-question-text::before {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
.c-list__qanda-question.hover {
  background-color: #fff;
  transform: translateY(-1px);
}
.c-list__qanda-icon {
  font-size: 2rem;
  font-weight: 700;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.3s ease;
  text-align: center;
  border: #fff 0.1rem solid;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .c-list__qanda-icon {
    display: none;
  }
}
.c-list__qanda-icon.active {
  transform: rotate(180deg);
  color: #fff;
}
.c-list__qanda-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease-out;
  background-color: #fff;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.2);
}
.c-list__qanda-answer.active {
  max-height: 50rem;
}
.c-list__qanda-answer-content {
  background-color: #fff;
  padding: 3.5rem 2rem 3.5rem 10rem;
  font-size: 2rem;
  font-weight: 400;
  color: #0061B3;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-list__qanda-answer-content {
    padding: 3.4rem 2rem 3.4rem 8.5rem;
  }
}
.c-list__qanda-answer-content::before {
  content: "A";
  font-size: 2.9rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  color: #fff;
  background-color: #0061B3;
  position: absolute;
  border-radius: 2.5rem;
  left: 2.5rem;
  top: 2rem;
}

.c-mv__top {
  position: relative;
  padding-top: 9rem;
  background-color: #999;
  height: 64.3rem;
}
@media screen and (max-width: 768px) {
  .c-mv__top {
    height: 80.9rem;
    padding-top: 8rem;
  }
}
.c-mv__copy {
  position: absolute;
  top: 55%;
  left: 6.6%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-mv__copy {
    top: unset;
    bottom: 8.5rem;
    left: 10%;
    transform: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
  }
}
.c-mv__copy p {
  font-family: "Noto serif JP", sans-serif;
  font-size: 2.7rem;
  color: #fff;
  font-weight: 600;
  text-shadow: 0.6rem 0.6rem 0.6rem #000000;
  margin-top: 1rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-mv__copy p {
    font-size: 1.6rem;
  }
}
.c-mv__copy-inner {
  align-items: end;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .c-mv__copy-inner {
    display: block;
    margin-bottom: 2.8rem;
  }
}
.c-mv__copy-inner h2 {
  font-family: "Noto serif JP", sans-serif;
  font-size: 4.2rem;
  color: #fff;
  font-weight: 700;
  text-shadow: 0.6rem 0.6rem 0.6rem #000000;
}
@media screen and (max-width: 768px) {
  .c-mv__copy-inner h2 {
    font-size: 3.2rem;
  }
}
.c-mv__copy-inner p {
  font-family: "Noto serif JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  color: #fff;
  text-shadow: 0.6rem 0.6rem 0.6rem #000000;
  margin-top: 1.4rem;
}
@media screen and (max-width: 768px) {
  .c-mv__copy-inner p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .c-mv__movie {
    height: 100%;
  }
}
.c-mv__logo {
  width: 49.2rem;
  height: 12.3rem;
  position: absolute;
  bottom: 5.7rem;
  right: 4.2%;
}
@media screen and (max-width: 768px) {
  .c-mv__logo {
    width: 28.8rem;
    height: 7.2rem;
    bottom: 36rem;
    right: unset;
    left: 10%;
  }
}
.c-mv__second {
  margin-bottom: 15rem;
}
@media screen and (max-width: 768px) {
  .c-mv__second {
    margin-bottom: 10rem;
  }
}
.c-mv__second-inner {
  padding-top: 9rem;
  height: calc(32.7vw + 9rem);
  position: relative;
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-mv__second-inner {
    height: 26.2rem;
    padding-top: 8rem;
  }
}
.c-mv__second-title {
  width: 29.2vw;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-mv__second-title {
    position: absolute;
    bottom: -8.5rem;
    left: 2rem;
    width: 17.1rem;
    height: 17.1rem;
    background-color: #fff;
    z-index: 1;
  }
}
.c-mv__second-wrapper h2 {
  font-size: 10rem;
  color: #0061B3;
}
@media screen and (max-width: 768px) {
  .c-mv__second-wrapper h2 {
    font-size: 3.4rem;
  }
}
.c-mv__second-wrapper p {
  font-size: 2.4rem;
  font-weight: 700;
  color: #0061B3;
}
@media screen and (max-width: 768px) {
  .c-mv__second-wrapper p {
    font-size: 1.6rem;
  }
}
.c-mv__second-image {
  width: 70.8vw;
  height: 100%;
  background-color: #999;
  position: relative;
}
.c-mv__second-image::after {
  content: "";
  position: absolute;
  width: 70.8vw;
  height: 100%;
  background-color: #000;
  opacity: 0.15;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .c-mv__second-image::after {
    width: 39.3rem;
    height: 18.2rem;
  }
}
@media screen and (max-width: 768px) {
  .c-mv__second-image {
    width: 39.3rem;
    height: 18.2rem;
  }
}
.c-mv__third-inner {
  position: relative;
}
.c-mv__third-inner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 32.7vw;
  background-color: rgba(0, 0, 0, 0);
  top: 9rem;
  left: 0;
  z-index: 0;
}
.c-mv__third-image {
  background-color: #999;
  width: 100%;
  padding-top: 9rem;
  height: calc(32.7vw + 9rem);
}
@media screen and (max-width: 768px) {
  .c-mv__third-image {
    height: 21.8rem;
    padding-top: 8rem;
  }
}
.c-mv__third-image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 32.7vw;
  background-color: rgba(0, 0, 0, 0.3);
  top: 9rem;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .c-mv__third-image::after {
    top: 8rem;
    height: 13.8rem;
  }
}
.c-mv__third-title {
  position: absolute;
  right: calc((100vw - 128rem) / 2);
  bottom: 6rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-mv__third-title {
    right: 2rem;
    bottom: 1rem;
  }
}
.c-mv__third-title-ja {
  position: absolute;
  right: calc((100vw - 128rem) / 2);
  bottom: 2.8rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-mv__third-title-ja {
    right: 2rem;
    bottom: 0.5rem;
  }
}
.c-mv__third-title-ja p {
  font-size: 6rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-mv__third-title-ja p {
    font-size: 1.8rem;
  }
}
.c-mv__third-wrapper h2 {
  color: rgba(255, 255, 255, 0.4);
  font-size: 15rem;
  line-height: 0.8;
}
@media screen and (max-width: 768px) {
  .c-mv__third-wrapper h2 {
    font-size: 5rem;
  }
}
.c-mv__third.-interview .c-mv__third-inner::after {
  height: 0;
}
@media screen and (max-width: 768px) {
  .c-mv__third.-interview .c-mv__third-image {
    height: 78rem;
  }
}
.c-mv__third.-interview .c-mv__third-image::after {
  height: 0;
}
.c-mv__third.-business .c-mv__third-title {
  display: none;
}
.c-mv__third.-business .c-mv__third-title-ja {
  display: none;
}
.c-mv__third.-business .c-mv__third-image::after {
  display: none;
}
.c-mv__interview-inner {
  width: 45rem;
  padding: 7.3rem 4.2rem;
  background-color: #fff;
  position: absolute;
  top: 17.6rem;
  left: calc((100vw - 128rem) / 2);
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .c-mv__interview-inner {
    left: 0;
    top: unset;
    bottom: 2rem;
    padding: 1rem 2rem 3rem;
    width: 100%;
  }
}
.c-mv__interview-title {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .c-mv__interview-title {
    position: absolute;
    bottom: 16.6rem;
    left: 2rem;
  }
}
.c-mv__interview-title h2 {
  font-size: 3.6rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-mv__interview-title h2 {
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.45;
    text-shadow: 0.6rem 0.6rem 0.6rem #000;
  }
}
.c-mv__interview-name {
  border-bottom: 0.1rem #000 solid;
}
.c-mv__interview-name p {
  font-size: 3.5rem;
  font-weight: 700;
}
.c-mv__interview-name p span {
  font-weight: 700;
  font-size: 2.4rem;
}
.c-mv__interview-tag {
  margin-top: 1.5rem;
  display: flex;
  gap: 3rem;
}
.c-mv__interview-tag p {
  display: block;
  width: -moz-max-content;
  width: max-content;
}

.c-pagenation {
  margin-bottom: 15rem;
}
@media screen and (max-width: 768px) {
  .c-pagenation {
    margin-bottom: 7.5rem;
  }
}
.c-pagenation nav .nav-links .page-numbers {
  display: flex;
  align-items: center;
  gap: 4rem;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-pagenation nav .nav-links .page-numbers {
    gap: 2.5rem;
  }
}
.c-pagenation nav .nav-links .page-numbers li .page-numbers {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-pagenation nav .nav-links .page-numbers li .page-numbers {
    font-size: 1.8rem;
  }
}
.c-pagenation nav .nav-links .page-numbers li .page-numbers.current {
  border-bottom: 0.1rem solid #000;
}
.c-pagenation nav .nav-links .page-numbers li .prev {
  background-color: #0061B3;
  width: 3rem;
  height: 3rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-pagenation nav .nav-links .page-numbers li .prev {
    font-size: 1rem;
    width: 2.1rem;
    height: 2.1rem;
  }
}
.c-pagenation nav .nav-links .page-numbers li .next {
  background-color: #0061B3;
  width: 3rem;
  height: 3rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-pagenation nav .nav-links .page-numbers li .next {
    font-size: 1rem;
    width: 2.1rem;
    height: 2.1rem;
  }
}

.c-button__blue {
  display: flex;
  justify-content: center;
}
.c-button__blue-inner {
  background-color: #0061B3;
  width: 40.9rem;
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-button__blue-inner {
    width: 90vw;
    justify-content: center;
  }
}
.c-button__blue-inner::after {
  content: "";
  position: absolute;
  background-image: url(../img/common/icon_arrow-m.png);
  width: 4.2rem;
  height: 4.2rem;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-size: cover;
}
.c-button__blue-inner p {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}
.c-button__map {
  background-color: #FEF001;
  border-radius: 1.6rem;
  display: flex;
  padding: 0 1.6rem;
  height: 3.3rem;
  align-items: center;
  justify-content: center;
  position: relative;
}
.c-button__map::after {
  content: "";
  position: absolute;
  right: -2.3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.3rem;
  height: 0.1rem;
  background-color: #fff;
}
.c-button__map::before {
  content: "";
  position: absolute;
  right: -2.3rem;
  top: calc(50% - 0.1rem);
  width: 1.5rem;
  height: 0.1rem;
  background-color: #fff;
  transform: rotate(30deg);
  transform-origin: right;
}
.c-button__map p {
  font-size: 1.4rem;
  color: #0061B3;
  font-weight: bold;
}
.c-button__anchor {
  display: flex;
  -moz-column-gap: 8rem;
       column-gap: 8rem;
  margin-top: 11rem;
  row-gap: 5.5rem;
  flex-wrap: wrap;
  margin-bottom: 15rem;
  justify-content: center;
}
.c-button__anchor.-type02 {
  justify-content: unset;
}
@media screen and (max-width: 768px) {
  .c-button__anchor {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 3rem;
    justify-content: left;
    margin-bottom: 6rem;
  }
}
.c-button__anchor a {
  border: #0061B3 0.1rem solid;
  border-radius: 0 4rem 4rem 0;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  position: relative;
  background-color: #fff;
}
.c-button__anchor a:before {
  content: "";
  position: absolute;
  top: 28%;
  right: 1.5rem;
  width: 2.6rem;
  height: 2.6rem;
  border: 0.1rem solid #0061B3;
  border-radius: 1.3rem;
  z-index: 1;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .c-button__anchor a:before {
    width: 2rem;
    height: 2rem;
    right: 0.5rem;
    top: 32%;
  }
}
.c-button__anchor a:after {
  content: "";
  position: absolute;
  top: 49%;
  right: 2.2rem;
  width: 0.6rem;
  height: 0.6rem;
  border-right: 0.1rem solid #0061B3;
  border-bottom: 0.1rem solid #0061B3;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-button__anchor a:after {
    right: 0.9rem;
    top: 47%;
  }
}
.c-button__anchor a:hover {
  background-color: #0061B3;
  opacity: 1;
}
.c-button__anchor a:hover p {
  color: #fff;
}
.c-button__anchor-item {
  width: 25rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-button__anchor-item {
    width: 16.4rem;
  }
}
.c-button__anchor-item p {
  color: #0061B3;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-button__anchor-item p {
    font-size: 1.6rem;
    letter-spacing: 0.3rem;
  }
}
.c-button__link {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin-top: 6rem;
  color: #0061B3;
}
@media screen and (max-width: 768px) {
  .c-button__link {
    margin-top: 3.5rem;
  }
}
.c-button__link::after {
  content: "";
  position: absolute;
  background-image: url(../img/common/icon_arrow-large.png);
  width: 4.2rem;
  height: 4.2rem;
  top: -0.8rem;
  right: -5.2rem;
  background-size: contain;
}
.c-button__link a {
  color: #0061B3;
}
.c-button__link.-white a {
  color: #fff;
}
.c-button__link.-white a::after {
  content: "";
  position: absolute;
  background-image: url(../img/common/icon_arrow-sw.png);
  width: 1.4rem;
  height: 1.4rem;
  top: 0.5rem;
  right: -2.5rem;
  background-size: cover;
}
.c-button__link.-welfare::after {
  content: "";
  position: absolute;
  background-image: url(../img/common/icon_arrow-s.png);
  width: 1.8rem;
  height: 1.8rem;
  top: 0.4rem;
  right: -2.6rem;
  background-size: contain;
}
.c-button__green {
  width: 30rem;
  height: 8rem;
  border-radius: 4rem;
  background-color: #0061B3;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 5.5rem;
  margin-left: 7rem;
  margin-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .c-button__green {
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
  }
}
.c-button__green::after {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(../img/common/icon_file.png);
  background-size: cover;
  position: absolute;
  right: 3rem;
  top: 2.5rem;
}
.c-button__green p {
  color: #fff;
}
.c-button__submit {
  width: 40.9rem;
  height: 8rem;
  background-color: #0061B3;
  border-radius: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-button__submit {
    width: 32rem;
    height: 8rem;
  }
}
.c-button__submit::after {
  content: "";
  width: 3.4rem;
  height: 3.4rem;
  background-image: url(../img/common/icon_arrow-sw.png);
  background-size: cover;
  position: absolute;
  right: 3rem;
  top: 2.5rem;
}
.c-button__submit:hover {
  opacity: 0.6;
  transition: all 0.3s;
}
.c-button__submit p {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
}
.c-button__submit p input {
  width: 100%;
  height: 100%;
}

/* フローティングバナー */
.c-floating-banner {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  z-index: 1004;
  /* ハンバーガーメニューより上に表示 */
  width: 25rem;
  height: 25rem;
  border-radius: 1.25rem;
  transition: all 0.3s ease;
}

.c-floating-banner:hover {
  transform: translateY(-0.5rem);
}

.c-floating-banner__link {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
  overflow: hidden;
}

.c-floating-banner__link:hover {
  opacity: 1;
  /* デフォルトのホバーエフェクトを無効化 */
}

.c-floating-banner__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.3s ease;
}

.c-floating-banner__link:hover .c-floating-banner__image {
  opacity: 0.8;
}

/* スマートフォン対応 */
@media screen and (max-width: 768px) {
  .c-floating-banner {
    bottom: 1rem;
    right: 1rem;
    width: 14rem;
    height: 14rem;
    border-radius: 0.9rem;
  }
  .c-floating-banner__link {
    border-radius: 0.9rem;
  }
}
.file-button input {
  background-color: #0061B3;
  width: 19.2rem;
  height: 5rem;
  border-radius: 0 2.5rem 2.5rem 0;
}

.c-cards__owned {
  display: flex;
  flex-wrap: wrap;
  margin-top: 7.4rem;
  margin-bottom: 10.7rem;
}
@media screen and (max-width: 768px) {
  .c-cards__owned {
    flex-direction: column;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
  }
}
.c-cards__owned-contents {
  position: relative;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .c-cards__owned-contents {
    width: 100%;
    height: 32rem;
    margin-bottom: 6rem;
  }
}
.c-cards__owned-contents::after {
  position: absolute;
  content: "";
  opacity: 0.4;
  background-color: #000000;
  width: 25vw;
  height: 22.5vw;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .c-cards__owned-contents::after {
    width: 100%;
    height: 100%;
  }
}
.c-cards__owned-image {
  width: 100%;
  height: 22.5vw;
}
@media screen and (max-width: 768px) {
  .c-cards__owned-image {
    width: 100%;
    height: 100%;
  }
}
.c-cards__owned-box {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.c-cards__owned-name {
  width: 34.2rem;
  height: 5.4rem;
  border: 0.2rem solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2.7rem;
}
@media screen and (max-width: 768px) {
  .c-cards__owned-name {
    width: 28.4rem;
    height: 4.6rem;
  }
}
.c-cards__owned-name p {
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-cards__owned-name p {
    font-size: 1.6rem;
  }
}
.c-cards__owned-place {
  margin-top: 1.7rem;
}
.c-cards__owned-place p {
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}
.c-cards__2column {
  display: flex;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  row-gap: 7.5rem;
  flex-wrap: wrap;
  margin-top: 8rem;
  margin-bottom: 12.5rem;
}
.c-cards__2column-inner {
  width: 58rem;
}
@media screen and (max-width: 768px) {
  .c-cards__2column-inner {
    width: 100%;
  }
}
.c-cards__2column-inner.-sdgs {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .c-cards__2column-inner.-sdgs {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__2column {
    flex-direction: column;
    row-gap: 5rem;
    margin-top: 3rem;
    margin-bottom: 7rem;
  }
}
.c-cards__2column-image {
  width: 58rem;
  height: 40rem;
  background-color: #999;
}
@media screen and (max-width: 768px) {
  .c-cards__2column-image {
    width: 100%;
    height: 23.5rem;
  }
}
.c-cards__2column-text {
  margin-top: 2.7rem;
}
@media screen and (max-width: 768px) {
  .c-cards__2column-text {
    margin-top: 2.3rem;
  }
}
.c-cards__2column-text p {
  font-size: 2.4rem;
  font-weight: 700;
  color: #0061B3;
}
@media screen and (max-width: 768px) {
  .c-cards__2column-text p {
    font-size: 1.6rem;
    font-weight: 400;
  }
}
.c-cards__2column-sdgs {
  display: flex;
  gap: 1rem;
  margin-top: 5rem;
  align-items: end;
}
@media screen and (max-width: 768px) {
  .c-cards__2column-sdgs {
    gap: 0.5rem;
    margin-top: 2rem;
  }
}
.c-cards__2column-sdgs-icon {
  width: 13rem;
  height: 13rem;
}
@media screen and (max-width: 768px) {
  .c-cards__2column-sdgs-icon {
    width: 8rem;
    height: 8rem;
  }
}
.c-cards__2column-contents {
  margin-top: 2rem;
}
.c-cards__4column {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 7rem;
  margin-bottom: 15rem;
}
@media screen and (max-width: 768px) {
  .c-cards__4column {
    margin-bottom: 10rem;
    row-gap: 5rem;
  }
}
.c-cards__4column-inner {
  border-radius: 1rem;
  position: relative;
  width: 31rem;
}
@media screen and (max-width: 768px) {
  .c-cards__4column-inner {
    width: 100%;
  }
}
.c-cards__4column-image {
  width: 100%;
  height: 22rem;
  background-color: #000000;
}
.c-cards__4column-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-cards__4column-data {
  padding: 1.5rem 2rem;
  background-color: #fff;
}
.c-cards__4column-data p {
  color: #0061B3;
}
.c-cards__4column-name {
  position: absolute;
  padding: 0.5rem 3rem 0.5rem 2rem;
  top: 20.5rem;
  left: 0;
  background-color: #fff;
  border-radius: 0 2rem 0 0;
}
.c-cards__4column-name p {
  color: #0061B3;
  font-weight: bold;
}
.c-cards__link {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2.7rem;
       column-gap: 2.7rem;
  row-gap: 6rem;
}
.c-cards__link.-type02 {
  display: block;
}
@media screen and (max-width: 768px) {
  .c-cards__link {
    width: 100%;
    row-gap: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__link a {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__link-inner {
    width: 100%;
  }
}
.c-cards__link-image {
  width: 28rem;
  height: 20rem;
  background-color: #999;
}
@media screen and (max-width: 768px) {
  .c-cards__link-image {
    width: 100%;
    height: 25rem;
  }
}
.c-cards__link-text {
  margin-top: 1.6rem;
}
.c-cards__3column {
  display: flex;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  row-gap: 19.5rem;
  flex-wrap: wrap;
}
.c-cards__3column.-type02 {
  row-gap: 9.5rem;
}
.c-cards__3column.-linkbusiness {
  row-gap: 4.5rem;
}
@media screen and (max-width: 768px) {
  .c-cards__3column.-linkbusiness {
    row-gap: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .c-cards__3column {
    flex-direction: column;
    gap: 11.3rem;
  }
}
.c-cards__3column-link {
  position: relative;
}
.c-cards__3column-image {
  width: 40.2rem;
  height: 23.1rem;
  background-color: #999;
}
@media screen and (max-width: 768px) {
  .c-cards__3column-image {
    width: 34.9rem;
    height: 20rem;
  }
}
.c-cards__3column-data {
  width: 31.8rem;
  height: 15.9rem;
  background-color: #fff;
  position: absolute;
  bottom: -11rem;
  padding: 5rem 2rem;
}
@media screen and (max-width: 768px) {
  .c-cards__3column-data {
    width: 26.1rem;
    height: 11.4rem;
    bottom: -6.4rem;
    padding: 2.3rem 1.5rem;
  }
}
.c-cards__3column-data.-type02 {
  width: 100%;
  height: auto;
  position: relative;
  bottom: unset;
  padding-bottom: 2rem;
}
.c-cards__3column-name p {
  font-size: 2rem;
  font-weight: 500;
  color: #0061B3;
}
@media screen and (max-width: 768px) {
  .c-cards__3column-name p {
    font-size: 1.6rem;
  }
}
.c-cards__3column-tag p {
  font-size: 1.2rem;
}
.c-cards__3column-arrow {
  margin-top: 1.8rem;
  padding-right: 4.5rem;
}
.c-cards__3column-arrow p {
  color: #0061B3;
  font-size: 1.6rem;
  text-align: right;
  font-weight: 700;
  position: relative;
}
.c-cards__3column-arrow p::after {
  content: "";
  background-image: url(../img/common/icon_aboutlink.png);
  width: 1.4rem;
  height: 1.4rem;
  background-size: cover;
  position: absolute;
  right: -2.5rem;
  top: 0.7rem;
}

.c-breadcrumb {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-top: 2.5rem;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb {
    gap: 0.5rem;
  }
}
.c-breadcrumb span {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb span {
    font-size: 1.4rem;
  }
}
.c-breadcrumb span a {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb span a {
    font-size: 1.4rem;
  }
}

.c-form {
  margin-bottom: 5rem;
}
.c-form__heading p {
  font-size: 1.8rem;
  font-weight: 500;
}
.c-form__heading-red {
  color: #FF0000;
}
.c-form__heading-small {
  font-size: 1.4rem;
  display: block;
  line-height: 1.2;
}
.c-form__heading-lh {
  line-height: 1;
}
.c-form__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .c-form__wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
  }
}
.c-form__wrapper.-start {
  align-items: start;
}
.c-form__item {
  width: 85rem;
  height: 6.5rem;
}
@media screen and (max-width: 768px) {
  .c-form__item {
    width: 100%;
    height: auto;
  }
}
.c-form__item p {
  width: 85rem;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-form__item p {
    width: 100%;
    min-height: 6.5rem;
  }
}
.c-form__item p .wpcf7-form-control-wrap {
  width: 100%;
  height: 100%;
  align-items: center;
}
.c-form__item p .wpcf7-form-control-wrap .wpcf7-text {
  border: #707070 solid 0.1rem;
  width: 100%;
  height: 100%;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
@media screen and (max-width: 768px) {
  .c-form__item p .wpcf7-form-control-wrap .wpcf7-text {
    height: 6.5rem;
  }
}
.c-form__itembox {
  width: 85rem;
  height: 25rem;
}
@media screen and (max-width: 768px) {
  .c-form__itembox {
    width: 100%;
  }
}
.c-form__itembox p {
  width: 85rem;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-form__itembox p {
    width: 100%;
  }
}
.c-form__itembox p .wpcf7-form-control-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.c-form__itembox p .wpcf7-form-control-wrap .wpcf7-textarea {
  border: #707070 solid 0.1rem;
  width: 100%;
  height: 100%;
  padding: 1.6rem;
}
.c-form__check {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
.c-form__check p {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

.wpcf7-list-item {
  margin: 0 3rem 0 0 !important;
}
.wpcf7-list-item label input {
  margin-right: 0.8rem;
}

.wpcf7-response-output {
  font-size: 1.6rem;
}

.p-articles__info {
  margin-top: 13.5rem;
}
@media screen and (max-width: 768px) {
  .p-articles__info {
    margin-top: 6rem;
  }
}
.p-articles__info-title {
  margin-bottom: 2.3rem;
}
@media screen and (max-width: 768px) {
  .p-articles__info-title {
    margin-bottom: 1rem;
  }
}
.p-articles__info-title h2 {
  font-size: 2.6rem;
  font-weight: 700;
  color: #0061B3;
}
@media screen and (max-width: 768px) {
  .p-articles__info-title h2 {
    font-size: 2rem;
  }
}
.p-articles__info-date p {
  font-size: 1.6rem;
  font-weight: 500;
}
.p-articles__content {
  margin-top: 11rem;
  margin-bottom: 16.5rem;
}
@media screen and (max-width: 768px) {
  .p-articles__content {
    margin-top: 6.2rem;
    margin-bottom: 7rem;
  }
}
.p-articles__content-inner p {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-articles__content-inner p {
    margin-bottom: 3rem;
  }
}
.p-articles__content-inner .wp-block-image {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-articles__content-inner .wp-block-image {
    margin-bottom: 3rem;
  }
}
.p-articles__content.-interview .p-articles__content-inner h2 {
  color: #0061B3;
  font-size: 2.6rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-articles__content.-interview .p-articles__content-inner h2 {
    font-size: 1.8rem;
    line-height: 1.44;
  }
}
.p-articles__prevnext {
  margin-bottom: 14.5rem;
}
.p-articles__prevnext-inner {
  display: flex;
  align-items: center;
  gap: 8rem;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-articles__prevnext-inner {
    gap: 2rem;
  }
}
.p-articles__prevnext-archive {
  width: 20rem;
  height: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0061B3;
  border-radius: 2.7rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-articles__prevnext-archive {
    width: 14.4rem;
    height: 4.2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-articles__prevnext-archive a {
    font-size: 1.6rem;
  }
}
.p-articles__table {
  margin-top: 7rem;
}
.p-articles__table-text {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-articles__table-text {
    color: #0061B3;
  }
}
@media screen and (max-width: 768px) {
  .p-articles__table-image {
    overflow: scroll;
  }
}
@media screen and (max-width: 768px) {
  .p-articles__table-image img {
    height: auto;
    width: 200vw;
    padding-bottom: 1rem;
  }
}

.wp-block-heading {
  margin-bottom: 5.3rem;
}
@media screen and (max-width: 768px) {
  .wp-block-heading {
    margin-bottom: 3rem;
  }
}

h2.wp-block-heading {
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  h2.wp-block-heading {
    font-size: 1.8rem;
  }
}

h3.wp-block-heading {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  h3.wp-block-heading {
    font-size: 1.6rem;
  }
}

.p-section__primary {
  background-color: #0061B3;
}
.p-section__newsarea {
  margin-top: 7rem;
}
.p-section__newsarea-inner {
  display: flex;
  align-items: center;
}
.p-section__newsarea-heading {
  margin-right: 4.4rem;
}
@media screen and (max-width: 768px) {
  .p-section__newsarea-heading {
    margin-right: 1.5rem;
  }
}
.p-section__newsarea-heading p {
  font-size: 2.4rem;
  font-weight: 700;
  color: #0061B3;
}
@media screen and (max-width: 768px) {
  .p-section__newsarea-heading p {
    font-size: 1.8rem;
  }
}
.p-section__newsarea-date {
  background-color: #4991CE;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  height: 2.5rem;
  display: flex;
  align-items: center;
  padding: 0 1.6rem;
  margin-right: 4.4rem;
}
@media screen and (max-width: 768px) {
  .p-section__newsarea-date {
    padding: 0 0.8rem;
    margin-left: 0;
    margin-right: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-section__newsarea-date p {
    font-size: 1.4rem;
  }
}
.p-section__newsarea-title {
  margin-left: 1.2rem;
}
.p-section__newsarea-title a {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-section__newsarea-title a {
    font-size: 1.6rem;
  }
}
.p-section__about {
  display: flex;
  justify-content: space-between;
  margin-top: 21.2rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 768px) {
  .p-section__about {
    flex-direction: column;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6rem;
  }
}
.p-section__about-movie {
  width: 46rem;
  height: 55rem;
  background-color: #999;
}
@media screen and (max-width: 768px) {
  .p-section__about-movie {
    width: 100%;
    height: 42.3rem;
  }
}
.p-section__about-contents {
  width: 59.2rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-section__about-contents {
    width: 100%;
  }
}
.p-section__about-contents h2 {
  font-size: 10rem;
  color: #0061B3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-section__about-contents h2 {
    font-size: 5rem;
    margin-bottom: 2.2rem;
  }
}
.p-section__about-copy {
  margin-top: 2rem;
  font-size: 2.8rem;
  font-weight: 700;
  color: #0061B3;
  text-align: center;
  line-height: 1.43;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-section__about-copy {
    margin-top: 3rem;
    font-size: 1.8rem;
  }
}
.p-section__about-text {
  word-wrap: normal;
  overflow-wrap: normal;
  word-break: normal;
}
@media screen and (max-width: 768px) {
  .p-section__about-text {
    margin-top: 6rem;
  }
}
.p-section__about-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 7.4rem;
}
@media screen and (max-width: 768px) {
  .p-section__about-link {
    flex-direction: column;
    align-items: unset;
    gap: 3.8rem;
    margin-bottom: 7.4rem;
  }
}
.p-section__about-item {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-section__about-item {
    width: -moz-max-content;
    width: max-content;
  }
}
.p-section__about-item::after {
  content: "";
  position: absolute;
  background-image: url(../img/common/icon_arrow-s.png);
  width: 1.4rem;
  height: 1.4rem;
  top: 0.5rem;
  right: -2.5rem;
  background-size: cover;
}
.p-section__about-item a {
  color: #0061B3;
  font-size: 1.6rem;
  font-weight: 700;
}
.p-section__service {
  padding: 7.5rem 0 10rem;
}
.p-section__service-inner {
  position: relative;
  width: 100vw;
  height: 55rem;
  background-color: #999;
  margin: 7rem calc(50% - 50vw) 8rem;
}
@media screen and (max-width: 768px) {
  .p-section__service-inner {
    width: 100%;
    margin: 6.5rem 0 42rem;
  }
}
.p-section__service-box {
  background-color: rgba(255, 255, 255, 0.8);
  width: 58rem;
  position: absolute;
  bottom: 11rem;
  right: calc((100vw - 128rem) / 2 + 1rem);
  padding: 6rem 10rem 5.5rem;
}
@media screen and (max-width: 768px) {
  .p-section__service-box {
    width: 92.6%;
    position: absolute;
    bottom: -34rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding: 4rem 2rem;
  }
}
.p-section__service-box h3 {
  margin-bottom: 1.7rem;
  color: #0061B3;
}
@media screen and (max-width: 768px) {
  .p-section__service-box h3 {
    font-size: 2.4rem;
    font-weight: 700;
  }
}
.p-section__service-box p {
  color: #0061B3;
  margin-bottom: 2.7rem;
}
.p-section__service-box.-type02 {
  background-color: rgba(255, 255, 255, 0);
  bottom: unset;
  right: unset;
  border: 0.1rem solid #fff;
  top: 8.4rem;
  left: 9rem;
}
@media screen and (max-width: 768px) {
  .p-section__service-box.-type02 {
    width: 92.6%;
    top: unset;
    top: 19rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding: 4rem 2rem;
  }
}
.p-section__service-box.-type02.p-section__service-box h3 {
  color: #fff;
}
.p-section__service-box.-type02.p-section__service-box p {
  color: #fff;
}
.p-section__service-link {
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.p-section__service-link::after {
  content: "";
  position: absolute;
  background-image: url(../img/common/icon_arrow-sw.png);
  width: 1.4rem;
  height: 1.4rem;
  top: 0.5rem;
  right: -2.5rem;
  background-size: cover;
}
.p-section__service-link a {
  font-weight: 700;
  color: #0061B3;
}
.p-section__service-link.-white a {
  color: #fff;
}
.p-section__service-link.-white a::after {
  content: "";
  position: absolute;
  background-image: url(../img/common/icon_arrow-sw.png);
  width: 1.4rem;
  height: 1.4rem;
  top: 0.5rem;
  right: -2.5rem;
  background-size: cover;
}
.p-section__service-wrapper {
  display: flex;
  justify-content: end;
  position: relative;
}
.p-section__service-movie {
  width: 69.6rem;
  height: 39.2rem;
  background-color: #999;
}
@media screen and (max-width: 768px) {
  .p-section__service-movie {
    width: 100%;
    height: 20rem;
    margin-bottom: 45rem;
  }
}
@media screen and (max-width: 768px) {
  .p-section__service-image {
    height: 100%;
  }
}
.p-section__owned {
  padding: 13rem 0;
}
.p-section__news-image {
  background-color: #999;
  width: 58rem;
  height: 20rem;
}
@media screen and (max-width: 768px) {
  .p-section__news-image {
    width: 100%;
    height: 18rem;
    margin-bottom: 1rem;
  }
}
.p-section__news-date {
  margin-top: 2.3rem;
}
@media screen and (max-width: 768px) {
  .p-section__news-date {
    margin-top: 0 !important;
  }
}
.p-section__news-date p {
  color: #0061B3;
}
.p-section__news-text {
  margin-top: 1.3rem;
}
@media screen and (max-width: 768px) {
  .p-section__news-text {
    margin-bottom: 3rem;
    margin-top: 0 !important;
  }
}
.p-section__news-inner {
  display: flex;
  justify-content: space-between;
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-section__news-inner {
    flex-direction: column;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-section__news-wrapper {
    width: 100%;
    height: auto;
  }
}
.p-section__news-flex {
  display: flex;
  align-items: center;
  gap: 2.8rem;
}
@media screen and (max-width: 768px) {
  .p-section__news-flex {
    flex-direction: column;
    gap: 0;
    align-items: start;
  }
}
.p-section__news-flex .p-section__news-date {
  margin-top: 3rem;
}
.p-section__news-flex .p-section__news-text {
  margin-top: 3rem;
}
.p-section__recruit {
  margin-top: 18rem;
  margin-bottom: 19rem;
}
.p-section__recruit-inner {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-section__recruit-inner {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-section__recruit-image {
    width: 100%;
    height: 100%;
  }
}
.p-section__recruit-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-section__recruit-box {
  background-color: rgba(0, 97, 197, 0.9);
  width: 52.5rem;
  padding: 3rem 2.5rem 2.5rem;
  position: absolute;
  top: 50%;
  left: 4.3rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-section__recruit-box {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0.8rem;
    top: unset;
    left: unset;
    transform: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
  }
}
.p-section__recruit-title {
  margin-bottom: -2rem;
}
.p-section__recruit-title h2 {
  font-size: 8.5rem !important;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-section__recruit-title h2 {
    font-size: 5.6rem !important;
  }
}
.p-section__recruit-heading p {
  font-size: 2.6rem;
  color: #fff;
  font-weight: 700;
  margin-top: 1rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .p-section__recruit-heading p {
    font-size: 1.8rem;
  }
}
.p-section__recruit-text {
  margin-top: 1.5rem;
}
.p-section__recruit-text p {
  font-size: 1.8rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-section__recruit-text p {
    font-size: 1.4rem;
  }
}
.p-section__recruit-link {
  margin-top: 1.5rem;
}
.p-section__recruit-link a {
  color: #fff;
  font-weight: 700;
  position: relative;
}
.p-section__recruit-link a::after {
  content: "";
  position: absolute;
  background-image: url(../img/common/icon_arrow-sw.png);
  width: 1.4rem;
  height: 1.4rem;
  top: 0.3rem;
  right: -2.5rem;
  background-size: cover;
}
.p-section__welfare {
  margin-bottom: 15rem;
}
.p-section__welfare-wrapper {
  display: flex;
  gap: 7.5rem;
  margin-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: #707070 solid 0.1rem;
}
.p-section__welfare-wrapper.-noneboreder {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .p-section__welfare-wrapper {
    flex-direction: column-reverse;
    gap: 3.5rem;
    border-bottom: none;
  }
}
.p-section__welfare-inner {
  width: 67.5rem;
  margin-top: 2.2rem;
}
@media screen and (max-width: 768px) {
  .p-section__welfare-inner {
    width: 100%;
  }
}
.p-section__welfare-image {
  width: 40rem;
  height: 25rem;
  background-color: #999;
}
@media screen and (max-width: 768px) {
  .p-section__welfare-image {
    width: 100%;
    height: 22rem;
  }
}
.p-section__welfare-heading {
  border-bottom: #707070 dotted 0.1rem;
}
.p-section__welfare-heading p {
  font-size: 2.4rem;
  font-weight: 700;
  color: #0061B3;
  padding-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-section__welfare-heading p {
    font-size: 2rem;
  }
}
.p-section__welfare-text {
  margin-top: 1.6rem;
}
.p-section__special {
  margin-top: 11rem;
}
@media screen and (max-width: 768px) {
  .p-section__special {
    margin-top: 0;
  }
}
.p-section__special-wrapper {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-section__special-wrapper {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .p-section__special-wrapper.-type02 {
    flex-direction: column-reverse;
  }
}
.p-section__special-data {
  padding-right: 7.6rem;
  width: 64rem;
}
@media screen and (max-width: 768px) {
  .p-section__special-data {
    width: 100%;
    padding-right: 0;
  }
}
.p-section__special-data.-type02 {
  padding-right: 0;
  padding-left: 7.6rem;
}
@media screen and (max-width: 768px) {
  .p-section__special-data.-type02 {
    padding: 0;
  }
}
.p-section__special-heading {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-section__special-heading {
    margin-top: 7rem;
    margin-bottom: 3.5rem;
  }
}
.p-section__special-heading p {
  font-size: 2.6rem;
  font-weight: 700;
  color: #0061B3;
}
@media screen and (max-width: 768px) {
  .p-section__special-heading p {
    font-size: 1.8rem;
  }
}
.p-section__special-text {
  margin-bottom: 5rem;
}
.p-section__special-text.-type02 {
  display: flex;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-section__special-text.-type02 {
    flex-direction: column;
    gap: unset;
  }
}
@media screen and (max-width: 768px) {
  .p-section__special-text {
    margin-bottom: 3rem;
  }
}
.p-section__special-image {
  width: 50vw;
  margin-right: calc(50% - 50vw);
  height: 32.7vw;
  background-color: #999;
}
@media screen and (max-width: 768px) {
  .p-section__special-image {
    width: 100%;
    margin-right: unset;
    height: 23.1rem;
    margin-top: 3rem;
  }
}
.p-section__special-image.-type02 {
  margin-right: unset;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .p-section__special-image.-type02 {
    width: 100%;
    margin-left: unset;
    height: 23.1rem;
  }
}
.p-section__single-heading {
  margin-top: 11.5rem;
  margin-bottom: 5rem;
}
.p-section__single-heading h3 {
  font-size: 3.2rem;
  color: #0061B3;
  font-weight: 700;
}
.p-section__single-text {
  margin-bottom: 5rem;
}
.p-section__single-image {
  margin-bottom: 5rem;
  background-color: #999;
  width: 100%;
  height: 40rem;
}
.p-section__qanda {
  margin-bottom: 19.5rem;
}
@media screen and (max-width: 768px) {
  .p-section__qanda {
    margin-bottom: 12.5rem;
  }
}
.p-section__qanda-text {
  margin-bottom: 8rem;
}
.p-section__philosophy {
  width: 145.1rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .p-section__philosophy {
    margin-top: 7.8rem;
    margin-bottom: 5.6rem;
    width: 90%;
  }
}
.p-section__philosophy-2column {
  display: flex;
  align-items: flex-end;
  gap: 3.7rem;
}
@media screen and (max-width: 768px) {
  .p-section__philosophy-2column {
    flex-direction: column;
    row-gap: 6rem;
  }
}
.p-section__philosophy-image {
  width: 48.3rem;
  height: 77.4rem;
}
@media screen and (max-width: 768px) {
  .p-section__philosophy-image {
    width: 30.5rem;
    height: auto;
    margin: 0 auto;
  }
}
.p-section__philosophy-inner {
  width: 66rem;
}
@media screen and (max-width: 768px) {
  .p-section__philosophy-inner {
    width: 100%;
  }
}
.p-section__philosophy-wrapper {
  border-bottom: 0.1rem dotted #0061B3;
  padding-bottom: 2.6rem;
  margin-bottom: 2.8rem;
}
.p-section__philosophy-wrapper.-last {
  border-bottom: none;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-section__philosophy-wrapper.-last {
    border-bottom: 0.1rem dotted #0061B3;
  }
}
.p-section__philosophy-title {
  margin-bottom: 2rem;
}
.p-section__philosophy-title p {
  color: #4991CE;
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-section__philosophy-title p {
    font-size: 1.8rem;
  }
}
.p-section__philosophy-heading {
  margin-bottom: 1rem;
}
.p-section__philosophy-heading.-type02 {
  width: 20rem;
  margin-bottom: 0;
}
.p-section__philosophy-heading p {
  color: #0061B3;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-section__philosophy-heading p {
    font-size: 2rem;
  }
}
.p-section__philosophy-box {
  display: flex;
  gap: 1rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-section__philosophy-box {
    flex-direction: column;
    align-items: start;
    gap: 0.8rem;
    margin-bottom: 2.5rem;
  }
}
.p-section__philosophy-core {
  margin-top: 4rem;
  background-color: #CEE9FF;
  padding: 1.9rem 6.5rem;
  border-radius: 1rem;
  margin-bottom: 23rem;
}
@media screen and (max-width: 768px) {
  .p-section__philosophy-core {
    padding: 1.9rem;
    margin-bottom: 9rem;
  }
}
.p-section__message {
  background-color: #0061B3;
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .p-section__message {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
}
.p-section__message-inner {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-section__message-inner {
    flex-direction: column;
    gap: 6.5rem;
  }
}
.p-section__message-data {
  flex: 1;
}
.p-section__message-image {
  flex: 1;
  margin-right: 7.5rem;
  width: 50vw;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .p-section__message-image {
    margin: unset;
    width: 100%;
  }
}
.p-section__message-text p {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-section__message-text p {
    line-height: 1.75;
  }
}
.p-section__message-name {
  margin-top: 5rem;
}
.p-section__message-name p {
  color: #fff;
  text-align: right;
  font-size: 2rem;
}
.p-section__message-name p span {
  font-size: 2.4rem;
}
.p-section__belief {
  margin-top: 14rem;
}
.p-section__belief-inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-section__belief-inner {
    flex-direction: column;
  }
}
.p-section__belief-wrapper {
  flex: 1;
}
.p-section__belief-image {
  flex: 1;
  width: 64rem;
  height: 64rem;
}
@media screen and (max-width: 768px) {
  .p-section__belief-image {
    width: 100%;
    height: auto;
    margin-top: 5rem;
  }
}
.p-section__belief-title h3 {
  font-size: 4rem;
  text-align: center;
  color: #0061B3;
}
@media screen and (max-width: 768px) {
  .p-section__belief-title h3 {
    font-size: 2.6rem;
  }
}
.p-section__belief-text {
  width: -moz-max-content;
  width: max-content;
  background-color: #0061B3;
  margin: 1.3rem auto 0;
  padding: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-section__belief-text {
    width: 100%;
    margin-top: 1.6rem;
  }
}
.p-section__belief-text p {
  color: #fff;
  font-size: 2rem;
  text-align: center;
}
.p-section__way {
  margin-top: 5.5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-section__way {
    margin-top: 6.5rem;
  }
}
.p-section__way-inner {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  row-gap: 3rem;
}
.p-section__way-wrapper {
  width: 50rem;
}
@media screen and (max-width: 768px) {
  .p-section__way-wrapper {
    width: 100%;
  }
}
.p-section__way-heading {
  padding-bottom: 1.6rem;
  border-bottom: 0.1rem solid #0061B3;
}
.p-section__way-heading h4 {
  font-size: 2.4rem;
  letter-spacing: 0.5rem;
  font-weight: 700;
  color: #0061B3;
}
.p-section__way-text {
  margin-top: 1rem;
}
.p-section__overview {
  margin-top: 14rem;
}
@media screen and (max-width: 768px) {
  .p-section__overview {
    margin-top: 8.7rem;
  }
}
.p-section__access {
  margin-top: 25rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .p-section__access {
    margin-top: 8rem;
  }
}
.p-section__access-inner {
  display: flex;
  margin-top: 10rem;
  padding-bottom: 10rem;
  border-bottom: 0.1rem dotted #0061B3;
}
@media screen and (max-width: 768px) {
  .p-section__access-inner {
    flex-direction: column-reverse;
    margin-top: 6rem;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.p-section__access-inner.-noneborder {
  border-bottom: none;
}
.p-section__access-data {
  flex: 1;
}
.p-section__access-heading {
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  .p-section__access-heading {
    margin-left: 0;
    margin-top: 3.5rem;
  }
}
.p-section__access-heading h4 {
  font-size: 2rem;
  color: #0061B3;
  font-weight: 700;
}
.p-section__access-text {
  margin-top: 2.5rem;
  margin-left: 3.8rem;
}
@media screen and (max-width: 768px) {
  .p-section__access-text {
    margin-left: 0;
  }
}
.p-section__access-text p {
  line-height: 1.875;
}
.p-section__access-link {
  display: flex;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  margin-left: 3.8rem;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-section__access-link {
    margin-left: 0;
  }
}
.p-section__access-link a {
  font-size: 1.6rem;
  color: #0061B3;
  font-weight: 700;
  position: relative;
}
.p-section__access-link a::after {
  content: "";
  background-image: url(../img/common/icon_aboutlink.png);
  width: 1.4rem;
  height: 1.4rem;
  background-size: cover;
  position: absolute;
  right: -2.5rem;
  top: 0.4rem;
}
.p-section__access-image {
  flex: 1;
  width: 62rem;
  height: 39.2rem;
  margin-left: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-section__access-image {
    margin-left: 0;
    width: 100%;
    height: auto;
  }
}
.p-section__history {
  padding-top: 18rem;
  padding-bottom: 18rem;
  margin-bottom: 4rem;
  background-color: #0061B3;
}
@media screen and (max-width: 768px) {
  .p-section__history {
    padding-top: 6rem;
    padding-bottom: 10rem;
  }
}
.p-section__history-timeline {
  position: relative;
  margin-top: 8rem;
  width: 110rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p-section__history-timeline {
    margin-top: 6rem;
    width: 100%;
  }
}
.p-section__history-timeline::before {
  content: "";
  position: absolute;
  left: 0.7rem;
  /* 1.6remの丸の中心：3.2rem + (1.6rem / 2) = 3.95rem */
  top: 1.6rem;
  bottom: 0rem;
  width: 0.1rem;
  background-color: #fff;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-section__history-timeline::before {
    left: 0.8rem;
  }
}
.p-section__history-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 4rem;
  min-height: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-section__history-item {
    margin-bottom: 3rem;
  }
}
.p-section__history-item:last-child {
  margin-bottom: 0;
}
.p-section__history-dot {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #fff;
  border-radius: 50%;
  flex-shrink: 0;
  z-index: 2;
  margin-top: 0.8rem;
  margin-right: 4.8rem;
}
@media screen and (max-width: 768px) {
  .p-section__history-dot {
    margin-right: 1.5rem;
  }
}
.p-section__history-dot.-important {
  width: 3.2rem;
  height: 3.2rem;
  margin-top: 0;
  margin-left: -0.8rem;
  margin-right: 4rem;
  border: 0.3rem solid #0061B3;
}
@media screen and (max-width: 768px) {
  .p-section__history-dot.-important {
    margin-left: -0.8rem;
    margin-right: 0.7rem;
  }
}
.p-section__history-year {
  width: 8rem;
  flex-shrink: 0;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin-right: 3rem;
  padding-top: 0.3rem;
}
@media screen and (max-width: 768px) {
  .p-section__history-year {
    width: 6rem;
    font-size: 1.4rem;
    margin-right: 1.6rem;
    margin-top: 0.6rem;
  }
}
.p-section__history-content {
  flex: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-section__history-content {
    margin-top: 0.6rem;
  }
}
.p-section__history-entry {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  gap: 2.4rem;
}
.p-section__history-entry:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-section__history-entry:last-child {
    margin-bottom: 1.5rem;
    gap: 2.4rem;
  }
}
.p-section__history-month {
  width: 6rem;
  flex-shrink: 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  margin-right: 2rem;
  padding-top: 0.1rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-section__history-month {
    width: auto;
    font-size: 1.4rem;
    margin-right: 0;
    margin-bottom: 0.5rem;
    font-weight: 700;
    width: 4rem;
    text-align: right;
  }
}
.p-section__history-text {
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-section__history-text {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.p-section__service01 {
  background-color: #0061B3;
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .p-section__service01 {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
}
.p-section__service01-inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-section__service01-inner {
    flex-direction: column;
    gap: 6.5rem;
  }
}
.p-section__service01-data {
  flex: 1;
}
.p-section__service01-image {
  flex: 1;
  margin-right: 7.5rem;
  width: 50vw;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .p-section__service01-image {
    margin: unset;
    width: 100%;
  }
}
.p-section__service01-text p {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-section__service01-text p {
    line-height: 1.75;
  }
}
.p-section__service01-link {
  margin-top: 5rem;
}
.p-section__service01-link a {
  color: #fff;
  font-size: 1.6rem;
  position: relative;
  font-weight: 700;
}
.p-section__service01-link a::after {
  content: "";
  background-image: url(../img/common/icon_arrow-sw.png);
  width: 2.8rem;
  height: 2.8rem;
  background-size: cover;
  position: absolute;
  top: -0.5rem;
  right: -5rem;
}
@media screen and (max-width: 768px) {
  .p-section__service01-link a::after {
    width: 2.1rem;
    height: 2.1rem;
    background-size: cover;
    position: absolute;
    top: -0.3rem;
    right: -4.5rem;
  }
}
.p-section__service02 {
  margin-top: 16.5rem;
  margin-bottom: 15rem;
}
@media screen and (max-width: 768px) {
  .p-section__service02 {
    margin-top: 6.5rem;
    margin-bottom: 6rem;
  }
}
.p-section__service02-heading {
  margin-bottom: 11rem;
}
@media screen and (max-width: 768px) {
  .p-section__service02-heading {
    margin-bottom: 7rem;
  }
}
.p-section__service02-heading h3 {
  color: #0061B3;
  font-weight: 700;
  font-size: 2.6rem;
  text-align: center;
}
.p-section__service02-inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-section__service02-inner {
    flex-direction: column-reverse;
    gap: 6.5rem;
  }
}
.p-section__service02-data {
  flex: 1;
  padding-right: 5.5rem;
}
@media screen and (max-width: 768px) {
  .p-section__service02-data {
    padding-right: 0;
  }
}
.p-section__service02-image {
  flex: 1;
  width: 62rem;
  height: 41.4rem;
}
@media screen and (max-width: 768px) {
  .p-section__service02-image {
    margin: unset;
    width: 100%;
  }
}
.p-section__service02-title {
  margin-bottom: 3.5rem;
}
.p-section__service02-title h4 {
  color: #0061B3;
  font-weight: 700;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-section__service02-text p {
    line-height: 1.75;
  }
}
.p-section__service02-link {
  margin-top: 5rem;
}
.p-section__service02-link a {
  color: #0061B3;
  position: relative;
  font-weight: 700;
}
.p-section__service02-link a::after {
  content: "";
  background-image: url(../img/common/icon_arrow-s.png);
  width: 2.8rem;
  height: 2.8rem;
  background-size: cover;
  position: absolute;
  top: -0.5rem;
  right: -5rem;
}
@media screen and (max-width: 768px) {
  .p-section__service02-link a::after {
    width: 2.1rem;
    height: 2.1rem;
    background-size: cover;
    position: absolute;
    top: -0.3rem;
    right: -4.5rem;
  }
}
.p-section__link {
  margin-bottom: 22.8rem;
}
@media screen and (max-width: 768px) {
  .p-section__link {
    margin-bottom: 7rem;
  }
}
.p-section__green {
  margin-bottom: 15rem;
}
@media screen and (max-width: 768px) {
  .p-section__green {
    margin-bottom: 6rem;
  }
}
.p-section__green-button a {
  display: block;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .p-section__green-button a {
    margin: 0 auto;
  }
}
.p-section__recruitmessage {
  display: flex;
  gap: 7rem;
  margin-bottom: 16rem;
}
@media screen and (max-width: 768px) {
  .p-section__recruitmessage {
    flex-direction: column;
    gap: 6rem;
    margin-bottom: 6rem;
  }
}
.p-section__recruitmessage-image {
  width: 41.6vw;
  margin-right: calc(50% - 50vw);
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-section__recruitmessage-image {
    width: 100%;
    margin-right: unset;
  }
}
.p-section__recruitmessage-heading {
  margin-bottom: 7.4rem;
}
@media screen and (max-width: 768px) {
  .p-section__recruitmessage-heading {
    margin-bottom: 3.3rem;
  }
}
.p-section__recruitmessage-heading h4 {
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-section__recruitmessage-heading h4 {
    font-size: 2rem;
  }
}
.p-section__recruitmessage-name {
  margin-top: 5rem;
}
.p-section__recruitmessage-name p {
  text-align: right;
  font-size: 2rem;
}
.p-section__recruitmessage-name p span {
  font-size: 2.4rem;
}
.p-section__voice {
  margin-bottom: 17.4rem;
}
@media screen and (max-width: 768px) {
  .p-section__voice {
    margin-bottom: 6.5rem;
  }
}
.p-section__voice-image {
  width: 60rem;
  height: 28rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-section__voice-image {
    width: 100%;
    height: auto;
  }
}
.p-section__voice-heading {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-section__voice-heading {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.p-section__voice-heading p {
  font-size: 2.2rem;
  font-weight: 700;
}
.p-section__voice-text {
  margin-bottom: 20rem;
}
@media screen and (max-width: 768px) {
  .p-section__voice-text {
    margin-bottom: 6.5rem;
  }
}
.p-section__voice-text p {
  font-size: 2rem;
  font-weight: 700;
}
.p-section__voice-tag {
  margin-bottom: 4rem;
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-section__voice-tag {
    margin-bottom: 1.5rem;
  }
}
.p-section__voice-name p {
  font-size: 2.8rem;
}
.p-section__voice-name p span {
  font-size: 2rem;
}
.p-section__voice-inner {
  display: flex;
  gap: 12.7rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .p-section__voice-inner {
    flex-direction: column;
    gap: 3.2rem;
    margin-bottom: 6.5rem;
  }
}
.p-section__voice-link a {
  font-size: 1.6rem;
  font-weight: 600;
  color: #0061B3;
  position: relative;
}
.p-section__voice-link a::after {
  content: "";
  background-image: url(../img/common/icon_arrow-s.png);
  width: 1.8rem;
  height: 1.8rem;
  background-size: cover;
  position: absolute;
  top: 0em;
  right: -2.9rem;
}
.p-section__recruitwelfare {
  display: flex;
  gap: 7rem;
  margin-bottom: 16rem;
}
@media screen and (max-width: 768px) {
  .p-section__recruitwelfare {
    flex-direction: column;
  }
}
.p-section__recruitwelfare-text {
  margin-bottom: 3rem;
}
.p-section__recruitwelfare-image {
  width: 41.6vw;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-section__recruitwelfare-image {
    width: 100%;
    height: auto;
  }
}
.p-section__recruitwelfare-heading {
  margin-bottom: 7.4rem;
}
.p-section__recruitwelfare-heading h4 {
  font-size: 2.2rem;
  font-weight: 700;
}
.p-section__recruitwelfare-link a {
  font-size: 1.6rem;
  font-weight: 600;
  color: #0061B3;
  position: relative;
}
.p-section__recruitwelfare-link a::after {
  content: "";
  background-image: url(../img/common/icon_arrow-large.png);
  width: 4.2rem;
  height: 4.2rem;
  background-size: cover;
  position: absolute;
  top: -1rem;
  right: -6.6rem;
}
.p-section__requirements {
  margin-bottom: 31.7rem;
}
@media screen and (max-width: 768px) {
  .p-section__requirements {
    margin-bottom: 11.5rem;
  }
}
.p-section__requirements-text {
  margin-bottom: 7.5rem;
}
.p-section__welfaretop {
  margin-top: 11.6rem;
}
@media screen and (max-width: 768px) {
  .p-section__welfaretop {
    margin-top: 6rem;
  }
}
.p-section__requirements-inner {
  margin-left: 7rem;
}
@media screen and (max-width: 768px) {
  .p-section__requirements-inner {
    margin-left: 0;
  }
}
.p-section__hachinohe {
  background-color: rgba(0, 97, 179, 0.1);
  padding: 10rem 0;
}
.p-section__fukuchi01 {
  background-color: #0061B3;
  padding: 10rem 0;
}
.p-section__fukuchi01-other {
  background-color: #fff;
  margin-bottom: 7rem;
  width: 75%;
  padding: 2rem 4rem 4rem 4rem;
}
@media screen and (max-width: 768px) {
  .p-section__fukuchi01-other {
    flex-direction: column;
    width: 100%;
  }
}
.p-section__fukuchi01-other p {
  font-weight: 700;
  color: #0061B3;
  font-size: 2.4rem;
  margin-bottom: 1.6rem;
}
.p-section__fukuchi01-other-inner {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-section__fukuchi01-other-inner {
    flex-direction: column;
  }
}
.p-section__fukuchi01-other-list ul {
  list-style-type: disc;
  padding-left: 2rem;
  padding-right: 6rem;
}
@media screen and (max-width: 768px) {
  .p-section__fukuchi01-other-list ul {
    padding-right: 2rem;
  }
}
.p-section__fukuchi01-other-list ul li {
  color: #0061B3;
}
.p-section__number {
  margin-top: 15.7rem;
  margin-bottom: 21rem;
}
@media screen and (max-width: 768px) {
  .p-section__number {
    margin-top: 6.2rem;
    margin-bottom: 9.5rem;
  }
}
.p-section__number-heading {
  margin-bottom: 13rem;
}
.p-section__number-heading h3 {
  text-align: center;
  font-size: 2.6rem;
  color: #0061B3;
}
@media screen and (max-width: 768px) {
  .p-section__number-heading h3 {
    font-size: 2rem;
  }
}
.p-section__number-inner {
  display: flex;
  justify-content: center;
  gap: 5.5rem 3.7rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-section__number-inner {
    gap: 2rem;
  }
}
.p-section__number-image {
  width: 43.7rem;
  height: 43.8rem;
}
@media screen and (max-width: 768px) {
  .p-section__number-image {
    width: 100%;
    height: auto;
  }
}
.p-section__graph-title {
  width: 100vw;
  height: 5.5vw;
  content: "";
  background-image: url(../img/special/bg_special.png);
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-section__graph-title {
    height: 8.6rem;
  }
}
.p-section__graph-title h3 {
  color: #fff;
  font-size: 2.6rem;
}
.p-section__graph-item {
  width: 48rem;
  height: 4.4rem;
  margin-top: 3.4rem;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-section__graph-item {
    width: 100%;
    height: auto;
  }
}
.p-section__graph-image {
  margin-bottom: 10.4rem;
}
.p-section__innovation-heading h4 {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  color: #0061B3;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-section__innovation-heading h4 {
    display: flex;
    width: 20rem;
    justify-content: center;
    font-size: 1.8rem;
    background-color: #0061B3;
    margin: 0 auto 1.5rem;
    color: #fff;
    height: 4rem;
    align-items: center;
    border-radius: 2rem;
  }
}
.p-section__innovation-heading p {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #0061B3;
}
.p-section__innovation-image {
  width: 100%;
  height: auto;
  margin-top: 5rem;
}
.p-section__works {
  margin-bottom: 35rem;
}
@media screen and (max-width: 768px) {
  .p-section__works {
    margin-bottom: 10rem;
  }
}

.flex-item:nth-child(2),
.flex-item:nth-child(3) {
  border-bottom: 0.1rem solid #707070;
}

.font-din {
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font-ym {
  font-family: YuMincho, "Yu Mincho", serif;
}

.mt0 {
  margin-top: 0;
}

.mt10 {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .mt10 {
    margin-top: 0;
    font-size: 1.8rem !important;
  }
}

.mt150 {
  margin-top: 15rem;
}
@media screen and (max-width: 768px) {
  .mt150 {
    margin-top: 6.3rem;
    font-size: 1.8rem !important;
  }
}

.ml0 {
  margin-left: 0;
}

.mb7 {
  margin-bottom: 7rem;
}

.mt115 {
  margin-top: 11.5rem;
}

.mb25 {
  margin-bottom: 2.5rem;
}

.mb50 {
  margin-bottom: 10rem;
}

.mb250 {
  margin-bottom: 25rem;
}

@media screen and (max-width: 768px) {
  .mb15-sp {
    margin-bottom: 1.5rem;
  }
}

.font-red {
  color: #CC0000;
}

.font-bold {
  font-weight: bold;
}

.font15 {
  font-size: 1.5rem;
}

.font18 {
  font-size: 1.8rem;
}

.font24 {
  font-size: 2.4rem !important;
}
@media screen and (max-width: 768px) {
  .font24 {
    font-size: 2rem !important;
  }
}

.font28 {
  font-size: 2.8rem;
}

.font37 {
  font-size: 3.7rem;
}
@media screen and (max-width: 768px) {
  .font37 {
    font-size: 2.6rem;
  }
}

.font42 {
  font-size: 4.2rem;
}
@media screen and (max-width: 768px) {
  .font42 {
    font-size: 1.8rem;
  }
}

.font75 {
  font-size: 7.5rem;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block !important;
  }
}

.sp-only-flex {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-only-flex {
    display: flex !important;
  }
}

.anchorlink {
  padding-top: 9rem;
  margin-top: -9rem;
}/*# sourceMappingURL=styles.css.map */