img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.c-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: relative
}
.c-ttl:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #457c96;
  position: absolute;
  left: 0
}
.c-ttl img {
  width: auto;
  height: 100%;
  background: #fff;
  padding: 0 16px;
  position: relative;
  z-index: 10
}
@media screen and (min-width:760px) {
  .c-ttl img {
    padding: 0 20px
  }
}
.c-note > li {
  /*padding-left: 1.125em;*/
  position: relative;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
}
@media screen and (min-width:760px) {
  .c-note > li {
    text-align: center;
  }
}
.c-note > li:before {
  content: "※";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  position: static
}
.service {
  font-weight: 500
}
.service_main {
  max-width: 940px;
  color: #212020;
  padding: 40px 15px 80px !important;
  margin: 0 auto
}
@media screen and (min-width:760px) {
  .service_main {
    padding: 60px !important
  }
}
.service_logo {
  height: 40px;
  text-align: center;
  margin-bottom: 16px
}
@media screen and (min-width:760px) {
  .service_logo {
    margin-bottom: 20px
  }
}
.service_logo img {
  width: auto;
  height: 100%
}
.service_ttl,.series_ttl {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  letter-spacing: .03em;
  line-height: 1.5;
  margin-bottom: 40px
}
@media screen and (min-width:760px) {
  .service_ttl,.series_ttl {
    font-size: 30px;
    margin-bottom: 56px
  }
}
.service_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 230px;
  height: 50px;
  border-radius: 50px;
  background: #7c8bdd;
  font-size: 15px;
  color: #fff;
  line-height: 1;
  margin: 36px auto 0
}
@media screen and (min-width:960px) {
  .service_btn {
    -webkit-transition: opacity .32s cubic-bezier(.165, .84, .44, 1);
    transition: opacity .32s cubic-bezier(.165, .84, .44, 1)
  }
  .service_btn:hover {
    opacity: .7
  }
}
.servicePrivilege {
  margin-bottom: 60px
}
@media screen and (min-width:760px) {
  .servicePrivilege {
    margin-bottom: 80px
  }
}
.servicePrivilege_ttl {
  width: 202px;
  height: 20px;
  text-align: center;
  margin: 0 auto 55px
}
@media screen and (min-width:760px) {
  .servicePrivilege_ttl {
    width: 270px;
    height: 22px;
    margin-bottom: 80px
  }
}
@media screen and (min-width:960px) {
  .servicePrivilege_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}
