@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1, h2,
h3, h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

ul {
  margin: 0;
  padding: 0;
}

table, th, td {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-collapse: collapse;
  border-spacing: 0px;
}

dl, dt, dd {
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

:root {
  --brand-color: #005BAB;
  --asGrayLine:#ccc;
  --txt-color: #333;
  --margin: margin;
}

/* COMMON =========================================================================*/
html {
  font-size: 62.5%;
  font-weight: 700;
  overflow-x: hidden;
  scroll-padding-top: 100px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  position: relative;
}

main {
  margin-top: 70px;
}

.example {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.yakuhan {
  -webkit-font-feature-settings: "halt";
          font-feature-settings: "halt";
}

.palt-all {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.yakuhan-only {
  -webkit-font-feature-settings: "halt";
          font-feature-settings: "halt";
}

body {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
}

header .fixedWidth {
  width: 100%;
}

.fixedWidth {
  max-width: 1200px !important;
  margin: auto;
}

/*header*/
header {
  -webkit-box-shadow: 0 0 7px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 7px 5px rgba(0, 0, 0, 0.16);
  font-size: 62.5%;
  font-size: 1.6rem;
  background: rgb(255, 255, 255);
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100vw;
  background: rgb(255, 255, 255);
}
header .headerUpside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
header .fixedWidth {
  width: 100%;
}
header h1 {
  padding-left: 10px;
  margin: 0 !important;
}
header h1 a {
  text-decoration: none;
  display: block;
  width: 190px;
  margin: 10px 0;
}
header h1 a img {
  width: 100%;
  display: block;
}
header .haederCTA {
  display: none;
}

.callToAction {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}
.callToAction a {
  display: block;
}

#subNav {
  display: none;
}

.headerUpside {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#mainNavTrigger {
  width: 66px;
  height: 66px;
  background: center/cover url(/sundai/wp-content/themes/sundai/images/menu_open.svg), var(--brand-color);
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
#mainNavTrigger.active {
  background: center/cover url(/sundai/wp-content/themes/sundai/images/menu_close.svg), var(--brand-color);
}

#mainNav {
  background: #fff;
  display: none;
  position: absolute;
  top: 66px;
  width: 100%;
  z-index: -1;
}
#mainNav .callToAction {
  font-family: "Noto Sans JP", sans-serif;
  padding: 1em;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 54px 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  font-weight: 500;
}
#mainNav .callToAction li.freeTrial {
  background: url(/sundai/wp-content/themes/sundai/images/cta_bg_exp.svg) center center no-repeat;
  background-size: cover;
}
#mainNav .callToAction li.freeTrial a {
  text-shadow: 2px 2px 1px #6EBA2D, -2px 2px 1px #6EBA2D, 2px -2px 1px #6EBA2D, -2px -2px 1px #6EBA2D, 2px 0px 1px #6EBA2D, 0px 2px 1px #6EBA2D, -2px 0px 1px #6EBA2D, 0px -2px 1px #6EBA2D;
}
#mainNav .callToAction li.documentRequest {
  background: url(/sundai/wp-content/themes/sundai/images/cta_bg_doc.svg) center center no-repeat;
  background-size: cover;
}
#mainNav .callToAction li.documentRequest a {
  text-shadow: 2px 2px 1px #FF9934, -2px 2px 1px #FF9934, 2px -2px 1px #FF9934, -2px -2px 1px #FF9934, 2px 0px 1px #FF9934, 0px 2px 1px #FF9934, -2px 0px 1px #FF9934, 0px -2px 1px #FF9934;
}
#mainNav .callToAction li.freedaial {
  background: url(/sundai/wp-content/themes/sundai/images/cta_bg_tel.svg) center center no-repeat;
  background-size: cover;
  background-color: green;
  color: #fff;
  border-radius: 6px;
  grid-area: 2/1/3/3;
}
#mainNav .callToAction li.freedaial a {
  display: grid;
  grid-template-columns: 40px 220px;
  row-gap: 5px;
  line-height: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#mainNav .callToAction li.freedaial a img {
  grid-area: 1/1/2/2;
}
#mainNav .callToAction li.freedaial a .arial {
  white-space: nowrap;
  font-family: sans-serif;
  grid-area: 1/2/2/3;
  font-size: 3rem;
  line-height: 1;
  padding-left: 6px;
  letter-spacing: 0.05em;
  text-shadow: 2px 2px 1px rgba(24, 148, 59, 0.2), -2px 2px 1px rgba(24, 148, 59, 0.2), 2px -2px 1px rgba(24, 148, 59, 0.2), -2px -2px 1px rgba(24, 148, 59, 0.2), 2px 0px 1px rgba(24, 148, 59, 0.2), 0px 2px 1px rgba(24, 148, 59, 0.2), -2px 0px 1px rgba(24, 148, 59, 0.2), 0px -2px 1px rgba(24, 148, 59, 0.2);
}
#mainNav .callToAction li.freedaial a .reception {
  font-size: 1.2rem;
  grid-area: 2/2/3/3;
}
#mainNav .callToAction li:not(.freedaial) {
  border-radius: 6px;
  color: #fff;
  font-size: 2rem;
}
#mainNav .callToAction li:not(.freedaial) a {
  text-decoration: none !important;
  padding: 15px 5px 15px 15px;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  color: #fff !important;
}
#mainNav .callToAction li:not(.freedaial) a span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
#mainNav .callToAction li:not(.freedaial) a:after {
  font-family: "Material Icons Outlined";
  content: "\e5e1";
}
#mainNav .callToAction li:not(.freedaial) a:hover {
  color: #fff !important;
}
#mainNav .callToAction .freedaial a {
  text-decoration: none;
  padding: 15px;
  width: 100%;
  display: block;
  display: grid;
  place-content: center;
}
#mainNav .callToAction .freedaial a div {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#mainNav .callToAction .freedaial a img {
  width: auto;
  height: 1.5em !important;
  grid-area: 1/1/2/2;
}

ul.mainNav > li a {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  color: var(--txt-color) !important;
}
ul.mainNav li.hasSubNav > a::after {
  font-family: "Material Icons Outlined";
  content: "\e145";
  font-size: 2.4rem;
  color: var(--brand-color);
}
ul.mainNav li.hasSubNav.closed > a::after {
  font-family: "Material Icons Outlined";
  content: "\e15b";
}
ul.mainNav .sp_course {
  display: block;
}

li.hasSubNav.active > a::after {
  content: "\e15b";
}

ul .mainNav > li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ccc;
}
ul .subFeatures {
  padding-left: 1em;
}
ul .subFeatures a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
ul .subFeatures a::before {
  font-family: "Material Icons Outlined";
  content: "\e5e1";
  margin-right: 0.5rem;
  color: var(--brand-color);
}

