@charset "UTF-8";
/* ==========================================================================
リセット
========================================================================== */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

/* HTML5 display definitions
----------------------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

/* Links
----------------------------------------------------------------- */
a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
----------------------------------------------------------------- */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 1rem;
  line-height: 1;
  margin: 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
----------------------------------------------------------------- */
img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
----------------------------------------------------------------- */
figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
----------------------------------------------------------------- */
button,
input,
optgroup,
select,
textarea {
  outline: none;
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  border: none;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/* Tables
----------------------------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* ==========================================================================
グローバル変数
=========================================================================*/
/*-==========================================================================
mixin
==========================================================================*/
/*-==========================================================================
vw変換
==========================================================================*/
/*-==========================================================================
独自mixinを定義
==========================================================================*/
/*-==========================================================================
ブレイクポイント
==========================================================================*/
/* less_than_xx */
/* more_than_xx */
/* ==========================================================================
汎用CSS
========================================================================== */
/* サイト全体のフォントサイズや色に関する設定
----------------------------------------------------------------- */
html {
  color: #333;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  text-justify: inter-ideograph;
  vertical-align: baseline;
}
html:not(:target) body {
  font-size: 16px;
}
html body {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
}
@media screen and (max-width: 576px) {
  html body {
    font-size: 14px !important;
  }
}

::selection {
  color: #525252;
  background-color: #ffd0c4;
}

::-moz-selection {
  color: #525252;
  background-color: #ffd0c4;
}

.f-common-wrap {
  overflow: clip;
}

a {
  color: #333;
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0;
  text-align: justify;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

hr {
  overflow: visible;
  border: 0;
  border-top: 1px solid #D3D3D3;
  text-align: inherit;
  margin: 0 0 0 0;
}

div {
  box-sizing: border-box;
}

ul {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul li {
  list-style-type: none;
  text-align: justify;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  box-sizing: border-box;
  text-align: left;
  width: 100%;
  text-align: justify;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0;
}

label {
  cursor: pointer;
}

#g-breadcrumbs,
#breadcrumbs-b {
  max-width: 958px;
  width: auto;
}

@media screen and (max-width: 576px) {
  * {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    line-height: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
  }
}
/* ==========================================================================
アニメーション
========================================================================== */
/* fadeIm fadeOut
----------------------------------------------------------------- */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*-==========================================================================
特定の画面幅で表示・非表示するクラス（CSSの順番の上書きの関係で、utilityフォルダには置かず、こちらに記載)
==========================================================================*/
@media screen and (min-width: 1401px) {
  .f-visible-1400 {
    display: block;
  }
}
@media screen and (max-width: 1400px) {
  .f-visible-1400 {
    display: none !important;
  }
}

@media screen and (min-width: 1201px) {
  .f-visible-1400pc {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .f-visible-1400pc {
    display: none !important;
  }
}

@media screen and (min-width: 993px) {
  .f-visible-1400pclp {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .f-visible-1400pclp {
    display: none !important;
  }
}

@media screen and (min-width: 993px) {
  .f-visible-lp {
    display: none !important;
  }
}
@media screen and (min-width: 821px) and (max-width: 992px) {
  .f-visible-lp {
    display: block;
  }
}
@media screen and (max-width: 820px) {
  .f-visible-lp {
    display: none !important;
  }
}

@media screen and (min-width: 993px) {
  .f-visible-lptbsp {
    display: none !important;
  }
}
@media screen and (max-width: 992px) {
  .f-visible-lptbsp {
    display: block;
  }
}

@media screen and (min-width: 821px) {
  .f-visible-tb {
    display: none !important;
  }
}
@media screen and (min-width: 577px) and (max-width: 820px) {
  .f-visible-tb {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .f-visible-tb {
    display: none !important;
  }
}

@media screen and (min-width: 821px) {
  .f-visible-1400pclptb {
    display: block;
  }
}
@media screen and (max-width: 820px) {
  .f-visible-1400pclptb {
    display: none !important;
  }
}

@media screen and (min-width: 821px) {
  .f-visible-tbsp {
    display: none !important;
  }
}
@media screen and (max-width: 820px) {
  .f-visible-tbsp {
    display: block;
  }
}

@media screen and (min-width: 577px) {
  .f-visible-1400pclptbsp {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .f-visible-1400pclptbsp {
    display: none !important;
  }
}

@media screen and (min-width: 577px) {
  .f-visible-sp {
    display: none !important;
  }
}
@media screen and (max-width: 576px) {
  .f-visible-sp {
    display: block;
  }
}

@media screen and (min-width: 577px) {
  .f-visible-sp-inline {
    display: none !important;
  }
}
@media screen and (max-width: 576px) {
  .f-visible-sp-inline {
    display: inline-block;
  }
}

/* ==========================================================================
ヘッダー
========================================================================== */
header {
  position: relative;
}

.l-header {
  display: flex;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
  max-width: 980px;
  margin-inline: auto;
}
@media screen and (max-width: 992px) {
  .l-header {
    width: 100%;
  }
}

.l-header-logo {
  position: relative;
  max-width: 360px;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .l-header-logo {
    width: 75%;
  }
}
.l-header-logo h1 {
  position: relative;
  height: 100%;
  width: 100%;
}
.l-header-logo h1 a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 5px 5% 5px 10px;
  box-sizing: border-box;
  transition: 0.2s;
}
.l-header-logo h1 a:hover {
  opacity: 0.75;
}
.l-header-logo h1 a img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 576px) {
  #renketsu_navi {
    z-index: 99999;
    background-color: #fff;
  }
}

/* PC版メニュー
----------------------------------------------------------------- */
.l-header-nav {
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex: 1;
  min-width: 70%;
  text-align: center;
  font-size: 0.875rem;
}
@media screen and (max-width: 1200px) {
  .l-header-nav {
    font-size: 1.25vw;
    min-width: initial;
  }
}
.l-header-nav .l-header-nav-global {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern1-main {
  display: flex;
  justify-content: flex-end;
  line-height: 80px;
}
@media screen and (max-width: 1200px) {
  .l-header-nav .l-header-nav-global ul.l-header-nav-pattern1-main {
    line-height: 60px;
  }
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern1-main .l-header-nav-pattern1-main__menu {
  width: 25%;
  max-width: 140px;
  position: relative;
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern1-main .l-header-nav-pattern1-main__menu:before {
  content: "";
  background-color: #D3D3D3;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  width: 1px;
  height: 40px;
}
@media screen and (max-width: 1200px) {
  .l-header-nav .l-header-nav-global ul.l-header-nav-pattern1-main .l-header-nav-pattern1-main__menu:before {
    height: 30px;
  }
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern1-main .l-header-nav-pattern1-main__menu a {
  display: block;
  transition: 0.3s;
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern1-main .l-header-nav-pattern1-main__menu a:hover {
  color: #F08300;
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern2-main,
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern2-sub {
  display: flex;
  justify-content: flex-end;
  line-height: 1;
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern2-main .l-header-nav-pattern2-sub__menu a,
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern2-main .l-header-nav-pattern2-main__menu a,
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern2-sub .l-header-nav-pattern2-sub__menu a,
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern2-sub .l-header-nav-pattern2-main__menu a {
  transition: 0.3s;
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern2-main .l-header-nav-pattern2-sub__menu a:hover,
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern2-main .l-header-nav-pattern2-main__menu a:hover,
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern2-sub .l-header-nav-pattern2-sub__menu a:hover,
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern2-sub .l-header-nav-pattern2-main__menu a:hover {
  color: #6684bd;
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern2-main {
  display: flex;
  align-items: center;
  height: 100%;
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern2-main .l-header-nav-pattern2-main__menu {
  position: relative;
  height: 100%;
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern2-main .l-header-nav-pattern2-main__menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 1200px) {
  .l-header-nav .l-header-nav-global ul.l-header-nav-pattern2-main .l-header-nav-pattern2-main__menu a {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern2-main .l-header-nav-pattern2-main__menu:last-child a {
  padding-right: 1.875rem;
}
@media screen and (max-width: 1200px) {
  .l-header-nav .l-header-nav-global ul.l-header-nav-pattern2-main .l-header-nav-pattern2-main__menu:last-child a {
    padding-right: 1.25rem;
  }
}
.l-header-nav .l-header-nav-global .l-header-nav-pattern2-sub {
  font-size: 10px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 1200px) {
  .l-header-nav .l-header-nav-global .l-header-nav-pattern2-sub {
    margin-top: 15px;
  }
}
.l-header-nav .l-header-nav-global .l-header-nav-pattern2-sub .l-header-nav-pattern2-sub__menu:after {
  content: "｜";
  margin: 0 15px;
}
@media screen and (max-width: 1200px) {
  .l-header-nav .l-header-nav-global .l-header-nav-pattern2-sub .l-header-nav-pattern2-sub__menu:after {
    margin: 0 10px;
  }
}
.l-header-nav .l-header-nav-global .l-header-nav-pattern2-sub .l-header-nav-pattern2-sub__menu:last-child {
  margin-right: 1.875rem;
}
@media screen and (max-width: 1200px) {
  .l-header-nav .l-header-nav-global .l-header-nav-pattern2-sub .l-header-nav-pattern2-sub__menu:last-child {
    margin-right: 1.25rem;
  }
}
.l-header-nav .l-header-nav-global .l-header-nav-pattern2-sub .l-header-nav-pattern2-sub__menu:last-child:after {
  content: "";
  display: none;
}
.l-header-nav .l-header-nav-global .l-header-nav-pattern2-sub .l-header-nav-pattern2-sub__menu a {
  color: #676767;
}
.l-header-nav .l-header-nav-global .l-dropdown {
  position: relative;
}
@media (orientation: landscape) and (max-device-width: 1024px) {
  .l-header-nav .l-header-nav-global .l-dropdown > a {
    pointer-events: none;
  }
}
.l-header-nav .l-header-nav-global .l-dropdown .l-dropdown-nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  min-width: max-content;
  width: max-content;
  transform-origin: top center;
  transform: translate(-50%, 100%) scale(1, 0);
  -webkit-transform: translate(-50%, 100%) scale(1, 0);
  -ms-transform: translate(-50%, 100%) scale(1, 0);
  overflow: hidden;
  transition: 0.5s 0.1s;
}
.l-header-nav .l-header-nav-global .l-dropdown .l-dropdown-nav .l-dropdown-nav__menu {
  width: 100%;
  background-color: #fff;
  line-height: 1.6;
  font-size: 13px;
}
.l-header-nav .l-header-nav-global .l-dropdown .l-dropdown-nav .l-dropdown-nav__menu a {
  padding: 10px 1.25rem;
  opacity: 0;
  transition: 0.2s;
}
.l-header-nav .l-header-nav-global .l-dropdown .l-dropdown-nav.l-dropdown-open {
  overflow: visible;
  transform: translate(-50%, 100%) scale(1, 1);
  -webkit-transform: translate(-50%, 100%) scale(1, 1);
  -ms-transform: translate(-50%, 100%) scale(1, 1);
  transition: 0.4s;
}
.l-header-nav .l-header-nav-global .l-dropdown .l-dropdown-nav.l-dropdown-open a {
  opacity: 1;
  transition: 0.3s 0.2s;
}
.l-header-nav .l-header-nav-global .l-dropdown .l-dropdown-arrow::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #002870;
  border-right: 1px solid #002870;
  transform: rotate(135deg) translateY(50%);
  -webkit-transform: rotate(135deg) translateY(50%);
  margin-left: 0.6125em;
  transition: 0.2s;
}
.l-header-nav .l-header-nav-global .l-dropdown:hover .l-dropdown-arrow::after {
  border-top: 1px solid #F08300;
  border-right: 1px solid #F08300;
}
.l-header-nav .l-header-nav-contact {
  width: 27%;
  max-width: 320px;
  line-height: 80px;
}
@media screen and (max-width: 1200px) {
  .l-header-nav .l-header-nav-contact {
    line-height: 60px;
  }
}
.l-header-nav .l-header-nav-contact .l-header-nav-contact-wrap {
  display: flex;
  justify-content: flex-end;
}
.l-header-nav .l-header-nav-contact .l-header-nav-contact-wrap .l-header-nav-contact-menu {
  width: 50%;
}
.l-header-nav .l-header-nav-contact .l-header-nav-contact-wrap .l-header-nav-contact-menu a {
  display: block;
  color: #fff;
  transition: 0.3s;
  text-align: center;
}
.l-header-nav .l-header-nav-contact .l-header-nav-contact-wrap .l-header-nav-contact-menu:first-child a {
  background-color: #F08300;
}
.l-header-nav .l-header-nav-contact .l-header-nav-contact-wrap .l-header-nav-contact-menu:first-child a:hover {
  background-color: #6684bd;
}
.l-header-nav .l-header-nav-contact .l-header-nav-contact-wrap .l-header-nav-contact-menu:last-child a {
  background-color: #002870;
}
.l-header-nav .l-header-nav-contact .l-header-nav-contact-wrap .l-header-nav-contact-menu:last-child a:hover {
  background-color: #6684bd;
}

/* アクティブメニュー*/
.l-header-nav-list a {
  position: relative;
}
.l-header-nav-list a.active::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1rem;
  background-color: #002870;
  width: 25px;
  height: 2px;
}

.l-header-nav-contact-wrap a {
  position: relative;
}
.l-header-nav-contact-wrap a.active::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1rem;
  background-color: #6684bd;
  width: 25px;
  height: 2px;
}

/* ドロワーメニュー
----------------------------------------------------------------- */
/* スクロール追従ハンバーガーボタン */
.l-toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 56px;
  height: 56px;
  cursor: pointer;
  position: fixed;
  top: 140px;
  right: 20px;
  z-index: 1001;
  border-radius: 50%;
  background: #F08300;
  box-shadow: 0 4px 16px rgba(255, 102, 0, 0.3);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding: 16px;
}

.l-toggle.scrolled {
  top: 20px;
}

.l-toggle:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(255, 102, 0, 0.4);
}

.l-toggle span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: white;
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center;
}

/* ハンバーガーボタンがアクティブな時 */
.l-toggle.active {
  background: #002870;
}

.l-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(7px, 8px);
}

.l-toggle.active span:nth-child(2) {
  opacity: 0;
}

.l-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -8px);
}

/* オーバーレイ */
.l-drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 56, 118, 0.9), rgba(255, 102, 0, 0.1));
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: 999;
  backdrop-filter: blur(5px);
}

.l-drawer-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* ドロワーメニュー */
.l-drawer {
  position: fixed;
  top: 0;
  right: -400px;
  width: 400px;
  height: 100vh;
  background: #fff;
  transition: right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 999999;
}

.l-drawer.active {
  right: 0;
}

/* ドロワーヘッダー */
.l-drawer-header {
  background: #F08300;
  color: white;
  padding: 30px 30px 20px;
  position: relative;
}

.l-drawer-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}

.l-drawer-subtitle {
  font-size: 14px;
  opacity: 0.9;
}

/* 閉じるボタン */
.l-drawer-close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.l-drawer-close:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(90deg);
}

.l-drawer-close::before,
.l-drawer-close::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: white;
  border-radius: 1px;
}

.l-drawer-close::before {
  transform: rotate(45deg);
}

.l-drawer-close::after {
  transform: rotate(-45deg);
}

