@charset "UTF-8";

/* アイキャッチ
***************************************************************/
@media all and (min-width:681px) {
  .pageScroll .popupBnr {
    opacity: 0;
    pointer-events: none;
  }
  .pageScroll2 .popupBnr {
    opacity: 1;
    pointer-events: auto;
  }
}


/* アイキャッチ
***************************************************************/
.iCatch .bg {
  background-image: url(../img/concept/concept1.jpg);
}
.iCatch .h1 {
  background-color: #858b8d;
}
@media all and (max-width:680px) {
  .iCatch .bg {
    background-image: url(../img/concept/concept1_sp.jpg);
  }
}


/* リード
***************************************************************/
.readWrap {
  background-image: url(../img/concept/concept2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 1150px;
}
.readWrap .inner {
  width: 100%;
  height: 920px;
  background-color: rgba(81, 159, 188, 0.75);
  display: flex;
  align-items: center;
  position: relative;
}
.readWrap .read {
  width: 980px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.readWrap .read .h2 {
  width: 307px;
}
.readWrap .read .p1 {
  width: 540px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.15em;
  line-height: 2.5;
}
.readWrap .read .p1 span {
  display: block;
}
/* scroll */
.readWrap .scroll {
  width: 307px;
  height: 53px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35px;
  z-index: 15;
  margin: auto;
}
.readWrap .scroll a {
  display: block;
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding-top: 36px;
  padding-left: 2px;
  width: 70px;
  margin: 0 auto;
}
.readWrap .scroll a::before {
  content: "";
  background-image: url(../img/common/arrow_b_w.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: top 0.3s ease;
}
@media all and (min-width: 681px) {
  .readWrap .scroll a:hover::before {
    top: 5px;
  }
}
@media all and (max-width:680px) {
  .readWrap {
    background: none;
    height: auto;
  }
  .readWrap .inner {
    height: auto;
    background-color: rgba(81, 159, 188, 1);
    display: block;
  }
  .readWrap .read {
    width: 100%;
    display: block;
    padding: 32vw 5% 12.5vw;
  }
  .readWrap .read .h2 {
    width: 150px;
    margin: 0 auto;
  }
  .readWrap .read .p1 {
    width: 100%;
    font-size: 15px;
    text-align: justify;
    letter-spacing: 0.06em;
    line-height: 2;
    margin-top: 40px;
  }
}
@media all and (max-width:370px) {
}


/* specialityWrap
***************************************************************/
.specialityWrap {
  padding: 100px 0 180px;
}
.specialityWrap .ul1 {
  margin-top: 90px;
}
.specialityWrap .ul1 > li {
  width: 1360px;
  margin-left: auto;
}
.specialityWrap .ul1 > li + li {
  margin-top: 180px;
}
.specialityWrap .ul1 > li .in {
  display: flex;
  align-items: center;
}
.specialityWrap .ul1 > li .tBox1 {
  width: 640px;
  padding: 0 90px;
}
.specialityWrap .ul1 > li .tBox1 .h3 {
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.specialityWrap .ul1 > li .tBox1 .h3 .t1 {
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  color: #519fbc;
}
.specialityWrap .ul1 > li .tBox1 .h3 .t1 .num {
  font-size: 90px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
}
.specialityWrap .ul1 > li .tBox1 .h3 .t1 .eng {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 5px;
}
.specialityWrap .ul1 > li .tBox1 .h3 .t1 .eng::before {
  content: "";
  width: 25px;
  height: 2px;
  background-color: #519fbc;
  display: block;
  margin-right: 10px;
}
.specialityWrap .ul1 > li .tBox1 .h3 .t1 .eng::after {
  content: "";
  width: 25px;
  height: 2px;
  background-color: #519fbc;
  display: block;
  margin-left: 10px;
}
.specialityWrap .ul1 > li .tBox1 .h3 .t2 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.58;
  color: #6e7175;
  padding-top: 10px;
}
.specialityWrap .ul1 > li .tBox1 .h3 .blue {
  color: #519fbc;
}
.specialityWrap .ul1 > li .tBox1 .p1 {
  color: #6e7175;
  font-size: 15px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0.07em;
  line-height: 2.27;
  margin-top: 25px;
}
.specialityWrap .ul1 > li .iBox1 {
  width: 720px;
  height: 400px;
}
.specialityWrap .ul1 > li .iBox1 a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.specialityWrap .ul1 > li .iBox1 a::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(81,159,188,0.5);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.specialityWrap .ul1 > li .iBox1 .img1 {
  background-image: url(../img/common/noimage.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.specialityWrap .ul1 > li .iBox1 .w_btn1 {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
}
@media all and (min-width: 681px) {
  .specialityWrap .ul1 > li .iBox1 a:hover::after {
    opacity: 1;
  }
  .specialityWrap .ul1 > li .iBox1 a:hover .img1 {
    transform: scale(1.1);
  }
  /* リバース */
  .specialityWrap .ul1 > li:nth-of-type(even) {
    margin-left: 0;
    margin-right: auto;
  }
  .specialityWrap .ul1 > li:nth-of-type(even) .in {
    flex-flow: row-reverse;
  }
  .specialityWrap .ul1 > li:nth-of-type(even) .iBox1 .w_btn1 {
    left: auto;
    right: 0;
  }
}
@media all and (min-width: 1101px) and (max-width:1360px) {
  .specialityWrap .ul1 {
    overflow: hidden;
  }
  .specialityWrap .ul1 > li {
    margin-left: 0;
    margin-right: calc((100vw - 1360px));
  }
  .specialityWrap .ul1 > li:nth-of-type(even) {
    margin-right: 0;
    margin-left: calc((100vw - 1360px));
  }
}
@media all and (min-width: 681px) and (max-width:1100px) {
  .specialityWrap .ul1 > li {
    margin-left: 0;
    width: 1100px;
  }
  .specialityWrap .ul1 > li:nth-of-type(even) {
    margin-right: 0;
    width: 1100px;
  }
}
@media all and (max-width:680px) {
  .specialityWrap {
    padding: 100px 0 80px;
  }
  .specialityWrap .ul1 {
    margin-top: 60px;
  }
  .specialityWrap .ul1 > li {
    width: 100%;
    margin: 0;
  }
  .specialityWrap .ul1 > li + li {
    margin-top: 90px;
  }
  .specialityWrap .ul1 > li .in {
    display: block;
  }
  .specialityWrap .ul1 > li .tBox1 {
    width: 100%;
    padding: 0 5%;
  }
  .specialityWrap .ul1 > li .tBox1 .h3 {
    flex-flow: row;
    align-items: center;
  }
  .specialityWrap .ul1 > li .tBox1 .h3 .t1 .num {
    font-size: 45px;
  }
  .specialityWrap .ul1 > li .tBox1 .h3 .t1 .eng {
    font-size: 10px;
    padding-right: 3px;
    line-height: 1;
  }
  .specialityWrap .ul1 > li .tBox1 .h3 .t1 .eng::before {
    display: none;
   }
  .specialityWrap .ul1 > li .tBox1 .h3 .t1 .eng::after {
    display: none;
  }
  .specialityWrap .ul1 > li .tBox1 .h3 .t2 {
    font-size: 18px;
    text-align: left;
    padding: 0 0 0 15px;
    margin-left: 12px;
    border-left: 2px solid #519fbc;
  }
  .specialityWrap .ul1 > li .tBox1 .p1 {
    font-size: 14.5px;
    letter-spacing: 0.05em;
    margin-top: 20px;
  }
  .specialityWrap .ul1 > li .iBox1 {
    width: 100%;
    height: 56vw;
    margin-top: 20px;
  }
  .specialityWrap .ul1 > li .iBox1 .w_btn1 {
    font-size: 12px;
    width: 200px;
    padding: 8px 0;
    left: auto;
    right: 0;
  }
}
@media all and (max-width:370px) {
}


/* aaa
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
}
@media all and (max-width:370px) {
}
