@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@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: inherit;
  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__NotoSans {
  font-family: "Noto Sans JP", sans-serif !important;
}
.ff__ZenMaru {
  font-family: "Zen Maru Gothic", 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__Light {
  font-weight: 300 !important;
}
.fw__Regular {
  font-weight: 400 !important;
}
.fw__Medium {
  font-weight: 500 !important;
}
.fw__SemiBold {
  font-weight: 600 !important;
}
.fw__Bold {
  font-weight: 700 !important;
}
.fw__ExBold {
  font-weight: 800 !important;
}
.fw__Black {
  font-weight: 900 !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 > :last-child {
  margin-bottom: 0 !important;
}
body {
  background: url("../img/bg-01.jpg") repeat-y 50% 0 #9FCE87;
  background-size: 100% auto;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  position: relative;
  overflow-x: hidden;
}
body a, body button {
  color: inherit;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
body a:hover, body button:hover {
  opacity: 0.8;
}
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;
}
body.is__menu--open {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body {
    min-width: auto;
    background-image: url("../img/bg-01-sp.jpg");
  }
}

/* ------------------------------------------------------
 * #include
------------------------------------------------------ */
[id^=include__] > :last-child {
  margin-bottom: 0 !important;
}
/* ------------------------------------------------------
 * loading
------------------------------------------------------ */
.loading {
  width: 100%;
  height: 100%;
  background: #FFFDDF;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
}
.loading__img {
  width: 130px;
}
@media screen and (max-width: 768px) {
  .loading__img {
    width: 70px;
  }
}

/* ------------------------------------------------------
 * header
------------------------------------------------------ */
.header {
  width: 100%;
  padding: 25px 25px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
.header__inner > :last-child {
  margin-bottom: 0 !important;
}
.header__logo {
  width: 166px;
  line-height: 1;
  text-align: center;
}
.header__logo > a {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.header__logo--txt {
  font-size: 16px;
  font-weight: 700;
  text-box-trim: trim-both;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 10px 10px 0;
  }
  .header__inner {
    padding: 0;
  }
  .header__logo {
    width: 138px;
  }
  .header__logo--txt {
    font-size: 13px;
  }
}

/* ------------------------------------------------------
 * menu
------------------------------------------------------ */
.menu__trigger {
  width: 48px;
  height: 48px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
}
.menu__contents {
  width: 100%;
  height: 100%;
  background: #006E4F;
  color: #fff;
  text-align: center;
  padding: 80px 0 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: none;
  scrollbar-color: transparent transparent;
  transition: 0.2s ease-in-out;
}
.menu__contents--inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .menu__contents--inner {
    max-width: none;
    padding: 0 20px;
  }
}
.menu__contents--inner > :last-child {
  margin-bottom: 0 !important;
}
.menu__contents--inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.menu__catch {
  width: 350px;
  margin: 0 auto 55px;
  display: block;
}
.menu__list {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  margin: 0 0 80px;
}
.menu__list--block > :last-child {
  margin-bottom: 0 !important;
}
.menu__list--block {
  margin: 40px 0;
}
.menu__list--block-title {
  font-size: 18px;
  padding: 0 0 15px;
  margin: 0 0 15px;
  position: relative;
}
.menu__list--block-title::before {
  content: "";
  width: 48px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  transform: translateX(-50%);
}
.menu__list--block-contents > :last-child {
  margin-bottom: 0 !important;
}
.menu__list--large {
  font-size: 18px;
}
.menu__footer > :last-child {
  margin-bottom: 0 !important;
}
.menu__footer {
  width: 100%;
  padding: 20px 40px;
  margin: auto 0 0;
}
.menu__footer--logo {
  width: 166px;
  color: #fff;
  line-height: 1;
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.menu__footer--logo-txt {
  font-size: 16px;
  font-weight: 700;
  text-box-trim: trim-both;
}
.menu.is__open {
  overflow: visible;
}
.menu.is__open .menu__contents {
  z-index: 1000;
  opacity: 1;
}
.menu.is__hide .menu__trigger {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .menu__contents {
    padding: 20px 0 0;
  }
  .menu__catch {
    width: 234px;
    margin: 0 auto 20px;
  }
  .menu__list {
    margin: 0 0 50px;
  }
  .menu__list--block {
    margin: 30px 0;
  }
  .menu__list--block-title {
    line-height: 1.2222222222;
  }
  .menu__footer {
    padding: 20px 0;
  }
  .menu__footer--logo {
    width: 138px;
  }
  .menu__footer--logo-txt {
    font-size: 13px;
  }
}

/* ------------------------------------------------------
 * footer
------------------------------------------------------ */
.footer {
  background: url("../img/bg-01.jpg") repeat-y 50% 0 #9FCE87;
  background-size: 100% auto;
  padding: 52px 0 35px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.footer::before {
  content: "";
  width: 100%;
  height: 399px;
  background: url("../img/bg_footer-02.png") no-repeat 50% 50%;
  background-size: auto 399px;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 100;
  display: block;
  transform: translateX(-50%);
}
.footer__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    max-width: none;
    padding: 0 20px;
  }
}
.footer__inner > :last-child {
  margin-bottom: 0 !important;
}
.footer__inner {
  position: relative;
  z-index: 101;
}
.footer__logo {
  width: 166px;
  color: #fff;
  line-height: 1;
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.footer__logo--txt {
  font-size: 16px;
  font-weight: 700;
  text-box-trim: trim-both;
}
.footer[data-footer-pattern=simple] {
  min-height: 450px;
}
.footer[data-footer-pattern=talksession] {
  padding-top: 162px;
}
.footer[data-footer-pattern=talksession]::before {
  height: 1141px;
  background-image: url("../img/bg_footer-01.png");
  background-size: auto 1141px;
}
.footer[data-footer-pattern=talksession] .footer__talksession > :last-child {
  margin-bottom: 0 !important;
}
.footer[data-footer-pattern=talksession] .footer__talksession {
  width: 830px;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  margin: 0 auto 185px;
}
.footer[data-footer-pattern=talksession] .footer__talksession--title {
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  margin: 0 0 40px;
}
.footer[data-footer-pattern=talksession] .footer__talksession--contents > :last-child {
  margin-bottom: 0 !important;
}
.footer[data-footer-pattern=talksession] .footer__talksession--link > :last-child {
  margin-bottom: 0 !important;
}
.footer[data-footer-pattern=talksession] .footer__talksession--link {
  color: #fff;
  padding: 0 0 35px;
  position: relative;
  display: block;
}
.footer[data-footer-pattern=talksession] .footer__talksession--link::before {
  content: "";
  width: 36px;
  height: 15px;
  -webkit-mask-image: url("../img/icon_arrow-01.svg");
          mask-image: url("../img/icon_arrow-01.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #fff;
  margin: 0 0 0 151px;
  position: absolute;
  left: 50%;
  bottom: 0;
}
.footer[data-footer-pattern=talksession] .footer__talksession--img {
  font-weight: 700;
  text-align: center;
  margin: 0 0 55px;
}
@media screen and (max-width: 768px) {
  .footer {
    background-image: url("../img/bg-01-sp.jpg");
    padding: 15px 0 20px;
  }
  .footer::before {
    height: 365px;
    background-image: url("../img/bg_footer-02-sp.png");
    background-size: auto 365px;
  }
  .footer__logo {
    width: 138px;
  }
  .footer__logo--txt {
    font-size: 13px;
  }
  .footer[data-footer-pattern=simple] {
    min-height: 420px;
  }
  .footer[data-footer-pattern=talksession] {
    padding-top: 130px;
  }
  .footer[data-footer-pattern=talksession]::before {
    height: 922px;
    background-image: url("../img/bg_footer-01-sp.png");
    background-size: auto 922px;
    top: -40px;
  }
  .footer[data-footer-pattern=talksession] .footer__talksession {
    width: 100%;
    margin: 0 0 230px;
  }
  .footer[data-footer-pattern=talksession] .footer__talksession--title {
    font-size: 28px;
    line-height: 1.5;
    margin: 0 0 10px;
  }
  .footer[data-footer-pattern=talksession] .footer__talksession--link {
    padding: 0;
  }
  .footer[data-footer-pattern=talksession] .footer__talksession--link::before {
    margin: 0;
    left: auto;
    right: 20px;
    bottom: 0;
  }
  .footer[data-footer-pattern=talksession] .footer__talksession--img {
    margin: 0 -10px 55px;
  }
  .footer[data-footer-pattern=talksession] .footer__talksession--txt {
    font-size: 18px;
    line-height: 2.3333333333;
    text-align: justify;
    word-break: break-all;
    padding: 0 20px;
  }
}

/* ------------------------------------------------------
 * primary
------------------------------------------------------ */
.primary > :last-child {
  margin-bottom: 0 !important;
}
.primary__mv {
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 0;
}
.primary__mv--inner > :last-child {
  margin-bottom: 0 !important;
}
.primary__mv--inner {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  display: block;
  transform: translateX(-50%);
}
.primary__mv--title {
  max-width: 34.4444444444vw;
  margin: 5.5555555556vw auto 25.6944444444vw;
}
.primary__mv--catch {
  font-family: "Zen Maru Gothic", sans-serif;
  text-box-trim: trim-both;
  margin: 0 0 2.0833333333vw;
}
.primary__mv--catch-label {
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 2.2222222222;
  letter-spacing: 0.05em;
  display: block;
}
.primary__mv--txt {
  max-width: 37.1527777778vw;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 0.9722222222vw;
  font-weight: 400;
  line-height: 1.7142857143;
  margin: 0 auto;
}
.primary__mv--bg {
  position: relative;
  z-index: 0;
}
.primary__mv--bg video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .primary__mv--inner {
    padding: 0 20px;
  }
  .primary__mv--title {
    max-width: 89.7435897436vw;
    margin: 30.7692307692vw auto 69.2307692308vw;
  }
  .primary__mv--catch {
    margin: 0 0 5.1282051282vw;
  }
  .primary__mv--catch-label {
    font-size: 4.1025641026vw;
    line-height: 1.75;
    letter-spacing: 0;
    text-align: justify;
    word-break: break-all;
  }
  .primary__mv--txt {
    max-width: none;
    font-size: 3.5897435897vw;
    text-align: justify;
    word-break: break-all;
  }
}
.primary__head {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  padding: 85px 0 142px;
  position: relative;
  z-index: 98;
}
.primary__head::before {
  content: "";
  width: 100%;
  height: 229px;
  background: url("../img/bg_title-04.png") no-repeat 50% 50%;
  background-size: auto 229px;
  position: absolute;
  top: 83px;
  left: 50%;
  display: block;
  transform: translateX(-50%);
}
.primary__head--inner {
  max-width: 910px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .primary__head--inner {
    max-width: none;
    padding: 0 20px;
  }
}
.primary__head--inner > :last-child {
  margin-bottom: 0 !important;
}
.primary__head--inner {
  position: relative;
  z-index: 101;
}
.primary__head--hdg-lv2 {
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 5px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.primary__head--hdg-lv2-main {
  font-size: 48px;
}
.primary__head--hdg-lv2-sub {
  font-size: 38px;
}
.primary__head--hdg-lv3 {
  font-size: 28px;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 10px;
}
.primary__head--layout {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}
.primary__head--layout-contents > :last-child {
  margin-bottom: 0 !important;
}
.primary__head--layout-contents {
  width: 50%;
}
.primary__head--layout-item {
  width: 50%;
}
.primary__head--layout-item img[src*=img_profile-] {
  width: 320px;
}
.primary__head--txt {
  font-size: 18px;
  line-height: 2.2222222222;
  text-align: justify;
  word-break: break-all;
  margin: 0 0 10px;
}
.primary__head--note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7142857143;
  text-align: justify;
  word-break: break-all;
  margin: 0 0 10px;
}
[data-page-directory=compass_for_the_future] .primary__head {
  padding-top: 175px;
}
[data-page-directory=compass_for_the_future] .primary__head::before {
  height: 393px;
  background-image: url("../img/bg_title-01.png");
  background-size: auto 393px;
  top: 83px;
}
[data-page-directory=compass_for_the_future] .primary__head .primary__head--hdg-lv2-main {
  padding: 0 0 0 68px;
}
[data-page-directory=compass_for_the_future] .primary__head .primary__head--hdg-lv2-main img[src*="icon_compass-01.svg"] {
  width: 68px;
}
[data-page-directory=meidai_navi] .primary__head {
  padding: 90px 0 160px;
}
[data-page-directory=meidai_navi] .primary__head::before {
  height: 398px;
  background-image: url("../img/bg_title-02.png");
  background-size: auto 398px;
  top: 92px;
}
[data-page-directory=meidai_navi] .primary__head .primary__head--hdg-lv2 img[src*="/meidai_navi/txt_title-01.png"] {
  width: 410px;
}
[data-page-directory=stories-students] .primary__head::before {
  height: 528px;
  background-image: url("../img/bg_title-03.png");
  background-size: auto 528px;
  top: 150px;
}
[data-page-directory=stories-story] .primary__head::before {
  height: 229px;
  background-image: url("../img/bg_title-04.png");
  background-size: auto 229px;
  top: 40px;
}
[data-page-directory=talksession] .primary__head::before {
  height: 552px;
  background-image: url("../img/bg_title-05.png");
  background-size: auto 552px;
  top: 150px;
}
[data-page-directory=talksession] .primary__head .primary__head--inner {
  width: 830px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  row-gap: 40px;
}
[data-page-directory=talksession] .primary__head .primary__head--hdg-lv2 {
  order: 2;
}
[data-page-directory=talksession] .primary__head .primary__head--txt {
  text-align: center;
  order: 3;
}
[data-page-directory=talksession] .primary__head .primary__head--img {
  order: 1;
}
@media screen and (max-width: 768px) {
  .primary__head {
    padding: 95px 0 70px;
  }
  .primary__head::before {
    height: 160px;
    background-image: url("../img/bg_title-04-sp.png");
    background-size: auto 160px;
    top: 30px;
  }
  .primary__head--hdg-lv2 {
    line-height: 1.5;
    margin: 0 0 30px;
  }
  .primary__head--hdg-lv2-main {
    font-size: 28px;
  }
  .primary__head--hdg-lv2-sub {
    font-size: 22px;
  }
  .primary__head--hdg-lv3 {
    font-size: 24px;
    margin: 0 0 20px;
  }
  .primary__head--layout {
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: center;
    row-gap: 20px;
  }
  .primary__head--layout-contents {
    width: auto;
  }
  .primary__head--layout-item {
    width: auto;
  }
  .primary__head--layout-item img[src*=img_profile-] {
    width: 275px;
  }
  .primary__head--txt {
    font-size: 16px;
    line-height: 2.25;
    margin: 0 0 15px;
  }
  .primary__head--note {
    margin: 0 0 15px;
  }
  [data-page-directory=compass_for_the_future] .primary__head {
    padding: 120px 0 100px;
  }
  [data-page-directory=compass_for_the_future] .primary__head::before {
    height: 305px;
    background-image: url("../img/bg_title-01-sp.png");
    background-size: auto 305px;
    top: 36px;
  }
  [data-page-directory=compass_for_the_future] .primary__head .primary__head--hdg-lv2-main {
    padding: 0 0 0 41px;
  }
  [data-page-directory=compass_for_the_future] .primary__head .primary__head--hdg-lv2-main img[src*="icon_compass-01.svg"] {
    width: 41px;
  }
  [data-page-directory=meidai_navi] .primary__head {
    padding: 65px 0 100px;
  }
  [data-page-directory=meidai_navi] .primary__head::before {
    height: 270px;
    background-image: url("../img/bg_title-02-sp.png");
    background-size: auto 270px;
    top: 62px;
  }
  [data-page-directory=meidai_navi] .primary__head .primary__head--hdg-lv2 img[src*="/meidai_navi/txt_title-01.png"] {
    width: 260px;
  }
  [data-page-directory=stories-students] .primary__head {
    min-height: 870px;
  }
  [data-page-directory=stories-students] .primary__head::before {
    height: 860px;
    background-image: url("../img/bg_title-03-sp.png");
    background-size: auto 860px;
    top: 30px;
  }
  [data-page-directory=stories-story] .primary__head::before {
    height: 160px;
    background-image: url("../img/bg_title-04-sp.png");
    background-size: auto 160px;
    top: 30px;
  }
  [data-page-directory=talksession] .primary__head {
    padding-top: 156px;
  }
  [data-page-directory=talksession] .primary__head::before {
    height: 360px;
    background-image: url("../img/bg_title-05-sp.png");
    background-size: auto 360px;
    top: 74px;
  }
  [data-page-directory=talksession] .primary__head .primary__head--inner {
    width: auto;
    row-gap: 30px;
  }
  [data-page-directory=talksession] .primary__head .primary__head--hdg-lv2 {
    margin: 0;
  }
  [data-page-directory=talksession] .primary__head .primary__head--txt {
    text-align: justify;
    word-break: break-all;
    padding: 0 20px;
  }
  [data-page-directory=talksession] .primary__head .primary__head--img {
    padding: 0 0 10px;
    margin: 0 -10px;
  }
}
.primary__article {
  background: url("../img/bg-04.png") repeat-y 50% 0 #FFFDDF;
  background-size: 1317.5px auto;
  padding: 85px 0 250px;
  position: relative;
  z-index: 1;
}
.primary__article::before, .primary__article::after {
  content: "";
  width: 100%;
  height: 52px;
  background: url("../img/bg-03.png") repeat-x 50% 100%;
  background-size: auto 52px;
  position: absolute;
  left: 50%;
  display: block;
  transform: translateX(-50%);
}
.primary__article::before {
  top: -52px;
}
.primary__article::after {
  bottom: -52px;
  transform: translateX(-50%) rotate(180deg);
}
.primary__article--inner > :last-child {
  margin-bottom: 0 !important;
}
[data-page-directory=top] .primary__article {
  padding-top: 20px;
}
[data-page-directory=top] .primary__article::before {
  display: none;
}
[data-page-directory=talksession] .primary__article {
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .primary__article {
    background-image: url("../img/bg-04-sp.png");
    background-size: 350px auto;
    padding: 85px 0 180px;
  }
  .primary__article::before, .primary__article::after {
    height: 15px;
    background-image: url("../img/bg-03-sp.png");
    background-size: auto 15px;
  }
  .primary__article::before {
    top: -15px;
  }
  .primary__article::after {
    bottom: -15px;
  }
  [data-page-directory=top] .primary__article {
    padding: 5px 0 90px;
  }
  [data-page-directory=talksession] .primary__article {
    padding: 35px 0 240px;
  }
}

/* ------------------------------------------------------
 * section
------------------------------------------------------ */
.section {
  margin: 0 0 160px;
}
.section__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section__inner {
    max-width: none;
    padding: 0 20px;
  }
}
.section__inner > :last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .section {
    margin: 0 0 60px;
  }
}

/* ------------------------------------------------------
 * hdg
------------------------------------------------------ */
.hdg__lv3 {
  color: #006E4F;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .hdg__lv3 {
    font-size: 24px;
    padding: 0 10px;
    margin: 0 -20px 20px;
  }
}
.hdg__ribbon {
  min-height: 72px;
  background: url("../img/bg_ribbon-01.svg") no-repeat 50% 50%;
  background-size: 320px auto;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding: 0 0 0.2em;
  margin: 0 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hdg__ribbon--label {
  line-height: 1;
  text-box-trim: trim-both;
  transform: rotate(-8deg);
}
@media screen and (max-width: 768px) {
  .hdg__ribbon {
    min-height: 62px;
    background-size: 275px auto;
    font-size: 19px;
  }
}

/* ------------------------------------------------------
 * btn
------------------------------------------------------ */
.btn__block {
  margin: 0 0 150px;
}
.btn__block--inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .btn__block--inner {
    max-width: none;
    padding: 0 20px;
  }
}
.btn__block--inner > :last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .btn__block {
    margin: 0 0 90px;
  }
}
.btn__item {
  text-align: center;
}
.btn__item--label {
  border-radius: 100px;
  background: #006E4F;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  padding: 15px 60px;
  margin: 0 auto;
  position: relative;
  display: inline-block;
}
.btn__item--label::before {
  content: "";
  width: 36px;
  height: 15px;
  -webkit-mask-image: url("../img/icon_arrow-01.svg");
          mask-image: url("../img/icon_arrow-01.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  transform: translateY(-50%);
}
/* ------------------------------------------------------
 * anchor
------------------------------------------------------ */
.anchor {
  margin: 0 0 80px;
}
.anchor__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .anchor__inner {
    max-width: none;
    padding: 0 20px;
  }
}
.anchor__inner > :last-child {
  margin-bottom: 0 !important;
}
.anchor__list {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  -moz-column-gap: 13px;
       column-gap: 13px;
}
.anchor__list > li {
  width: 100%;
  max-width: 238px;
}
.anchor__list > li a {
  width: 100%;
  height: 100%;
  border: 2px solid #006E4F;
  border-radius: 20px 20px 0 0;
  background: #C6E3B8;
  color: #006E4F;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  padding: 15px 40px 15px 10px;
  position: relative;
  display: block;
}
.anchor__list > li a::before {
  content: "";
  width: 33px;
  height: 13px;
  -webkit-mask-image: url("../img/icon_arrow-01.svg");
          mask-image: url("../img/icon_arrow-01.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #006E4F;
  position: absolute;
  top: 50%;
  right: 9px;
  display: block;
  transform: translateY(-50%) rotate(90deg);
}
.anchor__list--txt0506 {
  letter-spacing: -0.3em;
}
@media screen and (max-width: 768px) {
  .anchor {
    margin: 0 0 40px;
  }
  .anchor__list {
    flex-wrap: wrap;
    align-items: center;
    align-content: flex-end;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
  }
  .anchor__list > li {
    width: calc(50% - 5px);
    max-width: 170px;
  }
  .anchor__list > li a {
    font-size: 16px;
    padding: 13px 30px 13px 10px;
  }
  .anchor__list > li a::before {
    width: 26px;
    height: 11px;
    right: 7px;
  }
}

/* ------------------------------------------------------
 * link
------------------------------------------------------ */
.link__txt {
  font-weight: 700;
  text-decoration: underline;
}
.link__txt:hover {
  text-decoration: none;
}
/* ------------------------------------------------------
 * img-layout
------------------------------------------------------ */
.img-layout {
  margin: 0 0 60px;
  display: flex;
  -moz-column-gap: 48px;
       column-gap: 48px;
}
.img-layout__contents > :last-child, .img-layout__item > :last-child {
  margin-bottom: 0 !important;
}
.img-layout__contents, .img-layout__item {
  width: 50%;
}
.img-layout__contents {
  text-align: justify;
  word-break: break-all;
}
.img-layout__item--caption {
  line-height: 1.7142857143;
  text-align: justify;
  word-break: break-all;
}
.img-layout__item--caption-title {
  font-size: 18px;
  font-weight: 700;
}
.img-layout__item--caption-contents {
  font-size: 14px;
}
.img-layout[data-img-layout*=left] {
  flex-direction: row-reverse;
}
.img-layout[data-img-layout*=inner-column] > .img-layout__item {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.img-layout[data-img-layout*=inner-column] > .img-layout__item > * {
  width: 50%;
}
.img-layout[data-img-layout*=inner-column] > .img-layout__item .img-layout__item--caption {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .img-layout {
    margin: 0 0 40px;
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 40px;
  }
  .img-layout__contents, .img-layout__item {
    width: 100%;
  }
  .img-layout[data-img-layout*=left] {
    flex-direction: column;
  }
  .img-layout[data-img-layout*=inner-column] > .img-layout__item {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 20px;
  }
  .img-layout[data-img-layout*=inner-column] > .img-layout__item > * {
    width: 100%;
  }
  .img-layout[data-img-layout*=inner-column] > .img-layout__item .img-layout__item--caption {
    display: block;
  }
}

/* ------------------------------------------------------
 * txt
------------------------------------------------------ */
.txt {
  text-align: justify;
  word-break: break-all;
  margin: 0 0 1.5em;
}
/* ------------------------------------------------------
 * top
 * [data-page-directory="top"]
------------------------------------------------------ */
.top__btns {
  margin: 0 0 150px;
}
.top__btns--inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top__btns--inner {
    max-width: none;
    padding: 0 20px;
  }
}
.top__btns--inner > :last-child {
  margin-bottom: 0 !important;
}
.top__btns--list {
  display: flex;
  justify-content: center;
  -moz-column-gap: 48px;
       column-gap: 48px;
}
@media screen and (max-width: 768px) {
  .top__btns {
    margin: 0 0 50px;
  }
  .top__btns--list {
    display: block;
  }
  .top__btns--list > li {
    margin: 0 0 7px;
  }
  .top__btns--list > li:last-child {
    margin-bottom: 0;
  }
}
.top__profile {
  margin: 0 0 200px;
}
.top__profile--inner {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top__profile--inner {
    max-width: none;
    padding: 0 20px;
  }
}
.top__profile--inner > :last-child {
  margin-bottom: 0 !important;
}
.top__profile--inner {
  padding: 0 36px;
}
.top__profile--txt {
  margin: 0 0 50px;
}
.top__profile--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -moz-column-gap: 48px;
       column-gap: 48px;
  row-gap: 80px;
}
.top__profile--list > li {
  width: 320px;
}
.top__profile--list-link {
  padding: 0 0 25px;
  position: relative;
  display: block;
}
.top__profile--list-link::before {
  content: "";
  width: 36px;
  height: 15px;
  -webkit-mask-image: url("../img/icon_arrow-01.svg");
          mask-image: url("../img/icon_arrow-01.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #006E4F;
  position: absolute;
  right: 0;
  bottom: 0;
}
.top__profile--list-inner > :last-child {
  margin-bottom: 0 !important;
}
.top__profile--list-title {
  margin: 0 auto 20px;
}
.top__profile--list-contents > :last-child {
  margin-bottom: 0 !important;
}
.top__profile--list-contents {
  font-size: 14px;
  line-height: 1.7142857143;
  text-align: justify;
  word-break: break-all;
}
.top__profile .hdg__lv3 {
  margin: 0 0 35px;
}
@media screen and (max-width: 768px) {
  .top__profile {
    margin: 0 0 100px;
  }
  .top__profile--inner {
    padding: 0 40px;
  }
  .top__profile--txt {
    margin: 0 -20px 40px;
  }
  .top__profile--list {
    display: block;
  }
  .top__profile--list > li {
    width: 100%;
    margin: 0 0 60px;
  }
  .top__profile--list > li:last-child {
    margin-bottom: 0;
  }
  .top__profile--list-link {
    padding: 0;
  }
  .top__profile--list-title {
    width: 275px;
  }
  .top__profile .hdg__lv3 {
    margin: 0 0 20px;
  }
}

/* ------------------------------------------------------
 * ４年間の振り返り
------------------------------------------------------ */
.students__history {
  margin: 0 0 100px;
}
.students__history--inner {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .students__history--inner {
    max-width: none;
    padding: 0 20px;
  }
}
.students__history--inner > :last-child {
  margin-bottom: 0 !important;
}
.students__history--inner {
  padding: 0 5px;
}
.students__history--box {
  border-radius: 20px;
  background: url("../img/bg-02.jpg") repeat-y 50% 0 #3D8629;
  background-size: 100% auto;
  color: #fff;
  font-weight: 500;
  margin: 0 0 40px;
  position: relative;
}
.students__history--box::before {
  content: "";
  width: 114px;
  height: 43px;
  background: url("../img/icon_eraser-01.svg") no-repeat 50% 50%;
  background-size: auto 43px;
  position: absolute;
  bottom: 0;
  right: 73px;
  z-index: 1;
  display: block;
}
.students__history--box-inner > :last-child {
  margin-bottom: 0 !important;
}
.students__history--box-inner {
  padding: 80px 50px 100px;
}
.students__history--box-title {
  min-height: 80px;
  background: url("../img/bg_ribbon-02.svg") no-repeat 50% 50%;
  background-size: 363px auto;
  color: #006E4F;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding: 0 0 0.2em;
  margin: -110px 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.students__history--box-title-label {
  line-height: 1;
  letter-spacing: -0.02em;
  text-box-trim: trim-both;
  transform: rotate(-8deg);
}
.students__history--box-txt {
  text-align: justify;
  word-break: break-all;
  margin: 0 0 1.5em;
}
.students__history--block > :last-child {
  margin-bottom: 0 !important;
}
.students__history--block {
  font-size: 14px;
  line-height: 1.7142857143;
  margin: 0 0 40px;
}
.students__history--block-title {
  font-weight: 700;
}
.students__history--block-txt {
  text-align: justify;
  word-break: break-all;
}
.students__history--block-list > li {
  text-align: justify;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .students__history {
    margin: 0 0 80px;
  }
  .students__history--inner {
    padding: 0 20px;
  }
  .students__history--box {
    background-image: url("../img/bg-02-sp.jpg");
  }
  .students__history--box::before {
    right: 20px;
  }
  .students__history--box-inner {
    padding: 80px 20px 60px;
  }
  .students__history--box-title {
    min-height: 69px;
    background-size: auto 65px;
    font-size: 19px;
    margin: -100px 0 30px;
  }
}

/* ------------------------------------------------------
 * 学部名
------------------------------------------------------ */
.students__title {
  width: 320px;
  position: relative;
  display: block;
}
.students__title--txt {
  width: 100%;
  min-height: 72px;
  background: url("../img/bg_ribbon-01.svg") no-repeat 50% 50%;
  background-size: 320px auto;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding: 0 0 0.2em;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: translateX(-50%);
}
.students__title--txt-label {
  line-height: 1;
  text-box-trim: trim-both;
  transform: rotate(-8deg);
}
.students__title--img {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .students__title {
    width: 275px;
  }
  .students__title--txt {
    min-height: 62px;
    background-size: 275px auto;
    font-size: 19px;
  }
}

/* ------------------------------------------------------
 * みんなのストーリー
------------------------------------------------------ */
.story__nav {
  margin: 0 0 130px;
}
.story__nav--inner {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .story__nav--inner {
    max-width: none;
    padding: 0 20px;
  }
}
.story__nav--inner > :last-child {
  margin-bottom: 0 !important;
}
.story__nav--list {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 15px;
}
.story__nav--list > li {
  width: 160px;
  height: 160px;
}
.story__nav--list > li:nth-child(even) .story__nav--list-inner {
  background: #006E4F;
}
.story__nav--list-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid #006E4F;
  background: #02984D;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1;
  padding: 0 0 3px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.story__nav--list-inner::before, .story__nav--list-inner::after {
  content: "";
  position: absolute;
  display: block;
}
.story__nav--list-inner::before {
  width: calc(100% - 7px);
  height: calc(100% - 7px);
  border-radius: 50%;
  border: 2px dashed #fff;
  top: 50%;
  left: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
}
.story__nav--list-inner::after {
  width: 36px;
  height: 15px;
  -webkit-mask-image: url("../img/icon_arrow-01.svg");
          mask-image: url("../img/icon_arrow-01.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #fff;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
}
.story__nav--list-label {
  text-box-trim: trim-both;
  position: relative;
  z-index: 1;
}
.story__nav--list-label > * {
  display: block;
}
.story__nav--list-label-main {
  font-size: 20px;
  line-height: 1.4;
}
.story__nav--list-label-sub {
  font-size: 14px;
  line-height: 1.7142857143;
  text-box-trim: trim-both;
}
.story__nav .hdg__lv3 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.story__nav .hdg__lv3 .hdg__lv3--icon[src*="icon_everyone-01.png"] {
  width: 117px;
}
@media screen and (max-width: 768px) {
  .story__nav {
    margin: 0 0 100px;
  }
  .story__nav--list {
    margin: 0 -20px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
  }
  .story__nav--list > li {
    width: 110px;
    height: 110px;
  }
  .story__nav--list-inner {
    border-width: 2px;
  }
  .story__nav--list-inner::before {
    width: calc(100% - 6px);
    height: calc(100% - 6px);
  }
  .story__nav--list-inner::after {
    width: 19px;
    height: 8px;
    bottom: 13px;
  }
  .story__nav--list-label-main {
    font-size: 16px;
    line-height: 1.375;
  }
  .story__nav--list-label-sub {
    font-size: 11px;
    line-height: 2;
  }
  .story__nav--list-label-txt0506 {
    letter-spacing: -0.3em;
  }
  .story__nav .hdg__lv3 {
    padding: 30px 0 0;
    margin: 0 0 40px;
    position: relative;
    display: block;
  }
  .story__nav .hdg__lv3 .hdg__lv3--icon {
    margin: 0 3.5em 0 0;
    position: absolute;
    top: 0;
    right: 50%;
  }
  .story__nav .hdg__lv3 .hdg__lv3--icon[src*="icon_everyone-01.png"] {
    width: 88px;
  }
}

/* ------------------------------------------------------
 * 名大生トークセッション
------------------------------------------------------ */
.talksession__about {
  margin: 0 0 160px;
}
.talksession__about--inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .talksession__about--inner {
    max-width: none;
    padding: 0 20px;
  }
}
.talksession__about--inner > :last-child {
  margin-bottom: 0 !important;
}
.talksession__about--member {
  margin: 0 0 55px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  -moz-column-gap: 19px;
       column-gap: 19px;
}
.talksession__about--member > li > :last-child {
  margin-bottom: 0 !important;
}
.talksession__about--member > li {
  text-align: center;
}
.talksession__about--member-img {
  margin: 0 0 20px;
}
.talksession__about--member-txt {
  font-size: 16px;
  line-height: 2;
}
.talksession__about--member-txt-em {
  color: #006E4F;
  font-size: 18px;
  font-weight: 600;
}
.talksession__about--note {
  font-size: 14px;
  text-align: right;
  margin: 0 0 40px;
}
.talksession__about--img {
  max-width: 1033px;
  margin: 0 auto 60px;
}
.talksession__about--img img {
  border-radius: 500px;
}
@media screen and (max-width: 768px) {
  .talksession__about {
    margin: 0 0 70px;
  }
  .talksession__about--member {
    margin: 0 0 20px;
    display: block;
  }
  .talksession__about--member > li {
    width: 225px;
    margin: 0 auto 15px;
  }
  .talksession__about--member > li:last-child {
    margin-bottom: 0;
  }
  .talksession__about--note {
    margin: 0 0 35px;
  }
  .talksession__about--img {
    max-width: none;
    margin: 0 -20px 40px;
  }
  .talksession__about--img img {
    width: 100%;
    border-radius: 0;
  }
}
.talksession__talk {
  margin: 0 0 150px;
}
.talksession__talk--inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .talksession__talk--inner {
    max-width: none;
    padding: 0 20px;
  }
}
.talksession__talk--inner > :last-child {
  margin-bottom: 0 !important;
}
.talksession__talk--title {
  color: #006E4F;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 50px;
}
.talksession__talk--txt {
  text-align: justify;
  word-break: break-all;
  margin: 0 0 1.5em;
}
.talksession__talk--txt-name {
  color: #006E4F;
  font-weight: 700;
}
.talksession__talk--img img {
  border-radius: 500px;
}
@media screen and (max-width: 768px) {
  .talksession__talk {
    margin: 0 0 60px;
  }
  .talksession__talk--title {
    text-align: left;
    margin: 0 0 30px;
  }
}
.talksession__catch {
  margin: 210px 0 130px;
}
.talksession__catch--inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .talksession__catch--inner {
    max-width: none;
    padding: 0 20px;
  }
}
.talksession__catch--inner > :last-child {
  margin-bottom: 0 !important;
}
.talksession__catch--img {
  position: relative;
}
.talksession__catch--img-txt {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: 0.1em;
  position: absolute;
  top: -35px;
  left: 50%;
  z-index: 1;
  display: inline-block;
  transform: translateX(-50%) rotate(-8deg);
}
.talksession__catch--img img {
  border-radius: 500px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .talksession__catch {
    margin: 160px 0 100px;
  }
  .talksession__catch--inner {
    padding: 0;
  }
  .talksession__catch--img-txt {
    width: 300px;
    font-size: 16px;
    line-height: 1.75;
  }
  .talksession__catch--img img {
    width: 100%;
    border-radius: 0;
  }
}

