@charset "UTF-8";
:root {
  --wht: #fff;
  --bgGray: #ccc;
  --bgGray02: #eee;
  --black01: #231815;
}

:root {
  --yu_gothic: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3",
      "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  --mincho: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
  --noto-sans: "Noto Sans JP", sans-serif;
}

:root {
  --fszBase: 1.4rem;
  --fszBase_sp: 14;
  --fszAtt: 1.1rem;
  --fszAtt_sp: 11;
  --fszMid: 1.6rem;
  --fszMid_sp: 16;
  --fszMvTtl: 3.2rem;
  --fszMvTtl_sp: 24;
  --fszTtl: 2.8rem;
  --fszTtl_sp: 20;
  --fszSubTtl: 2rem;
  --fszSubTtl_sp: 16;
}

:root {
  --fullWidth: 1600px;
  --outerWidth: 1200px;
  --inrWidth: 800px;
}

/*----------------------------------------
	RESET
-----------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none !important;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ====================
 SIZE SET
==================== */
/* ===================
 MIXIN
==================== */
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: var(--noto-sans);
  color: #231815;
  background-color: #fff;
  position: relative;
  width: 100%;
  word-break: break-all;
  line-height: 1.4;
  font-size: var(--basefs);
  font-weight: normal;
  letter-spacing: 0.025em;
  text-align: justify;
  overflow-x: hidden;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: calc(var(--fszBase_sp) / 390 * 100vw);
  }
}
main,
header,
footer,
section {
  display: block;
}

img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

button {
  padding: 0;
  border: unset;
}

input[type=text],
input[type=password],
textarea,
select {
  outline: none;
}

label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 0;
  font-size: 1.4rem;
  text-align: right;
}
#pageTop a {
  text-decoration: none;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#pageTop a:hover {
  text-decoration: none;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
a:hover {
  opacity: 0.7;
}

