html {
  font-size: 2.6666666667vw;
}

body {
  overflow-x: hidden;
  width: 100%;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
}

html, body {
  overflow-x: hidden;
  width: 100%;
}

img {
  max-width: 100vw;
}

header {
  display: flex;
  height: 55px;
  background: #fff79f;
}
header .inner {
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  align-items: center;
}
header p {
  margin-right: auto;
  font-size: clamp(12px, 1.3rem, 15px);
  font-weight: bold;
}
header a {
  display: block;
  width: 54px;
  height: 30px;
  border-radius: 10px;
  background: #df6732;
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 30px;
}

.bg_w {
  background: #fff;
}

.bg_b {
  background: #edf5f8;
}

.bg_y {
  background: #fffeee;
}

.inner {
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.8rem;
  padding-left: 1.8rem;
  border-radius: 28px;
}

h1 img {
  position: relative;
  right: -20px;
}

.mv .inner {
  position: relative;
  max-width: 100vw;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1.9rem;
}
.mv .maru {
  float: left;
  width: clamp(49px, 4.9rem, 80px);
  height: clamp(49px, 4.9rem, 80px);
  margin-right: 9px;
  border-radius: 3.7rem;
  background: #428293;
  color: #fff;
  font-size: clamp(11px, 1.1rem, 18px);
  text-align: center;
  vertical-align: bottom;
  line-height: clamp(44px, 4.4rem, 71px);
}
.mv .maru strong {
  font-size: clamp(23px, 2.3rem, 37px);
}
.mv .task {
  font-size: clamp(16px, 1.6rem, 26px);
}
.mv .first .task {
  color: #428293;
}
.mv .second .task {
  margin-top: 2.3rem;
  color: #df6732;
}
.mv .nichiji + .maru {
  clear: both;
  margin-top: 2.1rem;
  background: #df6732;
}
.mv .dayWrp {
  margin-top: -3px;
  color: #131313;
  align-items: baseline;
}
.mv .year {
  margin-top: 0.5rem;
  font-size: 14px;
}
.mv .suuji {
  position: relative;
  top: 0.2rem;
  margin-right: 0.6rem;
  margin-left: 0.6rem;
  font-size: clamp(34px, 3.4rem, 55px);
}
.mv .moon,
.mv .day,
.mv .youbi {
  font-size: 19px;
}
.mv .time {
  margin-left: clamp(56px, 5.6rem, 96px);
  font-size: clamp(21px, 2.1rem, 34px);
}
.mv .hiduke {
  display: flex;
  align-items: flex-end;
}
.mv .nitteiWrp {
  position: absolute;
  top: 44%;
  width: 90%;
}

h1 {
  margin-bottom: 27px;
}
h1 + .maru {
  background: #428293;
}

.forAll {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.6rem;
  padding-left: 1.6rem;
  text-align: center;
}
.forAll h2 {
  margin-bottom: 14px;
  padding-right: 1.6rem;
  padding-left: 1.6rem;
  color: #428293;
  font-size: 20px;
  line-height: 26px;
}
.forAll p {
  margin-bottom: 1.5rem;
  padding-right: 1.6rem;
  padding-left: 1.6rem;
  font-size: 14px;
  text-align: justify;
  line-height: 22px;
  text-justify: inter-character;
}

.about {
  margin-top: 25px;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
  padding-top: 18px;
  padding-right: 1.8rem;
  padding-bottom: 3.9rem;
  padding-left: 1.8rem;
  border-radius: 28px;
}
.about h3 {
  margin-bottom: 1rem;
  padding-top: 12px;
  padding-bottom: 15px;
  border-radius: 41px;
}
.about img {
  display: block;
  width: 110px;
  margin-right: auto;
  margin-left: auto;
}
.about p {
  margin-top: 12px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  font-size: 14px;
  text-align: justify;
  line-height: 22px;
  text-justify: inter-character;
}
.about a {
  display: block;
  position: relative;
  width: 263px;
  height: 45px;
  margin-top: 18px;
  margin-right: auto;
  margin-left: auto;
  border: #428293 2px solid;
  border-radius: 5px;
  color: #428293;
  font-size: 18px;
  text-align: center;
  line-height: 41px;
}
.about a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: #428293 2px solid;
  border-right: #428293 2px solid;
  transform: rotate(45deg);
}
.about a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.bg_y {
  padding-bottom: 31px;
}

