/*=============================================
=            COMMON            =
=============================================*/
.sectionTitleWrapper {
  text-align: left;
  margin-bottom: 35px;
}

.sectionTitleWrapper.center {
  text-align: center;
}

.sectionTitleWrapper .sectionTitle {
  display: inline-block;
  font-weight: bold;
  font-size: 28px;
  position: relative;
  font-style: normal;
  color: #003370;
  padding-bottom: 20px;
}

.sectionTitleWrapper .sectionTitle:before {
  position: absolute;
  content: "";
  width: 80px;
  height: 5px;
  top: auto;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #003370;
}

.sectionTitleWrapper.center .sectionTitle:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* MEDIA QUERY MEDIUM */
@media only screen and (min-width: 768px) {
  .sectionTitleWrapper .sectionTitle {
    font-size: 35px;
  }
}

/*=====  End of COMMON  ======*/

/*=============================================
=            PAGEHEAD            =
=============================================*/
#pageHead {
  position: relative;
}

#pageHead:before {
  position: absolute;
  content: "";
  width: calc(100% - 30px);
  max-width: 1225px;
  height: 100%;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  background-color: #edf2f8;
}

#pageHead .pageTitleWrapper {
  position: absolute;
  z-index: 2;
}

#pageHead .pageTitleWrapper .titleInner {
  padding: 25px;
}

#pageHead .pageTitleWrapper img.bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#pageHead .pageTitleWrapper .titleInner h1 {
  color: #fff;
  font-weight: 900;
  font-style: italic;
  font-size: 50px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 5px solid #fff;
}

#pageHead .pageTitleWrapper .titleInner h2 {
  font-size: 14px;
}

#pageHead .pageTitleWrapper .titleInner h2 span {
  display: inline-block;
  background-color: #fff;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  padding: 5px 10px;
}

#pageHead .sliderItem .bg {
  height: calc(100vh - 100px);
  max-height: 1000px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

#pageHead .sliderItem .bg:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 53, 112, 0.3);
  mix-blend-mode: multiply;
}

#pageHead .sliderBtnWrapper {
  position: absolute;
  bottom: 70px;
  left: 50%;
  width: 100%;
  max-width: 1110px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: auto;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}

#pageHead .sliderBtnWrapper .btnWrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: auto;
  margin-right: 0;
  pointer-events: all;
}

#pageHead .sliderBtnWrapper .btnWrapper > div {
  height: 50px;
  width: 50px;
  color: #fff;
  background-color: #003370;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

#pageHead .sliderBtnWrapper .btnWrapper > div:first-child:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 50%;
  top: 25%;
  left: auto;
  right: 0;
  z-index: 0;
  background-color: #fff;
}

/* MEDIA QUERY MEDIUM */
@media only screen and (min-width: 768px) {
  #pageHead .pageTitleWrapper .titleInner {
    padding: 50px;
  }

  #pageHead .pageTitleWrapper .titleInner h1 {
    font-size: 70px;
  }
}

/*=====  End of PAGEHEAD  ======*/

/*=============================================
=            PAGE NAV            =
=============================================*/
#pageNav {
  position: relative;
  margin-top: -40px;
}

#pageNav .container .pageNavWrapper {
  background-color: #fff;

  border-radius: 5px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}

#pageNav .container .pageNavWrapper ul {
  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;
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 80px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#pageNav .container .pageNavWrapper ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  text-align: center;
}

#pageNav .container .pageNavWrapper ul li a {
  color: #000;
  letter-spacing: 0.1em;
  font-size: 12px;
  font-weight: bold;
  padding: 12px 15px;
  display: block;
  line-height: 1.5;
  border: 1px solid #efefef;
}

#pageNav .container .pageNavWrapper .contactWrapper {
  background-color: #003370;
  color: #fff;
  text-align: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  position: relative;
  cursor: pointer;
  border-radius: 0 0 5px 5px;
  font-size: 14px;
  font-weight: bold;
  display: block;
  padding: 30px 15px;
}

#pageNav .container .pageNavWrapper .contactWrapper .inner {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

/* MEDIA QUERY MEDIUM */
@media only screen and (min-width: 768px) {
  #pageNav {
    margin-bottom: 100px;
  }

  #pageNav .container .pageNavWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #pageNav .container .pageNavWrapper ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
    text-align: center;
  }

  #pageNav .container .pageNavWrapper ul li a {
    border: none;
    padding: 15px;
    font-size: 14px;
  }

  #pageNav .container .pageNavWrapper .contactWrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 150px;
    padding: 0;
    border-radius: 0 5px 5px 0;
  }
}

