/*
Theme Name: mark-meizan.jp
Theme URI: https:/mark-meizan.jp
Author: lilli
URI: https:/mark-meizan.jp
Description: mark-meizan.jp is a original theme.
Version: 1
*/
/*
  html5doctor.com
  Reset Stylesheetv1.6.1
  Last Updated: 2010-09-17
  Author: Richard Clark - http://richclarkdesign.com
  Twitter: @rich_clark
  */
/*============================
    #page-front
    ============================*/
/*============================
    #page-front
    ============================*/
/*============================
    #site-header
    ============================*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  /* change colours to suit your needs */ }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
  /* change colours to suit your needs */ }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  /* change border colour to suit your needs */ }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: center; }

li {
  list-style-type: none; }

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0px; }

body {
  font-family: 'Noto Sans JP', sans-serif, '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
  line-height: 2;
  letter-spacing: 0.04em;
  font-size: 1rem;
  color: #082032;
  padding-top: 80px; }

a {
  color: #082032;
  transition: all 0.4s ease;
  text-decoration: none; }

a.link {
  text-decoration: underline;
  color: #c10e0e; }

.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px;
  padding-left: 12px;
  padding-right: 12px; }

.di {
  display: inline; }

.dib {
  display: inline-block; }

.db {
  display: block; }

.dn {
  display: none; }

.dnpc {
  display: none; }

.dop {
  opacity: 0.5; }

strong {
  color: #c10e0e;
  /*文字選択色*/ }

::selection {
  background-color: #555;
  color: #fff; }

::-moz-selection {
  background-color: #555;
  color: #fff;
  /*フォーム系タグ初期化*/ }

input {
  padding: 12px; }

input[type="text"], input[type="tel"], input[type="email"], textarea {
  width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
  border: solid 2px ; }

input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer; }

input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none; }

input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px; }

input[type="submit"] {
  display: flex;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  color: black;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: bold;
  background: no-repeat right 4px bottom 4px url(img/button_accent.svg) #08a89f;
  height: 80px;
  min-width: 320px;
  align-items: center;
  justify-content: center; }

a:focus, *:focus {
  outline: none; }

input::placeholder {
  font-family: 'Noto Sans JP', sans-serif, '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
  color: #ccc; }

textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 12px;
  font-family: 'Noto Sans JP', sans-serif, '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif; }

textarea::placeholder {
  font-family: 'Noto Sans JP', sans-serif, '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
  color: #ccc; }

input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus::-moz-placeholder {
  color: transparent; }

input:focus::-ms-input-placeholder {
  color: transparent; }

input:focus::placeholder {
  color: transparent; }

textarea:focus::-webkit-input-placeholder {
  color: transparent; }

textarea:focus::-moz-placeholder {
  color: transparent;
  /* ここからテーマ独自css  */ }

.blink {
  width: fit-content;
  display: flex;
  color: #c10e0e;
  text-decoration: underline;
  align-items: center; }

.blink:hover {
  text-decoration: none; }

.blink:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 12px;
  background: no-repeat center bottom / contain url(img/blink_dir.svg); }

.title0 {
  font-size: 2rem;
  line-height: 1.75;
  border-bottom: solid 4px;
  padding-bottom: 20px; }

.title1 {
  position: relative; }

.title1:after {
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  background-color: #082032;
  position: absolute;
  left: 0;
  top: calc(50% - 2px);
  z-index: -1; }

.title1 span {
  margin: 0 auto;
  background: #082032;
  max-width: 600px;
  text-align: center;
  font-size: 2rem;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative; }

.title1 span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -21px;
  width: 21px;
  height: 100%;
  background: no-repeat right top / auto 100% url(img/title1_left.svg); }

.title1 span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -21px;
  width: 21px;
  height: 100%;
  background: no-repeat right top / auto 100% url(img/title1_right.svg); }

.title2 {
  background-color: #082032;
  color: #fff;
  width: fit-content;
  padding: 0px 80px 2px 12px;
  position: relative;
  line-height: 1.75;
  background-color: #082032;
  margin-bottom: 40px;
  font-size: 1.125rem; }

.title2:before {
  content: "";
  display: block;
  height: 100%;
  width: 20px;
  height: 100%;
  background: no-repeat left top / 100% auto url(img/title2_flag.svg);
  position: absolute;
  right: -20px;
  top: 0; }

.red {
  color: #c10e0e;
  text-decoration: underline;
  /*============================
#site-footer
============================*/ }

div#page-front footer#site-footer {
  background-color: #d9d9da;
  text-align: center;
  padding-top: 20px; }

div#page-front footer#site-footer div.inner {
  position: relative; }

div#page-front footer#site-footer div.inner dl {
  margin-bottom: 24px; }

div#page-front footer#site-footer div.inner dl dt {
  font-size: 1.5rem;
  font-weight: bold;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center; }

div#page-front footer#site-footer div.inner dl dt:after {
  content: "";
  display: block;
  width: 16px;
  height: 24px;
  background: no-repeat center / contain url(img/footer_dt_left.svg); }

div#page-front footer#site-footer div.inner dl dt:before {
  content: "";
  display: block;
  width: 16px;
  height: 24px;
  background: no-repeat center / contain url(img/footer_dt_right.svg); }

div#page-front footer#site-footer div.inner dl dd a {
  display: block;
  max-width: 200px;
  margin: 0 auto; }

div#page-front footer#site-footer div.inner dl dd a img {
  display: block;
  width: 144px;
  margin: 0 auto; }

div#page-front footer#site-footer div.inner dl dd ul {
  display: flex;
  justify-content: center;
  align-items: center; }

div#page-front footer#site-footer div.inner dl dd ul li {
  padding: 0 12px; }

div#page-front footer#site-footer div.inner dl dd p {
  /*============================
#to-pagetop
============================*/ }

div#page-front footer#site-footer div.inner a#to-pagetop {
  position: absolute;
  top: -60px;
  right: 20px;
  width: 232px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: no-repeat right 12px center url(img/topagetop_dir.svg) #082032;
  color: #fff;
  transition: background-position 0.4s ease; }

div#page-front footer#site-footer div.inner a#to-pagetop:hover {
  background-position: right 12px top 4px; }

div#page-front footer#site-footer div.inner a#to-pagetop:before {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  top: 0;
  background: no-repeat left top url(img/topagetop_left.svg);
  width: 20px;
  height: 40px; }

div#page-front footer#site-footer div.inner a#to-pagetop:after {
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  top: 0;
  background: no-repeat left top url(img/topagetop_right.svg);
  width: 20px;
  height: 40px; }

div#page-front footer#site-footer p.copyright {
  height: 40px;
  width: calc(100% - 40px);
  margin: 0 auto;
  position: relative;
  background-color: #082032;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center; }

div#page-front footer#site-footer p.copyright:before {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  top: 0;
  background: no-repeat left top url(img/topagetop_left.svg);
  width: 20px;
  height: 40px; }

div#page-front footer#site-footer p.copyright:after {
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  top: 0;
  background: no-repeat left top url(img/topagetop_right.svg);
  width: 20px;
  height: 40px;
  /*============================
#page-front
============================*/ }

div#page-front main {
  overflow-x: hidden;
  /*============================
#catch
============================*/ }

div#page-front main section#catch {
  margin-bottom: 64px;
  position: relative; }

div#page-front main section#catch div.upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 12px;
  position: relative; }

div#page-front main section#catch:before {
  content: "";
  display: block;
  position: absolute;
  right: calc(((100vw - 1040px))/2 - 768px);
  top: 320px;
  background: no-repeat center top / auto 100% url(img/catch_triangle_back.svg);
  width: 1888px;
  height: 546px;
  z-index: -1; }

div#page-front main section#catch div.upper:after {
  content: "";
  display: block;
  position: absolute;
  right: -39px;
  top: 49px;
  background: no-repeat center top url(img/catch_hai.svg);
  width: 877px;
  height: 449px;
  z-index: -1; }

div#page-front main section#catch div.upper div.text-area h2 {
  display: flex;
  font-size: 2.125rem;
  line-height: 1.75;
  margin-bottom: 28px;
  margin-top: 44px;
  text-align: center; }

div#page-front main section#catch div.upper div.text-area h2 span.db:first-child {
  font-size: 1.25rem; }

div#page-front main section#catch div.upper div.text-area h2 span.db:first-child:before {
  content: " ";
  display: inline-block;
  width: 12px; }

div#page-front main section#catch div.upper div.text-area h2 span.db:nth-child(2) {
  font-size: 1.25rem; }

div#page-front main section#catch div.upper div.text-area h2 span#event-title {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

div#page-front main section#catch div.upper div.text-area h2 span#event-title span#title-spread {
  display: block;
  width: 368px;
  height: 80px;
  text-indent: -9999px;
  background: no-repeat left / contain url(img/title.svg);
  margin-bottom: 8px; }

