@charset "UTF-8";
/*!
Theme Name: KYOKUYOU-SENPAKU
Theme URI: https://kyokuyosenpaku.co.jp/
Author: KYOKUYOU-SENPAKU
...
*/
.u-mb-0 {
  margin-bottom: 0rem !important;
}

.u-mt-0 {
  margin-top: 0rem !important;
}

.u-pb-0 {
  padding-bottom: 0rem !important;
}

.u-pt-0 {
  padding-top: 0rem !important;
}

.u-mb-5 {
  margin-bottom: 0.3125rem !important;
}

.u-mt-5 {
  margin-top: 0.3125rem !important;
}

.u-pb-5 {
  padding-bottom: 0.3125rem !important;
}

.u-pt-5 {
  padding-top: 0.3125rem !important;
}

.u-mb-10 {
  margin-bottom: 0.625rem !important;
}

.u-mt-10 {
  margin-top: 0.625rem !important;
}

.u-pb-10 {
  padding-bottom: 0.625rem !important;
}

.u-pt-10 {
  padding-top: 0.625rem !important;
}

.u-mb-15 {
  margin-bottom: 0.9375rem !important;
}

.u-mt-15 {
  margin-top: 0.9375rem !important;
}

.u-pb-15 {
  padding-bottom: 0.9375rem !important;
}

.u-pt-15 {
  padding-top: 0.9375rem !important;
}

.u-mb-20 {
  margin-bottom: 1.25rem !important;
}

.u-mt-20 {
  margin-top: 1.25rem !important;
}

.u-pb-20 {
  padding-bottom: 1.25rem !important;
}

.u-pt-20 {
  padding-top: 1.25rem !important;
}

.u-mb-25 {
  margin-bottom: 1.5625rem !important;
}

.u-mt-25 {
  margin-top: 1.5625rem !important;
}

.u-pb-25 {
  padding-bottom: 1.5625rem !important;
}

.u-pt-25 {
  padding-top: 1.5625rem !important;
}

.u-mb-30 {
  margin-bottom: 1.875rem !important;
}

.u-mt-30 {
  margin-top: 1.875rem !important;
}

.u-pb-30 {
  padding-bottom: 1.875rem !important;
}

.u-pt-30 {
  padding-top: 1.875rem !important;
}

.u-mb-40 {
  margin-bottom: 2.5rem !important;
}

.u-mt-40 {
  margin-top: 2.5rem !important;
}

.u-pb-40 {
  padding-bottom: 2.5rem !important;
}

.u-pt-40 {
  padding-top: 2.5rem !important;
}

.u-mb-50 {
  margin-bottom: 3.125rem !important;
}

.u-mt-50 {
  margin-top: 3.125rem !important;
}

.u-pb-50 {
  padding-bottom: 3.125rem !important;
}

.u-pt-50 {
  padding-top: 3.125rem !important;
}

.u-mb-60 {
  margin-bottom: 3.75rem !important;
}

.u-mt-60 {
  margin-top: 3.75rem !important;
}

.u-pb-60 {
  padding-bottom: 3.75rem !important;
}

.u-pt-60 {
  padding-top: 3.75rem !important;
}

.u-mb-80 {
  margin-bottom: 5rem !important;
}

.u-mt-80 {
  margin-top: 5rem !important;
}

.u-pb-80 {
  padding-bottom: 5rem !important;
}

.u-pt-80 {
  padding-top: 5rem !important;
}

.u-mb-100 {
  margin-bottom: 6.25rem !important;
}

.u-mt-100 {
  margin-top: 6.25rem !important;
}

.u-pb-100 {
  padding-bottom: 6.25rem !important;
}

.u-pt-100 {
  padding-top: 6.25rem !important;
}

.u-mb-120 {
  margin-bottom: 7.5rem !important;
}

.u-mt-120 {
  margin-top: 7.5rem !important;
}

.u-pb-120 {
  padding-bottom: 7.5rem !important;
}

.u-pt-120 {
  padding-top: 7.5rem !important;
}

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

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

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

.u-font-bold {
  font-weight: 700 !important;
}

