main {
  background-color: #fff;
}

.page-top-title {
  width: 100%;
  height: 750px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .page-top-title {
    height: 52.083vw;
  }
}
@media screen and (max-width: 768px) {
  .page-top-title {
    height: 186.047vw;
  }
}
.page-top-title .page-top-title-bg {
  width: 100%;
  height: 100%;
}
.page-top-title .page-top-title-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-top-title .taiken-title {
  width: 138px;
  height: 311px;
  position: absolute;
  z-index: 1;
  top: 149px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1440px) {
  .page-top-title .taiken-title {
    width: 9.583vw;
    height: 21.597vw;
    top: 10.347vw;
  }
}
@media screen and (max-width: 768px) {
  .page-top-title .taiken-title {
    width: 31.395vw;
    height: 65.349vw;
    top: 15.814vw;
    left: calc(50% - 11.628vw);
    transform: none;
  }
}
.page-top-title .taiken-title span {
  width: 100%;
  height: 100%;
  display: block;
}
.page-top-title .taiken-title span img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-top-title .page-top-title-txt {
  width: 100%;
  position: absolute;
  bottom: 95px;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .page-top-title .page-top-title-txt {
    bottom: 6.597vw;
  }
}
@media screen and (max-width: 768px) {
  .page-top-title .page-top-title-txt {
    padding: 0;
    bottom: 18.605vw;
  }
}
.page-top-title .page-top-title-txt p {
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-top-title .page-top-title-txt p {
    text-align: left;
  }
}
.page-top-title .page-top-title-txt .txt-1 {
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  .page-top-title .page-top-title-txt .txt-1 {
    font-size: 2.222vw;
    margin-bottom: 1.389vw;
  }
}
@media screen and (max-width: 768px) {
  .page-top-title .page-top-title-txt .txt-1 {
    font-size: 4.186vw;
    text-align: center;
    white-space: nowrap;
    margin-bottom: 4.651vw;
  }
}
.page-top-title .page-top-title-txt .txt-2 {
  width: fit-content;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.875;
  text-align: left;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .page-top-title .page-top-title-txt .txt-2 {
    font-size: 1.111vw;
  }
}
@media screen and (max-width: 768px) {
  .page-top-title .page-top-title-txt .txt-2 {
    padding: 0 10vw;
    font-size: 3.256vw;
    line-height: 2.1428571429;
  }
}

section {
  padding: 50px 0 50px;
  color: #000;
}
@media screen and (max-width: 1440px) {
  section {
    padding: 3.472vw 0 3.472vw;
  }
}
@media screen and (max-width: 768px) {
  section {
    padding: 5.814vw 0 5.814vw;
  }
}
section > .inner {
  max-width: 1260px;
  padding: 0 50px;
}
@media screen and (max-width: 1440px) {
  section > .inner {
    max-width: 87.5vw;
    padding: 0 3.472vw;
  }
}
@media screen and (max-width: 768px) {
  section > .inner {
    max-width: 100%;
    padding: 0 4.651vw;
  }
}
section .sec-title {
  font-size: 36px;
  line-height: 1.4166666667;
  text-align: center;
  padding-bottom: 4px;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  section .sec-title {
    font-size: 2.5vw;
    padding-bottom: 0.278vw;
    margin-bottom: 3.472vw;
  }
}
@media screen and (max-width: 768px) {
  section .sec-title {
    font-size: 5.023vw;
    padding-bottom: 0.558vw;
    margin-bottom: 6.977vw;
  }
}
section .sec-title:before {
  content: "";
  display: block;
  width: 146px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
}
@media screen and (max-width: 1440px) {
  section .sec-title:before {
    width: 10.139vw;
  }
}
@media screen and (max-width: 768px) {
  section .sec-title:before {
    width: 20.372vw;
  }
}
.sec01 {
  padding-bottom: 25px;
}
@media screen and (max-width: 1440px) {
  .sec01 {
    padding-bottom: 1.736vw;
  }
}
@media screen and (max-width: 768px) {
  .sec01 {
    padding-bottom: 5.814vw;
  }
}
.sec01 h2 {
  margin-bottom: 58px;
}
@media screen and (max-width: 1440px) {
  .sec01 h2 {
    margin-bottom: 4.028vw;
  }
}
@media screen and (max-width: 768px) {
  .sec01 h2 {
    margin-bottom: 6.977vw;
  }
}