@media screen and (min-width: 1024px) {
  #mainNav {
    width: 50%;
    right: 0px;
  }
}
@media screen and (min-width: 1024px) {
  #goto-info {
    display: none;
  }
  #mainNavTrigger {
    display: none;
  }
  header {
    padding-top: 10px;
    -webkit-box-shadow: 0 0 7px 5px rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 7px 5px rgba(0, 0, 0, 0.16);
  }
  header h1 {
    padding-left: 0px;
  }
  header h1 a {
    display: block;
    width: 320px;
  }
  .headerUpside {
    -webkit-box-shadow: none;
            box-shadow: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .headerUpside .haederCTA {
    margin: 0;
    display: grid;
    grid-template-columns: 340px repeat(2, 180px);
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    padding-right: 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    text-decoration: none !important;
  }
  .headerUpside .haederCTA li.freedaial {
    border-radius: 6px;
    background: url(/sundai/wp-content/themes/sundai/images/cta_bg_tel.svg) center center no-repeat;
    background-size: cover;
    background-color: green;
  }
  .headerUpside .haederCTA li.freeTrial {
    background: url(/sundai/wp-content/themes/sundai/images/cta_bg_exp.svg) center center no-repeat;
    background-size: cover;
  }
  .headerUpside .haederCTA li.documentRequest {
    background: url(/sundai/wp-content/themes/sundai/images/cta_bg_doc.svg) center center no-repeat;
    background-size: cover;
  }
  .headerUpside .haederCTA li.documentRequest a {
    text-shadow: 2px 2px 1px #FF9934, -2px 2px 1px #FF9934, 2px -2px 1px #FF9934, -2px -2px 1px #FF9934, 2px 0px 1px #FF9934, 0px 2px 1px #FF9934, -2px 0px 1px #FF9934, 0px -2px 1px #FF9934;
  }
  .headerUpside .haederCTA li.freeTrial a {
    text-shadow: 2px 2px 1px #6EBA2D, -2px 2px 1px #6EBA2D, 2px -2px 1px #6EBA2D, -2px -2px 1px #6EBA2D, 2px 0px 1px #6EBA2D, 0px 2px 1px #6EBA2D, -2px 0px 1px #6EBA2D, 0px -2px 1px #6EBA2D;
  }
  .headerUpside .haederCTA li.freeTrial,
  .headerUpside .haederCTA li.documentRequest {
    border-radius: 6px;
    color: #fff;
  }
  .headerUpside .haederCTA li.freeTrial a,
  .headerUpside .haederCTA li.documentRequest a {
    letter-spacing: 2px;
    font-size: 2rem;
    text-decoration: none !important;
    padding: 5px 5px 5px 10px;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  .headerUpside .haederCTA li.freeTrial a span,
  .headerUpside .haederCTA li.documentRequest a span {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
  }
  .headerUpside .haederCTA li.freeTrial a:after,
  .headerUpside .haederCTA li.documentRequest a:after {
    font-family: "Material Icons Outlined";
    content: "\e5e1";
  }
  .headerUpside .haederCTA li.freeTrial a:hover,
  .headerUpside .haederCTA li.documentRequest a:hover {
    color: #fff !important;
  }
  .headerUpside .haederCTA li.freeTrial a:visited,
  .headerUpside .haederCTA li.documentRequest a:visited {
    color: #fff !important;
  }
  .headerUpside .haederCTA .freedaial {
    padding: 10px 5px 5px 5px;
  }
  .headerUpside .haederCTA .freedaial a {
    color: #fff;
    text-decoration: none;
    display: grid;
    grid-template-columns: 40px 220px;
    grid-template-rows: 1fr 1fr;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .headerUpside .haederCTA .freedaial a img {
    width: 40px;
    height: auto;
    grid-area: 1/1/2/2;
  }
  .headerUpside .haederCTA .freedaial a span.arial {
    white-space: nowrap;
    line-height: 1;
    grid-area: 1/2/2/3;
    font-size: 3rem;
    padding-left: 6px;
    letter-spacing: 0.05em;
    text-shadow: 2px 2px 1px rgba(24, 148, 59, 0.2), -2px 2px 1px rgba(24, 148, 59, 0.2), 2px -2px 1px rgba(24, 148, 59, 0.2), -2px -2px 1px rgba(24, 148, 59, 0.2), 2px 0px 1px rgba(24, 148, 59, 0.2), 0px 2px 1px rgba(24, 148, 59, 0.2), -2px 0px 1px rgba(24, 148, 59, 0.2), 0px -2px 1px rgba(24, 148, 59, 0.2);
  }
  .headerUpside .haederCTA .freedaial a .reception {
    grid-area: 2/2/3/3;
    font-size: 1.2rem;
  }
  #mainNav {
    display: block;
    position: inherit;
    background: none;
    width: 100%;
    padding: 20px 0;
  }
  #mainNav .callToAction {
    display: none;
  }
  ul.mainNav {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
  ul.mainNav > li {
    border-left: 1px solid #9f9f9f;
  }
  ul.mainNav > li a {
    text-decoration: none;
    padding: 0 2.4rem;
    border-bottom: none !important;
  }
  ul.mainNav > li a:hover {
    cursor: pointer;
  }
  ul.mainNav > li:last-child {
    border-right: 1px solid #9f9f9f;
  }
  ul.mainNav li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: initial;
    border-bottom: none;
  }
  ul.mainNav li.hasSubNav > a::after {
    content: none !important;
  }
  ul.mainNav li.hasSubNav:hover ul.subNav {
    display: block;
  }
  ul.mainNav .sp_course {
    display: none;
  }
  ul.mainNav #subNavTrigger {
    display: block;
  }
  #subNavTrigger > #subNav {
    display: none;
    position: absolute;
    padding: 1.6rem 2.4rem 0 2.4rem;
    background: rgba(255, 255, 255, 0.92);
    border-bottom: none !important;
  }
  #subNavTrigger > #subNav h4 {
    font-weight: bold;
    color: var(--brand-color);
  }
  #subNavTrigger ul.subFeatures {
    padding-left: 1em;
    border-bottom: 1px solid #ccc;
    padding: 0 0 0.5em 0;
    margin-bottom: 0.5em;
    width: 12em;
  }
  #subNavTrigger ul.subFeatures li {
    line-height: 2;
    padding: 0;
  }
  #subNavTrigger ul.subFeatures li a {
    padding: 0;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    border-left: none;
    white-space: nowrap;
  }
  #subNavTrigger ul.subFeatures li a:before {
    content: none;
  }
  #subNavTrigger ul.subFeatures li a:after {
    font-family: "Material Icons Outlined";
    margin-left: 10px;
    content: "\e5e1";
    color: var(--brand-color);
  }
  #subNav > ul:last-child {
    border-bottom: none;
  }
}
footer {
  margin: 40px auto;
}
@media screen and (min-width: 1024px) {
  footer {
    margin: 60px auto;
  }
}
footer ul,
footer li {
  margin: 0;
  padding: 0;
}
footer ul a,
footer li a {
  text-decoration: none;
}
footer .footermenu {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(5, auto);
  text-align: center;
  width: 100%;
}
footer .footermenu div {
  grid-area: 5/1/6/2;
  font-size: 1rem;
}
footer .footermenu div img {
  width: 160px;
  margin: 30px auto 0 auto;
}
@media screen and (min-width: 1024px) {
  footer .footermenu div img {
    margin: 0 auto;
  }
}
footer .footermenu li {
  border-top: 1px solid #ccc;
}
footer .footermenu li a {
  display: block;
  margin-bottom: 0.25em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5em 5px;
}
footer .footermenu li a:after {
  margin-right: 5px;
  font-family: "Material Icons Outlined";
  content: "\e5e1";
  color: var(--brand-color);
}
footer .footermenu .kensaku {
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 1024px) {
  footer .footermenu .kensaku {
    border-bottom: none;
  }
}
footer .footermenu .nolink {
  display: none;
}
@media screen and (min-width: 1024px) {
  footer .footermenu .nolink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  footer .footermenu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: left;
    display: grid;
    gap: 20px;
    grid-template-columns: 240px minmax(220px, 320px) repeat(3, minmax(8em, 10em));
    grid-template-rows: auto;
  }
  footer .footermenu div {
    grid-area: 1/1/2/2;
    font-size: 1rem;
  }
  footer .footermenu div img {
    width: 160px;
  }
  footer .footermenu li {
    padding: 0;
    border-top: none;
    margin-bottom: 0.25em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  footer .footermenu li:before {
    margin-right: 5px;
    font-family: "Material Icons Outlined";
    content: "\e038";
    color: var(--brand-color);
  }
  footer .footermenu li a {
    padding: 0;
  }
  footer .footermenu li a:after {
    content: none;
  }
  footer .footermenu ul.sublist li {
    font-size: 1.4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  footer .footermenu ul.sublist li:before {
    margin-right: 5px;
    font-family: "Material Icons Outlined";
    content: "\e5e1";
    color: var(--brand-color);
  }
}
footer .footerlinks {
  font-size: 1.4rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: underline;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1024px) {
  footer .footerlinks {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    text-decoration: none;
  }
}
footer .footerlinks li {
  margin: 0 1em;
  margin-bottom: 0.5em;
}
footer .copyright {
  text-align: center;
  font-size: 1rem;
}

.txtCenter {
  text-align: center;
}

.sp-only {
  display: block;
}

.pc-only {
  display: none;
}

@media screen and (min-width: 1024px) {
  main {
    margin-top: 180px;
  }
  .ctr {
    text-align: center;
  }
  .sp-only {
    display: none;
  }
  .pc-only {
    display: block;
  }
  .form_main {
    margin-top: 110px !important;
  }
}
.contents {
  max-width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .contents {
    max-width: 1024px;
  }
}

ul {
  list-style: none;
}

img {
  margin: 0;
  max-width: 100%;
  width: 100%;
  height: auto;
  border: none;
  vertical-align: middle;
}

a:hover {
  opacity: 0.7;
}

.breadcrumb a {
  color: var(--brand-color);
}

.breadcrumbs a {
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
}

.breadcrumbs a > span:after {
  font-family: "Material Icons Outlined";
  content: "\e5e1";
  display: inline-block;
  color: #00468c;
  margin: 0 0 0 0.5em;
}

.breadcrumb {
  width: 95%;
  font-size: 1.6rem;
  margin: 0 auto;
  max-width: 1200px;
  text-wrap: initial;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 15px 0;
  list-style: none;
}

.bc_school {
  max-width: 1030px;
  width: 100%;
  margin: auto;
  padding: 15px;
}

.breadcrumb::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.breadcrumb::-webkit-scrollbar-track {
  background-color: #ccc;
  border-radius: 3px;
}

.breadcrumb::-webkit-scrollbar-thumb {
  background-color: #00468c;
  border-radius: 3px;
}

.sub_header {
  position: relative;
  max-width: 1200px;
  height: 360px;
  background-size: auto 300px;
  background: url(https://cdn.speedsize.com/8fd7b43b-c4f9-41dc-8a59-b968a668906d/https://www.kaisei-group.co.jp/sundai/wp-content/themes/sundai/images/reasons/reason_main3.jpg) right -270px center no-repeat;
}

#reason_main1 {
  background: url(https://cdn.speedsize.com/8fd7b43b-c4f9-41dc-8a59-b968a668906d/https://www.kaisei-group.co.jp/sundai/wp-content/themes/sundai/images/reasons/reason_main1.jpg) right -140px top no-repeat;
  background-size: auto 300px !important;
}

#reason_main2 {
  background: url(https://cdn.speedsize.com/8fd7b43b-c4f9-41dc-8a59-b968a668906d/https://www.kaisei-group.co.jp/sundai/wp-content/themes/sundai/images/reasons/reason_main2.jpg) right -125px top no-repeat;
  background-size: auto 300px !important;
}

#reason_main3 {
  background: url(https://cdn.speedsize.com/8fd7b43b-c4f9-41dc-8a59-b968a668906d/https://www.kaisei-group.co.jp/sundai/wp-content/themes/sundai/images/reasons/reason_main3.jpg) right -200px top no-repeat;
  background-size: auto 300px !important;
}

#reason_main4 {
  height: 330px;
  background: url(https://cdn.speedsize.com/8fd7b43b-c4f9-41dc-8a59-b968a668906d/https://www.kaisei-group.co.jp/sundai/wp-content/themes/sundai/images/reasons/reason_main4.jpg) right -125px top no-repeat;
  background-size: auto 300px !important;
}

#reason_main5 {
  background: url(https://cdn.speedsize.com/8fd7b43b-c4f9-41dc-8a59-b968a668906d/https://www.kaisei-group.co.jp/sundai/wp-content/themes/sundai/images/reasons/reason_main5.jpg) right -125px top no-repeat;
  background-size: auto 300px !important;
}

#school_main {
  background: url(https://cdn.speedsize.com/8fd7b43b-c4f9-41dc-8a59-b968a668906d/https://www.kaisei-group.co.jp/sundai/wp-content/themes/sundai/images/school_main.jpg) right -125px top no-repeat;
  background-size: auto 300px !important;
  height: 380px;
}

#system_main {
  background: url(https://cdn.speedsize.com/8fd7b43b-c4f9-41dc-8a59-b968a668906d/https://www.kaisei-group.co.jp/sundai/wp-content/themes/sundai/images/system_main.jpg) right -125px top no-repeat;
  background-size: auto 300px !important;
  height: 380px;
}

#school_main .copy-txt {
  text-align: center;
}

.school_head {
  background: #00468c;
  padding: 10px 0;
}
.school_head h1 {
  display: block;
  margin: 15px auto;
  max-width: 1030px;
  width: 100%;
  padding: 0 15px;
  color: #fff;
}

.catchcopy {
  position: relative;
  top: 220px;
  text-align: center;
}

.system-r {
  display: block;
  margin: 0 auto;
  border: 1px solid var(--brand-color);
  background: #fff;
  padding: 5px;
  width: 13em;
  color: #005bab;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 600;
  z-index: 9;
}

.five-r {
  display: block;
  margin: 0 auto;
  border: 1px solid var(--brand-color);
  background: #fff;
  padding: 5px;
  width: 10em;
  color: #005bab;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 600;
  z-index: 9;
}

.copy-txt {
  z-index: 8;
  background: var(--brand-color);
  padding: 10px;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  font-size: 2.4rem;
}

#school_main .copy-txt {
  padding: 10px 20px;
}

@media screen and (min-width: 1024px) {
  .sub_header {
    display: grid;
    place-items: center start;
    margin: 0 auto;
    height: 380px;
    max-width: 1200px;
  }
  .sub_header .catchcopy {
    position: initial;
    margin: 0 auto;
    width: 1024px;
    text-align: left;
  }
  .sub_header .system-r {
    border: 1px solid var(--brand-color);
    background: #fff;
    padding: 5px;
    width: 13em;
    color: #005bab;
    text-align: center;
    margin: 0 auto 20px 0;
    font-weight: 600;
  }
  .sub_header .five-r {
    border: 1px solid var(--brand-color);
    background: #fff;
    padding: 5px;
    width: 10em;
    color: #005bab;
    text-align: center;
    margin: 0 auto 20px 0;
    font-weight: 600;
  }
  .sub_header .copy-txt {
    background: var(--brand-color);
    padding: 10px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    font-size: 3rem;
  }
  #reason_main1 {
    background: url(https://cdn.speedsize.com/8fd7b43b-c4f9-41dc-8a59-b968a668906d/https://www.kaisei-group.co.jp/sundai/wp-content/themes/sundai/images/reasons/reason_main1.jpg) center center no-repeat;
    background-size: cover !important;
  }
  #reason_main2 {
    background: url(https://cdn.speedsize.com/8fd7b43b-c4f9-41dc-8a59-b968a668906d/https://www.kaisei-group.co.jp/sundai/wp-content/themes/sundai/images/reasons/reason_main2.jpg) center center no-repeat;
    background-size: cover !important;
  }
  #reason_main3 {
    background: url(https://cdn.speedsize.com/8fd7b43b-c4f9-41dc-8a59-b968a668906d/https://www.kaisei-group.co.jp/sundai/wp-content/themes/sundai/images/reasons/reason_main3.jpg) center center no-repeat;
    background-size: cover !important;
  }
  #reason_main4 {
    background: url(https://cdn.speedsize.com/8fd7b43b-c4f9-41dc-8a59-b968a668906d/https://www.kaisei-group.co.jp/sundai/wp-content/themes/sundai/images/reasons/reason_main4.jpg) center center no-repeat;
    background-size: cover !important;
  }
  #reason_main5 {
    background: url(https://cdn.speedsize.com/8fd7b43b-c4f9-41dc-8a59-b968a668906d/https://www.kaisei-group.co.jp/sundai/wp-content/themes/sundai/images/reasons/reason_main5.jpg) center center no-repeat;
    background-size: cover !important;
  }
  #school_main {
    background: url(https://cdn.speedsize.com/8fd7b43b-c4f9-41dc-8a59-b968a668906d/https://www.kaisei-group.co.jp/sundai/wp-content/themes/sundai/images/school_main.jpg) center center no-repeat;
    background-size: cover !important;
  }
  #system_main {
    background: url(https://cdn.speedsize.com/8fd7b43b-c4f9-41dc-8a59-b968a668906d/https://www.kaisei-group.co.jp/sundai/wp-content/themes/sundai/images/system_main.jpg) center center no-repeat;
    background-size: cover !important;
  }
}
h2.title-bg {
  text-align: center;
  margin: 40px auto;
  font-size: 2rem;
  line-height: 1.3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  border-left: 3px solid var(--brand-color);
  border-right: 3px solid var(--brand-color);
  background: #f7f7f7;
  -webkit-transform: skewX(160deg);
          transform: skewX(160deg); /*傾斜をつける*/
  text-align: center;
  padding: 10px 20px;
  color: var(--brand-color);
}
@media screen and (min-width: 1024px) {
  h2.title-bg {
    max-width: 50%;
    font-size: 2.4rem;
  }
}
h2.title-bg div {
  margin: 0 auto;
  -webkit-transform: skewX(-160deg);
          transform: skewX(-160deg);
}

