@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/top/mv-bg.jpg) top center/cover no-repeat;
}
.bl-mv-conts {
  padding: 98px 105px 76px 599px;
  display: flex;
  flex-flow: column;
  text-align: center;
}
.bl-mv-ttl {
  order: 2;
  width: 306px;
  margin: auto;
  margin-bottom: 32px;
}
.bl-mv-subTtl {
  order: 1;
  font-size: 15px;
  color: #10847d;
  margin-bottom: 16px;
  letter-spacing: 0.9px;
  font-weight: normal;
  line-height: calc(21 / 15);
}
.bl-mv-mainTxt {
  order: 3;
  font-size: 20px;
  letter-spacing: 1.2px;
  margin-bottom: 24px;
}
.bl-mv-mainTxt .hp-big {
  font-size: 34px;
  letter-spacing: 2.04px;
}
.bl-mv-txt {
  order: 4;
  font-size: 18px;
  margin-bottom: 12px;
}
.bl-mv-conts > a {
  order: 5;
  margin-bottom: 24px;
}
.bl-mv-coupon {
  order: 6;
  width: 430px;
  text-align: center;
  padding-bottom: 7px;
  margin: 0 auto;
  background: url("../images/top/mv-coupon-bg.svg") top center / contain no-repeat;
  color: #e8c34b;
  font-size: 24px;
  letter-spacing: 0;
  line-height: calc(35 / 24);
  font-weight: 700;
}
.bl-mv-coupon-deco {
  font-size: 35px;
}
@media screen and (max-width: 750px) {
  .bl-mv {
    margin-top: 136px;
    height: 1000px;
    background: url(../images/top/mv-bg-sp.jpg) top center/cover no-repeat;
  }
  .bl-mv-conts {
    padding: 219px 0 124px;
  }
  .bl-mv-ttl {
    width: 454px;
    margin-bottom: 56px;
  }
  .bl-mv-subTtl {
    font-size: 28px;
    letter-spacing: 1.68px;
  }
  .bl-mv-mainTxt {
    font-size: 28px;
    letter-spacing: 1.68px;
    margin-bottom: 32px;
  }
  .bl-mv-mainTxt .hp-big {
    font-size: 56px;
    letter-spacing: 3.36px;
  }
  .bl-mv-txt {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .bl-mv-conts > a {
    margin-bottom: 56px;
  }
  .bl-mv-coupon {
    width: 610px;
    padding: 9px 0 15px;
    font-size: 30px;
    line-height: calc(44 / 30);
  }
  .bl-mv-coupon-deco {
    font-size: 40px;
  }
}
/*=======================================================
Banner
=======================================================*/
.bl-banner {
  padding: 16px 0 56px;
}
.bl-banner > picture {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .bl-banner {
    padding: 56px 0 80px;
  }
}
/*=======================================================
Video
=======================================================*/
.bl-video {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 750px) {

}
/*=======================================================
Room
=======================================================*/
.bl-room {
  padding: 56px 0;
}
.bl-room .el-ttlIcon--blue::before {
  left: 422px;
}
.bl-room .el-ttlIcon--blue::after {
  right: 422px;
}
.bl-roomList {
  display: flex;
  flex-flow: nowrap;
  gap: 48px;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
}
.bl-wasedaRoom,
.bl-hiyoshiRoom {
  width: 546px;
  height: 180px;
  letter-spacing: 0.72px;
  line-height: 2.5em;
  position: relative;
}
.bl-wasedaRoom {
  background: url(../images/top/room-waseda.jpg) top center/cover no-repeat;
}
.bl-hiyoshiRoom {
  background: url(../images/top/room-hiyosh.jpg) top center/cover no-repeat;
}
.bl-wasedaRoom > a,
.bl-hiyoshiRoom > a {
  width: 546px;
  height: 180px;
  padding-top: 46px;
  top: 0;
  left: 0;
  position: absolute;
}
.bl-room .hp-big {
  font-size: 32px;
  letter-spacing: 1.28px;
}
@media only screen and (min-device-width: 1025px) {
  .bl-wasedaRoom:hover,
  .bl-hiyoshiRoom:hover {
    opacity: 0.7;
    transition: all 0.3s ease;
  }
}
@media screen and (max-width: 750px) {
  .bl-room {
    padding: 80px 0;
  }
  .bl-room .el-ttlIcon--blue::before {
    left: 159px;
  }
  .bl-room .el-ttlIcon--blue::after {
    right: 159px;
  }
  .bl-roomList {
    flex-flow: column;
    gap: 56px;
    font-size: 28px;
  }
  .bl-wasedaRoom,
  .bl-hiyoshiRoom {
    width: 100%;
    height: 227px;
    padding-top: 48px;
    letter-spacing: 1.12px;
    line-height: 2.3em;
  }
  .bl-wasedaRoom > a,
  .bl-hiyoshiRoom > a {
    left: 70px;
  }
  .bl-room .hp-big {
    font-size: 40px;
    letter-spacing: 1.6px;
  }
}
/*=======================================================
Attractive
=======================================================*/
.bl-attractive {
  background: transparent linear-gradient(180deg, #e8f9f4 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: 26px;
  margin-bottom: 8px;
  letter-spacing: 1.56px;
  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: 385px;
}
.bl-attractive .el-sec-subTtl::after {
  right: 385px;
}
.bl-attractive .bl-cardTtl::after {
  position: absolute;
  content: "";
  background: url(../images/top/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/top/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: -22px;
  }
  .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;
  }
}
/*=======================================================
Campaign
=======================================================*/
#campaign {
  padding: 56px 0;
}
#campaign .el-ttlIcon--blue::before {
  left: 355px;
}
#campaign .el-ttlIcon--blue::after {
  right: 355px;
}
#campaign .bl-cardUnit {
  justify-content: center;
  gap: 32px;
}
#campaign .bl-card {
  width: 554px;
  text-align: center;
}
#campaign .bl-card > img {
  margin-bottom: 24px;
}
#campaign .bl-cardTtl::after {
  position: absolute;
  content: "";
  background: url(../images/top/campaign-Ttl-line.svg) top center/cover no-repeat;
  width: 554px;
  height: 5px;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}
