@media (max-width: 999px) {
  .inner {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}

.p-header {
  background: url(../images/header-bg.jpg);
  height: 5.2vw;
  position: relative;
  z-index: 1;
  background-size: contain;
}
@media (min-width: 1000px) {
  .p-header {
    height: 39px;
  }
}
.p-header .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 12.4vw;
  height: 7.7333333333vw;
  border-radius: 0 0 1.0666666667vw 1.0666666667vw;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
@media (min-width: 1000px) {
  .p-header .logo {
    width: 93px;
    height: 58px;
    border-radius: 0 0 8px 8px;
  }
}
.p-header .logo img {
  width: 9.6vw;
}
@media (min-width: 1000px) {
  .p-header .logo img {
    width: 72px;
  }
}

.p-mv {
  position: relative;
}
.p-mv__img {
  width: 100%;
}
.p-mv__box {
  position: absolute;
  bottom: 22.6666666667vw;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
@media (min-width: 1000px) {
  .p-mv__box {
    background: url(../images/bg-board.png) no-repeat top center;
    background-size: contain;
    height: 24.8958333333vw;
    padding-top: 3.125vw;
    max-width: 52.0833333333vw;
    bottom: 0;
  }
}
.p-mv__box__ttl {
  margin: auto;
  margin-bottom: 1.3333333333vw;
  max-width: 77.3333333333vw;
}
@media (min-width: 1000px) {
  .p-mv__box__ttl {
    max-width: 46.1458333333vw;
    margin-bottom: 0;
  }
}
.p-mv__box__flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.1333333333vw;
  flex-direction: column;
}
@media (min-width: 1000px) {
  .p-mv__box__flex {
    padding: 0 2.6041666667vw;
    gap: 1.25vw;
    flex-direction: row;
    margin-top: 1.5625vw;
  }
}
.p-mv__box__flex .mv-box {
  width: 58.1333333333vw;
}
@media (min-width: 1000px) {
  .p-mv__box__flex .mv-box {
    width: 50%;
  }
}
.p-mv__box__flex .mv-box__info {
  background: var(--keycolor);
  border-radius: 4px;
  border: 2px solid var(--keycolor);
}
@media (min-width: 1000px) {
  .p-mv__box__flex .mv-box__info {
    border-radius: 0.4166666667vw;
    border: 0.2083333333vw solid var(--keycolor);
  }
}
.p-mv__box__flex .mv-box__info__txt {
  background: #fff;
  height: 6.4vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 1.0666666667vw 1.0666666667vw;
  font-size: 3.2vw;
  font-weight: 500;
}
@media (min-width: 1000px) {
  .p-mv__box__flex .mv-box__info__txt {
    height: 2.5vw;
    font-size: 1.25vw;
    border-radius: 0 0 0.2083333333vw 0.2083333333vw;
  }
}
.p-mv__box__flex .mv-box__info__ttl {
  font-size: 4.2666666667vw;
  font-weight: bold;
  color: #fff;
  padding: 1.3333333333vw 0 2.1333333333vw;
}
@media (min-width: 1000px) {
  .p-mv__box__flex .mv-box__info__ttl {
    font-size: 1.6666666667vw;
    padding: 1.0416666667vw 0;
  }
}
.p-mv__box__flex .mv-box__ttl {
  color: #fff;
  font-size: 3.2vw;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2vw;
  margin-bottom: 2vw;
  letter-spacing: 0.08em;
}
@media (min-width: 1000px) {
  .p-mv__box__flex .mv-box__ttl {
    margin-bottom: 1.25vw;
    gap: 0.78125vw;
    font-size: 1.25vw;
  }
}

.txt-ed {
  border: 1px solid #fff;
  color: #fff;
  font-size: 2.8vw;
  line-height: 1;
  border-radius: 0.5333333333vw;
  width: 6.4vw;
  height: 4.2666666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--c-green);
  letter-spacing: 0;
  font-weight: 400;
}
@media (min-width: 1000px) {
  .txt-ed {
    font-size: 21px;
    border-radius: 4px;
    width: 48px;
    height: 32px;
    border: 2px solid #fff;
  }
}
.txt-ed.fnt-24 {
  font-size: 3.4666666667vw;
  width: 9.3333333333vw;
  height: 6.6666666667vw;
  margin-top: 1.3333333333vw;
}
@media (min-width: 1000px) {
  .txt-ed.fnt-24 {
    width: 56px;
    height: 40px;
    margin-top: 10px;
    font-size: 24px;
  }
}

