@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;
}

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;
  padding-top: 20px;
  margin-top: -20px;
}
@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;
}

/* --------------------------
	コンテンツ
--------------------------- */
/*ヘッダー*/
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;
}
@media only screen and (min-width:1025px) {
  header {
    display: none;
  }
}
@media only screen and (max-width:320px) {
  header {
    padding: 0 10px;
  }
}
header .logo {
  width: 230px;
  margin-right: auto;
}
@media only screen and (max-width:767px) {
  header .logo {
    width: 170px;
  }
}
header .cv {
  font-size: 12px;
  letter-spacing: 0;
  margin-right: 10px;
}
@media only screen and (max-width:767px) {
  header .cv {
    font-size: 11px;
  }
}
header .cv a {
  display: block;
  padding: 25px 10px 5px;
  background-color: #e8244d;
  color: #fff;
  font-weight: 700;
  position: relative;
}
@media only screen and (max-width:320px) {
  header .cv a {
    padding: 25px 7px 5px;
  }
}
header .cv a:before {
  content: "\e903";
  font-family: "icomoon";
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  top: 3px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
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;
}
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: #e8244d;
}
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: 17px;
  color: #fff;
}
header .menu-sub li a:before {
  content: "\e900";
  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: 24px;
}
header .menu-sub li:nth-child(2) a:before {
  font-size: 13px;
  content: "\e901";
  top: 2px;
}
header .sns {
  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;
}
header .sns li {
  margin-right: 20px;
}
header .sns li img {
  -webkit-filter: invert(88%) sepia(100%) saturate(0%) hue-rotate(262deg) brightness(110%) contrast(97%);
          filter: invert(88%) sepia(100%) saturate(0%) hue-rotate(262deg) brightness(110%) contrast(97%);
}
header.recruit {
  position: relative;
  padding: 10px 15px;
}

/*フッター*/
footer {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background-color: #f7f7f7;
}
footer .inner {
  max-width: 450px;
  margin: auto;
  padding: 0 25px;
  padding: 20px 0 0;
}
@media only screen and (max-width:320px) {
  footer .inner {
    padding: 0 18px;
  }
}
@media only screen and (max-width:320px) {
  footer .inner {
    padding: 20px 0 0;
  }
}
footer .sns {
  margin: 0 0 20px;
}
footer .sns ul {
  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;
}
footer .sns ul li {
  margin: 0 10px;
}
footer .sns ul li .line {
  -webkit-filter: invert(39%) sepia(30%) saturate(4398%) hue-rotate(95deg) brightness(108%) contrast(104%);
          filter: invert(39%) sepia(30%) saturate(4398%) hue-rotate(95deg) brightness(108%) contrast(104%);
  border: none;
}
footer .sns ul li .instagram {
  -webkit-filter: invert(31%) sepia(58%) saturate(2415%) hue-rotate(316deg) brightness(89%) contrast(98%);
          filter: invert(31%) sepia(58%) saturate(2415%) hue-rotate(316deg) brightness(89%) contrast(98%);
}
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;
}
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 #e8244d;
  border-right: solid 1px #e8244d;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
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: #fff;
}
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 .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;
}
footer .school-link ul li {
  width: 50%;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-color: #fff;
  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;
  gap: 1ch;
  font-size: 13px;
}
footer .school-link ul li:nth-child(2n) {
  border-right: 0;
}
footer .school-link ul li a {
  display: block;
  padding: 15px 10px;
  position: relative;
}
footer .school-link ul li a:after {
  content: "";
  width: 5px;
  height: 5px;
  border: 0px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
}
footer .footer-link {
  background-color: #4a4a4a;
  padding: 20px 15px;
}
footer .footer-link img {
  width: 280px;
  margin-bottom: 10px;
}
footer .footer-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: 3px 0;
  width: 100%;
  margin-bottom: 0;
  text-align: center;
  /*@media only screen and (max-width:1024px) {
  	margin-bottom: 103px;
  }
  @media only screen and (max-width:767px) {
  	margin-bottom: 70px;
  }*/
}

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

