@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-size: 1rem;
  color: #333;
  line-height: 2.4;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.txtC {
  text-align: center;
}

.txtR {
  text-align: right;
}

.pink {
  color: #e9528e;
}

.txt-small {
  font-size: 0.9em;
}

.mt30 {
  margin-top: 30px;
}

.bold {
	font-weight:bold
}

a, a:visited {
  text-decoration: none;
  color: #999;
}

a:hover {
  color: #e9528e;
}

ol, ul, li {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

/*common-parts*/
@media screen and (max-width: 768px) {
  .top-contents-header {
    margin: 0 20px;
  }
}
.top-contents-header h3 {
  font-size: 1.2em;
  font-weight: 400;
  color: #e9528e;
  letter-spacing: 1px;
  margin: 20px 0 0 0;
  text-transform: uppercase;
}
.top-contents-header h3 span {
  font-size: 1.2em;
  color: #000;
}
.top-contents-header h4 {
  font-size: 30px;
  margin: 20px 0;
  font-weight: 400;
  padding: 0;
  letter-spacing: 0.06em;
  font-family: "Noto Serif6 JP", serif;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .top-contents-header h4 br {
    display: none;
  }
}
.top-contents-header p {
  margin-top: 30px;
  line-height: 2.6;
  letter-spacing: 0.08em;
  font-weight: 400;
  text-align: left;
}

/*btn*/
.btn-gra1 {
  display: block;
  outline: 0;
  border: 0;
  font-weight: 300;
  color: #fff;
  cursor: pointer;
  background-image: linear-gradient(to right, #e052a0, #f15c41) !important;
  border-radius: 50px;
  padding: 12px 50px;
  width: 160px;
  white-space: nowrap;
  margin: 30px auto 0 auto;
  text-align: left;
  position: relative;
  line-height: 2.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .btn-gra1 {
    margin-bottom: 30px;
  }
}
.btn-gra1:after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.btn-gra1:hover:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  right: 24px;
  transition: 0.3s;
}
.btn-gra1 a {
  color: #fff;
  display: block;
  width: 160px;
  height: 30px;
  line-height: 1.8;
}
.btn-gra1:hover {
  background-color: #e6375a;
  background-image: none !important;
  color: #fff;
}

/*btn-arrow*/
.arrow {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.arrow:before {
  content: "";
  margin: auto;
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  transform: rotate(45deg);
}
.arrow:hover:before {
  border-color: #e9528e;
  left: 5px;
  transition: 0.2s;
}

/*list 横4列*/
.card-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  height: auto;
  gap: 20px;
  margin: 30px 0 60px 0;
}
@media screen and (max-width: 1280px) {
  .card-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .card-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 520px) {
  .card-wrap {
    grid-template-columns: 1fr;
  }
}
.card-wrap .card-list {
  padding: 1px;
  margin: auto;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
  background: #fff;
}
.card-wrap .card-list a {
  color: #000;
}
.card-wrap .card-list a:hover {
  color: #e9528e;
  display: block;
}
.card-wrap .card-list a:hover img {
  transform: scale(1.1);
}
.card-wrap .card-list a:hover h5 {
  border-bottom: 1px solid #e9528e;
}
.card-wrap .card-list figure {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  height: 180px;
  margin: 0;
  padding: 0;
}
.card-wrap .card-list figure img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.card-wrap div {
  padding: 0 25px 10px 25px;
}
.card-wrap div a {
  display: block;
}
.card-wrap div a:hover {
  color: #000;
}
.card-wrap div h5 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 400;
  border-bottom: 1px solid #000;
}
.card-wrap div p {
  margin: 0 0 25px 0;
  font-size: 0.9em;
  line-height: 1.8;
  font-weight: 300;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 100;
  line-height: 1.8;
  background: #fff;
  display: grid;
  grid-template-columns: 1fr repeat(8, 2fr) 1fr;
}
.header-inner {
  grid-column: 2/10;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .header-inner {
    grid-column: 1/11;
    margin-left: 20px;
  }
}
.header-inner h1 {
  background: url("../img/logo-sakura.png") no-repeat;
  background-size: 301px 50px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .header-inner h1 {
    background-size: 241px 40px;
    background-position: 0 6px;
  }
}
.header-inner h1 a {
  display: block;
}
.header-inner ul {
  display: flex;
  margin: 0;
}
.header-inner ul li {
  background: linear-gradient(#e9528e, #e9528e) bottom/var(--d, 0) 1px no-repeat;
  transition: 0.5s;
  padding: 0 25px;
}
.header-inner ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  color: #000;
}
.header-inner ul li:hover {
  --d: 100%;
  background: #faf2f9;
  color: #e9528e;
}
.header-inner ul li:last-child {
  padding: 0;
  background: none;
}
@media screen and (max-width: 1280px) {
  .header-inner ul .pc-menu {
    display: none;
  }
}
.header_under nav ul {
  display: flex;
  padding: 0;
  border-bottom: 1px solid #ccc;
}
.header_under nav ul li {
  flex: 0 0 20%;
  list-style: none;
}
.header_under nav ul li a {
  display: block;
  flex-direction: column;
  padding: 10px 0;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #000;
}
.header_under nav ul li a:hover {
  border-bottom: 1px solid red;
}