@media (min-width: 768px) {
  .u-text-center-pc {
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .u-text-center-sp {
    text-align: center !important;
  }
}

.u-pc-only {
  display: none !important;
}
@media (min-width: 768px) {
  .u-pc-only {
    display: block !important;
  }
}

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

.u-hidden {
  display: none !important;
}

.u-w-100 {
  width: 100% !important;
}

.u-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-pc {
  display: none;
}
@media (min-width: 768px) {
  .u-pc {
    display: block;
  }
}

.u-sp {
  display: block;
}
@media (min-width: 768px) {
  .u-sp {
    display: none;
  }
}

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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

:root {
  /* Colors */
  --color-main: #214979;
  --color-sub: #7F90A5;
  --color-text: #333333;
  /* Fonts */
  --font-en: "Bebas Neue", sans-serif; /* Google Fontsなど */
  --font-ja: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", sans-serif;
}

.color-sub {
  color: var(--color-sub) !important;
}

.color-bg-sub {
  background-color: var(--color-sub) !important;
}

.color-b {
  color: #000 !important;
}

.zen {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.bebas {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1rem;
}

/*!
Theme Name: KYOKUYOU-SENPAKU
Theme URI: https://kyokuyosenpaku.co.jp/
Author: KYOKUYOU-SENPAKU
...
*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.h2-subtitle {
  color: var(--color-main);
  font-size: 1.875rem;
  font-weight: bold;
  border-bottom: 3px solid #e3e3e3;
  padding: 0 0 0.625rem 0;
  margin-bottom: 2.5rem;
  position: relative;
}
.h2-subtitle::after {
  content: "";
  background-color: var(--color-main);
  width: 2em;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 1;
}

h3 {
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}

.container {
  margin: 0 auto;
  padding: 0 1.875rem;
}
@media (min-width: 768px) {
  .container {
    max-width: 1124px;
  }
}

.post-container {
  margin: 0 auto;
  padding: 0 1.875rem;
}
@media (min-width: 768px) {
  .post-container {
    max-width: 980px;
  }
}

.map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9のアスペクト比 */
  height: 0;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.d-ul {
  list-style: disc;
  padding-left: 1.25rem;
  font-size: 1rem;
}
.d-ul li {
  margin-bottom: 0.9375rem;
  line-height: 1.6;
}

/*!
Theme Name: KYOKUYOU-SENPAKU
Theme URI: https://kyokuyosenpaku.co.jp/
Author: KYOKUYOU-SENPAKU
...
*/
header {
  width: 100%;
  display: flex;
  position: fixed;
  z-index: 100;
  justify-content: space-between;
  padding: 20px 6.4% 0 6.4%;
}
@media (min-width: 768px) {
  header {
    padding: 40px 3% 0 3%;
  }
}

.page-header {
  position: relative;
  width: 100%;
  min-height: 25rem;
  padding: 2.5rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  overflow: hidden;
}
@media (min-width: 768px) {
  .page-header {
    min-height: 31.25rem;
  }
}
.page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.page-header__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.page-header__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.page-header__content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding: 0 1.25rem;
}
.page-header__sub {
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 0.625rem;
  display: block;
}
.page-header__main {
  font-size: 2rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .page-header__main {
    font-size: 3rem;
  }
}

/*!
Theme Name: KYOKUYOU-SENPAKU
Theme URI: https://kyokuyosenpaku.co.jp/
Author: KYOKUYOU-SENPAKU
...
*/
footer {
  width: 100%;
  background-color: var(--color-main);
  padding: 5.9375rem 11% 2rem 11%;
}
.footer__logo {
  max-width: 18.125rem;
  margin: 0 auto 1.5625rem auto;
}
.footer__address {
  font-size: 0.8125rem;
  text-align: center;
  color: #fff;
  margin: 0 auto 3.75rem auto;
  line-height: 1.7;
}
.footer__privacy {
  text-align: center;
  color: #fff;
  margin-bottom: 2.8125rem;
}
.footer__copyright {
  font-size: 0.6875rem;
  text-align: center;
  color: #fff;
  margin-bottom: 0rem;
}

/*!
Theme Name: KYOKUYOU-SENPAKU
Theme URI: https://kyokuyosenpaku.co.jp/
Author: KYOKUYOU-SENPAKU
...
*/
.nav-menu ul {
  display: flex;
  margin: 0 0 3.125rem 0;
  padding: 0 15%;
  list-style: none;
  font-size: 0.9375rem;
}
.nav-menu ul li {
  padding: 0.9375rem 0rem;
}
@media (min-width: 768px) {
  .nav-menu ul li {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .nav-menu ul {
    padding: 0;
  }
}

.nav-menu li a {
  display: flex;
  text-decoration: none;
  align-items: center;
  color: #fff;
  transition: 0.3s;
}
.nav-menu li a span {
  display: block;
  width: 72%;
}
@media (min-width: 768px) {
  .nav-menu li a span {
    width: 100%;
  }
}
.nav-menu li a span:nth-of-type(2) {
  width: 28%;
  margin-left: auto;
  font-size: 0.75rem;
  padding-top: 0.1875rem;
  text-transform: uppercase;
  text-align: left;
}
@media (min-width: 768px) {
  .nav-menu li a {
    padding: 0.3125rem 0.9375rem;
  }
  .nav-menu li a span:nth-of-type(2) {
    display: none;
  }
}

.nav-menu li a:hover {
  opacity: 0.5;
  transition: 0.3s;
}

.nav-info {
  padding: 0 15%;
}

.nav-info-address {
  color: #fff;
  font-size: 0.8125rem;
  line-height: 1.5;
  margin: 0 0 1.25rem 0;
}

.nav-info-privacy {
  color: #fff;
  font-size: 1rem;
}
.nav-info-privacy a {
  text-decoration: underline;
}

.hamburger-btn {
  display: none;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  width: 30px;
  height: 22px;
  position: relative;
  z-index: 1001;
  top: 3px;
}

.hamburger-line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
}

.hamburger-line:nth-child(1) {
  top: 0;
}

.hamburger-line:nth-child(2) {
  top: 9px;
}

.hamburger-line:nth-child(3) {
  top: 18px;
}

/* --- スマホ表示 (768px未満) --- */
@media (max-width: 767px) {
  /* 3. ハンバーガーボタンを表示 */
  .hamburger-btn {
    display: block;
  }
  /* 2. スマホではナビを非表示にし、右から出てくる準備 */
  .nav-menu {
    /* メニューを画面全体に固定 */
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    /* 右から画面の80%幅で */
    height: 100vh;
    background-color: #214979;
    /* 5. 初期状態は右に隠す (transform: translateX(100%)) */
    transform: translateX(100%);
    transition: transform 0.4s ease-in-out;
    /* スクロールできるように */
    overflow-y: auto;
    padding-top: 80px;
    /* ヘッダーと被らないように */
    z-index: 1000;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
  }
  /* 2. スマホでは縦並び */
  .nav-menu ul {
    flex-direction: column;
  }
  .nav-menu li {
    border-bottom: 1px solid #eee;
  }
  /* ---
  4. メニュー表示時のスタイル (JavaScriptで .nav-open クラスが付与された時)
  --- */
  /* 5. メニューを右からスライドイン */
  .nav-open .nav-menu {
    transform: translateX(0%);
  }
  /* 4. ハンバーガーボタンを×印に変形 */
  .nav-open .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(7px, 6px);
  }
  .nav-open .hamburger-line:nth-child(2) {
    opacity: 0;
  }
  .nav-open .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
  }
}
.footer__nav {
  display: grid;
  grid-template-columns: repeat(3, auto);
  width: 100%;
  justify-content: center;
  row-gap: 0.9375rem;
  margin-bottom: 0.9375rem;
}
@media (min-width: 768px) {
  .footer__nav {
    display: flex;
  }
}
.footer__nav li {
  font-size: 0.875rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.footer__nav li a {
  display: block;
  text-decoration: none;
  color: #fff;
}
.footer__nav li::after {
  content: "｜";
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  line-height: 1;
}
.footer__nav li:nth-child(3)::after {
  content: none;
}
@media (min-width: 768px) {
  .footer__nav li:nth-child(3)::after {
    content: "｜";
  }
}
.footer__nav li:nth-child(6)::after {
  content: none;
}

.page-nav {
  background-color: #f4f4f4;
  padding: 1.25rem 0;
}
.page-nav__list {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 0 1.25rem;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
@media (min-width: 768px) {
  .page-nav__list {
    flex-direction: row;
    justify-content: center;
    gap: 0.625rem;
  }
}
.page-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #333;
  text-decoration: none;
  padding: 0.9375rem 1.25rem;
  border-radius: 0.25rem;
  font-size: 0.9375rem;
  transition: all 0.3s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.page-nav a:hover {
  background-color: var(--color-main);
  color: #fff;
  transform: translateY(-2px);
}
.page-nav a::after {
  content: "";
}

/*!
Theme Name: KYOKUYOU-SENPAKU
Theme URI: https://kyokuyosenpaku.co.jp/
Author: KYOKUYOU-SENPAKU
...
*/
.heading__sub {
  font-size: 0.9375rem;
  color: #fff;
  margin-bottom: 0.9375rem;
}
.heading__main {
  font-size: 3.75rem;
  margin-bottom: 1.5625rem;
  line-height: 0.9;
}

/*!
Theme Name: KYOKUYOU-SENPAKU
Theme URI: https://kyokuyosenpaku.co.jp/
Author: KYOKUYOU-SENPAKU
...
*/
.c-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 15.625rem;
  padding: 0.9375rem 1.25rem;
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
  text-decoration: none;
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0.05rem;
  border-radius: 4.375rem;
  transition: opacity 0.3s, background-color 0.3s, color 0.3s;
}
.c-btn:hover {
  opacity: 0.7;
}
.c-btn::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  margin-left: 0.625rem;
}
.c-btn--black {
  border-color: #333333;
  color: #333333;
}
.c-btn--blue {
  border-color: var(--color-main);
  color: var(--color-main);
}
.c-btn--red {
  border-color: #e60012;
  color: #e60012;
}
.c-btn--green {
  border-color: #28a745;
  color: #28a745;
}

