<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
h3.txtw{
  line-height:1.5em;
}
h3.txtw span.txtw_s {
  font-size:24px;
}
@media (max-width: 1079px) and (min-width: 767px) {
h3.txtw span.txtw_s {
  font-size: calc( 24/1080*100vw );
}
}
.system_top {
  height: 350px;
  background: url(../images/system/system_top_bg.jpg) center bottom no-repeat;
  background-size: cover;
}
.system_pic {
  position: absolute;
  left: 50%;
  margin-left: -565px;
  bottom: -35px;
  width: 1080px;
  text-align: right;
}
.system_pic img{
  max-width: 100%;
}
.system_inner {
  max-width: 1080px;
  margin: 0 auto;
}
.system_top_ttl_wrap {
  width: 460px;
  text-align: center;
  margin-top: 40px;
}
.sub_page_wbox{
  margin-top: 70px;
  padding: 55px 0px 70px 0px;
}
.sub_page_wbox h4{
  letter-spacing: 0.2em;
  line-height: 2.25em;
}
.sub_page_wbox .sub_page_wbox_txt01 {
  margin-top: 40px;
}
.inner{
  max-width: 1080px;
  margin: 0 auto;
}
/* advantages */
.advantages .ttl01{
  padding-top: 0px;
  margin-top: 60px;
  letter-spacing: 0.2em;
}
.advantages ul{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  margin-top: 65px;
}
.advantages ul li{
  width: 240px;
}
.advantages .item .cricle_svg{
  background: url(../images/system/advantages_bg.svg) center center/100% no-repeat;
  height: 240px;
  text-align: center;
}
.advantages .item .cricle_svg img{
  margin-top: 55px;
}
.advantages .item h4{
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: normal;
  height: 100px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.advantages ul li:nth-of-type(1) .item h4 {
  height:130px;
}
.advantages ul li:nth-of-type(1) .item h4 span.circle_smoji {
  font-size:20px;
}
.advantages .item p{
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  margin-top: 20px;
}

/* Senior */
.senior{
  background-color: #e5f6fd;
  padding: 0px 10px 10px;
  margin-top:90px;
  margin-bottom: 120px;
}
.senior h4{
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: normal;
  text-align: center;
  height: 60px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.senior .box {
  padding:35px 55px;
  background: #fff;
  line-height: 2.0em;
  letter-spacing: 0.1em;
}
.senior ul{
  display: flex;
  display: -webkit-flex;
  background-color: #ffffff;
  padding: 60px 50px;
}
.senior ul li figure img{
  max-width: 100%;
}
.senior ul li + li{
  margin-left: 50px;
  max-width: 475px;
}
.senior p{
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 0.1em;
}
.senior .signature{
  text-align: right;
  margin-top: 10px;
}
.senior .signature span:first-child{
  display: block;
}
.senior .signature span:last-child{
  font-size: 24px;
}
/* Flow */
.flow .ttl01{
  padding-top: 0px;
  letter-spacing: 0.2em;
  line-height: 1.8em;
}
.flow_in{
  background: url(../images/system/flow_bg.svg) center 75%/contain no-repeat;
  text-align: center;
  margin-top: 65px;
  position: relative;
  visibility: hidden;
}
.flow_in ul{
  display: flex;
  display: -webkit-flex;
}
.flow_in ul li{
  width: 200px;
  text-align: center;
}
.flow_in ul.row1 {
  margin-left: 10px;
}
.flow_in ul.row1::before{
  content: '';
  position: absolute;
  top: 0%;
  right: 0px;
  bottom: 0px;
  background-color: #ffffff;
  width: 0%;
  height: 55%;
}
.flow_in ul.row1 li + li{
  margin-left: 30px;
}
.flow_in ul.row2{
  margin-top: 50px;
  margin-right: 60px;
  justify-content: flex-start;
  flex-direction: row-reverse;
}
.flow_in ul.row2::before{
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: #ffffff;
  width: 100%;
  height: 48%;
}
.flow_in ul.row2 li + li{
  margin-right: 30px;
}

.flow_in ul li figure img{
  max-width: 100%;
}
.flow_in ul li p{
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 180px;
  font-size: 24px;
  letter-spacing: 0.1em;
  border: solid #d1e9fa 2px;
  background-color: #ffffff;
  margin: -20px auto 0px auto;
  position: relative;
  z-index: 2;
}
.flow_txt{
  font-size: 16px;
  letter-spacing: 0.1em;
  width:725px;
  margin:40px auto 0;
}
.flow_smoji {
  margin-top: 95px;
  text-align: center;
}
.advantages .inview{
  visibility: hidden;
}
.advantages .inview_active{
  visibility: visible;
}
.advantages .inview_active li{
  animation: fadeLeft 0.6s linear;
  animation-fill-mode: both;
  -ms-animation: fadeLeft 0.6s linear;
  -ms-animation-fill-mode: both;
  position: relative;
}
.advantages .inview_active li:nth-child(1){
  animation-delay: .3s;
}
.advantages .inview_active li:nth-child(2){
  animation-delay: .6s;
}
.advantages .inview_active li:nth-child(3){
  animation-delay: .9s;
}
.advantages .inview_active li:nth-child(4){
  animation-delay: 1.2s;
}
.flow_in.inview_active{
  visibility: visible;
}

.flow .inview_active .row1 li{
  animation: fadeLeft 0.6s linear;
  animation-fill-mode: both;
  position: relative;
}
.flow .inview_active .row1:before{
  animation: fadeA1 1.2s linear;
  animation-fill-mode: both;
}
.flow .inview_active .row1 li:nth-child(1){
  animation-delay: .3s;
}
.flow .inview_active .row1 li:nth-child(2){
  animation-delay: .6s;
}
.flow .inview_active .row1 li:nth-child(3){
  animation-delay: .9s;
}
.flow .inview_active .row1 li:nth-child(4){
  animation-delay: 1.2s;
}


.flow .inview_active .row2 li{
  animation: fadeRight 0.6s linear;
  animation-fill-mode: both;
  position: relative;
}
.flow .inview_active .row2:before{
  animation: fadeA2 1.2s linear;
  animation-fill-mode: both;
  animation-delay: 1.2s;
}
.flow .inview_active .row2 li:nth-child(1){
  animation-delay: 1.5s;
}
.flow .inview_active .row2 li:nth-child(2){
  animation-delay: 1.8s;
}
.flow .inview_active .row2 li:nth-child(3){
  animation-delay: 2.1s;
}
.flow .inview_active .row2 li:nth-child(4){
  animation-delay: 2.4s;
}

@media (max-width:1079px) and (min-width:768px) {
  .system_top{
    height: 300px;
  }
  .system_pic {
    position: absolute;
    left: auto;
    right: 2%;
    margin-left: 0;
    width: 30%;
    text-align: right;
  }
  .senior{
    width: 94%;
    margin-left:auto;
    margin-right:auto;
  }
  .senior h4{
    font-size: calc( 24/1080*100vw );
  }
  .senior p{
    font-size: calc( 16/1080*100vw );
  }
  .senior ul{
    padding: 5.5vw 2.3vw;
  }
  .senior ul li + li{
    margin-left:2.6vw;
  }
  /* advantages */
  .advantages{
    padding: 0px 3%;
  }
  .advantages ul li{
    width: 23.222%;
  }
  .advantages .item h4{
    font-size: calc( 24/1080*100vw );
    height: 9.26vw;
  }
  .advantages ul li:nth-of-type(1) .item h4 {
    font-size: calc( 24/1080*100vw );
    height: 12vw;
    letter-spacing: 0.03em;
  }
  .advantages ul li:nth-of-type(1) .item h4 span.circle_smoji {
    font-size: calc( 20/1080*100vw );
  }
  .advantages .item .cricle_svg{
    height: 23vw;
  }
  .advantages .item .cricle_svg img{
    margin-top: 5.1vw;
    width: 9.8vw;
  }
  .advantages .item p{
    font-size: calc( 16/1080*100vw );
  }
  .senior .signature span:first-child{
    font-size: calc( 16/1080*100vw );
  }
  .senior .signature span:last-child{
    font-size: calc( 24/1080*100vw );
  }
  /* Flow */
  .flow{
    padding: 0px 3%;
  }
  .flow_in ul li{
    width: 18.5vw;
  }
  .flow_in ul.row1 li + li{
    margin-left: 1.78vw;
  }
  .flow_in ul.row2{
    margin-top: 4.63vw;
    margin-right: 2.56vw;
  }
  .flow_in ul.row2 li + li{
    margin-right: 1.78vw;
  }
  .flow_in ul li p{
    font-size: calc( 24/1080*100vw );
    height:3.7vw ;
    width: 16.7vw;
  }
}
@media(max-width:767px) {
  h3.txtw {
    line-height:1.5em;
  }
  h3.txtw span.txtw_s {
    font-size:calc( 29/750*100vw );
  }

  .system_top_bg{
    background: #272727;
  }
  .system_top{
    height: auto;
    background: url(../images/system/system_top_bg_s.jpg) bottom 0 center no-repeat;
    background-size: 100%;
    padding-bottom: 46.5%;
  }
  .system_pic{
    width: 40vw;
    right: 0px;
    bottom: 0px;
    margin-left: 0px;
    margin-bottom: -4vw;
  }
  .system_inner{
    width: 100%;
  }
  .system_top_ttl_wrap {
      width: 100%;
      text-align: center;
      margin-top: 3.33vw;
  }
  .sub_page_wbox h4{
    font-size: calc( 30/750*100vw );
    line-height: 1.92em;
  }
  .sub_page_wbox .sub_page_wbox_txt01{
    font-size: calc( 27/750*100vw );
    margin-top: 5.33vw;
  }
  .sub_page_wbox{
    padding: 7.4vw 2% 7.4vw;
    margin-top: 8vw;
  }
  /* Senior */
  .senior{
    width:  89.33vw;
    margin: 10vw auto 16vw auto;
  }
  .senior h4{
    height: 12vw;
    font-size: calc( 36/750*100vw );
  }
  .senior .box {
    font-size:calc( 27/750*100vw );
    padding: 3.33vw 3.33vw 7.33vw;
  }
  .senior ul{
    padding: 3.33vw 3.33vw 7.33vw;
    flex-direction: column;
  }
  .senior ul li + li{
    margin: 0px;
    max-width: 100%;
  }
  .senior h5{
    font-size: calc( 36/750*100vw );
    letter-spacing: 0.05em;
    margin-top: 7.33vw;
  }
  .senior p{
    margin-top: 4.67vw;
    font-size: calc( 27/750*100vw );
  }
  .senior .signature span:first-child{
    font-size: calc( 24/750*100vw );
  }
  .senior .signature span:last-child{
    font-size: calc( 36/750*100vw );
  }
  /* advantages */
  .advantages .ttl01{
    font-size: calc( 36/750*100vw );
    margin-top: 12vw;
  }
  .advantages{
    padding: 0px  5.333vw;
  }
  .advantages ul{
    flex-direction: column;
    margin-top: 10.67vw;
  }
  .advantages ul li{
    width: 100%;
  }
  .advantages ul li + li{
    margin-top: 4vw;
  }
  .advantages .item{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
  }
  .advantages .item .cricle_svg{
    width: 40vw;
    height: 40vw;
  }
  .advantages .item .cricle_svg img{
    width:  16.7vw;
    margin-top: 9.4vw;
  }
  .advantages .item h4{
    font-size: calc( 30/750*100vw );
    height: 18vw;
  }
  .advantages ul li:nth-of-type(1) .item h4 {
    font-size: calc( 30/750*100vw );
    height:22vw;
    letter-spacing: 0.03em;
  }
  .advantages ul li:nth-of-type(1) .item h4 span.circle_smoji {
    font-size: calc( 24/750*100vw );
  }
  .advantages .item p{
    width: 44.7vw;
    font-size: calc( 24/750*100vw );
    margin-top: 0px;
  }
  /* Flow */
  .flow_in {
    background: url(../images/system/flow_bg_s.svg) center bottom/auto 153.33vw no-repeat;
    text-align: center;
    width: 57.333vw;
    margin: 10.67vw auto 0px auto;
    padding-bottom: 18vw;
  }
  .flow_in ul li{
    width: 26.67vw;
  }
  .flow_in ul.row1, .flow_in ul.row2{
    flex-direction: column;
    margin: 0px;
  }
  .flow_in ul li + li{
    margin: -16vw 0px 0px 0px;
  }
  .flow_in ul li:nth-child(3){
    margin: -8vw 0px 0px 0px;
  }
  .flow_in ul li:nth-child(2n+2){
    margin-left: 30.67vw!important;
  }
  .flow_in ul.row1 li + li{
    margin-left: 0px;
  }
  .flow_in ul.row2{
    margin-top: -8vw;
  }
  .flow_in ul li p{
    font-size: calc( 24/750*100vw );
    height: 5.333vw;
    width: 24vw;
    margin-top: -2.667vw;
  }
  .flow_txt{
    font-size: calc( 27/750*100vw );
    padding: 0px 5.333vw;
    text-align: left;
    line-height:1.8em;
    width:100%;
    margin:5% auto 7%;
  }
  .flow_smoji {
    text-align: center;
    font-size: calc( 27/750*100vw );
    margin-top: 14vw;
  }
  .flow .inview_active .row2 li{
    animation: fadeLeft 0.6s linear;
    animation-fill-mode: both;
    position: relative;
  }
  .flow .inview_active .row2:before, .flow .inview_active .row1:before{
    display: none;
  }
  .flow_in ul{
    position: relative;
    z-index: 2;
  }
  .flow .inview_active:after{
    content: "";
    height: 155vw;
    width: 100%;
    background-color: #ffffff;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    animation: fadeUpDown 2.4s linear;
    animation-fill-mode: both;
  }
}

 /* Keyframe animation */
 @keyframes fadeLeft {
  0% {
    opacity: 0;
    left: -30px;
  }
  75% {
    opacity: 0.5;
    left: 0px;
  }
  100% {
    opacity: 1;
  }
}
 @-webkit-keyframes fadeLeft {
  0% {
    opacity: 0;
    left: -30px;
  }
  75% {
    opacity: 0.5;
    left: 0px;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeRight {
  0% {
    opacity: 0;
    right: -30px;
  }
  75% {
    opacity: 0.5;
    right: 0px;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeRight {
  0% {
    opacity: 0;
    right: -30px;
  }
  75% {
    opacity: 0.5;
    right: 0px;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeA1 {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@-webkit-keyframes fadeA1 {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@keyframes fadeA2 {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@-webkit-keyframes fadeA2 {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@keyframes fadeUpDown {
  0% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
@-webkit-keyframes fadeUpDown {
  0% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
</pre></body></html>