<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-style: normal;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #000;
  -webkit-text-size-adjust: 100%;
  font-weight: 400;
  position: relative;
}
@media only screen and (max-width: 320px) {
  body {
    line-height: 1.5;
    font-size: 13px;
    letter-spacing: 0.02em;
  }
}

html {
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

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

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

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media only screen and (max-width: 1279px) {
  a:hover {
    opacity: 1;
  }
}

a:hover img {
  text-decoration: none;
  opacity: 0.8;
}
@media only screen and (max-width: 1279px) {
  a:hover img {
    opacity: 1;
  }
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

/* For modern browsers */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1;
}

img {
  border: 0;
  outline: 0;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
img.line {
  border: 1px solid #ccc;
}

/*太字*/
/*太字*/
/*英数字*/
/*横幅いっぱい*/
/*インナー横幅指定*/
/*見出しタイトル　ベース*/
/*見出しタイトル　下層ページベース*/
/*見出しスタイル*/
/*中央寄せ*/
/*余白*/
/*時差表示*/
/* --------------------------
	デバイス調整
--------------------------- */
@media only screen and (min-width:1025px) {
  .pcNone {
    display: none !important;
  }
  .spOnly {
    display: none !important;
  }
}
@media only screen and (max-width:1024px) {
  .pcOnly {
    display: none !important;
  }
  .pcNone {
    display: inline-block !important;
  }
  .spOnly {
    display: none !important;
  }
}
@media only screen and (max-width:767px) {
  .pcNone {
    display: inline-block !important;
  }
  .pcOnly {
    display: none !important;
  }
  .spNone {
    display: none !important;
  }
  .spOnly {
    display: inline-block !important;
  }
}
/* --------------------------
	アニメーション
--------------------------- */
/*フェードイン*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*フェードアウト*/
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fade-in {
  opacity: 0;
  -webkit-transition-duration: 700ms;
          transition-duration: 700ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.fade-in-up {
  -webkit-transform: translate(0, 25px);
          transform: translate(0, 25px);
}

.scroll-in {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*ファーストビュー用*/
.fade-top {
  opacity: 0;
  -webkit-animation-duration: 700ms;
          animation-duration: 700ms; /* アニメーション時間 */
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; /* 変化開始の時間 */
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn; /* アニメーション名 */
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; /*これで値を保持*/
}

@keyframes fadeIn { /*animation-nameで設定した値を書く*/
  0% {
    opacity: 0;
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
/*フッターボタン用*/
.fade-foot {
  opacity: 0;
  -webkit-animation-duration: 800ms;
          animation-duration: 800ms; /* アニメーション時間 */
  -webkit-animation-delay: 0;
          animation-delay: 0; /* 変化開始の時間 */
  -webkit-animation-name: fadeFoot;
          animation-name: fadeFoot; /* アニメーション名 */
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; /*これで値を保持*/
}

@-webkit-keyframes fadeFoot { /*animation-nameで設定した値を書く*/
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeFoot { /*animation-nameで設定した値を書く*/
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*preload設定*/
header.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

/*アンカーリンク*/
.anchor {
  display: block;
}
@media only screen and (max-width:767px) {
  .anchor {
    padding-top: 60px;
    margin-top: -60px;
  }
}

/*フォーム*/
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
}

/* --------------------------
	コンテンツ
--------------------------- */
.wrap {
  position: relative;
  min-height: 100%;
}

/*ヘッダー*/
header {
  width: 100%;
  position: fixed;
  z-index: 50;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 15px;
  margin: auto;
  -webkit-box-shadow: 0px 5px 5px -5px gray;
          box-shadow: 0px 5px 5px -5px gray;
}
@media only screen and (min-width:1025px) {
  header {
    display: none;
  }
}
@media only screen and (max-width:320px) {
  header {
    padding: 0 10px;
  }
}
header .logo {
  width: 160px;
  margin-right: auto;
}
@media only screen and (max-width:767px) {
  header .logo {
    width: 140px;
  }
}
@media only screen and (max-width:320px) {
  header .logo {
    width: 110px;
  }
}
header .cv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
}
header .cv li {
  font-size: 10px;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.1;
  border-right: 1px solid #ccc;
}
@media only screen and (max-width:320px) {
  header .cv li {
    font-size: 11px;
  }
}
header .cv li a {
  display: block;
  font-weight: 700;
  position: relative;
}
header .cv li a:before {
  font-family: "icomoon";
  font-size: 17px;
  font-weight: 400;
  color: #e60039;
  position: absolute;
  top: 4px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
header .cv li:first-child {
  border-left: 1px solid #ccc;
}
header .cv li:first-child a {
  padding: 28px 10px 5px;
}
@media only screen and (max-width:320px) {
  header .cv li:first-child a {
    padding: 28px 7px 5px;
  }
}
header .cv li:first-child a:before {
  content: "\e902";
  top: 8px;
}
header .cv li:last-child a {
  padding: 23px 10px 5px;
}
@media only screen and (max-width:320px) {
  header .cv li:last-child a {
    padding: 20px 7px 5px;
  }
}
header .cv li:last-child a:before {
  content: "\e903";
}
header #hamburger {
  display: block;
  top: 10px;
  right: 5px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 110;
}
header .line {
  display: block;
  position: absolute;
  right: 15px;
  width: 25px;
  height: 2px;
  background-color: black;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width:320px) {
  header .line {
    right: 13px;
  }
}
header #line1 {
  top: 15px;
}
header #line2 {
  top: 23px;
}
header #line3 {
  top: 31px;
}
header .line_1, header .line_2, header .line_3 {
  background: #fff;
}
header .line_1 {
  -webkit-transform: translateY(8px) rotate(-45deg);
          transform: translateY(8px) rotate(-45deg);
}
header .line_2 {
  opacity: 0;
}
header .line_3 {
  -webkit-transform: translateY(-8px) rotate(45deg);
          transform: translateY(-8px) rotate(45deg);
}
header .fade {
  opacity: 1 !important;
  z-index: 90;
  visibility: visible !important;
}
header #nav {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  text-align: center;
  font-size: 24px;
  background-color: rgba(0, 0, 0, 0.95);
  opacity: 0;
  visibility: hidden;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 50px;
  -webkit-transform: none;
          transform: none;
}
@media only screen and (max-width:1024px) {
  header #nav {
    padding: 0 30px;
  }
}
@media only screen and (max-width:767px) {
  header #nav {
    padding: 0 0 60px;
  }
}
header .g-menu {
  margin-top: 55px;
  padding: 0 40px;
  margin-bottom: 25px;
}
header .g-menu li {
  text-align: left;
  font-size: 14px;
  border-top: 1px solid #808080;
}
header .g-menu li:last-child {
  border-bottom: 1px solid #808080;
}
header .g-menu li a {
  color: #fff;
  display: block;
  padding: 15px 0;
  position: relative;
}
header .g-menu li a:before {
  content: "";
  width: 4px;
  height: 4px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -4px;
}
header .menu {
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .menu li {
  width: 48.5%;
  margin-bottom: 15px;
}
header .menu li a {
  border: 1px solid #fff;
  display: block;
  padding: 10px 10px 12px;
  border-radius: 2em;
  color: #fff;
  font-size: 13px;
  position: relative;
}
header .menu li a:before {
  content: "";
  width: 4px;
  height: 4px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -3px;
}
header .menu li:last-child {
  width: 100%;
}
header .menu li:last-child a {
  background-color: #e60039;
}
header .menu-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
header .menu-sub li {
  font-weight: 700;
  margin-right: 25px;
  font-size: 13px;
}
header .menu-sub li:last-child {
  margin-right: 0;
}
header .menu-sub li a {
  position: relative;
  padding-left: 18px;
  color: #fff;
}
header .menu-sub li a:before {
  content: "\e905";
  font-family: "icomoon";
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  top: -1px;
  left: 0;
  margin: auto;
}
header .menu-sub li:nth-child(2) a {
  padding-left: 18px;
}
header .menu-sub li:nth-child(2) a:before {
  font-size: 13px;
  content: "\e904";
  top: 2px;
}
header .menu-school {
  padding: 15px 40px;
  border-top: 1px solid #808080;
}
header .menu-school li {
  text-align: left;
}
header .menu-school li a {
  font-weight: 700;
  font-size: 13px;
  color: #fff;
}
header.recruit {
  position: relative;
  padding: 10px 15px;
}
header.no-link {
  position: relative;
  padding: 10px 15px;
}

/*フッター*/
footer {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background-color: #000;
}
footer .inner {
  max-width: 450px;
  margin: auto;
  padding: 0 25px;
  padding: 25px 25px 10px;
}
@media only screen and (max-width:767px) {
  footer .inner {
    padding: 0 20px;
  }
}
@media only screen and (max-width:320px) {
  footer .inner {
    padding: 0 18px;
  }
}
@media only screen and (max-width:767px) {
  footer .inner {
    padding: 20px 20px 10px;
  }
}
footer .school-link ul {
  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;
  gap: 15px;
  margin-bottom: 20px;
}
@media only screen and (max-width:360px) {
  footer .school-link ul {
    gap: 10px;
  }
}
footer .school-link ul li {
  width: 48%;
  background-color: #fff;
  font-size: 13px;
}
@media only screen and (max-width:767px) {
  footer .school-link ul li {
    width: 47.7%;
    font-size: 12px;
  }
}
@media only screen and (max-width:360px) {
  footer .school-link ul li {
    width: 48%;
  }
}
@media only screen and (max-width:320px) {
  footer .school-link ul li {
    font-size: 10px;
  }
}
@media only screen and (max-width:767px) {
  footer .school-link ul li:nth-child(3) {
    letter-spacing: -0.05em;
  }
}
footer .school-link ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  line-height: 1.3;
}
footer .school-link ul li a img {
  width: 65px;
  margin-right: 10px;
}
@media only screen and (max-width:767px) {
  footer .school-link ul li a img {
    margin-right: 8px;
  }
}
@media only screen and (max-width:360px) {
  footer .school-link ul li a img {
    width: 60px;
  }
}
@media only screen and (max-width:320px) {
  footer .school-link ul li a img {
    width: 55px;
  }
}
footer .footer-menu-col {
  margin-bottom: 20px;
}
footer .footer-menu-col .accordion-single {
  border-bottom: 1px solid #ccc;
}
footer .footer-menu-col .accordion-single-title {
  font-weight: 700;
  border-top: 1px solid #ccc;
  padding: 20px;
  cursor: pointer;
  position: relative;
  margin: 0;
  background-color: #fff;
}
@media only screen and (max-width:767px) {
  footer .footer-menu-col .accordion-single-title {
    padding: 15px;
  }
}
footer .footer-menu-col .accordion-single-title::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 1px #e60039;
  border-right: solid 1px #e60039;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