.detail .detail-item {
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 2%;
  margin-bottom: 38px;
}
@media screen and (max-width: 1440px) {
  .detail .detail-item {
    gap: 0.694vw 2%;
    margin-bottom: 2.639vw;
  }
}
@media screen and (max-width: 768px) {
  .detail .detail-item {
    justify-content: center;
    gap: 2.326vw 0;
    margin-bottom: 4.651vw;
  }
}
.detail .detail-item .item {
  width: 48.45%;
  max-width: 562px;
  border: 1px solid #C38B00;
  padding: 25px 26px 33px;
  padding-right: 22px;
  display: flex;
  flex-direction: column;
  gap: 26px 0;
}
@media screen and (max-width: 1440px) {
  .detail .detail-item .item {
    max-width: 39.028vw;
    padding: 1.736vw 1.806vw 2.292vw;
    padding-right: 1.528vw;
    gap: 1.806vw 0;
  }
}
@media screen and (max-width: 768px) {
  .detail .detail-item .item {
    width: 100%;
    max-width: 100%;
    padding: 3.023vw 3.256vw;
    gap: 3.488vw 0;
  }
}
.detail .detail-item .item .item-title {
  font-size: 26px;
  font-weight: 600;
  line-height: 2.3846153846;
  background-color: #F4EBD6;
  padding: 0 0.85em;
}
@media screen and (max-width: 1440px) {
  .detail .detail-item .item .item-title {
    font-size: 1.806vw;
  }
}
@media screen and (max-width: 768px) {
  .detail .detail-item .item .item-title {
    font-size: 3.721vw;
  }
}
.detail .detail-item .item .item-txt {
  padding: 0 10px 6px;
}
@media screen and (max-width: 1440px) {
  .detail .detail-item .item .item-txt {
    padding: 0 0.694vw 0.417vw;
  }
}
@media screen and (max-width: 768px) {
  .detail .detail-item .item .item-txt {
    padding: 0 1.163vw 0.698vw;
  }
}
.detail .detail-item .item .item-txt p {
  line-height: 1.875;
}
.detail .detail-item .item figure {
  margin-top: auto;
  width: 100%;
  height: 250px;
}
@media screen and (max-width: 1440px) {
  .detail .detail-item .item figure {
    height: 17.361vw;
  }
}
@media screen and (max-width: 768px) {
  .detail .detail-item .item figure {
    height: 41.163vw;
  }
}
.detail .detail-item .item figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail .detail-dl {
  background-color: #F5F5F5;
  padding: 29px 43px 45px;
}
@media screen and (max-width: 1440px) {
  .detail .detail-dl {
    padding: 2.014vw 2.986vw 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .detail .detail-dl {
    padding: 5.349vw 4.884vw;
  }
}
.detail .detail-dl dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0;
}
.detail .detail-dl dl dt, .detail .detail-dl dl dd {
  border-bottom: 1px solid #BABABA;
  padding: 16px 16px;
  line-height: 23px;
}
@media screen and (max-width: 1440px) {
  .detail .detail-dl dl dt, .detail .detail-dl dl dd {
    padding: 1.111vw 1.111vw;
    line-height: 1.597vw;
  }
}
@media screen and (max-width: 768px) {
  .detail .detail-dl dl dt, .detail .detail-dl dl dd {
    padding: 1em 0.5em;
    line-height: 4.065vw;
  }
}
.detail .detail-dl dl dt {
  width: 15%;
  border-color: #AFAFAF;
  border-bottom-width: 2px;
  font-size: 17px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  .detail .detail-dl dl dt {
    font-size: 1.181vw;
  }
}
@media screen and (max-width: 768px) {
  .detail .detail-dl dl dt {
    width: 30%;
    font-size: 3.023vw;
  }
}
.detail .detail-dl dl dd {
  width: 85%;
  font-size: 16px;
  font-weight: normal;
  padding-left: 62px;
}
@media screen and (max-width: 1440px) {
  .detail .detail-dl dl dd {
    font-size: 1.111vw;
    padding-left: 4.306vw;
  }
}
@media screen and (max-width: 768px) {
  .detail .detail-dl dl dd {
    width: 70%;
    font-size: 3.023vw;
    padding-left: 1em;
  }
}
.detail .detail-dl .detail-dl-bt {
  margin-top: 12px;
}
@media screen and (max-width: 1440px) {
  .detail .detail-dl .detail-dl-bt {
    margin-top: 0.833vw;
  }
}
@media screen and (max-width: 768px) {
  .detail .detail-dl .detail-dl-bt {
    margin-top: 3.488vw;
  }
}
.detail .detail-dl .detail-dl-bt p {
  text-align: right;
}

