@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

picture,
svg,
video,
canvas {
  display: block;
  max-width: 100%;
}

img {
  border-style: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  padding: 0;
  color: inherit;
  cursor: pointer;
  background: transparent;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address {
  font-style: normal;
}

html {
  font-size: 62.5%;
  background: #fff;
}
@media print, screen and (min-width: 744px) {
  html {
    font-size: clamp(8px, 0.520833vw, 11px);
    font-size: clamp(8px, 0.625vw, 10px);
  }
}
@media screen and (max-width: 743px) {
  html {
    font-size: clamp(9px, 2.67vw, 12px);
  }
}

body {
  position: relative;
  min-width: 0;
  color: #101d37;
  font-family: "Noto Sans JP", "Noto Sans", Meiryo, sans-serif;
  font-feature-settings: "palt";
  line-height: 1.75;
  letter-spacing: 0.04em;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  background: #fff;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
@media screen and (max-width: 743px) {
  body {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 744px) {
  body {
    min-width: 130rem;
    font-size: 1.6rem;
  }
}

body.is-menu-open {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

a {
  color: #1c69fc;
  text-decoration: underline;
}
a:visited {
  color: #1c69fc;
}
@media (hover: hover) {
  a:hover {
    text-decoration: none;
  }
}

@media print, screen and (min-width: 744px) {
  a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
  }
}

img {
  vertical-align: top;
  backface-visibility: hidden;
}

button,
input,
textarea,
select {
  color: inherit;
}

:focus-visible {
  outline: 3px solid #1c69fc;
  outline-offset: 3px;
}

::selection {
  color: #fff;
  background: #1c69fc;
}

sup {
  font-size: 50%;
  font-weight: normal;
  vertical-align: super;
}

em {
  font-style: normal;
}

@media (prefers-reduced-motion: reduce) {
  *,
*::before,
*::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
.l-contents {
  position: relative;
  overflow-x: clip;
}
@media screen and (max-width: 743px) {
  .l-contents {
    min-height: calc(100vh - 12rem);
  }
}
@media print, screen and (min-width: 744px) {
  .l-contents {
    min-height: calc(100vh - 16rem);
  }
}

@media print, screen and (min-width: 744px) {
  .l-section {
    padding-top: 10rem;
    padding-bottom: 12rem;
  }
}
@media screen and (max-width: 743px) {
  .l-section {
    padding-top: 6rem;
    padding-bottom: 7rem;
  }
}

@media print, screen and (min-width: 744px) {
  .l-section--compact {
    padding-top: 6rem;
    padding-bottom: 7rem;
  }
}
@media screen and (max-width: 743px) {
  .l-section--compact {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}

.l-container, .l-container--narrow, .l-container--wide {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
  text-align: left;
}
@media print, screen and (min-width: 744px) {
  .l-container, .l-container--narrow, .l-container--wide {
    max-width: 160rem;
    padding: 0 5rem;
  }
}

@media print, screen and (min-width: 744px) {
  .l-container--wide {
    max-width: 178rem;
  }
}

@media print, screen and (min-width: 744px) {
  .l-container--narrow {
    max-width: 114rem;
  }
}

.l-header {
  position: relative;
  z-index: 100;
  width: 100%;
}
@media print, screen and (min-width: 744px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 130rem;
    background: transparent;
    box-shadow: none;
  }
}
@media screen and (max-width: 743px) {
  .p-home .l-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}

.l-header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
@media screen and (max-width: 743px) {
  .l-header__inner {
    height: 5.5rem;
    padding: 0 0.7rem 0 1.5rem;
  }
}
@media print, screen and (min-width: 744px) {
  .l-header__inner {
    height: 8.7rem;
    max-width: 178rem;
    padding: 1.8rem 1.5rem;
    margin: 0 auto;
    overflow: visible;
  }
}

.l-header__brand {
  flex: 1 1 auto;
  min-width: 0;
}

.l-header__logo {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 743px) {
  .l-header__logo img {
    max-width: calc(100% - 1rem);
    max-height: 2.8rem;
    height: auto;
    width: auto;
  }
}
@media print, screen and (min-width: 744px) {
  .l-header__logo img {
    max-width: calc(100% - 2rem);
    max-height: 4.3rem;
    height: auto;
    width: auto;
  }
}

.l-header__body {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
}
@media print, screen and (min-width: 744px) {
  .l-header__body {
    gap: 1.2rem;
  }
}

@media screen and (max-width: 743px) {
  .l-header__nav {
    display: none;
  }
}

.l-header__navList {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  margin: 0;
  padding: 0 2.5rem;
  list-style: none;
  background: #fff;
  border: 2px solid #122140;
  border-radius: 999px;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}

.l-header__navLink {
  display: inline-flex;
  align-items: center;
  min-height: 4.7rem;
  padding: 0;
  color: #101d37 !important;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.1;
  text-decoration: none;
  white-space: nowrap;
}
.l-header__navLink::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.8rem;
  background-image: url("../img/common/ico_arrow_blu.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(1px);
}

.l-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.9rem;
}

.l-header__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  background: #0740ad;
  border-radius: 999px;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 743px) {
  .l-header__action {
    min-height: 3.2rem;
    padding: 0 1.2rem;
    font-size: 1.4rem;
    border: 1px solid #122140;
  }
}
@media print, screen and (min-width: 744px) {
  .l-header__action {
    min-height: 5.1rem;
    padding: 0 2rem 1px;
    font-size: 1.8rem;
    border: 2px solid #122140;
  }
}
.l-header__action::before {
  content: "";
  display: inline-block;
  background-color: #fff;
  background-image: url("../img/common/ico_arrow_blu2.svg");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}
@media screen and (max-width: 743px) {
  .l-header__action::before {
    width: 1.75rem;
    height: 1.75rem;
    margin-right: 0.3rem;
    background-size: 1.1rem 1.1rem;
  }
}
@media print, screen and (min-width: 744px) {
  .l-header__action::before {
    width: 2.2rem;
    height: 2.2rem;
    margin-right: 0.8rem;
    background-size: 1.4rem 1.4rem;
  }
}
.l-header__action span {
  display: inline-block;
}
@media print, screen and (min-width: 744px) {
  .l-header__action span {
    transform: translateY(-1px);
  }
}

.l-header__action--contact {
  background: #ec1d2e;
}
.l-header__action--contact::before {
  background-image: url("../img/common/ico_arrow_red.svg");
}

.l-mobileNav {
  width: 100%;
}

.l-mobileNav__list {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0 auto;
  list-style: none;
}
.l-mobileNav__list > li {
  flex: 0 0 auto;
  min-width: 0;
}

.l-mobileNav__link {
  display: block;
  padding: 0;
  background: transparent;
  border: 0;
}
.l-mobileNav__link img {
  display: block;
}

/* ==================================================
 * デザイン001
 * bottomのみ画面下へつながる外枠。それ以外は通常の角丸枠にする。
 * ================================================== */
body[data-mobile-nav-design="001"] {
  --mobile-nav-height: 6.3rem;
  --mobile-nav-theme-color: #fafafb;
}
body[data-mobile-nav-design="001"] .l-mobileNav {
  position: relative;
}
body[data-mobile-nav-design="001"] .l-mobileNav .l-mobileNav__link img {
  width: auto;
  height: 4.7rem;
}
body[data-mobile-nav-design="001"][data-mobile-nav-position=bottom] .l-mobileNav {
  padding: 1.1rem 0 max(2.4rem, env(safe-area-inset-bottom, 0px));
  background: url("/common_c/assets/img/mobile/nav_001_bg.png") no-repeat top center;
  background-size: 100% auto;
  filter: drop-shadow(0 0 0.4rem rgba(0, 0, 0, 0.16));
}
body[data-mobile-nav-design="001"][data-mobile-nav-position=top], body[data-mobile-nav-design="001"][data-mobile-nav-position=below_logo] {
  --mobile-nav-height: 7.5rem;
}
body[data-mobile-nav-design="001"][data-mobile-nav-position=top] .l-mobileNav, body[data-mobile-nav-design="001"][data-mobile-nav-position=below_logo] .l-mobileNav {
  padding: 0.6rem;
}
body[data-mobile-nav-design="001"][data-mobile-nav-position=top] .l-mobileNav__list, body[data-mobile-nav-design="001"][data-mobile-nav-position=below_logo] .l-mobileNav__list {
  position: relative;
  z-index: 1;
  padding: 0.6rem 1rem;
  background: var(--mobile-nav-theme-color);
  border-radius: 0.8rem;
  border: 2px solid #122140;
  filter: drop-shadow(0 0 0.4rem rgba(0, 0, 0, 0.16));
}

/* ==================================================
 * デザイン002
 * ================================================== */
body[data-mobile-nav-design="002"] {
  --mobile-nav-height: 5.4rem;
  --mobile-nav-theme-color: #000;
}
body[data-mobile-nav-design="002"] .l-mobileNav {
  background: var(--mobile-nav-theme-color);
}
body[data-mobile-nav-design="002"] .l-mobileNav .l-mobileNav__link img {
  width: auto;
  height: 5.4rem;
}
body[data-mobile-nav-design="002"][data-mobile-nav-position=bottom] .l-mobileNav {
  padding-bottom: env(safe-area-inset-bottom, 0px);
}

/* ==================================================
 * デザイン003
 * ================================================== */
body[data-mobile-nav-design="003"] {
  --mobile-nav-height: 5.4rem;
  --mobile-nav-theme-color: #000;
}
body[data-mobile-nav-design="003"] .l-mobileNav {
  background: var(--mobile-nav-theme-color);
}
body[data-mobile-nav-design="003"] .l-mobileNav .l-mobileNav__link img {
  width: auto;
  height: 5.4rem;
}
body[data-mobile-nav-design="003"][data-mobile-nav-position=bottom] .l-mobileNav {
  padding-bottom: env(safe-area-inset-bottom, 0px);
}

/* ==================================================
 * デザイン004
 * 中央の「プラン・予約」のみ大きい画像を使用する。
 * ================================================== */
body[data-mobile-nav-design="004"] {
  --mobile-nav-height: 8.2rem;
  --mobile-nav-theme-color: #fff;
}
body[data-mobile-nav-design="004"] .l-mobileNav .l-mobileNav__list {
  gap: 0.3rem;
}
body[data-mobile-nav-design="004"] .l-mobileNav .l-mobileNav__link img {
  width: auto;
  height: 6.7rem;
}
body[data-mobile-nav-design="004"] .l-mobileNav .l-mobileNav__list > li:nth-child(3) .l-mobileNav__link img {
  height: 8.2rem;
}
body[data-mobile-nav-design="004"][data-mobile-nav-position=top], body[data-mobile-nav-design="004"][data-mobile-nav-position=below_logo] {
  --mobile-nav-height: 9.4rem;
}
body[data-mobile-nav-design="004"][data-mobile-nav-position=top] .l-mobileNav, body[data-mobile-nav-design="004"][data-mobile-nav-position=below_logo] .l-mobileNav {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

/* ==================================================
 * デザイン005
 * ================================================== */
body[data-mobile-nav-design="005"] {
  --mobile-nav-height: 5.8rem;
  --mobile-nav-theme-color: #f5f9ff;
}
body[data-mobile-nav-design="005"] .l-mobileNav {
  background: var(--mobile-nav-theme-color);
}
body[data-mobile-nav-design="005"] .l-mobileNav .l-mobileNav__link img {
  width: auto;
  height: 5.8rem;
}
body[data-mobile-nav-design="005"][data-mobile-nav-position=bottom] .l-mobileNav {
  box-shadow: 0 -0.2rem 0.2rem rgba(0, 0, 0, 0.1);
}
body[data-mobile-nav-design="005"][data-mobile-nav-position=top], body[data-mobile-nav-design="005"][data-mobile-nav-position=below_logo] {
  --mobile-nav-height: 6.4rem;
}
body[data-mobile-nav-design="005"][data-mobile-nav-position=top] .l-mobileNav, body[data-mobile-nav-design="005"][data-mobile-nav-position=below_logo] .l-mobileNav {
  padding-bottom: 0.6rem;
  box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
}

/* ==================================================
 * デザイン006
 * ================================================== */
body[data-mobile-nav-design="006"] {
  --mobile-nav-height: 5.9rem;
  --mobile-nav-theme-color: #fff;
}
body[data-mobile-nav-design="006"] .l-mobileNav {
  background: var(--mobile-nav-theme-color);
}
body[data-mobile-nav-design="006"] .l-mobileNav .l-mobileNav__list {
  padding-top: 4px;
}
body[data-mobile-nav-design="006"] .l-mobileNav .l-mobileNav__link img {
  width: auto;
  height: 5.9rem;
}
body[data-mobile-nav-design="006"][data-mobile-nav-position=bottom] .l-mobileNav {
  box-shadow: 0 -0.2rem 0.2rem rgba(0, 0, 0, 0.1);
}
body[data-mobile-nav-design="006"][data-mobile-nav-position=top], body[data-mobile-nav-design="006"][data-mobile-nav-position=below_logo] {
  --mobile-nav-height: 6.5rem;
}
body[data-mobile-nav-design="006"][data-mobile-nav-position=top] .l-mobileNav, body[data-mobile-nav-design="006"][data-mobile-nav-position=below_logo] .l-mobileNav {
  padding-bottom: 0.6rem;
  box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
}

/* ==================================================
 * デザイン007
 * ================================================== */
body[data-mobile-nav-design="007"] {
  --mobile-nav-height: 5.4rem;
  --mobile-nav-theme-color: #003b99;
}
body[data-mobile-nav-design="007"] .l-mobileNav {
  background: var(--mobile-nav-theme-color);
}
body[data-mobile-nav-design="007"] .l-mobileNav .l-mobileNav__link img {
  width: auto;
  height: 5.4rem;
}
body[data-mobile-nav-design="007"][data-mobile-nav-position=bottom] .l-mobileNav {
  box-shadow: 0 -0.2rem 0.2rem rgba(0, 0, 0, 0.1);
}
body[data-mobile-nav-design="007"][data-mobile-nav-position=top], body[data-mobile-nav-design="007"][data-mobile-nav-position=below_logo] {
  --mobile-nav-height: 6rem;
}
body[data-mobile-nav-design="007"][data-mobile-nav-position=top] .l-mobileNav, body[data-mobile-nav-design="007"][data-mobile-nav-position=below_logo] .l-mobileNav {
  padding-bottom: 0.6rem;
  box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
}

/* ==================================================
 * デザイン008
 * ================================================== */
body[data-mobile-nav-design="008"] {
  --mobile-nav-height: 5.4rem;
  --mobile-nav-theme-color: #122346;
}
body[data-mobile-nav-design="008"] .l-mobileNav {
  background: var(--mobile-nav-theme-color);
}
body[data-mobile-nav-design="008"] .l-mobileNav .l-mobileNav__link img {
  width: auto;
  height: 5.4rem;
}
body[data-mobile-nav-design="008"][data-mobile-nav-position=bottom] .l-mobileNav {
  box-shadow: 0 -0.2rem 0.2rem rgba(0, 0, 0, 0.1);
}
body[data-mobile-nav-design="008"][data-mobile-nav-position=top], body[data-mobile-nav-design="008"][data-mobile-nav-position=below_logo] {
  --mobile-nav-height: 6rem;
}
body[data-mobile-nav-design="008"][data-mobile-nav-position=top] .l-mobileNav, body[data-mobile-nav-design="008"][data-mobile-nav-position=below_logo] .l-mobileNav {
  padding-bottom: 0.6rem;
  box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
}

/* ==================================================
 * デザイン009
 * 各画像の間に白い余白を設ける。
 * ================================================== */
body[data-mobile-nav-design="009"] {
  --mobile-nav-height: 5.5rem;
  --mobile-nav-theme-color: #fff;
}
body[data-mobile-nav-design="009"] .l-mobileNav .l-mobileNav__list {
  gap: 1rem;
}
body[data-mobile-nav-design="009"] .l-mobileNav .l-mobileNav__link img {
  width: auto;
  height: 5.5rem;
}
body[data-mobile-nav-design="009"][data-mobile-nav-position=top], body[data-mobile-nav-design="009"][data-mobile-nav-position=below_logo] {
  --mobile-nav-height: 7.5rem;
}
body[data-mobile-nav-design="009"][data-mobile-nav-position=top] .l-mobileNav, body[data-mobile-nav-design="009"][data-mobile-nav-position=below_logo] .l-mobileNav {
  padding-top: 1dvh;
  padding-bottom: 1dvh;
}

/* ==================================================
 * 表示位置
 * デザインごとの高さは --mobile-nav-height を参照する。
 * ================================================== */
@media screen and (max-width: 743px) {
  body[data-mobile-nav-position=bottom] .l-footer {
    padding-bottom: 12rem;
  }
  body[data-mobile-nav-position=bottom] .l-mobileNav {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 300;
    padding-bottom: max(0.8rem, env(safe-area-inset-bottom, 0px));
  }
}

@media screen and (max-width: 743px) {
  body[data-mobile-nav-position=top].p-home > .l-contents {
    padding-top: calc(var(--mobile-nav-height, 5.4rem) + env(safe-area-inset-top));
  }
  body[data-mobile-nav-position=top] .l-header {
    padding-top: calc(var(--mobile-nav-height, 5.4rem) + env(safe-area-inset-top));
  }
  body[data-mobile-nav-position=top] .l-mobileNav {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 300;
    padding-top: env(safe-area-inset-top);
  }
}

@media screen and (max-width: 743px) {
  body[data-mobile-nav-position=below_logo] .l-header {
    position: sticky;
    top: -5.5rem;
    left: auto;
  }
}

body[data-mobile-nav-position=menu_only] {
  --mobile-nav-theme-color: #fff;
}
body[data-mobile-nav-position=menu_only] .l-mobileNav {
  display: none;
}
@media screen and (max-width: 743px) {
  body[data-mobile-nav-position=menu_only]:not(.p-home) > .l-contents {
    padding-top: calc(5.5rem + env(safe-area-inset-top));
  }
  body[data-mobile-nav-position=menu_only] .l-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding-top: env(safe-area-inset-top);
    background: #fff;
  }
  body[data-mobile-nav-position=menu_only] .l-drawerBtn {
    display: block;
  }
}

body.is-menu-open .l-mobileNav {
  visibility: hidden;
}

/* ==================================================
 * 画面右下固定ボタン
 * ================================================== */
.l-fixedActions {
  position: fixed;
  right: 0;
  bottom: calc(2rem + env(safe-area-inset-bottom, 0px));
  z-index: 300;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1.2rem;
}

@media screen and (max-width: 743px) {
  body[data-mobile-nav-position=bottom] .l-fixedActions {
    bottom: calc(var(--mobile-nav-height, 5.4rem) + 2rem + max(0.8rem, env(safe-area-inset-bottom, 0px)));
  }
}

body.is-menu-open .l-fixedActions {
  visibility: hidden;
}

/* ==================================================
 * ページトップボタン
 * ================================================== */
.l-pageTop {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  margin: 0 1.2rem 0 0;
  background: #000;
  border: 2px solid #fff;
  border-radius: 50%;
}
@media print, screen and (min-width: 744px) {
  .l-pageTop {
    transform: scale(1.2);
    transform-origin: right bottom;
  }
}
.l-pageTop::before {
  content: "";
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  background: url("../img/common/ico_arrow_wht.svg") no-repeat center/contain;
  transform: rotate(-90deg);
}

/* ==================================================
 * 問い合わせボタン
 * ================================================== */
.l-mobileContact {
  display: block;
  padding: 0;
  margin: 0;
  line-height: 0;
  background: transparent;
  border: 0;
}
.l-mobileContact img {
  display: block;
  width: auto;
}

/* 問い合わせデザイン001 */
body[data-mobile-contact-design="001"] .l-mobileContact img {
  height: 4.4rem;
}

/* 問い合わせデザイン002 */
body[data-mobile-contact-design="002"] .l-mobileContact img {
  height: 6.8rem;
}

/* 問い合わせデザイン003 */
body[data-mobile-contact-design="003"] .l-mobileContact img {
  height: 4.4rem;
}

/* 問い合わせデザイン004 */
body[data-mobile-contact-design="004"] .l-mobileContact img {
  height: 4.8rem;
}

/* 問い合わせデザイン005 */
body[data-mobile-contact-design="005"] .l-mobileContact img {
  height: 4.4rem;
}

/* 問い合わせデザイン006 */
body[data-mobile-contact-design="006"] .l-mobileContact img {
  height: 4.1rem;
}

.l-drawerBtn {
  position: relative;
  z-index: 300;
  width: 6.7rem;
  height: 5.1rem;
  background: #fff;
  border: 2px solid #122140;
  border-radius: 1rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 743px) {
  .l-drawerBtn {
    display: none;
    background: transparent;
    border: 0;
    box-shadow: none;
    width: 3.4rem;
    margin-right: 0.4rem;
  }
}
.l-drawerBtn span {
  display: block;
  position: absolute;
  width: 3.3rem;
  height: 4px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #1c69fc;
  border-radius: 999px;
}
.l-drawerBtn span::before, .l-drawerBtn span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background: #101d37;
  border-radius: 999px;
}
.l-drawerBtn span::before {
  top: -1.2rem;
}
.l-drawerBtn span::after {
  bottom: -1.2rem;
}
@media screen and (max-width: 743px) {
  .l-drawerBtn span {
    width: 2.5rem;
    height: 3px;
  }
  .l-drawerBtn span::before, .l-drawerBtn span::after {
    height: 3px;
  }
  .l-drawerBtn span::before {
    top: -0.9rem;
  }
  .l-drawerBtn span::after {
    bottom: -0.9rem;
  }
}
.is-menu-open .l-drawerBtn {
  visibility: hidden;
}

.l-drawerWindow {
  position: fixed;
  inset: 0;
  z-index: 200;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow-y: auto;
  background-color: #00379e;
}
@media screen and (max-width: 743px) {
  .l-drawerWindow {
    padding: 1.4rem 1.2rem 8rem;
  }
}
@media print, screen and (min-width: 744px) {
  .l-drawerWindow {
    min-width: 130rem;
    padding: 11.5rem 5rem 8rem;
  }
}

.l-drawerWindow::before {
  position: fixed;
  inset: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.2;
  pointer-events: none;
  content: "";
}

.l-drawerWindow__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 744px) {
  .l-drawerWindow__inner {
    max-width: 106rem;
  }
}

.l-drawerWindow__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media print, screen and (min-width: 744px) {
  .l-drawerWindow__header {
    padding-left: 1rem;
  }
}
@media screen and (max-width: 743px) {
  .l-drawerWindow__header {
    padding-left: 0.5rem;
  }
}

.l-drawerWindow__brand {
  min-width: 0;
}

.l-drawerWindow__logo {
  display: block;
  width: fit-content;
}
@media screen and (max-width: 743px) {
  .l-drawerWindow__logo img {
    max-width: calc(100% - 1rem);
    max-height: 3.7rem;
    height: auto;
    width: auto;
  }
}
@media print, screen and (min-width: 744px) {
  .l-drawerWindow__logo img {
    max-width: calc(100% - 2rem);
    max-height: 5.5rem;
    width: auto;
  }
}