.servicePrivilegeItem {
  background: #f7f7ff;
  border-radius: 8px;
  position: relative;
  padding: 50px 20px 20px;
  margin-bottom: 45px
}
@media screen and (min-width:760px) {
  .servicePrivilegeItem {
    padding: 70px 30px 24px;
    margin-bottom: 70px
  }
}
@media screen and (min-width:960px) {
  .servicePrivilegeItem {
    width: calc(33.333% - 13.33333px);
    margin: 0
  }
}
.servicePrivilegeItem a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
  -webkit-transform: translate(-4px);
  transform: translate(-4px);
  position: relative
}
.servicePrivilegeItem a:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: solid #fff;
  border-width: 1px 1px 0 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg)
}
@media screen and (min-width:960px) {
  .servicePrivilegeItem a:hover {
    opacity: .7
  }
}
.servicePrivilegeItem a:after {
  border-color: #212121;
  right: 50%;
  -webkit-transform: translate(70px, -50%) rotate(45deg);
  transform: translate(70px, -50%) rotate(45deg)
}
.servicePrivilegeItem_ico {
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 15px rgba(141, 193, 255, .2);
  box-shadow: 0 0 15px rgba(141, 193, 255, .2);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
@media screen and (min-width:760px) {
  .servicePrivilegeItem_ico {
    width: 100px;
    height: 100px;
    -webkit-box-shadow: 0 0 20px rgba(141, 193, 255, .2);
    box-shadow: 0 0 20px rgba(141, 193, 255, .2)
  }
}
.servicePrivilegeItem_ttl {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5
}
@media screen and (min-width:760px) {
  .servicePrivilegeItem_ttl {
    font-size: 23px
  }
}
.servicePrivilegeItem_ttl.-left {
  text-align: center
}
.servicePrivilegeItem_ttl span {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #7c8bdd;
  line-height: 1;
  margin-bottom: 8px
}
@media screen and (min-width:760px) {
  .servicePrivilegeItem_ttl span {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 6px
  }
}
.servicePrivilegeItem_txt {
  font-size: 13px;
  line-height: 1.55;
  margin-top: 8px
}
@media screen and (min-width:760px) and (max-width:959px) {
  .servicePrivilegeItem_txt {
    text-align: center
  }
}
@media screen and (min-width:760px) {
  .servicePrivilegeItem_txt {
    font-size: 14px
  }
}
.serviceProgram_ttl {
  width: 226px;
  height: 44px;
  margin: 0 auto 22px
}
@media screen and (min-width:760px) {
  .serviceProgram_ttl {
    width: 386px;
    height: 22px;
    margin-bottom: 30px
  }
}
.serviceProgramInfo {
  background: #f7f7ff;
  border-radius: 8px;
  padding: 20px 15px;
  margin-bottom: 30px
}
@media screen and (min-width:760px) {
  .serviceProgramInfo {
    margin-bottom: 40px;
    padding: 30px 20px
  }
}
.serviceProgramInfo_ttl {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  color: #7c8bdd;
  line-height: 1;
  margin-bottom: 16px
}
@media screen and (min-width:760px) {
  .serviceProgramInfo_ttl {
    font-size: 19px;
    text-align: center;
  }
}
.serviceProgramInfo_ttl.-sub {
  font-size: 13px;
  color: #717172;
  margin-bottom: 10px
}
.serviceProgramInfo_txt {
  font-size: 13px;
  line-height: 1.55;
  margin-bottom: 16px
}
@media screen and (min-width:760px) {
  .serviceProgramInfo_txt {
    font-size: 15px;
    text-align: center;
    margin-bottom: 24px
  }
}
@media screen and (min-width:760px) {
  .serviceProgramProduct {
    margin-bottom: 60px
  }
}
@media screen and (min-width:960px) {
  .serviceProgramProduct {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}
.serviceProgramProduct_item {
  margin-bottom: 24px
}
@media screen and (min-width:760px) and (max-width:959px) {
  .serviceProgramProduct_item {
    margin-bottom: 40px
  }
}
@media screen and (min-width:960px) {
  .serviceProgramProduct_item {
    width: calc(100% - 10px);
    margin: 0
  }
}
.serviceProgramProduct_target {
  font-size: 16px;
  font-weight: 700;
  color: #7c8bdd;
  line-height: 1.5;
  margin-bottom: 6px;
  text-align: center
}
@media screen and (min-width:760px) {
  .serviceProgramProduct_target {
    font-size: 18px;
    text-align: center
  }
}
.serviceProgramProduct_img {
  display: block;
  width: 100%;
  max-width: 480px;
  margin: 0 auto 10px
}
.serviceProgramProduct_name {
  font-size: 15px;
  line-height: 1.55;
  text-align: center
}
@media screen and (min-width:760px) {
  .serviceProgramProduct_name {
    text-align: center
  }
}
.serviceProgramAppreciated {
  border: 1px dashed #7c8bdd;
  border-radius: 8px;
  padding: 28px 15px 8px;
  margin-bottom: 20px
}
@media screen and (min-width:760px) {
  .serviceProgramAppreciated {
    padding: 28px 30px
  }
}
.serviceProgramAppreciated_ttl {
  font-size: 16px;
  font-weight: 700;
  color: #7c8bdd;
  text-align: center;
  line-height: 1;
  margin-bottom: 14px
}


.serviceProgramAppreciated_ttl.v2 {
  font-size: 16px;
  font-weight: 700;
  color: #9ba760;
  text-align: center;
  line-height: 1;
  margin-bottom: 14px
}

@media screen and (min-width:760px) {
  .serviceProgramAppreciated_ttl {
    font-size: 19px;
    margin-bottom: 16px
  }
  .serviceProgramAppreciated_ttl.v2 {
    font-size: 19px;
    margin-bottom: 16px
  }	
}
.serviceProgramAppreciated_lead {
  font-size: 13px;
  line-height: 1.55;
  margin-bottom: 16px
}

.serviceProgramAppreciated_lead.v2 {
	margin-bottom: 35px;
}

@media screen and (min-width:760px) {
  .serviceProgramAppreciated_lead {
    font-size: 15px;
    text-align: center;
    margin-bottom: 24px
  }
	
.serviceProgramAppreciated_lead.v2 {
	margin-bottom: 35px;
}	
	
}
@media screen and (min-width:960px) {
  .serviceProgramAppreciated_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
	
  .serviceProgramAppreciated_list.v2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
	width: 80%;
    margin: 0 auto;
  }	
	
}
.serviceProgramAppreciated_item {
  margin-bottom: 16px
}
@media screen and (min-width:960px) {
  .serviceProgramAppreciated_item {
    width: calc(33.333% - 23.33333px);
    margin: 0
  }
	
  .serviceProgramAppreciated_item.v2 {
    width: calc(46% - 0px);
    margin: 0
  }	
}
.serviceProgramAppreciated_item .name {
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px
}
.serviceProgramAppreciated_item .txt {
  font-size: 13px;
  line-height: 1.55;
  padding-left: 1em
}

.series{
  background-color: #f7faff;
  margin: 14px auto 0;
  padding: 40px 20px;
}

.series__ttl{
  text-align: center;
}

.series__ttl .en{
  display: block;
  margin-top: 18px;
  font-size: 12px;
  font-family: 'Josefin Sans', 'sans-serif';
  letter-spacing: .18em;
  color: #1d0990;
}

.series__list{
  flex-wrap: wrap;
}

.series__list__item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 16px;
}
.series__list__item__img{
  width: calc(320/670 * 100%);
}
.series__list__item__content{
  width: calc(320/670 * 100%);
}
.series__list__item__title {
  font-size: 13px;
  text-align: left;
  font-weight: 600;
}
.series__list__item__text {
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.4;
}