h2.wbg {
  background: #fff;
}
h2.wbg div {
  margin: 0 auto;
  -webkit-transform: skewX(-160deg);
          transform: skewX(-160deg);
}

.txtlong {
  font-size: 1.8rem !important;
  max-width: 95%;
}
@media screen and (min-width: 1024px) {
  .txtlong {
    max-width: 70% !important;
    font-size: 2.4rem !important;
  }
}

.capture {
  width: 90%;
  max-width: 740px;
  margin: 30px auto;
}

.capture_s {
  width: 90%;
  max-width: 500px;
  margin: 30px auto;
}

.capture_ss {
  width: 90%;
  max-width: 420px;
  margin: 30px auto;
}

.layout-2cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .layout-2cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.contents section {
  margin: 40px auto;
}
@media screen and (min-width: 1024px) {
  .contents section {
    margin: 80px auto;
  }
}

h3.underline {
  text-align: center;
  font-size: 2rem;
  margin: 40px auto;
}
@media screen and (min-width: 1024px) {
  h3.underline {
    margin: 60px auto;
  }
}
h3.underline span {
  line-height: 1.5;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(0, 91, 171, 0.2)));
  background: -webkit-linear-gradient(transparent 70%, rgba(0, 91, 171, 0.2) 70%);
  background: linear-gradient(transparent 70%, rgba(0, 91, 171, 0.2) 70%);
}

.linebox {
  margin: 60px auto 40px auto;
  max-width: 800px;
  padding: 8px;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgb(0, 91, 171);
  color: #fff;
}

.cycle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: grid;
  grid-template-columns: 1fr;
  width: 90%;
  margin: 30px auto;
  max-width: 1024px;
  gap: 10px;
}
.cycle img {
  border: 1px solid #ddd;
}
@media screen and (min-width: 1024px) {
  .cycle {
    grid-template-columns: 240px minmax(10em, 28em);
    gap: 20px;
  }
  .cycle img {
    grid-area: 1/1/2/2;
  }
  .cycle dl {
    grid-area: 1/2/2/3;
  }
}
.cycle dl {
  margin-bottom: 1em;
}
.cycle dt {
  font-weight: 800;
  color: var(--brand-color);
  margin-bottom: 0.5em;
  font-size: 1.8rem;
}
.cycle dt span {
  border-radius: 4px;
  display: inline-block;
  background: var(--brand-color);
  color: #fff;
  padding: 2px 8px;
  margin-right: 5px;
  width: 8em;
  text-align: center;
  display: block;
  margin-bottom: 5px;
}
.cycle dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
.cycle dd:before {
  font-family: "Material Icons Outlined";
  content: "\e5c8";
  color: var(--brand-color);
}

.cycle-step {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(9, auto);
  width: 90%;
  max-width: 1024px;
  grid-template-rows: 1fr;
  gap: 10px;
  margin: 40px auto;
}
@media screen and (min-width: 1024px) {
  .cycle-step {
    grid-template-columns: repeat(9, auto);
  }
}

.cycleimg {
  width: 90%;
  max-width: 400px;
  margin: 40px auto;
}

.coaching {
  margin: 20px auto;
  max-width: 36em;
}
.coaching li {
  font-size: 1.8rem;
  margin-bottom: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.coaching li:before {
  font-size: 3rem;
  display: inline-block;
  margin-right: 5px;
  color: var(--brand-color);
  font-family: "Material Icons Outlined";
  content: "\e5ca";
}

.coaching-point {
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 30px;
}
.coaching-point dt {
  text-align: center;
  padding: 3px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.coaching-point dt:nth-of-type(1) {
  background: var(--brand-color);
}
.coaching-point dt:nth-of-type(2) {
  background: red;
}
.coaching-point dt:nth-of-type(3) {
  background: green;
}
.coaching-point dt span {
  display: inline-block;
  margin-left: 10px;
  font-size: 2.4rem;
}
.coaching-point dd {
  font-size: 1.8rem;
  margin: 0;
}

.onlyone {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 1024px) {
  .onlyone {
    grid-template-columns: 320px auto;
    gap: 30px;
  }
}
.onlyone dl,
.onlyone dt,
.onlyone dd {
  margin: 0;
}
.onlyone dt {
  font-size: 2rem;
  font-weight: 800;
  color: var(--brand-color);
  margin-bottom: 10px;
}

.fig {
  max-width: 600px;
  margin: 0 auto;
}

.data-step {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(7, auto);
  width: 90%;
  max-width: 1024px;
  grid-template-rows: 1fr;
  gap: 10px;
  margin: 40px auto;
}
@media screen and (min-width: 1024px) {
  .data-step {
    grid-template-columns: repeat(7, auto);
  }
}

.step-block {
  border: 2px solid var(--brand-color);
  border-radius: 10px;
  padding: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) {
  .step-block {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
  }
}
.step-block .snum {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 2em;
  background: var(--brand-color);
  color: #fff;
  padding: 5px;
  font-size: 2rem;
  border-radius: 6px 0 10px 0;
}
.step-block .stxt {
  text-align: center;
}
.step-block img {
  margin-top: 5px;
}

.arrows {
  text-align: center;
  background: #005bab;
  height: 17.3205080757px;
  width: 40px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .arrows {
    height: 34.6410161514px;
    width: 25px;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
            clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
}

.threeQ {
  display: grid;
  max-width: 750px;
  grid-template-columns: 100px 1fr;
  grid-template-rows: auto auto auto;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
  margin: 40px auto;
}
.threeQ img {
  width: 100px;
  height: auto;
  margin: 0 auto;
}
.threeQ dt {
  color: var(--brand-color);
  font-weight: 700;
  text-align: left;
  margin-bottom: 0.25em;
}
@media screen and (min-width: 1024px) {
  .threeQ {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
    grid-auto-flow: column;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    row-gap: 20px;
    margin: 40px auto;
  }
  .threeQ img {
    width: 70%;
    height: auto;
    margin: 0 auto;
  }
  .threeQ dt {
    text-align: center;
  }
}

.manabo-step {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  max-width: 700px;
  margin: 20px auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) {
  .manabo-step {
    grid-template-columns: auto 1fr;
  }
}
.manabo-step img {
  width: 240px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .manabo-step img {
    width: 240px;
  }
}
.manabo-step li {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2em;
}
.manabo-step li img {
  height: auto;
  width: 40px;
  margin-right: 10px;
}

.manabo-grid {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
  max-width: 750px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .manabo-grid {
    grid-template-columns: 40% 1fr;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    row-gap: 30px;
  }
}
.manabo-grid dl {
  margin: 0;
}
.manabo-grid dt {
  font-weight: 800;
  color: var(--brand-color);
  margin-bottom: 0.25em;
  font-size: 1.8rem;
}
.manabo-grid dd {
  margin: 0;
}

.minibox {
  padding: 5px;
  border: 1px solid #ccc;
  text-align: center;
  margin: 30px auto;
  width: 16em;
}

.environment {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1024px) {
  .environment {
    grid-template-columns: 320px auto;
    gap: 30px;
    margin: 80px auto;
  }
}
.environment dl,
.environment td,
.environment dd {
  margin: 0;
}
.environment dl {
  margin-top: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .environment dl {
    margin-top: 0;
  }
}
.environment dt {
  font-weight: 800;
  color: var(--brand-color);
  font-size: 2.2rem;
  margin-bottom: 0.25em;
}
@media screen and (min-width: 1024px) {
  .environment dt {
    margin-bottom: 20px;
  }
}

.eventblock {
  margin-bottom: 1em;
}
.eventblock strong {
  display: inline-block;
  margin: 0.5em 0;
  color: var(--brand-color);
}

.eventname {
  text-align: center;
  padding: 3px 5px;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 0.25em;
  background: rgba(0, 91, 171, 0.2);
  min-width: 13em;
}

.mogilead {
  margin: 30px auto;
  max-width: 750px;
}

.mogitable {
  margin: 20px auto;
}
.mogitable th, .mogitable td {
  display: block;
  padding: 1em;
}
@media screen and (min-width: 1024px) {
  .mogitable th, .mogitable td {
    display: table-cell;
    border: 1px solid var(--brand-color);
  }
}
.mogitable th {
  min-width: 18em;
  background: rgba(0, 91, 171, 0.1);
}

.mogi {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin: 40px auto 10px auto;
}
@media screen and (min-width: 1024px) {
  .mogi {
    grid-template-columns: 1fr 1fr;
  }
}
.mogi table th {
  background: var(--brand-color);
  color: #fff;
}
.mogi table .subth th {
  background: #cfd5ea;
  color: inherit;
}
.mogi table th,
.mogi table td {
  border: 1px solid var(--brand-color);
  padding: 3px 5px;
}
.mogi table td:first-child {
  text-align: center;
}

.reason-catch {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 40px;
  color: var(--brand-color);
}
@media screen and (min-width: 1024px) {
  .reason-catch {
    font-size: 2.4rem;
  }
}
.reason-catch span {
  line-height: 1.5;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(0, 91, 171, 0.2)));
  background: -webkit-linear-gradient(transparent 70%, rgba(0, 91, 171, 0.2) 70%);
  background: linear-gradient(transparent 70%, rgba(0, 91, 171, 0.2) 70%);
}

.reason5list {
  font-size: 1.8rem;
  margin: 40px auto;
  max-width: 38em;
}
.reason5list li {
  display: grid;
  grid-template-columns: 24px 1fr;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  align-self: center;
  margin-bottom: 1em;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
.reason5list li span {
  text-align: center;
  margin-right: 0.5em;
  background: rgba(0, 91, 171, 0.2) 70%;
  color: var(--brand-color);
  width: 1.6em !important;
  height: 1.6em !important;
  border-radius: 1em;
}

.cource {
  max-width: 800px;
  margin: 40px auto;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 20px;
}
@media screen and (min-width: 1024px) {
  .cource {
    grid-template-columns: 320px 1fr;
  }
}
.cource dl,
.cource dt,
.cource dd {
  margin: 0;
}
.cource dd {
  font-size: 1.6rem;
}
.cource .cource-txt > dt {
  font-size: 2rem;
  font-weight: 700;
  color: var(--brand-color);
  margin-bottom: 0.25em;
}
.cource .cource-subject {
  margin-top: 40px;
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  row-gap: 5px;
}
.cource .cource-subject dt {
  font-weight: 700;
  text-align: right;
}

.cource-titlte1 {
  background: #00ab0b;
}

.cource-titlte2 {
  background: #ff9c00;
}

.cource-titlte3 {
  background: #fc5c5c;
}

.cource-titlte4 {
  background: rgb(0, 134, 217);
}

dt.cource-copy1 {
  color: #00ab0b !important;
}

dt.cource-copy2 {
  color: #ff9c00 !important;
}

dt.cource-copy3 {
  color: #fc5c5c !important;
}

dt.cource-copy4 {
  color: #0086d9 !important;
}

dl.cource-subject1 {
  background: rgba(0, 171, 11, 0.1);
  padding: 10px;
}

dl.cource-subject2 {
  background: rgba(255, 156, 0, 0.1);
  padding: 10px;
}

dl.cource-subject3 {
  background: rgba(252, 92, 92, 0.1);
  padding: 10px;
}

dl.cource-subject4:nth-of-type(1) {
  margin-top: 40px;
}

dl.cource-subject4 {
  margin-top: 20px;
  background: rgba(0, 134, 217, 0.1);
  padding: 10px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  row-gap: 5px;
}
dl.cource-subject4 dt {
  font-weight: 700;
  text-align: right;
}
dl.cource-subject4 .cource-sub {
  background: #0086d9;
  padding: 3px;
  text-align: center;
  color: #fff;
  grid-area: 1/1/2/3;
}

#admission_main {
  height: 300px;
  background: url(https://cdn.speedsize.com/8fd7b43b-c4f9-41dc-8a59-b968a668906d/https://www.kaisei-group.co.jp/sundai/wp-content/themes/sundai/images/admission_main.jpg) right -125px center no-repeat;
  background-size: auto 300px !important;
}

@media screen and (min-width: 1024px) {
  #admission_main {
    height: 380px;
    background: url(https://cdn.speedsize.com/8fd7b43b-c4f9-41dc-8a59-b968a668906d/https://www.kaisei-group.co.jp/sundai/wp-content/themes/sundai/images/admission_main.jpg) center center no-repeat;
    background-size: cover !important;
  }
}
.ad-step {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media screen and (min-width: 1024px) {
  .ad-step {
    grid-template-columns: 40px 1fr;
    gap: 20px;
  }
}

.stepbox {
  width: 90%;
  max-width: 750px;
  margin: 0 auto 20px auto;
  border: 2px solid var(--brand-color);
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px;
  position: relative;
  padding: 10px 15px 10px 0;
}
@media screen and (min-width: 1024px) {
  .stepbox {
    margin: 0 auto 40px auto;
    gap: 20px;
  }
}
.stepbox dl,
.stepbox dd {
  margin: 0;
}
.stepbox dt {
  color: var(--brand-color);
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 0.25em;
}

.numbox {
  position: relative;
}

.step-arrow {
  position: relative;
  top: 0px;
  left: -20px;
  text-align: center;
  background: var(--brand-color);
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 5px 10px 8px 30px;
  position: relative;
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.step-arrow:before {
  border-bottom: 15px solid transparent;
  border-right: 20px solid var(--brand-color);
  content: "";
  left: 0;
  position: absolute;
  top: 100%;
}
.step-arrow:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent var(--brand-color);
  position: absolute;
  top: 0;
  right: -16px;
  bottom: 0;
  margin: auto;
}

.number {
  font-family: "urw-din-semi-condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 5rem;
  color: var(--brand-color);
  position: relative;
  left: 10px;
  top: 0;
  line-height: 1;
}

.trial {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 750px;
  margin: 0 auto;
  border: 5px solid #aecde9;
  padding: 20px 15px;
}
.trial dt {
  font-weight: 800px;
  font-size: 2rem;
  color: var(--brand-color);
  margin-bottom: 0.25em;
}

.tri {
  position: relative;
  top: -1px;
  margin: 0 auto 20px auto;
  display: block;
  background: #aecde9;
  content: "";
  height: 25.9807621135px;
  width: 40px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.imgset {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 1024px) {
  .imgset {
    grid-template-columns: 300px 1fr;
  }
}

.kakunin {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  text-align: center;
}
.kakunin dl {
  background: #e5f1fc;
  padding: 10px;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .kakunin dl {
    text-align: center;
  }
}

.mendan {
  text-align: center;
}

.btmmarign0 {
  margin-bottom: 0 !important;
}

#areaSearch {
  margin-top: 0;
}

#fee_main {
  height: 300px;
  background: url(https://cdn.speedsize.com/8fd7b43b-c4f9-41dc-8a59-b968a668906d/https://www.kaisei-group.co.jp/sundai/wp-content/themes/sundai/images/fee_main.jpg) right -125px center no-repeat;
  background-size: auto 300px !important;
}

@media screen and (min-width: 1024px) {
  #fee_main {
    height: 380px;
    background: url(https://cdn.speedsize.com/8fd7b43b-c4f9-41dc-8a59-b968a668906d/https://www.kaisei-group.co.jp/sundai/wp-content/themes/sundai/images/fee_main.jpg) center center no-repeat;
    background-size: cover !important;
  }
}
.plans {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 1024px) {
  .plans {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}
.plans .plan {
  display: grid;
  border: 2px solid var(--brand-color);
  padding: 20px 10px;
  grid-template-columns: 1fr;
  -webkit-box-shadow: 3px 3px 0px 0px rgba(0, 91, 171, 0.2);
          box-shadow: 3px 3px 0px 0px rgba(0, 91, 171, 0.2);
}
@media screen and (min-width: 1024px) {
  .plans .plan {
    padding: 20px;
  }
}
.plans .plan img {
  max-width: 35%;
  margin: 0 auto 20px auto;
}
@media screen and (min-width: 1024px) {
  .plans .plan img {
    max-width: 50%;
  }
}
.plans .plan dl {
  padding: 5px 0 5px 0;
  display: grid;
  grid-template-columns: 5em 1fr;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 0;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  border-top: 1px solid #ccc;
}
@media screen and (min-width: 1024px) {
  .plans .plan dl {
    border-top: none;
  }
}
.plans .plan dt {
  background: #d9e9f9;
  text-align: center;
  padding: 3px;
  color: var(--brand-color);
  font-weight: 700;
}
.plans .plan dd {
  padding: 3px;
  word-break: keep-all;
}
.plans .plan dd:last-child {
  margin-bottom: 0;
}

.lead-txt {
  color: var(--brand-color);
  font-size: 2.2rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .lead-txt {
    font-size: 2.8rem;
  }
}

.lead-txt-sub {
  margin: 40px auto;
}

.lead-txt .underline {
  line-height: 1.5;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(0, 91, 171, 0.2)));
  background: -webkit-linear-gradient(transparent 70%, rgba(0, 91, 171, 0.2) 70%);
  background: linear-gradient(transparent 70%, rgba(0, 91, 171, 0.2) 70%);
}

.discount_detail {
  text-align: center;
  padding: 20px;
  margin: 20px auto;
  border: 1px solid var(--brand-color);
}
@media screen and (min-width: 1024px) {
  .discount_detail {
    max-width: 600px;
  }
}
.discount_detail h3 {
  padding-bottom: 10px;
  margin: 0 auto 20px auto;
  border-bottom: 1px solid #ccc;
}
.discount_detail strong {
  color: var(--brand-color);
  background: #d9e9f9;
  font-size: 2rem;
}

.service_list {
  display: grid;
  grid-template-columns: 1fr;
  margin: 30px auto;
  gap: 20px;
}
.service_list h3 {
  margin: 10px;
  font-size: 1.8rem;
  line-height: 1.3;
  color: var(--brand-color);
}
.service_list li {
  border: 1px solid #ccc;
  -webkit-box-shadow: 3px 3px 0px 0px rgba(0, 91, 171, 0.1);
          box-shadow: 3px 3px 0px 0px rgba(0, 91, 171, 0.1);
}
.service_list p {
  margin: 10px;
}
@media screen and (min-width: 1024px) {
  .service_list {
    max-width: 80%;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}

.otoiawase {
  background: #d9e9f9;
  padding: 20px 20px 40px 20px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 1024px) {
  .otoiawase {
    padding: 30px 40px 50px 40px;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
}
.otoiawase p {
  color: var(--brand-color);
  text-align: center;
  margin-bottom: 1em;
  font-size: 2rem;
}
.otoiawase .documentRequest,
.otoiawase .freedaial {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-decoration: none !important;
  height: 90px !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
}
.otoiawase .documentRequest {
  border-radius: 6px;
  background: url(/sundai/wp-content/themes/sundai/images/cta_bg_doc2.svg) center center no-repeat;
  background-size: cover;
  font-size: 2.4rem;
  text-align: center;
}
.otoiawase .documentRequest a {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  color: #fff;
  padding: 20px;
}
.otoiawase .documentRequest a:after {
  font-family: "Material Icons Outlined";
  content: "\e5e1";
}
.otoiawase .documentRequest a span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.otoiawase .freedaial {
  border-radius: 6px;
  background: url(/sundai/wp-content/themes/sundai/images/cta_bg_tel.svg) center center no-repeat;
  background-size: cover;
}
.otoiawase .freedaial a {
  color: #fff;
  text-decoration: none;
  display: grid;
  grid-template-columns: 40px 220px;
  grid-template-rows: 1fr 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.otoiawase .freedaial a img {
  width: 40px;
  height: auto;
  grid-area: 1/1/2/2;
}
.otoiawase .freedaial a .arial {
  line-height: 1;
  grid-area: 1/2/2/3;
  font-size: 3rem;
  padding-left: 6px;
  letter-spacing: 0.05em;
  text-shadow: 2px 2px 1px rgba(24, 148, 59, 0.2), -2px 2px 1px rgba(24, 148, 59, 0.2), 2px -2px 1px rgba(24, 148, 59, 0.2), -2px -2px 1px rgba(24, 148, 59, 0.2), 2px 0px 1px rgba(24, 148, 59, 0.2), 0px 2px 1px rgba(24, 148, 59, 0.2), -2px 0px 1px rgba(24, 148, 59, 0.2), 0px -2px 1px rgba(24, 148, 59, 0.2);
}
.otoiawase .freedaial a .reception {
  grid-area: 2/2/3/3;
  font-size: 1.2rem;
}

#features {
  background: rgba(0, 91, 171, 0.05);
  padding: 40px 0;
}
@media screen and (min-width: 1024px) {
  #features {
    padding: 60px 0;
  }
}
#features h2 {
  margin-top: 0 !important;
}
#features .features_sub {
  font-size: 1.8rem;
  margin: 20px auto;
}
@media screen and (min-width: 1024px) {
  #features .features_sub {
    margin: 40px auto;
  }
}
#features .features_sub span {
  color: var(--brand-color);
}

