@charset "UTF-8";
/* ::::::::::  学校案内  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* =========================================================
index
========================================================= */
.philosophy {
  position: relative;
  margin-top: -100px;
}
@media (max-width: 767px) {
  .philosophy {
    margin-top: 0;
  }
}
.philosophy .wrapper {
  padding-top: 0;
}
@media (max-width: 767px) {
  .philosophy .wrapper {
    padding-top: 20px;
    padding-bottom: 70px;
  }
}
.philosophyText {
  margin: 0;
  font-size: 4.3rem;
  font-weight: bold;
  line-height: 1.85;
  letter-spacing: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .philosophyText {
    font-size: 2.7rem;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 374px) {
  .philosophyText {
    font-size: 2.3rem;
  }
}
.philosophyText .line {
  position: relative;
  display: inline-block;
  font-weight: bold;
}
.philosophyText .line::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  display: block;
  width: 100%;
  height: 7px;
  margin: 0 auto;
  background: rgb(222, 44, 43);
  background: -moz-linear-gradient(left, rgb(222, 44, 43) 0%, rgb(168, 40, 129) 100%);
  background: -webkit-linear-gradient(left, rgb(222, 44, 43) 0%, rgb(168, 40, 129) 100%);
  background: linear-gradient(to right, rgb(222, 44, 43) 0%, rgb(168, 40, 129) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#de2c2b", endColorstr="#a82881",GradientType=1 );
}
.philosophy .greeting {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .philosophy .greeting {
    padding-top: 70px;
  }
}
.philosophy .greeting .greetingCol {
  align-items: flex-start;
}
.philosophy .greeting .greetingCol .photo {
  position: relative;
  width: 527px;
  max-width: 43.92%;
  height: 0;
  padding-top: 27.167%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .philosophy .greeting .greetingCol .photo {
    width: 100%;
    max-width: 100%;
    padding-top: 61.8%;
    margin-bottom: 30px;
  }
}
.philosophy .greeting .greetingCol .photo img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.philosophy .greeting .greetingCol .textArea {
  width: 51.5%;
}
@media (max-width: 767px) {
  .philosophy .greeting .greetingCol .textArea {
    width: 100%;
  }
}
.philosophy .greeting .greetingCol .textArea .textName {
  margin-top: 40px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .philosophy .greeting .greetingCol .textArea .textName {
    margin-top: 30px;
  }
}
.philosophy .greeting .greetingCol .textArea .textName .position {
  display: inline-block;
  margin-bottom: 10px;
  letter-spacing: 0.06em;
}
.philosophy .greeting .greetingCol .textArea .textName .name {
  display: inline-block;
  margin-right: 15px;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.philosophy .greeting .greetingCol .textArea .textName .text_en {
  display: inline-block;
  color: #808080;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.03em;
}
.philosophy .history {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .philosophy .history {
    padding-top: 70px;
  }
}
.philosophy .history .historyBox {
  margin-top: 60px;
  padding: 44px 60px;
  border: 1px solid #fff;
}
@media (max-width: 767px) {
  .philosophy .history .historyBox {
    margin-top: 40px;
    padding: 30px 30px;
  }
}
.philosophy .history .historyBox .boxList {
  position: relative;
  padding: 8px 0;
}
.philosophy .history .historyBox .boxList::before {
  content: "";
  position: absolute;
  left: 100px;
  top: 0;
  width: 6px;
  height: 100%;
  background: #de2c2b;
}
@media (max-width: 767px) {
  .philosophy .history .historyBox .boxList::before {
    left: 4px;
  }
}
.philosophy .history .historyBox .boxList dt {
  position: relative;
  clear: left;
  float: left;
  padding: 8px 0;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .philosophy .history .historyBox .boxList dt {
    float: none;
    margin-left: 40px;
    padding: 10px 0 0;
  }
}
.philosophy .history .historyBox .boxList dt::after {
  content: "";
  position: absolute;
  left: 91px;
  top: 18px;
  display: block;
  width: 24px;
  height: 24px;
  background: #de2c2b;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .philosophy .history .historyBox .boxList dt::after {
    left: -45px;
  }
}
.philosophy .history .historyBox .boxList dd {
  margin-left: 140px;
  padding: 15px 0;
}
@media (max-width: 767px) {
  .philosophy .history .historyBox .boxList dd {
    margin-left: 40px;
    padding: 5px 0 5px;
  }
}

.iconBtn {
  margin-top: 16px;
}
.iconBtn a {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  color: #29abe2;
  text-decoration: underline;
}
.iconBtn a:hover {
  text-decoration: none;
}
.iconBtn a .icon {
  position: absolute;
  left: 0;
  top: 6px;
}

.know .iconBtnBig {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .know .iconBtnBig {
    margin-top: 30px;
  }
}
.know .iconBtnBig a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 28px;
  border: 1px solid #ccc;
}
@media (min-width: 768px) {
  .know .iconBtnBig a:hover {
    background: #fff;
  }
  .know .iconBtnBig a:hover .text {
    text-decoration: none;
  }
}
@media (max-width: 767px) {
  .know .iconBtnBig a {
    padding: 12px 24px;
  }
}
.know .iconBtnBig .title {
  font-size: 2.2rem;
  font-weight: bold;
}
.know .iconBtnBig .text {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  color: #29abe2;
  text-decoration: underline;
}
.know .iconBtnBig .text .icon {
  position: absolute;
  left: 0;
  top: 6px;
}
.know .point {
  padding-top: 64px;
}
@media (max-width: 767px) {
  .know .point {
    padding-top: 50px;
  }
}
.know .point .iconBtnBig {
  margin-top: 40px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .know .point .iconBtnBig {
    margin-bottom: 20px;
  }
}
.know .point .colList {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .know .point .colList {
    margin-top: 20px;
  }
}