@media only screen and (max-width:767px) {
  footer .footer-menu-col .accordion-single-title::after {
    right: 20px;
  }
}
footer .footer-menu-col .accordion-single-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
  padding: 0 25px;
  background-color: #f8f8f8;
}
@media only screen and (max-width:767px) {
  footer .footer-menu-col .accordion-single-content {
    padding: 0 20px;
  }
}
footer .footer-menu-col .accordion-single-content ul {
  padding: 5px 0;
}
footer .footer-menu-col .accordion-single-content ul li {
  border-bottom: 1px solid #ccc;
  font-size: 13px;
}
footer .footer-menu-col .accordion-single-content ul li:last-child {
  border: none;
}
footer .footer-menu-col .accordion-single-content ul li a {
  position: relative;
  display: block;
  padding: 15px 0 15px 13px;
}
footer .footer-menu-col .accordion-single-content ul li a:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: -12px;
  top: 23px;
}
footer .footer-menu-col .accordion-single-content p {
  padding: 20px;
}
footer .footer-menu-col .accordion-single-item.is-open .accordion-single-content {
  max-height: 700px;
}
footer .footer-menu-col .accordion-single-item.is-open .accordion-single-title::after {
  -webkit-transform: translateY(-50%) rotate(315deg);
          transform: translateY(-50%) rotate(315deg);
}
footer .footer-banner {
  margin-bottom: 25px;
}
footer .footer-banner li {
  margin-bottom: 13px;
}
footer .footer-link {
  text-align: center;
}
footer .footer-link img {
  width: 150px;
  margin: 0 auto 10px;
}
footer .footer-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .footer-link ul li {
  position: relative;
  margin-right: 11px;
  font-size: 12px;
}
footer .footer-link ul li:after {
  content: "";
  width: 1px;
  height: 11px;
  background-color: #fff;
  position: absolute;
  right: -6px;
  top: 5px;
}
footer .footer-link ul li a {
  color: #fff;
}
footer .footer-link ul li:last-child {
  margin-right: 0;
}
footer .footer-link ul li:last-child:after {
  content: none;
}
footer .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 10px;
  padding: 25px 0 3px;
  width: 100%;
  color: #fff;
}

