@charset "UTF-8";
/*
 * ページ
 * -------------------------------------------------------------------
 */
/* --- ローディング背景＋ローダー --- */
.loader-bg {
  position: fixed;
  inset: 0;
  background: #946193;
  z-index: 9999;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
}

.loader-bg.hide {
  opacity: 0;
  pointer-events: none;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

.mv {
  width: 100%;
  position: relative;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: hidden;
}
.mv .mv-bg {
  background-image: url("../images/home/mv-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 0;
}
.mv .mv_inner {
  width: 85%;
  z-index: 1;
}

.mv_inner {
  width: 85%;
  z-index: 1;
  height: 70vw;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  width: 96%;
  margin: 0 auto;
}

.car {
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  z-index: 1;
  -webkit-animation: car 20s 3s linear infinite forwards;
          animation: car 20s 3s linear infinite forwards;
  width: 10%;
  opacity: 0.85;
}

@-webkit-keyframes car {
  0% {
    -webkit-transform: translate(100%, 50%) scale(1);
            transform: translate(100%, 50%) scale(1);
  }
  25% {
    -webkit-transform: translate(-30vw, -50%) scale(0.8);
            transform: translate(-30vw, -50%) scale(0.8);
  }
  50% {
    -webkit-transform: translate(-60vw, 50%) scale(1);
            transform: translate(-60vw, 50%) scale(1);
  }
  75% {
    -webkit-transform: translate(-90vw, -50%) scale(0.8);
            transform: translate(-90vw, -50%) scale(0.8);
  }
  100% {
    -webkit-transform: translate(-150vw, 50%) scale(1);
            transform: translate(-150vw, 50%) scale(1);
  }
}

@keyframes car {
  0% {
    -webkit-transform: translate(100%, 50%) scale(1);
            transform: translate(100%, 50%) scale(1);
  }
  25% {
    -webkit-transform: translate(-30vw, -50%) scale(0.8);
            transform: translate(-30vw, -50%) scale(0.8);
  }
  50% {
    -webkit-transform: translate(-60vw, 50%) scale(1);
            transform: translate(-60vw, 50%) scale(1);
  }
  75% {
    -webkit-transform: translate(-90vw, -50%) scale(0.8);
            transform: translate(-90vw, -50%) scale(0.8);
  }
  100% {
    -webkit-transform: translate(-150vw, 50%) scale(1);
            transform: translate(-150vw, 50%) scale(1);
  }
}
.mv__bg-illust {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transform: translate(-50%, -55%);
          transform: translate(-50%, -55%);
  pointer-events: none;
}

.mv__bg-illust.bg-front {
  z-index: 10;
}

.mv__bg-illust img {
  width: 100%;
  display: block;
  margin: 4% auto 0;
}

.man {
  position: absolute;
  left: 6%;
  top: 35%;
  width: 19%;
  -webkit-transform: translate(45%, 22%);
          transform: translate(45%, 22%);
  pointer-events: none;
}

.man img {
  width: 100%;
}

.woman {
  position: absolute;
  right: 15%;
  top: 40%;
  width: 16%;
  -webkit-transform: translate(45%, 40%);
          transform: translate(45%, 40%);
  pointer-events: none;
}

.woman img {
  width: 100%;
}

.woman-wrap {
  top: 23%;
  right: -3.5%;
}

.man-wrap {
  top: 17%;
  right: -5%;
}

.mv__bg-illust:first-child {
  z-index: 4;
}

.ill {
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
  position: relative;
}

.ill.animate__delay-6s {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.ill.animate__delay-16s {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.ill.animate__delay-18s {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.ill.animate__delay-20s {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.ill.animate__delay-22s {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

.ill.animate__delay-24s {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

/* 基本のアニメーション設定例 */
.animate__animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.mv_inner {
  display: none;
}

.ill.animate__delay-10s {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.ill.animate__delay-05s {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.ill.animate__delay-075s {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.ill.animate__delay-1s {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.ill .fuwafuwa {
  -webkit-animation: fuwafuwa 10s linear infinite forwards;
          animation: fuwafuwa 10s linear infinite forwards;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 20px) scale(1.05);
            transform: translate(0, 20px) scale(1.05);
  }
  25% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  50% {
    -webkit-transform: translate(0, -20px) scale(0.95);
            transform: translate(0, -20px) scale(0.95);
  }
  75% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  100% {
    -webkit-transform: translate(0, 20px) scale(1.05);
            transform: translate(0, 20px) scale(1.05);
  }
}

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 20px) scale(1.05);
            transform: translate(0, 20px) scale(1.05);
  }
  25% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  50% {
    -webkit-transform: translate(0, -20px) scale(0.95);
            transform: translate(0, -20px) scale(0.95);
  }
  75% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  100% {
    -webkit-transform: translate(0, 20px) scale(1.05);
            transform: translate(0, 20px) scale(1.05);
  }
}
.ill .fuwafuwa1 {
  -webkit-animation: fuwafuwa1 4.5s linear infinite forwards;
          animation: fuwafuwa1 4.5s linear infinite forwards;
}

@-webkit-keyframes fuwafuwa1 {
  0% {
    -webkit-transform: translate(0, -10px) scale(1.02);
            transform: translate(0, -10px) scale(1.02);
  }
  25% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  50% {
    -webkit-transform: translate(0, 10px) scale(0.98);
            transform: translate(0, 10px) scale(0.98);
  }
  75% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  100% {
    -webkit-transform: translate(0, -10px) scale(1.02);
            transform: translate(0, -10px) scale(1.02);
  }
}

@keyframes fuwafuwa1 {
  0% {
    -webkit-transform: translate(0, -10px) scale(1.02);
            transform: translate(0, -10px) scale(1.02);
  }
  25% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  50% {
    -webkit-transform: translate(0, 10px) scale(0.98);
            transform: translate(0, 10px) scale(0.98);
  }
  75% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  100% {
    -webkit-transform: translate(0, -10px) scale(1.02);
            transform: translate(0, -10px) scale(1.02);
  }
}
.ill .fuwafuwa2 {
  -webkit-animation: fuwafuwa2 5s linear infinite forwards;
          animation: fuwafuwa2 5s linear infinite forwards;
}

@-webkit-keyframes fuwafuwa2 {
  0% {
    -webkit-transform: translate(0, 10px) scale(1.02);
            transform: translate(0, 10px) scale(1.02);
  }
  25% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  50% {
    -webkit-transform: translate(0, -10px) scale(0.98);
            transform: translate(0, -10px) scale(0.98);
  }
  75% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  100% {
    -webkit-transform: translate(0, 10px) scale(1.02);
            transform: translate(0, 10px) scale(1.02);
  }
}

@keyframes fuwafuwa2 {
  0% {
    -webkit-transform: translate(0, 10px) scale(1.02);
            transform: translate(0, 10px) scale(1.02);
  }
  25% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  50% {
    -webkit-transform: translate(0, -10px) scale(0.98);
            transform: translate(0, -10px) scale(0.98);
  }
  75% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  100% {
    -webkit-transform: translate(0, 10px) scale(1.02);
            transform: translate(0, 10px) scale(1.02);
  }
}
.ill .fuwafuwa3 {
  -webkit-animation: fuwafuwa3 6s linear infinite forwards;
          animation: fuwafuwa3 6s linear infinite forwards;
}

@-webkit-keyframes fuwafuwa3 {
  0% {
    -webkit-transform: translate(0, -10px) scale(0.98);
            transform: translate(0, -10px) scale(0.98);
  }
  25% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  50% {
    -webkit-transform: translate(0, 10px) scale(1.02);
            transform: translate(0, 10px) scale(1.02);
  }
  75% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  100% {
    -webkit-transform: translate(0, -10px) scale(0.98);
            transform: translate(0, -10px) scale(0.98);
  }
}

@keyframes fuwafuwa3 {
  0% {
    -webkit-transform: translate(0, -10px) scale(0.98);
            transform: translate(0, -10px) scale(0.98);
  }
  25% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  50% {
    -webkit-transform: translate(0, 10px) scale(1.02);
            transform: translate(0, 10px) scale(1.02);
  }
  75% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  100% {
    -webkit-transform: translate(0, -10px) scale(0.98);
            transform: translate(0, -10px) scale(0.98);
  }
}
.phrase {
  position: absolute;
  left: 50%;
  top: 45%;
  width: 33.7%;
  -webkit-transform: translate(-50%, -64%);
          transform: translate(-50%, -64%);
  pointer-events: none;
  top: 47%;
}

.phrase img {
  width: 100%;
}

.phrase .animate__delay-15s {
  position: relative;
  z-index: 2;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes pulse {
  0%, 100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}

@keyframes pulse {
  0%, 100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}
@-webkit-keyframes pulse-bg {
  0%, 100% {
    -webkit-transform: scale(0.92);
            transform: scale(0.92);
  }
  50% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
}
@keyframes pulse-bg {
  0%, 100% {
    -webkit-transform: scale(0.92);
            transform: scale(0.92);
  }
  50% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
}
.phrase .pulse {
  -webkit-animation: pulse 5s ease-in-out infinite;
          animation: pulse 5s ease-in-out infinite;
}

.ill.blur-box {
  -webkit-animation-name: blur;
          animation-name: blur;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1; /* 1回だけアニメーション */
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
}

.phrase-bg {
  width: 43%;
}
.phrase-bg .pulse {
  -webkit-animation: pulse-bg 5.5s ease-in-out infinite;
          animation: pulse-bg 5.5s ease-in-out infinite;
}

@-webkit-keyframes blur {
  from {
    opacity: 0;
    -webkit-filter: blur(50px);
            filter: blur(50px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes blur {
  from {
    opacity: 0;
    -webkit-filter: blur(50px);
            filter: blur(50px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.loading {
  font-weight: bold;
  text-align: center;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.5rem;
  font-weight: 400;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #fff;
  letter-spacing: 0.2rem;
  font-family: "Georgia", serif;
}

.loading span {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  display: inline-block;
  margin: 0 3px;
}

.loading span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.loading span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.loading span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.loading span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.loading span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.loading span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.loading span:nth-child(8) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.loading span:nth-child(9) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.loading span:nth-child(10) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  80%, 100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  80%, 100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.mv .mv_inner {
  display: none;
}

.sparkle {
  position: absolute;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block; /* 反転効かせるため */
  -webkit-animation-name: sparkleScaleOpacity;
          animation-name: sparkleScaleOpacity;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-timing-function: unset;
          animation-timing-function: unset;
  z-index: 10;
}

.pos1 {
  top: 19%;
  left: 24%;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.pos2 {
  top: 40%;
  left: 5%;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.pos3 {
  top: 30%;
  right: 27%;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.pos4 {
  top: 50%;
  right: 7%;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.pos5 {
  bottom: 33%;
  right: 32%;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

@-webkit-keyframes sparkleScaleOpacity {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 1;
  }
}

@keyframes sparkleScaleOpacity {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 1;
  }
}
@media (max-width: 1300px) and (min-width: 768px) {
  .mv_inner {
    top: 60%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
  }
}
@media (max-width: 1300px) and (min-width: 768px) and (orientation: portrait) {
  .mv .mv_inner {
    width: 100%;
    top: 50%;
    z-index: 1;
  }
}
@media (max-width: 768px) {
  .loading {
    font-size: 2.2rem;
    letter-spacing: 0.1rem;
  }
  .mv .mv_inner {
    width: 100%;
    z-index: 1;
  }
  .mv_inner {
    width: 100%;
    max-width: 400px;
    z-index: 1;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: initial;
    width: 96%;
    margin: 0 auto;
  }
  .phrase {
    left: 50%;
    top: 53%;
    width: 70%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    will-change: transform;
  }
  .phrase-bg {
    width: 90%;
  }
  .car {
    position: fixed;
    top: 90%;
    right: -25%;
    -webkit-transform: initial;
            transform: initial;
    z-index: 1;
    -webkit-animation: car 15s 4s linear infinite forwards;
            animation: car 15s 4s linear infinite forwards;
    width: 22%;
    opacity: 0.85;
    will-change: transform img;
    will-change-display: block;
    will-change-transform: rotate(15deg);
  }
  @-webkit-keyframes car {
    0% {
      top: 90%;
      right: -20%;
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    50% {
      -webkit-transform: scale(0.8);
              transform: scale(0.8);
    }
    100% {
      top: 20%;
      right: 120%;
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @keyframes car {
    0% {
      top: 90%;
      right: -20%;
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    50% {
      -webkit-transform: scale(0.8);
              transform: scale(0.8);
    }
    100% {
      top: 20%;
      right: 120%;
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  .mv__bg-illust {
    position: absolute;
    top: 55%;
    left: 50%;
    width: 102%;
    height: 100%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    pointer-events: none;
    will-change: transform;
  }
  .mv__bg-illust.bg-front {
    z-index: 10;
  }
  .mv__bg-illust img {
    width: 100%;
    display: block;
    margin: 4% auto 0;
  }
  .man {
    position: absolute;
    left: 5px;
    top: 50%;
    width: 37%;
    -webkit-transform: translate(45%, 22%);
            transform: translate(45%, 22%);
    pointer-events: none;
    will-change: transform;
  }
  .man img {
    width: 100%;
  }
  .woman {
    position: absolute;
    right: 0;
    top: 0;
    width: 32%;
    -webkit-transform: translate(45%, 40%);
            transform: translate(45%, 40%);
    pointer-events: none;
    will-change: transform;
  }
  .woman img {
    width: 100%;
  }
  .woman-wrap {
    top: 8%;
    right: 13%;
    z-index: 10;
  }
  .man-wrap {
    top: 52%;
    right: 0%;
    z-index: 10;
  }
  .sparkle {
    width: 24px;
    height: 24px;
    z-index: 10;
    mix-blend-mode: multiply;
    will-change: transform;
  }
  .pos1 {
    top: 69%;
    left: 38%;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .pos2 {
    top: 35%;
    left: 3%;
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .pos3 {
    top: 9%;
    right: 34%;
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .pos4 {
    top: 39%;
    right: 3%;
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .pos5 {
    bottom: 25%;
    right: 9%;
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
}
@media (max-width: 768px) and (orientation: landscape) {
  /* --- ローディング背景＋ローダー --- */
  .loader-bg {
    position: fixed;
    inset: 0;
    background: #946193;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: opacity 0.7s;
    transition: opacity 0.7s;
  }
  .loader-bg.hide {
    opacity: 0;
    pointer-events: none;
  }
  @-webkit-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9);
      transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
      opacity: 1;
      -webkit-transform: scale3d(1.03, 1.03, 1.03);
      transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
      -webkit-transform: scale3d(0.97, 0.97, 0.97);
      transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
      opacity: 1;
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
  }
  @keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9);
      transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
      opacity: 1;
      -webkit-transform: scale3d(1.03, 1.03, 1.03);
      transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
      -webkit-transform: scale3d(0.97, 0.97, 0.97);
      transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
      opacity: 1;
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
  }
  .animate__bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
    animation-duration: calc(var(--animate-duration) * 0.75);
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
  }
  @-webkit-keyframes zoomInUp {
    0% {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  @keyframes zoomInUp {
    0% {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  .animate__zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
  }
  .mv {
    width: 100%;
    position: relative;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .mv .mv-bg {
    background-image: url("../images/home/mv-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 0;
  }
  .mv .mv_inner {
    width: 85%;
    z-index: 1;
  }
  .mv_inner {
    width: 85%;
    z-index: 1;
    height: 70vw;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    width: 96%;
    margin: 0 auto;
  }
  .car {
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: translate3d(100%, -50%, 0);
            transform: translate3d(100%, -50%, 0);
    z-index: 1;
    -webkit-animation: car 20s linear infinite forwards;
            animation: car 20s linear infinite forwards;
    width: 10%;
    opacity: 0.85;
  }
  @-webkit-keyframes car {
    0% {
      -webkit-transform: translate3d(100%, 50%, 0) scale(1);
              transform: translate3d(100%, 50%, 0) scale(1);
    }
    25% {
      -webkit-transform: translate3d(-30vw, -50%, 150px) scale(0.8);
              transform: translate3d(-30vw, -50%, 150px) scale(0.8);
    }
    50% {
      -webkit-transform: translate3d(-60vw, 50%, 0px) scale(1);
              transform: translate3d(-60vw, 50%, 0px) scale(1);
    }
    75% {
      -webkit-transform: translate3d(-90vw, -50%, -150px) scale(0.8);
              transform: translate3d(-90vw, -50%, -150px) scale(0.8);
    }
    100% {
      -webkit-transform: translate3d(-150vw, 50%, 0) scale(1);
              transform: translate3d(-150vw, 50%, 0) scale(1);
    }
  }
  @keyframes car {
    0% {
      -webkit-transform: translate3d(100%, 50%, 0) scale(1);
              transform: translate3d(100%, 50%, 0) scale(1);
    }
    25% {
      -webkit-transform: translate3d(-30vw, -50%, 150px) scale(0.8);
              transform: translate3d(-30vw, -50%, 150px) scale(0.8);
    }
    50% {
      -webkit-transform: translate3d(-60vw, 50%, 0px) scale(1);
              transform: translate3d(-60vw, 50%, 0px) scale(1);
    }
    75% {
      -webkit-transform: translate3d(-90vw, -50%, -150px) scale(0.8);
              transform: translate3d(-90vw, -50%, -150px) scale(0.8);
    }
    100% {
      -webkit-transform: translate3d(-150vw, 50%, 0) scale(1);
              transform: translate3d(-150vw, 50%, 0) scale(1);
    }
  }
  .mv__bg-illust {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    z-index: 2;
    -webkit-transform: translate(-50%, -55%);
            transform: translate(-50%, -55%);
    pointer-events: none;
  }
  .mv__bg-illust.bg-front {
    z-index: 10;
  }
  .mv__bg-illust img {
    width: 100%;
    display: block;
    margin: 4% auto 0;
  }
  .man {
    position: absolute;
    left: 7%;
    top: 35%;
    width: 16%;
    -webkit-transform: translate(45%, 22%);
            transform: translate(45%, 22%);
    pointer-events: none;
  }
  .man img {
    width: 100%;
  }
  .woman {
    position: absolute;
    right: 15%;
    top: 40%;
    width: 15%;
    -webkit-transform: translate(45%, 40%);
            transform: translate(45%, 40%);
    pointer-events: none;
  }
  .woman img {
    width: 100%;
  }
  .woman-wrap {
    top: 18%;
    right: -3%;
  }
  .man-wrap {
    top: 14%;
    right: -5%;
  }
  .mv__bg-illust:first-child {
    z-index: 4;
  }
  .ill {
    -webkit-animation-duration: 1.8s;
            animation-duration: 1.8s;
    position: relative;
  }
  .ill.animate__delay-6s {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .ill.animate__delay-16s {
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s;
  }
  .ill.animate__delay-18s {
    -webkit-animation-delay: 1.8s;
            animation-delay: 1.8s;
  }
  .ill.animate__delay-20s {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
  .ill.animate__delay-22s {
    -webkit-animation-delay: 2.2s;
            animation-delay: 2.2s;
  }
  .ill.animate__delay-24s {
    -webkit-animation-delay: 2.4s;
            animation-delay: 2.4s;
  }
  /* 基本のアニメーション設定例 */
  .animate__animated {
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
  .mv_inner {
    display: none;
  }
  .ill.animate__delay-10s {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .ill.animate__delay-05s {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
  }
  .ill.animate__delay-075s {
    -webkit-animation-delay: 1.1s;
            animation-delay: 1.1s;
  }
  .ill.animate__delay-1s {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
  }
  .ill .fuwafuwa {
    -webkit-animation: fuwafuwa 10s linear infinite forwards;
            animation: fuwafuwa 10s linear infinite forwards;
  }
  @-webkit-keyframes fuwafuwa {
    0% {
      -webkit-transform: translate(0, 20px) scale(1.05);
              transform: translate(0, 20px) scale(1.05);
    }
    25% {
      -webkit-transform: translate(0, 0) scale(1);
              transform: translate(0, 0) scale(1);
    }
    50% {
      -webkit-transform: translate(0, -20px) scale(0.95);
              transform: translate(0, -20px) scale(0.95);
    }
    75% {
      -webkit-transform: translate(0, 0) scale(1);
              transform: translate(0, 0) scale(1);
    }
    100% {
      -webkit-transform: translate(0, 20px) scale(1.05);
              transform: translate(0, 20px) scale(1.05);
    }
  }
  @keyframes fuwafuwa {
    0% {
      -webkit-transform: translate(0, 20px) scale(1.05);
              transform: translate(0, 20px) scale(1.05);
    }
    25% {
      -webkit-transform: translate(0, 0) scale(1);
              transform: translate(0, 0) scale(1);
    }
    50% {
      -webkit-transform: translate(0, -20px) scale(0.95);
              transform: translate(0, -20px) scale(0.95);
    }
    75% {
      -webkit-transform: translate(0, 0) scale(1);
              transform: translate(0, 0) scale(1);
    }
    100% {
      -webkit-transform: translate(0, 20px) scale(1.05);
              transform: translate(0, 20px) scale(1.05);
    }
  }
  .ill .fuwafuwa1 {
    -webkit-animation: fuwafuwa1 4.5s linear infinite forwards;
            animation: fuwafuwa1 4.5s linear infinite forwards;
  }
  @-webkit-keyframes fuwafuwa1 {
    0% {
      -webkit-transform: translate(0, -10px) scale(1.02);
              transform: translate(0, -10px) scale(1.02);
    }
    25% {
      -webkit-transform: translate(0, 0) scale(1);
              transform: translate(0, 0) scale(1);
    }
    50% {
      -webkit-transform: translate(0, 10px) scale(0.98);
              transform: translate(0, 10px) scale(0.98);
    }
    75% {
      -webkit-transform: translate(0, 0) scale(1);
              transform: translate(0, 0) scale(1);
    }
    100% {
      -webkit-transform: translate(0, -10px) scale(1.02);
              transform: translate(0, -10px) scale(1.02);
    }
  }
  @keyframes fuwafuwa1 {
    0% {
      -webkit-transform: translate(0, -10px) scale(1.02);
              transform: translate(0, -10px) scale(1.02);
    }
    25% {
      -webkit-transform: translate(0, 0) scale(1);
              transform: translate(0, 0) scale(1);
    }
    50% {
      -webkit-transform: translate(0, 10px) scale(0.98);
              transform: translate(0, 10px) scale(0.98);
    }
    75% {
      -webkit-transform: translate(0, 0) scale(1);
              transform: translate(0, 0) scale(1);
    }
    100% {
      -webkit-transform: translate(0, -10px) scale(1.02);
              transform: translate(0, -10px) scale(1.02);
    }
  }
  .ill .fuwafuwa2 {
    -webkit-animation: fuwafuwa2 5s linear infinite forwards;
            animation: fuwafuwa2 5s linear infinite forwards;
  }
  @-webkit-keyframes fuwafuwa2 {
    0% {
      -webkit-transform: translate(0, 10px) scale(1.02);
              transform: translate(0, 10px) scale(1.02);
    }
    25% {
      -webkit-transform: translate(0, 0) scale(1);
              transform: translate(0, 0) scale(1);
    }
    50% {
      -webkit-transform: translate(0, -10px) scale(0.98);
              transform: translate(0, -10px) scale(0.98);
    }
    75% {
      -webkit-transform: translate(0, 0) scale(1);
              transform: translate(0, 0) scale(1);
    }
    100% {
      -webkit-transform: translate(0, 10px) scale(1.02);
              transform: translate(0, 10px) scale(1.02);
    }
  }
  @keyframes fuwafuwa2 {
    0% {
      -webkit-transform: translate(0, 10px) scale(1.02);
              transform: translate(0, 10px) scale(1.02);
    }
    25% {
      -webkit-transform: translate(0, 0) scale(1);
              transform: translate(0, 0) scale(1);
    }
    50% {
      -webkit-transform: translate(0, -10px) scale(0.98);
              transform: translate(0, -10px) scale(0.98);
    }
    75% {
      -webkit-transform: translate(0, 0) scale(1);
              transform: translate(0, 0) scale(1);
    }
    100% {
      -webkit-transform: translate(0, 10px) scale(1.02);
              transform: translate(0, 10px) scale(1.02);
    }
  }
  .ill .fuwafuwa3 {
    -webkit-animation: fuwafuwa3 6s linear infinite forwards;
            animation: fuwafuwa3 6s linear infinite forwards;
  }
  @-webkit-keyframes fuwafuwa3 {
    0% {
      -webkit-transform: translate(0, -10px) scale(0.98);
              transform: translate(0, -10px) scale(0.98);
    }
    25% {
      -webkit-transform: translate(0, 0) scale(1);
              transform: translate(0, 0) scale(1);
    }
    50% {
      -webkit-transform: translate(0, 10px) scale(1.02);
              transform: translate(0, 10px) scale(1.02);
    }
    75% {
      -webkit-transform: translate(0, 0) scale(1);
              transform: translate(0, 0) scale(1);
    }
    100% {
      -webkit-transform: translate(0, -10px) scale(0.98);
              transform: translate(0, -10px) scale(0.98);
    }
  }
  @keyframes fuwafuwa3 {
    0% {
      -webkit-transform: translate(0, -10px) scale(0.98);
              transform: translate(0, -10px) scale(0.98);
    }
    25% {
      -webkit-transform: translate(0, 0) scale(1);
              transform: translate(0, 0) scale(1);
    }
    50% {
      -webkit-transform: translate(0, 10px) scale(1.02);
              transform: translate(0, 10px) scale(1.02);
    }
    75% {
      -webkit-transform: translate(0, 0) scale(1);
              transform: translate(0, 0) scale(1);
    }
    100% {
      -webkit-transform: translate(0, -10px) scale(0.98);
              transform: translate(0, -10px) scale(0.98);
    }
  }
  .phrase {
    position: absolute;
    left: 50%;
    top: 45%;
    width: 33.7%;
    -webkit-transform: translate(-50%, -20%);
            transform: translate(-50%, -20%);
    pointer-events: none;
    top: 20%;
  }
  .phrase img {
    width: 100%;
  }
  .phrase .animate__delay-15s {
    position: relative;
    z-index: 2;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  @-webkit-keyframes pulse {
    0%, 100% {
      -webkit-transform: scale(0.95);
              transform: scale(0.95);
    }
    50% {
      -webkit-transform: scale(1.02);
              transform: scale(1.02);
    }
  }
  @keyframes pulse {
    0%, 100% {
      -webkit-transform: scale(0.95);
              transform: scale(0.95);
    }
    50% {
      -webkit-transform: scale(1.02);
              transform: scale(1.02);
    }
  }
  @-webkit-keyframes pulse-bg {
    0%, 100% {
      -webkit-transform: scale(0.92);
              transform: scale(0.92);
    }
    50% {
      -webkit-transform: scale(1.04);
              transform: scale(1.04);
    }
  }
  @keyframes pulse-bg {
    0%, 100% {
      -webkit-transform: scale(0.92);
              transform: scale(0.92);
    }
    50% {
      -webkit-transform: scale(1.04);
              transform: scale(1.04);
    }
  }
  .phrase .pulse {
    -webkit-animation: pulse 5s ease-in-out infinite;
            animation: pulse 5s ease-in-out infinite;
  }
  .ill.blur-box {
    -webkit-animation-name: blur;
            animation-name: blur;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1; /* 1回だけアニメーション */
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
    font-size: 4rem;
    font-weight: bold;
    color: #fff;
  }
  .phrase-bg {
    width: 43%;
  }
  .phrase-bg .pulse {
    -webkit-animation: pulse-bg 5.5s ease-in-out infinite;
            animation: pulse-bg 5.5s ease-in-out infinite;
  }
  @-webkit-keyframes blur {
    from {
      opacity: 0;
      -webkit-filter: blur(50px);
              filter: blur(50px);
    }
    to {
      opacity: 1;
      -webkit-filter: blur(0);
              filter: blur(0);
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
    }
  }
  @keyframes blur {
    from {
      opacity: 0;
      -webkit-filter: blur(50px);
              filter: blur(50px);
    }
    to {
      opacity: 1;
      -webkit-filter: blur(0);
              filter: blur(0);
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
    }
  }
  .loading {
    font-weight: bold;
    text-align: center;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3.5rem;
    font-weight: 400;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #fff;
    letter-spacing: 0.2rem;
    font-family: "Georgia", serif;
  }
  .loading span {
    -webkit-animation-name: bounce;
            animation-name: bounce;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    display: inline-block;
    margin: 0 3px;
  }
  .loading span:nth-child(2) {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  .loading span:nth-child(3) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .loading span:nth-child(4) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .loading span:nth-child(5) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  .loading span:nth-child(6) {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .loading span:nth-child(7) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .loading span:nth-child(8) {
    -webkit-animation-delay: 0.7s;
            animation-delay: 0.7s;
  }
  .loading span:nth-child(9) {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  .loading span:nth-child(10) {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
  }
  @-webkit-keyframes bounce {
    0% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
    40% {
      -webkit-transform: translateY(-30px);
              transform: translateY(-30px);
    }
    80%, 100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
  }
  @keyframes bounce {
    0% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
    40% {
      -webkit-transform: translateY(-30px);
              transform: translateY(-30px);
    }
    80%, 100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
  }
  .mv .mv_inner {
    display: none;
  }
  .sparkle {
    position: absolute;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block; /* 反転効かせるため */
    -webkit-animation-name: sparkleScaleOpacity;
            animation-name: sparkleScaleOpacity;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
    -webkit-animation-timing-function: unset;
            animation-timing-function: unset;
    z-index: 10;
  }
  .pos1 {
    top: 19%;
    left: 24%;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .pos2 {
    top: 40%;
    left: 5%;
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .pos3 {
    top: 30%;
    right: 27%;
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .pos4 {
    top: 50%;
    right: 7%;
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .pos5 {
    bottom: 33%;
    right: 32%;
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
  }
  @-webkit-keyframes sparkleScaleOpacity {
    0% {
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
      opacity: 0;
    }
    100% {
      -webkit-transform: scale(2);
              transform: scale(2);
      opacity: 1;
    }
  }
  @keyframes sparkleScaleOpacity {
    0% {
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
      opacity: 0;
    }
    100% {
      -webkit-transform: scale(2);
              transform: scale(2);
      opacity: 1;
    }
  }
}
/*共通スタイル変数*/
/*テキスト関係*/
/*カラー関係*/
/*flex設定*/
/*ベンダープレフィックス設定*/
/*sp表示・非表示*/
:root {
  font-size: 62.5%;
}

html {
  scroll-behavior: smooth;
}

body {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  min-width: 1130px;
  color: #5C4F5E;
  margin: 0;
  background: #fff;
  overflow-x: hidden;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", HelveticaNeue, "Hiragino Kaku Gothic ProN", "Sogoe UI", Verdana, Meiryo, sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 1.5rem;
}

#contents {
  overflow: hidden;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

p {
  font-size: 1.6rem;
  font-weight: 400;
}

_:lang(x) + _:-webkit-full-screen-document, p {
  font-weight: 400;
}

h1, h2, h3, h4, h5, p, ol, ul, figure {
  margin: 0;
  padding: 0;
}

.button a {
  display: block;
  text-align: center;
}

img {
  width: 100%;
}

.spOn {
  display: none !important;
}

.spOff {
  display: block !important;
}

/*========================================
*
*	全ページ共通
*
*---------------------------------------*/
/*================================
**	ヘッダー
*-------------------------------*/
#header {
  height: 120px;
  padding: 25px 0 35px;
  background: #fff;
  -o-border-image: linear-gradient(90deg, rgb(148, 97, 147) 0%, rgb(207, 226, 232) 100%, rgb(207, 226, 232) 100%) 1/0 0 4px 0;
     border-image: -webkit-gradient(linear, left top, right top, from(rgb(148, 97, 147)), color-stop(100%, rgb(207, 226, 232)), to(rgb(207, 226, 232))) 1/0 0 4px 0;
     border-image: linear-gradient(90deg, rgb(148, 97, 147) 0%, rgb(207, 226, 232) 100%, rgb(207, 226, 232) 100%) 1/0 0 4px 0;
  border-style: solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*ナビゲーションを横並びに*/
}
#header .logo {
  width: 306px;
  margin: 0 0 0 36px;
}
#header .menu {
  margin: 0 40px 0 0;
}
#header .menu-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#header .menu-top .text {
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.25rem;
  margin: 10px 10px 0 0;
}
#header .menu-top .button-contact {
  margin: 0 8px 0 0;
}
#header .menu-top .button-contact a {
  width: 140px;
  border: 2px solid #946C93;
  color: #946C93;
  border-radius: 3px;
  background: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 6px 10px 6px 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.05em;
  font-weight: 500;
}
#header .menu-top .button-contact a:hover {
  color: #fff;
  background: #946C93;
  opacity: 1;
}
#header .menu-top .button-contact a::before {
  content: "";
  background: url(../images/common/button-icon-contact.png) no-repeat center top;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  position: absolute;
  top: 12px;
  left: 13px;
  width: 16px;
  height: 11px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#header .menu-top .button-contact a:hover::before {
  content: "";
  background: url(../images/common/button-icon-contact-hover.png) no-repeat center top;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  position: absolute;
  top: 12px;
  left: 13px;
  width: 16px;
  height: 11px;
}
#header .menu-top .button-request a {
  width: 140px;
  border: 2px solid #41A9C9;
  color: #41A9C9;
  border-radius: 3px;
  background: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 6px 10px 6px 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.2em;
  font-weight: 500;
}
#header .menu-top .button-request a:hover {
  color: #fff;
  background: #41A9C9;
  opacity: 1;
}
#header .menu-top .button-request a::before {
  content: "";
  background: url(../images/common/button-icon-document.png) no-repeat center top;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  position: absolute;
  top: 9px;
  left: 22px;
  width: 14px;
  height: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#header .menu-top .button-request a:hover::before {
  content: "";
  background: url(../images/common/button-icon-document-hover.png) no-repeat center top;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  position: absolute;
  top: 9px;
  left: 22px;
  width: 14px;
  height: 18px;
}
#header .menu-bottom .sp-menu-icon {
  display: none;
}
#header nav ul {
  /*2階層目の基点にするためrelativeを指定*/
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#header nav ul li.hasChild > a::before {
  content: "";
  position: absolute;
  top: 25px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 4px;
  height: 5px;
}
#header nav ul li {
  margin: 7px 0 0 35px;
}
#header nav ul li a { /*矢印の基点にするためrelativeを指定*/
  position: relative;
  display: block;
  text-decoration: none;
  color: #5C4F5E;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.15rem;
}
#header nav ul li a i {
  display: none;
}
#header nav ul li a:hover {
  opacity: 1;
}
#header nav ul li.hasChild .subNav {
  /*絶対配置で位置を指定*/
  position: absolute;
  left: 0;
  top: 120px;
  z-index: 4;
  /*子要素を横並びに*/
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*形状を指定*/
  background: rgba(148, 108, 147, 0.95);
  width: 100vw;
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
  height: 150px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
#header nav ul li.hasChild .subNav .subNav-inner {
  width: 1000px;
  margin: 0 auto;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header nav ul li.hasChild .subNav .subNav-inner .majorMenu {
  font-size: 2rem;
  letter-spacing: 0.2rem;
  line-height: 1.2;
}
#header nav ul li.hasChild .subNav .subNav-inner .majorMenu span {
  font-family: "Georgia", serif;
  font-size: 1.1rem;
  letter-spacing: 0.15rem;
}
#header nav ul li.hasChild .subNav .subNav-inner .subNav-list {
  width: 710px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#header nav ul li.hasChild .subNav .subNav-inner .subNav-list li {
  width: auto;
  margin: 4px 30px 4px 0;
}
#header nav ul li.hasChild:hover > .subNav {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#header nav ul li.hasChild:hover > a::before {
  content: "";
  background: url(../images/common/menu-hover.png) no-repeat center top;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  position: absolute;
  top: 25px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 8px;
  height: 9px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#header nav ul li.hasChild ul li a {
  color: #fff;
  font-size: 1.3rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#header nav ul li.hasChild ul li a:hover {
  opacity: 0.7;
}
#header nav ul ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header .glNav-wrap {
  display: block;
}

/*================================
**	フッター
*-------------------------------*/
footer .container-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgb(148, 108, 147);
  background: linear-gradient(150deg, rgb(148, 108, 147) 0%, rgb(148, 108, 147) 0%, rgb(104, 181, 206) 100%);
  padding: 60px 0 80px;
  color: #fff;
}
footer .container-top .info {
  width: 382px;
  padding: 0 43px 0 0;
  border-right: 1px solid #fff;
}
footer .container-top .info h1 {
  font-size: 2rem;
  letter-spacing: 0.3rem;
  margin: 0 0 14px;
}
footer .container-top .info p {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  margin: 0 0 20px;
  line-height: 1.8;
}
footer .container-top .info a.footer-info-link {
  font-size: 1.5rem;
  color: #fff;
  text-decoration: underline;
}
footer .container-top .info a.footer-info-link:hover {
  text-decoration: none;
}
footer .container-top .info a.footer-info-link:visited {
  text-decoration: underline;
}
footer .container-top .info .map {
  height: 0;
  overflow: hidden;
  padding-bottom: 62.25%;
  position: relative;
  margin: 0 0 25px;
}
footer .container-top .info .map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
footer .container-top .info .footer-link-button {
  position: relative;
}
footer .container-top .info .footer-link-button a {
  color: #fff;
  padding: 20px;
  border: 1px solid #fff;
  border-radius: 4px;
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 500;
}
footer .container-top .info .footer-link-button a i.circleAllow {
  color: #fff;
  position: absolute;
  right: 30px;
  top: 40%;
  font-size: 1.3rem;
}
footer .container-top .info .footer-link-button a:hover {
  background: rgba(255, 255, 255, 0.2);
}
footer .container-top .footer-nav {
  width: 618px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .container-top .footer-nav .nav-box {
  margin: 0 0 0 43px;
  width: 163px;
}
footer .container-top .footer-nav .nav-box p {
  font-size: 1.6rem;
  margin: 0 0 15px;
  letter-spacing: 0.2rem;
}
footer .container-top .footer-nav .nav-box p a {
  font-size: 1.6rem;
}
footer .container-top .footer-nav .nav-box li {
  margin: 0 0 8px;
}
footer .container-top .footer-nav .nav-box li.pointer-none a {
  pointer-events: none;
}
footer .container-top .footer-nav .nav-box a {
  color: #fff;
  font-size: 1.3rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .container-top .footer-nav .nav-box a:hover {
  opacity: 0.6;
}
footer .container-top .footer-nav .nav-box:nth-of-type(4) {
  width: 360px;
}
footer .container-top .footer-nav .nav-box:nth-of-type(1),
footer .container-top .footer-nav .nav-box:nth-of-type(2),
footer .container-top .footer-nav .nav-box:nth-of-type(3) {
  margin: 0 0 40px 43px;
}
footer .container-top .footer-nav .nav-box:nth-of-type(5) .subNav-list {
  margin: 0 0 20px;
}
footer .container-top .footer-nav .nav-box:nth-of-type(5) p:nth-of-type(2),
footer .container-top .footer-nav .nav-box:nth-of-type(5) p:nth-of-type(3) {
  margin: 0 0 10px;
}
footer .container-top .footer-nav .list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
footer .container-top .footer-nav .list-inner-box:first-of-type {
  margin: 0 60px 0 0;
}
footer .container-top .footer-nav .nav-box-sub {
  margin: 0 0 0 43px;
  width: initial;
}
footer .container-top .footer-nav .nav-box-sub .subNav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .container-top .footer-nav .nav-box-sub .subNav-list li {
  margin-right: 40px;
  position: relative;
}
footer .container-top .footer-nav .nav-box-sub .subNav-list li a {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: solid 1px #fff;
  font-size: 1.3rem;
  padding: 0px 0px 12px 50px;
  width: 165px;
  display: block;
}
footer .container-top .footer-nav .nav-box-sub .subNav-list li a i.circleAllow {
  position: absolute;
  right: 5px;
  top: 20%;
}
footer .container-top .footer-nav .nav-box-sub .subNav-list li:last-child a {
  padding: 0px 0px 12px 23px;
}
footer .container-bottom {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .container-bottom .logo {
  width: 228px;
}
footer .container-bottom .copyright p {
  font-family: "Georgia", serif;
  font-size: 1.2rem;
  letter-spacing: 0.15rem;
  margin: 20px 0 0;
  color: #8C848D;
}

/*================================
**	サイドメニュー
*-------------------------------*/
/*========================================
*
*	下層ページ
*
*---------------------------------------*/
.lower {
  /*================================
  **	フォーム
  *-------------------------------*/
  /*================================
  **	フォーム共通
  *-------------------------------*/
}
.lower #page-title {
  background: url(../images/common/lower-header-back.jpg) center center/cover no-repeat;
  position: relative;
  height: 180px;
}
.lower #page-title h1 {
  margin: 0 auto;
}
.lower #breadcrumb {
  width: 1070px;
  margin: 0 auto;
  padding: 22px 0 36px;
}
.lower #breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.lower #breadcrumb ul li {
  margin: 0 8px 0 0;
}
.lower #breadcrumb ul li a {
  font-size: 1.3rem;
  color: #A6A2A7;
  letter-spacing: 0.25rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.lower #breadcrumb ul li a span {
  color: #5C4F5E;
}
.lower #breadcrumb ul li a:hover {
  opacity: 0.7;
}
.lower #contents-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1070px;
  margin: 0 auto 120px;
}
.lower #main-contents {
  width: 760px;
  margin: 0 0 0 310px;
}
.lower #main-contents p {
  font-size: 1.5rem;
  line-height: 1.9;
  letter-spacing: 0.12rem;
  font-weight: 400;
}
.lower #main-contents p a {
  text-decoration: underline;
  color: #7B447A;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.lower #main-contents p a:hover {
  text-decoration: none;
}
.lower #main-contents p.lead-sentence {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
  margin: 0 0 30px;
}
.lower #side-menu {
  position: absolute;
  width: 240px;
  left: 0;
}
.lower #side-menu .text-small {
  font-size: 1.1rem;
}
.lower #side-menu h2 {
  color: #fff;
  font-size: 2rem;
  background: #946C93;
  padding: 24px 0;
  text-align: center;
  letter-spacing: 0.4rem;
}
.lower #side-menu .list {
  background: #FBFBFB;
}
.lower #side-menu .list li {
  border-bottom: solid 1px #CECECE;
}
.lower #side-menu .list li a {
  padding: 24px 0 24px 20px;
  width: 100%;
  color: #4E4150;
  font-size: 1.4rem;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.lower #side-menu .list li a:hover {
  opacity: 0.7;
}
.lower #side-menu .list .active {
  background: #EBE5EB;
}
.lower #side-menu .list li:last-of-type {
  border-bottom: none;
}
.lower #main-contents h2 {
  font-size: 2.4rem;
  letter-spacing: 0.25rem;
  font-weight: 400;
  -o-border-image: linear-gradient(90deg, rgb(126, 97, 148) 0%, rgb(228, 186, 218) 100%) 1/0 0 2px 0;
     border-image: -webkit-gradient(linear, left top, right top, from(rgb(126, 97, 148)), to(rgb(228, 186, 218))) 1/0 0 2px 0;
     border-image: linear-gradient(90deg, rgb(126, 97, 148) 0%, rgb(228, 186, 218) 100%) 1/0 0 2px 0;
  border-style: solid;
  line-height: 1.8;
  padding: 0 0 0 45px;
  margin: 0 0 30px;
  position: relative;
}
.lower #main-contents h2 .text-small {
  font-size: 1.4rem;
  font-weight: 400;
}
.lower #main-contents h2::before {
  content: "";
  background: url(../images/common/title-icon.png) no-repeat center top;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  position: absolute;
  top: 3px;
  left: 0;
  width: 39px;
  height: 39px;
}
.lower #main-contents h3 {
  font-size: 2rem;
  color: #7B447A;
  letter-spacing: 0.15em;
  font-weight: 500;
  margin: 0 0 10px;
}
.lower #main-contents h3 .text-small {
  font-size: 1.4rem;
  font-weight: 400;
}
.lower #main-contents h4 {
  font-size: 1.6rem;
  color: #7B447A;
  letter-spacing: 0.3rem;
  font-weight: 400;
  margin: 0 0 10px;
}
.lower #main-contents ul {
  position: relative;
}
.lower #main-contents ul li {
  position: relative;
  padding: 0 0 0 16px;
}
.lower #main-contents ul li:before {
  content: ""; /* 空の要素作成 */
  width: 4px; /* 幅指定 */
  height: 4px;
  border-radius: 50%; /* 高さ指定 */
  display: inline-block; /* インラインブロックにする */
  background-color: #5C4F5E;
  position: absolute; /* 背景色指定 */
  top: 10px;
  left: 6px;
}
.lower #main-contents ul, .lower #main-contents ol {
  font-size: 1.5rem;
  font-weight: 400;
}
.lower #main-contents ul li, .lower #main-contents ol li {
  margin: 0 0 8px;
}
.lower #main-contents table {
  font-size: 1.5rem;
  width: 100%;
}
.lower #main-contents section {
  margin: 0 0 60px;
}
.lower #main-contents article {
  margin: 0 0 50px;
}
.lower #main-contents .line-box {
  border: solid 1px #7B447A;
  padding: 30px;
  margin: 20px 0 0;
  font-size: 1.5rem;
}
.lower #main-contents .line-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.lower #main-contents .line-box dl dt {
  width: 134px;
  font-weight: 500;
  letter-spacing: 0.3rem;
}
.lower #main-contents .line-box dl dd {
  letter-spacing: 0.05rem;
  font-weight: 400;
  line-height: 1.8;
}
.lower #main-contents .gray-box {
  background: #F1F1F1;
  padding: 20px 30px;
  margin: 20px 0 0;
  border-radius: 6px;
}
.lower #main-contents .gray-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.lower #main-contents .gray-box dl dt {
  font-size: 1.6rem;
  color: #7B447A;
  font-weight: 500;
  letter-spacing: 0.3rem;
}
.lower #main-contents .gray-box dl dd {
  font-size: 1.5rem;
  letter-spacing: 0.05rem;
  font-weight: 400;
  line-height: 1.8;
}
.lower #main-contents .list-disc {
  margin: 0 0 25px;
  letter-spacing: 0.12rem;
}
.lower #main-contents .list-disc li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background-color: #5C4F5E;
  position: absolute;
  top: 7px;
  left: 2px;
}
.lower #main-contents .list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.lower #main-contents .list-container ul {
  width: 50%;
}
.lower #main-contents .list-container li:before {
  display: none;
}
.lower #main-contents .list-container li a {
  color: #5C4F5E;
  text-decoration: underline;
}
.lower #main-contents .list-container li a:hover {
  text-decoration: none;
}
.lower #main-contents .text-emphasis {
  display: inline-block;
  margin: 30px 0 20px;
  font-weight: 500;
  font-size: 1.6rem;
}
.lower #form .input-text {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1.5rem;
  padding: 0.3em 0.3em;
  width: 100%;
}
.lower #form .input-text:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.lower #form .input-textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  height: 100px;
  padding: 0.4em 0.8em;
  width: 100%;
}
.lower #form .input-textarea :focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.lower #form .input-radio {
  display: none;
}
.lower #form .input-radio + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 1.2em;
  margin: 0 16px 0 0;
  position: relative;
}
.lower #form .input-radio + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}
.lower #form .input-radio + span::after {
  -webkit-transform: translateY(-50%);
  background: #946C93;
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 4px;
  opacity: 0;
  padding: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  width: 8px;
}
.lower #form .input-radio:checked + span::after {
  opacity: 1;
}
.lower #form .input-checkbox {
  display: none;
}
.lower #form .input-checkbox + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 1.2em;
  position: relative;
}
.lower #form .input-checkbox + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  content: "";
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
}
.lower #form .input-checkbox + span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 3px solid #946C93;
  border-left: 3px solid #946C93;
  content: "";
  display: block;
  height: 0.6em;
  left: 0;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  width: 1em;
}
.lower #form .input-checkbox:checked + span::after {
  opacity: 1;
}
.lower #form .select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #fff url(../images/common/form-select.svg) no-repeat center right 8px/12px 12px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%;
  min-width: 200px;
}
.lower #form .select::-ms-expand {
  display: none;
}
@media all and (-ms-high-contrast: none) {
  .lower #form .select {
    background: #fff url(../images/common/form-select.svg) no-repeat center right 8px/14px 9px;
  }
}
.lower #form .select:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.lower #form .button-wrap {
  margin: 0 auto;
  width: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lower #form .button-wrap .button {
  position: relative;
  width: 230px;
  -webkit-appearance: none;
  background-color: #4B6CA7;
  background-image: none;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  margin: 0 auto;
  padding: 20px 0;
  text-decoration: none;
  border-radius: 3px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.lower #form .button-wrap .button i.circleAllow {
  color: #fff;
  position: absolute;
  right: 30px;
  top: 40%;
  font-size: 1.3rem;
}
.lower #form .button-wrap .button i.circleAllow-left {
  color: #fff;
  position: absolute;
  left: 30px;
  top: 40%;
  font-size: 1.3rem;
}
.lower #form .button-wrap .button:hover,
.lower #form .button-wrap .button:focus {
  outline: none;
  opacity: 0.7;
}
.lower #form .button-wrap .button::-moz-foucus-inner {
  border: none;
  padding: 0;
}
.lower .form-top-message {
  margin: 0 0 40px;
}
.lower .caution {
  color: #4B6CA7;
  font-size: 1.4rem;
}
.lower #main-contents .reply-box {
  margin: -20px 0 40px;
}
.lower #main-contents .reply-box h4 {
  text-align: center;
  margin: 0 0 15px;
  letter-spacing: 0.2rem;
}
.lower #main-contents .reply-box .mail-text {
  font-weight: 600;
  letter-spacing: 0.02rem;
}
.lower #main-contents .reply-box p {
  margin: 12px 0;
  line-height: 1.8;
}
.lower #main-contents .reply-box .caution-reply {
  color: #4B6CA7;
  font-weight: 500;
}
.lower #form > p {
  text-align: center;
  margin: 40px 0;
}
.lower #form .form-wrap {
  background: #F1F1F1;
  border-radius: 9px;
  padding: 30px;
}
.lower #form .form-wrap p {
  text-align: center;
  margin: 0 0 20px;
  padding: 50px 0 0;
  font-weight: 400;
  border-top: solid 1px #BEBEBE;
}
.lower #form .form-wrap p a {
  text-decoration: underline;
  color: #7B447A;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.lower #form .form-wrap p a:hover {
  text-decoration: none;
}
.lower #form .short {
  width: 200px;
}
.lower #form dl {
  font-size: 1.5rem;
  letter-spacing: 0.15rem;
  border-bottom: solid 1px #BEBEBE;
  padding: 16px 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lower #form dl dt {
  width: 256px;
}
.lower #form dl dd {
  width: 400px;
}
.lower #form dl .multi-line .input-text {
  margin: 0 0 8px;
}
.lower #form dl .multi-line select {
  margin: 0 0 10px;
}
.lower #form dl:last-of-type {
  border-bottom: none;
}
.lower #form .text-small {
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
}
.lower #form #send {
  margin: 0 0 40px;
}
.lower #form #send p {
  text-align: center;
  margin: 0 0 20px;
  padding: 0;
  border-top: none;
}