div#page-front main section#catch div.upper div.text-area h2 span#event-title span#title-mm {
  display: block;
  height: 20px;
  width: 213px;
  text-indent: -9999px;
  background: no-repeat left / contain url(img/title-mm.svg);
  margin: 0 0 12px; }

div#page-front main section#catch div.upper div.text-area h2 span#event-title span#title-ip {
  display: block;
  height: 20px;
  text-indent: -9999px;
  background: no-repeat left / contain url(img/title-ip.svg);
  width: 263px; }

div#page-front main section#catch div.upper div.text-area h2 span#event-title span#title-day {
  font-size: 1.5rem;
  margin: 12px 0 0;
  color: #c10e0b;
  font-weight: 900;
  line-height: 1.5em; }

div#page-front main section#catch div.upper div.text-area h2 span#event-title span#title-day span.actual span {
  display: inline-block;
  font-size: 1.5rem; }

div#page-front main section#catch div.upper div.text-area h2 span#event-title span#title-day span.pre {
  display: block;
  margin-top: 8px;
  font-size: 1.25rem; }

div#page-front main section#catch div.upper div.text-area p {
  font-weight: bold; }

div#page-front main section#catch div.upper div.text-area h2 img {
  padding-top: 2rem; }

div#page-front main section#catch div.upper div.text-area h2 span.entry-open {
  font-size: 1.2rem;
  background-color: #c10e0e;
  color: #fff;
  padding: 4px 16px 4px 24px; }

div#page-front main section#catch div.upper div.text-area h2 span.entry-closed {
  font-size: 1.2rem;
  background-color: #767676;
  color: #fff;
  padding: 4px 16px 4px 24px;
  /*============================
#catch-logo
============================*/ }

div#page-front main section#catch div.upper img#catch-logo {
  /*============================
#to-event
============================*/ }

div#page-front main section#catch a#to-event {
  display: block;
  margin: 16px auto 0;
  text-indent: -9999px;
  width: 56px;
  height: 74px;
  background: no-repeat center / contain url(img/catch_scroll.svg);
  position: relative;
  /*============================
#viewing
============================*/ }

div#page-front main section#viewing {
  margin: 0 auto 40px;
  max-width: 640px;
  padding: 0 12px; }

div#page-front main section#viewing h3 {
  padding: 20px 12px 14px;
  font-size: 1.375rem;
  line-height: 1.7;
  background-color: #082032;
  color: #fff;
  width: 100%;
  margin: auto;
  text-align: center;
  box-sizing: border-box; }

div#page-front main section#viewing h3 span {
  display: inline-block; }

div#page-front main section#viewing div.inner {
  border: solid 3px #082032;
  padding-bottom: 32px;
  background-color: #fff; }

div#page-front main section#viewing div.inner div.text-area {
  margin-top: 24px; }

div#page-front main section#viewing div.inner div.detail dl.date {
  margin-top: 24px;
  text-align: center; }

div#page-front main section#viewing div.inner div.detail dl.date div.title dt {
  width: fit-content;
  margin: 0 auto;
  background-color: #082032;
  padding: 0 16px;
  color: #fff;
  font-weight: 600; }

div#page-front main section#viewing div.inner div.detail dl.date div.info {
  margin-top: 4px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 16px; }

div#page-front main section#viewing div.inner div.detail dl.date div.info dd.main {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  display: flex;
  align-items: end;
  flex-shrink: 0; }

div#page-front main section#viewing div.inner div.detail dl.date div.info dd.sub {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25; }

div#page-front main section#viewing div.inner div.detail dl.date div.info dd.sub span {
  display: inline-block; }

div#page-front main section#viewing div.inner div.detail dl.place {
  margin-top: 24px; }

div#page-front main section#viewing div.inner div.detail dl.place div.title dt {
  width: fit-content;
  margin: 0 auto;
  background-color: #082032;
  padding: 0 16px;
  color: #fff;
  font-weight: 600; }

div#page-front main section#viewing div.inner div.detail dl.place div.info {
  margin-top: 4px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 24px; }

div#page-front main section#viewing div.inner div.detail dl.place div.info dd.main {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.25; }

div#page-front main section#viewing div.inner div.detail dl.place div.info dd.main span {
  display: inline-block; }

div#page-front main section#viewing div.inner div.detail dl.place div.info dd.sub {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25; }

div#page-front main section#viewing div.inner a {
  margin: 24px auto 0;
  max-width: 400px;
  width: 100%;
  padding: 20px 12px;
  display: block;
  border-radius: 8px;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  font-size: 1.25rem;
  text-align: center;
  background: no-repeat right 20px center url(img/entry_link_dir.svg) #c10e0e;
  transition: background-position 0.4s ease, background-color 0.4s ease; }

div#page-front main section#viewing div.inner a.entry-closed {
  background-color: #767676;
  background-image: none;
  pointer-events: none;
  /*============================
#bannar
============================*/ }

div#page-front main section#banner div.inner div.image {
  margin: 0 auto 80px;
  max-width: 640px; }

div#page-front main section#banner div.inner div.image img {
  width: 100%;
  border: 1px solid #d9d9da;
  /*============================
#past-winner
============================*/ }

div#page-front main section#past-winner {
  padding-bottom: 24px; }

div#page-front main section#past-winner div.contents {
  display: flex;
  justify-content: flex-start;
  padding: 30px 12px 4px;
  border: solid 2px #082032;
  position: relative; }

div#page-front main section#past-winner div.inner div.ib {
  max-width: 360px;
  order: 1;
  margin-right: 24px; }

div#page-front main section#past-winner div.inner div.ib img {
  width: 100%; }

div#page-front main section#past-winner div.inner div.text-area {
  margin-right: 24px;
  order: 2; }

div#page-front main section#past-winner div.inner div.text-area h2 {
  margin-bottom: 16px;
  font-size: 1.5rem;
  margin-top: 8px; }

div#page-front main section#past-winner div.inner div.text-area .award {
  font-size: 1.375rem;
  line-height: 1.7;
  background-color: #082032;
  color: #fff;
  width: fit-content;
  white-space: nowrap;
  margin-left: 22px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: -18px; }

div#page-front main section#past-winner div.inner div.text-area .award::before {
  content: "";
  width: 24px;
  height: 37px;
  background: no-repeat center url(img/title1_left.svg);
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -22px;
  z-index: -1; }

div#page-front main section#past-winner div.inner div.text-area .award::after {
  content: "";
  width: 24px;
  height: 37px;
  background: no-repeat center url(img/title1_right.svg);
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -22px;
  z-index: -1; }

div#page-front main section#past-winner div.inner div.text-area a.link {
  display: block;
  margin-bottom: 8px;
  font-size: 1.125rem;
  /*============================
#event
============================*/ }

div#page-front main section#event {
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #f7f8f9; }

div#page-front main section#event div.inner {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 40px; }

div#page-front main section#event div.inner div.text-area {
  max-width: 600px;
  margin-left: 20px;
  padding-top: 20px; }

div#page-front main section#event div.inner div.text-area h2 span {
  display: block; }

div#page-front main section#event div.inner div.text-area h2:after {
  content: "";
  display: block;
  height: 4px;
  width: 100%; }

div#page-front main section#event div.inner div.text-area h2 {
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0.1em; }

div#page-front main section#event div.inner div.text-area h2 span.sepalate {
  margin-bottom: 32px;
  /*============================
#event-img
============================*/ }

div#page-front main section#event div.inner img#event-img {
  display: block;
  max-width: 500px;
  margin-left: -80px;
  height: auto;
  /*============================
#event-overview
============================*/ }

div#page-front main section#event section#program h3 {
  font-size: 1.5rem;
  padding-left: 16px;
  background: no-repeat left center url(img/title3_red_left.svg);
  margin-bottom: 16px; }

div#page-front main section#event section#program div.explain {
  margin-bottom: 40px; }

div#page-front main section#event section#program div.explain p.margin {
  margin-top: 20px; }

div#page-front main section#event section#program ol#event-overview li dl {
  margin-bottom: 20px; }

div#page-front main section#event section#program ol#event-overview li dl dt {
  margin-bottom: 4px;
  padding-left: 8px;
  font-weight: bold;
  border-left: solid 4px #082032; }

div#page-front main section#event section#program ol#event-overview li dl dd {
  /*============================
#aboutmm
============================*/ }

div#page-front main section#aboutmm {
  padding-top: 32px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 44px;
  background: repeat center url(img/aboutmm_back.svg); }

div#page-front main section#aboutmm div.inner div.upper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px; }

div#page-front main section#aboutmm div.inner div.upper div.left {
  max-width: 520px;
  margin-right: 40px; }

div#page-front main section#aboutmm div.inner div.upper div.left div.text-content {
  margin-bottom: 12px; }

div#page-front main section#aboutmm div.inner div.upper div.mm-list {
  width: 100%;
  position: relative;
  width: 450px;
  min-width: 450px;
  height: 450px; }

