.guide {
  max-width: 1920px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}

.guide.hide {
  display: none;
}

@-webkit-keyframes svBgAnim {
  to {
    background-size: auto 100%;
  }
}

@keyframes svBgAnim {
  to {
    background-size: auto 100%;
  }
}
.sub_visual {
  background-size: auto 110%;
  background-position: center;
  background-repeat: no-repeat;
  height: 600px;
  position: relative;
  padding-top: 240px;
  color: #fff;
}
.sub_visual.K01 {
  background-image: url("/en/image/sub/sv_k01.jpg");
}
.sub_visual:not(.K02) {
  -webkit-animation: svBgAnim 5s linear both;
          animation: svBgAnim 5s linear both;
}
.sub_visual.K02 {
  height: 940px;
  background-image: url("/en/image/sub/sv_k02.jpg");
  padding-top: 410px;
}
.sub_visual.K02 + .lnb {
  position: relative;
  border-top: none;
  background-color: #fff;
  z-index: 10;
}
.sub_visual.K02 + .lnb.fix {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
}
.sub_visual.K02 + .lnb .progress {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--pink);
  width: 0;
  height: 2px;
}
.sub_visual.K02 + .lnb a {
  color: #222;
  font-weight: 500;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.sub_visual.K02 + .lnb a.active {
  color: var(--pink);
}
.sub_visual.K02 + .lnb a::after {
  top: auto;
  bottom: 0;
  background-color: var(--pink);
  height: 1px;
}
.sub_visual.K02 + .lnb a:hover {
  color: var(--pink);
}
.sub_visual.K03 {
  background-image: url("/en/image/sub/sv_k03.jpg");
}
.sub_visual.K04 {
  background-image: url("/en/image/sub/sv_k04.jpg");
}
.sub_visual.K05 {
  background-image: url("/en/image/sub/sv_k05.jpg");
}
.sub_visual > .inner03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 30px;
}
.sub_visual h2 {
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.75px;
}
.sub_visual ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
.sub_visual ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  overflow: hidden;
}
.sub_visual ul li p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.375px;
}
.sub_visual ul li p,
.sub_visual ul li a,
.sub_visual ul li svg {
  display: block;
  -webkit-animation: svAnim 1s ease;
          animation: svAnim 1s ease;
}

@-webkit-keyframes svAnim {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes svAnim {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.lnb {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 10;
}
.lnb-current {
  display: none;
}
.lnb .inner03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lnb a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 64px;
  position: relative;
  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;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.36px;
}
.lnb a::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 3px;
  background-color: #fff;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.lnb a:hover::after {
  width: 100%;
}
.lnb a.active::after {
  -webkit-animation: lnbAnim 0.5s ease both;
          animation: lnbAnim 0.5s ease both;
}

@-webkit-keyframes lnbAnim {
  to {
    width: 100%;
  }
}

@keyframes lnbAnim {
  to {
    width: 100%;
  }
}
.content {
  padding: 120px 0 130px;
  position: relative;
}
.content.about {
  padding-top: 0;
}
.content.support {
  padding-bottom: 310px;
}

.sub-tit01 {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.25px;
  margin-bottom: 80px;
}

.sub-tit02 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1px;
}

.sub-stit01 {
  color: #222;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.7px;
}

.sub-stit02 {
  color: #222;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.9px;
}

.sub-stit03 {
  color: #222;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.6px;
}

.sub-desc01 {
  color: #111;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.55px;
}

.sub-desc02 {
  color: #222;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.45px;
}

.sub-desc03 {
  color: #666;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.45px;
}

.sub-desc04 {
  color: #555;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.4px;
}

.sub-desc06 {
  color: #666;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.45px;
}

