@charset "UTF-8";
/*! 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] {
  text-decoration: underline dotted; /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/* ======================
共通設定
====================== */
:root {
  --color-blue: #014099;
  --color-orange: #f6a800;
  --color-red: #ef4e64;
  --color-black: #222222;
  --color-gray: #666666;
  --color-lightgray: #999999;
  --color-white: #ffffff;
}

html {
  font-size: 10px;
}

body {
  position: relative;
  font-size: 1.6rem;
  color: var(--color-text);
  font-family: "Inter", "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  body {
    letter-spacing: 0.5px;
  }
}

html, body {
  overscroll-behavior-y: contain;
  height: 100%;
}

img {
  width: 100%;
}

/* ======================
汎用
====================== */
.font-inter {
  font-family: "Inter", sans-serif !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

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

.inline-pc-only {
  display: inline;
}
@media screen and (min-width: 769px) and (max-width: 1040px) {
  .inline-pc-only {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .inline-pc-only {
    display: none;
  }
}

.inline-tb-only {
  display: none;
}
@media screen and (min-width: 769px) and (max-width: 1040px) {
  .inline-tb-only {
    display: inline;
  }
}

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

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

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 10px;
  width: auto;
  gap: 6px;
  padding: 10px 24px;
  transition: all 0.3s;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .button {
    padding: 10px 24px 8px;
  }
}
.button:hover {
  opacity: 0.86;
}
.button .span-text {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .button .span-text {
    font-size: 1.8rem;
  }
}
.button .span-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 768px) {
  .button .span-icon {
    width: 20px;
    height: 20px;
  }
}
.button.button-primary {
  color: var(--color-white);
  fill: var(--color-white);
  background: var(--color-blue);
}
.button.button-secondary {
  color: var(--color-white);
  fill: var(--color-white);
  background: var(--color-orange);
}

/* ログイン中だけ適用 */
@media screen and (max-width: 768px) {
  #wpadminbar {
    position: fixed;
    display: block;
    width: 100%;
    height: 46px;
    top: 0;
    left: 0;
  }
}

#wpadminbar + .header .header-primary {
  top: 32px;
}
@media screen and (max-width: 768px) {
  #wpadminbar + .header .header-primary {
    top: 46px;
  }
}

/* ======================
ヘッダーエリア（メイン）
====================== */
.header {
  position: relative;
  padding-top: 82px;
}
@media screen and (max-width: 768px) {
  .header {
    padding-top: 60px;
  }
}

.header-primary {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 82px;
  padding: 16px 32px;
  background: rgba(255, 255, 255, 0.95);
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .header-primary {
    padding: 12px 16px;
    height: 60px;
  }
}

.header-logo {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .header-logo {
    width: 200px;
  }
}
.header-logo .header-logo-link {
  display: block;
}

@media screen and (max-width: 768px) {
  .header-contact {
    display: none;
  }
}
.header-contact .header-contact-link {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-orange);
  color: var(--color-white);
  padding: 7px 20px;
}
.header-contact .header-contact-link .span-icon {
  width: 28px;
  height: 28px;
}

/* ======================
ヘッダーエリア（サブ）
====================== */
.header-secondary {
  display: flex;
}