.b-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 6.25rem;
  padding: 0.9375rem 1.25rem;
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
  text-decoration: none;
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0.05rem;
  border-radius: 4.375rem;
  transition: opacity 0.3s, background-color 0.3s, color 0.3s;
  margin: 0 auto;
}
.b-btn:hover {
  opacity: 0.7;
}
.b-btn::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(225deg);
  margin-left: 0.625rem;
}
.b-btn--black {
  border-color: #333333;
  color: #333333;
}
.b-btn--blue {
  border-color: var(--color-main);
  color: var(--color-main);
}
.b-btn--red {
  border-color: #e60012;
  color: #e60012;
}
.b-btn--green {
  border-color: #28a745;
  color: #28a745;
}

.f-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 28.125rem;
  padding: 1.25rem 1.5625rem;
  margin: 0 auto;
  color: #fff;
  background-color: var(--color-main);
  text-decoration: none;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.05rem;
  border-radius: 4.375rem;
  transition: opacity 0.3s, background-color 0.3s, color 0.3s;
}
.f-btn:hover {
  opacity: 0.7;
}
.f-btn::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  margin-left: 0.625rem;
}
.f-btn--black {
  border-color: #333333;
  color: #333333;
}
.f-btn--blue {
  border-color: var(--color-main);
  color: var(--color-main);
}
.f-btn--red {
  border-color: #e60012;
  color: #e60012;
}
.f-btn--green {
  border-color: #28a745;
  color: #28a745;
}