.footer-space {
  margin-bottom: 60px !important;
}

main {
  overflow: hidden;
  position: relative;
  z-index: 1;
  /*下層ページタイトル*/
  /*学校遷移リスト*/
  /*リスト上にテキストあり*/
  /*コンテンツボックス*/
}
@media only screen and (min-width:1025px) {
  main nav {
    position: fixed;
    margin-top: 35px;
    left: calc((50% - 280px) / 2);
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media only screen and (min-width:1025px) and (min-width: 1025px) and (max-width: 1300px) {
  main nav {
    width: 200px;
  }
}
@media only screen and (min-width:1025px) {
  main nav .logo {
    margin-bottom: 35px;
  }
  main nav .logo img {
    width: 180px;
  }
  main nav .pc-g-menu {
    margin-bottom: 30px;
  }
  main nav .pc-g-menu li {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 15px;
  }
  main nav .pc-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
  main nav .pc-menu li {
    width: 40%;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width:1025px) and (min-width: 1025px) and (max-width: 1300px) {
  main nav .pc-menu li {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width:1025px) {
  main nav .pc-menu li a {
    position: relative;
    font-weight: 700;
    font-size: 16px;
  }
}
@media only screen and (min-width:1025px) and (min-width: 1025px) and (max-width: 1300px) {
  main nav .pc-menu li a {
    font-size: 14px;
  }
}
@media only screen and (min-width:1025px) {
  main nav .pc-menu li a:after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #000000;
    bottom: -1px;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  main nav .pc-menu li a:hover::after {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  main nav .pc-menu-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 35px;
  }
  main nav .pc-menu-sub li {
    font-weight: 700;
    margin-right: 25px;
  }
  main nav .pc-menu-sub li a {
    position: relative;
    padding-left: 17px;
  }
  main nav .pc-menu-sub li a:before {
    content: "\e905";
    font-family: "icomoon";
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    top: -1px;
    right: 0;
    left: 0;
    margin: auto;
  }
  main nav .pc-menu-sub li:nth-child(2) a {
    padding-left: 18px;
  }
  main nav .pc-menu-sub li:nth-child(2) a:before {
    font-size: 14px;
    content: "\e904";
    top: 0;
  }
  main nav .pc-menu-school {
    padding: 30px 0 0;
    border-top: 1px solid #000;
  }
  main nav .pc-menu-school li {
    text-align: left;
    margin-bottom: 5px;
  }
  main nav .pc-menu-school li a {
    font-weight: 700;
    font-size: 13px;
  }
  main .banner-col {
    position: fixed;
    right: calc((50% - 280px) / 2);
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
    bottom: 35px;
  }
}
@media only screen and (min-width:1025px) and (min-width: 1025px) and (max-width: 1300px) {
  main .banner-col {
    right: calc((50% - 250px) / 2);
  }
  main .banner-col ul {
    width: 250px;
  }
}
@media only screen and (min-width:1025px) {
  main .banner-col li {
    margin-bottom: 15px;
  }
  main .banner-col img {
    width: 100%;
  }
}
main .content {
  width: 450px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 30px;
  overflow: hidden;
  z-index: 1;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 0 25px;
}
@media only screen and (max-width:1024px) {
  main .content {
    margin: 48px auto 0;
  }
}
@media only screen and (max-width:767px) {
  main .content {
    max-width: 100%;
    padding: 0 20px;
    margin: 48px auto 0;
  }
}
@media only screen and (max-width:320px) {
  main .content {
    margin: 47px auto 0;
    padding: 0 18px;
  }
}
main .content.recruit {
  margin: 0 auto 0;
}
main .content.no-link {
  margin: 0 auto 0;
}
main .element-col {
  margin-bottom: 45px;
}
main .element-col:last-of-type {
  margin-bottom: 0;
}
main .element-col.footer-space {
  margin-bottom: 60px;
}
main .item-col {
  margin-bottom: 30px;
}
@media only screen and (max-width:767px) {
  main .item-col {
    margin-bottom: 25px;
  }
}
main .item-col:last-of-type {
  margin-bottom: 0;
}
main .title-area {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background-color: #f8f8f8;
}
main .title-area .inner {
  max-width: 450px;
  margin: auto;
  padding: 0 25px;
  padding: 45px 25px;
}
@media only screen and (max-width:767px) {
  main .title-area .inner {
    padding: 0 20px;
  }
}
@media only screen and (max-width:320px) {
  main .title-area .inner {
    padding: 0 18px;
  }
}
@media only screen and (max-width:767px) {
  main .title-area .inner {
    padding: 40px 25px;
  }
}
@media only screen and (max-width:320px) {
  main .title-area .inner {
    padding: 35px 18px;
  }
}
main .title-area .inner h1 {
  font-weight: 900;
  font-size: 22px;
  line-height: 1.3;
}
main .title-area .breadcrumbs {
  max-width: 450px;
  margin: auto;
  padding: 0 25px;
  padding: 0 15px;
}
@media only screen and (max-width:767px) {
  main .title-area .breadcrumbs {
    padding: 0 20px;
  }
}
@media only screen and (max-width:320px) {
  main .title-area .breadcrumbs {
    padding: 0 18px;
  }
}
main .title-area .breadcrumbs ol {
  overflow-x: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  word-break: keep-all;
  white-space: nowrap;
  padding: 5px 0;
}
main .title-area .breadcrumbs ol::-webkit-scrollbar {
  display: none;
}
main .title-area .breadcrumbs ol li {
  font-size: 11px;
  margin-right: 15px;
  position: relative;
}
main .title-area .breadcrumbs ol li:after {
  content: "";
  width: 4px;
  height: 4px;
  border: 0px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: -8px;
  margin-top: -2px;
}
main .title-area .breadcrumbs ol li:last-child {
  margin-right: 0;
}
main .title-area .breadcrumbs ol li:last-child:after {
  content: none;
}
main .school-linklist {
  background-color: #fff;
  padding: 25px;
  border-radius: 10px;
  /*背景full*/
}
@media only screen and (max-width:767px) {
  main .school-linklist {
    padding: 20px;
  }
}
@media only screen and (max-width:360px) {
  main .school-linklist {
    padding: 20px 18px;
  }
}
main .school-linklist ul li {
  margin-bottom: 10px;
}
main .school-linklist ul li:last-child {
  margin-bottom: 0;
}
main .school-linklist ul li a {
  width: 100%;
  display: block;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  border-radius: 2em;
  padding: 15px 10px;
  position: relative;
  text-align: center;
}
main .school-linklist ul li a:before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
}
@media only screen and (max-width:767px) {
  main .school-linklist ul li:nth-child(3) {
    letter-spacing: -0.08em;
  }
}
@media only screen and (max-width:360px) {
  main .school-linklist ul li:nth-child(3) {
    letter-spacing: -0.1em;
  }
  main .school-linklist ul li:nth-child(3) a {
    padding: 15px 15px 15px 5px;
  }
}
main .school-linklist.frame {
  border: 1px solid #ccc;
  padding: 20px;
}
main .school-linklist.full {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background-color: #f8f8f8;
}
main .school-linklist.full .inner {
  max-width: 450px;
  margin: auto;
  padding: 0 25px;
}
@media only screen and (max-width:767px) {
  main .school-linklist.full .inner {
    padding: 0 20px;
  }
}
@media only screen and (max-width:320px) {
  main .school-linklist.full .inner {
    padding: 0 18px;
  }
}
@media only screen and (max-width:767px) {
  main .school-linklist.full .inner {
    padding: 0;
  }
}
main .school-linklist.full ul {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}
main .school-col {
  text-align: center;
}
main .school-col p {
  position: relative;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}
@media only screen and (max-width:767px) {
  main .school-col p {
    font-size: 16px;
  }
}
main .school-col p:before, main .school-col p:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #000;
  width: 2px;
  height: 1.2em;
  margin: 0 0.5em;
  margin-top: -0.2em;
  vertical-align: middle;
}
main .school-col p:before {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
main .school-col p:after {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
main .cnt-col {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 25px 30px;
  border-radius: 10px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width:767px) {
  main .cnt-col {
    padding: 25px;
  }
}
main .cnt-col:before {
  content: "";
  background-color: #e60039;
  width: 100px;
  height: 7px;
  border-radius: 0 0 3px 3px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
main .cnt-col-type02 {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 20px 25px;
  border-radius: 10px;
}
@media only screen and (max-width:767px) {
  main .cnt-col-type02 {
    padding: 15px 20px;
  }
}
main .cnt-col-type02.link {
  padding: 0;
}
main .cnt-col-type02.link a {
  display: block;
  position: relative;
  padding: 20px 35px 23px 25px;
}
@media only screen and (max-width:767px) {
  main .cnt-col-type02.link a {
    padding: 15px 30px 18px 20px;
  }
}
main .cnt-col-type02.link a:after {
  content: "";
  width: 5px;
  height: 5px;
  border: 0px;
  border-top: solid 2px #e60039;
  border-right: solid 2px #e60039;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
}

/*ボタン*/
.button {
  /*margin: auto;
  text-align: center;
  @include mixin.bold-text;
  display: inline-block;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  a{
  	min-width: 250px;
  	display: block;
  	padding: 12px 38px 14px 32px;
  	background-color: #000;
  	color: #fff;
  	border-radius: 2em;
  	position: relative;
  	@media only screen and (max-width:320px) {
  		padding: 12px 32px 14px 28px;
  	}
  	&amp;:after{
  		content: '';
  		width: 5px;
  		height: 5px;
  		border: 0px;
  		border-top: solid 2px #fff;
  		border-right: solid 2px #fff;
  		-ms-transform: rotate(45deg);
  		-webkit-transform: rotate(45deg);
  		transform: rotate(45deg);
  		position: absolute;
  		top: 50%;
  		right: 15px;
  		margin-top: -4px;
  	}
  }*/
  /*枠線なし*/
  /*小さいサイズ*/
  /*横幅いっぱい*/
  /*オープンキャンパス*/
  /*資料請求*/
  /*戻る*/
  /*ページ内リンク*/
  /*複数列*/
  /*ダウンロード*/
  /*PDF*/
  /*ダウンロード複数行*/
  /*リンクなし*/
  /*左寄せ*/
  /*採用ページ*/
}
.button a {
  display: inline grid;
  -ms-grid-columns: 1fr 1em auto 1em 1fr;
  grid-template-columns: 1fr auto 1fr;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-inline-size: 200px;
  border-radius: 3em;
  background-color: #000;
  color: #fff;
  padding: 12px 12px 14px;
  font-weight: 700;
}
.button a::before {
  content: ""; /* 空の疑似要素を用意する */
}
.button a::after {
  content: "";
  -ms-grid-column-align: end;
      justify-self: end; /* 右寄せにするために必須 */
  inline-size: 0.4em;
  aspect-ratio: 1;
  -webkit-border-before: 2px solid;
          border-block-start: 2px solid;
  -webkit-border-end: 2px solid;
          border-inline-end: 2px solid;
  rotate: 45deg;
}
.button.no-line a {
  border: none;
}
.button.small a {
  display: inline-block;
  -ms-grid-columns: none;
  grid-template-columns: none;
  inline-size: initial;
  min-width: auto;
  border-radius: 0;
  background-color: transparent;
  padding: 0 0 3px !important;
  color: #000;
  font-size: 13px;
  border-bottom: 1px solid #000;
  position: relative;
  /*&amp;:after{
  	border-top: solid 2px #000;
  	border-right: solid 2px #000;
  	right: -15px;
  	position: relative;
  	top: 5px;
  }*/
}
.button.small a:before {
  content: none;
}
.button.small a:after {
  content: "";
  width: 5px;
  height: 5px;
  border: 0px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: -15px;
  margin-top: -4px;
  rotate: 0deg;
}
.button.full {
  min-width: 100%;
  width: 100%;
}
.button.full a {
  width: 100%;
}
.button.cv a {
  background-color: #e60039;
  color: #fff;
  border: none;
  padding: 15px 32px 16px;
}
.button.cv a:after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.button.request a {
  background-color: #59b386;
  color: #fff;
  border: none;
  padding: 15px 32px 16px;
}
.button.request a:after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.button.return a::before {
  content: "";
  -ms-grid-column-align: start;
      justify-self: start;
  inline-size: 0.4em;
  aspect-ratio: 1;
  -webkit-border-before: 2px solid;
          border-block-start: 2px solid;
  -webkit-border-end: 2px solid;
          border-inline-end: 2px solid;
  rotate: -135deg;
}
.button.return a::after {
  content: "";
  display: none;
}
.button.pagelink a {
  padding: 12px 40px 14px 30px;
}
@media only screen and (max-width:767px) {
  .button.pagelink a {
    padding: 12px 20px 14px 15px;
  }
}
.button.pagelink a:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 15px;
}
.button.multi a {
  padding: 8px 12px 10px;
  line-height: 1.3;
}
.button.download a {
  padding: 12px 30px 14px 40px;
}
.button.download a:before {
  content: "\e902";
  font-family: "icomoon";
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  top: 12px;
  left: 13px;
  margin: auto;
  text-align: center;
  color: #e60039;
}
.button.download a:after {
  content: none;
}
.button.pdf a {
  position: relative;
  padding: 12px 12px 14px 27px;
  /*padding: 12px 30px 14px 40px;
  &amp;:before{
  	content: '\e907';
  	font-family: 'icomoon';
  	font-size: 16px;
  	font-weight: 400;
  	position: absolute;
  	top: 50%;
  	transform: translateY(-50%) translateX(-50%);
  	left: 20px;
  	margin: auto;
  	text-align: center;
  	color: #fff;
  }
  &amp;:after{
  	content: none;
  }*/
}
.button.pdf a::after {
  content: "\e907";
  font-family: "icomoon";
  font-size: 18px;
  font-weight: 400;
  -ms-grid-column-align: start;
      justify-self: start; /* 右寄せにするために必須 */
  inline-size: 0.4em;
  aspect-ratio: 1;
  -webkit-border-before: none;
          border-block-start: none;
  -webkit-border-end: none;
          border-inline-end: none;
  rotate: 0deg;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  left: 15px;
  margin-top: -1px;
}
.button.download-multi a {
  padding: 8px 20px 10px 35px;
  border-radius: 3em;
  line-height: 1.3;
}
.button.download-multi a:before {
  content: "\e902";
  font-family: "icomoon";
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  top: 18px;
  left: 13px;
  margin: auto;
  text-align: center;
  color: #e60039;
}
.button.download-multi a:after {
  content: none;
}
.button.no-link {
  min-width: 100%;
  display: block;
  padding: 12px 15px 14px;
  background-color: #eeeeee;
  border-radius: 2em;
  position: relative;
  color: #ccc;
}
.button.left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.button.left-text {
  text-align: left;
}
.button.recruit a {
  background-color: #f67a00;
}

/*タグ*/
.tag {
  font-size: 13px;
  color: #fff;
  padding: 2px 10px;
  display: inline-block;
  border-radius: 2em;
}
@media only screen and (max-width:767px) {
  .tag {
    font-size: 10px;
  }
}
@media only screen and (max-width:320px) {
  .tag {
    font-size: 9px;
  }
}
.tag.style {
  background-color: #ee86ad;
}
.tag.tb {
  background-color: #9a7cb6;
}
.tag.wedding {
  background-color: #62c1b4;
}
.tag.bridal {
  background-color: #90ccf0;
}

/*余白*/
.mg {
  margin-bottom: 40px;
}
@media only screen and (max-width:767px) {
  .mg {
    margin-bottom: 30px;
  }
}

.mg-half {
  margin-bottom: 15px;
}
@media only screen and (max-width:767px) {
  .mg-half {
    margin-bottom: 10px;
  }
}

.mg-top {
  margin-top: 40px;
}
@media only screen and (max-width:767px) {
  .mg-top {
    margin-top: 25px;
  }
}

.mg-top-half {
  margin-top: 15px;
}
@media only screen and (max-width:767px) {
  .mg-top-half {
    margin-top: 10px;
  }
}

/*テーブル*/
table {
  width: 100%;
  border: 1px solid #ccc;
}
table th, table td {
  padding: 25px;
  padding: 15px;
  width: 100%;
  display: block;
}
table th.center-text, table td.center-text {
  text-align: center;
}
table th {
  background-color: #f8f8f8;
  text-align: left;
  vertical-align: top;
}
table td {
  background-color: #fff;
}
table.auto-col {
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
}
table.auto-col th, table.auto-col td {
  width: auto;
  border: 1px solid #ccc;
  display: table-cell;
  padding: 10px;
}

/*横幅いっぱい画像*/
.image-width {
  text-align: center;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  margin-bottom: 30px;
}
.image-width img {
  max-width: 450px;
  width: 100%;
}

/*テキスト*/
.small-text {
  font-size: 12px;
}

.attention-text {
  color: #f66872;
}

.catch-text {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 1.4;
}
.catch-text span {
  color: #e60039;
}

.center {
  text-align: center;
}

/*見出しスタイル*/
.headline-type01 {
  font-weight: 900;
  font-size: 20px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #e60039), color-stop(12%, #e6e6e6));
  background-image: linear-gradient(90deg, #e60039 0 12%, #e6e6e6 12%);
  background-repeat: no-repeat;
  background-size: 100% 3px;
  background-position: bottom;
  padding-bottom: 10px;
  margin-bottom: 15px;
  line-height: 1.4;
}
@media only screen and (max-width:767px) {
  .headline-type01 {
    margin-bottom: 10px;
    padding-bottom: 12px;
  }
}

.headline-type02 {
  font-weight: 900;
  font-size: 18px;
  position: relative;
  padding-left: 13px;
  margin-bottom: 10px;
  line-height: 1.4;
}
@media only screen and (max-width:767px) {
  .headline-type02 {
    margin-bottom: 7px;
  }
}
.headline-type02:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #e60039;
  position: absolute;
  left: 0;
  top: 10px;
}

.headline-type03 {
  font-weight: 900;
  font-size: 16px;
  position: relative;
  padding-left: 13px;
  margin-bottom: 5px;
}
.headline-type03:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #e60039;
  position: absolute;
  left: 0;
  top: 10px;
}
@media only screen and (max-width:767px) {
  .headline-type03:before {
    margin-bottom: 2px;
  }
}
.headline-type03 span {
  font-size: 10px;
  color: #e60039;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  margin-left: 5px;
}

/*スライダー基本形*/
.base-slider, .center-slider {
  position: relative;
}
.base-slider .swiper-slide, .center-slider .swiper-slide {
  height: auto;
}
.base-slider .swiper-slide img, .center-slider .swiper-slide img {
  margin-bottom: 10px;
}
.base-slider .swiper-pagination, .center-slider .swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  margin: auto;
}
.base-slider .swiper-pagination .swiper-pagination-bullet, .center-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 7px !important;
  background-color: #ccc;
  opacity: 1;
}
.base-slider .swiper-pagination .swiper-pagination-bullet-active, .center-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e60039;
}

