@charset "UTF-8";
.prof_container {
  position: relative;
  height: 100%;
  width: 100%;
}

.prof_container:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 286px 286px 0;
  border-color: transparent #B4D2F7 transparent transparent;
  z-index: -1;
}

.prof_container:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 286px 0 0 286px;
  border-color: transparent transparent transparent #B4D2F7;
  z-index: -1;
}

.prof_container .prof_block {
  /* safari */
  /* IE */
  display: flex;
  justify-content: space-between;
}

.prof_container .trim {
  position: relative;
  width: 45%;
  height: 100vh;
  top: 0;
  left: 0;
  overflow: hidden;
}

.prof_container .trim img {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.prof_container .prof_inner {
  position: relative;
  width: 65%;
  margin-left: -5%;
  z-index: 1;
}

.prof_container .prof_inner .ttl_name {
  margin: 68px 0 34px;
  width: 100%;
  border-left: 1px solid #EE718D;
  border-right: 1px solid #3CA9EE;
  z-index: 1;
}

.prof_container .prof_inner .ttl_name:before, .prof_container .prof_inner .ttl_name:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: linear-gradient(left, #EE718D, #3CA9EE);
}

.prof_container .prof_inner .ttl_name .box {
  padding: 28px 0 28px 100px;
}

.prof_container .prof_inner .ttl_name h2 {
  font-size: 30px;
  line-height: 1.5em;
}

.prof_container .prof_inner .ttl_name h2 span {
  font-size: 18px;
}

.prof_container .prof_inner .vision {
  padding-left: 100px;
}

.prof_container .prof_inner .vision p {
  color: #B4D2F7;
  font-size: 23px;
  line-height: 1.2em;
  letter-spacing: 0.4em;
}

.prof_container .prof_inner .vision p span {
  font-size: 18px;
}

.prof_container .prof_inner .vision h3 {
  position: relative;
  display: block;
  color: #646464;
  font-size: 32px;
  padding: 38px;
  width: auto;
  max-width: 495px;
  line-height: 1.4em;
  letter-spacing: 0.3em;
}

.prof_container .prof_inner .vision h3:before, .prof_container .prof_inner .vision h3:after {
  content: '';
  width: 102px;
  height: 102px;
  position: absolute;
  display: inline-block;
}

.prof_container .prof_inner .vision h3:before {
  border-left: solid 1px #c8c8c8;
  border-top: solid 1px #c8c8c8;
  top: 0;
  left: 0;
}

.prof_container .prof_inner .vision h3:after {
  border-right: solid 1px #c8c8c8;
  border-bottom: solid 1px #c8c8c8;
  bottom: 0;
  right: 0;
}

.prof_container .prof_inner .vision_txt {
  padding-left: 100px;
  margin-top: 40px;
}

.prof_container .prof_inner .vision_txt p {
  width: 495px;
  line-height: 2em;
}

.prof_container .prof_inner .vision_txt h4 {
  position: relative;
  color: #5583BD;
  font-size: 20px;
  margin: 40px 0 18px;
  padding-bottom: 10px;
}

.prof_container .prof_inner .vision_txt h4:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 25px;
  height: 1px;
  background: #5583BD;
}

.prof_container .inner {
  width: 800px;
  margin: 50px auto;
}

.prof_container .inner h4 {
  position: relative;
  color: #5583BD;
  font-size: 20px;
  margin: 40px 0 18px;
  padding-bottom: 10px;
}

.prof_container .inner h4:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 25px;
  height: 1px;
  background: #5583BD;
}

.prof_container .inner p {
  line-height: 2em;
  margin-bottom: 28px;
}

.prof_container .inner p:last-child {
  margin-bottom: 0;
}

.img_box {
  /* safari */
  /* IE */
  display: flex;
  justify-content: space-between;
}

.img_box .trim {
  width: 50%;
  /* トリミングしたい枠の幅 */
  height: 328px;
  /* トリミングしたい枠の高さ */
  position: relative;
  overflow: hidden;
  background: #fff;
}

.img_box .trim img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  transition: 0.2s ease-in-out;
}

.prof2 .prof_container {
  position: relative;
  height: 100%;
  width: 100%;
}

.prof2 .prof_container:before {
  content: '';
  border: none;
}

.prof2 .prof_container:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 286px 0 0 286px;
  border-color: transparent transparent transparent #F2C6D5;
  z-index: -1;
}

.prof2 .prof_container .prof_inner .ttl_name h2 {
  font-size: 30px;
  line-height: 0.8em;
}

.prof2 .prof_container .prof_inner .ttl_name h2 span {
  display: block;
  font-size: 18px;
}

.prof2 .prof_container .prof_inner .vision p {
  color: #F2C6D5;
}

.prof2 .prof_container .prof_inner .vision_txt p {
  width: 495px;
  line-height: 2em;
}

.prof2 .prof_container .prof_inner .vision_txt h4 {
  color: #E66792;
}

.prof2 .prof_container .prof_inner .vision_txt h4:after {
  content: '';
  background: #E66792;
}

.prof2 .prof_container .inner h4 {
  color: #E66792;
}