.sec02 {
  padding-bottom: 26px;
}
@media screen and (max-width: 1440px) {
  .sec02 {
    padding-bottom: 1.806vw;
  }
}
@media screen and (max-width: 768px) {
  .sec02 {
    padding-bottom: 5.814vw;
  }
}
.sec02 h2 {
  margin-bottom: 46px;
}
@media screen and (max-width: 1440px) {
  .sec02 h2 {
    margin-bottom: 3.194vw;
  }
}
@media screen and (max-width: 768px) {
  .sec02 h2 {
    margin-bottom: 6.977vw;
  }
}

.schedule .schedule-box {
  border: 1px solid #C38B00;
  padding: 2em;
}
@media screen and (max-width: 768px) {
  .schedule .schedule-box {
    padding: 1.5em 0.8em;
  }
}
.schedule .schedule-box + .schedule-box {
  margin-top: 3em;
}
@media screen and (max-width: 768px) {
  .schedule .schedule-box + .schedule-box {
    margin-top: 2em;
  }
}
.schedule .item-theme {
  margin-bottom: 18px;
}
@media screen and (max-width: 1440px) {
  .schedule .item-theme {
    margin-bottom: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .schedule .item-theme {
    margin-bottom: 3.488vw;
  }
}
.schedule .item-theme span {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.875;
  margin-right: 19px;
}
@media screen and (max-width: 1440px) {
  .schedule .item-theme span {
    font-size: 1.111vw;
    margin-right: 1.319vw;
  }
}
@media screen and (max-width: 768px) {
  .schedule .item-theme span {
    font-size: 3.023vw;
    margin-right: 2.209vw;
  }
}
.schedule .item-theme .span-01 {
  background-color: #E5C471;
  min-width: 6.125em;
  text-align: center;
  padding: 0 0.5em;
}
.schedule .item-theme .span-02 {
  font-size: 24px;
}
@media screen and (max-width: 1440px) {
  .schedule .item-theme .span-02 {
    font-size: 1.667vw;
  }
}
@media screen and (max-width: 768px) {
  .schedule .item-theme .span-02 {
    font-size: 3.349vw;
  }
}
.schedule p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
}
@media screen and (max-width: 1440px) {
  .schedule p {
    font-size: 1.111vw;
  }
}
@media screen and (max-width: 768px) {
  .schedule p {
    font-size: 3.023vw;
  }
}
.schedule a {
  display: inline-block;
  text-decoration: underline;
}
.schedule a:hover {
  opacity: 0.6;
}
.schedule .img-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2em 4%;
  margin: 2em 0;
}
@media screen and (max-width: 768px) {
  .schedule .img-wrap {
    gap: 1em;
  }
}
.schedule .img-wrap figure {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .schedule .img-wrap figure {
    width: 100%;
  }
}
.schedule .img-wrap figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.schedule .schedule-list-01 .item {
  width: 100%;
  border: 1px solid #C38B00;
}
.schedule .schedule-list-01 .item + .item {
  margin-top: 22px;
}
@media screen and (max-width: 1440px) {
  .schedule .schedule-list-01 .item + .item {
    margin-top: 1.528vw;
  }
}
@media screen and (max-width: 768px) {
  .schedule .schedule-list-01 .item + .item {
    margin-top: 2.558vw;
  }
}
.schedule .schedule-list-01 .item .slide-btn {
  position: relative;
  padding: 18px 35px;
  cursor: pointer;
}
@media screen and (max-width: 1440px) {
  .schedule .schedule-list-01 .item .slide-btn {
    padding: 1.25vw 2.431vw;
  }
}
@media screen and (max-width: 768px) {
  .schedule .schedule-list-01 .item .slide-btn {
    padding: 2.907vw 4.302vw;
    padding-right: 9.302vw;
  }
}
.schedule .schedule-list-01 .item .slide-btn:before, .schedule .schedule-list-01 .item .slide-btn:after {
  content: "";
  display: block;
  width: 29px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 37px;
  background-color: #000;
  transition: 0.3s;
}
@media screen and (max-width: 1440px) {
  .schedule .schedule-list-01 .item .slide-btn:before, .schedule .schedule-list-01 .item .slide-btn:after {
    width: 2.014vw;
    right: 2.569vw;
  }
}
@media screen and (max-width: 768px) {
  .schedule .schedule-list-01 .item .slide-btn:before, .schedule .schedule-list-01 .item .slide-btn:after {
    width: 4.186vw;
    right: 4.186vw;
  }
}
.schedule .schedule-list-01 .item .slide-btn:before {
  transform: rotate(90deg);
}
.schedule .schedule-list-01 .item .slide-btn.open:before {
  transform: rotate(180deg);
}
.schedule .schedule-list-01 .item .slide-btn h3 {
  font-size: 26px;
}
@media screen and (max-width: 1440px) {
  .schedule .schedule-list-01 .item .slide-btn h3 {
    font-size: 1.806vw;
  }
}
@media screen and (max-width: 768px) {
  .schedule .schedule-list-01 .item .slide-btn h3 {
    font-size: 3.721vw;
  }
}
.schedule .schedule-list-01 .item .slide-item {
  padding: 7px 51px 25px;
}
@media screen and (max-width: 1440px) {
  .schedule .schedule-list-01 .item .slide-item {
    padding: 0.486vw 3.542vw 1.736vw;
  }
}
@media screen and (max-width: 768px) {
  .schedule .schedule-list-01 .item .slide-item {
    padding: 1.163vw 4.651vw 5.814vw;
  }
}
.schedule .schedule-list-02 {
  border: 1px solid #C38B00;
  padding: 38px 40px 69px;
  padding-right: 66px;
}
@media screen and (max-width: 1440px) {
  .schedule .schedule-list-02 {
    padding: 2.639vw 2.778vw 4.792vw;
    padding-right: 4.583vw;
  }
}
@media screen and (max-width: 768px) {
  .schedule .schedule-list-02 {
    padding: 4.419vw 4.651vw 8.023vw;
  }
}
.schedule .schedule-list-02 .schedule-list-02-top {
  padding-left: 10px;
  margin-bottom: 34px;
}
@media screen and (max-width: 1440px) {
  .schedule .schedule-list-02 .schedule-list-02-top {
    padding-left: 0.694vw;
    margin-bottom: 2.361vw;
  }
}
@media screen and (max-width: 768px) {
  .schedule .schedule-list-02 .schedule-list-02-top {
    padding-left: 0;
    margin-bottom: 4.651vw;
  }
}
.schedule .schedule-list-02 .flex-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 1440px) {
  .schedule .schedule-list-02 .flex-list {
    gap: 2.778vw;
  }
}
@media screen and (max-width: 768px) {
  .schedule .schedule-list-02 .flex-list {
    gap: 4.651vw;
  }
}
.schedule .schedule-list-02 .flex-list .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .schedule .schedule-list-02 .flex-list .item {
    flex-direction: column-reverse;
    gap: 4.651vw;
  }
}
.schedule .schedule-list-02 .flex-list .item figure {
  width: 48.5%;
  max-width: 510px;
  height: 300px;
}
@media screen and (max-width: 1440px) {
  .schedule .schedule-list-02 .flex-list .item figure {
    max-width: 35.417vw;
    height: 20.833vw;
  }
}
@media screen and (max-width: 768px) {
  .schedule .schedule-list-02 .flex-list .item figure {
    width: 100%;
    max-width: 100%;
    height: 47.674vw;
    margin: 0 auto;
  }
}
.schedule .schedule-list-02 .flex-list .item figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.schedule .schedule-list-02 .flex-list .item .txt-box {
  width: 47.2%;
  max-width: 497px;
}
@media screen and (max-width: 1440px) {
  .schedule .schedule-list-02 .flex-list .item .txt-box {
    max-width: 34.514vw;
  }
}
@media screen and (max-width: 768px) {
  .schedule .schedule-list-02 .flex-list .item .txt-box {
    width: 100%;
    max-width: 100%;
  }
}
.schedule .schedule-list-02 .flex-list .item .txt-box .item-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5833333333;
  background-color: #EAEAEA;
  padding: 0.25em 1em;
  margin-bottom: 23px;
}
@media screen and (max-width: 1440px) {
  .schedule .schedule-list-02 .flex-list .item .txt-box .item-title {
    font-size: 1.667vw;
    margin-bottom: 1.597vw;
  }
}
@media screen and (max-width: 768px) {
  .schedule .schedule-list-02 .flex-list .item .txt-box .item-title {
    font-size: 3.349vw;
    margin-bottom: 2.674vw;
  }
}
.schedule .schedule-list-02 .flex-list .item .txt-box .date {
  font-size: 21px;
  margin: 4px 0 22px;
}
@media screen and (max-width: 1440px) {
  .schedule .schedule-list-02 .flex-list .item .txt-box .date {
    font-size: 1.458vw;
    margin: 0.278vw 0 1.528vw;
  }
}
@media screen and (max-width: 768px) {
  .schedule .schedule-list-02 .flex-list .item .txt-box .date {
    font-size: 2.93vw;
    margin: 0.93vw 0 3.07vw;
  }
}
.schedule .schedule-list-02 .flex-list .item .txt-box .address {
  line-height: 1.4375;
}