/*!
Theme Name: KYOKUYOU-SENPAKU
Theme URI: https://kyokuyosenpaku.co.jp/
Author: KYOKUYOU-SENPAKU
...
*/
.grid {
  width: 100%;
}
@media (min-width: 768px) {
  .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    gap: 0.9375rem;
    row-gap: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid li {
  width: 100%;
  font-size: 0.875rem;
  margin-bottom: 2.5rem;
}
.grid li a {
  display: block;
  text-decoration: none;
  color: #fff;
}

/**
 * Gridレイアウト用 Mixin
 * @param $template: PCでの列比率 (例: 1fr 1fr, 7fr 3fr)
 * @param $gap-pc: PCの隙間 (px単位の数値。rem自動変換します)
 * @param $gap-sp: SPの隙間 (px単位の数値。rem自動変換します)
 * @param $stack-sp: スマホで縦積みにするか？ (基本 true でOK)
 */
.bg-features {
  background: linear-gradient(160deg, #eaf4f8 0%, #fdfdfd 45%, #aebfc4 100%);
}

/*!
Theme Name: KYOKUYOU-SENPAKU
Theme URI: https://kyokuyosenpaku.co.jp/
Author: KYOKUYOU-SENPAKU
...
*/
.scroll-container {
  overflow-x: auto; /* 横にはみ出たらスクロール */
  white-space: nowrap; /* 勝手な改行を防ぐ（必須テクニック） */
  -webkit-overflow-scrolling: touch; /* スマホでのスクロールを滑らかに */
  margin-bottom: 2.5rem;
}
.scroll-container table {
  width: 100%;
  background-color: #fff;
}
.scroll-container th, .scroll-container td {
  border: 1px solid var(--color-sub);
  padding: 0.75rem 1rem;
  vertical-align: middle;
  width: auto;
}
@media (min-width: 768px) {
  .scroll-container th:first-child, .scroll-container td:first-child {
    width: 15%;
  }
}
.scroll-container th {
  background-color: #e0e0e0;
}

.responsive-table {
  width: 100%;
  display: block;
}
.responsive-table tbody, .responsive-table tr, .responsive-table th, .responsive-table td {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.responsive-table tr {
  margin-bottom: 1.5rem;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  background-color: #fff;
}
.responsive-table td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid rgb(233.75, 233.75, 233.75);
  background-color: #fff;
}
.responsive-table td:last-child {
  border-bottom: none;
}
.responsive-table td:first-child {
  background-color: #f4f4f4;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #ddd;
}
@media (min-width: 768px) {
  .responsive-table {
    display: table;
    border-collapse: collapse;
    margin-bottom: 0.125rem;
  }
  .responsive-table tbody {
    display: table-row-group;
  }
  .responsive-table tr {
    display: table-row;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
  .responsive-table th, .responsive-table td {
    display: table-cell;
    border: 1px solid #ddd;
    padding: 12px 16px;
    vertical-align: middle;
    width: auto;
    border-bottom: 1px solid #ddd;
  }
  .responsive-table th:first-child, .responsive-table td:first-child {
    width: 15%;
    font-weight: normal;
    color: inherit;
  }
  .responsive-table th:last-child, .responsive-table td:last-child {
    border-bottom: 1px solid #ddd;
  }
}

/*!
Theme Name: KYOKUYOU-SENPAKU
Theme URI: https://kyokuyosenpaku.co.jp/
Author: KYOKUYOU-SENPAKU
...
*/
/* ----------------------------------------------------
   ※ご自身の環境に合わせてパスなどは変更してください
   ここから：前提のmixinやfunctionのダミー定義
---------------------------------------------------- */
.p-entry-form {
  width: 100%;
  max-width: 59.375rem;
  margin-inline: auto;
  padding: 0 1.25rem;
}
.p-entry-form input[type=radio],
.p-entry-form input[type=checkbox] {
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: auto;
}
.p-entry-form__row {
  border-bottom: 1px solid #e0e0e0;
  padding: 1.5rem 0;
}
.p-entry-form__row:first-child {
  border-top: 1px solid #e0e0e0;
}
@media (min-width: 768px) {
  .p-entry-form__row {
    display: flex;
    align-items: flex-start;
    padding: 2rem 0;
  }
}
.p-entry-form__head {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
@media (min-width: 768px) {
  .p-entry-form__head {
    width: 15rem;
    flex-shrink: 0;
    margin-bottom: 0;
    padding-right: 1.5rem;
    font-weight: bold;
  }
}
.p-entry-form__label {
  font-weight: bold;
  font-size: 0.9375rem;
}
@media (min-width: 768px) {
  .p-entry-form__label {
    font-size: 1rem;
  }
}
.p-entry-form__required, .p-entry-form__any {
  display: inline-block;
  background-color: #e03131;
  color: #fff;
  font-size: 0.6875rem;
  padding: 0.125rem 0.5rem;
  border-radius: 0.25rem;
  vertical-align: middle;
  line-height: 1.4;
}
.p-entry-form__any {
  background-color: #868e96;
}
.p-entry-form__body {
  width: 100%;
}
@media (min-width: 768px) {
  .p-entry-form__body {
    flex: 1;
  }
}
.p-entry-form__input, .p-entry-form__textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1rem;
}
.p-entry-form__input:focus, .p-entry-form__textarea:focus {
  outline: none;
  border-color: #339af0;
  box-shadow: 0 0 0 3px rgba(51, 154, 240, 0.2);
}
.p-entry-form__textarea {
  height: auto;
  min-height: 10rem;
  line-height: 1.6;
}
.p-entry-form__file {
  margin-bottom: 0.625rem;
}
.p-entry-form__file label {
  display: inline-block;
  margin-bottom: 0.3125rem;
}
.p-entry-form__note {
  font-size: 0.8125rem;
  color: #868e96;
  margin-top: 0.3125rem;
}
.p-entry-form__privacy {
  text-align: center;
  margin-top: 2.5rem;
  margin-bottom: 1.875rem;
}
.p-entry-form__privacy .wpcf7-list-item {
  margin: 0 0.625rem;
  display: inline-block;
}
.p-entry-form__privacy input[type=radio] {
  transform: scale(1.2);
  margin-right: 0.3125rem;
}
.p-entry-form__submit-area {
  text-align: center;
  margin-top: 1.25rem;
}
.p-entry-form__submit-area input[type=submit] {
  background-color: #333;
  color: #fff;
  border: none;
  padding: 1rem 3.75rem;
  font-size: 1.125rem;
  font-weight: bold;
  border-radius: 3.125rem;
  cursor: pointer;
  transition: opacity 0.3s;
  width: 100%;
}
@media (min-width: 768px) {
  .p-entry-form__submit-area input[type=submit] {
    width: auto;
    min-width: 18.75rem;
  }
}
.p-entry-form__submit-area input[type=submit]:hover {
  opacity: 0.8;
}

.wpcf7-not-valid-tip {
  font-size: 0.75rem;
  margin-top: 0.25rem;
}

/*!
Theme Name: KYOKUYOU-SENPAKU
Theme URI: https://kyokuyosenpaku.co.jp/
Author: KYOKUYOU-SENPAKU
...
*/
.p-faq {
  width: 100%;
  max-width: 50rem;
  margin-inline: auto;
  border-top: 1px solid #e0e0e0;
}
.p-faq__item {
  border-bottom: 1px solid #e0e0e0;
}
.p-faq__item[open] .p-faq__icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.p-faq__head {
  display: flex;
  align-items: flex-start;
  padding: 1.25rem 2.5rem 1.25rem 0;
  position: relative;
  cursor: pointer;
  list-style: none;
  transition: background-color 0.3s;
}
.p-faq__head::-webkit-details-marker {
  display: none;
}
.p-faq__head:hover {
  background-color: #f8f9fa;
}
@media (min-width: 768px) {
  .p-faq__head {
    align-items: center;
    padding: 1.5rem 3.125rem 1.5rem 0.625rem;
  }
}
.p-faq__label {
  display: inline-block;
  color: var(--color-main);
  font-weight: bold;
  font-size: 1.125rem;
  margin-right: 0.75rem;
  font-family: sans-serif;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .p-faq__label {
    font-size: 1.25rem;
    margin-right: 1.25rem;
  }
}
.p-faq__question {
  font-weight: bold;
  font-size: 0.9375rem;
  line-height: 1.6;
  flex: 1;
}
@media (min-width: 768px) {
  .p-faq__question {
    font-size: 1rem;
  }
}
.p-faq__icon {
  position: absolute;
  top: 1.5rem;
  right: 0.3125rem;
  width: 1rem;
  height: 1rem;
}
@media (min-width: 768px) {
  .p-faq__icon {
    top: 50%;
    transform: translateY(-50%);
    right: 0.9375rem;
  }
}
.p-faq__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background-color: #333;
}
.p-faq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  width: 100%;
  height: 2px;
  background-color: #333;
  transition: transform 0.3s;
}
.p-faq__body {
  background-color: #fafafa;
}
.p-faq__body-inner {
  padding: 1.25rem 1.25rem 1.875rem 1.25rem;
  display: flex;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .p-faq__body-inner {
    padding: 1.5rem 2.5rem 2rem 2.5rem;
  }
}
.p-faq__answer-label {
  color: #e03131;
  font-weight: bold;
  font-size: 1.125rem;
  margin-right: 0.75rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .p-faq__answer-label {
    font-size: 1.25rem;
    margin-right: 1.25rem;
  }
}
.p-faq__answer-text {
  font-size: 0.875rem;
  line-height: 1.8;
  color: #333;
}
@media (min-width: 768px) {
  .p-faq__answer-text {
    font-size: 0.9375rem;
  }
}

/*!
Theme Name: KYOKUYOU-SENPAKU
Theme URI: https://kyokuyosenpaku.co.jp/
Author: KYOKUYOU-SENPAKU
...
*/
.news {
  padding: 5rem 0;
}
@media (min-width: 768px) {
  .news {
    padding: 6.25rem 0;
  }
}
.news__inner {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}
@media (min-width: 768px) {
  .news__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.news__header {
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .news__header {
    text-align: left;
    margin-bottom: 0;
    width: 18.75rem;
    flex-shrink: 0;
    position: sticky;
    top: 2.5rem;
  }
}
.news__list {
  width: 100%;
}
@media (min-width: 768px) {
  .news__list {
    width: calc(100% - 22.5rem);
  }
}

.news-list {
  padding: 5rem 0;
}
@media (min-width: 768px) {
  .news-list {
    padding: 6.25rem 0;
  }
}
.news-list__inner {
  width: 100%;
  max-width: 56.25rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}
.news-list__header {
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .news-list__header {
    text-align: left;
    margin-bottom: 0;
    width: 18.75rem;
    flex-shrink: 0;
    position: sticky;
    top: 2.5rem;
  }
}
.news-list__list {
  width: 100%;
}

.news-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9375rem 0;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  color: #333;
  transition: background-color 0.3s;
}
.news-item:hover {
  background-color: #fafafa;
}
.news-item:hover::after {
  transform: translateX(0.3125rem) rotate(45deg);
}
.news-item__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-right: 1.25rem;
}
.news-item__meta {
  display: flex;
  align-items: center;
  margin-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .news-item__meta {
    margin-right: 1.875rem;
    flex-shrink: 0;
    width: 13.75rem;
  }
}
.news-item__date {
  font-size: 1rem;
  color: #214979;
  margin-right: 0.9375rem;
}
.news-item__category {
  display: inline-block;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.1875rem 0.625rem;
  border-radius: 0.625rem;
  width: 120px;
  background-color: #214979;
}
.news-item__category--news {
  background-color: #214979;
}
.news-item__category--blog {
  background-color: #e69138;
}
.news-item__category--recruit {
  background-color: #6aa84f;
}
.news-item__category--event {
  background-color: #c90076;
}
.news-item__title {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.5;
}
.news-item::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid #204979;
  border-right: 2px solid #204979;
  transform: rotate(45deg);
  flex-shrink: 0;
  transition: transform 0.3s;
}