.prof2 .prof_container .inner h4:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 25px;
  height: 1px;
  background: #E66792;
}

.prof2 .img_box {
  /* safari */
  /* IE */
  display: flex;
  justify-content: space-between;
}

.prof2 .img_box .trim {
  width: 50%;
  /* トリミングしたい枠の幅 */
  height: 328px;
  /* トリミングしたい枠の高さ */
  position: relative;
  overflow: hidden;
  background: #fff;
}

.prof2 .img_box .trim img {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  transition: 0.2s ease-in-out;
}

.prof2 .img_box .sp_none img {
  top: 60%;
}

@media screen and (max-width: 768px) {
  .prof_container {
    position: relative;
  }
  .prof_container:before {
    content: '';
    top: 500px;
    right: 0;
    border: 0;
  }
  .prof_container:after {
    content: '';
    bottom: 0;
    left: 0;
  }
  .prof_container .prof_block {
    flex-direction: column;
  }
  .prof_container .trim {
    position: relative;
    width: 100%;
    height: 500px;
    top: 0;
    left: 0;
    overflow: hidden;
  }
  .prof_container .trim img {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
  }
  .prof_container .prof_inner {
    position: relative;
    width: 92%;
    margin: -20px auto 0;
    z-index: 1;
  }
  .prof_container .prof_inner .ttl_name {
    margin: 0 0 34px;
    width: 100%;
    border-left: 1px solid #EE718D;
    border-right: 1px solid #3CA9EE;
    border-left: 2px solid #EE718D;
    border-right: 2px solid #3CA9EE;
    z-index: 1;
  }
  .prof_container .prof_inner .ttl_name:before, .prof_container .prof_inner .ttl_name:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: linear-gradient(left, #EE718D, #3CA9EE);
  }
  .prof_container .prof_inner .ttl_name .box {
    padding: 28px 0 28px;
  }
  .prof_container .prof_inner .ttl_name h2 {
    text-align: center;
    font-size: 44px;
    line-height: 1.2em;
  }
  .prof_container .prof_inner .ttl_name h2 span {
    font-size: 2.4rem;
  }
  .prof_container .prof_inner .vision {
    padding-left: 0;
  }
  .prof_container .prof_inner .vision p {
    color: #B4D2F7;
    font-size: 2.8rem;
    line-height: 1.2em;
    letter-spacing: 0.4em;
  }
  .prof_container .prof_inner .vision p span {
    font-size: 2.5rem;
  }
  .prof_container .prof_inner .vision h3 {
    position: relative;
    display: block;
    color: #646464;
    font-size: 3.0rem;
    padding: 5%;
    width: 100%;
    max-width: 100%;
    line-height: 1.4em;
    letter-spacing: 0.2em;
  }
  .prof_container .prof_inner .vision h3:before, .prof_container .prof_inner .vision h3:after {
    content: '';
    width: 102px;
    height: 102px;
    position: absolute;
    display: inline-block;
  }
  .prof_container .prof_inner .vision h3:before {
    border-left: solid 1px #c8c8c8;
    border-top: solid 1px #c8c8c8;
    top: 0;
    left: 0;
  }
  .prof_container .prof_inner .vision h3:after {
    border-right: solid 1px #c8c8c8;
    border-bottom: solid 1px #c8c8c8;
    bottom: 0;
    right: 0;
  }
  .prof_container .prof_inner .vision_txt {
    padding-left: 0;
    margin-top: 40px;
  }
  .prof_container .prof_inner .vision_txt p {
    width: 100%;
    line-height: 2em;
  }
  .prof_container .prof_inner .vision_txt h4 {
    position: relative;
    color: #E66792;
    font-size: 3.0rem;
    margin: 40px 0 18px;
    padding-bottom: 16px;
  }
  .prof_container .prof_inner .vision_txt h4:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 25px;
    height: 1px;
    background: #5583BD;
  }
  .prof_container .inner {
    width: 92%;
    margin: 50px auto;
  }
  .prof_container .inner h4 {
    position: relative;
    color: #5583BD;
    font-size: 3.0rem;
    margin: 40px 0 18px;
    padding-bottom: 16px;
  }
  .prof_container .inner h4:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 25px;
    height: 1px;
    background: #5583BD;
  }
  .prof_container .inner p {
    line-height: 2em;
    margin-bottom: 28px;
  }
  .prof_container .inner p:last-child {
    margin-bottom: 0;
  }
  .prof2 .prof_container .prof_inner .vision_txt p {
    width: 100%;
  }
  .img_box {
    flex: none;
  }
  .img_box .sp_none {
    display: none;
  }
  .img_box .trim {
    width: 100%;
    /* トリミングしたい枠の幅 */
    height: 328px;
    /* トリミングしたい枠の高さ */
    position: relative;
    overflow: hidden;
    background: #fff;
  }
  .img_box .trim img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    transition: 0.2s ease-in-out;
  }
  .prof2 .img_box .trim {
    width: 100%;
    height: 280px;
    background: #fff;
  }
}
/*# sourceMappingURL=profile.css.map */