@charset "UTF-8";
/* リセット */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: 500;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block-start: 0;
  margin-block-end: 0;
}

p,
ol,
ul,
li,
dl,
dt,
dd {
  margin: 0;
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  padding-inline-start: 0;
}

em {
  font-style: normal;
}

img {
  line-height: 0;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

html {
  font-size: 62.5%;
}

@supports (leading-trim: both) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    leading-trim: both;
  }
}
a {
  transition: 0.3s all;
  text-decoration: none;
}
a::before, a::after {
  transition: 0.3s all;
}

@media print, screen and (min-width: 768px) {
  .a__none {
    pointer-events: none;
    text-decoration: none;
  }
}

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

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

.aft__blank {
  position: relative;
  padding-bottom: 27px;
}
.aft__blank:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  -webkit-mask-image: url(/assets/images/common/icon_blank.svg);
          mask-image: url(/assets/images/common/icon_blank.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  background: #212121;
}

.aft__pdf {
  position: relative;
}
.aft__pdf:after {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  margin: auto;
  width: 24px;
  height: 32px;
  display: block;
  -webkit-mask-image: url(/assets/images/common/icon_pdf.svg);
          mask-image: url(/assets/images/common/icon_pdf.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  background: #212121;
}

.aft__arrow {
  position: relative;
}
.aft__arrow::after {
  position: absolute;
  inset: 0 24px 0 auto;
  margin: auto;
  content: "";
  display: block;
  width: 7px;
  height: 12px;
  -webkit-mask-image: url(/assets/images/common/icon_arrow01.svg);
          mask-image: url(/assets/images/common/icon_arrow01.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  background: #ffffff;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .aft__arrow::after {
    width: 6px;
    height: 10px;
    margin-left: 20px;
  }
}

.aft__arrow--circle {
  position: relative;
  padding-bottom: 40px;
  transition: 0.3s all;
}
.aft__arrow--circle:before {
  position: absolute;
  inset: auto 0 0 auto;
  border-radius: 100px;
  content: "";
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  display: block;
  border: 3px solid #45830E;
  transition: 0.3s all;
}
@media only screen and (max-width: 767px) {
  .aft__arrow--circle:before {
    width: 34px;
    height: 34px;
    border: 2px solid #45830E;
  }
}
.aft__arrow--circle:after {
  position: absolute;
  inset: auto 12px 12px auto;
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  -webkit-mask-image: url(/assets/images/common/icon_arrow02.svg);
          mask-image: url(/assets/images/common/icon_arrow02.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  background: #45830E;
  transition: 0.3s all;
}
@media only screen and (max-width: 767px) {
  .aft__arrow--circle:after {
    width: 12px;
    height: 12px;
    inset: auto 11px 11px auto;
  }
}

.bef__arrow {
  position: relative;
}
.bef__arrow::after {
  position: absolute;
  inset: 0 auto 0 24px;
  margin: auto;
  content: "";
  display: block;
  width: 7px;
  height: 12px;
  transform: rotate(180deg);
  -webkit-mask-image: url(/assets/images/common/icon_arrow01.svg);
          mask-image: url(/assets/images/common/icon_arrow01.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  background: #ffffff;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .bef__arrow::after {
    width: 6px;
    height: 10px;
    margin-left: 20px;
  }
}

.link__box {
  margin-top: 32px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .link__box > * {
    margin-inline: auto;
  }
}
.link__box a {
  display: flex;
  box-sizing: border-box;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  background: #45830E;
  border: 1px solid #45830E;
  padding: 10px 24px;
  border-radius: 10px;
  transition: 0.3s all;
}
@media only screen and (max-width: 767px) {
  .link__box a {
    padding: 4px 24px;
  }
}
.link__box a.aft__arrow {
  padding-inline: 48px;
}
.link__box a.aft__arrow::after {
  right: 24px;
}
.link__box a.aft__pdf {
  padding-inline: 48px;
}
.link__box a.aft__pdf:after {
  right: 20px;
  width: 18px;
  height: 25px;
  background: #ffffff;
}
.link__box a span {
  transition: 0.3s all;
}
@media print, screen and (min-width: 768px) {
  .link__box a:hover span {
    color: #45830E;
  }
  .link__box a:hover {
    background: #ffffff;
  }
  .link__box a:hover.aft__arrow::after {
    background: #45830E;
  }
  .link__box a:hover.aft__pdf:after {
    background: #45830E;
  }
}
.link__box a span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .link__box a span {
    font-size: 1.6rem;
    line-height: 1.6;
    padding-block: 4px;
  }
}

.mark--ref {
  padding-left: 1em;
  text-indent: -1em;
}
/*form_reset*/
input[type=text],
input[type=submit],
input[type=button],
input[type=reset],
textarea {
  border-radius: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: 0.3s all;
  cursor: pointer;
  border: none;
}
input[type=text]::-webkit-search-decoration,
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=reset]::-webkit-search-decoration,
textarea::-webkit-search-decoration {
  display: none;
}
input[type=text]:focus,
input[type=submit]:focus,
input[type=button]:focus,
input[type=reset]:focus,
textarea:focus {
  outline: none;
  outline-offset: -2px;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}