/*スライダー基本形02*/
.base-auto-slider {
  position: relative;
}
.base-auto-slider .swiper-slide {
  height: auto;
}
.base-auto-slider .swiper-slide img {
  margin-bottom: 10px;
}
.base-auto-slider .swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
}
.base-auto-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 7px !important;
  background-color: #ccc;
  opacity: 1;
}
.base-auto-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e60039;
}

/*ページ内リンクリスト*/
.page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-link li {
  width: 48.5%;
  margin-bottom: 10px;
}
.page-link li a {
  display: block;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 13px;
  position: relative;
}
@media only screen and (max-width:767px) {
  .page-link li a {
    font-size: 11px;
    letter-spacing: -0.05em;
  }
}
@media only screen and (max-width:360px) {
  .page-link li a {
    font-size: 10px;
  }
}
.page-link li a:after {
  content: "";
  width: 5px;
  height: 5px;
  border: 0px;
  border-top: solid 1px #e60039;
  border-right: solid 1px #e60039;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.page-link li:nth-child(3) a {
  line-height: 1.08;
}

.page-link-single {
  list-style-type: none;
  border: 2px solid #ccc;
  border-radius: 5px;
}
.page-link-single li {
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.page-link-single li a {
  display: block;
  padding: 13px 15px;
  position: relative;
}
.page-link-single li a:after {
  content: "";
  width: 5px;
  height: 5px;
  border: 0px;
  border-top: solid 1px #e60039;
  border-right: solid 1px #e60039;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.page-link-single li:last-child {
  border-bottom: none;
}

/*ボタン2列*/
.flex-column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
}
.flex-column2 li {
  margin: 0 0 8px 0;
  width: 48.5%;
}
.flex-column2 li:nth-child(4n) {
  margin-right: 0;
}
.flex-column2 li .button {
  width: 100%;
  min-width: 100%;
}
.flex-column2 li .button a {
  width: 100%;
}
@media only screen and (max-width:767px) {
  .flex-column2 li .button a {
    padding: 12px 26px 14px 20px;
  }
}
.flex-column2 li.fin .button {
  padding: 12px 17px 14px 17px;
  border: 1px solid #ccc;
  color: #ccc;
  border-radius: 2em;
  background-color: #f8f8f8;
}
@media only screen and (max-width:767px) {
  .flex-column2 li.fin .button {
    padding: 12px 17px 14px;
  }
}
.flex-column2 li.fin .button.multi {
  padding: 8px 26px 10px 20px !important;
  line-height: 1.3;
  background-color: #f8f8f8;
}

