@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Marcellus&family=Shippori+Mincho+B1:wght@400;500;700&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: #333 !important;
}
.tc-02 {
  color: #fff !important;
}

/* ------------------------------------------------------
 * Font family
------------------------------------------------------ */
.ff-ZenKaku {
  font-family: "Zen Kaku Gothic Antique", sans-serif !important;
}
.ff-Marcellus {
  font-family: "Marcellus", serif !important;
}
.ff-ShipporiMincho {
  font-family: "Shippori Mincho B1", 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: #333;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  position: relative;
}
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.8333333333;
  }
}

/* ------------------------------------------------------
 * 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 25px 0;
  }
  .header__inner {
    padding: 0;
  }
  .header__logo {
    width: 124px;
  }
}

/* ------------------------------------------------------
 * 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(51, 51, 51, 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 100px;
}
.primary > :last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .primary {
    padding: 0 0 50px;
  }
}

/* ------------------------------------------------------
 * mv
------------------------------------------------------ */
.mv {
  background: url("../img/mv_bg-01.jpg") no-repeat 50% 50% #E3EEEE;
  background-size: cover;
  padding: 130px 0 0;
  overflow: hidden;
}
.mv__inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mv__inner {
    max-width: none;
    padding: 0 25px;
  }
}
.mv__inner > :last-child {
  margin-bottom: 0 !important;
}
.mv__title {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  margin: 0 0 25px;
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
}
.mv__title > * {
  line-height: 1;
}
.mv__title > * .label {
  padding: 10px 0.5em 10px 0;
  position: relative;
  display: inline-block;
}
.mv__title > * .label::before {
  content: "";
  width: 100vw;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 50%;
  left: 100%;
  z-index: -1;
  transform: translateY(-50%) rotate(-180deg);
  transform-origin: 0 50%;
}
.mv__title--sub {
  font-size: 30px;
}
.mv__title--main {
  font-size: 55px;
  margin: -1px 0 0;
}
.mv__img {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mv {
    background: url("../img/mv_bg-01_sp.jpg") no-repeat 50% 50% #E3EEEE;
    background-size: cover;
    padding: 60px 0 0;
  }
  .mv__inner {
    padding: 0;
  }
  .mv__title {
    margin: 0 -15px 15px 0;
  }
  .mv__title > * .label {
    padding: 10px 0.5em 10px 25px;
  }
  .mv__title--sub {
    font-size: 18px;
  }
  .mv__title--main {
    font-size: 32px;
  }
}

/* ------------------------------------------------------
 * hdg
------------------------------------------------------ */
.hdg--lv2 {
  border-bottom: 4px solid #54A4CF;
  font-family: "Shippori Mincho B1", serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 0 15px;
  margin: 0 0 60px;
}
@media screen and (max-width: 768px) {
  .hdg--lv2 {
    font-size: 32px;
    margin: 0 0 30px;
  }
}

/* ------------------------------------------------------
 * txt
------------------------------------------------------ */
.txt {
  text-align: justify;
  word-break: break-all;
  margin: 0 0 2em;
}
/* ------------------------------------------------------
 * list
------------------------------------------------------ */
.list--check {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 40px;
}
.list--check > li {
  padding: 0 0 0 50px;
  margin: 0 0 20px;
  position: relative;
}
.list--check > li::before {
  content: "";
  width: 27px;
  height: 28px;
  background: url("../img/icon_check-01.svg") no-repeat 50% 50%;
  background-size: auto 100%;
  position: absolute;
  top: -0.03em;
  left: 0;
}
.list--check > li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .list--check {
    font-size: 14px;
    margin: 0 0 50px;
  }
  .list--check > li {
    padding: 0 0 0 35px;
    margin: 0 0 10px;
  }
  .list--check > li::before {
    width: 18px;
    height: 17px;
  }
}
.list--disc {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 50px;
}
.list--disc > li {
  text-indent: -1.5em;
  padding: 0 0 0 1.5em;
  margin: 0 0 20px;
}
.list--disc > li::before {
  content: "●";
  color: #008FBC;
  margin: 0 0.5em 0 0;
}
.list--disc > li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .list--disc {
    font-size: 13px;
    margin: 0 0 40px;
  }
  .list--disc > li {
    margin: 0 0 10px;
  }
}