.sec03 h2 {
  margin-bottom: 54px;
}
@media screen and (max-width: 1440px) {
  .sec03 h2 {
    margin-bottom: 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .sec03 h2 {
    margin-bottom: 6.977vw;
  }
}

.access .access-dl dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0;
}
.access .access-dl dl dt, .access .access-dl dl dd {
  border-bottom: 1px solid #BABABA;
  font-size: 16px;
  font-weight: normal;
  padding: 18px 21px;
}
@media screen and (max-width: 1440px) {
  .access .access-dl dl dt, .access .access-dl dl dd {
    font-size: 1.111vw;
    padding: 1.25vw 1.458vw;
  }
}
@media screen and (max-width: 768px) {
  .access .access-dl dl dt, .access .access-dl dl dd {
    font-size: 3.023vw;
    padding: 1em 0.5em;
  }
}
.access .access-dl dl dt {
  width: 14%;
  border-color: #AFAFAF;
  border-bottom-width: 2px;
  font-size: 17px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  .access .access-dl dl dt {
    font-size: 1.181vw;
  }
}
@media screen and (max-width: 768px) {
  .access .access-dl dl dt {
    width: 25%;
    font-size: 3.023vw;
  }
}
.access .access-dl dl dd {
  width: 86%;
  padding-left: 33px;
}
@media screen and (max-width: 1440px) {
  .access .access-dl dl dd {
    padding-left: 2.292vw;
  }
}
@media screen and (max-width: 768px) {
  .access .access-dl dl dd {
    width: 75%;
    padding-left: 1em;
  }
}
.access .access-dl a {
  display: inline-block;
  text-decoration: underline;
}
.access .access-dl a:hover {
  opacity: 0.6;
}