/*フッターバナー*/
.bottom-banner {
  width: 100%;
  z-index: 50;
  position: fixed;
  bottom: 0;
  text-align: center;
  background-color: #ffe509;
}
.bottom-banner a {
  display: block;
  padding: 10px 14px;
}
@media only screen and (max-width:1024px) {
  .bottom-banner a img {
    width: 50%;
  }
}
@media only screen and (max-width:767px) {
  .bottom-banner a img {
    width: 80%;
  }
}
@media only screen and (min-width:1025px) {
  .bottom-banner {
    display: none;
  }
}

main {
  overflow: hidden;
  position: relative;
  z-index: 1;
  /*CVエリア*/
  /*下層ページタイトル*/
}
@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: 100%;
  }
  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: "\e900";
    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: 24px;
  }
  main nav .pc-menu-sub li:nth-child(2) a:before {
    font-size: 13px;
    content: "\e901";
    top: 2px;
  }
  main nav .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main nav .sns li {
    margin-right: 20px;
  }
  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%;
    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 .element-col {
  margin-bottom: 40px;
}
main .element-col:last-of-type {
  margin-bottom: 0;
}
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 .cv-area {
  background-color: rgba(232, 36, 77, 0.1);
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 35px 0 40px;
}
main .cv-area .inner {
  max-width: 450px;
  margin: auto;
  padding: 0 25px;
  text-align: center;
}
@media only screen and (max-width:320px) {
  main .cv-area .inner {
    padding: 0 18px;
  }
}
main .cv-area .inner .item {
  margin-bottom: 20px;
}
main .cv-area .inner .item:last-child {
  margin-bottom: 0;
}
main .cv-area .inner .item p {
  font-weight: 700;
  margin-bottom: 10px;
}
main .cv-area .inner .item .button a {
  width: 70%;
}
@media only screen and (max-width:767px) {
  main .cv-area .inner .item .button a {
    width: 90%;
  }
}
main .title-area {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background-color: #f7f7f7;
}
main .title-area .inner {
  max-width: 450px;
  margin: auto;
  padding: 0 25px;
  padding: 45px 25px;
}
@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;
}
main .title-area .inner .sub {
  font-weight: 700;
  font-size: 12px;
  color: #e8244d;
}
main .title-area .breadcrumbs {
  max-width: 450px;
  margin: auto;
  padding: 0 25px;
  padding: 0 15px;
  border-top: 1px solid #ccc;
}
@media only screen and (max-width:320px) {
  main .title-area .breadcrumbs {
    padding: 0 18px;
  }
}
main .title-area .breadcrumbs ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 5px 0;
}
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;
}

/*ボタン*/
.button {
  min-width: 230px;
  margin: auto;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  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;
  /*枠線なし*/
  /*小さいサイズ*/
  /*横幅いっぱい*/
  /*オープンキャンパス*/
  /*資料請求*/
  /*戻る*/
  /*ページ内リンク*/
  /*複数列*/
  /*ダウンロード*/
  /*ダウンロード*/
  /*ダウンロード複数行*/
  /*サロン用*/
  /*ブライダルサロン用*/
}
.button a {
  display: block;
  padding: 12px 38px 14px 32px;
  background-color: #fff;
  border-radius: 2em;
  position: relative;
  border: 1px solid #ccc;
}
@media only screen and (max-width:320px) {
  .button a {
    padding: 12px 32px 14px 28px;
  }
}
.button a:after {
  content: "";
  width: 5px;
  height: 5px;
  border: 0px;
  border-top: solid 2px #e8244d;
  border-right: solid 2px #e8244d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
}
.button.no-line a {
  border: none;
}
.button.small a {
  padding: 8px 32px 10px 25px;
  font-size: 13px;
}
@media only screen and (max-width:320px) {
  .button.small a {
    padding: 8px 28px 10px 20px;
  }
}
.button.full {
  min-width: 100%;
  width: 100%;
}
.button.full a {
  width: 100%;
}
.button.cv a {
  background-color: #e8244d;
  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: #45b166;
  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 {
  padding: 12px 30px 14px 40px;
}
.button.return a:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  left: 15px;
}
.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 26px 10px 20px !important;
  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: #e8244d;
}
.button.download a:after {
  content: none;
}
.button.pdf a {
  padding: 12px 30px 14px 40px;
}
.button.pdf a:before {
  content: "\eadf";
  font-family: "icomoon";
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  top: 12px;
  left: 13px;
  margin: auto;
  text-align: center;
  color: #b30b00;
}
.button.pdf a:after {
  content: none;
}
.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: #e8244d;
}
.button.download-multi a:after {
  content: none;
}
.button.salon a:after {
  border-top: solid 2px #9a7cb6;
  border-right: solid 2px #9a7cb6;
}
.button.bridalsalon a:after {
  border-top: solid 2px #caab4c;
  border-right: solid 2px #caab4c;
}

