@charset "UTF-8";
/*base is →　! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article, aside, footer, header, nav, section, figcaption, figure, main {
  display: block;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: top;
}

table {
  border-collapse: collapse;
}

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

a, area, button, input, label, select, summary, textarea, [tabindex] {
  touch-action: manipulation;
}

/* Break Point */
/* Color */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

body {
  font-weight: 300;
  color: #273027;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  line-height: 1.7;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  background-color: #E0E9F4;
}
body main {
  overflow: hidden;
  background-color: #fff;
}

a {
  color: #273027;
  text-decoration: none;
}

ul, ol {
  list-style-type: none;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

* {
  box-sizing: border-box;
}

sup, sub {
  font-size: 0.6em;
}

h2, h3, h4 {
  line-height: 1.3;
}

.fixedBnr {
  font-weight: 900;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}
.fixedBnr.active {
  opacity: 1;
  visibility: visible;
}

#mv {
  text-align: center;
}
#mv img {
  width: 100%;
}

.textOrange {
  color: #FF8B00;
}

#mainCv .mainCvBtns > div {
  font-weight: 900;
}
#mainCv .mainCvBtns > div .yoyaku {
  display: flex;
  align-items: center;
  position: relative;
  background-color: #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}
#mainCv .mainCvBtns > div .siryou {
  display: flex;
  align-items: center;
  position: relative;
  background-color: #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

#goukakuritsu .goukakuritsuWrap h3 {
  text-align: center;
}
#goukakuritsu .goukakuritsuList {
  background-color: #fff;
}
#goukakuritsu .goukakuritsuList dl > div {
  font-weight: 900;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 15px;
}
#goukakuritsu .goukakuritsuList dl > div dt {
  color: #464646;
}
#goukakuritsu .goukakuritsuList dl > div dd {
  color: #FF8B00;
  flex: none;
}

#reason .pointList > div {
  position: relative;
}
#reason .pointList > div:nth-of-type(odd) {
  background: url(../images/bg_mizutama.png) repeat;
  background-size: 100% auto;
}
#reason .pointList > div h3 {
  text-align: center;
}
#reason .pointList > div .upList {
  font-weight: 900;
}
#reason .pointList > div .upList > div h4 {
  color: #fff;
  text-align: center;
  background-color: #1058AB;
}
#reason .pointList > div .upList > div ul {
  background-color: #fff;
}
#reason .pointList > div .upList > div ul li {
  position: relative;
  line-height: 1.3;
}
.cvWrap {
  font-weight: 900;
}
.cvWrap .title {
  color: #FFDD00;
  text-align: center;
  line-height: 1.3;
}
.cvWrap .btns .yoyaku {
  display: flex;
  align-items: center;
  position: relative;
  background-color: #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}
.cvWrap .btns .siryou {
  display: flex;
  align-items: center;
  position: relative;
  background-color: #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}
#voice {
  position: relative;
}
#voice .commonInner {
  position: relative;
  z-index: 2;
}
#voice h2 {
  text-align: center;
}
#voice h3 {
  text-align: center;
  background-color: #1058AB;
  font-weight: 900;
  color: #fff;
}
#voice .voiceWrap .voiceBox {
  background-color: #fff;
  position: relative;
}
#voice .voiceWrap .voiceBox h4 {
  font-weight: 900;
  background-color: #FFDD00;
  color: #1058AB;
  text-align: center;
  line-height: 1;
}
#voice .voiceWrap .voiceBox .titleWrap {
  line-height: 1.3;
}
#voice .voiceWrap .voiceBox .titleWrap h5 {
  font-weight: 900;
  color: #1058AB;
}
#voice .voiceWrap .voiceBox .titleWrap h5 span {
  color: #FF8B00;
}
#school h2 {
  color: #1058AB;
  text-align: center;
  font-weight: 900;
}
#school .schoolList {
  margin: 0;
}
#school .schoolList .dots-wrap {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
#school .schoolList .dots-wrap li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}
#school .schoolList .dots-wrap li:hover, #school .schoolList .dots-wrap li.slick-active {
  background-color: #9FBCDD;
}
#school .schoolList .dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
#school .schoolList .slick-track {
  display: flex;
}
#school .schoolList .slick-slide {
  height: auto !important;
}
#school .schoolList .slick-slide > div {
  height: 100%;
}
#school .schoolList .schoolListItem {
  background-color: #fff;
  border-radius: 15px;
  height: 100%;
}
#school .schoolList .schoolListItem h3 {
  text-align: center;
  color: #1058AB;
}
#school .schoolList .schoolListItem .syozai dt {
  background-color: #1058AB;
  color: #fff;
  flex: none;
  display: flex;
  align-items: center;
}
#school .schoolList .schoolListItem .syozai dd {
  text-align: left;
}
#school .schoolList .schoolListItem .gakku dt {
  background-color: #1058AB;
  color: #fff;
  flex: none;
  display: flex;
  align-items: center;
}
#school .schoolList .schoolListItem .gakku dd {
  text-align: left;
}
#school .schoolList .schoolListItem .gakku dd ul li {
  display: inline-block;
  padding-left: 1.1em;
  position: relative;
  margin-right: 1em;
}
#school .schoolList .schoolListItem .gakku dd ul li:before {
  content: "";
  display: inline-block;
  background-color: #1058AB;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: calc(50% - 0.5em);
}

#curriculum h2 {
  font-weight: 900;
  color: #1058AB;
  text-align: center;
}
#curriculum .curriculmTextWrap {
  font-weight: 900;
}
#curriculum .curriculmTextWrap .curriculmText ul li {
  position: relative;
}
#curriculum .curriculmTextWrap .curriculmText ul li span {
  color: #FF8B00;
}
#curriculum .curriculumStep dl > div {
  background-color: #fff;
  position: relative;
  font-weight: 900;
}
#curriculum .curriculumStep dl > div dt {
  color: #fff;
  background-color: #1058AB;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#curriculum .curriculumStep dl > div dd {
  line-height: 1.2;
}
#step {
  background-color: #E0E9F4;
}
#step h2 {
  text-align: center;
}
#step .stepList dl > div {
  background-color: #fff;
  position: relative;
}
#step .stepList dl > div dd h3 {
  color: #1058AB;
  font-weight: 900;
}
#step .stepList dl > div dd h4 {
  font-weight: 900;
  color: #fff;
  background-color: #1058AB;
  display: inline-block;
  line-height: 1;
  text-align: center;
}
#step .startText {
  text-align: center;
}
#step .startText p {
  line-height: 1;
  font-weight: 900;
}

#qa h2 {
  text-align: center;
  color: #1058AB;
  font-weight: 900;
}
#qa .qaList > div dt {
  background-color: #F2F2F2;
  position: relative;
  font-weight: 900;
  line-height: 1.3;
}
#qa .qaList > div dt span {
  color: #FF8B00;
}
#qa .qaList > div dd {
  position: relative;
  display: none;
}

#footer {
  background-color: #fff;
}
#footer .footerTitle {
  text-align: center;
  color: #1058AB;
  font-weight: 900;
}
#point3 h2 {
  text-align: center;
}
#point3 .point3List .point3Item:nth-of-type(odd) {
  background: url(../images/bg_mizutama.png) repeat;
  background-size: 100% auto;
}
#gimon {
  position: relative;
}
#gimon h2 {
  text-align: center;
  color: #464646;
}
#gimon h2 span {
  color: #1058AB;
}
#gimon .gimonBox {
  font-weight: 700;
}
#gimon .gimonBox h3 {
  color: #fff;
  background-color: #FF8B00;
  line-height: 1.3;
  text-align: center;
}
#gimon .gimonBox .gimonText {
  background-color: #fff;
  text-align: center;
  color: #464646;
}
#gimon .gimonBox .gimonText span {
  color: #FF8B00;
}

#parentsVoice .parentsVoiceBox {
  background-color: #fff;
  position: relative;
}
#parentsVoice .parentsVoiceBox h3 {
  font-weight: 900;
  background-color: #1058AB;
  color: #fff;
  text-align: center;
  line-height: 1;
}
#parentsVoice .parentsVoiceBox .titleWrap {
  line-height: 1.3;
}
#parentsVoice .parentsVoiceBox .titleWrap h4 {
  font-weight: 900;
  color: #1058AB;
}
#parentsVoice .parentsVoiceBox .titleWrap h4 span {
  color: #FF8B00;
}
#parentsVoice .parentsVoiceBox .readMore {
  font-weight: 700;
  color: #1058AB;
  text-align: center;
  position: relative;
  cursor: pointer;
}