/* ------------------------------------------------------
 * section--menu
------------------------------------------------------ */
.section--menu {
  background: #C2E6F0;
  padding: 20px 0;
}
.section--menu__inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .section--menu__inner {
    max-width: none;
    padding: 0 25px;
  }
}
.section--menu__inner > :last-child {
  margin-bottom: 0 !important;
}
.section--menu__title {
  color: #fff;
}
.section--menu__title img {
  width: 91px;
  display: block;
}
.section--menu__contents > :last-child {
  margin-bottom: 0 !important;
}
.section--menu__list {
  font-family: "Shippori Mincho B1", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 55px;
       column-gap: 55px;
}
.section--menu__list > li a {
  text-decoration: none;
  padding: 0 0 0 48px;
  position: relative;
  display: inline-block;
}
.section--menu__list > li a::before {
  content: "";
  width: 34px;
  height: 7px;
  background: url("../img/icon_arrow-02.svg") no-repeat 50% 50%;
  background-size: auto 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.section--menu__list > li a:hover::before {
  left: 3px;
}
@media screen and (max-width: 768px) {
  .section--menu {
    padding: 10px 0;
  }
  .section--menu__inner {
    display: block;
  }
  .section--menu__title {
    margin: 0 0 10px;
  }
  .section--menu__title img {
    width: 73px;
  }
  .section--menu__list {
    font-size: 16px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 5px;
  }
  .section--menu__list > li {
    width: calc(50% - 10px);
  }
  .section--menu__list > li a {
    padding: 0 0 0 25px;
  }
  .section--menu__list > li a::before {
    width: 21px;
    height: 4px;
  }
}

/* ------------------------------------------------------
 * section--point
------------------------------------------------------ */
.section--point {
  background: #F2F2F2;
  padding: 70px 0 160px;
  margin: 0 0 90px;
}
.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__list {
  margin: 0 0 120px;
}
.section--point__list > li {
  margin: 0 0 120px;
  position: relative;
}
.section--point__list > li[data-img-position=left] .section--point__list--box {
  right: 0;
}
.section--point__list > li[data-img-position=left] .section--point__list--img {
  margin: 0 auto 0 0;
}
.section--point__list > li[data-img-position=right] .section--point__list--box {
  left: 0;
}
.section--point__list > li[data-img-position=right] .section--point__list--img {
  margin: 0 0 0 auto;
}
.section--point__list > li:last-child {
  margin-bottom: 0;
}
.section--point__list--box {
  width: 440px;
  min-height: 345px;
  background: #fff;
  padding: 30px;
  position: absolute;
  top: 80px;
  z-index: 1;
}
.section--point__list--box > :last-child {
  margin-bottom: 0 !important;
}
.section--point__list--catch {
  color: #008FBC;
  font-family: "Shippori Mincho B1", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3333333333;
  padding: 0 50px 0 0;
  margin: 0 0 20px;
  display: block;
}
.section--point__list--catch .catch__num {
  color: #54A4CF;
  font-family: "Marcellus", serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 10px;
  display: block;
}
.section--point__list--txt {
  text-align: justify;
  word-break: break-all;
}
.section--point__list--img {
  width: 620px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .section--point {
    padding: 30px 0 50px;
    margin: 0 0 30px;
  }
  .section--point__list {
    margin: 0 0 40px;
  }
  .section--point__list > li {
    margin: 0 0 40px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: flex-start;
  }
  .section--point__list--box {
    width: calc(100% - 25px);
    min-height: auto;
    padding: 20px 25px;
    margin: -25px 0 0;
    position: static;
  }
  .section--point__list--catch {
    font-size: 22px;
    line-height: 1.2727272727;
    padding: 0;
    margin: 0 0 15px;
  }
  .section--point__list--catch .catch__num {
    font-size: 37px;
  }
  .section--point__list--img {
    width: 100%;
  }
}

/* ------------------------------------------------------
 * section--message
------------------------------------------------------ */
.section--message {
  margin: 0 0 90px;
}
.section--message__inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section--message__inner {
    max-width: none;
    padding: 0 25px;
  }
}
.section--message__inner > :last-child {
  margin-bottom: 0 !important;
}
.section--message__contents > :last-child {
  margin-bottom: 0 !important;
}
.section--message__head {
  margin: 0 0 35px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: center;
  row-gap: 10px;
}
.section--message__head--name {
  font-size: 24px;
  font-weight: 500;
}
.section--message__head--name .name__min {
  font-size: 18px;
  margin: 0 0 0 0.5em;
  display: inline-block;
}
.section--message__head--img {
  width: 263px;
  margin: 0 auto;
}
.section--message__body > :last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .section--message {
    margin: 0 0 60px;
  }
  .section--message__head {
    margin: 0 0 30px;
  }
  .section--message__head--name {
    font-size: 16px;
  }
  .section--message__head--name .name__min {
    font-size: 14px;
  }
  .section--message__head--img {
    width: 133px;
  }
}

