@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 {
  font-size: 16px;
}

.sp-only {
  display: none;
}

.goIchiran {
  display: flex;
  position: fixed;
  z-index: 20;
  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: 33px;
  background-color: #fff5bd;
  background-image: url(img/mv-bgLPc.png), url(img/mv-bgRPc.png);
  background-repeat: no-repeat;
  background-position: 0 0, right top;
  text-align: center;
}
header table {
  margin-right: auto;
  margin-bottom: 38px;
  margin-left: auto;
}
header th {
  width: 96px;
  height: 54px;
  border-radius: 10px;
  background: #f875b1;
  color: #fff;
  text-align: center;
  line-height: 54px;
}
header td {
  padding-left: 10px;
  color: #f875b1;
  font-size: 26px;
  font-weight: bold;
  text-align: left;
}
header td span + span {
  display: block;
  color: #000;
  font-size: 14px;
}
header p {
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
}

.wellcom {
  border-radius: 10px;
}

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

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

.gaiyo {
  padding-top: 40px;
  background: #fff5bd;
}
.gaiyo > * {
  max-width: 956px;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
}
.gaiyo h2 {
  width: 387px;
}
.gaiyo h2 + p {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.gaiyo h3 {
  position: relative;
  width: 600px;
  height: 35px;
  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: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 35px;
}
.gaiyo .chikuWrp {
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 600px;
  height: 128px;
  margin-right: auto;
  margin-left: auto;
  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: 10px;
  margin-bottom: 10px;
  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: 100px;
  padding-bottom: 70px;
  border-radius: 0 0 20px 20px;
}
.gaiyo .eventWrp {
  display: flex;
  max-width: 600px;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  flex-wrap: wrap;
  gap: 24px;
}
.gaiyo .eventWrp h3 {
  max-width: 288px;
  width: 80%;
}
.gaiyo .jyosetsu, .gaiyo .event {
  width: 48%;
  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-weight: bold;
  text-align: center;
  line-height: 22px;
}
.gaiyo .jyosetsu p, .gaiyo .event p {
  padding: 12px 18px 20px;
  border-radius: 0 0 20px 20px;
  background: #dceef8;
  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: 22px;
  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: 30px;
  border-radius: 0 0 20px 20px;
}
.gaiyo .eventWrp .event p {
  width: 550px;
  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 {
  display: flex;
  font-size: 18px;
  justify-content: space-between;
}
.gaiyo .shisetukeitai + h4 {
  margin-top: 30px;
}
.gaiyo h4 {
  width: 600px;
  color: #399cd5;
  font-size: 18px;
  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: 750px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  align-items: center;
}
.wellcom li {
  display: flex;
  width: 124px;
  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: 55px;
  padding-left: 55px;
  background-image: url(img/flagPc.png), url(img/flagPc.png);
  background-repeat: no-repeat;
  background-position: left 17px, right 17px;
  color: #399cd5;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}

.chikuWrp {
  max-width: 600px;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.osusumeWrap {
  padding-top: 40px;
  padding-bottom: 30px;
  background: #fff5bd;
  text-align: center;
}
.osusumeWrap h2 {
  width: 550px;
}
.osusumeWrap ul {
  width: 530px;
  margin-top: 30px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-left: 232px;
  background: url(img/osusumePc.png) no-repeat left center;
  font-weight: 600;
}
.osusumeWrap li {
  margin-bottom: 4px;
  font-size: 16px;
  text-align: left;
  line-height: 22px;
}
.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: 20px;
  font-weight: bold;
  line-height: 1.5;
}
.osusumeWrap .ankate {
  width: 350px;
  min-height: 45px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 10px;
  padding-left: 50px;
  background: url(img/ancatePc.png) no-repeat left center;
  font-size: 14px;
  font-weight: bold;
}

.unei {
  margin-top: 36px;
  text-align: center;
  line-height: 1.8;
}

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

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

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

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

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

footer {
  margin-top: 35px;
  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: 20px;
  margin-bottom: 4px;
}
/*# sourceMappingURL=stylePc.css.map */