@charset "UTF-8";
/*=======================================================
共通
=======================================================*/
body{
  overflow-x: hidden;
 }
.el-ttlIcon--blue,
.el-ttlIcon--white {
  position: relative;
}
.el-ttlIcon--blue::before,
.el-ttlIcon--blue::after,
.el-ttlIcon--white::before,
.el-ttlIcon--white::after {
  position: absolute;
  content: "";
  width: 48px;
  height: 48px;
  top: 50%;
  transform: translateY(-50%);
}
.el-ttlIcon--blue::before {
  background: url(../images/common/ttlIcon-blue01.svg) top center/cover no-repeat;
  left: 0;
}
.el-ttlIcon--blue::after {
  background: url(../images/common/ttlIcon-blue02.svg) top center/cover no-repeat;
  right: 0;
}
.el-ttlIcon--white::before {
  background: url(../images/common/ttlIcon-white01.svg) top center/cover no-repeat;
  left: 0;
}
.el-ttlIcon--white::after {
  background: url(../images/common/ttlIcon-white02.svg) top center/cover no-repeat;
  right: 0;
}
@media screen and (max-width: 750px) {
  .el-ttlIcon--blue::before,
  .el-ttlIcon--blue::after,
  .el-ttlIcon--white::before,
  .el-ttlIcon--white::after {
    width: 60px;
    height: 60px;
  }
}
/*=======================================================
MV
=======================================================*/
.bl-mv {
  margin-top: 88px;
  height: 600px;
  background: url(../images/waseda/mv-bg.jpg) top center/cover no-repeat;
}
.bl-mv-conts {
  padding: 96px 735px 0 72px;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.bl-mv-ttl {
  width: 306px;
  margin-bottom: 40px;
}
.bl-mv-mainTxt {
  font-size: 20px;
  letter-spacing: 1.2px;
  margin-bottom: 16px;
}
.bl-mv-subTtl {
  width: 360px;
  margin-bottom: 56px;
}
.bl-mv-txt {
  color: #3884C6;
  background-color: #FFFFFF;
  border: 1px solid #3884C6;
  border-radius: 20px;
  padding: 4px 8px 6px;
  z-index: 1;
}
.bl-mv-conts > a {
  width: 310px;
  height: 87px;
  margin-top: -20px;
  background-color: #3884C6;
  font-size: 28px;
  padding-top: 10px;
  border: 1px solid #FFFFFF;
  letter-spacing: 1.12px;
}
.bl-mv-conts > a::after {
  border-width: 8.5px 0 8.5px 15px;
  top: 55%;
}
@media screen and (max-width: 750px) {
  .bl-mv {
    margin-top: 136px;
    height: 1000px;
    background: url(../images/waseda/mv-bg-sp.jpg) top center/cover no-repeat;
  }
  .bl-mv-conts {
    padding: 137px 0 0;
  }
  .bl-mv-ttl {
    width: 518px;
    margin-bottom: 56px;
  }
  .bl-mv-mainTxt {
    font-size: 28px;
    letter-spacing: 1.68px;
  }
  .bl-mv-subTtl {
    width: 582px;
    margin-bottom: 280px;
  }
  .bl-mv-txt {
    border-radius: 36px;
    padding: 16px 24px;
  }
  .bl-mv-conts > a {
    width: 526px;
    height: 120px;
    margin-top: -35px;
    font-size: 40px;
    padding-top: 20px;
    letter-spacing: 1.6px;
  }
  .bl-mv-conts > a::after {
    border-width: 14.5px 0 14.5px 26px;
    top: 57%;
  }
}
/*=======================================================
About
=======================================================*/
.bl-about {
  padding: 56px 0;
}
.bl-about .bl-cardUnit {
  gap: 0 16px;
}
.bl-about .bl-card {
  width: 64px;
}
.bl-about .bl-media-imgWrapper {
  flex: 0 1 554px;
  height: 314px;
}
.bl-about .bl-card > img {
  width: 60px;
  margin-bottom: 0;
}
.bl-about .bl-card:nth-of-type(2) > img,
.bl-about .bl-card:nth-of-type(3) > img,
.bl-about .bl-card:nth-of-type(4) > img {
  margin-bottom: 8px;
}
.bl-about .bl-media-txt {
  margin-bottom: 16px;
}
.bl-about .bl-card .bl-cardTxt {
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.56px;
  line-height: 1.15;
}
/* Mac,iPad Safari */
@media only screen and (min-device-width: 768px) {
  .bl-about .bl-card {
    width: 75px;
  }
  .bl-about .bl-cardUnit {
    gap: 0 4px;
  }
}
@media screen and (max-width: 750px) {
  .bl-about {
    padding: 80px 0;
  }
  .bl-about .bl-media {
    flex-flow: column-reverse;
  }
  .bl-about .bl-cardUnit {
    justify-content: center;
    gap: 0 8px;
  }
  .bl-about .bl-card {
    width: 88px;
  }
  .bl-about .bl-media-imgWrapper {
    flex: 0;
  }
  .bl-about .bl-card > img {
    width: 75px;
  }
  .bl-about .bl-media-txt {
    margin-bottom: 40px;
  }
  .bl-about .bl-card .bl-cardTxt {
    font-size: 20px;
    letter-spacing: 0.8px;
    line-height: 1.2;
  }
}
/*=======================================================
Video
=======================================================*/
.bl-video {
  display: flex;
  justify-content: center;
  padding-bottom: 56px;
}
@media screen and (max-width: 750px) {
  .bl-video {
    padding-bottom: 80px;
  }
}
/*=======================================================
Attractive
=======================================================*/
.bl-attractive {
  background: transparent linear-gradient(180deg, #D6F4FF 0%, #FFFFFF 100%) 0% 0% no-repeat;
  padding: 56px 0;
}
.bl-attractive .bl-ttlSet {
  display: flex;
  flex-flow: column;
  text-align: center;
}
.bl-attractive .el-sec-mainTtl {
  order: 2;
}
.bl-attractive .el-sec-subTtl {
  order: 1;
  font-size: 20px;
  margin-bottom: 8px;
  letter-spacing: 1.2px;
  position: relative;
}
.bl-attractive .el-sec-subTtl::before,
.bl-attractive .el-sec-subTtl::after {
  position: absolute;
  content: "/";
  top: 0;
}
.bl-attractive .el-sec-subTtl::before {
  transform: scale(-1, 1);
  left: 415px;
}
.bl-attractive .el-sec-subTtl::after {
  right: 415px;
}
.bl-attractive .bl-card > img {
  border: 1px solid #222222;
}
.bl-attractive .bl-cardTtl::after {
  position: absolute;
  content: "";
  background: url(../images/waseda/attractive-Ttl-line.svg) top center/cover no-repeat;
  width: 340px;
  height: 5px;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
}
.bl-attractive .bl-cardTxt .el-att {
  font-size: 17px;
}
@media screen and (max-width: 750px) {
  .bl-attractive {
    padding: 80px 0;
  }
  .bl-attractive .el-sec-subTtl {
    font-size: 28px;
    margin-bottom: 16px;
    letter-spacing: 1.68px;
  }
  .bl-attractive .el-sec-subTtl::before {
    left: 145px;
  }
  .bl-attractive .el-sec-subTtl::after {
    right: 145px;
  }
  .bl-attractive .bl-cardTtl::after {
    background: url(../images/waseda/attractive-Ttl-line-sp.svg) top center/cover no-repeat;
    width: 100%;
    bottom: -24px;
  }
  .bl-attractive .bl-card:nth-of-type(2) .bl-cardTtl::after {
    bottom: -23px;
  }
  .bl-attractive .bl-card:nth-of-type(3) .bl-cardTtl::after {
    bottom: -25px;
  }
  .bl-attractive .bl-cardTxt .el-att {
    font-size: 28px;
  }
}
/*=======================================================
Price
=======================================================*/
#price {
  padding: 56px 0;
  background: transparent linear-gradient(180deg, #0E847D 0%, #54DBD1 100%) 0% 0% no-repeat;
}
#price .el-sec-mainTtl {
  color: #FFFFFF;
}
#price .el-ttlIcon--white::before {
  left: 422px;
}
#price .el-ttlIcon--white::after {
  right: 422px;
}
.bl-priceTxt {
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 40px;
}
.bl-pricePlan {
  margin-bottom: 40px;
}
.bl-priceTable {
  border: 3px solid #F9ED3B;
  width: 959px;
  margin: 0 auto 16px;
}
.bl-priceTable > thead > tr > th {
  border-bottom: 1px solid #222222;
  background-color: #C30D23;
  color: #FFFFFF;
  padding: 24px 0;
  font-size: 24px;
  width: 320px;
  letter-spacing: 0.96px;
}
.bl-priceTable > thead > tr > th:first-of-type,
.bl-priceTable > thead > tr > th:nth-of-type(2) {
  border-right: 1px solid #222222;
}
.bl-priceTable > tbody > tr > td {
  background-color: #FFFFFF;
  font-size: 24px;
  text-align: center;
  padding: 17px 0 22px;
}
.bl-priceTable > tbody > tr:first-of-type > td {
  border-bottom: 1px solid #222222;
  letter-spacing: 0.96px;
}.bl-priceTable > tbody > tr > td:first-of-type {
  background-color: #F8F9E8;
}
.bl-priceTable > tbody > tr:nth-of-type(2) > td:nth-of-type(2) {
  line-height: 1.4;
}
.bl-priceTable > tbody > tr > td:first-of-type,
.bl-priceTable > tbody > tr > td:nth-of-type(2) {
  border-right: 1px solid #222222;
}
.bl-priceTable > tbody > tr > td .hp-big,
.bl-priceTable > tbody > tr > td .hp-priceBig {
  font-size: 30px;
  letter-spacing: 1.2px;
}
.bl-pricePlan .el-att {
  padding-left: 105px;
  letter-spacing: 0.96px;
  color: #FFFFFF;
  font-size: 16px;
}
.bl-aboutCampaign {
  background-color: #FFFFFF;
  border: 1px solid #222222;
  width: 959px;
  margin: auto;
  padding: 24px 30px;
}
.bl-aboutCampaignTtl {
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
.bl-aboutCampaignTtl::after {
  position: absolute;
  content: "";
  background: url(../images/top/price-Ttl-line.svg) top center/cover no-repeat;
  width: 946px;
  height: 5px;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.bl-aboutCampaign > p + p {
  margin-top: 8px;
}
.bl-aboutCampaign .bl-aboutCampaign-topAtt {
  letter-spacing: 0.56px;
  margin-bottom: 32px;
}
.bl-aboutCampaign > h4 {
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
  background-color: #0E847D;
  width: 100%;
  padding: 5px 0 7px;
  margin-bottom: 16px;
  letter-spacing: 0.8px;
}
.bl-aboutCampaign-example {
  margin-bottom: 32px;
  display: flex;
  flex-flow: nowrap;
  gap: 32px;
}
.bl-aboutCampaign-example > li {
  width: 434px;
  height: 170px;
  background-color: #F8F9E8;
  padding: 16px 0;
}
.bl-aboutCampaign-exampleTtl {
  text-align: center;
  font-size: 22px;
  margin-bottom: 24px;
  letter-spacing: 0.88px;
}
.bl-aboutCampaign-exampleCont {
  display: flex;
  flex-flow: nowrap;
  gap: 16px;
  justify-content: center;
}
.bl-aboutCampaign-exampleTxt {
  font-size: 14px;
  letter-spacing: 0.56px;
}
.bl-aboutCampaign-exampleTxt .el-btmMargin {
  display: inline-block;
  margin-bottom: 8px;
}
.bl-aboutCampaign-exampleTxt .el-big {
  display: inline-block;
  font-size: 23px;
  letter-spacing: 0.92px;
  margin-top: -4px;
}
.bl-aboutCampaign-exampleBox {
  border: 1px solid #222222;
  width: 235px;
  height: 76px;
  background-color: #FFFFFF;
}
.bl-aboutCampaign-exampleBoxTtl {
  background-color: #54DBD1;
  border-bottom: 1px solid #222222;
  font-size: 14px;
  height: 32px;
  text-align: center;
  padding: 3px 0 4px;
  letter-spacing: 0.56px;
}
.bl-aboutCampaign-exampleBoxTxt {
  text-align: center;
  padding: 2px 0 7px;
  display: flex;
  flex-flow: nowrap;
  gap: 8px;
  justify-content: center;
  align-items: center;
}
.bl-aboutCampaign-exampleBoxTxt .el-big {
  font-size: 23px;
  letter-spacing: 0.92px;
}
.bl-aboutCampaign-timing {
  display: flex;
  flex-flow: nowrap;
  gap: 8px;
  margin-bottom: 16px;
}
.bl-aboutCampaign-timing > li {
  width: 446px;
}
.bl-aboutCampaign-timing > li > table {
  border: 1px solid #222222;
}
.bl-aboutCampaign-timing > li > table > thead > tr > th {
  border-bottom: 1px solid #222222;
  text-align: center;
  background-color: #F9ED3B;
  padding: 8px 0;
  font-weight: normal
}
.bl-aboutCampaign-timing > li > table > tbody > tr > td:first-of-type {
  background-color: #F8F9E8;
  border-right: 1px solid #222222;
  width: 153px;
  text-align: center;
  padding: 8px 0;
}
.bl-aboutCampaign-timing > li > table > tbody > tr > td:nth-of-type(2) {
  background-color: #FFFFFF;
  padding: 8px 0 8px 24px;
}
.bl-aboutCampaign-timing > li > table > tbody > tr:first-of-type > td {
  border-bottom: 1px solid #222222;
}
.bl-aboutCampaign-att {
  font-size: 16px;
  letter-spacing: 0.96px;
}
@media screen and (max-width: 750px) {
  #price {
    padding: 80px 0;
    background: transparent linear-gradient(180deg, #0E847D 0%, #3DDEAB 100%) 0% 0% no-repeat;
  }
  #price .el-sec-mainTtl {
    margin-bottom: 40px;
  }
  #price .el-ttlIcon--white::before {
    left: 145px;
  }
  #price .el-ttlIcon--white::after {
    right: 145px;
  }
  .bl-priceTxt {
    margin-bottom: 40px;
  }
  .bl-pricePlan {
    margin-bottom: 56px;
  }
  .bl-priceTable {
    border: 5px solid #F9ED3B;
    width: 100%;
    margin: 0 auto 24px;
  }
  .bl-priceTable > thead > tr > th {
    padding: 32px 0;
    font-size: 40px;
    letter-spacing: 1.6px;
    width: 345px;
  }
  .bl-priceTable > thead > tr > th .hp-small {
    font-size: 28px;
  }
  .bl-priceTable > thead > tr > th:nth-of-type(2) {
    border-right: 0;
  }
  .bl-priceTable > tbody > tr > td {
    font-size: 28px;
    padding: 32px 0;
  }
  .bl-priceTable > tbody > tr:first-of-type > td {
    letter-spacing: 1.12px;
  }
  .bl-priceTable > tbody > tr > td:nth-of-type(2) {
    border-right: 0;
  }
  .bl-priceTable > tbody > tr > td .hp-big,
  .bl-priceTable > tbody > tr > td .hp-spBig {
    font-size: 32px;
    letter-spacing: 1.28px;
  }
  .bl-priceTable > tbody > tr > td .hp-priceBig {
    line-height: 1.2em;
    font-size: 56px;
  }
  .bl-pricePlan .el-att {
    padding-left: 30px;
    font-size: 24px;
  }
  .bl-aboutCampaign {
    border: 2px solid #222222;
    width: 100%;
    padding: 56px 40px;
  }
  .bl-aboutCampaignTtl {
    font-size: 32px;
    margin-bottom: 56px;
  }
  .bl-aboutCampaignTtl::after {
    background: url(../images/top/price-Ttl-line-sp.svg) top center/cover no-repeat;
    width: 601px;
    height: 5px;
    bottom: -24px;
  }
  .bl-aboutCampaign > p + p {
    margin-top: 16px;
  }
  .bl-aboutCampaign .bl-aboutCampaign-topAtt {
    letter-spacing: 0.96px;
    margin-bottom: 56px;
  }
  .bl-aboutCampaign > h4 {
    font-size: 32px;
    width: 100%;
    padding: 16px 0 18px;
    margin-bottom: 40px;
    letter-spacing: 1.28px;
  }
  .bl-aboutCampaign-example {
    margin-bottom: 56px;
    flex-flow: column;
    gap: 56px;
  }
  .bl-aboutCampaign-example > li {
    width: 100%;
    height: 307px;
    padding: 24px 0 32px;
  }
  .bl-aboutCampaign-exampleTtl {
    font-size: 32px;
    margin-bottom: 32px;
    letter-spacing: 1.28px;
  }
  .bl-aboutCampaign-exampleCont {
    gap: 32px;
  }
  .bl-aboutCampaign-exampleTxt {
    font-size: 28px;
    letter-spacing: 1.12px;
  }
  .bl-aboutCampaign-exampleTxt .el-big {
    font-size: 40px;
    letter-spacing: 1.6px;
    line-height: 2.3em;
  }
  .bl-aboutCampaign-exampleBox {
    width: 230px;
    height: 174px;
  }
  .bl-aboutCampaign-exampleBoxTtl {
    font-size: 28px;
    height: 58px;
    padding: 7px 0 11px;
    letter-spacing: 1.12px;
  }
  .bl-aboutCampaign-exampleBoxTxt {
    font-size: 28px;
    padding: 8px 0 5px;
    flex-flow: column;
    gap: 0;
  }
  .bl-aboutCampaign-exampleBoxTxt .el-big {
    font-size: 40px;
    letter-spacing: 1.6px;
  }
  .bl-aboutCampaign-timing {
    flex-flow: column;
    gap: 56px;
  }
  .bl-aboutCampaign-timing > li {
    width: 100%;
  }
  .bl-aboutCampaign-timing > li > table > thead > tr > th {
    padding: 20px 0 24px;
  }
  .bl-aboutCampaign-timing > li > table > tbody > tr > td:first-of-type {
    width: 170px;
    padding: 21px 0 22px;
  }
  .bl-aboutCampaign-timing > li > table > tbody > tr > td:nth-of-type(2) {
    width: 440px;
  }
  .bl-aboutCampaign-timing > li > table > tbody > tr:first-of-type > td:nth-of-type(2) {
    padding: 44px 0 40px 24px;
  }
  .bl-aboutCampaign-timing > li > table > tbody > tr:nth-of-type(2) > td:nth-of-type(2) {
    padding: 22px 0 20px 24px;
  }
  .bl-aboutCampaign-att {
    font-size: 24px;
  }
}
/*=======================================================
Access
=======================================================*/
.bl-access {
  padding: 56px 0 0;
}
.bl-access .bl-media {
  gap: 56px;
  margin-bottom: 56px;
}
.bl-access .bl-media-imgWrapper {
  flex: 0 1 556px;
  height: 316px;
  border: 1px solid #222222;
}
.bl-access .bl-media-imgWrapper > iframe {
  width: 554px;
  height: 314px;
}
.bl-access .bl-media-body > img {
  width: 216px;
  margin-bottom: 24px;
}
.bl-access .bl-media-body .el-btn {
  margin-left: 0;
  width: 320px;
  height: 48px;
  font-size: 18px;
}
.bl-access .bl-media-body .el-btn::after {
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #FFFFFF;
}
.bl-access-img {
  padding: 56px 0;
  background-color: #D6F4FF;
}
.bl-access-img .el-access-img-ttl {
  font-size: 26px;
  letter-spacing: 1.56px;
  text-align: center;
  margin-bottom: 32px;
}
.bl-access-img-list {
  display: flex;
  flex-flow: wrap;
  gap: 64px;
  justify-content: center;
}
.bl-access-img-list .bl-card {
  width: 320px;
}
.bl-access-img-list .bl-card-imgWrapper {
  margin-bottom: 16px;
  position: relative;
}
.bl-access-img-list .bl-card-imgWrapper::before {
  content: "";
	position: absolute;
	width: 40px;
	height: 40px;
  background: #3884C6;
	top: 0;
	left: 0;
}
.bl-access-img-list .bl-card-imgWrapper::after {
	position: absolute;
	width: 0;
	height: 0;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  color: #fff;
	top: 6px;
	left: 15px;
}
.bl-access-img-list .bl-card:first-of-type .bl-card-imgWrapper::after {
  content: "1";
}
.bl-access-img-list .bl-card:nth-of-type(2) .bl-card-imgWrapper::after {
  content: "2";
}
.bl-access-img-list .bl-card:nth-of-type(3) .bl-card-imgWrapper::after {
  content: "3";
}
.bl-access-img-list .bl-card:nth-of-type(4) .bl-card-imgWrapper::after {
  content: "4";
}
.bl-access-img-list .bl-card:nth-of-type(5) .bl-card-imgWrapper::after {
  content: "5";
}
.bl-access-img-list .bl-card:nth-of-type(6) .bl-card-imgWrapper::after {
  content: "6";
}
.bl-access-img-list .bl-card-body {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .bl-access {
    padding: 80px 0 0;
  }
  .bl-access .bl-media {
    gap: 56px;
    margin-bottom: 80px;
  }
  .bl-access .bl-media-imgWrapper {
    flex: 0 1 690px;
    height: 390px;
    border: 1px solid #222222;
  }
  .bl-access .bl-media-imgWrapper > iframe {
    width: 686px;
    height: 386px;
  }
  .bl-access .bl-media-body > img {
    width: 320px;
    margin: 0 auto 24px;
  }
  .bl-access .bl-media-body .el-btn {
    margin: 40px auto 0;
    width: 500px;
    height: 80px;
    font-size: 28px;
    padding-bottom: 0;
  }
  .bl-access .bl-media-body .el-btn::after {
    border-width: 8px 0 8px 14px;
    top: 49%;
  }
  .bl-access-img {
    padding: 80px 0;
  }
  .bl-access-img .el-access-img-ttl {
    font-size: 38px;
    margin-bottom: 40px;
  }
  .bl-access-img-list .bl-card {
    width: 600px;
  }
  .bl-access-img-list .bl-card-imgWrapper::before {
	  width: 60px;
	  height: 60px;
  }
  .bl-access-img-list .bl-card-imgWrapper::after {
    font-size: 28px;
	  top: 6px;
	  left: 20px;
  }
}
/*=======================================================
Flow
=======================================================*/
#flow {
  padding: 56px 0;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #E8F9F4 100%) 0% 0% no-repeat;
}
#flow .ly-cont-inner {
  position: relative;
}
#flow .el-ttlIcon--blue::before {
  left: 355px;
}
#flow .el-ttlIcon--blue::after {
  right: 355px;
}
.bl-flowTxt {
  text-align: center;
  margin-bottom: 40px;
}
.bl-flowTxt > a {
  color: #0E847D;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
#flow .bl-cardUnit {
  justify-content: space-between;
  margin-bottom: 16px;
}
#flow .bl-cardUnit .bl-card {
  width: 220px;
  background: transparent linear-gradient(180deg, #FFFFFF00 0%, #FFFFFF 100%) 0% 0% no-repeat;
  display: flex;
  flex-flow: column;
  align-items: center;
}
#flow .bl-cardUnit .bl-card:first-of-type {
  padding: 14px 0 16px;
}
#flow .bl-cardUnit .bl-card:nth-of-type(2) {
  padding: 9px 0 32px;
}
#flow .bl-cardUnit .bl-card:nth-of-type(3) {
  padding: 12px 0 16px;
}
#flow .bl-cardUnit .bl-card:nth-of-type(4) {
  padding: 18px 0 16px;
}
#flow .bl-cardUnit .bl-card:first-of-type,
#flow .bl-cardUnit .bl-card:nth-of-type(2),
#flow .bl-cardUnit .bl-card:nth-of-type(3) {
  position: relative;
}
#flow .bl-cardUnit .bl-card:first-of-type::after,
#flow .bl-cardUnit .bl-card:nth-of-type(2)::after,
#flow .bl-cardUnit .bl-card:nth-of-type(3)::after {
  position: absolute;
  content: "";
  width:0;
  height:0;
  border-style:solid;
  border-width: 37.5px 0 37.5px 24px;
  border-color: transparent transparent transparent #95FADA;
  top: 50%;
  transform: translateY(-50%);
  right: -55px;
}
#flow .bl-cardUnit .bl-card > picture {
  width: 142px;
  height: 102px;
}
#flow .bl-cardUnit .bl-card:first-of-type > picture {
  margin-bottom: 4px;
}
#flow .bl-cardUnit .bl-card:nth-of-type(2) > picture {
  margin-bottom: 24px;
}
#flow .bl-cardUnit .bl-card:nth-of-type(3) > picture {
  margin-bottom: 6px;
}
#flow .bl-cardUnit .bl-card:nth-of-type(4) > picture {
  margin-bottom: 0;
}
#flow .bl-cardUnit .bl-card .bl-cardTxt {
  text-align: center;
}
#flow .bl-cardUnit .bl-card:nth-of-type(2) .bl-cardTxt .el_asterisk {
  font-size: 14px;
  display: block;
  margin: -35px 0 0 80px;
}
#flow .bl-cardUnit .bl-card .hp-big,
#flow .bl-cardUnit .bl-card .bl-cardTxt .hp-big {
  font-size: 20px;
  letter-spacing: 1.2px;
}
#flow .el-att {
  letter-spacing: 0.56px;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  #flow {
    padding: 56px 0 80px;
  }
  #flow .el-ttlIcon--blue::before {
    left: 70px;
  }
  #flow .el-ttlIcon--blue::after {
    right: 70px;
  }
  .bl-flowTxt {
    text-align: start;
    margin-bottom: 56px;
  }
  #flow .bl-cardUnit {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 127px;
    margin-bottom: 80px;
  }
  #flow .bl-cardUnit .bl-card {
    width: 610px;
    border: 2px solid #4BB7E8;
    flex-flow: nowrap;
    gap: 18px;
    text-align: start;
  }
  #flow .bl-cardUnit .bl-card:first-of-type,
  #flow .bl-cardUnit .bl-card:nth-of-type(2),
  #flow .bl-cardUnit .bl-card:nth-of-type(3),
  #flow .bl-cardUnit .bl-card:nth-of-type(4) {
    padding: 24px 0 24px 39px;
  }
  #flow .bl-cardUnit .bl-card:first-of-type::after,
  #flow .bl-cardUnit .bl-card:nth-of-type(2)::after,
  #flow .bl-cardUnit .bl-card:nth-of-type(3)::after {
    border-width: 47px 74.5px 0 74.5px;
    border-color: #4BB7E8 transparent transparent transparent;
    top: 242px;
    right: 25%;
    transform: translateX(-50%);
  }
  #flow .bl-cardUnit .bl-card > picture {
    width: 154px;
    height: 154px;
  }
  #flow .bl-cardUnit .bl-card:first-of-type > picture,
  #flow .bl-cardUnit .bl-card:nth-of-type(2) > picture,
  #flow .bl-cardUnit .bl-card:nth-of-type(3) > picture,
  #flow .bl-cardUnit .bl-card:nth-of-type(4) > picture {
    margin-bottom: 0;
  }
  #flow .bl-cardUnit .bl-card .bl-cardTxt {
    text-align: start;
    position: relative;
  }
  #flow .bl-cardUnit .bl-card:first-of-type .bl-cardTxt,
  #flow .bl-cardUnit .bl-card:nth-of-type(3) .bl-cardTxt,
  #flow .bl-cardUnit .bl-card:nth-of-type(4) .bl-cardTxt {
    padding-top: 60px;
  }
  #flow .bl-cardUnit .bl-card .bl-cardTxt-set {
    display: flex;
    flex-flow: column;
  }
  #flow .bl-cardUnit .bl-card .bl-cardTxt-set > p + p {
    margin-top: 16px;
  }
  #flow .bl-cardUnit .bl-card .bl-cardTxt > span {
    position: absolute;
    width: 300px;
    top: 0;
    left: 0;
  }
  #flow .bl-cardUnit .bl-card:nth-of-type(2) .bl-cardTxt::after {
    font-size: 14px;
    top: 0;
    right: -15px;
  }
  #flow .bl-cardUnit .bl-card .hp-big,
  #flow .bl-cardUnit .bl-card .bl-cardTxt .hp-big {
    font-size: 32px;
    letter-spacing: 1.92px;
  }
  #flow .bl-cardUnit .bl-card:nth-of-type(2) .bl-cardTxt .el_asterisk {
    display: none;
  }
  #flow .el-att {
    font-size: 20px;
    letter-spacing: 0.8px;
  }
}