/* ココから下には記入禁止 */
@media screen and (max-width: 1023px) {
  body {
    max-width: 480px;
    margin: 0 auto;
    font-size: 14px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  }
  h2, h3, h4 {
    line-height: 1.3;
  }
  #header {
    background-color: #1058AB;
    width: 100%;
    height: 40px;
    padding: 11px 15px 0;
    position: relative;
  }
  #header .headerLogo img {
    width: 115px;
  }
  #header .nen {
    max-width: 143px;
    position: absolute;
    right: 0px;
    bottom: -48px;
  }
  .fixedBnr {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    transition: 0.3s;
    position: fixed;
    left: 50%;
    bottom: 0;
    width: 100%;
    max-width: 480px;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column-reverse;
  }
  .fixedBnr .mazuha, .fixedBnr .okigaruni {
    display: none;
  }
  .fixedBnr .btns {
    display: flex;
  }
  .fixedBnr .yoyaku {
    display: flex;
    align-items: center;
    width: 100%;
    height: 60px;
    color: #fff;
    font-size: 14px;
    background-color: #FF8B00;
    padding: 10px 10px 10px 40px;
    position: relative;
    line-height: 1.2;
  }
  .fixedBnr .yoyaku:before {
    content: "";
    display: inline-block;
    background: url(../images/icon_calendar_w.svg) no-repeat center/cover;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 10px;
    top: calc(50% - 11px);
  }
  .fixedBnr .siryou {
    display: flex;
    align-items: center;
    width: 100%;
    height: 60px;
    color: #464646;
    font-size: 14px;
    background-color: #FFDD00;
    padding: 10px 10px 10px 40px;
    position: relative;
    line-height: 1.2;
  }
  .fixedBnr .siryou:before {
    content: "";
    display: inline-block;
    background: url(../images/icon_file_g.svg) no-repeat center/cover;
    width: 19px;
    height: 22px;
    position: absolute;
    left: 10px;
    top: calc(50% - 11px);
  }
  .fixedBnr .tel {
    background: url(../images/bg_blue_sp.png);
    padding: 13px 15px;
  }
  .fixedBnr .tel a {
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: #fff;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
    min-height: 72px;
    padding: 10px 30px 10px 80px;
    border-radius: 60px;
  }
  .fixedBnr .tel a:before {
    content: "";
    display: inline-block;
    background: url(../images/icon_tel.svg) no-repeat center/cover;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 23px;
    top: calc(50% - 15px);
  }
  .fixedBnr .tel a:after {
    content: "";
    display: inline-block;
    background: url(../images/btn_arrow.svg) no-repeat center/cover;
    width: 13px;
    height: 26px;
    position: absolute;
    right: 14px;
    top: calc(50% - 13px);
  }
  .fixedBnr .tel a span:first-of-type {
    color: #FF8B00;
    font-family: "Arial";
    letter-spacing: 0em;
    font-size: 30px;
  }
  .fixedBnr .tel a span:last-of-type {
    font-size: 14px;
    color: #464646;
  }
  #mv .mainJisseki {
    text-align: center;
    padding: 0 10px;
    margin-top: -130px;
  }
  .commonInner {
    padding: 0 15px;
  }
  #mainCv {
    background: url(../images/bg_blue_sp.png) no-repeat center/cover;
    width: 100%;
    padding: 30px 15px 30px;
  }
  #mainCv .mainCvBtns > div + div {
    margin-top: 15px;
  }
  #mainCv .mainCvBtns > div .yoyaku {
    min-height: 72px;
    padding: 10px 30px 10px 80px;
    border-radius: 60px;
    font-size: 21px;
  }
  #mainCv .mainCvBtns > div .yoyaku:before {
    content: "";
    display: inline-block;
    background: url(../images/icon_calendar.svg) no-repeat center/cover;
    width: 27px;
    height: 28px;
    position: absolute;
    left: 27px;
    top: calc(50% - 14px);
  }
  #mainCv .mainCvBtns > div .yoyaku:after {
    content: "";
    display: inline-block;
    background: url(../images/btn_arrow.svg) no-repeat center/cover;
    width: 13px;
    height: 26px;
    position: absolute;
    right: 14px;
    top: calc(50% - 13px);
  }
  #mainCv .mainCvBtns > div .siryou {
    min-height: 72px;
    padding: 10px 30px 10px 80px;
    border-radius: 60px;
    font-size: 21px;
  }
  #mainCv .mainCvBtns > div .siryou:before {
    content: "";
    display: inline-block;
    background: url(../images/icon_file.svg) no-repeat center/cover;
    width: 24px;
    height: 28px;
    position: absolute;
    left: 27px;
    top: calc(50% - 14px);
  }
  #mainCv .mainCvBtns > div .siryou:after {
    content: "";
    display: inline-block;
    background: url(../images/btn_arrow.svg) no-repeat center/cover;
    width: 13px;
    height: 26px;
    position: absolute;
    right: 14px;
    top: calc(50% - 13px);
  }
  #intro {
    background: url(../images/bg_sakura_1_sp.jpg) no-repeat top center/contain;
    min-height: 170px;
    padding-top: 74px;
  }
  #intro .introText {
    text-align: center;
  }
  #intro .introText img {
    max-width: 320px;
  }
  #goukakuritsu {
    background: url(../images/jisseki_bg_sp.png) no-repeat bottom center/cover;
    padding-bottom: 80px;
    padding-top: 50px;
  }
  #goukakuritsu .commonInner {
    padding: 0;
  }
  #goukakuritsu .jissekiText {
    text-align: center;
    padding: 0 15px;
  }
  #goukakuritsu .jissekiText img {
    max-width: 317px;
  }
  #goukakuritsu .goukakuritsuWrap {
    padding-top: 20px;
    background: url(../images/sakura_sp.png) no-repeat;
    background-size: 225px auto;
    background-position: top 10px left -60px;
  }
  #goukakuritsu .goukakuritsuWrap h3 {
    padding: 0 25px;
  }
  #goukakuritsu .goukakuritsuList {
    border: 3px solid #FF8B00;
    border-radius: 15px;
    padding: 15px 12px;
    max-width: calc(100% - 30px);
    margin: 0 auto;
  }
  #goukakuritsu .goukakuritsuList dl > div {
    border-bottom: 1px dashed #464646;
    padding-bottom: 3px;
  }
  #goukakuritsu .goukakuritsuList dl > div + div {
    margin-top: 3px;
  }
  #goukakuritsu .goukakuritsuList dl > div dt {
    font-size: 18px;
  }
  #goukakuritsu .goukakuritsuList dl > div dd {
    font-size: 17px;
  }
  #goukakuritsu .goukakuritsuList dl > div dd span {
    font-size: 25px;
  }
  #reason h2 {
    padding: 45px 15px 15px;
    text-align: center;
  }
  #reason .pointList > div {
    padding: 45px 0px 50px;
  }
  #reason .pointList > div.point1 h3 img {
    max-width: 210px;
  }
  #reason .pointList > div.point2 h3 img {
    max-width: 250px;
  }
  #reason .pointList > div.point3 h3 img {
    max-width: 200px;
  }
  #reason .pointList > div .num {
    position: absolute;
    left: calc(50% - 25px);
    top: -20px;
  }
  #reason .pointList > div .num img {
    width: 50px;
  }
  #reason .pointList > div h3 + P {
    font-size: 14px;
    margin-top: 20px;
    font-weight: 900;
  }
  #reason .pointList > div .upList {
    margin-top: 20px;
  }
  #reason .pointList > div .upList > div + div {
    margin-top: 15px;
  }
  #reason .pointList > div .upList > div h4 {
    font-size: 20px;
    border-radius: 15px 15px 0 0;
    padding: 9px 15px 4px;
    width: 80%;
    margin: 0 auto;
  }
  #reason .pointList > div .upList > div h4:after {
    content: "";
    display: inline-block;
    background: url(../images/icon_up.svg) no-repeat center/cover;
    width: 24px;
    height: 26px;
    margin-left: 5px;
    vertical-align: top;
  }
  #reason .pointList > div .upList > div ul {
    border-radius: 15px;
    border: 3px solid #1058AB;
    padding: 20px 18px;
  }
  #reason .pointList > div .upList > div ul li {
    font-size: 17px;
    padding-left: 24px;
  }
  #reason .pointList > div .upList > div ul li:before {
    content: "";
    display: inline-block;
    background: url(../images/icon_check.svg) no-repeat center/cover;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 2px;
  }
  #reason .pointList > div .upList > div ul li + li {
    margin-top: 6px;
  }
  #reason .pointList > div .imgList {
    display: flex;
    gap: 15px;
    margin-top: 20px;
  }
  #reason .pointList > div .imgList > figure {
    flex: 1;
  }
  #reason .pointList > div .fukidashiList {
    margin-top: 25px;
  }
  #reason .pointList > div .fukidashiList > div + div {
    margin-top: 20px;
  }
  #reason .pointList > div .fukidashiList > div .fukidashiCheckList {
    border: 3px solid #1058AB;
    background-color: #fff;
    border-radius: 15px;
    padding: 20px 20px;
    width: calc(100% - 14px);
    margin: -19px auto 0;
  }
  #reason .pointList > div .fukidashiList > div .fukidashiCheckList li {
    position: relative;
    font-weight: 900;
    font-size: 17px;
    padding-left: 28px;
    line-height: 1.3;
  }
  #reason .pointList > div .fukidashiList > div .fukidashiCheckList li:before {
    content: "";
    display: inline-block;
    background: url(../images/icon_check.svg) no-repeat center/cover;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 3px;
    left: 0;
  }
  #reason .pointList > div .fukidashiList > div .fukidashiCheckList li + li {
    margin-top: 10px;
  }
  #reason .pointList > div .fukidashiList > div .fukidashiCheckList li span {
    background: linear-gradient(transparent 60%, #FFDD00 60%);
  }
  .cvWrap {
    background: url(../images/bg_blue_sp.png) no-repeat center/cover;
    padding: 30px 0;
  }
  .cvWrap.wide {
    padding-bottom: 85px;
  }
  .cvWrap.orange {
    background: url(../images/bg_orange_sp.png) no-repeat center/cover;
  }
  .cvWrap.orange .title {
    color: #fff;
  }
  .cvWrap .title {
    font-size: 25px;
  }
  .cvWrap .btns {
    margin-top: 20px;
  }
  .cvWrap .btns .yoyaku {
    min-height: 72px;
    padding: 10px 30px 10px 80px;
    border-radius: 60px;
    font-size: 21px;
  }
  .cvWrap .btns .yoyaku:before {
    content: "";
    display: inline-block;
    background: url(../images/icon_calendar.svg) no-repeat center/cover;
    width: 27px;
    height: 28px;
    position: absolute;
    left: 27px;
    top: calc(50% - 14px);
  }
  .cvWrap .btns .yoyaku:after {
    content: "";
    display: inline-block;
    background: url(../images/btn_arrow.svg) no-repeat center/cover;
    width: 13px;
    height: 26px;
    position: absolute;
    right: 14px;
    top: calc(50% - 13px);
  }
  .cvWrap .btns .siryou {
    min-height: 72px;
    padding: 10px 30px 10px 80px;
    border-radius: 60px;
    font-size: 21px;
    margin-top: 17px;
  }
  .cvWrap .btns .siryou:before {
    content: "";
    display: inline-block;
    background: url(../images/icon_file.svg) no-repeat center/cover;
    width: 24px;
    height: 28px;
    position: absolute;
    left: 27px;
    top: calc(50% - 14px);
  }
  .cvWrap .btns .siryou:after {
    content: "";
    display: inline-block;
    background: url(../images/btn_arrow.svg) no-repeat center/cover;
    width: 13px;
    height: 26px;
    position: absolute;
    right: 14px;
    top: calc(50% - 13px);
  }
  .cvWrap .tel {
    margin-top: 17px;
  }
  .cvWrap .tel a {
    min-height: 72px;
    padding: 10px 30px 10px 80px;
    border-radius: 60px;
    font-size: 26px;
    color: #FF8B00;
    background-color: #fff;
    display: flex;
    align-items: center;
    position: relative;
    line-height: 1.3;
  }
  .cvWrap .tel a:before {
    content: "";
    display: inline-block;
    background: url(../images/icon_tel.svg) no-repeat center/cover;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 23px;
    top: calc(50% - 15px);
  }
  .cvWrap .tel a:after {
    content: "";
    display: inline-block;
    background: url(../images/btn_arrow.svg) no-repeat center/cover;
    width: 13px;
    height: 26px;
    position: absolute;
    right: 14px;
    top: calc(50% - 13px);
  }
  .cvWrap .tel a span > span {
    display: block;
    font-size: 14px;
    color: #464646;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
  }
  #voice {
    padding-bottom: 40px;
    background: url(../images/bg_voice_cont_pc.png) repeat;
    background-size: 100% auto;
    background-position: center;
  }
  #voice:before {
    content: "";
    display: block;
    background: url(../images/bg_voice_top_sp.png) no-repeat top center/cover;
    width: 100%;
    height: 92px;
    position: absolute;
    left: calc(50% - 188px);
    left: 0;
    top: -50px;
  }
  #voice h2 img {
    max-width: 310px;
  }
  #voice h2 + p {
    font-size: 16px;
    text-align: center;
    margin-top: 15px;
  }
  #voice h3 {
    margin-top: 25px;
    padding: 8px 15px;
    font-size: 20px;
  }
  #voice .voiceWrap {
    margin-top: 45px;
  }
  #voice .voiceWrap .voiceBox {
    border-radius: 15px;
    padding: 40px 22px 25px;
  }
  #voice .voiceWrap .voiceBox + .voiceBox {
    margin-top: 45px;
  }
  #voice .voiceWrap .voiceBox h4 {
    border: 3px solid #1058AB;
    min-width: 231px;
    font-size: 20px;
    padding: 10px 15px;
    position: absolute;
    top: 0;
    left: 50%;
    border-radius: 10px;
    transform: translate(-50%, -50%);
  }
  #voice .voiceWrap .voiceBox .titleWrap {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  #voice .voiceWrap .voiceBox .titleWrap figure {
    width: 70px;
    flex: none;
  }
  #voice .voiceWrap .voiceBox .titleWrap .name {
    font-size: 14px;
  }
  #voice .voiceWrap .voiceBox .titleWrap h5 {
    font-size: 18px;
  }
  #voice .voiceWrap .voiceBox .voiceCont {
    margin-top: 20px;
  }
  #voice .voiceWrap .voiceBox .voiceCont p {
    font-size: 14px;
  }
  #school {
    padding-top: 40px;
  }
  #school h2 {
    font-size: 20px;
  }
  #school .tabs {
    margin-top: 20px;
    text-align: center;
  }
  #school .tabs .tab_item {
    display: inline-block;
    color: #1058AB;
    text-align: center;
    font-size: 20px;
    width: calc(33% - 15px);
    background-color: #fff;
    padding: 7px 15px;
    border-top: 3px solid #1058AB;
    border-left: 3px solid #1058AB;
    cursor: pointer;
  }
  #school .tabs .tab_item:first-of-type {
    border-radius: 15px 0 0 0;
  }
  #school .tabs .tab_item:last-of-type {
    border-radius: 0 15px 0 0;
    border-right: 3px solid #1058AB;
  }
  #school .tabs input[name=tab_item] {
    display: none;
  }
  #school .tabs .tab_content {
    display: none;
    background-color: #1058AB;
    padding: 20px 5px 40px;
  }
  #school .tabs #aichi:checked ~ #aichi_content,
  #school .tabs #gifu:checked ~ #gifu_content,
  #school .tabs #seino:checked ~ #seino_content  {
    display: block;
  }
  #school .tabs input:checked + .tab_item {
    background-color: #1058AB;
    color: #fff;
  }
  #school .schoolList .slick-slide {
    margin: 0 10px;
  }
  #school .schoolList .slide-arrow {
    display: inline-block;
    width: 20px;
    height: 85px;
    position: absolute;
    top: calc(50% - 67px);
    background-color: #FF8B00;
    z-index: 10;
  }
  #school .schoolList .slide-arrow:before {
    content: "";
    display: inline-block;
    background: url(../images/slide_arrow.svg) no-repeat center/cover;
    width: 9px;
    height: 30px;
    position: absolute;
    top: calc(50% - 15px);
  }
  #school .schoolList .slide-arrow:hover {
    opacity: 0.7;
  }
  #school .schoolList .slide-arrow.prev-arrow {
    left: -5px;
  }
  #school .schoolList .slide-arrow.prev-arrow:before {
    left: calc(50% - 6px);
  }
  #school .schoolList .slide-arrow.next-arrow {
    right: -5px;
  }
  #school .schoolList .slide-arrow.next-arrow:before {
    transform: scale(-1, 1);
    right: calc(50% - 6px);
  }
  #school .schoolList .schoolListItem {
    padding: 15px 13px 13px;
  }
  #school .schoolList .schoolListItem h3 {
    font-size: 20px;
  }
  #school .schoolList .schoolListItem figure {
    margin-top: 20px;
    display: flex;
    gap: 20px;
  }
  #school .schoolList .schoolListItem figure img {
    width: calc(50% - 10px);
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #school .schoolList .schoolListItem .syozai {
    margin-top: 15px;
    display: flex;
    gap: 10px;
    line-height: 1.3;
  }
  #school .schoolList .schoolListItem .syozai dt {
    padding: 10px;
    font-size: 14px;
  }
  #school .schoolList .schoolListItem .gakku {
    margin-top: 10px;
    display: flex;
    gap: 10px;
    line-height: 1.3;
  }
  #school .schoolList .schoolListItem .gakku dt {
    padding: 10px;
    font-size: 14px;
  }
  #school .schoolList .schoolListItem .gakku dd {
    font-size: 14px;
  }
  #curriculum {
    padding: 50px 0;
    background: url(../images/bg_note_pc.png) no-repeat center/cover;
  }
  #curriculum h2 {
    font-size: 25px;
  }
  #curriculum .curriculmTextWrap {
    margin-top: 20px;
    position: relative;
  }
  #curriculum .curriculmTextWrap figure {
    position: absolute;
    width: 80px;
    right: -12px;
    top: -4px;
  }
  #curriculum .curriculmTextWrap .curriculmText p {
    font-size: 15px;
  }
  #curriculum .curriculmTextWrap .curriculmText ul {
    margin-top: 15px;
  }
  #curriculum .curriculmTextWrap .curriculmText ul li {
    font-size: 17px;
    padding-left: 23px;
  }
  #curriculum .curriculmTextWrap .curriculmText ul li:before {
    content: "";
    display: inline-block;
    background: url(../images/icon_check.svg) no-repeat center/cover;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
  }
  #curriculum .curriculumStep {
    margin-top: 20px;
  }
  #curriculum .curriculumStep dl > div {
    display: flex;
    align-items: center;
    border: 3px solid #1058AB;
    padding: 9px 12px;
    border-radius: 15px;
    margin-bottom: 40px;
  }
  #curriculum .curriculumStep dl > div::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 19px solid transparent;
    border-left: 19px solid transparent;
    border-top: 20px solid #1058AB;
    border-bottom: 0;
    position: absolute;
    bottom: -34px;
    left: calc(50% - 19px);
  }
  #curriculum .curriculumStep dl > div dt {
    width: 53px;
    height: 53px;
    font-size: 20px;
    flex: none;
  }
  #curriculum .curriculumStep dl > div dd {
    font-size: 16px;
    padding-left: 10px;
  }
  #curriculum .curriculumStep dl > div dd span {
    display: block;
    font-size: 17px;
  }
  #step {
    padding: 40px 0;
  }
  #step h2 img {
    max-width: 310px;
  }
  #step .stepList {
    margin-top: 22px;
  }
  #step .stepList dl > div {
    border-radius: 15px;
    padding: 18px 16px;
    display: flex;
    margin-bottom: 25px;
  }
  #step .stepList dl > div::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 12px solid #FF8B00;
    border-bottom: 0;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 12px);
  }
  #step .stepList dl > div dt {
    width: 35px;
    flex: none;
    padding-top: 3px;
  }
  #step .stepList dl > div dd {
    padding-left: 19px;
  }
  #step .stepList dl > div dd h3 {
    font-size: 19px;
  }
  #step .stepList dl > div dd p {
    font-size: 14px;
    margin-top: 5px;
  }
  #step .stepList dl > div dd h4 {
    font-size: 14px;
    min-width: 115px;
    border-radius: 10px;
    margin-top: 8px;
    padding: 4px 20px;
  }
  #step .startText {
    padding-top: 10px;
  }
  #step .startText p:nth-of-type(1) {
    font-size: 17px;
    color: #464646;
  }
  #step .startText p:nth-of-type(2) {
    font-size: 45px;
    color: #FF8B00;
    margin-top: 10px;
  }
  #qa {
    padding: 40px 0;
  }
  #qa .commonInner {
    padding: 0;
  }
  #qa h2 {
    font-size: 25px;
  }
  #qa .qaList {
    margin-top: 25px;
  }
  #qa .qaList > div + div {
    margin-top: 3px;
  }
  #qa .qaList > div dt {
    font-size: 16px;
    padding: 15px 50px 15px 65px;
  }
  #qa .qaList > div dt:before {
    content: "Q";
    font-weight: 900;
    font-size: 25px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 15px;
    top: calc(50% - 18px);
    background-color: #1058AB;
  }
  #qa .qaList > div dt:after {
    content: "";
    display: inline-block;
    background: url(../images/plus.svg) no-repeat center/cover;
    width: 24px;
    height: 24px;
    position: absolute;
    top: calc(50% - 12px);
    right: 15px;
  }
  #qa .qaList > div dt.open:after {
    content: "";
    display: inline-block;
    background: url(../images/minus.svg) no-repeat center/cover;
    width: 24px;
    height: 4px;
    position: absolute;
    top: calc(50% - 2px);
    right: 15px;
  }
  #qa .qaList > div dd {
    font-size: 14px;
    padding: 20px 15px 25px 65px;
  }
  #qa .qaList > div dd:before {
    content: "A";
    font-weight: 900;
    font-size: 25px;
    color: #1058AB;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 15px;
    top: 20px;
    background-color: #fff;
    border: 2px solid #1058AB;
  }
  #footer {
    padding: 30px 15px 180px;
  }
  #footer .footerLogo {
    text-align: center;
  }
  #footer .footerLogo img {
    max-width: 170px;
  }
  #footer .footerTitle {
    background-color: #1058AB;
    font-size: 14px;
    margin-top: 10px;
    color: #fff;
    line-height: 1;
    padding: 7px;
  }
  #footer .footerInfo p {
    margin-top: 20px;
    font-size: 14px;
  }
  #footer .copyright {
    margin-top: 25px;
    text-align: center;
    font-size: 10px;
  }
  #point3 h2 {
    padding: 30px 0 10px;
  }
  #point3 h2 img {
    max-width: 305px;
  }
  #point3 .point3List .point3Item {
    padding: 30px 0 30px;
  }
  #point3 .point3List .point3Item h3 {
    margin-bottom: 15px;
  }
  #point3 .point3List .point3Item h3 + p {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  #point3 .point3List .point3Item .col2 p {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  #point3 .point3List .point3Item .col2 figure {
    text-align: center;
  }
  #point3 .point3List .point3Item .col2 figure img {
    max-width: 85%;
  }
  #gimon {
    background: url(../images/bg_yellow.png) no-repeat center/cover;
    padding: 30px 0 15px;
  }
  #gimon:before {
    content: "";
    display: inline-block;
    background: url(../images/gimon_title.svg) no-repeat center/cover;
    width: 150px;
    height: 42px;
    position: absolute;
    left: calc(50% - 75px);
    top: -20px;
  }
  #gimon .gimonInner {
    padding: 0 15px;
  }
  #gimon h2 {
    font-size: 25px;
  }
  #gimon .gimonBox {
    margin-top: 15px;
    border-radius: 15px;
    overflow: hidden;
  }
  #gimon .gimonBox h3 {
    font-size: 16px;
    padding: 8px 8px 6px;
  }
  #gimon .gimonBox .gimonText {
    font-size: 18px;
    padding: 15px 5px;
  }
  #campaign {
    padding: 20px 0 20px;
  }
  #campaign h2 {
    text-align: center;
    margin-bottom: 10px;
  }
  #parentsVoice {
    padding: 35px 0 35px;
    background: url(../images/bg_mizutama_orange.png) repeat;
  }
  #parentsVoice h2 {
    text-align: center;
    margin-bottom: 45px;
  }
  #parentsVoice h2 img {
    max-width: 208px;
  }
  #parentsVoice .parentsVoiceBox {
    border-radius: 15px;
    padding: 40px 22px 25px;
  }
  #parentsVoice .parentsVoiceBox + .parentsVoiceBox {
    margin-top: 45px;
  }
  #parentsVoice .parentsVoiceBox h3 {
    min-width: 150px;
    font-size: 15px;
    padding: 10px 15px;
    position: absolute;
    top: 0;
    left: 50%;
    border-radius: 6px;
    transform: translate(-50%, -50%);
  }
  #parentsVoice .parentsVoiceBox .titleWrap {
    display: flex;
    gap: 10px;
  }
  #parentsVoice .parentsVoiceBox .titleWrap figure {
    width: 70px;
    flex: none;
  }
  #parentsVoice .parentsVoiceBox .titleWrap h4 {
    font-size: 18px;
  }
  #parentsVoice .parentsVoiceBox .parentsVoiceCont {
    margin-top: 10px;
  }
  #parentsVoice .parentsVoiceBox .parentsVoiceCont p {
    font-size: 14px;
  }
  #parentsVoice .parentsVoiceBox .readMore {
    padding-bottom: 21px;
    margin-top: 20px;
    font-size: 20px;
  }
  #parentsVoice .parentsVoiceBox .readMore:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 18px solid transparent;
    border-left: 18px solid transparent;
    border-top: 18px solid #1058AB;
    border-bottom: 0;
    position: absolute;
    left: calc(50% - 18px);
    bottom: 0px;
  }
  /* ココから下には記入禁止 */
  .forPC {
    display: none !important;
  }
}
@media print, screen and (min-width: 1024px) {
  body {
    font-size: 18px;
  }
  .tel {
    color: inherit !important;
    text-decoration: none !important;
    pointer-events: none;
  }
  h2, h3, h4 {
    line-height: 1.3;
  }
  #header {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  #header .headerLogo {
    padding-top: 25px;
    padding-left: 35px;
    flex: none;
    margin-right: 40px;
  }
  #header .headerLogo img {
    width: 224px;
  }
  #header .nen img {
    width: 234px;
  }
  #header .headerBtns {
    font-weight: 900;
    display: flex;
  }
  #header .headerBtns .btns {
    display: flex;
  }
  #header .headerBtns .yoyaku {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 23vw;
    max-width: 280px;
    height: 80px;
    color: #fff;
    font-size: 20px;
    background-color:#FF8B00;
    padding: 10px 15px 10px 15px;
    position: relative;
    line-height: 1.2;
    transition: 0.3s;
  }
  #header .headerBtns .yoyaku:hover {
    background-color: rgba(255, 139, 0, 0.5);
  }
  #header .headerBtns .yoyaku span {
    display: inline-block;
    position: relative;
    padding-left: 38px;
  }
  #header .headerBtns .yoyaku span:before {
    content: "";
    display: inline-block;
    background: url(../images/icon_calendar_w.svg) no-repeat center/cover;
    width: 28px;
    height: 29px;
    position: absolute;
    left: 0px;
    top: calc(50% - 15px);
  }
  #header .headerBtns .siryou {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23vw;
    max-width: 280px;
    height: 80px;
    color: #464646;
    font-size: 20px;
    background-color: #FFDD00;
    padding: 10px 15px 10px 15px;
    position: relative;
    line-height: 1.2;
    transition: 0.3s;
  }
  #header .headerBtns .siryou:hover {
    background-color: rgba(255, 221, 0, 0.5);
  }
  #header .headerBtns .siryou span {
    display: inline-block;
    position: relative;
    padding-left: 38px;
  }
  #header .headerBtns .siryou span:before {
    content: "";
    display: inline-block;
    background: url(../images/icon_file_g.svg) no-repeat center/cover;
    width: 26px;
    height: 30px;
    position: absolute;
    left: 0px;
    top: calc(50% - 15px);
  }
  #header .headerBtns .tel {
    margin-top: 15px;
    padding-left: 40px;
    position: relative;
    margin-right: 20px;
    flex: none;
  }
  #header .headerBtns .tel:before {
    content: "";
    display: inline-block;
    background: url(../images/icon_tel.svg) no-repeat center/cover;
    width: 34px;
    height: 34px;
    position: absolute;
    left: 0;
    top: 5px;
  }
  #header .headerBtns .tel a {
    display: flex;
    flex-direction: column;
  }
  #header .headerBtns .tel a span:first-of-type {
    /* color: #FF8B00; */
    color:#005dac;
    font-family: "Arial";
    font-size: 29px;
    letter-spacing: 0em;
    line-height: 1;
  }
  #header .headerBtns .tel a span:last-of-type {
    font-size: 14px;
    color: #464646;
  }
  .fixedBnr {
    transition: 0.5s;
    position: fixed;
    right: 40px;
    bottom: 40px;
    width: 288px;
    border: 4px solid #1058AB;
    padding: 15px 12px 15px;
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.5);
    z-index: 99;
    background-color: #fff;
    font-weight: 900;
  }
  .fixedBnr .mazuha {
    position: absolute;
    display: inline-block;
    position: absolute;
    top: -25px;
    left: calc(50% - 46px);
  }
  .fixedBnr .mazuha img {
    width: 92px;
  }
  .fixedBnr .okigaruni {
    color: #1058AB;
    text-align: center;
    font-size: 22px;
  }
  .fixedBnr .yoyaku {
    display: flex;
    align-items: center;
    width: 100%;
    height: 70px;
    color: #fff;
    font-size: 20px;
    background-color: #FF8B00;
    padding: 10px 15px 10px 53px;
    position: relative;
    margin-top: 8px;
    line-height: 1.2;
    transition: 0.3s;
  }
  .fixedBnr .yoyaku:hover {
    background-color: rgba(255, 139, 0, 0.5);
  }
  .fixedBnr .yoyaku:before {
    content: "";
    display: inline-block;
    background: url(../images/icon_calendar_w.svg) no-repeat center/cover;
    width: 28px;
    height: 29px;
    position: absolute;
    left: 12px;
    top: calc(50% - 15px);
  }
  .fixedBnr .siryou {
    display: flex;
    align-items: center;
    width: 100%;
    height: 70px;
    color: #464646;
    font-size: 20px;
    background-color: #FFDD00;
    padding: 10px 15px 10px 53px;
    position: relative;
    margin-top: 8px;
    line-height: 1.2;
    transition: 0.3s;
  }
  .fixedBnr .siryou:hover {
    background-color: rgba(255, 221, 0, 0.5);
  }
  .fixedBnr .siryou:before {
    content: "";
    display: inline-block;
    background: url(../images/icon_file_g.svg) no-repeat center/cover;
    width: 26px;
    height: 30px;
    position: absolute;
    left: 14px;
    top: calc(50% - 15px);
  }
  .fixedBnr .tel {
    margin-top: 10px;
    padding-left: 40px;
    position: relative;
  }
  .fixedBnr .tel:before {
    content: "";
    display: inline-block;
    background: url(../images/icon_tel.svg) no-repeat center/cover;
    width: 34px;
    height: 34px;
    position: absolute;
    left: 0;
    top: 5px;
  }
  .fixedBnr .tel a {
    display: flex;
    flex-direction: column;
  }
  .fixedBnr .tel a span:first-of-type {
    color: #FF8B00;
    font-family: "Arial";
    font-size: 29px;
    letter-spacing: 0em;
    line-height: 1;
  }
  .fixedBnr .tel a span:last-of-type {
    font-size: 14px;
    color: #464646;
  }
  .commonInner {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
  }
  #mainCv {
    background: url(../images/bg_blue.png) no-repeat center/cover;
    width: 100%;
    padding: 50px 0;
  }
  #mainCv .mainCvBtns {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    gap: 15px;
  }
  #mainCv .mainCvBtns > div {
    flex: 1;
    min-height: 102px;
  }
  #mainCv .mainCvBtns > div .yoyaku {
    height: 100%;
    padding: 10px 50px 10px 100px;
    border-radius: 60px;
    font-size: 30px;
    transition: 0.3s;
    border: 4px solid #fff;
  }
  #mainCv .mainCvBtns > div .yoyaku:hover {
    color: #1058AB;
    border: 4px solid #1058AB;
    background-color: #FFDD00;
  }
  #mainCv .mainCvBtns > div .yoyaku:before {
    content: "";
    display: inline-block;
    background: url(../images/icon_calendar.svg) no-repeat center/cover;
    width: 38px;
    height: 40px;
    position: absolute;
    left: 36px;
    top: calc(50% - 20px);
  }
  #mainCv .mainCvBtns > div .yoyaku:after {
    content: "";
    display: inline-block;
    background: url(../images/btn_arrow.svg) no-repeat center/cover;
    width: 18px;
    height: 36px;
    position: absolute;
    right: 20px;
    top: calc(50% - 18px);
  }
  #mainCv .mainCvBtns > div .siryou {
    height: 100%;
    padding: 10px 50px 10px 100px;
    border-radius: 60px;
    font-size: 30px;
    transition: 0.3s;
    border: 4px solid #fff;
  }
  #mainCv .mainCvBtns > div .siryou:hover {
    color: #1058AB;
    border: 4px solid #1058AB;
    background-color: #FFDD00;
  }
  #mainCv .mainCvBtns > div .siryou:before {
    content: "";
    display: inline-block;
    background: url(../images/icon_file.svg) no-repeat center/cover;
    width: 34px;
    height: 40px;
    position: absolute;
    left: 36px;
    top: calc(50% - 20px);
  }
  #mainCv .mainCvBtns > div .siryou:after {
    content: "";
    display: inline-block;
    background: url(../images/btn_arrow.svg) no-repeat center/cover;
    width: 18px;
    height: 36px;
    position: absolute;
    right: 20px;
    top: calc(50% - 18px);
  }
  #intro {
    background: url(../images/bg_sakura_1_pc.jpg) no-repeat top center;
    min-height: 606px;
    padding-top: 140px;
  }
  #intro .introText {
    text-align: center;
  }
  #intro .introText img {
    max-width: 643px;
  }
  #goukakuritsu {
    background: url(../images/jisseki_bg_pc.png) no-repeat bottom center/cover;
    padding-top: 160px;
    padding-bottom: 180px;
  }
  #goukakuritsu .jissekiText {
    text-align: center;
  }
  #goukakuritsu .jissekiText img {
    max-width: 634px;
  }
  #goukakuritsu .goukakuritsuWrap {
    padding-top: 50px;
    background: url(../images/sakura_pc.png) no-repeat;
    background-position: top 20px left 60px;
  }
  #goukakuritsu .goukakuritsuList {
    border: 6px solid #FF8B00;
    border-radius: 30px;
    padding: 50px 60px;
    display: flex;
    gap: 100px;
  }
  #goukakuritsu .goukakuritsuList dl {
    flex: 1;
  }
  #goukakuritsu .goukakuritsuList dl > div {
    border-bottom: 2px dashed #464646;
    padding-bottom: 5px;
  }
  #goukakuritsu .goukakuritsuList dl > div dt {
    font-size: 21px;
  }
  #goukakuritsu .goukakuritsuList dl > div dd {
    font-size: 20px;
  }
  #goukakuritsu .goukakuritsuList dl > div dd span {
    font-size: 30px;
  }
  #reason h2 {
    padding: 90px 15px 20px;
    text-align: center;
  }
  #reason h2 img {
    max-width: 706px;
  }
  #reason .pointList > div {
    padding: 80px 0 125px;
  }
  #reason .pointList > div.point1 h3 img {
    max-width: 415px;
  }
  #reason .pointList > div.point2 h3 img {
    max-width: 497px;
  }
  #reason .pointList > div.point3 h3 img {
    max-width: 392px;
  }
  #reason .pointList > div .num {
    position: absolute;
    left: calc(50% - 50px);
    top: -50px;
  }
  #reason .pointList > div .num img {
    width: 100px;
  }
  #reason .pointList > div h3 + P {
    font-size: 28px;
    margin-top: 40px;
    font-weight: 900;
  }
  #reason .pointList > div .upList {
    margin-top: 70px;
    display: flex;
    gap: 20px;
  }
  #reason .pointList > div .upList > div {
    flex: 1;
  }
  #reason .pointList > div .upList > div h4 {
    font-size: 32px;
    border-radius: 24px 24px 0 0;
    padding: 15px 15px 10px;
    width: 80%;
    margin: 0 auto;
  }
  #reason .pointList > div .upList > div h4:after {
    content: "";
    display: inline-block;
    background: url(../images/icon_up.svg) no-repeat center/cover;
    width: 36px;
    height: 38px;
    margin-left: 5px;
    vertical-align: top;
  }
  #reason .pointList > div .upList > div ul {
    border-radius: 24px;
    border: 5px solid #1058AB;
    padding: 30px 25px;
  }
  #reason .pointList > div .upList > div ul li {
    font-size: 27px;
    padding-left: 38px;
  }
  #reason .pointList > div .upList > div ul li:before {
    content: "";
    display: inline-block;
    background: url(../images/icon_check.svg) no-repeat center/cover;
    width: 28px;
    height: 28px;
    position: absolute;
    left: 0;
    top: 4px;
  }
  #reason .pointList > div .upList > div ul li + li {
    margin-top: 10px;
  }
  #reason .pointList > div .imgList {
    display: flex;
    gap: 34px;
    margin-top: 30px;
  }
  #reason .pointList > div .imgList > figure {
    flex: 1;
  }
  #reason .pointList > div .fukidashiList {
    margin-top: 50px;
  }
  #reason .pointList > div .fukidashiList > div + div {
    margin-top: 40px;
  }
  #reason .pointList > div .fukidashiList > div .fukidashiCheckList {
    border: 6px solid #1058AB;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 30px;
    margin-top: -37px;
  }
  #reason .pointList > div .fukidashiList > div .fukidashiCheckList li {
    position: relative;
    font-weight: 900;
    font-size: 27px;
    padding-left: 38px;
    line-height: 1.3;
  }
  #reason .pointList > div .fukidashiList > div .fukidashiCheckList li:before {
    content: "";
    display: inline-block;
    background: url(../images/icon_check.svg) no-repeat center/cover;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 3px;
    left: 0;
  }
  #reason .pointList > div .fukidashiList > div .fukidashiCheckList li + li {
    margin-top: 10px;
  }
  #reason .pointList > div .fukidashiList > div .fukidashiCheckList li span {
    background: linear-gradient(transparent 60%, #FFDD00 60%);
  }
  .cvWrap {
    background: url(../images/bg_blue.png) no-repeat center/cover;
    padding: 60px 0;
  }
  .cvWrap.wide {
    padding-bottom: 160px;
  }
  .cvWrap.orange {
    background: url(../images/bg_orange.png) no-repeat center/cover;
  }
  .cvWrap.orange .title {
    color: #fff;
  }
  .cvWrap .title {
    font-size: 50px;
  }
  .cvWrap .btns {
    display: flex;
    gap: 16px;
    margin-top: 30px;
  }
  .cvWrap .btns .yoyaku {
    padding: 10px 50px 10px 100px;
    border-radius: 60px;
    font-size: 30px;
    transition: 0.3s;
    border: 4px solid #fff;
    width: calc(50% - 8px);
  }
  .cvWrap .btns .yoyaku:hover {
    color: #1058AB;
    border: 4px solid #1058AB;
    background-color: #FFDD00;
  }
  .cvWrap .btns .yoyaku:before {
    content: "";
    display: inline-block;
    background: url(../images/icon_calendar.svg) no-repeat center/cover;
    width: 38px;
    height: 40px;
    position: absolute;
    left: 36px;
    top: calc(50% - 20px);
  }
  .cvWrap .btns .yoyaku:after {
    content: "";
    display: inline-block;
    background: url(../images/btn_arrow.svg) no-repeat center/cover;
    width: 18px;
    height: 36px;
    position: absolute;
    right: 20px;
    top: calc(50% - 18px);
  }
  .cvWrap .btns .siryou {
    padding: 10px 100px 10px 100px;
    border-radius: 60px;
    font-size: 30px;
    transition: 0.3s;
    border: 4px solid #fff;
    width: calc(50% - 8px);
    justify-content: center;
  }
  .cvWrap .btns .siryou:hover {
    color: #1058AB;
    border: 4px solid #1058AB;
    background-color: #FFDD00;
  }
  .cvWrap .btns .siryou:before {
    content: "";
    display: inline-block;
    background: url(../images/icon_file.svg) no-repeat center/cover;
    width: 34px;
    height: 40px;
    position: absolute;
    left: 36px;
    top: calc(50% - 20px);
  }
  .cvWrap .btns .siryou:after {
    content: "";
    display: inline-block;
    background: url(../images/btn_arrow.svg) no-repeat center/cover;
    width: 18px;
    height: 36px;
    position: absolute;
    right: 20px;
    top: calc(50% - 18px);
  }
  .cvWrap .tel {
    margin-top: 35px;
  }
  .cvWrap .tel a {
    color: #FF8B00;
    font-family: "Arial";
    font-size: 75px;
    letter-spacing: 0em;
    line-height: 1;
    position: relative;
    padding: 20px 20px 20px 115px;
    background-color: #fff;
    border-radius: 15px;
    display: flex;
    align-items: center;
  }
  .cvWrap .tel a:before {
    content: "";
    display: inline-block;
    background: url(../images/icon_tel.svg) no-repeat center/cover;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 38px;
    top: calc(50% - 30px);
  }
  .cvWrap .tel a span {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
  }
  .cvWrap .tel a span > span {
    font-size: 23px;
    color: #464646;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
  }
  #voice {
    padding-bottom: 80px;
    background: url(../images/bg_voice_cont_pc.png) repeat;
    background-size: 100% auto;
    background-position: center;
  }
  #voice:before {
    content: "";
    display: block;
    background: url(../images/bg_voice_top_pc.png) no-repeat center/cover;
    width: 1610px;
    height: 212px;
    position: absolute;
    left: calc(50% - 805px);
    top: -100px;
  }
  #voice h2 img {
    max-width: 620px;
  }
  #voice h2 + p {
    font-size: 32px;
    text-align: center;
    margin-top: 10px;
  }
  #voice h3 {
    margin-top: 50px;
    padding: 12px 15px;
    font-size: 40px;
  }
  #voice .voiceWrap {
    margin-top: 85px;
  }
  #voice .voiceWrap .voiceBox {
    border-radius: 30px;
    padding: 90px 44px 50px;
  }
  #voice .voiceWrap .voiceBox + .voiceBox {
    margin-top: 70px;
  }
  #voice .voiceWrap .voiceBox h4 {
    border: 6px solid #1058AB;
    min-width: 462px;
    font-size: 40px;
    padding: 20px 20px;
    position: absolute;
    top: 0;
    left: 50%;
    border-radius: 20px;
    transform: translate(-50%, -50%);
  }
  #voice .voiceWrap .voiceBox .titleWrap h5 {
    text-align: center;
    font-size: 36px;
  }
  #voice .voiceWrap .voiceBox .voiceCont {
    margin-top: 30px;
    display: flex;
    gap: 30px;
  }
  #voice .voiceWrap .voiceBox .voiceCont figure {
    width: 100px;
    flex: none;
  }
  #voice .voiceWrap .voiceBox .voiceCont figure figcaption {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
    display: block;
  }
  #voice .voiceWrap .voiceBox .voiceCont p {
    font-size: 18px;
  }
  #school {
    padding-top: 60px;
  }
  #school h2 {
    font-size: 50px;
  }
  #school .tabs {
    margin-top: 45px;
    text-align: center;
  }
  #school .tabs .tab_item {
    display: inline-block;
    color: #1058AB;
    text-align: center;
    font-size: 26px;
    width: 100%;
    background-color: #fff;
    padding: 12px 15px;
    max-width: 340px;
    border-top: 3px solid #1058AB;
    border-left: 3px solid #1058AB;
    cursor: pointer;
  }
  #school .tabs .tab_item:first-of-type {
    border-radius: 15px 0 0 0;
  }
  #school .tabs .tab_item:last-of-type {
    border-radius: 0 15px 0 0;
    border-right: 3px solid #1058AB;
  }
  #school .tabs input[name=tab_item] {
    display: none;
  }
  #school .tabs .tab_content {
    display: none;
    background-color: #1058AB;
    padding: 24px 50px 40px;
  }
  #school .tabs #aichi:checked ~ #aichi_content,
  #school .tabs #gifu:checked ~ #gifu_content,
  #school .tabs #seino:checked ~ #seino_content {
    display: block;
  }
  #school .tabs input:checked + .tab_item {
    background-color: #1058AB;
    color: #fff;
  }
  #school .schoolList {
    margin: 0 auto;
    padding: 0 50px;
  }
  #school .schoolList .slick-slide {
    margin: 0 10px;
  }
  #school .schoolList .slide-arrow {
    display: inline-block;
    width: 40px;
    height: 165px;
    position: absolute;
    top: calc(50% - 82px);
    background-color: #FF8B00;
    transition: 0.3s;
    cursor: pointer;
  }
  #school .schoolList .slide-arrow:before {
    content: "";
    display: inline-block;
    background: url(../images/slide_arrow.svg) no-repeat center/cover;
    width: 16px;
    height: 56px;
    position: absolute;
    top: calc(50% - 28px);
  }
  #school .schoolList .slide-arrow:hover {
    opacity: 0.7;
  }
  #school .schoolList .slide-arrow.prev-arrow {
    left: -50px;
  }
  #school .schoolList .slide-arrow.prev-arrow:before {
    left: calc(50% - 10px);
  }
  #school .schoolList .slide-arrow.next-arrow {
    right: -50px;
  }
  #school .schoolList .slide-arrow.next-arrow:before {
    transform: scale(-1, 1);
    right: calc(50% - 10px);
  }
  #school .schoolList .schoolListItem {
    padding: 20px 17px 17px;
  }
  #school .schoolList .schoolListItem h3 {
    font-size: 26px;
  }
  #school .schoolList .schoolListItem figure {
    margin-top: 20px;
    display: flex;
    gap: 20px;
  }
  #school .schoolList .schoolListItem figure img {
    width: calc(50% - 10px);
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #school .schoolList .schoolListItem .syozai {
    margin-top: 20px;
    display: flex;
    gap: 15px;
    line-height: 1.3;
  }
  #school .schoolList .schoolListItem .syozai dt {
    padding: 10px 13px;
    font-size: 18px;
  }
  #school .schoolList .schoolListItem .syozai dd {
    font-size: 18px;
  }
  #school .schoolList .schoolListItem .gakku {
    margin-top: 15px;
    display: flex;
    gap: 15px;
    line-height: 1.3;
  }
  #school .schoolList .schoolListItem .gakku dt {
    padding: 10px 13px;
    font-size: 18px;
  }
  #school .schoolList .schoolListItem .gakku dd {
    font-size: 18px;
  }
  #curriculum {
    padding: 130px 0;
    background: url(../images/bg_note_pc.png) no-repeat center/cover;
  }
  #curriculum h2 {
    font-size: 50px;
  }
  #curriculum .curriculmTextWrap {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #curriculum .curriculmTextWrap figure {
    width: 30%;
  }
  #curriculum .curriculmTextWrap figure img {
    width: 100%;
  }
  #curriculum .curriculmTextWrap .curriculmText {
    width: 65%;
  }
  #curriculum .curriculmTextWrap .curriculmText p {
    font-size: 32px;
  }
  #curriculum .curriculmTextWrap .curriculmText ul {
    margin-top: 20px;
  }
  #curriculum .curriculmTextWrap .curriculmText ul li {
    font-size: 34px;
    padding-left: 45px;
  }
  #curriculum .curriculmTextWrap .curriculmText ul li:before {
    content: "";
    display: inline-block;
    background: url(../images/icon_check.svg) no-repeat center/cover;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 0;
    top: calc(50% - 19px);
  }
  #curriculum .curriculumStep {
    margin: 80px auto 0;
    max-width: 690px;
  }
  #curriculum .curriculumStep dl > div {
    display: flex;
    align-items: center;
    border: 6px solid #1058AB;
    padding: 18px 20px;
    border-radius: 30px;
    margin-bottom: 80px;
  }
  #curriculum .curriculumStep dl > div::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 38px solid transparent;
    border-left: 38px solid transparent;
    border-top: 39px solid #1058AB;
    border-bottom: 0;
    position: absolute;
    bottom: -68px;
    left: calc(50% - 38px);
  }
  #curriculum .curriculumStep dl > div dt {
    width: 106px;
    height: 106px;
    font-size: 40px;
    flex: none;
  }
  #curriculum .curriculumStep dl > div dd {
    font-size: 32px;
    padding-left: 20px;
  }
  #curriculum .curriculumStep dl > div dd span {
    display: block;
    font-size: 34px;
  }
  #curriculum .scheduleImg {
    padding-top: 30px;
  }
  #step {
    padding: 80px 0;
  }
  #step h2 img {
    max-width: 620px;
  }
  #step .stepList {
    margin-top: 44px;
  }
  #step .stepList dl > div {
    border-radius: 30px;
    padding: 35px 35px;
    display: flex;
    margin-bottom: 50px;
  }
  #step .stepList dl > div::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 24px solid transparent;
    border-left: 24px solid transparent;
    border-top: 24px solid #FF8B00;
    border-bottom: 0;
    position: absolute;
    bottom: -37px;
    left: calc(50% - 24px);
  }
  #step .stepList dl > div dt {
    width: 70px;
    flex: none;
  }
  #step .stepList dl > div dd {
    padding-left: 38px;
  }
  #step .stepList dl > div dd h3 {
    font-size: 40px;
  }
  #step .stepList dl > div dd p {
    font-size: 28px;
    margin-top: 10px;
  }
  #step .stepList dl > div dd h4 {
    font-size: 28px;
    min-width: 230px;
    border-radius: 20px;
    margin-top: 15px;
    padding: 7px 20px;
  }
  #step .startText {
    padding-top: 20px;
  }
  #step .startText p:nth-of-type(1) {
    font-size: 34px;
    color: #464646;
  }
  #step .startText p:nth-of-type(2) {
    font-size: 90px;
    color: #FF8B00;
    margin-top: 10px;
  }
  #qa {
    padding: 90px 0 108px;
  }
  #qa h2 {
    font-size: 50px;
  }
  #qa .qaList {
    margin-top: 35px;
  }
  #qa .qaList > div + div {
    margin-top: 3px;
  }
  #qa .qaList > div dt {
    font-size: 26px;
    padding: 20px 80px;
    cursor: pointer;
    transition: 0.3s;
  }
  #qa .qaList > div dt:hover {
    opacity: 0.7;
  }
  #qa .qaList > div dt:before {
    content: "Q";
    font-weight: 900;
    font-size: 32px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    position: absolute;
    left: 19px;
    top: 19px;
    background-color: #1058AB;
  }
  #qa .qaList > div dt:after {
    content: "";
    display: inline-block;
    background: url(../images/plus.svg) no-repeat center/cover;
    width: 30px;
    height: 30px;
    position: absolute;
    top: calc(50% - 15px);
    right: 20px;
  }
  #qa .qaList > div dt.open:after {
    content: "";
    display: inline-block;
    background: url(../images/minus.svg) no-repeat center/cover;
    width: 30px;
    height: 6px;
    position: absolute;
    top: calc(50% - 3px);
    right: 20px;
  }
  #qa .qaList > div dd {
    font-size: 18px;
    padding: 27px 0 30px 80px;
  }
  #qa .qaList > div dd:before {
    content: "A";
    font-weight: 900;
    font-size: 32px;
    color: #1058AB;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    position: absolute;
    left: 19px;
    top: 19px;
    background-color: #fff;
    border: 2px solid #1058AB;
  }
  #footer {
    padding: 90px 0 60px;
  }
  #footer .footerLogo {
    text-align: center;
  }
  #footer .footerLogo img {
    max-width: 334px;
  }
  #footer .footerTitle {
    font-size: 28px;
    margin-top: 20px;
  }
  #footer .footerInfo {
    text-align: center;
  }
  #footer .footerInfo p {
    text-align: left;
    display: inline-block;
    margin-top: 30px;
    font-size: 18px;
  }
  #footer .copyright {
    margin-top: 100px;
    text-align: center;
    font-size: 14px;
  }
  #point3 h2 {
    padding: 88px 0 37px;
  }
  #point3 h2 img {
    max-width: 610px;
  }
  #point3 .point3List .point3Item {
    padding: 60px 0 70px;
  }
  #point3 .point3List .point3Item h3 {
    margin-bottom: 40px;
  }
  #point3 .point3List .point3Item h3 + p {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 40px;
  }
  #point3 .point3List .point3Item .col2 {
    display: flex;
  }
  #point3 .point3List .point3Item .col2 > div {
    flex: 1;
  }
  #point3 .point3List .point3Item .col2 > div figure {
    margin-top: 50px;
  }
  #point3 .point3List .point3Item .col2 > figure {
    flex: 1;
    text-align: center;
  }
  #point3 .point3List .point3Item .col2 p {
    font-size: 24px;
    font-weight: 700;
    padding-right: 40px;
  }
  #gimon {
    background: url(../images/bg_yellow.png) no-repeat center/cover;
    padding: 60px 0 38px;
  }
  #gimon:before {
    content: "";
    display: inline-block;
    background: url(../images/gimon_title.svg) no-repeat center/cover;
    width: 300px;
    height: 85px;
    position: absolute;
    left: calc(50% - 150px);
    top: -42px;
  }
  #gimon .gimonInner {
    max-width: 690px;
    margin: 0 auto;
  }
  #gimon h2 {
    font-size: 50px;
  }
  #gimon .gimonBox {
    margin-top: 25px;
    border-radius: 30px;
    overflow: hidden;
  }
  #gimon .gimonBox h3 {
    font-size: 32px;
    padding: 12px;
  }
  #gimon .gimonBox .gimonText {
    font-size: 37px;
    padding: 30px 15px;
  }
  #campaign {
    padding: 70px 0 60px;
  }
  #campaign h2 {
    text-align: center;
  }
  #campaign .campaignList {
    margin-top: 35px;
  }
  #parentsVoice {
    padding: 60px 0 70px;
    background: url(../images/bg_mizutama_orange.png) repeat;
  }
  #parentsVoice h2 {
    text-align: center;
    margin-bottom: 90px;
  }
  #parentsVoice h2 img {
    max-width: 416px;
  }
  #parentsVoice .parentsVoiceBox {
    border-radius: 30px;
    padding: 75px 50px 44px 150px;
  }
  #parentsVoice .parentsVoiceBox + .parentsVoiceBox {
    margin-top: 70px;
  }
  #parentsVoice .parentsVoiceBox h3 {
    min-width: 290px;
    font-size: 30px;
    padding: 13px 20px;
    position: absolute;
    top: 0;
    left: 50%;
    border-radius: 12px;
    transform: translate(-50%, -50%);
  }
  #parentsVoice .parentsVoiceBox .titleWrap figure {
    position: absolute;
    left: 28px;
    top: 77px;
  }
  #parentsVoice .parentsVoiceBox .titleWrap h4 {
    font-size: 36px;
  }
  #parentsVoice .parentsVoiceBox .parentsVoiceCont {
    margin-top: 20px;
  }
  #parentsVoice .parentsVoiceBox .parentsVoiceCont p {
    font-size: 18px;
  }
  #parentsVoice .parentsVoiceBox .readMore {
    padding-right: 60px;
    padding-bottom: 21px;
    margin-top: 50px;
    transition: 0.3s;
  }
  #parentsVoice .parentsVoiceBox .readMore:hover {
    opacity: 0.7;
  }
  #parentsVoice .parentsVoiceBox .readMore:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 18px solid transparent;
    border-left: 18px solid transparent;
    border-top: 18px solid #1058AB;
    border-bottom: 0;
    position: absolute;
    left: calc(50% - 48px);
    bottom: 0px;
  }
  /* ココから下には記入禁止 */
  .forSP {
    display: none !important;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1023px) {
  h2, h3, h4 {
    line-height: 1.3;
  }
  /* ココから下には記入禁止 */
}
/*# sourceMappingURL=map/styles.css.map */