#campaign .bl-cardTxt .el-att {
  font-size: 17px;
}
@media screen and (max-width: 750px) {
  #campaign {
    padding: 80px 0;
  }
  #campaign .el-ttlIcon--blue::before {
    left: 71px;
  }
  #campaign .el-ttlIcon--blue::after {
    right: 71px;
  }
  #campaign .bl-cardUnit {
    gap: 80px;
  }
  #campaign .bl-card {
    width: 100%;
    text-align: start;
  }
  #campaign .bl-card > img {
    margin-bottom: 32px;
  }
  #campaign .bl-cardTtl {
    font-size: 32px;
    letter-spacing: 1.92px;
  }
  #campaign .bl-cardTtl::after {
    background: url(../images/top/campaign-Ttl-line-sp.svg) top center/cover no-repeat;
    width: 100%;
    bottom: -25px;
  }
  #campaign .bl-card:nth-of-type(2) .bl-cardTtl::after {
    bottom: -24px;
  }
  #campaign .bl-cardTxt .el-att {
    font-size: 28px;
  }
}
/*=============================
Recommend
==============================*/
.bl-recommend {
  padding: 56px 0;
}
.bl-recommend .bl-card > img {
  border: 1px solid #222222;
}
.bl-recommend .bl-cardTtl {
  font-size: 20px;
  letter-spacing: 0.8px;
}
.bl-recommend .bl-cardTtl::after {
  position: absolute;
  content: "";
  background: url(../images/top/recommend-Ttl-line.svg) top center/cover no-repeat;
  width: 335px;
  height: 5px;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .bl-recommend {
    padding: 80px 0;
  }
  .bl-recommend .bl-cardTtl {
    font-size: 32px;
    letter-spacing: 1.28px;
  }
  .bl-recommend .bl-cardTtl::after {
    background: url(../images/top/recommend-Ttl-line-sp.svg) top center/cover no-repeat;
    width: 100%;
    bottom: -26px;
  }
  .bl-recommend .bl-card:nth-of-type(2) .bl-cardTtl::after {
    bottom: -22px;
  }
  .bl-recommend .bl-card:nth-of-type(3) .bl-cardTtl::after {
    bottom: -25px;
  }
}
/*=============================
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 .ly-cont-inner::before {
  position: absolute;
  content: "";
  background: url(../images/top/recommend-bg-img02.png) top center/cover no-repeat;
  width: 386px;
  height: 488px;
  top: -425px;
  left: -420px;
}
#flow .ly-cont-inner::after {
  position: absolute;
  content: "";
  background: url(../images/top/recommend-bg-img01.png) top center/cover no-repeat;
  width: 372px;
  height: 634px;
  top: -615px;
  right: -390px;
}
#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 .ly-cont-inner::before,
  #flow .ly-cont-inner::after {
    display: none;
  }
  #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;
  }
}
/*=============================
Faq
==============================*/
#faq {
  padding: 56px 0;
}
#faq .el-ttlIcon--blue::before {
  left: 380px;
}
#faq .el-ttlIcon--blue::after {
  right: 380px;
}
/* アコーディオン */
.bl-accordion {
  display: flex;
  flex-flow: column;
  gap: 24px;
}
.bl-accordion-ttl {
	font-size: 22px;
	line-height: 1.5;
	color: #fff;
	padding: 8px 52px 8px 80px;
	min-height: 54px;
	display: flex;
	align-items: center;
	cursor: pointer;
	position: relative;
}
.bl-accordion .bl-accordion-ttl {
	background: #0E847D;
}
.bl-accordion-ttl::before {
	content: "Q";
	position: absolute;
	width: 40px;
	height: 40px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #0E847D;
  background: #fff;
  border-radius: 50%;
	top: 50%;
	left: 16px;
	transform: translateY(-50%);
}
.bl-accordion-ttl::after {
	content: '▼';
	position: absolute;
	width: 30px;
	height: 30px;
	background: #fff;
  border-radius: 2px;
	color: #0E847D;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 50%;
	right: 24px;
	transform: translateY(-50%);
}
.bl-accordion-ttl.active::after {
	content: '▲';
}
.bl-accordion-txtWrapper {
	padding: 16px 0 0 72px;
}
.bl-accordion-item:nth-of-type(2) .bl-accordion-txtWrapper {
	padding: 22px 0 0 72px;
}
.bl-accordion-txt {
  position: relative;
}
.bl-accordion-txt::before {
  content: "A";
	position: absolute;
	width: 40px;
	height: 40px;
  padding-left: 1px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #3884C6;
  border-radius: 50%;
	top: 0;
	left: -56px;
}
.bl-accordion-item:nth-of-type(2) .bl-accordion-txtWrapper .bl-accordion-txt::before{
  top: -8px;
}
.bl-accordion-txt > a {
  color: #0E847D;
  text-decoration: underline;
}
.bl-accordion-item:nth-of-type(6) .bl-accordion-txtWrapper .bl-accordion-txt > a {
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  #faq .el-ttlIcon--blue::before {
    left: 110px;
  }
   #faq .el-ttlIcon--blue::after {
    right: 110px;
  }
  /* アコーディオン */
  .bl-accordion {
    gap: 40px;
  }
	.bl-accordion-ttl {
		font-size: 30px;
		padding: 8px 56px 8px 80px;
		min-height: 72px;
	}
	.bl-accordion-ttl::before,
  .bl-accordion-txt::before {
    font-size: 34px;
    line-height: 1.3em;
		width: 50px;
		height: 50px;
	}
  .bl-accordion-ttl::before {
		right: 16px;
  }
  .bl-accordion-txt::before {
	  left: -65px;
  }
	.bl-accordion-ttl::after {
		width: 40px;
		height: 40px;
		font-size: 20px;
		right: 26px;
	}
  .bl-accordion-txtWrapper,
  .bl-accordion-item:nth-of-type(2) .bl-accordion-txtWrapper {
    padding-left: 80px;
  }
  .bl-accordion-item:nth-of-type(2) .bl-accordion-txtWrapper .bl-accordion-txt::before{
    top: -4px;
  }
}