/*ハンバーガー*/
#nav-drawer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-image: linear-gradient(to right, #e052a0, #f15c41) !important;
}
#nav-drawer label {
  align-items: center;
  padding: 35px;
}
#nav-drawer label:hover {
  cursor: pointer;
  background-color: #e6375a;
}

.nav-unshown {
  display: none;
}

/*ハンバーガーの大きさ*/
#nav-open {
  width: 40px;
  height: 30px;
  vertical-align: middle;
}

/*ハンバーガーの形*/
#nav-open span,
#nav-open span:before,
#nav-open span:after {
  position: absolute;
  height: 2px;
  width: 40px;
  border-radius: 3px;
  background: #fff;
  display: block;
  content: "";
  cursor: pointer;
}

#nav-open span:before {
  bottom: -12px;
}

#nav-open span:after {
  bottom: -24px;
}

/*ハンバーガーの外身*/
#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000 !important;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

/*ハンバーガーの中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 90%;
  max-width: 400px; /*最大幅*/
  height: 100%;
  background: #fff;
  transition: 0.3s ease-in-out;
  transform: translateX(-105%);
  padding-top: 10px;
}
#nav-content strong {
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 0;
  display: block;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
#nav-content strong a {
  display: block;
  height: auto;
}
#nav-content p {
  line-height: 1.6em;
  margin-top: 30px;
  font-size: 0.9em;
}
#nav-content p a:hover {
  color: #e9528e;
}
#nav-content ul {
  display: inline;
}
#nav-content ul li {
  border-bottom: 1px solid #ddd;
  margin: 0 20px;
  padding: 0;
  position: relative;
  background: none;
}
#nav-content ul li a {
  display: block;
  padding: 12px;
  text-align: left;
  color: #000;
}
#nav-content ul li a:hover {
  color: #e9528e;
}
#nav-content ul li:after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 5px;
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  transform: rotate(45deg);
}
#nav-content ul li:hover:after {
  border-top: 1px solid #e9528e;
  border-right: 1px solid #e9528e;
  right: 10px;
  transition: 0.2s;
}

/*チェックがついたら表示*/
#nav-input:checked ~ #nav-close {
  display: block;
  opacity: 0.5;
}

#nav-input:checked ~ #nav-content {
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
}

.header-logo-menu {
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  flex-direction: row;
  -moz-flex-direction: row;
  -o-flex-direction: row;
}

.logo-area {
  text-align: center;
  margin: auto;
}