.school-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  height: 500px;
  padding: 32px;
}
@media screen and (max-width: 768px) {
  .school-info {
    height: 350px;
    padding: 12px 4px;
  }
}
.school-info.jr-high-school-info {
  background: url("../images/jhs-image.jpg") no-repeat center center/cover;
}
.school-info.high-school-info {
  background: url("../images/hs-image.jpg") no-repeat center center/cover;
}
.school-info .school-logo {
  width: auto;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .school-info .school-logo {
    height: 25px;
    margin-left: 8px;
  }
}
.school-info .school-link {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-white);
  color: var(--color-blue);
  border-radius: 10px;
  text-decoration: none;
  padding: 9px;
  width: auto;
  max-width: 320px;
  margin-left: auto;
  font-size: 2rem;
  font-weight: 600;
  transition: all 0.3s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  opacity: 1;
}
@media screen and (min-width: 769px) and (max-width: 1040px) {
  .school-info .school-link {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .school-info .school-link {
    width: 100%;
    font-size: 1.3rem;
    padding: 3px;
    letter-spacing: 0;
    border-radius: 3px;
  }
}
.school-info .school-link:hover {
  opacity: 0.86;
  box-shadow: none;
}

/* ======================
メインエリア
====================== */
.main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* ======================
ナビゲーションエリア
====================== */
.nav-area {
  display: flex;
  flex-direction: column;
  background: var(--color-white);
  padding: 48px 32px 3px;
  width: auto;
  height: 550px;
  overflow-y: auto;
}
@media screen and (min-width: 769px) and (max-width: 1040px) {
  .nav-area {
    padding: 48px 24px 3px;
  }
}
@media screen and (max-width: 768px) {
  .nav-area {
    width: 100%;
    height: auto;
    padding: 32px 16px;
  }
  .main-home .nav-area {
    padding: 24px 16px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .main-home .nav-area .nav-list.nav-list-primary .nav-link {
    display: flex;
    width: auto;
    padding: 6px 12px;
  }
  .main-home .nav-area .nav-list.nav-list-primary .nav-link .span-text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .nav-area .nav-title-wrapper-home {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .nav-area .nav-title-wrapper-home .nav-title {
    margin-bottom: 0;
  }
}
.nav-area .nav-title {
  font-size: 2.8rem;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 32px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 768px) {
  .nav-area .nav-title {
    font-size: 2.5rem;
    margin-bottom: 16px;
  }
}
.nav-area .nav-list.nav-list-primary {
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .nav-area .nav-list.nav-list-primary {
    margin-bottom: 0;
  }
}
.nav-area .nav-list.nav-list-primary .nav-link {
  width: 240px;
}
@media screen and (min-width: 769px) and (max-width: 1040px) {
  .nav-area .nav-list.nav-list-primary .nav-link {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .nav-area .nav-list.nav-list-primary .nav-link {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .nav-list.nav-list-secondary {
    border: solid 2px var(--color-blue);
    border-radius: 24px;
    overflow: hidden;
    padding: 0;
    background: var(--color-white) url("../images/arrow.svg") no-repeat top 5px left 46px/24px 24px;
  }
  .nav-list.nav-list-secondary.is-open {
    background: var(--color-white);
  }
  .nav-list.nav-list-secondary.is-open .nav-item.is-active {
    background: var(--color-white) url("../images/arrow-down.svg") no-repeat top 5px left 46px/24px 24px;
  }
  .nav-list.nav-list-secondary.is-open .nav-item:not(.is-active) {
    height: auto;
  }
}
.nav-list.nav-list-secondary .nav-item {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 2px var(--color-blue);
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 6px;
  width: 100%;
  max-width: 240px;
}
@media screen and (min-width: 769px) and (max-width: 1040px) {
  .nav-list.nav-list-secondary .nav-item {
    max-width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .nav-list.nav-list-secondary .nav-item {
    justify-content: flex-start;
    border: none;
    margin-bottom: 0;
  }
  .nav-list.nav-list-secondary .nav-item:not(.is-active) {
    height: 0;
    overflow: hidden;
  }
}
.nav-list.nav-list-secondary .nav-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 1.8rem;
  text-decoration: none;
  color: var(--color-blue);
  font-weight: 500;
  padding: 3px 9px;
  transition: all 0.3s;
  background: var(--color-white);
}
@media screen and (min-width: 769px) {
  .nav-list.nav-list-secondary .nav-item a:hover {
    background: var(--color-blue);
    color: var(--color-white);
  }
}
@media screen and (max-width: 768px) {
  .nav-list.nav-list-secondary .nav-item a {
    padding: 3px 9px 3px 80px;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 769px) {
  .nav-list.nav-list-secondary .nav-item.is-active a {
    background: var(--color-blue);
    color: var(--color-white);
  }
}
@media screen and (max-width: 768px) {
  .nav-list.nav-list-secondary .nav-item.is-active a {
    background: transparent;
    color: var(--color-blue);
  }
}
.nav-list.nav-list-tertiary {
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .nav-list.nav-list-tertiary {
    display: none;
  }
}
.nav-list.nav-list-tertiary .nav-item {
  margin-bottom: 4px;
}
.nav-list.nav-list-tertiary .nav-link {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--color-blue);
  fill: var(--color-blue);
  font-size: 1.6rem;
  font-weight: 500;
}
.nav-list.nav-list-tertiary .nav-link .span-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
}

.news-area {
  background: var(--color-blue);
  width: calc(100% - 304px);
  padding: 32px 24px;
}
@media screen and (min-width: 769px) and (max-width: 1040px) {
  .news-area {
    width: calc(100% - 265px);
  }
}
@media screen and (max-width: 768px) {
  .news-area {
    width: 100%;
    min-height: calc(100vh - 100px);
    min-height: calc(100dvh - 100px);
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: calc(env(safe-area-inset-bottom) + 92px);
  }
  @supports (bottom: constant(safe-area-inset-bottom)) {
    .news-area {
      padding-bottom: calc(constant(safe-area-inset-bottom) + 92px);
    }
  }
}

.news-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.news-list .news-item {
  transition: all 0.3s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  opacity: 1;
}
.news-list .news-item:hover {
  box-shadow: none;
  opacity: 0.93;
}
.news-list .news-link {
  display: block;
  padding: 24px;
  background: var(--color-white);
  border-radius: 10px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .news-list .news-link {
    padding: 16px;
  }
}
.news-list .news-link .news-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  border-bottom: solid 1px var(--color-blue);
  padding-bottom: 14px;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .news-list .news-link .news-header {
    gap: 8px;
  }
}
.news-list .news-link .news-header .title-wrapper {
  display: flex;
  align-items: center;
  column-gap: 16px;
  row-gap: 8px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .news-list .news-link .news-header .title-wrapper {
    row-gap: 4px;
  }
}
.news-list .news-link .news-header .title {
  font-size: 2rem;
  font-weight: 600;
  order: 2;
}
@media screen and (max-width: 768px) {
  .news-list .news-link .news-header .title {
    font-size: 1.8rem;
    line-height: 1.45;
  }
}
.news-list .news-link .news-header .meta {
  order: 1;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .news-list .news-link .news-header .meta {
    width: 100%;
    gap: 8px;
  }
}
.news-list .news-link .news-header .cat {
  border: solid 2px var(--color-blue);
  border-radius: 24px;
  padding: 1px 24px;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--color-blue);
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .news-list .news-link .news-header .cat {
    font-size: 1.4rem;
    line-height: 1.3;
    padding: 0px 12px;
  }
}
.news-list .news-link .news-header .published {
  font-size: 2rem;
  font-weight: 600;
  color: var(--color-blue);
}
@media screen and (max-width: 768px) {
  .news-list .news-link .news-header .published {
    font-size: 1.6rem;
  }
}
.news-list .news-link .news-header .arrow {
  order: 4;
  width: 32px;
  height: 32px;
  padding: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: solid 2px var(--color-blue);
  margin-left: auto;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .news-list .news-link .news-header .arrow {
    width: 22px;
    height: 22px;
    padding: 2px;
  }
}
.news-list .news-link .news-header .arrow svg {
  stroke: var(--color-blue);
}
.news-list .news-link .news-body {
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .news-list .news-link .news-body {
    font-size: 1.5rem;
    line-height: 1.45;
  }
}

/* ======================
フッターエリア
====================== */
.footer {
  position: relative;
  padding: 60px 32px 32px;
  background: var(--color-white);
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 0;
  }
}
.footer .footer-primary {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background: var(--color-white);
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) and (max-width: 1040px) {
  .footer .footer-primary {
    flex-direction: column;
    gap: 16px;
  }
}
.footer .footer-primary .footer-logo {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .footer .footer-primary .footer-logo {
    display: none;
  }
}
.footer .footer-primary .footer-logo .footer-logo-link {
  display: block;
}
.footer .footer-primary .footer-address {
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .footer .footer-primary .footer-address {
    display: none;
  }
}
.footer .footer-primary .footer-address .address-text {
  display: block;
}
.footer .footer-primary .footer-address .tel-and-fax-text {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer .footer-primary .footer-contact .footer-contact-link {
  padding: 9px 20px;
}
.footer .footer-primary .footer-contact .footer-contact-link .span-icon {
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 768px) {
  .footer .footer-primary .footer-contact {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--color-orange);
    padding-bottom: env(safe-area-inset-bottom);
  }
  @supports (bottom: constant(safe-area-inset-bottom)) {
    .footer .footer-primary .footer-contact {
      padding-bottom: constant(safe-area-inset-bottom);
    }
  }
  .footer .footer-primary .footer-contact .footer-contact-link {
    border-radius: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .footer .footer-primary .footer-contact .footer-contact-link {
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-primary .footer-contact .footer-contact-link .span-icon {
    width: 32px;
    height: 32px;
  }
}
.footer .footer-secondary .copyright {
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 48px;
  color: var(--color-gray);
}
@media screen and (max-width: 768px) {
  .footer .footer-secondary .copyright {
    display: none;
  }
}

.back-home {
  position: fixed;
  display: flex;
  bottom: 48px;
  right: 32px;
  z-index: 1000;
  border-radius: 10px;
  padding-bottom: env(safe-area-inset-bottom);
}
@supports (bottom: constant(safe-area-inset-bottom)) {
  .back-home {
    padding-bottom: constant(safe-area-inset-bottom);
  }
}
.back-home.back-home-contact {
  bottom: 16px;
}
@media screen and (min-width: 769px) {
  .back-home {
    display: none;
  }
}
.back-home .back-home-link {
  gap: 5px;
  padding: 9px 12px;
  box-shadow: 0 0 3px rgba(255, 255, 255, 0.4);
}
.back-home .span-text {
  font-size: 1.6rem;
}
.back-home .span-icon {
  width: 16px;
  height: 16px;
}

.article-area {
  background: var(--color-blue);
  width: calc(100% - 304px);
  padding: 32px 24px;
}
@media screen and (min-width: 769px) and (max-width: 1040px) {
  .article-area {
    width: calc(100% - 265px);
  }
}
@media screen and (max-width: 768px) {
  .article-area {
    width: 100%;
    min-height: calc(100vh - 100px);
    min-height: calc(100dvh - 100px);
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: calc(env(safe-area-inset-bottom) + 84px);
  }
  @supports (bottom: constant(safe-area-inset-bottom)) {
    .article-area {
      padding-bottom: calc(constant(safe-area-inset-bottom) + 84px);
    }
  }
}

.article {
  background: var(--color-white);
  width: 100%;
  height: auto;
  padding: 48px 32px 64px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .article {
    padding: 28px 16px;
  }
}
.article .article-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: solid 1px var(--color-blue);
  padding-bottom: 16px;
  margin-bottom: 40px;
  width: 769px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.article .article-header .title {
  width: 100%;
  font-size: 2.6rem;
  font-weight: 700;
  order: 2;
}
@media screen and (max-width: 768px) {
  .article .article-header .title {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
.article .article-header.article-header-page {
  padding-top: 16px;
  text-align: center;
  border: none;
}
@media screen and (max-width: 768px) {
  .article .article-header.article-header-page {
    margin-bottom: 24px;
  }
}
.article .article-header.article-header-page .title {
  font-size: 2.6rem;
  letter-spacing: 0.75px;
}
@media screen and (max-width: 768px) {
  .article .article-header.article-header-page .title {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
.article .article-header .meta {
  order: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .article .article-header .meta {
    gap: 8px;
    margin-bottom: 8px;
  }
}
.article .article-header .cat {
  order: 1;
  border: solid 2px var(--color-blue);
  border-radius: 24px;
  padding: 0px 24px;
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--color-blue);
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .article .article-header .cat {
    font-size: 1.4rem;
    line-height: 1.3;
    padding: 0px 12px;
  }
}
.article .article-header .published {
  font-size: 2rem;
  font-weight: 600;
  color: var(--color-blue);
  order: 2;
}
@media screen and (max-width: 768px) {
  .article .article-header .published {
    font-size: 1.6rem;
  }
}
.article .article-body {
  width: 769px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 64px;
}
.article .article-footer {
  width: 769px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.article .article-footer .back-news {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .article .article-footer .back-news .back-news-link {
    width: auto;
    padding: 10px 16px;
  }
}

.entry-content h1 {
  color: var(--color-gray);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .entry-content h1 {
    font-size: 2rem;
    line-height: 1.65;
    margin-bottom: 24px;
  }
}
.entry-content h2 {
  color: var(--color-gray);
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .entry-content h2 {
    font-size: 1.9rem;
    line-height: 1.65;
    margin-bottom: 24px;
  }
}
.entry-content h3 {
  color: var(--color-gray);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .entry-content h3 {
    font-size: 1.8rem;
    line-height: 1.65;
    margin-bottom: 24px;
  }
}
.entry-content h4 {
  color: var(--color-gray);
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .entry-content h4 {
    font-size: 1.7rem;
    line-height: 1.65;
    margin-bottom: 24px;
  }
}
.entry-content h5 {
  color: var(--color-gray);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .entry-content h5 {
    font-size: 1.7rem;
    line-height: 1.65;
    margin-bottom: 24px;
  }
}
.entry-content h6 {
  color: var(--color-gray);
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .entry-content h6 {
    font-size: 1.6rem;
    line-height: 1.65;
    margin-bottom: 24px;
  }
}
.entry-content p {
  color: var(--color-gray);
  font-size: 1.7rem;
  line-height: 1.65;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .entry-content p {
    font-size: 1.5rem;
    line-height: 1.65;
    margin-bottom: 24px;
  }
}
.entry-content p:has(+ p) {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .entry-content p:has(+ p) {
    margin-bottom: 12px;
  }
}
.entry-content a {
  color: var(--color-blue);
  text-decoration: underline;
  font-weight: 500;
  transition: text-decoration 0.3s;
}
.entry-content a:hover {
  text-decoration: none;
}
.entry-content img {
  display: flex;
  margin: auto;
  width: 769px;
  max-width: 100%;
  height: auto;
  padding-top: 8px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .entry-content img {
    margin-bottom: 24px;
  }
}
.entry-content ul {
  list-style: disc;
  padding-left: 24px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .entry-content ul {
    margin-bottom: 24px;
  }
}
.entry-content ul > li {
  color: var(--color-gray);
  font-size: 1.7rem;
  line-height: 1.65;
  margin-bottom: 3px;
}
@media screen and (max-width: 768px) {
  .entry-content ul > li {
    font-size: 1.5rem;
    line-height: 1.65;
    margin-bottom: 1px;
  }
}
.entry-content ul > li > ul {
  list-style-type: circle;
}
.entry-content ol {
  list-style: decimal;
  padding-left: 24px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .entry-content ol {
    margin-bottom: 24px;
  }
}
.entry-content ol > li {
  color: var(--color-gray);
  font-size: 1.7rem;
  line-height: 1.65;
  margin-bottom: 3px;
}
@media screen and (max-width: 768px) {
  .entry-content ol > li {
    font-size: 1.5rem;
    line-height: 1.65;
    margin-bottom: 1px;
  }
}
.entry-content ol > li > ol {
  list-style-type: lower-alpha;
}

.form-item {
  margin-bottom: 32px;
}
.form-item > p {
  margin-top: 0;
  margin-bottom: 0;
}
.form-item .form-label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  color: var(--color-blue);
  font-weight: 600;
  font-size: 1.9rem;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .form-item .form-label {
    font-size: 1.7rem;
  }
}
.form-item .form-label.required:after {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "必須";
  color: var(--color-white);
  background: var(--color-orange);
  font-size: 1.3rem;
  line-height: 1;
  padding: 4px 10px 3px;
  margin-left: 5px;
  border-radius: 3px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .form-item .form-label.required:after {
    font-size: 1.2rem;
  }
}
.form-item .form-label .form-label-attention {
  color: var(--color-orange);
  font-size: 1.5rem;
  margin-left: 4px;
}

.form-input-wrapper > p {
  margin-top: 0;
  margin-bottom: 0;
}
.form-input-wrapper.form-input-wrapper-multiple > p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.form-input-wrapper.form-input-wrapper-multiple > p .form-input {
  width: 200px;
}

.form-input {
  border: solid 2px var(--color-lightgray);
  border-radius: 5px;
  padding: 5px 12px;
  font-size: 1.9rem;
  width: 75%;
  max-width: 550px;
}
@media screen and (max-width: 768px) {
  .form-input {
    width: 100%;
    max-width: 100%;
    font-size: 1.7rem;
  }
}
.form-input::placeholder {
  color: var(--color-lightgray);
}

.form-input-textarea {
  border: solid 2px var(--color-lightgray);
  border-radius: 5px;
  padding: 12px;
  font-size: 1.9rem;
  line-height: 1.3;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .form-input-textarea {
    font-size: 1.7rem;
  }
}
.form-input-textarea::placeholder {
  color: var(--color-lightgray);
}

.agreement-area .wpcf7-list-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 32px;
}
.agreement-area .wpcf7-list-item label {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  .agreement-area .wpcf7-list-item label {
    font-size: 1.7rem;
  }
}

input[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
  transform: scale(1.5);
  margin-right: 10px;
  accent-color: var(--color-blue);
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
  transform: scale(1.5);
  margin-right: 10px;
  accent-color: var(--color-blue);
}

.form-input-radio {
  display: flex;
  padding-left: 7px;
  gap: 48px;
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  .form-input-radio {
    gap: 32px;
    font-size: 1.7rem;
  }
}
.form-input-radio label {
  position: relative;
  display: flex;
  align-items: center;
}

.form-input-select {
  border: solid 2px var(--color-lightgray);
  border-radius: 5px;
  padding: 5px 12px;
  font-size: 1.9rem;
  width: 75%;
  max-width: 550px;
}
@media screen and (max-width: 768px) {
  .form-input-select {
    width: 100%;
    max-width: 100%;
    font-size: 1.7rem;
  }
}
.form-input-select::placeholder {
  color: var(--color-lightgray);
}

.wpcf7-form-control-wrap {
  display: flex;
  flex-direction: column;
}
.wpcf7-form-control-wrap > p {
  margin-top: 0;
  margin-bottom: 0;
}

.wpcf7-not-valid-tip {
  display: flex;
  align-items: center;
  color: var(--color-red);
  font-size: 1.5rem;
  font-weight: 500;
  padding-top: 8px;
}
.wpcf7-not-valid-tip::before {
  content: "※";
  width: 16px;
  height: 24px;
  margin-right: 0;
}

.wpcf7-list-item {
  margin: 0;
}
.privacy-policy-area {
  background: #efefef;
  padding: 32px;
  border-radius: 5px;
  height: 300px;
  overflow: scroll;
}
@media screen and (max-width: 768px) {
  .privacy-policy-area {
    padding: 24px 16px;
  }
}
.privacy-policy-area .title {
  font-size: 2.3rem;
}
@media screen and (max-width: 768px) {
  .privacy-policy-area .title {
    font-size: 1.8rem;
    margin-bottom: 16px;
  }
}
.privacy-policy-area p {
  margin-bottom: 16px;
}
.privacy-policy-area p, .privacy-policy-area li {
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .privacy-policy-area p, .privacy-policy-area li {
    font-size: 1.5rem;
  }
}
.privacy-policy-area li > p {
  margin-bottom: 16px;
}

.send-button-area {
  display: flex;
  justify-content: center;
  align-items: center;
}
.send-button-area .button {
  width: 300px;
  text-align: center;
}

.pagination {
  padding-top: 60px;
  margin-bottom: 30px;
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.pagination .nav-links a {
  min-width: 35px;
  padding: 6px 12px;
  border: solid 1px var(--color-white);
  background: var(--color-blue);
  color: var(--color-white);
  border-radius: 20px;
  font-size: 1.4rem;
  transition: all 0.3s;
}
.pagination .nav-links a:hover {
  background: var(--color-white);
  color: var(--color-blue);
}
.pagination .nav-links .current {
  min-width: 35px;
  padding: 6px 12px;
  border: solid 1px var(--color-white);
  border-radius: 20px;
  font-size: 1.6rem;
  background: var(--color-white);
  color: var(--color-blue);
  pointer-events: none;
}
.pagination .nav-links .dots {
  padding: 6px 3px;
  border: none;
  border-radius: 0;
  font-size: 1.4rem;
  background: var(--color-blue);
  color: var(--color-white);
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.not-found-area {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: calc(100vh - 300px);
  min-height: calc(100dvh - 300px);
  padding: 32px 24px;
}
@media screen and (max-width: 768px) {
  .not-found-area {
    width: 100%;
    min-height: calc(100vh - 100px);
    min-height: calc(100dvh - 100px);
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: calc(env(safe-area-inset-bottom) + 24px);
  }
  @supports (bottom: constant(safe-area-inset-bottom)) {
    .not-found-area {
      padding-bottom: calc(constant(safe-area-inset-bottom) + 24px);
    }
  }
}

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