div#page-front main section#aboutmm div.inner div.upper div.mm-list h3 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat center url(img/aboutmm_logo.svg);
  text-indent: -9999px; }

div#page-front main section#aboutmm div.inner div.upper div.mm-list ul li {
  width: 144px;
  height: 83px;
  background-color: #d9d9da;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  font-weight: bold; }

div#page-front main section#aboutmm div.inner div.upper div.mm-list ul li:nth-child(1) {
  top: 40px;
  left: 72px; }

div#page-front main section#aboutmm div.inner div.upper div.mm-list ul li:nth-child(2) {
  top: 40px;
  right: 72px; }

div#page-front main section#aboutmm div.inner div.upper div.mm-list ul li:nth-child(3) {
  top: calc(50% - 41.5px);
  left: 0; }

div#page-front main section#aboutmm div.inner div.upper div.mm-list ul li:nth-child(4) {
  bottom: 40px;
  right: 72px; }

div#page-front main section#aboutmm div.inner div.upper div.mm-list ul li:nth-child(5) {
  bottom: 40px;
  left: 72px; }

div#page-front main section#aboutmm div.inner div.upper div.mm-list ul li:nth-child(6) {
  top: calc(50% - 41.5px);
  right: 0; }

div#page-front main section#aboutmm div.inner div.upper div.mm-list ul li:before {
  content: "";
  display: block;
  width: 100%;
  height: 42px;
  background: no-repeat center bottom / 100% auto url(img/aboutmm_list_bottom.svg);
  position: absolute;
  left: 0;
  top: -41px; }

div#page-front main section#aboutmm div.inner div.upper div.mm-list ul li:after {
  content: "";
  display: block;
  width: 100%;
  height: 42px;
  background: no-repeat center top / 100% auto url(img/aboutmm_list_upper.svg);
  position: absolute;
  left: 0;
  bottom: -41px;
  /*============================
#feature
============================*/ }

div#page-front main section#aboutmm div.inner section#feature h3 {
  font-size: 1.5rem;
  padding-left: 16px;
  background: no-repeat left center url(img/title3_red_left.svg);
  /*============================
#feature-list
============================*/ }

div#page-front main section#aboutmm div.inner section#feature ul#feature-list {
  display: flex;
  margin-top: 32px; }

div#page-front main section#aboutmm div.inner section#feature ul#feature-list > li {
  width: calc((100% - (24px*3))/4);
  margin-right: 24px;
  border: solid 1px #082032; }

div#page-front main section#aboutmm div.inner section#feature ul#feature-list > li:last-child {
  margin-right: 0; }

div#page-front main section#aboutmm div.inner section#feature ul#feature-list > li dl dt {
  font-size: 1.125rem;
  background-color: #082032;
  width: 130px;
  height: 34px;
  margin: -20px auto 0;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 8px 0;
  position: relative;
  box-sizing: border-box; }

div#page-front main section#aboutmm div.inner section#feature ul#feature-list > li dl dt:before {
  content: "";
  display: block;
  height: 100%;
  width: 8px;
  background: no-repeat right center url(img/title4_left.svg);
  position: absolute;
  left: -8px;
  top: 0; }

div#page-front main section#aboutmm div.inner section#feature ul#feature-list > li dl dt:after {
  content: "";
  display: block;
  height: 100%;
  width: 8px;
  background: no-repeat left center url(img/title4_right.svg);
  position: absolute;
  right: -8px;
  top: 0; }

div#page-front main section#aboutmm div.inner section#feature ul#feature-list > li dl dd ul.sub-list {
  padding: 16px; }

div#page-front main section#aboutmm div.inner section#feature ul#feature-list > li dl dd ul.sub-list li {
  font-size: 0.875rem;
  /*============================
#mentor
============================*/ }

div#page-front main section#mentor {
  padding-top: 48px; }

div#page-front main section#mentor div.inner h3.title1 {
  margin-bottom: 24px; }

div#page-front main section#mentor div.inner p.explain {
  color: #c10e0e;
  text-align: center;
  margin-bottom: 24px; }

div#page-front main section#mentor div.inner p.no-article {
  /*============================
#mentor-list
============================*/ }

div#page-front main section#mentor div.inner nav#mentor-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

div#page-front main section#mentor div.inner nav#mentor-list ul li {
  width: 100%;
  max-width: calc((100% - 60px)/4);
  margin-right: 20px;
  margin-bottom: 48px; }

div#page-front main section#mentor div.inner nav#mentor-list ul li:nth-child(4n) {
  margin-right: 0; }

div#page-front main section#mentor div.inner nav#mentor-list ul li a {
  display: block;
  text-decoration: none; }

div#page-front main section#mentor div.inner nav#mentor-list ul li a section {
  display: flex;
  flex-direction: column; }

div#page-front main section#mentor div.inner nav#mentor-list ul li a section h3 {
  order: 3;
  font-size: 1.25rem;
  line-height: 1; }

div#page-front main section#mentor div.inner nav#mentor-list ul li a section p.cname {
  order: 2;
  line-height: 1.5;
  margin-bottom: 4px; }

div#page-front main section#mentor div.inner nav#mentor-list ul li a section div.ib {
  order: 1;
  margin-bottom: 8px;
  position: relative;
  overflow: hidden; }

div#page-front main section#mentor div.inner nav#mentor-list ul li a section div.ib:after {
  content: "";
  display: block;
  width: 40px;
  height: 52px;
  background: no-repeat center bottom / contain url(img/mentor_plus_icon.svg);
  position: absolute;
  bottom: 0;
  right: 4px; }

div#page-front main section#mentor div.inner nav#mentor-list ul li a section div.ib img {
  display: block;
  width: 100%;
  transition: transform 0.4s ease; }

div#page-front main section#mentor div.inner nav#mentor-list ul li a:hover section div.ib img {
  transform: scale(1.1);
  /*============================
#mentor-detail
============================*/ }

div#page-front main section#mentor div.inner ul#mentor-detail {
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(8, 32, 50, 0.64);
  display: flex;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 20;
  padding-left: 12px;
  padding-right: 12px;
  /*============================
#detail-17
============================*/ }

div#page-front main section#mentor div.inner ul#mentor-detail > li {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  border: solid 2px #082032;
  overflow: auto;
  max-height: calc(100vh - 80px);
  display: none; }

div#page-front main section#mentor div.inner ul#mentor-detail > li.disp {
  display: block; }

div#page-front main section#mentor div.inner ul#mentor-detail > li section {
  padding: 40px;
  background-color: #fff; }

div#page-front main section#mentor div.inner ul#mentor-detail > li section div.upper {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 20px; }

div#page-front main section#mentor div.inner ul#mentor-detail > li section div.upper div.right {
  max-width: 496px;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  line-height: 1.75; }

div#page-front main section#mentor div.inner ul#mentor-detail > li section div.upper div.right h3 {
  order: 3;
  font-size: 1.75rem; }

div#page-front main section#mentor div.inner ul#mentor-detail > li section div.upper div.right p.kana {
  order: 4; }

div#page-front main section#mentor div.inner ul#mentor-detail > li section div.upper div.right p.cname {
  order: 1;
  font-weight: bold;
  font-size: 1rem; }

div#page-front main section#mentor div.inner ul#mentor-detail > li section div.upper div.right p.cname a {
  font-size: 1.125rem; }

div#page-front main section#mentor div.inner ul#mentor-detail > li section div.upper div.right p.position {
  order: 2; }

div#page-front main section#mentor div.inner ul#mentor-detail > li section div.upper div.right ul.sns {
  order: 6;
  display: flex;
  margin: 8px 0 20px; }

div#page-front main section#mentor div.inner ul#mentor-detail > li section div.upper div.right ul.sns li {
  margin-right: 12px; }

div#page-front main section#mentor div.inner ul#mentor-detail > li section div.upper div.right ul.sns li a {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-indent: -9999px; }

div#page-front main section#mentor div.inner ul#mentor-detail > li section div.upper div.right ul.sns li.twitter a {
  background: no-repeat center / contain url(img/twitter.svg); }

div#page-front main section#mentor div.inner ul#mentor-detail > li section div.upper div.right ul.sns li.facebook a {
  background: no-repeat center / contain url(img/facebook.svg); }

div#page-front main section#mentor div.inner ul#mentor-detail > li section div.upper div.right h4 {
  order: 7;
  color: #c10e0e; }

div#page-front main section#mentor div.inner ul#mentor-detail > li section div.upper div.right div.profile-area {
  order: 8; }

div#page-front main section#mentor div.inner ul#mentor-detail > li section div.upper div.ib {
  max-width: 240px;
  height: 240px;
  width: 100%; }

div#page-front main section#mentor div.inner ul#mentor-detail > li section div.upper div.ib img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; }

div#page-front main section#mentor div.inner ul#mentor-detail > li section div.lower h4 {
  font-size: 1.5rem;
  padding-left: 16px;
  background: no-repeat left center url(img/title3_red_left.svg); }