/* ドロワーボディ */
.l-drawer-body {
  padding: 30px 0;
  height: calc(100% - 100px);
  overflow-y: auto;
}

/* メインナビゲーション */
.l-drawer-nav-main {
  list-style: none;
}

.l-drawer-nav-main__menu {
  position: relative;
}

.l-drawer-nav-main__menu a {
  display: block;
  padding: 20px 30px 20px 50px;
  color: #333;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  border-bottom: 1px solid rgba(229, 229, 229, 0.5);
}

.l-drawer-nav-main__menu:last-child a {
  border-bottom: none;
}

.l-drawer-nav-main__menu a:hover {
  color: #F08300;
  background: rgba(255, 102, 0, 0.05);
  padding-left: 60px;
}

.l-drawer-nav-main__menu a::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-top: 2px solid #d4d4d4;
  border-right: 2px solid #d4d4d4;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s ease;
}

.l-drawer-nav-main__menu a:hover::after {
  border-color: #F08300;
  right: 25px;
}

/* 特別なアイテム（TOP） */
.l-drawer-nav-main__menu:first-child a {
  background: linear-gradient(135deg, rgba(255, 102, 0, 0.1), rgba(255, 133, 51, 0.05));
  font-weight: 600;
  color: #F08300;
}

.l-drawer-nav-main__menu:first-child a::before {
  content: "\f015";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 8px;
}

/* レスポンシブ対応 */
@media screen and (max-width: 576px) {
  .l-toggle {
    width: 48px;
    height: 48px;
    padding: 12px;
    top: 120px;
    right: 15px;
  }
  .l-toggle.scrolled {
    top: 15px;
  }
  .l-drawer {
    width: 320px;
    right: -320px;
  }
  .l-drawer-body {
    padding: 20px 0;
  }
  .l-drawer-nav-main__menu a {
    padding: 18px 20px 18px 40px;
    font-size: 15px;
  }
  .l-drawer-nav-main__menu a:hover {
    padding-left: 50px;
  }
}
/* ドロワーメニュー
.l-toggle {
	display: block;
	width: 60px;
	height: 60px;
	background-image: url(/phkk/saiyou/resource/images/menu_open.svg);
	transition: background-image .1s linear;
	background-size: contain;
	background-repeat: no-repeat;
	position:absolute;
	top: 0;
	right: 0;
	z-index: 999;

	@include less_than_sp {

	}
}

body.open {
	overflow: hidden; //メニューを開いた際にスクロール禁止

	.l-toggle {
		background-image: url(/phkk/saiyou/resource/images/menu_close.svg);
	}
}

.l-drawer {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;



	.l-drawer-body {
		position: absolute;
		width: 100%;
		height: calc(100% - 60px);
		margin-top: 208px;

		.l-drawer-nav-main {
			position: relative;
			height: 100%;
			background-color: rgba(colors(main), .95);
			overflow: auto; //メニューが長い場合にスクロール可能に
			-webkit-overflow-scrolling: touch;

			.l-drawer-nav-main__menu {
				color: colors(white);
				font-size: 1rem;
				line-height: 1.6;

				&:not(:last-child) {
					border-bottom: 1px solid rgba(colors(white), .1);
				}

				a {
					color: colors(white);
					padding: $space_30 10%;
					display: block;
					position: relative;

					@include less_than_sp {
						padding: 22px 10%;
					}

					&:after {
						content: "";
						width: 6px;
						height: 6px;
						border: 0px;
						border-top: solid 1px colors(white);
						border-right: solid 1px colors(white);
						transform: rotate(45deg);
						-webkit-transform: rotate(45deg);
						position: absolute;
						top: 45%;
						right: 5%;
					}
				}

				// アコーディオンメニュー
				.l-drawer-accordion {
					width: 100%;

					// アコーディオンを開くメニュー
					.l-drawer-accordion-btn {
						position: relative;
						display: block;
						cursor: pointer;
						padding: $space_30 10%;
						transition: .3s;

						@include less_than_sp {
							padding: 22px 10%;
						}

						&::before,
						&::after {
							position: absolute;
							content: '';
							width: 10px;
							height: 1px;
							background-color: colors(white);
							transition: .3s;
						}

						&::before {
							top: 48%;
							right: 4.5%;
							transform: rotate(0deg);
						}

						&::after {
							top: 48%;
							right: 4.5%;
							transform: rotate(90deg);
						}

						&.close {
							background: rgba(darken(colors(main), 5%), .8);

							&::before {
								transform: rotate(0deg) translateX(5px);
								opacity: 0;
							}

							&::after {
								transform: rotate(180deg);
							}
						}
					}

					// アコーディオンで現れるエリア
					.l-drawer-accordion-content {
						display: none;
						background: rgba(darken(colors(main), 5%), .8);
						padding-bottom: 1em;

						.l-drawer-accordion-content__menu {
							margin: 0;
							border-bottom: none;

							a {
								font-size: 0.8125rem;
								line-height: 1.4;
								padding-top: 1em;
								padding-right: 10%;
								padding-bottom: 1em;
								padding-left: calc(10% + 1.25em); //1.25em分インデント

								&:after {
									content: "";
									width: 4px;
									height: 4px;
									border: 0px;
									border-top: solid 1px colors(white);
									border-right: solid 1px colors(white);
									transform: rotate(45deg);
									-webkit-transform: rotate(45deg);
									position: absolute;
									top: 45%;
									right: 5%;
								}
							}
						}
					}
				}
			}
		}
	}
}

----------------------------------------------------------------- */
/* ==========================================================================
フッター
========================================================================== */
.l-footer {
  border-top: 1px solid #D3D3D3;
}
@media screen and (max-width: 576px) {
  .l-footer {
    padding-bottom: 5rem;
  }
}

.l-footer-logo {
  text-align: center;
  padding: 3.75rem 0;
}
.l-footer-logo img {
  height: 50px;
}
@media screen and (max-width: 576px) {
  .l-footer-logo img {
    height: 40px;
  }
}