.features,
.features2 {
  max-width: 1024px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 1024px) {
  .features,
  .features2 {
    gap: 40px;
  }
}
.features > div,
.features2 > div {
  display: grid;
  grid-template-columns: 55% auto;
  grid-template-rows: repeat(3, auto);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) {
  .features > div,
  .features2 > div {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto auto;
    gap: 10px;
    text-align: center;
  }
  .features > div img,
  .features2 > div img {
    margin: 10px 0;
  }
}
.features > div img:first-of-type,
.features2 > div img:first-of-type {
  grid-area: 1/1/2/2;
}
.features > div h3,
.features2 > div h3 {
  font-weight: 600;
  font-size: 1.6rem;
  grid-area: 2/1/3/2;
}
.features > div a,
.features2 > div a {
  grid-area: 3/1/4/2;
}
.features > div img:last-of-type,
.features2 > div img:last-of-type {
  margin: 0;
  grid-area: 1/2/4/3;
}
@media screen and (min-width: 1024px) {
  .features > div img:first-of-type,
  .features2 > div img:first-of-type {
    grid-area: initial;
  }
  .features > div h3,
  .features2 > div h3 {
    font-size: 1.6rem;
    grid-area: initial;
  }
  .features > div a,
  .features2 > div a {
    grid-area: initial;
  }
  .features > div img:last-of-type,
  .features2 > div img:last-of-type {
    margin: 0;
    grid-area: initial;
  }
}
.features > div,
.features2 > div {
  background: #fff;
  padding: 20px 10px;
  -webkit-box-shadow: 3px 3px 4px 0px rgba(0, 91, 171, 0.1);
          box-shadow: 3px 3px 4px 0px rgba(0, 91, 171, 0.1);
}
.features > div h3,
.features2 > div h3 {
  text-align: center;
  margin: 0;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .features > div h3,
  .features2 > div h3 {
    text-align: center;
    font-size: 1.8rem;
  }
}
.features > div a,
.features2 > div a {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  color: #fff;
  background: var(--brand-color);
  padding: 5px 30px;
}
.features > div a:after,
.features2 > div a:after {
  font-family: "Material Icons Outlined";
  content: "\e5e1";
  margin-left: 10px;
}
.features > div .point,
.features2 > div .point {
  width: 40%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .features > div .point,
  .features2 > div .point {
    width: 50%;
  }
}
.features > div img,
.features2 > div img {
  margin: 10px 0;
}

.features {
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .features {
    margin-bottom: 30px;
    grid-template-columns: repeat(3, minmax(200px, 320px));
  }
}

@media screen and (min-width: 1024px) {
  .features2 {
    grid-template-columns: repeat(2, minmax(200px, 320px));
  }
}

.pageBottomCTA {
  padding: 40px 20px;
  background: #005BAB;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .pageBottomCTA {
    padding: 60px 20px 70px 20px;
  }
}
.pageBottomCTA h2 {
  margin: 0 auto;
  line-height: 150% !important;
  text-align: center;
  font-size: 2rem;
}
@media screen and (min-width: 1024px) {
  .pageBottomCTA h2 {
    font-size: 2.4rem;
  }
}
.pageBottomCTA .subCTAtxt {
  margin-top: 20px;
  font-size: 1.6rem;
  text-align: center;
}
.pageBottomCTA .subCTAtxt + .commonCTA {
  margin-top: 30px;
}

