@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
@import url("https://use.typekit.net/byg8oyf.css");
body {
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 100;
  src: url("../font/NotoSansCJKjp-Thin.woff") format("woff");
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 200;
  src: url("../font/NotoSansCJKjp-Light.woff") format("woff");
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 300;
  src: url("../font/NotoSansCJKjp-DemiLight.woff") format("woff");
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansCJKjp-Regular.woff") format("woff");
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSansCJKjp-Medium.woff") format("woff");
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansCJKjp-Bold.woff") format("woff");
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 900;
  src: url("../font/NotoSansCJKjp-Black.woff") format("woff");
}
@font-face {
  font-family: "NotoSerifCJKjp";
  font-style: normal;
  font-weight: 100;
  src: url("../font/NotoSerifCJKjp-Thin.woff") format("woff");
}
@font-face {
  font-family: "NotoSerifCJKjp";
  font-style: normal;
  font-weight: 200;
  src: url("../font/NotoSerifCJKjp-Light.woff") format("woff");
}
@font-face {
  font-family: "NotoSerifCJKjp";
  font-style: normal;
  font-weight: 300;
  src: url("../font/NotoSerifCJKjp-DemiLight.woff") format("woff");
}
@font-face {
  font-family: "NotoSerifCJKjp";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSerifCJKjp-Regular.woff") format("woff");
}
@font-face {
  font-family: "NotoSerifCJKjp";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSerifCJKjp-Medium.woff") format("woff");
}
@font-face {
  font-family: "NotoSerifCJKjp";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSerifCJKjp-Bold.woff") format("woff");
}
@font-face {
  font-family: "NotoSerifCJKjp";
  font-style: normal;
  font-weight: 900;
  src: url("../font/NotoSerifCJKjp-Black.woff") format("woff");
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "NotoSansCJKjp", sans-serif;
  font-size: 0.875rem;
  color: black;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  fill: currentColor;
  width: 100%;
  height: auto;
}

button {
  letter-spacing: 2px;
  cursor: pointer;
}

a {
  text-decoration: none;
  color: black;
}

.ft-14 {
  font-size: 14px !important;
}

.ft-18 {
  font-size: 18px !important;
}

.ft-28 {
  font-size: 28px !important;
}

