<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.mv_title {
  color: var(--C-pink);
  line-height: 1.4;
  margin-bottom: 62px;
}
@media screen and (max-width: 750px) {
  .mv_title {
    margin-bottom: 10vw;
  }
}

h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--C-brown);
}
p {
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  h3 {
    font-size: 4.4vw;
  }
  p {
    font-size: 3.7vw;
  }
}

/* ===============================
	mv
 =============================== */
.mv {
  margin-bottom: 140px;
}
.mv h3 {
  text-align: center;
  margin-top: 70px;
}
.mv p {
  margin-top: 44px;
}
@media screen and (max-width: 750px) {
  .mv {
    margin-bottom: 10vw;
  }
  .mv h3 {
    margin-top: 10vw;
  }
  .mv p {
    margin-top: 6vw;
  }
}

/* ===============================
	content
 =============================== */
.content {
  padding-top: 40px;
  margin-bottom: 68px;
}
.content h3 {
  margin-bottom: 12px;
}
.content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  gap: 74px calc(23.67864693446089% / 2);
  text-align: center;
  margin-top: 70px;
}
.content li {
  width: 23.67864693446089%;
}
.content li:nth-child(1) {
  text-align: left;
}
.content li:nth-child(3) {
  text-align: right;
}
@media screen and (max-width: 750px) {
  .content {
    padding-top: 10vw;
    margin-bottom: 20vw;
  }
  .content h3 {
    margin-bottom: 2vw;
  }
  .content ul {
    gap: 6vw 0;
    margin-top: 8vw;
    align-items: end;
  }
  .content li {
    width: 50%;
  }
  .content li:nth-child(1),
  .content li:nth-child(3) {
    text-align: center;
  }
  .content li:nth-child(1) img {
    width: calc(28.66666666666667vw * 1.5);
  }
  .content li:nth-child(2) img {
    width: calc(23.6vw * 1.5);
  }
  .content li:nth-child(3) img {
    width: calc(28.13333333333333vw * 1.5);
  }
  .content li:nth-child(4) img {
    width: calc(22.53333333333333vw * 1.5);
  }
  .content li:nth-child(5) img {
    width: calc(29.86666666666667vw * 1.5);
  }
}

 /* ===============================
	subject
 =============================== */
.subject {
  background: #FDF1F3;
  padding-top: 78px;
  padding-bottom: 252px;
  container-type: inline-size;
}
.subject strong {
  font-size: 22px;
  text-align: center;
  display: block;
  margin-bottom: 90px;
}
.subject h3 {
  margin-bottom: 10px;
}
.subject .border {
  border: var(--C-pink) 1px solid;
  border-radius: 10px;
  background: var(--C-white);
  display: flex;
  justify-content: left;
  width: 100%;
  padding: 24px 42px;
}
.subject .border li {
  font-size: 17px;
  font-weight: 500;
  position: relative;
  padding-left: 2ch;
}
.subject .border li::before {
  content: '●';
  font-size: 10px;
  color: var(--C-pink);
  position: absolute;
  top: 8px;
  left: 0;
}
.subject .border li span {
  font-size: 15px;
  display: block;
}
.subject_01,
.subject_02 {
  position: relative;
  z-index: +1;
}
.subject_01 p {
  margin-bottom: 24px;
}
.subject_02 {
  
  position: relative;
  margin-top: 56px;
}
.subject_02 p {
  width: calc((100% - 64px) - 289px);
}
.subject_02 img {
  position: absolute;
  right: 0;
  top: -24px;
  z-index: -1;
}
@container (max-width: 700px) {
  .subject .border {
    width: 100%;
  }
  .subject_02 p {
    width: 100%;
  }
  .subject_02 span {
    width: 100%;
  }
  .subject_02 img {
    position: relative;
    top: 0;
    right: auto;
    width: 80%;
    display: block;
    margin: auto;
    margin-top: 20px;
    margin-bottom: -162px;
  }
}
@media screen and (max-width: 750px) {
  .subject {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  .subject strong {
    font-size: 4.2vw;
    line-height: 1.6;
    margin-bottom: 8vw;
  }
  .subject h3 {
    margin-bottom: 2vw;
  }
  .subject .border {
    width: 100%;
    padding: 4vw;
  }
  .subject .border li {
    font-size: 3.7vw;
  }
  .subject .border li::before {
    top: 1.4vw;
  }
  .subject_01 h3 {
    margin-bottom: 2vw;
  }
  .subject_02,
  .subject_03 {
    margin-top: 10vw;
  }
  .subject_02 span {
    font-size: 3.4vw;
    margin-top: 2vw;
  }
  .subject_02 img {
    margin-top: 4vw;
    margin-bottom: 0;
  }
}

 /* ===============================
	flow
 =============================== */
.flow {
  padding-top: 88px;
  margin-bottom: 150px;
}
.flow h3 {
  margin-bottom: 34px;
}
.flow dl {
  margin-bottom: 50px;
}
.flow dt {
  font-size: 24px;
  margin-bottom: 14px;
}
.flow dt span {
  color: var(--C-pink);
}
.flow dd {
  font-size: 16px;
  line-height: 1.375;
}
.flow .border {
  border: var(--C-gray) 1px solid;
  border-radius: 10px;
  padding: 26px 29px;
}
.flow_btn {
  container-type: inline-size;
  margin-top: 40px;
}
.flow_btn a {
  background: var(--C-pink);
  width: 754px;
  max-width: 100%;
  height: 60px;
  border-radius: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 10px 20px 10px 60px;
}
.flow_btn a span {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--C-white);
  position: relative;
}
.flow_btn a span::before {
  content: '';
  width: 30px;
  height: 37px;
  background-image: url(../img/common/icon_pdf.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -43px;
  margin: auto;
}
@container (max-width: 678px) {
  .flow_btn a {
    height: 90px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 750px) {
  .flow {
    padding-top: 20vw;
    margin-bottom: 20vw;
  }
  .flow h3 {
    margin-bottom: 4vw;
  }
  .flow dl:nth-of-type(1),
  .flow dl:nth-of-type(2) {
    margin-bottom: 8vw;
  }
  .flow dt {
    font-size: 4.2vw;
    line-height: 1.6;
    margin-bottom: 2vw;
  }
  .flow dd {
    font-size: 3.7vw;
    line-height: 1.6;
  }
  .flow .border {
    padding: 4vw;
  }
  .flow_btn {
    gap: 4vw;
    margin-top: 8vw;
  }
  .flow_btn a {
    height: 16vw;
    padding-left: 10vw;
  }
  .flow_btn a span {
    font-size: 4.2vw;
  }
  .flow_btn a span::before {
    width: 6vw;
    left: -8vw;
  }
}</pre></body></html>