.commonCTA {
  padding: 0;
  margin: 40px 0 0 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-decoration: none !important;
}
@media screen and (min-width: 1024px) {
  .commonCTA {
    grid-template-columns: repeat(3, 320px);
    grid-template-rows: 1fr;
  }
}
.commonCTA li.freedaial {
  border-radius: 6px;
  background: url(/sundai/wp-content/themes/sundai/images/cta_bg_tel.svg) center center no-repeat;
  background-size: cover;
}
.commonCTA li.freeTrial {
  background: url(/sundai/wp-content/themes/sundai/images/cta_bg_exp2.svg) center center no-repeat;
  background-size: cover;
}
.commonCTA li.documentRequest {
  background: url(/sundai/wp-content/themes/sundai/images/cta_bg_doc2.svg) center center no-repeat;
  background-size: cover;
}
.commonCTA li.documentRequest a {
  text-shadow: 2px 2px 1px #FF9934, -2px 2px 1px #FF9934, 2px -2px 1px #FF9934, -2px -2px 1px #FF9934, 2px 0px 1px #FF9934, 0px 2px 1px #FF9934, -2px 0px 1px #FF9934, 0px -2px 1px #FF9934;
}
.commonCTA li.freeTrial a {
  text-shadow: 2px 2px 1px #6EBA2D, -2px 2px 1px #6EBA2D, 2px -2px 1px #6EBA2D, -2px -2px 1px #6EBA2D, 2px 0px 1px #6EBA2D, 0px 2px 1px #6EBA2D, -2px 0px 1px #6EBA2D, 0px -2px 1px #6EBA2D;
}
.commonCTA li.freeTrial,
.commonCTA li.documentRequest {
  border-radius: 6px;
  color: #fff;
}
.commonCTA li.freeTrial a,
.commonCTA li.documentRequest a {
  letter-spacing: 2px;
  font-size: 2.4rem;
  text-decoration: none !important;
  padding: 5px 5px 5px 10px;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.commonCTA li.freeTrial a span,
.commonCTA li.documentRequest a span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.commonCTA li.freeTrial a:after,
.commonCTA li.documentRequest a:after {
  font-family: "Material Icons Outlined";
  content: "\e5e1";
}
.commonCTA li.freeTrial a:hover,
.commonCTA li.documentRequest a:hover {
  color: #fff !important;
}
.commonCTA li.freeTrial a:visited,
.commonCTA li.documentRequest a:visited {
  color: #fff !important;
}
.commonCTA .freedaial {
  padding: 10px 5px 5px 5px;
}
.commonCTA .freedaial a {
  color: #fff;
  text-decoration: none;
  display: grid;
  grid-template-columns: 40px 220px;
  grid-template-rows: 1fr 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.commonCTA .freedaial a img {
  width: 40px;
  height: auto;
  grid-area: 1/1/2/2;
}
.commonCTA .freedaial a span.arial {
  line-height: 1;
  grid-area: 1/2/2/3;
  font-size: 3rem;
  padding-left: 6px;
  letter-spacing: 0.05em;
  text-shadow: 2px 2px 1px rgba(24, 148, 59, 0.2), -2px 2px 1px rgba(24, 148, 59, 0.2), 2px -2px 1px rgba(24, 148, 59, 0.2), -2px -2px 1px rgba(24, 148, 59, 0.2), 2px 0px 1px rgba(24, 148, 59, 0.2), 0px 2px 1px rgba(24, 148, 59, 0.2), -2px 0px 1px rgba(24, 148, 59, 0.2), 0px -2px 1px rgba(24, 148, 59, 0.2);
}
.commonCTA .freedaial a .reception {
  grid-area: 2/2/3/3;
  font-size: 1.2rem;
}

#school_title {
  margin: 0 auto;
  max-width: 1200px;
  background: var(--brand-color);
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}
@media screen and (min-width: 1024px) {
  #school_title {
    padding: 10px 20px;
  }
}
#school_title .sundai {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  font-size: 1.6rem;
}
@media screen and (min-width: 1024px) {
  #school_title .sundai {
    font-size: 1.6rem;
  }
}
#school_title .sundai:after {
  display: block;
  content: "";
  width: 1px;
  height: 30px;
  border: 1px solid #fff;
  margin: 0 10px;
  -webkit-transform: skewX(160deg);
          transform: skewX(160deg); /*傾斜をつける*/
}
#school_title .schoolname {
  font-size: 2.4rem;
}
@media screen and (min-width: 1024px) {
  #school_title .schoolname {
    font-size: 2.2rem;
  }
}

.school-catch {
  text-align: center;
  font-weight: 700;
  font-size: 2.2rem;
  color: var(--brand-color);
}
@media screen and (min-width: 1024px) {
  .school-catch {
    font-size: 3rem;
  }
}
.school-catch span {
  line-height: 1.5;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(0, 91, 171, 0.2)));
  background: -webkit-linear-gradient(transparent 70%, rgba(0, 91, 171, 0.2) 70%);
  background: linear-gradient(transparent 70%, rgba(0, 91, 171, 0.2) 70%);
}

.catch-sub {
  margin: 40px auto;
  line-height: 2;
  font-size: 1.8rem;
}

#questions,
#schoolData {
  width: 95%;
  margin: 40px auto;
}
@media screen and (min-width: 1024px) {
  #questions,
  #schoolData {
    max-width: 1024px;
    margin: 80px auto;
  }
}

.school_msg .photo {
  padding-top: 40px;
  background: rgb(235, 245, 255);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, rgb(235, 245, 255)), color-stop(40%, rgb(235, 245, 255)));
  background: -webkit-linear-gradient(bottom, rgb(235, 245, 255) 40%, rgb(235, 245, 255) 40%);
  background: linear-gradient(0deg, rgb(235, 245, 255) 40%, rgb(235, 245, 255) 40%);
}
.school_msg .photo img {
  width: 80%;
  margin: 0 auto;
}
.school_msg .school_msg_bg {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: rgb(235, 245, 255);
  padding: 20px 10px 20px;
  text-align: center;
}
.school_msg h3 {
  margin: 1em auto 0.5em auto;
  color: var(--brand-color);
  font-size: 2rem;
}
.school_msg .name {
  font-weight: bold;
  margin-bottom: 1em;
}
.school_msg .msg_txt {
  text-align: left;
  line-height: 1.5 !important;
}
@media screen and (min-width: 1024px) {
  .school_msg .photo img {
    width: inherit;
  }
  .school_msg .school_msg_bg {
    padding: 20px 100px 20px;
  }
}
.school_msg .accordion {
  position: relative;
}
.school_msg .accordion-btn {
  background-color: #fff;
  border: 1px solid var(--brand-color);
  color: var(--brand-color);
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  margin: auto;
  padding: 0.5em 1em;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.school_msg .accordion-btn::after {
  font-family: "Material Icons Outlined";
  content: "\e145";
  margin-left: 2em;
}
.school_msg .accordion-btn:hover {
  background-color: #fff;
  color: #6495ed;
}
.school_msg .accordion-text {
  overflow: hidden;
  position: relative;
  text-align: left;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.school_msg .accordion-text p {
  padding-bottom: 1em;
}
.school_msg .accordion-text.is-hide {
  height: 100px;
}
.school_msg .accordion-text.is-hide::before {
  background: -webkit-linear-gradient(top, rgba(235, 245, 255, 0) 0%, rgba(235, 245, 255, 0.9) 50%, rgba(235, 245, 255, 0.9) 50%, #EBF5FF 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(235, 245, 255, 0)), color-stop(50%, rgba(235, 245, 255, 0.9)), color-stop(50%, rgba(235, 245, 255, 0.9)), to(rgb(235, 245, 255)));
  background: -webkit-linear-gradient(top, rgba(235, 245, 255, 0) 0%, rgba(235, 245, 255, 0.9) 50%, rgba(235, 245, 255, 0.9) 50%, rgb(235, 245, 255) 100%);
  background: linear-gradient(top, rgba(235, 245, 255, 0) 0%, rgba(235, 245, 255, 0.9) 50%, rgba(235, 245, 255, 0.9) 50%, rgb(235, 245, 255) 100%);
  bottom: 0;
  left: 0;
  content: "";
  height: 60px;
  position: absolute;
  width: 100%;
}
.school_msg .accordion-btn.is-show::after {
  font-family: "Material Icons Outlined";
  content: "\e15b";
}

.teachers {
  max-width: 95%;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .teachers {
    max-width: 1024px;
  }
}
.teachers_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin: 40px 0;
}
.teachers_list li a {
  display: block;
  position: relative;
}
.teachers_list li a img {
  width: 100%;
}
.teachers_list li a div {
  background: rgba(255, 255, 255, 0.8);
  padding: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: var(--brand-color);
}
.teachers_list li a div span {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
  font-weight: 700;
}
.teachers_list li a div span:after {
  font-family: "Material Icons Outlined";
  font-weight: lighter;
  font-size: 1.5em;
  content: "\e148";
  display: inline-block;
}

.remodal {
  position: relative;
}

.modal-close:after {
  font-family: "Material Icons Outlined";
  content: "\e14c";
  font-size: 2em;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

.teachersData {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.teachersData .foto {
  width: 100%;
}
.teachersData .txt {
  text-align: left;
  width: 100%;
}
.teachersData .tName {
  font-size: 2.8rem !important;
  color: var(--brand-color);
  text-align: center;
  margin-top: 10px;
}
.teachersData dl {
  margin-top: 20px;
}
.teachersData dl dt {
  font-weight: bold;
  color: var(--brand-color);
  border-left: 3px solid var(--brand-color);
  padding-left: 5px;
  margin-bottom: 0.5em;
}
.teachersData dl dd {
  margin-bottom: 1em;
}

@media screen and (min-width: 1024px) {
  .teachers_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin: 40px 0;
  }
  .teachers_list li a div span {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .teachers_list li a div span:after {
    position: absolute;
    right: 5px;
  }
  .teachersData {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .teachersData .foto {
    width: 40%;
  }
  .teachersData .txt {
    text-align: left;
    width: 55%;
  }
  .teachersData .tName {
    text-align: left;
    margin-top: 0x;
  }
}
.teachers_last {
  font-size: 2.4rem;
  font-weight: 600;
  margin: 0 auto;
  padding: 0.2em 2em;
  position: relative;
  overflow: hidden;
  color: var(--brand-color);
  background: #EBF5FF;
}

.faq {
  margin: 0 auto;
  border-top: 1px solid #c7c7c7;
  text-align: left;
}
.faq dt, .faq dd {
  padding: 15px 5px;
}
.faq dt p, .faq dd p {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.faq dt p:before {
  line-height: 1;
  content: "Q";
  color: var(--brand-color);
  font-size: 2.8rem;
  font-weight: bold;
  margin-right: 10px;
  display: inline-block;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.faq dt:after {
  font-family: "Material Icons Outlined";
  content: "\e145";
  color: var(--brand-color);
  font-size: 2rem;
  margin-left: 10px;
  display: inline-block;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.faq .closed:after {
  font-family: "Material Icons Outlined";
  content: "\e15b";
}
.faq dt:hover {
  cursor: pointer;
}
.faq dd p:before {
  line-height: 1;
  content: "A";
  color: rgb(62, 171, 255);
  font-size: 2.8rem;
  font-weight: bold;
  margin-right: 10px;
  display: inline-block;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.faq dd {
  border-top: 1px dashed #ccc;
  background: rgba(0, 91, 171, 0.04);
}

.faq:last-child {
  border-bottom: 1px solid #c7c7c7;
}

#schoolData .schoolData_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 20px auto;
}
#schoolData .schoolData_area .schoolData_table {
  font-weight: normal;
  text-align: left;
  margin-bottom: 30px;
}
#schoolData .schoolData_area .schoolData_table th {
  background: var(--brand-color);
  color: #fff;
  width: 5em;
}
#schoolData .schoolData_area .schoolData_table th, #schoolData .schoolData_area .schoolData_table td {
  padding: 5px;
  border: 1px solid #ccc;
}
#schoolData a {
  text-decoration: none;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--brand-color);
  padding: 0.5em;
  margin-top: 5px;
  border: 1px solid var(--brand-color);
}
#schoolData a:after {
  font-family: "Material Icons Outlined";
  content: "\e89e";
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  margin-left: 2em;
}
#schoolData .mapArea {
  width: 100%;
}
#schoolData .school_photo {
  display: block;
}
#schoolData .school_photo img {
  width: 100%;
  height: auto;
}
#schoolData .school_photo div {
  margin: 10px auto;
}