/* メニュー
----------------------------------------------------------------- */
.l-footer-nav {
  background-color: #002870;
  padding: 6.5rem 0 7.5rem;
}
@media screen and (max-width: 576px) {
  .l-footer-nav {
    padding: 5rem 5%;
  }
}
.l-footer-nav .l-footer-nav-main {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  box-sizing: border-box;
  gap: 0 10px;
}
@media screen and (max-width: 820px) {
  .l-footer-nav .l-footer-nav-main {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent {
  width: 25%;
  font-size: 14px;
  line-height: 1.2;
  margin-right: 1%;
}
@media screen and (max-width: 820px) {
  .l-footer-nav .l-footer-nav-main .l-footer-nav-parent {
    width: 100%;
  }
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent:last-child {
  margin-right: 0;
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent:last-child .l-footer-nav-parent__inner:last-child {
  margin-top: 2rem;
  margin-bottom: 0;
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-parent__inner {
  display: flex;
  align-items: center;
  gap: 7px;
  align-self: stretch;
  margin-bottom: 2rem;
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-parent__inner .ico {
  width: 0.8em;
  height: 0.8em;
  background-image: url(/phkk/saiyou/resource/images/ico_arrow_sub.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (max-width: 820px) {
  .l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-parent__inner {
    margin-bottom: 1.875rem;
    text-align: center;
  }
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-parent__inner a {
  color: #fff;
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-parent__inner a:hover {
  color: #6684bd;
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-child {
  font-size: 12px;
}
@media screen and (max-width: 820px) {
  .l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-child {
    display: none;
  }
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-child .l-footer-nav-child__inner {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 14px;
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-child .l-footer-nav-child__inner a {
  color: rgba(255, 255, 255, 0.7);
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-child .l-footer-nav-child__inner:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-block;
  background-color: #0a62ff;
  margin: 4px 4px 4px 0;
  width: 6px;
  height: 1px;
}

/* コピーライト
----------------------------------------------------------------- */
.l-copyright {
  background-color: #00163d;
  font-family: "Cabin", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  padding: 13.5px 0;
}

/* ページトップに戻るボタン
----------------------------------------------------------------- */
a#pagetop {
  line-height: 0;
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 100;
}
a#pagetop img {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  width: 50px;
  transition: 0.3s;
}
a#pagetop:hover img {
  opacity: 0.7;
}

/* ==========================================================================
ページタイトル
=========================================================================*/
.l-page-title {
  margin: 4rem 0;
  width: 100%;
  height: 437px;
  position: relative;
  padding: 0 5%;
}
.l-page-title::after {
  content: "";
  display: inline-block;
  background-image: url(/phkk/saiyou/resource/images/page_title_img_psm.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 0 0 24px;
  position: absolute;
  width: 65%;
  height: 437px;
  right: 0;
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 576px) {
  .l-page-title::after {
    width: 90%;
    height: 190px;
  }
}
@media screen and (max-width: 992px) {
  .l-page-title {
    margin-top: 0;
    margin: 2.5rem 0;
  }
}
@media screen and (max-width: 576px) {
  .l-page-title {
    margin: 0 0;
    height: 290px;
  }
}
.l-page-title .l-page-title-inner {
  display: flex;
  height: 100%;
  max-width: 1130px;
  margin-inline: auto;
  align-items: center;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 576px) {
  .l-page-title .l-page-title-inner {
    align-items: flex-end;
  }
}
.l-page-title .l-page-title-inner .l-page-title-inner-in {
  display: inline-flex;
  align-items: flex-start;
  gap: 1.5rem;
}
.l-page-title .l-page-title-inner .l-page-title-inner-in .img {
  width: 70px;
  height: auto;
}
.l-page-title .l-page-title-inner .l-page-title-inner-in .l-page-title-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}
.l-page-title .l-page-title-inner .l-page-title-inner-in .l-page-title-wrap .l-page-title-jp {
  color: #002870;
  font-size: 42px;
  line-height: 1;
}
.l-page-title .l-page-title-inner .l-page-title-inner-in .l-page-title-wrap .l-page-title-en {
  color: #002870;
  font-family: "Cabin", sans-serif;
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width: 576px) {
  .l-page-title .l-page-title-inner .l-page-title-inner-in {
    padding: 0 5% 1rem 10%;
    gap: 1rem;
  }
  .l-page-title .l-page-title-inner .l-page-title-inner-in .img {
    width: 50px;
    height: auto;
  }
  .l-page-title .l-page-title-inner .l-page-title-inner-in .l-page-title-wrap {
    gap: 1rem;
  }
  .l-page-title .l-page-title-inner .l-page-title-inner-in .l-page-title-wrap .l-page-title-jp {
    font-size: 27px;
  }
  .l-page-title .l-page-title-inner .l-page-title-inner-in .l-page-title-wrap .l-page-title-en {
    font-size: 16px;
  }
}

.l-page-title.title_psm::after {
  background-image: url(/phkk/saiyou/resource/images/page_title_img_psm.jpg);
  background-position: right 40% top;
}

.l-page-title.title_job::after {
  background-image: url(/phkk/saiyou/resource/images/page_title_img_job.jpg);
}

.l-page-title.title_interview::after {
  background-image: url(/phkk/saiyou/resource/images/page_title_img_interview.jpg);
}

.l-page-title.title_workstyle::after {
  background-image: url(/phkk/saiyou/resource/images/page_title_img_workstyle.jpg);
}

.l-page-title.title_internship::after {
  background-image: url(/phkk/saiyou/resource/images/page_title_img_internship.jpg);
}

.l-page-title.title_detail::after {
  background-image: url(/phkk/saiyou/resource/images/page_title_img_detail.jpg);
}

/* ==========================================================================
セクション
=========================================================================*/
.l-sec-small {
  padding: 1rem 0;
}

.l-sec-medium {
  padding: 2.5rem 0;
}

.l-sec-large {
  padding: 4rem 0;
}
@media screen and (max-width: 576px) {
  .l-sec-large {
    padding: 3.75rem 0;
  }
}

.l-sec-xlarge {
  padding: 5rem 0;
}
@media screen and (max-width: 576px) {
  .l-sec-xlarge {
    padding: 3.75rem 0;
  }
}

.l-sec-xxlarge {
  padding: 6.5rem 0;
}
@media screen and (max-width: 820px) {
  .l-sec-xxlarge {
    padding: 5rem 0;
  }
}

.l-sec-xxlarge-remove-top {
  padding: 0 0 6.5rem;
}
@media screen and (max-width: 576px) {
  .l-sec-xxlarge-remove-top {
    padding: 0 0 6.5rem;
  }
}

.l-sec-xxxlarge-remove-top {
  padding: 0 0 8.75rem;
}
@media screen and (max-width: 820px) {
  .l-sec-xxxlarge-remove-top {
    padding: 0 0 7.5rem;
  }
}
@media screen and (max-width: 576px) {
  .l-sec-xxxlarge-remove-top {
    padding: 0 0 6.25rem;
  }
}

/* ==========================================================================
コンテナーボックス
=========================================================================*/
.l-container,
.l-container-small,
.l-container-large {
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6%;
  padding-right: 6%;
}
@media screen and (max-width: 992px) {
  .l-container,
  .l-container-small,
  .l-container-large {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media screen and (max-width: 576px) {
  .l-container,
  .l-container-small,
  .l-container-large {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.l-container {
  max-width: 980px;
}

.l-container-small {
  max-width: 720px;
}

.l-container-large {
  max-width: 1120px;
}

/*-==========================================================================
FlexBox
==========================================================================*/
/* FlexBox （カスタマイズ可）
----------------------------------------------------------------- */
.c-flex-1 {
  flex: 1;
}

.c-flex,
.c-flex--align-items-center,
.c-flex--flex-start {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
  justify-content: space-between;
}
.c-flex .c-flex-2-clm,
.c-flex--align-items-center .c-flex-2-clm,
.c-flex--flex-start .c-flex-2-clm {
  width: 50%;
}
@media screen and (max-width: 576px) {
  .c-flex .c-flex-2-clm,
  .c-flex--align-items-center .c-flex-2-clm,
  .c-flex--flex-start .c-flex-2-clm {
    width: 100%;
  }
}
.c-flex .c-flex-3-clm,
.c-flex--align-items-center .c-flex-3-clm,
.c-flex--flex-start .c-flex-3-clm {
  width: 30%;
}
@media screen and (max-width: 576px) {
  .c-flex .c-flex-3-clm,
  .c-flex--align-items-center .c-flex-3-clm,
  .c-flex--flex-start .c-flex-3-clm {
    width: 100%;
  }
}
.c-flex .c-flex-4-clm,
.c-flex--align-items-center .c-flex-4-clm,
.c-flex--flex-start .c-flex-4-clm {
  width: 20%;
}
@media screen and (max-width: 576px) {
  .c-flex .c-flex-4-clm,
  .c-flex--align-items-center .c-flex-4-clm,
  .c-flex--flex-start .c-flex-4-clm {
    width: 100%;
  }
}
.c-flex .c-flex-5-clm,
.c-flex--align-items-center .c-flex-5-clm,
.c-flex--flex-start .c-flex-5-clm {
  width: 15%;
}
@media screen and (max-width: 576px) {
  .c-flex .c-flex-5-clm,
  .c-flex--align-items-center .c-flex-5-clm,
  .c-flex--flex-start .c-flex-5-clm {
    width: 100%;
  }
}
.c-flex .c-flex-flex-1,
.c-flex--align-items-center .c-flex-flex-1,
.c-flex--flex-start .c-flex-flex-1 {
  flex: 1;
}
@media screen and (max-width: 576px) {
  .c-flex,
  .c-flex--align-items-center,
  .c-flex--flex-start {
    flex-direction: column;
  }
}

.c-flex--align-items-center {
  align-items: center;
}

.c-flex--flex-start {
  justify-content: flex-start;
  gap: 2.5rem 5%;
}

@media screen and (max-width: 576px) {
  .c-flex-first-sp {
    order: -1;
  }
}

/* FlexBox(既存のtemplateの仕組みを踏襲)
----------------------------------------------------------------- */
.c-flex-small,
.c-flex-medium,
.c-flex-large,
.c-flex-collapse {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
}

.c-flex-small {
  gap: 1.25rem 1.25rem;
}
.c-flex-small .c-flex-5-clm,
.c-flex-small .c-flex-5-clm-sp {
  width: calc((100% - 80px) / 5);
}
.c-flex-small .c-flex-4-clm {
  width: calc((100% - 60px) / 4);
}
.c-flex-small .c-flex-3-clm {
  width: calc((100% - 40px) / 3);
}
.c-flex-small .c-flex-2-clm {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 820px) {
  .c-flex-small .c-flex-5-clm-sp {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 576px) {
  .c-flex-small .c-flex-5-clm,
  .c-flex-small .c-flex-4-clm,
  .c-flex-small .c-flex-3-clm,
  .c-flex-small .c-flex-2-clm {
    width: 100%;
  }
  .c-flex-small .c-flex-5-clm-sp {
    width: calc((100% - 20px) / 2);
  }
}

.c-flex-medium {
  gap: 2.5rem 2.5rem;
}
.c-flex-medium .c-flex-3-clm {
  width: calc((100% - 80px) / 3);
}
.c-flex-medium .c-flex-2-clm {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 576px) {
  .c-flex-medium .c-flex-3-clm,
  .c-flex-medium .c-flex-2-clm {
    width: 100%;
  }
}

.c-flex-large {
  gap: 2.5rem 3.75rem;
}
.c-flex-large .c-flex-3-clm {
  width: calc((100% - 120px) / 3);
}
.c-flex-large .c-flex-2-clm {
  width: calc((100% - 60px) / 2);
}
@media screen and (max-width: 576px) {
  .c-flex-large .c-flex-3-clm,
  .c-flex-large .c-flex-2-clm {
    width: 100%;
  }
}

.c-flex-collapse .c-flex-5-clm {
  width: 20%;
}
.c-flex-collapse .c-flex-4-clm {
  width: 25%;
}
.c-flex-collapse .c-flex-3-clm {
  width: 33.3333333333%;
}
.c-flex-collapse .c-flex-2-clm {
  width: 50%;
}
@media screen and (max-width: 576px) {
  .c-flex-collapse .c-flex-5-clm,
  .c-flex-collapse .c-flex-4-clm,
  .c-flex-collapse .c-flex-3-clm,
  .c-flex-collapse .c-flex-2-clm {
    width: 100%;
  }
}

/*-==========================================================================
グリッド
==========================================================================*/
/* グリッド　
----------------------------------------------------------------- */
.c-grid-small,
.c-grid-medium,
.c-grid-large,
.c-grid-collapse {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
}

.c-grid-small {
  gap: 1rem 1%;
}
.c-grid-small .c-grid-5-clm,
.c-grid-small .c-grid-5-clm-sp {
  width: 19.2%;
}
.c-grid-small .c-grid-4-clm {
  width: 24.25%;
}
.c-grid-small .c-grid-3-clm {
  width: 32.6666666667%;
}
.c-grid-small .c-grid-2-clm {
  width: 49.5%;
}
@media screen and (max-width: 576px) {
  .c-grid-small {
    gap: 1rem 1%;
  }
  .c-grid-small .c-grid-5-clm,
  .c-grid-small .c-grid-4-clm,
  .c-grid-small .c-grid-3-clm,
  .c-grid-small .c-grid-2-clm {
    width: 100%;
  }
  .c-grid-small .c-grid-5-clm-sp {
    width: 48%;
    margin-top: 0;
  }
  .c-grid-small .c-grid-5-clm-sp:nth-child(n+3) {
    margin-top: 1rem;
  }
  .c-grid-small .c-grid-5-clm-sp:nth-child(odd) {
    margin-right: 4%;
  }
}

.c-grid-medium {
  gap: 1.875rem 4%;
}
.c-grid-medium .c-grid-3-clm {
  width: 30.6666666667%;
}
.c-grid-medium .c-grid-2-clm {
  width: 48%;
}
@media screen and (max-width: 576px) {
  .c-grid-medium {
    gap: 1.875rem 4%;
  }
  .c-grid-medium .c-grid-3-clm,
  .c-grid-medium .c-grid-2-clm {
    width: 100%;
  }
}

.c-grid-large > * {
  margin-left: 6%;
}
.c-grid-large > *:first-child {
  margin-left: 0;
}
.c-grid-large .c-grid-3-clm {
  width: 96%;
}
.c-grid-large .c-grid-2-clm {
  width: 47%;
}
@media screen and (max-width: 576px) {
  .c-grid-large > * {
    margin-top: 2.5rem;
    margin-left: 0;
  }
  .c-grid-large > *:first-child {
    margin-top: 0;
  }
  .c-grid-large .c-grid-3-clm,
  .c-grid-large .c-grid-2-clm {
    width: 100%;
  }
}

.c-grid-collapse .c-grid-5-clm {
  width: 20%;
}
.c-grid-collapse .c-grid-4-clm {
  width: 25%;
}
.c-grid-collapse .c-grid-3-clm {
  width: 33.3333333333%;
}
.c-grid-collapse .c-grid-2-clm {
  width: 50%;
}
@media screen and (max-width: 576px) {
  .c-grid-collapse .c-grid-5-clm,
  .c-grid-collapse .c-grid-4-clm,
  .c-grid-collapse .c-grid-3-clm,
  .c-grid-collapse .c-grid-2-clm {
    width: 100%;
  }
}

.c-grid-pdf:nth-child(n+6) {
  margin-top: 1.875rem;
}
.c-grid-pdf:nth-of-type(6n) {
  margin-left: 0 !important;
}

/* ==========================================================================
リスト
=========================================================================*/
.c-list-num {
  counter-reset: number;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.c-list-num li {
  position: relative;
  padding-left: 1.5rem;
}
.c-list-num li:before {
  content: counter(number) ".";
  counter-increment: number;
  position: absolute;
  display: inline-block;
  color: #F08300;
  font-weight: 800;
  margin-left: -1.5rem;
}

.c-list-num-divider {
  counter-reset: number;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.c-list-num-divider li {
  border-bottom: 1px solid #D3D3D3;
  position: relative;
  padding-left: 2.5rem;
  padding-bottom: 1rem;
  margin-top: 1rem;
}
.c-list-num-divider li:before {
  content: counter(number);
  counter-increment: number;
  position: absolute;
  display: inline-block;
  color: #002870;
  font-family: "Cabin", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  margin-left: -2rem;
}

.c-list-dot li {
  text-indent: -1em;
  margin-left: 1em;
}
.c-list-dot li:before {
  content: "・";
  color: #F08300;
  font-weight: 700;
}

/* ==========================================================================
テーブル
=========================================================================*/
.c-tb-pattern1 tr {
  border-bottom: 1px solid #D3D3D3;
}
.c-tb-pattern1 tr:first-child {
  border-top: 1px solid #D3D3D3;
}
.c-tb-pattern1 tr th,
.c-tb-pattern1 tr td {
  padding: 1.5rem 1rem;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern1 tr th,
  .c-tb-pattern1 tr td {
    display: block;
    line-height: 1.7;
  }
}
@media screen and (max-width: 576px) {
  .c-tb-pattern1 tr td {
    padding: 0 0 1.5rem;
    text-align: left;
  }
}
.c-tb-pattern1 tr th {
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  width: 30%;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern1 tr th {
    padding: 1.5rem 0 0;
    text-align: left;
  }
}

.c-tb-pattern2 {
  border: 1px solid #D3D3D3;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern2 tr {
    border-top: 1px solid #D3D3D3;
  }
  .c-tb-pattern2 tr:first-child {
    border: none;
  }
}
.c-tb-pattern2 tr th,
.c-tb-pattern2 tr td {
  border: 1px solid #D3D3D3;
  padding: 1rem 1.5rem;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern2 tr th,
  .c-tb-pattern2 tr td {
    display: block;
    border: none;
    line-height: 1.7;
  }
}
.c-tb-pattern2 tr th {
  color: #002870;
  background-color: #F1F1F1;
  font-weight: 700;
  text-align: center;
  vertical-align: top;
  width: 30%;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern2 tr th {
    width: 100%;
    padding: 1rem 0;
  }
}
.c-tb-pattern2 tr td dl {
  margin: 0;
}
.c-tb-pattern2 tr td dl dt {
  color: #F08300;
  font-weight: 700;
  float: left;
  width: 50px;
  min-width: 50px;
}
.c-tb-pattern2 tr td dl dd {
  margin-left: 50px;
}

.c-tb-pattern3 {
  overflow: auto;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern3 {
    max-height: 445px;
  }
}
.c-tb-pattern3::-webkit-scrollbar {
  width: 8px;
  background: #D3D3D3;
}
.c-tb-pattern3::-webkit-scrollbar:horizontal {
  height: 8px;
  background: #D3D3D3;
}
.c-tb-pattern3::-webkit-scrollbar-thumb {
  background: #002870;
  border-radius: 4px;
}
.c-tb-pattern3::-webkit-scrollbar-thumb:horizontal {
  background: #002870;
  border-radius: 4px;
}
.c-tb-pattern3 table {
  width: 100%;
  min-width: 720px;
}
.c-tb-pattern3 table th,
.c-tb-pattern3 table td {
  border: solid 1px #d4d4d4;
  padding: 1rem 1.5rem;
  text-align: center;
  font-weight: 700;
}
.c-tb-pattern3 table th {
  color: #002870;
  background-color: #D3D3D3;
}
.c-tb-pattern3 table td {
  font-weight: 400;
  padding: 0.5rem 1.5rem;
}
.c-tb-pattern3 table .first {
  background-color: #F1F1F1;
  font-weight: 700;
}

/* ==========================================================================
モーダルウィンドウ
=========================================================================*/
.c-modal {
  display: none;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.c-modal-bg {
  background: rgba(51, 51, 51, 0.7);
  height: 100vh;
  width: 100%;
}

.c-modal-content {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 80%;
  max-width: 720px;
}
@media screen and (max-width: 1200px) {
  .c-modal-content {
    width: 90%;
  }
}

.c-modal-content-inner {
  position: relative;
}
.c-modal-content-inner .c-modal-close {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 0;
  position: absolute;
  top: -1.5rem;
  right: 0;
}

.c-modal-open {
  display: block;
  position: relative;
  transition: 0.3s;
}
.c-modal-open:hover {
  opacity: 0.7;
}
.c-modal-open:before {
  content: "+";
  display: block;
  color: #002870;
  background-color: #fff;
  width: 1rem;
  height: 1rem;
  text-align: center;
  line-height: 0.8;
  padding: 4px;
  position: absolute;
  top: 2px;
  left: 2px;
}

/* ==========================================================================
ナビ
=========================================================================*/
@media screen and (max-width: 576px) {
  .c-page-nav {
    padding: 0 5%;
  }
}
.c-page-nav .c-page-nav-wrap {
  display: flex;
  flex-wrap: no-wrap;
  font-size: 14px;
  text-align: center;
  justify-content: center;
  gap: 1rem;
}
@media screen and (max-width: 576px) {
  .c-page-nav .c-page-nav-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu {
  width: 100%;
  text-align: center;
  overflow: hidden;
  background-image: url(/phkk/saiyou/resource/images/ico_arrow_down_sub.svg);
  background-size: 10px auto;
  background-position: center right 16px;
  background-repeat: no-repeat;
}
.c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu a {
  display: block;
  color: #333;
  line-height: 1;
  transition: 0.3s;
  padding: 20px 32px 20px 16px;
  position: relative;
  border: 1px solid #C1AC71;
  border-radius: 16px;
}
@media screen and (max-width: 576px) {
  .c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu a {
    border-radius: 8px;
    padding: 18px 32px 18px 16px;
  }
}
.c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu a:hover {
  background-color: rgba(240, 131, 0, 0.3);
  border: 1px solid transparent;
}

.c-page-nav-tag {
  margin: auto;
}
.c-page-nav-tag .c-page-nav-tag-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 14px;
  text-align: center;
  gap: 4px 4px;
}
.c-page-nav-tag .c-page-nav-tag-wrap .c-page-nav-tag-wrap__menu {
  display: inline-block;
  background-color: #002870;
}
.c-page-nav-tag .c-page-nav-tag-wrap .c-page-nav-tag-wrap__menu a {
  display: block;
  color: #fff;
  line-height: 3;
  padding: 0 3rem;
  transition: 0.3s;
}
.c-page-nav-tag .c-page-nav-tag-wrap .c-page-nav-tag-wrap__menu a:hover {
  opacity: 0.7;
}

.c-related-nav {
  background-color: #F1F1F1;
  padding: 3.75rem 0;
}
@media screen and (max-width: 576px) {
  .c-related-nav {
    padding: 2.5rem 0;
  }
}
.c-related-nav .c-related-nav__ttl {
  color: #002870;
  border-left: 4px solid #002870;
  line-height: 1.5;
  padding-left: 12px;
}

.c-related-tmb {
  position: relative;
}
.c-related-tmb .c-related-tmb__ttl {
  text-align: center;
  color: #002870;
  background-color: #fff;
  background-image: url(/phkk/saiyou/resource/images/ico_arrow_right_main.svg);
  background-size: 10px auto;
  background-position: center right 22px;
  background-repeat: no-repeat;
  font-size: 14px;
  font-weight: 700;
  line-height: 3.375;
}
.c-related-tmb a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  transition: 0.3s;
}
.c-related-tmb a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/* ==========================================================================
パンくずリスト
=========================================================================*/
.c-breadcrumb,
.c-breadcrumb-ft {
  font-size: 12px;
  line-height: 32px;
}
@media screen and (max-width: 992px) {
  .c-breadcrumb,
  .c-breadcrumb-ft {
    font-size: 10px;
  }
}
.c-breadcrumb .c-breadcrumb-wrap,
.c-breadcrumb-ft .c-breadcrumb-wrap {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 992px) {
  .c-breadcrumb .c-breadcrumb-wrap,
  .c-breadcrumb-ft .c-breadcrumb-wrap {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
.c-breadcrumb .c-breadcrumb-wrap .c-breadcrumb-wrap__list,
.c-breadcrumb-ft .c-breadcrumb-wrap .c-breadcrumb-wrap__list {
  color: #676767;
  white-space: nowrap;
}
.c-breadcrumb .c-breadcrumb-wrap .c-breadcrumb-wrap__list a,
.c-breadcrumb-ft .c-breadcrumb-wrap .c-breadcrumb-wrap__list a {
  color: #676767;
}
.c-breadcrumb .c-breadcrumb-wrap .c-breadcrumb-wrap__list:first-child img,
.c-breadcrumb-ft .c-breadcrumb-wrap .c-breadcrumb-wrap__list:first-child img {
  width: 10px;
  vertical-align: baseline;
}
@media screen and (max-width: 992px) {
  .c-breadcrumb .c-breadcrumb-wrap .c-breadcrumb-wrap__list:first-child img,
  .c-breadcrumb-ft .c-breadcrumb-wrap .c-breadcrumb-wrap__list:first-child img {
    width: 9px;
  }
}
.c-breadcrumb .c-breadcrumb-wrap .c-breadcrumb-wrap__list:nth-child(n+2),
.c-breadcrumb-ft .c-breadcrumb-wrap .c-breadcrumb-wrap__list:nth-child(n+2) {
  padding-left: 16px;
  position: relative;
}
.c-breadcrumb .c-breadcrumb-wrap .c-breadcrumb-wrap__list:nth-child(n+2):before,
.c-breadcrumb-ft .c-breadcrumb-wrap .c-breadcrumb-wrap__list:nth-child(n+2):before {
  content: "";
  width: 3px;
  height: 3px;
  border: 0px;
  border-top: solid 1px #676767;
  border-right: solid 1px #676767;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 5px;
  bottom: 0;
  margin: auto;
}

.c-breadcrumb-ft .c-breadcrumb-wrap {
  justify-content: flex-start;
}

/* ==========================================================================
メールフォーム
=========================================================================*/
/* 入力>確認>完了のnav
----------------------------------------------------------------- */
ul.p-contact-nav {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 1.875rem;
  justify-content: center;
}
ul.p-contact-nav::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  background-color: #002870;
  background-color: #676767;
  aspect-ratio: 1/360;
  max-width: 1px;
  width: 100%;
  max-width: 300px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
}
ul.p-contact-nav li {
  display: block;
  border: 1px solid #676767;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  max-width: 100px;
  height: 100px;
  width: 100%;
}
ul.p-contact-nav li.p-contact-nav__active {
  border: 2px solid #002870;
}
ul.p-contact-nav li.p-contact-nav__active span {
  color: #002870;
}
ul.p-contact-nav li span {
  position: absolute;
  display: flex;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #676767;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
  font-weight: 700;
}

/* フォーム
----------------------------------------------------------------- */
.c-form-wrap table {
  font-size: 16px;
  font-size: 1rem;
}
.c-form-wrap table tr {
  border-bottom: 1px solid #D3D3D3;
}
.c-form-wrap table tr:first-child {
  border-top: 1px solid #D3D3D3;
}
.c-form-wrap table tr th,
.c-form-wrap table tr td {
  padding: 1.25rem 0;
}
@media screen and (max-width: 992px) {
  .c-form-wrap table tr th,
  .c-form-wrap table tr td {
    display: block;
  }
}
.c-form-wrap table tr th {
  font-weight: 700;
  text-align: left;
  vertical-align: top;
  position: relative;
  width: 44%;
}
@media screen and (max-width: 992px) {
  .c-form-wrap table tr th {
    padding: 1.25rem 0 0;
    width: 100%;
  }
}
.c-form-wrap table tr th.c-form-required:after {
  content: "必須";
  display: inline-block;
  background-color: #002870;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  width: 44px;
  text-align: center;
  margin-left: 14px;
  vertical-align: middle;
  padding-bottom: 1px;
}
@media screen and (max-width: 992px) {
  .c-form-wrap table tr td {
    padding: 8px 0 1.25rem 0;
  }
}
.c-form-wrap div.c-form-required {
  position: relative;
}
@media screen and (max-width: 576px) {
  .c-form-wrap div.c-form-required {
    text-align: center;
  }
}
.c-form-wrap div.c-form-required::after {
  content: "必須";
  display: inline-block;
  background-color: #002870;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 21px;
  width: 44px;
  text-align: center;
  margin-left: 14px;
}
@media screen and (max-width: 992px) {
  .c-form-wrap div.c-form-required::after {
    top: 0.35rem;
    margin-left: 0.2rem;
  }
}
@media screen and (max-width: 576px) {
  .c-form-wrap div.c-form-required::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
    top: auto;
    bottom: -30px;
  }
}

.c-form-radio,
.c-form-checkbox {
  display: inline-block;
  border: 3px solid #d4d4d4;
  margin: -4px 8px 0 0;
  height: 24px;
  width: 24px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.c-form-radio:not(:disabled),
.c-form-checkbox:not(:disabled) {
  cursor: pointer;
}

.c-form-radio {
  border-radius: 50%;
}
.c-form-radio:checked {
  border: 7px solid #F08300;
}

.c-form-checkbox {
  background-color: #fff;
  position: relative;
}
.c-form-checkbox:checked:before {
  content: "";
  background-image: url(/phkk/saiyou/resource/images/ico_form_cheaked.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 19px;
  display: block;
  position: absolute;
  left: 1px;
  top: -3px;
}
@media screen and (max-width: 820px) {
  .c-form-checkbox:checked:before {
    top: -5px;
  }
}

.c-form-radio-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0px 14px;
}

.c-form-input,
.c-form-select,
.c-form-textarea {
  display: inline-block;
  background-color: #F1F1F1;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 14px;
  vertical-align: middle;
  padding: 4px 8px;
  max-width: 480px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .c-form-input,
  .c-form-select,
  .c-form-textarea {
    max-width: 100%;
  }
}

.c-form-select,
.c-form-input {
  height: 40px;
}

.c-form-select-wrap {
  position: relative;
}
.c-form-select-wrap select.c-form-select {
  -webkit-appearance: none;
  appearance: none;
}
.c-form-select-wrap:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-right: solid 1px #002870;
  border-bottom: solid 1px #002870;
  transform: rotate(45deg);
  position: absolute;
  top: 40%;
  right: 1rem;
  transition: 0.3s;
  z-index: 2;
}

.c-form-privacy {
  background-color: #F1F1F1;
  margin-top: 2.5rem;
  padding: 2.5rem 3.75rem;
}
@media screen and (max-width: 576px) {
  .c-form-privacy {
    padding: 1.875rem 5% 3.125rem;
  }
}
.c-form-privacy .c-form-privacy-panel {
  background-color: #fff;
  border: 1px solid #d4d4d4;
  font-size: 14px;
  height: 180px;
  margin-top: 1rem;
  padding: 2rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  resize: both;
  margin-left: auto;
  margin-right: auto;
}

.c-form-privacy-checkbox {
  cursor: pointer;
}

.p-contact-not-sale-txt {
  text-align: center;
}
.p-contact-not-sale-txt p {
  color: #002870;
  border-bottom: 4px solid #F08300;
  display: inline-block;
  margin: 0 auto;
  font-weight: 700;
}

.p-contact-not-sale-cheackbox {
  border: 1px solid #002870;
  padding: 2rem 0;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 576px) {
  .p-contact-not-sale-cheackbox {
    padding: 2.5rem 0 3.125rem;
  }
}

/*-==========================================================================
背景
==========================================================================*/
.c-bg-white {
  background-color: #fff !important;
}

.c-bg-lightgray {
  background-color: #D3D3D3 !important;
}

.c-bg-silver {
  background-color: #d4d4d4 !important;
}

.c-bg-gray {
  background-color: #676767 !important;
}

.c-bg-black {
  background-color: #333 !important;
}

.c-bg-main {
  background-color: #002870 !important;
}

.c-bg-sub {
  background-color: #F08300 !important;
}

.c-bg-hover {
  background-color: #6684bd !important;
}

.c-bg-whitesmoke {
  background-color: #F1F1F1 !important;
}

.c-bg-selection_txt {
  background-color: #525252 !important;
}

.c-bg-selection_bg {
  background-color: #ffd0c4 !important;
}

.c-bg-beige {
  background-color: #F0EBDD !important;
}

.c-bg-darkbeige {
  background-color: #C1AC71 !important;
}

.c-border-radius-24 {
  border-radius: 24px;
}

/* ==========================================================================
ボタン
=========================================================================*/
.c-btn-main,
.c-btn-main--white,
.c-btn-main--main {
  text-align: center;
  max-width: 360px;
}
.c-btn-main a,
.c-btn-main button,
.c-btn-main--white a,
.c-btn-main--white button,
.c-btn-main--main a,
.c-btn-main--main button {
  display: flex;
  padding: 20px 56px 20px 16px;
  align-items: center;
  justify-content: center;
  color: #333;
  background-color: #fff;
  background-image: url(/phkk/saiyou/resource/images/ico_arrow_circle_sub.svg);
  background-size: 40px auto;
  background-position: center right 16px;
  background-repeat: no-repeat;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  transition: 0.3s;
}
.c-btn-main a:hover,
.c-btn-main button:hover,
.c-btn-main--white a:hover,
.c-btn-main--white button:hover,
.c-btn-main--main a:hover,
.c-btn-main--main button:hover {
  color: #fff;
  background-color: #F08300;
  background-image: url(/phkk/saiyou/resource/images/ico_arrow_circle_white.svg);
}

.c-btn-main--white a,
.c-btn-main--white button {
  border: 1px solid #C1AC71;
}

.c-btn-main--main a,
.c-btn-main--main button {
  color: #333;
  background-color: #fff;
  background-image: url(/phkk/saiyou/resource/images/ico_arrow_circle_main.svg);
}
.c-btn-main--main a:hover,
.c-btn-main--main button:hover {
  color: #fff;
  background-color: #002870;
  background-image: url(/phkk/saiyou/resource/images/ico_arrow_circle_white-main.svg);
}

.c-btn-entry {
  text-align: center;
  max-width: 360px;
}
.c-btn-entry a,
.c-btn-entry button {
  display: flex;
  padding: 20px 56px 20px 16px;
  align-items: center;
  justify-content: center;
  color: #333;
  background-color: #fff;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  transition: 0.3s;
  position: relative;
}
.c-btn-entry a::after,
.c-btn-entry button::after {
  content: url(/phkk/saiyou/resource/images/ico_external_link.svg);
  display: inline-block;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 48px;
  background: #F08300;
  position: absolute;
  right: 16px;
}
.c-btn-entry a:hover,
.c-btn-entry button:hover {
  background-color: #ffe1bd;
  color: #fff;
}
.c-btn-entry a:hover::after,
.c-btn-entry button:hover::after {
  content: url(/phkk/saiyou/resource/images/ico_external_link_white.svg);
  background: #002870;
}

.c-btn-card,
.c-btn-card--tmb {
  border: 2px solid #D3D3D3;
  padding: 2rem 2.5rem;
  position: relative;
}
@media screen and (max-width: 992px) {
  .c-btn-card,
  .c-btn-card--tmb {
    padding: 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .c-btn-card,
  .c-btn-card--tmb {
    padding: 1.875rem;
  }
}
.c-btn-card .c-btn-card__ttl,
.c-btn-card--tmb .c-btn-card__ttl {
  margin-bottom: 8px;
}
.c-btn-card .c-btn-card__txt,
.c-btn-card--tmb .c-btn-card__txt {
  color: #676767;
}
.c-btn-card .c-btn-card__txt span,
.c-btn-card--tmb .c-btn-card__txt span {
  color: #F08300;
}
.c-btn-card a,
.c-btn-card--tmb a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  transition: 0.3s;
}
.c-btn-card a:hover,
.c-btn-card--tmb a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.c-btn-card-tmb1,
.c-btn-card-tmb2 {
  padding: 0;
}
.c-btn-card-tmb1 .c-btn-card-tmb-mask,
.c-btn-card-tmb2 .c-btn-card-tmb-mask {
  overflow: hidden;
  height: 194px;
}
.c-btn-card-tmb1 .c-btn-card-tmb-mask img,
.c-btn-card-tmb2 .c-btn-card-tmb-mask img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.c-btn-card-tmb1 .c-btn-card-tmb__txt,
.c-btn-card-tmb2 .c-btn-card-tmb__txt {
  font-size: 14px;
}
.c-btn-card-tmb1 .c-btn-card-tmb__txt span,
.c-btn-card-tmb2 .c-btn-card-tmb__txt span {
  color: #F08300;
}

.c-btn-card-tmb2 {
  border: 1px solid #D3D3D3;
}
.c-btn-card-tmb2 .c-btn-card-tmb2-mask {
  height: 164px;
}

.c-btn-pdf {
  text-align: left;
  line-height: 1;
  text-indent: -35.2px;
  padding-left: 35.2px;
}
.c-btn-pdf a::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 35px;
  vertical-align: middle;
  background: url(/phkk/saiyou/resource/images/ico_pdf.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 8px;
}
.c-btn-pdf a span {
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  transition: 0.3s;
  line-height: 1.2;
  position: relative;
  top: -8px;
}
.c-btn-pdf:hover {
  opacity: 0.6;
}

/* ==========================================================================
カード
=========================================================================*/
.c-card-faq {
  max-width: 980px;
  margin-inline: auto;
  display: flex;
  padding: 5rem 2.5rem 4rem 2.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2.5rem;
  border-radius: 24px;
  background: #F0EBDD;
  position: relative;
}
@media screen and (max-width: 576px) {
  .c-card-faq {
    padding: 3.125rem 5% 2.5rem 5%;
    gap: 1.5rem;
  }
}
.c-card-faq .c-card-faq-tit {
  position: absolute;
  top: -40px;
}
@media screen and (max-width: 576px) {
  .c-card-faq .c-card-faq-tit {
    top: -25px;
  }
  .c-card-faq .c-card-faq-tit img {
    height: 55px;
  }
}
.c-card-faq hr {
  display: block;
  height: 2px;
  border: 0;
  border-top: 1px dashed #C1AC71;
  background-size: 5px 5px;
  width: 100%;
}
.c-card-faq .c-card-answer,
.c-card-faq .c-card-question {
  display: flex;
  align-items: flex-end;
  gap: 24px;
  align-self: stretch;
}
@media screen and (max-width: 576px) {
  .c-card-faq .c-card-answer,
  .c-card-faq .c-card-question {
    gap: 14px;
  }
}
.c-card-faq .c-card-answer dt,
.c-card-faq .c-card-question dt {
  flex-basis: 100px;
}
.c-card-faq .c-card-answer dt img,
.c-card-faq .c-card-question dt img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 576px) {
  .c-card-faq .c-card-answer dt,
  .c-card-faq .c-card-question dt {
    flex-basis: 70px;
  }
}
.c-card-faq .c-card-answer dd,
.c-card-faq .c-card-question dd {
  display: flex;
  padding: 1rem;
  align-items: flex-start;
  gap: 1rem;
  background: #fff;
  max-width: 664px;
  width: 100%;
}
.c-card-faq .c-card-answer dd h3,
.c-card-faq .c-card-question dd h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .c-card-faq .c-card-answer dd,
  .c-card-faq .c-card-question dd {
    gap: 0.625rem;
    font-size: 14px;
  }
  .c-card-faq .c-card-answer dd h3,
  .c-card-faq .c-card-question dd h3 {
    font-size: 16px;
  }
}
.c-card-faq .c-card-question {
  justify-content: flex-end;
}
.c-card-faq .c-card-question dd {
  order: -1;
  border-radius: 24px 24px 0px 24px;
}
.c-card-faq .c-card-question dd h3 {
  color: #002870;
}
.c-card-faq .c-card-answer dd {
  border-radius: 24px 24px 24px 0px;
}
.c-card-faq .c-card-answer dd h3 {
  color: #F08300;
}

.c-card-small,
.c-card-medium {
  border: 1px solid #D3D3D3;
}

.c-card-small {
  padding: 1rem;
}

.c-card-medium {
  padding: 2.5rem;
}

.c-card-pattern1 {
  border: 1px solid rgba(0, 40, 112, 0.2);
}
.c-card-pattern1 .c-card-pattern1-head {
  background-color: rgba(0, 40, 112, 0.2);
  text-align: center;
  padding: 2rem 1rem;
}
.c-card-pattern1 .c-card-pattern1-head .c-card-pattern1-head__ttl {
  color: #002870;
}
.c-card-pattern1 .c-card-pattern1__txt {
  padding: 2.5rem;
}
.c-card-pattern1 .c-card-pattern1__txt-sm {
  padding: 1.5rem;
}

.c-card-pattern2 {
  border: 4px solid #F08300;
  padding: 1.5rem;
  text-align: center;
}
.c-card-pattern2 .c-card-pattern2__ttl {
  color: #F08300;
  font-size: 30px;
  font-size: 1.875rem;
}
.c-card-pattern2 .c-card-pattern2__ttl span {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 8px;
}
.c-card-pattern2 .c-card-pattern2__sub-ttl {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 1.5rem;
}
.c-card-pattern2 .c-card-pattern2__txt {
  text-align: left;
  margin-top: 1rem;
}

/* ==========================================================================
テキスト・タイトル
=========================================================================*/
/* テキスト
----------------------------------------------------------------- */
.c-txt-en {
  font-family: "Cabin", sans-serif;
}

.c-txt-bold {
  font-weight: 700;
}

.c-txt-base {
  font-size: 1rem;
}

.c-txt-small {
  font-size: 14px;
}

.c-txt-large {
  font-size: 20px;
  font-size: 1.25rem;
}

.c-txt-lead {
  font-size: 18x;
  font-weight: 700;
}

.c-txt-link {
  color: #002870;
  text-decoration: underline;
}
.c-txt-link:hover {
  color: #6684bd;
  text-decoration: none;
}

.c-txt-center {
  text-align: center !important;
}

.c-txt-center--s {
  text-align: center !important;
}
@media screen and (max-width: 992px) {
  .c-txt-center--s {
    text-align: left !important;
  }
}

.c-txt-left {
  text-align: left !important;
}

.c-txt-right {
  text-align: right !important;
}

.c-txt-white {
  color: #fff !important;
}

.c-txt-lightgray {
  color: #D3D3D3 !important;
}

.c-txt-silver {
  color: #d4d4d4 !important;
}

.c-txt-gray {
  color: #676767 !important;
}

.c-txt-black {
  color: #333 !important;
}

.c-txt-main {
  color: #002870 !important;
}

.c-txt-sub {
  color: #F08300 !important;
}

.c-txt-hover {
  color: #6684bd !important;
}

.c-txt-whitesmoke {
  color: #F1F1F1 !important;
}

.c-txt-selection_txt {
  color: #525252 !important;
}

.c-txt-selection_bg {
  color: #ffd0c4 !important;
}

.c-txt-beige {
  color: #F0EBDD !important;
}

.c-txt-darkbeige {
  color: #C1AC71 !important;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}

h2 {
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 576px) {
  h2 {
    font-size: 20px;
  }
}

h3 {
  font-size: 26px;
  font-size: 1.625rem;
}
@media screen and (max-width: 576px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 576px) {
  h4 {
    font-size: 16px;
  }
}

h5 {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 576px) {
  h5 {
    font-size: 16px;
  }
}

h6 {
  font-size: 16px;
  font-size: 1rem;
}

.c-txt-lead {
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
}

/* 見出し・タイトル
----------------------------------------------------------------- */
.c-ttl-main-bg {
  background-color: #002870;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3.75rem 5%;
}
@media screen and (max-width: 576px) {
  .c-ttl-main-bg {
    padding: 2.5rem 5%;
  }
}

.c-ttl-main {
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .c-ttl-main {
    font-size: 25px;
  }
}
.c-ttl-main span {
  display: block;
  font-family: "Cabin", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}

.c-ttl-sub {
  color: #F08300;
  font-size: 30px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
}
.c-ttl-sub i img {
  width: 1em;
  height: 1em;
}
@media screen and (max-width: 992px) {
  .c-ttl-sub {
    font-size: 25px;
  }
}
@media screen and (max-width: 576px) {
  .c-ttl-sub {
    font-size: 20px;
  }
}

.c-ttl-lead {
  color: #002870;
  font-size: 30px;
}
@media screen and (max-width: 992px) {
  .c-ttl-lead {
    font-size: 25px;
  }
}
@media screen and (max-width: 576px) {
  .c-ttl-lead {
    font-size: 20px;
  }
}

/* 電話番号
----------------------------------------------------------------- */
.c-txt-tel {
  font-family: "Cabin", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  .c-txt-tel {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.c-txt-tel img {
  margin-right: 4px;
  width: 21px;
  vertical-align: baseline;
}
@media screen and (max-width: 992px) {
  .c-txt-tel img {
    width: 14px;
  }
}
.c-txt-tel a[href^="tel:"] {
  color: #002870;
  display: inline-block;
  pointer-events: none;
}
@media screen and (max-width: 576px) {
  .c-txt-tel a[href^="tel:"] {
    pointer-events: auto;
  }
  .c-txt-tel a[href^="tel:"]:hover {
    color: #6684bd;
  }
}

/* ==========================================================================
トップページ
========================================================================== */
.p-idx-image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  padding: 6.25rem 5%;
}
@media screen and (max-width: 576px) {
  .p-idx-image-wrap {
    flex-direction: column;
    padding: 5rem 5%;
  }
}
.p-idx-image-wrap .p-idx-image-main img {
  width: 100%;
  max-width: 500px;
}
@media screen and (max-width: 576px) {
  .p-idx-image-wrap .p-idx-image-main img {
    max-width: inherit;
    width: 100%;
  }
}
.p-idx-image-wrap .p-idx-image-catch {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

/* 見出し
----------------------------------------------------------------- */
.p-idx-ttl-main {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  align-items: center;
}
.p-idx-ttl-main img {
  width: auto;
  height: 42px;
}
.p-idx-ttl-main .en {
  color: #F08300;
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
@media screen and (max-width: 576px) {
  .p-idx-ttl-main {
    font-size: 24px;
  }
  .p-idx-ttl-main img {
    width: auto;
    height: 30px;
  }
}

.p-idx-ttl-main--white {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.p-idx-ttl-main--white img {
  width: auto;
  height: 42px;
}

/* 第一セクション
----------------------------------------------------------------- */
.p-idx-pattern1-wrap {
  padding: 7.5rem 0;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 820px) {
  .p-idx-pattern1-wrap {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-pattern1-wrap {
    background-position: bottom right 20%;
    padding: 6.25rem 5%;
  }
}
.p-idx-pattern1-wrap .p-idx-pattern1-txt {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 576px) {
  .p-idx-pattern1-wrap .p-idx-pattern1-txt {
    padding-top: 0;
  }
}
.p-idx-pattern1-wrap .p-idx-pattern1-txt .p-idx-pattern1-txt__txt {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 18px;
  color: #676767;
  line-height: 3;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  margin-inline: auto;
}
@media screen and (max-width: 992px) {
  .p-idx-pattern1-wrap .p-idx-pattern1-txt .p-idx-pattern1-txt__txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-pattern1-wrap .p-idx-pattern1-txt .p-idx-pattern1-txt__txt {
    writing-mode: inherit;
    line-height: 1.7;
  }
}

/* 第二セクション
----------------------------------------------------------------- */
.p-idx-secondary-wrap .p-idx-secondary-ttl {
  padding: 3.75rem 0 7.5rem;
}
.p-idx-secondary-wrap .p-idx-secondary-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
  align-self: stretch;
}
.p-idx-secondary-wrap .p-idx-secondary-box .p-idx-secondary-box-inner {
  display: flex;
  padding: 1.5rem;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 8px;
  background: #002870;
}
.p-idx-secondary-wrap .p-idx-secondary-box .p-idx-secondary-box-inner .text {
  flex: 1;
  color: #fff;
}
.p-idx-secondary-wrap .p-idx-secondary-box .p-idx-secondary-box-inner .tit {
  width: 120px;
}
.p-idx-secondary-wrap .p-idx-secondary-box .p-idx-secondary-box-inner .tit img {
  width: auto;
  height: 52px;
}
@media screen and (max-width: 576px) {
  .p-idx-secondary-wrap .p-idx-secondary-box .p-idx-secondary-box-inner {
    padding: 1rem;
  }
  .p-idx-secondary-wrap .p-idx-secondary-box .p-idx-secondary-box-inner .text {
    font-size: 14px;
  }
  .p-idx-secondary-wrap .p-idx-secondary-box .p-idx-secondary-box-inner .tit {
    width: 95px;
  }
  .p-idx-secondary-wrap .p-idx-secondary-box .p-idx-secondary-box-inner .tit img {
    width: auto;
    height: 40px;
  }
}
.p-idx-secondary-wrap .c-btn-main {
  margin-top: 2.5rem;
}

/* 第三セクション
----------------------------------------------------------------- */
.p-idx-tertiary-wrap {
  border-radius: 0px 0px 4rem 4rem;
  background: #F1F1F1;
  box-shadow: 0px 8px 0px 0px rgba(0, 0, 0, 0.25);
}
.p-idx-tertiary-wrap .p-idx-tertiary-imagearea {
  margin: 0;
  padding: 0;
  height: 100%;
  position: relative;
}
.p-idx-tertiary-wrap .p-idx-tertiary-imagearea li {
  position: absolute;
}
.p-idx-tertiary-wrap .p-idx-tertiary-imagearea li img {
  width: auto;
  height: 91px;
}
.p-idx-tertiary-wrap .p-idx-tertiary-imagearea li.img01 {
  left: 50%;
  top: 0;
}
.p-idx-tertiary-wrap .p-idx-tertiary-imagearea li.img02 {
  right: 0;
  top: 30%;
}
.p-idx-tertiary-wrap .p-idx-tertiary-imagearea li.img02 img {
  height: 87px;
  width: auto;
}
.p-idx-tertiary-wrap .p-idx-tertiary-imagearea li.img03 {
  left: 0;
  top: 50%;
}
.p-idx-tertiary-wrap .p-idx-tertiary-imagearea li.img03 img {
  height: 87px;
  width: auto;
}
.p-idx-tertiary-wrap .p-idx-tertiary-imagearea li.img04 {
  left: 20%;
  top: 80%;
}
.p-idx-tertiary-wrap .p-idx-tertiary-imagearea li.img05 {
  left: 80%;
  top: 80%;
}
.p-idx-tertiary-wrap .p-idx-tertiary-imagearea li.img06 {
  left: 45%;
  top: 0%;
}
.p-idx-tertiary-wrap .p-idx-tertiary-imagearea li.img07 {
  left: 5%;
  top: 15%;
}
.p-idx-tertiary-wrap .p-idx-tertiary-imagearea li.img08 {
  left: 80%;
  top: 35%;
}
.p-idx-tertiary-wrap .p-idx-tertiary-imagearea li.img09 {
  left: 0;
  top: 52%;
}
.p-idx-tertiary-wrap .p-idx-tertiary-imagearea li.img09 img {
  height: 87px;
  width: auto;
}
.p-idx-tertiary-wrap .p-idx-tertiary-imagearea li.img10 {
  left: 50%;
  top: 75%;
}
@media screen and (max-width: 576px) {
  .p-idx-tertiary-wrap .p-idx-tertiary-imagearea ul {
    display: flex;
    gap: 10px 0;
    width: 100%;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .p-idx-tertiary-wrap .p-idx-tertiary-imagearea ul li {
    width: 30%;
    flex-basis: 30%;
    position: relative;
    display: flex;
    justify-content: center;
  }
  .p-idx-tertiary-wrap .p-idx-tertiary-imagearea ul li img {
    width: auto;
    height: auto;
    max-height: 71px;
  }
  .p-idx-tertiary-wrap .p-idx-tertiary-imagearea ul li.img02 img {
    width: 114px;
    height: 71px;
    max-height: inherit;
  }
  .p-idx-tertiary-wrap .p-idx-tertiary-imagearea ul li.img03 img {
    width: 95px;
    height: 71px;
    max-height: inherit;
  }
  .p-idx-tertiary-wrap .p-idx-tertiary-imagearea ul li.img09 img {
    width: 90px;
    height: 71px;
    max-height: inherit;
  }
  .p-idx-tertiary-wrap .p-idx-tertiary-imagearea ul li.img01, .p-idx-tertiary-wrap .p-idx-tertiary-imagearea ul li.img02, .p-idx-tertiary-wrap .p-idx-tertiary-imagearea ul li.img03, .p-idx-tertiary-wrap .p-idx-tertiary-imagearea ul li.img04, .p-idx-tertiary-wrap .p-idx-tertiary-imagearea ul li.img05, .p-idx-tertiary-wrap .p-idx-tertiary-imagearea ul li.img06, .p-idx-tertiary-wrap .p-idx-tertiary-imagearea ul li.img07, .p-idx-tertiary-wrap .p-idx-tertiary-imagearea ul li.img08, .p-idx-tertiary-wrap .p-idx-tertiary-imagearea ul li.img09, .p-idx-tertiary-wrap .p-idx-tertiary-imagearea ul li.img10 {
    left: inherit;
    top: inherit;
  }
}

/* 第四セクション
----------------------------------------------------------------- */
.p-idx-quaternary-wrap .p-idx-quaternary-box {
  display: flex;
  max-width: 1120px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4rem;
  align-self: stretch;
}
.p-idx-quaternary-wrap .p-idx-quaternary-box .p-idx-quaternary-grid {
  display: flex;
  max-width: 980px;
  align-items: center;
  gap: 2.5rem;
  align-self: stretch;
}
@media screen and (max-width: 576px) {
  .p-idx-quaternary-wrap .p-idx-quaternary-box .p-idx-quaternary-grid {
    flex-direction: column;
    gap: 1.875rem;
  }
  .p-idx-quaternary-wrap .p-idx-quaternary-box .p-idx-quaternary-grid .gsap_from_under {
    margin-bottom: 2.5rem;
  }
}
.p-idx-quaternary-wrap .p-idx-quaternary-box .p-idx-quaternary-grid .clm_left {
  width: 40%;
}
.p-idx-quaternary-wrap .p-idx-quaternary-box .p-idx-quaternary-grid .clm_left .rectangle {
  aspect-ratio: 451/450.87;
  border-radius: 2.5rem;
}
@media screen and (max-width: 576px) {
  .p-idx-quaternary-wrap .p-idx-quaternary-box .p-idx-quaternary-grid .clm_left {
    width: 80%;
  }
}
.p-idx-quaternary-wrap .p-idx-quaternary-box .p-idx-quaternary-grid .clm_right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1.5rem;
  align-self: stretch;
}
.p-idx-quaternary-wrap .p-idx-quaternary-box .p-idx-quaternary-grid .clm_right h3 {
  padding: 1px 16px;
  font-size: 16px;
  border-radius: 8px;
  background: #002870;
  color: #fff;
  text-align: center;
}
.p-idx-quaternary-wrap .p-idx-quaternary-box .p-idx-quaternary-grid .clm_right .txt {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  color: var(--main, #002870);
}
.p-idx-quaternary-wrap .p-idx-quaternary-box .p-idx-quaternary-grid .clm_right .date {
  display: flex;
  align-items: center;
  gap: 1rem;
  align-self: stretch;
}
.p-idx-quaternary-wrap .p-idx-quaternary-box .p-idx-quaternary-grid .clm_right .date .peaple img {
  width: 90px;
  height: auto;
}
.p-idx-quaternary-wrap .p-idx-quaternary-box .p-idx-quaternary-grid .clm_right .date .text_wrapper {
  flex: 1;
}
.p-idx-quaternary-wrap .p-idx-quaternary-box .p-idx-quaternary-grid .clm_right .date .text_wrapper .at {
  font-size: 19px;
}
.p-idx-quaternary-wrap .p-idx-quaternary-box .p-idx-quaternary-grid .clm_right .date .text_wrapper .name {
  font-size: 24px;
  font-weight: 700;
}
.p-idx-quaternary-wrap .p-idx-quaternary-box .p-idx-quaternary-grid .clm_right .date .text_wrapper .year {
  font-size: 14px;
}
@media screen and (max-width: 576px) {
  .p-idx-quaternary-wrap .p-idx-quaternary-box .p-idx-quaternary-grid .clm_right .date .text_wrapper .at {
    font-size: 16px;
  }
  .p-idx-quaternary-wrap .p-idx-quaternary-box .p-idx-quaternary-grid .clm_right .date .text_wrapper .name {
    font-size: 18px;
  }
  .p-idx-quaternary-wrap .p-idx-quaternary-box .p-idx-quaternary-grid .clm_right .date .text_wrapper .year {
    font-size: 12px;
  }
}
.p-idx-quaternary-wrap .p-idx-quaternary-box .p-idx-quaternary-grid .clm_right .date .button {
  display: flex;
  width: 72px;
  height: 72px;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: #002870;
  transition: all 0.3s ease-in-out;
}
.p-idx-quaternary-wrap .p-idx-quaternary-box .p-idx-quaternary-grid .clm_right .date .button .ico-arrow-right {
  width: 60%;
  height: auto;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 576px) {
  .p-idx-quaternary-wrap .p-idx-quaternary-box .p-idx-quaternary-grid .clm_right .date .button {
    width: 42px;
    height: 42px;
  }
}
.p-idx-quaternary-wrap .p-idx-quaternary-box .p-idx-quaternary-grid .clm_right .date:hover .button {
  background: #F08300;
}

/* 会社情報／採用情報
----------------------------------------------------------------- */
.p-idx-info-wrap .p-idx-info-box {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding: 6.25rem 5%;
}
@media screen and (max-width: 576px) {
  .p-idx-info-wrap .p-idx-info-box {
    padding: 2rem 5%;
  }
  .p-idx-info-wrap .p-idx-info-box:nth-child(n+2) {
    margin-top: 1rem;
  }
}
.p-idx-info-wrap .p-idx-info-box .c-btn-main--white {
  margin-top: 2.5rem;
}

/* お問い合わせエリア
----------------------------------------------------------------- */
.p-idx-contact-wrap {
  padding: 6.5rem 0;
}
@media screen and (max-width: 576px) {
  .p-idx-contact-wrap {
    padding: 5rem 0;
  }
}
.p-idx-contact-wrap .p-idx-contact-box {
  display: flex;
  padding: 7.5rem 4rem;
  align-items: center;
  align-content: center;
  gap: 2.5rem;
  flex-wrap: wrap;
  border-radius: 24px;
  background: #F08300;
  box-shadow: 0px 8px 0px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 576px) {
  .p-idx-contact-wrap .p-idx-contact-box {
    align-items: stretch;
    padding: 1.875rem 5%;
  }
}
.p-idx-contact-wrap .p-idx-contact-box .p-idx-contact-tit {
  display: flex;
  min-width: 400px;
  align-items: flex-start;
  gap: 1rem;
  flex: 1 0 0;
}
.p-idx-contact-wrap .p-idx-contact-box .p-idx-contact-tit .symbol img {
  width: 40px;
}
@media screen and (max-width: 576px) {
  .p-idx-contact-wrap .p-idx-contact-box .p-idx-contact-tit {
    gap: 1rem;
  }
  .p-idx-contact-wrap .p-idx-contact-box .p-idx-contact-tit .symbol img {
    width: 20px;
  }
}
.p-idx-contact-wrap .p-idx-contact-box .p-idx-contact-tit .div-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  color: #fff;
}
.p-idx-contact-wrap .p-idx-contact-box .p-idx-contact-tit .div-3 .en {
  text-align: center;
  font-family: "Cabin", sans-serif;
  font-size: 24px;
  font-weight: 600;
}
.p-idx-contact-wrap .p-idx-contact-box .p-idx-contact-tit .div-3 .jp {
  font-size: 30px;
}
@media screen and (max-width: 576px) {
  .p-idx-contact-wrap .p-idx-contact-box .p-idx-contact-tit .div-3 .en {
    font-size: 16px;
  }
  .p-idx-contact-wrap .p-idx-contact-box .p-idx-contact-tit .div-3 .jp {
    font-size: 20px;
  }
}

/* バナーエリア
----------------------------------------------------------------- */
.p-idx-bnr-wrap {
  padding: 3.75rem 0;
  margin-top: 3.75rem;
}
@media screen and (max-width: 576px) {
  .p-idx-bnr-wrap {
    padding: 3rem 0;
    margin-top: 3.75rem;
  }
}
.p-idx-bnr-wrap .p-idx-bnr-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -1%;
}
@media screen and (max-width: 576px) {
  .p-idx-bnr-wrap .p-idx-bnr-flex {
    justify-content: space-between;
    margin-left: 0;
    margin-top: -2%;
  }
}
.p-idx-bnr-wrap .p-idx-bnr-flex .p-idx-bnr-clm {
  margin-left: 1%;
  width: 24%;
}
@media screen and (max-width: 576px) {
  .p-idx-bnr-wrap .p-idx-bnr-flex .p-idx-bnr-clm {
    width: 49%;
    margin-left: 0;
    margin-top: 2%;
  }
}
.p-idx-bnr-wrap .p-idx-bnr-flex a {
  display: block;
  transition: 0.3s;
}
.p-idx-bnr-wrap .p-idx-bnr-flex a:hover {
  opacity: 0.6;
}

/* お知らせ1（ニュースティッカータイプ）
----------------------------------------------------------------- */
.p-idx-news-wrap {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  vertical-align: middle;
}
@media screen and (max-width: 576px) {
  .p-idx-news-wrap {
    font-size: 12px;
    line-height: 1.5;
  }
}
.p-idx-news-wrap .p-idx-news-items {
  flex: 1;
  min-width: 1px;
  padding: 0.75rem 1rem 0.75rem 0;
}
.p-idx-news-wrap .p-idx-news-items ul {
  overflow: hidden;
  height: 14px;
}
@media screen and (max-width: 576px) {
  .p-idx-news-wrap .p-idx-news-items ul {
    height: 2.5rem;
  }
}
.p-idx-news-wrap .p-idx-news-items ul li a {
  display: block;
  transition: 0.3s;
}
.p-idx-news-wrap .p-idx-news-items ul li a:hover {
  color: #F08300;
}
.p-idx-news-wrap .p-idx-news-items ul li a .p-idx-news-data:after {
  content: "｜";
  margin: 0 1rem;
}
@media screen and (max-width: 992px) {
  .p-idx-news-wrap .p-idx-news-items ul li a .p-idx-news-data:after {
    margin: 0;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-news-wrap .p-idx-news-items ul li a .p-idx-news-data:after {
    content: none;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-news-wrap .p-idx-news-items ul li a .p-idx-news-ttl {
    display: block;
  }
}
.p-idx-news-wrap .p-idx-news-btn {
  background-color: #002870;
  font-family: "Cabin", sans-serif;
  font-weight: 700;
  text-align: center;
  width: 15%;
  transition: 0.3s;
}
@media screen and (max-width: 576px) {
  .p-idx-news-wrap .p-idx-news-btn {
    width: 20%;
  }
}
.p-idx-news-wrap .p-idx-news-btn:hover {
  background-color: #6684bd;
}
.p-idx-news-wrap .p-idx-news-btn a {
  display: block;
  color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
}
.p-idx-news-wrap .p-idx-news-btn a span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;
  text-align: center;
}

/* お知らせ2（リストタイプ）
----------------------------------------------------------------- */
.p-idx-news-list-wrap {
  padding-top: 5rem;
}
@media screen and (max-width: 820px) {
  .p-idx-news-list-wrap {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-news-list-wrap {
    padding-top: 3.75rem;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-news-list-wrap .l-container {
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-news-list-wrap .c-grid-medium {
    display: block;
  }
}
.p-idx-news-list-wrap .p-idx-news-list-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #002870;
  padding: 2rem 7%;
}
.p-idx-news-list-wrap .p-idx-news-list-ttl .c-ttl-main {
  font-size: 22px;
  font-size: 1.375rem;
}
.p-idx-news-list-wrap .p-idx-news-list-ttl .c-ttl-main span {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 576px) {
  .p-idx-news-list-wrap .p-idx-news-list-ttl {
    padding: 2rem 0;
  }
}
.p-idx-news-list-wrap .p-idx-news-list-items {
  flex: 1;
  min-width: 1px;
  padding: 0.8125rem 1rem 0;
  margin-left: 0;
}
@media screen and (max-width: 576px) {
  .p-idx-news-list-wrap .p-idx-news-list-items {
    padding: 0 0.75rem;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-news-list-wrap .p-idx-news-list-items ul {
    padding-top: 0;
  }
}
.p-idx-news-list-wrap .p-idx-news-list-items ul li a {
  display: flex;
  align-items: baseline;
  padding: 0.75rem 1rem;
  transition: 0.2s;
}
.p-idx-news-list-wrap .p-idx-news-list-items ul li a *,
.p-idx-news-list-wrap .p-idx-news-list-items ul li a ::before,
.p-idx-news-list-wrap .p-idx-news-list-items ul li a ::after {
  transition: 0.2s;
}
@media screen and (max-width: 576px) {
  .p-idx-news-list-wrap .p-idx-news-list-items ul li a {
    padding: 0.8125rem 0.5rem;
  }
}
.p-idx-news-list-wrap .p-idx-news-list-items ul li a .p-idx-news-list-article-data {
  font-size: 13px;
  font-size: 0.8125rem;
}
.p-idx-news-list-wrap .p-idx-news-list-items ul li a .p-idx-news-list-article-ttl {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-left: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
  vertical-align: middle;
}
.p-idx-news-list-wrap .p-idx-news-list-items ul li a .p-idx-news-list-article-ttl::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0.25rem;
  width: 5px;
  height: 5px;
  opacity: 0.7;
  font-size: 0;
  border-top: 1px solid #002870;
  border-right: 1px solid #002870;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg) translateY(-50%);
}
.p-idx-news-list-wrap .p-idx-news-list-items ul li a:hover {
  color: #F08300;
}
.p-idx-news-list-wrap .p-idx-news-list-items ul li a:hover .p-idx-news-list-article-ttl::after {
  right: 0;
}
.p-idx-news-list-wrap .p-idx-news-list-items .p-idx-news-list-btn {
  margin-top: 0.25rem;
  margin-right: 0.25rem;
  display: block;
  text-align: right;
  line-height: 1;
}
@media screen and (max-width: 576px) {
  .p-idx-news-list-wrap .p-idx-news-list-items .p-idx-news-list-btn {
    text-align: left;
    margin-top: 1.5rem;
  }
}
.p-idx-news-list-wrap .p-idx-news-list-items .p-idx-news-list-btn a {
  font-size: 0.75rem;
  display: inline-block;
  padding: 0.25rem 0.75rem;
  transition: 0.3s;
}
.p-idx-news-list-wrap .p-idx-news-list-items .p-idx-news-list-btn a:hover {
  color: #F08300;
}

/* スライドショー
----------------------------------------------------------------- */
.p-idx-slide-wrap {
  margin-top: -80px;
  width: 100%;
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .p-idx-slide-wrap {
    margin-top: 0px;
  }
}
.p-idx-slide-wrap .p-idx-slide-catch {
  z-index: 1;
  position: absolute;
  right: 12%;
  bottom: 100px;
  max-width: 480px;
}
@media screen and (max-width: 1200px) {
  .p-idx-slide-wrap .p-idx-slide-catch {
    right: 5%;
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-slide-wrap .p-idx-slide-catch {
    width: 80%;
  }
}
.p-idx-slide-wrap .p-idx-slide-catch img {
  max-width: 100%;
}
.p-idx-slide-wrap .p-idx-slide-items .slick-slide {
  height: 100vh;
  background-position: center center;
  background-size: cover;
}
.p-idx-slide-wrap .p-idx-slide-items .slick-list {
  pointer-events: none;
}
.p-idx-slide-wrap .p-idx-slide-items .slick-dots {
  display: flex;
  justify-content: center;
  bottom: 15px;
}
.p-idx-slide-wrap .p-idx-slide-items .slick-dots li {
  width: 32px;
  height: 3px;
  margin: 0 4px;
}
.p-idx-slide-wrap .p-idx-slide-items .slick-dots li button {
  padding: 0;
  width: 32px;
  height: 3px;
}
.p-idx-slide-wrap .p-idx-slide-items .slick-dots li button:before {
  content: "";
  width: 32px;
  height: 3px;
  opacity: 0.7;
  font-size: 0;
  background-color: #fff;
  border-radius: 1.5px;
}
.p-idx-slide-wrap .p-idx-slide-items .slick-dots li button:hover:before {
  opacity: 1;
  background-color: #F08300;
}
.p-idx-slide-wrap .p-idx-slide-items .slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #002870;
}
.p-idx-slide-wrap .p-idx-slide-items .slick-next,
.p-idx-slide-wrap .p-idx-slide-items .slick-prev {
  z-index: 2;
  width: 25px;
  height: 25px;
}
.p-idx-slide-wrap .p-idx-slide-items .slick-next:before,
.p-idx-slide-wrap .p-idx-slide-items .slick-prev:before {
  display: none;
}
.p-idx-slide-wrap .p-idx-slide-items .slick-next {
  right: 20px;
  width: 20px;
  height: 20px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-idx-slide-wrap .p-idx-slide-items .slick-prev {
  left: 20px;
  width: 20px;
  height: 20px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slick-dotted.slick-slider {
  margin: 0 auto !important;
}

/* ==========================================================================
採用情報
========================================================================== */
/* 見出し
----------------------------------------------------------------- */
.p-psm-ttl-main {
  font-size: 30px;
  color: #002870;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 992px) {
  .p-psm-ttl-main {
    font-size: 25px;
  }
}
@media screen and (max-width: 576px) {
  .p-psm-ttl-main {
    font-size: 20px;
    margin-bottom: 1rem;
  }
}

.p-psm-ttl-sub {
  text-align: center;
  color: #F08300;
  font-size: 24px;
  position: relative;
  display: block;
  width: fit-content;
  margin-inline: auto;
}
.p-psm-ttl-sub .small {
  font-size: 20px;
}
@media screen and (max-width: 576px) {
  .p-psm-ttl-sub {
    font-size: 18px;
  }
  .p-psm-ttl-sub .small {
    font-size: 14px;
  }
}
.p-psm-ttl-sub::before, .p-psm-ttl-sub::after {
  content: "";
  display: inline-block;
  background: #F08300;
  width: 1px;
  height: 80%;
  position: absolute;
}
.p-psm-ttl-sub::before {
  transform: skewX(30deg);
  left: -30px;
  bottom: 0;
}
.p-psm-ttl-sub::after {
  transform: skewX(-30deg);
  right: -30px;
  bottom: 0;
}

.p-tit-img {
  display: block;
  width: auto;
  height: 65px;
  margin-bottom: 16px;
}
@media screen and (max-width: 576px) {
  .p-tit-img {
    height: 45px;
  }
}

/* セクション1
----------------------------------------------------------------- */
.p-psm-sec1 .p-idx-secondary-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  height: 100%;
}
.p-psm-sec1 .p-idx-secondary-box .p-idx-secondary-box-inner {
  display: flex;
  padding: 1.5rem;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 8px;
  background: #002870;
}
.p-psm-sec1 .p-idx-secondary-box .p-idx-secondary-box-inner .text {
  flex: 1;
  color: #fff;
}
.p-psm-sec1 .p-idx-secondary-box .p-idx-secondary-box-inner .tit {
  width: 120px;
}
.p-psm-sec1 .p-idx-secondary-box .p-idx-secondary-box-inner .tit img {
  width: auto;
  height: 52px;
}
@media screen and (max-width: 576px) {
  .p-psm-sec1 .p-idx-secondary-box .p-idx-secondary-box-inner {
    padding: 1rem;
  }
  .p-psm-sec1 .p-idx-secondary-box .p-idx-secondary-box-inner .text {
    font-size: 14px;
  }
  .p-psm-sec1 .p-idx-secondary-box .p-idx-secondary-box-inner .tit {
    width: 95px;
  }
  .p-psm-sec1 .p-idx-secondary-box .p-idx-secondary-box-inner .tit img {
    width: auto;
    height: 40px;
  }
}

/* products
----------------------------------------------------------------- */
.p-psm-sec2-box {
  gap: 1rem;
}
.p-psm-sec2-box .p-psm-sec2-card {
  display: flex;
  padding: 2.5rem 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  flex: 1 0 0;
  border-radius: 1rem;
  background: #fff;
}
.p-psm-sec2-box .p-psm-sec2-card h4 {
  font-size: 24px;
}
.p-psm-sec2-box .p-psm-sec2-card h4 .number {
  display: inline-block;
  border-radius: 16px;
  background: #002870;
  color: #fff;
  font-family: "Cabin", sans-serif;
  font-size: 30px;
  padding: 1px 0.5em;
  line-height: 1;
  margin-right: 16px;
}
@media screen and (max-width: 576px) {
  .p-psm-sec2-box .p-psm-sec2-card h4 {
    font-size: 18px;
  }
  .p-psm-sec2-box .p-psm-sec2-card h4 .number {
    font-size: 20px;
  }
}

/* services
----------------------------------------------------------------- */
.p-psm-sec3-box .c-grid-3-clm {
  position: relative;
}
.p-psm-sec3-box .caption {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  background-color: #002870;
  padding: 1px 8px;
  font-size: 14px;
}

.p-psm-sec3-topic {
  max-width: 980px;
  margin-inline: auto;
  border-radius: 2.5rem;
  padding: 2.5rem;
}
.p-psm-sec3-topic h3 {
  color: #002870;
  font-size: 24px;
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  .p-psm-sec3-topic h3 {
    font-size: 18px;
  }
}
.p-psm-sec3-topic h3 .en {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
  letter-spacing: 2px;
}
.p-psm-sec3-topic h3 .en i::before {
  content: "";
  display: inline-block;
  background-image: url(/phkk/saiyou/resource/images/ico_live_help.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
}

/* Mission
----------------------------------------------------------------- */
.p-psm-sec4-topic {
  max-width: 748px;
  margin-inline: auto;
  border-radius: 2.5rem;
  padding: 1rem;
}
.p-psm-sec4-topic img {
  display: block;
  margin-inline: auto;
  max-width: 520px;
  width: 100%;
}

/* ==========================================================================
職種紹介
========================================================================== */
.p-job-tit {
  border-bottom: 1px solid #002870;
}

/* 職種紹介
----------------------------------------------------------------- */
.p-job-card {
  display: flex;
  align-items: center;
  background: rgba(0, 40, 112, 0.05);
  padding: 2rem;
  border-radius: 1.5rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .p-job-card {
    flex-direction: column;
  }
}
.p-job-card .p-job-card__left {
  display: flex;
  padding: 1rem 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 280px;
}
.p-job-card .p-job-card__left .character-img1 {
  width: auto;
  height: 140px;
}
.p-job-card .p-job-card__left .character-img2 {
  width: auto;
  height: 220px;
}
@media screen and (max-width: 576px) {
  .p-job-card .p-job-card__left {
    padding: 0.625rem 5%;
    flex-direction: column;
  }
  .p-job-card .p-job-card__left .character-img1 {
    height: 90px;
  }
  .p-job-card .p-job-card__left .character-img2 {
    height: 110px;
  }
}
.p-job-card .p-job-card__right {
  flex: 1;
  padding-bottom: 80px;
}
.p-job-card .p-job-card__right .p-job-title {
  color: #002870;
  font-size: 30px;
}
@media screen and (max-width: 576px) {
  .p-job-card .p-job-card__right {
    padding-bottom: 0;
  }
  .p-job-card .p-job-card__right .p-job-title {
    font-size: 20px;
  }
}
.p-job-card .p-job-card__right hr {
  margin: 1.5rem 0;
  display: block;
  height: 2px;
  border: 0;
  border-top: 1px dashed #D3D3D3;
  background-size: 5px 5px;
  width: 100%;
}
.p-job-card .tag-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 6px;
}
.p-job-card .tag-list li {
  border-radius: 12px;
  border: 1px solid #676767;
  padding: 1px 16px;
  font-size: 0.85rem;
}
@media screen and (max-width: 576px) {
  .p-job-card .sp_space {
    margin-bottom: 56px;
  }
}

.interview-link {
  position: absolute;
  right: 0;
  bottom: 0;
}
.interview-link .btn {
  background: #002870;
  color: #fff;
  padding: 1rem 120px 1rem 1rem;
  border-radius: 12px 0px 0px 0px;
  display: inline-flex;
  align-items: center;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.interview-link .btn .arrow {
  background-image: url(/phkk/saiyou/resource/images/ico_arrow_white.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
}
.interview-link .btn img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  bottom: 5px;
  right: 16px;
}
@media screen and (max-width: 576px) {
  .interview-link .btn img {
    width: 60px;
    height: 60px;
  }
}
.interview-link .btn:hover {
  background: #F08300;
  color: #fff;
}

/* ==========================================================================
社員インタビュー
========================================================================== */
.p-interview-person {
  display: flex;
  align-items: flex-start;
  gap: 2.5rem;
  align-self: stretch;
}
@media screen and (max-width: 576px) {
  .p-interview-person {
    align-items: center;
    flex-direction: column;
    gap: 0.625rem;
  }
}
.p-interview-person .p-interview-person__left {
  display: flex;
  align-items: center;
  text-align: center;
  margin-right: 1rem;
  gap: 1rem;
}
.p-interview-person .p-interview-person__left .image {
  width: 80px;
  height: auto;
  border-radius: 50%;
}
.p-interview-person .p-interview-person__left .p-interview-person-info .affiliation {
  font-size: 0.85rem;
}
.p-interview-person .p-interview-person__left .p-interview-person-info .name {
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0.3rem 0;
}
.p-interview-person .p-interview-person__left .p-interview-person-info .join {
  font-size: 0.75rem;
}
.p-interview-person .p-interview-person__right {
  flex: 1;
}

.p-interview-tit-sub {
  font-size: 20px;
  color: #333;
  display: flex;
  align-items: center;
  line-height: 1;
}
.p-interview-tit-sub .number {
  display: inline-block;
  border-radius: 16px;
  background: #002870;
  color: #fff;
  font-family: "Cabin", sans-serif;
  font-size: 20px;
  padding: 5px 16px;
  line-height: 1;
  margin-right: 16px;
  margin-top: 5px;
}
@media screen and (max-width: 576px) {
  .p-interview-tit-sub {
    font-size: 16px;
  }
  .p-interview-tit-sub .number {
    font-size: 14px;
    padding: 2px 14px;
    margin-right: 10px;
  }
}

/* ある一週間のスケジュール
----------------------------------------------------------------- */
.p-interview-schedule-wrapper {
  display: flex;
  background: #fff;
  overflow: hidden;
  box-shadow: 0px 8px 0px 0px rgba(0, 0, 0, 0.25);
  border-radius: 2.5rem;
  padding: 4rem;
  gap: 2.5rem;
}
@media screen and (max-width: 576px) {
  .p-interview-schedule-wrapper {
    border-radius: 1.25rem;
    padding: 2.5rem 5%;
    gap: 1.25rem;
    flex-direction: column;
  }
}
.p-interview-schedule-wrapper .p-interview-schedule-label {
  display: flex;
  align-items: center;
  writing-mode: vertical-rl;
  text-orientation: upright;
  gap: 0.25em;
  padding: 1.5rem 0.5rem;
  color: #002870;
  font-size: 30px;
}
.p-interview-schedule-wrapper .p-interview-schedule-label .ico {
  display: inline-block;
  background-image: url(/phkk/saiyou/resource/images/ico_schedule.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 1em;
  height: 1em;
}
@media screen and (max-width: 576px) {
  .p-interview-schedule-wrapper .p-interview-schedule-label {
    padding: 0 0 1rem;
    font-size: 20px;
    writing-mode: horizontal-tb;
    align-items: flex-start;
  }
  .p-interview-schedule-wrapper .p-interview-schedule-label .ico {
    margin-top: 0.25em;
  }
}
.p-interview-schedule-wrapper .p-interview-schedule-table {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-top: 1px dotted #333;
}
.p-interview-schedule-wrapper .p-interview-schedule-row {
  display: flex;
  padding: 1.5rem 0px;
  align-items: center;
  gap: 1.875rem;
  align-self: stretch;
  border-bottom: 1px dotted #333;
}
@media screen and (max-width: 576px) {
  .p-interview-schedule-wrapper .p-interview-schedule-row {
    gap: 1rem;
    padding: 1.25rem 0;
    flex-direction: column;
  }
}
.p-interview-schedule-wrapper .day {
  font-size: 20px;
  width: 60px;
  font-weight: bold;
  color: #002870;
}
.p-interview-schedule-wrapper .detail {
  flex: 1;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* メッセージ
----------------------------------------------------------------- */
.p-interview-message {
  display: flex;
  padding: 4rem;
  align-items: center;
  gap: 2.5rem;
  border-radius: 2.5rem;
  background: #002870;
  color: #fff;
}
@media screen and (max-width: 576px) {
  .p-interview-message {
    padding: 2.5rem 5%;
  }
}
.p-interview-message .p-interview-message-grid {
  display: flex;
  align-items: flex-start;
  gap: 2.5rem;
}
@media screen and (max-width: 576px) {
  .p-interview-message .p-interview-message-grid {
    flex-direction: column;
    gap: 1.25rem;
    align-items: center;
  }
}
.p-interview-message .p-interview-message-grid .p-interview-message-grid__left {
  width: 200px;
}
.p-interview-message .p-interview-message-grid .p-interview-message-grid__left img {
  width: 100%;
  height: auto;
  border-radius: 100%;
}
.p-interview-message .p-interview-message-grid .p-interview-message-grid__right {
  flex: 1;
}
.p-interview-message .p-interview-message-grid .p-interview-message-grid__right .p-interview-message-ttl {
  font-family: "Cabin", sans-serif;
  font-size: 36px;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.p-interview-message .p-interview-message-grid .p-interview-message-grid__right .p-interview-message-ttl .ico {
  display: inline-block;
  background-image: url(/phkk/saiyou/resource/images/ico_dqm.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 1em;
  height: 1em;
  margin-right: 0.25em;
}

/* ==========================================================================
働く環境
========================================================================== */
/* もっと働きやすく
----------------------------------------------------------------- */
.p-workstyle-card {
  display: flex;
  padding: 2.5rem 1.5rem;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  background-color: #fff;
  border-radius: 1.5rem;
}
.p-workstyle-card img {
  width: auto;
  height: 100px;
}
.p-workstyle-card h3 {
  font-size: 24px;
}
@media screen and (max-width: 576px) {
  .p-workstyle-card h3 {
    font-size: 18px;
  }
}

/* 社員’s VOICE
----------------------------------------------------------------- */
.p-workstyle-voice {
  display: flex;
  padding: 4rem;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  border-radius: 2.5rem;
  background: #002870;
  background-image: url(/phkk/saiyou/resource/images/ico_dqm.svg);
  background-repeat: no-repeat;
  background-size: 46px 36px;
  background-position: left 40px top 40px;
}
.p-workstyle-voice .p-workstyle-voice-ttl {
  font-size: 24px;
  color: #fff;
}
.p-workstyle-voice .p-workstyle-voice-ttl .ico {
  display: block;
  background-image: url(/phkk/saiyou/resource/images/ico_emoji_emotions.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 1.2em;
  height: 1.2em;
  margin-inline: auto;
}
.p-workstyle-voice .p-workstyle-voice-card {
  border-radius: 1rem 0px 1rem 1rem;
  background: #fff;
  padding: 1rem;
  font-size: 14px;
}
@media screen and (max-width: 576px) {
  .p-workstyle-voice {
    padding: 2.5rem 5%;
    gap: 20px;
  }
}

/* ==========================================================================
インターンシップ情報
========================================================================== */
/* プログラムの一例
----------------------------------------------------------------- */
.p-internship-tit-sub {
  display: flex;
  align-items: flex-start;
  font-size: 22px;
  color: #002870;
}
.p-internship-tit-sub .tag {
  white-space: nowrap;
  font-size: 20px;
  display: inline-block;
  border-radius: 4px;
  background: #002870;
  color: #fff;
  font-family: "Cabin", sans-serif;
  padding: 0 8px;
  margin-right: 0.25em;
}
@media screen and (max-width: 576px) {
  .p-internship-tit-sub {
    flex-direction: column;
    font-size: 18px;
  }
  .p-internship-tit-sub .tag {
    font-size: 16px;
    margin-top: 2px;
  }
}

.p-internship-program {
  padding: 1rem;
  border-radius: 1rem;
  background: #fff;
}
.p-internship-program h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 1rem;
  font-weight: 700;
}
.p-internship-program p {
  font-size: 14px;
}

/* ここに注目！
----------------------------------------------------------------- */
.p-internship-tit {
  justify-content: center;
}

.benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.benefits-list li {
  display: flex;
  align-items: center;
  background: #F0EBDD;
  border-radius: 1.5rem;
  padding: 1.5rem;
  margin-bottom: 1rem;
  gap: 1rem;
}
.benefits-list li .icon {
  flex-shrink: 0;
}
.benefits-list li .icon img {
  width: 26px;
  height: 21px;
  display: block;
}
.benefits-list li p {
  font-size: 19px;
}
@media screen and (max-width: 576px) {
  .benefits-list li {
    padding: 1.25rem 5%;
  }
  .benefits-list li p {
    font-size: 16px;
  }
}

/* 参加者の声
----------------------------------------------------------------- */
.p-internship-voice {
  display: flex;
  padding: 4rem;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  border-radius: 2.5rem;
  background: #002870;
  background-image: url(/phkk/saiyou/resource/images/ico_dqm.svg);
  background-repeat: no-repeat;
  background-size: 46px 36px;
  background-position: left 40px top 40px;
  gap: 40px;
}
@media screen and (max-width: 576px) {
  .p-internship-voice {
    padding: 2.5rem 5%;
    gap: 20px;
  }
}
.p-internship-voice .p-internship-voice-ttl {
  font-size: 24px;
  color: #fff;
}
.p-internship-voice .p-internship-voice-ttl .ico {
  display: block;
  background-image: url(/phkk/saiyou/resource/images/ico_contact_support.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 30px;
  height: 30px;
  margin-inline: auto;
}
.p-internship-voice .p-internship-voice-card {
  border-radius: 1rem 0px 1rem 1rem;
  background: #fff;
  padding: 1rem;
  font-size: 14px;
}

/* インターンシップ情報
----------------------------------------------------------------- */
.p-internship-entry {
  padding: 4rem;
  border-radius: 24px;
  background: #F08300;
  box-shadow: 0px 8px 0px 0px rgba(0, 0, 0, 0.25);
}
.p-internship-entry .p-idx-contact-tit {
  color: #fff;
  margin-bottom: 8px;
}
.p-internship-entry .p-idx-contact-tit .en {
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  display: block;
}
.p-internship-entry .p-idx-contact-tit .jp {
  font-size: 30px;
}
.p-internship-entry p {
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 992px) {
  .p-internship-entry {
    padding: 3.75rem 5%;
  }
}
@media screen and (max-width: 576px) {
  .p-internship-entry {
    padding: 2.5rem 5%;
  }
  .p-internship-entry .p-idx-contact-tit .jp {
    font-size: 20px;
  }
}

/* ==========================================================================
募集要項
========================================================================== */
.p-detail-tit-sub {
  border-bottom: 1px solid #002870;
  font-size: 24px;
}

/* 選考フロー
----------------------------------------------------------------- */
.p-detail-flow-steps {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 1em;
  margin-top: 1.5em;
}
@media screen and (max-width: 576px) {
  .p-detail-flow-steps {
    flex-direction: column;
    gap: 0.5em;
  }
}
.p-detail-flow-steps .step {
  background: #F1F1F1;
  border-radius: 1.5rem;
  padding: 2.5rem;
  text-align: center;
  position: relative;
  height: 100%;
  width: 25%;
}
@media screen and (max-width: 576px) {
  .p-detail-flow-steps .step {
    padding: 1.25rem 5%;
    width: 100%;
  }
}
.p-detail-flow-steps .step .step-num {
  position: absolute;
  top: -10px;
  left: -10px;
  background: #002870;
  color: #fff;
  font-weight: bold;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  font-size: 14px;
  font-family: "Cabin", sans-serif;
}
@media screen and (max-width: 576px) {
  .p-detail-flow-steps .step .step-num {
    top: -5px;
    left: -2px;
  }
}
.p-detail-flow-steps .arrow {
  margin: 0 4px;
}
.p-detail-flow-steps .arrow::after {
  content: "";
  display: inline-block;
  background-image: url(/phkk/saiyou/resource/images/ico_arrow_next.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 26px;
  height: 37px;
}
@media screen and (max-width: 576px) {
  .p-detail-flow-steps .arrow::after {
    transform: rotate(90deg);
    width: 16px;
    height: 27px;
  }
}

.p-detail-entry {
  margin-top: 2em;
  background: #F0EBDD;
  padding: 4rem 1.5rem;
  border-radius: 1.5rem;
  gap: 2.5rem;
}
@media screen and (max-width: 992px) {
  .p-detail-entry {
    padding: 3.75rem 5%;
  }
}
@media screen and (max-width: 576px) {
  .p-detail-entry {
    padding: 2.5rem 5%;
  }
}
.p-detail-entry .entry-btn {
  background: #f7941d;
  color: white;
  font-weight: bold;
  padding: 1em 2em;
  border-radius: 999px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
}
.p-detail-entry .entry-icon {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 1.2rem;
}

/* ==========================================================================
お知らせ
========================================================================== */
/* 記事
----------------------------------------------------------------- */
.p-news-article .p-news-article-data {
  color: #002870;
  font-family: "Cabin", sans-serif;
  font-weight: 700;
}
.p-news-article .p-news-article-content {
  border-bottom: 1px solid #D3D3D3;
  margin-bottom: 5rem;
  padding: 2.5rem 0;
}
@media screen and (max-width: 820px) {
  .p-news-article .p-news-article-content {
    margin-bottom: 3.75rem;
  }
}
.p-news-article .p-news-article-content p:nth-child(n+2) {
  margin-top: 1.5rem;
}
.p-news-article .p-news-article-content a {
  color: #F08300;
  text-decoration: underline;
}
.p-news-article .p-news-article-content a:hover {
  color: #6684bd;
  text-decoration: none;
}

/* ページネーション
----------------------------------------------------------------- */
.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3.75rem;
  position: relative;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .current {
  color: #fff;
  background-color: #002870;
}

.wp-pagenavi span,
.wp-pagenavi a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002870;
  background-color: #D3D3D3;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  width: 2rem;
  height: 2rem;
  margin: 0 0.25rem;
  box-sizing: border-box;
}

.wp-pagenavi a {
  transition: 0.3s;
}
.wp-pagenavi a:hover {
  color: #fff;
  background-color: #002870;
}
.wp-pagenavi a.first, .wp-pagenavi a.last {
  width: auto;
  font-size: 14px;
  padding: 0.5rem;
}

/* ==========================================================================
よくある質問パターン
========================================================================== */
/* パターン１
----------------------------------------------------------------- */
.p-faq-pattern1 .p-faq-question {
  vertical-align: middle;
  position: relative;
  margin-top: 3.75rem;
  padding: 0.5rem 0.5rem 0.5rem 4.375rem;
  border-bottom: 1px solid #002870;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 992px) {
  .p-faq-pattern1 .p-faq-question {
    padding: 0.5357142rem 0.5rem 0.5357142rem 4.375rem;
  }
}
@media screen and (max-width: 576px) {
  .p-faq-pattern1 .p-faq-question {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-faq-pattern1 .p-faq-question::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #002870;
  width: 50px;
  height: 50px;
}
.p-faq-pattern1 .p-faq-question::after {
  content: "Q";
  display: block;
  position: absolute;
  left: 0;
  bottom: 9px;
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 2rem;
  text-align: center;
  font-family: "Cabin", sans-serif;
}
@media screen and (max-width: 992px) {
  .p-faq-pattern1 .p-faq-question::after {
    bottom: 4px;
  }
}
.p-faq-pattern1 .p-faq-answer {
  position: relative;
  margin: 1.25rem 0 0 4.375rem;
  padding-left: 4.375rem;
}
.p-faq-pattern1 .p-faq-answer::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 40, 112, 0.2);
  width: 50px;
  height: 50px;
}
.p-faq-pattern1 .p-faq-answer::after {
  content: "A";
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
  color: #002870;
  width: 50px;
  height: 50px;
  font-size: 2rem;
  text-align: center;
  font-family: "Cabin", sans-serif;
}
@media screen and (max-width: 992px) {
  .p-faq-pattern1 .p-faq-answer::after {
    top: -3px;
  }
}
@media screen and (max-width: 576px) {
  .p-faq-pattern1 .p-faq-answer::after {
    top: -10px;
  }
}
@media screen and (max-width: 992px) {
  .p-faq-pattern1 .p-faq-answer {
    top: -4px;
  }
}
@media screen and (max-width: 576px) {
  .p-faq-pattern1 .p-faq-answer {
    margin: 1.25rem 0 0;
    padding-left: 4.375rem;
  }
  .p-faq-pattern1 .p-faq-answer::before {
    left: 0;
    top: 0;
  }
  .p-faq-pattern1 .p-faq-answer::after {
    left: 0;
    top: -4px;
  }
}

/* パターン２
----------------------------------------------------------------- */
/*アコーディオン全体*/
.p-faq-pattern2 .p-faq-pattern2-content {
  margin: 1rem 0;
}
.p-faq-pattern2 .p-faq-pattern2-content .p-faq-area2 {
  /*アコーディオンタイトル*/
  /*　closeというクラスがついたら形状変化　*/
  /*アコーディオンで現れるエリア*/
}
.p-faq-pattern2 .p-faq-pattern2-content .p-faq-area2 .p-faq-question2 {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1.125rem;
  padding: 3% 3rem 3% 4rem;
  transition: all 0.5s ease;
  background-color: #F1F1F1;
  /*アイコンの＋と×*/
}
.p-faq-pattern2 .p-faq-pattern2-content .p-faq-area2 .p-faq-question2 span {
  font-size: 1.25rem;
  display: block;
  position: absolute;
  top: 20px;
  left: 1.75rem;
}
.p-faq-pattern2 .p-faq-pattern2-content .p-faq-area2 .p-faq-question2::before, .p-faq-pattern2 .p-faq-pattern2-content .p-faq-area2 .p-faq-question2::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #333;
}
.p-faq-pattern2 .p-faq-pattern2-content .p-faq-area2 .p-faq-question2::before {
  top: 48%;
  right: 1.125rem;
  transform: rotate(0deg);
}
.p-faq-pattern2 .p-faq-pattern2-content .p-faq-area2 .p-faq-question2::after {
  top: 48%;
  right: 1.125rem;
  transform: rotate(90deg);
}
.p-faq-pattern2 .p-faq-pattern2-content .p-faq-area2 .p-faq-question2.close::before {
  transform: rotate(45deg);
}
.p-faq-pattern2 .p-faq-pattern2-content .p-faq-area2 .p-faq-question2.close::after {
  transform: rotate(-45deg);
}
.p-faq-pattern2 .p-faq-pattern2-content .p-faq-area2 .p-faq-answer2 {
  display: none;
  /*はじめは非表示*/
  margin: 0 3% 3% 3%;
  padding: 3%;
}

/* パターン３
----------------------------------------------------------------- */
/*アコーディオン全体*/
.p-faq-pattern3 .p-faq-pattern3-content {
  margin: 1rem 0;
}
.p-faq-pattern3 .p-faq-pattern3-content .p-faq-area3 {
  border: 1px solid #d4d4d4;
  /*アコーディオンタイトル*/
  /*　closeというクラスがついたら形状変化　*/
  /*アコーディオンで現れるエリア*/
}
.p-faq-pattern3 .p-faq-pattern3-content .p-faq-area3 .p-faq-question3 {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1.125rem;
  padding: 3% 3% 3% 50px;
  transition: all 0.5s ease;
  /*アイコンの＋と×*/
}
.p-faq-pattern3 .p-faq-pattern3-content .p-faq-area3 .p-faq-question3::before, .p-faq-pattern3 .p-faq-pattern3-content .p-faq-area3 .p-faq-question3::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #333;
}
.p-faq-pattern3 .p-faq-pattern3-content .p-faq-area3 .p-faq-question3::before {
  top: 48%;
  left: 18px;
  transform: rotate(0deg);
}
.p-faq-pattern3 .p-faq-pattern3-content .p-faq-area3 .p-faq-question3::after {
  top: 48%;
  left: 18px;
  transform: rotate(90deg);
}
.p-faq-pattern3 .p-faq-pattern3-content .p-faq-area3 .p-faq-question3.close::before {
  transform: rotate(45deg);
}
.p-faq-pattern3 .p-faq-pattern3-content .p-faq-area3 .p-faq-question3.close::after {
  transform: rotate(-45deg);
}
.p-faq-pattern3 .p-faq-pattern3-content .p-faq-area3 .p-faq-answer3 {
  display: none;
  /*はじめは非表示*/
  background: #F1F1F1;
  margin: 0 3% 3% 3%;
  padding: 3%;
}

/* ==========================================================================
 スクロール
=========================================================================*/
.u-scroll-anchor {
  display: block;
}
@media screen and (max-width: 992px) {
  .u-scroll-anchor {
    padding-top: 3.75rem;
    margin-top: -3.75rem;
  }
}

/* ==========================================================================
マージン・パディング
=========================================================================*/
/* マージン
----------------------------------------------------------------- */
.u-margin-auto {
  margin: auto;
}

.u-margin-remove {
  margin: 0 !important;
}

.u-margin-remove-top {
  margin-top: 0 !important;
}

.u-margin-xxsmall-top {
  margin-top: 12px;
}

.u-margin-xsmall-top {
  margin-top: 1rem;
}
@media screen and (max-width: 820px) {
  .u-margin-xsmall-top {
    margin-top: 14px;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-xsmall-top {
    margin-top: 10px;
  }
}

.u-margin-small-top {
  margin-top: 1.5rem;
}
@media screen and (max-width: 820px) {
  .u-margin-small-top {
    margin-top: 1.25rem;
  }
}

.u-margin-medium-small-top {
  margin-top: 1.875rem;
}
@media screen and (max-width: 820px) {
  .u-margin-medium-small-top {
    margin-top: 1.875rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-medium-small-top {
    margin-top: 1.875rem;
  }
}

.u-margin-medium-top {
  margin-top: 2.5rem;
}
@media screen and (max-width: 820px) {
  .u-margin-medium-top {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-medium-top {
    margin-top: 2.5rem;
  }
}

.u-margin-large-top {
  margin-top: 4rem;
}
@media screen and (max-width: 576px) {
  .u-margin-large-top {
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-large-top {
    margin-top: 2.5rem;
  }
}

.u-margin-xlarge-top {
  margin-top: 5rem;
}
@media screen and (max-width: 820px) {
  .u-margin-xlarge-top {
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-xlarge-top {
    margin-top: 3.75rem;
  }
}

.u-margin-xxlarge-top {
  margin-top: 6.5rem;
}
@media screen and (max-width: 820px) {
  .u-margin-xxlarge-top {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-xxlarge-top {
    margin-top: 5rem;
  }
}

.u-margin-small-bottom {
  margin-bottom: 1.25rem;
}

.u-margin-auto-left {
  margin-left: auto;
}

/* パディング
----------------------------------------------------------------- */
.u-padding-remove {
  padding: 0 !important;
}

.u-padding-small {
  padding: 1.25rem;
}

.u-padding-medium {
  padding: 2.5rem;
}

.u-padding-large {
  padding: 3.75rem;
}
@media screen and (max-width: 576px) {
  .u-padding-large {
    padding: 2.5rem;
  }
}

.u-padding-top-xlarge {
  padding-top: 5rem;
}
@media screen and (max-width: 820px) {
  .u-padding-top-xlarge {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 576px) {
  .u-padding-top-xlarge {
    padding-top: 3.75rem;
  }
}

.u-padding-xxlarge-top {
  padding-top: 6.25rem;
}
@media screen and (max-width: 820px) {
  .u-padding-xxlarge-top {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 576px) {
  .u-padding-xxlarge-top {
    padding-top: 5rem;
  }
}

.u-padding-small-bottom {
  padding-bottom: 1.25rem;
}/*# sourceMappingURL=main.css.map */