.top-Eye {
  position: relative;
  width: 100%;
  height: 664px;
  background-image: url(/wp-content/themes/aijukai/assets/top/images/ph_eye_01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%
}

@media screen and (max-width:768px) {
  .top-Eye {
    margin: 0 -16px;
    height: 272px;
    background-image: url(/wp-content/themes/aijukai/assets/top/images/sp_ph_eye_01.jpg)
  }
}

.top-Eye>h2 {
  position: absolute;
  text-align: right;
  right: 0;
  bottom: 86px
}

@media screen and (max-width:768px) {
  .top-Eye>h2 {
    bottom: 24px
  }
}

.top-Eye>h2 strong {
  display: inline-block;
  padding: 0 20px;
  background-color: #fff;
  color: #333;
  font-size: 5.4rem;
  font-weight: 700
}

@media screen and (max-width:768px) {
  .top-Eye>h2 strong {
    padding: 0 8px;
    font-size: 2.6rem
  }
}

.top-Eye>h2 span {
  display: inline-block;
  padding: 0 20px;
  margin-top: 30px;
  background-color: #fff;
  color: #333;
  font-size: 3.5rem;
  font-weight: 700
}

@media screen and (max-width:768px) {
  .top-Eye>h2 span {
    margin-top: 16px;
    padding: 0 8px;
    font-size: 1.6rem
  }
}

.top-About {
  margin-top: 64px
}

@media screen and (max-width:768px) {
  .top-About {
    margin-top: 48px
  }
}

.top-About>p {
  margin-top: 32px;
  font-size: 1.6rem;
  text-align: center
}

@media screen and (max-width:768px) {
  .top-About>p {
    margin-top: 16px;
    text-align: left
  }
}

.top-About>ol {
  max-width: 788px;
  margin: 24px auto 0
}

@media screen and (max-width:768px) {
  .top-About>ol {
    margin-top: 16px
  }
}

.top-About>ol li {
  display: flex;
  align-items: center;
  text-align: left
}

.top-About>ol li:not(:first-of-type) {
  margin-top: 42px
}

@media screen and (max-width:768px) {
  .top-About>ol li:not(:first-of-type) {
    margin-top: 24px
  }
}

.top-About>ol span {
  position: relative;
  padding-left: 42px;
  font-size: 4rem;
  font-style: italic;
  font-weight: 700
}

.top-About>ol span:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 89px;
  background-color: #fecd18;
  bottom: 2px;
  left: 32px;
  transform: rotate(45deg)
}

.top-About>ol strong {
  margin-left: 25px;
  font-size: 2rem;
  font-weight: 400
}

@media screen and (max-width:768px) {
  .top-About>ol strong {
    font-size: 1.6rem
  }
}

.top-About>.sw-Btn_Type2 {
  margin-top: 32px
}

.top-Service {
  margin-top: 128px
}

@media screen and (max-width:768px) {
  .top-Service {
    margin-top: 48px
  }
}

.top-Service_Box {
  position: relative;
  margin-top: -16px;
  padding: 0 36px 40px;
  border: 1px solid #ccc9c0
}

@media screen and (max-width:768px) {
  .top-Service_Box {
    margin-top: -8px;
    padding: 0
  }
}

.top-Service_Box:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 104px);
  height: 1px;
  background-color: #fff;
  top: -1px;
  left: 52px
}

@media screen and (max-width:768px) {
  .top-Service_Box:before {
    width: calc(100% - 64px);
    left: 32px
  }
}

.top-Service_Box:after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 104px);
  height: 1px;
  background-color: #fff;
  bottom: -1px;
  left: 52px
}

@media screen and (max-width:768px) {
  .top-Service_Box:after {
    width: calc(100% - 64px);
    left: 32px
  }
}

.top-Facility {
  margin-top: 63px
}

@media screen and (max-width:768px) {
  .top-Facility {
    margin-top: 40px
  }
}

.top-Cols {
  display: flex;
  justify-content: space-between
}

@media screen and (max-width:768px) {
  .top-Cols {
    display: block
  }
}

.top-Info {
  width: 100%;
  margin: 64px 24px 0 0
}

@media screen and (max-width:768px) {
  .top-Info {
    max-width: 100%;
    margin-top: 80px
  }
}

.top-Info>h2 {
  display: flex;
  position: relative;
  font-size: 2.4rem;
  font-weight: 700
}

.top-Info>h2 span {
  padding-right: 24px;
  background-color: #fff
}

.top-Info>h2:before {
  height: 3px;
  top: 14px
}

.top-Info>h2:after,
.top-Info>h2:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  background-color: #ccc9c0;
  left: 0;
  z-index: -1
}

.top-Info>h2:after {
  height: 2px;
  top: 25px
}

.top-Info>ul li {
  display: flex;
  align-items: center;
  margin-top: 32px
}

@media screen and (max-width:837px) {
  .top-Info>ul li {
    flex-wrap: wrap;
    margin-top: 18px
  }
}

.top-Info>ul time {
  display: block;
  font-size: 1.8rem;
  font-weight: 400
}

.top-Info>ul span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  height: 24px;
  margin-left: 16px;
  background-color: #ccc;
  border-radius: 24px;
  font-size: 1.2rem;
  font-weight: 700
}

@media screen and (max-width:768px) {
  .top-Info>ul span {
    margin-left: 20px
  }
}

.top-Info>ul p {
  margin-left: 16px
}

@media screen and (max-width:837px) {
  .top-Info>ul p {
    text-align: left;
    width: 100%;
    margin: 8px 0 0
  }
}

.top-Info>ul p a {
  font-size: 1.6rem;
  transition: .3s
}

.top-Info>ul p a:hover {
  color: #207894
}

.top-Info_Btn {
  margin-top: 146px;
  text-align: right
}

@media screen and (max-width:768px) {
  .top-Info_Btn {
    margin-top: 16px
  }
}

.top-Info_Btn>a {
  position: relative;
  padding-left: 20px;
  font-size: 1.6rem;
  font-weight: 400;
  transition: .3s
}

.top-Info_Btn>a:before {
  background-image: url(/wp-content/themes/aijukai/assets/common/images/ic_arrow_square_right_01.svg)
}

.top-Info_Btn>a:after,
.top-Info_Btn>a:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  top: 3px;
  left: 0;
  transition: .3s
}

.top-Info_Btn>a:after {
  background-image: url(/wp-content/themes/aijukai/assets/common/images/ic_arrow_square_right_03.svg);
  opacity: 0
}

.top-Info_Btn>a:hover {
  color: #207894
}

.top-Info_Btn>a:hover:after {
  opacity: 1
}

.top-Facebook {
  display: none;
  width: 440px;
  margin-top: 68px
}

@media screen and (max-width:768px) {
  .top-Facebook {
    width: 100%;
    margin-top: 47px
  }
}

.top-BnrList {
  display: flex;
  justify-content: space-between
}

@media screen and (max-width:768px) {
  .top-BnrList {
    display: block;
    margin-top: 24px
  }
}

.top-BnrList>li {
  width: calc((100% - 24px) / 2);
  margin-top: 65px
}

@media screen and (max-width:768px) {
  .top-BnrList>li {
    width: 100%;
    margin-top: 24px
  }
}

.top-BnrList>li a {
  display: block;
  transition: .3s
}

.top-BnrList>li a:hover {
  box-shadow: 0 0 23px -8px rgba(77, 41, 6, .3)
}

.top-BnrList>li img {
  width: 100%
}