@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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 #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

:root {
  --gothic:
  	"Hiragino Kaku Gothic ProN",
  	"Hiragino Sans",
  	"BIZ UDPGothic",
  	"YuGothic",
  	"Yu Gothic",
  	"游ゴシック体",
  	"Meiryo",
  	"Arial",
  	sans-serif;
  --black: #333;
  --red: #d00;
}

/************************************************

	基本

*************************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, 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, input, select, textarea,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, div, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: var(--gothic);
  line-height: 1.75;
  font-size: 1.6em;
  color: var(--black);
}

button:focus-visible,
a:focus-visible {
  outline: none;
  box-shadow: 0px 0px 0px 2px #000, 0px 0px 0px 3px #fff;
}

input,
textarea {
  font-family: var(--gothic);
  font-size: 1.6rem;
}
input:focus-visible,
textarea:focus-visible {
  box-shadow: 0px 0px 0px 1px #fff inset, 0px 0px 0px 3px #333 inset;
}

select {
  font-family: var(--gothic);
  font-size: 1.6rem;
}
select:focus-visible {
  outline: none;
  box-shadow: 0px 0px 0px 2px #000, 0px 0px 0px 3px #fff;
}

ul {
  list-style: none;
}

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

button {
  border: none;
  border-radius: 0;
  background: none;
  font: inherit;
  padding: 0;
  cursor: pointer;
  text-transform: inherit;
  color: inherit;
}

img {
  width: 100%;
  vertical-align: top;
  height: auto;
}

sup {
  font-size: 0.8em;
  transform: translateY(-0.5em);
  display: inline-block;
}

/************************************************

	block

*************************************************/
.b-contents {
  margin: 0 auto;
  background-color: rgba(254, 217, 145, 0.4509803922);
}
@media screen and (min-width: 751px) {
  .b-contents {
    margin-top: 87px;
  }
}

.b-block {
  position: relative;
}

/************************************************

	button

*************************************************/
.b-button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(670 / 750 * 100vw), 670px);
  text-align: center;
}
.b-button a {
  display: block;
}

/************************************************

	icon

*************************************************/
/************************************************

	accordion

*************************************************/
.b-accordion .b-accordion__content {
  display: none;
}

/************************************************

	utility

*************************************************/
.b-m0 {
  margin: 0px !important;
}

.b-mt0 {
  margin-top: 0px !important;
}

.b-mb0 {
  margin-bottom: 0px !important;
}

.b-ml0 {
  margin-left: 0px !important;
}

.b-mr0 {
  margin-right: 0px !important;
}

.b-p0 {
  padding: 0px !important;
}

.b-pt0 {
  padding-top: 0px !important;
}

.b-pb0 {
  padding-bottom: 0px !important;
}

.b-pl0 {
  padding-left: 0px !important;
}

.b-pr0 {
  padding-right: 0px !important;
}

.b-m5 {
  margin: 5px !important;
}

.b-mt5 {
  margin-top: 5px !important;
}

.b-mb5 {
  margin-bottom: 5px !important;
}

.b-ml5 {
  margin-left: 5px !important;
}

.b-mr5 {
  margin-right: 5px !important;
}

.b-p5 {
  padding: 5px !important;
}

.b-pt5 {
  padding-top: 5px !important;
}

.b-pb5 {
  padding-bottom: 5px !important;
}

.b-pl5 {
  padding-left: 5px !important;
}

.b-pr5 {
  padding-right: 5px !important;
}

.b-m10 {
  margin: 10px !important;
}

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

.b-mb10 {
  margin-bottom: 10px !important;
}

.b-ml10 {
  margin-left: 10px !important;
}

.b-mr10 {
  margin-right: 10px !important;
}

.b-p10 {
  padding: 10px !important;
}

.b-pt10 {
  padding-top: 10px !important;
}

.b-pb10 {
  padding-bottom: 10px !important;
}

.b-pl10 {
  padding-left: 10px !important;
}

.b-pr10 {
  padding-right: 10px !important;
}

.b-m15 {
  margin: 15px !important;
}

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