.footer {
  display: grid;
  grid-template-columns: 1fr repeat(8, 2fr) 1fr;
  grid-template-rows: auto auto auto;
  padding-top: 40px;
}
.footer .address {
  text-align: center;
  border-bottom: 1px solid #999;
  padding-bottom: 40px;
  grid-column: 2/10;
  grid-row: 1;
}
.footer .address div {
  display: flex;
  justify-content: center;
}
.footer .address div .icon-facebook {
  background: url("../img/facebook.png") no-repeat;
  background-size: 22px 22px;
  background-position: 30px 11px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.footer .address div .icon-facebook a {
  display: block;
}
.footer .address div h1 {
  font-size: 26px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin-left: 60px;
}
.footer .address p {
  margin: 25px 0 0 4px;
  font-weight: 400;
  font-size: 0.9em;
}
.footer .footer-sitemap {
  grid-column: 2/10;
  grid-row: 2;
}
.footer .footer-sitemap-upper p {
  margin: 30px 0 0 0;
}
.footer .footer-sitemap-upper ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 520px) {
  .footer .footer-sitemap-upper ul {
    display: block;
  }
}
.footer .footer-sitemap-upper li {
  position: relative;
  padding-left: 20px;
  padding-right: 40px;
}
@media screen and (max-width: 520px) {
  .footer .footer-sitemap-upper li {
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-sitemap-upper li:first-child {
    padding-left: 20px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 520px) {
  .footer .footer-sitemap-upper li:first-child {
    padding-left: 20px;
    padding-right: 40px;
  }
}
.footer .footer-sitemap-upper li a {
  display: block;
  width: 100%;
  color: #000;
}
.footer .footer-sitemap-upper li a:hover {
  color: #e9528e;
}
.footer .footer-sitemap-upper li a:before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  transform: rotate(45deg);
}
.footer .footer-sitemap-upper li a:hover:before {
  border-color: #e9528e;
  left: 5px;
  transition: 0.2s;
}
.footer .footer-sitemap-under {
  margin-top: 30px;
}
.footer .footer-sitemap-under ul {
  display: flex;
  flex-wrap: wrap;
}
.footer .footer-sitemap-under ul li {
  padding-right: 40px;
  position: relative;
}
.footer .footer-sitemap-under ul li:first-child {
  padding-right: 0;
}
.footer .footer-sitemap-under ul li:first-child:before {
  content: "";
}
.footer .footer-sitemap-under ul li:last-child:before {
  content: "";
}
.footer .footer-sitemap-under ul li:before {
  content: "|";
  margin: auto;
  position: absolute;
  top: 4px;
  right: 20px;
  color: #666;
  font-size: 0.6em;
}
.footer .footer-sitemap-under ul li a {
  display: block;
  width: 100%;
  color: #000;
  font-size: 0.9em;
}
@media screen and (max-width: 520px) {
  .footer .footer-sitemap-under ul li a {
    font-size: 1em;
  }
}
.footer .footer-sitemap-under ul li a:hover {
  color: #e9528e;
}
.footer .footer-sitemap .link-associate {
  margin: 30px 0;
}
.footer .footer-sitemap .link-associate p {
  margin: 0;
  font-size: 0.9em;
}
.footer .footer-sitemap .link-associate ul {
  display: flex;
  flex-wrap: wrap;
}
.footer .footer-sitemap .link-associate ul li {
  margin-right: 10px;
}
.footer .footer-sitemap .link-associate ul li a {
  opacity: 1;
  transition: all 1s;
}
.footer .footer-sitemap .link-associate ul li a:hover {
  opacity: 0.5;
}
.footer .footer-sitemap .link-associate ul li:last-child {
  margin-right: 0;
}
.footer .copyright {
  grid-column: 1/11;
  grid-row: 3;
  background-image: linear-gradient(to right, #e052a0, #f15c41);
  margin: 0;
  padding: 15px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.1em;
  font-size: 0.8em;
  color: #fff;
}
.footer .copyright a {
  color: #fff;
}
.footer .copyright a:hover {
  text-decoration: underline;
}

.pagetop {
  cursor: pointer;
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: 0.3s;
  color: #fff;
  background: #2e2214;
  opacity: 0;
  z-index: 10000;
}

.pagetop:hover {
  box-shadow: 0 0 4px #2e2214;
}

.swiper {
  z-index: -10 !important;
  padding-top: 100px !important;
}

.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
}

.slide-media img,
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-button-prev, .swiper-button-next {
  display: grid;
  place-content: center;
  width: 6.4rem;
  height: 6.4rem;
  cursor: pointer;
  transition: var(--transition);
}

.swiper-button-prev::before, .swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  box-shadow: var(--box-shadow);
}