/* =========================================================
facility
========================================================= */
.facility {
  position: relative;
  margin-top: -120px;
}
@media (max-width: 767px) {
  .facility {
    margin-top: -30px;
  }
}
.facility .wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.facility .picList::after {
  content: "";
  display: block;
  clear: both;
}
.facility .picList li {
  position: relative;
  float: left;
  margin-bottom: 3.25%;
  margin-right: 3.25%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .facility .picList li {
    margin-bottom: 5.04%;
    margin-right: 0;
  }
}
.facility .picList li .modalOpen {
  display: block;
}
@media (min-width: 768px) {
  .facility .picList li .modalOpen:hover {
    filter: brightness(120%);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
  }
}
.facility .picList li .sp_label {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  min-width: 40px;
  margin: 0 15px 2px 0;
  padding: 1px 10px 3px 10px;
  background: #fff;
  color: #1d1d1d;
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.3;
  letter-spacing: 1px;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .facility .picList li .sp_label {
    display: inline-block;
  }
}
.facility .picList li .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 7px 50px 7px 15px;
  background: #666;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .facility .picList li .title {
    padding: 24px 10px 8px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 );
    font-size: 1.4rem;
  }
}
.facility .picList li .title .label {
  position: relative;
  top: -3px;
  display: inline-block;
  min-width: 62px;
  margin: 0 15px 0 0;
  padding: 1px 10px 3px 10px;
  background: #fff;
  border-radius: 2px;
  color: #1d1d1d;
  font-size: 1.7rem;
  font-weight: 900;
  letter-spacing: 1px;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .facility .picList li .title .label {
    display: none;
  }
}
.facility .picList li .title .icon_zoom {
  position: absolute;
  right: 0;
  top: 0;
  width: 46px;
  height: 100%;
  display: flex;
  background: rgb(198, 42, 80);
  background: -moz-linear-gradient(45deg, rgb(198, 42, 80) 0%, rgb(152, 39, 151) 100%);
  background: -webkit-linear-gradient(45deg, rgb(198, 42, 80) 0%, rgb(152, 39, 151) 100%);
  background: linear-gradient(45deg, rgb(198, 42, 80) 0%, rgb(152, 39, 151) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#c62a50", endColorstr="#982797",GradientType=1 );
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .facility .picList li .title .icon_zoom {
    display: none;
  }
}
.facility .picList li .title .icon_zoom img {
  display: block;
}
.facility .picList li.wide {
  width: 65.5%;
}
@media (max-width: 767px) {
  .facility .picList li.wide {
    width: 100%;
  }
}
.facility .picList li.min {
  width: 31.167%;
}
@media (max-width: 767px) {
  .facility .picList li.min {
    width: 47.48%;
  }
}
.facility .picList li.high {
  width: 31.167%;
}
@media (max-width: 767px) {
  .facility .picList li.high {
    width: 47.48%;
  }
}
.facility .picList li.item02 {
  float: right;
  margin-right: 0;
}
@media (max-width: 767px) {
  .facility .picList li.item02 {
    float: left;
  }
}
.facility .picList li.item03 {
  float: right;
  margin-right: 0;
}
@media (max-width: 767px) {
  .facility .picList li.item04 {
    float: right;
  }
}
.facility .picList li.item07 {
  margin-top: -22.6%;
}
@media (max-width: 767px) {
  .facility .picList li.item07 {
    float: right;
    margin-top: 0;
  }
}
.facility .picList li.item08 {
  float: right;
  margin-top: -45.2%;
  margin-right: 0;
}
@media (max-width: 767px) {
  .facility .picList li.item08 {
    margin-top: 0;
  }
}
.facility .picList li.item09 {
  float: right;
  margin-top: -22.6%;
  margin-right: 0;
}
@media (max-width: 767px) {
  .facility .picList li.item09 {
    clear: both;
    margin-top: 0;
  }
}
.facility .picList li.item11 {
  float: right;
  margin-right: 0;
}
@media (max-width: 767px) {
  .facility .picList li.item11 {
    width: 47.48%;
  }
  .facility .picList li.item11 img {
    margin-bottom: -1.85%;
  }
}

.hide-area {
  display: none;
}

.modaal-overlay {
  background: #1d1d1d !important;
}

.modaal-wrapper .modaal-content-container {
  padding: 0;
  background: none;
}
.modaal-wrapper .modaal-close {
  position: absolute;
  right: -16px;
  top: -4px;
  background: none;
}
.modaal-wrapper .modaal-container {
  max-width: 890px;
  background: none;
}
.modaal-wrapper .modaal-container .title {
  margin-bottom: 15px;
  background: none;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
}
.modaal-wrapper .modaal-container .title .label {
  position: relative;
  top: -2px;
  display: inline-block;
  min-width: 62px;
  margin: 0 15px 2px 0;
  padding: 1px 10px 3px 10px;
  background: #fff;
  border-radius: 2px;
  color: #1d1d1d;
  font-size: 1.7rem;
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
}
.modaal-wrapper .modaal-container .text {
  margin: 18px 0 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .modaal-wrapper .modaal-container .text {
    font-size: 1.6rem;
  }
}

/* =========================================================
access
========================================================= */
.map {
  position: relative;
  margin-top: -200px;
}
@media (max-width: 767px) {
  .map {
    margin-top: 0;
  }
}
.map .wrapper {
  padding-top: 0;
}
@media (max-width: 767px) {
  .map .wrapper {
    padding-top: 20px;
  }
}
.map iframe {
  display: block;
  width: 100%;
  height: 532px;
  border: none;
}
.map .address {
  margin-top: 30px;
  line-height: 1.625;
}
.map .address a {
  color: #29abe2;
  text-decoration: underline;
}
.map .address a:hover {
  text-decoration: none;
}
.map .mapCol {
  margin-top: 50px;
  align-items: center;
}
@media (max-width: 767px) {
  .map .mapCol {
    display: block;
    margin-top: 40px;
  }
}
.map .mapCol .textArea {
  width: 46.75%;
}
@media (max-width: 767px) {
  .map .mapCol .textArea {
    width: 100%;
    margin-top: 24px;
  }
}
.map .mapCol .textArea .list {
  margin-top: 30px;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 1280px) {
  .map .mapCol .textArea .list {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .map .mapCol .textArea .list {
    font-size: 1.6rem;
  }
}
.map .mapCol .textArea .list li {
  padding: 20px 20px 20px 32px;
  border: 1px solid #fff;
}
@media (max-width: 767px) {
  .map .mapCol .textArea .list li {
    padding-left: 24px;
  }
}
@media screen and (max-width: 374px) {
  .map .mapCol .textArea .list li {
    padding: 16px;
  }
}
.map .mapCol .textArea .list li + li {
  margin-top: 18px;
}
.map .mapCol .textArea .list li .text {
  display: inline-block;
  width: 18em;
  max-width: calc(100% - 140px);
  margin-right: 0.5em;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .map .mapCol .textArea .list li .text {
    width: 58%;
    max-width: 100%;
    margin-right: 0;
  }
}
.map .mapCol .textArea .list li .text span {
  display: inline-block;
}
.map .mapCol .textArea .list li .time {
  display: inline-block;
  width: 130px;
  font-weight: bold;
  letter-spacing: 0.1em;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .map .mapCol .textArea .list li .time {
    width: 42%;
  }
}
.map .mapCol .textArea .list li .time img {
  position: relative;
  top: -4px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
@media screen and (max-width: 374px) {
  .map .mapCol .textArea .list li .time img {
    width: 16px;
    height: auto;
  }
}
.map .mapCol .textArea .list li .time span {
  font-size: 140%;
}
.map .mapCol .pic {
  width: 45.25%;
  order: 1;
}
@media (max-width: 1024px) {
  .map .mapCol .pic {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .map .mapCol .pic {
    width: 100%;
    text-align: center;
  }
}
.map .mapCol .pic img {
  height: auto;
}

.around .wrapper {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  .around .wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}