@media screen and (min-width: 1024px) {
  #schoolData .schoolData_area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #schoolData .schoolData_area table {
    width: 50%;
  }
  #schoolData .mapArea {
    width: 45%;
  }
  #schoolData .school_photo {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
  #schoolData .school_photo div {
    margin: 0 !important;
    overflow: hidden;
  }
}
#keyVisual {
  position: relative;
  max-width: 1200px;
  height: 380px;
  background-size: auto 380px !important;
  background: url(https://cdn.speedsize.com/8fd7b43b-c4f9-41dc-8a59-b968a668906d/https://www.kaisei-group.co.jp/sundai/wp-content/themes/sundai/images/keyvisual_2.jpg) right -180px top no-repeat;
}
#keyVisual .catchcopy {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: relative;
  top: 5%;
  left: 10%;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  #keyVisual .catchcopy .origin {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  #keyVisual .catchcopy .svgTxt {
    display: none;
  }
}
#keyVisual .catchcopy .svgTxt {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-weight: 600;
  height: 100%;
}
@media screen and (max-width: 420px) {
  #keyVisual .catchcopy .svgTxt {
    font-weight: 700;
  }
}
#keyVisual .catchcopy .svgTxt svg {
  height: 300px;
  width: 30px;
}
#keyVisual .catchcopy .svgTxt #copyorigin {
  font-family: "Hiragino Mincho ProN";
  fill: var(--brand-color);
  font-size: 22px;
  glyph-orientation-vertical: 0deg;
  text-orientation: upright;
}
@media screen and (max-width: 420px) {
  #keyVisual .catchcopy .svgTxt .copytxtline {
    stroke: rgba(255, 255, 255, 0.9);
    stroke-width: 3;
    stroke-linejoin: round;
  }
}
#keyVisual .catchcopy .fuchi svg {
  width: 100%;
  height: auto;
  overflow: visible;
}
#keyVisual .divers {
  text-align: left;
  display: inline-block;
  border: 1px solid var(--brand-color);
  background: var(--brand-color);
  padding: 5px;
  color: #fff;
  text-align: center;
  margin-right: 10px;
  font-weight: 600;
  z-index: 9;
  font-size: 2.2rem;
  line-height: 1.4;
}
#keyVisual .copy-txt {
  z-index: 8;
  background: none !important;
  padding: 0;
  color: var(--brand-color);
  font-weight: 600;
  display: inline-block;
  font-size: 2.4rem;
  line-height: 1.5;
}

.spSubtxt {
  background: var(--brand-color);
  text-align: center;
  color: #fff;
  padding: 10px 5px;
}
@media screen and (min-width: 1024px) {
  .spSubtxt {
    display: none;
  }
}

.spSubtxt2 {
  text-align: center;
  padding: 10px 5px;
  font-size: 2em;
}
@media screen and (min-width: 1024px) {
  .spSubtxt2 {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  #keyVisual {
    display: grid;
    place-items: center start;
    margin: 0 auto;
    height: 400px;
    max-width: 1200px;
    background: url(https://cdn.speedsize.com/8fd7b43b-c4f9-41dc-8a59-b968a668906d/https://www.kaisei-group.co.jp/sundai/wp-content/themes/sundai/images/keyvisual_2.jpg) top center no-repeat;
    background-size: cover !important;
  }
  #keyVisual .catchcopy {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    position: initial;
    margin: 0 auto;
    width: 1024px;
    text-align: left;
  }
  #keyVisual .divers {
    border: 1px solid var(--brand-color);
    background: var(--brand-color);
    padding: 5px;
    color: #fff;
    text-align: center;
    margin-top: 5px;
    font-weight: 600;
    font-size: 3.4rem;
    line-height: 1;
  }
  #keyVisual .sub-txt {
    display: none;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  #keyVisual .sub-txt {
    margin-top: 20px;
    display: block !important;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  #keyVisual .os-txt {
    display: none;
    margin-top: 20px;
    display: block !important;
    font-size: 2.4em;
  }
}
@media screen and (min-width: 1024px) {
  #keyVisual .copy-txt {
    line-height: 1.5;
    background: none !important;
    padding: 10px 0;
    color: var(--brand-color);
    font-weight: 600;
    display: block;
    font-size: 3.4rem;
  }
}
#lead {
  margin: 40px auto;
  text-align: center;
}
#lead br {
  display: none;
}
@media screen and (min-width: 1024px) {
  #lead {
    margin: 60px auto;
  }
  #lead br {
    display: block;
  }
}
#lead h2 {
  line-height: 1.5;
  font-size: 2rem;
}
@media screen and (min-width: 1024px) {
  #lead h2 {
    margin: 40px auto;
    font-size: 3rem;
  }
}
#lead h2 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(0, 91, 171, 0.2)));
  background: -webkit-linear-gradient(transparent 70%, rgba(0, 91, 171, 0.2) 70%);
  background: linear-gradient(transparent 70%, rgba(0, 91, 171, 0.2) 70%);
}
#lead .mainlogo {
  max-width: 220px;
  margin: 0 auto;
}
#lead p {
  width: 90%;
  margin: 30px auto;
  text-align: left;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  #lead p {
    text-align: center;
    line-height: 2;
  }
}

.features_sub {
  text-align: center;
}

#result {
  margin: 40px auto;
}
@media screen and (min-width: 1024px) {
  #result {
    margin: 80px auto;
  }
}

.ribbon {
  margin: 20px auto;
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
}
.ribbon div {
  display: block;
  padding: 10px 60px;
}
.ribbon div span {
  letter-spacing: 0.24em;
}

.ribbon {
  --s: 1.8em; /* the ribbon size */
  --d: .8em; /* the depth */
  --c: .8em; /* the cutout part */
  padding: 0 calc(var(--s) + 0.5em) var(--d);
  line-height: 1.8;
  background: conic-gradient(at left var(--s) bottom var(--d), rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.5333333333) 0 37.5%, rgba(0, 0, 0, 0.2666666667) 0) 0/50% 100% no-repeat, conic-gradient(at right var(--s) bottom var(--d), rgba(0, 0, 0, 0.2666666667) 62.5%, rgba(0, 0, 0, 0.5333333333) 0 75%, rgba(0, 0, 0, 0) 0) 100%/50% 100% no-repeat;
  -webkit-clip-path: polygon(0 var(--d), var(--s) var(--d), var(--s) 0, calc(100% - var(--s)) 0, calc(100% - var(--s)) var(--d), 100% var(--d), calc(100% - var(--c)) calc(50% + var(--d) / 2), 100% 100%, calc(100% - var(--s) - var(--d)) 100%, calc(100% - var(--s) - var(--d)) calc(100% - var(--d)), calc(var(--s) + var(--d)) calc(100% - var(--d)), calc(var(--s) + var(--d)) 100%, 0 100%, var(--c) calc(50% + var(--d) / 2));
          clip-path: polygon(0 var(--d), var(--s) var(--d), var(--s) 0, calc(100% - var(--s)) 0, calc(100% - var(--s)) var(--d), 100% var(--d), calc(100% - var(--c)) calc(50% + var(--d) / 2), 100% 100%, calc(100% - var(--s) - var(--d)) 100%, calc(100% - var(--s) - var(--d)) calc(100% - var(--d)), calc(var(--s) + var(--d)) calc(100% - var(--d)), calc(var(--s) + var(--d)) 100%, 0 100%, var(--c) calc(50% + var(--d) / 2));
  background-color: #f1191a; /* the main color */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.resultimg {
  margin: 30px auto 10px auto;
  width: 95%;
  max-width: 600px;
}

.kankan {
  width: 95%;
  max-width: 21em;
  margin: 0 auto 30px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
}
.kankan div {
  margin-left: 0.25em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.kankan div span {
  margin-right: 1em;
}
@media screen and (min-width: 1024px) {
  .kankan {
    font-size: 1.6rem;
    max-width: 500px;
  }
}

.result_grid {
  display: grid;
  grid-template-columns: 60px 1fr 1fr;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 20px;
}

#voice {
  margin: 40px auto;
  text-align: center;
}
#voice h2 {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 1024px) {
  #voice h2 {
    margin-bottom: 0 inherit;
  }
}
@media screen and (min-width: 1024px) {
  #voice {
    margin: 80px auto;
  }
}

.voice_grid {
  width: 95%;
  max-width: 1024px;
  max-width: 700px;
  margin: 0 auto 40px auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
@media screen and (min-width: 1024px) {
  .voice_grid {
    margin: 40px auto;
    background: url(/sundai/wp-content/themes/sundai/images/bg_sakura.svg);
  }
}
.voice_grid .div1 {
  grid-area: 1/1/2/2;
}
.voice_grid .div2 {
  grid-area: 2/1/3/2;
}
.voice_grid .div3 {
  grid-area: 3/1/4/2;
}
.voice_grid .voice_title {
  max-width: 80%;
  margin: 0 auto;
  grid-area: 1/1/2/2;
  z-index: 9;
  position: relative;
  left: -10px;
  top: 40px;
}
@media screen and (min-width: 1024px) {
  .voice_grid .voice_title {
    max-width: 220px;
    width: 60%;
    position: initial;
    left: initial;
    top: initial;
    margin: 0 auto !important;
  }
}
.voice_grid .voice_photo {
  grid-area: 2/1/3/2;
  padding: 5px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 8;
}
.voice_grid .vtxt {
  grid-area: 3/1/4/2;
  text-align: left;
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .voice_grid {
    grid-template-columns: auto 400px;
    grid-template-rows: auto auto;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 20px;
  }
  .voice_grid .voice_photo {
    grid-area: 1/2/4/3;
  }
  .voice_grid .voice_title {
    margin: initial;
    grid-area: 1/1/2/2;
  }
  .voice_grid .vtxt {
    grid-area: 2/1/3/2;
  }
}

.linkBtn {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  width: 14em;
  margin: 0 auto;
  padding: 1em;
  font-weight: 700;
  color: var(--brand-color);
  border: 1px solid var(--brand-color);
}
.linkBtn span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.linkBtn::after {
  content: "\e5e1";
  display: block;
  font-family: "Material Icons Outlined";
  color: var(--brand-color);
}

#lineup {
  margin: 0 auto 40px auto;
}
@media screen and (min-width: 1024px) {
  #lineup {
    margin: 80px auto;
  }
}

.lineup_grid {
  max-width: 1024px;
  margin: 40px auto 0 auto;
  width: 90%;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 50px;
}
@media screen and (min-width: 1024px) {
  .lineup_grid {
    margin: 60px auto;
  }
}
@media screen and (min-width: 1024px) {
  .lineup_grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.lineupbox {
  -webkit-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 0 20px 10px 20px;
}
.lineupbox h3 {
  text-align: center;
  margin: 0;
  background: #ccc;
  padding: 10px 5px;
  position: relative;
  top: -15px;
  color: #fff;
  border-radius: 1em;
}
.lineupbox dt {
  background: #ccc;
  padding: 5px;
  margin-bottom: 5px;
  font-weight: 700;
  text-align: center;
}
.lineupbox dd {
  padding: 5px;
  margin-bottom: 20px;
}
.lineupbox dd:last-child {
  margin-bottom: 0;
}

.lineupbox:nth-of-type(1) {
  border: 2px solid rgb(0, 171, 11);
}
.lineupbox:nth-of-type(1) h3 {
  background: rgb(0, 171, 11);
}
.lineupbox:nth-of-type(1) dt {
  color: rgb(0, 171, 11);
  background: rgba(0, 171, 11, 0.2);
}

.lineupbox:nth-of-type(2) {
  border: 2px solid rgb(255, 156, 0);
}
.lineupbox:nth-of-type(2) h3 {
  background: rgb(255, 156, 0);
}
.lineupbox:nth-of-type(2) dt {
  color: rgb(255, 156, 0);
  background: rgba(255, 156, 0, 0.2);
}

.lineupbox:nth-of-type(3) {
  border: 2px solid rgb(252, 92, 92);
}
.lineupbox:nth-of-type(3) h3 {
  background: rgb(252, 92, 92);
}
.lineupbox:nth-of-type(3) dt {
  color: rgb(252, 92, 92);
  background: rgba(252, 92, 92, 0.2);
}

.kamoku {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#information {
  margin: 40px auto;
}
@media screen and (min-width: 1024px) {
  #information {
    margin: 80px auto;
  }
}

.tabInfoArea {
  width: 95%;
  max-width: 1024px;
  margin: 0 auto;
  border: 1px solid #ccc;
}
.tabInfoArea a {
  text-decoration: none;
}