div#page-front main section#mentor div.inner ul#mentor-detail > li section a.close {
  display: block;
  color: #082032;
  text-align: center;
  font-weight: bold;
  width: fit-content;
  margin: 12px auto 0;
  /*============================
#detail-18
============================*/ }

div#page-front main section#mentor div.inner ul#mentor-detail > li#detail-18 section a.close {
  /*============================
#detail-19
============================*/ }

div#page-front main section#mentor div.inner ul#mentor-detail > li#detail-19 section a.close {
  /*============================
#detail-20
============================*/ }

div#page-front main section#mentor div.inner ul#mentor-detail > li#detail-20 section a.close {
  /*============================
#detail-21
============================*/ }

div#page-front main section#mentor div.inner ul#mentor-detail > li#detail-21 section a.close {
  /*============================
#detail-22
============================*/ }

div#page-front main section#mentor div.inner ul#mentor-detail > li#detail-22 section a.close {
  /*============================
#detail-23
============================*/ }

div#page-front main section#mentor div.inner ul#mentor-detail > li#detail-23 section a.close {
  /*============================
#detail-15
============================*/ }

div#page-front main section#mentor div.inner ul#mentor-detail > li#detail-15 section a.close {
  /*============================
#schedule
============================*/ }

div#page-front main section#schedule {
  background: linear-gradient(to bottom, transparent 0%, transparent 680px, #f7f8f9 680px, #f7f8f9 100%); }

div#page-front main section#schedule div.inner {
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 40px; }

div#page-front main section#schedule div.inner:before {
  content: "";
  display: block;
  width: 3322px;
  height: 960px;
  background: no-repeat center top / contain url(img/schedule_triangle.svg);
  position: absolute;
  top: -220px;
  left: -846px;
  z-index: -1; }

div#page-front main section#schedule h2.title1 {
  margin-bottom: 40px; }

div#page-front main section#schedule p.pre {
  margin: 0 auto;
  max-width: 680px;
  margin-bottom: 24px;
  font-size: 1.25rem;
  font-weight: bold; }

div#page-front main section#schedule p.pre span.date {
  color: #fff;
  font-size: 1.125rem;
  font-weight: normal;
  margin-left: 16px;
  padding: 0 24px;
  background-color: #082032; }

div#page-front main section#schedule p.pre span.time {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: normal;
  margin-left: 16px; }

div#page-front main section#schedule ul {
  margin: 0 auto;
  max-width: 680px;
  position: relative;
  z-index: 0; }

div#page-front main section#schedule ul li {
  margin-bottom: 24px;
  padding-top: 16px;
  border-top: 2px solid #082032; }

div#page-front main section#schedule ul li:last-child {
  margin-bottom: 0; }

div#page-front main section#schedule ul li > dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.75; }

div#page-front main section#schedule ul li > dl:before {
  content: "";
  display: block;
  width: 55px;
  height: 40px;
  background: no-repeat center / contain url(img/schedule_dot_black.svg);
  margin-right: 16px; }

div#page-front main section#schedule ul li > dl dt {
  font-size: 1.25rem;
  font-weight: bold; }

div#page-front main section#schedule ul li > dl dt span.date {
  color: #fff;
  font-size: 1.125rem;
  font-weight: normal;
  margin-left: 16px;
  padding: 0 24px;
  background-color: #082032; }

div#page-front main section#schedule ul li > dl dt span.time {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: normal;
  margin-left: 16px; }

div#page-front main section#schedule ul li > dl dd.place {
  width: 100%;
  padding-left: 70px;
  font-size: 1.25rem; }

div#page-front main section#schedule ul li > dl dd.event-title {
  font-size: 1.5rem;
  font-weight: bold;
  width: 100%;
  box-sizing: border-box;
  padding-left: 70px; }

div#page-front main section#schedule ul li > dl dd.apply-spectator {
  padding-left: 68px; }

div#page-front main section#schedule ul li > dl dd.guest {
  padding-left: 68px;
  margin-top: 12px;
  display: block; }

div#page-front main section#schedule ul li > dl dd.guest dl dt {
  font-size: 0.75rem;
  color: #fff;
  padding: 0 8px;
  background-color: #082032;
  text-align: center;
  width: fit-content;
  /*============================
#interview
============================*/ }

div#page-front main section#interview {
  padding-top: 48px; }

div#page-front main section#interview div.inner {
  padding-bottom: 40px; }

div#page-front main section#interview div.inner h2.title1 {
  margin-bottom: 24px; }

div#page-front main section#interview div.inner p.explain {
  color: #c10e0e;
  text-align: center;
  margin-bottom: 24px;
  /*============================
#interview-list
============================*/ }

div#page-front main section#interview div.inner nav#interview-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

div#page-front main section#interview div.inner nav#interview-list ul li {
  width: 100%;
  max-width: calc((100% - 60px)/3);
  margin-right: 24px;
  margin-bottom: 48px; }

div#page-front main section#interview div.inner nav#interview-list ul li:nth-child(4n) {
  margin-right: 0; }

div#page-front main section#interview div.inner nav#interview-list ul li a {
  display: block;
  text-decoration: none; }

div#page-front main section#interview div.inner nav#interview-list ul li a section {
  display: flex;
  flex-direction: column; }

div#page-front main section#interview div.inner nav#interview-list ul li a section h3 {
  order: 3;
  font-size: 1.25rem;
  line-height: 1; }

div#page-front main section#interview div.inner nav#interview-list ul li a section p.profile-area {
  order: 2;
  line-height: 1.5;
  margin-bottom: 4px; }

div#page-front main section#interview div.inner nav#interview-list ul li a section p.businessplan {
  order: 4;
  line-height: 1.2;
  margin-top: 8px; }

div#page-front main section#interview div.inner nav#interview-list ul li a section div.ib {
  order: 1;
  margin-bottom: 8px;
  position: relative;
  overflow: hidden; }

div#page-front main section#interview div.inner nav#interview-list ul li a section div.ib:after {
  content: "";
  display: block;
  width: 40px;
  height: 52px;
  background: no-repeat center bottom / contain url(img/mentor_plus_icon.svg);
  position: absolute;
  bottom: 0;
  right: 4px; }

div#page-front main section#interview div.inner nav#interview-list ul li a section div.ib img {
  display: block;
  width: 100%;
  transition: transform 0.4s ease; }

div#page-front main section#interview div.inner nav#interview-list ul li a:hover section div.ib img {
  transform: scale(1.1);
  /*============================
#interview-detail
============================*/ }

div#page-front main section#interview div.inner ul#interview-detail {
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(8, 32, 50, 0.64);
  display: flex;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 20;
  padding-left: 12px;
  padding-right: 12px; }

div#page-front main section#interview div.inner ul#interview-detail li section div.upper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end; }

div#page-front main section#interview div.inner ul#interview-detail li section div.upper div.right {
  display: flex;
  flex-direction: column; }

div#page-front main section#interview div.inner ul#interview-detail li section div.upper div.right h3 {
  order: 2;
  font-size: 1.75rem; }

div#page-front main section#interview div.inner ul#interview-detail li section div.upper div.right p.profile-area {
  order: 1;
  font-weight: 700; }

div#page-front main section#interview div.inner ul#interview-detail li section div.upper div.right p.businessplan {
  order: 3;
  line-height: 1.2; }

div#page-front main section#interview div.inner ul#interview-detail > li section div.upper div.ib {
  max-width: 320px;
  margin-right: 24px; }

div#page-front main section#interview div.inner ul#interview-detail > li section div.upper div.ib img {
  width: 100%; }

div#page-front main section#interview div.inner ul#interview-detail li section div.lower dl {
  margin-top: 16px; }

div#page-front main section#interview div.inner ul#interview-detail li section div.lower dl dt {
  color: #c10e0b;
  font-weight: 600; }

div#page-front main section#interview div.inner ul#interview-detail li section div.lower dl dd {
  margin-bottom: 16px; }

div#page-front main section#interview div.inner ul#interview-detail > li section a.close {
  display: block;
  color: #082032;
  text-align: center;
  font-weight: bold;
  width: fit-content;
  margin: 12px auto 0;
  /*============================
#detail
============================*/ }

div#page-front main section#interview div.inner ul#interview-detail > li {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  border: solid 2px #082032;
  overflow: auto;
  max-height: calc(100vh - 80px);
  display: none; }

div#page-front main section#interview div.inner ul#interview-detail > li.disp {
  display: block; }

div#page-front main section#interview div.inner ul#interview-detail > li section {
  padding: 40px;
  background-color: #fff;
  /*============================
#entry
============================*/ }

div#page-front main section.entry {
  text-align: center;
  padding-top: 72px;
  padding-bottom: 72px;
  padding-left: 12px;
  padding-right: 12px;
  background: repeat center url(img/aboutmm_back.svg); }