.entry-header {
  margin-bottom: 2.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #ccc;
}

.entry-meta {
  margin-bottom: 1.25rem;
}

.entry-title {
  font-size: 2.5rem;
}

.post-thumbnail {
  margin-bottom: 2.5rem;
}

.entry-content {
  line-height: 1.6;
}

/*!
Theme Name: KYOKUYOU-SENPAKU
Theme URI: https://kyokuyosenpaku.co.jp/
Author: KYOKUYOU-SENPAKU
...
*/
h1.page-title {
  text-align: center;
  font-size: 1.875rem;
  padding-top: 3.75rem;
}

.page {
  padding: 4.375rem 0.75rem;
}
.page__title {
  font-size: 1.5625rem;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .page__title {
    font-size: 1.875rem;
  }
}
.page__lead {
  font-size: 0.8125rem;
  text-align: center;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .page__lead {
    font-size: 0.875rem;
  }
}

.business {
  background-color: var(--color-sub);
  padding: 4.375rem 0 1.25rem 0;
  margin-top: 3.125rem;
}
.business img {
  width: 100%;
}
.business__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .business__list {
    justify-content: left;
  }
}
.business__list li {
  width: 48.5%;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .business__list li {
    margin-right: 1.25rem;
    width: calc((100% - 3.75rem) / 4);
  }
  .business__list li:nth-of-type(4) {
    margin-right: 0rem;
  }
}
@media (min-width: 768px) {
  .business__list-2flex {
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .business__list-2flex li {
    margin-right: 0rem;
    width: 48.5% !important;
  }
  .business__list-2flex li:nth-of-type(4) {
    margin-right: 0rem;
  }
}
.business__list_photo img {
  border-radius: 0.625rem;
  margin-bottom: 0.5rem;
}
.business__list_text {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.5;
}
.business .business-title {
  color: #fff;
  line-height: 1;
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .business .business-title {
    display: flex;
    align-items: center;
    gap: 1.25rem;
  }
}
.business .business-title__en {
  display: block;
  font-size: 1.875rem;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .business .business-title__en {
    font-size: 3.75rem;
  }
}
.business .business-title__ja {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 0.4375rem;
}
@media (min-width: 768px) {
  .business .business-title__ja {
    font-size: 1rem;
    margin-top: 0.3125rem;
  }
}
.business .business-title::after {
  content: "";
  display: none;
}
@media (min-width: 768px) {
  .business .business-title::after {
    display: block;
    height: 1px;
    background-color: #fff;
    flex-grow: 1;
  }
}
.business__ul {
  color: #fff;
  line-height: 1.7;
}

.marine {
  background-color: var(--color-sub);
  padding: 4.375rem 0 1.25rem 0;
  margin-top: 3.125rem;
}
.marine img {
  width: 100%;
}
.marine__list {
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .marine__list {
    justify-content: left;
  }
}
.marine__list li {
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .marine__list li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-right: 1.25rem;
  }
  .marine__list li:nth-of-type(4) {
    margin-right: 0rem;
  }
}
.marine__list_photo img {
  border-radius: 0.625rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .marine__list_photo {
    width: 48.5%;
  }
}
.marine__list_text {
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .marine__list_text {
    width: 48.5%;
  }
}
.marine .marine-title {
  color: #fff;
  line-height: 1;
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .marine .marine-title {
    display: flex;
    align-items: center;
    gap: 1.25rem;
  }
}
.marine .marine-title__en {
  display: block;
  font-size: 1.875rem;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .marine .marine-title__en {
    font-size: 3.75rem;
  }
}
.marine .marine-title__ja {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 0.4375rem;
}
@media (min-width: 768px) {
  .marine .marine-title__ja {
    font-size: 1.375rem;
    margin-top: 0.3125rem;
  }
}
.marine .marine-title::after {
  content: "";
  display: none;
}
@media (min-width: 768px) {
  .marine .marine-title::after {
    display: block;
    height: 1px;
    background-color: #fff;
    flex-grow: 1;
  }
}