a[href^="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
@media screen and (min-width: 769px) {
  .c-btn__to-top {
    position: fixed;
    z-index: 999;
    bottom: 50px;
    right: 50px;
    width: 60px;
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-btn__to-top {
    bottom: calc(50 / 390 * 100vw);
    right: calc(50 / 390 * 100vw);
    width: calc(60 / 390 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .c-outer {
    width: calc(100% - 30px);
    max-width: var(--outerWidth);
    margin-left: auto;
    margin-right: auto;
  }
  .c-inner {
    width: calc(100% - 30px);
    max-width: var(--inrWidth);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .c-outer {
    width: calc(100% - 30px);
    max-width: var(--outerWidth);
    margin-left: auto;
    margin-right: auto;
  }
  .c-inner {
    width: calc(100% - 30px);
    max-width: var(--inrWidth);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 769px) {
  .c-flex-col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-flex-col2 > div {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .c-flex-col2 > div:nth-of-type(2n) {
    margin-right: 0;
  }
  .c-flex-col2 > div:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-flex-col2 > div {
    width: calc(50% - 20 / 390 * 100vw * 1 / 2);
    margin-right: calc(20 / 390 * 100vw);
  }
  .c-flex-col2 > div:nth-of-type(2n) {
    margin-right: 0;
  }
  .c-flex-col2 > div:nth-of-type(n + 3) {
    margin-top: calc(20 / 390 * 100vw);
  }
}
.c-appear-up {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), -webkit-transform var(--duration, 0.6s) ease var(--delay, 0s);
  transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), -webkit-transform var(--duration, 0.6s) ease var(--delay, 0s);
  transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), transform var(--duration, 0.6s) ease var(--delay, 0s);
  transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), transform var(--duration, 0.6s) ease var(--delay, 0s), -webkit-transform var(--duration, 0.6s) ease var(--delay, 0s);
}
.c-appear-up.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-appear-left {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), -webkit-transform var(--duration, 0.6s) ease var(--delay, 0s);
  transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), -webkit-transform var(--duration, 0.6s) ease var(--delay, 0s);
  transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), transform var(--duration, 0.6s) ease var(--delay, 0s);
  transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), transform var(--duration, 0.6s) ease var(--delay, 0s), -webkit-transform var(--duration, 0.6s) ease var(--delay, 0s);
}
.c-appear-left.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-appear-right {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), -webkit-transform var(--duration, 0.6s) ease var(--delay, 0s);
  transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), -webkit-transform var(--duration, 0.6s) ease var(--delay, 0s);
  transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), transform var(--duration, 0.6s) ease var(--delay, 0s);
  transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), transform var(--duration, 0.6s) ease var(--delay, 0s), -webkit-transform var(--duration, 0.6s) ease var(--delay, 0s);
}
.c-appear-right.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-appear-down {
  opacity: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), -webkit-transform var(--duration, 0.6s) ease var(--delay, 0s);
  transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), -webkit-transform var(--duration, 0.6s) ease var(--delay, 0s);
  transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), transform var(--duration, 0.6s) ease var(--delay, 0s);
  transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), transform var(--duration, 0.6s) ease var(--delay, 0s), -webkit-transform var(--duration, 0.6s) ease var(--delay, 0s);
}
.c-appear-down.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (min-width: 769px) {
  .c-ttl-mv {
    color: var(--textBlack);
  }
}
.u-mt0 {
  margin-top: 0 !important;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-mt1000 {
  margin-top: 1000px;
}

.u-tal {
  text-align: left;
}

.u-tac {
  text-align: center;
}

.u-tac {
  text-align: center;
}

.u-tal {
  text-align: left;
}

.u-tar {
  text-align: right;
}

.u-taj {
  text-align: justify;
}

.u-tdu {
  text-decoration: underline;
}

.u-indent {
  text-indent: -1em;
  padding-left: 1em;
}

.u-fwb {
  font-weight: bold;
}

.u-redCol {
  color: var(--txtRed);
}

@media only screen and (max-width: 768px) {
  .u-mt10 {
    margin-top: 0.6em;
  }
  .u-mt20 {
    margin-top: 1.2em;
  }
  .u-mt30 {
    margin-top: 1.8em;
  }
  .u-mt40 {
    margin-top: 2.4em;
  }
  .u-mt50 {
    margin-top: 3em;
  }
  .u-mt60 {
    margin-top: 3.6em;
  }
  .u-mt70 {
    margin-top: 4.2em;
  }
  .u-mt80 {
    margin-top: 4.8em;
  }
  .u-mt90 {
    margin-top: 5.4em;
  }
  .u-mt100 {
    margin-top: 6em;
  }
}
@media screen and (min-width: 769px) {
  .l-ft {
    margin-top: 500px;
  }
}
@media screen and (min-width: 769px) {
  .l-header {
    position: sticky;
    top: 0;
    background-color: var(--bgGray);
  }
  .l-header__inner {
    width: calc(100% - 40px);
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0;
  }
  .l-header__logo {
    width: 200px;
  }
  .l-header__nav {
    width: calc(100% - 200px);
  }
  .l-header__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .l-header__nav a {
    font-size: 16px;
    color: var(--textBlack);
    padding: 5px;
  }
  .l-header__hamburger {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    position: sticky;
    top: 0;
    background-color: var(--bgGray);
  }
  .l-header__inner {
    width: calc(100% - 40 / 390 * 100vw);
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: calc(10 / 390 * 100vw) 0;
  }
  .l-header__logo {
    width: calc(90 / 390 * 100vw);
  }
  .l-header__nav {
    position: fixed;
    top: calc(60 / 390 * 100vw);
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: calc(100vh - 60 / 390 * 100vw);
    background-color: var(--bgGray02);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-header__nav.on {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .l-header__nav ul {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-header__nav a {
    font-size: calc(16 / 390 * 100vw);
    color: var(--textBlack);
    padding: calc(5 / 390 * 100vw);
  }
  .l-header__hamburger {
    position: relative;
    width: calc(40 / 390 * 100vw);
    height: calc(40 / 390 * 100vw);
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-header__hamburger-box {
    width: calc(30 / 390 * 100vw);
    height: calc(20 / 390 * 100vw);
    position: relative;
  }
  .l-header__hamburger-box span {
    position: absolute;
    display: block;
    width: 100%;
    height: calc(2 / 390 * 100vw);
    background-color: var(--wht);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-header__hamburger-box span:nth-of-type(1) {
    top: 0;
  }
  .l-header__hamburger-box span:nth-of-type(2) {
    top: 50%;
  }
  .l-header__hamburger-box span:nth-of-type(3) {
    top: 100%;
  }
  .l-header__hamburger.on span:nth-of-type(1) {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .l-header__hamburger.on span:nth-of-type(2) {
    opacity: 0;
  }
  .l-header__hamburger.on span:nth-of-type(3) {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
}
@media screen and (min-width: 769px) {
  .l-wrapper {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 768px) {
  .l-wrapper {
    overflow-x: hidden;
  }
}
@media screen and (min-width: 769px) {
  .p-top-lead__inner {
    padding: 41px 0 80px;
  }
  .p-top-lead__text {
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.8;
  }
  .p-top-lead__text .bold-text {
    font-weight: bold;
  }
  .p-top-lead__anchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-inline: auto;
    max-width: 1200px;
    margin-top: 38px;
  }
  .p-top-lead__anchor-item {
    width: 15%;
  }
  .p-top-learning {
    background-image: url(../img/top/learning_bg.png);
    background-size: 38px;
    background-repeat: repeat;
  }
  .p-top-learning__inner {
    padding: 40px 0 0px;
    position: relative;
  }
  .p-top-learning__img {
    margin-inline: auto;
    max-width: 1480px;
  }
  .p-top-learning__treat01 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 252px;
  }
  .p-top-learning__treat02 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 338px;
  }
  .p-top-department {
    position: relative;
  }
  .p-top-department__treat01_01 {
    position: absolute;
    top: 45px;
    left: -50px;
    width: 310px;
  }
  .p-top-department__treat01_02 {
    position: absolute;
    top: 530px;
    right: -100px;
    width: 330px;
  }
  .p-top-department__treat02_01 {
    position: absolute;
    top: -43px;
    left: -58px;
    width: 220px;
  }
  .p-top-department__treat02_02 {
    position: absolute;
    top: 760px;
    right: -59px;
    width: 210px;
  }
  .p-top-department__treat03_01 {
    position: absolute;
    top: 621px;
    left: -55px;
    width: 160px;
  }
  .p-top-department__treat03_02 {
    position: absolute;
    bottom: 100px;
    right: -70px;
    width: 170px;
  }
  .p-top-department__treat04_01 {
    position: absolute;
    top: 35px;
    left: -108px;
    width: 310px;
  }
  .p-top-department__treat04_02 {
    position: absolute;
    bottom: 80px;
    right: -170px;
    width: 310px;
  }
  .p-top-department__inner {
    margin-inline: auto;
    max-width: 1200px;
    width: calc(100% - 50px);
    padding: 0 0 70px;
  }
  .p-top-department__name {
    margin-left: auto;
    width: 402px;
  }
  .p-top-department__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .p-top-department__thumbnail {
    margin-left: -170px;
    max-width: 722px;
    margin-top: -80px;
  }
  .p-top-department__textarea {
    width: 613px;
    margin-top: 44px;
  }
  .p-top-department__block {
    position: relative;
  }
  .p-top-department__block.-gengobunka {
    background-color: #d5ddec;
  }
  .p-top-department__block.-gengobunka .p-top-department__thumbnail {
    margin-top: -80px;
  }
  .p-top-department__block.-gengobunka .p-top-department__textarea {
    margin-top: 44px;
  }
  .p-top-department__block.-gengobunka .p-top-department__feature:before {
    background: -webkit-gradient(linear, left top, right top, from(rgb(80, 185, 233)), to(rgb(55, 106, 179)));
    background: linear-gradient(90deg, rgb(80, 185, 233) 0%, rgb(55, 106, 179) 100%);
  }
  .p-top-department__block.-gengobunka .p-top-department__feature:after {
    background-color: #d5ddec;
  }
  .p-top-department__block.-gengobunka .p-top-department__feature-item:before {
    background-color: #0077c4;
  }
  .p-top-department__block.-gengobunka .p-top-department__feature-title {
    color: #376ab3;
  }
  .p-top-department__block.-gengobunka .p-top-department__message-title {
    color: #376ab3;
  }
  .p-top-department__block.-gengobunka .p-top-department__message {
    background-color: #f1f4f9;
  }
  .p-top-department__block.-syakaidezain {
    background-color: #c2e8fa;
  }
  .p-top-department__block.-syakaidezain .p-top-department__thumbnail {
    margin-top: -80px;
  }
  .p-top-department__block.-syakaidezain .p-top-department__textarea {
    margin-top: 44px;
  }
  .p-top-department__block.-syakaidezain .p-top-department__feature:before {
    background: -webkit-gradient(linear, left top, right top, from(rgb(80, 185, 233)), to(rgb(55, 106, 179)));
    background: linear-gradient(90deg, rgb(80, 185, 233) 0%, rgb(55, 106, 179) 100%);
  }
  .p-top-department__block.-syakaidezain .p-top-department__feature:after {
    background-color: #c2e8fa;
  }
  .p-top-department__block.-syakaidezain .p-top-department__feature-item:before {
    background-color: #0084cf;
  }
  .p-top-department__block.-syakaidezain .p-top-department__feature-title {
    color: #0084cf;
  }
  .p-top-department__block.-syakaidezain .p-top-department__message-title {
    color: #0084cf;
  }
  .p-top-department__block.-syakaidezain .p-top-department__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    position: relative;
  }
  .p-top-department__block.-syakaidezain .p-top-department__head-treat02 {
    position: absolute;
    top: 20px;
    left: 25%;
    width: 250px;
  }
  .p-top-department__block.-syakaidezain .p-top-department__thumbnail {
    margin-right: -190px;
  }
  .p-top-department__block.-syakaidezain .p-top-department__name {
    margin-left: 230px;
    width: 423px;
  }
  .p-top-department__block.-syakaidezain .p-top-department__title {
    width: 360px;
  }
  .p-top-department__block.-syakaidezain .p-top-department__message {
    background-color: #eaf6fd;
  }
  .p-top-department__block.-syakaidezain .p-top-department__flex {
    margin-top: 20px;
  }
  .p-top-department__block.-syakairinshoushinri {
    background-color: #c8e2e2;
    background-image: url(../img/top/department_block_bg_syakairinshoushinri.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .p-top-department__block.-syakairinshoushinri .p-top-department__thumbnail {
    margin-top: -80px;
  }
  .p-top-department__block.-syakairinshoushinri .p-top-department__textarea {
    margin-top: 44px;
  }
  .p-top-department__block.-syakairinshoushinri .p-top-department__feature:before {
    background: -webkit-gradient(linear, left top, right top, from(rgb(80, 185, 233)), to(rgb(55, 106, 179)));
    background: linear-gradient(90deg, rgb(80, 185, 233) 0%, rgb(55, 106, 179) 100%);
  }
  .p-top-department__block.-syakairinshoushinri .p-top-department__feature:after {
    background-color: #c2e8fa;
  }
  .p-top-department__block.-syakairinshoushinri .p-top-department__feature-item:before {
    background-color: #0084cf;
  }
  .p-top-department__block.-syakairinshoushinri .p-top-department__feature-title {
    color: #0084cf;
  }
  .p-top-department__block.-syakairinshoushinri .p-top-department__message-title {
    color: #0084cf;
  }
  .p-top-department__block.-syakairinshoushinri .p-top-department__head {
    position: relative;
  }
  .p-top-department__block.-syakairinshoushinri .p-top-department__head-treat02 {
    position: absolute;
    top: 20px;
    left: 25%;
    width: 250px;
  }
  .p-top-department__block.-syakairinshoushinri .p-top-department__thumbnail {
    margin-right: -190px;
    margin-top: -140px;
  }
  .p-top-department__block.-syakairinshoushinri .p-top-department__name {
    margin-left: auto;
    width: 423px;
  }
  .p-top-department__block.-syakairinshoushinri .p-top-department__title {
    width: 490px;
  }
  .p-top-department__block.-syakairinshoushinri .p-top-department__message {
    background-color: #eaf6fd;
  }
  .p-top-department__block.-syakairinshoushinri .p-top-department__flex {
    margin-top: 20px;
  }
  .p-top-department__block.-syakairinshoushinri .p-top-department__pick-flex {
    border-color: #489f9d;
  }
  .p-top-department__block.-syakairinshoushinri .p-top-department__pick-subtitle {
    color: #00a0e9;
  }
  .p-top-department__block.-syakairinshoushinri .p-top-department__environment {
    background: linear-gradient(132deg, rgb(44, 166, 224) 0%, rgb(72, 159, 157) 100%);
  }
  .p-top-department__block.-syakairinshoushinri .p-top-department__environment-subtitle {
    color: #489f9d;
  }
  .p-top-department__block.-kodomohattatsu {
    background-color: #fad9e7;
    background-image: url(../img/top/department_block_bg_kodomohattatsu.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  .p-top-department__block.-kodomohattatsu .p-top-department__thumbnail {
    margin-top: -80px;
  }
  .p-top-department__block.-kodomohattatsu .p-top-department__textarea {
    margin-top: 44px;
  }
  .p-top-department__block.-kodomohattatsu .p-top-department__feature:before {
    background: -webkit-gradient(linear, left top, right top, from(rgb(80, 185, 233)), to(rgb(55, 106, 179)));
    background: linear-gradient(90deg, rgb(80, 185, 233) 0%, rgb(55, 106, 179) 100%);
  }
  .p-top-department__block.-kodomohattatsu .p-top-department__feature:after {
    background-color: #c2e8fa;
  }
  .p-top-department__block.-kodomohattatsu .p-top-department__feature-item:before {
    background-color: #0084cf;
  }
  .p-top-department__block.-kodomohattatsu .p-top-department__feature-title {
    color: #0084cf;
  }
  .p-top-department__block.-kodomohattatsu .p-top-department__message-title {
    color: #0084cf;
  }
  .p-top-department__block.-kodomohattatsu .p-top-department__head {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-top-department__block.-kodomohattatsu .p-top-department__head-treat02 {
    position: absolute;
    top: 20px;
    left: 25%;
    width: 250px;
  }
  .p-top-department__block.-kodomohattatsu .p-top-department__thumbnail {
    margin-right: -170px;
    margin-top: -140px;
  }
  .p-top-department__block.-kodomohattatsu .p-top-department__name {
    margin-left: 70px;
    width: 494px;
  }
  .p-top-department__block.-kodomohattatsu .p-top-department__title {
    width: 490px;
  }
  .p-top-department__block.-kodomohattatsu .p-top-department__message {
    background-color: #eaf6fd;
  }
  .p-top-department__block.-kodomohattatsu .p-top-department__flex {
    margin-top: 20px;
  }
  .p-top-department__block.-kodomohattatsu .p-top-department__pick-flex {
    border-color: #ec728a;
  }
  .p-top-department__block.-kodomohattatsu .p-top-department__pick-subtitle {
    color: #9168aa;
  }
  .p-top-department__block.-kodomohattatsu .p-top-department__environment {
    background: linear-gradient(132deg, rgb(248, 193, 98) 0%, rgb(237, 130, 177) 37%);
  }
  .p-top-department__block.-kodomohattatsu .p-top-department__environment-subtitle {
    color: #ec728a;
  }
  .p-top-department__block.-bizyutsu {
    background-color: #fad3b2;
  }
  .p-top-department__block.-bizyutsu .p-top-department__thumbnail {
    margin-top: -156px;
  }
  .p-top-department__block.-bizyutsu .p-top-department__textarea {
    margin-top: 44px;
  }
  .p-top-department__block.-bizyutsu .p-top-department__feature:before {
    background: -webkit-gradient(linear, left top, right top, from(rgb(255, 241, 0)), to(rgb(235, 92, 1)));
    background: linear-gradient(90deg, rgb(255, 241, 0) 0%, rgb(235, 92, 1) 100%);
  }
  .p-top-department__block.-bizyutsu .p-top-department__feature:after {
    background-color: #fad3b2;
  }
  .p-top-department__block.-bizyutsu .p-top-department__feature-item:before {
    background-color: #eb5c01;
  }
  .p-top-department__block.-bizyutsu .p-top-department__feature-title {
    color: #eb5c01;
  }
  .p-top-department__block.-bizyutsu .p-top-department__message-title {
    color: #eb5c01;
  }
  .p-top-department__block.-bizyutsu .p-top-department__name {
    width: 440px;
  }
  .p-top-department__block.-bizyutsu .p-top-department__title {
    width: 490px;
  }
  .p-top-department__block.-bizyutsu .p-top-department__message {
    background-color: #fef1e7;
  }
  .p-top-department__block.-bizyutsu .p-top-department__flex {
    margin-top: 33px;
  }
  .p-top-department__block.-kenkoueiyou {
    background-color: #d4eac0;
  }
  .p-top-department__block.-kenkoueiyou .p-top-department__thumbnail {
    margin-top: -108px;
    margin-right: -145px;
    max-width: 650px;
  }
  .p-top-department__block.-kenkoueiyou .p-top-department__textarea {
    margin-top: 44px;
  }
  .p-top-department__block.-kenkoueiyou .p-top-department__feature:before {
    background: -webkit-gradient(linear, left top, right top, from(rgb(233, 232, 67)), to(rgb(0, 166, 60)));
    background: linear-gradient(90deg, rgb(233, 232, 67) 0%, rgb(0, 166, 60) 100%);
  }
  .p-top-department__block.-kenkoueiyou .p-top-department__feature:after {
    background-color: #d4eac0;
  }
  .p-top-department__block.-kenkoueiyou .p-top-department__feature-item:before {
    background-color: #00a63c;
  }
  .p-top-department__block.-kenkoueiyou .p-top-department__feature-title {
    color: #00a63c;
  }
  .p-top-department__block.-kenkoueiyou .p-top-department__message-title {
    color: #00a63c;
  }
  .p-top-department__block.-kenkoueiyou .p-top-department__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    position: relative;
  }
  .p-top-department__block.-kenkoueiyou .p-top-department__head-treat02 {
    position: absolute;
    top: 20px;
    left: 25%;
    width: 250px;
  }
  .p-top-department__block.-kenkoueiyou .p-top-department__name {
    margin-left: 230px;
    width: 423px;
  }
  .p-top-department__block.-kenkoueiyou .p-top-department__title {
    width: 330px;
  }
  .p-top-department__block.-kenkoueiyou .p-top-department__message {
    background-color: #eff7ed;
  }
  .p-top-department__block.-kenkoueiyou .p-top-department__flex {
    margin-top: 60px;
  }
  .p-top-department__title {
    width: 463px;
  }
  .p-top-department__text {
    font-size: 1.8rem;
    margin-top: 19px;
    line-height: 1.75;
    letter-spacing: 0.02em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .p-top-department__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 42px;
    position: relative;
    z-index: 10;
  }
  .p-top-department__feature {
    background-color: #fff;
    padding: 46px 40px 35px;
    position: relative;
  }
  .p-top-department__feature:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 8px;
    top: 0;
    left: 0;
  }
  .p-top-department__feature:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    bottom: -2px;
    right: -2px;
    clip-path: polygon(100% 100%, 0% 100%, 100% 0);
  }
  .p-top-department__feature:nth-of-type(1) {
    width: 44%;
  }
  .p-top-department__feature:nth-of-type(2) {
    width: 52%;
  }
  .p-top-department__feature-head {
    font-size: 1.8rem;
    font-weight: bold;
    background-color: #fff000;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 8px;
    letter-spacing: 0.05em;
  }
  .p-top-department__feature-list {
    margin-top: 17px;
  }
  .p-top-department__feature-item {
    font-size: 1.8rem;
    padding-left: 23px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    position: relative;
    line-height: 1.8;
  }
  .p-top-department__feature-item:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    top: 18px;
    left: 2px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 100vmax;
  }
  .p-top-department__feature-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-top-department__feature-left {
    width: calc(100% - 150px);
  }
  .p-top-department__feature-title {
    font-size: 2.4rem;
    letter-spacing: 0;
    margin-top: 14px;
    line-height: 1.7;
    font-weight: bold;
    letter-spacing: 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .p-top-department__feature-right {
    width: 150px;
  }
  .p-top-department__feature-text {
    font-size: 1.8rem;
    margin-top: 8px;
    line-height: 1.7;
    letter-spacing: 0.03em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .p-top-department__message {
    margin-top: 50px;
    background-color: #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 50px 40px;
    position: relative;
    z-index: 10;
  }
  .p-top-department__message-treat {
    width: 216px;
    position: absolute;
    top: -35px;
    right: -27px;
  }
  .p-top-department__message-left {
    width: 300px;
  }
  .p-top-department__message-img {
    border-radius: 10px;
    overflow: hidden;
  }
  .p-top-department__message-textarea {
    margin-top: 22px;
  }
  .p-top-department__message-name .big-text {
    font-size: 2.4rem;
    font-weight: bold;
  }
  .p-top-department__message-name .small-text {
    font-size: 1.8rem;
    padding-left: 4px;
  }
  .p-top-department__message-text {
    font-size: 1.8rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    margin-top: 7px;
    line-height: 1.7;
    margin-bottom: 5px;
  }
  .p-top-department__message-right {
    width: calc(100% - 300px);
    padding-left: 50px;
  }
  .p-top-department__message-title {
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.5;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .p-top-department__message-description {
    font-size: 1.8rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    margin-top: 18px;
    line-height: 1.7;
  }
  .p-top-department__lesson {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 62px;
  }
  .p-top-department__pick {
    width: 66%;
    position: relative;
    padding-left: 27px;
  }
  .p-top-department__pick-title {
    width: 63px;
    position: absolute;
    top: -22px;
    left: -2px;
  }
  .p-top-department__pick-flex {
    background-color: var(--wht);
    border-radius: 0 30px 0 30px;
    border: 2px solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 32px 30px;
  }
  .p-top-department__pick-block {
    width: 50%;
    padding: 0 20px;
    position: relative;
  }
  .p-top-department__pick-block:first-of-type:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    top: 0;
    right: 0;
    background-image: linear-gradient(to bottom, #333 4px, transparent 4px);
    background-size: 2px 8px;
    background-repeat: repeat-y;
    background-position: left bottom;
  }
  .p-top-department__pick-block-title {
    height: 55px;
    margin-inline: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-top-department__pick-block-title img {
    height: 100%;
    width: auto;
  }
  .p-top-department__pick-subtitle {
    font-size: 2rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    background-color: #fff000;
    margin-top: 11px;
    font-weight: bold;
    padding: 4px 20px;
  }
  .p-top-department__pick-text {
    font-size: 1.8rem;
    letter-spacing: 0;
    line-height: 1.8;
    margin: 15px 0;
  }
  .p-top-department__pick-img {
    margin: 15px 0;
  }
  .p-top-department__environment {
    width: 32%;
    border-radius: 0 30px 0 30px;
    position: relative;
    padding: 66px 40px 40px;
  }
  .p-top-department__environment-title {
    position: absolute;
    top: -33px;
    left: 51%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 250px;
  }
  .p-top-department__environment-subtitle {
    font-size: 2rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: var(--wht);
    padding: 0 15px;
    font-weight: bold;
  }
  .p-top-department__environment-headline {
    font-size: 2rem;
    margin-top: 18px;
    color: #fff000;
    font-weight: 600;
  }
  .p-top-department__environment-text {
    font-size: 1.8rem;
    color: var(--wht);
    margin-top: 5px;
    line-height: 1.8;
    letter-spacing: 0.02em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .p-top-department__environment-img {
    margin-top: 20px;
  }
  .p-top-department__years {
    margin-top: 55px;
    margin-inline: auto;
    max-width: 1200px;
    width: calc(100% - 50px);
    padding: 0 0 70px;
  }
  .p-top-department__years-title {
    width: 900px;
  }
  .p-top-department__years-table-wrap {
    margin-top: 24px;
  }
  .p-top-department__years-table-wrap.-syakairinshoushinri tr:not(:first-of-type) th {
    background: linear-gradient(132deg, rgb(44, 166, 224) 0%, rgb(72, 159, 157) 100%);
  }
  .p-top-department__years-table-wrap.-syakairinshoushinri tr.point td li {
    color: #3f8e8d;
  }
  .p-top-department__years-table-wrap.-syakairinshoushinri tr.point td li:before {
    background-color: #3f8e8d;
  }
  .p-top-department__years-table-wrap.-kodomohattatsu tr:not(:first-of-type) th {
    background: linear-gradient(132deg, rgb(248, 193, 98) 0%, rgb(237, 130, 177) 100%);
  }
  .p-top-department__years-table-wrap.-kodomohattatsu tr.point td li {
    color: #ec728a;
  }
  .p-top-department__years-table-wrap.-kodomohattatsu tr.point td li:before {
    background-color: #ec728a;
  }
  .p-top-department__years-table-wrap table {
    width: 100%;
    border-top: 1px solid var(--black01);
    border-left: 1px solid var(--black01);
    background-color: var(--wht);
  }
  .p-top-department__years-table-wrap tr:first-of-type th {
    background-color: #888888;
    height: 50px;
  }
  .p-top-department__years-table-wrap tr.point li:before {
    border-radius: 0;
    top: 10px;
    left: 0px;
    width: 12px;
    height: 12px;
  }
  .p-top-department__years-table-wrap th {
    border-bottom: 1px solid var(--black01);
    border-right: 1px solid var(--black01);
    color: var(--wht);
    font-size: 1.8rem;
    text-align: center;
    vertical-align: middle;
  }
  .p-top-department__years-table-wrap th:first-of-type {
    width: 240px;
  }
  .p-top-department__years-table-wrap td {
    border-bottom: 1px solid var(--black01);
    border-right: 1px solid var(--black01);
    font-size: 1.8rem;
    padding: 12px 10px;
  }
  .p-top-department__years-table-wrap td li {
    padding-left: 1em;
    position: relative;
    line-height: 1.7;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .p-top-department__years-table-wrap td li:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 13px;
    left: 5px;
    background-color: var(--black01);
    border-radius: 100vmax;
  }
  .p-top-department__years-table-wrap td li:not(:first-of-type) {
    margin-top: 1px;
  }
  .p-top-department__years-note {
    margin-top: 12px;
  }
  .p-top-department__years-note li {
    font-size: 1.6rem;
    margin-left: 1em;
    text-indent: -1em;
  }
  .p-top-link__inner {
    max-width: 1000px;
    width: calc(100% - 50px);
    margin-inline: auto;
    padding: 73px 0 73px;
  }
  .p-top-link__btn {
    background-color: var(--black01);
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    width: 320px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    margin-inline: auto;
  }
  .p-top-link__btn:not(:first-of-type) {
    margin-top: 20px;
  }
  .p-top-link__btn:before {
    position: absolute;
    content: "";
    width: 24px;
    height: 10px;
    top: 50%;
    right: 14px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url(../img/top/icon_angle.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .p-top-lead__inner {
    padding: calc(36 / 390 * 100vw) 0 calc(40 / 390 * 100vw);
  }
  .p-top-lead__text {
    font-size: calc(14 / 390 * 100vw);
    text-align: center;
    line-height: 1.7;
  }
  .p-top-lead__text .bold-text {
    font-weight: bold;
  }
  .p-top-lead__anchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-inline: auto;
    width: calc(360 / 390 * 100vw);
    margin-top: calc(38 / 390 * 100vw);
  }
  .p-top-lead__anchor-item {
    width: 49%;
    margin-bottom: 10px;
  }
  .p-top-learning {
    background-image: url(../img/top/learning_bg.png);
    background-size: calc(8 / 390 * 100vw);
    background-repeat: repeat;
  }
  .p-top-learning__inner {
    position: relative;
  }
  .p-top-learning__img {
    margin-inline: auto;
    max-width: calc(1440 / 390 * 100vw);
  }
  .p-top-learning__treat01 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(252 / 390 * 100vw);
    display: none;
  }
  .p-top-learning__treat02 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(338 / 390 * 100vw);
    display: none;
  }
  .p-top-department {
    position: relative;
  }
  .p-top-department__treat01_01 {
    position: absolute;
    top: calc(45 / 390 * 100vw);
    left: calc(-50 / 390 * 100vw);
    width: calc(310 / 390 * 100vw);
    display: none;
  }
  .p-top-department__treat01_02 {
    position: absolute;
    top: calc(530 / 390 * 100vw);
    right: calc(-100 / 390 * 100vw);
    width: calc(330 / 390 * 100vw);
    display: none;
  }
  .p-top-department__treat02_01 {
    position: absolute;
    top: calc(77 / 390 * 100vw);
    left: calc(-39 / 390 * 100vw);
    width: calc(77 / 390 * 100vw);
  }
  .p-top-department__treat02_02 {
    position: absolute;
    top: calc(790 / 390 * 100vw);
    right: calc(-59 / 390 * 100vw);
    width: calc(100 / 390 * 100vw);
  }
  .p-top-department__treat03_01 {
    position: absolute;
    top: calc(621 / 390 * 100vw);
    left: calc(-55 / 390 * 100vw);
    width: calc(160 / 390 * 100vw);
    display: none;
  }
  .p-top-department__treat03_02 {
    position: absolute;
    bottom: calc(100 / 390 * 100vw);
    right: calc(-70 / 390 * 100vw);
    width: calc(170 / 390 * 100vw);
    display: none;
  }
  .p-top-department__treat04_01 {
    position: absolute;
    top: calc(35 / 390 * 100vw);
    left: calc(-108 / 390 * 100vw);
    width: calc(310 / 390 * 100vw);
    display: none;
  }
  .p-top-department__treat04_02 {
    position: absolute;
    bottom: calc(80 / 390 * 100vw);
    right: calc(-170 / 390 * 100vw);
    width: calc(310 / 390 * 100vw);
    display: none;
  }
  .p-top-department__inner {
    margin-inline: auto;
    max-width: calc(1200 / 390 * 100vw);
    width: calc(100% - 40 / 390 * 100vw);
  }
  .p-top-department__name {
    margin-inline: auto;
    width: calc(212 / 390 * 100vw);
  }
  .p-top-department__textarea {
    margin-top: calc(44 / 390 * 100vw);
  }
  .p-top-department__block {
    position: relative;
  }
  .p-top-department__block.-gengobunka {
    background-color: #d5ddec;
  }
  .p-top-department__block.-gengobunka .p-top-department__thumbnail {
    margin-left: calc(50% - 50vw);
    max-width: calc(355 / 390 * 100vw);
  }
  .p-top-department__block.-gengobunka .p-top-department__title {
    width: calc(290 / 390 * 100vw);
  }
  .p-top-department__block.-gengobunka .p-top-department__textarea {
    margin-top: calc(26 / 390 * 100vw);
  }
  .p-top-department__block.-gengobunka .p-top-department__feature:before {
    background: -webkit-gradient(linear, left top, right top, from(rgb(80, 185, 233)), to(rgb(55, 106, 179)));
    background: linear-gradient(90deg, rgb(80, 185, 233) 0%, rgb(55, 106, 179) 100%);
  }
  .p-top-department__block.-gengobunka .p-top-department__feature:after {
    background-color: #d5ddec;
  }
  .p-top-department__block.-gengobunka .p-top-department__feature-item:before {
    background-color: #0077c4;
  }
  .p-top-department__block.-gengobunka .p-top-department__feature-title {
    color: #376ab3;
  }
  .p-top-department__block.-gengobunka .p-top-department__message-title {
    color: #376ab3;
  }
  .p-top-department__block.-gengobunka .p-top-department__message {
    background-color: #f1f4f9;
  }
  .p-top-department__block.-syakaidezain {
    background-color: #c2e8fa;
  }
  .p-top-department__block.-syakaidezain .p-top-department__thumbnail {
    margin-right: calc(50% - 50vw);
    margin-top: calc(10 / 390 * 100vw);
    max-width: calc(370 / 390 * 100vw);
  }
  .p-top-department__block.-syakaidezain .p-top-department__textarea {
    margin-top: calc(20 / 390 * 100vw);
  }
  .p-top-department__block.-syakaidezain .p-top-department__feature:before {
    background: -webkit-gradient(linear, left top, right top, from(rgb(80, 185, 233)), to(rgb(55, 106, 179)));
    background: linear-gradient(90deg, rgb(80, 185, 233) 0%, rgb(55, 106, 179) 100%);
  }
  .p-top-department__block.-syakaidezain .p-top-department__feature:after {
    background-color: #c2e8fa;
  }
  .p-top-department__block.-syakaidezain .p-top-department__feature-item:before {
    background-color: #0077c4;
  }
  .p-top-department__block.-syakaidezain .p-top-department__feature-title {
    color: #376ab3;
  }
  .p-top-department__block.-syakaidezain .p-top-department__message-title {
    color: #376ab3;
  }
  .p-top-department__block.-syakaidezain .p-top-department__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    position: relative;
  }
  .p-top-department__block.-syakaidezain .p-top-department__head-treat02 {
    position: absolute;
    top: calc(20 / 390 * 100vw);
    left: 25%;
    width: calc(250 / 390 * 100vw);
    display: none;
  }
  .p-top-department__block.-syakaidezain .p-top-department__name {
    width: calc(253 / 390 * 100vw);
  }
  .p-top-department__block.-syakaidezain .p-top-department__title {
    width: calc(225 / 390 * 100vw);
  }
  .p-top-department__block.-syakaidezain .p-top-department__message {
    background-color: #eaf6fd;
  }
  .p-top-department__block.-syakaidezain .p-top-department__message-textarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-top-department__block.-syakaidezain .p-top-department__message-wrap {
    width: 46%;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .p-top-department__block.-syakaidezain .p-top-department__message-wrap .small-text {
    padding-left: 0;
    font-size: calc(14 / 390 * 100vw);
  }
  .p-top-department__block.-syakaidezain .p-top-department__message-wrap .big-text {
    padding-right: calc(4 / 390 * 100vw);
  }
  .p-top-department__block.-syakairinshoushinri {
    background-color: #c8e2e2;
    background-image: url(../img/top/department_block_bg_syakairinshoushinri_sp.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .p-top-department__block.-syakairinshoushinri .p-top-department__thumbnail {
    margin-top: calc(-80 / 390 * 100vw);
  }
  .p-top-department__block.-syakairinshoushinri .p-top-department__textarea {
    margin-top: calc(21 / 390 * 100vw);
  }
  .p-top-department__block.-syakairinshoushinri .p-top-department__feature:before {
    background: -webkit-gradient(linear, left top, right top, from(rgb(80, 185, 233)), to(rgb(55, 106, 179)));
    background: linear-gradient(90deg, rgb(80, 185, 233) 0%, rgb(55, 106, 179) 100%);
  }
  .p-top-department__block.-syakairinshoushinri .p-top-department__feature:after {
    background-color: #c2e8fa;
  }
  .p-top-department__block.-syakairinshoushinri .p-top-department__feature-item:before {
    background-color: #0084cf;
  }
  .p-top-department__block.-syakairinshoushinri .p-top-department__feature-title {
    color: #0084cf;
  }
  .p-top-department__block.-syakairinshoushinri .p-top-department__message-title {
    color: #0084cf;
  }
  .p-top-department__block.-syakairinshoushinri .p-top-department__head {
    position: relative;
  }
  .p-top-department__block.-syakairinshoushinri .p-top-department__head-treat02 {
    position: absolute;
    top: calc(20 / 390 * 100vw);
    left: 25%;
    width: calc(250 / 390 * 100vw);
  }
  .p-top-department__block.-syakairinshoushinri .p-top-department__thumbnail {
    margin-right: 0;
    margin-left: calc(-39 / 390 * 100vw);
    margin-top: calc(22 / 390 * 100vw);
    width: calc(365 / 390 * 100vw);
  }
  .p-top-department__block.-syakairinshoushinri .p-top-department__name {
    margin-left: auto;
    width: calc(233 / 390 * 100vw);
  }
  .p-top-department__block.-syakairinshoushinri .p-top-department__title {
    width: calc(300 / 390 * 100vw);
  }
  .p-top-department__block.-syakairinshoushinri .p-top-department__message {
    background-color: #eaf6fd;
  }
  .p-top-department__block.-syakairinshoushinri .p-top-department__flex {
    margin-top: calc(20 / 390 * 100vw);
  }
  .p-top-department__block.-syakairinshoushinri .p-top-department__pick-flex {
    border-color: #489f9d;
  }
  .p-top-department__block.-syakairinshoushinri .p-top-department__pick-subtitle {
    color: #00a0e9;
  }
  .p-top-department__block.-syakairinshoushinri .p-top-department__environment {
    background: linear-gradient(132deg, rgb(44, 166, 224) 0%, rgb(72, 159, 157) 100%);
  }
  .p-top-department__block.-syakairinshoushinri .p-top-department__environment-subtitle {
    color: #489f9d;
  }
  .p-top-department__block.-kodomohattatsu {
    background-color: #fad9e7;
    background-image: url(../img/top/department_block_bg_kodomohattatsu.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  .p-top-department__block.-kodomohattatsu .p-top-department__thumbnail {
    margin-top: calc(-80 / 390 * 100vw);
  }
  .p-top-department__block.-kodomohattatsu .p-top-department__textarea {
    margin-top: calc(27 / 390 * 100vw);
  }
  .p-top-department__block.-kodomohattatsu .p-top-department__feature:before {
    background: -webkit-gradient(linear, left top, right top, from(rgb(80, 185, 233)), to(rgb(55, 106, 179)));
    background: linear-gradient(90deg, rgb(80, 185, 233) 0%, rgb(55, 106, 179) 100%);
  }
  .p-top-department__block.-kodomohattatsu .p-top-department__feature:after {
    background-color: #c2e8fa;
  }
  .p-top-department__block.-kodomohattatsu .p-top-department__feature-item:before {
    background-color: #0084cf;
  }
  .p-top-department__block.-kodomohattatsu .p-top-department__feature-title {
    color: #0084cf;
  }
  .p-top-department__block.-kodomohattatsu .p-top-department__message-title {
    color: #0084cf;
  }
  .p-top-department__block.-kodomohattatsu .p-top-department__head {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-top-department__block.-kodomohattatsu .p-top-department__head-treat02 {
    position: absolute;
    top: calc(20 / 390 * 100vw);
    left: 25%;
    width: calc(250 / 390 * 100vw);
  }
  .p-top-department__block.-kodomohattatsu .p-top-department__thumbnail {
    margin-right: calc(-40 / 390 * 100vw);
    margin-top: calc(10 / 390 * 100vw);
  }
  .p-top-department__block.-kodomohattatsu .p-top-department__name {
    margin-inline: auto;
    width: calc(270 / 390 * 100vw);
  }
  .p-top-department__block.-kodomohattatsu .p-top-department__title {
    width: calc(306 / 390 * 100vw);
  }
  .p-top-department__block.-kodomohattatsu .p-top-department__message {
    background-color: #eaf6fd;
  }
  .p-top-department__block.-kodomohattatsu .p-top-department__flex {
    margin-top: calc(20 / 390 * 100vw);
  }
  .p-top-department__block.-kodomohattatsu .p-top-department__pick-flex {
    border-color: #ec728a;
  }
  .p-top-department__block.-kodomohattatsu .p-top-department__pick-subtitle {
    color: #9168aa;
  }
  .p-top-department__block.-kodomohattatsu .p-top-department__environment {
    background: linear-gradient(132deg, rgb(248, 193, 98) 0%, rgb(237, 130, 177) 37%);
  }
  .p-top-department__block.-kodomohattatsu .p-top-department__environment-subtitle {
    color: #ec728a;
  }
  .p-top-department__block.-bizyutsu {
    background-color: #fad3b2;
  }
  .p-top-department__block.-bizyutsu .p-top-department__thumbnail {
    margin-top: calc(-10 / 390 * 100vw);
    margin-left: calc(50% - 50vw);
  }
  .p-top-department__block.-bizyutsu .p-top-department__textarea {
    margin-top: calc(18 / 390 * 100vw);
  }
  .p-top-department__block.-bizyutsu .p-top-department__feature:before {
    background: -webkit-gradient(linear, left top, right top, from(rgb(255, 241, 0)), to(rgb(235, 92, 1)));
    background: linear-gradient(90deg, rgb(255, 241, 0) 0%, rgb(235, 92, 1) 100%);
  }
  .p-top-department__block.-bizyutsu .p-top-department__feature:after {
    background-color: #fad3b2;
  }
  .p-top-department__block.-bizyutsu .p-top-department__feature-item:before {
    background-color: #eb5c01;
  }
  .p-top-department__block.-bizyutsu .p-top-department__feature-title {
    color: #eb5c01;
  }
  .p-top-department__block.-bizyutsu .p-top-department__message-title {
    color: #eb5c01;
  }
  .p-top-department__block.-bizyutsu .p-top-department__name {
    width: calc(250 / 390 * 100vw);
  }
  .p-top-department__block.-bizyutsu .p-top-department__title {
    width: calc(307 / 390 * 100vw);
  }
  .p-top-department__block.-bizyutsu .p-top-department__message {
    background-color: #fef1e7;
  }
  .p-top-department__block.-bizyutsu .p-top-department__flex {
    margin-top: calc(15 / 390 * 100vw);
  }
  .p-top-department__block.-kenkoueiyou {
    background-color: #d4eac0;
  }
  .p-top-department__block.-kenkoueiyou .p-top-department__thumbnail {
    margin-top: calc(0 / 390 * 100vw);
    margin-right: calc(50% - 50vw);
  }
  .p-top-department__block.-kenkoueiyou .p-top-department__textarea {
    margin-top: calc(12 / 390 * 100vw);
  }
  .p-top-department__block.-kenkoueiyou .p-top-department__feature:before {
    background: -webkit-gradient(linear, left top, right top, from(rgb(233, 232, 67)), to(rgb(0, 166, 60)));
    background: linear-gradient(90deg, rgb(233, 232, 67) 0%, rgb(0, 166, 60) 100%);
  }
  .p-top-department__block.-kenkoueiyou .p-top-department__feature:after {
    background-color: #d4eac0;
  }
  .p-top-department__block.-kenkoueiyou .p-top-department__feature-item:before {
    background-color: #00a63c;
  }
  .p-top-department__block.-kenkoueiyou .p-top-department__feature-title {
    color: #00a63c;
  }
  .p-top-department__block.-kenkoueiyou .p-top-department__message-title {
    color: #00a63c;
  }
  .p-top-department__block.-kenkoueiyou .p-top-department__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    position: relative;
  }
  .p-top-department__block.-kenkoueiyou .p-top-department__head-treat02 {
    position: absolute;
    top: calc(20 / 390 * 100vw);
    left: 25%;
    width: calc(250 / 390 * 100vw);
  }
  .p-top-department__block.-kenkoueiyou .p-top-department__name {
    margin-inline: auto;
    width: calc(203 / 390 * 100vw);
  }
  .p-top-department__block.-kenkoueiyou .p-top-department__title {
    width: calc(205 / 390 * 100vw);
  }
  .p-top-department__block.-kenkoueiyou .p-top-department__message {
    background-color: #eff7ed;
  }
  .p-top-department__block.-kenkoueiyou .p-top-department__flex {
    margin-top: calc(23 / 390 * 100vw);
  }
  .p-top-department__text {
    font-size: calc(14 / 390 * 100vw);
    margin-top: calc(13 / 390 * 100vw);
    line-height: 1.75;
    letter-spacing: 0.02em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .p-top-department__flex {
    margin-top: calc(36 / 390 * 100vw);
    position: relative;
    z-index: 10;
  }
  .p-top-department__feature {
    background-color: #fff;
    padding: calc(27 / 390 * 100vw) calc(20 / 390 * 100vw) calc(25 / 390 * 100vw);
    position: relative;
  }
  .p-top-department__feature:before {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(5 / 390 * 100vw);
    top: 0;
    left: 0;
  }
  .p-top-department__feature:after {
    position: absolute;
    content: "";
    width: calc(30 / 390 * 100vw);
    height: calc(30 / 390 * 100vw);
    bottom: calc(-2 / 390 * 100vw);
    right: calc(-2 / 390 * 100vw);
    clip-path: polygon(100% 100%, 0% 100%, 100% 0);
  }
  .p-top-department__feature:not(:first-of-type) {
    margin-top: calc(23 / 390 * 100vw);
  }
  .p-top-department__feature-head {
    font-size: calc(16 / 390 * 100vw);
    font-weight: bold;
    background-color: #fff000;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: calc(1 / 390 * 100vw) calc(5 / 390 * 100vw);
    letter-spacing: 0em;
  }
  .p-top-department__feature-list {
    margin-top: calc(9 / 390 * 100vw);
  }
  .p-top-department__feature-item {
    font-size: calc(14 / 390 * 100vw);
    padding-left: calc(20 / 390 * 100vw);
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    position: relative;
    line-height: 1.75;
  }
  .p-top-department__feature-item:before {
    position: absolute;
    content: "";
    width: calc(13 / 390 * 100vw);
    height: calc(13 / 390 * 100vw);
    top: calc(13 / 390 * 100vw);
    left: calc(2 / 390 * 100vw);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 100vmax;
  }
  .p-top-department__feature-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-top-department__feature-left {
    width: calc(100% - 120 / 390 * 100vw);
  }
  .p-top-department__feature-title {
    font-size: calc(16 / 390 * 100vw);
    letter-spacing: 0;
    margin-top: calc(8 / 390 * 100vw);
    line-height: 1.7;
    font-weight: bold;
    letter-spacing: 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .p-top-department__feature-right {
    width: calc(100 / 390 * 100vw);
  }
  .p-top-department__feature-text {
    font-size: calc(14 / 390 * 100vw);
    margin-top: calc(8 / 390 * 100vw);
    line-height: 1.7;
    letter-spacing: 0.03em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .p-top-department__message {
    margin-top: calc(20 / 390 * 100vw);
    background-color: #fff;
    position: relative;
    padding: calc(30 / 390 * 100vw) calc(25 / 390 * 100vw);
    position: relative;
    z-index: 10;
  }
  .p-top-department__message-treat {
    width: calc(136 / 390 * 100vw);
    position: absolute;
    top: calc(-25 / 390 * 100vw);
    right: calc(0 / 390 * 100vw);
    -webkit-transform: rotate(-9deg);
            transform: rotate(-9deg);
  }
  .p-top-department__message-left {
    width: calc(300 / 390 * 100vw);
  }
  .p-top-department__message-img {
    border-radius: calc(10 / 390 * 100vw);
    overflow: hidden;
  }
  .p-top-department__message-img img {
    width: 100%;
  }
  .p-top-department__message-textarea {
    margin-top: calc(17 / 390 * 100vw);
  }
  .p-top-department__message-name .big-text {
    font-size: calc(16 / 390 * 100vw);
    font-weight: bold;
  }
  .p-top-department__message-name .small-text {
    font-size: calc(14 / 390 * 100vw);
    padding-left: calc(4 / 390 * 100vw);
  }
  .p-top-department__message-text {
    font-size: calc(14 / 390 * 100vw);
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    margin-top: calc(4 / 390 * 100vw);
    line-height: 1.7;
    margin-bottom: calc(5 / 390 * 100vw);
  }
  .p-top-department__message-right {
    margin-top: calc(16 / 390 * 100vw);
  }
  .p-top-department__message-title {
    font-size: calc(20 / 390 * 100vw);
    font-weight: bold;
    line-height: 1.5;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .p-top-department__message-description {
    font-size: calc(14 / 390 * 100vw);
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    margin-top: calc(7 / 390 * 100vw);
    line-height: 1.75;
  }
  .p-top-department__lesson {
    margin-top: calc(32 / 390 * 100vw);
  }
  .p-top-department__pick {
    position: relative;
    padding-left: calc(10 / 390 * 100vw);
    padding-right: calc(10 / 390 * 100vw);
  }
  .p-top-department__pick-title {
    width: calc(42 / 390 * 100vw);
    position: absolute;
    top: calc(-12 / 390 * 100vw);
    left: calc(-8 / 390 * 100vw);
  }
  .p-top-department__pick-flex {
    background-color: var(--wht);
    border-radius: 0 calc(20 / 390 * 100vw) 0 calc(20 / 390 * 100vw);
    border: calc(2 / 390 * 100vw) solid;
    padding: calc(15 / 390 * 100vw) calc(40 / 390 * 100vw);
  }
  .p-top-department__pick-block {
    position: relative;
    padding-bottom: calc(10 / 390 * 100vw);
  }
  .p-top-department__pick-block:first-of-type:before {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(2 / 390 * 100vw);
    bottom: 0;
    left: 0;
    right: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#333), to(transparent));
    background-image: linear-gradient(to right, #333 calc(2 / 390 * 100vw), transparent calc(2 / 390 * 100vw));
    background-size: calc(5 / 390 * 100vw) calc(1 / 390 * 100vw);
    background-repeat: repeat-x;
    background-position: left bottom;
  }
  .p-top-department__pick-block:not(:first-of-type) {
    margin-top: calc(20 / 390 * 100vw);
  }
  .p-top-department__pick-block-title {
    height: calc(42 / 390 * 100vw);
    margin-inline: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-top-department__pick-block-title img {
    height: 100%;
    width: auto;
  }
  .p-top-department__pick-subtitle {
    font-size: calc(16 / 390 * 100vw);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    background-color: #fff000;
    margin-top: calc(9 / 390 * 100vw);
    font-weight: bold;
    padding: calc(3 / 390 * 100vw) calc(18 / 390 * 100vw);
  }
  .p-top-department__pick-text {
    font-size: calc(14 / 390 * 100vw);
    letter-spacing: 0;
    line-height: 1.8;
    margin: calc(9 / 390 * 100vw) 0;
  }
  .p-top-department__pick-img {
    margin: calc(15 / 390 * 100vw) 0;
  }
  .p-top-department__environment {
    border-radius: 0 calc(20 / 390 * 100vw) 0 calc(20 / 390 * 100vw);
    position: relative;
    padding: calc(57 / 390 * 100vw) calc(37 / 390 * 100vw) calc(40 / 390 * 100vw);
    margin-top: calc(58 / 390 * 100vw);
    margin-inline: auto;
    width: calc(100% - 20 / 390 * 100vw);
  }
  .p-top-department__environment-title {
    position: absolute;
    top: calc(-30 / 390 * 100vw);
    left: 51%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(220 / 390 * 100vw);
  }
  .p-top-department__environment-subtitle {
    font-size: calc(16 / 390 * 100vw);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: var(--wht);
    padding: calc(3 / 390 * 100vw) calc(15 / 390 * 100vw);
    font-weight: bold;
  }
  .p-top-department__environment-headline {
    font-size: calc(16 / 390 * 100vw);
    margin-top: calc(8 / 390 * 100vw);
    color: #fff000;
    font-weight: 600;
    line-height: 1.7;
  }
  .p-top-department__environment-text {
    font-size: calc(14 / 390 * 100vw);
    color: var(--wht);
    margin-top: calc(5 / 390 * 100vw);
    line-height: 1.8;
    letter-spacing: 0.02em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .p-top-department__environment-img {
    margin-top: calc(20 / 390 * 100vw);
  }
  .p-top-department__years {
    margin-top: calc(23 / 390 * 100vw);
    padding: 0 0 calc(34 / 390 * 100vw);
  }
  .p-top-department__years-title {
    margin-inline: auto;
    width: calc(350 / 390 * 100vw);
  }
  .p-top-department__years-table-wrap {
    margin-top: calc(18 / 390 * 100vw);
    overflow-x: scroll;
    padding-left: calc(20 / 390 * 100vw);
    padding-right: calc(20 / 390 * 100vw);
    position: relative;
  }
  .p-top-department__years-table-wrap .p-top-department__years-table-inner {
    min-width: calc(940 / 390 * 100vw);
  }
  .p-top-department__years-table-wrap .p-top-department__years-table-icon {
    position: absolute;
    top: calc(250 / 390 * 100vw);
    left: calc(160 / 390 * 100vw);
    width: calc(70 / 390 * 100vw);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-top-department__years-table-wrap .p-top-department__years-table-icon.-off {
    opacity: 0;
  }
  .p-top-department__years-table-wrap.-syakairinshoushinri tr:not(:first-of-type) th {
    background: linear-gradient(132deg, rgb(44, 166, 224) 0%, rgb(72, 159, 157) 100%);
  }
  .p-top-department__years-table-wrap.-syakairinshoushinri tr.point td li {
    color: #3f8e8d;
  }
  .p-top-department__years-table-wrap.-syakairinshoushinri tr.point td li:before {
    background-color: #3f8e8d;
  }
  .p-top-department__years-table-wrap.-kodomohattatsu tr:not(:first-of-type) th {
    background: linear-gradient(132deg, rgb(248, 193, 98) 0%, rgb(237, 130, 177) 100%);
  }
  .p-top-department__years-table-wrap.-kodomohattatsu tr.point td li {
    color: #ec728a;
  }
  .p-top-department__years-table-wrap.-kodomohattatsu tr.point td li:before {
    background-color: #ec728a;
  }
  .p-top-department__years-table-wrap table {
    margin-right: calc(20 / 390 * 100vw);
    border-top: calc(1 / 390 * 100vw) solid var(--black01);
    border-left: calc(1 / 390 * 100vw) solid var(--black01);
    background-color: var(--wht);
  }
  .p-top-department__years-table-wrap tr:first-of-type th {
    background-color: #888888;
    height: calc(38 / 390 * 100vw);
  }
  .p-top-department__years-table-wrap tr.point li:before {
    border-radius: 0;
    top: calc(8 / 390 * 100vw);
    left: calc(0 / 390 * 100vw);
    width: calc(10 / 390 * 100vw);
    height: calc(10 / 390 * 100vw);
  }
  .p-top-department__years-table-wrap th {
    border-bottom: calc(1 / 390 * 100vw) solid var(--black01);
    border-right: calc(1 / 390 * 100vw) solid var(--black01);
    color: var(--wht);
    font-size: calc(14 / 390 * 100vw);
    text-align: center;
    vertical-align: middle;
  }
  .p-top-department__years-table-wrap th:first-of-type {
    width: calc(190 / 390 * 100vw);
  }
  .p-top-department__years-table-wrap th:not(:first-of-type) {
    width: calc(190 / 390 * 100vw);
  }
  .p-top-department__years-table-wrap td {
    border-bottom: calc(1 / 390 * 100vw) solid var(--black01);
    border-right: calc(1 / 390 * 100vw) solid var(--black01);
    font-size: calc(14 / 390 * 100vw);
    padding: calc(12 / 390 * 100vw) calc(7 / 390 * 100vw);
  }
  .p-top-department__years-table-wrap td li {
    padding-left: 1em;
    position: relative;
    line-height: 1.7;
    font-size: calc(14 / 390 * 100vw);
  }
  .p-top-department__years-table-wrap td li:before {
    position: absolute;
    content: "";
    width: calc(5 / 390 * 100vw);
    height: calc(5 / 390 * 100vw);
    top: calc(11 / 390 * 100vw);
    left: calc(4 / 390 * 100vw);
    background-color: var(--black01);
    border-radius: 100vmax;
  }
  .p-top-department__years-table-wrap td li:not(:first-of-type) {
    margin-top: calc(1 / 390 * 100vw);
  }
  .p-top-department__years-note {
    margin-top: calc(12 / 390 * 100vw);
    margin-inline: auto;
    width: calc(350 / 390 * 100vw);
  }
  .p-top-department__years-note li {
    font-size: calc(14 / 390 * 100vw);
    margin-left: 1em;
    text-indent: -1em;
  }
  .p-top-link__inner {
    max-width: calc(1000 / 390 * 100vw);
    width: calc(100% - 50 / 390 * 100vw);
    margin-inline: auto;
    padding: calc(73 / 390 * 100vw) 0 calc(73 / 390 * 100vw);
  }
  .p-top-link__btn {
    background-color: var(--black01);
    color: #fff;
    font-size: calc(15 / 390 * 100vw);
    font-weight: bold;
    width: calc(320 / 390 * 100vw);
    height: calc(50 / 390 * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    margin-inline: auto;
    padding: 0 calc(25 / 390 * 100vw);
  }
  .p-top-link__btn:not(:first-of-type) {
    margin-top: calc(20 / 390 * 100vw);
  }
  .p-top-link__btn:before {
    position: absolute;
    content: "";
    width: calc(24 / 390 * 100vw);
    height: calc(10 / 390 * 100vw);
    top: 50%;
    right: calc(14 / 390 * 100vw);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url(../img/top/icon_angle.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .p-top-department__block.-gengobunka .p-top-department__thumbnail {
    margin-top: 0;
    margin-left: 0;
  }
  .p-top-department__block.-gengobunka .p-top-department__flex {
    margin-top: 40px;
  }
  .p-top-department__block.-syakaidezain .p-top-department__thumbnail {
    margin: 0;
    width: 50%;
    padding-left: 20px;
  }
  .p-top-department__block.-syakaidezain .p-top-department__flex {
    margin-top: 40px;
  }
  .p-top-department__block.-syakairinshoushinri .p-top-department__thumbnail {
    margin-right: 0;
    margin-top: -140px;
    margin-left: 0;
  }
  .p-top-department__block.-kodomohattatsu .p-top-department__thumbnail {
    margin-right: 0;
    margin-top: -90px;
  }
  .p-top-department__block.-bizyutsu .p-top-department__title {
    width: 100%;
  }
  .p-top-department__block.-bizyutsu .p-top-department__thumbnail {
    margin-top: 0;
    margin-left: 0;
  }
  .p-top-department__block.-bizyutsu .p-top-department__flex {
    margin-top: 40px;
  }
  .p-top-department__block.-kenkoueiyou .p-top-department__thumbnail {
    margin-top: 0;
    margin-right: 0;
  }
  .p-top-department__block.-kenkoueiyou .p-top-department__flex {
    margin-top: 40px;
  }
  .p-top-department__textarea {
    width: 48%;
  }
  .p-top-department__title {
    width: 100%;
  }
  .p-top-department__thumbnail {
    width: 48%;
  }
  .p-top-department__feature-title {
    font-size: 2rem;
  }
  .p-top-department__feature-right {
    width: 150px;
    padding-left: 30px;
  }
  .p-top-department__message-title {
    font-size: 3rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) {
  .p-top-learning__treat01 {
    width: 19vw;
  }
  .p-top-learning__treat02 {
    width: 19vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .p-top-department__block.-syakairinshoushinri .p-top-department__thumbnail {
    margin-right: 0;
    margin-top: 0;
    margin-left: 0;
  }
  .p-top-department__block.-syakairinshoushinri .p-top-department__title {
    width: 100%;
  }
  .p-top-department__block.-kodomohattatsu .p-top-department__title {
    width: 100%;
  }
  .p-top-department__block.-kodomohattatsu .p-top-department__thumbnail {
    margin-right: 0;
    margin-top: 30px;
  }
  .p-top-department__pick {
    padding-left: 13px;
  }
  .p-top-department__pick-flex {
    padding: 22px 11px;
  }
  .p-top-department__pick-title {
    width: 36px;
    position: absolute;
    top: -22px;
    left: -2px;
  }
  .p-top-department__pick-block-title {
    height: 32px;
  }
  .p-top-department__pick-subtitle {
    font-size: 1.5rem;
  }
  .p-top-department__pick-text {
    font-size: 1.4rem;
  }
  .p-top-department__environment {
    padding: 45px 20px 20px;
  }
  .p-top-department__environment-title {
    top: -20px;
    width: 160px;
  }
  .p-top-department__environment-subtitle {
    font-size: 1.5rem;
  }
  .p-top-department__environment-headline {
    font-size: 1.6rem;
  }
  .p-top-department__environment-text {
    font-size: 1.4rem;
  }
  .p-top-department__years-title {
    width: 100%;
  }
  .p-top-department__years-table-wrap th {
    font-size: 1.5rem;
  }
  .p-top-department__years-table-wrap th:first-of-type {
    width: 120px;
  }
  .p-top-department__years-table-wrap td {
    font-size: 1.5rem;
  }
  .p-top-department__years-note li {
    font-size: 1.2rem;
  }
}
/*# sourceMappingURL=style.css.map */