@charset "UTF-8";
/* 共通 */
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap");
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

html {
  width: 100%;
  font-size: 2.6666666667vw;
}

.pc-only {
  display: none;
}

.word {
  display: inline-block;
}

.goIchiran {
  display: flex;
  position: fixed;
  z-index: 100;
  right: 20px;
  bottom: 50px;
  width: 106px;
  height: 106px;
  background: url(img/crownSp.png) no-repeat center center;
  background-size: 106px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
}

header {
  padding-top: 0.9rem;
  background-color: #fff5bd;
  background-image: url(img/mvLSp.png), url(img/mvRSp.png);
  background-repeat: no-repeat;
  background-position: 0 0, right top;
  background-size: 40%;
  text-align: center;
}
header table {
  min-width: 20rem;
  margin-right: auto;
  margin-bottom: 38px;
  margin-left: auto;
}
header th {
  display: flex;
  width: 56px;
  height: 54px;
  border-radius: 10px;
  background: #f875b1;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 54px;
  justify-content: center;
  align-items: center;
}
header td {
  padding-left: 10px;
  color: #f875b1;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  line-height: 1.2;
}
header td span + span {
  display: block;
  color: #000;
  font-size: 12px;
}
header table .word {
  display: block;
}
header p {
  padding-bottom: 1rem;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
}

.wellcom {
  border-radius: 10px;
}

.houjin {
  padding-top: 80px;
  border-radius: 20px 20px 0 0;
}