ul.tabMenu {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
ul.tabMenu li {
  width: calc(50% - 5px);
  cursor: pointer;
  font-size: 1.4rem;
  background: #ebebeb;
  padding: 1em 0.5em;
}
ul.tabMenu li:hover {
  color: var(--brand-color);
}
ul.tabMenu .current {
  background: #fff;
  color: var(--brand-color);
}

#tabBox_2 {
  display: none;
}

.tabBox {
  background: #fff;
  padding: 2rem 1.5rem;
}

.tagArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tagArea #tagAll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-decoration: none;
}
.tagArea #tagAll:after {
  content: " ";
  display: inline-block;
  width: 1px;
  height: 1em;
}
.tagArea #tagAll a {
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1;
  margin: 0 1rem 1rem 0;
  border: 1px solid var(--brand-color);
  border-radius: 20px !important;
  padding: 0.5em 1em;
  background: var(--brand-color);
  color: #fff;
  padding: 0.5em 1em;
}

@media screen and (min-width: 1024px) {
  .tagArea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .tagArea #tagAll {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .tagArea #tagAll:after {
    content: " ";
    display: inline-block;
    border-right: 1px solid #ccc;
    width: 1px;
    height: 1em;
    padding: 0.5em 0;
    margin-right: 1em;
  }
}
.infoTags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.infoTags li a {
  text-decoration: none;
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  margin: 0 1rem 1rem 0;
  border: 1px solid var(--brand-color);
  border-radius: 20px !important;
  color: var(--brand-color);
  padding: 0.5em 1em;
  background: #fff;
}

.iframeWrapper {
  position: relative;
  padding-top: 100%;
}

@media screen and (min-width: 1024px) {
  .iframeWrapper {
    padding-top: 60%;
  }
}
iframe.info-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

iframe.info-frame::-webkit-scrollbar {
  width: 10px;
}

iframe.info-frame::-webkit-scrollbar-track {
  background-color: #ccc;
}

iframe.info-frame::-webkit-scrollbar-thumb {
  background-color: #17585d;
}

.infoContents li {
  border-top: 1px solid var(--asGrayLine);
  padding: 1.2rem 0.7rem;
}
.infoContents li:last-child {
  border-bottom: 1px solid var(--asGrayLine);
}
.infoContents li a {
  text-decoration: none;
  display: block;
  text-align: left;
}
.infoContents li h3 {
  font-size: 1.6rem;
  margin-bottom: 4px;
}
.infoContents li p {
  font-size: 1.3rem;
}

.entry-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
  margin-bottom: 0.5em;
  font-size: 1.2rem;
  /*
  .course-new{
  	background: $course-new;
  	border:1px solid $course-new;
  }
  .event{
  	background: $event;
  	border:1px solid $event;
  }
  .news{
  	background: $news;
  	border:1px solid $news;
  }
  .open-school{
  	background: $open-school;
  	border:1px solid $open-school;
  }

  .seasonal-class{
  	background: $seasonal-class;
  	border:1px solid $seasonal-class;
  }*/
}
.entry-tags .tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 5px;
}
.entry-tags span, .entry-tags time, .entry-tags a {
  padding: 0.3em 0.5em;
  display: inline-block;
}
.entry-tags time {
  color: var(--brand-color);
  margin-right: 1em;
  font-size: 1.6rem;
}
.entry-tags span {
  margin-right: 0.5em;
  color: #fff;
  margin-bottom: 5px;
}
.entry-tags .eventtopics-high1 {
  background: rgb(38, 192, 0);
  border: 1px solid rgb(38, 192, 0);
}
.entry-tags .eventtopics-high2 {
  background: rgb(0, 140, 248);
  border: 1px solid rgb(0, 140, 248);
}
.entry-tags .eventtopics-high3 {
  background: var(--brand-color);
  border: 1px solid var(--brand-color);
}
.entry-tags .eventtopics-high_graduate {
  background: rgb(0, 141, 151);
  border: 1px solid rgb(0, 141, 151);
}
.entry-tags .course-new,
.entry-tags .event,
.entry-tags .news,
.entry-tags .open-school,
.entry-tags .seasonal-class,
.entry-tags .campaign {
  background: #fff;
  border: 1px solid var(--brand-color);
  color: var(--brand-color);
}
.entry-tags .flash-report,
.entry-tags .notices,
.entry-tags .new-opening {
  background: #fff;
  border: 1px solid var(--brand-color);
  color: var(--brand-color);
}
.entry-tags .important-notices {
  background: rgb(202, 0, 0);
  border: 1px solid rgb(202, 0, 0);
  color: #fff;
}

.linkToList {
  display: block;
  padding: 10px;
  border: 1px solid var(--brand-color);
  margin: 30px auto 0 auto;
  width: 20em;
  color: var(--brand-color);
}
.linkToList span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.linkToList span:after {
  display: inline-block;
  font-family: "Material Icons Outlined";
  content: "\e5e1";
  margin-left: 1em;
}