div#page-front main section.entry div.inner {
  box-sizing: border-box;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 40px;
  background-color: #fff; }

div#page-front main section.entry div.inner h2.title1 {
  position: relative;
  top: -42px; }

div#page-front main section.entry div.inner p.deadline {
  font-size: 1.5rem;
  font-weight: bold; }

div#page-front main section.entry div.inner h2.title1 :last-child h3 {
  margin-top: 3rem; }

div#page-front main section.entry div.inner a#to-entry-page {
  margin: 24px auto 8px;
  max-width: 520px;
  width: 100%;
  padding: 20px 12px;
  display: block;
  border-radius: 8px;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  font-size: 1.25rem;
  background: no-repeat right 20px center url(img/entry_link_dir.svg) #c10e0e;
  transition: background-position 0.4s ease, background-color 0.4s ease; }

div#page-front main section.entry div.inner a#to-entry-page:hover {
  background-position: right 10px center;
  background-color: #fd0303; }

div#page-front main section.entry div.inner a#to-pre-entry-page {
  margin: 24px auto 8px;
  max-width: 520px;
  width: 100%;
  padding: 20px 12px;
  display: block;
  border-radius: 8px;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  font-size: 1.25rem;
  background: no-repeat right 20px center url(img/entry_link_dir.svg) #082032;
  transition: background-position 0.4s ease, background-color 0.4s ease; }

div#page-front main section.entry div.inner a#to-pre-entry-page:hover {
  background-position: right 10px center;
  background-color: #0658fc; }

div#page-front main section.entry div.inner div.entry-summary {
  max-width: 640px;
  margin: 0 auto;
  margin-bottom: 2rem;
  border: solid 1px #082032;
  padding: 12px; }

div#page-front main section.entry div.inner div.entry-summary h3 {
  font-size: 1.75rem;
  width: fit-content;
  border-bottom: 3px solid #082032;
  margin: 0 auto 16px; }

div#page-front main section.entry div.inner div.entry-summary h4 {
  font-size: 1.5rem; }

div#page-front main section.entry div.inner div.entry-summary ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

div#page-front main section.entry div.inner div.entry-summary ol li {
  padding: 0 12px; }

div#page-front main section.entry div.inner div.entry-pre {
  max-width: 640px;
  margin: 0 auto;
  margin-bottom: 2rem;
  border: solid 1px #082032;
  padding: 12px; }

div#page-front main section.entry div.inner div.entry-pre h3 {
  font-size: 1.5rem;
  width: fit-content;
  border-bottom: 3px solid #082032;
  margin: 0 auto 16px; }

div#page-front main section.entry div.inner div.entry-pre h4 {
  font-size: 1.25rem; }

div#page-front main section.entry div.inner div.entry-pre ol {
  text-align: left;
  max-width: 416px;
  margin: 0 auto; }

div#page-front main section.entry div.inner div.entry-pre ol li {
  padding: 0 12px; }

div#page-front main section.entry div.inner h3.prompt {
  margin-top: 2rem;
  font-size: 1.75rem; }

div#page-front main section.entry div.inner a#to-entry-page.entry-closed {
  background-color: #767676;
  background-image: none;
  pointer-events: none;
  /*============================
#add-explain
============================*/ }

div#page-front main section.entry div.inner div#other-contact {
  margin-top: 12px;
  padding: 12px;
  background-color: #f7f8f9;
  max-width: 640px;
  margin: 24px auto 0;
  text-align: left; }

div#page-front main section.entry div.inner div#other-contact p {
  margin-bottom: 12px; }

div#page-front main section.entry div.inner div#other-contact ul {
  font-weight: bold; }

@media (max-width: 1040px) {
  div#page-front main {
    /*============================
    #catch
    ============================*/ }

  div#page-front main section#catch:before {
    height: 500px;
    background-size: 100% 100%; }

  div#page-front main section#catch div.upper div.text-area {
    min-width: 420px; }

  div#page-front main section#catch div.upper div.text-area p span.db {
    /*============================
    #catch-logo
    ============================*/ }

  div#page-front main section#catch div.upper img#catch-logo {
    width: 100%;
    max-width: 320px;
    /*============================
    #to-event
    ============================*/ }

  div#page-front main section#catch a#to-event {
    /*============================
    #event
    ============================*/ }

  div#page-front main section#event div.inner div.text-area {
    min-width: 360px;
    margin-left: 12px; }

  div#page-front main section#event div.inner div.text-area div.content p {
    /*============================
    #event-img
    ============================*/ }

  div#page-front main section#event div.inner img#event-img {
    width: 100%;
    margin-left: -12px;
    /*============================
    #event-overview
    ============================*/ }

  div#page-front main section#event ol#event-overview li dl dd {
    /*============================
    #aboutmm
    ============================*/ }

  div#page-front main section#aboutmm div.inner div.upper {
    display: block; }

  div#page-front main section#aboutmm div.inner div.upper div.left {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px; }

  div#page-front main section#aboutmm div.inner div.upper div.mm-list {
    margin: 0 auto; }

  div#page-front main section#aboutmm div.inner div.upper div.mm-list ul li:after {
    /*============================
    #feature
    ============================*/ }

  div#page-front main section#aboutmm div.inner section#feature h3 {
    /*============================
    #feature-list
    ============================*/ }

  div#page-front main section#aboutmm div.inner section#feature ul#feature-list > li {
    width: calc((100% - (8px*3))/4);
    margin-right: 8px; }

  div#page-front main section#aboutmm div.inner section#feature ul#feature-list > li dl dd ul.sub-list li {
    /*============================
    #mentor
    ============================*/ }

  div#page-front main section#mentor div.inner p.no-article {
    /*============================
    #mentor-list
    ============================*/ }

  div#page-front main section#mentor div.inner nav#mentor-list ul li a section p.cname {
    font-size: 0.75rem; }

  div#page-front main section#mentor div.inner nav#mentor-list ul li a:hover section div.ib img {
    /*============================
    #mentor-detail
    ============================*/ }

  div#page-front main section#mentor div.inner ul#mentor-detail {
    /*============================
    #detail-17
    ============================*/ }

  div#page-front main section#mentor div.inner ul#mentor-detail > li section div.upper {
    flex-direction: column-reverse; }

  div#page-front main section#mentor div.inner ul#mentor-detail > li section div.upper div.right {
    max-width: 100%;
    margin-left: 0; }

  div#page-front main section#mentor div.inner ul#mentor-detail > li section div.upper div.ib {
    margin-bottom: 24px; }

  div#page-front main section#mentor div.inner ul#mentor-detail > li section a.close {
    /*============================
    #detail-18
    ============================*/ }

  div#page-front main section#mentor div.inner ul#mentor-detail > li#detail-18 section a.close {
    /*============================
    #detail-19
    ============================*/ }

  div#page-front main section#mentor div.inner ul#mentor-detail > li#detail-19 section a.close {
    /*============================
    #detail-20
    ============================*/ }

  div#page-front main section#mentor div.inner ul#mentor-detail > li#detail-20 section a.close {
    /*============================
    #detail-21
    ============================*/ }

  div#page-front main section#mentor div.inner ul#mentor-detail > li#detail-21 section a.close {
    /*============================
    #detail-22
    ============================*/ }

  div#page-front main section#mentor div.inner ul#mentor-detail > li#detail-22 section a.close {
    /*============================
    #detail-23
    ============================*/ }

  div#page-front main section#mentor div.inner ul#mentor-detail > li#detail-23 section a.close {
    /*============================
    #detail-15
    ============================*/ }

  div#page-front main section#mentor div.inner ul#mentor-detail > li#detail-15 section a.close {
    /*============================
    #schedule
    ============================*/ }

  div#page-front main section#schedule ul li dl dd.guest {
    /*============================
    #entry
    ============================*/ }

  div#page-front main section#entry div.inner p.explain span.db {
    /*============================
    #to-entry-page
    ============================*/ }

  div#page-front main section#entry div.inner a#to-entry-page:hover {
    /*============================
    #add-explain
    ============================*/ } }