/* MEDIA QUERY LARGE */
@media only screen and (min-width: 992px) {
  #pageNav .container .pageNavWrapper ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: auto;
  }
}

/* MEDIA QUERY EXTRA LARGE */
@media only screen and (min-width: 1200px) {
  #pageNav .container .pageNavWrapper ul li a {
    font-size: 18px;
  }

  #pageNav .container .pageNavWrapper .contactWrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px;
    font-size: 18px;
  }
}

/*=====  End of PAGE NAV  ======*/

/*=============================================
=            ABOUT            =
=============================================*/
#about {
  padding-top: 80px;
  padding-bottom: 50px;
  overflow: hidden;
}

#about .dscBox {
  font-size: 16px;
}

#about .tagList {
  margin-top: 20px;
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
  max-width: 450px;
  position: relative;
  z-index: 2;
}

#about .tagList li {
  display: block;
  line-height: 1;
  padding: 10px 15px;
  background: -o-linear-gradient(45deg, #003370 0%, #0b57b1 100%);
  background: linear-gradient(45deg, #003370 0%, #0b57b1 100%);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  margin: 4px;
  border-radius: 20px 0 20px 0;
}

#about .aboutImg {
  max-width: 520px;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  z-index: 1;
  margin-top: 20px;
}

#about .aboutImg:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 70px;
  left: 35px;
  z-index: -1;
  background-color: #edf2f8;
}

/* MEDIA QUERY MEDIUM */
@media only screen and (min-width: 768px) {
  #about {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  #about .tagList {
    margin-top: 35px;
  }

  #about .tagList li {
    font-size: 14px;
    padding: 10px 18px;
  }

  #about .aboutImg {
    margin-top: 0;
  }

  #about .aboutImg:before {
    width: 385px;
    height: 300px;
    top: -70px;
    left: -35px;
  }
}

/*=====  End of ABOUT  ======*/

/*=============================================
=            POINT            =
=============================================*/

.pointTitleWrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

.pointTitleWrapper .pointTitle {
  position: absolute;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  margin-bottom: 0;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  font-style: italic;
}

.pointTitleWrapper .numBg {
  font-size: 130px;
  font-weight: 900;
  line-height: 1;
  color: #edf2f8;
}

/* MEDIA QUERY MEDIUM */
@media only screen and (min-width: 768px) {
}

/*----------  POINT 01  ----------*/
#point01 {
  padding-top: 100px;
}

#point01 .pointImgWrapper {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

#point01 .pointImgWrapper:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  top: auto;
  bottom: 0;
  left: 0px;
  z-index: -1;
  background-color: #edf2f8;
}

#point01 .pointImgWrapper img {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

#point01 .pointLead {
  font-weight: bold;
  font-size: 24px;
}

#point01 .pointLead + h6 {
  font-weight: bold;
  font-size: 16px;
}

/* MEDIA QUERY MEDIUM */
@media only screen and (min-width: 768px) {
  #point01 .pointImgWrapper img {
    max-width: 380px;
  }

  #point01 .pointDscWrapper {
    margin-left: 50px;
  }

  #point01 .pointLead {
    font-size: 32px;
  }

  #point01 .pointLead + h6 {
    font-size: 18px;
  }
}

/*----------  POINT02  ----------*/
#point02 {
  padding-top: 60px;
  position: relative;
  z-index: 1;
}

#point02:before {
  position: absolute;
  content: "";
  width: 57%;
  height: 60%;
  top: 50%;
  left: auto;
  right: 0;
  z-index: -1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #edf2f8;
}

#point02 .pointImgWrapper {
  max-width: 700px;
  margin-left: auto;
  margin-right: 0;
}

#point02 .bgImageWrapper {
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  margin-top: 15px;
  padding: 15px;
}

#point02 .bgImageWrapper h6 {
  margin-bottom: 10px;
}

#point02 .bgImageWrapper .bg {
  padding-top: 62.5%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* MEDIA QUERY MEDIUM */
@media only screen and (min-width: 768px) {
  #point02 {
    padding-top: 100px;
  }

  #point02 .bgImageWrapper {
    margin-top: 40px;
    padding: 45px;
  }
}