.ft-31 {
  font-size: 31px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.flex-st {
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.pn {
  display: none !important;
}

.txt_red {
  color: #910000;
}

/* Hamberger Menu Custom */
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0px;
  left: 0;
  background-color: white;
  background-color: white;
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 70px;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 18px;
  color: #1f1e1e;
  display: block;
  transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
  color: black;
}

.overlay-content .com-header__phone a::before {
  margin-left: unset;
}

.overlay-content .com-header-sp__btn button {
  margin-left: unset;
  margin-right: unset;
  margin-top: 16px;
}

@media only screen and (max-width: 768px) {
  .pn {
    display: block !important;
  }
}
.c-breadcrumb {
  padding-top: 16px;
}
.c-breadcrumb ul {
  margin: 0 auto 24px;
  text-align: left;
  font-size: 14px;
}
.c-breadcrumb ul li {
  display: inline;
}
.c-breadcrumb ul li a {
  text-decoration: none;
  color: #69655d;
}
.c-breadcrumb ul li:after {
  content: "＞";
  padding-left: 0.75rem;
  margin-right: 0.25rem;
}
.c-breadcrumb ul li.current:after {
  content: "";
}

.c-page-top {
  display: none;
  background-color: #F3E9DC;
  padding: 40px 0;
}

.c-bnrArea {
  margin-top: 100px;
}
.c-bnrArea ul li {
  width: 24%;
  margin-right: 1%;
  margin-bottom: 5px;
}
.c-bnrArea .small {
  font-size: 10.5px;
  text-align: left;
}

.c-infor {
  margin-top: 25px;
  border-top: 5px solid #5A6840;
  background-color: #F9F4ED;
  padding: 0 60px 40px;
}
.c-infor.v2-border {
  border-top: 5px solid #7f3143 !important;
}
.c-infor__lead {
  display: flex;
  justify-content: center;
}
.c-infor__lead h3 {
  color: #5A6840;
  font-size: 32px;
  font-weight: bold;
  font-family: "Noto Serif JP", sans-serif;
  position: relative;
  text-align: center;
  margin: 45px 0;
  display: inline-block;
}
.c-infor__lead h3::before {
  content: "";
  background: url(../img/university/wing-left2023g.png) no-repeat;
  background-size: contain;
  width: 78px;
  height: 78px;
  position: absolute;
  top: -3px;
  left: -120px;
}
.c-infor__lead h3::after {
  content: "";
  background: url(../img/university/wing-right2023g.png) no-repeat;
  background-size: contain;
  width: 78px;
  height: 78px;
  position: absolute;
  top: -3px;
  right: -120px;
}
.c-infor__lead.v2-wings h3 {
  color: #8a1716;
}
.c-infor__lead.v2-wings h3::before {
  background: url(../img/collection/wing-left2023r.png) no-repeat;
  background-size: contain;
  width: 78px;
  height: 78px;
  position: absolute;
  top: -3px;
  left: -120px;
}
.c-infor__lead.v2-wings h3::after {
  background: url(../img/collection/wing-right2023r.png) no-repeat;
  background-size: contain;
  width: 78px;
  height: 78px;
  position: absolute;
  top: -3px;
  right: -120px;
}
.c-infor__line {
  display: flex;
  justify-content: center;
}
.c-infor__line span {
  width: 50px;
  border-bottom: 1px solid #5A6840;
  display: block;
}
.c-infor__desc {
  font-size: 17.72px;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: bold;
  line-height: 2;
  margin: 40px 0 20px;
}
.c-infor__desc.no-mt {
  margin-top: 0;
}
.c-infor__desc.txt-center {
  text-align: center;
}
.c-infor-panel {
  position: relative;
  background-color: white;
  padding: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}
.c-infor-panel__ttl {
  color: #5A6840;
  font-weight: bold;
  padding-left: 10px;
  border-left: 5px solid #5A6840;
}
.c-infor-panel__ttl h3 {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 24px;
}
.c-infor-panel__ttl h3 span.sub {
  font-size: 21px;
}
.c-infor-panel__ttl h4 {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 21px;
}
.c-infor-panel__desc {
  margin: 0 20px;
}
.c-infor-panel__desc .collapsible {
  color: white;
  cursor: pointer;
  padding-top: 20px;
  width: 100%;
  text-align: left;
  font-size: 15.6px;
  color: black;
  font-weight: 500;
}
.c-infor-panel__desc .collapsible::before {
  content: "▶";
  display: inline-block;
}
.c-infor-panel__desc .collapsible.active::before {
  content: "▼";
  display: inline-block;
}
.c-infor-panel__desc .content {
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.c-infor-panel__desc .content p {
  padding-top: 20px;
  font-size: 15.6px;
  font-weight: 500;
}
.c-infor-panel-txtarea {
  margin: 20px 20px 0;
  font-size: 16.2px;
}
.c-infor-panel-txtarea-item {
  margin-bottom: 10px;
  display: flex;
}
.c-infor-panel-txtarea-item__label p {
  color: white;
  background-color: #5A6840;
  padding: 0 10px;
  border-radius: 2px;
  margin-right: 10px;
  font-weight: 500;
  white-space: nowrap;
}
.c-infor-panel__contact {
  margin-top: 40px;
  padding: 20px;
  background-color: #DEE1D9;
  text-align: center;
}
.c-infor-panel__contact.custom-mt {
  margin-top: 10px;
}
.c-infor-panel__contact p {
  font-size: 15.6px;
  font-weight: bold;
}
.c-infor-panel__contact button {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  padding: 15px;
  width: 75%;
  border: 1px solid #5A6840;
  color: #5A6840;
}
.c-infor-panel::after {
  content: "";
  background: url(../img/university/corner.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
}
.c-infor-panel-group {
  display: flex;
  justify-content: space-between;
}
.c-infor-panel-groupRight p {
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  white-space: pre;
}
.c-infor-panel-groupRight-img {
  text-align: right;
}
.c-infor-panel-groupLeft.university-section {
  width: 68%;
}
@media only screen and (max-width: 768px) {
  .c-infor-panel-groupLeft.university-section {
    width: 100%;
  }
}
.c-infor-panel-groupLeft.asics-section {
  width: 90%;
}
@media only screen and (max-width: 768px) {
  .c-infor-panel-groupLeft.asics-section {
    width: 100%;
  }
}
.c-infor-panel-groupLeft.int-lit-museum-section, .c-infor-panel-groupLeft.waseda-museum-section, .c-infor-panel-groupLeft.waseda-sports-museum-section {
  width: 70%;
}
@media only screen and (max-width: 768px) {
  .c-infor-panel-groupLeft.int-lit-museum-section, .c-infor-panel-groupLeft.waseda-museum-section, .c-infor-panel-groupLeft.waseda-sports-museum-section {
    width: 100%;
  }
}
.c-infor-panel-groupLeft.shimpa-section {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .c-infor-panel-groupLeft.shimpa-section {
    width: 100%;
  }
}
.c-infor-panel-groupRight.asics, .c-infor-panel-groupRight.alumni-salon, .c-infor-panel-groupRight.university-briefing, .c-infor-panel-groupRight.kagamiyama {
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  .c-infor-panel-groupRight.asics, .c-infor-panel-groupRight.alumni-salon, .c-infor-panel-groupRight.university-briefing, .c-infor-panel-groupRight.kagamiyama {
    margin-top: 0;
  }
}
.c-infor-panel-groupRight.int-lit-museum-section, .c-infor-panel-groupRight.waseda-sports-museum-section, .c-infor-panel-groupRight.waseda-museum-section, .c-infor-panel-groupRight.family-portrait-section {
  width: 30%;
  margin-top: 25px;
}
.c-infor-panel-groupRight.int-lit-museum-section img, .c-infor-panel-groupRight.waseda-sports-museum-section img, .c-infor-panel-groupRight.waseda-museum-section img, .c-infor-panel-groupRight.family-portrait-section img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .c-infor-panel-groupRight.int-lit-museum-section, .c-infor-panel-groupRight.waseda-sports-museum-section, .c-infor-panel-groupRight.waseda-museum-section, .c-infor-panel-groupRight.family-portrait-section {
    width: 100%;
    margin-top: 0;
  }
}
.c-infor-panel-groupRight.shimpa-section {
  margin-top: 25px;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .c-infor-panel-groupRight.shimpa-section {
    margin-top: 0;
    width: 100%;
  }
}
.c-infor-panel-groupRight.family-portrait-section img {
  width: 40%;
}
.c-infor__img03 img {
  width: 182px;
}

.modern-zen-img {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .modern-zen-img {
    width: auto;
  }
}

.c-infor-panel__link {
  color: blue;
  text-decoration: underline;
}

.c-infor-panel__contact .add-underline {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.c-infor-panel__contact__btn {
  width: 75%;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  background: #efefef;
  box-sizing: border-box;
  border: 1px solid #5A6840;
}
.c-infor-panel__contact__btn p {
  padding: 14px 15px;
  font-size: 16px;
  font-weight: 500;
  color: #5A6840;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .c-infor-panel__contact__btn {
    width: 100%;
  }
  .c-infor-panel__contact__btn p {
    padding: 13px 15px;
    font-size: 12px;
  }
}
.c-infor-panel__contact.custom-btn {
  padding: 0 20px;
  background-color: transparent;
}

.p-collection .c-infor-panel-txtarea-item__label p {
  background-color: #af6e50;
}
.p-collection .c-infor-panel__contact button {
  border-color: #7f3143;
  color: #7f3143;
}
.p-collection .c-infor-panel__contact__btn {
  border-color: #7f3143;
}
.p-collection .c-infor-panel__contact__btn p {
  color: #7f3143;
}

@media only screen and (max-width: 768px) {
  .c-page-top {
    display: block;
    margin-top: 50px;
    text-align: center;
  }
  .c-page-top img {
    width: 20px;
  }
  .c-page-top p {
    font-size: 20px;
    color: #931E22;
  }
  .c-bnrArea {
    margin-top: 50px;
  }
  .c-bnrArea ul {
    max-width: 245px;
    margin: 0 auto;
  }
  .c-bnrArea ul li {
    width: 100%;
    margin: 0;
  }
  .c-bnrArea ul li + li {
    margin-top: 20px;
  }
  .c-bnrArea .small {
    font-size: 11px;
    text-align: left;
  }
  .c-infor {
    padding: 0 10px 20px;
  }
  .c-infor__lead h3 {
    margin: 30px 0 20px;
    font-size: 18px;
  }
  .c-infor__lead h3::before {
    width: 34px !important;
    height: 31px !important;
    top: 2px !important;
    left: -40px !important;
  }
  .c-infor__lead h3::after {
    width: 34px !important;
    height: 31px !important;
    top: 2px !important;
    right: -40px !important;
  }
  .c-infor__desc {
    margin: 20px 0 20px;
    font-size: 14px;
  }
  .c-infor-panel {
    padding: 15px;
  }
  .c-infor-panel__ttl h3 {
    font-size: 16px;
  }
  .c-infor-panel__ttl h3 span.sub {
    font-size: 14px;
  }
  .c-infor-panel__ttl h4 {
    font-size: 14px;
  }
  .c-infor-panel__desc .collapsible {
    font-size: 14px;
  }
  .c-infor-panel__desc .content {
    display: none;
  }
  .c-infor-panel__desc .content p {
    font-size: 14px;
  }
  .c-infor-panel-txtarea {
    font-size: 12px;
  }
  .c-infor-panel__contact p {
    font-size: 14px;
  }
  .c-infor-panel__contact button {
    font-size: 12px;
    width: 100%;
  }
  .c-infor-panel-group {
    flex-direction: column;
  }
  .c-infor-panel-groupRight p {
    font-size: 12px;
  }
  .c-infor-panel-groupRight-img {
    justify-content: center;
  }
  .c-infor-panel.v2-panel .c-infor-panel-txtarea-item:last-child {
    margin-bottom: 0px !important;
  }
  .c-infor-panel.v2-panel .c-infor-panel-groupRight-img {
    padding: 18px 0px;
    text-align: center !important;
  }
  .c-infor-panel.v2-panel .c-infor-panel__contact {
    margin-top: 18px;
  }
}
/*-----------------------------------------------
PC/SP
------------------------------------------------*/
.m-pcDb {
  display: block;
}

.m-spDb {
  display: none;
}

@media only screen and (max-width: 768px) {
  .m-pcDb {
    display: none;
  }
  .m-spDb {
    display: block;
  }
}
.l-header {
  background: url(../img/top_bg.jpg);
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: row;
}
.l-header__img {
  background: url(../img/top_img.jpg) no-repeat;
  background-size: cover;
  background-position: right;
  width: 50%;
}
.l-header-flex {
  display: flex;
  justify-content: center;
  width: 50%;
}
.l-header-right {
  position: relative;
  padding: 60px 30px;
  font-family: "Noto Serif JP", sans-serif;
}
.l-header-right::before {
  content: "";
  background: url(../img/res1.png) no-repeat;
  width: 86px;
  height: 80px;
  position: absolute;
  top: 48px;
  left: -20px;
}
.l-header-right__num p {
  color: #FCCF00;
  font-size: 32px;
  font-weight: 500;
}
.l-header-right__num p span:nth-child(1) {
  font-size: 40px;
  margin-left: 30px;
  font-weight: bold;
}
.l-header-right__num p span:nth-child(2) {
  font-size: 60px;
  font-weight: bold;
}
.l-header-right__num p span:nth-child(3) {
  font-size: 40px;
  font-weight: bold;
}
.l-header-right__ttl h2 {
  font-size: 65px;
  color: white;
  font-weight: bold;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.459);
}
.l-header-right__date p {
  font-size: 40px;
  color: white;
}
.l-header-right__date p span {
  font-size: 50px;
  font-weight: bold;
}
.l-header-right__sm {
  margin-top: 20px;
}
.l-header-right__sm p {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: bold;
}
.l-header-right__sm p span:nth-child(1) {
  font-size: 20px;
  color: white;
}
.l-header-right__sm p span:nth-child(2) {
  font-size: 35px;
  margin-left: 20px;
  color: #FCCF00;
}
.l-header-right__sm p span:nth-child(3) {
  font-size: 20px;
  color: #FCCF00;
}
.l-header-right::after {
  content: "";
  background: url(../img/res1.png) no-repeat;
  width: 86px;
  height: 80px;
  position: absolute;
  bottom: 40px;
  right: 0px;
  transform: rotate(180deg);
}
.l-header-menu {
  display: none;
  cursor: pointer;
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
}
.l-header-menu-item__menu {
  background-color: black;
  padding: 15px;
}
.l-header-menu-item__menu span {
  width: 32px;
  height: 5px;
  background-color: white;
  display: block;
  transition: 0.4s;
  border-radius: 3px;
}
.l-header-menu-item__menu span:nth-child(2) {
  margin-top: 7px;
}
.l-header-menu-item__menu span:nth-child(3) {
  margin-top: 7px;
}
.change .l-header-menu-item__menu span:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-11px, 6px);
  transform: rotate(-45deg) translate(-11px, 6px);
}
.change .l-header-menu-item__menu span:nth-child(2) {
  opacity: 0;
}
.change .l-header-menu-item__menu span:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-9px, -5px);
  transform: rotate(45deg) translate(-9px, -5px);
  margin-top: 5px;
}