@media (max-width: 768px) {
  /*============================
#site-header
============================*/
    div#page-front main {
      /*============================
    #catch
    ============================*/ }
    div#page-front main section#catch div.upper {
      padding-top: 56px;
      padding-bottom: 56px; }
    div#page-front main section#catch div.upper div.text-area h2 {
      font-size: 1.5rem;
      display: block; }
    div#page-front main section#catch div.upper div.text-area p span.db {
      /*============================
    #catch-logo
    ============================*/ }
    div#page-front main section#catch div.upper img#catch-logo {
      max-width: 200px;
      /*============================
    #to-event
    ============================*/ }
    div#page-front main section#catch a#to-event {
      /*============================
    #past-winner
    ============================*/ }
    div#page-front main section#past-winner div.contents {
      flex-direction: column;
      max-width: 584px;
      margin: auto; }
    div#page-front main section#past-winner div.inner div.text-area {
      margin-right: 0;
      margin: auto;
      display: flex;
      flex-direction: column; }
    div#page-front main section#past-winner div.inner div.text-area h2 {
      text-align: center;
      margin-bottom: 0px; }
    div#page-front main section#past-winner div.inner div.ib {
      margin: auto; }
    div#page-front main section#past-winner div.inner div.text-area a.link {
      text-align: center;
      /*============================
    #event
    ============================*/ }
    div#page-front main section#event div.inner {
      display: block; }
    div#page-front main section#event div.inner div.text-area {
      width: 100%;
      max-width: 100%;
      margin-left: 0;
      text-align: center; }
    div#page-front main section#event div.inner div.text-area div.content p {
      /*============================
    #event-img
    ============================*/ }
    div#page-front main section#event div.inner img#event-img {
      max-width: 100%;
      /*============================
    #event-overview
    ============================*/ }
    div#page-front main section#event ol#event-overview li dl dd {
      /*============================
    #aboutmm
    ============================*/ }
    div#page-front main section#aboutmm div.inner div.upper div.mm-list ul li:after {
      /*============================
    #feature
    ============================*/ }
    div#page-front main section#aboutmm div.inner section#feature h3 {
      /*============================
    #feature-list
    ============================*/ }
    div#page-front main section#aboutmm div.inner section#feature ul#feature-list > li dl dd ul.sub-list {
      padding: 8px; }
    div#page-front main section#aboutmm div.inner section#feature ul#feature-list > li dl dd ul.sub-list li {
      line-height: 1.75;
      /*============================
    #mentor
    ============================*/ }
    div#page-front main section#mentor div.inner p.no-article {
      /*============================
    #mentor-list
    ============================*/ }
    div#page-front main section#mentor div.inner nav#mentor-list ul li a:hover section div.ib img {
      /*============================
    #mentor-detail
    ============================*/ }
    div#page-front main section#mentor div.inner ul#mentor-detail {
      /*============================
    #detail-17
    ============================*/ }
    div#page-front main section#mentor div.inner ul#mentor-detail > li section a.close {
      /*============================
    #detail-18
    ============================*/ }
    div#page-front main section#mentor div.inner ul#mentor-detail > li#detail-18 section a.close {
      /*============================
    #detail-19
    ============================*/ }
    div#page-front main section#mentor div.inner ul#mentor-detail > li#detail-19 section a.close {
      /*============================
    #detail-20
    ============================*/ }
    div#page-front main section#mentor div.inner ul#mentor-detail > li#detail-20 section a.close {
      /*============================
    #detail-21
    ============================*/ }
    div#page-front main section#mentor div.inner ul#mentor-detail > li#detail-21 section a.close {
      /*============================
    #detail-22
    ============================*/ }
    div#page-front main section#mentor div.inner ul#mentor-detail > li#detail-22 section a.close {
      /*============================
    #detail-23
    ============================*/ }
    div#page-front main section#mentor div.inner ul#mentor-detail > li#detail-23 section a.close {
      /*============================
    #detail-15
    ============================*/ }
    div#page-front main section#mentor div.inner ul#mentor-detail > li#detail-15 section a.close {
      /*============================
    #schedule
    ============================*/ }
    div#page-front main section#schedule ul li dl dd.guest {
      /*============================
    #entry
    ============================*/ }
    div#page-front main section#entry div.inner p.explain span.db {
      /*============================
    #to-entry-page
    ============================*/ }
    div#page-front main section#entry div.inner a#to-entry-page:hover {
      /*============================
    #add-explain
    ============================*/ }
    div#page-front main section#entry div.inner a#to-entry-page, div#page-front main section.entry div.inner a#to-pre-entry-page {
      margin: 16px auto 8px;
      padding: 12px 8px;
      font-size: 0.75rem; }
    div#page-front main section#catch div.upper div.text-area h2 span#event-title span#title-day {
      font-size: 1rem; }
    div#page-front main section#catch div.upper div.text-area h2 span#event-title span#title-day span.actual span {
      font-size: 1rem; }
    div#page-front main section#catch div.upper div.text-area h2 span#event-title span#title-day span.pre {
      font-size: 1rem; }
    div#page-front main section#catch div.upper div.text-area h2 span.entry-open, div#page-front main section#catch div.upper div.text-area h2 span.entry-closed {
      font-size: 1rem; }
    div#page-front main section.entry div.inner div.entry-summary h4 {
      font-size: 1rem; }
    div#page-front main section.entry div.inner div.entry-pre h4 {
      font-size: 1rem; }
    div#page-front main section.entry div.inner p.deadline {
      font-size: 1rem; } }

header#site-header {
  position: fixed;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  padding: 0 0px 0 48px;
  box-sizing: border-box;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.8); }

header#site-header h1 a {
  display: block;
  width: 200px;
  height: 48px;
  text-indent: -9999px;
  background: no-repeat left center / auto 100% url(img/header_logo.svg);
  /*============================
#g-menu
============================*/ }

header#site-header nav#g-menu {
  height: 100%;
  display: flex;
  align-items: center; }

header#site-header nav#g-menu ul {
  display: flex;
  height: 100%; }

header#site-header nav#g-menu ul li {
  margin-right: 24px;
  /*============================
#to-event
============================*/ }

header#site-header nav#g-menu ul li a {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 0 12px;
  font-size: 0.875rem;
  position: relative;
  transition: color 0.4s ease; }

header#site-header nav#g-menu ul li a:hover {
  color: #c10e0e; }

header#site-header nav#g-menu ul li a:after {
  content: "";
  display: block;
  height: 1px;
  width: 0;
  background-color: #082032;
  position: absolute;
  left: 12px;
  top: 60px;
  transition: width 0.4s ease, background-color 0.4s ease; }

header#site-header nav#g-menu ul li a:hover:after {
  width: calc(100% - 24px);
  background-color: #c10e0e; }

header#site-header nav#g-menu ul li a#to-event {
  /*============================
#to-aboutmm
============================*/ }

header#site-header nav#g-menu ul li a#to-aboutmm {
  /*============================
#to-mentor
============================*/ }

header#site-header nav#g-menu ul li a#to-mentor {
  /*============================
#to-schedule
============================*/ }

header#site-header nav#g-menu ul li a#to-schedule {
  /*============================
#to-entry
============================*/ }

header#site-header nav#g-menu ul li#to-entry {
  /*============================
#to-entry
============================*/ }

header#site-header nav#g-menu a#to-entry {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100px;
  padding: 0 12px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
  padding-right: 20px;
  background: url(img/entry_link_dir.svg) no-repeat right 12px center / 32px #c10e0e; }

header#site-header nav#g-menu a#to-entry:hover {
  background-position: right 10px center;
  background-color: #fd0303; }

header#site-header nav#g-menu a#to-entry:hover:after {
  background-color: #fff; }

header#site-header a.sp-menu {
  display: none;
  /*============================
.entry-closed
============================*/ }

header#site-header nav#g-menu a#to-entry.entry-closed {
  flex-direction: column;
  justify-content: center;
  background-image: none;
  background-color: #767676;
  pointer-events: none;
  padding-right: 12px; }

@media (max-width: 1040px) {
  header#site-header {
    padding: 0 12px; }

  header#site-header h1 a {
    /*============================
    #g-menu
    ============================*/ }

  header#site-header nav#g-menu ul {
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    right: 0;
    bottom: 0;
    flex-direction: column;
    background: rgba(8, 32, 50, 0.9); }

  header#site-header nav#g-menu ul li {
    margin-bottom: 20px;
    /*============================
    #to-event
    ============================*/ }

  header#site-header nav#g-menu ul li a {
    font-size: 2rem;
    color: #fff; }

  header#site-header nav#g-menu ul li a#to-event {
    /*============================
    #to-aboutmm
    ============================*/ }

  header#site-header nav#g-menu ul li a#to-aboutmm {
    /*============================
    #to-mentor
    ============================*/ }

  header#site-header nav#g-menu ul li a#to-mentor {
    /*============================
    #to-schedule
    ============================*/ }

  header#site-header nav#g-menu ul li a#to-schedule {
    /*============================
    #to-entry
    ============================*/ }

  header#site-header nav#g-menu ul li#to-entry {
    display: block;
    /*============================
    #to-entry
    ============================*/ }

  header#site-header nav#g-menu a#to-entry {
    position: fixed;
    right: 0;
    bottom: 16px;
    height: 80px; }

  header#site-header a.sp-menu {
    display: block;
    height: 44px;
    width: 44px;
    text-indent: -9999px;
    background: no-repeat center url(img/header_menu_open.svg) rgba(255, 255, 255, 0.5);
    position: relative;
    z-index: 100; }

  header#site-header.open a.sp-menu {
    background-image: url(img/header_menu_close.svg); } }
/*============================
    #site-footer
    ============================*/
/*============================
    #page-front
    ============================*/
/*============================
    #site-header
    ============================*/