.b-mb15 {
  margin-bottom: 15px !important;
}

.b-ml15 {
  margin-left: 15px !important;
}

.b-mr15 {
  margin-right: 15px !important;
}

.b-p15 {
  padding: 15px !important;
}

.b-pt15 {
  padding-top: 15px !important;
}

.b-pb15 {
  padding-bottom: 15px !important;
}

.b-pl15 {
  padding-left: 15px !important;
}

.b-pr15 {
  padding-right: 15px !important;
}

.b-m20 {
  margin: 20px !important;
}

.b-mt20 {
  margin-top: 20px !important;
}

.b-mb20 {
  margin-bottom: 20px !important;
}

.b-ml20 {
  margin-left: 20px !important;
}

.b-mr20 {
  margin-right: 20px !important;
}

.b-p20 {
  padding: 20px !important;
}

.b-pt20 {
  padding-top: 20px !important;
}

.b-pb20 {
  padding-bottom: 20px !important;
}

.b-pl20 {
  padding-left: 20px !important;
}

.b-pr20 {
  padding-right: 20px !important;
}

.b-m25 {
  margin: 25px !important;
}

.b-mt25 {
  margin-top: 25px !important;
}

.b-mb25 {
  margin-bottom: 25px !important;
}

.b-ml25 {
  margin-left: 25px !important;
}

.b-mr25 {
  margin-right: 25px !important;
}

.b-p25 {
  padding: 25px !important;
}

.b-pt25 {
  padding-top: 25px !important;
}

.b-pb25 {
  padding-bottom: 25px !important;
}

.b-pl25 {
  padding-left: 25px !important;
}

.b-pr25 {
  padding-right: 25px !important;
}

.b-m30 {
  margin: 30px !important;
}

.b-mt30 {
  margin-top: 30px !important;
}

.b-mb30 {
  margin-bottom: 30px !important;
}

.b-ml30 {
  margin-left: 30px !important;
}

.b-mr30 {
  margin-right: 30px !important;
}

.b-p30 {
  padding: 30px !important;
}

.b-pt30 {
  padding-top: 30px !important;
}

.b-pb30 {
  padding-bottom: 30px !important;
}

.b-pl30 {
  padding-left: 30px !important;
}

.b-pr30 {
  padding-right: 30px !important;
}

.b-m35 {
  margin: 35px !important;
}

.b-mt35 {
  margin-top: 35px !important;
}

.b-mb35 {
  margin-bottom: 35px !important;
}

.b-ml35 {
  margin-left: 35px !important;
}

.b-mr35 {
  margin-right: 35px !important;
}

.b-p35 {
  padding: 35px !important;
}

.b-pt35 {
  padding-top: 35px !important;
}

.b-pb35 {
  padding-bottom: 35px !important;
}

.b-pl35 {
  padding-left: 35px !important;
}

.b-pr35 {
  padding-right: 35px !important;
}

.b-m40 {
  margin: 40px !important;
}

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

.b-mb40 {
  margin-bottom: 40px !important;
}

.b-ml40 {
  margin-left: 40px !important;
}

.b-mr40 {
  margin-right: 40px !important;
}

.b-p40 {
  padding: 40px !important;
}

.b-pt40 {
  padding-top: 40px !important;
}

.b-pb40 {
  padding-bottom: 40px !important;
}

.b-pl40 {
  padding-left: 40px !important;
}

.b-pr40 {
  padding-right: 40px !important;
}

.b-m45 {
  margin: 45px !important;
}

.b-mt45 {
  margin-top: 45px !important;
}

.b-mb45 {
  margin-bottom: 45px !important;
}

.b-ml45 {
  margin-left: 45px !important;
}

.b-mr45 {
  margin-right: 45px !important;
}

.b-p45 {
  padding: 45px !important;
}

.b-pt45 {
  padding-top: 45px !important;
}

.b-pb45 {
  padding-bottom: 45px !important;
}

.b-pl45 {
  padding-left: 45px !important;
}

.b-pr45 {
  padding-right: 45px !important;
}