/*土日*/
.sat {
  color: #306dc7;
}

.sun {
  color: #fa4551;
}

/*電話番号タップ*/
.tel a {
  pointer-events: none;
  cursor: default;
}
@media only screen and (max-width:767px) {
  .tel a {
    pointer-events: auto;
  }
}

/*フォーム*/
.form th span {
  color: #f66872;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
}

input[type=text], input[type=number], input[type=email], select, textarea, input[type=tel] {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type=submit], input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus, input[type=button]::focus {
  outline-offset: -2px;
}

input[type=text],
input[type=tel],
input[type=number],
input[type=email],
select,
textarea {
  border: 1px solid #ccc;
  padding: 12px 14px;
  border-radius: 5px;
  width: 100%;
  font-size: 16px;
}

select {
  padding: 12px 32px 12px 14px;
}

input[type=email] {
  width: 100%;
}

textarea {
  width: 100%;
  margin-bottom: 0;
}

input[type=submit], input[type=button] {
  font-family: "Noto Sans JP", sans-serif;
  display: inline-block;
  width: 80%;
  margin: auto;
  background-color: #e60039;
  color: #fff;
  font-weight: 700;
  border: 0;
  padding: 15px 25px 18px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 5px;
  border-radius: 2em;
}

.radio label {
  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;
}
.radio label:last-of-type {
  margin-bottom: 0;
}
.radio label label {
  margin-bottom: 5px;
}
.radio label label:last-child {
  margin-bottom: 0;
}
.radio .radio-input {
  display: none;
}
.radio .radio-input + label {
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
}
.radio .radio-input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #ccc;
}
.radio .radio-input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 12px;
  height: 12px;
  background: #e60039;
  border-radius: 50%;
}