.mv {
  margin: auto;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.mv img {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.gaiyo > * {
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  background: #fff;
}
.gaiyo h2 {
  width: 257px;
}
.gaiyo h2 + p {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.gaiyo h3 {
  position: relative;
  height: 30px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  background: #399cd5;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
}
.gaiyo .chikuWrp {
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 128px;
  padding-top: 20px;
  transition: 0.4s;
}
.gaiyo .chikuWrp:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  height: 64px;
  background: #fff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.gaiyo .chikuWrp ul {
  margin-left: 1em;
}
.gaiyo .chikuWrp li {
  margin-top: 8px;
  margin-bottom: 8px;
  text-indent: -1em;
  line-height: 22px;
}
.gaiyo .chikuWrp li:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -3px;
  width: 6px;
  height: 6px;
  margin-right: 6px;
  margin-left: 6px;
  border-radius: 3px;
  background: #399cd5;
}
.gaiyo .eventWrap {
  padding-top: 6rem;
  padding-bottom: 7rem;
  border-radius: 0 0 2rem 2rem;
}
.gaiyo .eventWrap h2 {
  width: 209px;
}
.gaiyo .eventWrp {
  margin-right: auto;
  margin-left: auto;
  flex-wrap: wrap;
  gap: 24px;
}
.gaiyo .eventWrp h3 {
  width: 95%;
}
.gaiyo .jyosetsu, .gaiyo .event {
  margin-bottom: 13px;
  padding-top: 1px;
  border-radius: 20px;
  background: #399cd5;
}
.gaiyo .jyosetsu div, .gaiyo .event div {
  width: 48px;
  height: 22px;
  margin-top: 10px;
  margin-left: 10px;
  border-radius: 11px;
  background: #fff;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 22px;
}
.gaiyo .jyosetsu p, .gaiyo .event p {
  padding: 12px 18px 12px;
  border-radius: 0 0 20px 20px;
  background: #dceef8;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}
.gaiyo .jyosetsu h3, .gaiyo .event h3 {
  width: 95%;
  height: 71px;
  margin-top: 0;
  margin-right: 0;
  margin-left: 10px;
  padding-bottom: 19px;
  font-size: 20px;
  text-align: left;
  line-height: 26px;
}
.gaiyo .eventWrp div.jyosetsu:nth-of-type(1) h3 {
  background: url(img/eventPc1.png) no-repeat 99% bottom;
}
.gaiyo .eventWrp div.jyosetsu:nth-of-type(2) h3 {
  background: url(img/eventPc2.png) no-repeat 99% bottom;
}
.gaiyo .eventWrp .event {
  width: 100%;
  background: #f875b1;
}
.gaiyo .eventWrp .event div {
  display: inline-block;
  width: 100px;
}
.gaiyo .eventWrp .event h3 {
  position: relative;
  top: -10px;
  max-width: 100%;
  height: 84px;
  padding-top: 20px;
  background: url(img/eventPc3.png) no-repeat 99% bottom;
}
.gaiyo .eventWrp .event .seminarwrp, .gaiyo .eventWrp .event p {
  width: 100%;
  height: auto;
  margin-left: 0;
  background: #ffeef6;
}
.gaiyo .eventWrp .event .seminarwrp {
  margin-top: 0;
  margin-top: -10px;
  padding-bottom: 15px;
  border-radius: 0 0 20px 20px;
}
.gaiyo .eventWrp .event p {
  margin: auto;
  text-align: left;
}
.gaiyo .eventWrp .event a {
  display: block;
  position: relative;
  width: 194px;
  height: 46px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 23px;
  background: #f875b1;
  color: #ffec91;
  text-align: center;
  line-height: 46px;
}
.gaiyo .eventWrp .event a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 22px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin-top: auto;
  margin-bottom: auto;
  border-top: 2px solid #ffec91;
  border-right: 2px solid #ffec91;
  transform: rotate(45deg);
}
.gaiyo .shisetukeitai {
  font-size: 14px;
}
.gaiyo .shisetukeitai + h4 {
  margin-top: 30px;
}
.gaiyo h4 {
  width: 600px;
  color: #399cd5;
  font-size: 16px;
  font-weight: bold;
}

.houjin h3:after {
  content: "＋";
  position: absolute;
  right: 10px;
}
.houjin h3.active:after {
  content: "－";
}

.active + .chikuWrp {
  height: auto;
}
.active + .chikuWrp:before {
  content: none;
}

.wellcom {
  display: flex;
  width: 100%;
  height: 80px;
  margin-bottom: 3rem;
  padding: 0;
  flex-wrap: wrap;
  align-items: center;
}
.wellcom li {
  display: flex;
  width: 33.3333333333%;
  height: 80px;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  line-height: 22px;
  justify-content: center;
  align-items: center;
}
.wellcom li:nth-child(2n) {
  background: #399cd5;
  color: #fff;
}
.wellcom li:nth-child(2n+1) {
  background: #ffdd39;
  color: #000;
}

h2 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 35px;
  padding-left: 35px;
  background-image: url(img/flagSp.png), url(img/flagSp.png);
  background-repeat: no-repeat;
  background-position: left 11px, right 11px;
  background-size: 33px, 33px;
  color: #399cd5;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}

.chikuWrp {
  margin-right: auto;
  margin-left: auto;
}

.osusumeWrap {
  padding-top: 40px;
  padding-bottom: 30px;
  background: #fff5bd;
  text-align: center;
}
.osusumeWrap h2 {
  width: 300px;
}
.osusumeWrap ul {
  max-width: 28em;
  width: 86%;
  margin-top: 30px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-bottom: 200px;
  background: url(img/osusumeSp.png) no-repeat center bottom;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.osusumeWrap li {
  margin-bottom: 4px;
  text-align: left;
}
.osusumeWrap li:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -3px;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  margin-left: 6px;
  border-radius: 5px;
  background: #f875b1;
}
.osusumeWrap p {
  margin-bottom: 40px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}
.osusumeWrap .ankate {
  width: 250px;
  min-height: 45px;
  min-height: 53px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 3px;
  padding-left: 70px;
  background: url(img/ancateSp.png) no-repeat left center;
  background-size: 55px;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  line-height: 22px;
}

.unei {
  padding-top: 29px;
  text-align: center;
  line-height: 1.8;
}

.logo {
  width: 190px;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
}

.syusai {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
}

.soe {
  font-size: 12px;
  font-weight: 300;
}

.telNum {
  width: 180px;
  margin-top: 3px;
  margin-right: auto;
  margin-bottom: -6px;
  margin-left: auto;
  padding-left: 25px;
  background: url(img/icntelSp.png) no-repeat left center;
  background-size: 26px;
  font-size: 18px;
  font-weight: bold;
}

.mail {
  width: 286px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 28px;
  background: url(img/icnmailSp.png) no-repeat left center;
  background-size: 26px;
  font-size: 18px;
  font-weight: bold;
}

footer {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 42px;
  padding-bottom: 40px;
  background: #ffdd39;
  font-size: 13px;
  text-align: center;
  line-height: 20px;
}

footer img {
  display: block;
  width: 260px;
  margin-right: auto;
  margin-left: auto;
}

footer a {
  display: block;
  margin-top: 12px;
  margin-bottom: 4px;
}
/*# sourceMappingURL=styleSp.css.map */