.b-m50 {
  margin: 50px !important;
}

.b-mt50 {
  margin-top: 50px !important;
}

.b-mb50 {
  margin-bottom: 50px !important;
}

.b-ml50 {
  margin-left: 50px !important;
}

.b-mr50 {
  margin-right: 50px !important;
}

.b-p50 {
  padding: 50px !important;
}

.b-pt50 {
  padding-top: 50px !important;
}

.b-pb50 {
  padding-bottom: 50px !important;
}

.b-pl50 {
  padding-left: 50px !important;
}

.b-pr50 {
  padding-right: 50px !important;
}

.b-m55 {
  margin: 55px !important;
}

.b-mt55 {
  margin-top: 55px !important;
}

.b-mb55 {
  margin-bottom: 55px !important;
}

.b-ml55 {
  margin-left: 55px !important;
}

.b-mr55 {
  margin-right: 55px !important;
}

.b-p55 {
  padding: 55px !important;
}

.b-pt55 {
  padding-top: 55px !important;
}

.b-pb55 {
  padding-bottom: 55px !important;
}

.b-pl55 {
  padding-left: 55px !important;
}

.b-pr55 {
  padding-right: 55px !important;
}

.b-m60 {
  margin: 60px !important;
}

.b-mt60 {
  margin-top: 60px !important;
}

.b-mb60 {
  margin-bottom: 60px !important;
}

.b-ml60 {
  margin-left: 60px !important;
}

.b-mr60 {
  margin-right: 60px !important;
}

.b-p60 {
  padding: 60px !important;
}

.b-pt60 {
  padding-top: 60px !important;
}

.b-pb60 {
  padding-bottom: 60px !important;
}

.b-pl60 {
  padding-left: 60px !important;
}

.b-pr60 {
  padding-right: 60px !important;
}

.b-m65 {
  margin: 65px !important;
}

.b-mt65 {
  margin-top: 65px !important;
}

.b-mb65 {
  margin-bottom: 65px !important;
}

.b-ml65 {
  margin-left: 65px !important;
}

.b-mr65 {
  margin-right: 65px !important;
}

.b-p65 {
  padding: 65px !important;
}

.b-pt65 {
  padding-top: 65px !important;
}

.b-pb65 {
  padding-bottom: 65px !important;
}

.b-pl65 {
  padding-left: 65px !important;
}

.b-pr65 {
  padding-right: 65px !important;
}

.b-m70 {
  margin: 70px !important;
}

.b-mt70 {
  margin-top: 70px !important;
}

.b-mb70 {
  margin-bottom: 70px !important;
}

.b-ml70 {
  margin-left: 70px !important;
}

.b-mr70 {
  margin-right: 70px !important;
}

.b-p70 {
  padding: 70px !important;
}

.b-pt70 {
  padding-top: 70px !important;
}

.b-pb70 {
  padding-bottom: 70px !important;
}

.b-pl70 {
  padding-left: 70px !important;
}

.b-pr70 {
  padding-right: 70px !important;
}

.b-m75 {
  margin: 75px !important;
}

.b-mt75 {
  margin-top: 75px !important;
}

.b-mb75 {
  margin-bottom: 75px !important;
}

.b-ml75 {
  margin-left: 75px !important;
}

.b-mr75 {
  margin-right: 75px !important;
}

.b-p75 {
  padding: 75px !important;
}

.b-pt75 {
  padding-top: 75px !important;
}

.b-pb75 {
  padding-bottom: 75px !important;
}

.b-pl75 {
  padding-left: 75px !important;
}

.b-pr75 {
  padding-right: 75px !important;
}

.b-m80 {
  margin: 80px !important;
}

.b-mt80 {
  margin-top: 80px !important;
}

.b-mb80 {
  margin-bottom: 80px !important;
}

.b-ml80 {
  margin-left: 80px !important;
}

.b-mr80 {
  margin-right: 80px !important;
}

.b-p80 {
  padding: 80px !important;
}

.b-pt80 {
  padding-top: 80px !important;
}