@media (max-width: 640px) {
  body {
    font-family: 'Noto Sans JP', sans-serif, '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
    font-size: 0.75rem;
    color: #082032; }

  a {
    color: #082032; }

  .inner {
    max-width: 1040px; }

  .dop {
    /*文字選択色*/ }

  ::-moz-selection {
    /*フォーム系タグ初期化*/ }

  input {
    padding: 8px; }

  input[type="text"], input[type="tel"], input[type="email"], textarea {
    border: solid 2px ; }

  input::placeholder {
    font-family: 'Noto Sans JP', sans-serif, '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif; }

  textarea {
    padding: 8px;
    font-family: 'Noto Sans JP', sans-serif, '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif; }

  textarea::placeholder {
    font-family: 'Noto Sans JP', sans-serif, '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif; }

  textarea:focus::-moz-placeholder {
    /* ここからテーマ独自css  */ }

  .blink {
    color: #c10e0e; }

  .blink:after {
    margin-left: 8px; }

  .title0 {
    font-size: 1rem;
    padding-bottom: 12px; }

  .title1:after {
    background-color: #082032; }

  .title1 span {
    background: #082032;
    font-size: 1rem;
    height: 40px;
    width: 280px; }

  .title1 span:before {
    left: -20px; }

  .title1 span:after {
    background-position: left center;
    right: -20px; }

  .title2 {
    background-color: #082032;
    background-color: #082032;
    margin-bottom: 12px;
    font-size: 0.75rem; }

  .red {
    color: #c10e0e; } }

@media (max-width: 640px) {
  div#page-front footer#site-footer {
    background-color: #d9d9da;
    padding-top: 12px; }

  div#page-front footer#site-footer div.inner dl {
    margin-bottom: 12px; }

  div#page-front footer#site-footer div.inner dl dt {
    font-size: 0.875rem;
    margin-bottom: 8px; }

  div#page-front footer#site-footer div.inner dl dd p {
    /*============================
    #to-pagetop
    ============================*/ }

  div#page-front footer#site-footer div.inner a#to-pagetop {
    background: no-repeat right 12px center url(img/topagetop_dir.svg) #082032;
    color: #fff;
    top: -52px;
    right: calc(50% - 116px); }

  div#page-front footer#site-footer p.copyright {
    background-color: #082032;
    color: #fff; } }

@media (max-width: 640px) {
  div#page-front main {
    /*============================
    #catch
    ============================*/ }

  div#page-front main section#catch {
    margin-bottom: 20px; }

  div#page-front main section#catch div.upper {
    padding-top: 16px;
    padding-bottom: 36px;
    flex-direction: column;
    text-align: center; }

  div#page-front main section#catch div.upper:after {
    width: 100%;
    background-size: contain; }

  div#page-front main section#catch div.upper div.text-area {
    min-width: 100%; }

  div#page-front main section#catch div.upper div.text-area h2 {
    font-size: 1.375rem;
    margin-bottom: ;
    margin-top: 16px; }

  div#page-front main section#catch div.upper div.text-area h2 span#event-title span#title-spread {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 368px;
    height: auto;
    background: no-repeat center / contain url(img/title.svg); }

  div#page-front main section#catch div.upper div.text-area h2 span#event-title span#title-mm {
    background-position: center; }

  div#page-front main section#catch div.upper div.text-area h2 span#event-title span#title-ip {
    background-position: center; }

  div#page-front main section#catch div.upper div.text-area h2 span.db:first-child {
    padding-left: 16px;
    font-size: 0.75rem; }

  div#page-front main section#catch div.upper div.text-area h2 span.db:nth-child(2) {
    font-size: 0.75rem; }

  div#page-front main section#catch div.upper div.text-area p span.db {
    /*============================
    #catch-logo
    ============================*/ }

  div#page-front main section#catch div.upper img#catch-logo {
    /*============================
    #to-event
    ============================*/ }

  div#page-front main section#catch a#to-event {
    /*============================
    #viewing
    ============================*/ }

  div#page-front main section#viewing h3 {
    font-size: 1.25rem; }

  div#page-front main section#viewing div.inner div.detail dl.date div.info dd.main {
    font-size: 1.25rem; }

  div#page-front main section#viewing div.inner div.detail dl.date div.info dd.sub {
    font-size: 1.25rem; }

  div#page-front main section#viewing div.inner div.detail dl.place div.info dd.main {
    font-size: 1.25rem; }

  div#page-front main section#viewing div.inner a {
    margin: 16px auto 8px;
    padding: 12px 8px;
    font-size: 0.75rem;
    /*============================
    #past-winner
    ============================*/ }

  div#page-front main section#past-winner {
    margin-top: 40px; }

  div#page-front main section#past-winner div.inner div.text-area h2 {
    font-size: 1.25rem; }

  div#page-front main section#past-winner div.inner div.text-area .award {
    font-size: 0.875rem;
    line-height: 2.2; }

  div#page-front main section#past-winner div.inner div.text-area .award::before {
    height: 30px;
    width: 20px;
    left: -18px; }

  div#page-front main section#past-winner div.inner div.text-area .award::after {
    height: 30px;
    width: 20px;
    right: -18px; }

  div#page-front main section#past-winner div.inner div.text-area a.link {
    font-size: 0.875rem;
    /*============================
    #event
    ============================*/ }

  div#page-front main section#event {
    padding-bottom: 12px;
    background-color: #f7f8f9; }

  div#page-front main section#event div.inner {
    margin-bottom: 12px; }

  div#page-front main section#event div.inner div.text-area {
    margin-left: 0;
    padding-top: 12px;
    min-width: 0; }

  div#page-front main section#event div.inner div.text-area h2 {
    font-size: 0.875rem; }

  div#page-front main section#event div.inner div.text-area h2 span.sepalate {
    margin-bottom: 12px;
    /*============================
    #event-img
    ============================*/ }

  div#page-front main section#event div.inner img#event-img {
    /*============================
    #event-overview
    ============================*/ }

  div#page-front main section#event section#program h3 {
    font-size: 0.875rem;
    padding-left: 12px;
    margin-bottom: 12px; }

  div#page-front main section#event section#program ol#event-overview li dl dt {
    padding-left: 4px;
    border-left: solid 4px #082032; }

  div#page-front main section#event section#program ol#event-overview li dl dd {
    /*============================
    #aboutmm
    ============================*/ }

  div#page-front main section#aboutmm {
    padding-top: 12px;
    padding-bottom: 16px;
    padding-left: 0;
    padding-right: 0; }

  div#page-front main section#aboutmm div.inner div.upper {
    margin-bottom: 12px; }

  div#page-front main section#aboutmm div.inner div.upper div.left div.text-content {
    margin-bottom: 8px; }

  div#page-front main section#aboutmm div.inner div.upper div.mm-list {
    width: 296px;
    min-width: 0;
    height: 296px; }

  div#page-front main section#aboutmm div.inner div.upper div.mm-list h3 {
    background-size: 104px; }

  div#page-front main section#aboutmm div.inner div.upper div.mm-list ul li {
    background-color: #d9d9da;
    width: 80px;
    height: 54px; }

  div#page-front main section#aboutmm div.inner div.upper div.mm-list ul li:nth-child(1) {
    top: 16px;
    left: 52px; }

  div#page-front main section#aboutmm div.inner div.upper div.mm-list ul li:nth-child(2) {
    top: 16px;
    right: 52px; }

  div#page-front main section#aboutmm div.inner div.upper div.mm-list ul li:nth-child(3) {
    top: calc(50% - 34px); }

  div#page-front main section#aboutmm div.inner div.upper div.mm-list ul li:nth-child(4) {
    bottom: 30px;
    right: 52px; }

  div#page-front main section#aboutmm div.inner div.upper div.mm-list ul li:nth-child(5) {
    bottom: 30px;
    left: 52px; }

  div#page-front main section#aboutmm div.inner div.upper div.mm-list ul li:nth-child(6) {
    top: calc(50% - 34px); }

  div#page-front main section#aboutmm div.inner div.upper div.mm-list ul li:after {
    /*============================
    #feature
    ============================*/ }

  div#page-front main section#aboutmm div.inner section#feature h3 {
    font-size: 0.875rem;
    padding-left: 12px;
    margin-bottom: 24px;
    /*============================
    #feature-list
    ============================*/ }

  div#page-front main section#aboutmm div.inner section#feature ul#feature-list {
    margin-top: 12px;
    display: block; }

  div#page-front main section#aboutmm div.inner section#feature ul#feature-list > li {
    border: solid 1px #082032;
    width: auto;
    margin-bottom: 24px;
    margin-right: 0; }

  div#page-front main section#aboutmm div.inner section#feature ul#feature-list > li dl dt {
    background-color: #082032;
    font-size: 0.875rem;
    padding: 4px 0;
    height: 24px;
    margin-top: -14px; }

  div#page-front main section#aboutmm div.inner section#feature ul#feature-list > li dl dd ul.sub-list {
    padding: 12px; }

  div#page-front main section#aboutmm div.inner section#feature ul#feature-list > li dl dd ul.sub-list li {
    font-size: 0.75rem;
    /*============================
    #mentor
    ============================*/ }

  div#page-front main section#mentor {
    padding-top: 16px;
    margin-bottom: 24px; }

  div#page-front main section#mentor div.inner h3.title1 {
    margin-bottom: 12px; }

  div#page-front main section#mentor div.inner p.explain {
    color: #c10e0e;
    margin-bottom: 12px; }

  div#page-front main section#mentor div.inner p.no-article {
    /*============================
    #mentor-list
    ============================*/ }

  div#page-front main section#mentor div.inner nav#mentor-list ul li {
    width: 100%;
    max-width: calc((100% - 12px)/2);
    margin-right: 12px;
    margin-bottom: 12px; }

  div#page-front main section#mentor div.inner nav#mentor-list ul li:nth-child(2n) {
    margin-right: 0; }

  div#page-front main section#mentor div.inner nav#mentor-list ul li a:hover section div.ib img {
    /*============================
    #mentor-detail
    ============================*/ }

  div#page-front main section#mentor div.inner ul#mentor-detail {
    /*============================
    #detail-17
    ============================*/ }

  div#page-front main section#mentor div.inner ul#mentor-detail > li {
    border: solid 2px #082032;
    height: calc(100vh - 160px); }

  div#page-front main section#mentor div.inner ul#mentor-detail > li section {
    padding: 12px;
    background-color: #fff; }

  div#page-front main section#mentor div.inner ul#mentor-detail > li section div.upper {
    margin-bottom: 12px; }

  div#page-front main section#mentor div.inner ul#mentor-detail > li section div.upper div.right h4 {
    color: #c10e0e; }

  div#page-front main section#mentor div.inner ul#mentor-detail > li section div.upper div.ib {
    max-width: 100%;
    height: auto; }

  div#page-front main section#mentor div.inner ul#mentor-detail > li section div.lower h4 {
    font-size: 0.875rem; }

  div#page-front main section#mentor div.inner ul#mentor-detail > li section a.close {
    color: #082032;
    /*============================
    #detail-18
    ============================*/ }

  div#page-front main section#mentor div.inner ul#mentor-detail > li#detail-18 section a.close {
    /*============================
    #detail-19
    ============================*/ }

  div#page-front main section#mentor div.inner ul#mentor-detail > li#detail-19 section a.close {
    /*============================
    #detail-20
    ============================*/ }

  div#page-front main section#mentor div.inner ul#mentor-detail > li#detail-20 section a.close {
    /*============================
    #detail-21
    ============================*/ }

  div#page-front main section#mentor div.inner ul#mentor-detail > li#detail-21 section a.close {
    /*============================
    #detail-22
    ============================*/ }

  div#page-front main section#mentor div.inner ul#mentor-detail > li#detail-22 section a.close {
    /*============================
    #detail-23
    ============================*/ }

  div#page-front main section#mentor div.inner ul#mentor-detail > li#detail-23 section a.close {
    /*============================
    #detail-15
    ============================*/ }

  div#page-front main section#mentor div.inner ul#mentor-detail > li#detail-15 section a.close {
    /*============================
    #schedule
    ============================*/ }

  div#page-front main section#schedule {
    background: linear-gradient(to bottom, transparent 0%, transparent 50%, #f7f8f9 50%, #f7f8f9 100%); }

  div#page-front main section#schedule div.inner {
    max-width: 1040px;
    padding-bottom: 12px; }

  div#page-front main section#schedule div.inner:before {
    content: "";
    display: block;
    width: 3322px;
    height: 844px;
    background: no-repeat center top / contain url(img/schedule_triangle.svg);
    position: absolute;
    top: -220px;
    left: -846px;
    z-index: -1; }

  div#page-front main section#schedule h2.title1 {
    margin-bottom: 12px; }

  div#page-front main section#schedule ul::before {
    background-color: #082032; }

  div#page-front main section#schedule ul li {
    margin-bottom: 12px; }

  div#page-front main section#schedule ul li:last-child dl {
    margin-bottom: 0px; }

  div#page-front main section#schedule ul li dl:before {
    margin-right: 12px; }

  div#page-front main section#schedule ul li dl dd.event-title {
    font-size: 0.75rem; }

  div#page-front main section#schedule ul li > dl dd.place {
    font-size: 0.75rem; }

  div#page-front main section#schedule ul li dl dd.guest {
    /*============================
    #interview
    ============================*/ }

  div#page-front main section#interview div.inner h2.title1 span {
    max-width: 640px;
    font-size: 1rem; }

  div#page-front main section#interview {
    padding-top: 40px;
    margin-bottom: 24px; }

  div#page-front main section#interview div.inner h3.title1 {
    margin-bottom: 12px; }

  div#page-front main section#interview div.inner p.explain {
    color: #c10e0e;
    margin-bottom: 12px;
    /*============================
    #interview-list
    ============================*/ }

  div#page-front main section#interview div.inner nav#interview-list ul li {
    width: 100%;
    max-width: calc((100% - 12px)/2);
    margin-right: 12px;
    margin-bottom: 12px; }

  div#page-front main section#interview div.inner nav#interview-list ul li:nth-child(2n) {
    margin-right: 0;
    /*============================
    #detail
    ============================*/ }

  div#page-front main section#interview div.inner ul#interview-detail > li {
    border: solid 2px #082032;
    height: calc(100vh - 160px); }

  div#page-front main section#interview div.inner ul#interview-detail > li section {
    padding: 12px;
    background-color: #fff; }

  div#page-front main section#interview div.inner ul#interview-detail > li section div.upper {
    margin-bottom: 12px;
    flex-direction: column-reverse; }

  div#page-front main section#interview div.inner ul#interview-detail > li section div.upper h3 {
    line-height: 1.3;
    margin-bottom: 8px; }

  div#page-front main section#interview div.inner ul#interview-detail > li section div.upper div.right h4 {
    color: #c10e0e; }

  div#page-front main section#interview div.inner ul#interview-detail > li section div.upper div.ib {
    max-width: 100%;
    height: auto;
    margin-right: 0; }

  div#page-front main section#interview div.inner ul#interview-detail > li section div.lower h4 {
    font-size: 0.875rem; }

  div#page-front main section#interview div.inner ul#interview-detail > li section a.close {
    color: #082032;
    /*============================
    #entry
    ============================*/ }

  div#page-front main section#entry {
    padding-top: 40px;
    padding-bottom: 80px;
    padding-left: 12px;
    padding-right: 12px; }

  div#page-front main section#entry div.inner {
    padding-bottom: 12px;
    background-color: #fff;
    padding-left: 12px;
    padding-right: 12px; }

  div#page-front main section#entry div.inner h2.title1 {
    top: -20px; }

  div#page-front main section#entry div.inner h3 {
    font-size: 0.875rem; }

  div#page-front main section#entry div.inner p.explain span.db {
    /*============================
    #to-entry-page
    ============================*/ }

  div#page-front main section#entry div.inner a#to-entry-page {
    margin: 16px auto 8px;
    padding: 12px 8px;
    font-size: 0.75rem; }

  div#page-front main section#entry div.inner a#to-entry-page:hover {
    /*============================
    #add-explain
    ============================*/ } }