.page-info {
  padding: 3.75rem 0;
}
.page-info__list h3 {
  color: var(--color-sub);
  margin-bottom: 0.625rem;
}
.page-info__list li {
  margin-bottom: 2.5rem;
}

.company h3 {
  text-align: center;
  margin-bottom: 2.5rem;
}
.company .container {
  padding: 3.75rem 1.25rem;
}
.company__ul {
  color: #fff;
  line-height: 1.7;
}

.company__grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
  max-width: 900px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .company__grid {
    grid-template-columns: 6fr 4fr;
    gap: 2.5rem;
  }
}

.introduction {
  border-bottom: 1px solid var(--color-sub);
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
}
.introduction h4 {
  font-size: 1.375rem;
  margin: 3.75rem 0 1.25rem 0;
}
.introduction__wrapper {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .introduction__wrapper {
    grid-template-columns: 4fr 6fr;
    gap: 2.5rem;
  }
}
.introduction__list dt {
  font-size: 1.125rem;
  margin-bottom: 0.9375rem;
}
.introduction__list dd {
  margin-bottom: 1.875rem;
  line-height: 1.7;
}
.introduction__interview {
  margin-top: 3.75rem;
  line-height: 1.7;
}

/*!
Theme Name: KYOKUYOU-SENPAKU
Theme URI: https://kyokuyosenpaku.co.jp/
Author: KYOKUYOU-SENPAKU
...
*/
.swiper-benefits img {
  width: 100%;
  height: auto;
}

.slider-thumbnail .swiper-slide {
  opacity: 0.5;
  transition: opacity 0.5s;
  width: 33.3333333333% !important;
}

.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.slider-thumbnail {
  margin-bottom: 2.5rem;
}

.privacy-policy-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
}

.privacy-policy-container h1 {
  font-size: 24px;
  margin-bottom: 10px;
  text-align: center;
  border-bottom: 2px solid #ddd;
  padding-bottom: 15px;
}

