.profile img{
  max-width: 100%;
}

/* Custom Slide */
.profile .slick-list{
  padding-bottom: 5px;
}

.profile .slick-arrow{
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0;
  border: none;
  padding: 0;
  width: 24px;
  height: 41px;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  background-color: transparent;
}

.profile .slick-next{
  right: 0;
  background-image: url('../img/profile/next.png');
}

.profile .slick-prev{
  left: 0;
  background-image: url('../img/profile/prev.png');
}
/* Custom Slide */

.p-box1{
  padding: 60px 0 85px;
}

.p-box1 .ttl p:nth-of-type(1).i2:before{
  background-image: url(../img/profile/box1-icon.png);
}

.p-box1__cnt{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.6;
  margin-top: 50px;
  justify-content: center;
}

.p-box1__column{
  width: 60%;
  margin: 0 auto;
}

.p-box1__left{
  padding-left: 10px;
  padding-right: 40px;
  font-size: 12px;
  color: #202020;
}

.p-box1__right{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-box1__right-img{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
}

.p-box1__right-txt{
  padding-left: 15px;
}

.p-box1__right-txt1{
  font-size: 20px;
  font-weight: bold;
  color: #212121;
  padding-bottom: 15px;
}

.p-box1__right-txt2{
  font-size: 12px;
  color: #212121;
}

.p-box2{
  padding-bottom: 70px;
}

.p-box2 .container {
  max-width: 1050px;
}

.p-box2 .slick-list{
  margin-left: auto;
  margin-right: auto;
  max-width: 910px;
}

.p-box2 .slick-slide{
  max-width: 294px;
  margin: 0 10px;
}

.p-box2__cnt{

}

.news__item{
  max-width: 309px;
  /* margin: 0 12px; */
  min-height: 560px;
  -webkit-box-shadow: 1px 1px 3px 1px rgba( 0,0,0, .3);
          box-shadow: 1px 1px 3px 1px rgba( 0,0,0, .3);
  border-radius: 3px;
}

.news__item-img{
  margin-bottom: 15px;
  overflow: hidden;
}

.news__item-cnt{
  padding: 15px 10px 40px;
}

.news__item-ttl{
  font-size: 14px;
  font-weight: bold;
  color: #C38B88;
  margin-bottom: 15px;
  text-align: center;
  min-height: 70px;
}

.news__item-txt{
  font-size: 13px;
  font-weight: 500;
  color: #202020;
  text-align: center;
}

.p-box3{
  padding-bottom: 105px;
}

.p-box3 .container {
  max-width: 1030px;
}

.p-box3 .slick-list{
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
}

.p-box3 .slick-slide{
  margin: 0 12px;
  max-width: 219px;
}

.publication__item{
  max-width: 220px;
  min-height: 400px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
  padding: 20px;
  border-radius: 3px;
}

.publication__item-img{
  margin-bottom: 10px;
  overflow: hidden;
}

.publication__item-cnt{
  padding: 0 5px;
  line-height: 1.6;
}

.publication__item-ttl{
  font-size: 12px;
  font-weight: bold;
  color: #212121;
  text-align: center;
  margin-bottom: 10px;
}

.publication__item-txt{
  color: #202020;
  font-size: 10px;
  text-align: center;
  font-weight: normal;
}

.p-box4{
  padding-bottom: 105px;
}
.p-box4__cnt{
  margin-top: 40px;
}

.p-box4 .ttl p:nth-of-type(1).i2:before{
  background-image: url('../img/profile/box4-icon.png');
}

.p-box4 table{
  font-size: 13px;
  line-height: 1.6;
  width: 100%;
  border-collapse: collapse;
  border-left: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
}

.p-box4 th,
.p-box4 td{
  padding: 20px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}

.p-box4 th{
  width: 200px;
  background: #F0E2E1;
  vertical-align: top;
  text-align: center;
  font-weight: bold;
}