h3 {
  width: 85%;
  min-height: 50px;
  margin-right: auto;
  margin-bottom: 21px;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 25px;
  background: #428293;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 26px;
}

.gaiyou {
  padding-top: 3rem;
  padding-right: 1.5rem;
  padding-bottom: 3rem;
  padding-left: 1.5rem;
}
.gaiyou .bg_w {
  padding-top: 2rem;
  padding-bottom: 19px;
}
.gaiyou table {
  width: 97%;
  margin-right: auto;
  margin-left: auto;
}
.gaiyou table tr > td:first-child {
  vertical-align: top;
}
.gaiyou h3 {
  margin-bottom: 0;
  line-height: 50px;
}
.gaiyou h4 {
  width: 58px;
  height: 34px;
  margin-right: 10px;
  border-radius: 26px;
  background: #428293;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
}
.gaiyou td {
  margin-top: 24px;
  border-top: 20px solid #fff;
  border-bottom: 20px solid #fff;
  font-size: 16px;
  vertical-align: middle;
  line-height: 22px;
}
.gaiyou td span.adoresu {
  display: block;
  font-size: 12px;
  font-weight: normal;
}
.gaiyou a {
  display: block;
  position: relative;
  width: 267px;
  height: 59px;
  margin-top: -9px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 5px solid #a4543f;
  border-radius: 10px;
  background: #df6732;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 55px;
}
.gaiyou a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  transform: rotate(45deg);
}
.gaiyou a + p {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #df6732;
  font-size: 18px;
  text-align: center;
}

.koushiWrp {
  position: relative;
  margin-top: 49px;
  padding-right: 0;
  padding-left: 0;
}
.koushiWrp img {
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  width: 140px;
  height: 140px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 70px;
}
.koushiWrp .koushi {
  position: absolute;
  top: 0;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #428293;
  color: #428293;
  font-size: 24px;
  text-align: center;
}
.koushiWrp .koushi .inner {
  padding-right: 0;
  padding-left: 0;
}
.koushiWrp .daigaku {
  margin-bottom: 20px;
  padding-top: 200px;
  font-size: 18px;
  text-align: center;
}
.koushiWrp .name {
  margin-right: 15px;
  margin-left: 15px;
  font-size: 30px;
}
.koushiWrp > p {
  margin-bottom: 30px;
  font-size: 20px;
  text-align: center;
}
.koushiWrp .intro {
  font-size: 14px;
  line-height: 22px;
}
.koushiWrp .intro p {
  margin-bottom: 10px;
}

.merittoWrp {
  padding-top: 3rem;
}
.merittoWrp p br {
  display: none;
}
.merittoWrp h3 {
  margin-bottom: 2rem;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 41px;
}
.merittoWrp .meritto {
  min-height: 51px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-left: 50px;
  background-size: 40px;
  font-size: 16px;
  line-height: 22px;
}
.merittoWrp .meritto1 {
  background: url(img/number1Sp.png) no-repeat left center;
  background-size: 40px;
}
.merittoWrp .meritto1 p {
  min-height: 51px;
  padding-top: 9px;
  padding-bottom: 4px;
}
.merittoWrp .meritto2 {
  background: url(img/number2Sp.png) no-repeat left center;
  background-size: 40px;
}
.merittoWrp .meritto3 {
  background: url(img/number3Sp.png) no-repeat left center;
  background-size: 40px;
}
.merittoWrp .inner > p {
  margin-top: 1.7rem;
  font-size: 14px;
  line-height: 22px;
}