/*タグ*/
.tag {
  font-size: 13px;
  color: #929292;
}
@media only screen and (max-width:767px) {
  .tag {
    font-size: 12px;
  }
}
.tag.tb {
  color: #9a7cb6;
}
.tag.wedding {
  color: #62c1b4;
}
.tag.bridal {
  color: #90ccf0;
}

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

.mg-half {
  margin-bottom: 15px;
}

.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: #f7f7f7;
  text-align: left;
  vertical-align: top;
}
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;
}

/*見出しスタイル*/
.headline-type01 {
  font-weight: 900;
  font-size: 18px;
  display: inline-block;
  border-bottom: 2px solid #000;
  padding-bottom: 3px;
  margin-bottom: 15px;
}

.headline-type02 {
  font-weight: 700;
  font-size: 14px;
  position: relative;
  padding-left: 10px;
}
.headline-type02:before {
  content: "";
  width: 4px;
  height: 14px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 4px;
}

/*スライダー基本形*/
.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: #e8244d;
}

/*スライダー基本形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: #e8244d;
}

/*ページ内リンクリスト*/
.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: 2em;
  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 #000;
  border-right: solid 1px #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

/*ボタン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: #f7f7f7;
}
@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: #f7f7f7;
}

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

.sun {
  color: #fa4551;
}

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

/*フォーム*/
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;
}

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: #e8244d;
  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: -1px;
  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: 5px;
  left: 6px;
  width: 12px;
  height: 12px;
  background: #e8244d;
  border-radius: 50%;
}

.main-article-initiatives .content .element-col .item-col {
  padding: 25px;
  border: 1px solid #ccc;
  border-radius: 10px;
}
@media only screen and (max-width:767px) {
  .main-article-initiatives .content .element-col .item-col {
    padding: 20px;
  }
}
.main-article-initiatives .content .element-col .item-col img {
  width: 100px;
  display: block;
  margin: 0 auto 10px;
}
@media only screen and (max-width:767px) {
  .main-article-initiatives .content .element-col .item-col img {
    width: 70px;
  }
}
.main-article-initiatives .content .element-col .item-col h3 {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 5px;
}

/*詳細ページ*/
.main-article-initiatives-detail .about-col {
  border: 1px solid #ccc;
  padding: 18px 30px 20px;
  border-radius: 10px;
}
.main-article-initiatives-detail .about-col h3 {
  font-weight: 900;
  font-size: 16px;
}
@media only screen and (max-width:767px) {
  .main-article-initiatives-detail .about-col p {
    text-align: left;
  }
}
.main-article-initiatives-detail .item-col .catch-text {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 8px;
}
.main-article-initiatives-detail .item-col .item {
  margin-bottom: 15px;
}
.main-article-initiatives-detail .item-col .item .question {
  font-weight: 700;
  padding-left: 20px;
  position: relative;
  line-height: 1.3;
  margin-bottom: 5px;
}
.main-article-initiatives-detail .item-col .item .question:before {
  content: "Q.";
  font-weight: 700;
  color: #e8244d;
  font-size: 14px;
  position: absolute;
  left: 0;
}
.main-article-initiatives-detail .item-col ul li {
  background-color: #f7f7f7;
  margin-bottom: 15px;
  border-radius: 10px;
  padding: 15px 20px;
}
@media only screen and (max-width:767px) {
  .main-article-initiatives-detail .item-col ul li {
    margin-bottom: 10px;
  }
}