@charset "UTF-8";
.container .pic-area {
  position: relative;
  /*width: 536px;*/
  max-width: 35vw;
  /*height: 333px;*/
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .pic-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.16);
  background-image: linear-gradient(135deg, #D0B2DB 0%, #B2B3DE 50%, #B2FFF5 100%);
    -webkit-filter: blur(0);
    filter: blur(0);
    transform: translate(24px, 24px);
    box-shadow: none;
  z-index: -1;
}
.container .pic-area::after {
  margin-bottom: 20px;
}
.container .three-col{
  border-top: #D9D9D9 solid 1px;
  border-bottom: #D9D9D9 solid 1px;
}
.container h1 {
  background-image: url(../images/title_sp.webp);
}
@media only screen and ( max-width : 768px ) {
  .container .three-col{
    padding: 14vw 4vw;
    margin: 10vw 0 14vw;
  }
  .container .three-col section:last-child{
    margin-bottom: 0;
  }
  .container .two-col{
    margin: 14vw 4vw;
  }
  .container .pic-area{
    max-width: 100%;
    padding: 0 4vw 0 0;
    height: auto;
    float: none;
    margin-bottom: 14vw;
  }
  .container .pic-area::before {
    right: 4vw;
    width: 88vw;
    transform: translate(4vw, 4vw);
  }
}
@media only screen and ( min-width : 769px ) {
  .container h1 {
    background-image: url(../images/title_pc.webp);
  }
  .container .three-col{
    padding: 70px 0;
    margin-bottom: 70px;
  }
  .container .three-col section{
    margin-bottom: 0;
  }
  .container .three-col section:nth-child(3){
    margin-bottom: 0;
  }
  .container .col-wrapper {
    min-height: 247px;
    overflow: hidden;
  }
  .container .col-wrapper h2{
    width: 100%;
  }
  .container .pic-area{
    /*position: absolute;
    top: -110px;
    right: 24px;*/
    width: 22vw;
    float: right;
    margin:0 0 80px 4vw;
    padding-right: 24px;
  }
}