.sec04 {
  padding-bottom: 80px;
}
@media screen and (max-width: 1440px) {
  .sec04 {
    padding-bottom: 5.556vw;
  }
}
@media screen and (max-width: 768px) {
  .sec04 {
    padding-bottom: 11.628vw;
  }
}
.sec04 h2 {
  margin-bottom: 57px;
}
@media screen and (max-width: 1440px) {
  .sec04 h2 {
    margin-bottom: 3.958vw;
  }
}
@media screen and (max-width: 768px) {
  .sec04 h2 {
    margin-bottom: 6.977vw;
  }
}

.application .flow-list {
  width: 100%;
  margin-bottom: 67px;
}
@media screen and (max-width: 1440px) {
  .application .flow-list {
    margin-bottom: 4.653vw;
  }
}
@media screen and (max-width: 768px) {
  .application .flow-list {
    max-width: 82.791vw;
    margin: 0 auto;
    margin-bottom: 9.302vw;
  }
}
.application .flow-list ul {
  display: flex;
  flex-wrap: nowrap;
  gap: 0 3.9%;
}
@media screen and (max-width: 768px) {
  .application .flow-list ul {
    flex-direction: column;
    gap: 5.349vw;
  }
}
.application .flow-list ul li {
  width: 16.64%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .application .flow-list ul li {
    width: 100%;
    display: flex;
    gap: 5.349vw;
    justify-content: flex-start;
    align-items: center;
  }
}
.application .flow-list ul li:before {
  content: "";
  display: block;
  width: 13px;
  height: 37px;
  position: absolute;
  top: 82px;
  right: -30px;
  background: url("../img/taiken/flow-arrow.svg") no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  .application .flow-list ul li:before {
    width: 0.903vw;
    height: 2.569vw;
    top: 5.694vw;
    right: -2.083vw;
  }
}
@media screen and (max-width: 768px) {
  .application .flow-list ul li:before {
    transform: rotate(90deg);
    width: 2.326vw;
    height: 6.977vw;
    top: unset;
    right: unset;
    bottom: -6.047vw;
    left: calc(50% - 1.163vw);
  }
}
.application .flow-list ul li figure {
  width: 100%;
  max-width: 193px;
  height: 193px;
  margin-bottom: 23px;
}
@media screen and (max-width: 1440px) {
  .application .flow-list ul li figure {
    max-width: 13.403vw;
    height: 13.403vw;
    margin-bottom: 1.597vw;
  }
}
@media screen and (max-width: 768px) {
  .application .flow-list ul li figure {
    width: 100%;
    max-width: 17.209vw;
    height: 17.209vw;
    margin-bottom: 0;
  }
}
.application .flow-list ul li p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4375;
}
@media screen and (max-width: 1440px) {
  .application .flow-list ul li p {
    font-size: 1.111vw;
  }
}
@media screen and (max-width: 768px) {
  .application .flow-list ul li p {
    font-size: 3.256vw;
    line-height: 1.7142857143;
  }
}
.application .flow-list ul li:last-child:before {
  display: none;
}
.application .flow-list .link-btn-wrap {
  margin-top: 61px;
  gap: 0 4%;
}
@media screen and (max-width: 1440px) {
  .application .flow-list .link-btn-wrap {
    margin-top: 4.236vw;
  }
}
@media screen and (max-width: 768px) {
  .application .flow-list .link-btn-wrap {
    flex-direction: column;
    gap: 2em;
    margin-top: 9.302vw;
  }
}
.application .flow-list .link-btn {
  height: 90px;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .application .flow-list .link-btn {
    height: 6.25vw;
  }
}
@media screen and (max-width: 768px) {
  .application .flow-list .link-btn {
    height: 16.744vw;
  }
}
.application .flow-list .link-btn a {
  display: inline-block;
  width: 380px;
  height: 90px;
}
@media screen and (max-width: 1440px) {
  .application .flow-list .link-btn a {
    width: 26.389vw;
    height: 6.25vw;
  }
}
@media screen and (max-width: 768px) {
  .application .flow-list .link-btn a {
    width: 70.698vw;
    height: 16.744vw;
  }
}
.application .flow-list .link-btn a:hover {
  opacity: 0.6;
}
.application .flow-list .link-btn a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.application .application-note {
  background-color: #F5F5F5;
  padding: 33px 34px 40px;
}
@media screen and (max-width: 1440px) {
  .application .application-note {
    padding: 2.292vw 2.361vw 2.778vw;
  }
}
@media screen and (max-width: 768px) {
  .application .application-note {
    padding: 5.814vw 4.651vw 6.977vw;
  }
}
.application .application-note h3 {
  font-size: 18px;
  font-weight: 600;
  padding-left: 10px;
  margin-bottom: 22px;
}
@media screen and (max-width: 1440px) {
  .application .application-note h3 {
    font-size: 1.25vw;
    padding-left: 0.694vw;
    margin-bottom: 1.528vw;
  }
}
@media screen and (max-width: 768px) {
  .application .application-note h3 {
    font-size: 3.256vw;
    padding-left: 1.163vw;
    margin-bottom: 2.326vw;
  }
}
.application .application-note p {
  font-size: 15px;
  line-height: 1.8666666667;
}
@media screen and (max-width: 1440px) {
  .application .application-note p {
    font-size: 1.042vw;
  }
}
@media screen and (max-width: 768px) {
  .application .application-note p {
    font-size: 2.791vw;
  }
}