.onedayWrp {
  margin-top: 32px;
  justify-content: space-between;
}
.onedayWrp .oneDay {
  padding-top: 1.8rem;
  padding-right: 1.5rem;
  padding-bottom: 2rem;
  padding-left: 1.5rem;
  border-radius: 2.8rem;
  color: #428293;
  font-size: 18px;
}
.onedayWrp .maru1 {
  display: inline-block;
  width: 49px;
  height: 49px;
  margin-right: 20px;
  border-radius: 50%;
  background: #428293;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 45px;
}
.onedayWrp .maru1 span {
  font-size: 27px;
}
.onedayWrp .oneDay + .oneDay {
  margin-top: 20px;
  color: #df6732;
}
.onedayWrp .oneDay + .oneDay .maru1 {
  background: #df6732;
}
.onedayWrp h4 {
  margin-top: 0.6rem;
  margin-bottom: 0.9rem;
  color: #131313;
  font-size: 18px;
  line-height: 24px;
}
.onedayWrp p {
  margin-top: 0.9rem;
  color: #131313;
  font-size: 14px;
  line-height: 22px;
}
.onedayWrp img {
  width: 100%;
}

.moushikomiWrp {
  padding-top: 3.1rem;
  text-align: center;
}
.moushikomiWrp h3 {
  margin-bottom: 1rem;
  padding-top: 12px;
  padding-bottom: 15px;
  border-radius: 41px;
}
.moushikomiWrp p {
  margin-top: 2.2rem;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-size: 16px;
  line-height: 22px;
}
.moushikomiWrp picture + p {
  margin-top: 3px;
  margin-bottom: 1.6rem;
  font-size: 12px;
  font-weight: normal;
}
.moushikomiWrp .tel, .moushikomiWrp .mail {
  display: flex;
  width: 300px;
  margin-right: auto;
  margin-bottom: 9px;
  margin-left: auto;
}
.moushikomiWrp .tel p, .moushikomiWrp .mail p {
  max-width: none;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 18px;
  text-align: left;
}
.moushikomiWrp .tel p span, .moushikomiWrp .mail p span {
  font-size: 14px;
}
.moushikomiWrp .tel small, .moushikomiWrp .mail small {
  font-size: 12px;
  font-weight: normal;
}
.moushikomiWrp .tel h4, .moushikomiWrp .mail h4 {
  width: 53px;
  height: 23px;
  margin-right: 7px;
  border-radius: 11px;
  background: #428293;
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 23px;
}
.moushikomiWrp .mail p {
  margin-bottom: 3.6rem;
}
.moushikomiWrp img {
  display: block;
  width: 230px;
  margin-right: auto;
  margin-left: auto;
}

.eventContactWarraper h3 {
  margin-bottom: 1rem;
  padding-top: 12px;
  padding-bottom: 15px;
  border-radius: 41px;
}

.eventContactWrp {
  padding-top: 1.6rem;
}
.eventContactWrp > * {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.eventContactWrp p:first-child {
  font-size: 16px;
}
.eventContactWrp img {
  display: block;
  width: 150px;
  margin-right: auto;
  margin-bottom: 11px;
  margin-left: auto;
}
.eventContactWrp .tel, .eventContactWrp .mail {
  display: flex;
  width: 326px;
  margin-right: auto;
  margin-bottom: 9px;
  margin-left: auto;
}
.eventContactWrp .tel p, .eventContactWrp .mail p {
  max-width: none;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 18px;
  text-align: left;
}
.eventContactWrp .tel p span, .eventContactWrp .mail p span {
  font-size: 14px;
}
.eventContactWrp .tel small, .eventContactWrp .mail small {
  font-size: 12px;
  font-weight: normal;
}
.eventContactWrp .tel h3, .eventContactWrp .mail h3 {
  line-height: 50px;
}
.eventContactWrp .tel h4, .eventContactWrp .mail h4 {
  width: 53px;
  height: 23px;
  margin-right: 7px;
  border-radius: 11px;
  background: #428293;
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 23px;
}
.eventContactWrp .mail p {
  margin-bottom: 42px;
}

footer {
  height: 154px;
  padding-top: 2.5rem;
  background: #fff79f;
  text-align: center;
}
footer img {
  display: block;
  width: 260px;
  margin-right: auto;
  margin-bottom: 13px;
  margin-left: auto;
}
footer a, footer p {
  margin-top: 0.1px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.pc-only {
  display: none;
}

.word {
  display: inline-block;
}
/*# sourceMappingURL=styleSp.css.map */