@media (max-width: 640px) {
  header#site-header h1 a {
    /*============================
    #g-menu
    ============================*/ }

  header#site-header nav#g-menu ul li {
    margin-right: 12px;
    /*============================
    #to-event
    ============================*/ }

  header#site-header nav#g-menu ul li a {
    font-size: 1.25rem; }

  header#site-header nav#g-menu ul li a:hover {
    color: #c10e0e; }

  header#site-header nav#g-menu ul li a:after {
    background-color: #082032; }

  header#site-header nav#g-menu ul li a:hover:after {
    background-color: #c10e0e; }

  header#site-header nav#g-menu ul li a#to-event {
    /*============================
    #to-aboutmm
    ============================*/ }

  header#site-header nav#g-menu ul li a#to-aboutmm {
    /*============================
    #to-mentor
    ============================*/ }

  header#site-header nav#g-menu ul li a#to-mentor {
    /*============================
    #to-schedule
    ============================*/ }

  header#site-header nav#g-menu ul li a#to-schedule {
    /*============================
    #to-entry
    ============================*/ }

  header#site-header nav#g-menu a#to-entry {
    width: calc(100% - 32px);
    justify-content: center;
    padding-right: 0px;
    right: 0;
    left: 0;
    margin: auto;
    height: 64px;
    bottom: 8px;
    background: no-repeat right 20px center url(img/entry_link_dir.svg) #c10e0e;
    /*============================
    #to-entry
    ============================*/ }

  header#site-header nav#g-menu a#to-entry.entry-closed {
    flex-direction: row; } }