.b-pb80 {
  padding-bottom: 80px !important;
}

.b-pl80 {
  padding-left: 80px !important;
}

.b-pr80 {
  padding-right: 80px !important;
}

.b-m85 {
  margin: 85px !important;
}

.b-mt85 {
  margin-top: 85px !important;
}

.b-mb85 {
  margin-bottom: 85px !important;
}

.b-ml85 {
  margin-left: 85px !important;
}

.b-mr85 {
  margin-right: 85px !important;
}

.b-p85 {
  padding: 85px !important;
}

.b-pt85 {
  padding-top: 85px !important;
}

.b-pb85 {
  padding-bottom: 85px !important;
}

.b-pl85 {
  padding-left: 85px !important;
}

.b-pr85 {
  padding-right: 85px !important;
}

.b-m90 {
  margin: 90px !important;
}

.b-mt90 {
  margin-top: 90px !important;
}

.b-mb90 {
  margin-bottom: 90px !important;
}

.b-ml90 {
  margin-left: 90px !important;
}

.b-mr90 {
  margin-right: 90px !important;
}

.b-p90 {
  padding: 90px !important;
}

.b-pt90 {
  padding-top: 90px !important;
}

.b-pb90 {
  padding-bottom: 90px !important;
}

.b-pl90 {
  padding-left: 90px !important;
}

.b-pr90 {
  padding-right: 90px !important;
}

.b-m95 {
  margin: 95px !important;
}

.b-mt95 {
  margin-top: 95px !important;
}

.b-mb95 {
  margin-bottom: 95px !important;
}

.b-ml95 {
  margin-left: 95px !important;
}

.b-mr95 {
  margin-right: 95px !important;
}

.b-p95 {
  padding: 95px !important;
}

.b-pt95 {
  padding-top: 95px !important;
}

.b-pb95 {
  padding-bottom: 95px !important;
}

.b-pl95 {
  padding-left: 95px !important;
}

.b-pr95 {
  padding-right: 95px !important;
}

.b-m100 {
  margin: 100px !important;
}

.b-mt100 {
  margin-top: 100px !important;
}

.b-mb100 {
  margin-bottom: 100px !important;
}

.b-ml100 {
  margin-left: 100px !important;
}

.b-mr100 {
  margin-right: 100px !important;
}

.b-p100 {
  padding: 100px !important;
}

.b-pt100 {
  padding-top: 100px !important;
}

.b-pb100 {
  padding-bottom: 100px !important;
}

.b-pl100 {
  padding-left: 100px !important;
}

.b-pr100 {
  padding-right: 100px !important;
}

.b-d_ib {
  display: inline-block;
}

.b-pc_br {
  display: inline;
}
@media screen and (min-width: 751px) {
  .b-pc_br {
    display: none;
  }
}

.b-sp_br {
  display: none;
}
@media screen and (min-width: 751px) {
  .b-sp_br {
    display: inline;
  }
}

/************************************************

	text

*************************************************/
.b-center {
  text-align: center !important;
}

.b-left {
  text-align: left !important;
}

.b-right {
  text-align: right !important;
}

.b-small {
  font-size: 0.8em;
}

.b-big {
  font-size: 1.2em;
}

.b-bold {
  font-weight: bold;
}

.header {
  display: none;
}
@media screen and (min-width: 751px) {
  .header {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10000;
  }
}
.header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header__logo {
  width: 516px;
  margin: 0 40px;
}
.header .header__nav {
  width: 375px;
}
.header .header__nav ul {
  display: flex;
  justify-content: center;
}

.float_nav {
  position: fixed;
  bottom: 0;
  display: none;
}
@media screen and (min-width: 751px) {
  .float_nav {
    display: none !important;
  }
}
.float_nav .float_nav__list {
  display: flex;
  justify-content: space-between;
}