.swiper-button-prev::after, .swiper-button-next::after {
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border: solid var(--color-gray);
  border-width: 3px 3px 0 0;
}

.swiper-button-prev::after {
  margin-left: 0.4rem;
  transform: rotate(-135deg);
}

.swiper-button-next::after {
  margin-right: 0.4rem;
  transform: rotate(45deg);
}

.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

.swiper-fade .swiper-slide {
  transition-property: opacity, transform !important;
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-pagination {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 3.2rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
}

.swiper-pagination-bullet {
  display: block;
  width: 3px;
  height: 4rem;
  cursor: pointer;
  transition: var(--transition);
  background-color: rgba(255, 255, 255, 0.4);
}

.swiper-pagination-bullet:not(:first-child) {
  margin-top: 0.8rem;
}

.swiper-pagination-bullet-active {
  background-color: var(--color-theme);
}

.slide-media {
  height: 600px;
}
@media screen and (max-width: 1280px) {
  .slide-media {
    height: max(50vh, 50vw);
  }
}
@media screen and (max-width: 768px) {
  .slide-media {
    height: max(45vh, 45vw);
  }
}
@media screen and (max-width: 520px) {
  .slide-media {
    height: max(35vh, 35vw);
  }
}
.slide-media img {
  transition: 7s 1s ease-out;
}

.swiper-slide[class*=-active] .slide-media img {
  transition-delay: 0s;
  transform: scale(1.05);
}

.swiper-slide[class*=-active] .slide-title {
  -webkit-animation: mv01-fadeIn 2s 0.5s var(--easing) both;
  animation: mv01-fadeIn 2s 0.5s var(--easing) both;
}

@-webkit-keyframes slide-fadeIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
    filter: blur(300px);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes slide-fadeIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
    filter: blur(300px);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    filter: blur(0);
  }
}
#top-important {
  display: grid;
  grid-template-columns: 1fr repeat(8, 2fr) 1fr;
}
#top-important-inner {
  margin-top: -40px;
  display: flex;
  color: #e9528e;
  background: #fff;
  z-index: 10;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
  grid-column: 2/10;
  box-sizing: border-box;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  #top-important-inner {
    display: block;
    grid-column: 1/11;
    margin-left: 20px;
    margin-right: 20px;
    padding: 0 30px 20px 30px;
    margin-top: -30px;
  }
}
#top-important-inner-title {
  width: 37.5%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #top-important-inner-title {
    width: 100%;
  }
}
#top-important-inner-title h2 {
  font-size: 1.4em;
  font-weight: 400;
}
#top-important-inner-list {
  width: 62.5%;
  padding: 0 30px;
  border-left: 1px solid #e9528e;
  box-sizing: border-box;
  display:flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #top-important-inner-list {
    width: 100%;
    padding: 30px 0;
    margin: 0;
    border-left: none;
    border-top: 1px solid #e9528e;
  }
}
#top-important-inner-list ul {
  margin: 0;
  padding: 0;
  width:100%;
}
#top-important-inner-list ul li {
  font-size: 0.9em;
  list-style: none;
  margin-top: 20px;
  line-height: 1.8;
}
#top-important-inner-list ul li a {
  color: #000;
}
#top-important-inner-list ul li a:hover {
  color: #e9528e;
}
@media screen and (max-width: 768px) {
  #top-important-inner-list ul li {
    margin-left: 0;
    text-indent: 0;
  }
}
#top-important-inner-list ul li:first-child {
  margin-top: 0;
}
#top-important-inner-list ul li span {
  font-family: "Libre Baskerville", serif;
  display: inline-block;
  padding-right: 40px;
  width:20%;
}
@media screen and (max-width: 768px) {
  #top-important-inner-list ul li span {
    display: block;
  }
}