.about section {
  padding: 120px 0;
  border-bottom: 1px solid #000;
}
.about section:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.about-greeting article {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about-greeting__img {
  flex: none;
  width: 557px;
}
.about-greeting__img img {
  width: 100%;
}
.about-greeting__img figcaption {
  padding: 16px;
  display: flex;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  gap: 10px;
  background-color: #f9f9f9;
}
.about-greeting__desc {
  padding-top: 0px;
}
.about-greeting__desc div {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.about-greeting__sign {
  color: #222;
  font-weight: 600;
  margin-top: 60px;
}

.about-catholic__typo {
  text-align: center;
  color: #e1e1e1;
  font-family: var(--poppins);
  font-size: 70px;
  font-weight: 600;
  line-height: 1;
}

.about-catholic__typo p {
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-size: 200% auto;
  background-position: -100% -100%;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--pink)), color-stop(50%, var(--pink)), color-stop(50%, #e1e1e1), to(#e1e1e1));
  background-image: linear-gradient(90deg, var(--pink) 0%, var(--pink) 50%, #e1e1e1 50%, #e1e1e1 100%);
}

.about-catholic__img {
  margin-top: 60px;
  position: relative;
  height: 540px;
}
.about-catholic__img figure {
  overflow: hidden;
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
.about-catholic__img figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.about-catholic article {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about-catholic article > p {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.about-catholic article div .sub-desc01 {
  margin-bottom: 20px;
}
.about-catholic article div .sub-desc03:not(:last-of-type) {
  margin-bottom: 16px;
}
.about-catholic article div picture {
  display: block;
  margin-top: 60px;
}

.about-history article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about-history .sub-tit02 {
  text-align: left;
}
.about-history .sub-stit03 {
  margin-top: 36px;
}

.about-history__nav {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.about-history__nav div {
  position: sticky;
  left: 0;
  top: 120px;
}

.about-history__tab {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.about-history__tab button {
  width: 280px;
  height: 76px;
  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;
  color: #a6a6a6;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.6px;
  border: 1px solid transparent;
  background-color: #f9f9f9;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about-history__tab button:not(.active):hover {
  border-color: #ddd;
  background-color: #f3f3f3;
}
.about-history__tab button.active {
  color: #fff;
  font-weight: 700;
  background-color: var(--pink);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
}

.about-history__list {
  width: 800px;
  position: relative;
  border-top: 2px solid var(--pink);
}

.about-history__item {
  display: none;
}
.about-history__item.active {
  display: block;
}
.about-history__item > li {
  padding: 60px 80px 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  border-bottom: 1px solid #ddd;
}
.about-history__item > li strong {
  display: block;
  width: 106px;
}
.about-history__item > li ul {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.about-history__item > li ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.about-history__item > li ul li em {
  color: var(--pink);
  font-size: 20px;
  font-weight: 600;
  font-family: var(--poppins);
  line-height: 1;
  display: block;
  width: 30px;
}
.about-history__item > li ul li p {
  color: #666;
  line-height: 1.7;
}

.about-organize__chart {
  margin-top: 60px;
  padding: 80px 160px;
  background-color: #f9f9f9;
}
.about-organize__chart .tree {
  position: relative;
  z-index: 3;
}
.about-organize__chart .tree::after {
  content: "";
  width: 1px;
  height: calc(100% - 96px);
  background-color: #ddd;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.about-organize__chart .tree .step01 {
  width: 35%;
  padding-block: 20px;
  background-color: var(--pink);
  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;
  margin-inline: auto;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.6px;
  margin-bottom: 36px;
  text-align:center;
}
.about-organize__chart .tree .item {
  width: 220px;
  height: 56px;
  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;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.4px;
  border: 1px solid #ddd;
  background-color: #fff;
  position: relative;
}
.about-organize__chart .tree .line {
  width: 80px;
  height: 1px;
  background-color: #ddd;
}
.about-organize__chart .tree .line::after, .about-organize__chart .tree .line::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: var(--pink);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 10;
}
.about-organize__chart .tree .step02 {
  background-color: #222;
  color: #fff;
  font-weight: 600;
  margin-inline: auto;
  -webkit-transform: translateX(calc(50% + 80px));
          transform: translateX(calc(50% + 80px));
  margin-bottom: 36px;
}
.about-organize__chart .tree .step02 .line {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
.about-organize__chart .tree .step02 .line::after {
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.about-organize__chart .tree .step02 .line::before {
  left: 0;
  -webkit-transform: translate(-65%, -50%);
          transform: translate(-65%, -50%);
}
.about-organize__chart .tree .step03 {
  font-weight:600; 
  color : #ad014d;
  border : 2px solid #ad014d;
  border-color: var(--pink); 
  margin-inline: auto;
  margin-bottom: 36px;
}
.about-organize__chart .tree .step04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 60px;
}
.about-organize__chart .tree .step04 .item {
  background-color: #D6D6D6;
  color: #222222;
  font-weight: 600;
/*   border-color: var(--pink); */
}
.about-organize__chart .tree .step04 .line::after {
  display: none;
}
.about-organize__chart .tree .step04 .line::before {
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
}
.about-organize__chart .tree .step05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  padding-top: 40px;
  position: relative;
}
.about-organize__chart .tree .step05 .item {
  width: auto;
  text-align: center;
  padding-inline: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.about-organize__chart .tree .step05 .item::after {
  content: "";
  width: 1px;
  height: 40px;
  background-color: #ddd;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.about-organize__chart .tree .step05 .line {
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - (100% - 48px) / 5);
  z-index: 2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.about-organize__chart .tree .step05 .line::after {
  display: none;
}
.about-organize__chart .tree .step05 .line::before {
  left: 50%;
  -webkit-transform: translate(-35%, -50%);
          transform: translate(-35%, -50%);
}

.about-location article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about-location article picture {
  width: 800px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.about-location article picture img {
  width: 100%;
}
.about-location article div {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about-location article div ul {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.about-location article div ul li {
  display: grid;
  grid-template-columns: 80px auto;
}
.about-location article div ul li p {
  color: #666;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.425px;
}
.about-location article div ul li p:first-child {
  color: #222;
  font-weight: 500;
}
.about-location .sub-tit02 {
  text-align: left;
}
.about-location .common-btn {
  margin-top: auto;
}
.about-location .common-btn a {
  margin-inline: 0;
}

.sub-page .common-btn a,
.sub-page .common-btn button {
  width: 246px;
  height: 64px;
}
.sub-page .common-btn a span,
.sub-page .common-btn button span {
  font-size: 18px;
  font-weight: 500;
}

.support .inner03 {
  border-top: 1px solid #000;
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 120px;
}
.support section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.support section article {
  width: 1000px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.support section.support-img {
  display: block;
}

.support-img {
  position: relative;
  z-index: 2;
}
.support-img picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.support-img picture img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  overflow: hidden;
}
.support-img > div {
  height: 480px;
  padding: 80px 100px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.support-img > div b {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
}
.support-img > div .common-btn {
  margin-top: 40px;
}
.support-img > div .common-btn a {
  width: 200px;
  margin-inline: 0;
  border-color: #fff;
}
.support-img > div .common-btn a span {
  color: #fff;
}
.support-img > div p {
  color: #fff;
  text-align: right;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.45px;
  margin-top: auto;
}

.support-benefit ul {
  border-top: 1px solid #000;
}
.support-benefit ul li {
  padding: 56px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ddd;
}
.support-benefit ul li figure {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.support-benefit ul li p {
  margin-top: 20px;
}

.account-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 40px 20px;
  border: 1px solid #ddd;
  border-bottom: none;
  background-color: #f9f9f9;
}
.account-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
.account-list li p {
  color: #666;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
}
.account-list li p:first-child {
  color: #111;
  font-weight: 500;
}

.support-account__name {
  height: 70px;
  background-color: var(--pink);
  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;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.support-info ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.support-info ul li {
  border: 1px solid #ddd;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.support-info ul li figure {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 10px;
}
.support-info ul li p:last-child {
  font-size: 20px;
  color: #222;
  font-weight: 600;
  line-height: 1;
  margin-top: 20px;
}

.box-carousel__support {
  position: absolute;
  bottom: 30px;
  left: 0;
  height: 130px;
  width: 100%;
}
.box-carousel__support .carousel-item {
  text-transform: uppercase;
  font-size: 130px;
  font-weight: 700;
  line-height: 1;
  color: #f8f8f8;
}

.is-bg {
  background-color: #f9f9f9;
  padding-bottom: 130px;
}
.is-bg .sub_visual {
  height: 510px;
  color: #111;
}
.is-bg .sub_visual ul li a img,
.is-bg .sub_visual ul li svg {
  -webkit-filter: brightness(0) saturate(100%) invert(11%) sepia(0%) saturate(1276%) hue-rotate(249deg) brightness(94%) contrast(92%);
          filter: brightness(0) saturate(100%) invert(11%) sepia(0%) saturate(1276%) hue-rotate(249deg) brightness(94%) contrast(92%);
}

.policy {
  background-color: #fff;
  padding-inline: 150px;
}

.apply-step {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0 60px;
}
.apply-step li {
  background-color: #f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 28px 40px;
  color: #aaa;
  position: relative;
}
.apply-step li::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("/en/image/sub/apply_step_arrow_g.svg");
}
.apply-step li div span {
  font-family: var(--poppins);
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}
.apply-step li div p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-top: 6px;
}
.apply-step li.active {
  background-color: var(--pink);
  color: #fff;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
}
.apply-step li.active::after {
  background-image: url("/en/image/sub/apply_step_arrow_p.svg");
}
.apply-step li:last-child::after {
  display: none;
}

.apply-form {
  margin-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}

.apply-agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.apply-agree li {
  position: relative;
}
.apply-agree li .term-area {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-top: none;
  height: 280px;
}
.apply-agree li .term-area div {
  padding: 40px 0 40px 36px;
  overflow-y: scroll;
  height: 100%;
}
.apply-agree li .term-area div::-webkit-scrollbar {
  width: 6px;
  background-color: #f3f3f3;
}
.apply-agree li .term-area div::-webkit-scrollbar-thumb {
  width: 6px;
  background-color: #ddd;
}
.apply-agree li .check-area {
  padding: 35px 36px;
  border: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.apply-agree li input[type=checkbox] {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
}
.apply-agree li input[type=checkbox]:checked + label div {
  background-image: url("/en/image/sub/checkbox_p.svg");
}
.apply-agree li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #222;
}
.apply-agree li label div {
  width: 20px;
  height: 20px;
  background-image: url("/en/image/sub/checkbox_g.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.apply-form__top {
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.apply-form__top b {
  color: #222;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}
.apply-form__top p {
  color: #888;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.pointed {
  position: relative;
  padding-right: 10px;
}
.pointed::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  right: 0;
  top: 0;
  background-color: var(--pink);
}
.pointed.is-left {
  padding-left: 10px;
  padding-right: 0;
}
.pointed.is-left::after {
  left: 0;
  right: auto;
}

.apply-form__list > ul {
  border-top: 1px solid #000;
}
.apply-form__list > ul > li {
  padding: 30px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.apply-form__list > ul > li p {
  display: inline-block;
  color: #222;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
.apply-form__list > ul > li p span {
  font-size: 14px;
}
.apply-form__list > ul > li div {
  width: 290px;
  flex-shrink: 0;
  overflow: hidden;
}
.apply-form__list > ul > li > div:last-of-type {
  width: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.apply-form__list > ul > li select,
.apply-form__list > ul > li input[type=text] {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #ddd;
  height: 56px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  padding: 0 20px;
}
.apply-form__list > ul > li select::-webkit-input-placeholder, .apply-form__list > ul > li input[type=text]::-webkit-input-placeholder {
  color: #666;
}
.apply-form__list > ul > li select::-moz-placeholder, .apply-form__list > ul > li input[type=text]::-moz-placeholder {
  color: #666;
}
.apply-form__list > ul > li select:-ms-input-placeholder, .apply-form__list > ul > li input[type=text]:-ms-input-placeholder {
  color: #666;
}
.apply-form__list > ul > li select::-ms-input-placeholder, .apply-form__list > ul > li input[type=text]::-ms-input-placeholder {
  color: #666;
}
.apply-form__list > ul > li select::placeholder,
.apply-form__list > ul > li input[type=text]::placeholder {
  color: #666;
}
.apply-form__list > ul > li select {
  background-image: url("/en/image/common/select_arrow.svg");
  background-repeat: no-repeat;
  background-position: right 22px center;
}
.apply-form__list > ul > li.address > div:last-of-type {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.apply-form__list > ul > li.address > div:last-of-type > input[type=text] {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}
.apply-form__list > ul > li.address > div:last-of-type div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.apply-form__list > ul > li.address > div:last-of-type button {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 160px;
  height: 56px;
  color: #fff;
  background-color: #222;
  font-size: 16px;
  font-weight: 500;
}
.apply-form__list > ul > li.several > div:last-of-type {
  gap: 12px;
  overflow: hidden;
}
.apply-form__list > ul > li.several > div:last-of-type span {
  font-size: 18px;
  color: #444;
}
.apply-form__list > ul > li.amount > div:last-of-type {
  gap: 10px;
  width: 500px;
  margin-right: 20px;
}
.apply-form__list > ul > li.amount > div:last-of-type select {
  width: 200px;
}
.apply-form__list > ul > li.amount p {
  font-size: 16px;
}
.apply-form__list > ul > li.regi > div:last-of-type {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.apply-form__list > ul > li.regi > div:last-of-type div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.apply-form__list > ul > li.regi ul {
  margin-top: 20px;
}
.apply-form__list > ul > li.regi ul li {
  color: #666;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}
.apply-form__list > ul > li.radio {
  position: relative;
}
.apply-form__list > ul > li.radio input[type=radio] {
  width: 0;
  height: 0;
  overflow: hidden;
  position: relative;
}
.apply-form__list > ul > li.radio input[type=radio]:checked + label {
  border: 2px solid var(--pink);
  color: var(--pink);
  font-weight: 500;
  z-index: 2;
}
.apply-form__list > ul > li.radio label {
  height: 56px;
  width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #ddd;
  color: #666;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}
.apply-form__list > ul > li.account label {
  width: auto;
  flex: 1;
}
.apply-form__list > ul > li.radio label span {
  font-size: 12px;
}
.apply-form__list > ul > li.radio label:first-of-type {
  border-radius: 6px 0px 0px 6px;
}
.apply-form__list > ul > li.radio label:not(:first-of-type) {
  border-left: none;
}
.apply-form__list > ul > li.radio label:last-of-type {
  border-radius: 0px 6px 6px 0px;
  margin-left: -1px;
}
.apply-form__list > ul > li.radio >p {
  margin-left: 20px;
  color: #888;
}
.apply-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.apply-btns a {
  width: 260px;
  height: 64px;
  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;
  border: 1px solid var(--pink);
  font-size: 18px;
  font-weight: 500;
  color: var(--pink);
}
.apply-btns a:last-child {
  color: #fff;
  background-color: var(--pink);
}

.apply.step04 .apply-form {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.apply-step04__tit {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}

/* 사업소개 */
.business .about-catholic__img {
  position: relative;
  height: 460px;
}
.business .about-catholic__img p {
  color: #FFF;
  text-align: center;
  font-family: var(--poppins);
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.business-list {
  padding-top: 40px;
  margin-top: 80px;
  border-top: 2px solid var(--pink);
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.business-list__tit {
  color: #222;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
}
.business-list li {
  display: grid;
  grid-template-columns: 400px auto;
}
.business-list__desc {
  padding: 36px;
  background-color: #F9F9F9;
  display: flex;
  gap: 20px;
}
.business-list article > figure {
  aspect-ratio: 1 / 0.32;
}
.business-list article > figure img {
  width: 100%;
/*   height: 100% */;
  object-fit: cover;
  object-position: center;
}

.business-list__desc div {
  flex: 1;
  color: #666;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}
.business-list__desc figure {
  width: 200px;
  flex: none;
}
.business-list__desc figure img {
  width: 100%;
}
.business-list__desc strong {
  color: #222;
  font-weight: 500;
}
@media all and (max-width: 1440px) {
  .float-btn,
  .quick-news {
    display: none;
  }
  .support section article {
    width: 80%;
  }
  .account-list {
    flex-wrap: wrap;
  }
  .apply-step li {
    flex-direction: column;
    padding: 28px;
    text-align: center;
  }
}