/* ------------------------------------------------------
 * section--flow
------------------------------------------------------ */
.section--flow {
  margin: 0 0 90px;
}
.section--flow__inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section--flow__inner {
    max-width: none;
    padding: 0 25px;
  }
}
.section--flow__inner > :last-child {
  margin-bottom: 0 !important;
}
.section--flow__list {
  margin: 0 0 65px;
}
.section--flow__list > li {
  margin: 0 0 160px;
  position: relative;
}
.section--flow__list > li > :last-child {
  margin-bottom: 0 !important;
}
.section--flow__list > li::before {
  content: "";
  width: 44px;
  height: 24px;
  background: url("../img/icon_arrow-03.svg") no-repeat 50% 50%;
  background-size: auto 100%;
  position: absolute;
  bottom: -92px;
  left: 50%;
  transform: translateX(-50%);
}
.section--flow__list > li:last-child {
  margin-bottom: 0;
}
.section--flow__list > li:last-child::before {
  display: none;
}
.section--flow__title {
  background: #E2F4FA;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  padding: 34px 70px;
  margin: 0 0 60px 50px;
  position: relative;
}
.section--flow__title--year {
  width: 102px;
  height: 102px;
  border-radius: 50%;
  border: 2px solid #008FBC;
  background: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  padding: 0 0 0.5em;
  position: absolute;
  top: 50%;
  left: -50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
}
.section--flow__title--year .year__num {
  color: #008FBC;
  font-size: 40px;
}
.section--flow__title--graduation {
  text-align: center;
  margin: 0 0 5px;
  display: block;
}
.section--flow__column {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.section--flow__column > li {
  width: calc(50% - 20px);
}
.section--flow__column > li[data-course-name=management] .section--flow__column--head .head__label {
  border-color: #8EC43C;
  color: #8EC43C;
}
.section--flow__column > li[data-course-name=management] .section--flow__column--body .body__name {
  background: #8EC43C;
}
.section--flow__column > li[data-course-name=policy] .section--flow__column--head .head__label {
  border-color: #25B484;
  color: #25B484;
}
.section--flow__column > li[data-course-name=policy] .section--flow__column--body .body__name {
  background: #25B484;
}
.section--flow__column--inner > :last-child {
  margin-bottom: 0 !important;
}
.section--flow__column--head {
  margin: 0 0 25px;
}
.section--flow__column--head .head__label {
  width: 150px;
  border: 1px solid #008FBC;
  background: #fff;
  color: #008FBC;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 13px 22px;
  display: block;
}
.section--flow__column--head .head__img {
  padding: 0 0 15px;
  position: relative;
}
.section--flow__column--head .head__img--txt {
  position: absolute;
  bottom: 15px;
  left: 0;
  z-index: 1;
}
.section--flow__column--head .head__img--txt.head__label {
  width: 170px;
  border: 0;
}
.section--flow__column--head .head__img img {
  position: relative;
  z-index: 0;
  display: block;
}
.section--flow__column--body > :last-child {
  margin-bottom: 0 !important;
}
.section--flow__column--body .body__name {
  background: #008FBC;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 13px 20px;
  margin: 0 0 25px;
  display: block;
}
.section--flow__note {
  text-indent: -1em;
  padding: 0 0 0 1em;
}
.section--flow__timetable > :last-child {
  margin-bottom: 0 !important;
}
.section--flow__timetable--title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 40px;
}
.section--flow__timetable--list {
  margin: 0 0 10px;
}
.section--flow__timetable--list > li {
  margin: 0 0 60px;
}
.section--flow__timetable--list > li > :last-child {
  margin-bottom: 0 !important;
}
.section--flow__timetable--list > li:last-child {
  margin-bottom: 0;
}
.section--flow__timetable--list > li[data-course-name=management] .case__title--label {
  border-color: #8EC43C;
  color: #8EC43C;
}
.section--flow__timetable--list > li[data-course-name=policy] .case__title--label {
  border-color: #25B484;
  color: #25B484;
}
.section--flow__timetable--case .case__title {
  font-size: 20px;
  margin: 0 0 25px;
  display: flex;
  align-items: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.section--flow__timetable--case .case__title--label {
  width: 150px;
  border: 1px solid #008FBC;
  background: #fff;
  color: #008FBC;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 13px 22px;
  display: block;
}
.section--flow__timetable--case .case__contents > :last-child {
  margin-bottom: 0 !important;
}
.section--flow__timetable--note {
  text-indent: -1em;
  padding: 0 0 0 1em;
}
@media screen and (max-width: 768px) {
  .section--flow {
    margin: 0 0 60px;
  }
  .section--flow__list {
    margin: 0 0 30px;
  }
  .section--flow__list > li {
    margin: 0 0 70px;
  }
  .section--flow__list > li::before {
    width: 26px;
    height: 14px;
    bottom: -42px;
  }
  .section--flow__title {
    min-height: 55px;
    font-size: 14px;
    padding: 8px 25px 8px 40px;
    margin: 0 0 30px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .section--flow__title--year {
    width: 55px;
    height: 55px;
    font-size: 11px;
    left: -25px;
  }
  .section--flow__title--year .year__num {
    font-size: 22px;
  }
  .section--flow__title--graduation {
    padding: 8px 25px;
    margin: 0 0 5px;
  }
  .section--flow__column {
    -moz-column-gap: 14px;
         column-gap: 14px;
  }
  .section--flow__column > li {
    width: calc(50% - 7px);
  }
  .section--flow__column--head {
    margin: 0 0 10px;
  }
  .section--flow__column--head .head__label {
    width: 85px;
    font-size: 12px;
    padding: 5px;
  }
  .section--flow__column--head .head__img {
    padding: 0 0 5px;
  }
  .section--flow__column--head .head__img--txt {
    bottom: 5px;
  }
  .section--flow__column--head .head__img--txt.head__label {
    width: 85px;
  }
  .section--flow__column--body .body__name {
    font-size: 14px;
    padding: 8px 10px;
    margin: 0 0 10px;
  }
  .section--flow__timetable--title {
    font-size: 24px;
    margin: 0 0 10px;
  }
  .section--flow__timetable--list > li {
    margin: 0 0 30px;
  }
  .section--flow__timetable--case .case__title {
    font-size: 12px;
    margin: 0 0 15px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .section--flow__timetable--case .case__title--label {
    width: 85px;
    padding: 5px;
  }
  .section--flow__timetable--case .case__contents--img {
    padding: 0 25px 0 0;
    margin: 0 -25px 0 0;
    display: block;
    overflow-x: auto;
  }
  .section--flow__timetable--case .case__contents--img img {
    min-width: 600px;
  }
}

/* ------------------------------------------------------
 * section--vision
------------------------------------------------------ */
.section--vision {
  margin: 0 0 90px;
}
.section--vision .hdg--lv2 {
  margin-bottom: 45px;
}
.section--vision__inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section--vision__inner {
    max-width: none;
    padding: 0 25px;
  }
}
.section--vision__inner > :last-child {
  margin-bottom: 0 !important;
}
.section--vision__field > :last-child {
  margin-bottom: 0 !important;
}
.section--vision__field--title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 20px;
}
.section--vision__field--column {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.section--vision__field--column > :last-child {
  margin-bottom: 0 !important;
}
.section--vision__field--column .column__col {
  width: calc(50% - 15px);
  background: #E2F4FA;
}
.section--vision__field--column .column__col > :last-child {
  margin-bottom: 0 !important;
}
.section--vision__field--column .column__col--title {
  width: 170px;
  background: #fff;
  color: #008FBC;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 10px 30px;
  margin: 0 0 20px;
  display: block;
}
.section--vision__field--column .column__col--contents {
  padding: 0 20px 30px;
}
.section--vision__field--column .column__col--contents > :last-child {
  margin-bottom: 0 !important;
}
.section--vision__field--column .column__col[data-course-name=management] {
  background: #EBFDD2;
}
.section--vision__field--column .column__col[data-course-name=management] .column__col--title {
  color: #8EC43C;
}
.section--vision__field--column .column__col[data-course-name=management] .section--vision__field--list > li::before {
  color: #8EC43C;
}
.section--vision__field--column .column__col[data-course-name=policy] {
  background: #DBFFF3;
}
.section--vision__field--column .column__col[data-course-name=policy] .column__col--title {
  color: #25B484;
}
.section--vision__field--column .column__col[data-course-name=policy] .section--vision__field--list > li::before {
  color: #25B484;
}
.section--vision__field--list > li {
  text-indent: -2em;
  padding: 0 0 0 2em;
  margin: 0 0 0.5em;
}
.section--vision__field--list > li::before {
  content: "■";
  color: #008FBC;
  margin: 0 1em 0 0;
}
.section--vision__field--list > li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .section--vision {
    margin: 0 0 60px;
  }
  .section--vision .hdg--lv2 {
    margin-bottom: 20px;
  }
  .section--vision__field--title {
    font-size: 24px;
    margin: 0 0 15px;
  }
  .section--vision__field--column {
    display: block;
  }
  .section--vision__field--column .column__col {
    width: 100%;
    margin: 0 0 30px;
  }
  .section--vision__field--column .column__col--title {
    width: 85px;
    font-size: 12px;
    padding: 5px 12px;
    margin: 0 0 15px;
  }
  .section--vision__field--column .column__col--contents {
    padding: 0 15px 15px;
  }
  .section--vision__field--list > li {
    text-indent: -1.5em;
    padding: 0 0 0 1.5em;
  }
  .section--vision__field--list > li::before {
    margin: 0 0.5em 0 0;
  }
}

/* ------------------------------------------------------
 * more__area
------------------------------------------------------ */
.more__area > :last-child {
  margin-bottom: 0 !important;
}
.more__area--contents {
  position: relative;
  z-index: 0;
  overflow: hidden;
  transition: 0.5s ease-in-out;
}
.more__area--contents > :last-child {
  margin-bottom: 0 !important;
}
.more__area--btn {
  width: 100%;
  padding: 130px 0 0;
  margin: -80px 0 0;
  position: relative;
  z-index: 1;
}
.more__area--btn::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.7) 74%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 1;
  transition: 0.2s ease-in-out;
}
.more__area--btn .btn__trigger {
  width: 380px;
  border: 1px solid #008FBC;
  background: #fff;
  color: #1D1D1D;
  font-family: "Shippori Mincho B1", serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  padding: 20px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: block;
}
.more__area--btn .btn__trigger::before, .more__area--btn .btn__trigger::after {
  content: "";
  background: #008FBC;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.more__area--btn .btn__trigger::before {
  width: 23px;
  height: 1px;
  right: 29px;
}
.more__area--btn .btn__trigger::after {
  width: 1px;
  height: 23px;
  right: 40px;
}
.more__area--btn .btn__trigger:hover {
  background: rgba(0, 143, 188, 0.2);
}
.more__area.is__open .more__area--contents {
  z-index: 1;
  overflow: visible;
}
.more__area.is__open .more__area--btn {
  z-index: 0;
}
.more__area.is__open .more__area--btn::before {
  opacity: 0;
}
.more__area.is__open .more__area--btn .btn__trigger::after {
  opacity: 0;
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 768px) {
  .more__area--btn {
    padding: 110px 45px 0;
    margin: -70px 0 0;
  }
  .more__area--btn .btn__trigger {
    width: 100%;
    font-size: 12px;
    padding: 15px 30px;
  }
  .more__area--btn .btn__trigger::before {
    width: 12px;
    right: 15px;
  }
  .more__area--btn .btn__trigger::after {
    height: 12px;
    right: 20px;
  }
  .more__area--btn .btn__trigger:hover {
    background: #fff;
  }
}

/* ------------------------------------------------------
 * .js__inview [inview.js]
------------------------------------------------------ */
.js__inview {
  opacity: 0;
  transform: translateY(50px);
  transition: 1s ease-in-out;
}
.js__inview.is__show {
  opacity: 1;
  transform: none;
}