#top-philosophy {
  display: grid;
  grid-template-columns: 1fr repeat(8, 2fr) 1fr;
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  #top-philosophy {
    padding-top: 60px;
  }
}
#top-philosophy-img {
  background: url(../img/top1.jpg) no-repeat;
  background-size: cover;
  grid-column: 1/6;
  grid-row: 1/3;
}
@media screen and (max-width: 1280px) {
  #top-philosophy-img {
    background-size: 100%;
	grid-column: 1/11;
    grid-row: 1/2;
    min-height: 650px;
  }
}
@media screen and (max-width: 768px) {
  #top-philosophy-img {
    min-height: 450px;
  }
}
@media screen and (max-width: 520px) {
  #top-philosophy-img {
    min-height: 300px;
  }
}


#top-philosophy-txt {
  grid-column: 6/10;
  grid-row: 1/3;
  margin-left: 60px;
}
@media screen and (max-width: 1280px) {
  #top-philosophy-txt {
    grid-column: 1/11;
    grid-row: 2/3;
    margin: 0 20px;
  }
}

#top-introduction {
  display: grid;
  grid-template-columns: 1fr repeat(8, 2fr) 1fr;
  grid-template-rows: auto auto;
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  #top-introduction {
    padding: 60px 0 0 0;
  }
}
#top-introduction-txt {
  grid-column: 2/10;
  grid-row: 1;
  z-index: 30;
}
@media screen and (max-width: 768px) {
  #top-introduction-txt {
    grid-column: 1/10;
  }
}
#top-introduction-bg {
  background: #f5f5f5;
  grid-column: 3/11;
  grid-row: 1/3;
  z-index: 1;
}
#top-introduction-list {
  grid-column: 2/10;
  grid-row: 2;
  z-index: 20;
}
@media screen and (max-width: 1280px) {
  #top-introduction-list {
    grid-column: 1/710;
    margin-left: 20px;
    margin-right: 20px;
  }
}

#top-news {
  margin-bottom: 120px;
}
#top-news ul {
  width: 100%;
  margin: 60px 0 120px 0;
  padding: 0;
}
#top-news ul li {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #999;
  align-items: center;
}
#top-news ul li:first-child {
  border-top: 1px solid #999;
}
#top-news ul li .label {
  border: 1px solid #1da16f;
  color: #1da16f;
  padding: 6px 12px;
  margin: 0 30px 0 30px;
}

#top-contact {
  text-align: center;
  display: grid;
  place-items: center;
  padding: 60px 0;
  background: url(../img/bg-contact.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 0;
  overflow: hidden;
  opacity: 0.9;
}
#top-contact:before {
  content: "";
  background: inherit; /*.bgImageで設定した背景画像を継承する*/
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  /*ブラー効果で画像の端がボヤけた分だけ位置を調整*/
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1; /*重なり順序を一番下にしておく*/
}
#top-contact-inner {
  color: #fff;
  padding: 0;
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #top-contact-inner {
    width: 80%;
  }
}
#top-contact-inner a {
  display: block;
  color: #fff;
}
#top-contact-inner a:hover {
  color: #fff;
}
#top-contact-inner h3 {
  font-size: 30px;
  margin: 0 0 30px 0;
  padding: 0;
  font-weight: 400;
}
#top-contact-inner p {
  margin: 0;
  padding: 0;
}

#top-movie {
  text-align: center;
  margin: 120px;
}
@media screen and (max-width: 768px) {
  #top-movie {
    margin: 60px 10px;
  }
}
#top-movie span {
  font-size: 1.4em;
  color: #e9528e;
}
#top-movie img {
  min-width: 500px;
}
@media screen and (max-width: 768px) {
  #top-movie img {
    width: 100%;
    min-width: 100%;
  }
}
#top-movie video {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #top-movie video {
    width: 96%;
    margin-bottom: 0;
  }
}

.anchor {
  scroll-margin-top: 110px;
}

.contents-header {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
}
.contents-header::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: inherit;
  filter: brightness(45%);
  z-index: -1;
}
.contents-header h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 60px;
  text-shadow: 0 1px 1px #333;
  margin: 0;
  line-height: 1.4;
  text-align: center;
  padding-top: 30px;
}
.contents-header h2 span {
  display: block;
  font-size: 0.4em;
}