/*共通スタイル変数*/
/*テキスト関係*/
/*カラー関係*/
/*flex設定*/
/*ベンダープレフィックス設定*/
/*sp表示・非表示*/
/*共通スタイル変数*/
/*テキスト関係*/
/*カラー関係*/
/*flex設定*/
/*ベンダープレフィックス設定*/
/*sp表示・非表示*/
/*========================================
*
*	TOPページ
*
*---------------------------------------*/
/*================================
**	アニメーション
*-------------------------------*/
.anim-box.popup.is-animated {
  -webkit-animation: popup 2s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
          animation: popup 2s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}

@-webkit-keyframes popup {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}

@keyframes popup {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
/*================================
**	ホーム
*-------------------------------*/
#home body {
  background-color: #946193;
}
#home #header {
  height: auto;
  padding: 15px 0;
  background: none;
  -o-border-image: linear-gradient(90deg, rgb(148, 97, 147) 0%, rgb(207, 226, 232) 100%, rgb(207, 226, 232) 100%) 1/4px 0 0 0;
     border-image: -webkit-gradient(linear, left top, right top, from(rgb(148, 97, 147)), color-stop(100%, rgb(207, 226, 232)), to(rgb(207, 226, 232))) 1/4px 0 0 0;
     border-image: linear-gradient(90deg, rgb(148, 97, 147) 0%, rgb(207, 226, 232) 100%, rgb(207, 226, 232) 100%) 1/4px 0 0 0;
  border-style: solid;
  border-width: 4px 0 0 0;
  border-top: 4px solid; /* Fallback for browsers that do not support border-image */
  position: fixed;
  z-index: 50;
  width: 100%;
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*ナビゲーションを横並びに*/
}
#home #header .logo {
  width: 306px;
  margin: 0 0 0 36px;
}
#home #header .logo img {
  mix-blend-mode: multiply;
}
#home #header .menu {
  margin: 0 40px 0 0;
}
#home #header .menu nav ul li.hasChild .subNav {
  position: absolute;
  top: 30px;
  z-index: 4;
  background: rgba(148, 108, 147, 0.95);
  width: 220px;
  visibility: hidden;
  opacity: 0;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  padding: 10px 15px;
  border-radius: 6px;
}
#home #header .menu nav ul li.hasChild:nth-of-type(1) .subNav {
  left: -80px;
}
#home #header .menu nav ul li.hasChild:nth-of-type(2) .subNav {
  left: -50px;
}
#home #header .menu nav ul li.hasChild:nth-of-type(3) .subNav {
  left: -50px;
}
#home #header .menu nav ul li.hasChild:nth-of-type(4) .subNav {
  left: -60px;
}
#home #header .menu nav ul li.hasChild:nth-of-type(5) .subNav {
  left: -50px;
}
#home #header .menu-top {
  display: none;
}
#home #header .menu-bottom {
  margin: 22px 0 0;
}
#home #header .menu-bottom .sp-menu-icon {
  display: none;
}
#home #header nav ul {
  /*2階層目の基点にするためrelativeを指定*/
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#home #header nav ul li.hasChild > a::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 12px;
  width: 14px;
  height: 18px;
  margin: 0 auto;
}
#home #header nav ul li {
  margin: 7px 0 0 35px;
}
#home #header nav ul li a { /*矢印の基点にするためrelativeを指定*/
  position: relative;
  display: block;
  text-decoration: none;
  color: #5C4F5E;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.15rem;
}
#home #header nav ul li a i {
  display: none;
}
#home #header nav ul li a:hover {
  opacity: 1;
}
#home #header nav ul .hasChild {
  position: relative;
}
#home #header nav ul li.hasChild .subNav {
  /*絶対配置で位置を指定*/
  position: absolute;
  left: 0px;
  top: 40px;
  z-index: 4;
  /*子要素を横並びに*/
  display: block;
  /*形状を指定*/
  background: rgba(148, 108, 147, 0.95);
  width: 100vw;
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
#home #header nav ul li.hasChild .subNav .subNav-inner {
  width: auto;
  margin: 0 auto;
  display: block;
}
#home #header nav ul li.hasChild .subNav .subNav-inner .majorMenu {
  display: none;
}
#home #header nav ul li.hasChild .subNav .subNav-inner .majorMenu span {
  font-family: "Georgia", serif;
  font-size: 1.1rem;
  letter-spacing: 0.15rem;
}
#home #header nav ul li.hasChild .subNav .subNav-inner .subNav-list {
  width: auto;
  display: block;
}
#home #header nav ul li.hasChild .subNav .subNav-inner .subNav-list li {
  width: auto;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
}
#home #header nav ul li.hasChild .subNav .subNav-inner .subNav-list li:last-child,
#home #header nav ul li.hasChild .subNav .subNav-inner .subNav-list .border-none {
  border-bottom: none;
}
#home #header nav ul li.hasChild:hover > .subNav {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#home #header nav ul li.hasChild > a::before {
  content: "";
  background: url(../images/common/menu-hover.png) no-repeat center top;
  background-size: contain;
  position: absolute;
  top: -16px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 8px;
  height: 9px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#home #header nav ul li.hasChild:hover > a::before {
  content: "";
  background: url(../images/common/menu-hover.png) no-repeat center top;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  position: absolute;
  top: -16px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 10px;
  height: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