.series__btn{
  max-width: 400px;
  margin: 32px auto 0;
  text-align: center;
  padding: 0 5px;
}

.series__btn a{
  transition: all 0.3s ease;
  display: block;
    position: relative;
    padding: 15px 0;
    background-color: #1d0990;
    font-size: 15px;
    line-height: 1;
    color: #fff;
    letter-spacing: .04em;
    text-align: center;
}

@media screen and (min-width:960px) {
  .series{
    margin-top: 110px;
    text-align: center;
  }
  
  .series__list{
    max-width: 900px;
    display: flex;
    justify-content: space-between;
    margin: 20px auto 0;
    box-sizing: border-box;
  }
  
  .series__list__item{
    width: 225px;
    flex-flow: column;
    justify-content:flex-start;
  }
  
  .series__list__item__img{
    height: 102px;
    width:100%;
    border: 1px solid #e0e0e0;
  }
  
  .series__list__item__img a{
    transition: opacity 0.5s ease;
  }
  
  .series__list__item__img a img{
    max-width: 100%;
    height: auto;
  }
  
  .series__list__item__content{
    width: 100%;
  }

  .series__list__item__title{
    margin-top: 24px;
    font-size: 15px;
    letter-spacing: .12em;
    line-height: 1;
    text-align: center;
  }
  
  .series__list__item__text{
    margin-top: 12px;
    font-size: 13px;
    line-height: calc(20/13);
    text-align: left;
  }
}