.check {
  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;
}
.check label {
  width: 48%;
  margin-bottom: 15px;
}
.check label:last-child {
  margin-bottom: 0;
}
.check span {
  color: #000;
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
.check input[type=checkbox] {
  display: none;
}
.check input[type=checkbox] + span::before, .check input[type=checkbox] + span::after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.check label input[type=checkbox] + span::before {
  z-index: 0;
  background-color: transparent;
  width: 22px;
  height: 22px;
  border: 1px #ccc solid;
  border-radius: 3px;
  background-color: #fff;
}
.check label input[type=checkbox] + span::after {
  z-index: 1;
  margin: 5px 8px;
  width: 6px;
  height: 9px;
}
.check label input[type=checkbox]:checked + span::before {
  background-color: #e60039;
}
.check label input[type=checkbox]:checked + span::after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.check.long label {
  width: 100%;
}

.error-text {
  font-size: 12px;
  color: #f66872;
  margin-top: 3px;
}

.main-article-teacher .content .element-col .item-col .item {
  margin-bottom: 35px;
}
.main-article-teacher .content .element-col .item-col .item img {
  margin-bottom: 10px;
}
.main-article-teacher .content .element-col .item-col .item .name {
  font-weight: 900;
  font-size: 18px;
  position: relative;
  padding-left: 13px;
  margin-bottom: 12px;
}
.main-article-teacher .content .element-col .item-col .item .name:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #e60039;
  position: absolute;
  left: 0;
  top: 12px;
}
.main-article-teacher .content .element-col .item-col .item .name span {
  color: #e60039;
  font-size: 11px;
  margin-left: 10px;
}
.main-article-teacher .content .element-col .item-col .item .message {
  border: 1px solid #ccc;
}
.main-article-teacher .content .element-col .item-col .item .message h3 {
  background-color: #000;
  border-radius: 0 0 5px 5px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  display: inline-block;
  padding: 5px 10px;
  margin-left: 20px;
}
.main-article-teacher .content .element-col .item-col .item .message p {
  padding: 10px 20px 15px;
}</pre></body></html>