#home #header nav ul li.hasChild ul li a {
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.03rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 400;
  text-align: center;
  padding: 10px 0;
}
#home #header nav ul li.hasChild ul li a:hover {
  opacity: 0.7;
}
#home #header nav ul ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#home #header .glNav-wrap {
  display: block;
}
#home #home-side-button {
  position: fixed;
  z-index: 100;
  top: 35%;
  left: 0;
}
#home #home-side-button .button-contact {
  margin: 0 8px 0 0;
  position: absolute;
  top: 160px;
}
#home #home-side-button .button-contact a {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  width: 40px;
  height: 150px;
  border: 2px solid #946193;
  color: #fff;
  border-radius: 0 3px 3px 0;
  background: #946193;
  font-size: 1.5rem;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 16px 10px 6px 30px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.05em;
  font-weight: 500;
}
#home #home-side-button .button-contact a:hover {
  color: #946193;
  background: #fff;
  opacity: 1;
}
#home #home-side-button .button-contact a::before {
  content: "";
  background: url(../images/common/button-icon-contact-hover.png) no-repeat center top;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  position: absolute;
  top: 12px;
  left: 11px;
  width: 16px;
  height: 11px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#home #home-side-button .button-contact a:hover::before {
  content: "";
  background: url(../images/common/button-icon-contact.png) no-repeat center top;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  position: absolute;
  top: 12px;
  left: 11px;
  width: 16px;
  height: 11px;
}
#home #home-side-button .button-request {
  position: absolute;
  top: 0;
}
#home #home-side-button .button-request a {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  width: 40px;
  height: 140px;
  border: 2px solid #41A9C9;
  color: #fff;
  border-radius: 0 3px 3px 0;
  background: #41A9C9;
  font-size: 1.5rem;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 34px 10px 6px 30px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.2em;
  font-weight: 500;
}
#home #home-side-button .button-request a:hover {
  color: #41A9C9;
  background: #fff;
  opacity: 1;
}
#home #home-side-button .button-request a::before {
  content: "";
  background: url(../images/common/button-icon-document-hover.png) no-repeat center top;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  position: absolute;
  top: 19px;
  left: 13px;
  width: 14px;
  height: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#home #home-side-button .button-request a:hover::before {
  content: "";
  background: url(../images/common/button-icon-document.png) no-repeat center top;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  position: absolute;
  top: 19px;
  left: 13px;
  width: 14px;
  height: 18px;
}
#home #home-mainImage {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 42%; /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(../images/home/main-image.jpg) center center/cover no-repeat;
  margin: 0 0 60px;
}
#home #home-mainImage .container {
  position: absolute;
  width: 40%;
  top: 26%;
  left: 80px;
}
#home #home-mainImage .container .copy {
  width: 60%;
  margin: 0 0 35px;
}
#home #home-mainImage .container .text p {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
  line-height: 2;
}
#home #home-message {
  width: 700px;
  background: rgba(148, 97, 147, 0.82);
  position: absolute;
  top: 90vh;
  left: 0;
  height: auto;
  padding: 6px;
  margin: 0 0 40px;
  z-index: 50;
  border-radius: 0 6px 6px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#home #home-message .home-message-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#home #home-message .title {
  position: relative;
  width: 115px;
  padding: 10px;
  border-right: 1px solid #fff;
  line-height: 0;
}
#home #home-message .list {
  font-size: 1.5rem;
  color: #fff;
  padding: 10px;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#home #home-message .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#home #home-message .list span.date {
  font-size: 1.3;
  display: inline-block;
  margin: 0 12px 0 0;
  font-family: "Georgia", serif;
  width: 80px;
}
#home #home-message .list span.text {
  line-height: 1.5;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#home #home-message .list a {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  letter-spacing: 0.05rem;
}
#home #home-message .list a:hover {
  opacity: 0.6;
}
#home #home-message p {
  font-size: 1.5rem;
  letter-spacing: 0.25rem;
  color: #fff;
  padding: 5px 20px 5px 80px;
}
#home #home-contents {
  background: #fff;
  display: block;
  position: relative;
  z-index: 60;
}
#home #home-greeting {
  position: relative;
  margin: 300px 0 0;
  padding: 140px 0 130px;
  background: #fff;
}
#home #home-greeting .wrapper {
  position: relative;
  width: 650px;
  margin: 0 auto;
}
#home #home-greeting .wrapper .home-h2-title {
  position: relative;
  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;
  margin: 0 0 15px;
}
#home #home-greeting .wrapper .home-h2-title .main-title {
  width: 318px;
  position: relative;
  z-index: 2;
}
#home #home-greeting .wrapper .home-h2-title::before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#946193), to(#6E8DB9));
  background: linear-gradient(90deg, #946193 0%, #6E8DB9 100%);
  background-size: auto;
  background-size: cover;
  height: 2px;
  width: 66px;
  display: block;
  position: relative;
  top: 20px;
  left: -30px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
#home #home-greeting .wrapper .home-h2-title::after {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#6E8DB9), to(#946193));
  background: linear-gradient(90deg, #6E8DB9 0%, #946193 100%);
  background-size: auto;
  background-size: cover;
  height: 2px;
  width: 66px;
  display: block;
  position: relative;
  top: 20px;
  right: -30px;
}
#home #home-greeting .wrapper p.sub-title {
  text-align: center;
  font-size: 1.5rem;
  color: #7B447A;
  letter-spacing: 0.15rem;
  margin: 0 0 30px;
}
#home #home-greeting .wrapper p {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.4;
  letter-spacing: 0.2rem;
}
#home #home-greeting .wrapper .container {
  position: relative;
  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;
  margin: 60px 0 0;
}
#home #home-greeting .wrapper .container a {
  width: 33.3%;
  margin: 0 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#home #home-greeting .wrapper .container a:hover {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
#home #home-greeting .wrapper .container::before {
  content: "";
  background: url(../images/home/icon-blossoms.png) no-repeat center top;
  background-size: contain;
  position: absolute;
  top: -140px;
  left: -90px;
  width: 63px;
  height: 60px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
#home #home-greeting .wrapper .container::after {
  content: "";
  background: url(../images/home/icon-blossoms.png) no-repeat center top;
  background-size: contain;
  position: absolute;
  top: -80px;
  right: -80px;
  width: 63px;
  height: 60px;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
#home #home-greeting .wrapper::before {
  content: "";
  background: url(../images/home/icon-blossoms.png) no-repeat center top;
  background-size: contain;
  position: absolute;
  top: -50px;
  left: 100px;
  width: 63px;
  height: 60px;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
#home #home-greeting .illust-box-01 {
  position: absolute;
  width: 217px;
  top: -150px;
  left: -200px;
}
#home #home-greeting .illust-box-02 {
  position: absolute;
  width: 207px;
  top: -50px;
  right: -220px;
}
#home #home-greeting .illust-box-03 {
  position: absolute;
  width: 179px;
  bottom: -70px;
  left: -230px;
}
#home #home-greeting::before {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, white, rgba(255, 255, 255, 0));
  position: absolute;
  top: -300px;
  left: 0;
  right: 0;
  width: 100%;
  height: 300px;
  margin: 0 auto;
}
#home #home-news:before {
  content: "";
  background: url(../images/home/watercolor-01.png) no-repeat center top;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  position: absolute;
  top: -110px;
  right: -76px;
  width: 360px;
  height: 327px;
  z-index: 1;
}
#home #home-news:after {
  content: "";
  background: url(../images/home/watercolor-02.png) no-repeat center top;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  position: absolute;
  bottom: -100px;
  left: -60px;
  width: 300px;
  height: 295px;
  z-index: 1;
}
#home #home-news {
  background: url(../images/common/bg_pattern.jpg) center center/cover no-repeat;
  position: relative;
}
#home #home-news .home-h2-title {
  position: relative;
  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;
  margin: 0 0 50px;
}
#home #home-news .home-h2-title .main-title {
  width: 335px;
  position: relative;
  z-index: 2;
}
#home #home-news .home-h2-title::before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#946193), to(#6E8DB9));
  background: linear-gradient(90deg, #946193 0%, #6E8DB9 100%);
  background-size: auto;
  background-size: cover;
  height: 2px;
  width: 66px;
  display: block;
  position: relative;
  top: 20px;
  left: -30px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
#home #home-news .home-h2-title::after {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#6E8DB9), to(#946193));
  background: linear-gradient(90deg, #6E8DB9 0%, #946193 100%);
  background-size: auto;
  background-size: cover;
  height: 2px;
  width: 66px;
  display: block;
  position: relative;
  top: 20px;
  right: -30px;
}
#home #home-news .wrapper {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding: 100px 0 120px;
}
#home #home-news .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 10;
}
#home #home-news h3 {
  font-size: 2rem;
  letter-spacing: 0.4rem;
  line-height: 1;
  font-weight: 400;
  height: 30px;
  background: #fff;
  -o-border-image: linear-gradient(90deg, rgb(148, 97, 147) 0%, rgb(207, 226, 232) 100%, rgb(207, 226, 232) 100%) 1/0 0 2px 0;
     border-image: -webkit-gradient(linear, left top, right top, from(rgb(148, 97, 147)), color-stop(100%, rgb(207, 226, 232)), to(rgb(207, 226, 232))) 1/0 0 2px 0;
     border-image: linear-gradient(90deg, rgb(148, 97, 147) 0%, rgb(207, 226, 232) 100%, rgb(207, 226, 232) 100%) 1/0 0 2px 0;
  border-style: solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 0 4px;
  margin: 0 0 10px 42px;
}
#home #home-news .list {
  font-size: 1.4rem;
}
#home #home-news .list li {
  border-bottom: 1px solid #CECECE;
  line-height: 1.4;
  padding: 10px 0;
}
#home #home-news .list li a {
  color: #5C4F5E;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#home #home-news .list li a:hover {
  opacity: 0.6;
}
#home #home-news .list li:last-of-type {
  border-bottom: none;
}
#home #home-news .list span.date {
  width: 100px;
  font-size: 1.3;
  display: inline-block;
  margin: 0 17px 0 0;
  font-family: "Georgia", serif;
}
#home #home-news .list span.article-title {
  width: 470px;
  line-height: 1.6;
}
#home #home-news .news-box .title img {
  width: 96px;
  height: 20px;
}
#home #home-news .topics-box .title img {
  width: 92px;
  height: 16px;
}
#home #home-news .news-box,
#home #home-news .topics-box {
  width: 484px;
  padding: 25px 25px 20px 25px;
  background: linear-gradient(495deg, transparent 40px, #fff 40px);
  background-position: top left;
  background-repeat: no-repeat;
  position: relative;
  -webkit-box-shadow: rgba(188, 183, 188, 0.8) 6px 10px 7px;
          box-shadow: rgba(188, 183, 188, 0.8) 6px 10px 7px;
  border-radius: 6px;
  position: relative;
}
#home #home-news .news-box:before,
#home #home-news .topics-box:before {
  content: "";
  display: block;
  background: linear-gradient(495deg, transparent 40px, #E1E1E1 40px);
  width: 55px;
  height: 57px;
  position: absolute;
  left: 0px;
  top: -2px;
}
#home #home-news .button {
  position: absolute;
  top: 20px;
  right: 25px;
  width: 108px;
}
#home #home-news .button i.circleAllow {
  color: #fff;
  position: absolute;
  right: 7px;
  top: 8px;
  font-size: 1.3rem;
}
#home #home-news .button a {
  width: 100%;
  color: #fff;
  border-radius: 3px;
  background: #4B6CA7;
  font-size: 1.3rem;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 4px 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.2em;
  font-weight: 500;
}
#home #home-news .button a:hover {
  opacity: 0.7;
}
#home #home-applicants {
  position: relative;
  background: #F2FAFC;
  padding: 90px 0 80px;
}
#home #home-applicants .wrapper {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto 50px;
  position: relative;
  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;
}
#home #home-applicants .wrapper .image-box {
  position: relative;
  max-width: 560px;
  width: 54%;
  margin: 0 50px 0 0;
}
#home #home-applicants .wrapper .image-box .applicants-illust {
  position: absolute;
  width: 230px;
  bottom: -70px;
  right: -40px;
}
#home #home-applicants .wrapper .text-box {
  width: 50%;
  max-width: 620px;
}
#home #home-applicants .wrapper .text-box .home-h2-title {
  -o-border-image: linear-gradient(90deg, #CFE2E8 0%, #4B6CA7 100%) 0 0 1/2px 0;
     border-image: -webkit-gradient(linear, left top, right top, from(#CFE2E8), to(#4B6CA7)) 0 0 1/2px 0;
     border-image: linear-gradient(90deg, #CFE2E8 0%, #4B6CA7 100%) 0 0 1/2px 0;
  border-style: solid;
  border-width: 0 0 0 2px;
  border-bottom: 2px solid;
  padding: 0 0 10px 0;
  margin: 0 0 40px;
}
#home #home-applicants .wrapper .text-box .home-h2-title .main-title {
  width: 100%;
  max-width: 617px;
  display: block;
}
#home #home-applicants .wrapper .text-box > p {
  line-height: 2.5;
  letter-spacing: 0.11rem;
  margin: 0 0 30px;
}
#home #home-applicants .title {
  position: relative;
  width: 100%;
  margin: 0 0 25px;
}
#home #home-applicants .title img {
  display: block;
  width: 166px;
  margin: 0 auto;
  background: #fff;
}
#home #home-applicants .title:before {
  content: "";
  display: block;
  background: rgb(207, 226, 232);
  background: -webkit-gradient(linear, left top, right top, from(rgb(207, 226, 232)), color-stop(100%, rgb(75, 108, 167)), to(rgb(75, 108, 167)));
  background: linear-gradient(90deg, rgb(207, 226, 232) 0%, rgb(75, 108, 167) 100%, rgb(75, 108, 167) 100%);
  width: 100%;
  height: 2px;
  position: absolute;
  top: 80%;
  z-index: -2;
}
#home #home-applicants .title:after {
  content: "";
  display: block;
  background: #fff;
  width: 190px;
  height: 150px;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1;
}
#home #home-applicants .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
#home #home-applicants .container a {
  position: relative;
  border-radius: 6px;
  display: block;
  text-decoration: none;
  width: 32%;
  height: 190px;
  padding: 25px 0 30px;
  border: solid 2px #b3d0da;
  border-radius: 6px;
  background: #fff;
}
#home #home-applicants .container a:hover {
  background: #e7eff1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#home #home-applicants .container .link-box img {
  display: block;
  width: 64px;
  margin: 0 auto;
}
#home #home-applicants .container .link-box > p {
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  text-align: center;
  margin: 10px auto 0;
  text-decoration: none;
  color: #5C4F5E;
}
#home #home-applicants .container .link-box i.allow {
  color: #4B79A7;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 25px;
  width: 10px;
}
#home #home-enrolled::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background-image: radial-gradient(circle at 20px -10px, #F2FAFC 24px, #F6F3F6 26px);
  background-size: 40px 30px;
  background-repeat: repeat-x;
  background-position: 0 0;
}
#home #home-enrolled {
  position: relative;
  background: #F6F3F6;
  padding: 120px 0 80px;
}
#home #home-enrolled .wrapper {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto 50px;
  position: relative;
  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;
}
#home #home-enrolled .wrapper .image-box {
  position: relative;
  max-width: 560px;
  width: 54%;
  margin: 0 0 0 50px;
}
#home #home-enrolled .wrapper .image-box .enrolled-illust {
  position: absolute;
  width: 220px;
  bottom: -60px;
  left: -30px;
}
#home #home-enrolled .wrapper .text-box {
  width: 50%;
  max-width: 620px;
}
#home #home-enrolled .wrapper .text-box .home-h2-title {
  -o-border-image: linear-gradient(90deg, #E4BADA 0%, #7E6194 100%) 0 0 1/2px 0;
     border-image: -webkit-gradient(linear, left top, right top, from(#E4BADA), to(#7E6194)) 0 0 1/2px 0;
     border-image: linear-gradient(90deg, #E4BADA 0%, #7E6194 100%) 0 0 1/2px 0;
  border-style: solid;
  border-width: 0 0 0 2px;
  border-bottom: 2px solid;
  padding: 0 0 10px 0;
  margin: 0 0 40px;
}
#home #home-enrolled .wrapper .text-box .home-h2-title .main-title {
  width: 100%;
  max-width: 544px;
  display: block;
}
#home #home-enrolled .wrapper .text-box > p {
  line-height: 2.5;
  letter-spacing: 0.11rem;
  margin: 0 0 30px;
}
#home #home-enrolled .title {
  position: relative;
  width: 100%;
  margin: 0 0 25px;
}
#home #home-enrolled .title img {
  display: block;
  width: 166px;
  margin: 0 auto;
  background: #fff;
}
#home #home-enrolled .title:before {
  content: "";
  display: block;
  background: rgb(207, 226, 232);
  background: -webkit-gradient(linear, left top, right top, from(rgb(207, 226, 232)), color-stop(100%, rgb(75, 108, 167)), to(rgb(75, 108, 167)));
  background: linear-gradient(90deg, rgb(207, 226, 232) 0%, rgb(75, 108, 167) 100%, rgb(75, 108, 167) 100%);
  width: 100%;
  height: 2px;
  position: absolute;
  top: 80%;
  z-index: -2;
}
#home #home-enrolled .title:after {
  content: "";
  display: block;
  background: #fff;
  width: 190px;
  height: 150px;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1;
}
#home #home-enrolled .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
#home #home-enrolled .container a {
  position: relative;
  border-radius: 6px;
  display: block;
  text-decoration: none;
  width: 32%;
  height: 190px;
  padding: 25px 0 30px;
  border: solid 2px #E4BADA;
  border-radius: 6px;
  background: #fff;
}
#home #home-enrolled .container a:hover {
  background: #f0e1ed;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#home #home-enrolled .container .link-box img {
  display: block;
  width: 64px;
  margin: 0 auto;
}
#home #home-enrolled .container .link-box > p {
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  text-align: center;
  margin: 10px auto 0;
  text-decoration: none;
  color: #5C4F5E;
}
#home #home-enrolled .container .link-box i.allow {
  color: #7B447A;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 25px;
  width: 10px;
}
#home #footer {
  background: #fff;
  display: block;
  position: relative;
  z-index: 50;
}
#home .mv_inner, #home #contents, #home #header, #home #footer {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#home #header, #home #footer {
  display: none;
}

/*========================================
*
*	学校紹介
*
*---------------------------------------*/
/*================================
**	ページタイトル
*-------------------------------*/
#school-introduction {
  /*================================
  **	ご挨拶
  *-------------------------------*/
  /*================================
  **	教育の理念・目標
  *-------------------------------*/
  /*================================
  **	歴史 HISTORY
  *-------------------------------*/
}
#school-introduction #page-title h1 {
  width: 500px;
  position: relative;
  top: 19%;
}
#school-introduction #greeting .greeting-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#school-introduction #greeting .greeting-inner .text-box {
  width: 520px;
  margin: 0 30px 0 0;
}
#school-introduction #greeting .greeting-inner .text-box p {
  margin: 0 0 20px;
}
#school-introduction #greeting .greeting-inner .text-box {
  width: 520px;
  margin: 0 30px 0 0;
}
#school-introduction #greeting .greeting-inner .image-box {
  width: 240px;
}
#school-introduction #greeting .greeting-inner .image-box p {
  width: 178px;
  margin: 18px auto 0;
}
#school-introduction #policy-goal .policy-box {
  margin: 0 0 40px;
}
#school-introduction #policy-goal .policy-box p {
  font-weight: 400;
  font-size: 1.7rem;
  letter-spacing: 0.3rem;
  line-height: 1.7;
}
#school-introduction #policy-goal .goal-box {
  margin: 0 0 40px;
}
#school-introduction #policy-goal .goal-box ol {
  margin: 0 0 0 14px;
}
#school-introduction #policy-goal .goal-box ol li {
  list-style: decimal;
  font-size: 1.5rem;
  line-height: 1.6;
  margin: 0 0 12px;
  letter-spacing: 0.15rem;
}
#school-introduction #history #history-concept {
  background: url(../images/school-introduction/history-back.jpg) center center/cover no-repeat;
  position: relative;
  height: 367px;
  padding: 40px 50px;
}
#school-introduction #history #history-concept p {
  line-height: 2.1;
}
#school-introduction #history #history-concept p.copy {
  width: 360px;
  margin: 0 0 25px;
}
#school-introduction #history #history-list table {
  width: 100%;
}
#school-introduction #history #history-list table tr {
  border-bottom: solid 1px #CECECE;
}
#school-introduction #history #history-list table tr:first-of-type {
  border-top: solid 1px #CECECE;
}
#school-introduction #history #history-list table th {
  background: #F5F1F5;
  font-size: 1.3rem;
  font-weight: 400;
  padding: 13px 0;
}
#school-introduction #history #history-list table th .year {
  font-family: "Georgia", serif;
  font-size: 1.5rem;
}
#school-introduction #history #history-list table td {
  font-size: 1.5rem;
  font-weight: 400;
  padding: 13px 0 13px 30px;
}

/*========================================
*
*	学校紹介
*
*---------------------------------------*/
/*================================
**	ページタイトル
*-------------------------------*/
#educational-environment {
  /*================================
  **	充実の教育環境
  *-------------------------------*/
  /*================================
  **	看護師への道 さらなるキャリアアップ
  *-------------------------------*/
  /*================================
  **	安定の就職実績
  *-------------------------------*/
  /*================================
  **	出身高校
  *-------------------------------*/
}
#educational-environment #page-title h1 {
  width: 630px;
  position: relative;
  top: 19%;
}
#educational-environment #extensive-environment .belonging-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#educational-environment #extensive-environment .belonging-inner ul {
  margin: 0 50px 0 0;
}
#educational-environment #extensive-environment .training-facilities p {
  margin: 0 0 25px;
}
#educational-environment #career-up .qualification .qualification-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 640px;
  margin: 20px auto 0;
}
#educational-environment #career-up .qualification .qualification-inner .image-box {
  width: 148px;
  margin: 0 16px 0 0;
}
#educational-environment #career-up .qualification .qualification-inner .image-box:last-of-type {
  margin: 0;
}
#educational-environment #career-up .acceptance-rate table {
  border: solid 1px #946C93;
  text-align: center;
}
#educational-environment #career-up .acceptance-rate table thead {
  color: #fff;
  background: #946C93;
  letter-spacing: 0.15rem;
}
#educational-environment #career-up .acceptance-rate table thead tr:first-of-type {
  border-bottom: solid 1px #D6C9D6;
}
#educational-environment #career-up .acceptance-rate table thead th {
  border-right: solid 1px #D6C9D6;
  padding: 8px 0;
  font-weight: 400;
  width: 80px;
}
#educational-environment #career-up .acceptance-rate table thead th:last-of-type {
  border-right: none;
}
#educational-environment #career-up .acceptance-rate table tbody tr:first-of-type {
  border-bottom: solid 1px #D6C9D6;
}
#educational-environment #career-up .acceptance-rate table tbody tr.this-school td {
  font-size: 1.7rem;
  font-weight: 500;
}
#educational-environment #career-up .acceptance-rate table tbody th, #educational-environment #career-up .acceptance-rate table tbody td {
  padding: 25px 0;
}
#educational-environment #career-up .acceptance-rate table tbody th {
  background: #F5F1F5;
  font-weight: 400;
  width: 120px;
}
#educational-environment #career-up .acceptance-rate table tbody td {
  border-left: solid 1px #D6C9D6;
  font-weight: 400;
  letter-spacing: 0.15rem;
}
#educational-environment #employment-results #main-workplace .prefecture-inner,
#educational-environment #employment-results #main-workplace .outside-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#educational-environment #employment-results #main-workplace .prefecture-inner ul,
#educational-environment #employment-results #main-workplace .outside-inner ul {
  margin: 0 50px 0 0;
}
#educational-environment #employment-results #main-workplace .prefecture-inner {
  margin: 0 0 40px;
}
#educational-environment #highschool-from > div {
  margin: 0 0 40px;
}

/*========================================
*
*	220906_追加＿教育の特徴
*
*---------------------------------------*/
#characteristic-education .pc-on {
  display: block;
}
#characteristic-education .sp-on {
  display: none;
}
#characteristic-education #page-title h1 {
  width: 490px;
  position: relative;
  top: 20%;
}
#characteristic-education #main-contents p {
  margin: 0 0 20px;
  letter-spacing: 0.2rem;
  line-height: 1.7;
}
#characteristic-education #main-contents h2 {
  font-size: 2.4rem;
  letter-spacing: 0.25rem;
  font-weight: 400;
  -o-border-image: none;
     border-image: none;
  border-style: none;
  line-height: 1.8;
  padding: 0;
  margin: 0;
  position: relative;
}
#characteristic-education #main-contents h2:before {
  content: none;
}
#characteristic-education #main-contents #preamble h2 {
  font-size: 2.4rem;
  letter-spacing: 0.25rem;
  color: #7B447A;
  font-weight: 500;
  -o-border-image: none;
  border-image: none;
  border-style: none;
  line-height: 1.5;
  padding: 0;
  margin: 0 0 20px;
  position: relative;
}
#characteristic-education #main-contents #preamble h2 .text-big {
  font-size: 3rem;
}
#characteristic-education #main-contents #preamble h2::before {
  content: "";
  background: url(../images/common/watercolor-lower.png) no-repeat center top;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  position: absolute;
  top: -37px;
  right: -24px;
  left: auto;
  width: 210px;
  height: 200px;
  z-index: -1;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
#characteristic-education #main-contents #preamble #features-school {
  margin: 40px 0;
}
#characteristic-education #main-contents #preamble #features-school .features-school-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#characteristic-education #main-contents #preamble #features-school .features-school-inner ul {
  margin: 0 40px 0 0;
}
#characteristic-education #main-contents #preamble #features-school .features-school-inner ul li {
  letter-spacing: 0.15rem;
}
#characteristic-education #main-contents #preamble #features-school .features-school-inner ul li::before {
  content: none;
}
#characteristic-education #main-contents .policy-box {
  padding: 30px;
  border-radius: 8px;
  margin: 0 0 40px;
  position: relative;
}
#characteristic-education #main-contents .policy-box h2 {
  margin: 0 0 25px;
}
#characteristic-education #main-contents .policy-box h3 {
  font-size: 1.6rem;
  color: #5C4F5E;
  margin: 0 0 15px;
}
#characteristic-education #main-contents .policy-box ol {
  margin: 0;
  padding: 0;
}
#characteristic-education #main-contents .policy-box ol li {
  list-style: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
  line-height: 1.6;
  margin: 0 0 20px;
  letter-spacing: 0.1rem;
}
#characteristic-education #main-contents .policy-box::before {
  content: "";
  position: absolute;
  bottom: 26px;
  right: 26px;
  left: auto;
  width: 128px;
  height: 120px;
}
#characteristic-education #main-contents #diploma-policy::before {
  background: url(../images/characteristic-education/circle-pink.png) no-repeat center top;
  background-size: contain;
}
#characteristic-education #main-contents #curriculum-policy::before {
  background: url(../images/characteristic-education/circle-purple.png) no-repeat center top;
  background-size: contain;
}
#characteristic-education #main-contents #admission-policy::before {
  background: url(../images/characteristic-education/circle-blue.png) no-repeat center top;
  background-size: contain;
}
#characteristic-education #main-contents #diploma-policy {
  background: #FBEEF3;
}
#characteristic-education #main-contents #curriculum-policy {
  background: #F5EFF5;
}
#characteristic-education #main-contents #admission-policy {
  background: #E0F1F6;
}

/*========================================
*
*	入学希望の皆様へ
*
*---------------------------------------*/
/*========================================
*
*	体験入学
*
*---------------------------------------*/
#trial-enrollment #page-title h1 {
  width: 470px;
  position: relative;
  top: 19%;
}
#trial-enrollment #main-contents > p {
  margin: 0 0 30px;
}
#trial-enrollment #main-contents .line-box {
  margin: 0 0 30px;
  padding: 20px 30px;
}
#trial-enrollment #main-contents .line-box dl {
  margin: 8px 0;
}
#trial-enrollment #main-contents .line-box dl dt {
  width: 174px;
  font-weight: 400;
  letter-spacing: 0.1rem;
}
#trial-enrollment #main-contents .line-box dl dd {
  letter-spacing: 0.05rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