.footer {
  max-width: 750px;
  margin: 0 auto;
  padding-bottom: min(calc(174 / 750 * 100vw), 174px);
  background-color: #00489d;
}
@media screen and (min-width: 751px) {
  .footer {
    max-width: 100%;
    padding-bottom: 0;
  }
}
.footer .footer__inner {
  padding: min(calc(140 / 750 * 100vw), 140px) min(calc(20 / 750 * 100vw), 20px) min(calc(80 / 750 * 100vw), 80px);
}
@media screen and (min-width: 751px) {
  .footer .footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 40px;
  }
}
@media screen and (min-width: 751px) {
  .footer .footer__info {
    display: flex;
    align-items: center;
  }
}
.footer .footer__logo {
  width: min(calc(586 / 750 * 100vw), 586px);
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .footer .footer__logo {
    width: 280px;
    margin: 0 30px 0 0;
  }
}
.footer .footer__link {
  display: flex;
  justify-content: center;
  padding: min(calc(44 / 750 * 100vw), 44px) 0 min(calc(130 / 750 * 100vw), 130px);
  font-size: min(calc(28 / 750 * 100vw), 28px);
  text-align: center;
}
@media screen and (min-width: 751px) {
  .footer .footer__link {
    padding: 0;
    font-size: 1.6rem;
  }
}
.footer .footer__link li + li {
  border-left: 1px solid #fff;
}
.footer .footer__link a {
  display: block;
  padding: 0 min(calc(44 / 750 * 100vw), 44px);
  color: #fff;
}
@media screen and (min-width: 751px) {
  .footer .footer__link a {
    padding: 0 20px;
    line-height: 1.4;
  }
}
.footer .footer__copyright {
  font-size: min(calc(18 / 750 * 100vw), 18px);
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .footer .footer__copyright {
    font-size: 1.2rem;
  }
}