.p-nav {
  background: #0a2f8f;
  padding: 3.7333333333vw 0;
}
@media (min-width: 1000px) {
  .p-nav {
    padding: 28px 0;
  }
}
.p-nav .nav-content {
  display: flex;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
@media (min-width: 1000px) {
  .p-nav .nav-content {
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
  }
}
.p-nav .nav-content .nav-item {
  color: #fff;
  font-size: 2.6666666667vw;
  font-weight: 600;
  text-align: center;
  width: 25%;
  padding-bottom: 5.4666666667vw;
  position: relative;
}
.p-nav .nav-content .nav-item:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 3.2vw;
  height: 3.2vw;
  background: url(../images/ic_down.svg) no-repeat top center;
  background-size: contain;
  transition: all 0.3s;
}
@media (min-width: 1000px) {
  .p-nav .nav-content .nav-item:after {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 1000px) {
  .p-nav .nav-content .nav-item {
    font-size: 24px;
    padding-bottom: 37px;
  }
  .p-nav .nav-content .nav-item:hover:after {
    bottom: -4px;
  }
}
.p-nav .nav-content .nav-item:not(:last-child) {
  border-right: 1px solid #fff;
}
@media (min-width: 1000px) {
  .p-nav .nav-content .nav-item:not(:last-child) {
    border-right: 2px solid #fff;
  }
}
.p-nav .nav-content .nav-item:nth-child(2) {
  width: 30%;
}

.bg-section {
  background-color: var(--keycolor);
  background-image: url(../images/bg-section.png);
  background-repeat: repeat-x;
  background-position: top center;
  padding-bottom: 10.6666666667vw;
}
@media (min-width: 1000px) {
  .bg-section {
    padding-bottom: 80px;
  }
}
.bg-section #sec04 {
  padding-top: 10.6666666667vw;
}
@media (min-width: 1000px) {
  .bg-section #sec04 {
    padding-top: 120px;
  }
}
.bg-section.bg-step {
  background-image: url(../images/bg-section_2.png);
}

.bg-section-2 {
  background: url(../images/bg-02_sp.jpg) top center;
  background-size: cover;
  padding-bottom: 10.6666666667vw;
}
@media (min-width: 1000px) {
  .bg-section-2 {
    background: url(../images/bg-02.jpg) top center;
    background-size: cover;
    padding-bottom: 118px;
  }
}

.bg-section-3 {
  background: #fff;
  padding-bottom: 9.3333333333vw;
}
@media (min-width: 1000px) {
  .bg-section-3 {
    padding-bottom: 130px;
  }
}

.section-ttl02 {
  color: #2e2e2e;
  text-align: center;
  background: url(../images/bg-ttl_sp.png) no-repeat top center;
  background-size: contain;
  height: 10.6666666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5.3333333333vw;
  font-weight: bold;
  margin-bottom: 11.0666666667vw;
}
@media (min-width: 1000px) {
  .section-ttl02 {
    background: url(../images/bg-ttl.png) no-repeat top center;
    background-size: contain;
    height: 80px;
    font-size: 40px;
    margin-bottom: 83px;
  }
}
.section-ttl02.--mrg-bot {
  margin-bottom: 8vw;
}
@media (min-width: 1000px) {
  .section-ttl02.--mrg-bot {
    margin-bottom: 48px;
  }
}

.section-ttl {
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 6.4vw;
  font-weight: bold;
  gap: 2.4vw;
  padding-bottom: 8vw;
  margin-bottom: 7.4666666667vw;
}
@media (min-width: 1000px) {
  .section-ttl {
    letter-spacing: 0.16em;
    gap: 18px;
    font-size: 48px;
    padding-bottom: 60px;
    margin-bottom: 56px;
  }
}
.section-ttl:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 1.0666666667vw;
  width: 21.3333333333vw;
  background-color: var(--keycolor);
}
@media (min-width: 1000px) {
  .section-ttl:after {
    height: 8px;
    width: 160px;
  }
}

.section-ttl03 {
  text-align: center;
  margin: 11.0666666667vw 0 4.8vw;
}
@media (min-width: 1000px) {
  .section-ttl03 {
    margin: 63px 0 36px;
  }
}
.section-ttl03.--cuz {
  margin-top: 0;
}
.section-ttl03 .txt {
  display: inline-block;
  font-size: 5.3333333333vw;
  font-weight: bold;
  color: var(--keycolor);
  background: url(../images/bg-ttl-2.png) no-repeat top center;
  background-size: contain;
  padding-top: 2.6666666667vw;
  height: 13.8666666667vw;
  min-width: 81.3333333333vw;
  position: relative;
}
@media (min-width: 1000px) {
  .section-ttl03 .txt {
    background-size: contain;
    padding-top: 20px;
    font-size: 40px;
    height: 104px;
    min-width: 640px;
  }
}
.section-ttl03 .txt img {
  position: absolute;
  top: -5.2vw;
  right: 0;
  width: 11.2vw;
  height: 11.2vw;
}
@media (min-width: 1000px) {
  .section-ttl03 .txt img {
    top: -39px;
    width: 84px;
    height: 84px;
  }
}