#trial-enrollment #main-contents #reservation-button .text-emphasis {
  text-align: center;
  display: block;
}
#trial-enrollment #main-contents #reservation-button .button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 60px;
}
#trial-enrollment #main-contents #reservation-button .button-wrap .button {
  position: relative;
  width: 280px;
  margin: 0 30px 0 0;
  -webkit-appearance: none;
  background-color: #4B6CA7;
  background-image: none;
  border: none;
  cursor: pointer;
  display: block;
  padding: 16px 0;
  text-decoration: none;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#trial-enrollment #main-contents #reservation-button .button-wrap .button a {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.2rem;
}
#trial-enrollment #main-contents #reservation-button .button-wrap .button i.circleAllow {
  color: #fff;
  position: absolute;
  right: 20px;
  top: 42%;
  font-size: 1.3rem;
}
#trial-enrollment #main-contents #reservation-button .button-wrap .button:hover {
  opacity: 0.7;
}

/*========================================
*
*	体験入学申込
*
*---------------------------------------*/
/*================================
**	ページタイトル
*-------------------------------*/
#application-trial-enrollment #page-title h1 {
  width: 552px;
  position: relative;
  top: 19%;
}
#application-trial-enrollment #main-contents .form-top-message {
  margin: 0 0 20px;
}
#application-trial-enrollment #main-contents > ul {
  margin: 0 0 30px;
}
#application-trial-enrollment #main-contents .line-box {
  margin: 20px 0 50px;
  padding: 30px;
  text-align: center;
}
#application-trial-enrollment #main-contents .line-box .text-emphasis {
  margin: 0 10px;
}
#application-trial-enrollment #main-contents .line-box .line-box-inner {
  background: rgb(245, 239, 245);
  margin: 20px auto 0;
  padding: 25px 20px;
  border: 10px;
  text-align: center;
}
#application-trial-enrollment #main-contents .line-box .line-box-caution {
  margin: 20px auto 0;
  border: 10px;
  text-align: left;
}
#application-trial-enrollment #main-contents .line-box .line-box-caution h4 {
  text-align: left;
}
#application-trial-enrollment #main-contents .line-box .line-box-caution ul {
  line-height: 1.6;
}
#application-trial-enrollment #main-contents .reply-box {
  text-align: left;
  padding: 30px;
}
#application-trial-enrollment #main-contents #form .form-wrap {
  margin: 40px 0;
}
#application-trial-enrollment #main-contents #form .input-number {
  width: 60px;
}
#application-trial-enrollment #main-contents #form .input-radio + span {
  margin: 0 6px 0 0;
}
#application-trial-enrollment #main-contents #form .radio-by-side label {
  margin: 0 16px 0 0;
}
#application-trial-enrollment #main-contents #form .input-checkbox + span {
  margin: 0 0.2em 8px;
  padding: 0 0 0 1.2em;
}
#application-trial-enrollment #main-contents #form .text-label {
  display: inline-block;
  margin: 10px 0 0;
}

/*========================================
*
*	学生募集
*
*---------------------------------------*/
#recruitment-students #page-title h1 {
  width: 440px;
  position: relative;
  top: 19%;
}
#recruitment-students #main-contents > p {
  margin: 0 0 30px;
}
#recruitment-students .matters-box {
  margin: 0 0 40px;
}
#recruitment-students .button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#recruitment-students .button-wrap .button {
  position: relative;
  width: 200px;
  margin: 0 30px 15px 0;
  -webkit-appearance: none;
  background-color: #4B6CA7;
  background-image: none;
  border: none;
  cursor: pointer;
  display: block;
  padding: 22px 0 16px;
  text-decoration: none;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#recruitment-students .button-wrap .button .mini-text {
  font-size: 1.2rem;
}
#recruitment-students .button-wrap .button a {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.2rem;
}
#recruitment-students .button-wrap .button i.circleAllow {
  color: #fff;
  position: absolute;
  right: 20px;
  top: 42%;
  font-size: 1.3rem;
}
#recruitment-students .button-wrap .request-document-button {
  padding: 16px 0;
}
#recruitment-students .button-wrap .indent {
  padding: 16px 0;
}
#recruitment-students .button-wrap .indent a {
  line-height: 1.2;
}
#recruitment-students .button-wrap .button:hover,
#recruitment-students .button-wrap .button:focus {
  outline: none;
  opacity: 0.7;
}
#recruitment-students .button-wrap .button::-moz-foucus-inner {
  border: none;
  padding: 0;
}
#recruitment-students #contents p {
  margin: 0 0 20px;
}
#recruitment-students ol li {
  list-style: decimal;
  list-style-position: inside;
  text-indent: -1em;
  padding-left: 1em;
  letter-spacing: 0.1rem;
}
#recruitment-students table {
  margin: 20px 0 40px;
}
#recruitment-students article > table {
  border: solid 1px #946C93;
  text-align: center;
}
#recruitment-students article > table thead {
  color: #fff;
  background: #946C93;
  letter-spacing: 0.15rem;
}
#recruitment-students article > table thead th {
  border-right: solid 1px #D6C9D6;
  padding: 8px 0;
  font-weight: 400;
}
#recruitment-students article > table thead th:last-of-type {
  border-right: none;
}
#recruitment-students article > table tbody tr {
  border-bottom: solid 1px #D6C9D6;
}
#recruitment-students article > table tbody tr:last-of-type {
  border-bottom: none;
}
#recruitment-students article > table tbody tr.this-school td {
  font-size: 1.7rem;
  font-weight: 500;
}
#recruitment-students article > table tbody th, #recruitment-students article > table tbody td {
  padding: 25px 0;
}
#recruitment-students article > table tbody th {
  background: #F5F1F5;
  font-weight: 400;
  width: 80px;
}
#recruitment-students article > table tbody td {
  border-left: solid 1px #D6C9D6;
  font-weight: 400;
  letter-spacing: 0.15rem;
}
#recruitment-students #reservation-button .text-emphasis {
  text-align: center;
  display: block;
}
#recruitment-students #reservation-button .button {
  width: 240px;
}
#recruitment-students #recommendation > table tbody tr:first-of-type {
  border-bottom: solid 1px #946C93;
}
#recruitment-students #recommendation > table tbody td:first-of-type {
  border-left: solid 1px #946C93;
}
#recruitment-students .schedule-table {
  width: 100%;
}
#recruitment-students .schedule-table tr {
  border-bottom: solid 1px #CECECE;
}
#recruitment-students .schedule-table tr:first-of-type {
  border-top: solid 1px #CECECE;
}
#recruitment-students .schedule-table th {
  background: #F5F1F5;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 13px 0;
}
#recruitment-students .schedule-table td {
  font-size: 1.5rem;
  font-weight: 400;
  padding: 13px 0 13px 30px;
  letter-spacing: 0.1rem;
}

/*========================================
*
*	210913　学納金・奨学金
*
*---------------------------------------*/
#study-payment #page-title h1 {
  width: 567px;
  position: relative;
  top: 19%;
}
#study-payment #main-contents > p {
  margin: 0 0 30px;
}
#study-payment #main-contents p.lead-sentence {
  margin: 0 0 20px;
}
#study-payment #main-contents .text-emphasis {
  margin: 0 0 20px;
}
#study-payment #main-contents .align-right {
  text-align: right;
}
#study-payment #main-contents .text-small {
  font-size: 1.4rem;
  margin: -20px 0 10px;
}
#study-payment #main-contents h3 {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
#study-payment #main-contents h4 {
  color: #5C4F5E;
}
#study-payment .matters-box {
  margin: 0 0 40px;
}
#study-payment .matters-box div {
  margin: 0 0 20px;
}
#study-payment .button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 60px;
}
#study-payment .button-wrap .button {
  position: relative;
  width: 200px;
  margin: 0 30px 0 0;
  -webkit-appearance: none;
  background-color: #4B6CA7;
  background-image: none;
  border: none;
  cursor: pointer;
  display: block;
  padding: 16px 0;
  text-decoration: none;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#study-payment .button-wrap .button a {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.2rem;
}
#study-payment .button-wrap .button i.circleAllow {
  color: #fff;
  position: absolute;
  right: 20px;
  top: 42%;
  font-size: 1.3rem;
}
#study-payment .button-wrap .button:hover,
#study-payment .button-wrap .button:focus {
  outline: none;
  opacity: 0.7;
}
#study-payment .button-wrap .button::-moz-foucus-inner {
  border: none;
  padding: 0;
}
#study-payment #contents p {
  margin: 0 0 20px;
}
#study-payment dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 6px 0;
  letter-spacing: 0.1rem;
}
#study-payment dl dt {
  width: 100px;
}
#study-payment dl dd {
  margin: 0 0 0 15px;
}
#study-payment ol li {
  list-style: decimal;
  list-style-position: inside;
  text-indent: -1em;
  padding-left: 1em;
  letter-spacing: 0.1rem;
}
#study-payment table {
  margin: 0 0 20px;
}
#study-payment article table {
  border: solid 1px #946C93;
  text-align: center;
}
#study-payment article table thead {
  color: #fff;
  background: #946C93;
  letter-spacing: 0.15rem;
}
#study-payment article table thead th {
  border-right: solid 1px #D6C9D6;
  padding: 8px 0;
  font-weight: 400;
}
#study-payment article table thead th:last-of-type {
  border-right: none;
}
#study-payment article table tbody tr {
  border-bottom: solid 1px #D6C9D6;
}
#study-payment article table tbody tr:last-of-type {
  border-bottom: none;
}
#study-payment article table tbody tr.this-school td {
  font-size: 1.7rem;
  font-weight: 500;
}
#study-payment article table tbody th, #study-payment article table tbody td {
  padding: 15px 0;
}
#study-payment article table tbody th {
  background: #F5F1F5;
  font-weight: 400;
  width: 80px;
}
#study-payment article table tbody td {
  border-left: solid 1px #D6C9D6;
  font-weight: 400;
  letter-spacing: 0.15rem;
}
#study-payment article table tbody tr:first-of-type td:first-of-type {
  border-left: none;
}
#study-payment article table tbody tr:last-of-type td:first-of-type {
  border-left: none;
}
#study-payment #reservation-button .text-emphasis {
  text-align: center;
  display: block;
}
#study-payment #reservation-button .button {
  width: 240px;
}

/*========================================
*
*	お問い合わせ
*
*---------------------------------------*/
/*================================
**	ページタイトル
*-------------------------------*/
#contact #page-title h1 {
  width: 565px;
  position: relative;
  top: 19%;
}

/*========================================
*
*	資料請求
*
*---------------------------------------*/
/*================================
**	ページタイトル
*-------------------------------*/
#request-document #page-title h1 {
  width: 565px;
  position: relative;
  top: 19%;
}

/*========================================
*
*	在校生の皆様へ
*
*---------------------------------------*/
/*========================================
*
*	年間行事
*
*---------------------------------------*/
/*================================
**	ページタイトル
*-------------------------------*/
#annual-event #page-title h1 {
  width: 445px;
  position: relative;
  top: 19%;
}
#annual-event #event-plan table {
  border: solid 1px #946C93;
  text-align: center;
}
#annual-event #event-plan table thead {
  color: #fff;
  background: #946C93;
  letter-spacing: 0.15rem;
}
#annual-event #event-plan table thead th {
  border-right: solid 1px #D6C9D6;
  padding: 8px 0;
  font-weight: 400;
}
#annual-event #event-plan table thead th:not(:last-of-type) {
  width: 14%;
}
#annual-event #event-plan table thead th:last-of-type {
  width: 58%;
  border-right: none;
}
#annual-event #event-plan table tbody tr:not(:last-of-type) {
  border-bottom: solid 1px #D6C9D6;
}
#annual-event #event-plan table tbody th, #annual-event #event-plan table tbody td {
  padding: 8px 8px;
}
#annual-event #event-plan table tbody th {
  font-weight: 400;
}
#annual-event #event-plan table tbody .spring {
  background: #FEF4F8;
}
#annual-event #event-plan table tbody .summer {
  background: #F5EFF5;
}
#annual-event #event-plan table tbody .autumn {
  background: #E7EBF3;
}
#annual-event #event-plan table tbody .winter {
  background: #E0F1F6;
}
#annual-event #event-plan table tbody td {
  border-left: solid 1px #D6C9D6;
  font-weight: 400;
  letter-spacing: 0.15rem;
}
#annual-event #event-plan table tbody td:last-of-type {
  text-align: left;
}

/*========================================
*
*	211021 合格発表 
*
*---------------------------------------*/
#examination-result #error-text {
  text-align: center;
  margin: 25px auto;
  padding: 10px 0;
  border: solid 1px #946C93;
  color: #946C93;
  width: 460px;
  font-weight: 500;
}
#examination-result #page-title h1 {
  width: 565px;
  position: relative;
  top: 19%;
}
#examination-result #form .form-wrap {
  padding: 30px 150px;
}
#examination-result #form .short {
  width: 280px;
}
#examination-result #form .input-text {
  margin: 0 0 8px;
}
#examination-result #form dl {
  padding: 16px 0;
  margin: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#examination-result #form dl dt {
  width: 100px;
}
#examination-result #form dl dd {
  width: 280px;
}
#examination-result .page-result #form .form-wrap {
  padding: 30px;
  margin: 0 0 40px;
}
#examination-result .page-result #form .form-wrap p {
  border: none;
  padding: 30px 0 0;
}
#examination-result .page-result #form .form-wrap p.result-info-box {
  font-size: 2.4rem;
}
#examination-result .page-result #form .form-wrap p.result-info-box .examines-result {
  padding: 0 0 0 40px;
}
#examination-result .page-result #form .form-wrap .comment-box {
  border-top: solid 1px #BEBEBE;
}
#examination-result .page-result #form .form-wrap .comment-box p {
  text-align: left;
}

/*========================================
*
*	各種証明書発行
*
*---------------------------------------*/
/*================================
**	ページタイトル
*-------------------------------*/
#issue-certificates #page-title h1 {
  width: 574px;
  position: relative;
  top: 19%;
}
#issue-certificates #main-contents .align-right {
  text-align: right;
}
#issue-certificates #main-contents #about-issue-certificates .kinds-wrap {
  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: 0 0 30px;
}
#issue-certificates #main-contents #about-issue-certificates .kinds-wrap > div {
  padding: 40px 30px 30px;
  border-radius: 4px;
  position: relative;
}
#issue-certificates #main-contents #about-issue-certificates .kinds-wrap > div p {
  font-size: 1.7rem;
  line-height: 1.6;
  position: relative;
  text-align: center;
  font-weight: 500;
}
#issue-certificates #main-contents #about-issue-certificates .kinds-wrap > div li {
  text-align: left;
}
#issue-certificates #main-contents #about-issue-certificates .kinds-wrap .precautions {
  background: #fff;
}
#issue-certificates #main-contents #about-issue-certificates .kinds-wrap .precautions p {
  font-size: 1.3rem;
  line-height: 1.8;
}
#issue-certificates #main-contents #about-issue-certificates .kinds-wrap .kinds-01 {
  width: 370px;
  background: #FBEEF3;
}
#issue-certificates #main-contents #about-issue-certificates .kinds-wrap .kinds-01 > p {
  margin: 30px 0 30px;
}
#issue-certificates #main-contents #about-issue-certificates .kinds-wrap .kinds-02 {
  width: 370px;
  background: #E0F1F6;
}
#issue-certificates #main-contents #about-issue-certificates .kinds-wrap .kinds-02 > p {
  margin: 30px 0 0;
}
#issue-certificates #main-contents #about-issue-certificates .kinds-wrap .kinds-02 .precautions {
  padding: 12px;
  margin: 20px 0 0;
}
#issue-certificates #main-contents #about-issue-certificates .kinds-wrap .kinds-02 .precautions p {
  line-height: 1.4;
  text-align: left;
  font-weight: 400;
}
#issue-certificates #main-contents #about-issue-certificates .button {
  margin: 0 0 50px;
}
#issue-certificates #main-contents #about-issue-certificates .button a {
  width: 250px;
  color: #fff;
  border-radius: 3px;
  background: #4B6CA7;
  font-size: 1.3rem;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 10px 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  font-weight: 500;
}
#issue-certificates #main-contents #about-issue-certificates .button a:hover {
  opacity: 0.7;
}
#issue-certificates #main-contents #school-certificate p {
  margin: 0 0 20px;
}
#issue-certificates #main-contents #school-certificate .line-box {
  margin: 20px 0;
}
#issue-certificates #main-contents #school-certificate .line-box ul li {
  text-align: center;
  padding: 0;
  letter-spacing: 0.1rem;
}
#issue-certificates #main-contents #school-certificate .line-box ul li .spOff {
  display: inline;
}
#issue-certificates #main-contents #school-certificate .line-box ul li::before {
  content: none;
}
#issue-certificates #main-contents #school-certificate dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 16px 0;
  letter-spacing: 0.1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#issue-certificates #main-contents #school-certificate dl dt {
  width: 60px;
}
#issue-certificates #main-contents #school-certificate dl dd {
  width: 700px;
  margin: 0;
}
#issue-certificates #main-contents #reservation-button {
  text-align: center;
}
#issue-certificates #main-contents #reservation-button .text-emphasis {
  margin: 0px 0 20px;
}
#issue-certificates #main-contents #reservation-button .button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#issue-certificates #main-contents #reservation-button .button-wrap .button {
  position: relative;
  width: 320px;
  margin: 0 auto 0;
  -webkit-appearance: none;
  background-color: #4B6CA7;
  background-image: none;
  border: none;
  cursor: pointer;
  display: block;
  padding: 20px 0;
  text-decoration: none;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#issue-certificates #main-contents #reservation-button .button-wrap .button a {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.2rem;
}
#issue-certificates #main-contents #reservation-button .button-wrap .button i.circleAllow {
  color: #fff;
  position: absolute;
  right: 30px;
  top: 40%;
  font-size: 1.3rem;
}
#issue-certificates #main-contents #reservation-button .button-wrap .button:hover,
#issue-certificates #main-contents #reservation-button .button-wrap .button:focus {
  outline: none;
  opacity: 0.7;
}
#issue-certificates #main-contents #reservation-button .button-wrap .button::-moz-foucus-inner {
  border: none;
  padding: 0;
}

/*========================================
*
*	各種届出用紙
*
*---------------------------------------*/
/*================================
**	ページタイトル
*-------------------------------*/
#report-paper #page-title h1 {
  width: 530px;
  position: relative;
  top: 19%;
}
#report-paper .circle-mark {
  color: #946C93;
}
#report-paper #contents-wrap {
  min-height: 1100px;
}

/*========================================
*
*	規定
*
*---------------------------------------*/
/*================================
**	ページタイトル
*-------------------------------*/
#rule #contents-wrap {
  min-height: 1100px;
}
#rule #page-title h1 {
  width: 460px;
  position: relative;
  top: 19%;
}

/*================================
**	共通
*-------------------------------*/
#application-counseling-student #contents-wrap,
#application-counseling-parent #contents-wrap {
  min-height: 1100px;
}

/*========================================
*
*	カウンセリング申込
*
*---------------------------------------*/
/*================================
**	ページタイトル
*-------------------------------*/
#application-counseling-student #page-title h1,
#application-counseling-parent #page-title h1 {
  width: 594px;
  position: relative;
  top: 19%;
}
#application-counseling-student #form .select-date,
#application-counseling-student #form .select-grade,
#application-counseling-parent #form .select-date,
#application-counseling-parent #form .select-grade {
  width: 60px;
  min-width: auto;
  margin: 0 6px 0 0;
}
#application-counseling-student #form .select-time,
#application-counseling-parent #form .select-time {
  width: 100px;
  min-width: auto;
}

/*========================================
*
*	図書室
*
*---------------------------------------*/
/*================================
**	ページタイトル
*-------------------------------*/
#library #page-title h1 {
  width: 394px;
  position: relative;
  top: 19%;
}
#library #contents-wrap {
  min-height: 1100px;
}
#library #library-link .link-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 30px;
  border-bottom: 1px solid #CECECE;
  margin: 0;
}
#library #library-link .link-list li span a {
  display: block;
  width: 500px;
  padding: 15px 0;
  color: #5C4F5E;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#library #library-link .link-list li span a:hover {
  opacity: 0.6;
}
#library #library-link .link-list li:before {
  display: none;
}
#library #library-link .link-list .button {
  margin: 12px 0;
}
#library #library-link .link-list .button a {
  width: 160px;
  color: #fff;
  border-radius: 3px;
  background: #4B6CA7;
  font-size: 1.3rem;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 4px 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.2em;
  font-weight: 500;
}
#library #library-link .link-list .button a:hover {
  opacity: 0.7;
}
#library #library-topics {
  position: relative;
}
#library #library-topics h2 {
  font-size: 2rem;
  letter-spacing: 0.4rem;
  line-height: 1;
  font-weight: 400;
  height: 30px;
  -o-border-image: linear-gradient(90deg, rgb(148, 97, 147) 0%, rgb(207, 226, 232) 100%, rgb(207, 226, 232) 100%) 1/0 0 2px 0;
     border-image: -webkit-gradient(linear, left top, right top, from(rgb(148, 97, 147)), color-stop(100%, rgb(207, 226, 232)), to(rgb(207, 226, 232))) 1/0 0 2px 0;
     border-image: linear-gradient(90deg, rgb(148, 97, 147) 0%, rgb(207, 226, 232) 100%, rgb(207, 226, 232) 100%) 1/0 0 2px 0;
  border-style: solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 0 4px;
  margin: 0 0 10px 42px;
}
#library #library-topics .list {
  font-size: 1.4rem;
}
#library #library-topics .list li {
  border-bottom: 1px solid #CECECE;
  line-height: 1.4;
  padding: 14px 0;
  margin: 0;
}
#library #library-topics .list li a {
  color: #5C4F5E;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#library #library-topics .list li a:hover {
  opacity: 0.6;
}
#library #library-topics .list li::before {
  content: "";
  display: none;
}
#library #library-topics .list li:last-of-type {
  border-bottom: none;
}
#library #library-topics .list span.date {
  width: 100px;
  font-size: 1.3;
  display: inline-block;
  margin: 0 17px 0 0;
  font-family: "Georgia", serif;
}
#library #library-topics .list span.article-title {
  width: 340px;
}
#library #library-topics .topics-box {
  width: 100%;
  padding: 25px 25px 20px 25px;
  background: linear-gradient(495deg, transparent 40px, #F9F9F9 40px);
  background-position: top left;
  background-repeat: no-repeat;
  position: relative;
  -webkit-box-shadow: rgba(188, 183, 188, 0.5) 6px 10px 7px;
          box-shadow: rgba(188, 183, 188, 0.5) 6px 10px 7px;
  border-radius: 6px;
  position: relative;
}
#library #library-topics .topics-box:before {
  content: "";
  display: block;
  background: linear-gradient(495deg, transparent 40px, #E1E1E1 40px);
  width: 55px;
  height: 57px;
  position: absolute;
  left: 0px;
  top: -2px;
}
#library #library-topics .topics-box h2:before {
  content: "";
  background: url(../images/common/title-illust-set.png) no-repeat center top;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  position: absolute;
  top: -49px;
  left: 542px;
  width: 112px;
  height: 76px;
}
#library #pager ul {
  margin: 40px auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#library #pager ul li {
  margin: 0 5px 0;
  padding: 0;
}
#library #pager ul li a, #library #pager ul li span {
  font-size: 1.6rem;
  line-height: 1.85;
  background: transparent;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  color: #4E4150;
  display: inline-block;
}
#library #pager ul li:before {
  display: none;
}
#library #pager ul .current span {
  background: #4B6CA7;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  color: #fff;
  display: inline-block;
}

/*========================================
*
*	スクールカウンセリング (在校生)
*
*---------------------------------------*/
/*================================
**	ページタイトル
*-------------------------------*/
#counseling-student #page-title h1 {
  width: 536px;
  position: relative;
  top: 19%;
}
#counseling-student #schedule .button {
  margin: 0 0 50px;
}
#counseling-student #schedule .button a {
  width: 250px;
  color: #fff;
  border-radius: 3px;
  background: #4B6CA7;
  font-size: 1.3rem;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 10px 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  font-weight: 500;
}
#counseling-student #schedule .button a:hover {
  opacity: 0.7;
}
#counseling-student #schedule .calender-wrap iframe {
  width: 100%;
  height: 480px;
}
#counseling-student #reservation-method .method-wrap {
  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;
  text-align: center;
  margin: 0 0 30px;
}
#counseling-student #reservation-method .method-wrap h5 {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
}
#counseling-student #reservation-method .method-wrap .first-action {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 10px 0 30px;
}
#counseling-student #reservation-method .method-wrap > div {
  padding: 20px 30px 30px;
  border-radius: 4px;
  position: relative;
}
#counseling-student #reservation-method .method-wrap > div p {
  line-height: 1.6;
  position: relative;
}
#counseling-student #reservation-method .method-wrap .allow-down::before {
  content: "";
  background: url(../images/counseling/allow-down.png) no-repeat center top;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 10px;
  height: 28px;
}
#counseling-student #reservation-method .method-wrap .precautions {
  background: #fff;
}
#counseling-student #reservation-method .method-wrap .precautions p {
  font-size: 1.3rem;
  line-height: 1.8;
}
#counseling-student #reservation-method .method-wrap .e-mail-image {
  display: inline-block;
  width: 292px;
}
#counseling-student #reservation-method .method-wrap .via-school-affairs {
  width: 760px;
  background: #FBEEF3;
  margin: 0 0 20px;
}
#counseling-student #reservation-method .method-wrap .via-school-affairs .method-box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 640px;
  margin: 0 auto;
  position: relative;
}
#counseling-student #reservation-method .method-wrap .via-school-affairs .method-box-inner ol {
  text-align: left;
}
#counseling-student #reservation-method .method-wrap .via-school-affairs .method-box-inner .precautions {
  text-align: left;
  padding: 20px;
}
#counseling-student #reservation-method .method-wrap .via-teacher {
  width: 370px;
  background: #F5EFF5;
}
#counseling-student #reservation-method .method-wrap .via-teacher p {
  margin: 10px 0 30px;
}
#counseling-student #reservation-method .method-wrap .reservation {
  width: 370px;
  background: #E0F1F6;
}
#counseling-student #reservation-method .method-wrap .reservation .precautions {
  padding: 6px;
  margin: 10px 0 30px;
}
#counseling-student #reservation-method .method-wrap .reservation .precautions p {
  line-height: 1.4;
}
#counseling-student #reservation-button .button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#counseling-student #reservation-button .button-wrap .button {
  position: relative;
  width: 250px;
  margin: 0 30px 0 0;
  -webkit-appearance: none;
  background-color: #4B6CA7;
  background-image: none;
  border: none;
  cursor: pointer;
  display: block;
  padding: 20px 0;
  text-decoration: none;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#counseling-student #reservation-button .button-wrap .button a {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.2rem;
}
#counseling-student #reservation-button .button-wrap .button i.circleAllow {
  color: #fff;
  position: absolute;
  right: 30px;
  top: 40%;
  font-size: 1.3rem;
}
#counseling-student #reservation-button .button-wrap .button:hover,
#counseling-student #reservation-button .button-wrap .button:focus {
  outline: none;
  opacity: 0.7;
}
#counseling-student #reservation-button .button-wrap .button::-moz-foucus-inner {
  border: none;
  padding: 0;
}

/*========================================
*
*	スクールカウンセリング (保護者)
*
*---------------------------------------*/
/*================================
**	ページタイトル
*-------------------------------*/
#counseling-parent #page-title h1 {
  width: 536px;
  position: relative;
  top: 19%;
}
#counseling-parent #guidance-school-counseling > p {
  margin: 0 0 30px;
}
#counseling-parent #guidance-school-counseling .gray-box h5 {
  color: #7B447A;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 16px;
  letter-spacing: 0.2rem;
}
#counseling-parent #guidance-school-counseling .gray-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2px 0;
}
#counseling-parent #guidance-school-counseling .gray-box dl dt {
  color: #4E4150;
  font-size: 1.5rem;
  font-weight: 500;
  width: 80px;
}
#counseling-parent #guidance-school-counseling .gray-box dl dd {
  letter-spacing: 0.15rem;
}
#counseling-parent #guidance-school-counseling .gray-box dl dd a {
  color: #4E4150;
}
#counseling-parent #guidance-school-counseling .gray-box dl .e-mail-image {
  display: inline-block;
  width: 290px;
}
#counseling-parent #reservation-method > p {
  margin: 0 0 30px;
}
#counseling-parent #reservation-method .method-wrap {
  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;
  text-align: center;
  margin: 0 0 30px;
}
#counseling-parent #reservation-method .method-wrap h5 {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
}
#counseling-parent #reservation-method .method-wrap .first-action {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 10px 0 30px;
  height: 55px;
}
#counseling-parent #reservation-method .method-wrap > div {
  width: 248px;
  padding: 20px;
  border-radius: 4px;
  position: relative;
}
#counseling-parent #reservation-method .method-wrap > div p {
  line-height: 1.6;
  position: relative;
}
#counseling-parent #reservation-method .method-wrap > div li {
  font-size: 1.4rem;
  text-align: left;
}
#counseling-parent #reservation-method .method-wrap .allow-down::before {
  content: "";
  background: url(../images/counseling/allow-down.png) no-repeat center top;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 10px;
  height: 28px;
}
#counseling-parent #reservation-method .method-wrap .precautions {
  background: #fff;
}
#counseling-parent #reservation-method .method-wrap .precautions p {
  font-size: 1.3rem;
  line-height: 1.8;
}
#counseling-parent #reservation-method .method-wrap .e-mail-image {
  display: inline-block;
  width: 195px;
}
#counseling-parent #reservation-method .method-wrap .telephone-application {
  background: #FBEEF3;
}
#counseling-parent #reservation-method .method-wrap .telephone-application .method-box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 640px;
  margin: 0 auto;
  position: relative;
}
#counseling-parent #reservation-method .method-wrap .telephone-application .method-box-inner ol {
  text-align: left;
}
#counseling-parent #reservation-method .method-wrap .telephone-application .method-box-inner .precautions {
  text-align: left;
  padding: 20px;
}
#counseling-parent #reservation-method .method-wrap .fax-application {
  background: #F5EFF5;
}
#counseling-parent #reservation-method .method-wrap .fax-application p {
  margin: 10px 0 30px;
}
#counseling-parent #reservation-method .method-wrap .Email-application {
  background: #E0F1F6;
}
#counseling-parent #reservation-method .method-wrap .Email-application .first-action {
  font-size: 1.5rem;
  letter-spacing: 0.04rem;
}
#counseling-parent #reservation-method .method-wrap .Email-application .precautions {
  padding: 6px;
  margin: 10px 0 30px;
}
#counseling-parent #reservation-method .method-wrap .Email-application .precautions p {
  line-height: 1.4;
}
#counseling-parent #reservation-button .button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#counseling-parent #reservation-button .button-wrap .button {
  position: relative;
  width: 250px;
  margin: 0 30px 0 0;
  -webkit-appearance: none;
  background-color: #4B6CA7;
  background-image: none;
  border: none;
  cursor: pointer;
  display: block;
  padding: 20px 0;
  text-decoration: none;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#counseling-parent #reservation-button .button-wrap .button a {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.2rem;
}
#counseling-parent #reservation-button .button-wrap .button i.circleAllow {
  color: #fff;
  position: absolute;
  right: 30px;
  top: 40%;
  font-size: 1.3rem;
}
#counseling-parent #reservation-button .button-wrap .button:hover,
#counseling-parent #reservation-button .button-wrap .button:focus {
  outline: none;
  opacity: 0.7;
}
#counseling-parent #reservation-button .button-wrap .button::-moz-foucus-inner {
  border: none;
  padding: 0;
}

/*========================================
*
*	事務長行き ご意見BOX
*
*---------------------------------------*/
/*================================
**	ページタイトル
*-------------------------------*/
#opinion-box #contents-wrap {
  min-height: 1100px;
}
#opinion-box #page-title h1 {
  width: 630px;
  position: relative;
  top: 19%;
}
#opinion-box h3 {
  font-size: 2.4rem;
  letter-spacing: 0.25rem;
  color: #7B447A;
  font-weight: 500;
  line-height: 1.5;
  padding: 0;
  margin: 0 0 40px;
  position: relative;
}
#opinion-box h3:before {
  content: "";
  background: url(../images/opinion-box/watercolor-opinion-box.png) no-repeat center top;
  background-size: contain;
  position: absolute;
  top: -37px;
  right: 20px;
  left: auto;
  width: 200px;
  height: 200px;
  z-index: -1;
}
#opinion-box #opinion-box-contents p {
  margin: 0 0 40px;
}
#opinion-box #opinion-box-contents .text-emphasis {
  text-align: center;
  display: block;
}
#opinion-box #opinion-box-contents .button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#opinion-box #opinion-box-contents .button-wrap .button {
  position: relative;
  width: 250px;
  margin: 0 30px 0 0;
  -webkit-appearance: none;
  background-color: #4B6CA7;
  background-image: none;
  border: none;
  cursor: pointer;
  display: block;
  padding: 20px 0;
  text-decoration: none;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#opinion-box #opinion-box-contents .button-wrap .button a {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.2rem;
}
#opinion-box #opinion-box-contents .button-wrap .button i.circleAllow {
  color: #fff;
  position: absolute;
  right: 20px;
  top: 42%;
  font-size: 1.3rem;
}
#opinion-box #opinion-box-contents .button-wrap .button:hover,
#opinion-box #opinion-box-contents .button-wrap .button:focus {
  outline: none;
  opacity: 0.7;
}
#opinion-box #opinion-box-contents .button-wrap .button::-moz-foucus-inner {
  border: none;
  padding: 0;
}

/*========================================
*
*	卒業生の皆様へ
*
*---------------------------------------*/
/*========================================
*
*	卒業生の方へ
*
*---------------------------------------*/
/*================================
**	ページタイトル
*-------------------------------*/
#graduate #page-title h1 {
  width: 534px;
  position: relative;
  top: 19%;
}
#graduate #main-contents #graduate-news {
  position: relative;
}
#graduate #main-contents #graduate-news .container {
  position: relative;
  width: 1000px;
  margin: 0 auto 80px;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 10;
}
#graduate #main-contents #graduate-news h2 {
  font-size: 2rem;
  letter-spacing: 0.4rem;
  line-height: 1;
  font-weight: 400;
  height: 30px;
  -o-border-image: linear-gradient(90deg, rgb(148, 97, 147) 0%, rgb(207, 226, 232) 100%, rgb(207, 226, 232) 100%) 1/0 0 2px 0;
     border-image: -webkit-gradient(linear, left top, right top, from(rgb(148, 97, 147)), color-stop(100%, rgb(207, 226, 232)), to(rgb(207, 226, 232))) 1/0 0 2px 0;
     border-image: linear-gradient(90deg, rgb(148, 97, 147) 0%, rgb(207, 226, 232) 100%, rgb(207, 226, 232) 100%) 1/0 0 2px 0;
  border-style: solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 0 4px;
  margin: 0 0 10px 42px;
}
#graduate #main-contents #graduate-news .list {
  font-size: 1.4rem;
}
#graduate #main-contents #graduate-news .list li {
  border-bottom: 1px solid #CECECE;
  line-height: 1.4;
  padding: 14px 0;
  margin: 0;
}
#graduate #main-contents #graduate-news .list li a {
  color: #5C4F5E;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#graduate #main-contents #graduate-news .list li a:hover {
  opacity: 0.6;
}
#graduate #main-contents #graduate-news .list li::before {
  content: "";
  display: none;
}
#graduate #main-contents #graduate-news .list li:last-of-type {
  border-bottom: none;
}
#graduate #main-contents #graduate-news .list span.date {
  width: 100px;
  font-size: 1.3;
  display: inline-block;
  margin: 0 17px 0 0;
  font-family: "Georgia", serif;
}
#graduate #main-contents #graduate-news .list span.article-title {
  width: 340px;
}
#graduate #main-contents #graduate-news .news-box {
  width: 100%;
  padding: 25px 25px 20px 25px;
  background: linear-gradient(495deg, transparent 40px, #F9F9F9 40px);
  background-position: top left;
  background-repeat: no-repeat;
  position: relative;
  -webkit-box-shadow: rgba(188, 183, 188, 0.5) 6px 10px 7px;
          box-shadow: rgba(188, 183, 188, 0.5) 6px 10px 7px;
  border-radius: 6px;
  position: relative;
}
#graduate #main-contents #graduate-news .news-box:before {
  content: "";
  display: block;
  background: linear-gradient(495deg, transparent 40px, #E1E1E1 40px);
  width: 55px;
  height: 57px;
  position: absolute;
  left: 0px;
  top: -2px;
}
#graduate #main-contents #graduate-news .news-box h2:before {
  content: "";
  background: url(../images/common/title-illust-set.png) no-repeat center top;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  position: absolute;
  top: -49px;
  left: 542px;
  width: 112px;
  height: 76px;
}
#graduate #main-contents .line-box li {
  font-size: 1.6rem;
  font-weight: 500;
}
#graduate #main-contents .line-box li p {
  line-height: 1.6;
  margin: 6px 0 0;
}
#graduate #main-contents .line-box li p .text-emphasis {
  display: inline-block;
  margin: 8px 0 0;
  font-weight: 500;
}
#graduate #main-contents .line-box li:not(:last-of-type) {
  margin: 0 0 20px;
}
#graduate .about-envelope {
  margin: 0 0 50px;
}

/*========================================
*
*	各種証明書申込
*
*---------------------------------------*/
/*================================
**	ページタイトル
*-------------------------------*/
#application-certificates #page-title h1 {
  width: 594px;
  position: relative;
  top: 19%;
}
#application-certificates #form dt {
  position: relative;
}
#application-certificates #form dd div:not(:last-child) {
  margin: 0 0 10px;
}
#application-certificates #form dd div:not(:last-child) > label {
  margin: 0 20px 0 0;
}
#application-certificates #form .select-date,
#application-certificates #form .select-grade {
  width: 60px;
  min-width: auto;
  margin: 0 6px 0 10px;
}
#application-certificates #form .select-eraname {
  min-width: auto;
  width: 80px;
}
#application-certificates #form .input-date {
  width: 60px;
  margin: 0 6px 0 10px;
}
#application-certificates #form .input-former-name {
  width: 120px;
  margin: 0 0 8px 6px;
}
#application-certificates #form .input-letter {
  width: 40px;
  margin: 0 4px 8px 10px;
}
#application-certificates #form .select-time {
  width: 100px;
  min-width: auto;
}
#application-certificates .example-check {
  display: inline-block;
  position: relative;
}
#application-certificates .example-check:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 2px;
  top: 4px;
  left: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
}

/*========================================
*
*	キャンパスライフ
*
*---------------------------------------*/
/*========================================
*
*	職員インタビュー
*
*---------------------------------------*/
/*================================
**	ページタイトル
*-------------------------------*/
#Interview-teacher #page-title h1 {
  width: 640px;
  position: relative;
  top: 19%;
}
#Interview-teacher #preamble h2 {
  font-size: 2.4rem;
  letter-spacing: 0.25rem;
  color: #7B447A;
  font-weight: 500;
  -o-border-image: none;
     border-image: none;
  border-style: none;
  line-height: 1.5;
  padding: 0;
  margin: 0 0 40px;
  position: relative;
}
#Interview-teacher #preamble h2::before {
  content: "";
  background: url(../images/common/watercolor-lower.png) no-repeat center top;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  position: absolute;
  top: -17px;
  right: -24px;
  left: auto;
  width: 210px;
  height: 200px;
  z-index: -1;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
#Interview-teacher #preamble .speaker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
}
#Interview-teacher #preamble .speaker dt {
  color: #7B447A;
  border-right: solid 4px #7B447A;
  padding: 20px 15px 20px 0;
  letter-spacing: 0.35rem;
}
#Interview-teacher #preamble .speaker dd {
  margin: 0;
  padding: 0 15px;
  letter-spacing: 0.2rem;
}
#Interview-teacher #preamble .speaker dd .text-thin {
  font-weight: 400;
}
#Interview-teacher #interview-main .speaker-name {
  font-weight: 700;
}
#Interview-teacher #interview-main p {
  margin: 0 0 30px;
}
#Interview-teacher #interview-main h3 {
  margin: 0 0 36px;
}
#Interview-teacher #interview-main .interview-article {
  margin: 0 0 70px;
}
#Interview-teacher #interview-main .article-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#Interview-teacher #interview-main .article-inner .text-box {
  width: 345px;
}
#Interview-teacher #interview-main .article-inner .image-box {
  width: 368px;
}
#Interview-teacher #interview-main .article-inner .image-box figcaption {
  font-size: 1.5rem;
  text-align: right;
  margin: 10px 0 0;
  letter-spacing: 0.2rem;
}

/*========================================
*
*	学校生活
*
*---------------------------------------*/
/*================================
**	ページタイトル
*-------------------------------*/
#college-life #page-title h1 {
  width: 485px;
  position: relative;
  top: 19%;
}
#college-life #main-contents section {
  position: relative;
  border-radius: 4px;
  height: 240px;
  margin: 0 0 30px;
}
#college-life #main-contents section h2 {
  font-size: auto;
  letter-spacing: auto;
  font-weight: auto;
  -o-border-image: none;
     border-image: none;
  border-style: none;
  line-height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  top: -12px;
  left: -12px;
}
#college-life #main-contents section h2 .text-small {
  font-size: 1.4rem;
  font-weight: 400;
}
#college-life #main-contents section h2::before {
  display: none;
}
#college-life #main-contents section .life-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 680px;
  margin: 0 auto;
}
#college-life #main-contents .image-box {
  position: relative;
  top: -60px;
}
#college-life #main-contents #life-spring {
  background: #FBEEF3;
}
#college-life #main-contents #life-spring h2 {
  width: 255px;
}
#college-life #main-contents #life-spring .image-box {
  width: 293px;
}
#college-life #main-contents #life-summer {
  background: #F5EFF5;
}
#college-life #main-contents #life-summer h2 {
  width: 255px;
}
#college-life #main-contents #life-summer .image-box {
  width: 320px;
}
#college-life #main-contents #life-autumn {
  background: #E7EBF3;
}
#college-life #main-contents #life-autumn h2 {
  width: 293px;
}
#college-life #main-contents #life-autumn .image-box {
  width: 293px;
}
#college-life #main-contents #life-winter {
  background: #E0F1F6;
}
#college-life #main-contents #life-winter h2 {
  width: 273px;
}
#college-life #main-contents #life-winter .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#college-life #main-contents #life-winter .text-box ul:first-of-type {
  margin: 0 30px 0 0;
}
#college-life #main-contents #life-winter .image-box {
  width: 293px;
}

/*========================================
*
*	Q ＆ A
*
*---------------------------------------*/
/*================================
**	ページタイトル
*-------------------------------*/
#faq #page-title h1 {
  width: 478px;
  position: relative;
  top: 19%;
}
#faq #main-contents h3 {
  padding: 0 0 0 50px;
  margin: 0 0 20px;
  position: relative;
}
#faq #main-contents h3::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 40px;
  height: 40px;
}
#faq #main-contents #faq-list {
  position: relative;
}
#faq #main-contents #faq-list::before {
  content: "";
  background: url(../images/common/watercolor-lower.png) no-repeat center top;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  position: absolute;
  bottom: -57px;
  right: 0;
  left: auto;
  width: 250px;
  height: 240px;
  z-index: -1;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
#faq #main-contents .question-01 h3::before {
  background: url(../images/faq/q-icon-01.png) no-repeat center top;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
}
#faq #main-contents .question-02 h3::before {
  background: url(../images/faq/q-icon-02.png) no-repeat center top;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
}
#faq #main-contents .question-03 h3::before {
  background: url(../images/faq/q-icon-03.png) no-repeat center top;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
}
#faq #main-contents .question-04 h3::before {
  background: url(../images/faq/q-icon-04.png) no-repeat center top;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
}
#faq #main-contents .question-05 h3::before {
  background: url(../images/faq/q-icon-05.png) no-repeat center top;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
}
#faq #main-contents .question-06 h3::before {
  background: url(../images/faq/q-icon-06.png) no-repeat center top;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
}
#faq #main-contents .question-07 h3::before {
  background: url(../images/faq/q-icon-07.png) no-repeat center top;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
}
#faq #main-contents .question-08 h3::before {
  background: url(../images/faq/q-icon-08.png) no-repeat center top;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
}
#faq #main-contents .question-09 h3::before {
  background: url(../images/faq/q-icon-09.png) no-repeat center top;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
}
#faq #main-contents .question-10 h3::before {
  background: url(../images/faq/q-icon-10.png) no-repeat center top;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
}
#faq #main-contents .question-10 .text-emphasis {
  margin: 10px 0 0;
}

/*========================================
*
*	個人情報について
*
*---------------------------------------*/
/*================================
**	ページタイトル
*-------------------------------*/
#privacy-policy #page-title h1 {
  width: 620px;
  position: relative;
  top: 19%;
}
#privacy-policy #main-contents p {
  margin: 0 0 30px;
}
#privacy-policy #main-contents .line-box {
  margin: 20px 0 30px;
}
#privacy-policy #main-contents .line-box li {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
}
#privacy-policy #main-contents .line-box .line-box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#privacy-policy #main-contents .gray-box h5 {
  color: #7B447A;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 16px;
  letter-spacing: 0.2rem;
}
#privacy-policy #main-contents .gray-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2px 0;
}
#privacy-policy #main-contents .gray-box dl dt {
  color: #4E4150;
  font-size: 1.5rem;
  font-weight: 500;
  width: 80px;
}
#privacy-policy #main-contents .gray-box dl dd {
  letter-spacing: 0.15rem;
}
#privacy-policy #main-contents .gray-box dl dd a {
  color: #4E4150;
}

/*========================================
*
*	情報公開
*
*---------------------------------------*/
/*================================
**	ページタイトル
*-------------------------------*/
#information-disclosure #page-title h1 {
  width: 530px;
  position: relative;
  top: 19%;
}

/*========================================
*
*	TOPICS
*
*---------------------------------------*/
/*================================
**	all
*-------------------------------*/
#topics-all #breadcrumb {
  padding: 22px 0;
}
#topics-all #page-title h1 {
  width: 440px;
  position: relative;
  top: 19%;
}
#topics-all #topics-wrap:before {
  content: "";
  background: url(../images/home/watercolor-01.png) no-repeat center top;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  position: absolute;
  top: 31px;
  right: -144px;
  width: 330px;
  height: 290px;
  z-index: 1;
}
#topics-all #topics-wrap:after {
  content: "";
  background: url(../images/home/watercolor-02.png) no-repeat center top;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  position: absolute;
  bottom: 50px;
  left: -60px;
  width: 300px;
  height: 295px;
  z-index: 1;
}
#topics-all #topics-wrap {
  background: url(../images/topics/bg_pattern-topics.jpg) center center/cover no-repeat;
  position: relative;
  margin: 0 0 90px;
  padding: 40px 0;
}
#topics-all #topics-wrap h2 {
  font-size: 2.4rem;
  letter-spacing: 0.25rem;
  font-weight: 400;
  -o-border-image: linear-gradient(90deg, rgb(148, 97, 147) 0%, rgb(207, 226, 232) 100%, rgb(207, 226, 232) 100%) 1/0 0 2px 0;
     border-image: -webkit-gradient(linear, left top, right top, from(rgb(148, 97, 147)), color-stop(100%, rgb(207, 226, 232)), to(rgb(207, 226, 232))) 1/0 0 2px 0;
     border-image: linear-gradient(90deg, rgb(148, 97, 147) 0%, rgb(207, 226, 232) 100%, rgb(207, 226, 232) 100%) 1/0 0 2px 0;
  border-style: solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 0 45px;
  margin: 0 auto 30px;
  position: relative;
  line-height: 1.8;
  width: 900px;
}
#topics-all #topics-wrap h2::before {
  content: "";
  background: url(../images/common/title-icon.png) no-repeat center top;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  position: absolute;
  top: 3px;
  left: 0;
  width: 39px;
  height: 39px;
}
#topics-all #topics-wrap h2:after {
  content: "";
  background: url(../images/common/title-illust-set.png) no-repeat center top;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  position: absolute;
  top: -24px;
  right: 30px;
  width: 105px;
  height: 70px;
}
#topics-all #topics-wrap .topics-box {
  width: 900px;
  margin: 0 auto;
  padding: 30px 70px 50px;
  background: linear-gradient(495deg, transparent 40px, #fff 40px);
  background-position: top left;
  background-repeat: no-repeat;
  position: relative;
  -webkit-box-shadow: rgba(188, 183, 188, 0.8) 6px 10px 7px;
          box-shadow: rgba(188, 183, 188, 0.8) 6px 10px 7px;
  border-radius: 6px;
  position: relative;
  z-index: 50;
}
#topics-all #topics-wrap .topics-box:before {
  content: "";
  display: block;
  background: linear-gradient(495deg, transparent 40px, #E1E1E1 40px);
  width: 55px;
  height: 57px;
  position: absolute;
  left: 0px;
  top: -2px;
}
#topics-all #topics-wrap .list {
  font-size: 1.5rem;
}
#topics-all #topics-wrap .list li {
  border-bottom: 1px solid #CECECE;
  line-height: 1.4;
  padding: 16px 0;
}
#topics-all #topics-wrap .list li a {
  color: #5C4F5E;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#topics-all #topics-wrap .list li a:hover {
  opacity: 0.6;
}
#topics-all #topics-wrap .list li:last-of-type {
  border-bottom: none;
}
#topics-all #topics-wrap .list span.date {
  width: 100px;
  font-size: 1.3;
  display: inline-block;
  margin: 0 17px 0 0;
  font-family: "Georgia", serif;
}
#topics-all #topics-wrap .list span.article-title {
  width: 640px;
  line-height: 1.6;
}
#topics-all #pager ul {
  margin: 40px auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#topics-all #pager ul li {
  margin: 0 5px 0;
}
#topics-all #pager ul li a, #topics-all #pager ul li span {
  font-size: 1.6rem;
  line-height: 1.85;
  background: transparent;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  color: #4E4150;
  display: inline-block;
}
#topics-all #pager ul .current span {
  background: #4B6CA7;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  color: #fff;
  display: inline-block;
}
#topics-all #form dl dt {
  width: 270px;
  text-align: right;
}
#topics-all #form .form-wrap {
  border-radius: 9px;
  padding: 30px;
  margin: 50px 0;
}
#topics-all #error-text {
  text-align: center;
  margin: 25px auto;
  padding: 10px 0;
  border: solid 1px #946C93;
  color: #946C93;
  width: 460px;
  font-weight: 500;
}

/*================================
**	detail
*-------------------------------*/
#topics-detail #breadcrumb {
  padding: 22px 0;
}
#topics-detail #page-title h1 {
  width: 440px;
  position: relative;
  top: 19%;
}
#topics-detail #topics-wrap {
  background: url(../images/topics/bg_pattern-topics.jpg) center center/cover no-repeat;
  position: relative;
  margin: 0 0 90px;
  padding: 40px 0;
}
#topics-detail #topics-wrap h2 {
  font-size: 2.4rem;
  letter-spacing: 0.25rem;
  font-weight: 400;
  -o-border-image: linear-gradient(90deg, rgb(148, 97, 147) 0%, rgb(207, 226, 232) 100%, rgb(207, 226, 232) 100%) 1/0 0 2px 0;
     border-image: -webkit-gradient(linear, left top, right top, from(rgb(148, 97, 147)), color-stop(100%, rgb(207, 226, 232)), to(rgb(207, 226, 232))) 1/0 0 2px 0;
     border-image: linear-gradient(90deg, rgb(148, 97, 147) 0%, rgb(207, 226, 232) 100%, rgb(207, 226, 232) 100%) 1/0 0 2px 0;
  border-style: solid;
  padding: 0 0 8px;
  margin: 0 auto 30px;
  position: relative;
  line-height: 1.6;
  width: 100%;
  display: block;
}
#topics-detail #topics-wrap h2 .date {
  font-family: "Georgia", serif;
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.15rem;
}
#topics-detail #topics-wrap .topics-detail-title {
  font-size: 2.6rem;
  color: #7B447A;
  letter-spacing: 0.15em;
  font-weight: 500;
  margin: 0 0 20px;
  text-align: center;
}
#topics-detail #topics-wrap .topics-box {
  width: 900px;
  margin: 0 auto;
  padding: 30px 70px 50px;
  background: linear-gradient(495deg, transparent 40px, #fff 40px);
  background-position: top left;
  background-repeat: no-repeat;
  position: relative;
  -webkit-box-shadow: rgba(188, 183, 188, 0.8) 6px 10px 7px;
          box-shadow: rgba(188, 183, 188, 0.8) 6px 10px 7px;
  border-radius: 6px;
  position: relative;
  z-index: 50;
}
#topics-detail #topics-wrap .topics-box:before {
  content: "";
  display: block;
  background: linear-gradient(495deg, transparent 40px, #E1E1E1 40px);
  width: 55px;
  height: 57px;
  position: absolute;
  left: 0px;
  top: -2px;
}
#topics-detail #topics-wrap .detail-text {
  padding: 0 0 30px;
}
#topics-detail #topics-wrap .detail-text p, #topics-detail #topics-wrap .detail-text a {
  font-size: 1.5rem;
}
#topics-detail #topics-wrap .detail-text p {
  margin: 0 0 40px;
}
#topics-detail #topics-wrap .detail-text a {
  display: inline-block;
  margin: 0 0 40px;
  text-decoration: underline;
  color: #7B447A;
}
#topics-detail #topics-wrap .detail-text a:hover {
  text-decoration: none;
}
#topics-detail #topics-wrap .detail-image {
  border-top: 1px solid #CECECE;
  padding: 30px 0 0;
}
#topics-detail #topics-wrap .detail-image .my-gallery {
  width: 640px;
  margin: 0 auto;
  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;
}
#topics-detail #topics-wrap .detail-image .my-gallery figure {
  width: 300px;
  margin: 0 0 30px;
}
#topics-detail #topics-wrap .detail-image .my-gallery figure figcaption {
  font-size: 1.4rem;
  text-align: center;
  margin: 10px 0 0;
}
#topics-detail #topics-wrap .detail-image .my-gallery img {
  width: 300px;
  height: 214px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#topics-detail #topics-wrap .detail-image .my-gallery img:hover {
  opacity: 0.6;
}
#topics-detail #topics-wrap .detail-attachment {
  border-top: 1px solid #CECECE;
  padding: 30px 0 0;
  text-align: center;
}
#topics-detail #topics-wrap .detail-attachment a {
  font-size: 1.5rem;
  color: #4E4150;
  width: 230px;
  display: inline-block;
  padding: 0 20px 0 0;
  margin: 0 0 16px;
}
#topics-detail #topics-wrap .detail-attachment a[href$=".pdf"] {
  background: url(../images/topics/ico-pdf.svg) no-repeat right center;
}
#topics-detail #topics-wrap .detail-attachment a[href$=".xls"],
#topics-detail #topics-wrap .detail-attachment a[href$=".xlsx"] {
  background: url(../images/topics/ico-xls.svg) no-repeat right center;
}
#topics-detail #topics-wrap .detail-attachment a[href$=".doc"],
#topics-detail #topics-wrap .detail-attachment a[href$=".docx"] {
  background: url(../images/topics/ico-doc.svg) no-repeat right center;
}
#topics-detail #topics-wrap .detail-attachment a:hover {
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#topics-detail #topics-wrap .button-wrap {
  margin: 40px auto;
  width: 230px;
}
#topics-detail #topics-wrap .button-wrap .button {
  position: relative;
  width: 230px;
  -webkit-appearance: none;
  background-color: #4B6CA7;
  background-image: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  margin: 0 auto;
  padding: 20px 0;
  text-decoration: none;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.2rem;
}
#topics-detail #topics-wrap .button-wrap .button a {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.2rem;
}
#topics-detail #topics-wrap .button-wrap .button i.circleAllow {
  color: #fff;
  position: absolute;
  right: 30px;
  top: 40%;
  font-size: 1.3rem;
}
#topics-detail #topics-wrap .button-wrap .button:hover,
#topics-detail #topics-wrap .button-wrap .button:focus {
  outline: none;
  opacity: 0.7;
}
#topics-detail #topics-wrap .button-wrap .button::-moz-foucus-inner {
  border: none;
  padding: 0;
}
#topics-detail #topics-wrap #button-wrap-restrictions {
  margin: 40px auto;
  width: 530px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*共通スタイル変数*/