.l-drawerWindow__address {
  color: #fff;
  font-weight: 300;
  line-height: 1.4;
}
@media screen and (max-width: 743px) {
  .l-drawerWindow__address {
    margin-top: 0.7rem;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 744px) {
  .l-drawerWindow__address {
    margin-top: 0.8rem;
    font-size: 1.8rem;
  }
}

.l-drawerWindow__close {
  position: relative;
  flex: 0 0 auto;
  display: block;
  padding: 0;
  background: #fff;
  border: solid #101d37;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-width: 743px) {
  .l-drawerWindow__close {
    width: 5rem;
    height: 5rem;
    border-width: 2px;
  }
}
@media print, screen and (min-width: 744px) {
  .l-drawerWindow__close {
    width: 7rem;
    height: 7rem;
    border-width: 3px;
  }
}
.l-drawerWindow__close::before, .l-drawerWindow__close::after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: 52%;
  margin: auto;
  background: #101d37;
  border-radius: 999px;
}
@media screen and (max-width: 743px) {
  .l-drawerWindow__close::before, .l-drawerWindow__close::after {
    height: 3px;
  }
}
@media print, screen and (min-width: 744px) {
  .l-drawerWindow__close::before, .l-drawerWindow__close::after {
    height: 4px;
  }
}
.l-drawerWindow__close::before {
  transform: rotate(45deg);
}
.l-drawerWindow__close::after {
  transform: rotate(-45deg);
}

.l-drawerWindow__body {
  display: grid;
}
@media screen and (max-width: 743px) {
  .l-drawerWindow__body {
    grid-template-areas: "primary" "original" "action" "secondary";
    grid-template-columns: minmax(0, 1fr);
    gap: 1.4rem 1.1rem;
    margin-top: 1.8rem;
  }
}
@media print, screen and (min-width: 744px) {
  .l-drawerWindow__body {
    grid-template-areas: "primary action" "original action" "secondary .";
    grid-template-columns: minmax(0, 69rem) minmax(0, 34rem);
    gap: 2.8rem 3rem;
    margin-top: 4rem;
  }
}

.l-drawerWindow__list {
  display: grid;
}
@media screen and (max-width: 743px) {
  .l-drawerWindow__list {
    gap: 1.5rem 1rem;
  }
}
@media print, screen and (min-width: 744px) {
  .l-drawerWindow__list {
    gap: 2.7rem 2.5rem;
  }
}