.page {
  margin: 0 auto;
  padding-top: 100px;
}

/*breadcrumb*/
.breadcrumb {
  list-style: none;
  margin: 0;
  padding: 15px 0 15px 5px;
  display: flex;
  font-size: 0.9em;
  letter-spacing: 0.04em;
  color: #999;
  border-bottom: 1px solid #ccc;
}
.breadcrumb li i {
  padding-right: 10px;
}
.breadcrumb li::after {
  content: ">";
  padding: 0 10px;
}
.breadcrumb li:last-child:after {
  content: "";
  padding: 0;
}
.breadcrumb li a {
  color: #000;
}
.breadcrumb li a:hover {
  color: #e9528e;
}

.page-inner {
  max-width: 1060px;
  margin: 0 auto;
  padding: 10px 40px 120px 40px;
}
@media screen and (max-width: 768px) {
  .page-inner {
    max-width: 100%;
    padding: 10px 20px 60px 20px;
  }
}
.page-inner h3 {
  font-weight: 400;
  font-size: 32px;
  line-height: 1.6;
  padding-top: 30px;
  margin-top: 30px;
}
.page-inner h3:first-child {
  margin-top: 0;
}
.page-inner h3 span {
  display: block;
  color: #e9528e;
  font-size: 15px;
}
.page-inner h4 {
  font-size: 26px;
  line-height: 1;
  font-weight: 300;
  padding: 0 0 5px 20px;
  margin: 60px 0 30px 0;
  letter-spacing: 0.06em;
  border-left: 3px solid #e9528e;
  vertical-align: top;
}
.page-inner-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 30px 0 0 0;
}
.page-inner-menu li {
  font-weight: 300;
  display: flex;
  position: relative;
  margin-right: 50px;
  padding-right: 40px;
}
.page-inner-menu li a {
  display: block;
  width: 100%;
}
.page-inner-menu li a:before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 3px;
  right: 10px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  transform: rotate(135deg);
}
.page-inner-menu li a:hover:before {
  border-color: #e9528e;
}

.philosophy-box {
  text-align: center;
  font-size: 1.2em;
  margin-top: 30px;
}
.philosophy-box strong {
  font-size: 1.8em;
}
.philosophy-box span {
  color: #e9528e;
}

.feature-box {
  display: grid;
  grid-template-columns: 1fr 220px 220px;
  grid-template-rows: 1fr;
  gap: 10px 10px;
}
@media screen and (max-width: 768px) {
  .feature-box {
    display: block;
  }
}
.feature-box .feature-box-txt {
  grid-column: 1/2;
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .feature-box .feature-box-txt {
    width: 100%;
  }
}
.feature-box-img1 {
  background: url(../img/feature6.jpg) no-repeat;
  background-size: cover;
  grid-column: 2/3;
  grid-row: 1;
  min-height: 300px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .feature-box-img1 {
    width: 49%;
    display: inline-block;
    margin-top: 0;
    min-height: 500px;
    background-size: contain;
  }
}
@media screen and (max-width: 520px) {
  .feature-box-img1 {
    min-height: 400px;
  }
}
.feature-box-img2 {
  background: url(../img/feature5.jpg) no-repeat;
  background-size: cover;
  grid-column: 3/4;
  grid-row: 1;
  min-height: 240px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .feature-box-img2 {
    display: inline-block;
    width: 49%;
    margin-bottom: 0;
    min-height: 500px;
    background-size: contain;
  }
}
@media screen and (max-width: 520px) {
  .feature-box-img2 {
    min-height: 400px;
  }
}

.achievement-list {
  border-top: 1px solid #ccc;
  margin: 60px 0 0 20px;
  padding: 0;
}
.achievement-list li {
  display: flex;
  font-weight: 200;
  font-size: 0.9em;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 5px;
}
@media screen and (max-width: 768px) {
  .achievement-list li {
    display: block;
  }
}
.achievement-list li div:nth-child(1) {
  width: 30%;
  font-weight: 400;
}
@media screen and (max-width: 520px) {
  .achievement-list li div:nth-child(1) {
    width: 100%;
  }
}
.achievement-list li div:nth-child(2) {
  width: 70%;
  font-weight: 400;
}
@media screen and (max-width: 520px) {
  .achievement-list li div:nth-child(2) {
    width: 100%;
  }
}