@media (max-width: 1600px) {
  .l-header__img {
    width: 40%;
  }
  .l-header-flex {
    width: 60%;
  }
}
@media (max-width: 1180px) {
  .l-header-right__num p {
    font-size: 20px;
  }
  .l-header-right__num p span:nth-child(1) {
    font-size: 28px;
  }
  .l-header-right__num p span:nth-child(2) {
    font-size: 40px;
  }
  .l-header-right__num p span:nth-child(3) {
    font-size: 28px;
  }
  .l-header-right__ttl h2 {
    font-size: 45px;
  }
  .l-header-right__date p {
    font-size: 24px;
  }
  .l-header-right__date p span {
    font-size: 50px;
  }
  .l-header-right__sm p span:nth-child(1) {
    font-size: 20px;
  }
  .l-header-right__sm p span:nth-child(2) {
    font-size: 28px;
  }
  .l-header-right__sm p span:nth-child(3) {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .l-header {
    background: url(../img/sp_top_img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .l-header__img {
    display: none;
  }
  .l-header-flex {
    width: 70%;
  }
  .l-header-right {
    padding: 60px 30px;
  }
  .l-header-right::before {
    content: unset;
    background: unset;
  }
  .l-header-right__num p {
    font-size: 16px;
  }
  .l-header-right__num p span:nth-child(1) {
    font-size: 18px;
  }
  .l-header-right__num p span:nth-child(2) {
    font-size: 20px;
  }
  .l-header-right__num p span:nth-child(3) {
    font-size: 18px;
  }
  .l-header-right__ttl h2 {
    font-size: 20px;
  }
  .l-header-right__date p {
    font-size: 16px;
  }
  .l-header-right__date p span {
    font-size: 20px;
  }
  .l-header-right__sm {
    margin-top: 20px;
  }
  .l-header-right__sm p span:nth-child(1) {
    font-size: 16px;
  }
  .l-header-right__sm p span:nth-child(2) {
    font-size: 18px;
    margin-left: 20px;
  }
  .l-header-right__sm p span:nth-child(3) {
    font-size: 16px;
  }
  .l-header-right::after {
    content: unset;
    background: unset;
  }
  .l-header-menu {
    display: block;
  }
  .l-header.v2-sp {
    height: 386px;
    background: url(../img/v2-kv-sp.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
  }
  .l-header.v2-sp .l-header-flex {
    display: none;
  }
}
@media (max-width: 718px) {
  .l-header-flex {
    width: 100%;
  }
  .l-header.v2-sp {
    height: 350px;
  }
}
@media (max-width: 660px) {
  .l-header.v2-sp {
    height: 320px;
  }
}
@media (max-width: 620px) {
  .l-header.v2-sp {
    height: 290px;
  }
}
@media (max-width: 583px) {
  .l-header-flex {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .l-header.v2-sp {
    height: 250px;
  }
}
@media (max-width: 500px) {
  .l-header-right {
    padding: 30px 15px;
  }
  .l-header-right__num p {
    font-size: 24px;
  }
  .l-header-right__num p span:nth-child(1) {
    font-size: 30px;
  }
  .l-header-right__num p span:nth-child(2) {
    font-size: 60px;
  }
  .l-header-right__num p span:nth-child(3) {
    font-size: 32px;
  }
  .l-header-right__ttl h2 {
    font-size: 32px;
  }
  .l-header-right__date p {
    font-size: 24px;
  }
  .l-header-right__date p span {
    font-size: 32px;
  }
  .l-header-right__sm p span:nth-child(1) {
    font-size: 16px;
  }
  .l-header-right__sm p span:nth-child(2) {
    font-size: 16px;
    margin-left: 10px;
  }
  .l-header-right__sm p span:nth-child(3) {
    font-size: 13px;
  }
}
@media (max-width: 472px) {
  .l-header.v2-sp {
    height: 220px;
  }
}
@media (max-width: 415px) {
  .l-header.v2-sp {
    height: 200px;
  }
}
@media (max-width: 380px) {
  .l-header.v2-sp {
    height: 180px;
  }
}
@media (max-width: 338px) {
  .l-header.v2-sp {
    height: 170px;
  }
}
/* g_nav
-------------------------*/
.g_nav {
  height: 50px;
  font-size: 15px;
  color: #fff;
  background: #232222;
}

.g_nav .wrapper {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.g_nav .wrapper:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 26px;
  right: 0;
  top: 12px;
  background: #393429;
}

.g_nav ul {
  height: 50px;
}

.g_nav a {
  color: #fff;
  display: block;
  text-decoration: none;
  line-height: 1.5;
}

.g_nav a:hover {
  cursor: pointer;
}

.g_nav .s_nav {
  flex-grow: 1;
  position: relative;
}

.g_nav .s_nav:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 26px;
  left: 0;
  top: 0;
  background: #393429;
}

.g_nav .s_nav a:hover,
.g_nav li.current > a {
  color: #917a43;
}

.g_nav .s_nav .child {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  position: absolute;
  top: 50px;
  left: calc(50% - 109px);
  width: 100%;
  min-width: 218px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.g_nav .s_nav .child li {
  background: #141111;
}

.g_nav .s_nav .child li a {
  line-height: 1.6;
  padding: 12px 8px;
}

.g_nav .s_nav:hover .child {
  top: 36px;
  visibility: visible;
  opacity: 1;
}

/* flex */
.flex {
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.flexno {
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.flex-st {
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.flex-en {
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -moz-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.flexno-st {
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.flex--cen--cen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
}

.flex--around--cen {
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-around;
}

.flex--around {
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

@media screen and (max-width: 750px) {
  /*-------sp_menu--------*/
  .menu-trigger,
  .menu-trigger span {
    float: right;
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    z-index: 999;
    position: absolute;
    right: 0px;
  }
  .menu-trigger {
    width: 40px;
    height: 40px;
    background: #230e00;
    text-align: center;
    margin: 0;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 15px;
    height: 2px;
    background-color: #fff;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 15px;
    left: 12px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 19px;
    left: 12px;
  }
  .menu-trigger span:nth-of-type(3) {
    top: 23px;
    left: 12px;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(4px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    left: 200%;
    opacity: 0;
    -webkit-transform: translateY(0px);
    transform: translateY(5px);
    -webkit-animation: active-menu-bar02 0.8s forwards;
    animation: active-menu-bar02 0.8s forwards;
  }
  @-webkit-keyframes active-menu-bar02 {
    100% {
      height: 0;
    }
  }
  @keyframes active-menu-bar02 {
    100% {
      height: 0;
    }
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-30px) rotate(45deg);
    transform: translateY(-4px) rotate(45deg);
  }
  .head_nav {
    overflow: hidden;
  }
  header nav.sp {
    position: absolute;
    top: 40px;
    width: 100%;
    text-align: center;
    z-index: 30;
    height: auto;
    left: 0;
  }
  header nav.sp ul li {
    background: #fff;
    opacity: 0.96;
    text-align: left;
    overflow: hidden;
    font-size: 14px;
    width: 100%;
    border-top: none;
    margin-bottom: 0px;
    border-bottom: 1px solid #bea770;
  }
  header nav.sp ul li:last-child {
    border: none;
  }
  header nav.sp ul li a:link {
    color: #292929;
  }
  header nav.sp ul li a:hover {
    color: #292929;
  }
  header nav.sp ul li a:active {
    color: #292929;
  }
  header nav.sp ul li a:visited {
    color: #292929;
  }
  header nav.sp li a {
    padding: 10px 10px;
    display: block;
  }
  .sidenav {
    margin-bottom: 0;
  }
  .sidenav a {
    display: block;
  }
  .sidenav li {
    font-size: 14px;
  }
  .sidenav li.s_nav {
    text-align: left;
    padding-left: 0;
    line-height: 30px;
    margin-right: 0;
  }
  .sidenav li.s_nav.single {
    line-height: 30px;
    margin: 0 0 0 0;
    margin-left: 0px;
    display: block;
  }
  .sidenav .menu {
    line-height: 30px;
    background-position: 96%;
    height: auto;
    display: block;
    position: relative;
    text-align: left;
    padding-left: 10px;
    margin-right: 0px;
  }
  .sidenav .arrow-cont {
    position: relative;
  }
  .sidenav .arrow-toggle {
    width: 10%;
    height: 28px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .sidenav .arrow-toggle:after {
    display: block;
    content: "";
    position: absolute;
    top: 28px;
    right: 10px;
    margin-top: -8px;
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #bd8a39;
    border-right: solid 2px #bd8a39;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    z-index: 3;
  }
  .sidenav .child {
    display: none;
    margin: 0 0 -1px;
    padding: 0 0 10px 0;
    background: #fff;
  }
  .sidenav .child .menu {
    padding-left: 0;
  }
  .sidenav .child > li {
    padding-left: 0px;
    line-height: 15px;
    border-bottom: none;
    padding-right: 0;
    text-indent: 0;
    padding-left: 0;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.5;
  }
  .sidenav li a,
  .sidenav li a:link,
  .sidenav li a:visited,
  .sidenav li a:hover,
  .sidenav li a:active {
    color: #010101;
  }
}
.l-footer {
  margin-top: 90px;
  background-color: #F9F4ED;
  padding: 40px 0;
  text-align: center;
}
.l-footer__lead p {
  text-align: center;
  font-size: 14px;
}
.l-footer__lead .waseda-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #910000;
  margin-bottom: 20px;
}
.l-footer__lead .waseda-logo span:nth-child(1) {
  display: flex;
}
.l-footer__lead .waseda-logo span:nth-child(1) img {
  width: 60px;
}
.l-footer__lead .waseda-logo span:nth-child(2) {
  font-size: 38px;
  margin-left: 15px;
}
.l-footer__lead .jusho-wrap p {
  font-size: 16px;
}
.l-footer__lead .jusho-wrap .jusho {
  margin: 1em 0 0.25em;
  font-size: 18px;
  text-decoration: underline;
}
.l-footer__lead .jusho-wrap span.sub {
  font-size: 14px;
}
.l-footer__lead a.deco {
  color: #910000;
  text-decoration: underline;
}
.l-footer__lead .sonota {
  margin: 1em 0 0 0;
}

img.bordered {
  border: 1px solid #A9A9A9;
}

@media only screen and (max-width: 768px) {
  .l-footer {
    margin-top: unset;
  }
  .l-footer__lead p {
    font-size: 13px;
    text-align: left;
  }
  .l-footer__lead p:nth-child(1) span:nth-child(1) {
    width: 30px;
  }
  .l-footer__lead p:nth-child(1) span:nth-child(2) {
    font-size: 20px;
  }
  .l-footer__lead .jusho {
    font-size: 14px;
  }
}
.l-menu {
  background-color: #534741;
  color: white;
}
.l-menu-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 5px 0;
}
.l-menu-item a {
  color: white;
  font-size: 16px;
  margin-right: 10px;
}
.l-menu-item a span::after {
  content: "";
  border-right: 1px solid white;
  padding-left: 10px;
}
.l-menu-item a:nth-child(7) span::after {
  border-right: unset;
  padding-left: unset;
}

@media only screen and (max-width: 768px) {
  .l-menu {
    display: none;
  }
}
.kv-visual img.m-pcDb {
  width: 100%;
}

.topics {
  margin: 40px 0;
}
.topics-link {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.topics-link h2 {
  width: 220px;
  font-size: 18px;
  color: white;
  background-color: #C2924F;
  padding: 13px 35px;
  box-sizing: border-box;
  text-align: center;
}
.topics-link ul {
  padding: 0 35px;
}
.topics-link ul li {
  margin-bottom: 2px;
  box-sizing: border-box;
}
.topics-link ul li .topics-txt {
  cursor: default;
  font-size: 18px;
  display: flex;
}
.topics-link ul li .topics-txt span:nth-child(1) {
  display: inline-block;
  width: 152px;
  margin-right: 36px;
}
.topics-link ul li .topics-txt span:nth-child(2) {
  display: inline-block;
  margin-left: 0;
  width: 500px;
}

.intro {
  margin-top: 50px;
}
.intro__lead {
  background: url(../img/top_bg2023.png);
  background-size: cover;
  font-family: "Noto Serif JP", sans-serif;
  text-align: center;
  padding: 15px 0;
  position: relative;
}
.intro__lead::before {
  content: "";
  background: url(../img/res2-2023.png) no-repeat;
  background-size: 80%;
  background-position: top left;
  width: 100px;
  height: 100px;
  position: absolute;
  top: calc(50% - 61.5px);
  left: 15px;
}
.intro__lead h2 {
  font-size: 37px;
  color: #FCCF00;
  font-weight: bold;
}
.intro__lead h2 span {
  font-size: 32px;
}
.intro__lead h2 span.baseTitle {
  font-size: 26px;
}
.intro__lead p {
  font-size: 45px;
  color: white;
  font-weight: bold;
}
.intro__lead .sub {
  font-size: 24px;
}
.intro__lead::after {
  content: "";
  background: url(../img/res3-2023.png) no-repeat;
  background-size: 80%;
  background-position: top right;
  width: 100px;
  height: 100px;
  position: absolute;
  top: calc(50% - 61.5px);
  right: 15px;
}
.intro__lead__img {
  max-height: 285px;
}
.intro-content {
  background-color: #F9F4E7;
  padding: 40px 0;
  display: flex;
  justify-content: center;
}
.intro-content.youtube-sec {
  padding-top: 0;
}
.intro-content-item {
  font-family: "Noto Serif JP", sans-serif;
}
.intro-content-item > p {
  font-size: 24px;
  margin-top: 50px;
  font-weight: bold;
}
.intro-content-item > p span:nth-child(2) {
  margin-left: 40px;
  font-size: 31px;
}
.intro-content-item > p span:nth-child(3) {
  font-size: 31px;
}
.intro-content-item > p span:nth-child(4) {
  font-size: 31px;
}
.intro-content-item > p span.txt-deadline {
  font-size: 26px;
}
.intro-content-item .shimekiri {
  margin: 3em 0;
}
.intro-content-item .kotsu-btn {
  width: 300px;
}
.intro-content-item-row {
  display: flex;
  flex-direction: row;
}
.intro-content-item-row__left p {
  font-size: 26px;
  font-weight: bold;
}
.intro-content-item-row__left p.youtube-text {
  font-size: 22px;
}
.intro-content-item-row__right {
  margin-left: 30px;
}
.intro-content-item-row__right.youtube-text {
  margin-left: 20px;
}
.intro-content-item-row__right .datelist {
  font-size: 22px;
  font-weight: 600;
  list-style-position: outside;
}
.intro-content-item-row__right .datelist li {
  margin-bottom: 0.5em;
}
.intro-content-item-row__right .datelist .cap {
  color: #910000;
}
.intro-content-item-row__right p {
  font-size: 22px;
  font-weight: 600;
}
.intro-content-item-row__right p span.sub {
  font-size: 15px !important;
}
.intro-content-item-row__right p span.phts {
  font-size: 15px;
}
.intro-content-item-row__right p span.campus {
  font-size: 22px;
}
.intro-content-item-row__right p span.date {
  font-size: 31px;
}

.request {
  margin-top: 90px;
}
.request__lead p {
  font-size: 35px;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: bold;
  text-align: center;
}
.request__lead p span {
  font-size: 35px;
}
.request__txt {
  margin-top: 30px;
}
.request__txt p {
  margin-top: 10px;
  font-size: 16px;
  position: relative;
  margin-left: 20px;
}
.request__txt p::before {
  content: "♦";
  color: #C2924F;
  font-size: 10px;
  position: absolute;
  top: 5px;
  left: -20px;
}

.notice {
  margin-top: 90px;
}
.notice__lead {
  text-align: center;
}
.notice__lead h3 {
  font-size: 28px;
  font-weight: bold;
  font-family: "Noto Serif JP", sans-serif;
  position: relative;
}
.notice__lead h3::before {
  content: "";
  background: url(../img/res4.png) no-repeat;
  background-size: cover;
  width: 57px;
  height: 19px;
  position: absolute;
  top: calc(50% - 9.5px);
  left: 200px;
}
.notice__lead h3::after {
  content: "";
  background: url(../img/res5.png) no-repeat;
  background-size: cover;
  width: 57px;
  height: 19px;
  position: absolute;
  top: calc(50% - 9.5px);
  right: 200px;
}
.notice__lead p {
  font-size: 16px;
  margin-top: 10px;
}
.notice .btns {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.notice-btn {
  margin-top: 20px;
  text-align: center;
}
.notice-btn a,
.notice-btn button {
  width: 235px;
  height: 59px;
  color: white;
  font-weight: bold;
  font-size: 24px;
  border: unset;
  padding: unset;
  position: relative;
}
.notice-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #736357;
  margin-right: 30px;
}
.notice-btn a::after {
  content: "";
  background: url(../img/btn_res1.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  width: 17px;
  height: 17px;
}
.notice-btn a.mailto {
  background-color: #C2924F;
}
.notice-btn a.mailto::after {
  content: "";
  background: url(../img/btn_res2.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  width: 17px;
  height: 17px;
}
.notice__txt {
  margin-top: 30px;
  text-align: center;
}
.notice__txt p {
  font-size: 16px;
  margin-top: 10px;
  line-height: 1;
}

.w-banner {
  margin: 30px auto;
  width: 100%;
  max-width: 100%;
}
.w-banner a {
  margin: auto;
  display: block;
  width: 674px;
  transition: all 0.5s ease;
}
.w-banner a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .w-banner a {
    width: 100%;
  }
}
.w-banner img {
  margin: auto;
  display: block;
}

.youtube {
  margin: 0 auto 0 auto;
  width: 100%;
  max-width: 674px;
  background-color: #fff;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
.youtube-item {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.youtube-item__left {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px 30px;
  width: 65%;
}
.youtube-item__left p:nth-child(1) span:nth-child(1) img {
  margin-bottom: -7px;
}
.youtube-item__left p:nth-child(1) span:nth-child(2) {
  font-size: 24px;
  margin-left: 30px;
  font-weight: bold;
  margin-bottom: 5px;
}
.youtube-item__left p:nth-child(2) {
  font-size: 17px;
  margin-top: 15px;
  font-family: "Noto Serif JP", sans-serif;
}
.youtube-item__right {
  align-items: center;
  display: flex;
  width: 35%;
}
.youtube-item__right img {
  width: 100%;
}

.audience {
  margin-top: 90px;
}
.audience-group {
  padding: 0 6%;
  box-sizing: border-box;
}
@media screen and (max-width: 1195px) {
  .audience-group {
    padding: 0 8%;
  }
}
@media screen and (max-width: 768px) {
  .audience-group {
    padding: 0 0;
  }
}
.audience-item {
  background: url(../img/bg1.png) no-repeat;
  background-size: cover;
  padding: 0 100px 80px 100px;
}
@media screen and (max-width: 1195px) {
  .audience-item {
    padding: 0 1% 80px;
  }
}
.audience-item__img {
  text-align: center;
}
.audience-item__lead {
  text-align: center;
}
.audience-item__lead h3 {
  font-size: 28px;
  color: #910000;
  font-weight: bold;
  font-family: "Noto Serif JP", sans-serif;
  margin-top: 40px;
}
.audience-item__lead p {
  font-size: 18px;
  margin-top: 10px;
}
.audience-item-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 20px;
}
.audience-item-row__left {
  width: 48%;
}
.audience-item-row__left p {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.audience-item-row__left p span img {
  width: 24px;
}
.audience-item-row__left p span:nth-child(2) {
  font-size: 20px;
  margin-left: 10px;
}
@media screen and (max-width: 1195px) {
  .audience-item-row__left p span:nth-child(2) {
    font-size: 18px;
  }
}
.audience-item-row__right {
  width: 48%;
}
.audience-item-row__right p {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.audience-item-row__right p span img {
  width: 24px;
}
.audience-item-row__right p span:nth-child(2) {
  font-size: 20px;
  margin-left: 10px;
}
@media screen and (max-width: 1195px) {
  .audience-item-row__right p span:nth-child(2) {
    font-size: 18px;
  }
}
.audience-item-bottom {
  margin-top: 15px;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.audience-item-bottom p {
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 1.1666666667;
  font-size: 20px;
}
@media screen and (max-width: 1195px) {
  .audience-item-bottom p {
    font-size: 18px;
  }
}
.audience-item-bottom p span {
  display: flex;
}
.audience-item-bottom p span img {
  width: 24px;
}
.audience-item-bottom p span:nth-child(2) {
  margin-left: 10px;
}
.audience-item-bottom p span:nth-child(3) {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .audience span.m-spDb {
    margin-left: 0 !important;
  }
}
.audience .space {
  margin-left: 11px;
}
@media screen and (max-width: 768px) {
  .audience .space {
    margin-left: 9px;
  }
}

.contact {
  margin-top: 20px;
}
.contact__img {
  text-align: center;
}
.contact__lead {
  margin-top: 50px;
  text-align: center;
}
.contact__lead p {
  background-color: #C2924F;
  padding: 10px 0;
  font-size: 20px;
  color: white;
  font-weight: b;
}
.contact-btn {
  margin: 20px auto 0;
  width: 680px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  text-align: center;
}
.contact-btn p {
  display: block;
  margin-bottom: 10px;
  text-align: center;
}
.contact-btn .contact-btn-left,
.contact-btn .contact-btn-right {
  width: 100%;
}
.contact-btn .contact-btn-right {
  margin-top: 20px;
}
.contact-btn a,
.contact-btn button {
  width: 100%;
  height: 59px;
  color: white;
  font-weight: bold;
  font-size: 24px;
  border: unset;
  padding: unset;
  position: relative;
}
.contact-btn a {
  margin-right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #736357;
}
.contact-btn a::after {
  content: "";
  background: url(../img/btn_res1.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  width: 17px;
  height: 17px;
}
.contact-btn a.mailto {
  background-color: #C2924F;
}
.contact-btn a.mailto::after {
  content: "";
  background: url(../img/btn_res2.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  width: 17px;
  height: 17px;
}
.contact-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.contact-item__left {
  margin-right: 8%;
  width: auto;
  display: flex;
  justify-content: center;
}
.contact-item__left-ctr p:nth-child(1) {
  font-size: 14px;
  margin-top: 15px;
}
.contact-item__left-ctr p:nth-child(2) {
  margin-top: 8px;
  font-size: 37px;
  font-weight: bold;
}
.contact-item__left-ctr p:nth-child(2) span:nth-child(1) {
  margin-right: 15px;
}
.contact-item__middle {
  margin-top: 30px;
  width: 100%;
  text-align: center;
  display: block;
}
.contact-item__right {
  width: auto;
  display: flex;
  justify-content: center;
}
.contact-item__right-end p:nth-child(1) {
  font-size: 14px;
  margin-top: 15px;
}
.contact-item__right-end p:nth-child(2) {
  font-size: 37px;
  font-weight: bold;
  display: flex;
  margin-top: 8px;
}
.contact-item__right-end p:nth-child(2) span:nth-child(1) img {
  width: 24px;
  margin-right: 10px;
}
.contact-item__right-end p:nth-child(2) span:nth-child(2) {
  font-size: 37px;
}
.contact-item__right-end p:nth-child(3) {
  font-size: 14px;
  margin-top: 30px;
  text-align: center;
}
.contact-bottom {
  margin-top: 20px;
}
.contact-bottom img {
  width: 100%;
}

@media (max-width: 990px) {
  body {
    width: 990px;
    overflow-x: scroll;
  }
}
@media only screen and (max-width: 768px) {
  body {
    width: unset;
    overflow-x: unset;
  }
  .menu {
    display: none;
  }
  .audience {
    margin-top: 90px;
  }
  .audience-item {
    padding: 0 20px 40px 20px;
  }
  .audience-item__img {
    text-align: center;
  }
  .audience-item__lead {
    text-align: center;
  }
  .audience-item__lead h3 {
    font-size: 28px;
    margin-top: 40px;
  }
  .audience-item__lead p {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .audience-item-row {
    flex-direction: column;
    justify-content: unset;
    margin-top: unset;
  }
  .audience-item-row__left {
    width: 100%;
  }
  .audience-item-row__left p {
    justify-content: center;
  }
  .audience-item-row__left p span img {
    width: 16px;
  }
  .audience-item-row__left p span:nth-child(2) {
    font-size: 16px;
    margin-left: 10px;
  }
  .audience-item-row__right {
    width: 100%;
  }
  .audience-item-row__right p {
    justify-content: center;
  }
  .audience-item-row__right p span img {
    width: 16px;
  }
  .audience-item-row__right p span:nth-child(2) {
    font-size: 16px;
    margin-left: 10px;
  }
  .audience-item-bottom {
    margin-top: 15px;
  }
  .audience-item-bottom p {
    line-height: 1.25;
    font-size: 16px;
  }
  .audience-item-bottom p span img {
    width: 16px;
  }
  .audience-item-bottom p span:nth-child(2) {
    margin-left: 10px;
  }
  .audience-item-bottom p span:nth-child(3) {
    font-size: 16px;
  }
  .intro__lead h2 {
    font-size: 24px;
  }
  .intro__lead p {
    font-size: 18px;
  }
  .intro__lead .sub {
    font-size: 12px;
  }
  .intro__lead::before {
    width: 65px;
    height: 65px;
    top: calc(50% - 45px);
    left: 6px;
  }
  .intro__lead::after {
    width: 65px;
    height: 65px;
    top: calc(50% - 45px);
    right: 6px;
  }
  .intro-content-item-row__left p {
    font-size: 16px;
  }
  .intro-content-item-row__right p {
    font-size: 16px;
  }
  .intro-content-item-row__right p.ft-31 {
    font-size: 20px !important;
  }
  .intro-content-item-row__right p span {
    font-size: 20px !important;
  }
  .intro-content-item-row__right p span.date {
    font-size: 20px !important;
  }
  .intro-content-item > p {
    font-size: 20px !important;
  }
  .intro-content-item > p span {
    font-size: 20px !important;
  }
  .intro-content-item > p span.date {
    font-size: 20px !important;
  }
  .notice__lead h3::before {
    left: 80px;
  }
  .notice__lead h3::after {
    right: 80px;
  }
  .contact .contact-btn {
    width: 290px;
    flex-direction: column;
  }
  .contact .contact-btn .contact-btn-left,
  .contact .contact-btn .contact-btn-right {
    width: 100%;
  }
  .contact .contact-btn .contact-btn-left {
    margin-bottom: 30px;
  }
}
@media (max-width: 686px) {
  .youtube {
    max-width: calc(100% - 30px);
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .contact-item {
    flex-direction: column;
    align-items: center;
  }
  .contact-item__left {
    margin-right: 0;
    width: 100%;
  }
  .contact-item__left-ctr {
    text-align: center;
  }
  .contact-item__right {
    width: 100%;
    justify-content: center;
  }
  .contact-item__right-end {
    text-align: center;
  }
  .contact-item__right-end p:nth-child(2) {
    text-align: center;
    justify-content: center;
  }
}
@media (max-width: 640px) {
  .youtube-item {
    flex-direction: column;
  }
  .youtube-item__left {
    width: 100%;
  }
  .youtube-item__right {
    width: 100%;
  }
  .request__lead p {
    font-size: 20px;
  }
  .request__lead p span {
    font-size: 14px;
    display: block;
    text-align: center;
  }
  .contact__lead p {
    font-size: 16px;
  }
}
@media (max-width: 583px) {
  .topics-link {
    flex-direction: row;
    align-items: stretch;
  }
  .topics-link h2 {
    padding-left: 0;
    padding-right: 0;
    width: 23%;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .topics-link ul {
    padding-left: 18px;
    padding-right: 0;
  }
  .topics-link ul li {
    margin-bottom: 5px;
  }
  .topics-link ul li .topics-txt {
    margin: 0;
    font-size: 12px;
    flex-direction: column;
  }
  .topics-link ul li .topics-txt span {
    display: block;
    width: 100% !important;
  }
  .topics-link ul li:last-child {
    margin-bottom: 0;
  }
  .intro-content {
    justify-content: unset;
    padding: 40px 10px;
  }
  .intro-content.youtube-sec {
    padding: 0 0 10px;
  }
  .intro-content-item {
    width: 100%;
  }
  .intro-content-item-row {
    flex-direction: column;
  }
  .intro-content-item-row__left p.youtube-text {
    font-size: 16px;
  }
  .intro-content-item-row__right {
    margin-left: unset;
  }
  .intro-content-item-row__right.youtube-text {
    margin-left: 0;
  }
  .notice__lead h3 {
    font-size: 24px;
  }
  .notice__lead h3::before {
    left: 0;
  }
  .notice__lead h3::after {
    right: 0;
  }
  .notice-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .notice-btn a {
    margin-right: unset;
  }
  .notice-btn button:nth-child(2) {
    margin-top: 20px;
  }
  .notice__txt {
    text-align: left;
  }
  .notice__txt p {
    line-height: 1.5;
  }
  .notice__txt p:nth-child(2) {
    margin-top: unset;
  }
}
@media (max-width: 500px) {
  .notice__lead p {
    text-align: left;
  }
  .notice .btns {
    flex-direction: column;
  }
  .youtube-item__left p:nth-child(1) span:nth-child(1) img {
    width: 60%;
  }
  .youtube-item__left p:nth-child(1) span:nth-child(2) {
    font-size: 20px;
  }
  .youtube-item__left p:nth-child(2) {
    font-size: 13px;
  }
  .contact-item__right-end p:nth-child(3) {
    text-align: left;
  }
  .audience-item-bottom p {
    font-size: 14px;
  }
}
.p-university-img {
  display: flex;
}
.p-university-img img {
  width: 300px;
}
.p-university-img.img-tax-support img, .p-university-img.img-waseda-health img, .p-university-img.img-overview-waseda img, .p-university-img.img-okuma img {
  width: 300px;
}
.p-university .c-infor {
  background-color: #e6e8e2;
}

.p-aisatus {
  background: #e2e0e0;
}
.p-aisatus .sub-wrapper {
  background: #fff;
}
.p-aisatus .sub-inner {
  background: url(../img/aisatsu/bg_greeting.jpg) no-repeat center;
  background-size: cover;
  padding: 10px;
}
.p-aisatus-inner {
  border: 1px solid #8a1716;
  padding: 40px;
  position: relative;
}
.p-aisatus-inner:before {
  position: absolute;
  content: "";
  left: 10px;
  top: 10px;
  width: 53px;
  height: 54px;
  background: url(../img/top/parts01.png) left top;
  background-size: contain;
}
.p-aisatus-inner:after {
  position: absolute;
  content: "";
  right: 10px;
  top: 10px;
  width: 53px;
  height: 54px;
  background: url(../img/top/parts02.png) left top;
  background-size: contain;
}
.p-aisatus-inner h2 {
  font-size: 32px;
  font-weight: 700;
  color: #8a1716;
  line-height: 1.4;
  font-family: "Noto Serif JP", sans-serif;
  text-align: center;
}
.p-aisatus-inner .inner {
  margin-top: 30px;
  overflow: hidden;
}
.p-aisatus-inner .inner p {
  margin-bottom: 0.75em;
}
.p-aisatus-inner .inner .flexno.custom {
  align-items: flex-end;
}
.p-aisatus-inner .inner .flexno.custom div {
  width: 60%;
}
.p-aisatus-inner .inner .flexno.custom .main-img {
  width: 40%;
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  .p-aisatus-inner .inner .flexno.custom {
    flex-direction: column;
  }
  .p-aisatus-inner .inner .flexno.custom div {
    width: 100%;
  }
  .p-aisatus-inner .inner .flexno.custom .main-img {
    width: 100%;
  }
}
.p-aisatus-inner .inner .space {
  float: right;
  height: 25em;
}
.p-aisatus-inner .inner .main-img {
  text-align: right;
}
.p-aisatus-inner .inner p {
  font-size: 18px;
  line-height: 1.65;
  text-align: left;
  font-feature-settings: "palt";
}
.p-aisatus-inner .inner span {
  display: block;
  margin-top: 1rem;
}

@media only screen and (max-width: 768px) {
  .p-aisatus .sub-inner {
    padding: 15px;
  }
  .p-aisatus-inner {
    padding: 30px 15px 15px;
  }
  .p-aisatus-inner h2 {
    font-size: 18px;
  }
  .p-aisatus-inner .inner {
    margin-top: 20px;
  }
  .p-aisatus-inner .inner .space {
    display: none;
  }
  .p-aisatus-inner .inner .img {
    display: none;
  }
  .p-aisatus-inner .inner p {
    font-size: 12px;
  }
  .p-aisatus-inner .pn {
    text-align: right;
  }
}
.p-collection-img {
  margin-top: 25px;
}
.p-collection-img img {
  max-width: 250px;
}
@media screen and (max-width: 350px) {
  .p-collection-img img {
    max-width: 100%;
  }
}
.p-collection .c-infor.v2-border {
  background-color: #f3e9e5;
}
.p-collection .c-infor__lead.v2-wings h3 {
  color: #af6e50;
  font-feature-settings: "palt";
}
.p-collection .c-infor-panel.v2-panel .c-infor-panel__ttl {
  border-left: 5px solid #af6e50;
  color: #af6e50;
}
.p-collection .c-infor-panel.v2-panel .c-infor-panel__contact {
  background: #efe2dc;
}

.c-infor-panel-groupRight.custom {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .c-infor-panel-groupRight.custom {
    width: 100%;
  }
}

.c-infor-panel-groupRight.custom.family-portrait img {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .c-infor-panel-groupRight.custom.family-portrait img {
    width: 40%;
  }
}

.c-infor-panel-groupLeft.custom-sugao {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .c-infor-panel-groupLeft.custom-sugao {
    width: 100%;
  }
}

.c-infor-panel-groupRight.custom-sugao {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .c-infor-panel-groupRight.custom-sugao {
    width: 100%;
  }
}

.sugao-img {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .sugao-img {
    margin-top: 0;
  }
}

.p-map-img {
  padding: 20px;
  background-color: white;
}

.p-tomankai a.txt-underline {
  color: #a97c15;
  border-bottom: 1px solid #a97c15;
}
.p-tomankai-img {
  margin-top: 25px;
}
.p-tomankai-img img {
  max-width: 250px;
}
@media screen and (max-width: 350px) {
  .p-tomankai-img img {
    max-width: 100%;
  }
}
.p-tomankai .c-infor.v2-border {
  border-top: 5px solid #a97c15 !important;
  background-color: #f9f4ed;
}
.p-tomankai .c-infor__lead.v2-wings h3 {
  color: #a97c15;
}
.p-tomankai .c-infor__lead.v2-wings h3:before {
  background: url(../img/tomankai/wing-left2023.png) no-repeat;
  background-size: contain;
}
.p-tomankai .c-infor__lead.v2-wings h3:after {
  background: url(../img/tomankai/wing-right2023.png) no-repeat;
  background-size: contain;
}
.p-tomankai .c-infor-panel.v2-panel .c-infor-panel__ttl {
  padding-top: 10px;
  border-left: 0;
  color: #af6e50;
  position: relative;
}
.p-tomankai .c-infor-panel.v2-panel .c-infor-panel__ttl:after {
  width: 69%;
  height: 135%;
  content: "";
  position: absolute;
  top: 0;
  left: -4%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/tomankai/title-bg.png);
}
.p-tomankai .c-infor-panel.v2-panel .c-infor-panel__ttl h3 {
  color: #fff;
  position: relative;
  z-index: 1;
}
.p-tomankai .c-infor-panel.v2-panel .c-infor-panel__desc {
  width: 90%;
  word-break: break-all;
}
.p-tomankai .c-infor-panel.v2-panel .c-infor-panel__desc h4 {
  font-weight: bold;
  margin-top: 1.5em;
  font-size: 18px;
  color: #910000;
}
.p-tomankai .c-infor-panel.v2-panel .c-infor-panel__desc .notes {
  color: #a97c15;
  padding-top: 0.5em;
}
.p-tomankai .c-infor-panel.v2-panel .c-infor-panel__contact {
  background: rgba(169, 124, 21, 0.2);
}
.p-tomankai .c-infor-panel.v2-panel .c-infor-panel__contact__btn a p {
  color: #a97c15;
}
.p-tomankai .c-infor-panel.v2-panel .c-infor-panel__contact__btn p {
  letter-spacing: 0;
}
.p-tomankai .c-infor-panel.v2-panel .c-infor-panel__contact__btn {
  border-color: #a97c15;
}

.c-infor-panel-groupRight.custom {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .c-infor-panel-groupRight.custom {
    width: 100%;
  }
}

.c-infor-panel-groupRight.custom.family-portrait img {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .c-infor-panel-groupRight.custom.family-portrait img {
    width: 40%;
  }
}

.c-infor-panel-groupLeft.custom-sugao {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .c-infor-panel-groupLeft.custom-sugao {
    width: 100%;
  }
}

.c-infor-panel-groupRight.custom-sugao {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .c-infor-panel-groupRight.custom-sugao {
    width: 100%;
  }
}

.sugao-img {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .sugao-img {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-tomankai .c-infor-panel__desc .content {
    display: block;
  }
  .p-tomankai .c-infor-panel.v2-panel .c-infor-panel__ttl:after {
    height: 145%;
    width: 100%;
  }
  .p-tomankai .c-infor-panel.v2-panel .c-infor-panel__desc {
    width: calc(100% - 40px);
  }
  .p-tomankai .c-infor-panel.v2-panel .p-collection-img {
    margin-top: 0;
  }
  .p-tomankai .c-infor-panel.v2-panel .c-infor-panel__contact__btn p {
    letter-spacing: 0;
  }
}
.u-sp-show {
  display: none;
}

.u-visibility-hidden {
  visibility: hidden;
}

.u-inner {
  width: 1000px;
  margin: 0 auto;
}
.u-inner.custom {
  width: 100%;
  max-width: 1200px;
}

.u-btn01 {
  margin: 0 auto;
  width: 320px;
  height: 60px;
  background: #917a43;
  font-size: 18px;
  box-shadow: inset -3px -3px 0px 1px rgba(0, 0, 0, 0.1019607843);
  border-radius: 5px;
  margin: 40px auto 0;
}
.u-btn01 a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.u-btn01:hover {
  transform: translateY(3px);
  opacity: 0.8;
  transition: 0.3s;
}

@media only screen and (max-width: 768px) {
  .u-inner {
    width: 100%;
    padding: 0 15px;
  }
  .u-inner.custom {
    width: 100%;
  }
  .u-btn01 {
    font-size: 15px;
    max-width: 320px;
    width: 100%;
    height: 50px;
  }
  .u-sp-show {
    display: block;
  }
}
.fw-200 {
  font-weight: 200;
  font-size: 15.6px;
}

@media only screen and (max-width: 768px) {
  .fw-200 {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */