/*--------------------
about.css
--------------------*/

main article > section{  
  background: #f4f6fa;
}

.l-block01{
  margin-top:5.0rem;
  background: linear-gradient(90deg, #8b9fcc 0%, #8b9fcc 50%, #b29dc2 50%, #b29dc2 100%);
}
.l-block01-inner{
  max-width:100%;
  width:100%;
  margin:0 auto;
}
.l-block01-table{
  width:100%;
  display:table;
}
.l-block01-table .-bg01{
  background:#8b9fcc;
}
.l-block01-table .-bg02{
  background:#b29dc2;
}
.l-block01-table > div{
  width:50%;
  display:table-cell;
  vertical-align:middle;
  text-align:center;
}
.l-block01-table-left{
  padding:0 3.0rem;
}
.l-block01-table-left-wrapper{
  display:flex;
  width:100%;
  height:100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
}
.l-block01-table-left-block{
  display:inline-block;
}
.l-block01-table-left-block > span{
  display:block;
  text-align: left;
  color: #FFFFFF;
  
  font-size: clamp(31px, 4.2rem, 42px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.l-block01-table-left-block > h1{
  display:block;
  text-align: left;
  color: #FFFFFF;
  
  font-size:clamp(18px, 2.5rem, 25px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.l-block01-table-left-block > p{
  padding-top:3.5rem;
  text-align: left;
  color: #FFFFFF;
  
  font-size:clamp(13px, 1.5rem, 15px);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.l-block01-table-right{
  
}
.l-block01-table-right picture{
  
}
.l-block01-table-right picture img{
  width:100%;
  object-fit: cover;
}

.l-block01-table02{
  width:100%;
  display:table;
}
.l-block01-table02 > div{
  width:50%;
  display:table-cell;
  vertical-align:middle;
  text-align:center;
}
.l-block01-table02-left{
  
}
.l-block01-table02-left picture{
  
}
.l-block01-table02-left picture img{
  width:100%;
  object-fit: cover;
}
.l-block01-table02-right{
  padding:0 3.0rem;
}
.l-block01-table02-right-wrapper{
  display:flex;
  width:100%;
  height:100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
}
.l-block01-table02-right-block{
  display:inline-block;
}
.l-block01-table02-right-block > span{
  display:block;
  text-align: left;
  color: #FFFFFF;
  
  font-size: clamp(31px, 4.2rem, 42px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.l-block01-table02-right-block > h1{
  display:block;
  text-align: left;
  color: #FFFFFF;
  
  font-size:clamp(18px, 2.5rem, 25px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.l-block01-table02-right-block > p{
  padding-top:3.5rem;
  text-align: left;
  color: #FFFFFF;
  
  font-size:clamp(13px, 1.5rem, 15px);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.1em;
}


@media screen and (max-width: 767.5px) {
  main article > section{  
    background: #f4f6fa;
  }

  .l-block01{
    margin-top:5.0rem;
    background: linear-gradient(90deg, #8b9fcc 0%, #8b9fcc 50%, #b29dc2 50%, #b29dc2 100%);
  }
  .l-block01-inner{
    max-width:100%;
    width:100%;
    margin:0 auto;
  }
  .l-block01-table{
    width:100%;
    display:block;
    background: #8b9fcc;
    display:-webkit-box;
    display: -webkit-flex;
    display:-ms-flexbox;
    display: flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    background: #b29dc2;
  }
  .l-block01-table .-bg01{
    background:#8b9fcc;
  }
  .l-block01-table .-bg02{
    background:#b29dc2;
  }
  .l-block01-table > div{
    width:100%;
    display:block;
    vertical-align:middle;
    text-align:center;
  }
  .l-block01-table-left{
    padding:5.0rem 5.0rem;
    -webkit-box-ordinal-group:2;
    -ms-flex-order:2;
    -webkit-order:2;
    order:2;
  }
  .l-block01-table-left-wrapper{
    display:flex;
    width:100%;
    height:100%;
    flex-direction: column;
    justify-content: center;
    align-items:flex-start;
    text-align: left;
  }
  .l-block01-table-left-block{
    display:inline-block;
  }
  .l-block01-table-left-block > span{
    display:block;
    text-align: left;
    color: #FFFFFF;

    font-size: 5.2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .l-block01-table-left-block > h1{
    display:block;
    text-align: left;
    color: #FFFFFF;

    font-size:3.2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .l-block01-table-left-block > p{
    padding-top:3.5rem;
    text-align: left;
    color: #FFFFFF;

    font-size:2.6rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }
  .l-block01-table-right{
    -webkit-box-ordinal-group:1;
    -ms-flex-order:1;
    -webkit-order:1;
    order:1;
  }
  .l-block01-table-right picture{

  }
  .l-block01-table-right picture img{
    width:100%;
    object-fit: cover;
  }
  
  .l-block01-table02{
    width:100%;
    display:block;
    display:-webkit-box;
    display: -webkit-flex;
    display:-ms-flexbox;
    display: flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    background: #b29dc2;
  }
  .l-block01-table02 > div{
    width:100%;
    display:block;
    vertical-align:middle;
    text-align:center;
  }
  .l-block01-table02-left{
    -webkit-box-ordinal-group:1;
    -ms-flex-order:1;
    -webkit-order:1;
    order:1;
  }
  .l-block01-table02-left picture{

  }
  .l-block01-table02-left picture img{
    width:100%;
    object-fit: cover;
  }
  .l-block01-table02-right{
    padding:5.0rem 5.0rem;
    -webkit-box-ordinal-group:2;
    -ms-flex-order:2;
    -webkit-order:2;
    order:2;
  }
  .l-block01-table02-right-wrapper{
    display:flex;
    width:100%;
    height:100%;
    flex-direction: column;
    justify-content: center;
    align-items:flex-start;
    text-align: left;
  }
  .l-block01-table02-right-block{
    display:inline-block;
  }
  .l-block01-table02-right-block > span{
    display:block;
    text-align: left;
    color: #FFFFFF;

    font-size: 5.2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .l-block01-table02-right-block > h1{
    display:block;
    text-align: left;
    color: #FFFFFF;

    font-size:3.2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .l-block01-table02-right-block > p{
    padding-top:3.5rem;
    text-align: left;
    color: #FFFFFF;

    font-size:2.6rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }
}


.l-block02{
  padding:13.0rem 0 7.5rem;
  background:#f4f6fa;
}
.l-block02-inner{
  max-width:calc(1390px + 6.0rem);
  width:100%;
  margin:0 auto;
  padding:0 3.0rem;
  padding-bottom:2.5rem;
}
.l-block02-title{
  padding-left:20.0rem;
}
.l-block02-title > span{
  display:block;
  text-align: left;
  color: #8b9fcc;
  
  font-size: clamp(31px, 4.2rem, 42px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.l-block02-title > h2{
  display:block;
  text-align: left;
  color: #8b9fcc;
  
  font-size:clamp(18px, 2.5rem, 25px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.l-block02-table{
  width:100%;
  display:table;
  margin:6.5rem auto 0;
}
.l-block02-table > div{
  display:table-cell;
  vertical-align: top;
  text-align: left;
}
.l-block02-table-left{
  width:69.0rem;
}
.l-block02-table-left picture{
  
}
.l-block02-table-left picture img{
  width:100%;
}
.l-block02-table-right{
  width:70.0rem;
  padding-top:1.5rem;
  padding-left:10.0rem;
}
.l-block02-table-right-wrapper{
  max-width:500px;
  width:100%;
}
.l-block02-table-right dl{
  
}
.l-block02-table-right dl dt{
  padding-bottom: 1.0rem;
  text-align: left;
  color: #8b9fcc;
  
  font-size: clamp(22px, 3.0rem, 30px);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.1em;
  border-bottom: 2px dotted #8b9fcc;
}
.l-block02-table-right dl dd{
  padding-top: 1.5rem;
  text-align: left;
  color: #808080;
  
  font-size: clamp(14px, 1.6rem, 16px);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.l-block02-table-right dl dd a{
  text-align: left;
  color: #8b9fcc;
  
  font-size: clamp(14px, 1.6rem, 16px);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.l-block02-block-table-right-btn{
  padding-top: 2.5rem;
  text-align: left;
}
.l-block02-block-table-right-btn a{
  width: 40.0rem;
  border-radius: 3.0rem;
  display: inline-block;
  background-image: linear-gradient(90deg, #b683b7, #8c9fcc);
  box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.20);
  padding: 1.5rem 1.0rem;
  text-align: center;
  color: #FFFFFF;
  
  font-size: clamp(14px, 2.0rem, 20px);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.l-block02-block-table-right-btn a:hover{
  opacity:1.0;
  background:#FFFFFF;
  color:#8b9fcc;
}


.l-block02-wrapper{
  margin-top:4.0rem;
  padding:7.5rem 4.5rem 0 5.5rem;
  position: relative;
  z-index:1;
}
.l-block02-block{
  border-radius:4.0rem;
  background: url("../images/about/block02-bg01_pc.png") right center no-repeat #fffff0;
  background-size: auto 100%;
  min-height:51.2rem;
  box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.20);
  padding:8.5rem 6.0rem 8.5rem 10.0rem;
}
.l-block02-block.type01{
  background: url("../images/about/block02-bg01_pc.png") right center no-repeat #fffff0;
  background-size: auto 100%;
  min-height:51.2rem;
}
.l-block02-block.type02{
  background: url("../images/about/block02-bg02_pc.png") right center no-repeat #fffff0;
  background-size: auto 100%;
  min-height:51.2rem;
}
@media screen and (max-width: 900.5px) {
  .l-block02-block{
    border-radius:4.0rem;
    background: url("../images/about/block02-bg01_pc.png") right center no-repeat #fffff0;
    background-size: 125% 100%;
    min-height:51.2rem;
    box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.20);
    padding:8.5rem 6.0rem 8.5rem 10.0rem;
  }
  .l-block02-block.type01{
    background: url("../images/about/block02-bg01_pc.png") right center no-repeat #fffff0;
    background-size: 125% 100%;
    min-height:51.2rem;
  }
  .l-block02-block.type02{
    background: url("../images/about/block02-bg02_pc.png") right center no-repeat #fffff0;
    background-size: 125% 100%;
    min-height:51.2rem;
  }
}
.l-block02-block > picture{
  position: absolute;
  right:0;
  top:0;
  z-index:2;
}
.l-block02-block > picture img{
  width:20.0rem;
}
.l-block02-block-box{
  width:56.5rem;
  text-align: left;
  padding-right:6.0rem;
}
.l-block02-block-box h3{
  text-align: left;
  color: #8b9fcc;
  
  font-size: clamp(26px, 3.5rem, 35px);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.1em;
  
  position: relative;
}
.l-block02-block.type01 .l-block02-block-box h3{
  color: #8b9fcc;
}
.l-block02-block.type02 .l-block02-block-box h3{
  color: #b29dc2;
}
.l-block02-block-box h3:after{
  content: "";
  display: inline-block;
  left: -15.0rem;
  top: clamp(22px, 3.0rem, 30px);
  width:10.0rem;
  height: 2px;
  position: absolute;
  z-index: 2;
  border-top:2px solid #8b9fcc;
  margin:0 auto;
}
.l-block02-block.type01 .l-block02-block-box h3:after{
  border-top:2px solid #8b9fcc;
}
.l-block02-block.type02 .l-block02-block-box h3:after{
  border-top:2px solid #b29dc2;
}
.l-block02-block-box p{
  padding-top:2.5rem;
  text-align: left;
  color: #808080;
  
  font-size:clamp(13px, 1.5rem, 15px);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.l-block02-block-box a{
  width:40.0rem;
  display:inline-block;
  background:#8b9fcc;
  border-radius:4.0rem;
  margin-top:4.0rem;
  padding:2.0rem 2.0rem;
  text-align: center;
  color: #FFFFFF;
  
  font-size:clamp(14px, 2.0rem, 20px);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.l-block02 > picture{
  display:block;
  max-width:1920px;
  width:100%;
  margin:0 auto;
  padding-top:7.5rem;
}
.l-block02 > picture img{
  width:100%;
}
.loop-area{
  margin-top:11.0rem;
  background: url('../images/about/block02-img02_pc.png') repeat-x;
  background-size: contain;
  width: 100%;
  height: 10.6rem;
  animation: loop-slide-about 40.0s infinite linear;
}
@keyframes loop-slide-about {
  from {
    background-position: -34.5rem 0;
  }
  to {
    background-position: -292.0rem 0;
  }
}


@media screen and (max-width: 767.5px) {
  .l-block02{
    padding:13.0rem 0 7.5rem;
    background:#f4f6fa;
  }
  .l-block02-inner{
    max-width:100%;
    width:100%;
    margin:0 auto;
    padding:0 3.0rem;
    padding-bottom:2.5rem;
  }
  .l-block02-title{
    padding-left:0;
  }
  .l-block02-title > span{
    display:block;
    text-align: center;
    color: #8b9fcc;

    font-size: 5.2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .l-block02-title > h2{
    display:block;
    text-align: center;
    color: #8b9fcc;

    font-size:3.2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  
  .l-block02-table{
    width:100%;
    display:block;
    margin:6.5rem auto 0;
  }
  .l-block02-table > div{
    width:100%;
    display:block;
    vertical-align: top;
    text-align: left;
  }
  .l-block02-table-left{
    width:100%;
    display:block;
    text-align: center
  }
  .l-block02-table-left picture{

  }
  .l-block02-table-left picture img{
    width:100%;
  }
  .l-block02-table-right{
    width:100%;
    display:block;
    padding-top:6.0rem;
    padding-left:0;
  }
  .l-block02-table-right-wrapper{
    max-width:100%;
    width:100%;
  }
  .l-block02-table-right dl{

  }
  .l-block02-table-right dl dt{
    padding-bottom: 1.0rem;
    text-align: left;
    color: #8b9fcc;

    font-size: 4.2rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.1em;
    border-bottom: 2px dotted #8b9fcc;
  }
  .l-block02-table-right dl dd{
    padding-top: 1.5rem;
    text-align: left;
    color: #808080;

    font-size: 2.6rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }
  .l-block02-table-right dl dd a{
    text-align: left;
    color: #8b9fcc;

    font-size: 2.6rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }
  .l-block02-block-table-right-btn{
    padding-top: 4.0rem;
    text-align: center;
  }
  .l-block02-block-table-right-btn a{
    width: 60.0rem;
    padding: 2.5rem 3.0rem;
    display: inline-block;
    border-radius: 5.0rem;
    background-image: linear-gradient(90deg, #b683b7, #8c9fcc);
    box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.20);
    text-align: center;
    color: #FFFFFF;

    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }  
  .l-block02-block-table-right-btn a:hover{
    opacity:1.0;
    background:#FFFFFF;
    color:#8b9fcc;
  }
  
  .l-block02-wrapper{
    margin-top:4.0rem;
    padding:7.5rem 4.5rem 0 5.5rem;
    position: relative;
    z-index:1;
  }
  .l-block02-block{
    border-radius:4.0rem;
    background: url("../images/about/block02-bg01_pc.png") right center no-repeat #fffff0;
    background-size: 125% 100%;
    min-height:51.2rem;
    box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.20);
    padding:52.0rem 3.0rem 8.5rem 3.0rem;
  }
  .l-block02-block.type01{
    background: url("../images/about/block02-bg01_sp.png") top center no-repeat #fffff0;
    background-size: 100% auto;
    min-height:auto;
    height:auto !important;
  }
  .l-block02-block.type02{
    background: url("../images/about/block02-bg02_sp.png") top center no-repeat #fffff0;
    background-size: 100% auto;
    min-height:auto;
    height:auto !important;
  }
  .l-block02-block > picture{
    position: absolute;
    right:0;
    top:0;
    z-index:2;
  }
  .l-block02-block > picture img{
    width:20.0rem;
  }
  .l-block02-block-box{
    width:100%;
    text-align: center;
    padding-right:0;
  }
  .l-block02-block-box h3{
    text-align: center;
    color: #8b9fcc;

    font-size: clamp(26px, 3.5rem, 35px);
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.1em;

    position: relative;
  }
  .l-block02-block.type01 .l-block02-block-box h3{
    color: #8b9fcc;
  }
  .l-block02-block.type02 .l-block02-block-box h3{
    color: #b29dc2;
  }
  .l-block02-block-box h3:after{
    content: "";
    display: inline-block;
    left: -11.0rem;
    top: clamp(22px, 3.0rem, 30px);
    width:10.0rem;
    height: 2px;
    position: absolute;
    z-index: 2;
    border-top:2px solid #8b9fcc;
    margin:0 auto;
  }
  .l-block02-block.type01 .l-block02-block-box h3:after{
    border-top:2px solid #8b9fcc;
  }
  .l-block02-block.type02 .l-block02-block-box h3:after{
    border-top:2px solid #b29dc2;
  }
  .l-block02-block-box p{
    padding-top:2.5rem;
    text-align: justify;
    color: #808080;

    font-size:2.6rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }
  .l-block02-block-box a{
    width:50.0rem;
    display:inline-block;
    background:#8b9fcc;
    border-radius:5.0rem;
    margin-top:6.0rem;
    padding:2.0rem 2.0rem;
    text-align: center;
    color: #FFFFFF;

    font-size:3.2rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }
  .l-block02 > picture{
    display:block;
    max-width:1920px;
    width:100%;
    margin:0 auto;
    padding-top:7.5rem;
  }
  .l-block02 > picture img{
    width:100%;
  }
  .loop-area{
    margin-top:6.0rem;
    background: url('../images/about/block02-img02_pc.png') repeat-x;
    background-size: contain;
    width: 100%;
    height: 5.6rem;
    animation: loop-slide-aboutsp 40.0s infinite linear;
  }
}
@keyframes loop-slide-aboutsp {
  from {
    background-position: -34.5rem 0;
  }
  to {
    background-position: -292.0rem 0;
  }
}


.l-block03{
  background: url("../images/about/block03-bg01_pc.png") top center no-repeat transparent;
  background-size: cover;
  overflow: hidden;
  margin-top:-4.0rem;
  padding:4.0rem 0 0;
}
.l-block03-inner{
  max-width:1200px;
  width:100%;
  margin:14.0rem auto 0;
  background:#FFFFFF;
  padding:0 3.0rem;
}
.l-block03-block{
  padding-top:5.0rem;
  padding-bottom:12.0rem;
  border-bottom:5px solid #e8ecf5;
}
.l-block03-block:last-of-type{
  padding-top:14.0rem;
  border-bottom:none;
}
.l-block03-block > span{
  padding-left:10.0rem;
  display: block;
  text-align: left;
  color: #8b9fcc;
  
  font-size: clamp(31px, 4.2rem, 42px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.l-block03-block > h2{
  padding-left:10.0rem;
  display: block;
  text-align: left;
  color: #8b9fcc;
  
  font-size: clamp(18px, 2.5rem, 25px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.l-block03-block-table{
  width:100%;
  display:table;
  margin:4.0rem auto 0;
}
.l-block03-block-table > div{
  width:50%;
  display:table-cell;
  vertical-align: bottom;
  text-align: left;
}
.l-block03-block-table-left{
  
}
.l-block03-block-table-left picture{
  
}
.l-block03-block-table-left picture img{
  width:100%;
}
.l-block03-block-table-left p{
  padding-left: 10.0rem;
  display: block;
  text-align: left;
  color: #808080;
  
  font-size: clamp(13px, 1.5rem, 15px);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.l-block03-block-table-right{
  padding-left:10.0rem;
}
.l-block03-block-table-right dl{
  
}
.l-block03-block-table-right dl dt{
  padding-bottom:1.0rem;
  text-align: left;
  color: #8b9fcc;
  
  font-size: clamp(22px, 3.0rem, 30px);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.1em;
  
  border-bottom:2px dotted #8b9fcc;
}
.l-block03-block-table-right dl dd{
  padding-top:1.5rem;
  text-align: left;
  color: #808080;
  
  font-size:clamp(13px, 1.5rem, 15px);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.l-block03-block-table-right-btn{
  padding-top:2.5rem;
  text-align: left;
}
.l-block03-block-table-right-btn a{
  width:40.0rem;
  border-radius:3.0rem;
  display:inline-block;
  background:#e8ecf5;
  padding:1.5rem 1.0rem;
  text-align: center;
  color: #808080;
  
  font-size:clamp(14px, 2.0rem, 20px);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
/*
.l-block03-block-table-right-btn a:hover {
  opacity: 1.0;
  background: #FFFFFF;
  color: #808080;
}
*/

@media screen and (max-width: 767.5px) {
  .l-block03{
    background: url("../images/about/block03-bg01_pc.png") top center no-repeat transparent;
    background-size: cover;
    overflow: hidden;
    margin-top:-4.0rem;
    padding:4.0rem 0 0;
  }
  .l-block03-inner{
    max-width:100%;
    width:100%;
    margin:14.0rem auto 0;
    background:#FFFFFF;
    padding:0 3.0rem;
  }
  .l-block03-block{
    padding-top:5.0rem;
    padding-bottom:12.0rem;
    border-bottom:5px solid #e8ecf5;
  }
  .l-block03-block:last-of-type{
    padding-top:12.0rem;
    border-bottom:none;
  }
  .l-block03-block > span{
    padding-left:0;
    display: block;
    text-align: center;
    color: #8b9fcc;

    font-size: 5.2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .l-block03-block > h2{
    padding-left:0;
    display: block;
    text-align: center;
    color: #8b9fcc;

    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .l-block03-block-table{
    width:100%;
    display:block;
    margin:0 auto;
  }
  .l-block03-block-table > div{
    width:100%;
    display:block;
    vertical-align: top;
    text-align: left;
    padding-top:6.0rem;
  }
  .l-block03-block-table-left{

  }
  .l-block03-block-table-left picture{

  }
  .l-block03-block-table-left picture img{
    width:100%;
  }
  .l-block03-block-table-left p{
    padding-left: 0;
    display: block;
    text-align: left;
    color: #808080;

    font-size: 2.6rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }
  .l-block03-block-table-right{
    padding-left:0;
  }
  .l-block03-block-table-right dl{

  }
  .l-block03-block-table-right dl dt{
    padding-bottom:2.0rem;
    text-align: left;
    color: #8b9fcc;

    font-size: 4.2rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.1em;

    border-bottom:2px dotted #8b9fcc;
  }
  .l-block03-block-table-right dl dd{
    padding-top:2.5rem;
    text-align: justify;
    color: #808080;

    font-size:2.6rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }
  .l-block03-block-table-right-btn{
    padding-top:4.0rem;
    text-align: center;
  }
  .l-block03-block-table-right-btn a{
    width: 60.0rem;
    padding: 2.5rem 3.0rem;
    display: inline-block;
    border-radius: 5.0rem;
    border: 1px solid #e8ecf5;
    background: #e8ecf5;
    text-align: center;
    color: #808080;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }
  /*
  .l-block03-block-table-right-btn a:hover {
    opacity: 1.0;
    background: #FFFFFF;
    color: #808080;
  }
  */
}


.l-block04{
  padding:0 3.0rem 15.0rem;
  background:#FFFFFF;
}
.l-block04-inner{
  max-width:1650px;
  width:100%;
  margin:0 auto;
}
.l-block04-title{
  max-width:1140px;
  width:100%;
  margin:0 auto;
}
.l-block04-title > span{
  padding-left:10.0rem;
  display: block;
  text-align: left;
  color: #8b9fcc;
  
  font-size: clamp(31px, 4.2rem, 42px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.l-block04-title > h2{
  padding-left:10.0rem;
  display: block;
  text-align: left;
  color: #8b9fcc;
  
  font-size: clamp(18px, 2.5rem, 25px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.l-block04-block{
  padding-top:6.5rem;
  text-align: left;
  display:block;
  font-size:0;
}
.l-block04-block-list{
  width:33.3%;
  display:inline-block;
  vertical-align: top;
  padding:0 2.5rem;
}
.l-block04-block-list-box{
  border-radius:3.0rem;
  background:#f7f5fb;
  padding:3.0rem 4.0rem 4.0rem;
  
  min-height:40.0rem;
}
.l-block04-block-list-box-title{
  padding-bottom:1.0rem;
  text-align: left;
  color: #8b9fcc;
  
  font-size:clamp(13px, 1.5rem, 15px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  
  border-bottom:1px solid #8b9fcc;
}


@media screen and (max-width: 767.5px) {
  .l-block04{
    padding:0 3.0rem 15.0rem;
    background:#FFFFFF;
  }
  .l-block04-inner{
    max-width:100%;
    width:100%;
    margin:0 auto;
  }
  .l-block04-title{
    max-width:100%;
    width:100%;
    margin:0 auto;
  }
  .l-block04-title > span{
    padding-left:0;
    display: block;
    text-align: center;
    color: #8b9fcc;

    font-size: 5.2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .l-block04-title > h2{
    padding-left:0;
    display: block;
    text-align: center;
    color: #8b9fcc;

    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .l-block04-block{
    padding-top:0;
    text-align: left;
    display:block;
    font-size:0;
  }
  .l-block04-block-list{
    width:100%;
    display:block;
    vertical-align: top;
    padding:6.0rem 0 0;
  }
  .l-block04-block-list-box{
    border-radius:3.0rem;
    background:#f7f5fb;
    padding:3.0rem 4.0rem 4.0rem;

    min-height:40.0rem;
  }
  .l-block04-block-list-box-title{
    padding-bottom:1.0rem;
    text-align: left;
    color: #8b9fcc;

    font-size:2.6rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.1em;

    border-bottom:1px solid #8b9fcc;
  }
}




@media screen and (max-width: 767.5px) {
  
}



@media screen and (max-width: 767.5px) {
  
}