.formTable {
  width: 100%;
  border-collapse: collapse;
}

.formTable td, table.formTable th {
  border: 1px solid #d0c8cf;
  padding: 10px;
  text-align: left;
}

.formTable th {
  width: 30%;
  font-weight: normal;
  background: #f8f8f8;
  text-align: left;
}

.formTable input {
  border: 1px solid #d0c8cf;
  border-radius: 5px;
  padding: 10px;
  width: 60%;
  background: #faf2f9;
  font-size: 1em;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .formTable input {
    width: 100%;
  }
}
.formTable input::-moz-placeholder {
  color: #b5b0b4;
}
.formTable input::placeholder {
  color: #b5b0b4;
}

.formWrap .must {
  color: #e9528e;
  font-size: 0.8em;
  padding-left: 5px;
}

.formTable textarea {
  border: 1px solid #d0c8cf;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  background: #faf2f9;
  min-height: 200px;
  font-size: 1em;
  box-sizing: border-box;
}
.formTable textarea::-moz-placeholder {
  color: #999;
}
.formTable textarea::placeholder {
  color: #999;
}

.formWrap .note {
  font-size: 0.9em;
  color: #666;
  padding: 60px 0;
}

.formWrap .formbtn {
  display: flex;
  justify-content: center;
  padding: 30px;
}
.formWrap .formbtn .btn-gra1 {
  margin: 0 10px;
  height: 45px;
}
.formWrap .formbtn .btn-gra1 input {
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  color: #fff;
  cursor: pointer;
  width: 260px;
  height: 70px;
  font-size: 1em;
}
.formWrap .formbtn .btn-reset {
  display: block;
  outline: 0;
  border: 0;
  font-weight: 300;
  color: #fff;
  background: #999;
  border-radius: 50px;
  width: 200px;
  white-space: nowrap;
  margin: 0 10px;
  text-align: left;
  position: relative;
  line-height: 2.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .formWrap .formbtn .btn-reset {
    display: none;
  }
}
.formWrap .formbtn .btn-reset input {
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  color: #fff;
  cursor: pointer;
  width: 200px;
  height: 70px;
  font-size: 1em;
}
.formWrap .formbtn .btn-reset:hover {
  background-color: #888;
  background-image: none !important;
  color: #fff;
}

.tb-infoA {
  width: 100%;
  margin-bottom: 30px;
  border-collapse: collapse;
}
.tb-infoA thead th {
  background: #332f30;
  border-top: 1px solid #332f30;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 5px 20px;
  text-align: center;
  vertical-align: middle;
  border-collapse: collapse;
  color: #fff;
  font-size: 0.9em;
  font-weight: 400;
  color: #fff;
}
.tb-infoA thead th:first-child {
  border-left: 1px solid #332f30;
}
.tb-infoA thead th:last-child {
  border-right: 1px solid #332f30;
}
.tb-infoA tbody th {
  background: #f6f6f6;
  border: 1px solid #ccc;
  padding: 5px 10px;
  vertical-align: middle;
  text-align: left;
  border-collapse: collapse;
  font-weight: 400;
}
.tb-infoA tbody td {
  border: 1px solid #ccc;
  background: #fff;
  padding: 5px 10px;
  vertical-align: middle;
  border-collapse: collapse;
}
.tb-infoA tbody tr:hover {
  background: #fffae9;
}

.td_center tr td:last-child {
  text-align: center;
}

/*table-custom*/
.th-multiple-border thead tr:nth-child(2) th {
  border-top: 1px solid #ccc;
}
.th-multiple-border tbody tr td {
  text-align: center;
  line-height: 1.8;
}
.th-multiple-border tbody tr td:last-child {
  padding: 15px;
}

.table-sp-scroll {
  overflow: auto;
  white-space: nowrap;
}

