@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 {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: content-box;
          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 {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  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.
 */
/* 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 {
  --header-height: 90px;
}
@media screen and (max-width: 991px) {
  :root {
    --header-height: 60px;
    --bodyWidth: 100%;
  }
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.8;
}
body.menu-opened {
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  body {
    min-width: 320px;
    padding-bottom: 60px;
    overflow-x: hidden;
  }
}

h1, h2, h3, h4, h5 {
  font-weight: 700;
  line-height: 1.6;
}

h2 {
  margin-bottom: 24px;
  font-size: 1.4rem;
}
@media screen and (max-width: 991px) {
  h2 {
    margin-bottom: 12px;
  }
}

h3 {
  margin-bottom: 24px;
  font-size: 1.2rem;
}
@media screen and (max-width: 991px) {
  h3 {
    margin-bottom: 12px;
  }
}

h4 {
  margin-bottom: 16px;
  font-size: 1.15rem;
}
@media screen and (max-width: 991px) {
  h4 {
    margin-bottom: 8px;
  }
}

h5, h6 {
  margin-bottom: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 991px) {
  h5, h6 {
    margin-bottom: 8px;
  }
}

.lead {
  margin-bottom: 40px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}
@media screen and (max-width: 991px) {
  .lead {
    margin-bottom: 20px;
  }
}

a {
  color: #221815;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover, afocus {
  color: #ED6C00;
  text-decoration: none;
}
a:hover img, afocus img {
  opacity: 0.8;
}

p {
  font-size: 1rem;
  line-height: 1.8;
}
p:not([class]):not(:last-child) {
  margin-bottom: 16px;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1110px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .container {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

#header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: var(--header-height);
  background: #FFE100;
}

.header_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.header_content .header_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
  padding: 0 24px;
}
.header_content .header_logo img {
  width: 350px;
}
@media screen and (max-width: 991px) {
  .header_content .header_logo img {
    max-width: calc(100% - 64px);
  }
}

.nav_desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav_desktop > li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.nav_desktop > li > a {
  display: block;
  padding: 0 2rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
.nav_desktop > li:not(:first-of-type) > a {
  border-left: 1px solid #000;
}
@media screen and (min-width: 992px) and (max-width: 1280px) {
  .nav_desktop > li > a {
    padding: 0 1rem;
    font-size: clamp(0.875rem, 1.25vw, 1rem);
  }
}
@media screen and (max-width: 991px) {
  .nav_desktop {
    display: none;
  }
}

.header_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 4px;
  width: 180px;
  height: 100%;
  padding: 0.75rem;
  padding-left: 1.5rem;
  background: #E60012;
  border-radius: 0 0 0 20px;
  line-height: 1.25;
  font-weight: 700;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
}
.header_btn span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 1.25rem;
}
.header_btn .icon {
  min-width: 24px;
}
.header_btn:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  pointer-events: none;
  -webkit-transition: width 0.5s cubic-bezier(0.77, 0, 0.18, 1);
  transition: width 0.5s cubic-bezier(0.77, 0, 0.18, 1);
  content: "";
}
.header_btn:hover {
  color: #fff;
}
.header_btn:hover:after {
  width: 100%;
  right: 0;
  left: auto;
}
@media screen and (min-width: 992px) and (max-width: 1280px) {
  .header_btn {
    width: 120px;
    padding: 0.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header_btn span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    font-size: 0.875rem;
  }
  .header_btn .icon {
    min-width: 16px;
  }
}
@media screen and (max-width: 991px) {
  .header_btn {
    display: none;
  }
}

.nav-mobile_trigger {
  position: absolute;
  display: block;
  height: 32px;
  width: 32px;
  top: 14px;
  right: 20px;
  z-index: 999;
  background: none;
  border: none;
  cursor: pointer;
}
.nav-mobile_trigger_icon, .nav-mobile_trigger_icon:before, .nav-mobile_trigger_icon:after {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  right: 0;
  z-index: 99;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 24px;
  height: 1px;
  background: #221815;
}
.nav-mobile_trigger_icon:before, .nav-mobile_trigger_icon:after {
  content: "";
}
.nav-mobile_trigger_icon:before {
  top: -8px;
  width: calc(100% + 8px);
}
.nav-mobile_trigger_icon:after {
  top: 8px;
  width: calc(100% + 8px);
}
.nav-mobile_trigger_icon:after {
  display: block;
  height: auto;
  background: transparent;
  font-size: 10px;
  line-height: 1;
  content: "MENU";
}
.nav-mobile_trigger_icon.animated, .animated.nav-mobile_trigger_icon:before, .animated.nav-mobile_trigger_icon:after {
  background: transparent;
}
.nav-mobile_trigger_icon.animated:before, .nav-mobile_trigger_icon.animated:after {
  top: 0;
  opacity: 1;
  background: #221815;
}
.nav-mobile_trigger_icon.animated:before {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.nav-mobile_trigger_icon.animated:after {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  height: 1px;
  content: "";
}
.nav-mobile_trigger:hover, .nav-mobile_trigger:active, .nav-mobile_trigger:focus {
  outline: none;
}
.nav-mobile_trigger:hover_icon, .nav-mobile_trigger:active_icon, .nav-mobile_trigger:focus_icon {
  background: #221815;
}

.nav-mobile_wrapper {
  display: none;
  position: absolute;
  top: var(--header-height);
  left: 0;
  z-index: 9;
  width: 100%;
  height: calc(100dvh - var(--header-height) - 60px);
  background: #fff;
}
.nav-mobile_wrapper .nav_mobile_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.nav_mobile {
  margin: auto;
  width: calc(100% - 80px);
  border-bottom: 1px dotted #221815;
}
.nav_mobile > li {
  position: relative;
  border-top: 1px dotted #221815;
}
.nav_mobile > li > a {
  display: block;
  padding: 1.5rem 1rem;
  font-weight: 700;
  font-size: 1.25rem;
}

.sp_cta {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  display: none;
  width: 100%;
  height: 60px;
  text-align: center;
}
.sp_cta_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  height: 100%;
  padding: 1rem;
  background: #E60012;
  color: #fff;
  font-weight: 500;
  font-size: 1.25rem;
}
.sp_cta span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 1.25rem;
}
.sp_cta .icon {
  min-width: 24px;
}
.sp_cta:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  pointer-events: none;
  -webkit-transition: width 0.5s cubic-bezier(0.77, 0, 0.18, 1);
  transition: width 0.5s cubic-bezier(0.77, 0, 0.18, 1);
  content: "";
}
.sp_cta:hover .sp_cta_btn {
  color: #fff;
}
.sp_cta:hover:after {
  width: 100%;
  right: 0;
  left: auto;
}
@media screen and (max-width: 991px) {
  .sp_cta {
    display: block;
  }
}

#main {
  position: relative;
  z-index: 9;
  padding-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  #main {
    padding-bottom: 0;
  }
}

#footer {
  position: relative;
  z-index: 99;
  background: #FFE100;
}
#footer .container {
  position: relative;
}
#footer .footer_content {
  padding-top: 5rem;
}
@media screen and (max-width: 991px) {
  #footer .footer_content {
    padding-top: 3rem;
  }
}

.footer_top_btn {
  position: absolute;
  top: -75px;
  right: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #FFE100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer_top_btn img {
  width: 80px;
  height: 80px;
}
.footer_top_btn:hover {
  background: #F6AB00;
}
@media screen and (max-width: 991px) {
  .footer_top_btn {
    display: none;
  }
}

.footer_logo {
  display: block;
  max-width: 570px;
}
@media screen and (max-width: 991px) {
  .footer_logo {
    max-width: 360px;
    margin-right: auto;
    margin-left: auto;
  }
}

.footer_box_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 80px;
}
@media screen and (max-width: 991px) {
  .footer_box_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px 24px;
}
.footer_box:has(.footer_school_list) {
  width: 100%;
}
.footer_box_title {
  -ms-flex-preferred-size: 120px;
      flex-basis: 120px;
  margin: 0;
  padding: 2px 12px;
  background: #221815;
  font-weight: 500;
  font-size: 1rem;
  color: #fff;
  text-align: center;
}
.footer_box_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footer_box:has(.footer_bnr_list) .footer_box_title {
  margin-top: -24px;
}
@media screen and (max-width: 991px) {
  .footer_box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
  }
  .footer_box_title {
    -ms-flex-preferred-size: 80px;
        flex-basis: 80px;
    padding: 2px 8px;
    min-width: 0;
    font-size: 0.75rem;
  }
  .footer_box:has(.footer_bnr_list) .footer_box_title {
    margin-top: 0;
  }
}

.footer_bnr_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem 1.5rem;
}
@media screen and (max-width: 991px) {
  .footer_bnr_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer_bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 500;
  color: #221815;
}
.footer_bnr_pic {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer_bnr_pic img {
  width: auto;
  height: 54px;
}
@media screen and (max-width: 991px) {
  .footer_bnr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.5rem;
  }
  .footer_bnr_pic {
    width: 100px;
  }
  .footer_bnr_pic img {
    width: auto;
    height: auto;
  }
  .footer_bnr_title {
    font-size: 0.875rem;
  }
}

.footer_school_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.footer_school_list li:not(:last-child)::after {
  margin-left: 16px;
  content: "／";
}
.footer_school_list a {
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  color: #221815;
}
.footer_school_list a:hover {
  color: #ED6C00;
}
@media screen and (max-width: 991px) {
  .footer_school_list {
    margin-top: -0.3rem;
    gap: 0.5rem;
  }
  .footer_school_list a {
    font-size: 0.875rem;
  }
}

.footer_copyright {
  margin-top: 2rem;
  padding: 2rem 0;
  text-align: center;
}
.footer_copyright .copyright {
  margin: 0;
  font-size: 0.8rem;
  letter-spacing: 0;
}
@media screen and (max-width: 991px) {
  .footer_copyright {
    margin-top: 0;
  }
}

.to-top_btn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 99;
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 50%;
}
.to-top_btn:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  pointer-events: none;
  -webkit-transition: width 0.5s cubic-bezier(0.77, 0, 0.18, 1);
  transition: width 0.5s cubic-bezier(0.77, 0, 0.18, 1);
  content: "";
}
.to-top_btn:hover:after {
  width: 100%;
  right: 0;
  left: auto;
}
@media screen and (max-width: 991px) {
  .to-top_btn {
    display: none;
  }
}

.btn {
  position: relative;
  display: block;
  padding: 16px 24px;
  width: 280px;
  max-width: 100%;
  border-width: 1px;
  border-style: solid;
  background-color: #FFE100;
  border-color: #FFE100;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}
.btn:hover, .btn:active, .btn:focus {
  background-color: #fff;
  border-color: #FFE100;
  color: #FFE100;
}

.pc {
  display: block;
}
@media screen and (max-width: 991px) {
  .pc {
    display: none;
  }
}

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

.mincho {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.gothic {
  font-family: YuGothic, "ヒラギノ角ゴ ProN W3", "Lucida Grande", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
            transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
            transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
            transform: translate3d(-20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
            transform: translate3d(-20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.mt0 {
  margin-top: 0px;
}
@media screen and (max-width: 991px) {
  .mt0 {
    margin-top: 0px;
  }
}

.mt4 {
  margin-top: 4px;
}
@media screen and (max-width: 991px) {
  .mt4 {
    margin-top: 2px;
  }
}

.mt8 {
  margin-top: 8px;
}
@media screen and (max-width: 991px) {
  .mt8 {
    margin-top: 4px;
  }
}

.mt12 {
  margin-top: 12px;
}
@media screen and (max-width: 991px) {
  .mt12 {
    margin-top: 6px;
  }
}

.mt16 {
  margin-top: 16px;
}
@media screen and (max-width: 991px) {
  .mt16 {
    margin-top: 8px;
  }
}

.mt24 {
  margin-top: 24px;
}
@media screen and (max-width: 991px) {
  .mt24 {
    margin-top: 12px;
  }
}

.mt32 {
  margin-top: 32px;
}
@media screen and (max-width: 991px) {
  .mt32 {
    margin-top: 16px;
  }
}

.mt40 {
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .mt40 {
    margin-top: 20px;
  }
}

.mt64 {
  margin-top: 64px;
}
@media screen and (max-width: 991px) {
  .mt64 {
    margin-top: 32px;
  }
}

.mt80 {
  margin-top: 80px;
}
@media screen and (max-width: 991px) {
  .mt80 {
    margin-top: 40px;
  }
}

.pt0 {
  padding-top: 0px;
}
@media screen and (max-width: 991px) {
  .pt0 {
    padding-top: 0px;
  }
}

.pt4 {
  padding-top: 4px;
}
@media screen and (max-width: 991px) {
  .pt4 {
    padding-top: 2px;
  }
}

.pt8 {
  padding-top: 8px;
}
@media screen and (max-width: 991px) {
  .pt8 {
    padding-top: 4px;
  }
}

.pt12 {
  padding-top: 12px;
}
@media screen and (max-width: 991px) {
  .pt12 {
    padding-top: 6px;
  }
}

.pt16 {
  padding-top: 16px;
}
@media screen and (max-width: 991px) {
  .pt16 {
    padding-top: 8px;
  }
}

.pt24 {
  padding-top: 24px;
}
@media screen and (max-width: 991px) {
  .pt24 {
    padding-top: 12px;
  }
}

.pt32 {
  padding-top: 32px;
}
@media screen and (max-width: 991px) {
  .pt32 {
    padding-top: 16px;
  }
}

.pt40 {
  padding-top: 40px;
}
@media screen and (max-width: 991px) {
  .pt40 {
    padding-top: 20px;
  }
}

.pt64 {
  padding-top: 64px;
}
@media screen and (max-width: 991px) {
  .pt64 {
    padding-top: 32px;
  }
}

.pt80 {
  padding-top: 80px;
}
@media screen and (max-width: 991px) {
  .pt80 {
    padding-top: 40px;
  }
}

.mr0 {
  margin-right: 0px;
}
@media screen and (max-width: 991px) {
  .mr0 {
    margin-right: 0px;
  }
}

.mr4 {
  margin-right: 4px;
}
@media screen and (max-width: 991px) {
  .mr4 {
    margin-right: 2px;
  }
}

.mr8 {
  margin-right: 8px;
}
@media screen and (max-width: 991px) {
  .mr8 {
    margin-right: 4px;
  }
}

.mr12 {
  margin-right: 12px;
}
@media screen and (max-width: 991px) {
  .mr12 {
    margin-right: 6px;
  }
}

.mr16 {
  margin-right: 16px;
}
@media screen and (max-width: 991px) {
  .mr16 {
    margin-right: 8px;
  }
}

.mr24 {
  margin-right: 24px;
}
@media screen and (max-width: 991px) {
  .mr24 {
    margin-right: 12px;
  }
}

.mr32 {
  margin-right: 32px;
}
@media screen and (max-width: 991px) {
  .mr32 {
    margin-right: 16px;
  }
}

.mr40 {
  margin-right: 40px;
}
@media screen and (max-width: 991px) {
  .mr40 {
    margin-right: 20px;
  }
}

.mr64 {
  margin-right: 64px;
}
@media screen and (max-width: 991px) {
  .mr64 {
    margin-right: 32px;
  }
}

.mr80 {
  margin-right: 80px;
}
@media screen and (max-width: 991px) {
  .mr80 {
    margin-right: 40px;
  }
}

.pr0 {
  padding-right: 0px;
}
@media screen and (max-width: 991px) {
  .pr0 {
    padding-right: 0px;
  }
}

.pr4 {
  padding-right: 4px;
}
@media screen and (max-width: 991px) {
  .pr4 {
    padding-right: 2px;
  }
}

.pr8 {
  padding-right: 8px;
}
@media screen and (max-width: 991px) {
  .pr8 {
    padding-right: 4px;
  }
}

.pr12 {
  padding-right: 12px;
}
@media screen and (max-width: 991px) {
  .pr12 {
    padding-right: 6px;
  }
}

.pr16 {
  padding-right: 16px;
}
@media screen and (max-width: 991px) {
  .pr16 {
    padding-right: 8px;
  }
}

.pr24 {
  padding-right: 24px;
}
@media screen and (max-width: 991px) {
  .pr24 {
    padding-right: 12px;
  }
}

.pr32 {
  padding-right: 32px;
}
@media screen and (max-width: 991px) {
  .pr32 {
    padding-right: 16px;
  }
}

.pr40 {
  padding-right: 40px;
}
@media screen and (max-width: 991px) {
  .pr40 {
    padding-right: 20px;
  }
}

.pr64 {
  padding-right: 64px;
}
@media screen and (max-width: 991px) {
  .pr64 {
    padding-right: 32px;
  }
}

.pr80 {
  padding-right: 80px;
}
@media screen and (max-width: 991px) {
  .pr80 {
    padding-right: 40px;
  }
}

.mb0 {
  margin-bottom: 0px;
}
@media screen and (max-width: 991px) {
  .mb0 {
    margin-bottom: 0px;
  }
}

.mb4 {
  margin-bottom: 4px;
}
@media screen and (max-width: 991px) {
  .mb4 {
    margin-bottom: 2px;
  }
}

.mb8 {
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .mb8 {
    margin-bottom: 4px;
  }
}

.mb12 {
  margin-bottom: 12px;
}
@media screen and (max-width: 991px) {
  .mb12 {
    margin-bottom: 6px;
  }
}

.mb16 {
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .mb16 {
    margin-bottom: 8px;
  }
}

.mb24 {
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .mb24 {
    margin-bottom: 12px;
  }
}

.mb32 {
  margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
  .mb32 {
    margin-bottom: 16px;
  }
}

.mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .mb40 {
    margin-bottom: 20px;
  }
}

.mb64 {
  margin-bottom: 64px;
}
@media screen and (max-width: 991px) {
  .mb64 {
    margin-bottom: 32px;
  }
}

.mb80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .mb80 {
    margin-bottom: 40px;
  }
}

.pb0 {
  padding-bottom: 0px;
}
@media screen and (max-width: 991px) {
  .pb0 {
    padding-bottom: 0px;
  }
}

.pb4 {
  padding-bottom: 4px;
}
@media screen and (max-width: 991px) {
  .pb4 {
    padding-bottom: 2px;
  }
}

.pb8 {
  padding-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .pb8 {
    padding-bottom: 4px;
  }
}

.pb12 {
  padding-bottom: 12px;
}
@media screen and (max-width: 991px) {
  .pb12 {
    padding-bottom: 6px;
  }
}

.pb16 {
  padding-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .pb16 {
    padding-bottom: 8px;
  }
}

.pb24 {
  padding-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .pb24 {
    padding-bottom: 12px;
  }
}

.pb32 {
  padding-bottom: 32px;
}
@media screen and (max-width: 991px) {
  .pb32 {
    padding-bottom: 16px;
  }
}

.pb40 {
  padding-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .pb40 {
    padding-bottom: 20px;
  }
}

.pb64 {
  padding-bottom: 64px;
}
@media screen and (max-width: 991px) {
  .pb64 {
    padding-bottom: 32px;
  }
}

.pb80 {
  padding-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .pb80 {
    padding-bottom: 40px;
  }
}

.ml0 {
  margin-left: 0px;
}
@media screen and (max-width: 991px) {
  .ml0 {
    margin-left: 0px;
  }
}

.ml4 {
  margin-left: 4px;
}
@media screen and (max-width: 991px) {
  .ml4 {
    margin-left: 2px;
  }
}

.ml8 {
  margin-left: 8px;
}
@media screen and (max-width: 991px) {
  .ml8 {
    margin-left: 4px;
  }
}

.ml12 {
  margin-left: 12px;
}
@media screen and (max-width: 991px) {
  .ml12 {
    margin-left: 6px;
  }
}

.ml16 {
  margin-left: 16px;
}
@media screen and (max-width: 991px) {
  .ml16 {
    margin-left: 8px;
  }
}

.ml24 {
  margin-left: 24px;
}
@media screen and (max-width: 991px) {
  .ml24 {
    margin-left: 12px;
  }
}

.ml32 {
  margin-left: 32px;
}
@media screen and (max-width: 991px) {
  .ml32 {
    margin-left: 16px;
  }
}

.ml40 {
  margin-left: 40px;
}
@media screen and (max-width: 991px) {
  .ml40 {
    margin-left: 20px;
  }
}

.ml64 {
  margin-left: 64px;
}
@media screen and (max-width: 991px) {
  .ml64 {
    margin-left: 32px;
  }
}

.ml80 {
  margin-left: 80px;
}
@media screen and (max-width: 991px) {
  .ml80 {
    margin-left: 40px;
  }
}

.pl0 {
  padding-left: 0px;
}
@media screen and (max-width: 991px) {
  .pl0 {
    padding-left: 0px;
  }
}

.pl4 {
  padding-left: 4px;
}
@media screen and (max-width: 991px) {
  .pl4 {
    padding-left: 2px;
  }
}

.pl8 {
  padding-left: 8px;
}
@media screen and (max-width: 991px) {
  .pl8 {
    padding-left: 4px;
  }
}

.pl12 {
  padding-left: 12px;
}
@media screen and (max-width: 991px) {
  .pl12 {
    padding-left: 6px;
  }
}

.pl16 {
  padding-left: 16px;
}
@media screen and (max-width: 991px) {
  .pl16 {
    padding-left: 8px;
  }
}

.pl24 {
  padding-left: 24px;
}
@media screen and (max-width: 991px) {
  .pl24 {
    padding-left: 12px;
  }
}

.pl32 {
  padding-left: 32px;
}
@media screen and (max-width: 991px) {
  .pl32 {
    padding-left: 16px;
  }
}

.pl40 {
  padding-left: 40px;
}
@media screen and (max-width: 991px) {
  .pl40 {
    padding-left: 20px;
  }
}

.pl64 {
  padding-left: 64px;
}
@media screen and (max-width: 991px) {
  .pl64 {
    padding-left: 32px;
  }
}

.pl80 {
  padding-left: 80px;
}
@media screen and (max-width: 991px) {
  .pl80 {
    padding-left: 40px;
  }
}

.mv {
  padding-bottom: 3rem;
  padding-right: 80px;
  padding-left: 80px;
  background: #FFE100;
  text-align: center;
}
.mv .mv_title {
  margin: auto;
  background: #fff;
}
@media screen and (max-width: 991px) {
  .mv {
    padding: 0;
  }
}

.section {
  position: relative;
  padding: 8rem 0;
}
.section .container {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .section {
    padding: 4rem 0;
  }
}

.lead {
  font-weight: 500;
  font-size: 2rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .lead {
    margin-right: auto;
    margin-left: auto;
    font-weight: normal;
    font-size: 1rem;
  }
}

.section_title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
  padding: 0 2rem;
  border-right: 12px solid #ED6C00;
  border-left: 12px solid #ED6C00;
  font-weight: 900;
  font-size: 2.75rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .section_title {
    padding: 0.5rem 2rem;
    border-right-width: 8px;
    border-left-width: 8px;
    font-size: 1.5rem;
  }
  .section_title:has(br.sp) {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.5;
  }
}

#intro {
  padding-top: 5rem;
  padding-bottom: 0;
}
#intro:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: calc(100% - 240px);
  background: #FFE100;
  content: "";
}
@media screen and (max-width: 991px) {
  #intro {
    padding-top: 4rem;
  }
  #intro:before {
    height: calc(100% - 160px);
  }
}

.intro_title {
  margin-bottom: 3.5rem;
  text-align: center;
}
.intro_title span {
  display: block;
}
.intro_title .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 1.5rem;
}
.intro_title .sub:before {
  content: "＼ ";
}
.intro_title .sub:after {
  content: "／";
}
.intro_title .main {
  font-size: 2.5rem;
}
@media screen and (max-width: 991px) {
  .intro_title {
    margin-bottom: 2rem;
  }
  .intro_title .sub {
    margin-bottom: 1rem;
    font-size: 1rem;
  }
  .intro_title .main {
    font-weight: 900;
    font-size: 1.25rem;
  }
}

.btn_arterialink {
  display: block;
  max-width: 380px;
  margin: auto;
  padding: 24px 32px;
  border: 2px solid #ED6C00;
  border-radius: 99px;
  background: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #ED6C00;
  text-align: center;
}
.btn_arterialink:hover {
  background: #ED6C00;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .btn_arterialink {
    padding: 16px 24px;
    font-size: 1.25rem;
  }
}

.intro_box {
  background: #fff;
  padding: 2.5rem;
  border-radius: 24px;
  -webkit-box-shadow: 10px 10px 0 0 #F6AB00;
          box-shadow: 10px 10px 0 0 #F6AB00;
}
@media screen and (max-width: 991px) {
  .intro_box {
    padding: 1rem;
  }
}

.intro_dl {
  max-width: 900px;
}
.intro_dl .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem;
}
.intro_dl .inner:not(:last-child) {
  border-bottom: 1px solid #000;
}
.intro_dl dt {
  -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
  background: #ED6C00;
  font-weight: 500;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
}
.intro_dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 2.5rem;
  font-weight: 700;
  font-size: 2rem;
}
.intro_dl dd .address {
  padding-left: 1rem;
  font-weight: 500;
  font-size: 1.25rem;
}
@media screen and (max-width: 991px) {
  .intro_dl .inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 1rem 1.5rem;
  }
  .intro_dl dt {
    -ms-flex-preferred-size: 80px;
        flex-basis: 80px;
    font-size: 1rem;
  }
  .intro_dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 1.5rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .intro_dl dd .address {
    display: block;
    padding-left: 0;
    font-size: 1rem;
  }
}

#school {
  padding-bottom: 0;
}

.school_list li {
  padding: 3rem 0;
}
.school_list li:first-child {
  padding-top: 0;
}
.school_list li:not(:last-child) {
  border-bottom: 3px solid #FDD000;
}
@media screen and (max-width: 991px) {
  .school_list li {
    padding: 1.5rem;
  }
}

.school_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem 2.5rem;
}
.school_box_area {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: #ED6C00;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  -webkit-box-shadow: -4px 4px 0 0 rgba(0, 0, 0, 0.25);
          box-shadow: -4px 4px 0 0 rgba(0, 0, 0, 0.25);
}
.school_box_pic {
  position: relative;
  -ms-flex-preferred-size: 400px;
      flex-basis: 400px;
}
.school_box_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.school_box_title {
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.school_box_text {
  margin-bottom: 0.5rem;
  font-weight: 500;
  font-size: 1.25rem;
}
.school_box_label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 12px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #ED6C00;
}
.school_box_label.direct {
  border: 3px solid #E60012;
  color: #E60012;
}
.school_box_label.line {
  border: 3px solid #00B900;
  color: #00B900;
}
.school_box.kochi .pic {
  padding-top: 2rem;
}
@media screen and (max-width: 991px) {
  .school_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .school_box_area {
    width: 64px;
    height: 64px;
    font-size: 1.125rem;
  }
  .school_box_pic {
    max-width: 75%;
    margin-right: auto;
    margin-left: auto;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .school_box_title {
    font-size: 1.25rem;
  }
  .school_box_text {
    font-size: 1rem;
  }
  .school_box_label {
    margin-right: auto;
    margin-left: auto;
    font-size: 1rem;
  }
  .school_box_label.direct {
    border-width: 2px;
  }
  .school_box_label.line {
    border-width: 2px;
  }
  .school_box.kochi .pic {
    padding-top: 2rem;
  }
}

.program_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 360px;
  border-radius: 20px;
  overflow: hidden;
}
.program_box_pic {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.program_box_pic img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.program_box_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #FFE100;
  padding: 1.5rem 2.5rem;
}
@media screen and (max-width: 991px) {
  .program_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .program_box_pic {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.program_list {
  width: 100%;
}
.program_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 2rem;
}
.program_list li:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.program_list li:not(:last-child):before {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../img/icon_check.png) no-repeat center center/contain;
  margin-right: 0.5rem;
  content: "";
}
@media screen and (max-width: 991px) {
  .program_list li {
    font-size: 1.25rem;
  }
  .program_list li:not(:last-child):before {
    width: 20px;
    height: 20px;
  }
}

#archive {
  background: #FFF8C4;
}

.archive_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 30px;
}
.archive_list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 991px) {
  .archive_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.archive_box {
  position: relative;
  height: 100%;
  padding: 0.5rem 1.5rem;
  background: #FFE100;
  border-radius: 20px;
  border: 3px solid #221815;
  overflow: hidden;
  text-align: center;
}
.archive_box_pic {
  margin-top: 1.5rem;
}
.archive_box_text {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4;
}
.archive_box_text .small {
  display: block;
  font-size: 1rem;
}
.archive_box:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#221815 50%, transparent 51%), radial-gradient(#221815 50%, transparent 51%), radial-gradient(#221815 50%, transparent 51%), radial-gradient(#221815 50%, transparent 51%);
  background-repeat: no-repeat;
  background-size: 12px 12px, 12px 12px, 12px 12px, 12px 12px;
  background-position: top 10px left 10px, top 10px right 10px, bottom 10px left 10px, bottom 10px right 10px;
  content: "";
}
@media screen and (max-width: 991px) {
  .archive_box {
    max-width: 75%;
    margin-right: auto;
    margin-left: auto;
    padding: 1.5rem;
  }
  .archive_box_pic {
    margin: auto;
    max-width: 65%;
  }
  .archive_box_text {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.5;
  }
  .archive_box_text .small {
    font-size: 0.875rem;
  }
}

.achievement_box {
  margin-top: 4rem;
  padding: 4rem;
  background: rgba(205, 205, 205, 0.4);
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.16);
}
.achievement_box_title {
  font-size: 2.25rem;
}
@media screen and (max-width: 991px) {
  .achievement_box {
    padding: 2rem;
  }
  .achievement_box_title {
    font-size: 1.5rem;
  }
}

.achievement_dl {
  border-top: 1px solid #221815;
}
.achievement_dl .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 30px;
  padding: 1.5rem 0;
  border-bottom: 1px solid #221815;
  font-size: 1.25rem;
}
.achievement_dl dt {
  width: 180px;
}
.achievement_dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .achievement_dl .inner {
    gap: 15px;
    padding: 1.5rem 0;
    font-size: 1rem;
  }
  .achievement_dl dt {
    width: 90px;
  }
}

.achievement_link {
  color: #221815;
  vertical-align: middle;
}
.achievement_link:after {
  display: inline-block;
  margin-top: -4px;
  width: 25px;
  height: 25px;
  background: url(../img/link_arrow.png) no-repeat center/contain;
  vertical-align: middle;
  content: "";
}
@media screen and (max-width: 991px) {
  .achievement_link:after {
    width: 20px;
    height: 20px;
  }
}