.page__ttl {
  max-width: 1040px;
  margin-inline: auto;
  padding-inline: 20px;
  margin-bottom: 80px;
}
.page__ttl .page__name {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.2rem;
  line-height: 1.6;
  font-weight: 700;
  color: #45830E;
  padding-bottom: 24px;
  border-bottom: 1px solid #45830E;
}
.page__ttl .page__name span {
  display: block;
  font-family: "Jost", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 400;
  color: #a5cb85;
}
@media only screen and (max-width: 767px) {
  .page__ttl .page__name {
    font-size: 2.6rem;
    padding-bottom: 16px;
  }
}
.page__ttl .page__text {
  padding-top: 16px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .page__ttl .page__text {
    font-size: 1.8rem;
  }
}
.page__ttl .page__text.em {
  font-weight: 700;
  color: #45830E;
}
.page__ttl .page__text.mark--ref {
  margin-top: 0;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .page__ttl {
    margin-bottom: 40px;
  }
}

.breadcrumb {
  max-width: 1040px;
  margin-inline: auto;
  margin-bottom: 32px;
  padding-inline: 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.breadcrumb::-webkit-scrollbar {
  display: none; /* Chrome / Safari */
}
@media only screen and (max-width: 767px) {
  .breadcrumb {
    padding-top: 72px;
    margin-bottom: 24px;
  }
}
.breadcrumb ol {
  display: flex;
  flex-wrap: nowrap;
}
.breadcrumb ol li {
  font-size: 14px;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .breadcrumb ol li {
    font-size: 12px;
  }
}
.breadcrumb ol li a {
  color: #212121;
  border-bottom: 1px #212121 solid;
}
.breadcrumb ol li:last-child {
  color: #45830E;
  font-weight: 400;
}

.breadcrumb li + li::before {
  content: ">";
  margin: 0 8px;
}

.content__box {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 190px;
  row-gap: 90px;
}
@media only screen and (max-width: 767px) {
  .content__box {
    padding-bottom: 64px;
    row-gap: 64px;
  }
}
.content__box > * {
  width: 100%;
  box-sizing: border-box;
}
.content__box > * > * {
  max-width: 1040px;
  margin-inline: auto;
  padding-inline: 20px;
}
.content__box .sec__bg {
  padding-block: 64px 72px;
}
@media only screen and (max-width: 767px) {
  .content__box .sec__bg {
    padding-block: 40px 48px;
  }
}
.content__box .sec__bg .sec__ttl {
  margin-bottom: 56px;
}
.content__box .overflow {
  max-width: none;
  padding: 0;
  padding-left: calc(50% - 520px - 20px);
}
.content__box .overflow > * {
  max-width: none;
  margin: 0 0 0 auto;
  padding-left: 20px;
}
@media only screen and (max-width: 1039px) and (min-width: 768px) {
  .content__box .overflow .link__box {
    padding-right: 20px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 767px) {
  .content__box .overflow .link__box {
    padding-right: 20px;
    box-sizing: border-box;
  }
}
.content__box .sec__ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.2rem;
  line-height: 1.25;
  font-weight: 700;
  color: #45830E;
}
.content__box .sec__ttl.bg--key, .content__box .sec__ttl.bg--key01, .content__box .sec__ttl.bg--key02, .content__box .sec__ttl.bg--key03 {
  padding: 5px 16px;
  box-sizing: border-box;
}
.content__box .sec__ttl {
  width: 100%;
  max-width: 1040px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .content__box .sec__ttl {
    font-size: 2.2rem;
  }
}
.content__box .sec__ttl.large {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.8rem;
  line-height: 1.26;
  font-weight: 700;
  color: #45830E;
}
@media only screen and (max-width: 767px) {
  .content__box .sec__ttl.large {
    font-size: 2.6rem;
  }
}
.content__box .sec__ttl .span__ttl {
  display: block;
  font-family: "Jost", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
  color: #a5cb85;
}
@media only screen and (max-width: 767px) {
  .content__box .sec__ttl .span__ttl {
    font-size: 1.6rem;
  }
}
.content__box .sec__ttl .no__ttl {
  display: inline-block;
  padding-right: 30px;
  font-size: 1.2em;
}
.content__box .sec__subttl {
  font-size: 2.8rem;
  line-height: 1.6;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: #212121;
}
.content__box .sec__subttl.bg--key, .content__box .sec__subttl.bg--key01, .content__box .sec__subttl.bg--key02, .content__box .sec__subttl.bg--key03 {
  padding: 5px 16px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1039px) and (min-width: 768px) {
  .content__box .sec__subttl {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .content__box .sec__subttl {
    font-size: 2.2rem;
  }
}
.content__box .sec__read {
  font-size: 2.4rem;
  line-height: 1.6;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  color: #212121;
}
.content__box .border--key {
  padding-bottom: 24px;
  border-bottom: 1px solid #45830E;
}
@media only screen and (max-width: 767px) {
  .content__box .border--key {
    padding-bottom: 18px;
  }
}
.content__box .text__ttl {
  margin-top: 32px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: 400;
  color: #212121;
}
.content__box .text__box {
  margin-top: 32px;
}
.content__box .text__box .aline--left {
  text-align: left;
}
.content__box .text__box .aline--center {
  text-align: center;
}
.content__box .text__box .aline--right {
  text-align: right;
}
.content__box .text__box .aline--justify {
  text-align: justify;
}
@media only screen and (max-width: 1039px) and (min-width: 768px) {
  .content__box .text__box {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .content__box .text__box {
    margin-top: 24px;
  }
}
.content__box .text__box p {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 400;
  color: #212121;
}
.content__box .text__box p .aline--left {
  text-align: left;
}
.content__box .text__box p .aline--center {
  text-align: center;
}
.content__box .text__box p .aline--right {
  text-align: right;
}
.content__box .text__box p .aline--justify {
  text-align: justify;
}
.content__box .text__box p + p {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .content__box .text__box p {
    font-size: 1.6rem;
  }
}
.content__box .img__box img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.content__box .img__box img.ratio--16_9 {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
.content__box .img__box img.ratio--21_9 {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 21/9;
}
.content__box .img__box img.ratio--4_3 {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
.content__box .flex__box {
  display: flex;
}
.content__box .flex__box.justify--end {
  justify-content: flex-end;
}
.content__box .flex__box.justify--center {
  justify-content: center;
}
.content__box .flex__box.justify--between {
  justify-content: space-between;
}
.content__box .flex__box.justify--around {
  justify-content: space-around;
}
.content__box .flex__box.align--start {
  align-items: flex-start;
}
.content__box .flex__box.align--end {
  align-items: flex-end;
}
.content__box .flex__box.align--center {
  align-items: center;
}
.content__box .flex__box.align--baseline {
  align-items: baseline;
}
@media only screen and (max-width: 767px) {
  .content__box .flex__box.justify--end--sp {
    justify-content: flex-end;
  }
  .content__box .flex__box.justify--center--sp {
    justify-content: center;
  }
  .content__box .flex__box.justify--between--sp {
    justify-content: space-between;
  }
  .content__box .flex__box.justify--around--sp {
    justify-content: space-around;
  }
  .content__box .flex__box.align--start--sp {
    align-items: flex-start;
  }
  .content__box .flex__box.align--end--sp {
    align-items: flex-end;
  }
  .content__box .flex__box.align--center--sp {
    align-items: center;
  }
  .content__box .flex__box.align--baseline--sp {
    align-items: baseline;
  }
}
@media only screen and (max-width: 767px) {
  .content__box .flex__box {
    display: block;
  }
}
.content__box .flex__box.bg--white:has(.flex__inner) {
  border-radius: 20px;
  padding: 24px 32px 24px 0;
}
@media only screen and (max-width: 767px) {
  .content__box .flex__box.bg--white:has(.flex__inner) {
    padding: 24px 20px;
  }
}
.content__box .flex__box.bg--white:has(.flex__inner) + .bg--white:has(.flex__inner) {
  margin-top: 40px;
}
.content__box .flex__box.bg--white:has(.flex__inner)::after {
  content: "";
  width: 43%;
  height: 330px;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .content__box .flex__box.bg--white:has(.flex__inner)::after {
    display: none;
  }
}
.content__box .flex__box.bg--white:has(.flex__inner).reverse::after {
  margin-left: 0;
  margin-right: 20px;
}
.content__box .flex__box .flex__inner {
  width: 57%;
  box-sizing: border-box;
  padding-inline: 72px;
}
@media only screen and (max-width: 767px) {
  .content__box .flex__box .flex__inner {
    width: 100%;
    max-width: none;
    padding-inline: 0;
  }
}
.content__box .flex__box .flex__inner .status__box {
  display: inline-block;
  margin-bottom: 16px;
  border: 2px solid #45830E;
  padding: 7px;
  border-radius: 4px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #45830E;
}
.content__box .flex__box .flex__inner .sec__subttl {
  padding-block: 10px;
  line-height: 1.6;
  margin-bottom: 24px;
}
.content__box .flex__box .flex__inner .img__box {
  display: none;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .content__box .flex__box .flex__inner .img__box {
    display: block;
  }
}
.content__box .flex__box .flex__inner .img__box img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.content__box .flex__box .flex__inner .text__box {
  margin-bottom: 16px;
}
.content__box .flex__box.flex__step .img__box {
  max-width: 286px;
}
@media only screen and (max-width: 767px) {
  .content__box .flex__box.flex__step .img__box {
    max-width: none;
    margin-bottom: 24px;
  }
}
.content__box .flex__box.flex__step .img__box img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 143/254;
}
@media only screen and (max-width: 767px) {
  .content__box .flex__box.flex__step .img__box img {
    aspect-ratio: 4/3;
  }
}
.content__box .flex__box.flex__step .text__box {
  margin-top: 0;
  padding-right: 70px;
}
@media only screen and (max-width: 767px) {
  .content__box .flex__box.flex__step .text__box {
    padding-right: 0;
  }
}
.content__box .flex__box.flex__step .text__box > *:first-child {
  margin-top: 0;
}
.content__box .flex__box.flex__step .text__box .sec__subttl {
  margin-bottom: 16px;
}
.content__box .flex__box.flex__step .text__box p + .sec__subttl {
  margin-top: 32px;
}
.content__box .reverse {
  flex-direction: row-reverse;
}
.content__box .grid__box {
  display: grid;
}
.content__box .grid__box.col4 {
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 20px;
  grid-column-gap: 20px;
}
@media only screen and (max-width: 767px) {
  .content__box .grid__box.col4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.content__box .grid__box.col3 {
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 20px;
  grid-column-gap: 20px;
}
@media only screen and (max-width: 767px) {
  .content__box .grid__box.col3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.content__box .grid__box.col2 {
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 20px;
  grid-column-gap: 20px;
}
@media only screen and (max-width: 767px) {
  .content__box .grid__box.col2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.content__box .table__overflow {
  overflow-x: auto;
  box-sizing: border-box;
}
.content__box .table__overflow .overflow__inner {
  width: 1040px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.content__box .table__overflow .overflow__inner table {
  width: 1040px;
  box-sizing: border-box;
}
.content__box .center {
  text-align: center;
  margin-inline: auto;
}
.content__box .bg--key {
  background-color: #45830E;
}
.content__box .bg--key01 {
  background-color: #a5cb85;
}
.content__box .bg--key02 {
  background-color: #DCEACF;
}
.content__box .bg--key03 {
  background-color: #edf4e7;
}
.content__box .bg--white {
  background-color: #ffffff;
}
.content__box .bg--gray02 {
  background-color: #f6f6f6;
}
.content__box .section__box + .section__box {
  margin-top: 64px;
}
.content__box .section__box.center__box {
  max-width: none;
  padding-block: 64px;
}
.content__box .section__box.center__box + .section__box.center__box {
  margin-top: 44px;
}
.content__box .section__box.center__box .sec__ttl {
  text-align: center;
}
.content__box .section__box.center__box .sec__ttl span {
  display: inline-block;
  text-align: left;
}
.content__box .section__box.center__box .img__box {
  width: 100%;
  max-width: 500px;
}
.content__box .section__box.center__box .img__box img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .content__box .section__box.center__box .link__box.flex__box {
    display: flex;
  }
}
.content__box .section__box.page__link.bg--key03 {
  box-sizing: border-box;
  max-width: none;
  padding-block: 64px;
}
.content__box .section__box.page__link.bg--key03 .link__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, 335px);
  justify-content: center;
  gap: 24px 40px;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .content__box .section__box.page__link.bg--key03 .link__inner {
    display: block;
  }
}
.content__box .section__box.page__link.bg--key03 .link__inner .link__cell {
  width: auto;
  max-width: none;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
@media only screen and (max-width: 767px) {
  .content__box .section__box.page__link.bg--key03 .link__inner .link__cell {
    margin-inline: center;
  }
  .content__box .section__box.page__link.bg--key03 .link__inner .link__cell + .link__cell {
    margin-top: 48px;
  }
  .content__box .section__box.page__link.bg--key03 .link__inner .link__cell > * {
    margin-inline: center;
  }
}
.content__box .section__box.page__link.bg--key03 .link__inner .link__cell .sec__ttl {
  text-align: center;
  margin-bottom: 0;
}
.content__box .section__box.page__link.bg--key03 .link__inner .link__cell .sec__ttl span {
  font-size: 2.2rem;
  line-height: 1.1;
  display: inline-block;
}
.content__box .section__box.page__link.bg--key03 .link__inner .link__cell .img__box {
  width: 80%;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .content__box .section__box.page__link.bg--key03 .link__inner .link__cell .img__box {
    width: 60%;
    margin-top: 24px;
  }
}
.content__box .section__box.page__link.bg--key03 .link__inner .link__cell .img__box img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .content__box .section__box.page__link.bg--key03 .link__inner .link__cell .img__box img {
    border-radius: 12px;
  }
}
.content__box .section__box.page__link.bg--key03 .link__inner .link__cell .link__box.flex__box {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .content__box .section__box.page__link.bg--key03 .link__inner .link__cell .link__box.flex__box {
    display: flex;
    margin-top: 24px;
  }
}
.content__box .section__box {
  /*
  &.page__link.bg--key03 {
      box-sizing: border-box;
      max-width: none;
      padding-block: 64px;
      .link__inner {
          display: flex;
          justify-content: center;
          gap: 40px;
          @include mixin.media("sp") {
              display: block;
          }

          .link__cell {
              width: 33.33%;
              max-width: 335px;
              @include mixin.media("sp") {
                  width: 100%;
                  margin-inline: center;
                  & + .link__cell {
                      margin-top: 48px;
                  }
                  & > * {
                      margin-inline: center;
                  }
              }
              .sec__ttl {
                  text-align: center;
                  span {
                      font-size: 2.4rem;
                      line-height: 1.1;
                      display: inline-block;
                      text-align: left;
                  }
                  @include mixin.media("sp") {
                      margin-bottom: 24px;
                  }
                  span {
                      display: inline-block;
                      text-align: left;
                  }
              }
              .img__box {
                  width: 100%;
                  img {
                      width: 100%;
                      height: auto;
                      border-radius: 20px;
                  }
              }
              @include mixin.media("sp") {
                  .link__box.flex__box {
                      display: flex;
                      margin-top: 24px;
                  }
              }
          }
      }
  }*/
}
.content__box .section__box.sec__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content__box .section__box.sec__flex + .section__box.sec__flex {
  margin-top: 80px;
}
.content__box .section__box.sec__flex::after {
  content: "";
  width: 48%;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  margin-left: 20px;
  aspect-ratio: 4/3;
  margin-left: 0;
}
@media only screen and (max-width: 1039px) and (min-width: 768px) {
  .content__box .section__box.sec__flex::after {
    margin-left: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .content__box .section__box.sec__flex::after {
    display: none;
  }
}
.content__box .section__box.sec__flex.reverse::after {
  aspect-ratio: 4/3;
  margin-left: 0;
  margin-right: 20px;
  height: auto;
}
@media print, screen and (min-width: 768px) {
  .content__box .section__box.sec__flex.reverse::after {
    display: block;
  }
}
@media only screen and (max-width: 1039px) and (min-width: 768px) {
  .content__box .section__box.sec__flex.reverse::after {
    margin-right: 32px;
  }
}
.content__box .section__box.sec__flex .section__inner {
  width: 50%;
  max-width: 470px;
}
@media only screen and (max-width: 767px) {
  .content__box .section__box.sec__flex .section__inner {
    width: 100%;
    max-width: none;
  }
}
.content__box .section__box.sec__flex .section__inner .status__box {
  display: inline-block;
  margin-bottom: 16px;
  border: 2px solid #45830E;
  padding: 7px;
  border-radius: 4px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #45830E;
}
.content__box .section__box.sec__flex .section__inner .sec__subttl {
  padding-block: 10px;
  line-height: 1.6;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1039px) and (min-width: 768px) {
  .content__box .section__box.sec__flex .section__inner .sec__subttl {
    padding-block: 0;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .content__box .section__box.sec__flex .section__inner .sec__subttl {
    padding-block: 0;
  }
}
.content__box .section__box.sec__flex .section__inner .img__box {
  display: none;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .content__box .section__box.sec__flex .section__inner .img__box {
    display: block;
  }
}
.content__box .section__box.sec__flex .section__inner .img__box img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.content__box .section__box.sec__flex .section__inner .text__box {
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .content__box .section__box.sec__acc .acc__box,
  .content__box .section__box .sec__acc .acc__box {
    padding: 24px 0;
  }
}
.content__box .section__box.sec__acc .acc__box .acc__btn,
.content__box .section__box .sec__acc .acc__box .acc__btn {
  display: flex;
  align-items: center;
  padding: 24px 72px 24px 0;
  font-size: 1.6rem;
  line-height: 1.1;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.2rem;
  line-height: 1.6;
  font-weight: 700;
  color: #45830E;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .content__box .section__box.sec__acc .acc__box .acc__btn,
  .content__box .section__box .sec__acc .acc__box .acc__btn {
    font-size: 2.8rem;
  }
}
.content__box .section__box.sec__acc .acc__box .acc__btn .btn,
.content__box .section__box .sec__acc .acc__box .acc__btn .btn {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  margin: auto;
  inset: 0 0 -5px auto;
  transition: 0.3s all;
}
.content__box .section__box.sec__acc .acc__box .acc__btn .btn .btn__inner,
.content__box .section__box .sec__acc .acc__box .acc__btn .btn .btn__inner {
  position: relative;
  display: block;
  height: 21px;
}
.content__box .section__box.sec__acc .acc__box .acc__btn .btn .btn__inner::before, .content__box .section__box.sec__acc .acc__box .acc__btn .btn .btn__inner::after,
.content__box .section__box .sec__acc .acc__box .acc__btn .btn .btn__inner::before,
.content__box .section__box .sec__acc .acc__box .acc__btn .btn .btn__inner::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  margin: auto;
  background: #45830E;
  transition: 0.6s all;
}
.content__box .section__box.sec__acc .acc__box .acc__btn .btn .btn__inner::before,
.content__box .section__box .sec__acc .acc__box .acc__btn .btn .btn__inner::before {
  width: 21px;
  height: 3px;
}
@media only screen and (max-width: 767px) {
  .content__box .section__box.sec__acc .acc__box .acc__btn .btn .btn__inner::before,
  .content__box .section__box .sec__acc .acc__box .acc__btn .btn .btn__inner::before {
    width: 15px;
  }
}
.content__box .section__box.sec__acc .acc__box .acc__btn .btn .btn__inner::after,
.content__box .section__box .sec__acc .acc__box .acc__btn .btn .btn__inner::after {
  width: 3px;
  height: 21px;
}
@media only screen and (max-width: 767px) {
  .content__box .section__box.sec__acc .acc__box .acc__btn .btn .btn__inner::after,
  .content__box .section__box .sec__acc .acc__box .acc__btn .btn .btn__inner::after {
    height: 15px;
  }
}
.content__box .section__box.sec__acc .acc__box .acc__btn .btn.open .btn__inner::after,
.content__box .section__box .sec__acc .acc__box .acc__btn .btn.open .btn__inner::after {
  transform: rotate(90deg);
}
.content__box .section__box.sec__acc .acc__box .acc__content,
.content__box .section__box .sec__acc .acc__box .acc__content {
  overflow: hidden;
  height: 0;
  transition: 0.3s all;
}
.content__box .section__box.sec__acc .acc__box .acc__content.open,
.content__box .section__box .sec__acc .acc__box .acc__content.open {
  height: auto;
  padding-top: 32px;
}
.content__box .section__box.sec__acc .horizontal,
.content__box .section__box .sec__acc .horizontal {
  border-bottom: 1px solid #45830E;
  padding-bottom: 0;
}
.content__box .section__box.sec__acc .horizontal.open,
.content__box .section__box .sec__acc .horizontal.open {
  display: grid;
  align-items: flex-start;
  grid-template-columns: max-content auto;
  padding-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .content__box .section__box.sec__acc .horizontal.open,
  .content__box .section__box .sec__acc .horizontal.open {
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  .content__box .section__box.sec__acc .horizontal.open .acc__btn,
  .content__box .section__box .sec__acc .horizontal.open .acc__btn {
    padding-right: 45px;
  }
}
.content__box .section__box.sec__acc .horizontal .acc__btn,
.content__box .section__box .sec__acc .horizontal .acc__btn {
  justify-content: space-between;
  padding: 32px 0 32px 32px;
}
@media only screen and (max-width: 767px) {
  .content__box .section__box.sec__acc .horizontal .acc__btn,
  .content__box .section__box .sec__acc .horizontal .acc__btn {
    padding: 8px 0 8px 45px;
  }
}
.content__box .section__box.sec__acc .horizontal .acc__btn .btn,
.content__box .section__box .sec__acc .horizontal .acc__btn .btn {
  inset: 0 auto -5px 0;
}
.content__box .section__box.sec__acc .horizontal .acc__btn .acc__text,
.content__box .section__box .sec__acc .horizontal .acc__btn .acc__text {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #212121;
  font-size: 2rem;
  font-weight: 400;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .content__box .section__box.sec__acc .horizontal .acc__btn .acc__text,
  .content__box .section__box .sec__acc .horizontal .acc__btn .acc__text {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .content__box .section__box.sec__acc .horizontal .acc__btn.open .acc__text,
  .content__box .section__box .sec__acc .horizontal .acc__btn.open .acc__text {
    display: none;
    opacity: 0;
  }
}
.content__box .section__box.sec__acc .horizontal .acc__content,
.content__box .section__box .sec__acc .horizontal .acc__content {
  overflow: hidden;
  height: 0;
  transition: 0.3s all;
}
.content__box .section__box.sec__acc .horizontal .acc__content.open,
.content__box .section__box .sec__acc .horizontal .acc__content.open {
  height: auto;
}
@media only screen and (max-width: 767px) {
  .content__box .section__box.sec__acc .horizontal .acc__content.open,
  .content__box .section__box .sec__acc .horizontal .acc__content.open {
    padding-top: 0;
  }
}
.content__box .section__box.sec__acc .horizontal .acc__content .pdf__list,
.content__box .section__box .sec__acc .horizontal .acc__content .pdf__list {
  padding-left: 40px;
  border-left: 3px solid #45830E;
}
@media only screen and (max-width: 767px) {
  .content__box .section__box.sec__acc .horizontal .acc__content .pdf__list,
  .content__box .section__box .sec__acc .horizontal .acc__content .pdf__list {
    padding-left: 0;
    border-left: none;
    border-top: 3px solid #45830E;
    padding-top: 32px;
  }
}
.content__box .section__box.sec__acc .horizontal .acc__content .pdf__list li,
.content__box .section__box .sec__acc .horizontal .acc__content .pdf__list li {
  border-bottom: none;
}
.content__box .section__box.sec__acc .horizontal .acc__content .pdf__list li + li,
.content__box .section__box .sec__acc .horizontal .acc__content .pdf__list li + li {
  margin-top: 16px;
}
.content__box .section__box.sec__acc .horizontal .acc__content .pdf__list li a,
.content__box .section__box .sec__acc .horizontal .acc__content .pdf__list li a {
  border: 1px solid #45830E;
  border-radius: 12px;
  padding: 16px 24px;
  background: #edf4e7;
}
@media print, screen and (min-width: 768px) {
  .content__box .section__box.sec__acc .horizontal .acc__content .pdf__list li a:hover,
  .content__box .section__box .sec__acc .horizontal .acc__content .pdf__list li a:hover {
    background: #ffffff;
  }
}
@media only screen and (max-width: 767px) {
  .content__box .section__box.sec__acc .horizontal .acc__content .pdf__list li a,
  .content__box .section__box .sec__acc .horizontal .acc__content .pdf__list li a {
    padding: 12px 16px;
  }
}
.content__box .section__box.sec__acc .horizontal .acc__content .pdf__list li a .month,
.content__box .section__box .sec__acc .horizontal .acc__content .pdf__list li a .month {
  width: 100px;
  padding-block: 5px;
}
@media only screen and (max-width: 767px) {
  .content__box .section__box.sec__acc .horizontal .acc__content .pdf__list li a .month,
  .content__box .section__box .sec__acc .horizontal .acc__content .pdf__list li a .month {
    width: 80px;
  }
}
.content__box .section__box.sec__acc .horizontal .acc__content .pdf__list li a.aft__pdf:after,
.content__box .section__box .sec__acc .horizontal .acc__content .pdf__list li a.aft__pdf:after {
  inset: 0 24px 0 auto;
}
.content__box .section__box.sec__area .area__box {
  background: #ffffff;
  border-radius: 20px;
  padding: 20px 24px;
}
.content__box .section__box.sec__area .area__box + .area__box {
  margin-top: 16px;
}
.content__box .section__box.sec__area .area__box .sec__subttl {
  line-height: 1.1;
  margin-bottom: 24px;
}
.content__box .section__box.sec__area .area__box .area__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 24px;
}
.content__box .section__box.sec__area .area__box .area__list li a {
  display: block;
  background: #45830E;
  border: 1px solid #45830E;
  border-radius: 10px;
  text-align: center;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  color: #ffffff;
  padding-block: 8px;
}
.content__box .section__box.sec__login {
  padding-block: 64px;
}
.content__box .section__box.sec__login .login__box {
  width: 100%;
  max-width: 640px;
  margin-inline: auto;
  box-sizing: border-box;
  border: 6px solid #a5cb85;
  border-radius: 20px;
  padding: 56px 56px 48px;
}
@media only screen and (max-width: 767px) {
  .content__box .section__box.sec__login .login__box {
    padding: 20px;
  }
}
.content__box .section__box.sec__login .login__box .input__ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  color: #212121;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.content__box .section__box.sec__login .login__box .input__ttl .req {
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .content__box .section__box.sec__login .login__box .input__ttl {
    font-size: 1.8rem;
  }
}
.content__box .section__box.sec__login .login__box label {
  cursor: pointer;
}
.content__box .section__box.sec__login .login__box label input[type=text],
.content__box .section__box.sec__login .login__box label input[type=password],
.content__box .section__box.sec__login .login__box label textarea {
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 12px 16px;
  border: 1px solid #45830E;
  background: #edf4e7;
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
}
.content__box .section__box.sec__login .login__box label input[type=text]:hover, .content__box .section__box.sec__login .login__box label input[type=text]:focus,
.content__box .section__box.sec__login .login__box label input[type=password]:hover,
.content__box .section__box.sec__login .login__box label input[type=password]:focus,
.content__box .section__box.sec__login .login__box label textarea:hover,
.content__box .section__box.sec__login .login__box label textarea:focus {
  background: #ffffff;
}
.content__box .section__box.sec__login .login__box .submit__box {
  margin-top: 48px;
  width: 100%;
}
.content__box .section__box.sec__login .login__box .submit__box .submit {
  display: flex;
  box-sizing: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  margin-inline: auto;
  background: #45830E;
  padding: 10px 24px;
  border-radius: 10px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .content__box .section__box.sec__login .login__box .submit__box .submit {
    max-width: none;
  }
}
.content__box .section__box.sec__login .login__box .submit__box .submit.aft__arrow {
  padding-inline: 48px;
}
.content__box .section__box.sec__login .login__box .submit__box .submit.aft__arrow::after {
  right: 24px;
}
.content__box .section__box.sec__login .login__box .submit__box .submit input {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
  background: none;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
  .content__box .section__box.sec__login .login__box .submit__box .submit input {
    font-size: 1.6rem;
    line-height: 1.6;
    padding-block: 4px;
  }
}
.content__box .section__box.sec__login .login__box .text__box {
  margin-top: 48px;
}
.content__box .section__box.sec__login .login__box .text__box p {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #212121;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
}
.content__box .section__box.sec__login .login__box .text__box .a__tel {
  margin-top: 16px;
  display: block;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.4rem;
  line-height: 1.1;
  font-weight: 400;
  color: #212121;
}
.content__box .section__box.sec__login .login__box .text__box .a__tel span {
  font-size: 3.6rem;
}
.content__box .pdf__list li {
  border-bottom: 1px solid #EBEBEB;
  display: block;
}
.content__box .pdf__list li a {
  display: flex;
  padding-block: 20px;
  align-items: baseline;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: 400;
  color: #212121;
  text-decoration: none;
  position: relative;
  transition: 0.3s all;
}
@media print, screen and (min-width: 768px) {
  .content__box .pdf__list li a:hover {
    color: #45830E;
  }
  .content__box .pdf__list li a:hover:after {
    background: #45830E;
  }
}
@media only screen and (max-width: 767px) {
  .content__box .pdf__list li a {
    font-size: 1.8rem;
  }
}
.content__box .pdf__list li a .month {
  display: flex;
  align-items: baseline;
  justify-content: center;
  width: 60px;
  padding-block: 10px;
  border-radius: 10px;
  margin-right: 24px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffffff;
  background: #45830E;
}
.content__box .pdf__list li a .month .no {
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .content__box .pdf__list li a .month .no {
    font-size: 2rem;
  }
}
.content__box .movie__box .movie__inner:has(iframe) {
  width: 100%;
  aspect-ratio: 16/9;
}
.content__box .movie__box .movie__inner:has(iframe) iframe {
  width: 100%;
  height: 100%;
}
.content__box .sec__topics {
  position: relative;
}
.content__box .sec__topics .topics__list {
  display: grid;
  grid-template-columns: max-content 20px max-content 40px minmax(0, 1fr);
}
.content__box .sec__topics .topics__list > * {
  grid-column: 1/-1;
}
.content__box .sec__topics .topics__list li {
  display: grid;
  grid-template-columns: subgrid;
  padding: 24px 10px;
  border-bottom: 1px solid #a5cb85;
  align-items: baseline;
}
@media only screen and (max-width: 767px) {
  .content__box .sec__topics .topics__list li {
    padding: 24px 0;
    grid-template-columns: auto 1fr;
    gap: 10px;
    align-items: center;
  }
}
.content__box .sec__topics .topics__list li .kind {
  grid-column: 1;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  background: #45830E;
  border-radius: 100px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .content__box .sec__topics .topics__list li .kind {
    min-width: 104px;
    box-sizing: border-box;
    font-size: 1rem;
    width: auto;
    grid-column: auto;
    padding: 4px 16px;
  }
}
.content__box .sec__topics .topics__list li .date {
  grid-column: 3;
  white-space: nowrap;
  font-family: "Jost", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  color: #212121;
}
@media only screen and (max-width: 767px) {
  .content__box .sec__topics .topics__list li .date {
    font-size: 1.4rem;
    grid-column: auto;
  }
}
.content__box .sec__topics .topics__list li .text,
.content__box .sec__topics .topics__list li a {
  grid-column: 5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
  color: #212121;
  text-decoration: none;
  transition: 0.3s all;
}
@media print, screen and (min-width: 768px) {
  .content__box .sec__topics .topics__list li .text:hover,
  .content__box .sec__topics .topics__list li a:hover {
    color: #45830E;
  }
}
@media only screen and (max-width: 767px) {
  .content__box .sec__topics .topics__list li .text,
  .content__box .sec__topics .topics__list li a {
    grid-column: 1/-1;
    font-weight: 400;
  }
}
.content__box .sec__topics .pagenation__box {
  margin-top: 40px;
}
.content__box .sec__topics .pagenation__box .pagenation__inner {
  display: grid;
  grid-template-columns: 12px auto auto 12px;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .content__box .sec__topics .pagenation__box .pagenation__inner {
    gap: 10px;
  }
}
.content__box .sec__topics .pagenation__box .pagenation__inner .page__arrow a {
  display: block;
}
.content__box .sec__topics .pagenation__box .pagenation__inner .page__arrow .svg__arrow {
  fill: #45830E;
}
.content__box .sec__topics .pagenation__box .pagenation__inner ul {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .content__box .sec__topics .pagenation__box .pagenation__inner ul {
    gap: 5x;
  }
}
.content__box .sec__topics .pagenation__box .pagenation__inner ul li {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #45830E;
}
.content__box .sec__topics .pagenation__box .pagenation__inner ul li a,
.content__box .sec__topics .pagenation__box .pagenation__inner ul li span {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #45830E;
  background: #ffffff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #45830E;
}
.content__box .sec__topics .pagenation__box .pagenation__inner ul li span {
  background: #45830E;
  color: #ffffff;
}
.content__box .sec__topics .pagenation__box .pagenation__inner .last a {
  height: 40px;
  padding-inline: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #45830E;
  background: #ffffff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #45830E;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .content__box .sec__topics .pagenation__box .pagenation__inner .last a {
    padding-inline: 8px;
  }
}
.content__box .sec__topics .topics__detail .img__box {
  max-width: 650px;
  margin-inline: auto;
}

table.type01 {
  width: 100%;
  table-layout: fixed;
  border-radius: 10px;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid #45830E;
  border-left: 1px solid #45830E;
}
table.type01 tr > * {
  border-right: 1px solid #45830E;
  border-bottom: 1px solid #45830E;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-size: 1.8rem;
  line-height: 1.6;
  padding: 10px;
}
table.type01 tr > * .aline--left {
  text-align: left;
}
table.type01 tr > * .aline--center {
  text-align: center;
}
table.type01 tr > * .aline--right {
  text-align: right;
}
table.type01 tr > * .aline--justify {
  text-align: justify;
}
table.type01 tr th {
  text-align: center;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  table.type01 tr th {
    font-weight: 600;
  }
}
table.type01 tr td {
  text-align: left;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  table.type01 tr td {
    font-weight: 400;
  }
}
table.type01 thead {
  background: #edf4e7;
}
table.type01 thead tr:first-child > *:first-child {
  border-radius: 10px 0 0 0;
}
table.type01 thead tr:first-child > *:last-child {
  border-radius: 0 10px 0 0;
}
table.type01 tbody tr:last-child > *:first-child {
  border-radius: 0 0 0 10px;
}
table.type01 tbody tr:last-child > *:last-child {
  border-radius: 0 0 10px 0;
}/*# sourceMappingURL=common_parts.css.map */