.privacy-policy-container .company-name {
  text-align: right;
  font-size: 14px;
  margin-bottom: 40px;
  color: #555;
}

.privacy-policy-container h2 {
  font-size: 20px;
  background-color: #f4f4f4;
  padding: 10px 15px;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #0056b3;
}

.privacy-policy-container h3 {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}

.privacy-policy-container p {
  margin-bottom: 15px;
  text-align: justify;
}

.privacy-policy-container ol {
  margin-bottom: 20px;
  padding-left: 1.5em;
}

.privacy-policy-container ol li {
  margin-bottom: 10px;
}

/* 連絡先ボックスのスタイル */
.contact-box {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  padding: 20px;
  margin-top: 20px;
  border-radius: 4px;
}

.contact-box h4 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 16px;
  color: #0056b3;
}

.contact-dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.contact-dl dt {
  width: 80px;
  font-weight: bold;
  margin-bottom: 5px;
}

.contact-dl dd {
  width: calc(100% - 80px);
  margin-left: 0;
  margin-bottom: 5px;
}

.note {
  font-size: 0.9em;
  color: #666;
}

/* スマホ向け調整 */
@media (max-width: 600px) {
  .privacy-policy-container {
    padding: 15px;
  }
  .contact-dl dt, .contact-dl dd {
    width: 100%;
  }
  .contact-dl dd {
    margin-bottom: 15px;
  }
}
body {
  font-size: 0.9375rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/***********************/
.logo {
  position: relative;
  z-index: 1001;
}

/***********************/
.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  color: white;
  padding-left: 11% !important;
}

/* --- 背景スライダーのコンテナ --- */
.hero-bg-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* スライド切り替え時のチラつき防止 */
  background-color: #000;
}

/* スライダーのコンテナにオーバーレイを追加 */
.hero-bg-slider::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  pointer-events: none;
}

/* --- 各スライド画像 --- */
.slide-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* 画像の比率を保ちつつエリアを埋める */
  opacity: 0;
  /* 初期状態は非表示 */
  transform: scale(1.1);
  /* ブラー用の拡大 */
}

/* 1枚目だけ最初から表示しておく */
.slide-img:first-child {
  opacity: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-content h1 {
  position: relative;
  font-size: 2.5rem;
  margin-bottom: 1.25rem;
  line-height: 0.9;
}
@media (min-width: 768px) {
  .hero-content h1 {
    font-size: 5.25rem;
    margin-bottom: 2.5rem;
  }
}

p.copy01 {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
  letter-spacing: 0.2rem;
}
p.copy02 {
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.3rem;
  line-height: 1.5;
}
.our-business {
  position: relative;
  z-index: 1;
  pointer-events: none;
  padding: 80px 11%;
  pointer-events: auto;
  margin-top: 30vh;
  color: #fff;
}
@media (min-width: 768px) {
  .our-business {
    display: flex;
    width: 100%;
    max-width: 1000px;
    gap: 6.25rem;
    margin: 0 auto;
    padding: 80px 1.25rem;
  }
}
.our-business__text {
  font-size: 0.8125rem;
  margin-bottom: 1.5625rem;
  line-height: 1.7;
}
.our-business__image {
  margin-top: 3.125rem;
  margin-bottom: 1.5625rem;
}
@media (min-width: 768px) {
  .our-business__image img {
    width: 100%;
  }
}

.facilities {
  position: relative;
  z-index: 100;
  background-color: #fff;
  padding: 3.75rem 0;
}
@media (min-width: 768px) {
  .facilities {
    padding: 6.25rem 0;
  }
}
.facilities__container {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  width: 90%;
  height: 56.25rem;
}
@media (min-width: 768px) {
  .facilities__container {
    width: 56.25rem;
    height: 28.125rem;
  }
}
.facilities__container:hover .panel {
  transform: translate(0, 0);
}
.facilities__text {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 2.5rem;
}

.recruit {
  position: relative;
  z-index: 100;
}

.panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.blue-panel {
  background-color: #204979;
  color: white;
  z-index: 2;
  clip-path: polygon(0 0, 100% 0, 100% 53.5%, 0 44%);
  transform: translate(-0.625rem, 0);
}
@media (min-width: 768px) {
  .blue-panel {
    clip-path: polygon(0 0, 61% 0, 41.3% 100%, 0 100%);
    transform: translate(0, -1.875rem);
  }
}

.panel-content {
  position: absolute;
  top: 2.5rem;
  left: 1.875rem;
  width: 80%;
}
@media (min-width: 768px) {
  .panel-content {
    top: 5rem;
    left: 3.75rem;
    width: 40%;
  }
}

.image-panel {
  z-index: 1;
  clip-path: polygon(0 44%, 100% 54%, 100% 100%, 0 100%);
  transform: translate(0.625rem, 0);
}
@media (min-width: 768px) {
  .image-panel {
    clip-path: polygon(58% 0, 100% 0, 100% 100%, 38.6% 100%);
    transform: translate(0, 1.875rem);
  }
}
.image-panel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 60% center;
     object-position: 60% center;
}

.recruit h2 {
  text-align: center;
  margin-top: -2.5rem;
  margin-bottom: 1.25rem;
  color: #fff;
  font-size: 4.375rem;
  -webkit-text-stroke: 3px #214979;
  text-stroke: 3px #214979;
  paint-order: stroke;
  letter-spacing: 0.5rem;
}
.recruit__text {
  font-size: 0.8125rem;
  text-align: center;
  padding: 0 10%;
  line-height: 2;
  margin-bottom: 3.125rem;
}