.tb-tuition tbody th,.tb-tuition tbody td {
  text-align: center;
}
.tb-tuition tbody td {
  text-align: center;
}


.map {
  display: flex;
  flex-wrap: wrap;
}
.map .googlemap {
  margin-right: 50px;
  width: 55%;
}
@media screen and (max-width: 768px) {
  .map .googlemap {
    width: 100%;
    margin-right: 0;
  }
}
.map .googlemap iframe {
  width: 100%;
}
.map .maptxt {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .map .maptxt {
    width: 100%;
  }
}
.map .maptxt strong {
  font-size: 1.6em;
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.06em;
}
.map .maptxt p {
  margin: 25px 0 0 4px;
}

@media screen and (max-width: 768px) {
  .sp100 {
    width: 100%;
  }
}

.img-dormitory-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto auto auto;
  gap: 10 10;
}
@media screen and (max-width: 768px) {
  .img-dormitory-box {
    display: block;
  }
}
.img-dormitory-box div p {
  background: #fff;
  padding: 5px;
  font-size: 0.8em;
  width: 80px;
  opacity: 0.9;
}
.img-dormitory-box .img-dormitory1 {
  background: url(../img/dormitory1.jpg) no-repeat;
  background-size: cover;
  grid-column: 1/3;
  grid-row: 1/3;
  min-height: 380px;
}
.img-dormitory-box .img-dormitory2 {
  background: url(../img/dormitory2.jpg) no-repeat;
  background-size: cover;
  grid-column: 3/5;
  grid-row: 2/4;
  min-height: 380px;
}
.img-dormitory-box .img-dormitory3 {
  background: url(../img/dormitory3.jpg) no-repeat;
  background-size: cover;
  grid-column: 1;
  grid-row: 3;
  min-height: 190px;
}
@media screen and (max-width: 768px) {
  .img-dormitory-box .img-dormitory3 {
    min-height: 380px;
  }
}
.img-dormitory-box .img-dormitory4 {
  background: url(../img/dormitory4.jpg) no-repeat;
  background-size: cover;
  grid-column: 2;
  grid-row: 3;
  min-height: 190px;
}
@media screen and (max-width: 768px) {
  .img-dormitory-box .img-dormitory4 {
    min-height: 380px;
  }
}
.img-dormitory-box .img-dormitory5 {
  background: url(../img/dormitory5.jpg) no-repeat;
  background-size: cover;
  grid-column: 3;
  grid-row: 1;
  min-height: 190px;
}
@media screen and (max-width: 768px) {
  .img-dormitory-box .img-dormitory5 {
    min-height: 380px;
  }
}
.img-dormitory-box .img-dormitory6 {
  background: url(../img/dormitory6.jpg) no-repeat;
  background-size: cover;
  grid-column: 4;
  grid-row: 1;
  min-height: 190px;
}
@media screen and (max-width: 768px) {
  .img-dormitory-box .img-dormitory6 {
    min-height: 380px;
  }
}

.step-wrap {
  counter-reset: count;
  position: relative;
  padding-left: 20px;
  margin-top: 60px;
}

.step-content {
  padding: 20px 0 10px 100px;
  margin-bottom: 20px;
  position: relative;
  border-top: solid 2px #ddd;
}

.step-content::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 14px;
  border-style: solid;
  border-width: 17px 8px 0 8px;
  border-color: #ddd transparent transparent transparent;
}

.step-content::after {
  content: "";
  display: block;
  height: calc(100% - 36px);
  border-left: dashed 4px #ddd;
  position: absolute;
  top: 16px;
  left: 20px;
}

.step-label {
  padding: 3px 20px 3px 15px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: -18px;
  left: -20px;
  background: #333;
  z-index: 1;
}

.step-label::after {
  counter-increment: count;
  content: counter(count);
  position: relative;
  left: 0.3em;
}

.step-title {
  font-size: 1.2em;
  color: #e9528e;
  line-height: 2em;
}

.step-body {
  line-height: 2em;
}

.step-wrap > :last-child {
  box-shadow: none;
  padding-bottom: 40px;
}
/*# sourceMappingURL=style.css.map */