/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
.p_station03__note {
  font-size: 0.9375rem;
}

.p_station03__inner .c_txt22 small {
  font-size: 0.9375rem;
}

.p_station03__list {
  font-size: 1rem;
}

.p_station02__list__txt {
  font-size: 1.25rem;
}

.p_station03__circle__yellow, .p_station03__circle__red {
  font-size: 1.25rem;
}

.p_station02__list__num {
  font-size: 1.875rem;
}
.p_station__head {
  position: relative;
  z-index: 1;
  padding: 60px 0;
  margin-top: 50px;
}
.p_station__head::after {
  content: "";
  width: 100%;
  height: calc(100% - 30px);
  background-color: #E2F3FE;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.p_station__head__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}
.p_station__head .c_ttl01 {
  text-align: center;
  margin-bottom: 15px;
}
.p_station__head .c_txt22 {
  text-align: center;
  color: #000;
}
.p_station__head .l_container {
  position: relative;
  z-index: 2;
}
.p_station01 {
  background-color: #E2F3FE;
}
.p_station01__inner {
  position: relative;
  z-index: 1;
  padding: 50px 20px;
  color: #fff;
}
.p_station01__inner::after {
  content: "";
  background-color: #1879B9;
  width: calc(100% - 20px);
  height: 100%;
  border-radius: 0 40px 40px 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
}
.p_station01__inner .c_ttl01 {
  color: #D6C36F;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.p_station01__inner .c_ttl33 {
  color: #D6C36F;
  margin-bottom: 15px;
}
.p_station01__inner .c_txt22 {
  line-height: 1.4545454545;
}
.p_station01__flex {
  margin-top: 20px;
}
.p_station01__flex__right {
  margin-top: 20px;
}
.p_station02 {
  background-color: #E2F3FE;
  padding: 60px 0;
}
.p_station02__main {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}
.p_station02 .c_ttl01 {
  text-align: center;
  margin-bottom: 80px;
}
.p_station02__list {
  margin: 0 auto;
}
.p_station02__list__num {
  color: #1879B9;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  flex-shrink: 0;
  display: block;
  width: 40px;
  position: relative;
  bottom: 5px;
}
.p_station02__list__txt {
  color: #1879B9;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
  display: block;
}
.p_station02__list__item {
  display: flex;
  gap: 10px;
  border-bottom: 2px solid #1879B9;
  padding: 25px 10px 10px 10px;
  align-items: flex-end;
}
.p_station02__inner {
  background-color: #fff;
  border-radius: 25px;
  padding: 1px 20px 50px;
}
.p_station02__img01 {
  border-radius: 100%;
  overflow: hidden;
  border: 5px solid #E2F3FE;
  margin-bottom: 10px;
  width: 50%;
}
.p_station02__img02 {
  overflow: hidden;
  border-radius: 100%;
  margin: 0 0 0 auto;
  width: 45%;
  border: 5px solid #E2F3FE;
}
.p_station02__imgs {
  width: 100%;
  display: flex;
  gap: 40px;
  margin-top: -50px;
  max-width: 500px;
  margin-inline: auto;
  align-items: center;
}
.p_station03 {
  background-color: #E2F3FE;
}
.p_station03__inner {
  position: relative;
  z-index: 1;
  padding: 50px 20px;
  color: #fff;
}
.p_station03__inner::after {
  content: "";
  background-color: #1879B9;
  width: calc(100% - 20px);
  height: 100%;
  border-radius: 40px 0 0 40px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
}
.p_station03__inner .c_ttl01 {
  color: #D6C36F;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.p_station03__inner .c_ttl33 {
  color: #D6C36F;
  margin-bottom: 10px;
  line-height: 1.6666666667;
}
.p_station03__inner .c_txt22 {
  line-height: 1.4545454545;
  margin-top: 20px;
}
.p_station03__img {
  margin-top: 40px;
}
.p_station03__circle {
  position: relative;
  margin: 30px auto 0;
  max-width: 360px;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  z-index: 0;
  justify-content: space-between;
  align-items: center;
}
.p_station03__circle__icon {
  width: 90px;
  position: absolute;
  z-index: -1;
  left: 50%;
  transform: translate(-50%) rotate(90deg);
}
.p_station03__circle__yellow, .p_station03__circle__red {
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.25;
  position: relative;
  text-align: center;
  flex-shrink: 0;
  width: 110px;
}
.p_station03__circle__yellow {
  background-color: #D6C36F;
  border-radius: 100%;
  font-weight: 900;
  display: flex;
}
.p_station03__circle__yellow::after {
  content: "";
  border: 2px solid #fff;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  pointer-events: none;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 100%;
}
.p_station03__circle__red {
  background-color: #F2778A;
  border-radius: 100%;
  font-weight: 900;
}
.p_station03__circle__red::after {
  content: "";
  border: 2px solid #fff;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  pointer-events: none;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 100%;
}
.p_station03__box {
  border-radius: 20px;
  background-color: #fff;
  color: #3B3B3B;
  margin-top: 20px;
  padding-block: 20px;
  padding-inline: 20px;
}
.p_station03__content {
  margin-inline: auto;
}
.p_station03__list {
  line-height: 2.04;
  font-weight: 700;
}
.p_station03__item {
  position: relative;
  padding-left: 30px;
}
.p_station03__item::before {
  content: "";
  position: absolute;
  aspect-ratio: 31/27;
  background: url(../images/station/icon_check.svg) center/contain no-repeat;
  width: 20px;
  left: 0;
  top: 8px;
}
.p_station03__note {
  font-weight: 700;
  margin-top: 5px;
}
.p_station04 {
  background-color: #E2F3FE;
  padding: 60px 0;
}
.p_station04 .c_ttl33 {
  color: #1879B9;
  text-align: center;
  margin-bottom: 30px;
}
.p_station04__banner {
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p_station03__note {
    font-size: 1.1875rem;
  }
  .p_station03__inner .c_txt22 small {
    font-size: 1.25rem;
  }
  .p_station03__list {
    font-size: 1.5625rem;
  }
  .p_station02__list__txt {
    font-size: 1.875rem;
  }
  .p_station03__circle__yellow, .p_station03__circle__red {
    font-size: 2rem;
  }
  .p_station02__list__num {
    font-size: 3.125rem;
  }
  .p_station + .c_shimanamijapan {
    margin-top: 84px;
  }
  .p_station__head {
    margin-top: 63px;
    padding: 101px 0 50px;
  }
  .p_station__head::after {
    height: calc(100% - 100px);
  }
  .p_station__head .c_ttl01 {
    margin-bottom: 17px;
  }
  .p_station01__inner {
    padding: 62px 40px 87px 40px;
  }
  .p_station01__inner::after {
    width: calc(100% - clamp(2.5rem, 52vw + -46.25rem, 5.75rem));
    border-radius: 0 80px 80px 0;
  }
  .p_station01__inner .c_ttl01 {
    margin-bottom: 27px;
  }
  .p_station01__inner .c_ttl33 {
    margin-bottom: 17px;
  }
  .p_station01__flex {
    display: flex;
    gap: 20px;
    max-width: 1181px;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: clamp(-68px, (1300px - 100vw) * 1000, 0px);
  }
  .p_station01__flex__left {
    width: 50.8044030483%;
    padding-top: 60px;
  }
  .p_station01__flex__right {
    margin-top: 0;
    width: 42.6756985605%;
    flex-shrink: 0;
  }
  .p_station01__flex__right .p_station01__img {
    padding-top: 15px;
  }
  .p_station02 {
    padding: 114px 0 120px;
  }
  .p_station02 .c_ttl01 {
    margin-bottom: 40px;
  }
  .p_station02__content {
    padding-right: 40px;
    max-width: 968px;
    margin-left: auto;
    padding-right: 120px;
  }
  .p_station02__list {
    margin: 0;
    max-width: 817px;
  }
  .p_station02__list__num {
    width: 60px;
    flex-shrink: 0;
    bottom: 3px;
  }
  .p_station02__list__txt {
    padding-top: 12px;
  }
  .p_station02__list__item {
    border-bottom: 3px solid #1879B9;
    gap: 21px;
    padding: 35px 13px 13px 13px;
  }
  .p_station02__inner {
    max-width: 85vw;
    border-radius: 50px;
    padding: 56px 40px 113px 40px;
  }
  .p_station02__img01 {
    width: 100%;
    border: 9px solid #E2F3FE;
    margin-bottom: 43px;
  }
  .p_station02__img02 {
    width: 86.8055555556%;
    border: 9px solid #E2F3FE;
  }
  .p_station02__imgs {
    align-items: flex-start;
    right: 0;
    top: 60px;
    z-index: 1;
    max-width: unset;
    margin-inline: 0;
    margin-top: 0;
    padding: 0 20px;
    position: absolute;
    padding: 0;
    gap: 0;
    flex-direction: column;
    width: clamp(13.125rem, 9.375vw + 8.625rem, 18rem);
    top: 124px;
    right: clamp(0rem, 9.1346153846vw + -4.3846153846rem, 4.75rem);
  }
  .p_station03__inner {
    padding: 66px 0 112px 0;
  }
  .p_station03__inner::after {
    width: calc(100% - clamp(2.5rem, 52vw + -46.25rem, 5.75rem));
    border-radius: 80px 0 0 80px;
  }
  .p_station03__inner .c_ttl01 {
    margin-bottom: 22px;
  }
  .p_station03__inner .c_ttl33 {
    margin-bottom: 12px;
    width: calc(100% + 20px);
  }
  .p_station03__inner .c_txt22 {
    margin-top: 0;
  }
  .p_station03__img {
    max-width: calc(100vw - 120px);
    margin-left: auto;
    margin-top: 75px;
  }
  .p_station03__left {
    padding-left: 13px;
  }
  .p_station03__circle {
    flex-direction: column;
    height: 537px;
    top: -25px;
    margin: 0;
    max-width: 261px;
  }
  .p_station03__circle__icon {
    top: 14%;
    left: 19%;
    transform: none;
    width: 59.0038314176%;
    min-width: 150px;
  }
  .p_station03__circle__yellow, .p_station03__circle__red {
    width: 195px;
  }
  .p_station03__circle__yellow {
    margin-right: auto;
  }
  .p_station03__circle__yellow::after {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 3px solid #fff;
  }
  .p_station03__circle__red {
    margin-left: auto;
  }
  .p_station03__circle__red::after {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 3px solid #fff;
  }
  .p_station03__flex {
    display: flex;
    gap: 40px;
    align-items: flex-start;
  }
  .p_station03__left {
    position: relative;
    top: 20px;
    width: clamp(12.5rem, 22.4609375vw + 1.71875rem, 19.6875rem);
    flex-shrink: 0;
  }
  .p_station03__right {
    width: calc(100% - clamp(12.5rem, 22.4609375vw + 1.71875rem, 19.6875rem));
  }
  .p_station03__box {
    margin-top: 32px;
    padding-inline: 40px;
    border-radius: 24px;
    padding-block: 28px 28px;
  }
  .p_station03__content {
    max-width: 718px;
  }
  .p_station03__item {
    padding-left: 52px;
  }
  .p_station03__item::before {
    top: 11px;
    width: 31px;
  }
  .p_station03__note {
    margin-top: 8px;
  }
  .p_station04 {
    padding: 76px 0 89px 0;
  }
  .p_station04 .c_ttl33 {
    margin-bottom: 41px;
  }
}
/*# sourceMappingURL=maps/station.css.map */