.features {
  width: 90%;
  margin: 1.25rem auto;
  border-radius: 1.875rem;
  padding: 3.75rem 1.25rem 2.5rem 1.25rem;
}
@media (min-width: 768px) {
  .features {
    margin-top: 3.75rem;
  }
}
.features img {
  border-radius: 1.875rem;
}
.features h2 {
  text-align: center;
  color: transparent;
  font-size: 3.75rem;
  -webkit-text-stroke: 1px #214979;
  text-stroke: 3px #214979;
  paint-order: stroke;
  letter-spacing: 0.3rem;
}
.features__text {
  font-size: 0.8125rem;
  text-align: center;
  padding: 0 10%;
  margin-bottom: 3.125rem;
}
.features__listtext {
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.6;
  padding: 0 1.25rem;
}
.features h4 {
  text-align: center;
  font-weight: bold;
  margin-top: 1.25rem;
  margin-bottom: 1.125rem;
}

/***********************/
.info {
  padding: 3.75rem 0;
}
@media (min-width: 768px) {
  .info {
    padding: 6.25rem 0;
  }
}
.info__inner {
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}
@media (min-width: 768px) {
  .info__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0rem;
  }
}
.info__header {
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .info__header {
    text-align: left;
    margin-bottom: 0;
    width: 18.75rem;
    flex-shrink: 0;
    position: sticky;
    top: 2.5rem;
  }
}
.info__list {
  width: 100%;
}
@media (min-width: 768px) {
  .info__list {
    width: calc(100% - 22.5rem);
  }
}
.info__tel {
  font-size: 2.1875rem;
  letter-spacing: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .info__tel {
    text-align: left;
  }
}
.info .c-btn {
  max-width: none;
}
.info .heading__main {
  text-align: center;
}
@media (min-width: 768px) {
  .info .heading__main {
    text-align: left;
  }
}
.info .heading__sub {
  text-align: center;
}
@media (min-width: 768px) {
  .info .heading__sub {
    text-align: left;
  }
/* トップページの主要テキストのサイズ調整 */

/* 1. 事業紹介のテキスト */
.our-business__text {
    font-size: 1rem !important; /* 元は 0.8125rem (約13px) */
    line-height: 2.0 !important;
    font-weight: 500;
}

/* 2. 採用情報のテキスト */
.recruit__text {
    font-size: 1rem !important; /* 元は 0.8125rem (約13px) */
    line-height: 2.0 !important;
    font-weight: 500;
    max-width: 800px; /* 文字が大きくなる分、横幅を広げて読みやすく */
    margin-left: auto;
    margin-right: auto;
}

/* 3. 特徴（Features）のテキスト */
.features__text,
.features__listtext {
    font-size: 1rem !important; /* 元は 0.8125rem (約13px) */
    line-height: 1.8 !important;
    font-weight: 500;
}

/* スマホ版での見え方調整（任意） */
@media (max-width: 767px) {
    .our-business__text,
    .recruit__text,
    .features__text {
        font-size: 0.9375rem !important; /* スマホでは15px程度に */
        text-align: left; /* スマホでは左揃えの方が読みやすい場合が多い */
    }
}
/* --- 下層ページ（事業案内・会社概要など）の文字サイズ一括調整 --- */

/* 1. 各ページの導入文（リード文） */
.page__lead {
    font-size: 1rem !important;      /* 13px → 16px */
    line-height: 2.0 !important;     /* 行間をゆったり */
    font-weight: 500;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

/* 2. 事業内容（Business・Marine）の説明文 */
.business__list_text,
.marine__list_text {
    font-size: 1rem !important;      /* 14px/15px → 16px */
    line-height: 1.8 !important;
}

/* 3. 会社概要・設備紹介などのリストテキスト */
.company__ul,
.page-info__list li,
.introduction__list dd {
    font-size: 1rem !important;      /* 16pxに統一 */
    line-height: 1.9 !important;
}

/* 4. プライバシーポリシーなどの文章 */
.privacy-policy-container p,
.privacy-policy-container li {
    font-size: 1rem !important;
    line-height: 1.8 !important;
}

/* 5. 採用情報の募集要項テーブル内の文字 */
.responsive-table th,
.responsive-table td {
    font-size: 1rem !important;
}

/* スマホ表示の微調整（必要であれば） */
@media (max-width: 767px) {
    .page__lead,
    .business__list_text,
    .marine__list_text {
        text-align: left;           /* スマホでは左寄せの方が読みやすい場合が多い */
        font-size: 0.9375rem !important; /* スマホでは少しだけ小さく(15px)してもOK */
    }
}
/* --- よくある質問（FAQ）の文字サイズ調整 --- */

/* 1. 質問文（Qの横のテキスト） */
.p-faq__question {
    font-size: 1rem !important;      /* 15px → 16px にアップ */
    line-height: 1.6 !important;     /* 行間を調整 */
    font-weight: 700;                /* 太字ではっきりさせる */
}

/* 2. 回答文（Aの横のテキスト） */
.p-faq__answer-text {
    font-size: 1rem !important;      /* 14px/15px → 16px にアップ */
    line-height: 1.9 !important;     /* 文章なので行間をゆったり取る */
}

/* 3. （任意）QとAのマークも少し大きくする場合 */
.p-faq__label,
.p-faq__answer-label {
    font-size: 1.25rem !important;   /* マークも一回り大きく */
}
/* 特徴セクションの各見出し（各種船舶対応の設備力、など）を大きくする */
.features h4 {
    font-size: 1.375rem !important;  /* 22px相当（かなりハッキリします） */
    line-height: 1.4 !important;      /* 行間を少し調整 */
}
}/*# sourceMappingURL=style.css.map */