.p-section {
  padding-top: 10.6666666667vw;
}
@media (min-width: 1000px) {
  .p-section {
    padding-top: 120px;
  }
}
@media (max-width: 999px) {
  .p-section#sec02 {
    padding-top: 10.6666666667vw;
  }
  .p-section#sec02 .section-content {
    padding: 8vw 5.3333333333vw;
  }
  .p-section#sec02 .section-content img {
    max-width: 68.2666666667vw;
  }
}
.p-section .section-content {
  padding: 9.8666666667vw 4.2666666667vw;
  background: #fff;
  border-radius: 2vw;
}
@media (min-width: 1000px) {
  .p-section .section-content {
    border-radius: 15px;
    padding: 74px 56px;
  }
}
.p-section .section-content.--last {
  margin-top: 8vw;
}
@media (min-width: 1000px) {
  .p-section .section-content.--last {
    margin-top: 64px;
  }
}
.p-section .section-content.align-center {
  text-align: center;
}
.p-section .section-content.--pay {
  margin-top: 10.6666666667vw;
}
@media (min-width: 1000px) {
  .p-section .section-content.--pay {
    margin-top: 80px;
  }
}
.p-section .section-content .box-image {
  border-radius: 2vw 2vw 0 0;
  overflow: hidden;
}
@media (min-width: 1000px) {
  .p-section .section-content .box-image {
    border-radius: 15px 15px 0 0;
  }
}
.p-section .section-content .box-image__ttl {
  color: #fff;
  background: var(--keycolor);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4vw;
  font-weight: bold;
  height: 11.7333333333vw;
  letter-spacing: 0.06em;
  text-align: center;
}
@media (min-width: 1000px) {
  .p-section .section-content .box-image__ttl {
    font-size: 43px;
    height: 88px;
  }
}
.p-section .section-content .route-time {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.8vw;
  margin-bottom: 3.3333333333vw;
}
@media (min-width: 1000px) {
  .p-section .section-content .route-time {
    gap: 21px;
    margin-bottom: 25px;
  }
}
.p-section .section-content .route-time .c-arrow {
  margin-top: 7.3333333333vw;
  width: 8.5333333333vw;
}
@media (min-width: 1000px) {
  .p-section .section-content .route-time .c-arrow {
    margin-top: 15px;
    width: auto;
  }
}
.p-section .section-content .route-time .box-time {
  display: flex;
  align-items: flex-end;
  font-weight: bold;
}
@media (max-width: 999px) {
  .p-section .section-content .route-time .box-time {
    flex-direction: column;
    align-items: center;
    width: 40%;
  }
}
.p-section .section-content .route-time .box-time .year {
  font-size: 5.3333333333vw;
  font-weight: bold;
}
@media (min-width: 1000px) {
  .p-section .section-content .route-time .box-time .year {
    font-size: 40px;
  }
}
.p-section .section-content .route-time .box-time .year small {
  font-size: 5.3333333333vw;
  font-weight: 500;
}
@media (min-width: 1000px) {
  .p-section .section-content .route-time .box-time .year small {
    font-size: 40px;
  }
}
.p-section .section-content .route-time .box-time .month {
  font-size: 8.5333333333vw;
  display: flex;
  gap: 1.3333333333vw;
  align-items: flex-end;
  line-height: 1;
}
@media (min-width: 1000px) {
  .p-section .section-content .route-time .box-time .month {
    gap: 10px;
    font-size: 64px;
  }
}
.p-section .section-content .route-time .box-time .month .init {
  font-weight: 500;
  font-size: 3.2vw;
  width: 6.4vw;
  height: 6.4vw;
  border: 2px solid #000;
  display: inline-flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1000px) {
  .p-section .section-content .route-time .box-time .month .init {
    font-size: 24px;
    width: 48px;
    height: 48px;
  }
}
.p-section .section-content .route-time .box-time .month .xec {
  margin-right: -8px;
}
@media (max-width: 999px) {
  .p-section .section-content .route-time .box-time .month .xec {
    display: none;
  }
}
.p-section .section-content .box-traffic {
  margin: 8.6666666667vw 0 10.6666666667vw;
  display: flex;
  flex-direction: column;
  gap: 4.2666666667vw;
}
@media (min-width: 1000px) {
  .p-section .section-content .box-traffic {
    gap: 22px;
    margin: 50px 0 80px;
  }
}
.p-section .section-content .traffic-item {
  border: 2px solid var(--keycolor);
  border-radius: 1.3333333333vw;
  display: flex;
  text-align: center;
  align-items: center;
  position: relative;
}
@media (max-width: 999px) {
  .p-section .section-content .traffic-item {
    flex-wrap: wrap;
  }
}
@media (min-width: 1000px) {
  .p-section .section-content .traffic-item {
    border-radius: 10px;
    border: 4px solid var(--keycolor);
  }
  .p-section .section-content .traffic-item:after {
    content: "";
    position: absolute;
    top: 0;
    right: 24%;
    bottom: 0;
    height: 100%;
    width: 2px;
    border-left: 2px solid var(--keycolor);
  }
}
@media (min-width: 1000px) and (min-width: 1000px) {
  .p-section .section-content .traffic-item:after {
    width: 4px;
    border-left: 4px solid var(--keycolor);
  }
}
.p-section .section-content .traffic-item__head {
  width: 35%;
  padding: 2.6666666667vw;
  text-align: left;
}
@media (min-width: 1000px) {
  .p-section .section-content .traffic-item__head {
    border-right: 2px solid var(--keycolor);
    padding: 30px 20px;
    width: 23%;
    border-right: 4px solid var(--keycolor);
  }
}
.p-section .section-content .traffic-item__head__ed {
  margin-top: 2.1333333333vw;
  display: flex;
  align-items: center;
  font-size: 2.4vw;
  font-weight: 500;
  gap: 1.2vw;
}
@media (min-width: 1000px) {
  .p-section .section-content .traffic-item__head__ed {
    font-size: 18px;
    gap: 9px;
    margin-top: 16px;
  }
}
.p-section .section-content .traffic-item__head__ed.fnt-14 {
  font-size: 2.1333333333vw;
  text-align: center;
}
@media (min-width: 1000px) {
  .p-section .section-content .traffic-item__head__ed.fnt-14 {
    font-size: 14px;
  }
}
.p-section .section-content .traffic-item__head .small-ttl {
  font-weight: 500;
  font-size: 1.7333333333vw;
  background: #008765;
  width: 5.0666666667vw;
  height: 3.2vw;
  border-radius: 0.4vw;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #fff;
}
@media (min-width: 1000px) {
  .p-section .section-content .traffic-item__head .small-ttl {
    border-radius: 3px;
    width: 38px;
    height: 24px;
    font-size: 13px;
  }
}
.p-section .section-content .traffic-item__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.6666666667vw;
  position: relative;
}
@media (max-width: 999px) {
  .p-section .section-content .traffic-item__meta {
    padding: 2.6666666667vw 1.3333333333vw;
    min-height: 20vw;
    flex: 1;
  }
  .p-section .section-content .traffic-item__meta:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 2px;
    border-left: 2px solid var(--keycolor);
  }
}
@media (min-width: 1000px) {
  .p-section .section-content .traffic-item__meta {
    gap: 40px;
    width: 52%;
  }
}
.p-section .section-content .traffic-item__meta__ttl {
  font-size: 4.2666666667vw;
  font-weight: bold;
}
@media (min-width: 1000px) {
  .p-section .section-content .traffic-item__meta__ttl {
    font-size: 32px;
  }
}
.p-section .section-content .traffic-item__meta__ttl.fnt-24 {
  font-size: 3.2vw;
}
@media (min-width: 1000px) {
  .p-section .section-content .traffic-item__meta__ttl.fnt-24 {
    font-size: 24px;
  }
}
.p-section .section-content .traffic-item__meta__status {
  font-size: 2.1333333333vw;
  background-image: url(../images/icon_arrow_traffic_blue_left.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 5.7333333333vw;
  width: 7.4666666667vw;
  padding-bottom: 2.6666666667vw;
  flex-shrink: 0;
}
@media (min-width: 1000px) {
  .p-section .section-content .traffic-item__meta__status {
    font-size: 16px;
    background-size: 100% 43px;
    width: 56px;
    padding-bottom: 20px;
  }
}
.p-section .section-content .traffic-item__meta__status.right {
  background-size: 100% 9.4666666667vw;
  background-image: url(../images/icon_arrow_traffic_blue_right.svg);
}
@media (min-width: 1000px) {
  .p-section .section-content .traffic-item__meta__status.right {
    background-size: 100% 71px;
  }
}
.p-section .section-content .traffic-item__txt {
  font-size: 18px;
  line-height: 1.3333333333;
}
@media (max-width: 999px) {
  .p-section .section-content .traffic-item__txt {
    font-weight: bold;
    border-top: 2px solid var(--keycolor);
    width: 100%;
    font-size: 3.4666666667vw;
    line-height: 1.2307692308;
    padding: 4vw 0;
  }
}
@media (min-width: 1000px) {
  .p-section .section-content .traffic-item__txt {
    width: 25%;
    padding: 0 10px;
  }
}
.p-section .section-content .traffic-item__txt.fnt-14 {
  font-size: 3.4666666667vw;
  line-height: 1.7142857143;
}
@media (min-width: 1000px) {
  .p-section .section-content .traffic-item__txt.fnt-14 {
    font-size: 14px;
  }
}
.p-section .section-content .traffic-item__txt .mrg {
  display: inline-block;
  margin: 0;
}
@media (min-width: 1000px) {
  .p-section .section-content .traffic-item__txt .mrg {
    margin: 0 -15px;
  }
}
.p-section .section-content .traffic-item__txt .mrg.mrg-2 {
  margin-left: 0;
}
.p-section .section-content.step {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  background: none;
  padding: 0;
  gap: 9.3333333333vw;
  margin-top: 0;
}
@media (min-width: 1000px) {
  .p-section .section-content.step {
    margin-top: 120px;
    gap: 27px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-section .section-content.step .step-item {
  background: #fff;
  position: relative;
  padding: 5.3333333333vw 2.6666666667vw;
  text-align: center;
}
@media (min-width: 1000px) {
  .p-section .section-content.step .step-item {
    padding: 30px 20px;
  }
  .p-section .section-content.step .step-item:nth-child(2) {
    margin-top: 52px;
  }
  .p-section .section-content.step .step-item:nth-child(3) {
    margin-top: 104px;
  }
}
.p-section .section-content.step .step-item__num {
  background: var(--keycolor);
  color: #fff;
  font-weight: bold;
  font-size: 3.2vw;
  letter-spacing: 0.08em;
  width: 35.6vw;
  height: 5.7333333333vw;
  border-radius: 5.7333333333vw;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 60px;
}
@media (max-width: 999px) {
  .p-section .section-content.step .step-item__num {
    margin: auto;
    padding-left: 6.6666666667vw;
  }
}
@media (min-width: 1000px) {
  .p-section .section-content.step .step-item__num {
    font-size: 24px;
    width: 267px;
    height: 43px;
    border-radius: 43px;
  }
}
.p-section .section-content.step .step-item__num img {
  position: absolute;
  left: 0;
  top: -80px;
}
@media (max-width: 999px) {
  .p-section .section-content.step .step-item__num img {
    top: -10.6666666667vw;
    max-width: 22.2666666667vw;
  }
}
.p-section .section-content.step .step-item__ttl {
  font-weight: bold;
  font-size: 5.3333333333vw;
  line-height: 1.4;
  margin: 6.6666666667vw 0 4vw;
}
@media (min-width: 1000px) {
  .p-section .section-content.step .step-item__ttl {
    letter-spacing: -0.04em;
    font-size: 24px;
    line-height: 1.3333333333;
    margin: 40px 0 20px;
  }
}
.p-section .section-content.step .step-item__txt {
  font-size: 3.7333333333vw;
  line-height: 1.4285714286;
}
@media (min-width: 1000px) {
  .p-section .section-content.step .step-item__txt {
    letter-spacing: -0.05em;
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 999px) {
  .p-section .section-content.step .step-item__txt.--cuz {
    letter-spacing: -0.1em;
  }
}
.p-section .section-content.step .step-item__note {
  margin-top: 4vw;
  letter-spacing: -0.05em;
  font-size: 2.6666666667vw;
  line-height: 2;
}
@media (min-width: 1000px) {
  .p-section .section-content.step .step-item__note {
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.8461538462;
  }
}
.p-section .section-content__txt {
  font-size: 2.6666666667vw;
  line-height: 2;
  margin-top: 5.3333333333vw;
}
@media (min-width: 1000px) {
  .p-section .section-content__txt {
    font-size: 16px;
    margin-top: 40px;
  }
}
.p-section .section-content__txt.social {
  font-weight: 500;
  text-align: center;
  margin-top: 25px;
}
@media (max-width: 999px) {
  .p-section .section-content__txt.social {
    margin-top: 3.3333333333vw;
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
  }
}
@media (max-width: 999px) {
  .p-section .section-content__txt.center {
    line-height: 1.6;
    text-align: center;
  }
}
.p-section .section-content__txt .tlink {
  text-decoration: underline;
}
.p-section .section-content__txt.left {
  text-align: left;
}
@media (max-width: 999px) {
  .p-section .section-content__txt.left {
    margin-left: 2.6666666667vw;
  }
}
.p-section .section-content__txt .ic_dot {
  display: inline-block;
  margin-left: -3.2vw;
}
@media (min-width: 1000px) {
  .p-section .section-content__txt .ic_dot {
    margin-left: -14px;
  }
}
.p-section .section-content__sub {
  font-size: 5.3333333333vw;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 1000px) {
  .p-section .section-content__sub {
    font-size: 24px;
  }
}
.p-section .section-content__note {
  font-size: 2.6666666667vw;
  line-height: 1.6;
  margin-left: 15px;
  margin-top: 7.3333333333vw;
}
@media (min-width: 1000px) {
  .p-section .section-content__note {
    font-size: 13px;
    line-height: 1.8461538462;
    margin-left: 15px;
    margin-top: 40px;
  }
}
.p-section .section-content__note.white {
  color: #fff;
  margin-top: 0;
  word-break: break-all;
  letter-spacing: -0.06em;
}
@media (max-width: 999px) {
  .p-section .section-content__note.white {
    margin-left: 0;
  }
}
.p-section .section-content__note .mrg-left {
  display: inline-block;
  text-indent: -16px;
}
@media (min-width: 1000px) {
  .p-section .section-content__note .mrg-left-2 {
    display: inline-block;
    text-indent: -16px;
  }
}
.p-section .section-content__note .lst {
  margin-left: 8vw;
}
@media (min-width: 1000px) {
  .p-section .section-content__note .lst {
    margin-left: 8px;
  }
}
.p-section .section-content__note .mrg-left-3 {
  display: inline-block;
  margin-left: -6.6666666667vw;
}
@media (min-width: 1000px) {
  .p-section .section-content__note .mrg-left-3 {
    margin-left: 0;
  }
}
.p-section .section-content__note .tlink {
  text-decoration: underline;
}
.p-section .section-content .pay-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4vw;
  flex-direction: column;
  margin: 8.5333333333vw 0 5.3333333333vw;
}
@media (min-width: 1000px) {
  .p-section .section-content .pay-content {
    gap: 20px;
    flex-direction: row;
    margin: 64px 0 60px 20px;
  }
}
@media (max-width: 999px) {
  .p-section .section-content .pay-content img {
    max-width: 29.3333333333vw;
  }
}
.p-section .section-content .pay-content__txt {
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 1.6666666667;
  letter-spacing: -0.02em;
}
@media (min-width: 1000px) {
  .p-section .section-content .pay-content__txt {
    letter-spacing: 0;
    font-size: 24px;
  }
}
.p-section .section-content .pay-content__txt .alarm {
  color: #ff0033;
}
.p-section .section-btn {
  text-align: center;
}
.p-section .section-btn .tlink {
  margin: auto;
  max-width: 80vw;
  height: 28.1333333333vw;
  position: relative;
  background: var(--keycolor);
  border-radius: 2.1333333333vw;
  color: #fff;
  font-size: 4vw;
  font-weight: 600;
  line-height: 1.3333333333;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 1000px) {
  .p-section .section-btn .tlink {
    line-height: 1.2;
    max-width: 460px;
    border-radius: 5px;
    font-size: 20px;
    height: 128px;
  }
}
.p-section .section-btn .tlink:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 5.6vw;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background: url(../images/ic_link.svg) no-repeat top center;
  background-size: contain;
}
@media (min-width: 1000px) {
  .p-section .section-btn .tlink:after {
    right: 25px;
    width: 24px;
    height: 24px;
  }
}
.p-section .section-btn .tlink small {
  font-size: 2.6666666667vw;
  margin-top: 1.3333333333vw;
}
@media (min-width: 1000px) {
  .p-section .section-btn .tlink small {
    font-size: 18px;
    margin-top: 5px;
  }
}
.p-section .section-social {
  margin: 6vw 0 6.6666666667vw;
}
@media (min-width: 1000px) {
  .p-section .section-social {
    display: flex;
    gap: 23px;
    margin: 45px 0 70px;
  }
}
.p-section .section-social__link:hover {
  opacity: 0.7;
}
.p-section .section-social .box-social {
  background: #28893b;
  text-align: center;
  border-radius: 2vw;
  padding: 6.2666666667vw 0;
  margin-top: 3.2vw;
}
.p-section .section-social .box-social__ttl {
  color: #fff;
  font-weight: bold;
  font-size: 3.2vw;
  letter-spacing: 0.4em;
}
.p-section .section-social .box-social__link {
  margin-top: 2.6666666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4.6666666667vw;
}
.p-section .section-social .box-social__link .btn-social {
  display: block;
}
.p-section .section-social .box-social__link .btn-social.img-google {
  max-width: 29.8666666667vw;
}
.p-section .section-social .box-social__link .btn-social.img-app {
  max-width: 25.2vw;
}
.p-section .sec04-img {
  text-align: center;
}
.p-section.--sec04 {
  padding: 0;
}

@media (min-width: 1000px) {
  .p-footer {
    padding: 0 0 40px;
  }
}
.p-footer__bg {
  background: #f0f0f0;
  padding: 37px 20px;
}
@media (min-width: 1000px) {
  .p-footer__bg {
    padding: 80px 0 77px;
  }
}
@media (max-width: 999px) {
  .p-footer .inner {
    padding: 0;
  }
}
.p-footer__info {
  text-align: center;
  background: #fff;
}
@media (max-width: 999px) {
  .p-footer__info {
    padding: 30px 0 !important;
    border-radius: 10px;
  }
}
@media (min-width: 1000px) {
  .p-footer__info {
    display: flex;
    justify-content: center;
    text-align: left;
    padding: 57px 15px;
    border-radius: 10px;
  }
}
.p-footer__info__ttl {
  font-size: 11px;
  line-height: 1.6;
  margin-bottom: 20px;
  font-weight: 500;
}
@media (min-width: 1000px) {
  .p-footer__info__ttl {
    font-size: 14px;
    margin-bottom: 0;
    margin-right: 40px;
  }
}
.p-footer__info__ttl em {
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-top: 5px;
}
@media (min-width: 1000px) {
  .p-footer__info__ttl em {
    font-size: 24px;
  }
}
@media (min-width: 1000px) and (max-width: 991px) {
  .p-footer__info__ttl em {
    font-size: 20px;
  }
}
@media (min-width: 1000px) {
  .p-footer__info__ttl span {
    font-size: 16px;
  }
}
.p-footer__info__tel {
  text-align: center;
  position: relative;
}
@media (min-width: 1000px) {
  .p-footer__info__tel {
    text-align: left;
    margin-top: -20px;
  }
}
.p-footer__info__tel > a {
  display: flex;
  font-size: 32px;
  font-weight: 520;
  margin-bottom: 10px;
  align-items: center;
}
@media (max-width: 999px) {
  .p-footer__info__tel > a {
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1000px) {
  .p-footer__info__tel > a {
    pointer-events: none;
    font-size: 48px;
  }
}
@media (min-width: 1000px) and (max-width: 991px) {
  .p-footer__info__tel > a {
    font-size: 36px;
  }
}
.p-footer__info__tel > a i {
  margin-top: 10px;
  position: relative;
}
.p-footer__info__tel > a i:before {
  content: "";
  background: url(../images/icon_freedial.png) no-repeat top center/contain;
  display: block;
  width: 57px;
}
.p-footer__info__tel > a span {
  display: inline-block;
}
.p-footer__info__tel i::before {
  width: 41px;
  height: 29px;
  margin-right: 5px;
}
@media (min-width: 1000px) {
  .p-footer__info__tel i::before {
    width: 58px;
    height: 34px;
    margin-right: 10px;
  }
}
.p-footer__info__tel__com {
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
@media (min-width: 1000px) {
  .p-footer__info__tel__com {
    font-size: 16px;
  }
}
@media (min-width: 1000px) and (max-width: 991px) {
  .p-footer__info__tel__com {
    font-size: 14px;
  }
}
@media (max-width: 999px) {
  .p-footer__info__tel__com {
    font-size: 13px;
    font-weight: 500;
  }
  .p-footer__info__tel__com label {
    font-size: 10px;
    font-weight: normal;
    display: block;
    margin-bottom: -15px;
    margin-top: 22px;
  }
}
@media (min-width: 1000px) {
  .p-footer__info__tel__com a {
    border-bottom: 1px solid var(--keycolor);
    color: var(--keycolor);
    font-weight: 500;
    margin-bottom: 6px;
    margin-top: 3px;
    display: inline-block;
  }
  .p-footer__info__tel__com a:hover {
    color: #2e2e2e;
    border-bottom: 1px solid #2e2e2e;
  }
}
@media (max-width: 999px) {
  .p-footer__info__tel__com a {
    color: var(--keycolor);
    border: 2px solid var(--keycolor);
    margin: 10px 0;
    display: inline-block;
    padding: 7px 20px;
    font-weight: bold;
    border-radius: 40px;
  }
}
@media (max-width: 999px) {
  .p-footer__bgcom {
    background: #f0f0f0;
    padding-bottom: 65px;
  }
}
.p-footer__subnav {
  font-size: 16px;
  margin-bottom: 20px;
}
@media (min-width: 1000px) {
  .p-footer__subnav {
    display: flex;
    justify-content: center;
    font-size: 14px;
    margin-bottom: 50px;
    padding-top: 50px;
  }
}
@media (max-width: 999px) {
  .p-footer__subnav {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1000px) {
  .p-footer__subnav a {
    margin: 0 15px;
    font-weight: 500;
  }
}
@media (min-width: 1000px) {
  .p-footer__subnav a:hover {
    border-bottom: 1px solid #2e2e2e;
  }
}
@media (max-width: 999px) {
  .p-footer__subnav a {
    padding: 21px 17px;
    width: 100%;
    background: #fff;
    display: block;
    margin-bottom: 20px;
    border-radius: 10px;
    position: relative;
  }
  .p-footer__subnav a:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../images/ic_down.png) no-repeat top center;
    background-size: contain;
    right: 14px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    transition: all 0.2s;
  }
}
.p-footer__com {
  color: #666;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (min-width: 1000px) {
  .p-footer__com {
    font-size: 12px;
  }
  .p-footer__com br {
    display: none;
  }
}
@media (max-width: 999px) {
  .p-footer__com {
    padding: 0 15px;
    margin-top: 35px;
  }
}
.p-footer__com p {
  margin-bottom: 5px;
}
@media (min-width: 1000px) {
  .p-footer__com p {
    margin-bottom: 10px;
  }
}
.p-footer__com span {
  display: inline-block;
}

.fixed-btn {
  opacity: 0;
  position: fixed;
  z-index: 999;
  right: 0;
  top: 60%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: 0.3s;
  visibility: hidden;
  pointer-events: none;
}
@media (max-width: 999px) {
  .fixed-btn {
    bottom: 1%;
    right: auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: auto;
    left: 50%;
    width: 95%;
  }
}
.fixed-btn.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.fixed-btn__cont {
  display: flex;
  align-items: center;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background-color: #12753e;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  padding: 0 10px 10px 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: 0.1s ease-in-out;
}
@media (max-width: 999px) {
  .fixed-btn__cont {
    -ms-writing-mode: tb-rl;
    writing-mode: horizontal-tb;
    border-radius: 5px;
    gap: 8%;
    padding: 0;
  }
}
.fixed-btn__cont .txt {
  position: relative;
  top: -10px;
  display: flex;
  align-items: center;
}
@media (max-width: 999px) {
  .fixed-btn__cont .txt {
    top: 0;
    font-size: 4.5333333333vw;
  }
}
.fixed-btn__cont .img {
  padding-top: 0;
}
@media (min-width: 1000px) {
  .fixed-btn__cont .img {
    padding-top: 10px;
  }
}
.fixed-btn__cont .img img {
  padding-right: 0;
}
@media (max-width: 999px) {
  .fixed-btn__cont .img img {
    padding-left: 15px;
    width: 37px;
  }
}
.fixed-btn__icon {
  position: relative;
  top: -30px;
  width: 60px;
}
@media (max-width: 999px) {
  .fixed-btn__icon {
    top: -10px;
    padding-left: 10px;
  }
}
.fixed-btn .anchor-link {
  display: block;
  width: 100%;
}
@media (min-width: 1000px) {
  .fixed-btn .anchor-link {
    width: 80px;
  }
}
.fixed-btn .anchor-link:hover .fixed-btn__cont {
  background: #118a47;
}

.icon-zoom {
  position: relative;
  display: inline-block;
  margin: auto;
  cursor: pointer;
}
.icon-zoom:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  right: 0;
  bottom: 0;
  background: url(../images/icon_zoom.png) no-repeat top center;
  background-size: contain;
}
@media (min-width: 768px) {
  .icon-zoom:after {
    pointer-events: none;
    width: 48px;
    height: 48px;
    display: none !important;
  }
}

.p-modal {
  display: none;
}
.p-modal.scroll {
  background: none;
  padding-top: 45px;
}
@media (min-width: 1000px) {
  .p-modal.scroll {
    padding-top: 67px;
  }
}
.p-modal.scroll img {
  min-width: 100%;
  max-width: none;
  width: auto;
}
@media (max-width: 999px) {
  .p-modal.scroll img {
    max-height: calc(100vh - 120px);
  }
}
.p-modal.scroll .regulation img {
  min-height: auto;
}
@media (min-width: 1000px) {
  .p-modal .btn-modal-close {
    width: 1000px;
    margin: auto;
    position: relative;
    max-width: 1000px;
  }
}
.p-modal .btn-modal-close .js-modal-close {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../images/ic_close.png) no-repeat top center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  outline: none !important;
}
@media (min-width: 1000px) {
  .p-modal .btn-modal-close .js-modal-close {
    top: -75px;
    width: 48px;
    height: 48px;
  }
}
.p-modal__img.regulation img {
  max-width: 1000px;
}
.p-modal__img img {
  min-width: 1400px;
}
@media (max-width: 767px) {
  .p-modal__img img {
    min-width: 800px;
  }
}
.p-modal .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  margin: 1px 0;
  height: 10px;
}
.p-modal .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  height: 12px;
}
.p-modal .mCSB_scrollTools .mCSB_draggerContainer {
  background: #fff;
}
.p-modal .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: var(--keycolor);
  background-color: var(--keycolor);
}
.p-modal .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: var(--keycolor);
  background-color: var(--keycolor);
}
.p-modal .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.p-modal .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: var(--keycolor);
  background-color: var(--keycolor);
}/*# sourceMappingURL=home.css.map */