/* ------------------------------------------------------
 * 未来への羅針盤
 * [data-page-directory="compass_for_the_future"]
------------------------------------------------------ */
[data-page-directory=compass_for_the_future] .hdg__lv3 {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  [data-page-directory=compass_for_the_future] .hdg__lv3 {
    margin-bottom: 20px;
  }
  [data-page-directory=compass_for_the_future] .img-layout__item--commentator {
    padding: 0 36px;
  }
}

/* ------------------------------------------------------
 * 名大ナビ
 * [data-page-directory="meidai_navi"]
------------------------------------------------------ */
[data-page-directory=meidai_navi] .hdg__lv3 {
  margin-bottom: 70px;
}
[data-page-directory=meidai_navi] .meidai_navi__consultation {
  max-width: calc(50% - 24px);
  margin: 0 0 60px;
}
[data-page-directory=meidai_navi] .meidai_navi__consultation img[src$="bnr-01.png"] {
  width: 384px;
}
@media screen and (max-width: 768px) {
  [data-page-directory=meidai_navi] .hdg__lv3 {
    font-size: 28px;
    line-height: 1.4285714286;
    margin-bottom: 60px;
  }
  [data-page-directory=meidai_navi] .img-layout__item--commentator {
    padding: 0 36px;
  }
  [data-page-directory=meidai_navi] .meidai_navi__consultation {
    max-width: none;
    margin: 0 0 40px;
  }
  [data-page-directory=meidai_navi] .meidai_navi__consultation img[src$="bnr-01.png"] {
    width: 100%;
  }
}

/* ------------------------------------------------------
 * 文系学部 / 工学部 / 理系学部 / 医学部
 * [data-page-directory="stories-students"]
------------------------------------------------------ */
/* ------------------------------------------------------
 * 1年次ページ / 2年次ページ / 3年次ページ / 4年次ページ / 5〜6年次ページ
 * [data-page-directory="stories-story"]
------------------------------------------------------ */
/* ------------------------------------------------------
 * 名大生トークセッション
 * [data-page-directory="talksession"]
------------------------------------------------------ */