/*----------  POINT03  ----------*/
#point03 {
  padding-top: 100px;
}

#point03 .imgWrapper {
  margin-top: 30px;
  position: relative;
  text-align: center;
  z-index: 1;
  padding-top: 30px;
  padding-bottom: 30px;
}

#point03 .imgWrapper:before {
  position: absolute;
  content: "";
  width: 50vw;
  height: 100%;
  top: 0;
  left: calc((100vw - 100%) / -2);
  z-index: -1;
  background-color: #edf2f8;
}

#point03 .imgWrapper .imgBox {
  max-width: 600px;
  margin: auto;
}

#point03 .linkRow {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#point03 .linkRow li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 430px;
  padding-left: 15px;
  padding-right: 15px;
}

#point03 .linkRow li a {
  background-color: #000;
  color: #ffbd00;
  padding: 10px;
  border-radius: 40px;
  display: block;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  margin: 10px;
}

/* MEDIA QUERY MEDIUM */
@media only screen and (min-width: 768px) {
  #point03 .imgWrapper {
    margin-top: 60px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  #point03 .linkRow {
    margin-top: 50px;
  }

  #point03 .linkRow li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 430px;
  }

  #point03 .imgWrapper:before {
    width: 50%;
    left: 0;
  }
}

/* MEDIA QUERY LARGE */
@media only screen and (min-width: 992px) {
  #point03 .imgWrapper .imgBox {
    max-width: 700px;
  }
}

/* MEDIA QUERY EXTRA LARGE */
@media only screen and (min-width: 1200px) {
  #point03 .imgWrapper .imgBox {
    max-width: 900px;
  }
}

/*=====  End of POINT  ======*/

/*=============================================
=            WORKS            =
=============================================*/
#works {
  padding-top: 50px;
}

#works .worksWrapper {
  display: block;
  margin-bottom: 40px;
}
#works .worksWrapper.no-link {
  opacity: 1;
}

#works .worksWrapper .worksThumbBox {
  padding-top: 65%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 10px;
}

#works .worksWrapper .worksThumbBox .tag {
  display: inline-block;
  padding: 2px 8px;
  color: #fff;
  background: -o-linear-gradient(45deg, #003370 0%, #0b57b1 100%);
  background: linear-gradient(45deg, #003370 0%, #0b57b1 100%);
  font-size: 12px;
  font-weight: bold;
  left: 0;
  top: 15px;
  position: absolute;
}

#works .worksWrapper .eventName {
  font-weight: bold;
  color: #333;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

#works .worksWrapper .client {
  color: #333;
  font-size: 12px;
  font-weight: bold;
}

/* MEDIA QUERY MEDIUM */
@media only screen and (min-width: 768px) {
  #works {
    padding-top: 100px;
  }
}

/*=====  End of WORKS  ======*/

/*=============================================
=            GALLERY            =
=============================================*/
#gallery {
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 30px;
  position: relative;
}

#gallery:before {
  position: absolute;
  content: "";
  width: 75%;
  height: 100%;
  top: 0;
  left: auto;
  right: 0;
  z-index: -1;
  background-color: #edf2f8;
}

#gallery .galleryWrapper {
  margin-bottom: 10px;
}

#gallery .galleryWrapper .bg {
  padding-top: 75%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#gallery .galleryContainer .row {
  margin-left: -5px;
  margin-right: -5px;
}

#gallery .galleryContainer .row .col-6 {
  padding-left: 5px;
  padding-right: 5px;
}

/* MEDIA QUERY MEDIUM */
@media only screen and (min-width: 768px) {
  #gallery {
    margin-top: 100px;
    padding-top: 80px;
    padding-bottom: 100px;
  }

  #gallery:before {
    width: 50%;
  }

  #gallery .galleryContainer .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  #gallery .galleryContainer .row .col-6 {
    padding-left: 15px;
    padding-right: 15px;
  }

  #gallery .galleryWrapper {
    margin-bottom: 30px;
  }
}

/*=====  End of GALLERY  ======*/

/*=============================================
=            FACILITy            =
=============================================*/
#facility {
  padding-top: 80px;
}

#facility .facilityImgWrapper {
  text-align: center;
  margin-bottom: 30px;
}

#facility .facilityImg {
  border: 1px solid #ddd;
  margin-bottom: 10px;
}