.returnList {
  font-weight: 700;
  text-decoration: none;
  color: #333;
  margin-top: 20px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.returnList:before {
  color: var(--brand-color);
  display: inline-block;
  font-family: "Material Icons Outlined";
  content: "\e2ea";
  margin-right: 0.5em;
}

@media screen and (min-width: 720px) {
  .entry-tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .entry-tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .information h2 {
    font-size: 4rem;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  ul.tabMenu li {
    font-size: 2rem !important;
  }
  .tabBox .tabBoxContents {
    padding: 60px 80px;
  }
  .infoContents h3 {
    font-size: 2rem !important;
  }
  .infoContents p {
    font-size: 1.4rem !important;
  }
}
.notices-msg {
  padding: 10px 0;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .notices-msg {
    max-width: 100%;
  }
}
.notices-msg p {
  margin-bottom: 0.5em;
}
.notices-msg a {
  padding: 0.5em 1em;
  background: rgb(255, 240, 242);
  border: 1px solid rgb(255, 0, 64);
  color: rgb(255, 0, 64);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.notices-msg a:after {
  font-family: "Material Icons Outlined";
  content: "\e5e1";
  display: inline-block;
  font-size: 1em;
  margin-left: 0.5em;
}

.title_base {
  margin: 0 auto;
  background: var(--brand-color);
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0px;
  font-size: 2.2rem;
}
@media screen and (min-width: 1024px) {
  .title_base {
    padding: 10px 20px;
    font-size: 2.2rem;
  }
}

.title_fixWidth {
  width: 95%;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .title_fixWidth {
    max-width: 1024px;
  }
}

.category-page .fixedWidth {
  width: 95%;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .category-page .fixedWidth {
    max-width: 1024px !important;
  }
}
.category-page .tagArea {
  margin-top: 40px;
}

.category-page, .archive-page {
  background: #f5f5f5;
  padding: 10px 0;
}
.category-page .categorylist,
.category-page .archivelist, .archive-page .categorylist,
.archive-page .archivelist {
  text-align: left;
  margin: 40px auto;
}

.category-page .categorylist h2,
.category-page .archivelist h2 {
  line-height: 1.3;
  font-size: 1.8rem;
  text-wrap: initial;
}
.category-page .categorylist li,
.category-page .archivelist li {
  margin: 20px 0;
  background: #fff;
  padding: 20px;
}
.category-page .categorylist li a,
.category-page .archivelist li a {
  text-decoration: none;
}

.archive-page .categorylist li,
.archive-page .archivelist li {
  margin: 20px 0;
  background: #fff;
  padding: 20px;
}

.wp-pagenavi, .pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.wp-pagenavi a.first:after,
.wp-pagenavi a.last:after,
.pagination a.first:after,
.pagination a.last:after {
  color: var(--brand-color);
  font-size: 1.5em;
}

.wp-pagenavi .pages, .pagination .pages {
  display: none;
}

.wp-pagenavi a,
.wp-pagenavi span,
.pagination a,
.pagination span {
  display: inline-block;
  line-height: 1;
  width: 2em;
  padding: 0.5em 0;
  text-align: center;
  margin: 10px;
  position: relative;
}

.wp-pagenavi a.first:after,
.pagination a.first:after {
  font-family: "Material Icons Outlined";
  content: "\e5dc";
  display: inline-block;
  visibility: visible;
}

.wp-pagenavi span.current, .pagination span.current {
  color: #fff;
  background: var(--brand-color);
}

.wp-pagenavi a, .wp-pagenavi span, .pagination a, .pagination span {
  display: inline-block;
  line-height: 1;
  width: 2em;
  padding: 0.5em 0;
  text-align: center;
  margin: 10px;
  position: relative;
  text-decoration: none;
  color: #333;
}

.wp-pagenavi a.nextpostslink:after, .pagination a.nextpostslink:after {
  font-family: "Material Icons Outlined";
  content: "\e5e1";
  display: inline-block;
  visibility: visible;
}

.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink, .pagination a.previouspostslink, .pagination a.nextpostslink {
  color: var(--brand-color);
  visibility: hidden;
}

.wp-pagenavi a.last:after, .pagination a.last:after {
  font-family: "Material Icons Outlined";
  color: var(--brand-color);
  content: "\e5dd";
  display: inline-block;
  visibility: visible;
}

.single-contents {
  background: #fff;
  padding: 20px;
  margin-top: 40px !important;
}
@media screen and (min-width: 1024px) {
  .single-contents {
    padding: 40px;
  }
}
.single-contents h1 {
  margin: 0;
  margin-bottom: 20px;
  text-wrap: initial;
  font-size: 2.4rem;
  line-height: 1.3;
}

.single-contents .article_desc {
  padding-top: 20px;
  border-top: 1px solid #ccc;
  margin-top: 20px;
  font-size: 1rem;
}

header.form-header {
  padding-top: 0 !important;
}
header.form-header img {
  height: 60px;
  width: auto;
}

.form-page {
  background: #f5f5f5;
  padding: 10px 0;
  min-height: 100%;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .form-page {
    padding: 40px 0 1px 0;
  }
}
.form-page button {
  background: var(--brand-color);
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 0.5em;
}

.form-footer {
  padding: 10px 0;
  margin: 0;
  background: #f5f5f5;
}
@media screen and (min-width: 1024px) {
  .form-footer {
    padding: 0 0 40px 0;
  }
}
.form-footer p {
  margin: 0;
}

.gradeArea dt,
.telArea dt,
.mailArea dt {
  font-weight: 500;
  background: rgba(0, 91, 171, 0.1);
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 5px 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (min-width: 1024px) {
  .gradeArea {
    margin-bottom: 40px;
  }
}

.formArea {
  background: #fff;
  width: 95%;
  max-width: 1000px;
  padding: 20px 10px;
  max-width: 1024px;
  margin: 40px auto;
}
@media screen and (min-width: 1024px) {
  .formArea {
    padding: 60px;
  }
}
.formArea .required {
  border: 1px solid red;
  color: red;
  padding: 0.2em 0.5em;
  font-size: 1.4rem;
  line-height: 1;
  background: #fff;
  border-radius: 2px;
  margin-left: 5px;
  margin-right: 5px;
}
.formArea .unrequired {
  color: var(--brand-color);
  border: 1px solid var(--brand-color);
  margin-left: 5px;
  padding: 0.2em 0.5em;
  font-size: 1.4rem;
  line-height: 1;
  background: #fff;
  border-radius: 2px;
}
.formArea h2 {
  font-size: 2rem;
  padding: 0 0 8px 0;
  border-bottom: 3px solid var(--brand-color);
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 20px;
}
.formArea h2 .note {
  font-size: 1.6rem;
}
.formArea h2:not(:first-child) {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .formArea h2:not(:first-child) {
    margin-top: 60px;
  }
}
.formArea h3 {
  display: grid;
  grid-template-columns: repeat(2, auto) 1fr;
  gap: 10px;
}

.classname {
  font-weight: 600;
  background: rgba(0, 91, 171, 0.1);
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 5px 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.selected_class {
  margin: 0 auto 25px;
}
.selected_class h4 {
  padding: 0 2.4rem;
  display: inline;
}
.selected_class .selected-classroom {
  font-size: 3rem;
  font-weight: bold;
  color: #005BAB;
}
.selected_class .selected-classroom-postfix {
  font-size: 2rem;
  color: #005BAB;
}

dl.addressArea dt {
  margin-top: 10px;
  margin-bottom: 5px;
}
dl.addressArea dt:first-of-type {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  dl.addressArea {
    margin-bottom: 40px;
  }
}
dl.addressArea .zipArea {
  display: grid;
  grid-template-columns: auto auto;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
}
@media screen and (min-width: 1024px) {
  dl.addressArea .zipArea {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}

dl.nameArea {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) {
  dl.nameArea {
    margin-bottom: 40px;
  }
}
dl.nameArea dd {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
}
dl.nameArea dd input {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  dl.nameArea dd {
    grid-template-columns: 20em 20em;
  }
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}

input[type=text] {
  font-size: 1.8rem;
  border: 1px solid #999;
  padding: 10px;
  width: 100%;
}

input[type=checkbox] {
  width: 24px;
  height: 24px;
}

.form-check {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 1.8rem;
}
@media screen and (min-width: 1024px) {
  .form-check {
    font-size: 1.6rem;
  }
}

select {
  width: 100%;
  max-width: 22em;
  padding: 10px;
}

.telArea input[type=text] {
  font-size: 1.8rem;
  border: 1px solid #999;
  padding: 10px;
  width: 100%;
  max-width: 22em;
}

.mailArea input[type=text] {
  font-size: 1.8rem;
  border: 1px solid #999;
  padding: 10px;
  width: 100%;
}

textarea.questiontxt {
  min-height: 5em;
  width: 100%;
  font-size: 1.8rem;
  field-sizing: content;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  min-height: 3lh;
  max-height: 10lh;
}

.submitBtnArea {
  margin-top: 40px;
  text-align: center;
}
.submitBtnArea button {
  margin: 20px auto;
  display: block;
  margin-bottom: 1em;
  padding: 1em;
}

.formCTA {
  width: 90%;
  max-width: 750px;
  margin: 20px auto 40px auto;
}

/*====================================================================
 電話お問い合わせ
====================================================================*/
.btn-wrap-tablet {
  display: none;
}
.btn-wrap-tablet .tel_icon {
  width: 20px;
}

.btn, a.btn, button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap-pc-sp {
  max-width: 435px;
  margin: 0 auto 20px;
}

a.btn-pc-sp {
  line-height: 1.4;
  width: 49.5%;
  padding: 1.25rem 0;
  color: white;
}

a.btn--contact {
  font-size: 2rem;
  display: block;
  padding: 1.6rem 0 1.6rem 2.2rem;
  color: #fff;
  border-radius: 100vh;
  background: #eb6100;
  -webkit-box-shadow: 0 5px 0 #d25600;
  box-shadow: 0 5px 0 #d25600;
}

a.btn--contact i {
  font-size: 2rem;
}

a.btn--contact i.fa-position-left {
  font-size: 3rem;
  left: 2rem;
}

a.btn--contact .number {
  line-height: 1;
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.25rem 2rem;
  letter-spacing: 0;
  color: #eb6100;
  border-radius: 0.5rem;
  background: #fff;
}

a.btn--contact:hover {
  color: #fff;
}

a.btn--tel {
  display: block;
  margin: 20px auto;
  padding: 1rem;
  font-size: 1.8rem;
  color: #fff;
  border-radius: 100vh;
  background: #15B144;
  -webkit-box-shadow: 0 5px 0 #008038;
  box-shadow: 0 5px 0 #008038;
  letter-spacing: 2px;
}

a.btn--tel i {
  font-size: 2rem;
}

a.btn--tel i.fa-position-left {
  font-size: 3rem;
  left: 2rem;
}

a.btn--tel .number {
  line-height: 1;
  display: inline-block;
  margin-top: 0;
  padding: 0.25rem 2rem;
  letter-spacing: 0;
  color: #094;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0;
  font-weight: 500;
}

a.btn--tel:hover {
  color: #fff;
}

.fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}

/*=====
 【タブレット縦以上】
=======*/
@media screen and (min-width: 768px) {
  /*=====
  全体
  =======*/
  .form-check-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  /*=====
  電話
  =======*/
  a.btn--tel {
    margin: 50px 20px;
  }
  .btn-wrap-pc-sp2 {
    display: none;
  }
  .btn-wrap-tablet {
    width: 100%;
    max-width: 1000px;
    margin: 40px auto;
    text-align: center;
    color: green;
    font-weight: bold;
    padding: 15px 0;
    display: block;
    background-color: #fff;
    border: 5px solid green;
  }
  .btn-wrap-tablet p {
    font-size: 1.6rem;
    margin: 0;
    letter-spacing: 1.8px;
  }
  .btn-wrap-tablet h2 {
    font-size: 4rem;
    font-weight: bold;
    letter-spacing: 1.8px;
    margin: 10px 0;
  }
  .btn-wrap-tablet h2::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url("/sundai/wp-content/themes/sundai/images/free_call.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.formBnr {
  margin: 0 auto 20px auto;
}
@media screen and (min-width: 1024px) {
  .formBnr {
    margin: 40px auto;
  }
}

.stuname {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 5px 5px;
  background: rgba(0, 91, 171, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.addressTitle div,
.questions div {
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.addressTitle,
.questions {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 5px 5px;
  background: rgba(0, 91, 171, 0.1);
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.addressTitle:hover,
.questions:hover {
  cursor: pointer;
}
.addressTitle:after,
.questions:after {
  padding-bottom: 3px;
  margin-right: 10px;
  border-radius: 50%;
  text-align: center;
  width: 1.5em;
  height: 1.5em;
  background: rgb(0, 91, 171);
  color: #fff;
  font-size: 2rem;
  font-family: "Material Icons Outlined";
  content: "\e15b";
}

.addressTitle.closed:after,
.questions.closed:after {
  content: "\e145";
}

.addressArea {
  display: none;
}

.questionArea {
  display: none;
  padding-bottom: 10px;
}

.formArea .tabContent {
  width: 100% !important;
  border-top: 1px solid #ccc;
  padding-top: 10px;
}

.confilm {
  max-width: 750px;
  margin: 20px auto;
  display: grid;
  grid-template-columns: auto 1fr;
  border-top: 2px solid rgba(0, 91, 171, 0.5);
  border-bottom: 2px solid rgba(0, 91, 171, 0.5);
}
@media screen and (min-width: 1024px) {
  .confilm {
    margin: 40px auto;
  }
}
.confilm dt, .confilm dd {
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
}
.confilm dt:last-child, .confilm dd:last-child {
  border-bottom: none;
}
.confilm dt {
  padding: 5px 1em;
  background: rgba(0, 91, 171, 0.05);
}
.confilm dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.confilmArea {
  width: 90%;
  max-width: 1024px;
  margin: 20px auto;
}
.confilmArea h2 {
  color: var(--brand-color);
  text-align: center;
}

.btnArea {
  margin: 20px auto 40px auto;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  gap: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1024px) {
  .btnArea {
    grid-template-columns: auto auto;
    margin: 20px auto 40px auto;
    gap: 30px;
  }
}
.btnArea button {
  min-width: 11em;
  padding: 0.5em 0.5em;
  line-height: 1;
}
.btnArea .modBtn {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  background: #ccc;
  color: #333;
}
.btnArea .sendBtn {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 1024px) {
  .btnArea .modBtn {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .btnArea .sendBtn {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

.returnBtn {
  margin: 40px auto;
}

.errmsg {
  color: red;
}

#errmsg-purposes {
  font-size: 1.6rem;
}

.form-check-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-check-input {
  margin-right: 5px;
}

/* sitemap */
.sitemap {
  padding: 40px 0;
}

.sitemap-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
  text-align: left;
}
.sitemap-grid li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5em;
}
.sitemap-grid .primalMenu {
  color: #00468c;
  font-size: 1.8rem;
}
.sitemap-grid .primalMenu::before {
  font-family: "Material Icons Outlined";
  content: "\e038";
  font-size: 120%;
  padding-top: 2px;
}
.sitemap-grid li:before {
  color: #00468c;
  content: "\e5e1";
  display: block;
  font-family: "Material Icons Outlined";
  margin-right: 6px;
}
.sitemap-grid .line2br:before {
  -webkit-align-self: start;
      -ms-flex-item-align: start;
          align-self: start;
}

@media screen and (min-width: 1024px) {
  .sitemap-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .sitemap-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 30px;
    margin: 40px;
  }
}
#areaSearch {
  background: #EBF5FF;
  padding: 40px 10px;
}
@media screen and (min-width: 1024px) {
  #areaSearch {
    padding: 60px 10px;
  }
}
#areaSearch h2 {
  margin-top: 0;
}

#areaSearch .tab-memu,
.formArea .tab-memu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  #areaSearch .tab-memu,
  .formArea .tab-memu {
    grid-template-columns: repeat(3, 6em);
    gap: 30px;
  }
}
#areaSearch .tab-memu li,
.formArea .tab-memu li {
  color: var(--brand-color);
  padding: 10px;
  background: #fff;
  border: 1px solid var(--brand-color);
}
#areaSearch .tab-memu li:hover,
.formArea .tab-memu li:hover {
  cursor: pointer;
}
#areaSearch .tab-memu li.current,
.formArea .tab-memu li.current {
  background: var(--brand-color);
  padding: 10px;
  color: #fff;
  border: 1px solid var(--brand-color);
}
#areaSearch .tabContent,
.formArea .tabContent {
  background: #fff;
  margin: 20px auto 0 auto;
  padding: 20px;
}
@media screen and (min-width: 1024px) {
  #areaSearch .tabContent,
  .formArea .tabContent {
    width: 750px;
    padding: 40px;
  }
}
#areaSearch .tabContent .tabbox:not(:first-child),
.formArea .tabContent .tabbox:not(:first-child) {
  display: none;
}
#areaSearch .pref,
.formArea .pref {
  margin-bottom: 20px;
}
#areaSearch .pref span,
.formArea .pref span {
  font-size: 2rem;
}
#areaSearch .pref:not(:first-of-type),
.formArea .pref:not(:first-of-type) {
  margin-top: 40px;
}
#areaSearch .school-list,
.formArea .school-list {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media screen and (min-width: 1024px) {
  #areaSearch .school-list,
  .formArea .school-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
#areaSearch .school-list .new,
.formArea .school-list .new {
  background: red;
  padding: 2px 5px;
  display: inline-block;
  margin-right: 5px;
  font-size: 0.9em;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  border-radius: 2px;
  -webkit-align-self: start;
      -ms-flex-item-align: start;
          align-self: start;
}
#areaSearch .school-list li,
.formArea .school-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
#areaSearch .school-list li a,
.formArea .school-list li a {
  text-decoration: none;
}
#areaSearch .school-list li:before,
.formArea .school-list li:before {
  margin-right: 5px;
  font-family: "Material Icons Outlined";
  content: "\e5e1";
  color: var(--brand-color);
}

.methodlink {
  max-width: 1024px;
  margin: 40px auto;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.methodlink img {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .methodlink {
    grid-template-columns: 1fr 1fr;
  }
  .methodlink img {
    width: 460px;
  }
}

.methodline {
  font-size: 2rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgb(143, 224, 247)));
  background: -webkit-linear-gradient(transparent 70%, rgb(143, 224, 247) 70%);
  background: linear-gradient(transparent 70%, rgb(143, 224, 247) 70%);
}

.promBannersArea {
  background: rgba(0, 91, 171, 0.05);
  padding: 20px 10px;
}
@media screen and (min-width: 1024px) {
  .promBannersArea {
    padding: 60px 10px;
  }
}

.promBannersArea .fixedWidth {
  display: grid;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 1024px !important;
  margin: auto;
}
@media screen and (max-width: 781px) {
  .promBannersArea .fixedWidth {
    grid-template-columns: 100% !important;
  }
}
@media screen and (min-width: 1024px) {
  .promBannersArea .fixedWidth {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}

.remodal {
  position: relative;
}

.remodal-close {
  left: 100% !important;
  -webkit-transform: translateX(-100%) !important;
          transform: translateX(-100%) !important;
}

.selectAreaBtn {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 20px;
}

.selectAreaBtn a {
  display: grid !important;
  grid-template-columns: 1fr auto;
  margin: 0;
  text-align: center;
  padding: 15px 10px;
  background: var(--brand-color);
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
}

.selectAreaBtn a.lightbg {
  background: #0197d3;
}

.selectAreaBtn a:after {
  font-family: "Material Icons Outlined";
  display: inline-block;
  content: "\e5e1";
}/*# sourceMappingURL=style.css.map */
/*Processed-by-SpeedSize:2025-08-05_20:35:54*/