/*テキスト関係*/
/*カラー関係*/
/*flex設定*/
/*ベンダープレフィックス設定*/
/*sp表示・非表示*/
@media (max-width: 768px) {
  /*========================================
  *
  *	全ページ共通
  *
  *---------------------------------------*/
  body {
    width: 100%;
    min-width: auto;
  }
  .spOn {
    display: block;
  }
  p .spOn {
    display: inline-block;
  }
  .spOff {
    display: none;
  }
  /*================================
  **	ヘッダー
  *-------------------------------*/
  #header {
    height: 70px;
    padding: 2px 0 40px;
    /*================================
    **	ハンバーガーメニュー
    *-------------------------------*/
  }
  #header .menu-top {
    display: none;
  }
  #header .logo {
    width: 200px;
    margin: 0 0 0 10px;
  }
  #header .menu-bottom {
    /* ナビ開いてる時のボタン */
    /*pc用　リセット*/
    /* このクラスを、jQueryで付与・削除する */
  }
  #header .menu-bottom .sp-button-contact,
  #header .menu-bottom .sp-button-request {
    margin: 0 0 15px;
  }
  #header .menu-bottom .sp-button-contact a,
  #header .menu-bottom .sp-button-request a {
    color: #7B447A;
    border-radius: 3px;
    background: #fff;
    font-size: 1.6rem;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    width: 60%;
    padding: 10px 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.2em;
    font-weight: 500;
  }
  #header .menu-bottom .sp-button-contact a:hover,
  #header .menu-bottom .sp-button-request a:hover {
    opacity: 0.7;
  }
  #header .menu-bottom .sp-menu-icon {
    display: block;
    position: fixed;
    z-index: 3;
    right: 13px;
    top: 12px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
    z-index: 120;
  }
  #header .menu-bottom .sp-menu-icon span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #7B447A;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #header .menu-bottom .sp-menu-icon span:nth-child(1) {
    top: 10px;
  }
  #header .menu-bottom .sp-menu-icon span:nth-child(2) {
    top: 20px;
  }
  #header .menu-bottom .sp-menu-icon span:nth-child(3) {
    top: 30px;
  }
  #header .menu-bottom .sp-menu-icon.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #header .menu-bottom .sp-menu-icon.active span:nth-child(2),
  #header .menu-bottom .sp-menu-icon.active span:nth-child(3) {
    top: 16px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #header .menu-bottom nav.glNav-wrap {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #fff;
    background: rgba(148, 108, 147, 0.95);
    text-align: center;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 100vh;
    z-index: 100;
    overflow-y: scroll;
    display: none;
  }
  #header .menu-bottom .glNav {
    margin: 60px auto 40px;
    display: block;
    padding: 0;
    width: 100%;
  }
  #header .menu-bottom .glNav li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
    margin: auto;
  }
  #header .menu-bottom .glNav li:last-child {
    padding-bottom: 0;
  }
  #header .menu-bottom .glNav li a:hover {
    opacity: 0.6;
  }
  #header .menu-bottom .glNav li a {
    display: block;
    color: #fff;
    padding: 1em 0;
    text-decoration: none;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
    border-bottom: solid 1px #ccb1cb;
    width: 90%;
    margin: 0 auto;
  }
  #header .menu-bottom nav ul {
    /*2階層目の基点にするためrelativeを指定*/
    list-style: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #header .menu-bottom nav ul li.hasChild > a::before {
    display: none;
  }
  #header .menu-bottom nav ul li a { /*矢印の基点にするためrelativeを指定*/
    position: relative;
    display: block;
    text-decoration: none;
    color: #5C4F5E;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.15rem;
    pointer-events: auto;
  }
  #header .menu-bottom nav ul li a i {
    display: inline-block;
    margin: 0 0 0 14px;
    font-size: 1.1rem;
  }
  #header .menu-bottom nav ul li a:hover {
    opacity: 1;
  }
  #header .menu-bottom nav ul li.hasChild .subNav {
    /*絶対配置で位置を指定*/
    position: relative;
    left: 0;
    top: 0;
    z-index: 4;
    /*子要素を横並びに*/
    display: none;
    /*形状を指定*/
    background: none;
    width: 100%;
    /*はじめは非表示*/
    visibility: visible;
    opacity: 1;
    height: auto;
    -webkit-transition: none;
    transition: none;
    color: #fff;
  }
  #header .menu-bottom nav ul li.hasChild .subNav .subNav-inner {
    width: auto;
    margin: 0 auto;
    display: block;
  }
  #header .menu-bottom nav ul li.hasChild .subNav .subNav-inner .majorMenu {
    display: none;
  }
  #header .menu-bottom nav ul li.hasChild .subNav .subNav-inner .subNav-list {
    width: 100%;
    display: block;
    padding: 10px 0 20px;
  }
  #header .menu-bottom nav ul li.hasChild .subNav .subNav-inner .subNav-list li {
    width: 100%;
    margin: auto;
  }
  #header .menu-bottom nav ul li.hasChild:hover > .subNav {
    visibility: visible;
    opacity: 1;
  }
  #header .menu-bottom nav ul li.hasChild:hover > a::before {
    display: none;
  }
  #header .menu-bottom nav ul li.hasChild ul li a {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 400;
    -webkit-transition: none;
    transition: none;
    padding: 5px 0;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
    border-bottom: none;
  }
  #header .menu-bottom nav ul li.hasChild ul li a:hover {
    opacity: 0.7;
  }
  #header .menu-bottom nav ul ul {
    display: block;
  }
  #header .menu-bottom .glNav-wrap.active {
    opacity: 100;
    display: block;
  }
  /*================================
  **	フッター
  *-------------------------------*/
  footer .container-top {
    display: block;
    padding: 20px 0 30px;
    color: #fff;
  }
  footer .container-top .info {
    width: 90%;
    padding: 0;
    border-right: none;
    margin: 0 auto;
  }
  footer .container-top .info h1 {
    font-size: 1.7rem;
    letter-spacing: 0.3rem;
    margin: 0 0 6px;
  }
  footer .container-top .info p {
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    margin: 0 0 20px;
    line-height: 1.6;
    font-weight: 400;
  }
  footer .container-top .info p a {
    color: #fff;
  }
  footer .container-top .info .map {
    padding-bottom: 47.25%;
  }
  footer .container-top .info .footer-link-button {
    width: 80%;
    margin: 0 auto;
  }
  footer .container-top .info .footer-link-button a {
    padding: 15px;
    width: 100%;
    font-size: 1.4rem;
  }
  footer .container-top .info .footer-link-button a i.circleAllow {
    right: 20px;
  }
  footer .container-top .footer-nav {
    display: none;
  }
  footer .container-top .footer-nav .nav-box {
    margin: 0 0 0 43px;
    width: 163px;
  }
  footer .container-top .footer-nav .nav-box p {
    font-size: 1.6rem;
    margin: 0 0 15px;
    letter-spacing: 0.2rem;
  }
  footer .container-top .footer-nav .nav-box p a {
    font-size: 1.6rem;
  }
  footer .container-top .footer-nav .nav-box li {
    margin: 0 0 8px;
  }
  footer .container-top .footer-nav .nav-box a {
    color: #fff;
    font-size: 1.3rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  footer .container-top .footer-nav .nav-box a:hover {
    opacity: 0.6;
  }
  footer .container-top .footer-nav .nav-box:nth-of-type(4) {
    width: 360px;
  }
  footer .container-top .footer-nav .nav-box:nth-of-type(1),
  footer .container-top .footer-nav .nav-box:nth-of-type(2),
  footer .container-top .footer-nav .nav-box:nth-of-type(3) {
    margin: 0 0 40px 43px;
  }
  footer .container-top .footer-nav .nav-box:nth-of-type(5) .subNav-list {
    margin: 0 0 20px;
  }
  footer .container-top .footer-nav .nav-box:nth-of-type(5) p:nth-of-type(2),
  footer .container-top .footer-nav .nav-box:nth-of-type(5) p:nth-of-type(3) {
    margin: 0 0 10px;
  }
  footer .container-top .footer-nav .list-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  footer .container-top .footer-nav .list-inner-box:first-of-type {
    margin: 0 83px 0 0;
  }
  footer .container-bottom {
    width: 90%;
    margin: 0 auto;
    padding: 16px 0;
    display: block;
  }
  footer .container-bottom .logo {
    width: 250px;
    margin: auto;
  }
  footer .container-bottom .copyright p {
    font-family: "Georgia", serif;
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
    margin: 10px 0 0;
    text-align: center;
  }
  footer .container-bottom .spOn {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 8px 0 15px;
  }
  footer .container-bottom .spOn p a {
    color: #5C4F5E;
    font-size: 1.2rem;
    text-decoration: underline;
    display: block;
    margin: 0 8px;
  }
  footer .container-bottom .spOn p a:hover {
    text-decoration: none;
  }
  /*========================================
  *
  *	ホーム
  *
  *---------------------------------------*/
  /*================================
  **	メインビジュアル
  *-------------------------------*/
  #home #header {
    height: auto;
    padding: 5px 0;
    background: none;
    -o-border-image: linear-gradient(90deg, rgb(148, 97, 147) 0%, rgb(207, 226, 232) 100%, rgb(207, 226, 232) 100%) 1/2px 0 0 0;
       border-image: -webkit-gradient(linear, left top, right top, from(rgb(148, 97, 147)), color-stop(100%, rgb(207, 226, 232)), to(rgb(207, 226, 232))) 1/2px 0 0 0;
       border-image: linear-gradient(90deg, rgb(148, 97, 147) 0%, rgb(207, 226, 232) 100%, rgb(207, 226, 232) 100%) 1/2px 0 0 0;
    border-style: solid;
    border-width: 2px 0 0 0;
    border-top: 2px solid; /* Fallback for browsers that do not support border-image */
    position: fixed;
    z-index: 50;
    width: 100%;
    border-bottom: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /*ナビゲーションを横並びに*/
    /*ナビゲーションを横並びに*/
  }
  #home #header .logo {
    width: 220px;
    margin: 0 0 0 10px;
  }
  #home #header .logo.js-hidden {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #home #header .menu {
    margin: 0 40px 0 0;
  }
  #home #header .menu nav ul li.hasChild .subNav {
    position: relative;
    left: 0;
    top: 0;
    z-index: 4;
    display: none;
    background: none;
    width: 100%;
    visibility: visible;
    opacity: 1;
    height: auto;
    -webkit-transition: none;
    transition: none;
    color: #fff;
    padding: 0;
    border-radius: 0;
  }
  #home #header .menu nav ul li.hasChild:nth-of-type(1) .subNav {
    left: initial;
  }
  #home #header .menu nav ul li.hasChild:nth-of-type(2) .subNav {
    left: initial;
  }
  #home #header .menu nav ul li.hasChild:nth-of-type(3) .subNav {
    left: initial;
  }
  #home #header .menu nav ul li.hasChild:nth-of-type(4) .subNav {
    left: initial;
  }
  #home #header .menu nav ul li.hasChild:nth-of-type(5) .subNav {
    left: initial;
  }
  #home #header .menu-top {
    display: none;
  }
  #home #header .menu-bottom {
    margin: 22px 0 0;
  }
  #home #header .menu-bottom .sp-menu-icon {
    display: block;
  }
  #home #header nav ul {
    /*2階層目の基点にするためrelativeを指定*/
    list-style: none;
    display: block;
  }
  #home #header nav ul li.hasChild > a::before {
    content: "";
    position: absolute;
    top: 25px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 4px;
    height: 5px;
  }
  #home #header nav ul li {
    margin: 0;
  }
  #home #header nav ul li a { /*矢印の基点にするためrelativeを指定*/
    position: relative;
    display: block;
    text-decoration: none;
    color: #5C4F5E;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.15rem;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.15rem;
    pointer-events: auto;
  }
  #home #header nav ul li a i {
    display: inline-block;
    margin: 0 0 0 14px;
    font-size: 1.1rem;
  }
  #home #header nav ul li a:hover {
    opacity: 1;
  }
  #home #header nav ul li.hasChild .subNav {
    /*絶対配置で位置を指定*/
    position: absolute;
    left: 0;
    top: 120px;
    z-index: 4;
    /*子要素を横並びに*/
    display: block;
    width: 100vw;
    /*はじめは非表示*/
    visibility: visible;
    opacity: 0;
    height: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    padding: 0;
    border-radius: 0;
  }
  #home #header nav ul li.hasChild .subNav .subNav-inner {
    width: auto;
    margin: 0 auto;
    display: block;
  }
  #home #header nav ul li.hasChild .subNav .subNav-inner .majorMenu {
    font-size: 2rem;
    letter-spacing: 0.2rem;
    line-height: 1.2;
  }
  #home #header nav ul li.hasChild .subNav .subNav-inner .majorMenu span {
    font-family: "Georgia", serif;
    font-size: 1.1rem;
    letter-spacing: 0.15rem;
  }
  #home #header nav ul li.hasChild .subNav .subNav-inner .subNav-list {
    width: auto;
    display: block;
  }
  #home #header nav ul li.hasChild .subNav .subNav-inner .subNav-list li {
    width: auto;
    margin: auto;
    border-bottom: none;
  }
  #home #header nav ul li.hasChild .subNav .subNav-inner .subNav-list li a {
    position: relative;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 400;
    -webkit-transition: none;
    transition: none;
    padding: 5px 0;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
    border-bottom: none;
    letter-spacing: 0.15rem;
    pointer-events: auto;
  }
  #home #header nav ul li.hasChild:hover > .subNav {
    visibility: visible;
    opacity: 1;
  }
  #home #header nav ul li.hasChild:hover > a::before {
    content: "";
    background: url(../images/common/menu-hover.png) no-repeat center top;
    background-size: auto;
    background-size: auto;
    background-size: auto;
    background-size: contain;
    position: absolute;
    top: 25px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 8px;
    height: 9px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #home #header nav ul li.hasChild ul li a {
    color: #fff;
    font-size: 1.3rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #home #header nav ul li.hasChild ul li a:hover {
    opacity: 0.7;
  }
  #home #header nav ul ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #home #header .glNav-wrap {
    display: none;
  }
  #home #header .glNav-wrap.active {
    opacity: 100;
    display: block;
  }
  #home #home-side-button {
    display: none;
  }
  #home #home-mainImage {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 42%; /* calc(画像高さ ÷ 画像横幅 × 100%) */
    background: url(../images/home/main-image.jpg) center center/cover no-repeat;
    margin: 0 0 60px;
  }
  #home #home-mainImage .container {
    position: absolute;
    width: 40%;
    top: 26%;
    left: 80px;
  }
  #home #home-mainImage .container .copy {
    width: 60%;
    margin: 0 0 35px;
  }
  #home #home-mainImage .container .text p {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.2rem;
    line-height: 2;
  }
  #home #home-message {
    width: 95%;
    top: 87vh;
    left: 0;
    height: auto;
    padding: 6px;
    margin: 0 0 40px;
    z-index: 10;
    border-radius: 0 6px 6px 0;
  }
  #home #home-message .home-message-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #home #home-message .title {
    position: relative;
    width: 90px;
    padding: 10px;
    border-right: none;
    line-height: 0;
  }
  #home #home-message .list {
    font-size: 1.5rem;
    padding: 5px 10px;
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-left: 1px solid #fff;
  }
  #home #home-message .list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #home #home-message .list span.date {
    font-size: 1.2rem;
    display: inline-block;
    margin: 0 12px 0 0;
    font-family: "Georgia", serif;
    width: 100%;
  }
  #home #home-message .list span.text {
    line-height: 1.5;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.2rem;
  }
  #home #home-message .list a {
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    letter-spacing: 0.05rem;
  }
  #home #home-message .list a:hover {
    opacity: 0.6;
  }
  #home #home-message p {
    font-size: 1.3rem;
    letter-spacing: 0.08rem;
    padding: 5px 2%;
  }
  #home #home-contents {
    z-index: 40;
  }
  #home #home-greeting {
    position: relative;
    margin: 150px 0 0;
    padding: 100px 0 70px;
  }
  #home #home-greeting .wrapper {
    width: 90%;
    margin: 0 auto;
  }
  #home #home-greeting .wrapper .home-h2-title {
    margin: 0 0 10px;
  }
  #home #home-greeting .wrapper .home-h2-title .main-title {
    width: 170px;
    position: relative;
    z-index: 2;
  }
  #home #home-greeting .wrapper .home-h2-title::before {
    height: 1px;
    width: 35px;
    top: 11px;
    left: -15px;
  }
  #home #home-greeting .wrapper .home-h2-title::after {
    height: 1px;
    width: 35px;
    top: 11px;
    right: -15px;
  }
  #home #home-greeting .wrapper p.sub-title {
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0.15rem;
    margin: 0 0 20px;
  }
  #home #home-greeting .wrapper p {
    text-align: left;
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.1rem;
  }
  #home #home-greeting .wrapper p br {
    display: none;
  }
  #home #home-greeting .wrapper .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 20px 0 0;
  }
  #home #home-greeting .wrapper .container a {
    width: 130px;
    margin: 8px 15px;
  }
  #home #home-greeting .wrapper .container a:hover {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  #home #home-greeting .wrapper .container::before {
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
  }
  #home #home-greeting .wrapper .container::after {
    top: 160px;
    right: 10px;
    width: 30px;
    height: 30px;
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
  }
  #home #home-greeting .wrapper::before {
    top: -50px;
    left: 76px;
    width: 30px;
    height: 30px;
  }
  #home #home-greeting .illust-box-01 {
    position: absolute;
    width: 100px;
    top: -113px;
    left: initial;
    right: 0;
  }
  #home #home-greeting .illust-box-02 {
    position: absolute;
    width: 100px;
    top: initial;
    right: 0;
    bottom: -112px;
    z-index: 10;
  }
  #home #home-greeting .illust-box-03 {
    position: absolute;
    width: 90px;
    bottom: 20px;
    left: 8px;
  }
  #home #home-greeting::before {
    content: "";
    background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to top, white, rgba(255, 255, 255, 0));
    position: absolute;
    top: -150px;
    left: 0;
    right: 0;
    width: 100%;
    height: 150px;
    margin: 0 auto;
  }
  #home #home-news:before {
    top: -60px;
    left: -60px;
    width: 190px;
    height: 327px;
    z-index: 1;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  #home #home-news:after {
    bottom: -60px;
    right: -60px;
    width: 180px;
    height: 210px;
    z-index: 1;
    left: initial;
    -webkit-transform: scale(-1, -1);
            transform: scale(-1, -1);
  }
  #home #home-news .home-h2-title {
    margin: 0;
  }
  #home #home-news .home-h2-title .main-title {
    width: 220px;
    position: relative;
    z-index: 2;
  }
  #home #home-news .home-h2-title::before {
    height: 1px;
    width: 35px;
    top: 11px;
    left: -15px;
  }
  #home #home-news .home-h2-title::after {
    height: 1px;
    width: 35px;
    top: 11px;
    right: -15px;
  }
  #home #home-news .wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 80px 0 100px;
  }
  #home #home-news .container {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 40px 0 0;
    display: block;
    z-index: 10;
  }
  #home #home-news h3 {
    height: auto;
    padding: 0 0 5px 4px;
    margin: 0 0 10px 32px;
  }
  #home #home-news .list {
    font-size: 1.3rem;
  }
  #home #home-news .list li {
    border-bottom: 1px solid #CECECE;
    line-height: 1.4;
    padding: 7px 0;
  }
  #home #home-news .list li a {
    color: #5C4F5E;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #home #home-news .list li a:hover {
    opacity: 0.6;
  }
  #home #home-news .list li:last-of-type {
    border-bottom: none;
  }
  #home #home-news .list span.date {
    width: 140px;
    font-size: 1.3;
    display: inline-block;
    margin: 0 17px 0 0;
    font-family: "Georgia", serif;
  }
  #home #home-news .list span.article-title {
    width: 360px;
  }
  #home #home-news .news-box {
    margin: 0 0 40px;
  }
  #home #home-news .news-box,
  #home #home-news .topics-box {
    width: 100%;
    padding: 25px 20px 20px;
    background: linear-gradient(495deg, transparent 30px, #fff 0);
    background-position: top left;
    background-repeat: no-repeat;
    position: relative;
    -webkit-box-shadow: rgba(188, 183, 188, 0.8) 6px 10px 7px;
            box-shadow: rgba(188, 183, 188, 0.8) 6px 10px 7px;
    border-radius: 6px;
    position: relative;
  }
  #home #home-news .news-box:before,
  #home #home-news .topics-box:before {
    content: "";
    display: block;
    background: linear-gradient(495deg, transparent 40px, #E1E1E1 40px);
    width: 50px;
    height: 52px;
    position: absolute;
    left: -7px;
    top: -7px;
  }
  #home #home-news .news-box .title img {
    width: 80px;
    height: auto;
  }
  #home #home-news .topics-box .title img {
    width: 80px;
    height: auto;
  }
  #home #home-news .button {
    position: absolute;
    top: 20px;
    right: 6%;
    width: 90px;
  }
  #home #home-news .button i.circleAllow {
    right: 7px;
    top: 7px;
    font-size: 1.1rem;
  }
  #home #home-news .button a {
    border-radius: 3px;
    font-size: 1.2rem;
    padding: 2px 0 4px;
  }
  #home #home-news .button a:hover {
    opacity: 0.7;
  }
  #home #home-applicants {
    padding: 85px 0 65px;
  }
  #home #home-applicants .wrapper {
    width: 94%;
    margin: 0 auto;
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #home #home-applicants .wrapper .image-box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 40px;
  }
  #home #home-applicants .wrapper .image-box .applicants-illust {
    width: 140px;
    bottom: -44px;
    right: -7px;
  }
  #home #home-applicants .wrapper .text-box {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: initial;
  }
  #home #home-applicants .wrapper .text-box .home-h2-title {
    -o-border-image: linear-gradient(90deg, #CFE2E8 0%, #4B6CA7 100%) 0 0 1/1px 0;
       border-image: -webkit-gradient(linear, left top, right top, from(#CFE2E8), to(#4B6CA7)) 0 0 1/1px 0;
       border-image: linear-gradient(90deg, #CFE2E8 0%, #4B6CA7 100%) 0 0 1/1px 0;
    border-style: solid;
    border-width: 0 0 0 1px;
    border-bottom: 1px solid;
    padding: 0 0 10px 0;
    margin: 0 0 20px;
  }
  #home #home-applicants .wrapper .text-box .home-h2-title .main-title {
    width: 250px;
    display: block;
  }
  #home #home-applicants .wrapper .text-box > p {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.1rem;
    margin: 0 0 25px;
    font-weight: 400;
  }
  #home #home-applicants .title {
    position: relative;
    width: 100%;
    margin: 0 0 25px;
  }
  #home #home-applicants .title img {
    position: absolute;
    width: 140px;
    bottom: -25px;
    right: -8px;
  }
  #home #home-applicants .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
  }
  #home #home-applicants .container a {
    position: relative;
    display: block;
    text-decoration: none;
    width: 100%;
    max-width: 220px;
    height: 136px;
    padding: 15px 0 15px;
    margin: 5px;
    border-radius: 6px;
  }
  #home #home-applicants .container .link-box img {
    display: block;
    width: 45px;
    margin: 0 auto;
  }
  #home #home-applicants .container .link-box > p {
    font-size: 1.4rem;
    letter-spacing: 0.05rem;
    line-height: 1.1;
    text-align: center;
    margin: 10px auto 0;
    text-decoration: none;
    color: #5C4F5E;
  }
  #home #home-applicants .container .link-box i.allow {
    bottom: 17px;
  }
  #home #home-enrolled {
    padding: 90px 0 80px;
  }
  #home #home-enrolled .wrapper {
    width: 94%;
    margin: 0 auto;
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #home #home-enrolled .wrapper .image-box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 40px;
  }
  #home #home-enrolled .wrapper .image-box .enrolled-illust {
    position: absolute;
    width: 134px;
    bottom: -55px;
    left: initial;
    right: 0px;
  }
  #home #home-enrolled .wrapper .text-box {
    width: 100%;
    max-width: initial;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #home #home-enrolled .wrapper .text-box .home-h2-title {
    -o-border-image: linear-gradient(90deg, rgb(228, 186, 218) 0%, rgb(126, 97, 148) 100%) 0 0 1/1px 0;
       border-image: -webkit-gradient(linear, left top, right top, from(rgb(228, 186, 218)), to(rgb(126, 97, 148))) 0 0 1/1px 0;
       border-image: linear-gradient(90deg, rgb(228, 186, 218) 0%, rgb(126, 97, 148) 100%) 0 0 1/1px 0;
    border-style: solid;
    border-width: 0 0 0 1px;
    border-bottom: 1px solid;
    padding: 0 0 10px 0;
    margin: 0 0 20px;
  }
  #home #home-enrolled .wrapper .text-box .home-h2-title .main-title {
    width: 230px;
    display: block;
  }
  #home #home-enrolled .wrapper .text-box > p {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.1rem;
    margin: 0 0 25px;
    font-weight: 400;
  }
  #home #home-enrolled .wrapper .text-box i.allow {
    bottom: 17px;
  }
  #home #home-enrolled .title {
    position: relative;
    width: 100%;
    margin: 0 0 25px;
  }
  #home #home-enrolled .title img {
    position: absolute;
    width: 140px;
    bottom: -25px;
    right: -8px;
  }
  #home #home-enrolled .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
  }
  #home #home-enrolled .container a {
    position: relative;
    display: block;
    text-decoration: none;
    width: 100%;
    max-width: 220px;
    height: 136px;
    padding: 15px 0 15px;
    margin: 5px;
    border-radius: 6px;
  }
  #home #home-enrolled .container .link-box img {
    display: block;
    width: 45px;
    margin: 0 auto;
  }
  #home #home-enrolled .container .link-box > p {
    font-size: 1.4rem;
    letter-spacing: 0.05rem;
    line-height: 1.1;
    text-align: center;
    margin: 10px auto 0;
    text-decoration: none;
    color: #5C4F5E;
  }
  #home #footer {
    z-index: 40;
  }
  /*========================================
  *
  *	下層ページ　共通
  *
  *---------------------------------------*/
  .lower {
    /*================================
    **	ページタイトル
    *-------------------------------*/
    /*================================
    **	フォーム共通
    *-------------------------------*/
  }
  .lower #page-title {
    background: url(../images/common/lower-header-back-sp.jpg) center center/cover no-repeat;
    position: relative;
    height: 110px;
  }
  .lower #page-title h1 {
    margin: 0 auto;
  }
  .lower #breadcrumb {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0 20px;
  }
  .lower #breadcrumb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lower #breadcrumb ul li {
    margin: 0 8px 4px 0;
  }
  .lower #breadcrumb ul li a {
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
  }
  .lower #contents-wrap {
    width: 90%;
    margin: 0 auto 40px;
  }
  .lower #main-contents {
    width: 100%;
    margin: auto;
  }
  .lower #main-contents p {
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.1rem;
    font-weight: 400;
  }
  .lower #main-contents p.lead-sentence {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
    margin: 0 0 20px;
  }
  .lower #main-contents p.lead-sentence br {
    display: none;
  }
  .lower #side-menu {
    display: none;
  }
  .lower #main-contents h2 {
    font-size: 2rem;
    letter-spacing: 0.2rem;
    font-weight: 500;
    -o-border-image: linear-gradient(90deg, rgb(126, 97, 148) 0%, rgb(228, 186, 218) 100%) 1/0 0 2px 0;
       border-image: -webkit-gradient(linear, left top, right top, from(rgb(126, 97, 148)), to(rgb(228, 186, 218))) 1/0 0 2px 0;
       border-image: linear-gradient(90deg, rgb(126, 97, 148) 0%, rgb(228, 186, 218) 100%) 1/0 0 2px 0;
    border-style: solid;
    line-height: 1.4;
    padding: 0 0 0 30px;
    margin: 0 0 20px;
    position: relative;
  }
  .lower #main-contents h2 .text-small {
    font-size: 1.2rem;
    font-weight: 400;
  }
  .lower #main-contents h2::before {
    content: "";
    top: 5px;
    left: 0;
    width: 23px;
    height: 23px;
  }
  .lower #main-contents h3 {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    margin: 0 0 6px;
  }
  .lower #main-contents h4 {
    font-size: 1.5rem;
    color: #7B447A;
    letter-spacing: 0.3rem;
    font-weight: 500;
    margin: 10px 0 8px;
  }
  .lower #main-contents ul, .lower #main-contents ol {
    font-size: 1.4rem;
    font-weight: 400;
  }
  .lower #main-contents ul li, .lower #main-contents ol li {
    margin: 0 0 4px;
  }
  .lower #main-contents table {
    font-size: 1.4rem;
    width: 100%;
    font-weight: 400;
  }
  .lower #main-contents section {
    margin: 0 0 40px;
  }
  .lower #main-contents article {
    margin: 0 0 30px;
  }
  .lower #main-contents .line-box {
    padding: 10px 15px;
    margin: 10px 0 0;
  }
  .lower #main-contents .line-box dl {
    display: block;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .lower #main-contents .line-box dl dt {
    width: 134px;
    font-weight: 500;
    letter-spacing: 0.3rem;
  }
  .lower #main-contents .line-box dl dd {
    letter-spacing: 0.05rem;
    font-weight: 400;
    line-height: 1.8;
    margin: 0;
  }
  .lower #main-contents .gray-box {
    padding: 16px;
    margin: 16px 0 0;
  }
  .lower #main-contents .gray-box dl {
    display: block;
    margin: 0;
  }
  .lower #main-contents .gray-box dl dt {
    font-size: 1.5rem;
    letter-spacing: 0.2rem;
  }
  .lower #main-contents .gray-box dl dd {
    font-size: 1.4rem;
    letter-spacing: 0.05rem;
    line-height: 1.6;
    margin: 6px 0 0;
  }
  .lower #main-contents .list-disc {
    margin: 0 0 20px;
    letter-spacing: 0.12rem;
  }
  .lower #main-contents .list-disc li::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 2px;
  }
  .lower #main-contents .list-container {
    display: block;
  }
  .lower #main-contents .list-container ul {
    width: 100%;
  }
  .lower #main-contents .list-container li:before {
    display: none;
  }
  .lower #main-contents .list-container li {
    padding: 0;
  }
  .lower #main-contents .text-emphasis {
    display: inline-block;
    margin: 10px 0 20px;
    font-weight: 500;
    font-size: 1.5rem;
  }
  .lower .form-top-message {
    margin: 0 0 30px;
  }
  .lower .caution {
    font-size: 1.3rem;
  }
  .lower #main-contents .reply-box {
    margin: -10px 0 20px;
  }
  .lower #main-contents .reply-box h4 {
    margin: 5px 0;
    letter-spacing: 0.01rem;
  }
  .lower #main-contents .reply-box .mail-text {
    letter-spacing: 0.02rem;
  }
  .lower #main-contents .reply-box p {
    margin: 10px 0;
  }
  .lower #form .input-text {
    font-size: 1.4rem;
    padding: 0.2em 0.4em;
  }
  .lower #form .select {
    background: #fff url(../images/common/form-select.svg) no-repeat center right 8px/12px 12px;
  }
  .lower #form .button-wrap {
    margin: 0 auto;
    width: 200px;
    display: block;
  }
  .lower #form .button-wrap .button {
    position: relative;
    width: 200px;
    padding: 14px 0;
    font-size: 1.4rem;
    line-height: 1.4;
    margin: 0 0 16px;
  }
  .lower #form .button-wrap .button i.circleAllow {
    position: absolute;
    right: 30px;
    top: 40%;
    font-size: 1.2rem;
  }
  .lower #form .button-wrap .button i.circleAllow-left {
    color: #fff;
    position: absolute;
    left: 30px;
    top: 40%;
    font-size: 1.2rem;
  }
  .lower #form > p {
    text-align: center;
    margin: 20px 0;
  }
  .lower #form .form-wrap {
    border-radius: 6px;
    padding: 6px 16px 16px;
  }
  .lower #form .form-wrap p {
    text-align: center;
    margin: 0 0 30px;
    padding: 30px 0 0;
  }
  .lower #form .short {
    width: 60%;
  }
  .lower #form dl {
    font-size: 1.4rem;
    letter-spacing: 0.15rem;
    padding: 14px 0;
    margin: 0;
    display: block;
  }
  .lower #form dl dt {
    width: auto;
  }
  .lower #form dl dd {
    width: 100%;
    margin: 6px 0 0;
  }
  .lower #form #send {
    margin: 0 0 30px;
    padding: 20px;
  }
  .lower #form #send p {
    text-align: left;
    margin: 0 0 14px;
    padding: 0;
    border-top: none;
    letter-spacing: 0.1rem;
  }
  /*========================================
  *
  *	学校紹介
  *
  *---------------------------------------*/
  /*================================
  **	ページタイトル
  *-------------------------------*/
  #school-introduction {
    /*================================
    **	ご挨拶
    *-------------------------------*/
    /*================================
    **	教育の理念・目標
    *-------------------------------*/
    /*================================
    **	歴史 HISTORY
    *-------------------------------*/
  }
  #school-introduction #page-title h1 {
    width: 330px;
    position: relative;
    top: 16%;
  }
  #school-introduction #greeting .greeting-inner {
    display: block;
  }
  #school-introduction #greeting .greeting-inner .text-box {
    width: 100%;
    margin: 0 30px 0 0;
  }
  #school-introduction #greeting .greeting-inner .text-box p {
    margin: 0 0 20px;
  }
  #school-introduction #greeting .greeting-inner .image-box {
    width: 70%;
    margin: 0 auto;
  }
  #school-introduction #greeting .greeting-inner .image-box p {
    width: 150px;
    margin: 14px auto 0;
  }
  #school-introduction #policy-goal .policy-box {
    margin: 0 0 30px;
  }
  #school-introduction #policy-goal .policy-box p {
    font-weight: 400;
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
    line-height: 1.6;
  }
  #school-introduction #policy-goal .policy-box p br {
    display: none;
  }
  #school-introduction #policy-goal .goal-box ol {
    margin: 0 0 0 14px;
  }
  #school-introduction #policy-goal .goal-box ol li {
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 0 0 10px;
    letter-spacing: 0.1rem;
  }
  #school-introduction #history #history-concept {
    background: url(../images/school-introduction/history-back.jpg) top right/cover no-repeat;
    position: relative;
    height: auto;
    padding: 30px 20px;
  }
  #school-introduction #history #history-concept p {
    line-height: 1.6;
  }
  #school-introduction #history #history-concept p.copy {
    width: 105%;
    margin: 0 0 17px;
  }
  #school-introduction #history #history-list table {
    width: 100%;
  }
  #school-introduction #history #history-list table tr {
    border-bottom: solid 1px #CECECE;
  }
  #school-introduction #history #history-list table tr:first-of-type {
    border-top: solid 1px #CECECE;
  }
  #school-introduction #history #history-list table th {
    font-size: 1.2rem;
    padding: 13px 10px;
    width: 80px;
  }
  #school-introduction #history #history-list table th .year {
    font-family: "Georgia", serif;
    font-size: 1.3rem;
  }
  #school-introduction #history #history-list table td {
    font-size: 1.4rem;
    font-weight: 400;
    padding: 10px 0 10px 10px;
  }
  /*========================================
  *
  *	教育環境について
  *
  *---------------------------------------*/
  /*================================
  **	ページタイトル
  *-------------------------------*/
  #educational-environment {
    /*================================
        **	充実の教育環境
        *-------------------------------*/
    /*================================
    **	看護師への道 さらなるキャリアアップ
    *-------------------------------*/
    /*================================
    **	安定の就職実績
    *-------------------------------*/
    /*================================
    **	出身高校
    *-------------------------------*/
  }
  #educational-environment #page-title h1 {
    width: 360px;
    position: relative;
    top: 20%;
  }
  #educational-environment #extensive-environment .belonging-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #educational-environment #extensive-environment .belonging-inner ul {
    margin: 0 20px 0 0;
  }
  #educational-environment #extensive-environment .training-facilities p {
    margin: 0 0 20px;
  }
  #educational-environment #extensive-environment .training-facilities p br {
    display: none;
  }
  #educational-environment #career-up .qualification .qualification-inner {
    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;
    width: 320px;
    margin: 20px auto 0;
  }
  #educational-environment #career-up .qualification .qualification-inner .image-box {
    width: 130px;
    margin: 0 16px 0 0;
    padding: 0 0 10px;
  }
  #educational-environment #career-up .qualification .qualification-inner .image-box:nth-of-type(2),
  #educational-environment #career-up .qualification .qualification-inner .image-box:last-of-type {
    margin: 0;
  }
  #educational-environment #career-up .acceptance-rate table thead {
    letter-spacing: 0.05rem;
  }
  #educational-environment #career-up .acceptance-rate table thead th {
    font-size: 1.3rem;
    padding: 8px 0;
  }
  #educational-environment #career-up .acceptance-rate table tbody tr.this-school td {
    font-size: 1.5rem;
    font-weight: 500;
  }
  #educational-environment #career-up .acceptance-rate table tbody th, #educational-environment #career-up .acceptance-rate table tbody td {
    padding: 10px 0;
  }
  #educational-environment #career-up .acceptance-rate table tbody th {
    background: #F5F1F5;
    font-weight: 400;
    width: 54px;
    font-size: 1.2rem;
  }
  #educational-environment #career-up .acceptance-rate table tbody td {
    font-weight: 400;
    letter-spacing: 0.05rem;
  }
  #educational-environment #employment-results #main-workplace .prefecture-inner,
  #educational-environment #employment-results #main-workplace .outside-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #educational-environment #employment-results #main-workplace .prefecture-inner ul,
  #educational-environment #employment-results #main-workplace .outside-inner ul {
    margin: 0 20px 0 0;
  }
  #educational-environment #employment-results #main-workplace .prefecture-inner {
    margin: 0 0 30px;
  }
  #educational-environment #highschool-from > div {
    margin: 0 0 30px;
  }
  #educational-environment #highschool-from > div p br {
    display: none;
  }
  /*========================================
  *
  *	220906_追加＿教育の特徴
  *
  *---------------------------------------*/
  #characteristic-education .pc-on {
    display: none;
  }
  #characteristic-education .sp-on {
    display: block;
  }
  #characteristic-education #page-title h1 {
    width: 310px;
    position: relative;
    top: 20%;
  }
  #characteristic-education #main-contents p {
    margin: 0 0 20px;
    letter-spacing: 0.1rem;
    line-height: 1.7;
  }
  #characteristic-education #main-contents h2:before {
    content: none;
  }
  #characteristic-education #main-contents #preamble h2 {
    font-size: 1.8rem;
    letter-spacing: 0.25rem;
    border-style: none;
    line-height: 1.5;
    padding: 0;
    margin: 0 0 20px;
    position: relative;
  }
  #characteristic-education #main-contents #preamble h2 .text-big {
    font-size: 2.4rem;
  }
  #characteristic-education #main-contents #preamble h2::before {
    top: -30px;
    right: -24px;
    left: auto;
    width: 180px;
    height: 170px;
    z-index: -1;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  #characteristic-education #main-contents #preamble #features-school {
    margin: 20px 0;
  }
  #characteristic-education #main-contents #preamble #features-school .features-school-inner {
    display: block;
  }
  #characteristic-education #main-contents #preamble #features-school .features-school-inner ul {
    margin: 0;
  }
  #characteristic-education #main-contents #preamble #features-school .features-school-inner ul li {
    letter-spacing: 0.15rem;
  }
  #characteristic-education #main-contents #preamble #features-school .features-school-inner ul li::before {
    content: none;
  }
  #characteristic-education #main-contents .policy-box {
    padding: 15px;
    border-radius: 8px;
    margin: 0 0 20px;
  }
  #characteristic-education #main-contents .policy-box h2 {
    margin: 0 0 20px;
  }
  #characteristic-education #main-contents .policy-box h3 {
    font-size: 1.6rem;
    color: #5C4F5E;
    margin: 0 0 15px;
  }
  #characteristic-education #main-contents .policy-box ol {
    margin: 0;
    padding: 0;
  }
  #characteristic-education #main-contents .policy-box ol li {
    list-style: none;
    padding-left: 1.3em;
    text-indent: -1.3em;
    line-height: 1.4;
    margin: 0 0 14px;
    letter-spacing: 0.1rem;
  }
  #characteristic-education #main-contents .policy-box::before {
    content: "";
    position: absolute;
    bottom: 16px;
    right: 16px;
    left: auto;
    width: 108px;
    height: 100px;
  }
  /*========================================
  *
  *	入学希望の皆様へ
  *
  *---------------------------------------*/
  /*========================================
  *
  *	学生募集
  *
  *---------------------------------------*/
  #recruitment-students #page-title h1 {
    width: 300px;
    top: 19%;
  }
  #recruitment-students #main-contents > p {
    margin: 0 0 20px;
  }
  #recruitment-students #main-contents p.lead-sentence br {
    display: inline-block;
  }
  #recruitment-students #main-contents .matters-box {
    margin: 0 0 20px;
  }
  #recruitment-students #main-contents .button-wrap {
    display: block;
    width: 200px;
    margin: 0 auto 30px;
  }
  #recruitment-students #main-contents .button-wrap .button {
    width: 200px;
    margin: 0 30px 10px 0;
    padding: 12px 0;
  }
  #recruitment-students #main-contents .button-wrap .button a {
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
  }
  #recruitment-students #main-contents p {
    margin: 0 0 20px;
  }
  #recruitment-students #main-contents table {
    margin: 20px 0 40px;
    font-size: 1.3rem;
  }
  #recruitment-students #main-contents article > table {
    font-size: 1.3rem;
  }
  #recruitment-students #main-contents article > table thead th {
    padding: 8px 0;
    font-weight: 400;
  }
  #recruitment-students #main-contents article > table thead th:last-of-type {
    border-right: none;
  }
  #recruitment-students #main-contents article > table tbody tr.this-school td {
    font-size: 1.7rem;
    font-weight: 500;
  }
  #recruitment-students #main-contents article > table tbody th, #recruitment-students #main-contents article > table tbody td {
    padding: 10px 0;
  }
  #recruitment-students #main-contents article > table tbody th {
    width: 32px;
  }
  #recruitment-students #main-contents #reservation-button .text-emphasis {
    text-align: center;
    display: block;
  }
  #recruitment-students #main-contents #reservation-button .button {
    width: 200px;
  }
  #recruitment-students #main-contents #recommendation > table thead th:first-of-type {
    width: 100px;
  }
  #recruitment-students #main-contents .schedule-table {
    width: 100%;
  }
  #recruitment-students #main-contents .schedule-table th {
    font-size: 1.4rem;
    padding: 13px 0;
  }
  #recruitment-students #main-contents .schedule-table td {
    font-size: 1.4rem;
    padding: 10px 0 10px 10px;
  }
  /*========================================
  *
  *	学納金・奨学金
  *
  *---------------------------------------*/
  #study-payment #page-title h1 {
    width: 350px;
    top: 19%;
  }
  #study-payment #main-contents > p {
    margin: 0 0 20px;
  }
  #study-payment #main-contents p.lead-sentence br {
    display: inline-block;
  }
  #study-payment #main-contents p.lead-sentence {
    margin: 0 0 20px;
  }
  #study-payment #main-contents .text-emphasis {
    margin: 0 0 20px;
  }
  #study-payment #main-contents .text-small {
    font-size: 1.2rem;
    margin: -20px 0 10px;
  }
  #study-payment #main-contents h3 {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
  #study-payment #main-contents h4 {
    color: #5C4F5E;
  }
  #study-payment #main-contents .matters-box {
    margin: 0 0 40px;
  }
  #study-payment #main-contents .matters-box > table {
    margin: 0 0 20px;
  }
  #study-payment #main-contents .button-wrap {
    display: block;
    width: 200px;
    margin: 20px auto 30px;
  }
  #study-payment #main-contents .button-wrap .button {
    width: 200px;
    margin: 0 30px 10px 0;
    padding: 12px 0;
  }
  #study-payment #main-contents .button-wrap .button a {
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
  }
  #study-payment #main-contents p {
    margin: 0 0 20px;
  }
  #study-payment #main-contents p.spOn {
    text-align: center;
    margin: 0 0 10px;
  }
  #study-payment #main-contents table {
    margin: 0;
    font-size: 1.3rem;
  }
  #study-payment #main-contents article > table {
    font-size: 1.3rem;
    margin: 0 0 20px;
  }
  #study-payment #main-contents article > table thead th {
    padding: 8px 0;
    font-weight: 400;
  }
  #study-payment #main-contents article > table thead th:last-of-type {
    border-right: none;
  }
  #study-payment #main-contents article > table tbody tr.this-school td {
    font-size: 1.7rem;
    font-weight: 500;
  }
  #study-payment #main-contents article > table tbody th, #study-payment #main-contents article > table tbody td {
    padding: 10px 0;
  }
  #study-payment #main-contents article > table tbody th {
    width: 32px;
  }
  #study-payment #main-contents .table-scroll {
    overflow: auto;
    white-space: nowrap;
  }
  #study-payment #main-contents .scholarship .matters-box p br {
    display: none;
  }
  #study-payment #main-contents .scholarship dl {
    display: block;
    font-size: 1.4rem;
    margin: 14px 0;
    letter-spacing: 0.1rem;
  }
  #study-payment #main-contents .scholarship dl br {
    display: none;
  }
  #study-payment #main-contents .scholarship dl dt {
    width: auto;
    margin: 0 0 4px;
  }
  #study-payment #main-contents .scholarship dl dd {
    margin: 0;
  }
  #study-payment #main-contents #reservation-button .text-emphasis {
    text-align: center;
    display: block;
  }
  #study-payment #main-contents #reservation-button .button {
    width: 200px;
  }
  /*========================================
  *
  *	体験入学
  *
  *---------------------------------------*/
  #trial-enrollment #page-title h1 {
    width: 290px;
    position: relative;
    top: 19%;
  }
  #trial-enrollment #main-contents > p {
    margin: 0 0 20px;
  }
  #trial-enrollment #main-contents .line-box {
    margin: 0 0 20px;
    padding: 10px 15px;
  }
  #trial-enrollment #main-contents .line-box dl {
    margin: 15px 0;
  }
  #trial-enrollment #main-contents #reservation-button .button-wrap .button {
    margin: 0;
  }
  #trial-enrollment #main-contents #reservation-button .button-wrap .button a {
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
  }
  /*========================================
  *
  *	体験入学申込
  *
  *---------------------------------------*/
  #application-trial-enrollment #page-title h1 {
    width: 340px;
    position: relative;
    top: 19%;
  }
  #application-trial-enrollment #main-contents .line-box {
    margin: 20px 0 30px;
    padding: 15px 15px 10px;
    text-align: center;
  }
  #application-trial-enrollment #main-contents .line-box .text-emphasis {
    margin: 0 10px;
  }
  #application-trial-enrollment #main-contents .line-box .line-box-inner {
    margin: 15px auto 0;
    padding: 20px 10px;
  }
  #application-trial-enrollment #main-contents .line-box .line-box-caution {
    margin: 15px auto 0;
  }
  #application-trial-enrollment #main-contents .reply-box {
    text-align: left;
  }
  /*========================================
  *
  *	お問い合わせ
  *
  *---------------------------------------*/
  /*================================
  **	ページタイトル
  *-------------------------------*/
  #contact #page-title h1 {
    width: 350px;
    position: relative;
    top: 19%;
  }
  /*========================================
  *
  *	資料請求
  *
  *---------------------------------------*/
  /*================================
  **	ページタイトル
  *-------------------------------*/
  #request-document #page-title h1 {
    width: 350px;
    position: relative;
    top: 19%;
  }
  /*========================================
  *
  *	211021 合格発表
  *
  *---------------------------------------*/
  #examination-result #error-text {
    margin: 15px auto;
    padding: 10px 0;
    color: #946C93;
    width: 100%;
  }
  #examination-result #page-title h1 {
    width: 390px;
    position: relative;
    top: 18%;
  }
  #examination-result #form .form-wrap {
    padding: 6px 16px 16px;
  }
  #examination-result #form dl {
    padding: 14px 0;
    margin: 0;
    display: block;
  }
  #examination-result #form dl dt {
    width: auto;
  }
  #examination-result #form dl dd {
    width: 100%;
    margin: 6px 0 0;
  }
  #examination-result .page-result #form .form-wrap {
    padding: 6px 16px 16px;
    margin: 0 0 20px;
  }
  #examination-result .page-result #form .form-wrap p {
    border: none;
    padding: 20px 0 0;
    margin: 0 0 10px;
  }
  #examination-result .page-result #form .form-wrap p.result-info-box {
    font-size: 2rem;
    display: block;
    line-height: 1.5;
  }
  #examination-result .page-result #form .form-wrap p.result-info-box .examines-result {
    padding: 0;
    display: block;
  }
  /*========================================
  *
  *	在校生の皆様へ
  *
  *---------------------------------------*/
  /*========================================
  *
  *	年間行事
  *
  *---------------------------------------*/
  /*================================
  **	ページタイトル
  *-------------------------------*/
  #annual-event #page-title h1 {
    width: 290px;
    position: relative;
    top: 19%;
  }
  #annual-event #event-plan table {
    font-size: 1.3rem;
  }
  #annual-event #event-plan table thead {
    letter-spacing: 0.15rem;
  }
  #annual-event #event-plan table thead th {
    padding: 6px 0;
    font-weight: 400;
  }
  #annual-event #event-plan table thead th:first-of-type {
    width: 10%;
  }
  #annual-event #event-plan table thead th:nth-of-type(2) {
    width: 20%;
  }
  #annual-event #event-plan table thead th:nth-of-type(3) {
    width: 20%;
  }
  #annual-event #event-plan table thead th:last-of-type {
    width: 50%;
  }
  #annual-event #event-plan table tbody tr:not(:last-of-type) {
    border-bottom: solid 1px #D6C9D6;
  }
  #annual-event #event-plan table tbody th, #annual-event #event-plan table tbody td {
    padding: 6px 6px;
  }
  #annual-event #event-plan table tbody th {
    font-weight: 400;
  }
  #annual-event #event-plan table tbody .spring {
    background: #FEF4F8;
  }
  #annual-event #event-plan table tbody .summer {
    background: #F5EFF5;
  }
  #annual-event #event-plan table tbody .autumn {
    background: #E7EBF3;
  }
  #annual-event #event-plan table tbody .winter {
    background: #E0F1F6;
  }
  #annual-event #event-plan table tbody td {
    border-left: solid 1px #D6C9D6;
    font-weight: 400;
    letter-spacing: 0.1rem;
  }
  #annual-event #event-plan table tbody td:last-of-type {
    text-align: left;
  }
  /*========================================
  *
  *	各種証明書発行
  *
  *---------------------------------------*/
  /*================================
  **	ページタイトル
  *-------------------------------*/
  #issue-certificates #page-title h1 {
    width: 350px;
    position: relative;
    top: 21%;
  }
  #issue-certificates #contents-wrap {
    min-height: auto;
  }
  #issue-certificates #main-contents #about-issue-certificates > p {
    margin: 0 0 30px;
  }
  #issue-certificates #main-contents #about-issue-certificates > p br {
    display: none;
  }
  #issue-certificates #main-contents #about-issue-certificates .kinds-wrap {
    display: block;
    margin: 0 0 30px;
  }
  #issue-certificates #main-contents #about-issue-certificates .kinds-wrap > div {
    padding: 30px 20px 20px;
    border-radius: 4px;
    position: relative;
  }
  #issue-certificates #main-contents #about-issue-certificates .kinds-wrap > div p {
    font-size: 1.5rem;
    line-height: 1.6;
    position: relative;
    text-align: center;
    font-weight: 500;
  }
  #issue-certificates #main-contents #about-issue-certificates .kinds-wrap > div li {
    text-align: left;
  }
  #issue-certificates #main-contents #about-issue-certificates .kinds-wrap .kinds-01 {
    width: 100%;
    margin: 0 0 20px;
  }
  #issue-certificates #main-contents #about-issue-certificates .kinds-wrap .kinds-01 > p {
    margin: 20px 0 20px;
  }
  #issue-certificates #main-contents #about-issue-certificates .kinds-wrap .kinds-02 {
    width: 100%;
  }
  #issue-certificates #main-contents #about-issue-certificates .kinds-wrap .kinds-02 > p {
    margin: 20px 0 0;
  }
  #issue-certificates #main-contents #about-issue-certificates .kinds-wrap .kinds-02 .precautions {
    padding: 12px;
    margin: 20px 0 0;
  }
  #issue-certificates #main-contents #about-issue-certificates .kinds-wrap .kinds-02 .precautions p {
    font-size: 1.3rem;
    line-height: 1.8;
    letter-spacing: 0.05rem;
  }
  #issue-certificates #main-contents #about-issue-certificates .button {
    margin: 0 0 50px;
  }
  #issue-certificates #main-contents #about-issue-certificates .button a {
    width: 250px;
    color: #fff;
    border-radius: 3px;
    background: #4B6CA7;
    font-size: 1.3rem;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 10px 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
  #issue-certificates #main-contents #about-issue-certificates .button a:hover {
    opacity: 0.7;
  }
  #issue-certificates #main-contents #school-certificate .line-box {
    margin: 20px 0;
    padding: 0 15px;
  }
  #issue-certificates #main-contents #school-certificate .line-box ul li {
    margin: 20px 0;
    text-align: center;
    padding: 0;
    letter-spacing: 0.1rem;
    white-space: pre-line;
  }
  #issue-certificates #main-contents #school-certificate .line-box ul li .spOff {
    display: none;
  }
  #issue-certificates #main-contents #school-certificate .line-box ul li .spOn {
    display: inline;
  }
  #issue-certificates #main-contents #school-certificate dl {
    display: block;
    font-size: 1.4rem;
    margin: 20px 0;
  }
  #issue-certificates #main-contents #school-certificate dl br {
    display: none;
  }
  #issue-certificates #main-contents #school-certificate dl dt {
    width: auto;
  }
  #issue-certificates #main-contents #school-certificate dl dd {
    width: auto;
    margin: 0;
  }
  #issue-certificates #main-contents #reservation-button .button-wrap .button {
    width: 300px;
    font-weight: 400;
    letter-spacing: 0.2rem;
  }
  #issue-certificates #main-contents #reservation-button .button-wrap .button a {
    font-size: 1.5rem;
  }
  /*========================================
  *
  *	各種届出用紙
  *
  *---------------------------------------*/
  /*================================
  **	ページタイトル
  *-------------------------------*/
  #report-paper #page-title h1 {
    width: 310px;
    position: relative;
    top: 21%;
  }
  #report-paper #contents-wrap {
    min-height: auto;
  }
  /*========================================
  *
  *	規定
  *
  *---------------------------------------*/
  /*================================
  **	ページタイトル
  *-------------------------------*/
  #rule #contents-wrap {
    min-height: auto;
  }
  #rule #page-title h1 {
    width: 290px;
    position: relative;
    top: 19%;
  }
  /*================================
  **	共通
  *-------------------------------*/
  #application-counseling-student #contents-wrap,
  #application-counseling-parent #contents-wrap {
    min-height: auto;
  }
  /*========================================
  *
  *	カウンセリング申込
  *
  *---------------------------------------*/
  /*================================
  **	ページタイトル
  *-------------------------------*/
  #application-counseling-student #page-title h1,
  #application-counseling-parent #page-title h1 {
    width: 340px;
    position: relative;
    top: 19%;
  }
  /*========================================
  *
  *	図書室
  *
  *---------------------------------------*/
  /*================================
  **	ページタイトル
  *-------------------------------*/
  #library #contents-wrap {
    min-height: initial;
  }
  #library #page-title h1 {
    width: 250px;
    position: relative;
    top: 19%;
  }
  #library #library-link .link-list li {
    padding: 0 10px;
    margin: 0;
    width: 100%;
  }
  #library #library-link .link-list li span a {
    display: block;
    width: 150px;
    padding: 12px 0;
  }
  #library #library-link .link-list li:before {
    display: none;
  }
  #library #library-link .link-list .button {
    margin: 10px 0;
  }
  #library #library-link .link-list .button a {
    width: auto;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 4px 10px;
    letter-spacing: 0.1em;
  }
  #library #library-topics h2 {
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
    line-height: 0.2;
    font-weight: 400;
    height: 20px;
    padding: 0 0 0 4px;
    margin: 0 0 4px 30px;
  }
  #library #library-topics .list {
    font-size: 1.3rem;
  }
  #library #library-topics .list li {
    line-height: 1.4;
    padding: 7px 0;
  }
  #library #library-topics .list li::before {
    content: "";
    display: none;
  }
  #library #library-topics .list li:last-of-type {
    border-bottom: none;
  }
  #library #library-topics .list span.date {
    width: 140px;
    font-size: 1.3;
    display: inline-block;
    margin: 0 17px 0 0;
    font-family: "Georgia", serif;
  }
  #library #library-topics .list span.article-title {
    width: 360px;
  }
  #library #library-topics .topics-box {
    width: 100%;
    padding: 25px 20px 20px;
    background: linear-gradient(495deg, transparent 30px, #F9F9F9 0);
    background-position: top left;
    background-repeat: no-repeat;
    position: relative;
    -webkit-box-shadow: rgba(188, 183, 188, 0.8) 6px 10px 7px;
            box-shadow: rgba(188, 183, 188, 0.8) 6px 10px 7px;
    border-radius: 6px;
    position: relative;
  }
  #library #library-topics .topics-box:before {
    content: "";
    display: block;
    background: linear-gradient(495deg, transparent 40px, #E1E1E1 40px);
    width: 50px;
    height: 52px;
    position: absolute;
    left: -7px;
    top: -7px;
  }
  #library #library-topics .topics-box h2:before {
    top: -29px;
    right: 0px;
    width: 68px;
    height: 47px;
    left: auto;
  }
  #library #pager ul {
    margin: 30px auto 10px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 90%;
    z-index: 10;
    position: relative;
  }
  #library #pager ul li {
    margin: 0 4px 0;
  }
  #library #pager ul li a, #library #pager ul li span {
    font-size: 1.4rem;
    line-height: 2;
    width: 30px;
    height: 30px;
  }
  #library #pager ul .current span {
    width: 30px;
    height: 30px;
  }
  /*========================================
  *
  *	スクールカウンセリング(在校生)
  *
  *---------------------------------------*/
  /*================================
  **	ページタイトル
  *-------------------------------*/
  #counseling-student #page-title h1 {
    width: 350px;
    position: relative;
    top: 19%;
  }
  #counseling-student #schedule .button {
    margin: 0 0 30px;
  }
  #counseling-student #schedule .button a {
    width: 240px;
    padding: 8px 8px;
  }
  #counseling-student #schedule .calender-wrap iframe {
    width: 100%;
    height: 350px;
  }
  #counseling-student #reservation-method .method-wrap {
    display: block;
    text-align: center;
    margin: 0 0 30px;
  }
  #counseling-student #reservation-method .method-wrap h5 {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.2rem;
  }
  #counseling-student #reservation-method .method-wrap .first-action {
    font-size: 1.7rem;
    margin: 10px 0 30px;
  }
  #counseling-student #reservation-method .method-wrap > div {
    padding: 20px;
    border-radius: 4px;
    position: relative;
  }
  #counseling-student #reservation-method .method-wrap > div p {
    line-height: 1.6;
    position: relative;
  }
  #counseling-student #reservation-method .method-wrap .allow-down::before {
    content: "";
    top: -24px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 10px;
    height: 28px;
  }
  #counseling-student #reservation-method .method-wrap .precautions p {
    font-size: 1.3rem;
    line-height: 1.8;
    letter-spacing: 0.05rem;
  }
  #counseling-student #reservation-method .method-wrap .via-school-affairs {
    width: 100%;
    margin: 0 0 20px;
  }
  #counseling-student #reservation-method .method-wrap .via-school-affairs .method-box-inner {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  #counseling-student #reservation-method .method-wrap .via-school-affairs .method-box-inner ol {
    margin: 10px 0 20px;
  }
  #counseling-student #reservation-method .method-wrap .via-school-affairs .method-box-inner ol a {
    color: #5C4F5E;
  }
  #counseling-student #reservation-method .method-wrap .via-school-affairs .method-box-inner .precautions {
    padding: 10px;
  }
  #counseling-student #reservation-method .method-wrap .via-teacher {
    width: 100%;
    margin: 0 0 20px;
  }
  #counseling-student #reservation-method .method-wrap .via-teacher p {
    margin: 10px 0 30px;
  }
  #counseling-student #reservation-method .method-wrap .reservation {
    width: 100%;
    background: #E0F1F6;
  }
  #counseling-student #reservation-method .method-wrap .reservation .precautions {
    padding: 6px;
    margin: 10px 0 30px;
  }
  #counseling-student #reservation-method .method-wrap .reservation .precautions p {
    line-height: 1.4;
  }
  #counseling-student #reservation-button .button-wrap {
    display: block;
    width: 240px;
    margin: 0 auto;
  }
  #counseling-student #reservation-button .button-wrap .button {
    position: relative;
    width: 240px;
    margin: 0 0 10px;
    padding: 14px 0;
  }
  #counseling-student #reservation-button .button-wrap .button a {
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.2rem;
  }
  /*========================================
  *
  *	スクールカウンセリング (保護者)
  *
  *---------------------------------------*/
  /*================================
  **	ページタイトル
  *-------------------------------*/
  #counseling-parent #page-title h1 {
    width: 350px;
    position: relative;
    top: 19%;
  }
  #counseling-parent #guidance-school-counseling > p {
    margin: 0 0 20px;
  }
  #counseling-parent #guidance-school-counseling .gray-box {
    margin: 0 0 20px;
  }
  #counseling-parent #guidance-school-counseling .gray-box h5 {
    font-size: 1.6rem;
    font-weight: 500;
    margin: 0 0 8px;
    letter-spacing: 0.2rem;
  }
  #counseling-parent #guidance-school-counseling .gray-box dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 4px 0;
  }
  #counseling-parent #guidance-school-counseling .gray-box dl dt {
    font-size: 1.4rem;
    font-weight: 500;
    width: 80px;
  }
  #counseling-parent #guidance-school-counseling .gray-box dl dd {
    letter-spacing: 0.15rem;
    margin: 0;
  }
  #counseling-parent #guidance-school-counseling .gray-box dl:last-of-type {
    display: block;
  }
  #counseling-parent #reservation-method .method-wrap {
    display: block;
    text-align: center;
    margin: 0 0 30px;
  }
  #counseling-parent #reservation-method .method-wrap h5 {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.2rem;
  }
  #counseling-parent #reservation-method .method-wrap .first-action {
    font-size: 1.7rem;
    margin: 10px 0 30px;
  }
  #counseling-parent #reservation-method .method-wrap > div {
    padding: 20px;
    border-radius: 4px;
    position: relative;
  }
  #counseling-parent #reservation-method .method-wrap > div p {
    line-height: 1.6;
    position: relative;
  }
  #counseling-parent #reservation-method .method-wrap > div p a {
    text-decoration: none;
    color: #5C4F5E;
  }
  #counseling-parent #reservation-method .method-wrap .allow-down::before {
    content: "";
    top: -24px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 10px;
    height: 28px;
  }
  #counseling-parent #reservation-method .method-wrap .precautions p {
    font-size: 1.3rem;
    line-height: 1.8;
    letter-spacing: 0.05rem;
  }
  #counseling-parent #reservation-method .method-wrap .e-mail-image {
    width: 230px;
  }
  #counseling-parent #reservation-method .method-wrap .telephone-application {
    width: 100%;
    margin: 0 0 20px;
  }
  #counseling-parent #reservation-method .method-wrap .telephone-application .method-box-inner {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  #counseling-parent #reservation-method .method-wrap .telephone-application .method-box-inner ol {
    margin: 10px 0 20px;
  }
  #counseling-parent #reservation-method .method-wrap .telephone-application .method-box-inner ol a {
    color: #5C4F5E;
  }
  #counseling-parent #reservation-method .method-wrap .telephone-application .method-box-inner .precautions {
    padding: 10px;
  }
  #counseling-parent #reservation-method .method-wrap .fax-application {
    width: 100%;
    margin: 0 0 20px;
  }
  #counseling-parent #reservation-method .method-wrap .fax-application .first-action {
    height: 30px;
  }
  #counseling-parent #reservation-method .method-wrap .fax-application p {
    margin: 10px 0 30px;
  }
  #counseling-parent #reservation-method .method-wrap .Email-application {
    width: 100%;
    background: #E0F1F6;
  }
  #counseling-parent #reservation-method .method-wrap .Email-application .precautions {
    padding: 6px;
    margin: 10px 0 30px;
  }
  #counseling-parent #reservation-method .method-wrap .Email-application .precautions p {
    line-height: 1.4;
  }
  #counseling-parent #reservation-button .button-wrap {
    display: block;
    width: 240px;
    margin: 0 auto;
  }
  #counseling-parent #reservation-button .button-wrap .button {
    position: relative;
    width: 240px;
    margin: 0 0 10px;
    padding: 14px 0;
  }
  #counseling-parent #reservation-button .button-wrap .button a {
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.2rem;
  }
  /*========================================
  *
  *	事務長行き ご意見BOX
  *
  *---------------------------------------*/
  /*================================
  **	ページタイトル
  *-------------------------------*/
  #opinion-box #contents-wrap {
    min-height: auto;
  }
  #opinion-box #page-title h1 {
    width: 380px;
  }
  #opinion-box h3 {
    font-size: 1.8rem;
  }
  #opinion-box h3:before {
    content: "";
    background-size: contain;
    position: absolute;
    top: -77px;
    right: -20px;
    left: auto;
    width: 100px;
    height: 100px;
    z-index: -1;
  }
  #opinion-box #opinion-box-contents p {
    margin: 0 0 20px;
  }
  #opinion-box #opinion-box-contents .button-wrap {
    display: block;
    width: 240px;
    margin: 0 auto;
  }
  #opinion-box #opinion-box-contents .button-wrap .button {
    position: relative;
    width: 240px;
    margin: 0 0 10px;
    padding: 14px 0;
  }
  #opinion-box #opinion-box-contents .button-wrap .button a {
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.2rem;
  }
  #opinion-box #opinion-box-contents .button-wrap .button i.circleAllow {
    right: 20px;
    top: 42%;
  }
  #opinion-box #opinion-box-contents .button-wrap .button:hover,
  #opinion-box #opinion-box-contents .button-wrap .button:focus {
    outline: none;
    opacity: 0.7;
  }
  #opinion-box #opinion-box-contents .button-wrap .button::-moz-foucus-inner {
    border: none;
    padding: 0;
  }
  /*========================================
  *
  *	卒業生の皆様へ
  *
  *---------------------------------------*/
  /*========================================
  *
  *	卒業生の方へ
  *
  *---------------------------------------*/
  /*================================
  **	ページタイトル
  *-------------------------------*/
  #graduate #page-title h1 {
    width: 300px;
    position: relative;
    top: 19%;
  }
  #graduate #main-contents #graduate-news h2 {
    font-size: 1.7rem;
    letter-spacing: 0.1rem;
    line-height: 0.2;
    font-weight: 400;
    height: 20px;
    padding: 0 0 0 4px;
    margin: 0 0 4px 30px;
  }
  #graduate #main-contents #graduate-news .list {
    font-size: 1.3rem;
  }
  #graduate #main-contents #graduate-news .list li {
    line-height: 1.4;
    padding: 7px 0;
  }
  #graduate #main-contents #graduate-news .list li::before {
    content: "";
    display: none;
  }
  #graduate #main-contents #graduate-news .list li:last-of-type {
    border-bottom: none;
  }
  #graduate #main-contents #graduate-news .list span.date {
    width: 140px;
    font-size: 1.3;
    display: inline-block;
    margin: 0 17px 0 0;
    font-family: "Georgia", serif;
  }
  #graduate #main-contents #graduate-news .list span.article-title {
    width: 360px;
  }
  #graduate #main-contents #graduate-news .news-box {
    width: 100%;
    padding: 25px 20px 20px;
    background: linear-gradient(495deg, transparent 30px, #F9F9F9 0);
    background-position: top left;
    background-repeat: no-repeat;
    position: relative;
    -webkit-box-shadow: rgba(188, 183, 188, 0.8) 6px 10px 7px;
            box-shadow: rgba(188, 183, 188, 0.8) 6px 10px 7px;
    border-radius: 6px;
    position: relative;
  }
  #graduate #main-contents #graduate-news .news-box:before {
    content: "";
    display: block;
    background: linear-gradient(495deg, transparent 40px, #E1E1E1 40px);
    width: 50px;
    height: 52px;
    position: absolute;
    left: -7px;
    top: -7px;
  }
  #graduate #main-contents #graduate-news .news-box h2:before {
    top: -30px;
    right: -14px;
    width: 68px;
    height: 47px;
    left: auto;
  }
  #graduate #main-contents .line-box li {
    font-size: 1.5rem;
    font-weight: 500;
  }
  #graduate #main-contents .line-box li p {
    line-height: 1.4;
    margin: 4px 0 0;
  }
  #graduate #main-contents .line-box li p .text-emphasis {
    margin: 6px 0 0;
    font-weight: 500;
  }
  #graduate #main-contents .line-box li:not(:last-of-type) {
    margin: 0 0 16px;
  }
  #graduate .about-envelope {
    margin: 0 0 30px;
  }
  #graduate #issuance-certificate br {
    display: none;
  }
  /*========================================
  *
  *	各種証明書申込
  *
  *---------------------------------------*/
  /*================================
  **	ページタイトル
  *-------------------------------*/
  #application-certificates #page-title h1 {
    width: 340px;
    position: relative;
    top: 19%;
  }
  #application-certificates #form .sp-multi-line label {
    margin: 0 10px 0 0;
  }
  #application-certificates #form .sp-multi-line .select-date {
    margin: 10px 6px 0 0;
  }
  /*========================================
  *
  *	キャンパスライフ
  *
  *---------------------------------------*/
  /*========================================
  *
  *	職員インタビュー
  *
  *---------------------------------------*/
  /*================================
  **	ページタイトル
  *-------------------------------*/
  #Interview-teacher #page-title h1 {
    width: 360px;
    position: relative;
    top: 22%;
  }
  #Interview-teacher #preamble h2 {
    font-size: 1.8rem;
    letter-spacing: 0.25rem;
    color: #7B447A;
    font-weight: 500;
    -o-border-image: none;
       border-image: none;
    border-style: none;
    line-height: 1.5;
    padding: 0;
    margin: 0 0 20px;
    position: relative;
  }
  #Interview-teacher #preamble h2::before {
    top: -30px;
    right: -24px;
    left: auto;
    width: 180px;
    height: 170px;
    z-index: -1;
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  #Interview-teacher #preamble .speaker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.4rem;
    font-weight: 500;
  }
  #Interview-teacher #preamble .speaker dt {
    padding: 30px 20px 30px 0;
    letter-spacing: 0.35rem;
    width: 80px;
  }
  #Interview-teacher #preamble .speaker dd {
    margin: 0;
    padding: 0 0 0 20px;
    letter-spacing: 0.2rem;
    width: 250px;
  }
  #Interview-teacher #preamble .speaker dd .text-thin {
    font-weight: 400;
    display: block;
  }
  #Interview-teacher #preamble .speaker dd br {
    display: none;
  }
  #Interview-teacher #interview-main p {
    margin: 0 0 20px;
  }
  #Interview-teacher #interview-main h3 {
    margin: 0 0 20px;
  }
  #Interview-teacher #interview-main .interview-article {
    margin: 0 0 40px;
  }
  #Interview-teacher #interview-main .article-inner {
    display: block;
  }
  #Interview-teacher #interview-main .article-inner .text-box {
    width: 100%;
  }
  #Interview-teacher #interview-main .article-inner .image-box {
    width: 80%;
    margin: 0 auto 20px;
  }
  #Interview-teacher #interview-main .article-inner .image-box figcaption {
    font-size: 1.5rem;
    text-align: right;
    margin: 10px 0 0;
    letter-spacing: 0.2rem;
  }
  /*========================================
  *
  *	学校生活
  *
  *---------------------------------------*/
  /*================================
  **	ページタイトル
  *-------------------------------*/
  #college-life #page-title h1 {
    width: 300px;
    position: relative;
    top: 19%;
  }
  #college-life #main-contents p.lead-sentence {
    margin: 0 0 30px;
  }
  #college-life #main-contents section {
    position: relative;
    border-radius: 4px;
    height: auto;
    margin: 0 0 30px;
    padding: 0 0 20px;
  }
  #college-life #main-contents section h2 {
    font-size: auto;
    letter-spacing: auto;
    font-weight: auto;
    -o-border-image: none;
       border-image: none;
    border-style: none;
    line-height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    top: -12px;
    left: -12px;
  }
  #college-life #main-contents section h2 .text-small {
    font-size: 1.4rem;
    font-weight: 400;
  }
  #college-life #main-contents section h2::before {
    display: none;
  }
  #college-life #main-contents section .life-inner {
    display: block;
    width: 280px;
    margin: 0 auto;
  }
  #college-life #main-contents .image-box {
    position: relative;
    top: 0;
  }
  #college-life #main-contents #life-spring h2 {
    width: 215px;
  }
  #college-life #main-contents #life-spring .image-box {
    width: 100%;
  }
  #college-life #main-contents #life-summer h2 {
    width: 215px;
  }
  #college-life #main-contents #life-summer .image-box {
    width: 100%;
  }
  #college-life #main-contents #life-autumn h2 {
    width: 253px;
  }
  #college-life #main-contents #life-autumn .image-box {
    width: 100%;
  }
  #college-life #main-contents #life-winter h2 {
    width: 233px;
  }
  #college-life #main-contents #life-winter .text-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #college-life #main-contents #life-winter .text-box ul:first-of-type {
    margin: 0 15px 20px 0;
  }
  #college-life #main-contents #life-winter .image-box {
    width: 100%;
  }
  /*========================================
  *
  *	Q ＆ A
  *
  *---------------------------------------*/
  /*================================
  **	ページタイトル
  *-------------------------------*/
  #faq #page-title h1 {
    width: 300px;
    top: 19%;
  }
  #faq #main-contents h3 {
    padding: 0 0 0 40px;
    margin: 0 0 10px;
    font-size: 1.7rem;
  }
  #faq #main-contents h3::before {
    top: -1px;
    left: 0;
    width: 30px;
    height: 30px;
  }
  #faq #main-contents #faq-list {
    position: relative;
  }
  #faq #main-contents #faq-list::before {
    content: "";
    position: absolute;
    bottom: -57px;
    right: -20px;
    left: auto;
    width: 180px;
    height: 170px;
    z-index: -1;
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  /*========================================
  *
  *	個人情報について
  *
  *---------------------------------------*/
  /*================================
  **	ページタイトル
  *-------------------------------*/
  #privacy-policy #page-title h1 {
    width: 350px;
    position: relative;
    top: 22%;
  }
  #privacy-policy #main-contents p {
    margin: 0 0 20px;
  }
  #privacy-policy #main-contents .line-box {
    margin: 20px 0 30px;
  }
  #privacy-policy #main-contents .line-box li {
    font-size: 1.5rem;
    letter-spacing: 0.05rem;
    line-height: 1.8;
  }
  #privacy-policy #main-contents .line-box .line-box-inner {
    display: block;
  }
  #privacy-policy #main-contents .gray-box h5 {
    font-size: 1.6rem;
    font-weight: 500;
    margin: 0 0 8px;
    letter-spacing: 0.2rem;
  }
  #privacy-policy #main-contents .gray-box dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 4px 0;
  }
  #privacy-policy #main-contents .gray-box dl dt {
    font-size: 1.4rem;
    font-weight: 500;
    width: 80px;
  }
  #privacy-policy #main-contents .gray-box dl dd {
    letter-spacing: 0.15rem;
    margin: 0;
  }
  /*========================================
  *
  *	情報公開
  *
  *---------------------------------------*/
  /*================================
  **	ページタイトル
  *-------------------------------*/
  #information-disclosure #page-title h1 {
    width: 330px;
    top: 19%;
  }
  /*========================================
  *
  *	TOPICS
  *
  *---------------------------------------*/
  /*================================
  **	ページタイトル
  *-------------------------------*/
  #topics-all #breadcrumb {
    padding: 12px 0;
  }
  #topics-all #page-title h1 {
    width: 280px;
  }
  #topics-all #topics-wrap:before {
    top: 40px;
    right: -60px;
    width: 130px;
    height: 220px;
    z-index: 1;
  }
  #topics-all #topics-wrap:after {
    content: "";
    background: url(../images/home/watercolor-02.png) no-repeat center top;
    background-size: auto;
    background-size: auto;
    background-size: auto;
    background-size: contain;
    position: absolute;
    bottom: 60px;
    left: -30px;
    width: 120px;
    height: 145px;
    z-index: 1;
  }
  #topics-all #topics-wrap {
    background: url(../images/topics/bg_pattern-topics.jpg) center center/cover no-repeat;
    position: relative;
    margin: 0 0 50px;
    padding: 20px 0;
  }
  #topics-all #topics-wrap h2 {
    font-size: 2rem;
    letter-spacing: 0.25rem;
    font-weight: 400;
    padding: 0 0 0 45px;
    margin: 0 auto 20px;
    position: relative;
    line-height: 1.8;
    width: 90%;
  }
  #topics-all #topics-wrap h2::before {
    content: "";
    top: 3px;
    left: 0;
    width: 33px;
    height: 33px;
  }
  #topics-all #topics-wrap h2:after {
    content: "";
    background: url(../images/common/title-illust-set.png) no-repeat center top;
    background-size: auto;
    background-size: auto;
    background-size: auto;
    background-size: contain;
    position: absolute;
    top: -15px;
    right: 10px;
    width: 80px;
    height: 54px;
  }
  #topics-all #topics-wrap .topics-box {
    width: 90%;
    margin: 0 auto;
    padding: 30px;
    background: linear-gradient(495deg, transparent 24px, #fff 24px);
    background-position: top left;
    background-repeat: no-repeat;
    position: relative;
    -webkit-box-shadow: rgba(188, 183, 188, 0.8) 6px 10px 7px;
            box-shadow: rgba(188, 183, 188, 0.8) 6px 10px 7px;
    border-radius: 6px;
    position: relative;
    z-index: 50;
  }
  #topics-all #topics-wrap .topics-box:before {
    content: "";
    display: block;
    background: linear-gradient(495deg, transparent 40px, #E1E1E1 40px);
    width: 44px;
    height: 46px;
    position: absolute;
    left: -12px;
    top: -14px;
  }
  #topics-all #topics-wrap .list {
    font-size: 1.4rem;
  }
  #topics-all #topics-wrap .list li {
    border-bottom: 1px solid #CECECE;
    line-height: 1.4;
    padding: 9px 0;
  }
  #topics-all #topics-wrap .list li a {
    color: #5C4F5E;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #topics-all #topics-wrap .list li a:hover {
    opacity: 0.6;
  }
  #topics-all #topics-wrap .list li:last-of-type {
    border-bottom: none;
  }
  #topics-all #topics-wrap .list span.date {
    width: 150px;
    font-size: 1.3;
    display: inline-block;
    margin: 0 17px 0 0;
    font-family: "Georgia", serif;
  }
  #topics-all #topics-wrap .list span.article-title {
    width: 360px;
  }
  #topics-all #topics-wrap #pager ul {
    margin: 30px auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 90%;
    z-index: 10;
    position: relative;
  }
  #topics-all #topics-wrap #pager ul li {
    margin: 0 4px 0;
  }
  #topics-all #topics-wrap #pager ul li a, #topics-all #topics-wrap #pager ul li span {
    font-size: 1.4rem;
    line-height: 2;
    width: 30px;
    height: 30px;
  }
  #topics-all #topics-wrap #pager ul .current span {
    width: 30px;
    height: 30px;
  }
  #topics-all #topics-wrap #form dl dt {
    width: 270px;
    text-align: left;
  }
  #topics-all #topics-wrap #form .short {
    width: 100%;
  }
  #topics-all #topics-wrap #form .form-wrap {
    border-radius: 9px;
    padding: 6px 16px 16px;
    margin: 20px 0;
  }
  #topics-all #topics-wrap #error-text {
    margin: 15px auto;
    padding: 10px 0;
    color: #946C93;
    width: 100%;
  }
  /*================================
  **	detail
  *-------------------------------*/
  #topics-detail #breadcrumb {
    padding: 12px 0;
  }
  #topics-detail #page-title h1 {
    width: 280px;
  }
  #topics-detail #topics-wrap {
    background: url(../images/topics/bg_pattern-topics.jpg) center center/cover no-repeat;
    position: relative;
    margin: 0 0 50px;
    padding: 20px 0 10px;
  }
  #topics-detail #topics-wrap h2 {
    font-size: 1.8rem;
    letter-spacing: 0.15rem;
    font-weight: 400;
    padding: 0 0 8px;
    margin: 0 auto 20px;
    line-height: 1.2;
  }
  #topics-detail #topics-wrap h2 .date {
    font-family: "Georgia", serif;
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
    margin: 0 0 6px;
  }
  #topics-detail #topics-wrap .topics-box {
    width: 90%;
    margin: 0 auto;
    padding: 30px;
    background: linear-gradient(495deg, transparent 24px, #fff 24px);
    background-position: top left;
    background-repeat: no-repeat;
    position: relative;
    -webkit-box-shadow: rgba(188, 183, 188, 0.8) 6px 10px 7px;
            box-shadow: rgba(188, 183, 188, 0.8) 6px 10px 7px;
    border-radius: 6px;
    position: relative;
    z-index: 50;
  }
  #topics-detail #topics-wrap .topics-box:before {
    content: "";
    display: block;
    background: linear-gradient(495deg, transparent 40px, #E1E1E1 40px);
    width: 44px;
    height: 46px;
    position: absolute;
    left: -12px;
    top: -14px;
  }
  #topics-detail #topics-wrap .detail-text {
    padding: 0 0 20px;
  }
  #topics-detail #topics-wrap .detail-text p, #topics-detail #topics-wrap .detail-text a {
    font-size: 1.4rem;
    font-weight: 400;
  }
  #topics-detail #topics-wrap .detail-text p {
    margin: 0 0 16px;
  }
  #topics-detail #topics-wrap .detail-text a {
    margin: 0 0 16px;
  }
  #topics-detail #topics-wrap .detail-image {
    padding: 20px 0 0;
  }
  #topics-detail #topics-wrap .detail-image .my-gallery {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  #topics-detail #topics-wrap .detail-image .my-gallery figure {
    width: 100%;
    margin: 0 0 20px;
  }
  #topics-detail #topics-wrap .detail-image .my-gallery figure figcaption {
    font-size: 1.3rem;
    text-align: center;
    margin: 6px 0 0;
  }
  #topics-detail #topics-wrap .detail-image .my-gallery img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #topics-detail #topics-wrap .detail-attachment {
    padding: 20px 0 0;
    text-align: center;
  }
  #topics-detail #topics-wrap .detail-attachment a {
    font-size: 1.3rem;
    color: #4E4150;
    width: 200px;
    display: inline-block;
    padding: 0 20px 0 0;
    margin: 0 auto 14px;
    height: 20px;
  }
  #topics-detail #topics-wrap .detail-attachment a[href$=".pdf"] {
    background: url(../images/topics/ico-pdf.svg) no-repeat right center;
  }
  #topics-detail #topics-wrap .detail-attachment a[href$=".xls"],
  #topics-detail #topics-wrap .detail-attachment a[href$=".xlsx"] {
    background: url(../images/topics/ico-xls.svg) no-repeat right center;
  }
  #topics-detail #topics-wrap .detail-attachment a[href$=".doc"],
  #topics-detail #topics-wrap .detail-attachment a[href$=".docx"] {
    background: url(../images/topics/ico-doc.svg) no-repeat right center;
  }
  #topics-detail #topics-wrap .detail-attachment a:hover {
    opacity: 0.5;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #topics-detail #topics-wrap .button-wrap {
    margin: 30px auto;
    width: 200px;
  }
  #topics-detail #topics-wrap .button-wrap .button {
    position: relative;
    width: 200px;
    padding: 14px 0;
  }
  #topics-detail #topics-wrap .button-wrap .button a {
    letter-spacing: 0.2rem;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  #topics-detail #topics-wrap .button-wrap .button i.circleAllow {
    color: #fff;
    position: absolute;
    right: 30px;
    top: 40%;
    font-size: 1.3rem;
  }
  #topics-detail #topics-wrap .button-wrap .button:hover,
  #topics-detail #topics-wrap .button-wrap .button:focus {
    outline: none;
    opacity: 0.7;
  }
  #topics-detail #topics-wrap .button-wrap .button::-moz-foucus-inner {
    border: none;
    padding: 0;
  }
  #topics-detail #topics-wrap #button-wrap-restrictions {
    margin: 30px auto;
    width: 200px;
    display: block;
  }
  #topics-detail #topics-wrap #button-wrap-restrictions .button {
    margin: 0 0 10px;
  }
  #topics-detail #topics-wrap .topics-detail-title {
    font-size: 2rem;
    letter-spacing: 0.15em;
    margin: 0 0 15px;
  }
}
/*# sourceMappingURL=style.css.map */