#facility .facilityImgWrapper h6 {
  font-weight: bold;
  font-size: 18px;
  color: #333;
}

#facility .otherFacilityContainer {
  margin-top: 50px;
}

#facility .otherFacilityContainer .otherFacilityWrapper {
  margin-bottom: 25px;
}

#facility .otherFacilityContainer .otherFacilityWrapper .otherFacilityTitle {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

#facility .otherFacilityContainer .otherFacilityWrapper .inner {
  background-color: #f4f4f4;
  padding: 30px 25px;
}

#facility .otherFacilityContainer .otherFacilityWrapper .inner ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  font-size: 16px;
}

#facility .otherFacilityContainer .otherFacilityWrapper .inner ul li {
  padding-left: 1em;
  text-indent: -1em;
}

/* MEDIA QUERY MEDIUM */
@media only screen and (min-width: 768px) {
  #facility {
    padding-top: 100px;
  }
}

/*=====  End of FACILITy  ======*/

/*=============================================
=            WAITING ROOM            =
=============================================*/
#waitingRoom {
  padding-top: 80px;
}

#waitingRoom .waitingWrapper {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 1;
  margin-top: 45px;
}

#waitingRoom .waitingWrapper:before {
  position: absolute;
  content: "";
  width: 75%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #edf2f8;
}

#waitingRoom .waitingWrapper .waitingImgWrapper .bg {
  padding-top: 65%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#waitingRoom .waitingWrapper hr {
  border-color: #707070;
  margin-top: 50px;
  margin-bottom: 50px;
}

#waitingRoom .waitingWrapper .waitingDscWrapper .title {
  font-size: 20px;
  font-weight: bold;
}

#waitingRoom .waitingWrapper .waitingDscWrapper .dscBox {
  font-size: 16px;
}

#waitingRoom .waitingWrapper .waitingDscWrapper ul {
  font-size: 16px;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  margin-top: 20px;
}

#waitingRoom .waitingWrapper .waitingDscWrapper ul li {
  padding-left: 1em;
  text-indent: -1em;
}

/* MEDIA QUERY MEDIUM */
@media only screen and (min-width: 768px) {
  #waitingRoom .waitingWrapper {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  #waitingRoom .waitingWrapper hr {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}

/*=====  End of WAITING ROOM  ======*/

/*=============================================
=            ACCESS            =
=============================================*/
#access {
  padding-top: 80px;
  padding-bottom: 20px;
}

#access .mapWrapper {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}

#access .mapWrapper:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 15px;
  left: 15px;
  z-index: -1;
  background-color: #edf2f8;
}

#access .mapWrapper iframe {
  height: 300px;
}

/* MEDIA QUERY MEDIUM */
@media only screen and (min-width: 768px) {
  #access {
    padding-top: 100px;
    padding-bottom: 20px;
  }

  #access .mapWrapper iframe {
    height: 500px;
  }
}

/*=====  End of ACCESS  ======*/

/*=============================================
=            規約            =
=============================================*/
#kiyaku {
  padding-top: 60px;
  margin-bottom: 100px;
}
.kiyaku_box {
  max-height: 420px;
  overflow-y: scroll;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  border: 1px solid #eee;
  padding: 20px;
}
.kiyaku_box h5 {
  font-weight: bold;
  margin: 20px 0 10px 0;
}
/*=============================================
=            CONTACT            =
=============================================*/
#contact {
  padding-top: 60px;
  margin-bottom: 100px;
}

#contact .contactWrapper {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: block;
}

#contact .contactWrapper:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(0, 51, 112, 0.6);
  mix-blend-mode: multiply;
}

#contact .contactWrapper .inner {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
}

#contact .contactWrapper .sectionTitleWrapper {
  text-align: center;
  margin-bottom: 0;
}

#contact .contactWrapper .sectionTitleWrapper .sectionTitle {
  padding-bottom: 0;
  font-style: italic;
}

#contact .contactWrapper .sectionTitleWrapper .sectionTitle:before {
  display: none;
}

#contact .contactWrapper .bg {
  padding-top: 50%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(img/contactBg.jpg);
}

/* MEDIA QUERY MEDIUM */
@media only screen and (min-width: 768px) {
  #contact {
    padding-top: 100px;
    margin-bottom: 200px;
  }

  #contact .contactWrapper .bg {
    padding-top: 30%;
  }
}

/*=====  End of CONTACT  ======*/
