@charset "utf-8";
/* ===================================================================
//CSS information

// file name  :  access.css
// style info :  スタイル指定
=================================================================== */

.contents p{font-size: 16px !important;}

.pageTtl {
  font-size: 72px;
  font-weight: normal;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%,-50%);
  margin: auto;
  z-index: 5;
  color: #000 !important;
}
@media screen and (max-width: 767px) {
  .pageTtl {
    font-size: 8vw;
  top: 15%;
/*    top: calc(50% - 35px);*/
  }
}
@media screen and (max-width: 420px) {
  .pageTtl {
    font-size: 10vw;
  }
}
/* -----------------------------------------------------
 mainWrap
----------------------------------------------------- */
.mainWrap {
  position: relative;
}
.mainImg {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.mainTxt {
  display: flex;
  align-items: center;
}
.mainTxtBox {
  padding-right: 70px;
}
.mainTxt p.lede {
  color: #4471ae;
  font-size: 30px;
  line-height: 1.7;
}
.mainTxt p + p {
  line-height: 2;
}
@media only screen and (max-width: 1300px) {
  .mainTxt p.lede {
    font-size: 2vw;
  }
  .mainTxtBox {
    padding-right: 30px;
  }
}
.topbox{text-align: center;}
.topbox h3{font-family: 'Bellefair', serif !important;font-weight: normal;font-size: 42px;margin-bottom: 25px;}
.topbox p{  line-height: 2; margin-bottom: 25px;}
.img05{max-width: 900px; margin: 0 auto;}

@media only screen and (max-width: 991px) {
  .mainTxt p.lede {
    font-size: 30px;
  }
  .mainImg {
    width: 100%;
    max-width: 710px;
    margin: 40px auto;
    padding: 0 15px;
    position: relative;
    top: auto;
    right: auto;
    z-index: 0;
  }
  .mainTxtBox {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .mainTxt p.lede {
    font-size: 5vw;
  }
.topbox h3{font-size: 30px;}
}  
@media screen and (max-width: 420px) {
  .mainTxt p.lede {
    font-size: 20px;
  }
  .mainTxt p.lede br {
    display: none;
  }
}
/* -----------------------------------------------------
	imgBox
----------------------------------------------------- */
.imgBoxWrap {
  background: #f6f6f6;
}
.imgBox {
  display: flex;
  align-items: center;
}
.imgBox.reverse {
  flex-flow: row-reverse;
}
.imgItem {
  width: 50%;
}
.txtItem {
  width:  600px;
  padding: 0 15px;
}
@media screen and (max-width: 1239px) {
  .txtItem {
    width:  540px;
  }
}
@media screen and (max-width: 1099px) {
  .txtItem {
    width:  473px;
  }
}
.txtItem .leftTxt {
  width: 90%;
}
.txtItem .rightTxt {
  width: 90%;
  margin: 0 auto;
}
.txtItem h3.bellefair {
  font-size: 48px;
  font-weight: normal;
/*  color: #35a067;*/
}
.txtItem h3 {
  font-size: 36px;
  font-weight: normal;
	text-align: center;
	line-height: 1.1em;
}
.txtItem h3 span{font-size: 24px;}
.txtItem p {
  line-height: 2;
}
@media screen and (max-width: 1200px) {
  .txtItem h3.bellefair {
    font-size: 3.5vw;
  }
  .txtItem h3 {
    font-size: 3vw;
  }
  .txtItem .leftTxt,
  .txtItem .rightTxt {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .imgBoxWrap {
    padding: 60px 0;
  }
  .imgBoxWrap .imgBox:nth-child(2n) {
    padding-top: 50px;
  }
  .imgBox,
  .imgBox.reverse {
    width: 100%;
    max-width: 710px;
    margin: 0 auto;
    flex-flow: column-reverse wrap;
  }
  .imgItem {
    width: 100%;
    padding: 30px 15px 0;
  }
  .txtItem {
    width:  100%;
  }
  .txtItem h3.bellefair {
    font-size: 30px;
  }
  .txtItem h3 {
    font-size: 26px;
  }
  .txtItem h3 span{
    font-size: 18px;
  }
}

@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 420px) {
}
