@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+Antique:wght@400;500;700&display=swap");
/* ------------------------------------------------------
 * Reset
------------------------------------------------------ */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
button, hr, input {
  overflow: visible;
}

progress, sub, sup {
  vertical-align: baseline;
}

[type=checkbox], [type=radio], legend {
  box-sizing: border-box;
  padding: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

details, main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

/* ------------------------------------------------------
 * Reset custom
------------------------------------------------------ */
*, *::before, *::after {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
}

b, em, strong {
  font-weight: bold;
  font-style: normal;
}

a {
  text-decoration: none;
}
a[href^="tel:"] {
  text-decoration: none !important;
}
@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

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

dl, dt, dd {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  width: 100%;
  vertical-align: bottom;
}

picture {
  display: block;
}

table {
  width: 100%;
  border-spacing: 0;
}

button, [type=button], [type=reset], [type=submit] {
  border: 0;
  background: none;
  font-weight: inherit;
  padding: 0;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* ------------------------------------------------------
 * Text color
------------------------------------------------------ */
.tc-01 {
  color: #000 !important;
}
.tc-02 {
  color: #fff !important;
}

/* ------------------------------------------------------
 * Font family
------------------------------------------------------ */
.ff-NotoSans {
  font-family: "Noto Sans JP", sans-serif !important;
}
.ff-ZenKaku {
  font-family: "Zen Kaku Gothic Antique", sans-serif !important;
}

/* ------------------------------------------------------
 * Font size
------------------------------------------------------ */
.fs-10px {
  font-size: 10px !important;
}
.fs-12px {
  font-size: 12px !important;
}
.fs-14px {
  font-size: 14px !important;
}
.fs-15px {
  font-size: 15px !important;
}
.fs-16px {
  font-size: 16px !important;
}
.fs-18px {
  font-size: 18px !important;
}
.fs-20px {
  font-size: 20px !important;
}
.fs-22px {
  font-size: 22px !important;
}
.fs-24px {
  font-size: 24px !important;
}
.fs-28px {
  font-size: 28px !important;
}
.fs-30px {
  font-size: 30px !important;
}

/* ------------------------------------------------------
 * Font weight
------------------------------------------------------ */
.fw-normal {
  font-weight: normal !important;
}
.fw-bold {
  font-weight: bold !important;
}

/* ------------------------------------------------------
 * Text align
------------------------------------------------------ */
.ta-l {
  text-align: left !important;
}
.ta-c {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.ta-r {
  text-align: right !important;
}

/* ------------------------------------------------------
 * Vertical align
------------------------------------------------------ */
.va-t {
  vertical-align: top !important;
}
.va-m {
  vertical-align: middle !important;
}
.va-b {
  vertical-align: bottom !important;
}

/* ------------------------------------------------------
 * Width
------------------------------------------------------ */
.w-0 {
  width: 0% !important;
}
.w-5 {
  width: 5% !important;
}
.w-10 {
  width: 10% !important;
}
.w-15 {
  width: 15% !important;
}
.w-20 {
  width: 20% !important;
}
.w-25 {
  width: 25% !important;
}
.w-30 {
  width: 30% !important;
}
.w-35 {
  width: 35% !important;
}
.w-40 {
  width: 40% !important;
}
.w-45 {
  width: 45% !important;
}
.w-50 {
  width: 50% !important;
}
.w-55 {
  width: 55% !important;
}
.w-60 {
  width: 60% !important;
}
.w-65 {
  width: 65% !important;
}
.w-70 {
  width: 70% !important;
}
.w-75 {
  width: 75% !important;
}
.w-80 {
  width: 80% !important;
}
.w-85 {
  width: 85% !important;
}
.w-90 {
  width: 90% !important;
}
.w-95 {
  width: 95% !important;
}
.w-100 {
  width: 100% !important;
}

/* ------------------------------------------------------
 * margin bottom
------------------------------------------------------ */
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.mb-05em {
  margin-bottom: 0.5em !important;
}
.mb-1em {
  margin-bottom: 1em !important;
}
.mb-2em {
  margin-bottom: 2em !important;
}
.mb-3em {
  margin-bottom: 3em !important;
}
.mb-4em {
  margin-bottom: 4em !important;
}
.mb-5em {
  margin-bottom: 5em !important;
}
.mb-6em {
  margin-bottom: 6em !important;
}
.mb-7em {
  margin-bottom: 7em !important;
}
.mb-8em {
  margin-bottom: 8em !important;
}
.mb-9em {
  margin-bottom: 9em !important;
}
.mb-10em {
  margin-bottom: 10em !important;
}

/* ------------------------------------------------------
 * display
------------------------------------------------------ */
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

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

/* ------------------------------------------------------
 * Base
------------------------------------------------------ */
body {
  min-width: 1000px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  overflow-x: hidden;
}
body > :last-child {
  margin-bottom: 0 !important;
}
body a, body button {
  color: inherit;
  text-decoration: underline;
  transition: 0.2s ease-in-out;
}
body a:hover, body button:hover {
  text-decoration: none;
}
body a:hover img, body button:hover img {
  opacity: 0.8;
}
body a::before, body a::after, body button::before, body button::after {
  transition: 0.2s ease-in-out;
}
body a img, body button img {
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  body {
    min-width: auto;
    font-size: 12px;
    line-height: 1.5;
  }
}

/* ------------------------------------------------------
 * header
------------------------------------------------------ */
.header {
  width: 100%;
  padding: 30px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.header__inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .header__inner {
    max-width: none;
    padding: 0 25px;
  }
}
.header__inner > :last-child {
  margin-bottom: 0 !important;
}
.header__logo {
  width: 240px;
}
.header__logo img {
  display: block;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 15px 15px 0;
  }
  .header__inner {
    padding: 0;
  }
  .header__logo {
    width: 145px;
  }
}

/* ------------------------------------------------------
 * footer
------------------------------------------------------ */
.footer {
  background: #eee;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  padding: 30px 0;
}
.footer__inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    max-width: none;
    padding: 0 25px;
  }
}
.footer__inner > :last-child {
  margin-bottom: 0 !important;
}
.footer__pagetop {
  text-align: center;
  margin: 0 0 50px;
}
.footer__pagetop > a {
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  letter-spacing: 0.08em;
  padding: 20px 0 0;
  position: relative;
  display: inline-block;
}
.footer__pagetop > a::before {
  content: "";
  width: 18px;
  height: 6px;
  background: url("../img/icon_arrow-01.svg") no-repeat 50% 50%;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.footer__pagetop > a:hover::before {
  top: -3px;
}
.footer__utility {
  margin: 0 0 35px;
  display: flex;
  justify-content: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.footer__utility > li {
  width: 85px;
  text-align: center;
}
.footer__utility > li a {
  text-decoration: none;
  display: block;
}
.footer__utility--img {
  width: 44px;
  margin: 0 auto 5px;
}
.footer__utility--txt {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1666666667;
  display: block;
}
.footer__content {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  margin: 0 0 30px;
  display: flex;
  align-items: center;
}
.footer__content--logo {
  width: 280px;
  padding: 0 40px 0 0;
  display: block;
}
.footer__content--logo img {
  width: 194px;
}
.footer__content__info {
  padding: 15px 40px;
  margin: 0 40px 0 0;
  position: relative;
}
.footer__content__info::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #ccc;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.footer__content__info--address {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.08em;
  margin: 0 0 1em;
}
.footer__content__info--phone > :last-child {
  margin-bottom: 0 !important;
}
.footer__content__info--phone .info-def {
  line-height: 1;
  margin: 0 0 0.8em;
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.footer__content__info--phone .info-def > dt {
  font-size: 12px;
}
.footer__content__info--phone .info-def > dd {
  font-size: 16px;
}
.footer__content__info--phone .info-def.info-tel > dd {
  font-size: 22px;
  font-weight: 500;
}
.footer__content--btn {
  width: 260px;
}
.footer__content--btn > a {
  width: 100%;
  height: 100%;
  border: 1px solid #4B7C20;
  color: #4B7C20;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer__content--btn > a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.footer__content--btn > a .btn__txt {
  padding: 0 0 0 35px;
  position: relative;
}
.footer__content--btn > a .btn__txt::before {
  content: "";
  width: 18px;
  height: 14px;
  background: url("../img/icon_mail-01.svg") no-repeat 50% 50%;
  background-size: auto 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.footer__copyright {
  text-align: center;
}
.footer__copyright--label {
  font-size: 11px;
  line-height: 1;
  display: block;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 25px 0 55px;
  }
  .footer__inner {
    padding: 0;
  }
  .footer__pagetop {
    margin: 0 0 20px;
  }
  .footer__utility {
    border-top: 1px solid #ccc;
    padding: 25px 25px 10px;
    margin: 0;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .footer__utility > li {
    width: 70px;
  }
  .footer__utility--img {
    width: 35px;
  }
  .footer__utility--txt {
    font-size: 10px;
    line-height: 1.2;
  }
  .footer__content {
    padding: 30px 25px;
    margin: 0;
    display: block;
  }
  .footer__content--logo {
    width: 200px;
    padding: 0;
    margin: 0 auto 20px;
  }
  .footer__content--logo img {
    width: 100%;
  }
  .footer__content__info {
    padding: 0;
    margin: 0;
  }
  .footer__content__info::before {
    display: none;
  }
  .footer__content__info--address {
    font-size: 15px;
    letter-spacing: 0.06em;
  }
  .footer__content__info--phone .info-def > dt {
    font-size: 14px;
  }
  .footer__content__info--phone .info-def > dd {
    font-size: 18px;
  }
  .footer__content__info--phone .info-def.info-tel > dd {
    font-size: 24px;
  }
  .footer__content--btn {
    display: none;
  }
  .footer__copyright {
    padding: 30px 25px 15px;
  }
  .footer__copyright--label {
    font-size: 10px;
  }
}

/* ------------------------------------------------------
 * fixed
------------------------------------------------------ */
.fixed {
  width: 50px;
  position: fixed;
  top: 92px;
  right: 0;
  z-index: 100;
}
.fixed__btn > li {
  box-shadow: 0 3px 40px rgba(0, 0, 0, 0.16);
  margin: 0 0 5px;
}
.fixed__btn > li:last-child {
  margin-bottom: 0;
}
.fixed__btn > li a {
  display: block;
}
@media screen and (max-width: 768px) {
  .fixed {
    width: 100%;
    background: #fff;
    padding: 1px 0;
    top: auto;
    bottom: 0;
  }
  .fixed__btn {
    display: flex;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }
  .fixed__btn > li {
    width: 50%;
    box-shadow: none;
    margin: 0;
  }
}

/* ------------------------------------------------------
 * primary
------------------------------------------------------ */
.primary {
  padding: 0 0 90px;
}
.primary > :last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .primary {
    padding: 0 0 40px;
  }
}

/* ------------------------------------------------------
 * mv
------------------------------------------------------ */
.mv {
  background: url("../img/mv_bg-01.png") no-repeat 50% 100%;
  background-size: cover;
  text-align: center;
  padding: 60px 0 150px;
  margin: 0 0 40px;
  position: relative;
  z-index: 0;
}
.mv__inner > :last-child {
  margin-bottom: 0 !important;
}
.mv__title {
  width: 1158px;
  height: 887px;
  margin: 0 auto 10px;
  position: relative;
}
.mv__title--catch {
  position: relative;
  z-index: 0;
}
.mv__title--img-01, .mv__title--img-02, .mv__title--img-03, .mv__title--img-04, .mv__title--img-05 {
  position: absolute;
}
.mv__title--img-01 {
  bottom: 16px;
  left: 385px;
  z-index: 0;
  opacity: 0;
  animation: fadeIn 1s ease-in-out both;
}
.mv__title--img-01 img {
  width: 402.5px;
}
.mv__title--img-02 {
  bottom: 181px;
  left: 134px;
  z-index: 1;
  animation-delay: 0.8s;
}
.mv__title--img-02 img {
  width: 306px;
}
.mv__title--img-03 {
  bottom: 0;
  left: 129px;
  z-index: 2;
  animation-delay: 1.2s;
}
.mv__title--img-03 img {
  width: 311.5px;
}
.mv__title--img-04 {
  bottom: 313px;
  right: 260px;
  z-index: 2;
  animation-delay: 1.8s;
}
.mv__title--img-04 img {
  width: 182px;
}
.mv__title--img-05 {
  bottom: 10px;
  right: 109px;
  z-index: 1;
  animation-delay: 1.5s;
}
.mv__title--img-05 img {
  width: 303px;
}
.mv__contents > :last-child {
  margin-bottom: 0 !important;
}
.mv__catch {
  margin: 0 0 25px;
  display: block;
}
.mv__catch img {
  width: 498px;
}
.mv__txt {
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .mv {
    background: none;
    padding: 0;
    margin: 0 0 30px;
  }
  .mv__title {
    width: 100%;
    height: 625px;
    background: url("../img/mv_bg-01_sp.png") no-repeat 50% 0;
    background-size: cover;
    padding: 45px 0 10px;
    margin: 0;
    position: relative;
    overflow: hidden;
  }
  .mv__title::before {
    content: "";
    width: 100%;
    height: 10px;
    background: url("../img/line-01.png") repeat-x 0 0;
    background-size: auto 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .mv__title--catch {
    width: 375px;
    height: 100%;
    margin: 0 auto;
  }
  .mv__title--img-01 {
    bottom: 75px;
    left: calc(50% - 110px);
    z-index: 1;
  }
  .mv__title--img-01 img {
    width: 210.5px;
  }
  .mv__title--img-02 {
    bottom: 160px;
    left: calc(50% - 172px);
    z-index: 0;
  }
  .mv__title--img-02 img {
    width: 166.5px;
  }
  .mv__title--img-03 {
    bottom: 10px;
    left: calc(50% - 165px);
  }
  .mv__title--img-03 img {
    width: 154px;
  }
  .mv__title--img-04 {
    bottom: 222px;
    right: calc(50% - 159px);
  }
  .mv__title--img-04 img {
    width: 106.5px;
  }
  .mv__title--img-05 {
    bottom: 10px;
    right: calc(50% - 181px);
  }
  .mv__title--img-05 img {
    width: 164px;
  }
  .mv__contents {
    background: url("../img/mv_bg-02_sp.png") no-repeat 50% 100%;
    background-size: cover;
    padding: 78px 25px 70px;
  }
  .mv__catch {
    margin: 0 0 15px;
  }
  .mv__catch img {
    width: 301.5px;
  }
  .mv__txt {
    font-size: 14px;
    line-height: 1.7142857143;
    text-align: justify;
    word-break: break-all;
  }
}

/* ------------------------------------------------------
 * hdg
------------------------------------------------------ */
.hdg--lv2 {
  color: #F29500;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 20px;
}
.hdg--lv2__label {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.hdg--lv2__label::before, .hdg--lv2__label::after {
  content: "";
  width: 66px;
  height: 20px;
  background: url("../img/icon_deco-01.svg") no-repeat 50% 50%;
  background-size: auto 100%;
}
.hdg--lv2__label::after {
  transform: scale(-1, 1);
}
@media screen and (max-width: 768px) {
  .hdg--lv2 {
    font-size: 25px;
    margin: 0 0 15px;
  }
  .hdg--lv2__label {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .hdg--lv2__label::before, .hdg--lv2__label::after {
    width: 42px;
    height: 13px;
  }
}

/* ------------------------------------------------------
 * section--future
------------------------------------------------------ */
.section--future {
  margin: 0 0 65px;
}
.section--future__inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section--future__inner {
    max-width: none;
    padding: 0 25px;
  }
}
.section--future__inner > :last-child {
  margin-bottom: 0 !important;
}
.section--future__catch {
  text-align: center;
  margin: 0 0 40px;
}
.section--future__catch img {
  width: 425px;
}
.section--future__list {
  margin: 0 0 40px;
  position: relative;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 100px;
       column-gap: 100px;
}
.section--future__list::before {
  content: "";
  width: 60px;
  height: 60px;
  background: url("../img/icon_cross-01.svg") no-repeat 50% 50%;
  background-size: auto 100%;
  position: absolute;
  top: calc(50% + 17px);
  left: 50%;
  transform: translate(-50%, -50%);
}
.section--future__list > li {
  width: calc(50% - 50px);
}
.section--future__list > li > :last-child {
  margin-bottom: 0 !important;
}
.section--future__list--box {
  color: #fff;
}
.section--future__list--box .box-title {
  width: 125px;
  border-radius: 20px 20px 0 0;
  background: #ccc;
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  padding: 8px 10px 2px;
  margin: 0 0 0 23px;
}
.section--future__list--box .box-contents {
  border-radius: 20px;
  background: #ccc;
  padding: 25px 50px;
  position: relative;
}
.section--future__list--box .box-contents > :last-child {
  margin-bottom: 0 !important;
}
.section--future__list--box .box-contents::before {
  content: "";
  width: 100%;
  height: 100%;
  background: no-repeat 100% 100%;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.section--future__list--box .box-list {
  font-weight: 500;
}
.section--future__list--box .box-list > li {
  line-height: 1.2;
  padding: 0 0 0 35px;
  margin: 0 0 1em;
  position: relative;
}
.section--future__list--box .box-list > li::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/icon_check-01.svg") no-repeat 50% 50%;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.section--future__list--box .box-list > li:last-child {
  margin-bottom: 0;
}
.section--future__list--field .box-title {
  background: #A2D986;
}
.section--future__list--field .box-contents {
  background: #A2D986;
}
.section--future__list--field .box-contents::before {
  background-image: url("../img/txt__future-01.svg");
  background-size: auto 42px;
  right: 18px;
  bottom: 29px;
}
.section--future__list--occupation .box-title {
  background: #E2CA7C;
}
.section--future__list--occupation .box-contents {
  background: #E2CA7C;
}
.section--future__list--occupation .box-contents::before {
  background-image: url("../img/txt__future-02.svg");
  background-size: auto 51px;
  right: 11px;
  bottom: 15px;
}
.section--future__list--occupation .box-list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2em;
       column-gap: 2em;
}
.section--future__list--occupation .box-list > li {
  width: calc(50% - 1em);
}
.section--future__list--occupation .box-list > li:last-child {
  width: 100%;
}
.section--future__subject {
  border: 1px dashed #4CA21F;
  background: #fff;
  margin: 0 0 70px;
}
.section--future__subject__inner {
  padding: 25px 50px 30px;
}
.section--future__subject__inner > :last-child {
  margin-bottom: 0 !important;
}
.section--future__subject--title {
  color: #4CA21F;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 30px;
}
.section--future__subject--title > .label {
  background: linear-gradient(transparent 50%, #FFE89D 50%);
  padding: 0 0.2em 0.05em;
  display: inline-block;
}
.section--future__subject--list {
  max-height: 4em;
  color: #4CA21F;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 15px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: space-between;
  -moz-column-gap: 1em;
       column-gap: 1em;
  row-gap: 1em;
}
.section--future__subject--list > li::before {
  content: "■";
}
.section--future__subject--note {
  font-size: 12px;
  text-indent: -1em;
  padding: 0 0 0 1em;
}
.section--future__comment {
  border-radius: 20px;
  border: 1px solid #225F02;
  background: #fff;
  position: relative;
}
.section--future__comment::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 24px;
  border: 1px solid #225F02;
  background: #C3E5B2;
  position: absolute;
  top: 6px;
  left: 5px;
  z-index: -1;
}
.section--future__comment__inner {
  padding: 25px 30px;
}
.section--future__comment__inner > :last-child {
  margin-bottom: 0 !important;
}
.section--future__comment--title {
  margin: 0 0 10px;
}
.section--future__comment--title > * {
  display: block;
}
.section--future__comment--title > .icon {
  width: 155px;
  margin: -72px 0 7px -30px;
}
.section--future__comment--title > .txt {
  color: #225F02;
  font-weight: 700;
}
.section--future__comment--photo {
  width: 212px;
  position: absolute;
  top: -45px;
  right: -17px;
}
@media screen and (max-width: 768px) {
  .section--future {
    margin: 0 0 35px;
  }
  .section--future__catch {
    margin: 0 0 20px;
  }
  .section--future__catch img {
    width: 234.5px;
  }
  .section--future__list {
    margin: 0 0 30px;
    flex-direction: column;
    align-items: center;
    -moz-column-gap: normal;
         column-gap: normal;
    row-gap: 50px;
  }
  .section--future__list::before {
    width: 36px;
    height: 36px;
    top: calc(50% + 12.5px);
  }
  .section--future__list > li {
    width: 100%;
  }
  .section--future__list--box .box-title {
    width: 90px;
    font-size: 16px;
    margin: 0 0 0 17px;
  }
  .section--future__list--box .box-contents {
    padding: 20px 35px;
  }
  .section--future__list--box .box-list > li {
    padding: 0 0 0 25px;
  }
  .section--future__list--box .box-list > li::before {
    width: 14px;
    height: 14px;
  }
  .section--future__list--field .box-contents::before {
    background-size: auto 31px;
    right: 11px;
    bottom: 17px;
  }
  .section--future__list--occupation .box-contents::before {
    background-size: auto 37px;
    right: 9px;
    bottom: 10px;
  }
  .section--future__subject {
    margin: 0 0 65px;
  }
  .section--future__subject__inner {
    padding: 20px 10px 15px;
  }
  .section--future__subject--title {
    font-size: 14px;
    margin: 0 0 20px;
  }
  .section--future__subject--title > .label {
    background: linear-gradient(transparent 50%, #FFE89D 50%);
    padding: 0 0.2em 0.05em;
  }
  .section--future__subject--list {
    max-height: 12.5em;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 -10px 0 0;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 0;
  }
  .section--future__subject--list > li {
    width: 50%;
    height: 2.5em;
    letter-spacing: -0.02em;
  }
  .section--future__subject--note {
    width: 50%;
    font-size: 10px;
    letter-spacing: -0.05em;
    margin: -3em -0.5em 0 auto;
  }
  .section--future__comment::before {
    top: 6px;
    left: 5px;
  }
  .section--future__comment__inner {
    padding: 30px 19px 20px;
  }
  .section--future__comment--title {
    margin: 0 0 8px;
  }
  .section--future__comment--title > .icon {
    width: 115px;
    margin: -61px 0 10px -20px;
  }
  .section--future__comment--photo {
    float: right;
    width: 160px;
    margin: -90px -30px 0 0;
    position: static;
  }
}

/* ------------------------------------------------------
 * section--point
------------------------------------------------------ */
.section--point__inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section--point__inner {
    max-width: none;
    padding: 0 25px;
  }
}
.section--point__inner > :last-child {
  margin-bottom: 0 !important;
}
.section--point__title {
  text-align: center;
  margin: 0 0 20px;
}
.section--point__title img {
  width: 463px;
}
.section--point__timetable {
  margin: 0 0 100px;
}
.section--point__timetable > :last-child {
  margin-bottom: 0 !important;
}
.section--point__timetable--title {
  text-align: center;
  margin: 0 0 20px;
}
.section--point__timetable--title img {
  width: 763px;
}
.section--point__timetable--case {
  margin: 0 0 60px;
}
.section--point__timetable--case > .title {
  color: #225F02;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 10px;
}
.section--point__timetable--case > .title .title-min {
  font-size: 20px;
}
.section--point__timetable--case > .contents .contents-img {
  margin: 0 0 15px;
}
.section--point__timetable--case > .contents .contents-note {
  font-size: 14px;
  text-indent: -1em;
  padding: 0 0 0 1em;
}
.section--point-pickup {
  margin: 0 calc(-50vw + 50%);
  position: relative;
}
.section--point-pickup > :last-child {
  margin-bottom: 0 !important;
}
.section--point-pickup::before, .section--point-pickup::after {
  content: "";
  width: calc(100% - 12vw);
  height: 100%;
  position: absolute;
  display: block;
}
.section--point-pickup::before {
  border-radius: 0 66px 0 0;
  border: 1px solid #F2B100;
  border-left: 0;
  background: #FFF5D6;
  top: 0;
  left: 0;
  z-index: -1;
}
.section--point-pickup::after {
  border-radius: 0 66px 0 0;
  background: #F4F0F0;
  top: 20px;
  left: 20px;
  z-index: -2;
}
.section--point-pickup__inner {
  position: relative;
}
.section--point-pickup__inner > :last-child {
  margin-bottom: 0 !important;
}
.section--point-pickup__title {
  width: calc(100% - 12vw);
  border-radius: 0 66px 0 0;
  background: #F2B100;
  color: #225F02;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  padding: 0 0 10px;
  margin: -1px 0 0;
}
.section--point-pickup__title--inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0 6vw;
  display: flex;
  -moz-column-gap: 37px;
       column-gap: 37px;
}
@media screen and (max-width: 768px) {
  .section--point-pickup__title--inner {
    max-width: none;
    padding: 0 25px;
  }
}
.section--point-pickup__title--icon {
  width: 126px;
}
.section--point-pickup__title--txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 10px;
}
.section--point-pickup__title--txt > .sub {
  font-size: 18px;
}
.section--point-pickup__contents {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 45px 100px 50px 50px;
}
@media screen and (max-width: 768px) {
  .section--point-pickup__contents {
    max-width: none;
    padding: 0 25px;
  }
}
.section--point-pickup__contents > :last-child {
  margin-bottom: 0 !important;
}
.section--point-pickup__txt {
  line-height: 2;
  text-align: justify;
  word-break: break-all;
  margin: 0 0 40px;
}
.section--point-pickup__activity {
  padding: 0 100px 0 0;
  margin: 0 0 60px;
  position: relative;
}
.section--point-pickup__activity--photo {
  position: relative;
  z-index: 0;
}
.section--point-pickup__activity--logo {
  width: 268.5px;
  position: absolute;
  bottom: -50px;
  left: calc(100% - 268.5px);
  z-index: 1;
}
.section--point-pickup__goods {
  margin: 0 0 20px;
}
.section--point-pickup__goods--title {
  color: #225F02;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3666666667;
}
.section--point-pickup__goods--contents > :last-child {
  margin-bottom: 0 !important;
}
.section--point-pickup__catch {
  margin: 60px 0;
}
.section--point-pickup__news--title {
  color: #225F02;
  font-size: 30px;
  font-weight: 700;
  list-style: 1.2;
  margin: 0 0 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 5px;
}
.section--point-pickup__news--title > .sub {
  font-size: 24px;
  padding: 0 55px;
  position: relative;
}
.section--point-pickup__news--title > .sub::before, .section--point-pickup__news--title > .sub::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 9px 0 9px;
  border-color: #225F02 transparent transparent transparent;
  position: absolute;
  bottom: -5px;
}
.section--point-pickup__news--title > .sub::before {
  left: 10px;
  transform: rotate(-45deg);
}
.section--point-pickup__news--title > .sub::after {
  right: calc(10px + 0.5em);
  transform: rotate(45deg);
}
.section--point-pickup__news--list > li {
  border-left: 8px solid #F29500;
  margin: 0 0 26px;
}
.section--point-pickup__news--list > li:last-child {
  margin-bottom: 0;
}
.section--point-pickup__news--list > li > a {
  color: #225F02;
  text-align: justify;
  word-break: break-all;
  padding: 0 0 0 19px;
  display: inline-block;
}
.section--point-pickup__news--list > li .min {
  font-size: 14px;
}
.section--point__tuition > :last-child {
  margin-bottom: 0 !important;
}
.section--point__tuition--title {
  text-align: center;
  margin: 0 0 70px;
}
.section--point__tuition--img {
  text-align: center;
  padding: 0 76px;
  margin: 0 0 90px;
}
.section--point__tuition--btn {
  text-align: center;
}
.section--point__tuition--btn img {
  width: 454px;
}
@media screen and (max-width: 1100px) {
  .section--point-pickup__contents {
    padding: 45px calc(50px + 12vw) 50px 50px;
  }
}
@media screen and (max-width: 1000px) {
  .section--point-pickup {
    margin: 0;
  }
  .section--point-pickup__title--inner {
    padding: 0 50px;
  }
  .section--point-pickup__contents {
    padding: 45px calc(50px + 12vw) 50px 50px;
  }
}
@media screen and (max-width: 768px) {
  .section--point__title img {
    width: 298px;
  }
  .section--point__timetable {
    margin: 0 0 50px;
  }
  .section--point__timetable--title {
    text-align: left;
    margin: 0 0 15px;
  }
  .section--point__timetable--title img {
    width: 323px;
  }
  .section--point__timetable--case {
    margin: 0 0 20px;
  }
  .section--point__timetable--case > .title {
    font-size: 16px;
    margin: 0 0 5px;
  }
  .section--point__timetable--case > .title .title-min {
    font-size: 12px;
  }
  .section--point__timetable--case > .contents .contents-img {
    padding: 0 25px 0 0;
    margin: 0 -25px 10px 0;
    display: block;
    overflow-x: auto;
  }
  .section--point__timetable--case > .contents .contents-img img {
    min-width: 610px;
  }
  .section--point__timetable--case > .contents .contents-note {
    font-size: 10px;
  }
  .section--point-pickup {
    margin: 0 -25px;
  }
  .section--point-pickup::before, .section--point-pickup::after {
    width: calc(100% - 25px);
  }
  .section--point-pickup::before {
    border-radius: 0 33px 0 0;
  }
  .section--point-pickup::after {
    border-radius: 0 33px 0 0;
    top: 10px;
    left: 10px;
  }
  .section--point-pickup__title {
    width: calc(100% - 25px);
    border-radius: 0 33px 0 0;
    font-size: 22px;
  }
  .section--point-pickup__title--inner {
    padding: 0 25px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .section--point-pickup__title--icon {
    width: 58px;
  }
  .section--point-pickup__title--txt {
    padding: 5px 0 0;
    row-gap: 0;
  }
  .section--point-pickup__title--txt > .sub {
    font-size: 11px;
  }
  .section--point-pickup__contents {
    padding: 25px 50px 30px 25px;
  }
  .section--point-pickup__txt {
    font-size: 13px;
    line-height: 1.8461538462;
    margin: 0 0 25px;
  }
  .section--point-pickup__activity {
    padding: 0;
    margin: 0 0 50px;
  }
  .section--point-pickup__activity--logo {
    width: 135.5px;
    bottom: -35px;
    left: calc(100% - 135.5px + 17px);
  }
  .section--point-pickup__goods {
    margin: 0 0 20px;
  }
  .section--point-pickup__goods--title {
    font-size: 18px;
    line-height: 1.3333333333;
    margin: 0 0 15px;
  }
  .section--point-pickup__goods--contents .img {
    margin: 0 0 15px;
  }
  .section--point-pickup__catch {
    margin: 20px 0 25px;
  }
  .section--point-pickup__news--title {
    font-size: 18px;
    margin: 0 0 15px;
    row-gap: 2px;
  }
  .section--point-pickup__news--title > .sub {
    font-size: 13px;
    padding: 0 25px;
  }
  .section--point-pickup__news--title > .sub::before, .section--point-pickup__news--title > .sub::after {
    border-width: 17px 4px 0 4px;
    bottom: -2px;
  }
  .section--point-pickup__news--title > .sub::before {
    left: 5px;
  }
  .section--point-pickup__news--title > .sub::after {
    right: calc(5px + 0.5em);
  }
  .section--point-pickup__news--list > li {
    border-left-width: 4px;
    margin: 0 0 20px;
  }
  .section--point-pickup__news--list > li > a {
    padding: 0 0 0 13px;
  }
  .section--point-pickup__news--list > li .min {
    font-size: 10px;
  }
  .section--point__tuition--title {
    text-align: left;
    margin: 0 0 30px;
  }
  .section--point__tuition--title img {
    width: 288px;
  }
  .section--point__tuition--img {
    padding: 0;
    margin: 0 0 40px;
  }
  .section--point__tuition--btn img {
    width: 290px;
  }
}

/* ------------------------------------------------------
 * .js__inview [inview.js]
------------------------------------------------------ */
.js__inview {
  opacity: 0;
  transform: translateY(50px);
}
.js__inview.is__show {
  animation-name: inview;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
}

@keyframes inview {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}