.l-drawerWindow__list--primary {
  grid-area: primary;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.l-drawerWindow__list--original {
  grid-area: original;
}
@media screen and (max-width: 743px) {
  .l-drawerWindow__list--original {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media print, screen and (min-width: 744px) {
  .l-drawerWindow__list--original {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.l-drawerWindow__list--action {
  grid-area: action;
  grid-template-columns: minmax(0, 1fr);
  align-self: start;
}

.l-drawerWindow__list--secondary {
  grid-area: secondary;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.l-drawerWindow__link {
  display: flex;
  align-items: center;
  width: 100%;
  color: #101d37 !important;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
  background: #fff;
  border: solid #122140 1px;
  border-radius: 999px;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 743px) {
  .l-drawerWindow__link {
    min-height: 4.7rem;
    padding: 0.8rem 1.2rem;
    font-size: 1.7rem;
    border-width: 1px;
  }
}
@media print, screen and (min-width: 744px) {
  .l-drawerWindow__link {
    min-height: 5.6rem;
    padding: 1rem 2rem 1.1rem;
    font-size: 2.2rem;
    border-width: 2px;
  }
}
.l-drawerWindow__link::before {
  flex: 0 0 auto;
  display: block;
  background: url("../img/common/ico_arrow_blu.svg") no-repeat center/contain;
  content: "";
}
@media screen and (max-width: 743px) {
  .l-drawerWindow__link::before {
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 0.6rem;
  }
}
@media print, screen and (min-width: 744px) {
  .l-drawerWindow__link::before {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.8rem;
  }
}
.l-drawerWindow__link--contact,
.l-drawerWindow__link--namelist {
  justify-content: center;
  color: #fff !important;
  text-align: center;
  border-color: #fff;
  box-shadow: 0 0 0 1px #122140, 0 0.4rem 0.8rem rgba(16, 29, 55, 0.3);
}
@media screen and (max-width: 743px) {
  .l-drawerWindow__link--contact,
.l-drawerWindow__link--namelist {
    min-height: 5.2rem;
    font-size: 1.8rem;
  }
}
.l-drawerWindow__link--contact::before,
.l-drawerWindow__link--namelist::before {
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 743px) {
  .l-drawerWindow__link--contact::before,
.l-drawerWindow__link--namelist::before {
    width: 2.2rem;
    height: 2.2rem;
    margin-right: 0.7rem;
    background-size: 1.2rem 1.2rem;
  }
}
@media print, screen and (min-width: 744px) {
  .l-drawerWindow__link--contact::before,
.l-drawerWindow__link--namelist::before {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 0.8rem;
    background-size: 1.4rem 1.4rem;
  }
}

.l-drawerWindow__link--contact {
  background-color: #ec1d2e;
}
.l-drawerWindow__link--contact::before {
  background-image: url("../img/common/ico_arrow_red.svg");
}

.l-drawerWindow__link--namelist {
  background-color: #1c69fc;
}
.l-drawerWindow__link--namelist::before {
  background-image: url("../img/common/ico_arrow_blu2.svg");
}

.l-drawerWindow[hidden] {
  display: none;
}

.l-drawerWindow:not([hidden]) {
  animation: drawerWindowFadeIn 0.15s linear both;
}

.l-drawerWindow.is-closing {
  animation: drawerWindowFadeOut 0.1s linear both;
}

@keyframes drawerWindowFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes drawerWindowFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.l-breadcrumbs {
  color: #777;
  font-size: 1.2rem;
}

.l-breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4em 0.8em;
}

.l-breadcrumbs__item {
  display: inline-flex;
  align-items: center;
}
.l-breadcrumbs__item:not(:last-child)::after {
  content: "/";
  margin-left: 0.8em;
  color: #ccc;
}

.l-footer {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #122140;
}
@media print, screen and (min-width: 744px) {
  .l-footer {
    min-width: 130rem;
    min-height: 94rem;
    padding: 32rem 0 10rem;
  }
}
@media screen and (max-width: 743px) {
  .l-footer {
    min-height: 87rem;
    padding: 19rem 0 4rem;
  }
}

.l-footer__visual {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}
@media print, screen and (min-width: 744px) {
  .l-footer__visual {
    height: 48rem;
  }
}
@media screen and (max-width: 743px) {
  .l-footer__visual {
    height: 24rem;
  }
}
.l-footer__visual::before {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1;
  display: block;
  background: #122140;
  content: "";
}
@media print, screen and (min-width: 744px) {
  .l-footer__visual::before {
    top: 20rem;
    height: 28.1rem;
    clip-path: polygon(0 0, 100% 100%, 100% 100%, 0 100%);
  }
}
@media screen and (max-width: 743px) {
  .l-footer__visual::before {
    top: 10rem;
    height: 14.1rem;
    clip-path: polygon(0 0, 100% 100%, 100% 100%, 0 100%);
  }
}
.l-footer__visual picture,
.l-footer__visual img {
  display: block;
  width: 100%;
  height: 100%;
}
.l-footer__visual img {
  object-fit: cover;
}
@media print, screen and (min-width: 744px) {
  .l-footer__visual img {
    object-position: center top;
  }
}
@media screen and (max-width: 743px) {
  .l-footer__visual img {
    object-position: center top;
  }
}
.l-footer__visual::after {
  position: absolute;
  inset: 0;
  display: block;
  content: "";
  width: 100%;
}
@media print, screen and (min-width: 744px) {
  .l-footer__visual::after {
    height: 3rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
@media screen and (max-width: 743px) {
  .l-footer__visual::after {
    height: 1.6rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  }
}

.l-footer__inner {
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 744px) {
  .l-footer__inner {
    max-width: 178rem;
  }
}
@media screen and (max-width: 743px) {
  .l-footer__inner {
    padding: 0 2.4rem;
  }
}

@media print, screen and (min-width: 744px) {
  .l-footer__brand {
    margin: 0 0 3.5rem;
  }
}
@media screen and (max-width: 743px) {
  .l-footer__brand {
    margin: 0 0 2rem;
  }
}

.l-footer__name {
  margin: 0;
}
.l-footer__name img {
  display: block;
}
@media print, screen and (min-width: 744px) {
  .l-footer__name img {
    height: 5rem;
    width: auto;
  }
}
@media screen and (max-width: 743px) {
  .l-footer__name img {
    height: 3.6rem;
  }
}

.l-footer__address {
  margin: 0;
  font-weight: 300;
  line-height: 1.5;
}
@media print, screen and (min-width: 744px) {
  .l-footer__address {
    margin-top: 2.2rem;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 743px) {
  .l-footer__address {
    margin-top: 1.2rem;
    font-size: 1.4rem;
  }
}

@media print, screen and (min-width: 744px) {
  .l-footer__content {
    display: grid;
    grid-template-columns: 40rem 36rem;
    gap: 9rem;
    align-items: start;
  }
}
@media screen and (max-width: 743px) {
  .l-footer__content {
    display: block;
  }
}

.l-footer__navList {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media print, screen and (min-width: 744px) {
  .l-footer__navList {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 4rem;
  }
}
@media screen and (max-width: 743px) {
  .l-footer__navList {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 1rem;
  }
}
.l-footer__navList a,
.l-footer__navList button {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-weight: 300;
  line-height: 1.3;
  text-decoration: none;
}
@media print, screen and (min-width: 744px) {
  .l-footer__navList a,
.l-footer__navList button {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 743px) {
  .l-footer__navList a,
.l-footer__navList button {
    font-size: 1.35rem;
  }
}
.l-footer__navList a::before,
.l-footer__navList button::before {
  flex: 0 0 auto;
  display: block;
  background: url("../img/common/ico_arrow_blu.svg") no-repeat center/contain;
  content: "";
}
@media print, screen and (min-width: 744px) {
  .l-footer__navList a::before,
.l-footer__navList button::before {
    width: 1.2em;
    height: 1.2em;
    margin-right: 0.3em;
  }
}
@media screen and (max-width: 743px) {
  .l-footer__navList a::before,
.l-footer__navList button::before {
    width: 1.2em;
    height: 1.2em;
    margin-right: 0.4em;
  }
}
@media (hover: hover) {
  .l-footer__navList a:hover,
.l-footer__navList button:hover {
    opacity: 0.75;
  }
}
.l-footer__navList a:visited {
  color: #fff;
}

.l-footer__banner {
  margin: 0;
}
@media screen and (max-width: 743px) {
  .l-footer__banner {
    margin-top: 3.6rem;
    padding: 0 2.1rem;
  }
}
.l-footer__banner a,
.l-footer__banner img {
  display: block;
}
.l-footer__banner a {
  color: inherit;
  text-decoration: none;
}
.l-footer__banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media print, screen and (min-width: 744px) {
  .l-footer__banner img {
    aspect-ratio: 43/20;
  }
}
@media screen and (max-width: 743px) {
  .l-footer__banner img {
    aspect-ratio: 300/140;
  }
}

.l-footer__credit {
  color: rgba(255, 255, 255, 0.7);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
}
@media print, screen and (min-width: 744px) {
  .l-footer__credit {
    margin-top: 6.4rem;
    padding-top: 2.8rem;
  }
}
@media screen and (max-width: 743px) {
  .l-footer__credit {
    margin-top: 3rem;
    padding-top: 2.4rem;
  }
}

.l-footer__copyright,
.l-footer__producer {
  margin: 0;
  font-weight: 300;
}
@media print, screen and (min-width: 744px) {
  .l-footer__copyright,
.l-footer__producer {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 743px) {
  .l-footer__copyright,
.l-footer__producer {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

.l-footer__copyright {
  font-family: Arial, sans-serif;
}

@media print, screen and (min-width: 744px) {
  .l-footer__producer {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 743px) {
  .l-footer__producer {
    margin-top: 1.4rem;
    text-align: left;
  }
}

.l-fixedFooter {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 300;
  background: #fff;
  box-shadow: 0 -0.4rem 1.4rem rgba(16, 29, 55, 0.16);
}
@media print, screen and (min-width: 744px) {
  .l-fixedFooter {
    min-width: 130rem;
    padding: 1rem 5rem;
  }
}
@media screen and (max-width: 743px) {
  .l-fixedFooter {
    padding: 0.6rem 1.5rem max(0.6rem, env(safe-area-inset-bottom));
  }
}

.l-fixedFooter__nav {
  display: grid;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
@media print, screen and (min-width: 744px) {
  .l-fixedFooter__nav {
    grid-template-columns: repeat(4, minmax(0, 16rem));
    gap: 1rem;
    justify-content: center;
    max-width: 150rem;
  }
}
@media screen and (max-width: 743px) {
  .l-fixedFooter__nav {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.6rem;
  }
}
.l-fixedFooter__nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background: #0740ad;
  border-radius: 999px;
}
@media print, screen and (min-width: 744px) {
  .l-fixedFooter__nav a {
    min-height: 4.8rem;
    padding: 0 2rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 743px) {
  .l-fixedFooter__nav a {
    min-height: 4.4rem;
    padding: 0 0.8rem;
    font-size: 1.3rem;
  }
}
.l-fixedFooter__nav a:visited {
  color: #fff;
}

.c-heading, .c-heading--article, .c-heading--section, .c-heading--page {
  margin: 0;
  color: #101d37;
  font-weight: 700;
  line-height: 1.4;
}

@media print, screen and (min-width: 744px) {
  .c-heading--page {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 743px) {
  .c-heading--page {
    font-size: 3.2rem;
  }
}

.c-heading--section {
  color: #1c69fc;
}
@media print, screen and (min-width: 744px) {
  .c-heading--section {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 743px) {
  .c-heading--section {
    font-size: 2.4rem;
  }
}

.c-heading--article {
  padding-left: 1em;
  border-left: 4px solid #1c69fc;
}
@media print, screen and (min-width: 744px) {
  .c-heading--article {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 743px) {
  .c-heading--article {
    font-size: 2rem;
  }
}

.c-btn, .c-btn--secondary, .c-btn--primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background: #1c69fc;
  background-image: radial-gradient(circle, #1c69fc, #0350e2);
  border: 2px solid #1c69fc;
  border-radius: 999px;
  transition: 0.2s ease;
  box-shadow: inset 0 0 0 2px #fff, 0 2px 2px rgba(0, 0, 0, 0.1);
}
@media print, screen and (min-width: 744px) {
  .c-btn, .c-btn--secondary, .c-btn--primary {
    min-width: 42rem;
    min-height: max(60px, 6.4rem);
    padding: 0 2.4rem 2px;
    font-size: max(20px, 2.2rem);
  }
}
@media screen and (max-width: 743px) {
  .c-btn, .c-btn--secondary, .c-btn--primary {
    width: calc(100vw - 5rem);
    min-height: 5.5rem;
    padding: 0 2rem;
    font-size: 1.7rem;
  }
}
.c-btn::after, .c-btn--secondary::after, .c-btn--primary::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 2.4rem;
  width: 1.3em;
  height: 1.3em;
  margin: auto 0;
  background: url("../img/common/ico_arrow_wht.svg") no-repeat center/contain;
}
.c-btn.is-disabled, .is-disabled.c-btn--secondary, .is-disabled.c-btn--primary, .c-btn:disabled, .c-btn--secondary:disabled, .c-btn--primary:disabled, .c-btn[aria-disabled=true], [aria-disabled=true].c-btn--secondary, [aria-disabled=true].c-btn--primary {
  cursor: not-allowed;
  opacity: 0.45;
  pointer-events: none;
}

.c-btn--secondary {
  color: #1c69fc;
  background: #fff;
}

.c-btn--down::after {
  transform: rotate(90deg);
}

.c-btn--text {
  display: inline-flex;
  gap: 0.4em;
  align-items: center;
  color: #1c69fc;
  font-weight: 700;
  text-decoration: underline;
}
@media (hover: hover) {
  .c-btn--text:hover {
    text-decoration: none;
  }
}

.c-text {
  margin-bottom: 1.8em;
  line-height: 1.9;
}

.c-text--lead {
  line-height: 2;
}
@media print, screen and (min-width: 744px) {
  .c-text--lead {
    font-size: 2rem;
  }
}
@media screen and (max-width: 743px) {
  .c-text--lead {
    font-size: 1.6rem;
  }
}

.c-textLink {
  color: #1c69fc;
  font-weight: 700;
  text-decoration: underline;
}
@media (hover: hover) {
  .c-textLink:hover {
    text-decoration: none;
  }
}

.c-textMarker {
  background: linear-gradient(transparent 62%, rgba(237, 109, 0, 0.28) 62%);
}

.c-list {
  margin: 1.5em 0 2em;
}
.c-list > li {
  position: relative;
  padding-left: 1.3em;
  line-height: 1.8;
}
.c-list > li:not(:last-child) {
  margin-bottom: 0.4em;
}
.c-list > li::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0.2em;
  width: 0.5em;
  height: 0.5em;
  background: #1c69fc;
  border-radius: 50%;
}

.c-list--ordered {
  margin: 1.5em 0 2em;
  padding-left: 1.4em;
}
.c-list--ordered > li {
  list-style: decimal;
}
.c-list--ordered > li:not(:last-child) {
  margin-bottom: 0.4em;
}

.c-form {
  text-align: left;
}
.c-form input[type=text],
.c-form input[type=email],
.c-form input[type=tel],
.c-form input[type=password],
.c-form input[type=url],
.c-form input[type=number],
.c-form select,
.c-form textarea {
  width: 100%;
  padding: 1.4rem 1.6rem;
  font-size: 1.6rem;
  line-height: 1.5;
  background: #f5f8fc;
  border: 1px solid #b6c3e0;
  border-radius: 0.6rem;
  outline: none;
}
.c-form input[type=text]:focus,
.c-form input[type=email]:focus,
.c-form input[type=tel]:focus,
.c-form input[type=password]:focus,
.c-form input[type=url]:focus,
.c-form input[type=number]:focus,
.c-form select:focus,
.c-form textarea:focus {
  background: #fff;
  border-color: #1c69fc;
}
.c-form textarea {
  min-height: 18rem;
  resize: vertical;
}
.c-form select {
  appearance: none;
  color: #101d37;
}
.c-form ::placeholder {
  color: #888;
}

.c-form__field {
  display: grid;
  gap: 0.8rem 2rem;
  margin-bottom: 2.4rem;
}
@media print, screen and (min-width: 744px) {
  .c-form__field {
    grid-template-columns: 20rem 1fr;
    align-items: start;
  }
}

.c-form__label {
  padding-top: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
}

.c-form__required::after {
  content: "*";
  margin-left: 0.3em;
  color: #ec1d2e;
}

.c-form__select {
  position: relative;
}
.c-form__select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  width: 0.7rem;
  height: 0.7rem;
  border-right: 1px solid #101d37;
  border-bottom: 1px solid #101d37;
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}

.c-form__check {
  display: inline-flex;
  gap: 0.8rem;
  align-items: flex-start;
  cursor: pointer;
}
.c-form__check input {
  width: 1.8rem;
  height: 1.8rem;
  margin-top: 0.3em;
  accent-color: #1c69fc;
}

.c-table {
  width: 100%;
  border-top: 1px solid #b6c3e0;
}

.c-table th,
.c-table td {
  padding: 1.6rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #b6c3e0;
}

.c-table th {
  width: 24%;
  font-weight: 700;
  background: #f5f8fc;
}
@media screen and (max-width: 743px) {
  .c-table th {
    width: auto;
  }
}

@media screen and (max-width: 743px) {
  .c-table,
.c-table tbody,
.c-table tr,
.c-table th,
.c-table td {
    display: block;
    width: 100%;
  }
}
.c-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
  justify-content: center;
}

.c-pagination a,
.c-pagination span {
  display: inline-grid;
  place-items: center;
  min-width: 4rem;
  height: 4rem;
  padding: 0 1.2rem;
  color: #101d37;
  text-decoration: none;
  border: 1px solid #b6c3e0;
  border-radius: 999px;
}

.c-pagination .is-current,
.c-pagination [aria-current=page] {
  color: #fff;
  background: #1c69fc;
  border-color: #1c69fc;
}

.c-singleBody {
  line-height: 1.9;
}
.c-singleBody > *:first-child {
  margin-top: 0;
}
.c-singleBody > *:last-child {
  margin-bottom: 0;
}
.c-singleBody p {
  margin: 0 0 1.8em;
}
.c-singleBody h2,
.c-singleBody h3,
.c-singleBody h4 {
  margin: 2em 0 1em;
  font-weight: 700;
  line-height: 1.5;
}
.c-singleBody h2 {
  padding-left: 1em;
  font-size: 2.4rem;
  border-left: 4px solid #1c69fc;
}
.c-singleBody h3 {
  font-size: 2rem;
}
.c-singleBody ul {
  margin: 1.5em 0 2em;
}
.c-singleBody ul > li {
  position: relative;
  padding-left: 1.3em;
  line-height: 1.8;
}
.c-singleBody ul > li:not(:last-child) {
  margin-bottom: 0.4em;
}
.c-singleBody ul > li::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0.2em;
  width: 0.5em;
  height: 0.5em;
  background: #1c69fc;
  border-radius: 50%;
}
.c-singleBody ol {
  margin: 1.5em 0 2em;
  padding-left: 1.4em;
}
.c-singleBody ol > li {
  list-style: decimal;
}
.c-singleBody ol > li:not(:last-child) {
  margin-bottom: 0.4em;
}
.c-singleBody a {
  word-break: break-all;
}

.p-home[data-important-news-button=hide] > .l-contents {
  display: flex;
  flex-direction: column;
}
.p-home[data-important-news-button=hide] > .l-contents > .p-homeMv {
  order: 10;
}
.p-home[data-important-news-button=hide] > .l-contents > .p-planRunning {
  order: 20;
}
.p-home[data-important-news-button=hide] > .l-contents > .p-homeCalendar {
  order: 30;
}
.p-home[data-important-news-button=hide] > .l-contents > .p-weatherForecast {
  order: 40;
}
.p-home[data-important-news-button=hide] > .l-contents > .p-homeNews {
  order: 50;
}
@media print, screen and (min-width: 744px) {
  .p-home[data-important-news-button=hide] > .l-contents > .p-homeNews {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 743px) {
  .p-home[data-important-news-button=hide] > .l-contents > .p-homeNews {
    margin-top: 4rem;
  }
}
.p-home[data-important-news-button=hide] > .l-contents > .p-catchReport {
  order: 60;
  margin-top: 0;
}
.p-home[data-important-news-button=hide] > .l-contents > .p-homeProfile {
  order: 70;
}
.p-home[data-important-news-button=hide] > .l-contents > .p-homeGuide {
  order: 80;
}
.p-home[data-important-news-button=hide] .p-homeMv__news {
  display: none;
}

.p-homeMv {
  position: relative;
}
.p-homeMv__media {
  margin: 0 auto;
}
@media print, screen and (min-width: 744px) {
  .p-homeMv__media {
    min-width: 150rem;
  }
}
.p-homeMv__media img {
  transition: 0.3s ease;
}
@media screen and (max-width: 743px) {
  .p-homeMv__media img {
    width: 100%;
    height: auto;
  }
}
@media print, screen and (min-width: 744px) {
  .p-homeMv__media img {
    width: 100%;
    min-width: 150rem;
    height: auto;
    object-fit: cover;
    object-position: center;
  }
}

.p-homeMv__slider {
  overflow: hidden;
}
.p-homeMv__slider:not(.swiper-initialized) .p-homeMv__slide:not(:first-child) {
  display: none;
}

.p-homeMv__slide img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 743px) {
  .p-homeMv__slide img {
    aspect-ratio: 750/1050;
    height: auto;
  }
}
@media print, screen and (min-width: 744px) {
  .p-homeMv__slide img {
    min-width: 0;
    aspect-ratio: 1920/920;
    height: auto;
  }
}

.p-homeMv__movie {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 743px) {
  .p-homeMv__movie {
    aspect-ratio: 750/1050;
  }
}
@media print, screen and (min-width: 744px) {
  .p-homeMv__movie {
    min-width: 100%;
    aspect-ratio: 1920/920;
  }
}

.p-homeMv__movieWrap {
  position: relative;
  overflow: hidden;
}
.p-homeMv__movieWrap.is-playing .p-homeMv__moviePoster {
  visibility: hidden;
  opacity: 0;
}

.p-homeMv__moviePoster {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  visibility: visible;
  opacity: 1;
  pointer-events: none;
  transition: opacity 0.4s ease, visibility 0s linear 0.4s;
}
.p-homeMv__moviePoster img {
  display: block;
  width: 100%;
  min-width: 0;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-homeMv__news {
  z-index: 1;
}
@media print, screen and (min-width: 744px) {
  .p-homeMv__news {
    position: absolute;
    right: 2.8rem;
    bottom: 2.8rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeMv__news {
    padding: 2rem 1.5rem;
  }
}

.p-homeMv__news_link {
  position: relative;
  margin: 0 auto;
  display: block;
  color: #101d37;
  text-decoration: none;
  background: #ffcc32;
  background-image: radial-gradient(circle, #fcd435, #fcc435);
  border: 2px solid #dba418;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  overflow: visible;
}
@media print, screen and (min-width: 744px) {
  .p-homeMv__news_link {
    width: 41.2rem;
    border-radius: 1.4rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeMv__news_link {
    position: relative;
    max-width: 37.5rem;
    border-radius: 1.1rem;
  }
}
.p-homeMv__news_link::before {
  position: absolute;
  display: block;
  pointer-events: none;
  content: "";
}
@media print, screen and (min-width: 744px) {
  .p-homeMv__news_link::before {
    inset: 3px;
    border: 3px solid #fff;
    border-radius: 1.1rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeMv__news_link::before {
    inset: 2px;
    border: 2px solid #fff;
    border-radius: 0.9rem;
  }
}
.p-homeMv__news_link:visited {
  color: #101d37;
}

.p-homeMv__news_badge {
  position: absolute;
  z-index: 2;
  display: block;
}
@media print, screen and (min-width: 744px) {
  .p-homeMv__news_badge {
    top: 0.9rem;
    left: -2.2rem;
    width: 11.4rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeMv__news_badge {
    top: 0.7rem;
    left: -2rem;
    width: 9.4rem;
  }
}
.p-homeMv__news_badge img {
  display: block;
  width: 100%;
  height: auto;
}

.p-homeMv__news_body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: inherit;
  text-align: center;
}
@media print, screen and (min-width: 744px) {
  .p-homeMv__news_body {
    padding: 2rem 2.4rem 2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeMv__news_body {
    padding: 1.6rem 1.6rem 1.5rem;
  }
}

.p-homeMv__news_date {
  display: block;
  color: #e61322;
  font-weight: 600;
  line-height: 1.1;
  white-space: nowrap;
  text-shadow: 0 0.2rem 0 #fff, 0.2rem 0 0 #fff, 0 -0.2rem 0 #fff, -0.2rem 0 0 #fff, 0.2rem 0.2rem 0 #fff, -0.2rem 0.2rem 0 #fff, 0.2rem -0.2rem 0 #fff, -0.2rem -0.2rem 0 #fff;
}
@media print, screen and (min-width: 744px) {
  .p-homeMv__news_date {
    font-size: 1.9rem;
    margin-left: 3rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeMv__news_date {
    font-size: 1.7rem;
    margin-left: 3rem;
  }
}

.p-homeMv__news_text {
  margin: 0;
  color: #101d37;
  font-weight: 700;
  line-height: 1.24;
  letter-spacing: 0.06em;
}
@media print, screen and (min-width: 744px) {
  .p-homeMv__news_text {
    margin-top: 1rem;
    margin-left: 3rem;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeMv__news_text {
    margin-top: 0.5rem;
    margin-left: 2rem;
    font-size: 2rem;
  }
}

.p-homeMv__news_button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  background: #1f1f1f;
  border-radius: 999px;
  padding: 0.4em 1.6em;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
@media print, screen and (min-width: 744px) {
  .p-homeMv__news_button {
    width: 29rem;
    margin-top: 1rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeMv__news_button {
    width: 24.3rem;
    margin-top: 0.6rem;
    font-size: 1.7rem;
  }
}
.p-homeMv__news_button::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 2.2rem;
  width: 1.05em;
  height: 1.05em;
  margin: auto 0;
  background: url("../img/common/ico_arrow_wht.svg") no-repeat center/contain;
  transform: rotate(90deg);
}

/* Sailing Calendar
-------------------------------------------------- */
.p-homeCalendar {
  margin: 6.8rem 0 5rem;
  padding: 0;
  background: #fff;
}
@media screen and (max-width: 743px) {
  .p-homeCalendar {
    margin: 3rem 0 3.6rem;
  }
}

.p-homeCalendar__head {
  margin-bottom: 3.7rem;
}
@media screen and (max-width: 743px) {
  .p-homeCalendar__head {
    margin-bottom: 2.2rem;
  }
}

.p-homeCalendar__title {
  margin: 0 0 2rem;
  color: #101d37;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 743px) {
  .p-homeCalendar__title {
    margin-bottom: 1.2rem;
    font-size: 3rem;
  }
}

.p-homeCalendar__text {
  margin: 0;
  color: #101d37;
  font-weight: 400;
  line-height: 1.5;
}
@media print, screen and (min-width: 744px) {
  .p-homeCalendar__text {
    font-size: 2rem;
    text-align: center;
  }
}
@media screen and (max-width: 743px) {
  .p-homeCalendar__text {
    font-size: 1.6rem;
  }
}

.p-homeCalendar__linkText {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
}
@media print, screen and (min-width: 744px) {
  .p-homeCalendar__linkText {
    font-size: 2rem;
    text-align: center;
  }
}
@media screen and (max-width: 743px) {
  .p-homeCalendar__linkText {
    font-size: 1.6rem;
  }
}
.p-homeCalendar__linkText a {
  color: #1c69fc;
  text-decoration: underline;
  text-underline-offset: 0.4rem;
  text-decoration-thickness: 0.12em;
}

.p-homeCalendar__body {
  width: min(100%, 150rem);
  margin-inline: auto;
}
@media screen and (max-width: 743px) {
  .p-homeCalendar__body {
    width: 100%;
  }
}

.p-homeCalendar__frame {
  width: 100%;
  overflow: hidden;
  background: #eef3f9;
  border: 1px solid #777;
}
.p-homeCalendar__frame iframe {
  display: block;
  width: 100%;
  height: 70rem;
  border: 0 !important;
}
@media screen and (max-width: 743px) {
  .p-homeCalendar__frame iframe {
    height: 56.8rem;
  }
}

/* Boat Profile
-------------------------------------------------- */
.p-homeProfile {
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 744px) {
  .p-homeProfile::before {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    pointer-events: none;
    content: "";
    background: url("../img/common/bg_dot.png") no-repeat right top;
    width: 62rem;
    height: 48rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-homeProfile {
    padding: 8rem 0 0;
    background: linear-gradient(180deg, #e5efff 0%, #fff 78rem);
  }
}
@media screen and (max-width: 743px) {
  .p-homeProfile {
    padding: 3rem 0 0;
    background: linear-gradient(180deg, #eaf4ff 0%, #fff 18rem);
  }
}

@media screen and (max-width: 743px) {
  .p-homeProfile__inner {
    padding: 0 1.5rem;
  }
}

.p-homeProfile__main {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 744px) {
  .p-homeProfile__main {
    display: grid;
    grid-template-columns: 64rem 67rem;
    gap: 6rem;
    align-items: start;
    justify-content: center;
  }
}
@media screen and (max-width: 743px) {
  .p-homeProfile__main {
    display: flex;
    flex-direction: column;
  }
}

@media print, screen and (min-width: 744px) {
  .p-homeProfile__content {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 743px) {
  .p-homeProfile__content {
    display: contents;
  }
}

.p-homeProfile__area {
  margin: 0;
  color: #101d37;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
}
@media print, screen and (min-width: 744px) {
  .p-homeProfile__area {
    order: 2;
    margin-top: 1.6rem;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeProfile__area {
    order: 2;
    margin-top: 0.8rem;
    font-size: 1.6rem;
  }
}

.p-homeProfile__name {
  margin: 0;
  color: #101d37;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
}
@media print, screen and (min-width: 744px) {
  .p-homeProfile__name {
    order: 1;
    font-size: 6.4rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeProfile__name {
    order: 1;
    font-size: 3.5rem;
  }
}

.p-homeProfile__catch {
  position: relative;
  margin: 0;
  color: #0740ad;
  font-weight: 700;
  line-height: 1.28;
  text-align: center;
}
@media print, screen and (min-width: 744px) {
  .p-homeProfile__catch {
    order: 3;
    margin-top: 2.4rem;
    font-size: 5rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeProfile__catch {
    order: 4;
    margin-top: 2.2rem;
    font-size: 2.8rem;
  }
}
.p-homeProfile__catch span {
  position: relative;
  display: inline-block;
}
.p-homeProfile__catch span::after {
  position: absolute;
  display: block;
  content: "";
  background: url("../img/common/parts_flash.png") no-repeat center/contain;
}
@media print, screen and (min-width: 744px) {
  .p-homeProfile__catch span::after {
    top: -3rem;
    right: -3rem;
    width: 6rem;
    height: 6rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeProfile__catch span::after {
    top: -1.8rem;
    right: -2.4rem;
    width: 4rem;
    height: 4rem;
    transform: rotate(18deg) scale(0.68);
  }
}

.p-homeProfile__text {
  margin: 0;
  color: #101d37;
  font-weight: 400;
  line-height: 1.7;
}
@media print, screen and (min-width: 744px) {
  .p-homeProfile__text {
    order: 4;
    margin-top: 2.4rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeProfile__text {
    order: 5;
    margin-top: 1.4rem;
    font-size: 1.8rem;
  }
}

.p-homeProfile__button {
  margin: 0;
  text-align: center;
}
@media print, screen and (min-width: 744px) {
  .p-homeProfile__button {
    order: 5;
    margin-top: 2.6rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeProfile__button {
    order: 6;
    margin-top: 1.9rem;
  }
}

.p-homeProfile__image {
  margin: 0;
  overflow: hidden;
  border: 1px solid #122140;
}
@media print, screen and (min-width: 744px) {
  .p-homeProfile__image {
    order: 2;
  }
}
@media screen and (max-width: 743px) {
  .p-homeProfile__image {
    order: 3;
    margin-top: 2rem;
  }
}
.p-homeProfile__image img {
  display: block;
  width: 100%;
  object-fit: cover;
}
@media print, screen and (min-width: 744px) {
  .p-homeProfile__image img {
    aspect-ratio: 670/438;
    height: auto;
  }
}
@media screen and (max-width: 743px) {
  .p-homeProfile__image img {
    aspect-ratio: 345/210;
    height: auto;
  }
}

.p-homeProfile__sns {
  position: relative;
  z-index: 1;
  text-align: center;
}
@media print, screen and (min-width: 744px) {
  .p-homeProfile__sns {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeProfile__sns {
    margin-top: 2.9rem;
  }
}

.p-homeProfile__snsLead {
  margin: 0;
  color: #101d37;
  font-weight: 700;
  line-height: 1.45;
}
@media print, screen and (min-width: 744px) {
  .p-homeProfile__snsLead {
    font-size: 3rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeProfile__snsLead {
    font-size: 2.1rem;
  }
}

.p-homeProfile__snsList {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 744px) {
  .p-homeProfile__snsList {
    gap: 3rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeProfile__snsList {
    gap: 2rem;
    margin-top: 1.7rem;
  }
}

.p-homeProfile__snsLink {
  display: block;
  text-decoration: none;
  transition: 0.2s ease;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 0;
}
@media print, screen and (min-width: 744px) {
  .p-homeProfile__snsLink {
    width: 6.2rem;
    height: 6.2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeProfile__snsLink {
    width: 5.2rem;
    height: 5.2rem;
  }
}
.p-homeProfile__snsLink--facebook {
  background-image: url("../img/common/ico_sns_facebook.svg");
}

.p-homeProfile__snsLink--x {
  background-image: url("../img/common/ico_sns_x.svg");
}

.p-homeProfile__snsLink--line {
  background-image: url("../img/common/ico_sns_line.svg");
}

.p-homeProfile__snsLink--instagram {
  background-image: url("../img/common/ico_sns_instagram.svg");
}

.p-homeProfile__media {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 744px) {
  .p-homeProfile__media {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    gap: 3.4rem;
    align-items: center;
    margin-top: 5.5rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-homeProfile__media:not(:has(.p-homeProfile__movieItem)) {
    grid-template-columns: minmax(0, 1fr);
  }
  .p-homeProfile__media:not(:has(.p-homeProfile__movieItem)) .p-homeProfile__movieList {
    display: none;
  }
  .p-homeProfile__media:not(:has(.p-homeProfile__movieItem)) .p-homeProfile__banner {
    justify-self: center;
    width: calc((100% - 3.4rem) / 3);
  }
}
@media screen and (max-width: 743px) {
  .p-homeProfile__media {
    margin: 3rem 1.5rem;
  }
}

.p-homeProfile__movieList {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media print, screen and (min-width: 744px) {
  .p-homeProfile__movieList {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3.4rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeProfile__movieList {
    gap: 2rem;
  }
}

.p-homeProfile__banner {
  margin: 0;
  overflow: hidden;
  background: #f5f8fc;
}

.p-homeProfile__banner a {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: 0.2s ease;
}

.p-homeProfile__movieItem {
  position: relative;
}
.p-homeProfile__movieItem iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  object-fit: cover;
}

@media screen and (max-width: 743px) {
  .p-homeProfile__banner {
    margin-top: 2rem;
  }
}
.p-homeProfile__banner img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media print, screen and (min-width: 744px) {
  .p-homeProfile__banner img {
    aspect-ratio: 430/197;
  }
}
@media screen and (max-width: 743px) {
  .p-homeProfile__banner img {
    aspect-ratio: 345/142;
  }
}

.p-homeProfile__originalPages {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 744px) {
  .p-homeProfile__originalPages {
    margin-top: 8.8rem;
    gap: 0.8rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeProfile__originalPages {
    margin-top: 4rem;
    gap: 0.4rem;
  }
}

.p-homeProfile__original {
  margin: 0;
}

.p-homeProfile__originalLink {
  position: relative;
  display: block;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
}
.p-homeProfile__originalLink:visited {
  color: #fff;
}
.p-homeProfile__originalLink::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
  content: "";
}
.p-homeProfile__originalImage {
  margin: 0;
  background: #f5f8fc;
}
.p-homeProfile__originalImage img {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: 0.5s ease;
}
@media print, screen and (min-width: 744px) {
  .p-homeProfile__originalImage img {
    height: 60rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeProfile__originalImage img {
    height: 93.333vw;
  }
}

.p-homeProfile__originalBody {
  position: absolute;
  z-index: 1;
  color: #fff;
}
@media print, screen and (min-width: 744px) {
  .p-homeProfile__originalBody {
    left: max(11.4vw, 12rem);
    bottom: 6.9rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeProfile__originalBody {
    right: 1rem;
    bottom: 2.5rem;
    left: 1.5rem;
  }
}

.p-homeProfile__originalTitle {
  margin: 0;
  font-weight: 700;
  line-height: 1.15;
  text-shadow: 0 0 1.6rem rgba(0, 0, 0, 0.5);
}
@media print, screen and (min-width: 744px) {
  .p-homeProfile__originalTitle {
    font-size: 6rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeProfile__originalTitle {
    font-size: 3.2rem;
  }
}

.p-homeProfile__originalText {
  margin: 0;
  font-weight: 500;
  line-height: 1.55;
  text-shadow: 0 0 1.6rem rgba(0, 0, 0, 0.5);
}
@media print, screen and (min-width: 744px) {
  .p-homeProfile__originalText {
    margin-top: 2rem;
    padding-right: 0;
    font-size: 2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeProfile__originalText {
    width: calc(100% - 16rem);
    margin-top: 0.8rem;
    padding-right: 0;
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 744px) {
  .p-homeProfile__originalButton {
    position: relative;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeProfile__originalButton {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media print, screen and (min-width: 744px) {
  .p-homeProfile__originalButton .c-btn--primary {
    min-width: 32rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeProfile__originalButton .c-btn--primary {
    width: 14rem;
    font-size: 1.6rem;
    padding: 0 3.2rem 0 1.2rem;
  }
  .p-homeProfile__originalButton .c-btn--primary::after {
    right: 1.6rem;
  }
}

/* User Guide
-------------------------------------------------- */
.p-homeGuide {
  background: #ebf0fc;
}
@media print, screen and (min-width: 744px) {
  .p-homeGuide {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 743px) {
  .p-homeGuide {
    padding: 4rem 0;
  }
}

@media print, screen and (min-width: 744px) {
  .p-homeGuide__inner {
    max-width: 150rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeGuide__inner {
    padding: 0 2rem;
  }
}

.p-homeGuide__title {
  margin: 0 0 2rem;
  color: #101d37;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 743px) {
  .p-homeGuide__title {
    margin-bottom: 1.2rem;
    font-size: 3rem;
  }
}

.p-homeGuide__list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media print, screen and (min-width: 744px) {
  .p-homeGuide__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 3rem;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeGuide__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
    margin-top: 2.2rem;
  }
}

.p-homeGuide__item {
  min-width: 0;
}

.p-homeGuide__card {
  position: relative;
  display: block;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  background: #fff;
  border-style: solid;
  border-color: #0740ad;
  transition: 0.2s ease;
}
@media print, screen and (min-width: 744px) {
  .p-homeGuide__card {
    border-width: 3px;
    border-radius: 2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeGuide__card {
    border-width: 2px;
    border-radius: 1.5rem;
  }
}
.p-homeGuide__card:visited {
  color: #fff;
}
.p-homeGuide__image {
  margin: 0;
  overflow: hidden;
  background: #fff;
}
@media print, screen and (min-width: 744px) {
  .p-homeGuide__image {
    height: 25.5rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeGuide__image {
    height: 13.7rem;
  }
}
.p-homeGuide__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-homeGuide__label {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  line-height: 1.18;
  background: #0740ad;
  text-align: center;
}
@media print, screen and (min-width: 744px) {
  .p-homeGuide__label {
    min-height: 9.8rem;
    padding: 1.4rem 8rem 1.7rem 3rem;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeGuide__label {
    min-height: 5.7rem;
    padding: 1.3rem 4rem 1.2rem 1rem;
    font-size: 1.7rem;
  }
}

.p-homeGuide__icon {
  position: absolute;
  display: grid;
  place-items: center;
  background: #fff;
  border-radius: 50%;
  margin: auto 0;
}
@media print, screen and (min-width: 744px) {
  .p-homeGuide__icon {
    bottom: 2.2rem;
    right: 2.2rem;
    width: 5.6rem;
    height: 5.6rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeGuide__icon {
    bottom: 1.8rem;
    right: 0.9rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
.p-homeGuide__icon::before {
  display: block;
  background: url("../img/common/ico_arrow_blu2.svg") no-repeat center/contain;
  content: "";
}
@media print, screen and (min-width: 744px) {
  .p-homeGuide__icon::before {
    width: 2.4rem;
    height: 2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeGuide__icon::before {
    width: 1.6rem;
    height: 1.3rem;
  }
}

@media print, screen and (min-width: 744px) {
  .p-homeGuide__card--download .p-homeGuide__icon::before {
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 743px) {
  .p-homeGuide__card--download .p-homeGuide__icon::before {
    transform: rotate(90deg);
  }
}

/* Important News
-------------------------------------------------- */
.p-homeNews {
  position: relative;
  overflow: hidden;
  background: #d9e7ff;
}
@media print, screen and (min-width: 744px) {
  .p-homeNews {
    padding: 8rem 0 6rem;
    background-image: url("../img/common/bg_news.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 743px) {
  .p-homeNews {
    padding: 4rem 0 4.5rem;
    background-image: url("../img/common/bg_news_sp.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
  }
}

.p-homeNews__inner {
  position: relative;
  z-index: 1;
  background: #fff;
  box-shadow: 0 0 2rem rgba(18, 33, 64, 0.2);
}
@media print, screen and (min-width: 744px) {
  .p-homeNews__inner {
    padding: 0.7rem;
    margin: 0 auto;
    max-width: max(122rem, 1220px);
    border-radius: 1.6rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeNews__inner {
    padding: 3px;
    margin: 0 -0.6rem;
    border-radius: 1.4rem;
  }
}
.p-homeNews__inner:not(:has(.p-homeNews__bannerItem)) .p-homeNews__side {
  display: none;
}
@media print, screen and (min-width: 744px) {
  .p-homeNews__inner:not(:has(.p-homeNews__bannerItem)) {
    max-width: max(92rem, 920px);
  }
  .p-homeNews__inner:not(:has(.p-homeNews__bannerItem)) .p-homeNews__content {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    padding: 0 6rem;
  }
}

.p-homeNews__panel {
  overflow: hidden;
  background: #fff;
  border-style: solid;
  border-color: #0740ad;
}
@media print, screen and (min-width: 744px) {
  .p-homeNews__panel {
    padding: 6rem 0 8rem;
    border-width: 3px;
    border-radius: 1.2rem;
    box-shadow: inset 0 0 7rem rgb(219, 229, 245);
  }
}
@media screen and (max-width: 743px) {
  .p-homeNews__panel {
    padding: 3rem 0 4rem;
    border-width: 2px;
    border-radius: 1rem;
    box-shadow: inset 0 0 3rem rgb(219, 229, 245);
  }
}

.p-homeNews__title {
  position: relative;
  margin: 0;
  color: #101d37;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
@media print, screen and (min-width: 744px) {
  .p-homeNews__title {
    padding-bottom: 2.4rem;
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeNews__title {
    padding-bottom: 1.8rem;
    font-size: 3rem;
  }
}
.p-homeNews__title::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: 0 auto;
  background: #1c69fc;
  border-radius: 999px;
  content: "";
}
@media print, screen and (min-width: 744px) {
  .p-homeNews__title::after {
    width: 18.5rem;
    height: 0.7rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeNews__title::after {
    width: 11rem;
    height: 0.5rem;
  }
}

.p-homeNews__date {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  background: #ec1d2e;
}
@media print, screen and (min-width: 744px) {
  .p-homeNews__date {
    min-width: 30rem;
    min-height: 3.8rem;
    padding: 0 2.4rem 0.2rem 2.4rem;
    margin-bottom: 2.4rem;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeNews__date {
    min-width: 21rem;
    min-height: 3.2rem;
    padding: 0 1.4rem 0.1rem 0.7rem;
    margin-top: 2.5rem;
    margin-bottom: 1.6rem;
    font-size: 1.8rem;
  }
}
.p-homeNews__date::after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  content: "";
}
@media print, screen and (min-width: 744px) {
  .p-homeNews__date::after {
    border-width: 1.9rem 1.9rem 1.9rem 0;
  }
}
@media screen and (max-width: 743px) {
  .p-homeNews__date::after {
    border-width: 1.6rem 1.6rem 1.6rem 0;
  }
}

@media print, screen and (min-width: 744px) {
  .p-homeNews__content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 46rem;
    gap: 6rem;
    align-items: start;
    padding: 0 6rem 0 7.6rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeNews__content {
    display: block;
    padding: 0 1.5rem;
  }
}

.p-homeNews__main {
  min-width: 0;
}

.p-homeNews__text {
  color: #101d37;
  font-weight: 500;
  word-break: normal;
  overflow-wrap: anywhere;
}
@media print, screen and (min-width: 744px) {
  .p-homeNews__text {
    font-size: 20px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 743px) {
  .p-homeNews__text {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

@media screen and (max-width: 743px) {
  .p-homeNews__side {
    margin-top: 2rem;
  }
}

.p-homeNews__bannerList,
.p-homeNews__bottomBanners {
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-homeNews__bannerList {
  display: grid;
}
@media print, screen and (min-width: 744px) {
  .p-homeNews__bannerList {
    gap: 2.2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeNews__bannerList {
    gap: 1.6rem;
  }
}

.p-homeNews__bannerItem a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.p-homeNews__bannerItem img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.p-homeNews__bottomBanners {
  display: grid;
  justify-content: center;
}
@media print, screen and (min-width: 744px) {
  .p-homeNews__bottomBanners {
    grid-template-columns: 43rem 43rem;
    gap: 5rem;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeNews__bottomBanners {
    gap: 1.8rem;
    margin-top: 1.7rem;
    padding: 0 2rem;
  }
}

.p-homeNews__lineBanner_card {
  display: block;
  width: 100%;
  background: #00b900;
  color: #007500 !important;
  text-decoration: none;
}
@media print, screen and (min-width: 744px) {
  .p-homeNews__lineBanner_card {
    min-height: 38.3rem;
    padding: 1.6rem 1.2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeNews__lineBanner_card {
    min-height: 30rem;
    padding: 1.2rem 1rem;
  }
}

.p-homeNews__lineHeading {
  display: flex;
  align-items: center;
}
.p-homeNews__lineHeading::before {
  display: block;
  flex: 0 0 auto;
  background: url("../img/common/ico_sns_line.svg") no-repeat center/contain;
  content: "";
}
@media print, screen and (min-width: 744px) {
  .p-homeNews__lineHeading::before {
    width: 7.6rem;
    height: 7.6rem;
    border: solid 4px #fff;
    border-radius: 2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeNews__lineHeading::before {
    width: 5.8rem;
    height: 5.8rem;
    border: solid 2px #fff;
    border-radius: 1.4rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-homeNews__lineHeading {
    gap: 1.5rem;
    min-height: 7.6rem;
    padding: 0 1.8rem 1.6rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeNews__lineHeading {
    gap: 1.2rem;
    min-height: 5.8rem;
    padding: 0 1.2rem 1.2rem;
  }
}

.p-homeNews__lineTitle {
  min-width: 0;
  margin: 0;
  color: #fff;
  font-weight: 700;
  line-height: 1.12;
}
.p-homeNews__lineTitle span {
  display: inline-block;
  font-size: 1.12em;
  font-weight: 700;
}
@media print, screen and (min-width: 744px) {
  .p-homeNews__lineTitle {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeNews__lineTitle {
    font-size: 2.1rem;
  }
}

.p-homeNews__lineBody {
  background: #fff;
  text-align: center;
}
@media print, screen and (min-width: 744px) {
  .p-homeNews__lineBody {
    padding: 1.7rem 2em 2.6rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeNews__lineBody {
    padding: 1.3rem 1.5rem 2rem;
  }
}

.p-homeNews__lineDescription {
  margin: 0;
  text-align: center;
  line-height: 1.42;
  margin-bottom: 0.8em;
  font-weight: 600;
}
@media print, screen and (min-width: 744px) {
  .p-homeNews__lineDescription {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeNews__lineDescription {
    font-size: 1.8rem;
  }
}

.p-homeNews__lineButton {
  position: relative;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #fff !important;
  background: #00b900;
  border: 2px solid #008600;
  padding: 0.6em 1.8em 0.6em 1em;
  border-radius: 999px;
  box-shadow: 0 0.4rem 0.6rem rgba(0, 0, 0, 0.18), inset 2px 2px 0 rgb(255, 255, 255), inset -2px -2px 0 rgb(255, 255, 255), inset 2px -2px 0 rgb(255, 255, 255), inset -2px 2px 0 rgb(255, 255, 255);
  transition: 0.2s ease;
}
@media print, screen and (min-width: 744px) {
  .p-homeNews__lineButton {
    width: 32rem;
    font-size: 2.3rem;
    padding-top: 0.5em;
  }
}
@media screen and (max-width: 743px) {
  .p-homeNews__lineButton {
    width: 25rem;
    font-size: 1.75rem;
  }
}
.p-homeNews__lineButton::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 1.2em;
  bottom: 0;
  margin: auto 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1.3em;
  height: 1.3em;
  background-image: url("../img/common/ico_arrow_wht.svg");
}

.p-homeNews__lineButtonText {
  position: relative;
  display: inline-block;
  line-height: 1;
  padding-left: 2.5em;
  font-weight: 600;
}
.p-homeNews__lineButtonText::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  width: 2em;
  height: 2em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../img/common/ico_sns_line2.svg");
}

.p-homeNews__bottomEmbed .fb-page,
.p-homeNews__bottomEmbed blockquote,
.p-homeNews__bottomEmbed > a {
  display: block;
}

@media print, screen and (min-width: 744px) {
  .p-about {
    padding-top: 8.7rem;
  }
}

.p-aboutContents {
  background: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
  z-index: 1;
}

/* About intro
-------------------------------------------------- */
@media print, screen and (min-width: 744px) {
  .p-aboutIntro {
    padding: 5rem 0 7rem;
    border-bottom: 1px solid #b6c3e0;
  }
}
@media screen and (max-width: 743px) {
  .p-aboutIntro {
    padding: 2.5rem 0 4rem;
  }
}

@media print, screen and (min-width: 744px) {
  .p-aboutIntro__inner {
    padding: 0 4.8rem;
  }
}
@media screen and (max-width: 743px) {
  .p-aboutIntro__inner {
    padding: 0;
  }
}

.p-aboutIntro__heading {
  text-align: center;
}
@media print, screen and (min-width: 744px) {
  .p-aboutIntro__heading {
    padding: 0;
  }
}
@media screen and (max-width: 743px) {
  .p-aboutIntro__heading {
    padding: 0 1.5rem;
  }
}

.p-aboutIntro__label, .p-aboutGallery__label {
  display: inline-block;
  margin: 0 auto;
  padding: 0.3em 0.8em 0.4em 0.9em;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  background: #0740ad;
}
@media print, screen and (min-width: 744px) {
  .p-aboutIntro__label, .p-aboutGallery__label {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-aboutIntro__label, .p-aboutGallery__label {
    font-size: 1.6rem;
  }
}

.p-aboutIntro__title {
  text-align: center;
  margin-top: 1.6rem;
}
.p-aboutIntro__title img {
  width: auto;
  height: auto;
}
@media print, screen and (min-width: 744px) {
  .p-aboutIntro__title img {
    max-width: 90rem;
    max-height: 11.2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-aboutIntro__title img {
    max-width: 100%;
    max-height: 4.7rem;
  }
}

.p-aboutIntro__area {
  color: #101d37;
  line-height: 1.5;
}
@media print, screen and (min-width: 744px) {
  .p-aboutIntro__area {
    margin-top: 1.6rem;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-aboutIntro__area {
    margin-top: 0.6rem;
    font-size: 1.7rem;
  }
}

.p-aboutIntro__image {
  overflow: hidden;
}
@media print, screen and (min-width: 744px) {
  .p-aboutIntro__image {
    width: 90rem;
    margin: 4.2rem auto 0;
  }
}
@media screen and (max-width: 743px) {
  .p-aboutIntro__image {
    width: 100%;
    margin: 2.2rem 0 0;
  }
}
.p-aboutIntro__image img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.p-aboutIntro__body {
  color: #101d37;
}
@media print, screen and (min-width: 744px) {
  .p-aboutIntro__body {
    width: 104rem;
    margin: 3.4rem auto 0;
    padding: 0;
    font-size: 2rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 743px) {
  .p-aboutIntro__body {
    width: 100%;
    margin: 1.2rem 0 0;
    padding: 0 1.5rem;
    font-size: 1.8rem;
    line-height: 1.65;
  }
}

.p-aboutIntro__parking {
  display: flex;
  align-items: stretch;
  width: fit-content;
  border: 1px solid #b6c3e0;
}
@media print, screen and (min-width: 744px) {
  .p-aboutIntro__parking {
    margin-top: 2.8rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-aboutIntro__parking {
    margin-top: 1.4rem;
    width: 100%;
    font-size: 1.8rem;
  }
}
.p-aboutIntro__parking dt,
.p-aboutIntro__parking dd {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 744px) {
  .p-aboutIntro__parking dt,
.p-aboutIntro__parking dd {
    min-height: 4.5rem;
    padding: 2rem 1.7rem;
  }
}
@media screen and (max-width: 743px) {
  .p-aboutIntro__parking dt,
.p-aboutIntro__parking dd {
    min-height: 3.4rem;
    padding: 1.2rem 1rem;
  }
}
.p-aboutIntro__parking dt {
  flex: 0 0 auto;
  font-weight: 600;
  border-right: 1px dashed #b6c3e0;
}
@media print, screen and (min-width: 744px) {
  .p-aboutIntro__parking dd {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-aboutIntro__parking dd {
    padding: 0 1rem;
  }
}

/* Fleet
-------------------------------------------------- */
.p-aboutFleet {
  background: #fff;
}
@media print, screen and (min-width: 744px) {
  .p-aboutFleet {
    padding: 6.5rem 0 7rem;
  }
}
@media screen and (max-width: 743px) {
  .p-aboutFleet {
    padding: 0;
  }
}

@media print, screen and (min-width: 744px) {
  .p-aboutFleet__inner {
    max-width: 125rem;
  }
}
@media screen and (max-width: 743px) {
  .p-aboutFleet__inner {
    padding: 0;
  }
}

@media print, screen and (min-width: 744px) {
  .p-aboutFleet__item {
    display: grid;
    grid-template-columns: 66rem minmax(0, 1fr);
    gap: 4.5rem;
    align-items: center;
  }
}
@media screen and (max-width: 743px) {
  .p-aboutFleet__item {
    display: flex;
    flex-direction: column;
  }
}
@media print, screen and (min-width: 744px) {
  .p-aboutFleet__item + .p-aboutFleet__item {
    margin-top: 6.5rem;
  }
}
@media screen and (max-width: 743px) {
  .p-aboutFleet__item + .p-aboutFleet__item {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 744px) {
  .p-aboutFleet__item:nth-child(even) {
    grid-template-columns: minmax(0, 1fr) 66rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-aboutFleet__item:nth-child(even) .p-aboutFleet__image {
    grid-column: 2;
  }
}
@media print, screen and (min-width: 744px) {
  .p-aboutFleet__item:nth-child(even) .p-aboutFleet__body {
    grid-row: 1;
    grid-column: 1;
  }
}

.p-aboutFleet__image {
  overflow: hidden;
}
@media print, screen and (min-width: 744px) {
  .p-aboutFleet__image {
    width: 66rem;
  }
}
@media screen and (max-width: 743px) {
  .p-aboutFleet__image {
    width: 100%;
  }
}
.p-aboutFleet__image img {
  display: block;
  width: 100%;
  object-fit: cover;
}
@media print, screen and (min-width: 744px) {
  .p-aboutFleet__body {
    padding: 0;
  }
}
@media screen and (max-width: 743px) {
  .p-aboutFleet__body {
    padding: 1.6rem 1.5rem 2.6rem;
  }
}

.p-aboutFleet__title {
  color: #0740ad;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
@media print, screen and (min-width: 744px) {
  .p-aboutFleet__title {
    margin-bottom: 2.2rem;
    font-size: 5cqb;
  }
}
@media screen and (max-width: 743px) {
  .p-aboutFleet__title {
    margin-bottom: 0.2rem;
    font-size: 3rem;
  }
}

.p-aboutFleet__dataRow {
  display: grid;
  align-items: center;
}
@media print, screen and (min-width: 744px) {
  .p-aboutFleet__dataRow {
    grid-template-columns: 9rem minmax(0, 1fr);
    gap: 2rem;
    padding: 1.7rem 0;
    font-size: 2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-aboutFleet__dataRow {
    grid-template-columns: 8rem minmax(0, 1fr);
    gap: 1.2rem;
    min-height: 5.8rem;
    padding: 1rem 0;
    font-size: 1.8rem;
  }
}
.p-aboutFleet__dataRow + .p-aboutFleet__dataRow {
  border-top: 1px solid #b6c3e0;
}
.p-aboutFleet__dataRow dt {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  line-height: 1;
  background: #0740ad;
}
@media print, screen and (min-width: 744px) {
  .p-aboutFleet__dataRow dt {
    font-size: 1.8rem;
    padding: 0.8rem 0 1rem;
    border-radius: 0.6rem;
  }
}
@media screen and (max-width: 743px) {
  .p-aboutFleet__dataRow dt {
    letter-spacing: 0;
    padding: 0.6rem 0 0.7rem;
    font-size: 1.7rem;
    border-radius: 0.3rem;
  }
}
.p-aboutFleet__dataRow dd {
  color: #101d37;
}
@media print, screen and (min-width: 744px) {
  .p-aboutFleet__dataRow dd {
    line-height: 1.45;
  }
}
@media screen and (max-width: 743px) {
  .p-aboutFleet__dataRow dd {
    line-height: 1.45;
  }
}

/* Representative
-------------------------------------------------- */
.p-aboutRepresentative {
  background: #d8effc;
}
@media print, screen and (min-width: 744px) {
  .p-aboutRepresentative {
    padding: 8.5rem 0;
  }
}
@media screen and (max-width: 743px) {
  .p-aboutRepresentative {
    padding: 4.3rem 0 3.8rem;
  }
}

.p-aboutRepresentative__inner {
  display: grid;
  align-items: center;
}
@media print, screen and (min-width: 744px) {
  .p-aboutRepresentative__inner {
    grid-template-columns: 33rem minmax(0, 1fr);
    gap: 5rem;
    max-width: 142rem;
  }
}
@media screen and (max-width: 743px) {
  .p-aboutRepresentative__inner {
    grid-template-columns: 15rem minmax(0, 1fr);
    gap: 2.4rem 1.8rem;
    padding: 0 2rem;
  }
}

.p-aboutRepresentative__image {
  overflow: hidden;
  border: 4px solid #fff;
}
@media print, screen and (min-width: 744px) {
  .p-aboutRepresentative__image {
    width: 33rem;
  }
}
@media screen and (max-width: 743px) {
  .p-aboutRepresentative__image {
    width: 15rem;
  }
}
.p-aboutRepresentative__image img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 300/260;
}

@media print, screen and (min-width: 744px) {
  .p-aboutRepresentative__body {
    display: block;
    padding-top: 0;
  }
}
@media screen and (max-width: 743px) {
  .p-aboutRepresentative__body {
    display: contents;
    padding-top: 0;
  }
}

@media print, screen and (min-width: 744px) {
  .p-aboutRepresentative__heading {
    align-self: auto;
  }
}
@media screen and (max-width: 743px) {
  .p-aboutRepresentative__heading {
    align-self: center;
  }
}

.p-aboutRepresentative__label {
  color: #0740ad;
  font-weight: 600;
  line-height: 1.2;
}
@media print, screen and (min-width: 744px) {
  .p-aboutRepresentative__label {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 743px) {
  .p-aboutRepresentative__label {
    font-size: 1.9rem;
  }
}

.p-aboutRepresentative__title {
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0.3rem;
}
@media print, screen and (min-width: 744px) {
  .p-aboutRepresentative__title {
    font-size: 5rem;
  }
}
@media screen and (max-width: 743px) {
  .p-aboutRepresentative__title {
    font-size: 3rem;
  }
}

@media print, screen and (min-width: 744px) {
  .p-aboutRepresentative__text {
    grid-column: auto;
    margin-top: 2.6rem;
    font-size: 2rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 743px) {
  .p-aboutRepresentative__text {
    grid-column: 1/-1;
    margin-top: 0;
    font-size: 1.8rem;
    line-height: 1.67;
  }
}

/* Photo gallery
-------------------------------------------------- */
.p-aboutGallery {
  color: #fff;
  background: #171717;
}
@media print, screen and (min-width: 744px) {
  .p-aboutGallery {
    padding: 8rem 0 9.5rem;
  }
}
@media screen and (max-width: 743px) {
  .p-aboutGallery {
    padding: 3.2rem 0 4rem;
  }
}

.p-aboutGallery__heading {
  text-align: center;
}

.p-aboutGallery__title {
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
}
@media print, screen and (min-width: 744px) {
  .p-aboutGallery__title {
    margin-top: 1rem;
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 743px) {
  .p-aboutGallery__title {
    margin-top: 0.8rem;
    font-size: 3rem;
  }
}

.p-aboutGallery__list {
  display: grid;
}
@media print, screen and (min-width: 744px) {
  .p-aboutGallery__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 3rem 3rem;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 743px) {
  .p-aboutGallery__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.8rem 1rem;
    margin-top: 2.6rem;
  }
}

.p-aboutGallery__item {
  min-width: 0;
}
.p-aboutGallery__item--wide {
  grid-column: span 2;
}
@media print, screen and (min-width: 744px) {
  .p-aboutGallery__item--wide {
    order: -1;
  }
}
.p-aboutGallery__item figure {
  height: 100%;
}
.p-aboutGallery__item img {
  display: block;
  width: 100%;
  object-fit: cover;
}
@media print, screen and (min-width: 744px) {
  .p-aboutGallery__item img {
    aspect-ratio: 4/3;
    border-radius: 1rem;
  }
}
@media screen and (max-width: 743px) {
  .p-aboutGallery__item img {
    aspect-ratio: 1;
    border-radius: 0.5rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-aboutGallery__item--wide img {
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 743px) {
  .p-aboutGallery__item--wide img {
    aspect-ratio: 16/9;
  }
}
.p-aboutGallery__item figcaption {
  color: #fff;
  letter-spacing: 0;
  line-height: 1.5;
}
@media print, screen and (min-width: 744px) {
  .p-aboutGallery__item figcaption {
    margin-top: 0.8rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-aboutGallery__item figcaption {
    margin-top: 0.5rem;
    font-size: 1.6rem;
  }
}

/* Operator registration
-------------------------------------------------- */
.p-aboutRegistration {
  color: #122140;
  background: #b8d8f7;
}
@media print, screen and (min-width: 744px) {
  .p-aboutRegistration {
    padding: 8rem 0 8rem;
  }
}
@media screen and (max-width: 743px) {
  .p-aboutRegistration {
    padding: 2.4rem 0 4rem;
  }
}

@media print, screen and (min-width: 744px) {
  .p-aboutRegistration__inner {
    max-width: 114rem;
  }
}
@media screen and (max-width: 743px) {
  .p-aboutRegistration__inner {
    padding: 0 1.5rem;
  }
}

.p-aboutRegistration__block {
  position: relative;
  padding: 4px;
  background: #fff;
  border: 2px solid #122140;
  box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 4px #122140;
}
@media print, screen and (min-width: 744px) {
  .p-aboutRegistration__block {
    padding: 8px;
    border-width: 4px;
    box-shadow: inset 0 0 0 6px #fff, inset 0 0 0 8px #122140;
  }
}
@media print, screen and (min-width: 744px) {
  .p-aboutRegistration__block + .p-aboutRegistration__block {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 743px) {
  .p-aboutRegistration__block + .p-aboutRegistration__block {
    margin-top: 2.4rem;
  }
}

.p-aboutRegistration__block--registration::before, .p-aboutRegistration__block--registration::after,
.p-aboutRegistration__list::before,
.p-aboutRegistration__list::after {
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 20px;
  background: url("../img/common/parts_registration_corner.png") no-repeat center/contain;
  content: "";
  pointer-events: none;
}
@media print, screen and (min-width: 744px) {
  .p-aboutRegistration__block--registration::before, .p-aboutRegistration__block--registration::after,
.p-aboutRegistration__list::before,
.p-aboutRegistration__list::after {
    width: 40px;
    height: 40px;
  }
}

.p-aboutRegistration__block--registration::before {
  top: -2px;
  left: -2px;
}
@media print, screen and (min-width: 744px) {
  .p-aboutRegistration__block--registration::before {
    top: -4px;
    left: -4px;
  }
}
.p-aboutRegistration__block--registration::after {
  top: -2px;
  right: -2px;
  transform: scaleX(-1);
}
@media print, screen and (min-width: 744px) {
  .p-aboutRegistration__block--registration::after {
    top: -4px;
    right: -4px;
  }
}

.p-aboutRegistration__list {
  position: relative;
}
.p-aboutRegistration__list::before {
  bottom: -6px;
  left: -6px;
  transform: scaleY(-1);
}
@media print, screen and (min-width: 744px) {
  .p-aboutRegistration__list::before {
    bottom: -12px;
    left: -12px;
  }
}
.p-aboutRegistration__list::after {
  right: -6px;
  bottom: -6px;
  transform: rotate(180deg);
}
@media print, screen and (min-width: 744px) {
  .p-aboutRegistration__list::after {
    right: -12px;
    bottom: -12px;
  }
}

.p-aboutRegistration__title {
  position: relative;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.08em;
  text-align: center;
}
@media print, screen and (min-width: 744px) {
  .p-aboutRegistration__title {
    padding: 3rem 3rem 4.6rem;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-aboutRegistration__title {
    padding: 1.6rem 1rem 3.4rem;
    font-size: 2.4rem;
  }
}
.p-aboutRegistration__title::before {
  position: absolute;
  right: 1.2rem;
  bottom: 1.6rem;
  left: 1.2rem;
  height: 1px;
  background: #122140;
  content: "";
}
@media print, screen and (min-width: 744px) {
  .p-aboutRegistration__title::before {
    right: 2rem;
    bottom: 2.2rem;
    left: 2rem;
  }
}
.p-aboutRegistration__title::after {
  position: absolute;
  bottom: 1.3rem;
  left: 50%;
  width: 0.6rem;
  height: 0.6rem;
  background: #122140;
  box-shadow: 0 0 0 0.2rem #fff;
  content: "";
  transform: translateX(-50%) rotate(45deg);
}
@media print, screen and (min-width: 744px) {
  .p-aboutRegistration__title::after {
    width: 0.8rem;
    height: 0.8rem;
    box-shadow: 0 0 0 0.3rem #fff;
    bottom: 1.8rem;
  }
}

.p-aboutRegistration__item {
  display: grid;
  color: #122140;
}
.p-aboutRegistration__item:nth-child(odd) {
  background: #e8f2fc;
}
@media print, screen and (min-width: 744px) {
  .p-aboutRegistration__item {
    grid-template-columns: 32rem minmax(0, 1fr);
    font-size: 2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-aboutRegistration__item {
    grid-template-columns: 12.8rem minmax(0, 1fr);
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-aboutRegistration__item dt,
.p-aboutRegistration__item dd {
    padding: 2.4rem 3rem;
  }
}
@media screen and (max-width: 743px) {
  .p-aboutRegistration__item dt,
.p-aboutRegistration__item dd {
    padding: 1.2rem 1rem;
  }
}
.p-aboutRegistration__item dt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
.p-aboutRegistration__item dd {
  display: flex;
  align-items: center;
  font-weight: 300;
  line-height: 1.4;
}
.p-aboutRegistration__item dd ul {
  width: 100%;
}
.p-aboutRegistration__item li + li {
  margin-top: 1.4rem;
}

@media print, screen and (min-width: 744px) {
  .p-aboutRegistration__block--equipment .p-aboutRegistration__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 743px) {
  .p-aboutRegistration__block--equipment .p-aboutRegistration__title {
    font-size: 1.9rem;
  }
}

.p-aboutRegistration__text {
  position: relative;
  color: #122140;
  font-weight: 300;
  line-height: 1.7;
}
@media print, screen and (min-width: 744px) {
  .p-aboutRegistration__text {
    padding: 1.2rem 3rem 6rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-aboutRegistration__text {
    padding: 0.8rem 1.4rem 4.2rem;
    font-size: 1.6rem;
  }
}
.p-aboutRegistration__text::before {
  position: absolute;
  right: 1.2rem;
  bottom: 1.6rem;
  left: 1.2rem;
  height: 1px;
  background: #122140;
  content: "";
}
@media print, screen and (min-width: 744px) {
  .p-aboutRegistration__text::before {
    right: 2rem;
    bottom: 2.2rem;
    left: 2rem;
  }
}
.p-aboutRegistration__text::after {
  position: absolute;
  bottom: 1.3rem;
  left: 50%;
  width: 0.6rem;
  height: 0.6rem;
  background: #122140;
  box-shadow: 0 0 0 0.2rem #fff;
  content: "";
  transform: translateX(-50%) rotate(45deg);
}
@media print, screen and (min-width: 744px) {
  .p-aboutRegistration__text::after {
    width: 0.8rem;
    height: 0.8rem;
    box-shadow: 0 0 0 0.3rem #fff;
    bottom: 1.8rem;
  }
}

.p-aboutRegistration__file {
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 744px) {
  .p-aboutRegistration__file {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 743px) {
  .p-aboutRegistration__file {
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-aboutRegistration__file + .p-aboutRegistration__file {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-aboutRegistration__file + .p-aboutRegistration__file {
    margin-top: 1.6rem;
  }
}

.p-aboutRegistration__file_link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  background: #29467f;
  border: 2px solid #122140;
  box-shadow: inset 0 0 0 2px #fff, 0 0 0.6rem rgba(0, 0, 0, 0.16);
}
@media print, screen and (min-width: 744px) {
  .p-aboutRegistration__file_link {
    width: 70rem;
    min-height: 8rem;
    padding: 1.8rem 6.5rem 1.8rem 3rem;
    font-size: 2.2rem;
    border-radius: 1.6rem;
  }
}
@media screen and (max-width: 743px) {
  .p-aboutRegistration__file_link {
    width: 100%;
    min-height: 5rem;
    padding: 1.4rem 4.5rem 1.4rem 2rem;
    font-size: 1.7rem;
    border-radius: 1.3rem;
  }
}
.p-aboutRegistration__file_link::after {
  position: absolute;
  top: 50%;
  right: 2.4rem;
  content: "";
  width: 2.8rem;
  height: 2.8rem;
  background: url("../img/common/ico_arrow_wht.svg") no-repeat center/contain;
  transform: translateY(-50%);
}
@media screen and (max-width: 743px) {
  .p-aboutRegistration__file_link::after {
    right: 1.6rem;
    width: 2.4rem;
    height: 2.4rem;
  }
}
@media screen and (max-width: 743px) {
  .p-aboutRegistration__file_link span {
    max-width: 24rem;
  }
}

.p-aboutRegistration__image {
  margin: 0 auto;
}
@media print, screen and (min-width: 744px) {
  .p-aboutRegistration__image {
    width: 90rem;
  }
}
@media screen and (max-width: 743px) {
  .p-aboutRegistration__image {
    width: 100%;
  }
}
.p-aboutRegistration__image img {
  display: block;
  width: 100%;
  height: auto;
}

/* 現在出船中のプラン（トップページで利用）
-------------------------------------------------- */
.p-planRunning {
  position: relative;
  overflow: hidden;
  background: #1368ba;
}
@media print, screen and (min-width: 744px) {
  .p-planRunning {
    margin-top: 1rem;
    padding: 8rem 0 5.8rem;
    background-image: url("../img/common/bg_plan.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
@media screen and (max-width: 743px) {
  .p-planRunning {
    border: solid 3px #fff;
    padding: 3.6rem 0 2rem;
    background-image: url("../img/common/bg_plan_sp.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
  }
}

.p-planRunning__inner {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 743px) {
  .p-planRunning__inner {
    padding: 0 1.2rem;
  }
}

.p-planRunning__title {
  text-align: center;
  transform: skew(-12deg);
}
@media print, screen and (min-width: 744px) {
  .p-planRunning__title {
    margin: 0 0 5.2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-planRunning__title {
    margin-bottom: 3.3rem;
  }
}
.p-planRunning__title span {
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: 800;
  line-height: 1.2;
  background-image: linear-gradient(to bottom, #ffe566 0%, #fff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  white-space: nowrap;
}
@media print, screen and (min-width: 744px) {
  .p-planRunning__title span {
    font-size: 5.6rem;
    filter: drop-shadow(0 0 0.35rem rgb(16, 33, 64)) drop-shadow(0 0 0.8rem rgba(16, 33, 64, 0.9)) drop-shadow(0 0 2rem rgba(16, 33, 64, 0.8));
  }
}
@media screen and (max-width: 743px) {
  .p-planRunning__title span {
    font-size: 3.3rem;
    filter: drop-shadow(0 0 0.2rem rgb(16, 33, 64)) drop-shadow(0 0 0.4rem rgb(16, 33, 64));
  }
}

.p-planRunning__panel {
  background: #fff;
  box-shadow: 0 1.2rem 3rem rgba(16, 29, 55, 0.28);
}
@media print, screen and (min-width: 744px) {
  .p-planRunning__panel {
    padding: 3.2rem 4.5rem;
    border-radius: 1rem;
  }
}
@media screen and (max-width: 743px) {
  .p-planRunning__panel {
    padding: 0;
    border-radius: 0.5rem;
  }
}

.p-planRunning__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 743px) {
  .p-planRunning__list {
    display: block;
  }
}

.p-planRunning__item {
  display: grid;
  align-items: center;
  border-bottom: 1px dashed #101d37;
}
@media print, screen and (min-width: 744px) {
  .p-planRunning__item {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 8.6rem;
    padding: 2.6rem 1.3rem 2.6rem 0.4rem;
    gap: 2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-planRunning__item {
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 1.2rem 0.5rem 1.2rem 1.2rem;
    gap: 1.2rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-planRunning__item:nth-last-child(-n+2) {
    border-bottom: 0;
  }
}
@media screen and (max-width: 743px) {
  .p-planRunning__item:last-child {
    border-bottom: 0;
  }
}

.p-planRunning__summary {
  display: flex;
  align-items: center;
  min-width: 0;
}
@media screen and (max-width: 743px) {
  .p-planRunning__summary {
    display: block;
  }
}

.p-planRunning__label {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}
@media print, screen and (min-width: 744px) {
  .p-planRunning__label {
    width: 7.2rem;
    min-height: 3.3rem;
    margin-right: 1rem;
    padding: 0 0.3rem;
    font-size: 2.1rem;
    border-radius: 0.4rem;
  }
}
@media screen and (max-width: 743px) {
  .p-planRunning__label {
    width: 5.1rem;
    min-height: 2.3rem;
    padding: 0 0.3rem;
    margin-bottom: 0.4rem;
    font-size: 1.5rem;
    border-radius: 0.4rem;
  }
}

.p-planRunning__label[data-type=乗合] {
  background: #39bd78;
}

.p-planRunning__label[data-type=仕立] {
  background: #f28d2e;
}

.p-planRunning__label[data-type=渡船] {
  background: #b856bf;
}

.p-planRunning__label[data-type=釣り堀] {
  background: #b4a92f;
}

.p-planRunning__label[data-type=その他] {
  background: #3babb8;
}

.p-planRunning__name {
  min-width: 0;
  margin: 0;
  padding: 0 0 0.5rem;
  color: #101d37;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0;
}
@media screen and (max-width: 743px) {
  .p-planRunning__name {
    font-size: 2rem;
  }
}
.p-planRunning__name span {
  background: linear-gradient(transparent 75%, #ffee99 75%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media print, screen and (min-width: 744px) {
  .p-planRunning__name span {
    padding: 0 0.4rem;
  }
}
@media screen and (max-width: 743px) {
  .p-planRunning__name span {
    padding: 0 0.2rem;
  }
}

.p-planRunning__detail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  background: #1c69fc;
  background-image: radial-gradient(circle, #1c69fc, #0350e2);
  border: 2px solid #1c69fc;
  border-radius: 999px;
  transition: 0.2s ease;
  box-shadow: inset 0 0 0 2px #fff, 0 2px 2px rgba(0, 0, 0, 0.1);
}
@media print, screen and (min-width: 744px) {
  .p-planRunning__detail {
    min-width: 14.4rem;
    min-height: 5.1rem;
    padding: 0 2.4rem 1px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 743px) {
  .p-planRunning__detail {
    min-height: 4.3rem;
    padding: 0 1.6rem;
    font-size: 1.5rem;
  }
}
.p-planSheet {
  position: fixed;
  inset: 0;
  z-index: 400;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.p-planSheet.is-open, .p-planSheet[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.p-planSheet.is-open .p-planSheet__panel, .p-planSheet[aria-hidden=false] .p-planSheet__panel {
  transform: none;
}

.is-plan-sheet-open {
  position: fixed;
  right: 0;
  left: 0;
  overflow: hidden;
}

.p-planSheet__overlay {
  position: absolute;
  inset: 0;
  background: rgba(16, 29, 55, 0.68);
}

.p-planSheet__panel {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 -1.2rem 3rem rgba(16, 29, 55, 0.22);
  transform: translateY(100%);
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}
@media print, screen and (min-width: 744px) {
  .p-planSheet__panel {
    width: min(120rem, 100vw - 8rem);
    max-height: calc(100dvh - 3rem);
    border-radius: 2.2rem 2.2rem 0 0;
  }
}
@media screen and (max-width: 743px) {
  .p-planSheet__panel {
    max-height: calc(100dvh - 3rem);
    border-radius: 1.2rem 1.2rem 0 0;
  }
}

.p-planSheet__scroll {
  max-height: inherit;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}
.p-planSheet__scroll::-webkit-scrollbar {
  display: none;
}
@media print, screen and (min-width: 744px) {
  .p-planSheet__scroll {
    display: grid;
    grid-template-columns: 29rem minmax(0, 1fr);
    gap: 0 4.5rem;
    padding: 3.6rem 3.6rem 14rem;
  }
}
@media screen and (max-width: 743px) {
  .p-planSheet__scroll {
    padding: 0 1.5rem 7.5rem;
  }
}

.p-planSheet__close {
  position: absolute;
  z-index: 2;
  display: block;
  padding: 0;
  background: #fff;
  border: 3px solid #101d37;
  border-radius: 50%;
  cursor: pointer;
}
@media print, screen and (min-width: 744px) {
  .p-planSheet__close {
    top: 2rem;
    right: 2rem;
    width: 7rem;
    height: 7rem;
  }
}
@media screen and (max-width: 743px) {
  .p-planSheet__close {
    top: 0.9rem;
    right: 0.9rem;
    width: 5rem;
    height: 5rem;
    border-width: 2px;
  }
}
.p-planSheet__close::before, .p-planSheet__close::after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: 52%;
  height: 4px;
  margin: auto;
  background: #101d37;
  border-radius: 999px;
}
@media screen and (max-width: 743px) {
  .p-planSheet__close::before, .p-planSheet__close::after {
    height: 3px;
  }
}
.p-planSheet__close::before {
  transform: rotate(45deg);
}
.p-planSheet__close::after {
  transform: rotate(-45deg);
}

@media print, screen and (min-width: 744px) {
  .p-planSheet__media {
    position: sticky;
    top: 0;
    grid-row: 1/span 4;
    align-self: start;
    width: 29rem;
  }
}

.p-planSheet__image {
  overflow: hidden;
  background: #f5f8fc;
}
@media print, screen and (min-width: 744px) {
  .p-planSheet__image {
    grid-row: 1/span 4;
    width: 29rem;
    height: 29rem;
    border-radius: 1.3rem;
  }
}
@media screen and (max-width: 743px) {
  .p-planSheet__image {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    border-radius: 1.5rem 1.5rem 0 0;
  }
}
.p-planSheet__image img {
  width: 100%;
}
@media print, screen and (min-width: 744px) {
  .p-planSheet__image img {
    aspect-ratio: 1/1;
    object-fit: cover;
  }
}
@media screen and (max-width: 743px) {
  .p-planSheet__image img {
    aspect-ratio: 5/3;
    object-fit: cover;
  }
}

.p-planSheet__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  background: #ec1d2e;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 743px) {
  .p-planSheet__contact {
    position: fixed;
    right: -2px;
    bottom: calc(2rem + env(safe-area-inset-bottom));
    z-index: 3;
    width: auto;
    min-height: 4.4rem;
    margin: 0;
    padding: 0 1rem 0.2rem 1.6rem;
    font-size: 1.7rem;
    border: 2px solid #122140;
    border-radius: 999px 0 0 999px;
  }
}
@media print, screen and (min-width: 744px) {
  .p-planSheet__contact {
    position: static;
    right: auto;
    bottom: auto;
    z-index: auto;
    width: 24rem;
    min-height: 5.1rem;
    margin: 2.8rem auto 0;
    padding: 0 2rem 1px;
    font-size: 1.8rem;
    border: 2px solid #122140;
    border-radius: 999px;
  }
}
.p-planSheet__contact::before {
  content: "";
  display: inline-block;
  background-color: #fff;
  background-image: url("../img/common/ico_arrow_red.svg");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}
@media screen and (max-width: 743px) {
  .p-planSheet__contact::before {
    display: none;
  }
}
@media print, screen and (min-width: 744px) {
  .p-planSheet__contact::before {
    width: 2.2rem;
    height: 2.2rem;
    margin-right: 0.8rem;
    background-size: 1.4rem 1.4rem;
  }
}
.p-planSheet__contact span {
  display: inline-block;
}
@media print, screen and (min-width: 744px) {
  .p-planSheet__contact span {
    transform: translateY(-1px);
  }
}

.p-planSheet__content {
  min-width: 0;
}
@media screen and (max-width: 743px) {
  .p-planSheet__content {
    padding-top: 0;
  }
}

.p-planSheet__type {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0.25em 0 0.35em 0;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1.8rem;
}
@media print, screen and (min-width: 744px) {
  .p-planSheet__type {
    width: 28rem;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 743px) {
  .p-planSheet__type {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    font-size: 2.1rem;
  }
}
.p-planSheet__type[data-type=乗合] {
  background: #39bd78;
}
.p-planSheet__type[data-type=仕立] {
  background: #f28d2e;
}
.p-planSheet__type[data-type=渡船] {
  background: #b856bf;
}
.p-planSheet__type[data-type=釣り堀] {
  background: #b4a92f;
}
.p-planSheet__type[data-type=その他] {
  background: #3babb8;
}

.p-planSheet__status {
  position: relative;
  isolation: isolate;
  display: table;
  margin: 0;
  padding: 0.15em 0.45em 0.2em;
  color: #ec1d2e;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
}
.p-planSheet__status::before, .p-planSheet__status::after {
  position: absolute;
  z-index: -1;
  box-sizing: border-box;
  content: "";
  pointer-events: none;
}
.p-planSheet__status::before {
  inset: 0;
  background: #fff79c;
  border-right: 1px solid #ec1d2e;
  border-left: 1px solid #ec1d2e;
  transform: skewX(-15deg);
}
.p-planSheet__status::after {
  inset: 0 -0.21em;
  background: linear-gradient(#ec1d2e, #ec1d2e) 100% 0/calc(100% - 0.42em) 1px no-repeat, linear-gradient(#ec1d2e, #ec1d2e) 0 100%/calc(100% - 0.42em) 1px no-repeat;
}
@media print, screen and (min-width: 744px) {
  .p-planSheet__status {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 743px) {
  .p-planSheet__status {
    font-size: 1.8rem;
  }
}

.p-planSheet__title {
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
}
@media print, screen and (min-width: 744px) {
  .p-planSheet__title {
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
    font-size: 5.8rem;
  }
}
@media screen and (max-width: 743px) {
  .p-planSheet__title {
    margin-top: 1.2rem;
    margin-bottom: 2.5rem;
    font-size: 3rem;
  }
}

@media print, screen and (min-width: 744px) {
  .p-planSheet__summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 3rem;
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 743px) {
  .p-planSheet__summaryBlock {
    margin-bottom: 3rem;
  }
}

.p-planSheet__heading {
  margin: 0;
  padding-bottom: 0.6rem;
  color: #0c4ecb;
  font-weight: 600;
  line-height: 1.35;
}
@media print, screen and (min-width: 744px) {
  .p-planSheet__heading {
    margin-bottom: 2.4rem;
    font-size: 2.8rem;
    border-bottom: 4px solid #0c4ecb;
  }
}
@media screen and (max-width: 743px) {
  .p-planSheet__heading {
    margin-bottom: 1.3rem;
    font-size: 2.1rem;
    border-bottom: 3px solid #0c4ecb;
  }
}

@media print, screen and (min-width: 744px) {
  .p-planSheet__price {
    margin: 0 1rem;
  }
}

.p-planSheet__priceMain {
  font-weight: 600;
  line-height: 1.33;
}
@media print, screen and (min-width: 744px) {
  .p-planSheet__priceMain {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 743px) {
  .p-planSheet__priceMain {
    font-size: 2.1rem;
  }
}

.p-planSheet__priceNote {
  line-height: 1.55;
}
@media print, screen and (min-width: 744px) {
  .p-planSheet__priceNote {
    margin-top: 1.8rem;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 743px) {
  .p-planSheet__priceNote {
    margin-top: 1.8rem;
    font-size: 1.8rem;
  }
}

.p-planSheet__timeList {
  line-height: 1.55;
}
@media print, screen and (min-width: 744px) {
  .p-planSheet__timeList {
    font-size: 2rem;
    margin: 0 1rem;
  }
}
@media screen and (max-width: 743px) {
  .p-planSheet__timeList {
    font-size: 1.8rem;
  }
}

.p-planSheet__detailText {
  line-height: 1.55;
}
@media print, screen and (min-width: 744px) {
  .p-planSheet__detailText {
    font-size: 2rem;
    margin: 0 1rem;
  }
}
@media screen and (max-width: 743px) {
  .p-planSheet__detailText {
    font-size: 1.8rem;
  }
}

/* プランページ
-------------------------------------------------- */
@media print, screen and (min-width: 744px) {
  .p-plan {
    padding-top: 8.7rem;
  }
}

.p-planContents {
  z-index: 1;
  background: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
}

/* Intro
-------------------------------------------------- */
.p-planIntro {
  background: #fff;
}
@media print, screen and (min-width: 744px) {
  .p-planIntro {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 743px) {
  .p-planIntro {
    padding: 2.5rem 0;
  }
}

.p-planIntro__inner {
  text-align: center;
}

.p-planIntro__label {
  display: inline-block;
  margin: 0 auto;
  padding: 0.3em 0.8em 0.4em 0.9em;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  background: #0740ad;
}
@media print, screen and (min-width: 744px) {
  .p-planIntro__label {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-planIntro__label {
    font-size: 1.6rem;
  }
}

.p-planIntro__title {
  color: #101d37;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
}
@media print, screen and (min-width: 744px) {
  .p-planIntro__title {
    margin-top: 1rem;
    font-size: 7rem;
  }
}
@media screen and (max-width: 743px) {
  .p-planIntro__title {
    margin-top: 0.8rem;
    font-size: 3rem;
  }
}

.p-planIntro__text {
  color: #101d37;
  text-align: left;
}
@media print, screen and (min-width: 744px) {
  .p-planIntro__text {
    margin-top: 2.2rem;
    font-size: 2rem;
    line-height: 1.8;
    font-weight: 500;
  }
}
@media screen and (max-width: 743px) {
  .p-planIntro__text {
    margin-top: 1.5rem;
    font-size: 1.8rem;
    line-height: 1.75;
  }
}

.p-planIntro__notice {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-decoration: none;
  background: #ec1d2e;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.p-planIntro__notice:visited {
  color: #fff;
}
@media print, screen and (min-width: 744px) {
  .p-planIntro__notice {
    padding: 2.2rem 2rem 2.5rem;
    width: 69rem;
    min-height: 12.5rem;
    margin-top: 2.7rem;
    border-radius: 1.4rem;
  }
}
@media screen and (max-width: 743px) {
  .p-planIntro__notice {
    padding: 1.6rem;
    margin-top: 2rem;
    border-radius: 1.1rem;
  }
}
.p-planIntro__notice::before {
  position: absolute;
  display: block;
  pointer-events: none;
  content: "";
}
@media print, screen and (min-width: 744px) {
  .p-planIntro__notice::before {
    inset: 2px;
    border: 2px solid #fff;
    border-radius: 1.2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-planIntro__notice::before {
    inset: 2px;
    border: 2px solid #fff;
    border-radius: 0.9rem;
  }
}
.p-planIntro__notice_text {
  font-weight: 700;
  line-height: 1.4;
}
@media print, screen and (min-width: 744px) {
  .p-planIntro__notice_text {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 743px) {
  .p-planIntro__notice_text {
    font-size: 1.9rem;
  }
}
.p-planIntro__notice_btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  background: #101d37;
  border-radius: 999px;
  padding-bottom: 1px;
}
@media print, screen and (min-width: 744px) {
  .p-planIntro__notice_btn {
    width: 29rem;
    min-height: 4rem;
    margin-top: 1rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-planIntro__notice_btn {
    width: 24rem;
    min-height: 3.3rem;
    margin-top: 0.6rem;
    font-size: 1.7rem;
  }
}
.p-planIntro__notice_btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  width: 1.1em;
  height: 1.1em;
  margin: auto;
  background: url("../img/common/ico_arrow_wht.svg") no-repeat center/contain;
  transform: rotate(90deg);
}

.p-planIntro__links {
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 744px) {
  .p-planIntro__links {
    gap: 1.6rem;
    margin-top: 2.8rem;
  }
}
@media screen and (max-width: 743px) {
  .p-planIntro__links {
    flex-direction: column;
    gap: 1.4rem;
    margin: 1.9rem 1rem 0;
  }
}

@media print, screen and (min-width: 744px) {
  .p-planIntro__link {
    min-width: 39rem;
    min-height: 6.4rem;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-planIntro__link {
    width: 100%;
    font-size: 1.8rem;
  }
}
.p-planIntro__link::after {
  transform: rotate(90deg);
}

/* Plan cards
-------------------------------------------------- */
.p-planMenu {
  background: #122140;
}
@media print, screen and (min-width: 744px) {
  .p-planMenu {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 743px) {
  .p-planMenu {
    padding: 1.5rem 0;
  }
}

@media print, screen and (min-width: 744px) {
  .p-planMenu__inner {
    max-width: 159rem;
  }
}
@media screen and (max-width: 743px) {
  .p-planMenu__inner {
    padding: 0 1rem;
  }
}

.p-planMenu__list {
  display: grid;
}
@media print, screen and (min-width: 744px) {
  .p-planMenu__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem;
  }
}
@media screen and (max-width: 743px) {
  .p-planMenu__list {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
  }
}

.p-planMenu__item {
  min-width: 0;
  overflow: hidden;
  background: #fff;
}
@media print, screen and (min-width: 744px) {
  .p-planMenu__item {
    border-radius: 1rem;
  }
}
@media screen and (max-width: 743px) {
  .p-planMenu__item {
    border-radius: 0.5rem;
  }
}

.p-planCard {
  display: grid;
  height: 100%;
}
@media print, screen and (min-width: 744px) {
  .p-planCard {
    grid-template-columns: 7.4rem minmax(0, 1fr);
  }
}
@media screen and (max-width: 743px) {
  .p-planCard {
    grid-template-columns: 5.6rem minmax(0, 1fr);
  }
}

.p-planCard__type {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  writing-mode: horizontal-tb;
}
@media print, screen and (min-width: 744px) {
  .p-planCard__type {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 743px) {
  .p-planCard__type {
    font-size: 1.8rem;
  }
}
.p-planCard__type[data-type=乗合] {
  background: #39bd78;
}
.p-planCard__type[data-type=仕立] {
  background: #f28d2e;
}
.p-planCard__type[data-type=渡船] {
  background: #b856bf;
}
.p-planCard__type[data-type=釣り堀] {
  background: #b4a92f;
}
.p-planCard__type[data-type=その他] {
  background: #3babb8;
}

@media print, screen and (min-width: 744px) {
  .p-planCard__body {
    padding: 3.5rem 3rem;
  }
}
@media screen and (max-width: 743px) {
  .p-planCard__body {
    padding: 1.8rem;
  }
}

.p-planCard__status {
  display: table;
  color: #ec1d2e;
  font-weight: 700;
  line-height: 1.2;
  background: #fff79c;
  transform: skew(-15deg);
  padding: 0.15em 0.4em;
  border: solid 1px #ec1d2e;
}
@media print, screen and (min-width: 744px) {
  .p-planCard__status {
    margin: 0 0 1.2rem;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 743px) {
  .p-planCard__status {
    margin: 0 0 0.6rem;
    font-size: 1.8rem;
  }
}

.p-planCard__title {
  font-weight: 700;
  line-height: 1.3;
}
@media print, screen and (min-width: 744px) {
  .p-planCard__title {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 743px) {
  .p-planCard__title {
    font-size: 2.3rem;
  }
}

.p-planCard__content {
  display: grid;
  align-items: start;
}
@media print, screen and (min-width: 744px) {
  .p-planCard__content {
    grid-template-columns: 13.6rem minmax(0, 1fr) auto;
    gap: 2rem;
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 743px) {
  .p-planCard__content {
    grid-template-columns: 9.5rem minmax(0, 1fr);
    gap: 1.5rem 1.4rem;
    margin-top: 0.8rem;
  }
}

.p-planCard__image {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media print, screen and (min-width: 744px) {
  .p-planCard__image {
    border-radius: 1.2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-planCard__image {
    grid-row: 1;
    border-radius: 0.5rem;
  }
}

.p-planCard__price {
  align-self: center;
  color: #101d37;
  letter-spacing: 0;
  line-height: 1.3125;
}
@media print, screen and (min-width: 744px) {
  .p-planCard__price {
    font-size: 2.2rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 743px) {
  .p-planCard__price {
    grid-row: 1;
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 744px) {
  .p-planCard__button {
    margin-top: 3.8rem;
    width: 22rem;
    min-width: 22rem;
    min-height: 6rem;
    padding-right: 3rem;
    padding-left: 2rem;
    font-size: 2.2rem;
  }
  .p-planCard__button::after {
    right: 2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-planCard__button {
    grid-column: 1/-1;
    width: calc(100% - 1.2rem);
    min-height: 4.4rem;
    justify-self: center;
  }
}

/* Rental and sales guide
-------------------------------------------------- */
.p-planGuide {
  background: #ebf0fc;
}
@media print, screen and (min-width: 744px) {
  .p-planGuide {
    padding: 7rem 0 8rem;
  }
}
@media screen and (max-width: 743px) {
  .p-planGuide {
    padding: 3.8rem 0 4.5rem;
  }
}
.p-planGuide:not(:has(.p-planGuide__section)) {
  display: none;
}

.p-planGuide__section {
  scroll-margin-top: 10rem;
}
@media print, screen and (min-width: 744px) {
  .p-planGuide__section + .p-planGuide__section {
    margin-top: 7rem;
  }
}
@media screen and (max-width: 743px) {
  .p-planGuide__section + .p-planGuide__section {
    margin-top: 3.5rem;
  }
}

.p-planGuide__title {
  color: #101d37;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media print, screen and (min-width: 744px) {
  .p-planGuide__title {
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 743px) {
  .p-planGuide__title {
    font-size: 3rem;
  }
}

.p-planGuide__text {
  color: #101d37;
  line-height: 1.75;
}
@media print, screen and (min-width: 744px) {
  .p-planGuide__text {
    margin-top: 2.5rem;
    font-size: 2rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 743px) {
  .p-planGuide__text {
    margin-top: 1rem;
    font-size: 1.8rem;
  }
}

.p-planGuide__tables {
  display: grid;
  align-items: start;
}
@media print, screen and (min-width: 744px) {
  .p-planGuide__tables {
    display: flex;
    justify-content: center;
    gap: 3.5rem;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 743px) {
  .p-planGuide__tables {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    margin-top: 2.2rem;
  }
}

.p-planGuide__table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  color: #101d37;
  background: #fff;
}
@media print, screen and (min-width: 744px) {
  .p-planGuide__table {
    flex: 0 0 auto;
    width: auto;
    table-layout: auto;
    font-size: 1.8rem;
    border: 2px solid #b6c3e0;
  }
}
@media screen and (max-width: 743px) {
  .p-planGuide__table {
    font-size: 1.4rem;
  }
}
.p-planGuide__table th,
.p-planGuide__table td {
  border: 1px solid #b6c3e0;
  text-align: left;
  vertical-align: middle;
  line-height: 1.3125;
}
@media print, screen and (min-width: 744px) {
  .p-planGuide__table th,
.p-planGuide__table td {
    padding: 1.4rem 2.2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-planGuide__table th,
.p-planGuide__table td {
    width: 50%;
    padding: 1.4rem 1rem;
    font-size: 1.6rem;
  }
}
.p-planGuide__table th {
  font-weight: 600;
  background: #fff6cc;
  border-right: 1px dashed #b6c3e0;
}
@media print, screen and (min-width: 744px) {
  .p-planGuide__table th {
    width: auto;
    max-width: 50rem;
  }
}
.p-planGuide__table td {
  border-left: 1px dashed #b6c3e0;
}
@media print, screen and (min-width: 744px) {
  .p-planGuide__table td {
    width: auto;
    max-width: 30rem;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-planGuide__table + .p-planGuide__table {
    margin-top: -1px;
  }
}

/* Notes
-------------------------------------------------- */
.p-planNotes {
  color: #101d37;
  background: #fffdf0;
  scroll-margin-top: 9rem;
}
@media print, screen and (min-width: 744px) {
  .p-planNotes {
    padding: 7rem 0 12rem;
  }
}
@media screen and (max-width: 743px) {
  .p-planNotes {
    padding: 4rem 0 6rem;
  }
}

@media screen and (max-width: 743px) {
  .p-planNotes__inner {
    padding: 0 2rem;
  }
}

.p-planNotes__title {
  color: #ec1d2e;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

@media print, screen and (min-width: 744px) {
  .p-planNotes__title {
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 743px) {
  .p-planNotes__title {
    font-size: 2.8rem;
  }
}

.p-planNotes__lead {
  line-height: 1.55;
  font-weight: 300;
}
@media print, screen and (min-width: 744px) {
  .p-planNotes__lead {
    margin-top: 3.5rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-planNotes__lead {
    margin-top: 2rem;
    font-size: 1.8rem;
  }
}

@media print, screen and (min-width: 744px) {
  .p-planNotes__section {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 743px) {
  .p-planNotes__section {
    margin-top: 4rem;
  }
}
.p-planNotes__section h3 {
  color: #ec1d2e;
  font-weight: 700;
  line-height: 1.3;
}
@media print, screen and (min-width: 744px) {
  .p-planNotes__section h3 {
    margin-bottom: 1.6rem;
    font-size: 4.6rem;
    text-align: center;
  }
}
@media screen and (max-width: 743px) {
  .p-planNotes__section h3 {
    margin-bottom: 0.8rem;
    font-size: 2.5rem;
  }
}
.p-planNotes__section ul,
.p-planNotes__section ol {
  list-style: none;
  line-height: 1.28;
  font-weight: 300;
}
@media print, screen and (min-width: 744px) {
  .p-planNotes__section ul,
.p-planNotes__section ol {
    font-size: 2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-planNotes__section ul,
.p-planNotes__section ol {
    font-size: 1.8rem;
  }
}
.p-planNotes__section li {
  position: relative;
}
@media print, screen and (min-width: 744px) {
  .p-planNotes__section li {
    padding: 0.7em 0 0.7em 1.2em;
    border-bottom: 2px solid #cac8bc;
  }
}
@media screen and (max-width: 743px) {
  .p-planNotes__section li {
    padding: 0.5em 0 0.5em 1.2em;
    border-bottom: 1px solid #cac8bc;
  }
}
.p-planNotes__section li::before {
  content: "";
  position: absolute;
  left: 0.25em;
  top: 0.95em;
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  background: currentColor;
}
@media print, screen and (min-width: 744px) {
  .p-planNotes__section li::before {
    top: 1.05em;
  }
}

/* Weather Forecast
-------------------------------------------------- */
.p-weatherForecast {
  margin: 3.7rem 0 3rem;
  padding: 0;
  background: #fff;
}
@media screen and (max-width: 743px) {
  .p-weatherForecast {
    margin: 3.5rem 0 3.5rem;
    padding: 0;
  }
}

.p-weatherForecast__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 744px) {
  .p-weatherForecast__inner {
    min-height: 11rem;
    padding-top: 2.6rem;
    padding-bottom: 2.6rem;
    border-top: 5px solid #0740ad;
    border-bottom: 5px solid #0740ad;
  }
}
@media screen and (max-width: 743px) {
  .p-weatherForecast__inner {
    display: block;
    padding: 1.6rem 0 2rem;
    text-align: center;
    border-top: 4px solid #0740ad;
    border-bottom: 4px solid #0740ad;
  }
}

.p-weatherForecast__head {
  flex: 0 0 auto;
  min-width: 38rem;
  padding-right: 3rem;
  text-align: center;
}
@media screen and (max-width: 743px) {
  .p-weatherForecast__head {
    min-width: 0;
    padding: 0;
    text-align: center;
  }
}

.p-weatherForecast__place {
  margin: 0 0 0.2rem;
  color: #101d37;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.35;
}
@media screen and (max-width: 743px) {
  .p-weatherForecast__place {
    margin-bottom: 0.6rem;
    font-size: 1.6rem;
  }
}

.p-weatherForecast__updated {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin: 0;
  color: #0740ad;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 743px) {
  .p-weatherForecast__updated {
    font-size: 2.1rem;
  }
}

.p-weatherForecast__updatedTime {
  color: #ec1d2e;
  font-size: 2.6rem;
}
@media screen and (max-width: 743px) {
  .p-weatherForecast__updatedTime {
    font-size: 1.8rem;
  }
}

.p-weatherForecast__list {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 743px) {
  .p-weatherForecast__list {
    justify-content: center;
    margin-top: 3rem;
  }
}

.p-weatherForecast__item {
  min-width: 15.2rem;
  padding: 0 3rem;
  border-left: 1px solid rgba(16, 29, 55, 0.35);
}
@media screen and (max-width: 743px) {
  .p-weatherForecast__item {
    min-width: 0;
    padding: 0 1rem;
  }
  .p-weatherForecast__item:first-child {
    border-left: 0;
  }
}

@media screen and (max-width: 743px) {
  .p-weatherForecast__label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}
@media print, screen and (min-width: 744px) {
  .p-weatherForecast__label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}

.p-weatherForecast__value {
  display: grid;
  gap: 0.5rem;
  justify-items: center;
  margin: 0;
  color: #101d37;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}
@media screen and (max-width: 743px) {
  .p-weatherForecast__value {
    gap: 0.8rem;
    font-size: 1.8rem;
  }
}

.p-weatherForecast__icon {
  display: block;
  width: 6.2rem;
  height: 5.2rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 743px) {
  .p-weatherForecast__icon {
    width: 8.4rem;
    height: 7.8rem;
  }
}

.p-weatherForecast__icon--sunCloud {
  position: relative;
}

.p-weatherForecast__icon--temperature {
  position: relative;
}

/* Catch Report
-------------------------------------------------- */
.p-catchReport {
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 744px) {
  .p-catchReport {
    margin: 8rem 0 0;
    padding: 8rem 0;
    background-image: url("../img/common/bg_catch.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
@media screen and (max-width: 743px) {
  .p-catchReport {
    margin: 4rem 0 0;
    padding: 4rem 0;
    background-image: url("../img/common/bg_catch_sp.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
  }
}

.p-catchReport__inner {
  position: relative;
  z-index: 1;
}

.p-catchReport__head {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 743px) {
  .p-catchReport__head {
    margin-bottom: 2.8rem;
  }
}

.p-catchReport__label, .p-catchHeading__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 19.6rem;
  min-height: 4.4rem;
  margin: 0 0 1.4rem;
  padding: 0 2rem 2px;
  color: #fff;
  font-size: 3rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
  background: #0740ad;
}
@media screen and (max-width: 743px) {
  .p-catchReport__label, .p-catchHeading__label {
    min-width: 12.4rem;
    min-height: 2.9rem;
    margin-bottom: 1.1rem;
    padding: 0 1.6rem 2px;
    font-size: 2rem;
  }
}

.p-catchReport__title, .p-catchHeading__title {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #0740ad;
  font-size: 8.2rem;
  font-style: italic;
  font-weight: 900;
  line-height: 1;
}
.p-catchReport__title::after, .p-catchHeading__title::after {
  position: absolute;
  right: -1.6rem;
  bottom: -0.5rem;
  left: -2rem;
  z-index: -1;
  height: 2.1rem;
  background: #ffee99;
  content: "";
}
@media screen and (max-width: 743px) {
  .p-catchReport__title, .p-catchHeading__title {
    font-size: 5.5rem;
  }
  .p-catchReport__title::after, .p-catchHeading__title::after {
    right: -0.8rem;
    bottom: -0.4rem;
    left: -1rem;
    height: 1.5rem;
  }
}

.p-catchReport__list {
  position: relative;
  display: grid;
  margin: 0 auto;
  padding: 0;
}
@media print, screen and (min-width: 744px) {
  .p-catchReport__list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 4.5rem 0rem;
    width: min(100%, 144rem);
  }
}
@media screen and (max-width: 743px) {
  .p-catchReport__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 0;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
}

.p-catchReport__caption {
  position: absolute;
  display: grid;
  pointer-events: none;
}

.p-catchReport__item {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 744px) {
  .p-catchReport__item:nth-child(1) {
    transform: rotate(-4deg) translateY(1rem);
    z-index: 2;
  }
  .p-catchReport__item:nth-child(1) .p-catchReport__caption {
    bottom: 1.6rem;
    left: -1rem;
    justify-items: start;
  }
  .p-catchReport__item:nth-child(2) {
    transform: rotate(5deg) translateY(2rem);
  }
  .p-catchReport__item:nth-child(2) .p-catchReport__caption {
    bottom: 1.6rem;
    right: -1rem;
    justify-items: end;
  }
  .p-catchReport__item:nth-child(3) {
    transform: rotate(-5deg) translateY(3.4rem);
    z-index: 2;
  }
  .p-catchReport__item:nth-child(3) .p-catchReport__caption {
    bottom: 1.6rem;
    left: -1rem;
    justify-items: start;
  }
  .p-catchReport__item:nth-child(4) {
    transform: rotate(4deg) translateY(1.8rem);
  }
  .p-catchReport__item:nth-child(4) .p-catchReport__caption {
    bottom: 1.6rem;
    right: -1rem;
    justify-items: end;
  }
  .p-catchReport__item:nth-child(5) {
    transform: rotate(-7deg) translateY(2.4rem);
    z-index: 2;
  }
  .p-catchReport__item:nth-child(5) .p-catchReport__caption {
    bottom: 1.6rem;
    right: -1rem;
    justify-items: end;
  }
  .p-catchReport__item:nth-child(6) {
    transform: rotate(-4deg) translateY(-0.6rem);
    z-index: 2;
  }
  .p-catchReport__item:nth-child(6) .p-catchReport__caption {
    bottom: 1.6rem;
    right: -1rem;
    justify-items: end;
  }
  .p-catchReport__item:nth-child(7) {
    transform: rotate(5deg) translateY(-1.1rem);
  }
  .p-catchReport__item:nth-child(7) .p-catchReport__caption {
    bottom: 1.6rem;
    right: -1rem;
    justify-items: end;
  }
  .p-catchReport__item:nth-child(8) {
    transform: rotate(-5deg) translateY(0.4rem);
    z-index: 2;
  }
  .p-catchReport__item:nth-child(8) .p-catchReport__caption {
    bottom: 1.6rem;
    right: -1rem;
    justify-items: end;
  }
  .p-catchReport__item:nth-child(9) {
    transform: rotate(4deg) translateY(-0.8rem);
  }
  .p-catchReport__item:nth-child(9) .p-catchReport__caption {
    bottom: 1.6rem;
    right: -1rem;
    justify-items: end;
  }
  .p-catchReport__item:nth-child(10) {
    transform: rotate(-7deg) translateY(-0.8rem);
    z-index: 2;
  }
  .p-catchReport__item:nth-child(10) .p-catchReport__caption {
    bottom: 1.6rem;
    right: -1rem;
    justify-items: end;
  }
}
@media screen and (max-width: 743px) {
  .p-catchReport__item:nth-child(n) {
    transform: none;
  }
  .p-catchReport__item:nth-child(1) {
    transform: rotate(-4deg) translate(0, 0.3rem);
    z-index: 2;
  }
  .p-catchReport__item:nth-child(1) .p-catchReport__caption {
    bottom: 1rem;
    left: -0.6rem;
    justify-items: start;
  }
  .p-catchReport__item:nth-child(2) {
    transform: rotate(6deg) translate(0, 1.8rem);
  }
  .p-catchReport__item:nth-child(2) .p-catchReport__caption {
    bottom: 1rem;
    right: -0.6rem;
    justify-items: end;
  }
  .p-catchReport__item:nth-child(3) {
    transform: rotate(-6deg) translate(0, 0.6rem);
    z-index: 2;
  }
  .p-catchReport__item:nth-child(3) .p-catchReport__caption {
    bottom: 1rem;
    left: -0.6rem;
    justify-items: start;
  }
  .p-catchReport__item:nth-child(4) {
    transform: rotate(3deg) translate(-0.5rem, 1rem);
  }
  .p-catchReport__item:nth-child(4) .p-catchReport__caption {
    bottom: 1rem;
    right: -0.6rem;
    justify-items: end;
  }
  .p-catchReport__item:nth-child(5) {
    transform: rotate(5deg) translate(0, -0.4rem);
    z-index: 2;
  }
  .p-catchReport__item:nth-child(5) .p-catchReport__caption {
    bottom: 1rem;
    left: -0.6rem;
    justify-items: start;
  }
  .p-catchReport__item:nth-child(5) .p-catchReport__caption {
    left: 1.4rem;
    bottom: -1.1rem;
  }
  .p-catchReport__item:nth-child(6) {
    transform: rotate(-4deg) translate(0, 0.8rem);
  }
  .p-catchReport__item:nth-child(6) .p-catchReport__caption {
    bottom: 1rem;
    right: -0.6rem;
    justify-items: end;
  }
  .p-catchReport__item:nth-child(6) .p-catchReport__caption {
    right: 1.4rem;
    bottom: -1.1rem;
  }
  .p-catchReport__item:nth-child(n+7) {
    display: none;
  }
}

.p-catchReport__link {
  position: relative;
  display: block;
  padding: 0.6rem;
  color: inherit;
  text-decoration: none;
  background: #fff;
  box-shadow: 0.7rem 0.7rem 1rem rgba(0, 0, 0, 0.2);
  transition: 0.2s ease;
}
@media screen and (max-width: 743px) {
  .p-catchReport__link {
    padding: 0.4rem;
    box-shadow: 0.45rem 0.45rem 1rem rgba(0, 0, 0, 0.2);
  }
}

.p-catchReport__photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #f5f8fc;
  aspect-ratio: 27/36;
}
.p-catchReport__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-catchReport__date,
.p-catchReport__fish {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.3em 0.6em 0.4em;
  color: #fff;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 743px) {
  .p-catchReport__date,
.p-catchReport__fish {
    min-height: 2.9rem;
    padding: 0 0.9rem;
  }
}

.p-catchReport__date {
  background: #ec1d2e;
  font-size: 2.2rem;
  min-width: 8rem;
}
@media screen and (max-width: 743px) {
  .p-catchReport__date {
    font-size: 2.2rem;
  }
}

.p-catchReport__fish {
  max-width: 100%;
  margin: 0;
  background: #0740ad;
  font-size: 2.4rem;
  word-break: keep-all;
}
@media screen and (max-width: 743px) {
  .p-catchReport__fish {
    font-size: 1.9rem;
  }
}

.p-catchReport__more {
  margin: 8.2rem 0 0;
  text-align: center;
}
@media screen and (max-width: 743px) {
  .p-catchReport__more {
    margin-top: 4.2rem;
  }
}

/* 最新釣果ページ
-------------------------------------------------- */
@media print, screen and (min-width: 744px) {
  .p-catch {
    padding-top: 8.7rem;
  }
}

.p-catchContents {
  z-index: 1;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
}
@media print, screen and (min-width: 744px) {
  .p-catchContents {
    padding-top: 4.6rem;
    background: #4a9af2 url("../img/common/bg_catch2.jpg") no-repeat center top;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 743px) {
  .p-catchContents {
    padding-top: 3.8rem;
    background: #4a9af2 url("../img/common/bg_catch2_sp.jpg") no-repeat center top;
    background-size: 100% auto;
  }
}

/* ページ見出し・絞込み
-------------------------------------------------- */
.p-catchHeading {
  position: relative;
  display: grid;
  justify-items: center;
}

.p-catchFilter {
  display: flex;
  justify-content: center;
}
.p-catchFilter__inner {
  display: flex;
  justify-content: center;
  overflow: hidden;
  border-radius: 999px;
}
@media print, screen and (min-width: 744px) {
  .p-catchFilter__inner {
    margin: 3.6rem auto;
    border: 2px solid #073b76;
  }
}
@media screen and (max-width: 743px) {
  .p-catchFilter__inner {
    margin: 2.8rem auto;
    border: 1px solid #073b76;
  }
}

.p-catchFilter__label,
.p-catchFilter__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #101d37;
  font-weight: 500;
  line-height: 1.3;
  background: #f2f6ff;
  border: 0;
}
@media print, screen and (min-width: 744px) {
  .p-catchFilter__label,
.p-catchFilter__button {
    padding: 1.2rem 3.6rem 1.3rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-catchFilter__label,
.p-catchFilter__button {
    padding: 1.2rem 2.4rem 1.3rem;
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 744px) {
  .p-catchFilter__label {
    padding-right: 3rem;
  }
}
@media screen and (max-width: 743px) {
  .p-catchFilter__label {
    padding-right: 2rem;
  }
}

.p-catchFilter__button {
  color: #fff;
  background: #073b76;
  cursor: pointer;
}
@media print, screen and (min-width: 744px) {
  .p-catchFilter__button {
    padding-left: 3rem;
  }
}
@media screen and (max-width: 743px) {
  .p-catchFilter__button {
    padding-left: 2rem;
  }
}
.p-catchFilter__button span {
  position: relative;
  display: inline-block;
  padding-right: 2.4rem;
}
.p-catchFilter__button span::after {
  content: "";
  position: absolute;
  top: -2px;
  bottom: 0;
  right: 0;
  width: 0.6em;
  height: 0.6em;
  margin: auto;
  border-right: solid #fff;
  border-bottom: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

/* 釣行月絞り込みモーダル
-------------------------------------------------- */
.p-catchDateModal {
  width: min(100% - 3rem, 72rem);
  max-width: none;
  max-height: calc(100dvh - 3rem);
  padding: 0;
  overflow: hidden;
  color: #101d37;
  background: #fff;
  border: 0;
  border-radius: 1.6rem;
  box-shadow: 0 1.2rem 3rem rgba(16, 29, 55, 0.28);
}
.p-catchDateModal[open] {
  animation: catchDateModalIn 0.3s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.p-catchDateModal::backdrop {
  background: rgba(16, 29, 55, 0.7);
}
.p-catchDateModal[open]::backdrop {
  animation: catchDateModalBackdropIn 0.25s ease-out both;
}
@media (prefers-reduced-motion: reduce) {
  .p-catchDateModal[open], .p-catchDateModal[open]::backdrop {
    animation: none;
  }
}

@keyframes catchDateModalIn {
  from {
    opacity: 0;
    transform: translateY(1.6rem) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes catchDateModalBackdropIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p-catchDateModal__inner {
  position: relative;
  max-height: calc(100dvh - 3rem);
  overflow-y: auto;
}
@media print, screen and (min-width: 744px) {
  .p-catchDateModal__inner {
    padding: 5.6rem 5rem 5rem;
  }
}
@media screen and (max-width: 743px) {
  .p-catchDateModal__inner {
    padding: 5.2rem 2rem 5rem;
  }
}

.p-catchDateModal__close {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  display: grid;
  place-items: center;
  width: 4rem;
  height: 4rem;
  padding: 0;
  color: #101d37;
  font-size: 3.6rem;
  line-height: 1;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.p-catchDateModal__title {
  margin: 0;
  color: #073b76;
  font-weight: 700;
  line-height: 1.4;
}
@media print, screen and (min-width: 744px) {
  .p-catchDateModal__title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 743px) {
  .p-catchDateModal__title {
    font-size: 2rem;
  }
}

.p-catchDateModal__latest {
  align-items: center;
  display: grid;
}
@media print, screen and (min-width: 744px) {
  .p-catchDateModal__latest {
    grid-template-columns: 7.2rem minmax(0, 1fr);
    gap: 1.6rem;
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-catchDateModal__latest {
    grid-template-columns: 6rem minmax(0, 1fr);
    gap: 1rem;
    margin-top: 2.4rem;
  }
}
.p-catchDateModal__latest .p-catchDateModal__button {
  grid-column: 2;
  width: 100%;
}

.p-catchDateModal__groups {
  margin-top: 3.2rem;
}
@media screen and (max-width: 743px) {
  .p-catchDateModal__groups {
    margin-top: 2.4rem;
  }
}

.p-catchDateModal__group {
  display: grid;
  align-items: start;
  border-top: 1px solid #dcdcdc;
}
@media print, screen and (min-width: 744px) {
  .p-catchDateModal__group {
    grid-template-columns: 7.2rem minmax(0, 1fr);
    gap: 1.6rem;
    margin-top: 3.2rem;
    padding-top: 3.2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-catchDateModal__group {
    grid-template-columns: 6rem minmax(0, 1fr);
    gap: 1rem;
    margin-top: 2.4rem;
    padding-top: 2.4rem;
  }
}

.p-catchDateModal__year {
  margin: 0;
  color: #073b76;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}
@media print, screen and (min-width: 744px) {
  .p-catchDateModal__year {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 743px) {
  .p-catchDateModal__year {
    font-size: 1.5rem;
  }
}

.p-catchDateModal__list {
  display: grid;
}
@media print, screen and (min-width: 744px) {
  .p-catchDateModal__list {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0.8rem;
  }
}
@media screen and (max-width: 743px) {
  .p-catchDateModal__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.6rem;
  }
}

.p-catchDateModal__button {
  padding: 1.2rem 0.8rem;
  color: #101d37;
  font-weight: 500;
  line-height: 1.3;
  background: #f6f6f6;
  border-radius: 0.5rem;
  border: 1px solid #dcdcdc;
  cursor: pointer;
}
@media print, screen and (min-width: 744px) {
  .p-catchDateModal__button {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 743px) {
  .p-catchDateModal__button {
    font-size: 1.3rem;
  }
}
.p-catchDateModal__button[aria-pressed=true], .p-catchDateModal__button:hover, .p-catchDateModal__button:focus-visible {
  color: #fff;
  background: #073b76;
  border-color: #073b76;
}

/* 釣果一覧
-------------------------------------------------- */
.p-catchList {
  position: relative;
}
@media print, screen and (min-width: 744px) {
  .p-catchList {
    padding: 0 0 5rem;
  }
}
@media screen and (max-width: 743px) {
  .p-catchList {
    padding: 0 0 2.5rem;
  }
}

@media print, screen and (min-width: 744px) {
  .p-catchPost + .p-catchPost {
    margin-top: 4.4rem;
    padding-top: 4.4rem;
    border-top: 8px solid #fff;
  }
}
@media screen and (max-width: 743px) {
  .p-catchPost + .p-catchPost {
    margin-top: 2.2rem;
    padding-top: 2.2rem;
    border-top: 2px solid #fff;
  }
}

.p-catchPost__container {
  display: grid;
  align-items: start;
}
@media print, screen and (min-width: 744px) {
  .p-catchPost__container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem;
  }
}
@media screen and (max-width: 743px) {
  .p-catchPost__container {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
    padding: 0 1rem;
  }
}

.p-catchPost__container:not(:has(.p-catchSlider__slide)) .p-catchPost__gallery {
  display: none;
}
@media print, screen and (min-width: 744px) {
  .p-catchPost__container:not(:has(.p-catchSlider__slide)) .p-catchPost__content {
    grid-column: 2;
  }
}
@media screen and (max-width: 743px) {
  .p-catchPost__container:not(:has(.p-catchSlider__slide)) .p-catchPost__content {
    grid-column: 1;
  }
}

.p-catchPost__gallery,
.p-catchPost__content {
  position: relative;
  min-width: 0;
}

.p-catchPost__content {
  display: grid;
}
@media print, screen and (min-width: 744px) {
  .p-catchPost__content {
    gap: 1.4rem;
  }
}
@media screen and (max-width: 743px) {
  .p-catchPost__content {
    gap: 1rem;
  }
}

/* 画像スライダー
-------------------------------------------------- */
.p-catchSliderWrap {
  position: relative;
}

.p-catchSlider {
  position: relative;
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.2));
}
.p-catchSlider .swiper-wrapper {
  display: flex;
}

.p-catchSlider__slide {
  flex: 0 0 100%;
  width: 100%;
  margin: 0;
  border: solid #fff;
}
@media print, screen and (min-width: 744px) {
  .p-catchSlider__slide {
    border-width: 8px;
  }
}
@media screen and (max-width: 743px) {
  .p-catchSlider__slide {
    border-width: 4px;
  }
}
.p-catchSlider__slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.p-catchSlider__prev,
.p-catchSlider__next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  margin: auto;
  padding: 0;
  border: 0;
  opacity: 0.95;
  filter: drop-shadow(2px 0 0 #fff) drop-shadow(-2px 0 0 #fff) drop-shadow(0 2px 0 #fff) drop-shadow(0 -2px 0 #fff) drop-shadow(1.4px 1.4px 0 #fff) drop-shadow(-1.4px 1.4px 0 #fff) drop-shadow(1.4px -1.4px 0 #fff) drop-shadow(-1.4px -1.4px 0 #fff);
  cursor: pointer;
}
.p-catchSlider__prev::before,
.p-catchSlider__next::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border-bottom: solid 8px #000;
  border-left: solid 8px #000;
}
.p-catchSlider__prev::after,
.p-catchSlider__next::after {
  display: none;
}
@media screen and (max-width: 743px) {
  .p-catchSlider__prev,
.p-catchSlider__next {
    transform: scale(0.6);
  }
}

.p-catchSlider__prev {
  left: -2rem;
}
@media screen and (max-width: 743px) {
  .p-catchSlider__prev {
    left: -1.5rem;
  }
}
.p-catchSlider__prev::before {
  left: 1rem;
  transform: rotate(45deg);
}

.p-catchSlider__next {
  right: -2rem;
}
@media screen and (max-width: 743px) {
  .p-catchSlider__next {
    right: -1.5rem;
  }
}
.p-catchSlider__next::before {
  right: 1rem;
  transform: rotate(-135deg);
}

.p-catchSliderThumbs {
  display: grid;
}
@media print, screen and (min-width: 744px) {
  .p-catchSliderThumbs {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1.4rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-catchSliderThumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.8rem;
    margin-top: 1rem;
  }
}

.p-catchSliderThumbs__item {
  width: 100%;
  padding: 0;
  overflow: hidden;
  background: #fff;
  border: 2px solid #101d37;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  opacity: 1;
  aspect-ratio: 1;
}
.p-catchSliderThumbs__item.is-current {
  position: relative;
  border-color: #fff;
}
.p-catchSliderThumbs__item.is-current::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border: 4px solid #fff;
}
@media print, screen and (min-width: 744px) {
  .p-catchSliderThumbs__item.is-current::after {
    border-width: 4px;
  }
}
@media screen and (max-width: 743px) {
  .p-catchSliderThumbs__item.is-current::after {
    border-width: 2px;
  }
}
.p-catchSliderThumbs__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 釣果データ
-------------------------------------------------- */
.p-catchResult,
.p-catchMessage,
.p-catchConditions {
  background: #f2f6ff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}

@media print, screen and (min-width: 744px) {
  .p-catchResult {
    padding: 2.4rem 2.4rem 2.6rem;
  }
}
@media screen and (max-width: 743px) {
  .p-catchResult {
    padding: 1.5rem 1.2rem 1.8rem;
  }
}

.p-catchResult__date {
  display: flex;
  align-items: flex-end;
  margin: 0;
  color: #ec1d2e;
  font-weight: 600;
  line-height: 1;
}
@media print, screen and (min-width: 744px) {
  .p-catchResult__date {
    gap: 1rem;
  }
}
@media screen and (max-width: 743px) {
  .p-catchResult__date {
    gap: 0.6rem;
  }
}
.p-catchResult__date time {
  display: flex;
  align-items: baseline;
  letter-spacing: 0;
}
@media print, screen and (min-width: 744px) {
  .p-catchResult__date time {
    gap: 0.6rem;
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 743px) {
  .p-catchResult__date time {
    gap: 0.3rem;
    font-size: 2.4rem;
  }
}
.p-catchResult__date time small {
  font-weight: inherit;
}
@media print, screen and (min-width: 744px) {
  .p-catchResult__date time small {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 743px) {
  .p-catchResult__date time small {
    font-size: 1.9rem;
  }
}
.p-catchResult__date time b {
  font-weight: inherit;
  font-size: 1.2em;
}

.p-catchResult__status {
  display: inline-flex;
  color: #ec1d2e;
  line-height: 1;
  align-items: center;
  padding: 0.125em 0.25em 0.2em;
}
@media print, screen and (min-width: 744px) {
  .p-catchResult__status {
    font-size: 2.4rem;
    border: 3px solid #ec1d2e;
    border-radius: 5px;
  }
}
@media screen and (max-width: 743px) {
  .p-catchResult__status {
    font-size: 1.8rem;
    border: 2px solid #ec1d2e;
    border-radius: 3px;
  }
}

.p-catchResult__tableWrap {
  width: 100%;
}
@media print, screen and (min-width: 744px) {
  .p-catchResult__tableWrap {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 743px) {
  .p-catchResult__tableWrap {
    margin-top: 0.5rem;
  }
}

.p-catchResult__table {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.35;
}
.p-catchResult__table thead {
  display: none;
}
@media print, screen and (min-width: 744px) {
  .p-catchResult__table th,
.p-catchResult__table td {
    padding: 1.1rem 0.8rem;
    font-size: 2.6rem;
    border-bottom: 2px solid #b6c3e0;
  }
}
@media screen and (max-width: 743px) {
  .p-catchResult__table th,
.p-catchResult__table td {
    padding: 0.8rem 0;
    font-size: 1.8rem;
    border-bottom: 1px solid #b6c3e0;
  }
}
.p-catchResult__table th {
  text-align: left;
  color: #1c69fc;
  font-weight: 700;
}
@media print, screen and (min-width: 744px) {
  .p-catchResult__table th {
    width: 50%;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-catchResult__table th {
    font-size: 2.1rem;
  }
}
.p-catchResult__table td {
  text-align: right;
  color: #0740ad;
  font-weight: 500;
}
@media screen and (max-width: 743px) {
  .p-catchResult__table td {
    padding-left: 0.4rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-catchResult__table td:nth-of-type(1) {
    width: 25%;
  }
}
@media print, screen and (min-width: 744px) {
  .p-catchResult__table td:nth-of-type(2) {
    width: 25%;
  }
}

.p-catchResult__meta {
  margin: 0;
  line-height: 1.4;
}
@media print, screen and (min-width: 744px) {
  .p-catchResult__meta {
    margin-top: 1.6rem;
    margin-left: 0.8rem;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 743px) {
  .p-catchResult__meta {
    margin-top: 1.2rem;
    font-size: 1.8rem;
  }
}
.p-catchResult__meta > div {
  display: flex;
}
.p-catchResult__meta dt {
  flex: 0 0 auto;
  color: #0740ad;
  font-weight: 600;
}
@media print, screen and (min-width: 744px) {
  .p-catchResult__meta dt {
    min-width: 8rem;
    margin-right: 1rem;
  }
}
@media screen and (max-width: 743px) {
  .p-catchResult__meta dt {
    min-width: 4.4rem;
    margin-right: 0.5rem;
  }
}

.p-catchMessage {
  color: #101d37;
  line-height: 1.6;
}
@media print, screen and (min-width: 744px) {
  .p-catchMessage {
    padding: 2.4rem 2.4rem 3rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-catchMessage {
    padding: 1.5rem 1.2rem 1.8rem;
    font-size: 1.8rem;
  }
}
.p-catchMessage p {
  margin: 0;
}

/* 気象・潮汐情報
-------------------------------------------------- */
@media print, screen and (min-width: 744px) {
  .p-catchConditions {
    padding: 2.4rem 2.4rem 3.2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-catchConditions {
    padding: 1.5rem 1.2rem 2.6rem;
  }
}

.p-catchPost__subTitle {
  margin: 0;
  font-weight: 600;
  line-height: 1.3;
}
@media print, screen and (min-width: 744px) {
  .p-catchPost__subTitle {
    margin-bottom: 1.5rem;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 743px) {
  .p-catchPost__subTitle {
    margin-bottom: 1rem;
    font-size: 2.1rem;
  }
}

.p-catchWeather__list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media print, screen and (min-width: 744px) {
  .p-catchWeather__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 1.5rem;
    row-gap: 1rem;
  }
}
@media screen and (max-width: 743px) {
  .p-catchWeather__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 0.8rem;
    row-gap: 0.8rem;
  }
}
.p-catchWeather__list li {
  display: flex;
  align-items: center;
  min-width: 0;
  color: #101d37;
  line-height: 1.25;
}
@media print, screen and (min-width: 744px) {
  .p-catchWeather__list li {
    gap: 1rem;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-catchWeather__list li {
    gap: 0.5rem;
    font-size: 1.6rem;
  }
}
.p-catchWeather__list img {
  flex: 0 0 auto;
  object-fit: cover;
}
@media print, screen and (min-width: 744px) {
  .p-catchWeather__list img {
    width: 5.4rem;
    height: 5.4rem;
    border: 2px solid #b6c3e0;
    border-radius: 10px;
  }
}
@media screen and (max-width: 743px) {
  .p-catchWeather__list img {
    width: 4rem;
    height: 4rem;
    border: 1px solid #b6c3e0;
    border-radius: 5px;
  }
}

@media print, screen and (min-width: 744px) {
  .p-catchTide {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 743px) {
  .p-catchTide {
    margin-top: 1.5rem;
  }
}

.p-catchTide__box {
  width: 100%;
  background: #fff;
  border: 1px solid #b6c3e0;
}
@media print, screen and (min-width: 744px) {
  .p-catchTide__box {
    min-height: 20rem;
    border: 2px solid #b6c3e0;
    border-radius: 10px;
  }
}
@media screen and (max-width: 743px) {
  .p-catchTide__box {
    min-height: 12rem;
    border: 1px solid #b6c3e0;
    border-radius: 5px;
  }
}

.p-catchTide__link {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media print, screen and (min-width: 744px) {
  .p-catchTide__link {
    margin-top: 2.8rem;
  }
}
@media screen and (max-width: 743px) {
  .p-catchTide__link {
    margin-top: 2.2rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-catchTide__link .c-btn--primary {
    min-width: 50rem;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-catchTide__link .c-btn--primary {
    font-size: 1.7rem;
    padding-right: 3rem;
  }
  .p-catchTide__link .c-btn--primary::after {
    right: 1rem;
  }
}

/* 記事間バナー・追加読込み
-------------------------------------------------- */
.p-catchBanner {
  position: relative;
  display: flex;
  justify-content: center;
  background: #f2f6ff;
}
@media print, screen and (min-width: 744px) {
  .p-catchBanner {
    margin: 5rem 0;
    padding: 2rem 0;
  }
}
@media screen and (max-width: 743px) {
  .p-catchBanner {
    margin: 2.5rem 0;
    padding: 2.5rem 0;
  }
}
.p-catchBanner a {
  display: block;
}
.p-catchBanner img {
  display: block;
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 744px) {
  .p-catchBanner img {
    max-width: 45rem;
  }
}
@media screen and (max-width: 743px) {
  .p-catchBanner img {
    max-width: 30rem;
  }
}

.p-catchMore {
  position: relative;
  margin: 0;
  text-align: center;
  background: #f2f6ff;
}
@media print, screen and (min-width: 744px) {
  .p-catchMore {
    padding: 3.7rem 0 8.3rem;
  }
}
@media screen and (max-width: 743px) {
  .p-catchMore {
    padding: 2.5rem 0 4.5rem;
  }
}
.p-catchMore .c-btn--primary {
  background: #ec1d2e;
  background-image: radial-gradient(circle, #ef3e4c, #ec1d2e);
  border-color: #ec1d2e;
}
@media print, screen and (min-width: 744px) {
  .p-catchMore .c-btn--primary {
    min-width: 50rem;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-catchMore .c-btn--primary {
    font-size: 1.7rem;
  }
}

/* ご予約・お問い合わせモーダル
-------------------------------------------------- */
.p-contactModal,
.p-contactTelModal {
  position: fixed;
  inset: 0;
  z-index: 400;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  -webkit-overflow-scrolling: touch;
}
.p-contactModal[aria-hidden=false],
.p-contactTelModal[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.p-contactModal {
  z-index: 401;
}
@media print, screen and (min-width: 744px) {
  .p-contactModal {
    padding: 13.4rem 4rem 4rem;
  }
}
@media screen and (max-width: 743px) {
  .p-contactModal {
    padding: 3.9rem 1.5rem 3rem;
  }
}
.p-contactModal[aria-hidden=false] .p-contactModal__panel {
  opacity: 1;
  transform: translateY(0);
}

.p-contactTelModal {
  z-index: 402;
}
@media print, screen and (min-width: 744px) {
  .p-contactTelModal {
    padding: 4.5rem 4rem 4rem;
  }
}
@media screen and (max-width: 743px) {
  .p-contactTelModal {
    padding: 3.9rem 1.5rem 3rem;
  }
}
.p-contactTelModal[aria-hidden=false] .p-contactTelModal__panel {
  opacity: 1;
  transform: translateY(0);
}

.is-contact-modal-open {
  position: fixed;
  right: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.p-contactModal__overlay,
.p-contactTelModal__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
}

.p-contactModal__panel,
.p-contactTelModal__panel {
  position: relative;
  z-index: 1;
  width: 100%;
  opacity: 0;
  filter: drop-shadow(0 1.2rem 3rem rgba(0, 0, 0, 0.25));
  transform: translateY(1.6rem);
  transition: opacity 0.25s ease, transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

@media print, screen and (min-width: 744px) {
  .p-contactModal__panel {
    max-width: 86rem;
  }
}
@media screen and (max-width: 743px) {
  .p-contactModal__panel {
    max-width: none;
  }
}

@media print, screen and (min-width: 744px) {
  .p-contactTelModal__panel {
    max-width: 100rem;
  }
}
@media screen and (max-width: 743px) {
  .p-contactTelModal__panel {
    max-width: none;
  }
}

.p-contactModal__close,
.p-contactTelModal__close {
  position: absolute;
  z-index: 2;
  display: block;
  background: #fff;
  border: 2px solid #101d37;
  border-radius: 50%;
  box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.12);
}
@media print, screen and (min-width: 744px) {
  .p-contactModal__close,
.p-contactTelModal__close {
    top: -2.5rem;
    right: -2.8rem;
    width: 6rem;
    height: 6rem;
  }
}
@media screen and (max-width: 743px) {
  .p-contactModal__close,
.p-contactTelModal__close {
    top: -2.1rem;
    right: -1.2rem;
    width: 5rem;
    height: 5rem;
  }
}
.p-contactModal__close::before, .p-contactModal__close::after,
.p-contactTelModal__close::before,
.p-contactTelModal__close::after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: 52%;
  margin: auto;
  background: #101d37;
  border-radius: 999px;
}
@media print, screen and (min-width: 744px) {
  .p-contactModal__close::before, .p-contactModal__close::after,
.p-contactTelModal__close::before,
.p-contactTelModal__close::after {
    height: 4px;
  }
}
@media screen and (max-width: 743px) {
  .p-contactModal__close::before, .p-contactModal__close::after,
.p-contactTelModal__close::before,
.p-contactTelModal__close::after {
    height: 3px;
  }
}
.p-contactModal__close::before,
.p-contactTelModal__close::before {
  transform: rotate(45deg);
}
.p-contactModal__close::after,
.p-contactTelModal__close::after {
  transform: rotate(-45deg);
}

.p-contactModal__image,
.p-contactTelModal__image {
  overflow: hidden;
  background: #f5f8fc;
}
@media print, screen and (min-width: 744px) {
  .p-contactModal__image,
.p-contactTelModal__image {
    height: 15rem;
    border-radius: 1.5rem 1.5rem 0 0;
  }
}
@media screen and (max-width: 743px) {
  .p-contactModal__image,
.p-contactTelModal__image {
    height: 12rem;
    border-radius: 1.5rem 1.5rem 0 0;
  }
}
.p-contactModal__image img,
.p-contactTelModal__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
}

/* 連絡方法選択
-------------------------------------------------- */
.p-contactModal__body {
  text-align: center;
  background: #ebf2ff;
}
@media print, screen and (min-width: 744px) {
  .p-contactModal__body {
    padding: 3rem 6rem 8rem;
    border-radius: 0 0 1.5rem 1.5rem;
  }
}
@media screen and (max-width: 743px) {
  .p-contactModal__body {
    padding: 1.7rem 1rem 3.6rem;
    border-radius: 0 0 1.5rem 1.5rem;
  }
}

.p-contactModal__shipName,
.p-contactTelModal__shipName {
  display: flex;
  justify-content: center;
}
.p-contactModal__shipName img,
.p-contactTelModal__shipName img {
  width: auto;
  height: auto;
  max-width: 100%;
}
@media print, screen and (min-width: 744px) {
  .p-contactModal__shipName img,
.p-contactTelModal__shipName img {
    max-height: 4.3rem;
  }
}
@media screen and (max-width: 743px) {
  .p-contactModal__shipName img,
.p-contactTelModal__shipName img {
    max-height: 2.4rem;
  }
}

.p-contactModal__title {
  margin: 0;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.02em;
}
@media print, screen and (min-width: 744px) {
  .p-contactModal__title {
    font-size: 5.6rem;
    margin-top: 0.3rem;
  }
}
@media screen and (max-width: 743px) {
  .p-contactModal__title {
    font-size: 2.8rem;
    margin-top: 0.6rem;
  }
}

.p-contactModal__lead {
  color: #0d50bd;
  font-weight: 600;
  line-height: 1.35;
}
@media print, screen and (min-width: 744px) {
  .p-contactModal__lead {
    margin-top: 1rem;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 743px) {
  .p-contactModal__lead {
    margin-top: 0.4rem;
    font-size: 1.7rem;
  }
}

.p-contactModal__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media print, screen and (min-width: 744px) {
  .p-contactModal__list {
    gap: 1.4rem;
    margin-top: 2.3rem;
  }
}
@media screen and (max-width: 743px) {
  .p-contactModal__list {
    gap: 1.8rem 1.4rem;
    margin-top: 1.6rem;
  }
}

@media print, screen and (min-width: 744px) {
  .p-contactModal__item {
    width: 13.6rem;
  }
}
@media screen and (max-width: 743px) {
  .p-contactModal__item {
    width: 9.3rem;
  }
}

@media print, screen and (min-width: 744px) {
  .p-contactModal__item--wide {
    width: 13.6rem;
  }
}
@media screen and (max-width: 743px) {
  .p-contactModal__item--wide {
    width: 11.3rem;
  }
}

.p-contactModal__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #000 !important;
  font-weight: 600;
  line-height: 1.15;
  text-decoration: none;
  background: #fff;
  border-style: solid;
  border-width: 3px;
  border-radius: 1rem;
  box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
@media print, screen and (min-width: 744px) {
  .p-contactModal__link {
    gap: 0.8rem;
    height: 11.8rem;
    padding: 1.4rem 0.8rem 1.1rem;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 743px) {
  .p-contactModal__link {
    gap: 0.6rem;
    height: 9.8rem;
    padding: 1rem 0.5rem 0.8rem;
    font-size: 1.9rem;
  }
}
@media (hover: hover) {
  .p-contactModal__link:hover {
    box-shadow: 0 0.4rem 0.6rem rgba(2, 2, 2, 0.22);
    transform: translateY(-2px);
  }
}

.p-contactModal__link--tel {
  border-color: #0661c9;
}

.p-contactModal__link--line {
  border-color: #009e00;
}

.p-contactModal__link--instagram {
  border-color: #ba1e8b;
}

.p-contactModal__link--online {
  border-color: #e37405;
}

.p-contactModal__link--mail {
  border-color: #00a4b0;
}

.p-contactModal__icon {
  display: block;
  object-fit: contain;
}
@media print, screen and (min-width: 744px) {
  .p-contactModal__icon {
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (max-width: 743px) {
  .p-contactModal__icon {
    width: 4.2rem;
    height: 4.2rem;
  }
}

/* 電話でのご予約・お問い合わせ
-------------------------------------------------- */
.p-contactTelModal__body {
  overflow: hidden;
  background: #fff;
}
@media print, screen and (min-width: 744px) {
  .p-contactTelModal__body {
    padding-top: 3rem;
    border-radius: 0 0 1.5rem 1.5rem;
  }
}
@media screen and (max-width: 743px) {
  .p-contactTelModal__body {
    padding-top: 1.7rem;
    border-radius: 0 0 1.5rem 1.5rem;
  }
}

.p-contactTelModal__title {
  margin: 0 auto;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0.01em;
}
@media print, screen and (min-width: 744px) {
  .p-contactTelModal__title {
    max-width: none;
    margin-top: 0.6rem;
    font-size: 5.4rem;
  }
}
@media screen and (max-width: 743px) {
  .p-contactTelModal__title {
    margin-top: 0.8rem;
    font-size: 2.7rem;
  }
}
.p-contactTelModal__title span {
  color: #0c4ecb;
}

.p-contactTelModal__list {
  display: grid;
  background: #031836;
}
@media print, screen and (min-width: 744px) {
  .p-contactTelModal__list {
    gap: 3rem;
    margin-top: 2.6rem;
  }
}
@media screen and (max-width: 743px) {
  .p-contactTelModal__list {
    gap: 1rem;
    margin-top: 2.2rem;
  }
}

.p-contactTelModal__item {
  background: #fff;
}
@media print, screen and (min-width: 744px) {
  .p-contactTelModal__item {
    padding: 0 3.7rem 4.8rem;
  }
}
@media screen and (max-width: 743px) {
  .p-contactTelModal__item {
    padding: 0 1.6rem 3rem;
  }
}

@media print, screen and (min-width: 744px) {
  .p-contactTelModal__item--sub {
    padding-top: 3.8rem;
  }
}
@media screen and (max-width: 743px) {
  .p-contactTelModal__item--sub {
    padding-top: 2.3rem;
  }
}

.p-contactTelModal__subTitle {
  max-width: 86rem;
  margin-right: auto;
  margin-left: auto;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}
@media print, screen and (min-width: 744px) {
  .p-contactTelModal__subTitle {
    margin-bottom: 2.4rem;
    font-size: 5.4rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 743px) {
  .p-contactTelModal__subTitle {
    margin-bottom: 1.6rem;
    font-size: 2.7rem;
    line-height: 1.25;
  }
}

.p-contactTelModal__number {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  color: #000 !important;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  background-image: radial-gradient(circle, #ffea00, #ffd400);
}
@media print, screen and (min-width: 744px) {
  .p-contactTelModal__number {
    gap: 1.4rem;
    width: 80rem;
    min-height: 11.4rem;
    padding: 0.5rem 2rem 1rem;
    font-size: 7.2rem;
    border: 0;
    border-radius: 1rem;
    box-shadow: none;
  }
}
@media screen and (max-width: 743px) {
  .p-contactTelModal__number {
    gap: 0.7rem;
    width: 100%;
    min-height: 6.3rem;
    padding: 0.5rem 1rem 0.7rem;
    font-size: 2.7rem;
    border: 3px solid #252525;
    border-radius: 999px;
    box-shadow: 0 0.3rem 0.3rem rgba(0, 0, 0, 0.1);
  }
}

.p-contactTelModal__icon {
  flex: 0 0 auto;
  object-fit: contain;
}
@media print, screen and (min-width: 744px) {
  .p-contactTelModal__icon {
    width: 8rem;
    height: 8rem;
  }
}
@media screen and (max-width: 743px) {
  .p-contactTelModal__icon {
    width: 3.3rem;
    height: 3.3rem;
    transform: translateY(1px);
  }
}

.p-contactTelModal__info {
  display: grid;
}
@media print, screen and (min-width: 744px) {
  .p-contactTelModal__info {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.6rem;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 743px) {
  .p-contactTelModal__info {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.1rem;
    margin-top: 2.2rem;
  }
}

.p-contactTelModal__infoItem {
  display: grid;
  overflow: hidden;
  border-style: solid;
  border-radius: 0.4rem;
}
@media print, screen and (min-width: 744px) {
  .p-contactTelModal__infoItem {
    grid-template-columns: 12rem minmax(0, 1fr);
    min-height: 5.8rem;
    border-width: 2px;
  }
}
@media screen and (max-width: 743px) {
  .p-contactTelModal__infoItem {
    grid-template-columns: 8.2rem minmax(0, 1fr);
    min-height: 4.1rem;
    border-width: 1px;
  }
}
.p-contactTelModal__infoItem dt,
.p-contactTelModal__infoItem dd {
  display: flex;
  align-items: center;
}
.p-contactTelModal__infoItem dt {
  justify-content: center;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
@media print, screen and (min-width: 744px) {
  .p-contactTelModal__infoItem dt {
    padding: 0.6rem 1rem 0.8rem;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-contactTelModal__infoItem dt {
    padding: 0.5rem 0rem 0.6rem;
    font-size: 1.6rem;
  }
}
.p-contactTelModal__infoItem dd {
  color: #000;
  font-weight: 500;
  line-height: 1.2;
}
@media print, screen and (min-width: 744px) {
  .p-contactTelModal__infoItem dd {
    padding: 0.6rem 1.8rem;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 743px) {
  .p-contactTelModal__infoItem dd {
    padding: 0.5rem 1.3rem;
    font-size: 1.8rem;
  }
}

.p-contactTelModal__infoItem--hours {
  border-color: #0c4ecb;
}
.p-contactTelModal__infoItem--hours dt {
  background: #0c4ecb;
}
.p-contactTelModal__infoItem--hours dd {
  background: #f2f6ff;
}

.p-contactTelModal__infoItem--holiday {
  border-color: #e61322;
}
.p-contactTelModal__infoItem--holiday dt {
  background: #e61322;
}
.p-contactTelModal__infoItem--holiday dd {
  background: #fff2f2;
}

.p-contactTelModal__note {
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  color: #000;
}
@media print, screen and (min-width: 744px) {
  .p-contactTelModal__note {
    margin-top: 1.8rem;
    font-size: 2rem;
    line-height: 1.45;
    font-weight: 500;
  }
}
@media screen and (max-width: 743px) {
  .p-contactTelModal__note {
    margin-top: 1.4rem;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

/* アクセスボトムシート
-------------------------------------------------- */
.p-accessSheet {
  position: fixed;
  inset: 0;
  z-index: 400;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.p-accessSheet.is-open, .p-accessSheet[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.p-accessSheet.is-open .p-accessSheet__panel, .p-accessSheet[aria-hidden=false] .p-accessSheet__panel {
  transform: none;
}

.is-access-sheet-open {
  position: fixed;
  right: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.p-accessSheet__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
}

.p-accessSheet__panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 -1.2rem 3rem rgba(0, 0, 0, 0.25);
  transform: translateY(100%);
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}
@media print, screen and (min-width: 744px) {
  .p-accessSheet__panel {
    width: min(120rem, 100vw - 8rem);
    max-height: calc(100dvh - 3rem);
    border-radius: 2.2rem 2.2rem 0 0;
  }
}
@media screen and (max-width: 743px) {
  .p-accessSheet__panel {
    max-height: calc(100dvh - 3.5rem);
    border-radius: 1.5rem 1.5rem 0 0;
  }
}

.p-accessSheet__header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
@media print, screen and (min-width: 744px) {
  .p-accessSheet__header {
    min-height: 10rem;
    padding: 0 10rem;
  }
}
@media screen and (max-width: 743px) {
  .p-accessSheet__header {
    min-height: 7rem;
    padding: 0 7rem;
  }
}

.p-accessSheet__title {
  color: #101d37;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0;
}
@media print, screen and (min-width: 744px) {
  .p-accessSheet__title {
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 743px) {
  .p-accessSheet__title {
    font-size: 3rem;
  }
}

.p-accessSheet__close {
  position: absolute;
  z-index: 2;
  display: block;
  background: #fff;
  border-style: solid;
  border-color: #101d37;
  border-radius: 50%;
}
@media print, screen and (min-width: 744px) {
  .p-accessSheet__close {
    top: 2rem;
    right: 2rem;
    width: 7rem;
    height: 7rem;
    border-width: 3px;
  }
}
@media screen and (max-width: 743px) {
  .p-accessSheet__close {
    top: 0.8rem;
    right: 0.8rem;
    width: 5.2rem;
    height: 5.2rem;
    border-width: 2px;
  }
}
.p-accessSheet__close::before, .p-accessSheet__close::after {
  position: absolute;
  inset: 0;
  display: block;
  width: 52%;
  margin: auto;
  background: #101d37;
  border-radius: 999px;
  content: "";
}
@media print, screen and (min-width: 744px) {
  .p-accessSheet__close::before, .p-accessSheet__close::after {
    height: 4px;
  }
}
@media screen and (max-width: 743px) {
  .p-accessSheet__close::before, .p-accessSheet__close::after {
    height: 3px;
  }
}
.p-accessSheet__close::before {
  transform: rotate(45deg);
}
.p-accessSheet__close::after {
  transform: rotate(-45deg);
}

.p-accessSheet__scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}
.p-accessSheet__scroll::-webkit-scrollbar {
  display: none;
}

.p-accessSheet__map {
  overflow: hidden;
  background: #f5f8fc;
}
@media print, screen and (min-width: 744px) {
  .p-accessSheet__map {
    height: 70rem;
  }
}
@media screen and (max-width: 743px) {
  .p-accessSheet__map {
    height: 47.5rem;
  }
}
.p-accessSheet__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.p-accessSheet__body {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  color: #000;
}
@media print, screen and (min-width: 744px) {
  .p-accessSheet__body {
    max-width: 76rem;
    padding: 3.3rem 0 10rem;
  }
}
@media screen and (max-width: 743px) {
  .p-accessSheet__body {
    padding: 2rem 1.5rem 5.5rem;
  }
}

.p-accessSheet__mapLinkWrap {
  text-align: center;
}

@media print, screen and (min-width: 744px) {
  .p-accessSheet__mapLink {
    font-size: 2.4rem;
  }
}

@media print, screen and (min-width: 744px) {
  .p-accessSheet__route {
    margin-top: 4.5rem;
  }
}
@media screen and (max-width: 743px) {
  .p-accessSheet__route {
    margin-top: 3.2rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-accessSheet__route + .p-accessSheet__route {
    margin-top: 4.8rem;
  }
}
@media screen and (max-width: 743px) {
  .p-accessSheet__route + .p-accessSheet__route {
    margin-top: 3.2rem;
  }
}

.p-accessSheet__heading {
  color: #0c4ecb;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0;
  border-bottom-style: solid;
  border-bottom-color: #0c4ecb;
}
@media print, screen and (min-width: 744px) {
  .p-accessSheet__heading {
    padding-bottom: 0.5rem;
    font-size: 2.8rem;
    border-bottom-width: 4px;
  }
}
@media screen and (max-width: 743px) {
  .p-accessSheet__heading {
    padding-bottom: 0.6rem;
    font-size: 2.1rem;
    border-bottom-width: 3px;
  }
}

.p-accessSheet__routeBody {
  letter-spacing: 0;
}
@media print, screen and (min-width: 744px) {
  .p-accessSheet__routeBody {
    padding-top: 1.8rem;
    font-size: 2rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 743px) {
  .p-accessSheet__routeBody {
    padding: 1.5rem 0.3rem 0;
    font-size: 1.8rem;
    line-height: 1.75;
  }
}

.p-notfound {
  text-align: center;
}
@media print, screen and (min-width: 744px) {
  .p-notfound {
    padding: 12rem 0;
  }
}
@media screen and (max-width: 743px) {
  .p-notfound {
    padding: 8rem 0;
  }
}

@media print, screen and (min-width: 744px) {
  .u-show--sp {
    display: none !important;
  }
}

@media screen and (max-width: 743px) {
  .u-show--pc {
    display: none !important;
  }
}

.u-hide {
  display: none !important;
}

.u-alignL {
  text-align: left !important;
}

.u-alignC {
  text-align: center !important;
}

.u-alignR {
  text-align: right !important;
}

.u-clear::after {
  content: "";
  display: block;
  clear: both;
}

.u-trim1,
.u-trim2,
.u-trim3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.u-trim1 {
  -webkit-line-clamp: 1;
}

.u-trim2 {
  -webkit-line-clamp: 2;
}

.u-trim3 {
  -webkit-line-clamp: 3;
}

.u-bg--base {
  background-color: #1c69fc !important;
}

.u-bg--pale {
  background-color: #f5f8fc !important;
}

.u-color--base {
  color: #1c69fc !important;
}

.u-color--white {
  color: #fff !important;
}

.u-font--ja {
  font-family: "Noto Sans JP", "Noto Sans", Meiryo, sans-serif !important;
}

.u-font--serif {
  font-family: "Noto Serif JP", serif !important;
}

.u-font--en {
  font-family: Arial, sans-serif !important;
}

.u-fw--normal {
  font-weight: 400 !important;
}

.u-fw--bold {
  font-weight: 700 !important;
}

.u-mt0 {
  margin-top: 0rem !important;
}

.u-mb0 {
  margin-bottom: 0rem !important;
}

.u-ml0 {
  margin-left: 0rem !important;
}

.u-mr0 {
  margin-right: 0rem !important;
}

.u-mt1 {
  margin-top: 1rem !important;
}

.u-mb1 {
  margin-bottom: 1rem !important;
}

.u-ml1 {
  margin-left: 1rem !important;
}

.u-mr1 {
  margin-right: 1rem !important;
}

.u-mt2 {
  margin-top: 2rem !important;
}

.u-mb2 {
  margin-bottom: 2rem !important;
}

.u-ml2 {
  margin-left: 2rem !important;
}

.u-mr2 {
  margin-right: 2rem !important;
}

.u-mt3 {
  margin-top: 3rem !important;
}

.u-mb3 {
  margin-bottom: 3rem !important;
}

.u-ml3 {
  margin-left: 3rem !important;
}

.u-mr3 {
  margin-right: 3rem !important;
}

.u-mt4 {
  margin-top: 4rem !important;
}

.u-mb4 {
  margin-bottom: 4rem !important;
}

.u-ml4 {
  margin-left: 4rem !important;
}

.u-mr4 {
  margin-right: 4rem !important;
}

.u-mt5 {
  margin-top: 5rem !important;
}

.u-mb5 {
  margin-bottom: 5rem !important;
}

.u-ml5 {
  margin-left: 5rem !important;
}

.u-mr5 {
  margin-right: 5rem !important;
}

.u-mt6 {
  margin-top: 6rem !important;
}

.u-mb6 {
  margin-bottom: 6rem !important;
}

.u-ml6 {
  margin-left: 6rem !important;
}

.u-mr6 {
  margin-right: 6rem !important;
}

.u-mt7 {
  margin-top: 7rem !important;
}

.u-mb7 {
  margin-bottom: 7rem !important;
}

.u-ml7 {
  margin-left: 7rem !important;
}

.u-mr7 {
  margin-right: 7rem !important;
}

.u-mt8 {
  margin-top: 8rem !important;
}

.u-mb8 {
  margin-bottom: 8rem !important;
}

.u-ml8 {
  margin-left: 8rem !important;
}

.u-mr8 {
  margin-right: 8rem !important;
}

.u-mt9 {
  margin-top: 9rem !important;
}

.u-mb9 {
  margin-bottom: 9rem !important;
}

.u-ml9 {
  margin-left: 9rem !important;
}

.u-mr9 {
  margin-right: 9rem !important;
}

.u-mt10 {
  margin-top: 10rem !important;
}

.u-mb10 {
  margin-bottom: 10rem !important;
}

.u-ml10 {
  margin-left: 10rem !important;
}

.u-mr10 {
  margin-right: 10rem !important;
}

.u-mt11 {
  margin-top: 11rem !important;
}

.u-mb11 {
  margin-bottom: 11rem !important;
}

.u-ml11 {
  margin-left: 11rem !important;
}

.u-mr11 {
  margin-right: 11rem !important;
}

.u-mt12 {
  margin-top: 12rem !important;
}

.u-mb12 {
  margin-bottom: 12rem !important;
}

.u-ml12 {
  margin-left: 12rem !important;
}

.u-mr12 {
  margin-right: 12rem !important;
}

.u-mt13 {
  margin-top: 13rem !important;
}

.u-mb13 {
  margin-bottom: 13rem !important;
}

.u-ml13 {
  margin-left: 13rem !important;
}

.u-mr13 {
  margin-right: 13rem !important;
}

.u-mt14 {
  margin-top: 14rem !important;
}

.u-mb14 {
  margin-bottom: 14rem !important;
}

.u-ml14 {
  margin-left: 14rem !important;
}

.u-mr14 {
  margin-right: 14rem !important;
}

.u-mt15 {
  margin-top: 15rem !important;
}

.u-mb15 {
  margin-bottom: 15rem !important;
}

.u-ml15 {
  margin-left: 15rem !important;
}

.u-mr15 {
  margin-right: 15rem !important;
}

.u-mt16 {
  margin-top: 16rem !important;
}

.u-mb16 {
  margin-bottom: 16rem !important;
}

.u-ml16 {
  margin-left: 16rem !important;
}

.u-mr16 {
  margin-right: 16rem !important;
}

.u-mt17 {
  margin-top: 17rem !important;
}

.u-mb17 {
  margin-bottom: 17rem !important;
}

.u-ml17 {
  margin-left: 17rem !important;
}

.u-mr17 {
  margin-right: 17rem !important;
}

.u-mt18 {
  margin-top: 18rem !important;
}

.u-mb18 {
  margin-bottom: 18rem !important;
}

.u-ml18 {
  margin-left: 18rem !important;
}

.u-mr18 {
  margin-right: 18rem !important;
}

.u-mt19 {
  margin-top: 19rem !important;
}

.u-mb19 {
  margin-bottom: 19rem !important;
}

.u-ml19 {
  margin-left: 19rem !important;
}

.u-mr19 {
  margin-right: 19rem !important;
}

.u-mt20 {
  margin-top: 20rem !important;
}

.u-mb20 {
  margin-bottom: 20rem !important;
}

.u-ml20 {
  margin-left: 20rem !important;
}

.u-mr20 {
  margin-right: 20rem !important;
}

.u-mt0em {
  margin-top: 0em !important;
}

.u-mb0em {
  margin-bottom: 0em !important;
}

.u-mt1em {
  margin-top: 1em !important;
}

.u-mb1em {
  margin-bottom: 1em !important;
}

.u-mt2em {
  margin-top: 2em !important;
}

.u-mb2em {
  margin-bottom: 2em !important;
}

.u-mt3em {
  margin-top: 3em !important;
}

.u-mb3em {
  margin-bottom: 3em !important;
}

.u-mt4em {
  margin-top: 4em !important;
}

.u-mb4em {
  margin-bottom: 4em !important;
}

.u-mt5em {
  margin-top: 5em !important;
}

.u-mb5em {
  margin-bottom: 5em !important;
}

.u-mt6em {
  margin-top: 6em !important;
}

.u-mb6em {
  margin-bottom: 6em !important;
}

.u-mt7em {
  margin-top: 7em !important;
}

.u-mb7em {
  margin-bottom: 7em !important;
}

.u-mt8em {
  margin-top: 8em !important;
}

.u-mb8em {
  margin-bottom: 8em !important;
}

.u-mt9em {
  margin-top: 9em !important;
}

.u-mb9em {
  margin-bottom: 9em !important;
}

.u-mt10em {
  margin-top: 10em !important;
}

.u-mb10em {
  margin-bottom: 10em !important;
}

.u-loadlazy.hide {
  opacity: 0;
}

.u-loadlazy.show {
  opacity: 1 !important;
  transition: opacity 0.3s linear;
}

.u-showLoading {
  position: relative;
}

.u-showLoading:has(.u-loadlazy.hide)::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 3rem;
  height: 3rem;
  margin: auto;
  border: 3px solid rgba(0, 0, 0, 0.14);
  border-top-color: currentColor;
  border-radius: 50%;
  animation: u-loading-spin 0.8s linear infinite;
}

.u-showLoading:has(.u-loadlazy.show)::before {
  display: none;
}

@keyframes u-loading-spin {
  to {
    transform: rotate(360deg);
  }
}
.u-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background: #fff;
}

.u-loader.loaded {
  display: none;
}

.u-iconBlank::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.35em;
  vertical-align: 0.05em;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
}

/*# sourceMappingURL=style.css.map */