@media (hover: hover) {
  .p-top a:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .p-top a:active {
    opacity: 0.7;
  }
}
@media (min-width: 750px) {
  .p-top a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (min-width: 751px) {
  .p-top .block_width {
    max-width: 750px;
    margin: 0 auto;
  }
}
.p-top .mv .mv__button_unit {
  bottom: min(calc(290 / 750 * 100vw), 290px);
}
@media screen and (min-width: 751px) {
  .p-top .mv .mv__button_unit {
    bottom: 10vw;
    /*display: flex;*/
    /*align-items: center;*/
    /*gap: 0 6px;*/
    /*width: 45.5vw;*/
    width: 48.5vw;
  }
}
@media screen and (min-width: 751px) {
  .p-top .mv .mv__button_unit .unit_inner__01,
  .p-top .mv .mv__button_unit .unit_inner__02 {
    display: flex;
    gap: 6px;
    justify-content: center;
  }
}
@media screen and (min-width: 751px) {
  .p-top .mv .mv__button_unit .unit_inner__01 {
    width: 96%;
    margin: auto;
  }
}
.p-top .mv .mv__button01,
.p-top .mv .mv__button02,
.p-top .mv .mv__button04,
.p-top .mv .mv__button05 {
  margin-top: min(calc(25 / 750 * 100vw), 25px);
}
@media screen and (min-width: 751px) {
  .p-top .mv .mv__button01,
  .p-top .mv .mv__button02,
  .p-top .mv .mv__button04,
  .p-top .mv .mv__button05 {
    width: calc(50% - 3px);
    margin-top: min(calc(10 / 750 * 100vw), 10px);
  }
}
.p-top .mv .mv__button03 {
  display: flex;
  justify-content: space-between;
  margin-top: min(calc(25 / 750 * 100vw), 25px);
  order: 4;
}
@media screen and (min-width: 751px) {
  .p-top .mv .mv__button03 {
    width: calc(52% - 3px);
    gap: 6px;
    margin-top: min(calc(9 / 750 * 100vw), 9px);
  }
}
.p-top .mv .mv__button03 > li {
  width: min(calc(333 / 750 * 100vw), 333px);
}
@media screen and (min-width: 751px) {
  .p-top .mv .mv__button03 > li {
    width: calc(50% - 3px);
  }
}
@media screen and (min-width: 751px) {
  .p-top .mv .mv__button04 {
    width: calc(48% - 3px);
    gap: 6px;
    margin-top: min(calc(9 / 750 * 100vw), 9px);
  }
}
.p-top .grade_under {
  margin-top: 0;
  /*@include mq() {
  	margin-top: 2vw;
  }*/
}
.p-top .grade_under.grade_under__01 .b-button {
  bottom: min(calc(70 / 750 * 100vw), 70px);
}
.p-top .grade_under.grade_under__02 .b-button {
  bottom: min(calc(100 / 750 * 100vw), 100px);
}
.p-top .grade_under.grade_under__03 .b-button {
  bottom: min(calc(70 / 750 * 100vw), 70px);
}
.p-top .grade_third .b-button {
  bottom: min(calc(20 / 750 * 100vw), 20px);
}
.p-top .entry .b-button01 {
  bottom: min(calc(250 / 750 * 100vw), 250px);
}
.p-top .entry .b-button02 {
  bottom: min(calc(80 / 750 * 100vw), 80px);
}
.p-top .entry .b-button03 {
  bottom: min(calc(20 / 750 * 100vw), 20px);
}
.p-top .event {
  background-color: #b91747;
}
.p-top .event .b-button {
  bottom: 0;
}
.p-top .support {
  background-color: #77ad50;
}
.p-top .support .b-button {
  bottom: 0;
}
.p-top {
  /*.bus {
  	background-color: #fb8673;

  	.b-button {
  		bottom: 0;
  	}
  }*/
}
.p-top .event {
  background-color: #b91748;
}
.p-top .event .event__button_unit {
  bottom: min(calc(80 / 750 * 100vw), 80px);
}
.p-top .event .event__button_unit li + li {
  margin-top: min(calc(20 / 750 * 100vw), 20px);
}
.p-top .event .event__button_unit .b-button_01 {
  bottom: 0;
}
.p-top .event .event__button_unit .b-button {
  margin-bottom: 10px;
}
.p-top .event .event_bolck02 {
  position: relative;
}
.p-top .event .event_bolck02 .b-button {
  position: relative;
  margin-top: 20px;
}
.p-top .briefing_tour .briefing_tour__inner {
  background-color: #f0af32;
}
.p-top .briefing_tour .b-button {
  bottom: 0;
}
.p-top {
  /*.consultation {
  	background-color: #5177f7;

  	.b-button {
  		bottom: minvwcalc(182);
  	}
  }*/
  /*.mirai_tour {
  	background-color: #34c1c7;

  	.b-button {
  		bottom: minvwcalc(120);
  	}
  }*/
}
.p-top .open_campus .open_campus__contents {
  background-color: #f6e0de;
  padding-bottom: min(calc(140 / 750 * 100vw), 140px);
}
@media screen and (min-width: 751px) {
  .p-top .open_campus .open_campus__contents {
    margin-top: min(6vw, 100px);
    padding-top: min(6vw, 100px);
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 751px) {
  .p-top .open_campus .open_campus__title {
    width: 55vw;
    max-width: 725px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.p-top .open_campus .open_campus_content {
  overflow-x: auto;
}
.p-top .open_campus .open_campus_content__list {
  padding: 0 min(calc(20 / 750 * 100vw), 20px);
}
@media screen and (min-width: 751px) {
  .p-top .open_campus .open_campus_content__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 4vw 0;
    min-width: 850px;
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 751px) {
  .p-top .open_campus .open_campus_content__list li {
    width: 32%;
  }
}
.p-top .open_campus .open_campus_content__list li + li {
  margin-top: min(calc(60 / 750 * 100vw), 60px);
}
@media screen and (min-width: 751px) {
  .p-top .open_campus .open_campus_content__list li + li {
    margin-top: 0;
  }
}
.p-top .open_campus .b-button {
  bottom: min(calc(80 / 750 * 100vw), 80px);
  width: min(calc(650 / 750 * 100vw), 650px);
}
@media screen and (min-width: 751px) {
  .p-top .open_campus .b-button {
    bottom: 40px;
    width: 100%;
    padding: 0 15px;
  }
}
/*# sourceMappingURL=style.css.map */
